/*
██████╗░██████╗░░█████╗░░░░░░██╗███████╗░█████╗░████████╗  ██████╗░███████╗██╗░░░░░░█████╗░████████╗███████╗██████╗░
██╔══██╗██╔══██╗██╔══██╗░░░░░██║██╔════╝██╔══██╗╚══██╔══╝  ██╔══██╗██╔════╝██║░░░░░██╔══██╗╚══██╔══╝██╔════╝██╔══██╗
██████╔╝██████╔╝██║░░██║░░░░░██║█████╗░░██║░░╚═╝░░░██║░░░  ██████╔╝█████╗░░██║░░░░░███████║░░░██║░░░█████╗░░██║░░██║ 
██╔═══╝░██╔══██╗██║░░██║██╗░░██║██╔══╝░░██║░░██╗░░░██║░░░  ██╔══██╗██╔══╝░░██║░░░░░██╔══██║░░░██║░░░██╔══╝░░██║░░██║
██║░░░░░██║░░██║╚█████╔╝╚█████╔╝███████╗╚█████╔╝░░░██║░░░  ██║░░██║███████╗███████╗██║░░██║░░░██║░░░███████╗██████╔╝
╚═╝░░░░░╚═╝░░╚═╝░╚════╝░░╚════╝░╚══════╝░╚════╝░░░░╚═╝░░░  ╚═╝░░╚═╝╚══════╝╚══════╝╚═╝░░╚═╝░░░╚═╝░░░╚══════╝╚═════╝░
*/

/* 
    to be defined
*/
.loader-roller-block
{
    position: relative;
    margin: 0 auto;
    text-align: center;
}

div.offcanvas
{
    overflow: auto;
}

/*
░█████╗░░█████╗░███╗░░░███╗███╗░░░███╗░█████╗░███╗░░██╗  ██╗░░░░░██╗██████╗░██████╗░░█████╗░██████╗░██╗░░░██╗
██╔══██╗██╔══██╗████╗░████║████╗░████║██╔══██╗████╗░██║  ██║░░░░░██║██╔══██╗██╔══██╗██╔══██╗██╔══██╗╚██╗░██╔╝
██║░░╚═╝██║░░██║██╔████╔██║██╔████╔██║██║░░██║██╔██╗██║  ██║░░░░░██║██████╦╝██████╔╝███████║██████╔╝░╚████╔╝░
██║░░██╗██║░░██║██║╚██╔╝██║██║╚██╔╝██║██║░░██║██║╚████║  ██║░░░░░██║██╔══██╗██╔══██╗██╔══██║██╔══██╗░░╚██╔╝░░
╚█████╔╝╚█████╔╝██║░╚═╝░██║██║░╚═╝░██║╚█████╔╝██║░╚███║  ███████╗██║██████╦╝██║░░██║██║░░██║██║░░██║░░░██║░░░
░╚════╝░░╚════╝░╚═╝░░░░░╚═╝╚═╝░░░░░╚═╝░╚════╝░╚═╝░░╚══╝  ╚══════╝╚═╝╚═════╝░╚═╝░░╚═╝╚═╝░░╚═╝╚═╝░░╚═╝░░░╚═╝░░░
*/

