@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif !important;
    background: #fafafa;
	font-size: 14px !important;
}

h1, h2, h3, h4, h5, h6{
	padding: 0px;
	margin: 0px;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 9px 29px 9px 14px !important;
    background: #fff;
    border: none;
    border-radius: 0;
    /* margin-bottom: 40px; */
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	background-color: #ceb886;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}

.navbtn1{
	background-color: #454545;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 50%;
	height: 33px;
    padding: 5px 10px;
    margin: 0;
    cursor: pointer;
    outline: none;
}
.navbtn1:focus, .navbtn2:focus, button:focus{
	outline: none;
}
.navbtn2{
	display: none;
	background-color: #454545;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 50%;
	height: 33px;
    padding: 5px 10px;
    margin: 0;
    cursor: pointer;
    outline: none;
}

.navbar .container-fluid{
	padding: 0px;
}

.userprofile{
	
}
.userprofile img{
	/* width: 77px; */
	width: 50px;
    height: auto;
    border-radius: 50%;
    border: 3px solid #81714d;
}
.userprofile .dropdown-toggle::after{
	display: none;
}
.userprofile .userprofile2{
	position: relative;
	cursor: pointer;
}
.userprofile3{
	position: absolute;
    bottom: 0px;
    right: 0px;
}
.userprofile3 span{
	width: 17px;
    height: 17px;
    border: 3px solid #ffffff;
    border-radius: 50px;
    background-color: #1dde13;
}
.userprofile3 span.userprofilestatus1{
	background-color: #1dde13;
}
.userprofile3 span.userprofilestatus2{
	background-color: #ccc;
}
.userprofile .dropdown-menu{
	left: -171px;
    width: 230px;
	min-width: auto;
	border: none;
	border-radius: 14px;
	box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.17);
    padding: 0;
    margin: 10px 0px 0px;
}
.userprofile4{
	position: relative;
	padding: 27px 20px 20px;
}
.userprofile4arrow{
	position: absolute;
    top: -13px;
    right: 13px;
}
.userprofile4arrow img{
	width: 20px !important;
    height: auto;
}
.userprofile4 img{
	display: block;
	width: 77px;
	border: none;
	margin: 0px auto;
}
.userprofile4 h4{
	color: #454545;
    font-size: 16px;
    font-weight: 400;
	text-align: center;
    padding: 11px 0px 0px;
    margin: 0;
}
.userprofile4 ul{
	border-top: 1px solid #dfdfdf;
    padding: 11px 0px 0px 31px;
    margin: 20px 0px 0px;
}
.userprofile4 li{
	color: #454545;
    font-size: 14px;
    list-style-type: none;
    padding: 10px 0px;
    margin: 0px;
}
.userprofile4 li a{
	color: #454545;
}
.userprofile4 li a:hover{
	text-decoration: none;
}
.userprofile4 li:nth-child(4) a{
	color: #cc2f2f;
}
.userprofile4 li img{
	display: inline-block;
    width: 25px;
    margin-right: 10px;
    border-radius: unset;
}
.m-signature-pad--body canvas{
    width: 100%;
    height: 150px;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #454545;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    /* padding: 20px; */
    padding: 20px 20px 0px;
    background: #454545;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    /* border-bottom: 1px solid #565656;
	height: 670px;
    overflow: hidden;
    overflow-y: scroll; */
	padding: 0px;
	margin: 20px 0px;
}

#sidebar ul.components::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 0px;
	background-color: #454545;
}

#sidebar ul.components::-webkit-scrollbar
{
	width: 7px;
	background-color: #454545;
}

#sidebar ul.components::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #ceb886;
}

#sidebar ul li{
	/* padding: 5px 10px; */
	/* padding: 5px 0px; */
}

#sidebar ul li a {
	color: #fff;
	font-size: 14px;
	display: block;
    /* padding: 10px; */
    padding: 10px 15px;
}

#sidebar ul li a img {
	width: 27px;
    margin-right: 10px;
}
#sidebar.active ul li a img {
    margin-right: 0px;
}
#sidebar.active ul li a span {
	display: none;
}

#sidebar ul li a:hover {
    color: #c7ae7d;
    background: #565656;
	text-decoration: none;
}

#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #c7ae7d;
    background: #565656;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    /* background: #6d7fcc; */
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

#sidebar h3 img{
	width: 100%;
	height: auto;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    /* padding: 20px; */
    min-height: 100vh;
    transition: all 0.3s;
}

.contentnew1{
	padding: 40px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header strong {
        display: block;
    }
    #sidebar ul li a {
        padding: 20px 10px;
    }
    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

