/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : Jul 18, 2017, 10:22:30 AM
    Author     : abhinandan
*/


/*html,
body {
    font-family: 'Robot', sans-sarif;
    font-size: 1.6rem;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

html {
    line-height: 1.4;
}

md-toolbar h3 {
    margin: auto;
    font-weight: 500;
}

md-list-item>button {
    width: 100%;
    text-align: left !important;
}

#content {
    padding-left: 40px;
    padding-right: 40px;
    pdding-top: 5px;
}

.avatar {
    pasition: relative;
    width: 128px;
    height: 128px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    margin: 0px;
    vertical-align: middle;
    zoom: 0.70;
    transform: translateZ(0);
    -webkit-transform: scale(0.70);
    -moz-transform: scale(0.70);
}*/

.avatar1 {
    margin-top: 10px;
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    line-height: 4rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 1.7rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background-color: #0275d8;
}

.avatar_profile {
    margin-top: 0px;
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    line-height: 4rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 1.7rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background-color: #0275d8;
}

md-sidenav {
    max-width: 18%;
}

demo-include {
    display: block;
}

.layout-content demo-include [layout]>div {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    color: white;
    opacity: 0.9;
    padding: 8px;
}

.layout-content demo-include [layout]>div:nth-child(1) {
    background-color: #009688;
}

.layout-content demo-include [layout]>div:nth-child(2) {
    background-color: #3949ab;
}

.layout-content demo-include [layout]>div:nth-child(3) {
    background-color: #9c27b0;
}

.layout-content demo-include [layout]>div:nth-child(4) {
    background-color: #8bc34a;
}

.layout-content md-divider {
    margin-top: 16px;
}

.layout-demo *:not([layout]) {
    border: 1px solid #eee;
    padding: 8px;
}

.layout-content .demo-box {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.26);
    padding: 16px;
}

.layout-panel-parent {
    height: 200px;
    position: relative;
    width: 100%;
    z-index: 2;
}

[ng-panel] {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.45s cubic-bezier(0.35, 0, 0.25, 1) 0s;
    width: 100%;
}

.ng-enter[ng-panel] {
    opacity: 0.1;
    transform: translate3d(0px, -15%, 0px);
    z-index: 1;
}

