/*
*   Default
*/
::selection {
    background-color: #e13300;
    color: white;
}
::moz-selection {
    background-color: #e13300;
    color: white;
}
::webkit-selection {
    background-color: #e13300;
    color: white;
}

html, body {
    height: 100%;
	-webkit-font-smoothing: antialiased;
}

body {
    background: #ffffff none repeat scroll 0 0;
    color: #4f5155;
    display: table;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 100;
    margin: 0;
    padding: 0;
    width: 100%;
}

i {
    font-size: 26px;
}

select,
input {
  border: 1px solid #ccc;
  padding: 2px 4px;
}

input[disabled="disabled"] {
    background-color: #F8F8F8;
}

.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.content {
    display: inline-block;
    text-align: left;
}

.title {
    font-size: 96px;
}

.nopadding {
   padding: 0 !important;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*body.main {
    background: #fff url("../images/design/felkialtojel.jpg") no-repeat scroll 0 bottom;
}*/

body.main {
    background: #fff none repeat scroll 0 0;
    position: relative;
}

.decoration {
    background: #fff url("../images/design/sign-top.jpg") no-repeat scroll left top;
    height: 500px;
    left: 0;
    position: absolute;
    top: 0;
    width: 150px;
}

a {
    color: #003399;
    background-color: transparent;
    font-weight: normal;
}

h1 {
    color: #444444;
    background-color: transparent;
    border-bottom: 1px solid #d0d0d0;
    font-size: 19px;
    font-weight: normal;
    margin: 0 0 14px 0;
    padding: 14px 15px 10px 15px;
}

h2 {
    color: #444444;
    background-color: transparent;
    border-bottom: 1px solid #d0d0d0;
    font-size: 15px;
    font-weight: normal;
    margin: 0 0 14px 0;
    padding: 14px 10px 10px 15px;
}

code {
    font-family: Consolas, Monaco, Courier New, Courier, monospace;
    font-size: 12px;
    background-color: #f9f9f9;
    border: 1px solid #d0d0d0;
    color: #002166;
    display: block;
    margin: 14px 0 14px 0;
    padding: 12px 10px 12px 10px;
}

input, textarea, select, button {
  width : 150px;
  margin: 0;

  -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
     -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
          box-sizing: border-box;
}

*:focus, *:hover {
    outline: 0;
}

#body {
    margin: 0 15px 0 15px;
}

p.footer {
    text-align: right;
    font-size: 11px;
    border-top: 1px solid #d0d0d0;
    line-height: 32px;
    padding: 0 10px 0 10px;
    margin: 20px 0 0 0;
}

/*#container {
    background: rgba(0, 0, 0, 0) url("../images/design/logo.png") no-repeat scroll 10px 10px;
    padding: 110px 10px 10px;
    -webkit-box-shadow: 0 0 8px #d0d0d0;
}*/

#container {
}

input.small {
    font-size: 11px;
    height: 1.2em;
}
table.szamlaadat {
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
}
table.szamlaadat th {
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    padding: 2px 5px;
}
table.szamlaadat td {
    text-align: left;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    padding: 2px 5px;
}

table.szamlaadat th:last-of-type,
table.szamlaadat td:last-of-type {
    border-right: 1px solid #000;
}

.block {
    display: block;
}

.icon {
    font-size: 24px;
    cursor: pointer;
}

.hidden {
    visibility: none;
    display: none;
}

.show {
    visibility: visible;
    display: inline;
}

/*
*   Clearfix
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*
*   Login
*/
input, textarea, select {
   -webkit-appearance: none;
   -webkit-border-radius: 0;
}

.login form {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d9d9d9;
    box-shadow: 0 0 5px #d9d9d9;
    font-weight: normal;
    margin-left: 0;
    margin-top: 20px;
    overflow: hidden;
    padding: 26px 24px 46px;
}

.login label {
    color: #777;
    font-size: 14px;
}

.login .login-act {
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.login .error {
    border-left: 4px solid #dd3d36;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 0 12px;
}

.login #altlink {
    text-align: center;
}

#main_login > div#center {
    width: 320px;
}

