/*@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/OpenSans-Light.woff) format('woff');
}
@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/OpenSans-Regular.woff) format('woff');
}
@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/OpenSans-Semibold.woff) format('woff');
}*/
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Montserrat-Light.woff2) format('woff2');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/Montserrat-Regular.woff2) format('woff2');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/MontserratAlternates-Bold.woff) format('woff2');
}
@font-face {
    font-family: 'MontserratAlternates';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/MontserratAlternates-Light.woff) format('woff');
}
@font-face {
    font-family: 'MontserratAlternates';
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/MontserratAlternates-Regular.woff) format('woff');
}
@font-face {
    font-family: 'MontserratAlternates';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/MontserratAlternates-Bold.woff) format('woff');
}

body {
    color: #333;
    background-color: #ECF0F5;
}
input,
input:active,
input:focus,
button,
button:active,
button:focus,
a,
a:active,
a:focus
{
    outline: none!important;
}
a:hover, a:focus{
    text-decoration: none;
}

textarea{
    resize: none;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inline-block{
    display: inline-block;
}
.relative{
    position: relative;
}

/* footer legalul */
html,body {
    height: 100%;
}
#wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -50px;
    padding: 0 0 50px;
}
#footer {
    height: 50px;
}
/* footer legalul end*/

#wrap {
    position: relative;
    overflow: hidden!important;
}
#main-sidebar{
    background: #f9fafc;
    position: absolute;
    /*padding-top: 50px;*/
    top: 50px;
    left: 0;
    bottom: 0;
    width: 230px;
    border-right: 1px solid #d2d6de;
    z-index: 810;
    -webkit-transition: left .3s ease-in-out,width .3s ease-in-out;
    -moz-transition: left .3s ease-in-out,width .3s ease-in-out;
    -o-transition: left .3s ease-in-out,width .3s ease-in-out;
    transition: left .3s ease-in-out,width .3s ease-in-out;
    overflow-x: auto;
}
#main-wrapper{
    min-height: 100%;
    background-color: #ecf0f5;
    z-index: 800;
    -webkit-transition: margin .3s ease-in-out;
    -moz-transition: margin .3s ease-in-out;
    -o-transition: margin .3s ease-in-out;
    transition: margin .3s ease-in-out;
    margin-left: 230px;
}

#main-content {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
}
#footer{
    position: relative;
    background: #fff;
    padding: 15px;
    color: #444;
    line-height: 18px;
    border-top: 1px solid #d2d6de;
    border-bottom: 1px solid transparent;
    -webkit-transition: margin .3s ease-in-out;
    -moz-transition: margin .3s ease-in-out;
    -o-transition: margin .3s ease-in-out;
    transition: margin .3s ease-in-out;
    margin-left: 230px;
}
@media screen and (max-width: 767px){
    #main-sidebar {
        top: 100px;
		left: -230px;
    }
    .sidebar-open #main-sidebar{
        /*-webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);*/
		left: 0px;
    }
    #main-wrapper,
	#footer {
        margin-left: 0;
    }
}
@media screen and (max-width: 991px){
    #wrap {
        padding: 0 0 0px;
    }
    #footer {
        height: auto;
    }
}

/*
* HEADER
*/
#header{
    background: #808080;
    color: #fff;
    position: relative;
}
#header.green{
    background: #00a65a;
}
#header.magenta{
    background: #d91b5c;
}
#header.azure{
    background: #00bcd4;
}
#header.red{
    background: #f44336;
}
#header.orange{
    background: #ff9800;
}
#header.rose{
    background: #e91e63;
}
#header.purple{
    background: #9c27b0;
}
.header-logo{
	font-family: "Montserrat", "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: width .3s ease-in-out, background .3s ease-in-out;
    -o-transition: width .3s ease-in-out, background .3s ease-in-out;
    transition: width .3s ease-in-out, background .3s ease-in-out;
    display: block;
    float: left;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    width: 230px;
    padding: 0 15px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    border-right: 1px solid rgba(0,0,0,0.05);
    border-bottom: 0 solid transparent;
}
.header-logo:focus,
.header-logo:hover {
    text-decoration: none;
    color: #fff;
    background-color: rgba(0,0,0,0.05);
}
.header-logo b{
    font-family: "MontserratAlternates", "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    text-transform: lowercase;
    margin-right: 5px;
}
.header-logo small{
    font-weight: bold;
    text-transform: lowercase;
}
.header-bar{
    -webkit-transition: margin-left .3s ease-in-out;
    -o-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
    margin-bottom: 0;
    margin-left: 230px;
    border: none;
    min-height: 50px;
    border-radius: 0;
}
#header .navbar-nav{
    margin: 0px;
    float: left;
}
#header .navbar-right{
    margin: 0px 15px 0px 0px;
    float: right;
}
#header .navbar-nav>li{
    float: left;
}
    
