@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*--------------------     tmestertherapy (admin) --------------------*/
/*--------------------     style.css              --------------------*/
/*--------------------     version: 1.0.1         --------------------*/
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/



a {
     text-decoration: none;
} 

a:hover {
    text-decoration: none;
} 


/*-- Áttekintés --*/
.attekintes_row {
    position: relative;
    display: block;

    float: left;

    width: 100%;
    height: 100%;

    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;

    padding: 0px;
}

.attekintes_inner {
    position: relative;
    display: block;

    width: 80%;
    max-width: 1000px;
    height: 100%;

    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;

    padding: 0px;
}

.attekintes_inner h2 {
    position: relative;
    display: block;

    float: left;

    width: 100%;
    height: 35px;

    margin-top: 60px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;

    padding: 0px;

    font-family: 'Niramit', sans-serif;
    font-weight: 600;
    font-style:normal;
    font-size: 2.1em;
    color: #424242;
    text-align: center;
}

.attekintes_inner p {
    position: relative;
    display: block;

    float: left;

    width: 100%;
    height: 100%;

    margin-top: 25px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;

    padding: 0px;

    font-family: 'Niramit', sans-serif;
    font-weight: 400;
    font-style:normal;
    font-size: 1.6em;
    color: #424242;
    text-align: center;
}

.attekintes_inner p span {
    position: relative;
    display: block;

    width: 100%;
    height: 100%;

    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;

    padding: 0px;

    font-family: 'Niramit', sans-serif;
    font-weight: 400;
    font-style:normal;
    font-size: 0.75em;
    color: #909090;
    text-align: center;
}

.attekintes_inner p.error404 {
    position: relative;
    display: block;
    
    float: left;
    
    width: 100%;
    height: 100%;
    
    margin-top: 65px;
    margin-bottom: 75px;
    margin-left: auto;
    margin-right: auto;
    
    padding: 0px;
    
    font-family: 'Niramit', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.6em;
    
    color: #424242;
    text-align: center;
}

.attekintes_inner img {
    position: relative;
    display: table;

    width: 400px;
    height: auto;

    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;

    padding: 0px;
}

.aktuell_system_icon_row {
    position: relative;
    display: block;

    float: left;

    width: 100%;
    height: 100%;

    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;

    padding: 0px;
}

.aktuell_system_icon_row img {
    position: relative;
    display: table;

    width: 150px;
    height: 100%;

    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;

    padding: 0px;
    
    border-radius: 50%;
    -moz-border-radius: 50%;
}
/*-- Áttekintés - END --*/


/*-- Slider --*/
.file_upload_row {
    position: relative;
    display: table;

    width: 100%;
    height: 150px;

    margin-top: 25px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;

    padding: 0px;
}

.field {
    position: relative;
    display: block;

    float: left;

    width: 100%;
    height: 50px;

    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;

    padding: 0px;
}


.file-upload {
	position: relative;
    display: block;

    float: left;

    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;

    padding: 0px;

    overflow: hidden;
	/* Cosmetics */
	color: #808080;
    font-style: normal;
    font-weight: 400;
	border: 2px solid #C4C4C4;
    background: #F9F9F9;
    text-align: center;
	vertical-align: middle;

    transition-property: background, border, color;
    transition-duration: 0.25s, 0.25s, 0.25s;

    -webkit-transition-property: background, border, color;
    -webkit-transition-duration: 0.25s, 0.25s, 0.25s;

    -moz-transition-property: background, border, color;
    -moz-transition-duration: 0.25s, 0.25s, 0.25s;

    -o-transition-property: background, border, color;
    -o-transition-duration: 0.25s, 0.25s, 0.25s;

    cursor:pointer;
}

.file-upload:hover {
    border-color: #757576;
    background:#757575;
    color: #F9F9F9;
}
.file-upload:active {
    border:2px solid #424243;
	background: #424242;
    color: #FFF;
}


.file-upload input {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;

	/* Loses tab index in webkit if width is set to 0 */
	opacity: 0;
	filter: alpha(opacity=0);

    cursor:pointer;
}

.file-upload span {
	position: relative;
    display: block;

	top: 2px;
	left: 0;

    margin: auto;

	/* Adjust button text vertical alignment */
	padding: 0em;
    font-style: normal;
    font-family: 'Niramit', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1em;
}

/* Adjust the button size */
.file-upload { height: 48px; padding-top: 10px; padding-bottom: 10px; padding-left: 15px; padding-right: 15px; border-radius: 10px;-moz-border-radius: 10px;}
.file-upload,
.file-upload span {	width: 100%; }

.file-clear {
    position: absolute;
    display: none;

    top: 200px;
    bottom: 0;
    right: -6px;

    width: 32px;
    height: 32px;

    margin: auto;
    padding: 0px;

    outline: none;
    border: 0px;

    background: url('../img/trash_btn.png') no-repeat center center;
    background-size: 24px;

    transition-property: background, border, color;
    transition-duration: 0.25s, 0.25s, 0.25s;

    -webkit-transition-property: background, border, color;
    -webkit-transition-duration: 0.25s, 0.25s, 0.25s;

    -moz-transition-property: background, border, color;
    -moz-transition-duration: 0.25s, 0.25s, 0.25s;

    -o-transition-property: background, border, color;
    -o-transition-duration: 0.25s, 0.25s, 0.25s;

    cursor: pointer;

    z-index: 7;
}

.file-clear:hover {
    background: url('../img/trash_btn_hover.png') no-repeat center center;
    background-size: 24px;
}

.file-upload-status {
    position: absolute;
	top: 60px;
	left: 0px;
	width: 100%;
	height: 40px;
	vertical-align: middle;
	padding: 11px 11px;
	font-style: normal;
	font-size: 1.1em;
	color: #232323;
	background: none;
	border-bottom: 2px solid #C4C4C4;
    font-family: 'Niramit', sans-serif;
	font-weight: 400;
	font-style:normal;
    cursor: default;
    overflow: hidden;
}
/*-- Slider - END --*/

.gallery_mod_div {
    position: relative;
    display: table;
    
    width: 100%;
    height: auto;
    
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    
    padding: 0px;
}

.del_icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
}