html,
body {
    font-family: "Roboto", sans-serif, sans-serif; }

body {
    background-color: #fff;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: auto;
    scroll-behavior: smooth;
    font-weight: 500; }
body .container-fluid {
    padding-left: 5%;
    padding-right: 5%; }

.full-width {
    width: 100%; }

label.error {
    color: red;
    font-weight: 400; }

/*.container, .container-fluid {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}*/
.show-pointer {
    cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0; }

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

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

.rtl {
    direction: rtl;
    text-align: right; }

.no-event {
    pointer-events: none; }

.centered {
    text-align: center;
    font-size: 0; }
.centered div {
    float: none;
    display: inline-block; }

.show-element {
    display: block; }

.hide-element {
    display: hidden; }

.btn-inline {
    display: inline; }

.no-border-radius {
    border-radius: 0; }

.help-block {
    font-weight: 300;
    font-size: 85%; }

td.srl {
    max-width: 32px; }

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-weight: 300; }

::-moz-placeholder {
    /* Firefox 19+ */
    font-weight: 300; }

:-ms-input-placeholder {
    /* IE 10+ */
    font-weight: 300; }

:-moz-placeholder {
    /* Firefox 18- */
    font-weight: 300; }

#radioBtn .notActive {
    color: #3276b1;
    background-color: #fff; }

.table.list-content td:first-child, .table.list-content td:last-child, .table.list-content th:first-child, .table.list-content th:last-child {
    text-align: center; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

input[type=number] {
    -moz-appearance: textfield; }

.form-control.inline {
    display: inline;
    width: auto; }
.form-control.inline.phone-number {
    text-align: center;
    width: 75px; }
.form-control.inline.phone-number:last-child {
    width: 100px; }

#sidebar {
    backface-visibility: hidden;
    background-color: #2b303b;
    bottom: 0;
    left: -185px;
    overflow: hidden;
    position: fixed;
    right: auto;
    top: 0;
    width: 250px;
    z-index: 1000;
    -webkit-transition: left 0.5s ease-in-out;
    -moz-transition: left 0.5s ease-in-out;
    -o-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out;
    /*transition: transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99) left 0.5s ease-in-out;*/ }
#sidebar.expand {
    left: 0; }
#sidebar .sidebar-header {
    background-color: #272b35;
    border-bottom: 1px solid #232730;
    clear: both;
    color: #fff;
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 13px;
    position: relative;
    width: 100%;
    z-index: 10; }
#sidebar .sidebar-header h3 {
    line-height: 32px; }
#sidebar .sidebar-menu {
    background-color: #272b35;
    /*height: calc(100% - 50px);*/
    position: relative;
    width: 100%; }
#sidebar .sidebar-menu .menu-items {
    background-color: #272b35;
    /*height: calc(100% - 10px);*/
    list-style: outside none none;
    margin: 0;
    /*overflow: auto;*/
    padding: 0;
    position: relative;
    width: 100%;
    /*transform: scale(calc( 1 / 1.3));*/
    opacity: 1; }
#sidebar .sidebar-menu .menu-items div {
    background-color: white;
    color: #272b35; }
#sidebar .sidebar-menu .menu-items div .list-group-item {
    background-color: white;
    color: #272b35;
    text-indent: 1em; }
#sidebar .sidebar-menu .menu-items div .list-group-item:hover, #sidebar .sidebar-menu .menu-items div .list-group-item.active {
    color: white; }
#sidebar .sidebar-menu .menu-items div .list-group-item:before {
    content: "\203A  "; }
#sidebar .sidebar-menu .menu-items .list-group-item {
    background-color: transparent;
    color: #fff;
    border: 0;
    border-top: 1px solid #555; }
#sidebar .sidebar-menu .menu-items .list-group-item:first-child, #sidebar .sidebar-menu .menu-items .list-group-item:last-child {
    border-radius: 0; }
#sidebar .sidebar-menu .menu-items .list-group-item:hover, #sidebar .sidebar-menu .menu-items .list-group-item.active {
    background-color: #428bca;
    border-color: #428bca;
    transition: background-color 0.5s ease 0s;
    z-index: 0; }
#sidebar .sidebar-menu .menu-items .list-group-item i {
    margin-right: 10px;
    float: right; }

nav.top-nav {
    border-radius: 0; }

