body {
   
    background-size: cover;
}
md-ink-bar{
    height: 4px;
}
md-dialog-content{
        height: 100%;
}
*:focus {
    outline: none;s
}

md-dialog > form{
    height: 100%;
}
md-tabs-wrapper {
    border-width: 0 !important;
    border-style: solid;
}
.signature{
  font: 400 16px/1.3 'Arizonia', Helvetica, sans-serif;
  color: white;
  text-shadow: 4px 4px 0px rgba(0,0,0,0.1); 
    margin-bottom: 0px;
    margin-top: 0px;
}
md-card {
    border-radius: 3px;
}
md-content {
    border-radius: 3px;
}


h3{
    font-weight: initial !important;
}

md-sidenav.md-locked-open, md-sidenav.md-locked-open.md-closed, md-sidenav.md-locked-open.md-closed.md-sidenav-left, md-sidenav.md-locked-open.md-closed, md-sidenav.md-locked-open.md-closed.md-sidenav-right {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.list-icon{
        padding-top: 10px;
    padding-right: 10px;
}
.md-subheader{
    background-color: whitesmoke;
}

md-tab-content{
    height: -webkit-fill-available;
}

.toolbar-search-input{
    -webkit-padding-end: 0;
    background: rgba(0, 0, 0, 0.22);
    border-radius: 3px;
    cursor: text;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    border-width: 0px;
    height: 37px;
    color: white;
    padding-left: 12px;
}


.search-input{
    -webkit-padding-end: 0;
    background: rgba(0, 0, 0, 0.22);
    border-radius: 2px;
    cursor: text;
    width: auto;
    margin-left: 0px;
    margin-right: 0px;
    border-width: 0px;
    height: 35px;
    color: white;
    padding-left: 35px;
}
.search-input:focus, input:focus{
    outline: none;
}
.search-container{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2) !important;
    padding-bottom: 10px;
}
.search-icon {
    position: absolute;
    margin-top: 8px;
    margin-left: 8px;
    fill: rgb(55,71,79);
}
.rotate{
    -moz-transition: all 2s linear;
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
}

md-list-item .md-button{
    text-align: left !important;
}

.speech-bubble {
	position: relative;
	background: #fff;
	border-radius: .4em;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 0.938em solid transparent;
	border-right-color: inherit;
	border-left: 0;
	border-bottom: 0;
	margin-top: -0.469em;
	margin-left: -0.937em;
}
.speech-bubble-me {
	position: relative;
	background: #fff;
	border-radius: .4em;
}

.speech-bubble-me:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 0.938em solid transparent;
	border-left-color: inherit;
	border-right: 0;
	border-bottom: 0;
	margin-top: -0.469em;
	margin-right: -0.937em;
}
md-icon:focus{
    outline: none;
}
.attachmentImage{
width: 100%;
height: auto;
max-height: -webkit-fill-available;
padding: 5px;
margin: 5px;
}
.attachmentImage:hover{
cursor: pointer;
box-shadow: 0 11px 15px -7px rgba(0,0,0,.2), 0 24px 38px 3px rgba(0,0,0,.14), 0 9px 46px 8px rgba(0,0,0,.12);
}


.imgContainer {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.imgContainer img {
    width: 90%;
    height: -webkit-fill-available;
    max-height: -webkit-fill-available;
    padding: 5px;
    margin: 5px;
}

.imgContainer .imgBtn {
    position: absolute;
    top: 20%;
    left: 90%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    fill: gray !important;
}

.imgContainer .imgBtn:hover {
    fill:red !important;
}

.imgBtn {
    fill: gray !important;
}
.imgBtn:hover {
    fill:red !important;
}



.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}

.glyphicon-modal-window:before {
  content: "\e237";
}
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.modal-header .close {
    margin-top: -2px;
    float: right;
    background-color: transparent;
    border: transparent;
    font-size: large;
}
/* width */
::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: transparent;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.1); 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: transparent; 
}
.hint {
    /* Position the hint */
    position: absolute;
    left: 2px;
    right: auto;
    bottom: 7px;
    /* Copy styles from ng-messages */
    font-size: 12px;
    line-height: 14px;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    /* Set our own color */
    color: grey; }
    
