/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the
 * later versions of this theme.
 *
 * We advise that you use use this CSS to override
 * SmartAdmin styles.
 *
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */


/*
 * INDEX
 *
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

.mb40 {
    margin-bottom: 0px;
}

.mb0 {
    margin-bottom: 0!important;
}

.mt5 {
    margin-top: 5px!important;
}

.no-elem {
  display: none;
}

.btn-success {
    background-color: #118c4e;
    border-color: #09502c;
    color: #ffffff;
}

.btn {
    border-radius: 2px;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open > .dropdown-toggle.btn-success,
.btn-success:focus {
    background-color: #0a6939;
    border-color: #074928;
    color: #ffffff;
}

.w90 {
    width: 90px;
}

#logo {
    margin-top: 10px;
}

#logo-group > span {
    height: 60px;
}

#logo img {
    width: auto;
    height: 100%;
}

#header {
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #fff 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #fff 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff', GradientType=0);
    height: 80px;
}

#header > div.pull-right {
    height: auto;
    margin-top: 15px;
}

.header-nav {
    display: block;
    background: #3a3633;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI5NyUiIHN0b3AtY29sb3I9IiMzYTM2MzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmEyNzI1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left, #3a3633 93%, #2a2725 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(93%, #3a3633), color-stop(100%, #2a2725));
    background: -webkit-linear-gradient(left, #3a3633 93%, #2a2725 100%);
    background: -o-linear-gradient(left, #3a3633 93%, #2a2725 100%);
    background: -ms-linear-gradient(left, #3a3633 93%, #2a2725 100%);
    background: linear-gradient(to right, #3a3633 93%, #2a2725 100%);
}

nav.header-nav li a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.3px;
    text-transform: uppercase;
}

#ribbon {
    background: #fff;
}

.breadcrumb > li,
#ribbon .breadcrumb li:last-child,
#ribbon .breadcrumb > .active {
    color: #000;
}

.page-footer {
    padding: 15px 13px 0 15px;
}

.menu-dropdown {
    background: #000000;
    position: absolute;
    top: 100%;
    width: 180px;
    z-index: 99;
}

.menu-dropdown li.active a {
    background: rgba(69, 69, 69, 0.8);
}

.has-dropdown .menu-dropdown {
    display: none !important;
}

.has-dropdown:hover .menu-dropdown {
    display: block !important;
}

.menu-on-top nav ul ul .active > a {
    color: #ffffff !important;
}

.page-title span button {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    margin-left: 30px;
    vertical-align: 2px;
}

.smart-form.custom-form label {
    box-sizing: border-box;
    padding-right: 30px;
}

.smart-form.custom-form label span i {
    color: #a2a2a2;
    margin-left: 5px;
}

.smart-form.custom-form .icon-append {
    border-left: 0;
}

.smart-form .form-custom section,
.form-custom {
    padding-left: 10px;
    padding-right: 10px;
}

.checkbox {
    min-height: 25px;
}

.smart-form.custom-inline-form fieldset {
    margin-bottom: 20px;
    padding-bottom: 25px;
}

.smart-form.custom-inline-form fieldset label {
    position: Relative;
    padding-left: 90px;
}

.smart-form.custom-inline-form fieldset label span {
    left: 15px;
    position: absolute;
    top: 7px;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

nav ul {
    width: 100%;
    padding: 40px 28px 25px 0;
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: .5em;
    list-style: none;
    position: relative;
}

nav ul li a {
    line-height: normal;
    font-size: 14px;
    padding: 10px 10px 10px 11px;
    color: #c0bbb7;
    display: block;
    font-weight: 400;
    text-decoration: none !important;
    position: relative;
}


/***** ChaNGE *****/

.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-menu.drop-matter {
    top: 55px;
}

.navbar-nav > li > a {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
    color: #fff;
}

.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    float: right;
    left: 10px;
    margin-bottom: 8px;
    margin-right: 13px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
}

.menu-content {
    padding-left: 10px;
}

.spacing {
    padding-bottom: 10px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: #ff9009;
    color: #fff;
    text-decoration: none;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    background-color: #ff9009;
    color: #fff;
}

.active-link {
    #background-color: #ff9009;
}

