.support-page {
	text-align:justify;
}
.support-box {
    background-color: #e7eff4;
    text-align: center;
    padding: 50px 20px 30px 20px;
    position: relative;
    margin-top: 50px;
}
.support-box:before {
    content: "";
    position: absolute;
    top: -35px;
    height: 70px;
    width: 70px;
    display: block;
    background-position: center center;
    border-radius: 35px;
    background-color: white;
    left: 50%;
    margin-left: -35px;
}
.support-box:after {
    content: "";
    position: absolute;
    top: -35px;
    height: 70px;
    background-size: 60px 60px;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 -20px;
}
.support-page .support-box h4 {
    font-size: 16px;
    font-weight: 700;
	text-align:center;
}
.support-page .support-header h1 {
    font-size: 2.5em;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
    color: #fff;
	text-align: center;
	text-shadow: 0px 0px 3px #f5f5f5;
	margin-bottom:10px;
}
.support-page .support-header h4{
	margin-bottom:40px;
	color:#FFF;
	text-align:center;
}	
.support-page h1{
	font-size: 2.5em;
    font-weight: 700;
    letter-spacing: -3px;
    margin: 0;
    color: #003158;
	text-align:center;
	text-shadow: 0px 0px 3px #f5f5f5;
}
.support-page .support-box .support-text {
    font-size: 14px;
}

/* Companies by support */
.cta-new {
    font-weight: 700;
    font-size: 1em;
    color: #03304b;
    border: 1px solid #00aee6;
    border-radius: 6px;
    padding: 10px 12px 8px 12px;
}
.cta-new a:hover{
	color:#ff9900;
}
.contained {
	padding:20px;
}
.white-stripe {
    background-color: #ffffff;
	padding:20px 0;
}
.grey-stripe {
    background-color: #EDEEEF;
	padding:20px 0;
}
.blue-stripe {
    background-color: #4178BE;
	padding: 20px 0;
	display:-webkit-box;
}
.blue-stripe h1, .blue-stripe h2, .blue-stripe h3, .blue-stripe a {
	color:#fff;
}
.stripe {
	min-height: 250px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
    background-size: cover;
	position: relative;
}
/* Companies by support */
.support-stripe{
	background-image:url(images/office.jpg);
	min-height:450px;
	max-height:550px;
	background-size: cover;
}
.moh-stripe{
	background-image:url(images/equalizer.png);
	min-height:450px;
	max-height:550px;
	background-size: cover;
}
.faq-stripe{
	background-image:url(images/faq-banner.jpg);
	min-height:450px;
	max-height:550px;
	background-size: cover;
}
.billing-stripe{
	background-image:url(images/billing-banner.jpg);
	min-height:450px;
	max-height:550px;
	background-size: cover;
}
.support-search-large {
    width: 100%;
}
.support-search {
    display: inline-block;
    position: relative;
    max-width: 100%;
    margin: 0;
}
.support-search-large .support-search-input {
    height: 62px
}
.support-search-input::-webkit-search-cancel-button,
.support-search-input::-webkit-search-decoration {
    -webkit-appearance: none
}
.support-search-input::-moz-placeholder {
    opacity: 1
}

.support-search-input {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
    overflow: visible;
    -webkit-appearance: none;
    vertical-align: middle;
    width: 100%;
    border: none;
    color: #666
}

.support-search-input:focus {
    outline: none
}

.support-search-input:-ms-input-placeholder {
    color: #aaa !important
}

.support-search-input::placeholder {
    color: #aaa
}

.support-search-icon:focus {
    outline: none
}

.support-search .support-search-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #999
}

.support-search .support-search-icon:hover {
    color: #999
}

.support-search .support-search-icon:not(a):not(button):not(input) {
    pointer-events: none
}

.support-search .support-search-icon-flip {
    right: 0;

    left: auto
}

.support-search-default {
    width: 180px
}

.support-search-default .support-search-input {
    height: 40px;
    padding-left: 6px;
    padding-right: 6px;
    background: #f7f9fa;
    background: #fff;
    border: solid 1px #ebebeb;
    border-radius: 50px
}

.support-search-default .support-search-input:focus {
    background-color: #f7f9fa;
    background: #fff;
    border-style: solid;
    border-width: 1px
}

.support-search-default .support-search-icon {
    width: 40px
}

.support-search-default .support-search-icon:not(.support-search-icon-flip)+.support-search-input {
    padding-left: 40px
}

.support-search-default .support-search-icon-flip+.support-search-input {
    padding-right: 40px
}

.support-search-navbar {
    width: 400px
}

.support-search-navbar .support-search-input {
    height: 40px;
    background: rgba(0, 0, 0, 0);
    font-size: 1.5rem
}

.support-search-navbar .support-search-icon {
    width: 40px
}

.support-search-navbar .support-search-icon:not(.support-search-icon-flip)+.support-search-input {
    padding-left: 40px
}

.support-search-navbar .support-search-icon-flip+.support-search-input {
    padding-right: 40px
}

