html {
	box-sizing: border-box;
    /* width: 100%; */
    height: 100%;
}
*, *::before, *::after {
    box-sizing: inherit;
}
body, html {
	height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'CircularTT-Book';
}
body{
    min-height: 100%;
	padding-bottom: 6rem;
    position: relative;
}
h1{
	font-family: 'CircularTT-Book';
	font-weight:bold;
	font-size: 18px;
	color:#f4505f;
	margin: 0;
    padding: 0;
}
h1 span{color:#000;}
h2{
	font-size: 20px;
	color:#93a1a7;
	margin: 0;
    padding: 0;
}
a {
	font-family: 'CircularTT-Book';
	font-size: 14px;
	line-height: 1.7;
	color: #f94f5e;
	margin: 0px;
}

.userlog {
	color:#fff;
}
.userlog a{
	color:#fff;
}
.userlog a:hover{
	color:#ffffff;
}
.icon-btn {
    padding: 1px 15px 3px 2px;
    border-radius: 50px;
}
.loginbg{background:#ecedef;}

.middle{
	min-height: 100%;
	border:0px solid #e9e9e9;
}
.tab-container{
	margin-top:18px;
	padding:10px;
	background:#ececec;
	border:1px solid #dddddd;
	width:100%;
	float:left;
}

.keywordSrch{
	font-size:14px;
	color:#000;
	/* padding:0 10px 0 15px; */
	padding:0;
	width:100%;
	height:42px;
	background:#f5f5f5;
	box-shadow:0 1px 2px rgba(18, 18, 18, 0.5);
}
.keywordSrch input{
	background:#f5f5f5;
	padding:0 50px 0 15px;
	height: 42px;
    width: 100%;
}
.keywordSrch::before{
	content:"\f002";
    font-family: FontAwesome;
    color: #f5f5f5;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 8px;
    right: 25px;
}
.keywordSrch input:hover{
	background:#fff;
	-webkit-transition:all 0.2s linear; 
	-moz-transition:all 0.2s linear; 
	-o-transition:all 0.2s linear; 
	transition:all 0.2s linear;
}
.keywordSrch input:focus{
	color:#fff;
	background:#000;
}




.keywordSrch::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6e7376;
  opacity: 1; /* Firefox */
}
.keywordSrch:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #6e7376;
}
.keywordSrch::-ms-input-placeholder { /* Microsoft Edge */
    color: #6e7376;
}

/*======= Spaces =======*/
.text-xs {
	font-size: 1rem !important;
}

.text-xs1{
	font-size:1.2rem !important;
}

.text-sm {
	font-size: 1.3rem !important;
}

.text-md {
	font-size: 1.6rem !important;
}

.text-lg {
	font-size: 1.9rem !important;
}

.text-xl {
	font-size: 2.2rem !important;
}

.text-muted {
	color: #999 !important;
}

html.dark .text-muted {
	color: #505461 !important;
}

.text-dark {
	color: #1d2127 !important;
}

