﻿/*html, body {
    height: 100%;
}

body,
html {
    margin: 0;
    min-height: 100%;
    overflow-x: hidden;
    padding: 0
}*/

body {
    font-family: 'Poppins', sans-serif;
    color: #999999;
}

a:hover {
    text-decoration: none !important;
}

.cardInsetShadow {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 0px 15px rgba(0,0,0,0.5);
    border-radius: 20px;
    top: 0;
    left: 0;
}

input[type="checkbox"]:focus,
input[type="text"]:focus,
input[type="button"]:focus {
    outline: 0;
}

h1 {
    font-weight: 600;
    font-size: 42px;
    line-height: 56px;
}

h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
}

h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

p, article {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.quote {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}

.container {
    max-width: 1920px !important;
}

#manageUser p {
    font-size: 24px;
    color: #21c3f3 !important;
}

p.grey {
    color: #777777;
    font-weight: 500;
}

/* --- Selects --- */
select {
    padding-left: 16px !important;
}

/* --- Buttons --- */
.odbutton {
    cursor: pointer;
    border-radius: 3px;
    height: 38px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

    .odbutton a {
        text-decoration: none;
    }

.button-full {
    font-weight: 600;
    font-size: 18px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3)
}

.button-outlined {
    border: 1px solid white;
    font-weight: 600;
    font-size: 18px;
}

    .button-outlined:hover {
        background-color: #ffffff30;
    }

.button-menu-full {
    width: 142px;
    font-weight: 500;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    font-size: 14px;
    background-color: #eb6d05;
    border: none;
    margin-right: 25px;
}

.button-menu-outlined {
    width: 140px;
    font-weight: 500;
    border: 1px solid white;
    font-size: 14px;
    margin-right: 25px;
}

a.button-menu-full {
    text-align: center;
    padding-top: 9px !important;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}

a.button-menu-outlined {
    text-align: center;
    padding-top: 2px !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: rgb(95,95,95);
    cursor: pointer;
}

    a.button-menu-outlined:hover,
    a.button-menu-outlined:focus {
        /*background-color: unset !important;*/
        color: rgb(95,95,95) !important;
    }

a.button-menu-full:hover,
a.button-menu-full:focus {
    /*background-color: #eb6d05 !important;*/
    color: #fff !important;
}


.button-blue {
    background-color: #21c3f3;
}

.button-orange {
    background-color: #eb6d05;
}

.button-green {
    background-color: #AACF29;
}

.button-blue:hover,
.button-blue:focus,
.button-blue:active {
    background-color: #56d6f4 !important;
}

.button-orange:hover,
.button-orange:focus,
.button-orange:active {
    background-color: #f78a37 !important;
}

.button-green:hover,
.button-green:focus,
.button-green:active {
    background-color: #cfe27a !important;
}

.button-menu-outlined:hover,
.button-menu-outlined:focus,
.button-menu-outlined:active {
    background-color: #ffffff30 !important;
}

.button-bmered:hover,
.button-bmered:focus,
.button-bmered:active {
    background-color: #A82B31 !important;
}

.rowButtons input:hover,
.rowButtons input:focus,
.rowButtons input:active {
    opacity: 0.7;
}

/* --- Search --- */
.sb-search {
    position: relative;
    width: 0%;
    min-width: 43px;
    height: 38px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    border: solid 2px #21c3f3;
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
    background: #fff;
    width: 20%;
    height: 38px;
    margin: 0;
    z-index: 10;
    padding: 17px 65px 17px 20px;
    font-family: inherit;
    font-size: 14px;
    color: #2c3e50;
    min-width: 170px;
    margin-right: 43px;
}

    .sb-search-input::-webkit-input-placeholder {
        color: #646464;
    }

    .sb-search-input:-moz-placeholder {
        color: #646464;
    }

    .sb-search-input::-moz-placeholder {
        color: #646464;
    }

    .sb-search-input:-ms-input-placeholder {
        color: #646464;
    }

.sb-icon-search,
.sb-search-submit {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: transparent !important; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #fff;
    background: transparent;
    z-index: 90;
    font-size: 14px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

    .sb-icon-search:before {
        content: "";
    }

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
    width: 100%;
}

    .sb-search.sb-search-open .sb-icon-search,
    .no-js .sb-search .sb-icon-search {
        /*background: #fff;*/
        color: #646464;
        z-index: 11;
    }

    .sb-search.sb-search-open .sb-search-submit,
    .no-js .sb-search .sb-search-submit {
        z-index: 90;
    }

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
    width: 100%;
}

    .sb-search.sb-search-open .sb-icon-search,
    .no-js .sb-search .sb-icon-search {
        /*background: #fff;*/
        color: #646464;
        z-index: 11;
    }

    .sb-search.sb-search-open .sb-search-submit,
    .no-js .sb-search .sb-search-submit {
        z-index: 90;
    }


/* --- Colors --- */

.blue {
    color: #21c3f3;
}

.grey {
    color: #777777;
}

.green {
    color: rgba(170,207,41,1);
}

.light-orange {
    color: #fbae33;
}

.orange {
    color: #eb6d05;
}

.text-block {
    color: #999999;
}

.blue-green {
    background: linear-gradient(60deg, rgba(33,195,243,1) 0%, rgba(170,207,41,1) 100%);
}

.green-blue {
    background: linear-gradient(60deg, rgba(170,207,41,1) 0%, rgba(33,195,243,1) 100%);
}

