html, body {
    width: 100%;
    height: 100%;
}

html *, body *{
    outline: 0px !important;
}

a {
    cursor: pointer;
}

.clear {
    clear: both;
}

.disabled {
    display: none;
}

.wrapper {
    position: relative;
}

span.error {
    color: #D80000;
    font-size: 13px;
    margin: 0px 0 0 5px;
}

.nx-container {
    padding-top: 103px;
}

.login-screen .wrapper {
    width: 100%;
    height: 100%;
}
.login-screen .bottom {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.login-screen .bottom a {
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    margin-left: 15px;
}
.login-screen .right {
    float: right;
}
.login-screen .message .alert {
    position: relative;
    width: 100%;
    right: 0;
}
.login-screen label[for="password"] {
    margin-top: 10px;
}
.login-screen .forgotten-button {
    margin-top: 40px;
    text-align: center;
}
.links {
    text-align: center;
}


.login .btn-group {
    overflow: visible;
    width: 100%;
}
.login .btn-group > .btn {
    width: 100%;
    font-size: 14px;
}
.login .open > .dropdown-menu {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.login .open > .dropdown-menu .disabled {
   display: block;
}
.login .buttons {
    margin-top: 25px;
}

body.fooldal .nx-container,
body .layout-editor .nx-container {
    padding-top: 0;
}

body .layout-editor .cont {
    margin-top: 45px;
}

body.fooldal .icms-header {
    top: 0;
}

body.fooldal .toolbar {
    /*margin-top: 50px;*/
}

.fooldal-lista .nx-container {
    padding-top: 50px;
}

.fooldal-lista .icms-header {
    top: 0;
}

header {
    position: fixed;

    top: 0;
    left: 0;
    right: 0;
    z-index: 500000;
}

header .logo {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 12px;
}

header .logo img {
    width: 100%;
}

header .logo.unique-logo {
    height: 40px;
    display: inline-block;
    width: unset;
    margin: 5px 12px;
}

header .logo.unique-logo img {
    height: 100%;
    width: auto;
}

header .quick-search    {
    width: 240px;
    margin-right: 10px;
    float: right;
    padding: 0 10px;
    height: 50px;
    position: relative;
}

header .quick-search .inner {
    /*background: #FF9801;*/
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 52px;
    padding: 0px 10px;
}

header .quick-search input {
    margin-top: 8px;
}

.search-table-module{
    display: block;
    list-style: none;
    position: fixed;
    background: white;
    top: 52px;
    right: 0;
    z-index: 50;
    width: 500px;
    padding: 3px 0px 3px 5px;
    color: #428bca;
    padding: 0px;
    -webkit-transition: height 300ms ease-out;
    -moz-transition: height 300ms ease-out;
    -ms-transition: height 300ms ease-out;
    -o-transition: height 300ms ease-out;
    transition: height 300ms ease-out;
    height: 0px;
    overflow: hidden;
}

.search-table-module .module-name {
    height: 50px;
    background: #EBEBEB;
    border-bottom: 2px solid #ddd;
}

.search-table-module .module-name h3 {
    color: #333;
    font-size: 16px;
    margin: 0px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-left: 10px;
    float: left;
}

.search-table-module .module-name a {
    float: right;
    padding-top: 15px;
    padding-right: 30px;
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
    color: #333;
}


.search-table-module .search-error{
    color: black;
    text-align: center;
    height: 35px;
    margin-top: 5px;
}

.search-table-result{
    list-style: none;
    padding-left: 0px;
    color: black;
}

.search-table-result > li > div.cim{
    text-overflow: ellipsis;
    width: 400px;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 35px;
    padding-left: 25px;
}

.search-table-result a {
    color: #333;
}

.search-table-result > li:last-child {
    border-bottom: 0px;
}

.search-table-result > li {
    background: #f9f9f9;
    border-bottom: 1px solid #ddd;
}

.search-table-result > li.even {
    background: #eeeeee;
}

.search-table-result > li:hover {
    background: #e4e4e4;
}

.seach-table-operations{
    float: right;
    margin-right: 8px;
    line-height: 35px;
}

.seach-table-operations > a {
    padding-right: 6px;
}

header .navbar {
    margin-bottom: 0;
}

.navbar-nav > li > a {
    cursor: pointer;
}
@media (max-width: 1000px) {
    .navbar-nav > li > a {
        width: 45px;
        height: 35px;
        overflow: hidden;
    }
}

header .navbar-collapse {

}

.nav.navbar-nav.left {
    float: left;
}

.nav.navbar-nav.left > li > .dropdown-menu {

}

.nav.navbar-nav.right {
    float: right;
}

.nav.navbar-nav.right > li > .dropdown-menu {
    right: 0;

    left: auto;
}

.nav.navbar-nav.right > li > .dropdown-menu .felhasznalok {
    margin-bottom: 12px;
    position: relative;
}
.nav.navbar-nav.right > li > .dropdown-menu .felhasznalok:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -6px;
    left: 10px;
    right: 10px;
    height: 1px;
    background-color: #adadad;
}

.nav.navbar-nav.right > li > .dropdown-menu .group {
    margin-bottom: 12px;
    position: relative;
}
.nav.navbar-nav.right > li > .dropdown-menu .group:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -6px;
    left: 10px;
    right: 10px;
    height: 1px;
    background-color: #adadad;
}

