.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;
}

.modal-header{
	/*background-color: #03a9f4;*/
    border-bottom: 3px solid #eeeeee !important; 
}
.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;;   
  }
  
  .floatBtn2:active {
	border-color: #21a1e3;;   
  }
  .floatBtn2: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;
	}
}



.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;
	}
	.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;
	}
 }
 
 .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);
	min-height: 75px;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card {
	box-shadow: none !important;
	border-style: solid;
	border-width: 1px;
	border-color: #D8D8D8;
	border-radius: 3px !important;
}


.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;
	}
	
}
.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;
}

.modal-header{
	/*background-color: #03a9f4;*/
    border-bottom: 3px solid #eeeeee !important; 
}
.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;
	}
}



.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;
	}
	.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;
	}
 }
 .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: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card {
	box-shadow: none !important;
	border-style: solid;
	border-width: 1px;
	border-color: #D8D8D8;
	border-radius: 3px !important;
}


.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: 35px;
  height: 35px;
  border-radius: 50%;
}
@media (max-width: 1300px) and (min-width: 768px){
	
    .adminTop{
		margin-top:-43px!important;
	}
	
}
@media (min-width: 1353px){
	
    .adminTop{
		margin-top:-9px!important;
	}
	.languageTop{
		margin-top:-10px!important;
	}
}
.ui-select-bootstrap>.ui-select-choices, .ui-select-bootstrap>.ui-select-no-choice{
	width: auto !important;
}
  input[type=search]{
	width: 100% !important;
  }