body {
  font-size: .875rem;
}

.feather {  
  vertical-align: text-bottom;
}

table{
	cursor:default;
}

table tbody.enable-edit{
	cursor:pointer ;
}

table tbody.enable-edit tr.disable_edit td{
	cursor:default ;
	color:#3185ad;
}

div.legal{
  display:none;	
}

.form-check input, .form-check label{
	cursor:pointer;
	color: #0a58ca;
	text-decoration: underline;
}

.form-check label:hover{
	color: #0957c9;
}

.bg-blue {
	background-color: #2961b3;
}
.border-blue{
	border-color: #2961b3!important;
}
footer{
    color: #998d7d;
    background: #f3f3f3;
}
footer a{
	color: #6c645a;
	text-decoration: none;
}
footer a:hover{
	color: #897d6d;
	text-decoration: underline;
}
header a{
	color:#EFEFEF;
	text-decoration: none;
	transition-property: background-color, color; 
    transition-duration: 0.5s; 
    transition-timing-function: ease;	
    line-height: 3.5rem;
    height:3.5rem;	
}
header a:hover{
	color: #FFF;		
	background-color: #5e8ccf5c;
}
.card-header h4{
	color: #5d5140;
}
.card-body {
	background-repeat: no-repeat;
    background-size: cover;    
}

.plan-card, .plan-card-single  {
	background-repeat: no-repeat;
    background-size: cover;
}

.plan-card .card-body p, .plan-card-single .card-body p{
	position: absolute;
	bottom: 5.1rem;
	left:0;
	text-align: justify;
    margin: 0 1.5rem;    
}

.card-body ul{
	margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 25px;
}

.shadow{
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .15)!important;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .15)!important;
}

.lang-drop{
	display:none;
}

.sel-lang{
	width:3.5rem;
	height:3.5rem;
	display: block;
	text-decoration: none;
	font-size: 0.9rem;
	text-align: center;
}

div.lang-block{
	position:relative;
}
div.lang-drop{
	position: absolute;
	list-style-type: none;	
	background-color: #f3f3f3;
}
div.lang-drop a{
	width:3.5rem;
	height:3.5rem;
	display: block;
	color:#998d7d;
	text-decoration: none;
	font-size: 0.9rem;
	text-align: center;
	line-height: 3.5rem;
	transition-property: background-color, color; 
    transition-duration: 0.5s; 
    transition-timing-function: ease;
    border-top: 1px solid #e0e0e0;
}

div.lang-drop a:hover{
	background-color: #e5e5e5;
	color:#998d7d;	
}

div.top-banner, div.top-banner-mobile, div.top-banner-tablet{
	height: 25rem;
	position: relative;
	margin-bottom:20.1rem;
}
div.top-banner .banner, div.top-banner-mobile .banner, div.top-banner-tablet .banner{
	height: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}
div.top-banner .banner .container, div.top-banner-mobile .banner .container, div.top-banner-tablet .banner .container{
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
}
.banner .container h1{
	font-size: calc(1.5em + 2vw);
	text-shadow: 1px 1px #444;
}
.banner .container h2{
	font-size: calc(1.3em + 2vw);
}
.banner .container h3{
	font-size: calc(1.1em + 2vw);
}
.banner .container h4{
	font-size: calc(0.8em + 2vw);
}
.banner .container h5{
	font-size: calc(0.6em + 2vw);
}
.banner .container h6{
	font-size: calc(0.5em + 2vw);
}
.banner .container p{
	font-size: calc(0.5em + 1.0vw);
	line-height: calc(0.5em + 1.0vw);
}

.carousel-indicators {
    right: 70%!important;
    bottom: 15%!important;
    margin-right: 5%!important;
    margin-left: 5%!important;
}
main.with-top__banner {
 position: relative;
 top: -4.9rem;
}

.plan-card,.plan-card-single {
	position: relative;
	min-height:380px;
}
.plan-card .card-prices{
	position: absolute;
	bottom:-1rem;
}

.plan-card .card-prices a{
	text-decoration: none;
	color:white;
	background-color: #2961b3;	
	transition-property: background-color, color; 
    transition-duration: 0.5s; 
    transition-timing-function: ease;	
}

.plan-card-single .single-price{
	position: absolute;
	bottom:-0.4rem;
	width: 100%;
}

.plan-card .card-prices a:hover{
	background-color: #37547d!important;
}

