/** Admin Overrides  **/

.wrapper.body,
body.fixed .wrapper {
    margin-top: 94px;
    padding-top: 10px;
}

body.role-admin .wrapper {
    margin-top: 128px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.navbar .admin-header {
    height: 34px;
    padding: 5px;
    background-color: #e9eaee;
}

.logo {
        line-height: 50px;
}

.logo img {
    max-width: 150px;
}

@media (max-width: 767px) {
    .logo img {
        max-width: 50px;
    }
}

.noscript-warning {
    margin-bottom: 10px;
}

div.connection form .form-actions {
    padding: 15px;
}

div.connection .control-group {
    padding-top: 15px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
}

.text-muted {
    color: #A0A09D !important;
}

.text-muted-dark {
    color: #777777 !important;
}

.text-red {
    color: #d9534f !important;
}

.text-green {
    color: #5cb85c !important;
}

.text-tr-orange {
    color: #ff7100;
}

.container-fluid-header {
    padding-right: 25px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    opacity: 0.95;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #e7e7e7;

}

.navbar_app {
    opacity: 0.95;
}

@media (min-width: 768px) {
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active >       a:focus {
        color: #444444;
        box-shadow: inset 0 4px 0 0 #ff7100;
        background-color: transparent;
        padding-top: 35px;
        padding-bottom: 35px;
    
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
        padding-top: 35px;
        padding-bottom: 35px;
    }
}
@media (max-width: 768px) {
    #navbar-main > ul > hr {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #ff7100;
    background-color: #ffffff;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: calc(100vh - 110px);
}

.logo-dsk img {
    padding-top: 19px;
    padding-bottom: 19px;
    width: 50px;
}

.label-dangerb {
    background-color: #FF5F68;
}

.label-dangerb[href]:hover,
.label-dangerb[href]:focus {
    background-color: #d9534f;
}

.labelb {
    display: inline;
    padding: .2em .8em .3em;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.labelb[href]:hover,
.labelb[href]:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

li#menu-item-7443 {
    padding-left: 50px;
    border-left: 1px solid #efefef;
}

@media (max-width: 992px) {
    li#menu-item-7443 {
        padding-left: 0px !important;
        border-left: 0px solid #efefef !important
    }
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 0px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading-m {
    padding: 15px 15px;
    border-bottom: 0px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-body {
    padding: 15px;
    border-top: 1px solid #dddddd;
}

.fa-act {
    padding-top: 33px;
}

.modal-footer {
    border-top: 0px solid #e5e5e5;
}

.bg-pattern {
   background-position: center bottom !important;
}

.bg-image {
   background-position: center bottom;
background-size: 2600px;
background-repeat: repeat;
}

.bg-image-mobile {
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: -2px;
}

.body {
    min-height: calc(100vh - 327px);
}

.footer-text {
    font-size: 12px;
}

.footer-hr {
    border-bottom: solid 1px #414042;
}

.footer-img-bottom {
    background-image: url("/bundles/app/img/background_bottom_border-07.png");
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 1500px;
}

@media (min-width: 768px) {
    .footer-img-bottom {
        background-size: 1900px;
    }
}
@media (min-width: 992px) {
    .footer-img-bottom {
        background-size: 2600px;
    }
}

.x-pricing-column {
    float: left;
    margin: 0 0 -1px -1px;
    text-align: center;
}

.x-pricing-table.two-columns .x-pricing-column {
    width: 50%;
}

.x-pricing-column h2 {
    border: 1px solid #ebebeb;
    margin: 0;
    padding: 20px 20px 25px;
    letter-spacing: 0;
    line-height: 1.1;
    font-size: 3.2rem;
    color: #7a7a7a;
    background-color: #fbfbfb;
}

.man {
    margin-left: 0 !important;
}

.x-pricing-column-info {
    border: 1px solid #ebebeb;
    border-top: 0;
    padding: 10px 0 32px;
}

.x-pricing-column-info .x-price {
    margin: 0;
    font-size: 54px;
    font-size: 5.4rem;
    letter-spacing: -3px;
}

.x-pricing-column-info span {
    display: block;
    margin-top: -4px;
    font-size: 1.2rem;
    color: #bababa;
}

.x-pricing-column-info ul {
    margin: 15px 0 25px;
}

.x-pricing-column-info ul>li:nth-child(2n+1) {
    background-color: #fbfbfb;
}

.x-pricing-column-info ul>li:first-child {
    border-top: 1px solid #ebebeb;
}

.x-pricing-column-info ul>li {
    border-bottom: 1px solid #ebebeb;
    padding: 10px 40px 11px;
    font-size: 1.6rem;
    line-height: 1.4;
}

.x-pricing-column.featured {
    position: relative;
    margin-top: -20px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.125);
    box-shadow: 0 0 10px rgba(0,0,0,0.125);
}

.x-pricing-column.featured h2 {
    border: 0;
    padding-bottom: 28px;
    color: #fff;
    background-color: #ff7100;
    -webkit-box-shadow: inset 0 0 0 5px rgba(0,0,0,0.15);
    box-shadow: inset 0 0 0 5px rgba(0,0,0,0.15);
}

.x-pricing-column h2 span {
    display: block;
    margin-top: 5px;
    font-size: 1.3rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    opacity: 0.5;
}

.cf:before, .cf:after {
    display: table;
    content: "";
}

.cf:after {
    clear: both;
}

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

.pricing-list-text {
    font-weight: 300;
    color: #5e5e5e;
}

.nav-pills-a > li.active > a,
.nav-pills-a > li.active > a:hover,
.nav-pills-a > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
    padding: 19px;
    font-size: 16px;
    border: 1px solid #245682;
}

