:root { 
	-primary-color: 128, 21, 4;
}

.clockpicker-popover .popover-header {
	background-color: #801504;
}

.clockpicker-popover .btn {
	color: #801540 !important;
}

.valign {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-self: center;
}

.btn:focus {
	outline: none;
	box-shadow: none;
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* table.table-bordered {
	border: 1px solid #ccc !important;
} */
/*table.table-bordered > thead > tr > th{
    border:1px solid #a9a9a9!important;
}*/
table.table-bordered>tbody>tr>td {
	border: 1px solid #ccc !important;
}

table.table-bordered>tfoot>tr>td, table.table-bordered>tfoot>tr>th {
	border: 1px solid #a9a9a9 !important;
}

.dropdown-menu.show, .dropdown-menu {
	background: #343434;
}

.dropdown.show .dropdown-item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
}

.dropdown-item a {
	color: #fff;
}

.dropdown.show .dropdown-item:hover {
	color: #fff;
}
/*.clockpicker-buttons-am-pm a:hover {
    background-color: rgba(255,255,255,0.3);
}*/
.clockpicker-buttons-am-pm a {
	background-color: rgba(255, 255, 255, 0.3);
}

.clockpicker-buttons-am-pm a.text-white-50 {
	background-color: #801504;
}

.del td {
	text-decoration: line-through;
	color: red;
}

.clockpicker-popover .btn-outline-primary:hover, .clockpicker-popover .btn-outline-primary:focus,
	.clockpicker-popover .btn-outline-primary:active, .btn-outline-primary:not
	 (:disabled ):not (.disabled ).active, .btn-outline-primary:not (:disabled
	 ):not (.disabled ):active, .show>.btn-outline-primary.dropdown-toggle
	{
	color: #fff;
	background-color: rgba(128, 21, 4, 0.3);
	box-shadow: none;
	border: none;
	outline: none;
}

.bg-teal {
	background: #009688;
}

.seperator {
	color: #fff;
	border-left: solid 2px #a8a8da;
	height: 20px;
	margin-top: 11px;
}

.pointer {
	cursor: pointer;
}

.ui-resizable-handle.ui-resizable-se.ui-icon.ui-icon-gripsmall-diagonal-se
	{
	display: none !important;
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background: rgba(255, 255, 255, 0.3);
}

::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.3);
	height: 5px;
}

.fa-4x {
	font-size: 30px !important;
	margin-top: 10%;
}

body, div {
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.3);
}

.pt-number-scroll::-webkit-scrollbar {
	width: 0;
	background: rgba(255, 255, 255, 0.6);
}

.pt-number-scroll::-webkit-scrollbar-thumb {
	background: #000;
	max-height: 0;
}

input[type=text], input[type=number], input[type=email] {
	padding: .375rem 1.75rem .375rem .75rem;
}

.pt-table thead .th-position th {
	top: 25px;
}

.hidden {
	display: none !important;
}

.sticky-bottom td {
	position: sticky;
	position: -webkit-sticky;
	bottom: 0;
	background: #dee2e6 !important;
}

/********Custum-select**********/
.icon_select_mate {
	position: absolute;
	top: -1px;
	right: 2px;
	height: 22px;
	transition: all 275ms;
}

.select_mate {
	position: relative;
	z-index: 10;
	float: left;
	width: 100%;
	font-family: 'Roboto';
	color: #777;
	font-weight: 300;
	/*box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.3);*/
	border-radius: 3px;
	transition: all 375ms ease-in-out;
	/* Oculto el elemento select */
}

.select_mate select {
	position: absolute;
	overflow: hidden;
	height: 0px;
	opacity: 0;
	z-index: -1;
}

.cont_list_select_mate {
	position: relative;
	float: left;
	width: 100%;
}

.cont_select_int {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
	overflow: hidden;
	height: 0px;
	width: 100%;
	background-color: #fff;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-radius: 0px 0px 3px 3px;
	box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
	transition: all 375ms ease-in-out;
}

.cont_select_int li {
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
	background-color: #fff;
	list-style-type: none;
	padding: 10px 25px;
	margin: 0px;
	transition: all 275ms ease-in-out;
	display: block;
	cursor: pointer;
}

.cont_select_int li:last-child {
	border-radius: 3px;
	border-bottom: 0px;
}

.cont_select_int li:hover {
	background-color: var(- -theme1);
	color: #fff;
}

.cont_select_int .active {
	background-color: var(- -selection1);
	color: #fff;
}
/* etiqueta <p> con la opcion selecionada */
.selecionado_opcion {
	width: 100%;
	display: block;
	margin: 0px;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	padding-right: 25px;
	height: 23px;
	overflow: auto;
}

/*******************************/
.text-red {
	color: #f44336;
}

.text-green {
	color: #4CAF50;
}

.text-orange {
	color: #FF9800;
}

.text-pink {
	color: #E91E63;
}

.text-blue {
	color: #2196F3;
}

.text-light-blue {
	color: #03A9F4;
}

.text-cyan {
	color: #00BCD4;
}

.text-amber {
	color: #FFC107;
}

.text-yellow {
	color: #FBC02D;
}

.text-grey {
	color: #546E7A;
}

.brown-light {
	background: #cfa7a1;
}

.orange-100 {
	background: #FFE0B2;
}

.grey-100 {
	background: #ddd;
}

.lime-100 {
	background: #f0f4c3;
}

.cyan-100 {
	background: #b2ebf2;
}

.indigo-100 {
	background: #c5cae9;
}

.pink-100 {
	background: #f8bbd0;
}

.pt-bg-1 {
	background: #ddd;
}

.pt-pb-40 {
	padding-bottom: 40px !important;
}

.pt-c-red, .req {
	color: #f44336;
}

.pt-c-pink {
	color: #e91e63;
}

.pt-w-1 {
	width: 10px;
}

.pt-w-5 {
	width: 50px;
}

.w-35 {
	width: 35% !important;
}

.pt-wpx-50 {
	width: 50px;
}

.pt-wpx-100 {
	width: 100px;
}

.pt-wpx-150 {
	width: 150px;
}

.pt-wpx-190 {
	min-width: 190px;
}

.pt-wpx-200 {
	width: 200px;
}

.pt-wp-100 {
	min-width: 100px !important;
}

.pt-wp-150 {
	min-width: 150px;
}

.pt-w-10 {
	width: 10%;
}

.pt-w-15 {
	width: 15%;
}

.pt-w-20 {
	width: 20%;
}

.pt-w-30 {
	width: 30%;
}

.pt-w-40 {
	width: 40%;
}

.pt-w-50 {
	width: 50%;
}

.pt-w-60 {
	width: 60%;
}

.pt-w-70 {
	width: 70%;
}

.pt-w-80 {
	width: 80%;
}

.pt-w-90 {
	width: 90%;
}

.pt-w-100 {
	width: 100%;
}

.pt-mh-250 {
	min-height: 250px !important;
}

.pt-h-8 {
	height: 8%;
}

