@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin-ext');
/* CSS Document */

a {
    outline: none;
}

b {
    font-weight: 400;
}

tr:hover, tr.alt:hover {
    background: #f7dcdf !important;
}

body {
    font-family: 'Open Sans', sans-serif;
    _background: url('/_admin/public/images/INTERNETICA.png');
    _opacity: 1;
    _background-repeat: no-repeat;
    _background-attachment: fixed;
    padding: 0;
    height: 100%;
    color: #212121;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 300;
}

header.header {
    background: #fff;
    padding: 18px 0px;
    border-bottom: 4px solid #ec1f27;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
}

#app {
    background: #fff;
}


.navbarMain {
    margin-left: 5%;
}

.navbar-light .nav-link {
    color: #333;
}

.navbar-light a.nav-link {
    color: #0c7cd5;
}

.navbar-light .navbarMain .nav-link {
    text-transform: uppercase;
    color: rgba(125, 125, 125, 0.7);
    font-weight: 600;
    transition: ease .2s;
}

.navbar-light .navbarMain .nav-link:hover {
    color: #2966b7;
}

.navbarMain .nav-link div {
    text-align: center;
}

.navbarMain .nav-link i {
    font-size: 26px;
    color: #2966b7;
    margin-bottom: 5px;
}

#reportsBox {
    padding: 75px 0px;
    background: #f9f9f9;
    color: #333;
}
.red {
    background: #ec1f27;
}

.blue {
    background: #2966b7;
}

.gray {
    background: #6b6b6b;
}

.green {
    background: #369e46;
}

#backgroundBox {
    padding-top: 7%;
    height: calc(100vh - 102px - 69px);
}

.reportFormBox {
    color: #fff;
    padding: 25px;
}

.reportFormBox .form-control {
    border-radius: 0px !important;
}

.reportFormBox .rFB-header {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.reportFormBox.blue .rFB-header {
    border-bottom: 4px solid #6999da;
}

.reportFormBox.red .rFB-header {
    border-bottom: 4px solid #f63e45;
}

.reportFormBox.gray .rFB-header {
    border-bottom: 4px solid #848181;
}

.reportFormBox.green .rFB-header {
    border-bottom: 4px solid #3db04f;
}

.reportFormBox .rFB-website

.reportFormBox .form-group label {
    display: block;
}
.reportFormBox .rFB-send .btnShow {
    color: #fff;
    padding: 10px;
    width: 100%;
    font-weight: 600;
    cursor: pointer;
    transition: ease .2s;
}

.reportFormBox.red .rFB-send .btnShow {
    border: 1px solid #fc6a6f;
    background: #f63e45;
}

.reportFormBox.red .rFB-send .btnShow:hover {
    background: #ec1f27;
}

.reportFormBox.blue .rFB-send .btnShow:hover {
    background: #2966b7;
}

.reportFormBox.blue .rFB-send .btnShow {
    border: 1px solid #93b7e9;
    background: #6999da;
}

.reportFormBox.gray .rFB-send .btnShow:hover {
    background: #2966b7;
}

.reportFormBox.gray .rFB-send .btnShow {
    border: 1px solid #93b7e9;
    background: #6999da;
}

.reportFormBox.green .rFB-send .btnShow:hover {
    background: #369e46;
}

.reportFormBox.green .rFB-send .btnShow {
    border: 1px solid #52c664;
    background: #3db04f;
}

.homeText {
    font-weight: 300;
}

.homeText h2 {
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    font-size: 26px;
}

#mainContent {
    padding: 50px 0px;
}

.container {
    max-width: 1280px;
}

.cardLoader {
    color: #0c7cd5;
}

.card {
    border-radius: 0px;
}

.card.bg-danger, .card.bg-primary {
    border: 1px solid #ede9e9 !important;
}

.card .card-header {
    border-radius: 0;
    color: #fff;
    font-weight: 600;
}

.card .card-body {
    background: #fff;
}

.card.bg-danger .card-header {
    background: #ec1f27;
}

.card.bg-primary .card-header {
    background: #2966b7;
}

