body {
    background: #515e72;
    color: #000000;
    line-height: 1.5;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
    outline: 0px !important;
    box-shadow: none !important;
}

@media screen and (min-width: 768px) {
    html,
    body {
        height: 100%;
        font-family: "Open Sans";
    }
}
.orange-edit {
    color: #fd6700 !important;
}

a:hover {
    color: #fd6700 !important;
    text-decoration: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"]:disabled {
    background-color: white;
    -moz-appearance: textfield;
    border-radius: 24px;
    border: 1px solid #cbcbcb;
    padding: 7px 16px;
    font-weight: 600;
    color: #414141;
    font-size: 16px;
}

input[type="number"] {
    -moz-appearance: textfield;
    border-radius: 24px;
    border: 1px solid #fd6700;
    padding: 7px 16px;
    font-weight: 600;
    color: #414141;
    font-size: 16px;
}

.inputprospect {
    background: transparent;
    border-color: transparent;
}
.inputCustomization2 {
    border-left: 3px solid #fd6700 !important;
    border-top: 0px;
    border-right: transparent;
    border-bottom: transparent;
    padding-left: 6px;
    caret-color: #fd6700;
    color: #707070;
    font-weight: 600;
    font-family: "Open Sans";
}
.inputCustomization3 {
    font-size: 16px;
    color: #414141;
    font-weight: 600;
    width: 80%;
    border: transparent;
    border-top: 0px;
    padding-left: 6px;
    caret-color: #fd6700;
    font-family: "Open Sans";
}
.clientInfos {
    padding: 47px 64px;
}
.clientInfos label {
    font-size: 10px;
    color: #414141;
    margin-bottom: 0px;
}
.clientInfos span.loadNum {
    font-size: 16px;
    color: #414141;
    font-weight: 600;
}
.filesInfos {
    padding: 47px 64px;
}
.filesInfos label {
    font-size: 10px;
    color: #414141;
    margin-bottom: 0px;
}
.filesInfos span.loadNum {
    font-size: 16px;
    color: #414141;
    font-weight: 600;
}
.dashedBorder {
    border: 1px dashed #fd6700;
    border-radius: 16px;
    padding: 14px 0px 14px 14px;
}
.shadowOne {
    box-shadow: 0px 5px 10px #f5d9c4;
}
.radius30 {
    border-radius: 30px;
}

