body {
    margin: 0px;
    padding: 0px;
    font: 16px Roboto Condensed;
    line-height: 24px;
    color: #000000;
    background-color: #ffffff;
}

hr {
    height: 1px;
    color: #808080;
    background-color: #808080;
    border: none;
}

a {
    text-decoration: underline;
    color: #1b458b;
}

a:hover {
    text-decoration: underline;
    color: #1b458b;
}

p {
    margin: 0px 0px 17px 0px;
}

.infoblock p {
    margin: 0px;
    padding: 0px;
}

img {
    margin: 0px;
    padding: 0px;
    border: none;
}

.clear {
    clear: both;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.hidden {
    display: none;
}

li {
    padding-bottom: 10px;
}

.menuspacer {
    margin: 0px 0px 15px 0px;
    height: 1px;
    background: url('../images/admin/px8080.png') repeat-x center left;
}


h1 {
    font-size: 20px;
    font-weight: 400;
    padding: 5px 0px 10px 0px;
    margin: 0px 0px 16px 0px;
    color: #1b458b;
    background: url('../images/admin/px8080.png') repeat-x bottom left;
}

h2 {
    font-size: 18px;
    font-weight: 400;
    padding: 5px 0px 10px 0px;
    margin: 0px 0px 25px 0px;
    color: #1b458b;
    background: url('../images/admin/px8080.png') repeat-x bottom left;
}

h3 {
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0px 10px 0px;
    margin: 0px 0px 25px 0px;
    color: #1b458b;
    background: url('../images/admin/px8080.png') repeat-x bottom left;
}

.t1 {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    border: solid #767676 1px;
}

.t1 tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.t1 td, .t1 th {
    border-left: 1px solid #767676;
    border-top: 1px solid #767676;
    padding: 5px 10px;
    font-size: 14px;
    vertical-align: top;
}

.t1 td {
    color: #585858;
}

.t1 th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(to bottom, #ebf3fc, #dce9f9);
    background-image: -moz-linear-gradient(to bottom, #ebf3fc, #dce9f9);
    background-image: -ms-linear-gradient(to bottom, #ebf3fc, #dce9f9);
    background-image: -o-linear-gradient(to bottom, #ebf3fc, #dce9f9);
    background-image: linear-gradient(to bottom, #ebf3fc, #dce9f9);
    border-top: none;
    text-align: center;
}

.t1 td:first-child, .t1 th:first-child {
    border-left: none;
}

.t1 th:first-child {
}

.t1 th:last-child {
}

.t1 th:only-child {
}

.t1 tr:last-child td:first-child {
}

.t1 tr:last-child td:last-child {
}

.t1 img {
    position: relative;
    top: 3px;
}

.poletxt, input[type='text'], input[type='password'], select {
    border: 1px solid #908f8f;
    background-color: #FFFFFF;
    color: #666666;
    width: 275px;
    height: 28px;
    margin: 5px 0px 10px 0px;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    font-family: Verdana;
}

.przycisk, input[type='submit'], button {
    display: inline-block;
    background-color: #1b458b;
    border: 1px solid #ffffff;;
    color: #ffffff;
    height: 33px;
    margin: 10px 0px;
    padding: 0px 10px 0px 10px;
    cursor: pointer;
    opacity: 1;
}

.przycisk:hover, input[type='submit']:hover, button:hover {
    background-color: #6D73A4;
}

.center {
    text-align: center;
}

.ab {
    display: inline-block;
    background-color: #1b458b;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 10px 20px;
    height: unset;
    cursor: pointer;
    text-decoration: none;
    margin: 10px 0px;
    opacity: 1;
}

.ab:hover {
    text-decoration: none;
    background-color: #6D73A4;
    color: #ffffff !important;
}

.ab:focus {
    color: #ffffff !important;
    text-decoration: none !important;
    opacity: 1 !important;
}

.ac {
    display: inline-block;
    background-color: #1b458b;
    border: 1px solid #ffffff;;;
    color: #ffffff;
    padding: 7px 15px;
    cursor: pointer;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    opacity: 1;
}

.ac:hover {
    text-decoration: none;
    background-color: #6D73A4;
    color: #ffffff !important;
}

.ac:focus {
    color: #ffffff !important;
    text-decoration: none !important;
    opacity: 1 !important;
}

.mth {
    margin-top: 30px;
}


.bold {
    font-weight: bold;
}

.ab2 {
    display: inline-block;
    background-color: #1b458b;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 6px 15px 4px 15px;
    cursor: pointer;
    text-decoration: none;
    margin: 15px 0px;
    opacity: 1;
}

.ab2:hover {
    text-decoration: none;
    opacity: 0.9;
    color: #ffffff;
}

input, select {
    margin-right: 5px !important;
}

.err {
    border: 1px solid #ffffff;
    background-color: #ffecec;
    padding: 10px;
    text-align: left;
    margin-bottom: 15px;
}

.ok {
    border: 1px solid #ffffff;
    background-color: #defce0;
    padding: 10px;
    text-align: left;
    margin-bottom: 15px;
}

.thumb {
    text-align: center;
    padding: 10px;
    margin: 0px 10px 10px 0px;
    border: 1px solid gainsboro;
}

legend {
    font-size: 16px;
}

.code {
    font-family: Courier;
}

.app-web {
    display: inline-block;
    width: 129px;
    height: 133px;
    background-image: url("../images/apps/app_web.png");
    opacity: 1;
}
.app-web:hover {
    opacity: 0.9;
}

.app-android {
    display: inline-block;
    width: 129px;
    height: 133px;
    background-image: url("../images/apps/app_android.png");
    opacity: 1;
}

.app-android:hover {
    opacity: 0.9;
}

.app-ios {
    display: inline-block;
    width: 129px;
    height: 133px;
    background-image: url("../images/apps/app_ios.png");
    opacity: 1;
}

.app-ios:hover {
    opacity: 0.9;
}

#tester-wrapper {
    width: 1040px;
    height: 468px;
}

.aic {
    background: url(../images/admin/url.png) no-repeat left center;
    padding-left: 16px;
    margin: 0px 3px;
}

::placeholder {
    color: #d3d3d3;
    opacity: 1;
}

#rd td:first-child {
    width: 300px;
    text-align: right;
}

#tickets tr th{
    text-align: center;
}

#tickets tr td{
    text-align: center;
}

.navbar-default .navbar-nav > li > a {
     color: #ffffff !important;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #6D73A4;
}

.navbar-toggle {
    padding: 5px 10px;
}

.navbar-toggle .fas {
    color: #9BB8E9;
}

.navbar-collapse {
    max-height: none;
}

.navbar-collapse.in {
    overflow-y: inherit;
}

.footer-links {
    margin: 10px auto;
}

.footer-links ul {
    padding: 0;
    text-align: center;
}

.footer-links ul li {
    display: inline;
    list-style: none;
    margin: 0px 5px;
}

.footer-links ul li:before {
    content: "\200B";
    position: absolute;
}

.footer-powered {
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
}

.navbar .fas {
    color: white;
}

@media(max-width: 768px){

    .logo {
        display: none;
    }

    h1 {
        text-align: center;
    }

    .poweredby {
        text-align: center;
    }

    .admin_wrapper {
        margin: 10px auto;
        background-color: #ffffff;
        padding: 20px 20px 20px 20px;
    }

    .cookie_wrapper {
        margin: 10px auto;
        background-color: #ffffff;
        padding: 20px 20px 20px 20px;
        text-align: center;
    }

    .beta_wrapper {
        margin: 10px auto;
        background-color: #ffffff;
        padding: 20px 20px 20px 20px;
        text-align: center;
        color: #B40000;
    }

    .ac {
        margin-top: 10px;
        display: block !important;
    }

    .footer-spacer {
        width: 90%;
        margin: 20px auto;
        height: 1px;
        background: url(../images/admin/px8080.png) repeat-x top center;
    }

    .err {
        border: none;
        background-color: #ffecec;
        padding: 10px;
        text-align: center;
        margin-bottom: 15px;
    }

    .ok {
        border: none;
        background-color: #defce0;
        padding: 10px;
        text-align: center;
        margin-bottom: 15px;
    }

    .menu-font > li > a{
        color: white !important;
    }

    label{
        display: inline;
    }

    .mobileBlock{
        display: block;
    }

    .mobileInline{
        display: inline;
    }

    .mobileCenter{
        margin:auto;
    }

    #ps{
        width: auto !important;
        margin: 0 0 10px 0 !important;
        padding: 0 !important;
    }

    .mobileLabel{
        text-align: center;
    }

    .menuMobile{
        background-color: #103A80 !important;
    }

    #textMessage{
        width: 80vw !important;
        margin: auto !important;
    }

    .mobileWidth90{
        width:90vw !important;
    }

    .userMessage{
        background-color: #dce9f9;;
        float: left;
        padding: 8px;
        width: 65vw;
        border-radius: 7px;
        word-wrap: break-word;
    }

    .adminMessage{
        background-color: #dce9f9;;
        float: right;
        padding: 8px;
        width: 65vw;
        border-radius: 7px;
        word-wrap: break-word;
    }

    .userMessageTitle{
        float: left;
        font-weight: bold;
        margin-bottom: 8px;
    }

    .adminMessageTitle{
        float: right;
        font-weight: bold;
        margin-bottom: 8px;
    }

    .systemMessage{

    }

    .cert {
        display: block;
        width: 150px;
        margin: 0px auto 20px auto;
    }

    .speedtestpl {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .fireprobenet {
        display: block;
        text-align: center;
    }

    .infoblock2-list {
        margin: 0px !important;
        padding: 0px !important;
    }

    .infoblock2-list li {
        display: block;
        border: 1px solid #a9a9a9;
        padding: 35px 20px 0px 20px;
        width: 100%;
        max-width: 353px;
        min-height: 275px;
        margin: 10px auto 0px auto;
        text-align: center;
    }

    .infoblock3-list {
        margin: 0px !important;
        padding: 0px !important;
    }

    .infoblock3-list li {
        display: block;
        border: 1px solid #a9a9a9;
        padding: 35px 20px 0px 20px;
        max-width: 353px;
        height: 190px;
        margin: 10px auto 0px auto;
        text-align: center;
    }

    h1, h2, h3 {
        text-align: center !important;
    }

    .support-list {
        margin: 0;
        padding: 0;
    }

    .support-list li {
        list-style: none;
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .support-list li:before {
        content: "\200B";
        position: absolute;
    }
}

.myMenu li a:hover,
.myMenu li a:focus {
    background-color: #6D73A4 !important;
}

.myMenu .act {
    text-decoration: underline !important;
    text-decoration-color: #ffffff;
}

@media(min-width: 769px){

    header {
        position: relative;
    }

    .logo {
        width: 36px;
        height: 36px;
        position: absolute;
        top: 2px;
        left: 0px;
        display: block;
    }

    .logo img {
        width: 36px;
    }

    h1 {
        margin-left: 50px;
        background: url('../images/admin/px8080.png') repeat-x bottom;
        width: 85%;
    }

    .support-list {
        margin: 0;
        padding: 0;
    }

    .support-list li {
        list-style: none;
        display: inline-block;
        margin-right: 20px;
    }

    .support-list li:before {
        content: "\200B";
        position: absolute;
    }

    .admin_wrapper {
        margin: 20px auto;
        background-color: #ffffff;
        padding: 20px 30px 20px 30px;
        border: 2px solid #c9d440;
        position: relative;
    }

    .cookie_wrapper {
        margin: 20px auto;
        background-color: #ffffff;
        padding: 20px 30px 20px 30px;
        border: 2px solid #c9d440;
        text-align: center;
    }

    .beta_wrapper {
        margin: 20px auto;
        background-color: #ffffff;
        padding: 20px 30px 20px 30px;
        border: 2px solid #B40000;
        text-align: center;
    }

    .top-menu-spacer {
        height: 10px;
    }

    .w500 {
        width: 500px;
    }

    .amtop {
        margin-top: 40px;
    }

    .userMessage{
        background-color: #dce9f9;;
        float: left;
        padding: 20px;
        width: 600px;
        border-radius: 12px;
        word-wrap: break-word;
    }

    .adminMessage{
        background-color: #dce9f9;;
        float: right;
        padding: 20px;
        width: 600px;
        border-radius: 12px;
        word-wrap: break-word;
    }

    .userMessageTitle{
        float: left;
        font-weight: bold;
        margin-bottom: 8px;
    }

    .adminMessageTitle{
        float: right;
        font-weight: bold;
        margin-bottom: 8px;
    }

    .systemMessage{

    }

    .navbar-collapse{
        padding:0px !important;
    }

    .menuDesktop{
        display: inline-block;
        background-color: #ffffff !important;
        border-color: #ffffff !important;
        padding: 0px !important;
    }

    /*style the main menu*/
    .myMenu {
        margin: 0;
        padding: 0;
    }

    .myMenu li {
        list-style: none;
        float: left;
    }

    .myMenu li:before {
        content: "\200B";
        position: absolute;
    }

    .myMenu li a:link, .myMenu li a:visited {
        display: block;
        text-decoration: none;
        background-color: #1b458b;
        padding: 0.5em 2em;
        margin: 0;
        border-right: 1px solid #fff;
        color: #ffffff;
        line-height: 25px;
    }

    /*style the sub menu*/
    .myMenu li ul {
        position: absolute;
        /*visibility: hidden;*/
        display: none;
        border-top: 1px solid #fff;
        margin: 0;
        padding: 0;
        z-index: 10000;
    }

    .myMenu li ul li {
        display: inline;
        float: none;
        z-index: 10000;
    }

    .myMenu li ul li a:link, .myMenu li ul li a:visited {
        background-color: #1b458b;
        width: auto;
        z-index: 10000;
    }

    .myMenu li ul li a:hover,
    .myMenu li a:focus {
        background-color: #6D73A4 !important;
        z-index: 10000;
    }

    .cert {
        float: left;
        margin-right: 20px;
        width: 150px;
    }

    .speedtestpl {
        display: inline-block;
    }

    .fireprobenet {
        display: inline-block;
        margin-left: 30px;
    }

    .infoblock2-list {
        margin: 0px !important;
        padding: 0px !important;
    }

    .infoblock2-list li {
        list-style: none;
        display: inline-table;
        border: 1px solid #a9a9a9;
        padding: 35px 20px 0px 20px;
        width: 100%;
        max-width: 353px;
        min-height: 275px;
        margin: 5px 13px 10px 0px;
        text-align: center;
    }

    .infoblock2-list li:before {
        content: "\200B";
        position: absolute;
    }
}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #6D73A4;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #6D73A4;
}

