html,body{height:100%;}
body {
	background: #dadfe4;
  /*background: #1a2229 url(../images/backgrounds/background.jpg) no-repeat;
  background-size: cover;*/
}
/* login */
#login {
	background: #1a2229 url(../images/backgrounds/background.jpg) no-repeat;
	background-size: cover;
  background-position: center top;
}
.login{
  background-color: rgba(39,39,39,0.7);
  color: #fff;
  /*padding: 20px 15px 5px;*/
  padding: 60px 15px 40px;
}
.login footer{
	padding: 15px 0;
}
.text-color{
	color: grey !important;
  font-size: 12px;
}
.login .form-control {
  font-size: 14px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000);
  /*border: 2px solid #a6ce39;*/
  height: 40px;
}
.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:#007eb9; 
  margin-bottom: 10px;
}
.login .logo{
  margin-bottom: 20px;
}
.login .register{
}
/* login */

/* header */
.default>header{
	background-color: #272727;
	position: fixed;
	top: 0;
	left: 0;
	height: 50px;
	z-index: 2;
	width: 100%;
  padding: 7px 15px;
}
.default header img{
	height: 50px;
	margin-top: -0.8em;
}
.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-size: 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: 10px;
	padding-bottom: 10px;
}
.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 10px 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 */

/*MODAL STUFF*/
.modalbusy
{
  position: fixed;
  z-index: 1050;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: Black;
  filter: alpha(opacity=60);
  opacity: 0.8;
  -moz-opacity: 0.8;
}

.centerbusy
{
  z-index: 5000;
  margin: 200px auto;
  padding: 10px;
  width: 120px;
  background-color: #fff;
  border-radius: 10px;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
/*MODAL STUFF*/

/* 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, #main_content2, #main_content22, #main_content23, #main_content24, #main_content25{
  background-color: #fff;
  padding: 15px 15px;
  margin-bottom: 10px;
}
/* section */


/* menu side */
#menu_side{
	overflow-y: hidden;
	background-color: #2d353c;
  margin-top: -4.5em;
}

#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: 16px;
  /*line-height: 1.1;*/
  color: #fff;
  margin-top: 10px;
}
#main_contents .sub-heading{
  font-size: 12px;
  margin-left: 5px;
  margin-top: 20px;
  color: var(--blue);
}
#main_contents .sub-heading-chat{
  font-size: 12px;
  color: #fff;
}
#main_contents .breadcrumb{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
}
#main_contents thead,tbody{
  font-size: 11px;
}
/* data */

.no-data-headings {
  color: #fff;
  /*color: var(--blue);*/
  margin-top: 6em;
	font-size: 18px;
  font-weight: 400;
}

/* 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: 12px;
	/*margin-bottom: 80px;*/
	margin-bottom: 0px;
}
.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: 0px;
  margin-left: 5px;
}
.default .container-fluid{
	/*background-color: rgba(39,39,39,0.7);*/
  height: 100%;
  /*margin-top: -20px;*/
}
.nopadding{
	padding-left: 0px;
	padding-right: 0px;
}

.btn-primary {
  color: #fff;
  background-color: #007eb9;
  border-color: #006d9f;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #e2f257;
  background-position: 0 -15px;
}

.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: 18px;
	z-index: 2000 !important;
}
.default .alert, 
.bg-info {
  padding: 8px 15px;
}
.btn{
	text-transform: uppercase;
  font-size: 12px;
}
label {
	font-weight: normal;
	text-align: left!important;
}
.form-control {
	font-size: 14px;
	border-radius: 5px;
	-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;
  margin-top: 4em;
}
.clearfix-chat{
  clear: both;
  margin-top: 1em;
}
.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 */
.modal-dialog2{
  width: 39%;
  position: fixed;
  top: 30%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}
#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: 100% !important;
  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); }
  
  input[type="number"] {
    float: left;
    width: 60%;
  }  
}

/* 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;
}

/*DIV SEPARATOR*/
.vertical-line-right {
  border-right: solid #002d2d;
}

/*MESSAGE STUFF*/
.head-pad-left {
  padding-left: 15px !important;
}
.message-sent {
  background-color: #a0db15;
  position: relative;
  padding-top: 5px;
  padding-right: 5px;
  font-size: 12px;
  min-height: 30px;
  height: auto;
  text-align: right;
  margin-left: 10em;
}
.message-received {
  background-color: #bfc1c1;
  position: relative;
  padding-top: 5px;
  padding-left: 5px;
  font-size: 12px;
  min-height: 30px;
  height: auto;
  text-align: left;
  margin-right: 10em;
}
.message-spacer {
  height: 10px;
}
.message-header {
  padding-bottom: 5px;
  text-decoration: underline;
  font-size: 12px;
}
.message-footer {
  padding-top: 5px;
  font-size: 10px;
}
.messagebar {
  /*padding-top: 10px;*/
  /*width: 100%;*/
}
.message-textarea {
  width: 90%;
}
.send-button {
  position: absolute;
  padding-left: 5px;
  margin-top: 1em;
}
/*MESSAGE STUFF*/

a:hover, a:focus {
  color: grey;
}