.pagClass {
    display: inline-block;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.2rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.pagClassActive {
    display: inline-block;
    font-weight: 900;
    color: white !important;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ff6c00;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* acordion */
.skinblue .panel-heading {
    position: relative;
    background: url("../../img/claro.png") #ff7600;
    border-top: 2px solid url("../../img/claro.png") #ff7600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}

.skinblue .panel-heading a {
    color: #ffffff;
}

.skinblue .panel {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

/* acondion */

.skinblue .nav-tabs {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: url("../toptabs2.jpg") repeat-x;
}
.skinblue .nav-tabs > li {
    margin: 0;
}
.skinblue .nav-tabs > li > a {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid transparent;
    border-bottom: 0;
    margin-left: 0px;
}
.skinblue .nav-tabs > li.active > a,
.skinblue .nav-tabs > li.active > a:hover,
.skinblue .nav-tabs > li.active > a:focus {
    color: #59595a;
    border-top: 2px solid #ff7600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-left: 1px solid #e3e6f3;
    border-right: 1px solid #e3e6f3;
    display: block;
    background-color: #fff;
}
.skinblue .nav-tabs > li > a:hover,
.skinblue .nav-tabs > li > a:hover,
.skinblue .nav-tabs > li > a:focus {
    background-color: transparent;
    border-color: transparent;
    color: #383839;
}
.skinblue .tabs-left .nav-tabs {
    float: left;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 0;
}
.skinblue .tabs-left .nav-tabs > li {
    float: none;
}
.skinblue .tabs-left .nav-tabs > li > a {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 0;
    margin-right: 0;
    margin-bottom: 2px;
    margin-left: 0;
}
.skinblue .tabs-left .nav-tabs > li.active > a,
.skinblue .tabs-left .nav-tabs > li.active > a:hover,
.skinblue .tabs-left .nav-tabs > li.active > a:focus {
    color: #59595a;
}
.skinblue .tabs-right .nav-tabs {
    float: right;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 2px;
}
.skinblue .tabs-right .nav-tabs > li {
    float: none;
}
.skinblue .tabs-right .nav-tabs > li > a {
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 2px;
    margin-right: 0;
    margin-bottom: 2px;
    margin-left: 0;
}
.skinblue .tabs-right .nav-tabs > li.active > a,
.skinblue .tabs-right .nav-tabs > li.active > a:hover,
.skinblue .tabs-right .nav-tabs > li.active > a:focus {
    color: #59595a;
}
.skinblue .box-tab {
    margin-bottom: 25px;
    border-radius: 2px;
    background: #fff;
}

.skinblue .box-tab .tab-content {
    background-color: #fff;
    padding: 5px 0 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.skinblue .box-tab.tabs-left .tab-content {
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 2px;
}
.skinblue .box-tab.tabs-right .tab-content {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 2px;
}
.skinblue .header-tab {
    color: #444;
    cursor: default;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    padding: 0 10px;
    padding-right: 30px;
}
/* Fim tabs */
/*
 *  Color Scheme
 *
 */
/* Selected text */
::-moz-selection {
    background: #4f5061;
    color: #000000;
    text-shadow: none;
}
::selection {
    background: #fd6700;
    /*background: #000000;*/
    color: #fff;
    text-shadow: none;
}
/*********************/
/* Spinnner */
.loader:after {
    border: solid 1px transparent;
    border-top-color: #1582dc;
    border-left-color: #1582dc;
}
/*********************/
/* Link hover */
a:active,
a:focus,
a:hover {
    color: #1166ad;
}
/*********************/
/* Layout top header */
.app > .header {
    background-color: #ffffff;
}
.app > .header .brand {
    background: url("../../img/sim-bg.png");
}
.app > .header .brand a,
.app > .header .brand a:hover {
    color: #ffffff;
}
.app > .header .navbar-toggle,
.app > .header .nav > li > a,
.app > .header .bg-none {
    color: #ffffff;
}
@media screen and (min-width: 768px) {
    .header .nav > li > a:hover,
    .header .nav > li > a:focus,
    .header .nav .open > a,
    .header .nav .open > a:hover,
    .header .nav .open > a:focus {
        background: url("../../img/activemenu.png");
    }
}
.header .open a.toggle-search,
.header a.toggle-search:hover {
    background-color: #1377c9;
}
/*********************/
/* Layout Sidebar */
.sidebar {
    background-color: #3c3c3c;
    color: #ffffff;
}
.sidebar a,
.sidebar .nav-title {
    color: #ffffff;
}
.compact-menu .main-navigation > ul > li {
    border-bottom: 1px solid #4a4b5b;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.app:not(.small-menu) .main-navigation > ul > li.hig a,
.app:not(.small-menu) .main-navigation > ul > li a:hover {
    color: #ffffff;
    background: url("../../img/submenu.png") #5e5e5e;
}
.app:not(.small-menu) .main-navigation > ul > li > ul > li.active a,
.app:not(.small-menu) .main-navigation > ul > li > ul > li a:hover {
    color: #ffffff;
    background: url("../../img/submenu.png") #5e5e5e;
}
.app:not(.small-menu) .main-navigation > ul > li > ul > li > ul > li.cai a,
.app:not(.small-menu) .main-navigation > ul > li > ul > li > ul > li a:hover {
    color: #ffffff;
    background: url("../../img/submenu.png") #5e5e5e;
}
.main-navigation > ul > li:hover > a {
    color: #ffffff;
}
.main-navigation > ul > li .sub-menu {
    background: url("../../img/submenu.png");
}
@media screen and (min-width: 768px) {
    .small-menu .main-navigation > ul > li.open {
        background-color: #5e5e5e;
    }
    .small-menu .main-navigation .nav > li > .sub-menu .sub-menu {
        background: url("../../img/escuro.png");
    }
}
/*********************/
/* Gallery hover overlay */
.gallery .overlay {
    background-color: #4f5061;
    background-color: rgba(79, 80, 97, 0.9);
}
/*********************/
/* Skin button style */
.btn-color {
    color: #ffffff;
    background-color: #fd6700;
    border-color: #fd6700;
}

.btn-menu {
    border-radius: 14px;
    background-color: #ffffff;
    color: #707070;
    width: 115px;
    height: 45px;
    font-family: "Open Sans";
    font-weight: Bold;
    font-size: 14px;
    margin-right: 130px;
    box-shadow: 0px 0px 10px 5px rgba(214, 214, 214, 1);
}

#btn-user {
    border-radius: 14px;
    background-color: #ffffff;
    color: #707070;
    box-shadow: 0px 0px 10px 5px rgba(214, 214, 214, 1);
    width: 580px;
    height: 67px;
    font-family: "Open Sans";
    font-weight: Bold;
    font-size: 20px;
    margin-right: 60px;
    display: none;
    transition: 0.5s;
}
.btn-useractive {
    display: inline-flex;
    transition: 0.5s;
}

.btn-help {
    border-radius: 37px;
    background-color: #707070;
    color: #ffffff;
    width: 200px;
    height: 50px;
    font-family: "Open Sans";
    font-weight: Bold;
    font-size: 20px;
    margin-right: 110px;
}

a.btn-color {
    color: #ffffff;
}
.btn-color:hover,
.btn-color:focus,
.btn-color:active,
.btn-color.active,
.open .dropdown-toggle.btn-color {
    color: #ffffff;
    background-color: #707070;
    background-image: none;
    border-color: #707070;
}
.btn-color.disabled,
.btn-color[disabled],
fieldset[disabled] .btn-color,
.btn-color.disabled:hover,
.btn-color[disabled]:hover,
fieldset[disabled] .btn-color:hover,
.btn-color.disabled:focus,
.btn-color[disabled]:focus,
fieldset[disabled] .btn-color:focus,
.btn-color.disabled:active,
.btn-color[disabled]:active,
fieldset[disabled] .btn-color:active,
.btn-color.disabled.active,
.btn-color[disabled].active,
fieldset[disabled] .btn-color.active {
    background-color: #4f5061;
    border-color: #4f5061;
}
.btn-color.btn-outline {
    background-color: transparent;
    color: #4f5061;
}
.btn-color.btn-outline:hover,
.btn-color.btn-outline:focus,
.btn-color.btn-outline:active,
.btn-color.btn-outline.active {
    background-color: #4f5061;
    color: #ffffff;
}
/*********************/
/* Skin text color style */
.color {
    color: #4f5061;
}
/*********************/
/* Skin nestable style */
#nestable2 .dd-handle {
    color: #cacbd0;
    border: 1px solid #4f5061;
    background-color: #4f5061;
}
#nestable2 .dd-handle:hover {
    background-color: #5a5c6f;
}
/*********************/
/* Skin slider style */
.slider-color .slider-selection {
    background-color: #4f5061;
}
.slider-color .slider-handle {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px, #4f5061 0px 0px 0px 1px;
}
/*********************/
/* Skin panel style */
.panel2 {
    margin-bottom: 20px;
    background-color: #fff;
}

.panelnew {
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 5px 10px 0px #0000004d;
    min-height: 477px;
}
.panelnewmodal {
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 5px 10px 0px #0000004d;
    min-height: 397px;
}

.panel-color {
    border-color: #4f5061;
}
.panel-color > .panel-heading {
    color: #cacbd0;
    background-color: #4f5061;
    border-color: #4f5061;
}
.panel-color > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #4f5061;
}
.panel-color > .panel-heading a {
    color: #cacbd0;
}
.panel-color > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #4f5061;
}
/*********************/
/* Skin label style */
.label-color {
    background-color: #4f5061;
}
.label-color[href]:hover,
.label-color[href]:focus {
    background-color: #383945;
}
/*********************/
/* Skin background color */
.bg-color {
    background-color: #4f5061;
    color: #cacbd0;
}
.bg-color a {
    color: #cacbd0;
}
.bg-color a:active,
.bg-color a:focus,
.bg-color a:hover {
    color: #afb0b7;
    text-decoration: none;
    outline: 0;
}
.bg-color .nav > li:hover > a,
.bg-color .nav > li:focus > a,
.bg-color .nav > li:active > a,
.bg-color .nav > li.active > a,
.bg-color .nav > li > a:hover,
.bg-color .nav > li > a:focus {
    background-color: #484959;
}
/*********************/
/* Skin pagination style */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    border-color: #4f5061;
    background-color: #4f5061;
    color: #ffffff;
}
/*********************/
/* Skin progress bar style */
.progress-bar-color {
    background-color: #4f5061;
}
/*********************/
/* Skin chart elements */
.morris-hover.morris-default-style {
    border-color: #4f5061;
    background-color: #4f5061;
    background-color: rgba(79, 80, 97, 0.9);
}
.morris-hover.morris-default-style a {
    color: #ffffff;
}
#jqstooltip {
    background-color: #4f5061;
    border-color: #4f5061;
}
#tooltip {
    background-color: #4f5061;
    color: #ffffff;
}
#tooltip:before {
    border-color: transparent #4f5061 transparent transparent;
}
/*********************/
.jvectormap-label {
    border: solid 1px #4f5061;
    background-color: #4f5061;
    color: white;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
    background-color: #4f5061;
    color: white;
}