.support-search-large {
    width: 100%
}

.support-search-large .support-search-input {
    height: 52px;
    background: #fff;
    font-size: 18px
}

.support-search-large .support-search-icon {
    width: 24px
}

.support-search-large .support-search-icon:not(.support-search-icon-flip)+.support-search-input {
    padding-left: 24px
}

.support-search-large .support-search-icon-flip+.support-search-input {
    padding-right: 24px
}

.support-search-toggle {
    color: #999
}

.support-search-toggle:hover,
.support-search-toggle:focus {
    color: #666
}

.support-search-large .support-search-icon {
    margin-left: 16px;
    background: transparent
}

.support-search-large .support-search-icon:hover {
    background: transparent
}

.support-search-large .support-search-icon:not(.support-search-icon-flip)+.support-search-input {
    padding-left: 55px
}

.support-search-default .support-search-icon {
    width: 40px;
	border:none;
}

.support-search-large .support-search-icon:not(.support-search-icon-flip)+.support-search-input {
    padding-left: 55px;
}

.stripe .contained {
    display: table;
    width: 100%;
    padding-bottom: 30px;
    height: 80px;
    position: absolute;
    margin: 0;
    padding: 0;
    height: 356px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    text-align: left;
    overflow: hidden;
}
.support-page .support-header {
    background-size: 71px 129px;
    background-repeat: no-repeat;
    margin-top: 30px;
    margin-bottom: 20px;
}
.support-page .first-para h2 {
    font-size: 2.2em;
    font-weight: 700;
    letter-spacing: -3px;
    margin: 0;
    color: #333;
	text-shadow: 0px 0px 3px #f5f5f5;
	text-align:left;
}
/*
.support-page h3 {
	margin:0;
	text-align:left;
	color:#003158;
}
*/
.support-page h4 {
	margin:0;
	line-height:1.3em;
	text-align:justify;
	font-size:16px;
}
.side h5 {
	margin:0;
	font-size: 15px !important;
	text-align:center;
	font-weight: 700;
}
.side {
	text-align:left;
	overflow:hidden;
}
.side img{
	background-position:left center;
	/*width:100%;*/
}
.side h3 {
	font-size:1.4em;
    position: relative;
    padding: 20px;
    margin: 0;
    color: #FFF;
    background-color: #003158;
}
.side.sip h3{
	background-color: #4178BE !important;
}
.side.inbound h3{
	background-color: #43B029 !important;
}
.side.hosted h3{
	background-color: #003158 !important;
}
.side > div {
    font-size: 0.9em;
    margin: 0;
    padding: 20px;
    background-color: #d6d6d6;
	text-align:left;
}
.side.sip p, .side.inbound p, .side.hosted p {
	min-height:70px;
}
.side a[href] {
    cursor: pointer;
}
.side > div a {
    display: block;
    position: relative;
    margin-top: 20px;
    text-transform: uppercase;
	color:003158;
}
.side.sip > div a {
	color: #4178BE !important;
}
.side.inbound > div a {
	color: #43B029 !important;
}
.side.hosted > div a {
	color: #003158 !important;
}
.side .company-icon{
	width:55px;
}
.side-middle {
	border-left: silver 1px solid;
    border-right: silver 1px solid;
}
.text-container{
    position: absolute !important;
    top: 50% !important;
}
blockquote {
    max-width: 770px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0;
    color: #FFF;
    font-size: 2.0em;
    font-weight: normal;
    /* display: block; */
    -webkit-margin-before: 4em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 40px;
    border-left: none;
    background: black;
    opacity: 0.6;
}
blockquote + p {
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 30px;
    padding: 0;
    max-width: 475px;
    margin: 0 auto;
    background: azure;
    opacity: 0.6;
}
mark {
	font-weight: 700;
    margin: 0;
    color: #f0ad4e;
	text-align:left;
	text-shadow: 0px 0px 3px #f5f5f5;
}
#quote-slider h4 {
	text-align:center;
}
.col-xs-2.col-sm-2.col-md-2.range_slides_item_image img{
	width:80%;
	margin-left:10%;
	border:1px solid rgba(0,0,0,0.1);
	border-radius: 3px;
	box-shadow: 5px 20px rgba(0, 0, 0, 0.2); 
}
.col-xs-2.col-sm-2.col-md-2.range_slides_item_image {
    padding: 5px;
}
.row h4 {
	margin-top: 10px;
	color: #003158;
}
table.sipvsisdn {
    display: table;
	width:100%;
	margin:10px;
}
table.sipvsisdn td.tableheaders {
    background-color: #147bd1;
    color: #fff;
}
table.sipvsisdn td {
    padding: 10px;
    font-family: 'Open Sans', san-serif, Arial, Helvetica;
    font-size: 13px;
    border: 1px solid #e0e0e0;
}
table.sipvsisdn td.greenbox {
    background-color: #b7fbd3;
}
table.sipvsisdn td {
    padding: 10px;
    font-family: 'Open Sans', san-serif, Arial, Helvetica;
    font-size: 13px;
    border: 1px solid #e0e0e0;
}
table.sipvsisdn td.redbox {
    background-color: #ff8177;
}
/*FAQ*/
a:hover, a:visited, a:link, a:active {
  text-decoration: none;
}

