.wrapword {
white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -webkit-pre-wrap; /*Chrome & Safari */ 
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
word-break: break-all;
white-space: normal;
}
a {
color:#337ab7;
}
.fr { float: right; }
.fl { float: left; }
.folder-container {
	float:left; 
	width:320px;
	height:60px;
	padding:10px;
}
.folder {
	width:300px;
	height:40px;
	margin:0;
	padding:0;
	position:relative;
	background:#fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.18);
}
.folder-icon {
	left:0;
	top:0;
	width:40px;
	height:40px;
	padding:10px;
	background:#f6f6f6;
	position:absolute;
}
.folder-icon i {
	font-size:20px;
	line-height:20px !important;
	height:20px;
	color:#b0b0b0;
}
.folder-name {
	left:40px;
	top:0;
	width: 220px;
	height:40px;
	padding-left:10px;
	padding-top:15px;
	font-size:12px;
	line-height:12px;
	position:absolute;
	overflow:hidden; 
    white-space:nowrap; 
    text-overflow: ellipsis;
}
.folder-select {
	height:40px;
	width:300px;
	position:absolute;
	top:0;
	left:0;	
}
a.selectFolderBtn {
	display:block;
	width:100%;
	height:40px;
}
.folder.selected {
	background: #4C87B9;
	box-shadow: 0px 2px 8px 0 rgba(46,61,73,0.15) !important;
	color: #fff;
}
.folder.selected > .folder-icon {
	background: transparent;
	
}
.folder.selected > .folder-icon i {
	color:#fff;
}
.note-container {
	float:left; 
	width:160px;
	height:210px;
	padding:10px;
	padding-bottom:25px;
}
.note:not(.rr-md) {
	height:140px;
	margin:0;
	padding:0;
	box-shadow: 0px 8px 18px 0px rgba(46,61,73,0.15) !important;
	border-radius:0.125em;
}
.balanceBlock {
	padding:20px 15px !important;
	height: inherit !important;
}
.note-icon {
	text-align:center;
	padding-top:50px;
	height:140px;
}
.note-icon i {
	font-size:40px;
	line-height:40px !important;
	z-index:3 !important;
	color:#222;
}
.note-name {
	padding:7px;
	padding-top:10px;
	font-weight:600;
	font-size:11.5px;
	line-height:11.5px;
	letter-spacing:0.5px;
	overflow:hidden; 
	color:#525c65;
    white-space:nowrap; 
    text-overflow: ellipsis;
	height:33.5px;
}
.note-cdate {
	padding:7px;
	padding-top:0;
	font-weight:600;
	font-size:11.5px;
	line-height:11.5px;
	letter-spacing:0.5px;
	overflow:hidden; 
	color:#888888;
    white-space:nowrap; 
    text-overflow: ellipsis;
	height:33.5px;
}
.note-name.selected {
	background: #4C87B9;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15), 0 2px 7px rgba(0, 0, 0, 0.22);
	color: #fff;
}
.note-select {
	height:140px;
	width:140px;
	margin-top:-190px;
	opacity:0;
}
.note-select a {
	display:block;
	width:140px;
	text-align:center;
	padding-top:45px;
	height:140px;
	z-index:200;
}
.note.selected {
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15), 0 2px 7px rgba(0, 0, 0, 0.22);
}
.note-buttons {
	padding-top:10px;
	height:25px;
}
.pathBtn {
	font-size:13px; font-weight:600; letter-spacing:1px; text-transform:uppercase;
}
.dashboard-stat2 .display .number h3 {
	font-size:20px;
}
.table>tbody>tr {
}
.table>tbody>tr>td { 
    vertical-align: middle;
    font-size:12px;
}
.table>thead>tr>th { 
    vertical-align: middle;
    padding-right:10px;
    padding-left:10px;
    font-size:12px;
    background-color:transparent !important;
}
.table>tfoot>tr{
	border-bottom:0 !important;
	border-top:0 !important;
}
.table>tfoot>tr>th{
	border-bottom:0 !important;
	border-top:0 !important;
}
.text-align-right {
	text-align:right !important;
}
.text-align-left {
	text-align:left !important;
}
.text-align-center {
	text-align:center !important;
}
.text-align-justify {
	text-align:justify !important;
}
.bootstrap-select.btn-group .btn .filter-option{
	font-size:10px;
}