.grey-grad {
    background: linear-gradient(0deg, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    position: relative;
}

.orange-green {
    background: linear-gradient(60deg, rgba(251, 174, 51, 1) 0%, rgba(251,174,51,1) 40%, rgba(170, 207, 41, 1) 100%);
}

.green-orange {
    background: linear-gradient(150deg, rgba(170, 207, 41, 1) 0%, rgba(251,174,51,1) 70%, rgba(251,174,51,1) 100%);
}


/* --- Spacing --- */

button,
.odbutton {
    margin-bottom: 20px;
}

input,
textarea,
select,
fieldset {
    margin-bottom: 20px;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
    margin-bottom: 30px;
}


/*--- Clearing ---*/

.container:after,
.row:after,
.u-cf {
    content: "";
    display: table;
    clear: both;
}

/*Error messages*/
.default-errorMessage {
    width: 100%;
    max-width: 500px;
    padding: 10px;
    background-color: #DC5236;
    box-sizing: border-box;
    position: relative;
    border-radius: 4px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    margin: 10px auto -8px auto;
}

    .default-errorMessage ul li {
        line-height: 150%;
    }

    .default-errorMessage:before {
        content: "\A";
        border-style: solid;
        border-width: 8px 10px 0 10px;
        border-color: #DC5236 transparent transparent transparent;
        position: absolute;
        bottom: -8px;
        left: 50%;
        margin-left: -5px;
    }

/*Általános oldalak*/

.default-page-container {
    padding-top: 86px;
    padding-bottom: 50px;
    background-color: #f6f6f6;
}

.default-page-content {
    width: 62.5vw;
    background-color: #fff;
    padding: 6.25vw;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

    .default-page-content h1,
    .default-page-content h2,
    .default-page-content h3 {
        color: #21c3f3;
    }


/*Marketing bar StyleOKOS*/

.marketingBar {
/*    padding-top: 70px;*/
    padding-bottom: 85px;
}

.marketingBarInner {
    max-width: 700px;
    width: 100%;
    margin: auto;
    overflow: auto;
    background-color: white;
    padding: 25px;
    border-radius: 25px;
    min-height: 200px;
    background-position: bottom;
}

    .marketingBarInner img {
        float: right;
    }

    .marketingBarInner .marketingLoginButton {
        bottom: 40px;
        position: relative;
        background-color: #21c3f2;
        padding: 10px 50px 10px 50px;
        border-radius: 5px;
        color: white;
        text-transform: uppercase;
        font-weight: bold;
        border: none;
        box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    }

.marketingLoginButton:hover {
    background-color: #56d6f4 !important;
}

*, input, select, textarea, option, button {
    outline: none !important;
}


/*Optional info bar*/

#optionalInformationBar {
    position: relative;
    box-shadow: 5px 5px 6px rgba(0,0,0,0.25);
    z-index: 2;
}

/*Video list styleOKOS*/
.video-list-container {
    background: linear-gradient(0deg, #e5e5e5 0%, white 100%);
    /*padding: 20px;*/
}

.video-list-new {
    max-width: 1300px;
    min-height: 600px;
    margin: auto;
    margin-top: 20px;
}

.video-right-container,
.video-left-container {
    width: 50%;
    float: right;
}

    .video-left-container h2 {
        color: #00c7fb;
        font-weight: bold;
    }


.video-container-small {
    float: left;
    width: 25%;
    padding-top: 20px;
}

.small-videos-container {
    max-width: 1300px;
    margin: auto;
    margin-top: 20px;
}

.videotitle-container-small {
    text-transform: uppercase;
    color: #00c7fb;
    font-weight: bold;
}

.headicons a img:hover {
    transform: scale(1.2);
}

/*Informational bar*/
#optionalInformationBar {
    height: 48px;
    cursor: pointer;
}

#basicBar {
    height: 4px;
    /*margin-left: 50px;
    margin-right: 50px;*/
}


/*Lista oldalak*/

#NatTemakorLeft li span,
div.topics div.TopicSelector {
    cursor: pointer;
}

/* GameResult cognitive*/
.results-orange-container {
    background-color: #f6a500;
    min-height: 240px;
    margin-top: 0;
    padding-bottom: 15px;
}

    .results-orange-container .content-white {
        float: left;
        margin-left: 10px;
        margin-right: 15px;
    }


#gameNameDesc {
    color: #646464 !important;
    font-weight: bold !important;
    float: left;
    max-width: 450px;
    text-align: center;
}

    #gameNameDesc h1 {
        font-weight: bold !important;
        font-size: 25px;
        text-transform: uppercase;
    }

    #gameNameDesc article {
        font-size: 12px;
        font-weight: bold !important;
    }

.ability-item {
    margin-top: 10px;
}

    .ability-item span {
        color: white;
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 5px;
    }

    .ability-item figure img {
        max-width: 50px;
        max-height: 50px;
    }


.similar-title-container {
    width: 140px;
    word-wrap: break-word;
    padding-left: 15px;
    padding-right: 15px;
}

    .similar-title-container h2 {
        text-transform: uppercase;
        font-weight: normal;
        font-size: 18px;
        color: white;
    }

.similar-ability-item figure img {
    max-width: 30px;
    max-height: 30px;
}

#gameResultGray {
    background-color: #e6e6e6;
    min-height: 45px;
    font-size: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

#gameDetailedResultsContainer {
    min-height: 430px;
    width: 100%;
    background-color: transparent;
    border-bottom: solid 10px #0acbc8;
}


#leftrightContainer {
    color: #646464;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

    #leftrightContainer h2 {
        text-transform: uppercase;
        font-size: 16px;
    }


#gameDetailedResultsContainer #leftContainer,
#gameDetailedResultsContainer #rightContainer {
    background-color: transparent;
    min-width: 360px;
    border-top: solid 1px #b2b2b5;
    min-height: 400px;
    font-size: 12px;
    float: left;
    max-width: 360px;
    margin-top: 15px;
}

#gameDetailedResultsContainer #leftContainer {
    float: left;
    margin-right: 30px;
}


.ui-progressbar-value {
    border-right: 3px #b1b1b1 solid;
}

#leftContainer span {
    display: block;
}