/*
██╗░░░░░░█████╗░░█████╗░██████╗░██╗███╗░░██╗░██████╗░
██║░░░░░██╔══██╗██╔══██╗██╔══██╗██║████╗░██║██╔════╝░
██║░░░░░██║░░██║███████║██║░░██║██║██╔██╗██║██║░░██╗░
██║░░░░░██║░░██║██╔══██║██║░░██║██║██║╚████║██║░░╚██╗
███████╗╚█████╔╝██║░░██║██████╔╝██║██║░╚███║╚██████╔╝
╚══════╝░╚════╝░╚═╝░░╚═╝╚═════╝░╚═╝╚═╝░░╚══╝░╚═════╝░
*/
.loader-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .loader-roller div {
    animation: loader-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
  }
  .loader-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #111111;
    margin: -4px 0 0 -4px;
  }
  .loader-roller div:nth-child(1) {
    animation-delay: -0.036s;
  }
  .loader-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
  }
  .loader-roller div:nth-child(2) {
    animation-delay: -0.072s;
  }
  .loader-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
  }
  .loader-roller div:nth-child(3) {
    animation-delay: -0.108s;
  }
  .loader-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
  }
  .loader-roller div:nth-child(4) {
    animation-delay: -0.144s;
  }
  .loader-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
  }
  .loader-roller div:nth-child(5) {
    animation-delay: -0.18s;
  }
  .loader-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
  }
  .loader-roller div:nth-child(6) {
    animation-delay: -0.216s;
  }
  .loader-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
  }
  .loader-roller div:nth-child(7) {
    animation-delay: -0.252s;
  }
  .loader-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
  }
  .loader-roller div:nth-child(8) {
    animation-delay: -0.288s;
  }
  .loader-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
  }
  @keyframes loader-roller {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
/* pop-ups */

div#ysed_background_canvas
{
  width: 100% !important;
}

div.backofficePopoups {
  border-radius: 20px;
  overflow: hidden;
}

/* forms in pop-ups */
.modal-content form {
  display: contents;
}
.modal-content pre
{
  display: contents;
}

/* tables with smaller fonts */
table.tablemanycolumns th, table.tablemanycolumns td
{
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
table.tablemanycolumns .btn
{
  font-size: 13px;
  padding: 4px 8px;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 3px;
}

/* frameworkless styles */    
/* Fields */
.fv_field
{
    padding: 3px 6px;
    font-size: 13px;
    font-weight: 400;
    background-clip: padding-box;
    border-style: solid;
    border-radius: 4px;
    border-width: 1px;
    border-color: #CCCCCC;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.fv_field_sm
{
    padding: 2px 4px;
    font-size: 10px;
    font-weight: 400;
    background-clip: padding-box;
    border-style: solid;
    border-radius: 4px;
    border-width: 1px;
    border-color: #CCCCCC;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-group label
{
  text-transform: none;
  font-size: 15px;
}

table.manyrows
{
  width: 100%
}

table.manyrows td
{
  font-size: .755rem;
  color: rgba(35,28,99,.7);
  font-weight: 500;  
}

.btn-vsm
{
  padding: 2px 4px;
  font-size: 12px;
}

/* DASHBOARD */
.card.card-statistic .card-title-smaller {
  text-transform: none;
  color: #fff;
  letter-spacing: .8px;
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom: 0;
  margin-top: 5px;
}

.stdwhitechart
{
  background: #FFFFFFDD;
  width: 95%;
  margin: 0 auto 20px auto;
  padding: 15px 10px;
  border-radius: 7px;
  border: 1px solid #CCCCCC;
}

.stdwhitechart100
{
  background: #FFFFFFDD;
  width: 100%;
  margin: 0 auto 20px auto;
  padding: 15px 10px;
  border-radius: 7px;
  border: 1px solid #CCCCCC;
}

/* logs */
div.dateRibbon
{
	position: relative;
	background: #FFFFFF;
	border-bottom: 4px solid #CCCCCC;
	height: 135px;
}
div.logEventArea
{
	position: relative;
	width: 100%;
	overflow: auto;
}
div.singleDate
{
	position: relative;
	display: block;
	padding-top: 30px;
	width: 12%;
	height: 122px;
	text-align: center;
	border: 1px solid #FFFFFF;
	background: #EFEFEF;
	margin: 3px;
	float: left;
}
div.previousWeek, div.nextWeek
{
	position: relative;
	display: block;
	padding-top: 40px;
  padding-left: 4px;
  padding-right: 4px;
	height: 118px;
	text-align: center;
	border: 1px solid #EFEFEF;
	margin: 3px;
	font-weight: bold;
  background-color: #DDDDDD;
	color: #FFFFFF;
}
div.previousWeek
{
	float: left;
}
div.nextWeek
{
	float: right;
}

/* editing areas - CK Editor 5 */
div.tox-promotion
{
  display: none !important;
}
span.tox-statusbar__branding
{
  display: none !important;
}

/* menu adjustments */
.sidebar-wrapper .menu .submenu li a
{
  padding: 0.7rem 1.8rem;
}
.sidebar-wrapper .menu .submenu li.activeoption a
{
  font-weight: bold;
  color: #0d6efd;
}

/* message preview styles */
span.message_preview_field_delimiter {
  display: inline-block;
  background: #EEEEEE;
  margin-right: 5px;
  border: 1px solid #CCCCCC;
  padding: 2px 6px;
  margin-bottom: 3px;
  min-width: 75px;
  text-align: right;
}

div.message_preview_body span.message_preview_field_delimiter {
  display: block;
  margin-right: 0px;
  text-align: center;
}

form.setpasswordform .fv_fieldlabel_labelspan
{
  font-size: 0.9rem;
}

/* report cards */
.card h1.card-title
{
  font-size: 4em;
}

div.session-expired
{
  text-align: center;
}

/* password complexity viewer */
div.fv_fieldlabel_password_complexity_viewer
{
	display: block;
	width: 100%;
	height: 12px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 2px
}
div.fv_fieldlabel_password_complexity_viewer_progress_bar
{
	display: block;
	width: 0%;
	height: 6px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;	
	transition: width 2s, height 4s;
}
div.fv_fieldlabel_description
{
  font-size: 0.8rem;
}

/* sidebar styles */
div.sidebar-wrapper
{
  background: transparent;
}
div.sidebar-wallpaper
{
  width: 260px;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 10;  
  background-image: url(../assets/dashboard/images/background/auth.jpg);
  opacity: 0.5;
}

/* font adjustments */
div.main-content *
{
  /*font-family: Arial, Helvetica, sans-serif; */
  font: normal 12px arial, verdana, sans-serif;
}

.card-header.bg-gradient-secondary, .card-header.bg-gradient-danger
{
  border-bottom: 3px solid;
}


/* title backgrounds */
.bg-gradient-secondary
{
	background-color: #444444;
	border-bottom: 3px solid #1A1A1A;
}
.bg-gradient-danger 
{
	background-color: #990000;
	border-bottom: 3px solid #FF6060;
}
.bg-gradient-secondary h6, .bg-gradient-danger h6
{
	font-weight: bold;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
a.dropdown-item
{
  cursor: pointer;  
}