.plan-card .card-prices a.selected{
	color:white;
	background-color: #2961b3;	
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.w-md-75{
	width: 50%!important;
}
.bank-links__container{
	position: relative;
}
.bank-links__container
.bank-links__link{	
	position:relative;
	background-color:white;
	border: 1px solid #FFF;
	transition-property: background-color, color; 
    transition-duration: 0.5s; 
    transition-timing-function: ease;
    min-width: 160px;	 
	cursor: pointer;  
	z-index: 20;  
}
.bank-links__link:hover{
	background-color: #E8E8E8 ;
}

.bank-links__link.selected{	
	background-color: #F5F5F5 ;
	border: 1px solid #0A58ca;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .15) !important;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .15) !important;
}

.bank-links__container input{
	position: absolute;
	z-index: 1;
	top:10px;
	left:10px;
}
.news_container{
	position:relative;
	top:-2rem;
}
.news{
	
}
.news .col{	
	cursor: pointer;
	height:19.5rem;
	overflow: hidden;
}
.news .col-text{
	background-color:white;
	position: relative;	
	-webkit-transition: bottom .5s linear;
    -o-transition: bottom .5s linear;
    transition: bottom .5s linear;
    bottom:0rem;	
}
.news .col-text p {
	color:#00000000;
	transition-property: background-color, color; 
    transition-duration: 1.5s; 
    transition-timing-function: linear;
}

.news .col:hover .col-text p{
	color:#000000ff;
}

.news .col:hover .col-text{
	bottom:9rem;
}

.news .col-image{
	height: 13rem;
	background-repeat: no-repeat;
    background-size: cover;       
}
.news h5{
	min-height:5rem;
}
main .news-header{
	background-color: #f3f3f3;
}
main .news-image{
	min-height:30vh;
	min-width:50%;
	background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 991.98px) {
  .w-md-75{
	width: 75%!important;
  }	
}

@media (max-width: 767.98px) {
	header a{
		border-left: 1px solid #1951a3;
	}
  .bank-links__link{
  	min-width: 100px!important;	
  }
  .bank-links__img{
  	width:100px;
  }	
  div.top-banner-mobile, div.top-banner{
	height: 20rem;
	margin-bottom:15.3rem;
  }
	 	
  .sidebar {
    top: 3rem;
  }
  div.top-banner-mobile .banner .container, div.top-banner .banner .container{
  width: 90%;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {  
  color: #727272;
  font-weight: 400;
  text-transform: uppercase;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #2470dc;
}
.sidebar .nav-item{
	transition: background-color 0.15s ease-in-out;
}
.sidebar .nav-item:hover{
	background-color: rgba(150,150,150, .1);
}
.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.table-striped>tbody>tr.text-primary:nth-of-type(odd)>* {
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.table-striped>tbody>tr.text-secondary:nth-of-type(odd)>* {
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.table-striped>tbody>tr.text-success:nth-of-type(odd)>* {
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.table-striped>tbody>tr.text-info:nth-of-type(odd)>* {
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.table-striped>tbody>tr.text-warning:nth-of-type(odd)>* {
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.table-striped>tbody>tr.text-danger:nth-of-type(odd)>* {
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.table-striped>tbody>tr.text-light:nth-of-type(odd)>* {
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.table-striped>tbody>tr.text-dark:nth-of-type(odd)>* {
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.table-striped>tbody>tr.text-black:nth-of-type(odd)>* {
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.table-striped>tbody>tr.text-white:nth-of-type(odd)>* {
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.table-striped>tbody>tr.text-body:nth-of-type(odd)>* {
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.table-striped>tbody>tr.text-muted:nth-of-type(odd)>* {
  color: #6c757d !important;
}

.table-striped>tbody>tr.text-black-50:nth-of-type(odd)>* {
  color: rgba(0, 0, 0, 0.5) !important;
}

.table-striped>tbody>tr.text-white-50:nth-of-type(odd)>* {
  color: rgba(255, 255, 255, 0.5) !important;
}

.table-striped>tbody>tr.text-primary:hover>* {    
    color: var(--bs-table-striped-color)!important;
}

.table-striped>tbody>tr.text-secondary:hover>* {    
    color: var(--bs-table-striped-color)!important;
}

.table-striped>tbody>tr.text-success:hover>* {    
    color: var(--bs-table-striped-color)!important;
}

.table-striped>tbody>tr.text-info:hover>* {    
    color: var(--bs-table-striped-color)!important;
}

.table-striped>tbody>tr.text-warning:hover>* {    
    color: var(--bs-table-striped-color)!important;
}

.table-striped>tbody>tr.text-danger:hover>* {    
    color: var(--bs-table-striped-color)!important;
}
.table-striped>tbody>tr.text-light:hover>* {    
    color: var(--bs-table-striped-color)!important;
}

.table-striped>tbody>tr.text-dark:hover>* {    
    color: var(--bs-table-striped-color)!important;
}

.table-striped>tbody>tr.text-black:hover>* {    
    color: var(--bs-table-striped-color)!important;
}

.table-striped>tbody>tr.text-white:hover>* {    
    color: var(--bs-table-striped-color)!important;
}
.table-striped>tbody>tr.text-body:hover>* {    
    color: var(--bs-table-striped-color)!important;
}
.table-striped>tbody>tr.text-muted:hover>* {    
    color: var(--bs-table-striped-color)!important;
}

.table-striped>tbody>tr.text-black-50:hover>* {    
    color: var(--bs-table-striped-color)!important;
}
.table-striped>tbody>tr.text-white-50:hover>* {    
    color: var(--bs-table-striped-color)!important;
}


.x-small{
	font-size:.675em ;	
}
.tr-edited{
	    background-color: azure;
}
.tr-payment td{
	    color: darkcyan!important;
}
#naujas-irasas{
	position: fixed;
    background-color: #2470dc;
    z-index: 99;
    bottom: 0%;
    margin-bottom: 6px;
    right: 10px;
    width:40px;
    height:40px;
    opacity:.8;
    border-radius: 20px;
    cursor: pointer;
    padding: 10px;
}
#dropdownMenuMore{
	cursor: pointer;
}

.imageClick{
	cursor: pointer;
}

.navbar-brand {	    
	    background-color: rgba(0, 0, 0, .25);
}

#upload-image{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    width: 100%;
}

td.edit-card svg{
	margin-left:5px;	 
}

td.edit-card:hover{	
	color:#D55!important; 
}

td.edit-briefcase svg{
	margin-right:5px;
}

td.edit-briefcase:hover{	
	color:#D55!important; 
}

.tox-statusbar {
	display: none!important ;
}

#helpBody{
	max-height: 600px;
    overflow-y: auto;
}

#partneriai .row {
	height: 300px;
    overflow: auto;
    padding: 0 20px;
    margin: auto;
}

@media (max-width: 767.98px) {
	#partneriai .row td{
		white-space: nowrap;
	}
	.navbar-brand {
	    width:100%;
	    color:white!important;
	}
	.table-responsive {
    	overflow-x: scroll;
	}
	.table-responsive table tr > td:nth-child(1), .table-responsive table tr > th:nth-child(1){
		position: sticky ;		
		left:0;				
	}
	.table-responsive table tr > td:nth-child(1){
		white-space:nowrap;
	}
	.table-responsive table tr:not(.table-colored) > td:nth-child(1), .table-responsive table tr > th:nth-child(1){ 
		background-color: rgba(255, 255, 255, 1);
	}
	.vw-50{
		max-width: 50vw;
		overflow: hidden;
		display: block;
	}		
}


@media (min-width: 768px) {
	.navbar-brand {
	    background-color: rgba(255, 255, 255, 1);
	}		
}

.card-body p{
		font-size: 1.1rem;
	    line-height: 1.25rem;
}

.card-body ul{
		font-size: 1.06rem;
	    line-height: 1.25rem;
}
	
@media (min-width: 576px) {
	.card-body p{
		font-size: 0.85rem;
	    line-height: 1.0rem;
	}
	.card-body ul{
			font-size: 0.8rem;
		    line-height: 1.0rem;
	}		
}

@media (min-width: 768px) {
	.card-body p{
		font-size: 1.05rem;
	    line-height: 1.1rem;
	}
	.card-body ul{
			font-size: 0.95rem;
		    line-height: 1.1rem;
	}		
}

@media (min-width: 992px) {
	.card-body p{
		font-size: 1.04rem;
	    line-height: 1.2rem;
	}
	.card-body ul{
			font-size: 0.9rem;
		    line-height: 1.2rem;
	}
}
