/* font css */
/*@font-face {
	font-family: 'Spectra';
	src: url('../fonts/helveticaneue-font/helveticaneue.eot');
	src: url('../fonts/helveticaneue-font/helveticaneue.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/helveticaneue-font/helveticaneue.woff') format('woff'),
		 url('../fonts/helveticaneue-font/helveticaneue.ttf') format('truetype'),
		 url('../fonts/helveticaneue-font/helveticaneue.svg#helveticaneue') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
@font-face {
        font-family: 'Spectra';
        src: url('../fonts/Spectra-Regular.eot');
        src: url('../fonts/Spectra-Regular.eot?#iefix') format('embedded-opentype'),
                 url('../fonts/Spectra-Regular.woff') format('woff'),
                 url('../fonts/Spectra-Regular.ttf') format('truetype'),
                 url('../fonts/Spectra-Regular.svg#Spectra-Regular') format('svg');
        font-weight: normal;
        font-style: normal;
}

@font-face {
	font-family: 'Helvetica-Neue-bold';
	
	src: url('../fonts/helveticaneue-font/helvetica_bold_0-webfont.eot');
	src: url('../fonts/helveticaneue-font/helvetica_bold_0-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/helveticaneue-font/helvetica_bold_0-webfont.woff') format('woff'),
		 url('../fonts/helveticaneue-font/helvetica_bold_0-webfont.ttf') format('truetype'),
		 url('../fonts/helveticaneue-font/helvetica_bold_0-webfont.svg#helvetica_bold_0-webfont') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica-Neue-300';
	src: url('../fonts/helveticaneue-font/helveticaneue-light.eot');
	src: url('../fonts/helveticaneue-font/helveticaneue-light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/helveticaneue-font/helveticaneue-light.woff') format('woff'),
		 url('../fonts/helveticaneue-font/helveticaneue-light.ttf') format('truetype'),
		 url('../fonts/helveticaneue-font/helveticaneue-light.svg#helveticaneue-light') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica-Neue';
	
	src: url('../fonts/helveticaneue-font/helveticaneue.eot');
	src: url('../fonts/helveticaneue-font/helveticaneue.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/helveticaneue-font/helveticaneue.woff') format('woff'),
		 url('../fonts/helveticaneue-font/helveticaneue.ttf') format('truetype'),
		 url('../fonts/helveticaneue-font/helveticaneue.svg#helveticaneue') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* font css  End */

body {
    font-family: 'Helvetica-Neue';
    font-size: 16px;
    color: #000;
}

header {
    width: 100%;
    background: #000;
    height: 72px;
    padding: 24px 0;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
}

.logo-sec {
    padding: 0;
    text-align: left;
}

.logo-sec a {
    display: block;
}

.logo-sec img {
    height: 56px;
	float: left
}

.nav {
    text-align: right;
    padding: 0;
}

.nav li {
    list-style: none;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    margin-left: 68px;
}

.nav li a {
    display: block;
    line-height: 24px;
    font-size: 20px;
    text-align: center;
    border-bottom: 3px solid transparent;
    font-family: "Helvetica-Neue-bold";
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    color: #fff;
}

.nav li a:hover,
.nav li a:focus {
    color: #518ac3;
    outline: none;
    border-bottom: 3px solid #518ac3;
}

.nav li a.is-active {
    outline: none;
    border-bottom: 3px solid #518ac3;
}

.nav li a.businesstheme:hover,
.nav li a.businesstheme:focus {
    color: #7962b0;
    outline: none;
    border-bottom: 3px solid #7962b0;
}

.nav li a.businesstheme.is-active {
    /* color: #7962b0;*/
    outline: none;
    border-bottom: 3px solid #7962b0;
}

.mob-menu {
    width: 26px;
    height: 22px;
    display: none;
    float: right;
    //background: url(https://www.spectra.co/themes/spectramain/images/mob-icon-close.jpg) no-repeat center center;
    background-position: -7px -7px;
}

.close-mobmenu {
    display: none;
    text-align: right;
    box-shadow: none;
    text-shadow: none;
    font-size: 25px;
    color: #fff;
    padding: 0 25px;
}

.close-mobmenu img {
    width: 30px;
}

.mob-menu img {
    display: none;
}

.overlay {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.58);
    display: none;
    z-index: 9;
}

