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

html,
body {
    height: 100%;
    width: 100%;
}

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

.container-fluid {
    max-width: 1300px;
}

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;
}

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

@media (max-width: 767px) {
    .h1,
    h1 {
        font-size: 26px;
    }

    .h2,
  h2 {
        line-height: 1.45;
    }
}

@media (min-width: 768px) {
    .h1,
    h1 {
        font-size: 30px;
    }
}

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

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

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

.mt5 {
    margin-top: 5px;
}

.mt15 {
    margin-top: 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 > a {
    border-color: transparent;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #337ab7;
    margin: 0 7.5px;
    padding: 0 6px;
    min-width: 25px;
}

.pagination > li > a:focus,
.pagination > li > a:hover {
    border-color: transparent;
    background: #144B89;
    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: #144B89;
}

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

.pagination > li.disabled > span{
    background-color: transparent;
    border-color: transparent;
    padding: 0 12px;
}

.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: #144B89;
    -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;
}

.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;
}

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

.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: #144B89;
    -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: #144B89;
}

.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: #144B89;
    -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: 767px) {
    .pull-right-xs {
        float: right;
    }
}

#header-container {
    background: #fff;
    -moz-box-shadow: 0 1px 0 0 rgba(151, 151, 151, 0.22);
    box-shadow: 0 1px 0 0 rgba(151, 151, 151, 0.22);
    padding: 8px 0;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    #header-container .navbar-header { margin: 0; }
}

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

@media (min-width: 768px) {
    .container > .navbar-header {
        margin-right: 10px;
    }
}

.navbar-header-center {
    float: none;
    text-align: center;
}

.navbar-header-center .navbar-brand {
    display: inline-block;
    float: none;
}

.navbar-brand {
    height: auto;
    padding: 6px 15px;
}

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

.navbar-toggle .icon-bar {
    -moz-transition: transform 0.25s ease, opacity 0.25s 0.15s, top 0.25s ease 0.15s, -moz-transform 0.25s ease;
    transition: transform 0.25s ease, opacity 0.25s 0.15s, top 0.25s ease 0.15s;
    transition: transform 0.25s ease, opacity 0.25s 0.15s, top 0.25s ease 0.15s, -moz-transform 0.25s ease;
    background: #4a4a4a;
    -moz-border-radius: 1px;
    border-radius: 1px;
    height: 2px;
    position: relative;
    top: 0;
    width: 20px;
}

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

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

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

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

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

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

#navbar {
    font-size: 16px;
    margin-top: 2px;
    padding-left: 10px;
}

#navbar .nav > li > span,
#navbar .nav > li a {
    border-radius: 3px 3px 0 0;
    transition: color 0.25s ease;
}

#navbar .nav > li > a:hover,
#navbar .nav > li > a:focus {
    background: #FAFAFA;
}

#navbar .nav > li .nav-user {
    padding-bottom: 5px;
    padding-top: 5px;
}

#navbar .nav li {
    position: relative;
}

#navbar .nav li a,
#navbar .nav li span {
    color: #4A4A4A;
    display: block;
    font-weight: 500;
    padding: 9px 12px;
    position: relative;
    white-space: nowrap;
}

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

#navbar .nav li .has-subnav:after {
    content: "";
    font-size: 0;
    border: 5px solid #80868B;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-left: 5px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}

#navbar .nav li .subnav a,
#navbar .nav li .subnav span {
    padding: 5px 19px;
}

#navbar .nav li .subnav hr {
    border-top-color: #DBDBDB;
    margin: 7px 0;
}

#navbar .nav li .subnav span:after {
    border-bottom: 5px solid transparent;
    border-left-color: #80868B;
    border-right: none;
    border-top-color: transparent;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -6px;
}

#navbar .nav > li:focus > .has-subnav,
#navbar .nav > li:hover > .has-subnav {
    background: #FAFAFA;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1), 0 5px 10px 0 rgba(0, 0, 0, 0.08);
}

#navbar .nav li:focus > .subnav,
#navbar .nav li:hover > .subnav {
    display: block;
}

#navbar .subnav {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    background: #FAFAFA;
    border-radius: 0 3px 3px 3px;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1), 0 5px 10px 0 rgba(0, 0, 0, 0.08);
    display: none;
    min-width: 226px;
    padding-bottom: 16px;
    padding-top: 16px;
    position: absolute;
}

