@charset "utf-8";
.touch-screen .pc-only,
.touch-screen .btn-pc-only,
.touch-screen .btn-block.btn-pc-only {
    display: none !important;
}

.mobile-only,
.btn-mobile-only {
    display: none !important;
}

.touch-screen .mobile-only,
.touch-screen .mobile-btn-only {
    display: block !important;
}


/*Desktop Responsive Data Table*/

@media only screen and (max-width: 1200px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: none;
    }
    .table-responsive>.table {
        margin-bottom: 0;
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }
    .table-responsive>.table-bordered {
        border: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

@media only screen and (min-width: 2560px) {
    .col-page>.content-body,
    .col-page>.app-body {
        min-height: 1800px;
    }
}

@media only screen and (min-width: 1920px) {
    .col-page>.content-body,
    .col-page>.app-body {
        min-height: 900px;
    }
}

@media only screen and (min-width: 1680px) {
    .col-page>.content-body,
    .col-page>.app-body {
        min-height: 700px;
    }
}

@media only screen and (min-width: 1280px) {
    .well.record-box {
        height: 80px;
    }
}

@media only screen and (max-width: 1279px) {
    .page-title {
        padding: 6px 12px!important;
        width: 100%;
        display: block;
    }
    ul.breadcrumb {
        line-height: 1.5em;
        position: relative;
        text-align: left;
        padding-left: 15px;
        top: 0px;
        right: 0px;
    }
    ul.breadcrumb li {
        font-size: 13px;
    }
    ul.breadcrumb li a {
        font-size: 13px;
    }
    .col-page>.content-body,
    .col-page>.app-body {
        padding: 4px 24px 24px;
    }
}

@media only screen and (max-width: 1200px) {
    .well {
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 1180px) {
    .circle-box {
        width: 160px;
        height: 160px;
        padding-top: 16px;
    }
}

@media only screen and (max-width: 1166px) {
    .legal-wrapper .row .col-md-7,
    .legal-wrapper .row .col-md-5 {
        width: 100%;
    }
    .footer {
        padding-top: 8px;
        line-height: 1.3em;
    }
    .legal-slogan {
        text-align: left;
        display: block;
        margin-top: 8px;
    }
    .footer-badge {
        top: 8px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1300px) {
    .table.table-vertical {
        min-width: 100px;
    }
}


/*.double-day {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.form-text.between:after {
	content: " ";
	width: 30px;
	height: 30px;
	display: block;
	text-align: center;
	margin: 0 auto 0;
	background: url(../images/between.png) no-repeat center center;
}
.duo-box {
	width: 73.5%;
}*/

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .double-day .input-group.date .input-group-addon {
        padding-left: 5px;
        padding-right: 5px;
    }
    .double-day .input-group.date .addon-both+.input-group-addon {
        display: none;
    }
    .double-day .input-group.date .form-control.addon-both {
        border-right: 1px solid #ccc;
        border-radius: 0 3px 3px 0!important;
        padding-left: 2px !important;
        padding-right: 2px !important;
    }
}

@media only screen and (min-width: 1025px) {
    .table-row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 1024px) {
    .btn-hidden {
        display: inline-block;
    }
    .table.table-vertical th {
        /*width: 40% !important;*/
        padding: 8px 16px;
    }
    .table.table-vertical td {
        /*width: 60% !important;*/
        padding: 8px 16px;
    }
    .stacktable.large-only {
        display: none;
    }
    .stacktable.small-only {
        display: table;
    }
    .stacktable {
        border-bottom: 8px solid #fff;
    }
    .stacktable tr {
        background-color: #f6f6f6;
        border-bottom: 1px solid #dbe3db;
        border-bottom: 1px solid rgba(0, 0, 0, .065);
    }
    .stacktable tr:hover {
        background-color: #f6f6f6!important;
    }
    .stacktable tr:last-child {
        border-bottom: none;
    }
    .st-val.text-right,
    .st-val.text-center {
        text-align: left !important;
    }
    .table-button-wrapper {
        width: 100% !important;
        float: none;
        display: block;
    }
    .table-button-wrapper .form-action-float {
        position: relative;
        padding-right: 0;
        text-align: center;
        margin-top: 16px;
    }
    .table-button-wrapper .btn-form.btn-block {
        width: auto;
        display: inline-block;
        margin: 0;
    }
    .table-button-wrapper .btn-form.btn-block:last-child {
        margin-bottom: 8px!important;
    }
    /*Remove Datatabe Select Dropdown*/
    .touch-screen .data-table-holder select.bdt-table option {
        display: none;
    }
    .touch-screen .data-table-holder select.bdt-table option:first-child {
        display: block;
    }
    .touch-screen .data-table-holder select.bdt-table option:nth-child(2) {
        display: block;
    }
}

@media only screen and (min-width: 991px) {
    .row.form-row-eq-height {
        /*display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;*/
        display: table;
        width: 100%;
    }
    .row.form-row-eq-height>[class*="col-"] {
        /*display: flex;
	flex-direction: column;
	min-height: 220px !important;*/
        display: table-cell;
    }
    /*.row.form-row-eq-height .border-right {
	border: none;
}*/
    .row.form-row-eq-height .ie-flexbox-fixed {
        border-left: 1px solid #dedede;
        margin-left: -1px;
    }
}

@media only screen and (max-width: 990px) {
    .ie-flexbox-fixed {
        position: relative !important;
        bottom: auto;
        right: auto;
        display: block;
    }
    .form-action-float {
        position: relative;
        padding-right: 0;
        text-align: center;
        margin-top: 16px;
    }
    .btn-lg {
        font-size: 17px;
        padding: 8px 15px;
        text-align: center!important;
    }
    .btn {
        vertical-align: middle;
        margin: 0;
        margin-bottom: 4px !important;
        display: inline-block !important;
    }
    .btn-block+.btn-block {
        margin-top: 0px;
    }
    .btn-form.btn-block {
        vertical-align: middle;
        display: inline-block !important;
        width: auto;
        margin-bottom: 4px !important;
    }
    .btn-form.btn-block:last-child {
        margin-bottom: 4px !important;
    }
    .table-button-wrapper .btn-form.btn-block {
        width: auto;
        display: inline-block;
        margin: 0;
    }
    .table-button-wrapper .btn-form.btn-block:last-child {
        margin-bottom: 4px!important;
    }
    .btn-form i {
        width: auto;
    }
    .well.form-well {
        margin-top: 18px;
    }
    .well.form-well:before {
        top: -26px;
        left: 55px;
        border-left: 15px solid transparent;
        border-bottom: 15px solid #f5f9ec;
        border-right: 15px solid transparent;
    }
    .form-group .border-right {
        border: none;
    }
    .well.profile-box {
        height: 150px;
    }
}

@media only screen and (max-width: 860px) {
    body {
        font-size: 15px;
        background: #fff !important;
    }
    h1 {
        font-size: 26px;
        letter-spacing: 0px;
    }
    h2 {
        font-size: 23px;
        letter-spacing: 0px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    .navbar-mobile {
        display: block;
    }
    .header .navbar {
        height: 65px;
    }
    .header.compact-height {
        margin-top: -75px;
    }
    .header-top-row .navbar-header a.navbar-brand,
    .header-top-row .navbar-header a.navbar-brand {
        margin-top: 15px !important;
        margin-left: 42px !important;
    }
    .header-top-row .navbar-header a.navbar-brand img.logo {
        height: 35px !important;
    }
    .header-top-row .navbar-aside {
        height: 65px;
        line-height: 65px;
        margin-right: 0px;
        position: absolute;
        right: 10px;
        top: 0;
    }
    .login-info {
        margin-right: 12px;
        font-size: 13px;
    }
    a.btn-logout {
        height: 40px;
        line-height: 40px;
        padding: 0 10px 0 34px;
        font-size: 15px;
        background: url(../images/ico-logout-sm.png) no-repeat left 10px top 10px;
    }
    .header-bottom-row {
        display: none;
    }
    .col-page {
        padding-top: 75px;
    }
    .col-page-left {
        display: none;
    }
    .col-page-center {
        margin: 0 170px 0 0;
    }
    .guide-page .col-page-center {
        margin: 0!important;
    }
    .col-page-right.compact-height {
        padding-top: 0px;
    }
    label {
        font-size: 15px;
    }
    .control-label {
        padding-bottom: 2px;
    }
    .footer-tools .go-top {
        font-size: 28px;
        width: 50px;
        height: 50px;
        line-height: 40px;
    }
    .touch-screen .footer-tools .go-top {
        line-height: 50px;
    }
    .footer-tools .go-top.reach-bottom {
        bottom: 54px;
    }
    .footer-tools .go-top.reach-bottom:hover {
        bottom: 58px;
    }
}

@media only screen and (max-width: 768px) {
    .content-container {
        min-height: 100px;
    }
    .control-label.right-case {
        text-align: left !important;
    }
    .well.record-box {
        height: 80px;
    }
    .table .btn.btn-md {
        margin-bottom: 4px;
    }
}

@media only screen and (max-width: 767px) {
    .form-control {
        margin-bottom: 4px;
    }
    .announcement-portlet {
        margin-bottom: 24px !important;
    }
    .announcement-portlet.last-portlet {
        margin-bottom: 0px !important;
    }
}

@media only screen and (max-width: 680px) {
    .header {
        top: 0;
        position: absolute;
    }
    .header.compact-height {
        margin-top: 0px;
    }
    .header .navbar {
        height: 95px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .guide-page .header .navbar {
        height: 50px;
    }
    .header-top-row .navbar-header {
        height: 50px;
    }
    .header-top-row .navbar-header a.navbar-brand {
        margin-top: 7px !important;
    }
    .header-top-row .navbar-header a.navbar-brand img.logo {
        height: 35px !important;
    }
    .header-top-row .navbar-aside {
        height: 45px;
        line-height: 1.06em;
        color: #fff;
        position: relative;
        right: auto;
        display: block;
        background-color: #91b955;
        width: 100%;
        padding: 6px 12px;
    }
    .login-info {
        color: #fff;
    }
    .login-info span.login-icon {
        margin: 0;
        padding: 0;
        position: absolute;
        left: 12px;
        top: 8px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 21px;
        color: #88ab71;
        background-color: rgba(255, 255, 255, .35);
        border-radius: 50%;
    }
    .login-info span.login-company,
    .login-info span.login-name {
        display: block;
        padding-left: 36px;
        padding-top: 0px;
    }
    .touch-screen .login-info span.login-company {
        padding-top: 2px;
    }
    .login-info span.login-divide {
        margin: 0;
        display: none;
    }
    a.btn-logout {
        display: none;
    }
    .btn-mobile-nav {
        line-height: 50px;
    }
    .col-page {
        padding-top: 0px;
    }
    .col-page-center {
        margin: 0 !important;
        padding-top: 95px;
    }
    .guide-page .col-page-center {
        padding-top: 50px;
    }
    .two-col-wrapper .col-page-center {
        margin: 0 !important;
        width: 100% !important;
    }
    .page-title {
        padding: 12px 12px 6px!important;
    }
    .col-page-right {
        position: absolute;
        background: none;
        top: 54px;
        right: 0px;
        width: 300px;
        height: 45px;
        margin: 0;
        padding: 0;
        z-index: 120;
    }
    .col-page-right.compact-height {
        padding-top: 0px;
    }
    .countdown-box {
        display: block;
        background: #6f913c;
        height: 45px;
        padding: 0 0 0 6px;
    }
    .countdown-lead,
    .countdown-digit,
    .countdown-action {
        display: inline-block;
        float: left;
        line-height: 45px;
        margin: 0;
        margin-right: 2px;
        margin-left: 2px;
        color: #fff;
    }
    .countdown-lead {
        color: rgba(255, 255, 255, .65);
    }
    .countdown-lead span {
        display: inline;
    }
    .countdown-digit {
        font-size: 34px;
        line-height: 45px;
    }
    .countdown-action {
        line-height: 48px;
        margin-right: 0px;
    }
    .touch-screen .countdown-digit {
        padding-top: 5px;
    }
    .touch-screen .countdown-action {
        padding-top: 2px;
    }
    .touch-screen.touch-android .countdown-digit {
        padding-top: 5px;
    }
    .touch-screen.touch-android .countdown-action {
        padding-top: 1px;
    }
    .font-resize-wrapper,
    .tool-nav {
        display: none;
    }
    a.sidebar-toggler {
        display: none;
    }
    .col-page>.content-body,
    .col-page>.app-body {
        min-height: 420px;
        padding: 4px 16px 56px;
    }
    .footer {
        background-color: #36353b;
        color: #fff;
    }
    .footer .legal-slogan {
        display: none;
    }
    .footer .rights-reserved {
        display: block;
    }
    .footer-tools .go-top {
        right: 6px;
        bottom: 6px;
    }
    .footer-tools .go-top.reach-bottom {
        bottom: 86px;
    }
    .footer-tools .go-top.reach-bottom:hover {
        bottom: 90px;
    }
    .mobile-tools {
        display: block;
    }
}

@media only screen and (max-width: 600px) {
    .circle-box {
        width: 150px;
        height: 150px;
    }
    .circle-number {
        font-size: 72px;
    }
    .circle-title {
        font-size: 16px;
    }
    .well.profile-box {
        height: 120px;
    }
    .double-day {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .double-day:last-child {
        margin-bottom: 10px;
    }
    .form-text.between:after {
        content: " ";
        width: 30px;
        height: 30px;
        display: block;
        text-align: center;
        margin: 0 auto 0;
        background: url(../images/between.png) no-repeat center center;
    }
    .double-day .input-group.date .input-group-addon {
        padding-left: 4px;
        padding-right: 4px;
    }
    .double-day .input-group.date .addon-both+.input-group-addon {
        display: none;
    }
    .double-day .input-group.date .form-control.addon-both {
        border-right: 1px solid #ccc;
        border-radius: 0 3px 3px 0!important;
        padding-left: 2px !important;
        padding-right: 2px !important;
    }
}

@media only screen and (max-width: 500px) {
    .btn-form.btn-inline {
        padding: 0px !important;
        width: 42px;
    }
    .btn-form.btn-inline span {
        display: none;
    }
}

@media only screen and (max-width: 460px) {
    .circle-box {
        width: 120px;
        height: 120px;
    }
    .circle-number {
        font-size: 58px;
    }
    .circle-title {
        font-size: 15px;
    }
    .page-title h1 span {
        display: block;
    }
    .col-page-right {
        width: 182px;
    }
    .countdown-box {
        padding: 0 0 0 6px;
    }
    .countdown-lead,
    .countdown-digit,
    .countdown-action {
        margin-right: 0px;
        margin-left: 0px;
    }
    .countdown-lead {
        display: none;
    }
}

@media only screen and (max-width: 420px) {
    .legal-term span {
        margin-right: 0px;
        display: block;
    }
}

@media only screen and (max-width: 395px) {
    .dashboard-portlet.todo-portlet {
        margin-right: -16px;
    }
    .circle-box {
        width: 108px;
        height: 108px;
    }
    .circle-number {
        font-size: 52px;
        line-height: 0.9em;
    }
    .circle-title {
        font-size: 15px;
    }
}

@media only screen and (max-width: 359px) {
    .portlet-circle {
        width: 50%;
    }
    .circle-box {
        width: 120px;
        height: 120px;
    }
    .circle-number {
        font-size: 58px;
    }
    .circle-title {
        font-size: 15px;
    }
    .header-top-row .navbar-header a.navbar-brand {
        margin-top: 10px;
    }
    .header-top-row .navbar-header a.navbar-brand img.logo {
        height: 30px;
    }
    .login-info span.login-icon {
        left: 8px;
    }
    .login-info span.login-company,
    .login-info span.login-name {
        padding-left: 32px;
    }
}


/*Mobile Responsive Data Table*/

@media only screen and (max-width: 1024px) {
    .table-responsive {
        padding: 0!important;
    }
    .data-table-holder table,
    .data-table-holder thead,
    .data-table-holder tbody,
    .data-table-holder th,
    .data-table-holder td {
        display: block !important;
        margin-bottom: 0px;
    }
    .ie9 .data-table-holder table,
    .ie9 .data-table-holder thead,
    .ie9 .data-table-holder tbody,
    .ie9 .data-table-holder th,
    .ie9 .data-table-holder td {
        float: left;
        width: 100%;
        margin: 0 !important;
    }
    .data-table-holder table {
        background: #f6f6f6!important;
        border-bottom: none;
    }
    .data-table-holder thead tr,
    .data-table-holder tbody tr:first-child th {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .data-table-holder tr {
        border: none;
        width: 100%;
        display: block;
        border-bottom: 8px solid #fff;
        background-repeat: no-repeat;
    }
    .data-table-holder tr.row-hide {
        display: none;
    }
    .data-table-holder td:first-child {
        border: none!important;
    }
    .data-table-holder td {
        border: none;
        position: relative;
        text-align: left;
        width: 100%;
        padding: 8px 12px !important;
        padding-left: 42.5% !important;
        min-height: 40px;
        border-color: #dbe3db !important;
        border-color: rgba(0, 0, 0, .065)!important;
        border-top: none;
        /*LB0003*/
        white-space: pre-wrap !important;
        word-wrap: break-all!important;
    }
    /*.data-table-holder td.more-height-15 {
	min-height: 60px;
}
.data-table-holder td.more-height-20 {
	min-height: 60px;
}*/
    .data-table-holder td.text-right {
        text-align: left !important;
    }
    .data-table-holder td:before {
        position: absolute;
        top: 8px;
        left: 16px;
        width: 39%;
        padding-right: 24px;
        white-space: pre-wrap;
        text-align: left;
        font-weight: bold;
        word-wrap: break-word !important;
    }
    .data-table-holder td:before {
        content: attr(data-title);
    }
    .data-table-holder tr.end-row td,
    .data-table-holder tr.end-row td:before {
        color: #fff !important;
    }
    /*05272016 Add*/
    .data-table-holder td.no-data {
        padding-left: 0% !important;
    }
    .data-table-holder td.no-data:before {
        display: none !important;
    }
    /*05272016 Add*/
    /* Mobile Data Table Color Schemes
================================================== */
    /*default green*/
    .data-table-holder tr {
        background-image: linear-gradient(to right, #deee9f, #deee9f 40%, #eff7d2 40%, #eff7d2 100%);
    }
    .data-table-holder tr.end-row {
        background-image: linear-gradient(to right, #6f913c, #6f913c 40%, #8fb656 40%, #8fb656 100%);
    }
    .st-key {
        background-color: #eff7d2 !important;
    }
    .st-val {
        background-color: #e9f3be !important;
    }
    /*05272016 Add*/
    .data-table-holder tr.no-data-row {
        background-image: linear-gradient(to right, #eff7d2, #eff7d2 100%);
    }
    /*05272016 Add*/
    /*green grey*/
    .data-table-holder .table-color-grey tr {
        background-image: linear-gradient(to right, #d5dac2, #d5dac2 40%, #f1f3eb 40%, #f1f3eb 100%);
    }
    .table-color-grey .st-key {
        background-color: #d5dac2 !important;
    }
    .table-color-grey .st-val {
        background-color: #f1f3eb !important;
    }
    /*05272016 Add*/
    .data-table-holder .table-color-grey tr.no-data-row {
        background-image: linear-gradient(to right, #f1f3eb, #f1f3eb 100%);
    }
    /*05272016 Add*/
    /*orange*/
    .data-table-holder .table-color-orange tr {
        background-image: linear-gradient(to right, #e3d8b9, #e3d8b9 40%, #efe8d6 40%, #efe8d6 100%);
    }
    .table-color-orange .st-key {
        background-color: #e3d8b9 !important;
    }
    .table-color-orange .st-val {
        background-color: #efe8d6 !important;
    }
    /*05272016 Add*/
    .data-table-holder .table-color-orange tr.no-data-row {
        background-image: linear-gradient(to right, #efe8d6, #efe8d6 100%);
    }
    /*05272016 Add*/
    /*blue*/
    .data-table-holder .table-color-blue tr {
        background-image: linear-gradient(to right, #c0f1ef, #c0f1ef 40%, #e0f8f7 40%, #e0f8f7 100%);
    }
    table-color-blue .st-key {
        background-color: #c0f1ef !important;
    }
    table-color-blue .st-val {
        background-color: #e0f8f7 !important;
    }
    /*05272016 Add*/
    .data-table-holder .table-color-blue tr.no-data-row {
        background-image: linear-gradient(to right, #e0f8f7, #e0f8f7 100%);
    }
    /*05272016 Add*/
    /*purple*/
    .data-table-holder .table-color-purple tr {
        background-image: linear-gradient(to right, #d6cbe0, #d6cbe0 40%, #f1edf5 40%, #f1edf5 100%);
    }
    table-color-purple .st-key {
        background-color: #d6cbe0 !important;
    }
    table-color-purple .st-val {
        background-color: #f1edf5 !important;
    }
    /*05272016 Add*/
    .data-table-holder .table-color-purple tr.no-data-row {
        background-image: linear-gradient(to right, #f1edf5, #f1edf5 100%);
    }
    /*05272016 Add*/
}

@media only screen and (max-width: 768px) {
    .table-well .table.table-vertical th {
        width: 30%;
    }
    .form-control.fixed-width.w10,
    .form-control.fixed-width.w20,
    .form-control.fixed-width.w30,
    .form-control.fixed-width.w40,
    .form-control.fixed-width.w50 {
        width: 70% !important;
        margin-bottom: 3px !important;
    }
    select.fixed-width.w10+.chosen-container-single,
    select.fixed-width.w20+.chosen-container-single,
    select.fixed-width.w30+.chosen-container-single,
    select.fixed-width.w40+.chosen-container-single,
    select.fixed-width.w50+.chosen-container-single {
        width: 70% !important;
        margin-bottom: 3px !important;
    }
    .inline-datepicker.fixed-width.w10,
    .inline-datepicker.fixed-width.w20,
    .inline-datepicker.fixed-width.w30,
    .inline-datepicker.fixed-width.w40,
    .inline-datepicker.fixed-width.w50 {
        width: 70% !important;
        margin-bottom: 3px !important;
    }
    /*.data-table-holder td.more-height-15 {
	min-height: 80px;
}
.data-table-holder td.more-height-20 {
	min-height: 104px;
}*/
}

@media only screen and (max-width: 520px) {
    .vertical-table-holder>.table.table-vertical.withform>tbody>tr>th,
    .vertical-table-holder>.table.table-vertical.withform>tbody>tr>td {
        width: 100% !important;
        display: block !important;
    }
}


/*Customized Data-title Length*/

@media only screen and (max-width: 1024px) {
    .data-table-holder td.more-height-10 {
        min-height: 40px;
    }
    .data-table-holder td.more-height-15 {
        min-height: 40px;
    }
    .data-table-holder td.more-height-20 {
        min-height: 60px;
    }
}

@media only screen and (min-width: 853px) and (max-width: 960px) {
    .data-table-holder td.more-height-15 {
        min-height: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .data-table-holder td.more-height-15 {
        min-height: 40px;
    }
}

@media only screen and (max-width: 690px) {
    .data-table-holder td.more-height-15 {
        min-height: 60px;
    }
}

@media only screen and (max-width: 508px) {
    .data-table-holder td.more-height-10 {
        min-height: 60px;
    }
    .data-table-holder td.more-height-20 {
        min-height: 80px;
    }
}

@media only screen and (max-width: 406px) {
    .data-table-holder td.more-height-15 {
        min-height: 80px;
    }
}

@media only screen and (max-width: 374px) {
    .data-table-holder td.more-height-20 {
        min-height: 100px;
    }
}


/*Escrow Page*/


/*.escrow-page .well.table-well {
	background-color: #f1f3eb!important;
}
.escrow-page .table-well .table.table-vertical th {
	color: #6d5e47;
}*/

@media only screen and (max-width: 1024px) {
    .touch-screen .data-table-holder select.bdt-table option:nth-child(3) {
        display: block;
    }
}