/* menu de contexto */
.menu-acao {
    background-color: #5e5e5e;
    min-height: 38px;
    line-height: 35px;
    margin-bottom: 10px;
    border-radius: 3px 0px 0px 3px;
}
.btn-menu-acao {
    background-color: #5e5e5e;
    color: #ffffff;
}
/* fim menu contexto */
/* preview layout */
#span1 {
    width: 80%;
    background: #1582dc;
    color: #fff;
    height: 20px;
}
#span2 {
    width: 10%;
    background: #4f5061;
    float: left;
    font-size: 8px;
    height: 200px;
    color: #cad0dd;
}
.menuprev {
    list-style-type: none;
    padding-left: 2px;
}
#span3 {
    width: 70%;
    background: #f1f4f9;
    float: left;
    height: 200px;
    font-size: 8px;
    padding: 2px;
}
#tudo {
    padding: 15px;
    padding-top: 40px;
    margin-bottom: 10px;
}
#logo {
    width: 12.5%;
    background: url("../../img/sim-bg.png");
    float: left;
}

#logo-image {
    margin-top: 5%;
    width: 150px;
}

#menutopo {
    font-size: 8px;
    line-height: 20px;
}
#mapa {
    float: left;
}
#mcontexto {
    float: right;
    min-width: 50%;
    background: #7aadd7;
    padding-left: 4px;
    color: #fff;
    font-size: 7px;
    line-height: 14px;
}
#ctt {
    background: #fff;
    padding: 4px;
    margin: 3px;
    margin-top: 5px;
    height: 170px;
}
.clear {
    clear: both;
}
/* fim previu layout */

.main-content {
    background: #fff;
}

.stepy-header {
    background-color: #ff7600;
    border-bottom: 1px solid #ffffff;
    border-radius: 2px 2px 0 0;
}

.stepy-header li::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent -moz-use-text-color transparent #ff7600;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 23px 0 23px 22px;
    content: "";
    display: block;
    position: absolute;
    right: -14px;
    top: 1px;
    z-index: 9;
}

.btn-primary {
    background-color: #fd6700;
    border-color: #5e5e5e;
    color: #ffffff;
    box-shadow: 0px 5px 6px #d6d6d6;
    border-color: #fd6700;
    border-width: 1.5px;
    border-radius: 21px;
    font-size: 18px;
    font-weight: bold;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #707070;
    background: #fff;
    border-color: #fd6700;
}

.bg-primary {
    background-color: #ff7900;
}
.bg-primary2 {
    background-color: #ffffff;
}

.bg-white {
    background-color: #ffffff;
    border-radius: 30px;
    box-shadow: 0px 0px 5px #ffac71;
}

.table-border {
    box-shadow: 0px 5px 10px #f5d9c4;
    border-radius: 30px;
    max-height: 35em;
    padding: 4em 0em;
    max-width: 80em;
}
.table-border-prospect {
    box-shadow: 0px 5px 10px #f5d9c4;
    border-radius: 30px;
    overflow-y: scroll;
    min-height: 43em;
    /* max-height: 43em; */
    padding: 2em 4em 4em 4em;
    max-width: 90%;
    overflow-x: auto;
}

/* .prospectTable thead {
    display: none;
} */

.technical-debt {
    position: absolute;
    right: 19%;
    top: 14%;
}

.bg-white2 {
    background-color: #ffffff;
    border-radius: 21px;
    box-shadow: 0px 5px 6px #d6d6d6;
    border-color: #fd6700;
    border-width: 1.5px;
    margin-bottom: 30px;
    text-align: center;
    border-style: solid;
    height: 76px;
}
.bg-white3 {
    background-color: #fd6700;
    text-decoration-color: #ffffff;
    border-radius: 21px;
    box-shadow: 0px 5px 6px #d6d6d6;
    border-color: #fd6700;
    border-width: 1.5px;
    margin-bottom: 30px;
    text-align: center;
    border-style: solid;
    width: 385px;
    height: 76px;
}
.bg-white4 {
    background-color: #fd6700;
    text-decoration-color: #ffffff;
    border-radius: 25px;
    box-shadow: 0px 5px 6px #d6d6d6;
    border-color: #fd6700;
    border-width: 1.5px;
    margin-bottom: 30px;
    margin-left: 35%;
    text-align: center;
    border-style: solid;
    width: 195px;
    height: 50px;
}

.panel-heading-featured {
    border-bottom: 3px solid #ff7600;
    font-size: 15px;
    margin-bottom: -10px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    width: 33.33333333%;
}
@media screen and (max-width: 1000px) {
    .panel-heading-featured {
        width: 100%;
    }
}
.phf-clear {
    clear: both;
}
.wizard-combo-header {
    background: #f06f00;
    height: 80px;
    line-height: 80px;
}
.wizard-combo-header a {
    color: #fff;
}
.step-done {
    background: #626161;
}
.combination {
    background: #fd6700;
    line-height: 40px;
    font-size: 21px;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 232px;
    font-family: "Open Sans";
    font-weight: 600;
    margin-left: 35px;
}
.choose {
    padding: 5px;
    padding-left: 17px;
    padding-right: 16px;
    font-family: "Open Sans";
    font-size: 21px;
    font-weight: 600;
    color: #414141;
    border: dashed 0.5px #fd6700;
    border-radius: 15px;
    position: relative;
}
.sale_detail {
    line-height: 30px;
    font-size: 14px;
    color: #fd6700;
    font-weight: 600;
}

#discount_value {
    text-decoration: line-through;
}
.taxtable {
    color: #707070;
}

#contract_text {
    max-height: 400px;
    overflow-y: scroll;
}

.total {
    padding: 5px;
    font-size: 14pt;
}
.original-value {
    font-size: 10pt;
}
#total-value {
    font-size: 14pt;
}
.planText {
    font-size: 0.8em;
}
.plan_title {
    background: #929292;
    color: #fff;
    padding: 0;
    margin-top: -25px;
    min-height: 288px;
    max-height: 310px;
}
.plan_title2 {
    background: #ffffff;
    color: #414141;
    padding: 0;
    margin-top: -25px;
    min-height: 288px;
    max-height: 310px;
}