.no-border-menu-item:focus{
    outline: none;
}
.activeMenuItem{
    border-left: solid;
    border-left-color: rgb(96, 125, 139);
    border-width: 3px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.activeMenuItemIcon{
fill:indigo;
}
.google-visualization-orgchart-node {
    text-align: center;
    vertical-align: middle;
    font-family: arial,helvetica;
    cursor: default;
    border: 1px solid rgba(0,0,0,0.1) !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px !important;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px !important;
    background-color: white !important;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(whitesmoke)) !important;
}
.google-visualization-orgchart-node-medium {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    padding-right: 7px !important;
    padding-left: 7px !important;
    text-align: right !important;
    font-size: small !important;
}

.signature-avatar{
    width: 62px;
    height: 62px;
    -webkit-border-radius: 62px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 62px;
    -moz-background-clip: padding;
    border-radius: 62px;
    background-clip: padding-box;
    margin: 7px 0 0 5px;
    float: left;
    background-size: cover;
    background-position: center center;
}

.company-header-avatar{
    width: 42px;
    height: 42px;
    -webkit-border-radius: 42px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 42px;
    -moz-background-clip: padding;
    border-radius: 42px;
    background-clip: padding-box;
    margin: 7px 0 0 5px;
    float: left;
    background-size: cover;
    background-position: center center;
}

.company-header-avatar-btn{
    width: 42px;
    height: 42px;
    -webkit-border-radius: 42px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 42px;
    -moz-background-clip: padding;
    border-radius: 42px;
    background-clip: padding-box;
    margin: 7px 0 0 5px;
    float: left;
    background-size: cover;
    background-position: center center;
}

.company-header-avatar-btn:hover{
    width: 45px;
    height: 45px;
    -webkit-border-radius: 45px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 45px;
    -moz-background-clip: padding;
    border-radius: 45px;
    background-clip: padding-box;
    margin: 7px 0 0 5px;
    float: left;
    background-size: cover;
    background-position: center center;
}

.profile-pic-medium{
    width: 95px;
    height: 95px;
    -webkit-border-radius: 95px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 95px;
    -moz-background-clip: padding;
    border-radius: 95px;
    background-clip: padding-box;
    margin: 7px 0 0 5px;
    float: left;
    background-size: cover;
    background-position: center center;
}

.activeFilter{
    background: white;
    color: black;
}
.inactiveFilter{
    background-color: rgba(0,0,0,0.12);
    color: white;
}
.google-visualization-orgchart-table {
    border: 0;
    text-align: center;
    padding-right: 28px !important;
}

.selectdemoSelectHeader {
  /* Please note: All these selectors are only applied to children of elements with the 'selectdemoSelectHeader' class */ }
  .selectdemoSelectHeader .demo-header-searchbox {
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding: 0; }
  .selectdemoSelectHeader .demo-select-header {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    padding-left: 10.667px;
    height: 48px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    width: auto; }
  .selectdemoSelectHeader md-content._md {
    max-height: 240px; }
    
.selectdemoSelectHeader {
    width: 50%;
}

.scrollOn{
    overflow:scroll;
}
.scrollOff{
    overflow:hidden;
}

.md-badge-icon-button{
    background-color: red !important;
    color: rgb(255, 255, 255);
    position: absolute;
    right: 7px !important;
    top: 4px !important;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    color: rgb(255, 255, 255);
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 10px !important;
    font-stretch: normal;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    height: 15px !important;
    letter-spacing: 0.4px;
    line-height: 10px !important;
    min-width: 15px !important;
    padding: 0px;
    text-align: center;
    text-indent: 0px;
    text-rendering: auto;
    text-shadow: none;
    text-size-adjust: 100%;
    text-transform: none;
    white-space: normal;
    word-spacing: 0px;
    z-index: 9999;
    writing-mode: horizontal-tb;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.md-icon-button+.md-datepicker-input-container {
    margin-left: 0px;
}

.layout-gt-lg-row>md-divider, .layout-gt-md-row>md-divider, .layout-gt-sm-row>md-divider, .layout-gt-xs-row>md-divider, .layout-lg-row>md-divider, .layout-md-row>md-divider, .layout-row>md-divider, .layout-sm-row>md-divider, .layout-xl-row>md-divider, .layout-xs-row>md-divider {
    border-top-width: 0;
    border-right-width: 1px;
    border-right-style: solid;
    background: rgba(0,0,0,0.1);
    height: 1px;
}