.loader{
    top: 0;
    z-index: 100;
    width: 100%;
    height: 40px;
    position: relative;
}
.systemNotifications{
    width: 30%;
    height: 150px;
    position: absolute !important;
    overflow: auto;
    top: 12px;
    right: 20px;
    z-index: 1;
    padding-right: 15px;
}
.loader:AFTER{
    position: relative;
}

.gridswitch {
	pointer-events: none; 
	margin-top: 5px;
    text-align: left;
    white-space: normal;
}
label.error{
	color: #F00;
}
.ui-widget-header {
	color:White;
	background:#5F6A78 ;	
}
#header {
     z-index:100; 
}

.ui-tabs .ui-tabs-panel{
	background:#E7EAEB;
}
.information {
    float: right;
}
.li-ref {
	display: none;
}
.popup-label {
	position: relative;
	float: left;
	padding-right: 10px;
	padding-left: 15px;
}
.popup-field {
	position: relative;
	float: left;
	padding-right: 10px;
	padding-left: 15px;
}
.popup-select {
	width:200px;
	height:27px;
}
.myAltRowClass {
	background:#97C9B7 ; 
}

 .search-select {
  background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
  background-color:#16a085;
  background-repeat:no-repeat;
  background-position: right 10px top 15px;
  background-size: 16px 16px;
  color:white;
  padding:7px;
  width:auto;
  font-family:arial,tahoma;
  font-size:16px;
  font-weight:bold;
  color:#fff;
  text-align:center;
  text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
  border-radius:3px;
  -webkit-border-radius:3px;
  -webkit-appearance: none;
  border:0;
  outline:0;
}

.search-select:focus, .search-select:active {
  border:0;
  outline:0;
}

.search-select:hover {
  background-color:	#138a72;
}

.dd-item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-item .dd-handle, .dd-dragel .dd-handle {
    background: #f0f9fc;
    border: 1px solid #daf1f8;
    color: #6aa3d5;
    padding: 4px 20px;
    margin-bottom: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
}

.dd-handle {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}
.search-dialog-button {
display: inline-block;
padding: 6px 12px;
margin: 0px 300px 0px 300px;
box-shadow: 2px 2px 10px 0px #15B358;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
    touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}

.search-dialog-button :hover {
 background-color: #48E68B;
}

.ui-jqgrid .ui-jqgrid-btable
{
  table-layout:auto !important;
}


.send_push_labels label.control-label{
	display: block;
    float: left;
    position: relative;
    top: -5px;
    margin-right: 8px;
}
#android_push, #ios_push{
	display: inline-block;
	position: relative;
	float: left;
}
#filter_div{
	width: 100%;
	position: relative;
	margin-bottom: 10px;	
}

/*  BLACK THEME*/
.page-core{
	 background-color: #1e191a;
}
#header {
    background-color: #1e191a;
}

#header .branding {
    background-color: #313131;
}

#sidebar{
   background-color: #313131;
}

#navigation {
    background-color: #313131;
}

#navigation > li.active > a {
    background-color: #0082C9;
}

#navigation .dropdown > ul li:hover > a, #navigation .dropdown > ul li.active > a {
    color: #0082C9;
}

.pageheader .page-bar .page-breadcrumb > li:first-child {
    background-color: #1e191a;
}
.pageheader .page-bar .page-breadcrumb > li:first-child > a {
    color: white;
}
.nav-tabs.tabs-dark {
    background-color: #1e191a;
}
.logo-small{
	width: 80px;
	height: 80px;
}