@media (min-width: 992px) {
	.expandableBtn {
		padding-left:10px !important; 
		padding-right:10px !important;
	}
	.expandableBtn span {
		float:right;
		margin-right:5px;
		display:none;
		font-size:11px; 
		font-weight:400; 
		letter-spacing:2px;
	}
	.expandableBtn:hover span {
		float:right;
		margin-right:3px;
		margin-left:3px;
		display:block;
	}
}
.modal-dialog{
	z-index:1000;
}
.modal-backdrop{
	z-index:900;
}
#breadCrumb {
	float:left; 
}
#breadCrumb a {
	float:left;
	color:#fff;
	font-size:13px;
	padding-top:16px; 
	padding-bottom:15px;
	padding-left:10px;
	padding-right:10px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#breadCrumb a:hover {
	text-decoration:none;
	background:rgba(255,255,255,0.15);
}
#breadCrumb .separator {
	float:left;
	padding-top:17px;
	padding-bottom:15px;
	font-size:13px;
}
#breadCrumbModifier {
	display:none;
}
@media (min-width: 768px) {
	#breadCrumb {
		width: 42%;
	}
	#breadCrumb.hasAdditionalLogo {
		width: 36%;
	}
	#breadCrumb.hasHotLineNumber {
		width: 33%;
	}
	#breadCrumb.hasAdditionalLogo.hasHotLineNumber {
		width: 27%;
	}
	.btn-group .expandableBtn{
		margin-bottom: 5px;
		margin-right: 5px;
	}
}
@media (min-width:992px) {
	#breadCrumb {
		width: 39%;
	}
	#breadCrumb.hasAdditionalLogo {
		width: 32%;
	}
	#breadCrumb.hasHotLineNumber {
		width: 29%;
	}
	#breadCrumb.hasAdditionalLogo.hasHotLineNumber {
		width: 24%;
	}
}
@media (min-width:1200px) {
	#breadCrumb {
		width: 31%;
	}
	#breadCrumb.hasAdditionalLogo {
		width: 25%;
	}
	#breadCrumb.hasHotLineNumber {
		width: 22%;
	}
	#breadCrumb.hasAdditionalLogo.hasHotLineNumber {
		width: 20%;
	}
}
@media (min-width:1399px) {
	#breadCrumb {
		width: 30%;
	}
	#breadCrumb.hasAdditionalLogo {
		width: 26%;
	}
	#breadCrumb.hasHotLineNumber {
		width: 24%;
	}
	#breadCrumb.hasAdditionalLogo.hasHotLineNumber {
		width: 20%;
	}
}
.noselect {
  user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    cursor: default;
    -khtml-user-select: none;
    -moz-user-select: none;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > i[class^="material-"], .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > i[class*="material-"], .page-sidebar .page-sidebar-menu > li > a > i[class^="material-"], .page-sidebar .page-sidebar-menu > li > a > i[class*="material-"]
{
	font-size:22px; position:relative; top:5px; bottom:-2px; height:14px !important; left:0px; line-height:14px;
}
@media (max-width: 767px) {
	#breadCrumb {
		display:none;
	}
	.page-sidebar-wrapper .page-logo a img {
		height:35px !important;
	}
}
/* @font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../../../font/MaterialIcons-Regular.eot); For IE6-8
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(../../../font/MaterialIcons-Regular.woff2) format('woff2'),
       url(../../../font/MaterialIcons-Regular.woff) format('woff'),
       url(../../../font/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  Preferred icon size
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  Support for all WebKit browsers.
  -webkit-font-smoothing: antialiased;
  Support for Safari and Chrome.
  text-rendering: optimizeLegibility;

  Support for Firefox.
  -moz-osx-font-smoothing: grayscale;

  Support for IE.
  font-feature-settings: 'liga';
} */

.dt-button {
	border: none !important;
	box-shadow: 0px 8px 18px 0px rgba(46,61,73,0.15) !important;
	border-radius:0.125em;
	transition: all 0.3s ease;
    transition-delay: 0s;
	transition-duration:0.3s;
	transition-property:all;
	transition-timing-function:ease;
	
	font-size:11px; font-weight:400; letter-spacing:2px; padding-top:9px; padding-bottom:9px;
	text-transform:uppercase !important;
}
.buttons-excel {
	background:#02b3e4 !important;
	color:#fff !important;
}
.buttons-excel:hover {
	background:#029fcb !important;
	color:#fff;
}
.buttons-pdf {
	background:#8775a7 !important;
	color:#fff !important;
}
.buttons-pdf:hover {
	background:#7c699f !important;
	color:#fff;
}
.dt-button:hover {
	box-shadow: 0px 2px 8px 0 rgba(46,61,73,0.15) !important;
	transition: all 0.3s ease;
    transition-delay: 0s;
	transition-duration:0.3s;
	transition-property:all;
	transition-timing-function:ease;
	
}
.dt-button:focus {
	color:#fff;
}
.dataTables_wrapper .dataTables_processing {
	position: fixed !important;
	font-weight:800;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align: center;
	font-size: 13px;
	padding:15px 35px;
	height:inherit !important;
	width:inherit !important;
	box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
	color:#525c65;
	background: #fcfdfe !important;
	border: 1px solid #eaeaea !important;
	z-index:2000;
	border:0;
}
#breadCrumb2 {
	padding-left:20px;	
	margin-left:-20px; 
	margin-top:-20px; 
	margin-bottom:20px; 
	width:calc(100% + 40px); 
	min-height:40px; 
}
#breadCrumb2 a {
	padding-top:14.5px;
	padding-bottom:14.5px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	color:#fff;
	font-size:11px;
	line-height:11px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:500;
}
#breadCrumb2 a:hover {
	text-decoration:none;
	background:rgba(255,255,255,0.15);
}
#breadCrumb2 .separator {
	float:left;
	padding-top:11px;
	padding-bottom:11px;
	font-size:18px;
	line-height:18px;
}

