html, body, div, span,
h1, h2, h3, h4, h5, h6, p, a, img, strong, ol, ul, li, form, label, button,
article, footer, header, menu, nav, section, figure{
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section{
    display: block;
}
html{
    font-size: 100%;
}
body{
    margin: 0;
    background: #ecf0f1;
    /*background: #fbfbfb;*/
    color: #505458;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: center;
}
body.login {
    /*background: #FBFBFB;*/
}
div{
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6{
    margin: 0 0 15px;
    color: #505458;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    line-height: normal;
}
h1, h2, h3{
    font-weight: normal;
}
h1{
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 0 20px 10px;
}
h2{font-size:24px;}
h3{font-size:24px;}
h4{font-size:20px;}
h5{font-size:18px;}
h6{font-size:16px;}

h5.between {
    font-size: 15px;
    margin-left: 10px;
}

a{
    color: #0d638f;
    text-decoration: underline;
    outline: none;
}
a:hover, a.active{
    color: #1f3853;
}
p{
    margin-bottom: 15px;
}
ul{
    margin: 0 10px 15px 15px;
    padding: 0 5px;
}
li{
    margin: 4px 0 2px 10px;
}
ol{
    margin: 0 10px 15px 15px;
    padding: 0 5px;
    list-style-type: decimal;
}
hr{
    margin: 0 0 15px;
    border: none;
    border-bottom: solid 1px #ccc;
    height: 1px;
    visibility: visible;
}
input.checkbox{
    position:relative;
    top: 3px;
    margin-right: 5px;
}
input.checkbox, label{
    cursor: pointer;
}
input, select, textarea, button{
    outline: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
input.text, textarea, select{
    transition: all 0.3s ease;
    padding: 8px 10px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-appearance: none; /* safari */
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0) inset;
    box-shadow: 0 0 0 rgba(0,0,0,0) inset;
    /*-webkit-border-radius: 3px;
    border-radius: 3px;*/
    font-size: 14px;
    color: #000;
    box-sizing: border-box;
}
input.text.mini, textarea.mini{
    padding: 4px 2%;
}
input.text:focus, textarea:focus, select:focus{
    box-shadow: 0 0 2px #0277bd inset;
}
input.disabled {
    color: #bbb;
}
label{
    font-weight: normal;
    font-size: 15px;
}
img{
    height: auto;
    position: relative;
}
a img{
    border: 0;
    text-decoration: none;
}

a.button, a.button_ok, a.button_err, a.button_notice,
a.button2, a.button3, a.button4, a.button5,
.uploadifive-button{
    transition: all 0.5s ease;
    margin: 0 5px 0 0;
    display: block;
    display: inline-block;
    padding: 10px 20px;
    background: #30a6e6;
    /*-webkit-border-radius: 3px;
    border-radius: 3px;*/
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
a.button_ok{
    background: #30A6E6;
}
a.button_err, a.button2{
    background: #F25151;
}
a.button4{
    background: #F2B018;
}
a.button5{
    background: #B780BA;
}
a.button_notice, a.button3{
    /*background: #666;*/
    background: #2c3e50;
}
a.button:hover, 
a.button_ok:hover, 
a.button_err:hover, 
a.button_notice:hover, 
a.button2:hover, 
a.button3:hover,
a.button4:hover,
a.button5:hover,
.uploadifive-button:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
a.button .fa,
a.button2 .fa,
a.button3 .fa,
a.button4 .fa,
a.button5 .fa,
a.button_ok .fa {
    font-size: 17px;
    margin: 0 5px 0 -10px;
}
.error, .mes, .success, .tip, .notice{
    display: block;
    margin: 0 0 10px;
    padding: 14px;
    border: 2px solid #e74545;
    /*-webkit-border-radius: 3px;
    border-radius: 3px;*/
    font-weight: bold;
    color: #e74545;
    clear: both;
}
.mes, .success{
    border: 2px solid #0d638f;
    color: #0d638f;
}
.tip, .notice{
    border: 2px solid #666;
    color: #666;
}
.info{
    display: block;
    margin: 0 0 10px;
    font-style: italic;
    color: #777;
}
.clear, .clr{
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 100%;
    height: 0;
    font-size: 0;
}
.tooltip:after {
    content: "\f059";
    font-family: "Fontawesome";
    margin-left: 10px;
    color: #30a6e6;
    font-size: 18px;
}

/* LOGIN|REG|PASSREMINDER */
#login-header{
    /*padding: 15px 0;
    width: 100%;
    background: #34495E;
    text-align: center;
    height: 150px;*/
    padding: 0;
    width: 100%;
    background: #30a6e6;
    text-align: center;
}
#login-header .logo{
    display: block;
    margin: 0 auto;
    width: 250px;
    height: 80px;
    /*background: url(img/loginlogo.png) center center no-repeat;*/
    background: url(img/adminlogo.png) center center no-repeat;
}
/* Hi-res display */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
        only screen and (-moz-min-device-pixel-ratio: 1.5),
        only screen and (min-resolution: 240dpi){
        
    #login-header .logo{
        background: url(img/adminlogo2x.png) center center no-repeat;
        -moz-background-size:  100%;
        -o-background-size:  100%;
        -webkit-background-size:  100%;
        background-size: 100%;
    }
}