.fixbar {
    border-top: 1px solid #fd6700;
    padding-top: 30px;
}
.fixleft {
    padding-left: 10px;
}

.plan_body {
    height: 164px;
    padding: 0;
}
.btn-combo {
    background: #fd6700;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
}
.btn-combo2 {
    color: #fd6700;
    border-color: #fd6700;
    font-weight: bold;
    font-family: "Open Sans";
    font-size: 21px;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #efefef;
    border: 2px solid #fd6700;
    border-radius: 20px;
    opacity: 1;
    width: 219px;
    height: 46px;
}

.btn-modal {
    color: #fd6700;
    font-weight: bold;
    font-family: "Open Sans";
    font-size: 21px;
    background-color: #ffffff;
    width: 219px;
    height: 46px;
    box-shadow: 0px 3px 6px #efefef;
    border: 2px solid #fd6700;
    border-radius: 20px;
}
.btn-goback {
    background: #707070;
    color: #ffffff;
    font-weight: bold;
    border-width: 1.5px;
    font-family: "Open Sans";
    font-size: 21px;
    height: 60px;
}
.btn-foward {
    background: #fd6700;
    color: #ffffff;
    border-color: #fd6700;
    font-weight: bold;
    border-width: 1.5px;
    font-family: "Open Sans";
    font-size: 21px;
    height: 60px;
}

.btn-sign {
    background: #fd6700;
    color: #ffffff;
    font-weight: bold;
    border-width: 1.5px;
    font-family: "Open Sans";
    font-size: 21px;
}
.btn-sign2 {
    background: #fd6700;
    color: #ffffff;
    font-weight: bold;
    border-width: 1.5px;
    font-family: "Open Sans";
    font-size: 21px;
}

.btn-lg {
    padding: 25px 16px 27px 16px;
    border-radius: 20px !important;
}

.terms {
    border-radius: 20px;
    background: #e8e8e8;
}
.aligntext {
    text-align: center;
}
h1 {
    font-size: 30px;
    font-weight: bold;
    color: #707070;
}

h4 {
    font-size: 14px;
    font-weight: bold;
    color: #707070;
}
.yourcep {
    text-decoration: underline;
    font-size: 11px;
}

.validthru {
    font-size: 9px;
    font-weight: bold;
}

.basictext {
    font-size: 14px;
    font-family: "Open Sans";
    color: #414141;
    font-weight: bold;
}
.basictext3 {
    font-size: 14px;
    font-family: "Open Sans";
    color: #fd6700;
    font-weight: bold;
    display: block;
    margin: auto;
}
.bold14pxFD6700 {
    font-size: 14px;
    font-family: "Open Sans";
    color: #fd6700;
    font-weight: bold;
}

.subtext {
    font-size: 20px;
    color: #414141;
    text-align: center;
}
.basictext0 {
    font-size: 14px;
    font-family: "Open Sans";
    color: #414141;
    font-weight: 600;
}

.basictext1 {
    font-size: 14px;
    font-family: "Open Sans";
    color: #414141;
}

.basictext2 {
    font-size: 14px;
    font-family: "Open Sans";
    color: #707070;
}

.newtext {
    text-align: center;
    font: Bold 34px/28px Open Sans;
    letter-spacing: 0;
    color: #fd6700;
    display: inline-block;
    line-height: 43px;
}

.value_text {
    text-align: center;
    font: Bold 21px/28px Open Sans;
    letter-spacing: 0;
    color: #414141;
    display: inline-block;
}
.finalvaluecart {
    font-size: 24px;
    font-weight: bold;
    color: #fd6700;
    line-height: 21px;
    padding-right: 10px;
}
.newtext2 {
    font-size: 18px;
    font-family: "Open Sans";
    font-weight: lighter;
    color: #414141;
}

.taxes-values {
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: 600;
    color: #707070;
}

.cart_header {
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: bold;
    color: #fd6700;
}

.cart_product-sum {
    font-size: 12px;
    font-family: "Open Sans";
    font-weight: bold;
    color: #414141;
    text-align: left;
}

.cart_product-sum-value {
    font-size: 16px;
    font-weight: bold;
    color: #414141;
    text-decoration: line-through;
}

.cart_product-discount {
    font-size: 12px;
    font-family: "Open Sans";
    font-weight: bold;
    color: #fd6700;
}

.cart_product-discount-value {
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: bold;
    color: #fd6700;
}

.cart_section-name {
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: bold;
    color: #414141;
    text-transform: uppercase;
}

.cart_product-name {
    font-size: 12px;
    font-family: "Open Sans";
    color: #414141;
    font-weight: 600;
}

.cart_descont-detail-title {
    font-size: 10px;
    font-family: "Open Sans";
    color: #fd6700;
    font-weight: bold;
    text-align: left;
}

.cart_descont-detail {
    font-size: 10px;
    font-family: "Open Sans";
    color: #fd6700;
    font-weight: 600;
    text-align: left;
}
.newtext3 {
    text-align: center;
    font-size: 21px;
    letter-spacing: 0;
    color: #414141;
}

.newtext4 {
    font-size: 21px;
    font-family: "Open Sans";
    font-weight: 600;
    color: #707070;
}
.newtext4 {
    font-size: 21px;
    font-family: "Open Sans";
    font-weight: 600;
    color: #707070;
}
.cartTotal {
    font-size: 16px;
    font-family: "Open Sans";
    color: #fd6700;
    float: left;
    font-weight: bold;
}

.newtext5 {
    font-size: 21px;
    font-family: "Open Sans";
    font-weight: bold;
    color: #fd6700;
}

.text5 {
    font-size: 18px;
    font-family: "Open Sans";
    font-weight: bold;
    color: #707070;
}
.text6 {
    font-size: 11px;
    font-family: "Open Sans";
    color: #707070;
}

.semi114141 {
    font-size: 11px;
    color: #414141;
    font-weight: 600;
}
.semi16414141 {
    font-size: 16px;
    color: #414141;
    font-weight: 600;
}
.reg16414141 {
    font-size: 16px;
    color: #414141;
}
.reg414141 {
    font-size: 10px;
    color: #414141;
}

.prospect__address {
    color: #414141;
    font-weight: 600;
    font-size: 10px;
}

.prospect__info {
    font-size: 10px;
    color: #414141;
    margin-bottom: -3px;
}

.prospect__wrapper {
    display: inline-block;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 476px;
    padding: 14px 9px 0px 9px;
    margin-left: 75px;
    margin-top: 120px;
}

