.form-inline {
    display: inline-block;
    margin: 0;
    margin-left: 10px;
}

/* timeline by http://bootsnipp.com/snippets/featured/timeline-responsive */
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 1;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #fefefe !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: red !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {

}

    .timeline-body > p + p {
        margin-top: 5px;
    }

    .timeline .btn {
      margin-top: 10px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    .timeline > li > .timeline-panel:before,
    .timeline > li > .timeline-panel:after {
      display: none;
    }


    ul.timeline > li > .timeline-panel {
        margin-top: 80px;
        background-color: #fff;
        float: none;
        width: 100%;
    }

    .timeline > li.timeline-inverted > .timeline-panel {
        float: none;
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}

.menu-options {
    list-style: none;
}

/** content > menus **/
.menu-config-container {}

.menu {
  float: left;
  margin-right: 25px;
}

.menu-row {
  list-style: none;
  padding: 0;
  list-style: none;
  float: left;
}

.menu-row {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.menu-row li {
  float: left;
}

.menu-option-button {
  border: 2px #ff5d28 solid;
  margin-right: 20px;
  display: block;
  padding: 10px;
  width: 40px;
  text-decoration: none;
  background-color: #ff5d28;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Digi';
}

.menu-option-button:hover,
.menu-option-button:focus,
.menu-option-button-active {
  background-color: #FF855E;
  text-decoration: none;
  color: #fff;
}

.menu-option-config {
  float: left;
  display: none;
}

.menu-option-action-config {
  display: none;
}

.menu-option-action-config-forward {
  display: inline-block;
}

.menu-option-edit-save,
.menu-option-edit-cancel,
.menu-option-edit-input,
.menu-option-edit-action {
  display: none;
}

/** component > selector **/
.selector {
  margin-left: 0 !important;
  margin-right: 3px !important;
  float: left;
  width: 100%;
}

.action-summary {
  float: left;
  background: #fff8c4;
  border: 2px solid #f2c779;
  border-radius: 3px;
  padding: 5px;
  width: 250px;
}

.action-type,
.action-config-button {
  float: left;
}

.action-config-button {
  display: block;
  clear: both;
  margin-top: 10px;
  margin-left: 0;
  width: 100%;
}

.action-summary .action-config-button {
  margin-left: 0;
}

.label-clock,
.label-retro-digits {
  background-color: #ddd;
  font-family: 'Digi';
  font-size: 1.5em;
  color: #C9FF77;
  padding: 3px;
  width: 75px;
  text-align: center;
  border: 1px #D1D0D0 solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 6px 3px #f3f3f3;
  -moz-box-shadow: 0px 0px 6px 3px #f3f3f3;
  box-shadow: 0px 0px 6px 3px #f3f3f3;
  height: 42px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: bold;
  display: inline-block;
  color: #FF3F00;
}

/* content > summary */
form#set-date {
  display: inline-block;
}

#summary-date {
  width: auto !important;
  margin: 0;
  margin-left: 10px;
}

.action-config-button {
  margin-left: 0px;
  display: inline-block;
  clear: none;
  margin-top: 10px;
  width: auto;
}

.modal-menu-options {
  list-style: none;
}

.modal-menu-options .label-retro-digits {
  background-color: #ddd;
  font-family: 'Digi';
  font-size: 1em;
  color: #C9FF77;
  padding: 0 3px 21px;
  width: 15px;
  text-align: center;
  border: 1px #D1D0D0 solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 6px 3px #f3f3f3;
  -moz-box-shadow: 0px 0px 6px 3px #f3f3f3;
  box-shadow: 0px 0px 6px 3px #f3f3f3;
  height: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: bold;
  display: inline-block;
  color: #FF3F00;
}

.modal-error-box {
  border-color: red !important;
}

.modal-error-text {
  color: red;
}

.queue-btn-action {
  margin-bottom: 10px;
  width: 110px;
}