.newbg1{
	background-image: url(../images/bg1.jpg);
    background-size: cover;
    background-attachment: scroll;
	-webkit-animation: slide 130s linear infinite;
}
.newbg2{
	background-image: url(../images/bg2.jpg);
    /* background-size: cover; */
    background-size: contain;
    background-attachment: scroll;
	position: relative;
}
/* Login Style Start */
.login1{
	background-color: #fff;
    width: 70%;
	max-width: 1190px;
    border-radius: 13px;
    box-shadow: 1px 1px 17px 7px rgba(0, 0, 0, 0.21);
    margin: 7% auto 0;
    overflow: hidden;
}
.login11{
	background-color: #2e2e2e;
    padding: 30px 0px;
}
.login11 img{
	width: 270px;
    display: block;
    margin: 0px auto;
}
.login12{
	padding: 40px;
}
.login12 img{
	width: 90%;
    display: block;
    margin: 0px auto;
}
.login12 form{
	padding: 40px 0px 0px;
}
.login12 input{
	width: 90%;
    display: block;
    color: #7e7e7e;
    font-size: 15px;
	border: none;
    padding: 13px 20px 13px 65px;
    margin: 0px auto 4px;
    outline: none;
}
.login12 input.iconbg1{
	background: #e5e5e3 url(../images/icon1.png) no-repeat 17px;
    background-size: 25px;
}
.login12 input.iconbg2{
	background: #e5e5e3 url(../images/icon2.png) no-repeat 17px;
    background-size: 25px;
}
input:-internal-autofill-selected {
	background: #e5e5e3 !important;
}
.login12 button{
	background-color: #d0b987;
	display: block;
    width: 90%;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 13px 0px;
	border: none;
	margin: 0px auto;
	cursor: pointer;
	outline: none;
}
.login12 .login13{
	width: 90%;
    display: block;
    margin: 0px auto;
}
.login12 .login13 a{
	color: #777 !important;
    font-size: 13px;
    font-weight: 500;
    float: right;
    padding: 20px 0px 0px;
}
.login12 a:hover{
	text-decoration: none;
}
.loginfooter{
	padding: 30px 0px 0px;
}
.loginfooter p{
	color: #fff;
    font-size: 15px;
    font-weight: 500;
	text-align: center;
    padding: 0;
    margin: 0;
}
@-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -4000px 0; }
}
/* Login Style End */

/* Form Style Start */
.formtitle1{
	margin-bottom: 25px;
}
.formtitle1 h3{
	color: #454545;
    font-size: 25px;
    font-weight: 400;
    line-height: 22px;
	display: inline-block;
    padding: 0;
    margin: 0;
}
.formsection1{
	
}
.formsection1 .newbtn1{
	text-align: center;
	margin: 7px 0px 30px;
}
.formfield1{
	background-color: #fff;
    border-radius: 20px;
	box-shadow: 1px 10px 13px rgba(0, 0, 0, 0.07);
    padding: 50px 35px;
	margin-bottom: 25px;
}
.formfield1 .row{
	margin-bottom: 13px;
}
.formfield1 h3{
	color: #454545;
    font-size: 27px;
    font-weight: 400;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.formfield1 label{
	display: block;
    color: #919191;
    font-size: 13px;
    font-weight: 400;
    text-align: right;
    padding: 9px 0px 0px;
    margin: 0;
}
.formfield1 label span{
	color: #ff0000;
    /* margin-left: 4px; */
}
.formfield1 input, .formfield1 select, .formfield1 textarea{
	width: 100%;
	display: block;
	color: #454545;
    font-size: 13px;
    font-weight: 400;
    background-color: #e9e9e9;
    border: none;
    border-radius: 0;
	padding: 10px;
	margin: 0px;
    outline: none;
}
.formfield1 input[type="checkbox"]{
	width: 16px;
	margin-top: 10px;
}
.formfield1 textarea{
	min-height: 130px;
}
.formfield1 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	width: 100% !important;
}
.formfield1 .bootstrap-select>.dropdown-toggle{
	color: #454545;
    font-size: 13px;
	background-color: #e9e9e9;
	padding: 10px;
}
.formfield1 .bootstrap-select .inner{
	max-height: 300px !important;
}
.formfield1 .bootstrap-select li{
	list-style-type: none;
    border-bottom: none;
	padding: 0px;
}
.formfield1 .bootstrap-select li a{
	padding: 9px;
	border-bottom: 1px solid #e4e4e4;
}
.formfield1 .bootstrap-select li a:hover{
	background-color: rgba(206, 184, 134, 0.3);
}
.formfield1 .bootstrap-select li a.active{
	background-color: #ceb886;
}
.formfield1 .bootstrap-select li a span{
	color: #454545;
}
.formfield1 .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{
	position: static;
    color: #ceb886;
    font-size: 13px;
    font-weight: 700;
	float: right;
	margin: 0px 10px 0px 0px;
}
.formfield1new1 .my label{
	width: 35px;
	text-align: center;
	padding: 2% 0px;
}
.formfield1new1 label input[type="radio"]{
	width: 13px;
    margin: 0px auto;
}