.prospect__interest {
    box-shadow: 0px 0px 6px #fd67004d;
    border-radius: 20px;
    padding: 35px 50px;
    margin-right: 50px;
}

.prospect__plan-interest {
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 0;
    color: #fe6904;
}

.prospect__actual_plan {
    border: 1px solid #fd6700;
    border-radius: 20px;
    padding: 19px 50px 25px 50px;
}

.text7 {
    font-size: 18px;
    font-family: "Open Sans";
    font-weight: bold;
    color: #ffffff;
}
.text8 {
    font-size: 30px;
    font-family: "Open Sans";
    font-weight: bold;
    color: #414141;
}

.text9 {
    font-size: 18px;
    font-family: "Open Sans";
    color: #414141;
}
.text10 {
    font-size: 15px;
    color: #414141;
    font-weight: bold;
}
.reg15px414141 {
    font-size: 15px;
    color: #414141;
}
.semibold10up {
    font-weight: 600;
    font-size: 10px;
    color: #707070;
}

hr {
    display: block;
    margin: 1em 0;
    padding: 0;
    height: 1px;
    border: 0;
}
.table > tbody > tr > td {
    border-color: #fd6700;
}

.btn-default.btn-outline {
    color: #fff;
}

.lateral {
    position: fixed;
    bottom: 20px;
    top: 20px;
    right: 15px;
    z-index: 1000;
}

.rmv_btn {
    position: absolute;
    top: -1px;
    right: 4px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .lateral {
        position: static;
    }
}
@media (max-width: 767px) {
    .lateral {
        position: static;
    }
}

.hoverflow {
    display: flex;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.w60 {
    width: 60%;
}
.contentleft {
    left: 15%;
}

.pad {
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 2%;
    padding-top: 2%;
}

.mt2 {
    margin-top: 2%;
}
.mt5 {
    margin-top: 5px;
}
.mt15 {
    margin-top: 15px;
}
.mt40 {
    margin-top: 40px;
}
.mt60 {
    margin-top: 60px;
}
.mt70 {
    margin-top: 70px;
}
.mt80 {
    margin-top: 80px;
}

.mt-7 {
    margin-top: 7%;
}
.mt100 {
    margin-top: 100px;
}
.ml2 {
    margin-left: 2px;
}
.ml3 {
    margin-left: 3px;
}

.ml10 {
    margin-left: 10px;
}
.ml15 {
    margin-left: 15px;
}
.ml30 {
    margin-left: 30px;
}
.ml40 {
    margin-left: 40px;
}

.ml18 {
    margin-left: 18%;
}
.ml20 {
    margin-left: 20%;
}
.ml22 {
    margin-left: 22%;
}
.ml25 {
    margin-left: 25%;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb30 {
    margin-bottom: 30px;
}

.mb70 {
    margin-bottom: 70px;
}

.topbar {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: #414141;
    margin-bottom: 1em;
    font-weight: 600;
}

.vc_orange {
    color: #fd6700;
}

.topbar::before,
.topbar::after {
    content: "";
    flex-grow: 1;
    background: #fd6700;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 8px;
}

.barra {
    width: 40%;
    margin-left: 18%;
    margin-top: 3em;
    margin-bottom: 15px;
}

.dropdown-small {
    box-shadow: 0px 0px 5px #0000004d;
    border-radius: 14px;
    background-color: #fd6700 !important;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 15px;
}

.dropdown-item {
    color: #ffffff;
    font-size: 16px;
    background-color: #fd6700 !important;
    font-weight: 600;
}

.logged-user {
    background: #fd6700 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 5px #0000004d;
    border-radius: 14px;
    font-family: "Open Sans";
    font-weight: 600;
    color: white !important;
    padding: 10px;
    font-size: 12px;
}
.navlink {
    display: inline;
    color: white;
    padding: 0.5rem 1rem;
}

.navlink:hover {
    color: black !important;
}

.nav-item {
    display: flex;
    align-self: center;
}
@media only screen and (max-width: 700px) {
    .barra {
        display: none;
    }
    .owl-prev {
        position: absolute;
        top: 40%;
        left: -9% !important;
        display: block !important;
        border: 0px solid black;
    }
    .owl-next {
        position: absolute;
        top: 40%;
        right: -9% !important;
        display: block !important;
        border: 0px solid black;
    }
}

.barraactive {
    margin-left: 10%;
}

.progresso {
    counter-reset: step;
}
.progressoactive {
    width: 80%;
}

.progresso li {
    list-style-type: none;
    float: left;
    width: 33.33%;
    position: relative;
    text-align: center;
}
.progresso li::before {
    content: "";
    width: 16px;
    height: 16px;
    line-height: 30px;
    border: 2px solid #fd6700;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}
.progresso li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #ffac71;
    top: 6px;
    left: -50%;
    z-index: -1;
}

.progresso li:first-child::after {
    content: none;
}

.progresso li.ativo {
    color: #fd6700;
    z-index: 100;
}
.progresso li.ativo::before {
    border-color: #fd6700;
    background-color: #fd6700;
}

.progresso li.ativo2 {
    color: #fd6700;
    z-index: 100;
}
.progresso li.ativo2::before {
    border-color: #fd6700;
    background-color: #fd6700;
}

.progresso li.ativo2::after {
    background-color: #fd6700;
}

.fixtop {
    margin-top: 90px;
}

.fixbottom {
    margin-bottom: 50px;
}

.fixcenter {
    text-align: center;
}

.segura {
    width: 100%;
}

.lgmodal {
    width: 1120px;
    height: 835px;
    border-radius: 30px;
    box-shadow: 0px 5px 10px #0000004d;
}

.boxplano {
    width: 300px;
    height: 521px;
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
}

.boxplano2 {
    width: 286px;
    height: 397px;
    margin: 25px;
    margin-top: 30px;
    margin-bottom: 125px;
    display: inline-block;
}

.borderlessbtn {
    border: none;
    background: none;
}

.btn-login {
    height: 60px;
    width: 85%;
    font-weight: bold;
    margin-left: 40px;
}

.envelop {
    box-shadow: 0px 5px 10px #d6d6d6;
    border-radius: 30px;
    padding: 15px;
    width: 325px;
}

.form-control {
    border-color: #fd6700;
    border-radius: 20px;
    size: 0.5px;
    transition: transform 0.2s ease;
}

.prospect__obs {
    border: 1px solid #fd6700 !important;
    padding: 12px;
    border-radius: 7px;
    size: 1px;
    resize: none;
    box-sizing: border-box;
    width: 100%;
    height: 77px;
}

.prospect__label {
    font-size: 9px;
    color: #414141;
    margin-bottom: -0.5rem;
}

.form-control2 {
    border-color: #fd6700;
    border-radius: 20px;
    size: 0.5px;
}

.form-control:focus,
#focusedInput {
    border-color: #fd6700;
    border-radius: 20px;
    background: #fff;
    size: 0.5px;
    font-weight: bold;
}

input.form-control:focus,
#focusedInput {
    transform: scale(1.1);
}