.queue-steps-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50%;
  height: 30%;
  margin: auto;
}

.queue-steps-init {
    border: 2px solid #fb5c28;
    border-radius: 10px;
    width: 144px;
    padding-top: 5px;
    text-align: center;
    padding-right: 5px;
    padding-bottom: 5px;
}

.queue-steps-last {
    border: 2px solid #fb5c28;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 144px !important;
}

.queue-steps-action-box {
  width: 160px;
  padding-top: 0px;
  text-align: center;
  padding-right: 23px;
}

.queue-steps-action-box:hover {
  border: 2px solid #fb5c28;
  border-radius: 10px;
  width: 144px;
  padding-top: 5px;
  text-align: center;
  padding-right: 5px;
  padding-bottom: 5px;
}

.queue-steps-action-box:hover:after {
  border: 0;
}

.queue-steps-action-box-multi {
  width: 160px;
  padding-top: 0px;
  text-align: center;
  padding-right: 23px;
  margin-right: 0px;
  float: left;
}

.queue-steps-action-box-multi:hover {
  margin-left: 0px !important;
  border: 2px solid #fb5c28;
  border-radius: 10px;
  padding: 5px;
  height: 48px;
  margin-top: -2px;
  margin-right: 15px !important;
  width: 144px;
}

.queue-steps-action-box-multi:hover:after {
  border: 0;
  padding: 0px;
  margin-left: 7px;
}

.queue-steps-action-box-multi-next {
  width: 160px;
  padding-top: 0px;
  text-align: center;
  padding-right: 23px;
  float: left;
  padding-left: 5px;
  margin-left: 45px;
  height: 48px;
}

.queue-steps-action-box-multi-next:hover {
  border: 2px solid #fb5c28;
  border-radius: 10px;
  padding: 5px;
  height: 48px;
  margin-top: -7px;
  margin-left: 45px;
  width: 144px;
}

.queue-steps-action-box-multi-next:hover:after {
  border: 0;
  padding: 0px;
  margin-left: 7px;
}

.queue-step-action-with-detail {
  height: 48px;
}

.queue-step-action-without-detail {
  height: 34px;
}

.queue-steps-action-number {
  padding: 5px;
  background-color: #fb5c28;
  border-radius: 20px;
  width: 31px;
  height: 31px;
  color: white;
  margin-left: 6px;
  display: none;
}

.queue-steps-action-name {
  margin-bottom: 20px;
  width: 130px;
}

.queue-steps-action-config {
  margin-bottom: 20px;
  width: 160px;
}

.queue-steps-modal-save {
  margin-top: 20px;
}

.queue-steps-detail {
  margin: 0px;
  font-size: 10px;
}

.queue-steps-name {
  margin: 0px;
}

.queue-loading-json-image {
  position: absolute;
  margin-top: 100px;
  margin-left: 150px;
  z-index: 100;
  display: none;
}

.queue-line {
  border-left: 4px solid #ff5d28;
  position: relative;
  left: 70px;
  top: 0;
  height: 25px;
}

.queue-edit-btn {
    float: right;
    position: absolute;
    margin-left: 150px;
    margin-top: -9px;
    border-radius: 15px;
    border: 3px solid;
    width: 25px;
    height: 25px;
}

.queue-edit-line {
    position: absolute;
    border-top: solid 3px;
    border-color: #ff5d28;
    margin-left: 138px;
    margin-top: 3px;
    width: 13px;
}

.queue-steps-edit-icon {
    padding-left: 3px;
}

.queue-steps-remove-icon {
    padding-left: 1px;
}

.queue-remove-line {
    position: absolute;
    border-top: solid 3px;
    border-color: #ff5d28;
    margin-left: 73px;
    margin-top: 29px;
    width: 14px;
}

.queue-multi-line {
    position: absolute;
    border-top: solid 3px;
    border-right: solid 3px;
    border-color: #ff5d28;
    margin-left: -86px;
    margin-top: -16px;
    width: 205px;
    height: 17px;
}