.index-content {
    margin-bottom: 20px;
}

.bg-color-1 {
    background-color: #fec958;
    border: none;
}

.bg-color-2 {
    background-color: #619e46;
    border: none;
}

.bg-color-3 {
    background-color: #7b7c7c;
    border: none;
}

.bg-color-4 {
    background-color: #5482c2;
    border: none;
}

.bg-color-5 {
    background-color: #b71f25;
    border: none;
}

.small-box .icon {
    color: rgba(0, 0, 0, 0.15);
    font-size: 41px;
    position: absolute;
    right: 11px;
    top: -2px;
    transition: all 0.3s linear 0s;
    z-index: 0;
}

.small-box:hover .icon {
    font-size: 55px
}


/***** ChaNGE *****/


/***** Media Query Starts here *****/

@media(max-width: 979px) {
    .smart-form.custom-inline-form fieldset label span {
        left: 5px;
        top: 7px;
    }
    .smart-form.custom-inline-form fieldset label {
        padding-left: 60px;
    }
    /***** ChaNGE *****/
    .btn-header a {
        margin-top: 9px !important;
        width: 30px !important;
        height: 30px !important;
    }
    .btn-header.pull-right {
        padding-right: 5px;
    }
    /***** ChaNGE *****/
}

@media(max-width: 880px) {
    /***** ChaNGE *****/
    .btn-header a {
        margin-top: 9px !important;
        width: 30px !important;
        height: 30px !important;
    }
    .btn-header.pull-right {
        padding-right: 5px;
    }
    #hide-menu >:first-child > a,
    .btn-header a {
        line-height: 24px !important;
    }
    /***** ChaNGE *****/
}

@media(max-width: 767px) {
    .smart-form.custom-inline-form fieldset label span {
        display: inline-block;
        left: 0;
        margin-bottom: 5px;
        margin-top: 10px;
        position: relative;
        top: 0;
    }
    .smart-form.custom-inline-form fieldset label {
        padding-left: 0;
        position: relative;
    }
    .smart-form.custom-inline-form .select i:after {
        bottom: -35px;
    }
    .smart-form.custom-inline-form .select i:before {
        top: 35px;
    }
    .smart-form.custom-inline-form fieldset {
        padding-top: 12px;
    }
    /***** ChaNGE *****/
    .btn-header a {
        margin-top: 9px !important;
        width: 30px !important;
        height: 30px !important;
    }
    .btn-header.pull-right {
        padding-right: 5px;
    }
    #hide-menu >:first-child > a,
    .btn-header a {
        line-height: 24px !important;
    }
    /***** ChaNGE *****/
}


/** 7 sep **/

.form-control::-moz-placeholder,
.form-control::-webkit-placeholder {
    color: #000000;
}

.subscription-page-modal .smart-form .checkbox i,
.subscription-page-modal .smart-form .radio i {
    height: 25px;
    left: 14px;
    top: 5px;
    width: 25px;
    border-radius: 4px;
}

.subscription-page-modal .smart-form *,
.subscription-page-modal .smart-form *:after,
.subscription-page-modal .smart-form *:before {
    box-sizing: border-box;
}

.subscription-page-modal .smart-form .checkbox input + i:after {
    font: 400 18px/24px FontAwesome;
    height: 25px;
    left: 50%;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 25px;
}

.subscription-page-modal .icon-append.fa.fa-exclamation {
    border: 1px solid #000000;
    border-radius: 50%;
    color: #000000;
    line-height: 20px;
    padding: 0;
    text-align: center;
    transform: rotate(180deg);
}

table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after {
    content: none;
    opacity: 0;
    display: none;
}

.subscription .onoffswitch {
    position: relative;
    width: 88px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.subscription .onoffswitch-checkbox {
    display: none;
}

.subscription .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 3px;
}


/*Change on 14th sep*/

.smart-form .label {
    line-height: 18px;
    padding-right: 40px;
    display: table;
    min-height: 30px;
}

.smart-form .label span {
    display: table-cell;
    vertical-align: middle;
}

.smart-form.custom-form label {
    padding-right: 40px;
}

.subscription-page-modal .modal-header,
#add-domain .modal-header,
.modal-header {
    background: #118c4e;
    color: white;
}