.ng-enter.ng-enter-active[ng-panel],
.ng-leave[ng-panel] {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

.ng-leave.ng-leave-active[ng-panel] {
    opacity: 0.5;
    transform: translate3d(0px, 0px, 0px);
}

[ng-panel] .demo-content {
    background: white none repeat scroll 0 0;
}

@media not all {
    .layout-content demo-include [layout]>div {
        border: 1px solid #fff !important;
    }
}

.hide {
    display: none !important;
}

html {
    font-size: 62.5%;
    line-height: 1.4;
}


/* body {
    font-size: 1.6rem;
    
}

body {
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
} */

body {
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.471;
}

.md-api-table {
    border-radius: 2px;
    border-spacing: 0;
    margin-bottom: 8px;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}

a {
    /*border-bottom: 1px solid rgba(64, 84, 178, 0.25);*/
    color: #106cc8;
    cursor: pointer;
    cursor: hand;
    font-weight: 400;
    text-decoration: none !important;
    transition: border-bottom 0.35s ease 0s;
}


/*a:hover,
a:focus {
    border-bottom: 1px solid #4054b2;
}*/

a.md-button {
    border-bottom: medium none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0rem;
    margin-top: 1rem;
}

h1 {
    font-size: 3.4rem;
    font-weight: 400;
    line-height: 4rem;
}

h2 {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3.2rem;
}

h3 {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.005em;
}

h4 {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 2.4rem;
}

p {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.6em;
    margin: 0.8em 0 1.6em;
}

strong {
    font-weight: 500;
}

.md-api-table td,
.md-api-table th {
    padding: 12px 16px;
    text-align: left;
}

.md-api-table td {
    vertical-align: top;
}

.md-api-table td.description *:first-child {
    margin-top: 0;
}

.md-api-table td.description *:last-child {
    margin-bottom: 0;
}

.md-api-table tr:nth-child(2n+1) td {
    background-color: #e3ecf5;
}

.md-api-table tr:nth-child(2n) td {
    background-color: #d1deec;
}

.md-api-table th {
    background-color: #4c9ef0;
    color: white;
}

blockquote {
    border-left: 3px solid rgba(0, 0, 0, 0.12);
    font-style: italic;
    margin-left: 0;
    padding-left: 16px;
}

ul {
    margin: 0;
    padding: 0;
}


/*ul li {
    list-style-position: inside;
    margin-left: 16px;
    margin-top: 3px;
    padding: 0;
}*/

ul li {
    font-size: 13px;
    margin-left: 0px;
    padding: 0;
    margin-top: 3px;
    list-style-position: inside;
}

ul li:first-child {
    margin-top: 0;
}

ul.skip-links li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

ul.skip-links li a {
    background-color: #fff;
    display: block;
    left: 0;
    margin: 0.5em 0 0.5em 0.5em;
    opacity: 0;
    position: absolute;
    text-decoration: none !important;
    top: 0;
    transition: opacity 0.15s linear 0s;
    width: 92%;
}

ul.skip-links li a:focus {
    background-color: #fff !important;
    opacity: 1;
    z-index: 2;
}

pre {
    overflow-wrap: break-word;
    white-space: pre-wrap;
}

pre>code.highlight {
    -moz-user-select: initial;
    font-weight: 400;
    padding: 16px;
}

pre,
code {
    font-family: Menlo, Monaco, "Andale Mono", "lucida console", "Courier New", monospace;
    margin: 0;
    overflow-wrap: break-word;
    padding: 0;
}

pre>code.highlight {
    background-color: transparent;
    font-weight: 400;
    padding: 16px;
}

code {
    background: rgba(0, 0, 0, 0.067) none repeat scroll 0 0;
    font-size: 1.4rem;
}

code.highlight {
    display: block;
    overflow-wrap: break-word;
}

code:not(.highlight) {
    border-radius: 2px;
    color: #106cc8;
    margin-left: 1px;
    margin-right: 1px;
    padding: 0.125em 0.35em;
}

.layout-content code.highlight {
    margin-bottom: 15px;
}

.site-sidenav {
    /*background: #fcce09 none repeat scroll 0 0;*/
    background: #106CC8;
}


/*.site-sidenav md-content {
    background: transparent none repeat scroll 0 0;
}*/

.site-sidenav md-content {
    background: transparent;
}

.site-sidenav,
.site-sidenav.md-locked-open-add-active,
.site-sidenav.md-locked-open {
    max-width: 272px;
    min-width: 272px;
    width: 272px;
}

.site-sidenav>* {
    min-width: 218px;
}


/*.docs-menu,
.docs-menu ul {
    list-style: outside none none;
    padding: 0;
}*/

.docs-menu,
.docs-menu ul {
    list-style: none;
    padding: 0;
    max-width: 100%;
    overflow-x: hidden;
}

.docs-menu li {
    margin: 0;
}


/*.docs-menu>li:nth-child(1) {
    border-top: medium none;
}*/

.docs-menu>li:nth-child(1) {
    border-top: none;
}

.docs-menu>li {
    border-bottom: 1px solid #267ED5;
}

.md-whiteframe-glow-z1 {
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14), 0 0 2px 2px rgba(0, 0, 0, 0.098), 0 0 5px 1px rgba(0, 0, 0, 0.082);
}


/*
.docs-menu>li {
    border-bottom: 1px solid #267ed5;
}*/

.md-button {
    text-transform: capitalize !important;
    ;
}


