@font-face {
  font-family: 'webrun-icons';
  src: url("font/webrun-icons.eot?55130136");
  src: url("font/webrun-icons.eot?55130136#iefix") format("embedded-opentype"), url("font/webrun-icons.woff2?55130136") format("woff2"), url("font/webrun-icons.woff?55130136") format("woff"), url("font/webrun-icons.ttf?55130136") format("truetype"), url("font/webrun-icons.svg?55130136#webrun-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Open Sans';
  src:  url("font/OpenSans-Light.ttf?v=1.1.0");
  font-weight: 300;
  font-style: normal; 
}

@font-face {
  font-family: 'Open Sans';
  src: url("font/OpenSans-Regular.ttf?v=1.1.0");
  font-weight: normal;
  font-style: normal; }

  @font-face {
  font-family: 'Open Sans IE';
  src: url("font/OpenSans-Light.eot");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("font/OpenSans-Semibold.ttf?v=1.1.0");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("font/OpenSans-Bold.ttf?v=1.1.0");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("font/OpenSans-ExtraBold.ttf?v=1.1.0");
  font-weight: 800;
  font-style: normal; 
}


/* -----------------------------------*/
/* ------------- GLOBAL --------------*/
/* -----------------------------------*/
/* GLOBAL > Display/Visuais
//////////////////////////////////////*/
@-ms-viewport {
    width: device-width;
}

.disp-xs,
.disp-sm,
.disp-xs-block,
.disp-xs-inline,
.disp-xs-inline-block,
.disp-sm-block,
.disp-sm-inline,
.disp-sm-inline-block,
.disp-md-block,
.disp-md-inline,
.disp-md-inline-block,
.disp-lg-block,
.disp-lg-inline,
.disp-lg-inline-block {
    display: none !important;
}

/* GLOBAL > Responsividade
//////////////////////////////////////*/
@media (max-width: 767px) {
    .disp-xs {
        display: block !important;
    }

    .disp-xs .disp-md,
    .disp-xs .disp-lg {
        display: none !important;
    }

    table.disp-xs {
        display: table;
    }

    tr.disp-xs {
        display: table-row !important;
    }

    th.disp-xs,
  td.disp-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .disp-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .disp-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .disp-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .disp-sm {
        display: block !important;
    }

    table.disp-sm {
        display: table;
    }

    tr.disp-sm {
        display: table-row !important;
    }

    th.disp-sm,
  td.disp-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .disp-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .disp-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .disp-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .disp-md {
        display: block !important;
    }

    table.disp-md {
        display: table;
    }

    tr.disp-md {
        display: table-row !important;
    }

    th.disp-md,
  td.disp-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .disp-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .disp-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .disp-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .disp-lg {
        display: block !important;
    }

    table.disp-lg {
        display: table;
    }

    tr.disp-lg {
        display: table-row !important;
    }

    th.disp-lg,
  td.disp-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .disp-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .disp-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .disp-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.disp-print {
    display: none !important;
}

@media print {
    .disp-print {
        display: block !important;
    }

    table.disp-print {
        display: table;
    }

    tr.disp-print {
        display: table-row !important;
    }

    th.disp-print,
  td.disp-print {
        display: table-cell !important;
    }
}

.disp-print-block {
    display: none !important;
}

@media print {
    .disp-print-block {
        display: block !important;
    }
}

.disp-print-inline {
    display: none !important;
}

@media print {
    .disp-print-inline {
        display: inline !important;
    }
}

.disp-print-inline-block {
    display: none !important;
}

@media print {
    .disp-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/* -----------------------------------*/
/* ---------- CONTAINERS -------------*/
/* -----------------------------------*/
/* CONTAINERS > Padrä¯?
//////////////////////////////////////*/
.cont {
    margin-right: auto;
    margin-left: auto;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

/* CONTAINERS > Padrä¯ > Responsividade
//////////////////////////////////////*/
@media (min-width: 768px) {
    .cont {
        width: 735px;
    }
}

@media (min-width: 992px) {
    .cont {
        width: 955px;
    }
}

@media (min-width: 1200px) {
    .cont {
        width: 1155px;
    }
}

/* CONTAINERS > Fluido
//////////////////////////////////////*/
.cont-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

/* -----------------------------------*/
/* ---------- SESSION/ROW ------------*/
/* -----------------------------------*/
.sess {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

/* -----------------------------------*/
/* ------------- COLUNAS -------------*/
/* -----------------------------------*/
.c, .c-xs-1, .c-sm-1, .c-md-1, .c-lg-1, .c-xs-2, .c-sm-2, .c-md-2, .c-lg-2, .c-xs-3, .c-sm-3, .c-md-3, .c-lg-3, .c-xs-4, .c-sm-4, .c-md-4, .c-lg-4, .c-xs-5, .c-sm-5, .c-md-5, .c-lg-5, .c-xs-6, .c-sm-6, .c-md-6, .c-lg-6, .c-xs-7, .c-sm-7, .c-md-7, .c-lg-7, .c-xs-8, .c-sm-8, .c-md-8, .c-lg-8, .c-xs-9, .c-sm-9, .c-md-9, .c-lg-9, .c-xs-10, .c-sm-10, .c-md-10, .c-lg-10, .c-xs-11, .c-sm-11, .c-md-11, .c-lg-11, .c-xs-12, .c-sm-12, .c-md-12, .c-lg-12, .c-xs-13, .c-sm-13, .c-md-13, .c-lg-13, .c-xs-14, .c-sm-14, .c-md-14, .c-lg-14, .c-xs-15, .c-sm-15, .c-md-15, .c-lg-15, .c-xs-16, .c-sm-16, .c-md-16, .c-lg-16, .c-xs-17, .c-sm-17, .c-md-17, .c-lg-17, .c-xs-18, .c-sm-18, .c-md-18, .c-lg-18, .c-xs-19, .c-sm-19, .c-md-19, .c-lg-19, .c-xs-20, .c-sm-20, .c-md-20, .c-lg-20, .c-xs-21, .c-sm-21, .c-md-21, .c-lg-21, .c-xs-22, .c-sm-22, .c-md-22, .c-lg-22, .c-xs-23, .c-sm-23, .c-md-23, .c-lg-23, .c-xs-24, .c-sm-24, .c-md-24, .c-lg-24 {
    position: relative;
    min-height: 1px;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.c, .c-xs-1, .c-xs-2, .c-xs-3, .c-xs-4, .c-xs-5, .c-xs-6, .c-xs-7, .c-xs-8, .c-xs-9, .c-xs-10, .c-xs-11, .c-xs-12, .c-xs-13, .c-xs-14, .c-xs-15, .c-xs-16, .c-xs-17, .c-xs-18, .c-xs-19, .c-xs-20, .c-xs-21, .c-xs-22, .c-xs-23, .c-xs-24 {
    float: left;
}

.c-xs-24 {
    width: 100%;
}

.c-xs-23 {
    width: 95.83333333%;
}

.c-xs-22 {
    width: 91.66666667%;
}

.c-xs-21 {
    width: 87.5%;
}

.c-xs-20 {
    width: 83.33333333%;
}

.c-xs-19 {
    width: 79.16666667%;
}

.c-xs-18 {
    width: 75%;
}

.c-xs-17 {
    width: 70.83333333%;
}

.c-xs-16 {
    width: 66.66666667%;
}

.c-xs-15 {
    width: 62.5%;
}

.c-xs-14 {
    width: 58.33333333%;
}

.c-xs-13 {
    width: 54.16666667%;
}

.c-xs-12 {
    width: 50%;
}

.c-xs-11 {
    width: 45.83333333%;
}

.c-xs-10 {
    width: 41.66666667%;
}

.c-xs-9 {
    width: 37.5%;
}

.c-xs-8 {
    width: 33.33333333%;
}

.c-xs-7 {
    width: 29.16666667%;
}

.c-xs-6 {
    width: 25%;
}

.c-xs-5 {
    width: 20.83333333%;
}

.c-xs-4 {
    width: 16.66666667%;
}

.c-xs-3 {
    width: 12.5%;
}

.c-xs-2 {
    width: 8.33333333%;
}

.c-xs-1 {
    width: 4.16666667%;
}

.c-xs-to-24 {
    right: 100%;
}

.c-xs-to-23 {
    right: 95.83333333%;
}

.c-xs-to-22 {
    right: 91.66666667%;
}

.c-xs-to-21 {
    right: 87.5%;
}

.c-xs-to-20 {
    right: 83.33333333%;
}

.c-xs-to-19 {
    right: 79.16666667%;
}

.c-xs-to-18 {
    right: 75%;
}

.c-xs-to-17 {
    right: 70.83333333%;
}

.c-xs-to-16 {
    right: 66.66666667%;
}

.c-xs-to-15 {
    right: 62.5%;
}

.c-xs-to-14 {
    right: 58.33333333%;
}

.c-xs-to-13 {
    right: 54.16666667%;
}

.c-xs-to-12 {
    right: 50%;
}

.c-xs-to-11 {
    right: 45.83333333%;
}

.c-xs-to-10 {
    right: 41.66666667%;
}

.c-xs-to-9 {
    right: 37.5%;
}

.c-xs-to-8 {
    right: 33.33333333%;
}

.c-xs-to-7 {
    right: 29.16666667%;
}

.c-xs-to-6 {
    right: 25%;
}

.c-xs-to-5 {
    right: 20.83333333%;
}

.c-xs-to-4 {
    right: 16.66666667%;
}

.c-xs-to-3 {
    right: 12.5%;
}

.c-xs-to-2 {
    right: 8.33333333%;
}

.c-xs-to-1 {
    right: 4.16666667%;
}

.c-xs-to-0 {
    right: auto;
}

.c-xs-push-24 {
    left: 100%;
}

.c-xs-push-23 {
    left: 95.83333333%;
}

.c-xs-push-22 {
    left: 91.66666667%;
}

.c-xs-push-21 {
    left: 87.5%;
}

.c-xs-push-20 {
    left: 83.33333333%;
}

.c-xs-push-19 {
    left: 79.16666667%;
}

.c-xs-push-18 {
    left: 75%;
}

.c-xs-push-17 {
    left: 70.83333333%;
}

.c-xs-push-16 {
    left: 66.66666667%;
}

.c-xs-push-15 {
    left: 62.5%;
}

.c-xs-push-14 {
    left: 58.33333333%;
}

.c-xs-push-13 {
    left: 54.16666667%;
}

.c-xs-push-12 {
    left: 50%;
}

.c-xs-push-11 {
    left: 45.83333333%;
}

.c-xs-push-10 {
    left: 41.66666667%;
}

.c-xs-push-9 {
    left: 37.5%;
}

.c-xs-push-8 {
    left: 33.33333333%;
}

.c-xs-push-7 {
    left: 29.16666667%;
}

.c-xs-push-6 {
    left: 25%;
}

.c-xs-push-5 {
    left: 20.83333333%;
}

.c-xs-push-4 {
    left: 16.66666667%;
}

.c-xs-push-3 {
    left: 12.5%;
}

.c-xs-push-2 {
    left: 8.33333333%;
}

.c-xs-push-1 {
    left: 4.16666667%;
}

.c-xs-push-0 {
    left: auto;
}

.c-xs-offset-24 {
    margin-left: 100%;
}

.c-xs-offset-23 {
    margin-left: 95.83333333%;
}

.c-xs-offset-22 {
    margin-left: 91.66666667%;
}

.c-xs-offset-21 {
    margin-left: 87.5%;
}

.c-xs-offset-20 {
    margin-left: 83.33333333%;
}

.c-xs-offset-19 {
    margin-left: 79.16666667%;
}

.c-xs-offset-18 {
    margin-left: 75%;
}

.c-xs-offset-17 {
    margin-left: 70.83333333%;
}

.c-xs-offset-16 {
    margin-left: 66.66666667%;
}

.c-xs-offset-15 {
    margin-left: 62.5%;
}

.c-xs-offset-14 {
    margin-left: 58.33333333%;
}

.c-xs-offset-13 {
    margin-left: 54.16666667%;
}

.c-xs-offset-12 {
    margin-left: 50%;
}

.c-xs-offset-11 {
    margin-left: 45.83333333%;
}

.c-xs-offset-10 {
    margin-left: 41.66666667%;
}

.c-xs-offset-9 {
    margin-left: 37.5%;
}

.c-xs-offset-8 {
    margin-left: 33.33333333%;
}

.c-xs-offset-7 {
    margin-left: 29.16666667%;
}

.c-xs-offset-6 {
    margin-left: 25%;
}

.c-xs-offset-5 {
    margin-left: 20.83333333%;
}

.c-xs-offset-4 {
    margin-left: 16.66666667%;
}

.c-xs-offset-3 {
    margin-left: 12.5%;
}

.c-xs-offset-2 {
    margin-left: 8.33333333%;
}

.c-xs-offset-1 {
    margin-left: 4.16666667%;
}

.c-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .c, .c-sm-1, .c-sm-2, .c-sm-3, .c-sm-4, .c-sm-5, .c-sm-6, .c-sm-7, .c-sm-8, .c-sm-9, .c-sm-10, .c-sm-11, .c-sm-12, .c-sm-13, .c-sm-14, .c-sm-15, .c-sm-16, .c-sm-17, .c-sm-18, .c-sm-19, .c-sm-20, .c-sm-21, .c-sm-22, .c-sm-23, .c-sm-24 {
        float: left;
    }

    .c-sm-24 {
        width: 100%;
    }

    .c-sm-23 {
        width: 95.83333333%;
    }

    .c-sm-22 {
        width: 91.66666667%;
    }

    .c-sm-21 {
        width: 87.5%;
    }

    .c-sm-20 {
        width: 83.33333333%;
    }

    .c-sm-19 {
        width: 79.16666667%;
    }

    .c-sm-18 {
        width: 75%;
    }

    .c-sm-17 {
        width: 70.83333333%;
    }

    .c-sm-16 {
        width: 66.66666667%;
    }

    .c-sm-15 {
        width: 62.5%;
    }

    .c-sm-14 {
        width: 58.33333333%;
    }

    .c-sm-13 {
        width: 54.16666667%;
    }

    .c-sm-12 {
        width: 50%;
    }

    .c-sm-11 {
        width: 45.83333333%;
    }

    .c-sm-10 {
        width: 41.66666667%;
    }

    .c-sm-9 {
        width: 37.5%;
    }

    .c-sm-8 {
        width: 33.33333333%;
    }

    .c-sm-7 {
        width: 29.16666667%;
    }

    .c-sm-6 {
        width: 25%;
    }

    .c-sm-5 {
        width: 20.83333333%;
    }

    .c-sm-4 {
        width: 16.66666667%;
    }

    .c-sm-3 {
        width: 12.5%;
    }

    .c-sm-2 {
        width: 8.33333333%;
    }

    .c-sm-1 {
        width: 4.16666667%;
    }

    .c-sm-to-24 {
        right: 100%;
    }

    .c-sm-to-23 {
        right: 95.83333333%;
    }

    .c-sm-to-22 {
        right: 91.66666667%;
    }

    .c-sm-to-21 {
        right: 87.5%;
    }

    .c-sm-to-20 {
        right: 83.33333333%;
    }

    .c-sm-to-19 {
        right: 79.16666667%;
    }

    .c-sm-to-18 {
        right: 75%;
    }

    .c-sm-to-17 {
        right: 70.83333333%;
    }

    .c-sm-to-16 {
        right: 66.66666667%;
    }

    .c-sm-to-15 {
        right: 62.5%;
    }

    .c-sm-to-14 {
        right: 58.33333333%;
    }

    .c-sm-to-13 {
        right: 54.16666667%;
    }

    .c-sm-to-12 {
        right: 50%;
    }

    .c-sm-to-11 {
        right: 45.83333333%;
    }

    .c-sm-to-10 {
        right: 41.66666667%;
    }

    .c-sm-to-9 {
        right: 37.5%;
    }

    .c-sm-to-8 {
        right: 33.33333333%;
    }

    .c-sm-to-7 {
        right: 29.16666667%;
    }

    .c-sm-to-6 {
        right: 25%;
    }

    .c-sm-to-5 {
        right: 20.83333333%;
    }

    .c-sm-to-4 {
        right: 16.66666667%;
    }

    .c-sm-to-3 {
        right: 12.5%;
    }

    .c-sm-to-2 {
        right: 8.33333333%;
    }

    .c-sm-to-1 {
        right: 4.16666667%;
    }

    .c-sm-to-0 {
        right: auto;
    }

    .c-sm-push-24 {
        left: 100%;
    }

    .c-sm-push-23 {
        left: 95.83333333%;
    }

    .c-sm-push-22 {
        left: 91.66666667%;
    }

    .c-sm-push-21 {
        left: 87.5%;
    }

    .c-sm-push-20 {
        left: 83.33333333%;
    }

    .c-sm-push-19 {
        left: 79.16666667%;
    }

    .c-sm-push-18 {
        left: 75%;
    }

    .c-sm-push-17 {
        left: 70.83333333%;
    }

    .c-sm-push-16 {
        left: 66.66666667%;
    }

    .c-sm-push-15 {
        left: 62.5%;
    }

    .c-sm-push-14 {
        left: 58.33333333%;
    }

    .c-sm-push-13 {
        left: 54.16666667%;
    }

    .c-sm-push-12 {
        left: 50%;
    }

    .c-sm-push-11 {
        left: 45.83333333%;
    }

    .c-sm-push-10 {
        left: 41.66666667%;
    }

    .c-sm-push-9 {
        left: 37.5%;
    }

    .c-sm-push-8 {
        left: 33.33333333%;
    }

    .c-sm-push-7 {
        left: 29.16666667%;
    }

    .c-sm-push-6 {
        left: 25%;
    }

    .c-sm-push-5 {
        left: 20.83333333%;
    }

    .c-sm-push-4 {
        left: 16.66666667%;
    }

    .c-sm-push-3 {
        left: 12.5%;
    }

    .c-sm-push-2 {
        left: 8.33333333%;
    }

    .c-sm-push-1 {
        left: 4.16666667%;
    }

    .c-sm-push-0 {
        left: auto;
    }

    .c-sm-offset-24 {
        margin-left: 100%;
    }

    .c-sm-offset-23 {
        margin-left: 95.83333333%;
    }

    .c-sm-offset-22 {
        margin-left: 91.66666667%;
    }

    .c-sm-offset-21 {
        margin-left: 87.5%;
    }

    .c-sm-offset-20 {
        margin-left: 83.33333333%;
    }

    .c-sm-offset-19 {
        margin-left: 79.16666667%;
    }

    .c-sm-offset-18 {
        margin-left: 75%;
    }

    .c-sm-offset-17 {
        margin-left: 70.83333333%;
    }

    .c-sm-offset-16 {
        margin-left: 66.66666667%;
    }

    .c-sm-offset-15 {
        margin-left: 62.5%;
    }

    .c-sm-offset-14 {
        margin-left: 58.33333333%;
    }

    .c-sm-offset-13 {
        margin-left: 54.16666667%;
    }

    .c-sm-offset-12 {
        margin-left: 50%;
    }

    .c-sm-offset-11 {
        margin-left: 45.83333333%;
    }

    .c-sm-offset-10 {
        margin-left: 41.66666667%;
    }

    .c-sm-offset-9 {
        margin-left: 37.5%;
    }

    .c-sm-offset-8 {
        margin-left: 33.33333333%;
    }

    .c-sm-offset-7 {
        margin-left: 29.16666667%;
    }

    .c-sm-offset-6 {
        margin-left: 25%;
    }

    .c-sm-offset-5 {
        margin-left: 20.83333333%;
    }

    .c-sm-offset-4 {
        margin-left: 16.66666667%;
    }

    .c-sm-offset-3 {
        margin-left: 12.5%;
    }

    .c-sm-offset-2 {
        margin-left: 8.33333333%;
    }

    .c-sm-offset-1 {
        margin-left: 4.16666667%;
    }

    .c-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .c, .c-md-1, .c-md-2, .c-md-3, .c-md-4, .c-md-5, .c-md-6, .c-md-7, .c-md-8, .c-md-9, .c-md-10, .c-md-11, .c-md-12, .c-md-13, .c-md-14, .c-md-15, .c-md-16, .c-md-17, .c-md-18, .c-md-19, .c-md-20, .c-md-21, .c-md-22, .c-md-23, .c-md-24 {
        float: left;
    }

    .c-md-24 {
        width: 100%;
    }

    .c-md-23 {
        width: 95.83333333%;
    }

    .c-md-22 {
        width: 91.66666667%;
    }

    .c-md-21 {
        width: 87.5%;
    }

    .c-md-20 {
        width: 83.33333333%;
    }

    .c-md-19 {
        width: 79.16666667%;
    }

    .c-md-18 {
        width: 75%;
    }

    .c-md-17 {
        width: 70.83333333%;
    }

    .c-md-16 {
        width: 66.66666667%;
    }

    .c-md-15 {
        width: 62.5%;
    }

    .c-md-14 {
        width: 58.33333333%;
    }

    .c-md-13 {
        width: 54.16666667%;
    }

    .c-md-12 {
        width: 50%;
    }

    .c-md-11 {
        width: 45.83333333%;
    }

    .c-md-10 {
        width: 41.66666667%;
    }

    .c-md-9 {
        width: 37.5%;
    }

    .c-md-8 {
        width: 33.33333333%;
    }

    .c-md-7 {
        width: 29.16666667%;
    }

    .c-md-6 {
        width: 25%;
    }

    .c-md-5 {
        width: 20.83333333%;
    }

    .c-md-4 {
        width: 16.66666667%;
    }

    .c-md-3 {
        width: 12.5%;
    }

    .c-md-2 {
        width: 8.33333333%;
    }

    .c-md-1 {
        width: 4.16666667%;
    }

    .c-md-to-24 {
        right: 100%;
    }

    .c-md-to-23 {
        right: 95.83333333%;
    }

    .c-md-to-22 {
        right: 91.66666667%;
    }

    .c-md-to-21 {
        right: 87.5%;
    }

    .c-md-to-20 {
        right: 83.33333333%;
    }

    .c-md-to-19 {
        right: 79.16666667%;
    }

    .c-md-to-18 {
        right: 75%;
    }

    .c-md-to-17 {
        right: 70.83333333%;
    }

    .c-md-to-16 {
        right: 66.66666667%;
    }

    .c-md-to-15 {
        right: 62.5%;
    }

    .c-md-to-14 {
        right: 58.33333333%;
    }

    .c-md-to-13 {
        right: 54.16666667%;
    }

    .c-md-to-12 {
        right: 50%;
    }

    .c-md-to-11 {
        right: 45.83333333%;
    }

    .c-md-to-10 {
        right: 41.66666667%;
    }

    .c-md-to-9 {
        right: 37.5%;
    }

    .c-md-to-8 {
        right: 33.33333333%;
    }

    .c-md-to-7 {
        right: 29.16666667%;
    }

    .c-md-to-6 {
        right: 25%;
    }

    .c-md-to-5 {
        right: 20.83333333%;
    }

    .c-md-to-4 {
        right: 16.66666667%;
    }

    .c-md-to-3 {
        right: 12.5%;
    }

    .c-md-to-2 {
        right: 8.33333333%;
    }

    .c-md-to-1 {
        right: 4.16666667%;
    }

    .c-md-to-0 {
        right: auto;
    }

    .c-md-push-24 {
        left: 100%;
    }

    .c-md-push-23 {
        left: 95.83333333%;
    }

    .c-md-push-22 {
        left: 91.66666667%;
    }

    .c-md-push-21 {
        left: 87.5%;
    }

    .c-md-push-20 {
        left: 83.33333333%;
    }

    .c-md-push-19 {
        left: 79.16666667%;
    }

    .c-md-push-18 {
        left: 75%;
    }

    .c-md-push-17 {
        left: 70.83333333%;
    }

    .c-md-push-16 {
        left: 66.66666667%;
    }

    .c-md-push-15 {
        left: 62.5%;
    }

    .c-md-push-14 {
        left: 58.33333333%;
    }

    .c-md-push-13 {
        left: 54.16666667%;
    }

    .c-md-push-12 {
        left: 50%;
    }

    .c-md-push-11 {
        left: 45.83333333%;
    }

    .c-md-push-10 {
        left: 41.66666667%;
    }

    .c-md-push-9 {
        left: 37.5%;
    }

    .c-md-push-8 {
        left: 33.33333333%;
    }

    .c-md-push-7 {
        left: 29.16666667%;
    }

    .c-md-push-6 {
        left: 25%;
    }

    .c-md-push-5 {
        left: 20.83333333%;
    }

    .c-md-push-4 {
        left: 16.66666667%;
    }

    .c-md-push-3 {
        left: 12.5%;
    }

    .c-md-push-2 {
        left: 8.33333333%;
    }

    .c-md-push-1 {
        left: 4.16666667%;
    }

    .c-md-push-0 {
        left: auto;
    }

    .c-md-offset-24 {
        margin-left: 100%;
    }

    .c-md-offset-23 {
        margin-left: 95.83333333%;
    }

    .c-md-offset-22 {
        margin-left: 91.66666667%;
    }

    .c-md-offset-21 {
        margin-left: 87.5%;
    }

    .c-md-offset-20 {
        margin-left: 83.33333333%;
    }

    .c-md-offset-19 {
        margin-left: 79.16666667%;
    }

    .c-md-offset-18 {
        margin-left: 75%;
    }

    .c-md-offset-17 {
        margin-left: 70.83333333%;
    }

    .c-md-offset-16 {
        margin-left: 66.66666667%;
    }

    .c-md-offset-15 {
        margin-left: 62.5%;
    }

    .c-md-offset-14 {
        margin-left: 58.33333333%;
    }

    .c-md-offset-13 {
        margin-left: 54.16666667%;
    }

    .c-md-offset-12 {
        margin-left: 50%;
    }

    .c-md-offset-11 {
        margin-left: 45.83333333%;
    }

    .c-md-offset-10 {
        margin-left: 41.66666667%;
    }

    .c-md-offset-9 {
        margin-left: 37.5%;
    }

    .c-md-offset-8 {
        margin-left: 33.33333333%;
    }

    .c-md-offset-7 {
        margin-left: 29.16666667%;
    }

    .c-md-offset-6 {
        margin-left: 25%;
    }

    .c-md-offset-5 {
        margin-left: 20.83333333%;
    }

    .c-md-offset-4 {
        margin-left: 16.66666667%;
    }

    .c-md-offset-3 {
        margin-left: 12.5%;
    }

    .c-md-offset-2 {
        margin-left: 8.33333333%;
    }

    .c-md-offset-1 {
        margin-left: 4.16666667%;
    }

    .c-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .c, .c-lg-1, .c-lg-2, .c-lg-3, .c-lg-4, .c-lg-5, .c-lg-6, .c-lg-7, .c-lg-8, .c-lg-9, .c-lg-10, .c-lg-11, .c-lg-12, .c-lg-13, .c-lg-14, .c-lg-15, .c-lg-16, .c-lg-17, .c-lg-18, .c-lg-19, .c-lg-20, .c-lg-21, .c-lg-22, .c-lg-23, .c-lg-24 {
        float: left;
    }

    .c-lg-24 {
        width: 100%;
    }

    .c-lg-23 {
        width: 95.83333333%;
    }

    .c-lg-22 {
        width: 91.66666667%;
    }

    .c-lg-21 {
        width: 87.5%;
    }

    .c-lg-20 {
        width: 83.33333333%;
    }

    .c-lg-19 {
        width: 79.16666667%;
    }

    .c-lg-18 {
        width: 75%;
    }

    .c-lg-17 {
        width: 70.83333333%;
    }

    .c-lg-16 {
        width: 66.66666667%;
    }

    .c-lg-15 {
        width: 62.5%;
    }

    .c-lg-14 {
        width: 58.33333333%;
    }

    .c-lg-13 {
        width: 54.16666667%;
    }

    .c-lg-12 {
        width: 50%;
    }

    .c-lg-11 {
        width: 45.83333333%;
    }

    .c-lg-10 {
        width: 41.66666667%;
    }

    .c-lg-9 {
        width: 37.5%;
    }

    .c-lg-8 {
        width: 33.33333333%;
    }

    .c-lg-7 {
        width: 29.16666667%;
    }

    .c-lg-6 {
        width: 25%;
    }

    .c-lg-5 {
        width: 20.83333333%;
    }

    .c-lg-4 {
        width: 16.66666667%;
    }

    .c-lg-3 {
        width: 12.5%;
    }

    .c-lg-2 {
        width: 8.33333333%;
    }

    .c-lg-1 {
        width: 4.16666667%;
    }

    .c-lg-to-24 {
        right: 100%;
    }

    .c-lg-to-23 {
        right: 95.83333333%;
    }

    .c-lg-to-22 {
        right: 91.66666667%;
    }

    .c-lg-to-21 {
        right: 87.5%;
    }

    .c-lg-to-20 {
        right: 83.33333333%;
    }

    .c-lg-to-19 {
        right: 79.16666667%;
    }

    .c-lg-to-18 {
        right: 75%;
    }

    .c-lg-to-17 {
        right: 70.83333333%;
    }

    .c-lg-to-16 {
        right: 66.66666667%;
    }

    .c-lg-to-15 {
        right: 62.5%;
    }

    .c-lg-to-14 {
        right: 58.33333333%;
    }

    .c-lg-to-13 {
        right: 54.16666667%;
    }

    .c-lg-to-12 {
        right: 50%;
    }

    .c-lg-to-11 {
        right: 45.83333333%;
    }

    .c-lg-to-10 {
        right: 41.66666667%;
    }

    .c-lg-to-9 {
        right: 37.5%;
    }

    .c-lg-to-8 {
        right: 33.33333333%;
    }

    .c-lg-to-7 {
        right: 29.16666667%;
    }

    .c-lg-to-6 {
        right: 25%;
    }

    .c-lg-to-5 {
        right: 20.83333333%;
    }

    .c-lg-to-4 {
        right: 16.66666667%;
    }

    .c-lg-to-3 {
        right: 12.5%;
    }

    .c-lg-to-2 {
        right: 8.33333333%;
    }

    .c-lg-to-1 {
        right: 4.16666667%;
    }

    .c-lg-to-0 {
        right: auto;
    }

    .c-lg-push-24 {
        left: 100%;
    }

    .c-lg-push-23 {
        left: 95.83333333%;
    }

    .c-lg-push-22 {
        left: 91.66666667%;
    }

    .c-lg-push-21 {
        left: 87.5%;
    }

    .c-lg-push-20 {
        left: 83.33333333%;
    }

    .c-lg-push-19 {
        left: 79.16666667%;
    }

    .c-lg-push-18 {
        left: 75%;
    }

    .c-lg-push-17 {
        left: 70.83333333%;
    }

    .c-lg-push-16 {
        left: 66.66666667%;
    }

    .c-lg-push-15 {
        left: 62.5%;
    }

    .c-lg-push-14 {
        left: 58.33333333%;
    }

    .c-lg-push-13 {
        left: 54.16666667%;
    }

    .c-lg-push-12 {
        left: 50%;
    }

    .c-lg-push-11 {
        left: 45.83333333%;
    }

    .c-lg-push-10 {
        left: 41.66666667%;
    }

    .c-lg-push-9 {
        left: 37.5%;
    }

    .c-lg-push-8 {
        left: 33.33333333%;
    }

    .c-lg-push-7 {
        left: 29.16666667%;
    }

    .c-lg-push-6 {
        left: 25%;
    }

    .c-lg-push-5 {
        left: 20.83333333%;
    }

    .c-lg-push-4 {
        left: 16.66666667%;
    }

    .c-lg-push-3 {
        left: 12.5%;
    }

    .c-lg-push-2 {
        left: 8.33333333%;
    }

    .c-lg-push-1 {
        left: 4.16666667%;
    }

    .c-lg-push-0 {
        left: auto;
    }

    .c-lg-offset-24 {
        margin-left: 100%;
    }

    .c-lg-offset-23 {
        margin-left: 95.83333333%;
    }

    .c-lg-offset-22 {
        margin-left: 91.66666667%;
    }

    .c-lg-offset-21 {
        margin-left: 87.5%;
    }

    .c-lg-offset-20 {
        margin-left: 83.33333333%;
    }

    .c-lg-offset-19 {
        margin-left: 79.16666667%;
    }

    .c-lg-offset-18 {
        margin-left: 75%;
    }

    .c-lg-offset-17 {
        margin-left: 70.83333333%;
    }

    .c-lg-offset-16 {
        margin-left: 66.66666667%;
    }

    .c-lg-offset-15 {
        margin-left: 62.5%;
    }

    .c-lg-offset-14 {
        margin-left: 58.33333333%;
    }

    .c-lg-offset-13 {
        margin-left: 54.16666667%;
    }

    .c-lg-offset-12 {
        margin-left: 50%;
    }

    .c-lg-offset-11 {
        margin-left: 45.83333333%;
    }

    .c-lg-offset-10 {
        margin-left: 41.66666667%;
    }

    .c-lg-offset-9 {
        margin-left: 37.5%;
    }

    .c-lg-offset-8 {
        margin-left: 33.33333333%;
    }

    .c-lg-offset-7 {
        margin-left: 29.16666667%;
    }

    .c-lg-offset-6 {
        margin-left: 25%;
    }

    .c-lg-offset-5 {
        margin-left: 20.83333333%;
    }

    .c-lg-offset-4 {
        margin-left: 16.66666667%;
    }

    .c-lg-offset-3 {
        margin-left: 12.5%;
    }

    .c-lg-offset-2 {
        margin-left: 8.33333333%;
    }

    .c-lg-offset-1 {
        margin-left: 4.16666667%;
    }

    .c-lg-offset-0 {
        margin-left: 0%;
    }
}

.fix,
.fix:before,
.fix:after,
.cont:before,
.cont:after,
.cont-fluid:before,
.cont-fluid:after,
.sess:before,
.sess:after {
    content: " ";
    display: table;
}

.fix:after,
.cont:after,
.cont-fluid:after,
.sess:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.to-right {
    float: right !important;
}

.to-left {
    float: left !important;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-size: 1rem;
    line-height: 1.5;
    color: #3A4145;
    background-color: #fff;
}

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;
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #818a91;
    text-align: left;
    caption-side: bottom;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

body {
    font-family: 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
}

table {
    border-collapse: collapse;
    background-color: transparent;
}

code {
    padding: .21rem .4rem;
    font-size: 90%;
    color: #fb4162;
    background-color: #f5f5f7;
    border-radius: .26rem;
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 600;
    line-height: 1.1;
    color: inherit;
}

.h1, h1 {
    font-size: 2.5rem;
}

.h2, h2 {
    font-size: 2.25rem;
}

.h3, h3 {
    font-size: 2rem;
}

.h4, h4 {
    font-size: 1.5rem;
}

.h5, h5 {
    font-size: 1.25rem;
}

.h6, h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

a, .link {
    color: #18a3fa;
    text-decoration: none;
    cursor: pointer;
}

a:active, a:hover,
.link:active, .link:hover {
    outline: 0;
}

a:focus, a:hover,
.link:active, .link:hover {
    color: #2785d5;
    text-decoration: underline;
}

.fixed {
    position: fixed;
}

.block {
    display: block;
    width: 100%;
}

.txt-center {
    text-align: center;
}

.content {
    margin-bottom: 1rem;
}

/* Organizando formulÃ¡rios */
.form-el {
    position: relative;
    margin-bottom: 4rem;
}

.form-el-logon {
    position: relative;
    margin-bottom: 2rem;
}

html {
    font: 1rem Roboto, sans-serif;
}

body {
    margin: 0;
}

/* -----------------------------------*/
/* -------- Webrun font î¤¯ne --------*/
/* -----------------------------------*/
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "webrun-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-lock:before {
    content: '\e800';
}

.icon-cog-outline:before {
    content: '\e801';
}

.icon-cancel:before {
    content: '\e802';
}

.icon-cog:before {
    content: '\e803';
}

.icon-infinity:before {
    content: '\e804';
}

.icon-ok:before {
    content: '\e805';
}

.icon-plus:before {
    content: '\e806';
}

.icon-code:before {
    content: '\e807';
}

.icon-user:before {
    content: '\e808';
}

.icon-thumbs-up:before {
    content: '\e809';
}

.icon-search:before {
    content: '\e80a';
}

.icon-ccw:before {
    content: '\f025';
}

.icon-cube:before {
    content: '\f1b2';
}


/* -----------------------------------*/
/* --------- SELECT MODERNO ----------*/
/* -----------------------------------*/
.ui-select-avt {
    position: absolute;
    border-top: none;
    border-right: none;
    border-left: none;
    top: 0;
    display: block;
    width: 100%;
    font-size: 1rem !important;
    line-height: 1.25;
    min-height: 36px;
    color: #55595c;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: solid 1px;
    border-color: #d9dadc;
    margin: 0;
    z-index: 1;
    display: inline-block;
    list-style: none;
    font-family: 'Open Sans IE', 'Open Sans' !important;
}

.ui-select-avt:focus {
  outline: none;
}

.ui-select-avt:focus span{
  display: block;
}

.ui-select-avt:not(.show) .ui-opt.active {
    padding: .6rem 1rem;
}

.ui-select-avt:before {
    content: "â?¾";
    position: absolute;
    color: #a4acb3;
    right: 15px;
    top: 8px;
    transition: 0.2s linear;
}

.ui-select-avt.show {
    color: rgba(0, 0, 0, 0.870588);
    background-color: #fff;
    transition: transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 6px, rgba(0, 0, 0, 0.117647) 0 1px 4px;
    border-radius: 2px;
    max-height: 250px;
    overflow: auto;
    z-index: 999999;
}

.ui-select-avt.show:before {
    transform: rotateX(180deg);
}

.ui-select-avt.show .ui-opt {
    padding: 7px 1rem;
    height: 30px;
    opacity: 1;
}

.ui-select-avt.show .ui-opt:hover {
    background-color: #e6e6e6;
}

.ui-select-avt.show.up {
    z-index: 999999;
}

.ui-select {
    padding: .6rem 0 0.56rem 0;
    width: 100%;
    opacity: 1;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.ui-select::-ms-expand {
    display: block;
}

.ui-opt {
    padding: 0 20px;
    font-size: 15px;
    cursor: pointer;
    transition: all .25s ease-in-out;
}

.ui-opt:not(.active) {
    height: 0;
    opacity: 0;
    z-index: 0;
}

.ui-form-underline {
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.25;
    color: #55595c;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-width: 0 0 1px 0;
    border-color: #d9dadc;
    margin: 0;
    outline: none;
    overflow: hidden;
    max-height: 250px;
}

.ui-form-underline ~ .underlineInput {
      content: "";
    display: block;
    position: relative;
    left: 0;
    width: 0;
    height: 2px;
    margin: -2px auto 0;
    background: #76a1ec;
    transition: all .2s ease;
    z-index: 5;
}

.ui-form-underline:focus + .underline {
    width: 100%;
}

.ui-form-underline:focus + .underlineInput {
    width: 100%;
}

.ui-form-underline.up ~ label {
    bottom: 1rem;
    font-size: 0.9rem;
}

.ui-form-underline.up:focus ~ label {
    color: #76a1ec;
}

.ui-form-underline.up-label {
    margin-top: 1.5rem;
}

.ui-form-underline ~ label {
    position: absolute;
    bottom: 0rem;
    font-size: 1rem;
    cursor: text;
    color: #adafaf;
    float: left;
    transition: all .2s ease;
}

.ui-form-underline ~ .underline {
    content: "";
    display: block;
    position: relative;
    left: 0;
    width: 0;
    height: 2px;
    margin: -2px auto 0;
    background: #76a1ec;
    transition: all .2s ease;
    z-index: 5;
    top: 35px;
}

.ui-form-underline.tn-label ~ label {
    bottom: 1.8rem;
    font-size: 0.9rem;
}

#inputsyscode {
  font-family: 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 15px;
}

.show .active {
    color: #00b6ff;
}

/* -----------------------------------*/
/* ------------ ELEMENTOS ------------*/
/* -----------------------------------*/
/* ELEMENTOS > Flags
//////////////////////////////////////*/
.flag {
    width: 1.5rem;
    height: auto;
}

/* ELEMENTOS > Buttons
//////////////////////////////////////*/
.bt {
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background: #e9eaea;
    color: #757a7d;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .58rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    outline: none;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

.bt:hover {
    text-decoration: none;
}

.bt.flat {
    -webkit-tap-highlight-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
    background: 0 0;
    z-index: 1;
    height: 36px;
    line-height: 1.25;
    min-width: 88px;
    border-radius: 2px;
    user-select: none;
    overflow: hidden;
    font-size: 13.33px;
}

.bt.flat.bt-primary {
    color: #00bcd4;
}

.bt.flat:hover {
    background-color: rgba(153, 153, 153, 0.2);
}

.bt.flat:focus {
    background-color: rgba(153, 153, 153, 0.2);
}

a.bt {
    font-size: 14.33px !important;
    color: inherit;
}

a.bt:hover, a.bt:focus {
    text-decoration: none;
}

.a-rip {
    display: inline-block;
    height: 36px;
    overflow: hidden;
    line-height: 2;
}

.a-rip .bt.flat {
    width: 100%;
    display: block;
    -webkit-user-drag: none;
}

/* ELEMENTOS > Efeito ripple
/////////////////////////////////////*/
.ripple {
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.ripple-effect {
    width: 10px;
    height: 10px;
    background: black;
    opacity: 0.2;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 0;
    transition: all 1.8s ease;
}

.ripple-close {
    animation: ripple 1.5s normal forwards cubic-bezier(0, 0, 0.2, 1);
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(5);
        opacity: 0;
    }
}

/* ELEMENTOS > Webrun Cards
//////////////////////////////////////*/
.w-card {
    position: relative;
    display: block;
    margin-bottom: .75rem;
    background-color: #fff;
    border-radius: .25rem;
}

.w-card.webrun {
    margin-top: 6em;
}

.w-card.webrun .title {
    color: #3f525d;
}

.w-card.webrun .about {
    font-size: 1.2rem;
    word-break: inherit;
    color: #818c9d;
    font-weight: 100;
}

.w-card-long {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: .8rem;
    margin-bottom: .8rem;
}

.w-card-plan {
    padding: 2rem 2.28rem;
    padding-top: 1.5em;
}

.w-card-plan .w-card-extra {
    padding: .8rem 0;
}

.w-card-extra {
    padding: .9rem 1.28rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.w-card-header {
    padding: 2rem 2.28rem 0 2.28rem;
    margin-bottom: 0;
}

.w-card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.w-card-footer {
    padding: 2rem 2.28rem;
}

.w-card-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .76rem 1.28rem;
    background: rgba(51, 54, 66, 0.31);
}

.w-card-title {
    margin-bottom: .80rem;
}

.w-card-media {
    display: table-cell;
    vertical-align: middle;
    min-width: 10rem;
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

a.w-card-action {
    text-decoration: none;
}

.w-card-action + .w-card-action {
    margin-left: 1.28rem;
}

.w-card-horizon .w-card-plan {
    display: table-cell;
    vertical-align: middle;
}

.ui-card .form-el {
    margin: 0;
}

/* ELEMENTOS > Footer
//////////////////////////////////////*/
.copyright {
    width: 100%;
    padding: 30px 0;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #858899;
}

/* ELEMENTOS > Loads
//////////////////////////////////////*/
.wrap-load {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(247, 250, 255, 0.48);
    z-index: 999;
    webkit-animation-delay: 0s;
    -webkit-animation-duration: .2s;
    -webkit-animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .2s;
    -moz-animation-name: fadeIn;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: .2s;
    -o-animation-name: fadeIn;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: .2s;
    animation-name: fadeIn;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.ui-load:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -.64285714em 0 0 -.64285714em;
    width: 1.8em;
    height: 1.8em;
    -webkit-animation: spin .6s linear;
    animation: spin .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #6e7075 transparent transparent;
    border-style: solid;
    border-width: .2em;
    box-shadow: 0 0 0 1px transparent;
}

.ui-load:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -.64285714em 0 0 -.64285714em;
    width: 1.8em;
    height: 1.8em;
    border-radius: 500rem;
    border: 0.2em solid rgba(0, 0, 0, 0.1);
}

.w-nav-item {
    display: block;
    color: #626c71;
    padding: .3rem .3rem;
    text-decoration: none;
    margin-bottom: 0 !important;
}

.w-nav-item:hover {
    text-decoration: none;
}

.w-nav-item .icon {
    font-size: 1.5rem;
    margin-right: .6rem;
    position: relative;
    display: inline;
}

.w-nav-item .link {
    color: #626c71;
    font-size: 0.9rem;
}

.w-nav-item .link:hover, .w-nav-item .link:focus, .w-nav-item .link:active {
    color: #2785d5;
    text-decoration: none !important;
}

/* Animations */
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Defaults */

object[type*="application/gas"] {
  display: none;
}

body {
  font-family : 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
  font-size : 11px;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
}

a  { text-decoration: none; color: #000000; }
a:focus { outline-style: dotted; outline-width: 1px; }
a:hover { text-decoration: none; color: #000000; }
a.cont  { text-decoration: none; color: #000000; }
a.cont:hover { text-decoration: none; color: #000000; }

td { font-family: arial,sans-serif; font-size: 11px; color: #000000; }
.b { font-size: 11px; font-weight: bold}
.u { font-weight: bold; text-decoration: underline}

.lookup {
   font-family: arial,sans-serif; 
   font-size: 11px; 
   border-right:1px solid #999999; 
   border-left:1px solid #999999; 
   border-top:1px solid #999999; 
   border-bottom:1px solid #999999;
}

.editLogon {
   font-family: arial,sans-serif; 
   font-size: 11px; 
   font-weight: bold;
   border-right:1px solid #000000; 
   border-left:1px solid #000000;  
   border-top:1px solid #000000; 
   border-bottom:1px solid #000000;
}

.edit {
   font-family: arial,sans-serif; 
   font-size: 11px; 
   border-right:1px solid #999999; 
   border-left:1px solid #999999; 
   border-top:1px solid #999999; 
   border-bottom:1px solid #999999;
}

.link {
   font-family: verdana,arial,sans-serif; 
   font-size: 10px; 
   color: #000000;
   text-decoration: none;
}

.generalLabel {
   font-family: verdana,arial,sans-serif; 
   font-size: 10px; 
   color: #000000;
   text-decoration: none;
}

.generalBoldLabel {
   font-family: verdana,arial,sans-serif; 
   font-size: 10px; 
   color: #000000;
   text-decoration: none;
   font-weight: bold;
}

.generalTitle {
   font-family: verdana,arial,sans-serif; 
   font-size: 10px; 
   color: #000000;
   text-decoration: none;
   font-weight: bold;
}

/*****************************************/
/* WFR: Geral                            */
/*****************************************/
.WFRUserSelect {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*****************************************/
/* HTMLInteraction: Mensagem de Interaç£¯*/
/*****************************************/
div[id*="HTMLInteraction"] {
  display: block;
  background: #ffffff;
  width: 382px;
  position: absolute;
  top: 0px;
  left: 0px;
  outline: none;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 10px;
}

div[id*="HTMLInteraction"] #intTitle {
  background-color: #FFFFFF;
  height: 26px;
  width: 100%;
  outline: none;
  border-bottom: 1px solid #e5e5e5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

div[id*="HTMLInteraction"] #intTitleIcon {
  height: 100%;
  width: 30px;
  float: left;
  text-align: center;
}

div[id*="HTMLInteraction"] #intTitleIcon img {
  vertical-align: middle;
}

div[id*="HTMLInteraction"] #intTitleMessage {
  cursor: default;
  display: table;
  float: left;
  height: 100%;
  width: 332px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

div[id*="HTMLInteraction"] #intTitleMessage span {
  display: table-cell;
  vertical-align: middle;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  text-decoration: none;
  padding-left: 10px;
}

div[id*="HTMLInteraction"] #intTitleClose {
  float: left;
  position: absolute;
  right: 0%;
  width: 20px;
  text-align: center;
  top: 5px;
}

div[id*="HTMLInteraction"] #intTitleClose button {
  cursor: pointer;
  float: right;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #F00;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .5;
  border: none;
  background: transparent;
}

.intOnlyMessage {
  height: 40px !important;
}

div[id*="HTMLInteraction"] #intMessage {
  cursor: default;
  height: 80px;
  width: 100%;
  text-align: center;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
}

div[id*="HTMLInteraction"] #intIcon {
  float: left;
  top: 31%;
  width: 13%;
}

div[id*="HTMLInteraction"] #intIconTable {
  display: table;
  height: 80px;
}

div[id*="HTMLInteraction"] #intIconCell {
  display: table-cell;
  vertical-align: middle;
}

.intOnlyText {
  width: 100% !important;
  height: 40px !important;
}

div[id*="HTMLInteraction"] #intText {
  display: table;
  height: 80px;
  width: 332px;
  word-break: break-word;
}

div[id*="HTMLInteraction"] #intText #intTextCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  margin: 0 auto;
  overflow-y: auto;
}