.pt-h-10 {
	height: 10%;
}

.pt-h-15 {
	height: 15%;
}

.pt-h-20 {
	height: 20%;
}

.pt-h-25 {
	height: 25%;
}

.pt-h-30 {
	height: 30%;
}

.pt-h-35 {
	height: 35%;
}

.pt-h-40 {
	height: 40%;
}

.pt-h-45 {
	height: 45%;
}

.pt-h-50 {
	height: 50%;
}

.pt-h-55 {
	height: 55%;
}

.pt-h-60 {
	height: 60%;
}

.pt-h-65 {
	height: 65%;
}

.pt-h-70 {
	height: 70%;
}

.pt-h-75 {
	height: 75%;
}

.pt-h-80 {
	height: 80%;
}

.pt-h-85 {
	height: 85%;
}

.pt-h-90 {
	height: 90%;
}

.pt-h-95 {
	height: 95%;
}

.pt-h-100 {
	height: 100%;
}

.ptc-white {
	background: #fff;
}

.bg-theme {
	background: var(- -theme1);
}

.bg-bbb {
	background: #bbb !important;
}

.bg-grey {
	background: #dee2e6;
}

.ptc-red {
	background: #b71c1c;
}

.pt-bg-c-pink {
	background: #1E7BB6;
}

.pt-bg-c-yellow {
	background: #26B7B0;
}

.pt-bg-c-blue {
	background: #4bc0c0;
}

.pt-bg-c-light-pink {
	background: #48B0F7;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-auto {
	overflow: auto;
}

.overflow-x-auto {
	overflow-x: auto;
}

.overflow-y-auto {
	overflow-y: auto;
}

a {
	outline: none;
}

a:hover {
	outline: none;
	text-decoration: none;
}

.clear {
	clear: both;
	line-height: 0;
}

.rotate180 {
	transform: rotate(180deg) !important;
}

.pt-left {
	float: left;
}

.pt-right {
	float: right;
}

.pt-pt-3 {
	padding-top: 3px !important;
}

.pt-shadow {
	box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px
		rgba(43, 43, 43, 0.1);
}

#pt-dashboard-area .card {
	box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px
		rgba(43, 43, 43, 0.1);
	border: none;
	border-radius: .25rem;
	overflow: hidden;
	cursor: pointer;
}

.pt-card {
	border-radius: 8px;
	background: #fff;
}

.pt-red {
	color: #f44336;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

.heading-long {
	padding: 5px;
	background-color: rgba(137, 37, 22, 0.3);
}

a {
	text-decoration: none;
}

.bg-none {
	background-color: transparent;
	border: none;
	text-align-last: center;
	font-weight: bold;
}

.bg-none option {
	background-color: transparent !important;
	border: none;
	color: #000;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-align-last: center;
}

#pt-header {
	background-size: cover !important;
	padding: 10px 0;
	position: relative;
}

#pt-header .pt-nav-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	padding: 2px;
	text-align: center;
}

#pt-header .pt-nav-icon:hover i {
	cursor: default;
	transform: rotate(360deg);
	transition: all 0.5s ease-in-out 0s;
}

#pt-header .brand img {
	display: block;
	width: auto;
	max-height: 40px;
}

#pt-header .price-l img {
	display: block;
	width: auto;
	max-height: 40px;
}

#pt-header .tp-nav-icon img {
	display: block;
	width: 100%;
}

#pt-header .brand-name {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

#pt-header .gov-name {
	font-size: 10px;
}

#pt-heade .pt-middle {
	margin: 0 auto;
}

#pt-header nav ul li {
	list-style: none;
	display: inline;
}

#pt-header nav .menu-drop {
	text-decoration: none;
	font-weight: bold;
}

#pt-header nav ul li a {
	font-family: sans-serif;
	padding: 0 10px;
	display: inline-block;
}

#pt-header nav ul li a:hover {
	text-decoration: none;
}

#pt-header .pt-hover-pr {
	position: relative;
}

#pt-header .pt-menu-hover .card {
	position: absolute;
	min-width: 200px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	display: none;
	z-index: 99;
	overflow: hidden;
	background: none;
}

#pt-header .pt-menu-hover .pt-hover-item {
	list-style: none;
}

#pt-header .pt-menu-hover .pt-hover-item:last-child a {
	border-bottom: none;
}

#pt-header .pt-menu-hover .pt-hover-item a {
	text-decoration: none;
	padding: 5px 15px;
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	transition: 0.5s;
	transition-property: background;
}

#pt-header .pt-menu-hover .pt-hover-item a:hover {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#pt-header .avathar-wrapper {
	display: inline-block;
}

#pt-header .avathar {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 100px;
	overflow: hidden;
	padding: 0;
	/*box-shadow: 0 5px 10px 0 rgba(43,43,43,0.2);*/
}

#pt-header .avathar img {
	display: block;
	width: auto;
	max-height: 30px;
}

#pt-header .avathar-wrapper {
	position: relative;
}

#pt-header .pt-profile-hover .card {
	display: none;
	top: 35px;
	right: 0;
	position: absolute;
	min-width: 500px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	z-index: 99;
	overflow: hidden;
	padding: 20px;
}

#pt-header .pt-profile-hover .profile-wrapper {
	display: block;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
}

#pt-header .pt-profile-hover .profile-wrapper img {
	display: block;
	width: auto;
	max-height: 110px;
}

#pt-header .pt-profile-hover .pt-top {
	border-bottom: 1px solid #EBE7E7;
}

#pt-header .pt-profile-hover .pt-bottom .pt-buttons .button {
	float: left;
	padding: 10px 25px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin-right: 10px;
}

#pt-header .pt-profile-hover .pt-bottom .pt-date-and-time .digital-clock,
	#pt-date {
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}

#pt-header .pt-profile-hover .pt-bottom .pt-buttons .button.ptc-red {
	float: right;
	margin-right: 0;
}

#pt-header .pt-profile-hover .pt-bottom .pt-buttons .button:hover {
	text-decoration: none;;
}

#pt-header .pt-profile-hover .pt-profile-info .user-id {
	color: #7a7a7a;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

#pt-header .pt-profile-hover .pt-profile-info .user-id b {
	font-weight: normal;
	font-weight: bold;
}

#pt-header .pt-profile-hover .pt-profile-info .pt-name {
	color: #171717;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

#pt-header .pt-profile-hover .pt-profile-info .pt-designation {
	color: #5a5a5a;
	font-size: 16px;
	text-align: center;
}

/*==========Drop down menu=============*/
#pt-header nav .slick-menu .slick-submenu.slick-first {
	left: 0;
	top: 25px;
}

#pt-header nav .slick-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

#pt-header nav .slick-menu ul li {
	display: inline-block;
}

#pt-header nav .slick-submenu {
	z-index: 99;
}

#pt-header nav .slick-submenu li {
	text-align: left;
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#pt-header nav .slick-submenu a {
	display: block;
	padding: 0 10px;
	color: #000;
	line-height: 35px;
	text-decoration: none;
}