section#partnerForm {
    background: #2966b7;
    padding: 35px 0px;
    color: #fff;
    position: relative;
}

.sectionHeader {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 35px;
}

.sectionContent {

}

.sectionContent h3 {
    color: #fff;
    font-weight: 600;
}

.partnerFormBox {
    margin-top: 25px;
}

.partnerFormBox .form-control {
    border-radius: 0;
}

.partnerFormBox a {
    color: #fff;
    font-weight: 600;
}

.partnerFormBox a:hover {
    color: #fff;
    text-decoration: underline;
}

.partnerFormBox .btnSend {
    color: #fff;
    padding: 10px;
    width: 100%;
    font-weight: 600;
    cursor: pointer;
    transition: ease .2s;
    border: 1px solid #ec1f27;
    background: #ec1f27;
}

.overlay-partnerForm {
    height: 100%;
    top: 0;
    width: 58% !important;
    transform: skew(-10deg, 0deg);
    background: rgb(18, 70, 141);
    margin-left: -12%;
    position: absolute;
}

.partnerFormInfoBox {
    width: 80%;
    padding: 35px 0px;
}

.partnerFormInfoBox .firstLane{
    font-size: 36px;
    line-height: 36px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 65px;
}
.partnerFormInfoBox .secondLane{
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 85px;
}

.partnerFormInfoBox .secondLane span {
    font-size: 36px;
    font-weight: 800;
}
.partnerFormInfoBox .thirdLane{
    font-size: 12px;
}

#footer {
    background: #fff;
}

#footer .footerBox {
    padding: 35px 0px;
}

#footer .footerColBox .fCB-header {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2966b7;
}

#footer .footerColBox .fCB-content {
    font-weight: 300;
}

#footer .footerColBox .fCB-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .footerColBox .fCB-content ul li {
    margin-left: 0px;
    line-height: 22px;
}

#footer .footerColBox .fCB-content ul li a {
    color: #212121;
}

#footer .copyright {
    padding: 25px 0px;
    background: #2d2d2d;
    color: #fff;
}

#footer .callBox .smallText {
    font-size: 24px;
    margin-bottom: 15px;
}
#footer .callBox .bigText {
    font-size: 26px;
    font-weight: 800;
    color: #ec1f27;
}

#loginForm label {
    font-weight: 400;
    font-size: 16px;
}

#loginForm .form-control{
    border-radius: 0;
    font-size: 14px;
    padding: 8px 15px;
}

#loginForm .btn {
    border-radius: 0px;
    background-color: #2966b7;
    border: 1px solid #2966b7;
}

.partnershipBannerBox {
    padding: 1.8rem;
    background: #2966b7;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.partnershipBannerBox a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}
.partnershipBannerBox a:hover {
    color: #fff;
    text-decoration: none;
}

.partnershipBannerBox .decorText {
    font-size: 18px;
    line-height: 24px;
}

.partnershipBannerBox .decorText span {
    font-weight: 600;
    font-size: 20px;
}

.commissionManagement .cM-summary {
    padding: 1.8rem;
}

.commissionManagement .cM-content {
    padding: 1.8rem 0.9rem;
}

.commissionManagement .cM-summary strong {
    font-weight: 600;
}

.commissionManagement .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #2966b7;
}

.commissionManagement .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active.green {
    background-color: #369e46;
}

.commissionManagement .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    font-weight: 600;
    border-radius: 0;
    padding: 0.8rem 1.8rem;
    border-color: transparent !important;
}


.commissionManagement .btnSend {
    width: 100%;
    background: #2966b7;
    color: #fff;
    border-color: #2966b7;
    font-weight: 600;
    padding: 8px 15px;
    cursor: pointer;
    transition: ease .2s;
}

.commissionManagement .btnSend.green {
    background: #369e46;
    border-color: #369e46;
}

.commissionManagement .btnSend.green:hover {
    background: #3db04f;
    border-color: #3db04f;
}

.commissionManagement .btnSend:hover {
    background: #0e90d2;
    border-color: #0e90d2;

}