.subscription-page-modal .modal-content {
    padding: 0;
}

.subscription-page-modal .modal-content button.close {
    color: white;
}

.modal-footer .save-btn {
    background: #ff9009;
    color: white;
}

.subscription-page-modal .modal-footer .reset-btn,
#campus-modal .reset-btn,
#add-domain .reset-btn,
.modal-footer .reset-btn {
    background: #a6a6a6;
    border-color: #a6a6a6;
    color: white;
}

.subscription-page-modal .modal-footer {
    background: white;
}

.subscription-page-modal .modal-body,
.subscription-page-modal .modal-body .subscription .tab-pane fieldset,
#campus-popup .smart-form fieldset {
    background: #f1f1f1;
}

.add-netwrok-section.table-responsive {
    padding: 15px;
    background: #f1f1f1;
}

.add-netwrok-section-container {
    padding: 15px;
    background: #f1f1f1;
}

.smart-form .modal-footer.text-center {
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
}

#content .jarviswidget .widget-body table tr td .onoffswitch {
    right: 0;
}


/*End*/

.subscription .onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.subscription .onoffswitch-inner::before,
.subscription .onoffswitch-inner::after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

#settings .onoffswitch-inner:before {
    content: "ON";
    padding-left: 7px;
    background-color: #3276b1;
    color: #FFFFFF;
}

#settings .onoffswitch-inner:after {
    content: "OFF";
    padding-right: 7px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.subscription .onoffswitch-inner:before {
    content: "Allow";
    padding-left: 5px;
    background-color: #3276b1;
    color: #FFFFFF;
}

.subscription .onoffswitch-inner:after {
    content: "Block";
    padding-right: 2px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.subscription .onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 47px;
    border: 2px solid #999999;
    border-radius: 15px;
    transition: all 0.3s ease-in 0s;
}

.subscription .onoffswitch-checkbox + .onoffswitch-label .onoffswitch-switch:before,
.subscription .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before {
    content: none;
}

.subscription .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.subscription .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: -5px;
}

.add-netwrok-section.table-responsive {
    border: 1px solid;
    margin: 0 auto;
    max-width: 100%;
}

.subscription-page-modal .modal-content {
    padding: 0;
}

.fa.fa-plus-circle {
    color: #ffa500;
    font-size: 30px;
    vertical-align: middle;
    margin-right: 10px;
}

.fa.fa-times-circle, .fa.fa-edit {
    font-size: 30px;
    color: #808080;
    margin: 0 5px;
}

.add-network button {
    padding: 6px 12px;
}

.add-network {
    margin: 15px 0;
    padding: 0 15px;
}

#content {
    padding-bottom: 60px;
}

.table-btns {
    margin-bottom: 10px;
}

.checkout-form {
    margin-top: 50px;
}

.checkout-progress-bar .progress-bar {
    background: #b7b7b7;
    border-radius: 6px;
}

.checkout-progress-bar .progress {
    box-shadow: 0 0 0;
    border-radius: 6px;
}

.checkout-checkbox {
    margin-bottom: 20px;
    display: inline-block;
}

.checkout-checkbox label {
    float: left;
    display: inline-block;
}

.subscription th p {
    background: #b7b7b7;
    border-radius: 6px;
    color: #ffffff;
    float: left;
    padding: 10px 44px;
    margin-bottom: 0;
}

.subscription .dropdown-toggle {
    padding: 10px;
    position: relative;
    text-align: left;
    width: 100%;
}

.subscription .btn .caret {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
}

.subscription .dropdown-menu {
    width: 100%;
}


/** 12 Sep (Policy Page popup)**/

.policy-modal .smart-form .icon-append {
    right: 15px;
}

.policy-modal .smart-form.custom-form label {
    position: relative;
}

.policy-modal fieldset {
    padding-left: 0;
    padding-right: 0;
}

.policy-sec {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.policy-modal h4 {
    margin: 0 0 20px;
    font-weight: bold;
}

.policy-modal .smart-form section {
    margin-bottom: 30px;
}

.policy-modal .smart-form.custom-form label.onoffswitch-label {
    padding-right: 0;
}

.policy-modal .onoffswitch {
    margin-top: 0;
    width: 65px;
    right: 15px;
}

.policy-modal .subscription .onoffswitch-switch {
    right: 38px;
}

#settings .onoffswitch-switch {
    right: 34px;
}

