/* common */
.divider{
  border-bottom: 1px solid #f1f1f1;
}

.w-100 {
  width: 100%;
}

.btn-reset {
  background: #ebebeb !important;
  border-color: #d9d9d9 !important;
  color: #000;
}

.btn-reset:hover, .btn-reset:focus, .btn-reset:disabled {
  background: #f5f5f5 !important;
    border-color: #d9d9d9 !important;
}

.btn-draft {
  background: #17a2b8 !important;
  border-color:#17a2b8 !important;
  color: #fff;
}

.btn-draft:hover, .btn-draft:focus, .btn-draft:disabled {
  background: #11b7d1 !important;
    border-color: #11b7d1 !important;
}

.btn-collapse {
  background: #fff;
  border: 1px solid #c6c9cb;
  color: #adadad;
}

.btn-collapse:hover, .btn-collapse:focus, .btn-collapse:disabled {
  background: #dee2e6 !important;
  border-color: #c6c9cb !important;
  color: #818181;
}


.btn-print-all {
	background: #f58e0e !important;
	border-color:#f58e0e !important;
	color: #fff;
  }
  
  .btn-print-all:hover, .btn-print-all:focus, .btn-print-all:disabled {
	background: #cb7306 !important;
	  border-color: #cb7306 !important;
  }


/* Text Color */

.text-cyan {
  color: #22a6b3;
}


/* Custom Card Colors */

.card-cyan {
    background: #22a6b3;
    color: #fff;
  }

/* Login Bg */

.login_aside_bg{
  background: url(../img/login_page_bg.jpg) no-repeat;
  background-size: cover;
}


.allocation_ic {
  position: relative;
    right: 0px;
    top: -13px;
    font-size: 18px;
    color: #28a745;
    float: right;
}

.deallocation {
  position: relative;
    top: 4px;
    color: #eb0e0e;
    float: left;
    font-size: 12px;
    left: 0px;
    cursor: pointer;
}



/* Custom Slide Panel Css */

.custom-template {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: -325px;
	width: 325px;
	height: max-content;
	display: block;
	z-index: 1;
	background: #ffffff;
	transition: all .3s;
	z-index: 1003;
	box-shadow: -1px 1px 20px rgba(69, 65, 78, 0.15);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	transition: all .5s;
}

.custom-template.open {
	right: 0px;
}

.custom-template .custom-toggle {
	position: absolute;
	width: 45px;
	height: 45px;
	background: rgb(88, 103, 221);
	top: 50%;
	left: -45px;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right: 1px solid #177dff;
	cursor: pointer;
	color: #ffffff;
	box-shadow: -5px 5px 20px rgba(69, 65, 78, 0.21);
}

.custom-template .custom-toggle i {
	font-size: 20px;
	animation: 1.3s spin linear infinite;
}

.custom-template .title{
    padding: 15px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    border-top-left-radius: 5px;
    border-bottom: 1px solid #ebedf2;
    background: #5867dd;
}

.custom-template .custom-content{
	padding: 20px 15px;
	max-height: calc(100vh - 90px);
	overflow: auto;
}

.custom-template .switcher {
	padding: 5px 0;
}

.custom-template .switch-block h4 {
	font-size: 13px;
	font-weight: 600;
	color: #444;
	line-height: 1.3;
	margin-bottom: 0;
	text-transform: uppercase;
}


.notification_scroll {
	height: 400px;
	overflow-y: scroll;
}

.auto {
	margin: 0 auto;
}




@media screen and (max-width: 550px){
	.table-typo tr td{
		display: flex;
		align-items: center;
		word-break: break-word;
	}

	.table-typo tr td:first-child p{
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 576px){
	.custom-template .custom-content {
		overflow: auto;
	}
	.form-show-notify > .text-right, .form-show-validation > .text-right {
		text-align: left !important;
	}
}

@media screen and (max-width: 400px) {
	.custom-template {
		width: 85% !important;
		right: -85%;
	}
}


/* reverse column for mobile  */

@media screen and (max-width: 768px) {

	/* Add this class in row */
	.reverse-column{
			display: flex;
		flex-direction: column-reverse;
		}
	
	  /* Add some space
		.reverse-column>.et_pb_column:first-child {
		margin-top: 28px;
	}
	 */
	
		
	}