/*
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 26, 2017, 12:11:35 PM
    Author     : abhinandan
*/

.scrollable_content{
    max-height: 230px;
    min-height: 230px;
    overflow-y: auto;
    font-size: 13.5px;
}
.list-unstyled{
    padding-left: 0;
    list-style: none;
}
.padding_0{
    padding: 0;
}
.card_header{
    height:  68px;
   
}
.scrollable_dynamic_content{
    height: 400px;
    overflow-y: auto;
}
.padding_12{
    padding-right: 12px;
}
.padding_right{padding-right: 16px; }
.margin_bottom{
    margin-bottom: 19px;
}

.margin_top{
    margin-top: 20px;
}
.email_font{
    font-size: 11px;
    color:black;
}

.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; }
.loader.ng-animate { -webkit-animation: none 0s; }
md-input-container{
    padding: 4px;
}
.content_width{
    min-width: 213px;
}