div[id*="HTMLInteraction"] #intText #intTextCenter {
  padding: 0px 5px;
  margin-left: 5px;
  text-align: center;
  width: 310px;
  overflow-y: auto;
  word-break: break-all;
}

div[id*="HTMLInteraction"] #intText #intTextAux {
  max-height: 80px;
  word-break: break-word;
}

div[id*="HTMLInteraction"] #intText span {
  font-family: Verdana, Arial, Helvetica, san-serif;
  font-size: 10px;
  color: #333333;
}

div[id*="HTMLInteraction"] #intUserOptions {
  background: rgb(239,235,231);
  padding-left: 15px;
}

div[id*="HTMLInteraction"] #intUser {
  background: rgb(239,235,231);
}

div[id*="HTMLInteraction"] #intUserRadio {
  float: left;
  width: 100%;
}

div[id*="HTMLInteraction"] #intUserRadio input {
  float: left;
}

div[id*="HTMLInteraction"] #intUserRadio label {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #333333;
  padding-left: 5px;
  text-decoration: none;
}

div[id*="HTMLInteraction"] #intBtnCancel {
  left: 0%;
  bottom: 0%;
  height: 28px;
  width: 50%;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position: 100% bottom;
  border-top: 1px solid #E5E5E5;
  float: left;
}

