
.addHover {
	background-color: unset !important;
}

.addHover:hover {
	background-color: #ccc !important;
}

.col-fx-height {
	height: calc(100vh - 70vh);
	overflow-y: auto;
	padding-right: 8px !important;
}
.col-fx-height::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #858585;
}
 .col-fx-height::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
   border-radius: 10px;
}
  .col-fx-height::-webkit-scrollbar {
	border-radius: 10px;
	width: 7px;
	height: 7px;
}

.panel-default{
	padding: 10px;
	border-radius: 10px;
}

.standardButton{
	width: 150px;
	float: right;
}

.textareaResize{
	max-width: 100%;
    max-height: 300px;
}

.close{
	color: black;
}
.modal-title{
	padding-left: 15px;
    /*font-weight: bold;*/
	color:#848484;
    /*color: white;*/
}

.smallPrimary{
	padding: 5px 10px !important;
}

 .btn:not(:disabled):not(.disabled) {
	cursor: pointer;
  }
 /* .floatBtn{
	border: 1px solid;
	border-radius: 3px;
	float:right;
	width:80px;
	height:30px;
	font-size:13px;
	background-color:rgb(255,255,255)!important;
	color:#003893;
	border-color:#93c6e0;
  }
    .floatBtn2{
	border: 1px solid;
	border-radius: 3px;
	float:right;
	width:114px;
	height:30px;
	font-size:13px;
	background-color:rgb(255,255,255)!important;
	color:#003893;
	border-color:#93c6e0;
  }
  .floatBtn:active {
	border-color: #21a1e3;;   
  }
  .floatBtn:focus {
	border-color: #21a1e3;;   
  }
*/

/*
@media screen and (max-width: 992px){
	.standardButton{
		width: 100%;
		margin-top: 10px !important;
		margin-right: unset !important;
		margin-left: unset !important;
	}
	.loginButtons{
		width: 100% !important;
		margin-right: unset !important;
		margin-left: unset !important;
		margin-top: 10px !important;
	}
}*/

.pageTitle{
	font-weight: bold;
    margin-left: 1px;
    background-color: rgba(222,244,255,0.73);
    margin-bottom: 0px;
    font-size: 20px;
    padding-top: 10px;
    color: black;
    padding-left: 10px;
    border-radius: 2px;
}
.currencyStyle{
	background-color: #03a9f4 !important;
	color: white !important;
}
/*th, td:hover {
    overflow: visible !important; 
    white-space: normal !important;
    height:auto;  /* just added this line
  }*/
  
  .tableHeader{
	background-color:rgba(0, 0, 0, 0.03) ;
    color: white !important;
  }
  
  
  .registerWidth{
	  width: 40% !important;
  }
  /*
@media screen and (max-width: 1440px) and (max-width: 1028px){
	.registerWidth{
		width: 50% !important;
	}
}
@media screen and (max-width: 1027px) and (max-width: 769px){
	.registerWidth{
		width: 70% !important;
	}
}
@media screen and (max-width: 768px){
	.registerWidth{
		width: 100% !important;
	}
	.rowPadding{
		padding-top: 5px;
	}
	
	.menuButton{
		margin-top: 20px !important;
	}
	.languages-menu{
		margin-right: 10px;
	}
}

*/

@media screen and (max-width: 1024px){
	.columnVisibilityLaptop{
		display: none;
	}
	.tableColumn{
		width: auto !important
	}
}
@media screen and (max-width: 750px){
	.columnVisibilityPhone{
		display: none !important;
	}
	.modal-xl{
		min-width: 100% !important;
		width: unset !important;
	}
	.container{
		width: 100% !important;
		padding: 0px !important;
	}
}

.showFilters{
	color: white !important;
    background: #003893!important;
    border: 1px solid #93c6e0!important;
    border-radius: 3px;
}
.material-icons.blue{
	color: #03a9f4  !important;;
}