@media (max-width: 991px) {
	#breadCrumb2 {
		margin-top:-35px;
	}
	
	#breadCrumb2 a {
		font-size:10px;
	}
	.sidebarFixed {
		position: relative !important;
		z-index: 0	!important;
	}	
}
@media (max-width: 767px) {
	#breadCrumb2 {
		display:none;
	}
	
	#breadCrumb2 a {
		position:relative;
		font-size:10px;
		letter-spacing:0px;
	}

	.btn-group .expandableBtn, .btn-group .expandadbleBtn {
		width: 100%;
		margin-top: 3px;
	    margin-right: 0;
	    margin-bottom: 3px;
	    margin-left: 0;
	}

	.buttonsMobile {
		width: 100%;
	}

	.buttonsMobile .btn-group, .dashboardButtons .btn-group {
		width: 100%;
	}

	.buttonsMobile form {
		width: 100%;
    	overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	}
	.buttonsMobile .btn-group form .btn, .buttonsMobile .btn-group .btn {
		width: 100%;
    	overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	}
	
	#place {
		width: 100%;
	}

	#place a {
		width: 100%;
    	text-overflow: ellipsis;
	    white-space: nowrap;
	    overflow: hidden;
	    margin: 3px 0;
	}
}
@media (max-width: 576px) { 
	div.btn-group a.expandableBtn{
    	text-overflow: ellipsis;
    	overflow: hidden;
    	white-space: nowrap;
	}
}
#filters .row:first-of-type {
	margin-top:0px;
}
#filters .row {
	margin-top:15px;
}
.rr-md {
	border: none !important;
	box-shadow: 6px 15px 20px 0px rgba(46,61,73,0.15);
	background:#fcfdfe;
	border-radius:4px;
}
.alert {
	border: none !important;
	box-shadow: 2px 4px 10px 0px rgba(46,61,73,0.10);
	background:rgb(255,245,249);
	font-size:12px;
    letter-spacing:0.5px;
    font-weight:400;
}
.table-alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.table-alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.table-alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.bblue {
	background:#02b3e4;
	color:#fff;
}
.bblue:hover {
	background:#029fcb;
	color:#fff;
}
.btn {
	border: none !important;
	box-shadow: 0px 8px 18px 0px rgba(46,61,73,0.15) !important;
	border-radius:0.125em;
	transition: all 0.3s ease;
    transition-delay: 0s;
	transition-duration:0.3s;
	transition-property:all;
	transition-timing-function:ease;
}
.btn:hover {
	box-shadow: 0px 2px 8px 0 rgba(46,61,73,0.15) !important;
	transition: all 0.3s ease;
    transition-delay: 0s;
	transition-duration:0.3s;
	transition-property:all;
	transition-timing-function:ease;
}
.btn:focus {
	color:#fff;
}
#imageFields td {
	white-space: normal;
}
.rr-form {
	border: none !important;
	box-shadow: 0px 8px 18px 0px rgba(46,61,73,0.15) !important;
	height:34px;
	transition: all 0.3s ease;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: initial;
    font-size:12px;
    letter-spacing:1px;
}
.rr-form:focus {
	box-shadow: 0px 4px 8px 0 rgba(0,87,112,0.2) !important;
	transition: all 0.3s ease;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: initial;
}
.rr-form:hover:not(:focus) { 
	box-shadow: 0px 2px 8px 0 rgba(46,61,73,0.15) !important;
	transition: all 0.3s ease;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: initial;
}
.table-scrollable {
	border:none !important;
}
thead th {
	border-bottom:none !important;
	text-transform:uppercase;
	font-size:11px !important;
	font-weight:700 !important;
	letter-spacing:1px;
	border-bottom:1px solid #ccc !important;
}