.mobile-menu1 {
    position: fixed;
    top: 0px;
    left: 0;
    background: #000;
    width: 100%;
    z-index: 999;
    color: #fff;
    display: none;
    padding: 16px 0;
    height: 100%;
    overflow-y: scroll;
}

.mobile-menu1 h3 {
    font-size: 20px;
    text-align: center;
}

.mobile-menu1 ul {
    width: 100%;
    margin: 16px 0;
    padding: 0;
}

.mobile-menu1 ul li {
    list-style: none;
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
}

.mobile-menu1 ul li a {
    display: block;
    padding: 12px 10px;
    border-bottom: 1px solid #ddd;
    color: #fff;
}

.mobile-menu1 ul li:first-child a {
    border-top: 1px solid #ccc;
}

.mobile-menu1 ul li a.active,
.mobile-menu1 ul li a:hover {
    border-color: #141414;
    background: #141414;
}


/*----- login page -----*/

.spectra-login-sec {
    padding: 60px 0;
    background: url(../images/pattern21.png) no-repeat #000;
    background-position: center -45px;
    height: 85vh;
}

.spectra-login-sec.login-b2b {
    padding: 60px 0;
    background: url(../images/pattern21.png) no-repeat #000;
    background-position: center -30px;
    height: 85vh;
}

.hello-text {
    font-size: 6.5em;
    color: #fff;
    text-align: center;
    font-family: "spectra";
    padding: 30px 0 20px;
}

.login-sec {
    width: 35%;
    padding: 0;
}

.login-sec .form-control {
    padding: 10px 15px;
    font-size: 16px;
    color: #7c7b7b;
    height: auto;
    font-family: 'Helvetica-Neue';
}

#spectra-login {
    width: 100%;
    display: block;
    margin: 30px 0 16px;
    border: 1px solid #fff;
    transition: all 0.2s ease-in-out;
    color: #fff;
    background: #000;
    padding: 10px 5px;
    text-align: center;
}

#spectra-login:hover {
    background: #518ac3;
    color: #fff;
    border-color: #518ac3;
}

.spectra-login-sec.login-b2b #spectra-login:hover {
    background: #518ac3;
    color: #fff;
    border-color: #518ac3;
}

.rem-n-forget a,
.rem-n-forget p {
    font-size: 18px;
    color: #fff;
}

a.forgot-ur-pswd {
    text-align: right;
    display: block;
    width: 50%;
    font-family: "Helvetica-Neue-300";
    float: right;
}

a.forgot-ur-pswd:hover {
    text-decoration: underline !important;
}

.spectra-login-sec.login-b2b a.forgot-ur-pswd:hover {
    text-decoration: underline !important;
    color: #518ac3;
}

.signin-or {
    color: #fff;
    font-family: "Helvetica-Neue";
}

.errmsgcolor {
    color: #518ac3;
}

footer {
    background: #000;
    padding: 15px 0;
}

footer p {
    color: #fff;
    margin: 5px 0;
}

.spectr-copyrights {
    text-align: center;
}

.spectr-copyrights ul {
    padding: 0;
    margin: 0;
}

.spectr-copyrights ul li {
    display: inline-block;
    color: #fff;
}

.spectr-copyrights ul li a {
    display: block;
    padding: 0px 10px;
    line-height: 16px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-right: 1px solid #fff;
    font-family: "Helvetica-Neue-300";
}

.spectr-copyrights ul li a:hover {
    color: #518ac3;
}

.spectr-copyrights ul li:last-child a {
    border: none;
}

.my-snav {
    background: #000000;
}

.my-snav ul {
    text-align: center;
    margin-bottom: 0;
    padding: 0;
}

.my-snav ul li {
    list-style: none;
    vertical-align: top;
    display: inline-block;
    background: rgba(151, 151, 151, 0.20);
    transition: all ease-in-out 0.2s;
}

.my-snav ul li:hover {
    background: #ffffff;
}

.my-snav ul li a {
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-family: "Helvetica-Neue";
    width: 190px;
    padding: 10px 0;
}

.my-snav ul li.active {
    background: #ffffff;
}

.my-snav ul li.active a,
.my-snav ul li:hover a {
    color: #518ac3;
}

.wifiManagementUserInfo {
    padding: 5px 0;
}

.wifiManagementUserInfo .form-group {
    margin-bottom: 16px;
}

.ActiveAndInactiveUser ul {
    padding: 0;
    margin: 0;
}

.ActiveAndInactiveUser ul li {
    display: inline-block;
}