div[id*="HTMLInteraction"] #intBtnDetails {
  left: 0%;
  bottom: 0%;
  height: 28px;
  width: 50%;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position: 100% bottom;
  float: left;
  border-top: 1px solid #E5E5E5;
}

div[id*="HTMLInteraction"] #intBtnOk {
  right: 0%;
  bottom: 0%;
  height: 28px;
  width: 50%;
  background-repeat: no-repeat;
  background-position-y: bottom;
  float: right;
  border-top: 1px solid #E5E5E5;
}

div[id*="HTMLInteraction"] #intBase {
  left: 0%;
  bottom: 0%;
  height: 29px;
  width: 100%;
  position: absolute;
  background: #FFFFFF;
  border-top: 1px solid #E5E5E5;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

div[id*="HTMLInteraction"] #intBtnCancel button {
  border: 1px solid #a6a7b0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  color: #747474;
  background: rgb(254,254,252);
  bottom: 1%;
  cursor: pointer;
  position: absolute;
  height: 26px;
  min-width: 60px;
}

div[id*="HTMLInteraction"] #intBtnCancel button:hover {
  border: 1px solid red;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  color: #747474;
  background: rgb(254,254,252);
}

div[id*="HTMLInteraction"] #intBtnDetails button {
  border: 1px solid #a6a7b0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  color: #747474;
  background: rgb(254,254,252);
  bottom: 1%;
  cursor: pointer;
  position: absolute;
  height: 26px;
  min-width: 60px;
}