tbody td {
	font-size:11px !important;
	font-weight:400;
	letter-spacing:0.5px; 
	border-top:none !important;
	color:#525c65;
	border-bottom:1px solid #eaeaea !important;
	white-space: nowrap;
	
}
table {
	border-bottom:none !important;
}
.dataTables_info {
	font-size:12px !important;
	font-weight:400;
	letter-spacing:0.5px;
	padding-left:10px;
}
.dataTables_length {
	font-size:12px !important;
	font-weight:400;
	letter-spacing:0.5px;
}
.dataTables_length select {
	border-radius:0px !important;
	border:none !important;
	font-size:12px !important;
	font-weight:400;
	letter-spacing:0.5px;
	box-shadow: 0px 2px 8px 0 rgba(46,61,73,0.15) !important;
}
.dataTables_horizontalScrollBtnMask {
	/* display: none; */
	position: absolute; 
	height: 100%; 
	top: 0; 
	border: 8px solid transparent; 
	cursor: pointer;
	background-color: rgba(230, 230, 230, 0.3);	
	transition: display 0.5s, border 0.5s, border-right 0.5s, border-left 0.5s, border-top 0.5s, border-bottom 0.5s, border-color 0.5s, background-color 0.5s; 
}
.dataTables_horizontalScrollBtnMask:hover {
	display: block;
	background-color: rgba(255, 0, 0, 0.1);
}
.dataTables_horizontalScrollBtnMask.scrollRight {
	right: -16px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
.dataTables_horizontalScrollBtnMask.scrollLeft {
	left: -16px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
.dataTables_horizontalScrollBtn {
	display: block;
	position: absolute;
	font-size: 30px;
	font-weight: 600;
	line-height: 30px;
	height: 30px;
	padding-top: 2px;
	width: 20px;
	top: calc(50% - 15px);
	color: #ccc;
	cursor: pointer;
	transition: color 0.3s, font-size 0.5s, padding-top 0.5s;
}
.dataTables_horizontalScrollBtn:hover {
	line-height: 30px !important;
	color: #aaa;
}
.dataTables_horizontalScrollBtnMask:hover .dataTables_horizontalScrollBtn {
	color: #999;
}
.dataTables_horizontalScrollBtnMask:hover .dataTables_horizontalScrollBtn:hover {
	color: #666;
}
.dataTables_horizontalScrollBtn i {
	line-height: 30px !important;
	/* padding-left: 3px; */
}
.scrollRight .dataTables_horizontalScrollBtn i {
	/* padding-left: 3px; */
}
.scrollLeft .dataTables_horizontalScrollBtn i {
	padding-left: 5px;
}
.scrollRight .dataTables_horizontalScrollBtn {
	right: -15px;
}
.scrollLeft .dataTables_horizontalScrollBtn {
	left: -10px;
}
.pagination li a {
 	border:none !important;
 	font-size:12px !important;
	font-weight:800;
}
.pagination li.active a{
	background:#02b3e4;
	color:#fff !important;
}
.filter-option {
	font-size:12px !important;
	font-weight:600;
	letter-spacing:2px;
}
table.dataTable tbody.tableToHighlight tr {
  transition: background-color 1s ease-in; 
}
table.dataTable tbody.highlightedTable tr {
  background-color: #FFFFCC;
}
.balanceBlock {
	text-transform:uppercase; letter-spacing:1px; font-size:13px; font-weight:700; color:#fff;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	margin-bottom:0;
	
}
#profilePhotoBlock {
	-webkit-transition: background 300ms ease-in 200ms; /* property duration timing-function delay */
    -moz-transition: background 300ms ease-in 200ms;
    -o-transition: background 300ms ease-in 200ms;
    transition: background 300ms ease-in 200ms;
}
#profilePhotoBlock .caption {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.82) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.82) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.82) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#6b000000',GradientType=0 ); /* IE6-9 */
	word-wrap: break-word;
	overflow-wrap: break-word;
	white-space: normal;
}
.rightInfo {
	margin-top:10px;padding-left:10px; padding-bottom:5px;text-transform:uppercase; letter-spacing:1px; font-size:12px; font-weight:700; color:#626262;
}
.leftInfo {
	margin-top:10px;padding-left:10px; padding-bottom:5px;text-transform:uppercase; letter-spacing:1px; font-size:12px; font-weight:700; color:#626262;
}
.leftDetails {
	position:relative; z-index:0; padding-top:15px; width:100%;
}
.leftProfile {
	position:relative;
	width: 300px;
	z-index:3;
}
#profilePhotoBlock {
	position: relative;
	border-bottom: none;
	margin-bottom: 0;
	margin-top: -12px;
	text-align: left;
	margin-left: -20px;
	margin-right: -20px;
	padding: 0px 0px;
	padding-top: 180px;
}
#profilePhotoBlock i {
	color: rgba(255,255,255,0.1); 
	position: absolute;
	font-size: 200px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	right: 0;
	bottom: -40px;
}
#detail {
	font-size:18px; font-weight:800; letter-spacing:0.5px; color:#fff;
}
.leftDetails .rr-md:first-of-type {
	margin-left:-10px; padding-left:30px !important; border-radius:0; background:#fcfdfe !important; z-index:-1;
}
#mainContent .rr-md, #selectedUsers .rr-md {
	background:#ffffff !important;
}
#mainContent #minFilters, #selectedUsers #minFilters {
	background:#fafbfc !important;
}
#mainContent .rr-md, #selectedRoles .rr-md {
	background:#ffffff !important;
}
#mainContent #minFilters, #selectedRoles #minFilters {
	background:#fafbfc !important;
}
.rrModal {
	width:60%;
}
@media (max-width: 991px) {
	.rrModal {
		width:100%;
	}
	.leftProfile {
		width: 100%;
	}
	.leftDetails {
		margin-left:0px; z-index:0; padding-top:0px; width:100%;
	} 
	.leftDetails .rr-md:first-of-type {
		margin-left:0px; padding-left:20px !important; border-radius:0; background:#fcfdfe !important;
	}
}
@media (max-width: 767px) { 
	.rrModal {
		width:100%;
	}
	.leftProfile {
		width: 100%;
	}
	.leftDetails {
		margin-left:0px; z-index:0; padding-top:0px; width:100%;
	} 
	.leftDetails .rr-md:first-of-type {
		margin-left:0px; padding-left:20px !important; border-radius:0; background:#fcfdfe !important;
	}
}
.newForm {
	padding-top: 30px !important;
	padding-bottom: 10px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	background: rgba(255, 255, 255, 1) !important;
	border: 1px solid #f1f1f1 !important;
/* 	box-shadow: 0px 8px 18px 0px rgba(46,61,73,0.15) !important; */
	transition: all 0.3s ease;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: initial;
	letter-spacing:0.5px !important;
	font-size:14px !important;
	min-height:72px;
}
.newForm:focus {
	box-shadow: 0px 4px 8px 0 rgba(0,87,112,0.2) !important;
	transition: all 0.3s ease;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: initial;
}
.newForm:hover:not(:focus) { 
	box-shadow: 0px 2px 8px 0 rgba(46,61,73,0.15) !important;
	transition: all 0.3s ease;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: initial;
}
.newForm .form-control {
	border-bottom:0 !important; 
}
.newForm.has-error .form-control {
	border-bottom: 1px solid #e73d4a !important; 
}
.form-md-line-input p {
	position:absolute;
	top:13px;
	left:15px;
	text-transform: uppercase;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: 1px;
	color: #626262;
	margin:0 !important;
}
.ms-container {
	margin-top:5px;
}
.ms-container .ms-list {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.1) !important;
}
.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
	font-family:'Open Sans';
	font-size:12px; 
	padding:10px;
	color:#4d6b8a;
}
.select-label {
	margin-bottom:0; margin-top:0;padding:5px !important; padding-left:10px !important; text-transform: uppercase;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: 1px;
	color: #626262;
}
.loader {
  top:0;
  border: 3px solid #333333;
  border-top: 3px solid #e2e2e2;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1.5s linear infinite;
}
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type="number"] {
  -moz-appearance:textfield;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.member-update-request-change-list {
	display: table;
	width: 100%
}

.member-update-request-change-list-row {
	display: table-row;
}

.member-update-request-change-list-cell {
	display: table-cell;
	width: 30%;
	text-align: center;
}

.member-update-request-change-list-cell-field-name {
	font-weight: bold;
	text-align: left;
}

.member-update-request-change-list-cell-arrow {
	display: table-cell;
	font-size: 20px;
	width: 10%;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

.tooltip {
	opacity: 1.0 !important;
}

.tooltip-inner {
	font-size: 14px !important;
	opacity: 1.0 !important;
}

.tooltip.right .tooltip-arrow {
	border-top-color: transparent !important;
}
.highWarning {
    height: 100%;
    background-color: #e35b5a; 
    color: #fff;
    border-radius: 0px !important;
    border: 0px;
    font-size:12px;
    padding-top: 3px;
    padding-bottom: 3px; 
    padding-left: 14px;
    box-shadow: 0px 8px 18px 0px rgba(46,61,73,0.15) !important;
}

.boldText {
    top: 13px;
    left: 15px;
    text-transform: uppercase;
    font-weight: 700 !important;
    letter-spacing: 1px;
    color: #626262;
    margin: 0 !important;
}

input[readonly][type="text"]:not([disabled="disabled"]), 
input[readonly][type="number"]:not([disabled="disabled"]), 
input[readonly][type="password"]:not([disabled="disabled"]) {
   	cursor: text !important;
   	background-color: #fff;
	curser: text;
}
.reportProgressWrapper {
	position: relative;
	width: 85%;
	height: 30px;
	top: 50%;
	left: 0;
	display: block;
	float: left;
	border: 1px solid #eaeaea;
	border-radius: 3px;
	overflow: hidden;
}

.reportProgressBar {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	float: left;
}

.reportProgressBar {
	background-color: #F7CA18;
}

.reportProgressBar.completed {
	background-color: #1BBC9B;
}

.reportProgressBar.failed {
	background-color: red;
}

.reportProgressBar.ongoing {
	color: #FFFFFF;
	background-color: #67809F;
}

.reportProgressBar.succeeded {
	background-color: #1BBC9B;
}

.reportProgressRatio {
	position: absolute;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 0;
	left: 0;
	display: block;
	float: left;
	text-shadow: #fff 0 0 10px;
	font-weight: 600;
	color: #000;
}

#exportLogsAuricle {
	position: fixed;
	display: block;
	width: 100px;
	height: 30px;
	top: calc(100% - 80px);
	left: -70px;
	background-color: #9aeada;
	/* background-color: #1BBC9B; */
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index: 4;
	cursor: progress;
	transition: left 0.5s ease-in-out;
	/* transition: left 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55), background-color 0.3s ease-in; */
}

#exportLogsAuricle.rightOriented {
	left: none;
	right: -70px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#exportLogsAuricle:hover {
	left: 0;
	background-color: #1BBC9B;
}