#leftContainer > div {
    margin-top: 10px;
}

#resultbar {
    height: 15px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

#progressbar,
#resultbar {
    background-color: #e6e6e6;
}

    #resultbar .ui-progressbar-value,
    #progressbar .ui-progressbar-value {
        background-color: #e50083;
    }

#toplist {
    border-top: solid 1px #b2b2b5;
    padding-top: 15px;
    padding-bottom: 15px;
}

#toplistContainer {
    border: 1px solid #646464;
    border-radius: 5px;
    padding: 10px;
    color: #646464;
    max-width: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 250px;
}

    #toplistContainer::-webkit-scrollbar {
        width: 6px;
    }

    #toplistContainer::-webkit-scrollbar-track {
        right: 100px;
        width: 6px;
        background-color: #ffffff;
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#ffffff, endColorstr=#dddddd);
        background-image: -moz-linear-gradient(left, #ffffff 30%, #dddddd 50%,#ffffff 70%);
        background-image: linear-gradient(left, #ffffff 30%, #dddddd 50%,#ffffff 70%);
        background-image: -webkit-linear-gradient(left, #ffffff 30%, #dddddd 50%,#ffffff 70%);
        background-image: -o-linear-gradient(left, #ffffff 30%, #dddddd 50%,#ffffff 70%);
        background-image: -ms-linear-gradient(left, #ffffff 30%, #dddddd 50%,#ffffff 70%);
        background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(30%,#ffffff), color-stop(50%,#dddddd),color-stop(70%,#ffffff));
    }

    #toplistContainer::-webkit-scrollbar-thumb {
        width: 6px;
        background-color: #e50083;
    }

    #toplistContainer::-webkit-scrollbar-button {
    }

    #toplistContainer::-webkit-scrollbar-corner {
        background-color: transparent;
    }

    #toplistContainer .topItm {
        border-bottom: 1px solid #e8e8e8;
    }

        #toplistContainer .topItm:last-child {
            border-bottom: none;
        }

        #toplistContainer .topItm span {
            display: inline-block;
        }

    #toplistContainer .topItm {
        width: 100%;
        padding-bottom: 10px;
        padding-top: 10px;
    }

.topRank {
    min-width: 20px;
    text-align: left;
}

.topName {
    min-width: 100px;
    text-align: left;
    max-width: 100px;
    word-wrap: break-word;
}

.topDate {
    min-width: 100px;
    text-align: center;
}

.topPoint {
    text-align: right;
    min-width: 80px;
    font-weight: bold;
}

#spRank {
    color: #e50083;
    font-weight: bold;
}

.pLeft {
    text-align: left;
}

#rightContainer .resDiv span {
    display: inline-block;
}

    #rightContainer .resDiv span:nth-child(1) {
        text-align: left;
        width: 40%;
    }

    #rightContainer .resDiv span:nth-child(2) {
        text-align: center;
        width: 30%;
    }

    #rightContainer .resDiv span:nth-child(3) {
        text-align: right;
        width: 28%;
        font-weight: bold;
    }

#rightContainer {
}

#progressbar {
    height: 10px;
}

.chart-wrapper span {
    font-size: 10px;
}

    .chart-wrapper span:first-child {
        margin-right: 5px;
    }

    .chart-wrapper span:last-child {
        margin-left: 5px;
    }

#percentContainer {
    margin: 15px 0 15px 0;
    text-align: center;
}

    #percentContainer > span {
        max-width: 50%;
        padding-top: 10px;
        font-size: 10px;
    }

#similarGamesContainer {
    background-color: #d2d2d2;
    min-height: 300px;
    border-bottom: solid 60px #a5c637;
    width: 100%;
    padding-bottom: 25px;
}

#similarGames > h2 {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
}

#similarGames {
    text-align: left;
    min-height: 300px;
}

#startGame {
    width: 70px;
    height: 25px;
    border: 1px solid #646464;
    border-radius: 5px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    margin-right: 30px;
    margin-top: 8px;
}

    #startGame a[name="play"] {
        width: 60px;
        height: 19px;
        border: none;
        margin: auto;
        cursor: pointer;
        line-height: 20px;
        color: #646464;
        text-decoration: none;
        font-weight: bold;
        font-size: 12px;
    }

        #startGame a[name="play"]::after {
            content: '';
            display: inline-block;
            position: relative;
            top: 2px;
            left: 7px;
            border-style: solid;
            border-width: 6px 0 6px 12px;
            border-color: transparent transparent transparent #646464;
        }


#gameResultsThumbContainer {
    justify-content: center;
    flex-wrap: wrap;
}

#content-fixed-width-gameresults {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    /*-webkit-justify-content: center;
    justify-content: center;*/
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    flex-wrap: wrap;
}

#rightContainer .chart-wrapper {
    border-top: 1px solid #646464;
    margin-top: 20px;
    padding-top: 30px;
}

/*footer*/

#footer .inner-container {
    padding-top: 10px;
    padding-bottom: 10px;
}

#footer-cont {
    min-height: 50px;
}

    #footer-cont li a {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        border-left: 1px solid #fff;
        display: inline-block;
        padding: 2px 4px;
    }


#footer {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}

#footer-cont nav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    #footer-cont nav ul li {
        display: table-cell;
    }

        #footer-cont nav ul li:first-child a {
            border-left: none;
        }

        #footer-cont nav ul li a:hover {
            color: #fff;
        }

#footer .wrap {
    max-width: 1280px;
    margin: 0 auto 0 auto;
}


/*Admin*/

#adminLeftMenuContainer {
    padding-left: 50px;
    margin-top: 30px;
}

