div[ng-controller] {
  overflow:hidden;  
}

h3 { 
  /* padding-left : 30px;  */
  font-size: .8em;
  margin-bottom:20px;
  span {
    padding-left: 20px;
    color:#FF4081;
  }
}

md-toolbar.md-default-theme.md-hue-2:not(.md-menu-toolbar), md-toolbar.md-hue-2:not(.md-menu-toolbar) {  
  color:white;
  background-color: rgba(14, 14, 14, 0.9);
}
md-content {

  @media (max-width: 959px) {
    height: 100%;
  }
  
  div {
    /* padding: 20px; */
    overflow: hidden;
  }
  div {  
    animation-property: width;
    animation-property: height;
    /* transition-duration: 650ms;   */

    &:first-child.flex-gt-sm75,
    &:first-child.flex-20,{
      background-color: tan;
      background : url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/t-114/galapagos_seal.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      
      .desktop {  display:none;  }
      .mobile {  display:block;  }
      @media (min-width: 960px) {
        & {
          animation-property: background-color;
          transition-duration: 1050ms;
          background-color: #FDB6B6;

          .desktop {  display:block;  }
          .mobile {  display:none;  }
        }
      }
    }
    
    &:last-child.flex-gt-sm25,
    &:last-child.flex-80 {
      background-color: black;
      background : url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/t-114/greenLeafs.jpg");
      background-repeat: repeat;


      .desktop {  display:none;   }
      .mobile {  display:block;  }

      @media (min-width: 960px) {
        & {
          animation-property: background-color;
          transition-duration: 1250ms;
          background-color: #CCCCCC;
          
          .desktop {  display:block;  }
          .mobile {  display:none;  }
        }
      }
    }
    
  }
  
}

.mobile {  
  display:none;  
  @media (min-width: 600px) and (max-width: 960px - 1) {
    & { display:inline-block; }
  }
}
.desktop {  display:inline-block;  
  @media (min-width: 600px) and (max-width: 960px - 1) {
    & { display:none; }
  }
}

md-content div span {
    /* font-size:1.2em; */
    /* font-weight: bolder; */
}


div.overlay {
  background-color: rgba(255,255,255,0.4);
  color: rgba(0,0,0,0.7);
  font-weight:bold;
  border: 2px solid rgba(255,255,255,0.4);
  border-radius: 10px;
  
  span {
    color:rgba(171,36,36,1);
  }  
}

.hint {
  padding-left:30px;
  padding-bottom: 16px;
  font-size: 0.75em;
}

.inputdemoErrors .inputErrorsApp {
  min-height: 48px; }
  .inputdemoErrors md-input-container > p {
    font-size: 0.8em;
    text-align: left;
    width: 100%; }

    /*Menu bar css*/
    .menuBardemoBasicUsage .page-container {
  padding: 32px; }

.menuBardemoBasicUsage .page {
  margin: 0 auto;
  padding: 24px;
  max-width: 680px;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25); }

.menuBardemoBasicUsage .page h1 {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 0;
  font-weight: normal; }

.menuBardemoBasicUsage .page p {
  line-height: 1.6rem; }

/*menubar css end*/

/*bottom menu css*/
.fabToolbardemoBasicUsage md-fab-toolbar.md-right md-fab-trigger.align-with-text {
  left: 7px; }

  
.vAccordion--default v-pane-header {
  margin-bottom: 0px !important;
  }
  .vAccordion--default v-pane-header::after, .vAccordion--default v-pane-header::before {
    left: 0 !important;
  }
  .vAccordion--default v-pane-header::before {
  }
  .vAccordion--default v-pane-header:hover, .vAccordion--default v-pane-header:focus {
     }   
   
  #status-table td p i{
    font-family: Roboto,sans-serif;
    text-decoration: underline;
    font-size: 15px;
  }   
  #add-status-heading i,#view-status-heading i{
    font-family: Roboto,sans-serif;
    font-size: 18px;
    text-decoration: underline;
  }