#exportLogsAuricle i {
	float: right;
	line-height: 30px;
	padding-right: 6px;
	font-size: 18px !important;
}

#exportLogsAuricle.rightOriented  i {
	float: left;
	padding-left: 5px;
}

#exportLogsAuricle span#ongoingExportCount {
	display: block;
	float: left;
	/* width: 22px; */
	text-align: right;
	padding: 0 5px;
	line-height: 30px;
}

#exportLogsAuricle.rightOriented span#ongoingExportCount {
	text-align: right;
}
#ongoingImports {
	position: fixed;
	display: flex;
	width: 230px;
	height: 30px;
	top: calc(100% - 120px);
	left: -200px;
	background-color: #9aeada;
	/* background-color: #1BBC9B; */
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index: 4;
	cursor: pointer;
	transition: left .3s ease-in-out;
	transition: left .3s ease-in-out, background-color 0.5s ease-in-out;
	align-items: center;
	padding-left: 10px;
}
#ongoingImports i {
	position: absolute;
	right: 0;
    line-height: 30px;
    right: 6px;
    font-size: 18px !important;
}
#ongoingImports:hover {
	left: 0;
}
#serverTimeAuricle {
	position: fixed;
	display: block;
	width: 290px;
	height: 30px;
	top: calc(100% - 40px);
	left: -260px;
	background-color: #9aeada;
	/* background-color: #1BBC9B; */
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index: 4;
	cursor: e-resize;
	transition: left 0.5s ease-in-out;
	transition: left 0.5s ease-in-out, background-color 0.5s ease-in-out;
}