.nav.right > li > a {
    padding: 15px 15px;

}
.nav.right > li > a.btn-visit-homepage {
    padding: 3px 10px;
    margin-top: 12px;
    color: #d0d0d0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.nav.right > li > a.btn-visit-homepage:hover,
.nav.right > li > a.btn-visit-homepage:focus {
    color: #fff;
    background-color: transparent;
}

.nav.right > li > a.profil {
	padding: 3px;
}

.nav.right > li > a.profil .no-google-user {
	display: block;
	padding: 12px;
}

.nav.right > li > a.profil img {
    max-width: 43px;
    max-height: 43px;
    border-radius: 22px;
    overflow: hidden;
}

.nav.right > li  a.profilpage {
    background-color: transparent;
	background-image: none;
	color: #666;
}

.nav.right > li  a.profilpage:hover {
    background-color: #efefef;
}

header .nav a i {
    margin-right: 5px;

}

header .nav a.icon i {
    margin: 0;
}

header .nav a.beallitasok {

}

header .nav a.beallitasok i {
    margin: 0;

}

.navbar-inverse .navbar-nav > li > a.logout {
    float: right;
    color: #CC7A01;
}

.breadcrumb {
    width: 50%;
    float: left;
    background: none;
    line-height: 50px;
    margin-bottom: 0;
    padding: 0 10px;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    max-height: 50px;
}

.icms-header {
    background: #EBEBEB;
    position: fixed;
    top: 52px; left: 0; right: 0;
    z-index: 250;
}

.icms-header .buttons {
    width: 50%;
    float: right;
    padding: 0 10px 0 0;
}

.icms-header .buttons button,
.icms-header .buttons a{
    float: right;
    margin: 10px 0 10px 5px;
}


.column {
    margin-top: 20px;
}

.column.one {
    width: 300px;
    float: left;
}

.column.two {
    width: 605px;
    float: left;
}

.column.half {
    width: 49%;
}

.column.half.left {
    float: left;
    margin-right: 1%;
}

.column.half.right {
    float: right;
    margin-left: 1%;
}

.column.half.center {
    margin: 0 auto;
}

.column.quarter {
    width: 24%;
}

.column.quarter.right {
    float: right;
    margin-left: 1%;
}

.column.half.right {
    float: right;
    margin-left: 1%;
}

.column.third {
    width: 33%;
}

.column.two-third {
    width: 66%;
}

.column.third.left, .column.two-third.left {
    float: left;
    margin-right: 1%;
}

.column.right {
    float: right;
}

.message {
    padding: 0;
    position: relative;
}

.message .alert {
    position: absolute;
    top: 10px;
    width: 300px;
    right: -300px;

    -webkit-transition: right ease-out 300ms;
    -moz-transition: right ease-out 300ms;
    -o-transition: right ease-out 300ms;
    transition: right ease-out 300ms;
}

.message.active .alert {
    right: 10px;
}

.search-bar, .toolbar {
    padding-top: 3px;
    /*overflow: hidden;*/
    padding-left: 5px;
}

.wrapper-form.search-bar {
    width: 100%;
    max-width: none;
    text-align: center; 
}
.wrapper-form.search-bar .wrapper-table {
    display: inline-block;
    text-align: left;
}
/*
.search-bar fieldset, .toolbar fieldset {
    float: left;
}
*/

fieldset {
    min-height: inherit;
    margin-bottom: 20px;
}

fieldset legend {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 10px;
    background: #E5E5E5;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

fieldset > div {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px 10px;
    margin: 0;
    /*overflow: hidden;*/
}

fieldset > div.form-group .input-group {
    clear: both;
}

fieldset > div > label.display {
    margin: 0 0 3px 3px;
    display: block;
    float: left;
    font-size: 11px; font-weight: normal;
}
fieldset > div > label.display.with-popover {
    cursor: pointer;
}

.column.half fieldset > div > label.display {
    float: none;
}

fieldset > div > label.display i.fa {
    font-size: 14px;
    width: auto;
}

fieldset > div > .radio-group {
    overflow: hidden;

    padding-left: 5px;
    padding-bottom: 1px;
}

fieldset > div > span {
    margin-left: 10px;
}

fieldset > div > input[type="checkbox"],
fieldset > div > input[type="radio"] {
    float: left;

}

.checkbox-caption {
    margin-top: 4px;

}

.search-bar fieldset > div,
.toolbar fieldset > div {
    float: left;
    padding: 0 10px 10px;
}

.search-bar fieldset > div label,
.toolbar fieldset > div label {
    display: block;
    font-size: 11px;
    font-weight: normal;
    margin: 3px;
    float: none;
}

.params-wrapper .form-group > label,
.params-wrapper .form-group > span {
    font-size: 12px;
    font-weight: normal;
    margin: 5px 3px 7px 0;
    padding: 0;
    border: 0;
}

.params-wrapper h4 {
    color: #333;
    font-size: 16px;
}

.params-wrapper #cikksugo {
    font-size: 11px;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 7px 5px 0 0;
}

.csatorna_jogok input[type="checkbox"] {
    margin: 4px 5px 0 0;
}


input[type="radio"] + label {
    margin: 6px 0 0;
    font-size: 12px;
    color: #555;
}

.aktiv input[type="radio"] + label {
    font-size: 15px;
}

input[type="checkbox"] + label {
    margin: 5px 0 0;
    font-size: 12px;
    color: #555;
}
.search-bar .date {
    width: 100px;
    text-align: center;
}

.search-bar .search {
    width: 220px;
}

.search-bar .author {
    width: 150px;
}

.search-bar select {
    width: 125px;
}

.search-bar .button,
.toolbar .button {
    margin-top: 21px;
}

.toolbar .kezdes-datuma {
    width: 345px;

}

.toolbar .kezdes-datuma .double-point {
    margin-left: 0;

}

.search-bar fieldset .button,
.toolbar fieldset .button {
    /*margin-top: -42px;*/
    padding-left: 0px;
}
.search-bar fieldset .button {
    float: left;
}
.toolbar fieldset .button {
    float: right;
}
#Grid_Helper_Search .level_break{
    /*float: none;*/
}
#Grid_Helper_Search .level_break:after{
    clear: both;
}

