@font-face
{
    font-family: 'Sansation-light';
    src: url('../fonts/Sansation/Sansation_Light.ttf');
}
/*@font-face
{
    font-family: 'Sansation-Regular';
    src: url('../fonts/Sansation/Sansation_Regular.ttf');
}*/
/*@font-face
{
    font-family: 'Roboto-light';
    src: url('../fonts/Roboto/Roboto-light.ttf');
}*/
@font-face
{
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto/Roboto-Regular.ttf');
}
@font-face
{
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/Material-Icons.woff2) format('woff2');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
body
{
    font-family: 'Roboto-Regular', sans-serif;
    //background: #f1f1f1;
    //background-color: #f1f1f1;
}
hr
{
    margin-top: 10px;
    border: none;
    border-top: 1px solid rgba(255,255,255,0.2);
}
hr.dark-line
{
    margin-top: 10px;
    border: none;
    border-top: 1px solid rgba(0,0,0,0.4);
}
::-webkit-scrollbar 
{
    width: 6px;
    margin-left: 5px
}
::-webkit-scrollbar:horizontal 
{
    height: 6px;
}
::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0);
}
::-webkit-scrollbar-thumb {
    background-color: #7E7E7E;
    border-radius:10px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #5C5C5C;
}
md-content
{
    background: inherit;
}
h1, h2, h3, h4, h5, h6
{
    margin: 5px 0px;
    font-family: 'Sansation-Light';
    font-weight: normal;
}
/*h1
{
    font-size: 2.5em;
}
h2
{
    font-size: 2em;
}
h3
{
    font-size: 1.8em;
}*/
.heading
{
    padding: 10px 20px;
}
.text-white input
{
    color: #DDD!important;
    border-color: #DDD
}
.text-white label
{
    color: #DDD;
}
.myGrid {
    height: 100%;
    width: 500px;
    color:black !important;
}
#grid1 {
    height: 600px;
    width: 100%;
    color:black !important;
}
.ui-grid-footer-info{
    color:white !important;   
}
.ui-grid{
    color:black !important;
}


