html,body{height:100%;}
body {
	background: #d9e0e7;
}
/* login */
#login {
	background: #1a2229 url(../images/backgrounds/bg-tile.jpg) no-repeat;
	background-size: cover;
  background-position: center top;
}
.login{
  background-color: rgba(255,255,255,0.9);
  color: #0095da;
  padding: 20px 15px 5px;
}
.login footer{
	padding: 15px 0;
}
.login .form-control {
  font-size: 14px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #0095da;
  border: 2px solid #a6ce39;
  height: 60px;
}
.login input::-webkit-input-placeholder,
.login input::-moz-placeholder,
.login input:-ms-input-placeholder,
.login input:-moz-placeholder {
  color: #0095da!important;
}
.login .btn{
  background-color:#a6cf39; 
  margin-bottom: 10px;
  height: 60px;
}
.login .logo{
  margin-bottom: 20px;
}
.login .register{
}
/* login */

/* header */
.default>header{
	background-color: #0095da;
	position: fixed;
	top: 0;
	left: 0;
	height: 50px;
	z-index: 1;
	width: 100%;
  padding: 7px 15px;
}
.default header img{
	height: 35px;
}
.default header .navbar-form .btn-search {
	position: absolute;
	right: 12px;
	top: 2px;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
	background: 0 0;
	-webkit-border-radius: 0 30px 30px 0;
	-moz-border-radius: 0 30px 30px 0;
	border-radius: 0 30px 30px 0;
}
.default header .navbar-form {
	margin-top: 1px;
	margin-bottom: 0px;
}
.default header .form-control {
	background-color: #fff;
	border: 1px solid #E7E6E6;
	font-size: 12px;
}
.default header .navbar-nav>li>a .label {
	position: absolute;
	top: 0px;
	right: 3px;
	display: block;
	background: #ff5b57;
	line-height: 12px;
	font-weight: 300;
	padding: .3em .6em;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.default header .navbar-nav>li>a {
	color: #fff;
}
.default header .nav .open>a, 
.default header .nav .open>a:hover, 
.default header .nav .open>a:focus {
	background-color: rgba(0,0,0,0);
	border-color: #008b8b;
}
.default header .nav>li>a:hover, 
.default header .nav>li>a:focus {
	text-decoration: none;
	background-color: rgba(0,0,0,0);
}
.default header .navbar-nav>li>a {
	padding-top: 7px;
	padding-bottom: 14px;
}
.default header .navbar-user img {
	border-radius: 20px;
}
.default header .navbar-user a {
	padding-top: 0px!important;
	padding-bottom: 6px!important;
}
.default header .navbar-user .caret {
	margin-top: 0px;
}
.dropdown-menu{
  padding: 5px 0 0!important;
}
.required{
  font-size: 6px !important;
  color: red;
}
#UserNotifications {
  min-width: 240px;
  max-width: 240px;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 430px;
  padding-left: 10px;
  padding-bottom: 20px;
}
#UserNotifications .media-heading{
  margin-top: 3px;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  max-width: 180px;
  text-overflow: ellipsis;
}
#UserNotifications p{
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  margin-bottom: 0;
  max-width: 180px;
  text-overflow: ellipsis;
}
#UserNotifications .text-muted {
    font-size: 11px;
}
#UserNotifications a{
  color: #003e3e;
  text-decoration: none;
}
#UserNotifications a:hover{
  color: #007979;
}
#UserNotifications .media {
  margin-top: 0px;
}
.NotificationsAll{
  display: none;
}
.dropdown-footer a{
  color: #fff!important;
}
.dropdown-footer a:hover{
  color: #2d353c!important;
}
.dropdown-footer .btn{
  padding: 12px 0;
  margin-top: 0px;
}
#UserNotifications .mCSB_scrollTools .mCSB_draggerRail{
  background-color: rgba(0,0,0,0.3);
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
  background-color: rgba(0,0,0,0.85);
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
  background-color: rgba(0,0,0,0.9);
}
/* header */

