html {
    scroll-behavior: smooth;
}

.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;
}

.standardButton{
	width: 150px;
	float: right;
}

.textareaResize{
	max-width: 100%;
    max-height: 300px;
}


.close{
	color: black;
}
.modal-title{
	display: none !important;
}

.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;
	}
	
	.mt-scroll {
		margin-top: -3% !important;
	}
	
}



.login-content .modal-header{
	/*background-color: #03a9f4  !important;
	color: white !important;*/
}

@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;
	}
}

.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: absolute;
	top: 0px;
	width: 100%;
	height: 80px;
	color: white;
	background: #24262b !important;
}

.footerInfo{
	height: 90%;
	display:inline-block;
    padding-left: 15px;
    float: left;
    padding-top: 5px;
}

.content {
    display: block !important;
    font: 25px Georgia, "Times New Roman", Times, serif !important;
    font-size: 14px !important;
    margin-left: 1%;
}
.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: 690px) {
    .workflowWidth{
	    width: max-content;
    }

    .display-grid {
        display: grid !important;
    }

    .mb-2 {
        margin-bottom: 2%;
    }

    .ml-1 {
        margin-left: 1%;
    }

    .ml2 {
        margin-left: -2%;
    }

    .ml-resp {
        margin-left: 30%;
        justify-content: initial !important;
    }
}

@media screen and (max-width: 450px) {
    .ml-resp {
        margin-left: 25%;
        justify-content: initial !important;
    }
}

@media screen and (max-width: 360px) {
    .ml-resp {
        margin-left: 10%;
        justify-content: initial !important;
    }
}

  .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;
}

 .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(86,204,255,0.43);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header:first-child {
    border-radius: 10px 10px 0 0;
}
.card {
	box-shadow: none !important;
	border-style: solid;
	border-width: 1px;
	border-color: #CFCFCF;
	border-radius: 10px !important;
	background-color: white;
	position: relative;
}


.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: 355px) {
	.width22 {
		width: 100%!important;
		float: left;
		margin-right: 1%;
		margin-top: 1%;
	}
	
	.r-logo {
        display: none;
    }

    .footerIconsContainer {
        display: none !important;
    }

}
.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%;
    }

    .col-centered {
        float: none;
        /* reset the text-align */
        text-align: left;
        /* inline-block space fix */
        margin-right: -4px;
        text-align: center;
        margin: auto;
    }

    .width-auto {
        width: auto !important;
    }

    .ml-2 {
        margin-left: 2.5%;
    }

}

.width130 {
    width: 130%;
}

.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;
	background-size: cover;
	background-position: center;
}

.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;
}
  

@media (min-width:768px) {
	.navbar-nav>li{float:right}
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555; 
}



.navbar-brand {
	    background-image: url("content/images/logo_ext/");
}

.r-header {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 80px;
    
    padding-bottom: 0px;
    height: 90px;
    z-index: 3;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}

.r-menu {
	width: 900px;
	float: left;
	display: inline-block;
	align-content: center;
	padding-top: 10px;
	/*height: 60px; 
    margin-top: 25px;*/
}

.r-menu-item {
    width: 220px;
    height: 100%;
    color: var(--dark);
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 38px;
    padding-bottom: 35px;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 500;
    letter-spacing: 1.1px;
    font-style: normal;
}

.r-menu-item:visited {
    text-decoration: none;
}

.r-menu-item:hover {
    text-decoration: none;
    color: var(--main);
}

.r-menu-item:active {
    text-decoration: none;
   color: var(--main);
}


.loginDiv a:hover{
	text-decoration: underline;
}


.languages-menu li {
    color: #003a69;
}

.languages-menu .active {
    color: #002a4d !important;
}

.caret {
    color: #fff;
}

.r-profile-text {
    color: #fff;
    font-family: 'Ubuntu';
    font-weight: 600;
    letter-spacing: 0.5px;
    font-style: normal;
    font-size: 14px;
}

.loginBtn:hover, .loginBtn:focus {
    color: #cecece;
}

.r-profile {
    text-align: left;
    width: auto !important;
    list-style-type: none;
    padding-right: 0;
    padding-bottom: 8px;
    position: absolute;
	margin-right: 10px;
    top: 50%;
    right: 2%;
	font-size: 16px;
    /*padding-top: 5px;*/

}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	
	color: var(--main) !important;
	transform: unset !important;
	border-radius: 5px;
	background-color: #f1f2f6 !important;
}