.form-control[readonly] {
    transform: none;
    background-color: #f1f2f9;
}

.fixform {
    margin-bottom: 25px;
}

/* The container */
.containerbtn {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.containerbtn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* The container */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: white;
    border-radius: 50%;
    border: 3px solid #fd6700;
}

/* On mouse-over, add a grey background color */
.containerbtn:hover input ~ .checkmark {
    background-color: orange;
}

/* When the radio button is checked, add a blue background */
.containerbtn input:checked ~ .checkmark {
    background-color: white;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerbtn input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.containerbtn .checkmark:after {
    top: -2px;
    left: -3px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #fd6700;
}

/* The container */
.containerbox {
    position: relative;
    padding-left: 27px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.containerbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmarkbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border: 3px solid #414141;
    border-radius: 8px;
}

/* On mouse-over, add a grey background color */
.containerbox:hover input ~ .checkmarkbox {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerbox input:checked ~ .checkmarkbox {
    background-color: #ccc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmarkbox:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerbox input:checked ~ .checkmarkbox:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerbox .checkmarkbox:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #414141;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.custom-file-input {
    color: transparent;
}
.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}
.custom-file-input::before {
    content: "Selecionar arquivo...";
    color: white;
    display: inline-block;
    background: #414141;
    height: 70px;
    border-radius: 20px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    padding: 40px 30px 5px 30px;
}
.custom-file-input:hover::before {
    border-color: black;
}
.custom-file-input:active {
    outline: 0;
}
.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.custom-file-input-text {
    border-radius: 20px;
    border: 0.5px solid #fd6700;
    margin-bottom: -30px;
    padding: 6px 12px;
    background-color: white;
    z-index: 10;
    position: inherit;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: transparent;
    border-color: #fd6700;
    color: #59595a;
}

.moredata {
    box-shadow: 0px 5px 10px #d6d6d6;
    background-color: #fff;
    color: #59595a;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
    width: 54.6px;
    height: 33.5px;
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    flex-direction: column;
    line-height: 33.5px;
    margin-left: 40%;
}

.custom-input {
    content: "Selecionar arquivo...";
    color: white;
    display: inline-block;
    background: #414141;
    height: 70px;
    border-radius: 20px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    padding: 40px 30px 5px 30px;
}

.custom-input::before {
    content: "Select a file!";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* .custom-input:hover,
.custom-input:focus {
} */

.custom-input input {
    opacity: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.owl-prev {
    position: absolute;
    top: 40%;
    left: -3%;
    display: block !important;
    border: 0px solid black;
}

.owl-next {
    position: absolute;
    top: 40%;
    right: -2%;
    display: block !important;
    border: 0px solid black;
}

hr.new1 {
    border-top: 3px solid #fd6700;
    width: 5%;
    margin: auto;
    margin-top: 20px;
}

.modalChannel {
    max-height: 80px;
    overflow: auto;
    list-style-type: none;
    text-align: center;
    color: #414141;
    font-size: 15px;
    margin-right: 15%;
}

.modalChannelDetail {
    max-height: 500px;
    overflow: auto;
    list-style-type: none;
    text-align: center;
    color: #414141;
    font-weight: 600;
    font-size: 14px;
    padding-right: 60px;
    padding-left: 60px;
}
.modalChannelDetail li {
    border-bottom: 0.7px dashed #fd6700;
    padding: 0.5em;
}

.selectExtra {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: none !important;
}
.selectExtraOn {
    display: block !important;
}

.extraSHOW {
    display: block !important;
}

/*scrollbar on ff*/
* {
    scrollbar-color: #414141 white;
    scrollbar-width: thin;
}
/*scrollbar*/
::-webkit-scrollbar,
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-track {
    width: 8px;
    border: none;
    background: transparent;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-track-piece,
::-webkit-scrollbar-corner,
::-webkit-resizer {
    display: none;
}

::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background-color: #414141;
}

::-webkit-scrollbar-track {
    background-image: url("../../img/scroll.png");
    background-repeat: repeat-y;
    background-size: contain;
}

.fixcart {
    max-height: 435px;
    overflow-x: auto;
}

#final_value {
    font-size: 5, 5px !important;
    text-transform: uppercase;
    font-weight: normal !important;
}

.bold12px414141 {
    font: Bold 12px/17px Open Sans;
    letter-spacing: 0;
    color: #414141;
    opacity: 1;
    font-family: "Open Sans";
}

.extra12px414141 {
    font-size: 12px;
    color: #414141;
    font-weight: 900;
}

.semi9px414141 {
    font-size: 9px;
    color: #414141;
    font-weight: 600;
    letter-spacing: 0.45px;
}

.semi12px414141 {
    font-size: 12px;
    color: #414141;
    font-weight: 600;
}

.semi12px414141 {
    font-size: 12px;
    color: #414141;
    font-weight: 600;
}

.semi16px414141 {
    font-size: 16px;
    color: #414141;
    font-weight: 600;
}

.reg16px414141 {
    font-size: 16px;
    color: #414141;
    font-family: "Open Sans";
}

.bold16px414141 {
    text-align: left;
    font: Bold 16px Open Sans;
    letter-spacing: 0;
    color: #414141;
    opacity: 1;
}
.semi28px414141 {
    font-size: 28px;
    color: #414141;
    font-weight: 600;
    font-family: "Open Sans";
}

.reg8px414141 {
    font-size: 8px;
    color: #414141;
    font-family: Open Sans;
    text-transform: uppercase;
}
.btn-shadow {
    box-shadow: 0px 3px 6px #00000067;
    border-radius: 29px;
}

.checkmarkbox2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: white;
    border: 3px solid #fd6700;
    border-radius: 8px;
}
.containerbox:hover input ~ .checkmarkbox2 {
    background-color: #ccc;
}
.containerbox input:checked ~ .checkmarkbox2 {
    background-color: #fd6700;
}
.containerbox input:checked ~ .checkmarkbox2:after {
    display: block;
}

.containerbox .checkmarkbox2:after {
    left: 3px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #414141;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.containerbox3 {
    position: relative;
    padding-left: 3px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.containerbox3 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.containerbox3:hover input ~ .checkmarkbox3 {
    background-color: #ccc;
}
.containerbox3 input:checked ~ .checkmarkbox3 {
    background-color: #fd6700;
}
.containerbox3 input:checked ~ .checkmarkbox3:after {
    display: block;
}

.containerbox3 .checkmarkbox3:after {
    left: 3px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #414141;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmarkbox3 {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: white;
    border: 2px solid #fd6700;
    border-radius: 4px;
}
.containerbox:hover input ~ .checkmarkbox3 {
    background-color: #ccc;
}
.containerbox input:checked ~ .checkmarkbox3 {
    background-color: #fd6700;
}
.containerbox input:checked ~ .checkmarkbox3:after {
    display: block;
}

.containerbox .checkmarkbox3:after {
    left: 3px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #414141;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.disablecombobox {
    pointer-events: none;
}

/*the container must be positioned relative:*/
.combobox-select {
    position: relative;
}

.combobox-select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    box-shadow: 0px 3px 6px #ffab6467;
    border-radius: 24px;
    border: 1px solid #fd6700;
    padding: 9px 0px 9px 25px !important;
}
.select-selected2 {
    border-color: transparent;
    box-shadow: none;
    font-weight: normal;
}
.select-selected2:after {
    content: "" !important;
}
/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: url(../../img/dropdown.png);
    right: 40px;
    bottom: 29px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
/*.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}*/

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
    color: #414141;
    padding: 8px 16px;
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/
.select-items {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0px 6px 6px #14141433;
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.addandremove {
    width: 50px;
    height: 50px;
}
.editprospect {
    width: 16px;
    height: 15px;
}
.dd-flex {
    display: flex;
}
.editandremove {
    box-shadow: 0px 2px 3px #a5a5a5;
    border-radius: 33px;
    height: 49px;
    width: 131px;
}
.prospectdetail {
    box-shadow: 0px 2px 3px #a5a5a5;
    border-radius: 33px;
    width: 33px;
    height: 20px;
}
.btn-search {
    position: absolute;
    top: -11px;
    left: 388px;
}

.tablepaymentrules {
    border-bottom: 2px dashed #fd6700;
}

#leadtable tbody td,
#leadtable thead th {
    padding: 0.4em;
}

#rulestable thead tbody {
    display: block;
}