.listHover :hover{
    background-color: rgba(0,0,0,0.03);
}
/*.siteFooterBar {
	position: fixed;
	bottom: 0;
	padding-top: 10px;
	width: 100%;
	box-shadow: 0px 0px 25px rgb(207, 207, 207);
	height: 78px;
	color: #9B9B9B;
	background: white;
}
*/
.content {
	display: block;
	margin: 0px auto;
	text-align: center;
	font: 25px Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.foot {
	display:inline;
    line-height: 70px;
	margin-left: -150px
}
.content img {
	float: left;
	-webkit-filter: grayscale(100%); 
	filter: grayscale(100%);
	padding-left: 15px;
}
@media screen and (max-width: 570px){
	.foot{
		font-size: 10px;
		padding-top: 6%;
		margin-left: unset;
		line-height: unset;
		display: block;
	}
	h3{
		padding-bottom: 10px;
	}
}
 @media screen and (max-width: 610px){
	.workflowWidth{
	  width: max-content;
	}
  }
  
  .table-responsive::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #858585;
}
 .table-responsive::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
   border-radius: 10px;
}
  .table-responsive::-webkit-scrollbar {
	border-radius: 10px;
	width: 7px;
	height: 7px;
}
.panel-heading{
	height: 60px;
}
 @media screen and (max-width: 1300px) and (min-width: 768px){
	.menuMargin{
		margin-bottom: 15px;
	}
 }
 

.optionsButton{
	background: #e7f7ff !important;
    border: 1px solid #e7f7ff !important;
}
 
@media (min-width: 1200px) and (max-width: 1997px) {
	.provider-width {
		width: 12.5% !important;
	}
	.created-by-width {
		width: 16.6% !important;
	}
}


	.width22{
	width: 24%;
    float: left;
    margin-right: 1%;
    margin-top: 1%;
}

@media  (max-width: 1097px) {
.width22 {
    width: 49%!important;
    float: left;
    margin-right: 1%;
    margin-top: 1%;
}
}
@media  (max-width: 600px) {
.width22 {
    width: 100%!important;
    float: left;
    margin-right: 1%;
    margin-top: 1%;
}
}
.scrollNavbar{
	margin-top: 0.6%;
	display: inline-flex;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: 50%;
}
@media (max-width: 1300px) and (min-width: 767px){
.navbar-right {
  margin-top: unset!important
}
.navbar-nav {
    float: none!important;
}
}

.glyphiconBtn{
	border: 1px solid;
    border-radius: 3px;
    background-color: rgb(255,255,255);
    color: #003893;
    border-color: #93c6e0;
	float: right;
}
.listBtn{
	color: #003893 !important;
    background: white!important;
    border: 1px solid #93c6e0!important;
}
@media  (max-width: 767px) {
		.col-md-9-2{
width:100% !important;

}
.floatBtnR{
	    float: right;
    cursor: pointer;
}
.margTop{
	       margin-top: 3.9% !important;
		    float: right!important;
    margin-right: 6%;
}
.col-md-9-2{
	width:100%;
}
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 3px 5px;
    margin-top: 5%;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
@media (max-width: 700px) {

nav .dropdown-menu > li > a {
  padding: 6px 17px !important;
}
}
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: white;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
	  
    #wrapper {
        padding-left: 25vw;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }


}

@media (max-width: 1496px) and (min-width: 1312px){
	
    #sidebar-wrapper {
        width: 17vw;
    }
}

.textEllipsis{
	text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;
}


@media (min-width: 1000px) {
	.sectionLeft{
		padding-right: 0.25%;
	}
	.sectionRight{
		padding-left: 0.25%;
	}

}
@media screen and (max-width: 767px){
	.table-responsive{
		border: unset;
		overflow-y: unset;
		overflow-x: hidden;
	}
	.nav-tabs{
		border: unset;
	}
	
}
.iconBlue{
color:#337ab7!important;
}
.avatar {  
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 10px;
}


.avatarBorder{
	    border-style: solid;
	border-color: darkgrey !important;
    border-width: 1px 1px 1px 1px !important;
	}
	.adminTop:hover {
    background-color:transparent!important
}

 .standardBtn{
	border: 1px solid;
	border-radius: 3px;
	height:30px;
	font-size:13px;
	background-color:rgb(255,255,255)!important;
	color:#003893;
	border-color:#93c6e0;
  }
  .standardBtn:active {
	border-color: #21a1e3;;   
  }
  .standardBtn:focus {
	border-color: #21a1e3;;   
  }
  
  .userPicture{
	vertical-align: middle;
    width: 130px;
    height: 130px;
    border-radius: 50%;
  }
  
  .separateFields{
	  padding-top: 5px;
  }

div.ej-d-node {
	outline: 1.5px solid #495ebb;
	outline-offset: -16px;
}

.ej-d-node div:nth-child(1) .ej-d-label {
	color: black !important;
	width: 85%;
	height: 42px;
	background-color: #495ebb !important;
	color: white !important;
	padding-top: 7%;
	font-size: 14px !important;
	top: -13px !important;
	text-overflow: ellipsis !important;
	overflow: hidden !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	word-wrap: break-word !important;
	line-height: 14px !important;
	font-weight: 200 !important;
}

