.loader-path {
	stroke: #C0C0C0;
}

#wrapper {
	position: relative;
	height: 100%;
}

.profile-main-loader {
	left: 50% !important;
	margin-left: -100px;
	position: fixed !important;
	top: 50% !important;
	margin-top: -100px;
	width: 45px;
	z-index: 9000 !important;
}

.profile-main-loader .loader {
	position: relative;
	margin: 0px auto;
	width: 200px;
	height: 200px;
}

.profile-main-loader .loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.circular-loader {
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
	height: 100%;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
}

.loader-path {
	stroke-dasharray: 150, 200;
	stroke-dashoffset: -10;
	-webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	stroke-linecap: round;
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35;
	}

	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124;
	}
}

@keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35;
	}

	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124;
	}
}

fieldset {
	width:100%; 
	display:block; 
	border:1px solid #fff; 
	padding:5px; 
	border-color:#AAAAAA;
}
legend {
	font-size:12pt;
	border:0; 
	margin-top:5px; 
	padding:3px; 
	width:100px; 
	background:#fff;
}
.ui-dialog { 
	z-index: 30000 !important;
	background-color: #fff;
	padding: 15px 0;
	
    /*overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
	border: 1px solid #aaa;	*/
}

.sys_chk {
	display:none;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid black;
  cursor: pointer;
  float: right;  
  margin-top: 25px;
}

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid black;
  cursor: pointer;
  float: right;  
  margin-top: 25px;	
}

a#contact-toggle.down:after{
  content: "\25BC";
  float: right; 
}

a#contact-toggle:after{
  content: "\25B2";
  float: right; 
}

.row_object{
  float: left;
  margin-right: 10px;
  text-align: right;
}

.remark-text{
	font-size:11px;
	color:#AAA;
	font-style:italic;
}

table .datahint {
	display:inline-block;
	color:blue;
	font-style: italic;
	cursor:default;
}

table .datarmk {
	color:grey;
	font-style: italic;
}

.checkbox-inline {
	margin-right: 10px; 
	margin-left: 10px;
	margin-bottom: 5px;
}

.checkbox-singleline {
	display:block;
	margin-bottom: 5px;
}

.top-menu-button{
	width:90px;
	background-color: #6AA6D6;
	color: #f8f8f8;
}
.top-menu-button span{
	display:inline-block;
	margin:0px 10px;	
}

.top-menu-button:hover{
	background-color:#666;
	color: #fff;
}

.top-menu-button-active{
	background-color:#555;
	border: 2px solid #C7C7C7;
	color: #f8f8f8;
}
	/*-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;*/



.box-content #tabs{
	/* min-height:350px; */
}

.box-content #tabs ul li a{
	height:auto;
	
}

div.rowPopMenu .page-header{
	border-bottom: none;
}

.header-text{
	font-size:16px !important;
	font-weight: bold;
}

table.table-box tr td{
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	padding-left:10px;
}

table.table-box tr td.label-td, table.table-box tr td.label-td-small{
	text-align:right;	
}

.input-box-smallest{
	width:50px;
}

.input-box-smaller{
	width:100px;
}

.input-box-small{
	width:150px;
}

.input-box-medium{
	width:200px !important;
}

.input-box-standard{
	width:300px;
}

table.table-box  textarea{	
	height:100px;
}

.input-box-big{
	width:450px;
}

table.table-box .input-box-biggest{
	width:600px;
}

.form-select-sm {
    border-radius: 30px !important;
}

#accordion div.accordion_body{
	background-color:white;
}

.datepicker-calendar-selected {
	background-color:black;
}


.image-standard {
  width: 180px;
  height: 100px;
  padding: 0;
}

.md-2{
	width:20%!important;
}

.md-3{
	width:30%!important;
}

.md-5{
	width:50%!important;
}

.md-10{
	width:100%!important;
}

.loader {
  display: none;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.loading {
  border: 2px solid #ccc;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border-top-color: #1ecd97;
  border-left-color: #1ecd97;
  animation: spin 1s infinite ease-in;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*
.overlay {
    background: #e9e9e9;  <- I left your 'gray' background
    display: none;        <- Not displayed by default
    position: absolute;   <- This and the following properties will
    top: 0;                  make the overlay, the element will expand
    right: 0;                so as to cover the whole body of the page
    bottom: 0;
    left: 0;
    opacity: 0.5;
} */

.overlay {
    background: #e9e9e9;  
    display: none;        
    position: absolute;   
    top: 0;                
    right: 0;              
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.float-right {
    float: right;
}

.text-left {
    text-align: left !important;
}

/*Cat_sum*/
.navbar {
	position: fixed !important;
	width: 100%;
}

#ajax-content {
     margin-top: 50px;
}

nav#topbar {
    z-index: 99;
}

.border-content {
	border: 1px solid #dee2e6;
	margin-bottom: 0px;
	border-radius: 8px;
	padding-bottom: 20px;
}

.page-header {
    width: 100%;
    border-bottom: 1px solid #dee2e6 !important;
    padding: 10px 0;
	font-weight: bold;
	margin-bottom: 15px;
	display: inline-flex;
}

.page-header span {
    font-size: 15px;
}

.page-header .lnr {
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
}

.page-subtitle {
    display: inline-block;
	line-height: 30px;
	width: 100%;
}

.main-menu ul {
    list-style:none;
    padding: 0;
    margin: 0 0 10px 0;
}

.main-menu ul li{
    display: inline-block;
	margin-bottom: 10px;
}

.main-menu ul li a{
    border-radius: 20px;
    padding: 5px 10px;
    background-color: #fff;
    margin: 0 5px 0 2px;
    display: inline-block;
	text-decoration: none;
	box-shadow: 1px 1px 14px -6px rgb(0 0 0 / 15%);
    border: 1px solid rgb(208 208 208 / 55%);
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

.sidebar-menu li.bottom {
    bottom: 8px;
    width: 100%;
    position: absolute;
}

.content-inner {
    background-color: #fff;
	display: inline-block;
}

.config-side-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
	display: inline-flex;
}

.config-side-menu ul li {
    display: inline-block;
    float: left;
	margin: 0;
    font-weight: bold;
	border-top: 3px solid transparent;
}

.config-side-menu ul li a {
    color: #000;
    display: block;
    width: 100%;
    margin: 0;
    text-decoration: none;
	line-height: 30px;
    padding: 2px 15px 6px 15px;
}

.config-side-menu-title {
    color: #1c1c1c;
    font-weight: bold;
	line-height: 30px;
}

.sidebar-right {
    background-color: #fff;
    width: 100%;
}

label.menu-title {
    padding: 5px 15px;
    margin-bottom: 0;
	color: #949494;
}


/*Scrollbar*/
.modal .scrollbar-content{
	max-height: 550px;
    overflow-y: scroll;
	background:transparent;
	padding: 0 !important;
    margin: 0 !important;
}

.scrollbar-content{
	max-height: 610px;
    overflow-y: scroll;
	background:transparent;
	padding: 0 !important;
    margin: 0 !important;
}

.scrollbar-monitoring{
	max-height: 750px;
    overflow-y: scroll;
	background:transparent;
	padding: 0 !important;
    margin: 0 !important;
}

.scrollbar-table{
	max-height: 590px;
    overflow-y: scroll;
	padding: 0 !important;
    margin: 0 !important;
}

#summaryTbl_wrapper .scrollbar-content {
    max-height: 530px;
}

::-webkit-scrollbar{
width: 18px;
height: 18px;
}

::-webkit-scrollbar-thumb{
background: #dee2e6;
border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover{
background: #dee2e6;
}

::-webkit-scrollbar-track{
background: #fff;
border-radius: 0px;
box-shadow: inset 0px 0px 0px 0px #F0F0F0;
}


/*Tabs*/
.ui-widget-header {
    border: none;
}

.ui-widget-header a {
    color: #000;
    font-weight: bold;
}
.ui-widget.ui-widget-content {
    border: none;
}

.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default, 
.ui-button {
    border: none;
    background: transparent;
    font-weight: normal;
    color: #000;
}

html .ui-button.ui-state-disabled:hover, 
html .ui-button.ui-state-disabled:active,
.ui-tab.ui-tabs-active.ui-state-active {
    border-top: none;
    background: white;
    font-weight: normal;
    color: #000;
}

.ui-state-active a, 
.ui-state-active a:link, 
.ui-state-active a:visited {
    color: #000;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
}

.ui-tabs .ui-tabs-nav li {
    margin: 0;
	border-top: 3px solid transparent;
}

.ui-tabs .ui-tabs-panel {
    padding: 0 15px;
}

.tab-inner {
    margin-bottom: 20px;
}

.setting_container #functionbuttonarea{
    position: absolute;
    z-index: 9;
    right: 50px;
    margin-top: 56px;
}

.ntab_container #functionbuttonarea {
    position: absolute;
    z-index: 999;
    right: 15px;
    margin-top: 12px;
}

#tabs {
	margin: 0;
    padding: 0;
	width: 100%;
	display: inline-block;
}

#tabs.multi-tabs ul {
    display: inline-block;
    width: 100%;
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}

#tabs.multi-tabs ul li {
    float: left;
	border: none;
}
 
#tabs.multi-tabs ul li a {
    color: #212529;
    text-decoration: none;
    margin: 20px 5px 15px 15px;
}

#tabs.multi-tabs ul li:hover,
#tabs.multi-tabs ul li.ui-tabs-active a{
    color: #039be5;
}


/*BGColor*/
.whitebg{
	background-color:#fff !important;
}

.greybg{
    background-color: rgba(0, 0, 0, 0.03);
	padding: 15px;
}


/*According*/
.panel-group {
    padding-top: .5rem;
}

.panel-title {
    margin: 0;
}

.panel-body {
    padding: 15px 0;
	max-width: 1366px;
    margin: 0 auto;
}

.panel-default {
    margin-bottom: 10px;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
  color: #000;
  border: 1px solid #ececec;
  font-size: 13px;
}

