/* Authors : Carlos C. Corrada-Bravo David J. Ortiz-Rivera Organization : Centro de Desarrollo y Consultoria Computacional Project : OPASO Material Registry File : offered.css Description : Styling for offered page */ .request{ cursor: pointer; } .request-icon{ font-size: 20px; } .form-message{ color: #202124; margin-bottom: 15px; } .select-wrapper{ width: 100%; margin-top: 15px; display: inline-block; } .labs{ margin-left: 7.5px; } .form-shader{ opacity: 0; z-index: -1; width: 100%; height: 100%; overflow: hidden; text-align: center; position: absolute; will-change: z-index,opacity; background-color: rgb(0,0,0,0.85); transition: z-index 0.25s,opacity 0.25s ease-in-out; } .form-actions{ width: 100%; padding: 15px; text-align: right; display: inline-block; } .form-header-wrapper{ width: 100%; display: inline-block; padding: 10px 15px 0px; border-bottom: 1px solid rgb(218,220,224); } .form-wrapper{ width: 375px; z-index: 9999; margin: auto; text-align: left; position: relative; border-radius: 2.5px; display: inline-block; background-color: #fff; border: 1px solid rgb(218,220,224); } .select-label{ color: #202124; } .form-body{ padding: 15px; text-align: left; } .lab-form{ text-align: center; height: 100%; width: 100%; padding: 100px 0; will-change: opacity; opacity: 0; transform: translateY(-100%); top: 0%; will-change: transform, opacity; transition: transform 0.5s,opacity 0.5s ease-in-out; } .form-header{ float: left; color: #202124; display: inline-block; text-transform: capitalize; } .close-icon{ float: right; cursor: pointer; color: darkgray; display: inline-block; } .selects{ width: 100%; display: inline-block; } .form{ width: 100%; text-align: center; } .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){ .lab-form{ padding: 15px; } .form-wrapper{ width: 100%; } }