#pt-header nav .slick-submenu a:hover {
	background-color: #009688;
	color: #fff;
}

/* Hide Dropdowns by Default */
#pt-header nav .slick-menu ul ul {
	display: none;
	position: absolute;
	top: 60px; /* the height of the main nav */
}

/* Display Dropdowns on Hover */
#pt-header nav .slick-menu ul li:hover>ul {
	display: inherit;
}

/* Fisrt Tier Dropdown */
#pt-header nav .slick-menu ul ul li {
	width: 230px;
	float: none;
	display: list-item;
	position: relative;
}

/* Second, Third and more Tiers */
#pt-header nav .slick-menu ul ul ul li {
	position: relative;
	top: -60px;
	left: 230px;
}

/* Change this in order to change the Dropdown symbol */
li>a:after {
	
}

li>a:only-child:after {
	content: '';
}
/*============Dropdown Ends===============*/

/*---------Mobile Menu css-------------- */
#pt-header nav .overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.8);
	overflow-x: hidden;
	transition: 0.5s;
}

#pt-header nav .overlay-content {
	position: relative;
	top: 20%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

#pt-header nav .overlay .mob-menu li {
	display: block;
	border: none;
}

#pt-header nav .overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

#pt-header nav .overlay a:hover, #pt-header nav .overlay a:focus {
	color: #f1f1f1;
}

#pt-header nav .overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
}

.mob-menu ul {
	padding: 0;
	transition: all 2s linear;
}
/*---------Mobile Menu css Ends--------- */
#pt-content {
	width: 100%;
}

#pt-current-user {
	width: 100%;
	height: 30px;
	padding: 2px 10px;
	box-sizing: border-box;
}

#pt-current-user select {
	border: none;
	display: block;
	width: 100%;
	text-align: right;
	text-align-last: right;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
	outline: none;
	direction: rtl;
}

#pt-current-user select:focus {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-border: none;
	-moz-border: none;
	border: none;
	outline: none;
}

#pt-current-user

 

select


:not

 

(
[
multiple
]

 

),
#pt-specifications

 

select


:not


	

(
[
multiple
]

 

){
-webkit-appearance


:

 

none


;
-moz-appearance


:

 

none


;
}
select:focus {
	border: none;
}

#pt-user-role  {
    border-radius: 0 ;
    border: none;

}



#pt-current-user select option {
	border: none;
	display: block;
	width: 100%;
	text-align: right;
}

#pt-main-content-area {
	position: relative;
}

#pt-sidebar {
	height: 100%;
	width: 40px;
	box-sizing: border-box;
	transition: all 0.3s linear;
	position: fixed;
	z-index: 98;
	left: 0px;
}

#pt-sidebar .pt-sidebar-body {
	height: 100%;
	box-sizing: border-box;
	position: relative;
}

#pt-sidebar .pt-sidebar-body #sidebar-expand, #sidebar-collapse {
	height: 33px;
	display: block;
	transition: 0.5s;
	transition-property: background;
	transition-property: padding-right;
}

#pt-sidebar .pt-sidebar-body #sidebar-expand .pt-slide-close {
	display: none;
}

#pt-sidebar .sidemenu-icon {
	height: calc(100% - 50px);
	overflow-y: auto;
	scrollbar-width: none;
}

#pt-sidebar .pt-sidebar-body #sidebar-expand:hover, #sidebar-collapse:hover
	{
	padding-right: 10px;
}

#pt-sidebar .pt-sidebar-body #sidebar-expand a, #sidebar-collapse a {
	display: block;
	padding: 5px;
	text-align: center;
}

/*--------sidebar full     --------*/
#pt-side-menu-full .ptsm-item {
	overflow: hidden;
}

#pt-side-menu-full .ptsm-item i {
	width: 25px;
	font-size: 20px;
	text-align: center;
	margin-right: 5px;
}

#pt-side-menu-full .ptsm-item .ptsm-item-text {
	display: none;
	overflow: hidden;
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	transition: all 0.5s linear;
}

#pt-side-menu-full .ptsm-item .ptsm-item-text .hover-move {
	white-space: nowrap;
	overflow: auto;
}

/*--------sidebar full ends--------*/
.pt-submenu {
	display: none;
	margin-left: 15px;
	overflow: hidden;
	float: left;
	width: 300px;
	margin-right: 0;
	margin-left: 0;
	background: rgba(0, 0, 0, 0.13);
	padding-left: 0 !important;
	box-sizing: border-box;
}

#pt-sidebar .sidemenu-icon ul {
	padding: 0;
}

#pt-sidebar .sidemenu-icon ul li {
	list-style: none;
}

#pt-sidebar .sidemenu-icon ul li .pt-sidemenu-nav-item {
	float: left;
	width: 255px;
	padding: 5px;
	text-decoration: none;
	/*font-weight: 500;*/
	font-family: 'quicksandregular';
}

#pt-sidebar .sidemenu-icon ul li a.active {
	font-family: 'quicksandbold';
}

#pt-sidebar .sidemenu-icon ul li.pt-collapse .pt-sidemenu-nav-item {
	width: 300px;
}

#pt-sidebar .sidemenu-icon ul li a {
	color: #fff;
}

#pt-sidebar .sidemenu-icon ul li a.pt-nav-expand-icon {
	display: none;
	float: right;
	width: 35px;
	padding: 8px 5px;
	color: #009688;
	text-decoration: none;
}

#pt-sidebar .sidemenu-icon ul li a.pt-nav-expand-icon.pt-arrow-up i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}
/*#pt-sidebar .sidemenu-icon ul li a.active:hover {
    background: rgba(0,0,0,0.4);
}*/
#pt-sidebar .sidemenu-icon ul li .pt-sidemenu-nav-item:hover i {
	transform: rotate(360deg);
	transition: all 0.5s ease-in-out 0s;
}

#pt-sidebar .sidemenu-icon ul li .pt-sidemenu-nav-item .pt-dropdown-icon-right
	{
	float: right;
}

#pt-sidebar .sidemenu-icon ul li .pt-sidemenu-nav-item .pt-dropdown-icon-right:hover
	{
	transform: none;
}

.ptsm-item {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.ptsm-item:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#pt-sidebar-full .sidemenu-icon ul li a i {
	margin-right: 8px;
}

#pt-content-area {
	height: 100%;
	float: right;
	width: calc(100% - 55px);
	width: -webkit-calc(100% - 55px);
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	box-sizing: border-box;
	transition: all 0.5s linear;
	overflow: hidden;
}

#pt-content-area.full-width {
	width: calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
}

#pt-breadcrumb {
	padding: 2px 10px 2px 15px;
	height: 25px;
	overflow: hidden;
	overflow-x: auto;
}

#pt-breadcrumb .breadcrumb {
	white-space: nowrap !important;
	height: 23px;
	min-width: 800px;
}

