
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

html,
body {
 /* overflow-x: hidden;  Prevent scroll on narrow devices   -ms-overflow-style: scrollbar;
    -webkit-app-region:drag;

   font-size:0.9rem*/
   scroll-behavior: smooth;
   font-family: 'Inter', sans-serif;
}
input.select_date {
  /* border: 0px solid red;

  padding: 0px;
  line-height: 0px;
  width: 150px;
  font-size: 25px;
  text-align: right;
  color: #333;
  background-color:  transparent; */
}
body {
  overflow-x: hidden; 
  font-family: 'Inter', sans-serif;
  padding-top: 56px;
  /*background-color: #EBEEF5;
  background-color:  #f4f5f7;*/
  background-color: #f4f7fc;
  color: #374151;
  
  /*font-weight: 400;
  line-height: 1.5;
  font-size: 0.8rem  color: #26282A;  background-color: #F3F5F9; */
 
}
.text-decoration-none{text-decoration:none!important}
.bg-hero {
	background-image: url(../img/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	}
.navbar {
	border-bottom: 0px solid #ffcc00;
	/*padding-top: 0px;
	padding-bottom: 0px;
	
	
	*/

	}
a {
  /* color: #0065e3;*/
	color: #0062dd; 
	/* -webkit-transition: 700ms; Safari 
	-moz-transition: 700ms;
    -ms-transition: 700ms;
    -o-transition: 700ms;
    transition: 700ms;*/

    
	}
a:hover {
    /* color: #2668c5; */
	-webkit-transition: 700ms; 
	-moz-transition: 700ms;
    -ms-transition: 700ms;
    -o-transition: 700ms;
    transition: 700ms;
	}	
.navbar, .dropdown-menu, .card, .table, input, .btn-sm {
	/*font-size: 0.8rem;
  font-size:13px; font-size: 0.8rem
	font-size: 14px;    */

	font-size:0.88rem
  }
.card {
  border: 1px solid rgba(108, 117, 125, 0.2);
}
.card-header.grey{

 /*  background-color: #ebedf0;
  background: #ebedf0 !important; Old browsers */
  
  /*background-color: #f1f8ff;
  background: #f1f8ff !important;  Old browsers */

	

	}
  i.fa{
    color: #0065e3
  }

 

  .select2-container .select2-selection--single {
  
    border:1px solid #ced4da;
    display:inline-block;
    width:100%;
    height:calc(1.5em + .75rem + 2px);
    padding:.375rem 1.75rem .375rem .75rem;
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    color:#495057;
    vertical-align:middle;
  }

.card-header {
  font-size: 18px;
  font-weight: 600 !important;
  background-color: transparent !important
  }
.card-header i {
  color: #0065e3
}  
.card.card-no-border {
  border: 0px solid red;
  background-color: transparent

}
.card-no-border .card-header{
  background-color: #F4F7FB;/**/
  font-size: 22px;
  font-weight: bolder;
  color: #1F3349;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 10px;
  padding: 10px 0px 10px 0px ;
  line-height:22px
}
.card-no-border .card-header > small{
 
  font-size: 15px;
 
}

.card-no-border .card-body{


}

.card-tabs {
	background-color: #EBEEF5;
	border-top-left-radius:2px;
	border-top-right-radius: 2px;
	
	
	}	
.card-tabs .nav-item a.nav-link{
	border: 1px solid #E0E3E9;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	background-color: #F3F5FA;
	font-weight:600;
	font-weight:normal;
	font-size: 16px;
	line-height: 35px;
	height: 50px;
	
	}
.card-tabs .nav-item a.nav-link:hover{
  color: #0065e3;
  
	}
		
.card-tabs .nav-item .nav-link.active{
	background-color: #fff;
	font-weight:600;
	border-bottom: #FFF 1px solid;
	color: #000
  }	
  /**
.form-control, .custom-select, .card {
	border-color: #BDC3D1
	}**/


.form-control::-webkit-input-placeholder {
  color: #D0D5DF;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #D0D5DF;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #D0D5DF;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #D0D5DF;
  opacity: 1;
}

.form-control::placeholder {
  color: #D0D5DF;
  opacity: 1;
}


.form-group i.fa {
    position: absolute;
    padding: 8px;
	  color: #999;
	  font-size:16px;
    z-index: 9999;
}
.form-group .form-control {
   position: relative;
   /*padding-left: 35px !important;*/
   

}
.form-group .form-control.search, 
.form-control.username,
.form-control.password {
   position: relative;
   padding-left: 35px !important;
   border-radius: 5px !important;

}
.form-group .control-label {
  text-align: left!important;
}
.form-group label {
  font-weight: 600;
  color: #343a40;
  font-size: 0.9rem;
}


.table-hover tbody tr:hover {
  background-color: #f6f8fa;
}


.table-list .caret:after { 
content:"";
 }
 
 .table-fixed-header {
    display: flex;
    flex-flow: column;
    width: 100%;
}

.table-fixed-header thead {
    flex: 0 0 auto;
}

.table-fixed-header tbody {
    flex: 1 1 auto;
    display: block;
    height:380px;
    overflow-y: auto;
    overflow-x: hidden;
}

.table-fixed-header tr {
    width: 100%;
    display: table;
    table-layout: fixed;
}
.table {
  background-color: #fff;
}

.table a:hover {
  /* color: #1a1a1a; */
}
.table a {
  /* color: #1a1a1a; */
}
.table strong {
  font-weight: 600;
}

/*tablelist*/
.no-sort {
  padding-right:5px !important;

}
.asc .caret:after {
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #808080;
  content: "";
  position: relative;
  top: -3px;
  right: -4px;
  font-size:0;

   }
.desc .caret:after {
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 3px solid #808080;
  content: "";
  position: relative;
  top: -4px;
  right: -4px;
  font-size:0;

   }


.btn-primary,
.badge-primary {
  background-color: #0065e3;
  border: 1px solid #0065e3;
}
.btn-primary:hover {
  background-color: #0065e3;
}
.btn-outline-primary {
  color: #0065e3;
  background-color: transparent;
  background-image: none;
  border-color: #0065e3;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0065e3;
  border-color: #0065e3;
}

.btn-outline-third  {
  color: #A1A9B4;
  background-color: transparent;
  background-image: none;
  border-color: #A1A9B4
}

.btn-outline-third:hover {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-third {
  color: #fff;
  background-color: #A1A9B4;
  border-color: #A1A9B4;
}

.btn-third:hover {
  color: #fff;
  background-color: #A9AEB2;
  border-color: #A9AEB2;
}

.btn-third:focus, .btn-third.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
	
.btn:focus, .btn:active, button:focus {
   outline: none !important;
   box-shadow: none  !important;
   
}

.btn-info {
  color: #fff;
  background-color: #81bde3;
  border-color: #81bde3;
}

.dropdown-without-toggle::after {
    display: none;
}

.dropdown-menu {
	border-radius: 2px;	
	
}

.navbar .dropdown-menu {
  background-color: #fff;
  /*background-color: #2E3A48;*/
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;

}
.navbar .dropdown-menu .dropdown-item:hover  {
  color: #C2D1E4;
  background-color: transparent;
 
}

.nav-tabs .nav-link.active {
background-color: #dcdcdc;
border: 1px solid #dcdcdc;
font-weight:bold;
}


/* and this styles the dropdwon trigger link, when open */
.navbar .dropdown.show  a.dropdown-item{ 
  color: #343F4A;
}
.navbar .dropdown.show  a.dropdown-item:hover{ 
  color: #2668c5;
  background-color: #F3F5FA
}

.navbar-toggler {
  border: none;
}



.table thead{
	/*background-color: #EBEEF5;
  background-color: #CFDEF2;*/
  height: 30px !important
  
	}

.table-grey thead, .bg-grey {
	/*background-color: #EBEEF5;
  background-color: #e5e7eb;*/
  background-color:  transparent !important;
  border-bottom: 0px;
  
 

}
.table-grey thead th, .table-grey thead td{

  font-weight: 600;
  height: 30px !important;
  color: #333;
  border-right: 1px solid #dee2e6;
  padding-left: 0.75rem!important;
  padding-top: 0.25rem!important;
  padding-bottom: 0.25rem!important;
  



	}
.table-grey thead td.sort:hover, .table-grey thead th.sort:hover{
	background-color: #f3f4f6;
	cursor: pointer
	}	
.table-grey tbody tr td {
  color: #666666;
}	
	

.table.border {

	}
	
.table-text-middle tr td, .table-text-middle tr th{
  vertical-align: middle;
}
.table tr td{
  color: #161d2e !important;
  
}

/*
.custom-select {
	font-size: 13px;
	padding: 5px 
	}
.custom-select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
	border-color:#A9B0C2;
	border-width:1px;
	outline:0;
	-webkit-box-shadow:inset 0 0px 0px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.1);
	box-shadow:inset 0 0px 0px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.1)
}
*/
.form-control:focus {
	border-color:#66afe9;
	border-width:1px;
	outline:0;
	-webkit-box-shadow:inset 0 0px 0px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.1);
	box-shadow:inset 0 0px 0px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.1)
  }
