@charset "UTF-8";
/* All Pages Common Style */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);


html {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
  background-color: #6D2550;
}

ul, ol, p, form, input, textarea, select, pre, em, sub, sup, canvas, section, article, aside, img, a, li, iframe, table, nav, header, footer, body, menu, button {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    outline: none;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

*, after, before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}


a {
    color: #973b72;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

    a:hover {
        text-decoration: none;
        color: #444;
    }

p {
    line-height: 1.4;
    margin-bottom: 3px;
}

b, strong {
    font-weight: 600;
}

.form-select:focus {
    box-shadow: none;
    outline: none;
}

u {
    text-decoration: underline;
}

i, em {
    font-style: italic;
}

img {
    max-width: 100%;
}

.clear {
    clear: both;
}

input[type="button"], input[type="submit"], input[type="reset"],
input[type="text"] {
    appearance: none;
    -webkit-appearance: none;
    -webkit-appearance: none;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    cursor: pointer;
    font-size: 14px;
}

/*select::-ms-expand { display: none; }*/
.clearfix {
    clear: both;
}

.form-label{
  display: inline-block;
  font-weight: bold;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ebccdf;
	border-radius: 2px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-select
{
  border: 1px solid #ebccdf;
  height: 34px;
	padding: 6px 10px;
	font-size: 14px;
	line-height: 1.42857143;
  border-radius: 2px;
}

/*--LoginBlog------*/
.loginPageBlog{ max-width: 555px; margin:30px auto;}
.logonLogo img{max-width:200px;}

.loginInputBox{padding: 25px;}
.loginContentBlog {
	background: #fff;
	margin-top: 30px;
	border-radius: 4px;
}
.loginHeaderTop{ background: #fbf2f7; padding:26px 25px; border-radius: 4px; font-size: 18px; color: #6D2550;font-weight: 500;}
.form-footnote {
    	display: inline-block;
    color: #973b72;
}
a:hover, a:focus {
	color: #602648;
	text-decoration: underline;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 10px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn:hover, .btn:focus{
  text-decoration: none;
  color: #fff;
}

.btn-primary {
	color: #fff;
	background-color: #973b72;
	border-color: #973b72;
}

.btn-primary:hover {
	color: #fff;
	background-color: #722d56;
	border-color: #6b2a51;
    text-decoration: none;
}
.btn-primary:focus {
	color: #fff;
	background-color: #722d56;
	border-color: #6b2a51;
    text-decoration: none;
}

.headerBg{ background: #973b72; min-height: 80px; padding:1px 0;}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ebccdf;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 2px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}

.menuBar .navbar-nav .show:focus {
	background-color: #7f3260;
	color: #f2dfea;
  text-decoration: none;
}

.justify-content-end .dropdown-menu {
	right: 0 !important;
	left: auto !important;
}

.dropdown-item {
	display: block;
	padding:4px 20px;
	font-weight: 400;
	color: #6D2550;
	white-space: nowrap;
  font-size: 14px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #5a1f42;
	background-color: #fbf2f7;
}

.dropdown-menu{border-radius: 0 !important;}
.menuBar .nav-item a.nav-link{
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 23px;
	margin-bottom: 23px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 2px;
}
.navbar-toggler {
	background-color: #6D2550;
	border-color: #6D2550;
	border-radius: 0;
	padding: 2px 8px;
}
.navbar-toggler:focus {
border: none;
box-shadow: none;
}
.navbar-toggle .icon-bar {
	background-color: #fff !important;
}


/* CHECKBOXES
-------------------------------------------------- */
.checkbox-description {
    display: block;
    margin: 4px 0 0 24px;
  }
  
  input[type=checkbox]:not(old),
  input[type=radio]:not(old) {
    width: 0;
    margin: 0;
    padding: 0;
    font-size: 16px;
    opacity: 0;
    position: absolute;
  }
  
  input[type=checkbox]:not(old) + label,
  input[type=radio]:not(old) + label {
    display: inline-block;
    margin-left: 24px;
    line-height: 1.4;
    cursor: pointer;
  }
  
  input[type=checkbox]:not(old) + label > span:first-child,
  input[type=radio]:not(old) + label > span:first-child {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 0 .5em .2em 0;
    border: 0.0625em solid #6D2550;
    width: 15px;
    height: 15px;
    margin: 0 8px 3px -24px;
    border: 1px solid #6D2550;
    border-radius: 0;
    background: #fff;
    vertical-align: bottom;
    top: 1px;
    position: relative;
  }
  
  input[type=checkbox]:not(old):checked + label > span:first-child,
  input[type=radio]:not(old):checked + label > span:first-child {
    background: #fbf2f7;
  }
  
  input[type=checkbox]:not(old):checked + label > span:first-child:before {
    content: '';
  }
  
  input[type=checkbox]:not(old):checked + label > span:first-child:before,
  input[type=radio]:not(old):checked + label > span:first-child > span {
    display: block;
    width: .5em;
    height: .5em;
    margin: .125em;
    border: 0.0625em solid #6D2550;
    width: 9px;
    height: 9px;
    margin: 2px;
    border: 1px solid #6D2550;
    border-radius: 0;
    background: #6D2550;
  }
  
  input[type=radio]:not(old) + label > span:first-child,
  input[type=radio]:not(old):checked + label > span:first-child > span {
    border-radius: 8px;
  }
  
  .checkbox-valign + label {
    margin-top: 0;
  }


  .loginFooter{ max-width: 555px;margin: 30px auto; text-align: center;}
  .loginFooter ul {margin-bottom: 20px;}
  .loginFooter ul li {list-style: none;padding: 0;}
  .loginFooter ul li a{color: #bd9fb0; font-size: 90%;}
  .loginFooter p{color: #bd9fb0; font-size: 90%;}

.footerBg {
    background-color: #6D2550;
    padding: 16px 0;
    
  }

  .footerCopyright p{ 
    color: #bd9fb0;
    font-size: 90%;
  }

  /*---------------------------*/

  .whiteBg {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding:20px 0 30px 0;
    background-color: #ffffff;
    min-height: calc(100vh - 157px);
    
  }
  .headerLogo img{ width: 100px; }

  .titleHeader{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .titleHeader h1{
    color: #6D2550; font-weight: 500; font-size: 34px;
  }

  .breadcrumbs-wrapper {
  margin-bottom: 20px;
}

.btn-breadcrumb .btn:not(:last-child):after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}

.btn-breadcrumb .btn:not(:last-child):before {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #ebccdf;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

.btn-breadcrumb .btn {
  padding: 6px 12px 6px 24px;
}

.btn-breadcrumb .btn:first-child {
  padding: 6px 6px 6px 10px;
}

.btn-breadcrumb .btn:last-child {
  padding: 6px 18px 6px 24px;
  z-index: 1;
}

.btn-breadcrumb .btn.disabled {
  opacity: 1;
  pointer-events: none;
}

/* Default button */
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}

.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ebccdf;
}

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #fbf2f7;
}

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #ebccdf;
}

/* Home icon */
.btn-breadcrumb .breadcrumb-home.btn {
  padding: 0;
}

.btn-breadcrumb .breadcrumb-home.btn a {
  color: #6D2550;
}

.btn-breadcrumb .breadcrumb-home .dripicons-home {
  float: left;
  position: relative;
  padding: 6px 6px 6px 10px;
  top: 2px;
}

/* Responsiveness */
.btn-breadcrumb > * > span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-breadcrumb > *:nth-child(n+2) {
  display: none;
}

/* Phones */
@media (max-width: 767px) {
  .btn-breadcrumb > *:nth-last-child(-n+2) {
    display: block;
  }
  .btn-breadcrumb > * span {
    max-width: 60px;
  }
}

/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .btn-breadcrumb > *:nth-last-child(-n+4) {
    display: block;
  }
  .btn-breadcrumb > * span {
    max-width: 100px;
  }
}

/* Desktops */
@media (min-width: 992px) {
  .btn-breadcrumb > *:nth-last-child(-n+6) {
    display: block;
  }
  .btn-breadcrumb > * span {
    max-width: 170px;
  }
}

/* Ellipsis */
.btn-breadcrumb > .breadcrumb-ellipsis {
  display: none;
}

  .tabsSection  .nav-tabs .nav-link{
    padding: 10px 30px;
    background-color: #fbf2f7;
    color: #973b72;
    cursor: pointer;
    transition: 0.2s;
  font-weight: 600;
  border-radius: 0;
  font-size: 14px;
}
.tabsSection  .nav-tabs .nav-link.active{
  background-color: #973b72;
  color: #fff;
  border-radius: 0;
}

.tabsSection .nav-tabs{
  border-bottom: 1px solid #fbf2f7;
}

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
	padding: 15px 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #f2dfea;
}
.table > :not(caption) > * > * {
  border-bottom: 1px solid #f2dfea;
}

.viewBtn{ 
  padding: 2px 6px !important;
  font-size: 12px !important;
}

.table thead tr th{font-weight:600; color: #973b72;}
thead th a, thead th a:hover, thead th a:focus, thead th a:active {
	text-decoration: none;
}

.btn-default {
	color: #6D2550;
	background-color: #fff;
	border-color: #ebccdf;
}

.btn-default:hover {
	color: #6D2550;
	background-color: #fbf2f7;
	border-color: #ebccdf;
}

.headerBg .navbar-nav > li > a {
	color: #f2dfea;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	color:  #f2dfea;
}
.navbar-nav .nav-link:hover{
	color:  #f2dfea; text-decoration: none;
}




.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: #fbf2f7 !important;
  --bs-table-bg-state: #fbf2f7 !important;
}

.table-hover > tbody > tr.searchFilters:hover > * {
  --bs-table-accent-bg: #fbf2f7 !important;
  --bs-table-bg-state: #fff !important;
}


.searchFilters:hover {
	background-color:#fff !important;
}


.pagination li {
   margin:0 6px;
}

.pagination li a {
	padding: 0 1.4em;
	height: 45px;
	line-height: 44px;
	overflow: hidden;
  border: 1px solid #f2dfea;
	border-radius: 2px;
  color: #973b72;
}

.pagination li.active {
	background-color: #973b72 !important;
  background: #973b72 !important;
	border-color: #973b72;
	color: #fff;
	pointer-events: none;
}


.page-item:last-child .page-link {
	border-radius: 0px;
}
.page-item:first-child .page-link {
	border-radius: 0px;
}
.pagination a:hover {
	background-color: #f2dfea;
  border: 1px solid #f2dfea;
  color:#973b72;
  text-decoration: none;
}
.pagination-results {
	margin-bottom: 30px;
	text-align: center;
}

.bootstrap-select{width: 100% !important;}

form .btn + .btn {
  margin-left: 5px;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}


.menuBar .navbar-nav li{
	padding: 0 5px;
}
.headerBg .navbar-nav > li > a:focus {
text-decoration: none;
}
.btn-breadcrumb .breadcrumb-home .bi-house-door{
	float: left;
	position: relative;
	padding: 6px 6px 6px 10px;
	top: 2px;
}

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
	color: #6D2550;
	background-color: #fbf2f7;
	border-color: #ebccdf;
}
.btn-default:hover {
	color: #6D2550;
	background-color: #fbf2f7;
	border-color: #ebccdf;
}

/*-----------------------------------*/
.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-default {
	border-color: #ebccdf;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 1px;
	border-top-left-radius: 1px;
}
.panel-default > .panel-heading {
	position: relative;
	color: #6D2550;
  background-color: #fbf2f7;
	border-color: #ebccdf;
}
.calendar {
	color: #a94442;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border-bottom: 1px solid #ebccdf;
	padding: 10px 0;
	font-weight: bold;
}
.calendar a {
	text-decoration: none;
}
.calendar a {
	background: #eee;
	border-radius: 50%;
	height: 24px;
	width: 24px;
	text-align: center;
	line-height: 22px;
	border: 1px solid #ccc;
}


.available_table_blog .table > thead > tr > th, .available_table_blog .table > thead > tr > td, .available_table_blog .table > tbody > tr > th, .available_table_blog .table > tbody > tr > td, .available_table_blog .table > tfoot > tr > th, .available_table_blog .table > tfoot > tr > td {
	padding: 10px 5px;
	vertical-align: top;
	border: 1px solid #f2dfea;
}



.listLable {
  background-color: #fbf2f7;
	color: #6D2550;
	border: 1px solid #ebccdf;
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

.listLable.label-danger {
	background-color: #d9534f;
  border: 1px solid #d9534f;
  color: #fff;
}

.listLable.label-success {
	background-color: #5cb85c;
  border: 1px solid #5cb85c;
  color: #fff;
}

.navbar-toggler-icon {
	background-image:url(../images/menu_icon.svg);
  width: 24px;
  height: 26px;
}
.table-action .dropdown-toggle {
	padding: 4px 6px 4px 4px !important;
	font-size: 12px;
	line-height: 1;
	position: relative;
}

.table .dropdown-menu > li > a {
	display: block;
	padding: 3px 10px;
	font-weight: normal;
	color: #6D2550;
	white-space: nowrap;
  font-size: 12px;
}

.description {
  width: 60%;
}

.contNormalBox{ padding: 20px;}
.contNormalBox .subLable{
  display: block;
  font-size: 85%;
  color: #9a9a9a;
  font-weight: normal;
  margin: 3px 0px 4px;
  margin-bottom: 5px;
}

.contNormalBox h4{
  font-size: 18px;color: #6D2550; font-weight: 500; margin-bottom: 10px;
}

.contNormalBox ul{
  margin: 0; padding: 0 0 0 40px;
}
.contNormalBox ul li{
  list-style: disc; padding: 1px 0;
}

.contNormalBox ul li a{
  color: #973b72; font-size: 14px;
}
.contNormalBox ul li a:hover{
  color: #973b72; font-size: 14px;
  text-decoration: underline;
}
thead th .order-icon-inactive {
	color: #ebccdf;
  padding-left: 8px;
  font-weight: 800 !important;
}
thead th a:hover .order-icon, thead th a:active .order-icon, thead th a:focus .order-icon {
	color: #6D2550; 
  padding-left: 8px;
  font-weight: 800 !important;
}

thead th .order-icon-inactive::before{
  font-weight: 800 !important;
}

thead th .order-icon-active {
	color: #ebccdf;
  padding-left: 8px;
  font-weight: 800 !important;
}

thead th .order-icon-active::before{
  font-weight: 800 !important;
}




.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}


/*Tab---*/
.nav-tabs {
	border-bottom: 1px solid #ebccdf;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #973b72;
	background-color: #fff;
	border: 1px solid #ebccdf;
	border-bottom-color: transparent;
	cursor: default;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #973b72;
	cursor: default;
}

.label-default {
	background-color: #fbf2f7;
	color: #6D2550;
	border: 1px solid #ebccdf;
  font-weight: bold;
  font-size: 12px;
  padding: 3px 5px;
}
.title-header > .roles {
	margin: 10px 0 0 0;
}
.switch_flex {
	display: inline-flex;
	margin-right: 20px;
	align-items: center;
}
.switch_flex span {
	margin-right: 10px;
	font-weight: 600;
}
.switch {
	display: inline-block;
	margin: 0;
	line-height: 20px;
	height: 26px;
}
input[type="checkbox"]:not(old), input[type="radio"]:not(old) {
	width: 0;
	margin: 0;
	padding: 0;
	font-size: 16px;
	opacity: 0;
	position: absolute;
}
.switch input:checked ~ small {
	background: #f576c1;
	transition: .3s;
}
.switch small {
	display: inline-block;
	width: 52px;
	height: 26px;
	background: #b3b3b3;
	border-radius: 30px;
	position: relative;
	cursor: pointer;
}
.switch input:checked ~ small::before {
	transform: translate(25px, 0px);
	transition: .3s;
}
.switch small::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	top: 3px;
	left: 3px;
	transition: .3s;
	box-shadow: -3px 0 3px rgba(0,0,0,0.1);
}
.switch input:checked ~ small::after {
	content: "Yes";
	text-align: left;
}
.switch small::after {
	content: "No";
	position: absolute;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	width: 100%;
	left: 0px;
	text-align: right;
	padding: 1px 7px;
	box-sizing: border-box;
	line-height: 24px;
}