.navbar-nav > li > a{
    line-height: 25px;
}

.navbar{
    min-height: 0 !important;
    margin-bottom: 0 !important;
}

label{
    font-weight: normal;
}

.help {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/icons/help.png") no-repeat top center;
    cursor: pointer;
    margin: 0px 5px;
}

.speedf {
    width: 70px !important;
    text-align: center !important;
}

.infoblock {
    display: block;
    float: left;
    border: 1px solid #a9a9a9;
    padding: 35px 20px 0px 20px;
    width: 100%;
    max-width: 353px;
    min-height: 275px;
    margin: 5px 13px 10px 0px;
    text-align: center;
}

.nca {
    min-height: 185px !important;
}

.infoblock .ab, .infoblock2-list .ab {
    margin: 20px 0px !important;
}

.skip-menu li {
    list-style: none;
}

.skip-menu li:before {
    content: "\200B";
    position: absolute;
}

.skip-menu a {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
}

.skip-menu a:active,
.skip-menu a:focus,
.skip-menu a:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
}

.fas,
.fab {
    color: #32528B;
}

.fas.fa-inverse,
.fab.fa-inverse {
    color: #fff;
}

.clean-list {
    margin: 0;
    padding: 0;
}

.clean-list li {
    list-style: none;
}

.clean-list li:before {
    content: "\200B";
    position: absolute;
}