#Grid_Helper_Search .second_level{
    display: none;
}
/*
#Grid_Helper_Search fieldset{
    width: 100%;
}
*/
#Grid_Helper_Search .btn-group .btn {
    height: 33px;
}

.toolbar .kezdes-datuma > input,
.toolbar .kezdes-datuma >Ãƒâ€šÃ‚Â select {
    float: left;
}

.toolbar .kezdes-datuma .kezdev {
    width: 55px;
    text-align: center;
    margin-right: 3px;
}

.toolbar .kezdes-datuma .kezdho {
    width: 100px;

    margin-right: 3px;
    float: left;
}

.toolbar .kezdes-datuma .kezdnap {
    width: 40px; text-align: center;
    margin-right: 10px;

}

.toolbar .kezdes-datuma .kezdora {
    width: 40px; text-align: center; margin-right: 3px;

}

.toolbar .kezdes-datuma .kezdperc {
    width: 40px;
    text-align: center;
}

.toolbar .kezdes-datuma > span {
    float: left;
    line-height: 32px;
    margin-right: 3px;
}

.toolbar .allapot,
.toolbar .nezet {
    width: 250px;
}

.toolbar .allapot #radioset {

}

.toolbar .allapot #radioset > label,
.toolbar .nezet #radioset_nezet > label {
    float: left;
    margin: 0 0 0 0;
    height: 34px;
    width: 100px;
}