.queue-remove-btn {
    float: right;
    position: absolute;
    margin-left: 85px;
    margin-top: 19px;
    border-radius: 15px;
    border: 3px solid;
    width: 25px;
    height: 25px;
}
/*
.ui-droppable-hover {
  border: 2px solid #fb5c28;
  border-radius: 10px;
  width: 144px;
  padding-top: 5px;
  text-align: center;
  padding-right: 5px;
  padding-bottom: 5px;
}
*/

.sequence {
/*  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
*/
  padding-bottom: 50px;
}

.return-box {
  border: 0px !important;
  width: 25% !important;
  padding-top: 5px !important;
  text-align: left !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
}

.main-header {
  background: #243333;
}

.user-panel {
  background: #ff4d00;
  color: #ffffff;
}

.user-panel>.info>a {
  color: #ffffff;
}

.main-item-nav {
  background: #ff4d00;
  color: #ffffff;
  text-transform: uppercase;
}

.main-item-nav a {
  color: #ffffff;
}

.main-sidebar {
  background: #243333;
}

.sidebar-menu>li.header {
  background: #243333;
  color: #ffffff;
}

.sidebar-menu>li.active>a {
  background: #ff5d28;
  border-left: 5px solid transparent;
  border-left-color: #243333;
}

.sidebar-menu>li>a:hover {
  background: #ff5d28;
  border-left: 5px solid transparent;
  border-left-color: #243333;
}

.sidebar-menu .treeview-menu {
  background: #243333;
  color: #ffffff;
}

.sidebar-menu .treeview-menu>li {

}

.sidebar-menu .treeview-menu>li>a {
  color: #ffffff;
}

.sidebar-menu .treeview-menu>li>a:hover {
  background: #ff5d28;
  border-radius: 5px;
}

.sidebar-menu .treeview-menu>li>a:hover:after {
  content: ' ';
  position: absolute;
  border: 10px solid transparent;
  border-left: solid 0 transparent;
  left: 100%;
  margin-left: -10px;
  border-color: transparent #fff transparent transparent;
}

.sidebar-menu .treeview-menu>li.active>a {
  background: #ff5d28;
  border-radius: 5px;
}

.sidebar-menu .treeview-menu>li.active>a:after {
  content: ' ';
  position: absolute;
  border: 10px solid transparent;
  border-left: solid 0 transparent;
  left: 100%;
  margin-left: -10px;
  border-color: transparent #fff transparent transparent;
}

.header-logo {
  max-height: 50px;
  height: 50px;
  float: left;
  width:310px;
  max-width: 310px;
}

.box.box-primary {
  border-top-color: #fff;
}

.content-header>h1 {
  color: #ff5d28;
}

.form-control.forward-sip-accounts {
    display: none;
    width: 180px !important;
}

.alta-product-selection {
    list-style: none;
    padding: 0;
}

.alta-number-selection {
    list-style: none;
    padding: 0;
}


.btn-full-width {
    width: 100% !important;
}

.content-wrapper-custom {
    margin-left: 0;
}

.alta-container {
    border: 1px #d9d9d9 solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(180, 180, 180, 0.75);
    -moz-box-shadow: 0px 0px 11px 0px rgba(180, 180, 180, 0.75);
    box-shadow: 0px 0px 11px 0px rgba(180, 180, 180, 0.75);
    padding: 20px;
    max-width: 960px;
    margin: 10px auto;
    background-color: #fff;
}

.alta-alert {
    background-color: #fcf8e3 !important;
    border-color: #faebcc;
    color: #c09853 !important;
}

.alta-alert a {
    color: #ff5d28 !important;
    text-decoration: none !important;
}

.alta-alert p {
    font-size: 16px !important;
}

.alta-pros {
    display: none;
    list-style: none;
    height: 200px;
    overflow-y: auto;
}