.ej-d-node:hover {
	background-color: #dee2e6;
	fill: #dee2e6;
}

.ej-d-node rect:hover {
	background-color: #dee2e6;
	fill: #dee2e6;
}

.ej-d-node div:nth-child(4) .ej-d-label {
	font-size: 16px !important;
	color: #000000 !important;
	left: -80px !important;
	top: 125px !important;
	text-align: center !important;
	max-width: 170px;
}

.ej-d-node div:nth-child(2) .ej-d-label {
	font-size: 27px !important;
	border-radius: 50% !important;
	background-color: #d6d6c2 !important;
	border-width: 10px !important;
	margin-top: -15px;
}

@media (max-width: 100%) and (min-width: 100%) {
	.ej-d-node .ej-d-label {
		width: 30%;
		height: 30%;
	}
}

#mouseovertooltip {
	background-color: black;
}



/*GIS MAP*/
/**/
.map {
    height: 600px;
    width: 80%;
    margin: 0 auto;
    position: relative;
  }

.opacity-layer {
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.ol-popup {
    position: absolute;
    min-width: 180px;
    background-color: white;
    padding: 9px;
    border: 1px solid #ccc;
    bottom: 12px;
    right: 0;
}

.opacity-layer {
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}
.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px !important;
    right: 2px !important;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
	padding-top: 3px;
    cursor: pointer;
}
.ol-popup-closer:after {
     content: "\f00d" !important; /* Unicode character for the 'fa-xmark' icon */
  font-family: 'Font Awesome 6 Pro';
  font-weight: normal;
  font-style: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: #4a4a4a;
}

.ol-popup-closer:hover {
    color: var(--risk);
    transition: 0.2s;
}

.ol-popup-closer:hover:after {
    color: red;
}
.ctrlEdit {
    top: 105px;
    left: 0.5em;
}

.ol-full-screen {
    right: 1.5em;
    top: 0.5em;
}

.layer-switcher {
    position: absolute;
    top: 3.5em;
    right: 1.1em;
    text-align: left;
}

.popup-text {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
}

.popup-text span{
    font-size: 12px;
    font-weight: 300;
}

/*change button colors from here*/
:root {
  --main: #334488;
  --second: #3482CB;
  --progress: #33BC84;
  --caution: #FEB12F;
  --risk: #FD3357;
  --dark: #24262b;
  --r-progress: #CAFFB7 ;
  --r-caution: #FFB6B7;
  --r-risk: #FFB6B7;
}

/*outline buttons*/
.btn-risk{
	border: 1px solid;
    border-radius: 3px;
    background-color: rgb(255,255,255);
    color: var(--risk) !important;
    border-color: var(--risk) !important;
	transition-duration: 0.2s;
}

.btn-risk:hover {
	background-color: var(--risk) !important; 
    color: white !important;
}

.btn-caution{
	border: 1px solid;
    border-radius: 3px;
    background-color: rgb(255,255,255);
    color: var(--caution) !important;
    border-color: var(--caution) !important;
	transition-duration: 0.2s;
}

.btn-caution:hover {
	background-color: var(--caution) !important; 
    color: white !important;
}

.btn-progress{
	border: 1px solid;
    border-radius: 3px;
    background-color: rgb(255,255,255);
    color: var(--progress) !important;
    border-color: var(--progress) !important;
	transition-duration: 0.2s;
}

.btn-progress:hover {
	background-color: var(--progress) !important; 
    color: white !important;
}

.btn-second{
	border: 1px solid;
    border-radius: 3px;
    background-color: rgb(255,255,255);
    color: var(--second) !important;
    border-color: var(--second) !important;
	transition-duration: 0.2s;
}

.btn-second:hover {
	background-color: var(--second) !important; 
    color: white !important;
}

.btn-main{
	border: 1px solid;
    border-radius: 3px;
    background-color: rgb(255,255,255);
    color: var(--main) !important;
    border-color: var(--main) !important;
	transition-duration: 0.2s;
}

.btn-main:hover {
	background-color: var(--main) !important; 
    color: white !important;
}


/*full buttons*/
.btn-main-full {
	background-color: var(--main) !important; 
    color: white !important;
}

.btn-main-full:hover{
	border: 1px solid;
    border-radius: 3px;
    background-color: rgb(255,255,255) !important;
    color: var(--main) !important;
    border-color: var(--main) !important;
	transition-duration: 0.2s;
}

.btn-second-full {
	background-color: var(--second) !important; 
    color: white !important;
}

