@import url("./google-font/family-source_sans_pro.css");
@import url("./font-awesome/css/font-awesome.min.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
 ::after,
 ::before {
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    position: relative;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    background-color: #F7FAFB;
    color: #1F2D3D;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    font-weight: 300;
}

.white_bg_page {
    position: fixed;
    z-index: -1;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}

a {
    color: #00B7FF;
}

a:hover {
    color: #005fb2;
}

p {
    line-height: 1.38em;
    font-weight: 300;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1f2d3d;
    font-family: 'Source Sans Pro', sans-serif;
}

h1 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
}

h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.27em;
    color: #1f2d3d;
    margin-bottom: 15px;
}

h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.35em;
    color: #1f2d3d;
    margin-bottom: 15px;
}

h5 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.27em;
    color: #1f2d3d;
    margin-bottom: 15px;
}

.slds-input {
    border-radius: 4px !important;
    font-family: 'Source Sans Pro', sans-serif;
    border: 1px solid #E4E9ED;
    min-height: 38px;
    color: #4B5763;
}

.slds-input,
.slds-textarea {
    border-color: #d3dbe0 !important;
}

.slds-input.slds-input_md {
    height: calc(2.69rem + (1px * 2));
    min-height: auto;
    font-weight: 500;
    font-size: 16px;
}

.slds-input.slds-input_lg {
    height: calc(3.2rem + (1px * 2));
    min-height: auto;
    font-size: 18px;
    padding: 0 1.25rem;
    font-weight: 500;
}

.slds-textarea {
    min-height: 130px;
}

.slds-textarea::placeholder,
.slds-input::placeholder {
    color: #9FB2C4 !important;
    font-size: 16px;
    font-weight: 300;
}

.slds-form-element .has-error_field:focus,
.slds-form-element .has-error_field {
    border-color: #f44336 !important;
    box-shadow: 0 0 3px #f44336 !important;
}

.slds-form-element .has-error_field::placeholder {
    color: #f44336 !important;
    opacity: 0.6;
}

.container {
    position: relative;
    max-width: 1200px;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0 auto;
}

.slds-form-element__row {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    margin-right: -10px;
    margin-left: -10px;
}

.slds-form-element__row .slds-form-element+.slds-form-element {
    padding-left: .5rem;
    margin-top: 0;
}

.slds-size {
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.flexbox_container_auto {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkkit-flex-wrap: wrap;
    height: 100%;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-md-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9 {
    position: relative;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

@media only screen and (max-width: 992px) {
    #infected-attachment .row .col-md-6:first-child {
        margin-bottom: 30px;
    }
    #tip-bspUpload {
        padding: 20px;
    }
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.slds-gutters_row {
    flex-wrap: wrap;
    flex-direction: row;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
    display: -ms-flexbox;
    display: flex;
}

.slds-gutters_row .slds-col {
    padding: 0.75rem;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

section {
    position: relative;
}

section.global-section {
    padding: 70px 0;
}

section.gray-section_bg {
    background-color: #FAFBFC;
}

section.gray-gradient-section_bg {
    background-image: -webkit-linear-gradient(to bottom, #fff 0%, #fafbfc 100%);
    background-image: -moz-linear-gradient(to bottom, #fff 0%, #fafbfc 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #fafbfc 100%);
    background-color: #FAFBFC;
}

section.white-section_bg {
    background-color: #ffffff;
}

section.section-padding-0 {
    padding: 0px;
}

.global-box_white {
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0 10px 21px #e6eaef;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.white-background {
    background-color: #ffffff;
    border: none !important;
    color: #1f2d3d !important;
    padding: 30px 25px;
    -webkit-box-shadow: 0 10px 21px #e6eaef;
    -ms-box-shadow: 0 10px 21px #e6eaef;
    box-shadow: 0 10px 21px #e6eaef;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all ease-in-out 180ms;
    -ms-transition: all ease-in-out 180ms;
    transition: all ease-in-out 180ms;
    text-decoration: none !important;
}

.white-background.shadow--none {
    box-shadow: none;
}

::placeholder {
    color: #1d2d3d;
    font-weight: 100;
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

table thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

table th {
    background: #FAFBFC;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #849296;
    padding-left: 1.5rem;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.0625rem;
    text-align: left;
}

table tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

table td {
    padding: 14px 0 14px 1.5rem;
    border-top: 1px solid #FAFBFC;
    border-bottom: 1px solid #eee;
    text-align: left;
    font-size: 14px;
    color: #1f2d3d;
}

.custom-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #f6f6f6;
}

.custom-bg:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    height: 250px;
    width: 100%;
    background-color: #ca4a4a;
}

header.main-header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 45px;
}

header.main-header img {
    max-width: 165px;
    display: block;
}

header.main-header h3 {
    margin: 0;
    color: #ffffff;
    position: relative;
    padding-left: 18px;
    margin-left: 18px;
}

header.main-header h3:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    border-left: 1px solid #ec7e7e;
    width: 1px;
    height: 30px;
    top: 1px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-group {
    margin-bottom: 2rem;
    position: relative;
}

.start-form-group {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: 400;
    font-size: 15px;
}

span.resend-token {
    position: absolute;
    right: 0.25rem;
    top: 0.25rem;
    font-weight: bold;
}

span.sub-label {
    display: block;
    margin: 10px 0;
    font-size: 14px;
}

.btn {
    font-size: 15px;
    height: 43px;
    color: #ffffff;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0.45rem 0;
    display: inline-block;
    position: relative;
    -webkit-appearance: none;
    white-space: normal;
    user-select: none;
    border-radius: 0.25rem;
    text-decoration: none;
    cursor: pointer;
}

.btn.btn-default {
    background-color: #57ACF2;
    border-color: #50a6ec;
}

.btn.btn-success {
    background-color: #489f50;
    border-color: #3d8e45;
}

.btn.btn-gener-token:disabled,
.btn.btn-default:disabled {
    background-color: #666666;
    border-color: #666666;
}

.start-powerbox-form,
.activate-powerbox-form {
    background: #fff;
    color: #666;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 40px;
    max-width: 650px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 3px;
}

.start-powerbox-form,
.activate-powerbox-form h4 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 35px;
}

.activate-powerbox-form .btn-success {
    position: absolute;
    top: 22px;
    right: 4px;
    height: 28px;
    line-height: 1em;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
}

@media screen and (max-width: 767px) {
    .activate-powerbox-form {
        padding: 30px;
    }
}