@charset "utf-8";
/* CSS Document */

.szuro input, .szuro select, .szuro textarea {
    background-color: #FFFFA8;
	border: 1px solid #ccc;
	font-size: 1.0em;
	min-height: 15px;
	display: block;
	margin: 0;
	width: 100%;

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.szuro input:disabled, .szuro select:disabled, .szuro textarea:disabled {
    background-color: #EEEEEE;
}

.felhasznaloaltaltoltheto {
    background-color: #FFFFA8;
}
input.hibas_bevitel {
    background-color: #FF0000;
	color: #FFFFFF;
}

fieldset legend
{
	font-size:10px;
	font-weight:bold;
}

fieldset ul, fieldset li
{
   border:0; margin:0; padding:0; list-style:none;
}

fieldset li
{
   clear:both;
   list-style:none;
   padding-bottom:10px;
   height:25px;
}

fieldset input
{
   float:left;
}

fieldset label
{
   font-size:12px;
   font-weight:bold;
   padding-top:5px;
   float:left;
}

.modalloader {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                url('../images/ajax-loader 4.gif')
                50% 50%
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loaderanimation {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loaderanimation .modalloader {
    display: block;
}


form.adatmodositas label.formlabel
{
   font-size: 12px;
   font-weight: bold;
   padding-top: 5px;
   float: left
}
form.adatmodositas tr
{
   padding:10px;
}
form.adatmodositas tr td:first-child
{
   padding-right:30px;
}
form.adatmodositas tr td input
{
   margin-bottom: 5px;
}
.onlyprint {
   display:none;
}

select.ervenytelen
{
   background-color: #FFA8A8;
}

td.kosarattekintoelteres
{
   font-size: 14px;
   color: white;
   background-color: red;
   font-weight: bold;
   font-size: 1.4em;
   width: 20px;
}

.rejtett
{
   display:none  !important;
}
.rejtett2
{
   display:none  !important;
}
.rejtett3
{
   display:none  !important;
}

.hirlevelkeret
{
	border: 1px solid black;
	padding: 2px;
	margin-bottom: 10px;
}

p.hirlevelszoveg
{
	margin: 5px 0px 0px 0px;
	font-size: 0.8em;
}

.text-center { text-align: center; }
#uploaded-files { margin-top: 20px; }
#uploaded-files li {
    list-style-type: none;
    padding: 3px;
}
#uploaded-files li input {
    border: 1px solid #ccc;
    padding: 3px 5px;
}
#uploaded-files li .delete-button,
#uploaded-files li .rename-button {
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
}
#uploaded-files li .delete-button {
    background: url('../images/ico-delete.png') left center no-repeat;
}
#uploaded-files li .rename-button {
    background: url('../images/ico-edit.png') left center no-repeat;
    margin-right: 10px;
}

.uinoclose .ui-dialog-titlebar-close
{
    display:none;
}

.gray {
    color: gray;
}

.lightgray {
    color: lightgray;
}

.black {
    color: black;
}

.kotelezofigyelmeztetes {
    color: red;
	font-weight: bold;
	font-size: 0.8em;
	margin-top: 0px !important;
	margin-bottom: 5px !important;
	background:url("../images/red-up-arrow.png") no-repeat;
	padding-left:25px;
	/*padding-bottom: 5px;*/
}

#cikkek td.kivalasztottsor
{
	border-bottom: 1px solid #f0baa2;
	background: #cc0000;
	color: white;
	font-weight: bold;
}
#cikkek td.kivalasztottsor:last-child
{
	border-bottom: 1px solid #f0baa2;
	background-image: url("../images/ico-selected.png");
	background-repeat: no-repeat;
	background-position:center;
	color: white;
	font-weight: bold;
}

#cikkek thead th
{
    white-space: normal;
}

.vastag
{
    font-weight: bold;
}

#menu li[data-name=abroncskereses] {
    /* remove the old search from menu */
    display: none;
}