.dropdown-menu{
	padding-right: unset !important;
	padding: 10px !important;
	transition: 0.24s ease-in-out !important;
	
}
.navbar-nav>li>.dropdown-menu {
 
    right: 0 !important;
    left: unset !important;
}

.ui-select-dropdown{
	padding: unset !important;
}


.r-dropdown{
        display: flex;
        justify-content: flex-start;
    }


a.dropdown-toggle {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    color: black;
	padding-right: 10px !important;
	display: flex !important; 
}

li.dropdown-toggle:hover {
	background: none;
	color: #fff;
}

.languages-menu {
    padding-top: 24px;
    float: right;
    color: #f2f2f2;
    display: inline-block;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 14px;
    display: none;
}

.r-bg {
    width: 100%;
    top: 0px;
    height: auto;
    margin-top: 60px;
}

@media(min-width: 1300px) {
    .r-bg {
        width: 100%;
    }
	.r-logo{
		margin-left: 50px;
	}
	
}


.r-logo {
  padding-top:10px;
    height: 81px;
    float: left;
    padding-bottom: 15px;
    transition: height 0.3s ease 0s;
}

.navbar-nav {
	float: right; 
}

.navbar-nav>li>a{
	padding-right: 0px;
}

/*.container {
  display: none;
  cursor: pointer;
  z-index: 1;
}*/

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #24262b;
    margin: 6px 0;
    transition: 0.4s;
	border-radius: 10px;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -6px);
}

.footerIconsContainer {
    height: 70%;
    display: inline-block;
    padding-left: 1%;
    float: right;
    padding-right: 32%;
    margin-top: -3px;
}



@media(max-width: 1300px) {

    .r-menu {
        display: none;
        min-width: 160px;
        background: white;
        overflow: auto;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
        z-index: 1;
        width: 220px;
        height: auto;
        font-size: 18px;
        margin-top: 25px;
        position: absolute;
        top: 65px;
        padding-left: 0px;
    }

    .r-menu-item {
        width: 100%;
        display: block;
        text-align: left;
        font-size: 12px!important;
        padding-bottom: 20px!important;
        padding-top: 10px;
    }
	
	.container-logo-mobile{
		display: flex; 
		align-items: center;
		justify-content: center;
		width: 100%;
	}

    /*.container {
        display: inline-block;
        float: left;
        position: absolute;
        top: 25px;
        left: 10px;
        width: 40px;
        padding: 0px !important;
    }*/
    .container-menu-mobile{
		display: initial !important ;
	}
    .positionMaxWidth{
        top: 44px;
    }

    

    .container-responsive {
        float: none;
        position: initial;
    }

    .footerIconsContainer {
        padding-right: 20px;
    }

    .ifScrolledMargin {
        margin-left: -60px;
    }
}


.yes {
	display: block;
}

.loginDiv{
	text-align: right;
	width: 30%;
	float: right;
	padding-top: 0.2%;
	position: relative;
}

.loginBtn {
    font-size: 13px;
    border: none;
    background: none;
    color: #fff;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    letter-spacing: 1.1px;
    font-style: normal;
}


div.footerInfo {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 1.1px;
    font-style: normal;
    font-size: 12px;
}

@media(max-width: 1352px) {
	.loginDiv {
		padding-top: 2%;
	}
}

#ic-adresa , #ic-site {
	width: unset !important;
}

.border-bottom-bg {
    position: absolute;
    top: 720px;
    width: 100%;
    height: 20px;
    background-color: #9ec900;
}

.footerInfoContent {
    display:inline-block;
    padding-top: 0px;
}

.footerInfoIcon {
    font-size: 14px;
    padding-right: 5px;
}

.footerSiteIcon {
    display: inline-block;
    width: 25px !important;
    height: 25px !important;
    margin-top: 10px;
    color: #9ec900;
}

/*nomalizer for catalog servicii*/
div {
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    text-decoration:inherit;
	font-weight: 400;
}

.adminTop {
    position: fixed;
    width: auto !important;
    right: 10px;
}



@media(max-width: 767px) {

    .adminTop {
        right: 25px;
       /* top: -22px;*/
    }

}

