.header-main {
    padding: 1em 1em;
}

.user-name{
	 float:left;
	 margin-top:7px;
	 margin-left:11px;
	 height:35px;
}

.profile-avatar{
  border-radius: 50%;
  height: 80px;
  width: 80px;
  overflow: hidden;
}

.profile_img span.prfil-img{
	float:left;
}
.profile_details ul li{
	list-style-type:none;
	position:relative;
}
.profile_details li a i.fa.lnr {
    position: relative;
    top: 34%;
    right: 8%;
    color: #68AE00;
    font-size: 1.6em;
}
.profile_details ul li ul.dropdown-menu.drp-mnu {
    padding: 1em;
    min-width: 190px;
    top: 122%;
    left:0%;
}
.profile_details_drop .fa.fa-angle-up{
	display:none;
}
.profile_details_drop.open .fa.fa-angle-up{
    display:block;
}
.profile_details_drop.open .fa.fa-angle-down{
	display:none;
}
.profile_details_drop a.dropdown-toggle {
    display:block;
	padding:0em 3em 0 1em;
}
.profile_img span.prfil-img{
	float:left;
}
ul.dropdown-menu.drp-mnu li {
    list-style-type: none;
    padding: 3px 0;
}
.user-name p{
	font-size:1em;
	color:#FC8213;
	line-height:1em;
	font-weight:700;
}
.user-name span {
    font-size: .85em;
    font-style: italic;
    color: #424f63;
    font-weight: normal;
    margin-top: .3em;
    float: left
}
.profile_details ul {
    padding: 0px;
}
.small-box {
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.small-box > .inner {
  padding: 10px;
}
.small-box > .small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.small-box > .small-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
.small-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}
.small-box p {
  font-size: 15px;
}
.small-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}
.small-box h3,
.small-box p {
  z-index: 5;
}
.small-box .icon {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 0;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.15);
}
.small-box:hover {
  text-decoration: none;
  color: #f9f9f9;
}
.small-box:hover .icon {
  font-size: 95px;
}

.icon img{
  height: 80px;
}
@media (max-width: 767px) {
  .small-box {
    text-align: center;
  }
  .small-box .icon {
    display: none;
  }
  .small-box p {
    font-size: 12px;
  }
}
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  color: #fff !important;
}
.bg-gray {
  color: #000;
  background-color: #d2d6de !important;
}
.bg-gray-light {
  background-color: #f7f7f7;
}