.panel-default>.panel-heading a:hover {
  text-decoration: none;
  background-color: #ececec;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  font-size: 20px;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #dee2e6;
  font-weight: bold;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.panel-body .form-control {
    border-radius: 5px;
}

.form-group-left {
    text-align: right;
}

.form-group-left label {
    line-height: 30px;
}


/*CustomFeedback*/
.cfeedback-inner .table td,.cfeedback-inner .table th {
    border-top: none;
}

.cfeedback-inner table#tbl_schedule td select, .cfeedback-inner table#tbl_schedule td label {
	width: 200px;
}

textarea.form-control {
    height: 120px;
}


/*Modal*/
.modal-footer button,
.modal-footer btn {
    border-radius: 20px;
}
.modal.show .modal-dialog {
    max-width: 1200px;
	padding: 20px;
}

.modal{
    pointer-events: none;
}

.modal-dialog{
    pointer-events: all;
}

.modal .ui-tabs .ui-tabs-nav {
    border-bottom: 1px solid #dee2e6;
}

.modal .page-subheader {
    padding: 10px 0;
	border-bottom: 1px solid #dee2e6;
	width: 100%;
    display: inline-block;
	margin: 0;
}

.modal .page-title {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 10px;
    padding: 10px 0;
}

.modal button.close {
	top: -15px;
    right: -15px;
    position: absolute;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 5px 10px !important;
    opacity: inherit;
    color: #000;
    font-size: 13px;
    font-weight: bold;
	width: auto;
}

.modal .sidebar-right .tab-content {
    padding-top: 20px; 
}

.modal .tab-content>.tab-pane {
    padding-bottom: 20px;
}

.ui-dialog button.ui-dialog-titlebar-close {
	display: none;
}

#dialog-confirm, #divpopup {
    display: inline-block;
	left: 0 !important;
	width: 100% !important;
	text-align: center;
}

.ui-widget-overlay {
    background: rgb(0 0 0);
    opacity: 0.8;
}

.ui-widget-header {
    background: #ffffff;
}
.ui-dialog .ui-dialog-buttonpane {
    border-width: 0;
    padding: 0;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset,
.ui-dialog .ui-dialog-title,
.ui-dialog .ui-dialog-titlebar{
    float: none;
    text-align: center;
	font-size: 15px;
}



/*Padding*/
.padding15{
	padding: 0 15px;
}

.margin15{
	margin-left: -10px !important;
}

.margin5{
	margin-left: -5px !important;
}

.padding-left20{
	padding-left: 20px;
}

.marginLR15{
	margin-left: 15px;
	margin-right: 15px;
	display: inline-block;
    width: 100%;
}

.margin-right10{
	margin-right: 10px !important;
}


/*line-height*/
.line-height15{
	line-height: 15px !important;
}

.line-height30{
	line-height: 30px !important;
}

.select-all {
    line-height: 35px;
}


/*Seperator*/
.seperator10{
    height: 10px;
    display: inline-block;
    width: 100%;
}

.seperator {
    height: 25px;
    display: inline-block;
    width: 100%;
}

.seperator40 {
    height: 40px;
	display: inline-block;
    width: 100%;
}

.seperator-line {
    width: 100%;
    border-bottom: 1px dashed #dee2e6;
    margin-bottom: 10px;
}


/*BorderRadius*/
.bdradius20{
	border-radius: 20px !important;
}


/*BorderNone*/
.border-none{
	border: none !important;
}

.border-left {
    border-left: 1px solid #dee2e6;
}


/*Button*/
.pull-right {
    float: right;
}

button#btnBackup,
button#btnUpdate,
button#btnUpdate2,
button#_sig_ply_btnAppUpdate,
button#_sig_scn_btnAppUpdate {
    margin-left: 10px;
}

button#btnTestMail,
button#btnTestSMS,
button#btnRecover {
    margin-right: 10px;
}

button#btnRmw,
button#_sig_grp_btnAppUpdate,
button#_sig_ply_btnRmw,
button#_sig_scn_btnRmw,
button#_sig_regn_btnAppUpdate,
button#btnAppUpdate{
    background-color: #d10000;
    border-color: #d10000;
	margin-left: 10px;
}

button {
    display: inline-block;
    font-weight: 400;
    color: #000;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 4px 20px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 30px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	border-radius: 20px !important;
}

button:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    transition: none !important;
}

button.btn-option-right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: left;
    height: 34px;
	width: 100%;
}

.btn {
	border-radius: 30px;
}

.form-control.btn-option-left{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-align: left;
    height: 34px;
	width: 100%;
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
	border-radius: 30px !important;
}

.btn-outline-info {
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
    box-shadow: none;
    color: #fff !important;
    border-radius: 30px !important;
}

.btn-outline-success {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    box-shadow: none;
    color: #fff !important;
    border-radius: 30px !important;
}

.btn-outline-fav {
    border-color: #FF8C00 !important;
	background-color: #FF8C00 !important;
    color: #FFF !important;
    box-shadow: none;
    border-radius: 30px !important;
}

.btn-outline-info:hover,
.btn-outline-success:hover,
.btn-outline-fav:hover {
	background-color: #000 !important;
    border-color: #000 !important;
}

.btn-info {
    border-color: #0dcaf0 !important;
}

.btn-red{
	background-color: #d10000;
    border-color: #d10000;
    margin-left: 10px;
	border-radius: 20px;
	padding: 0.375rem 0.75rem;
    color: #fff;
}
/*Table*/
table.dataTable,
table{
	width: 100%  !important;
	font-size: 14px;
}

.table>:not(:first-child) {
    border-top: 2px solid transparent !important;
}

.center {
    text-align: center;
}

.optclss {
    padding: 0 !important;
}

.table th {
    padding: 5px 10px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

table tbody td img {
    height: 18px;
    width: 18px;
}

table.table-border{
	 margin-top: 15px;
}

table.table-border thead tr td {
    background-color: rgba(0, 0, 0, 0.03);
}

table.table-border tbody tr td {
    border-bottom: 1px solid #dee2e6;
}

.table-padding {
    padding: 0 20px;
}

table .input-box-big {
    width: 500px;
}

table td#answ {
    width: 350px;
}

.table-responsive ul.pagination li a {
    padding: 5px 10px;
	color: #000;
}


.table#tbl_schedule th {
    border-top: none;
}

table#tbl_sup_ticketdetail #tblhead tr th:nth-child(2){
	width: 110px !important;
}

table#tbl_sup_ticketdetail #tblhead tr th:last-child {
    width: 800px !important;
}

table .offline {
    background-color: #dc3545;
    color: white; 
    border-radius: 13px;
    height: auto;
    padding: 2px 10px;
    text-align: center;
}

table .online {
    background-color: #3cd65f;
    color: white; 
    border-radius: 13px;
    height: auto;
    padding: 2px 10px;
    text-align: center;
}

table .grayout{
	text-align: center;
}

table .custom-checkbox {
    margin: 0 0 0px 0;
}


/*MornitoringTabel*/
table a.brchlink{
    background-color: transparent;
    color: #007bff;
    border-radius: 0;
    height: auto;
    text-align: center;
    text-decoration: underline;
}

table a.brchlink:hover {
    background-color: transparent;
    color: #19212b;
    border-radius: 13px;
    height: auto;
    text-align: center;
    text-decoration: underline;
}

table .brchlink-dot.online,
table .brchlink-dot.offline,
table .brchlink-dot.green,
table .brchlink-dot.red,
table .brchlink-dot.orange,
table .brchlink-dot.olive,
table .brchlink-dot.gold {
    background-color: transparent;
	padding: 2px 10px;
}

table .brchlink-dot.online::before,table .brchlink-dot.green::before{
	color: #3cd65f;
	Content: "\f111";
	font-family: "FontAwesome";
	text-decoration: none !important;
}

table .brchlink-dot.offline::before,table .brchlink-dot.red::before{
	color: #dc3545;
	Content: "\f111";
	font-family: "FontAwesome";
	text-decoration: none !important;
}

table .brchlink-dot.orange::before{
	color: #FF8C00;
	Content: "\f111";
	font-family: "FontAwesome";
	text-decoration: none !important;
}

table .brchlink-dot.olive::before{
	color: #808000;
	Content: "\f111";
	font-family: "FontAwesome";
	text-decoration: none !important;
}

table .brchlink-dot.gold::before{
	color: #FFD700;
	Content: "\f111";
	font-family: "FontAwesome";
	text-decoration: none !important;
}


/*SummartTable*/
table#summaryTbl thead tr th:last-child {
    width: 60px !important;
}

table#summaryTbl thead tr th:nth-child(1){
    width: 30px !important;
}

#summaryTbl_wrapper .custom-control .toolbar {
    margin-left: 0 !important;
}

.menu-stg .dropbtn {
    background-color: #fff;
    color: #000;
    padding: 0 8px;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.menu-stg .dropbtn .lnr {
    font-size: 20px !important;
    line-height: 34px;
}

.menu-stg .dropdown-content{
	box-shadow: none;
	padding-left: 14px;
}

.menu-stg .dropdown-content ul {
    list-style: none;
    padding: 0;
	margin: 0;
}
.menu-stg .dropdown-content ul li {
    padding: 0;
}

.menu-stg .dropdown-content ul li a {
    padding: 0px 10px;
}

.menu-stg .dropdown-content ul li a:hover {
    padding: 0px 10px;
	background-color: transparent;
}

.menu-stg .dropdown-content ul li .custom-control {
    margin: 0;
}

.menu-stg {
    padding-top: 25px;
}

.minheight300{
	min-height: 500px;
}


/*PopupTitle*/
.sel-side-menu {
    font-weight: bold;
    margin-bottom: 0;
    line-height: 30px;
}


/*PeopleMgmt*/
#custpic {
    position: relative;
    width: 180px;
    height: 200px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    background-image: none;
    margin: 0 auto;
}

.uploadbtnstyle{
	width:120px;
	height:30px;
	margin:0 auto;
}

.myfileupload-buttonbar input{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border: solid transparent;
	border-width: 0 0 100px 200px;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-o-transform: translate(250px, -50px) scale(1);
	-moz-transform: translate(-300px, 0) scale(4);
	direction: ltr;
	cursor: pointer;
}