#loginContainer{
    margin: 40px auto 0;
    width: 455px;
}
#loginContainer .loginBox{
    position: relative;
    width: 455px;
    height: 376px;
    text-align: left;
}
/**/

#loginContainer .loginBox .head {
    /*background-color: #34495E;*/
    /*padding: 16px 30px;
    text-align: center;*/
    /*color: #fff;*/
    background-color: #34495E;
    padding: 16px 30px;
    text-align: center;
    color: #fff;
}
#loginContainer .loginBox .head h1{
    /*margin: 0;
    padding: 0;
    font-size: 30px;
    color: #34495E;
    text-transform: none;
    font-weight: 400;*/
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #fff;
}
#loginContainer .loginBox .head p{
    font-size: 12px;
}
/**/
#loginContainer .loginBox .foot{
    padding: 15px 0 0 200px;
    height: 60px;
    background: #d8d8d8 url(img/lock.png) no-repeat 150px 18px;
    text-align: left;
}
#loginContainer .loginBox .foot h3{
    margin: 0 0 5px;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    color: #3b3b3b;
}
#loginContainer .loginBox .foot .linkRow a{
    font-size: 14px;
    color: #3b3b3b;
    text-decoration: none;
}
#loginContainer .loginBox .foot .linkRow a:hover{
    text-decoration: underline;
}
#loginContainer .loginBox .foot .linkRow span{
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    color: #3b3b3b;
    
}
/**/
#loginContainer .loginBox .form {
    /*background: #fff none repeat scroll 0 0;*/
    /*background: transparent;
    padding: 16px 30px;*/
        background: #fff none repeat scroll 0 0;
    padding: 16px 30px;
}
#loginContainer .loginBox .row{
    margin: 0 0 7px;
    width: 100%;
    padding: 0;
}
#loginContainer .loginBox .row .label{
    float: left;
    margin: 0;
    padding: 3px 0;
    width: 100%;
    font-size: 14px;
    text-align: left;
    /*color: #34495E;*/
}
#loginContainer .loginBox .row .inp{
    float: left;
    padding: 0;
    width: 100%;
}
#loginContainer .loginBox .row .inp .text{
    padding: 8px 2%;
    margin: 0;
    width: 100%;
    /*border-color: #999;
    padding: 8px 2%;
    margin: 0;
    width: 96%;
    height: 18px;*/
}
#loginContainer .loginBox .buttonRow{
    padding: 10px 0 0;
    text-align: center;
}
#loginContainer .loginBox .btn{
    transition: all 0.5s ease;
    margin: 0;
    display: block;
    display: inline-block;
    padding: 10px 30px;
    background: #30A6E6;
    /*-webkit-border-radius: 3px;
    border-radius: 3px;*/
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: 800;
}
#loginContainer .loginBox .btn:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
/**/

/**/
#login-container{
    margin: 40px auto 0;
    padding: 0;
    width: 960px;
    text-align: left;
}
#login-container .loginLeft{
    float: left;
    padding: 25px;
    width: 429px;
}
#login-container .loginRight{
    float: left;
    padding: 25px;
    width: 430px;
    border-left: solid 1px #ddd;
}
#login-container input.text{
    width: 420px;
}
#login-container .buttonRow{
    text-align: right;
}
#login-container .linkRow a{
    margin: 0 20px 0 0;
}