.formfield1new2 h4{
	color: #454545;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    padding: 0px;
    margin: 0px 0px 13px;
}
.formfield1new2 h5{
	color: #454545;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	border-bottom: 1px solid #e9e9e9;
	padding: 0px 0px 7px;
	margin: 17px 0px 5px;
}
.formfield1 .search1{
	position: relative;
}
.formfield1 .search1 a{
	position: absolute;
    top: 9px;
    right: 13px;
}
.formfield1 .search1 a i{
	color: #7c7c7c;
}
.formfield1 small{
	color: #454545;
    font-size: 11px;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
}
.formfield1 ul{
	border: 1px solid #e9e9e9;
    box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.1);
	/* padding: 0px 7px 0px 26px; */
	padding: 0px 7px 0px 7px;
    margin: 15px 0px 7px;
}
.formfield1 li{
	display: flex;
    align-items: center;
    justify-content: flex-start;
	color: #919191;
    list-style-type: devanagari;
	border-bottom: 1px solid #e9e9e9;
    padding: 7px 0px 7px 3px;
    margin: 0px;
}
.formfield1 li.uploadname1{
	/* display: none; */
}
.formfield1 li.uploadname1 label:first-child {
	width: 217px;
    text-align: left;
}
.formfield1 li.uploadname1 label:nth-child(2){
	width: 100px;
    text-align: left;
}
.formfield1 li input:first-child{
	width: 211px;
	margin: 0px 6px 0px 0px;
}
.formfield1 li input:nth-child(2){
	width: 100px;
	margin: 0px 0px 0px 0px;
}
.formfield1 li:first-child{
	/* padding: 0px 0px 7px 3px; */
}
.formfield1 li:last-child{
	border-bottom: none;
	/* padding: 7px 0px 0px 3px; */
}
.formfield1 li a{
	color: #919191;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding: 0px;
    margin: 0px;
}
.formfield1 li a:hover{
	color: #454545;
	text-decoration: none;
}
.formfield1 li a:last-child{
	float: right;
}
.formfield1 li a i{
	color: #979797;
    font-size: 14px;
    transition: 0.5s;
    padding: 0px 5px;
    margin: 2px;
    cursor: pointer;
}
.formfield1 li a i:hover{
	color: #454545;
}
.formfield1 ul#uploadlisting{
	padding: 0px 7px 0px 7px;
}
.formfield1 ul#uploadlisting li{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.formfield1 ul#uploadlisting li span{
	color: #919191;
	max-width: 239px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.formfield1 ul#uploadlisting li input{
	max-width: 110px;
    padding: 5px 7px;
}
.formfield1 .btn2{
	display: block;
    padding: 7px 15px;
    margin: 2px auto 0px;
}
.formfield1 table{
	border-collapse: collapse;
}
.formfield1 table tr th{
    color: #d2d2d2;
    background-color: #454545;
	vertical-align: middle;
	border: 1px solid #6b6b6b;
}
.formfield1 table tr td{
    color: #454545;
    background-color: #f5f5f5;
	border: 1px solid #717171;
	vertical-align: middle;
}
.formfield1 table tr td input{
	background-color: #d0d0d0;
}
.formfield1 table tr td.currencysymb1{
	position: relative;
	background-clip: padding-box;
}
.formfield1 table tr td.currencysymb1:before{
	content: "$";
    position: absolute;
    top: 50%;
    left: 17px;
    transform: translate(0px, -50%);
}
.formfield1 table tr td.currencysymb1 input{
	padding-left: 17px;
}
.formfield1 .my-label{
	color: #919191;
	font-weight: 400;
    border-bottom: 1px solid #e2e2e2;
	padding: 5px 0px 10px;
    margin: 5px 0px 0px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.input-group-addon{
	display: none;
}
.btn1{
	color: #454545;
    font-size: 14px;
    font-weight: 500;
	background-color: #ceb886;
    border: none;
    /* border-radius: 9px; */
    padding: 10px 30px;
	margin: 7px 0px 0px;
	cursor: pointer;
}
.btn1:hover{
	color: #454545;
	text-decoration: none;
}
.newalign1{
	text-align: center;
}
.userprofileedit1{
	text-align: center;
}
.userprofileedit1 h3{
	color: #454545;
    font-size: 19px;
    font-weight: 500;
    padding: 15px 0px 0px;
    margin: 0px;
}
.userprofileedit2{
	position: relative;
	display: inline-grid;
}
.userprofileedit2 img{
	width: 200px;
    border: 5px solid #9d710d;
    border-radius: 50%;
}
.userprofileedit3{
	position: absolute;
    bottom: 0;
	right: 11%;
    background-color: #9d710d;
    padding: 10px 15px;
    border-radius: 50%;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.49)
}
.userprofileedit2 i{
	color: #fff;
}
.m-b-0{
	margin-bottom: 0px !important;
}
/* Form Style End */

