@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap');
html {
  font-family: "aktiv-grotesk", sans-serif;
  height:100%;
    position: relative;

}

 


body {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 400;
  /*margin-bottom: 145px;*/
  font-display: swap;

  font-size: 16px;
  height:100%;

}

header {
	/*height:112px;*/
	/*background: linear-gradient(to bottom, rgba(252,252,252,1) 94%,rgba(5,171,224,1) 100%); */
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  /*font-family: 'aktiv-grotesk', sans-serif;*/
  font-family: 'Poppins', sans-serif;
  font-display: swap;
  color: #16268A;
  margin-top: 0px;
  margin-bottom: 20px;
      /* text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.21); */

}

.wf-loading h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
}
.wf-active h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  /*font-family: 'aktiv-grotesk', sans-serif;*/
  font-family: 'Poppins', sans-serif;
  font-display: swap;
  color: #16268A;
  margin-top: 0px;
  margin-bottom: 20px;
      /* text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.21); */

}

.wf-loading html {
  font-family: sans-serif;
}


p {
    /*font-weight: 100;*/
}

a {
    color: #01ADEE;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #92989B;
    border-color: #ccc;
}

.page-header {
    border-bottom: none;
  margin: 20px 0px 0px 0px;
}

.btn-default {
      color: #FFF;
    background-color: #01ADEE;
    border-color: rgba(165, 247, 214, 0.29);
    text-shadow: none;
}

.navbar-topmost {
    /*height:10px;*/
    min-height:0px;
    background-image: linear-gradient(to bottom,#fB92D6 0,#4396CC 100%);
    background-color: black;
    color:white;
}

.navbar-topmost a {
    color:white;
}

.navbar-default {
    /*background-color: rgb(17, 103, 151);*/
    /*background-color: rgb(127, 203, 245);*/
    /*background-color: rgb(10, 145, 220);*/
    /*min-height:120px;*/
    box-shadow:none;
}



.navbar-default .navbar-nav > li > a {
    /*color: rgb(0, 180, 248);*/
      /*line-height: 90px;*/
    /*letter-spacing: 1.5px;*/
    /*padding: 51px 10px 8px;*/
    /*margin-top:41px;*/
    /*color:white;*/
    /*color: rgb(0, 174, 239);*/
    color: black;
    font-weight: 400;
    font-size: 16px;
}

@media (max-width: 1199px){
.navbar-default .navbar-nav > li > a {
    letter-spacing: 1px;
    /*padding: 51px 17px 8px;*/
    font-size:14px;
}
}


.navbar-default .caret {
      display: none;
}

.navbar {
	border-radius:0px;
	border:0;
    /*background-image: linear-gradient(to bottom,#2B92D6 0,#4396CC 100%);*/
    /*font-size:18px;*/
    /*font-weight:100;*/
    margin-bottom: 0px;
    border-bottom: 1px solid rgb(1, 173, 238);
    /* background-image: linear-gradient(to bottom,rgba(132, 178, 214, 0.24) 0,#FFFFFF 100%); */
}

.menunav {
    /*margin-top:10px;*/
    margin-top: 40px;
    /*background-color: white;*/
    /*background-color: rgb(26, 123, 172);*/
    /*border-radius: 10px 10px 10px 10px;*/
    /*border-bottom: 4px solid rgb(97, 190, 241);*/
    /*box-shadow: 0px 0px 1px 5px rgba(255, 255, 255, 0.26);*/
      /*box-shadow: 0px 0px 1px 5px rgba(255, 255, 255, 0.8);*/
  /*margin-bottom: 38px;*/
    /*margin-top: 74px;*/
    /*text-transform: uppercase;*/
}

@media (max-width: 800px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-default .navbar-nav > li > a  {
      line-height:20px;
    }
    .navbar-brand img {
      width:200px;
    }
}

#system-message .alert-message {
    background-color: rgba(1, 173, 238, 0.25);
    border-radius: 20px;
}

#system-message .alert-heading {
  font-family: "aktiv-grotesk", sans-serif;
}

.panel-default > .panel-heading {
  background-color: #6BA6DA;
  border-color: #ddd;
  background-image: none;
  color: white;
}


#firsttextarea {
  background-color: rgba(255 ,255 ,255 ,1);
  border-radius: 10px;
  box-shadow: 0px 0px 8px white;
  /*padding: 26px;*/
  margin-bottom:20px;
}