/* ADMIN HEADER */
#header{
    position: fixed;
    left: 0; top: 0;
    z-index: 3;
    width: 100%;
    height: 80px;
    background: #fff;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
}
#logo{
    display: block;
    position: absolute;
    top: 0; left: 0;
    width: 250px;
    height: 80px;
    background: url(img/adminlogo.png) center center no-repeat;
    background-color: #30a6e6;
}
/* Hi-res display */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
        only screen and (-moz-min-device-pixel-ratio: 1.5),
        only screen and (min-resolution: 240dpi){
        
    #logo{
        background: url(img/adminlogo2x.png) no-repeat 0 0;
        -moz-background-size: 185px 50px;
        -o-background-size: 185px 50px;
        -webkit-background-size: 185px 50px;
        background-size: 185px 50px;
        background-position: center center;
        background-color: #30a6e6;
    }
}

/**/
#topLeftMenu{
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 270px; 
    top: 22px;
}
#topLeftMenu li{
    margin: 0 12px 0 0;
    padding: 0;
    float: left;
}
#topLeftMenu li a{
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    text-decoration: none;
    color: #9ba3af;
    padding: 2px;
    border-radius: 50px;
    border: 2px solid #cdd1d7;
    text-align: center;
}
#topLeftMenu li a span.fa{
    padding: 8px;    
}
#topLeftMenu li a:hover{
    opacity: 0.7;
}
#topLeftMenu li a .flag{
    position: absolute;
    top: -5px; right: -5px;
    width: 16px;
    height: 16px;
    background: #F35958;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 11px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    padding: 1px;
}

/**/
#topLeftMenu #chattop a b.db,
#topLeftMenu #circlemail a b.db,
#topLeftMenu #todomail a b.db, 
#topLeftMenu #myclnd a b.db{
    position: absolute;
    top: -5px; right: -5px;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 2px solid #F35958;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 10px;
    color: #F35958;
    text-align: center;
}
#topLeftMenu #chattop a{
    border-color: #30A6E6;
    color: #30A6E6;
}

#topLeftMenu #mywork{
    padding: 0 0 0 20px;
    width: auto;
}
#topLeftMenu #mywork a{
    float: left;
    margin: 0 5px 0 0;
    font-weight: bold;
}
#topLeftMenu #mywork a span{
    display: block;
    padding-top: 5px;
}
#mywork a.color-vall{
    border-color: #FCB941;
    background: #FCB941;
    color: #fff;
}
#mywork a.color-v2{
    border-color: #E2B3E0;
    background: #E2B3E0;
    color: #fff;
}
#mywork a.color-v3{
    border-color: #F35958;
    background: #F35958;
    color: #fff;
}
#topLeftMenu #myclnd a {
    border-color: #AFD896;
    color: #AFD896;
}

/**/
#header a.logout{
    float: right;
    margin: 22px 20px 0 0;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: #30a6e6;
    padding: 6px 8px 6px 12px;
    border-radius: 50%;
    font-size: 18px;
}
#header a.logout:hover{
    /*color: #999;*/
    opacity: 0.7;
}

/* ADMIN MENU */
#menuSide{
    position: fixed;
    left: 0; top: 80px;
    z-index: 3;
    width: 250px;
    background: #34495E;
    text-align: left;
    -webkit-transition: left 0.5s ease-in-out;
    -o-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out;
}
#menuSide.active{
    left: 0;
}
#menuSide #mopen{
    display: none;
    position: absolute;
    right: -50px; top: 10px;
    width: 50px;
    height: 50px;
    border-radius: 0 3px 3px 0;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
}
#menuSide #mopen span{
    margin: 8px 0 0;
    color: #fff;
}
#contentSide h1{
    -webkit-transition: padding 0.5s ease-in-out;
    -o-transition: padding 0.5s ease-in-out;
    transition: padding 0.5s ease-in-out;
}
#overflowMenu{
    padding: 0;
}
#leftMenu{
    padding: 20px 0;
    color: #808285;
}
#leftMenu .user{
    display: block;
    margin: 0 20px 15px;
    width: 210px;
    text-decoration: none;
}
#leftMenu .user span{
    display: block;
}
#leftMenu .user .pic{
    float: left;
    width: 50px;
    height: 50px;
    margin: 8px 12px;
}
#leftMenu .user .pic img{
    width: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