.adminContainer {
    margin: 0 auto;
    margin-bottom: 50px;
    padding-right: 50px;
}

    .adminContainer h1 {
        font-size: 16px;
        text-transform: uppercase;
    }

    .adminContainer legend {
        font-size: 16px;
    }

    .adminContainer fieldset:first-child {
        margin-top: 25px;
    }

    .adminContainer fieldset {
        margin-bottom: 25px;
    }


    .adminContainer #contentSearchTable td {
        width: 33%;
        max-width: 376px;
    }

    .adminContainer #contentSearchTable textarea {
        width: 1030px;
    }


    .adminContainer .form-control {
        height: auto !important;
        width: 90%;
    }

    .adminContainer .admin_button_container {
        float: right;
    }

@media only screen and (max-width: 992px) {
    .adminContainer {
        padding-left: 50px;
    }

    #adminLeftMenuContainer {
        padding-right: 50px;
    }
}


/*Grid*/
.k-pager-numbers span.k-state-selected {
    background-color: #e50083;
    background-image: none !important;
}

.k-grid-pager,
.k-grid-header .k-header {
    border-color: #b2b2b5;
    background-color: #fff;
    background-image: none !important;
    color: #646464;
}

.k-grid td {
    color: #646464;
}

.k-grid tr td {
    border-bottom: 1px solid #b2b2b5;
}

.k-grid .k-alt {
    background-color: #fff;
}

/*Regisztráció*/
.bt_facebook:before {
    content: url(../Images/icon_fb_white_Reg.png) !important;
    position: absolute;
    left: 12px;
    top: 5px;
}

.bt_google:before {
    content: url(../Images/icon_gplus_white_Reg.png) !important;
    position: absolute;
    left: 12px;
    top: 5px;
}
/*Regisztráció vége*/

/* Similar content */

#similarGamesContainer {
    background-color: #d2d2d2;
    min-height: 300px;
    width: 100%;
    padding-bottom: 25px;
}

#similarGames > h2 {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
}

#similarGames {
    text-align: left;
    min-height: 300px;
}

@media screen and (max-width: 860px) {
    #similarRight, #similarLeft {
        width: 100% !important;
    }
}

#similarGames #content-fixed-width .cw-container {
    float: left;
}

.similar-ability-item figure img {
    max-width: 30px;
    max-height: 30px;
}

#content-fixed-width-gameresults {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    /*-webkit-justify-content: center;
    justify-content: center;*/
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.center-both {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#smart-shape-logo-cognitive {
    background-image: url('/Images/okos-shape.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url('/Images/okos-shape.png');
    background-position: center top;
    width: 198px;
    height: 285px;
    position: absolute;
    top: 515px;
}

/*Admin*/
.adminContainer,
.adminLeftMenuContainer {
    color: #333 !important;
}

    .adminContainer input [type="checkbox"]:focus,
    .adminContainer input[type="text"]:focus,
    .adminContainer input[type="button"]:focus {
        outline: auto !important;
    }

    .adminContainer input {
        border: 1px solid #ccc;
    }

/*Analitika*/
.chart-wrapper #BingMap {
    width: 100% !important;
}

.orange-after-arrow {
    width: 100%;
    min-height: 95px;
    background-color: #ffb119;
    text-align: center;
    padding-top: 1px;
}

    .orange-after-arrow h3,
    .orange-after-arrow p {
        color: #64450a;
    }

.full-container {
    width: 100%;
    position: relative;
}

.analytics-container .list {
    width: 100%;
    margin-right: 5%;
    background-color: #F0F0F0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 4px;
    color: #2e2e2e;
    font-size: 13px;
    font-family: Verdana;
    height: 32px;
    border: 0;
}

.analytics-container {
    width: 70%;
    padding: 25px;
    margin: 0 auto;
    max-width: 1280px;
}

    .analytics-container .skinned-k-select-analytics {
        padding-right: 0;
        margin-bottom: 15px;
    }

    .analytics-container .k-pager-numbers span.k-state-selected {
        background-color: #e50083;
        background-image: none !important;
    }

    .analytics-container .k-grid-pager,
    .analytics-container .k-grid-header .k-header {
        border-color: #b2b2b5;
        background-color: #fff;
        background-image: none !important;
        color: #646464;
    }

    .analytics-container .k-grid td {
        color: #646464;
    }

    .analytics-container .k-grid tr td {
        border-bottom: 1px solid #b2b2b5;
    }

    .analytics-container .k-grid .k-alt {
        background-color: #fff;
    }

    .analytics-container .chart-content {
        margin: 0;
    }

    .analytics-container .chart-menu {
        width: 100%;
        margin: 0;
    }

#downloadButton {
    padding-top: 15px;
    text-align: left;
}

.analytics-container .chart-elemcount .label {
    color: #646464;
    font-size: 12px;
}

/*Analitika END*/

@media (max-width:1350px) {
    #smart-shape-logo-cognitive {
        display: none;
    }
}

@media (max-width:1120px) {
    .smart-shape-logo {
        display: none;
    }
}

#VideoContainer .smart-shape-logo {
    background-image: url('/Images/okos-shape.png');
    background-position: center top;
    background-repeat: no-repeat;
    width: 198px;
    height: 285px;
    position: absolute;
    top: 200px;
}



.contentInformation {
    min-height: 50px;
    max-height: 100px;
    width: 100%;
    background-color: #f6f6f6;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #c7c7c9;
    color: #646464;
    margin-top: -5px;
}

    .contentInformation .bc {
        list-style: none;
        font-size: 12px;
    }

        .contentInformation .bc li {
            display: inline;
        }

        .contentInformation .bc ul li a {
            color: #5e4e0c !important;
            font-size: 12px !important;
        }

        .contentInformation .bc li:first-child:before {
            content: "";
        }

        .contentInformation .bc li:before {
            content: "» ";
        }

#aboutUs .col-md-12.col-md-12,
#teachers .sub-content.col-md-12,
#teachers .sub-content.col-md-12 .col-md-3 {
    padding-left: 0px !important;
}