div[id*="HTMLInteraction"] #intBtnDetails button:hover {
  border: 1px solid red;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  color: #747474;
  background: rgb(254,254,252);
}

div[id*="HTMLInteraction"] #intBtnOk button {
  border: 1px solid #a6a7b0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  color: #747474;
  background: rgb(254,254,252);
  cursor: pointer;
  position: absolute;
  bottom: 1%;
  right: 0%;
  height: 26px;
  min-width: 60px;
}

div[id*="HTMLInteraction"] #intBtnOk button:hover {
  border: 1px solid red;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  color: #747474;
}

div[id*="HTMLInteraction"] #intBtnCancel img, #intBtnDetails img, #intBtnOk img {
  vertical-align: middle;
  display: none;
}

div[id*="HTMLInteraction"] #intBtnCancel a, #intBtnDetails a, #intBtnOk a {
  color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

div[id*="HTMLInteractionBack"] {
  background-color: #000;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  position: absolute;
  border: 0;
}


/*****************************************/
/* WFRIframeForm: Janela do Formulá²©o   */
/*****************************************/
.WFRIframeForm {
  background-color: #969696;
  border-right: 6px solid #969696;
  border-left: 6px solid #969696;
  border-bottom: 5px solid #969696;
  height: 391px;
  width: 578px;
  position: absolute;
  z-index: 1;
  display: block;
  z-index: 1002;
  -webkit-box-shadow: 2px 2px 6px #7f7f7f;
  -moz-box-shadow: 2px 2px 6px #7f7f7f;
  box-shadow: 2px 2px 6px #7f7f7f;
}

