| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281 |
- .body{
- width:100%;
- margin-left:0;
- margin-top:0;
- }
- .maincontent{
- width:100%;
- height:100%;
- }
- .headerbox{
- position: fixed;
- margin-left:5;
- margin-right:5;
- margin-top:5;
- height:80px;
- width:100%;
- border-bottom: 1px solid black;
- background-color:white;
- }
- .leftmenubox{
- position:fixed;
- margin-top:90px;
- margin-left:5;
- float:left;
- width:10%;
- height:88%;
- background-color:#0e1824;
- color:white;
- text-align:center;
- }
- .bottomleftbox{
- position:fixed;
- left:5;
- bottom:5;
- width:10%;
- height:50px;
- background-color:red;
- text-align:center;
- border-radius: .25rem;
- vertical-align: middle;
- font-weight: 400;
- }
- .headerlogo{
- width:270px;
- }
- .button{
- display:inline-block;
- position:relative;
- width:100px;
- height:auto;
- background-color:#0e1824;
- color:white;
- text-align:center;
- vertical-align: middle;
- font-weight: 400;
- border-radius: .25rem;
- padding: .65rem .75rem;
- text-decoration:none;
- cursor:pointer;
- }
- .button:hover{
- background-color:black;
- text-decoration:none;
- }
- .button-right{
- float:right;
- margin-left:5;
- }
- .button-left{
- margin-right:5;
- }
- .toprightmenu{
- position: fixed;
- top:20;
- right:5;
- }
- .leftmenumenu{
- color:white;
- text-decoration:none;
- display:inline-block;
- padding-top:25;
- padding-bottom:10;
- }
- .leftmenumenu:hover{
- color:grey;
- }
- .contentbox{
- display:inline-block;
- margin-left:11%;
- width:88.5%;
- padding-top:90;
- }
- .launchcollumn{
- display:block;
- float:left;
- width:24%;
- border-right: 10px solid white;
- height:90%;
- overflow-y:auto;
- }
- .collumnbutton{
- display:inline-block;
- width:100%;
- min-height:35px;
- border-bottom: 1px solid black;
- text-decoration:none;
- text-align:left;
- vertical-align: middle;
- padding-top:20;
- color: black;
- }
- .collumnbutton:hover{
- background-color: #0e1824;
- color: white;
- }
- .repcollumn{
- position:fixed;
- margin-left:auto;
- margin-right:auto;
- width:88%;
- height:85%;
- overflow-y:auto;
- overflow-x:hidden;
- background-color:#a8a8a8;
- border-radius: .25rem;
- border: 5px solid black;
- }
- .reptitle{
- display:block;
- text-align:center;
- border-radius: .25rem;
- border: 3px solid black;
- width:50%;
- padding: .375rem .75rem;
- font-size: 35;
- margin-top: 15px;
- margin-left: auto;
- margin-right: auto;
- color:black;
- }
- .reptitle2{
- display:block;
- text-align:center;
- border-radius: .25rem;
- border: 3px solid black;
- width:25%;
- padding: .375rem .75rem;
- font-size: 25;
- font-weight:700;
- margin-top: 15px;
- margin-left: auto;
- margin-right: auto;
- color:black;
- }
- .reptable{
- width:90%;
- margin-top:15px;
- margin-left: auto;
- margin-right: auto;
- border: 3px solid black;
- font-size:25;
- border-collapse: collapse;
- color:black;
- }
- .td, th{
- border: 3px solid black;
- }
- .dashcollumn{
- display:block;
- float:left;
- width:48%;
- border-right: 10px solid white;
- height:90%;
- overflow-y:auto;
- }
- .dashtable{
- width:90%;
- margin-top:15px;
- margin-left: auto;
- margin-right: auto;
- border: 1px solid #bdbdbd;;
- border-collapse: collapse;
- color:black;
- }
- .tooltip {
- position: relative;
- }
- .tooltip .tooltiptext {
- visibility: hidden;
- background-color: black;
- color: white;
- text-align: center;
- border-radius: 6px;
- padding: 5px 0;
- position: absolute;
- z-index: 1;
- }
- .tooltip:hover .tooltiptext {
- visibility: visible;
- width: 400px;
- height:auto;
- }
- .searchbar {
- display:block;
- margin-left:auto;
- margin-right:auto;
- text-align:center;
- border-radius: .25rem;
- border: 3px solid black;
- width:50%;
- padding: .375rem .75rem;
- }
- .button-small{
- width:75px;
- color:white;
- text-align:center;
- font-weight: 200;
- border-radius: .25rem;
- padding: .30rem .25rem;
- text-decoration:none;
- cursor:pointer;
- float: right;
- }
- .neutral{
- background-color:#1a29a1;
- }
- .success{
- background-color:#058b00;
- }
- .button-small:hover{
- background-color:black;
- text-decoration:none;
- }
- .collumnsection{
- display:inline-block;
- min-height:35px;
- border-bottom: 1px solid black;
- width: 100%;
- text-decoration:none;
- text-align:left;
- vertical-align: middle;
- padding-top:20;
- color: black;
- }
- .input{
- margin-top:10px;
- width:75%;
- height:40px;
- border: 3px black solid;
- border-radius: .5rem;
- }
- .inputbtn{
- display: inline-block;
- min-height:35px;
- vertical-align:middle;
- height:40px;
- width:100%
- }
- .inputbtn-content {
- display:none;
- margin-left:5px;
- margin-top:5px;
- min-width:75px;
- background-color:#058b00;
- color:white;
- text-align:center;
- font-weight: 200;
- border-radius: .25rem;
- padding: .30rem .25rem;
- text-decoration:none;
- cursor:pointer;
- }
- .inputbtn:hover .inputbtn-content {
- display: inline-block;
- }
- .inputbtn:hover .inputbtn-content:hover {
- background-color:#0e1824;
- color:white;
- }
|