.btn-second-full:hover{
	border: 1px solid;
    border-radius: 3px;
    background-color: rgb(255,255,255) !important;
    color: var(--second) !important;
    border-color: var(--second) !important;
	transition-duration: 0.2s;
}

.btn-progress-full {
	background-color: var(--progress) !important; 
    color: white !important;
}

.btn-progress-full:hover{
	border: 1px solid;
    border-radius: 3px;
    background-color: rgb(255,255,255) !important;
    color: var(--progress) !important;
    border-color: var(--progress) !important;
	transition-duration: 0.2s;
}

.btn-caution-full {
	background-color: var(--caution) !important; 
    color: white !important;
}

.btn-caution-full:hover{
	border: 1px solid;
    border-radius: 3px;
    background-color: rgb(255,255,255) !important;
    color: var(--caution) !important;
    border-color: var(--caution) !important;
	transition-duration: 0.2s;
}

.btn-risk-full {
	background-color: var(--risk) !important; 
    color: white !important;
}

.btn-risk-full:hover{
	border: 1px solid;
    border-radius: 3px;
    background-color: rgb(255,255,255) !important;
    color: var(--risk) !important;
    border-color: var(--risk) !important;
	transition-duration: 0.2s;
}

.no-hover{
    pointer-events: none;
}

.side-line {
    border-left: 2px solid var(--second);
}

 .table-hover{
	width:100%; 
	border-collapse:collapse; 
}
	
.table-hover tr{
	background-color: #ffffff;
	color: #000000;
}
    
.table-hover tr:hover {
    background-color: var(--second);
	color: #ffffff;
}

/* table styles*/

.table-styles tr:first-child > td{
  
  border-top: none !important;
}

.table-header-styles {
	/*background-color: var(--second);*/
	background: rgb(92,92,188);
    background: linear-gradient(45deg, rgba(92,92,188,1) 0%, rgba(70,184,195,1) 100%);

  }

  .table-header-styles th {
	color: white !important;
	border: 1px solid #ddd;
	text-align: center;

  }
  
   .table-styles th:first-child{
	border-top-left-radius:10px;
	border-left: none;
  }

  .table-styles th:last-child{
	border-top-right-radius:10px;
	border-right: none;
  }
  
  .table-styles::-webkit-scrollbar {
    border-radius: 10px;
    width: 7px;
    height: 7px;
}
  
  .table-styles::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: var(--main);
}
  
  
  .table-styles::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    border-radius: 10px;
}

  .table-styles td { word-break: break-word; }
  
  .icon-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #333333;
  background: #dddddd;
  border: none;
  outline: none;
  border-radius: 50%;
}

.icon-button:hover {
  cursor: pointer;
}

.icon-button:active {
  background: #cccccc;
}

.icon-button__badge {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 25px;
  height: 25px;
  background: red;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.form-control:focus {
  border-color: var(--main) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(92, 92, 188, 0.6);
}

.ui-select-bootstrap .ui-select-choices-row.active>span {
   background-color: var(--main) !important;
 }
 
 

/* table list styles */

.table-list tbody >  tr:hover {
  background-color: #f2f2f2;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

  .table-list tbody >  tr {
	border-bottom: 1px solid #f2f2f2;
  }

  .table-list input {
	min-width: 30px; 
  }

  .table-list table {
	border-collapse: collapse;
	width: 100%;
	overflow-x: auto;

  }

  .table-list th,  .table-list td {
	text-align: left;
	padding: 8px;

  }

  .table-list th {
	font-weight: bold;
	white-space: nowrap;
  }
  
  

  @media screen and (max-width: 724px) {

     .table-list-empty td {
		 display: block !important;
	 }
	 
   .table-list th, .table-list td {
	   width: 100% !important;
   }

	.table-list tr > td > span {
	  text-align: right;
	}

	.table-list .head-without-filters {
	  display: none;
	}

	 .btn-filter, th.entry-number-label {
	  display: none !important;
	}

	.table-list table {
	  overflow-x: auto;
	}

	.table-list table  td:not(.entry-number) {
	  display: flex;
	  justify-content: space-between;
	}

	.table-list table  td {
	  display: block;
	} 

	.table-list table  th  {
	  display: block;
	  font-weight: bold;
	}

	.table-list table   tr:nth-child(even) {
	  background-color: #f2f2f2;
	}
	.table-list table   td::before {
	  content: attr(data-label);
	  float: left;
	  font-weight: bold;
	  text-transform: uppercase;
	  padding-right: 10px;
	}

  }

  .table-list::-webkit-scrollbar {
	border-radius: 10px;
	width: 7px;
	height: 7px;
  }

  .table-list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
	background-color: var(--main);
  }


  .table-list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
	border-radius: 10px;
  }

 /* New design buttons */
	 
	 .btn-edit {
	color: #737373 ;
	background: #F0F0F0 ;
	border: 1px solid #F0F0F0 ;
	border-radius: 5px !important;
	width: 33px !important;
	height: 33px !important;
	transition: 0.24s ease-in-out;
  }
  
	.btn-edit:hover {
		
	color: #F0F0F0 !important;
	background: #737373 !important;
	border: 1px solid #737373 !important;
		
	}
	
	.btn-plus {
	color: #737373 ;
	background: transparent;
	border: 1px solid #737373 ;
	border-radius: 5px !important; 
	width: 33px !important;
	height: 33px !important;
	transition: 0.24s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
		
	}
	
	.btn-plus:hover {
		
	color: white !important;
	background: #737373 !important;
	border: 1px solid #737373 !important;
		
	}
	
	/** Table HEADER styles **/
	