#leftMenu .user .welcome{
    float: right;
    padding: 8px 0 0;
    width: 130px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    overflow: hidden;
}
#leftMenu .user .welcome span{
    font-weight: normal;
    font-size: 16px;
}
/**/
#leftMenu ul.nav{
    margin: 30px 0 15px;
    padding: 0;
    list-style: none;
    position: relative;
}
#leftMenu ul.nav:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 210px;
    background: #95a5a6;
    margin: 0px auto;
    text-align: center;
    left: 0;
    right: 0;
    top: -14px;    
}
#leftMenu ul.nav li{
    margin: 0;
    padding: 0;
}
#leftMenu ul.nav li a{
    display: block;
    padding: 12px 20px;
    margin-bottom: 5px;
    width: 210px;
    color: #95a5a6;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
}
#leftMenu ul.nav li a:hover{
    color: #fff;
}
#leftMenu ul.nav li a.active{
    font-weight: bold;
    color: #30a6e6;
    background: #243342;
}
#leftMenu ul.nav li a .fa{
    margin-right: 15px;
    position: relative;
    top: 4px;
    font-size: 20px;
    width: 17px;
    text-align: center;
}
#leftMenu ul.nav li ul{
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
}
#leftMenu ul.nav li ul.active{
    display: block;
}
#leftMenu ul.nav li li{
}
#leftMenu ul.nav li li a{
    margin: 0;
    padding: 6px 0 6px 50px;
    text-transform: none;
}
#leftMenu ul.nav li li a .fa{
    margin-right: 5px;
    font-size: 14px;
}

.week_info {
    color: #fff;
    font-size: 12px;
    padding: 0 20px;
    text-align: center;    
}

/*
#leftMenu .choosePortal{
    margin: 0 0 15px;
    padding: 10px;
    background: #3C3C41;
    border-radius: 3px;
}
#leftMenu .choosePortal .head{
    margin: 0 0 5px;
    color: #fff;
}
#leftMenu .choosePortal select{
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
    background: #22262E;
    border: 0;
    font-size: 16px;
    color: #8b91a0;
    color: #fff;
}
#leftMenu .choosePortal a.new{
    display: block;
    color: #8b91a0;
    text-decoration: none;
}
#leftMenu .choosePortal a.new .fa{
    margin-right: 8px;
}
#leftMenu .choosePortal a.new:hover{
    color: #fff;
}
*/

/* ADMIN CONTENT */
#contentSide{
    position: relative;
    z-index: 1;
    margin: 80px 0 0 250px;
}
.content{
    padding: 20px;
    text-align: left;
}