.myui-button{
	position: relative;
	cursor: pointer;
	text-align: center;
	overflow: visible;
	overflow: hidden;
}

div#_gnr_ppl_uploadarea {
    text-align: center;
	margin-bottom: 20px;
}


/*floatinginput*/
.floating-text {
    width: 100%;
    display: inline-block;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    margin-left: 20px;
    color: #337ab7;
    margin-left: 10px;
    top: -20px;
    font-size: 11px;
    color: #337ab7;
}

.floating-text label{
	float: left;
	display: contents;
}

.floating-text span {
    float: left;
    display: contents;
    font-size: 11px;
}


/*Checkbox*/
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: rgb(96 96 96 / 50%);
    background-color: #19212b
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: 2px;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
	width: 18px;
    height: 18px;
}

.custom-control-label::after {
    position: absolute;
    top: 2px;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
	width: 18px;
    height: 18px;
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
   /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")*/
	background-image:url(../images/bootstrap/checkbox.svg);
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #19212b;
    background-color: #19212b
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
   /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")*/
	background-image:url(../images/bootstrap/checkbox_indeterminate.svg);
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgb(96 96 96 / 50%)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}
.checkbox-center{
	max-width: 400px;
	margin: 0 auto;
}

.custom-checkbox {
    margin: 0 0 10px 0;
}

.custom-checkbox label {
    margin: 0;
}

.custom-control.custom-checkbox {
    min-height: auto;
}

div#divwsdldaysel .custom-control-label::before,
div#divwsdldaysel .custom-control-label::after {
    top: 0;
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")*/
	background-image:url(../images/bootstrap/radiobox.svg);
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 0px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}


/*SystemSetting*/
.system-setting{
	display: inline-block;
    width: 100%;
}


/*Dashboard*/
#metricTbl button i {
    font-size: 20px;
}

.btn_expand{
    padding: 5px !important;
}

button i {
    line-height: 22px !important;
}

.row.page-title .dropdown{
	float:right;
}

#customize_chart_div .col-xl-3 .panel-button {
    margin-left: -10px;
}

#customize_chart_div .col-md-1.panel-button {
    margin-left: -15px;
}

#objSelectionBody ul {
    display: inline-block;
	width: 100%;
}

@media screen and (max-width: 768px) {
	button i {
		line-height: 16px !important;
	}
	.row.page-title .dropdown{
		float: initial;
	}
}

#queue button.btn-dropdown {
    border: none;
    margin-right: 10px;
    cursor: pointer;
}

#queue .dropdown a:hover {
	background-color: rgba(3, 155, 229, 0.1);
    color: #000 !important;
	cursor: pointer;
}

#queue .panel-header .dropdown-content,.row.right-end .dropdown-content,.row.page-title .dropdown-content{
    min-width: 150px;
	right: 0;
    left: auto;
    z-index: 9;
}

#queue .panel-header .dropdown-content a {
    padding: 4px;
    font-size: 12px;
	display: inline-block;
    width: 100%;
    padding: 5px;	
	text-align: left;
}

#queue .panel-header .dropdown-content li{
	width: 100%;
	list-style-type: none;
	display: inline;
}

#queue .panel-header .dropdown-content li li{
	display: none;
}

#queue .panel-header .dropdown-content li a span{
	display: inline-block;
	line-height: 1;
	font-size:12px;
}

#queue .panel-header .dropdown-content li a .lnr{
	font-size:12px;
	padding-right: 10px;
}

#queue .panel-header .dropdown-content li:hover li{
    display: block;
}

.dropdown-content-menu .lnr{
	font-size:10px;
}

#queue .panel-header .dropdown-content div{
	display:inline-block;
}

.dashboard .row {
    margin-left: -15px;
    margin-right: -15px;
}

#queue .panel-button {
    text-align: right;
}

#queue .panel-header h2 {
    font-size: 15px;
}

#queue table {
    padding-top: 20px;
}

#queue table tr td{
	padding: 8px 10px;
}


/*ConfigurationMaintenance*/
.lfile .checkbox,.ppl-mgmt .checkbox{
    margin: 0;
}

.lfile #div_buttonarea_1 .checkbox,
#div_buttonarea_2 .checkbox  {
    padding: 0 10px;
}

.ppl-mgmt #div_buttonarea_2 {
    width: 100%;
}

.setting-inner {
    max-width: 625px;
    margin: 0 auto;
}

table#tblinstalledapps .form-control {
    height: 32px;
}


/*topmenu*/
.welcome {
    color: #FFF;
    display: block;
    line-height: 40px;
}

#topbar ul.navbar-nav.ml-auto {
    float: right;
    margin-right: 85px
}

.topbar-right .nav-link:hover {
    background-color: transparent;
    color: #000;
}

.dropdown-item.active,
.dropdown-menu ul li a:focus,
.dropdown-menu ul li a:active,
.dropdown-menu ul li a:hover {
    color: #000 !Important;
    text-decoration: none;
    background-color: rgb(3 155 229 / 10%);
	font-weight: bold;
}

.dropdown-menu ul li a{
    color: #000;
}


/*SidebarleftMenu*/
.sidebar-wrapper .sidebar-menu ul li .dropdown:hover .dropdown-content {
    display: block;
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 85px;
    background-color: #f5f5f5;
    border-radius: .25rem;
    color: #000;
    width: 245px;
}

.sidebar-menu ul.nav.nav-side-menu li {
    width: 100%;
}

.sidebar-wrapper .sidebar-menu ul li .dropdown-container {
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 85px;
    background-color: #f5f5f5;
    border-radius: .25rem;
    color: #000;
    width: 255px;
	box-shadow: none;
    border: none;
}

.sidebar-wrapper .sidebar-menu ul li .dropdown-container ul li a{
    padding: 0;
    color: #000;
    width: 100%;
    display: inline-block;
    padding: 6px 20px;
}

.sidebar-wrapper .sidebar-menu ul li .dropdown-container ul li a span{
	font-size: 15px;
	padding: 0 0 0 5px;
	text-align:left;
	/* padding: 8px 20px; */
	display: inline-block;
	line-height: 15px;
}

.sidebar-wrapper .sidebar-menu ul li .dropdown-container ul li:last-child{
	position: relative;
}

.sidebar-wrapper .sidebar-menu ul li .dropdown-container ul li:hover,
.sidebar-wrapper .sidebar-menu ul li .dropdown-container ul li a:hover{
	color: #000 !important;
	background-color: rgb(3 155 229 / 10%)!important;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #19212b;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.sidebar-wrapper .sidebar-menu ul li .dropdown-container .menu-border-top{
	border-top: 1px solid #d2d2d2;
    margin-top: 0;
}

.sidebar-wrapper .sidebar-menu ul li .dropdown-btn {
    margin-top: 10px;
	background-color: transparent;
}

.sidebar-wrapper .sidebar-menu .dropbtn {
    background-color: transparent;
}


/*Notification*/
.msg-inner1 {
    padding: 15px;
}

.msg-header {
    font-weight: bold;
}

.msg-content {
    color: #525252;
}

.msg-inner1 small {
    display: block;
    color: #7d7d7d;
}

.msg-border{
	border-bottom: 1px solid #e6e6e6;
}

.msg-footer a {
    color: #525252 !important;
    font-size: 13px !important;
    text-align: center;
}


/*SMS*/
.smsmenu table tr td.label-td,
.smsmenu table tr td.label-td-small{
	width:120px!important;
}

.page-subheader {
    padding: 10px 0;
    border-bottom: 1px solid #dee2e6;
    width: 100%;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
}


/*profile*/
.myprofile-inner {
    max-width: 600px;
    margin: 50px auto;
    padding: 50px;
	border: 1px solid #dee2e6;
}

.myprofile-menu {
    padding: .5rem 0 0 .5rem !important;
    margin: 0;
}

.myprofile-inner .header-text {
    font-size: 30px !important;
    text-shadow: 1px 1px 2px #c8c8c8;
    font-weight: bold;
    margin-bottom: 20px;
}

.myprofile-inner .page-subtitle {
    text-align: center;
}

.myprofile-inner .page-subtitle {
    text-align: center;
}

.myprofile-inner #functionbuttonarea {
    margin:  0 auto;
    text-align: center;
}

.myprofile-inner #functionbuttonarea button {
    padding: 3px 50px !important;
    margin: 15px 0;
}


/*Questionnaire*/
.xmultijump {
    width: 100%;
    padding-left: 30px;
}


/*fontsize*/
.font11{
	font-size: 11px;
}

.form-control {
	outline: none;
	box-sizing: border-box;
	border: 1px solid #aaa;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-size: inherit !important;
}

select {
	display: block;
	width: 100%;
	max-width: 100%; /* useful when width is set to anything other than 100% */
	box-sizing: border-box;
	margin: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url(../images/down-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 10px top 50%, 0 0 !important;
    background-size: .85em auto, 100% !important;
}

select.custom-input,.custom-select{
	display: block;
	width: 100%;
	max-width: 100%; /* useful when width is set to anything other than 100% */
	box-sizing: border-box;
	margin: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: none !important;
}


/* Hide arrow icon in IE browsers */
select.form-control::-ms-expand {
	display: none;
}

select.form-control{
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
}

.readonlyinput {
    pointer-events: none;
	background-color: #f7f7f7 !important;
	user-select: none !important;
    color: #7b7b7b;
}

.readonlyinput_2 {
	background-color: #f7f7f7 !important;
	user-select: none !important;
    color: black !important;
}

.loadingArea{
	display:none;
	text-align:center;
    min-height: 200px;
    width: 100%;	
}

.loadingText{
	font-weight:bold;
	display: table-cell;
    vertical-align: middle;
    text-align: center;	
	color:#dee2e6;
}

#page_dash{
	width:100%;
}


/*Language-Arabic*/
html[dir="rtl"] select.custom-input  {
    border-radius: 0 20px 20px 0 !important;
}