/* Form Style2 Start */
.formfield2{
	background-color: #fff;
    border-radius: 20px;
	box-shadow: 1px 10px 13px rgba(0, 0, 0, 0.07);
    padding: 50px 35px;
	margin-bottom: 25px;
}
.formfield2 h3{
	color: #454545;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.3;
    padding: 0;
    margin: 7px 0px 35px;
}
.formfield2 h4{
	color: #454545;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    padding: 0px;
    margin: 0px;
}
.formfield2 h5{
	color: #454545;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 0px 10px;
	margin: 0px 0px 30px;
}
.formfield2 p{
	color: #919191;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    border-bottom: 1.5px solid #d6d6d6;
    padding: 0px 0px 7px;
	margin: 0px 0px 30px;
}
.formfield2 hr{
	width: 100%;
    height: 5px;
    background-color: #ceb886;
    border: 0px;
	margin: 13px 0px 10px;
}
.formfield2 .formfield22{
	border-bottom: 1px solid #d6d6d6;
    padding: 17px 0px 15px;
}
.formfield2 .formfield22 h5{
	margin: 0px;
}
.formfield2 .formfield22 p{
	border-bottom: none;
	padding: 0px;
	margin: 0px;
}
.formfield2 .formfield22 p.green{
	color: #01a907;
}
.formfield2 .formfield22 p.red{
	color: #f10707;
}
.formfield3{
	background-color: #7c7c7c;
    padding: 13px 10px;
	margin: 25px 0px 0px;
}
.formfield3 h3{
	color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    line-height: 22px;
    display: inline-block;
    padding: 0px;
    margin: 0px;
}
.formfield3 span{
	color: #fff;
    font-size: 15px;
    font-weight: 500;
    float: right;
}
.formfield4 table{
	width: 100%;
	border-collapse: separate;
    border-spacing: 25px 10px;
}
.formfield4 table tr th{
	width: 33%;
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    border-bottom: 2px solid #bcbcbc;
}
.formfield4 table tr td{
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}
.formfield4 table tr:last-child td{
	color: #000000;
    font-size: 17px;
    font-weight: 600;
	border-top: 2px solid #bcbcbc;
    border-bottom: 2px solid #bcbcbc;
}
/* Form Style2 End */

/* Table Style Start */
.newtable{
	position: relative;
	margin-bottom: 20px;
}
.newtable .table-responsive{
	overflow-x: hidden;
}
.newtable #datatable_filter{
	/* position: absolute;
    top: -36px;
    right: 0px; */
	float: right;
}
.newtable .bootstrap-select .inner{
	max-height: 300px !important;
}
.newtable .bootstrap-select li{
	list-style-type: none;
    border-bottom: none;
	padding: 0px;
}
.newtable .bootstrap-select li a{
	padding: 9px;
	border-bottom: 1px solid #e4e4e4;
}
.newtable .bootstrap-select li a:hover{
	background-color: rgba(206, 184, 134, 0.3);
}
.newtable .bootstrap-select li a.active{
	background-color: #ceb886;
}
.newtable .bootstrap-select li a span{
	color: #454545;
	font-size: 13px;
}
.newtable .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
	font-size: 13px;
}
.newtable #datatable_filter input{
	color: #454545;
    font-size: 13px;
    font-weight: 400;
    background-color: #ffffff;
    border: 1px solid #a2a2a2;
    border-radius: 0;
    padding: 7px 10px;
    margin: 0px 0px 0px 7px;
    outline: none;
}
.newtable .bootstrap-select{
	margin: 0px 0px 15px;
	z-index: 999999;
}
.newtable table{
	width: 100%;
    background-color: #ffffff;
    border: 1px solid #cacaca !important;
    border-collapse: collapse;
}
.newtable tr:nth-child(odd){
	background-color: #f3f3f3;
}
.newtable th {
    color: #ffffff;
    /* font-size: 15px; */
    font-size: 14px;
    font-weight: 500 !important;
    text-align: center;
    border: none !important;
    padding: 13px 10px !important;
    background-color: #454545;
}
.newtable td{
	color: #454545;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    padding: 13px 9px !important;
}
.newtable td button{
    background-color: transparent;
    border: none;
    color: #979797;
    font-size: 14px;
	transition: 0.5s;
    padding: 0px 0px;
	margin: 2px;
	cursor: pointer;
}
.newtable td button:hover{
	color: #454545;
}
.newtable .dropdown-toggle::after{
	right: 20px !important;
}
.newtable2{
	min-height: 750px;
}
.newtable2 .col-md-4{
	margin: 0px 0px 11px;
}
.newtable2 table{
	transform: translate(0px, 7px);
}
.newtable2 .row:nth-child(2){
	position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}