.list-header{
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: #4A4A4A;
  border-radius: 14px;
  background: #F5F5F5;
  min-height: 67px;
  width: 100%;
  font-weight: 500;
  line-height: normal;
  font-style: normal;
  justify-content: center;
  margin-bottom: 15px;
}
.list-header-row{
  display: flex;
  flex-direction:row;
  height: 35px;
  margin: 10px 0;
}

.list-header-row-filter{
  display: flex;
  flex-direction:row;
  
} 

.list-header-item{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 25px;
  border-right: 1px solid #A3A3A3;
  font-weight: 500;
}

.list-header-item:last-child {
  border-right: unset !important;
  min-wdith: 205         px !important;
}

.list-header-item-filter{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 15px 15px 15px; 
}


.listDeleteBtn{
  height: 40px;
  min-width: 40px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--risk);
  border: 1px solid var(--risk);
  border-radius: 0 5px 5px 0;
  transition: 0.24s ease-in-out;
  background: #F5F5F5;
  font-size: 18px;
  border-left: unset;
}

.listDeleteBtn:hover {
  color: white !important;
  background: var(--risk) !important;
}


.listSearchBtn{
  height: 40px;
  min-width: 40px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #737373;
  border: 1px solid #737373;
   border-radius: 5px 0 0 5px;
  transition: 0.24s ease-in-out;
  background: #F5F5F5;
  font-size: 18px;
}

.listSearchBtn:hover {
  color: white !important;
  background: #737373 !important;
}


/** ---END of Table HEADER styles--- **/

/** Special Buttons **/

.filtersBtn{
	width: 40px;
	height: 40px;
	color: #4a4a4a;
	font-size: 1.5rem;
	background: #F5F5F5;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	border: 1px solid #F5F5F5;
	transition: 0.24s ease-in-out;
}

.filtersBtn:hover {
	color: var(--second);
	background: #F5F5F5;
	border: 1px solid var(--second);
}

.actionBtn{
	
	min-width: 150px;
	height: 40px;
	color: white;
	font-weight: 500;
	font-size: 18px;
	background: var(--second);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	border: 1px solid var(--second);
	transition: 0.24s ease-in-out;
	padding: 0 20px;
}

.actionBtn:hover {
	color: var(--second);
	background:#F5F5F5;  
}

.modalBtn{
	
	min-width: 200px;
	height: 45px;
	color: white;
	font-weight: 500;
	font-size: 18px;
	background: var(--second);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	border: 1px solid var(--second);
	transition: 0.24s ease-in-out;
	padding: 0 20px;
	
}

.modalBtn:hover {
	color: var(--second);
	background:#F5F5F5;  
}

.removeBtn{
	
	min-width: 150px;
	height: 40px;
	color: white;
	font-weight: 500;
	font-size: 18px;
	background: var(--risk);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	border: 1px solid var(--risk);
	transition: 0.24s ease-in-out;
	padding: 0 20px;
}

.removeBtn:hover {
	color: var(--risk);
	background:#F5F5F5;  
}

.attentionBtn{
	
	min-width: 150px;
	height: 40px;
	color: white;
	font-weight: 500;
	font-size: 18px;
	background: var(--caution);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	border: 1px solid var(--caution);
	transition: 0.24s ease-in-out;
	padding: 0 20px;
}

.attentionBtn:hover {
	color: var(--caution);
	background:#F5F5F5;  
}

