html {
     overflow-y: -moz-scrollbars-vertical;
     overflow-y: scroll;
}
body {
    margin: 0px 0px 0px 0px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    background-color: #eaeaea;
}
.logindialog-username {
    width: 220px;
}
.logindialog-password {
    width: 220px;
}
#sidemenu-container {
    width: 160px;
    float: left;
    position: fixed;
    margin: 40px 5px 5px 5px;
}
.dashmenu {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.dashmenu li {
    padding-top: 5px;
    height: 33px;
}
.dashmenu li a {
    display: block;
    line-height: 30px;
    text-decoration: none;
}
#sidemenu {
    width: 158px;
    float: left;
    position: fixed;
    background-color: #ffffff;
    border: 1px solid #c5dbec;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
}
#sidemenu h3 {
    margin: 0px;
    padding: 0px;
}
#sidemenu ul {
    list-style-type: none;
    margin: 5px 0px 5px 10px;
    padding: 0px;
}
#sidemenu a {
    text-decoration: none;
    color: #000000;
}
#sidemenu a:hover {
    text-decoration: underline;
}
#content {
    float: right;
    margin: 42px 3px 3px 3px;
}
#sidetop {
    padding-left: 3px;
    padding-top: 3px;
    height: 35px;
    background-color: #000000;
    width: 100%;
    position: fixed;
    z-index: 99;
}
#sidetop p {
    text-align: right;
    margin: 0px;
}

.order-horizontal {
    float: left;
    background-image: url('../img/arrow_hor.png');
    width: 20px;
    height: 20px;
    margin-top: 4px;
}
.order-horizontal a {
    display: block;
    width: 10px;
    height: 20px;
    text-decoration: none;
}
.order-vertical {
    float: left;
    background-image: url('../img/arrow_vert.png');
    width: 20px;
    height: 20px;
    margin-top: 4px;
}
.order-vertical a {
    display: block;
    width: 20px;
    height: 10px;
    text-decoration: none;
}


.imagelist {
    padding: 3px;
    border: 1px solid #f3d8d8;
}
.img_selected {
    border: 1px solid #cc0000 !important;
}


.admin-form-li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    /*max-width: 500px;*/
}
.admin-form li{
    margin: 0px;
    padding: 0px;
}
.admin-li-caption {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 1px;
    border-bottom-color: #efefef;
    border-bottom-style: solid;
}
.admin-li-label {
    font-weight: bold;
    padding: 3px 0px 3px 0px;
}
.admin-li-input {
    padding-left: 20px;
}
.admin-li-submit {
    margin-top: 10px;
    text-align: right;
}
.admin-form-help {
    margin:  5px 0px 0px 0px;
    font-size: 10px;
    color: #AAAAAA;
    text-align: right;
}
.admin-msg-err {
    margin: 10px 10px 0px 10px;
    padding: 10px;
    border: 2px solid #C27A7E;
    background-color: #FEEEEF;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 6px;
}
.admin-msg-ok {
    margin: 10px 10px 0px 10px;
    padding: 10px;
    border: 2px solid #90C28F;
    background-color: #CDFFCC;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
}
.ui-accordion-content ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.ui-accordion-content ul li {
    margin: 0px;
    padding: 0px;
}
.ui-accordion-content ul li a:hover {
    text-decoration: underline;
}
.admin-datatable {
    width: 100%;
    background-color: #AAAAAA;
}
.admin-datatable thead td {
    text-align: center;
    background-color: #efefef;
    font-weight: bold;
}
.admin-datatable tbody td {
    background-color: #ffffff;
    margin: 1px;
    padding: 2px;
}

.deleted-data {
    color:#CC0000;
    text-decoration:line-through;
}

.info-box {
    padding: 5px;
    margin-top: 15px;
    border: 1px solid #969696;
    background-color: #E4E5F0;
    background-image: url('../img/infoboxbg.jpg');
    background-repeat: repeat-x;
    text-align: left;
    font-size: 14px;
    border-radius: 4px;
}
.info-box p {
    margin: 5px 5px 5px 0px;
}
#message-bar {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 70px;
    margin: 0px auto;
    background-color: #615656;
    display: none;
    padding: 1px;
    z-index: 999;
}
#message-bar h3 {
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    margin-top: 22px;
}


#image-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#image-list li {
    list-style: none;
    display: inline-block;
}

.cp_button_confirm {
    /*background: url('./hot-sneaks/images/ui-bg_diagonals-small_75_ccd232_40x40.png') !important;*/
}
.cp_button_cancel {
    /*background: url('./hot-sneaks/images/ui-bg_diagonals-small_40_db4865_40x40.png') !important;*/
}
.cp_datatable {
    background-color: #dddddd;
}
.cp_datatable thead tr {
    text-align: center;
    background-color: #efefef;
}
.cp_datatable tbody tr:nth-child(odd) {
    background-color: #ffffff;
}
.cp_datatable tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

