@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*--------------------     wpo.wpcrm.hu           --------------------*/
/*--------------------     style.css              --------------------*/
/*--------------------     version: 1.0.0.0       --------------------*/
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/



a {
     text-decoration: none;
} 

a:hover {
    text-decoration: none;
} 

/*-- Dashboard --*/
.dashboard_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;
}

.dashboard_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;
}

.dashboard_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-weight: 600;
    font-style:normal;
    font-size: 2.1em;
    color: #424242;
    text-align: center;
}

.dashboard_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-weight: 400;
    font-style:normal;
    font-size: 1.6em;
    color: #424242;
    text-align: center;
}

.dashboard_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-weight: 400;
    font-style:normal;
    font-size: 0.75em;
    color: #909090;
    text-align: center;
}

.dashboard_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-weight: 600;
    font-style: normal;
    font-size: 1.6em;
    
    color: #424242;
    text-align: center;
}

.dashboard_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: 90px;
    height: 100%;

    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;

    padding: 0px;

    border: 1px solid #DDDDDD;
    border-radius: 20px;
    -moz-border-radius: 20px;
}
/*-- Dashboard - END --*/


/*-- ERROR404 --*/
.error404-page {
    height: 100%;

    background: url('../img/error404.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.error404-page h1 {
    position: absolute;
    margin: auto;
    top: 100px;
    left: 0;
    right: 0;
    font-size: 2em;
    font-weight: 800;
    color: #232323;
    display: table;
    z-index: 99;
    text-align: center;
    width: 100%;
    height: 30px;
}
/*-- ERROR404 - END --*/

/*-- LOADING --*/
.loading_center {
    position: fixed;
    display: table;

    top: 0;
    left: 0;
    right: 0;
    left: 0;

    margin: auto;
    padding: 0px;

    width: 100%;
    height: 100%;
}

.loading_center_relative {
    position: relative;
    display: none;
    
    float: none;    

    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    
    padding: 0px;

    width: 60px;
    height: 60px;
}

.loading_center_relative_tpmrg {
    position: relative;
    display: table;
    
    float: none;    

    margin-top: 100px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    
    padding: 0px;

    width: 60px;
    height: 60px;
}

.loading_animation {
    position: absolute;

    top: 50%;
    left: 0;
    right: 0;
    left: 0;

    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;

    width: 60px;
    height: 60px;
    background-color: #757575;

    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    } 50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    } 100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.spinner_circle {
    position: absolute;

    top: 50%;
    left: 0;
    right: 0;
    left: 0;

    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;

    width: 60px;
    height: 60px;
    background-color: #424242;
    
    border-radius: 100%;  
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% { 
        -webkit-transform: scale(0) 
    } 100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% { 
        -webkit-transform: scale(0);
        transform: scale(0);
    } 100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}
/*-- LOADING - END --*/


/*-- Block --*/
.block_bejelentkezes_row {
	position: fixed;
	display: table;

    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

	width: 650px;
	height: 300px;

	margin: auto;
	padding: 0px;
}

.block_bejelentkezes_row img {
	position: relative;
	display: table;

	width: 150px;

	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;

	padding: 0px;
}

.block_bejelentkezes_row h2 {
    position: relative;
    display: table;

    width: 100%;
    height: 30px;

    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;

    padding: 0px;

    font-weight: 600;
    font-style:normal;
    font-size: 2em;
    color: #CB3849;

    text-align: center;
}

.block_bejelentkezes_row p {
    position: relative;
    display: table;

    width: 100%;
    height: 30px;

    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;

    padding: 0px;

    font-weight: 400;
    font-style:normal;
    font-size: 1.2em;
    color: #424242;

    text-align: center;
}
/*-- Block - END --*/

.editor_header {
    position: relative;
    display: table;
    
    width: 98%;
    
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 1%;
    margin-right: 1%;
    
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 1%;
    padding-right: 0px;

    background: #DDD;
    border: 1px solid #DDD;
    border-radius: 3px;
    
    font-weight: 600;
    font-style: normal;
    font-size: 1em;
    color: #495057;
    text-align: left;
    font-family: "Poppins", sans-serif;
}

.editor_div {
    position: relative;
    display: table;
    
    width: 98%;
    
    margin-left: 1%;
    margin-right: 1%;
    
    border: 1px solid #DDD;
    border-radius: 3px;
}

.editor_div * {
    font-family: "Poppins", sans-serif !important;
}

.editor_disabled {
    background: #E8E8E8;
    opacity: 0.6;
}

.card-icon {
    position: relative;
    display: flex;

    width: 100px;
    height: auto;

    margin-left: auto;
    margin-right: auto;

    align-items: center;
    justify-content: center;
    align-content: center;
}