.clean-list2 li {
    list-style: none;
}

.clean-list2 li:before {
    content: "\200B";
    position: absolute;
}

.err-list {
    margin: 0;
    padding: 0;
}

.err-list li {
    list-style: none;
    padding: 5px 0px;
}

.err-list li:before {
    content: "\200B";
    position: absolute;
}

.no-margin {
    margin: 0px !important;
}

.legend {
    font-size: 16px;
}

.legend li {
    float: left;
    margin-left: 12px;
    margin-right: 12px;
}

.mt-0 {
    margin-top: 0px;
}

.mt-1 {
    margin-top: 1px;
}

.mt-2 {
    margin-top: 2px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.text-red {
    color: #B40000;
}

.legend a.selected-item {
}

/*
    Focus dotted styles
 */
html[data-whatinput="keyboard"] a:focus,
html[data-whatinput="keyboard"] input[type=text]:focus,
html[data-whatinput="keyboard"] input[type=password]:focus,
html[data-whatinput="keyboard"] input[type=checkbox]:focus,
html[data-whatinput="keyboard"] input[type=radio]:focus,
html[data-whatinput="keyboard"] select:focus,
html[data-whatinput="keyboard"] .ac:focus,
html[data-whatinput="keyboard"] #navbar:focus,
html[data-whatinput="keyboard"] #usernav:focus,
html[data-whatinput="keyboard"] #main-content:focus,
html[data-whatinput="keyboard"] .help:focus {
    outline: 2px dotted #1b458b;
    outline-offset: 2px;
}
html[data-whatinput="keyboard"] #main-modal .ab:focus,
html[data-whatinput="keyboard"] .infoblock .ab:focus,
html[data-whatinput="keyboard"] input[type=submit]:focus,
html[data-whatinput="keyboard"] .cr:focus,
html[data-whatinput="keyboard"] .start:focus,
html[data-whatinput="keyboard"] #restart:focus,
html[data-whatinput="keyboard"] input[type="checkbox"]:focus ~ .cr,
html[data-whatinput="keyboard"] .infoblock2-list .ab:focus {
    outline: 2px dotted #1b458b;
    outline-offset: 2px;
}
html[data-whatinput="keyboard"] input[type="checkbox"]:checked ~ .cr .cr-icon {opacity: 1}
html[data-whatinput="keyboard"] .myMenu li a:focus,
html[data-whatinput="keyboard"] .navbar-toggle:focus,
html[data-whatinput="keyboard"] .navbar-brand:focus{
    outline: 2px dotted #ffffff;
    outline-offset: -4px;
}

html[data-whatinput="mouse"] textarea:focus,
html[data-whatinput="mouse"] input:focus,
html[data-whatinput="mouse"] select:focus {
    outline: 2px solid #1b458b;
    outline-offset: 2px;
}
html[data-whatinput="mouse"] #main-content:focus {
    outline: none;
}