.firsttextarea_inner {
  padding:20px;
}

#mailinglist {
  background-color: rgba(255 ,255 ,255 ,1);
  border-radius: 10px;
  box-shadow: 0px 0px 8px white;
  padding: 22.1px;
  margin-bottom: 18px;
}

#mailinglist h3 {
  margin: 10px 0px;
}

#mailinglist form a .fw {
  float:left;
}

.siteheader {
  /*background-color: rgb(30, 109, 167);*/
}

.header-second {
    /*background: linear-gradient(to bottom, rgba(51, 73, 89, 1) 0%,rgba(30, 109, 167, 1) 99%);*/
}

.header-third {
    /*background-color: rgb(59, 133, 187);*/
    color:black;
}

.content {
    /*margin-top: 92px;*/
    min-height:850px;

}

#jumbotron {
    margin-bottom:20px;
    padding:30px 0px;
}

.upcomingEvent_hp {
  color:white;
 /*   text-shadow: 1px 1px 7px black;
    padding:20px;
    border: 3px solid white;*/
    color: white;
    text-shadow: 1px 1px 7px black;
    padding: 0px;
    /*border: 0 solid white;*/
    /*border-radius: 11px;*/
    /*box-shadow: 2px 2px 2px black;*/
    margin: 0px 3px;
    min-height: 160px;
}

.upcomingEvent_hp a {
  color:white;
}

.upcomingEvent_hp h4 {
  color:white;
  text-shadow: 1px 1px 3px rgb(0, 0, 0);
}

.upcomingEvent_hp small {
  color:white;
}

.upcomingEvent_hp button {
/*    background-color: rgba(0, 0, 0, 0);
    color: white;
    text-transform: uppercase;
    border: none;
    letter-spacing: 2px;
    border: 3px solid whitesmoke;
    border-radius: 21px;
    text-shadow: 1px 1px 2px black;*/
}

.upcomingEvent_hp button:hover {
  background-color: teal;
  color:white;
  border:3px solid transparent;

  }

.upcomingevents-toplink {
  font-size:20px;
  text-align:right;
  padding:0px;
}

.upcomingevents-toplink-inner {
  padding: 5px;
}

.eventsOverlay_hp {
    border-radius: 10px;
    padding: 8px;
    margin: 6px;
    box-shadow: 2px 2px 2px black; 
}

.eventsOverlayLink {
      position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.eventsOverlayLink:hover {

  background-color: rgba(251, 254, 255, 0.16);
}

.eventsHosts {
    z-index: 1;
    position: absolute;

}

.eventsHostedBy {
  float:left;
  padding-right:10px;
  height: 30px;
  display: inline-block;
}

.eventsInfoButton {
    padding: 40px 0px 0px 0px;
    margin: 20px 0px 0px;
    text-align: right;

}

.event-hp-button {
/*  background-color: rgba(0, 0, 0, 0);
  color: white;
  text-transform: uppercase;
  border: none;
  letter-spacing: 2px;
  border: 3px solid whitesmoke;
  border-radius: 21px;*/
}

.eventOverlayInside_hp {
  /*background-color: rgba(0, 0, 0, 0.35); */
  /*border-radius: 20px; */
  /*padding: 13px;*/
}

.event-date {
  text-align: center;
/*  width: 73px;
  display: inline-block;
  margin: 0px 10px 0px 0px;
  background-image: linear-gradient(#1e62a7, #01adee);
  color:white;
  border-radius: 6px 6px 6px 6px;*/
  padding:0px;
}

.event-date-col {
  padding:0px;
}

.event-date-inner {
  text-align: center;
  width: 95%;
  display: inline-block;
  /* margin: 0px 10px 0px 0px; */
  /* margin: 0px; */
  background-image: linear-gradient(rgba(30, 98, 167, 0.19), rgba(1, 173, 238, 0));
  color: black;
  border-radius: 6px 6px 6px 6px;
  padding: 0px;
  text-shadow: 0px 1px 1px white;
  /* float: right; */
}

.event-info-table > .table > tbody > tr > td {
  border-top:none;
  white-space: normal;
}

.event-info-table td.info-label {
  width: 97px;
}

.event-date-inner-month {
  font-size: 12px;
}

.event-date-inner-date {
  font-size: 22px;
  font-weight: 500;
}

.event-date-inner-year {

}

.event-title {
  padding: 0px;
  margin:0px;
}

.details-back-btn {
  font-size: 26px;
  padding: 20px 0px;
}

.location-back-btn {
  font-size: 26px;
}

#carousel-example-generic { 
  margin:0px !important; 
  height:200px;
}