/*@media (max-width: 1100px) {
    #smart_fig_m {
        display: block !important;
    }

    #smart_fig {
        display: none !important;
    }
}*/


/*--- Tablet ---*/

@media(max-width:1024px) {
    h1 {
        font-weight: 600;
        font-size: 34px;
        line-height: 42px;
    }

    h2 {
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
    }

    h3 {
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
    }

    p, article {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .quote {
        font-weight: 300;
        font-size: 18px;
        line-height: 24px;
    }

    /*Általános oldalak*/
    .default-page-container {
        padding-top: 160px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .default-page-content {
        width: 100%;
        padding: 48px;
    }
}


/*--- Mobile ---*/

@media(max-width:720px) {
    h1 {
        font-weight: 600;
        font-size: 28px;
        line-height: 36px;
    }

    h2 {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
    }

    h3 {
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
    }

    p, article {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .quote {
        font-weight: 300;
        font-size: 16px;
        line-height: 18px;
    }

    #manageUser p {
        font-size: 18px;
    }

    /*Általános oldalak*/
    .default-page-container {
        padding-top: 80px;
        padding-bottom: 50px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .default-page-content {
        padding: 30px;
    }

    #socialButtons img,
    .sb-icon-search img {
        width: 24px !important;
    }

    #mainContentContainer {
        padding-left: unset !important;
    }

    #dashboardContent {
        padding: 2vw 30px !important;
    }
}


@media (max-width:767px) {
    #gameDetailedResultsContainer #leftContainer,
    #gameDetailedResultsContainer #rightContainer {
        min-height: 0;
    }
}

@media (max-width:750px) {
    #gameDetailedResultsContainer #leftContainer,
    #gameDetailedResultsContainer #rightContainer {
        margin-right: 0;
        margin-left: 0;
        float: none;
    }
}

@media (max-width:412px) {
    #gameDetailedResultsContainer #rightContainer .chart-wrapper > span {
        display: none;
    }

    #gameDetailedResultsContainer #leftContainer {
        width: 95%;
        padding-right: 15px;
    }

    #gameDetailedResultsContainer #leftContainer,
    #gameDetailedResultsContainer #rightContainer {
        min-width: 0;
    }

    #gameResultGray .rating {
        max-width: 200px;
        min-width: 160px;
        width: auto;
    }

    #gameResultGray #ratings {
        margin-left: 0;
    }
}

#mainBox {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

    #mainBox #contentToViewport {
        position: relative;
        width: 100%;
        order: 0;
        flex: 1 1 auto;
        align-self: stretch;
        overflow: hidden;
    }

#contentToViewport > div:first-of-type {
    height: 100%;
    min-height: 100%;
}

#mainBox > #contentToViewport > #taskListPage {
    background-color: unset;
}

.examTasksContainer {
    background-color: #f6f6f6 !important;
}

.fig-img-container::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0 0 15px rgba(0,0,0,.5);
    -moz-box-shadow: inset 0 0 15px rgba(0,0,0,.5);
    -webkit-box-shadow: inset 0 0 15px rgba(0,0,0,.5);
    border-radius: 15px;
}

/*Feladatok lista*/
#mainContentContainer {
    padding-left: 285px;
    margin: 0px !important;
}

.resultViews li {
    padding-right: 5px;
}

    .resultViews li:last-child {
        padding-right: unset !important;
    }

