  @font-face {
 font-family: 'Open Sans';
 font-style: normal;
 font-weight: 300;
 src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/google-font/OpenSans-Light.woff) format('woff2');
}
@font-face {
 font-family: 'Open Sans';
 font-style: normal;
 font-weight: 400;
 src: local('Open Sans'), local('OpenSans'), url(../fonts/google-font/OpenSans-Regular.woff) format('woff2');
}
@font-face {
 font-family: 'Open Sans';
 font-style: normal;
 font-weight: 600;
 src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../fonts/google-font/OpenSans-Semibold.woff) format('woff2');
}
@font-face {
 font-family: 'Open Sans';
 font-style: normal;
 font-weight: 700;
 src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/google-font/OpenSans-Bold.woff) format('woff2');
}

@font-face {
 font-family: 'Open Sans';
 font-style: italic;
 font-weight: 400;
 src: local('Open Sans Italic'), local('OpenSans-Italic'), url(../fonts/google-font/OpenSans-Italic.woff) format('woff2');
}
@font-face {
 font-family: 'Open Sans';
 font-style: italic;
 font-weight: 600;
 src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(../fonts/google-font/OpenSans-Semibold.woff) format('woff2');
}  

 .poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
  src:  url(../fonts/poppins/Poppins-Thin.woff) format('woff2');
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
    src:  url(../fonts/poppins/Poppins-ExtraLight.woff) format('woff2');
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
   src:  url(../fonts/poppins/Poppins-Light.woff) format('woff2');
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
   src:  url(../fonts/poppins/Poppins-Regular.woff) format('woff2');
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  src:  url(../fonts/poppins/Poppins-Medium.woff) format('woff2');
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
   src:  url(../fonts/poppins/Poppins-SemiBold.woff) format('woff2');
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
   src:  url(../fonts/poppins/Poppins-Bold.woff) format('woff2');
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
    src:  url(../fonts/poppins/Poppins-ExtraBold.woff) format('woff2');
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
  src:  url(../fonts/poppins/Poppins-Black.woff) format('woff2');
} 


 html, body
 {
  height:100%;
  font-family:"Poppins", sans-serif !important;
 }
 
body {

	font-size: .8450rem;
	overflow-x: hidden;
	color: #000;
	font-family: "Poppins", sans-serif;
	background-attachment: fixed;
/* 	background-image: linear-gradient(rgba(255, 255, 255, 0.3) 200px,
		rgba(255, 255, 255, 0.9) 0%) */
}

ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0
}

*:focus { 	outline: none }