.WFRIframeForm-Active{
  background-color: #6badf7;
  border-right-color: #6badf7;
  border-left-color: #6badf7;
  border-bottom-color: #6badf7;
}

.WFRIframeForm .StatusBar {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  position: relative;
  height: 28px;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.WFRIframeForm .Title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #FFFFFF;
  float: left;
  height: 100%;
  width: calc(100% - 70px);
  position: absolute;
  top: 5px;
  cursor: move;
}

.WFRIframeForm .Title:active {
  cursor: default;
}

#minimizedFloatingDivs .WFRIframeForm .Title {
  cursor: default;
}

.WFRIframeForm .Title span {
  font-family: calibri;
  font-size: 15px;
  margin-left: 10px;
  position: relative;
}

.WFRIframeForm .Options {
  height: 100%;
  position: absolute;
  right: 0;
}

.WFRIframeForm .Options > div{
  cursor: pointer;
  float: left;
  height: 100%;
  background-repeat: no-repeat;
}

.WFRIframeForm .OptionRefresh{
  width: 24px;
  background-image:url('refresh.png');
}

.WFRIframeForm .OptionRefresh:hover{
  background-image:url('refresh_hover.png');
}

#minimizedFloatingDivs .WFRIframeForm .OptionRefresh {
  display: none;
}