hr{
	border-top-color : #D8DCE7
  }

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: left, visibility;
  }
  .offcanvas-collapse.open {
    left: 0;
    visibility: visible;
  }
}

.nav-scroller {

  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
    position: fixed;
  top: 43px;
  right: 0;
  left: 0;
  z-index: 1030;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}



.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}

.navbar-light .navbar-nav .nav-link {
  color: #1f2937;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #0065e3;
}
.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #1f2937;
}

.nav-underline .nav-link:hover {
  color: #0065e3;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.badge{
  padding: 5px 10px;
  font-size: 13px;
  font-weight:normal
}
.badge-soft-primary,
.bg-soft-primary {
  color: #2C7BE5;
  background-color: #D5E5FA;

}
.badge-soft-pink,
.bg-soft-pink {
  color: #9C5976;
  background-color: #F4C0DB;

}
.badge-pending,
.badge-soft-secondary,
.bg-soft-secondary {
  color: #666;
  background-color: #E2E6ED;
}

.badge-soft-success,
.bg-soft-success {
  color: #07AD67;
  background-color: #CCF7E5;
}
.badge-soft-danger,
.bg-soft-danger  {
  color: #E63757;
  background-color: #FAD7DD;
}
.badge-soft-warning,
.bg-soft-warning  {
  color: #6E623C;
  background-color: #F5D77E;
}