a {
	color: #0a3e58;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

a:focus, a:hover {
	text-decoration: none;
	color: #0e7093;
}

h1, h2, h3, h4, h5, h6 { font-weight: 600  }
h1 { font-size: 2.5rem} 
h2 { font-size: 2rem}
h3 { font-size: 1.75rem}
h4 { font-size: 1.5rem}
h5 { font-size: 1rem}
h6 {font-size: 0.875rem}
p {	font-size: 14px; }

b, strong {	font-weight: 600}
code {	padding: 0 3px;	border-radius: 3px }

.img-radius { 	border-radius: 50% }
.media-left { 	padding-right: 20px }

.main-body .page-wrapper {
	/* padding: 0.6rem; */
	-webkit-transition: all ease-in 0.3s;
	transition: all ease-in 0.3s
}

.card {
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 10px -1px rgba(69, 90, 100, 0.3);
	/* box-shadow: 0 2px 10px -1px rgba(69, 90, 100, 0.3); */
	box-shadow: 0px 5px 15px rgba(0,0,0, 0.2);
	border: none;
	margin-bottom: 15px;
	/* -webkit-transition: all 0.3s ease-in-out;
	transition: all 1.1s ease-in-out */
}

.marginToBottom .card:hover
{
	box-shadow:none;
}
.textSetHeading {
    font-size: 15px ! important;
    color: white;
    font-weight: 400;
}
/* .textSetHeading::after
{
	content:">";
	display:inline;
	
} */
ul.textSetHeading li{ display:inline-table; font-size:18px; color:#183153; font-weight:600;}

ul.textSetHeading li a:nth-child(1),
ul.textSetHeading li a:nth-child(3)
{	
    color: #117ec2;
    font-weight: 600;
}

.HeadingSet {font-size: 1.1rem;  color: #444444;  font-weight: 500;  line-height: 26px; }
.fa-angle-double-right {
    color: #9bc3e7;
}

/* .fa.fa-search {
    color: #6c6c6c;
    font-weight: 400;
    font-size: 15px;
} */
ul.textSetHeading li a:nth-child(2),
ul.textSetHeading li a:nth-child(4)
{	
    color: #146ebe;
    font-weight: 600;
   
}

.btn-silver {
    background: #efefef;
}
button#button-addon2 {
    border-top: 1px solid #c9c7c7;
    border-bottom: 1px solid #c9c7c7;
    border-right: 1px solid #c9c7c7;
}
form {
    margin-block-end: 0em;
    display: contents;
}

ul.textSetHeading li a:hover:nth-child(1),
ul.textSetHeading li a:hover:nth-child(3)
{	
    color:#1c7ed6;
    font-weight: 600;
}

.bg-light-blue{ background:#dadcdf;}

.text-light-blue{ color:#0077c1 ! important;}

ul.textSetHeading li a:nth-child(5)
{
	
    color: #000;
    font-weight:500;
}
.card .card-footer {
	border-top: 1px solid rgba(0, 0, 0, 0.125);
	padding: 15px 20px;
	border-radius: 0 0 5px 5px
}

.card .card-header {
	/* background-color: transparent; */
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	padding: 5px 15px;
	position: relative
}

.card .card-header.borderless {
	border-bottom: 0px solid transparent
}

.card .card-header.borderless+.card-block, .card .card-header.borderless+.card-block-big,
	.card .card-header.borderless+.card-block-small {
	padding-top: 0
}

.card .card-header .card-header-left {
	display: inline-block
}

.card .card-header .card-header-right {
	right: 10px;
	top: 13px;
	display: inline-block;
	float: right;
	padding: 7px 0;
	position: absolute
}

.btn-outline-red {
	color: #f98a67;
	border-color: #f98a67;
}

.btn-outline-red:hover {
	color: #fff;
	background-color: #f98a67;
	border-color: #f98a67;
}

.tringle-red:after {
	width: 0;
	height: 0;
	border-top: 10px solid #ff57ac;
	border-right: 10px solid #00000000;
	border-bottom: 10px solid #f5f5f505;
	border-left: 10px solid #20598c00;
	content: " ";
	position: absolute;
	top: 43px;
	left: 47%;
}

/* blue css  */
.card-blue {
	background: linear-gradient(to bottom, #2aaac1, #2aaac1);
	color: white;
}

.btn-outline-yellow {
	color: #db643e;
	background-color: #ffefea;
	background-image: none;
	border-color: #db643e;
}

.btn-outline-yellow:hover {
	color: white;
	background-color: #db643e;
}

.btn-outline-blue {
    color: #0A4A86;
    border-color: #0A4A86;
    background: #ffffff;
}

.btn-outline-blue:hover {
	color: #fff;
	background-color: #0A4A86;
	border-color: #0A4A86;
}

.tringle-blue:after {
	width: 0;
	height: 0;
	border-top: 10px solid #2aaac1;
	border-right: 10px solid #00000000;
	border-bottom: 10px solid #f5f5f505;
	border-left: 10px solid #20598c00;
	content: " ";
	position: absolute;
	top: 43px;
	left: 47%;
}

/* blue orange  */
.card-orange {
	background: linear-gradient(to bottom, #fa7f67, #fa7f67);
	color: white;
}

.btn-outline-orange {
	color: #fa7f67;
	border-color: #fa7f67;
}

.btn-outline-orange:hover {
	color: #fff;
	background-color: #fa7f67;
	border-color: #fa7f67;
}

.tringle-orange:after {
	width: 0;
	height: 0;
	border-top: 10px solid #fa7f67;
	border-right: 10px solid #00000000;
	border-bottom: 10px solid #f5f5f505;
	border-left: 10px solid #20598c00;
	content: " ";
	position: absolute;
	top: 43px;
	left: 47%;
}

/* blue orange  */
.card-green {
	background: linear-gradient(to bottom, #00b97c, #00b97c);
	color: white;
}

.btn-outline-green {
	color: #00b97c;
	border-color: #00b97c;
}

.btn-outline-green:hover {
	color: #fff;
	background-color: #00b97c;
	border-color: #00b97c;
}

.tringle-green:after {
	width: 0;
	height: 0;
	border-top: 10px solid #00b97c;
	border-right: 10px solid #00000000;
	border-bottom: 10px solid #f5f5f505;
	border-left: 10px solid #20598c00;
	content: " ";
	position: absolute;
	top: 43px;
	left: 47%;
}

li.breadcrumb-item {
    font-size: 19px;
    font-weight: 600; color: #444;
}
/* blue orange  */
.card-dark-blue {
	background: linear-gradient(to bottom, #4a536e, #4a536e);
	color: white;
}

.btn-outline-green {
	color: #4caf50;
	background-color: #f5fff6;
	background-image: none;
	border-color: #4caf50;
}

.btn-outline-green:hover {
	color: white;
	background-color: #4caf50;
}

.btn-outline-dark-blue {
	color: #4a536e;
	border-color: #4a536e;
}

.btn-outline-dark-blue:hover {
	color: #fff;
	background-color: #4a536e;
	border-color: #4a536e;
}

.tringle-dark-blue:after {
	width: 0;
	height: 0;
	border-top: 10px solid #4a536e;
	border-right: 10px solid #00000000;
	border-bottom: 10px solid #f5f5f505;
	border-left: 10px solid #20598c00;
	content: " ";
	position: absolute;
	top: 43px;
	left: 47%;
}
.SchoolRequestStatus {
    width: 100%;
}
@media only screen and (min-width:1024px) {
	.ResetPasswordCard{width:990px; margin: 0px auto; }
}
.borderR {
    border-right: 1px solid #dddddd;
}
@media only screen and (min-width:768px) {
	.SchoolRequestStatus {
	width: 760px;
	margin: 0px auto;
}
.EditDistrictUser{
	width: 560px;
	margin: 0px auto;
}

.table td, .table th {
    padding: 8px 9px !important;
    vertical-align: top;
    border: none !important;
    font-size: 14px;
    letter-spacing: 0.9px;
}

tr {
    border-top: 1px solid #e9e9e9;
}


.bg-silver
{
background: #efefef;
} 
.text-blue{
 color: #023059!important;
}
}


@media only screen and (max-width: 575px) {
	.card .card-header .card-header-right { display: none  	}
}

.card .card-header .card-header-right i {
	margin: 0 4px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	color: #37474f;
	line-height: 1
}

.card .card-header .card-header-right .card-option {
	width: 35px;
	height: 20px;
	overflow: hidden;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out
}

.card .card-header .card-header-right .card-option li { 	display: inline-block }

.card .card-header span {
	display: block;
	font-size: 13px;
	margin-top: 5px
}

.card .card-header h5 {
	margin-bottom: 0;
	color: #37474f;
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	margin-right: 10px;
	line-height: 1.4;
	letter-spacing:0.8px;
}

#dom-table thead tr th{
    text-align: left;
    padding-left: 8px ! important;
    width: 300px;
}

.card .card-block {padding:15px; } 


.card .card-block table tr {
	padding-bottom: 20px !important;
	/*height: 45px;*/
}

.card .card-block .sub-title {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px
}

.card .card-block code {
	background-color: #eee;
	margin: 5px;
	display: inline-block
}

.card .card-block p { 	line-height: 1.4, letter-spacing: 0.9px; }
.card-footer {	background: transparent }

.rotate-refresh {
	-webkit-animation: mymove 0.8s infinite linear;
	animation: mymove 0.8s infinite linear;
	display: inline-block
}

@
-webkit-keyframes mymove { 0%{
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

100%{
-webkit-transform:rotate(360deg);        
transform:rotate(360deg) }
}
@
keyframes mymove { 0%{
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

100%{
-webkit-transform:rotate(360deg);
transform:rotate(360deg)  }
}

.page-header {
	background-size: cover;
	position: relative;
	border-radius: 0;
	padding-bottom: 50px
}
.page-header h4 {	color: #fff;	font-weight: 400}
.page-header .page-block {	padding: 1.25rem}
.page-header .page-block .breadcrumb {	background: transparent;	margin-bottom: 0;	padding: 0 }
.page-header .page-block .breadcrumb a {font-size: 14px;	color: #fff}
.page-header .page-block .breadcrumb .breadcrumb-item+.breadcrumb-item:before
	{	font-family: "feather";	content: "\e844";	color: #fff }
.page-header .page-block .breadcrumb .breadcrumb-item:last-child a {
	color: #fff;	font-weight: 600}

@media only screen and (max-width: 768px) {	.page-header .page-block .breadcrumb {		float: left;	margin-top: 10px	}}

.sub-title {
	border-bottom: 1px solid rgba(204, 204, 204, 0.35);
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #2c3e50
}

.blockquote {
	border-left: 0.25rem solid #eceeef;
	padding: 0.5rem 1rem
}

.blockquote.blockquote-reverse {
	text-align: right;
	padding-right: 1rem;
	border-right: 0.25rem solid #eceeef;
	border-left: none
}

.card-block.list-tag ul li {	display: block;	float: none;	margin-bottom: 5px}
.card-block.list-tag ol li {	margin-bottom: 5px}

.inline-order-list {	margin-top: 50px}
.inline-order-list h4, .inline-order-list p {	margin-bottom: 0 }
.card-block ul li.list-inline-item {	display: inline-block;	float: left}
.modal {	z-index: 1050}
.modal .modal-dialog {	pointer-events: all}
.bd-example .modal {
	display: block;
	position: inherit;
	background-color: #2C3E50;
	margin-bottom: 20px}

.card .overflow-container h5 {	margin-bottom: 5px}
.button-page .card-block a.nav-link {	margin-bottom: 0}
.sweet-alert button.confirm {	background-color: #448aff}
.sweet-alert .sa-input-error {	top: 23px}


a.bg-default:focus, a.bg-default:hover {	background-color: #f0f0f0;	color: #fff}
a.bg-primary:focus, a.bg-primary:hover {	background-color: #7af;	color: #fff}
a.bg-success:focus, a.bg-success:hover {	background-color: #b5d98b;	color: #fff }
a.bg-info:focus, a.bg-info:hover {	background-color: #08e3ff;	color: #fff}
a.bg-warning:focus, a.bg-warning:hover {	background-color: #ffcf8a;	color: #fff}
a.bg-danger:focus, a.bg-danger:hover {	background-color: #ff8585;	color: #fff}


.img-circle {
	border-radius: 50%
}

.b-none {
	border: none
}

.table-primary, .table-primary>td, .table-primary>th {
	background-color: #4680FE
}

.table-responsive {
	display: inline-block;
	width: 100%;
	overflow-x: auto
}

.table.table-xl td, .table.table-xl th {
	padding: 1.25rem 2rem
}

.table.table-lg td, .table.table-lg th {
	padding: 0.9rem 2rem
}

.table.table-de td, .table.table-de th {
	padding: 0.75rem 2rem
}

.table.table-sm td, .table.table-sm th {
	padding: 0.6rem 2rem
}

.table.table-xs td, .table.table-xs th {
	padding: 0.4rem 2rem
}

.table-columned>tbody>tr>td:first-child, .table-columned>tbody>tr>th:first-child
	{
	border-left: 0
}

.table-columned>tfoot>tr>td:first-child, .table-columned>tfoot>tr>th:first-child
	{
	border-left: 0
}

.table-columned>tbody>tr>td, .table-columned>tbody>tr>th {
	border: 0;
	border-left: 1px solid #ddd
}

.table-columned>tfoot>tr>td, .table-columned>tfoot>tr>th {
	border: 0;
	border-left: 1px solid #ddd
}

.table-border-style {
	padding: 0
}

.table-border-style .table {
	margin-bottom: 0
}

.table>thead>tr>th {
	border-bottom-color: #f0f0f0;
	background: #034c8c;
    color: white;
}

.table-borderless tbody tr td, .table-borderless tbody tr th {
	border: 0
}

.table-bordered>thead>tr.border-solid>td, .table-bordered>thead>tr.border-solid>th
	{
	border-bottom-width: 2px
}

.table-bordered>thead>tr.border-solid:first-child>td, .table-bordered>thead>tr.border-solid:first-child th
	{
	border-bottom-width: 2px
}

.table-bordered>thead>tr.border-double>td, .table-bordered>thead>tr.border-double>th
	{
	border-bottom-width: 3px;
	border-bottom-style: double
}

.table-bordered>thead>tr.border-double:first-child>td, .table-bordered>thead>tr.border-double:first-child th
	{
	border-bottom-width: 3px;
	border-bottom-style: double
}


.progress {
	height: 1rem
}

.progress .progress-bar {
	height: 100%;
	color: inherit
}

.loader-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 9999
}

.loader-bg .loader-bar {
	position: fixed;
	height: 5px;
	width: 80%;
	top: 0;
	left: 0;
	background: #2196f3;
	-webkit-animation: barfiller 2.0s;
	animation: barfiller 2.0s
}

@
-webkit-keyframes barfiller { 0%{ width: 0 } 25%{width:20%} 50%{width:40%} 70%{width:60%} 100%{width:80%}}
@
keyframes barfiller { 0%{width: 0} 25%{width:20%} 50%{width:40%} 70%{width:60%} 100%{width:80%} }
@
-moz-document url-prefix (){select { -webkit-appearance:none;
	-moz-appearance: none;
	background: #FFF url("../images/select-arrow.png") no-repeat 95% center
}

}

.label {
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: capitalize
}

.label-primary {	background: #448aff}
.label-warning {	background: #ffba57}
.label-default {	background: #d6d6d6}
.label-danger {		background: #ff5252}
.label-success {	background: #9ccc65}
.label-inverse {	background: #37474f}
.label-info {		background: #00bcd4}
.label-warning {	color: #fff}

.badge-primary {	background: #448aff}
.badge-warning {  background: #ebeefa;   color: #3454d1;   border: 1px solid #d8dff9;   font-weight: 600 !important;}
.badge-default {	background: #d6d6d6}
.badge-danger {	background: #ffebd0; border: 1px solid #f4debf;  font-weight: 600 !important;   color: #ff821d;}
.badge-success {  background: #e1fbed;   color: #0eac56;  border: 1px solid #c6f2d7;  font-weight: 600 !important;}
.badge-inverse {	background: #37474f}
.badge-info {		background: #00bcd4}

.badge {
border-radius: 3px;
    padding: 8px 8px;
    letter-spacing: 0.7;
    font-size: small;
    font-weight: 500;
}
table tbody .border-bottom-primary td, table tbody .border-bottom-primary th,
	table thead .border-bottom-primary th {
	border-bottom: 1px solid #448aff
}

table tbody .border-bottom-warning td, table tbody .border-bottom-warning th,
	table thead .border-bottom-warning th {
	border-bottom: 1px solid #ffba57
}

table tbody .border-bottom-default td, table tbody .border-bottom-default th,
	table thead .border-bottom-default th {
	border-bottom: 1px solid #d6d6d6
}

table tbody .border-bottom-danger td, table tbody .border-bottom-danger th,
	table thead .border-bottom-danger th {
	border-bottom: 1px solid #ff5252
}

table tbody .border-bottom-success td, table tbody .border-bottom-success th,
	table thead .border-bottom-success th {
	border-bottom: 1px solid #9ccc65
}

table tbody .border-bottom-inverse td, table tbody .border-bottom-inverse th,
	table thead .border-bottom-inverse th {
	border-bottom: 1px solid #37474f
}

table tbody .border-bottom-info td, table tbody .border-bottom-info th,
	table thead .border-bottom-info th {
	border-bottom: 1px solid #00bcd4
}

.table-styling .table-primary, .table-styling.table-primary {
	background-color: #448aff;
	color: #fff;
	border: 3px solid #448aff
}

.table-styling .table-primary thead, .table-styling.table-primary thead
	{
	background-color: #116aff;
	border: 3px solid #116aff
}

.table-styling .table-warning, .table-styling.table-warning {
	background-color: #ffba57;
	color: #fff;
	border: 3px solid #ffba57
}

.table-styling .table-warning thead, .table-styling.table-warning thead
	{
	background-color: #ffa524;
	border: 3px solid #ffa524
}

.table-styling .table-default, .table-styling.table-default {
	background-color: #d6d6d6;
	color: #fff;
	border: 3px solid #d6d6d6
}

.table-styling .table-default thead, .table-styling.table-default thead
	{
	background-color: #bdbdbd;
	border: 3px solid #bdbdbd
}

.table-styling .table-danger, .table-styling.table-danger {
	background-color: #ff5252;
	color: #fff;
	border: 3px solid #ff5252
}

.table-styling .table-danger thead, .table-styling.table-danger thead {
	background-color: #ff1f1f;
	border: 3px solid #ff1f1f
}

.table-styling .table-success, .table-styling.table-success {
	background-color: #9ccc65;
	color: #fff;
	border: 3px solid #9ccc65
}

.table-styling .table-success thead, .table-styling.table-success thead
	{
	background-color: #83bf3f;
	border: 3px solid #83bf3f
}

.table-styling .table-inverse, .table-styling.table-inverse {
	background-color: #37474f;
	color: #fff;
	border: 3px solid #37474f
}

.table-styling .table-inverse thead, .table-styling.table-inverse thead
	{
	background-color: #222c31;
	border: 3px solid #222c31
}

.table-styling .table-info, .table-styling.table-info {
	background-color: #00bcd4;
	color: #fff;
	border: 3px solid #00bcd4
}

.table-styling .table-info thead, .table-styling.table-info thead {
	background-color: #008fa1;
	border: 3px solid #008fa1
}

.bg-c-blue {
	background: #448aff
}


.pcoded[nav-type="st1"] .pcoded-item>li:nth-child(1)>a>.pcoded-micon {
	color: #4680ff
}

.pcoded[nav-type="st1"] .pcoded-item>li:nth-child(2)>a>.pcoded-micon {
	color: #ff5252
}

.pcoded[nav-type="st1"] .pcoded-item>li:nth-child(3)>a>.pcoded-micon {
	color: #D81B60
}

.pcoded[nav-type="st1"] .pcoded-item>li:nth-child(4)>a>.pcoded-micon {
	color: #66BB6A
}

.pcoded[nav-type="st1"] .pcoded-item>li:nth-child(5)>a>.pcoded-micon {
	color: #7C4DFF
}

.pcoded[nav-type="st1"] .pcoded-item>li:nth-child(6)>a>.pcoded-micon {
	color: #4680ff
}

.pcoded[nav-type="st1"] .pcoded-item>li:nth-child(7)>a>.pcoded-micon {
	color: #ff5252
}

.pcoded[nav-type="st1"] .pcoded-item>li:nth-child(8)>a>.pcoded-micon {
	color: #D81B60
}

.pcoded[nav-type="st1"] .pcoded-item>li:nth-child(9)>a>.pcoded-micon {
	color: #66BB6A
}

.pcoded[nav-type="st1"] .pcoded-item>li:nth-child(10)>a>.pcoded-micon {
	color: #7C4DFF
}

.pcoded[nav-type="st2"] .pcoded-item>li>a>.pcoded-micon {
	color: #37474f
}

.pcoded[nav-type="st1"] .pcoded-item>li>a>.pcoded-micon, .pcoded[nav-type="st2"] .pcoded-item>li>a>.pcoded-micon
	{
	color: #37474f
}

.pcoded[nav-type="st1"] .pcoded-item>li>a>.pcoded-micon b, .pcoded[nav-type="st2"] .pcoded-item>li>a>.pcoded-micon b
	{
	display: none
}

.main-menu {
	float: left;
	width: 100%;
	z-index: 99
}

.main-menu .main-menu-header {
	padding: 1rem 0.625rem;
	background-blend-mode: overlay;
	background-size: cover;
	position: relative
}

.main-menu .main-menu-header img {
	position: relative;
	width: 60px;
	margin: 0 auto 15px;
	display: block
}

.main-menu .main-menu-header .user-details {
	display: block;
	position: relative;
	text-align: center
}

.main-menu .main-menu-header .user-details #more-details {
	cursor: pointer;
	font-size: 0.8125rem
}

.main-menu .main-menu-header .user-details p {
	margin-bottom: 0;
	color: #666;
	font-weight: 600;
	font-size: 1rem
}

.main-menu .main-menu-header .user-details span {
	color: #666;
	display: block;
	font-size: 14px;
	text-transform: capitalize
}

.main-menu .main-menu-header .user-details span i {
	font-size: 10px;
	margin-left: 10px
}

.main-menu .main-menu-content .more-details {
	display: none
}

.main-menu .main-menu-content .more-details a {
	padding: 10px 25px;
	display: block;
	color: #000;
	-webkit-transition: all ease-in 0.3s;
	transition: all ease-in 0.3s
}

.main-menu .main-menu-content .more-details a:hover {
	color: #448aff
}

.main-menu .main-menu-content .more-details a i {
	margin-right: 10px
}

.main-menu .main-menu-content .menu-search {
	padding: 20px 20px 10px
}

.main-menu .main-menu-content li {
	position: relative
}


.sidebar_toggle a {
	margin: -5px;
	line-height: 1
}

.header-navbar {
	min-height: 50px;
	padding: 0
}

.header-navbar .navbar-wrapper .navbar-logo {
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: left;
	height: 50px;
	text-align: center;
	text-transform: uppercase;
	width: 230px;
	padding: 10px
}

.header-navbar .navbar-wrapper .navbar-logo a {
	margin: 0 auto
}

@media only screen and (max-width: 992px) {
	.header-navbar .navbar-wrapper .navbar-logo {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.header-navbar .navbar-wrapper .navbar-logo h5 {
	margin-bottom: 0
}

.header-navbar .navbar-wrapper .navbar-logo .mobile-menu {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	line-height: 3;
	width: 40px
}

.header-navbar .navbar-wrapper .navbar-logo .mobile-options,
	.header-navbar .navbar-wrapper .navbar-logo .mobile-search {
	display: none
}

.header-navbar .navbar-wrapper .navbar-container .nav-left,
	.header-navbar .navbar-wrapper .navbar-container .nav-right {
	float: left;
	margin-bottom: 0
}

.header-navbar .navbar-wrapper .navbar-container .nav-left li,
	.header-navbar .navbar-wrapper .navbar-container .nav-right li {
	float: left;
	line-height: 3.1;
	padding: 0 20px;
	cursor: pointer;
	position: relative
}

@media only screen and (max-width: 575px) {
	.header-navbar .navbar-wrapper .navbar-container .nav-left li,
		.header-navbar .navbar-wrapper .navbar-container .nav-right li {
		padding: 0 15px
	}
}

.header-navbar .navbar-wrapper .navbar-container .nav-left li .sidebar_toggle a,
	.header-navbar .navbar-wrapper .navbar-container .nav-right li .sidebar_toggle a
	{
	display: none
}

.header-navbar .navbar-wrapper .navbar-container .nav-left li>a,
	.header-navbar .navbar-wrapper .navbar-container .nav-right li>a {
	font-size: 16px;
	display: block
}

.header-navbar .navbar-wrapper .navbar-container .nav-left li>a>i.flag-icon,
	.header-navbar .navbar-wrapper .navbar-container .nav-right li>a>i.flag-icon
	{
	border-radius: 50%;
	width: 20px;
	height: 20px
}

.header-navbar .navbar-wrapper .navbar-container .nav-left a,
	.header-navbar .navbar-wrapper .navbar-container .nav-right a {
	padding: 0 0.6rem
}

.header-navbar .navbar-wrapper .navbar-container .nav-left .dropdown-toggle::after,
	.header-navbar .navbar-wrapper .navbar-container .nav-right .dropdown-toggle::after
	{
	display: none
}

.header-navbar .navbar-wrapper .navbar-container .nav-right {
	float: right
}

.header-navbar .navbar-wrapper .navbar-container .nav-right .user-profile img
	{
	margin-right: 10px;
	width: 40px
}

.header-navbar .navbar-wrapper .navbar-container .nav-right .user-profile i
	{
	font-size: 10px;
	margin-left: 10px
}

.header-navbar .navbar-wrapper .navbar-container .nav-right>.header-notification:nth-child(1) .show-notification li:first-child:hover,
	.header-navbar .navbar-wrapper .navbar-container .nav-right>.header-notification:nth-child(1) .profile-notification li:first-child:hover
	{
	background-color: #fff
}

.header-navbar .navbar-wrapper .navbar-container .header-notification {
	-webkit-perspective: 1000px;
	perspective: 1000px;
	z-index: 99;
	position: relative
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification,
	.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification
	{
	background: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	border: none;
	opacity: 1;
	position: absolute;
	left: auto;
	right: -15px;
	visibility: visible;
	overflow: visible;
	width: 24rem;
	padding: 15px 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px)
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification.show:before,
	.header-navbar .navbar-wrapper .navbar-container .header-notification .show.profile-notification:before
	{
	content: "";
	border: 10px solid transparent;
	border-left-color: #fff;
	border-top-color: #fff;
	position: absolute;
	border-radius: 3px;
	top: -8px;
	right: 15px;
	-webkit-box-shadow: -5px -5px 12px -2px rgba(0, 0, 0, 0.3);
	box-shadow: -5px -5px 12px -2px rgba(0, 0, 0, 0.3);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1002
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification a,
	.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification a
	{
	color: #373a3c
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li,
	.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li
	{
	line-height: initial;
	padding: 1em 20px;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:first-child,
	.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:first-child
	{
	padding: 10px 20px
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:first-child h6,
	.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:first-child h6
	{
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:first-child label,
	.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:first-child label
	{
	float: right
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li img,
	.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li img
	{
	width: 40px;
	margin-right: 10px
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:hover,
	.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:hover
	{
	background-color: #f1f1f1
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification.row li:hover,
	.header-navbar .navbar-wrapper .navbar-container .header-notification .row.profile-notification li:hover
	{
	background-color: transparent
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification .notification-user,
	.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification .notification-user
	{
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 5px
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification .notification-msg,
	.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification .notification-msg
	{
	margin-bottom: 5px
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification .notification-time,
	.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification .notification-time
	{
	font-size: 12px;
	color: #919aa3
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification
	{
	width: 17em
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification a
	{
	font-size: 15px;
	padding-left: 0
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification a:hover
	{
	background-color: transparent
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification i
	{
	font-size: 15px;
	margin-left: 0;
	margin-right: 5px
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li
	{
	border-top: none;
	padding: 0.7em 20px
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:first-child
	{
	padding: 0.7em 20px
}

.header-navbar .navbar-wrapper .navbar-container .badge {
	border-radius: 50%;
	right: -12px;
	position: absolute;
	top: 5px;
	padding: 4px;
	width: 19px;
	-webkit-animation: not-blink 2.1s
		cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
	animation: not-blink 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395)
		infinite
}

.header-navbar .navbar-wrapper .header-search {
	line-height: 0.8
}

.header-navbar .navbar-wrapper .header-search .main-search {
	padding: 9px 0;
	display: block
}

.header-navbar .navbar-wrapper .header-search .main-search .input-group
	{
	margin-bottom: 0;
	background-color: transparent;
	border-radius: 20px
}

.header-navbar .navbar-wrapper .header-search .main-search .input-group .form-control
	{
	padding: 0.3rem 0.75rem;
	width: 0;
	border: none;
	background-color: transparent
}

.header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-append,
	.header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-prepend
	{
	background-color: transparent;
	border: none
}

.header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-append .input-group-text,
	.header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-prepend .input-group-text
	{
	background-color: transparent;
	color: #fff;
	border: none
}

.header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-append.search-close,
	.header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-prepend.search-close
	{
	display: none
}

.header-navbar .navbar-wrapper .header-search .main-search.open {
	color: #000;
	line-height: 1
}

.header-navbar .navbar-wrapper .header-search .main-search.open .input-group
	{
	background-color: #fff
}

.header-navbar .navbar-wrapper .header-search .main-search.open .input-group .form-control
	{
	display: block
}

.header-navbar .navbar-wrapper .header-search .main-search.open .input-group .input-group-append .input-group-text,
	.header-navbar .navbar-wrapper .header-search .main-search.open .input-group .input-group-prepend .input-group-text
	{
	color: #000
}

.header-navbar .navbar-wrapper .header-search .main-search.open .input-group .input-group-append.search-close,
	.header-navbar .navbar-wrapper .header-search .main-search.open .input-group .input-group-prepend.search-close
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@
-webkit-keyframes not-blink { 0%{opacity: 1} 70%{opacity:1} 80%{opacity:0} 100%{opacity:0} }
@
keyframes not-blink { 0%{opacity: 1} 70%{opacity:1} 80%{opacity:0} 100%{opacity:0} }

.pcoded .pcoded-container {
	position: relative
}

.pcoded .pcoded-header {
	width: 100%;
	z-index: 1029;
	position: relative;
	display: block;
	background: #f7f7f7 !important;
}


.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.6rem;
    padding-left: 0.3rem;
    color: #868e96;
    content: "?";
    font-size: 14px;
}
.pcoded .pcoded-navbar {
	display: block;
	-webkit-box-shadow: 0 2px 10px -1px rgba(69, 90, 100, 0.3);
	box-shadow: 0 2px 10px -1px rgba(69, 90, 100, 0.3)
}

.pcoded-main-container {
	display: block;
	position: relative;
/* 	background: #fff; */
	/* min-height:calc(100vh - 50px) */
}

.pcoded .pcoded-content {
	position: relative;
	display: block;
    padding-bottom: 15px;
}

.pcoded-inner-navbar {
	display: block;
	/* position: relative */
}

.pcoded-inner-content {
	padding: 15px;
	margin-top: -53px;
}
.btn-GreenNew {
    background: green;
    color: white;
}
.btn-GreenNew:hover,
.btn-GreenNew:active {
    background: #07af07;
    color: white;
}

.pcoded .pcoded-navbar .pcoded-item {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0 0 20px;
	position: relative
}

.pcoded .pcoded-navbar .pcoded-item:after {
	content: "";
	background-color: #efefef;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 10px
}

.pcoded .pcoded-navbar .pcoded-item>li {
	display: block;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: relative
}

.pcoded .pcoded-navbar .pcoded-item>li>a {
	display: block;
	font-size: 14px;
	padding: 0 15px;
	text-decoration: none;
	position: relative;
	-webkit-transition: all 0s linear;
	transition: all 0s linear
}

.pcoded .pcoded-navbar .pcoded-item>li>a.disabled {
	opacity: 0.5;
	cursor: not-allowed
}

.pcoded .pcoded-navbar .pcoded-item>li.active>a, .pcoded .pcoded-navbar .pcoded-item>li.pcoded-trigger>a,
	.pcoded .pcoded-navbar .pcoded-item>li:hover>a {
	-webkit-box-shadow: 0 15px 8px -9px rgba(0, 0, 0, 0.25);
	box-shadow: 0 15px 8px -9px rgba(0, 0, 0, 0.25)
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu {
	list-style: outside none none;
	margin: 10px 0;
	padding: 0
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li {
	display: block;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: relative
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a
	{
	display: block;
	font-size: 14px;
	font-weight: 400;
	padding: 15px 20px;
	text-decoration: none;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a>.pcoded-mtext
	{
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a>.pcoded-mtext:before
	{
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a .pcoded-micon
	{
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 10px;
	padding-right: 5px
}

.pcoded .pcoded-navbar .pcoded-item>li>a>.pcoded-micon {
	font-size: 1rem;
	padding: 4px;
	margin-right: 0;
	border-radius: 4px;
	width: 20px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30px;
	text-align: center
}

.pcoded .pcoded-navbar .pcoded-item>li>a>.pcoded-micon i {
	color: #fff !important;
}

.pcoded[vertical-placement="left"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover>a .pcoded-mtext
	{
	margin-left: 5px
}

.pcoded[vertical-placement="left"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover>a .pcoded-mtext:before
	{
	padding-right: 10px
}

.pcoded[vertical-placement="right"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover>a .pcoded-mtext
	{
	margin-right: 5px
}

.pcoded[vertical-placement="right"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover>a .pcoded-mtext:before
	{
	padding-left: 10px
}

.pcoded[vertical-placement="right"] .main-body .page-wrapper .page-header-title i
	{
	margin-right: 0;
	margin-left: 20px
}

.pcoded-inner-navbar {
	height: 100%
}


.pcoded .pcoded-navbar[pcoded-navbar-position="relative"] {
	position: relative
}

.pcoded .pcoded-navbar[pcoded-navbar-position="fixed"] {
	position: fixed
}

.pcoded .pcoded-navbar[pcoded-navbar-position="absolute"] {
	position: absolute
}

.pcoded .pcoded-header[pcoded-header-position="relative"] {
	position: relative
}

.pcoded .pcoded-header[pcoded-header-position="fixed"] {
	position: fixed;
	top: 0;
	z-index: 1028
}

.pcoded .pcoded-header[pcoded-header-position="absolute"] {
	position: absolute
}

.pcoded .pcoded-overlay-box {
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	overflow: hidden
}

.pcoded[vertical-nav-type="compact"][vertical-effect="overlay"] .pcoded-overlay-box,
	.pcoded[vertical-nav-type="expanded"][vertical-effect="overlay"] .pcoded-overlay-box
	{
	visibility: visible;
	z-index: 1026;
	opacity: 0.3;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	overflow: hidden
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a .pcoded-micon
	{
	display: none;
	font-size: 10px;
	padding-right: 5px
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a .pcoded-mtext:before
	{
	font-style: normal;
	padding-right: 4px;
	font-size: 10px;
	position: relative;
	left: 0;
	top: 0;
	opacity: 1;
	visibility: visible;
	font-family: 'feather';
	font-size: 12px;
	padding-right: 5px
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon="style1"] .pcoded-submenu li>a .pcoded-mtext:before
	{
	font-family: 'FontAwesome';
	content: "\f105"
}

.pcoded li.pcoded-hasmenu>a:after {
	float: right;
	font-style: normal;
	margin-left: 3px;
	font-size: 14px;
	position: absolute;
	right: 15px;
	top: 5px;
	font-family: 'feather';
	padding-top: 5px;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear
}

.pcoded li.pcoded-hasmenu .pcoded-submenu li.pcoded-hasmenu>a:after {
	top: 0
}

/* .pcoded li.pcoded-hasmenu[dropdown-icon="style1"]>a:after {
	font-family: 'FontAwesome';
	color: #fff !important;
	content: "\f105"
} */

/* .pcoded li.pcoded-hasmenu.pcoded-trigger[dropdown-icon="style1"]>a:after
	{
	color: #fff !important;
	content: "\f107"
} */

.pcoded li.pcoded-hasmenu[dropdown-icon="style2"]>a:after {
	content: "\e847"
}

.pcoded li.pcoded-hasmenu.pcoded-trigger[dropdown-icon="style2"]>a:after
	{
	content: "\e846"
}

.pcoded li.pcoded-hasmenu[dropdown-icon="style3"]>a:after {
	content: '\e8b1'
}

.pcoded li.pcoded-hasmenu.pcoded-trigger[dropdown-icon="style3"]>a:after
	{
	content: '\e897'
}



.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover>a:before
	{
	border-left-style: solid;
	border-left-width: 5px;
	content: " ";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0
}

.pcoded-navbar .sidebar_toggle a {
	opacity: 1;
	visibility: visible;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	position: absolute
}

.pcoded-navbar .sidebar_toggle a:hover {
	color: #fff
}


.pcoded .pcoded-navbar .pcoded-navigation-label {
	font-size: 13px;
	font-weight: bold;
	opacity: 1;
	padding: 10px 15px
}

.pcoded .pcoded-navbar .pcoded-navigation-label[menu-title-theme="theme1"] 	{	color: #4680ff }

.pcoded .pcoded-navbar .pcoded-search+.pcoded-navigation-label {
	border-top: 0 solid transparent
}

.pcoded[vertical-nav-type="collapsed"] .pcoded-navbar .pcoded-navigation-label
	{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear
}

.pcoded .pcoded-navbar .pcoded-item li a .pcoded-badge {
	position: absolute;
	right: 30px;
	text-align: center;
	top: 10px;
	vertical-align: middle;
	text-transform: lowercase;
	white-space: nowrap;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-submenu>li a .pcoded-badge {
	top: 10px;
	right: 2px
}

.pcoded[vertical-nav-type="collapsed"] .pcoded-navbar .pcoded-item>li>a .pcoded-badge
	{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear
}

.pcoded[vertical-nav-type="collapsed"] .pcoded-navbar .pcoded-item>li.pcoded-trigger>a .pcoded-badge
	{
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear
}





.pcoded #styleSelector {
	min-height: 300px;
	height: calc(100vh - 50px);
	border: 1px solid #e9e9e9;
	background: #FFF;
	position: fixed;
	margin: 0;
	padding: 20px;
	width: 400px;
	top: 152px;
	z-index: 100;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

.pcoded #styleSelector.open {
	background: #FFF none repeat scroll 0 0;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2)
}

.pcoded #styleSelector .soc-icon {
	width: 55px;
	height: 55px;
	padding: 15px;
	border-radius: 50%
}

.pcoded #styleSelector .soc-icon i {
	font-size: 25px;
	margin-right: 0
}

@media only screen and (max-width: 992px) {
	.pcoded #styleSelector {
		display: none
	}
}



.pcoded[theme-layout="horizontal"] #styleSelector,.pcoded[vertical-placement="left"] #styleSelector {
  left: -400px;
  border-left: 2px solid rgba(48,53,73,0.28);
}

.pcoded[theme-layout="horizontal"] #styleSelector.open,.pcoded[vertical-placement="left"] #styleSelector.open {
  left: 0;
}

.pcoded[vertical-placement="right"] #styleSelector {
  left: 400px;
  border-right: 2px solid rgba(48,53,73,0.28);
}

.pcoded[vertical-placement="right"] #styleSelector.open {
  right: 0;
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] {
	background-color: #424242
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .main-menu .main-menu-header .user-details p
	{
	color: #fff
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .main-menu .main-menu-content .more-details a
	{
	color: #fff
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li>a {
	color: #fff
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li>a .pcoded-micon
	{
	color: #fff
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.active>a {
	color: #FFF;
	border-bottom-color: #424242
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li>a {
	border-bottom-color: #424242
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu
	{
	background: #424242
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li>a
	{
	border-bottom-color: #5c5c5c;
	color: #fff
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.pcoded-hasmenu>a:after,
	.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.pcoded-hasmenu .pcoded-submenu li.pcoded-hasmenu>a:after
	{
	color: #fff
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.pcoded-hasmenu.pcoded-trigger>a:after,
	.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.pcoded-hasmenu.pcoded-trigger .pcoded-submenu li.pcoded-hasmenu.pcoded-trigger>a:after
	{
	color: #fff
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.active:hover>a,
	.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li:hover>a {
	color: #FFF
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover>a
	{
	color: #FFF
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover>a:before
	{
	border-left-color: transparent
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li.active>a
	{
	color: #FFF;
	background-color: #424242
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li.active>a .pcoded-mtext:before
	{
	border-bottom-color: #424242
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li.active>a .pcoded-mtext:after
	{
	border-left-color: #424242
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a .pcoded-mtext:before
	{
	border-bottom-color: #fff
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a .pcoded-mtext:after
	{
	border-left-color: #fff
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li:hover>a:before
	{
	border-left-color: #424242
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.pcoded-hasmenu:hover>a:after
	{
	color: #fff
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.pcoded-trigger>a
	{
	border-bottom-color: #424242
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.pcoded-hasmenu .pcoded-submenu li.pcoded-hasmenu:hover>a:after
	{
	color: #fff
}

.pcoded .pcoded-navbar[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>.pcoded-hasmenu.pcoded-trigger>.pcoded-submenu,
	.pcoded .pcoded-navbar[theme-layout="vertical"][vertical-nav-type="sub-expanded"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>.pcoded-hasmenu.pcoded-trigger>.pcoded-submenu
	{
	border-left-color: transparent
}

.pcoded .pcoded-navbar[theme-layout="vertical"][vertical-nav-type="ex-popover"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>.pcoded-hasmenu.pcoded-trigger>.pcoded-submenu
	{
	border-left-color: transparent
}

.pcoded .pcoded-navbar[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar[navbar-theme="theme1"]
	{
	background-color: #424242
}

.pcoded .pcoded-navbar[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li:hover>a
	{
	color: #FFF
}

.pcoded .pcoded-navbar[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar[navbar-theme="theme1"] .sidebar_toggle a
	{
	color: #fff
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] {
	background-color: #023059;
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .main-menu .main-menu-header .user-details span
	{
	color: #fff
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .main-menu .main-menu-content .more-details a
	{
	color: #666
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li.pcoded-hasmenu>a:after,
	.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li.pcoded-hasmenu .pcoded-submenu li.pcoded-hasmenu>a:after
	{
	color: #666
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li.active:hover>a,
	.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li:hover>a
	{
	color: #666
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li.pcoded-trigger>a
	{
	border-bottom-color: #fff
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li>a {
	color: #666;
	border-bottom-color: #fff
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li.active>a
	{
	color: #FFF
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item .pcoded-submenu
	{
	background-color: #fff
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item .pcoded-submenu li>a
	{
	border-bottom-color: #ededed;
	color: #666
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item .pcoded-submenu li>a .pcoded-mtext:before
	{
	border-bottom-color: #fff
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item .pcoded-submenu li>a .pcoded-mtext:after
	{
	border-left-color: #fff
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item .pcoded-submenu li:hover>a:before
	{
	border-left-color: #fff
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item .pcoded-submenu li.active>a
	{
	color: #666
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item .pcoded-submenu li.active>a .pcoded-mtext:before
	{
	border-bottom-color: #fff
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item .pcoded-submenu li.active>a .pcoded-mtext:after
	{
	border-left-color: #fff
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li.active>a,
	.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li:hover>a
	{
	background: #4680ff;
	color: #fff
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li.active>a .pcoded-micon,
	.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li:hover>a .pcoded-micon
	{
	color: #fff
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li.active>a:before,
	.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li:hover>a:before
	{
	border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li.active>a:after,
	.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li:hover>a:after
	{
	color: #fff
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.active>a,
	.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.active:hover>a,
	.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.pcoded-trigger>a,
	.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.pcoded-trigger:hover>a,
	.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li:hover>a,
	.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li:hover:hover>a
	{
	background: #59c2e6;
	color: #fff
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.active>a .pcoded-micon,
	.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.active:hover>a .pcoded-micon,
	.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon,
	.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.pcoded-trigger:hover>a .pcoded-micon,
	.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li:hover>a .pcoded-micon,
	.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li:hover:hover>a .pcoded-micon
	{
	color: #fff
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.active>a:before,
	.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.active:hover>a:before,
	.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.pcoded-trigger>a:before,
	.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.pcoded-trigger:hover>a:before,
	.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li:hover>a:before,
	.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li:hover:hover>a:before
	{
	border-left-color: transparent
}



.theme-option select {
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 3px 10px
}
.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-navbar .pcoded-item>li>a .pcoded-micon
	{
	float: none;
	position: relative;
	z-index: 1051;
	left: 90%;
	top: 1px
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"][vertical-placement="right"] .pcoded-navbar .pcoded-item>li>a .pcoded-micon i
	{
	left: 0
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"][vertical-placement="right"] .pcoded-navbar .pcoded-item>li.pcoded-hasmenu.pcoded-trigger>a .pcoded-micon i,
	.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"][vertical-placement="right"] .pcoded-navbar .pcoded-item>li.pcoded-trigger.active>a .pcoded-micon i
	{
	left: 94%
}

.pcoded.nocollapsed[theme-layout="vertical"][pcoded-device-type="phone"] .pcoded-main-container
	{
	position: static
}

.pcoded[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-main-container,
	.pcoded[theme-layout="vertical"][vnavigation-view="view3"] .pcoded-main-container
	{
	position: static
}



.pcoded .pcoded-header[header-theme="theme1"] .dropdown-toggle, .pcoded .pcoded-header[header-theme="theme1"] .input-group-addon,
	.pcoded .pcoded-header[header-theme="theme1"] a {
	color: #fff
}



.pcoded[fream-type="theme1"][theme-layout="horizontal"] .page-header {
	background: #ced6df
}



.pcoded.pcoded-toggle-animate .pcoded-navbar .pcoded-item>li.pcoded-trigger>a .pcoded-mtext
	{
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg)
}

.pcoded.pcoded-toggle-animate .pcoded-navbar .pcoded-item li a .pcoded-badge
	{
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg)
}

.pcoded.pcoded-toggle-animate .pcoded-navbar .pcoded-item li.pcoded-hasmenu.pcoded-trigger a:after,
	.pcoded.pcoded-toggle-animate .pcoded-navbar .pcoded-item li.pcoded-hasmenu>a:after
	{
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg)
}

.pcoded.pcoded-toggle-animate .pcoded-navbar .pcoded-item>li.pcoded-hasmenu>a:after
	{
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear
}

body .pcoded[pcoded-device-type="phone"][vertical-nav-type="expanded"] .pcoded-navbar,
	body .pcoded[pcoded-device-type="phone"][vertical-nav-type="expanded"] .pcoded-navbar[pcoded-navbar-position="fixed"],
	body .pcoded[pcoded-device-type="tablet"][vertical-nav-type="expanded"] .pcoded-navbar,
	body .pcoded[pcoded-device-type="tablet"][vertical-nav-type="expanded"] .pcoded-navbar[pcoded-navbar-position="fixed"]
	{
	position: absolute;
	top: 50px
}

body .pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"] .pcoded-navbar .pcoded-item>li>a .pcoded-micon
	{
	left: 0
}

body .pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"] .pcoded-navbar .pcoded-item>li.pcoded-trigger>a .pcoded-micon
	{
	left: calc(100% - 23px)
}

body .pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"] .pcoded-item>li.pcoded-trigger>a>.pcoded-mtext
	{
	padding-right: 90px
}

body .pcoded[vertical-placement="right"] .showChat_inner, body .pcoded[vertical-placement="right"] .users
	{
	right: auto;
	left: 0
}

body .pcoded[vertical-placement="right"] .main-body {
	direction: rtl
}

body .pcoded[vertical-placement="right"] .main-body .page-wrapper .page-header-breadcrumb
	{
	float: left
}

body .pcoded[vertical-placement="right"] .main-body .language-markup {
	direction: ltr
}

body .pcoded[vertical-placement="right"] .back_chatBox i, body .pcoded[vertical-placement="right"] .back_friendlist i
	{
	left: auto;
	right: -40px;
	border-radius: 0 50% 50% 0;
	padding: 12px 7px 12px 0;
	-webkit-box-shadow: 2px 0 9px -2px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 0 9px -2px rgba(0, 0, 0, 0.3)
}

body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-logo
	{
	float: right
}

body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container
	{
	margin-left: 0;
	margin-right: 240px
}

body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .nav-left li,
	body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .nav-right li,
	body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .nav-right li
	{
	float: right
}

body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .nav-left,
	body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .nav-right
	{
	float: right
}

body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .nav-right
	{
	float: left
}

body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification,
	body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification,
	body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification
	{
	right: auto;
	left: -15px
}

body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification:before,
	body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification:before,
	body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification:before
	{
	right: auto;
	left: 15px
}

body .pcoded[vertical-placement="right"][vertical-nav-type="collapsed"] .header-navbar .navbar-wrapper .navbar-container
	{
	margin-right: 0
}

body .pcoded[vertical-nav-type="collapsed"] .header-navbar .navbar-wrapper .navbar-container
	{
	margin-left: 0
}

body.menu-bottom .navbar-wrapper {
	z-index: 1050
}

body.menu-bottom .p-chat-user, body.menu-bottom .showChat_inner {
	top: 0
}

body.menu-bottom .pcoded[pcoded-device-type="phone"][vertical-nav-type="expanded"] .pcoded-navbar,
	body.menu-bottom .pcoded[pcoded-device-type="phone"][vertical-nav-type="expanded"] .pcoded-navbar[pcoded-navbar-position="fixed"],
	body.menu-bottom .pcoded[pcoded-device-type="tablet"][vertical-nav-type="expanded"] .pcoded-navbar,
	body.menu-bottom .pcoded[pcoded-device-type="tablet"][vertical-nav-type="expanded"] .pcoded-navbar[pcoded-navbar-position="fixed"]
	{
	top: 0
}

body.menu-bottom .navbar-wrapper {
	bottom: 0;
	top: auto;
	z-index: 1050
}

@media only screen and (max-width: 992px) {
	body.menu-bottom .navbar-wrapper .pcoded-navbar {
		top: -50px
	}
}

body.menu-bottom .pcoded[theme-layout="vertical"] .header-navbar {
	min-height: auto;
	bottom: 0;
	top: auto;
	z-index: 9999
}

body.menu-bottom .pcoded[theme-layout="vertical"] .header-navbar[pcoded-header-position="absolute"],
	body.menu-bottom .pcoded[theme-layout="vertical"] .header-navbar[pcoded-header-position="relative"]
	{
	position: fixed
}

body.menu-bottom .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification,
	body.menu-bottom .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification
	{
	top: auto;
	bottom: 100px
}

body.menu-bottom .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification:before,
	body.menu-bottom .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification:before
	{
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: auto;
	bottom: -10px
}

body.menu-bottom .pcoded[pcoded-device-type="tablet"] .pcoded-content,
	body.menu-bottom .pcoded[pcoded-device-type="phone"] .pcoded-content {
	padding-top: 0
}

body.menu-bottom .pcoded[theme-layout="vertical"] .pcoded-navbar[pcoded-navbar-position="fixed"]
	{
	top: 0
}

body.menu-bottom #collapse-menu {
	display: none
}

.pcoded[pcoded-device-type="tablet"] .pcoded-header[pcoded-header-position="relative"],
	.pcoded[pcoded-device-type="tablet"] .pcoded-header[pcoded-header-position="absolute"],
	.pcoded[pcoded-device-type="phone"] .pcoded-header[pcoded-header-position="relative"],
	.pcoded[pcoded-device-type="phone"] .pcoded-header[pcoded-header-position="absolute"]
	{
	position: fixed
}

.pcoded[pcoded-device-type="tablet"] .pcoded-content, .pcoded[pcoded-device-type="phone"] .pcoded-content
	{
	padding-top: 50px
}

.pcoded[theme-layout="horizontal"] .pcoded-container {
	position: relative
}

.pcoded[theme-layout="horizontal"] .pcoded-header {
	z-index: 1024
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar {
	display: block;
	height: 50px;
	width: 100%;
	z-index: 1024;
	-webkit-box-shadow: 0 2px 7px -3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 2px 7px -3px rgba(0, 0, 0, 0.4)
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item .pcoded-hasmenu.pcoded-trigger>.pcoded-submenu
	{
	opacity: 1;
	visibility: visible;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg)
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar li.pcoded-hasmenu>a:after
	{
	right: 3px;
	top: -3px
}

.pcoded[theme-layout="horizontal"] #styleSelector {
	z-index: 1024
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .p-chat-user,
	.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .showChat_inner,
	.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .p-chat-user,
	.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .showChat_inner
	{
	top: 107px
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="desktop"] .navbar-logo .mobile-menu,
	.pcoded[theme-layout="horizontal"][pcoded-device-type="desktop"] .pcoded-brand .menu-toggle
	{
	display: none
}

.pcoded[theme-layout="horizontal"] .page-header {
	padding-top: 50px
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item[item-border="true"][item-border-style="dashed"]>li>a
	{
	border-right-style: dashed
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item[item-border="true"][item-border-style="dotted"]>li>a
	{
	border-right-style: dotted
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item[item-border="true"][item-border-style="solid"]>li>a
	{
	border-right-style: solid
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item[item-border="true"][item-border-style="dashed"] .pcoded-hasmenu .pcoded-submenu li>a
	{
	border-bottom-style: dashed
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item[item-border="true"][item-border-style="dotted"] .pcoded-hasmenu .pcoded-submenu li>a
	{
	border-bottom-style: dotted
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item[item-border="true"][item-border-style="solid"] .pcoded-hasmenu .pcoded-submenu li>a
	{
	border-bottom-style: solid
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item[item-border="false"]>li>a
	{
	border-right-width: 0
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item[item-border="true"]>li>a
	{
	border-right-width: 1px
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item[subitem-border="false"] .pcoded-hasmenu .pcoded-submenu li>a
	{
	border-bottom-width: 0
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item[subitem-border="true"] .pcoded-hasmenu .pcoded-submenu li>a
	{
	border-bottom-width: 1px
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item>li {
	display: block;
	list-style: outside none none;
	margin: 0;
	padding: 5px;
	position: relative
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item>li>a {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	padding: 5px 13px;
	text-decoration: none;
	position: relative
}

/* 
@media only screen and (max-width: 2600px) and (min-width: 769px) {
	.loginBg {
	background: url(<%=request.getContextPath()%>/layout/files/assets/images/loginbg.jpg)
		20px 20px no-repeat ! important;

	    padding-left:348px ! important;
}
} */
@media only screen and (max-width: 1200px) and (min-width: 992px) {
	.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item>li>a {
		padding: 5px
	}
	
}

 @media only screen and (max-width: 768px) and (min-width:600px) {
	.foot1
	{
	   min-height: 120px;
	}
} 

 @media only screen and (max-width: 599px) and (min-width:375px) {
	.foot1
	{
	   min-height: 180px;
	}
 
} 

 @media only screen and (max-width: 374px) and (min-width:320px) {
	.foot1
	{
	   min-height: 230px;
	}
 
} 

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item>li.pcoded-hasmenu>a
	{
	line-height: 1.85
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu
	{
	list-style: outside none none;
	margin: 0;
	padding: 5px 0;
	-webkit-box-shadow: 0 1px 7px -1px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 7px -1px rgba(0, 0, 0, 0.4)
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li
	{
	display: block;
	list-style: outside none none;
	margin: 0;
	padding: 3px 10px;
	position: relative
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a
	{
	display: block;
	font-size: 14px;
	padding: 7px 10px;
	text-decoration: none;
	position: relative
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a:after
	{
	padding-top: 7px;
	line-height: 1
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item>li>a>.pcoded-micon
	{
	font-size: 14px;
	padding: 0
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item.pcoded-search-item>li>a>.pcoded-micon
	{
	padding: 0 5px 0 7px
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a .pcoded-micon
	{
	font-size: 13px;
	padding-right: 5px
}

.pcoded[theme-layout="horizontal"][horizontal-layout="widebox"] .pcoded-container
	{
	width: 100%
}

.pcoded[theme-layout="horizontal"][horizontal-layout="widebox"] .pcoded-content .pcoded-wrapper,
	.pcoded[theme-layout="horizontal"][horizontal-layout="widebox"] .pcoded-header .pcoded-wrapper,
	.pcoded[theme-layout="horizontal"][horizontal-layout="widebox"] .pcoded-navbar .pcoded-wrapper
	{
	display: block;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item>li {
	float: left;
	padding: 5px 3px
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item li a {
	border-radius: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item li.active>a,
	.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item li.pcoded-trigger>a,
	.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item li:hover>a
	{
	-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2)
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu
	{
	position: absolute;
	min-width: 200px;
	z-index: 1;
	border-top-width: 0;
	top: 100%
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a
	{
	font-size: 14px;
	font-weight: 500;
	text-align: left
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a>.pcoded-mtext
	{
	-webkit-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a>.pcoded-mtext:before
	{
	-webkit-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item .pcoded-submenu .pcoded-submenu
	{
	position: absolute;
	min-width: 250px;
	z-index: 1;
	left: 100%;
	top: -1px
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu
	{
	opacity: 0;
	visibility: hidden;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg)
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item .pcoded-submenu li.pcoded-hasmenu>a:after
	{
	margin-left: 3px;
	position: relative;
	float: right;
	top: -3px
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item>li.pcoded-hasmenu>a:after,
	.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item>li.pcoded-hasmenu.active>a:after,
	.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item>li.pcoded-hasmenu.pcoded-trigger>a:after
	{
	font-style: normal;
	margin-left: 3px;
	padding-left: 5px;
	position: relative
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item>.pcoded-hasmenu.edge.pcoded-trigger>.pcoded-submenu
	{
	right: 0
}

.pcoded[theme-layout="horizontal"][horizontal-placement="top"] .pcoded-navbar .pcoded-item>li.pcoded-hasmenu.pcoded-trigger.active .pcoded-submenu
	{
	border-top-style: solid;
	border-top-width: 1px
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item[subitem-border="true"] .pcoded-hasmenu .pcoded-submenu>li:last-child>a
	{
	border-bottom-color: transparent
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item.pcoded-search-item>li>a>.pcoded-micon
	{
	display: block
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="desktop"] .pcoded-navbar .pcoded-inner-navbar,
	.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-inner-navbar
	{
	position: absolute;
	top:0px;
	width:100%;
}

nav.pcoded-navbar.is-hover {
    position: absolute;
    top: 70px;
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar,
	.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar
	{
	height: auto;
	padding: 10px 10px 0;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg)
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-inner-navbar,
	.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar .pcoded-inner-navbar
	{
	height: auto;
	position: relative
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar.show-menu,
	.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar.show-menu
	{
	opacity: 1;
	visibility: visible;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg)
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item,
	.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar .pcoded-item
	{
	display: block;
	float: none;
	position: relative;
	width: 100%;
	z-index: 1
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item>li,
	.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar .pcoded-item>li
	{
	float: none;
	display: block;
	position: relative
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item[item-border="true"]>li>a,
	.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar .pcoded-item[item-border="true"]>li>a
	{
	border-right-width: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item[item-border="true"]>li.pcoded-trigger>a,
	.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar .pcoded-item[item-border="true"]>li.pcoded-trigger>a
	{
	border-bottom-width: 0
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item>.pcoded-hasmenu>.pcoded-submenu,
	.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar .pcoded-item>.pcoded-hasmenu>.pcoded-submenu
	{
	min-width: 100%;
	z-index: 2
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item>.pcoded-hasmenu.pcoded-trigger>.pcoded-submenu,
	.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar .pcoded-item>.pcoded-hasmenu.pcoded-trigger>.pcoded-submenu
	{
	position: relative
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item>.pcoded-hasmenu>.pcoded-submenu>.pcoded-hasmenu>.pcoded-submenu,
	.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar .pcoded-item>.pcoded-hasmenu>.pcoded-submenu>.pcoded-hasmenu>.pcoded-submenu
	{
	left: 0;
	min-width: 100%;
	right: 0;
	top: 0;
	z-index: 1
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item>.pcoded-hasmenu>.pcoded-submenu>.pcoded-hasmenu.pcoded-trigger>.pcoded-submenu,
	.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item>.pcoded-hasmenu>.pcoded-submenu>.pcoded-hasmenu.pcoded-trigger>.pcoded-submenu>.pcoded-hasmenu.pcoded-trigger>.pcoded-submenu,
	.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar .pcoded-item>.pcoded-hasmenu>.pcoded-submenu>.pcoded-hasmenu.pcoded-trigger>.pcoded-submenu,
	.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar .pcoded-item>.pcoded-hasmenu>.pcoded-submenu>.pcoded-hasmenu.pcoded-trigger>.pcoded-submenu>.pcoded-hasmenu.pcoded-trigger>.pcoded-submenu
	{
	position: relative
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item>.pcoded-hasmenu>.pcoded-submenu>.pcoded-hasmenu>.pcoded-submenu>.pcoded-hasmenu>.pcoded-submenu,
	.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar .pcoded-item>.pcoded-hasmenu>.pcoded-submenu>.pcoded-hasmenu>.pcoded-submenu>.pcoded-hasmenu>.pcoded-submenu
	{
	left: 0;
	min-width: 100%;
	right: 0;
	top: 0;
	z-index: 1
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"][horizontal-placement="bottom"] .pcoded-navbar,
	.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"][horizontal-placement="bottom"] .pcoded-navbar
	{
	bottom: auto
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item>li.pcoded-hasmenu>a:after,
	.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item>li.pcoded-hasmenu.active>a:after,
	.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item>li.pcoded-hasmenu.pcoded-trigger>a:after,
	.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar .pcoded-item>li.pcoded-hasmenu>a:after,
	.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar .pcoded-item>li.pcoded-hasmenu.active>a:after,
	.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar .pcoded-item>li.pcoded-hasmenu.pcoded-trigger>a:after
	{
	position: absolute;
	right: 13px
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-header,
	.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-header
	{
	height: auto;
	padding-top: 0
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu,
	.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu
	{
	border-top: none;
	margin: 15px auto;
	min-width: 90%;
	width: 90%;
	-webkit-box-shadow: none;
	box-shadow: none
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu .pcoded-hasmenu .pcoded-submenu,
	.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu .pcoded-hasmenu .pcoded-submenu
	{
	min-width: 90%;
	width: 90%
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu .pcoded-hasmenu .pcoded-submenu .pcoded-hasmenu .pcoded-submenu,
	.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu .pcoded-hasmenu .pcoded-submenu .pcoded-hasmenu .pcoded-submenu
	{
	min-width: 90%
}

.pcoded[theme-layout="horizontal"] .pcoded-header[pcoded-header-position="relative"] 
	~ .pcoded-main-container {
	top: -1px
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-submenu>li a .pcoded-badge {
	top: 7px;
	right: 20px
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu.edge>.pcoded-submenu
	{
	left: auto;
	right: 100%
}

.pcoded-main-container {
	clear: both; 
	margin-top: 120px ! important;
	margin-bottom:40px;
}

.pcoded .pcoded-navbar .pcoded-item:after { 
	display: none
}


.btn-default .badge {
	background-color: #fff;
	color: #e0e0e0
}

.btn {
	border-radius: 4px;
	text-transform: capitalize;
	font-size: 15px;
	padding: 10px 19px;
	cursor: pointer
}


.btnUser {
	border-radius: 2px;
	text-transform: capitalize;
	font-size: 15px;	
	cursor: pointer
}

@media only screen and (max-width: 480px) {
	.btn {
		padding: 10px 15px
	}
}

.close {
	cursor: pointer
}


.btn.btn-round {
	border-radius: 2rem
}


.btn-group, .btn-group-vertical {
	display: inline-block
}

.btn-group .btn {
	float: left
}

.icon-btn i {
	margin-right: 0
}

.button-page .btn-group {
	margin-right: 10px
}

.show>.dropdown-menu {
	overflow: hidden
}

.dropdown-danger, .dropdown-default, .dropdown-disabled, .dropdown-info,
	.dropdown-inverse, .dropdown-primary, .dropdown-success,
	.dropdown-warning, .dropdown-warning {
	display: inline-block;
	position: relative
}

.btn-group [class*=btn-], .dropdown-split [class*=btn-] {
	margin-right: 0
}

.list-group-item.active {
	background-color: #448aff;
	border-color: #448aff
}

.show>.btn-primary.dropdown-toggle, .sweet-alert .show>button.dropdown-toggle.confirm,
	.wizard>.actions .show>a.dropdown-toggle {
	background-color: #0764ff;
	border-color: #0764ff;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff
}




.btn.btn-disabled, .dropdown-disabled, .dropdown-split-disabled {
	cursor: not-allowed
}

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus,
	.nav-pills .nav-link.active:hover, .nav-pills .nav-link.active,
	.nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
	.nav-pills .nav-link.active.active, .nav-pills .nav-link.active.active:focus,
	.nav-pills .nav-link.active.active:hover {
	background: transparent;
	color: #0275d8;
	text-align: center;
	border-bottom: 1px solid #0275d8
}

.btn-primary, .sweet-alert button.confirm, .wizard>.actions a {
	background-color: #696c6d;
	border-color: #696c6d;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all ease-in 0.3s;
	transition: all ease-in 0.3s
}

.btn-primary:hover, .sweet-alert button.confirm:hover, .wizard>.actions a:hover
	{
	background-color: #444;
	border-color: #444;
}

.btn-primary:active, .sweet-alert button.confirm:active, .wizard>.actions a:active
	{
	background-color: #0764ff;
	border-color: #0764ff;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff
}

.btn-primary:focus, .sweet-alert button.confirm:focus, .wizard>.actions a:focus
	{
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	background-color: #7af
}

.btn-primary.disabled, .sweet-alert button.disabled.confirm, .wizard>.actions a.disabled
	{
	background-color: rgba(68, 138, 255, 0.5);
	border-color: rgba(68, 138, 255, 0.5)
}


.btn-danger {
	background-color: #ff5252;
	border-color: #ff5252;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all ease-in 0.3s;
	transition: all ease-in 0.3s
}

.btn-danger:hover {
	background-color: #ff8585;
	border-color: #ff8585
}

.btn-danger:active {
	background-color: #ff1515;
	border-color: #ff1515;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff
}

.btn-danger:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	background-color: #ff8585
}

.btn-danger.disabled {
	background-color: rgba(255, 82, 82, 0.5);
	border-color: rgba(255, 82, 82, 0.5)
}

.btn-success {
	background-color: #00bcd4;
	border-color: #00bcd4;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all ease-in 0.3s;
	transition: all ease-in 0.3s
}

.btn-success:hover {
	background-color: #00bcd4;
	border-color: #00bcd4
}

.btn-success:active {
	background-color: #00bcd4;
	border-color: #00bcd4;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff
}

.btn-success:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	background-color: #b5d98b
}

.btn-success.disabled {
	background-color: rgba(156, 204, 101, 0.5);
	border-color: rgba(156, 204, 101, 0.5)
}

.btn-info {
	background-color: #2c3e50;
	border-color: #2c3e50;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all ease-in 0.3s;
	transition: all ease-in 0.3s
}

.btn-info:hover {
	background-color: #34346e;
	border-color: #34346e;
}

.btn-info:active {
	background-color: #34346e;
	border-color: #34346e;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff
}

.btn-info:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	background-color: #34346e;
}

.btn-info.disabled {
	background-color: rgba(0, 188, 212, 0.5);
	border-color: rgba(0, 188, 212, 0.5)
}

.btn-disabled {
	background-color: rgba(68, 138, 255, 0.5);
	border-color: rgba(68, 138, 255, 0.5);
	color: #fff;
	cursor: pointer;
	-webkit-transition: all ease-in 0.3s;
	transition: all ease-in 0.3s
}

.btn-md {
	padding: 10px 16px;
	font-size: 15px;
	line-height: 23px
}

.btn-sm {
	padding: 4px 0px 4px 4px;
	line-height: 16px;
	font-size: 16px;
}

.btn-mini {
	padding: 5px 10px;
	line-height: 14px;
	font-size: 10px
}

.btn-primary .badge, .sweet-alert button.confirm .badge, .wizard>.actions a .badge
	{
	color: #448aff;
	background-color: #fff
}

.btn-success .badge {
	color: #9ccc65;
	background-color: #fff
}

.btn-info .badge {
	color: #00bcd4;
	background-color: #fff
}

.btn-warning .badge {
	color: #ffba57;
	background-color: #fff
}

.btn-danger .badge {
	color: #ff5252;
	background-color: #fff
}


.col-form-label {
	font-size: 14px
}

.select2-container {
	width: 100%
}

.form-group {
	margin-bottom: 1.25em
}

.form-group .form-control-lg {
	font-size: 1.25em
}

.form-group .form-control-round {
	border-radius: 50px
}

.form-group .form-control-static:focus {
	outline: none
}

.form-control {
	font-size: 14px;
	border-radius: 2px;
	border: 1px solid #ccc
}

.form-control:focus {
	border: 1px solid #448aff
}

.form-control.form-control-normal {
	font-weight: 400
}

.form-control.form-control-bold {
	font-weight: 500
}

.form-control.form-control-capitalize {
	text-transform: capitalize
}

.form-control.form-control-uppercase {
	text-transform: uppercase
}

.form-control.form-control-lowercase {
	text-transform: lowercase
}

.form-control.form-control-variant {
	font-variant: small-caps
}

.form-control.form-control-left {
	text-align: left
}

.form-control.form-control-center {
	text-align: center
}

.form-control.form-control-right {
	text-align: right
}

.form-control.form-control-rtl {
	direction: rtl
}

.form-control:disabled {
	cursor: not-allowed;
	opacity: 0.8
}

.form-control-primary {
	border-color: #448aff;
	color: #448aff
}

.form-control-primary:focus {
	border-color: #448aff
}

.input-group-primary .input-group-append .input-group-text,
	.input-group-primary .input-group-prepend .input-group-text {
	background-color: #448aff
}

.input-group-primary .form-control {
	border-color: #448aff
}

.form-control-warning {
	border-color: #ffba57;
	color: #ffba57
}

.form-control-warning:focus {
	border-color: #ffba57
}

.input-group-warning .input-group-append .input-group-text,
	.input-group-warning .input-group-prepend .input-group-text {
	background-color: #ffba57
}

.input-group-warning .form-control {
	border-color: #ffba57
}

.form-control-default {
	border-color: #d6d6d6;
	color: #d6d6d6
}

.form-control-default:focus {
	border-color: #d6d6d6
}

.input-group-default .input-group-append .input-group-text,
	.input-group-default .input-group-prepend .input-group-text {
	background-color: #d6d6d6
}

.input-group-default .form-control {
	border-color: #d6d6d6
}

.form-control-danger {
	border-color: #ff5252;
	color: #ff5252
}

.form-control-danger:focus {
	border-color: #ff5252
}

.input-group-danger .input-group-append .input-group-text,
	.input-group-danger .input-group-prepend .input-group-text {
	background-color: #ff5252
}

.input-group-danger .form-control {
	border-color: #ff5252
}

.form-control-success {
	border-color: #9ccc65;
	color: #9ccc65
}

.form-control-success:focus {
	border-color: #9ccc65
}

.input-group-success .input-group-append .input-group-text,
	.input-group-success .input-group-prepend .input-group-text {
	background-color: #9ccc65
}

.input-group-success .form-control {
	border-color: #9ccc65
}

.form-control-inverse {
	border-color: #37474f;
	color: #37474f
}

.form-control-inverse:focus {
	border-color: #37474f
}

.input-group-inverse .input-group-append .input-group-text,
	.input-group-inverse .input-group-prepend .input-group-text {
	background-color: #37474f
}

.input-group-inverse .form-control {
	border-color: #37474f
}

.form-control-info {
	border-color: #00bcd4;
	color: #00bcd4
}

.form-control-info:focus {
	border-color: #00bcd4
}

.input-group-info .input-group-append .input-group-text,
	.input-group-info .input-group-prepend .input-group-text {
	background-color: #00bcd4
}

.input-group-info .form-control {
	border-color: #00bcd4
}



@
-webkit-keyframes ripple { 0%{
	-webkit-box-shadow: 0 0 0 1px transparent;
	box-shadow: 0 0 0 1px transparent
}

50%{
-webkit-box-shadow:0 0 0 10px rgba(0,0,0,0.05);        
box-shadow:0 0 0 10 px 
rgba
(0
,
0,0,0
.05
)

    
}
100%{
-webkit-box-shadow
:
0
 
0
0
10
px
 
transparent
;

        
box-shadow
:
0
 
0
0
10
px
 
transparent

    
}
}
@
keyframes ripple { 0%{
	-webkit-box-shadow: 0 0 0 1px transparent;
	box-shadow: 0 0 0 1px transparent
}

50%{
-webkit-box-shadow
:
0
 
0
0
10
px
 
rgba
(0
,
0,0,0
.05
);

        
box-shadow
:
0
 
0
0
10
px
 
rgba
(0
,
0,0,0
.05
)

    
}
100%{
-webkit-box-shadow
:
0
 
0
0
10
px
 
transparent
;

        
box-shadow
:
0
 
0
0
10
px
 
transparent

    
}
}
@
-webkit-keyframes check { 0%{
	height: 0;
	width: 0
}

25%{
height
:
0;

        
width
:
6px

    
}
50%{
height
:
12px;

        
width
:
6px

    
}
}
@
keyframes check { 0%{
	height: 0;
	width: 0
}

25%{
height
:
0;

        
width
:
6px

    
}
50%{
height:12px;        
width:6px    
}
}


.bootstrap-tagsinput {
	border: 1px solid #448aff;
	line-height: 30px;
	border-radius: 2px
}

.bootstrap-tagsinput .tag {
	padding: 6px;
	border-radius: 2px
}

.select2-container--default:focus {
	border-color: #448aff
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b
	{
	border-color: transparent transparent #fff transparent
}

.select2-container--default .select2-search__field:focus {
	border: 1px solid #448aff
}

.select2-container--default .select2-results__option--highlighted[aria-selected]
	{
	background-color: #448aff
}

.select2-container--default .select2-selection--multiple {
	padding: 3px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice
	{
	background-color: #448aff;
	border: 1px solid #448aff;
	padding: 5px 15px;
	color: #fff
}

.select2-container--default .select2-selection--multiple .select2-selection__choice span
	{
	color: #fff
}

.select2-container--default .select2-selection--multiple .select2-search__field
	{
	border: none
}

.select2-container--default.select2-container--focus .select2-selection--multiple
	{
	border: 1px solid #448aff
}

.select2-container--default .select2-selection--single {
	color: #fff;
	height: auto
}

.select2-container--default .select2-selection--single .select2-selection__rendered
	{
	color: #fff;
	padding: 8px 30px 8px 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow
	{
	top: 10px;
	right: 15px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b
	{
	border-color: #fff transparent transparent transparent
}

.ms-container .ms-list.ms-focus {
	border-color: #448aff;
	-webkit-box-shadow: inset 0 1px 1px rgba(26, 188, 156, 0.49), 0 0 8px
		rgba(26, 188, 156, 0.5);
	box-shadow: inset 0 1px 1px rgba(26, 188, 156, 0.49), 0 0 8px
		rgba(26, 188, 156, 0.5)
}

.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover
	{
	background-color: #448aff
}

.ms-selectable .custom-header, .ms-selection .custom-header {
	background-color: #448aff;
	color: #fff;
	text-align: center
}

.form-group .messages p {
	margin-bottom: 0;
	-webkit-transition: all ease-in 0.3s;
	transition: all ease-in 0.3s
}

.form-group .popover-valid {
	position: absolute;
	right: 40px;
	top: 7px
}

.card .card-block .wizard-form .steps ul {
	display: block
}

.card .card-block .wizard-form li {
	margin-right: 0
}



select.form-control, select.form-control:focus, select.form-control:hover
	{
	/*border-top:none;
    border-right:none;
    border-left:none;*/
	-webkit-box-shadow: none;
	box-shadow: none
}

.md-input-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity = 0)
}

.md-input-file {
	overflow: hidden;
	padding-left: 10px
}

.md-add-on-file {
	float: left;
	height: 3rem;
	line-height: 3rem
}

.md-add-on-file .btn {
	padding: 7px 20px
}

.md-form-file ~ .md-form-control {
	opacity: 0;
	position: absolute;
	top: 0
}

.md-input-wrapper .md-check {
	padding-left: 0;
	top: 0
}

.label {
	border-radius: 4px;
	font-size: 75%;
	padding: 4px 7px;
	margin-right: 5px;
	font-weight: 400;
	color: #fff
}

.label-main {
	display: inline-block;
	vertical-align: middle;
	margin: 8px 5px
}

.badge {
	    border-radius: 2px;
        padding: 8px 14px;
        letter-spacing: 1.2px;
}

.badge-top-left {
	margin-right: -10px;
	right: 100%;
	top: -3px
}

.badge-top-right {
	margin-left: -10px;
	top: -3px
}

.badge-bottom-left {
	margin-left: -33px;
	bottom: -12px;
	right: 97%
}

.badge-bottom-right {
	margin-left: -10px;
	bottom: -12px
}

.label.label-lg {
	padding: 8px 21px
}

.label.label-md {
	padding: 6px 14px
}

.badge-lg {
	padding: 5px 9px;
	font-size: 14px
}

.badge-md {
	padding: 4px 8px;
	font-size: 14px
}

span.badge {
	display: inline-block
}

.label-default {
	background-color: #d6d6d6;
	border-color: #d6d6d6;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff
}

.label-inverse-default {
	border: 1px solid;
	border-color: #d6d6d6;
	color: #d6d6d6
}

.label-inverse-primary {
	border: 1px solid;
	border-color: #448aff;
	color: #448aff
}

.label-inverse-success {
	border: 1px solid;
	border-color: #9ccc65;
	color: #9ccc65
}

.label-inverse-warning {
	border: 1px solid;
	border-color: #ffba57;
	color: #ffba57
}

.label-inverse-danger {
	border: 1px solid;
	border-color: #ff5252;
	color: #ff5252
}

.label-inverse-info {
	border: 1px solid;
	border-color: #00bcd4;
	color: #00bcd4
}

.label-inverse-info-border {
	border: 1px solid;
	border-color: #37474f;
	color: #37474f
}

.badge-inverse-default {
	border: 1px solid;
	border-color: #d6d6d6;
	color: #d6d6d6
}

.badge-inverse-primary {
	border: 1px solid;
	border-color: #448aff;
	color: #448aff
}

.badge-inverse-success {
	border: 1px solid;
	border-color: #9ccc65;
	color: #9ccc65
}

.badge-inverse-warning {
	border: 1px solid;
	border-color: #ffba57;
	color: #ffba57
}

.badge-inverse-danger {
	border: 1px solid;
	border-color: #ff5252;
	color: #ff5252
}


button.btn.waves-effect.waves-light {
    width: 38px;
}
.badge-inverse-info {
	border: 1px solid;
	border-color: #37474f;
	color: #37474f
}

.label-icon {
	position: relative
}

.label-icon label {
	position: absolute
}

.icofont.icofont-envelope {
	font-size: 20px
}

table.table-bordered.dataTable tbody td:focus, table.table-bordered.dataTable tbody th:focus
	{
	outline: none
}

.card .card-block ul.pagination li {
	margin-right: 0
}

.page-item.active .page-link {
	background-color: #117ec2;
    border-color: #117ec2;
}

.page-link {
	color: #222
}

.table-hover tbody tr:hover {
	background-color: rgba(68, 138, 255, 0.1)
}

td.highlight {
	font-weight: 500;
	color: #00bcd4;
	background-color: #f5f5f5
}

.table.compact td, .table.compact th {
	padding: 0.45rem
}


td.details-control {
	background: url("../images/details_open.png") no-repeat center center;
	cursor: pointer
}

tr.shown td.details-control {
	background: url("../images/details_close.png") no-repeat center center
}

#row-delete .selected, #row-select .selected {
	background-color: #448aff;
	color: #fff
}


table.dataTable {
	border-collapse: collapse
}

table.dataTable tbody>tr>.selected, table.dataTable tbody>tr.selected {
	background-color: #448aff;
	color: #fff
}

table.dataTable td.select-checkbox:before, table.dataTable th.select-checkbox:before
	{
	margin-top: 0
}

table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after
	{
	margin-top: -6px;
	margin-left: -5px
}


div.dt-buttons {
	clear: both
}

.card .table-card-header b {
	display: block;
	color: #448aff;
	margin-top: 15px
}

.card .table-card-header span {
	color: #116aff;
	display: inline-block;
	margin-top: 0
}




td, th {
	white-space: none
}

table.fixedHeader-floating {
	position: fixed;
	background-color: white
}

table.fixedHeader-floating.no-footer {
	border-bottom-width: 0
}

table.fixedHeader-locked {
	position: absolute;
	background-color: white
}

@media print {
	table.fixedHeader-floating {
		display: none
	}
}

table.dataTable td.focus, table.dataTable th.focus {
	outline: 3px solid #448aff;
	outline-offset: -1px
}

table.dataTable td.focus {
	outline: 1px solid #ff5252;
	outline-offset: -3px;
	background-color: #f8e6e6
}



table.dt-rowReorder-float {
	position: absolute;
	opacity: 0.8;
	table-layout: fixed;
	outline: 2px solid #888;
	outline-offset: -2px;
	z-index: 2001
}

tr.dt-rowReorder-moving {
	outline: 2px solid #555;
	outline-offset: -2px
}

body.dt-rowReorder-noOverflow {
	overflow-x: hidden
}

table.dataTable td.reorder {
	text-align: center;
	cursor: move
}



.table td, .table th {
	padding: 1.25rem 0.75rem
}

.table thead th {
	border-bottom: 1px solid #939393;
}

th {
	font-weight: 400
}

table.dataTable.display tbody tr.odd, table.dataTable.stripe tbody tr.odd
	{
	background-color: #ddeaff
}

table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1
	{
	background-color: #f7faff
}

table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1
	{
	background-color: #c4daff
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(105, 108, 109, 0.08);
}

.dataTables_filter .form-control {
	margin-top: 5px;
	margin-right: 5px
}

.dataTable.table td, .dataTable.table th {
	padding: 0.75rem
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
	table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	top: 14px
}


@media only screen and (max-width: 1366px) {
	.img-tabs img {
		width: 75px
	}
	.card .card-block .sub-title {
		font-size: 12px
	}
}

@media only screen and (max-width: 1199px) {
	.pagination {
		float: inherit;
		text-align: center;
		display: inline-block;
		margin-top: 10px
	}
	.pagination li {
		float: left;
		margin-bottom: 10px
	}
}

@media only screen and (max-width: 992px) {
	.navbar, .navbar .navbar-logo {
		width: 100%
	}
	#dt-live-dom .form-control, #footer-search tfoot .form-control,
		#footer-select tfoot .form-control, #form-input-table .form-control,
		.search-api .form-control {
		width: 80%
	}
	.header-navbar {
		z-index: 1209;
		top: 0
	}
	.header-navbar[pcoded-header-position="relative"] {
		top: 0
	}
	.header-navbar .navbar-wrapper .navbar-container {
		margin-left: 0
	}
	.header-navbar .navbar-wrapper .navbar-logo {
		width: 100%
	}
	.header-navbar .navbar-wrapper .navbar-logo a img {
		display: block
	}
	.header-navbar .navbar-wrapper .navbar-logo .mobile-menu {
		right: auto;
		left: 0;
		top: 8px;
		width: 60px
	}
	.header-navbar .navbar-wrapper .navbar-logo .mobile-search {
		display: block;
		position: absolute;
		left: 70px;
		top: 0
	}
	.header-navbar .navbar-wrapper .navbar-logo .mobile-options {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		font-size: 16px;
		line-height: 3.5;
		width: 60px
	}
	.header-navbar .navbar-container .nav-left, .header-navbar .navbar-wrapper .navbar-container .nav-right
		{
		display: none
	}
}

@media only screen and (max-width: 991px) {
	.main-body .page-wrapper .align-items-end .page-header-title {
		text-align: center;
		display: block
	}
	.main-body .page-wrapper .align-items-end .page-header-title i {
		float: none;
		margin-bottom: 10px;
		margin-right: 0
	}
	.main-body .page-wrapper .align-items-end .page-header-breadcrumb {
		width: 100%;
		text-align: center;
		margin-top: 10px;
		display: block
	}
	.page-header-breadcrumb .breadcrumb-item {
		display: inline-block;
		float: none
	}
	.loginBg
	{
	   background: none  !important;
       padding-left: 20px !important;
	}
}

@media only screen and (max-width: 769px) {
	h4 {
		font-size: 1rem;
		font-weight: 500
	}
	.card h5 {
		font-size: 16px
	}
	.header-navbar .navbar-wrapper .navbar-logo {
		display: inherit
	}
	.header-navbar .navbar-wrapper .navbar-logo a {
		display: inline-block;
		float:right;
	}
	body.horizontal-icon .page-header, body.horizontal-icon-fixed .page-header
		{
		margin-top: 0
	}
	body.horizontal-icon .pcoded .pcoded-navbar .pcoded-item>li>a>.pcoded-micon,
		body.horizontal-icon-fixed .pcoded .pcoded-navbar .pcoded-item>li>a>.pcoded-micon
		{
		display: inline-block;
		margin-right: 20px
	}
}

@media only screen and (max-width: 991px) {
	.main-body .page-wrapper .align-items-end .page-header-title {
		text-align: center;
		display: block
	}
	.main-body .page-wrapper .align-items-end .page-header-title i {
		float: none;
		margin-bottom: 10px
	}
	.main-body .page-wrapper .align-items-end .page-header-breadcrumb {
		width: 100%;
		text-align: center;
		margin-top: 10px;
		display: block
	}
	.page-header-breadcrumb .breadcrumb-item {
		display: inline-block;
		float: none
	}
}

@media only screen and (max-width: 993px) {
	.navbar, .navbar .navbar-logo {
		width: 100%
	}
}

@media only screen and (max-width: 573px) {
	.md-tabs {
		display: initial
	}
	.md-tabs .nav-item {
		width: calc(100%/ 1);
		position: relative
	}
	.nav-tabs.tabs {
		display: inherit
	}
	.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
		border: none
	}
}

@media only screen and (max-width: 480px) {
	.main-body .page-wrapper {
		padding: 10px
	}
}

@media only screen and (max-width: 576px) {
	.pcoded .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification,
		.pcoded .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification
		{
		min-width: 280px;
		left: -30px;
		right: auto;
		width: auto
	}
	.pcoded .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification:before,
		.pcoded .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification:before
		{
		right: calc(100% - 40px)
	}
	.pcoded .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification
		{
		left: auto;
		right: 0
	}
	.pcoded .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification:before
		{
		right: 40px
	}
	.nav-tabs .nav-link.active {
		margin-bottom: 0
	}
	body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification,
		body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification
		{
		left: auto;
		right: -40px
	}
	body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification:before,
		body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification:before
		{
		left: auto;
		right: 40px
	}
	body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification
		{
		right: auto;
		left: 0
	}
	body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification:before
		{
		right: calc(100% - 40px)
	}
}

/*# sourceMappingURL=style.css.map */
.main-body-topmar {
	margin-top: 80px;
}

.pcoded-inner-content .schoolinfobar {
	position: fixed;
	z-index: 1011;
	width: 100%;
	top: 120px;
	height: 30px;
	display:none;
}

.labFloat {
	float: left;
	width: auto;
	margin-right: 20px;
}

.form-control {
	display: block;
	width: 100%;
	padding: .2rem .75rem;
	font-size: .8rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #c9c7c7;
	border-radius: .25rem;
	/* transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; */
}

.table td, .table th {
	padding: 5px 5px !important;
	vertical-align: top;
    border: 1px solid #cac8c8;
    font-size: 14px;
    letter-spacing: 0.9px;
}

.table th {padding:10px 5px !important;}

.table td { border: 0.5px solid #cac8c8 !important; }
table {border-collapse: collapse;}
th, td {border-collapse: collapse;}
table.dataTable{border-collapse: collapse !important;}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 1px ! important;
}
fieldset {
	min-width: 0;
	padding: 10px 20px;
	margin: 0;
	border: 1px solid #34346e;
	background-color: #fafeff;
}

.tableSec {
	background-color: #ecf9fc;
}

table thead th {
	vertical-align: middle;
	font-size: 0.9em;
	font-weight: 600;
}

table tbody td {
	vertical-align: middle;
}

table.form-list a {
	color: #007bff;
}

table.form-list a:hover {
	color: inherit;
	text-decoration: underline;
}

table.form-list thead.form-list-th {
	background-color: #4d94e0;
	color: #fff;
	font-weight: 600;
}

table.form-list thead.form-list-th th {
	font-weight: 600;
}
#createSchoolForm_schType, #createSchoolForm_schoolStatus, #createSchoolForm_schCategory, #createSchoolForm_classFrom, #createSchoolForm_classTo {
    height: 28px ! important; padding-left: 3px;  font-size: 14px;     color: #4e4e4e;
}


table.form-list tr.form-list-hilit {
	/* 	background-color:#c4daff; */
	background-color: #fff;
}

/*# List Table Style */
table.tabHead {
	background-color: #9ea6ad;
}

table.tabHead th {
	font-weight: 600;
}

table.tabHead td, table.tabHead th {
	border: 1px solid #c4c9cf;
}

table.tabData th {
	font-weight: 600;
}

table.tabData tr:nth-child(even) {
	background-color: #f2f2f2
}

.header-login {
	background-color: #34346e !important;
}

.lesspadblock {
	padding: 0.5em 1em !important;
}

.cardbtmmar {
	margin-bottom: 1em;
	background-color: #fef8e3;
	border: 1px solid #efe7ca;
	font-size: 0.9em;
}

 .j-footer-teacher { 
	margin: 0 auto 50px auto; 
 	width: 420px; 
 } 
 
 .j-footer-teacher .formButton {
	float: left !important;
	margin-right: 2px;
}

.j-footer { margin-bottom:50px;}

.j-footer ul {	
	list-style-type:none;
	margin:0;
	text-align:center;
}
.j-footer ul li{
	display:inline-block;
	padding:0 1px; 
}

table .form-control {

	margin: 0;
	padding: 0px 5px;
}

.sm-txt-field .form-control {
	font-size: 0.8em;
	height: 30px;
	margin: 0;
	padding: 3px;
}

.badge-inverse-info {
	border-color: #00bcd4 !important;
	color: #00bcd4 !important;
}

.loader { 
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999699999999999;
	background-image: url('../images/clock.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: rgb(249, 249, 249);
	size: 1000px;
	/* 	background: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcStIuXUO6Yrzx71pGVaX7zhfxIqr-row8jevPHYYILYpbG8av79AA') 50% 50% no-repeat rgb(249,249,249); */
}

.foot {
	padding: 10px;
	text-align: left;
	font-size: 13px;
	background-color:#30a7d2;
	bottom: -65px;
    width: 100%; 
    position:absolute;
}
.foot1 {
	padding: 10px;
    text-align: left;
    font-size: 13px;
    background-color: #2c3e50;
    width: 100%;
    position: absolute;
    top: 91.9%;
    bottom:0px;
      
} 

.foot2 {
	padding: 10px;
	text-align: left;
	font-size: 13px;
	background-color:#023059;
	bottom: 0px;
    width: 100%; 
    position:absolute;
}
.height425
{
	min-height:425px;
}

.height400
{
 min-height:400px;
}

@media screen and (max-width:600px)
{
	
	
	.height425
	{
		min-height:170px;
	} 
	.height400
	{
	 min-height:170px;
	}
	
	.foot2 {
	position:relative;
	}
}

 .font-15
 {
  font-size:15px;
 }
/* .foot p {
    color: white;     margin-bottom: 0px ! important;
} */
div#footer4bottom p {
    margin-bottom: 0px;
}

.mhrdFoot {
	float: left;
	width: auto;
}

.mhrdFoot img {
	float: left;
	width: 20px;
}

.mhrdFoot p {
	float: left;
	margin: 0 0 0 10px;
	line-height: 1.3em;
}

.nicFoot {
	float: right;
	width: auto;
}

.nicFoot img {
	float: left;
	width: 70px;
	margin-top: 5px;
}

.nicFoot p {
	float: left;
	margin: 0 0 0 10px;
	line-height: 1.3em;
}

#body4footer {
	padding: 10px;
	padding-bottom: 60px; /* Height of the footer */
}

#container4footer {
	min-height: 100%;
	position: absolute;
	width:100%;
}

#footer4bottom {
 
	bottom: 0;
	width: 100%;
	height: 60px; /* Height of the footer */
}

html, body {
	height: 95.4% !important;
}



table.dashb thead th {
	font-size: 0.9em;
	color: #fff;
	padding: 3px 10px !important;
	text-align: center;
	font-weight: 500;
    letter-spacing: 0.9px;
    z-index:999;
}

.head td {
	
	/* 		font-weight: 700; */
	text-align: center;
	padding: 1px 3px !important;
	vertical-align:middle;
}

.head td a {
	
	color: #2c3e50;
    font-weight: 600;
}

.head td a:hover {
	text-decoration: underline;
}

table.tablLeft th {
	text-align: left !important;
	vertical-align: top!important;
}

table.tablLeft th tr {
	bgcolor: #0062cc;
	color: #FFFFFF;
}

table.tablLeft td {
	text-align: left;
	padding:5px 10px ! important;
	font-size:0.9rem;
	letter-spacing: 0px;
}

table.tablCentr th {
	text-align: center !important;
}

table.tablCentr td {
	text-align: center !important;
}

ul.dashA li {
	float: left;
	width: auto;
	margin-right: 6px;
	display:inline-table;
}

.select2-container--default .select2-selection--single .select2-selection__rendered
	{
	background-color: #448aff00;
	color: #5a5959;
	padding: 1px 30px 2px 20px;
}
 
#dom-table thead tr
{
	font-size: 0.9em;
    color: #fff;
    background-color:#034C8C;
    padding: 3px 10px !important;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.9px;
}

#dom-table thead tr th,td
{
	font-size: 0.9em;
	/* text-align: center; */
	
}

.btn-color
{
	background-color: #828282;
    color: #fff;
    padding: 4px 10px!important;
}

.dashboard-section_color
{
	background-color: #fff;
}

span.labelNum
{
	float: left;
    margin-right:5px;
}

.error
{
	color:red;
	font-size: 0.8em;
	z-index: 500;
}

label.labelCont
{
	margin-left: 32px;
	display: block;
}


.dashInstDocLink
{
	white-space: normal!important; 
	width: 100%;
	font-size: 1.3em;
}

/* .dashInstDivBg */
/* { */
/* 	background-color: #dc8167; padding: 20px;  */
/* } */

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
   
    float: right;
}
ul.logDetails{
	float:right;
	width:auto;
}
ul.logDetails li {
	float:left;
	width:auto;
	margin-right:30px
}

@media only screen and (max-width: 766px) {
	ul.logDetails{
		margin-top:30px;
	}
}
@media only screen and (max-width: 728px) {

.main-body-topmar {
	margin-top: 0;
}

	
}
@media only screen and (max-width: 900px) {
	.resHeight
{
	height:auto!important;
}
}

.visibleNote{
	font-weight: 400;
    color: #17a2b8;
    letter-spacing: .9px;
}
.btn
{
	font-size: 1em;
    padding: 6px 10px;
    font-weight: 500;
    letter-spacing:0;
   /*  background: #e6e6e6; */
   min-width:50px;
   font-family: 'poppins', sans-serif;
}


body {
    font-size: 14px;
    letter-spacing: 0.2px;
    font-family: 'poppins', sans-serif;
}

small {
    font-size: 12;
    font-weight: 400;
    letter-spacing: 1px;
}
.ml-30{ margin-left:-30px;    text-align: left;}


.mh-129{ min-height:110px;}

.overlay{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99996999999999999;
	background-color: #ffffff00;
	size: 1000px;
	display: none;
}

.sm-title {
	font-size:18px;
	font-weight:700;
	color:#000;
}
.sm-title span{
	font-size:16px;
	font-weight:400;
	color:#000;
}

a {text-decoration: none}
.input-group-append .input-group-text{border-top-left-radius: 0;  border-bottom-left-radius: 0;}

select.form-control{-webkit-appearance:auto !important;
    -moz-appearance: auto!important;
    appearance: auto!important;}
    
select{-webkit-appearance:auto !important;
    -moz-appearance: auto!important;
    appearance: auto!important;}
    
.form-select{background-image:none}
table.dataTable{border-bottom: 0.5px solid #cac8c8}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(105, 108, 109, 0.08) !important;
}



.tbl-btn  {background: #adbad0 !important;}

/*************Responsive************/

.process-box{height: 125px}
@media only screen and (max-width:1600px) {

.triangle .nav-link {font-size:14px}
.process-box p {font-size:13px !important}


}

@media only screen and (max-width:991px) {

.process-box{height: auto}

}

    
*[tabindex]:focus {
    outline: 1px black dotted;
}

*:focus {
   outline: black dotted 1px;
}

/* div:focus {outline: black dotted 2px;}  */

table tbody tr:nth-of-type(odd) {
    background-color: rgba(105, 108, 109, 0.08) !important;
}

tr {
     border-top: 0.5px solid #cac8c8 ; 
}
.table-bordered>:not(caption)>* {
    border-width: 0.5px 0; 
}

.table, table{border:solid 0.5px #cac8c8}

input[type=search]:focus {border: 1px solid #4bc9f3 ! important; outline: #4bc9f3 dotted 2px;}

#wwctrl_clusterName .form-control:read-only{cursor: not-allowed;
    opacity: 0.8; background-color: #e9ecef;}
    
li.catCardList{overflow: hidden; vertical-align:top !important;}

@media only screen and (max-width: 1439px) {
	 .cardset1250 {
    width: 100%;
    margin: 0px auto;
  }
}