html[dir="rtl"] .input-group button {
    border-radius: 20px 0 0 20px !important;
}

html[dir="rtl"] .header-text,
html[dir="rtl"] .dataTables_info,
html[dir="rtl"] .panel-header,
html[dir="rtl"] .page-subtitle,
html[dir="rtl"] .mcheckbox,
html[dir="rtl"] .sel-side-menu,
html[dir="rtl"] .scrollbar-content {
    text-align: right;
}

html[dir="rtl"] .pull-right,
html[dir="rtl"] .dataTables_wrapper .dataTables_filter,
html[dir="rtl"] .row.page-title .dropdown {
    float: left;
}

html[dir="rtl"] .languagePositonMenu,
html[dir="rtl"] #queue .panel-header .dropdown-content{
    left: 0;
	right: unset;
}

html[dir="rtl"] #customize_chart_div .col-xl-3 .panel-button {
    margin-left: 0;
    margin-right:-10px;
}

html[dir="rtl"] #customize_chart_div .col-md-1.panel-button{
    margin-left: 0;
    margin-right: -15px;
}

html[dir="rtl"] #queue .panel-button {
    text-align: left;
}

html[dir="rtl"] .page-wrapper.toggled .page-content {
    padding-right: 85px;
	padding-left: 0;
}

html[dir="rtl"] .page-wrapper.toggled .sidebar-wrapper {
    right: 0px;
}

html[dir="rtl"] #topbar ul.navbar-nav.ml-auto {
    float: left;
    margin-left: 85px !important;
	margin-right: 0;
}

html[dir="rtl"] .sidebar-wrapper .sidebar-menu ul li .dropdown-container {
    right: 85px;
}

html[dir="rtl"] .arrow-right {
    border-right: 10px solid #19212b;
    right: 0;
	border-left: none;
	left: unset;
}

html[dir="rtl"] .navbar-nav {
    padding-right: 0;
    padding-left: unset;
}

html[dir="rtl"] .ntab_container .text-right{
    text-align: left !important;
}
html[dir="rtl"] .ntab_container #functionbuttonarea,
html[dir="rtl"] .setting_container #functionbuttonarea {
    right: unset;
    left: 15px;
}

html[dir="rtl"] .inputFixLabel {
    right: 0;
    left: unset;
}

html[dir="rtl"] button#btnTestMail, 
html[dir="rtl"] button#btnTestSMS,
html[dir="rtl"] button#btnRecover {
    margin-right: 0;
    margin-left: 10px;
}

html[dir="rtl"] .margin15 {
    margin-left: 0px !important;
}

html[dir="rtl"] button#btnRmw,
html[dir="rtl"] button#btnBackup, 
html[dir="rtl"] button#btnUpdate, 
html[dir="rtl"] button#btnUpdate2{
    margin-left: 0;
    margin-right: 10px;
}

html[dir="rtl"] .border-left {
    border-left: none;
    border-right: 1px solid #dee2e6;
}

html[dir="rtl"] .text-left {
    text-align: right !important;
}

html[dir="rtl"] .pull-left{
    float: right;
}

html[dir="rtl"] .page-header .lnr {
    margin-right: 0;
    margin-left: 5px;
}


/*Standard Service*/
.wduration-inner{
    display: flex;
    width: 100%;
}


/*Branch Synchronization*/
.note-inner{
	font-size:12px;
	color:grey;
}


/*Hidden Web or Mobile*/
.hidden-xl{
	display:none;
}


/*CMS*/
.mc-header {
    padding: 10px 0 !important;
}

.btn-black {
    background-color: #000 !important;
    color: #fff !important;
}

.mc-left .mcfile-inner1b {
    max-width: 300px;
}

.mc-left .mcfile-inner1 {
    width: 345px;
}

.mc-toolbar {
    width: 100%;
    display: inline-block;
}

ul.mc-menu,ul.mcfile-action,ul.mc-menuply {
    list-style: none;
	margin: 0;
    padding: 0;
}

ul.mc-menuply li {
	float: left;
	padding: 0 10px;
	line-height: 30px;
}

.mcfile-action li{
	float: left;
	padding: 0 20px 0 0;
	line-height: 30px;
}

.mc-content #resourceTbl_wrapper .mc-toolbar-L2{
    margin-left: -25px;
}

#playlistTable_wrapper .mc-toolbar-R2{
    margin-left: -35px !important;
}

ul.mc-menu li a,ul.mcfile-action li a,ul.mc-menuply li a{
	color: #000;
	font-size: 20px;
	cursor: pointer;
}

.mc-toolbar-L2 .mc-menu i {
    line-height: 40px;
}

.mc-toolbar-L2 ul.mc-menu li {
	float: left;
	padding: 0 10px;
	line-height: 30px;
}

.mc-toolbar-L1{
	margin: 0;
	width: 100%;
}

.mc-toolbar-L1 ul.mc-menu li a {
	float: left;
    width: 16.66%;
    line-height: 30px;
    padding: 5px;
    background-color: #f5f5f5;
	text-align: center;
	cursor: pointer;
}

.row.margin15.mc-toolbar-R1 {
    margin-top: 10px;
}

#thePathRoute{
	width: 100%;
	display: inline-block;
	margin: 10px 0;
}

.cms-inner #uploadarea{
    min-height:700px;
	height:100%;
}

.myfileupload-buttonbar input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    border-width: 0 0 100px 200px;
    opacity: 0.0;
    filter: alpha(opacity=0);
    -o-transform: translate(250px, -50px) scale(1);
    -moz-transform: translate(-300px, 0) scale(4);
    direction: ltr;
    cursor: pointer;
}

.cms-inner input#fileinput {
	padding-left: 15px;
	margin-top: 0px;
	visibility: hidden;
}

.mcfile-inner1 {
    width: 335px;
    display: inline-block;
}

.mcfile-inner1a {
    width: 40px;
    float: left;
    padding-right: 10px;
}

.mcfile-inner1a img {
    width: 100%;
    height: 100%;
}

.mcfile-inner1b label {
    width: 100%;
    line-height: 15px;
    margin: 0;
}

.mcfile-inner1b {
    max-width: 275px;
    float: left;
    font-size: 12px;
}

.cms-inner .custom-checkbox {
    margin: 0;
}

.mc-middle {
    top: 50%;
	position: relative;
    text-align: center;
}

.mc-middle a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    height: 50px;
}

.mc-middle .lnr{
    font-size: 50px !important;
}

.scrollbar-mctable{
	max-height: 450px;
	overflow-y: scroll;
}

.scrollbar-mctable-R {
    max-height: 605px;
	height: 605px;
    overflow-y: scroll;
}

#functionbuttonarea input.fileinput {
    visibility: hidden;
}

.dragfile-inner {
    text-align: center;
	width: 100%;
	height: 100px;
}

.dragfile-inner label {
    width: 100%;
	border: 2px dashed #cbcbcb;
	margin-top: 10px;
}

.dragfile-inner label.myui-button {
    width: 100px;
	margin-bottom: 10px;
}

.dragfile-text1 {
    width: 100px;
    margin: 0 auto;
    display: inline-block;
}

.dragfile-text1 span {
    display: block;
}

.dragfile-inner .form-control-file {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 6em;
  outline: none;
  visibility: hidden;
}

.dragfile-inner input.form-control-file:before {
    content: attr(data-title);
    position: absolute;
    left: 0;
    width: 100%;
    min-height: 6em;
    line-height: 2em;
    opacity: 1;
    visibility: visible;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: visible;
	top: 25%;
}

.dragfile-inner input#fileinput {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 6em;
    outline: none;
    visibility: hidden;
	padding: 0;
}

.cms-inner .myui-button{
	height: 35px;
	width: 100px;
}

.cms-inner .myui-button span {
    position: relative;
    width: 100%;
    display: inline-block;
	line-height: 20px;
	text-align: center;
}

.media-popupright{
	padding: 10px;
    max-width: 700px;
    margin: 0 auto;
	min-height: 500px;
}

.cms-button .myui-button {
    line-height: 0;
	width: 90px;

}

.cms-button .myui-button span{
    font-size: 12px;
}

.cms-button button{
    font-size: 12px;
    line-height: normal;
	height: 26px;
}

.cms-button {
    position: absolute;
    z-index: 9;
    margin-top: -34px;
    right: 10px;
	margin-left: -20px;
}

.cms-inner #resourceTbl_filter br {
    display: none;
}

.cms-inner #resourceTbl_filter,
.cms-inner #playlistTable_filter{
    text-align: right;
    width: 100%;
}

.cms-inner #resourceTbl_filter input,
.cms-inner #playlistTable_filter input{
    margin-left: 0px !important;
}

.cms-button .pull-left {
    float: none;
}


/*Favorite*/
table#tblmon1_fav #tblhead tr th {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

table#tblmon1_fav #tblhead tr th .custom-checkbox  {
    margin: 0;
}


/*CMSGridView*/
.gridview {
    width: 100%;
    display: inline-block;
	border: 1px solid #ebebeb;
	margin-bottom: 10px;
}

.gridview-img img {
    width: 65px;
	height: 65px;
    text-align: center;
    margin: 0 auto;
}

.gridview-img {
    text-align: center;
	width: 100%;
    display: inline-block;
	margin-bottom: 10px;
	background-size: contain;
    background-position: center center;
	background-repeat: no-repeat;
}

.gridview-action ul{
    margin: 0;
    padding: 0;
    float: right;
}

.gridview-action ul li {
    list-style: none;
    float: left;
    padding: 5px;
}

.gridview-action ul li a {
    list-style: none;
    color: #000;
    font-size: 18px;
	cursor: pointer;
}

.gridview-footer {
    width: 100%;
    background-color: rgba(128,128,128,.7);
    height: 25px;
    line-height: 25px;
    color: white;
    text-align: center;
    font-size: 10px;
    overflow: hidden;
    bottom: 0px;
}


/*CMSpopup*/
.cms-inner .overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7) !important;
	transition: opacity 500ms;
	opacity: 1.0 !important;
}

.cms-inner .overlay:target {
	visibility: visible;
	opacity: 1;
}

