/* The input text Native */
.b-inputtext {
    height: 40px;
    min-width:220px;
    padding: 9px;
    font-size:14px;
    background-color: #fff;
    color: #404040;
    border:solid 1px #ccc;
    box-sizing: border-box;
    outline:none;
}
.b-inputtext.error {
    border-color: #d82132;
}
.b-inputtext:hover, .b-inputtext:active, .b-inputtext:focus {
    border-color:#237bc2;
}
.b-inputtext.disabled {
    /*background-color: #F5F8FA;*/
    /*border-color: #e0e7ed;*/
    /*color:#9b9ea0;*/
	background-color: #ccc !important;
    cursor: not-allowed !important;
}


.b-textarea {
    padding: 9px;
    font-size:14px;
    background-color: #fff;
    color: #404040;
    border:solid 1px #bfbfbf;
    box-sizing: border-box;
    outline:none;
	width: 100%;
}
.b-textarea.error {
    border-color: #d82132;
}
.b-textarea:hover, .b-textarea:active, .b-textarea:focus {
    border-color:#237bc2;
}
.b-textarea.disabled {
    background-color: #F5F8FA;
    border-color: #e0e7ed;
    color:#9b9ea0;
}


/* --------------------------------------------------------------------------*/

/* dropdowns */
.b-dropdown .btn.dropdown-toggle:hover,
.b-dropdown .btn.dropdown-toggle:focus,
.b-dropdown .btn.dropdown-toggle:active,
.b-dropdown .btn.dropdown-toggle.active,
.b-dropdown .open>.btn.dropdown-toggle {  
    background-color:#fff;
}
.b-dropdown .btn.dropdown-toggle:active{
    box-shadow:none;
}
.b-dropdown .btn.dropdown-toggle{
    font-family: "Open Sans", sans-serif;
    color:#404040;
    font-size:14px;
    border-radius:0px;
    border:1px solid #b8b8b8;
    padding:0px;
    width: 198px;
    height:40px;
    box-sizing:border-box;

}
.b-dropdown:hover, .btn.dropdown-toggle:hover{
    border-color:#237bc2;
}
.b-dropdown .btn.dropdown-toggle .selected-text{
    float:left;
    background-color:#fff;
}
.b-dropdown .btn.dropdown-toggle.big .selected-text{
    padding: 9px 10px;
    width: 158px;
    text-align: left;
    overflow:hidden;
    text-overflow: ellipsis;
}
.b-dropdown .btn.dropdown-toggle.medium .selected-text{
    padding: 5px 5px 5px 15px;
    width: 168px;
    text-align: left;
    overflow:hidden;
    text-overflow: ellipsis;
}
/*
.b-dropdown .btn.dropdown-toggle .caret{
    border:none;
    border-color:#237bc2;
    box-sizing:border-box;
    background-color:#fff;
    padding:10px 0 0;
    float:right;
}
.b-dropdown .btn.dropdown-toggle.big .caret{
    width:38px;
    height:38px;
}
.b-dropdown .btn.dropdown-toggle.medium .caret{
    width:28px;
    height:28px;
    padding: 4px 0 0;
}
.b-dropdown .btn.dropdown-toggle .caret:before{
	font-family: "Font Awesome 5 Free";
    content: "\f150";
    color:#027dbf;
    font-size:10px;
}
*/
.b-dropdown.open > .dropdown-toggle.btn-default:focus{
    background-color:#fff;
}
.b-dropdown.open > .btn.dropdown-toggle .caret{
    transform: rotate(180deg);
}
.b-dropdown.open > .btn.dropdown-toggle.medium .caret{
    padding: 2px 0 0;
}
 