#carousel-events {
  height: 300px;
}

#carousel-events .carousel-caption {
  position: relative;
  left: auto;
  right: auto;
  color: black;
  text-shadow: none;
}

#carousel-events .carousel-control {
  background-image:none;
}

.page-title {
    /*background-color: rgb(10, 145, 220);*/
    /*color: white;*/
    border-radius:0px 0px 10px 0px;
}

.sub-nav {
    /*top:50px;*/
    /*position: fixed;*/
}

.secondary-links {
    /*background-color: rgb(44, 179, 255);*/
}

.socialLinks {
}

.socialLinks a {
  font-size:32px;
  padding: 0px 13px 0px 0px;
  color: white;
}

.headerBar-top {
    background-color: rgb(51, 74, 91);
    /*display: none;*/
    box-shadow: 0px 0px 1px 5px rgba(255, 255, 255, 0.8);

}

.headerBar-mid {
    /*background: linear-gradient(to bottom, rgba(51, 73, 89, 1) 0%,rgba(30, 109, 167, 1) 99%);*/
  /*padding-top: 30px;*/
  /*background: linear-gradient(to bottom, rgba(104, 167, 213, 1) 0%,rgba(30, 109, 167, 1) 99%);*/
  /*box-shadow: 0px 0px 4px 3px rgba(102, 166, 196, 0.8);*/
}

.headerBar-bottom {
     /*background-color: rgb(97, 190, 241);*/
    /*background-color: rgb(102, 222, 255);*/
    /*background-color: white;*/
    /*box-shadow: 0px 0px 1px 5px rgba(255, 255, 255, 0.8);*/
}

/*login form */

.login .control-label {
    text-align: left !important;
}

#password-lbl {
    text-align: left;
}

#remember:after {
    content: "";

}

.docgrid {
    padding:10px;
}

.docgrid-item {
    /*background-color: #e7e7e7;*/
        min-height:100px;

}

.docgrid-icon i {
    font-size:40px;
}

.navbar-brand img {
	width:300px;
}


.navbar-brand {
    /*height:151px;*/
}

@media (max-width: 800px) {
  .navbar-brand img {
    width:200px;
  }
}


.menunav > li:first-child > a  {
    /*background-color:white;*/
    /*border-radius:10px 0px 0px 10px;*/
}

.menunav li {
    /*background-color:white;*/
}

.menunav li:last-child {
    /*background-color:white;*/
    /*border-radius:0px 10px 10px 0px;*/
}

@media (min-width: 1200px) {
.menunav > li:first-child > a {
    /*background-color:white;*/
    /*border-radius:0px 0px 0px 10px;*/
}

.menunav > li > a  {
    /*background-color:white;*/
}

.menunav > li:last-child > a  {
    /*background-color:white;*/
    /*border-radius:0px 00px 10px 0px;*/
}
}

.footernav {
    background-color:black;
    background-image:none;
    min-height:20px;
    margin-bottom:0px;
    color:white;
    /*padding-top:20px;*/
    /*margin-top: 60px;*/
}

.footernav .navbar-nav > li > a {
    color:white;
    padding: 11px 10px;
    line-height: 40px;

}

.footernav p {
    padding:10px 0px 0px 0px;
}

#footer-menu {
  margin-top:0px;
}

.sitemapFooter > li {
  /*width:200px;*/
  /*width: 189px;*/
  float: left;
  /*padding: 0px 26px 12px 0px;*/
  display:inline-block;
  margin: 0px 60px 0px 0px;
}

.sitemapFooter > li > a {
  padding:0px;
  color: rgba(255, 255, 255, 0.83);
}

.sitemapFooter > li > ul > li > a {
  color:gray;
}

.loginStatusBar {
    /*color: white;*/
    padding: 20px 0px;
    /*background-color: #01ADEE;*/
    /*border-radius: 0px 0px 20px 20px;*/
    /*margin-bottom: 20px;*/
    /*box-shadow: 0px 0px 12px #364C78;*/
}