.center-me {
  text-align: center;
}
.icon-colour {
  color: #9b9b9b;
  font-size: 20px !important;
  padding-left: 5px !important;
}
.icon-colour-delete {
  color: #f74509 !important;
  font-size: 21px !important;
  padding-left: 5px !important;
}
.icon-colour-green {
  color: var(--green) !important;
  font-size: 32px !important;
}
.icon-colour-like-dislike {
  color: var(--red) !important;
  font-size: 32px !important;
}
.icon-colour-white {
  color: #fff !important;
  font-size: 36px !important;
}
.icon-colour-blue {
  color: var(--blue) !important;
  font-size: 36px !important;
}
.back-button-pos {
  /*background: #fff;
  border: 10px solid var(--green);
  border-radius: 50px;
  height: 50px;
  left: 15px;
  position: absolute;
  top: 60px;
  width: 50px;
  z-index: 1;*/
  left: 20px;
  position: absolute;
  top: 65px;
  z-index: 1;
}
.change-pass-text {
	color: var(--blue) !important;
	font-size: 12px;
	font-weight: 400;
}
.card-icons {
  font-size: 32px !important;
  padding-left: 10px !important;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}
.links-align {
  text-align: center;
}
.icon-colour-delete:hover, .icon-colour-delete:focus {
  color: grey;
}

.table-area-back {
  /*background-color: rgba(39,39,39,0.4);*/
  padding-left: 5px;
  padding-right: 5px;
}

.menu-btn {
  line-height: 30px;
  display: inline-block;
  padding: 0 25px;
  cursor: pointer;
  color: #fff;
  font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 14px;
  font-weight: 700;
}

#sidebar{
  background-color: rgba(39,39,39,0.9);
  height: 100%;
  margin-top: 1em;
  padding-top: 55px;
}

/*.center-me {
  text-align: center;
}*/

.main-content {
  background-color: var(--backy);
  /*margin-top: -60px;*/
  /*margin-top: 8.5em;*/
  padding: 50px 5px 5px;
}

.notify-bell {
	position: absolute;
  font-size: 18px;
  padding-left: 20px;
	list-style: none;
	right: 5px;
}
.noty-bell:hover {
	color: var(--blue) !important;
}

.options-buttons {
  /*display: flex;
  margin: -1px;*/
}

/*PAGINATION OVERRIDE*/
.paginate_button {
  border: 1px solid var(--blue);
  color: var(--blue);
  padding-left: 5px;
  padding-right: 5px;
}
.dataTables_filter {
  color: var(--gray);
}
.dataTables_length {
  color: var(--gray);
}
.dataTables_info {
  color: var(--gray);
}
.dataTables_length select{
  background-color: #272727;
}
/*PAGINATION OVERRIDE*/

.btn-lg, .btn-group-lg > .btn {
  padding: 0px 16px;
  font-size: 12px;
  line-height: 1.3333333;
  /*margin-top: 1em;*/
  border-radius: 10px;
}

/**
 * Remove default table spacing.
 */
table.dataTable {
  border-collapse: collapse !important;
}

.dropdown-menu {
  list-style: none;
  font-size: 12px;
  text-align: center;
}

/*LOGO STUFF*/
.main-logo {
  /*margin-left: 10px!important;*/
  margin-top: -10px;
  transition: all 0.7s ease;
  width: 70px;
  height:45px;
}
/*LOGO STUFF*/

.navbar-header {
  background-color: #272727;
}
.navbar-default .navbar-toggle {
  border: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none;
}
.nav-me {
  background-color: #272727;
}

.divider-end {
  margin-top: 1em;
}

.nav > li {
  position: relative;
  display: flex;
}
.white-me {
  color: #fff;
  padding: 10px 15px;
}
.navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom {
  border: none;
}

/*DATA TABLES OVERRIDE*/
div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
  text-align: left;
}
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding-right: 20px;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: none;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  /*text-align: right;*/
  padding-bottom: 5px;
}
/*DATA TABLES OVERRIDE*/

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.logo-size {
  height: 60px;
  width: 100px;
}

/*Bootstrap override*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  /*padding-left: 5px;
  padding-right: 5px;*/
}
.form-group {
  margin-bottom: 5px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 5px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.card-title {
  color: #007eb9;
  padding-left: 5px;
}
.card-text {
  padding-left: 5px;
}
.btn .caret {
  margin-left: 3px;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  /*max-height: 405px;*/
  height: 100%;
  /*position: fixed;
  width: 100%;*/
}
/*Bootstrap override*/
.fill-me {
  width: 100%;
}
.border-top-bott {
  /*border-bottom: 1px solid #007eb9;
  border-top: 1px solid #007eb9;
  margin-left: 0px;
  margin-right: 0px;*/
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
.border-bott {
  border-bottom: 1px solid #007eb9;
  margin-left: 0px;
  margin-right: 0px;
}
.border-top {
  border-top: 1px solid #007eb9;
  margin-left: 0px;7
  margin-right: 0px;
}

input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
  line-height: 20px;
}

.row:before {
  content: unset;
}

.profile-pic-image {
  border: 3px solid var(--blue) !important;
	border-radius: 80px;
	height: 150px;
	margin-bottom: 2em;
	width: 150px;
}