.cms-inner .popup h2{
	font-size: 15px;
	Word-break: break-all;
}

.cms-inner .popup {
	margin: 70px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 50%;
	position: relative;
}

.cms-inner .popup .close {
	top: -15px;
    right: -15px;
    position: absolute;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 5px 10px !important;
    opacity: inherit;
    color: #000;
    font-size: 13px;
    font-weight: bold;
}

.cms-inner .popup .content {
	max-height: 30%;
	overflow: auto;
}


/*Width*/
.width30 {
    width: 30px;
}


/*MonitoringFeedback*/
.qosquestion u span#lselall {
    padding-left: 10px;
}

table#tbl_qos_mon tfoot#tblfoot tr td {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

table#tbl_sup_mon {
    border-bottom: 1px solid #dee2e6;
}

#tbl_sup_ticketdetail_wrapper .checkbox.custom-control.custom-checkbox {
    display: none;
}



/*MonitoringQueue*/
#tbl_que_mon .clickable {
    font-weight: bold;
    text-decoration: none !important;
    cursor: pointer;
    color: white !important;
    border: 1px solid #039be5;
    background-color: #039be5;
    border-radius: 30px;
    box-shadow: 2px 2px 5px #e3e3e3;
}

/*SummaryTableTrashIcon*/
.stg-toolbarleft {
    width: 80%;
    float: left;
}

.stg-toolbarright {
	float: left;
	padding: 1px 0 0 10px;
}

.stg-toolbarright a {
    padding-left: 10px;
}


/*ProfileMenu*/
.profile-menu {
    right: 20px;
}

.profile-menu ul li:first-child {
    border-bottom: 1px solid #d2d2d2;
}

.profile-menu ul li a {
    padding: 0.25rem 1.5rem !important;
    color: #000 !important;
}

.dropdown-menu.profile-menu {
    right: 0;
    left: unset;
}


/*Digital Signage*/
.sigscene-1a {
    float: left;
    width: 87%;
}

.sigscene-1b {
    padding: 0 0 0 10px;
}

.qdesign-inner thead td {
    width: 250px;
    background-color: rgb(3 155 229 / 10%);
}

.qdesign-inner thead td label {
    margin-bottom: 0;
}

.schpf{
	font-size: 8pt; 
	font-family: Arial Black;
	color:red;
	display:none;
}

.schpf-bg{
	font-size: 12px; 
	color: black; 
	height: 35px; 
	background-color: rgb(3 155 229 / 10%);
	text-align:center;
}


/*Hardware*/
#dialogbuttoninfo {
    width: 100% !important;
	padding-top: 20px;
}

table#defmsg tr td:first-child {
    width: 50px;
}


/*BlueText*/
.bluetxt{
	color: #337ab7;
	font-style: normal;
    margin-left: 10px;
}

/*rptMenu*/
#rptMainMenuCntrSub .dropdown {
    position: inherit;
    cursor: pointer;
}

#rptMainMenuCntrSub .dropdown-menu {
    border: none;
}

ul#qManGrpManuList li:first-child {
    margin-top: 20px;
}
.rpt-border{
    border: 1px solid #dee2e6;
    margin-bottom: 0px;
    border-radius: 8px;
}

.rpt-menu .lnr-menu::before {
    font-size: 25px;
    color: #000;
}

.rpt-menu .navbar-light .navbar-toggler{
	border: none;
}

.rpt-menu h6 {
	padding: 15px 15px 0 15px;
}

h6.rpt-title {
	padding: 15px 15px 0 15px;
}

.rpt-menu a{
	color: #000;
    padding: 0 0 10px 0;
}

.rpt-menu .dropdown-toggle::before {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

.rpt-menu .dropdown-toggle::after {
	display: none
}

.rpt-menu .dropdown-menu{
	position: inherit;
	width: 100%;
	background-color: transparent;
	padding-left: 20px;
	font-size: inherit;
}

.rpt-menu ul.flex-column {
	width: 100%;
}

.rpt-menu .navbar {
	position: initial !important;
	box-shadow: none;
	background-color: transparent;
}

.rpt-menu .nav-link.dropdown-toggle.active,
.rpt-menu .nav-link.dropdown-toggle.hover{
	color: #FF9900;
	background-color: transparent;
}

.rpt-menu .dropdown-item.active,
.rpt-menu .dropdown-item:hover,
.rpt-menu ul li a.nav-link:hover {
	color: #FF9900 !important;
	text-decoration: none;
	background-color: transparent;
	font-weight: normal;
}

.rpt-submenu {
	width: 100%;
	display: inline-block;
}

.rpt-submenu ul {
    list-style: none;
	padding-left: 15px;
}

.rpt-submenu ul li {
	width: 33.33%;
	float: left;
}

.rpt-search {
    padding: 10px 0px 20px 2px;
    float: right;
	width: 100%;
	max-width: 100%;
}

.rpt-search input {
    width: 100%;
	max-width: 100%;
}

.rpt-step2 h6 {
    padding: 15px 15px 0 15px;
}

#rpt-step2 input#rptTitle {
    border: 1px solid #dbdbdb;
    padding: 0 10px;
    width: 322px;
    display: inline-block;
    border-radius: 20px;
}

.rpt-adv button.btn-adv {
    width: 100%;
	padding: 7px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.rpt-adv button.btn-adv:after {
    padding: 0 15px;
    color: white;
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f107";
    font-size: 22px;
    position: absolute;
    line-height: 20px;
}

button.btn.btn-primary.btn-adv {
    border:none;
}

.rpt-advset1a {
    margin-left: 26px;
	margin-bottom: 50px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
}

.rpt-footer {
    width: 100%;
    display: inline-block;
	text-align: center;
}

.rpt-stickybar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding-top: 10px;
	padding-bottom: 10px;
	margin-left: -30px;
}

/* radio button */
.btn-radio {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: #E6E6E6;
	border-radius: 50%;
}

.btn-radio:hover input ~ .checkmark,
.btn-radio input:checked ~ .checkmark {
	background-color: #FF9900;
}


/*breadcrumb*/
ul.breadcrumb {
	padding: 10px 0px;
	list-style: none;
	background-color: #fff;
    margin: 0;
}

ul.breadcrumb li {
	display: inline;
}

ul.breadcrumb li+li:before {
	padding: 8px;
	color: black;
	font-family: "FontAwesome"; 
    font-weight: 900; 
    content: "\f105";

}

ul.breadcrumb li a {
	color: #000000;
	text-decoration: none;
}

ul.breadcrumb li a:hover {
	color: #FF9900;
	text-decoration: none;
}


svg[hidden] {
	display: none;
	position: absolute;
}

.site-navigation {
	width: 86%;
	max-width: 782px;
	margin: 100px auto;
	box-shadow: 2px 2px 4px rgba(0,0,0,.2);
	background-color: #eee;
	border-radius: 4px;
}

.clicky-menu {
	justify-content: stretch;
	margin: 0;
	padding: 0;
	list-style: none;
}
@media (min-width: 540px) {
	.clicky-menu {
		display: flex;
	}
}

/* General Link & Button Styles */
.clicky-menu a,
.clicky-menu button {
	margin: .25em;
	padding: 1em;
	background: transparent;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-family: inherit;
	border-radius: 3px;
}

.clicky-menu a:hover,
.clicky-menu button:hover {
	background: #fff;
}

.clicky-menu a:focus,
.clicky-menu button:focus {
	outline: .125em dotted purple;
	outline-offset: -.125em;
}

/* Top Level Items */
.clicky-menu > li {
	position: relative;
	flex: 1 1 auto;
	display: flex;
	justify-content: stretch;
	flex-wrap: wrap;
}

.clicky-menu > li > a,
.clicky-menu > li > button {
	flex: 1 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border: 0;
	font-size: inherit;
	line-height: 1.5;
	cursor: pointer;
}
@media (min-width: 540px) {
	.clicky-menu > li > a,
	.clicky-menu > li > button {
		justify-content: center;
	}	
}

/* Icon */
.clicky-menu svg {
	width: 1em;
	height: 1em;
	margin-left: .5em;
}

.clicky-menu [aria-expanded="true"] svg {
	transform: scaleY(-1);
}

/* Submenu Styles */
.clicky-menu ul {
	min-width: 100%;
	width: 12em;
	margin-top: .25em;
	padding: 0;
	list-style: none;
	background-color: #eee;
	border-radius: 3px;
}


/*Reporting*/
#reportOutput div#reportTb1_filter {
	width: 100%;
	float: none !important;
	margin-top: -8px;
    padding-top: 10px;
}

#reportOutput input.floating-input.toolbar {
    border: 1px solid #dee2e6;
    border-radius: 30px;
	padding: 4px 15px;
}

ul#AllUsrUl li,
#childObj ul li{
    float: left;
}

#subCat1 label {
    width: max-content;
}


/*nav-pills*/
.nav-pills .nav-link {
    border-radius: 0;
}


/*Custom select*/
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group .floating-input {
    border-radius: 1rem !important;
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.custom-input,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-input,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-input,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-input,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-input,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.custom-input:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}



.input-group>.custom-select:not(:first-child),
.input-group>.custom-input:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}


/*ResponsiveSetting*/
@media (min-width:2301px)and (max-width:3000px){
	.scrollbar-content {
		max-height: 750px;
	}
	.scrollbar-table {
		max-height: 880px;
		overflow-y: scroll;
		
	}
	.scrollbar-mctable {
		max-height: 700px;
		height: 700px;
	}
	.scrollbar-mctable-R {
		max-height: 855px;
		height: 855px;
	}
	.modal .scrollbar-content{
		max-height: 900px;
		overflow-y: scroll;
	}
	.scrollbar-rpttable {
		max-height: 1050px;
		overflow-y: scroll;
	}

}