.loginStatusBar a {
  /*color:white;*/
  /*padding:0px 0px 0px 20px;*/

}

.loginStatusBar img {
  margin-right:10px;
}

#sidebar {
    /*border-right: 1px solid rgb(0, 170, 235);*/
    /*position:fixed;*/
    /*top:131px;*/
        margin-top: 17px;

}

@media (max-width: 1090px) {
  #sidebar {

    position: relative;
    top: 0px;
  }
}


#sidebar li a {
  display: block;
color: black;
  text-decoration: none;
  padding: 8px 0px;
  margin: 8px 0;
  
}

#sidebar h4 {
  /*font-size:12px;*/
  font-weight: 600;
  /* font-style: oblique; */
  /*text-transform: uppercase;*/
  /*line-height: 25px;*/
  font-family: "Poppins", sans-serif;
  /* text-transform: uppercase; */
    line-height: 30px;
    letter-spacing: 1.3px;
    margin: 0;
    font-size: 15px;
    /* text-transform: uppercase; */
}

#sidebar .current {
  background-color: rgb(0, 170, 235);
  /*margin-left: -60px;*/
  padding-left: 7px;
  /*padding-left: 60px;*/
}

#sidebar .caret {
    display:none;
}

#sidebar .current a {
    color:white;
}

#sidebar .active {
    /*background-color: red;*/
}

.navbar-default .collapse {
    /*padding: 3px 0px;*/
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-brand, .navbar-nav>li>a {
  /*text-shadow: 0 1px 2px rgba(28, 51, 65, 1);*/
  /*font-size: 18px;*/
  /*font-weight:100;*/
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    /*background: linear-gradient(to bottom, rgba(22, 22, 22, 1) 0%,rgba(33, 89, 130, 1) 99%);*/
	/*color:white;*/
    /*background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 1) 99%);*/
    background-image: none;
    /*background-color: rgb(0, 173, 238);*/
  background: linear-gradient(to bottom left, rgba(77, 209, 249, 1) 0%,rgba(0, 139, 212, 1) 99%);
    color:white;
    /*background: linear-gradient(to bottom, rgba(0, 139, 212, 1) 0%,rgba(77, 209, 249, 1) 99%);*/
  /*color: rgb(51, 147, 210);*/
  /*border-radius: 17px ;*/
  /*border: 2px solid white;*/
     /*box-shadow: -10px -5px 0px 5px rgb(63, 150, 206),0px 6px 0px 0px rgb(56, 148, 208), 10px -5px 0px 5px rgb(63, 150, 206), 0px 6px 2px 1px rgb(74, 207, 248);*/
    /*box-shadow: -5px -6px 28px 0px rgb(63, 150, 206),5px -6px 20px 0px rgb(63, 150, 206), 0px 7px 17px 2px rgb(74, 207, 248);*/
  /*box-shadow: 0px 1px 5px 1px rgb(74, 207, 248),2px 5px 5px 1px rgb(3, 141, 213);*/
      /*box-shadow: 0px 0px 4px 2px rgba(58, 127, 214, 0.85), 0px 0px 5px 3px rgba(9, 252, 242,0.3),-1px 0px 0px 0px rgb(0, 188, 246);*/
      text-shadow: none;


}

.navbar-default .navbar-nav > li > a:hover {
    transition: background-color .4s ease;
   -moz-transition: background-color .4s ease;
   -webkit-transition: background-color .4s ease;

}

.navbar-default .navbar-nav > li > a:hover {
    /*box-shadow: 2px 2px 2px 2px rgb(74, 207, 248);*/
    background-color: rgb(74, 207, 248);
    color:white;
    /*border-bottom:2px solid blue;*/

}

.navbar-default .navbar-toggle { 
    background-color: rgb(19, 149, 201);
}

.navbar-toggle {
      margin: 25px 10px 0px 0px;
}


.secondary-links  .navbar-nav > .active > a, .secondary-links .navbar-nav > .active > a:hover, .secondary-links .navbar-nav > .active > a:focus {
    background-color: white;
    /*color:black;*/
}

.secondary-links .navbar-nav li > a {
    /*line-height: 48px;*/
}

.loginStatus {
  line-height: 50px;
  text-align: right;
  color: white;
}

.loginStatus a {
    color:white;
}

.navbar-sub {
    margin-bottom: 0px;
    /*background-color: rgb(101, 167, 244);*/
}

.navbar-sub a {
color:white;
}

.navbar-sub .navbar-nav {
      
     border-radius: 0 0 10px 10px;
}

.practitioners article img {
	max-width:170px;
	max-height:170px;
}

.practitioners article {
	height:260px;
}

.imgcell {
	height:200px;
}

.controlpanelSidebar {
    padding: 20px;
    background-color: #DFEEF4;
    margin-bottom: 20px;
    /*top: 0px;*/
    border-radius: 20px;
}

.controlpanelNotification {
  font-size:20px;
}

.controlpanelNotificationNum {
  
}

.controlpanelPortraitArea {
  background-color: white;
  margin-bottom:20px;
}

.approvalGroup {
    background-color: #DFEEF4;
    border-radius: 20px;
    padding:20px 0px;
}

.approvalItem {
  background-color:white;
  /*padding:20px;*/
  border-radius:10px;
}

#slideshow #slideshowWindow .slide {
  margin: 0;
  padding: 0;
  width: 500px;
  height: 257px;
  float: left;
  position: relative;
  }

 .navbar-right .dropdown-menu {
 	right:auto;
 }

 .practitioner_thumb {
 	width:200px;
 }

 .practitioner_thumb_cell {
 	height:172px;
 	overflow:hidden;
 }