@media(max-width: 766px) {

    .adminTop {
        right: 5px;
       /* top: -22px; */
    }
	
	.resp-navbar {
		margin: 7.5px -10px;
	}
}
.containerBg {
    position: relative;
    text-align: center;
    color: black;
    
}

body {
    overflow-x: hidden;
    background-color: white;
    font-family: 'Ubuntu' !important;
}



.bgText {
    position: absolute;
    bottom: 10vw;
    left: 60%;
    color: black;
}

#bgTitle {
    font-size: 4.75vw;
    color: #fff;
	font-family: 'Lato', Helvetica, Arial, sans-serif !important;
}

.bgPassage {
    font-weight: 400;
    line-height: 0.5;
}

.bgButtonContainer {
    position: absolute;
    bottom: 23%;
    left: 250px;
}

.bgButton {
    color: white;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    padding: 7px 15px 10px 20px;
    border-radius: 5px;
    background-color: #3a649e;
}

.bgButton:hover {
    color: white;
    text-decoration: none;
    background-color: #274570;
}

.bgButton:visited {
    color: white;
    text-decoration: none;
}

.bgButton:active {
    color: white;
    text-decoration: none;
}
.context-dark,
.bg-gray-dark,
.bg-primary {
    color: rgba(255, 255, 255, 0.8);
}

.footer-classic a,
.footer-classic a:focus,
.footer-classic a:active {
    color: var(--main);
}

p.anchor {
    display: block;
    position: relative;
    visibility: hidden;
}

@media(max-width: 820px) {
    .width100 {
        width: 100% !important;
    }
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    height: 55px;
}


.scroll-down {
    background-color: white;
}

@media(max-width: 1290px) and (min-width: 769px) {
	.mt-scroll {
		margin-top: -2% !important;
	}
}

@media(max-width: 500px) {
	
	.mt-scroll {
		margin-top: -5% !important;
	}
}

.paddingTop {
    margin-bottom: 5px;
}

.headerLink:hover {
    text-decoration: none!important;
    color: #cecece !important;
}

.top-footer {
	padding: 15px 0px; 
	text-align: center; 
	background: #fafafa; 
	box-shadow: 3px 0 7px rgba(0, 0, 0, 0.3);
}

.top-footer-section {
	width: 80%; 
	display: inline-flex; 
	text-align: initial;
}

.center-items {
	display: inline-flex; 
	justify-content: center;
}

.glyphicon-footer {
	padding: 15px; 
	border-radius: 50%; 
	color: white; 
	margin-right: 10px; 
	background: linear-gradient(45deg, var(--main) 0%, var(--second) 100%) !important; 
	height: fit-content;
}

.glyphicon-footer-text {
	text-align: initial; 
	font-weight: 600;
}

.container-footer {
	max-width: 1170px;
	margin:auto;
}

.details-footer {
	display: grid; 
	padding: 20px 0px;
}

.pt-pb-5 {
	padding: 5px 0px;
}

.title-details-footer {
	padding: 10px 0px;
	font-size: 17px;
	font-weight: 700;
	color: white;
	border-bottom: 1px solid #585858;
	width: fit-content;
}

.social-details-footer {
	display: inline-flex;
	width: 100%; 
	margin-top: 5%;
}

.social-details-col {
	display: grid; 
	width: 50%;
}

.scroll-btn {
	color: white;
	margin-right: 2%;
	background: #9ec900; 
	padding: 13px; 
	border-radius: 5px; 
	margin-top: -1.5%; 
	cursor: pointer; 
	float: right;
}

@media(max-width: 1350px) {

    .content {
        margin-left: 0%;
    }

    .r-profile {
        right: 0%;
    }

    .footerIconsContainer {
        padding-right: 230px;
    }

    .footerInfo {
        padding-left: 15px
    }

}


@media(max-width: 1060px) {

    .footerInfo {
        visibility: hidden;
    }

}



#captcha1 {
    padding-bottom: 30px;
}

.nav_menu p {
    padding-bottom: 0px !important;
}
/*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;
}

/*Classes for the footer */

