#tableContainer {
    /*max-width: 1440px;*/
    padding: 20px;
    width: 100%;
    max-width: 1007px !important;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 60px;
}

#searchTable input {
    width: 100%;
}

body {
    background-color: #eeeded;
}

.editable, .editable p {
    font-weight: bold;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

.editable:hover {
    background-color: #FFFBCC;
}

footer {
    z-index: 10;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    color: #1a1c1f;
}

.footer-container {
    vertical-align: top;
    max-width: 1440px;
    margin: auto;
    text-align: center;
}

@media (max-width: 900px) {
    .footer-addres {
        margin: 30px !important;
    }
}

.footer-addres {
    font-size: 14px;
    display: inline-block;
    width: 33%;
    vertical-align: top;
    width: 250px;
    margin: 70px;
}

.footer-mark {
    font-size: 12px;
    text-align: center;
    padding: 10px;
}

.footer {
    background-color: #000;
}

.footer-sep {
    display: none;
    text-align: center;
    width: 100%;
    background-color: #99a6b5;
    height: 40px;
}

.footer-sep-logo {
    display: inline-block;
    margin: 10px;
}

.footer-sep-logo img {
    height: 20px;
}

table.dataTable.stripe tbody tr.even, table.dataTable.display tbody tr.even {
    background-color: #f9f9f9;
}

#searchTable_filter {
    /*float: right;*/
    margin-top: 20px;
    margin-bottom: 0px;
}

.buttons {
    background-color: white;
}

div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTED_Lightbox_Close:after {
    content: "" !important;
    background: url(assets/close.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}

div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTED_Lightbox_Close {
    background-color: white !important;
    overflow: hidden;
}

table.dataTable.stripe tbody>tr.selected, table.dataTable.stripe tbody>tr>.selected, table.dataTable.display tbody>tr.selected, table.dataTable.display tbody>tr>.selected {
    background-color: rgba(255, 186, 131, 0.33) !important;
}

.DTE_Label {
    text-transform: capitalize;
}

.dataTables_length {
    margin-left: 10px;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.ui.table thead tr:first-child>th:last-child {
    border-radius: 0 !important;
}

.ui.table thead tr:first-child>th:first-child {
    border-radius: 0 !important;
}

table.dataTable.table thead th {
    text-transform: capitalize;
    border-bottom: none !important;
}

table.dataTable.dtr-column>tbody>tr>td.control:before, table.dataTable.dtr-column>tbody>tr>th.control:before {
    content: "" !important;
    background: url(../assets/plus.png) no-repeat;
    background-size: contain;
}

table.dataTable.dtr-column>tbody>tr.parent td.control:before, table.dataTable.dtr-column>tbody>tr.parent th.control:before {
    content: "" !important;
    background: url(../assets/minus.png) no-repeat;
    background-size: contain;
}

.authError {
    text-align: justify;
    max-width: 300px;
    margin: auto;
    margin-top: 20px;
    color: #f55959;
}

.authSuccess {
    max-width: 200px;
    margin: auto;
    margin-top: 20px;
    color: #7bd37b;
}

.homeText {
    width: 200px;
    margin: auto;
    font-size: 14px;
    padding: 20px 0;
}

.mdl-textfield {
    width: 200px;
}

.forget {
    margin: auto;
    width: 200px;
    padding: 20px 0;
}

.homeLogo img {
    width: 200px;
}

.ui.compact.table th {
    padding-left: .7em;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    padding-right: .7em;
    text-align: center;
}

#tableScrollContainer {
    width: 100%;
    overflow-x: auto;
}

#searchTable tr {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
}

#searchTable thead tr {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#searchTable tr {
    border-radius: .28571429rem !important;
}

#searchTable td:last-child {
    border-bottom-right-radius: .28571429rem !important;
    border-top-right-radius: .28571429rem !important;
}

#searchTable td:first-child {
    border-bottom-right-radius: .28571429rem !important;
    border-top-right-radius: .28571429rem !important;
    border-bottom-left-radius: .28571429rem !important;
    border-top-left-radius: .28571429rem !important;
}

#searchTable {
    padding-left: 5px;
    padding-right: 5px;
    background-color: transparent !important;
    border-spacing: 0 20px !important;
    max-width: 1007px !important;
    border: none !important;
    border-radius: 0 ! important;
    margin: auto !important;
}

#searchTable td {
    color: rgba(255, 255, 255, 0.89);
    cursor: pointer;
    background-position: center center;
    font-size: 14px;
    background-color: white;
    height: 150px;
    font-weight: bold;
    vertical-align: top;
    padding: 10px;
    text-align: left;
    border-top: 0 !important;
    transition: 1s;
}

#searchTable td:hover {
    background-position: top left !important;
}

.dataName {
    text-transform: uppercase;
    position: relative;
}

.dataPostalCode {
    display: inline-block;
    position: relative;
}

.dataCity {
    display: inline-block;
    position: relative;
}

.dataAdress {
    margin-top: 10px;
    position: relative;
}

.adminBtn {
    margin-bottom: 5px;
}

.adminBtn .mdl-button {
    color: rgba(76, 76, 76, 0.89);
    font-size: 12px;
    text-transform: none;
    text-align: right;
    height: 25px;
    line-height: 25px;
}

