.full-width-input{
  text-align: center;
  padding:5px;
  font-size:20px;
  width:100%;
}


.semi-black-background-full-body{
  background-color: #00000091;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  min-height: 100vh;
  width: 100vw;
  content: "";
  z-index: -2;
}

.shadow-slim{
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.31) 0px 0px 1px;border: 0px;
}

.shadow-medium{
  -webkit-box-shadow: 5px 5px 43px 6px rgba(179,179,179,1);
-moz-box-shadow: 5px 5px 43px 6px rgba(179,179,179,1);
box-shadow: 5px 5px 43px 6px rgba(179,179,179,1);
}

.al-tab{
  display:flex;
  overflow-x: auto;
}

.al-tab-item{
  text-align: center;
  border-bottom: 2px solid white;
  padding: 5px;
  cursor: pointer;
  white-space: nowrap;
}

.al-tab-item:hover{
  background-color: rgb(16, 164, 213,0.1);
}

.al-tab-item.active{
  border-bottom: 2px solid #0c80a6;
  color: #0c80a6;
  background-color: rgb(16, 164, 213,0.1);

}

@keyframes fade-in {
  from{opacity: 0}
  to{opacity: 1}
}



.al-tab-content-item{
  /* padding: 5px; */
  display: none;
}

.al-tab-content-item.active{
  display: block;
  /* animation-name: fade-in;
  animation-duration: 2s; */
}


.al-card{
  background-color:white;
  border-radius:2px;
  cursor: pointer;
  padding: 10px;
}

.al-card:hover
{
  background-color: #F1F3F4;
}

.al-card-transparent{
  border-radius:2px;
  cursor: pointer;
  padding: 10px;
}

.position-absolute-right-top{
  position:absolute;
  top:0px;
  right:0px;
}

.center-header-color-white{
  text-align:center;
  font-family: 'Montserrat', sans-serif;
  padding-top:10px;
  color:white;
}

.color-light-chocolate{
  color:#A51C30;
}
.color-light-1-chocolate{
  color: #c4213a;
}
.color-firoza{
  color: #0c80a6;
}

.color-dark-yellow{
  color:#e6b800;
}

.al-row{
  display:flex;
  flex-wrap:wrap;
  flex-direction:row;
  justify-content:space-around;
}

.divider-light-chocolate{
  width:0px;
  margin: 15px 0px;
  border-left: 2px solid #A51C30;
}

.w-50{
  width: 50%;
}

.w-33{
  width: 33%;
}

.w-25{
  width: 25%;
}

.w-20{
  width: 20%;
}