/* scrollbars for chrome */
.b-dropdown .dropdown-menu::-webkit-scrollbar {
      width: 8px;
}
.b-dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #c9d0d6;
}
.b-dropdown .dropdown-menu{
    border-radius: 0px;
    width:198px;
    max-height:200px;
    overflow:hidden;
    text-overflow: ellipsis;
    overflow-y:auto;
    margin-top:0;
    padding:0px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.09);
}
.b-dropdown .dropdown-menu>li>a{
    width: 198px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.b-dropdown .dropdown-menu>li>a.active{
    background-color: rgba(0, 124, 190, 0.15);
}
.b-dropdown .dropdown-menu.item-big>li>a{
    line-height:32px;
    padding: 3px 16px;
}
.b-dropdown .dropdown-menu.item-medium>li>a{
    height:30px;
    line-height:22px;
    padding: 3px 16px;
}
.b-dropdown .dropdown-menu>li>a:hover,
.b-dropdown .dropdown-menu>li>a:hover>span:before,
.b-dropdown .dropdown-menu>li>a:focus{
    color: #fff;
    background-color: #007cbe;
}
/* DD effect and transition animation */
.b-dropdown.dropdown .dropdown-menu {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    max-height: 0;
    display: block;
    opacity: 0;
}
.b-dropdown.dropdown.open .dropdown-menu {
    max-height: 200px;
    opacity: 1;
    overflow: hidden;
    overflow-y:auto;
}
 
/* for the Angular UI Bootsrap */
/* aligning with flexbox */
.b-dropdown .b-btn-flex-container{
    display:flex;
    justify-content:space-between;
}
.b-dropdown .b-dd-flex-item{
    align-self:center;
}
.b-dropdown .b-dd-flex-item-text{
    padding-left:15px;
}
/*verriding the gray bg with same specificity */
.b-dropdown .dropdown-toggle.b-btn-flex-container{
    background-color:#fff;
}
/* disabled */
.b-dropdown .btn.dropdown-toggle.disabled{
    border-color: #dde4e9;
    color: #9b9ea0;
}
.b-dropdown .btn.dropdown-toggle.disabled .caret:before{
    color: #c3c5c7;
}
 
/* view mode */
.drop-down-view{
    font-family: "OpenSans";
    font-size:14px;
}



/* --------------------------------------------------------------------------*/

/* breadcrumbs */
 
.breadcrumb {
   background-color:#fff;
   /*padding: 8px 15px 0 0;*/
   margin-bottom:5px;
/*   width: 95%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;*/
	border-radius: 0;
	
	position: -webkit-sticky;
    position: sticky;
    top: 1px;
    z-index: 150;
    border: 1px #eaf1f7 solid;
}
.breadcrumb>li {
    display: inline-block;
    font-family: "Open Sans";
    color:  #007cbe;
    font-size: 14px;
}
.breadcrumb .breadcrumb-item:before{
	display:none;
}

.breadcrumb .breadcrumb-item:not(:last-child):after {
    padding: 0 10px;
    color: #a7b9c8;
    content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
    display: inline-block;
    /*transform: rotate(-90deg);*/
   /* font-size:10px; */
}
.breadcrumb .breadcrumb-item:last-child {
	color: #606468;
}

.breadcrumb>.active {
    color: #007cbe;
}
/* supplement to bootstrap basic */
.breadcrumb>li a {
    text-decoration: none;
    color: #007cbe;
}
.breadcrumb>li a:hover, a:focus {
     text-decoration: underline;
}
.breadcrumb .page-header {
	border: initial;
}

/* --------------------------------------------------------------------------*/

/* taken from gallery.css -- not found in official Breeze */
/* http://io.nice.com/uxa/galleryCss/gallery.css */

.gallery-spacing{
    margin:30px;
    /*padding-bottom: 30px;*/
	padding: 15px 4px;
    border-bottom:solid 1px #ccc;
}




.gallery-title {
    font-size: 28px;
   /* font-family: "OpenSansLight", Arial, sans-serif;*/
    /* background: url(../images/logo_nice_white.png) 10px no-repeat, url(../images/logo_spc_white.png) 120px no-repeat;*/
    background: url(../images/logo_nice_white.png) 10px no-repeat;
    padding-left: 100px;
    cursor: pointer;
    background-size: 15%;
    line-height: 60px;
}

.gallery-header {
    height: 60px;
    background-color: #222f37;
    color: white;
    padding: 0 30px;
    /* min-width: 600px; */
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;

}


#wrapper {
	/* padding-top: 50px; */
	/*padding-bottom: 20px;*/
    padding-left: 225px;
    /*margin-top: 20px;*/
    background-color: #eaf1f7;
    overflow: auto;
    height: 100%;
	transition: padding-left 1s;
}