@media (min-width: 2000px) and (max-width: 2300px){
	.scrollbar-content {
		max-height: 750px;
	}
	.scrollbar-table {
		max-height: 740px;
		overflow-y: scroll;
	}
	.scrollbar-mctable {
		max-height: 570px;
		height: 570px;
	}
	.scrollbar-mctable-R {
		max-height: 720px;
		height: 720px;
	}
	.modal .scrollbar-content{
		max-height: 800px;
		overflow-y: scroll;
	}
	.scrollbar-rpttable {
		max-height: 1055px;
		overflow-y: scroll;
	}

}

@media (min-width:1801px)and (max-width:1920px){
	.scrollbar-table {
		max-height: 640px;
		overflow-y: scroll;
	}
	.modal .scrollbar-content{
		max-height: 700px;
		overflow-y: scroll;
	}
	.scrollbar-rpttable {
		max-height: 735px;
		overflow-y: scroll;
	}
}

@media (min-width:1601px)and (max-width:1800px){
	.scrollbar-table {
		max-height: 539px;
		overflow-y: scroll;
	}
	.scrollbar-rpttable {
		max-height: 735px;
		overflow-y: scroll;
	}

}

@media (min-width:1367px)and (max-width:1600px){
	/*Scrollcontent*/
	.scrollbar-content{
		max-height: 400px;
	}
	.scrollbar-monitoring{
		max-height: 550px;
	}
	.scrollbar-table{
		max-height: 395px;
	}
	.scrollbar-mctable {
		max-height: 275px;
		height: 275px;
	}
	.scrollbar-mctable-R {
		max-height: 430px;
		height: 430px;
	}
	.scrollbar-rpttable {
		max-height: 535px;
		overflow-y: scroll;
	}
	#summaryTbl_wrapper .scrollbar-content {
		max-height: 345px;
	}
	
	/*Modal*/
	.modal-dialog {
		top: 10% !Important;
	}
}

@media (min-width:1281px)and (max-width:1366px){
	/*Table*/
	table.table-box tr td.label-td
	{
		min-width:130px;
		width:27%;
	}
	table.table-box tr td.label-td-small
	{	
		min-width:80px;
		width:20%;
	}
	table.rpt-date-table{
		width:400px;
	}
	
	/*line-height*/
	.select-all {
		text-align: center;
	}
	
	/*Scrollcontent*/
	.scrollbar-content .border-right{
		border-right: none !important;
	}
	.modal .scrollbar-content{
		max-height: 555px;
		overflow-y: scroll;
	}
	.scrollbar-content,.scrollbar-monitoring{
		max-height: 360px;
		overflow-y: scroll;
	}
	.scrollbar-table{
		max-height: 325px;
	}
	.scrollbar-mctable {
		max-height: 275px;
		height: 275px;
	}
	.scrollbar-mctable-R {
		max-height: 430px;
		height: 430px;
	}
	.scrollbar-rpttable {
		max-height: 685px;
		overflow-y: scroll;
	}
	.modal-dialog {
		top: 3% !important;
	}

}

@media (min-width:1025px)and (max-width:1280px){
	/*Table*/
	table.table-box tr td.label-td
	{
		min-width:130px;
		width:27%;
	}
	table.table-box tr td.label-td-small
	{	
		min-width:80px;
		width:20%;
	}
	table.rpt-date-table{
		width:400px;
	}
	
	/*line-height*/
	.select-all {
		text-align: center;
	}
	
	/*Scrollcontent*/
	.scrollbar-content {
		max-height: 330px;
	}
	.scrollbar-content .border-right{
		border-right: none !important;
	}
	.modal .scrollbar-content{
		max-height: 480px;
		overflow-y: scroll;
	}
	.scrollbar-content,.scrollbar-monitoring{
		max-height: 330px;
		overflow-y: scroll;
	}
	.scrollbar-table{
		max-height: 265px;
	}
	.scrollbar-mctable {
		max-height: 155px;
	}
	.scrollbar-mctable-R {
		max-height: 310px;
	}
	.scrollbar-rpttable {
		max-height: 420px;
		overflow-y: scroll;
	}
	
	/*CMS*/
	.mcfile-inner1 {
		width: auto;
	}
	.mcfile-inner1b {
		max-width: 175px;
	}
	.mc-left .mcfile-inner1 {
		width: 230px;
	}
	
	/*Modal*/
	.modal-dialog {
		top: 5% !important;
	}
} 

@media (min-width:900px)and (max-width:1000px){
	#tbl_sup_mon_wrapper .scrollbar-table,
	#tbl_qos_mon_wrapper .scrollbar-table,
	.modal .scrollbar-content,
	.scrollbar-content,
	.scrollbar-table{
		max-height: 1100px !important;
		overflow-y: scroll;
	}
	.scrollbar-mctable{
		max-height: 1000px !important;
	}
	.modal-dialog {
		max-width: 850px !important;
	}
	.scrollbar-rpttable {
		max-height: 900px;
		overflow-y: scroll;
	}
}


@media (min-width:769px)and (max-width:1024px) {
	/*Header*/
	.sel-side-menu {
		line-height: 20px;
		margin-top: 10px;
	}
	
	/*Dashboard*/
	#customize_chart_div .col-xl-6 .panel-button {
		margin-left: -15px;
	}
	
	/*Cat_sum*/
	.config-side-menu-title {
		padding: 0px 15px;
		background-color: #dee2e6;
	}
	.config-side-menu {
		background-color: rgb(3 155 229 / 10%);
		border-right: none;
	}
	.main-menu ul {
		list-style: none;
		padding: 0;
		margin: 0;
		width: 100%;
		display: inline-flex;
		overflow-x: scroll;
		white-space: nowrap;
	}
	.config-side-menu ul,
	#tabs.multi-tabs ul{
		width: 100%;
		display: inline-flex;
		overflow-x: scroll;
		white-space: nowrap;
		position: relative !important;
	}
	.config-side-menu ul li,
	#tabs.multi-tabs ul li {
		margin: 0;
	}
	.config-side-menu ul li a.active,
	#tabsmulti-tabs ul li a.active {
		font-size: 12px !important;
	}
	.config-side-menu ul li.active a,
	#tabs.multi-tabs ul li.active a{
		font-size: inherit;
	}
	.config-side-menu ul.tabs-bg {
		background-color: transparent;
	}
	
	/*Scrollbar*/
	::-webkit-scrollbar{
		width: 8px;
		height: 8px;
	}
	#tbl_sup_mon_wrapper .scrollbar-table,
	#tbl_qos_mon_wrapper .scrollbar-table,
	.modal .scrollbar-content,
	.scrollbar-content,
	.scrollbar-table{
		max-height: 800px;
		overflow-y: scroll;
	}
	.modal .scrollbar-content{
		max-height: 670px;
		overflow-y: scroll;
	}
	.scrollbar-mctable{
		max-height: 700px;
	}
	
	/*button*/
	#functionbuttonarea {
		line-height: 36px;
	}
	button#btnApp,
	button#btnUpdate2,
	button#btnRmw,
	button#btnAdd,
	button#btnUpdate {
		padding: 0px 5px 2px 5px;
	}
	button#btnApp span, 
	button#btnUpdate2 span, 
	button#btnRmw span,
	button#btnAdd span,
	button#btnUpdate span{
		font-size: 10px !important;
	}
	#objSelectionBody ul li {
		width: 50% !important;
	}
	
	/*HiddenMobile*/
	.hidden-xs{
		display:block;
	}
	.hidden-xl{
		display:none !important;
	}
	.cms-inner .hidden-xs{
		display:none;
	}
	.cms-inner .hidden-xl{
		display:block !important;
	}
	
	/*CMS*/
	.mc-header #functionbuttonarea {
		padding-bottom: 10px;
	}
	.mc-middle {
		top: 0;
		padding: 20px 0;
	}
	.mc-left .mcfile-inner1 {
		width: 340px;
	}
	.mcfile-inner1b label {
		line-height: 15px;
		margin: 0 0 0 0;
	}
	.modal-lg,
    .modal-xl,
	.modal-dialog{
        top: 5% !important;
    }
	.cms-inner #resourceTbl_wrapper .custom-checkbox,
	.cms-inner #playlistTable_wrapper .custom-checkbox	{
		max-width: 50%;
		flex: 50%;
	}
	.cms-button#functionbuttonarea {
		line-height: normal;
	}
	
	/*rptMenu*/
	.rpt-menu {
		background-color: rgb(3 155 229 / 10%);
	}
	.rpt-menu .navbar {
		position: initial !important;
		box-shadow: none;
	}
	.rpt-step1 .border-left {
		border-left: none;
	}
	.rpt-menu a {
		padding: 0px 0 10px 15px;
	}
	h6.rpt-title {
		padding: 15px 0 0 5px;
	}

}