#pt-breadcrumb .breadcrumb .breadcrumb-item {
	font-size: 13px;
}

#pt-breadcrumb .breadcrumb .breadcrumb-item a {
	font-weight: bold;
	color: #455A64;
}

#pt-heading {
	background: #fff;
	padding: 5px 10px;
	margin-top: 5px;
	text-align: center;
	position: relative;
	height: auto;
}

#pt-heading.minimized {
	height: 30px !important;
	overflow: hidden;
}

#pt-heading .head-minimizer i {
	transform: rotate(0deg);
}

#pt-heading.minimized .head-minimizer i {
	transform: rotate(180deg);
}

#pt-heading .heading {
	width: calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	margin: 0;
	text-align: center;
	font-weight: bold;
	max-height: 48px;
	overflow: auto;
	line-height: 1.5;
}

#pt-heading .head-minimizer {
	position: absolute;
	right: 10px;
	top: 3px;
	bottom: 0;
}

#pt-parent {
	position: absolute;
	height: 100%;
	margin: 5px 0 0px;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}

#pt-slide-left, #in-slide-left {
	position: relative;
	float: left;
	height: 100%;
	box-sizing: border-box;
}

#pt-slide-right, #in-slide-right {
	position: relative;
	float: left;
	height: 100%;
	box-sizing: border-box;
}

#pt-parent #pt-slide-left .pt-slide-wrapper, #in-slide-left .pt-slide-wrapper
	{
	padding: 5px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0.1px 6px rgba(0, 0, 0, 0.16), 0 0.1px 6px
		rgba(0, 0, 0, 0.13);
	height: 100%;
	overflow: auto;
}

#pt-parent #pt-slide-right .pt-slide-wrapper, #in-slide-right .pt-slide-wrapper
	{
	padding: 5px;
	padding-left: 10px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0.1px 6px rgba(0, 0, 0, 0.16), 0 0.1px 6px
		rgba(0, 0, 0, 0.13);
	height: 100%;
	overflow: hidden;
}

.ui-resizable-handle.ui-resizable-e {
	max-width: 5px;
}

/*------------------Dashboard Template ---------*/

/*------Custom switch-----*/
.checkbox.checbox-switch {
	padding-left: 0;
}

.checkbox.checbox-switch label, .checkbox-inline.checbox-switch {
	display: inline-block;
	position: relative;
	padding-left: 0;
}

.checkbox.checbox-switch label input, .checkbox-inline.checbox-switch input
	{
	display: none;
}

.checkbox.checbox-switch label span, .checkbox-inline.checbox-switch span
	{
	cursor: pointer;
	width: 35px;
	border-radius: 20px;
	height: 18px;
	border: 1px solid #dbdbdb;
	background-color: #f44336;
	border-color: #f44336;
	box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
	transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.checkbox.checbox-switch label span:before, .checkbox-inline.checbox-switch span:before
	{
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgb(255, 255, 255);
	content: " ";
	top: 0;
	position: relative;
	/*left: -14px;*/
	left: 0;
	transition: all 0.3s ease;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	top: -2px;
}

.checkbox.checbox-switch label>input:checked+span:before,
	.checkbox-inline.checbox-switch>input:checked+span:before {
	left: 16px;
	top: -2px;
}

/* Switch Primary */
.checkbox.checbox-switch.switch-primary label>input:checked+span,
	.checkbox-inline.checbox-switch.switch-primary>input:checked+span {
	background-color: #009688;
	border-color: #009688;
	/*box-shadow: rgb(0, 105, 217) 0px 0px 0px 8px inset;*/
	transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s,
		background-color 1.2s ease 0s;
}

.checkbox.checbox-switch.switch-primary label>input:checked:disabled+span,
	.checkbox-inline.checbox-switch.switch-primary>input:checked:disabled+span
	{
	background-color: red;
	border-color: red;
	/* box-shadow: rgb(109, 163, 221) 0px 0px 0px 8px inset;*/
	transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s,
		background-color 1.2s ease 0s;
}

/*------Custom switch Ends-----*/
#pt-dashboard-area {
	height: 100%;
	float: right;
	width: 100% !important;
	padding-top: 5px;
	padding-bottom: 5px;
	box-sizing: border-box;
	transition: all 0.5s linear;
	overflow: hidden;
}

#dashboard-contents {
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

.db-top {
	height: 20%;
}

.db-bottom {
	height: 70%;
}

.pt-card-tb {
	font-size: 25px;
}

.pt-card-ts {
	font-size: 18px;
	margin-bottom: 0;
}
/*----------------Dashboard templates ends-------*/

/*--------------------Estimation---------------*/
.chead-item {
	position: sticky;
	position: -webkit-sticky;
	top: 25px;
	z-index: 2;
}

.pt-meature-pop {
	height: 100%;
}

.pt-meature-pop .pt-dropdown {
	height: 100%;
}

.pt-left-est {
	width: 30px;
	height: 100%;
}

.pt-left-est .pt-pad {
	height: 25px;
	text-align: center;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #eee;
	/*background: #a31500;*/
	background: #ddd;
}

.pt-left-est .pt-num {
	text-align: center;
	font-weight: bold;
	height: 55px;
	line-height: 55px;
}

.lt-height .pt-num {
	height: 33px;
	line-height: 33px;
}

.eqlheight .pt-num {
	height: 33px;
	line-height: 33px;
}

.pt-table-wrapper {
	height: 100%;
}

.pt-num-sidebar {
	position: relative;
	height: calc(100% - 155px);
	height: -webkit-calc(100% -155px);
}

.pt-num-sidebar .pt-scroll-ctrl {
	display: block;
	text-align: center;
}

#dprTabContent .pt-v-slide {
	z-index: 4;
}

.pt-v-slide {
	padding: 0;
	width: 30px;
	height: 100%;
	position: absolute;
	z-index: 5;
	left: 0;
	bottom: 0;
	margin: 0;
	top: 0;
	transition: all 0.5s linear;
}

.pt-v-slide .pt-controls {
	width: 30px;
}

.pt-number-scroll {
	width: 30px;
	height: 100%;
	overflow-y: auto;
	scrollbar-width: none;
	/*background: #a64537;*/
	background: #ddd;
	padding-bottom: 50px;
}

.l_c {
	position: absolute;
	bottom: -50px;
	width: 30px;
	text-align: center;
	background: #8e2f20;
}

.num-item {
	background: #ddd;
}

.pt-v-slide a {
	display: block;
	font-size: 12px;
	padding-top: 3px;
	height: 25px;
	border-bottom: 1px solid #a2a2a280;
	box-sizing: border-box;
	color: #000;
}

.pt-v-slide a.active {
	
}

.pt-v-slide a:hover {
	text-decoration: none;
}

.pt-v-slide .num {
	float: left;
	width: 30px;
	margin-right: 5px;
	text-align: center;
}

.pt-v-slide .text {
	display: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	max-width: calc(100% - 40px);
	scrollbar-width: none;
}