.fab_pract_practitioner_countries___flag_img_link {
	width:100%;
}

.practsidebar ul li {
	background-color:white;
	color:white;
	list-style-type: none;
	border-top:1px solid gray;

}

.practsidebar a {
	color:black;
}

.practsidebar .active a {
	color:white;
	background-color:rgb(101, 167, 244);
}

.directoryPane .caption {

    padding-left:0px;
}

.directoryPane .caption h4 {

    color: #01ADEE;
    line-height: 24px;
    margin-top: 0px;
}


.pageWrapper {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  /*margin: 0 auto -160px;*/
  /* Pad bottom by footer height */
  /*padding: 0 0 160px;*/
/*      min-height: 100%;     
    height: auto !important;     
    height: 100%;     
    margin: 0px auto -145px; /* the bottom margin is the negative value of the footer's height */
}

.footer {
  /*height: 160px;*/
  margin-top:20px;
  background-color: black;
}

/*simple sidebar*/
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    /*position: fixed;*/
    position: relative;
    /*left: 250px;*/
    width: 0;
    height: 100%;
    margin-left: -250px;
    /*overflow-y: auto;*/
    /*background: none;*/
    background-color: rgb(44, 179, 255);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
    background-color: white;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}




/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 20px 0px 0px 0px;
    list-style: none;
}

.sidebar-nav li {
    /*text-indent: 20px;*/
    line-height: 20px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #525356;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: black;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}


.modal-header {
  background-color: #01ADEE;
  border-radius: 4px 4px 0px 0px;
}

.modal-header h4 {
  color: white;
  text-shadow: 0px 1px 6px #575252;  
}

.bs-example {
    position: relative;
    padding: 45px 15px 15px;
    margin: 0 -15px 15px;
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0;
    -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
    box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
}

.bs-example:after {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    font-weight: 700;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
    content: "Example";
}

@media (min-width: 768px) {
  .bs-example {
      margin-right: 0;
      margin-left: 0;
      background-color: #fff;
      border-color: #ddd;
      border-width: 1px;
      border-radius: 4px 4px 0 0;
      -webkit-box-shadow: none;
      box-shadow: none;
  }
}



.highlight {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}
/*end simple sidebar*/

/*Fabrik list buttons overrides*/

.icon-delete:before {
    font-family:'Glyphicons Halflings';
    /*content:"\e014";*/
}

.fabrikGroup {
  /*margin-top: 60px;*/
  /*border: 1px solid gray;*/
  /*padding: 40px;*/
}

.fabrikForm .map {
  border-radius: 10px;
}

.fabrikForm .legend {
  border-bottom: none;
  font-size:40px;
}

.fabrikForm .row-fluid {
  margin-bottom:20px;
}

.fabrikForm a {
  /*color:#33538E;*/
}

.fabrik_actions .btn {
    /*background-color: rgb(51, 122, 183);*/
}

.fabrik_actions .btn {
    /*color:white;*/
}

.fabrik_actions .delete:after {
    font-family:'Glyphicons Halflings';
    content:"\e014";
    
}

.calendarbutton {
  background-color: #125ED5; 
  color: white;
}


.fabrik_edit:after {
    content:"";
}

.fabrik_actions .fabrik_edit {
    /*background-color: red;  */
}

.fabrik_actions .fabrik_edit:after {
    font-family:'Glyphicons Halflings';
    content:"\270f";

}

.fabrik_actions .fabrik_view:after {
    font-family:'Glyphicons Halflings';
    content:"\e003";

}

#details_14_4 {
  margin-top:20px;
}