.bg-gray-light:hover{

}
.bg-black {
  background-color: #111111 !important;
}
.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
  background-color: #dd4b39 !important;
}
.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
  background-color: #f39c12 !important;
}
.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color: #00c0ef !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
  background-color: #3c8dbc !important;
}
.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
  background-color: #009933 !important;
}
.bg-navy {
  background-color: #001f3f !important;
}
.bg-teal {
  background-color: #39cccc !important;
}
.bg-olive {
  background-color: #3d9970 !important;
}
.bg-lime {
  background-color: #01ff70 !important;
}
.bg-orange {
  background-color: #ff851b !important;
}
.bg-fuchsia {
  background-color: #f012be !important;
}
.bg-purple {
  background-color: #605ca8 !important;
}
.bg-maroon {
  background-color: #d81b60 !important;
}
.bg-gray-active {
  color: #000;
  background-color: #b5bbc8 !important;
}
.bg-black-active {
  background-color: #000000 !important;
}
.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  background-color: #d33724 !important;
}
.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
  background-color: #db8b0b !important;
}
.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
  background-color: #00a7d0 !important;
}
.bg-blue-active {
  background-color: #005384 !important;
}
.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
  background-color: #357ca5 !important;
}
.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
  background-color: #008d4c !important;
}
.bg-navy-active {
  background-color: #001a35 !important;
}
.bg-teal-active {
  background-color: #30bbbb !important;
}
.bg-olive-active {
  background-color: #368763 !important;
}
.bg-lime-active {
  background-color: #00e765 !important;
}
.bg-orange-active {
  background-color: #ff7701 !important;
}
.bg-fuchsia-active {
  background-color: #db0ead !important;
}
.bg-purple-active {
  background-color: #555299 !important;
}
.bg-maroon-active {
  background-color: #ca195a !important;
}
[class^="bg-"].disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.text-red {
  color: #dd4b39 !important;
}
.text-yellow {
  color: #f39c12 !important;
}
.text-aqua {
  color: #00c0ef !important;
}
.text-blue {
  color: #0073b7 !important;
}
.text-black {
  color: #111111 !important;
}
.text-light-blue {
  color: #3c8dbc !important;
}
.text-green {
  color: #00a65a !important;
}
.text-gray {
  color: #d2d6de !important;
}
.text-navy {
  color: #001f3f !important;
}
.text-teal {
  color: #39cccc !important;
}
.text-olive {
  color: #3d9970 !important;
}
.text-lime {
  color: #01ff70 !important;
}
.text-orange {
  color: #ff851b !important;
}
.text-fuchsia {
  color: #f012be !important;
}
.text-purple {
  color: #605ca8 !important;
}
.text-maroon {
  color: #d81b60 !important;
}
.link-muted {
  color: #7a869d;
}
.link-muted:hover,
.link-muted:focus {
  color: #606c84;
}
.link-black {
  color: #666;
}
/* box components*/
.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box.box-primary {
  border-top-color: #3c8dbc;
}
.box.box-info {
  border-top-color: #00c0ef;
}
.box.box-danger {
  border-top-color: #dd4b39;
}
.box.box-warning {
  border-top-color: #f39c12;
}
.box.box-success {
  border-top-color: #00a65a;
}
.box.box-default {
  border-top-color: #d2d6de;
}
.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}
.box .nav-stacked > li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
}
.box .nav-stacked > li:last-of-type {
  border-bottom: none;
}
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
.box .border-right {
  border-right: 1px solid #f4f4f4;
}
.box .border-left {
  border-left: 1px solid #f4f4f4;
}
.box.box-solid {
  border-top: 0;
}
.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}
.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.11);
}
.box.box-solid.box-default {
  border: 1px solid #d2d6de;
}
.box.box-solid.box-default > .box-header {
  color: #444444;
  background: #d2d6de;
  background-color: #d2d6de;
}
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
  color: #444444;
}
.box.box-solid.box-primary {
  border: 1px solid #3c8dbc;
}
.box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background: #3c8dbc;
  background-color: #3c8dbc;
}
.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-info {
  border: 1px solid #00c0ef;
}
.box.box-solid.box-info > .box-header {
  color: #ffffff;
  background: #00c0ef;
  background-color: #00c0ef;
}
.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-danger {
  border: 1px solid #dd4b39;
}
.box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background: #dd4b39;
  background-color: #dd4b39;
}
.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-warning {
  border: 1px solid #f39c12;
}
.box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background: #f39c12;
  background-color: #f39c12;
}
.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-success {
  border: 1px solid #00a65a;
}
.box.box-solid.box-success > .box-header {
  color: #ffffff;
  background: #00a65a;
  background-color: #00a65a;
}
.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
  color: #ffffff;
}
.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}
.box.box-solid[class*='bg'] > .box-header {
  color: #fff;
}
.box .box-group > .box {
  margin-bottom: 5px;
}
.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}
.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}
.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}
.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}
.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}
.collapsed-box .box-header.with-border {
  border-bottom: none;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
  margin-right: 5px;
}
.box-header > .box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}
.box-header > .box-tools [data-toggle="tooltip"] {
  position: relative;
}
.box-header > .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.box-header > .box-tools .dropdown-menu > li > a {
  color: #444!important;
}
.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}
.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}
.btn-box-tool.btn:active {
  box-shadow: none;
}
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}
.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.box-body > .table {
  margin-bottom: 0;
}
.box-body .fc {
  margin-top: 5px;
}
.box-body .full-width-chart {
  margin: -19px;
}
.box-body.no-padding .full-width-chart {
  margin: -9px;
}
.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}
.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #ffffff;
}
.chart-legend {
  margin: 10px 0;
}
@media (max-width: 991px) {
  .chart-legend > li {
    float: left;
    margin-right: 10px;
  }
}
.box-comments {
  background: #f7f7f7;
}
.box-comments .box-comment {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.box-comments .box-comment:before,
.box-comments .box-comment:after {
  content: " ";
  display: table;
}
.box-comments .box-comment:after {
  clear: both;
}
.box-comments .box-comment:last-of-type {
  border-bottom: 0;
}
.box-comments .box-comment:first-of-type {
  padding-top: 0;
}
.box-comments .box-comment img {
  float: left;
}
.box-comments .comment-text {
  margin-left: 40px;
  color: #555;
}
.box-comments .username {
  color: #444;
  display: block;
  font-weight: 600;
}
.box-comments .text-muted {
  font-weight: 400;
  font-size: 12px;
}
/* Widget: TODO LIST */
.manage-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
.manage-list > li {
  border-radius: 2px;
  padding: 10px;
  background: #fff;
  margin-bottom: 2px;
  border-left: 2px solid #e6e7e8;
  color: #444;
}
.manage-list > li:last-of-type {
  margin-bottom: 0;
}
.manage-list > li > input[type='checkbox'] {
  margin: 0 10px 0 5px;
}
.manage-list > li .text {
  display: inline-block;
  margin-left: 5px;
  font-weight: 400;
  font-size: 14px
}
.fees{
    font-size: .8em;
}
.manage-list > li .label {
  margin-left: 10px;
  font-size: 9px;
}
.manage-list > li .tools {
  display: none;
  float: right;
  color: #dd4b39;
}
.manage-list > li .tools > .fa,
.manage-list > li .tools > .glyphicon,
.manage-list > li .tools > .ion {
  margin-right: 5px;
  cursor: pointer;
}
.manage-list > li:hover .tools {
  display: inline-block;
}
.manage-list > li.done {
  color: #999;
}
.manage-list > li.done .text {
  text-decoration: line-through;
  font-weight: 500;
}
.manage-list > li.done .label {
  background: #d2d6de !important;
}
.manage-list .danger {
  border-left-color: #dd4b39;
}
.manage-list .warning {
  border-left-color: #f39c12;
}
.manage-list .info {
  border-left-color: #00c0ef;
}
.manage-list .success {
  border-left-color: #00a65a;
}
.manage-list .primary {
  border-left-color: #3c8dbc;
}
.manage-list .handle {
  display: inline-block;
  cursor: move;
  margin: 0 5px;
}
/* button components */
.btn {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
}
.btn.uppercase {
  text-transform: uppercase;
}
.btn.btn-flat {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
}
.btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:focus {
  outline: none;
}
.btn.btn-file {
  position: relative;
  overflow: hidden;
}
.btn.btn-file > input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.btn-default {
  background-color: #fff;
  color: #003399;
  border-color: #fff;
}
.btn-default:hover,
.btn-default:active,
.btn-default.hover {
  background-color: #003399;
  color: #fff;

}
.btn-primary {
  background-color: #3c8dbc;
  border-color: #367fa9;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
  background-color: #367fa9;
}
.btn-success {
  background-color: #00a65a;
  border-color: #008d4c;
}
.btn-success:hover,
.btn-success:active,
.btn-success.hover {
  background-color: #008d4c;
}
.btn-info {
  background-color: #00c0ef;
  border-color: #00acd6;
}
.btn-info:hover,
.btn-info:active,
.btn-info.hover {
  background-color: #00acd6;
}
.btn-danger {
  background-color: #dd4b39;
  border-color: #d73925;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {
  background-color: #d73925;
}
.btn-warning {
  background-color: #f39c12;
  border-color: #e08e0b;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.hover {
  background-color: #e08e0b;
}
.btn-outline {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}
.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn[class*='bg-']:hover {
  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}
.btn-app {
  border-radius: 3px;
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  font-size: 12px;
}
.btn-app > .fa,
.btn-app > .glyphicon,
.btn-app > .ion {
  font-size: 20px;
  display: block;
}
.btn-app:hover {
  background: #f4f4f4;
  color: #444;
  border-color: #aaa;
}
.btn-app:active,
.btn-app:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}
.media-thumbanil a img{
  max-width: 70px;
  max-height: 20px;
}