.pt-v-slide .text::-webkit-scrollbar {
	width: 0px;
	background: rgba(255, 255, 255, 0.6);
	height: 2px;
}

.pt-v-slide .text::-webkit-scrollbar-thumb {
	background: #0000;
	max-height: 0px;
}

.table-responsive {
	height: 100%;
	margin-bottom: 0;
	position: relative;
}

.table.table-bordered.pt-table {
	margin-bottom: 0;
	overflow: auto;
}

.pt-right-est {
	width: calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	height: 100%;
	position: relative;
	overflow: hidden;
	scrollbar-width: none;
}

.pt-table thead {
	width: 100%;
	box-sizing: border-box;
}

.pt-table thead th {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background: #ddd !important;
	z-index: 1;
	padding: 0 5px !important;
	text-align: center !important;
	height: 30px !important;
	border-right: 1px solid #fff;
}

.pt-table thead .sub-head th {
	top: 26px;
}

.pt-table thead th:last-child {
	border-right: none;
}

.final-amount {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: #fff;
	z-index: 7;
}

.final-amount .pt-sum {
	padding-top: 5px;
	padding-bottom: 5px;
}

.final-amount .pt-sum .pt-sum-t {
	display: block;
	color: #000;
	font-weight: bold;
}

.roundoff {
	display: none;
}

.roundoff .rounding {
	
}

.final-amount .pt-sum a:hover {
	text-decoration: none;
}

.pt-sp-top .selectpicker {
	border: none;
	outline: none;
	padding-left: 2px;
	padding-right: 2px;
	text-align-last: center;
}

.pt-cont-ex i ,.pt-cont-ex2 i{
	transform: rotate(0deg);
}

.pt-cont-ex.pt-close i,.pt-cont-ex2.pt-close i {
	transform: rotate(180deg);
}

.bb-1 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/*.bb-2 {
    border-bottom: 2px solid #b71c1c !important;
}*/
/*.pt-sp-bottom td {
    background: rgba(136,35,20,0.3);
}*/
.sp-content-wrap {
	height: 50px;
	overflow: hidden;
	transition: all 0.5s linear;
}

.sp-content-wrap a {
	display: block;
	text-decoration: none;
	color: #000;
}

.sp-content-wrap a:hover {
	text-decoration: none;
	color: #555;
}

.sp-content-wrap.pt-ex {
	height: auto;
}

.roundoff-expand.pt-close i {
	transform: rotate(180deg);
}

.sp-content-wrap.sp-expand {
	height: auto;
}

.rounding select {
	padding: 2px 20px 2px 10px;
}

.rounding

 

select


:not

 

(
[
multiple
]

 

)
{
-webkit-appearance


:

 

none


;
-moz-appearance


:

 

none


;
outline


:

 

none


;
font-size


:

 

12
px


;
}
.pt-table td {
	padding: 2px 5px !important;
}

.pt-table .current-specification {
	text-align: center;
}

.pt-table .sp-heading {
	font-weight: bold;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	overflow: auto;
	max-height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	scrollbar-width: none;
}

.pt-table .sp-heading::-webkit-scrollbar {
	width: 0px;
	background: rgba(255, 255, 255, 0.6);
	height: 0;
}

.pt-table .sp-heading::-webkit-scrollbar-thumb {
	background: #0000;
	max-height: 0px;
}

.pt-table .sp-databook-type {
	font-size: 13px;
	height: 20px;
}

/*-----------------est right------------------*/
#tabs, .pt-nav-tabs {
	position: relative;
	height: 38px;
	overflow: hidden;
}

.pt-tab-right {
	position: absolute;
	right: 1px;
	/*background: #cfa7a1;*/
	background: #ddd;
}

.pt-dot-menu .dropdown-tog {
	display: inline-block;
	padding: 3px;
	height: 30px;
	width: 30px;
	text-align: center;
	border-radius: 50%;
	margin-top: 4px;
}

.pt-tab-right .pt-dropdown-close {
	display: inline-block;
	padding: 3px;
	height: 30px;
	width: 30px !important;
	text-align: center;
	border-radius: 50%;
	margin-top: 4px;
}

.pt-dot-menu .dropdown-tog:hover {
	
}

.pt-dot-menu .pt-dropdown {
	display: none;
	position: absolute;
	z-index: 5;
	top: 30px;
	right: 9px;
	min-width: 200px;
	max-height: 200px;
	box-shadow: 0 0.1px 6px rgba(0, 0, 0, 0.16), 0 0.1px 6px
		rgba(0, 0, 0, 0.13);
	border-radius: 2px;
	overflow: auto;
}

.pt-dot-menu .pt-dropdown .pt-dropdown-item {
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	text-align: center;
	color: #000;
	cursor: pointer;
}

.pt-dot-menu .pt-dropdown .pt-dropdown-item:hover {
	text-decoration: none;
	color: #007bff;
}

.pt-tab-right a {
	display: inline-block;
	padding: 3px;
	height: 30px;
	width: 30px;
	text-align: center;
	border-radius: 50%;
	margin-top: 4px;
}

.pt-tab-right a:hover {
	
}

#tabs .nav-link {
	color: #000;
}

#tabs .nav-link.active {
	font-weight: bold;
}

#tabsContent {
	height: calc(100% - 38px);
	margin-top: 2px;
}

#tabsContent.h-100-50 {
	height: calc(100% - 50px) !important;
}

#tabs .nav-link {
	border-color: #e9ecef #e9ecef #dee2e6;
}

#tabsContent .pt-num-sidebar {
	height: calc(100% - 155px);
	height: -webkit-calc(100% - 155px);
}

#tabsContent .pt-num-sidebar.pt-num-sidebar-spec {
	height: calc(100% - 75px);
	height: -webkit-calc(100% - 75px);
}

#tabsContent .pt-num-sidebar.full-height {
	height: calc(100% - 75px) !important;
	height: -webkit-calc(100% - 75px) !important;
}

#tabsContent .lt-height .pt-num-sidebar {
	height: calc(100% - 135px);
	height: -webkit-calc(100% - 135px);
}

#tabsContent .final-amount .pt-sum, .final-amount .pt-sum {
	height: 35px;
	padding-right: 5px;
}

#tabsContent .final-amount .pt-sum .pt-btn, .final-amount .pt-sum .pt-btn, .final-amount .pt-sum .ptc-red
	{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	padding: 2px 10px;
}

#tabsContent .final-amount .pt-sum .pt-btn.pt-border, .final-amount .pt-sum .pt-btn.pt-border
	{
	color: rgba(136, 35, 20, 0.9);
	border: 1px solid rgba(136, 35, 20, 0.9);
	background: none;
	padding-top: 0;
}

#tabsContent .pt-search {
	font-size: 14px;
	padding-left: 15px;
	border: 1px solid #943A2C;
}

#tabsContent .pt-search:focus {
	outline: none;
}

#tabsContent .pt-dropdown-toggle {
	color: #000;
}