.toolbar .allapot #radioset > label span,
.toolbar .nezet #radioset_nezet > label span {
    padding: 9px 0em;
}

.toolbar .layoutfilter #layoutfilter {

}

.toolbar .layoutfilter #layoutfilter > label {
    float: left;
    margin: 0 0 0 0;
    height: 34px;
    width: 62px;
}

.toolbar .layoutfilter #layoutfilter > label span {
    //padding: 9px 1em;
    padding: 9px 0em;

}

.layout-lista .toolbar fieldset {
    float: left;
}

.layout-lista .toolbar .buttons {
    float: right;
    overflow: hidden;
    margin: 21px 10px 0 0;

}

.layout-editor .toolbar .buttons {
    float: right;
    overflow: hidden;
    margin: 10px 10px 10px 0;

}
.layout-lista .toolbar .buttons a,
.layout-editor .toolbar .buttons a {
    float: right;
    margin-left: 5px;
}

.layout-lista .toolbar .buttons a.aktiv,
.layout-editor .toolbar .buttons a.aktiv {
    background-color: #EB9316;
    background-position: 0 -15px;
}

aside.buttons {
    text-align: right;
    padding: 10px;
}

.buttons button {

}

.buttons.right {
    text-align: right;
}

.button button i {
    margin-right: 10px;
}

.table {
    font-size: 13px;
    border-bottom: 1px solid #DDD;
}

.table > thead > tr > th {
    padding: 8px 3px;
    text-align: center;
    font-size: 10px;
    white-space: nowrap;
}

.table > thead > tr > th > a > img {
    padding-left: 12px;

}

.table > tbody > tr.locked {
    background: #FF6E6E;
}

.table > tbody > tr.locked:hover {
    background-color: #FC1818;
}