#serverTimeAuricle.rightOriented {
	left: none;
	right: -220px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#serverTimeAuricle.wideOpen {
	left: 0;
	background-color: rgb(242, 222, 222);
	cursor: w-resize;
}

#serverTimeAuricle i {
	float: right;
	line-height: 30px;
	padding-right: 7px;
	font-size: 18px !important;
}

#serverTimeAuricle.rightOriented  i {
	float: left;
	padding-left: 5px;
}

#serverTimeAuricle span#currentServerTime {
	display: block;
	float: left;
	/* width: 22px; */
	text-align: right;
	padding: 0 5px;
	line-height: 30px;
}

#serverTimeAuricle.rightOriented span#currentServerTime {
	text-align: right;
}

.sidebarFixed {
	position: fixed;
	z-index: 6;
}

.upwardSubMenu {
	bottom: 39px;
	top: auto !important;	
}
.downwardSubMenu {
	bottom: auto;
	top: 100% !important;
}
.mobileMenuBoxShadow {
	box-shadow: none !important;
}
#place {
	float: right;
}
#place a {
	margin-right: 5px;
}

#activityItems {
	margin-left: 5px;
}

#confirmationForSMS {
	left: 30px; 
	top: 0;
}
.modal-footer .btn+.btn {
	margin-left: 5px;
}
#beneficiaryPortlet {
	float: left;
}
#vendorPortlet {
	float: right;
}
.rrCurrencyCol {
	max-width: 313px;
}
.rrCurrencyCol input {
	text-align: right;
}
.rrCurrencyCol p {
	right: 15px;
	left: auto;
}
.btn-group #refreshImportList, .btn-group #refreshExportListPg {
	margin-left: 10px;
}

.stickyScroller {
    width: 100%;
    height: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
    position: sticky;
    top: 75px;
    z-index: 5;
    margin-top: 10px;
    margin-bottom: 20px;
    background: #fcfcfc;
    cursor: ew-resize;
}
.stickyScroller.demoStickyScroller {
    top: 89px;
}
@media (max-width: 991px) {
	.stickyScroller {
		top: 10px;
	}
	.stickyScroller.demoStickyScroller {
	    top: 24px;
	}
}