.switch1 input:checked ~ small:after {
    content: "Pause" !important;
}
.switch1 small:after {
    content: "Active" !important;
}
body .switch1.switch small { width: 65px; }

.switch1.switch input:checked ~ small::before {
  left: 15px;
}

.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #fbf2f7;
}
.nav-tabs > li > a:hover {
	border-color: #fbf2f7 #fbf2f7 #ebccdf;
}

.tabsData{ padding: 15px 0;}
.tabsData h4 {
  font-size: 18px;
	color: #6D2550; margin: 0;
}

.tabsData p {
  font-size: 14px;
	color: #333; margin-bottom: 10px;
}


/*new-09-12-24*/


.show-title-header {
  position: relative;
}
@media (min-width: 768px) {
  .show-title-header > .controls {
      position: absolute;
      top: 3px;
      right: 0;
      margin: 0;
  }
}

/* SELECT BOXES
-------------------------------------------------- */
select.bs-select-hidden,
select.selectpicker {
  display: block !important;
}

/* CHECKBOXES
-------------------------------------------------- */
.checkbox-description {
  display: block;
  margin: 4px 0 0 24px;
}

input[type=checkbox]:not(old),
input[type=radio]:not(old) {
  width: 0;
  margin: 0;
  padding: 0;
  font-size: 16px;
  opacity: 0;
  position: absolute;
}