#login-content input {
    border: 1px solid #aaaaaa;
    color: #aaaaaa;
    font-size: 14px;
    outline-color: #74c043;
    padding: 5px;
    width: 100%;
}

#login-content input:focus {
    color: #505152;
}

#login-content input[type="submit"] {
    color: #fff;
    padding: 0;
    width: 100%;
    border: 0;
    font-weight: bold;
}

.login-head-inner {
    background: rgba(0, 0, 0, 0) url("../images/design/logo.png") no-repeat scroll center center;
    height: 122px;
    text-align: center;
    width: 100%;
}

.button {
    height: 30px;
    padding: 3px 12px 3px 12px;
    background: #74c043 none repeat scroll 0 0;
    border: 0;
    color: white;
    vertical-align: middle;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
}

/*
*   Menu
*/
.menu {
    float: right;
    margin: 10px;
}
.menu a {
    color: grey;
    text-decoration: none;
}
.menu a:hover {
    color: #74c043;
}
.menu ul {
    margin: 0;
    padding: 0;
}
.menu li {
    list-style: none;
    display: inline;
}
.menu li::after {
    content: " | ";
}
.menu li.last::after {
    content: "";
}

.text-right {
    font-size: 16px;
}

.right {
    text-align: right;
}

/*
*   Main
*/
body.main #container h1 {
    display: none;
}

.main input,
.main textarea,
.main select,
.main button {
    outline: none;
}

.main .row {
    margin: 4px 0;
}

.main .row label {
    display: block;
    float: left;
    width: 200px;
}

.main .information .row > label {
    float: none;
    /*font-size: 16px;*/
    font-weight: bold;
    margin-bottom: 5px;
}

.main .information .row select {
    margin: 5px 0;
}

.main .invoice_items {
    margin: 20px 0;
}

.main .invoice_items label {
    display: block;
    float: none;
    width: auto;
}

.main .row > input {
    border: 1px solid silver;
    position: relative;
    width: 200px;
}

.operation .row > input[type="button"] {
    height: 25px;
}

.main .row > input[type="checkbox"] {
    width: 16px;
}

.main .invoice_items .row > input[type="checkbox"] {
    display: block;
    margin: 12px auto 0;
    width: 16px;
    height: 16px;
}
.main .row > select {
    /*width: 206px;*/
    width: auto;
}
.main .row textarea, .main .row input {
    box-sizing: border-box;
    font-weight: normal;
}
.main .row textarea {
    border: 0px none;
    border-bottom: 1px solid silver;
    width: 325px;
    resize: none;
    display: block;
}
.main .comment .row div > textarea {
    height: auto;
    width: 420px;
    resize: none;
}

.main .row.ion {
    padding-top: 10px;
}

.main .row.ion i {
    font-size: 23px;
}

.main .invoice_items .row.ion-menu {
  vertical-align: super;
  margin: 0;
  width: 25px;
  text-align: center;
}

.main .row.ion-menu i {
  color: silver;
}

.main .row.ion-menu a:hover i {
  color: #74c043;
}

.main .ion i.ion-plus-circled {
    color: #74c043;
}
.main .ion i.ion-minus-circled {
    color: #eb3124;
}

.main .seller,
.main .customer {
    float: left;
    margin-right: 70px;
    /*width: 50%;*/
}

.main .reader .row,
.main .comment .row,
.main .invoice_parameters .services {
    margin: 20px 0;
}

.main .invoice_parameters .services label {
    width: auto;
}

.main .invoice_items .row {
    display: inline-block;
    margin: 5px;
    vertical-align: text-bottom;
}

.invoice_items > div:first-child > div:last-child {
    /*margin-top: 30px;*/
}

.main .invoice_items label {
    display: block;
    float: none;
    width: auto;
}

.main .invoice_items > div {
    clear: both;
}

.main .invoice_items label {
    display: none;
}

.main .invoice_items .row > input {
    height: 20px;
}

/*.main .invoice_items .row:first-child > input,
.main .invoice_items .row:first-child > textarea {
    border-left: 1px solid silver;
}

.main .invoice_items .row:nth-last-child(2) textarea {
    border-right: 1px solid silver;
}*/

.main .invoice_items #invoice_row_1 label {
    display: block;
}