.alta-pros li {
    margin: 10px 0;
}

.alta-pros li:before {
    display: inline-block;
    background-image: url(../../img/arrow-bullet.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ff5d28;
    height: 18px;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    border-radius: 75px;
    width: 18px;
    content: ' ';
    float: left;
    margin-right: 0;
    margin-left: -25px;
}

.alta-pros li a {
    border-bottom: 1px dashed #ff5d28;
}

.alta-btn-plan-price {
    font-weight: bold;
}

.label.label-alta {
    background-color: #fff;
    color: #ff5d28;
}

.alta-pros li a:after {
    font-family: 'FontAwesome';
    content: "\f059";
    color: #FFD8CB;
}

.tooltip {
    position: fixed;
    z-index: 1030;
    filter: alpha(opacity=0);
 }

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #ff5d28;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ff5d28;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #ff5d28;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #ff5d28;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #ff5d28;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #ff5d28;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ff5d28;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ff5d28;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ff5d28;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn-group:focus .btn.btn-primary.dropdown-toggle {
    background-color: #f84 !important;
    border-color: #f84 !important;
}

.alta-btn-confirm {
    font-size: 18px;
    padding: 15px;
    margin: 30px auto;
    display: block;
    width: 100%;
}

.alta-chosen-number {
    color: #FF5D28;
}

.alta-chosen-plan, .alta-chosen-number {
    font-size: 30px;
    font-weight: bold;
}

.box, .small-box {
    box-shadow: none !important;
}

.province-selector-container {
    padding: 0 30px;
}

.form-control-huge {
    height: 45px;
    font-size: 105%;
}

.geo-fetch-more-numbers {
    display: none;
    margin: 20px auto;
    border: 3px #ccc solid !important;
}

.alta-btn-number {
    float: left;
    margin-right: 10px;
}

.btn-huge {
    font-size: 18px;
    margin: 5px 0;
    padding: 15px 0;
}

#prov-msg {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
}

.prov-msg {
    background-color: #ff5d28 !important;
    color: #fff;
    border-color: #ff5d28;
    font-size: 16px;
}

.prov-msg a {
    color: #fff;
    text-decoration: none;
}

.alta-map-description {
    font-size: 16px;
    margin: 25px 0px;
}

.number-selection-content .nav {
    margin: 10px auto 20px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #FF5D28;
    color: #fff;
    border-top-color: #FF5D28;
}

.nav-pills > li > a:hover, .nav-pills > li > a:focus {
    background-color: #FF855E;
    color: #fff;
}

.nav-pills > li > a {
    border-radius: 4px;
    color: #ff5d28;
    font-size: 16px;
}

tr.row-button-add-new span {
  text-align: center;
  display: block;
  height: 38px;
  margin: 10px 0;
  width: 100%;
}

tr.row-button-add-new .glyphicon {
  font-size: 30px;
}

tr.row-add-new {
  display: none;
}

p.main-number {
  font-size: 37px;
  font-weight: bold;
  color: #ff5d28;
}

.alta-custom-ip-block-wrapper {
    padding: 15px;
    background-color: #fffaf8;
}

.alta-container h3 {
    color: #333;
}