/** Content lang selector **/
.contentedit-wrapper {
    background-color: #f9f9f9;
    margin: -12px -20px 0px -20px;
}
.contentedit-wrapper-headline {
    height: 35px;
    padding-left: 10px;
    padding-top: 2px;
    border: 1px solid #4297d7;
    background: #5c9ccc url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    content: "";
    border-collapse: collapse;
}
.contentedit-wrapper-headline h2 {
    color: #ffffff;
    font-size: 15px;
    font-weight: normal;
}
.contentedit-wrapper-flags {
    text-align: center;
}
.contentedit-citem {
    padding: 10px;
    border-bottom: 1px solid #cfcfcf;
}
.contentedit-citem-ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.contentedit-citem-ul li {
    display: inline;
}
.contentedit-citem-ul-p {
    color: #9e9e9e;
    font-size: 10px;
    margin-left: 5px;
}
.contentedit-selectedlang {
    width: 45px;
    height: 33px;
    padding-left: 5px;
    margin: 2px 5px 0px 0px;
    background-image: url('../img/flag-tab.png');
    float: left;
}
.contentedit-unselectedlang {
    width: 45px;
    height: 33px;
    padding-left: 5px;
    margin: 2px 5px 0px 0px;
    float: left;
}
.seoedit-selectedlang {
    width: 45px;
    height: 33px;
    padding-left: 5px;
    margin: 2px 5px 0px 0px;
    background-image: url('../img/flag-tab.png');
    float: left;
}
.seoedit-unselectedlang {
    width: 45px;
    height: 33px;
    padding-left: 5px;
    margin: 2px 5px 0px 0px;
    float: left;
}
.publicedit-selectedlang {
    width: 45px;
    height: 33px;
    padding-left: 5px;
    margin: 2px 5px 0px 0px;
    background-image: url('../img/flag-tab.png');
    float: left;
}
.publicedit-unselectedlang {
    width: 45px;
    height: 33px;
    padding-left: 5px;
    margin: 2px 5px 0px 0px;
    float: left;
}
/** Content lang selector **/
.ui-autocomplete-input { 
    width: 260px;
}
.custom-combobox {
    position: relative;
    display: inline-block;
}
.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    /* support: IE7 */
    *height: 1.7em;
    *top: 0.1em;
}
.custom-combobox-input {
    margin: 0;
    padding: 0.3em;
}


.filterpanel {
    display: none;
    border: 1px solid #d4ccb0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
    background-color: #ffffff;
}
.filterpanel table {
    width: 100%;
}
.filterpanel ul li {
    display: inline;
}
.filterpanel div {
    display:inline;
}
.filterpanel div p {
    display:inline;
    font-size: 10px;
}
.filterpanel div span input,.filterpanel div span select {
    float: right;
    font-size: 10px;
    width: 80px;
}
.filter-panel {
    width: 25px;
    height: 25px; 
    background-image: url('../img/filterpanel.png');
    float: right;
    margin-top: 2px;
    cursor: pointer;
}
.filter-reset {
    width: 25px;
    height: 25px; 
    background-image: url('../img/filter.png');
    float: right;
    margin-top: 2px;
    cursor: pointer;
}
.filter-reset:hover {
    background-image: url('../img/filter-hover.png');
}

.erdeklodes-micon {
    width: 34px;
    height: 34px;
    background-image: url('../img/erdeklodesek_menuicon.png');
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    float: left;
    margin-right: 10px;
    position: relative;
    bottom: 4px;
}
.reklamacio-micon {
    width: 34px;
    height: 34px;
    background-image: url('../img/reklamaciok_menuicon.png');
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    float: left;
    margin-right: 10px;
    position: relative;
    bottom: 4px;
}
.uzletkoto-micon {
    width: 34px;
    height: 34px;
    background-image: url('../img/uzletkotok_menuicon.png');
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    float: left;
    margin-right: 10px;
    position: relative;
    bottom: 4px;
}
.rendeles-micon {
    width: 34px;
    height: 34px;
    background-image: url('../img/rendelesek_menuicon.png');
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    float: left;
    margin-right: 10px;
    position: relative;
    bottom: 4px;
}
.szerelo-micon {
    width: 34px;
    height: 34px;
    background-image: url('../img/szerelok_menuicon.png');
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    float: left;
    margin-right: 10px;
    position: relative;
    bottom: 4px;
}
.gyartas-micon {
    width: 34px;
    height: 34px;
    background-image: url('../img/gyartas_menuicon.png');
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    float: left;
    margin-right: 10px;
    position: relative;
    bottom: 4px;
}
.ugyfel-micon {
    width: 34px;
    height: 34px;
    background-image: url('../img/ugyfelek_menuicon.png');
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    float: left;
    margin-right: 10px;
    position: relative;
    bottom: 4px;
}
.beallitas-micon {
    width: 34px;
    height: 34px;
    background-image: url('../img/settings_menuicon.png');
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    float: left;
    margin-right: 10px;
    position: relative;
    bottom: 4px;
}
/*.ui-icon-triangle-1-e {
    background-image:url('../img/settings_menuicon.png') !important;
    width: 30px !important;
    height: 30px !important;
    background-position: 0px 0px !important;
}
.ui-accordion-header-icon {
    margin-left: -10px !important;
    margin-top: -20px !important;
}
.ui-accordion-header-icon {
    height: 33px !important;
}*/
.filter_text input {
    height: 16px;
    width: 150px !important;
}
.filter_select select {
    height: 22px !important;
    width: 154px !important;
    font-size: 14px !important;
}
.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index:1000 !important;
}
.toolbtn{
    border:none;
    cursor:pointer;
    width:50px;
    height:53px;
    margin-right:5px;
}