#navbar .subnav-right {
    right: 0;
    border-radius: 3px 3px 3px 0;
}

#navbar .subnav .subnav {
    top: -16px;
    left: 100%;
}

#navbar .user-image {
    border-radius: 50%;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: 30px;
    overflow: hidden;
    vertical-align: middle;
    width: 30px;
}

.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: #144B89;
    color: #fff;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background: #144B89;
    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 19px 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: #144B89;
}

.nav-tabs > li.active > a:before,
.nav-tabs > li.active > a:focus:before,
.nav-tabs > li.active > a:hover:before {
    background: #144B89;
    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;
}

.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;
    padding: 17px 61px 17px 62px;
    position: relative;
}

.alert .icon-alert {
    height: 26px;
    margin-right: 15px;
    left: 21px;
    position: absolute;
    top: 15px;
    width: 26px;
    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;
    right: 21px;
    top: 19px;
    width: 14px;
}

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

.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: 767px) {
    .btn {
        padding: 7px 16px;
    }
}

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

.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-success{
    color: #FFF;
}

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

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

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

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

.btn-default:focus,
.btn-default.focus,
.btn-default:hover {
    background: #132989;
    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: #144B89;
    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: #144B89;
    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 {
    border-color: transparent;
    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;
}

.btn-filter {
    padding-bottom: 13px;
    padding-top: 13px;
}

.btn-filter > span {
    background: #80868B;
    display: block;
    height: 2px;
    margin: 0 auto;
    width: 12px;
}

.btn-filter > span + span {
    margin-top: 3px;
}

.btn-filter > span:first-child {
    width: 18px;
}

.btn-filter > span:last-child {
    width: 4px;
}

.btn-icon {
    background: transparent;
    bottom: 0;
    margin-left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}

.btn-icon .icon {
    fill: currentColor;
    height: 18px;
    margin-right: 0;
    width: 18px;
}

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

.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;
    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-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;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
}

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

.dropdown-menu.open {
    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);
}

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

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

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

.open > .dropdown-menu {
    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);
}

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

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

.dropdown-more .dropdown-menu {
    margin-right: -8px;
    margin-top: 12px;
    padding-bottom: 9px;
    padding-top: 9px;
}

.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;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    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;
    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)";
    filter: alpha(opacity=100);
}

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

.select2-container--default {
    display: block;
}

.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: 40px;
    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="rgba(153,153,153,1)" stroke="rgba(153,153,153,1)" 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: 39px;
    margin-top: -3px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 11px;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 38px;
    width: 42px;
}

.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;
}

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

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

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

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

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

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

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

.dz-message .dz-message-default {
    display: block;
}

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

.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;
}

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

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

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

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

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

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

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

.dz-started {
    margin: -16px -8px 0;
}

.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);
}

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

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

#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;
    border: none;
    padding: 0;
}

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

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 + .btn {
    margin-left: 0;
}

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

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

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

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

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

.form-horizontal .form-group {
    max-width: none;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 10px;
    }
}

.form-group .btn {
    margin-left: 0;
}

.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--multiple {
    border-color: #EC0101;
}

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

.form-table {
    color: #797979;
}

.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;
}

.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: 0px;
    font-weight: 600;
}

.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="#ffffff" 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: #144B89;
    border-color: #144B89;
    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: #144B89;
    border-color: #144B89;
    color: #fff;
}

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

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

.control-calendar {
    background: #fff;
    padding-left: 43px;
    padding-right: 37px;
    position: relative;
}

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

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

.control-calendar .icon-arrow {
    fill: #999;
    height: 6px;
    margin-top: -3px;
    right: 15px;
    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;
    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: #144B89;
    color: #fff;
}

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

.control-timepicker {
    width: 135px;
}

.custom-checkbox {
    cursor: pointer;
    padding-left: 44px;
}

.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: -44px;
    margin-top: -10px;
    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: #144B89;
}

.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 > .info .btn + .btn,
.control-image > .info p + .btn {
    margin-top: 8px;
}

.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-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;
    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: 767px) {
    .control-card-number .card-number {
        width: 64%;
    }
}

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

.control-card-number .card-date {
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border-left: 0;
    border-right: 0;
    padding-left: 0;
}

@media (max-width: 767px) {
    .control-card-number .card-date {
        width: 22%;
    }
}