#page-wrapper {
    left: 0;
    right: 0;
  margin-left: auto;
  margin-right: auto;
  /*margin-top: 20px;*/
  /*max-width: 1000px;*/
  width: 95%;
  /*padding: 10px;*/
  padding-top: 20px;
}

h2.page-header, div.page-header {
	margin: 20px 0;
	border-bottom: 1px solid #ccc;
	line-height: 1.1;
}

.content {
	position: relative;
	text-align: center;
	background-color: white;
	border:solid 1px #ccc;
	padding: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}

.label-floating {
  text-align: initial;
}
@media(max-width:767px) {
	.section.section-small.section-noprogress .section-icon {
		height: 40px;
	}
   .hide-mobile {
	    display:none;
    }
   .show-mobile {
	    display:inherit;
    }
    .section.section-small .section-icon {
        height: 36px;
        }
	.section.section-small {
	    height: 101px;
	    width: 101px;
	}
	.section.section-big {
	    height: 158px;
	    width: 158px;
	}
	.section.section-big .section-icon {
        height: 110px;
        }
	.section {
		-webkit-border-radius: 8px;
	    -moz-border-radius: 8px;
	    -ms-border-radius: 8px;
	    -o-border-radius: 8px;
	    border-radius: 8px;
		font-weight: 300;
		font-size: 0.9em;
	}
	.content {
		padding: 0;
	}
	#wrapper {
	    padding: 10px 0;
	    margin-top: 100px;

	}
	#page-wrapper {
	  padding: 0;
	  width: 95%;
	}
	.navbar-toggle {
		margin-right: 3px; 
	}
	.site-footer .fab,.site-footer .fas {
		font-size: 1rem;
		margin: 0 3px;
	}
	.site-footer .site-footer-center {
		margin-left: 10px;
	}
	.site-footer {
		height: 30px;
	}

	.slogan-container {
		bottom: 37px;
	}
	
	.project-label-container .btnReturnToProjects, .customer-label-container .btnReturnToCustomers {
		font-size: 1.5em;
		margin-left: 0;
	}
	
	.project-label-container .project-label, .customer-label-container .project-label {
		margin: 0 20px 0 0;
		white-space: nowrap;
	}
	.project-label-container, .customer-label-container {
		padding: 7px;
	}
	
	.project-label-container .lblCustomerName {
		font-size: 20px;
		font-weight: 500;
	}

	.project-label-container .lblPRJ {
		margin-left: 0;
		font-size: 1.2em;
	}
	.project-label-container .lblRegion {
		font-size: 0.8em;
	}
	.project-label-container .lblDescription {
		font-size: 0.8em;
	}
	.project-label-container .project-shortcut {
		font-size: 12px;
	}
	.project-label-container .project-shortcut img{
		height: 0.8em;
	}
	
}

.home_header {
	height: 60px;
    width: 398px;
    cursor: pointer;
}
.user-header {
	position: absolute;
    right: 0;
    top: 0;
    width: auto;
    display: flex;
	cursor: pointer;
	min-width: 159px;
}

.user-image {
	 padding-right: 10px;
}

.user-name {
    padding-top: 3px;
}

.no-padding-left {
	padding-left: 0 !important;
}
.no-padding {
    padding: 0 !important;
}