.alta-custom-ip-slider.ui-widget-content {
    border: 1px solid #eee;
    background-color: #FFECE5;
    color: #333;
    margin: 30px auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 90%;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.alta-custom-ip-slider-ip-lines .ui-slider-handle {
    background: #ff5d28 url(../../img/slider-num-ip-lines.gif) center center no-repeat !important;
}

.alta-custom-ip-slider-channels .ui-slider-handle {
    background: #ff5d28 url(../../img/slider-num-channels.gif) center center no-repeat !important;
}

.alta-custom-ip-slider .ui-slider-handle {
    width: 2.3em !important;
    height: 2em !important;
    top: -0.6em !important;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#alta-custom-ip-err-centralita {
    display: none;
}

.alta-custom-ip-block-wrapper .bootstrap-switch {
    margin: 10px 25px;
}

.bootstrap-switch {
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid;
    border-color: #ccc;
    position: relative;
    text-align: left;
    overflow: hidden;
    line-height: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    min-width: 40px;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container {
    margin-left: -50%;
}

.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
    -webkit-transition: margin-left .5s;
    transition: margin-left .5s;
}

.bootstrap-switch .bootstrap-switch-container {
    display: inline-block;
    width: 150%;
    top: 0;
    border-radius: 4px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.cart-custom-ip {
    background-color: #ff5d28;
    padding: 15px;
    color: #fff;
}

.cart-custom-ip h3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 28px;
}

.cart-custom-ip p {
    font-weight: bold;
}

.cart-price {
    font-size: 40px;
}

.bootstrap-switch .bootstrap-switch-handle-on {
    background: #ff5d28 !important;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container {
    margin-left: 0;
}

.selected-numbers-row {
    margin: 0 0 10px 0;
    padding: 10px 0 2px;
    background-color: #ffb1983d;
    border-radius: 5px;
    display: none;
}

.selected-numbers-list-wrapper {
    max-width: 75%;
    float: left;
}

.selected-numbers-row p {
    color: #636363;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

ul.selected-numbers-list {
    white-space: nowrap;
    list-style: none;
    display: inline-block;
    overflow-y: hidden;
    max-width: 100%;
    padding: 0;
    padding-bottom: 10px;
}

input.alta-custom-ip-continue {
    margin-bottom: 10px;
    width: 100%;
    font-size: 18px;
}

ul.selected-numbers-list li {
    position: relative;
    color: #ffffff;
    background-color: #ff5313;
    font-weight: 700;
    border-radius: 3px;
    padding: 5px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    /* border: 1px solid #C3BEBB; */
    box-shadow: 1px 1px 1px #928B8B;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.remove-item-from-cart {
    color: #544c4a;
}

.remove-item-from-cart:hover {
    outline: 0;
    text-decoration: none;
    color: #696361;
}

.lista-otros-numeros {
    color: #ff5600;
    font-size: 15px;
    list-style-type: none;
}

.lista-otros-numeros li {
    display: inline;
    margin-right: 20px;
}

.schedules-days {
  margin-bottom: 20px;
}

.schedules-tabs {
  display: none;
}

.schedules-select select {
  font-size: 16px;
  background-color: #ff5d28;
  color: #fff;
  font-weight: bold;
}

.schedule-edit-save,
.schedule-edit-cancel,
.schedule-edit-input,
.schedule-edit-action {
  display: none;
}

/** content > holidays **/
.holiday-edit-save,
.holiday-edit-cancel,
.holiday-edit-input,
.holiday-edit-action {
  display: none;
}

/** content > stats **/
.stats-filters {
    list-style: none; 
    padding: 0;
  }
  
  .stats-filters li {
    background-color: #ff5d28;
    color: #fff;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    border-radius: 3px;
    padding: 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;  
  }
  
  .stats-filters-filter-remove {
    margin-left: 10px;
    color: #fff !important;
  }
  
  .stats-btn-search {
    width: 100%;
    margin-top: 27px;
  }
  
  .stats-cell-caller,
  .stats-cell-called {
    font-size: 105%;
    color: #666;
    font-weight: bold;
  }
  
  .stats-cell-cost-zero  { color: #b1b100 }
  .stats-cell-cost-minus { color: red }
  .stats-cell-cost-plus  { color: green }
  
  .stats-summary h3 {
    text-transform: uppercase;
    font-size: 12px;
    margin: 15px 0 5px;  
  }
  
  .stats-summary-group-count-number,
  .stats-summary-group-count-label {
    display: block;
    text-align: center;
  }
  
  .stats-summary-group-count-number {
    font-size: 25px;
    color: #ff5d28;
  }
  
  .stats-summary-group-count-label {
    display: none;
    color: #333;
    text-transform: uppercase;
    margin-top: -5px;
    font-size: 11px;  
  }
  
  .stats-summary .table > thead > tr > td,
  .stats-summary .table > tbody > tr > td,
  .stats-summary .table > tfoot > tr > td {
    border-top: 0;
    font-size: 13px; 
    padding: 3px;
  }
  
  .stats-summary th {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: normal;
  }

.inline-link {
    font-size: 80%;
    margin-left: 30px;
}

.top-padding {
    padding-top: 60px;
}

.graphs-title {
    padding: 10px;
    background: #ededed;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #ff4d00;
    border-color: #ff4d00;
}

.form-inline {
    display: block;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #ff4d00;
    border-color: #ff5d28;
}

#speech-recording-uploaded-alert,
#speech-recording-not-uploaded-alert,
#speech-recording-uploading-alert,
#speech-recording-audio-error {
  display: none;
}

/** recorder **/
.recorder {
    background-color: #ff5d28;
    border-radius: 5px;
  }
  
  .recorder ul {
    list-style: none;
    padding: 0;
  }
  
  .recorder ul li {
    float: left;
  }
  
  .recorder ul li a {
    background-color: #FF855E;  
    color: #fff;
    display: block;
    padding: 10px;
  }
  
  .recorder ul li a.disabled,
  .recorder ul li a.disabled:hover {
    color: #d9d9d9;
    text-decoration: none;
  }
  
  .recorder ul li:first-child a,
  .recorder .speech-recording-counter {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  
  .recorder ul li:last-child a,
  .recorder ul li.rounded-right a {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  
  .speech-recording-counter {
    cursor: default;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;  
  }
  
  .speech-recording-counter:hover {
    text-decoration: none;
  }
  
  .speech-recording-counter span {
    color: #FFFF9A;
  }
  
  .recorder ul li.disabled a {
    color: #d7d7d7;
    text-decoration: none;
    cursor: not-allowed;
  }
  
  .recorder .speech-recording-download,
  .recorder .speech-recording-stop {
    display: none;
  }

  /** rates **/
.rates-flag {
    width: 20px;
    margin-right: 10px;
  }
  
  .rates-filter {
    background-position: 95% center;
    background-repeat: no-repeat;
  }
  
  .rate-result {
    font-weight: bold;
  }
  
  #rates-no-rates {
    display: none;
  }

  .flag-mobile {
      display: none;
  }
  @media(max-width: 768px) {
    .zopim {
      width: 135px !important;
      height: 50px !important;
    }
  }
  /* queue steps v2 */
  .drag-box {
      border: 0px;
      padding: 10px 12px;
      list-style: none;
      margin-bottom: 10px;
      background-color: #ff5d28!important;
      border-color: #ff5d28!important;
      color: #fff;
      border-radius: 3px;
      width: 80%;
  }

  .move-cursor {
      cursor: move;
  }

  .dragArea {
      min-height: 40px;
      display: block;
  }

  .badge {
      color: #ff5d28;
      background-color: #fff;
  }

  .queue-loading-json-image2 {
      position: absolute;
      margin-top: 100px;
      margin-left: 150px;
      z-index: 100;
  }

  .my-handle {
      cursor: move;
      padding: 3px 0px;
      font-size: 18px;
  }

  .step-action {
      margin: 0;
  }
  
  .step-action button {
      background: transparent;
      border: 0;
      padding: 0;
  }

  .step-detail {
      margin: 0;
      font-size: 11px;
  }

  .remove-step {
      background: transparent;
      border: 0;
      padding: 0;
  }

  /* Tooltip container */
  .tooltip {
      position: relative;
      display: inline-block;
      opacity: 1;
  }

  /* Tooltip text */
  .tooltip .tooltiptext {
      
      visibility: hidden;
      width: 120px;
      background-color: #333;
      color: #fff;
      text-align: center;
      padding: 5px 0;
      border-radius: 6px;
      padding: 12px;

      position: absolute;
      z-index: 1;

      top: -20px;
      left: 150%;

      opacity: 0;
      transition: opacity 1s;
  }

  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip:hover .tooltiptext {
      visibility: visible;
      opacity: 1;
  }

  .tooltip .tooltiptext::after {
      content: " ";
      position: absolute;
      top: 50%;
      right: 100%; /* To the left of the tooltip */
      margin-top: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: transparent black transparent transparent;
  }

  .loading-steps {
      height: 40px;
      margin-left: 40px;
  }

  .loading-steps p {
      float: left;
      margin-right: 20px;
      color: #ff5d28;
      font-family: 'Source Sans Pro',sans-serif;
      font-size: 15px;
  }

  .loading-steps span {
      color: red;
  }

  .box-content {
      min-height: 100vh;
  }

  .multicall-box {
      border: solid 1px;
      border-color:  #fff !important;
      width: 100%;
  }

  .multicall-group {
      margin-top: 10px;
  }

  .drag-data {
      width: 100%;
  }

  .drag-data .drag-data-delete {
      width: 15px;
      text-align: right;
  }

  .drag-data .drag-data-info {
      width: 15px;
  }

  .drag-data .drag-data-drag {
      width: 20px;
      text-align: left;
  }

  .modal-mask {
    position: absolute;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
  }

  .modal-wrapper {
    display: table-cell;
    vertical-align: middle;
  }

  .modal-container {
    width: 600px;
    margin: 0px auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    font-family: Helvetica, Arial, sans-serif;
  }

  .modal-header h3 {
    margin-top: 0;
    color: #42b983;
  }

  .modal-body {
    margin: 20px 0;
  }

  .modal-default-button {
    float: right;
  }

  .modal-enter {
    opacity: 0;
  }

  .modal-leave-active {
    opacity: 0;
  }

  .modal-enter .modal-container,
  .modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .modal-close-btn  {
      margin-top: 20px;
      background-color: #0c1414!important;
      border-color: #0c1414 !important;
  }

  .modal-save-btn {
      margin-top: 20px;
      float: right;
  }

  [v-cloak] {
    display: none;
  }
  
  /* end queue steps v2*/

  .wizard-options {
      list-style: none;
      padding: 10px;
  }
  .final-wizard-options {
    list-style: none;
    padding: 10px;
  }

  .wizard-options li {
      padding: 3px;
      margin-left: 5%;
  }

  .final-wizard-options li {
    padding: 10px;
    float: left;
  }

  .final-wizard-options li:last-child .btn-default {
    margin-left: 5%;
    background-color: #ff4d00;
    border-color: #ff4d00;
    color: #fff;
    font-size: 20px;
  }

  .btn-default {
    background-color: #ededed;
    border-color: #ededed;
    width: 100%;
    text-align: left;
  }

  .btn.btn-default:hover, .btn.btn-default:focus {
    background-color: #e7e7e7 !important;
    border-color: #e7e7e7 !important;
  }

  h3.wizard-title {
      padding: 10px;
      background: #ff4d00;
      color: #fff;
      border-radius: 5px;
  }
  ul.paises {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  ul.paises li a {
    display: block;
    padding-left: 20px;
    background-position: center left;
    background-repeat: no-repeat;
    margin: 5px 0;
  }

  .sign-out-button {
    color: #fff;
    background: #ff5d28;
  }

  .balance {
      color: #fff;
      font-size: 24px;
  }

  #mis-numeros thead {
    background: #ff5d28;
    color: #fff;
  }

  #mis-numeros tbody td a {
      color: #000;
      text-decoration: none;
      font-weight: bold;
  }

  #mis-numeros tbody td a.btn {
    color: #fff;
    font-weight: 400;
  }

  .orange {
      background: #FF5D28;
  }

  .orange-color {
      color: #ff5d28;
  }

  .white{
      color: #fff;
  }

  .box-body hr {
    border-top-color: #ff5d28;
  }

  .light-gray {
      color: #999999;
  }

  .btn-cancel{
      width:auto;
  }

  .label-flashtelecom {
    background-color: #FF5D28;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    width: 100px !important;
    display: inline-block !important;
  }

  .navbar-nav>li>a {
    font-size: 24px;
    line-height: 25px;
}

.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #ff5d28; 
}

