/*############# emag theme fixing #################*/
:root{
	--btn-big-color:#0099ff;
	--btn-small-color:#5f9df7;
	--btn-font-color:#ffffff;
	--btn-small-font-color:#ffffff;
	--btn-color-hover:#6d4bd3;
	--title-color:#5b5b5b;
	--content-color:#66789C;
	--icon_color:#a0abb8;
	--max-border-color:#E0E6F7;
	
	
}
a {
  text-decoration: none !important;
}
a:link {
  text-decoration: none;
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sidebar-shadow.none-shadow {
    padding-left: 20px;
    padding-right: 17px;
}
.sidebar-shadow {
    border: 1px solid var(--max-border-color);
    padding: 29px 33px;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 9px 26px 0px rgb(31 31 51 / 6%);
    box-shadow: 0px 9px 26px 0px rgb(31 31 51 / 6%);
    margin-bottom: 40px;
}
.wrapper {
  float: none !important;
}
/* ###################### 0 ######################*/
.fa {
  font: normal normal normal 14px/1 FontAwesome !important;
}
.icon-color{
	 color: var(--icon_color);
}
.text-small {
    font-size: 14px;
    line-height: 19px;
    color: #37404e;
}
.logo-max-h{
	max-height:100px;
}
.blank-rounded-logo {
    border-radius:50px;
    border: 1px solid var(--max-border-color);
    height: 90px;
    width: 90px;
}
.badge{	
	font-size: 12px;  
	font-weight: 400!important;  
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.right {
  padding: 0px 5px;
  margin-right: 10px;
}
.tooltip-inner { 
  border-radius: 6px;	  
  box-shadow: 0px 10px 10px 0 rgb(0 0 0 / 15%) !important;
  padding:6px;
  background:var(--btn-small-color);
  color:#fff;
  opacity:999 !important;
}
.map-top {
    height: 500px!important;
    width: 100%;
	}
	
/* New Design ***********************/
.card-grid-2 {
    border-radius: 10px;
    border: 1px solid  var(--max-border-color);
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    background: #ffffff;
}
.card-grid-2 .card-grid-2-link {
    position: absolute;
    top: 20px;
    right: 20px;
}
.card-grid-2 .card-block-info {
    padding: 20px 20px 30px 20px;
    position: relative;
}
.card-grid-2 .card-block-info .card-profile {
    text-align: center;
	overflow-wrap: break-word;
}


.card-grid-2 .card-block-info .card-profile > span {
    color: #88929b;
}


.card-grid-2 .card-block-info {
    display: inline-block;
    width: 100%;
    padding: 20px 20px 30px 20px;
}



.card-grid-2 .card-grid-2-image-rd {
    padding: 30px 20px 0px 20px;
    display: inline-block;
    width: 100%;
}

.card-grid-2:hover {
    -webkit-box-shadow: 0px 9px 26px 0px rgb(31 31 51 / 8%);
    box-shadow: 0px 9px 26px 0px rgb(31 31 51 / 8%);
	-webkit-transform: translateY(-2px);
    transform: translateY(-2px);
	transition: 0.2s;
    -webkit-transition: 0.2s;	
    transition: 0.2s;
}
.card-grid-2 .card-grid-2-image {
    position: relative;
}
.card-grid-2 .card-grid-2-image figure {
    display: block;
}

.bootstrap-wrapper .text-center {
    text-align: center!important;
}
.text-end {
    text-align: right!important;
}

.btn-grey-small {
    background-color: rgba(151, 119, 250, 0.12);
    font-size: 14px;
    padding: 7px 10px;
    border-radius: 6px;
    color: #37404e;
}
.btn-urgent-left {
    position: absolute;
    top: 20px;
    left: 15px;
    background-color: var(--btn-small-color);
    border-radius: 6px;
    padding: 5px 15px;
    color: var(--btn-small-font-color);
    font-size: 14px;
    z-index: 1;
}
.btn-urgent-right {
    position: absolute;
    top: 20px;
    right: 15px;
	color:var(--btn-font-color);
    background-color: var(--btn-big-color);
    border-radius: 6px;
    padding: 5px 15px;   
    font-size: 14px;
    z-index: 1;
}

.bootstrap-wrapper .toptitle {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: var(--title-color);
	text-decoration: none!important;
}

/* New Desin end **********************/
.bootstrap-wrapper .btn-border {
    border: 1px solid rgba(6, 18, 36, 0.1);
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    background: #ffffff;
    color: #111112;
    font-size: 16px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
	text-decoration: none!important;
}
.bootstrap-wrapper .btn-border:hover {
    color: #ffffff;
    background-color:  var(--btn-big-color);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.bootstrap-wrapper .btn-border-small {
    border: 1px solid rgba(6, 18, 36, 0.1);
    padding: 5px 15px;
    border-radius: 10px;
    background: #ffffff;
    color: #111112;
    font-size: 14px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.bootstrap-wrapper .btn-border-small:hover {
   
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-transition: 0.2s;
	color: var(--btn-font-color);
    transition: 0.2s;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
}
.bootstrap-wrapper .btn.btn-big:hover {
	filter: brightness(120%);  
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
	transition: 0.2s;
    -webkit-transition: 0.2s;
	color: var(--btn-font-color);
    transition: 0.2s;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
}
.bootstrap-wrapper .btn.btn-big {
    color: var(--btn-font-color);
    background-color: var(--btn-big-color);
	border-radius: 8px;
    padding: 12px 15px;
    font-size: 18px;	
    line-height: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.mt-15 {
    margin-top: 15px !important;
}
.text-sm {
    font-size: 14px;
    color: #242426c9 ;
    width: 100%;
   
}
// Search
.mb-30 {
    margin-bottom: 30px !important;
}
.medium-heading {
    font-size: 18px;
    color: #1f2938;
    line-height: 22px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}
.form-group {
    margin-bottom: 1rem;
}

ol, ul {
    list-style: none;
}
.cb-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    line-height: 21px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* New checkbox  */

.customcheck {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
	color: #37404e;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #ffffff;
	border: 2px solid #d1d1d1;
    border-radius: 4px;
}
.bootstrap-wrapper .form-control{
   height: calc(3.00em)!important;
   border-radius: 0.3rem;
   border: 1px solid rgba(26, 15, 9, 0.1);   
   font-size: 16px;
   font-weight: 400; 	
   color: #212529;
}
.form-control:focus{
  border: 1px solid #333  !important;
  box-shadow: none !important;

}
.bootstrap-wrapper .page-item.active .page-link {
    z-index: 1;
    color: #000000;
    background-color: #eee;
    border-color: #eee;
}
.bootstrap-wrapper .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
     color: #000000;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
    background-color: var(--btn-small-color);
    border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
    left: 6px;
    top: 5px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
	
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

}
.bootstrap-wrapper .btn.btn-small:hover {
	filter: brightness(100%);  
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-transition: 0.2s;
	color: var(--btn-small-font-color);
    transition: 0.2s;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
}
.bootstrap-wrapper .btn.btn-small {
    color: var(--btn-small-font-color);
    background-color: var(--btn-small-color);
	border-radius: 4px;
    padding: 5px 10px;
    font-size: 14px;	
    line-height: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
@media (min-width: 220px) and (max-width: 480px) {
	.bootstrap-wrapper .btn.btn-big  {
		border-radius: 6px;
		padding: 10px 10px;
		font-size: 14px;    
	}
	.bootstrap-wrapper  .btn.btn-border {
		border-radius: 6px;
		padding: 10px 15px;
		font-size: 14px;    
	}
	
 
}