html,
body {
    display: flex;
    flex-wrap: wrap;
    min-height: 100%;
    width: 100%;
}

body > * {
    width: 100%;
}

body,
button,
input,
select,
textarea {
    font-family: 'Proxima Nova', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

body {
    background: #F5F5F5;
    color: #4a4a4a;
    -webkit-font-smoothing: antialiased;
}

@media (max-width: 991px) {
    body.generic-auth {
        background: #fff;
    }

    body.navbar-open {
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

a {
    color: #4DA6F6;
}

a:focus,
a:hover {
    color: #0b74d2;
    text-decoration: none;
}

a:focus {
    outline: none;
}

b,
strong {
    font-weight: 600;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4 {
    margin-top: 0;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4 {
    font-weight: 600;
}

.h1,
h1,
.h2,
h2,
.h3,
h3 {
    margin-bottom: 20px;
}

.h1,
h1 {
    font-size: 30px;
}

.h2,
h2 {
    font-size: 20px;
}

@media (max-width: 991px) {
    .h2,
  h2 {
        line-height: 1.45;
    }
}

.h3,
h3 {
    font-size: 18px;
}

.h4,
h4 {
    font-size: 16px;
    line-height: 1.5;
}

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

.mt5 {
    margin-top: 5px;
}

.mr5 {
    margin-right: 5px;
}

@media (max-width: 991px) {
    .mb0-xs {
        margin-bottom: 0 !important;
    }

    .pb0-xs {
        padding-bottom: 0 !important;
    }

    .pb15-xs {
        padding-bottom: 15px;
    }
}

.collapsing {
    -moz-transition: none;
    transition: none;
}

.tab-content {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.tab-pane {
    height: 100%;
}

[data-toggle="popover"] {
    position: relative;
    z-index: 1061;
}

[data-toggle="popover"]:after {
    -moz-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    bottom: -21px;
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="14"><path fill="#fff" d="M17.1,2.2C21.7,9.4,26,13,30,13v1H0v-1c4,0,8.3-3.6,12.9-10.8c0.7-1.2,2.3-1.5,3.5-0.8C16.7,1.7,16.9,1.9,17.1,2.2z"/><path fill="none" stroke="#ddd" d="M0,13c4,0,8.3-3.6,12.9-10.8c0.7-1.2,2.3-1.5,3.5-0.8c0.3,0.2,0.6,0.5,0.8,0.8C21.7,9.4,26,13,30,13"/></svg>');
    margin-left: -15px;
    position: absolute;
    left: 50%;
}

[data-toggle="popover"].active:after {
    -moz-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.popover {
    -moz-transition: opacity 0.25s ease, transform 0.25s ease, -moz-transform 0.25s ease;
    transition: opacity 0.25s ease, transform 0.25s ease;
    transition: opacity 0.25s ease, transform 0.25s ease, -moz-transform 0.25s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    border-color: #ddd;
    -moz-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
    background: #FFFFFF;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Proxima Nova', sans-serif;
}

.popover .h2 {
    color: #4a4a4a;
}

.popover .popover-content {
    color: #666666;
    font-size: 15px;
    padding: 25px 30px 30px;
    text-align: center;
}

.popover .popover-content p {
    line-height: 1.35;
}

.popover .arrow {
    display: none;
}

.popover.bottom {
    margin-top: 14px;
}

.popover.in {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-transform: scale(1);
    transform: scale(1);
}

.pagination {
    font-size: 16px;
    margin-bottom: 14px;
}

.pagination > li > span,
.pagination > li > a {
    border-color: transparent;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #CC272B;
    margin: 0 7.5px;
    padding: 0 6px;
    min-width: 25px;
}

.pagination > li > span:focus,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > a:hover {
    border-color: transparent;
    background: #BE1221;
    color: #fff;
}

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

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > span:focus,
.pagination > .disabled > a:focus,
.pagination > .disabled > span:hover,
.pagination > .disabled > a:hover {
    border-color: transparent;
    color: #A9A9A9;
}

.row.gutter-0 {
    margin-left: 0;
    margin-right: 0;
}

.row.gutter-0 > div {
    padding-left: 0;
    padding-right: 0;
}

.row.gutter-5 {
    margin-left: -5px;
    margin-right: -5px;
}

.row.gutter-5 > div {
    padding-left: 5px;
    padding-right: 5px;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.icon-circle {
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 9px solid #000;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: 84px;
    padding: 13px;
    width: 84px;
}

.icon-circle .icon {
    height: 100%;
    width: 100%;
}

.icon-user {
    background: #BE1221;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-size: 13px;
    font-weight: 600;
    height: 28px;
    line-height: 30px;
    text-align: center;
    width: 28px;
}

.icon-user.user-lg {
    font-size: 24px;
    line-height: 52px;
    height: 52px;
    width: 52px;
}

.icon-info {
    cursor: pointer;
    fill: #999;
    height: 18px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 18px;
}

.p-opening {
    font-size: 16px;
    margin-bottom: 33px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.row > div {
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 991px) {
    .flex-xs {
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .flex-xs > div {
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .flex-xs [class*=col-] {
        margin: 0 -0.25px;
    }

    .flex-xs > label.btn + label.btn {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .flex {
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .flex > div {
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .flex [class*=col-] {
        margin: 0 -0.25px;
    }

    .flex .text-right {
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media (min-width: 1200px) {
    .flex-lg {
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .flex-lg > div {
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .flex-lg [class*=col-] {
        margin: 0 -0.25px;
    }

    .flex-lg .text-right {
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.flex-center {
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-justify {
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ribbon-price {
    background: #2ECC71;
    color: #fff;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-size: 11px;
    line-height: 1.2;
    padding: 3px 9px;
    position: relative;
}

.ribbon-price strong {
    font-size: 14px;
}

.ribbon-price:after {
    content: "";
    border: 11px solid #2ECC71;
    border-left: 0;
    border-right-color: transparent;
    border-right-width: 10px;
    bottom: 0;
    position: absolute;
    right: -10px;
    top: 0;
}

.font-normal {
    font-weight: normal;
}

.progress {
    background: #EAEAEA;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 30px;
}

.progress-bar {
    background: #BE1221;
    -moz-border-radius: 15px;
    border-radius: 15px;
    line-height: 30px;
    padding-left: 11px;
    padding-right: 11px;
    text-align: right;
}

.bootstrap-datetimepicker-widget table th {
    color: #A9A9A9;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    line-height: 1;
}

.bootstrap-datetimepicker-widget table th.prev,
.bootstrap-datetimepicker-widget table th.next {
    color: #757575;
}

.bootstrap-datetimepicker-widget table th.prev {
    text-align: left;
}

.bootstrap-datetimepicker-widget table th.next {
    text-align: right;
}

.bootstrap-datetimepicker-widget table th.dow {
    height: auto;
    padding-bottom: 10px;
    padding-top: 14px;
}

.bootstrap-datetimepicker-widget table td {
    background: #FAFAFA;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #A9A9A9;
}

.bootstrap-datetimepicker-widget table td.old {
    visibility: hidden;
}

.bootstrap-datetimepicker-widget table td.new {
    display: none;
}

.bootstrap-datetimepicker-widget table td:not(.old) {
    border: 1px solid #EBEBEB;
}

.bootstrap-datetimepicker-widget table td.day {
    font-size: 16px;
    height: 44px;
    line-height: 1;
}

.bootstrap-datetimepicker-widget table td.day:before {
    display: none;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td span.active,
.bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget table td span.active:hover {
    background: #BE1221;
}

.bootstrap-datetimepicker-widget .picker-switch {
    font-size: 18px;
    color: #4a4a4a;
}

.control-timepicker .bootstrap-datetimepicker-widget table td {
    background: transparent;
    border: none;
}

.control-timepicker .bootstrap-datetimepicker-widget .btn {
    border: none;
}

#map .leaflet-popup-content-wrapper {
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 7px 14px 0 rgba(74, 74, 74, 0.05), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 7px 14px 0 rgba(74, 74, 74, 0.05), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

#map .leaflet-popup-content {
    padding: 0 !important;
}

#map .leaflet-popup-close-button {
    display: none;
}

#map .leaflet-popup-tip {
    background: black;
    border: none;
}

#map .leaflet-popup-tip:after {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="10"><path fill="#fff" d="M22.8,0c-4.1,1.1-7.8,4.3-11.3,9.6C8.1,4.3,4.3,1.1,0.2,0H22.8z"/></svg>');
    display: block;
    height: 10px;
    line-height: 1;
    width: 23px;
}

.map-popup {
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Proxima Nova', sans-serif;
    padding: 5px;
    width: 100%;
}

.map-popup-img {
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 47px;
    overflow: hidden;
    width: 45px;
}

.map-popup-img > img {
    height: 100%;
}

.map-popup-details {
    color: #666666;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    line-height: 1.4;
    padding-left: 27px;
    padding-right: 10px;
    position: relative;
    white-space: nowrap;
}

.map-popup-details .icon {
    fill: #666;
    height: 12px;
    left: 13px;
    position: absolute;
    top: 4px;
    width: 12px;
}

.map-popup-directions {
    background: #BE1221;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #FFD1D5;
    font-size: 12px;
    line-height: 1.2;
    margin-left: 5px;
    padding: 6px 10px 5px;
    text-align: center;
}

.map-popup-directions > strong {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 500;
}

.icon-load circle {
    -moz-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
}

@-moz-keyframes dash {
    0% {
        stroke-dasharray: 1,164;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 134,164;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 134,164;
        stroke-dashoffset: -159;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1,164;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 134,164;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 134,164;
        stroke-dashoffset: -159;
    }
}

@media (max-width: 991px) {
    .pull-right-xs {
        float: right;
    }
}

.text-bold {
    font-weight: 600 !important;
}

#header-container .navbar {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    overflow: hidden;
}

@media (max-width: 991px) {
    #header-container {
        padding-bottom: 25px;
        padding-top: 25px;
    }
}

#wrapper #header-container {
    background: #fff;
}

@media (max-width: 991px) {
    #wrapper #header-container {
        border-bottom: 1px solid #EAEAEA;
        padding: 12px 0 11px;
    }
}

@media (min-width: 992px) {
    #wrapper #header-container {
        -moz-box-shadow: 1px 0 0 0 #EAEAEA;
        box-shadow: 1px 0 0 0 #EAEAEA;
        float: left;
        height: 100%;
        padding: 20px 35px;
        width: 279px;
    }
}

.navbar {
    border: none;
    margin-bottom: 0;
    position: static;
}

@media (max-width: 991px) {
    .navbar {
        min-height: auto;
    }
}

@media (min-width: 992px) {
    .navbar-header {
        float: none;
        margin-bottom: 33px;
        margin-left: 3px;
    }
}

.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}

.navbar-brand > img,
.navbar-brand .icon {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: baseline;
}

.navbar-brand .icon {
    fill: #BE1221;
    margin-left: 3px;
    margin-bottom: 4px;
}

@media (max-width: 991px) {
    .navbar-brand {
        display: block;
        text-align: center;
    }

    .navbar-brand > img {
        height: 33px;
        width: 110px;
    }

    .navbar-brand .icon {
        height: 18px;
        width: 32px;
    }
}

@media (min-width: 992px) {
    .navbar-brand > img {
        height: 42px;
        width: 140px;
    }

    .navbar-brand .icon {
        height: 23px;
        width: 41px;
    }
}

.navbar-toggle {
    border: none;
    margin-bottom: 0;
    padding: 15px;
    position: absolute;
    z-index: 999;
}

.navbar-toggle .icon-bar {
    -moz-transition: transform 0.2s ease, opacity 0.2s 0.1s, top 0.2s ease 0.1s, -moz-transform 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s 0.1s, top 0.2s ease 0.1s;
    transition: transform 0.2s ease, opacity 0.2s 0.1s, top 0.2s ease 0.1s, -moz-transform 0.2s ease;
    background: #757575;
    height: 2px;
    position: relative;
    top: 0;
    width: 22px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-toggle:not(.collapsed) .icon-bar {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-transition: top 0.2s ease, opacity 0.2s, transform 0.2s ease 0.1s, -moz-transform 0.2s ease 0.1s;
    transition: top 0.2s ease, opacity 0.2s, transform 0.2s ease 0.1s;
    transition: top 0.2s ease, opacity 0.2s, transform 0.2s ease 0.1s, -moz-transform 0.2s ease 0.1s;
}

.navbar-toggle:not(.collapsed) .icon-bar:first-child,
.navbar-toggle:not(.collapsed) .icon-bar:last-child {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.navbar-toggle:not(.collapsed) .icon-bar:first-child {
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
}

.navbar-toggle:not(.collapsed) .icon-bar:last-child {
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -6px;
}

@media (max-width: 991px) {
    .navbar-toggle {
        left: 0;
        margin-top: 0;
        top: 8px;
    }
}

@media (min-width: 992px) {
    .navbar-toggle {
        left: -15px;
        margin-top: 13px;
    }
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 991px) {
    .navbar-footer {
        background: #FAFAFA;
        border-top: 1px solid #EAEAEA;
        margin-left: -15px;
        margin-right: -15px;
        padding: 25px 0 45px;
    }

    .navbar-footer ul {
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
    }

    .navbar-footer a {
        color: inherit;
        display: block;
        padding: 5px 15px;
    }
}

@media (min-width: 992px) {
    .navbar-footer {
        display: none;
    }
}

#navbar {
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    overflow-y: auto !important;
}

#navbar .icon {
    -moz-transition: fill 0.25s ease;
    transition: fill 0.25s ease;
    fill: #C6C6C6;
    height: 23px;
    margin-right: 6px;
    position: relative;
    top: -1px;
    vertical-align: top;
    width: 23px;
}

#navbar .arrow {
    fill: #999;
    height: 7px;
    margin-top: -7px;
    position: absolute;
    right: 0;
    stroke: #999;
    top: 50%;
    width: 11px;
}

#navbar .nav > li > span,
#navbar .nav > li a {
    -moz-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

#navbar .nav > li > a,
#navbar .nav > li > span {
    color: red;
    display: block;
    font-weight: 500;
    padding: 10px 0 15px;
    position: relative;
}

#navbar .nav > li > a:focus {
    background: transparent;
}

#navbar .nav > li > a:focus .icon {
    fill: #999;
}

#navbar .nav > li > span {
    cursor: pointer;
}

#navbar .nav > li > ul {
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    overflow: hidden;
    margin-bottom: 9px;
    margin-left: 28px;
    margin-top: -9px;
}

#navbar .nav > li > ul a {
    color: #4a4a4a;
    display: block;
    line-height: 1.35;
}

@media (max-width: 991px) {
    #navbar .nav > li > ul a {
        padding: 5px;
    }
}

@media (min-width: 992px) {
    #navbar .nav > li > ul a {
        padding: 3px 5px;
    }
}

#navbar .nav > li > a:hover,
#navbar .nav > li li > a:hover {
    background-color: transparent;
}

#navbar .nav > li:hover > a .icon,
#navbar .nav > li li:hover > a .icon,
#navbar .nav > li.active > a .icon,
#navbar .nav > li li.active > a .icon,
#navbar .nav > li:hover > span .icon,
#navbar .nav > li li:hover > span .icon,
#navbar .nav > li.active > span .icon,
#navbar .nav > li li.active > span .icon {
    fill: #999;
}

#navbar .nav > li.active > a,
#navbar .nav > li li.active > a {
    background-color: transparent;
    color: #BE1221;
    font-weight: 600;
}

#navbar .nav > li.active > a .icon,
#navbar .nav > li li.active > a .icon {
    fill: #FF7070;
}

