@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
body {
    font-family: 'Open Sans', sans-serif !important;
    background: #fafafa;
}

p {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none !important;
    transition: all 0.3s;
}

.navbar {
	padding: 30px 20px !important;
    background-color: #fff !important;
    border-bottom: 1px solid #e8e9eb;
    border-radius: 0;
	box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.05);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.hidebtnmenu1{
	display: none !important;
}
.navbtn1{
	background: transparent;
    border: none;
    position: absolute;
    top: 25px;
	left: 0px;
    outline: none;
	padding: 0px;
    z-index: 9;
}
.navbtn3{
	display: none;
}
.navbtn1:focus{
	outline: none;
}
.navbtn1 img{
	width: 40px;
}
.logo1 img{
	width: 179px !important;
	height: auto;
}
.sidemenu123 ul{
	padding: 0px;
	margin: 0px;
}
.sidemenu123 li{
	list-style-type: none;
    display: inline-block;
}
.sidemenu123 li:first-child, .sidemenu123 li:first-child:hover{
	background-color: transparent;
    padding: 0px;
    border-radius: 0px;
}
.sidemenu123 li .newprofilename1 img{
	width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 2px;
    border: 3px solid #808185;
}
.sidemenu123 li .newprofilename1 h4{
	color: #808185;
    font-size: 15px;
    font-weight: 500;
	font-style: italic;
    display: inline-block;
    padding: 0px 15px 0px 3px;
    margin: 0px;
}
.sidemenu123 li .newprofilename1 h4 span{
	font-weight: 600;
	font-style: normal;
    text-transform: capitalize;
}
.sidemenu123 li{
	background-color: transparent;
    border-radius: 50%;
	transition: 0.5s;
	padding: 10px;
}
.sidemenu123 li:hover{
	background-color: #f0f1f3;
	border-radius: 50%;
    padding: 10px;
}
.notifiction1{
	margin-right: 10px;
}
.notifiction1 img{
	width: 25px;
}
.notifiction1 .dropdown-menu{
	width: 294px !important;
    border: 1px solid #ededed !important;
    top: 55px;
    left: -250px;
    border-radius: 0px;
    padding: 20px;
    margin: 0px;
    background-color: #ffffff;
    border-radius: 11px;
	filter: drop-shadow(2px 1px 7px rgba(0, 0, 0, 0.2));
}

.logout1 img{
    width: 22px;
}

.my h3 {
    color: #808185;
    font-size: 20px !important;
    font-weight: 400;
    line-height: 1.3;
    padding: 0px 0px 15px;
    margin-top: 45px !important;
    text-align: center;
}
.dropdown-menu1{
	position: absolute;
    top: -16px;
    right: 11px;
	width: 0 !important;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #ffffff;
}
.notifiction1 .dropdown-menu table{
	margin-bottom: 0px;
}
.notifiction1 .dropdown-menu table.table-bordered td, .notifiction1 .dropdown-menu table.table-bordered th{
	border-top: none;
    border-left: none;
    border-right: 0px;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0px;
    margin: 0px 0px 20px;
}
.notifiction1 .dropdown-menu table.table-bordered tr:first-child td{
	padding: 0px 0px 10px;
}
.notifiction1 a.dropdown-toggle{
	background: none !important;
}
.notifiction1 .dropdown .dropdown-toggle::after{
	display: none !important;
}
.notifiction1 .dropdown-menu table.table-bordered tr:last-child td{
	padding: 10px 0px 0px;
	border-bottom: none;
}
.notifiction1 .dropdown-menu table.table-bordered td a{
	color: #37566a;
    font-size: 15px;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
}
.notifiction1 .dropdown-menu table.table-bordered td a:hover{
	color: #37566a;
	text-decoration: none;
}
.aligncen1{
	text-align: center !important;
	padding-top: 0px !important;
}
.signoutbtn a{
	
    color: #37566a;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    /* padding: 10px 25px 0px 0px; */
    padding: 10px 0px 0px 0px;
	/* margin-right: 25px;  */
    border-radius: 21px;
}

.my img{
    display: block;
    margin: 0 auto;
}

.my-user{
    padding-right: 20px;
}
.signoutbtn a:hover{
	color: #37566a;
	text-decoration: none;
}
.logout2{
	display: none;
}

i,
span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 300px;
    max-width: 300px;
	height: 100%;
    background: #808185;
    color: #fff;
    transition: all 0.3s;
	overflow: hidden;
}

#sidebar.active {
    /* min-width: 80px; */
    min-width: 170px;
    max-width: 170px;
    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: 20px 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; */
	color: #ffffff;
	font-size: 40px;
    line-height: 40px;
    margin-right: 10px;
}