/* section */
.default>section{
	position: fixed;
	top: 50px;
	width: 100%;
	height: 100%;
}
.default h1 span {
	font-size: 17px;
}
	/* notice */
	.default .notice{
		position: fixed;
		width: 380px;
		height: 105px;
		background-color: rgba(0,0,0,.75);
		top: 15px;
		z-index: 2;
		right: 15px;
		padding: 10px;
		color: #fff;
		font-size: 12px;
	}
	.default .notice img{
		border-radius: 50px;
		height: 50px;
	}
	.default .notice .dismiss{
		color: red;
		position: absolute;
		top: -6px;
		right: -5px;
		z-index: 8;
		cursor: pointer;
	}
	/* notice */

	/* dashboard */
	.registered-users-list {
		list-style-type: none;
		margin: 7.5px;
		padding: 0;
	}
	.registered-users-list>li {
		width: 25%;
		font-size: 12px;
		float: left;
		padding: 7.5px;
		color: #333;
	}
	.registered-users-list>li>a {
		display: block;
		margin-bottom: 10px;
	}
	.registered-users-list>li img {
		border-radius: 3px;
		max-width: 100%;
	}
	.registered-users-list>li .username {
		font-size: 12px;
		color: #333;
		margin-bottom: 0;
	}
	.text-ellipsis {
		white-space: nowrap!important;
		overflow: hidden!important;
		text-overflow: ellipsis!important;
	}
	.registered-users-list>li .username small {
		display: block;
		font-size: 11px;
		color: #707478;
		margin-top: 3px;
	}
	.slimScrollDiv .chats {
    padding-right: 15px;
  }
  .panel-body .chats {
    padding: 0;
  }
  .chats {
    list-style-type: none;
    margin: 0;
    padding: 12px 15px 15px;
  }
  .chats .date-time {
    font-size: 10px;
    display: block;
    float: right;
    color: #999;
    margin-top: 3px;
  }
  .chats .right .date-time {
    float: left;
  }
  .chats .right .name {
    text-align: right;
  }
  .chats .name {
    color: #333;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    text-decoration: none;
      font-size: 12px;
  }
  .chats .image {
    float: left;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    overflow: hidden;
  }
  .chats .message {
    border: 1px solid #ccd0d4;
    padding: 7px 12px;
    font-size: 12px;
    position: relative;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .chats .name .label {
    font-size: 8px;
    padding: 1px 4px 2px;
    margin-left: 3px;
    position: relative;
    top: -1px;
  }
  .badge.badge-primary, .label.label-primary {
    background: #348fe2;
  }
  .label {
    font-size: 75%;
    font-weight: 600;
  }
  .chats .right .image {
    float: right;
  }
  .chats .image+.message {
    margin-left: 75px;
  }
  .chats .right .image+.message {
    margin-right: 75px;
    margin-left: 0;
  }
  .chats .message:after, .chats .message:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -14px;
    border: 7px solid transparent;
    border-right-color: #ccd0d4;
  }
  .chats .message:after {
    left: -13px;
    border-right-color: #fff;
  }
  .chats .right .message:after, .chats .right .message:before {
    left: auto;
    right: -14px;
    border-right-color: transparent;
    border-left-color: #ccd0d4;
  }
  .chats .right .message:after {
    right: -13px;
    border-left-color: #fff;
  }
  .chats>li+li {
    margin-top: 15px;
  }
  .bootstrap-calendar{
  	padding: 0 15px;
  }
  .bootstrap-calendar .table-condensed{
  	width: 100%;
  }
  .bootstrap-calendar .day{
  	  font-size: 15px;
  }
  .bootstrap-calendar .new.day,
  .bootstrap-calendar .old.day{
  	  font-size: 13px;
  }
  .badge {
    border-radius: 0px;
  }
	/* dashboard */

/* main_content */
#main_content{
  background-color: #fff;
  padding: 15px 15px;
  margin-bottom: 10px;
}
/* section */