.newtable2 .norecord{
	margin-top: 35px;
}
.newfloat1{
	float: right;
}

/* .dataTables_paginate{
	border: 1px solid #b6b6b6;
    padding: 0 !important;
	margin: 13px 0px 0px;
	background-color: #fff;
}
.dataTables_paginate a{
	padding: 7px 17px !important;
    margin: 0;
}
.dataTables_paginate span{
	border-right: 1px solid #b6b6b6 !important;
}
.dataTables_paginate span a{
	margin: 0px !important;
}
.dataTables_paginate span a.current, .dataTables_paginate span a:hover{
	color: #000 !important;
	background-color: #ceb886 !important;
	border: 1px solid #a97b11 !important;
	padding: 7px 17px !important;
	margin: 0px !important;
	background: linear-gradient(to bottom, #decc99 0%, #cab280 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #decc99), color-stop(100%, #cab280)) !important;
} */
/* Table Style End */

/* Page Not Found Start */
.pagenf1 h3{
	color: #ad9254;
    font-size: 150px;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    text-shadow: 9px 9px 0px rgba(169, 141, 78, 0.16);
    padding: 0px;
    margin: 0px;
}
.pagenf1 p{
	color: #999;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
/* Page Not Found End */

/* Page Expired Start */
.Pageexpired1 h3{
	color: #ad9254;
    font-size: 55px;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    padding: 0px;
    margin: 0px;
}
/* Page Expired End */

.newimg1{
	width: 397px;
    display: block;
    padding: 0px 0px 15px;
    margin: 0 auto;
}

/* Footer Style Start */
.footernew1{
	position: absolute;
    bottom: 13px;
    left: 36%;
	text-align: center;
}
.footernew1 ul{
	padding: 0;
	margin: 0;
}
.footernew1 li{
    display: inline-block;
    color: #454545;
    font-size: 14px;
    font-weight: 500;
    padding-right: 33px;
	list-style-type: none;
}
.footernew1 li:last-child{
	padding-right: 0px;
}
.footernew1 li a{
	color: #454545;
}
.footernew1 li a:hover{
	color: #bc7c00;
	text-decoration: none;
}
/* Footer Style End */

	.my-arrow{
		/* background-color: #ceb886;
    padding: 1.5%;
    border-radius: 100px;
    color: #454545;
    position: absolute;
    right: 20px;
    top: -10px; */
	color: #454545;
	background-color: #ceb886;
    width: 35px;
    height: 35px;
    text-align: center;
    float: right;
    border-radius: 100px;
	padding: 10px 0px 0px;
	
}
   
.h5-align{
    text-align: right;
    color: #454545;
}

form span{
	color: red;
}

.my label {
	display: inline-block;
    margin: 7px;
    border: 1px solid #ceb886;
    border-style: dashed;
    padding: 2%;
}
.table_btn {
    text-align: center;
    margin-bottom: unset !important;
}



.my-input{

   
    margin-bottom: 25px;
    align-items: center;
   
}

.my-input .formfield1{
    background-color: #fff;
    box-shadow: 1px 10px 13px rgba(0, 0, 0, 0.07);
}

.my-input .formfield1 label {
   
    /* color: #cab280; */
    color: #454545;
    font-size: 15px;
	font-weight: 500;
    text-align: left;
    
}

.my-input .formfield1 h5{
	color: #454545;
    font-size: 21px;
	font-weight: 500;
    text-align: left;
}

.my-label{
    padding: 9px 0 0 0;
    color: #454545;
}

.view-title{
    padding-bottom: 2%;
}

#datatable tbody tr td a, .docTable tbody tr td a {
    color: #454545 ;
    text-decoration: none;
	word-break: break-word;
    padding: 0px 0px;
    margin: 2px;
}

#datatable tbody tr td a.textalign1, .docTable tbody tr td a.textalign1{
	word-break: inherit;
}

#datatable tbody tr td a.approved, .docTable tbody tr td a.approved {
	display: inline-block;
	min-width: 79px;
	background-color: #28a745;
    color: #fff;
	text-align: center;
	word-break: inherit;
    padding: 3px 5px;
}

#datatable tbody tr td a.completed, .docTable tbody tr td a.completed {
	display: inline-block;
	min-width: 79px;
	background-color: #28a745;
    color: #fff;
	text-align: center;
	word-break: inherit;
    padding: 3px 5px;
}

#datatable tbody tr td a.closed, .docTable tbody tr td a.closed {
	display: inline-block;
	min-width: 79px;
	background-color: #28a745;
    color: #fff;
	text-align: center;
	word-break: inherit;
    padding: 3px 5px;
}