/*
    Bootstrap 3
    Fancy checkboxes
 */
.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid black;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon {
    /*position: absolute;*/
    display: block;
    font-size: .8em;
    top: 0;
    bottom: 0;
    margin-left: 15%;
    margin-top: 15%;
    color: black;
}

.radio .cr .cr-icon {
    position: absolute;
    font-size: 0.8em;
    line-height: 0;
    top: 52%;
    left: 13%;
    color: black;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"] {
    position: absolute;
    margin-left: -25px;
    z-index: -1000;
}

.radio label input[type="radio"] {
    position: absolute;
    margin-left: -25px;
    z-index: -1000;
}

.checkbox label .cr .cr-icon,
.radio label .cr .cr-icon {
    opacity: 0;
}

.checkbox input[type=checkbox]:checked~.cr .cr-icon,
.radio input[type=radio]:checked~.cr .cr-icon {
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled~.cr .cr-icon,
.radio label input[type="radio"]:disabled~.cr .cr-icon {
    opacity: 1;
    color: #767676 !important;
}

.ibl {
    display: inline-block;
}

#main-modal h1 {
    font-size: 20px;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    color: #1b458b;
    background: none;
}

#main-modal .ab {
    height: 45px !important;
}

.clh {
    display: none;
}

.flag {
    border: 1px solid #000;
    display: block;
    padding: 0;
}

