@media print {
  a {
    text-decoration: none;
    font-weight: normal !important;
    color: rgb(0, 0, 0) !important;
  }
}

@media print {

  .m1-v2 table { /* Or specify a table class */
    max-height: 100% !important;
    overflow: hidden !important;
    page-break-after: always;
  }
  .m1-v2 html, body {
    border: 1px solid white;
    height: 99%;
    page-break-after: avoid;
    page-break-before: avoid;
 }

}

table.clone thead tr:last-child th {
  border-bottom: 1px rgba(0, 0, 0, 0.12) solid;
}

table.clone + md-table-container table tbody tr:first-child td {
  border-top: none;
}
html {
  scroll-behavior: smooth;
}
/* html,
body{
  background-color: #f5f5f5 !important;
  -moz-osx-font-smoothing: grayscale;
} */
.error{
  background-color: red;
  color: white;
  padding: 3px;
}
a {
  text-decoration: none;
  color: rgb(33,150,243);
}
a:hover {
  text-decoration: underline;
  cursor: pointer;
}

input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.26);
  font-weight: 300;
}
input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.26);
  font-weight: 300;
}
input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.26);
  font-weight: 300;
}
input::input-placeholder {
  color: rgba(0, 0, 0, 0.26);
  font-weight: 300;
}
.material-icons {
  position: static;
  margin: 0;
}
md-toolbar,
footer-content {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
footer {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
footer > footer-content {
  min-height: 64px;
  padding: 0 16px 16px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
}
footer > footer-content > div {
  margin-top: 16px;
}
footer > footer-content > div:not(:last-child) {
  margin-right: 24px;
}
footer > footer-content > div > *:not(span) + *:not(span) {
  margin-left: 24px;
}
md-card {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
}
md-toolbar.md-table-toolbar.ng-hide {
  display: none;
}
md-toolbar.md-table-toolbar.alternate .md-toolbar-tools {
  color: #1e88e5;
  font-size: 16px;
  background-color: #e3f2fd;
}
md-toolbar.md-table-toolbar form {
  margin-left: 16px;
}
md-toolbar.md-table-toolbar form > input {
  width: 100%;
  margin: 0;
  border: none;
  color: rgba(0, 0, 0, 0.87);
}
md-toolbar.md-table-toolbar form > input:focus {
  outline: none;
}
md-dialog > md-dialog-content.md-dialog-content {
  padding-bottom: 0;
}
md-dialog > md-dialog-content > p {
  margin: 16px 0;
  color: rgba(0, 0, 0, 0.54);
  line-height: 22px;
}
md-dialog > md-dialog-content > p.md-warn {
  color: #f44336;
}
md-dialog > md-dialog-content > form:last-child > md-input-container:last-child {
  padding-bottom: 0;
}
md-dialog > .md-actions > .md-button {
  min-width: 60px;
}
md-dialog[delete-dialog] {
  max-width: 300px;
}
md-dialog[add-item-dialog] > md-dialog-content > form > .input-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
md-dialog[add-item-dialog] > md-dialog-content > form > .input-row > md-input-container {
  min-width: 120px;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(../node_modules/material-design-icons/iconfont/MaterialIcons-Regular.woff2) format('woff2'), url(../node_modules/material-design-icons/iconfont/MaterialIcons-Regular.woff) format('woff'), url(../node_modules/material-design-icons/iconfont/MaterialIcons-Regular.ttf) format('truetype');
}

md-progress-circular {
  margin: 80px auto 30px; 
  }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  height: 24px;
  width: 24px;
  font-size: 24px;
  color: inherit;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

.material-icons.md-14 {
  height: 14px;
  width: 14px;
  font-size: 14px;
  padding: 0 0;
  margin: 0;
}
.material-icons.md-18 {
  height: 18px;
  width: 18px;
  font-size: 18px;
}
.material-icons.md-36 {
  height: 36px;
  width: 36px;
  font-size: 36px;
}
.material-icons.md-48 {
  height: 48px;
  width: 48px;
  font-size: 48px;
}
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-light {
  color: #ffffff;
}

.no-margin-padding{
  margin:0;
  padding:0;
}

.v-center {
	display: inline-block;
    vertical-align: middle;
    float: none;
}

.wah-blue-bg {
	background-color:#009cff;
}

.wah-blue-bg a {
	color:#FFFFFF;
}

.wah-blue-bg a:hover {
  background:#000000;
}




.autocomplete-custom-template li {
  border-bottom: 1px solid #ccc;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  white-space: normal; }
.autocomplete-custom-template li:last-child {
  border-bottom-width: 0; }
.autocomplete-custom-template .item-title,
.autocomplete-custom-template .item-metadata {
  display: block;
  line-height: 2; }

.autocomplete-custom-template .item-title md-icon {
  height: 18px;
  width: 18px; }

/* .md-virtual-repeat-container.md-autocomplete-suggestions-container {
   height: inherit;
   max-height: 30% !important;
 }
.md-virtual-repeat-container.md-autocomplete-suggestions-container.md-not-found {
  height: inherit;
  max-height: 72px !important;
} */

.searchTemplate md-autocomplete-wrap:before {
  font-family: "Material Icons";
  content: "search";
  line-height: 1;
  padding: 8px 0px 0px 8px;
  font-weight: normal;
  font-size: 24px;
  color: rgba(0, 0, 0, .75);
}

.autocomplete-diagnosis {
  display: block;
  min-width: 600px;
}

.autocomplete-diagnosis li{
  border-bottom: 1px solid #ccc;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  white-space: normal;
  min-width: 600px;
}

.autocomplete-diagnosis li:last-child {
  border-bottom-width: 0; 
}

.autocomplete-diagnosis .diagnosis {
  display: block;
  line-height: 2;
  min-width: 600px;
}

.md-chips .md-chip-input-container md-autocomplete {
    width: 500px;
}

 .hint {
    position: absolute;
    left: 2px;
    right: auto;
    bottom: 7px;
    font-size: 11px;
    line-height: 14px;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    color: grey;
}

.carddemoBasicUsage .card-media {
  background-color: #999999; }

.md-sidenav-left md-list {
  padding-top: 0; margin:0;}

md-sidenav, 
md-sidenav.md-locked-open, 
md-sidenav.md-closed.md-locked-open-add-active {
    min-width: 200px !important;
    width: 85vw !important;
    max-width: 200px !important;
} 
  
.md-sidenav-left md-list-item > p,
.md-sidenav-left md-list-item > ._md-list-item-inner > p,
.md-sidenav-left md-list-item ._md-list-item-inner > p,
.md-sidenav-left md-list-item ._md-list-item-inner > ._md-list-item-inner > p {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */ }

.patient-search {
  margin-right:10px;
}

.info-container {
  margin:8px 8px 16px 8px;
}

.info-item {
  margin:1px 8px 1px 8px;
  padding:0;
}

.info-item div:first-child {
  text-align: right;
  background-color: #CCCCCC; 
  font-weight: 600;
  padding:8px;
}

.info-item div:last-child {
  padding:8px;
}

.info-item div:last-child p{
  margin:8px 0 8px 0;
}

.info-item div:last-child p:first-child {
  margin:0 0 8px 0;
}

.info-item div:last-child p:last-child {
  margin:8px 0 0 0;
}

.info-item-background div:first-child {
  background-color: #ffffff; 
}

.btn-borderless {
  border: none;
  outline: none;
}

.groupX {
    font-size: 14px;
    margin: 1px 0;
    text-transform: none;
}
.md-button.left {
    border-radius: 2px 0 0 2px;
}
.md-button.middle {
    border-radius: 0;
    border-left: 1px solid rgba(230, 230, 230, 0.96);
    border-right: 1px solid rgba(230, 230, 230, 0.96);
}
.md-button.right {
    border-radius: 0 2px 2px 0;
    width:120px;
}

.md-table-width th {
  max-width: 25%;
  width: 25%;
}

.fieldset-overflow{
  overflow:auto;
  height:270px;
}

.rm-margin{
  margin:0;
}

.customFieldSet{
  border-style: solid;
  border-width: 1px;
}

.customFieldSet legend{
  font-weight: normal;
}

.demoTabs.md-tab {
  font-size: 20px; 
}

md-card-title-text > span > .test-style {
  color: #00FF00;
}

.table-height-190{
  max-height: 190px;
}

.table-height-205{
  max-height: 205px;
}

.table-height-235{
  max-height: 235px;
}

.table-height-280{
  max-height: 280px;
}

.table-height-300{
  max-height: 300px;
}

.table-height-400{
  max-height: 400px;
}

.table-height-360{
  max-height: 360px;
}

.table-height-345{
  max-height: 345px;
}

md-table-container tbody tr:hover, .md-table tbody tr:focus {
  cursor:pointer;
  background-color:#d5d5d5;
}

.table-height-300{
  max-height: 300px;
}

.table-height-400{
  max-height: 400px;
}

md-table-container tbody tr:hover, .md-table tbody tr:focus {
  cursor:pointer;
  background-color:#d5d5d5;
}

.row-color {
  color: #0000FF;
}


.notifiable{
  margin:0 auto;
  font-family: arial;
  font-size: 12px;
  width: 80%;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 10px;
}

.el-border {
  border:1px solid #000000;
}

.minWidth {
  min-width: 200px;
}

.report-table{
  font-family: arial;
  font-size: 12px;
  border-collapse: collapse;
  border: 1px solid black;
}

.remove-top-border{
  border-top: none !important;
}

.report-title{
  font-family:arial;
  font-size:14px;
  margin: 0 auto;
}

.not-foot {
  font-size: 14px;
}

#qr-canvas {
  display: none;
}

.roleBackground {
  background: yellow;
}

div.show-image {
  position: relative;
  float:left;
  margin:0;
}
div.show-image:hover img{
  opacity:0.5;
}
div.show-image:hover .update {
  display: block;
}
div.show-image .update {
  position:absolute;
  display:none;
}
div.show-image .update {
  bottom:0;
  right:0;
}
.camera-overlay {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 2;
}

.nav-active {
  background-color: #e65100;
  color: white;
}

.menu-active{
  background-color: #e65100;
  color: red;
}

.padding-left10{
  padding-left: 10px;
  margin: 0;
}

.datepickerWidth .md-datepicker-input-container {
  width: 160px;
}

md-input-container.selectWidth {
  width: 160px;
}

md-input-container.width60 {
  width: 60px;
}

md-input-container.width98 {
  width: 98px;
}

md-input-container.width100 {
  width: 100px;
}

md-input-container.width150 {
  width: 150px;
}

.tabs-wrapper {
  position: relative;
}
.full-size {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.md-input-has-value > label {
  /* font-size: 17px; */
  color: dodgerblue !important;
}

md-input-container label {
  color: dodgerblue;
}

md-input-container.md-default-theme.md-input-invalid .md-input, md-input-container.md-input-invalid .md-input {
  color: rgb(221,44,0) !important;
}

md-select .md-select-value.md-select-placeholder {
  color: dodgerblue !important;
}

.blueLabel > label {
  font-size: 17px;
  color: dodgerblue !important;
}

md-select ._md-select-value._md-select-placeholder { 
  font-size: 17px;
  color: dodgerblue !important;
}

.color_red {
  color: #FF0000;
}

.color_black {
  color: #000000;
}

.color_orange{
  color: #FF8C00;
}
.md-button.md-small {
  width: 16px;
  height: 16px;
  min-height: 16px;
  font-size: 14px;
  padding: 0 0;
  margin: 0;
}

.uiViewInherit {
  display: inherit; 
  width: 100%;
}

.decreaseSpace {
  margin-bottom: -40px;
}

.thumb {
  width: 24px;
  height: 24px;
  float: none;
  position: relative;
  top: 7px;
}
form .progress {
  line-height: 15px;
}
.progress {
  display: inline-block;
  width: 100px;
  border: 3px groove #CCC;
}
.progress div {
  font-size: smaller;
  background: orange;
  width: 0;
}
/* md-input-container .md-errors-spacer{
  min-height: 0;
  height:0;
}
 */
 md-input-content {
   margin: 0 auto !important;
   padding: 0 !important;
   margin-top: 0;
   margin-bottom: 0;
   padding-top: 0;
   padding-bottom: 0;
}

.hide-validation-error .md-errors-spacer { 
  display: none; 
}

.uiViewInherit {
  display: inherit; 
  width: 100%;
}



.tableCaseRate td, .tableCaseRate th{
  text-align: center;
  font-size: 12px;
  border:1px solid #CCCCCC;
  border-collapse: collapse;
}

.tableCaseRate{
  text-align: center;
  font-size: 12px;
  border-collapse: collapse;
}

.tableCaseRate tr:nth-child(even){
  background-color: #f2f2f2;
}

.tableCaseRate th {
  background-color: #56BEAA;
  color: white;
  padding:10px;
}

.tableCaseRate tr:hover {background-color: #ddd;}

.tablePrenatal td, .tablePrenatal th{
  text-align: center;
  font-size: 12px;
  border:1px solid #CCCCCC;
  border:0;
  border-collapse: collapse;
}

.tablePrenatal{
  text-align: center;
  font-size: 12px;
  border-collapse: collapse;
}

.tablePrenatal tr:nth-child(even){
  background-color: #f2f2f2;
}

.tablePrenatal th {
  background-color: #56BEAA;
  color: white;
  padding:10px;
}

.medcert div {
  position:absolute;
  z-index:1;
}

.tablePrenatal tr:hover {background-color: #ddd;}

.fontSize13 {
  font-size: 13px;
}
 /*wahfeedback */
 .consult{
  border-radius: 1vw 0vw 0vw 1vw;
  background: #0070bc;
  height:5vw; 
  position:absolute;
  margin-top: 8.5vw;
  border:0.25vw solid #662d91;
  width: 33.3%;
  box-shadow: 0.25vw 0.5vw #646363;}

.txtconsult{
  font-size:3.2vw;
  color:rgb(247, 241, 241);
  width:100%;
  display:inline-block;
  vertical-align:middle;
  text-align:center;
  margin-top: 0.5vw;}

.txtinput{
  border-radius: 0vw 1vw 1vw 0vw;
  background: white;
  height:5vw;
  position:relative;
  margin-top: 8.5vw;
  border:0.25vw solid #662d91;
  margin-left: 33vw;
  width: 100%;
  box-shadow: 0.25vw 0.5vw #646363;
  font-size: 4.5vw;
  font-weight: bold;
  vertical-align:middle;
  text-align:center;
}

.invalid{
  font-size: 2.8vw;
  color:#e74c3c;
  margin-left: 10vw;
}

.ok{
  position:absolute;
  margin-top:8.5vw;
  margin-left:73vw;}

.oktxt:hover{
  border:0.5vw double #089d2b;
  color:#089d2b;}

.oktxt:active{
  background-color: #089d2b;
  color:white;}

p{
  color:black;
  display:inline;
  margin:0;
  padding:0;
  font-family:Helvetica;
  font-weight: bold;}
    
.oktxt{
  border-radius:1vw;
  font-size:5vw;
  width:100%;
  position:absolute;
  margin-top:-0.3vw;
  height:6vw;
  color:black;
  border:0.25vw solid #089d2b;
  background-color: white;
  font-weight: bold;
  box-shadow: 0.25vw 0.5vw #646363;}

.redbutton{
  border-radius:1vw;
  border:0.25vw solid #c0392b;
  background-color: white;}

.redbutton:hover{
  border:0.25vw double #c0392b;
  color:#c0392b;}

.redbutton:active{
  background-color: #c0392b;
  color:white;}

body{
  background:#ffffff;
  margin:0px;
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;     
  -o-user-select: none;
  user-select: none;}

*{
    box-sizing:border-box;}

.col-logo {width: 8.3%;}
.col-logo2 {width: 12%;}
.col-2 {width: 16.6%;}
.col-3 {width: 24.9%;}
.col-4 {width: 33.3%;}
.col-button {width: 31%;}
.col-react{width:44%;}
.col-pic{width:30%;}
.col-5 {width: 41.6%;}
.col-7 {width: 58.3%;}
.col-10 {width: 83.3%;}
.col-full{width:100%;}
.col-body{width:90%;}

.top{
  background:linear-gradient(0deg,black,#0877cd,#0877cd,#0766af,#0761a7,#05487d,#0761a7,#0766af,#0877cd,#0877cd,#9bcff7);
  border:none;
  height:7vw;
  position: absolute;
  vertical-align:middle;
  text-align:center;
  width: 100%;}

.top3{
  background:whitesmoke;
  border:none;
  height:10vw;
  position: absolute;
  vertical-align:middle;
  text-align:center;
  width: 100%;
  border-bottom: 5px solid red;}

.top2{
  height:7vw;}

.consultbar{
  margin-left:5vw;
  margin-top:0.5vw;}

[class*="col-"] { 
    float: left;
  padding: 0px;}

.logo{
  margin-top:0.5vw;
  width:70%;}

.logo2{
  margin-left:83vw;
}

.logo3{
  margin-left:77vw;
}

*:focus{outline:none}

.titlebar{
  vertical-align:middle;
  text-align:center;
  position:absolute;
  width:100%;
  margin-top:0.5vw;}

.title{
  font-size:5vw;
  color:rgb(247, 241, 241);
  display:inline;
  margin:0;
  padding:0;
  font-family:Helvetica;
  font-weight: bold;}

.title2{
  font-size:4vw;}

.buttonfeed{
  height:4.2vw;
  position:relative;
  margin-left:1.8vw;
  margin-top:2.5vw;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;}

buttonfeed:hover{
  border-radius:1vw;
  border:0.25vw double #894fb6;
  color:#894fb6;}

buttonfeed:active{
  background-color: #894fb6;
  color:white;
  margin-left:0.25vw;
  margin-top: 0.25vw;
  box-shadow: none;}

.space{
  height:4.2vw;
  position:relative;
  margin-left:1.8vw;
  margin-top:2.5vw;}

.buttontxt{
  font-size:4.2vw;
  width:100%;
  color:black;
  position:absolute;
  margin-top:-0.3vw;
  vertical-align:middle;
  text-align:center;
  border-radius:1vw;
  border:0.25vw solid #894fb6;
  background-color: white;
  font-weight: bold;
  box-shadow: 0.25vw 0.5vw #646363;}

.hidden{
  display: none;
}

/* .reactions{
  margin-left: 4vw;
  width:100%;} */

/* .reaction{
  border-radius:1vw;
  margin-top:12vw;
  border: 0.4vw solid #e74c3c;
  background-color: #feecec;
  height:37vw;
  color:#e74c3c;
  box-shadow: 0.5vw 0.75vw #646363;}

.reaction:hover{
  border: 0.75vw double #e74c3c;}

.reaction:active{
  background-color: #e74c3c;
  color:white;
  margin-left: 0vw;
  margin-top:10.75vw;} */

.emoji{
  height:24vw;
  margin-top:13vw;}

.sad{
  color:#e74c3c;
  font-size:8vw;
  font-weight: bold;}

/* .reaction2{
  border: 0.4vw solid #089d2b;
  margin-left: 3vw;
  background-color:#ddfce0;
  color:  #089d2b;}

.reaction2:hover{
  border: 0.75vw double #089d2b;
  background-color: #ddfce0;}

.reaction2:active{
  background-color: #089d2b;
  color:white;
  margin-left: 3vw;
  margin-top:10.75vw;} */

.happy{
  font-size:8vw;
  color:#089d2b;
  font-weight: bold;}

/* .reaction2:active .happy{
  color: white; }

.reaction:active .sad{
  color: white; } */

.category{
  border-radius:1vw;
  position:relative;
  margin-top:12.5vw;
  margin-left: 2.5vw;
  border: 0.5vw solid #894fb6;
  background-color: #f5e4fc;  
  height:auto;
  box-shadow: 0.5vw 0.75vw #646363;}

.category:hover{
  border:0.5vw double #894fb6;}

.category:active .categorytxt { color: white; }
.category:active .categorytxt2 { color: white; }

.category:active{
  background-color: #894fb6;  
  margin-top:13.25vw;
  margin-left: 2.5vw;
}

.categorypic{
  margin-top: 2vw;
  height:20vw;
  width:85%;}

.categorytxt{
  font-size:3.8vw;
  color:black;
  margin-top: 24vw; 
  width:100%;
  vertical-align:middle;
  text-align:center;
  font-weight:normal;}

.categorytxt2{
  margin-top:29vw; }


.thank{
  margin-top:10vw;
  vertical-align:middle;
  text-align:center;
  position:absolute;
  width: 100%;
  font-size:6vw;
  color:black;
  width:100%;}

.credit{
  margin-top:22vw;
  position:absolute;
  font-size:2.5vw;
  color:black;}

.center{
  width:100%;
  vertical-align:middle;
  text-align:center;}

.officiallogo{
  position:absolute;
  width:35%;
  margin-top: 28vw;
  margin-left:-17vw;
}

.LGUlogo{
  position:absolute;
  width:22%;
  margin-top:28vw;
  margin-left:22vw;
}

.TSUlogo{
  position:absolute;
  width:22%;
  margin-top:28vw;
  margin-left:-43vw;
}

.md-virtual-repeat-container.md-autocomplete-suggestions-container {
  height: 50vh;
  min-height: 1vh;
  max-height: 50vh !important;
}

.highlight {
  color: red !important;
  font-weight: bold;
	
}

#loading-bar .bar {
  background: #ff0303;
  height: 5px;
  position: absolute;
  }

#loading-bar-spinner .spinner-icon {
  width: 18px;
  height: 18px;
  border: solid 4px transparent;
  border-top-color: #662d91;
  border-left-color: #662d91;
  border-radius: 10px;
  }

  .column {
    float: left;
    height: 500px;
    
  }
  .columns{
    float: left;
    height: 50px;	
    width: 100%;
  
  }
  .okcolumn{
    float: center;
    height: 50px;	
    width: 100%;
    
  }
  .one{
    width: 30%;
    margin: 0;
    height: 100vh;
    font-family: "Exo", sans-serif;
    color: #fff;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite; 

  }
  .two{
    width: 65%;
    height: 100%;
  }
  .ones{
    width: 70%;
    border:1px solid #05b6d0;
    border-radius:5px;	
  }
  .twos{
    width: 21.4%;
    background: #05b6d0;
    font-size: 3em;
    text-align: center !important;
    border-radius:10px;  	
  	border:1px solid transparent;
  	color:#fff;
  	display: block;
    transition: all .5s linear;
    margin-top: 30px;	
  }

  .twos:hover{
    box-shadow: 1 3px 3px -3px #000; 
    cursor: pointer;
    color:#05b6d0;
    background: #fff; 
    text-shadow: 1px 1px 2px #666;	
  }

  .ones{
    margin: 10px;
  }
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  .isa, .dalawa, .tatlo{
    width: 30.33%;
    margin:5px;
    border-radius:10px;
    background: #05b6d0;
    text-align: center !important;
    box-shadow: 0 8px 6px -6px #000;
  }
  .isa, .dalawa, .tatlo{
    color:#fff;
  }

  .apat{
    width: 61.5%;
    margin:5px;
    border-radius:10px;
    background: #05b6d0;
    text-align: center !important;
    box-shadow: 0 8px 6px -6px #000;
  }
  .apat{
    color:#fff;
  }
  
  .but{
    border-radius:5px;  	
  	border:1px solid transparent;
  	color:#fff;
  	font-size: 2em;
    background: #05b6d0;
    width: 100%;
    height: 110%;
  	display: block;
  	transition: all .5s linear;
  }
   .but:hover{
    box-shadow: 1 3px 3px -3px #000; 
    cursor: pointer;
    color:#05b6d0;
    background: #fff; 
    text-shadow: 1px 1px 2px #666;	
  }
.wrap {
    display: inline-block;
    width: 100%;
    height:100%;
    border:1px solid #05b6d0;
  }

  .sun{
    height: 100%;
  }

/* .consultid{
  margin-top: 1000px;
} */

.col1{
  width: 45%;
  height: 100%;
  float:left;
  background: #05b6d0;
  color:#fff;
  font-size: 1.5em;
  text-align: center;
}
.col2{
  float:right;
   width: 55%;
   height: 100%;
}
.col2 input{
   height:100%;
   width: 100%;
   padding: 5px;
   color:#05b6d0;
   text-transform: capitalize;
   font-weight:600;
   text-align: center;
}

@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.container {
	width: 100%;
	position: absolute;
	top: 35%;
	text-align: center;
}    
  
  md-tab-data{
    opacity: 1;
    display: table;
    right: 0;
    left: initial;
    z-index: 20;
  }

  md-autocomplete#custom-template {
  width: 500px;
}
.autocomplete-custom-template .md-autocomplete-suggestion {
  border-bottom: 1px solid #ccc;
  height: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  white-space: normal;
}
.autocomplete-custom-template .md-autocomplete-suggestion:last-child {
  border-bottom-width: 0;
}
.autocomplete-custom-template .item-title,
.autocomplete-custom-template .item-metadata {
  display: block;
  line-height: 2;
}
.autocomplete-custom-template .item-title md-icon {
  height: 8px;
  width: 8px;
}
.custom-container {
  min-width: 300px !important;
}