#tabsContent .pt-dropdown-toggle:hover {
	text-decoration: none;
}

#popHeadForm .modal-header {
	background: #943A2C;
	color: #fff;
}

#popHeadForm .modal-header .close {
	color: #fff;
}

.pt-measure-overlay, .pt-addmeasure-overlay {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 4;
	overflow: auto;
	padding-bottom: 40px;
}

.pt-dropdown-close {
	color: rgba(136, 35, 20, 0.9);
}

.pt-mw-250 {
	min-width: 250px;
}

.pt-w-27 {
	width: 27px;
}

.panel, .panel-body {
	box-shadow: none;
	padding-bottom: 5px;
}

.panel-group .panel-heading {
	padding: 0;
}

.panel-group .panel-heading a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	position: relative;
	color: #000;
	font-size: 15px;
}

.panel-group .panel-heading a:hover {
	text-decoration: none;
	color: #000;
}

.panel-group .panel-heading a:after {
	content: '-';
	float: right;
}

.panel-group .panel-heading a.collapsed:after {
	content: '+';
}

#accordionGroupOpen {
	margin-bottom: 25px;
}

.overflow-btn {
	position: absolute;
	bottom: 50px;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	overflow: hidden;
	right: 20px;
	box-shadow: 0 0.1px 6px rgba(0, 0, 0, 0.16), 0 0.1px 6px
		rgba(0, 0, 0, 0.13);
	z-index: 4;
}

.overflow-btn a {
	width: 100%;
	height: 100%;
	padding: 7px;
	text-align: center;
}

#tabs .pt-tab-right .pt-dropdown-close {
	display: none;
}

.table td.space {
	background: rgba(136, 35, 20, 0.3);
	height: 5PX;
}

.table td.space.bgn {
	background: none !important;
}

#odItem {
	position: -webkit-sticky;
	position: sticky;
	top: 0 !important;
}

#odItem .table-responsive {
	max-height: 100%;
}

/*--------------------Estimation ends ---------*/

/*-----------------DPR template-----------------*/
/*------------Dpr Buttons----------------------*/
#dprTab .nav-item .nav-link {
	list-style: none;
}

#dprTab .nav-item .nav-link {
	padding: 10px;
	display: block;
	padding-left: 15px;
	background: #ddd;
	color: #3a433f;
	font-weight: 600;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

#dprTab .nav-item .nav-link:hover {
	text-decoration: none;
}
/*------------Dpr Buttons ends-----------------*/
.fixed-bottom-row td {
	position: sticky;
	position: -webkit-sticky;
	bottom: 0;
}

.fixed-bottom-row.b25 td {
	bottom: 25px;
}

.fixed-bottom-row.b50 td {
	bottom: 50px;
}

#dprTabs {
	background: #fff;
}

#dprTabs .pt-fixed-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #fff;
	left: 0;
	right: 0;
	z-index: 5;
}

#dprTabs .pt-fixed-bottom .btn {
	display: inline-block;
	color: #fff;
	font-weight: 600;
	white-space: normal;
}

#dprTabs .nav-item.nav-dropdown {
	position: relative;
}

#dprTabs .nav-item.nav-dropdown .nav-dropdown-menu {
	display: none;
	position: absolute;
	top: 3;
	right: 10px;
	z-index: 6;
	background: #fff;
	box-shadow: 0 0.1px 6px rgba(0, 0, 0, 0.16), 0 0.1px 6px
		rgba(0, 0, 0, 0.13);
	border-radius: 4px;
}

#dprTabs .nav-item.nav-dropdown.pt-show .nav-dropdown-menu {
	display: block;
}

#dprTabs .nav-item.nav-dropdown .nav-dropdown-menu ul {
	padding: 0;
	list-style: none;
}

#dprTabs .nav-item.nav-dropdown .nav-dropdown-menu ul li a {
	display: block;
	padding: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	color: #3a433f;
}

#dprTabs .nav-item.nav-dropdown .nav-dropdown-menu ul li a:hover {
	text-decoration: none;
}

#pt-dprh {
	display: none;
}

#dpr-tabNav {
	scrollbar-width: none;
}

#dpr-tabNav::-webkit-scrollbar {
	width: 0px;
	background: rgba(255, 255, 255, 0.6);
	height: 0;
}

#dpr-tabNav::-webkit-scrollbar-thumb {
	background: #0000;
	max-height: 0px;
}

.pt-inline-select select {
	width: auto;
}

.form-inline label {
	justify-content: left;
}

.pt-tooltip {
	font-size: 13px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus,
	select:focus {
	outline: none;
}

.ptslt .custom-select, .ptslt select, .ptslt input, .ptslt textarea,
	.ptslt .custom-file, .ptslt .selectize-control{
	width: calc(100% - 20px);
}

.datepicker {
	-webkit-border-radius: 1px;
	border-radius: 1px;
	border: 1px solid #ced4da !important;
}

.tox .tox-statusbar .tox-statusbar__branding,
	.tox-notifications-container {
	display: none !important;
}

.tox.tox-tinymce {
	height: 100% !important;
}

.overflow-y-auto .container-fluid {
	padding-left: 5px;
	padding-right: 5px;
}

select.custom-select, input, textarea {
	border: 1px solid #ced4da;
	border-radius: 0;
}

.pt-textover {
	max-width: 200px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.pt-day, .pt-month, .pt-year {
	width: 30px !important;
	margin-right: 5px;
}

.pt-inline-select .pt-date-select {
	width: calc(100% - 55px) !important;
}

.pt-inline-select .pt-date-select .custom-select {
	width: 100% !important;
}

#viewEstOverlay .close-overlay {
	height: 25px;
}

#viewEstOverlay .estviewtable {
	-webkit-height: calc(100% - 25px) !important;
	height: calc(100% - 25px) !important;
}

.table tr.active {
	background: #999;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}
/*-----------------DPR template ends------------*/
/*-----------------File Template ---------------*/
.workpopup {
	/*display: none;*/
	position: absolute;
	top: 5;
	z-index: 6;
	background: #fff;
	box-shadow: 0 0.1px 6px rgba(0, 0, 0, 0.16), 0 0.1px 6px
		rgba(0, 0, 0, 0.13);
	border-radius: 4px;
	min-width: 200px;
	overflow: hidden;
}

.workpopup ul {
	padding: 0;
	margin: 0;
}

.workpopup .workpopitem {
	list-style: none;
}

.workpopup .workpopitem a {
	display: block;
	text-decoration: none;
	padding: 10px 15px;
	background: #fff;
	font-weight: 600;
	font-size: 14px;
	color: rgba(136, 35, 20, 0.9);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.workpopup .workpopitem a.active {
	background: rgba(136, 35, 20, 0.9);
	color: #fff;
}

.workpopup .workpopitem a:hover {
	background: rgba(136, 35, 20, 0.4);
}

.dropleft .dropdown-menu a:hover {
	color: #fff;
	background-color: rgba(136, 35, 20, 0.9);
	border-color: #fff;
}

.dropdown-menu .dropdown-item {
	color: #fff !important;
}

#contents {
	-webkit-height: calc(100% - 28px);
	height: calc(100% - 28px);
	overflow: auto;
}
/*----------------File template ends------------*/

/*-------------Asset template Starts Here ------*/
#assetTabs {
	background: #fff;
}