/*.docs-menu .md-button {
    align-items: inherit;
    border-radius: 0;
    color: white;
    cursor: pointer;
    display: block;
    line-height: 40px;
    margin: 0;
    max-height: 40px;
    overflow: hidden;

        padding: 0 0px;
    text-align: left;
    text-decoration: none;
    white-space: normal;
    width: 100%;
    padding: 8px 16px 0;
}*/

.docs-menu .md-button {
    border-radius: 0;
    color: white;
    cursor: pointer;
    display: block;
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
    line-height: 40px;
    margin: 0;
    max-height: 40px;
    overflow: hidden;
    padding: 0px 16px;
    text-align: left;
    text-decoration: none;
    white-space: normal;
    width: 100%;
}

.docs-menu .md-button:hover,
.docs-menu .md-button:focus {
    background: #267ED5 !important;
}

.docs-menu .md-button md-icon {
    color: white;
}

.docs-menu md-select {
    margin: 0;
    width: 100%;
}

.docs-menu md-select md-select-label {
    justify-content: flex-end;
    padding-top: 10px;
}

.docs-menu md-select md-select-label span {
    margin-right: auto;
    padding-left: 13px;
}

.docs-menu md-select .md-select-icon {
    margin-right: 28px;
}

.docs-menu button.md-button::-moz-focus-inner {
    padding: 0;
}

.docs-menu .md-button.active {
    background: #267ed5 none repeat scroll 0 0;
}


/*.menu-heading {
    color: rgba(255, 255, 255, 0.54);
    display: block;
    line-height: 32px;
    margin: 0;
    text-align: left;
    width: 100%;
}*/

.menu-heading {
    display: block;
    line-height: 32px;
    margin: 0;
    padding: 8px 16px 0;
    text-align: left;
    width: 100%;
    color: rgba(255, 255, 255, 0.54);
}

.docs-menu li.parentActive,
.docs-menu li.parentActive .menu-toggle-list {}

.menu-toggle-list {
    overflow: hidden;
    position: relative;
    transition: height 0.75s cubic-bezier(0.35, 0, 0.25, 1) 0s;
    z-index: 1;
}

.docs-menu .menu-toggle-list a.md-button {
    display: block;
    font-weight: 500;
    padding: 0 16px 0 32px;
    text-rendering: optimizelegibility;
    text-transform: none;
}

ul#docs-menu-Directives {
    margin-bottom: 20px;
}

.md-button-toggle .md-toggle-icon {
    display: block;
    margin-left: auto;
    transform: rotate(180deg);
    transition: -webkit-transform 0.3s ease-in-out 0s;
    vertical-align: middle;
}

.md-button-toggle .md-toggle-icon.toggled {
    transform: rotate(0deg);
}


/*.docs-logo {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 0 16px;
    text-align: center;
}*/


/*.docs-logo {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 0 15px;
    margin: 0 auto;
}*/

.docs-logo {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 0 15px;
    margin: 0 auto;
}


/*.docs-logo:focus {
    outline: medium none;
}*/

.docs-logo:focus {
    outline: none;
}


/*.docs-logo>img {
    display: block;
    height: 67px;;
    transform: scale(1.2);
    transform-origin: 50% 0 0;
    width: auto;
}*/