.ripple {
  background-position: center;
  transition: background 0.8s;
}
.ripple:hover {
  background: radial-gradient(circle, transparent 1%, #f4f5f7 1%) center/15000%;
}
.ripple:active {
  /* background-color: #6eb9f7; */
  background-size: 100%;
  transition: background 0s;
}

.al-modal-dropdown-btn{

}

.al-modal-dropdown-content{
  visibility: hidden;
  transition: visibility .5s;
}

.al-modal-dropdown-content-body{
  max-height: calc(100vh - 185px);
  overflow-x: hidden;
  overflow-y: auto;
}

.animate-hide-height-width{
  visibility: hidden;
  -webkit-animation : animate_hide_height_width;
  -webkit-animation-duration : .5s;
  animation: animate_hide_height_width;
  animation-duration: .5s;
}

.animate-show-height-width{
  visibility: visible;
  -webkit-animation : animate_show_height_width;
  -webkit-animation-duration : .5s;
  animation: animate_show_height_width;
  animation-duration: .5s;
}

@-webkit-keyframes animate_show_height_width {
  0%   {top:-200px}
  100% {top:0px;}
}

@keyframes animate_show_height_width{
  0%   {top:-200px}
  100% {top:0px;}
}

@-webkit-keyframes animate_hide_height_width {
  0%   {top:-200px}
  100% {top:0px;}
}

@keyframes animate_hide_height_width{
  0% {top:0px;}
  100%   {top:-200px}
}

.new-button{
  cursor: pointer;
  background-color: white;
  color: #737373;
  padding: 2px 15px;
  border-radius:5px;
}

.new-button-text{
  display:inline-flex;
  align-items:center;
  padding-top: 5px;
  padding-right: 7px;
}

.new-button-text::before{
  background-image: url('../assets/plus_icon_orange.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  content: '';
  display: block;
  height: 24px;
  min-width: 40px;
}

.animate-hide-height-width-top-10{
  visibility: hidden;
  -webkit-animation : animate_hide_height_width;
  -webkit-animation-duration : .5s;
  animation: animate_hide_height_width_top_10;
  animation-duration: .5s;
}

.animate-show-height-width-top-10{
  visibility: visible;
  -webkit-animation : animate_show_height_width;
  -webkit-animation-duration : .5s;
  animation: animate_show_height_width_top_10;
  animation-duration: .5s;
}

@-webkit-keyframes animate_show_height_width_top_10 {
  0%   {top:-200px}
  100% {top:10px;}
}

@keyframes animate_show_height_width_top_10{
  0%   {top:-200px}
  100% {top:10px;}
}

@-webkit-keyframes animate_hide_height_width_top_10 {
  0%   {top:-200px}
  100% {top:10px;}
}

@keyframes animate_hide_height_width_top_10{
  0% {top:10px;}
  100%   {top:-200px}
}

.animate-hide-height-width-top-65{
  visibility: hidden;
  -webkit-animation : animate_hide_height_width;
  -webkit-animation-duration : .5s;
  animation: animate_hide_height_width_top_65;
  animation-duration: .5s;
}

.animate-show-height-width-top-65{
  visibility: visible;
  -webkit-animation : animate_show_height_width;
  -webkit-animation-duration : .5s;
  animation: animate_show_height_width_top_65;
  animation-duration: .5s;
}

@-webkit-keyframes animate_show_height_width_top_65 {
  0%   {top:-200px}
  100% {top:65px;}
}

@keyframes animate_show_height_width_top_65{
  0%   {top:-200px}
  100% {top:65px;}
}

@-webkit-keyframes animate_hide_height_width_top_65 {
  0%   {top:-200px}
  100% {top:65px;}
}

@keyframes animate_hide_height_width_top_65{
  0% {top:65px;}
  100%   {top:-200px}
}

.al-md-fixed{
  width:calc(100vw - 300px);
  z-index: 1;
  position:fixed;
  padding:10px;
  border-radius:1px;
  right:10px;
  top:65px;
}

.al-md-header{
  display: flex;
  height: 50px;
  background-color: #f1f3f5;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.pagination_arrow{
  margin: 0px 5px;
  padding: 8px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  height: 33px;
  width: 30px;
  padding-left: 10px;
  cursor: pointer;
}

.pagination_arrow:hover{
  background-color: rgba(255,255,255,0.2);
}

.specific-filter-div{
  z-index: 1;
  position:absolute;
  background-color:white;
  padding:10px;
  border-radius:1px;
  top:10px;
  left:35px;
}

.al-select-with-search{
  border: none;
      border-bottom: 2px solid #10a4d5;
}

.al-select-with-search:focus{
outline: unset;
}

.text-on-border{
    margin-top: -10px;
    background-color: white;
    left: 12px;
    position: relative;
    padding-left: 10px;
}

.al-row{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

/* The container */
.al-checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  /* margin-bottom: 12px; */
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.al-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ccc;

}

/* On mouse-over, add a grey background color */
.al-checkbox-container:hover input ~ .checkmark {
  /* background-color: #ccc; */
  background-color: #eee;
  border: 1px solid #2196F3;
}

/* When the checkbox is checked, add a blue background */
.al-checkbox-container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.al-checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.al-checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.al-checkbox-container
{
  margin-bottom: unset;
}

/* override bootstrap column css */
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7,
.col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4,
.col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 5px;
    padding-left: 5px;
}

.table_action_save{
  display: none;
}

.table_container_div{
  margin:15px 5px;
  /* background-color:rgba(255, 255, 255, 0.90); */
}
.table_container_div h5{
  background-color:rgba(255, 255, 255, 0.90);
  margin-bottom: unset;
}

.table_container_div tbody tr select{
  display: none;
}

.table_container_div tbody tr input{
  display: none;
}

.table_container_div tbody tr textarea{
  display: none;
}

.al-menu-ul{
  list-style-type: none;
  padding-left: unset;
}

.w3-dropbtn {
  background-color: #10A4D5;
  color: white;
  padding: 10px 60px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.w3-dropdown {
  position: relative;
  display: inline-block;
}

.w3-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.w3-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.w3-dropdown-content a:hover {background-color: #f1f1f1}

.w3-dropdown:hover .w3-dropdown-content {
  display: block;
}

.w3-dropdown:hover .w3-dropbtn {
  background-color: #10A4D5;
}

@media only screen and (max-width: 790px) {
  .al-md-fixed{
    width:calc(100vw - 20px);
  }
}

.al-btn{
  padding: 5px 40px;
  background-color: white;
  cursor: pointer;
  border-radius: 2px;
}

.al-btn:focus{
  outline: 2px auto -webkit-focus-ring-color;
}

.al-btn-info{
  background-color: #10A4D5;
  color: white;
  border-color: #0e92be;
  border-style: solid;
  border-width: 1px;
}

.al-btn-info:hover{
  background-color: white;
  color: #0e92be;
}

.al-arrow-down-black
{
  width: 0px;
  height: 0px;
  border-top: 5px solid black;
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
}

.al-drawer-full-width{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  min-height: 100vh;
  z-index: 15;
  visibility: hidden;
  transition: visibility .5s;
}

.al-drawer-full-width.show{
  visibility: visible;
  -webkit-animation-name: al_full_width_drawer_animation; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: .5s; /* Safari 4.0 - 8.0 */
  animation-name: al_full_width_drawer_animation;
  animation-duration: .5s;
}

@-webkit-keyframes al_full_width_drawer_animation {
  0%   {top: -100vh;opacity: 0;}
  100% {top: 0px;opacity: 1;}
}

@keyframes al_full_width_drawer_animation {
  0%   {top: -100vh;opacity: 0;}
  100% {top: 0px;opacity: 1;}
}

.al-drawer-full-width.hide{
  visibility: hidden;
  -webkit-animation-name: al_full_width_drawer_hide_animation;
  -webkit-animation-duration: .5;
  animation-name: al_full_width_drawer_hide_animation;
  animation-duration: .5s;
}

@-webkit-keyframes al_full_width_drawer_hide_animation {
  100%   {top: -100vh;opacity: 0;}
  0% {top: 0px;opacity: 1;}
}

@keyframes al_full_width_drawer_hide_animation {
  100%   {top: -100vh;opacity: 0;}
  0% {top: 0px;opacity: 1;}
}

.notification_indicator{
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #10a4d5;
  color: white;
  text-align: center;
}

.notification_indicator.hide{
  display: none;
}



  .al-collapsible-item{
    position: relative;
    padding: 10PX 5px;
    margin: 2px;
  }

  .al-collapsible-collapse-btn
  {
    cursor: pointer;
    z-index: 2;
  }

  .al-collapsible-collapse::before{
    content: "-";
  }

  .al-collapsible-collapse{
    position: absolute;
    visibility: hidden;
    transition: visibility 1s;
    z-index: -1;
    bottom: 0px;
    padding: 5px 5px 5px 15px;
  }

  .al-collapsible-collapse.show{
    visibility: visible;
    position: static;
    animation-name: opacity_animation;
    animation-duration: 1s;
  }

  @keyframes opacity_animation {
    0%   {opacity: 0}
    100%{opacity: 1}
  }

  .al-collapsible-collapse.hide{
    visibility: hidden;
    position: absolute;
    animation-name: opacity_animation_hide;
    animation-duration: 1s;
  }

  @keyframes opacity_animation_hide {
    0%   {top:0px;opacity: 1}
    100%{top:-50px;opacity: 0}
  }

  
