/*
Theme Name: Monsta Prototype
Theme URI: https://mohawk.monstamgt.com/monsta-prototype
Author: Manecloud John
Author URI: https://mohawk.monstamgt.com
Description: A simple WordPress theme called Monsta Prototype.
Version: 1.0
License: GPL2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: monsta-prototype
*/

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #333;
}

header {
    background: #333;
    color: #fff;
    padding: 1rem;
    text-align: center;
}

main {
    background-color: #f9f9f9;
    display: inline-block;
    padding: 0;
    width: 100%;
}

footer {
    background: #333;
    color: #fff;
    text-align: center;
}

.container {
	max-width: 1600px;
    width: 100%;
	padding: 0 20px;
    margin: auto;
    float: none;
    clear: both;
}

@font-face {
  font-family: "trophymonsta";
  src:url("assets/fonts/trophymonsta.eot");
  src:url("assets/fonts/trophymonsta.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/trophymonsta.woff") format("woff"),
    url("assets/fonts/trophymonsta.ttf") format("truetype"),
    url("assets/fonts/trophymonsta.svg#trophymonsta") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "trophymonsta" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "trophymonsta" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-address-book:before {
  content: "\70";
}
.icon-android-add:before {
  content: "\61";
}
.icon-plus-round:before {
  content: "\62";
}
.icon-android-remove:before {
  content: "\63";
}
.icon-minus-round:before {
  content: "\64";
}
.icon-cancel:before {
  content: "\65";
}
.icon-search:before {
  content: "\66";
}
.icon-bell:before {
  content: "\67";
}
.icon-alert:before {
  content: "\68";
}
.icon-plus:before {
  content: "\69";
}
.icon-close:before {
  content: "\6a";
}

.icon-search-1:before {
  content: "\6b";
}
.icon-add:before {
  content: "\6d";
}
.icon-cancel-1:before {
  content: "\6e";
}
.icon-tick:before {
  content: "\72";
}
.icon-uparrow:before {
  content: "\71";
}
.icon-profile-downarrrow:before {
  content: "\6c";
}
.icon-duplicate-1:before {
  content: "\73";
}
.icon-user:before {
  content: "\6f";
}
.icon-view:before {
  content: "\74";
}
.icon-notification:before {
  content: "\70";
}
.icon-order:before {
  content: "\75";
}
.icon-products:before {
  content: "\76";
}
.icon-star:before {
  content: "\77";
}
.icon-smile:before {
  content: "\78";
}
.icon-settings:before {
  content: "\79";
}
.icon-reports:before {
  content: "\7a";
}
.icon-edit:before {
  content: "\41";
}
.icon-filter:before {
  content: "\42";
}
.icon-flag:before {
  content: "\43";
}
.icon-home:before {
  content: "\44";
}
.icon-mail:before {
  content: "\45";
}
.icon-note:before {
  content: "\46";
}
.icon-notes:before {
  content: "\47";
}
.icon-downarrow:before {
  content: "\48";
}
.icon-close-1:before {
  content: "\49";
}
.icon-invoice:before {
  content: "\4a";
}
.icon-print:before {
  content: "\4b";
}
.icon-rocket:before {
  content: "\4c";
}
.icon-boulon:before {
  content: "\4d";
}
.icon-bride:before {
  content: "\4e";
}
.icon-couple:before {
  content: "\4f";
}
.icon-equipment:before {
  content: "\50";
}
.icon-fluide:before {
  content: "\51";
}
.icon-fournisseur:before {
  content: "\52";
}
.icon-joint:before {
  content: "\53";
}
.icon-note-1:before {
  content: "\54";
}
.icon-prime:before {
  content: "\55";
}
.icon-remplacement:before {
  content: "\56";
}
.icon-tuyau:before {
  content: "\57";
}
.icon-utilisateur:before {
  content: "\58";
}
.icon-eye:before {
  content: "\59";
}
.icon-eye-slash:before {
  content: "\5a";
}
.icon-calendar-icon:before {
  content: "\30";
}
.icon-preview-icon:before {
  content: "\33";
}
.icon-remove-icon:before {
  content: "\31";
}
.icon-dropdown-arrow:before {
  content: "\32";
}
.icon-up-arrow:before {
  content: "\34";
}
.icon-close-icon:before {
  content: "\35";
}
.icon-lock-icon:before {
  content: "\36";
}
.icon-unlock-icon:before {
  content: "\37";
}
.icon-repeat-grid-1:before {
  content: "\38";
}
.icon-group-2:before {
  content: "\39";
}
.icon-group-5:before {
  content: "\21";
}
.icon-update-icon:before {
  content: "\22";
}
.icon-send-icon:before {
  content: "\23";
}
.icon-reset-icon:before {
  content: "\24";
}

.icon_input {
    /*padding-right: 20px;*/
    position: relative;
    z-index: 0;
}
.icon_input i {
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 50%;
	margin-top: -9px;
    font-size: 18px;
}
.icon_input i:before {
	display: block;
}
.icon_input input, .filters .icon_input .form-control {
    width: 100%;
    margin: 0;
}

.top_nav {
    margin-left: 62px;
}
.top_nav .navleft-content {
	float: left;
	width: 50%;
	padding-top: 10px;
	/* padding-left: 45px; */
}
.top_nav .addbtn-content {
	border-right: 2px solid #d9d9d9;
	display: inline-block;
	vertical-align: middle;
	padding: 7px 0;
	padding-right: 16px;
	position: relative;
}
.top_nav .addbtn-content .add {
    border: 2px solid #39bfc0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
	color: #39bfc0;
	font-size: 16px;
	cursor: pointer;
}
.top_nav .addbtn-content a i {
	display: block;
}
.top_nav .addbtn-content a i:before {
	display: block;
}
.top_nav .search_content {
	display: inline-block;
	vertical-align: middle;
	padding-left: 16px;
	position: relative;
	/* z-index: 1; */
	z-index: 5;
}
.top_nav .search_content .icon-search {
	font-size: 20px;
	color: #39bfc0;
	vertical-align: middle;
	margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.top_nav .search_content .controls {
	display: inline-block;
	vertical-align: middle;
}
.top_nav .search_content i:before {
	display: block;
}
.top_nav .search_content input {
	display: inline-block;
	font-size: 12px;
	color: #1f1f1f;
	border: 0;
	vertical-align: middle;
	width: 200px;
    font-weight: 400;
    padding-top: 5px;
}
.top_nav .search_content input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bdbdbd;
}
.top_nav .search_content input::-moz-placeholder { /* Firefox 19+ */
  color: #bdbdbd; 
}
.top_nav .search_content input:-ms-input-placeholder { /* IE 10+ */
  color: #bdbdbd; 
}
.top_nav .search_content input:-moz-placeholder { /* Firefox 18- */
  color: #bdbdbd;
}

.top_nav .navbar-right li{
    margin-left: 10px;
}
.navbar-right .admin-prf  .user_img {
	width: 40px;
	height: 40px;
    border-radius: 50%;
    margin-top: 8px;
	background-size: cover;
	background-position: center;
}
.navbar-right .admin-prf  .user_img i {
	border: 1px solid #666;
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    /* font-size: 20px; */
    font-size: 17px;
	font-style: normal;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bdbdbd; /* !important */
  /* font-weight:600 !important */
}
::-moz-placeholder { /* Firefox 19+ */
  color: #bdbdbd; /* !important */
  /*  font-weight:600 !important */
}
:-ms-input-placeholder { /* IE 10+ */
  color: #bdbdbd; /* !important */
   /* font-weight:600 !important */
}
:-moz-placeholder { /* Firefox 18- */
  color: #bdbdbd; /* !important */
   /* font-weight:600 !important */
}

.x_content {
    min-height: 900px;
}

.form-control{
    width: 100%;
    box-shadow: none;
    font-family: 'Arial', sans-serif !important;
    font-weight: 400;
    resize: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    height: 40px;
    border: 1px solid #e4e4e4;
    color: #1f1f1f;
    border-radius: 2px;
}

.right_col .row .title_sticky {
	clear: left;
}
.right_col .row .title_sticky.with_tabs {
	padding: 0;
	margin-bottom: 23px;
}
.filters{
	background: #f9f9f9;
	padding: 20px 0 15px;
}
.filters .form-group .btn{ margin-bottom: 0}
.filters select,.filters input {margin:0 10px 0 20px}
.filters table.dataTable {border-left:0;border-right:0}
.filters .list-sec {display:inline-block;margin:0 10px 15px 0}
.filters .search_input {
	width: 250px;
}
.filters .sear_list{width:240px;}
.filters .btn_link {
	line-height: 38px;
}
.filters .select2-container,.filters select.form-control {width:300px;margin:0 10px 0 10px}
.filters .select2-container, .filters select.form-control.cont{width:195px;}
.filters .select2-container, .filters select.form-control.prodt{width:210px;}
.filters .select2-container, .filters select.form-control.categ{width:200px !important;}
.filters .form-control {
	width: 185px;
	margin-left: 10px;
	margin-right: 10px;
	border-color: #d8d8d8;
}
.filters .form-control.form-control-sm{
	width: 160px;
}
.pro-browse.form-group  label{
    width: 195px;
    font-size: 13px;
    display: inline-block;
}
.comp-browse .form-group  label{width:130px;}
.filters .pro-browse select.form-control.prodt{width: 300px}
.filters .form-control:focus {
	border-color: #38bfc7;
}
.filters .btn_link i {
	font-size: 19px;
}
.table-hover>tbody>tr:hover {background:#f5f5f5}
.ordered,.quote,.cancel,.invoiced {font-weight:bold}
.listing-table td a.ordered {color:#009933}
.listing-table td a.quote {color:#cc9900}
.listing-table td a.cancel {color:#b22200}
.listing-table td a.invoiced {color:#2e9999}
.listing-table td.list-action {
	white-space: nowrap;
}
.default-select {
    display: inline-block;
    position: relative;
}

.table_listing_box {
	border: 1px solid #dedede;
	box-shadow: 0 0 10px 1px #f2f2f2;
	background-color: #ffffff;
	padding: 20px;
	padding-bottom: 1px;
}
.jobsheet_table .table_listing_box {
	padding-bottom: 20px;
}
.table_listing_box.table-cell{display:table;position:relative;}
.table.dataTable tr th {
	font-weight:700;
	font-size: 13px;
	color: #1f1f1f;
	border-top: 0;
	border-bottom: 0;
	padding: 10px 12px;
}
.table-pad{
	padding:10px 0;
	text-align:center;
}
.table.dataTable tr .text-sapc{padding-bottom:0;}
.table.dataTable tr:first-child th {
	border-bottom: 2px solid #38c0c0;
	    line-height: 100%;
}
.stock_order_listsection  .thead_sticky.header-sticky {
    position: relative;
    z-index: 1;
    background: #fff;
    overflow: hidden;
    width: 1158px;
}
.roles_listsection  .thead_sticky.header-sticky {
    position: relative;
    z-index: 1;
    background: #fff;
    overflow: hidden;
    width: 1158px;
}
.thead_sticky.header-sticky {
    position: relative;
    z-index: 1;
    background: #fff;
    overflow: hidden;
    width: 100%;
}
.table.dataTable tr.remove_border th {
	border-width: 0px;
	padding-bottom: 0;
}
.table.dataTable tr.add_border th {
	border-bottom: 2px solid #38c0c0;
    padding-top: 3px;
}
.table.dataTable tr th small {
	font-size: 11px;
	font-weight: 400;
}
thead.j-list tr th{
	background: transparent !important;
    white-space: nowrap;
}
.table.dataTable tr .table_sorting {/* .inner-table */
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-right: 16px;
}
.table.dataTable tr .table_sorting:after {/* .inner-table */
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 12px;
	background-image: url("../images/table_sorting.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;	
}
#jobs-register_wrapper .table.dataTable tr .table_sorting:before{
	display:none;
}
.table.dataTable.inner-table tr:first-child th {
	border-bottom: none;
}
.table.dataTable.inner-table tr:nth-child(2) th{
	border-bottom: 2px solid #38c0c0;
	padding-top:0px;
}
.table_listing_box h2.table-scrol{
	font-size:14px;
	color:#7c7c7c;
	text-align:right;
	display: inline-block;
	font-family:Arial;
}
.tob-table-scroll{
	text-align: right;
    padding-right: 250px;
}
.table.dataTable tbody td.past_date_bg{
	background-color:#ffe6ec;
}
.table.dataTable tbody .post_green{
	color:#38c0c0;
}

.table.dataTable tbody tr td.border_right{
	border-right:1px solid #000;
}
.table.dataTable#dataTables-process-list tbody tr td:first-child {
	cursor: all-scroll;
}
.table.dataTable.scroll-datatable tbody tr td:first-child {
	cursor: all-scroll;
}
.table.dataTable tbody tr td {
	border: 1px solid #d8d8d8;
	border-right-width: 0;
	border-bottom-width: 0;
	/* font-size: 13px; */
	font-weight: 400;
	color: #1f1f1f;
	padding: 9px 15px;
	background:#fff;
}
.jobs_page .table.dataTable tbody  tr td:first-child{
	font-size:12px;    padding: 5px !important;
} 

.jobs_page .table.dataTable tbody  tr td:first-child span{
	white-space:nowrap
}
.jobs_page .listing-table td a{padding:5px 2px}
.jobs_page .listing-table td a .icon-order.orderlist{
	margin-left: 2px;
}

.table.dataTable tbody tr:last-child td {
	border-bottom-width: 1px;
}
.table.dataTable tbody tr td:last-child {
	border-right-width: 1px;
}
.table.dataTable tbody tr td:last-child.list-action{
	padding: 9px 8px;
}
.table.dataTable tr.inner_spacer th {
	padding: 5px 0;
}
.pagination>li.last>a:after,
.pagination>li.first>a:before {
    content: "\21";
    font-family: "trophymonsta" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -1px;
    margin-left: 8px;
    font-size: 12px;
	display: inline-block;
}
.pagination>li.first>a:before {
    transform: rotateZ(180deg);
    margin-right: 10px;
    margin-left: 0;
}
.listing-table tr td .checkbox_bg .tick {
	background-color: #ffffff;
	/* border-color: #d7d9d8; */
}
.invoice_create_form .alert-success{
	position: relative;
    top: 10px;
    width: 90%;
    margin: auto;
}
.invoice_create_form .header_sub_title span{
	padding-right: 7px;
    padding-left: 7px;
}
.jobregister .listing-table tr td .checkbox_bg .tick {border-color: #776a6a;}
.listing-table tr td .checkbox_bg input:checked ~ .tick {
	border-color: #1f1f1f;
}
.clients_submit_form .bottom_btns{text-align:left;}
.clients_submit_form .bottom_btns .btn-warning{
	font-weight:700;
	margin-right: 16px;
    float: right;
	font-size:13px;
}
#client_history{ position:absolute;bottom:-5px;left:0 }
.form_tables #client_history{bottom:4px;}
#emailConfirmationModal .modal-footer button i{
	margin-right:10px;
}
#emailConfirmationModal .modal-footer button.btn{
	padding:0 15px;
	background:transparent;
	color:#36c0c0;
}
#emailConfirmationModal .modal-footer button.btn.btn-green{
	background:#36c0c0;
	color:#ffffff;
}
.dataTables_scrollBody thead.j-list tr:first-child{
	display:none;
	height:0 !important;
}
.oderable_buttons{
	display: inline-block;
	width: 34%;
	text-align: right;
}
.acs_buttons{
	width: 23% !important;
}
.search_content  #filter-list{left:0}
.apply_loader  #loader{
	position: fixed;
     z-index: 10000;
    top: 0;
    left: 0; 
    background-color:rgba(250,250,250, 0.6);   
    width: 100%;
    height: 100%;
}

.checkbox_bg {
	position: relative;
	min-height: 18px;
    padding-left: 18px;
	display: inline-block;
	vertical-align: middle;
	float: left;
}
.checkbox_bg {margin:2px 0}
.checkbox_bg input,
.checkbox_bg input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    margin: 0;
    z-index: 1;
    cursor: pointer;
	opacity: 0;
	margin-left: 0;
}
.checkbox_bg .tick {
	border: 1px solid #776a6a;/* #e4e4e4 */
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0px;
    border-radius: 4px;
    padding: 0px;
	padding-top: 2px;
    text-align: center;
    background: transparent;
    color: #1f1f1f;
    font-size: 13px;
    transition: all .3s ease;
    line-height: 14px;
	border-color: #776a6a;
}
.checkbox_bg .tick i {
	opacity: 0;
	transition: all .3s ease;
}
.checkbox_bg input.manual_check ~ .tick {
	border-color: #309899;
}
.checkbox_bg input:checked ~ .tick i {
	opacity: 1;
}
.checkbox_bg .tick i:before {
	content: "\38";
}
.checkbox_bg label {
    margin-bottom: 0;
    padding-left: 10px;
    padding-top: 2px;
    font-size: 13px;
    position: initial;
    line-height: 16px;
	color: #1f1f1f;
}
.checkbox .checkbox_bg input[type="checkbox"] {
	left: 0;
	z-index: -1;
}

.btn_link {
	border: 0;
	outline: 0;
	background-color: transparent;
	margin: 0;
	font-size: 13px;
	color: #38bfbf;
	padding: 0;
	cursor: pointer;
	font-weight: 400;
	cursor: pointer;
	line-height: 30px;
    padding: 0 10px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 2px;
}
.btn_link i {
	font-size: 14px;
    margin-right: 7px;
	vertical-align: middle;
	display: inline-block;
}
.btn_link i:before {
	display: block;
}
.btn_link span {
	vertical-align: middle;
	line-height: initial;
}

.top_nav .addbtn-content .xn-h-task-list {
	box-shadow: 0 3px 10px rgba(0,0,0,.2);
	left: -20px;
	/* display: none; */
	opacity: 1;
	visibility: visible;
	position: absolute;
	text-shadow: none;
	width: 300px;
	z-index: 120;
	border-radius: 5px;
	background-color: #fff;
	top: 100%;
}
.top_nav .addbtn-content .ql-container {
	position: absolute;
    border: 0;
    margin-top: 0;
    padding: 0;
    overflow: none;
    font-family: Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
}
.top_nav .addbtn-content .ql-container .ql-popover--arrow {
	fill: #f6f7f8;
    height: 10px;
    width: 10px;
    left: 25px;
    top: -4px;
    line-height: 10px;
    position: absolute;
    z-index: 2;
    display: inline-block;
    opacity: 1;
    vertical-align: middle;
}
.top_nav .addbtn-content .ql-container .ql-popover--arrow--border {
    stroke: #d0dae2;	
}
.top_nav .addbtn-content .ql-container .ql-dropdownmenu {
	overflow: auto;
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
    border: 1px solid #d0dae2;
    border-radius: 3px;
}
.top_nav .addbtn-content .ql-container .ql-dropdownmenu--body {
	max-height: none;
    overflow: hidden;
    background-color: #ffffff;
}
.top_nav .addbtn-content .ql-container .ql-dropdownmenu--groupheading {
	margin: 0;
    padding: 0 1pc;
    line-height: 2.2;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    background-color: #f6f7f8;
    border-bottom: 1px solid #cfd2d4;
}
.top_nav .addbtn-content .ql-container .ql-menugroup {
	margin: 0;
	padding: 0;
}
.top_nav .addbtn-content .ql-container .ql-menugroup--item a {
	padding: 8px 1pc;
    color: #32465a;
    font-size: 12px;
    font-weight: 400;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #fff;
    display: block;
    line-height: 1.9;
}
.top_nav .addbtn-content .ql-container .ql-menugroup--item a:hover {
	background-color: #e8f2f2;
}

#loader img{
	position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#GlobalSearchApp {
	left: 0;
	top: 100%;
}
#GlobalSearchApp .container {
    box-shadow: 0 0px 7px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    display: block;
    opacity: 1;
    position: relative;
    width: 315px;
    margin: 10px 5px 0 0;
    right: 3px;