.navbar > .container-fluid .navbar-brand {
    -webkit-transition: margin-left 0.5s ease-in-out;
    -moz-transition: margin-left 0.5s ease-in-out;
    -o-transition: margin-left 0.5s ease-in-out;
    transition: margin-left 0.5s ease-in-out;
    margin-left: 15px; }
.navbar > .container-fluid .navbar-brand.expand {
    margin-left: 200px; }

/*
---------------------
LOGIN & REGISTRATION Layout
---------------------
*/
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto; }
.form-signin .checkbox {
    margin-bottom: 10px;
    font-weight: normal; }
.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.form-signin .form-control:focus {
    z-index: 2; }
.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }

.form-signin-heading {
    margin-bottom: 10px; }

form.signup {
    padding: 3% 5%; }

.user-plan span.additional-units {
    margin: 5px 0 0 20px;
    display: inline-block; }
.user-plan span.additional-units .form-control {
    display: inline;
    width: 45px;
    padding: 3px 5px;
    text-align: center; }

.additional-info span {
    display: inline-block; }
.additional-info span.heading {
    font-weight: 600; }
.additional-info span.content {
    font-weight: 400;
    padding-left: 10px; }

.account-wall {
    margin-top: 15%;
    padding: 25px 0px 15px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); }
.account-wall.s-padding {
    padding: 20px 15px 10px 15px; }
.account-wall .payment-option {
    padding-top: 15px; }
.account-wall .payment-option .option {
    padding: 15px 10px;
    cursor: pointer; }
.account-wall .payment-option .option.active {
    border: 1px solid #c2d1eb;
    background: #d4d4ff; }
.account-wall .payment-option .option input {
    margin-top: 15px;
    margin-right: 10px; }
.account-wall .payment-option .option img {
    display: inline; }
.account-wall .payment-option .option button {
    float: right;
    margin-top: 5px; }

#payment_form .exp {
    width: 60px;
    display: inline; }
#payment_form .exp:first-child {
    width: 42px; }

.login-title {
    color: #555;
    font-size: 24px;
    font-weight: 600;
    display: block; }

.need-help {
    margin-top: 10px; }

/*
   MAIN BODY CONTENT LAYOUTS
*/
#main_content {
    margin-left: 60px;
    -webkit-transition: margin-left 0.5s ease-in-out;
    -moz-transition: margin-left 0.5s ease-in-out;
    -o-transition: margin-left 0.5s ease-in-out;
    transition: margin-left 0.5s ease-in-out; }
#main_content.expand {
    margin-left: 240px; }
#main_content .body-content {
    padding: 5px; }
#main_content .body-content.provider table th {
    width: 25%;
    text-align: right; }
#main_content .body-content .content-header {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc; }
#main_content .body-content .content-body table.table.list-content tr td, #main_content .body-content .content-body table.table.list-content tr th {
    vertical-align: middle;
    text-align: center;
    min-width: 120px; }
#main_content .body-content .content-body table.table.list-content tr td:first-child, #main_content .body-content .content-body table.table.list-content tr th:first-child {
    min-width: 40px;
    width: 40px; }
#main_content .body-content .content-body table.table.list-content tr td:last-child, #main_content .body-content .content-body table.table.list-content tr th:last-child {
    min-width: 135px; }
#main_content .body-content .content-body table.table.list-content tr td img, #main_content .body-content .content-body table.table.list-content tr th img {
    max-height: 50px; }
#main_content .body-content form {
    padding-left: 15px; }
#main_content .body-content .user-callbox-content {
    background: #fefefe none repeat scroll 0 0;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 10px; }
#main_content .body-content .user-callbox-content table tr th {
    width: 30%; }
#main_content .body-content .user-callbox-content table tr:first-child th {
    font-size: 18px;
    font-weight: bold; }
#main_content .body-content .user-callbox-content table tr:first-child th, #main_content .body-content .user-callbox-content table tr:first-child td {
    border-top: 0; }

.preview img {
    margin-bottom: 10px;
    max-height: 120px; }

.column-sequence pre:first-child {
    margin-right: 10px;
}
.column-sequence pre {
    float: left;
    width: calc(50% - 10px);
}
.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
#more_server .input-group{
    margin-top: 5px;
}
/*# sourceMappingURL=styles.css.map */