.stickyScrollHandle {
	position: absolute;
    display: block;
    top: 0px;
    width: 40px;
    height: 20px;
    background: rgb(252, 252, 252);
    border-radius: 10px;
    margin-top: -5px;
    cursor: pointer;
    padding: 0px;
    line-height: 18px;
    font-size: 18px;
    text-align: center;
    border: 1px solid rgb(170, 170, 170);
    color: #666
}
.stickyScrollHandle:hover {
	background: #efefef;
}
.cell-status {
	padding: 2px 6px;
	border-radius: 2px;
	color: #ffffff;
	text-transform: capitalize;
}
.cell-status.Uncompleted {
	background: #f3c200;
}
.cell-status.Missing {
	background: #e35b5a;
}
.cell-status.Completed {
	background: #26C281;
}
.cell-status.Overtime {
	background: #8877a9;
}
.cell-status.Unpaid {
	background: #95A5A6;
}
.cell-status.Pending {
	background: #578ebe;
}
.cell-status.Paid {
	background: #2C3E50;
}

@media (max-width: 639px) {
	.stickyScroller {
		display: none !important;
	}
}

#toast-container {
	padding-top: 50px;
}
body.absolutelyDemo #toast-container {
	padding-top: 64px;
}
@media (max-width: 992px) {
	#toast-container {
		padding-top: 0;
	}
	body.absolutelyDemo #toast-container {
		padding-top: 12px;
	}
}

@-webkit-keyframes dpMarqueeXXL {
	0% { padding-left: 2%;}
	50% { padding-left: 92%;}
	100% { padding-left: 2%;}
}
@keyframes dpMarqueeXXL {
	0% { padding-left: 2%;}
	50% { padding-left: 92%;}
	100% { padding-left: 2%;}
}	
@-webkit-keyframes dpMarqueeXLarge {
	0% { padding-left: 6%;}
	50% { padding-left: 88%;}
	100% { padding-left: 6%;}
}
@keyframes dpMarqueeXLarge {
	0% { padding-left: 6%;}
	50% { padding-left: 88%;}
	100% { padding-left: 6%;}
}	
@-webkit-keyframes dpMarqueeLarge {
	0% { padding-left: 6%;}
	50% { padding-left: 85%;}
	100% { padding-left: 6%;}
}
@keyframes dpMarqueeLarge {
	0% { padding-left: 6%;}
	50% { padding-left: 85%;}
	100% { padding-left: 6%;}
}
@-webkit-keyframes dpMarqueeMedium {
	0% { padding-left: 6%;}
	50% { padding-left: 80%;}
	100% { padding-left: 6%;}
}
@keyframes dpMarqueeMedium {
	0% { padding-left: 6%;}
	50% { padding-left: 80%;}
	100% { padding-left: 6%;}
}
@-webkit-keyframes dpMarqueeSmall {
	0% { padding-left: 6%;}
	50% { padding-left: 70%;}
	100% { padding-left: 6%;}
}
@keyframes dpMarqueeSmall {
	0% { padding-left: 6%;}
	50% { padding-left: 70%;}
	100% { padding-left: 6%;}
}
.pulse-silver-1000 {
	animation: pulse-silver 1s infinite;
	-webkit-animation: pulse-silver 1s infinite;	
}
.pulse-silver-1500 {
	animation: pulse-silver 1.5s infinite;
	-webkit-animation: pulse-silver 1.5s infinite;	
}
@keyframes pulse-silver {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(234, 234, 234, 0.9);
		box-shadow: 0 0 0 0 rgba(234, 234, 234, 0.9);
	}
	45% {
		-moz-box-shadow: 0 0 0 15px rgba(234, 234, 234, 0.1);
		box-shadow: 0 0 0 15px rgba(234, 234, 234, 0.1);
	}
	50% {
		-moz-box-shadow: 0 0 0 15px rgba(234, 234, 234, 0);
		box-shadow: 0 0 0 15px rgba(234, 234, 234, 0);

	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(234, 234, 234, 0);
		box-shadow: 0 0 0 0 rgba(234, 234, 234, 0);
	}		
}
.pulse-red-1000 {
	animation: pulse-red 1s infinite;
	-webkit-animation: pulse-red 1s infinite;	
}
.pulse-red-1500 {
	animation: pulse-red 1.5s infinite;
	-webkit-animation: pulse-red 1.5s infinite;	
}
@keyframes pulse-red {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(227, 91, 90, 0.6);
		box-shadow: 0 0 0 0 rgba(227, 91, 90, 0.6);
	}
	45% {
		-moz-box-shadow: 0 0 0 13px rgba(227, 91, 90, 0.01);
		box-shadow: 0 0 0 13px rgba(227, 91, 90, 0.01);
	}
	50% {
		-moz-box-shadow: 0 0 0 15px rgba(227, 91, 90, 0);
		box-shadow: 0 0 0 15px rgba(227, 91, 90, 0);

	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(227, 91, 90, 0);
		box-shadow: 0 0 0 0 rgba(227, 91, 90, 0);
	}		
}
.pulse-green-1000 {
	animation: pulse-green 1s infinite;
	-webkit-animation: pulse-green 1s infinite;	
}
.pulse-green-1500 {
	animation: pulse-green 1.5s infinite;
	-webkit-animation: pulse-green 1.5s infinite;	
}
@keyframes pulse-green {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(27, 188, 155, 0.6);
		box-shadow: 0 0 0 0 rgba(27, 188, 155, 0.6);
	}
	45% {
		-moz-box-shadow: 0 0 0 13px rgba(27, 188, 155, 0.01);
		box-shadow: 0 0 0 13px rgba(27, 188, 155, 0.01);
	}
	50% {
		-moz-box-shadow: 0 0 0 15px rgba(27, 188, 155, 0);
		box-shadow: 0 0 0 15px rgba(27, 188, 155, 0);

	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(27, 188, 155, 0);
		box-shadow: 0 0 0 0 rgba(27, 188, 155, 0);
	}		
}
.bg-pulse-green-1000 {
	animation: bg-pulse-green 1s infinite;
	-webkit-animation: bg-pulse-green 1s infinite;	
}
.bg-pulse-green-1500 {
	animation: bg-pulse-green 1.5s infinite;
	-webkit-animation: bg-pulse-green 1.5s infinite;	
}
@keyframes bg-pulse-green {
	0% {
		background-color: rgba(27, 188, 155, 0.6);
	}
	45% {
		background-color: rgba(27, 188, 155, 0.01);
	}
	50% {
		background-color: rgba(27, 188, 155, 0);

	}
	100% {
		background-color: rgba(27, 188, 155, 0);
	}		
}
.bg-pulse-red-1000 {
	animation: bg-pulse-red 1s infinite;
	-webkit-animation: bg-pulse-red 1s infinite;	
}
.bg-pulse-red-1500 {
	animation: bg-pulse-red 1.5s infinite;
	-webkit-animation: bg-pulse-red 1.5s infinite;	
}
@keyframes bg-pulse-red {
	0% {
		background-color: rgba(227, 91, 90, 0.6);
	}
	45% {
		background-color: rgba(227, 91, 90, 0.01);
	}
	50% {
		background-color: rgba(227, 91, 90, 0);

	}
	100% {
		background-color: rgba(227, 91, 90, 0);
	}		
}
.button-custom-with-icon {
	padding: 0px 2px !important;
	font-size: 18px !important;
	width: 30px !important;
	line-height: 22px !important;
	margin: 5px !important;
	height: 25px !important;
}