#datatable tbody tr td a.new, .docTable tbody tr td a.new {
	display: inline-block;
	min-width: 79px;
	background-color: #007bff;
    color: #fff;
	text-align: center;
	word-break: inherit;
    padding: 3px 5px;
}

#datatable tbody tr td a.assigned, .docTable tbody tr td a.assigned {
	display: inline-block;
	min-width: 79px;
	background-color: #17a2b8;
    color: #fff;
	text-align: center;
	word-break: inherit;
    padding: 3px 5px;
}

#datatable tbody tr td a.pending, .docTable tbody tr td a.pending{
	display: inline-block;
	min-width: 79px;
	background-color: #ffde79;
    color: #000;
	text-align: center;
    word-break: inherit;
    padding: 3px 5px;
}

#datatable tbody tr td a.declined, .docTable tbody tr td a.declined {
	display: inline-block;
	min-width: 79px;
	background-color: #ff3637;
    color: #fff;
	text-align: center;
    word-break: inherit;
    padding: 3px 5px;
}

#datatable tbody tr td a  i, .docTable tbody tr td a i{
    color: #979797 ;
    text-decoration: none;
}

.view-title a{
    color: #454545 ;
    
   
}

.view-title a:hover{
    color: #454545 ;
    text-decoration: none;
}

.my-label a{
    color: #454545 ;
    text-decoration: none;
}

.bk-btn{
    float: right;
    background-color: #ceb886;
    padding: 7px 20px 7px 20px;
    font-size: 20px;
}
.my-input h3{
    text-align: left;
}

.img-attachment1{
    width: 75px;
    height: 75px;
    border: 1px solid #eee;
    padding: 1%;
}

.img-attachment{
    width: 75px;
    height: 75px;
    border: 1px solid #eee;
    padding: 10%;
}

.attachments{
    display: flex;
}

.attachments ul{
    border:unset;
    box-shadow: unset !important;
}

.attachments li{
    list-style-type: none;
    border-bottom: unset !important;
     margin: 5px;
}

.attachments  li:first-child {
    padding: 7px 0px 7px 3px;
}

.my-form .formfield1 ul {
    border: unset !important;
    box-shadow: unset !important;
}

a#searchabn {
    position: absolute;
    top: 9px;
    right: 15px;
    color: #7c7c7c;
}

.loc-btn{
    
}
/* Thankyou Page CSS Start */
.thankyoumsg1{
	margin: 20px 0px 70px;
}
.thankyoumsg2{
	background-color: #2d2d2d;
    width: 700px;
	padding: 30px;
    margin: 0px auto;
}
.thankyoumsg2 h3{
	color: #fff;
    font-size: 27px;
    font-weight: 500;
	font-style: italic;
	text-transform: capitalize;
    line-height: 1.3;
    padding: 0px 0px 15px;
    margin: 0px;
}
.thankyoumsg2 h3 span{
	font-weight: 600;
}
.thankyoumsg2 p{
	color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    padding: 0px 0px 15px;
    margin: 0px;
}
.thankyoumsg2 a{
	color: #ffb576;
	font-weight: 600;
    text-decoration: underline !important
}
.thankyoumsg2 a:hover{
	color: #ffb576;
}
/* Thankyou Page CSS End */

/* View PDF CSS Start */
.newpdf1{
	padding: 0px;
    margin: 0px 0px 15px;
}
.newpdf1 .pdfbtn1{
	margin: 0px 0px 17px;
}
.newpdf1 .pdfbtn1 button{
	color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    width: 87px;
	background-color: #808185;
    border: none;
    padding: 4px 13px 6px;
    margin: 0px;
	cursor: pointer;
}
.newpdf1 .pdfbtn1 button#next{
	margin: 0px 0px 0px 5px;
}
.newpdf1 .pdfbtn1 a{
	color: #808185;
    font-size: 17px;
    font-weight: 600;
    text-decoration: underline !important;
    float: right;
    padding: 0px;
    margin: 0px;
}
.newpdf1 canvas{
	width: 100%;
}
/* View PDF CSS End */