.WFRIframeForm .OptionClose{
  width: 45px;
  background-image:url('close.png');
}

.WFRIframeForm .OptionClose:hover{
  background-image:url('close_hover.png');
}

.WFRIframeForm .OptionMinimize {
  width: 24px;
  background-image: url("min.png");
}

.WFRIframeForm .OptionMinimize:hover{
  background-image:url('min_hover.png');
}

#minimizedFloatingDivs .WFRIframeForm .OptionMinimize {
  background-image: url("max.png");
}

#minimizedFloatingDivs .WFRIframeForm .OptionMinimize:hover {
  background-image: url("max_hover.png");
}

.WFRIframeForm .FormIframe {
  background-color: #FFFFFF;
}

div[id*="WFRModalDiv"] {
  background-color: #000000;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  filter: alpha(opacity = 40);
  width: 100%;
  height: 100%;
}

#minimizedFloatingDivs {
  width: 100%;
  height: 28px;
  bottom: 0px;
  position: absolute;
  overflow: hidden;
}

#minimizedFloatingDivs > div {
  margin-right: 5px;
  top: 0px !important;
  left: 0px !important;
  position: relative;
  float: left;
  width: 200px !important;
}

/*****************************************/
/* WFRBrowserWarning: Interaç£¯ de Alerta*/
/*****************************************/
#WFRBrowserWarning {
  position: fixed;
  left: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgb(223, 221, 203);
  top: 0px;
  margin: 0px;
  width: 100%;
  z-index: 99999;
  color: rgb(111, 109, 91);
  font-size: 10pt;
  padding: 0px;
  background-color: rgb(255, 252, 223);
  text-align: left;
}

