/*
 * Custom translucent site header
 */

body {
    padding-top: 50px;
    color:##212121;	
}

h1 {
	font-size: 2rem;	
}
.small_h1 {
	font-size: 1.5rem;
}	

h2 {
	font-size: 1.5rem;
}
h3 {
	font-size: 1.2rem;
}	

/* unvisited link */
a:link {
  color: #1A237E;
}
/* visited link */
a:visited {
  color: #1A237E;
}
/* mouse over link */
a:hover {
  color: #1A237E;
}
/* selected link */
a:active {
  color: #1A237E;
}

/* unvisited link */
a.light:link {
  color: #D1C4E9;
}
/* visited link */
a.light::visited {
  color: #D1C4E9;
}
/* mouse over link */
a.light::hover {
  color: #D1C4E9;
}
/* selected link */
a.light::active {
  color: #D1C4E9;
}

.site-header {
  background-color: rgba(255, 171, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  font-size:0.8rem;
  line-height:1.1;
}

.small_h1 {
	font-size: 1.5rem;
}	

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,0.7);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,1);
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0,0,0,1);
}

.navbar-brand span {
	font-size: 0.8rem;
}
.navbar-brand {
	line-height: 1;
	padding-top: 0;
}


/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }

/*
* FORMS
*/

.form-flag {
  margin-bottom:20px;
}
.form-flag input[type=checkbox] {
  display: none;
}
.form-flag label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 0;
  line-height: 18px;
  user-select: none;
}
.form-flag label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-image: url(/img/fl1.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 18px 18px;
}
/* Checked */
.form-flag input[type=checkbox]:checked + label:before {
  background-image: url(/img/fl2.png);
}
/* Hover */
.form-flag label:hover:before {
  filter: brightness(120%);
}
/* Disabled */
.form-flag input[type=checkbox]:disabled + label:before {
  filter: grayscale(100%);
}


/*
 * pills
 */

.nav-pills .nav-link.active {
    color: #fff;
    background-color: #28a745;
}

/*
 * Custom design
 */


.color-red {
  color: #D50000;
}

.my-bg-light {
  background-color: #F5F5F5!important;
}

.my-bg-light2 {
  background-color: #EEEEEE!important;
}

.my-bg-dark {
  background-color: #BDBDBD!important;
}

.sxema-img-right:hover {
    content: url('/img/diagram_r.png?1');
}

.sxema-img-left:hover {
    content: url('/img/diagram_l.png?1');
}

.youtube {
    max-width:1280px;
    margin: 0 auto;
} 

.central-cont {
  max-width:1920px;
}

.normal-cont {
  max-width:1190px;
}

.form-cont  {
  max-width:600px; 
}

.cursor-pointer {
  cursor:pointer;
}

.to_print {
    display: none;
    width: 100%;
}

@media print {
   .to_display {
       display: none;
    }
    .to_print {
       display: block;
       width: 100%;
    }
	@page { size: album; }
}

/*
 * Chat
 */

.chat-body {
    position: relative;
    padding: 15px;
	background: #fff;	
}

.chat-msg-my {
	float:left;
	background: #F9FBE7;
}	

.chat-msg-his {
	float:right;
	background: #E8F5E9;
}	

.chat-msg-my, .chat-msg-his{
    max-width: 80%;
    margin: 2px;
    padding: 5px 10px;
    border-radius: 4px;
    word-wrap: break-word;
}

/*
 * VALUTA
 */

.kursy_valut input {
    width: auto;
}	

button.copy-html {
    /*margin-left: 70px;*/
}

/*
 * BANKI
 */

.banki {
   font-size: 10pt;
}   



@media screen and (max-width: 767px) {
	table th {
		display:block;
	}	
	table td {
		display:block;
	}
}

@media screen and (max-width: 991px) {
    .col-md-10 {
        padding-left: 0px;
    }   
}