mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-20 23:41:00 -06:00
e5bc273e58
Fixes #5254. Signed-off-by: Utkarsh Mishra <nasautkarsh@gmail.com>
1899 lines
31 KiB
CSS
1899 lines
31 KiB
CSS
html, body, div, span, applet, object, iframe,
|
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
|
a, abbr, acronym, address, big, cite, code,
|
|
del, dfn, em, img, ins, kbd, q, s, samp,
|
|
small, strike, strong, sub, sup, tt, var,
|
|
b, u, i, center,
|
|
dl, dt, dd, ol, ul, li,
|
|
fieldset, form, label, legend,
|
|
table, caption, tbody, tfoot, thead, tr, th, td,
|
|
article, aside, canvas, details, embed,
|
|
figure, figcaption, footer, header, hgroup,
|
|
menu, nav, output, ruby, section, summary,
|
|
time, mark, audio, video {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
font-size: 100%;
|
|
font: inherit;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
/* HTML5 display-role reset for older browsers */
|
|
article, aside, details, figcaption, figure,
|
|
footer, header, hgroup, menu, nav, section {
|
|
display: block;
|
|
}
|
|
|
|
body {
|
|
line-height: 1;
|
|
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
|
|
|
}
|
|
|
|
ol, ul {
|
|
list-style: none;
|
|
}
|
|
|
|
blockquote, q {
|
|
quotes: none;
|
|
}
|
|
|
|
blockquote:before, blockquote:after,
|
|
q:before, q:after {
|
|
content: '';
|
|
content: none;
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
|
|
html, body {
|
|
width: 100%;
|
|
height: 100%;
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
}
|
|
|
|
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
|
|
cursor: unset;
|
|
}
|
|
|
|
#navigation {
|
|
width: 100%;
|
|
min-height: 10px;
|
|
position: relative;
|
|
z-index: 999;
|
|
}
|
|
|
|
#homebackground {
|
|
width: 100%;
|
|
/* height: 100%; */
|
|
margin-top: -65px;
|
|
/* background: blue; */
|
|
}
|
|
|
|
.bg img {
|
|
width: 100%;
|
|
position: relative;
|
|
margin-top: -240px;
|
|
}
|
|
|
|
.bg {
|
|
position: relative;
|
|
}
|
|
|
|
#navb {
|
|
padding-top: 15px;
|
|
}
|
|
|
|
.bg-transparent {
|
|
background: transparent !important;
|
|
}
|
|
|
|
.navbar-brand img {
|
|
width: 220px;
|
|
position: absolute;
|
|
top: 10px;
|
|
}
|
|
|
|
.cloud-top img {
|
|
width: 100%;
|
|
position: absolute;
|
|
top: 140px;
|
|
|
|
}
|
|
|
|
.homepageconterimage img {
|
|
width: 75%;
|
|
position: absolute;
|
|
transform: translate(-50%, -50%);
|
|
left: 50%;
|
|
top: 70%;
|
|
}
|
|
|
|
#about {
|
|
width: 100%;
|
|
min-height: 50px;
|
|
background: #fff;
|
|
padding: 70px 0px;
|
|
margin-top: 0%;
|
|
position: relative;
|
|
}
|
|
|
|
.banner-content {
|
|
position: relative;
|
|
z-index: 99;
|
|
color: #fff;
|
|
font-size: 39px !important;
|
|
font-weight: 700;
|
|
padding-bottom: 25px;
|
|
padding-top: 150px;
|
|
text-align: center;
|
|
}
|
|
|
|
.banner-subcontent {
|
|
position: relative;
|
|
text-align: center;
|
|
z-index: 99;
|
|
color: #fff;
|
|
font-size: 23px;
|
|
font-weight: 200;
|
|
}
|
|
|
|
.about-text {
|
|
width: 90%;
|
|
margin: auto;
|
|
}
|
|
|
|
.navbar-dark .navbar-nav .nav-link {
|
|
color: #fff !important;
|
|
|
|
}
|
|
|
|
.navbar-dark .navbar-nav .nav-item {
|
|
padding: 0px 5px;
|
|
}
|
|
|
|
.clearfix {
|
|
clear: both;
|
|
}
|
|
|
|
p {
|
|
font-size: 17px;
|
|
line-height: 28px;
|
|
color: #000;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.dark p {
|
|
font-size: 18px;
|
|
line-height: 28px;
|
|
color: #fff;
|
|
}
|
|
|
|
.blue a {
|
|
color: #fff;
|
|
font-size: 24px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.more-link {
|
|
margin-top: 5px;
|
|
width: 175px;
|
|
padding: .5% 1.5% !important;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.more-link:hover {
|
|
/* #287880 #3499a2 */
|
|
background: linear-gradient( #28767d, #285c82);
|
|
border-color: #285c82;
|
|
}
|
|
|
|
.tohide {
|
|
display: none;
|
|
}
|
|
|
|
.toshow {
|
|
display: block;
|
|
}
|
|
|
|
.btn-primary {
|
|
border-radius: 30px;
|
|
padding: 10px 50px;
|
|
background: linear-gradient(#46ccd9, #49a1e2);
|
|
border: none;
|
|
box-shadow: 2px 2px 5px rgba(51, 51, 51, 0.23);
|
|
}
|
|
|
|
.btn-primary:hover {
|
|
background: linear-gradient(#46ccd9, #49a1e2);
|
|
}
|
|
|
|
.btn-playground {
|
|
padding: 5px 20px;
|
|
}
|
|
|
|
.btn-playground a {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.launch-playground-icon {
|
|
height: 20px;
|
|
vertical-align: sub;
|
|
}
|
|
|
|
.styraText {
|
|
display: inline-flex;
|
|
}
|
|
|
|
.styraText p {
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.box-1 {
|
|
width: 100%;
|
|
min-height: 100px;
|
|
background: #fff;
|
|
border-top-left-radius: 20px;
|
|
border-top-right-radius: 20px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.boxTop {
|
|
width: 100%;
|
|
min-height: 160px;
|
|
background: linear-gradient(#47cdd8, #48a7e0);
|
|
position: relative;
|
|
}
|
|
|
|
.boxTop h3 {
|
|
color: #fff;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
line-height: 24px;
|
|
padding-top: 25px;
|
|
}
|
|
|
|
.boxBottom {
|
|
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
|
|
border-bottom-left-radius: 20px;
|
|
border-bottom-right-radius: 20px;
|
|
min-height: 70px;
|
|
}
|
|
|
|
.boxTop-heading {
|
|
position: absolute;
|
|
left: 37%;
|
|
top: 50%;
|
|
transform: translate(-30%, -50%);
|
|
}
|
|
|
|
|
|
#declarative-policy {
|
|
width: 100%;
|
|
min-height: 100px;
|
|
background: #f8f8f8;
|
|
margin-top: -7px;
|
|
padding-bottom: 50px;
|
|
}
|
|
|
|
.declarativeBOx {
|
|
width: 100%;
|
|
height: 150px;
|
|
background: #fff;
|
|
border: 1px solid #eaeaea;
|
|
position: relative;
|
|
transition: 0.3s all ease-in-out;
|
|
-webkit-transition: 0.3s all ease-in-out;
|
|
-moz-transition: 0.3s all ease-in-out;
|
|
-o-transition: 0.3s all ease-in-out;
|
|
cursor: pointer;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.declarativeBOx:hover .downArrow img {
|
|
opacity: 1;
|
|
}
|
|
|
|
.declarativeBOx:hover {
|
|
transition: 0.3s all ease-in-out;
|
|
-webkit-transition: 0.3s all ease-in-out;
|
|
-moz-transition: 0.3s all ease-in-out;
|
|
-o-transition: 0.3s all ease-in-out;
|
|
border: 1px solid rgba(52, 114, 230, 0.45);
|
|
box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.22);
|
|
}
|
|
|
|
.declarativeBOx a {
|
|
padding: 24px 30px 24px 30px;
|
|
text-decoration: none;
|
|
float: left;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.envoy a {
|
|
padding: 24px 30px 24px 50px;
|
|
}
|
|
|
|
.envoy img {
|
|
width: 70px;
|
|
}
|
|
|
|
.declarativeInnerBOx {
|
|
position: relative;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.declarativeEnvoy {
|
|
line-height: 48px !important;
|
|
}
|
|
|
|
.downArrow {
|
|
text-align: center;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.downArrow img {
|
|
width: 25px;
|
|
height: 25px;
|
|
opacity: 0;
|
|
}
|
|
|
|
.declarative-policy-contentBox {
|
|
width: 100%;
|
|
min-height: 200px;
|
|
background: #fff;
|
|
border-top: 8px solid #46aede;
|
|
border-left: 1px solid #eaeaea;
|
|
border-right: 1px solid #eaeaea;
|
|
border-bottom: 1px solid #eaeaea;
|
|
position: relative;
|
|
z-index: 9;
|
|
}
|
|
|
|
.declarative-policy-contentBox-header {
|
|
width: 18%;
|
|
margin: 5% auto;
|
|
}
|
|
|
|
.colorRed {
|
|
color: #f92672;
|
|
}
|
|
|
|
.colorYellow {
|
|
color: #e6db74;
|
|
}
|
|
|
|
.colorViolet {
|
|
color: #814ae4
|
|
}
|
|
|
|
.declarative-left {
|
|
width: 100%;
|
|
min-height: 50px;
|
|
padding: 30px;
|
|
position: relative;
|
|
}
|
|
|
|
|
|
.declarative-right {
|
|
height: 100%;
|
|
}
|
|
|
|
.subparagraph {
|
|
padding-top: 15px;
|
|
}
|
|
|
|
.text-left {
|
|
text-align: left
|
|
}
|
|
|
|
.codeSample {
|
|
width: 100%;
|
|
min-height: 30px;
|
|
background: #6872e4;
|
|
position: relative;
|
|
padding: 5px 25px;
|
|
}
|
|
|
|
|
|
.declarativeText {
|
|
font-size: 22px;
|
|
font-weight: 600;
|
|
line-height: 60px;
|
|
}
|
|
|
|
|
|
.declarativeImage {
|
|
float: left;
|
|
width: 60px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.gray-top-image img {
|
|
margin-top: -30px;
|
|
width: 100%;
|
|
}
|
|
|
|
#gray {
|
|
margin: 70px 0px;
|
|
position: relative;
|
|
z-index: 99;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 40px;
|
|
font-weight: bold;
|
|
padding-bottom: 15px;
|
|
line-height: normal;
|
|
color: #000;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 30px;
|
|
font-weight: bold;
|
|
padding-bottom: 15px;
|
|
line-height: normal;
|
|
color: #000;
|
|
}
|
|
|
|
.dark h3 {
|
|
font-size: 25px;
|
|
font-weight: bold;
|
|
padding-bottom: 15px;
|
|
line-height: normal;
|
|
color: #fff;
|
|
}
|
|
|
|
.subText {
|
|
font-size: 21px;
|
|
font-weight: 300;
|
|
padding-bottom: 15px;
|
|
line-height: normal;
|
|
color: #404040;
|
|
}
|
|
|
|
#declarative-policy-tabs {
|
|
width: 100%;
|
|
min-height: 100px;
|
|
position: relative;
|
|
background: #fff;
|
|
padding-bottom: 70px;
|
|
}
|
|
|
|
.declarative-policy-tabs-graphic {
|
|
background-image: url(../img/declarative-graphic-1.png);
|
|
position: absolute;
|
|
left: -170px;
|
|
top: 0%;
|
|
width: 360px;
|
|
height: 400px;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
z-index: 99;
|
|
}
|
|
|
|
.declarative-policy-tabs-graphic-2 {
|
|
background-image: url(../img/declarative-graphic-2.png);
|
|
position: absolute;
|
|
right: 0px;
|
|
top: 50%;
|
|
width: 630px;
|
|
height: 660px;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
|
|
}
|
|
|
|
.tab-innerContainer p {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.declarative-table {
|
|
width: 100%;
|
|
min-height: 100px;
|
|
position: relative;
|
|
z-index: 9;
|
|
|
|
}
|
|
|
|
.btn-primary span {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.nav-tabs {
|
|
border-bottom: none !important;
|
|
margin-left: 45px;
|
|
}
|
|
|
|
.tab-content > .tab-pane {
|
|
width: 100%;
|
|
}
|
|
|
|
|
|
.tab-content {
|
|
box-shadow: 1px 1px 8px rgba(51, 51, 51, 0.25);
|
|
position: relative;
|
|
border-radius: 20px;
|
|
padding: 25px;
|
|
margin-top: -5px;
|
|
background: #f7f7f7;
|
|
}
|
|
|
|
.tab-content p {
|
|
color: #333;
|
|
}
|
|
|
|
.nav-pills .nav-link {
|
|
color: #333;
|
|
padding: 20px;
|
|
line-height: 22px;
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
|
|
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
|
|
background-color: #e5e6eb;
|
|
color: #333;
|
|
padding: 20px;
|
|
line-height: 22px;
|
|
}
|
|
|
|
.nav-pills .nav-link:hover {
|
|
background-color: #dedfe0;
|
|
color: #333;
|
|
padding: 20px;
|
|
line-height: 22px;
|
|
}
|
|
|
|
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
|
|
color: #fff !important;
|
|
font-size: 18px !important;
|
|
background: linear-gradient(#47ced8, #49a1e1) !important;
|
|
border-top-left-radius: 20px;
|
|
border-top-right-radius: 20px;
|
|
border: none !important;
|
|
padding: 15px 20px;
|
|
line-height: 40px;
|
|
display: inline-flex;
|
|
}
|
|
|
|
.verticle-tabs {
|
|
position: absolute;
|
|
left: -270px;
|
|
top: 170px;
|
|
}
|
|
|
|
.verticle-tabs .nav-tabs .nav-link.active {
|
|
color: #fff !important;
|
|
font-size: 17px !important;
|
|
background: linear-gradient(#47ced8, #49a1e1) !important;
|
|
border-top-left-radius: 20px;
|
|
border-bottom-left-radius: 20px;
|
|
border: none !important;
|
|
padding: 35px 50px 35px 30px;
|
|
line-height: 27px;
|
|
margin: 10px 0px;
|
|
cursor: pointer;
|
|
|
|
|
|
}
|
|
|
|
|
|
.colorGray {
|
|
color: #404040
|
|
}
|
|
|
|
.verticle-tabs .nav-tabs .nav-link {
|
|
color: #000;
|
|
font-size: 17px;
|
|
background: linear-gradient(#f7f7f7, #f7f7f7);
|
|
border-top-left-radius: 20px;
|
|
border-bottom-left-radius: 20px;
|
|
border: none !important;
|
|
padding: 35px 50px 35px 30px;
|
|
display: inline-flex;
|
|
line-height: 27px;
|
|
box-shadow: 1px 1px 8px rgba(51, 51, 51, 0.25);
|
|
margin: 10px 0px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.verticle-tabs .nav-tabs .nav-item {
|
|
width: 250px;
|
|
}
|
|
|
|
.whitebox {
|
|
width: 100%;
|
|
min-height: 100px;
|
|
background: #fff;
|
|
box-shadow: 2px 3px 6px rgba(51, 51, 51, 0.25);
|
|
position: relative;
|
|
border-radius: 20px;
|
|
padding: 25px;
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
.nav-tabs .nav-item {
|
|
margin-bottom: -1px;
|
|
position: relative;
|
|
margin: 0px 10px;
|
|
}
|
|
|
|
.nav-tabs .nav-item img {
|
|
width: auto;
|
|
height: 40px;
|
|
margin-right: 6px;
|
|
}
|
|
|
|
.nav-tabs .nav-link {
|
|
color: #000;
|
|
font-size: 18px;
|
|
background: linear-gradient(#f7f7f7, #f7f7f7);
|
|
border-top-left-radius: 20px;
|
|
border-top-right-radius: 20px;
|
|
border: none !important;
|
|
padding: 15px 20px;
|
|
display: inline-flex;
|
|
line-height: 40px;
|
|
box-shadow: 1px 1px 8px rgba(51, 51, 51, 0.25);
|
|
|
|
}
|
|
|
|
.nav-tabs .nav-width {
|
|
width: 170px !important;
|
|
max-width: 170px;
|
|
}
|
|
|
|
.envoyLogo {
|
|
width: 55px !important;
|
|
}
|
|
|
|
#curveImage {
|
|
width: 100%;
|
|
min-height: 50px;
|
|
background: #fff;
|
|
padding: 70px 0px;
|
|
}
|
|
|
|
|
|
#curveImage img {
|
|
width: 100%;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
#architectural-flexibility {
|
|
width: 100%;
|
|
min-height: 100px;
|
|
background: #fff;
|
|
position: relative;
|
|
}
|
|
|
|
.architectural-flexibility-graphic-left {
|
|
background-image: url(../img/arc-left.png);
|
|
position: absolute;
|
|
left: -110px;
|
|
top: 35%;
|
|
width: 270px;
|
|
height: 210px;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
z-index: 99;
|
|
}
|
|
|
|
.architectural-flexibility-graphic-right {
|
|
background-image: url(../img/arc-right.png);
|
|
position: absolute;
|
|
right: 0px;
|
|
top: 18%;
|
|
width: 220px;
|
|
height: 550px;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
z-index: 99;
|
|
}
|
|
|
|
|
|
.directBox {
|
|
width: 100%;
|
|
min-height: 100px;
|
|
background: #fff;
|
|
position: relative;
|
|
}
|
|
|
|
.service-circle {
|
|
width: 10rem;
|
|
height: 10rem;
|
|
border-radius: 50%;
|
|
background: linear-gradient(#0094c8, #005fb1);
|
|
margin: auto;
|
|
position: relative;
|
|
z-index: 9;
|
|
}
|
|
|
|
.service-mediumcircle {
|
|
width: 13rem;
|
|
height: 13rem;
|
|
border-radius: 50%;
|
|
background: linear-gradient(#0094c8, #005fb1);
|
|
margin: auto;
|
|
position: relative;
|
|
z-index: 9;
|
|
}
|
|
|
|
.topBox {
|
|
width: 200px;
|
|
height: 50%;
|
|
background: linear-gradient(#eb88fe, #a687f3);
|
|
}
|
|
|
|
.bottomBox {
|
|
width: 200px;
|
|
height: 50%;
|
|
background: linear-gradient(#47d0d8, #48a0e2);
|
|
}
|
|
|
|
.service-smallCircle {
|
|
width: 6rem;
|
|
height: 6rem;
|
|
border-radius: 50%;
|
|
background: #fff;
|
|
margin: auto;
|
|
position: relative;
|
|
z-index: 9;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.service-smallCircle img {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
width: 60%;
|
|
}
|
|
|
|
.service-text {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
|
|
.service-graphics {
|
|
position: relative;
|
|
}
|
|
|
|
.service-graphic {
|
|
position: relative;
|
|
}
|
|
|
|
.service-innertext {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
|
|
.service-graphic img {
|
|
width: 36.2%;
|
|
margin-top: -23%;
|
|
}
|
|
|
|
.service-graphics img {
|
|
width: 36%;
|
|
}
|
|
|
|
.blackColor {
|
|
color: #000;
|
|
}
|
|
|
|
.space-left {
|
|
margin-left: 18px;
|
|
|
|
}
|
|
|
|
.space-right {
|
|
margin-left: -30px;
|
|
}
|
|
|
|
.service-graphics-text {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.policy-text p {
|
|
width: 85%;
|
|
margin: auto;
|
|
}
|
|
|
|
#policy-authoring {
|
|
width: 100%;
|
|
min-height: 100px;
|
|
background: #fff;
|
|
padding: 70px 0px;
|
|
}
|
|
|
|
h4 {
|
|
font-size: 23px;
|
|
color: #000;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.center-align-content {
|
|
justify-content: center;
|
|
}
|
|
|
|
|
|
#footer {
|
|
width: 100%;
|
|
min-height: 100px;
|
|
background: #47b3de;
|
|
padding: 100px 0px;
|
|
}
|
|
|
|
.footer-text {
|
|
font-size: 22px;
|
|
color: #fff;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.footer-logo img {
|
|
width: 60%;
|
|
}
|
|
|
|
.social-icon-link {
|
|
padding: 0;
|
|
}
|
|
|
|
.social-icon-link img {
|
|
height: 2rem;
|
|
width: auto;
|
|
padding: 0;
|
|
}
|
|
|
|
.social-icon-title {
|
|
display: none;
|
|
}
|
|
|
|
.footer-bottom {
|
|
font-size: 14px;
|
|
color: #fff;
|
|
}
|
|
|
|
.marginTopNegative {
|
|
margin-top: -70px;
|
|
}
|
|
|
|
.policy-sharing {
|
|
position: relative;
|
|
}
|
|
|
|
.policy-sharing h4 {
|
|
/* position: absolute;
|
|
bottom: 0px;
|
|
left: 25%; */
|
|
}
|
|
|
|
|
|
@media screen and (min-width: 1201px) and (max-width: 1400px) {
|
|
|
|
}
|
|
|
|
@media screen and (min-width: 993px) and (max-width: 1100px) {
|
|
.declarativeImage {
|
|
width: 40px;
|
|
}
|
|
|
|
.envoy img {
|
|
width: 50px;
|
|
}
|
|
|
|
.declarativeText {
|
|
font-size: 17px;
|
|
line-height: 34px;
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (min-width: 1101px) and (max-width: 1200px) {
|
|
.declarativeImage {
|
|
width: 40px;
|
|
}
|
|
|
|
.envoy img {
|
|
width: 50px;
|
|
}
|
|
|
|
.declarativeText {
|
|
font-size: 17px;
|
|
line-height: 34px;
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (min-width: 993px) and (max-width: 1200px) {
|
|
|
|
.nav-tabs .nav-link {
|
|
padding: 15px 10px;
|
|
line-height: 18px;
|
|
}
|
|
|
|
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
|
|
padding: 15px 10px;
|
|
line-height: 18px;
|
|
}
|
|
|
|
.envoy img {
|
|
width: 50px;
|
|
}
|
|
|
|
/* .envoyLogo{
|
|
width: 50px !important;
|
|
} */
|
|
.nav-tabs .nav-width {
|
|
width: 140px !important;
|
|
max-width: 140px;
|
|
}
|
|
|
|
.nav-tabs .nav-item img {
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|
|
|
|
|
|
}
|
|
|
|
@media screen and (min-width: 992px) and (max-width: 1024px) {
|
|
.declarativeImage {
|
|
width: 40px;
|
|
}
|
|
|
|
.envoy img {
|
|
width: 50px;
|
|
}
|
|
|
|
.declarativeText {
|
|
font-size: 17px;
|
|
line-height: 34px;
|
|
}
|
|
|
|
.declarativeInnerBOx {
|
|
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.banner-content {
|
|
text-align: center;
|
|
padding-top: 100px;
|
|
font-size: 31px !important;
|
|
}
|
|
|
|
.bg img {
|
|
margin-top: -180px !important;
|
|
}
|
|
|
|
.boxTop-heading {
|
|
top: 53%;
|
|
}
|
|
|
|
.boxTop h3 {
|
|
line-height: 19px;
|
|
}
|
|
|
|
.col-lg-2 {
|
|
-ms-flex: 0 0 20%;
|
|
flex: 0 0 20%;
|
|
max-width: 20%;
|
|
}
|
|
|
|
.nav-tabs {
|
|
margin-left: 35px;
|
|
}
|
|
|
|
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
|
|
padding: 15px 10px;
|
|
font-size: 17px !important;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.nav-tabs .nav-link {
|
|
padding: 15px 10px;
|
|
}
|
|
|
|
.nav-tabs .nav-link {
|
|
font-size: 17px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.nav-tabs .nav-width {
|
|
width: 160px !important;
|
|
max-width: 160px !important;
|
|
}
|
|
|
|
.nav-tabs .nav-item img {
|
|
width: 30px;
|
|
height: 30px;
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width: 768px) {
|
|
.mobile-view-Banner img {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 320px) {
|
|
.bg img {
|
|
margin-top: -270px;
|
|
}
|
|
|
|
.declarative-policy-contentBox-header {
|
|
width: 35%;
|
|
}
|
|
|
|
.declarativeBOx {
|
|
height: 100px;
|
|
}
|
|
|
|
.declarativeBOx a {
|
|
padding: 10px 10px 10px 20px;
|
|
}
|
|
|
|
.declarativeInnerBOx {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.declarativeImage {
|
|
width: 20px;
|
|
}
|
|
|
|
.declarativeText {
|
|
font-size: 12px;
|
|
line-height: 20px !important;
|
|
}
|
|
|
|
.envoy img {
|
|
width: 30px;
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width: 321px) and (max-width: 400px) {
|
|
.declarativeBOx {
|
|
height: 100px;
|
|
}
|
|
|
|
.declarativeBOx a {
|
|
padding: 10px 10px 10px 10px;
|
|
}
|
|
|
|
.declarativeInnerBOx {
|
|
|
|
margin: 30px auto;
|
|
width: 85%;
|
|
}
|
|
|
|
.declarativeImage {
|
|
width: 20px;
|
|
}
|
|
|
|
.declarativeText {
|
|
font-size: 11px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.envoy img {
|
|
width: 30px;
|
|
}
|
|
|
|
.declarative-policy-contentBox-header {
|
|
width: 40%;
|
|
}
|
|
|
|
.declarativeEnvoy {
|
|
line-height: 17px !important;
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (min-width: 350px) and (max-width: 400px) {
|
|
.bg img {
|
|
margin-top: -308px;
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width: 401px) and (max-width: 450px) {
|
|
.bg img {
|
|
margin-top: -340px;
|
|
}
|
|
|
|
.declarativeBOx {
|
|
height: 100px;
|
|
}
|
|
|
|
.declarativeBOx a {
|
|
padding: 10px 10px 10px 20px;
|
|
}
|
|
|
|
.declarativeInnerBOx {
|
|
margin-top: 30px;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.declarativeImage {
|
|
width: 20px;
|
|
}
|
|
|
|
.declarativeText {
|
|
font-size: 15px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.envoy img {
|
|
width: 30px;
|
|
}
|
|
|
|
.declarative-policy-contentBox-header {
|
|
width: 31%;
|
|
}
|
|
|
|
.declarativeEnvoy {
|
|
line-height: 18px !important;
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (min-width: 451px) and (max-width: 500px) {
|
|
.bg img {
|
|
margin-top: -400px;
|
|
}
|
|
|
|
.declarativeBOx {
|
|
height: 100px;
|
|
}
|
|
|
|
.declarativeBOx a {
|
|
padding: 10px 10px 10px 10px;
|
|
}
|
|
|
|
.declarativeInnerBOx {
|
|
|
|
margin: 30px auto;
|
|
width: 74%;
|
|
}
|
|
|
|
.declarativeImage {
|
|
width: 20px;
|
|
}
|
|
|
|
.declarativeText {
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.envoy img {
|
|
width: 30px;
|
|
}
|
|
|
|
|
|
.declarativeEnvoy {
|
|
line-height: 17px !important;
|
|
}
|
|
|
|
.declarative-policy-contentBox-header {
|
|
width: 30%;
|
|
}
|
|
|
|
.declarativeEnvoy {
|
|
line-height: 18px !important;
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width: 501px) and (max-width: 550px) {
|
|
.declarativeBOx {
|
|
height: 100px;
|
|
}
|
|
|
|
.declarativeBOx a {
|
|
padding: 10px 10px 10px 10px;
|
|
}
|
|
|
|
.declarativeInnerBOx {
|
|
|
|
margin: 30px auto;
|
|
width: 60%;
|
|
}
|
|
|
|
.declarativeImage {
|
|
width: 20px;
|
|
}
|
|
|
|
.declarativeText {
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.envoy img {
|
|
width: 30px;
|
|
}
|
|
|
|
.declarative-policy-contentBox-header {
|
|
width: 25%;
|
|
}
|
|
|
|
.declarativeEnvoy {
|
|
line-height: 17px !important;
|
|
}
|
|
|
|
.bg img {
|
|
margin-top: -430px;
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (min-width: 551px) and (max-width: 575px) {
|
|
.bg img {
|
|
margin-top: -445px;
|
|
}
|
|
|
|
.declarativeBOx {
|
|
height: 100px;
|
|
}
|
|
|
|
.declarativeBOx a {
|
|
padding: 10px 10px 10px 10px;
|
|
}
|
|
|
|
.declarativeInnerBOx {
|
|
|
|
margin: 30px auto;
|
|
width: 55%;
|
|
}
|
|
|
|
.declarativeImage {
|
|
width: 20px;
|
|
}
|
|
|
|
.declarativeText {
|
|
font-size: 17px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.envoy img {
|
|
width: 30px;
|
|
}
|
|
|
|
.declarative-policy-contentBox-header {
|
|
width: 25%;
|
|
}
|
|
|
|
.declarativeEnvoy {
|
|
line-height: 17px !important;
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width: 576px) and (max-width: 600px) {
|
|
.bg img {
|
|
margin-top: -475px;
|
|
}
|
|
|
|
.declarativeBOx {
|
|
height: 100px;
|
|
}
|
|
|
|
.declarativeBOx a {
|
|
padding: 10px 10px 10px 10px;
|
|
}
|
|
|
|
.declarativeInnerBOx {
|
|
|
|
margin: 30px auto;
|
|
width: 57%;
|
|
}
|
|
|
|
.declarativeImage {
|
|
width: 20px;
|
|
}
|
|
|
|
.declarativeText {
|
|
font-size: 17px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.envoy img {
|
|
width: 30px;
|
|
}
|
|
|
|
.declarative-policy-contentBox-header {
|
|
width: 30%;
|
|
}
|
|
|
|
.declarativeEnvoy {
|
|
line-height: 17px !important;
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width: 601px) and (max-width: 650px) {
|
|
.bg img {
|
|
margin-top: -475px;
|
|
}
|
|
|
|
.declarativeBOx {
|
|
height: 100px;
|
|
}
|
|
|
|
.declarativeBOx a {
|
|
padding: 10px 10px 10px 10px;
|
|
}
|
|
|
|
.declarativeInnerBOx {
|
|
|
|
margin: 30px auto;
|
|
width: 57%;
|
|
}
|
|
|
|
.declarativeImage {
|
|
width: 20px;
|
|
}
|
|
|
|
.declarativeText {
|
|
font-size: 17px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.envoy img {
|
|
width: 30px;
|
|
}
|
|
|
|
.declarative-policy-contentBox-header {
|
|
width: 30%;
|
|
}
|
|
|
|
.declarativeEnvoy {
|
|
line-height: 17px !important;
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width: 651px) and (max-width: 700px) {
|
|
.bg img {
|
|
margin-top: -555px;
|
|
}
|
|
|
|
.declarativeBOx {
|
|
height: 100px;
|
|
}
|
|
|
|
.declarativeBOx a {
|
|
padding: 10px 10px 10px 10px;
|
|
}
|
|
|
|
.declarativeInnerBOx {
|
|
|
|
margin: 30px auto;
|
|
width: 57%;
|
|
}
|
|
|
|
.declarativeImage {
|
|
width: 20px;
|
|
}
|
|
|
|
.declarativeText {
|
|
font-size: 17px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.envoy img {
|
|
width: 30px;
|
|
}
|
|
|
|
.declarative-policy-contentBox-header {
|
|
width: 30%;
|
|
}
|
|
|
|
.declarativeEnvoy {
|
|
line-height: 17px !important;
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width: 701px) and (max-width: 750px) {
|
|
.bg img {
|
|
margin-top: -605px;
|
|
}
|
|
|
|
.declarativeBOx {
|
|
height: 100px;
|
|
}
|
|
|
|
.declarativeBOx a {
|
|
padding: 10px 10px 10px 10px;
|
|
}
|
|
|
|
.declarativeInnerBOx {
|
|
|
|
margin: 30px auto;
|
|
width: 57%;
|
|
}
|
|
|
|
.declarativeImage {
|
|
width: 20px;
|
|
}
|
|
|
|
.declarativeText {
|
|
font-size: 17px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.envoy img {
|
|
width: 30px;
|
|
}
|
|
|
|
.declarative-policy-contentBox-header {
|
|
width: 25%;
|
|
}
|
|
|
|
.declarativeEnvoy {
|
|
line-height: 17px !important;
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width: 751px) and (max-width: 767px) {
|
|
.bg img {
|
|
margin-top: -655px;
|
|
}
|
|
|
|
.declarativeBOx {
|
|
height: 100px;
|
|
}
|
|
|
|
.declarativeBOx a {
|
|
padding: 10px 10px 10px 10px;
|
|
}
|
|
|
|
.declarativeInnerBOx {
|
|
|
|
margin: 30px auto;
|
|
width: 57%;
|
|
}
|
|
|
|
.declarativeImage {
|
|
width: 20px;
|
|
}
|
|
|
|
.declarativeText {
|
|
font-size: 17px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.envoy img {
|
|
width: 30px;
|
|
}
|
|
|
|
.declarative-policy-contentBox-header {
|
|
width: 25%;
|
|
}
|
|
|
|
.declarativeEnvoy {
|
|
line-height: 17px !important;
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (min-width: 575px) and (max-width: 767px) {
|
|
.boxTop h3 {
|
|
line-height: 17px;
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
/* .bg img{
|
|
margin-top: -260px;
|
|
} */
|
|
.boxBottom, .boxTop {
|
|
width: 280px;
|
|
margin: auto;
|
|
}
|
|
|
|
.boxTop {
|
|
border-top-left-radius: 20px;
|
|
border-top-right-radius: 20px;
|
|
}
|
|
|
|
.boxTop-heading {
|
|
position: relative;
|
|
padding: 30px 15px;
|
|
text-align: center;
|
|
left: 0;
|
|
top: 0;
|
|
transform: none;
|
|
}
|
|
|
|
|
|
}
|
|
|
|
@media screen and (min-width: 1024px) and (max-width: 1200px) {
|
|
.banner-content {
|
|
text-align: center;
|
|
padding-top: 100px;
|
|
font-size: 31px !important;
|
|
}
|
|
|
|
.bg img {
|
|
margin-top: -180px !important;
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width: 1201px) and (max-width: 1400px) {
|
|
.banner-content {
|
|
text-align: center;
|
|
padding-top: 130px;
|
|
font-size: 37px !important;
|
|
}
|
|
|
|
.bg img {
|
|
margin-top: -225px !important;
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width: 768px) and (max-width: 991px) {
|
|
.declarative-right {
|
|
margin-left: 15px;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.declarative-policy-contentBox-header {
|
|
width: 30%;
|
|
}
|
|
|
|
.declarativeInnerBOx {
|
|
margin-left: 30px;
|
|
}
|
|
|
|
.navbar-brand img {
|
|
width: 155px;
|
|
}
|
|
|
|
.nav-tabs .nav-link {
|
|
border-radius: 20px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
|
|
border-radius: 20px !important;
|
|
}
|
|
|
|
#navb {
|
|
padding-top: 15px;
|
|
position: absolute;
|
|
top: 85px;
|
|
width: 100%;
|
|
left: 0px;
|
|
background: rgba(255, 255, 255, 0.90);
|
|
}
|
|
|
|
.nav-tabs .nav-item {
|
|
margin: 8px 10px !important;
|
|
}
|
|
|
|
.verticle-tabs {
|
|
top: 230px;
|
|
}
|
|
|
|
.banner-content {
|
|
padding-top: 90px;
|
|
text-align: center;
|
|
font-size: 23px !important;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.bg img {
|
|
margin-top: -140px;
|
|
}
|
|
|
|
.banner-subcontent {
|
|
|
|
text-align: center;
|
|
font-size: 18px !important;
|
|
}
|
|
|
|
.navbar-dark .navbar-nav .nav-link {
|
|
color: #777 !important;
|
|
}
|
|
|
|
.navbar-dark .navbar-nav .nav-item {
|
|
padding: 10px 15px;
|
|
}
|
|
|
|
|
|
.blue a {
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 767px) {
|
|
.downArrow img {
|
|
display: none !important;
|
|
}
|
|
|
|
.declarative-left {
|
|
padding-top: 0px;
|
|
}
|
|
|
|
.declarative-right {
|
|
margin-right: 0px;
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.declarative-policy-contentBox {
|
|
border-bottom: none;
|
|
border-left: none;
|
|
border-right: none;
|
|
}
|
|
|
|
p {
|
|
|
|
line-height: 23px;
|
|
}
|
|
|
|
#policy-authoring {
|
|
padding: 0px 0px 50px;
|
|
}
|
|
|
|
#declarative-policy-tabs {
|
|
padding-bottom: 0px;
|
|
}
|
|
|
|
#about {
|
|
padding: 70px 0px 0px;
|
|
}
|
|
|
|
.mobile-view-Banner img {
|
|
display: block !important;
|
|
}
|
|
|
|
.banner-content {
|
|
font-size: 22px !important;
|
|
padding-top: 100px;
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
line-height: 28px;
|
|
}
|
|
|
|
.policy-text p {
|
|
width: 85%;
|
|
|
|
}
|
|
|
|
.about-text {
|
|
width: 100%;
|
|
}
|
|
|
|
|
|
.verticle-tabs {
|
|
position: relative;
|
|
left: 0px !important;
|
|
top: 0px !important;
|
|
}
|
|
|
|
.nav-tabs .nav-link {
|
|
padding: 13px 14px;
|
|
font-size: 18px !important;
|
|
line-height: 14px;
|
|
border-radius: 5px !important;
|
|
}
|
|
|
|
.nav-tabs .nav-item {
|
|
margin: 8px !important;
|
|
display: inline-flex;
|
|
}
|
|
|
|
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
|
|
/* padding: 8px 15px !important; */
|
|
font-size: 18px !important;
|
|
line-height: 13px !important;
|
|
border-radius: 5px !important;
|
|
}
|
|
|
|
.nav-tabs {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.whitebox {
|
|
overflow: auto;
|
|
}
|
|
|
|
.architectural-flexibility-graphic-left, .declarative-policy-tabs-graphic, .architectural-flexibility-graphic-right {
|
|
display: none;
|
|
}
|
|
|
|
/* .nav-tabs{
|
|
margin-left: 0px;
|
|
} */
|
|
.nav-tabs .nav-item img {
|
|
width: 14px;
|
|
height: 14px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.verticle-tabs .nav-tabs .nav-link.active {
|
|
line-height: 22px !important;
|
|
}
|
|
|
|
.nav-tabs .nav-width {
|
|
width: 139px;
|
|
max-width: 139px;
|
|
}
|
|
|
|
.tab-content {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
|
|
.bg img {
|
|
display: none;
|
|
}
|
|
|
|
.envoyLogo {
|
|
width: 20px !important;
|
|
}
|
|
|
|
#homebackground .banner-content {
|
|
font-size: 29px;
|
|
text-align: center;
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
#homebackground .banner-subcontent {
|
|
font-size: 18px;
|
|
line-height: 24px;
|
|
text-align: center;
|
|
padding: 0px 15px;
|
|
}
|
|
|
|
.navbar-brand img {
|
|
width: 180px;
|
|
}
|
|
|
|
#navb {
|
|
padding-top: 15px;
|
|
position: absolute;
|
|
top: 65px;
|
|
width: 100%;
|
|
left: 0px;
|
|
background: rgba(255, 255, 255, 0.90);
|
|
}
|
|
|
|
.navbar-dark .navbar-nav .nav-link {
|
|
color: #777 !important;
|
|
}
|
|
|
|
.navbar-dark .navbar-nav .nav-item {
|
|
padding: 10px 15px;
|
|
}
|
|
|
|
#about {
|
|
margin-top: 0px;
|
|
}
|
|
|
|
.blue a {
|
|
font-size: 14px;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 30px;
|
|
}
|
|
|
|
h4 {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.policy-sharing h4 {
|
|
position: relative;
|
|
bottom: 20px;
|
|
left: 0;
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width: 1024px) {
|
|
|
|
.col-lg-2 {
|
|
max-width: 20% !important;
|
|
width: 20% !important;
|
|
flex: 0 0 20% !important;
|
|
}
|
|
|
|
.mobileView {
|
|
display: none;
|
|
}
|
|
|
|
.tab-pane .nav-tabs {
|
|
margin-left: 40px;
|
|
}
|
|
}
|
|
|
|
.live--block-container .CodeMirror {
|
|
height: auto;
|
|
width: 100%;
|
|
background: #fff;
|
|
box-shadow: 2px 3px 6px rgba(51, 51, 51, 0.25);
|
|
position: relative;
|
|
border-radius: 20px;
|
|
padding: 0;
|
|
margin: 0;
|
|
font-size: 1rem;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.live--block-container .CodeMirror-lines {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.CodeMirror-cursor, div.CodeMirror-cursor {
|
|
opacity: 1;
|
|
display: none;
|
|
}
|
|
|
|
.live--icon-bar--outer {
|
|
display: none; /* TODO: Fix this at some point? */
|
|
}
|
|
|
|
.code-tab-content {
|
|
box-shadow: none;
|
|
border: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
@media screen and (max-width: 1023px) {
|
|
.desktopView {
|
|
display: none;
|
|
}
|
|
|
|
.code-tab-content {
|
|
box-shadow: none;
|
|
border: none;
|
|
padding: 0;
|
|
margin-left: 10px;
|
|
margin-right: 10px;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.tab-content {
|
|
background-color: #fff;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
.social-icon-link {
|
|
padding: 0;
|
|
}
|
|
.social-icon-link img {
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
/* 991px is when the mobile nav-bar shows up */
|
|
@media screen and (max-width: 991px) {
|
|
.social-icon-title {
|
|
display: inline;
|
|
}
|
|
|
|
.social-icon-link {
|
|
padding: 0.5rem 1rem;
|
|
}
|
|
|
|
.social-icon-link img {
|
|
display: none;
|
|
}
|
|
}
|