| html, body{ |
| height:100%; |
| } |
| |
| h1{ |
| color: black; |
| } |
| |
| .custom-file-label{ |
| border-radius : 40px; |
| -moz-border-radius:40px; |
| -webkit-border-radius:40px; |
| } |
| |
| .custom-file-label::after{ |
| border-radius : 40px; |
| -moz-border-radius:40px; |
| -webkit-border-radius:40px; |
| } |
| |
| .form-control{ |
| border-radius : 40px; |
| -moz-border-radius:40px; |
| -webkit-border-radius:40px; |
| } |
| |
| #wf-fm-group{ |
| padding:0; |
| } |
| |
| .hero{ |
| height: 100%; |
| margin: 0; |
| padding: 0; |
| background-image: linear-gradient(rgba(220, 220, 220, 0.9) 50%, rgba(220, 220, 220, 0.9) 50%), url("../images/bg-header2.jpg"); |
| background-color: #cccccc; |
| background-size: cover; |
| } |
| |
| .left-btn, .right-btn{ |
| border-radius: 40px; |
| padding-left: 30px; |
| padding-right: 30px; |
| } |
| .list-group{ |
| border-radius : 40px; |
| } |
| |
| .banner{ |
| margin: 0; |
| padding: 0; |
| background-image: linear-gradient(rgba(220, 220, 220, 0.9) 50%, rgba(220, 220, 220, 0.9) 50%), url("../images/bg-header2.jpg"); |
| background-color: #cccccc; |
| background-size: cover; |
| height: 300px; |
| width:100%; |
| z-index: -1; |
| position: absolute; |
| top: 0; |
| right: 0; |
| } |
| |
| .list-group-item{ |
| border-radius : 40px; |
| -moz-border-radius:40px; |
| -webkit-border-radius:40px; |
| padding-top: 5px; |
| padding-bottom: 5px; |
| padding-right: 5px; |
| } |
| |
| .btn-rmv{ |
| background-color: Black; |
| border: none; |
| color: white; |
| padding: 10px 14px; |
| font-size: 16px; |
| cursor: pointer; |
| border-radius : 50%; |
| } |
| |
| .navcon{ |
| margin: 0; |
| padding: 0; |
| } |
| |
| .nav-item{ |
| margin-left: 30px; |
| } |
| |
| .nav-brand{ |
| width: 150px; |
| display: block; |
| } |
| |
| .plist { |
| margin: auto 0; |
| } |
| |
| .fm-ctrl-left{ |
| border-radius : 40px 0px 0px 40px; |
| -moz-border-radius:40px 0px 0px 40px; |
| -webkit-border-radius:40px 0px 0px 40px; |
| } |
| |
| .fm-ctrl-center{ |
| border-radius : 0; |
| -moz-border-radius:0; |
| -webkit-border-radius:0; |
| } |
| |
| .fm-ctrl-right{ |
| border-radius : 0px 40px 40px 0px; |
| -moz-border-radius:0px 40px 40px 0px; |
| -webkit-border-radius:0px 40px 40px 0px; |
| } |
| |
| .btn-save{ |
| border: none; |
| color: white; |
| padding: 10px 14px; |
| font-size: 16px; |
| cursor: pointer; |
| } |
| |
| .half-btn{ |
| width: 100px |
| } |
| |
| /* Scroll Bar */ |
| ::-webkit-scrollbar { |
| width: 10px; |
| } |
| |
| ::-webkit-scrollbar-track { |
| background: #f1f1f1; |
| } |
| |
| ::-webkit-scrollbar-thumb { |
| background: #888; |
| border-radius: 5px; |
| } |
| |
| ::-webkit-scrollbar-thumb:hover { |
| background: #555; |
| } |
| |
| .disabled_service { |
| background-color: #e9ecef; |
| opacity: 1; |
| } |