.main .invoice_items .row > input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color silver;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    width: auto !important;
}

.main .displayInformation {
    min-height: 40px;
    margin-left: 200px;
}

/*.row.CompletionDate,
.row.InvoiceDate,
.row.DueDate {
    color: #74c043;
}*/

.actions .ion-plus-circled {
    color: #74c043;
}

.actions > .row {
    /*float: left;*/
    margin: 0;
}

.actions > .row a {
    display: block;
}

.actions .row .button {
    margin: 4px 2px;
    padding: 5px;
    border: none;
}

.main button,
.main input[type="reset"],
.main input[type="button"],
.main input[type="submit"] {
    width: auto;
    background-color: #86BC56;
    color: #FFF;
    border: 1px solid #86BC56;
    vertical-align: unset;
}

button.button {
    height: auto;
    margin-left: 5px;
}

#btngen.button,
.button.grey {
    background-color: grey;
}

#btnlock.button,
.button.blue {
    background-color: dodgerblue;
}

#btngendoc.button,
.button.orange {
    background-color: orangered;
}

#docsnew.button,
.button.fire {
    background-color: firebrick;
    margin-left: 6px;
}

#docs a {
    display: inline;
    text-align: center;
    text-decoration: none;
}

#docs a div {
    height: 100%;
}

.button > span {
    vertical-align: middle;
}

#nav .information .inputs > div {
    display: block;
}
.information .inputs > div {
    display: none;
}
.information .inputs > div:first {
    display: block !important;
}

.nonfloat {
    float: none !important;
}

table.nav th,
table.nav td {
    padding: 5px;
}

.navquery > div {
    float: left;
    margin: 11px 11px 11px 0;
}

.navquery select {
    height: 27px;
    width: 190px;
}

.carr_name {
    font-weight: bold;
}

/*
*   DataPicker
*/
.picker__date-display {
    background-color: #74c043;
}

.picker__weekday-display {
    background-color: #505152;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
    background-color: #74c043;
}

.picker__nav--prev:hover,
.picker__nav--next:hover,
button.picker__today:focus,
button.picker__clear:focus,
button.picker__close:focus {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

/* Sidebar start */
#sidebar {
    background: #4f5155 none repeat scroll 0 0;
    bottom: 0;
    display: block;
    left: 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 1000;
}

#sidebar.width {
   height: auto;
   -webkit-transition: width 0.35s ease;
   -moz-transition: width 0.35s ease;
   -o-transition: width 0.35s ease;
   transition: width 0.35s ease;
   /*width: auto;*/
}

/*.nav-sidebar {
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -21px;
}*/

.nav {
    height: 100%;
}

.nav a {
    color: #ffffff;
    text-decoration: none;
    outline: none;
}

.nav > li {
    display: block;
    font-size: 14px;
    position: relative;
}

.nav-sidebar > li > a {
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    color: #fff;
}
.nav-sidebar > li > a:hover,
.nav-sidebar > li > a:focus {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    color: #fff;
}

.nav > li > a {
    display: block;
    min-width: 220px;
    outline: medium none;
    padding: 10px 15px 15px 10px;
    position: relative;
    text-align: left;
}

.nav > li.company-info {
    bottom: 0;
    color: white;
    font-size: 12px;
    padding: 5px;
    position: absolute;
}

.logo img {
    height: 100%;
    max-width: 254px;
    padding: 8px;
    width: 100%;
}

.nav .sub-item {
    padding: 0;
}

.nav .sub-item > li {
    color: white;
    list-style: outside none none;
    padding: 10px 0 10px 20px;
}

.nav .sub-item > li:hover,
.nav .sub-item > li.active {
    background-color: rgba(0, 0, 0, 0.2);
}

.nav .sub-item > li a {
    display: block;
}

/* Sidebar end */

/* Header start */
header {
    border-bottom: 1px solid #d9d9d9;
    height: 49px;
    width: 100%;
    box-shadow: 0 0 5px #d9d9d9;
    -moz-box-shadow: 0 0 5px #d9d9d9;
    -webkit-box-shadow: 0 0 5px #d9d9d9;
}

header div {
    position: relative;
    top: 20%;
}