.nav-pills-a > li {
    float: left;
}
.nav-pills-a > li > a {
    border-radius: 0px;
    padding: 19px;
    font-size: 16px;
    border: 1px solid #dddddd;
}
.nav-pills-a > li + li {
    margin-left: 2px;
}

.nav-pills-a > li > a > .badge {
    margin-left: 3px;
}

.list-group-item.active > .badge,
.nav-pills-a > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}

.nav-stacked-a > li {
    float: none;
}
.nav-stacked-a > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.well-activation {
    min-height: 461px;
}

.plan-eligible {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.4;
}

ul.nav.nav-tabs {
    border-bottom: none;
}


.tab-content .tab-pane:first-child .well {
    border-top-left-radius: 0px;
}

.btns {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    letter-spacing: .5px;
    font-size: 1.3rem;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 300;
    line-height: 1.3;
    text-align: center;
    text-transform: inherit;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.15s linear;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 100em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btns-primary {
   color: #ffffff;
   outline: none;
   background-color: #ff7100;
   border-color: #ff7100;
   border-radius: 4px;
}

.btns-primary:focus,
.btns-primary:active,
.btns-primary.active,
.open .dropdown-toggle.btns-primary {
   color: #ffffff;
   outline: none;
   background-color: #ff7100;
   border-color: #ff7100;
   border-radius: 4px;
}

.btns-primary:hover {
    color: #ff7100;
    outline: none;
    background-color: transparent;
    border-color: #ffbf8c;
}

.btns-primary:active,
.btns-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btns-lg-n,
.btns-lg-n:active, 
.btns-lg-n:hover, 
.btns-lg-n:focus {
    padding: 5px 15px;
    font-size: 14px;
    line-height: 2.33;
    border-radius: 4px;
}

.x-btn:active,
.x-btn:hover,
.x-btn:focus {
    color: #ff7100;
    border-color: #ff7100;
    border-width: 1px;
    background-color: transparent;
}

.x-btn {
    width: 100%;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    border-color: #ff7100;
    border-width: 1px;
    background-color: #ff7100;
    position: relative;
    border-radius: 100em;
    padding: 0.825em .886em;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
    transition: all 0.15s linear;
}

.btns-lg-p,
.btns-lg-p:active,
.btns-lg-p:hover,
.btns-lg-p:focus {
    padding: 12px 30px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 4px;
}

.btns-lg-a,
.btns-lg-a:active,
.btns-lg-a:hover,
.btns-lg-a:focus {
    padding: 16px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 4px;
}


a,
a label {
    cursor: pointer;
}

.settings-non-pristine {
    color: #ffb700;
}

.ui-sortable-handle {
    cursor: pointer;
}

.tr-move-handle > .fa {
    color: #9E9E9E;
}

.trcp-table-centered > thead > tr > td,
.trcp-table-centered > tbody > tr > td,
.trcp-table-centered > tfoot > tr > td
{
    vertical-align: middle;
}

.forwarding_queue_settings .table,
.forwarding_ring_group_settings .table {
    width: calc(100% - 30px);
    margin: 10px auto;
}

.tr-sort-placeholder  td {
    padding: 20px !important;
}

.table .ui-sortable-helper {
    display: table;
    background-color: #FFF;
}

.add_forwarding_device .table>tbody>tr.trcp-newly-added-device {
    background-color: #CEEBB6;
}

.add_forwarding_device .table>tbody>tr.trcp-newly-removed-device {
    background-color: #FFD6D6;
}

.add_forwarding_device.table>tbody>tr {
    line-height: 40px;
    min-height: 40px;
    height: 40px;
}

.add_forwarding_device>thead>tr:nth-child(2)>td .add_forwarding_device>tbody>tr:nth-child(2)>td {
    border: none !important;
}

.add_forwarding_device>tbody>tr:nth-child(4)>td {
    border: none !important;
}

.borderless {
    border: none !important;
}

.input-xs {
    height: 24px;
    padding: 8px 5px;
    font-size: 12px;
    line-height: initial;
    border-radius: 3px;
}
.input-group-xs > .form-control,
.input-group-xs > .input-group-addon,
.input-group-xs > .input-group-btn>.btn {
    height: 25px;
    padding: 0 8px;
    font-size: 12px;
    line-height: initial;
    border-radius: 3px;
}

table tr.nga-fast.ng-hide-add,
table tr.nga-fast.ng-hide-remove {
    display: table-row !important;
}

tr.trcp-table-search > td {
    height: 34px;
}

@media (max-width: 1199px) {
    #tr_manager_body > .wrapper > .container {
        width: auto;
    }
}