#group150 .panel-body {
  padding: 0px 15px 50px 15px;

}

.addGroup:after {
    content:"+ Add";
}

.deleteGroup:after {
    content:"- Delete";
}

.icon-calendar:after {
  content: "show calendar";

}

.commit_status0 {
background-color:rgba(255, 124, 112, 0.24);
}

.commit_status1 {
background-color: rgba(5, 249, 136, 0.18);
}

/*Fabrik bootstrap2 to bootstrap3 adaptation*/
.input-medium {
    width:100%;
} 

/*Fabrik google maps element /*

/*Hide geocode output below map element */
.geo {
    display:none;
}

.chzn-container {
    width: 100% !important;
}

.fabrikTip {
  display: block !important;
}

#group265 .fabrikTip {
  float:left;
}

#listform_103_com_fabrik_103 .block0 {
  background-color: rgba(183, 242, 216, 0.23);
}

#listform_103_com_fabrik_103 .block1 {
  background-color: rgba(255, 0, 0, 0.17);
}

.form-horizontal .control-label {
    text-align: left;
    margin-bottom: 4px;
}

.initialListRow {
  /*background-color:#C8C8C8;*/
  color:black;
  font-size:22px;
}

.pagination-list li {
    padding-right: 20px;
    display: inline-block;
    float: left;
}


/*Bootstrap row match height*/

/* USAGE
<div class="row">
  <div class="row-height">
    <div class="col-xs-2 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
    <div class="col-xs-4 col-lg-5 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
  </div>
</div>
*/

/* content styles */

.inside {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom,color-stop(0%, #f4f4f4), color-stop(100%, #ededed));
  background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
}
.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
      display:block !important;
  }
}

#userview-msg.bg-success {
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 14px;
    border: 2px solid #339e95;
    color: #339e95;
    font-size: 1.2em;
    text-align: center;
}

.btn {
  font-weight: 500;
}

.directory-practitioner-row {
    background-color: rgba(160, 206, 226, 0.28);
    padding-top: 10px;
    border-radius: 10px 10px 0px 0px;
}

.directory-practitioner-row-middle {
    background-color: rgba(160, 206, 226, 0.28);
    padding-top: 10px;
    /*border-radius: 10px 10px 0px 0px;*/
}

.directory-practitioner-row-second {
    background-color: rgba(160, 206, 226, 0.28);
    padding-bottom: 10px;
    border-radius: 0px 0px 10px 10px;
}

.directory-practitioner-name {
  font-size:20px;
}


.directory-practitioner-certifiedsince {
  font-size:12px;
}

.directory-practitioner-contactinfo {
  /*margin-left:10px;*/
  padding:0px;
  display:inline-block;
}

.directory-practitioner-contactinfo-item {
  /*display:inline-block;*/

}

.directory-practitioner-bio {
  margin-top:10px;
}

.directory-practitioner-readmore {
  text-align:right;
}

.directory-practitioner-image {
}

.directory-practitioner-treatmentarealist {
  margin-top:5px;
  font-size:11px;
}

.paginate_button {
    display: inline-block;
    border: 1px solid #01adee;
    padding: 2px 8px;
    border-radius: 3px;
    cursor:pointer;
}

.paginate_button.active {
    background-color: #186c96;
    color: white;
}

.module-mod-blog {
  margin-top:20px;
  padding:20px;
}

.trainer-list-bg {
  /*linear-gradient(#e1f0ff, #256e8a)\"*/
  /*background-image:linear-gradient(#1e62a7, #01adee);*/
  background-image: linear-gradient(#e1f0ff, #256e8a);
  border-radius:10px;
}