input[type=checkbox]:not(old) + label,
input[type=radio]:not(old) + label {
  display: inline-block;
  margin-left: 24px;
  line-height: 1.4;
  cursor: pointer;
}

input[type=checkbox]:not(old) + label > span:first-child,
input[type=radio]:not(old) + label > span:first-child {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 .5em .2em 0;
  border: 0.0625em solid #6D2550;
  width: 15px;
  height: 15px;
  margin: 0 8px 3px -24px;
  border: 1px solid #6D2550;
  border-radius: 0;
  background: #fff;
  vertical-align: bottom;
  top: 1px;
  position: relative;
}

input[type=checkbox]:not(old):checked + label > span:first-child,
input[type=radio]:not(old):checked + label > span:first-child {
  background: #fbf2f7;
}

input[type=checkbox]:not(old):checked + label > span:first-child:before {
  content: '';
}

input[type=checkbox]:not(old):checked + label > span:first-child:before,
input[type=radio]:not(old):checked + label > span:first-child > span {
  display: block;
  width: .5em;
  height: .5em;
  margin: .125em;
  border: 0.0625em solid #6D2550;
  width: 9px;
  height: 9px;
  margin: 2px;
  border: 1px solid #6D2550;
  border-radius: 0;
  background: #6D2550;
}

