* {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  font-size: 16px;
  Xline-height:20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
			* {
			  scrollbar-width: thin;
			  scrollbar-color: #ff8535 #eee;
			}
			*::-webkit-scrollbar {
			  width: 6px;
			}
			*::-webkit-scrollbar-track {
			  background: #eee;
			}
			*::-webkit-scrollbar-thumb {
			  background-color: #ff8535;
			}

			.D2022-menu-open-btn {
			  position: absolute;
			  color: #fff;
			  font-size: 20px;
			  margin: 25px;
			  cursor: pointer;
			  z-index:99999;
display:none;
			}
			.D2022-menu-close-btn {
			  position: absolute;
			  color: #fff;
			  font-size: 20px;
			  right: 0;
			  margin: 25px;
			  cursor: pointer;
			  z-index:99999;
display:none;
			}
			.D2022-side-bar {
			  background: #2f3947;
			  backdrop-filter: blur(15px);
			  width: 290px;
			  height: 100vh;
			  position: fixed;
			  top:0;
			  left:0;
			  overflow-y: auto;
			  z-index:999;
			}
			.D2022-side-bar.active {
			  left: 0;
			}
			.D2022-side-bar .D2022-menu-logo {
			  width: 100%;
			  padding:0 5px;
			  margin:0 auto;
			  text-align:center;
			}
			.D2022-side-bar .D2022-menu-logo img {
			  width:80%;
			}
			.D2022-brand-logo {
			  position:fixed;
			  top:0;
			  left:0;
			  margin:10px auto;
			  text-align:center;
			  width:280px;
			}
			.D2022-brand-logo img {
			  width:230px;
			}
			.D2022-side-bar .D2022-menu {
			  width: 100%;
			  margin-top: 65px;
			}
			.D2022-side-bar .D2022-menu .D2022-menu-item {
			  position: relative;
			  cursor: pointer;
			}
			.D2022-side-bar .D2022-menu .D2022-menu-item a {
			  color: #fff;
			  font-size: 16px;
			  text-decoration: none;
			  display: block;
			  padding: 5px 20px;
			  line-height: 20px;
			}
			.D2022-side-bar .D2022-menu .D2022-menu-item a:hover {
			  background: #8621F8;
			  Xtransition: 0.3s ease;
			}
			.D2022-side-bar .D2022-menu .D2022-menu-item i {
			  margin-right: 15px;
			}
			.D2022-side-bar .D2022-menu .D2022-menu-item a .dropdown {
			  position: absolute;
			  right: 0;
			  margin: 3px;
			  transition: 0.3s ease;
			}
			.D2022-side-bar .D2022-menu .D2022-menu-item .D2022-sub-menu {
			  background: rgba(255, 255, 255, 0.1);
			  display: none;
			  margin-bottom:10px;
			}
			.D2022-side-bar .D2022-menu .D2022-menu-item .D2022-sub-menu a {
			  padding-left: 60px;
			}
			.rotate {
			  transform: rotate(180deg);
			}
#main-background {
	position:fixed;
	left: 0px; 
	top: 0px;
	width:100%;
	height:100%;
	overflow: hidden;
	Xbackground-size:100%;  
	background-size: cover;
	background-position: center;
	z-index:-1; 

	animation: fadeIn ease 3s;
	-webkit-animation: fadeIn ease 3s;
	-moz-animation: fadeIn ease 3s;
	-o-animation: fadeIn ease 3s;
	-ms-animation: fadeIn ease 3s;
}

body {
	background-color: #2f3947;
	margin: 0;
}


.clearfix {
	clear: both;
}
.nav2 {
	background-color: #2f3947;
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.4);
	xmargin:0px;
	position: relative;
	z-index:99;
	float:right;
	width: 100%;
	border: 0;
}
.nav2 Xdiv {
	margin: 0 auto;
	width: 1000px;
	height: 100%;
}
.top-grey-panel {
	background-color: #2f3947;
	position:fixed;
	z-index:9999;
	width:100%;
	border: 0;
	height:60px;
	margin:0;
	top:0;
	right:0
}
.site-title {
	float:left;
	font-size: 32px;
	margin:5px 0 0 20px;
	color: #eaebed;
	font-weight: bold;
	position:relative;
	Xbottom: 30px;
}
.site-description {
	float:left;
	font-size: 24px;
	margin: 14px 0 0 15px;
	color: #eaebed;
	font-weight:normal;
	position:relative;
	Xbottom: 30px;
}
.AdvCallRouteSelectList {
  padding: 0px;
  margin: 0px;
  max-width:210px;
  width:210px;
  height:38px;
  background-color:white;
  border: 1px solid #ddd;
  float:left;
}