/* custom checkbox inputs */
input[type=checkbox] ~ .on,
input[type=checkbox]:checked ~ .off {
    display:none;
}
input[type=checkbox] ~ .off,
input[type=checkbox]:checked ~ .on {
    display:inline-block;
}
.form-checkbox {
    display: block;
    cursor: pointer;
}

.form-checkbox .icon {
    font-size: 20px;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    display: inline-block;
    vertical-align: middle;
}
.form-checkbox .icon.marso-icon-square {
    color: #fff;
}
.form-checkbox .icon.marso-icon-check {
    color: #20c25b;
}
.form-checkbox .icons {
    position: relative;
    font-size: 1rem;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    display: inline-block;
    vertical-align: middle;
}
.form-checkbox .icons .icon {
    position: absolute;
    top: 0;
    left: 0;
}
.form-checkbox .icons .icon:first-child {
    position: relative;
}
.form-checkbox .icon.marso-square {
    background-color: #fff;
    border-radius: 5px;
    margin-top: 2px;
}
.icons.icons-switch {
    width: 2rem;
    position: relative;
}
.icons.icons-switch::before {
    position: absolute;
    content: "";
    display: block;
    width: 90%;
    left: 5%;
    margin-top: 0.125rem;
    height: 0.75rem;
    background-color: #686868;
    border-radius: 5px;
}
.icons-switch.switch-off .icon {
    color: #dc2f33;
}
.icons-switch.switch-on {
    text-align: right;
}
.icons-switch.switch-on .icon {
    color: #20c25b;
    right: 0;
    left: auto;
}

.icons-switch .icon.marso-icon-circle {
    color: #fff;
}

/* catalogs */
.download-catalog-list {
    margin-bottom: 1rem;
}
.download-catalog-list dt {
    margin: 0.5rem 0 0;
    position: relative;
    padding: 0;
}
.download-catalog-list .item {
    display: block;
    padding: 0.5rem 1rem;
    color: #fff;
}
.download-catalog-list .item.video-item {
    position:relative;
    display: block;
    box-sizing: border-box;
}
.download-catalog-list .item.video-item .image-name {
    position: absolute;
    width: 100%;
    bottom: 0.5rem;
    left: 0;
    padding: 0.5rem 1rem;
    text-align: center;
    box-sizing: border-box;
    text-shadow: 1px 1px 5px #000, 1px 1px 1px #000;
    font-weight: bold;
}

.download-catalog-list dt.subdir {
    padding: 0.5rem 1rem;
    font-weight: bold;
    cursor: pointer;
}
.download-catalog-list .title {
    margin-top: 1rem;
    color: #fff;
    background-color: #333;
}
.download-catalog-list .description {
    background-color: #333;
    filter: saturate(80%) opacity(70%);
    -webkit-filter: saturate(80%) opacity(70%);
}
.download-catalog-list dd {
    display: none;
}

.download-catalog-list dt .open-button {
    display: block;
    padding: 5px;
    text-align: right;
    font-size: 0.85rem;
    font-weight: normal;
    line-height: 100%;
    float: right;
}

.theme-default {
    background-color: #dc2f33 !important;
}
.theme-aeolus {
    background-color: #fcc900 !important;
}
.theme-bandag {
    /*background-color: # !important;*/
}
.theme-barum {
    background-color: #06326e !important;
}
.theme-bkt {
    background-color: #1ca438 !important;
}
.theme-bridgestone {
    background-color: #c00613 !important;
}
.theme-continental {
    background-color: #ffa400 !important;
}
.theme-cultor {
    background-color: #008bcc !important;
}
.theme-firestone {
    background-color: #ed1c24 !important;
}
.theme-hankook {
    background-color: #c6381a !important;
}
.theme-matador {
    background-color: #ce3727 !important;
}
.theme-michelin {
    background-color: #004f80 !important;
}
.theme-mitas {
    background-color: #01367c !important;
}
.theme-nokian {
    background-color: #499E36 !important;
}
.theme-riken {
    background-color: #ce0613 !important;
}
.theme-taurus {
    background-color: #7a003c !important;
}