@media only screen and (max-width: 768px){
	.sidebar-wrapper .sidebar-brand {
		padding: 10px 5px !important;
	}
	.modal .page-subheader {
		padding: 10px 0;
	}
	.panel-header input {
		height: auto !important;
	}
	.sidebar-wrapper .sidebar-menu ul li .dropdown-container {
		left: 40px !important;
	}
	
	/*Language-Arabic*/
	html[dir="rtl"] .page-wrapper.toggled .page-content {
		padding-right: 40px;
		padding-left: 0;
	}
	html[dir="rtl"] .sidebar-wrapper .sidebar-menu ul li .dropdown-container {
		right: 40px;
	}
	
	/*Table*/
	table.table-box tr td.label-td
	{
		min-width:130px;
		width:27%;
	}
	table.table-box tr td.label-td-small
	{	
		min-width:80px;
		width:20%;
	}
	table.rpt-date-table{
		width:400px;
	}
	
	/*line-height*/
	.select-all {
		text-align: center;
	}
	
	/*Cat_sum*/
	.config-side-menu-title {
		padding: 0px 15px;
		background-color: #dee2e6;
	}
	.main-menu ul {
		list-style: none;
		padding: 0;
		margin: 0;
		width: 100%;
		display: inline-flex;
		overflow-x: scroll;
		white-space: nowrap;
	}
	.config-side-menu ul,
	#tabs.multi-tabs ul{
		width: 100%;
		display: inline-flex;
		overflow-x: scroll;
		white-space: nowrap;
		position: relative !important;
	}
	.config-side-menu ul li,
	#tabs.multi-tabs ul li {
		margin: 0;
	}
	.config-side-menu ul li a.active,
	#tabsmulti-tabs ul li a.active {
		font-size: 12px !important;
	}
	.config-side-menu ul li.active a,
	#tabs.multi-tabs ul li.active a{
		font-size: inherit;
	}
	.config-side-menu ul.tabs-bg {
		background-color: transparent;
	}
	
	/*Scrollbar*/
	::-webkit-scrollbar{
		width: 8px;
		height: 8px;
	}
	
	/*Scrollcontent*/
	.scrollbar-table {
		max-height: 550px;
	}
	.scrollbar-mctable,.scrollbar-mctable-R{
		max-height: 410px;
	}
	#tbl_sup_mon_wrapper .scrollbar-table {
		max-height: 500px;
	}
	
	/*Dashboard*/
	#customize_chart_div .col-xl-6 .panel-button {
		margin-left: -15px;
	}
	
	/*CMS*/
	.cms-inner .popup{
		width: 90%;
	}
	.cms-inner .uploadbtnstyle span{
		line-height: 15px !important;
	}
	.mc-middle {
		top: 0;
		margin: 10px;
	}
	
	/*Hidden*/
	.hidden-xs{
		display:none;
	}
	.hidden-xl{
		display:block !important;
	}
	
	/*rptMenu*/
	.rpt-menu .navbar {
		position: initial !important;
		box-shadow: none;
	}
	.rpt-step1 .border-left {
		border-left: none;
	}
	.rpt-menu a {
		padding: 0px 0 10px 15px;
	}
	h6.rpt-title {
		padding: 15px 0 0 5px;
	}
}


@media (min-width:426px)and (max-width:767px)  {
	/*Table*/
	table.table-box tr td.label-td
	{
		width:12%;
	}
	table.table-box tr td.label-td-small
	{
		width:10%;
	}	
	table.rpt-date-table{
		max-width:400px;
	}
	table .form-control {
		width: auto;
	}
	.dataTables_filter label {
		margin-top: -30px;
	}
	.btn-border {
		margin-bottom: 0 !important;
	}
	#summaryTbl_filter label {
		display: block;
	}
	.toolbar {
		display: block;
		max-width: 215px;
	}
	.sidebar-wrapper .sidebar-brand {
		padding: 10px 5px !important;
	}
	.sidebar-right-inner {
		margin-top: 0;
	}
	
	
	/*CustomFeedback*/
	.form-group-left {
		text-align: left;
	}
	.mcheckbox {
		display: inline-block;
		line-height: 35px;
	}
	.menu-title {
		padding: 8px 10px 0 10px;
	}
	.sidebar-wrapper .sidebar-content .sidebar-menu ul li a{
		    padding:  20px 0px 4px 0px;
	}
	a#toggle-sidebar i.lnr.lnr-menu {
		font-size: 26px;
	}
	.page-button {
		left: 0;
		float: left;
	}
	#functionbuttonarea {
		float: left;
	}
	.page-header {
		display: inline-block;
	}
	
	/*CustomFeedback*/
	.cfeedback-inner table#tbl_schedule td select, 
	.cfeedback-inner table#tbl_schedule td label {
		width: 130px;
	}
	
	/*Modal*/
	.modal-header {
		display: inline-block !important;
	}
	.modal-lg, .modal-xl {
		max-width: 90% !important;
		margin: 20px auto !important;
	}
	.modal .sidebar-right .tab-content {
		padding-top: 0px; 
		height: 425px;
	}
	.modal .border-left{
		border-left: none;
	}
	.modal .popup-menu .nav{
		padding: 0;
		margin: 0;
		display: block;
		float:left;
	}
	.modal .popup-menu .nav a{
		display: inline-table;
		padding: 8px 10px;
	}
	.modal .modal-dialog {
		margin: 40px;
	}
	.modal span#theheadertext {
		font-size: 16px !important;
	}
	.modal .page-subheader {
		padding: 10px 0;
		border-bottom: none;
	}
	.modal .tab-content>.tab-pane {
		padding-top: 20px;
	}
	.modal #functionbuttonarea {
		float: left !important;
	}
	
	/*line-height*/
	.select-all {
		text-align: center;
	}
	.mobile-lineheight15{
		line-height: 15px;
	}
	
	/*Dashboard*/
	#queue .panel-title {
		width: 90% !important;
	}
	.panel-button {
		width: 10% !important;
	}
	button i {
		line-height: 16px !important;
	}
	#customize_chart_div .col-xl-3 .panel-button,#customize_chart_div .col-xl-6 .panel-button,#customize_chart_div .col-md-1.panel-button {
		margin-left: 0px;
	}
	
	/*topbar*/
	.topbar-left {
		width: 55px !important;
		float: left;
	}
	#topbar ul.navbar-nav.ml-auto {
		margin-right: 0px;
		float: none;
	}
	.topbar-right {
		float: left;
		width: 75% !important;
	}
	.topbar-right .navbar-nav li:first-child {
		margin-left: 0;
	}
	.topbar-right .navbar-nav li {
		margin-left: 23px;
	}
	ul#xLang li {
		margin-left: 0;
	}
	
	/*Content*/
	.bg-pd {
		padding: 15px 20px 25px 20px !important;
	}
	
	/*Tabs*/
	.tab-inner {
		padding: 0 15px !important;
	}
	.box-content-inner {
		border: 1px solid #dee2e6;
		margin-bottom: 20px;
	}
	.setting_container #functionbuttonarea {
		right: 25px;
		margin-top: 58px;
	}
	.tabs-bg{
		border-bottom: none !important;
		margin: 0;
		padding: 0;
	}
	.border-right{
		border-right: none !important;
	}
	.btn-option {
		margin-top: 0 !important;
	}
	button.btn-option-right {
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
	}
	.form-control.btn-option-left{
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
	}
	.ui-tabs .ui-tabs-panel {
		padding: 15px 15px;
	}
	
	/*Mobile Column*/
	.width250{
		width: 250px !important;
		float: left;
	}
	.width50{
		width: 50px !important;
		float: left;
	}
	.Mobile-margin15{
		margin-left: 4px !important;
	}
	.hidden-top25{
		margin-top: 0 !important;
	}
	
	/*scrollbar*/
	.scrollbar-content,.scrollbar-monitoring{
		max-height: 265px;
		overflow-y: scroll;
	}
	.scrollbar-table,.scrollbar-mctable,.scrollbar-mctable-R{
		max-height: 410px;
		overflow-y: scroll;
	}
	.modal .scrollbar-content {
		max-height: 400px;
		overflow-y: scroll;
	}
	#tbl_sup_mon_wrapper .scrollbar-table{
		max-height: 410px;
		overflow-y: scroll;
	}
	
	/*Spacing*/
	.mseperator {
		height: 15px;
		display: inline-block;
		width: 100%;
	}
	
	/*Button*/
	button#btnApp, 
	button#btnUpdate2, 
	button#btnRmw, 
	button#btnAdd, 
	button#btnUpdate {
		padding: 0px 5px 1px 5px;
	}
	
	/*Language-Arabic*/
	html[dir="rtl"] .navbar-nav {
		padding-right: 15px;
	}
	html[dir="rtl"] #topbar ul.navbar-nav.ml-auto {
		margin-left: 0px !important;
	}
	html[dir="rtl"] #functionbuttonarea {
		float: right;
	}
	#objSelectionBody ul li {
		width: 100% !important;
	}
	.hidden-xs{
		display:none;
	}
	.hidden-xl{
		display:block !important;
	}
	.hidden-xl .welcome {
		line-height: 20px;
	}
	#ajax-content {
		margin-top: 70px;
	}	
	
	/*Language-EN*/
	.languagePositonMenu {
		right: 0 !important;
		left: 0 !important;
	}
	.languagePositonMenu .dropdown-item {
		white-space: normal;
	}
	
	/*rpt*/
	#chartFilterDiv .floating-label {
		margin-top: 10px;
	}
	#mobile_btn {
		display: block;
		margin-top: -25px;
	}
	
	/*CMS*/
	.mc-search {
		width: 100%;
		display: inline-block;
		padding: 10px 10px 0 10px;
		max-width: 100% !important;
	}
	.mc-search input {
		max-width: 100% !important;
		display: inline-block;
	}
	.mc-search label {
		width: 100%;
	}
	ul.mcfile-action {
		width: 105px;
	}
	.cms-inner .header-text {
		margin-bottom: 10px;
	}
	.mcfile-action li {
		padding: 0 10px 0 0;
	}
	.cms-gridview .col-xs-6 {
		width: 50%;
	}
	.mcfile-inner1 {
		width: auto;
	}
	.cms-inner #resourceTbl_filter, .cms-inner #playlistTable_filter {
		margin-top: -30px;
	}
	.cms-inner .dataTables_filter label{
		margin-top: 0;
	}
	
	/*MonitoringFeedback*/
	.menu-stg.dropdown-click .dropdown-content {
		left: 10px;
	}
	
	/*ProfileMenu*/
	.dropdown-menu.profile-menu {
		right: unset;
		left: 0;
	}
	.profile-menu ul li {
		margin-left: 0 !important;
	}
	
	/*rptMenu*/
	.rpt-menu .navbar {
		position: initial !important;
		box-shadow: none;
	}
	.rpt-submenu ul li {
		width: 100%;
		float: none;
	}
	.rpt-step1 .border-left {
		border-left: none;
	}
	.rpt-menu a {
		padding: 0px 0 10px 15px;
	}
}