.btntorles{ background:url(../img/btn_torles.png) no-repeat top center !important; }

.btnradir{ background:url(../img/btn_radir.png) no-repeat top center !important; }
.btnradir_aktiv{ background:url(../img/btn_hover_radir.png) no-repeat top center !important; }

.btnkor{ background:url(../img/btn_kor.png) no-repeat top center !important;   }
.btnkor_aktiv{ background:url(../img/btn_hover_kor.png) no-repeat top center !important; }

.btnnegyzet{ background:url(../img/btn_negyzet.png) no-repeat top center !important; }
.btnnegyzet_aktiv{ background:url(../img/btn_hover_negyzet.png) no-repeat top center !important; }

.btnceruza{ background:url(../img/btn_ceruza.png) no-repeat top center !important; }
.btnceruza_aktiv{ background:url(../img/btn_hover_ceruza.png) no-repeat top center !important; }

.btnvonal{ background:url(../img/btn_vonal.png) no-repeat top center !important; }
.btnvonal_aktiv{ background:url(../img/btn_hover_vonal.png) no-repeat top center !important; }

#desktop {
    padding-top: 40px;
}

.paperpile {
    width: 255px;
    overflow-x: hidden;
    overflow-y: scroll; 
}

#offercolumntab a {
    outline: none;
    font-size: 11px !important;
}
.planer-orderbox {
    border: 1px solid #898989;
    margin: 2px;
    padding: 2px;
    font-size: 10px;
}
.discussed-order {
    border: 3px solid #31b4e3 !important;
}
.orderbox-content {
    width: 198px;
    float: left;
}
.planer-orderbox-icons {
    width: 20px;
    float: right;
}
.planer-orderbox-mapcanvas {
    margin-top: 5px;
    width: 770px;
    height: 370px;
}
/*.planer-orderbox-mapcanvas .gm-style-iw {
    width: 200px;
    height: 60px;
}*/
.planer-marker {
    cursor: pointer;
}
.planer-orderbox-mapcanvas .gm-style-iw p {
    margin: 5px;
}
#planer-search-box {
    padding: 5px 5px 0px 5px;
}
#planer-search {
    width: 245px;
}
#planer-date-search {
    width: 245px;
}
#planer-calendar {
    float: right;
}
#planer-calendar h3 {
    margin: 2px;
    text-align: center;
    font-size: 14px;
}
#planer-calendar table {
    font-size: 12px;
}
#planer-calendar-body {
    overflow-x: hidden;
    overflow-y: scroll;  
}
#planer-calendar-body table tr td {
    vertical-align: top;
}
.planer-calendar-iconbox {
    width: 20px;
    float: right;
}
.planer-calendar-iconbox img {
    cursor: pointer;
}
.planer-calendar-contentbox {
    float: left;
    width: 140px;
    font-size:10px;
}


#statement-calendar select {
    font-weight: normal !important;
    font-size: 12px !important;
}
.statement-statistic {
    width:100%;
    background: #272822;
    font-size: 10px;
}
.statement-statistic tr td {
    background: #ffffff;
    vertical-align: top;
}
.statistic-event {
    padding: 5px;
    border: 1px solid #272822;
}
.statistic-event span {
    /*display: block;*/
    font-size: 10px;
}
.complaint {
    color: #ff0000;
}
.dependentcell {
    color: #f846c4;
}

.takeoveredassemblerschedulerorder td {
    border: 3px solid #3F3F3F !important;
}


/**
    TASK MANAGING
**/

.removesubtask,
.removeorderitem {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    /*background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #dfc6ba),
        color-stop(1, #b89e92)
    );
    text-decoration: none;
    background-image: -o-linear-gradient(bottom, #dfc6ba 0%, #b89e92 100%);
    background-image: -moz-linear-gradient(bottom, #dfc6ba 0%, #b89e92 100%);
    background-image: -webkit-linear-gradient(bottom, #dfc6ba 0%, #b89e92 100%);
    background-image: -ms-linear-gradient(bottom, #dfc6ba 0%, #b89e92 100%);
    background-image: linear-gradient(to bottom, #dfc6ba 0%, #b89e92 100%);*/
}