.controls {
  margin-bottom: 10px;
}

.collapse-group {
  padding: 10px;
  border: 1px solid darkgrey;
  margin-bottom: 10px;
}

.panel-title .trigger:before {
  content: '\e082';
  font-family: 'Glyphicons Halflings';
  vertical-align: text-bottom;
}

.panel-title .trigger.collapsed:before {
  content: '\e081';
}
.titled {
    margin: 0;
    text-align: left;
    color: #003158;
	font-size:24px;
}

.side ul, .side ol{
  display:inline-block;
  padding:0.5em;
  padding-left:2em;
  margin:-0.5em;
}

.side ul.custom-bullet, .side ol.custom-bullet{
  list-style:none;
}
.side ul.custom-bullet > li, .side ol.custom-bullet >li {
  clear:left;
  margin-bottom:0.8em;
}
.side ul.custom-bullet > li:hover {
	text-decoration:underline;
	cursor:pointer;
}
.side ol.custom-bullet {
  counter-reset: liNum;
}
.side ol.custom-bullet > li {
  counter-increment:liNum 1;
  margin:1em;
}

.side ul.custom-bullet > li:before, .side ol.custom-bullet > li:before {
  content:"";
  height:1.8em;
  width:1.8em;
  display:block;
  float:left;
  margin-left:-1.5em;
  background-position:center;
  background-repeat:no-repeat;
  background-size:100%;
  margin-bottom:1em;
}
.side ol.custom-bullet > li:before{
  content:counter(liNum);
  text-align:center;
}
.side ul.info > li:before{
  background-image:url('data:image/svg+xml;utf8,<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd"><path d="M12 0c6.623 0 12 5.377 12 12s-5.377 12-12 12-12-5.377-12-12 5.377-12 12-12zm0 1c6.071 0 11 4.929 11 11s-4.929 11-11 11-11-4.929-11-11 4.929-11 11-11zm.5 17h-1v-9h1v9zm-.5-12c.466 0 .845.378.845.845 0 .466-.379.844-.845.844-.466 0-.845-.378-.845-.844 0-.467.379-.845.845-.845z"/></svg>');
  background-position:center;
  transition: background-size 0.3s;
  -webkit-transition: background-size 0.3s;
  margin-right:1em;
}
.popup {
	font-size:14px;
}

.wizard {
    background: #f1f1f1;
    padding: 30px;
}
.wizard .nav-tabs {
    position: relative;
    border: 0px;
}
.wizard > div.wizard-inner {
    position: relative;
}
.connecting-line{
    height:15px;
    background: #e0e0e0;
    position: absolute;
    width: 99.5%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top:44%;
    z-index: 1;
    border-radius: 15px;
}
.active-line{
    height:15px;
    background: #e0e0e0;
    position: absolute;
    width: 99.5%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top:44%;
    z-index: 1;
    border-radius: 15px !important;
}
.active .connecting-line{
    background-color: #2ED4E0;
}
.border-right{
    border-radius: 15px 0 0 15px;
}
.border-left{
    border-radius: 0;
}
.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    cursor: default;
    border: 0;
    color:#2ED4E0;
    border-bottom-color: transparent;
}
.nav-tabs li p{
    padding-top:70px;
    font-size: 16px;
    text-align: center;
}
.list-inline{
    text-align: center;
}
span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background:#DFE3E4;
    border: 2px solid #fff;
    z-index:1;
    position:absolute;
    text-align: center;
    font-size: 25px;
}
.wizard li.active span.round-tab{
    background:#2ED4E0;
    color:white;
    border: 2px solid #fff;
}
span.round-tab:hover{
    color: white;
    border: 2px solid #fff;
    background-color:#2ED4E0; 
}
.wizard .nav-tabs > li {
    width: 25%;
}
.wizard .nav-tabs > li a{
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    color: #777;
}
.wizard .tab-pane {
    position: relative;
    padding-top: 15px;
    border-top: 1px solid #fff;
    margin-top: 50px;
}
.next-step:hover, .next-step, .prev-step:hover, .prev-step{
    position: relative;
    background-color: #2ED4E0;
    font-size: 16px;
    color: #FFFFFF;
}
@media( min-width : 320px ) and ( max-width : 360px ){
    .wizard {
        width: 90%;
        height: auto !important;
    }
    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
    }
    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
	.next-step{
		margin-top:10px; 
	}
    .nav-tabs li p{
        padding-top:60px;
        font-size: 16px;
        text-align: center;
    }
    .connecting-line , .active-line{
        top:43%;
    }
}
#supicons .well h3{
	margin-top: 20px;
    margin-bottom: 10px;
	text-align:center;
}
#supicons .well {
	text-align:center;
}
.cursored:hover {
	cursor:pointer;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}