@media (min-width:320px)and (max-width:425px) {
	/*Table*/
	#tbl_sup_ticketdetail th, #tbl_sup_ticketdetail td {
		padding: 8px 3px !important;
	}
	table.table-box tr td.label-td
	{
		width:12%;
	}
	table.table-box tr td.label-td-small
	{
		width:10%;
	}	
	table.rpt-date-table{
		max-width:400px;
	}
	table .form-control {
		width: auto;
	}
	.dataTables_filter label {
		margin-top: -30px;
	}
	.btn-border {
		margin-bottom: 0 !important;
	}
	#summaryTbl_filter label {
		display: block;
	}
	.toolbar {
		display: block;
		max-width: 215px;
	}
	.sidebar-wrapper .sidebar-brand {
		padding: 10px 5px !important;
	}
	.sidebar-right-inner {
		margin-top: 0;
	}
	.dataTables_filter {
		margin-top: 15px;
	}
	#summaryTbl_filter.dataTables_filter {
		margin-top: 39px;
		width: 100%;
	}
	#summaryTbl_filter.dataTables_filter input{
		width: 100%;
	}
	
	/*CustomFeedback*/
	.form-group-left {
		text-align: left;
	}
	.mcheckbox {
		display: inline-block;
		line-height: 35px;
	}
	.menu-title {
		padding: 8px 10px 0 10px;
	}
	.sidebar-wrapper .sidebar-content .sidebar-menu ul li a{
		    padding:  20px 0px 4px 0px;
	}
	a#toggle-sidebar i.lnr.lnr-menu {
		font-size: 26px;
	}
	.page-button {
		left: 0;
		float: left;
	}
	#functionbuttonarea {
		float: left;
	}
	.page-header {
		display: inline-block;
	}
	
	/*CustomFeedback*/
	.cfeedback-inner table#tbl_schedule td select, 
	.cfeedback-inner table#tbl_schedule td label {
		width: 130px;
	}
	
	/*Modal*/
	.modal-header {
		display: inline-block !important;
	}
	.modal-lg, .modal-xl {
		max-width: 90% !important;
		margin: 20px auto !important;
	}
	.modal .sidebar-right .tab-content {
		padding-top: 0px; 
		height: 425px;
	}
	.modal .border-left{
		border-left: none;
	}
	.modal .popup-menu .nav{
		padding: 0;
		margin: 0;
		display: block;
		float:left;
	}
	.modal .popup-menu .nav a{
		display: inline-table;
		padding: 8px 10px;
	}
	.modal .modal-dialog {
		margin: 25px;
	}
	.modal span#theheadertext {
		font-size: 12px !important;
	}
	.modal .page-subheader {
		padding: 10px 0;
		border-bottom: none;
	}
	.modal .tab-content>.tab-pane {
		padding-top: 20px;
	}
	.modal #functionbuttonarea {
		float: left !important;
	}
	.modal .sel-side-menu {
		line-height: 14px;
	}
	.modal.show .modal-dialog {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: -webkit-fill-available;
		padding: 0;
	}
	
	/*line-height*/
	.select-all {
		text-align: center;
	}
	.mobile-lineheight15{
		line-height: 15px;
	}
	
	/*Dashboard*/
	#queue .panel-title {
		width: 90% !important;
	}
	.panel-button {
		width: 10% !important;
	}
	button i {
		line-height: 16px !important;
	}
	#customize_chart_div .col-xl-3 .panel-button,#customize_chart_div .col-xl-6 .panel-button,#customize_chart_div .col-md-1.panel-button {
		margin-left: 0px;
	}
	
	/*topbar*/
	.topbar-left {
		width: 55px !important;
		float: left;
	}
	#topbar ul.navbar-nav.ml-auto {
		margin-right: 0px;
		float: none;
	}
	.topbar-right {
		float: left;
		width: 75% !important;
	}
	.topbar-right .navbar-nav li:first-child {
		margin-left: 0;
	}
	.topbar-right .navbar-nav li {
		margin-left: 23px;
	}
	ul#xLang li,.profile-menu ul li {
		margin-left: 0 !important;
	}
	
	/*Content*/
	.bg-pd {
		padding: 15px 20px 25px 20px !important;
	}
	
	/*Tabs*/
	.tab-inner {
		padding: 0 15px !important;
	}
	.box-content-inner {
		border: 1px solid #dee2e6;
		margin-bottom: 20px;
	}
	.setting_container #functionbuttonarea {
		right: 25px;
		margin-top: 58px;
	}
	.tabs-bg{
		border-bottom: none !important;
		margin: 0;
		padding: 0;
	}
	.border-right{
		border-right: none !important;
	}
	.btn-option {
		margin-top: 0 !important;
	}
	button.btn-option-right {
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
	}
	.form-control.btn-option-left{
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
	}
	.ui-tabs .ui-tabs-panel {
		padding: 15px 15px;
	}
	
	/*Mobile Column*/
	.width250{
		width: 160px !important;
		float: left;
	}
	.width50{
		width: 50px !important;
		float: left;
	}
	.Mobile-margin15{
		margin-left: 4px !important;
	}
	.hidden-top25{
		margin-top: 0 !important;
	}
	
	/*scrollbar*/
	.scrollbar-content,.scrollbar-monitoring{
		max-height: 265px !important;
		overflow-y: scroll;
	}
	.scrollbar-table,.scrollbar-mctable,.scrollbar-mctable-R{
		max-height: 170px !important;
		overflow-y: scroll;
	}
	.modal .scrollbar-content {
		max-height: 440px !important;
		overflow-y: scroll;
	}
	
	/*Spacing*/
	.mseperator {
		height: 15px;
		display: inline-block;
		width: 100%;
	}
	
	/*Button*/
	button#btnApp, 
	button#btnUpdate2, 
	button#btnRmw, 
	button#btnAdd, 
	button#btnUpdate {
		padding: 0px 5px 1px 5px;
	}
	
	/*Language-Arabic*/
	html[dir="rtl"] .navbar-nav {
		padding-right: 15px;
	}
	html[dir="rtl"] #topbar ul.navbar-nav.ml-auto {
		margin-left: 0px !important;
	}
	html[dir="rtl"] #functionbuttonarea {
		float: right;
	}
	#objSelectionBody ul li {
		width: 100% !important;
	}
	.hidden-xs{
		display:none;
	}
	.hidden-xl{
		display:block !important;
	}
	.hidden-xl .welcome {
		line-height: 20px;
	}
	#ajax-content {
		margin-top: 70px;
	}	
	
	/*Language-EN*/
	.languagePositonMenu {
		right: 0 !important;
		left: 0 !important;
	}
	.languagePositonMenu .dropdown-item {
		white-space: normal;
	}
	
	/*Reporting*/
	#chartFilterDiv .floating-label {
		margin-top: 10px;
	}
	#mobile_btn {
		display: block;
		margin-right: 5px;
		margin-top: -28px;
	}
	
	/*CMS*/
	.mcfile-inner1b {
		max-width: unset;
		float: none;
	}
	.mcfile-inner1a {
		width: 35px;
		float: none;
	}
	.mc-search {
		width: 100%;
		display: inline-block;
		padding: 10px 10px 0 10px;
		max-width: 100% !important;
	}
	.mc-search input {
		max-width: 100% !important;
		display: inline-block;
	}
	.mc-search label {
		width: 100%;
	}
	ul.mcfile-action {
		width: 145px;
	}
	.cms-inner .header-text {
		margin-bottom: 10px;
	}
	.scrollbar-mctable,.scrollbar-mctable-R{
		max-height: 270px !important;
		overflow-y: scroll;
	}
	.cms-gridview .col-xs-6 {
		width: 50%;
	}
	.mcfile-inner1 {
		width: auto;
	}
	.mc-left .mcfile-inner1 {
		width: 200px;
	}
	.cms-inner .dataTables_filter label{
		margin-top: 0;
	}
	.cms-inner #resourceTbl_filter,
	.cms-inner #playlistTable_filter {
		margin-top: -33px;
		width: 50%;
		float: right;
	}
	.cms-template #resourceTbl_filter,
	.cms-template  #playlistTable_filter {
		margin-top: 0px;
	}
	.cms-inner #resourceTbl_filter input,
	.cms-inner #playlistTable_filter input{
		margin-top: 0;
		width: 100% !important;
	}
	.cms-inner .toolbar{
		max-width: 100%;
	}
	.cms-inner .media-popupright {
		min-height: 400px;
	}
	
	/*MonitoringFeedback*/
	.menu-stg.dropdown-click .dropdown-content {
		left: 10px;
	}
	
	/*Profile*/
	.myprofile-inner {
		padding: 50px 20px !important;
	}
	.myprofile-inner #functionbuttonarea {
		float: none !important;
	}
	
	/*ProfileMenu*/
	.dropdown-menu.profile-menu {
		right: unset;
		left: 0;
	}
	.profile-menu ul li {
		margin-left: 0 !important;
	}
	
	/*rptMenu*/
	.rpt-menu .navbar {
		position: initial !important;
		box-shadow: none;
	}
	.rpt-submenu ul li {
		width: 100%;
		float: none;
	}
	.rpt-step1 .border-left {
		border-left: none;
	}
	.rpt-menu a {
		padding: 0px 0 10px 15px;
	}
	.rpt-stickybar {
		margin-left: 0px;
	}

}


@media (min-width:320px)and (max-width:375px) {
	/*Spacing*/
	.mseperator {
		height: 15px;
		display: inline-block;
		width: 100%;
	}
	.mseperator25{
		height: 25px;
		display: inline-block;
		width: 100%;
	}
	.top-35{
		top: -35px !important;
	}
	#mobile_btn button,#mobile_btn .btn {
		margin-right: 0;
		margin-left: 0;
		padding: 5px 10px !important;
	}
	
	/*Table*/
	.dataTables_filter {
		margin-top: 15px;
	}
	
	/*Reporting*/
	#rpt-step2 input#rptTitle {
		width: 225px;
	}

}	


@media (max-width: 320px){
	.navbar-nav li {
		margin-left: 20px;
	}
	.cms-gridview .col-xs-6 {
		width: 100%  !important;
	}
	.modal.show .modal-dialog {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: -webkit-fill-available;
	}
	.hidden-top25{
		margin-top: 0 !important;
	}
	#mobile_btn button,#mobile_btn .btn {
		margin-right: 0;
		margin-left: 0;
		padding: 5px 15px !important;
	}
	
	

}


.custom-control.custom-checkbox{
	position:inherit;
}