.text-light {
	color: #FFF !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-semibold {
	font-weight: 600 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-weight-extra-bold {
	font-weight: 900 !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.rounded {
	border-radius: 5px !important;
}
.rounded2 {
	border-radius: 2px !important;
}
.rounded1{
	border-top-right-radius:3px !important;
	border-bottom-right-radius:3px !important;
}

.b-thin {
	border-width: 3px !important;
}

.b-normal {
	border-width: 5px !important;
}
.b-normal2 {
	border-width: 2px !important;
}

.b-thick {
	border-width: 7px !important;
}
.b-none{
	border:none !important;
}

/* spacement top & bottom */
.m-none {
	margin: 0 !important;
}

.m-auto {
	margin: 0 auto !important;
}

.m-xs {
	margin: 5px !important;
}

.m-sm {
	margin: 10px !important;
}

.m-md {
	margin: 15px !important;
}

.m-lg {
	margin: 20px !important;
}

.m-xl {
	margin: 25px !important;
}

.m-xlg {
	margin: 30px !important;
}

/* spacement top	*/
.mt-none {
	margin-top: 0 !important;
}

.mt-xs {
	margin-top: 5px !important;
}

.mt-sm {
	margin-top: 10px !important;
}

.mt-md {
	margin-top: 15px !important;
}

.mt-lg {
	margin-top: 20px !important;
}

.mt-xl {
	margin-top: 25px !important;
}

.mt-xlg {
	margin-top: 30px !important;
}
.mt-xlg2{
	margin-top: 120px;
}

/* spacement bottom	*/
.mb-none {
	margin-bottom: 0 !important;
}

.mb-xs {
	margin-bottom: 5px !important;
}

.mb-sm {
	margin-bottom: 10px !important;
}

.mb-md {
	margin-bottom: 15px !important;
}

.mb-lg {
	margin-bottom: 20px !important;
}

.mb-xl {
	margin-bottom: 25px !important;
}

.mb-xlg {
	margin-bottom: 30px !important;
}

/* spacement left	*/
.ml-none {
	margin-left: 0 !important;
}

.ml-xs {
	margin-left: 5px !important;
}

.ml-sm {
	margin-left: 10px !important;
}

.ml-md {
	margin-left: 15px !important;
}

.ml-lg {
	margin-left: 20px !important;
}

.ml-xl {
	margin-left: 25px !important;
}

.ml-xlg {
	margin-left: 30px !important;
}

/* spacement right	*/
.mr-none {
	margin-right: 0 !important;
}

.mr-xs {
	margin-right: 5px !important;
}

.mr-sm {
	margin-right: 10px !important;
}

.mr-md {
	margin-right: 15px !important;
}

.mr-lg {
	margin-right: 20px !important;
}

.mr-xl {
	margin-right: 25px !important;
}

.mr-xlg {
	margin-right: 30px !important;
}

/* Spacement Padding */
.p-none {
	padding: 0 !important;
}

.p-xs {
	padding: 5px !important;
}

.p-sm {
	padding: 10px !important;
}

.p-md {
	padding: 15px !important;
}

.p-lg {
	padding: 20px !important;
}

.p-xl {
	padding: 25px !important;
}

.p-xlg {
	padding: 30px !important;
}

/* spacement top	*/
.pt-none {
	padding-top: 0 !important;
}

.pt-xs {
	padding-top: 5px !important;
}

.pt-sm {
	padding-top: 10px !important;
}

.pt-md {
	padding-top: 15px !important;
}

.pt-lg {
	padding-top: 20px !important;
}

.pt-xl {
	padding-top: 25px !important;
}

.pt-xlg {
	padding-top: 30px !important;
}

/* spacement bottom	*/
.pb-none {
	padding-bottom: 0 !important;
}

.pb-xs {
	padding-bottom: 5px !important;
}

.pb-sm {
	padding-bottom: 10px !important;
}

.pb-md {
	padding-bottom: 15px !important;
}

.pb-lg {
	padding-bottom: 20px !important;
}

.pb-xl {
	padding-bottom: 25px !important;
}

.pb-xlg {
	padding-bottom: 30px !important;
}

/* spacement left	*/
.pl-none {
	padding-left: 0 !important;
}

.pl-xs {
	padding-left: 5px !important;
}

.pl-sm {
	padding-left: 10px !important;
}

.pl-md {
	padding-left: 15px !important;
}

.pl-lg {
	padding-left: 20px !important;
}

.pl-xl {
	padding-left: 25px !important;
}

.pl-xlg {
	padding-left: 30px !important;
}

/* spacement right	*/
.pr-none {
	padding-right: 0 !important;
}

.pr-xs {
	padding-right: 5px !important;
}

.pr-sm {
	padding-right: 10px !important;
}

.pr-md {
	padding-right: 15px !important;
}

.pr-lg {
	padding-right: 20px !important;
}

.pr-xl {
	padding-right: 25px !important;
}

.pr-xlg { 
	padding-right: 30px !important;
}
/*======= /Spaces =======*/

.footer{
	background:#dfdfdf;
    text-align: center;
    color: #A3A29F;
    padding: 4px 0 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}


/* Tabs panel */
.tabbable-panel {
  /*border:1px solid #eee;*/
  padding: 0px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 0px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #000;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #9f9fa8;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #000;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #4b4b55;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #000000;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: 0;
  background-color: #fff;
  border: 0;
  /* border-top: 1px solid #eee; */
  padding: 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

.tab-content{
	/*border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px 10px 0;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;*/	
}


/*======= File Uploaad CSS ========*/
input[type=file] {
	display: block !important;
	right: 1px;
	top: 1px;
	height: 34px;
	opacity: 0;
	width: 100%;
	background: none;
	position: absolute;
	overflow: hidden;
	z-index: 2;
}
.control-fileupload {
	display: block;
	border: 1px solid #d6d7d6;
	background: #FFF;
	border-radius: 4px;
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding: 0px 10px 2px 10px;
	overflow: hidden;
	position: relative;
}
.control-fileupload:before {
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: color 0.2s ease;
    content: 'Browse';
    display: block;
    position: absolute;
    z-index: 1;
    top: 2px;
    right: 2px;
    line-height: 20px;
    text-align: center;
  }
/*======= File Uploaad CSS ========*/
 
.modal_custom{
	display: block;
	overflow-x: scroll;
}

.navbar-brand .title{
	font-size:32px;
	font-weight:bold;
	color:#fff;
}
@media (max-width: 992px){
  .navbar-brand .title {font-size:1.8rem;}
}

textarea {resize:none;}
 
.box1{
	background:#ffffff;
	border:1px solid #dddddd;
	padding:10px;
}
.box2{
	background:#ffffff;
	box-shadow:0 2px 2px rgba(0, 0, 0, 0.3);
	margin-bottom: 20px;
	padding:10px;
	min-height:160px;
}
.box2:hover{
	outline:2px solid #000;
}
/* .box2:hover .show-on-hover .dropdown-toggle{	
	background: #f94f5e;
}
.box2:hover .show-on-hover .dropdown-toggle span{
	color: #fff;
} */

.box p{
	font-size:11px;
	color:#2d2d2d;
	line-height: normal;
    margin: 0 0 0;
}
.box .btn-default, .box .btn-primary{
	display: table;
    margin: 0 auto;
}
.btn{
	border-radius: 0;
}
.box .btnClose{
	position: absolute;
    right: 22px;
    top: 0;
}
.btnNote{
	position: absolute; 
	top: 0px; 
	right: 0px;
}




/*==== Login CSS ====*/


/*---------------------------------------------*/
.flex-sb-m {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.w-full {
    width: 100%;
}
.p-b-30 {
    padding-bottom: 30px;
}

input {
	outline: none;
	border: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea {
  outline: none;
  border: none;
}

.mandatory{color:#f22121;}


label {
  display: block;
  margin: 0;
  font-size: 14px;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: 'CircularTT-Book';
  font-size: 13px;
  line-height: 1.4;
  color: #999999;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
	width: 100%;  
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
	background: #ecedef;
}


.wrap-login100 {
	width: 500px;
	border-radius: 0px;
	/*   overflow: hidden;
	position: relative; */
	padding-bottom: 30px;    
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	border: 0px solid;
	height: 460px;
}
  
 
.wrap-login100::before{
	background: url("../images/login_shadow.png") no-repeat 0 bottom;
    content: " ";
    display: block;
    height: 25px;
    position: absolute;
    top: 427px;
	width:100%;
    /* width: 657px; */
}

/*==================================================================
[ Title form ]*/
.login100-form-title {
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  text-align:center;
  background-color:#30444f;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  padding: 34px 10px 34px;
}

.login100-form-title-1 {
  font-family: 'CircularTT-Book';
  font-size: 30px;
  color: #fff;
  text-transform: capitalize;
  line-height: 1.2;
  text-align: center;
}

.login100-form-title::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color:#000;
}


/*==================================================================
[ Form ]*/

.login100-form {
  width: 100%;
/*   display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
  /* padding: 25px 88px 78px 190px; */
  padding:25px 50px 50px 130px;
  background:#fff;
}


/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
  border-bottom: 1px solid #b2b2b2;
}

.label-input100 {
  font-size: 14px;
  color: #010101;
  line-height: 1.2;
  /*text-align: right;*/
  position: absolute;
  top: 10px;
  left: -105px;
  width: 80px;

}

/*---------------------------------------------*/
.input100 {
  font-family: 'CircularTT-Book';
  font-size: 15px;
  color: #555555;
  line-height: 1.2;
  display: block;
  width: 100%;
  background: transparent;
  /* padding: 0 5px; */
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;

  background: #f94f5e;
}


/*---------------------------------------------*/
input.input100 {
  height: 38px;
}


.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

/*==================================================================
[ Restyle Checkbox ]*/

.input-checkbox100 {
  display: none;
}

.label-checkbox100 {
  font-family: 'CircularTT-Book';
  font-size: 13px;
  color: #999999;
  line-height: 1.4;

  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.label-checkbox100::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  color: transparent;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #e6e6e6;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-checkbox100:checked + .label-checkbox100::before {
  color: #57b846;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 55px;
  background-color: #f94f5e;
  border-radius: 0;
  font-size: 14px;
  color: #fff;

}

.login100-form-btn:hover {
  background-color: #fb717d;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
  .login100-form {
    padding: 43px 15px 57px 117px;
  }
}

@media (max-width: 480px) {
  .login100-form {
    padding: 43px 15px 57px 15px;
  }

  .label-input100 {
    text-align: left;
    position: unset;
    top: unset;
    left: unset;
    width: 100%;
    padding: 0 5px;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;

  font-family: Poppins-Medium;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

.teamdrop{
	border:none;
	box-shadow: unset;
	border-radius: 0;
	padding:0px;
}
.teamdrop option{
	padding:6px 12px;
}
.teamdrop:focus{
	border-color: none;
    box-shadow: unset;
    outline: 0 none;
}

/*==== for IE =====*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
	.container-login100 {display:table;}
}
/*==== for IE =====*/

/*==== for Mobile =====*/
/* @media only screen and (max-width: 325px){ */
@media only screen and (max-width: 480px){
	.wrap-login100{position:relative;}
	.wrap-login100::before{
		background: url("../images/login_shadow.png") no-repeat 0 bottom;
		top: 484px;
		width: 100%;		
		background-repeat:no-repeat;
		background-size:contain;
		background-position:center; 		
	}	
}
 @media only screen and (min-device-width: 480px) and (max-device-width: 590px) {
	.wrap-login100::before{top: 488px;}
}
@media only screen and (max-width: 579px) and (min-width: 481px){
	.wrap-login100{position:relative;}
	.wrap-login100::before{
		background: url("../images/login_shadow.png") no-repeat 0 bottom;
		top: 451px;
		width: 100%;		
		background-repeat:no-repeat;
		background-size:contain;
		background-position:center; 		
	}	
}


/*==== for Mobile =====*/

/*==== for Safari =====*/
@media screen and (-webkit-min-device-pixel-ratio:0) { 
     ::i-block-chrome, .login100-form-title{          
		display: inline-block;
		text-align: center;
    }
	.wrap-login100{
		padding-bottom:40px;
	}
	
}
/*==== for Safari =====*/


/* Accordion */ 
.accordion-panel {
  margin: 3px auto;
  max-width: 560px;
}
.accordion-panel .accordion {
  padding-top: 5px;
}
.accordion-panel .accordion dt {
  display: block;
  padding: 0;
  color: #303030;
  cursor: pointer;
  position: relative;
  user-select: none;
  font-weight:normal;
  font-size:15px;
}
.accordion-panel .accordion dd {
  height: 0;
  overflow: hidden;
  transition: height .35s ease-out;
  margin-top: 6px;
  margin-bottom: 6px;
  border-bottom:1px solid #d1d1d1;
}
.accordion-panel .accordion .content {
  /* padding: 5px; */
  overflow: auto;
}
.accordion-panel .plus-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  transition: transform 0.35s ease-out;
  position: absolute;
  right: 0;
  top: 45%;
  margin-top: -5px;
}
.accordion-panel .plus-icon:before,
.accordion-panel .plus-icon:after {
  content: '';
  background: #737373;
  position: absolute;
}
.accordion-panel .plus-icon:before {
  width: 2px;
  height: 12px;
  /* margin-left: -0.5px; */
  left: 45%;
}
.accordion-panel .plus-icon:after {
  width: 12px;
  height: 2px;
  /* margin-top: -0.5px; */
  top: 41%;
  opacity: 1;
  transition: opacity 0.35s ease-out;
}
/* .accordion-panel .is-open{
	font-weight:600 !important;
	color:#000000 !important;
} */
.accordion-panel p{
	font-weight:normal;
}
.accordion-panel .is-open .plus-icon {
  transform: rotate(90deg);
}
.accordion-panel .is-open .plus-icon:after {
  opacity: 0;
}
.accordion-panel .hidden {
  display: none;
}
.accordion-panel .open-btn,
.accordion-panel .close-btn {
  cursor: pointer;
  position: absolute;
  right: 0;
  top:3px;
  width: 75px;
}
.accordion-panel .buttons-wrapper {
  position: relative;
}
.accordion-panel .buttons-wrapper .plus-icon {
  position: absolute;
  right: 10px;
  top: 12px;
}
/* Accordion */ 



.bootstrap-tagsinput {
    background-color: #fff;
    /* border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 
	line-height: 22px; */
    /* display: inline-block; */
    padding: 0;
    color: #555;
    vertical-align: middle;
    border-radius: 0px;
    max-width: 100%;  
    cursor: text;
	height:70px;
	overflow-x: hidden;
	margin-bottom: 6px;
}
.bootstrap-tagsinput .tag {
    /* margin-right: 2px; */
    color: white;
	font-size: 12px;
    font-weight: normal;
	display: inline-block;
	margin-bottom: 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 5px;
    cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 1px;
}
.bootstrap-tagsinput input {
	font-size:14px;
    border-bottom: 1px solid #c0c0c0;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 0 3px;
    margin: 0;
    width: 100%;
    /* max-width: inherit; */
    position: relative;
    top: 20px;
}
.selectTag{
	border: none;
    width: 100%;
}
.selectTag option{
	padding: 3px 5px;
	border: none;
	outline:none;
}
.search-panel{
	width:100%;
	/* height:50px; */
	padding:8px 10px 6px;
	border:1px solid #ccc;
	background: #f1f1f1;
	background: -moz-linear-gradient(top, #f1f1f1 0%, #dfdfdf 100%);
	background: -webkit-linear-gradient(top, #f1f1f1 0%,#dfdfdf 100%);
	background: linear-gradient(to bottom, #f1f1f1 0%,#dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#dfdfdf',GradientType=0 );
}
.actionBottom{
	position:relative;
	top:-35px;
}

fieldset.scheduler-border {
    border: 1px solid #d3d3d3 !important;
    padding: 1.1em 1.4em 1.4em 1.2em;
    margin: 0 0 1.5em 0;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}
legend.scheduler-border {
	color:#93a1a7;
	font-size: 20px !important;
	font-weight: normal !important;
	text-align: left !important;
	width:auto;
	margin-bottom:0;
	padding:0 10px;
	border-bottom:none;
}
.radioBox{
	background:#f5f5f5;
	padding:5px 0 5px 5px;
	box-shadow:0 1px 1px rgba(0,0,0,0.5);
}
.radioBox label{padding-left:10px;}
.radioBox input{
	position: relative;
    top: 3px;
	margin-right:10px;
}

.has-feedback span{
	height: auto;
	line-height: normal;
}
.head{
	font-size:15px;
	border: 0px solid;
    width: 83%;
	line-height: normal;
}
.head1{
	font-size: 14px; 
	font-weight: bold; 
	color: #fff; 
	margin-top: 14px; 
	padding: 5px 10px;
	background: #4b4b55; 
}


.image-preview-input {
    position: relative;
    overflow: hidden;
	margin: 0px;  
	padding:5px 12px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;    
}
.image-preview-input input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.image-preview-input-title {
    margin-left:2px;
}

/*.show-on-hover:hover > ul.dropdown-menu {
    display: block;    
}*/
.show-on-hover ul.dropdown-menu{
    border:none;
    min-width: 20px;
    padding: 0;
    top: -2px;
	/* -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none; */
}
.show-on-hover .dropdown-toggle{
	background:#ececec;
	border:none;
	border-radius:50% !important;
	padding:4px 13px 3px;
	color:#727880;
}
.showDate{
	font-size:12px; 
	color:#7e7e7e;
	margin:5px 0 10px;
	display:block;
}
ul.listBasket{
	padding:0;
}
ul.listBasket li{
	font-size:12px;
	color:#a2a2a2;
	list-style:none;
	line-height:18px;
	margin-bottom:3px;
}
ul.listBasket li span{
	font-size:18px;
	color:#4b4b55;
	width: 35px;
	float:left;
}

.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.fade-scale.in {
  opacity: 1;
  transform: scale(1);
}
.description{
	background:#ececec;
	margin-top:10px;
	padding:5px 7px;
}
.description p{
	line-height:18px;
	color:#000000;
	word-break: break-all;
}
.tag_box{
	margin:10px 0;
}
.tagList{overflow:hidden;}
.tag_box .tagList .label-info{
	font-size:12px;
	font-weight:normal;
	float:left;
	margin: 2px;
}
.editfield label{
	color:#777777;
}
.editfield .input-group .form-control{
	color:#000;
	background:none;
	border-top:none;
	border-bottom:1px solid #666;
	border-left:none;
	border-right:none;
	padding:6px 2px;
}
.editfield .input-group .form-control:focus{
	border-bottom:1px solid #f94f5e;
}
.editfield .input-group-btn a{
	font-size:15px;
	line-height:15px;
}

.editfield .input-group-btn a.btn-edit{
	width:30px;
	height:30px;
	background:#fff;
	color:#404043;
	border-radius: 50%;
	box-shadow:0 2px 1px rgba(0, 0, 0, 0.5);
	line-height: 33px;
    text-align: center;
	display: block;
	cursor: pointer;
}
.editfield .input-group-btn a i:hover{
	color:#f94f5e;
}
.badge2{
	color:#fff;
	display: inline-block;
	line-height: 20px;
    margin-right: 8px;
    padding: 0;
    width: 20px;
	height: 20px;
	background:#c93945;
	border-radius: 50%;
	font-size:12px;
	text-align: center;
}
/*Tablet*/
@media (max-width: 992px) {
	#searchKw{width:inherit;}
	/*.form-inline .form-group{display: inline;}
	.form-inline .form-control{width:inherit;}
	#tblCollateral_info{left: -10px; position: absolute; top: 5px;}
	.select2-container{width:100% !important;}
	.dataTables_paginate{top:5px;}*/
}


/*Panel tabs*/
.panel-heading{
	padding:0;
}
.panel-tabs {
    position: relative;
    /* bottom: 30px; */
    clear:both;
    border-bottom: 1px solid transparent;
}

.panel-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.panel-tabs > li > a {
    margin: 4px 5px;
	padding:8px 20px;
    line-height:10px;
    border: 1px solid transparent;
    border-radius:0;
    color: #ffffff;
}

.panel-tabs > li > a:hover {
    border-color: transparent;
    color: #ffffff;
    background-color: transparent;
}

.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    border-radius: 0px;
    background:#000;
    border-bottom-color: transparent;
}
.panel-tabs .tab-content{
	padding:0px !important;
}

.loader-class{
	background: none repeat scroll 0 0 black;
	position: fixed;
	display: none;
	opacity: 0.5;
	z-index: 1000001;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%; 
	text-align:center;
}
.loader-class img{
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.alertContainer{
	margin-top: -47px;
    position: absolute;
    right: 32%;
}
.loading {    
    background-image: url("../images/input_loading.gif");
    background-size: 25px 25px;
    background-position:right center;
    background-repeat: no-repeat;
}
.no_checkbox>i.jstree-checkbox
{
    display:none;
}
label.error{
    color:red;
    font-size:12px;  
}
.login-error{
    color:red;
    font-size: 12px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.success{
    color:green
}
.noDatafound{
    bottom: 0;
    color: #b5b5b5;
    font-size: 20px;
    height: 30px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 400px;
}
.notifyjs-corner{
	left:39% !important;
}
.count2{
	background: #dfdfdf;
    float: left;
    height: 29px;
    padding: 5px 10px;
}


li.jstree-node{position: relative;}

li.jstree-node i.text-muted{
	position: absolute;
	right: 10px;
}


/*======= Notification style CSS - Vinayak ========*/

.material-icons {
    direction: ltr;
    display: inline-block;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    overflow-wrap: normal;
    text-transform: none;
    white-space: nowrap;
	margin-top: 7px;
}

.label-count {
    background-color: red;
    border-radius: 3px;
    font-size: 10px;
    line-height: 14px;
    padding: 0 4px;
    position: absolute;
    right: 11px;
    top: 5px;
}
.dropdown-menu .header {
    border-bottom: 1px solid #eee;
    font-size: 13px;
    font-weight: bold;
    min-width: 300px;
    padding: 1px 10px 4px;
    text-align: left;
}
.waves-block {
    display: block;
}
.waves-effect {
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.dropdown-menu ul.menu {
    padding-left: 0;
}
.dropdown-menu ul.menu .icon-circle {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 27px;
    text-align: center;
    width: 27px;
	position:relative;
	top:-18px;
}
.bg-light-green {
    background-color:#f94f5e !important;
    color: #fff;
}
.dropdown-menu ul.menu .menu-info {
    display: inline-block;
    left: 5px;
    position: relative;
    top: 3px;
}
.dropdown-menu ul.menu .menu-info h4 {
    color: #222;
    font-size: 14px;
    margin: 0;
}
.dropdown-menu ul.menu li {
    border-bottom: 1px solid #eee;
}
.dropdown-menu ul.menu {
    padding-left: 0;
}
.dropdown-menu ul.menu .menu-info p {
    color: #aaa;
    font-size: 11px;
    margin: 0;
}



.navbar-nav > li > a#notificationClk{
	color:#fff !important;
}
.notify ul.menu{
	border:0px solid red;
}
.notify ul.menu li{
	padding:7px 10px 4px;
	border-bottom: 1px solid #eee;
}
.notify ul.menu li:hover{
	background:#e9e9e9;
	-webkit-transition:all 0.2s linear; 
	-moz-transition:all 0.2s linear; 
	-o-transition:all 0.2s linear; 
	transition:all 0.2s linear;
}
.notify ul.menu li:last-child{
	border-bottom: 0px solid #eee;
}
.notify ul.menu li .menu-info{
	position:inherit;
	padding-left: 10px;
}
.dropdown-menu ul.menu .menu-info h4 a{
	color:#333;
	position: relative;
    top: 3px;
}

.notify ul.notifyBox{
	min-width: 270px;
    width: 140px;
	height:231px;
	min-height:150px !important;
    /* overflow-y: auto !important; */
	border:0px solid red !important;
	top: 42px;

}
.notify ul.notifyBox:after{
	border-bottom: 7px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 20px;
    top: -7px;
    width: 0;
}

.notify .dropdown-menu .header{
	min-width: auto;
}
.assType{
	color:#f94f5e !important;
}


