/*
Accent colours: 

Master FM: 007b61;
hover: 00a381;

*/

@import url('https://fonts.googleapis.com/css?family=Montserrat');

body {
	font-size: 11px;
  background: #ddd;
  /*font-family: 'Montserrat', sans-serif;*/
  color: #555;
}

.form-group {
    margin-bottom: 8px;
}

.form-control {
  font-size: 11px;
  font-weight: 600;
}

.table > tbody > tr > td {
  padding: 5px;
}

.control-label {
  font-size: 10px;
}

.panel-heading {
    padding: 8px;
}

.panel-actions {
  top: 5px;
}

.panel-actions a, .panel-actions .panel-action {
  color: #9f0003;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 3px 5px;
    font-size: 11px;
}

button.ColVis_Button {
    height: 23px !important;
    padding: 0px 8px !important;
    font-size: 11px !important;
}

.buttons-html5, .buttons-print {
  height: 23px !important;
  padding-top: 4px !important;
  font-size: 11px !important;
}

.dataTables_wrapper .dataTables_filter input {
  width: 50%;
  float: right;
  height: 30px;
}

.dataTables_wrapper .dataTables_filter label {
    text-align: right;
    color: #fff;
}

button.ColVis_Button {
  margin-right: 5px !important;
}

.dt-buttons {
  float: right;
}

.dt-buttons a {
  padding-top: 4px;
  padding-bottom: 4px;
}

.content-body {
  padding: 30px;
}

@media (max-width: 1053px) {
  .content-body {
    padding: 70px 20px 20px 20px;
  }
}

.email-attachment-list {
  border: none;
  width: 80%;
  color: #08c;
  font-weight: 600;
}

th {
	font-weight: normal;
	font-size: 12px;
	color: #000;
	background-color:#ecedf0 !important;
}

.system-info {
  font-size: 10px;
  color: #08c;
  text-align: right;
  height: 35px;
}

#filestore-tools > ul > li {
  padding: 10px 5px;
}

.filestore-actions {
  color: #333;
  padding-left: 20px;
  cursor: pointer;
}

.inner-toolbar .nav-pills a  {
  padding-left: 10px;
  padding-right: 10px;
}

.inner-toolbar {
  height: 43px;
  padding: 0 5px;
}

.sub-count {
  font-size: 14px;
  color: #08c;
}

.panel-toggle {
  float: right;
}

h5.mg-title {
	font-size: 12px !important;
}

.dropzone {
	background-color:#f5f5f5;
}

.dz-message h5 {
	color: #08c;
}

.btn-info {
    background-color: #9f0003 !important;
    border-color: #9f0003 !important;
}

.panel-heading {
    /*background: #aaa;*/
    background: linear-gradient(180deg, rgba(245,245,245,1) 20%, rgba(185,185,185,1) 100%);
}

.panel-title {
	font-size: 13px;
  font-weight: 600;
  /*color: #0f7a61;
  color: #9f0003;*/
  color: #444;
  letter-spacing: 0px;
}

.panel-featured-custom {
  /*border-color: #00a381;*/
  border-color: #9f0003;
  -webkit-box-shadow: 0px 2px 8px 2px #777; 
  box-shadow: 0px 2px 8px 2px #777;
}

.header .toggle-sidebar-left {
  background: #007b61;
  cursor: pointer;
}

.datepicker.dropdown-menu {
	z-index: 10002 !important;
}

.bootstrap-timepicker-widget {
	z-index: 10002 !important;
}

.alert {
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.logo-container > a:hover {
	text-decoration: none;
}

#btnAddNew {
	margin-top: 0px !important;
	height: 23px;
  padding: 2px 6px;
  font-size: 11px;
}

.dataTables_wrapper .dataTables_filter input {
	width: 40%;
	float: right;
	height: 30px;
}

.dataTables_wrapper .DTTT.btn-group {
	float: right;
	margin-left: 5px;
}

.dataTables_wrapper .dataTables_filter label {
	width: 45%;
}

span.btn-danger, span.btn-warning, span.btn-success  {
	padding: 0 5px 0 5px;
	border-radius: 2px;
}

html.fixed .inner-wrapper {
	padding-top: 50px;
}

.body-sign .panel-sign .panel-body {
	border-top-color: #007b61;
}

.body-sign .panel-sign .panel-title-sign .title {
	background-color: #007b61;
}

body .btn-primary {
	background-color: #007b61;
	border-color: #007b61;
}

body .btn-primary:hover { 
	border-color: #00a381 !important;
	background-color: #00a381;
}

body .btn-general {
	background-color: #ddd;
	border-color: #ddd;
	margin-left: 3px;
}

body .btn-general:hover { 
	border-color: #dfdfdf !important;
	background-color: #dfdfdf;
}

.appDesc {
	color: #007b61;
	padding-top: 5px;
}

span#page-title {
	font-size: 16px;
	color: #007b61;
  letter-spacing: -1px;
}

@media only screen and (max-width: 767px) {
	span#page-title {
		padding: 0 0 0 50px;
	}
}

.userbox.open .dropdown-menu a:hover {
	background-color: #007b61;
}

ul.nav-main > li.nav-active > a {
	box-shadow: 2px 0 0 #007b61 inset;
}

ul.nav-main li .nav-children li.nav-active > a {
	color: #007b61;
}

html.no-overflowscrolling .nano > .nano-pane > .nano-slider {
	background-color: #007b61;
}

.notifications .notification-menu .notification-title {
	background-color: #007b61;
}

.notifications .notification-menu::before, .notifications .notification-icon::before {
	border-bottom-color: #007b61;
}

.notifications .notification-menu .notification-title .label-default {
	background-color: #d14b50;
}

/*-=- skin customisations - no edits required --- */
.sidebar-left {
	background: #aaaaaa;
	box-shadow: -5px 0 0 #888888 inset;
}

html.sidebar-left-collapsed.fixed .sidebar-left .nano {
	background: #aaaaaa;
	box-shadow: -5px 0 0 #888888 inset;
}

html.fixed .sidebar-left {
	padding-bottom:50px;
	background-color: #aaaaaa;
}

.nav-main {
	background-color: #aaaaaa;
}

nav#menu.nav-main {
	background-color: #888888;
}

ul.nav-main li a {
	color: #ffffff;
	font-size: 15px;
}

ul.nav-main > li > a:hover {
	background-color: #999999;
}

ul.nav-main > li.nav-active > a:hover {
	color: #ffffff;
}

ul.nav-main li .nav-children li.nav-active > a {
	text-shadow: 1px 1px 0 rgba(255,255,255,0.2) ;
	background-color: #999999;
}

ul.nav-main li.nav-parent > a::after {
	color: #ffffff;
}

ul.nav-main > li.nav-expanded > a {
	background-color: #999999;
}

ul.nav-main li .nav-children {
	background-color: #888888;
}

ul.nav-main li .nav-children li a:hover {
	background-color: #777777;
}

@media only screen and (max-width: 991px) {
  .dataTables_wrapper .dataTables_length label {
    width: 30%;
  }

  .dataTables_wrapper .dataTables_length {
    margin-bottom: 0px;
  }
}

@media (min-width: 480px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}