/** --- END of Special Buttons --- **/


/** --- Ubuntu font --- **/



/* Regular 400 */
@font-face {
    font-family: 'Ubuntu';
    src: url('content/fonts/Ubuntu-Regular.ttf') format('truetype'); 
    font-weight: 400;
    font-style: normal;
}

/* Medium 500 */
@font-face {
    font-family: 'Ubuntu';
    src: url('content/fonts/Ubuntu-Medium.ttf') format('truetype'); 
    font-weight: 500;
    font-style: normal;
}

/** --- End of Ubuntu font --- **/

/* Person Type Buttons*/

	.personTypeBtn{
		width: 205px;
		height: 40px;
		border-radius: 5px;
		border: 1px solid var(--second);
		background: rgba(255, 255, 255, 0.00);
		display: flex;
		justify-content: center;
		align-items: center;
		transition: 0.24s ease-in-out;
		color: var(--second);

	}
	
	.personTypeBtn:hover {
		color: white !important;
		background: var(--second) !important;
	}
	
	.personTypeFullBtn{
		min-width: 205px;
		height: 40px;
		border-radius: 5px;
		border: 1px solid var(--second);
		background: var(--second);
		display: flex;
		justify-content: center;
		align-items: center;
		transition: 0.24s ease-in-out;
		color: white ;
		padding: 0 20px;
	}



/* --- Person Type Buttons --- */

/* Navigation Buttons*/
	
	.navigationBtn{
	 padding: 8px 24px;
	 border-radius: 10px;
	 color: white;
	 background: var(--second);
	 border: 1px solid var(--second);
	 font-size: 18px;
	 font-weight: 500;
	 line-height: normal;
	 font-style: normal;
	 display: flex;
     align-items: center;
     justify-content: center;
	 transition: 0.24s ease-in-out;
	}
	
	.navigationBtn:hover {
		
	 color: var(--second);
	 background: #F5F5F5; 	
		
	}

	.navigationBackBtn{
	padding: 8px 24px;
	 border-radius: 10px;
	 color: #4A4A4A;
	 background: #F5F5F5;
	 border: 1px solid #ADADAD;
	 font-size: 18px;
	 font-weight: 500;
	 line-height: normal;
	 font-style: normal;
	 display: flex;
     align-items: center;
     justify-content: center;
	 transition: 0.24s ease-in-out;	
	 
	}
	.navigationBackBtn:hover {
		
	 color: var(--second);
	 border: 1px solid var(--second);
		
		
	}

/* --- End of Navigation Buttons --- */

/* Font normalizer 

div {
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    text-decoration: inherit;
}


--- End of Font normalizer --- */

/** Input border if Error **/
.has-error.form-control,.has-error>.form-control,.has-error.select-text,.has-error>.ui-select-bootstrap .ui-select-toggle{
    border-color: #cc0000 !important;
	
}

/** End of Input border if Error **/

/** --- Style for Card ornaments (requests) --- */

.ornament{
	
	margin-bottom: 40px;
}