/* Table Dropdown Class Start */
.tabledropdown1 img{
	/* width: 23px; */
	width: 19px;
	cursor: pointer;
}
.tabledropdown1 img.dropdown-toggle{
	width: 19px;
	height: 19px;
	cursor: pointer;
}
.tabledropdown1 .dropdown-menu{
	padding: 0px;
    /* margin: 20px 0px 0px; */
    border: none;
	filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.5));
}
.tabledropdown1 .dropdown-menu-right{
	left: -25px !important;
}
.tabledropdown1 .dropdown-menu .tabledropdown2{
	position: relative;
    width: 220px;
    padding: 0px;
}
.tabledropdown1 .dropdown-menu .tabledropdown2 ul{
	padding: 0px;
    margin: 0px;
}
.tabledropdown1 .dropdown-menu .tabledropdown2 li{
	list-style-type: none;
	padding: 0px;
	transition: 0.5s;
	border-bottom: 1px solid #e8e9eb;
}
.tabledropdown1 .dropdown-menu .tabledropdown2 li:hover{
	background-color: rgba(206, 184, 134, 0.3);
}
.tabledropdown1 .dropdown-menu .tabledropdown2 li a{
	color: #454545;
    font-size: 14px;
    font-weight: 500;
	text-align: left;
	display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
	cursor: pointer;
}
.tabledropdown1 .dropdown-menu .tabledropdown2 li a img{
	margin-right: 10px;
}
.tabledropdown1 .dropdown-menu .tabledropdown2 li a, .tabledropdown1 .dropdown-menu .tabledropdown2 li button{
	color: #454545;
    font-size: 13px;
    font-weight: 500;
	text-align: left;
	display: block;
    width: 100%;
	background-color: transparent;
    border: none;
    padding: 9px 15px !important;
    margin: 0px;
	cursor: pointer;
}
.tabledropdown1 .dropdown-menu .tabledropdown2 li a:focus, .tabledropdown1 .dropdown-menu .tabledropdown2 li button:focus{
	outline: none;
}
.tabledropdown1 .dropdown-menu .tabledropdown2 li a i{
	color: #454545 !important;
}
.tabledropdown1 .dropdown-menu .tabledropdown2 li button img, .tabledropdown1 .dropdown-menu .tabledropdown2 li a i, .tabledropdown1 .dropdown-menu .tabledropdown2 li button i{
	margin-right: 10px;
}
.tabledropdown3{
	display: none;
	position: absolute;
    top: -14px;
    right: 0px;
    width: 0 !important;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 15px solid #ffffff;
}
/* Table Dropdown Class End */
.newposition1{
	position: relative;
    margin: 0px 0px 15px;
}
.signature-pad--actions{
	margin: 10px 0px 0px;
}
.signature-pad--actions button{
	color: #454545;
    font-size: 14px;
    font-weight: 500;
    background-color: #ceb886;
    border: none;
	padding: 10px 30px;
	margin: 0px 7px 0px 0px;
	cursor: pointer;
}
.rightbar-style{
	position: sticky;
    top: 20px;
    left: 0px;
	background-color: #454545;
	border-radius: 10px;
	padding: 30px;
    margin: 0px;
}
.rightbar-style label{
	color: #e2e2e2;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding: 0px 0px 5px;
    margin: 0px;
}
.rightbar-style input{
    width: 100%;
    height: 43px;
	background-color: #efefef;
    border: none;
	text-transform: uppercase;
    padding: 10px;
    margin: 0px 0px 15px;
}
.signature-pad--body canvas{
	width: 100%;
	height: 150px;
}
.newProperty1{
	margin: 20px 0px 0px;
}
.newProperty1 ul{
	box-shadow: none;
    border: none;
	padding: 0px;
    margin: 0px;
}
.newProperty1 li{
	background-color: #e9e9e9;
	list-style-type: none;
    display: inline-block;
    border: 1px solid #c7c7c7 !important;
    padding: 10px !important;
	margin: 7px;
}
.newProperty1 li img{
	width: 79px;
    height: 59px;
}
.newProperty1 li a{
	display: block;
	float: none !important;
    text-align: center;
    border-top: 1px solid #cacaca;
    padding: 5px 0px 0px;
    margin: 5px 0px 0px;
}
.newProperty1 li a:first-child{
	border: none;
}
.newProperty1 .row{
	margin-bottom: 0px;
}
.newProperty2 li a{
	padding: 0px;
    margin: 0px;
}
.newProperty3{
	display: none !important;
}
.newcheck2{
	border: 1px solid #d2d2d2;
	border-radius: 7px;
	text-align: center;
	transition: 0.5s;
    padding: 20px;
    margin: 10px 0px;
}
.newcheck2:hover{
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.11);
}
.newcheck2 h3{
	color: #454545;
    font-size: 16px;
    font-weight: 500;
	text-align: center;
    padding: 0px 0px 15px;
    margin: 0px;
}
.newcheck2 img{
	width: 70px;
    height: auto;
	transition: 0.5s;
}
.newcheck2:hover img{
	transform: scale(1.05);
}
.newcheck3{
	border-top: 1px solid #e2e2e2;
    padding: 7px 0px 0px;
    margin: 11px 0px 0px;
}
.newcheck3 p{
	color: #919191;
	font-size: 14px;
    font-weight: 400;
	padding: 0px;
    margin: 0px;
}
.newcheck3 p span{
	margin-right: 4px;
}
.newlocationpopup1 .modal-dialog{
	margin-top: 100px;
}
.newlocationpopup1 .modal-body{
	background-color: #454545;
	padding: 20px 20px 10px;
}
.newlocationpopup1 .modal-body label {
	color: #f1f1f1;
    font-size: 14px;
    font-weight: 400;
	line-height: 1.3;
    padding: 0;
    margin: 0;
}
.newlocationpopup1 .modal-body .my-label {
	color: #ffffff;
    font-size: 14px;
    font-weight: 500;
	line-height: 1.3;
	word-break: break-word;
    padding: 0;
    margin: 0;
}
.newlocationpopup3 {
	margin: 0px 0px 13px;
	text-align: center;
}
.newlocationpopup3 .btn1{
	color: #454545;
    font-size: 14px;
    font-weight: 500;
    background-color: #ceb886;
    border: none;
    padding: 5px 27px;
    margin: 7px 0px 0px;
    cursor: pointer;
}
.newlocationpopup2{
	margin: 0px 0px 10px;
}
.newlocationpopup1 .close1{
	position: absolute;
	top: -13px;
    right: -13px;
	cursor: pointer;
}
.newlocationpopup1 .close1 img{
	width: 30px;
	height: 30px;
}
.username1{
	width: 100%;
	padding: 0px 10px;
}
.username1 h4{
	color: #454545;
    font-size: 19px;
    font-weight: 500;
    text-align: right;
    line-height: 22px;
    padding: 0;
    margin: 0;
}
.username1 h4 span{
	font-weight: 400;
}
.loading { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.83); z-index: 9999; } .loading1{ position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); } .loading1 i{ color: #fff; font-size: 24px; } .loading1 p{ display: inline-block; color: #fff; font-size: 24px; line-height: 1.6; padding-left: 10px; margin: 0px; } 
.quoteeditpopup1 label{
    display: block;
	color: #454545;
    font-size: 17px;
    font-weight: 500;
	text-align: center;
    padding: 15px 0px 0px;
}
.quoteeditpopup1 .close1{
	position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
}
.quoteeditpopup1 .close1 img{
	width: 30px;
    height: 30px;
}
.newtab1{}
.newtab1 .nav-tabs{
	border: none;
    box-shadow: none;
    padding: 0px;
    margin: 0px;
}
.newtab1 .nav-tabs li{
	list-style-type: none;
    border-bottom: none;
	padding: 0px;
}
.newtab1 .nav-tabs li a{
	border: 1px solid #e4e4e4;
    border-bottom: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	padding: 7px 20px;
	margin-right: 7px;
}
.newtab1 .nav-tabs .nav-link.active {
    color: #d2d2d2;
    background-color: #454545;
    border-color: #454545;
}
.newtab1 .tab-content{
	padding: 20px 30px;
    margin: 0px;
    border: 1px solid #d4d4d4;
}
.newcheckbox1{
	position: relative;
	display: inline-block;
}
.newcheckbox1 input{
	position: absolute;
    top: 0px;
    left: 0px;
	width: 100% !important;
    height: 100%;
	padding: 0px !important;
    margin: 0px !important;
    opacity: 0;
	cursor: pointer;
}
.newcheckbox2{
	background-color: #cccccc;
	min-width: 105px;
    border-radius: 3px;
	padding: 5px 10px;
    margin: 0px 5px 10px 0px;
}
.newcheckbox1 input:checked + .newcheckbox2{
	background-color: #ceb886;
}
.newcheckbox1 input:checked + .newcheckbox2 p{
	color: #fff;
}
.newcheckbox2 p{
    color: #454545;
    font-size: 13px;
    font-weight: 400;
	text-align: center;
    padding: 0px;
    margin: 0px;
}
.newpopimg1{
	padding: 8px 4px !important;
	text-align: center;
}
.newpopimg1 a{
	display: none;
	padding: 0px !important;
    margin: 0px !important;
}
.newpopimg1 img{
	width: 25px;
    height: 25px;
    object-fit: cover;
	border-radius: 50%;
    border: 1px solid #454545;
}
.newpopimg1 a:nth-child(1), .newpopimg1 a:nth-child(2), .newpopimg1 a:nth-child(3), .newpopimg1 a:nth-child(4), .newpopimg1 a:nth-child(5){
	display: inline-block;
}
.documentlist1{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.documentlist2{
	display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 300px;
    height: auto;
    border: 1px solid #e3e3e3;
    padding: 10px;
    margin: 5px;
}
.documentlist3 img{
    width: 50px;
    height: 50px;
    border: none;
    padding: 0px;
	margin: 0px 10px 0px 0px;
}
.documentlist3 p{
	color: #919191;
    font-size: 13px;
    font-weight: 500;
	line-height: 1.5;
    text-align: left;
	padding: 0px 0px 3px;
    margin: 0px;
}
.documentlist3 p:last-child{
	padding: 0px;
}
.documentlist2 p span{
	color: #454545;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.documentOrder {
    margin-top: 20px;
}