@media (min-width: 768px) {
    .control-card-number .card-date {
        width: 18%;
    }
}

.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;
}

@media (max-width: 767px) {
    .control-card-number .card-cvv {
        width: 14%;
    }
}

@media (min-width: 768px) {
    .control-card-number .card-cvv {
        width: 12%;
    }
}

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

#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-right: 10px;
    margin-bottom: 0;
    max-width: 446px;
    overflow: visible;
    position: relative;
}

#form-budget .leads-remaining {
    bottom: -17px;
    color: #A9A9A9;
    font-size: 12px;
    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;
}

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

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

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

#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;
}

#form-filter {
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

#form-filter .form-group {
    margin-bottom: 0;
}

#form-filter .form-control {
    width: 318px;
}

#form-filter .control-calendar {
    width: 164px;
}

.label {
    -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: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;
}

.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;
    padding: 21px 30px 19px;
    text-transform: uppercase;
}

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

.table > thead > tr > th > a{
    color: #444444;
}

.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;
}

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

.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;
}

@media (max-width: 767px) {
    .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
        border-top-color: transparent;
        line-height: 1.4;
        padding: 1px 0;
    }
}

@media (min-width: 768px) {
    .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,
.table > tfoot > tr > th {
    font-weight: normal;
    color: #797979;
}

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

    .table > tbody > tr + tr,
  .table > tfoot > tr + tr {
        border-top: 1px solid #EAEAEA;
    }
}

.table .service-info {
    line-height: 1;
    margin-bottom: 10px;
}

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

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

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

    .table .service-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;
}

.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.table-inverse > thead > tr > td,
.table.table-inverse > thead > tr > th {
    background: #FAFAFA;
}

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

.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: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;
}

.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;
}

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

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

.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;
}

.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-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;
    line-height: 1;
    margin-top: 1px;
}

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

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

    .table-absolute-xs {
        display: block;
        position: absolute;
        top: 12px;
        right: 0;
    }
}

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

@media (max-width: 767px) {
    .panel {
        margin-bottom: 16px;
    }
}

@media (min-width: 768px) {
    .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: 767px) {
    .panel-body {
        padding: 20px 16px 16px;
    }
}

@media (min-width: 768px) {
    .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: 767px) {
    .panel-question .panel-body {
        padding-bottom: 20px;
        padding-top: 20px;
    }

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

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

@media (min-width: 768px) {
    .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;
    padding: 80px 0;
    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;
    margin-bottom: 3px;
}

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

.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: 767px) {
    .panel-auth {
        border: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

.panel-map #map { height: 100%; }
.infoBox {
    background-color: #FFF;
    width: 220px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: 2px solid #F51638;
    border-radius: 3px;
    margin-top: 10px;
    padding: 10px;
}
.infoBox p {
    padding: 0 15px;
    margin: 0;
}
.infoBox:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #F51638;
    top: -10px;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    left: 138px
}

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

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

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

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

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

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

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

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

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

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

.breadcrumb {
    color: #232323;
    font-size: 12px;
    padding: 6px 0;
    margin-top: 25px;
    margin-bottom: 0px;
}

.breadcrumb > li + li:before {
    color: inherit;
    content: ">";
    padding: 0 3px 0 1px;
}

.breadcrumb a,
.breadcrumb > .active {
    color: inherit;
}

.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: 767px) {
    .accordion {
        padding: 18px 20px 12px;
    }

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

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

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

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

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

@media (min-width: 768px) {
    .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: 768px) {
    .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-header {
    padding: 32px 42px 11px;
}

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

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

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

@media (min-width: 992px) {
    .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;
    }
}

#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: 768px) {
    .modal:not(.modal-light) .modal-dialog {
        margin-top: 170px;
    }
}

@media (min-width: 768px) {
    .modal-dialog:not(.modal-lg):not(.modal-md) {
        width: 520px;
    }

    .modal-sm {
        width: 420px;
    }
}

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

.section-heading {
    margin-bottom: 25px;
}

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

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

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

.section-nav {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 11px;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.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;
}

.section-nav.v-bottom {
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

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

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

.section-body .new td {
    font-weight: 600;
}

.section-body .panel-map {
    height: -moz-calc(100% - 21px);
    height: calc(100% - 21px);
}

.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;
}

#fichas {
    display: none;
}