.ActiveAndInactiveUser ul li a {
    color: #000;
    font-size: 16px;
    padding: 0 15px;
    line-height: 15px;
    display: block;
    border-right: 1px solid #000;
}

.ActiveAndInactiveUser ul li:last-child a {
    border: none;
}

.ActiveAndInactiveUser ul li.active a,
.ActiveAndInactiveUser ul li:hover a {
    color: #518ac3
}

.wifiMng_search,
.wifiMng_addUser {
    float: right;
    margin: 0 0 0 16px;
    position: relative;
}

.wifiMng_search input.search {
    width: 160px;
    border: 1px solid #000;
    padding: 4px;
    color: #518ac3;
    font-size: 13px;
    font-family: "Helvetica-Neue-300";
    outline: none;
}

.wifiMng_search::after {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    z-index: 999;
    right: 5px;
    top: 5px;
    font-size: 13px;
}

.wifiMng_search:focus-within::after {
    color: #518ac3;
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    z-index: 999;
    right: 5px;
    top: 5px;
    font-size: 13px;
}

.wifiMng_search input:focus {
    border: 1px solid #518ac3;
}

.wifiMng_addUser a {
    padding: 4px 34px;
    display: block;
    background: #518ac3;
    font-size: 15px;
    color: #fff;
    transition: all ease-in-out 0.2s;
}

.wifiMng_addUser a:hover {
    color: #fff;
    background: #000
}

.wifimanagemnt_datainfo table {
    width: 100%;
    border-collapse: collapse;
    margin: 5px 0;
}

.wifimanagemnt_datainfo table tr td,
.wifimanagemnt_datainfo table tr th {
    padding: 3px;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 14.5px;
    font-family: "Helvetica-Neue";
    font-weight: normal;
	vertical-align: middle !important;
}

.wifimanagemnt_datainfo table tr td .fa {
    color: #000;
}

.wifimanagemnt_datainfo table tr td {
    font-family: "Helvetica-Neue-300";
}

.wifimanagemnt_datainfo table ul {
    display: block;
    padding: 0;
    margin: 5px 0;
}

.wifimanagemnt_datainfo table ul li {
   /* display: inline-block;*/
}

.wifimanagemnt_datainfo table ul li a {
    color: #000;
    font-size: 13.5px;
    line-height: 12px;
    padding: 0;
    padding: 0 5px;
    border-right: 1px solid #46a8c5;
}

.wifimanagemnt_datainfo table ul li a:hover {
    color: #46a8c5;
}

.wifimanagemnt_datainfo table ul li:last-child a {
    border: none;
}

.wifimanagemnt_datainfo table tr th {
    background: #518ac3;
    color: #fff;
    font-family: "Helvetica-Neue-bold";
}

ul.download-file-format {
    padding: 0;
    margin: 8px 0;
}

ul.download-file-format li {
    font-size: 16px;
    display: inline-block;
}

ul.download-file-format li a {
    display: block;
    padding: 0 4px;
    color: #518ac3;
    line-height: 16px;
    font-size: 16px;
    border-right: 1px solid #ddd;
}

ul.download-file-format li:last-child a {
    border: none;
}

.wifi-pagination {
    text-align: right;
}

.wifi-pagination a {
    border-radius: 0px !important;
}

.wifi-pagination .pagination {
    margin: 0;
}

.disable-click a {
    cursor: default;
    pointer-events: none;
}

.wifimanagemnt_datainfo .btn-success,
.wifimanagemnt_datainfo .btn-success:hover,
.wifimanagemnt_datainfo .btn-success:focus,
.wifimanagemnt_datainfo .btn-success:visited {
    color: #000;
    background-color: #dcd8d7;
    border-color: #dcd8d7;
}

.wifimanagemnt_datainfo .btn-danger:hover,
.wifimanagemnt_datainfo .btn-danger,
.wifimanagemnt_datainfo .btn-danger:active,
.wifimanagemnt_datainfo .btn-danger:visited,
.wifimanagemnt_datainfo .btn-danger:focus {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
}

.toggle.btn,
.toggle-handle {
    border-radius: 0;
}

.toggle.btn.btn-success,
.toggle.btn.btn-danger.off {
    width: 100px !important;
}

.toggle.btn.btn-success .toggle-group {
    width: 100%;
}

.toggle-off.btn,
.toggle-on.btn {
    padding: 0px;
}