header img {
    vertical-align: text-top;
}

ul.dash-info i {
    font-size: 14px;
}

ul.dash-info i.ion-ios-keypad {
    font-size: 26px;
    vertical-align: middle;
}

ul.dash-info {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

ul.dash-info > li {
    cursor: pointer;
    /*display: inline;*/
    /*padding: 0 10px;*/
}

.main select.add_days {
    width: 60px;
}

#dash-page > span {
    font-size: 14px;
    padding-left: 15px;
    text-transform: uppercase;
    vertical-align: text-top;
}

.dash-info .dropdown-menu {
    border-radius: 0;
    border-top: 0 none;
    float: right !important;
    padding: 0;
    position: absolute;
    right: 0;
    top: 36px;
}

.dash-info .dropdown-item {
    font-family: 'Open Sans';
    font-weight: 200;
}

#status {
    padding: 15px;
}

/* Header end */


/* Content Start */
.content {
    padding: 15px 0;
    width: 100%;
}

.box {
    font-size: 14px;
    border-bottom: 1px solid #d9d9d9;
    box-shadow: 0 0 5px #d9d9d9;
    padding: 5px;
}

.box .title {
    border-bottom: 1px solid #f5f5f5;
    cursor: all-scroll;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    text-align: left;
}

.box .content {
    padding: 5px;
    text-align: left;
}
/* Content End */

/* Table Start */
.dataTables_wrapper {
    margin: 30px 0;
}
table {
    font-size: 12px;
}
table td {
    text-align: center;
}
tbody .address i {
    font-size: 14px;
}
tbody .address > div {
    display: inline-block;
}
tbody.address > div[data-tip]::after {
    left: -4em;
}
td i:hover {
    color: #74C043;
    cursor: pointer;
}
tr.details {
    cursor: default;
}
td.details-control::after {
    font-family: Ionicons;
    font-size: 18px;
    color: #2cb02d;
    content: "";
    cursor: pointer;
}
tr.details td.details-control::after {
    color: red;
}
td.row-child {
    text-align: left;
}
td.row-child h2 {
    padding: 14px 0 7px;
}
td.row-child .left {
    float: left;
    width: 64%;
}
td.row-child .right {
    float: right;
    width: 35%;
}
td.row-child ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
td.row-child li {
    margin-bottom: 10px;
}
td.row-child li.download {
    margin-bottom: 0;
}
td.row-child li > div {
    float: left;
}
td.actions-control {
    cursor: pointer;
    position: relative;
}
td.actions-control i {
    font-size: 22px;
}
td.actions-control:hover {
    color: #74C043;
}
td.actions-control .dropdown-menu {
    float: right;
    position: absolute;
    right: 120px;
    top: -25%;
}
table tbody tr.details,
table tbody tr.details a,
table tbody tr.details div,
table tbody tr.details td,
table tbody tr.details:hover,
table tbody tr.details:hover a {
    background-color: #4ea01a !important;
    color: white !important;
    font-weight: bold;
}
table tbody tr.details a:hover {
  color: #4f5155 !important;
}
tr.details i,
tr.details td.details-control::after {
    color: white;
}
tr.details td i:hover,
tr.details td.details-control::after {
    color: #4F5155;
}
tr.details td.align-left {
    vertical-align: top;
}
td.gross-value,
td.invoice-number {
    font-size: 14px;
    font-weight: bold;
}
td.invoice-number a {
    font-weight: bold;
    text-decoration: none;
    color: #4ea01a;
}
td.invoice-number a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #4f5155;
}
td.customerName,
td.customerName a {
    text-align: left;
    font-weight: bold;
    text-decoration: none;
    color: #4f5155;
}
.customerName .address {
    font-size: 10px;
}
table.dataTable table.items,
table.dataTable table.notif {
    width: 100%;
}
table.dataTable table.items tr,
table.dataTable table.notif tr,
table.dataTable table.items tr th,
table.dataTable table.notif tr th {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    padding: 2px 10px;
}
table.dataTable table.items tr td {
    padding: 2px 10px;
    text-align: left;
}
table.dataTable.hover tbody tr.row-child:hover,
table.dataTable.display tbody tr.row-child:hover,
table.dataTable.hover table.items tr,
table.dataTable.hover table.notif tr,
table.dataTable.display table.items tr,
table.dataTable.display table.notif tr {
    background: transparent none repeat scroll 0 0;
}
table.notif td {
    text-align: left;
}
/* Table End */