.round-last {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.matrix-left-changer-item div:hover {
    opacity: 0.7;
}

.matrix-left-changer-item a:hover,
.matrix-left-changer-item a:focus {
    text-decoration: none !important;
}

header {
    z-index: unset !important;
}


/* Legördülő menü Start */



@media(min-width:1024px) {
    /*.dropdown_menu-6 {
        animation: growDown 300ms normal ease backwards;
        transform-origin: top top;
    }
 

    @-moz-keyframes growDown {
        0% {
            transform: scaleY(0);
        }*/
     /*   50% {
            transform: scaleY(0.5);
        }*/

        /*100% {
            transform: scaleY(1);
        }
    }

    @-webkit-keyframes growDown {
        0% {
            transform: scaleY(0);
        }*/
      /*   50% {
            transform: scaleY(0.5);
        }*/

        /*100% {
            transform: scaleY(1);
        }
    }

    @-o-keyframes growDown {
        0% {
            transform: scaleY(0);
        }*/
    /*     50% {
            transform: scaleY(0.5);
        }*/

        /*100% {
            transform: scaleY(1);
        }
    }

    @keyframes growDown {
        0% {
            transform: scaleY(0);
        }*/
/*         50% {
            transform: scaleY(0.5);
        }*/

        /*100% {
            transform: scaleY(1);
        }
    }*/

    /*a.short-menu-item {
        padding-top: 13px !important;
    }

    a.small-menu-item {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .dropdown-menu-item {
        padding-top: 4px !important;
        height: 42px !important;
        line-height: 18px !important;
    }

    .dropdown-small-conteiner {*/
        /* background: url('images/dropdown_small_hatter.png') !important;*/
        /*height: 180px !important;
        width: 450px !important;
        box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
        box-shadow: 2px 2px 5px rgb(0 0 0 / 30%) inset;
    }*/


    

        /*.mainButtonCompetition:hover {
            color: rgb(33,195,242);
            text-transform: uppercase;
            background-color: white !important;
            font-size: 12px;
            font-weight: 400;
            margin: 0px 10px 0px 10px !important;
            padding: 0px !important;
        }*/

    /*.dropdown-conteiner {
        display: none;
        position: absolute;
        width: 600px;
        height: 406px;
        padding: 10px 0px 10px 0px;
        background: #fff;
        background-size: 100% 100%;
        z-index: 10000;
        margin-top: 2px;*/
        /*margin-left: 20px;*/
        /* border: 1px solid red;*/
        /*-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 0px 10px 10px;
        box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
        box-shadow: 2px 2px 5px rgb(0 0 0 / 30%) inset;
    }

    .dropdown-title-align {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        padding-left: 4px;
    }

    .dropdown-menu-align {
        display: flex;
        flex-wrap: wrap;
        font-size: 30px;
        justify-content: center;
        align-items: center;
    }

    .dropdown-menu-items-align {
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: center;
    }

    .dropdown-conteiner-div {
        padding: 0px 10px 0px 10px;
        clear: both;
        width: 250px;
        height: 80px;
        flex: 50%;
        display: flex;
        justify-content: start;
        align-items: center;
    }



    .dropdown-conteiner a {
        display: flex;
    }

    .dropdown-conteiner img {
        width: 40px;
        height: 40px;
        float: left;
    }

    .dropdown-title {
        float: left;
        padding-left: 2px;
        padding-top: 0px;
        font-size: 14px;
        color: #606060;
        font-weight: 600;*/
        /*     line-height: 28px;*/
    /*}

    .dropdown-subtitle {
        float: left;
        padding-left: 2px;
        padding-top: 0px;
        font-size: 12px;
        color: #777777;
        font-weight: 400;*/
        /*     line-height: 20px;*/
    /*}

   

    .dropdown-menu-item-desktop-arrow {
        width: 10px;
        height:auto;
        padding-left: 0px;
        margin-bottom:1px;
        margin-left:0px;
    }*/
}


/*@media(max-width:1024px) {*/

    /*a.button-menu-outlined {
        padding-top: 9px !important;
    }*/

/*    .dropdown-menu-item-mobile-arrow {
        width: 24px;
        padding-left: 10px;
    }

    .dropdown-menu-item-desktop-arrow{
        display:none;
    }*/

    /*.mainButtonSmartPages{
        font-weight:600;
    }

    .dropdown-conteiner {
        display: none;
        text-align: right !important;
        background-color: rgba(255, 255, 255, 0.15);*/
  /*      text-align: right;*/
    /*}

    .header-button-container {
        text-align: right;*/
        /*font-weight: 600 !important;*/
        /*text-transform: uppercase !important;
        margin-right: 25px;
    }

    .header-button-container-blue {
        text-align: right;
        font-weight: 600 !important;
        text-transform: uppercase !important;
        margin-right: 25px;
    }

    .dropdown-conteiner a {
        display: block;
        border-bottom: 1.5px solid rgba(255, 255, 255, .4);*/
        /* font-weight: 600;*/
        /*font-size: 14px;
        color: rgb(33,195,242);
        padding-bottom: 10px;
        padding-top: 10px;
        padding-right: 20px;
        text-align: right !important;
    }

        .dropdown-conteiner img {
            display: none;
        }



    .dropdown-subtitle {
        display: none;
    }

    .dropdown-menu-item-disabled {
        background-color: #BBB;
    }*/
/*}*/

a.menu-item-padding-fix {
    padding-top: 9px !important;
}

.dropdown-menu-item-disabled {
    filter: grayscale(100%);
    cursor: default;
}

/* Legördülő menü End */
/* Társas Kapcsolatok Start */
#tarsaskapcsolatokPage .classSelectorContainer {
    min-width: 330px !important;
    max-width: 330px !important;
}

.fig-video-container {
    overflow: hidden;
    height: 200px !important;
}

    .fig-video-container .fig-img-container {
        height: 140px !important;
        min-height: 140px !important;
        max-height: 140px !important;
    }

    .fig-video-container .content-container figure {
        height: 140px !important;
        top: 32px !important
    }

        .fig-video-container .content-container figure img {
            height: 140px !important;
        }


.fig-game-container .content-container {
    background-image: url(../../../Images/ListaIcons/cardGame.png) !important;
}

.fig-pdf-container .content-container {
    background-image: url(../../../Images/ListaIcons/cardPdf.png) !important;
}

    .fig-pdf-container .content-container img {
        padding: 20px;
    }

#tarsaskapcsolatokPage .obj {
    /*margin-right: 0px;*/
}

/* Társas Kapcsolatok End */





    .mainButtonAllCompetiton:hover {
        color: rgb(33,195,242) !important;
        background-color: white !important;
    }

@media only screen and (max-width: 900px) {
    .minLoginButton,
    .minLoginButton:focus,
    .minLoginButton:hover {
        color: rgb(33,195,242) !important;
        text-transform: uppercase;
        background-color: white !important;
        font-size: 14px;
        font-weight: 400;
        margin: 10px 10px 0px 10px !important;
        padding: 0px !important;
    }
}

.mainButtonNestle,
.mainButtonNestle:focus {
    background: rgb(235,85,153) !important;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}

    .mainButtonNestle:hover {
        background: rgb(243 155 194) !important;
    }


.cardAdvancedExcersize {
    background-image: url(../Images/ListaIcons/advancedLevel.png);
    width: 65px;
    height: 65px;
    position: absolute;
    margin-top: 10px;
    margin-left: -132px;
    z-index: 5;
}


#contentEditorListTable {
    width: 100%;
}

    #contentEditorListTable input[type=text] {
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        border-radius: 4px;
        width: 90%;
    }


/* ShareModal Start */

.shareModalContainer .dialogButtons .editor-button {
    padding-top: 11px;
    padding-bottom: 11px;
}

.shareModalContainer .modal-header {
    border-bottom: none;
}

    .shareModalContainer .modal-header h4 {
        color: #21c3f3;
        font-size: 18px;
    }

.shareModalContainer #keywordsInvalid {
    display: none;
}

/* ShareModal End */


/* SaveAnonymusModal Start */

#SaveAnonymusModalContainer .dialogButtons .editor-button {
    padding-top: 11px;
    padding-bottom: 11px;
}