.flag-small {
    display: inline-flex;
    width: 26px;
    margin: auto 5px;
}

.modal-content {
    border-radius: 0;
    border: 2px solid #1b458b;
}

.modal-header {
    border-bottom: none;
    background-color: #1b458b;
    color: #ffffff;
}

html[data-whatinput="keyboard"] .modal .ab:focus {
    outline: 2px dotted #1b458b;
    outline-offset: 2px;
}

html[data-whatinput="keyboard"] .modal .language-selector:focus {
    outline: 2px dotted #1b458b;
    outline-offset: 2px;
}

.language-selector {
    display: block;
    padding: 5px;
}

.language-selector:hover img {
    filter: brightness(1.2);
}

.language-selector div {
    padding-top: 5px;
}

.language-selector-toggler {
    background: none!important;
    border: none!important;
    color: #000000;
    cursor: pointer;
    padding: 5px;
    position: absolute;
    right: 0;
    text-decoration: underline;
}

.language-selector-toggler:focus {
    outline: 2px dotted #1b458b;
    outline-offset: 2px;
}

.language-selector-toggler:hover {
    color: #1b458b;
}

@media (max-width: 768px) {
    .language-selector-toggler {
        margin-top: -3.5rem;
        margin-right: 18px;
    }
}

.ml-3 {
    margin-left: 20px;
}