.adaptive {
	position: relative;
	margin: 1% 2%;
}
.card-ornament {
  color: white;
  position: absolute; /* Set card-ornament to absolute position */
  top: -1px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.ornament-first-line,
.ornament-second-line,
.ornament-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ornament-first-line {
  width: 70%;
  height: 2px;
  background: #3482CB;
}

.ornament-second-line {
  width: 50%;
  height: 4px;
  background: #3482CB;
}

.ornament-icon {
  width: 80px;
  height: 80px;
  color: white;
  background: #3482CB;
  font-size: 4rem;
  border-radius: 10px;
  position: absolute; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
}

/** --- End of Style for Card ornaments (requests) --- */


/** --- New card dimensions for specific resolutions --- */

	@media only screen and (min-width: 992px) {
	.adaptive {
		margin: 1% 5% !important;
	}
	}
	
/** --- End of New card dimensions for specific resolutions --- */


/** --- Modals overwrite style --- **/

.modal-header {
	height: 35px;
	position: relative;
}
.modal-content {
	border-radius: 20px !important;
}

.modal-body {
	border-radius: 20px !important;
	padding: 10px 15px 20px 15px !important;
}

.modal-backdrop{
	background-color: #737373 !important;
}

.closeBtn {
    width: 47px;
    height: 35px;
    border: unset !important;
    background: #F5F5F5;
    border-radius: 0 19px 0 19px;
    cursor: pointer;
    font-size: 18px;
    color: #4A4A4A;
    transition: 0.24s ease-in-out;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

.closeBtn:hover {
  background: #FD3357;
  color: white;
}

.modal-buttons-row {
	display: flex;
	flex-direction: row;
	justify-content: center;
    position: absolute;
	top: calc(100% + 15px);
	width: 100%;
	padding-right: 30px;
}

 .modal-buttons-row > .modalBtn{
	margin-right: 15px;
	
}
.modal-buttons-row > .modalBtn:last-child{
	margin-right: unset !important;
}

@media screen and (max-width: 700px) {
  .modal-buttons-row {
    flex-direction: column;
	width: 100%;
	align-items: center;
  }
  .modalBtn {
	  width: 85%;
	  margin-bottom: 15px;
  }
   .modal-buttons-row > .modalBtn {
	margin-right: unset;
	
	}
   .modal-buttons-row > .modalBtn:last-child{
	margin-bottom: unset !important;
	
}

	.modal-content{
		margin: 0 15px !important;
	}
}
/** --- END of Modals overwrite style --- **/

/* Input focus color + list color*/
.form-control{
	border-radius: 5px !important;
	border: 1px solid #cfcfcf !important;
	min-height: 40px !important;
	font-weight: normal;
}

.input-sm{
	font-size: 16px !important;
}

input.form-control,select.form-control {
	height: 40px !important;
}
.form-control:focus {
  border-color: var(--second) !important;
  box-shadow: unset !important;
  
}

.form-control::placeholder {
  color: #ccc !important; /* Change the color of the placeholder text */
  font-weight: normal !important;
  font-size: 16px !important;
}
.form-group > label{
	font-weight: 400;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
}
.form-group:focus-within label {
            color: var(--second);
			font-weight: 500;
        }

.ui-select-bootstrap .ui-select-choices-row.active > span {
   background-color: var(--second) !important;
 }
 
/* .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	 border-bottom: 3px solid var(--main) !important;
 }*/
 
 /*** --- Navigation buttons new style (Previous / Next / Choose) --- ***/
 
 
 .previousBtn,.nextBtn{
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#4a4a4a;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  width: 60px;
  font-size: 18px;
  box-sizing: border-box;
  transition: 0.24s ease-in-out;
  cursor: pointer;
}

.previousBtn[readonly="readOnly"],.nextBtn[readonly="readOnly"]{
	color: #aeaeae;
	background: #efefef;
	cursor: not-allowed;
	border: 1px solid #efefef;
}

.previousBtn[readonly="readOnly"] > span ,.nextBtn[readonly="readOnly"] > span{
	color: #aeaeae;
	cursor: not-allowed !important;
}

.previousBtn:hover[readonly="readOnly"] > span ,.nextBtn:hover[readonly="readOnly"] > span{
	color: #aeaeae;
	cursor: not-allowed;
}

.previousBtn:hover[readonly="readOnly"],.nextBtn:hover[readonly="readOnly"]{
	color: #aeaeae;
	background: #efefef;
	cursor: not-allowed;
	border: 1px solid #efefef;
}

.previousBtn{
  border-radius: 5px 0 0 5px;
  border-right: unset !important;
  
}

.previousBtn:hover , .nextBtn:hover {
  background: var(--second);
  color: white;
  border-color: var(--second);
  
}


.nextBtn{
  border-radius: 0 5px 5px 0;
  border-left: unset !important;
}

.page-number {
  display: flex;
  height: 40px;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  border: 1px solid #f5f5f5;
  box-sizing: border-box;
  font-size: 14px;
  padding: 0 10px;
  cursor: default;
  background: #f5f5f5;
  color: #4a4a4a;
  
}

.page-number-input{
	border: 1px solid #f5f5f5 !important;
	border-radius: 5px 0 0 5px !important;
	width: 120px;
	background: #f5f5f5;
	box-shadow: unset !important;
	
}

.chooseBtn{
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#4a4a4a;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  width: 60px;
  font-size: 18px;
  box-sizing: border-box;
  transition: 0.24s ease-in-out;
  cursor: pointer;
  border-left: unset !important;
  border-radius: 0 5px 5px 0;
}

.chooseBtn:hover {
	background: var(--second);
	color: white;
	border: var(--second);
}


 /*** --- End of Navigation buttons new style (Previous / Next) --- ***/
 
 /*** --- Clickable table row style --- ***/
 
 .clickable-row:hover {
	 
	background-color: #F5F5F5 !important;
    transition: background-color 0.3s ease;
    cursor: pointer;
 }
 
 /*** --- END of Clickable table row style --- ***/
 
 /*** --- List action buttons --- ***/
 
 .list-buttons{
	 display: flex;
	 width: 100%;
	 justify-content: center;
	 align-items: center;
 }
 .listActionBtn{
	width:40px;
    height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--second);
	border: 1px solid var(--second);
	background: transparent;
	transition: 0.3s ease;
	font-size: 1.5rem;
	 
 }
 
 .listActionBtn:hover {
	 
	 color: white;
	 background: var(--second);
	 
	 
 }
 
 .listRemoveBtn{
	width:40px;
    height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--risk);
	border: 1px solid var(--risk);
	background: transparent;
	transition: 0.3s ease;
	font-size: 1.5rem;
	 
 }
 
 .listRemoveBtn:hover {
	 
	 color: white;
	 background: var(--risk);
	 
	 
 }
 
 .listConfirmBtn{
	width:40px;
    height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--progress);
	border:1px solid var(--progress);
	background: transparent;
	transition: 0.3s ease;
	font-size: 1.5rem;
	 
 }
 
 .listConfirmBtn:hover {
	 
	 color: white;
	 background: var(--progress);
	 
	 
 }
 
 .listCautionBtn{
	width:40px;
    height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--caution);
	border:1px solid var(--caution);
	background: transparent;
	transition: 0.3s ease;
	font-size: 1.5rem;
	 
 }
 
 .listCautionBtn:hover {
	 
	 color: white;
	 background: var(--caution);
	 
	 
 }
 