#SaveAnonymusModalContainer .modal-header {
    border-bottom: none;
}

    #SaveAnonymusModalContainer .modal-header h4 {
        color: #21c3f3;
        font-size: 18px;
    }

#SaveAnonymusModalContainer label {
    display: block !important;
}

#SaveAnonymusModalContainer label {
    width: 100%;
}

/* SaveAnonymusModal End */

.similar-title-container h2 {
    line-height: 24px !important;
}

.hide-remaining {
    display: none !important;
}

/* PrivateTeacherSearch Start */

.private-teacher-search-list-item {
    margin: 0px 0px 30px 0px !important;
    font-family: 'Poppins', sans-serif;
    color: #999999;
}

    .private-teacher-search-list-item a {
        font-family: 'Poppins', sans-serif;
        color: #999999;
        text-decoration: none;
    }

        .private-teacher-search-list-item a:hover {
            text-decoration: none;
        }

    .private-teacher-search-list-item .panel-default {
        padding: 10px 10px 10px 15px !important;
    }

    .private-teacher-search-list-item div {
        margin: 0px;
        padding: 0px;
    }

    .private-teacher-search-list-item p {
        margin: 0px !important;
        padding: 0px !important;
        line-height: normal;
    }

    .private-teacher-search-list-item img {
        margin: 0px !important;
        padding: 0px !important;
    }

    .private-teacher-search-list-item .profile-image {
        float: left;
        width: 90px;
        height: 90px;
        border: 2px solid #aacf29;
        border-radius: 4px;
    }

.pt-rating-container {
    padding: 15px 0px 0px 0px !important;
    clear: both;
}

.pt-rating {
    padding: 10px !important;
    margin: 0px !important;
    width: 122px;
    float: left;
}

.pt-rating-score {
    padding: 8px 0px 0px 20px !important;
    float: left;
    font-size: 18px;
    font-weight: 500;
    color: #787878;
}


.pt-rating-stars {
    width: 102px;
    height: 16px;
    background-image: url(../Images/rating-default.png);
}

.pt-rating-active-container {
    height: 16px;
    overflow: hidden;
}

.pt-rating-active {
    width: 102px;
    height: 16px;
    display: block;
}

.private-teacher-search-list-item .name {
    font-size: 20px;
    font-weight: 600;
    color: #555555;
    margin: 0px 0px 8px 0px !important;
}

.private-teacher-search-list-item .rating {
    clear: both;
}

.private-teacher-search-list-item .topic {
    padding: 0px 0px 0px 15px !important;
    float: left !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

    .private-teacher-search-list-item .topic p {
        text-transform: uppercase;
        font-size: 18px;
        line-height: 1.1 !important;
    }

.private-teacher-search-list-item .introduction {
    padding: 15px 0px 0px 0px !important;
    clear: both;
    font-size: 18px;
    line-height: 1.1 !important;
    height: 95px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.private-teacher-search-list-item .price {
    clear: both;
    font-size: 20px;
    font-weight: 600;
    color: #555555;
    margin: 10px 0px 0px 0px !important;
}

/* PrivateTeacherSearch End */

/* PrivateTeacherDisplay Start */

.pd-display-name {
    font-size: 24px;
    font-weight: 600;
    color: #555555;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 15px !important;
}

.pd-display-container .pt-rating-container {
    float: right;
    padding: 0px !important;
}

.pd-display-row {
    clear: both;
    border-bottom: 1px solid #efc190;
    padding: 10px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
}

.pd-display-row-gray {
    clear: both;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
}

    .pd-display-row-gray h4 {
        color: #9a9a9a;
    }

.pd-display-container h4 {
    font-size: 24px;
}

.pd-display-row-has-teaching-degree {
    padding: 10px 0px 10px 0px;
    cursor: default !important;
}

    .pd-display-row-has-teaching-degree label {
        cursor: default !important;
    }

    .pd-display-row-has-teaching-degree span {
        cursor: default !important;
    }

.pd-display-container p {
    margin-bottom: 0px;
    clear: both;
}

.pd-display-container span {
    clear: both;
    float: left;
    font-size: 16px;
    padding: 0px 0px 8px 0px;
}

.pd-display-col {
    padding: 0px;
}

.pd-display-introduction {
    font-family: 'Poppins', sans-serif;
    color: #999999;
    font-size: 18px;
}


.pd-display-cv {
    font-family: 'Poppins', sans-serif;
    color: #999999;
    font-size: 18px;
}

.pd-display-img {
    float: left;
    width: 160px;
}

    .pd-display-img img {
        border: 2px solid #aacf29;
        border-radius: 4px;
        width: 145px;
        height: 145px;
    }

.pd-display-data {
    float: left;
    padding: 0px 0px 0px 20px;
    color: #999999;
    font-size: 18px;
}

.pd-display-separator {
    border-left: 1px solid #e5e5e5;
}

.pd-display-topic {
    clear: both;
}

    .pd-display-topic h5 {
        padding: 10px 10px 0px 0px;
        margin: 0px 0px 0px 0px;
        float: left;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 16px;
        text-transform: uppercase;
        color: #21C3F3;
    }

    .pd-display-topic h6 {
        padding: 10px 10px 0px 0px;
        margin: 0px 0px 0px 0px;
        float: left;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 16px;
    }

.pd-display-container .button {
    display: block;
    box-shadow: 3px 3px 6px -2px rgba(0, 0, 0, 0.6);
    padding: 8px 15px 6px 15px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background-color: #f18700;
    border-radius: 4px;
    border: none;
    text-transform: uppercase;
    letter-spacing: .2rem;
    margin: 10px 0px 0px 0px !important;
}

    .pd-display-container .button:hover {
        background-color: #f18700 !important;
    }

/* ============================== CHECKBOX - RADIO ==============================*/
.pd-display-container .checkbox-radio-label {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: normal;
    color: #777777;
}

.pd-display-container .checkbox-radio-design {
    display: none;
}

.pd-display-container .checkbox-radio-szoveg {
    margin-left: 10px;
    /* float: left; */
    float: unset;
    line-height: 38px;
    width: 85%;
    margin-right: 30px;
}
/* =========================== CHECKBOX - RADIO END ===========================*/

/* =================================== RADIO ==================================*/
.pd-display-container .radio-image:before {
    content: "";
    background-image: url(/Content/fonts/check_box_larger_blank.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    position: relative;
    display: inline-block;
    top: 7px;
    width: 24px;
    height: 24px;
    margin-right: 3px;
    float: left;
}

.pd-display-container .checkbox-radio-design:checked ~ .radio-image:before {
    background-image: url(/Content/fonts/check_box_larger_checked_orange.svg);
}

/* =================================== RADIO END ==================================*/

.pt-modal-container {
    border: none !important;
    border-radius: 12px;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 30%) !important;
}

    .pt-modal-container .modal-body {
        padding: 20px 20px 0px 20px
    }

    .pt-modal-container h4 {
        padding: 0px;
        margin: 0px;
        color: #989898;
        letter-spacing: .2rem;
        font-size: 22px;
    }

    .pt-modal-container textarea {
        width: 100%;
        height: 240px;
        border: 2px solid #aacf29;
        border-radius: 4px;
        resize: none;
        padding: 10px;
        margin: 20px 0px 0px 0px;
    }

#ratingForm {
    padding: 0px;
    margin: 0px;
}

#ratingModalContainer {
    border-radius: 12px;
}



    #ratingModalContainer .button {
        display: block;
        box-shadow: 3px 3px 6px -2px rgba(0, 0, 0, 0.6);
        padding: 8px 15px 6px 15px;
        text-align: center;
        cursor: pointer;
        font-weight: 600;
        font-size: 16px;
        color: #fff;
        background-color: #f18700;
        border-radius: 4px;
        border: none;
        text-transform: uppercase;
        letter-spacing: .2rem;
        margin: 10px 0px 0px 0px !important;
    }

        #ratingModalContainer .button:hover {
            background-color: #f18700 !important;
        }