.docs-logo>img {
    height: 105px;
    width: auto;
    display: block;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/*.nav-header {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, #185694 0%, #106cc8 100%) repeat scroll 0 0;
    border-bottom: 1px solid #267ed5;
    background-color: #131313;
    flex-shrink: 0;
    z-index: 2;
}*/

.nav-header {
    background-color: #106CC8;
    background: -webkit-linear-gradient(#185694, #106cc8);
    background: linear-gradient(#185694, #106cc8);
    border-bottom: 1px solid #267ED5;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    z-index: 2;
}

.docs-anchor {
    color: inherit;
}

a.docs-logo {
    border-bottom: medium none;
}

.docs-logotype {
    color: white;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.docs-menu-separator-icon {
    margin: 0;
}

.docs-menu-separator-icon img {
    height: 16px;
}

.md-breadcrumb {
    font-size: 24px !important;
    font-weight: 400 !important;
}

.md-breadcrumb md-icon {
    color: #666 !important;
}

.md-breadcrumb-page {
    display: inline-block;
    overflow-wrap: break-word;
}

.docs-toolbar-tools {
    margin: 0 0px;
    max-width: 864px;
    padding: 8px;
    ;
    width: auto;
}

.docs-tools .md-button {
    margin: 0 0 0 8px;
    padding: 0;
}

.docs-tools .md-button,
.docs-tools .md-button md-icon {
    color: #666 !important;
}

.docs-toolbar-tools .md-button md-icon {
    color: #666 !important;
}

@media (max-width: 400px) {
    .docs-tools {
        display: none;
    }
}

.layout-content,
.doc-content {
    box-sizing: border-box;
    margin: 16px;
    max-width: 864px;
}

docs-demo {
    display: block;
    margin-top: 16px;
}

.doc-description p {
    margin-top: 0;
}

.demo-container {
    border-radius: 4px;
    margin-bottom: 16px;
    padding-bottom: 0;
    position: relative;
    transition: padding 0.02s cubic-bezier(0.35, 0, 0.25, 1) 0s;
}

.demo-source-tabs {
    background: #fff none repeat scroll 0 0;
    height: 448px;
    overflow: hidden;
    transition: all 0.45s cubic-bezier(0.35, 0, 0.25, 1) 0s;
    z-index: 1;
}

.demo-source-tabs md-tabs-wrapper {
    background-color: #2c80d2 !important;
}

md-tabs.demo-source-tabs md-tab,
md-tabs.demo-source-tabs .md-header {
    background-color: #444444 !important;
}

md-tabs.demo-source-tabs md-tab-label {
    color: #ccc !important;
}

md-tabs.demo-source-tabs .active md-tab-label {
    color: #fff !important;
}

.demo-source-tabs.ng-hide {
    height: 0;
    min-height: 0;
}

.demo-source-tabs {
    position: relative;
    width: 100%;
    z-index: 0;
}

.demo-content {
    display: flex;
    overflow: hidden;
    position: relative;
}

.small-demo .demo-source-tabs:not(.ng-hide) {
    height: 224px;
}

.small-demo .demo-content {
    min-height: 128px;
}

.doc-content>* {
    flex: 1 1 auto;
}

.demo-content>* {
    flex: 1 1 0;
}

.demo-content>div[layout-fill] {
    min-height: 448px;
}

.small-demo .demo-content>div[layout-fill] {
    min-height: 224px;
}

.layout-content .small-demo .demo-content>div[layout],
.layout-options .small-demo .demo-content>div[layout] {
    height: 128px !important;
    min-height: auto !important;
}

.small-demo .demo-toolbar,
.small-demo .md-toolbar-tools {
    max-height: 48px;
    min-height: 48px;
}

md-toolbar.demo-toolbar {
    border-radius: 3px 3px 0 0;
    box-shadow: 0 1px rgba(255, 255, 255, 0.1);
}

md-toolbar.demo-toolbar md-tab-label {
    color: #99e4ee;
}

md-toolbar.demo-toolbar .md-button:hover {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}

md-toolbar.demo-toolbar .md-button.active,
md-toolbar.demo-toolbar .md-button.active md-icon {
    color: #418cd6;
}

md-toolbar.demo-toolbar .md-button {
    color: #616161;
    transition: all 0.3s linear 0s;
}

.demo-source-container {
    background-color: #f6f6f6;
    border: 1px solid #ddd;
    display: block;
    height: 400px;
}

.demo-source-container hljs {
    border-radius: 0;
    margin-bottom: 0;
}

.show-source div[demo-include] {
    border-top: 2px solid #ddd;
}

.docs-list {
    padding: 16px;
}

.docs-descriptions h4 {
    margin: 0;
}

.docs-list md-divider {
    margin: 8px 0;
}

.docs-list li {
    list-style: outside none none;
    margin: 0 0 8px;
}

.docs-output {}

ul.buckets {
    margin: 24px 0 24px -8px;
    padding: 0;
    position: relative;
}

ul.buckets li {
    list-style: outside none none;
    margin: 0;
    text-align: center;
}

ul.buckets li md-card md-card-content {
    padding: 0;
}

ul.buckets li a {
    background-color: #f6f6f6 !important;
    box-shadow: none !important;
    display: block;
    font-weight: 500;
    margin-right: 0;
    margin-top: 0;
    padding: 16px 0;
    text-decoration: none;
    transition: all 0.45s cubic-bezier(0.35, 0, 0.25, 1) 0s;
}

ul.buckets li a,
ul.buckets li a md-icon {
    color: #666 !important;
    transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1) 0s;
}

ul.buckets li a:hover,
ul.buckets li a:focus,
ul.buckets li a:hover md-icon,
ul.buckets li a:focus md-icon {
    background-color: #ebebeb !important;
    color: #106cc8 !important;
}

.api-options-bar .md-button {
    margin: 4px;
    padding: 4px;
}

.api-options-bar .md-button:hover,
.api-options-bar .md-button:focus {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
}

.api-options-bar.with-icon md-icon {
    left: 2px;
    position: absolute;
    top: -3px;
}

.api-options-bar.with-icon .md-button span {
    margin-left: 22px;
}

header.api-profile-header>h2 {
    color: #164371;
    margin: 0;
}

.api-params-item {
    min-height: 72px;
}

.api-params-label {
    align-self: flex-start;
    margin-right: 8px;
    margin-top: 14px;
    text-align: center;
}

.api-params-title {
    color: #888;
}

.api-params-content ul {
    padding-left: 4px;
}

ul.methods>li {
    margin: 0 0 48px;
}

ul.methods .method-function-syntax {
    font-size: 2rem;
    font-weight: normal;
    margin: 0;
}

h3 .method-function-syntax {
    background: #1c5792 none repeat scroll 0 0;
    color: white;
    display: block;
    line-height: 48px;
    padding: 0 16px;
}

@media (max-width: 600px) {
    ul.methods>li {
        border-left: medium none;
        padding-left: 0;
    }
    ul.methods .method-function-syntax {
        font-size: 1.4rem;
    }
}

.demo-source-container pre,
.demo-source-container code {
    min-height: 100%;
}

md-content.demo-source-container {
    background-color: transparent;
    border: medium none;
}

.demo-container>md-tabs {
    border-radius: 0;
}

md-content.demo-source-container>hljs,
md-content.demo-source-container>hljs>pre,
md-content.demo-source-container>hljs>pre>code.highlight {
    min-height: 100%;
}

.dashed-bottom {
    border-bottom: 1px dashed rgb(224, 224, 224);
    padding-bottom: 10px;
}

.dashed-top {
    border-top: 1px dashed rgb(224, 224, 224);
    margin-top: 10px;
}

.api-section,
.api-param-section {
    margin: 3em 0 0;
}

.api-section h3 {
    padding-top: 20px;
}

.responsive-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
}

.responsive-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

ul.no-style {
    list-style: outside none none;
    padding: 0;
}

ul.methods {
    list-style: outside none none;
    padding: 0;
}

ul.methods>li:first-child>*:first-child {
    padding-top: 0;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

md-icon.block {
    color: #106cc8;
    display: block;
    height: 50px;
    width: 50px;
}

.doc-demo-content {
    padding: 0;
}

docs-demo .doc-demo-content {
    margin: 16px;
}

.site-content-toolbar {
    background: #f6f6f6 none repeat scroll 0 0 !important;
    color: #666 !important;
    z-index: 3;
}

.site-content-toolbar {
    background: #e4e5e6 none repeat scroll 0 0 !important;
    color: #202020 !important;
    z-index: 3;
}

.service-desc {
    background: #e3ecf5 none repeat scroll 0 0;
    margin: 0 0 8px;
    overflow: hidden;
    padding: 16px;
}

.service-desc>p:first-child {
    margin-top: 0;
}

.service-desc>p:last-child {
    margin-bottom: 0;
}

.autocomplete-custom-template li {
    border-bottom: 1px solid #ccc;
    height: auto;
    padding-bottom: 8px;
    padding-top: 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;
}

@media not all {
    a {
        text-decoration: underline;
    }
    iframe,
    hljs pre {
        border: 1px solid #fff;
    }
}

.no-transition {
    transition: none 0s ease 0s !important;
}

ui-view {
    display: inherit;
}

ui-view>* {
    width: 100%;
}


/*User Profile*/

.docs-toolbar-profile {
    margin: auto auto;
    display: block;
    padding-right: 28px;
}

.menu_item_custom {
    min-height: 48px;
    height: 154px;
    padding: 0;
    padding-top: 26px;
}

.link_postion {
    position: absolute;
}

.image_avatar {
    width: 7rem;
    min-width: 7rem;
    height: 7rem;
    line-height: 7rem;
}

.profile_align {
    margin-left: 34%;
    margin-top: 0px;
}

.gb_wb {
    color: #666;
}

.gb_ub {
    font-weight: bold;
    margin: -4px 0 1px 0;
}

.gb_rb {
    display: inline-block;
    vertical-align: top;
}

.md_header {
    background-color: rgb(16, 108, 200);
    color: rgba(255, 255, 255, 0.87);
}

#menu_container_0 {
    position: absolute;
    margin-top: 44px;
}

.profile_action {
    background-color: rgba(0, 0, 0, 0.04);
}

.docs-logotype {
    color: white;
    text-align: center;
    font-weight: 400;
    font-size: 26px;
}

.md-subHeader_nav {
    font-size: 11px;
    color: white;
    text-align: center;
    font-weight: 400;
}

.body_footer {
    width: 100%;
    bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    float: center;
    text-align: center;
    position: fixed;
    background: #e4e5e6;
}

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

.text_align {
    text-align: center;
}

md-dialog.fullscreen-dialog {
    max-width: 70%;
    max-height: 70%;
    width: 70%;
    height: 70%;
    border-radius: 0;
}

.padding_12 {
    padding-right: 12px;
}

.email_font {
    font-size: 11px;
    color: black;
}

md-tabs:not(.md-no-tab-content):not(.md-dynamic-height) {
    min-height: 80vh;
}

.margin_bottom {
    margin-bottom: 0px;
}

.content_allign {
    margin-top: 10px;
    margin-left: 10px;
}

.title_subheader {
    height: 40px;
    margin-top: 22px;
    /* margin-left: 20px; */
    background-color: rgba(29, 20, 16, 0.16);

}
.md-tab{text-transform: none}


/*for printing selected div*/

@media print {
    body * {
        visibility: hidden;
    }
    #pdf_content,
    #pdf_content * {
        visibility: visible;
    }
    #pdf_content {
        position: absolute;
        left: 0;
        top: 0;
    }
}

.alignDiv{
  text-align: left;
 }
.tableHeight{
  max-height: 60vh !important;
 }
.imgSize{
   height: 80px; width: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
 }
.headerStyle{
    border: 1px solid rgba(128, 128, 128, 0.18);
    font-weight: bold;
    font-size: 15px;
    text-align: center;
 }
.dragCursor{
     cursor: move;
 }
.paddingForImg{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.imgSize img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.imgSize:hover img {
    -webkit-transform:scale(1.5); /* Safari and Chrome */
    -moz-transform:scale(1.5); /* Firefox */
    -ms-transform:scale(1.5); /* IE 9 */
    -o-transform:scale(1.5); /* Opera */
    transform:scale(1.5);
}