.list-buttons button:first-child {
    border-radius: 5px 0 0 5px;
}

.list-buttons button:last-child {
    border-radius: 0 5px 5px 0;
}

.list-buttons button:not(:first-child) {
    border-left: unset !important;
}
 
 
 
 /*** --- End of List action buttons --- ***/
 
 /*** --- Select/combobox window resize --- ***/
 
 .ui-select-bootstrap>.ui-select-choices,  .ui-select-bootstrap>.ui-select-no-choice  {
	 
	 width: auto;
	 
 }
 
  /*** --- End of Select/combobox window resize --- ***/
  
  /*** --- Style change for dropdown menu / Nanvbar --- ***/
  
  
  .navbar-nav>li>.dropdown-menu {
	  
	  border-top-left-radius: 5px !important;
	  border-top-right-radius: 15px !important;
	  border-bottom-right-radius: 15px !important;
	  border-bottom-left-radius: 15px !important;
	  overflow: hidden !important;
  }
  
  .main-menu .dropdown-menu>li>a{
	  background: white !important; 
  }
  
  .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	  
	  background-color: #3482CB !important;
	  color: white !important;
  }
  
  .navbar-custom .navbar-nav>li:hover {
	  
	  background: white;
  }
  
   .navbar-custom .navbar-nav>li > a {
	   font-weight: bold !important;
	   color: #4A4A4A !important;
	   font-weight: 500 !important;
	   transition: 0.3s ease;
   }
   .navbar-custom .navbar-nav>li:hover > a {
	  
	  color: #3482CB !important;
	  position: relative;
  }
  
  
  .navbar-custom .navbar-nav>li:hover >a::before {
	  content: "";
	  display: block;
	  border-bottom: 2px solid #3482CB;
	  content: "";
	  display: block;
	  position: absolute; 
	  bottom: 0; 
	  left: 0; 
	  width: 100%; 
	  border-bottom: 2px solid #3482CB;
	  z-index: 1; 
}

.navbar-custom .navbar-nav>li ul {
	
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}

.navbar-custom {
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15) !important;
}

/*** --- User name changes --- ***/

.user-name{
	font-size: 18px !important;
	margin: 0 5px 0 10px !important;
	line-height: normal !important;
	
}

.navbar-right>li>div>.navbar-nav>.dropdown>.dropdown-toggle .caret {
	
	margin-top: 0 !important;
}

/*** --- End of User name changes --- ***/

/** --- Mobile Elements swap on specific resolution --- **/
	
	.mobile{
	display: none !important;
  }

@media only screen and (max-width: 992px){
	
	.mobile{
		display: unset !important;
	}
	
	.not-mobile{
		display: none !important;
	}
}
	
	/** --- End of Mobile Elements swap on specific resolution --- **/
	
	
/*** --- FIX for UIB-tab padding --- ***/


uib-tab-heading > input {
	padding: 0 !important;
}

uib-tab-heading > button {
	padding: 0 !important;
}

uib-tab-heading > a {
	padding: 0 !important;
}


/*** --- End of FIX for UIB-tab padding --- ***/