#navbar .nav > li.active .arrow,
#navbar .nav > li li.active .arrow {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

#navbar .nav > li:not(.active) ul,
#navbar .nav > li li:not(.active) ul {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 0;
}

@media (max-width: 991px) {
    #navbar {
        background: #fff;
        border: 0px;
        bottom: 0;
        left: 0px;
        padding: 20px 15px 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1070;
    }

    #navbar:before {
        display: none;
    }

    #navbar .perfil-info {
        border-bottom: 1px solid #EAEAEA;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 20px;
        padding-bottom: 16px;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #navbar .perfil-details {
        padding-left: 10px;
    }

    #navbar .perfil-name {
        font-weight: 600;
        font-size: 18px;
    }

    #navbar .perfil-email {
        color: #757575;
        font-size: 14px;
    }

    #navbar .nav {
        -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        padding-bottom: 30px;
    }

    #navbar.in {
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 992px) {
    #navbar .perfil-info {
        display: none;
    }
}

#navbar-top .user-name {
    color: #4A4A4A;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-size: 16px;
    margin-right: 13px;
    padding-right: 20px;
    position: relative;
}

#navbar-top .user-name:after {
    background: #C6C6C6;
    content: "";
    display: block;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
}

#navbar-top .btn .icon {
    -moz-transition: color 0.25s ease;
    transition: color 0.25s ease;
    color: #C6C6C6;
    height: 28px;
    margin-right: 0;
    padding-bottom: 2px;
    padding-top: 2px;
    vertical-align: middle;
    width: 24px;
}

#navbar-top .btn:after {
    -moz-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    bottom: -13px;
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="14"><path fill="#fff" d="M17.1,2.2C21.7,9.4,26,13,30,13v1H0v-1c4,0,8.3-3.6,12.9-10.8c0.7-1.2,2.3-1.5,3.5-0.8C16.7,1.7,16.9,1.9,17.1,2.2z"/><path fill="none" stroke="#ddd" d="M0,13c4,0,8.3-3.6,12.9-10.8c0.7-1.2,2.3-1.5,3.5-0.8c0.3,0.2,0.6,0.5,0.8,0.8C21.7,9.4,26,13,30,13"/></svg>');
    margin-left: -15px;
    position: absolute;
    left: 50%;
    z-index: 1001;
}

#navbar-top .btn.dropdown-toggle {
    background: transparent;
    border: none;
    padding: 10px 3px;
}

#navbar-top .btn.active,
#navbar-top .btn:active {
    -moz-box-shadow: none;
    box-shadow: none;
}

#navbar-top .btn.active:after {
    -moz-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

#navbar-top .btn:hover .icon,
#navbar-top .btn:focus .icon {
    color: #999;
}

#navbar-top .btn:active .icon {
    color: #4a4a4a;
}

#navbar-top .btn-notification {
    margin-right: 4px;
}

#navbar-top .btn-counter {
    right: 3px;
    top: 10px;
}

#navbar-top li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
}

#navbar-top .dropdown-menu-right {
    right: 22px;
}

#navbar-top .control-accounts {
    margin-right: -15px;
}

#navbar-top .control-accounts .select2-selection--single {
    border: none;
}

#navbar-top .control-accounts .select2-selection--single .select2-selection__rendered {
    padding-right: 38px;
}

@media (max-width: 991px) {
    #navbar-top {
        position: absolute;
        right: 12px;
        top: 6px;
    }

    #navbar-top .control-accounts-xs {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
}

@media (min-width: 992px) {
    #navbar-top {
        padding-right: 30px;
        position: absolute;
        right: 0;
        top: 16px;
        z-index: 1;
    }

    #navbar-top .control-accounts-xs {
        display: none;
    }
}

#dropdown-perfil {
    width: 283px;
}

#dropdown-perfil ul {
    padding: 14px 0;
}

#dropdown-perfil li a {
    color: #4a4a4a;
    display: block;
    line-height: 1.4;
    padding: 4px 20px;
}

#dropdown-perfil li a:focus,
#dropdown-perfil li a:hover {
    color: #313131;
}

#dropdown-perfil .perfil-info {
    border-bottom: 1px solid #EAEAEA;
    color: #A9A9A9;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    padding: 17px 20px 16px;
}

#dropdown-perfil .perfil-info a {
    font-size: 14px;
}

#dropdown-perfil .perfil-info .icon-user {
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

#dropdown-perfil .perfil-info .perfil-details {
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 10px;
}

#dropdown-perfil .perfil-info .btn {
    margin-top: 9px;
}

#dropdown-perfil .perfil-name {
    color: #4A4A4A;
    line-height: 1;
}

#dropdown-perfil .perfil-email {
    margin-bottom: 5px;
}

#dropdown-notification {
    width: 376px;
}

#dropdown-notification:before,
#dropdown-notification:after {
    right: 53px;
}

#dropdown-notification > div + div {
    border-top: 1px solid #ddd;
}

#dropdown-notification ul {
    color: #4A4A4A;
}

#dropdown-notification li {
    padding: 15px 15px 15px 70px;
    position: relative;
}

#dropdown-notification li a {
    border-bottom: 1px dashed #BE1221;
    color: #BE1221;
    font-weight: bold;
}

#dropdown-notification li a:focus,
#dropdown-notification li a:hover {
    color: #8f0e19;
}

#dropdown-notification li .icon {
    background: #fff;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 40px;
    left: 15px;
    padding: 8px;
    position: absolute;
    width: 40px;
}

#dropdown-notification li .icon > svg,
#dropdown-notification li .icon > img {
    height: 100%;
    width: 100%;
}

#dropdown-notification .notification-empty {
    padding-bottom: 48px;
}

#dropdown-notification .notification-empty .dropdown-title {
    margin-bottom: 57px;
}

#dropdown-notification .notification-empty p {
    color: #A9A9A9;
    font-size: 16px;
    text-align: center;
}

#dropdown-notification .notification-account ul {
    background: #FFE4E3;
}

#dropdown-notification .notification-account li + li {
    border-top: 1px solid #fff;
}

#dropdown-notification .notification-account .icon {
    color: #BE1221;
    fill: #FF7070;
}

#dropdown-notification .notification-lead ul {
    background: #FAFAFA;
}

#dropdown-notification .notification-lead li {
    padding-bottom: 16px;
    padding-top: 17px;
}

#dropdown-notification .notification-lead li + li {
    border-top: 1px solid #ddd;
}

#dropdown-notification .notification-lead .lead-title {
    display: block;
    line-height: 1.25;
}

#dropdown-notification .notification-lead .lead-local,
#dropdown-notification .notification-lead .lead-date {
    color: #797979;
    font-size: 12px;
}

#dropdown-notification .notification-lead .lead-date,
#dropdown-notification .notification-lead .label {
    position: absolute;
    right: 15px;
}

#dropdown-notification .notification-lead .lead-date {
    top: 18px;
}

#dropdown-notification .notification-lead .label {
    bottom: 12px;
    font-size: 12px;
    line-height: 13px;
    padding-bottom: 4px;
    padding-top: 4px;
}

#dropdown-notification .notification-lead .icon {
    fill: #999;
}

#dropdown-notification .notification-lead .focus {
    background: #fff;
}

#dropdown-notification .notification-lead .focus .lead-title {
    font-weight: 600;
}

#dropdown-notification .notification-lead .focus .icon {
    background: #F5F5F5;
    fill: #3F93F3;
}

#dropdown-apps {
    width: 376px;
}

#dropdown-apps:before,
#dropdown-apps:after {
    right: 88px;
}

#dropdown-apps ul {
    color: #797979;
    padding: 23px 24px;
}

#dropdown-apps li {
    min-height: 52px;
    position: relative;
    padding-left: 67px;
    padding-top: 2px;
}

#dropdown-apps li + li {
    margin-top: 15px;
}

#dropdown-apps a {
    color: inherit;
}

#dropdown-apps .icon {
    background: #D8D8D8;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 52px;
    left: 0;
    position: absolute;
    top: 0;
    width: 52px;
}

#dropdown-apps .app-title {
    display: block;
    font-size: 16px;
    font-weight: 600;
}

#dropdown-apps .app-title .label {
    margin-left: 13px;
    position: relative;
    top: -3px;
    vertical-align: middle;
}

#dropdown-apps .app-pro .app-title {
    color: #D0021B;
}

#dropdown-apps .app-track .app-title {
    color: #0AC963;
}

#dropdown-apps .app-listings .app-title {
    color: #1488EE;
}

