@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: #fff;
}

.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: #4c4c4d;
    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 img{
	/* width: 77px; */
	width: 50px;
    height: auto;
    border-radius: 50%;
    border: 3px solid #fff;
}
.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;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 270px;
    max-width: 270px;
    background: #ffffff;
    color: #fff;
    transition: all 0.3s;
    border-right: 2px solid #eee;
}

#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: #fff;
}

#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: #1373e0;
	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: #ffffff;
    background: #1373e0;
    text-decoration: none;
}

#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #ffffff;
    background: #1373e0;
}

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: 70%;
    height: auto;
    margin: 0 auto;
    display: block;
}

/* ---------------------------------------------------
    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;
    }
    .sub-title {
        background-color: #1373e0;
        color: #fff;
        padding: 1%;
        margin-top: 2%;
        margin-bottom: 2%;
        font-size: 17px !important;
        padding: 4% 2.2% !important;
        margin: 25px 0px !important;
    }

    .formfield1 input{
        padding: 6px !important;
    }
}

.newbg1{
	background-image: url(../images/bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.newbg2{
    background-size: cover;
    background-attachment: scroll;
	position: relative;
}
/* Login Style Start */
.login1{
	background-color: #fff;
    width: 70%;
    border-radius: 13px;
    box-shadow: 1px 1px 17px 7px rgba(0, 0, 0, 0.21);
    margin: 7% auto 0;
    overflow: hidden;
}
.login11{
	background-color: #fff;
    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: #1373e0;
    display: block;
    width: 90%;
    color: #fff;
    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: #4c4c4d;
    font-size: 25px;
    font-weight: 400;
    line-height: 22px;
    padding: 0;
    margin: 0;
    display: contents;
}
.formsection1{
	
}
.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: left;
    padding: 9px 0px 0px;
    margin: 0;
}
.formfield1 label span{
	color: #ff0000;
    margin-left: 4px;
}
.formfield1 input, .formfield1 select{
    width: 100%;
    display: block;
    color: #919191;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 3px solid #eee;
    border-radius: 0;
    padding: 10px;
    margin: 0px;
    outline: none;
    border: none;
    border-bottom: 2px solid #eee;
}
.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: 10px 7px 10px 26px;
    margin: 15px 0px 7px;
}
.formfield1 li{
	color: #919191;
    list-style-type: devanagari;
	border-bottom: 1px solid #e9e9e9;
    padding: 7px 0px 7px 3px;
    margin: 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;
}
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: #fff;
    font-size: 14px;
    font-weight: 500;
	background-color: #1373e0;
    border: none;
    /* border-radius: 9px; */
    padding: 10px 30px;
	margin: 7px 0px 0px;
	cursor: pointer;
}
.btn1:hover{
	color: #fff;
	text-decoration: none;
}
.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 */

/* Table Style Start */
.newtable{
	margin-bottom: 20px;
}
.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-weight: 500 !important;
    text-align: center;
    border: none !important;
    padding: 13px 10px !important;
    background-color: #1373e0;
}
.newtable td{
	color: #454545;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    padding: 13px 10px !important;
}
.newtable td button{
    background-color: transparent;
    border: none;
    color: #979797;
    font-size: 14px;
	transition: 0.5s;
    padding: 0px 5px;
	margin: 2px;
	cursor: pointer;
}
.newtable td button:hover{
	color: #454545;
}
.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{

    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;
	
}
   
.h5-align{
    text-align: right;
    color: #454545;
}

form span{
	color: red;
}

.my label {
	display: inline-table;
    margin: 8px;
    border: 1px solid #1373e0;
    border-style: dashed;
    padding: 1% 3% !important;
}
.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;
    font-size: 15px;
    text-align: left;
    
}

.my-label{
    padding: 9px 0 0 0;
    color: #454545;
}

.view-title{
    padding-bottom: 2%;
}

#datatable tbody tr td a {
    color: #454545 ;
    text-decoration: none;
    padding: 0px 5px;
    margin: 2px;
}

#datatable 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: #1373e0;
    padding: 5px 30px;
    font-size: 20px;
    color: #fff;
}
.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;
}

.header-title{
    color: #fff;
    text-align: center !important;
    display: block;
    margin: 0 auto;
    padding: 1% 0px;
}

.middle-align{
    display: block;
    margin: 0 auto;
}

.header-image{
    width: 150px;
}
.sub-title{
    background-color: #1373e0;
    color: #fff;
    padding: .5%;
    margin-top: 2%;
    margin-bottom: 2%;
    width: 100%;
}

.sec-style{
    padding: 1% 0px 1.5% 0px;
}

#sidebar ul li a i {
    margin-right: 10px;
    margin-left: 10%;
    font-size: 20px;
}

.odd-row:nth-child(odd) {
background-color: #efefef;
}

.odd-row:nth-child(even) {
    background-color: #e2e2e2;
    }

    .odd-row   label {
        margin-bottom: unset !important;
        padding: 7px 0px;
    }

    .split-row .row{
        margin-right: 2%;;
    }


    .footernew1{
	position: absolute;
    bottom: 13px;
    left: 45%;
	text-align: center;
}
.footernew1 ul{
	padding: 0;
	margin: 0;
}
.footernew1 li{
    display: inline-block;
    color: #adadad;
    font-size: 13px;
    font-weight: 200;
    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;
}