/* menu side */
#menu_side{
	height: 103%;
	overflow-y: hidden;
	background-color: #2d353c;	
}

#menu_side .profile{
	color: #a8acb1;
	background-color: #2d353c;
  	padding: 10px 15px;
}
#menu_side .profile h5{
	margin-bottom: 3px;
}

#menu_side .profile img{
	border-radius: 50px;
	height: 50px;
}
/* menu side */

/* data */
#data{
	height: 100%;
	overflow-y: hidden;
	background-color: #d9e0e7;
}

#main_contents .heading{
  font-size: 36px;
  line-height: 1.1;
  color: inherit;
  margin: 20px 0;
}
#main_contents .sub-heading{
  font-size: 17px;
  margin: 34px 10px 10px;
}
#main_contents .breadcrumb{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
}
/* data */

/* colours */
.bg-green {
  background: #a6ce39!important;
}
.bg-blue {
  background: #348fe2!important;
}
.bg-purple {
  background: #727cb6!important;
}
.bg-black {
  background: #2d353c!important;
}
.bg-black-darker {
  background: #242a30!important;
}
.bg-silver {
  background: #f0f3f4!important;
}
/* colours */

/* widgets */
.default .widget {
  margin-bottom: 20px;
  color: #fff;
  padding: 15px;
  overflow: hidden;
}
.widget.widget-stats {
  position: relative;
}
.widget-stats .stats-desc, 
.widget-stats .stats-title {
  color: #fff;
  color: rgba(255,255,255,.6);
}
.widget-stats .stats-icon {
  font-size: 42px;
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  margin-left: 15px;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: .2;
  filter: alpha(opacity=20);
}
.widget-stats .stats-icon.stats-icon-lg {
  font-size: 52px;
  top: 12px;
  right: 21px;
}
.widget-stats .stats-desc, .widget-stats .stats-title {
  color: #fff;
  color: rgba(255,255,255,.6);
}
.widget-stats .stats-title {
  position: relative;
  line-height: 1.1;
  font-size: 20px;
  margin: 2px 0 7px;
}
.widget-stats .stats-number {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 10px;
}
.widget-stats .stats-progress {
  background: url(../img/transparent/black-0.2.png);
  background: rgba(0,0,0,.2);
  height: 2px;
  margin: 0 -15px 12px;
}
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #e2e7eb;
}
.widget-stats .stats-progress .progress-bar {
  background: #fff;
}
.progress-bar {
  background: #348fe2;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget-stats .stats-desc {
  font-weight: 300;
  margin-bottom: 0;
}
.widget-chart {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 20px;
}
.widget-chart .widget-chart-content {
  padding: 15px;
  margin-right: 230px;
}
.widget-chart .chart-title {
  font-size: 35px!important;
  color: #2d353c;
  margin: 2px 0px 7px;
}
.widget-chart .widget-chart-sidebar {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 230px;
  padding: 15px;
}
.widget-chart .chart-title small {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #616D72;
  color: rgba(255,255,255,.3);
}
.widget-chart-sidebar .chart-number {
  font-size: 24px;
  color: #222;
  margin-bottom: 10px;
}
.widget-chart-sidebar .chart-legend {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 300;
  position: absolute;
  bottom: 10px;
}
.widget-chart-sidebar .chart-number small {
  font-size: 12px;
  color: #616D72;
  color: rgba(0,0,0,.8);
  display: block;
}
.widget-chart-sidebar .chart-legend>li {
  margin-bottom: 5px;
  color: #222;
}
.text-success {
  color: #00acac!important;
}
.widget-chart-sidebar .chart-legend>li span {
  color: #616D72;
  color: rgba(0,0,0,.3);
}
.text-primary {
  color: #348fe2!important;
}
.m-r-5 {
  margin-right: 5px!important;
}