#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: 23px 20px;
    background: #e8e9eb;
}

.profileimg img{
	width: 40px;
	border-radius: 50%;
}
.username1{
	padding: 4px 0px 0px;
}
.username1 h4{
	display: inline;
    color: #365569;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    padding: 0px;
    margin: 0px;
}
#sidebar .sidebar-header h4 span{
	display: block;
	font-style: normal;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    /* padding: 20px 0; */
    padding: 0px;
    /* border-bottom: 1px solid #d4d4d4; */
}

#sidebar ul li{
	position: relative;
}

/* #sidebar ul li.active:before{
	content: '';
	position: absolute;
    top: 19px;
    right: -17px;
    width: 40px;
    height: 40px;
    background-image: url(../images/arrow1.png);
	background-size: 30px;
    background-repeat: no-repeat;
} */
#sidebar ul li:first-child a{
	padding: 15px 10px 15px 20px;
	margin: 0px 0px;
	height: 110px;
	box-shadow: 1px 4px 9px rgba(83, 83, 83, 0.36);
}
#sidebar ul li a {
    /* padding: 15px 10px 15px 20px; */
    padding: 15px 10px 15px 40px;
    font-size: 1.1em;
    display: block;
	border-left: 7px solid transparent;
	margin: 15px 0px;
}

#sidebar ul li a:hover {
    color: #7c7c7c;
  
}

#sidebar ul li a i {
	color: #fff;
    /* font-size: 40px;
    line-height: 40px;
	margin-right: 10px; */
	font-size: 25px;
    line-height: 25px;
    margin-right: 20px;
}
#sidebar ul li.active a i {
	color: #f5811f;
    /* font-size: 40px;
    line-height: 40px;
	margin-right: 10px; */
	font-size: 25px;
    line-height: 25px;
    margin-right: 20px;
}
#sidebar ul li a span{
	color: #fff;
	/* vertical-align: super; */
	vertical-align: top;
    font-size: 16px;
}
#sidebar ul li.active a span{
    color: #f5811f;
    /* vertical-align: super; */
    vertical-align: text-bottom;
    font-size: 16px;
    font-weight: 600;
}

#sidebar ul li.active>a, a[aria-expanded="true"] {
    color: #fff;
    background: #efefef;
    width: 90%;
    border-radius: 2px 50px 50px 0px;
    /* border-left: 11px solid #f5811f; */
	border-left: 7px solid #f5811f;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.first-menu{
    margin-top: 15px;
}
.logo-sidebar{
    width: 83%;
    padding: 6% 4% 4%;
   
}

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;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
	position: relative;
    width: 100%;
	min-height: 100vh;
    /* padding: 20px; */
    transition: all 0.3s;
	background-color: #f0f1f3;
	overflow: hidden;
}

.contentnew1 {
    /* padding: 35px; */
    padding: 35px 20px;
    background-color: #f0f1f3;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

/* @media (max-width: 768px) { */
@media (max-width: 812px) {
    #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;
    }
}

/* Login CSS Start */
.loginbody{
	position: relative;
    background-image: linear-gradient(to right, #f58021, #ec356e);
	background-position: center;
    background-size: cover;
    min-height: 100vh;
    transition: all 0.3s;
}
.loginheader{
	background-color: #fff;
    padding: 25px 0px;
    margin: 0px;
}
.loginheader img{
    width: 170px;
}
.loginheader ul{
	float: right;
	padding: 9px 0px 0px;
    margin: 0px;
}
.loginheader li{
	list-style-type: none;
    display: inline-block;
    color: #40647e;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0px 13px 0px 9px;
    border-right: 1px solid #40647e;
}
.loginheader li:last-child{
	padding: 0px 0px 0px 9px;
    border-right: none;
}
.loginheader li a{
	color: #40647e;
}
.loginheader li a:hover{
	text-decoration: none;
}
.loginmain{
	/* background-image: url("../images/loginbg.jpg");
	background-position: center;
    background-size: cover; */
	padding: 100px 0px;
}
.loginmain2{
	background-color: #fff;
	position: relative;
    padding: 50px 40px 50px 40px;
    border-radius: 20px;
}


.loginarrow{
	position: absolute;
    top: 50px;
    left: 75px;
}
.loginarrow img{
	width: 20px;
}
.reset-pwd{
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    margin: 20% auto;
    padding-bottom: 9%;
}
.reset-pwd img{
    margin: 0 auto;
    display: block;
}

.my-form{
    margin-top: 50px;
}

.notifiction1#sidebar ul li.active>a, a[aria-expanded="true"] {
    color: #fff;
    background: #dcdfe6;
    width: 90%;
    border-radius: 2px 50px 50px 0px;
    border-left: none;
}

