.logrow_error {
 color:red;	
 background-color:black !important;
}

.logrow_warning {
 color:#F0E68C;	
 background-color:black !important;
}


.lds-ring {
  
  position: relative;
  width: 64px;
  height: 64px;
    margin: 0 auto;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #cef;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #cef transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*
body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
}*/

a {
    text-decoration: none;
    color: #72d1f5;
}

table {
    margin-top: 30px;
    border: none !important;
}

th {
    background-color: #72d1f5;
    color: #fff;
    font-weight: normal;
    border: none !important;
}

td {
    border: none !important;
}

td.dot {
    border-top:1px dotted #000 !important;
}

.form-control {
    /*border-radius: 0px;*/
}

.logo{
    /*font-family: museo300;*/
    font-size: 0.9em;
    padding-left: 60px;
    padding-top: 40px;
    padding-bottom: 15px;
}
.row {
    /*margin-right: -90px;
    margin-left: -60px;*/
}

.wp_head {
    /*font-family: museo500;*/
    font-size: 1.0em;
}

.head_text {
    /*font-family: museo300;*/
    font-size: 2.0em;
}

.head_small_text {
    /*font-family: museo300;*/
    font-size: 1.3em;
    display: block;
    padding-bottom: 20px;
}

.head_sc {
    font-size: 1.8em;
    font-weight: bold;
}
.small_text {
    font-size: 1em;
}

.small_text_sl {
    font-size: 1em;
}

.wp_link {
    padding-top: 20px;
    display: block;
}

.row_col_nr {
    font-size: 1.1em;
    color: lightgrey;
    padding-left: 50px;
}

.row_col_img {
    display: none;
    /*background-image: url("../img/dots.png");
    background-repeat: repeat-y;
    height: 120px;
    align-content: center;*/
    margin-top:5px;
    margin-bottom:5px;
}

/* new nav-languages */

.nav-languages {
    width: 100%;
    height: .1px;
    position: relative;
    /* background-color:yellow; */
   display: flex;
   justify-content: right;
   align-items: center;
}

.nav-lang {
    position: absolute;
}

.nav-languages-pl {
top: 5px;
right: 45px;
}
.nav-languages-en {
top: 5px;
right: 95px;
}


/* neon */

.nav-languages .neon-main {
   
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px 6px;
    /* padding: 10px 13px 6px; równo z menu*/
    /* color: #72d1f5; */
    color: #21CEFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    font-size: 14.5px;
    overflow: hidden;
    transition: 0.2s;

}

.nav-languages .neon-main p {
    margin: 0;
    padding: 0;
}

.neon-main span {
    position: absolute;
    display: block;
}

.neon-main span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #72d1f5);
}

.neon-main:hover span:nth-child(1) {
    left: 100%;
    transition: 1s;
}

.neon-main span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #72d1f5);
}

.neon-main:hover span:nth-child(3) {
    right: 100%;
    transition: 1s;
    transition-delay: 0.5s;
}

.neon-main span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #72d1f5);
}


.neon-main:hover span:nth-child(2) {
    top: 100%;
    transition: 1s;
    transition-delay: 0.25s;
}


.neon-main span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #72d1f5);
}

.neon-main:hover span:nth-child(4) {
    bottom: 100%;
    transition: 1s;
    transition-delay: 0.75s;
}



/*

.nav-languages p a {
    text-decoration: none;  
    font-weight: bold;
    color: #72d1f5;
} */


/* row head */
.row_head {
   display: flex;
   justify-content: flex-start;
   align-items: center;
   position: relative;

}
 .row_head .scenario-panel {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    font-weight: bold;
    color: #535275;
    text-transform: uppercase;
    text-decoration: none;
    width: 200px;
    height: 35px;
    border: 2px solid #535275;
    margin-right: 4px;
}

.row_head .one {
   width: 101px;
}

.row_head .two {
    width: 206px;
 }

 .row_head .three {
    width: 226px;
 }

.row_head .four {
    border: 2px solid transparent;
    width: 163px;
}

.row_head .five {
    border: none;
    width: 169px;
    background-color: #21ceff;
    margin-left: 15%;
    position: absolute;
    right: 0;

}



.row_head .scenario-panel a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    text-transform: uppercase;
    text-decoration: none;
    color: #535275;
    font-size: 11px;
    font-weight: bold;
}