#header .nav>li>a{
    color: #fff;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
}
#header .nav>li>a:hover,
#header .nav>li>a:focus{
    background: rgba(0,0,0,0.1);
    color: #f6f6f6;
}
@media (max-width: 767px){
    .header-logo {
        width: 100%;
        float: none;
        position: relative!important;
        border-right:0px;
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }
    .header-bar {
        margin: 0;
        width: 100%;
        float: none;
        position: relative!important;
    }
}
/*
* NAV
*/
.nav-header{
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin: 15px 0px 15px;
    font-variant: small-caps;
    padding: 5px 15px;
}

.nav-stacked{
    margin: 0px;
}
.nav-stacked>li a{
    color: #444;
    text-decoration: none;
    font-size: 14px;
}
.nav-stacked>li>a>.fa {
    width: 20px;
}
.nav-stacked>li.active a,
.nav-stacked>li a:focus,
.nav-stacked>li a:hover{
    text-decoration: none;
    background: #ececec;
    color: #000;
}

.nav-stacked .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav-label{
    border: 0px;
    padding: 5px 0px 5px;
    margin: 0px 0px 15px;
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
}

.sitemap-help-container{
    background: #d9534f;
    border: 1px solid #d43f3a;
    color: #fff;
    padding: 8px 12px;
    float: right;
    font-size: 14px;
    line-height: 16px;
    margin-left: 20px;
    margin-bottom: 15px;
}
.sitemap-help-container a{
    text-decoration: none;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.sitemap-help-container a:focus,
.sitemap-help-container a:hover{
    text-decoration: none;
    border-bottom-style: dotted;
    color: #fff;
}
@media (max-width: 992px){
    .sitemap-help-container{
        float: none;
        margin-left: 0px;
    }
}
/*
* 
********************************************************************************
* általános menü
*/
.actionmessage{
    display: block;
    position: fixed;
    top: 0;
    left: 50%;
    width: 600px;
    margin-top: 10px;
    margin-left: -300px;
    z-index: 9999999;
}
.actionmessage.alert-default{
    background: #f9fafc;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
}
.actionmessage-txt .fa{
    width: 20px;
    text-align: center;
    margin-right: 5px;
}
.actionmessage-txt .label{
    padding-left: 0;
    font-size: 84%;
}
.actionmessage-txt .label .fa{
    color: #fff;
}
.navbar-default {
    margin-bottom: 0px;
}
.sortable-arrows{
    cursor: move;
    text-align: center;
}
.dataTables-td-xs-0-5{
    width: 4.166666668%;
}
.dataTables-td-xs-1{
    width: 8.33333333%;
}
.dataTables-td-xs-1-5{
    width: 12.5%;
}
.dataTables-td-xs-2{
    width: 16.66666667%;
}
.dataTables-td-xs-2-5{
    width: 20.83333333%;
}
.dataTables-td-xs-3{
    width: 25%;
}
.dataTables-td-xs-3-5{
    width: 29.16666667%;
}
.dataTables-td-xs-4{
    width: 33.33333333%;
}
.dataTables-td-xs-4-5{
    width: 37.5%;
}
.dataTables-td-xs-5{
    width: 41.66666666%;
}
.dataTables-td-xs-5-5{
    width: 45.83333333%;
}
.dataTables-td-xs-6 {
    width: 50%;
}
.dataTables-td-xs-6-5 {
    width: 54.166666668%;
}
.dataTables-td-xs-7 {
    width: 58.33333333%;
}
.dataTables-td-xs-7-5 {
    width: 62.5%;
}
.dataTables-td-xs-8 {
    width: 66.66666667%;
}
.dataTables-td-xs-8-5 {
    width: 70.83333334%;
}
.dataTables-td-xs-9 {
    width: 75%;
}
.dataTables-td-xs-9-5 {
    width: 79.166666668%;
}
.dataTables-td-xs-10 {
    width: 83.33333333%;
}
.dataTables-td-xs-10-5 {
    width: 87.5%;
}
.dataTables-td-xs-11 {
    width: 91.66666667%;
}
.dataTables-td-xs-11-5 {
    width: 95.83333334%;
}
/*
* általános menü vege
********************************************************************************
*/
/* loading */
.loading {
    display: none;
    background-color: rgba(255,255,255,0.5);
    background-image: url(../img/design/loading-spinner.gif);
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
}
/* loading end */

.buttons-container .btn{
    margin-right: 5px;
}
button.btn,button.btn:active,button.btn:focus{
    outline: 0;
}
.validation-block{
    color: red;
    margin: 0px;
}
.help-block{
    margin: 0px;
}
.form_dbdata_message_box{
    display: none;
}
.form_dbdata_message{
    
}
.form_dbdata_message .left-box{
    float: left;
    margin-right: 10px;
}
.form_dbdata_message .right-box{
    overflow: hidden;
}
.form_dbdata_save{
    
}
.form_dbdata {
    margin: 0px 0px 30px;
    padding: 15px 15px 0px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.form_dbdata label{
    font-weight: normal;
}
.form-control{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #d2d6de;
}
select.form-control {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 20px;
    background: #fff url(../img/design/caret-down-black.svg) no-repeat center right 8px;
    background: #fff url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat center right 4px;
}
select.input-sm{
	line-height: 20px;
}
.form-control:hover,
.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #3c8dbc !important;
}
.form-control:-ms-input-placeholder{
	color: #ccc;
}
.form-control:focus:-ms-input-placeholder{
	color: transparent;
}
.form-control::-moz-placeholder{
	color: #ccc;
}
.form-control:focus::-moz-placeholder{
	color: transparent;
}
.form-control::-webkit-input-placeholder{
	color: #ccc;
}
.form-control:focus::-webkit-input-placeholder{
	color: transparent;
}
.form_dbdata textarea{
    height: 68px;
}

.form_dbdata .image-lista-box{
    position: relative;
    padding: 30px 30px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 960px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);	
}
.form_dbdata .image-lista-box img{
    margin: 10px;
}
.form_dbdata .group-box{
    margin: 10px 0px;
}