@media(max-width: 992px) {
    .navbar .navbarMain {
        margin-left: 0px !important;
    }

    .navbar li {
        margin-left: 0;
    }

    .navbarMain .nav-link div {
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
    }
    .navbar-light .navbarMain .nav-link {
        padding: 15px 0px;
    }
}

#content1 {
    width: 90%;
    height: 23px;
    margin: auto;
    background-color: #2564b2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: right;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    font-family: verdana
}

#content2 {
    width: 90%;
    margin: auto;
}

#content3 {
    width: 90%;
    height: 23px;
    margin: auto;
    background-color: #2564b2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    padding-top: 4px;
    clear: both;
    font-family: verdana;
    margin-bottom: 5px;
}

#top {
    width: 100%;
    margin: auto;
    clear: both;
    padding: 40px;
}

#logotyp {
    width: 309px;
    float: left;
    left: 80px;
}

#haslo {
    float: left;
    margin-left: 10px;
    padding-top: 18px;
}

#panel_logowania {
    width: 550px;
    margin: auto;
    vertical-align: central;
    text-align: center;
}

#tabela_1 {
    background-color: #eee;
    border: 1px solid #dbdbdb;
    position: relative;
    padding-left: 20px;
    padding-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#tab1_pani {
    position: absolute;
    right: 90px;
    top: 128px;
    z-index: 1;
}

#tab1_wykres {
    position: absolute;
    right: 0px;
    top: -7px;
    z-index: 1;
}

#polecaj {
}

#drzewko {
    width: 395px;
    float: left;
    padding-top: 100px;
}

#formularz_polecam {
}

#tabela_rozliczenia {
    width: 100%;
    background-color: #eee;
    line-height: 24px;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
}

h1 {
    color: #2564b2;
    font-size: 30px;
    font-weight: bold;
}

h2 {
    color: #8f9192;
    font-size: 20px;
    font-weight: bold;
}

h3 {
    color: #2564b2;
    font-size: 18px;
    font-weight: bold;
}

.niebieski_czcionka {
    color: #FFF;
    font-size: 12px;
}

.szary_1 {
    color: #8f9191;
    font-size: 16px;
    font-weight: bold;
}

.szary_2 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.niebieski_1 {
    color: #2564b2;
    font-size: 14px;
    font-weight: bold;
}

.faktura {
    color: #ec1e26;
    font-size: 14px;
}

.tresci {
    padding-left: 30px;
    padding-right: 30px;
}

a {
    color: #2564b2;
    text-decoration: none;
}

a:hover {
    color: #2564b2;
    text-decoration: underline;
}

a.b_b {
    color: #000000;
    font-weight: bold;
}

#content1 a {
    color: #ffffff;
}

li {
    margin-left: 30px;
}

p {
    margin: 0;
}

table.tabela th {
    background: #dcdcdc;
    color: #000;
    padding: 5px;
    text-align: center;
    font-weight: normal;
    border: 2px solid #ffffff;
}

table.tabela td {
    background: #cccccc;
    color: #ffffff;
    padding: 5px;
    text-align: center;
    border: 2px solid #ffffff;
    color: #313131;
}

table.tabela td.td_biale {
    background-color: #fff;
    width: 150px;
}

table.tabela td.nalewo {
    text-align: left;
    padding-left: 0px;
}

table.tabela td.naprawo {
    font-weight: bold;
    color: #000000;
}

table.tabela td.nalewo a:hover {
    color: #ffffff;
}

.centruj {
    text-align: center;
}

.button_1 {
    padding: 5px;
    color: #ffffff;
    background: #2966b7;
    border: 1px solid #2966b7;
}

input {
    background: #eeeeee;
    border: 1px solid #dadada;
    padding: 3px;
}

.to-top {
    text-align: center;
}

#scroll-to-top {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 20px;
    opacity: 0.8;
}

#scroll-to-top:hover {
    opacity: 1;
}

#keywordsTabContent {
    box-shadow: 0px 0px 6px #d8d8d8;
}

.table-gray, .table-gray > td, .table-gray > th {
    background-color: rgba(177, 177, 177, 0.1);
}