.row_head .five a {
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
}
/* history config menu */

.config-menu {
  position: relative;
 
 }

 .config-menu .scenario-panel:nth-of-type(2) {
    width: 206px;
    position: absolute;
    left: 8.3333333%;
 }

 .config-menu .scenario-panel:nth-of-type(3) {
    width: 226px;
    position: absolute;
    left: calc(8.3333333% + 210px);
 }


@media (max-width: 991px) {
  .row_col_img {
    display: none;
  }
}

.row_head {
    /*font-family: museo700;*/
    font-size: 1.4em;
}

.row_submit_text {
    font-size: 1em;
}

.row_footer {
    font-size: 1em;
    margin-top: 10px;
}

.size11 {
    font-size: 1.2em;
}

.color_blue{
    color: #72d1f5;
}

.btn_color_blue{
    /*font-family: latoBold;*/
    background-color: #72d1f5;
    border-color: #72d1f5;
    color: #fff;
    border-radius: 10px;
    /*
    padding-left: 60px;
    padding-right: 60px;
    */
    width: 90%;
    font-size: 1.2em;
}

/* scenario modals */
.imgScenario {
    position: relative;
}

.imgScenario-mail {
position: absolute;
top: 0;
width: 60%;
height: 100%;

}
.imgScenario-help {
position: absolute;
top: 0;
width: 60%;
height: 100%;
z-index: 1111;
}



@media (max-width: 991px) {
  .btn_color_blue {
    margin-bottom: 5px;
    font-size: 1.1em;
  }
}

@media (max-width: 767px) {
  .btn_color_blue {
    margin-bottom: 10px;
    font-size: 1.2em;
  }
}

.btn_border_blue{
    /*font-family: openSans;*/
    background-color: #fff;
    border-color: #3997d4;
    color: #000;
    border-radius: 10px;
    /*
    padding-left: 80px;
    padding-right: 80px;
    */
    font-size: 1.0em;
}


.back_color_lg {
    background-color: #f8f8f8;
    height: 83px;
}


.div_round {
    border: 2px solid #72d1f5;
    border-radius: 60px;
    padding: 15px;
}
/*
.div_round_big {
    border: 2px solid #72d1f5;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    padding: 30px;
    background-color: #fff;
    margin-left: 55px;
}
*/
.div_round_big {
    margin-left: -15px;
}

.warn {
    color: #969695;
}

.div_height {
    display: table-cell; 
    vertical-align: middle; 
    height: 70px;
}

.col-md-10 {
    padding-left: 70px;
}

.footer_height{
    height: 83px; 
    padding-top: 25px; 
    margin-top: 2px;
    /*background-image: url('../img/foot_background.png');*/
}

.pad44 {
    padding-left: 44px;
    height: 80px;
}

.zoomin:hover {
    color: #72d1f5;
}

.marg_top {
    margin-top: 50px;    
}

.modal-dialog {
    width: 574px;
    margin: 60px auto;
}

.modal-content {
    z-index: 15;
}

.modal-title {
    color: #72d1f5;
}

.div_border {
    border: 1px solid #72d1f5;
    padding: 30px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
  .div_border {
    margin-bottom: 15px;
  }
}

.radio {
    display: block !important;
    margin-top: 15px !important;
}

.tab {
    display: table-cell; 
    vertical-align: middle; 
}

.back_color {
    background-color: #f8f8f8;
    padding: 20px;
    padding-top: 5px;
    /*width: 100%;*/
}

.hand {
    cursor: pointer;
}

.contact_mod_content {
    border-radius: 0px; 
    border: none; 
    width:800px;
}

.contact_header {
    padding: 60px 90px 0px 90px;
}

.contact_body {
    padding: 20px 90px 35px 90px;
    background-color: #f8f8f8;
}

.contact_label {
    /*font-family: latoRegular;*/
    font-size: 0.8em;
    font-weight: normal;
}

.contact_footer {
    height: 293px;
    padding: 20px 90px 0px 90px;
    background-image: url('../img/background.png'); 
}

.contact_foot {
    font-size: 1.4em;
    font-weight: lighter;
}

.wp_button {
    margin-top: 35px;
    width: 400px;
}