.dataTable.higher>thead>tr>td:not(.lower), 
.dataTable.higher>tbody>tr>td:not(.lower), 
.dataTable.higher>tfoot>tr>td:not(.lower){
    padding: 12px 8px;
    line-height: 20px;
}
table.dataTable td.change-icons{
    padding: 8px 0px;
    text-align: center;
}
table.dataTable td.change-icons .grid{
    width: 25%;
    display: block;
    float: left;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
}
table.dataTable td.change-icons .silver{
    color: silver;
}
table.dataTable td.change-icons .green{
    color: green;
}
table.dataTable td.change-icons .gold{
    color: gold;
}
table.dataTable td.change-icons .none{
    display: none;
}

table.dataTable .status-wrap{
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}
table.dataTable .status-wrap .status-box{
    font-size: 0px;
    line-height: 0px;
}
table.dataTable .status-wrap .status-box .btn{
    padding: 4px 10px;
    font-size: 14px;
    line-height: 20px;
    width: 80px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
table.dataTable .status-wrap .status-box .dropdown-menu>li>a{
    cursor: pointer;
    padding: 5px 15px;
}
table.dataTable .status-wrap .status-box .dropdown-menu {
    right: 0;
    left: auto;
}

table.dataTable tr.marked{
    background: #ecf0f5;
}
table.dataTable tr.marked:hover{
    background: #e6ecf3;
}

.form_dbdata{
    border: 0px;
    padding: 0px;
    margin: 0px;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}



.panel-tabs .panel-heading{
    padding: 0px 15px;
}
.panel-tabs>.panel-heading>.nav-tabs{
    border: 0px;
}
.panel-tabs .nav-tabs>li>a{
    margin: 0px;
}
.panel-tabs .nav-tabs>li>a.tmp_select_all_lines{
    padding: 0px;
}
.panel-tabs .nav-tabs>li>a.tmp_select_all_lines label {
    padding: 10px 15px;
    margin-bottom: 0px;
    font-weight: normal;
    cursor: pointer;
}
.panel-tabs .nav-tabs>li>a.tmp_select_all_lines label input[type="checkbox"]{
    float: left;
    margin-right: 5px;
}
.panel-body{
    position: relative;
    padding-top: 45px;
}

@media (min-width: 992px){
    .file-list .col-xs-6{
        width: 50%;
        width: 300px;
    }
}
@media (min-width: 1280px){
    .file-list .col-xs-6{
        width: 25%;
        width: 320px;
    }
}
.file-list .thumbnail{
    border: 2px solid #ddd;
    margin-bottom: 30px;
}
.file-list .thumbnail .embed-responsive,
.file-list .thumbnail .img-box{
    display: block;
    position: relative;
    height: 200px;
    overflow: hidden;
    background: #efefef;
}
.file-list .thumbnail .embed-responsive .embed-responsive-item,
.file-list .thumbnail .img-box img{
    position: absolute;
    left: -9999px;
    right: -9999px;
    margin: 0 auto;
    max-width: none;
    height: 200px;
}
.file-list .thumbnail .embed-responsive .img-caption,
.file-list .thumbnail .img-box .img-caption{
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    padding: 2px 10px;
    text-align: center;
}
.file-list .thumbnail .img-box .img-caption{
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.file-list .thumbnail .embed-responsive .img-caption{
    top: 0px;
    left: 60px;
    right: 0px;
    z-index: 0;
}
#map-canvas {
    height: 500px;
    margin: 10px 0px 0px;
    padding: 0px
}
/* media manager */
.media-manager-separator{
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 1px solid #ccc;
}
.media-manager-label{
    padding: 5px 0px 5px;
    margin: 0px 0px 15px;
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
}

#media-manager-tabs .tab-content{
    padding: 15px 0px 0px;
    position: relative;
}