body{
	line-height: 1.5;
	font-family: 'Ubuntu', sans-serif;
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
.container-footer{
	max-width: 1170px;
	margin:auto;
}
.row-footer{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer-new{
	background-color: #24262b;
    padding: 70px 0;
}
.footer-new-col{
   width: 20%;
   padding: 0 15px;
}
.footer-new-col h4{
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-new-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background: var(--second);
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-new-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-new-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-new-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-new-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-new-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}
.footer-logo{
	width: 185px;
    /*filter: brightness(0) invert(1);*/
	transition: 0.3s ease-in-out;
}
.footer-logo:hover{
	filter: unset;
}
hr.footer-line {
  background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), to(transparent), color-stop(25%, var(--second)),color-stop(50%, #46b8c3));
  width: 60%;
  height: 1px;
  border-top: transparent;
}

.button-top{
	border: 1px solid #bbbbbb;
	color: white !important;
	background-color: var(--dark) !important;
	width: 50px;
	height: 50px;
	transition: all 0.5s ease;
}

.button-top:hover {
	border: 1px solid var(--second) !important;
	color: white !important;
	background: var(--second) !important;
	width: 50px;
	height: 50px;
}
/*responsive footer*/
@media(max-width: 767px){
  .footer-new-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-new-col{
    width: 100%;
}
}

/* Input focus color + list color*/
.form-control{
	border-radius: 5px !important;
	border: 1px solid #cfcfcf !important;
	min-height: 40px !important;
}

.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-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;
 }
 
 /*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;
}

.signup{
    color: white !important;
    background: transparent;
    border: 2px solid white !important;
    border-radius: 15px;
	font-weight: bold;
	transition: 0.3s ease;
}

.signup:hover {
    color: #3b4859 !important;
    background: white !important;
    border: 2px solid white !important;
    border-radius: 15px;
}

.login{
    color: white !important;
    background: transparent;
    border: none !important;
    border-radius: 15px;
	font-weight: bold;
	transition: 0.3s ease;
}

.login:hover {
    color: #3b4859 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 15px;
}

.container-buttons{
	display: flex;
    align-items: center;
    margin-top: -3%;
	justify-content: center;
}

/*-------------------------------------------*/

.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>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		
		border-top: unset !important;
		border-bottom: 1px solid  rgba(0,0,0,.12) ;
		
		
	}
	
	.table>thead>tr>th {
		padding-left: 15px;
	}
	
	.table>tbody>tr>td{
		padding-left: 15px;
		font-size: 16px;
		font-weight: 400;
		line-height: normal;
		font-style: normal;
	}
	
	.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		border-top: unset !important;
		border-bottom: 1px solid  #ddd ;
	}
  .table-header-styles th {
	color: white !important;
	border: 1px solid #ddd;
	text-align: center;

  }
  
   .table-styles th:first-child{
	border-top-left-radius:14px;
	border-left: none;
	border-bottom-left-radius: 14px;
  }

  .table-styles th:last-child{
	border-top-right-radius:10px;
	border-right: none;
	border-bottom-right-radius: 14px;
  }
  
  .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(--second);
}
  
  
  .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%;
}



.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: 2px solid #6F9BC5 !important;
	 color: #000 !important;
	 font-weight: 500 !important;
 }
.nav-tabs > li > a {
	 color: #000 !important;
	 font-weight: 400 !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;
  }

/* Special Table Buttons */

.button-table{
	font-size: 1.6rem;
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
    color: white;
    background-color: transparent;
    transition: 0.24s ease-in-out;
  }
  .button-table:hover {
	background-color: #ffffff3d;
  }
  
  /* ---------------------- */
  
  /* Notifications button (top bar) */
 
.notifications-button{
	display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px !important;
    width: 40px;
    height: 40px;
    font-size: 24px;
    color: white;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    transition: 0.24s ease-in-out;
}

.notification-dot{
	color: white;
    background: #ff3d3d;
    min-width: 18px;
    font-size: 8px;
    font-weight: 600;
    height: 18px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 4px;
    left: 19px;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
}