.morris-hover.morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #666;
  background: rgba(255,255,255,0.8);
  border: solid 2px rgba(230,230,230,0.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
}
.morris-inverse .morris-hover {
  background: rgba(255,255,255,.9)!important;
  border: none!important;
  padding: 8px!important;
  color: #222!important;
}
.morris-hover {
  position: absolute;
  z-index: 1000;
}
.morris-hover {
  z-index: 0!important;
}
/* widgets */

/* overlay */
.overlay_preloader{
  display: none;
	background: rgba(255,255,255,0.95);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	padding: 10% 0;
	color: #00afe8;
	z-index: 2000;
}
.overlay_preloader img{
	height: 20px;
	margin-bottom: 20px;
}
/* overlay */

/* List Groups */
.list-group{
	font-size: 14px;
	margin-bottom: 80px;
}
.list-group .collapse .list-group-item{
    background-color: #1a2229;
}
.list-group .collapse .list-group-item:hover{
	  background-color: #2d353c;
}
.list-group .collapse .list-group-item.active{
    background-color: rgba(26,34,41,.8);
}
/* List Groups */

/* Panel */
.default .panel-inverse>.panel-heading {
  background: #242a30;
}
.panel-danger>.panel-heading, .panel-info>.panel-heading, .panel-inverse>.panel-heading, .panel-primary>.panel-heading, .panel-success>.panel-heading, .panel-warning>.panel-heading {
  color: #fff;
}
.ui-sortable .panel-heading {
  cursor: move;
}
/* Panel */

/* Labels */
.label {
  border-radius: 0px;
}
/* Labels */

.caret {
  margin-top: 10px;
}
.default .container-fluid{
	height: 100%;
  margin-top: -20px;
}
.nopadding{
	padding-left: 0px;
	padding-right: 0px;
}
.btn-default, 
.btn-primary, 
.btn-success, 
.btn-info, 
.btn-warning, 
.btn-danger,
.alert,
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus,
.panel,
.list-group-item,
.list-group,
.bg-info{
	border: 0px;
	background-image: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-default.active{
  background-color: #00acac;
}
.alert, 
.bg-info {
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 14px;
}
.default .alert, 
.bg-info {
  padding: 8px 15px;
}
.btn{
	text-transform: uppercase;
  	font-size: 14px;
}
label {
	font-weight: normal;
	text-align: left!important;
}
.form-control {
	font-size: 14px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.vertical-center {
	min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
	min-height: 100vh; /* These two lines are counted as one :-)       */
	display: flex;
	align-items: center;
}
.clearfix{
  clear: both;
}
.pagination {
  margin: 5px 0;
}
.table {
  margin-bottom: 10px;
}
.table .actions i{
  cursor: pointer;
}
.table .actions .popover-title,
.delete-form .popover-title {
    font-weight: bold;
}
.table thead i {
  cursor: pointer;
  color: #ccc;
}
.delete-form button{
  display: none;
}
.delete-form input{
  text-align: center;
  margin-bottom: 20px;
}
.popover-content a{
  width: 50%;
}
.breadcrumb>li+li:before {
  content: "/";
}
.open_collapse > .caret{
  transform: rotate(180deg);
}
.close_collapse > .caret{
  transform: rotate(0deg);
}

/* Pagination */
.pagination li{
  cursor: pointer;
}
/* Pagination */

/* Modal */
#searchMdl .modal-dialog{
  width: 80%;
  position: fixed;
  top: 30%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}
#searchMdl input{
  text-align: center;
  font-size: 20px;
  height: 50px;
}
#searchMdl .fa-search{
  float: right;
  margin-right: 20px;
  margin-top: -40px;
  position: relative;
  z-index: 2;
  color: #ccc;
}
#searchMdl .uiLoading{
  margin-top: 20px;
}
#searchMdl .uiLoading a{
  margin-top: 20px;
}
#searchMdl .ui-widget-content{
 
}

.modal-footer img{
  max-height: 30px;
}
.modal-content{
  -webkit-box-shadow: 0 5px 15px rgba(255,255,255,0);
  box-shadow: 0 5px 15px rgba(255,255,255,0);
}
/* Modal */