/*    font-family: Helvetica, sans-serif;*/
    background: #FFF;
}
#GlobalSearchApp #dropdown-panel {
    position: relative;
}
#GlobalSearchApp .input-container {
    display: block;
    text-shadow: none;
    width: 100%;
/*    font-family: Helvetica, sans-serif;*/
    color: #333;
    position: relative;
    width: 100%;
    height: 42px;
    background: -moz-linear-gradient(top, #f6f9f9 0%, #e0e3e3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f9f9), color-stop(100%, #e0e3e3));
    background: -webkit-linear-gradient(top, #f6f9f9 0%, #e0e3e3 100%);
    background: -o-linear-gradient(top, #f6f9f9 0%, #e0e3e3 100%);
    background: -ms-linear-gradient(top, #f6f9f9 0%, #e0e3e3 100%);
    background: linear-gradient(to bottom, #f6f9f9 0%, #e0e3e3 100%);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom: 1px solid #DDDDDD;
}
#GlobalSearchApp #controls {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 11;
}
#resetButton {
    margin-right: 5px;
    height: 30px;
    display: none;
	margin: 0;
	margin-right: 8px;
}
#resetButton svg {
	vertical-align: middle;
}
#filterButton, #resetButton {
    float: left;
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
#filterButton {
    /* background-color: #F5F5F5; */
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 0 3px;
    line-height: 24px !important;
    height: 30px;
    float: none;
    color: #32465a;
    margin: 0;
    margin-right: 12px;
}

