/*
DEMO STYLE
 */

body {
  background: #f8f9fa;
  color: #212529;
  font-size: 0.85rem
}

p {
  font-weight: 300;
  line-height: 1.3em;
}

a {
  cursor:pointer
}

label {
	text-align: right;
	line-height: 2rem;
}

.h1, h1 {
  font-size: 2rem;
}

.h2, h2 {
  font-size: 1.3rem;
}

.h3, h3{
  font-size: 1.2rem;
  color: #af8f00;
}

.h4, h4{
  font-size: 1.15rem;
}

.h5, h5 {
  font-size: 1rem;
	color: #af8f00;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.right_col {
  padding: 10px 20px;
  z-index: 2;
}

.separator {
	border-top: 1px solid #D8D8D8;
	margin-top: 10px;
	padding-top: 10px;
  text-align: center
}

.dropdown-menu{
}

b{
  font-weight: 700 !important;
}

.modal-xl {
	width: 95%;
	max-width: 95%;
}

.ctpreview {
	height: 20px;
	width: 256px;
}

.ct-list-group {
	margin: 5px;
	padding: 5px;
	float: left;
	cursor: pointer;
	border-radius: 10px;
	border: 2px solid #fff;
}

.holds-the-iframe{
  background:url( ../images/layout/progress_bar.gif ) center center no-repeat;
}

.hidden {
  filter: alpha(opacity=50);
  opacity: 0.2;
}

/* ---------------------------------------------------
IMG PREVIEW
----------------------------------------------------- */

.dspreview {
  height: 60px;
  width: 60px;
  margin-right: 10px;
}

#ediIMGpopup .dspreview-big {
  height: 240px;
  width: 240px;
}

#ediIMGpopup .img-list-group {
  margin: 5px;
  padding: 5px;
  float: left;
  cursor: pointer;
  border-radius: 10px;
  border: 2px solid #fff;
}

#ediIMGpopup .selected{
  border: 2px solid #ee266b;
}

/* ---------------------------------------------------
NAVBAR STYLE
----------------------------------------------------- */

.navbar {
  background-color: #212529;
  color: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

.col img {
  max-width: 100%;
}

.dropdown-item img{
  width: 1rem;
  height: 1rem;
}



/* ---------------------------------------------------
SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
  display: flex;
  align-items: stretch;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #212529;
  color: #fff;
  transition: all 0.3s;
}

#sidebar.active-sm {
  min-width: 80px;
  max-width: 80px;
  text-align: center;
}

#sidebar.active-sm .sidebar-header h3,
#sidebar.active-sm .CTAs {
  display: none;
}

#sidebar.active-sm .sidebar-header strong {
  display: block;
}

#sidebar .menu_section{
	word-wrap: break-word;
}

#sidebar ul li a {
  text-align: left;
}

#sidebar.active-sm ul li a {
  padding: 20px 10px;
  text-align: center;
  font-size: 0.80rem;
}

#sidebar.active-sm ul li a i {
  margin-right: 0;
  display: block;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

#sidebar.active-sm ul ul a {
  padding: 10px !important;
}

#sidebar.active-sm .dropdown-toggle::after {
  top: auto;
  bottom: 10px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

#sidebar .sidebar-header {
  background: #181c20;
  padding: 20px 15px;
  margin-bottom:15px;
}

#sidebar .sidebar-header strong {
  display: none;
  font-size: 1.4em;
}

#sidebar .sidebar-header img {
  max-width: 100%;
}

#sidebar ul.components {
  padding: 1rem 0;
}

#sidebar ul li a {
  padding: 10px;
  display: block;
}

#sidebar ul li a:hover {
  background: #4f5b69 !important;
}

#sidebar ul li a i {
  margin-right: 10px;
}

#sidebar ul li.active>a,
#sidebar a[aria-expanded="true"] {
  color: #fff;
  border-right: 5px solid #ee266b;
  text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
  background: linear-gradient(#121212, #141414), #131313;
  box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
}

#sidebar a[data-toggle="collapse"] {
  position: relative;
}

#sidebar.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

#sidebar.active ul ul li{
  position: relative;
}

#sidebar.active ul ul li:before {
  background: #425668;
  bottom: auto;
  content: "";
  height: 8px;
  left: 15px;
  margin-top: 15px;
  position: absolute;
  right: auto;
  width: 8px;
  z-index: 1;
  border-radius: 50%;
}

#sidebar.active ul ul li:after {
  border-left: 1px solid #425668;
  bottom: 0;
  content: "";
  left: 19px;
  position: absolute;
  top: 0;
}


#sidebar ul ul a {
  padding-left: 30px !important;
  background: #181c20;
  border-right: 5px solid #ee266b;
  word-wrap: break-word;
}

#sidebar ul ul a.current-page {
  background: #4f5b69;
}

.col-padding{
  padding:2rem !important;
}

#sidebar .dropdown-toggle::after {
	float: right;
	margin-top: 0.5rem;
}

#sidebar h5{
  margin: 0
}

/* ---------------------------------------------------
CONTENT STYLE
----------------------------------------------------- */

#content {
  width: 100%;
  min-height: 100vh;
  transition: all 0.3s;
}

/* ---------------------------------------------------
MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
  #sidebar {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
    margin-left: -80px !important;
  }
  .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  #sidebar.active-sm {
    margin-left: 0 !important;
  }
  #sidebar .sidebar-header h3,
  #sidebar .CTAs {
    display: none;
  }
  #sidebar .sidebar-header strong {
    display: block;
  }
  #sidebar ul li a {
    padding: 20px 10px;
  }
  #sidebar ul li a span {
  }
  #sidebar ul li a i {
    margin-right: 0;
    display: block;
  }
  #sidebar ul ul a {
    padding: 10px !important;
  }
  #sidebar ul li a i {
    font-size: 1.3em;
  }
  #sidebar {
    margin-left: 0;
  }
  #sidebarCollapse span {
    display: none;
  }
}

/* ------- LOGIN ---------*/
.login_wrapper {
	right: 0px;
	margin: 0px auto;
	margin-top: 5%;
	max-width: 500px;
	position: relative;
}