.media-manager-title{
    margin: 0px 0px 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
}
.media-manager-title a[data-toggle="collapse"]{
    color: #333;
    text-decoration: none;
}
.media-manager-title a .icon{
    display: none;
    width: 10px;
    text-align: center;
}
.media-manager-title a .icon.plus{
    display: none;
}
.media-manager-title a .icon.minus{
    display: inline-block;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.media-manager-title a.collapsed .icon.plus{
    display: inline-block;
}
.media-manager-title a.collapsed .icon.minus{
    display: none;
}
.media-manager-title .media-manager-delete-all-element-in-folder,
.media-manager-title .media-manager-add-all-element-in-folder{
    font-weight: normal;
    margin-left: 20px;
    cursor: pointer;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
}
.media-manager-container{
    padding: 0px 0px 0px 15px;
}
.media-manager-category-name{
    margin: 0px 0px 10px;
    font-weight: bold;
}
.media-manager-category-name span{
    font-weight: normal;
    margin-left: 20px;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
}

.media-manager-box{
    position: relative;
}

.media-manager-box [type=checkbox]:checked,
.media-manager-box [type=checkbox]:not(:checked){
    position:absolute;
    left:-9999px;
    visibility:hidden;
}
.media-manager-box [type=checkbox]+label{
    -khtml-user-select:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    cursor:pointer;
    font-size:16px;
    font-weight:normal;
    margin: 0px;
    padding: 0px;
    display:inline-block;
    line-height:25px;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1;
    text-align: center;
    background: rgba(255,255,255,0.5);
}
.media-manager-box [type=checkbox]+label:before{
    content:'';
    position:absolute;
    top: 30px;
    left: 30px;
    width: 30px;
    height: 30px;
    z-index: 0;
    border: 3px solid #000;
    border: 3px solid rgba(0,0,0,0.5);
    border-radius:1px;
    margin-top: -15px;
    margin-left: -15px;
    -webkit-transition:.2s;
    -moz-transition:.2s;
    -o-transition:.2s;
    -ms-transition:.2s;
    transition:.2s;
}
.media-manager-box [type=checkbox]:hover+label,
.media-manager-box [type=checkbox]:checked+label{
    background: rgba(255,255,255,1);
}
.media-manager-box [type=checkbox]:checked+label:before{
    top: 30px;
    left: 30px;
    width: 14px;
    height: 30px;
    margin-top: -18px;
    margin-left: -18px;
    border-top:3px solid transparent;
    border-left:3px solid transparent;
    border-right:3px solid #157315;
    border-bottom:3px solid #157315;
    -webkit-transform:rotate(40deg);
    -moz-transform:rotate(40deg);
    -ms-transform:rotate(40deg);
    -o-transform:rotate(40deg);
    transform:rotate(40deg);
    -webkit-backface-visibility:hidden;
    -webkit-transform-origin:100% 100%;
    -moz-transform-origin:100% 100%;
    -ms-transform-origin:100% 100%;
    -o-transform-origin:100% 100%;
    transform-origin:100% 100%;
}
/* media manager end */


/* FILE upload */
.fileupload .thumbnail {
    cursor: pointer;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    border: 2px dashed #d9d9d9;
    background: none;
    position: relative;
    margin: 0px 0px 30px;
}
.fileupload .thumbnail.disabled::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3;
    background: rgba(255,255,255,0.6);
    cursor: default;
}
.fileupload .thumbnail.without{
    border: 0px;
    padding: 0px;
    cursor: default;
}
.fileSortingContainer{
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 5px;
    background: #fff;
    text-align: left;
}
.fileSortingContainer label{
    display: block;
    padding: 10px;
    margin: 0;
    cursor: pointer;
}
.fileSortingContainer label:hover{
    background: #f5f5f5;
}
@media screen and (max-width: 767px){
    .fileSortingContainer{
        position: static;
    }
}
.fileSortingContainer.static{
    position: static;
    border: 1px solid #d2d6de;
    margin: 0px 0px 15px;
    overflow: hidden;
}
.fileSortingContainer.static label {
    padding: 10px 16px;
    float: left;
}
.fileupload input[type="file"]{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}
.fileupload .fileupload-text{
    background: #eee;
    margin: 0px;
    color: #333333;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 10px 10px 10px;
    text-align: center;
    display: block;
}
.fileupload .fileupload-text.with-padding{
    padding-left: 160px;
}
@media screen and (max-width: 767px){
    .fileupload .fileupload-text.with-padding{
        padding-left: 10px;
    }
}
.fileupload .fileupload-text small{
    line-height: 20px;
    display: block;
}
.fileupload .fileupload-text .label{
    white-space: normal;
    animation: shadowPulse 1s infinite;
    font-weight: normal;
}

