﻿body {
    background-color: #fff;
    color: #4d4d4d;
}

#pageContent .container{
    padding: 10px;
}
.table-responsive>table, table.dataTable,.accordion-inner>table{
    border:0px !important;
    border-radius: 0px;
}
.table-responsive>table thead tr th,table.dataTable  thead tr th, .accordion-inner>table tbody tr th{
    background-color: #4FC1E9 !important;
    color: #fff; 
    border:0px !important;
    border-radius: 0px !important;
    white-space: nowrap;
}
.table-responsive>table tbody tr td,table.dataTable  tbody tr td,.accordion-inner>table  tbody tr td{
    border:0px;
  
}
.table-responsive>table  tbody tr:hover td,table.dataTable tbody tr:hover td,.accordion-inner>table  tbody tr:hover td{
    background: rgba(204, 209, 217, 0.52) !important;
}

table.dataTable.no-footer{
    border-bottom: 1px solid #ddd;
}

.dropdown-menu {
    background-color: #fff;
     border: none;
     border-radius: 0px;
}
.dropdown-menu .dropdown-header {
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
    color: #aab2bd;
}
.dropdown-menu li a {
    padding: 5px 20px;
    color: #888;
}
.dropdown-menu .active a, .dropdown-menu .active a:focus, .dropdown-menu .active a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:hover {
    color: #fff;
    background-color: #656d78;
    outline: 0;
}
.dropdown-menu .disabled a, .dropdown-menu .disabled a:focus, .dropdown-menu .disabled a:hover {
    color: #656d78;
    cursor: default;
}
.dropdown-menu .divider {
    background-color: #656d78;
    border-bottom: none;
    height: 0px;
    margin: 0px;
}
.dropup .dropdown-menu {
    margin-bottom: 0;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 4px 4px;
    -webkit-border-radius: 0 4px 4px;
    -moz-border-radius: 0 4px 4px;
}
.dropdown-submenu:hover .dropdown-menu {
    display: block;
}
.dropup .dropdown-submenu .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    border-radius: 4px 4px 4px 0;
    -webkit-border-radius: 4px 4px 4px 0;
    -moz-border-radius: 4px 4px 4px 0;
}
.dropdown-submenu>a:after {
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
    content: " ";
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #888;
}
.dropdown-default .dropdown-submenu>a:after {
    border-left-color: #434a54;
}
.dropdown-submenu:hover a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 4px 0 4px 4px;
    -webkit-border-radius: 4px 0 4px 4px;
    -moz-border-radius: 4px 0 4px 4px;
}
.ui-dialog{
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    z-index:9999;
}
.ui-widget-header{
    border-radius: 0px;
    background: rgba(0, 136, 204, 0.72);
    border:0px;
   
}
.ui-dialog-content{
    padding: 0px !important;
}
.ui-dialog-buttonpane.ui-widget-content{
    border-top: 0px;
    padding: 0px;
    margin-top:0px;
}
.ui-dialog-buttonpane.ui-widget-content .ui-dialog-buttonset button{
   border:0px;
   background: transparent;
}
.ui-dialog-buttonpane.ui-widget-content .ui-dialog-buttonset span{
    color: #fff;
    background-color: rgba(0, 136, 204, 0.72);
    border-color: rgba(0, 136, 204, 0.72);
}
.ui-dialog-buttonpane.ui-widget-content .ui-dialog-buttonset:hover{
   
    border:0px !important;
}
.ui-dialog-buttonpane.ui-widget-content .ui-dialog-buttonset span:hover{
     color: #fff;
    background-color: #4fc1e9;
   
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border-radius: 0px;
    background: rgba(0, 136, 204, 0.72);
    border: 0px;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcd113;
    background: #f8da4e url(../plugin/jquery-ui-1.10.4.custom/css/start/images/ui-bg_glass_55_f8da4e_1x400.png) 50% 50% repeat-x;
    color: #915608;
}
.ui-datepicker{
    border:0px;
    box-shadow: 0 1px 2px rgba(0,0,0,.5);
    border-radius: 0px;
    z-index:9999 !important;
}
.ui-button-text-only .ui-button-text{
    min-height: 25px;
    line-height: 25px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current{
    background: #4FC1E9 !important;
    border: 1px solid #4FC1E9 !important;
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover:hover{
    background: #4FC1E9 !important;
    border: 1px solid #4FC1E9 !important;
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover{
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent!important;
    background: transparent!important;
    box-shadow: none;
}

iframe{
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    border: 0px;
    margin-top: 5px;
}
.accordion-group{
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    border: 0px;
    border-radius: 0px;
    background:#fff;
}
.accordion-inner{
    background:#fff;
    border-top:0px;
    padding:9px 10px;

}
.accordion-heading {
    padding: 12px 15px;
    color: #fff;
    text-decoration: none;
}
/*form login only */
#pageLogin form{
    background: #fff;
}

#pageFooter{
    margin-top: 10px
}
.card{
    background:#fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.card .card-header{
   padding:10px;
   background:#4FC1E9;
   color:#fff;

}
.card .card-body{
    padding:10px;
    overflow: hidden;
}

.card .card-body>div span.title{
   font-weight:bold;

}
.panel-content{
  padding: 0px 10px;
}
.panel {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    border: 0px;
    transition: box-shadow 0.3s ease-in-out;
}
.panel:active {
     box-shadow:0 2px 9px 0 rgba(0, 0, 0, 0.4);
   
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-color:transparent;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-color:transparent;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-blue{
    color: #079BCC;
}
.panel-orange{
    color: #DE9226;
}
.panel-green{
    color:#369836;
}
.panel-red{
    color: #BE2F2B;
}
.panel .panel-heading div>div>i.fa, .huge{
    font-size:35px;
    line-height:35px;
     
}
.panel .panel-footer i.fa{
    font-size:16px;
}
.bg-primary{
    background: #4FC1E9;
}
.bg-danger{
    background:#d9534f;
 }
.bg-success{
    background:#5cb85c;
 }
.bg-warning{
    background:#f0ad4e !important;
 }
.cl-white{
   color: #fff;
}
.cl-primary{
   color: #4FC1E9;
}
.cl-danger{
   color: #d9534f;
}
.cl-warning{
   color: #f0ad4e;
}
.cl-success{
   color: #5cb85c;
}

.result-list ul{
    margin:0px;
    list-style-type:none;
    padding:0px;
}
.result-list ul li{
    position: relative;
    padding: 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    background: #fff;
    margin-bottom: 1px;
    padding-bottom:0px;
}
.result-list ul li:last-child{
    padding:15px 10px;
}
.result-list ul li a{
    text-decoration:none;
}
.result-list ul li>a>i{
   position:absolute;
   top:45%;
   right:10px;
   color: #888;
   font-size:20px;
}

.result-list ul li>a div{
    font-size: 13px;
    color: #333;
    padding-bottom:5px;
}
.result-list ul li>a div .name-only{
    font-size:14px;
    font-weight:bold;
}
.result-list ul li>a div:last-child{
   padding-bottom:0px;
}
.result-list ul li>a .title-item{
    display: block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.result-list ul li>a .app-name{
   font-weight:bold;
   font-size:15px;

}
.result-list ul li>a div.apply_date{
   text-align:right;
   color:#888;
}
.result-list ul li>a div.information>div.title-item>i{
    font-size: 20px;
  
}
.result-list ul li>a div.information>div.title-item>i.fa.fa-file-text-o{
    margin-right:10px;
  
}
.result-list .paging-content{
    padding:10px;
    text-align:center;
}
.result-list .paging-content .btn{
    box-shadow:none;
}
.result-list .paging-content .btn.disabled,.result-list .paging-content .btn[disabled],.result-list .paging-content fieldset[disabled] .btn{
    opacity: 1;
    box-shadow:none;
}
.result-list .paging-content .btn.disabled>i,.result-list .paging-content .btn[disabled]>i,.result-list .paging-content fieldset[disabled] .btn>i{
    opacity: 0.5;
}
.result-list .order-list{
    padding:10px;
}
[v-cloak] {
     display: none;
}

/* Button */
.button {
    display: inline-block;
    position: relative;
    border-radius: 2px;
    background-color: #fff;
    color: #646464;
    border: none;
    padding:8px 12px; 
}
    
.button > paper-ripple {
    border-radius: 2px;
    overflow: hidden;
}
    
.button.narrow {
    width: 60px;
}
    
.button.grey {
    background-color: #444;
    color: #fff;
}
.button.orange {
    background-color: #DE9226;
    color: #fff;
} 
.button.blue {
    background-color: #337ab7;
    color: #fff;
}
    
.button.green {
    background-color: #369836;
    color: #fff;
}
    
.button.raised {
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0.2s;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
    
.button.raised:active {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    transition-delay: 0s;
}
    
/* Icon Button */
.icon-button {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 56px;
}
    
.icon-button > core-icon {
    margin: 16px;
    transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
    
.icon-button:hover > core-icon {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
    
.icon-button > paper-ripple {
    overflow: hidden;
    color: #646464;
}
    
.icon-button.red > core-icon::shadow path {
    fill: #db4437;
}
    
.icon-button.red > paper-ripple {
    color: #db4437;
}
    
.icon-button.blue > core-icon::shadow path {
    fill: #4285f4;
}
    
.icon-button.blue > paper-ripple {
    color: #4285f4;
}
    
/* FAB */
.fab {
        position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    overflow: hidden;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0.2s;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
    
.fab.red {
    background-color: #d23f31;
}
    
.fab.blue {
    background-color: #4285f4;
}
    
.fab.green {
    background-color: #0f9d58;
}
    
.fab:active {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    transition-delay: 0s;
}
    
.fab > core-icon {
    margin: 16px;
}
    
.fab > core-icon::shadow path {
    fill: #fff;
}
    
/* Menu */
.menu {
    display: inline-block;
    width: 180px;
    background-color: #fff;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
    
.item {
    position: relative;
    height: 48px;
    line-height: 48px;
    color: #646464;
    font-size: 0.9em;
}
    
.menu.blue > .item {
    color: #4285f4;
}
    
   
/* Misc */
.center {
    text-align: center;
}
    
.label {
    padding: 0 16px;
}
    
.label-blue {
    color: #4285f4; 
}
    
.label-red {
    color: #d23f31; 
}

@import url(http://fonts.googleapis.com/css?family=Roboto);

*, *:before, *:after {
	box-sizing: border-box;
}

.md-checkbox {
	position: relative;
	height: 20px;
	margin: 16px 0;
}

.md-checkbox label {
	cursor: pointer;
    font-weight: normal;
}

.md-checkbox label:before, .md-checkbox label:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}

.md-checkbox label:before {
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.54);
	border-radius: 2px;
	cursor: pointer;
	transition: background .3s;
}

.md-checkbox input[type="checkbox"] {
	outline: 0;
	margin-right: 10px;
}

.md-checkbox input[type="checkbox"]:checked + label:before {
	background: #337ab7;
	border: none;
}

.md-checkbox input[type="checkbox"]:checked + label:after {
	transform: rotate(-45deg);
	top: 5px;
	left: 4px;
	width: 12px;
	height: 6px;
	border: 2px solid #fff;
	border-top-style: none;
	border-right-style: none;
} 
/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    right: 0;
    background-color: #fff; 
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 10px; /* Place content 10px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    border-left:1px solid #ddd;
    box-shadow: 0 0 3px #A0A0A0;
}

/* The navigation menu links */
.sidenav a.closebtn {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 40px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a.closebtn:hover, .offcanvas a.closebtn:focus{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: -10px;
    right: 0px;
    font-size: 36px;
    z-index:9999;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.route-list.read-only{
    box-shadow:none;
    padding:0px;
}
.route-list.read-only .route-item{
    box-shadow: none;
    border-top: 1px solid #ddd;
}
input.form-control[disabled],textarea.form-control[readonly]{
    color: #aaa;
    box-shadow: 0 2px 6px rgba(0,0,0,0.16);
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
    color:#000;
}
.btn-group-apply{
    overflow: hidden;
    width: 100%;
    position: relative;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    margin-top:5px;
    position:fixed;
    bottom:0;
    z-index: 99;
}
    .btn-group-apply .bg-button-action {
        opacity: 0.6;
        height: 100%;
        width: 100%;
        position: absolute;
    }
.btn-group-apply .row{
    padding:10px;
   
}

.scroll-to-fixed-fixed .bg-button-action {
    background: #aaa;
}
.ui-front{
    z-index:9999;
}