.loginmain2 h3{
	color: #999;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3;
    padding: 0px 0px 25px;
    margin: 0px;
}
.loginmain2 input{
    background-color: #e0e0e0;
    width: 100%;
    height: 37px;
    padding: 26px 15px;
    margin: 0px 0px 15px;
    border: 1px solid #c7c7c7;
    border-radius: 30px;
}

.form-control {
    display: block;
    font-size: .9rem;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    /* font-style: italic; */
}


.loginmain2 a{
    color: #808185;
    font-size: .9em;
    font-weight: 600;
    color: #999;
}

.loginmain2 a:hover{
	color: #40647e;
	text-decoration: none;
}
.loginmain2 button{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    float: right;
    border-radius: 100px;
    background-color: #808185;
    margin: 0px;
    padding: 14px 14px;
}
.loginfooter{
	background-color: #fff;
    padding: 25px 0px;
    margin: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
.loginfooter p{
	color: #a9a9a9;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
	line-height: 1.3;
    display: inline-block;
    padding: 0px;
    margin: 0px;
}
.loginfooter ul{
	float: right;
	padding: 0px;
    margin: 0px;
}
.loginfooter li{
	list-style-type: none;
    display: inline-block;
    color: #40647e;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 13px 0px 9px;
    border-right: 1px solid #40647e;
}
.loginfooter li:last-child{
	padding: 0px 0px 0px 9px;
    border-right: none;
}
.loginfooter li a{
	color: #40647e;
}
.loginfooter li a:hover{
	text-decoration: none;
}
.mainfooter{
	background-color: #c8cdd1;
    /* padding: 15px 0px; */
    padding: 15px 25px;
    margin: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.mainfooter p{
	color: #808185;
    font-size: 14px;
    font-weight: 400;
	text-align: center;
    display: block;
    padding: 0px;
    margin: 0px;
}
.mainfooter ul{
	float: right;
	padding: 0px;
    margin: 0px;
}
.mainfooter li{
	list-style-type: none;
    display: inline-block;
    color: #40647e;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 13px 0px 9px;
    border-right: 1px solid #949494;
}
.mainfooter li:last-child{
	padding: 0px 0px 0px 9px;
    border-right: none;
}
.mainfooter li a{
	color: #808185;
}
.mainfooter li a:hover{
	text-decoration: none;
}
/* Login CSS End */

/* Page Header Start */
.pageheader{
	margin-bottom: 25px;
}
.pageheader h3{
	color: #808185;
    font-size: 23px;
    font-weight: 600;
	display: inline-block;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
}
.pageheader p{
	color: #808185;
    font-size: 16px;
    font-weight: 500;
	float: right;
	display: inline-block;
    padding: 0px;
    margin: 0px;
}
.pageheader p span{
	color: #f5811f;
	font-weight: 700;
}
.pageheader2.pageheader p{
	display: block;
	font-size: 15px;
	float: none;
}
.pageheader2.pageheader p i{
	margin-right: 3px;
}
.pageheaderlink1{
	display: inline;
}
.pageheader a, .pageheader button, .newsave1{
	/* color: #365569;
    font-size: 17px;
    font-weight: 600;
    float: right;
    text-decoration: underline !important;
	background-color: transparent;
	border: none;
    padding: 0px;
    margin: 0px;
	cursor: pointer; */
	background-color: #f5811f;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    float: right;
    padding: 9px 40px 10px;
    margin: 0px 5px;
    border-radius: 21px;
    box-shadow: none;
}
.pageheader a:hover, .pageheader button:hover{
	/* color: #365569; */
	color: #e8e9eb;
}
/* Page Header End */

/* Table Section Start */
.newtable1{
	/* background-color: #e8e9eb; */
	background-color: #ffffff;
    padding: 30px 20px;
    /* padding: 30px 0px; */
	margin-bottom: 50px;
	position: relative;
}
.tablehead1{
	margin-bottom: 20px;
}
.tablehead1 h4{
	color: #808185;
    font-size: 19px;
    font-weight: 600;
	display: inline-block;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
}
.tablehead1 a{
	color: #808185;
    font-size: 17px;
    font-weight: 600;
	float: right;
    text-decoration: underline !important;
    padding: 0px;
    margin: 0px;
}
.tablehead1 a:hover{
	color: #f5811f;
}
.newtable2{
	/* overflow-x: auto; */
}
.newtable2 table{
	width: 100%;
	border-collapse: collapse !important;
	/* border-collapse: separate;
    border-spacing: 0px 7px !important; */
}
.newtable2 table thead tr th{
	background-color: #808185;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
	text-align: center;
	/* border: 1px solid #9a9a9a; */
    padding: 17px 7px;
	/* width: 90px !important;
    min-width: 90px !important; */
	white-space: nowrap;
}
.newtable2 table tbody tr{
	/* background-color: #ffffff; */
	white-space: nowrap;
}

.newtable2 table tbody tr:nth-child(even) {
    background: #f5f5f5 !important;
}


.newtable2 table tbody tr.notify-app{
	/* background-color: rgba(55, 86, 106, 0.10); */
}
.newtable2 table tbody tr.notify-app td{
	/* border-top: 2px solid rgba(55, 86, 106, 0.57);
    border-bottom: 2px solid rgba(55, 86, 106, 0.57); */
}
.newtable2 table tbody tr.notify-app td:first-child{
	/* border-left: 2px solid rgba(55, 86, 106, 0.57); */
}
.newtable2 table tbody tr.notify-app td:last-child{
	/* border-right: 2px solid rgba(55, 86, 106, 0.57); */
}
.newtable2 table tbody tr td{
	/* background-color: #ffffff; */
    color: #37566a;
    font-size: 13px;
    font-weight: 500;
	text-align: center;
	/* min-width: 90px; */
	max-width: 120px;
	/* border: 1px solid #ebebeb; */
    /* padding: 17px 10px; */
    padding: 5px 10px;
	/* white-space: nowrap; */
	white-space: normal;
}
.newtable2 table tbody tr td a{
	color: #37566a;
}
.newtable2 .width123{
	min-width: 400px;
}
.tablestatus{
	background-color: #808185;
	display: block;
    color: #fff;
    /* font-size: 13px; */
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    margin-top: 3px;
    border-radius: 50px;
}
.tablestatus a{
    color: #fff !important;
}
.tabledropdown1{
	
}
.tabledropdown1 img{
	/* width: 23px; */
	width: 19px;
	cursor: pointer;
}
.tabledropdown1 .btn-group img{
	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: 9px 15px;
	transition: 0.5s;
	border-bottom: 1px solid #e8e9eb;
}
.tabledropdown1 .dropdown-menu .tabledropdown2 li:hover{
	background-color: #dcdfe6;
}
.tabledropdown1 .dropdown-menu .tabledropdown2 li a{
	color: #808185;
    font-size: 14px;
    font-weight: 500;
	display: block;
    padding: 0px;
    margin: 0px;
	cursor: pointer;
}
.tabledropdown1 .dropdown-menu .tabledropdown2 li a img{
	margin-right: 10px;
}
.tabledropdown1 .dropdown-menu .tabledropdown2 li button{
	color: #808185;
    font-size: 14px;
    font-weight: 500;
	background-color: transparent;
    text-align: left;
    width: 100%;
    display: block;
    border: none;
    padding: 0px;
    margin: 0px;
	cursor: pointer;
}
.tabledropdown1 .dropdown-menu .tabledropdown2 li button img{
	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;
}
.tabelform1 select{
	color: #424242;
    font-size: 14px;
    background-color: #fff;
	width: 100% !important;
    height: 43px !important;
    border: none;
    border-radius: 0;
    padding: 7px 10px;
    margin: 0px 0px 15px;
}
.tabelform1 .dropdown-toggle{
	width: 100% !important;
    height: 43px !important;
	color: #424242;
	padding: 0px 10px 0px;
    background: transparent;
}
.tabelform1 .btn-group{
	margin-bottom: 10px;
}
.tablehead2 select{
	color: #424242;
    font-size: 14px;
    background-color: #fff;
	width: 100% !important;
    height: 43px !important;
    border: none;
    border-radius: 0;
    padding: 7px 10px;
    margin: 0px 0px 15px;
}
.tablehead2 .dropdown-toggle{
	width: 100% !important;
    height: 43px !important;
	color: #424242;
	padding: 0px 10px 0px;
    background: transparent;
}
.tablehead2 .btn-group{
	margin-bottom: 10px;
}
#datatable_wrapper .row:first-child{
	/* position: absolute; */
    /* top: -50px; */
    /* top: -23px; */
    /* right: 84px; */
    /* right: 137px; */
}
.pagination {
	/* margin: 3px 0px 13px !important; */
}
.pagination li a {
	color: #37566a;
	font-size: 14px;
    float: left;
    padding: 5px 11px;
    text-decoration: none;
    border: 1px solid #c7c9cc;
    border-right: 0;
}
.pagination li.active a{
	background-color: #c8cdd1 !important;
    border: 1px solid #c7c9cc !important;
}
.pagination li.disabled a{
	background-color: #ddd !important;
	border: 1px solid #c7c9cc !important;
}
.pagination li:last-child a {
    border-right: 1px solid #c7c9cc;
}
.pagination a:hover:not(.active) {background-color: #c8cdd1;}
.newtable1 .tablehead1 ul{
	padding: 0px;
    margin: 0px
}
.newtable1 .tablehead1 li{
	list-style-type: none;
    display: inline-block;
    margin-right: 15px;
}
.newtable1 .tablehead1 li:last-child{
	margin-right: 0px;
}
.newtable1 .tablehead1 li a{
	color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    float: none;
    text-decoration: none !important;
	background-color: #37566a;
    border-radius: 21px;
    padding: 6px 23px;
    margin: 0px;
}
.newrate1{
	color: #ffb916;
    font-size: 20px !important;
}
.newrate2{
	color: #bdc3d2;
    font-size: 20px !important;
}
.itemtotal1 h3{
	color: #464646;
    font-size: 16px;
    font-weight: 500;
    text-align: right;
    padding: 0px;
    margin: 10px 0px 0px
}
.itemtotal1 h3 span{
	color: #37566a;
    font-size: 20px;
    font-weight: 600;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}
.itemtotal1 h3 span:first-child{
	margin-right: 3px;
	margin-left: 10px;
}
.payment1{
    padding: 0px 90px;
}
.payment1 h4{
	color: #37566a;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 20px 0px 20px;
    margin: 0px;
}
.payment2 label{
	color: #37566a;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    display: block;
    padding: 20px 0px;
    margin: 0px;
}
.payment3 input{
	display: none;
}
.payment3 label{
	color: #37566a;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    height: auto;
	transition: 0.5s;
	border-radius: 15px;
	padding: 10px 10px 13px;
	margin: 0px 0px 10px;
	cursor: pointer;
}
.payment3 label:hover{
	background-color: #d4d4d4;
}
.payment3 label span.year{
	display: block;
}
.payment3 label span.price{
	display: block;
	font-size: 20px;
    font-weight: 600;
	padding: 7px 0px 0px;
}
.payment3 label sub.month{
	font: small-caption;
}
.payment3 label span.tax{
	display: block;
    font-size: 11px;
}
.payment3 label span.offer{
	font-size: 13px;
}
.payment4{
	border-top: 1.5px solid rgba(55, 86, 106, 0.20);
	padding-top: 10px;
}
.payment3 input[type="radio"]:checked + label {
    color: #fff;
    background-color: #37566a;
}
.payment6, .payment7{
	display: none;
}
.payment9 input{
	display: none;
}
.payment9 label{
	width: 100%;
    height: auto;
    color: #37566a;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
	background-color: #c8cccf;
    padding: 30px 10px;
    margin: 10px 0px;
	cursor: pointer;
}
.payment9 input[type="radio"]:checked + label {
    color: #fff;
    background-color: #37566a;
}
/* Table Section End */

/* Form Class Start */
.newform1{
	background-color: #e8e9eb;
    padding: 0px;
    margin-bottom: 40px;
}
.formhead1{
	padding: 15px 40px;
    background-color: #808185;
}
.formhead1 h4{
	color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
}
.formhead1 a{
	color: #f1f1f1;
    font-size: 15px;
    font-weight: 600;
    float: right;
    padding: 0px;
    margin: 0px;
	transition: 0.5s;
}
.formhead1 a:hover{
	color: #ffffff;
}
.formsection1{
	padding: 20px 40px;
}
.formsection1 label{
	color: #37566a;
    font-size: 14px;
    font-weight: 600;
    padding: 0px;
    margin: 0px 0px 5px;
}
.formsection1 label span{
	color: #ff0000;
    font-size: 14px;
    padding-left: 3px;
}
.formsection1 input, .formsection1 select, .formsection1 .bootstrap-select{
	color: #424242;
    font-size: 14px;
    background-color: #fff;
	width: 100% !important;
    height: 43px !important;
    border: none;
    border-radius: 0;
    padding: 7px 10px;
    margin: 0px 0px 15px;
}
.formsection1 input[readonly], .formsection1 select[readonly]{
	background-color: #c8cdd1;
    opacity: 1;
}
.formsection1 .dropdown-toggle{
	color: #424242;
	padding: 0;
    background: transparent;
}
.formsection1 small{
	display: block;
    color: #333;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
}
.search1{
	position: relative;
	overflow: hidden;
}
.search1 a{
	position: absolute;
    top: 0px;
    right: 0px;
    background-color: #bcbfc4;
	color: #fff;
    font-size: 17px;
	height: 43px;
    padding: 11px 20px 0px;
    margin: 0px;
}
.search1 a:hover{
	color: #fff;
}

h1.heading_h1.heading_cap {
    color: #808185;
}

.search1 button{
	position: absolute;
    top: 0px;
    right: 0px;
    background-color: #f5811f;
    color: #fff;
    font-size: 17px;
    height: 43px;
	border-radius: 0;
    padding: 0px 20px;
    margin: 0px;
}
.search1 button:hover{
	color: #fff;
}
.formsection1 .newmagb1{
	margin-bottom: 5px !important;
}
.newmagb2{
	margin-bottom: 30px !important;
}
.newmagb3{
	margin-bottom: 50px !important;
}
.formbutton1{
	text-align: center;
	margin-bottom: 50px;
}
.formbutton1 .formsave1{
	background-color: #f5811f;
    color: #e8e9eb;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 60px 10px;
	margin: 0px 5px;
    border-radius: 21px;
    box-shadow: none;
}
.formbutton2 .formsave1{
	background-color: #f5811f;
    color: #e8e9eb;
    font-size: 15px;
    font-weight: 500;
	float: right;
    padding: 9px 60px 10px;
	margin: 0px 5px;
    border-radius: 21px;
    box-shadow: none;
}
.formbutton2 .formadd1{
	background-color: #f5811f;
    color: #e8e9eb;
    font-size: 15px;
    font-weight: 500;
	float: left;
    padding: 9px 60px 10px;
	margin: 0px 5px;
    border-radius: 21px;
    box-shadow: none;
}
.formbutton2 .formback1{
	background-color: #e8e9eb;
    color: #37566a;
    font-size: 15px;
    font-weight: 500;
	float: left;
    padding: 9px 60px 10px;
	margin: 0px 5px;
    border-radius: 21px;
    box-shadow: none;
}
/* Form Class End */

/* Popup1 Class Start */
.popup1{
}

.popup1 .modal-body form input[type="file"] {
    border: 1px dashed #f4811f;
}

.popup1 .modal-header h5{
	color: #37566a;
    font-size: 17px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
}
.popup1 .modal-body p{
	color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
}
.popup1 .modal-body form h5{
	color: #37566a;
    font-size: 17px;
    font-weight: 600;
    padding: 0px 0px 10px;
    margin: 0px;
}
.popup1 .modal-body form label{
	color: #37566a;
    font-size: 12px;
    font-weight: 500;
    padding: 0px;
    margin: 0px 0px 3px;

}
.popup1 .modal-body form label span{
	color: #ff0000;
    font-size: 14px;
    padding-left: 3px;
}
.popup1 .modal-body form input, .popup1 .modal-body form select{
    color: #424242;
    font-size: 14px;
    font-style: initial;
    background-color: #fff;
    border: 1px solid rgba(55, 86, 106, 0.3);
    border-radius: 0;
    padding: 7px 10px;
    margin: 0px 0px 7px;
    display: block;
    width: 100%;
}
.popup1 .modal-body form textarea{
	color: #424242;
    font-size: 14px;
	width: 100%;
	min-height: 90px;
	background-color: #fff;
    border: 1px solid rgba(55, 86, 106, 0.3);
    border-radius: 0;
    padding: 7px 10px;
    margin: 0px 0px 7px;
}
.popup1 .modal-body form p{
	color: #333;
    font-size: 12px;
    font-weight: 500;
    padding: 7px 0px 13px;
    margin: 0px;
}
.popup1 .modal-body form .newadd1{
	background-color: #f5811f;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
	float: right;
	border-radius: 21px;
    box-shadow: none;
    padding: 5px 22px;
	margin: 10px 0px 0px;
}
.popup1 .modal-body form ul{
	padding: 0px;
}
.popup1 .modal-body form li{
	list-style-type: none;
    display: inline-block;
    padding-right: 35px;
}
.popup1 .modal-body form .rediobutton1 input[type="radio"]{
	display: none;
}
.popup1 .modal-body form .rediobutton1 label{
	color: #37566a;
    font-size: 13px;
    font-weight: 600;
    background-color: #f2f2f2;
    width: 100%;
    padding: 10px;
    margin: 0px 0px 10px;
    cursor: pointer;
}
.popup1 .modal-body form .rediobutton1 input[type="radio"]:checked + label{
	color: #fff;
	background-color: #37566a;
}
.newpopupbtn1{
	text-align: right;
}
.popup1 .modal-footer .newsave, .newpopupbtn1 .newsave{
	background-color: #f5811f;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 22px;
    border-radius: 21px;
    box-shadow: none;
}
.popup1 .modal-footer .newclose, .newpopupbtn1 .newclose{
	background-color: #e8e9eb;
    color: #37566a;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 22px;
    border-radius: 21px;
    box-shadow: none;
}
#approvalemail{
	background-color: #6c6c6c;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 11px;
    border-radius: 21px;
    border: none;
    box-shadow: none;
    outline: none;
	cursor: pointer;
}
.approvalsucess{
	color: #018506;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    border: 1px solid #3ec443;
    padding: 7px;
    margin: 14px 0px;
    background-color: #c6f8c8;
}
.popup1 .modal-footer{
	border: none;
    padding-top: 0;
}
.newaddbtn1{
	color: #37566a;
    font-size: 27px !important;
}
.newremovebtn2{
	color: #adadad;
    font-size: 27px !important;
}
.start_end_inactive{
	display: none;
}
/* Popup1 Class End */
.newhidden{
	display: none !important;
}


/* form css*/
.formsection1 label{
	color: #37566a;
    font-size: 14px;
    font-weight: 600;
    padding: 0px;
    margin: 0px 0px 5px;
}
.formsection1 label span{
	color: #ff0000;
    font-size: 14px;
    padding-left: 3px;
}
.formsection1 input, .formsection1 select, .formsection1 .bootstrap-select{
	color: #424242;
    font-size: 14px;
	font-style: initial;
    background-color: #fff;
	width: 100% !important;
    height: 43px !important;
    border: none;
    border-radius: 0;
    padding: 7px 10px;
    margin: 0px 0px 15px;
}
.formsection1 input[readonly], .formsection1 select[readonly]{
	background-color: #c8cdd1;
    opacity: 1;
}
.formsection1 textarea{
	color: #424242;
    font-size: 14px;
	font-style: initial;
    background-color: #fff;
	width: 100% !important;
	min-height: 120px !important;
    border: none;
    border-radius: 0;
    padding: 7px 10px;
    margin: 0px 0px 15px;
}
.formsection1 .dropdown-toggle{
	color: #424242;
	padding: 0;
    background: transparent;
}
.formsection1 small{
	display: block;
    color: #333;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
}
.formsection1 h4{
	color: #37566a;
    font-size: 14px;
    font-weight: 700;
	line-height: 1.7;
    padding: 0px;
    margin: 0px;
}
.formsection1 p{
	color: #37566a;
    font-size: 14px;
    font-weight: 500;
	line-height: 1.7;
    padding: 0px;
    margin: 0px 0px 10px;
}


.newtable3{
	padding: 10px 70px 30px;
}
.newtable3 table{
	width: 100%;
	/* border-collapse: collapse; */
	border-collapse: separate;
    border-spacing: 0px 7px;
}
.newtable3 table thead tr{
	/* border-bottom: 1px solid #37566a; */
}
.newtable3 table thead tr th{
	/* background-color: transparent;
    color: #37566a; */
	background-color: #c8cdd1;
    color: #676767;
    font-size: 13px;
    font-weight: 600;
	text-align: center;
    /* padding: 17px 7px; */
    padding: 10px 7px;
	/* width: 90px !important;
    min-width: 90px !important; */
	white-space: nowrap;
}
.newtable3 table tbody tr{
	background-color: transparent;
	white-space: nowrap;
	border-bottom: 1px solid #37566a;
}
.newtable3 table tbody tr:last-child{
	border-bottom: none;
}
.newtable3 table tbody tr.notify-app{
	/* background-color: rgba(55, 86, 106, 0.10); */
}
.newtable3 table tbody tr.notify-app td{
	border-top: 2px solid rgba(55, 86, 106, 0.57);
    border-bottom: 2px solid rgba(55, 86, 106, 0.57);
}
.newtable3 table tbody tr.notify-app td:first-child{
	border-left: 2px solid rgba(55, 86, 106, 0.57);
}
.newtable3 table tbody tr.notify-app td:last-child{
	border-right: 2px solid rgba(55, 86, 106, 0.57);
}
.newtable3 table tbody tr td{
	background-color: #ffffff;
    color: #37566a;
    font-size: 13px;
    font-weight: 500;
	text-align: center;
	/* min-width: 220px; */
    /* padding: 17px 10px; */
    padding: 10px 10px;
	/* white-space: nowrap; */
	white-space: normal;
}
.newtable3 table tbody tr td a{
	color: #37566a;
}
.newtable3 table tbody tr td.totalname{
	font-size: 15px;
    font-weight: 700;
	text-align: right;
}
.newtable3 table tbody tr td.totalvalue{
	font-size: 20px;
    font-weight: 700;
}

.emailsignature1{
	text-align: center;
}
.emailsignature1 button{
	width: 160px;
    height: 150px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    margin: 10px;
    border-radius: 10px;
    background-color: #f5811f;
}
.emailsignature1 img{
	display: block;
    width: 50px;
	padding-bottom: 10px;
    margin: 0 auto;
}

.newtab1{
	padding: 20px 40px;
}
.newtab1 a{
	background-color: #a7a7a7;
    color: #e8e9eb;
    font-size: 14px;
    font-weight: 500;
	float: none;
    padding: 9px 20px 10px;
    margin: 0px 5px;
    border-radius: 5px;
    box-shadow: none;
}
.newtab1 a:hover{
	background-color: #999999;
    color: #e8e9eb;
}
.newtab1 a.active{
	background-color: #f5811f;
    color: #ffffff;
}
.newtab3{
	display: none;
}
.pageheaderlink1 .my-excel{
    padding-right: 3%;
}
.newprofileimg1{
	text-align: center;
	padding-top: 50px;
}
.newprofileimg1 h3{
	color: #808185;
    font-size: 21px;
    font-weight: 600;
	text-transform: capitalize;
    padding: 7px 0px 0px;
    margin: 0px;
}
.newprofileimg2{
	position: relative;
	display: inline-grid;
}
.newprofileimg2 img{
	width: 200px;
    border-radius: 50%;
}
.newprofileimg3{
	position: absolute;
    bottom: 0;
    right: 11%;
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    padding: 11px 0px 0px 1px;
    border-radius: 50%;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.49);
}
.newprofileimg2 i{
	color: #7c7c7c;
}

