/* FONTS
================================================== */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans:400,700&subset=latin-ext');


/* BASE
================================================== */

body, html {
    -webkit-font-smoothing: antialiased;
    word-spacing: 0;
    letter-spacing: 0;
    color: #2f2f2f;
    background: #f1f1f1;
    height: 100%;
}

body, input, button, textarea {
    font-family: "Merriweather Sans", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 0;
    font-weight: 400;
}

p,
ul,
ol,
table,
figure {
    margin-bottom: 1.5rem;
}

a, input, textarea, button {
    -webkit-transition: color .3s, background-color .3s, border-color .3s, opacity .3s;
       -moz-transition: color .3s, background-color .3s, border-color .3s, opacity .3s;
            transition: color .3s, background-color .3s, border-color .3s, opacity .3s;
}

a,
a:focus {
    color: #eca721;
}

a:hover {
    color: #000;
}

a.fekete,
a.fekete:focus {
    color: #212529;
}

a.fekete:hover {
    color: #212529;
}

a:hover,
a:focus {
    text-decoration: none;
}

*, *:focus {
    outline: none !important;
}

img {
    max-width: 100%;
}

figure img {
    width: 100%;
}
.container-fluid{
    padding-right: 20px;
    padding-left: 20px;
}

.vcenter{
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mt--10 { margin-top: 10px; }
.mt--20 { margin-top: 20px; }
.mt--30 { margin-top: 30px; }
.mt--40 { margin-top: 40px; }
.mt--50 { margin-top: 50px; }
.mt--60 { margin-top: 60px; }
.mt--70 { margin-top: 70px; }
.mt--80 { margin-top: 80px; }
.mt--90 { margin-top: 90px; }
.mt--100 { margin-top: 100px; }
.mt--110 { margin-bottom: 110px; }
.mt--120 { margin-bottom: 120px; }
.mt--130 { margin-bottom: 130px; }
.mt--140 { margin-bottom: 140px; }
.mt--150 { margin-bottom: 150px; }
.mt-15p { margin-top: 15%; }

.mb--0 { margin-bottom: 0px; }
.mb--10 { margin-bottom: 10px; }
.mb--20 { margin-bottom: 20px; }
.mb--30 { margin-bottom: 30px; }
.mb--40 { margin-bottom: 40px; }
.mb--50 { margin-bottom: 50px; }
.mb--60 { margin-bottom: 60px; }
.mb--70 { margin-bottom: 70px; }
.mb--80 { margin-bottom: 80px; }
.mb--90 { margin-bottom: 90px; }
.mb--100 { margin-bottom: 100px; }
.mb--110 { margin-bottom: 110px; }
.mb--120 { margin-bottom: 120px; }
.mb--130 { margin-bottom: 130px; }
.mb--140 { margin-bottom: 140px; }
.mb--150 { margin-bottom: 150px; }

.pt--10 { padding-top: 10px; }
.pt--20 { padding-top: 20px; }
.pt--30 { padding-top: 30px; }
.pt--40 { padding-top: 40px; }
.pt--50 { padding-top: 50px; }
.pt--60 { padding-top: 60px; }
.pt--70 { padding-top: 70px; }
.pt--80 { padding-top: 80px; }
.pt--90 { padding-top: 90px; }
.pt--100 { padding-top: 100px; }
.pt--110 { padding-bottom: 110px; }
.pt--120 { padding-bottom: 120px; }
.pt--130 { padding-bottom: 130px; }
.pt--140 { padding-bottom: 140px; }
.pt--150 { padding-bottom: 150px; }

.pb--0 { padding-bottom: 0px; }
.pb--10 { padding-bottom: 10px; }
.pb--20 { padding-bottom: 20px; }
.pb--30 { padding-bottom: 30px; }
.pb--40 { padding-bottom: 40px; }
.pb--50 { padding-bottom: 50px; }
.pb--60 { padding-bottom: 60px; }
.pb--70 { padding-bottom: 70px; }
.pb--80 { padding-bottom: 80px; }
.pb--90 { padding-bottom: 90px; }
.pb--100 { padding-bottom: 100px; }
.pb--110 { padding-bottom: 110px; }
.pb--120 { padding-bottom: 120px; }
.pb--130 { padding-bottom: 130px; }
.pb--140 { padding-bottom: 140px; }
.pb--150 { padding-bottom: 150px; }

.bg-orange{ background: #fcb425; }
.static{ position: static; }

/* Default
================================================== */

.btn-orange{
    border: 1px solid #eca721;
    background-color: #eca721;
    color: #fff;
}
.btn-orange:hover,.btn-orange:focus{
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.btn.focus, .btn:focus{
    box-shadow: none;
    
}

/* SECTIONS
================================================== */

.section {
    padding-bottom: 2.5rem;
}
.section.container-fluid{
    /*padding-right: 0;
    padding-left: 0;*/
}

.section__title {
    margin-bottom: 3rem;
    font-size: 2.25rem;
}

.section__subtitle {
    margin-bottom: 3rem;
    margin-top: -3rem;
    font-size: 1.25rem;
    text-transform: none;
}
.container-col{
    padding-bottom: 38px;
}

/*
    Login
*/

.header__logo {
    display: inline-block;
    height: 44px;
}
.header__logo img {
    height: 100%;
}
.input-group-prepend span{
    width: 50px;
    background-color: #fcb425;
    color: #fff;
    border:0 !important;
}
.input-group-prepend .input-group-text{
    text-align: center;
    display: block;
}
.input-group > .form-control{
    border: 1px solid #fcb425;
}
.card{
    border: 1px solid rgba(252,180,37,.4);
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,.05);
}
    .card .header__logo{
        margin-top: 10px;
        margin-bottom: 10px;
    }
.card-header{
    background-color: #fcb425;
    border: 1px solid rgba(252,180,37,.4);
    color: #fff;
}
    .card-header h1,.card-header h2,.card-header h3,.card-header h4,.card-header h5,.card-header h6{
        margin-bottom: 0;
    }
.login_btn{
    color: #000;
    background-color: #fff;
    border: 1px solid rgba(252,180,37,1);
}

.login_btn:hover{
    color: black;
    background-color: #fcb425;
    color: #fff;
}

/*
    Form components
*/

label {
    margin-bottom: 1rem;
}

.form-control,.form-control-text {
    border-width: 0;
    padding-top: .75rem;
    padding-bottom: .75rem;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.custom-control.form-check-inline{
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: .75rem;
    padding-top: 1.5rem;
}

.custom-control-label{
    padding-left: .5rem;
}

.custom-control-label::before,
.custom-control-label::after {
    top: 0;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    width: 24px;
    height: 24px;
    line-height: 22px;
}

.custom-control-label::before,
.custom-control-input:active ~ .custom-control-label::before {
    background: #fff;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before{
    border-color: #adb5bd;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before{
    color: #fff;
    background-color: #ffedc8;
    border-color: #adb5bd;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:checked ~ .custom-control-label::before {
    background: #fcb425;
    border-color: #adb5bd;
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
}

/*
    Sortable
*/

.card-sortable{
    background-color: #fff;
}
.card-header.move {
    padding-right: 2.5rem;
}
.move {
    cursor: move;
}
.move > .btn{
    position: absolute;
    padding: 0;
    color: #fff;
    right: 1rem;
}
.move, .connectedSortable{
    text-align: left;
}
.move-card{
    color: #eca721;
    -webkit-transition: color .3s, background-color .3s, border-color .3s, opacity .3s;
    -moz-transition: color .3s, background-color .3s, border-color .3s, opacity .3s;
    transition: color .3s, background-color .3s, border-color .3s, opacity .3s;
}
.move-card:hover{
    color: #000;
    cursor: move;
}
.list-group-item,.list-group-flush .list-group-item {
    background-color: #f7f7f7;
    margin: .5rem 1rem 0 1rem;
    border: 0;
    border-radius: .25rem;
}
.list-group-item,.list-group-flush .list-group-item.teszt{
    background-color: #f9eed8;
}
.card-footer{
    border: 0;
    padding: .5rem 1rem;
}
.card-sortable .btn-orange, .card-sortable .select, .card-sortable .kivalaszats, .card-sortable .form-control:focus, .card-sortable .form-group input {
    border: 1px solid #eca721;
    background-color: #eca721;
    color: #fff;
}
.card-sortable .btn-orange:hover, .card-sortable .select:hover, .card-sortable .kivalaszats:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

/*
    Minden kártya
*/
.minden-kartya .card-header{
    background-color: transparent;
    border: 0;
    color: #2f2f2f;
    text-align: left
}
.fa-stack {
  vertical-align: top;
  transition: all .5s;
}
.header-back{
    position: absolute;
    top: 7px;
    right: 15px;
    font-size: 1.5rem;
    color: #fff;
}

.gombsor{
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translate(0, -50%);
}
.btn-small{
    font-size: 0.9rem;
    padding: 0.175rem 0.45rem;
    margin-left: 0.5rem;
}

/*
	XL and up
*/

@media screen and (min-width: 1401px) {

    .d-xxl {
        display: block;
    }

    .container {
        max-width: 1340px;
        padding-left: 20px;
        padding-right: 20px;
    }

        .row:not(.no-gutters) {
            margin-left: -20px;
            margin-right: -20px;
        }

            .row:not(.no-gutters) [class*="col-"] {
                padding-left: 20px;
                padding-right: 20px;
            }

    .intro__plane {
        display: block;
    }

}

/* KEYFRAMES
================================================== */

/* Fade In */

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* Fade In Up */

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate(0, 10%);
	}
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 10%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
	}
}

/* Fade In Right */

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate(10%, 0);
	}
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate(10%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
	}
}

/* Fade In Left */

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate(-10%, 0);
	}
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate(-10%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
	}
}