.notifications-button:hover,.notifications-button:active, .notifications-button:focus {
  background: rgba(214, 214, 214, 0.4);
  color: white !important;
  
}

  /* ---------------------- */
  
 
  /* hotfix for header navbar  */

  .user-container-header > .nav>li>a {
	  padding: 0 !important;
  }
  
  @media only screen and (min-width: 600px){
	  
	  .user-container-header{
		margin-top: -23px !important;
	  }
	  
  }
  
  @media only screen and (max-width: 767px) and (min-width: 630px)  {
	  
	  .user-container-header{
		margin-top: -30px !important;
		gap: 10px;
	  }
	  
  }
  
  @media only screen and (max-width: 629px) and (min-width: 426px)  {
	  
	  .user-container-header{
		margin-top: -30px !important;
		gap: 10px;
	  }
	  
  }
  
  @media only screen and (max-width: 425px) and (min-width: 300px)  {
	  
	  .user-container-header{
		margin-top: -27px !important;
		gap: 10px;
	  }
	  
  }
  /*@media only screen and (min-width: 767px){
	  .user-login-buttons{
		  margin-top: 25px !important;
	  }
  }*/
   /* ---------------------- */
   
     @media only screen and (max-width: 890px) and (min-width: 500px){
		
		.user-name-container{
			flex-direction: row !important;
		}
		 
	 }
	 
	 /* 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;
	text-dec
}

.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;  
}

.green{
	background: var(--progress) !important;
	border-color: var(--progress) !important;
}

.green:hover{
	
	color: var(--progress) !important;
	background:#F5F5F5 !important;
}

.red{
	background: var(--risk) !important;
	border-color: var(--risk) !important;
}

.red:hover{
	
	color: var(--risk) !important;
	background:#F5F5F5 !important;
}

.orange{
	background: var(--caution) !important;
	border-color: var(--caution) !important;
}

.orange:hover{
	
	color: var(--caution) !important;
	background:#F5F5F5 !important;
}

.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 --- **/

/**  UIB Tab Style  **/

.nav-tabs>li:not(.active)>a:hover {
  border-radius: 5px !important;
  border-color: transparent !important;
}
  .nav-tabs>li>a {
	font-size: 18px !important;
	padding: 0 !important;
  }
  
  .nav-tabs li {
	  margin: 10px;
  }
  
  .nav-link{
	padding: 0 !important;
	margin-right: 15px !important;
	font-size: 18px !important;
	font-weight: 400 !important;
  }
  
  .nav-link:hover {
	font-weight: 400 !important;
  }
  
  .nav-tabs{
	border-bottom: unset !important;
  }


/** --- End of UIB Tab Style --- **/

/** --- 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{
		min-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);
		padding: 0 20px;

	}
	
	.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 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);
}

/* --- 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 --- */

 /*** --- End of Navigation buttons new style (Previous / Next) --- ***/

/** 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{
	margin: 1% 2%;
	position: relative;
}

.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 --- */

 
 


 /*** --- 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 --- ***/
  
  /*** --- Container media query fix --- ***/
  
  @media screen and (max-width: 750px){
	
	.container{
		width: 100% !important;
		padding: 0px !important;
	}
}

/*** --- End of container fix --- ***/

/*** --- User Login Buttons fix --- ***/

.button-top-header{
		color: white !important;
		font-size: 16px;
		font-weight: 600;
		line-height: 140%;
		letter-spacing: 1.1px;
		transition: 0.24s ease-in-out;
	}
	
	.button-top-header:hover{
		
		color: var(--second) !important;
		
	}
	
	.login-buttons-header{
		margin-top: 10px;
	}

/*** --- End of user Login Buttons fix --- ***/

/***--- Mobile menu container --- ***/


 .container-menu-mobile{
	display: none;
	margin-left: 15px;
}

/***--- End of Mobile menu container --- ***/


/*** --- Header logos on mobile resolution --- ***/


@media screen and (max-width: 950px){
	
	.display-logos{
		display: none !important;
	}

}
/*** --- End of Header logos on mobile resolution --- ***/

/** --- 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 --- **/

/** --- 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;
	}
	.nav-tabs{
		display: flex !important;
		flex-direction: column !important;
	}
	

}

@media only screen and (max-width: 889px){
	.view-container {
		border-left: none !important; 
	}
}
	/** --- End of Mobile Elements swap on specific resolution --- **/


/** --- Fix for 'x' button pop-uo modal mobile --- **/

@media (max-width: 700px){
.modal-header .close {
	margin-top: none !important;
    font-size: 40px !important;
}
}

/** --- End of Fix for 'x' button pop-uo modal mobile --- **/


/*** --- 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 --- ***/