#WFRBrowserWarningTitle {
  display: block;
  color: #fff;
  float: left;
  padding: 10px 18px 10px 8px;
  background: #bd695b;
  background-repeat: no-repeat;
  background-position: right -2px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;    
}

#WFRBrowserWarningMessage {
  display: block;
  padding: 10px 10px;
  float: left;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;      
}

#WFRBrowserWarningClose {
  position: absolute;
  width: 12px;
  padding: 3px;
  top: 8px;
  right: 14px;
  height: 14px;
}

#WFRBrowserWarningUpdate {
  text-decoration: underline;
  cursor: pointer;
}

/*****************************************/
/* WFRPassword: Janela de Troca de Senhas*/
/****************************************/
#WFRPassword {
  height: 100%;
  background: rgb(206,207,223);
}

#WFRPasswordBanner {
  height: 67px;
}

#WFRPasswordBanner > img {
  height: 67px;
  width: 100%;
}

#WFRPasswordInputs {
  padding-top: 1px;
}

.HTMLEdit {
  text-align: center;
  width: 333px;
  padding: 2px 20px 2px 20px;
}

.HTMLEdit input {
  height: 17px;
  width: 197px;
}

#WFRPasswordText {
  width: 120px;
  float: left;
}

#WFRPasswordSeparator {
  text-align: center;
}

#WFRPasswordModify {
  text-align: center;
}

/*****************************************/
/* WFRIframeForm-Chat: Janela do Chat    */
/****************************************/

.WFRIframeForm-Chat{
  background-color: #969696;
  border:0px solid;
}

.WFRIframeForm-Chat .OptionClose{
  background-image:url('closechat.png');
  height: 24px;
  width: 24px;
}

.WFRIframeForm-Chat .OptionClose:hover{
  background-image:url('closechat_hover.png');
  height: 24px;
  width: 24px;
}

.WFRIframeForm-Chat.WFRIframeForm-Active{
  background-color: #404040;
}

/*****************************************/
/*                WEBRUN                */
/***************************************/

.bt-check {
   background: url("Resource/check_acess.png") no-repeat left 7px bottom 10px transparent;
   background-size: 11px;
}

.webrun-access-bt {
  padding: 9px 20px 9px 26px;
  border-radius: 2px;
  border: solid 1px #286995;
  background-color: #3498db;

}

.webrun-access-bt:hover {
  background-color: #4AB3FF;
}

.webrun-access-bt span {
  color: #fff;
  font-size: 13px;
}

.webrun-back-bt {
  padding: 9px 20px 9px 26px;
  border-radius: 2px;
  border: solid 1px #286995;
  background-color: #3498db;
}