input[type=radio]:not(old) + label > span:first-child,
input[type=radio]:not(old):checked + label > span:first-child > span {
  border-radius: 8px;
}

.checkbox-valign + label {
  margin-top: 0;
}
.radio-wrapper-inline label {
  display: block;
  margin-right: 15px;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger ul {margin-left: 40px; margin-top: 5px;}
.alert-danger ul li{ list-style:disc}


.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*======== availability-calendar ========*/

.availability-calendar {
  margin-bottom: 20px;
}

.availability-calendar .month:before, .availability-calendar .month:after {
  content: " ";
  display: table;
}

.availability-calendar .month:after {
  clear: both;
}

.availability-calendar .month h3 {
  margin: 0 0 25px 0;
}

.availability-calendar .month + .month {
  margin-top: 30px;
}

.availability-calendar .day.disabled,
.availability-calendar .month.disabled,
.availability-calendar label.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.availability-calendar label {
  position: relative;
  display: block;
  float: left;
  color: #ebccdf;
  background: #fbf2f7;
  width: 28px;
  height: 50px;
  line-height: 30px;
  font-weight: normal;
  text-align: center;
  margin: 0;
  padding: 10px;
  cursor: pointer;
}

.availability-calendar label:hover, .availability-calendar label:focus {
  background: #f2dfea;
  color: #973b72;
}

.availability-calendar label.active {
  background: #973b72;
  color: #fff;
}

.availability-calendar label.active.today {
  border-color: #6D2550;
}

.availability-calendar .day-wrapper {
  position: relative;
  float: left;
  width: 84px;
  margin: 6px 8px 6px 0;
}

.availability-calendar .day-wrapper[data-timeslots="1"] label {
  width: 84px;
}

.availability-calendar .day-wrapper.today .day-number {
  border: 2px solid #973b72;
}

.availability-calendar .day-wrapper:before, .availability-calendar .day-wrapper:after {
  content: " ";
  display: table;
}

.availability-calendar .day-wrapper:after {
  clear: both;
}

.availability-calendar .day-wrapper .day-number {
  position: relative;
  font-size: 90%;
  color: #973b72;
  text-align: center;
  margin-bottom: 8px;
  height: 21px;
}

.availability-calendar .day-wrapper label {
  margin-right: 0;
}

.availability-calendar .day-wrapper {
  width: 56px;
}

.availability-calendar .day-wrapper[data-timeslots="2"] {
  width: 56px;
}

.availability-calendar .day-wrapper {
  width: 84px;
}

.availability-calendar .day-wrapper[data-timeslots="3"] {
  width: 84px;
}

.availability-calendar input[type=checkbox] {
  display: none;
}

.tooltip.left .tooltip-inner {
  text-align: left;
}

.alert-mini {
  padding: 6px 8px;
  font-size: 80%;
}

.form-control + .alert-mini {
  margin-top: 10px;
}


/*=====================tooltip =================*?*/

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #6D2550;
  border-radius: 2px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #6D2550;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #6D2550;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #6D2550;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #6D2550;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #6D2550;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #6D2550;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #6D2550;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #6D2550;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ebccdf;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 2px 2px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #cf83b0;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #cf83b0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #cf83b0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #cf83b0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}


.listViewDetails{
  max-width:1200px; width: 100%;
}

.poupListBlog {
	background: #f7e7f1;
	padding: 8px;
	border-radius: 10px;
}

/*--select 2 css--*/
.select2-container--default .select2-selection--single {
border: 1px solid #ebccdf!important;
  border-radius: 2px!important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0,);
}
.select2-container .select2-selection--single{
height: 34px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
height: 34px!important;
}
/*--select 2 css--*/

.batch_detail_section .selectpicker + .select2.select2-container{
  width: 250px!important
}


.dropdown-toggle::after {
  vertical-align: 1px !important;
}

.table thead tr th a{display: flex;}