.table > tbody > tr.locked > td {
	background-color: transparent;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.table > tbody > tr > td.center {
    text-align: center;

}

.table > tbody > tr > td.left {
    text-align: left;
}

.table > tbody > tr > td.right {
    text-align: right;
}


.table > thead > tr > th:first-child,
.table > tbody > tr > td:first-child {
    padding-left: 25px;
}
.table > thead > tr > th:last-child,
.table > tbody > tr > td:last-child {
    padding-right: 45px;
}
.table > thead > tr > th:nth-child(2) {
    text-align: left;
    padding-left: 20px;
}
.table-striped > tbody > tr.inactive > td {
    border-top: 1px solid #FFF;
    background-color: #D6DEF7;
}
.table-striped > tbody > tr.inactive.locked > td {
    border-top: 1px solid #ccc;
    background-color: inherit;
}
.table-striped > tbody > tr.inactive:hover > td {
    background-color: #E4E4E4;
}
.search-bar .search {
    width: 251px;
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: rgba(153,153,153,0.2);
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: rgba(153,153,153,0.5);
}
.search-bar fieldset .button {
    float: left;
    margin-top: 20px;
    width: 140px;
}
.search-bar fieldset .button .btn {
    width: 100%;
}


.table > thead > tr > th.muveletek,
.table > tbody > tr > td.muveletek {
    white-space: nowrap;
    text-align: center;
    min-width: 100px;
}
.table > tbody > tr > td.muveletek > .nav {
    display: table;
}
.table > tbody > tr > td.muveletek > .nav > ul {
    display: table-row;
}
.table > tbody > tr > td.muveletek > .nav ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.table > tbody > tr > td.muveletek > .nav > ul > li {
    display: table-cell;
    padding: 0 7px;
    border-left: 1px solid #000;
}
.table > tbody > tr > td.muveletek > .nav > ul > li:first-child {
    border-left: none;
}
.table > tbody > tr > td.muveletek > .nav ul.dropdown-menu {
    left: inherit;
    right: 0;
}
.table > tbody > tr > td.muveletek > .nav ul.dropdown-menu li i {
    margin-right: 10px;
}

.table > tbody > tr > td.muveletek .list_inner{
    position: absolute;
    background: white;
    /*padding: 10px 22px;*/
    border: 1px solid #C4E4FF;
    font-size: 0px;
    text-align: left;
    /*padding: 5px 10px;*/
    margin: 8px 0 0 -20px;
    width: 140px;
    line-height: 0px;
}
.table > tbody > tr > td.muveletek .list_inner div i{
    padding-right: 5px;
}
.table > tbody > tr > td.muveletek .list_inner div{
    border-bottom: 1px solid #C4E4FF;
    padding: 5px 10px;
}
.table > tbody > tr > td.muveletek .list_inner a:last-child div{
    border-bottom: 0px;
}
.table > tbody > tr > td.muveletek .list_inner > a{
    /*border: 1px solid #C4E4FF;*/
    font-size: 14px;
}
.table > tbody > tr > td.muveletek .list_inner div:hover{
    background: #C4E4FF;
}
.table > tbody > tr > td.muveletek .list_inner > a:hover{
    text-decoration: none;
}


.table > thead > tr > th.datum,
.table > tbody > tr > td.datum {
    white-space: nowrap;
    text-align: center;
    width: 450px;
}

.table > tbody > tr > td.check {
    width: 20px;
}

.table > thead > tr > th:first-child,
.table > tbody > tr > td.id,
.table > tbody > tr > td:first-child {
    width: 30px;
}

.table > thead > tr > th.date {
    width: 180px;
}

.table > tbody > tr > td.date {
    width: 180px;
    text-align: center;
}

.rovat-lista .table > tbody > tr > td.muveletek {
    width: 50px;
}

.felhasznalok .table > tbody > tr > td.muveletek {
    width: 30px
}

.rovat-lista .table > tbody > tr > td.platform {
    width: 150px;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #E4E4E4;
}

.table-hover > tbody > tr.locked:hover > td {
    background-color: #FF4646;
}

.table i {
    margin-right: 5px;
}

.table .muveletek i {
    margin-right: 0px;
    color: #333;
    color: #428bca;
}

.table-footer-menu {

}

.table-footer-menu .foundbox {
    margin-left: 10px;

    font-weight: bold;
}

.table-footer-menu .inner {
    overflow: hidden;
}

.table-footer-menu .inner > div {
    box-sizing: border-box;
}

.table-footer-menu .inner .left {
    float: left;
    width: 25%;
    min-height: 1px;
    text-align: left;
}

.table-footer-menu .inner .center {
    float: left;
    width: 50%;
}

.table-footer-menu .inner .right {
    float: left;
    width: 25%;
    text-align: right;
}

.table-footer-menu .inner a {
    font-size: 16px;
    margin: 0 10px;
}

.table-footer-menu .inner a.active {
    text-decoration: underline;
    font-weight: bold;
}

.table-footer-menu .inner a span {

}

.table-footer-menu .inner a i {
    /*display: none;*/
}
.table-footer-menu .inner .center {
    letter-spacing: 5px;
}
.table-footer-menu .inner .center a {
    padding: 5px 10px;
    font-size: 12px;
    color: #667fa0;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    line-height: 26px;
    margin: 0;
    cursor: pointer;
    letter-spacing: normal;
}
.table-footer-menu .inner .center a:hover {
    text-decoration: none;
    background-color: #f9f9f9;
}
.table-footer-menu .inner .center a.active {
    background-color: #7AAFDD;
    color: #fff;
    border-color: #7AAFDD;
    text-decoration: none;
    cursor: default;
}

.table-footer-menu .inner .left .button,
.table-footer-menu .inner .right .button {
    padding: 5px 10px;
    font-size: 12px;
    border: 1px solid #ddd;
    line-height: 26px;
}
.table-footer-menu .inner .left .button:hover,
.table-footer-menu .inner .right .button:hover {
    text-decoration: none;
    background-color: #f9f9f9;
}

/* Listaoldalak kozepre igazitasa */
.wrapper-table, .rovat-lista .table, .cikk-lista .wrapper-table, .galeria-lista .wrapper-table, .hirlevelek .wrapper-table,
.cimlistak .wrapper-table, .feliratkozottak .wrapper-table, .szerzok .wrapper-table, .forras .wrapper-table,
.statikblock .wrapper-table, .oldal_letoltes .table , .cikk_tipusok .table {
    max-width: 1280px;
    margin: 0 auto;
}

button i {

}

.navbar-inverse {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

#del_dialog_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAFoEvQfAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB90CDwsYIPX3sRcAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAADUlEQVQI12NgYGBIAwAAawBnwq0NKAAAAABJRU5ErkJggg==) repeat scroll 0 0;
    display: none;
}
#del_dialog {
    margin: 125px auto 0;
    width: 450px;
    padding: 25px 10px 10px 10px;
    border: 1px solid #cfd2cb;
    background-color: #EBEBEB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

#del_dialog h2 {
    margin: 0 0 20px;
    font-size: 18px;
}