/* tabmenu */
ul.tabMenu{
    margin: 0 10px;
    padding: 0;
    /*background: #C6C6C6;*/
    list-style: none;
    clear: both;
}
ul.tabMenu:after{ content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
ul.tabMenu li{
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
}
ul.tabMenu li a{
    display: block;
    float: left;
    padding: 10px 20px;    
    text-decoration: none;
    color: #fff;
    background: #95a5a6;
    background: linear-gradient(to right, #889a9b, #95a5a6);
}
ul.tabMenu li a:hover{
    color: #323237;
}
ul.tabMenu li a.active{
    background: #fff;
    color: #323237;
}

/* Admin oszlop szerkezet */
.box{ /* fehér box paddinggal */
    margin: 0 10px 10px;
    padding: 20px;
    background: #fff;
    /*border: 1px solid #e5e5e5;*/
}
.box .box2{ /* boxon beül box egymás mellé, sok lenne a padding*/
    padding: 0;
}
.sub_box{ /* boxonbelül subbox szürke háttérrel */
    /*background: #f6f7f8;*/
    background: #f6f8fc;
}

.row{
    margin: 0 0 20px;
}
.row:after{ content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.row.row-minus-margin{
    margin: 0 -10px;
}
.col{
    float: left;
}
.col-1{
    width: 8.33333333%;
}
.col-2{
    width: 16.66666667%;
}
.col-3{
    width: 25%;
}
.col-4{
    width: 33.33333333%;
}
.col-5{
    width: 41.66666667%;
}
.col-6{
    width: 50%;
}
.col-7{
    width: 58.33333333%;
}
.col-8{
    width: 66.66666667%;
}
.col-9{
    width: 75%;
}
.col-10{
    width: 83.33333333%;
}
.col-11{
    width: 91.66666667%;
}
.col-12{
    width: 100%;
}
.col input.text, .col textarea{
    width: 100%;
}
.col input.text.disabled, .col textarea.disabled{
    background-color: #F6F8FC;
}

/* TABLE LIST */
table.list {
    width: 100%;
    margin-bottom: 20px;    
    border-collapse: collapse;
    border-spacing: 0;
}
table.list .icon {
    width: 1%;
}
table.list > thead > tr > th, 
table.list > tbody > tr > th,  
table.list > thead > tr > td, 
table.list > tbody > tr > td {
    padding: 12px;    
}
table.list > tbody > tr > td {
    border-top: 1px solid #e8edf1;
    color: #576475;
    font-size: 13px;
    padding: 10px 12px !important;
}
table.list > tbody > tr:hover {
    background-color: #ffffcc !important;
}
table.list > thead > tr > th {
    font-size: 12px;
    text-transform: uppercase;
    background: #ecf0f2;
}
table.list > thead > tr > th a {
    text-decoration: none;    
}
table.list > thead > tr > th a.down:before {
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f107";
    padding-right: 5px;
}
table.list > thead > tr > th a.up:before {
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f106";
    padding-right: 5px;
}

table.list a.fa, 
a.icon.fa {
    color: #fff;
    text-decoration: none;
    padding: 6px 0;
    border-radius: 3px;
    background: #8b91a0;
    text-align: center;
    width: 25px;
}
table.list a.del, 
table.list a.lock,
a.icon.fa.del, 
a.icon.fa.lock{
    background-color: #F35958;    
}
table.list a.lock2{
    background-color: #f7b831;    
}
table.list a.unlock{
    background-color: #00b38d;    
}
table.list a.high{
    background-color: #F7B831;    
}
table.list a.purple{
    background-color: #bc25bc;    
}
table.list a.noarchive{
    opacity: 0.3;
}

table.list a.fa:hover {
    opacity: 0.6;    
}

/* PAGER */
#pager, .xPager {
    width: 100%;
    position: relative;
}
#pager .szlbal, 
#pager .szljobb,
.xPager .leftPager, 
.xPager .rightPager{
    position: absolute;
    top: -4px;
    width: 18%;    
}
#pager .szlbal,
.xPager .leftPager {
    left: 0;
    text-align: left;
    margin-right: 2%;
}
#pager .szlkozep,
.xPager .centerPager {
    width: 60%;
    margin: 0 auto;
    text-align:center;
}
#pager .szljobb,
.xPager .rightPager {
    right: 0;
    text-align:right;
    margin-left: 2%;
}
#pager a, 
#pager strong,
.xPager a,
.xPager strong {
    border-radius: 3px;
    color: #6f7b8a;
    padding: 5px 10px;
    font-size: 14px;
    text-decoration: none;
    margin-right: 3px;
}
#pager strong,
.xPager strong {
    background-color: #f3f6f9;    
}
#pager .szlkozep a:hover,
.xPager .rightPager a:hover {
    background-color: #e8edf3;
}
#pager .szlbal a, 
#pager .szljobb a,
.xPager .leftPager a, 
.xPager .rightPager a{
    font-size: 20px;    
}
#pager .szlbal a:hover, 
#pager .szljobb a:hover,
.xPager .leftPager a:hover, 
.xPager .rightPager a:hover {
    background-color: #ffffff !important;
    color: #000;
}

/*tiny*/
.mce-toolbar-grp {
    padding: 5px 5px 9px !important;
}
.mce-panel {
    background-color: #F6F7F8 !important;
    background-image: none !important;
    border: 0 none !important;
    border-color: #E5E9EC !important;
}
.mce-btn{
    background-color: #fff !important;
    background-image: none !important;
    border: 0 none !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.mce-ico {
    font-size: 13px !important;
}
.mce-flow-layout-item {
    margin: 4px 0 0 4px !important;
}
.mce-edit-area {
    border: 1px solid #f6f7f8 !important;
}
div.mce-fullscreen {
    position: absolute !important;
}

.adminTooltip{
    width: 400px;
    max-width: 80% !important;
}
#galleryPicturesContainer {
    max-height: 260px;
    overflow: auto;
}
#galleryPicturesContainer .picRows{
    margin: 0;
    padding: 0;
    list-style: none;
}
#galleryPicturesContainer .picRow{
    float: left;
    height: 120px;
    position: relative;
    text-align: center;
    width: 120px;
    margin: 3px;
    padding: 0;
    cursor: move;
}
#galleryPicturesContainer .insert_place{
    float: left;
    height: 120px;
    position: relative;
    width: 120px;
    margin: 3px;
    padding: 0;
    box-shadow: 0 0 5px  #EFEFEF inset;
}
#galleryPicturesContainer .picRow span {
    background-color: #F7F7F7;
    display: block;
    height: 100px;
    margin: auto;
    padding: 10px;
    position: relative;
    width: 100px;
    border-radius: 4px;
}
#galleryPicturesContainer .picRow:hover span {
    background-color: #efefef;
}