@media (max-width: 991px) and (min-width: 768px) {
    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.in {
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.nav-pills > li > a {
    background: #EAEAEA;
    -moz-border-radius: 17px;
    border-radius: 17px;
    color: #888;
    font-weight: 600;
    padding: 7px 20px;
    text-transform: uppercase;
}

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

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

.nav-pills > li + li {
    margin-left: 14px;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs > li {
    width: 151px;
}

.nav-tabs > li > a {
    background: #FAFAFA;
    border-color: #EAEAEA;
    border-right-width: 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
    color: #888;
    font-weight: 600;
    margin-right: 0;
    overflow: hidden;
    padding: 15px 5px 14px;
    text-align: center;
}

.nav-tabs > li + li > a {
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}

.nav-tabs > li + li:last-child > a {
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    border-right-width: 1px;
}

.nav-tabs > li + li.active:before {
    display: block;
}

.nav-tabs > li + li.active:last-child:after {
    display: none;
}

.nav-tabs > li.active {
    position: relative;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border-color: #EAEAEA;
    border-bottom-color: transparent;
    -moz-border-radius: 4px 4px 0 0 !important;
    border-radius: 4px 4px 0 0 !important;
    color: #AB1F20;
}

.nav-tabs > li.active > a:before,
.nav-tabs > li.active > a:focus:before,
.nav-tabs > li.active > a:hover:before {
    background: #BE1221;
    content: "";
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.nav-tabs > li.active + li > a {
    border-left-width: 0;
}

.nav-tabs > li.active:after,
.nav-tabs > li.active:before {
    background: #FAFAFA;
    -moz-box-shadow: inset 0 1px 0 0 #EAEAEA;
    box-shadow: inset 0 1px 0 0 #EAEAEA;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    width: 10px;
    z-index: -1;
}

.nav-tabs > li.active:after {
    right: 0;
    top: 0;
}

.nav-tabs > li.active:before {
    display: none;
    left: 0;
    top: 0;
}

@media (max-width: 991px) {
    .nav-tabs {
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .nav-tabs > li {
        float: none;
        width: 100%;
    }
}

.alert {
    -moz-border-radius: 0;
    border-radius: 0;
    color: inherit;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 16px;
    margin-bottom: 0;
    position: relative;
}

.alert .icon-alert {
    margin-right: 15px;
    position: absolute;
    top: 15px;
    vertical-align: middle;
}

.alert .close {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    color: inherit;
    height: 14px;
    outline: none;
    position: absolute;
    width: 14px;
}

.alert .close .icon {
    height: 100%;
    width: 100%;
    vertical-align: top;
}

#main .alert {
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .alert {
        padding: 15px 46px 15px 50px;
    }

    .alert .icon-alert {
        left: 16px;
        height: 24px;
        width: 24px;
    }

    .alert .close {
        right: 15px;
        top: 19px;
    }

    #main .alert {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 992px) {
    .alert {
        padding: 17px 61px 17px 62px;
    }

    .alert .icon-alert {
        left: 21px;
        height: 26px;
        width: 26px;
    }

    .alert .close {
        right: 21px;
        top: 19px;
    }
}

.alert-info {
    background: #F1F7FD;
    border-color: #DBEEFF;
    -moz-box-shadow: 0 -2px 0 0 #4DA6F6;
    box-shadow: 0 -2px 0 0 #4DA6F6;
}

.alert-info .icon {
    color: #4DA6F6;
}

.alert-warning {
    background: #F8F3D6;
    border-color: #DFD69A;
    color: #957234;
}

.alert-danger {
    background: #FFE4E3;
    border: none;
}

.alert-danger .icon {
    color: #E05A54;
}

.alert-top {
    border: none;
}

.btn {
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #757575;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.75;
}

.btn .icon {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: 10px;
    margin-right: 4px;
    width: 10px;
}

.btn.focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.btn[disabled],
.btn.disabled {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

@media (max-width: 991px) {
    .btn {
        padding: 7px 16px;
    }
}

@media (min-width: 992px) {
    .btn {
        padding: 7px 15px;
    }
}

.btn-xs {
    line-height: 1.4;
    padding: 2px 8px;
}

.btn-lg {
    font-size: 16px;
    padding: 8px 28px;
}

.block-right {
    display: block;
    margin-left: auto;
}

.btn-light {
    background: #fff;
    border-color: #C6C6C6;
}

.btn-light:active:focus,
.btn-light.active:focus,
.btn-light:active.focus,
.btn-light.active.focus {
    background: #F5F5F5;
    border-color: #C6C6C6;
    -moz-box-shadow: inset 0 1px 1px 0 #ddd, inset 0 1px 4px 0 #ddd;
    box-shadow: inset 0 1px 1px 0 #ddd, inset 0 1px 4px 0 #ddd;
    color: #4A4A4A;
}

.btn-light:focus,
.btn-light.focus,
.btn-light:hover {
    background: #FAFAFA;
    color: #4A4A4A;
}

.btn-light[disabled],
.btn-light.disabled,
.btn-light[disabled]:focus,
.btn-light.disabled:focus,
.btn-light[disabled]:hover,
.btn-light.disabled:hover {
    background: #fff;
    border-color: #ddd;
    color: #C6C6C6;
}

.btn-secondary {
    background: #EAEAEA;
    border-color: #EAEAEA;
}

.btn-secondary:focus,
.btn-secondary:hover {
    background: #F5F5F5;
    border-color: #F5F5F5;
    color: #888888;
}

.btn-secondary.active,
.btn-secondary:active {
    background: #BE1221;
    border-color: #BE1221;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.btn-default {
    background: #BE1221;
    border-color: transparent;
    color: #fff;
}

.btn-default:active:focus,
.btn-default.active:focus,
.btn-default:active.focus,
.btn-default.active.focus {
    background: #610911;
    border-color: transparent;
    color: #fff;
}

.btn-default:focus,
.btn-default.focus,
.btn-default:hover {
    background: #8f0e19;
    border-color: transparent;
    color: #fff;
}

.btn-default[disabled],
.btn-default.disabled,
.btn-default[disabled]:focus,
.btn-default.disabled:focus,
.btn-default[disabled]:hover,
.btn-default.disabled:hover {
    background: #610911;
    border-color: transparent;
}

.btn-primary {
    background: #3F93F3;
    border-color: transparent;
    color: #fff;
}

.btn-primary:focus,
.btn-primary:hover {
    background: #3877DE;
    border-color: transparent;
}

.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.btn-primary:active:hover,
.btn-primary.active:hover {
    background: #2D60B3;
    border-color: transparent;
    -moz-box-shadow: inset 0 1px 1px 0 #244D8F, inset 0 1px 4px 0 #244D8F;
    box-shadow: inset 0 1px 1px 0 #244D8F, inset 0 1px 4px 0 #244D8F;
}

.btn-primary[disabled],
.btn-primary.disabled,
.btn-primary[disabled]:focus,
.btn-primary.disabled:focus,
.btn-primary[disabled]:hover,
.btn-primary.disabled:hover {
    background: #C4D8F2;
    border-color: transparent;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-cta-primary {
    background-color: #3F93F3;
    border-color: transparent;
    color: #fff;
    background-image: -moz-linear-gradient(top, #3F93F3 0%, #3877DE 100%);
    background-image: linear-gradient(to bottom, #3F93F3 0%, #3877DE 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3f93f3', endColorstr='#ff3877de', GradientType=0);
}

.btn-cta-primary:active:focus,
.btn-cta-primary.active:focus,
.btn-cta-primary:active.focus,
.btn-cta-primary.active.focus {
    background-color: #3572D4;
    background-image: -moz-linear-gradient(top, #3572D4 0%, #214785 100%);
    background-image: linear-gradient(to bottom, #3572D4 0%, #214785 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3572d4', endColorstr='#ff214785', GradientType=0);
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.btn-cta-primary:focus,
.btn-cta-primary.focus,
.btn-cta-primary:hover {
    background-color: #3F93F3;
    background-image: -moz-linear-gradient(top, #3F93F3 0%, #2D60B3 100%);
    background-image: linear-gradient(to bottom, #3F93F3 0%, #2D60B3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3f93f3', endColorstr='#ff2d60b3', GradientType=0);
    color: #fff;
}

.btn-cta-primary[disabled],
.btn-cta-primary.disabled,
.btn-cta-primary[disabled]:focus,
.btn-cta-primary.disabled:focus,
.btn-cta-primary[disabled]:hover,
.btn-cta-primary.disabled:hover {
    background: #C4D9F3;
}

.btn-action {
    background-image: -moz-linear-gradient(top, #fff 45%, #F8F9F9 100%);
    background-image: linear-gradient(to bottom, #fff 45%, #F8F9F9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f9f9', GradientType=0);
    border: 1px solid #C6C6C6;
    -moz-box-shadow: 0 1px 0 0 rgba(198, 198, 198, 0.2);
    box-shadow: 0 1px 0 0 rgba(198, 198, 198, 0.2);
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #4A4A4A;
    font-weight: normal;
}

.btn-action .icon {
    fill: #C6C6C6;
    height: 24px;
    margin-right: 1px;
    width: 24px;
    vertical-align: bottom;
}

.btn-action + .btn-action {
    margin-left: 7px;
}

.btn-action:focus,
.btn-action:hover {
    background-image: -moz-linear-gradient(top, #FAFAFA 45%, #EAEAEA 100%);
    background-image: linear-gradient(to bottom, #FAFAFA 45%, #EAEAEA 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffeaeaea', GradientType=0);
}

.btn-action.active,
.btn-action:active {
    background: #F5F5F5;
    -moz-box-shadow: inset 0 1px 1px 0 #ddd, inset 0 1px 4px 0 #ddd;
    box-shadow: inset 0 1px 1px 0 #ddd, inset 0 1px 4px 0 #ddd;
}

.btn-action.disabled,
.btn-action[disabled] {
    background: #FAFAFA;
    border-color: #ddd;
    cursor: not-allowed;
    color: #C6C6C6;
}

.btn-skip {
    border-color: transparent;
    color: #A9A9A9;
    padding-right: 22px;
    padding-left: 22px;
}

.btn-counter {
    background: #E05A54;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    height: 16px;
    line-height: 1.45;
    position: absolute;
    text-align: center;
    width: 16px;
}

.btn-back {
    border-color: transparent;
    line-height: 1;
    padding: 9px;
    vertical-align: middle;
}

.btn-back .icon {
    fill: #999;
    height: 16px;
    margin-right: 0;
    width: 16px;
}

.btn-phone {
    background: #BE1221;
    border-color: transparent;
    -moz-border-radius: 13px;
    border-radius: 13px;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    padding: 2px 10px;
}

.btn-phone .icon {
    fill: #ECCBCE;
    height: 14px;
    margin-right: 5px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 14px;
}

.btn-phone:focus,
.btn-phone:hover {
    color: #fff;
}

.btn-phone.disabled {
    background: #eaeaea;
    color: #999999;
}

.btn-phone.disabled .icon {
    fill: #999999;
}

.btn-remove {
    background: transparent;
    border: none;
    color: #999;
    line-height: 1;
    padding: 0;
}

.btn-remove .icon {
    height: 24px;
    margin-right: 0;
    vertical-align: middle;
    width: 24px;
}

.btn-link {
    border-color: transparent;
    color: #3F93F3;
    padding: 0;
}

.btn-more {
    background: transparent;
    border-color: transparent;
    font-size: 0;
    height: 27px;
    line-height: 1;
    padding: 0;
    width: 36px;
}

.btn-more > span {
    background: #999;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: 5px;
    width: 5px;
}

.btn-more > span + span {
    margin-left: 2px;
}

.btn-more:focus,
.btn-more:hover {
    background: #fff;
    border-color: #C6C6C6;
}

.btn-more:focus > span,
.btn-more:hover > span {
    background: #4A4A4A;
}

.btn-more.active,
.btn-more:active {
    background: #F5F5F5 !important;
    -moz-box-shadow: inset 0 1px 1px 0 #DDDDDD, inset 0 1px 4px 0 #DDDDDD;
    box-shadow: inset 0 1px 1px 0 #DDDDDD, inset 0 1px 4px 0 #DDDDDD;
}

.btn-more.disabled,
.btn-more[disabled] {
    background: #FAFAFA !important;
    border-color: #ddd !important;
}

.btn-more.disabled > span,
.btn-more[disabled] > span {
    background: #C6C6C6 !important;
}

.btn-sync {
    background: #F5A623;
    -moz-box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.1), inset 0 1px 0 1px rgba(255, 255, 255, 0.06);
    box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.1), inset 0 1px 0 1px rgba(255, 255, 255, 0.06);
    border-color: #DE951F;
    line-height: 1;
    margin-right: 6px;
    padding: 2px 4px;
}

.btn-sync .icon {
    fill: #fff;
    height: 18px;
    margin-right: 0;
    vertical-align: middle;
    width: 14px;
}

label.btn + label.btn {
    margin-left: 6px;
}

.link-map {
    display: block;
    font-weight: 600;
    padding-top: 15px;
}

.link-map .icon {
    fill: #757575;
    height: 17px;
    position: relative;
    top: -2px;
    width: 17px;
    vertical-align: middle;
}

@media (max-width: 991px) and (min-width: 768px) {
    .btn-block-sm {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .btn-block-xs {
        display: block;
        width: 100%;
    }
}

.btn-move {
    background: transparent;
    border: none;
    font-size: 0;
    padding-left: 0;
    padding-right: 0;
}

.btn-move .icon {
    fill: #999;
    height: 20px;
    margin-right: 0;
    width: 20px;
}

.dropdown-menu {
    -moz-transition: opacity 0.25s ease, transform 0.25s ease, -moz-transform 0.25s ease;
    transition: opacity 0.25s ease, transform 0.25s ease;
    transition: opacity 0.25s ease, transform 0.25s ease, -moz-transform 0.25s ease;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    border-color: #ddd;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
    display: block;
    height: 0;
    margin-top: 4px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
}

.dropdown-menu ul {
    margin-bottom: 0;
}

.dropdown-menu.open {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.dropdown-menu.opened {
    overflow: visible;
    height: auto;
}

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

.dropdown-menu.bootstrap-datetimepicker-widget {
    height: auto;
    margin-top: 10px;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    padding: 14px;
    width: 336px;
}

.open .dropdown-menu {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.opened .dropdown-menu {
    overflow: visible;
    height: auto;
}

.dropdown-menu.typeahead {
    -moz-transform: scale(1);
    transform: scale(1);
    border: none;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    height: auto;
    margin-top: 0;
    width: 100%;
}

.dropdown-menu.typeahead strong {
    font-weight: bold;
}

.dropdown-menu.typeahead > li > a {
    font-size: 16px;
    padding: 9px 15px;
}

.dropdown-menu.typeahead > .active > a,
.dropdown-menu.typeahead > .active > a:focus,
.dropdown-menu.typeahead > .active > a:hover {
    background: #f5f5f5;
    color: #262626;
}

.dropdown-title {
    border-bottom: 1px solid #ddd;
    padding: 10px 14px 7px;
    text-transform: uppercase;
}

.dropdown-more .dropdown-menu {
    padding-bottom: 9px;
    padding-top: 9px;
}

.dropdown-more:not(.opened) .dropdown-menu {
    border: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 991px) {
    .dropdown-more {
        display: inline-block;
        *zoom: 1;
        *display: inline;
    }

    .dropdown-more .dropdown-menu {
        -moz-transform: scale(1);
        transform: scale(1);
        border: none;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        bottom: 0;
        -moz-box-shadow: none;
        box-shadow: none;
        left: 0;
        position: fixed;
        text-align: center;
        top: auto;
        z-index: 1050;
    }

    .dropdown-more .dropdown-menu > li > a {
        color: #3F93F3;
        font-size: 20px;
        padding: 14px 15px;
    }

    .dropdown-more .dropdown-menu > li + li {
        border-top: 1px solid #EAEAEA;
    }
}

@media (min-width: 992px) {
    .dropdown-more .dropdown-menu {
        margin-right: -8px;
        margin-top: 12px;
    }

    .dropdown-more .dropdown-menu > li > a {
        font-size: 16px;
        padding: 2px 15px;
    }

    .dropdown-more .dropdown-menu > li + li {
        margin-top: 1px;
    }

    .dropdown-more .dropdown-menu:after {
        -moz-transition: opacity 0.35s ease;
        transition: opacity 0.35s ease;
        content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="14"><path fill="#fff" d="M17.1,2.2C21.7,9.4,26,13,30,13v1H0v-1c4,0,8.3-3.6,12.9-10.8c0.7-1.2,2.3-1.5,3.5-0.8C16.7,1.7,16.9,1.9,17.1,2.2z"/><path fill="none" stroke="#ddd" d="M0,13c4,0,8.3-3.6,12.9-10.8c0.7-1.2,2.3-1.5,3.5-0.8c0.3,0.2,0.6,0.5,0.8,0.8C21.7,9.4,26,13,30,13"/></svg>');
        line-height: 1;
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        position: absolute;
        right: 10px;
        top: -14px;
        z-index: 1001;
    }

    .dropdown-more .dropdown-menu:after {
        -moz-transition: opacity 0.15s ease;
        transition: opacity 0.15s ease;
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

.select2-container--default .select2-selection--single {
    border-color: #C6C6C6;
    height: 40px;
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 38px;
    padding-left: 14px;
    padding-right: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    width: 32px;
}

.select2-container--default .select2-selection--multiple {
    -moz-box-shadow: inset 0 0 0 1px rgba(198, 198, 198, 0.1), inset 0 1px 2px 0 rgba(198, 198, 198, 0.1);
    box-shadow: inset 0 0 0 1px rgba(198, 198, 198, 0.1), inset 0 1px 2px 0 rgba(198, 198, 198, 0.1);
    border-color: #C6C6C6;
    min-height: 40px;
    padding-bottom: 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding: 0 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field {
    font-size: 16px;
    padding-left: 11px;
    padding-right: 14px;
    margin-top: 7px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #3F93F3;
    border-color: transparent;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    line-height: 1.2;
    margin-right: 4px;
    margin-top: 3px;
    padding: 7px 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    float: right;
    font-size: 38px;
    font-weight: 400;
    height: 16px;
    line-height: 16px;
    margin-left: 6px;
    margin-right: 0;
    text-align: center;
    width: 16px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #F5F5F5;
    color: inherit;
}

.select2-container--default .select2-results__option {
    padding: 4px 20px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    display: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #DCE0E0;
}

.select2-lg .select2-selection--single {
    height: 46px;
}

.select2-lg .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
}

.select2-lg .select2-selection--single .select2-selection__arrow {
    height: 46px;
}

.select2-lg .select2-selection--multiple {
    min-height: 46px;
}

.select2-lg .select2-selection--multiple .select2-selection__rendered .select2-search__field {
    margin-top: 10px;
}

.select2-lg .select2-selection--multiple .select2-selection__choice {
    padding-bottom: 10px;
    padding-top: 10px;
}

.select2-container--basic .select2-dropdown {
    padding: 7px;
}

.select2-container--basic .select2-results__option {
    padding: 5px 6px;
}

.select2-dropdown {
    border-color: #DCE0E0;
    -moz-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
    color: #4a4a4a;
    font-size: 16px;
    padding: 15px 0;
}

.select2-selection__arrow {
    vertical-align: top;
}

.select2-selection__arrow:before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="#999999" stroke="#999999" viewBox="0 0 17 10"><polygon points="8.5,9.4 16.8,1.4 15.8,0.4 8.5,7.4 1.2,0.4 0.2,1.4"/></svg>');
    display: block;
    font-size: 0;
    height: 6px;
    margin-top: -3px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 11px;
}

.select2-selection__arrow > b {
    display: none;
}

.control-accounts .select2-results__option[aria-selected=true] {
    display: block;
}

.control-accounts.select2-container--open .select2-dropdown--below {
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
}

#my-dropzone {
    background: #FAFAFA;
    border: 1px dashed #C6C6C6;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    height: 100%;
    margin-bottom: 15px;
    padding: 30px;
    text-align: center;
}

#my-dropzone:before {
    content: "";
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: 100%;
    vertical-align: middle;
}

#my-dropzone.dz-started {
    background: transparent;
    margin: -16px -8px 0;
    border: none;
    padding: 0;
}

#my-dropzone.dz-started .dz-message {
    display: table;
    float: left;
    height: 163px;
    margin: 16px 8px 0;
    width: -moz-calc(33.3334% - 16px);
    width: calc(33.3334% - 16px);
}

#my-dropzone.dz-started .dz-message .dz-message-started {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

#my-dropzone.dz-started .dz-message .dz-message-default {
    display: none;
}

#my-dropzone.dz-started:before {
    display: none;
}

#my-dropzone .dz-message {
    color: #757575;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
}

#my-dropzone .dz-message P:first-child {
    font-size: 14px;
}

#my-dropzone .dz-message a {
    text-decoration: underline;
}

#my-dropzone .dz-message .h2 {
    display: block;
    margin-bottom: 15px;
}

#my-dropzone .dz-message > div {
    display: none;
}

#my-dropzone .dz-message .dz-message-started {
    background: #FAFAFA;
    border: 1px dashed #C6C6C6;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 64px;
    line-height: 60px;
}

#my-dropzone .dz-message .dz-message-started .icon {
    color: #C6C6C6;
    height: 30px;
    vertical-align: middle;
    width: 30px;
}

#my-dropzone .dz-message .dz-message-default {
    display: block;
}

#my-dropzone .dz-message .dz-message-default .icon {
    display: block;
    fill: #757575;
    height: 32px;
    margin: 0 auto 15px;
    width: 46px;
}

#my-dropzone .dz-preview {
    background: #353030;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 163px;
    overflow: hidden;
    margin: 16px 8px 0;
    padding: 5px 10px;
    position: relative;
    text-align: left;
    width: -moz-calc(33.3334% - 16px);
    width: calc(33.3334% - 16px);
    z-index: 0;
}

#my-dropzone .dz-preview .dz-details,
#my-dropzone .dz-preview .dz-thumbnail {
    height: 100%;
    width: 100%;
}

#my-dropzone .dz-preview .dz-details {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}

#my-dropzone .dz-preview .dz-thumbnail {
    -moz-background-size: cover;
    background-size: cover;
}

#my-dropzone .dz-preview .dz-remove {
    display: none;
    left: 50%;
    line-height: 1;
    margin-left: -25px;
    margin-top: -25px;
    padding: 11px 13px;
    position: absolute;
    top: 50%;
}