#settings .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0;
}

#security .policy-sec div {
    margin-bottom: 15px;
}

#security .policy-sec div:last-of-type,
.policy-modal .modal-header h4 {
    margin-bottom: 0;
}

.arrow {
    height: 42px;
    overflow: hidden;
    position: absolute;
    right: -26px;
    top: 50%;
    width: 26px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 99;
}

.arrow > span {
    background: #fff;
    box-shadow: 0 0 0 4px #3276b1;
    height: 45px;
    left: -23px;
    position: absolute;
    top: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    width: 30px;
}

.active .arrow > span {
    background: #3276b1;
}

.header-tab-content > li {
    position: relative;
    margin-left: 0;
    padding: 0;
}

.header-tab-content li.active a {
    background: #3276b1;
    color: #ffffff;
}

.header-tab-content li a {
    padding: 9px 22px;
    border-top: 3px solid #3276b1;
    border-bottom: 3px solid #3276b1;
    border-right: 3px solid #3276b1;
    color: #3276b1;
    border-radius: 0;
    display: inline-block;
    margin-right: -6px;
    font-size: 14px;
}

.header-tab-content > li.active > a:focus,
.header-tab-content > li.active > a:hover {
    background: #3276b1;
}

.header-tab-content li:first-of-type a {
    border-left: 3px solid #3276b1;
    padding-left: 24px;
    border-radius: 5px 0 0 5px;
}

.header-tab-content li:last-of-type a {
    border-radius: 0 5px 5px 0;
}

.next,
.previous {
    font-size: 35px;
    line-height: normal;
    vertical-align: middle;
}

.disabled {
    color: #808080;
    cursor: none;
    font-size: 35px;
    line-height: normal;
    pointer-events: none;
    vertical-align: middle;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.smart-form .modal-footer button {
    padding: 6px 12px;
}

#security .onoffswitch {
    right: -72px;
}

#content .onoffswitch,
#applications .onoffswitch {
    right: 45px;
    width: 65px;
}

#applications .onoffswitch {
    right: -65px;
}

#settings .onoffswitch {
    right: 7px;
}

#settings .smart-form.custom-form label.input {
    padding-right: 45px;
}

.mx-domain-input {
    width: 67px;
}

#content .smart-form .label {
    padding-right: 40px;
}

#content .smart-form fieldset {
    padding-top: 0;
}

#content .smart-form section {
    margin-bottom: 15px;
}

.mr-5 {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .subscription-page-modal {
        padding-left: 0 !important;
    }
    .subscription-page-modal .modal-content {
        padding: 20px;
    }
}

@media (max-width: 479px) {
    .header-tab-content > li {
        width: 95%;
    }
    .header-tab-content > li a {
        width: 100%;
        border-left: 3px solid #3276b1;
        text-align: center;
    }
    .header-tab-content li:first-of-type a {
        padding-left: 10px;
    }
}


/* 16 Sept */

.add-netwrok-section table tr td input {
    border: 1px solid #eee;
    padding: 5px;
}

.add-netwrok-section table tr td input:focus {
    border: 1px solid;
}

.add-netwrok-section table tr td input:hover {
    background: #eee;
    cursor: pointer;
}

.add-netwrok-section table tr td:focus::after {
    display: none;
}

#campus-popup .modal-dialog {
    width: 650px;
}

.subscription th p {
    float: left;
    margin-bottom: 0;
    padding: 10px 0 10px 15px;
    color: #fff;
    border-radius: 6px;
    background: #b7b7b7;
    text-align: left;
    width: 100%;
}

#content .modal-footer {
    margin-left: -33px;
    margin-right: -33px;
    margin-bottom: -25px;
}

#content {
    padding-bottom: 0;
}

div.jarviswidget div.widget-body table > tbody > tr > td div.onoffswitch {
    width: 70px !important;
}

div.jarviswidget div.widget-body table > tbody > tr > td div.onoffswitch .onoffswitch-switch {
    right: 38px;
}