.icon-expand-more, .icon-close {
    opacity: 0.75;
}
#GlobalSearchApp .container * {
    text-shadow: none;
}
span.filter-string {
	/* float:left; */
    display: inline-block;
    margin: 3px 0 0 5px;
    font-size: 12px;
    padding: 0;
    color: #1f1f1f;
    vertical-align: middle;
    margin-right: 6px;
}
#filterButton .triangle-down {
    /* width: 30px;
    height: 30px;
    float: right; */
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
#filterButton .triangle-down:before {
    font-family: "trophymonsta" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;	
	content: "\32";
	vertical-align: middle;
	font-size: 10px;
}
#filterButton .triangle-down:after {
	display: none;
}
.triangle-down:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #c8c8c8 transparent transparent transparent;
    border-color: #32465a transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 13px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#controls.show-filters #filter-list, #controls.show-reset-button #resetButton {
    display: block;
}
#filter-list {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    position: absolute;
    right: 0;
    z-index: 102;
    width: 150px;
    top: 100%;
    border-radius: 3px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
#filter-list li {
    font-size: 12px;
    position: relative;
    cursor: pointer;
    padding: 5px 10px;
    border-bottom: 1px solid #DDDDDD;
    color: #32465a;
}
#filter-list li .text-block {
    align-items: center;
    display: flex;
    height: 30px;
    transform: translateY(0px);
}
.text-block {
    position: relative;
    /* top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); */
}
#GlobalSearchApp input#autocomplete {
    z-index: 1;
    color: #D2D2D2;
    background-color: #FFFFFF;
}
#GlobalSearchApp input#queryInput, #GlobalSearchApp input#autocomplete, #GlobalSearchApp input#placeholder {
    width: 328px;
    height: 30px;
    margin: 6px;
    border-radius: 4px;
    border: none;
    box-shadow: 0px 0px 0px 1px #DDD;
    box-sizing: border-box;
    font-size: 13px;
    padding: 0 5px;
    position: absolute;
    top: 0;
    left: 0;
    font-family: inherit;
}
#GlobalSearchApp .input-container.show-placeholder #placeholder {
    display: block;
}
#GlobalSearchApp input#placeholder {
    color: #999;
    z-index: 2;
    background-color: transparent;
    display: none;
}
#GlobalSearchApp input#queryInput {
    color: #333;
    z-index: 2;
    background-color: transparent;
}
#filter-list li:hover {
    background-color: #e8f2f2;
}
#GlobalSearchApp .results-list {
    display: block;
    color: black;
    font-size: 14px;
    text-shadow: none;
    max-height: 457px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