.btn-success.toggle-on {
    width: 65px;
    padding: 6px 0;
    margin: 0;
    text-align: center;
    z-index: 9999;
    box-shadow: none;
    background: #dcd8d7;
    color: #000;
}

.toggle-off.btn {
    width: 65px;
    text-align: center;
    margin-left: 33px;
    margin: 0 0 0 33px;
    padding: 6px 0;
    box-shadow: none;
    background: #000;
}

.toggle.btn.btn-success .toggle-group .toggle-on:after {
    content: "\f00c";
    position: absolute;
    top: 0;
    right: -34px;
    color: #000;
    z-index: 9;
    font-size: 16px;
    font-family: FontAwesome;
    width: 35px;
    background: #fff;
    height: 34px;
    padding: 5px 0;
}

.toggle.btn.btn-danger.off .toggle-group .toggle-on:after {
    content: "\f00d";
    position: absolute;
    top: 0;
    left: 97px;
    color: #000;
    z-index: 9;
    font-size: 16px;
    font-family: FontAwesome;
    width: 35px;
    background: #fff;
    height: 34px;
    padding: 5px 0;
}

.table-responsive .toggle {
    z-index: 0;
}

.faq-sect {
    padding: 48px 0;
    text-align: left
}

.faq-sect .confusion-box {
    padding: 16px;
    min-height: 210px;
    position: relative;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    margin-bottom: 16px;
}

.faq-sect .confusion-box h3 {
    color: #ffffff;
    font-size: 25px;
    font-family: "Helvetica-Neue-bold";
}

.faq-sect .confusion-box p {
    color: #ffffff;
    font-size: 18px;
    padding-top: 15px;
    font-family: "Helvetica-Neue";
}

.faq-sect .confusion-box a {
    position: absolute;
    font-family: "Helvetica-Neue-300";
    bottom: 15px;
    color: #ffffff;
    width: 100%;
    left: 0;
    font-size: 16px;
    padding: 0 15px;
}

.faq-sect .confusion-box:hover {
    background: #000;
}

.faq-sect .confusion-box:hover a {
    color: #fff;
}

.faq-sect .confusion-box a:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
}

.b2b-bg1 {
    background: #9078b6
}

.b2b-bg2 {
    background: #5f8ab5
}

.b2b-bg3 {
    background: #46a8c5
}

.b2b-bg4 {
    background: #45c1c1
}

.b2b-bg156 {
    background: #fec66f
}

.b2b-bg157 {
    background: #f68d6f
}

.b2b-bg158 {
    background: #5a8bc6
}

.b2c-bg1 {
    background: #f46f6a
}

.b2c-bg2 {
    background: #f68d6f
}

.b2c-bg3 {
    background: #fbb88e
}

.b2c-bg4 {
    background: #fec66f
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Helvetica-Neue";
    padding: 5px 0;
    margin: 0 0 15px 0;
    color: #518ac3
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 22px;
}

.wifiManagementUserInfo input,
.wifiManagementUserInfo textarea,
.wifiManagementUserInfo select {
    padding: 14px 16px;
    height: auto;
    font-size: 16px;
    box-shadow: none;
    border-radius: 0;
}

.wifiManagementUserInfo .bootstrap-select.form-control .btn-default {
    padding: 14px 16px;
    height: auto;
    font-size: 16px;
    box-shadow: none;
    border-radius: 0;
    position: initial;
    color: #7c7b7b;
}

.wifiManagementUserInfo .bootstrap-select.form-control .btn-default:hover,
.wifiManagementUserInfo .btn-default.active,
.wifiManagementUserInfo .btn-default:active,
.wifiManagementUserInfo .open>.dropdown-toggle.btn-default,
.wifiManagementUserInfo .bootstrap-select.form-control .btn-default:focus {
    background: transparent;
    border-color: #518ac3;
    outline: none !important;
}

.wifiManagementUserInfo .bootstrap-select .dropdown-menu {
    padding: 0;
    border-radius: 0;
    top: 48px;
}

.wifiManagementUserInfo .bootstrap-select span.bs-caret {
    display: none;
}

.wifiManagementUserInfo .dropdown-menu>li>a:focus,
.wifiManagementUserInfo .dropdown-menu>li>a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #518ac3;
}

.bootstrap-select>.dropdown-toggle:after {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    z-index: 99;
    top: 11px;
    right: 9px;
    font-size: 20px;
}