.login_content .title_container{
  position: relative;
}

.login_content h3{
  text-align: center;
}

.login_content h3::before {
	left: 0;
}

.login_content h3::before, .login_content h3::after {
	background: #212529;
	content: "";
	height: 1px;
	position: absolute;
	top: 0.8rem;
	width: 20%;
}

.login_content h3::after {
	right: 0;
}

.login_content .social-login{
    margin:0 auto;
    margin-bottom: 3rem;
}


/*  FOOTER */
footer {
  background: #fff;
  padding: 15px 20px;
  display: block;
}

.nav-sm footer {
  margin-left: 70px;
}

h4.form_section {
  font-size:1.2rem;
  background-color: #ee266b;
  color: #fff;
  line-height: 30px;
  padding-left: 30px;
}

/** Switchery **/
.switchery {
  width: 48px;
  height: 25px;
}

.switchery > small {
  width: 25px;
  height: 25px;
}

/** /Switchery **/


/* tables */
.th_fixed_width {
  width: 40px !important;
}

.th_fixed_256{
  width: 256px !important;
}

td {
  padding: 4px !important;
}

.filterhead select{
  width: 100%
}

ul.quick-list {
	height: 160px;
	overflow: auto;
	width: 100%;
	border: 1px solid #ccc;
}

ul.quick-list li {
  list-style: none;
	padding-left: 10px;
	list-style: none;
	margin: 0;
	padding-bottom: 6px;
	padding-top: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
/* tables */

/* BUTTONS */
.buttonDisabled {
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .open > .dropdown-toggle.btn-dark {
  background-color: #4f5b69;
}

.btn-primary, btn-primary.disabled, .btn-primary:disabled {
  background-color:#ee266b;
  border-color:#ff0057;
  cursor: default;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary, .show>.btn-primary.dropdown-toggle{
  background-color: #e2145b;
  border-color:#ff0057;
}

.btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary, .show>.btn-primary.dropdown-toggle{
  box-shadow: 0 0 0 0.2rem rgba( 255, 192, 203, .5 );
}

/* BUTTONS */

/* Progress Bar */
.bg-primary {
  background-color:#ee266b !important;
}
/* Progress Bar */


/* FORM */
.form-control{
	font-size: 0.90rem;
}

select.form-control[multiple], select.form-control[size] {
	height: 160px;
}

.form-group label{
  font-weight: bold;
  line-height: 1rem;
}


/* FORM */

/* *********  form tags input  **************************** */
.tagsinput {
  border: 1px solid #CCC;
  background: #FFF;
  padding: 6px 6px 0;
  width: 300px;
overflow-y: auto; }

span.tag {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: block;
  float: left;
  padding: 5px 9px;
  text-decoration: none;
  background: #ee266b;
  color: #fff;
  margin-right: 5px;
  font-weight: 500;
  margin-bottom: 5px;
font-family: helvetica; }

span.tag a {
color: #F1F6F7 !important; }

.tagsinput span.tag a {
  font-weight: bold;
  color: #82ad2b;
  text-decoration: none;
font-size: 11px;
display:none}

.tagsinput input {
  width: 80px;
  margin: 0px;
  font-family: helvetica;
  font-size: 13px;
  border: 1px solid transparent;
  padding: 3px;
  background: transparent;
  color: #000;
outline: 0px; }

.tagsinput div {
  display: block;
float: left; }

.tags_clear {
  clear: both;
  width: 100%;
height: 0px; }

.not_valid {
  background: #FBD8DB !important;
color: #90111A !important; }

/* *********  /form tags input  **************************** */


/* *********  messages and email  **************************** */

#msgDropdown{
	background-color: #f5f6f8;
}

#msgDropdown ul{
  max-height: 80vh;
  overflow:auto;
}

@media (min-width: 768px) {
  #msgDropdown {
    width: 500px !important;  /* change the number to whatever that you need */
  }
}

#msgIcon{
  position: relative;
}

#msgDropdown .info-container{
  cursor: pointer
}

.btn-delete-mail {
	position: absolute;
	top: 8px;
	right: 5px;
	width: 20px;
	height: 20px;
	background: unset;
	border: unset;
	color: #dc3545;
	text-align: center;
	cursor: pointer;
	z-index: 10;
}

.badge {
  font-size:0.6rem;
  font-weight: 400;
  position: absolute;
  right: -6px;
  top: -6px;
  background-color: #ee266b;
  border-color: #ff0057;
  color: #fff;
  border-radius: 50%;
}

.preserve-text {
  white-space: pre;
}

/* *********  /messages and email  **************************** */

.popover-header{
	font-size: 0.90rem;
	font-weight: bold;
	text-align: center;
}
/* *********  end messages and email  **************************** */


/* *********  jsoneditor **************************** */
h3.card-title{
	font-size: 1.2rem;
	background-color: #ee266b;
	color: #fff;
	line-height: 30px;
	padding-left: 30px;
  width:98%;
}
/* *********  end jsoneditor  **************************** */


/* *********  popup customization ************************ */
.popupModal{
  background: none repeat scroll 0 0 #000000;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: fixed;
  top: 0;
  width: 100%;
}

.modal-header{
  color: #fff;
  background-color: #ee266b;
}
/* *********  end popup customization ************************ */