#GlobalSearchApp #autoCompleteType.card {
/*    height: 50px;*/
    background-color: #ffffff;
    border-top: none;
    border-top-width: initial;
    border-top-style: none;
    border-top-color: initial;
    display: none;
}
#GlobalSearchApp .message {
    width: 100%;
    height: 150px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(221, 221, 221);
    display: none;
}
#GlobalSearchApp .fetching-results {
	padding-top: 61px;
}
#search_result .link{
    color:#1ABB9C;
}

#side-menu-wrap {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 62px;
    z-index: 999;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#side-menu-wrap:hover {
    width: 278px;
}
#side-menu-wrap .left_col {
    height: 100%;
}
#side-menu-wrap .tm-logo {
    margin: 5px 0 0;
    padding: 0 0 0 5px;
}
#side-menu-wrap .left_col .nav.side-menu {
    padding: 0;
}
#side-menu-wrap .left_col .nav.side-menu li {
    margin-bottom: 5px;
}
#side-menu-wrap .left_col .nav.side-menu li a {
    align-items: center;
    display: flex;
    white-space: nowrap;
}
#side-menu-wrap .left_col .nav.side-menu li a i {
    margin-bottom: 0;
}
#side-menu-wrap .left_col:hover .nav.side-menu li a i {
    width: 26px !important;
}

