* {
    margin: 0;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, SansSerif;
}

body {
    background-color: #eaeaea;
    text-align: center;
    min-width: 1280px;
}

a, button, input[type="button"], input[type="submit"] {
    cursor: pointer;
    font-size: inherit;
    text-align: center;
}

a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.logo {
    display: inline-block;
    border: none !important;
    background-size: contain;
    height: 80px !important;
}

header > .container {
    padding: 0;
}

header {
    background: rgba(255, 255, 255, .95);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, .2);
    font-size: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
}

header + div:nth-child(2) {
    margin-top: 90px;
}

header > * > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

header > * > *:first-child {
    width: 40%;
    text-align: left;
}

header > * > *:last-child {
    width: 60%;
    text-align: right;
}

#header-inputs {
    font-size: 0;
}

#header-inputs > *:not(:last-child) {
    width: 38%;
    margin-right: 2%;
}

#header-inputs > *:last-child {
    width: 20%;
}

.container {
    margin: auto;
    max-width: 1366px;
    padding: 10px;
}

.mini-container {
    width: 40%;
    max-width: 400px;
    padding: 10px;
    margin: auto;
}

.container-inner {
    width: 90%;
    margin: auto;
}

input[type="text"], input[type="password"], textarea {
    border: 1px solid #cccccc;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
}

input[type="text"]:disabled, input[type="text"]:read-only {
    background: rgba(0, 0, 0, .01);
    border: 1px solid #E6E6E6;
}

textarea {
    resize: vertical;
}

.btn {
    border: 1px solid #cccccc;
    padding: 5px 10px 5px 10px;
    background: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background .6s;
    -moz-transition: background .6s;
    -ms-transition: background .6s;
    -o-transition: background .6s;
    transition: background .6s;
}

.btn:hover {
    background: #eaeaea;
}

#btn-log-in {
    background: #eaeaea;
    font-size: 14px;
}

.font-12px {
    font-size: 12px;
}

.margin-t-5px {
    margin-top: 5px;
}

.margin-t-10px {
    margin-top: 10px;
}

.margin-t-15px {
    margin-top: 15px;
}

.margin-b-10px {
    margin-bottom: 10px;
}

.margin-b-15px {
    margin-bottom: 15px;
}

.margin-b-20px {
    margin-bottom: 20px;
}

.margin-b-10px-child > * {
    margin-bottom: 10px;
}

.align-l {
    text-align: left;
}

.align-l-child * {
    text-align: left;
}

.align-c {
    text-align: center;
}

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

.grid-items {
    font-size: 0;
    overflow: hidden;
}

.grid-items > * {
    font-size: 16px;
    position: relative;
    overflow: hidden;
    float: left;
    width: 29.33%;
    height: 240px;
    /*background: rgb(255, 255, 255);
    border: 1px solid #cccccc;*/
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.grid-items > * img {
    position: absolute;
    width: 100%;
    min-height: 100%;
    left: 0;
}

.grid-items > *:not(:nth-child(3n)) {
    margin-right: 4%;
}

.grid-items > *:hover .mask-label {
    background: rgba(0, 0, 0, .8);
}

.mask-label {
    display: block;
    color: #ffffff;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 40px;
    line-height: 40px;
    transition: background .6s;
}

footer {
    text-align: center;
    background: rgba(0, 0, 0, .4);
    color: #ffffff;
    height: 60px;
    line-height: 60px;
}

.footer-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 1280px;
}

.min-height {
    min-height: calc(100vh - 150px);
}

.inline-child > * {
    display: inline-block;
}

.v-middle-child {
    vertical-align: middle;
}

.v-top-td td {
    vertical-align: top;
}

.float-left-child {
    overflow: hidden;
    font-size: 0;
}

.float-left-child > * {
    float: left;
    font-size: 14px;
}

#left-section {
    width: 20%;
    text-align: left;
    margin-right: 5%;
}

#left-section > * {
    background: rgb(255, 255, 255);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px 5px 10px;
    border: 1px solid #cccccc;
}

#content-section {
    width: 75%;
    background: rgb(255, 255, 255);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*padding: 5px 10px 5px 10px;*/
    border: 1px solid #cccccc;
    font-size: 13px;
    text-transform: uppercase;
}

.content {
    overflow-x: auto;
}

.content-table {
    border: none;
    border-collapse: collapse;
    width: 100%;
    background: #ffffff;
}

.content-table th {
    padding: 10px;
}

.content-table th:not(:last-child), .content-table td:not(:last-child) {
    border-right: 1px solid #cccccc;
    word-wrap: break-word;
}

.content-table td {
    padding: 5px 10px 5px 10px;
    text-align: left;
}

.content-table tr {
    background: #ffffff;
}

.content-table tr:nth-child(even) {
    background: #f7f7f7;
}

.child-block > * {
    display: block;
}

.a-child-hover > *:hover {
    text-decoration: underline;
}

table, select {
    width: 100%;
}

table {
    border-collapse: collapse;
}

select {
    font-size: inherit;
}

.row-top tr {
    vertical-align: top;
}

td {
    text-align: right;
    /**padding: 10px;**/
    padding:5px;
}

.child-border > * {
    border: 1px solid #cccccc;
    border-bottom: none;
}