#my-dropzone .dz-preview .dz-remove .icon {
    color: #C6C6C6;
    height: 34px;
    width: 34px;
}

#my-dropzone .dz-preview:hover .dz-thumbnail,
#my-dropzone .dz-preview:focus .dz-thumbnail {
    opacity: 0.2;
    filter: alpha(opacity=20);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
}

#my-dropzone .dz-preview:hover .dz-remove,
#my-dropzone .dz-preview:focus .dz-remove {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

label .icon-info {
    margin-left: 2px;
}

label .popover {
    max-width: 469px;
}

.form-inline label {
    margin-bottom: 0;
}

.form-inline .form-group {
    margin-right: 6px;
    vertical-align: top;
}

.form-inline .form-group:last-child {
    margin-right: 0;
}

.form-inline .control-select {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

@media (max-width: 991px) {
    .form-inline .btn {
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    .form-inline .control-calendar {
        display: block;
    }

    .form-inline .btn {
        margin-left: 6px;
    }
}

.form .form-group + .btn {
    margin-top: 5px;
}

.form-group {
    margin-bottom: 13px;
    max-width: 100%;
}

.form-group .w-icon {
    display: block;
    margin-bottom: 0;
    position: relative;
}

.form-group .w-icon .icon {
    fill: #C6C6C6;
    height: 24px;
    left: 15px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 24px;
}

.form-group .w-icon .form-control {
    padding-left: 52px;
}

.form-group .w-icon.icon-social:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 46px;
}

.form-group .w-icon.icon-social .form-control {
    padding-left: 60px;
}

.form-group .w-icon.icon-social .icon {
    fill: #fff;
    left: 11px;
}

.form-group .w-icon.icon-facebook:before {
    background: #3B5998;
}

.form-group .w-icon.icon-instagram:before {
    background: #3F729B;
}

.form-group .w-icon.icon-linkedin:before {
    background: #0976B4;
}

.form-group .w-icon.icon-others:before {
    background: #C6C6C6;
}

.group-image {
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 26px;
    padding-bottom: 30px;
}

.form-group-btn .btn + .btn {
    margin-left: 6px;
}

.form-control {
    -moz-box-shadow: inset 0 0 0 1px rgba(198, 198, 198, 0.1), inset 0 1px 2px 0 rgba(198, 198, 198, 0.1);
    box-shadow: inset 0 0 0 1px rgba(198, 198, 198, 0.1), inset 0 1px 2px 0 rgba(198, 198, 198, 0.1);
    border-color: #C6C6C6;
    color: #4A4A4A;
    font-size: 16px;
    height: 40px;
    line-height: 1.4;
    padding: 8px 14px;
}

.form-control::-webkit-input-placeholder {
    color: #757575;
}

.form-control::-moz-placeholder {
    color: #757575;
}

.form-control:-ms-input-placeholder {
    color: #757575;
}

.form-control:-moz-placeholder {
    color: #757575;
}

select.form-control.empty {
    color: #757575;
}

.form-control:focus {
    -moz-box-shadow: none;
    box-shadow: none;
}

.input-lg {
    height: 46px;
    padding-bottom: 11px;
    padding-top: 11px;
}

.input-xs {
    height: 30px;
    padding-bottom: 3px;
    padding-top: 3px;
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.form-control.error {
    border-color: #EC0101 !important;
}

.form-control.error + .error-message + .select2 .select2-selection {
    border-color: #EC0101;
}

.form-control.valid {
    border-color: #29B362 !important;
}

.form-table {
    color: #797979;
}

.form-table label {
    color: #4A4A4A;
    font-size: 16px;
}

.form-table thead th {
    padding: 5px;
}

.form-table tbody th,
.form-table tfoot th {
    padding-right: 20px;
    text-align: right;
}

.form-table tbody td,
.form-table tfoot td {
    padding: 5px;
}

@media (max-width: 991px) {
    .form-table {
        table-layout: fixed;
        width: 100%;
    }

    .form-table td:not([width]) {
        width: 100%;
    }
}

.error-message {
    display: none !important;
}

.checkbox-inline.error,
.radio-inline.error {
    color: #EC0101 !important;
}

.checkbox-inline.error input[type=checkbox],
.radio-inline.error input[type=checkbox],
.checkbox-inline.error input[type=radio],
.radio-inline.error input[type=radio] {
    border-color: #EC0101 !important;
}

.checkbox .error input[type=checkbox],
.radio .error input[type=checkbox],
.checkbox .error input[type=radio],
.radio .error input[type=radio] {
    background: #FFF3F3;
    border-color: #EC0101 !important;
}

.checkbox-inline,
.radio-inline {
    padding-left: 26px;
}

.checkbox-inline input[type=checkbox],
.radio-inline input[type=checkbox],
.checkbox-inline input[type=radio],
.radio-inline input[type=radio] {
    margin-left: -26px;
}

.checkbox,
.radio {
    line-height: 1.9;
    margin-bottom: 8px;
    margin-top: 4px;
}

.checkbox input[type=checkbox],
.radio input[type=checkbox],
.checkbox input[type=radio],
.radio input[type=radio] {
    margin-left: -28px;
}

.checkbox input[type=checkbox]:checked ~ .control-select,
.radio input[type=checkbox]:checked ~ .control-select,
.checkbox input[type=radio]:checked ~ .control-select,
.radio input[type=radio]:checked ~ .control-select {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.checkbox label,
.radio label {
    line-height: 1.5;
    padding-left: 28px;
}

.checkbox .control-select,
.radio .control-select {
    display: none;
    margin-left: 10px;
}

input[type=checkbox],
input[type=radio] {
    -moz-transition: border 0.15s ease;
    transition: border 0.15s ease;
    -webkit-appearance: none;
    border: 2px solid #C6C6C6;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 0 0 rgba(74, 74, 74, 0.05);
    box-shadow: 0 1px 0 0 rgba(74, 74, 74, 0.05);
    cursor: pointer;
    height: 18px;
    line-height: 18px;
    margin-top: -9px;
    text-align: center;
    top: 50%;
    width: 18px;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
    border-color: #3F93F3;
    -moz-box-shadow: none;
    box-shadow: none;
}

input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: none;
}

input[type=checkbox]:disabled,
input[type=radio]:disabled {
    background: #F5F5F5;
    border-color: #C6C6C6;
    -moz-box-shadow: none;
    box-shadow: none;
}

input[type=checkbox]:before {
    display: block;
    position: relative;
    top: -1px;
}

input[type=checkbox]:checked {
    background: #3F93F3;
}

input[type=checkbox]:checked:before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="rgb(255,255,255)" width="12" height="10"><path d="M4.17 9L.99 5.57a.7.7 0 0 1 0-.96l.64-.68a.64.64 0 0 1 .94 0l2.07 2.23L9.44 1a.64.64 0 0 1 .93 0l.64.69a.7.7 0 0 1 0 .95L5.11 9a.64.64 0 0 1-.94 0l.14-.14-.14.13z"/></svg>');
}

input[type=radio] {
    -moz-border-radius: 50%;
    border-radius: 50%;
}

input[type=radio]:checked {
    border-width: 6px;
}

input[type=radio].radio-default:checked {
    background: #BE1221;
    border-color: #BE1221;
    border-width: 2px;
    -moz-box-shadow: inset 0 0 0 3px #fff;
    box-shadow: inset 0 0 0 3px #fff;
}

.control-select {
    background: #fff;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}

.control-select .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    padding-right: 41px;
    position: relative;
    z-index: 1;
}

.control-select .form-control::-ms-expand {
    display: none;
}

.control-select .icon {
    fill: #757575;
    stroke: #757575;
    height: 6px;
    margin-top: -3px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 11px;
}

span.control-select {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.input-group .control-select {
    display: table-cell;
    width: 1%;
}

.input-group .control-select:first-child .form-control {
    border-right: none;
}

.select-default {
    background-image: -moz-linear-gradient(top, #fff 45%, #F8F9F9 100%);
    background-image: linear-gradient(to bottom, #fff 45%, #F8F9F9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f9f9', GradientType=0);
    -moz-box-shadow: 0 1px 0 0 rgba(198, 198, 198, 0.2);
    box-shadow: 0 1px 0 0 rgba(198, 198, 198, 0.2);
}

.select-default .form-control.empty {
    color: #4A4A4A;
}

.control-number {
    display: table;
    margin-left: 2px;
    position: relative;
}

.control-number .btn {
    background: #F5F5F5;
    border-color: #ddd;
    height: 40px;
    line-height: 1;
    margin-left: 0;
    padding: 10px;
    width: 40px;
}

.control-number .btn .icon {
    height: 12px;
    margin-right: 0;
    width: 12px;
}

.control-number .btn:hover {
    background: #BE1221;
    border-color: #BE1221;
    color: #fff;
}

.control-number .btn:active {
    background: #610911;
    border-color: #610911;
}

.control-number .form-control {
    color: #4DA6F6;
    line-height: 1.1;
    text-align: center;
    padding: 6px;
    width: 40px;
}

@media (max-width: 991px) {
    .control-number .btn {
        display: none;
    }

    .control-number select.form-control {
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
        -moz-text-align-last: center;
        text-align-last: center;
    }

    .control-number select.form-control::-ms-expand {
        display: none;
    }

    .control-number input.form-control {
        display: none;
    }
}

@media (min-width: 992px) {
    .control-number .form-control {
        margin-left: 5px;
        margin-right: 5px;
    }

    .control-number select.form-control {
        display: none;
    }
}

.control-calendar {
    background: #fff;
    position: relative;
}

.control-calendar .icon {
    position: absolute;
    top: 50%;
    z-index: 1;
}

.control-calendar .icon-calendar {
    fill: #C6C6C6;
    height: 24px;
    margin-top: -12px;
    width: 24px;
}

.control-calendar .icon-arrow {
    fill: #999;
    height: 6px;
    margin-top: -3px;
    stroke: #999;
    width: 11px;
}

.control-calendar input {
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    font-size: inherit;
    outline: none;
    padding: 0;
    text-align: center;
    width: 100%;
}

.control-calendar input::-webkit-input-placeholder {
    color: inherit;
}

.control-calendar input::-moz-placeholder {
    color: inherit;
}

.control-calendar input:-ms-input-placeholder {
    color: inherit;
}

.control-calendar input:-moz-placeholder {
    color: inherit;
}

.control-calendar input:focus {
    background: #BE1221;
    color: #fff;
}

.control-calendar .bootstrap-datetimepicker-widget {
    left: -18px !important;
    top: 39px !important;
}

@media (max-width: 991px) {
    .control-calendar {
        padding-left: 10px;
        padding-right: 10px;
    }

    .control-calendar .icon-calendar {
        display: none;
    }

    .control-calendar .icon-arrow {
        right: 10px;
    }

    .control-calendar input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .control-calendar input::-ms-expand {
        display: none;
    }
}

@media (min-width: 992px) {
    .control-calendar {
        padding-left: 43px;
        padding-right: 37px;
    }

    .control-calendar .icon-calendar {
        left: 12px;
    }

    .control-calendar .icon-arrow {
        right: 15px;
    }
}

@media (max-width: 991px) {
    .control-timepicker {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .control-timepicker {
        width: 135px;
    }
}

.custom-checkbox {
    margin-top: -4px;
    padding-left: 36px;
    vertical-align: middle;
}

.custom-checkbox input[type=checkbox] {
    -moz-transition: background 0.15s ease;
    transition: background 0.15s ease;
    background: #EAEAEA;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border: none;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 20px;
    margin-left: -36px;
    width: 36px;
}

.custom-checkbox input[type=checkbox]:before {
    -moz-transition: left 0.15s ease;
    transition: left 0.15s ease;
    background: #fff;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    left: 2px;
    margin-left: 0;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.custom-checkbox input[type=checkbox]:checked {
    background: #2ECC71;
}

.custom-checkbox input[type=checkbox]:checked:before {
    left: 18px;
}

.control-image {
    display: table;
}

.control-image .image,
.control-image .info {
    display: table-cell;
    vertical-align: bottom;
}

.control-image .image {
    background: #EAEAEA;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 0;
    height: 100px;
    margin-right: 20px;
    text-align: center;
    width: 100px;
}

.control-image .image:before {
    content: "";
    height: 100%;
}

.control-image .image .icon,
.control-image .image:before {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.control-image .image .icon {
    fill: #C6C6C6;
    height: 27px;
    width: 32px;
}

.control-image .image-lg {
    width: 299px;
}

.control-image .info {
    overflow: hidden;
    padding-left: 20px;
}

.control-image .info p {
    margin-bottom: 0;
    line-height: 1;
}

.control-image .form-control {
    border: none;
    font-size: 12px;
    height: auto;
    margin-bottom: 12px;
    padding: 0;
}

.control-image .btn {
    margin-bottom: 12px;
    position: relative;
    z-index: 0;
}

.control-image .btn .loading {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    background: #C4D8F2;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.control-image .btn.disabled {
    overflow: hidden;
}

.control-image .btn.disabled .loading {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.control-image.dz-started .dz-message {
    display: none;
}

.control-card-number {
    background: #fff;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 0 0 1px rgba(198, 198, 198, 0.55), inset 0 1px 2px 0 rgba(198, 198, 198, 0.55);
    box-shadow: inset 0 0 0 1px rgba(198, 198, 198, 0.55), inset 0 1px 2px 0 rgba(198, 198, 198, 0.55);
    display: table;
    position: relative;
    width: 100%;
    z-index: 0;
}

.control-card-number .icon {
    height: 20px;
    left: 15px;
    margin-top: -11px;
    position: absolute;
    top: 50%;
    width: 31px;
    z-index: -2;
}

.control-card-number .card-flip {
    position: relative;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.control-card-number .card-flip img {
    display: block;
}

.control-card-number .card-flip .icon-front,
.control-card-number .card-flip .icon-back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
    position: absolute;
}

.control-card-number .card-flip .icon-front {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.control-card-number .card-flip .icon-front img {
    height: 18px;
    margin-top: 2px;
    width: 28px;
}

.control-card-number .card-flip .icon-back {
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.control-card-number .card-flip .icon-back img {
    height: 20px;
    width: 31px;
}

.control-card-number .card-flip.focus {
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.control-card-number .form-control {
    background: transparent;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.control-card-number .card-number {
    -moz-border-radius-bottomright: 0 !important;
    border-bottom-right-radius: 0 !important;
    -moz-border-radius-topright: 0 !important;
    border-top-right-radius: 0 !important;
    border-right: 0;
    padding-left: 52px;
}

@media (max-width: 991px) {
    .control-card-number .card-number {
        width: 76%;
    }
}

@media (min-width: 992px) {
    .control-card-number .card-number {
        width: 70%;
    }
}

@media (max-width: 991px) {
    .control-card-number .card-date {
        -moz-border-radius-bottomleft: 0 !important;
        border-bottom-left-radius: 0 !important;
        -moz-border-radius-topleft: 0 !important;
        border-top-left-radius: 0 !important;
        border-left: 0;
        padding-left: 0;
        width: 24%;
    }
}

@media (min-width: 992px) {
    .control-card-number .card-date {
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
        border-left: 0;
        border-right: 0;
        padding-left: 0;
        width: 18%;
    }
}

@media (max-width: 991px) {
    .control-card-number .card-cvv {
        display: none;
    }
}

@media (min-width: 992px) {
    .control-card-number .card-cvv {
        -moz-border-radius-bottomleft: 0 !important;
        border-bottom-left-radius: 0 !important;
        -moz-border-radius-topleft: 0 !important;
        border-top-left-radius: 0 !important;
        border-left: 0;
        padding-left: 0;
        width: 12%;
    }
}

#form-terms .checkbox-inline {
    background: #FFFAE9;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #F8C200;
    color: #666;
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 10px;
    padding: 7px 13px 7px 40px;
}

#form-terms .checkbox-inline.error {
    border-color: #EC0101;
    background: #FFE4E3;
}

#form-terms .checkbox-inline.error input {
    border-color: #EC0101;
}

@media (min-width: 1200px) {
    #form-services .form-control {
        width: 610px;
    }
}

#form-areas label {
    display: block;
    margin-bottom: 3px;
}

#form-areas .form-group {
    vertical-align: bottom;
}

#form-areas #zipcode {
    width: 150px;
}

#form-areas #radius {
    width: 135px;
}

#form-budget .flex {
    margin-top: 5px;
}

#form-budget .progress {
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 0;
    max-width: 446px;
    overflow: visible;
    position: relative;
}

#form-budget .leads-remaining {
    position: absolute;
    right: 0;
}

#form-budget .form-group {
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: -5px;
}

