/*
 Theme Name:   Nexthc
 Theme URI:    https://nexthc.dentalxray.com.au/
 Description:  Nexthc
 Author:       Nexthc
 Author URI:   https://nexthc.dentalxray.com.au/
 Template:     twentytwentyone
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

  
body {margin: 0;}
.nxthc-outer-block {height: 100vh;	display: -webkit-box;display: -ms-flexbox;	display: flex; -webkit-box-align: center;
	    -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0 30px;
		}
.nxthc-outer-block img {
	max-width: 400px;
	width: 100%;
}
#delete_pt_records{
	box-shadow: 0 0 0 transparent;
	border-radius: 4px;
	border: 1px solid #8c8f94;
	background-color: #fff;
	color: #2c3338;
	padding: 0 8px;
	line-height: 2;
	min-height: 30px;
}

.notice.notice-error {
    border-left: 5px solid red;
    background-color: #FF6666;
    color: #fff;
    padding: 10px;
    margin: 15px 0;
    border-radius: 3px;
}

.notice.notice-success {
    border-left: 5px solid #46b450;
    background-color: #dff0d8;
    color: #3c763d;
    padding: 10px;
    margin: 15px 0;
    border-radius: 3px;
}

.datatable-container {
    max-width: 800px;
    margin: 30px auto;
    background: #fff;
	padding: 28px 40px !important;
	box-shadow:rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.form-style input[type=text], .form-style input[type=email], .form-style input[type=tel], .form-style textarea {
    background-color: #F6F6F6;
    padding: 10px 18px;
    border: 1px solid  #1295D8;
    -webkit-appearance: none;
    width: 100%;
    font-size: 18px;
    color: #000;
    border-radius: 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -mos-border-radius: 8px;
    outline: none;
    -webkit-box-shadow: 0px 0px 30px #0000001A;
    box-shadow: 0px 0px 30px #0000001A;
}


.datatable-container * {
    box-sizing: border-box;
}
.form-group {
    margin: 0 0 22px;
}

.form-group label {
    font-size: 18px;
    font-family: Helvetica, Arial, sans-serif;
}

.header-sec h2 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 32px;
	color:#1295D8;
	margin: 0;
}
.submit-file input.submit {
    font-family: Helvetica, Arial, sans-serif;
    display: inline-block;
    padding: 8px 30px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid #1295D8;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    background: #1295D8;
    text-transform: uppercase;
}
.input-file {
    font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 30px;
	font-size: 18px;
}
.form-section{
	font-family: Helvetica, Arial, sans-serif;
}
.submit-file input.submit:hover {
    opacity: 0.85;
}


.page-template-template-entry .entry-container {
    padding: 3em 2em 1em;
}
.page-template-template-entry .entry-container h2 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 32px;
    color: #1295D8;
    margin: 0;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
        text-decoration: underline;
}

.page-template-template-entry div#datatable-regular-front_wrapper {
    margin-top: 30px;
}
.page-template-template-entry div#datatable-regular-front_wrapper .dt-length select {
    padding-right: 10px;
    margin-right: 5px;
    line-height: normal;
    
}
.page-template-template-entry div#datatable-regular-front_wrapper .dt-search input {
    border-radius: 4px;
    border: 1px solid #8c8f94;
    background-color: #fff;
    color: #2c3338;
    line-height: normal;
    vertical-align: middle;
    margin-left: 6px;
    font-family: Helvetica, Arial, sans-serif;
}

.page-template-template-entry table#datatable-regular-front {
    background: #fff;
    border: 1px solid #c3c4c7;
    font-family: Helvetica, Arial, sans-serif;
}

.page-template-template-entry table.dataTable th.dt-type-numeric, .page-template-template-entry table.dataTable th.dt-type-date, .page-template-template-entry table.dataTable td.dt-type-numeric, .page-template-template-entry table.dataTable td.dt-type-date {
    text-align: center;
}

.page-template-template-entry div#datatable-regular_info {
    font-weight: 500;
}

.page-template-template-entry div.dt-container .dt-paging .dt-paging-button.current {
    background-color: #1295D8 !important;
    color: #fff !important;
    font-weight: bold;
}
.page-template-template-entry div.dt-container .dt-paging .dt-paging-button.current:hover {
    background-color: #7bbbe8 !important;
    color: #fff !important;
}
.page-template-template-entry div.dt-container .dt-paging .dt-paging-button {font-weight: bold;}

.page-template-template-entry div#datatable-regular-front_info {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.page-template-template-entry .dt-length, .page-template-template-entry .dt-search {
    font-family: Helvetica, Arial, sans-serif;
}
table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:after, table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:before, table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:after, table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:before, table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after, table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:before, table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:after, table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:before, table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:after, table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before, table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:after, table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:before, table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after {
    line-height: 10px;
	    opacity: 0.6;
}
.page-template-template-entry table.dataTable>tbody>tr>th, .page-template-template-entry table.dataTable>tbody>tr>td {
    padding: 8px 10px;
    font-size: 14px;
	white-space: nowrap;
}
.page-template-template-entry table.dataTable thead>tr>th.dt-orderable-asc, .page-template-template-entry table.dataTable thead>tr>th.dt-orderable-desc, .page-template-template-entry table.dataTable thead>tr>th.dt-ordering-asc, .page-template-template-entry table.dataTable thead>tr>th.dt-ordering-desc, .page-template-template-entry table.dataTable thead>tr>td.dt-orderable-asc, .page-template-template-entry table.dataTable thead>tr>td.dt-orderable-desc, .page-template-template-entry table.dataTable thead>tr>td.dt-ordering-asc, .page-template-template-entry table.dataTable thead>tr>td.dt-ordering-desc {
    font-size: 14px;
	white-space: nowrap;
	background: #1295D8;
    color: #fff;
}
.page-template-template-entry .dt-layout-table .dt-layout-cell {
    overflow-x: scroll;
}
.page-template-template-entry .form-row.form-submit input[type="submit"] {
    background: #1295D8;
}
.page-template-template-entry .form-row-outer {
	padding-bottom: 15px;
}

@media (max-width:767px) {
.page-template-template-entry .dt-layout-row.dt-layout-table + .dt-layout-row {
    margin-top: 20px;
}

.page-template-template-entry .dt-layout-row.dt-layout-table {
    margin-top: 10px;
}
}
