123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264 |
- /* Authors : Carlos C. Corrada-Bravo
- David J. Ortiz-Rivera
-
- Organization : Centro de Desarrollo y Consultoria Computacional
- Project : OPASO Material Registry
- File : manage.css
- Description : Styling for manage pages */
-
- .manage-labs{
- width: 100%;
- }
-
- .add-lab-warning{
- color: #202124;
- padding: 7.5px 0px;
- border-radius: 2.5px;
- display: inline-block;
- }
-
- td[value=access_level]{
- text-transform: capitalize;
- }
-
- td[value=person_name],th[value=person]{
- text-align: left;
- padding-left: 15px !important;
- }
-
- td[value=lab_name],td[value=building],td[value=lab_room]{
- text-align: left;
- padding-left: 15px !important;
- }
-
- .form-header{
- float: left;
- color: #202124;
- display: inline-block;
- text-transform: capitalize;
- }
- .close-icon{
- float: right;
- color: darkgray;
- cursor: pointer;
- display: inline-block;
- }
-
- .selects{
- width: 100%;
- display: inline-block;
- }
-
- .form{
- width: 100%;
- text-align: center;
-
- }
-
- .add-form-wrapper{
- border-radius: 2.5px;
- background-color: #fff;
- border: 1px solid rgb(218,220,224);
- }
-
- .add-form-body{
- width: 100%;
- overflow-y: auto;
- }
-
- .add-form-body-wrapper{
- width: 100%;
- text-align: left;
- padding: 7.5px 15px;
- }
-
- .form-wrapper{
- width: 500px;
- margin: auto;
- z-index: 9999;
- text-align: left;
- position: relative;
- border-radius: 2.5px;
- display: inline-block;
- background-color: #fff;
- border: 1px solid rgb(218,220,224);
- }
-
- .form-body{
- text-align: left;
- }
-
- .main-form{
- top: 0%;
- opacity: 0;
- width: 100%;
- height: 100%;
- text-align: center;
- padding: 105px 0;
- will-change: transform,opacity;
- transform: translateY(-100%);
- will-change: transform, opacity;
- transition: transform 0.5s,opacity 0.5s ease-in-out;
- }
-
- .form-shader{
- opacity: 0;
- z-index: -1;
- width: 100%;
- height: 100%;
- overflow: hidden;
- text-align: center;
- position: absolute;
- background-color: rgb(0,0,0,0.85);
- will-change: z-index,opacity;
- transition: z-index 0.25s, opacity 0.25s ease-in-out;
- }
-
- .t-form{
- display: none;
- }
-
- .c-form{
- display: block !important;
- }
-
- .form-actions{
- width: 100%;
- padding: 15px;
- text-align: right;
- display: inline-block;
- }
-
- .add-form-actions{
- text-align: right;
- padding-bottom: 7.5px;
- }
-
- .add-form{
- top: 0%;
- opacity: 0;
- height: 100%;
- width: 100%;
- padding: 105px 0;
- text-align: center;
- position: absolute;
- transform: translateY(-100%);
- will-change: transform,opacity;
- transition: transform 0.5s,opacity 0.5s ease-in-out;
- }
-
- .add-form-header-wrapper{
- width: 100%;
- color: #202124;
- display: inline-block;
- padding: 15px 15px 0px;
- border-bottom: 1px solid rgb(218,220,224);
- }
-
- .form-header-wrapper{
- width: 100%;
- display: inline-block;
- padding: 10px 15px 0px;
- border-bottom: 1px solid rgb(218,220,224);
- }
-
- .add-form-wrapper{
- width: 432px;
- display: inline-block;
- border-radius: 2.5px;
- border: 1px solid rgb(218,220,224);
- }
-
- .select-wrapper{
- width: 100%;
- padding: 7.5px 15px;
- display: inline-block;
- border-top: 1px solid rgb(218,220,224);
- }
-
- .li-wrapper label{
- color: #202124;
- }
-
- .select-label{
- width: 100%;
- color: #202124;
- display: inline-block;
- }
-
- .person{
- padding: 7.5px 15px;
- }
-
- .action{
- border: none !important;
- background-color: transparent;
- }
-
- .add-personnel-icon{
- font-size: 13.25px;
- transform: translateY(25%);
- }
-
- .add-text{
- float: right;
- transform: translateY(1.25px);
- margin-left: 7.5px;
- }
-
- .float-right{
- float: right;
- display: inline-block;
- }
-
- .edit-lab{
- width: 550px;
- }
-
- .edit-lab-body{
- padding: 7.5px 15px;
- }
-
- #lab_name{
- width: 100%;
- }
-
- #add{
- float: left;
- color: #202124;
- font-size: 15px;
- height: 31.25px;
- padding: 2.5px 7.5px;
- display: inline-flex;
- border-radius: 2.5px !important;
- border: 1px solid rgb(218,220,224) !important;
- }
-
- #add:hover{
- color: #202124;
- }
-
- .fade-in{
- opacity: 1;
- z-index: 9999;
- transition: opacity 0.25s ease-in-out;
- }
-
- .slide-down{
- opacity: 1;
- z-index: 9999;
- transform: translateY(0%);
- transition: transform 0.5s,opacity 0.5s ease-in-out;
- }
-
-
- @media screen and (max-width: 991px){
- .add-form,.main-form{
- padding: 15px;
- overflow-y: auto;
- }
-
- .add-form,.add-form-wrapper,.main-form,.form-wrapper{
- width: 100%;
- }
- }
|