.pt-modal-container .title {
    float: left;
    width: 50%;
}

.pt-modal-container .rate-container {
    float: right;
    width: 50%;
}

.pt-modal-container .textarea {
    clear: both
}


.rate {
    width: 50%;
    height: 46px;
    padding: 0px 20px 0px 0px;
}

    .rate:not(:checked) > input {
        position: absolute;
        top: -9999px;
    }

    .rate:not(:checked) > label {
        float: right;
        width: 20px;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 30px;
        color: #ccc;
        background-image: url(/Content/images/rating-star-default.png);
        background-repeat: no-repeat;
    }

        .rate:not(:checked) > label:before {
            /*content: '★ ';*/
        }

    .rate > input:checked ~ label {
        background-image: url(/Content/images/rating-star-active.png) !important;
        background-repeat: no-repeat;
    }

    .rate:not(:checked) > label:hover,
    .rate:not(:checked) > label:hover ~ label {
        background-image: url(/Content/images/rating-star-active.png) !important;
        background-repeat: no-repeat;
    }

    .rate > input:checked + label:hover,
    .rate > input:checked + label:hover ~ label,
    .rate > input:checked ~ label:hover,
    .rate > input:checked ~ label:hover ~ label,
    .rate > label:hover ~ input:checked ~ label {
        background-image: url(/Content/images/rating-star-active.png) !important;
        background-repeat: no-repeat;
    }

#ptRatingTable {
    width: 100%;
}

.pt-admin-textarea {
    width: 100%;
    height: 150px;
}


.pt-comment-container {
    border-left: 5px solid #21c3f2;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 40px 20px;
}

.pt-comment-content p {
    color: #555555;
}

.pt-comment-by h6 {
    color: #999999;
    font-style: italic;
    clear: both;
    font-size: 18px;
    font-weight: normal;
    padding: 0px 0px 10px 0px;
}

.pt-comment-rating {
    background-image: url(/Content/images/rating-bg.png);
    background-repeat: no-repeat;
    width: 200px;
    height: 45px;
    padding: 8px 0px 0px 5px;
}

    .pt-comment-rating img {
        padding: 0px 3px 0px 0px;
    }

.pt-search-form {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.pt-search-title h4 {
    font-size: 24px;
    font-weight: 600;
    color: #555555;
    margin: 0px 0px 0px 0px !important;
    padding: 10px 0px 20px 0px !important;
}

@media (max-width: 1199.98px) {
    .pt-panel-default-mobile {
        border-radius: 0px !important;
        border: none;
        width: 100%;
        margin: 30px 0px 0px 0px !important;
    }

    .pt-container-mobile {
        margin-right: 0px !important;
        margin-left: 0px !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
        width: 100%;
    }

    .pd-display-name {
        margin: 0px 0px 15px 0px !important;
    }

    .pt-rating-container {
        float: left !important;
        margin: 0px 0px 15px 0px !important;
    }

    .pd-display-introduction {
        border-top: 1px solid #efc190;
        border-left: none !important;
        padding-left: 0px;
        margin-top: 10px;
        padding-top: 10px;
        float: left;
        width: 100%;
    }

    .pd-display-cv {
    }
}

@media (max-width: 575.98px) {
    .pt-rating-stars {
        float: none;
        clear: both;
    }

    .pt-rating-score {
        float: none;
        clear: both;
        padding: 15px 0px 0px 0px !important
    }

    .pt-rating-container {
        margin: 0px 0px 5px 0px !important
    }

    .pd-display-img {
        float: none;
        clear: both;
    }

    .pd-display-data {
        float: none;
        clear: both;
        padding: 15px 0px 0px 0px !important
    }
}


/* PrivateTeacherDisplay End */
