﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.detailtable {
    background: #03AF18;
}

.detailtablefooter {
    background: #03AF18;
}

.bottombuttonbar {
    background: #03B8C4;
    height: 50px;
    vertical-align: middle;
}

.CustomTable table{width:100%;}
/*.CustomTable thead {width:calc(100%-1em);}
.CustomTable tbody {display:block; height:140px; overflow-y:auto; overflow-x:hidden;}
.CustomTable thead, .CustomTable tbody tr {display:table; width:97%; table-layout:auto;}
.CustomTable thead, .CustomTable tbody, .CustomTable td{border:none;}
*/