@import "btn-colors.css";

@font-face {
  font-family: 'OpenSans-Regular';
  src: url('/fonts/OpenSans/OpenSans-Regular.eot');
  src: local('Open Sans Regular'), local('/fonts/OpenSans/OpenSans-Regular'),
  url('/fonts/OpenSans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
  url('/fonts/OpenSans/OpenSans-Regular.woff') format('woff'),
  url('/fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Bold';
  src: url('/fonts/OpenSans/OpenSans-Bold.eot');
  src: local('Open Sans Bold'), local('/fonts/OpenSans/OpenSans-Bold'),
  url('/fonts/OpenSans/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
  url('/fonts/OpenSans/OpenSans-Bold.woff') format('woff'),
  url('/fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Inter-Regular';
  src: local('Inter Regular'), local('/fonts/Inter/Inter-Regular'),
  url('/fonts/Inter/Inter-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

:root {
  --input-bg: 244, 246, 249;
  --orange: 227, 164, 37;
  --orange-light: 246, 227, 184;
  --blue: 103, 187, 217;
  --blue-light: 239, 247, 249;
  --green-light: 215, 236, 216;
  --black: 37, 39, 51;
  --gray: 143, 143, 143;
}

/* .c-dashboard
******************************************************/
.c-dashboard{
  min-height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  background-image: url(/images/logo_big.png);
}

body{
  font-family: OpenSans-Regular;
  color: rgb(var(--black))!important;
}

body, html{
  height: 100%;
  font-size: 13px;
}

.pw-1200{
  width: 100%;
  max-width: 1200px;
}

.disable{
  opacity: .6;
}

.wrapper{
  display: flex;
  width: 100%;
  min-height: 100%;
}
.wrapper > .cont-coll-left{
  /* width: 200px; */
  flex: 0 0 240px;
  /* background-color: red; */
}
.wrapper > .cont-coll-right{
  /* width: 200px; */
  flex: 1;
  background-color: rgb(var(--blue-light));
  display: flex;
  flex-direction: column;
}
.wrapper > .cont-coll-right .content{
  flex: 1;
}
.wrapper.left-sidebar-collapsed > .cont-coll-left{
  flex: 0 0 130px;
}
.list-reset{
  margin: 0px;
  padding: 0px;
}
.list-reset li{
  list-style: none;
}

.step-content{
  padding-top: 2px;
}


/* .duration-input
*******************************************************/
.duration-input{
  position: relative;
}
.duration-input .dropdown-menu{
  padding: 6px;
}
.duration-input .dropdown-menu .hours-picker{
  padding-bottom: 6px;
}
.duration-input .dropdown-menu input{
  margin-right: 10px;
  border: 1px solid #858C94;
  border-radius: 0.25rem;
  outline: none;
}
.duration-input input.show{
  box-shadow: 0 0 0 0.25rem rgb(44 190 218 / 25%)!important;
  border: 1px solid rgb(103, 187, 217)!important;
}


/* .c-locations-create
*******************************************************/
.c-locations-create{

}
.c-locations-create .contact-details{
  border: 1px solid #DADADA;
  border-radius: 5px;
  padding: 8px 14px;
}
.c-locations-create .table-picker_wrapper{
  clear: both;
  padding-top: 20px;
}



/* Custom Tabs
*******************************************************/
.custom-tabs{
  --height: 40px;
}
.custom-tabs .nav-link{
  --border-rarius: 6px;
  padding: 0;
  height: var(--height);
  width: 130px;
  font-weight: bold;
  color: #8F8F8F;
  border-top-left-radius: var(--border-rarius);
  border-top-right-radius: var(--border-rarius);
  background-color: #f0f2f3;
  margin-right: 2px;
}
.custom-tabs .nav-link.active{
  background-color: #2CBEDA;
  color: white;
}
/* .custom-tabs{
	--height: 60px;
	height: var(--height);
	line-height: var(--height);
	padding: 0px;
	margin: 0px;
} */
/* .custom-tabs .nav-item{
	height: var(--height);
	line-height: var(--height);
	padding: 0px;
	margin: 0px;
} */



/* Custom Tabs
*******************************************************/
/* .tab-content{
	
} */



/* Left Sidebar 
*******************************************************/
.left-sidebar{
  display: flex;
  flex-direction: column;
  /* background-color: blue; */
  height: 100%;
}
.left-sidebar .header{
  /* --height: 110px; */
  /* height: var(--height); */
  /* background-color: blue; */
  background-image: url(/images/logo_menu.png);
  background-repeat: no-repeat;
  background-size: 180px;
  background-position: center;
  flex: 0 0 110px;
  /* border-bottom: 2px solid rgb(222, 242, 248); */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left-sidebar .header .logo{
  width: 90%;
  height: 70%;
  /* background-color: blue; */
}
.wrapper.left-sidebar-collapsed .left-sidebar .header{
  background-image: url(/images/favicon.png);
  /* background-size: 80px; */
  background-size: 50%;
}
.left-sidebar .header a.btn-toggle{
  border: 0px;
  display: block;
  background-image: url(/images/left-sidebar-toggle-2.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 36px;
  /* background: url(/images/menu_toggle_collapse.png) no-repeat; */
  width: 32px;
  height: 47px;
  position: absolute;
  bottom: -8px;
  right: 0px;
  cursor: pointer;
}
.wrapper.left-sidebar-collapsed .left-sidebar .header a.btn-toggle{
  background-position: center top;
}
.left-sidebar .body{
  flex: 1;
  border-top: 2px solid rgb(222, 242, 248);
  border-right: 2px solid rgb(219, 226, 227);
}
.left-sidebar .body .navv{
  /* background-color: blue; */
  margin-left: 10px;
}
.wrapper.left-sidebar-collapsed .left-sidebar .body .navv{
  margin-left: 0px;
  margin-right: 10px;
}
.left-sidebar .body .navv a{
  font-weight: bold;
  font-size: 14px;
  padding: 10px 0px;
  /* line-height: 1em!important; */
}
.left-sidebar .body .navv a:hover{
  text-decoration: underline;
}
/* .left-sidebar .body .navv a:hover{
  text-decoration: underline;
} */
/* .left-sidebar .body .navv li:hover > a{
  text-decoration: underline;
} */
.left-sidebar .body .navv ul{
  margin: 0px;
  padding: 0px;
}
.left-sidebar .body .navv li{
  list-style: none;
}
.left-sidebar .body .navv > ul{
  width: 100%;
  max-width: 200px;
  margin: auto;
}
.left-sidebar .body .navv > ul ul{
  display: none;
}
.left-sidebar .body .navv > ul li.drop-down-in > ul{
  display: block;
}
.left-sidebar .body .navv > ul > li{
  padding-top: 6px;
  position: relative;
}
.left-sidebar .body .navv > ul > li > a{
  /* background-color: red; */
  /* --height: 40px; */
  display: block;
  width: 100%;
  /* height: var(--height); */
  line-height: 14px;
  /* line-height: var(--height); */
  line-height: 1em!important;
  text-decoration: none;
  color: rgb(192, 192, 193);
  /* padding: 0px; */
  padding-left: 34px;
  background-repeat: no-repeat;
  background-size: 20px;
  /* background-position: 11px 50%; */
  background-position: 7px 3px;
  /* background-position: 11px -30px; */
  /* padding-top: 10px; */
}
.wrapper.left-sidebar-collapsed .left-sidebar .body .navv > ul > li > a{
  padding-left: 0px;
  text-align: center;
  padding-top: 30px;
  /* height: auto; */
  background-position: center 4px;
}
.left-sidebar .body .navv > ul > li.active > a{
  background-color: rgb(44, 190, 218);
  color: white;
  border-radius: 5px;
  background-position: 7px -27px;
}
.wrapper.left-sidebar-collapsed .left-sidebar .body .navv > ul > li.active > a{
  border-radius: 0px 5px 5px 0px;
  background-position: center -30px;
}
.wrapper.left-sidebar-collapsed .left-sidebar .body .navv > ul ul{
  display: none!important;
}
.left-sidebar .body .navv > ul > li.drop-down > a::after{
  --size: 16px;
  content: '';
  width: var(--size);
  height: var(--size);
  position: absolute;
  top: 15px;
  right: 10px;
  background-color: rgb(177, 177, 177);
  border-radius: 50%;
  background-image: url("/images/chevron-white.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  cursor: pointer;
}
.left-sidebar .body .navv > ul > li.active.drop-down > a::after{
  background-color: white;
  background-image: url("/images/chevron-orange.png");
}
.left-sidebar .body .navv > ul > li.drop-down.drop-down-in > a::after{
  background-position: center top;
}
.wrapper.left-sidebar-collapsed .left-sidebar .body .navv > ul > li > a::after{
  display: none;
}
.left-sidebar .body .navv > ul > li.dashboard-item > a{
  /* background-image: url("/images/dashboard_menu.png"); */
  background-image: url("/images/dashboard-ico.png");
}
.left-sidebar .body .navv > ul > li.base_data-item > a{
  /* background-image: url("/images/stammdaten_menu.png"); */
  background-image: url("/images/validation-ico.png");
  /* background-image: url("/images/base_data-ico.png"); */
}
.left-sidebar .body .navv > ul > li.validation-item > a{
  /* background-image: url("/images/verified_user_menu.png"); */
  background-image: url("/images/options-ico.png");
}
.left-sidebar .body .navv > ul > li.users-item > a{
  background-image: url("/images/users-ico-2.png");
}
.left-sidebar .body .navv > ul > li.account-data-item > a{
  background-image: url("/images/user-shade-ico.png");
}
.left-sidebar .body .navv > ul > li.settings-item > a{
  /* background-image: url("/images/options_menu.png"); */
  background-image: url("/images/base_data-ico.png");
}
/* .left-sidebar .body .navv > ul > li > ul{
  
} */
.left-sidebar .body .navv > ul > li > ul{
  /* padding-left: 44px; */
  padding-left: 30px;
}
.left-sidebar .body .navv > ul ul > li{
  padding-top: 6px;
}
.left-sidebar .body .navv > ul > li > ul > li{
  position: relative;
}
.left-sidebar .body .navv > ul > li > ul > li.drop-down > a::after{
  --size: 16px;
  content: '';
  width: var(--size);
  height: var(--size);
  position: absolute;
  top: 14px;
  right: 10px;
  background-image: url("/images/chevron-black.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  cursor: pointer;
}
.left-sidebar .body .navv > ul > li > ul > li.drop-down.drop-down-in > a::after{
  background-position: center top;
}
.left-sidebar .body .navv > ul ul > li > a{
  display: block;
  /* background-color: red; */
  width: 100%;
  /* height: 40px; */
  /* line-height: 40px; */
  text-decoration: none;
  color: rgb(102, 102, 102);
  padding: 4px 0px;
}
.left-sidebar .body .navv > ul > li > ul > li > ul{
  margin-top: 6px;
}
.left-sidebar .body .navv > ul > li > ul > li > ul > li{
  padding: 0px;
}
.left-sidebar .body .navv > ul > li > ul > li > ul > li > a{
  display: block;
  /* border-left: 3px solid rgb(229, 229, 229); */
  border-left: 3px solid rgb(255, 255, 255);
  /* padding: 5px 0px 5px 10px; */
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  /* background-color: red; */
}
.left-sidebar .body .navv > ul > li > ul > li > ul > li.active > a{
  border-color: rgb(44, 190, 218);
}

.left-sidebar .body .help{
  /* background-color: azure; */
  text-align: center;
  line-height: .4em;
  padding: 40px 0px;
}
.wrapper.left-sidebar-collapsed .left-sidebar .body .help{
  padding: 20px 0px;
}
.left-sidebar .body .help a{
  display: block;
  width: 111px;
  height: 117px;
  /* background-color: red; */
  margin: auto;
  background-image: url("/images/help.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.wrapper.left-sidebar-collapsed .left-sidebar .body .help a{
  width: 90px;
  height: 96px;
}
.left-sidebar .body .help h6{
  font-size: 14px;
  font-weight: bold;
  color: rgb(45, 55, 72);
  position: relative;
  top: -10px;
}
.left-sidebar .body .help span{
  font-size: 12px;
  color: rgb(113, 128, 150);
  position: relative;
  top: -12px;
}
.wrapper.left-sidebar-collapsed .left-sidebar .body .help span{
  padding: 0px 4px;
  line-height: 1.2em!important;
}
.left-sidebar .body .auth{
  margin-left: 10px;
}
.wrapper.left-sidebar-collapsed .left-sidebar .body .auth{
  margin-left: 0px;
}
.left-sidebar .body .auth ul{
  padding: 0px;
  margin: 0px;
  width: 100%;
  max-width: 200px;
  margin: auto;
}
.left-sidebar .body .auth ul li{
  list-style: none;
}
.left-sidebar .body .auth .log-out-btn{
  --height: 40px;
  border: none;
  background: none;
  display: block;
  width: 100%;
  height: var(--height);
  line-height: var(--height);
  text-decoration: none;
  color: rgb(44, 190, 218);
  padding-left: 44px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 11px center;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
}
.left-sidebar .body .auth ul li.log-out .log-out-btn{
  background-image: url(/images/logout.png);
}
.left-sidebar .body .auth ul li.log-out .log-out-btn:hover{
  text-decoration: underline;
}



/* Header (.cont-coll-right) */
.cont-coll-right .header{
  --height: 110px;
  height: var(--height);
  background-color: white;
  position: relative;
  display: flex;
  /* background-color: red; */
}
.cont-coll-right .header .title{
  height: var(--height);
  /* background-color: green; */
  padding: 0px 20px;
  /* position: absolute;
  left: 20px;
  top:0px; */
  /* padding-top: 34px; */
  /* line-height: 2em; */
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  flex: 1;
  /* width: 600px; */
}
.cont-coll-right .header .title .contt{
  flex: 1;
  /* width: 100%; */
  /* height: 20px; */
}
.cont-coll-right .header .title h3{
  font-size: 24px;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  padding-bottom: 14px;
}
.cont-coll-right .header .title small{
  color: #8f8f8f;
  font-size: 14px;
  line-height: 1.2em!important;
  display: inline-block;
}
.cont-coll-right .header .search{
  /* background-color: azure; */
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  width: 34%;
  max-width: 600px;
}
.cont-coll-right .header .search form{
  width: 100%;
  padding: 0px 20px;
}
.cont-coll-right .header .search form input{
  width: 100%;
  background-image: url(/images/search_icon.png);
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: 10px center;
  border-radius: 5px;
  border: none;
  outline: none;
  background-color: rgb(var(--input-bg));
  height: 44px;
  padding: 0px 10px 0px 44px;
  transition: outline-color .3s ease;
  outline: 4px solid white;
}
.cont-coll-right .header .search form input:focus{
  outline-color: rgba(var(--blue), .4);
}
.cont-coll-right .header .shop-cart{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  width: 160px;
}
.cont-coll-right .header .cart{
  --cart-size: 40px;
  height: var(--cart-size);
  width: var(--cart-size);
  background-image: url(/images/shopping_cart.png);
  background-size: 39px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: block;
}
.cont-coll-right .header .cart .quantity{
  --quantity-size: 25px;
  height: var(--quantity-size);
  width: var(--quantity-size);
  line-height: calc(var(--quantity-size) - 6px);
  border-radius: 50%;
  background-color: orange;
  text-align: center;
  position: absolute;
  top: -10px;
  right: -10px;
  border: 3px solid white;
  font-size: 10px;
  font-weight: bold;
  color: white;
}
.cont-coll-right .header .user-info{
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  padding: 0px 40px;
}
.cont-coll-right .header .contact-call{
  
}
.cont-coll-right .header .contact-call .dropdown-btn{
  display: block;
  height: 100%;
  width: 35px;
  /* background-color: red; */
  background-image: url(/images/contact-call.svg);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 20px;
}
.cont-coll-right .header .contact-call .dropdown-menu{
  width: 240px;
  margin-top: -26px!important;
  margin-left: 20px!important;
}
.cont-coll-right .header .contact-call .dropdown-menu .outer{
  font-weight: bold;
  padding: 25px 15px 15px 15px;
  text-align: center;
  position: relative;
}
.cont-coll-right .header .contact-call .dropdown-menu .outer .dropdown-close{
  color: black;
  text-decoration: none;
  position: absolute;
  top: 0px;
  right: 4px;
}
.cont-coll-right .header .contact-call .dropdown-menu .outer .phone{
  padding-top: 15px;
  font-size: 20px;
  color: #69bcda;
}
.cont-coll-right .header .user-info button.dropdown-toggle{
  --circle-size: 42px;
  border: none;
  outline: none!important;
  box-shadow: none!important;
  font-weight: bold;
  /* padding-right: 50px; */
  padding-right: 40px;
  padding-left: calc(var(--circle-size) + 15px);
  background-image: url(/images/chevron-down.png);
  background-size: 30px;
  background-repeat: no-repeat;
  /* background-position: calc(100% - 5px) center; */
  background-position: right center;
  position: relative;
}
.cont-coll-right .header .user-info button.dropdown-toggle .badge{
  position: absolute;
  top: 24px;
  left: 57px;
}
.cont-coll-right .header .user-info button.dropdown-toggle::after{
  display: none!important;
}
.cont-coll-right .header .user-info button.dropdown-toggle .circle-icon{
  width: var(--circle-size);
  height: var(--circle-size);
  background-color: rgb(var(--orange));
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: -6px;
  background-image: url(/images/user-profile.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.cont-coll-right .header .user-info .dropdown-menu{
  width: 100%;
  margin-top: 14px!important;
  box-shadow: 0px 8px 24px -4px rgba(28, 50, 79, 0.38), 0px 2px 6px -1px rgba(28, 55, 90, 0.16);
  border: 1px solid rgba(25, 59, 103, 0.05);
}
.cont-coll-right .header .user-info .dropdown-menu .dropdown-item{
  padding: 8px 16px;
}



/* Breadcrumbs
*************************************************************/
.breadcrumbs{
  padding: 20px 15px 0px 15px;
  /* font-size: 16px; */
}
.breadcrumbs .home-link{
  display: inline-block;
  height: 17px;
  /* width: 20px; */
  background-image: url(/images/home-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 4px center;
  padding-left: 30px;
}
.breadcrumbs li{
  color: rgb(var(--gray));
}
.breadcrumbs li.active{
  color: rgb(var(--gray));
}
.breadcrumbs a{
  color: rgb(var(--gray));
  text-decoration: none;
}
.breadcrumbs a:hover{
  text-decoration: underline;
}



/* Content step bar
*************************************************************/
.content-step-bar{

}
.content-step-bar ul{

}
.content-step-bar ul li{
  float: left;
  padding-right: 20px;
}
.content-step-bar.edit{
  --height: 44px;
}
.content-step-bar.edit ul{
  width: 100%;
  /* height: var(--height); */
}
.content-step-bar.edit li{
  padding-right: 2px;
}
.content-step-bar.edit .btn{
  height: var(--height);
  line-height: var(--height);
  /* padding: 0px; */
  padding: 0px 10px;
  background-color: #EFF2F3;
  border-radius: 4px 4px 0px 0px;
  /* width: 140px; */
  font-weight: bold;
  outline: none;
  box-shadow: none;
  position: relative;
}
.content-step-bar.edit .btn span.badge{
  z-index: 20;
  /* left: 0px!important; */
  /* top: 22px!important; */
  /* right: 0px!important; */
  /* margin-left: -14px; */
}
.content-step-bar.edit .btn.active{
  background-color: #2CBEDA;
  color: white;
}



/* Content wrappers
*************************************************************/
.outer-content-wrapper{
  width: 100%;
  padding: 0px 15px 15px 15px;
}
.content-wrapper{
  background-color: white;
  border-radius: 6px;
  padding: 15px 25px;
}
.content-wrapper .c-title{
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 18px;
}
.content-wrapper .c-title .action-btnns{
  padding-top: 0px;
  margin-left: 3px!important;
}
.content-wrapper .c-title .action-btnns .btn{
  padding-left: 25px!important;
  padding-right: 25px!important;
  width: auto;
  margin-right: 10px!important;
}
.content-wrapper .c-title .action-btnns .btn:first-child{
  margin-right: 0px!important;
}


.content-wrapper .c-title .form-check{
  /* width: 100%; */
  position: relative;
  text-align: left;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15)!important;
  /* float: right; */
  /* font-size: 15px; */
  /* margin-top: 7px; */
  /* background-color: red; */
  /* height: 30px; */
  /* line-height: 30px; */
  /* padding-right: 10px; */
  /* background-color: blue; */
  padding: 0px!important;
  width: 100px;
  height: 31px;
  overflow: hidden;
}
.content-wrapper .c-title .form-check .form-check-label{
  position: absolute;
  top: 0px;
  left: 0px;
  /* background-color: red; */
  width: 100%;
  height: 100%;
  padding-left: 42px;
  cursor: pointer;
}
.content-wrapper .c-title .form-check .form-group{
  width: 100%;
}
.content-wrapper .c-title .form-check input{
  --size: 20px;
  position: absolute;
  top: 1px;
  left: 28px;
  z-index: 9;
  /* margin-top: 4px;
  margin-right: 14px; */
  height: var(--size);
  width: var(--size);
  border-radius: 2px;
  background-color: rgb(219,223,228);
  border: none;
  color: green;
}
.content-wrapper .c-title .form-check input:focus{
  box-shadow: 0 0 0 0.25rem rgb(219 223 228 / 25%);
}
.content-wrapper .c-title .form-check input:checked{
  /* border: 1px solid #41B883; */
  background-color: rgb(89, 163, 75);
}
.content-wrapper .c-title .form-check input:checked:focus{
  box-shadow: 0 0 0 0.25rem rgb(89, 163, 75 / 25%);
}
/* .content-wrapper .c-title .form-check input:checked + span::before {
  content: '\2713';
  display: block;
  text-align: center;
  color: #41B883;
  position: absolute;
  left: 0.7rem;
  top: 0.2rem;
} */
.content-wrapper .c-title .btn{
  float: right;
  margin-top: 12px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.14);
  padding: 0px 26px;
  margin-right: 10px;
}
.content-wrapper .c-title .btn:first-child{
  margin-right: 0px;
}
.content-wrapper .c-title .btn:focus{
  /* box-shadow: none; */
  /* box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14); */
}
.content-wrapper.c-locations .handle-bar{

}
.content-wrapper.c-base_data{

}



/* .table-picker
******************************************************/
.table-picker{
  /* border-bottom: 0px!important; */
  border: 1px solid #c3c6ca!important;
  border-radius: 6px;
  overflow: hidden;
}
table.table-picker.dataTable tbody tr{
  background: none;
}
table.table-picker.dataTable tbody tr:hover td{
  background-color: #e9f6fa;
}
table.table-picker.dataTable tbody tr:first-child td{
  border-top: 1px solid #c3c6ca!important;
}
/* table-picker thead th{
	border-bottom: 2px solid #c3c6ca!important;
} */
.table-picker .actions .action{
  --size: 18px;
  width: var(--size);
  height: var(--size);
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  padding: 0px;
  margin: 0px;
  background-color: transparent;
  margin: auto;
}
.table-picker .actions .action.edit{
  background-image: url(/images/edit-pencil-2.png);
}
.table-picker .actions .action.delete{
  background-image: url(/images/trash.png);
}

table.table-picker.dataTable thead th,
table.table-picker.dataTable thead td{
  border-bottom: 0px!important;
}
/* .table-picker_wrapper .dataTables_paginate{
	position: absolute;
} */




/* .datatable-pagination-place
******************************************************/
.datatable-pagination-place{
  /* padding-top: 40px!important; */
}
.datatable-pagination-place .infoo{
  --height: 40px;
  height: var(--height);
  line-height: var(--height);
}
.datatable-pagination-place .btnns{
  padding-top: 20px;
  /* padding-bottom: 30px; */
}
.datatable-pagination-place .btnns .dataTables_paginate{
  /* --height: 35px;
  height: var(--height);
  line-height: var(--height); */
}
.datatable-pagination-place .btnns .dataTables_paginate a{
  /* height: 100%; */
  display: inline-block;
  box-shadow: 0px 1px 8px rgb(0 0 0 / 20%);
  margin-left: 5px;
  border-radius: 6px;
  background-color: white;
  font-weight: bold;
  padding: 9px 16px;
  cursor: pointer;
  text-decoration: none;
  color: rgb(143, 143, 143);
}
.datatable-pagination-place .btnns .dataTables_paginate a.current{
  color: white;
  background-color: rgb(44, 190, 218);
}
.datatable-pagination-place .btnns .dataTables_paginate a.disabled{
  display: none;
}



/* .modal-picker
******************************************************/
.modal-picker{

}
.modal-picker .items{

}
.modal-picker .items .item{
  margin: 0px;
  padding: 2px 12px!important;
  margin-bottom: 2px;
  /* height: 30px; */
  /* line-height: 30px; */
  /* cursor: pointer; */
  /* background-color: red; */
}
.modal-picker .items .item-wrapper:nth-child(odd){
  background-color: rgba(237, 237, 237, .6);
}
/* .modal-picker .items .item:hover{
	background-color: rgb(237, 237, 237);
} */




/* Btnns
******************************************************/
.btnn-reset{
  padding: 0px;
  margin: 0px;
}
.btn .btnn-ico{
  float: left;
  height: 100%;
  display: inline-block;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.btn .btnn-ico.btnn-ico-history{
  background-image: url(/images/history-ico-black.png);
  width: 16px;
}
.btn .btnn-ico.btnn-ico-orange-plus{
  background-image: url(/images/orange-plus-ico.png);
  width: 12px;
  margin-right: 14px;
}
.btn .btnn-ico.btnn-ico-white-plus{
  background-image: url(/images/white-plus-ico.png);
  width: 12px;
  margin-right: 14px;
}
.btnn-shadow-gray{
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.14);
}
/* .btnn-dropdown-toggle */
.btnn-dropdown-toggle{
  min-width: 240px;
  text-align: left;
  padding: 0px 60px 0px 10px;
}
.btnn-dropdown-toggle .titt{
  color: rgb(143, 143, 143);
  padding-right: 5px;
}
.btnn-dropdown-toggle::after{
  --size: 24px;
  margin-left: 0px;
  position: absolute;
  top: 8px;
  right: 10px;
  background-image: url(/images/chevron-black.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  border: none;
  width: var(--size);
  height: var(--size);
}
.btnn-dropdown-toggle.show::after{
  background-position: center top;
}
/* .btnn-full-rounded */
.btnn-full-rounded{
  border-radius: 30px;
  padding: 0px 26px;
}
/* .btnn-full-rounded .btnn-ico{
	float: left;
	height: 100%;
	display: inline-block;
	margin-right: 14px;
} */
.btnn-full-rounded .btnn-ico.btnn-orange-plus-ico{
  background-image: url(/images/orange-plus-ico.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 12px;
}
/* .btnn-step */
.btnn-step{
  padding: 0px 30px 0px 50px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.11);
  min-width: 170px;
  position: relative;
}
.btnn-step:focus{
  box-shadow: 0 0 0 0.25rem rgb(237 237 237 / 25%);
}
.btnn-step i{
  --size: 32px;
  display: block;
  width: var(--size);
  height: var(--size);
  position: absolute;
  top: 3px;
  left: 4px;
  border-radius: 50%;
  background-color: rgba(44, 190, 218, .12);
  background-image: url(/images/chevron-right-gray.png);
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 7px;
}
.btnn-step.active{
  background-color: rgb(44, 190, 218);
  color: white;
}
.btnn-step.active:focus,
.btnn.btn-step.active:focus{
  box-shadow: 0 0 0 0.25rem rgb(44 190 218 / 25%);
}
.btnn-step.active i{
  background-color: rgb(243, 161, 11);
  background-image: url(/images/chevron-right-white.png);
}

/* .btnn-grid */
.btnn-grid{
  --size: 40px;
  width: var(--size);
  height: var(--size);
  /* border-radius: 8px; */
  /* box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25); */
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  padding: 0px;
  margin: 0px;
}
.btnn-grid:focus{
  box-shadow: 0 0 0 0.25rem rgb(243 161 11 / 25%);
}
.btnn-grid.btnn-grid-tiles{
  background-image: url(/images/btn-tiles.png);
  background-color: #E2E2E2;
}
.btnn-grid.btnn-grid-tiles.active{
  background-image: url(/images/btn-tiles-active.png);
  background-color: #fff;
}
.btnn-grid.btnn-grid-list{
  background-image: url(/images/btn-list.png);
  background-color: #E2E2E2;
}
.btnn-grid.btnn-grid-list.active{
  background-image: url(/images/btn-list-active.png);
  background-color: #fff;
}
.btnn-grid.active{
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
}
/* .btnn-grid */

/* .btnn-dropdown */
.custom-dropdown-menu{

}
.custom-dropdown-menu .dropdown-menu{
  width: 100%;
  box-shadow: 0px 8px 24px -4px rgba(28, 50, 79, 0.38), 0px 2px 6px -1px rgba(28, 55, 90, 0.16);
  border: 1px solid rgba(44, 190, 218, 0.12);
  padding: 4px;
}
.custom-dropdown-menu .dropdown-menu .dropdown-item{
  padding: 8px 12px!important;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color .3s ease;
}
.custom-dropdown-menu .dropdown-menu .dropdown-item:hover,
.custom-dropdown-menu .dropdown-menu .dropdown-item:focus{
  background-color: #eef8fc;
  color: #212529;
}
.btnn-dropdown.dropdown-toggle{
  /* background-color: white; */
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 12px;
  background-image: url(/images/chevron-down-white.png);
  /* background-color: #fff; */
  /* padding-right: 100px!important; */
  padding: 0px 40px 0px 20px;
}
.btnn-dropdown.dropdown-toggle::after {
  /* display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em; */
  content: "";
  border: none;
  margin: 0px;
  display: none;
  /* display: block;
  width: 20px;
  height: 20px;
  background-color: red; */
  /* border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; */
}

/* btn sizes */
.btnn-md{
  --size: 40px;
  height: var(--size);
  line-height: var(--size);
}
.btnn-sm{
  --size: 30px;
  height: var(--size);
  line-height: var(--size);
}
/* .btnn-md.btnn-square{
	width: var(--size);
} */

/* btn colors */
/* moved to btn-colors.css */

.greyed{
  background-color: rgb(237, 237, 237);
}

/* Action btnns
******************************************************/
/* .action-btnns{
	padding-top: 20px;
	padding-bottom: 20px;
}
.action-btnns .btn{
	float: right;
	width: 180px;
} */




/* Mass btnns
******************************************************/
.mass-btns{
  display: none;
}



/* .c-dashboard
******************************************************/
.c-dashboard{
  min-height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  background-image: url(/images/logo_big.png);
}



/* .c-users-create
******************************************************/
.c-users-create{

}
.c-users-create .end-coll{
  /* background-color: red; */
  position: relative;
}
.c-users-create .end-coll .action-btnns{
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 20px;
  padding: 0px 10px;
}
.c-users-create .user-creation-data{
  float: right;
  font-size: 12px;
  color: black;
  text-align: right;
}


/* Form inputs
******************************************************/
.form-group{
  --placeholder-color: #85888e;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.form-group .with-options-reloader{
  /* padding-right: 24px; */
  padding-right: 50px;
  position: relative;
}
.form-group .with-options-reloader .options-reloader{
  position: absolute;
  display: flex;
  align-items: center; /* Vertical */
  justify-content: center; /* Horizontal */
  top: 0px;
  right: 24px;
  height: 100%;
  width: 20px;
  /* background-color: red; */
  /* padding-top: 2px; */
  text-align: center;
  cursor: pointer;
  /* animation:spin .8s linear infinite; */
}
.form-group .with-options-reloader .options-reloader.loading{
  animation:spin .8s linear infinite;
}
.form-group .with-options-reloader .options-editor{
  position: absolute;
  display: flex;
  align-items: center; /* Vertical */
  justify-content: center; /* Horizontal */
  top: 0px;
  right: 0px;
  height: 100%;
  width: 20px;
  text-align: center;
  cursor: pointer;
  /* background-color: red; */
  background-image: url(/images/edit-pencil-black-light.png);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  color: black;
  /* border-top: 1px solid #858C94;
  border-bottom: 1px solid #858C94; */
}
.form-group .with-options-reloader .options-editor:hover{
  /* background-color: #f1f1f1; */
  /* border-top: 1px solid #858C94; */
}
.form-group label{

}
.form-group .error{
  padding: 3px 10px;
  background-color: rgb(254, 239, 239);
  color: rgb(218, 20, 20);
  display: block;
  margin-top: 4px;
  border-radius: 6px;
  /*display: none;*/
}
.form-group .error .exclamation{
  /* content: "&nbsp;"; */
  --size: 14px;
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  border-radius: 50%;
  display: inline-block;
  background-color: rgb(195, 53, 25);
  /* position: relative;
  top: 2px; */
  margin-right: 3px;
  text-align: center;
  color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2px;
  background-image: url(/images/exclamation-mark.png);
}
.form-group .error .exclamation:before{
  content: "\00a0";
}
.form-group label .required,
.required-color{
  color: rgb(243, 161, 11);
}
.form-group select.form-control,
.form-group input.form-control{
  padding: 3px 10px;
  border: 1px solid #858C94;
}
.form-group .dropdownn .dropdown-toggle{
  padding: 3px 10px;
  border: 1px solid #858C94;
  width: 100%;
  text-align: left;
}
.form-group .dropdownn .dropdown-toggle::after {
  display: none;
}
.form-group select.form-control:focus,
.form-group input.form-control:focus,
.form-group .dropdownn .dropdown-toggle:focus{
  box-shadow: 0 0 0 0.25rem rgb(44 190 218 / 25%);
  border: 1px solid rgb(103, 187, 217);
}
.form-group .dropdownn .dropdown-menu{
  max-height: 200px;
  overflow: auto;
}
.form-group .dropdownn .dropdown-menu .for-search{
  position: relative;
  padding: 0px 5px;
}
.form-group .dropdownn .dropdown-menu .for-search input{
  padding-right: 40px;
}
.form-group .dropdownn .dropdown-menu .for-search .reset-input{
  position: absolute;
  top: 0px;
  right: 5px;
  height: 100%;
  width: 30px;
  text-align: center;
  line-height: 26px;
  cursor: pointer;
  /* background-color: red; */
}
/* .form-group .dropdownn .dropdown-menu .for-search .form-control-sm ~ .reset-input{
  line-height: 28px!important;
} */
.form-group .dropdownn .dropdown-toggle .placeholder{
  color: var(--placeholder-color);
}
.form-group select.form-control.placeholder{
  color: var(--placeholder-color)!important;
}
.form-group select.form-control option{
  color: #212529!important;
}
.form-group input.form-control.has-error,
.form-group select.form-control.has-error{
  border-color: rgb(232, 0, 0);
}
.form-group input.form-control.has-error:focus,
.form-group select.form-control.has-error:focus{
  box-shadow: 0 0 0 0.25rem rgb(232 0 0 / 25%);
}
/* .form-group select.form-control,
.form-group .dropdownn .dropdown-toggle */
.form-group select.form-control{
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) center;
  background-size: 12px;
  background-image: url(/images/select-arrow-icon.png);
  /* color: rgb(9, 16, 29)!important; */
  /* color: rgb(157, 159, 164); */
}
.form-group .dropdownn .dropdown-toggle{
  position: relative;
  background-color: white;
  overflow: hidden;
}
.form-group .dropdownn .dropdown-toggle .arrow-ico{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 30px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  background-image: url(/images/select-arrow-icon.png);
}
/* .form-group select.form-control::selection{
	color: rgb(157, 159, 164)!important;
} */
.form-group input.form-control.calendar-ico{
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) center;
  background-size: 14px;
  background-image: url(/images/calendar-ico.png);
}
.form-group .form-control-info{
  background-color: rgb(239, 242, 243);
  padding: 4px 14px;
  border-radius: 6px;
  /* margin-top: 2px; */
}
.form-group .form-control-info .ico-exclamation{
  --size: 18px;
  width: var(--size);
  height: var(--size);
  background-color: red;
  display: inline-block;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  background-color: rgb(143, 143, 143);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2px;
  background-image: url(/images/ico-exclamation.png);
}
/* .form-group .dropdownn{

}
.form-group .dropdownn .dropdown-toggle{
	padding: 3px 10px;
	text-align: left;
	background-repeat: no-repeat;
  background-position: calc(100% - 14px) center;
  background-size: 12px;
  background-image: url(/images/select-arrow-icon.png);
	width: 100%;
} */
/* padding: 3px 10px; */
.form-check-input:checked {
  background-color: #2CBEDA;
  border-color: #2CBEDA;
}
.form-check-input:focus {
  border-color: #2CBEDA;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(44 190 218 / 25%);
}

.form-group input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--placeholder-color);
}
.form-group input.form-control::-moz-placeholder { /* Firefox 19+ */
  color: var(--placeholder-color);
}
.form-group input.form-control:-ms-input-placeholder { /* IE 10+ */
  color: var(--placeholder-color);
}
.form-group input.form-control:-moz-placeholder { /* Firefox 18- */
  color: var(--placeholder-color);
}
/* input.form-check-input[type=radio]{

}
input.form-check-input[type=radio]{

} */



/* Box shadow
******************************************************/
/* .box-shadow-one{
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.11);
} */



/* File upload block
******************************************************/
.file-upload-block{

}
.file-upload-block .titt{
  padding: 4px 10px;
  background: rgba(25, 59, 103, 0.05);
  margin-bottom: 14px;
  border-radius: 5px;
}
.file-upload-block .for-upload-btnn{

}
.file-upload-block .for-upload-btnn .drop-files-upload{
  float: left;
  margin-left: 6px;
  padding-left: 6px;
  padding-right: 12px;
  border-radius: 3px;
  transition: background-color .3s ease;
  border: 1px dashed transparent;
  height: 30px!mportant;
  position: relative;
}
.file-upload-block .for-upload-btnn .drop-files-upload.dragover{
  background-color: rgba(25, 59, 103, 0.05);
  border-color: #ccc;
}
.file-upload-block .for-upload-btnn .drop-files-upload i{
  float: left;
  width: 30px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: 16px;
  background-image: url(/images/upload-ico.png);
  /* margin-left: 14px; */
  margin-right: 6px;
}
.file-upload-block .for-upload-btnn .drop-files-upload a{
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  /* background-color: red; */
}
.file-upload-block .for-upload-btnn .btn{
  background-color: rgba(25, 59, 103, 0.05);
  padding: 0px 20px;
  color: #2CBEDA;
  font-weight: bold;
  float: left;
}
.file-upload-block .for-upload-btnn .btn:focus{
  box-shadow: 0 0 0 0.25rem rgb(237 237 237 / 25%);
}
/* .file-upload-block .for-upload-btnn i{
	float: left;
	width: 30px;
	height: 30px;
	display: block;
	background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url(/images/upload-ico.png);
	margin-left: 14px;
	margin-right: 6px;
} */
.file-upload-block .for-upload-btnn span{
  font-family: Inter-Regular;
  font-weight: bold;
  display: inline-block;
  padding-top: 3px;
  /* font-size: 16px; */
}
.file-upload-block .files-list{
  clear: both;
  padding-left: 10px;
  /* background-color: red; */
  padding-top: 6px;
}
.file-upload-block .files-list .file-item{

}
.file-upload-block .files-list .details{
  position: relative;
  padding: 6px 25px 6px 0px;
}
.file-upload-block .files-list .details .remove{
  /*float: right;*/
  position: absolute;
  top: 7px;
  right: 2px;
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  background-image: url(/images/close.png);
}
.file-upload-block .files-list .upload-details{
  padding-bottom: 6px;
}
.file-upload-block .files-list .file-item.success .upload-details{
  display: none;
}
.file-upload-block .files-list .file-item.success .ok{
  display: inline-block;
  width: 20px;
  height: 20px;
  /* background-color: red; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  background-image: url(/images/ok.png);
}
.file-upload-block .files-list .upload-details .progress{
  height: 8px;
  margin-top: 10px;
}
.file-upload-block .files-list .upload-details .progress .progress-bar{
  background-color: #2CBEDA;
}


/* Styles for vue transition
******************************************************/
/* .fade-enter-active,
.fade-leave-active {
  	transition: opacity 0.3s ease;
}

.fade-enter-from,
.fade-leave-to {
  	opacity: 0!important;
} */


/* Grid step tiles
******************************************************/
.more-programs{
  border: 2px dashed #DADADA;
  border-radius: 5px;
  text-align: center;
  /* padding: 30px 0px; */
  font-weight: bold;
  height: 100%;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
}
.more-programs .wr-more-programs{
  width: 100%;
}
.more-programs .ico{
  --size: 60px;
  width: var(--size);
  height: var(--size);
  background-color: rgb(227, 240, 244);
  border-radius: 50%;
  margin: auto;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.03);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url(/images/blue-plus-ico.png);
}
.more-programs .titt{
  font-size: 24px;
  padding-top: 16px;
}
.more-programs .desc{
  color: #8F8F8F;
  padding-top: 6px;
  font-size: 12px;
}



/* Grid step tiles
******************************************************/
.grid-step-tiles{

}
.grid-step-tiles .col-tile{
  padding-bottom: 10px;
}
.grid-step-tiles .tile{
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.11);
  border-radius: 5px;
  background-color: white;
  padding: 20px;
}
.grid-step-tiles .tile .item{
  padding-bottom: 32px;
}
.grid-step-tiles .tile .item:last-child{
  padding-bottom: 0px;
}
.grid-step-tiles .tile .item .title{
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: bold;
  color: #2CBEDA;
}



/* Grid list
******************************************************/
.grid-list{
  /* padding-top: 22px; */
}
.grid-list table{
  width: 100%;
  border: 1px solid rgba(26, 56, 96, 0.1);
  border-bottom: none;
  /* table-layout: fixed; */
}
.grid-list table thead th{
  padding: 10px 0px;
}
.grid-list table thead th .title{
  display: inline-block;
  padding-right: 16px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 8px;
  background-image: url(/images/column-sort-non.png);
  color: black;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  /* background-color: red; */
}
.grid-list table thead th .title.not-sortable{
  background: none;
  padding-right: 0px;
}
.grid-list table thead th .title.disabled{
  background-image: none;
}
.grid-list table thead th a.dir-asc{
  background-image: url(/images/column-sort-asc.png);
}
.grid-list table thead th a.dir-desc{
  background-image: url(/images/column-sort-desc.png);
}
.grid-list table tbody{

}
.grid-list table thead th:first-child,
.grid-list table tbody td:first-child{
  /* width: 12%; */
  padding-left: 8px;
}
.grid-list table tbody td:first-child{
  width: 60px;
}
.grid-list table tbody td{
  border-top: 2px white solid;
  border-bottom: 2px white solid;
  padding: 6px 0px;
}
.grid-list table tbody tr.item-checked td,
.grid-list table tbody tr:hover td{
  background-color: rgb(233, 246, 250);
}
.grid-list table tbody tr:first-child td{
  border-top: 1px solid rgba(26, 56, 96, 0.1);
}
.grid-list table tbody tr:last-child td{
  border-bottom: 1px solid rgba(26, 56, 96, 0.1);
}
.grid-list table .col-check{
  width: 30px!important;
}
.grid-list table .col-check .picked-item-notice{
  --size: 20px;
  position: relative;
  display: block;
  width: var(--size);
  height: var(--size);
  font-weight: bold;
  left: -3px;
  /* background-color: red!important; */
}
.grid-list table .col-check .picked-item-notice .picked-check,
.grid-list table .col-check .picked-item-notice .picked-close{
  font-weight: bold;
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  text-align: center;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  /* transition: opacity .3s ease; */
}
.grid-list table .col-check .picked-item-notice .picked-close{
  opacity: 0;
}
.grid-list table tr:hover .col-check .picked-item-notice .picked-close{
  opacity: 1;
}
.grid-list table tr:hover .col-check .picked-item-notice .picked-check{
  opacity: 0;
}
.grid-list table .col-email,
.grid-list table .col-role,
.grid-list table .col-location_id,
.grid-list table .col-status{
  text-align: center;
}
.grid-list table .col-actions{
  
}
.grid-list table .col-actions.one-item{
  width: 60px!important;
}
.outlined-blue,
.grid-list table tbody td .outlined-blue{
  border: 2px solid #2CBEDA;
  border-radius: 25px;
  padding: 0px 10px;
  display: inline-block;
  text-decoration: none;
  color: black;
  min-width: 80px;
}
/*.status,*/
.grid-list table tbody td .status{
  background-color: rgb(242, 209, 201);
  border-radius: 25px;
  width: 80px;
  display: inline-block;
  text-decoration: none;
  color: black;
  font-weight: bold;
}
.status.active,
.grid-list table tbody td .status.active{
  background-color: rgb(215, 236, 216);
}
.grid-list table tbody td:last-child{
  width: 100px!important;
}
.grid-list .actions .action{
  --size: 18px;
  width: var(--size);
  height: var(--size);
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  padding: 0px;
  margin: 0px;
  background-color: transparent;
  margin: auto;
}
.grid-list .actions .action.edit{
  background-image: url(/images/edit-pencil-2.png);
}
.grid-list .actions .action.delete{
  background-image: url(/images/trash.png);
}
.grid-list .actions .action.disabled{
  background-image: url(/images/disable_button.png);
  background-size: 16px;
}
.grid-list .actions .action.enabled{
  background-image: url(/images/enable_button.png);
  background-size: 16px;
}
.grid-list .actions .action.faded{
  opacity: .6;
}
.grid-list .actions .action.faded{
	opacity: .6;
}
.grid-list .actions .action.delete.disable{
  opacity: .6;
}
.grid-list .tile-btn-outline-blue {
  border: 2px solid #2CBEDA;
  border-radius: 25px;
  padding: 0px 20px;
  display: inline-block;
  text-decoration: none;
  color: black;
  /* margin: auto; */
}
.grid-list .flex-center{
  display: flex;
  align-items: center;
  justify-content: center;
}



/* Grid tiles
******************************************************/
.grid-tiles{
  /* padding-top: 22px; */
}
.grid-tiles .tile{
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.11);
  border-radius: 5px;
  background-color: white;
  padding: 20px;
  /* font-size: 18px; */
  line-height: 2em;
  margin-top: 20px;
  position: relative;
}
.hreflink a {
  background: url(../images/PDF.svg) no-repeat center center;
  width: 165px;
  height: 207px;
  display: inline-block;
  border-radius: 5px;
  margin-top: -5px;
  background-size: 95%;
}
@media (max-width: 1500px) {
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}
@media (max-width: 1499px) {
  .col-xl-5 {
    flex: 0 0 auto;
    width: 43.66666667%;
  }
}
@media (max-width: 1200px){


  .grid-tiles .col-tile{
    width: 100%!important;
    /* padding-top: 10px; */
  }
}
.grid-tiles .tile .title{
  font-size: 20px;
  line-height: 20px;
  /* text-align: center; */
  color: #2CBEDA;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
}
.grid-tiles .tile .title::first-letter {
  text-transform: capitalize;
}
.grid-tiles .actions{
  position: absolute;
  top: 0px;
  right: 0px;
}
.grid-tiles .actions .action{
  --size: 18px;
  width: var(--size);
  height: var(--size);
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  padding: 0px;
  margin: 0px;
  background-color: transparent;
  margin: auto;
  float: right;
  margin-left: 20px;
}
.grid-tiles .actions .action.edit{
  background-image: url(/images/edit-pencil-2.png);
}
.grid-tiles .actions .action.delete{
  background-image: url(/images/trash.png);
}
.grid-tiles .actions .action.disabled{
  background-image: url(/images/disable_button.png);
  background-size: 16px;
}
.grid-tiles .actions .action.enabled{
  background-image: url(/images/enable_button.png);
  background-size: 16px;
}
.grid-tiles .actions .action.faded{
  opacity: .6;
}
.grid-tiles .actions .action.faded{
	opacity: .6;
}
.grid-tiles .actions .action.delete.disable{
  opacity: .6;
}
/* .grid-tiles .tile .title a{
  --size: 16px;
  width: var(--size);
  height: var(--size);
  display: block;
  position: absolute;
  top: 4px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/images/edit-pencil.png);
} */
.grid-tiles .tile .item{
  /* padding-top: 28px; */
}
@media (max-width: 1500px) and (min-width: 1200px){
  .grid-tiles .tile .item.width-100-media-max-1500{
    width: 100%!important;
    padding-top: 10px;
  }
}
.grid-tiles .tile .item h5{
  padding-top: 16px;
  font-size: 14px;
  font-weight: bold;
  color: #2CBEDA;
}
.grid-tiles .tile-btn-outline-blue{
  border: 2px solid #2CBEDA;
  border-radius: 25px;
  padding: 0px 20px;
  display: inline-block;
  text-decoration: none;
  color: black;
}
.grid-tiles .tile-btn-green{
  /* border: 2px solid #2CBEDA; */
  background-color: rgb(215, 236, 216);
  border-radius: 25px;
  padding: 2px 20px;
  display: inline-block;
  text-decoration: none;
  color: black;
}
.grid-tiles .tile-btn-red{
  /* border: 2px solid #2CBEDA; */
  background-color: rgb(242, 209, 201);
  border-radius: 25px;
  padding: 2px 20px;
  display: inline-block;
  text-decoration: none;
  color: black;
}
.grid-tiles .tile-label{
  border-radius: 25px;
  display: inline-block;
  color: black;
}
.grid-tiles .tile-label-orange{
  background: rgba(243, 161, 11, 0.3);
}
.grid-tiles .tile-label-green{
  background: rgba(27, 166, 57, 0.2);
}
.grid-tiles .tile-label-date{
  padding: 0px 15px;
}
.grid-tiles .tile-label-number{
  padding: 0px 30px;
}



/* Content handle bar
******************************************************/
.content-handle-bar{
  --item-margin-left: 12px;
}
.content-handle-bar .side-end .btn{
  margin-left: var(--item-margin-left);
}
.content-handle-bar .side-end .dropdown .btn{
  margin-left: 0px!important;
}
.content-handle-bar .side-end .btn{
  float: right;
}
.content-handle-bar .side-end .btn:first-child{
  /* margin-right: 4px; */
}
.content-handle-bar .side-end .btn:last-child{
  margin-right: 12px;
}
.content-handle-bar .dropdown{

}

/* .content-handle-bar .side-end .filter{
	float: right;
} */

/* .content-handle-bar .dropdown .btn{
	margin-left: 0px!important;
}
.content-handle-bar .dropdown .dropdown-menu{
	width: 100%;
	box-shadow: 0px 8px 24px -4px rgba(28, 50, 79, 0.38), 0px 2px 6px -1px rgba(28, 55, 90, 0.16);
	border: 1px solid rgba(44, 190, 218, 0.12);
	padding: 4px;
} */
.content-handle-bar .search-input{
  --height: 40px;
  --width: 230px;
  --border-radius: 4px;
  display: block;
  height: var(--height);
  width: var(--width);
  /* background-color: red; */
  padding: 0px;
  margin: 0px;
  float: right;
  margin-left: var(--item-margin-left);
}
.content-handle-bar .search-input form{
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  position: relative;
  /* background-color: red; */
}
.content-handle-bar .search-input form input[name=search]{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: var(--border-radius);
  border: 1px solid rgb(233, 233, 233);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.48), 0px 0px 4px rgba(0, 0, 0, 0.12);
  outline: none;
  padding-left: 10px;
  padding-right: calc(var(--height) + 10px);
  /* padding-right: 50px; */
}
.content-handle-bar .search-input form input[name=search]:focus{
  /* outline: none; */
}
.content-handle-bar .search-input form button{
  height: var(--height);
  width: var(--height);
  border-radius: var(--border-radius);
  position: absolute;
  top: 0px;
  right: 0px;
  border: none;
  background-color: #DADADA;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  background-image: url(/images/search_icon_white.png);
}
.menge_div,  .menge_deckel_div {
  margin-right:15px;
  min-width: 130px;
}
.menge_div div, .menge_deckel_div div{
  display: inline-block;
}
.menge_div select, .menge_deckel_div select{
  width: 60px;
}
.hidden{
  display: none;
}
.clearfix{
  clear: both;
}
.btn-primary{
  background: rgb(44, 190, 218) !important;
}
.file-upload-block .for-upload-btnn i{
  font-family: Inter-Regular;
  display: inline-block;
  padding-top: 3px;
  margin-left: 15px;
  font-style: normal;
  /* font-size: 16px; */
}
.errorBordered {
  border:1px solid #ff0000;
}
.greyed_select select{
  color:#85888e;
}