#fichas.active {
    display: block;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    border: none;
    margin-bottom: 20px;
}

.card .card-body { padding: 2rem; }

.card .card-content {
    padding: 1.5rem 2rem;
    background: #FFFFFF;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom: 1px solid #EAEAEA;
}

.card .card-content .badge {
    background-color: #f8f9fa;
    color: #3F93F3;
    border-radius: 4px;
    font-size: 11px;
    margin-top: 7px
}

.card .card-content svg { display: block; }

.card .card-content p {
    color: #A9A9A9;
    margin: 5px 0 0;
}

.card .card-details { padding: 1.5rem 2rem; }

.card .card-details h5 {
    font-weight: 600;
    font-size: 30px;
    margin: 0;
}
.card .card-details h6 {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 3px;
}

.trash {
    height: 25px;
    width: 25px;
    color: #AFAFAF;
    margin-top: 5px;
}

.table-more .trash {
    cursor: pointer;
}

.ul-trash {
    list-style-type: none;
    padding-left: 10px;
}

.card .card-details p {
    color: #A9A9A9;
    margin: 4px 0 0;
    line-height: 11px;
}

.card .card-title {
    font-size: 14px;
    text-transform: uppercase;
}

.card .card-list-inline {
    text-align: center;
    margin: 30px 0 10px;
}
.card .card-list-inline li {
    display: inline-block;
    vertical-align: top;
    padding: 0 50px;
}
.card .card-list-inline li h5 {
    font-weight: 600;
    font-size: 25px;
    margin: 0;
    display: inline-block;
}

.float-right { float: right; }

#customers-map {
    height: 600px;
    width: 100%;
}

.section-login {
    background: #F5F5F5 url('../images/bg-login.png') no-repeat center;
    background-size: cover;
}
.group-login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 24em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.section-login .container {
    position: relative;
    max-width: 450px;
}
.section-login .logo {
    display: block;
    width: 200px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: -100px;

}
.section-login .section {
    padding: 40px;
    background: #FFF;
    border: 1px solid #D9D9D9;
    box-shadow: 0 2px 5px 0 #D4D4D4;
    border-radius: 4px;
}
.section-login .section h1 {
    margin: 0 0 5px;
}
.section-login .section p {
    font-size: 16px;
    margin-bottom: 20px;
}
.section-login .section .form {}
.section-login .section .form .form-control {
    height: 46px;
}
.section-login .section .form .btn {
    height: 54px;
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
}

@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%;
    }
}

.datepicker table {
    width: 100%;
}

.datepicker th,
.datepicker td {
    text-align: center;
}

.signature {
    margin-bottom: 30px;
}

.signature strong {
    display: block;
    text-align: center;
}

.signature-area {
    border: 2px solid #eee;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 200px;
    margin-bottom: 10px;
    position: relative;
}

.signature-area img {
    width: 95%;
}

.signature-area canvas {
    height: 100%;
    width: 100%;
}

.signature-clear {
    border: none;
    background: transparent;
    bottom: 0;
    color: #A6A6A6;
    font-size: 0;
    outline: none;
    padding: 5px;
    position: absolute;
    right: 0;
}

.signature-clear .icon {
    fill: currentColor;
    height: 24px;
    width: 24px;
}

.signature-clear:hover {
    color: #3F93F3;
}

.page-contract .panel-body {
    text-align: justify;
}

@media (min-width: 768px) {
    .page-contract .panel-body {
        padding: 50px;
    }
}

@media (min-width: 1200px) {
    .page-contract .container {
        max-width: 850px;
    }
}

.page-contract h2,
.page-contract .h2 {
    margin-top: 50px;
}

.page-contract th,
.page-contract td {
    text-align: center;
}

.page-contract .table > tbody > tr > td,
.page-contract .table > tfoot > tr > td {
    font-size: 14px;
}

.page-contract .table > thead > tr,
.page-contract .table > tfoot > tr {
    background: #EAEAEA;
}

.page-contract .table > thead > tr > th,
.page-contract .table > tbody > tr > td,
.page-contract .table > tfoot > tr > td {
    padding: 8px;
}

.page-contract .table > tbody > tr > td,
.page-contract .table > tfoot > tr > td {
    line-height: 1.1;
}

.label-default {
    background: #EBEBEB;
    color: #757575;
}