/**
    COMMENT BUBBLES
**/

.commentbubble:first-child {
    margin-top: 10px !important;
}
.commentbubble:last-child {
    margin-bottom: 10px !important;
}
.newcomment {
    font-style: normal !important;
    font-weight: 600 !important;
}

#comments p {
    padding:0px;
    margin:0px;
    font-size: 12px;
}

#comments .outmessage {
    border: 2px solid #0d5874;
    -webkit-border-radius: 10px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-bottomleft: 0;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    background: #bbcad0;
    position: relative;
    margin: 0px 0px 0px 20px;
    width: 300px;
    min-height: 50px;
    padding:5px 65px 5px 5px;
    color: #4c4c4c;
    font-style: italic;
}
#comments .outmessage p {
    color: #4c4c4c;
    padding: 0px;
    margin: 0px;
}
#comments .outmessage .bubblearrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 12px 0 0;
    border-color: #0d5a74 transparent transparent transparent;
    line-height: 0px;
    _border-color: #0d5a74 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    bottom: -22px;
    left: -2px;
}
#comments .outmessage .innerbubblearrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 12px 0 0;
    border-color: #bbcad0 transparent transparent transparent;
    line-height: 0px;
    _border-color: #bbcad0 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    left:2px;
    bottom:7px;
}

#comments .outmessage.admincomment .bubblearrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 14px 0 0;
    border-color: #0d5a74 transparent transparent transparent;
    line-height: 0px;
    _border-color: #0d5a74 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    bottom: -22px;
    left: -2px;
}
#comments .outmessage.admincomment .innerbubblearrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 14px 0 0;
    border-color: #bbcad0 transparent transparent transparent;
    line-height: 0px;
    _border-color: #bbcad0 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    left:2px;
    bottom:7px;
}

#comments .outmessage .userbox {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 60px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #0d5874 url('../img/white_in.png') no-repeat center center;
}

#comments .inmessage {
    border: 2px solid #e4eaec;
    -webkit-border-radius: 10px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-bottomright: 0;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    background: #8da6af;
    position: relative;
    margin: 0px 20px 0px 0px;
    margin-left: 50px;
    width: 300px;
    min-height: 50px;
    padding: 5px 5px 5px 65px;
    color: #4c4c4c;
    font-style: italic;
}
#comments .inmessage p {
    color: #4c4c4c;
    padding: 0px;
    margin: 0px;
}
#comments .inmessage .bubblearrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 20px 0;
    border-color: transparent #e4eaec transparent transparent;
    line-height: 0px;
    _border-color: #000000 #e4eaec #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    bottom: -22px;
    right: -2px;
}
#comments .inmessage .innerbubblearrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 20px 0;
    border-color: transparent #8da6af transparent transparent;
    line-height: 0px;
    _border-color: #000000 #8da6af #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    right:-10px;
    bottom:-14px;
}
#comments .inmessage .userbox {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 60px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background: #e4eaec url('../img/blue_out.png') no-repeat center center;
}

.admincomment {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(13, 88, 116, 1);
    -moz-box-shadow:    0px 0px 30px 0px rgba(13, 88, 116, 1);
    box-shadow:         0px 0px 30px 0px rgba(13, 88, 116, 1);
}

/**
    COMMENT BUBBLES
**/

.table-tasks tbody tr.unreaded {
    font-weight: bold;
}
.table-tasks tbody tr.expired td:nth-child(4) {
    color: #f65b5c;
}




.table-tasks .DataTables_sort_icon {
    margin-top: -15px;
}
.table-tasks tbody tr td:last-child {
    text-align: center;
}
#middlemenu a {
    text-decoration: none !important;
}


.middle-module-tasks .ui-accordion-content li {
    overflow: hidden;
}
.middle-module-tasks .ui-accordion-content a {
    white-space: nowrap;
    display: block;
}
.middle-module-tasks .ui-accordion-content a {
    background: url('../img/red_square_icon.png') no-repeat left center;
    padding-left: 15px;
}
.middle-module-tasks .ui-accordion-content a.active {
    background: url('../img/green_square_icon.png') no-repeat left center !important;
    padding-left: 15px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #333;
    border: 1px solid #abadb3 !important;
    padding: 2px !important;
}
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #333;
    border: 1px solid #abadb3 !important;
    padding: 2px !important;
}

.add-plus-icon {
    cursor: pointer;
    width: 20px;
}

.stckm {
    width:40px;
}

.gowrong {
    color: #ffffff;
    background: #9d0003;
}

.inv {
    display: none;
}