#rulestable th:nth-child(1) {
    padding-right: 3em;
}
#rulestable th:nth-child(2) {
    padding-right: 29em;
}
#rulestable th:nth-child(4) {
    padding-right: 6.4em;
}
#rulestable th:nth-child(5) {
    padding-right: 5.9em;
}

@-moz-document url-prefix() {
    #rulestable th:nth-child(1) {
        padding-right: 2em;
    }
    #rulestable th:nth-child(2) {
        padding-right: 31em;
    }
    #rulestable th:nth-child(4) {
        padding-right: 6.4em;
    }
    #rulestable th:nth-child(5) {
        padding-right: 4.9em;
    }
}

#rulestable thead tbody {
    padding-bottom: 1em;
}

#rulestable tbody {
    padding: 29px;
    overflow-y: scroll;
    height: 100px;
    scroll-margin: 50px;
    height: 352px;
}

#leadtable tbody {
    padding: 0px 63px 63px 63px;
    overflow-y: scroll;
    scroll-margin: 50px;
    height: 592px;
}

/*
#rulestable thead > tr> th:nth-child(1) {
  padding: 0rem 0rem 1.5rem;
  text-align: start;
}

#rulestable thead > tr> th {
  padding: 0rem 1rem 1.5rem;
  text-align: start;
}

#rulestable tbody > tr> th {
  padding: 1rem 4rem 1.5rem 2rem;
}*/

.prospectTable thead {
    position: relative;
}

#searchInput {
    width: 90%;
    height: 44px;
    padding-right: 50px;
    border-radius: 24px;
    box-shadow: 0px 3px 6px #fd670021;
    border: 1px solid #fd6700;
    padding: 14px 32px;
    font-weight: 600;
    font-size: 14px;
    font-style: italic;
    color: #414141;
}

#searchButton {
    margin-left: -50px;
    margin-bottom: -22px;
    color: white;
    border: 0;
    -webkit-appearance: none;
    width: 50px;
    height: 50px;
}

.inputCustomization {
    width: 100px;
    height: 37px;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #fd670021;
    border: 1px solid #fd6700;
    border-radius: 24px;
    opacity: 1;
    padding: 10px;
}
*:focus {
    outline: none;
}

.close-tv-modal {
    display: none;
}

@media screen and (max-width: 766px) {
    /* Sale screen */
    .boxplano {
        width: 290px;
    }

    .segura {
        width: auto;
    }

    .side-margins-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .lgmodal {
        width: auto;
    }

    .lgmodal .modal-body {
        padding: 0;
    }

    .lgmodal .boxplano2 {
        width: auto;
        height: 397px;
        margin: 15px 25px;
        display: inline-block;
    }

    .lgmodal .boxplano2 .btn-modal {
        width: 149px;
    }

    .lgmodal .panelnewmodal {
        width: 200px;
    }

    .close-tv-modal {
        display: inline-block;
    }

    .modal-title.newtext {
        line-height: 30px;
        margin-top: 20px !important;
    }

    /* Aceite Eletronico */
    #form-wrapper .panel-body,
    #form-wrapper #page1,
    #form-wrapper #page2,
    #form-wrapper #page3,
    #form-wrapper #contract_text {
        padding: 0;
    }

    #form-wrapper #contract_text {
        background-color: #e8e8e8;
    }

    #form-wrapper .terms {
        margin-top: 5px;
        padding: 10px;
        margin: 5px 10px;
    }

    #form-wrapper .containerbox {
        font-size: 16px;
        margin-bottom: 0;
    }

    #form-wrapper .containerbox label {
        margin-bottom: 0;
    }

    #form-wrapper .containerbox .basictext {
        float: left;
        margin-bottom: 0;
        margin-right: 5px;
    }

    .aceite-container {
        padding: 0;
    }

    .btn-lg {
        padding: 15px 16px;
    }

    .newtext {
        padding: 0 10px;
    }

    #control-buttons {
        flex-direction: column-reverse;
    }
}

.container__shadow {
    box-shadow: 0px 5px 10px #00000029;
    border-radius: 30px;
}

.migration__h1 {
    font-weight: Bold;
    font-size: 36px;
    color: #414141;
}

.migration__h2 {
    font-weight: Bold;
    font-size: 28px;
    color: #414141;
}