md-card
{
    //box-shadow: 0 1px 5px 0 rgba(0,0,0,.5), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
}
md-input-container:not(.md-input-invalid).md-input-focused .md-input
{
    border-color: #00937D;
}
md-input-container:not(.md-input-invalid).md-input-focused label
{
    color: #00937D;
}
md-toast.md-center
{
    text-align: center;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
}
md-toast.md-error-toast-theme .md-toast-content
{
    text-align: center;
    background: #F44336;
    color: #FFF;
}
md-toast.md-success-toast-theme .md-toast-content
{
    text-align: center;
    background: #388E3C;
    color: #FFF;
}
.md-adappt-radio.md-checked .md-off
{
    border-color: #00937D; 
}
.overlay-pattern
{
    width: 100%;
    height: 100%;
    background: url(../img/pattern.png) repeat center rgba(0,0,0,0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}
.circle-card
{
    border-radius: 100%;
    width: 200px;
    height: 200px;
    background: #FFF;
}
.vertical-dashed-line
{
    height: 30px;
    border-right: 1px dashed #333;
}
.horizontal-dashed-line
{
    height: 30px;
    width: 600px;
    border-top: 1px dashed #333;
    border-left: 1px dashed #333;
    border-right: 1px dashed #333;
}
.text-center
{
    text-align: center;
}
.adappt-logo
{
    background: url('../img/adappt-white.png') no-repeat center center;
    background-size: contain;
}
.logo-lg
{
    width: 100%;
    height: 90px;
}
.adappt-nav-bar
{
    color:  #FFF;
}
.adappt-nav-bar .md-nav-bar
{
    border:none;
}
.adappt-watermark
{
    width: 100%;
    height: 100%;
    background: url(../img/adappt-icon-grey.png) no-repeat 0% center #00937D;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    background-size: 50%;
}
.adappt-watermark-image
{
    background: url(../img/adappt-icon-grey1.png) no-repeat 126% 61% #E6E6E6;
    background-size: 60%;
}

.adappt-watermark-image-dark
{
    background: url(../img/adappt-icon-grey1.png) no-repeat 126% 61% #2A2A2A;
    background-size: 60%;
}
.adappt-icon
{
    width: 75px;
    height: 75px;
    background: url('../img/adappt-icon-white.png') no-repeat center center #00937D;
    background-size: 65%;
}
.adappt-logo-toolbar
{
    background: #FFF!important;
    background-color: #FFF!important;
}
.adappt-logo-sm
{
    width: 140px;
    height: 60px;
    background: url('../img/adappt.png') no-repeat center center;
    background-size: contain;
}
.adappt-logo-white
{
    height: 75px;
    min-height: 75px;
    background: url('../img/adappt-white.png') no-repeat center center #198A72;
    background-size: 70%;
}
.adappt-tabs .md-tab.md-active
{
    //background: #00937D;
    color: #00937D;
}
.adappt-tabs md-ink-bar
{
    color: #00937D;
    background: #00937D;
}
.underline-text
{
    border-bottom: 1px solid rgba(0,0,0,0.87);
}
.container
{
    z-index: 2;
}
.adappt-color-card
{
    position: relative;
    padding: 25px 0px;
    left: -36px;
    box-shadow: 2px 3px 8px -2px rgba(0,0,0,0.5);
    background: rgb(0, 147, 125);
    color: #FFF;
    //background: linear-gradient(top, rgb(98,195, 165), rgb(0,115,104));
    margin-bottom: 30px;
    top: 0;
}
.adappt-color-card:before
{
    content: '';
    position: absolute;
    border-top: 20px solid #035c4e;
    border-left: 20px solid transparent;
    left: 0px;
    bottom: -20px;
}
.btn
{
    padding: 5px;
    box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12)!important;
    transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.padding-btn
{
    padding: 10px 20px
}
.btn:hover
{
    box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2)!important;
}
.lg-btn-container
{
    margin-top: 20px;
}
.green-bg-btn
{
    background: #00937D;
    border-radius: 3px;
    margin: 10px;
    padding: 20px;
    min-width: 195px;
    max-width: 195px;
    min-height: 145px;
    color: #FFF;
    cursor: pointer;
}
.green-bg-btn .lg-icon
{
    font-size: 4em;
}
.dark-icon-btn
{
    color: #BBB;
    padding: 5px;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    border-radius:0px;
    margin: auto 0;
}
.dark-icon-btn *
{
    font-size: 12px;
}
.dark-icon-btn md-icon
{
    color: #BBB;
    font-size: 16px;
}
.adappt-btn
{
    font-size: 15px;
    background-color:#00937D!important;
    color:#FFF!important;
}
.padding
{
    padding: 10px;
}
.padding-lg
{
    padding: 20px 40px;
}
.full-height
{
    height: 100%;
}
.adappt-header
{
    position: relative;
    padding: 0px 10px;
    background: #FFF;
    width: 100%;
}
.hint {
    position: absolute;
    left: 5px;
    right: auto;
    bottom: 5px;
    font-size: 14px;
    line-height: 14px;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    color: grey; 
}
.dark-side-nav
{
    background: url(../img/pattern.png) repeat center #212122;
    min-width: 230px;
    color: #FFF;
    box-shadow: 2px 2px 12px 2px rgba(0,0,0,0.4);
}

.dark-toolbar
{
    background: url(../img/pattern.png) repeat center #212122;
    color: #FFF;
    box-shadow: 2px 2px 12px 2px rgba(0,0,0,0.4);       
}
.dark-header
{
   background: url(../img/pattern.png) repeat center #212122!important;
}
.dark-header md-icon
{
    color: rgba(255,255,255,0.87)!important;
}
.adappt-fab
{
    background-color:#00937D!important;
}

.background1
{
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.background2
{
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

md-input-container:not(.md-input-invalid).md-input-focused .md-input {
    border-color: lightgrey;
}
md-input-container.md-input-focused label:not(.md-no-float){
    color:lightgrey;
}

md-input-container label
{
    color: #FFF;
}