#modal-meta-action {
    display: inline-block;
    padding: 1em 0 2em;
    width: 100%;
}
#modal-meta-action .modal-wrap {
    align-items: center;
    column-gap: 1.5em;
    display: flex;
    justify-content: flex-end;
}
#modal-meta-action .btn_link {
    background: #38c0c0;
    border: 2px solid #38c0c0;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    padding: 5px 25px;
    transition: all .25s ease;
    min-width: 150px;
}
#modal-meta-action .btn_link:not(:disabled):hover {
    background: transparent;
    color: #38c0c0;
}
#modal-meta-action .btn_link:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
#modal-meta-action .btn_link i {
    font-size: 16px;
    margin-right: 0;
}

#meta_keywords {
    text-align: center;
    width: 100%;
}

.select_action--wrap {
    align-items: center;
    display: flex;
    gap: 5px;
}

.class_meta_keywords_suburb {
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.class_meta_keywords_suburb input {
    margin: 0;
}

.class_meta_action label {
    align-items: center;
    column-gap: 5px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.class_meta_action label + label {
    margin-top: 2px;
}
.class_meta_action label input {
    margin: 0;
}
.class_meta_action .btn_link + .btn_link {
    margin-top: 5px;
}
.class_meta_action .btn_link {
    background: #38c0c0;
    border: 2px solid #38c0c0;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    text-align: center;
    font-size: 12px;
    padding: 2px 15px;
    transition: all .25s ease;
    min-width: 110px;
}
.class_meta_action .btn_link:hover {
    background: transparent;
    color: #38c0c0;
}
.class_meta_action .btn_link i {
    font-size: 12px;
    margin-right: 0;
}

#historyModal.modal,
#confirmationModal.modal,
#confirmationModalBulk.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
#historyModal .modal-content,
#confirmationModal .modal-content,
#confirmationModalBulk .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 3em 2.75em 3em;
    position: relative;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.25);
    max-width: 680px;
    min-height: 300px;
    text-align: center;
    width: 80%;
}
#historyModal .modal-content {
    max-width: 1180px;
    min-height: 460px;
}
#confirmationModal .modal-content,
#confirmationModalBulk .modal-content {
    max-width: 680px;
    min-height: 300px;
}
#historyModal .modal-content h2,
#confirmationModal .modal-content h2,
#confirmationModalBulk .modal-content h2 {
    font-size: 1.625rem;
    text-align: center;
    margin: 0 0 20px;
}
#historyModal #suggestedData,
#confirmationModal #suggestedData,
#confirmationModalBulk #bulkSuggestionContainer {
    text-align: left;
    display: inline-block;
    padding: 1em 2em;
    width: 100%;
}
#confirmationModal #suggestedData ul,
#confirmationModalBulk #bulkSuggestionContainer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#confirmationModal #suggestedData ul li + li,
#confirmationModalBulk #bulkSuggestionContainer ul li + li {
    margin-top: 5px;
}
#historyModal .close,
#confirmationModal .close,
#confirmationModalBulk .close {
    color: #fff;
    float: right;
    font-size: 26px;
    line-height: 1;
    font-weight: 400;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #38c0c0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -10px;
    top: -15px;
}
#historyModal .close:hover,
#historyModal .close:focus,
#confirmationModal .close:hover,
#confirmationModal .close:focus,
#confirmationModalBulk .close:hover,
#confirmationModalBulk .close:focus {
    background-color: #333;
    text-decoration: none;
    cursor: pointer;
}
#confirmationModal .btn-group,
#confirmationModalBulk .btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5em;
    width: 100%;
    margin: 2em 0 0;
}
#confirmationModal .btn_link,
#confirmationModalBulk .btn_link {
    background: #38c0c0;
    border: 2px solid #38c0c0;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    padding: 5px 40px;
    transition: all .25s ease;
    min-width: 150px;
}
#confirmationModal .btn_link:hover,
#confirmationModalBulk .btn_link:hover {
    background: transparent;
    color: #38c0c0;
}
#confirmationModal .btn_link.cancel,
#confirmationModalBulk .btn_link.cancel {
    background-color: #333;
    border-color: #333;
}
#confirmationModal .btn_link.cancel:hover,
#confirmationModalBulk .btn_link.cancel:hover {
    background-color: transparent;
    color: #333;
}
#confirmationModal .btn_link i,
#confirmationModalBulk .btn_link i {
    font-size: 12px;
    margin-right: 0;
}
#historyModal .loadingSpinner,
#confirmationModal .loadingSpinner,
#confirmationModalBulk .loadingSpinner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    text-align: center;
    margin: auto 0;
    height: 85px;
    bottom: 0;
}
#historyModal .loadingSpinner .spinner,
#confirmationModal .loadingSpinner .spinner,
#confirmationModalBulk .loadingSpinner .spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top: 4px solid #38c0c0;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: auto;
}

#confirmationModalBulk #bulkSuggestionContainer .suggestion-block {
    padding-bottom: 15px;
}
#confirmationModalBulk #bulkSuggestionContainer .suggestion-block + .suggestion-block {
    border-top: 1px solid #38c0c0;
    padding-top: 15px;
}
#confirmationModalBulk #bulkSuggestionContainer .suggestion-block h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #38c0c0;
    line-height: 1.35;
    padding: 5px 10px;
    margin-bottom: 5px;
    width: 100%;
}

#suggestionHistoryTable {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
#suggestionHistoryTable thead th {
    background-color: #38c0c0;
    color: white;
    text-align: left;
    padding: 12px;
    font-size: 14px;
}
#suggestionHistoryTable thead tr {
    border-left: 1px solid #38c0c0;
}
#suggestionHistoryTable tbody td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
#suggestionHistoryTable tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}
#suggestionHistoryTable tbody tr:hover {
    background-color: #f1f1f1;
}