.green-meadow-stroke {
	outline: 2px solid #1BBC9B !important;
	outline-offset: 4px;
	padding: 0px 2px !important;
	font-size: 18px !important;
	width: 30px !important;
	line-height: 22px !important;
	margin: 5px !important;
	height: 25px !important;
}

.yellow-lemon-stroke {
	outline: 2px solid #F7CA18 !important;
	outline-offset: 4px;
	padding: 0px 2px !important;
	font-size: 18px !important;
	width: 30px !important;
	line-height: 22px !important;
	margin: 5px !important;
	height: 25px !important;
}

.red-intense-stroke {
	outline: 2px solid #e35b5a !important;
	outline-offset: 4px;
	padding: 0px 2px !important;
	font-size: 18px !important;
	width: 30px !important;
	line-height: 22px !important;
	margin: 5px !important;
	height: 25px !important;
}

.inline-remove-button {
	position: absolute !important;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	padding: 3px !important;
}

.summary-card-col-layout {
	--span-multiplier: 1;
	width: calc(var(--span-multiplier) * var(--default-width));
	display: flex !important;
	padding-right: 1%;
}

@media (min-width: 500px) and (max-width: 599px) {
	.summary-card-col-layout {
		--default-width: 50%;
	}
}

@media (min-width: 600px) and (max-width: 1100px) {
	.summary-card-col-layout {
		--default-width: 33.33%;
	}
}

@media (min-width: 1100px) and (max-width: 1397px) {
	.summary-card-col-layout {
		--default-width: 25%;
	}
}

@media (min-width: 1398px) {
	.summary-card-col-layout {
		--default-width: 16.66%;
	}
}

.summary-card-col-layout.span-1 {
	--span-multiplier: 1;
}

.summary-card-col-layout.span-2 {
	--span-multiplier: 2;
}

.summary-card-col-layout.span-3 {
	--span-multiplier: 3;
}

.summary-card-col-layout.span-4 {
	--span-multiplier: 4;
}

.summary-card-col-layout.span-6 {
	--span-multiplier: 6;
}