/* Range */
.range-value{
  margin-top: 6px;
  float: left;
}
.range{
  width: 90%!important;
  float: right;
}
/* Range */

/* Number */
input[type="number"] {
  width: 30%;
  float: left;
}
.suffix{
  margin-top: 6px;
  float: left;
  margin-left: 6px;
}
/* Number */

/* Checkbox */
.checkbox-wrapper{

}
input[type="checkbox"].checkbox {
    display: none;
}
input[type="checkbox"].checkbox + label {
    width: 100%;
    position: relative;
    background-color: #fff;
    /*label styling*/
    padding: 14px 4px;
    font-size: 15px;
    color: #ccc;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center!important;
    margin-bottom: 0;
    min-height: 50px;
    cursor: pointer;
}

input[type="checkbox"].checkbox:checked + label {
    background-color: #008686;
    color: #fff;
    font-weight: bold;
}

input[type="checkbox"].checkbox.main + label {
    background-color: #008686;
    color: #fff;
    font-weight: bold;
}

input[type="checkbox"].checkbox:disabled + label {
    opacity: 0.5;
}
/* Checkbox */

/* Disabled */
.disabled{
  pointer-events:none;
}
.form-control.disabled{
  border: 0px !important;
  font-weight: bold;
}
/* Disabled */

/* Tabpanel */
.tab-pane .row{
  border-top: 3px solid #d9e0e7;
  padding-top: 15px;
}
.tab-pane .delete{
  margin-top: 20px;
  position: absolute;
  right: 15px;
}
.tab-pane .row:nth-child(1){
  border-top: 0px;
  padding-top: 0px;
}
.tab-pane .btn-lg{
  margin-bottom: 10px;
}
/* Tabpanel */

/* Currency */
.currency{
  width: 60%;
}
.currency-danger{
  color: #a94442;
  padding-top: 5px;
}
.disabled .currency-symbol{
  font-weight: bold;
  margin-right: -8px;
}
.currency-symbol{
  float: left;
  padding-top: 7px;
  margin-right: 9px;
}
/* Currency */


.form-group .btn-group .btn-default{
  height: 34px;
}
.form-group textarea{
  height: 83px;
}

.form-group .uiLoading{
  margin-top: 10px;
}

#main_contents .form-group .fa-search,
#main_contents .form-group .fa-calendar{
  float: right;
  margin-right: 10px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  color: #ccc;
}
#main_contents .form-group .fa-spinner{
  float: right;
  margin-right: 30px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  color: #ccc;
}

@media only screen and (max-width: 800px) {
  /* Force table to not be like tables anymore */
  #no-more-tables table, 
  #no-more-tables thead, 
  #no-more-tables tbody, 
  #no-more-tables th, 
  #no-more-tables td, 
  #no-more-tables tr { 
    display: block; 
  }
 
  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  #no-more-tables tr { border: 1px solid #ccc; }
 
  #no-more-tables td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 50%; 
    white-space: normal;
    text-align:left;
  }
 
  #no-more-tables td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
    text-align:left;
    font-weight: bold;
  }
 
  /*
  Label the data
  */
  #no-more-tables td:before { content: attr(data-title); }
}

/* UI */
.ui-widget-content {
  border: 1px solid #999;
  background: #fff;
  color: #242a30;
}
.ui-widget {
  font-size: 14px;
}

.btn-default {
  background-image: linear-gradient(to bottom, #00557c 0%, #007eb9 100%);
  background-repeat: repeat-x;
  border-color: #004e71;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-color: #007eb9;
  border-color: #006f6f;
  color: #fff;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #ffffff;
  background-color: #00557c;
  border-color: #002d2d;
}

.btn-default:hover {
  color: #ffffff;
  background-color: #007eb9;
  border-color: #006f6f;
}

.btn-default:hover, .btn-default:focus {
  background-color: #007eb9;
  background-position: 0 -15px;
}