.mr-3 {
    margin-right: 20px;
}

#fireprobe .progress-bar {
    transition: none !important;
}

.modal {
    z-index: 9999999;
}

.modal-backdrop {
    z-index: 999999;
}

@media (orientation:landscape) {
    .hide-on-landscape {
        display: none !important;
    }
}

@media (orientation:portrait) {
    .hide-on-portrait {
        display: none !important;
    }
}

ul.list-unstyled li:before {
    content: "\200B";
    position: absolute;
}

ul.list-inline {
    display: inline-flex;
}

ul.list-inline li {
    display: inline-flex;
}

#language-selector-modal .modal-title {
    background: none;
    color: #ffffff;
    padding: 0;
}

#language-selector-modal:focus .modal-dialog {
    outline: 2px dotted #fff;
    outline-offset: 2px;
}


#tester-wrapper .testing-mode span,
#tester-wrapper .result span,
#tester-wrapper .current span {
    display: block;
}

.border-0 {
    border: none !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.w-100 {
    width: 100%;
}

input::-webkit-input-placeholder {
    color: #555555 !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #555555 !important;
}

input::-moz-placeholder {  /* Firefox 19+ */
    color: #555555 !important;
}

input:-ms-input-placeholder {
    color: #555555 !important;
}

.button-link {
    background-color: transparent;
    border: none;
    color: #1b458b;
    height: unset;
    margin: unset;
    padding: unset;
    text-decoration: underline;
}

.button-link:focus {
    outline: 2px dotted #1b458b;
    outline-offset: 2px;
}


.button-link:hover {
    background-color: transparent;
    color: #2a6496;
}

.d-inline-block {
    display: inline-block;
}

.focus-outline {
    outline: 2px dotted #1b458b;
    outline-offset: 2px;
}

.word-break-all {
    word-break: break-all;
}

#fireprobe .results-wrapper .clean-list .wrapper .title {
    background: none;
    color: #000000;
    display: inline-block;
    font: inherit;
    padding: 0;
    margin: 0;
}

#fireprobe .results-wrapper .clean-list p {
    padding: 0;
}

.infoblock .fa-stack .fas .fab {
    height: 100%;
}

.infoblock  .infoblock-url {
    display: block;
}

.infoblock .infoblock-icon-background {
    background: url(../images/icons/circle.png) no-repeat;
    background-size: 100% 100%;
    margin: auto;
    overflow: hidden;
    padding: 1em;

    width: 5.5em;
    height: 5.5em;
}

.infoblock .infoblock-icon-box {
    display: flex;
    position: absolute;

    height: 100%;
    width: 100%;
}

.infoblock .infoblock-icon-wrapper {
    display: flex;
    height: 6em;
    position: relative;
}

.infoblock .infoblock-icon {
    margin-top: 0.1em;
}

.py-unset {
    padding-bottom: unset;
    padding-top: unset;
}

@media(max-width: 360px) {
    .g-recaptcha {
        transform: scale(0.5);
    }
}