.fileEditBox{
    display: block;
    background: #fff;
    padding: 5px;
    margin-bottom: 4px;
}
.fileEditBox.absolute{
    position: absolute;
    top: 6px;
    right: 21px;
    z-index: 1;
    margin-bottom: 0px;
}
.fileEditBox a {
    margin: 0px 5px;
    color: #333;
    width: 20px;
    display: inline-block;
    text-align: center;
}
.fileEditBox a.none{
    display: none;
}
.fileEditBox a.silver{
    color: silver;
}
.fileEditBox a.green{
    color: green;
}
.fileEditBox a.gold{
    color: gold;
}

.image_edit_click{
    cursor: pointer;
}

@-webkit-keyframes shadowPulse{
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
}
@keyframes shadowPulse{
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
}
.file_subtitle_click{
    cursor: pointer;
    position: relative;
}
.file_subtitle_click::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 25px;
    height: 25px;
    border-radius: 100%;
}
.file_subtitle_click.wrong::before{
    background: rgba(255,0,0,0.8);
    animation: shadowPulse 1s infinite;
}
.file_subtitle_click.good::before{
    background: none;
}
.file_subtitle_click .fa{
    position: relative;
    z-index: 2;
}
.file_subtitle_click.wrong .fa{
    color: #ffffff;
}
.file_subtitle_click.good .fa{
    color: #008000;
}

.file_subtitle_shadow_box{
    position: absolute;
    top: 40px;
    left: 21px;
    right: 21px;
    z-index: 1;
}
.file_subtitle_shadow_box.plusposition{
    /* ha kell mas pozicio*/
}
.file_subtitle_shadow{
    background: #4E4E4E;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px 5px;
    color: #fff;
}
.file_subtitle_shadow .st-box{
    display: block;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.file_subtitle_input_box{
    display: none;
    position: absolute;
    top: 40px;
    left: 21px;
    right: 21px;
    bottom: 36px;
    z-index: 2;
    background: #fff;
}
.file_subtitle_input{
    margin-bottom: 3px;
}
.file_subtitle_submit{
    display: block;
}

.fileEditSortable{
    cursor: move;
}
.fileEditSortablePlacholder {
    min-height: 100px;
}
.fileEditSortablePlacholder:after{
    content: '';
    position: absolute;
    top:0px;
    bottom: 30px;
    left: 15px;
    right: 15px;
    border: 1px dotted black;
}

.fileOriginalName{
    position: absolute;
    top: 50%;
    right: 21px;
    left: 21px;
    /*overflow: hidden;
    text-overflow: ellipsis;*/
    word-break: break-all;
    cursor: default;
    background: none;
    color: #acacac;
    text-align: center;
    padding: 5px;
    line-height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
}

#fileLoadAnimation.progress{
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    z-index: 2;
}

#click_delete_all_files{
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    z-index: 1;
}

#click_media_elements_auto_appearance{
    position: absolute;
    top: 15px;
    left: 15px;
    line-height: 20px;
    height: 20px;
    z-index: 1;
}
#click_media_elements_auto_appearance .fa{
    width: 15px;
}
#click_media_elements_auto_appearance .fa-square-o{
    display: inline-block
}
#click_media_elements_auto_appearance .fa-check-square-o{
    display: none;
}
#click_media_elements_auto_appearance.checked .fa-square-o{
    display: none
}
#click_media_elements_auto_appearance.checked .fa-check-square-o{
    display: inline-block;
}

/* FILE upload end */