.media-thumbnail-box{
  padding: 5px;
  box-sizing: content-box;
}

.media-thumbnail-box img{
  max-width: 100%;
  min-height: 40px;
}

.text-editor{
  padding-top: 2em;
}


.stages{
  height: 50px;
  border: #fff solid 1px;
  background: rgba(204, 204, 204, 0.185);
  padding: 10px 20px;

}

@media (max-width: 767px) {
  #wizard {
      display: none;
  }
}


#wizard .active{
  background: #003399 !important;
  color: #fff;
  box-shadow: 0px 2px 12px rgba(17, 14, 19, 0.445);

}

#wizard .previous{
  background: #6d88be !important;
  color: #000;
}

#wizard .previous h3{
  color: #000 !important
}

#wizard .previous .stage-number{
  background: #fff;
  border: solid #000 2px;
}

#wizard .previous h3{
  color: #000 !important;
}
#wizard .active p{
  color: #fff;
}

.stage-number{
  border: solid #ccc 2px;
  border-radius: 50%;
  /* box-shadow: 0px 2px 4px #ffffff; */
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  padding: 2px;
  background: #fff;
  height: 30px;
  width: 30px;
  color: #000;
}

.stage-number h3{
font-size: 15px;
}

.stages h6{
  font-weight: bold;
  font-size: .9em;
  line-height: 15px;
  margin: 5px 0px;
  text-transform: capitalize;
}
.stages p{
  color: #444;
  font-size: .8em;
  line-height: 15px;
  /* text-transform: ; */
  text-align: left;
}