.tree {
	min-height: 20px;
	padding: 19px;
	padding-left: 0;
	margin-bottom: 20px;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.tree ul {
	padding-left: 29px;
}

.tree li {
	list-style-type: none;
	margin: 0;
	padding: 10px 5px 0 5px;
	position: relative;
	display: none;
}

.tree .first_parent.parent_li {
	display: block;
}

.tree li.parent_li {
	display: none;
}

.tree li::before, .tree li::after {
	content: '';
	left: -20px;
	position: absolute;
	right: auto
}

.tree li::before {
	border-left: 1px solid #999;
	bottom: 50px;
	height: 100%;
	top: 0;
	width: 1px
}

.tree li a {
	text-decoration: none;
	font-size: 17px;
	color: #555;
	display: inline-block;
	padding: 5px;
}

.tree li a.active {
	
}

.tree li::after {
	border-top: 1px solid #999;
	height: 20px;
	top: 25px;
	width: 25px
}

.tree li span {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #999;
	border-radius: 5px;
	display: inline-block;
	padding: 3px 2px 0px;
	text-decoration: none
}

.tree li.parent_li>span {
	cursor: pointer
}

.tree>ul>li::before, .tree>ul>li::after {
	border: 0
}

.tree li: last-child::before {
	height: 30px
}

.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span
	{
	background: #eee;
	border: 1px solid #94a0b4;
	color: #000
}

/*-------------Asset template Ends Here --------*/

/*-------------SBD template starts here --------*/
#bdform4.form-inline label {
	justify-content: start !important;
}

/*-------------SBD template Ends Here ----------*/
#pt-footer {
	background: #1d2531;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 25px;
	box-sizing: border-box;
	border-top: 2px solid #fff;
	padding-top: 2px;
	z-index: 99;
}

#pt-footer div p {
	font-size: 10px;
	margin-bottom: 0;
	line-height: 25px;
	color: #fff;
}

#pt-footer .footer-logo.re-img {
	display: block;
	width: auto;
	max-height: 20px;
	padding-top: 3px;
}

/*------------- ebill template starts here --------*/
.pt-table thead tr {
	position: sticky;
	top: 0;
    z-index: 1;
}

.sticky-header {
	position: sticky;
	top: 0;
}

.sticky-row3 th {
	font-size: 12px;
}
/*------------- ebill template ends here ----------*/
/*------User manual style----------*/
pre {
	background: #efeaea;
	position: relative;
	margin-bottom: 0;
	margin-top: 10px;
}

pre .copy-text {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #801540;
}

.avoid-clicks {
	pointer-events: none !important;
	cursor: auto !important;
}

/*-----------Dropdown menu--------------*/
.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: -80px;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

/*=================Filter Sidebar Modal==================*/
.pt-filter .modal .modal-dialog-aside {
	width: 350px;
	max-width: 80%;
	height: 100%;
	margin: 0;
	transform: translate(0);
	transition: transform .2s;
}

.pt-filter .modal .modal-dialog-aside .modal-content {
	height: inherit;
	border: 0;
	border-radius: 0;
}

.pt-filter .modal .modal-dialog-aside .modal-content .modal-body {
	overflow-y: auto
}

.pt-filter .modal.fixed-left .modal-dialog-aside {
	margin-left: auto;
	transform: translateX(100%);
}

.pt-filter .modal.fixed-right .modal-dialog-aside {
	margin-right: auto;
	transform: translateX(-100%);
}

.pt-filter .modal.show .modal-dialog-aside {
	transform: translateX(0);
}
/*=================Filter Sidebar Modal ends==================*/
.label.placeholder {
	position: absolute;
	margin: 10px;
	padding: 0 10px;
	color: rgba(0, 0, 0, 0.5);
	background-color: #fff;
	-webkit-transition: top .2s ease-in-out, font-size .2s ease-in-out;
	transition: top .2s ease-in-out, font-size .2s ease-in-out;
	top: -18px;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}

label.placeholder.active {
	top: -18px;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/*===============Color Switcher================*/
#switcher li {
	display: flex;
	flex-direction: row;
	align-items: center;
	list-style: none;
	height: 25px;
	margin-bottom: 15px;
	line-height: 25px;
	cursor: pointer;
}

#switcher .theme {
	display: inline-block;
	width: 25px;
	height: 25px;
	border: 1px solid #000;
}

#switcher .theme.theme1 {
	background: #222d3b;
}

#switcher .theme.theme2 {
	background: #3F51B5;
}

#switcher .theme-name {
	display: inline-block;
	height: 25px;
	line-height: 25px;
}
/*=============Color Switcher Ends==============*/

/***********************/
.tags {
	display: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #eee;
	padding: 5px;
	margin-bottom: 10px;
	min-height: 49px;
}

.tags .tag {
	display: inline-block;
	padding: 5px 20px;
	position: relative;
	background: var(- -theme1);
	color: #fff;
	margin-bottom: 3px;
	border-radius: 2px;
}

.tags .tag .close {
	position: absolute;
	right: 15px;
	top: 13px;
	width: 10px;
	height: 10px;
	opacity: 1;
}

.tags .tag .close:hover {
	opacity: 0.3;
}

.tags .tag .close:before, .close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 10px;
	width: 2px;
	background-color: #fff;
}

.tags .tag .close:before {
	transform: rotate(45deg);
}

.tags .tag .close:after {
	transform: rotate(-45deg);
}

/*******TABS********/
#tablight {
	color: var(- -text-dark);
}

#tablight h6.section-title {
	color: var(- -text-dark);
}

#tablight .nav-tabs .nav-item.show .nav-link, #tablight .nav-tabs .nav-link.active
	{
	color: var(- -text-dark) !important;
	background-color: transparent;
	border-color: transparent transparent var(- -theme1);
	border-bottom: 4px solid !important;
	font-weight: bold;
	background: #fff;
}

#tablight .nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	color: var(- -text-dark);
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}

#tablight .nav-tabs {
	border-bottom: 1px solid #eee !important;
}

#nav-tablightContent {
	overflow: auto;
}
/************************/

/*-----Quality Control Styles-----*/
.draft-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
}

.draft-item .more-details {
	display: none;
}

.draft-item.show .more-details {
	display: block;
}

.draft-item .details {
	display: block;
}

.draft-item.show .details {
	display: none;
}

.draft-item .img-wrap {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	border-radius: 50%;
	overflow: hidden;
	background: var(- -selection1);
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
}

.draft-item .img-wrap img {
	display: block;
	width: auto;
	height: 40px;
}

.draft-item .left-data {
	width: 50px;
}

.draft-item .right-data {
	width: calc(100% - 50px);
}