/* DataTables Start */
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: black !important;
}
.dataTables_wrapper .dataTables_length select {
    width: 100px;
}
.dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: left;
}
.dataTables_wrapper .dataTables_length {
    float: right;
    text-align: right;
}
/*table.dataTable.display tbody tr > div,
table.dataTable.order-column.stripe tbody tr > div {
    background-color: transparent !important;
}*/
/* DataTables End*/

/* Custom-menu Start */
.custom-menu {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #333;
    display: none;
    font-family: sans-serif;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    z-index: 1000;
}
.custom-menu li {
    padding: 8px 12px;
    cursor: pointer;
}
.custom-menu li:hover {
    background-color: #74c043;
    color: white;
}
/* Custom-menu End */

/* Tooltip */
*[data-tip]:hover {
    cursor: default;
}
/*[data-tip] {
	position:relative;
}
[data-tip]::before {
    border-bottom: 5px solid #1a1a1a;
    content: "";
    display: none;
    font-size: 0;
    height: 0;
    left: 44%;
    line-height: 0;
    position: absolute;
    top: 32px;
    width: 0;
    z-index: 8;
}
[data-tip]::after {
    background: #1a1a1a none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    content: attr(data-tip);
    display: none;
    font-size: 0.9em;
    height: auto;
    left: 2.5em;
    line-height: 18px;
    padding: 5px 8px;
    position: absolute;
    white-space: pre;
    word-wrap: normal;
    z-index: 9;
}
[data-tip]:hover:before,
[data-tip]:hover:after {
	display:block;
}*/
/* Tooltip End */

.green { color: #74C043; }
.green:hover { color: #74C043; }
.red { color: red; }
.red:hover { color: red; }
.align-left { text-align: left; }

.kereses > form {
    display: inline;
}
.kereses > a {
    margin-left: 20px;
    outline: medium none;
    vertical-align: calc(-4px);
}
.invoice_informations {
    padding-top: 25px;
}
.invoice_informations > form {
    margin: 25px 0;
}

.row.input-field > span {
    color: #4f5155;
}

.carrier .row .ion-calendar,
.carrier .row .ion-android-settings {
    cursor: default;
    display: inline-flex;
    font-size: 20px;
    padding-right: 10px;
    vertical-align: text-top;
}

label[data-toggle="collapse"] > b::after {
    content: "  \f394";
    font-family: "Ionicons";
    vertical-align: middle;
}

.invoice_arrow {
    display: inline;
    padding-left: 35px;
}
.invoice_arrow > img {
    height: 27px;
}

#showon_CompletionDate .data_CompletionDate,
#showon_InvoiceDate .data_InvoiceDate {
    display: none;
}

/* NAV */
#nav #container {
    padding: 10px 0 0;
}

.input-field .tooltipster {
    display: inline-block;
    height: 23px;
    vertical-align: bottom;
}

.input-field .tooltipster i {
    display: inline-flex;
    font-size: 23px;
    padding-left: 5px;
}

.custom-menu hr.space {
    margin: 0;
    padding: 0;
}

.content form .row.right {
    float: right;
}
.content .row.right label {
    width: auto;
    display: inline;
    float: none;
}
.content .row.right select {
    width: 100px;
}

.dropdown > div {
    float: right;
}

.main .reader label.billnumber {
    display: inline-flex;
    font-size: 14px;
}

.invoice_parameters label {
    font-weight: bold;
}

.forceButton {
    margin-top: 15px;
}

.row.input-field.PaymentType > div {
    float: left;
}

.row.input-field.PaymentType > input {
    margin-left: 10px;
    width: 40px;
}

/* -- Radio Button Fix -- */
input[type="checkbox"] { -webkit-appearance: checkbox; }
input[type="radio"] { -webkit-appearance: radio; }
input[type="submit"], input[type="button"] { -webkit-appearance: button; }
select { -webkit-appearance:textfield; }