/* loader css */     
.progressLoader{
  float: right;
}

md-tabs.md-default-theme md-tabs-wrapper, md-tabs md-tabs-wrapper {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.12);
    margin-bottom: 0px;
}

.tags {
  list-style: none;
  margin: 0;
  overflow: hidden; 
  padding: 0;
}

.tags a {
  float: left; 
}

.tag {
  list-style: none;
  padding: 0;
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin-left: 10px;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  font-size: 11px;
}

.tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.tag:hover {
  background-color: rgb(255,87,34);
  color: white;
}

.tag:hover::after {
   border-left-color: rgb(255,87,34); 
}

.follow-up-clear{
  /*padding: 0px 5px !important;*/
  font-size: 12px !important;
}
#follow-up{
  height: 30px !important;
}
#follow-up md-datepicker div {
  margin-left: -10px;
  margin-right: 10px;
}

.widget-height{
  height:295px;
}
.align-center{
  text-align: center !important;
}

.align-right{
  text-align: right !important;
}

.select-all-checkboxes{
  padding-left: 30px;
}

.brandSwitchControll{
  margin: 0px !important;
  padding: 0px 5px 0px 10px !important;
}

.tag-off {
  text-decoration: none;
  background-color: rgb(63,81,181);
  color: #FFFFFF;
  padding: 5px 7px;
  border-radius: 30px;
  box-shadow: 0px 2px #F1F1F1;
  transition: .5s ease;
  font-size:11px;
}

.tag-off:hover {
  background-color: #69696E;
}

.patientSearchForm{
  margin-bottom: -20px;margin-top: -20px;
}
.patientlistSearch{
  font-size: 14px;
}
.excludeAPSwitch{
  font-size: 14px;
  /* margin-left:50px; */
}

/* Custom RadioButton CSS */

.custom-radioButton{
  margin: 0 0 1.5rem;
    box-sizing: border-box;
    font-size: 0;
    /*display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;*/
}

.custom-radioButton input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}
.custom-radioButton input:checked + label {
    background-color: #4B9DEA;
    color: #FFF;
    box-shadow: 0 0 10px rgba(102, 179, 251, 0.5);
    border-color: #4B9DEA;
    z-index: 1;
}
.custom-radioButton input + label {
    margin: 0;
    padding: 10px;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    display: block;
    /*border: solid 1px #DDD;
    background-color: #FFF;*/
    font-size: 1rem;
    line-height: 140%;
    font-weight: 600;
    text-align: left;
    /*box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    transition: border-color .15s ease-out, color .25s ease-out, background-color .15s ease-out, box-shadow .15s ease-out;*/
}

.custom-radioButton-null input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}
.custom-radioButton-null input:checked + label {
    background-color: #4B9DEA;
    color: #FFF;
    box-shadow: 0 0 10px rgba(102, 179, 251, 0.5);
    border-color: #4B9DEA;
    z-index: 1;
}
.custom-radioButton-null{
  margin: 0 0 1.5rem;
    box-sizing: border-box;
    font-size: 0;
    /*display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;*/
}
.custom-radioButton-null input:checked + label {
    background-color: #FF4081;
    color: #FFF;
    box-shadow: 0 0 10px rgba(102, 179, 251, 0.5);
    border-color: #4B9DEA;
    z-index: 1;
}

.assign-dropdown {
	border: 1px solid #e7e7e7;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(7,35,48,1);
}
.assign-dropdown i {
	font-size: 10px;
	color: rgb(143,154,159);
	margin-left: 8px;
}
/* .pl-0,.pl-0:hover{
  padding-left: 0px;
} */
.green-dot {
  height: 12px;
  width: 12px;
  background-color: #5AD336;
  border-radius: 50%;
  display: inline-block;
}
.active-rc-icon{
  width: 14px;
  height: 14px;
  margin-bottom: 4px;
}
.active-rc-site{
  color:#5c89c7;
  font-weight: 500;
}