.adminBtn .mdl-button.disabled {
    color: rgba(76, 76, 76, 0.29) !important;
    pointer-events: none;
}

.adminBtn.disabled {
    pointer-events: none;
}

.alignLeft {
    text-align: right !important;
    display:none;
}

.tdGradient {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#bf000000', GradientType=0);
    position: absolute;
    /*background-color: rgba(255, 255, 255, 0.6);*/
    z-index: 0;
    width: 1000%;
    height: 100%;
    top: 0px;
    left: 0px;
    pointer-events: none;
}

.tdGradientBottom {
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.0) 25%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.0) 25%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.0) 25%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#bf000000', GradientType=0);
    position: absolute;
    /*background-color: rgba(255, 255, 255, 0.6);*/
    z-index: 0;
    width: 1000%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    pointer-events: none;
}

td.wrapok {
    white-space: normal !important;
}

#searchTable th.wrapok {
    white-space: normal !important;
}

#searchTable thead {
    display: none;
}

.vertex-layout-title {
    display: block;
    position: relative;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 400;
    box-sizing: border-box;
}

#searchTable_length {
    margin-left: 0px !important;
}

td.fullWidth {
    width: 100%;
}

@media screen and (max-width: 768px) {
    #searchTable_filter {
        float: none !important;
        margin-top: 20px !important;
        margin-bottom: 0px !important;
    }
    #searchTable_length {
        margin-left: 0px !important;
    }
}

@media screen and (max-width: 400px) {
    .vertex-layout-title {
        width: 100px;
        font-size: 10px;
        line-height: 10px;
    }
}

@media screen and (min-width: 401px) and (max-width: 768px) {
    .vertex-layout-title {
        width: 200px;
        font-size: 12px;
        line-height: 12px;
    }
}

@media screen and (max-width: 400px) {
    .divTable {
        font-size: 8px !important;
        bottom: 0px !important;
    }
    #searchTable tr {
        font-size: 10px !important;
    }
    .adminBtn .mdl-button {
        padding: 0px !important;
        font-size: 10px !important;
    }
    #searchTable td {
        font-size: 12px;
        height: 100px;
        padding: 5px;
    }
    .dataName {
        font-size: 14px;
    }
    .dataPostalCode {
        line-height: 10px;
    }
    .dataCity {
        font-size: 10px;
        line-height: 10px;
    }
    .dataAdress {
        font-size: 10px;
        line-height: 10px;
    }
}

@media screen and (min-width: 401px) {
    .divTable {
        font-size: 10px !important;
    }
    .adminBtn {
        margin-bottom: 10px;
    }
    .dataName {
        font-size: 18px;
    }
    .dataCity {
        font-size: 14px;
    }
    .dataAdress {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) {
    .adminBtn {
        /*display: inline-block;*/
        /*margin-left: 20px;*/
    }
    .divTable {
        font-size: 14px !important;
    }
    #searchTable td {
        font-size: 16px;
        padding: 20px;
    }
    .dataName {
        font-size: 24px;
    }
    .dataCity {
        font-size: 16px;
    }
    .dataAdress {
        font-size: 16px;
    }
}

.totalParcel {
    display: inline-block;
    font-weight: 100;
    position: relative;
    -webkit-text-shadow: 0px 0px 3px rgba(82, 82, 82, 1);
    -moz-text-shadow: 0px 0px 3px rgba(82, 82, 82, 1);
    text-shadow: 0px 0px 3px rgba(82, 82, 82, 1);
}

.totalParcelSold {
    color: #7bd37b !important;
}

.totalParcelAvailable {
    color: #f5cc59 !important;
}

.divTable {
    table-layout: fixed;
    -webkit-text-shadow: 0px 0px 3px rgba(82, 82, 82, 1);
    -moz-text-shadow: 0px 0px 3px rgba(82, 82, 82, 1);
    text-shadow: 0px 0px 3px rgba(82, 82, 82, 1);
    margin-top: 10px;
    border-radius: .28571429rem;
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    max-width: 250px;
    z-index: 2;
    border-spacing: 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.89);
    /*background-color: #fff;*/
    display: table;
    /*width: 100%;*/
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    display: table-header-group;
}

.divTableCell, .divTableHead {
    display: table-cell;
    padding: 3px 10px;
}

.divTableHeading {
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.font-20 {
    color: #fff;
    -webkit-text-shadow: 0px 0px 3px rgba(82, 82, 82, 1);
    -moz-text-shadow: 0px 0px 3px rgba(82, 82, 82, 1);
    text-shadow: 0px 0px 3px rgba(82, 82, 82, 1);
    font-size: 20px !important;
}

.customHead{
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
    font-size: 20px;
    height: 60px;
    color: #252525;
    font-weight: bolder;
    background-color: cover;
    /*background-image: url(2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;*/
}

/*
@media (max-width: 1000px) {
    .customHead {
        line-height: 100px;
        font-size: 20px;
        height: 100px;
    }
}


@media (min-width: 1001px) {
    .customHead {
        line-height: 200px;
        font-size: 30px;
        height: 200px;
    }
}*/

@media (max-width: 750px) {
    .mdl-navigation {
        display: none;
    }
}

/*
@media (min-width: 751px) {
    .mdl-navigation {
    }
}*/