#galleryPicturesContainer .picRow img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
#galleryPicturesContainer .picRow b {
    background-color: #efefef;
    border-radius: 4px;
    color: #333;
    display: none;
    font-size: 11px;
    font-weight: normal;
    left: 0;
    line-height: 100%;
    margin: auto;
    padding: 6px 0 4px;
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
}
#galleryPicturesContainer .picRow:hover b {
    display: block;
}
#galleryPicturesContainer .icon:hover  {
    opacity: 0.7;
}
#galleryPicturesContainer .picRow .iconContainer {
    background: #efefef none repeat scroll 0 0;
    border-radius: 4px;
    bottom: 0;
    display: none;
    left: 0;
    padding: 4px 0;
    position: absolute;
    width: 120px;
    z-index: 1;
}
#galleryPicturesContainer .picRow:hover b, 
#galleryPicturesContainer .picRow:hover .iconContainer{
    display: block;
}
.insertGalleryPic {
    float: left;
    margin: 0 2%;
    width: 46%;
    position: relative;
}
.insertGalleryPic .fa {
    background-color: #555;
    border-radius: 8px;
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 30px;
    height: 30px;
    left: 0;
    margin: auto;
    opacity: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
    z-index: 1;
}
.insertGalleryPic:hover .fa {
    opacity: 0.5;
}
.insertGalleryPic > img {
    display: block;
    width: 100%;
}

#nickform .authorPic,
#formMOD .authorPic{
    position: relative;
    top: 10px;
    display: inline-block;
    width: 30px; height: 30px;
    
}
#nickform .authorPic img,
#formMOD .authorPic img{
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
}

/* Module Style Update */
.sub_box hr {
    border: 0 none;
    border-bottom: 2px dashed #e6e6e6;
    height: 0;
    content: "";
    width: 98%;
    padding: 0;
    margin: 0 auto 10px;
}
.sub_box .col-2 p, 
.sub_box .col-3 p, 
.sub_box .col-4 p, 
.sub_box .col-6 p, 
.sub_box .col-12 p, 
.sub_box .alone {
    padding: 0 10px;    
}
.sub_box textarea {
    height: 100px;    
}
select, .sub_box select, .filter_box select, #customerform select, #addform select {
    width: 100%;    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("img/select.png") no-repeat calc(100% - 10px) center;
}
select.disabled, .sub_box select.disabled, .filter_box select.disabled, #customerform select.disabled, #addform select.disabled {
    background-color: #F6F8FC;
}
table.list > tbody > tr.noamount {
    background: rgba(126, 216, 126, 0.2);
}
table.list > tbody > tr > td {
    padding: 6px 8px !important;    
}
table.list > thead > tr > th {
    font-size: 11px;    
}
table.list > thead > tr > th, 
table.list > tbody > tr > th, 
table.list > thead > tr > td, 
table.list > tbody > tr > td {
    padding: 8px;    
}
table.list > tbody > tr > td a {
    text-decoration: none;    
}
table.doctable {
    background: #fff;    
}
.filter_box .box{
    padding: 0;
    margin: 0 6px;
}
.filter_box select{
    width: 96%;
    padding: 7px 2%;
}
.filter_box .button{
    margin: 0;
    padding: 8px 0;
    width: 100%;
}
.filter_box, .col-12 .box {
    border-bottom: 2px solid #e4e4e4;    
}