.ring-type {
  float:left;
  padding: 0px;
  margin: 0px;
  max-width:110px;
  width:110px;
  height:38px;
  background-color:white;
  border: 1px solid #ddd;
}


.reg-routing-server {
  font-size: 20px;
  font-weight:bold;
  color: #4a536e;
  padding-bottom:10px;
}

.menu li {
	list-style-type:none;
	float: right;
	position: relative;
}
.menu li a {
	color: #c1c4c8;
	display: block;
	font-weight:bold;
	line-height: 20px;
	padding: 6px 12px;
	margin: 8px 8px;
	vertical-align: middle;
	text-decoration: none;
}
.menu li a:hover {
	xbackground: -webkit-gradient(linear, center top, center bottom, from(#2f3947), to(#fff));
	xbackground-image: linear-gradient(#ededed, #fff);
	xborder-radius: 12px;
	xbox-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1);
	xcolor: #222;
}
/* Dropdown styles */
.menu ul {
	position: absolute;
	left: -9999px;
	list-style: none;
}
.menu ul li {
	float: none;
}
.menu ul a {
	margin-left: 0px;
	white-space: nowrap;
}
/* Displays the dropdown on hover and moves back into position */
.menu li:hover ul {
	background-color: #c1c4c8;
	border-radius: 0 0 6px 6px;
	box-shadow: inset 0px 2px 4px rgba(0,0,0,0.4);
	left: 5px;
padding:5px;
}
/* Persistant Hover State */
.menu li:hover a {
	background: -webkit-gradient(linear, center top, center bottom, from(#ccc), to(#ededed));
	background-image: linear-gradient(#ccc, #ededed);
	border-radius: 12px;
	box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1);
	color: #515458;
}
.menu li:hover ul a {
margin:3px;
margin-left:0px;
	background: none;
	border-radius: 0;
	box-shadow: none;
}
.menu li:hover ul li a:hover {
	background: -webkit-gradient(linear, center top, center bottom, from(#eee), to(#fff));
	background-image: linear-gradient(#ededed, #fff);
	border-radius: 12px;
	box-shadow: inset 0px 0px 4px 2px rgba(0,0,0,0.3);
}

.SecretText {
  color:transparent;
  text-shadow: rgba(0, 0, 0, 1) 0px 0px 10px;
  border: 20px solid transparent;
  margin: -20px -20px -20px -20px;
  text-align: center;
  vertical-align: middle;
  font-size:18px;
  font-weight:500;
  padding:5px;
}

.SecretText:hover {
  text-shadow: none;
  color: #272829;
  top:-3px;
  position:relative;
}

.SecretText_IP {
  color:transparent;
  text-shadow: rgba(0, 0, 0, 0.7) 0px 0px 5px;
  border: 20px solid transparent;
  margin: -20px -20px -20px -20px;
  text-align: center;
  vertical-align: middle;
  font-size:13px;
  padding:5px;
}

.SecretText_IP:hover {
  text-shadow: none;
  color: #272829;
  top: -1px;
  position:relative;
}

































pre {
font-family: "Times New Roman", Times, serif !important;
text-align:left !important;
}

.printReceipt:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  color: #4a536e;
}
.printReceipt {
  font-size: 25px;
  background-color: transparent;
  color: #4a536e;
  text-decoration: none;
  border: none;
  margin: 2px;
  padding: 2px;
}
.receipt-frame {
  width:900px;
  text-align:center !important;
}
.mcReceipt {
  width:900px;
  text-align:center !important;
  box-shadow: 5px 10px 18px #888888;
  padding: 15px !important;
  margin-bottom: 35px !important;
}
.receipt-col1 {
  text-align: right;
}
.receipt-col1-d {
  font-size: 16px !important;
  font-weight: normal !important;
  color: black !important;
  text-align: right;
}
.receipt-col1-h {
  font-size: 18px;
  font-weight: bold;
  color: #4a536e;
  text-align: right;
}
.receipt-col2 {
  text-align: left;
}
.receipt-col2-h {
  font-size: 18px;
  font-weight: bold;
  color: #4a536e;
  text-align: left;
}
.receipt-col3 {
  text-align: left;
}
.receipt-col3-h {
  font-size: 18px;
  font-weight: bold;
  color: #4a536e;
  text-align: left;
}
.receipt-col4 {
  text-align: left;
}
.receipt-col4-h {
  font-size: 18px;
  font-weight: bold;
  color: #4a536e;
  text-align: left;
}
.receipt-col5 {
  text-align: left;
}
.receipt-col5-h {
  font-size: 18px;
  font-weight: bold;
  color: #4a536e;
  text-align: left;
}
.receipt-hdr {
  font-size: 20px;
  font-weight: bold;
  color: #4a536e;
  text-align: center;
  padding-top: 25px !important;
  border-bottom: 1px solid #dee0e4;
}
.receipt-footer {
  font-size: 16px;
  xfont-weight: bold;
  color: #4a536e;
  text-align: center;
  padding-top: 15px !important;
}






.navtop {
  background-color: #2f3947;
  xheight: 60px;
  text-align:right;
  width: 100%;
  border: 0;
}

.navtop div {
  display: flex;
  margin: 0 auto;
  width: 1000px;
  height: 100%;
}

.navtop div h1, .navtop div a {
  display: inline-flex;
  align-items: center;
}

.navtop div h1 {
  flex: 1;
  font-size: 24px;
  xpadding: 0;
  margin: 0;
  color: #eaebed;
  font-weight: normal;
}

.navtop div a {
  padding: 0 20px;
  text-decoration: none;
  color: #c1c4c8;
  font-weight: bold;
}

.fas, .far {
  width:25px;
  text-align:center;
  padding: 2px;
}

.navtop div a i {
  padding: 2px 8px 0 0;
}

.navtop div a:hover {
  color: #eaebed;
}

body.loggedin {
  background-color: #f3f4f7;
}

.dashboard {
  width:100%;
}

.sch-status {
  color: #4a536e;
  text-align:left;
  margin:0px;
  padding: 2px 8px 0 0;
}

.sch-status i {
  background-color: transparent;
  color: #4a536e;
  text-align:left;
  margin:0px;
  padding: 2px 8px 0 0;
}

.dashboard_gap {
  width:0px;
}

.dashboard_vgap {
  padding-top:10px;
}

.dashboard_dt {
  text-align:right;
  font-size:13px;
}

.dashboard_dt_title {
  text-align:center;
  font-weight:bold;
  font-size:15px;
}

.dashboard_num {
  text-align:right;
  font-size:13px;
}

.dashboard_num_title {
  text-align:right;
  font-weight:bold;
  font-size:15px;
}

.dashboard_dur {
  text-align:right;
  font-size:13px;
}

.dashboard_dur_title {
  text-align:right;
  font-weight:bold;
  font-size:15px;
}

.dashboard_labels {
  text-align:right;
  font-size:17px;
}

.dashboard_values {
  text-align:right;
  font-size:17px;
  white-space: nowrap;
}

.dashboard_calls {
  min-width: 380px;
  border: 1px solid #e0e0e3;
  box-shadow:1px 1px 5px rgba(0,0,0,0.7);
  padding: 5px;
}

.dashboard_dids {
  min-width: 280px;
  border: 1px solid #e0e0e3;
  box-shadow:1px 1px 5px rgba(0,0,0,0.7);
  padding: 5px;
}

.dashboard_minutes {
  min-width: 280px;
  border: 1px solid #e0e0e3;
  box-shadow:1px 1px 5px rgba(0,0,0,0.7);
  padding: 5px;
}

.dashboard_row_sep {
  border-bottom: 1px solid #e0e0e3;
}

.dashboard h4 {
  font-size: 18px;
  border-bottom: 1px solid #e0e0e3;
  color: #4a536e;
  margin-bottom:2px;
  text-align:center;
}

@media screen and (max-width: 400px) {
  .dashboard_tables {
    width: 95%;
  }
}

@media screen and (max-width: 990px) {
  .dashboard_tables {
    width: 95%;
  }
}

.dashboard_tables {
  xmin-width:1000px;
  margin: 0px auto;
}

.dashboard_tables tr {
}

.dashboard_tables td {
  height: auto;
  vertical-align:top;
}

.dashboard_did_status h4 {
  font-size: 22px;
  border-bottom: 1px solid #e0e0e3;
  color: #4a536e;
  margin-top:0px;
}

.dashboard_current_status h4 {
  font-size: 22px;
  border-bottom: 1px solid #e0e0e3;
  color: #4a536e;
  margin-top:0px;
}

.dashboard_call_info h4 {
  font-size: 22px;
  border-bottom: 1px solid #e0e0e3;
  color: #4a536e;
  margin-top:0px;
}

@keyframes low_funds {
  50% {
    opacity: 0;
  }
}
.dashboard-p1c4-red:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  color: red;
}
.dashboard-p1c4-red {
  animation: low_funds 1s linear infinite;
  background-color: transparent;
  color: red;
  text-decoration: none;
  border: none;
}
.dashboard-p1c4:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  color: #4a536e;
}
.dashboard-p1c4 {
  background-color: transparent;
  color: #4a536e;
  text-decoration: none;
  border: none;
}

.greeting-text {
  xmargin: 0;
  Xborder-bottom: 1px solid #e0e0e3;
  height: 150px;
  height:100px;
}

.greeting-text h3 {
  margin: 0px;
  padding: 70px 0px 0px 0px;
  font-size: 22px;
  color: #4a536e;
  text-align: center;
}

.greeting-text br {
  height:3px !important;
}

.greeting-text h5 {
  font-size: 18px;
  color: #4a536e;
  margin: 3px;
  width:100%;
}

.greeting-text h5 .span-left {
  float:left;
  margin: 0;
  text-align:left !important;
}

.greeting-text h5 .span-right {
  float:right;
  margin: 0;
  text-align:right !important;
}

.beta-code {
  font-size: 18px;
  font-weight:bold;
  color: orange;
  text-align: center;
  width:100%;
  animation: betablinker 1s ease infinite;
}

@keyframes betablinker {
  50% {
    color:orange;
    opacity: 0;
  }
}

.blink-red {
  font-size: 18px;
  font-weight:bold;
  color: red;
  text-align: center;
  width:100%;
  animation: blinker 2s ease infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.warning-red {
  font-size: 13px !important;
  color: red !important;
  font-weight:bold !important;
}
.warning-orange {
  font-size: 13px !important;
  color: #ff00fb !important;
  font-weight:bold !important;
}
.content {
  width: 1000px;
  width: fit-content;
  margin: 0 auto;
}

.content h2 {
  margin: 0;
  padding: 25px 0px;
  font-size: 22px;
  border-bottom: 1px solid #e0e0e3;
  color: #4a536e;
}

.content .block {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin: 15px 0;
  padding: 25px;
  background-color: #fff;
  min-width:750px;
}

.content .block table {
  width: 100%;
}

.content .block table td {
  overflow: hidden;
  padding:5px;
}

.content .block table td:first-child {
  font-weight: bold;
  color: #4a536e;
}

.content .block table td:last-child {
  Xword-break: break-all;
}

.content .block p {
  padding: 5px;
  margin: 0 0 10px 0;
}

.content.password {
  width:900px;
  text-align:center;
}

.content.password form label {
  display: block;
  padding: 10px 0 5px 0;
}

.content.password form input[type="text"],
.content.password form input[type="password"],
.content.password form input[type="email"] {
  padding: 10px;
  width: 250px;
  border: 1px solid #ddd;
}

.content.password .password-btn {
  display: inline-block;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  color: #fff;
  background-color: #3274d6;
  margin: 15px 5px 0 0;
  padding: 10px 15px;
}

.content.password .password-btn:hover {
  background-color: #2868c7;
}


.topup-table tr {
  height: auto;
  text-align:center;
  vertical-align:top;
}

.topup-table-gap {
  width:200px;
}

.topup-table-label {
  font-weight:bold;
  color: #4a536e;
  text-align:right !important;
  width:180px;
  padding:0px 20px 0px 0px !important;
}

.topup-table-value {
  font-weight:550;
  color: #555555;
  padding: 0px 0px 0px 15px;
  margin-left:15px !important;
  width:100px;
}

.topup-table-value input {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  font-weight:550;
  font-size:18px;
  color: #555555;
  text-align:left;
  padding: 7px 15px 8px 15px;
  margin: 0px;
  border: 1px solid #ddd;
  width:150px;
}

.content.shopping-cart .topup-table-btn {
  display: inline-block;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  color: #fff;
  background-color: #3274d6;
  padding: 10px 15px;
  margin: 0 0 0 15px;
  width:200px;
}






.budget-value {
  width:100px;
  font-weight:550;
  color: #555555;
  text-align:left;
  padding: 3px;
  margin: 0px;
  border: 1px solid #ddd;
}

.max-calls {
  width:50px;
  font-weight:550;
  color: #555555;
  text-align:left;
  padding: 3px;
  margin: 0px;
  border: 1px solid #ddd;
}

.subscriber-call-budget {
  text-align:center;
  margin:0 auto;
  padding: 0px !important;
}

.subscriber-call-budget table td {
  overflow: hidden;
  padding: 0px !important;
  border: 0;
}

.max-calls-table-value {
  xwidth:100px;
  font-weight:550;
  color: #555555;
  text-align:left;
  padding: 0px;
  margin: 0px;
  border: 1px solid #ddd;
}

.core-hours-table-value select {
  width:75px !important;
  font-weight:550;
  color: #555555;
  text-align:left;
  padding: 0px;
  margin: 3px;
  border: 1px solid #ddd;
}

.address-tables td {
  height: auto;
  vertical-align:top;
}

.address-table-label {
  font-weight:bold;
  color: #4a536e;
  text-align:right;
  padding:5px;
}

.address-table-label-l {
  font-weight:bold;
  color: #4a536e;
  text-align:left;
}

.address-table-value {
  font-weight:550;
  color: #555555;
  text-align:left;
}

.address-table-value select {
  width:215px;
  font-weight:550;
  color: #555555;
  text-align:left;
  padding: 2px;
  margin: 0px;
  border: 1px solid #ddd;
}

.address-table-value input {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  font-weight:550;
  color: #555555;
  text-align:left;
  padding: 2px;
  margin: 0px;
  border: 1px solid #ddd;
}

.content.shopping-cart {
  text-align:center;
  min-width:900px;
}

.content.shopping-cart .shopping-cart-th {
  font-weight:bold;
  font-size: 18px;
  color: #4a536e;
  text-align:left;
  margin: 5px 0 0 0;
  padding: 5px 5px;
}

.content.shopping-cart .shopping-cart-td {
  border-bottom: 1px solid #dee0e4;
  text-align:left;
  margin: 0;
  padding: 0;
}

.content.shopping-cart .shopping-cart-tr td {
  text-align:left;
  margin: 0;
  padding: 0;
}

.content.shopping-cart .shopping-cart-st {
  font-weight:550;
  font-size: 19px;
  color: #777777;
  text-align:left;
  margin: 2px 0 0 0;
  padding: 2px;
}

.content.shopping-cart .shopping-cart-gt {
  font-weight:650;
  font-size: 20px;
  color: #3f3f3f;
  text-align:left;
  margin: 2px 0 0 0;
  padding: 2px;
}

.content.shopping-cart .shopping-cart-td {
  font-weight:550;
  color: #555555;
  text-align:left;
  margin: 2px 0 0 0;
  padding: 2px;
}

.content.shopping-cart .shopping-cart-btn {
  display: inline-block;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  color: #fff;
  background-color: #3274d6;
  margin: 15px 5px 0 0;
  padding: 10px 15px;
}




.deleteDID:hover, .editDID:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  color: #4a536e;
}

.deleteDID, .editDID {
  font-size: 20px;
  background-color: transparent;
  color: #4a536e;
  text-decoration: none;
  border: none;
  margin: 2px;
  padding: 2px;
}

.content.active-dids {
  text-align:center;
  min-width:900px;
}

.table-active-dids {
  xmax-width:950px;
}

.content.active-dids .active-dids-th {
  font-weight:bold;
  font-size: 18px;
  color: #4a536e;
  text-align:left;
  margin: 3px 0 0 0;
  padding: 0;
}

.active-dids-sep {
  border-bottom: 1px solid #eff1f5;
}

.content.active-dids .active-dids-tr td {
  text-align:left;
  margin: 0;
  padding: 0;
}

.content.active-dids .active-dids-td {
  font-weight:550;
  color: #555555;
  text-align:left;
  margin: 3px 15px 0 0;
  padding: 0px;
}

.active-dids-td-rc {
  font-weight:550;
  color: #555555;
  text-align:left;
  margin: 3px 0 0 0;
  padding: 0px;
  width:180px;
}

.content.active-dids .buynumbers-btn {
  display: inline-block;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  color: #fff;
  background-color: #3274d6;
  margin: 15px 5px 0 0;
  padding: 10px 15px;
}

.content.buydids {
  text-align:center;
  margin: auto;
  padding: 0;
}
.buydids-did,
.buydids-location,
.buydids-monthly,
.buydids-setup {
  font-weight:bold;
  color: #4a536e;
  text-align:left;
  margin: 0;
  padding: 0;
}
.buydids-tr {
  text-align:left;
  margin: 0;
  padding: 0;
  max-height:20px;
}
.buydids-tr:hover {
  background-color: #f0f0f0;
}
.buydids-tr td {
  text-align:left;
  margin: 0 !important;
  padding: 0 !important;
}
.buydids-th {
  font-weight:bold;
  font-size: 18px;
  color: #3a333e;
  text-align:left;
  margin: 0;
  padding: 0;
}
.content.buydids .buydids-btn {
  display: inline-block;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  color: #fff;
  background-color: #3274d6;
  margin: 15px 5px 0 0;
  padding: 10px 15px;
}


.content.invoiceinfo {
  text-align:center;
  min-width:900px;
}
.table-invoiceinfo {
}
.content.invoiceinfo .invoiceinfo-th {
  font-weight:bold;
  font-size: 18px;
  color: #4a536e;
  text-align:left;
  margin: 5px 0 0 0;
  padding: 5px 5px;
}
.content.invoiceinfo .invoiceinfo-thp {
  font-weight:bold;
  font-size: 18px;
  color: #4a536e;
  text-align:right;
  margin: 2px 0 0 0;
  padding: 2px;
}
.content.invoiceinfo .invoiceinfo-tr td {
  text-align:left;
  margin: 0;
  padding: 0;
}
.content.invoiceinfo .invoiceinfo-td {
  font-weight:550;
  color: #555555;
  text-align:left;
  margin: 2px 0 0 0;
  padding: 2px;
}
.content.invoiceinfo .invoiceinfo-tdp {
  font-weight:550;
  color: #555555;
  text-align:right;
  margin: 2px 0 0 0;
  padding: 2px;
}
.invoiceinfo-view {
  background-color: transparent;
  color: #4a536e;
  text-decoration: none;
  border: none;
}


.content.ringgroup {
  text-align:center;
  max-width:750px;
}

.table-ringgroup {
  max-width:750px;
}

.content.ringgroup form label {
  display: block;
  xpadding: 10px 0 5px 0;
}

.content.ringgroup form input[type="text"] {
  padding: 2px;
  margin: 0px;
  xwidth: 250px;
  border: 1px solid #ddd;
}
.content.ringgroup .ringgroup-btn {
  display: inline-block;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  color: #fff;
  background-color: #3274d6;
  margin: 15px 5px 0 0;
  padding: 10px 15px;
  xwidth: 105px;
}
.content.ringgroup .ringgroup-th {
  font-weight:bold;
  font-size: 18px;
  color: #4a536e;
  text-align:left;
  margin: 5px 0 0 0;
  padding: 5px 5px;
}
.content.ringgroup .ringgroup-tr td {
  text-align:left;
  margin: 0;
  padding: 0;
}
.content.ringgroup .ringgroup-td {
  font-weight:550;
  color: #555555;
  text-align:left;
  margin: 2px 0 0 0;
  padding: 2px 15px 2px 5px;
}
.ringgroup-name {
  width: 180px;
  font-size: 18px;
  xmargin: 0px;
  padding: 3px;
  border: 1px solid #e0e0e3;
  box-shadow:inset 0 0 1px 1px rgba(230,230,230,0.7);
}
.ringgroup-text {
  width: 150px;
  font-size: 18px;
  xmargin: 0px;
  padding: 3px;
  border: 1px solid #e0e0e3;
  box-shadow:inset 0 0 1px 1px rgba(230,230,230,0.7);
}
.content.ringgroup .ringgroup-btn:hover {
  background-color: #2868c7;
}


.content.ivrmenu {
  text-align:center;
  max-width:900px;
  min-width:900px;
}

.table-ivrmenu {
  max-width:900px;
  min-width:870px;
}

.content.ivrmenu form label {
  display: block;
  xpadding: 10px 0 5px 0;
}

.content.ivrmenu form input[type="text"] {
  padding: 2px;
  margin: 0px;
  xwidth: 250px;
  border: 1px solid #ddd;
}
.content.ivrmenu .ivrmenu-btn {
  display: inline-block;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  color: #fff;
  background-color: #3274d6;
  margin: 15px 5px 0 0;
  padding: 10px 15px;
  border-radius:15px !important;
}
.content.ivrmenu .ivrmenu-th {
  font-weight:bold;
  font-size: 18px;
  color: #4a536e;
  text-align:left;
  margin: 5px 0 0 0;
  padding: 5px 5px;
}
.content.ivrmenu .ivrmenu-tr td {
  text-align:left;
  margin: 0;
  padding: 0;
}
.content.ivrmenu .ivrmenu-td {
  font-weight:550;
  color: #555555;
  text-align:left;
  margin: 2px 0 0 0;
  padding: 2px 15px 2px 5px;
}
.ivrmenu-name {
  width: 180px;
  font-size: 18px;
  xmargin: 0px;
  padding: 3px;
  border: 1px solid #e0e0e3;
  box-shadow:inset 0 0 1px 1px rgba(230,230,230,0.7);
}
.ivrmenu-text {
  width: 150px;
  font-size: 18px;
  xmargin: 0px;
  padding: 3px;
  border: 1px solid #e0e0e3;
  box-shadow:inset 0 0 1px 1px rgba(230,230,230,0.7);
}
.content.ivrmenu .ivrmenu-btn:hover {
  background-color: #2868c7;
}
.content.ivrmenu .recordVP:hover {
  background-color: #e02222;
}
.content.ivrmenu .recordVP {
  background-color: #c21111;
  display: inline-block;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  color: #fff;
  border-radius: 15px;
  margin: 5px;
  padding: 5px 15px 5px 10px;
}

.content.ivrmenu .ivrKeys:hover {
  background-color: #22c022;
}
.content.ivrmenu .ivrKeys {
  background-color: #11a211;
  display: inline-block;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  color: #fff;
  border-radius: 15px;
  margin: 5px;
  padding: 5px 15px 5px 10px;
}

.content.sipgateway {
  text-align:center;
  max-width:750px;
}

.table-sipgateway {
  max-width:750px;
}

.content.sipgateway form label {
  display: block;
  xpadding: 10px 0 5px 0;
}

.content.sipgateway form input[type="text"] {
  padding: 2px;
  margin: 0px;
  xwidth: 250px;
  border: 1px solid #ddd;
}
.content.sipgateway .sipgateway-btn {
  display: inline-block;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  color: #fff;
  background-color: #3274d6;
  margin: 15px 5px 0 0;
  padding: 10px 15px;
  xwidth: 105px;
}
.content.sipgateway .sipgateway-th {
  font-weight:bold;
  font-size: 18px;
  color: #4a536e;
  text-align:left;
  margin: 5px 0 0 0;
  padding: 5px 5px;
}
.content.sipgateway .sipgateway-tr td {
  text-align:left;
  margin: 0;
  padding: 0;
}
.content.sipgateway .sipgateway-td {
  font-weight:550;
  color: #555555;
  text-align:left;
  margin: 2px 0 0 0;
  padding: 2px 15px 2px 5px;
}
.sipgateway-name {
  width: 180px;
  font-size: 18px;
  xmargin: 0px;
  padding: 3px;
  border: 1px solid #e0e0e3;
  box-shadow:inset 0 0 1px 1px rgba(230,230,230,0.7);
}
.sipgateway-text {
  width: 150px;
  font-size: 18px;
  xmargin: 0px;
  padding: 3px;
  border: 1px solid #e0e0e3;
  box-shadow:inset 0 0 1px 1px rgba(230,230,230,0.7);
}
.sipgateway-ipv4 {
  width: 150px;
  font-size: 18px;
  xmargin: 0px;
  padding: 3px;
  border: 1px solid #e0e0e3;
  box-shadow:inset 0 0 1px 1px rgba(230,230,230,0.7);
}
.sipgateway-port {
  width: 70px;
  font-size: 18px;
  xmargin: 0px;
  padding: 3px;
  border: 1px solid #e0e0e3;
  box-shadow:inset 0 0 1px 1px rgba(230,230,230,0.7);
}
.content.sipgateway .sipgateway-btn:hover {
  background-color: #2868c7;
}

.CoreHrsSelect {
  width:65px !important;
  padding: 2px !important;
}

.content.callperms {
  text-align:center;
  max-width:750px !important;
  min-width:750px !important;
}

.table-callperms {
  width:100%;
}

.content.callperms form label {
  display: block;
  xpadding: 10px 0 5px 0;
}

.content.callperms form input[type="text"] {
  padding: 2px;
  margin: 0px;
  xwidth: 250px;
  border: 1px solid #ddd;
}

.content.callperms .callperms-btn {
  display: inline-block;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  color: #fff;
  background-color: #3274d6;
  margin: 15px 5px 0 0;
  padding: 10px 15px;
  xwidth: 105px;
}

.content.callperms .callperms-th {
  font-weight:bold;
  font-size: 18px;
  color: #4a536e;
  text-align:left;
  margin: 5px 0 0 0;
  padding: 5px 5px;
}

.content.callperms .callperms-tr td {
  text-align:left;
  margin: 0;
  padding: 0;
}
.content.callperms .callperms-td {
  font-weight:550;
  color: #555555;
  text-align:left;
  margin: 2px 0 0 0;
  padding: 2px 15px;
}

.callperms-prefix {
  width: 130px;
  font-size: 18px;
  xmargin: 0px;
  padding: 3px;
  border: 1px solid #e0e0e3;
  box-shadow:inset 0 0 1px 1px rgba(230,230,230,0.7);
}
.callperms-description {
  width: 240px;
  font-size: 18px;
  xmargin: 0px;
  padding: 3px;
  border: 1px solid #e0e0e3;
  box-shadow:inset 0 0 1px 1px rgba(230,230,230,0.7);
}
.content.callperms .callperms-btn:hover {
  background-color: #2868c7;
}

.content.e911 {
  text-align:center;
  max-width:900px;
}

.address-e911 {
  max-width:900px;
}

.address-e911-label {
  max-width:300px;
  min-width:230px;
  font-weight:bold;
  color: #4a536e;
  text-align:right;
}

.address-e911-value {
  min-width:250px;
  font-weight:550;
  color: #555555;
  text-align:left;
}

.content.e911 form label {
  display: block;
  xpadding: 10px 0 5px 0;
}

.content.e911 form input[type="text"],
.content.e911 form input[type="password"],
.content.e911 form input[type="email"] {
  padding: 2px;
  margin: 0px;
  xwidth: 250px;
  border: 1px solid #ddd;
}

.content.e911 .e911-btn {
  display: inline-block;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  color: #fff;
  background-color: #3274d6;
  margin: 15px 5px 0 0;
  padding: 10px 15px;
}

.content.e911 .e911-btn:hover {
  background-color: #2868c7;
}

.address-right,
.address-left {
  min-width:400px;
}

.content.address {
  text-align:center;
}

.content.address form label {
  display: block;
  xpadding: 10px 0 5px 0;
}

.content.address form input[type="text"],
.content.address form input[type="password"],
.content.address form input[type="email"] {
  padding: 2px;
  margin: 0px;
  border: 1px solid #ddd;
}

.content.address .address-btn {
  display: inline-block;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  color: #fff;
  background-color: #3274d6;
  margin: 15px 5px 0 0;
  padding: 10px 15px;
}

.content.address .address-btn:hover {
  background-color: #2868c7;
}


.fcl-checkbox {
  display: inline-flex;
  position: relative;
  xfloat:left !important;
}

.fcl-checkbox > input {
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #4a536e;
    xborder-radius: 10px;
    outline: none;
    transition-duration: 0.3s;
  }

.fcl-checkbox > input:checked {
    border: 1px solid #4a536e;
    background-color: green;
}

.fcl-checkbox > input:checked + span::before {
    content: '\2713';
    display: block;
    text-align: center;
    color: white;
    position: absolute;
    left: 0.5rem;
    top: 0.1rem;
}

.fcl-checkbox > input:active {
    border: 1px solid green;
}

.fcl-radio {
  display: inline-flex;
  position: relative;
  xfloat:left !important;
}

.fcl-radio > input {
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #4a536e;
    border-radius: 10px;
    outline: none;
    transition-duration: 0.3s;
  }

.fcl-radio > input:checked {
    xborder: 1px solid #4a536e;
    background-color: orange;
}

.fcl-radio > input:checked + span::before {
    content: '\2713';
    display: block;
    text-align: center;
    color: white;
    position: absolute;
    left: 0.5rem;
    top: 0.1rem;
}

.fcl-radio > input:active {
    xborder: 1px solid orange;
}

@media screen and (max-width: 400px) {
  .login, .register {
    width: 95%;
  }
}

@media screen and (max-width: 1000px) {
  .navtop {
    height: auto;
    padding: 10px;
  }
  .navtop div {
    flex-flow: wrap;
    width: 100%;
  }
  .navtop div h1 {
    display: block;
    flex-basis: 100%;
  }
  .navtop div a {
    padding: 10px 0;
    flex-basis: 50%;
  }
  .content {
    padding: 10px;
    width: 100%;
  }
  .content form input[type="text"], .content form input[type="password"], .content form input[type="email"] {
    width: 100%;
  }
}


@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

.status-circle {
  position:relative;
  border: 5px solid #2f8957;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin: 8px;
  padding:5px;
  box-shadow: inset 0 3px 10px rgba(0,0,0,0.16), 0 3px 10px rgba(0,0,0,0.85);
}

.status-circle #status-count {
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
  font-family:  Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #b21322;
  letter-spacing: -0.01em;
  text-decoration: none;
  display: block;
}

.status-circle #status-text {
  text-align: center;
  font-family:  Times, serif;
  font-weight: 800;
  font-size: 21px;
  color: #4a536e;
  text-decoration: none;
  display: block;
  letter-spacing: -0.02em;
  word-spacing: -0.02em;
  line-height: 1;
  vertical-align: middle;
  margin-top: 10px;
}
