md-dialog{ width:45%; min-height: 50%;}
.m-20px-0{ margin:20px 0; }
.m-b-20px{ margin-bottom:20px; }
.m-b-0px{ margin-bottom:0px; }
.md-info{ background-color:#2196F3 !important; color:#ffffff !important; }
.md-danger{ background-color:#D32F2F !important; color:#ffffff !important; }
.w-5-pct{ width:5%; }
.w-10-pct{ width:10%; }
.w-20-pct{ width:20%; }
.w-30-pct{ width:30%; }
.w-35-pct{ width:35%; }
.w-40-pct{ width:40%; }
.w-50-pct{ width:50%; }
.w-60-pct{ width:60%; }
.w-70-pct{ width:70%; }
.w-80-pct{ width:80%; }
.w-90-pct{ width:90%; }
.w-100-pct{ width:100%; }
.t-a-c{ text-align:center; }
.t-a-l{ text-align:left; }
.margin-bottom-1em{ margin-bottom:1em; }

.nav-tabs>li>a:hover {
    cursor: pointer;
    background: white;
}

.tgNav {display: block; opacity: 0;}

.sidenav {
    /* display: none; */
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    opacity: 0.9;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #ffffff;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
.show {
    display: block;
}
.hide {
    display: none
}
.md-toolbar-tools {
    background-color: #1a93d0 !important;
}
.badge {
    background-color: #1a93d0 !important;
}

.da-loading {
    position: absolute;
    z-index: 1;
    opacity: 0.5;
    width: 98%;
    /* margin-left: -15px; */
}

.da-loading img{
    width: inherit;
}

.iname {
    color : #1a93d0;
}

.times {
    margin-bottom:5px;
}

.times div {
    color : #1a93d0;
}