.inner-table {
    border: none;
}

.inner-table td {
    padding: 0;
}

.inner-table td:not(:last-of-type) {
    padding-right: 10px;
}

th {
    text-align: left;
    padding: 10px;
    font-weight: normal;
    vertical-align: top;
}

table tr:nth-child(even) {
    background: #f7f7f7;
}

.td-top td {
    vertical-align: top;
}

.bg-white {
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #cccccc;
}

.bg-white-no-border {
    background: #ffffff;
    border-radius: 3px;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}

ul {
    width: 100%;
}

li {
    font-size: 14px;
}

hr {
    border: 1px solid #cccccc;
    border-bottom: none;
    margin: 5px 0px 5px 0px;
}

.zebra-strip > * {
    padding: 10px;
    background: #ffffff;
}

.zebra-strip > *:nth-child(even) {
    background: #f7f7f7;
}

.zebra-strip-inner {

}

.zebra-strip-inner > * {
    background: #ffffff;
    padding: 3px 10px;
    margin: 0px -10px;
}

.zebra-strip-inner > *:nth-child(odd) {
    background: rgba(0, 0, 0, .04);
}

fieldset {
    border: 1px solid #cccccc;
    text-align: left;
}

legend {
    text-align: left;
}

fieldset > * {
    margin: 5px 0px 10px 0px;
}

.logo {
    background: url("images/logo_art_lewin.jpg") no-repeat;
    display: inline-block;
    background-size: contain;
    border: 1px solid #ccc;
    height: 100px;
    width: 180px;
}

#dialog {
    top: 84px;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    z-index: 9999;
    position: fixed;
    padding: 10px;
    border-radius: 0px 0px 5px 5px;
    background: rgba(255, 255, 255, .95);
    display: inline-block;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .3);
}

#dialog .icon-cross {
    position: absolute;
    right: 10px;
    top: 14px;
    font-size: 12px;
    color: rgba(0, 0, 0, .5);
}

.error {
    color: #CC4300
}

.no-records {
    display: block;
    border-top: 1px solid #cccccc;
    font-size: 16px;
    padding: 20px;
}

.spinner {
    display: inline-block;
    font-size: 36px;
    padding: 20px;
    color: #888888;
    animation-name: spin;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 1s;
}

.heading-input {
    padding: 0px 10px 0px 10px;
    /*border-bottom: 1px solid #eaeaea;*/
}

.heading-input > *:not(:last-child) {
    margin-bottom: 6px;
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#date-range {
    display: none;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

#initial-content {
    padding: 10px;
    background: #ffffff;
}

#progress-container {
    top: 69px;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    z-index: 9999;
    position: fixed;
    padding: 10px;
    border-radius: 0px 0px 5px 5px;
    background: rgba(255, 255, 255, .95);
    display: inline-block;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .3);
}

#progress-bar {
    height: 5px;
    background: rgba(0, 0, 0, .2);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

#progress {
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -ms-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
    position: absolute;
    height: 5px;
    border-radius: 5px;
    background: #3399ff;
}

#progress-done {
    color: #3399ff;
    display: block;
    margin-top: 5px;
}

h1, h2, h3, h4, h5 {
    text-transform: uppercase;
}

.r-l-child * {
    text-align: left;
}

.border-right-bold {
    border-right: 3px solid #8a8a8a;
}

.border-left-bold {
    border-left: 3px solid #cccccc;
}

.border-right {
    border-right: 1px solid #8a8a8a;
}

.border-left {
    border-left: 1px solid #cccccc;
}

.th-bold th {
    font-weight: bold;
}

.pagination {
    display: block;
    background: rgb(255, 255, 255);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px 5px 10px;
    border-top: 1px solid #cccccc;
    font-size: 13px;
}

.pagination > * {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #3399ff;
    color: #3399ff;
    padding: 3px 6px;
    border-radius: 3px;
}

.pagination > *:hover {
    background: #3399ff;
    color: #ffffff;
}

.pagination-current {
    background: #3399ff;
    color: #ffffff !important;
}

.inline {
    display: inline-block;
}

.inner-table-padding td {
    padding: 5px 10px;
}

.all-caps {
    text-transform: uppercase;
}

.all-caps * {
    text-transform: uppercase;
    white-space: nowrap;
}

.popup {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
}

.popup-container {
    display: inline-block;
    background: #fff;
    border-radius: 3px;
    margin-top: 50px;
    width: 300px;
    overflow: hidden;
}

.popup-title, .popup-body {
    padding: 5px 10px;
}

.popup-title {
    font-size: 0;
    background: #f7f7f7;
    border-bottom: 1px solid #ccc;
}

.popup-title > * {
    display: inline-block;
    width: 80%;
    text-align: left;
    font-size: 14px;
    vertical-align: middle;
}
.popup-title > *:last-child {
    width: 20%;
    text-align: right;
    font-size: 12px;
}

.btn-confirm {
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 80px;
}

.btn-confirm:hover {
    background: #f7f7f7;
}

.btn-send {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 80px;
}

.save-first{
	display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 80px;
}

.btn-send:hover,.save-first:hover {
    background: #f7f7f7;
}

.alteration-table-content{
	font-size:13px;
}
table.alteration-table-content tr:nth-child(even){
	background:#ffffff;
}