.wifiManagementUserInfo .form-control {
    height: auto;
    color: #7c7b7b;
}

.addUserGuest {
    padding: 10px 34px;
    display: block;
    background: #518ac3;
    font-size: 15px;
    color: #fff;
    transition: all ease-in-out 0.2s;
    border: none;
    text-align: center;
    width: 150px;
}

.addUserGuest:hover {
    color: #fff;
    background: #000;
}

.howItWorks {
    padding: 48px 0;
    text-align: left;
}

.howItWorks ul {
    padding: 0;
    margin: 0 0 0 20px;
}

.wifiPlanPackage {
    padding: 20px 0 0;
}

.wifiPlanPackage ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.wifiPlanPackage ul li {
    display: inline-block;
    width: 150px;
    text-align: center;
}

.wifiPlanPackage ul li a {
    display: block;
    padding: 10px;
    font-size: 18px;
    color: #fff;
    background: #518ac3;
/* 	background: #ffffff;*/
    transition: all ease-in-out 0.2s;
   border: 1px solid #518ac3;
  /* border: 1px solid #ffffff;*/
}

.wifiPlanPackage ul li.active a,
.wifiPlanPackage ul li a:hover {
   background: #ffffff;
	/*background: #518ac3;*/
    color: #518ac3;
}

.hiddenInfo {
    display: none;
    background: #f2f2f2;
    font-size: 16px;
    color: #000;
}

.hiddenInfo td {
    padding: 10px 0 !important;
}

.domainSearch {
    margin: 0 0 20px 0;
}

.domainSearch .wifiMng_search input {
    width: 300px;
}

::selection,
select:focus::-ms-value {
    background-color: gray;
    color: #000;
}

option:checked {
    background-color: #46a8c5;
    color: #fff;
}

option:checked:hover,
select:focus option:checked:hover,
option:hover,
select option:checked {
    background-color: #518ac3;
    color: #fff;
}


/*----------helping classes---------*/

input.form-control::-webkit-input-placeholder {
    color: #7c7b7b;
}

input.form-control::-moz-placeholder {
    color: #7c7b7b;
}

input.form-control:-ms-input-placeholder {
    color: #7c7b7b;
}

input.form-control:-moz-placeholder {
    color: #7c7b7b;
}

label {
    font-weight: normal;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: !important;
}

input,
select,
textarea,
.form-control:focus {
    outline: !important;
    border-radius: 0 !important;
}

a,
a:hover,
a:focus,
input:focus,
select:focus,
textarea:focus,
.form-control:focus {
    text-decoration: none!important;
    outline: none !important;
    box-shadow: none;
    border-color: #518ac3;
}

a:hover {
    color: #518ac3;
}

.center-div {
    float: none;
    margin: 0 auto;
}

.no-padding {
    padding: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

.no-border {
    border: 0px !important;
}

.flex-div {
    display: flex;
    flex-wrap: wrap;
}

#products-menu li {
    list-style: none;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    margin-left: 10px;
	margin-top: 10px;
	font-size:15px !important;
}
#products-menu li a {
    display: block;
    line-height: 24px;
    font-size: 17px;
    text-align: center;
    border-bottom: 3px solid transparent;
    font-family: "Helvetica-Neue-bold";
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    color: #fff;
}
#products-menu  li a:hover,
#products-menu li a:focus {
    color: #518ac3;
    outline: none;
	font-size: 17px;
    border-bottom: 3px solid #518ac3;
	background-color:#000000;
}
@media screen and (min-width: 1000px) {
	.wifiMng_addUser {
		float: right;
		margin: 12px 0 0 380px;
		position: absolute;
		z-index:999999;
	}
}
@media screen and (min-width: 1000px) {
	.wifiMng_search {
		float: left;
		/*margin: 12px 0 0 180px;*/
		/*position: absolute;*/
	}
}

@media screen and (min-width: 1000px) {
	.ActiveAndInactiveUser {
		float: left;
		margin: 12px 0 0 0px;
		position: absolute;
		z-index:999;
	}
}

.privacy-policy-sec p  {
    /*display: block;*/
	text-align: left;
    padding: 10px 0 5px;
    /*font-weight: 400;*/
	
	font-family: "Helvetica-Neue";
}
.privacy-policy-sec p strong {
     color: #518ac3;
    display: block;
    padding: 10px 0 5px;
    /*font-weight: 400;*/
	font-weight: 500;
	font-family: "Helvetica-Neue";
}