.sl_head_text {
    /*font-family: museo700;*/
    font-size: 40px;
    color: #fff;
}

.sl_small_text {
    color: #fff;
}

.sl_button {
    margin-top: 40px;
    width: 265px;
    height: 40px;
}

.btn-info {
    background-color: #72d1f5;
}

.bl {
    background-color: #f3f3f3;
    /*font-family: openSans;*/
    font-size: 1.2em;
}

.grey_box {
    border: 1px solid #cfcfcf;
    background-color: #fff;
    padding: 30px;
}

.key_box {
    border: 1px solid #cfcfcf;
    background-color: #fff;
    padding: 30px;
    margin: 30px;
}

.b24{
    /*font-family: openSansBold;*/
    font-size: 1.6em;
}

.b18{
    /*font-family: openSansBold;*/
    font-size: 1.2em;
}

.b16{
    /*font-family: openSansBold;*/
    font-weight: bold;
}

.selBL {
    margin-left: 30px;
    border: 1px solid #3294d3;
    border-radius: 10px;
    padding: 5px;
    width: 500px;
}

.lime_box {
    border: 1px solid #cfcfcf;
    background-color: #f2faef;
    padding: 0px 0px 15px 15px;
}

.white_box {
    border: 1px solid #cfcfcf;
    background-color: #fff;
    padding: 0px 0px 15px 15px;
}

.in_box{
    padding: 10px;
}

.bl_blue{
    color: #3694d2;
    margin-right: 15px;
}

.bl_blue_set{
    color: #3694d2;
    margin-right: 15px;
    cursor: pointer;
}

.bl_price_label{
    color:#7b9726;
    /*font-family: openSansExtraBold;*/
    font-weight: bolder;
}

.bl_price{
    color: #652309;
    /*font-family: openSansExtraBold;*/
    font-weight: bolder;
    margin-right: 30px;    
}

.details{
    font-size: 1.2em;
}

.szpalty{
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-gap: 50px;
    -moz-column-gap: 50px;
    -webkit-column-gap: 50px;
    margin: 30px;
    text-align: justify;
}

.div_height_footer {
    display: table-cell; 
    vertical-align: middle; 
    height: 90px; 
}
/*ramka box scenariusza*/
.thumbnail{border: 1px solid #205470;}

.token {
    padding-top: 10px;
    padding-left: 3px;
    font-size: 0.9em; 
    background-color: #fff; 
    height: 40px; 
    width: 90%; 
    border: 1px solid gray; 
    border-radius: 10px;
}

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

.reg_head{
    font-size: 1.2em;
    font-weight: bold;
    margin:15px 0;
}

.reg_text{
    font-size: 0.9em;
    line-height: 1.4em;
    margin: 10px 0;
}

.reg_und{
    text-decoration: underline;
    font-weight: bold;
}

.reg_adr{
    font-size: 1em;
    font-weight: bold;
    padding-left:60px;
}

ol {
    padding-left: 13px;
}

li {
    padding-left: 15px;
    margin: 5px 0;
}

li.low_alpha {
    padding-left: 5px;
    list-style-type: lower-alpha;
}

.img-responsive{
    margin-bottom: 10px;
}

label {
    font-weight: normal;
}

.form-control{
        margin-bottom: 10px;
    }



    @media (max-width: 750px) {


/* new nav-languages */

.nav-languages {
    height: 30px;
    position: relative;
    padding-right: 5%;
}

.nav-lang {
    position: static;
}

/* neon */

.nav-languages .neon-main {
   
    position: relative;
    height: 30px;
    padding: 6px 11px 6px;
    font-size: 13px;
  
}

.nav-languages .neon-main p {
    line-height: 30px;
}


    }

a {
    color: #29b6f6;
    font-weight: 600;
    text-decoration: none;
}

input[type=text] .form-control{
    max-width: 250px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 10px;
    border: 1px solid #d6dbdf;
    border-radius: 6px;
    color: #34495e;
    font-size: 12px;

    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;

    line-height: normal;
}

#dashboardConfigurationPlaceholder div:not([class]) {
    width: 100%;
}

#dashboardConfigurationPlaceholder .scenario_div-2 {
    width: 100%;
}

#dashboardConfigurationPlaceholder img {
    max-width: initial;
}