/* CSS Document */

.time-frame{position:fixed; background-color:white;z-index:100000000;top:0;padding:5px; border:1px solid black;overflow: hidden auto;width:15px; height:15px;}
.time-frame-min{display: block;position: absolute;top: -1px;right: -1px;padding: 3px;border: 1px solid black;box-sizing: border-box;width: 15px;height: 15px;line-height: 9px;cursor: pointer;}
.badge{background-color: #d1dade;color: #5e5e5e;font-size:13px;font-weight: 600;padding-bottom: 4px;padding-left: 6px;padding-right: 6px;text-shadow: none;display: inline-block;min-width: 10px;
  line-height: 1;text-align: center;white-space: nowrap;vertical-align: middle;border-radius: 10px;}

.badge-orange{color: white; background-color: orange;}
.badge-green{color: white; background-color: #5cac59;}
.badge-red{color: white; background-color: red;}
.badge-blue{color: white; background-color: #3f84db;}
.badge-purple{color: 3807d7d; background-color: #000;}

.del-docs, .edit-docs, .pdf-docs, .sub-opt{font-size:17px;padding-left : 5px; color:black}
.sub-menu-item{cursor:pointer; padding-left: 5px;}
.sub-menu-item:hover{text-decoration: underline;}