#form-budget .form-control,
#form-budget .leads-total {
    height: 40px;
    font-size: 24px;
    font-weight: 600;
}

#form-budget .leads-total {
    line-height: 40px;
    padding: 1px 0;
}

@media (max-width: 991px) and (min-width: 768px) {
    #form-budget .btn {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    #form-budget .leads-remaining {
        bottom: -22px;
        color: #666;
        font-size: 14px;
    }

    #form-budget .leads-total {
        color: #4DA6F6;
    }

    #form-budget .progress {
        margin-bottom: 20px;
        margin-right: 15px;
    }
}

@media (min-width: 992px) {
    #form-budget .leads-remaining {
        bottom: -17px;
        color: #A9A9A9;
        font-size: 12px;
    }

    #form-budget .progress {
        margin-right: 10px;
    }
}

#form-pause-time .control-calendar {
    width: 170px;
}

@media (max-width: 991px) {
    #form-pause-time {
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: -5px;
        margin-right: -5px;
    }

    #form-pause-time .form-group {
        margin-right: 0;
        padding-left: 5px;
        padding-right: 5px;
        width: 50%;
    }
}

#form-notification .form-control {
    width: 266px;
}

#form-project textarea.form-control {
    min-height: 189px;
}

.form-actions {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-size: 14px;
    margin-right: 16px;
    vertical-align: middle;
}