.add_forwarding_device > .modal-dialog > .modal-content > .modal-body {
    min-height: 350px;
}

.add_forwarding_device .available-number.panel {
    min-height: 200px;
}

.add_forwarding_device tr.add_new_number {
    border-top: 2px solid #ddd;
}

.tr-upgrade-link-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

table.call-history td {
    height: 2em;
    vertical-align: middle;
}

.popover-content .fa-close {
    color: black;
}

.tooltip.top-left.wide-tooltip.form-tooltip .tooltip-inner {
    max-width: 75%;
}

.tooltip.tooltip-left-align .tooltip-inner {
    text-align: left;
}

.tooltip.tooltip-wide .tooltip-inner {
    max-width: 300px;
}

.tooltip.tooltip-wide .tooltip-inner > div {
    padding: 5px 10px 5px 5px;
}

.tooltip.tooltip-wide .tooltip-inner > div > p:last-of-type {
    margin-bottom: 0;
}

.tooltip.tooltip-text-left .tooltip-inner {
    text-align: left;
}

.modal-open .modal.modal-full-height {
    overflow: hidden;
}

/* Height of modal responsiveness */
.modal.modal-full-height {
    height: 900px;
}

@media screen and (max-height: 950px) {
    .modal.modal-full-height {
        height: 95%;
    }
}

@media screen and (max-width: 768px), screen and (max-height: 750px) {
    .modal.modal-full-height {
        height: calc(100% - 10px);
    }
}

.modal.modal-full-height .modal-body .height-100-p {
    height: 100%;
}

.modal.modal-full-height .modal-body .scrollable {
    height: 100%;
    overflow-y: scroll;
}

.modal-open .modal.modal-full-height .modal-dialog {
    height: calc(100% - 60px);
}

.modal-open .modal.modal-full-height .modal-content,
.modal-open .modal.modal-full-height .flex-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
}
.modal-open .modal.modal-full-height .flex-grow-1,
.modal-open .modal.modal-full-height .modal-content .modal-body {
    -ms-flex: 1;
    flex-grow: 1;
    overflow-y: hidden;
}

@media (max-height: 750px) {
    .modal-open .modal.modal-full-height .modal-dialog {
        height: calc(100% - 40px);
    }
}

body.signup-iframe form .alert {
    font-size: 11px;
    padding: 5px 10px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 10px;
}

body.signup-iframe-fb {
    background-color: #8ce2ec;
}

body.signup-iframe-fb form button#account_signup_submit {
    padding: 0.5em .886em;
}

body.signup-iframe-fb form button#account_signup_submit:active,
body.signup-iframe-fb form button#account_signup_submit:hover,
body.signup-iframe-fb form button#account_signup_submit:focus {
    color: #CBF2F6;
    background-color: #ff7100;
}

body.signup-iframe-fb form button#account_signup_submit:focus {
    outline: none;
    border-color: #CBF2F6;
}

body.signup-iframe-fb form button#account_signup_submit .submit-button-text {
    line-height: 2em;
    vertical-align: top;
    padding-right: 2em;
}

body.signup-iframe form.signup-form-iframe .has-error {
    margin-bottom: 5px;

}
body.signup-iframe form.signup-form-iframe .has-error .help-block {
    margin-bottom: 0;
    font-size: 11px;
}

body.signup-iframe form.signup-form-iframe .has-error .help-block ul {
    margin-bottom: 5px;
}

.input-horizontal-layout {
    height: 61px;
}

.btn.border-radius-4 {
    border-radius: 4px;
}