.policy-modal #content .smart-form .icon-append {
    right: 33px;
}

.confirmBox {
    width: 100%;
    height: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99;
    margin-left: -20px;
    margin-bottom: 60px;
}

.cancel-btn {
    background: #ff9009;
    color: #fff;
}

.confirmBox-inner {
    position: absolute;
    width: 400px;
    height: auto;
    margin: 0 auto;
    top: 50%;
    margin-top: -100px;
    background: #fff;
    z-index: 99;
    text-align: center;
    padding-top: 15px;
    font-size: 22px;
    box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    left: 50%;
    margin-left: -200px;
    padding-bottom: 25px;
    border: 1px solid #ccc;
}

.confirmBox-inner p {
    font-size: 14px;
}

.confirmBox-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0 auto;
    padding-bottom: 73px;
    display: none;
    z-index: 9999;
}

li#dt_basic_previous,
li#dt_basic_next {
    font-size: 11px;
}

.flot-live-switch {
    position: relative;
    right: 15px;
}

.flot-filters,
.live-switch,
.live-select {
    font-size: 14px;
}

.flot-filters p a {
    display: inline-block;
    margin-left: 15px;
    text-decoration: underline;
}

.live-select,
.live-switch {
    float: right;
}

#content .live-switch .onoffswitch {
    right: 0;
    margin-right: 15px;
    width: 52px;
}

#content .live-switch .onoffswitch .onoffswitch-inner:before {
    content: "ON";
}

#content .live-switch .onoffswitch .onoffswitch-inner:after {
    content: "OFF";
}

.info-links {
    margin: -15px 0 15px;
}

.info-links a {
    margin-right: 10px;
}

.menu-on-top .page-footer {
    position: relative;
    margin-top: 0;
}

.menu-on-top nav ul ul li {
    display: block;
    line-height: 1em;
    padding: 7px;
    font-size: 15px;
}


/* Resolver Page */

#resolvermodal .modal-body {
    background: #fff;
}

.resolver-date {
    font-size: 16px;
    line-height: 60px;
}

.subscription-page-modal .smart-form .email-chkbx .checkbox i {
    left: 0;
    top: 0;
}

.subscription-page-modal .smart-form .email-chkbx .checkbox,
.subscription-page-modal .smart-form .email-chkbx {
    width: 25px;
    padding: 0;
}

.email-chkbx + i.icon-append.fa.fa-exclamation {
    left: 32px;
    top: 2px;
}

.resolver-container .icon-append.fa.fa-exclamation {
    right: 5px;
}

.acnt-stus-swtch .onoffswitch {
    margin-left: 15px;
    width: 100px;
}

.acnt-stus-swtch .onoffswitch-inner:before {
    content: "ACTIVE";
    padding-left: 10px;
}

.acnt-stus-swtch .onoffswitch-inner:after {
    content: "DISABLED";
    padding-right: 5px;
}

div.resolver-container div.acnt-stus-swtch span.onoffswitch-switch {
    right: 72px;
}

.acnt-stus-swtch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0;
}


/* ---------27sept login page---------- */

.bg_color{
    background-color:#f5f5f5;
    width:100%;
    height:auto;
}
.signIn-form{
    width:40%;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    position:absolute;
}
.signIn-form__actions {
	display: flex;
	flex-direction: column;
	gap: 4px;
    margin-bottom: 15px;
}
.signIn-form__checkbox-container {
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    width: 100%;
}
.signIn-form__checkbox-container label {
    padding-left: 10px !important;
}
.signIn-form__checkbox-container input {
    margin: 0;
}
.signIn-form .form {
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4), 0 10px 10px 0 rgba(0, 0, 0, 0.4);
    margin: 0 auto;
    display:block;
    padding: 10px;
    position: relative;
    text-align: center;
    max-width: 80%;
    z-index: 1;
}
.signIn-form .image{
    width: 85%;
    margin: 10px auto 20px;
}