#del_dialog a.close {
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 15px;
}

#torol_confirm {
    width: 430px;
}

#del_dialog .buttons-group {
    margin-top: 20px;
    text-align: right;
}

#del_dialog #cikkek_uj_csatorna_id {
    margin: 3px 0 10px 0;
}

#del_dialog input[type="radio"] {
    margin-left: 3px;
}

.error-message.tooltip {
    opacity: 1;
    color: #F00;
    font-weight: bold;
    margin: 3px 3px 3px 5px;
    position: relative;
    z-index: 0;
    float: left;
}

.error-message.tooltip.disabled {
    display: none;
}

#headings {
    position: fixed;
    top: 102px;
    left: -450px;
    bottom: 0;
    width: 450px;
    display: block;

    -webkit-transition: left ease-out 300ms;
    -moz-transition: left ease-out 300ms;
    -o-transition: left ease-out 300ms;
    transition: left ease-out 300ms;
    background: #fff;
    border-right: 2px solid #FF9801;
    z-index: 1000;
}

#headings h3 {
    padding: 10px 5px 5px;

    border-bottom: 1px dotted;
    font-size: 14px;
    margin: 0;
}

#headings.opened {
    left: 0;
    box-shadow: 1px 1px 3px #D6D6D6;
}

#headings .inner {
    width: 100%;
    height: 100%;
    position: relative;
}

#headings .inner label.flag {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #FF9801;
    width: 40px;
    height: 60px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: -30px;
    display: block;
    top: 50%;

    -webkit-transition: right ease-out 300ms;
    -moz-transition: right ease-out 300ms;
    -o-transition: right ease-out 300ms;
    transition: right ease-out 300ms;
    margin-top: -30px;
    box-shadow: 1px 1px 3px #B6B6B6 ;
}

#headings .inner label.flag:hover,
#headings.opened .inner label.flag {
    right: -40px;
}

#headings .inner label.flag > i {
    margin-top: 25px;
    font-size: 10px;
}

#headings .rovatok-container {
    height: -moz-calc(100% - (30px));
    height: -webkit-calc(100% - (30px));
    height: calc(100% - (30px));
}

#headings #jstree {
    overflow: auto;
    height: 100%;
}

#headings #jstree a.jstree-anchor {
    font-size: 12px;
    padding-left: 5px;
    cursor: default;
}

#headings #jstree i.fa {
    color: #A3A3A3;
    width: 16px;
    cursor: pointer;
}

#headings #jstree i.fa:last-child {
    margin-right: 10px;
}

.nx-container .login {
    width: 300px;
    margin: 0 auto;
}
.nx-container .login.forgotten fieldset > div > label.display {
    font-size: 14px;
    font-weight: bold;
}

.nx-container .login .logo {
    text-align: center;
    margin-bottom: 20px;
}
.nx-container .login.forgotten .right {
    border: none;
}
.nx-container .login.forgotten .links {
    margin-bottom: 30px;
}

.nx-container .login .message.content {
    padding: 0 10px;
}

.nx-container .login .buttons .btn {
    width: 100%;
    border-radius: 3px;
}
.nx-container .login input {
    border-radius: 0;
}

/*.nx-container .content > .frame {
	margin: 0 auto;
    width: 1280px;
}*/
.nx-container .content > .frame {
    width: calc(100% - 60px);
    min-width: 1024px;
    max-width: 1400px;
    margin: 0 auto;
}

input.date {
    text-align: center;
    font-size: 14px;
    width: 100px;
}

ul.ui-autocomplete {
    z-index: 100000;
}


.column.one .aktiv .radio-group > label span{
    padding: 8px 0px;
}

.ui-helper-hidden-accessible {
    left: -20000px;
}
.mce-charactercount,
.mce-wordcount {
    display: none !important;
}