.draft-item .top-data {
	cursor: pointer !important;
}

.draft-item .date {
	color: #909090;
}

.draft-item tr {
	cursor: unset !important;
}
/*********************************/
.inbox-count .nav-link {
	position: relative;
}

.pt-count {
	height: 25px;
	border-radius: 50%;
	text-align: center;
	width: 25px;
	background: #dc3545;
	color: #fff;
	padding-top: 4px;
	position: absolute;
	right: 2px;
	font-size: 11px;
}

/**********Accordian Style********/
.accordion {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(225, 225, 225, 1);
	overflow: hidden;
	transition: height 0.3s ease;
	margin-bottom: 5px;
}

.accordion .accordion_tab {
	padding: 8px;
	cursor: pointer;
	user-select: none;
	font-weight: 700;
	position: relative;
	display: flex;
	align-items: center;
}

.accordion .accordion_tab .accordion_arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 15px;
	padding-bottom: 5px;
	transition: all 0.3s ease;
}

.accordion .accordion_tab .accordion_arrow img {
	width: 100%;
	height: 100%;
}

.accordion .accordion_tab.active .accordion_arrow {
	transform: translateY(-50%) rotate(180deg);
}

.accordion.active {
	height: auto;
}

.accordion .accordion_content {
	padding: 20px;
	border-top: 1px solid #e9e9e9;
}

.accordion .accordion_content .accordion_item {
	margin-bottom: 20px;
}

/********************************************/
.general-dropdown-scroll {
	overflow: scroll;
	max-height: 300px;
}

#newAssetBuilding .modal-header, #newAssetBuildFitting .modal-header,
	#newAssetBuildPlinth .modal-header, #newAssetBuildLocation .modal-header,
	#newAssetGisBuild .modal-header, #newAssetGisLand .modal-header,
	#newAssetBuildingOfficial .modal-header, #newAssetBuildingDeleted .modal-header,
	#popHeadingForm .modal-header {
	background: #87a0aa;
	color: #fff;
}

#newAssetBuilding .modal-header .close, #newAssetBuildFitting .modal-header .close,
	#newAssetBuildPlinth .modal-header .close, #newAssetBuildLocation .modal-header .close,
	#newAssetGisBuild .modal-header .close, #newAssetGisLand .modal-header .close,
	#newAssetBuildingOfficial .modal-header .close,
	#newAssetBuildingDeleted .modal-header .close, #popHeadingForm .modal-header .close
	{
	color: #fff;
}

#newAssetBuilding .modal-header .close:after, #newAssetBuildFitting .modal-header .close:after,
	#newAssetBuildPlinth .modal-header .close:after, #newAssetBuildLocation .modal-header .close:after,
	#newAssetGisBuild .modal-header .close:after, #newAssetGisLand .modal-header .close:after,
	#newAssetBuildingOfficial .modal-header .close:after,
	#newAssetBuildingDeleted .modal-header .close:after, #popHeadingForm .modal-header .close:after
	{
	content: none !important;
}

.bill-bg-danger {
	background: #eaadb3 !important;
}

.bill-spec-bg-danger {
	background: #de818a;
}
#newAssetBuilding .modal-header .close:after,#newAssetBuildFitting .modal-header .close:after, #newAssetBuildPlinth .modal-header .close:after, #newAssetBuildLocation .modal-header .close:after, #newAssetGisBuild .modal-header .close:after,#newAssetGisLand .modal-header .close:after, #newAssetBuildingOfficial .modal-header .close:after ,#newAssetBuildingDeleted .modal-header .close:after{
    content: none !important;
 } 



.text-normal {
    font-weight: 100 ! important;
}

.dark-grey-1{
  	 background: #78909C;
  }
  .dark-grey-2{
  	 background: #BCAAA4;
  }


.cancel_watermark
{
	background: url('/price3_agri/img/cancelled_watermark-57a9b004729e986c3348b739af85a080.png') no-repeat;
	background-size : 100% 100%;
}
/*selectize custome*/
.selectize-control{

    width: calc(100% - 20px);
    display: inline-block;
}
.selectize-input{
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E) no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px !important;
    font-family : -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}
.selectize-dropdown-content .option {
	font-size: 16px !important;
    font-family : -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.row {
    margin-right: -5px;
    margin-left: -5px;
}

.dprcontainer{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}
#pt-dashboard-area .container-fluid{
	padding : 0;
}

.container-fluid {
	padding : 0 5px;
}
#pt-dashboard-area .col-md-12 .row{
	margin:0 -11px;
}
#dashboard-middle .row{
	margin:0 1px;
}
#dashboard-middle .pt-row{
	margin: 0 9px;
}
#dashboard-bottom .row{
	    margin: 0 2px;
}
.btn-block {
    display: block;
    width: 100%;
}
.dt-column-order{
	display:none;
}
#pt-inbox_table,#pt_file_table_list_inward,#pt_file_table_list_draft,#pt-file_table_list,#work_table,#admSancTable,#eagreementregisternew{
   border-collapse: unset;
}
table th:first-child {
	    
	     border-left: 1px solid #ccc !important;
}
#page_loader_login .modal-header{
	background: #009688;
    color: #fff;
}
.dpr-head .row>*{
	width:auto !important;
}
.custom-select:disabled {
    background-color: #e9ecef;
}
.custom-file {
    position: relative;
    display: inline-block;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
#login-captcha{
	max-width:50%;
} 
table.table-bordered>tfoot.bg-ex-light-theme>tr>td, table.table-bordered>tfoot.bg-ex-light-theme>tr>th, table.table-bordered>tbody>tr.bg-ex-light-theme>td,table.table-bordered>tbody>tr.current-specification>td {
	background-color: #87a0aa !important;
}
table.table-bordered>tbody>tr.current-specification>td {
	color:#fff !important;
}
table.table.dataTable>tbody>tr.bg-grey>td,table.table-bordered>tbody>tr.bg-grey>td{
	    background-color: #dee2e6 !important;
}
table.table-bordered>tbody>tr.spec-active>td{
	    background-color: #b2dfdb !important;
}
table.table>tbody>tr.bill-spec-bg-danger>td,table.table-bordered>tbody>tr.bill-spec-bg-danger>td{
	background: #de818a !important;
}
table.table>tbody>tr.deleted_spec>td{
	background:#cf8c93 !important
}
table.table>tbody>tr.bg-fix>td{
	background:#79554890 !important
}

label.placeholder{
	background:none !important;
	color : #000 !important;
}
.modal-header .close{
	padding: 1rem 1rem !important;
	margin : -1rem -1rem -1rem auto !important;
} 
button.close{
	background-color:transparent !important;
	border:0 !important;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.modal table{
	border-collapse: collapse;
}
.clockpicker-popover{
	position:absolute !important;
}
.pt-dot-menu{
	width: auto !important;
}
#new-license-right iframe {
	width:100%;
	height:100%
}
/* @media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px !important;
    }
} */