.signIn-form .form-group{
    padding:10px 0px;

}
.signIn-form .form-group label{
    font-size:17px;
    text-align:left;
    padding-left:20px;
    vertical-align:middle;
    display:inline;
    margin-top:5px;
}
.signIn-form input[type='email']{
    font-size:15px;
    border:1px solid black;
    padding-bottom:4px;
    padding-top:4px;
}
.signIn-form input:focus .signIn-form .input-group-addon{
    padding: 4px 10px;
}
 .signIn-form .input-group input {
     -moz-border-radius:5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    border-radius: 5px;
    font-size:15px;
    padding-bottom:8px;
    height:auto;
    padding-top:8px;
    border-left:none;
}
.signIn-form .input-group-addon span i{
    font-size:20px;
}
.signIn-form .input-group-addon {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #555;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    padding: 8px 12px;
    text-align: center;
     -moz-border-radius: 5px 0px 0px 5px; /* Firefox */
    -webkit-border-radius: 5px 0px 0px 5px; /* Safari, Chrome */
}

.signIn-form .form-group button{
    background: #4caf50;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    outline: 0 none;
    padding: 10px;
    margin-left:15px;
}
.signIn-form .form-group button:hover{
    background:  #43a047;
   text-decoration:none;
   color:white;
}
.signIn-form .foot p{
    text-align:center;
}
.signIn-form .foot span{
    color: #4caf50;
}

/* ------- 27septcurrent password------- */
.signIn-form h1{
    text-align:left;
    padding-left:20px;
    padding-bottom:20px;
    color:#4caf50;
    font-size:30px;
}


/* .signIn-form .input--filled .input-group-addon span i {
    font-size: 14px;
}
.signIn-form .input--filled input {
    font-size: 12px;
}
.signIn-form input:focus + .input-group-addon i{
    transform: scale3d(0.6, 0.6, 1);
} ---------------------29 sept------------------*/

.input {
    display: inline-block;
    position: relative;
    vertical-align: top;
    z-index: 1;
}
.input__field--hideo {
    background: transparent;
    padding: 0.95em 0.85em 0.85em 4em;
    transform: translate3d(1em, 0px, 0px);
    -webkit-transform: translate3d(1em, 0px, 0px);
    -moz-transform: translate3d(1em, 0px, 0px);
    transition: transform 0.3s ease 0s;
    -webkit-transition: transform 0.3s ease 0s;
    -moz-transition: transform 0.3s ease 0s;
    width: 100%;
}
.input__field {
    background: #f0f0f0;
    border: medium none;
    border-radius: 0;
    color: #000;
    display: block;
    float: right;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    position: relative;
    width: 100%;
}
.input__label--hideo:before {
    background: #4caf50 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform-origin: 0 50% 0;
    -webkit-transform-origin: 0 50% 0;
    -moz-transform-origin: 0 50% 0;
    transition: transform 0.3s ease 0s;
    -webkit-transition: transform 0.3s ease 0s;
    -moz-transition: transform 0.3s ease 0s;
    width: 4em;
    z-index: 1;
}
.icon--hideo {
    color: #fff;
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform-origin: 0 50% 0;
    -webkit-transform-origin: 0 50% 0;
    -moz-transform-origin: 0 50% 0;
    transition: transform 0.3s ease 0s;
    -webkit-transition: transform 0.3s ease 0s;
    -moz-transition: transform 0.3s ease 0s;
}
.input--hideo {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
}
.icon {
    color: #fff;
    font-size: 150%;
    left: 15px;
    position: absolute;
    z-index: 2;
}
.input__label-content--hideo {
    position: absolute;
    top: 100%;
}
.input__label-content {
    display: block;
    padding: 1.6em 0;
    position: relative;
    width: 100%;
}
.input__field--hideo:focus + .input__label--hideo .icon--hideo{
    transform: scale3d(0.6, 0.6, 1);
    -webkit-transform: scale3d(0.6, 0.6, 1);
    -moz-transform: scale3d(0.6, 0.6, 1);
}
.input__field--hideo:focus + .input__label--hideo:before{
    transform: scale3d(0.8, 1, 1);
    -webkit-transform: scale3d(0.8, 1, 1);
    -moz-transform: scale3d(0.8, 1, 1);
}
.signIn-form  .input__label.input__label--hideo {
    margin: 0;
    padding-left: 0;
    padding-top: 10px;
    display: block;
    font-size: 16px;
}
.input__field--hideo:focus{
    transform : translate3d(0px, 0px, 0px);
    -webkit-transform : translate3d(0px, 0px, 0px);
    -moz-transform : translate3d(0px, 0px, 0px);
}
.bg-allow_block{
    background-color: #118C4E;
    color: white;
}
.bg-rps{
    background-color: #FF9009;
    color: white;
}
.bg-avglatency{
    background-color: #585858;
    color: white;
}