.migration__h3 {
    font-weight: 600;
    font-size: 22px;
    color: #414141;
}

.migration__h4 {
    font-weight: 600;
    margin-bottom: 70px;
    font-size: 16px;
    color: #414141;
}

.migration__padding {
    padding: 0px 60px 120px 60px;
}

@media screen and (max-width: 766px) {
    .responsive-fix {
        margin-left: 0 !important;
    }
    .btn-combo {
        font-size: 0.6em;
    }
}

.responsive-fix {
    margin-left: 29%;
}

.responsive-fix2 {
    width: 60%;
    margin-left: 25%;
}

@media screen and (max-width: 766px) {
    .responsive-fix2 {
        width: auto;
        margin-left: auto;
    }
    .responsive-btn {
        margin-left: auto !important;
    }
    .table-mobile {
        width: auto !important;
    }

    .btn-primary {
        font-size: 12px;
    }
}

.responsive-btn {
    margin-left: 22%;
}

.invalid {
    border-color: red;
}

.invaliddoc {
    text-align: center;
    font-weight: 600;
    color: red;
    padding-left: 2em;
}

.btn-makecombo {
    background: #fd6700 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 10px #0000004d;
    border-radius: 20px;
    height: 63px;
    border: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 21px;
    margin-top: 2em;
}

#makecombo {
    display: none;
}

.combo_desc {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0;
    color: #fd6700;
    margin-top: 4em;
}

.combo_desc::before {
    content: url(../../img/arrowdesc.png);
    position: absolute;
    bottom: 5.5em;
    left: 43%;
}

.flex-row-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.overflow-hx {
    overflow-x: hidden;
}

@media screen and (max-width: 1366px) {
    #leadtable tbody td {
        padding: 5px;
    }

    .table-border-prospect {
        max-width: 100%;
        max-height: none;
    }

    .canvas-sig {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .canvas-sig {
        width: 320px;
    }
}

li.page-item a.page-link {
    text-decoration: none;
    color: #fd6700;
}

page-item.active {
    text-decoration: none;
    color: #fff;
    background-color: #fd6700;
}

.pagination > li,
.pagination > li > span {
    color: #fd6700;
}

.page-item.active .page-link {
    z-index: 3;
    background-color: #fd6700;
    border-color: #fd6700;
}

.alert-danger.bigger-alert {
    font-weight: bold;
    font-size: 15pt;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}

.port-btn {
    width: 259px;
    height: 58px;
    background: #fd6700 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #efefef;
    border-radius: 20px;
    color: #ffffff;
    font: Bold 16px/22px Open Sans;
    border: 0;
}

#port-inputs {
    display: none;
    margin-left: 30px;
}

#port-inputs p {
    text-align: left;
    font: Bold 14px/19px Open Sans;
    color: #434343;
}

#port-inputs .port-phone {
    width: 152px;
    height: 42px;
    margin-right: 20px;
    font-size: 14px;
    background-color: white;
}

#port-inputs select {
    padding-left: 25px;
}

.table-result > tbody > tr > td {
    padding: 4px;
    font-size: 12px;
}

.mobile-padding {
    padding: 0;
}

.group-table th,
td {
    padding: 10px;
}

.group-table td {
    border-bottom: 2px dashed #fd6700;
}

.newteam input[type="text"],
.dual-listbox__search,
#lider {
    text-align: center;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #fd670021;
    border: 1px solid #fd6700;
    border-radius: 24px;
    opacity: 1;
    padding: 5px;
}

.dual-listbox__button {
    border-radius: 5px;
    font-weight: bold;
    background: #fd6700 !important;
}

.dual-listbox__buttons {
    margin-top: 3em !important;
}

.dual-listbox__selected,
.dual-listbox__available {
    border: 1px solid #fd6700 !important;
    border-radius: 10px;
    height: 190px !important;
}

.dual-listbox__title {
    border: 0 !important;
}

.dual-listbox__item {
    border-bottom: 1px solid #fd6700 !important;
    font-size: 12px;
}

.members .dual-listbox__container div .dual-listbox__selected .dual-listbox__item {
    display: inline-block;
    width: 90%;
}

.dual-listbox__title {
    font-size: 12px !important;
}

.dual-listbox__container div:nth-of-type(3) .dual-listbox__title {
    padding-bottom: 0px;
}

.portability_contract {
    display: none;
}

.header-vc {
    padding-top: 2em;
    padding-left: 9em;
}

.d-flex {
    display: flex;
}

.btn-lg2 {
    width: 190%;
}

.f-direction-column {
    flex-direction: column;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.addresstable {
    width: 100%
}

.addresstable td, th {
    padding: 8px;
}

.addresstable tr:nth-child(even) {
    background-color: #eeeeee;
}

.swal2-popup {
    box-shadow: 0px 0px 5px #ffac71;
    font-size: 14px;
}

.swal2-header {
    font-size: 1rem;
}

.swalbtn {
    display: inline-block;
    width: 200;
    font-weight: bold;
    font-size: 1.0625em;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    border-radius: 0.25em;
    box-shadow: none;
    margin: 0px 0.3125em;
    padding: 0.625em 2em;
    color: rgb(255, 255, 255);
}

.swalbtn-cancel {
    background-color: rgb(221, 51, 51);
}

.swalbtn-confirm {
    background-color: rgb(48, 133, 214);;
}

.swal2-icon.swal2-warning {
    font-size: 1em;
}

.swal2-actions {
    justify-content: space-evenly;
    font-size: 1.3rem;
}

.table-border-refidelization {
    box-shadow: 0px 5px 10px #f5d9c4;
    border-radius: 30px;
    padding: 2em 4em 4em 4em;
    max-width: 90%;
    overflow-x: auto;
}

.input-md {
    width: 20px;
    height: 20px;
}

.after12 {
    font-size: 9px;
    font-family: "Open Sans";
    font-weight: bold;
    color: #fd6700;
}

.after12text {
    font-size: 11px;
    font-family: "Open Sans";
    color: #414141;
    font-weight: 600;
}

.after12value {
    font-size: 13px;
    font-family: "Open Sans";
    font-weight: 600;
    color: #707070;
}

.strike:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    border-bottom: 1px solid gray;
    width: 100%;
}

.customer_infos {
    padding: 30px 30px 0 30px;
    width: 60%;
    min-height: 180px;
    margin-left: 10%;
    color: #fd6700;
    font-size: 125%;
    font-weight: 700;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 5px 10px 0px #0000004d;
    border-color: #dcdff0;
}