/* Google login */
/*
.google-auth {
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
*/
.profil #google-login-wrapper {
    margin-left: 3px;
}
section.login iframe.google-iframe {
    margin: 25px 10px 10px 10px;
    width: calc(100% - 22px);
}

#google-login-wrapper span.label {
    color: #000000;
    font-size: 14px;
}
#google-login-wrapper iframe.google-login-iframe {
    
}
#google-login-button {
    display: inline-block;
    /*background: white;*/
    color: #444;
    /*border-radius: 5px;*/
    /*border: thin solid #888;*/
    /*box-shadow: 1px 1px 1px grey;*/
    white-space: nowrap;
    padding: 2px 16px;
}
section.login #google-login-button {
	display: block;
	/*margin: 25px 10px 10px 10px;*/
}
#google-login-button:hover {
    cursor: pointer;
}
/*
#google-login-button span.label {
    font-weight: normal;
    color: #000000;
}
*/
#google-login-button span.icon {
    background: url('/static/admin/images/google.png') transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
}
#google-login-button span.buttonText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: bold;
}
#google-logged-in {
    margin-top: 10px;
    margin-left: 3px;
    display: none;
}

.google-auth-error {
	padding: 15px;
	border: 1px solid #f2dede;
	border-radius: 1px;
}
.dropbox-wrapper {
    margin-left: 3px;
    margin-top: 10px;
}


.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 1px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-top-right-radius: 1px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 1px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 1px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 1px;
}
.masodlagos-rovatok-container ul {
    border-radius: 1px !important;
}
.bootstrap-switch, .bootstrap-switch .bootstrap-switch-container {
    border-radius: 1px;
}
.mce-tinymce {
    border-radius: 1px !important;
}
.mce-container.mce-toolbar-grp {
    border-bottom: 1px solid #c5c5c5;
}

h1 {
    font-size: 21px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 16px;
}

.ui-tabs {
    border: none;
}

.radio-group .ui-state-default {
    border: 1px solid #f1f1f1;
    background: #F1F1F1;
    color: #ccc;
}
.radio-group .ui-state-active {
    background: none;
    background-color: #387cb7;
    color: white;
    border: 1px solid #387cb7;
}

.icms-header .sub_menu .navbar {
    margin-bottom: 0;
}

#mediatar form#file_meta textarea {
    height: 56px;
}

.grid-button.btn.btn-primary {
    float: right;
    margin: 8px;
    padding: 0;
}

.grid-button.btn.btn-primary a {
    color: white;
    text-decoration: none;
    padding: 6px 12px;
    display: inline-block;
}

.table .csatorna-role {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.table .csatorna-role.technical {
    opacity: 0.3;
}
.table .csatorna-role.parent {
    opacity: 0.3;
}
.table .csatorna-role.other {
    opacity: 0.6;
}
.table .csatorna-role.collection td > b {
    font-style: italic;
}
.table .csatorna-role:hover,
.table .csatorna-role:focus {
    opacity: 1;
}

.csatorna-role-select option[disabled] {
    background-color: #dddddd;
    color: #999999;
}
.csatorna-role-select .technical {
    color: #cccccc;
}
.csatorna-role-select .parent {
    font-weight: bold;
}
.csatorna-role-select .other {
    color: #aaaaaa;
}
.csatorna-role-select .collection {
    font-style: italic;
}

.ui-autocomplete .csatorna-role.technical a {
    color: #cccccc;
}
.ui-autocomplete .csatorna-role.parent a {
    color: #cccccc;
}
.ui-autocomplete .csatorna-role.other a {
    color: #aaaaaa;
}
.ui-autocomplete .csatorna-role.collection {
    font-style: italic;
}

.nx-container .lead {
    font-size: inherit;
    margin-bottom: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.min-width-150px {
    min-width: 150px;
}

section.status #search {	
	float: left;
}

section.status fieldset {
	width: 200px;
    float: left;
}

.label-float-none label.display {
    float: none;
}

.maintenance_mode {
    margin: 20px auto;
    padding: 20px;
    display: block;
    width: 50%;
    cursor: pointer;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

.pulsating_text {
    -webkit-animation: pulsating_text 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.5;
    color: #ffb401;
    font-weight: bold;
}

@-webkit-keyframes pulsating_text {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        opacity: 0.5;
    }
}