#form-invoice .panel:last-child {
    margin-bottom: 10px;
}

#form-privacy .form-group > label {
    color: #4a4a4a;
}

#form-invoice .group-payment .control-select {
    float: right;
    margin-top: -16px;
    position: relative;
    top: 6px;
}

.label {
    background: #EBEBEB;
    color: #757575;
    -moz-border-radius: 12px;
    border-radius: 12px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-size: 14px;
    font-weight: 600;
    padding: 3px 9px;
}

.label-xs {
    font-size: 10px;
    padding: 3px 6px;
}

.label-primary {
    background: #D9E9FD;
    color: #3F93F3;
}

.label-primary {
    background: #3F93F3;
    color: #fff;
}

.label-success {
    background: #D5F5E3;
    color: #009E4F;
}

.label-success2 {
    background: #2ECC71;
    color: #fff;
}

.label-warning {
    background: #FDE9C9;
    color: #CF7F00;
}

.label-danger {
    background: #FBCCCC;
    color: #CC272B;
}

.label-new {
    background: #2ECC71;
    color: #fff;
}

.label-card {
    font-size: 14px;
}

.label-primary-card {
    margin-left: 4px;
}

.label-primary-card:before {
    background: #C6C6C6;
    content: "";
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: 16px;
    margin-right: 9px;
    width: 1px;
    vertical-align: middle;
}

.text-default {
    color: #4a4a4a;
}

a.text-default:focus,
a.text-default:hover {
    color: #171717;
}

.text-danger {
    color: #CC272B !important;
}

.text-primary {
    color: #4DA6F6 !important;
}

.text-secondary {
    color: #757575 !important;
}

@media (min-width: 992px) {
    .panel > .panel-collapse > .table caption,
  .panel > .table caption,
  .panel > .table-responsive > .table caption {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.table caption {
    color: inherit;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .table caption {
        border-bottom: 1px solid #EAEAEA;
        padding: 21px 16px;
    }
}

@media (min-width: 992px) {
    .table caption {
        padding: 21px 30px 19px;
    }
}

.table > thead > tr > th {
    border-bottom: 0;
    font-weight: 600;
    padding: 21px 4px 19px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .table > thead > tr > th:first-child {
        padding-left: 20px;
    }

    .table > thead > tr > th:last-child {
        padding-right: 20px;
    }

    .table > thead > tr > th.table-more {
        padding-right: 12px;
    }
}

@media (max-width: 991px) {
    .table:not(.table-xs) > tbody > tr > th:first-child,
  .table:not(.table-xs) > tfoot > tr > th:first-child,
  .table:not(.table-xs) > tbody > tr > td:first-child,
  .table:not(.table-xs) > tfoot > tr > td:first-child {
        padding-left: 16px;
    }

    .table:not(.table-xs) > tbody > tr > th:last-child,
  .table:not(.table-xs) > tfoot > tr > th:last-child,
  .table:not(.table-xs) > tbody > tr > td:last-child,
  .table:not(.table-xs) > tfoot > tr > td:last-child {
        padding-right: 16px;
    }
}

.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    font-size: 16px;
}

@media (max-width: 991px) {
    .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
        border-top: none;
        padding: 13px 5px;
        line-height: 1.4;
    }
}

@media (min-width: 992px) {
    .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
        border-top-color: #EAEAEA;
        line-height: 2.15;
        padding: 8px 4px;
    }

    .table > tbody > tr > th:first-child,
  .table > tfoot > tr > th:first-child,
  .table > tbody > tr > td:first-child,
  .table > tfoot > tr > td:first-child {
        padding-left: 20px;
    }

    .table > tbody > tr > th:last-child,
  .table > tfoot > tr > th:last-child,
  .table > tbody > tr > td:last-child,
  .table > tfoot > tr > td:last-child {
        padding-right: 20px;
    }

    .table > tbody > tr > th.table-more,
  .table > tfoot > tr > th.table-more,
  .table > tbody > tr > td.table-more,
  .table > tfoot > tr > td.table-more {
        padding-right: 12px;
    }
}

.table > tbody > tr > th,
.table > tfoot > tr > th {
    font-weight: normal;
    color: #797979;
}

@media (max-width: 991px) {
    .table > tbody > tr + tr,
  .table > tfoot > tr + tr {
        border-top: 1px solid #EAEAEA;
    }
}

.table .table-info {
    line-height: 1.25;
}