.scrollit {
   height: 100px;
   overflow: scroll;
}
.operatorScrollit
{
   height: 500px;
   overflow: scroll;
}

.scrollit_role-in-account {
  max-height: 300px;
  overflow-y: auto;
}

.scrollit_account-operators {
  max-height: 200px;
  overflow-y: auto;
}

div#jarviswidget-fullscreen-mode > div.scrollit_log-table {
  height: 100%;
}

.base {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  margin-top: 25px;
  padding: 25px;
}
.scroll {
  border: 1px solid rgb(225, 225, 225);
  height: 250px;
  margin-top: 35px;
  overflow: scroll;
  width: 800px;
}
.tab-content p {
  padding: 19px 28px;
}
.mr0 {
  margin: 24px 0;
}

.tabl5-btns .btn-primary {
    margin-right: 8px;
}

.confirmBox, .alertBox, .confirmBox1 {
    width: 100%;
    height: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99;
    margin-left: 0;
    margin-bottom: 0;
}

.cancel-btn {
    background: #ff9009;
    color: #fff;
}

.confirmBox-inner , .alertBox-inner, .confirmBox-inner1 {
    position: absolute;
    width: 400px;
    height: auto;
    margin: 0 auto;
    top: 50%;
    background: #fff;
    z-index: 99;
    text-align: center;
    font-size: 22px;
    box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    margin-left: 0;
    border: 1px solid #ccc;
    padding: 15px 10px 25px 10px;
}

.confirmBox-inner p , .alertBox-inner, .confirmBox-inner1{
    font-size: 14px;
}

.confirmBox-wrapper , .alertBox-wrapper, .confirmBox-wrapper1{
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0 auto;
    padding-bottom: 0;
    display: none;
    z-index: 9999;
    left: 0;
    top:0;
}

/*Added on 03 oct*/
.alertBox-wrapper{
    position: fixed;
}

.export_indicator{
    margin-left: 900px;
}

/***** Media Query Starts here *****/

@media(max-width: 1199px){
    .signIn-form{
        width:60%;
        margin:auto;
    }
}
@media(max-width: 979px) {
    .smart-form.custom-inline-form fieldset label span {
        left: 5px;
        top: 7px;
    }
    .smart-form.custom-inline-form fieldset label {
        padding-left: 60px;
    }
    /***** ChaNGE *****/
    .btn-header a {
        margin-top: 9px !important;
        width: 30px !important;
        height: 30px !important;
    }
    .btn-header.pull-right {
        padding-right: 5px;
    }


    /***** ChaNGE *****/
}

@media(max-width: 880px) {
    /***** ChaNGE *****/
    .btn-header a {
        margin-top: 9px !important;
        width: 30px !important;
        height: 30px !important;
    }
    .btn-header.pull-right {
        padding-right: 5px;
    }
    #hide-menu >:first-child > a,
    .btn-header a {
        line-height: 24px !important;
    }
    /***** ChaNGE *****/

}

@media(max-width: 767px) {
    .smart-form.custom-inline-form fieldset label span {
        display: inline-block;
        left: 0;
        margin-bottom: 5px;
        margin-top: 10px;
        position: relative;
        top: 0;
    }
    .smart-form.custom-inline-form fieldset label {
        padding-left: 0;
        position: relative;
    }
    .smart-form.custom-inline-form .select i:after {
        bottom: -35px;
    }
    .smart-form.custom-inline-form .select i:before {
        top: 35px;
    }
    .smart-form.custom-inline-form fieldset {
        padding-top: 12px;
    }
    /***** ChaNGE *****/
    .btn-header a {
        margin-top: 9px !important;
        width: 30px !important;
        height: 30px !important;
    }
    .btn-header.pull-right {
        padding-right: 5px;
    }
    #hide-menu >:first-child > a,
    .btn-header a {
        line-height: 24px !important;
    }
    /***** ChaNGE *****/
}