/*-----manage*/
.box-manage {
  position: relative;
  box-sizing: content-box;
  border-radius: 3px;
  background: #fff;
  border-top: 3px solid #009933;
  margin-bottom: 20px;
  width: 100%;
  min-height: 15em;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.box-manage .header{
  background: #f4f4f4;
  width: 100%;
  padding: 5px;
}
.box-manage .footer{
  width: 100%;
  padding-right: 10px;
  content: " ";
  display: table;
}
.box-manage .header h5{
  color: #009933;
  font-size: 1.2em;
  font-weight: 500;
}
.box-header {
  color: #444;
  display: block;
  padding: 5px;
  position: relative;
  border-bottom: #0000002c 1px solid;
}

.box-body .table .btn{
  /* font-size: 10px; */
  padding: 5px;
  color: #fff;
}

.box-body .table tbody{
  font-size: 14px;
  padding: 5px;
}
.box-header i{
  float: left;
  color: #fff;
}

.box-footer .btn{
  font-size: 10px;
  color: #fff;
}

form .status{
  font-size: 12px;
}

.form-check-inline{
  font-size: 14px
}

.corner-ribbon{
  width: 200px;
  background: #e43;
  position: absolute;
  top: 30px;
  right: -50px;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  letter-spacing: 1px;
  color: #f0f0f0;
  text-transform: uppercase;
  font-weight: 700;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  box-shadow: 0 0 3px rgba(0,0,0,.3);
  /* z-index: 1000; */
}
@media (max-width: 576px) {
  .corner-ribbon{
      top: 0px;
      line-height: 20px;
      width: 100% !important;
      right: 0px;
      transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
  }
}


.job-text{
  overflow: hidden;
  position: relative;
    background: #fff;
    padding: 20px 30px;
    border: #e4e6e4 solid 1px;
}
.single-job:hover{background:#fff;-webkit-box-shadow:0 10px 20px rgba(0,0,0,0.1);-moz-box-shadow:0 10px 20px rgba(0,0,0,0.1);box-shadow:0 10px 20px rgba(0,0,0,0.1)}
.job-text i{font-size:14px;width:10px;height:10px;margin-right:10px}
.job-text i{font-size:14px;width:10px;height:10px;margin-right:10px}
.job-text li{
  list-style: none;
  font-size: 1em;
  color: #000;
}
.select2{
  min-width: 100%;
}

.addtocart{
  position: absolute;
  top: 20px;
  right: 10px;
}

.box-white{
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  background: #fff;
  padding: 20px;
}

.box-white h4, #referrals h4{
  color: #003399;
  font-weight: bold;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.box-white h3{
  color: #003399;
  /* font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; */
  font-size: 40px;
}

.btn-outline-primary{
  border: solid 1px #003399 !important;
  color: #000 !important;
}


.btn-link {
  border: solid 1px #003399;
  background: #fff;
  color: #003399 !important;
}
 
.btn-link:hover{
  background: #003399;
  color: #fff;
}

.bg-ward{
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: content-box;
  /* min-height: 130px; */
  padding: 0px 5px;;
}

.bg-ward p{
  margin-bottom: 0;
}

.bg-ward:hover{
  background: #f7f7f7;
  border: 1px solid #fff;
  color: #000
}

.bg-ward2{
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.342);
  box-sizing: content-box;
  padding: 20px 25px;
  height: 80px;
}

.bg-ward2 h4{
  font-size: 30px;
  font-weight: bolder;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.bg-ward2:hover{
  background: #f7f7f7;
  border: 1px solid #fff;
  color: #000
}
.delete-button{
  width: 200px;
  position: absolute;
  bottom: 10px;
  left: 20px;
  font-size: 12px;
  /* text-align: center; */
  }

  .bg-box{
    background: #fff;
    border: 1px solid #ccc;
    box-sizing: content-box;
    min-height: 70px;
    padding: 10px 20px;;
  }

  .bg-box:hover{
    background: #f7f7f7;
    border: 1px solid #fff;
    color: #000
  }

  .bg-ward2{
    background: #fff !important;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.342);
    box-sizing: content-box;
    padding: 20px 25px;
    height: 80px;
  }

  .bg-ward2 h4{
    font-size: 30px;
    font-weight: bolder;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  .bg-ward2:hover{
    background: #f7f7f7;
    border: 1px solid #fff;
    color: #000
  }

  .table{
    font-size: 13px;
  }

  .form-card{
      padding: 20px 10px;
  }

.form-group{
    padding: 5px 10px;
}

.icon-border-circle{
  width: 50px;
  height: 50px;
  font-size: 25px;
  border-radius: 50%;
  background: #003399;
  color: #fff;
  padding: 5px 12px;
}

.school-image{
  margin-top: 10px;
  padding: 5px;
  box-sizing: content-box;
  border-radius: 10px;
  border: 2px solid #f7f7f7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.school-image img{
  width: 100%
}

.school-image .avatar{
  height: 20vh;
}

.bio-data .avatar{
  height: 20vh;
}

.school-image .logo{
  height: 20vh;
}

tudent-image, .staff-image{
  padding: 0;
  border: 1px #003399 solid;
  width: 100%;
  box-sizing: content-box;
  border-radius: 0 0 0 20px;
  margin-bottom: 20px;
  }

  .student-image img{
  width: 100%;
  height: 100px;
  }

  .staff-image img{
    width: 100%;
    height: 150px;
    }

  .student-image p, .staff-image p{
  background: #003399;
  color: #fff;
  margin: 0;
  padding: 5px 0;
  font-size: .8em;
  text-align: center;
  border-radius: 0 0px 0 20px;
  }



  .official-image{
  margin-top: 10px;
  padding: 5px;
  box-sizing: content-box;
  border-radius: 10px;
  border: 2px solid #f7f7f7;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  }

  .official-image p{
  margin-bottom: 0px;
  color: #000;
  font-size: .8em;
  text-align: center;
  font-weight: bold;
  }

  .official-image span{
  color: #ff0033;
  font-size: .8em;

  }

  .official-image img{
  height: 150px;
  width: 100%;
  }

  .no-bullet{
  list-style: none;
  line-height: 2em;
  }

  .no-bullet strong{
  color: #003399
  }

  .strong{
  color: #003399;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: #cccccc solid 1px;
  padding-bottom: 2px;
  margin-bottom: 5px;
  }


  .subject-card{
    background-color: #fff;
    border: #ccc solid 1px;
    /* -webkit-box-shadow: 0 0.125rem 0.8rem rgba(0, 0, 0, 0.1); */
    /* box-shadow: 0 0.125rem 0.8rem rgba(0, 0, 0, 0.1); */
    border-radius: 1rem;
    /* overflow: hidden; */
    }

    .dropdown-menu{
    min-width: 40px;
    }

    .dropdown-menu a{
    line-height: 10px;
    color: #000 !important;
    }


    .subject-header{
    padding: 10px;
    background-color: #f7f7f7;
    border-bottom: none;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0.125rem 0.8rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.125rem 0.8rem rgba(0, 0, 0, 0.1);
    }

    .subject-header h5{
    font-size: 14px;
    color: #000;
    font-weight: 600;
    }

    .subject-header h6{
    color: #555
    }

    .subject-header h5:hover{
    font-weight: bold;
    font-size: 13px;
    color: #003399
    }

    .subject-body{
    padding: 10px 5px;
    }


    .subject-footer{
    padding: 10px;
    text-align: center;
    background-color: #f8f9fa;
    border-radius: 1rem;
    border-top: 1px solid #eee;
    }

    .separator-line{
      border-top: 1px #eee solid;
      margin-bottom: 5px;
      height: 10px;
    }

    .side-menu{ 
      height: auto;
      padding-bottom: 10px;
      padding-left: 10px;
      border-right: 3px solid #fbfbfb;
      } 

    .side-menu ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      position: relative;
      height: 100%;
      overflow: auto;
      }
      
      .side-menu li a {
      display: block;
      color: #000;
      font-size: 14px;
      padding: 8px 16px;
      text-decoration: none;
      }
       
      .side-menu li a.active, .side-menu li a.hover {
      background-color: #cccccc;
      color: #07378B;
      }

      
.fee h6{
  background: #f6f6f6;
  color: #000;
  padding: 10px;
}

.fee ul{
  list-style: none;
  line-height: 20px;
  margin-left: 30px;
}

.fee li a{
  color: #003399;
}

.fee li:before {
  content: "\f152"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  }