#sh_confirm{
	cursor:pointer;
}

.main-top{
	padding-top:60px;
}


.main-body{
}


.szines{
	background:rgba(299,147,55,0.4);
}
.td_thin td {
	padding:5px;
}
.teleki-text-color{
	color:#77572;
}

.removeables{
	color:red;
}
.removeables{
	cursor:pointer;
}

.ul-scroll{
    max-height: 150px;
	min-height: 150px;
    margin-bottom: 10px;
    overflow-y:scroll;
    padding-inline-start: 5px;
}

.bw-2{
	border-width:3px;
	border-color:tan;
}

div.modal-dialog 
{
	height:100%;
}

div.modal-content{
	height: inherit;
}

.comment-to-left{
	position:absolute;
	right:5px;
}

div.sticky-top.top-1{
    top:45px;
    padding-top: 15px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type=number] {
    -moz-appearance:textfield;
}

select#ter_tev_ids{
	width:-webkit-fill-available;
}

/*print preview*/
.printButton{
	position: fixed;
    top: 75px;
	margin-left:36%;
	width: -webkit-fill-available;
}
.under-printButton{
	margin-left:20%;
	height: 87%;
	width:60%;
	position: fixed;
    top: 120px;
}


.addon-percent{
    padding: .375rem 0.12rem;
}

.toSum{
    text-align: right;	
}
.notSum{
    text-align: right;	
}
.form-container{
	width:85%;
	margin: 0 auto 5% auto;
}

.table-bordered-color td, .table-bordered-color th {
    border: 1px solid black;
}

.modal-xl{
	max-width:600%;
	width: 60%;
	max-height:60%;
	height:60%;
}

/*feltöltött file lista tábla*/
.uploaded-list-table{
	width:auto;
}
.uploaded-list-table  td{
    vertical-align: middle;	
}
/**/

.form-divem-nobg{
	padding: .375rem 0;
}

/*Pénzügy űrlap összesen*/
.card-body, div.sticky-top{
	background: #eae1ca;
}
/*Pénzügy űrlap összesen*/

/*Input pirosak ha üresek*/
/*need to use not for contat page*/
.card input:enabled::-webkit-input-placeholder {
//color: red !important;
}

/*multiselectnél mindig piros, nem jo még*/
.bootstrap-select>.dropdown-toggle.bs-placeholder, 
.bootstrap-select>.dropdown-toggle.bs-placeholder:active, 
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus, 
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    //color: red;
}
/*kell még üres*/
/*Input pirosak ha üresek*/


.money-label, 
.money-label-ext {

    position: relative;
    padding: .375rem .75rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    text-align: right!important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-menu>li>a,
.navbar-inverse .navbar-nav>li>a {
	cursor: pointer;
}


.form-control.disabled{
	background-color: #e9ecef;
    opacity: 1;
    cursor: not-allowed;
}

.circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  line-height: 10px;
  text-align: center;
  background: red;
}