.orange-header-link {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px 5px;
}

/* change plan */
.change-plan-current-profile-row {
    color: #ccc;
  }
  
  .change-plan-features {
    list-style: none;
    padding: 0;
  }
  
  .change-plan-feature-plus a {
    color: #38A138;
  }
  
  .change-plan-feature-minus a {
    color: #D70000;
  }
  
  .change-plan-feature a:hover {
    text-decoration: none;
  }
  
  .change-plan-feature a:after {
    font-family: 'FontAwesome';
    content: "\f059";
    color: #FFD8CB;
  }

  /** alta > ip-a-medida */
.alta-custom-ip-block-wrapper {
    padding: 15px;
    background-color: #fffaf8;  
  }
  
  .alta-custom-ip-slider.ui-slider-handle .ui-state-default {
    color: #fff;
  }
  
  .alta-custom-ip-slider.ui-widget-content {
    border: 1px solid #eee;
    background-color: #FFECE5;
    color: #333;
    margin: 30px auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;    
    width: 90%;
  }
  
  .alta-custom-ip-slider .ui-slider-handle {  
    width: 2.3em !important;
    height: 2em !important;
    top: -0.6em !important;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;  
  }
  
  .alta-custom-ip-slider-ip-lines .ui-slider-handle { background: #ff5d28 url('../img/slider-num-ip-lines.gif') center center no-repeat !important; }
  .alta-custom-ip-slider-channels .ui-slider-handle { background: #ff5d28 url('../img/slider-num-channels.gif') center center no-repeat !important; }

  .alta-custom-ip-block-wrapper .bootstrap-switch {
    margin: 10px 25px;
  }

  #alta-custom-ip-err-centralita {
    display: none;
  }

  .cart-custom-ip {
    background-color: #ff5d28;
    padding: 15px;
    color: #fff;
  }

  .cart-custom-ip h3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 28px;
  }

  .cart-custom-ip p {
    font-weight: bold;
  }

  /** custom-ip > number-selection **/
  .selected-numbers-row {
    margin: 0 0 10px 0;
    padding: 10px 0 2px;
    background-color: #FFB198;
    border-radius: 5px;
    display: none;
  }

  .selected-numbers-row p {
    color: #636363;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
  }

  .selected-numbers-list-wrapper {
    max-width: 75%;
    float: left;
  }

  ul.selected-numbers-list {
    white-space:nowrap; 
    list-style: none;
    display: inline-block;
    overflow-y: hidden;
    max-width: 100%;
    padding: 0;
    padding-bottom: 10px;
  }

  ul.selected-numbers-list li {
    position: relative;
    color: #000;
    background-color: #FFECE5;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    border: 1px #C3BEBB solid;
    -webkit-box-shadow: 1px 1px 1px #928B8B;
    -moz-box-shadow: 1px 1px 1px #928B8B;
    box-shadow: 1px 1px 1px #928B8B;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }

  ul.selected-numbers-list li span {
    color: #636363;
  }

  ul.selected-numbers-list li span.glyphicon {
    color: #ff0000;
  }

  span.alta-custom-ip-price {
    font-weight: bold;
  }

  input.alta-custom-ip-continue {
    margin-bottom: 10px;
    width: 100%;
    font-size: 18px;
  }

  input.balance-input {
    width: 30%;
    display: inline;
  }