/* 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 20px 0px 0px;
}
.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: #ff7d24;
    font-size: 17px;
    font-weight: 600;
    text-decoration: underline !important;
    float: right;
    padding: 0px;
    margin: 0px;
}
.newpdf1 canvas{
	width: 100%;
}
/* View PDF CSS End */

/* My Profile End */
.newhidden{
	display: none !important;
}
.newpaddtop1{
	padding-top: 10px !important;
}
.newpaddleft1{
	padding-left: 0px !important;
}
.newmobilecode1 input{
	text-align: center;
}

.formsection1 .formsave1{
	background-color:#f5811f;
    color: #e8e9eb;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 60px 10px;
	margin: 15px 5px 5px 5px;
    border-radius: 21px;
    box-shadow: none;
}

.loading {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.83);
}
.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;
    padding-left: 10px;
}
.signature-pad--body canvas{
	width: 100%;
	height: 100px;
	margin-bottom: 15px;
}
.my-user .col-lg-8{
	padding-left: 4px;
}
.logo2{
	display: none;
}

.field-top{
	margin-top: 70px;
}
#signature-pad-1{
	margin: 0px auto;
}
#signature-pad-2{
	width: 100%;
}
#clear1, #clear2{
	display: block;
	color: #cacaca;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
	cursor: pointer;
}
.popupnew1 .modal-dialog{
	max-width: 710px;
}
.newtabletd1{
	text-align: right !important;
	font-weight: 600 !important;
}
.newtabletd2{
	font-weight: 600 !important;
}
.newmargint1{
	margin-top: 15px;
}
.statussubmitted{
	display: block;
    color: #fff !important;
    background-color: #03A9F4;
    padding: 5px 10px !important;
    /* min-height: 29px; */
    margin: 0px auto;
}
.statusinprogress{
	display: block;
    color: #000 !important;
	background-color: #FFC107;
    padding: 5px 10px !important;
    margin: 0px auto;
}
.statusdelivered{
	display: block;
    color: #fff !important;
    background-color: #4CAF50;
    padding: 5px 10px !important;
    margin: 0px auto;
}
.statuscancelled{
	display: block;
    color: #fff !important;
    background-color: #F44336;
    padding: 5px 10px !important;
    margin: 0px auto;
}
.managerapprove1{
	position: relative;
	margin: 0px 0px 10px;
}
.managerapprove1 input[type="checkbox"]{
	display: inline-block !important;
    width: auto !important;
	margin: 0px !important;
    vertical-align: middle;
}
.managerapprove1 label{
	display: inline-block;
    color: #747474 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 0px !important;
    margin: 0px !important;
}
.managerapprove1 label i{
	margin-right: 1px;
}
.managerapprove2{
	display: inline-block;
    color: #f5811f !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 0px !important;
    margin: 0px !important;
}
.managerapprove2 i{
	margin-right: 1px;
}
.discountapproved{
	color: #37c93d;
    font-weight: 600;
}
.discountdeclined{
	color: #f44336;
    font-weight: 600;
}
.discountapproved2{
	color: #29ae2f !important;
}
.discountdeclined2{
	color: #f44336 !important;
}
.newfont1{
	font-size: 13px !important;
    font-weight: 600 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}

.newsearch1 input{
	height: 43px;
}
.newsearch1 button{
	height: 42px;    padding: 6px 15px;margin: 0px 2px;border-radius: 0px;
}