#filterform {
    display: none;
}
#contentSide .module_search {
    background: #30A6E6 ;
    color: #fff;

    border-radius: 5px;
    font-size: 18px;
    margin-left: 10px;
    padding: 4px 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s;
}
#contentSide .module_search:hover {
    opacity: 0.7;    
}

.fileUploadBox table.list {
    margin-bottom: 0;
}

#lightview1.wide,
#lightview2.wide {
    width: 860px;
    max-width: 96%;
}

.ui-autocomplete {
    z-index: 999999 !important;
}

#credit_error{
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: red;
}

#header .lineright {
    float: right;    
}
#header .allDeadline {
    float: right;
    border: 2px solid #cdd1d7;
    text-align: center;
    border-color: #30A6E6;
    color: #30A6E6;    
    margin: 22px 18px 0 0;
    font-weight: bold;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 50%;
    font-size: 16px;
}
#header .allDeadline:hover {
    opacity: 0.7;    
}

.list.doctable .fix_gb {
    background: #ecf0f2;
}
.list.doctable .fix_gb td b {
    color: #0d638f;    
}

#sos_btn a {
    color: #E01931 !important;
    border-color: #E01931 !important;
} 
#lightview2 .row {
    margin-bottom: 0;    
}
#registerform .col-6 p, #registerform .col-12 p, #registerform textarea {
    padding: 0 10px;    
}
.systemnumber {
    text-align: center;
}
.systemnumber img {
    height: 18px;
}


.fa-hourglass-o{ color:#ccc !important; }
.fa-hourglass-1{ color:#ff7f00 !important; }
.fa-hourglass-3{ color:#097a0b !important; }
.fa-hourglass{ color:#097a0b !important; }

a.icon.fa-hourglass-o{ background: #ccc !important;color:#fff !important; }
a.icon.fa-hourglass-1{ background: #ff7f00 !important;color:#fff !important; }
a.icon.fa-hourglass-2{ background: #097a0b !important;color:#fff !important; }
a.icon.fa-hourglass{ background: #097a0b !important;color:#fff !important; }

#glass a{
    text-decoration: none;
}

.systemnumber, 
.systemnumber td {
    text-align: left;
    vertical-align: top;
    padding: 5px 10px;
}

table.customer_deadline{ margin: 0; }
table.customer_deadline > thead > tr > th {
    background: #E1B493;
    color: #fff;
}

/* ROOT számlázás */
#send_szamla .button.cancel {
    width:90%;
    box-sizing:border-box;
}
#send_szamla .button.mod {
    width:96%;
    box-sizing:border-box;
    background:#1abc9c;
}
#send_szamla .button.send {
    width:100%;
    box-sizing:border-box;
}



/*buttons*/
.mini-button {
    background: #576475 !important;
    color: #fff;
    padding: 4px 8px;
    border-radius: 3px;
    display:inline-block;
    font-weight:bold;
    margin: 4px 0 10px;
    text-decoration: none;
}
.mini-button.no-margin {
    margin: 0;
}
.mini-button.margin-right {
    margin-right: 12px;
}
.mini-button:hover {
    color: #fff;
	opacity: 0.7;
}
.mini-button.blue {
    background: #30A6E6 !important;
}
.mini-button.red {
    background: #F35958 !important;
}
.mini-button.dark {
    background: #2c3e50 !important;
}
.mini-button.orange {
    background: #ff8c00 !important;
}
.mini-button.green {
    background: #2ab25a !important;
}

ul.tabMenu.subtab li a {
    background: #30a6e6;
    border-radius: 7px 7px 0 0;
}
ul.tabMenu.subtab li a.active {
    background: #34495e;
    color: #fff;   
}

.ui-autocomplete {
    text-align: left;
}

em.price{
	white-space: nowrap;
	font-style: normal;
}