.webrun-back-bt:hover {
  background-color: #4AB3FF;
}

.webrun-back-bt span {
  color: #fff;
  font-size: 13px;
}

.webr-edit {
    height: 27px !important;
    margin-bottom: 6px;
    margin-top: 10px;
    background-color: #F1F1F1;
    border-color: #405C6F;
    text-indent: 10px;
}

.webr-edit:hover {
    border-color: #286995;
}

.box-animation {
  -webkit-box-shadow: 3px 5px 1px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 5px 1px -3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 3px 5px 1px -3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 3px 5px 1px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 5px 1px -3px rgba(0, 0, 0, 0.3);
}

/**
* Classe HTMLMessage (alerta)
**/

.HTMLMessage {
  left: calc(50% - 200px);
  position: absolute;
  top: 30%;
  z-index: 999998;
  background: rgb(255, 255, 255);
  min-height: 20px;
  width: 400px;
  border-radius: 12px;
  box-shadow: 1px 1px 40px -5px;
  animation: showHTMLMessage 0.2s;
}

/**
* Classe HTMLMessageOverlay (overlay)
**/
.HTMLMessageOverlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 100;
  transition: display 0.2s;
}

/**
* Classe HTMLMessageTitle (tlo principal)
**/

.HTMLMessageTitle {
  text-align: center;
  font-size: x-large;
  margin: 0px;
  position: relative;
  top: 7px;
}

/**
* Classe HTMLMessageMessage (mensagem)
**/

.HTMLMessageMessage {
  display: block;
  font-size: 12px;
  text-align: center;
  font-family: sans-serif;
  margin-bottom: 15px;
  margin-left: .5em;
  margin-right: .5em;
  position: relative;
}

.HTMLMessageContainerButtons {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 5px;
  min-height: 4em;
  color: white;
  overflow: hidden;
  text-align: center;
  font-size: small;
  font-family: Times New Roman;
}

.HTMLMessageConfirm {
  position: relative;
  display: block;
  height: 33px;
  width: 85px;
  /*top: 38px;*/
  background-color: rgb(242, 116, 116);
  border-radius: 5px;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: small;
  font-family: Times New Roman;
  display: none;
  /*float: left;*/
  margin: 0 auto;
  /*box-shadow: 1px 1px 1px 1px;*/
  transition: background-color 0.2s;
}

.HTMLMessageConfirm:hover {
  cursor: pointer;
  background-color: rgb(247, 137, 141);
}


.HTMLMessageCancel {
  position: relative;
  display: block;
  height: 33px;
  width: 85px;
  background-color: #fbf8f8;
  border-radius: 10px;
  border: none;
  color: #da3131;
  font-weight: bold;
  font-size: small;
  font-family: Times New Roman;
  display: none;
  box-shadow: 1px 1px 1px 1px;
}
.HTMLMessageInputText {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 25px;
  margin-top: 10px;
  font-size: 13px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.HTMLMessageWarning {
  width: 40px;
  height: 40px;
  border: 4px solid gray;    
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  border-color: #F8BB86;
}

.HTMLMessageWarningBody {
  position: absolute;  
  height: 16px;
  left: 50%;
  top: 6px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  border-color: #F8BB86;
  border: 2px solid;
}

.HTMLMessageWarningDot {
  position: absolute;  
  height: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  border-color: #F8BB86;
  border: 3px solid;
}

.HTMLMessageAnimate{
  -webkit-animation: HTMLMessageAnimate 0.75s infinite alternate;
  animation: HTMLMessageAnimate 0.75s infinite alternate;
}

@-webkit-keyframes HTMLMessageAnimate {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } 
}

@keyframes HTMLMessageAnimate {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } 
}

.HTMLMessageError {
  width: 40px;
  height: 40px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-color: #F27474;
  border-radius: 40px;
  border-radius: 50%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  /*padding: 0;*/
  position: relative;
  box-sizing: content-box;
}

.HTMLMessageErrorMain {
  position: relative;
  display: block;
}

.HTMLMessageErrorRight {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;  
}

.HTMLMessageErrorLeft {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}

.HTMLMessageErrorLine {
  position: absolute;
  height: 4px;
  width: 25px;
  background-color: #F27474;
  display: block;
  top: 18px;
  border-radius: 14px;
}

.HTMLMessageBoxDetails {
  word-break: break-all;
  position: static;
  border: none;
  /*margin-top: 25px;*/
  padding: 0;
  overflow: hidden;
  display: block;
  transition: max-height 0.4s;
  top: 80%;
}


.HTMLMessageDetails {
  position: relative;
  top: 4px;
  align-items: center;
  left: 15px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.HTMLMessagePlusX {
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: calc(50% - 6px);
  position: absolute;
  height: 2px;
  width: 12px;
  background-color: rgb(242, 116, 116);
  display: block;
  top: calc(50% - 6px);
  transition: transform 0.2s ease-in;
}

.HTMLMessagePlusXClick {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: calc(50% - 6px);
  position: absolute;
  height: 2px;
  width: 12px;
  background-color: rgb(242, 116, 116);
  display: block;
  top: calc(50% - 6px);
  transition: transform 0.3s ease-in;
}

.HTMLMessagePlusY {
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  height: 2px;
  width: 12px;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
  background-color: rgb(242, 126, 126);
  display: block;
  position: absolute;
  transition: transform 0.3s;
}

.HTMLMessagePlusYClick {
  cursor: pointer;
  height: 2px;
  width: 12px;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
  background-color: rgb(249, 126, 126);
  display: block;
  position: absolute;
  transition: transform 0.4s ease-out;
}


@keyframes showHTMLMessage{
  0%{
  transform: scale(0.7);
  opacity: 0.5;
  }
  50%{
  transform: scale(1.2);
  opacity: 0.7;
  }
  70%{
  transform: scale(1.1);
  opacity: 0.9;
  }
  100%{
  transform: scale(1);
  opacity: 1;
  }
}

.HTMLMessageTextDetails {
  padding: 10px;
}

.HTMLMessageConfirmError {
  position: relative;
  display: block;
  height: 33px;
  width: 85px;
  background-color: rgb(242, 116, 116);
  border-radius: 5px;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: small;
  font-family: Times New Roman;
  display: none;
  margin: 0 auto;
  cursor: pointer;
  transition: background-color 0.2s;
}

.HTMLMessageLeftEscape {
  position: relative;
  animation-name: HTMLMessageEscapeToLeft;
  animation-duration: 0.2s;
}

@-webkit-keyframes HTMLMessageEscapeToLeft{
  0%{opacity: 1;}
  25%{opacity: 0.7; left: -70px; transform: scale(.9)}
  50%{opacity: 0.5; left: -140px; transform: scale(.7)}
  75%{opacity: 0.3; left: -210px; transform: scale(.6)}
  80%{opacity: 0.2; left: -280px;  transform: scale(.4)}
  100%{opacity: 0.1; left: -360px; transform: scale(.2)}
}

@keyframes HTMLMessageEscapeToLeft{
  0%{opacity: 1;}
  25%{opacity: 0.7; left: -70px; transform: scale(.9)}
  50%{opacity: 0.5; left: -140px; transform: scale(.7)}
  75%{opacity: 0.3; left: -210px; transform: scale(.6)}
  80%{opacity: 0.2; left: -280px;  transform: scale(.4)}
  100%{opacity: 0.1; left: -360px; transform: scale(.2)}
}

.HTMLMessageRightEscape {
    position: relative;
  animation-name: HTMLMessageEscapeToRight;
  animation-duration: 0.2s;
}

@-webkit-keyframes HTMLMessageEscapeToRight{
  0%{opacity: 1;}
  25%{opacity: 0.7; right: -70px; transform: scale(.9)}
  50%{opacity: 0.5; right: -140px; transform: scale(.7)}
  75%{opacity: 0.3; right: -210px; transform: scale(.6)}
  80%{opacity: 0.2; right: -280px;  transform: scale(.4)}
  100%{opacity: 0.1; right: -360px; transform: scale(.3)}
}

@keyframes HTMLMessageEscapeToRight{
  0%{opacity: 1;}
  25%{opacity: 0.7; right: -70px; transform: scale(.9)}
  50%{opacity: 0.5; right: -140px; transform: scale(.7)}
  75%{opacity: 0.3; right: -210px; transform: scale(.6)}
  80%{opacity: 0.2; right: -280px;  transform: scale(.4)}
  100%{opacity: 0.1; right: -360px; transform: scale(.3)}
}