@media (max-width: 767px) {
    .subscription-page-modal {
        padding-left: 0 !important;
    }
    .subscription-page-modal .modal-content {
        padding: 20px;
    }

    /** 29 Sep **/
    .signIn-form{
        width:80%;
        margin:auto;
    }

    .signIn-form .form-group label{
        padding-left:0;
    }
    .input__label--hideo:before{
        top: -1px;
        z-index:1;
    }
    .input__field {
        padding-left: 4em;
        width: 100%;
    }
    .icon--hideo{
        position: absolute;
        left:15px;
        z-index: 2;
    }
    .signIn-form .form-group button{
        margin-left: 0;
    }
}

@media (max-width: 479px) {
    .header-tab-content > li {
        width: 95%;
    }
    .header-tab-content > li a {
        width: 100%;
        border-left: 3px solid #3276b1;
        text-align: center;
    }
    .header-tab-content li:first-of-type a {
        padding-left: 10px;
    }
    .signIn-form{
        width:90%;
        margin:auto;
    }

    .form-group label{
        font-size:15px;
    }
    .input-group input {
         -moz-border-radius:5px; /* Firefox */
        -webkit-border-radius: 5px; /* Safari, Chrome */
        font-size:12px;
    }
}



/* Changes 14 Oct  */

.rdate-time {
    float: right;
    line-height: 40px;
}

.rdate-time p {
    margin: 0;
}

.s-top-bar {
    background: #ccc;
    padding-top: 15px;
}

.s-refrsh-btn i {
    font-size: 14px;
    color: #333;
    padding: 7px 0;
}

input[type=checkbox].account-filters__with-account-status {
  margin: 8px 0 0 0;
}

.white-bg {
    background: #fff;
}

.ui-datepicker {
  z-index: 1050!important;
}

.account-form {
  padding: 0!important;
}

.account-form__type {
  max-height: 50px;
}

.account-form__settings {
  max-height: 350px;
  overflow-y: auto;
}

.account-form__super-admin {
  margin-bottom: 10px!important;
}

.account-form__section-title {
  border-bottom: 1px solid #666;
  font-size: 16px;
  padding: 2px 0;
}

.account-form__super-admin-form {
  margin-bottom: 10px!important;
}

.account-form__go-to-zoho {
  background-image: url(../img/open-in-new.png);
  background-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 7px;
  vertical-align: middle;
  margin-bottom: 3px;
  cursor: pointer;
}

.form__error-input {
  border: solid red 1px!important;
}

.form__error-input-label {
  color: red;
  display: none;
}

.input-wrapper-super-admin-block {
  padding-right: 15px!important;
}

.add-super-admin-btn {
  padding-top: 2px;
  cursor: pointer;
}

.super-admin-email__tooltip {
  display: none;
}

.clickhouse-notification {
  width: max-content;
  margin: 0 auto;
  background-color: #dd4b39;
  color: #FFF;
  padding: 5px 10px;
  font-size: 15px;
}
.super-admin-email__tooltip_visible {
  display: inline-block;
}

.super-admin-email__tooltip_create-new {
  color: green;
}

.super-admin-email__tooltip_assignment-existing {
  color: orange;
}

.super-admin-email__tooltip_found-matches {
  color: #666;
}

.super-admin-email__tooltip_found-email {
  cursor: pointer;
  text-decoration: underline;
}

.status-priority {
  display: none;
}

.loading {
  background: url("../img/loading.gif") center no-repeat;
  width: 100%;
  height: 11px;
}

.override-state-note {
  font-size: 10px;
  margin-top: 5px;
}

.icon.dashboard-box-icon {
  top: 10px;
}

.dashboard-box-icon {
  display: flex;
  justify-content: space-between;
}

.button-copy {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/copy-to-clipboard.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
}

.button-copy:hover {
  filter: invert(96%) sepia(62%) saturate(542%) hue-rotate(314deg) brightness(106%) contrast(104%);
}

.button-copy:active {
  filter: unset;
}

.fa_invisible {
  visibility: hidden;
}