.text-white-50 { color: rgba(255, 255, 255, .5); }



.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.lh-100 { line-height: 1; }
.lh-125 { line-height: 1.25; }
.lh-150 { line-height: 1.5; }

.btn-grey{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+1,dfdfdf+100 */
	background: #CACACA!important; /* Old browsers */
	border: 1px solid #CACACA!important;
	color:#464546;
	background: -moz-linear-gradient(top, #ededed 1%, #CACACA 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ededed 1%,#CACACA 100%)!important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ededed 1%,#CACACA 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	}	
.btn-grey:hover, .btn-grey:focus {
	background: #CACACA!important; /* Old browsers */
	border: 1px solid #CACACA!important;
	color:#333 !important;
	background: -moz-linear-gradient(top, #cbcbcb 1%, #CACACA 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #cbcbcb 1%,#CACACA 100%)!important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #cbcbcb 1%,#CACACA 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbcbcb', endColorstr='#CACACA',GradientType=0 )!important; /* IE6-9 */
	}
.btn-outline-grey {
	color: #333;
	border: 1px solid #CACACA !important;
	}
.bg-primary-gradient2 {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2668c5+0,305df0+100 */
background: rgb(70,114,251); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(70,114,251,1) 0%, rgba(48,93,240,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(70,114,251,1) 0%,rgba(48,93,240,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(70,114,251,1) 0%,rgba(48,93,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2668c5', endColorstr='#305df0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bg-primary1 {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0065e3+0,1ea3ff+100 */
background: rgb(0,123,255); /* Old browsers */
background: -moz-linear-gradient(left, rgb(0,147,225) 0%, rgb(30,163,255) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgb(0,147,225) 0%,rgb(30,163,255) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgb(0,147,225) 0%,rgb(30,163,255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0093E1', endColorstr='#1ea3ff',GradientType=1 ); /* IE6-9 */
}
.bg-primary-gradient-original {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2668c5+0,305df0+100 */
background: rgb(70,114,251); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(70,114,251) 0%, rgba(70,114,251) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(70,114,251) 0%,rgba(70,114,251) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(70,114,251) 0%,rgba(70,114,251) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2C6EF9', endColorstr='#305df0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bg-primary-gradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2668c5+0,305df0+100 */
background: rgb(66,100,251); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(66,100,251) 0%, rgba(66,100,251) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(66,100,251) 0%,rgba(66,100,251) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(66,100,251) 0%,rgba(66,100,251) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2C6EF9', endColorstr='#305df0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.btn-gradient-primary {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3167ea+0,2248d6+100 */
background: #3167ea; /* Old browsers */
background: -moz-linear-gradient(top, #3167ea 0%, #2248d6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #3167ea 0%,#2248d6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #3167ea 0%,#2248d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3167ea', endColorstr='#2248d6',GradientType=0 ); /* IE6-9 */

color: rgba(255,255,255,0.9);
font-weight: bold !important
}

.btn-gradient-primary:hover, .btn-gradient-primary:focus {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3167ea+0,2248d6+100 */
	background: #2248d6; /* Old browsers */
	background: -moz-linear-gradient(top, #2248d6 0%, #2248d6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #2248d6 0%,#2248d6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #2248d6 0%,#2248d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2248d6', endColorstr='#2248d6',GradientType=0 ); /* IE6-9 */
	color: rgba(255,255,255,1);
	}
.bg-primary-blue {
	background-color: #2C7BE5
	}
.bg-cyan {
	background-color: #79D9FB
	}

.text-primary {
  color: #2668c5 !important
}
.text-red {
  color: #eb1a28
}
.text-pink {
	color: #F7007B;
	}
.text-black {
	color:#000000
	}	
.bg-gray {
  background-color: #F3F5F9;
}
.bg-gray-25,
.bg-light {
	 background-color: #dce3ed !important
  }

.bg-light-gray {
     background-color: #f5f5f5 !important
    }
  
.bg-light-yellow {
    background-color: rgb(249, 250, 224)!important
   }
.bg-gradient-blue {
  background: rgb(2,108,244);
  background: -moz-linear-gradient(90deg, rgba(2,108,244,1) 0%, rgba(2,80,231,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(2,108,244,1) 0%, rgba(2,80,231,1) 100%);
  background: linear-gradient(90deg, rgba(2,108,244,1) 0%, rgba(2,80,231,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#026cf4",endColorstr="#0250e7",GradientType=1);
}
.text-bold {
  font-weight: 600
}
.card.no-border {
  border: none
}

.hr-screen .card:hover{
  border:1px solid #D5DCE8 !important;
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); 
}

footer {

  width: 100%;
  padding: 10px;
 
}
/*popup magnific*/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;

  margin: 20px auto;
}

/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;

	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;

	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}
.alertmessage{
  /*-webkit-animation: 1s ease 0s normal forwards 1 fadein;
  animation: 1s ease 0s normal forwards 1 fadein;*/
  position: fixed;

  animation-delay: 3s;
  top: 20px;
  right: 30px;

 text-align:center;
  z-index: 2000;
  padding: 10px 15px;
  display: none;
  }	

  .alertmessage .alert.fade {
    /*-webkit-animation: 1s ease 0s normal forwards 1 fadein;
    animation: 1s ease 0s normal forwards 1 fadein;*/
    position: fixed;
    -webkit-animation: fadeinout 2s linear forwards;
    animation: fadeinout 2s linear forwards;
  
    animation-delay: 2s;
    top: 5px;
    right: 30px;
  
   text-align:center;
   border:1px solid red;
    z-index: 2000;
    }

#alertmessage .alert.fade {
  /*-webkit-animation: 1s ease 0s normal forwards 1 fadein;
  animation: 1s ease 0s normal forwards 1 fadein;*/
  position: fixed;
  -webkit-animation: fadeinout 2s linear forwards;
  animation: fadeinout 2s linear forwards;

  animation-delay: 2s;
  top: 5px;
  right: 30px;

 text-align:center;
  z-index: 2000;
	}
#alertmessage .alert{
  /*-webkit-animation: 1s ease 0s normal forwards 1 fadein;
  animation: 1s ease 0s normal forwards 1 fadein;*/
  position: fixed;

  animation-delay: 2s;
  top: 40px;
  right: 30px;

 text-align:center;
  z-index: 2000;
	}	
@-webkit-keyframes fadeinout {
  0%{ opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 0; }
}

@keyframes fadeinout {
  0%{ opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 0; }
}	
@keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
	0% { opacity:0; }
}

@-webkit-keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
	0% { opacity:0; }
}

.page-item.active .page-link {
	z-index:1;
	color:#666;
	background-color:#b2b7bd;
	border-color:#b2b7bd
}

/*****
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 1px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;

  padding: 5px 10px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;

  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
   color: #666;

  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #666;
  cursor: default;
  background-color: rgba(204,204,204,0.5);

}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;

  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
*/
[data-toggle="collapse"] .fa-angle:before {  
  content: "\f113";
}

[data-toggle="collapse"].collapsed .fa-angle:before {
  content: "\f110";
}


.dot {
  height: 5px;
  width: 5px;
  background-color: #999;
  border-radius: 50%;
  display: inline-block;
}


/*https://github.com/Kamonlojn/svg-icons-animate*/
.svg-box {
    display:inline-block;
    position: relative;
    width:150px;
}

.green-stroke {
    stroke:#28A745;
}

.red-stroke {
    stroke: #FF6245;
}

.yellow-stroke {
    stroke: #FFC107;
}


.circular circle.path {
    stroke-dasharray: 330;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    opacity: 0.4;
    animation: 0.7s draw-circle ease-out;
}

/*------- Checkmark ---------*/
.checkmark{
	stroke-width: 6.25;
    stroke-linecap: round;
	position:absolute;
    top: 56px;
    left: 49px;
    width: 52px;
    height: 40px;
}

.checkmark path {
    animation: 1s draw-check ease-out;
}

@keyframes draw-circle {
    0% {
        stroke-dasharray: 0,330;
        stroke-dashoffset: 0;
        opacity: 1;
    }

    80% {
        stroke-dasharray: 330,330;
        stroke-dashoffset: 0;
        opacity: 1;
    }

    100%{
        opacity: 0.4;
    }
}

@keyframes draw-check {
    0% {
        stroke-dasharray: 49,80;
        stroke-dashoffset: 48;
        opacity: 0;
    }

    50% {
        stroke-dasharray: 49,80;
        stroke-dashoffset: 48;
        opacity: 1;
    }

    100% {
        stroke-dasharray: 130,80;
        stroke-dashoffset: 48;
    }
}

/*---------- Cross ----------*/

.cross {
    stroke-width:6.25;
    stroke-linecap: round;
    position: absolute;
    top: 54px;
    left: 54px;
    width: 40px;
    height: 40px;
}

.cross .first-line {
    animation: 0.7s draw-first-line ease-out;
}

.cross .second-line {
    animation: 0.7s draw-second-line ease-out;
}

@keyframes draw-first-line {
    0% {
        stroke-dasharray: 0,56;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 0,56;
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dasharray: 56,330;
        stroke-dashoffset: 0;
    }
}

@keyframes draw-second-line {
    0% {
        stroke-dasharray: 0,55;
        stroke-dashoffset: 1;
    }

    50% {
        stroke-dasharray: 0,55;
        stroke-dashoffset: 1;
    }

    100% {
        stroke-dasharray: 55,0;
        stroke-dashoffset: 70;
    }
}

.alert-sign {
    stroke-width:6.25;
    stroke-linecap: round;
    position: absolute;
    top: 40px;
    left: 68px;
    width: 15px;
    height: 70px;
    animation: 0.5s alert-sign-bounce cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.alert-sign .dot {
    stroke:none;
    fill: #FFC107;
}

@keyframes alert-sign-bounce {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(1);
    }
}

.jDropdown-menu *, .jDropdown-menu option * {

	font-size: 0.9rem;
	 width: 250px;
	 line-height: 500px;

  
	}
.scrollable-menu {
    height: auto;
    height: 10px;
    overflow-x: hidden;
}

.collapse-header .collapsed i:after {
  font-family: 'FontAwesome';  
  content: "\f107";
  
}
.collapse-header i:after {
  font-family: 'FontAwesome';  
  content: "\f106";

}

.input-group-icon input{
  padding-left: 30px;
}
.input-group-icon i{
  margin-top: 3px;
  margin-left:3px;
  color: #ccc !important;

}

.input-group-icon input .form-control-lg{
  padding-left: 12%;
 
}
.input-group-icon i .form-control-lg{
  margin-top: 3%;
  margin-left: 3%;
  color: #ccc !important;
  
}

::-ms-clear {
  display: none;
}

.form-control-clear {
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;
}
.shadow-sm{
  box-shadow:0 .09rem .09rem rgba(0,0,0,.075)!important}

/**********************************/
.panel {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff;
	background: none;
	box-shadow: none;
}
.panel:last-child {
	border-bottom: none;
}
.panel-group > .panel:first-child .panel-heading {
	border-radius: 1px 1px 0 0;
}
.panel-group .panel {
	border-radius: 0;
}
.panel-group .panel + .panel {
	margin-top: 0;
}
.panel-heading {
	/*background-color: #6dcff6 !important;
  background-color: #dde2e7!important;*/
  border:1px solid #ccc!important;
	border-radius: 0;
	border: none;
	padding: 0;
	text-align:left;
	text-transform:capitalize;
}
.panel-heading .panel-title a:hover {
	color:#29235b!important;
  background-color: #ebeef1;
}
.panel-title {
	margin: 0px;
	padding: 0px;
	border-radius: 3px;
}
.panel-title a {
	display: block;
	color: #2a2f35;
	padding:13px;
	position: relative;
	padding-right: 40px;
	text-decoration:none !important;
	text-align:left !important;
  font-size: 15px;
  font-weight: 600;
}
.panel-body {
	background: #fff;
	border: 1px solid #ebebeb;
	padding: 0px;
}
.panel-body .container {
	width: auto;
	padding: 20px;
}
.panel-body a {
	color:#29235b !important;
	text-decoration:none;
}
.panel-body a:hover {
	text-decoration:underline;
}
.panel:last-child .panel-body {
	border-radius: 0 0 1px 1px;
}
.panel:last-child .panel-heading {
	border-radius: 0 0 1px 1px;
	transition: border-radius 0.3s linear 0.2s;
}


  .item-list,.info-box{background: #fff;padding: 10px;}
  .item-list-body{max-height: 300px;overflow-y: scroll;}
  .panel-body p{margin-bottom: 5px;}
  .info-box{margin-bottom: 15px;}
  .item-list-footer{padding-top: 10px;}
  .panel-heading a{display: block;}
  .form-inline{display: inline;}
  .form-inline select{padding: 4px 10px;}
  .btn-menu-select{padding: 4px 10px}
  .disabled{pointer-events: none; opacity: 0.7;}
  .menu-item-bar{background: #eee;padding: 5px 10px;border:1px solid #d7d7d7;margin-bottom: 5px; width: 75%; cursor: move;display: block;}
  #serialize_output{display: block;}
  .menulocation label{font-weight: normal;display: block;}
  body.dragging, body.dragging * {cursor: move !important;}
  .dragged {position: absolute;z-index: 1;}
  ol.example li.placeholder {position: relative;}
  ol.example li.placeholder:before {position: absolute;}
  #menuitem{list-style: none;}
  #menuitem ul{list-style: none;}
  .input-box{width:75%;background:#fff;padding: 10px;box-sizing: border-box;margin-bottom: 5px;}
  .input-box .form-control{width: 50%}