/* user menu settings */
#dropdown { 
  padding: 16px 16px;
 min-width: 150px;
  margin: 0 auto;
  border-left: 4px solid #222f37;

 /*
// display: block;
 // width: 266px;
 // position: relative;
 // cursor: pointer;
 // background: #fff;
  //font-size: 1.55em;
 // color: #656565;
*/
  font-weight: normal;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.user-header:hover { 
	background-color: #2e3e48; 
}

#dropdown.open {
  background: #5a90e0;
  color: #fff;
  border-left-color: #38454f;
}

#dropdown ul { 
  position: absolute;
  top: 100%;
  left: -4px; /* move content -4px because of container left border */
  width: 101%;
  padding: 5px 0;
  display: none;
  border-left: 4px solid #f44336;
  background: #fff;
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  list-style: none;
}
#dropdown ul li { font-size: 0.9em; }

#dropdown ul li a { 
  text-decoration: none;
  display: block;
  color: #447dd3;
  padding: 7px 15px;
}
#dropdown ul li a:hover {
  color: #6fa0e9;
  background: #e7f0f7;
}


/* Top Navigation */

.navbar-header {
    padding: 0 8px;	
}

.navbar-inverse {
    background-color: #222f37 !important;
    color: white !important;
}

.navbar-brand {
    background-color: #222f37 !important;
    color: white !important;
	/*background: url(../images/logo_nice_white.png) 10px no-repeat;*/
	/*background: url(../images/logo_nice_white_new.svg) 10px no-repeat;*/
	background: url(../images/NiCE_logo_2025_white.svg) 10px no-repeat;
	background-size: auto 50%;
    padding-left: 90px;
}

.side-nav {
    background-color: #222f37 !important;
    color: white !important;
}

.navbar-inverse .navbar-nav>li>a {
   color: white !important;
}


.top-nav {
    padding: 0 15px;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: white;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #3b8ec2;
}

.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    /*width: 100.5%;*/
}

.dropdown-menu>li>a {
    white-space: normal;
    padding: 5px 13px;
}

ul.alert-dropdown {
    width: 200px;
}

.btn .caret {
	/*margin-left: 6px;*/
}

ul.search-dropdown {
width: 282px;
    padding: 8px;
}

ul.search-dropdown > div > span > button {
	height: 40px;
}
.search-dropdown-a {
	padding-top: 19px !important;
    height: 50px;
}

/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 51px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #222;
        bottom: 0;
        /*overflow-x: hidden;*/
        padding-bottom: 40px;
		transition-duration: 1s;
    }

    .side-nav>li>a {
        width: 215px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 3px;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #3b8ec2 !important;
    }
    .hide-mobile {
	    display:inherit;
    }
    .show-mobile {
	    display:none;
    }
}


.side-nav>li>ul {
    padding: 0;
}

.side-nav>li>ul>li>a {
    display: block;
    /*padding: 10px 12px 10px 45px;*/
	padding: 4px 5px 4px 26px;
    text-decoration: none;
    color: #fff;
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}

.side-nav .fa,.side-nav .far, .side-nav .fas {
	    margin-right: 10px;
}

ul.collapse.in {
	background-color: #3b464c;
}
/* Animation for dropdowns */

.dropdown .dropdown-menu {
    -webkit-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0.3s;
    -moz-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0.3s;
    -ms-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0.3s;
    -o-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0.3s;
    transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0.3s;

    max-height: 0;
    /*display: block;*/
    /*overflow: hidden;*/
    opacity: 0;
    visibility: hidden;
}

.dropdown.open .dropdown-menu {
    -webkit-transition: max-height 0.5s, opacity 0.2s, visibility 0s;
    -moz-transition: max-height 0.5s, opacity 0.2s, visibility 0s;
    -ms-transition: max-height 0.5s, opacity 0.2s, visibility 0s;
    -o-transition: max-height 0.5s, opacity 0.2s, visibility 0s;
    transition: max-height 0.5s, opacity 0.2s, visibility 0s;
    max-height: initial; /* changed to fit submenus and avoid scrolling*/
    opacity: 1;
    visibility: visible;
}

label.input-file-label {
	cursor: pointer;
}