.table .table-info p {
    color: #757575;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}

.table .table-info span {
    color: #4a4a4a;
    font-size: 16px;
}

@media (min-width: 992px) {
    .table .table-info {
        margin-top: -6px;
    }

    .table .table-info:first-child {
        margin-top: 7px;
    }
}

.table .category-name {
    font-size: 14px;
    line-height: 1;
}

.table .valign {
    vertical-align: middle;
}

.table .list-inline {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-bottom: 0;
    margin-left: -3px;
}

.table .list-inline li {
    padding-left: 3px;
    padding-right: 3px;
}

.table .list-inline li + li:before {
    background: #C6C6C6;
    content: "";
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: 15px;
    margin-left: 1px;
    margin-right: 10px;
    position: relative;
    top: 3px;
    width: 1px;
    vertical-align: baseline;
}

.table .card-img {
    position: relative;
    top: -2px;
}

.table .btn-move {
    left: 0;
    position: absolute;
}

.table.table-inverse > thead > tr > td,
.table.table-inverse > thead > tr > th {
    background: #FAFAFA;
}

@media (max-width: 991px) {
    .table > thead {
        display: none;
    }

    .table .table-xs-info {
        color: #757575;
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 4px;
    }

    .table td[data-th]:before {
        content: attr(data-th);
        color: #757575;
        display: inline-block;
        *zoom: 1;
        *display: inline;
        font-size: 13px;
        margin-right: 6px;
    }
}

.table-xs > tbody > tr > th,
.table-xs > tfoot > tr > th,
.table-xs > tbody > tr > td,
.table-xs > tfoot > tr > td {
    font-size: 16px;
}

@media (max-width: 991px) {
    .table-xs > tbody > tr > th,
  .table-xs > tfoot > tr > th,
  .table-xs > tbody > tr > td,
  .table-xs > tfoot > tr > td {
        padding: 1px 5px;
        vertical-align: middle;
    }

    .table-xs > tbody > tr > th.table-xs-last,
  .table-xs > tfoot > tr > th.table-xs-last,
  .table-xs > tbody > tr > td.table-xs-last,
  .table-xs > tfoot > tr > td.table-xs-last {
        font-size: 14px;
        padding-right: 15px;
    }

    .table-xs > tbody > tr > th.table-xs-title,
  .table-xs > tfoot > tr > th.table-xs-title,
  .table-xs > tbody > tr > td.table-xs-title,
  .table-xs > tfoot > tr > td.table-xs-title {
        font-size: 20px;
        font-weight: 600;
    }
}

@media (max-width: 991px) {
    .table-xs > tbody > tr,
  .table-xs > tfoot > tr {
        display: block;
        padding: 12px 11px;
        position: relative;
    }
}

@media (max-width: 991px) {
    .table-xs .tfoot-gray {
        background: #FAFAFA;
        border-top: 1px solid #EAEAEA;
    }

    .table-xs .tfoot-gray > tr {
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .table-xs .tfoot-gray > tr > td,
  .table-xs .tfoot-gray > tr > th + td {
        background: transparent;
    }

    .table-xs .tfoot-gray > tr > td {
        line-height: 2;
    }
}

.table-gray.table-inverse > tbody > tr > td,
.table-gray.table-inverse > tfoot > tr > td {
    background: #fff;
}

.table-gray.table-inverse > tbody > tr > th + td,
.table-gray.table-inverse > tfoot > tr > th + td {
    background: #FAFAFA;
}

@media (max-width: 991px) {
    .table-gray > tbody > tr,
  .table-gray > tfoot > tr {
        background: #fff;
    }

    .table-gray .new {
        border-left: 5px solid #29B362;
    }
}

@media (min-width: 992px) {
    .table-gray > tbody > tr,
  .table-gray > tfoot > tr {
        background: #FAFAFA;
    }

    .table-gray > tbody > tr > th + td,
  .table-gray > tfoot > tr > th + td {
        background: #fff;
    }

    .table-gray .focus,
  .table-gray .new {
        background: #fff;
    }

    .table-gray .new td {
        font-weight: 600;
    }

    .table-gray .new td:first-child {
        position: relative;
    }

    .table-gray .new td:first-child:before {
        background: #2ECC71;
        -moz-border-radius: 50%;
        border-radius: 50%;
        content: "";
        display: inline-block;
        *zoom: 1;
        *display: inline;
        height: 9px;
        left: 11px;
        margin-top: -4px;
        position: absolute;
        top: 50%;
        width: 9px;
    }
}

.tfoot-gray > tr > td {
    background: #FAFAFA;
}

.tfoot-gray > tr > th + td {
    background: #fff;
}

@media (max-width: 991px) {
    .table-hover > tbody > tr:hover {
        background: #fff;
    }
}

@media (min-width: 992px) {
    .table-hover > tbody > tr.active > tr,
  .table-hover > tbody > tr.active:hover > tr,
  .table-hover > tbody > tr.active > td,
  .table-hover > tbody > tr.active:hover > td {
        background: #FAFAFA;
    }

    .table-hover > tbody > tr:hover {
        background: transparent;
    }

    .table-hover:not(.active) > tbody > tr:hover {
        background: #FAFAFA;
    }

    .table-hover:not(.active) > tbody > tr:hover .btn-more {
        background: #fff;
        border-color: #C6C6C6;
    }

    .table-hover:not(.active) > tbody > tr:hover .btn-more > span {
        background: #4A4A4A;
    }
}

@media (min-width: 992px) {
    .table-move thead > tr > td:first-child,
  .table-move tbody > tr > td:first-child,
  .table-move thead > tr > th:first-child,
  .table-move tbody > tr > th:first-child {
        padding-left: 33px;
        position: relative;
    }
}

@media (max-width: 991px) {
    .table-new > tbody > tr,
  .table-new > tfoot > tr {
        border: 1px solid #EAEAEA;
        border-left: 5px solid #C6C6C6;
        margin-bottom: 10px;
    }

    .table-new .new {
        border-left: 5px solid #29B362;
    }
}

@media (min-width: 992px) {
    .table-new thead > tr > td:first-child,
  .table-new tbody > tr > td:first-child,
  .table-new thead > tr > th:first-child,
  .table-new tbody > tr > th:first-child {
        padding-left: 30px;
    }
}

.table-trim,
.table-more {
    white-space: nowrap;
    width: 1%;
}

.table-more > span {
    vertical-align: middle;
    line-height: 1;
}

.table-img {
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 55px;
    overflow: hidden;
    width: 55px;
}

.table-date {
    color: #797979;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-size: 14px;
    line-height: 1.5;
    padding-left: 22px;
    position: relative;
    vertical-align: text-top;
}

.table-date .icon {
    fill: #C6C6C6;
    height: 18px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 18px;
}

.table-date + .table-date {
    margin-left: 10px;
}

.table-date-group {
    line-height: 1;
    margin-bottom: 5px;
    margin-top: -3px;
}

.table-projects > tbody > tr > th,
.table-projects > tbody > tr > td {
    vertical-align: middle;
}

.table-card {
    color: #797979;
    font-size: 14px;
}

@media (max-width: 991px) {
    .table-card {
        display: inline-block;
        *zoom: 1;
        *display: inline;
    }

    .table-card:before {
        background: #C6C6C6;
        content: "";
        display: inline-block;
        *zoom: 1;
        *display: inline;
        height: 15px;
        margin-left: 5px;
        margin-right: 9px;
        position: relative;
        top: -1px;
        width: 1px;
        vertical-align: middle;
    }
}

@media (min-width: 992px) {
    .table-card {
        line-height: 1;
        margin-top: 1px;
    }
}

tr[data-href],
tr[data-toggle] {
    cursor: pointer;
}

@media (max-width: 991px) {
    .table-xs-last {
        position: absolute;
        top: 14px;
        right: 0;
        width: auto;
    }

    .table-xs-last + .table-xs-last {
        right: 50px;
    }

    .table-xs-block {
        display: block;
    }

    .table-xs-inline {
        display: inline-block;
        *zoom: 1;
        *display: inline;
    }

    .table-xs-inline + .table-xs-inline {
        margin-left: 10px;
    }

    .table-xs-mb15 {
        margin-bottom: 15px;
    }
}

.panel {
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #EAEAEA;
}

@media (max-width: 991px) {
    .panel {
        -moz-border-radius: 0;
        border-radius: 0;
        margin-bottom: 16px;
    }

    .panel > .table:first-child {
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
    }
}

@media (min-width: 992px) {
    .panel {
        margin-bottom: 20px;
    }
}

.panel-heading {
    border-bottom: 1px solid #EAEAEA;
    padding: 20px 25px;
}

.panel-heading .h2,
.panel-heading .h3 {
    margin-bottom: 0;
}

.panel-heading p:last-child {
    margin-bottom: 0;
}

.panel-title {
    font-size: 14px;
}

.panel-body p,
.panel-body ul,
.panel-body ol {
    line-height: 1.6;
    margin-bottom: 25px;
}

.panel-body p:last-child,
.panel-body ul:last-child,
.panel-body ol:last-child {
    margin-bottom: 0 !important;
}

@media (max-width: 991px) {
    .panel-body {
        padding: 20px 16px 16px;
    }
}

@media (min-width: 992px) {
    .panel-body {
        padding: 25px 20px;
    }
}

.panel-footer {
    background: #fff;
    border-color: #EAEAEA;
    padding: 18px 20px;
}

.panel-footer .btn + .btn {
    margin-left: 7px;
}

.panel-question {
    font-size: 16px;
    text-align: center;
}

.panel-question .h3 {
    margin-bottom: 7px;
}

.panel-question p {
    margin-bottom: 8px;
}

.panel-question .btn {
    margin-top: 11px;
}

@media (max-width: 991px) {
    .panel-question .panel-body {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .panel-question .h2 {
        margin-bottom: 1px;
    }

    .panel-question .btn {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .panel-question .panel-body {
        padding-bottom: 29px;
        padding-top: 41px;
    }
}

.panel-empty {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.panel-empty .empty-message {
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #797979;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.panel-empty .empty-message > .icon {
    fill: #C6C6C6;
    color: #C6C6C6;
    display: block;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 64px;
    margin: 0 auto 14px;
    width: 64px;
}

.panel-empty .empty-message .icon-load {
    height: 45px;
    width: 45px;
}

.panel-empty .empty-message .h3 {
    color: #4A4A4A;
    line-height: 1.25;
}

.panel-empty .empty-message p {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .panel-empty .empty-message {
        font-size: 16px;
        padding: 50px 35px;
    }

    .panel-empty .empty-message .h3 {
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) {
    .panel-empty .empty-message {
        padding: 80px 15px;
    }

    .panel-empty .empty-message .h3 {
        margin-bottom: 3px;
    }
}

.panel-auth {
    -moz-box-shadow: 0 7px 14px 0 rgba(41, 25, 25, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 7px 14px 0 rgba(41, 25, 25, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    border-color: transparent;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

@media (max-width: 991px) {
    .panel-auth {
        border: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

.panel-map #map {
    height: 100%;
}

.panel-terms {
    margin: 0 auto;
    max-width: 468px;
}

@media (max-width: 991px) {
    .panel-terms {
        border: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .panel-terms {
        padding: 30px;
    }
}

.panel-payment-update {
    border: none;
    margin: 0 auto;
    max-width: 468px;
}

@media (min-width: 992px) {
    .panel-payment-update {
        padding: 29px;
    }
}

@media (min-width: 992px) {
    .panel-payment-error {
        border: 2px solid #E05A54;
    }
}

.panel-payment-success {
    margin: 0 auto;
    max-width: 468px;
}

@media (max-width: 991px) {
    .panel-payment-success {
        padding: 0;
    }
}

@media (min-width: 992px) {
    .panel-payment-success {
        padding: 30px;
    }
}

.panel-business-info #map {
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 370px;
}

@media (max-width: 991px) {
    .panel-xs-bgt {
        background: transparent;
        border: none;
    }
}

.accordion {
    cursor: pointer;
    font-size: 16px;
    position: relative;
}

.accordion .icon {
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -moz-transform 0.3s ease;
    fill: #757575;
    height: 12px;
    position: absolute;
    top: 24px;
    width: 19px;
}

.accordion + .accordion {
    border-top: 1px solid #EAEAEA;
}

.accordion.active .icon {
    -moz-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

@media (max-width: 991px) {
    .accordion {
        padding: 18px 15px 12px;
    }

    .accordion .icon {
        right: 17px;
    }
}

@media (min-width: 992px) {
    .accordion {
        padding: 18px 70px 12px 30px;
    }

    .accordion .icon {
        right: 23px;
    }
}

.accordion-title {
    line-height: 1.35;
}

@media (max-width: 991px) {
    .accordion-title {
        margin-bottom: 8px;
        padding-right: 40px;
    }
}

@media (min-width: 992px) {
    .accordion-title {
        margin-bottom: 6px;
    }
}

.accordion-body {
    -moz-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
    height: 0;
    overflow: hidden;
}

.modal-backdrop {
    background-color: #000;
}

.modal-backdrop.in {
    opacity: 0.48;
    filter: alpha(opacity=48);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=48)";
    filter: alpha(opacity=48);
}

.modal .close {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    color: #999;
    font-size: 40px;
    font-weight: normal;
    outline: none;
    padding: 10px 17px;
    position: absolute;
    right: 0;
    top: 0;
}

.modal-content {
    border-color: transparent;
}

@media (min-width: 992px) {
    .modal-content {
        -moz-box-shadow: 0 7px 30px 0 rgba(102, 102, 102, 0.6), 0 3px 6px 0 rgba(102, 102, 102, 0.15);
        box-shadow: 0 7px 30px 0 rgba(102, 102, 102, 0.6), 0 3px 6px 0 rgba(102, 102, 102, 0.15);
    }
}

.modal-header {
    border-bottom: 0;
    padding: 17px 20px;
}

.modal-title {
    line-height: 1.45;
}

.modal-body {
    background: #FAFAFA;
    border-bottom: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
    font-size: 16px;
    padding: 20px;
}

.modal-body .table-name {
    width: 100px;
}

.modal-footer {
    border-top: 0;
    padding: 17px 20px;
}

.modal-footer .btn + .btn {
    margin-left: 6px;
}

.modal-light,
.modal-light .modal-footer {
    text-align: center;
}

.modal-light .modal-footer p {
    margin-bottom: 0;
    margin-top: 22px;
}

.modal-light.in {
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .modal-light .modal-dialog {
        margin: 30px;
    }
}

@media (max-width: 991px) {
    .modal-light .modal-header {
        padding: 30px 30px 11px;
    }

    .modal-light .modal-footer {
        padding: 11px 30px 30px;
    }

    .modal-light .btn {
        min-width: 114px;
    }
}

@media (min-width: 768px) {
    .modal-light .modal-dialog {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .modal-light .modal-header {
        padding: 32px 42px 11px;
    }

    .modal-light .modal-footer {
        padding: 11px 42px 40px;
    }

    .modal-light .btn {
        min-width: 122px;
    }
}

#modal-payment .modal-title {
    font-size: 24px;
}

#modal-payment .modal-content {
    font-size: 18px;
}

#modal-add .control-calendar .form-control {
    width: 185px;
}

.modal-success .icon-circle {
    border-color: #2ECC71;
    fill: #2ECC71;
    margin-bottom: 25px;
}

.modal-success .modal-header {
    padding-top: 50px;
}

.modal-success .modal-body {
    background: #fff;
    padding-bottom: 40px;
    padding-top: 0;
    border-bottom: none;
    border-top: none;
}

@media (min-height: 992px) {
    .modal:not(.modal-light) .modal-dialog {
        margin-top: 170px;
    }
}

@media (min-width: 768px) {
    .modal-sm {
        width: 420px;
    }
}

@media (min-width: 992px) {
    .modal-md {
        width: 670px;
    }
}

#wrapper {
    flex-grow: 1;
    height: 100%;
    position: relative;
}

@media (max-width: 991px) {
    #wrapper {
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    #main {
        -moz-box-flex: 1;
        -ms-flex: 1 0;
        flex: 1 0;
    }
}

@media (min-width: 992px) {
    #main {
        height: 100%;
        overflow: hidden;
        padding-top: 80px;
        position: relative;
    }
}

.section {
    -ms-flex-line-pack: justify;
    align-content: space-between;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow-x: scroll;
    width: 100%;
}

.section-heading {
    -moz-box-shadow: inset 1px 0 0 0 #EAEAEA;
    box-shadow: inset 1px 0 0 0 #EAEAEA;
}

.section-heading .btn {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.section-heading .btn-back {
    margin-left: -5px;
}

@media (max-width: 991px) {
    .section-heading {
        padding: 23px 16px 19px;
    }
}

@media (min-width: 992px) {
    .section-heading {
        background: #fff;
        border-bottom: 1px solid #EAEAEA;
        height: 80px;
        left: 0;
        padding: 21px 29px;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }
}

.section-title {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-weight: 600;
    line-height: 1.55;
    margin-bottom: 0;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .section-title {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .section-title {
        font-size: 24px;
    }
}

.section-nav h1,
.section-nav .h1,
.section-nav h2,
.section-nav .h2 {
    margin-bottom: 0;
}

.section-nav .btn-phone {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-left: 3px;
}

.section-nav .label-group {
    font-size: 16px;
}

.section-nav .label-group .label {
    margin-right: 15px;
}

.section-nav label {
    font-size: 16px;
    margin-right: 8px;
}

@media (max-width: 991px) {
    .section-nav {
        padding-bottom: 15px;
    }

    .section-nav .form-group {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .section-nav {
        margin-bottom: 11px;
    }
}

.section-body {
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

@media (max-width: 991px) {
    .section-body .panel-map {
        display: none;
    }

    .section-body > .row {
        margin-left: 0;
        margin-right: 0;
    }

    .section-body > .row > div {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .section-body {
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 30px 9px;
        width: 100%;
    }

    .section-body .panel-map {
        height: 215px;
    }

    .section-body .table {
        border-bottom: 1px solid #EAEAEA;
    }

    .section-body .table:last-child {
        border-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .section-body .panel-map {
        height: -moz-calc(100% - 21px);
        height: calc(100% - 21px);
    }
}

.section-footer {
    line-height: 1.45;
}

.section-footer p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .section-footer .small {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .section-xs-plr15 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.list-heading {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    padding: 0 30px 10px;
    text-transform: uppercase;
}

.no-border {
    border: none;
}

.panel-heading.no-border {
    padding-bottom: 0;
}

.invoice-account {
    background: #FAFAFA;
    border: 1px solid #EAEAEA;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 13px 30px;
}

.panel-invoice {
    margin-bottom: 20px;
}

#footer-container {
    color: #666;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 13px;
    height: 63px;
    width: 100%;
}

#footer-container p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    #footer-container {
        padding: 21px 16px 25px;
    }
}

@media (min-width: 992px) {
    #footer-container {
        padding: 15px 30px;
    }
}

@media print {
    body {
        background: #fff;
        padding-top: 50px;
    }

    a[href]:after {
        content: none !important;
    }

    #header-container {
        display: none;
    }

    .navbar-brand {
        left: 30px;
        position: absolute;
        z-index: 1;
    }

    .navbar-brand > img {
        height: auto;
        width: 170px;
    }

    .navbar-brand .icon {
        height: 28px;
        margin-bottom: 6px;
        margin-left: 6px;
        width: 49px;
    }

    .section-heading {
        border-bottom: 0;
        -moz-box-shadow: none;
        box-shadow: none;
        text-align: right;
    }

    .section-title {
        font-size: 22px;
    }

    .btn-action {
        display: none;
    }

    .alert {
        display: none;
    }

    .col-print-12 {
        width: 100%;
    }
}
/* GENERIC AUTH */
.generic-auth {
    height: auto;
}

.generic-auth .logo,
.generic-auth .logo img {
    width: 152px;
}

.generic-auth .logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.generic-auth .btn {
    font-size: 16px;
    padding: 10px 28px;
}

.generic-auth .form-control {
    height: 46px;
    padding-bottom: 11px;
    padding-top: 11px;
}

.generic-auth .perfil-name {
    font-size: 16px;
    margin-bottom: 23px;
}

.generic-auth .perfil-name .icon-user {
    margin-right: 4px;
    vertical-align: middle;
}

.generic-auth .terms-and-conditions {
    background: #fff;
    border: 1px solid #C6C6C6;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0 0 0 1px rgba(198, 198, 198, 0.15), inset 0 1px 2px 0 rgba(198, 198, 198, 0.15);
    box-shadow: inset 0 0 0 1px rgba(198, 198, 198, 0.15), inset 0 1px 2px 0 rgba(198, 198, 198, 0.15);
    position: relative;
}

.generic-auth .terms-and-conditions .scroll {
    height: 308px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 10px 15px;
}

.generic-auth .terms-and-conditions .h4 {
    margin-bottom: 4px;
}

.generic-auth .terms-and-conditions .effective-date {
    color: #797979;
    font-size: 12px;
    line-height: 1.35;
    margin-bottom: 17px;
}

.generic-auth .terms-and-conditions:before {
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 65%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 65%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=0);
    bottom: 0;
    content: "";
    display: block;
    height: 49px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}

.generic-auth .terms-and-conditions.scrolled:before {
    display: none;
}

.generic-auth .icon-card {
    height: 27px;
    width: 42px;
}

.generic-auth .cards-accept {
    background: #F5F5F5;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 18px 15px 15px;
}

.generic-auth .cards-accept .icon-card {
    margin-left: 17px;
}

.generic-auth .cards-accept .icon-card + .icon-card {
    margin-left: 1px;
}

.generic-auth .payment-info {
    font-size: 16px;
    margin-bottom: 21px;
    margin-top: 28px;
}

.generic-auth .payment-info p {
    font-weight: 600;
}

.generic-auth .payment-info .card {
    -moz-box-shadow: 0 14px 22px -10px rgba(135, 135, 135, 0.5);
    box-shadow: 0 14px 22px -10px rgba(135, 135, 135, 0.5);
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    display: block;
    font-weight: 600;
    margin: 0 auto 37px;
    position: relative;
}

.generic-auth .payment-info .icon-check,
.generic-auth .payment-info .card-number,
.generic-auth .payment-info .card-chip,
.generic-auth .payment-info .card-date,
.generic-auth .payment-info .card-name,
.generic-auth .payment-info .card-bg {
    position: absolute;
    z-index: 1;
}

.generic-auth .payment-info .icon-check {
    background: #2ECC71;
    -moz-border-radius: 50%;
    border-radius: 50%;
    fill: #fff;
    padding: 12px;
}

.generic-auth .payment-info .icon-check .icon {
    height: 100%;
    width: 100%;
}

@media (max-width: 991px) {
    .generic-auth .payment-info .icon-check {
        height: 42px;
        right: -19px;
        top: -21px;
        width: 42px;
    }
}

@media (min-width: 992px) {
    .generic-auth .payment-info .icon-check {
        height: 48px;
        right: -23px;
        top: -24px;
        width: 48px;
    }
}

@media (max-width: 991px) {
    .generic-auth .payment-info .card-chip {
        height: 29px;
        left: 27px;
        top: 40px;
    }
}

@media (min-width: 992px) {
    .generic-auth .payment-info .card-chip {
        height: 31px;
        left: 32px;
        top: 46px;
    }
}

@media (max-width: 991px) {
    .generic-auth .payment-info .card-number {
        font-size: 20px;
        left: 27px;
        top: 75px;
    }

    .generic-auth .payment-info .card-number > span {
        letter-spacing: 1.2px;
        margin-right: 7px;
    }
}

@media (min-width: 992px) {
    .generic-auth .payment-info .card-number {
        font-size: 22px;
        left: 30px;
        top: 84px;
    }

    .generic-auth .payment-info .card-number > span {
        letter-spacing: 1.8px;
        margin-right: 8px;
    }
}

.generic-auth .payment-info .card-date {
    line-height: 1.15;
}

.generic-auth .payment-info .card-date > span {
    position: absolute;
    width: 24px;
}

.generic-auth .payment-info .card-date > span:after {
    content: "";
    position: absolute;
}

@media (max-width: 991px) {
    .generic-auth .payment-info .card-date {
        font-size: 15px;
        left: 105px;
        top: 102px;
    }

    .generic-auth .payment-info .card-date .text {
        font-size: 5px;
    }

    .generic-auth .payment-info .card-date > span {
        left: -27px;
        top: 7px;
    }

    .generic-auth .payment-info .card-date > span:after {
        border: 2px solid #fff;
        border-left-width: 6px;
        border-right: 0;
        border-bottom-color: transparent;
        border-top-color: transparent;
        right: 2px;
        top: 3px;
    }
}

@media (min-width: 992px) {
    .generic-auth .payment-info .card-date {
        font-size: 16px;
        left: 119px;
        top: 115px;
    }

    .generic-auth .payment-info .card-date .text {
        font-size: 6px;
    }

    .generic-auth .payment-info .card-date > span {
        left: -30px;
        top: 8px;
    }

    .generic-auth .payment-info .card-date > span:after {
        border: 3px solid #fff;
        border-left-width: 6px;
        border-right: 0;
        border-bottom-color: transparent;
        border-top-color: transparent;
        right: 0;
        top: 4px;
    }
}

@media (max-width: 991px) {
    .generic-auth .payment-info .card-name {
        bottom: 17px;
        font-size: 12px;
        left: 28px;
    }
}

@media (min-width: 992px) {
    .generic-auth .payment-info .card-name {
        font-size: 14px;
        left: 31px;
        bottom: 18px;
    }
}

.generic-auth .payment-info .card-bg {
    background: #BE1221;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    z-index: 0;
}

@media (max-width: 991px) {
    .generic-auth .bg {
        display: none;
    }

    .generic-auth .card {
        height: 166px;
        width: 262px;
    }
}

@media (min-width: 992px) {
    .generic-auth .logo {
        margin-bottom: 40px;
        margin-top: 60px;
    }

    .generic-auth .card {
        height: 188px;
        width: 297px;
    }

    .generic-auth .bg {
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: -1;
    }
}
/* GENERIC AUTH */



/* FEEDBACK */

.btn-outline {
    background-color: #fff;
    border-color: #bedbff;
    color: #1447e6;
}
.btn-outline:hover {
    background-color: #eff6ff;
    color: #1447e6;
}

[data-toggle="collapse"] {
    cursor: pointer;
}

[data-toggle="collapse"]:not(.collapsed) .arrow {
    transform: rotate(180deg);
}

.table.collapse.in {
    display: table;
}

.table.no-border > tbody > tr + tr,
.table.no-border > tbody > tr > th,
.table.no-border > tbody > tr > td {
    border-top: none;
}

.table.no-border > tbody > tr:not(:first-child) > th,
.table.no-border > tbody > tr:not(:first-child) > td {
    padding-top: 8px !important;
}

.table.no-border > tbody > tr:not(:last-child) > th,
.table.no-border > tbody > tr:not(:last-child) > td {
    padding-bottom: 0 !important;
}

.panel-body:has(.table.no-border) + .panel-footer {
    border-top: none;
    padding-top: 0;
}

.table .col-icon {
    font-size: 22px !important;
    line-height: 1.25 !important;
    padding-left: 4px !important;
    padding-right: 2px !important;
    vertical-align: baseline !important;
    width: 1%;
}

.table + .panel-footer {
    border-top: none;
}

@media (min-width: 992px) {
    .section-leadintel .table {
        border-bottom-color: #DEDEDE;
    }
}

.section-actions {
    align-items: center;
    display: flex;
    font-size: 16px;
    gap: 16px;
    margin-top: 15px;
}

@media (min-width: 992px) {
    .section-actions {
        justify-content: flex-end;
        margin-top: -6px;
        padding-bottom: 6px;
    }
}

.section-leadintel {
    max-width: 960px;
}

.section-leadintel .h1 {
    font-size: 26px;
}

.section-leadintel .h2 {
    font-size: 22px;
    font-weight: bold;
}

.section-leadintel .panel {
    border-color: #DEDEDE;
}

.section-leadintel .panel-heading {
    border-bottom: none;
    padding-bottom: 7px;
}

.section-leadintel .panel-heading.show {
    display: flex !important;
}

.section-leadintel .panel-body {
    padding: 0 15px 10px;
}

.section-leadintel .panel-body.px-5 {
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 991px) {
    .section-leadintel .panel-body {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.section-leadintel .table {
    margin-bottom: 0;
}

.section-leadintel .table:has(+ .table:not(.collapse.in)) {
    border-bottom: none;
}

.section-leadintel .table > tbody > tr:first-child > th,
.section-leadintel .table > tbody > tr:first-child > td {
    border-top: none;
}

.section-leadintel .table > tbody > tr > th,
.section-leadintel .table > tbody > tr > td {
    border-top-color: #DEDEDE;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    padding: 15px 4px 15px 10px;
    vertical-align: middle;
}

.panel-homeowner .table > tbody > tr > th,
.panel-homeowner .table > tbody > tr > td {
    font-size: 16px;
}

.section-leadintel .table-more {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.btn-phone {
    vertical-align: baseline;
}

.modal {
    z-index: 1070;
}

.modal-images {
    backdrop-filter: blur(8px);
}

.modal-open .modal-images {
    align-items: center;
    display: flex;
    justify-content: center;
}

.modal-images .close {
    align-items: center;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 50px;
    justify-content: center;
    padding: 0;
    right: 0;
    text-shadow: none;
    top: -60px;
    width: 50px;
    z-index: 1;
}

.modal-images .close > span {
    display: inline-block;
    height: 24px;
    line-height: 18px;
    vertical-align: text-top;
}

.modal-images .close:hover {
    background: rgba(0, 0, 0, 0.15);
}

.modal-images .modal-dialog {
    max-width: calc(100vw - 40px);
    width: auto;
}

@media (min-width: 992px) {
    .modal-images .close {
        right: -48px;
        top: -48px;
    }

    .modal-images .modal-dialog {
        align-items: center;
        display: flex;
        justify-content: center;
        max-width: calc(100vw - 60px);
    }

    .modal-images .modal-content {
        height: inherit;
        max-height: calc(100vh - 120px);
    }
}

.modal-images .modal-content {
    border-radius: 12px;
    border: none;
    display: flex;
    flex-direction: column;
}

.images-carousel-pagination {
    background: rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    bottom: -48px;
    color: #fff;
    left: 50%;
    padding: 8px 16px;
    position: absolute;
    transform: translateX(-50%);
}

.modal-images .feedback-buttons {
    background: rgba(255, 255, 255, 0.1);
    left: 20px;
    position: absolute;
    top: 20px;
}

.modal-images .feedback-buttons > .btn {
    color: #fff;
}

.images-carousel {
    height: inherit;
    user-select: none;
}

.images-carousel,
.images-carousel > div,
.images-carousel img {
    height: 100%;
}

.images-carousel > div:not(.show) {
    display: none;
}

.images-carousel img {
    background-size: contain;
    border-radius: 12px;
    width: 100%;
}

.images-carousel-arrow {
    align-items: center;
    backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 50px;
    justify-content: center;
    outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    z-index: 1;
}

.images-carousel-arrow:hover {
    background-color: rgba(255, 255, 255, 0.35);
}

.images-carousel-prev {
    left: 10px;
}

.images-carousel-next {
    right: 10px;
}

.panel-heading {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.feedback-buttons {
    display: flex;
    align-items: center;
    gap: 0;
}

.popover-feedback {
    max-width: 360px;
    width: 360px;
    z-index: 1070;
}

.popover-feedback .popover-content {
    text-align: left;
}

.popover-feedback .popover-footer {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 20px;
}

.feedback-buttons .btn-up:hover,
.feedback-buttons .btn-up.active2 {
    background: #f0fdf4;
    color: #00c951;
}

.feedback-buttons .btn-down:hover,
.feedback-buttons .btn-down.active2 {
    background: #fef2f2;
    color: #f44336;
}

.btn-feedback {
    background: transparent;
    color: #99a1af;
    line-height: 1;
    padding: 8px;
    z-index: 1040;
}

.btn-feedback .icon {
    height: 20px;
    margin-right: 0;
    width: 20px;
    vertical-align: middle;
}

.feedback-answers {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.feedback-answers .btn,
.feedback-custom-answers .btn {
    border-radius: 50px;
}

.feedback-answers .btn.active {
    background-color: #dbeafe;
    border-color: #8ec5ff;
    box-shadow: none;
    color: #1447e6;
}

.feedback-answers .btn.active .icon {
    fill: currentColor;
}

.feedback-custom-answers {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.feedback-custom-answers .btn.active {
    box-shadow: none;
}

.feedback-custom-answers .btn .icon {
    height: 8px;
    margin-right: 2px;
    width: 8px;
}

.feedback-custom-answers .btn .icon-close {
    margin-left: 2px;
    margin-right: 0;
}

.feedback-custom-answers:has(.btn) {
    margin-top: 16px;
}

.feedback-answers-sent {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 10px;
}

.feedback-answers-sent .btn {
    display: flex;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    white-space: normal;
}
.feedback-answers-sent .btn:active {
    box-shadow: none;
}

.feedback-answers-sent .btn-up {
    background: #dcfce7;
    color: #016630;
}

.feedback-answers-sent .btn-down {
    background: #ffe2e2;
    color: #9f0712;
}

.feedback-answers-sent .btn .icon {
    flex-shrink: 0;
    height: 16px;
    width: 16px;
}

.table-leadintel .table-more {
    vertical-align: baseline !important;
}

.panel-images .img-rounded {
    border-radius: 4px;
}

.panel-images .images-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.panel-images .images-list a {
    height: 64px;
}

.panel-images .images-list a:first-child {
    grid-column: span 2;
    height: 128px;
}

.panel-images .images-list img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

/* FEEDBACK */