code
stringlengths
2k
1.04M
repo_path
stringlengths
5
517
parsed_code
stringlengths
0
1.04M
quality_prob
float64
0.02
0.95
learning_prob
float64
0.02
0.93
* { margin: 0; padding: 0; } nav { height: 240px; width: 80px; bottom: 350px; position: absolute; display: grid; grid-template-rows: repeat(4, 1fr); z-index: 10; } nav div { margin-top: 380px; } div select { margin-bottom: 20px; width: 200px; } nav button { height: 55px; width: 55px; margin: 10px; border-radius: 100%; outline: none; filter: drop-shadow(3px 4px 3px rgb(61, 61, 61)); border: none; } nav button:hover { filter: drop-shadow(1px 2px 2px rgb(61, 61, 61)); } #wrapper { position: relative; } #over_map { position: absolute; background-color: transparent; top: 10px; left: 10px; z-index: 99; background: white; } #over_map_right { position: absolute; background-color: transparent; top: 10px; right: 10px; z-index: 99; background: white; width: 500px; } #close_canvas { margin: 5px; width:20px; height:20px; border-width:3px; border-style: solid; border-color:#ffffff; border-radius:100%; background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, rgb(129, 129, 129) 46%, rgb(129, 129, 129) 56%,transparent 56%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, rgb(129, 129, 129) 46%, rgb(129, 129, 129) 56%,transparent 56%, transparent 100%); background-color:rgb(255, 255, 255); box-shadow:0px 0px 5px 2px rgba(177, 177, 177, 0.5); transition: all 0.3s ease; } #online { background-color: white; /**color: rgb(104, 201, 104);**/ color: gray; font-size: 25px; } #online:hover { color: rgb(33, 190, 85); } #offline { background-color: white; color: gray; font-size: 22px; } #offline:hover { color: rgb(196, 32, 32); } #prediction { margin-top: 170px; background-color: white; /**color: rgb(136, 77, 77);**/ color: gray; font-size: 23px; } #historicos { margin-top: 10px; background-color: white; /**color: rgb(136, 77, 77);**/ color: gray; font-size: 23px; } #historicos:hover { color: rgb(255, 0, 242); } #prediction:hover { color: rgb(0, 89, 255); } #clear { margin-top: 180px; background-color: white; /**color: rgb(136, 77, 77);**/ color: gray; font-size: 23px; } #clear:hover { color: rgb(161, 101, 33); } #map { height: 100vh; width: 100vw; } body div nav div select { font-family: 'Raleway',sans-serif; margin-left: 10px; display: block; padding: 10px 70px 10px 13px !important; width: 250px; height: 35px; border: 1px solid #e3e3e3; border-radius: 3px; background: url("https://i.ibb.co/b7xjLrB/selectbox-arrow.png") right center no-repeat; background-color: #fff; color: #444444; font-size: 12px; line-height: 16px !important; appearance: none; /* this is must */ -webkit-appearance: none; -moz-appearance: none; } /* body select.select_box option */ body div nav div select option { padding: 0 4px; font-family: Arial, Helvetica, sans-serif; } /* for IE and Edge */ select::-ms-expand { display: none; } select:disabled::-ms-expand { background: #f60; }
Forest/src/public/css/main.css
* { margin: 0; padding: 0; } nav { height: 240px; width: 80px; bottom: 350px; position: absolute; display: grid; grid-template-rows: repeat(4, 1fr); z-index: 10; } nav div { margin-top: 380px; } div select { margin-bottom: 20px; width: 200px; } nav button { height: 55px; width: 55px; margin: 10px; border-radius: 100%; outline: none; filter: drop-shadow(3px 4px 3px rgb(61, 61, 61)); border: none; } nav button:hover { filter: drop-shadow(1px 2px 2px rgb(61, 61, 61)); } #wrapper { position: relative; } #over_map { position: absolute; background-color: transparent; top: 10px; left: 10px; z-index: 99; background: white; } #over_map_right { position: absolute; background-color: transparent; top: 10px; right: 10px; z-index: 99; background: white; width: 500px; } #close_canvas { margin: 5px; width:20px; height:20px; border-width:3px; border-style: solid; border-color:#ffffff; border-radius:100%; background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, rgb(129, 129, 129) 46%, rgb(129, 129, 129) 56%,transparent 56%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, rgb(129, 129, 129) 46%, rgb(129, 129, 129) 56%,transparent 56%, transparent 100%); background-color:rgb(255, 255, 255); box-shadow:0px 0px 5px 2px rgba(177, 177, 177, 0.5); transition: all 0.3s ease; } #online { background-color: white; /**color: rgb(104, 201, 104);**/ color: gray; font-size: 25px; } #online:hover { color: rgb(33, 190, 85); } #offline { background-color: white; color: gray; font-size: 22px; } #offline:hover { color: rgb(196, 32, 32); } #prediction { margin-top: 170px; background-color: white; /**color: rgb(136, 77, 77);**/ color: gray; font-size: 23px; } #historicos { margin-top: 10px; background-color: white; /**color: rgb(136, 77, 77);**/ color: gray; font-size: 23px; } #historicos:hover { color: rgb(255, 0, 242); } #prediction:hover { color: rgb(0, 89, 255); } #clear { margin-top: 180px; background-color: white; /**color: rgb(136, 77, 77);**/ color: gray; font-size: 23px; } #clear:hover { color: rgb(161, 101, 33); } #map { height: 100vh; width: 100vw; } body div nav div select { font-family: 'Raleway',sans-serif; margin-left: 10px; display: block; padding: 10px 70px 10px 13px !important; width: 250px; height: 35px; border: 1px solid #e3e3e3; border-radius: 3px; background: url("https://i.ibb.co/b7xjLrB/selectbox-arrow.png") right center no-repeat; background-color: #fff; color: #444444; font-size: 12px; line-height: 16px !important; appearance: none; /* this is must */ -webkit-appearance: none; -moz-appearance: none; } /* body select.select_box option */ body div nav div select option { padding: 0 4px; font-family: Arial, Helvetica, sans-serif; } /* for IE and Edge */ select::-ms-expand { display: none; } select:disabled::-ms-expand { background: #f60; }
0.396886
0.135575
@keyframes nextMovies { 0% {transform: translateX(0px);} 100% {transform: translateX(100px);} } table#movie-view { width: 95%; margin: auto; } table#movie-view td { padding: 55px; color: rgba(255,255,255,1); font-size: 20px; text-align: center; vertical-align: top; } table#movie-view td > img { width:370px; height:650px; display: inline-block; } table#movie-view td > span.tagline { font-size: 50px; font-style: italic; } table#movie-view td > span.overview { font-size: 30px; } section.displaying-movie-description { background-color: rgba(33,33,33,0.5); box-shadow: 0px 0px 10px 0px rgba(255,255,255,1); } table#movie-view td > div > table#containerS3 td > a > img#play-trailer{ height:80px; } table#movie-view td > div > table#containerS3 td > img{ width:4em; height:4em; } table#movie-view td > div > table#containerS3{ width: 470px; display: inline-block; } table#movie-view td > div> table#containerS3 td> a > p#label_play_trailer{ font-size: 22px; font-style: italic; color: rgba(140, 127, 114,1); } table#movie-view td > div> table#containerS3 td> p > span#average_rate{ font-size: 25px; font-weight: bold; color: rgba(140, 127, 114,1); } table#movie-view td > div> table#containerS3 td> p > span#max_star{ font-size: 18px; color: rgba(140, 127, 114,1); } section.similar-movies > div.slider-container > form > img{ overflow:auto; white-space:nowrap; } /* Display Similar Movie*/ section.similar-movies { position: relative; width: 100%; padding-top: 25px; padding-left: 75px; padding-right: 75px; padding-bottom: 25px; box-shadow: 0px 0px 20px 0px rgba(255,255,255,1); background-color: rgba(33,33,33,0.85); color: rgba(233,233,233,1); overflow-x: hidden; white-space: nowrap; } div#movie-post { display: inline-block; width: 200px; margin-right: 40px; text-align: center; overflow: auto; text-overflow: ellipsis; background-color: rgba(14,14,14,1); } div#movie-post img { width: 200px; height: 300px; } div#movie-post > span { font-weight: bold; } span.similar-subtitle { color: rgba(100,150,240,0.8); font-size: 200%; font-weight: bold; } div#similar-movies-container { transition: .6s; } div.next { position: absolute; top:0; right: 0; width: 75px; height: 100%; padding-left: 15px; background-color: rgba(33,33,33,1); text-align: left; font-size: 50px; font-weight: bold; line-height: 409px; cursor: pointer; z-index: 1000; } div.prev { position: absolute; top:0; left: 0; width: 75px; height: 100%; padding-right: 15px; background-color: rgba(33,33,33,1); text-align: right; font-size: 50px; font-weight: bold; line-height: 409px; cursor: pointer; z-index: 1000; } div.prev:hover, div.next:hover { box-shadow: 0px 0px 30px 0px rgba(240,240,240,1); } /*CSS for the Pop up*/ section.displaying-movie-description > .page { position: relative; height:100%; } section.displaying-movie-description > .popup { position:absolute; z-index:2; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.7); opacity:0; visibility:hidden; transition:.3s ease; } section.displaying-movie-description > .show-popup .popup { opacity:1; visibility: visible; } section.displaying-movie-description > .popup > iframe { position:absolute; top:50px; left:50%; margin-left:-280px; } .page { position: relative; height:100%; } .popup { position:absolute; z-index:2; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.7); opacity:0; visibility:hidden; transition:.3s ease; } .show-popup .popup { opacity:1; visibility: visible; } .popup > iframe { position:absolute; top:50px; left:50%; margin-left:-280px; } table#new-comment{ margin: auto; } /* Comment Box*/ table#new-comment td > div > textarea{ font-size: 100%; box-shadow: 0px 0px 10px 0px rgba(0,100,255,1); background-color: rgba(255, 255, 255, 0.8); border: 2px solid rgba(17,17,17,1); border-radius: 4px; resize: none; width: 600px; height:140px; color: rgba(81, 81, 81, 1); } table#new-comment td > div > button { background-color: rgba(33,33,33,0.7); box-shadow: 0px 0px 10px 0px rgba(0,100,255,0.8); border: 2px solid rgba(17,17,17,1); border-radius: 5px; color: rgba(255, 255, 255, 0.7); padding: 12px 22px; text-align: center; text-decoration: none; display: inline-block; font: 18px bold system-ui; margin: 4px 2px; cursor: pointer; } section.view-comments{ padding-left: 550px; padding-right: 550px; float: left; height: 340px; overflow-y:scroll; } section.view-comments > div#id_view_comments { position: relative; background: 0 0; margin: .5em 0 0; padding: .5em 0 0; border: none; border-top: none; line-height: 1.2; } section.view-comments > div#id_view_comments > p { font-size: 1.5em; color: rgba(255,255, 255,0.8); font-weight: bold; } section.view-comments > div#id_view_comments > a.user-img> img { display: block; width: 2.5em; height: auto; float: left; margin: .2em 0 0; } /* author, date and comment container*/ section.view-comments > div#id_view_comments > div.contain { display: block; margin-left: 3.5em; } /* author */ section.view-comments > div#id_view_comments > div.contain > a.author { font-size: 1.4em; color: rgba(100,150,240,0.5); font-weight: bold; } /* date container*/ section.view-comments > div#id_view_comments > div.contain > div.meta{ display: inline-block; margin-left: 1em; color: rgba(255,255,255,.4); font-size: .875em; } /* date */ section.view-comments > div#id_view_comments > div.contain > div.meta > span{ display: inline-block; margin: 0 .5em 0 0; } /* message */ section.view-comments > div#id_view_comments > div.contain > div.render{ margin: .25em 0 .5em; font-size: 1em; word-wrap: break-word; color: rgba(235, 245, 242, 0.8); line-height: 1.3; }
movie_explorer/movie_rating/static/css/description.css
@keyframes nextMovies { 0% {transform: translateX(0px);} 100% {transform: translateX(100px);} } table#movie-view { width: 95%; margin: auto; } table#movie-view td { padding: 55px; color: rgba(255,255,255,1); font-size: 20px; text-align: center; vertical-align: top; } table#movie-view td > img { width:370px; height:650px; display: inline-block; } table#movie-view td > span.tagline { font-size: 50px; font-style: italic; } table#movie-view td > span.overview { font-size: 30px; } section.displaying-movie-description { background-color: rgba(33,33,33,0.5); box-shadow: 0px 0px 10px 0px rgba(255,255,255,1); } table#movie-view td > div > table#containerS3 td > a > img#play-trailer{ height:80px; } table#movie-view td > div > table#containerS3 td > img{ width:4em; height:4em; } table#movie-view td > div > table#containerS3{ width: 470px; display: inline-block; } table#movie-view td > div> table#containerS3 td> a > p#label_play_trailer{ font-size: 22px; font-style: italic; color: rgba(140, 127, 114,1); } table#movie-view td > div> table#containerS3 td> p > span#average_rate{ font-size: 25px; font-weight: bold; color: rgba(140, 127, 114,1); } table#movie-view td > div> table#containerS3 td> p > span#max_star{ font-size: 18px; color: rgba(140, 127, 114,1); } section.similar-movies > div.slider-container > form > img{ overflow:auto; white-space:nowrap; } /* Display Similar Movie*/ section.similar-movies { position: relative; width: 100%; padding-top: 25px; padding-left: 75px; padding-right: 75px; padding-bottom: 25px; box-shadow: 0px 0px 20px 0px rgba(255,255,255,1); background-color: rgba(33,33,33,0.85); color: rgba(233,233,233,1); overflow-x: hidden; white-space: nowrap; } div#movie-post { display: inline-block; width: 200px; margin-right: 40px; text-align: center; overflow: auto; text-overflow: ellipsis; background-color: rgba(14,14,14,1); } div#movie-post img { width: 200px; height: 300px; } div#movie-post > span { font-weight: bold; } span.similar-subtitle { color: rgba(100,150,240,0.8); font-size: 200%; font-weight: bold; } div#similar-movies-container { transition: .6s; } div.next { position: absolute; top:0; right: 0; width: 75px; height: 100%; padding-left: 15px; background-color: rgba(33,33,33,1); text-align: left; font-size: 50px; font-weight: bold; line-height: 409px; cursor: pointer; z-index: 1000; } div.prev { position: absolute; top:0; left: 0; width: 75px; height: 100%; padding-right: 15px; background-color: rgba(33,33,33,1); text-align: right; font-size: 50px; font-weight: bold; line-height: 409px; cursor: pointer; z-index: 1000; } div.prev:hover, div.next:hover { box-shadow: 0px 0px 30px 0px rgba(240,240,240,1); } /*CSS for the Pop up*/ section.displaying-movie-description > .page { position: relative; height:100%; } section.displaying-movie-description > .popup { position:absolute; z-index:2; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.7); opacity:0; visibility:hidden; transition:.3s ease; } section.displaying-movie-description > .show-popup .popup { opacity:1; visibility: visible; } section.displaying-movie-description > .popup > iframe { position:absolute; top:50px; left:50%; margin-left:-280px; } .page { position: relative; height:100%; } .popup { position:absolute; z-index:2; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.7); opacity:0; visibility:hidden; transition:.3s ease; } .show-popup .popup { opacity:1; visibility: visible; } .popup > iframe { position:absolute; top:50px; left:50%; margin-left:-280px; } table#new-comment{ margin: auto; } /* Comment Box*/ table#new-comment td > div > textarea{ font-size: 100%; box-shadow: 0px 0px 10px 0px rgba(0,100,255,1); background-color: rgba(255, 255, 255, 0.8); border: 2px solid rgba(17,17,17,1); border-radius: 4px; resize: none; width: 600px; height:140px; color: rgba(81, 81, 81, 1); } table#new-comment td > div > button { background-color: rgba(33,33,33,0.7); box-shadow: 0px 0px 10px 0px rgba(0,100,255,0.8); border: 2px solid rgba(17,17,17,1); border-radius: 5px; color: rgba(255, 255, 255, 0.7); padding: 12px 22px; text-align: center; text-decoration: none; display: inline-block; font: 18px bold system-ui; margin: 4px 2px; cursor: pointer; } section.view-comments{ padding-left: 550px; padding-right: 550px; float: left; height: 340px; overflow-y:scroll; } section.view-comments > div#id_view_comments { position: relative; background: 0 0; margin: .5em 0 0; padding: .5em 0 0; border: none; border-top: none; line-height: 1.2; } section.view-comments > div#id_view_comments > p { font-size: 1.5em; color: rgba(255,255, 255,0.8); font-weight: bold; } section.view-comments > div#id_view_comments > a.user-img> img { display: block; width: 2.5em; height: auto; float: left; margin: .2em 0 0; } /* author, date and comment container*/ section.view-comments > div#id_view_comments > div.contain { display: block; margin-left: 3.5em; } /* author */ section.view-comments > div#id_view_comments > div.contain > a.author { font-size: 1.4em; color: rgba(100,150,240,0.5); font-weight: bold; } /* date container*/ section.view-comments > div#id_view_comments > div.contain > div.meta{ display: inline-block; margin-left: 1em; color: rgba(255,255,255,.4); font-size: .875em; } /* date */ section.view-comments > div#id_view_comments > div.contain > div.meta > span{ display: inline-block; margin: 0 .5em 0 0; } /* message */ section.view-comments > div#id_view_comments > div.contain > div.render{ margin: .25em 0 .5em; font-size: 1em; word-wrap: break-word; color: rgba(235, 245, 242, 0.8); line-height: 1.3; }
0.545044
0.148047
.vColor{ color: #888; font-weight: 100; } .vColor1{ color: #5a5a5a; font-weight: 100; } .fontSize14{ font-size: 14px; } .dropdownButton{ padding: 5px 12px; width: 10rem; border: none; font-size: 16px; cursor: pointer; outline: none; color: #515151; text-align: left; border: 1px solid #ecf0f1; } .dropdownButton.dropdownButton1{ width: 14rem; } .dropdown-item{ padding: 3px 10px; border-bottom: 1px solid #ecf0f1; font-size: 15px; color: #515151 !important; } .dropdown-toggle::after{ float: right; margin-top: 10px; } .myFluit{ border-radius: 50px; width: 1.5rem; box-shadow: 0 0 0px 2px #ccc; } .dropdownMenu.show{ width: 14rem; border: 1px solid #e8e8e8; } /* ======================================== */ .leadDetailsMainDiv{ background-color: #fff; margin-top: 1.8rem; } .borderBottom{ border-bottom: 1px solid #f1f1f1; } .customRow{ background-color: #fff; height: 3.7rem; } .customRow img{ border-radius: 50px; width: 62%; margin-top: 13px; box-shadow: 0 0 0px 2px #ccc; } .vPara{ font-size: 18px; color: #000; } .vDate{ font-size: 10px; } .cusDownArrow{ float: right; margin-top: -8px; font-size: 18px; margin-right: 10px; } .card-body{ border-radius: 0; } .titleText{ color: #5a5a5a; } .statusCardHeadingColor{ color: #8c031f; font-size: 16px; text-transform: uppercase; font-weight: 900; } .cardHeadingIcon{ height: 54px; width: 54px; } .statusCardTextColor { color: #444444; font-size: 45px } .statusCardContent { color: #848484; font-size: 14px; font-weight: 400; } .modalTitle{ padding: 10px 18px; position: relative; bottom: -17px; background: #fff; color: #848484; font-size: 16px; font-weight: normal; border-top-left-radius: 4px; border-top-right-radius: 4px; } #detailModal .modal-header, #calldetailModal .modal-header{ background: #F4f4f4; padding-top: 0px; } #detailModal .modal-dialog, #calldetailModal .modal-dialog{ max-width: 82%; left:113px; } .table td { font-size: 14px; } .table{ border-collapse: separate; border-spacing: 0 5px; } .table td{ padding: 0.7rem 0.75rem; vertical-align: middle; font-size: 14px; color: rgba(0, 0, 0, 0.7); border: none; } .table th { padding: .9rem; vertical-align: middle; border: none; font-size: 12px; text-transform: uppercase; color: #fff; background-color: #5A5A5A; } .tableDiv{ overflow-x: scroll; } .tableDiv tbody{ background-color: #fff; } .minWidthForTd{ min-width: 185px; } .tableDiv tbody tr{ box-shadow: 1px 1px 7px 0px #dadada; border-radius: 5px; } .firstTh{ border-radius: 5px 0 0 0; } .lastTh{ border-radius: 0px 5px 0 0; } @media (min-width: 768px) { .mobView{ display: none; } } @media (max-width: 767px) { #detailModal .modal-dialog,#calldetailModal .modal-dialog{ left: auto; max-width: 100%; } .lappyView{ display: none; } .mobCard a{ position: absolute; right: 0rem; font-size: 30px; padding: 10px 5px; z-index: 1; } .mobCard h4{ font-size: 18px !important; width: 80%; } .mobCard p{ font-size: 13px; font-weight: bold; margin-bottom: 0; } .mobView .tableInner{ font-size: 14px; margin-bottom: 5px; } .mobView .custom-select{ height: calc(2rem + 2px); font-size: 14px; } .mobView .pop{ position: unset; font-size: 15px; } .borderRight{ border: 1px solid #ccc; } .callBtn{ background-color: #8f080f; text-align: center; padding: 2px 0; } .callBtn span{ color: #fff; } .mobModal{ width: auto !important; } #calldetailModal .mobCard h4{ font-size: 16px !important; width: 90%; color: #8f080f; } #calldetailModal .mobCard a{ margin-top: -10px; } }
src/app/platform/overview/overview-counts/overview-counts.component.css
.vColor{ color: #888; font-weight: 100; } .vColor1{ color: #5a5a5a; font-weight: 100; } .fontSize14{ font-size: 14px; } .dropdownButton{ padding: 5px 12px; width: 10rem; border: none; font-size: 16px; cursor: pointer; outline: none; color: #515151; text-align: left; border: 1px solid #ecf0f1; } .dropdownButton.dropdownButton1{ width: 14rem; } .dropdown-item{ padding: 3px 10px; border-bottom: 1px solid #ecf0f1; font-size: 15px; color: #515151 !important; } .dropdown-toggle::after{ float: right; margin-top: 10px; } .myFluit{ border-radius: 50px; width: 1.5rem; box-shadow: 0 0 0px 2px #ccc; } .dropdownMenu.show{ width: 14rem; border: 1px solid #e8e8e8; } /* ======================================== */ .leadDetailsMainDiv{ background-color: #fff; margin-top: 1.8rem; } .borderBottom{ border-bottom: 1px solid #f1f1f1; } .customRow{ background-color: #fff; height: 3.7rem; } .customRow img{ border-radius: 50px; width: 62%; margin-top: 13px; box-shadow: 0 0 0px 2px #ccc; } .vPara{ font-size: 18px; color: #000; } .vDate{ font-size: 10px; } .cusDownArrow{ float: right; margin-top: -8px; font-size: 18px; margin-right: 10px; } .card-body{ border-radius: 0; } .titleText{ color: #5a5a5a; } .statusCardHeadingColor{ color: #8c031f; font-size: 16px; text-transform: uppercase; font-weight: 900; } .cardHeadingIcon{ height: 54px; width: 54px; } .statusCardTextColor { color: #444444; font-size: 45px } .statusCardContent { color: #848484; font-size: 14px; font-weight: 400; } .modalTitle{ padding: 10px 18px; position: relative; bottom: -17px; background: #fff; color: #848484; font-size: 16px; font-weight: normal; border-top-left-radius: 4px; border-top-right-radius: 4px; } #detailModal .modal-header, #calldetailModal .modal-header{ background: #F4f4f4; padding-top: 0px; } #detailModal .modal-dialog, #calldetailModal .modal-dialog{ max-width: 82%; left:113px; } .table td { font-size: 14px; } .table{ border-collapse: separate; border-spacing: 0 5px; } .table td{ padding: 0.7rem 0.75rem; vertical-align: middle; font-size: 14px; color: rgba(0, 0, 0, 0.7); border: none; } .table th { padding: .9rem; vertical-align: middle; border: none; font-size: 12px; text-transform: uppercase; color: #fff; background-color: #5A5A5A; } .tableDiv{ overflow-x: scroll; } .tableDiv tbody{ background-color: #fff; } .minWidthForTd{ min-width: 185px; } .tableDiv tbody tr{ box-shadow: 1px 1px 7px 0px #dadada; border-radius: 5px; } .firstTh{ border-radius: 5px 0 0 0; } .lastTh{ border-radius: 0px 5px 0 0; } @media (min-width: 768px) { .mobView{ display: none; } } @media (max-width: 767px) { #detailModal .modal-dialog,#calldetailModal .modal-dialog{ left: auto; max-width: 100%; } .lappyView{ display: none; } .mobCard a{ position: absolute; right: 0rem; font-size: 30px; padding: 10px 5px; z-index: 1; } .mobCard h4{ font-size: 18px !important; width: 80%; } .mobCard p{ font-size: 13px; font-weight: bold; margin-bottom: 0; } .mobView .tableInner{ font-size: 14px; margin-bottom: 5px; } .mobView .custom-select{ height: calc(2rem + 2px); font-size: 14px; } .mobView .pop{ position: unset; font-size: 15px; } .borderRight{ border: 1px solid #ccc; } .callBtn{ background-color: #8f080f; text-align: center; padding: 2px 0; } .callBtn span{ color: #fff; } .mobModal{ width: auto !important; } #calldetailModal .mobCard h4{ font-size: 16px !important; width: 90%; color: #8f080f; } #calldetailModal .mobCard a{ margin-top: -10px; } }
0.301979
0.084568
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700&display=swap'); * { font-family: 'Source Sans Pro', sans-serif; box-sizing: border-box; } a, a:visited { color: #333333; } a:active { color: #145b9f; } a:hover { color: #2487e4; } .toc-list-h1 a, .toc-list-h1 a:visited { color: white; } .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, html, body { font-size: 16px; } .toc-wrapper .logo { margin: 10px 20px 0 20px; display: block; width: 190px; } .toc-wrapper { background-image: linear-gradient(rgb(42, 71, 119), rgb(15, 31, 53)); } .toc-wrapper .toc-link.active-parent { background-color: rgba(19, 21, 27, 0.6); } .toc-wrapper .toc-list-h2 { background-color: rgba(19, 21, 27, 0.6); } .toc-wrapper > .search { margin-bottom: 10px; } .toc-wrapper > .search input { background-color: rgba(19, 21, 27, 0.6); width: 210px; height: 30px; margin: 10px; padding: 6px 0 6px 24px; border: solid 1px rgba(255, 255, 255, .4); border-radius: 4px; } .toc-wrapper > .search::before { left: 18px; } .page-wrapper .dark-box { background-image: linear-gradient(rgb(42, 71, 119), rgb(15, 31, 53)); background-attachment: fixed; background-size: 100vw 100vh; } .content pre, .content blockquote { background-color: rgba(19, 21, 27, 0.6); } .content blockquote > p { background-color: rgba(19, 21, 27, 0.6); } .page-wrapper .lang-selector { box-sizing: border-box; position: fixed; top: 0; right: 0; left: 230px; /* width: calc( calc(100% - 230px) * 0.3); */ border-bottom: solid 4px #0F75D4; padding: 5px 10px 0 10px; background-color: #2e323a; overflow-x: scroll; display: flex; flex-wrap: nowrap; } .lang-selector a { padding: 0px 10px; } .lang-selector a.active { background-color: #0F75D4; border-radius: 4px 4px 0 0; } .content { display: flex; flex-direction: column; align-items: stretch; position: relative; /* overflow: auto; */ } .content > h1, .content > h2, .content > h3, .content > h4, .content > h5, .content > h6, .content > p, .content > table, .content > ul, .content > ol, .content > aside, .content > dl { margin-right: 0%; } .content h1:first-child { padding-top: 50px; } .page-wrapper .dark-box { width: 0%; } .content table { overflow: visible; } .content pre, .content blockquote { /* width: 100%; */ /* max-width: 100%; */ float: none; align-self: stretch; position: relative; margin: 0 28px; width: calc(100% - 56px); } div .highlight { max-width: 100%; } .content blockquote { background-color: #171a1f; /* border-radius: 8px; */ } .content blockquote > p { background-color: transparent; } .content pre { background-color: #2b3039; /* border-radius: 8px; */ }
pub/css/theme_overrides.css
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700&display=swap'); * { font-family: 'Source Sans Pro', sans-serif; box-sizing: border-box; } a, a:visited { color: #333333; } a:active { color: #145b9f; } a:hover { color: #2487e4; } .toc-list-h1 a, .toc-list-h1 a:visited { color: white; } .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, html, body { font-size: 16px; } .toc-wrapper .logo { margin: 10px 20px 0 20px; display: block; width: 190px; } .toc-wrapper { background-image: linear-gradient(rgb(42, 71, 119), rgb(15, 31, 53)); } .toc-wrapper .toc-link.active-parent { background-color: rgba(19, 21, 27, 0.6); } .toc-wrapper .toc-list-h2 { background-color: rgba(19, 21, 27, 0.6); } .toc-wrapper > .search { margin-bottom: 10px; } .toc-wrapper > .search input { background-color: rgba(19, 21, 27, 0.6); width: 210px; height: 30px; margin: 10px; padding: 6px 0 6px 24px; border: solid 1px rgba(255, 255, 255, .4); border-radius: 4px; } .toc-wrapper > .search::before { left: 18px; } .page-wrapper .dark-box { background-image: linear-gradient(rgb(42, 71, 119), rgb(15, 31, 53)); background-attachment: fixed; background-size: 100vw 100vh; } .content pre, .content blockquote { background-color: rgba(19, 21, 27, 0.6); } .content blockquote > p { background-color: rgba(19, 21, 27, 0.6); } .page-wrapper .lang-selector { box-sizing: border-box; position: fixed; top: 0; right: 0; left: 230px; /* width: calc( calc(100% - 230px) * 0.3); */ border-bottom: solid 4px #0F75D4; padding: 5px 10px 0 10px; background-color: #2e323a; overflow-x: scroll; display: flex; flex-wrap: nowrap; } .lang-selector a { padding: 0px 10px; } .lang-selector a.active { background-color: #0F75D4; border-radius: 4px 4px 0 0; } .content { display: flex; flex-direction: column; align-items: stretch; position: relative; /* overflow: auto; */ } .content > h1, .content > h2, .content > h3, .content > h4, .content > h5, .content > h6, .content > p, .content > table, .content > ul, .content > ol, .content > aside, .content > dl { margin-right: 0%; } .content h1:first-child { padding-top: 50px; } .page-wrapper .dark-box { width: 0%; } .content table { overflow: visible; } .content pre, .content blockquote { /* width: 100%; */ /* max-width: 100%; */ float: none; align-self: stretch; position: relative; margin: 0 28px; width: calc(100% - 56px); } div .highlight { max-width: 100%; } .content blockquote { background-color: #171a1f; /* border-radius: 8px; */ } .content blockquote > p { background-color: transparent; } .content pre { background-color: #2b3039; /* border-radius: 8px; */ }
0.391639
0.153581
.aquaOliveDrab2, .hover_aquaOliveDrab2:hover, .active_aquaOliveDrab2:active { -webkit-box-shadow: 0 0.63em 0.75em rgba(199, 222, 121, .39), inset 0 -0.5em 0.9em 0 #f1f5c8, inset 0 -0.5em 0em 0.65em rgb(197, 245, 48), inset 0 0em 0.5em 2em rgb(217, 224, 196); -moz-box-shadow: 0 0.63em 0.75em rgba(199, 222, 121, .39), inset 0 -0.5em 0.9em 0 #f1f5c8, inset 0 -0.5em 0em 0.65em rgb(197, 245, 48), inset 0 0em 0.5em 2em rgb(217, 224, 196); box-shadow: 0 0.63em 0.75em rgba(199, 222, 121, .39), inset 0 -0.5em 0.9em 0 #f1f5c8, inset 0 -0.5em 0em 0.65em rgb(197, 245, 48), inset 0 0em 0.5em 2em rgb(217, 224, 196); } .aquaOliveDrab2h, .hover_aquaOliveDrab2h:hover, .active_aquaOliveDrab2h:active { -webkit-box-shadow:0 0.63em 1em rgba(208, 227, 142, .55), inset 0 -0.5em 0.9em 0 #fcfdf3, inset 0 -0.5em 0em 0.65em #daee9c, inset 0 0em 0.5em 2em #fafcf4; -moz-box-shadow:0 0.63em 1em rgba(208, 227, 142, .55), inset 0 -0.5em 0.9em 0 #fcfdf3, inset 0 -0.5em 0em 0.65em #daee9c, inset 0 0em 0.5em 2em #fafcf4; box-shadow:0 0.63em 1em rgba(208, 227, 142, .55), inset 0 -0.5em 0.9em 0 #fcfdf3, inset 0 -0.5em 0em 0.65em #daee9c, inset 0 0em 0.5em 2em #fafcf4; } .aquaOliveDrab2a, .hover_aquaOliveDrab2a:hover, .active_aquaOliveDrab2a:active { /*background: #9acc32;*/ -webkit-box-shadow:0 0.63em 1em rgba(191, 228, 64, .55), inset 0 -0.5em 0.9em 0 #f9fcdb, inset 0 -0.5em 0em 0.65em #cff360, inset 0 0em 0.5em 2em #e2f2b2; -moz-box-shadow:0 0.63em 1em rgba(191, 228, 64, .55), inset 0 -0.5em 0.9em 0 #f9fcdb, inset 0 -0.5em 0em 0.65em #cff360, inset 0 0em 0.5em 2em #e2f2b2; box-shadow:0 0.63em 1em rgba(191, 228, 64, .55), inset 0 -0.5em 0.9em 0 #f9fcdb, inset 0 -0.5em 0em 0.65em #cff360, inset 0 0em 0.5em 2em #e2f2b2; } /* ------------------------------ color settings ----------------------------*/ .color_aquaOliveDrab2, .hover_color_aquaOliveDrab2:hover, .active_color_aquaOliveDrab2:active { color: #282828; } .color_aquaOliveDrab2h, .hover_color_aquaOliveDrab2h:hover, .active_color_aquaOliveDrab2h:active { color: #282828; } .color_aquaOliveDrab2a, .hover_color_aquaOliveDrab2a:hover, .active_color_aquaOliveDrab2a:active { color: #282828; } /* -------------------------- border settings --------------------------------*/ .border_aquaOliveDrab2, .hover_border_aquaOliveDrab2:hover, .active_border_aquaOliveDrab2:active { border-color: #9acc32 #9acc32 #9acc32 #9acc32; } .border_aquaOliveDrab2h, .hover_border_aquaOliveDrab2h:hover, .active_border_aquaOliveDrab2h:active { border-color: #9acc32 #9acc32 #9acc32 #9acc32; } .border_aquaOliveDrab2a, .hover_border_aquaOliveDrab2a:hover, .active_border_aquaOliveDrab2a:active { border-color: #9acc32 #9acc32 #9acc32 #9acc32; }
widgets/common/assets/shadows/aqua/aquaOliveDrab/aquaOliveDrab2.css
.aquaOliveDrab2, .hover_aquaOliveDrab2:hover, .active_aquaOliveDrab2:active { -webkit-box-shadow: 0 0.63em 0.75em rgba(199, 222, 121, .39), inset 0 -0.5em 0.9em 0 #f1f5c8, inset 0 -0.5em 0em 0.65em rgb(197, 245, 48), inset 0 0em 0.5em 2em rgb(217, 224, 196); -moz-box-shadow: 0 0.63em 0.75em rgba(199, 222, 121, .39), inset 0 -0.5em 0.9em 0 #f1f5c8, inset 0 -0.5em 0em 0.65em rgb(197, 245, 48), inset 0 0em 0.5em 2em rgb(217, 224, 196); box-shadow: 0 0.63em 0.75em rgba(199, 222, 121, .39), inset 0 -0.5em 0.9em 0 #f1f5c8, inset 0 -0.5em 0em 0.65em rgb(197, 245, 48), inset 0 0em 0.5em 2em rgb(217, 224, 196); } .aquaOliveDrab2h, .hover_aquaOliveDrab2h:hover, .active_aquaOliveDrab2h:active { -webkit-box-shadow:0 0.63em 1em rgba(208, 227, 142, .55), inset 0 -0.5em 0.9em 0 #fcfdf3, inset 0 -0.5em 0em 0.65em #daee9c, inset 0 0em 0.5em 2em #fafcf4; -moz-box-shadow:0 0.63em 1em rgba(208, 227, 142, .55), inset 0 -0.5em 0.9em 0 #fcfdf3, inset 0 -0.5em 0em 0.65em #daee9c, inset 0 0em 0.5em 2em #fafcf4; box-shadow:0 0.63em 1em rgba(208, 227, 142, .55), inset 0 -0.5em 0.9em 0 #fcfdf3, inset 0 -0.5em 0em 0.65em #daee9c, inset 0 0em 0.5em 2em #fafcf4; } .aquaOliveDrab2a, .hover_aquaOliveDrab2a:hover, .active_aquaOliveDrab2a:active { /*background: #9acc32;*/ -webkit-box-shadow:0 0.63em 1em rgba(191, 228, 64, .55), inset 0 -0.5em 0.9em 0 #f9fcdb, inset 0 -0.5em 0em 0.65em #cff360, inset 0 0em 0.5em 2em #e2f2b2; -moz-box-shadow:0 0.63em 1em rgba(191, 228, 64, .55), inset 0 -0.5em 0.9em 0 #f9fcdb, inset 0 -0.5em 0em 0.65em #cff360, inset 0 0em 0.5em 2em #e2f2b2; box-shadow:0 0.63em 1em rgba(191, 228, 64, .55), inset 0 -0.5em 0.9em 0 #f9fcdb, inset 0 -0.5em 0em 0.65em #cff360, inset 0 0em 0.5em 2em #e2f2b2; } /* ------------------------------ color settings ----------------------------*/ .color_aquaOliveDrab2, .hover_color_aquaOliveDrab2:hover, .active_color_aquaOliveDrab2:active { color: #282828; } .color_aquaOliveDrab2h, .hover_color_aquaOliveDrab2h:hover, .active_color_aquaOliveDrab2h:active { color: #282828; } .color_aquaOliveDrab2a, .hover_color_aquaOliveDrab2a:hover, .active_color_aquaOliveDrab2a:active { color: #282828; } /* -------------------------- border settings --------------------------------*/ .border_aquaOliveDrab2, .hover_border_aquaOliveDrab2:hover, .active_border_aquaOliveDrab2:active { border-color: #9acc32 #9acc32 #9acc32 #9acc32; } .border_aquaOliveDrab2h, .hover_border_aquaOliveDrab2h:hover, .active_border_aquaOliveDrab2h:active { border-color: #9acc32 #9acc32 #9acc32 #9acc32; } .border_aquaOliveDrab2a, .hover_border_aquaOliveDrab2a:hover, .active_border_aquaOliveDrab2a:active { border-color: #9acc32 #9acc32 #9acc32 #9acc32; }
0.299515
0.350644
html { font-family: Arial, sans-serif; } thead th { background-color: #f8f8f8 } .markdown-body .highlight pre, .markdown-body pre { background-color: #2A2D30; color: #ccc; border: 1px solid #ccc; font-size: 13px; line-height: 19px; overflow: auto; padding: 6px 10px; border-radius: 3px } .markdown-body pre { word-wrap: normal } .markdown-body pre code, .markdown-body pre tt { margin: 0; padding: 0; background-color: transparent; border: none; word-wrap: normal; max-width: initial; display: inline; overflow: initial; line-height: inherit } .markdown-body pre code:before, .markdown-body pre code:after, .markdown-body pre tt:before, .markdown-body pre tt:after { content: normal } .hljs { display: inline-block; padding: 0.5em; color: #cccccc; background: #1a1c1e; } .hljs-comment, .hljs-template_comment, .diff .hljs-header, .hljs-javadoc { color: #777; font-style: italic; } .hljs-keyword, .css .rule .hljs-keyword, .hljs-winutils, .javascript .hljs-title, .nginx .hljs-title, .hljs-subst, .hljs-request, .hljs-status { color: #e12d66; font-weight: bold; } .hljs-number, .hljs-hexcolor, .ruby .hljs-constant { color: #ff8000; } .hljs-string, .hljs-tag .hljs-value, .hljs-phpdoc, .tex .hljs-formula { color: #65ff00; } .hljs-title, .hljs-id, .coffeescript .hljs-params, .scss .hljs-preprocessor { color: #747e9e; font-weight: bold; } .javascript .hljs-title, .lisp .hljs-title, .clojure .hljs-title, .hljs-subst { font-weight: normal; } .hljs-class .hljs-title, .haskell .hljs-type, .vhdl .hljs-literal, .tex .hljs-command { color: #458; font-weight: bold; } .hljs-tag, .hljs-rules .hljs-property, .django .hljs-tag .hljs-keyword { color: #747e9e; font-weight: normal; } .hljs-tag .hljs-title { color: #e12d66; font-weight: normal; } .hljs-attribute, .hljs-variable, .lisp .hljs-body { color: #25d0f0; } .hljs-regexp { color: #ff8000; } .hljs-symbol, .ruby .hljs-symbol .hljs-string, .lisp .hljs-keyword, .tex .hljs-special, .hljs-prompt { color: #65ff00; } .hljs-built_in, .lisp .hljs-title, .clojure .hljs-built_in { color: #25d0f0; font-weight: bold; } .hljs-preprocessor, .hljs-pragma, .hljs-pi, .hljs-doctype, .hljs-shebang, .hljs-cdata { color: #25d0f0; font-weight: bold; } .hljs-deletion { background: #fdd; } .hljs-addition { background: #dfd; } .diff .hljs-change { background: #0086b3; } .hljs-chunk { color: #aaa; }
assets/css/highlight/himbeere.css
html { font-family: Arial, sans-serif; } thead th { background-color: #f8f8f8 } .markdown-body .highlight pre, .markdown-body pre { background-color: #2A2D30; color: #ccc; border: 1px solid #ccc; font-size: 13px; line-height: 19px; overflow: auto; padding: 6px 10px; border-radius: 3px } .markdown-body pre { word-wrap: normal } .markdown-body pre code, .markdown-body pre tt { margin: 0; padding: 0; background-color: transparent; border: none; word-wrap: normal; max-width: initial; display: inline; overflow: initial; line-height: inherit } .markdown-body pre code:before, .markdown-body pre code:after, .markdown-body pre tt:before, .markdown-body pre tt:after { content: normal } .hljs { display: inline-block; padding: 0.5em; color: #cccccc; background: #1a1c1e; } .hljs-comment, .hljs-template_comment, .diff .hljs-header, .hljs-javadoc { color: #777; font-style: italic; } .hljs-keyword, .css .rule .hljs-keyword, .hljs-winutils, .javascript .hljs-title, .nginx .hljs-title, .hljs-subst, .hljs-request, .hljs-status { color: #e12d66; font-weight: bold; } .hljs-number, .hljs-hexcolor, .ruby .hljs-constant { color: #ff8000; } .hljs-string, .hljs-tag .hljs-value, .hljs-phpdoc, .tex .hljs-formula { color: #65ff00; } .hljs-title, .hljs-id, .coffeescript .hljs-params, .scss .hljs-preprocessor { color: #747e9e; font-weight: bold; } .javascript .hljs-title, .lisp .hljs-title, .clojure .hljs-title, .hljs-subst { font-weight: normal; } .hljs-class .hljs-title, .haskell .hljs-type, .vhdl .hljs-literal, .tex .hljs-command { color: #458; font-weight: bold; } .hljs-tag, .hljs-rules .hljs-property, .django .hljs-tag .hljs-keyword { color: #747e9e; font-weight: normal; } .hljs-tag .hljs-title { color: #e12d66; font-weight: normal; } .hljs-attribute, .hljs-variable, .lisp .hljs-body { color: #25d0f0; } .hljs-regexp { color: #ff8000; } .hljs-symbol, .ruby .hljs-symbol .hljs-string, .lisp .hljs-keyword, .tex .hljs-special, .hljs-prompt { color: #65ff00; } .hljs-built_in, .lisp .hljs-title, .clojure .hljs-built_in { color: #25d0f0; font-weight: bold; } .hljs-preprocessor, .hljs-pragma, .hljs-pi, .hljs-doctype, .hljs-shebang, .hljs-cdata { color: #25d0f0; font-weight: bold; } .hljs-deletion { background: #fdd; } .hljs-addition { background: #dfd; } .diff .hljs-change { background: #0086b3; } .hljs-chunk { color: #aaa; }
0.380644
0.103658
-------------------------------------------------------------------------- */ /* --- name: table category: Molecules tag: Contents --- `<table>`のベースとなるスタイルです。 ```jade .m-table.t-content__text table caption p 事業部ごとの売上額と構成比 thead tr th.u-col-4of12.u-col-2of12-md 事業部名 th.u-col-4of12.u-col-5of12-md 売上額 sup#ref01 a.a-link.a-linkNote(href="#note01") 1 th.u-col-4of12.u-col-5of12-md 構成比 tbody tr th ○○事業部 td.m-table__number ○○○億円 td.m-table__number ○○% tr th △△事業部 td.m-table__number △△億円 td.m-table__number △△% tr th □□事業部 td.m-table__number □億円 td.m-table__number □% ul.m-table__note.a-list.a-list--noteOrder li#note01 売上額の注釈です。 a.a-link.a-linkReturn(href="#ref01") .m-table.m-table--scroll table caption p 事業部ごとの売上額と構成比 thead tr th.u-col-4of12.u-col-2of12-md 事業部名 th.u-col-4of12.u-col-5of12-md 売上額 sup#ref02 a.a-link.a-linkNote(href="#note02") 1 th.u-col-4of12.u-col-5of12-md 構成比 tbody tr th ○○事業部 td.m-table__number ○○○億円 td.m-table__number ○○% tr th △△事業部 td.m-table__number △△億円 td.m-table__number △△% tr th □□事業部 td.m-table__number □億円 td.m-table__number □% ul.m-table__note.a-list.a-list--noteOrder li#note02 売上額の注釈です。 a.a-link.a-linkReturn(href="#ref02") ``` */ .m-table table { width: 100%; } .m-table th, .m-table td { padding: 1em; border: 1px solid #ddd; } .m-table thead, .m-table th { background-color: #eee; } .m-table caption { margin-bottom: 0.25em; font-size: var(--font-size--secondary); text-align: left; @media (--default) { text-align: right; } } /* テーブルの下に注釈用のリストを配置します。 */ .m-table__note { margin-top: 0.5em; } .m-table__number { text-align: left; @media (--default) { text-align: right; } } /* 横スクロール可能なテーブルにする。 */ .m-table--scroll { display: block; overflow-x: auto; max-width: 100%; min-height: 0.01%; } .m-table--scroll th, .m-table--scroll td { white-space: nowrap; } .m-table--scroll .m-table__number { text-align: right; }
src/assets/css/molecules/_table.css
.m-table.t-content__text table caption p 事業部ごとの売上額と構成比 thead tr th.u-col-4of12.u-col-2of12-md 事業部名 th.u-col-4of12.u-col-5of12-md 売上額 sup#ref01 a.a-link.a-linkNote(href="#note01") 1 th.u-col-4of12.u-col-5of12-md 構成比 tbody tr th ○○事業部 td.m-table__number ○○○億円 td.m-table__number ○○% tr th △△事業部 td.m-table__number △△億円 td.m-table__number △△% tr th □□事業部 td.m-table__number □億円 td.m-table__number □% ul.m-table__note.a-list.a-list--noteOrder li#note01 売上額の注釈です。 a.a-link.a-linkReturn(href="#ref01") .m-table.m-table--scroll table caption p 事業部ごとの売上額と構成比 thead tr th.u-col-4of12.u-col-2of12-md 事業部名 th.u-col-4of12.u-col-5of12-md 売上額 sup#ref02 a.a-link.a-linkNote(href="#note02") 1 th.u-col-4of12.u-col-5of12-md 構成比 tbody tr th ○○事業部 td.m-table__number ○○○億円 td.m-table__number ○○% tr th △△事業部 td.m-table__number △△億円 td.m-table__number △△% tr th □□事業部 td.m-table__number □億円 td.m-table__number □% ul.m-table__note.a-list.a-list--noteOrder li#note02 売上額の注釈です。 a.a-link.a-linkReturn(href="#ref02")
0.24726
0.375592
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */ /* * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to <NAME>, <NAME>, * <NAME>, and the H5BP dev community and team. */ /* ========================================================================== Base styles: opinionated defaults ========================================================================== */ html { color: #222; font-size: 1em; line-height: 1.4; } /* * Remove text-shadow in selection highlight: * https://twitter.com/miketaylr/status/12228805301 * * Vendor-prefixed and regular ::selection selectors cannot be combined: * https://stackoverflow.com/a/16982510/7133471 * * Customize the background color to match your design. */ ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } /* * A better looking default horizontal rule */ hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } /* * Remove the gap between audio, canvas, iframes, * images, videos and the bottom of their containers: * https://github.com/h5bp/html5-boilerplate/issues/440 */ audio, canvas, iframe, img, svg, video { vertical-align: middle; } /* * Remove default fieldset styles. */ fieldset { border: 0; margin: 0; padding: 0; } /* * Allow only vertical resizing of textareas. */ textarea { resize: vertical; } /* ========================================================================== Author's custom styles ========================================================================== */ :root { --blue: #62FCF7; --brown: #7E3838; --red: #FA4605; --yellow: #EDB905 } html, body { font-family: 'Montserrat', sans-serif; margin: 0; padding: 0; overflow-x: hidden; overscroll-behavior: none; scroll-behavior: smooth; font-size: 16px; } h2 { text-transform: uppercase; } ul li { list-style: none; } ul li a { text-decoration: none; } .overtitle-section { color: #777; font-size: 15px; position: relative; top: 20px; text-transform: uppercase; } .overtitle-section-secondary { color: var(--yellow); font-size: 15px; position: relative; top: 20px; text-transform: uppercase; } /* ========================================================================== HERO ========================================================================== */ #hero-container { height: 100vh; width: 100vw; background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url('../img/paragliding-lanzarote-2.jpg'); background-position: center; background-size: cover; display: flex; padding: 20px; justify-content: space-between; transition: transform .2s; /* Animationn */ } #hero-container header li a { color: #fff } #nav-mobile { display: none } #logo-container { position:relative; bottom: 10px; } #logo-container img { height: 100px } #burger-icon { position: relative; right: 40px; top: 10px } #burger-icon div { height: 2px; background-color: #fff; width: 35px; margin-bottom: 5px } #closing-menu-icon { display: none; font-size: 32px; color: #fff; position: relative; bottom: 10px; right: 120px; } #nav-mobile { background-color: #fff; width: 110vw; /* height: 700px; */ z-index: 99; position: relative; right: 35px; bottom: 20px } #nav-desktop { display: none } #nav-mobile ul li { margin-bottom: 7px; } #nav-mobile ul li:first-child { padding-top: 20px; } #nav-mobile ul li:last-child { padding-bottom: 20px; } #nav-mobile ul li a { font-weight: 500; font-size: 15px; color: #222; padding: 10px 20px; display: block; border-bottom: 2px solid #fafafa; width: 80vw } #hero-text { z-index: 2; position: relative; bottom: 80vh; text-align: center; color: #fff; } #next-adventure { position: relative; top: 36vh } #hero-text h1 { font-size: 42px; line-height: 52px; } #overtitle-hero { position: relative; top: 30px; font-size: 18px } #hero-text p { font-weight: 500; } #lavafly { color: var(--blue); } #hero-text a { background-color: var(--yellow); padding: 15px 45px; text-decoration: none; color:#222; border-radius: 4px; position: relative; top: 38vh; font-size: 12px; font-weight: 500; letter-spacing: 0.5px; transition: padding 0.1s; } #hero-text a:hover { padding: 18px 48px; } #book-now { text-transform: uppercase; } #france-flag { position: relative; left: 18px; padding-bottom: 10px; } @media(min-width: 968px){ #nav-desktop { display: block; } #nav-mobile { display: none !important; } #hero-container { padding: 20px 4vw } #burger-icon div{ display: none } #nav-mobile { display: flex } #logo-container img { height: 120px } #nav-desktop ul { display: flex; position: relative; left: 80px; top: 10px; } #nav-desktop ul li { margin-right: 60px } #nav-desktop ul li a:hover { border-bottom: 2px solid var(--blue); padding-bottom: 5px } #nav-desktop ul li a { font-weight: 500; font-size: 15px; } #overtitle-hero { font-size: 20px !important; } #hero-text h1 { font-size: 62px; } #hero-text p { font-size: 18px; font-weight: 400; } #my-header { width: 100vw; display: flex; } .flag-language { margin: 5px; } #second-flag { position: relative; bottom: 4px } #spain-flag-fr-version { margin-left: 10px } } /* ========================================================================== ABOUT ========================================================================== */ #about { position: relative; bottom: 100px; margin: 0 15px } #about-left img { width: 100%; height: auto; display: block; margin: 0 auto; box-shadow: 0px 2px 20px 3px hsla(0,0%,72.2%,0.5) } #about-right { margin-top: 20px } #about-right span { margin-top: 20px; } #about-right p { color: #777; } .divider { height: 3px; width: 120px; background-color: #f7f7f7; position: relative; bottom: 5px; margin-bottom: 20px } @media(min-width: 1100px){ #about { display: flex; justify-content: space-evenly; bottom: 120px; } #about-left, #about-right{ width: 45%; } } /* ========================================================================== PILOTS ========================================================================== */ #pilots { margin: 0 15px } #pilots h2 { color: var(--blue) } #pilots img { width: 90vw; margin: 0 auto; box-shadow: 0px 2px 20px 3px hsla(0,0%,72.2%,0.5) } #pilots h3 { font-size: 20px; text-align: center; } #pilots p { font-size: 15px; color: #444 !important; position: relative; bottom: 10px } #pilots span { font-size: 15px; display: block; margin-bottom: 40px; color: #777 } #pilots a { display: block; font-size: 14px; text-decoration: none; margin-bottom: 40px } @media(min-width: 968px){ #pilots-img-container { display: flex; justify-content: space-between; } #pilots-img-container div { width: 22vw } #pilots img { width: 22vw; display: inline-block; margin: 0 5px } #pilots { margin: 0 4vw; position: relative; bottom: 80px; } #pilots a { position: relative; bottom: 20px } } /* ========================================================================== TANDEM FLIGHTS ========================================================================== */ #tandem-flights { background-color: var(--brown); border-bottom: 2px solid #fff } #tandem-flights-left { background-size: cover; background-position: center; } #tandem-flights h2 { color: var(--blue) } #tandem-flights p { color: #f7f7f7 } #tandem-flights ul li { color: #fff; font-size: 15px; } #tandem-flights-right { padding: 20px 15px 60px; } @media(min-width:1200px){ #tandem-flights { width: 100%; display: flex; flex-wrap: wrap; } #flights-second-container { display: flex; justify-content: space-around; } #tandem-flights-left { width: 50vw; } #tandem-flights-left iframe { height: 500px; } #tandem-flights-right { width: 45vw; position: relative; top: 10px; } #tandem-flights-right { padding: 20px 25px 60px; } #tandem-flights-right p { width: 90%; } } /* ========================================================================== SPECIALS ========================================================================== */ #specials-section { background-color: var(--brown); position: relative; bottom: 40px; padding: 0 15px } #specials-section h4 { color: var(--blue) } #specials-section ul li, #specials-section p{ color: #fff } #flight-areas { padding-top: 20px } #specials { padding-bottom: 40px } #flight-areas ol li{ color: #fff; } #more-info { background-color: var(--brown); color: #fff; text-align: center; padding: 10px 0 40px; position: relative; bottom: 80px; } #more-info a { color: #fff; text-decoration: none; } #flight-prices li { margin-bottom: 10px } #micro-sd { color: var(--yellow) !important } .move-right-1 { display: inline-block; position: relative; left: 11px } .move-right-2 { display: inline-block; position: relative; left: 8px } .move-right-3 { display: inline-block; position: relative; left: 6px } @media(min-width:968px){ #specials-section { display: flex; justify-content: center; padding: 20px 0 40px; border-top: 1px solid #fff } #flight-areas { padding-top: 0px } #specials-section div { width: 30%; } } /* ========================================================================== GIFT CARD ========================================================================== */ #gift-card { background-color: var(--brown); position: relative; padding: 20px 15px 80px; border-bottom: 1px solid #fff; } #gift-card h3 { color: var(--blue) } #gift-card p { color: #fff } /* #gift-card a { text-decoration: none; background-color: var(--yellow); color: #222; padding: 10px 35px; border-radius: 4px; display: inline-block; margin-top: 40px; margin-bottom: 40px; font-size: 12px; font-weight: 500; letter-spacing: 0.5px; transition: padding 0.1s; } */ #gift-card a { text-decoration: none; background-color: var(--yellow); color: #222; padding: 10px 35px; border-radius: 4px; display: inline-block; margin-top: 40px; margin-bottom: 40px; font-size: 12px; font-weight: 500; letter-spacing: 0.5px; transition: padding 0.1s; } #gift-card a:hover { padding: 12px 38px ; } #gift-card-right img { max-width: 100%; margin-top: 40px } @media(min-width: 968px){ #gift-card { display: flex; justify-content: space-evenly; padding: 40px 15vw 80px; height: 270px } #gift-card-left { width: 60%; } #gift-card a { position: relative; top: 40px; } #gift-card-center img { max-width: 100%; position: relative; top: 50px; } #gift-card-right { position: relative; bottom: 40px; left: 60px; width: 100% } #contact-gift { position: relative; left: 5vw; } } /* ========================================================================== GALLERY ========================================================================== */ .gallery { position: relative; bottom: 80px } .gallery-item { padding: 3px } .gallery-item img { width: 100%; height: auto; } @media(min-width: 768px){ .gallery { display: flex; } } /* ========================================================================== FAQ ========================================================================== */ #faq { margin: 40px 15px 60px; } summary { font-size: 16px; font-weight: 600; background-color: #fff; color: #333; padding: 1rem; margin-bottom: 1rem; outline: none; border-radius: 0.25rem; text-align: left; cursor: pointer; position: relative; } details > summary::after { position: absolute; content: "+"; right: 20px; } details[open] > summary::after { position: absolute; content: "-"; right: 20px; } details > summary::-webkit-details-marker { display: none; } details[open] summary ~ * { animation: sweep .5s ease-in-out; } @keyframes sweep { 0% {opacity: 0; margin-top: -10px} 100% {opacity: 1; margin-top: 0px} } .faq__content p { color: #777; font-size: 15px; position: relative; bottom: 20px; } @media(min-width: 968px){ #faq { margin: 60px 20vw 60px; } } /* ========================================================================== VIDEO HOME ========================================================================== */ #video-home { width: 90%; margin: 80px auto 120px; } #video-home iframe { margin-bottom: 20px; width: 100%; height: 350px } @media(min-width: 968px){ #video-home { margin: 80px auto 120px; display: flex; justify-content: space-between; } #video-home iframe { margin-bottom: 20px; width: 49%; height: 500px } } /* ========================================================================== FOOTER ========================================================================== */ #contact { background-color: var(--brown); } #logo-footer { background-color: var(--brown); width: 120px; display: block; margin: 0 auto; padding: 40px 0 0; } #contact-footer { margin-top: 20px; text-align: center; } #contact-footer img { width: 24px; } #contact-footer h2 { color: var(--blue); } #contact-footer p { color: #fff; position: relative; bottom: 10px; } #contact-footer a { color: #fff; margin: 0 auto; position: relative; left: 5px; text-decoration: none; } .cta a:hover { color: #fafafa } #social-icons { display: flex; justify-content: center; margin-top: 80px; padding-bottom: 60px; } #social-icons img { display: inline-block; margin: 0 5px } .cta { margin-top: 40px } .cta h4{ color: #fff; } @media(min-width: 968px){ #contact { margin: 120px 4vw 40px; border-radius: 8px; box-shadow: 0px 2px 20px 3px rgba(255, 199, 199, 0.8); } #contact-footer p { width: 40%; margin: 0 auto; padding-bottom: 20px; } #social-icons { padding-bottom: 80px; } #cta-container { display: flex; justify-content: space-evenly; margin-bottom: 80px; position: relative; bottom: 20px; } } #whatsapp-footer { position: fixed; bottom: 20px; right: 20px } /* ========================================================================== Helper classes ========================================================================== */ /* * Hide visually and from screen readers */ .hidden, [hidden] { display: none !important; } /* * Hide only visually, but have it available for screen readers: * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility * * 1. For long content, line feeds are not interpreted as spaces and small width * causes content to wrap 1 word per line: * https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe */ .sr-only { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; white-space: nowrap; width: 1px; /* 1 */ } /* * Extends the .sr-only class to allow the element * to be focusable when navigated to via the keyboard: * https://www.drupal.org/node/897638 */ .sr-only.focusable:active, .sr-only.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; white-space: inherit; width: auto; } /* * Hide visually and from screen readers, but maintain layout */ .invisible { visibility: hidden; } /* * Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the * `contenteditable` attribute is included anywhere else in the document. * Otherwise it causes space to appear at the top and bottom of elements * that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using * `:before` to contain the top-margins of child elements. */ .clearfix::before, .clearfix::after { content: " "; display: table; } .clearfix::after { clear: both; } /* ========================================================================== EXAMPLE Media Queries for Responsive Design. These examples override the primary ('mobile first') styles. Modify as content requires. ========================================================================== */ @media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition */ } @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices */ } /* ========================================================================== Print styles. Inlined to avoid the additional HTTP request: https://www.phpied.com/delay-loading-your-print-css/ ========================================================================== */ @media print { *, *::before, *::after { background: #fff !important; color: #000 !important; /* Black prints faster */ box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]::after { content: " (" attr(href) ")"; } abbr[title]::after { content: " (" attr(title) ")"; } /* * Don't show links that are fragment identifiers, * or use the `javascript:` pseudo protocol */ a[href^="#"]::after, a[href^="javascript:"]::after { content: ""; } pre { white-space: pre-wrap !important; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } /* * Printing Tables: * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables */ thead { display: table-header-group; } tr, img { page-break-inside: avoid; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } }
css/main.css
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */ /* * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to <NAME>, <NAME>, * <NAME>, and the H5BP dev community and team. */ /* ========================================================================== Base styles: opinionated defaults ========================================================================== */ html { color: #222; font-size: 1em; line-height: 1.4; } /* * Remove text-shadow in selection highlight: * https://twitter.com/miketaylr/status/12228805301 * * Vendor-prefixed and regular ::selection selectors cannot be combined: * https://stackoverflow.com/a/16982510/7133471 * * Customize the background color to match your design. */ ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } /* * A better looking default horizontal rule */ hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } /* * Remove the gap between audio, canvas, iframes, * images, videos and the bottom of their containers: * https://github.com/h5bp/html5-boilerplate/issues/440 */ audio, canvas, iframe, img, svg, video { vertical-align: middle; } /* * Remove default fieldset styles. */ fieldset { border: 0; margin: 0; padding: 0; } /* * Allow only vertical resizing of textareas. */ textarea { resize: vertical; } /* ========================================================================== Author's custom styles ========================================================================== */ :root { --blue: #62FCF7; --brown: #7E3838; --red: #FA4605; --yellow: #EDB905 } html, body { font-family: 'Montserrat', sans-serif; margin: 0; padding: 0; overflow-x: hidden; overscroll-behavior: none; scroll-behavior: smooth; font-size: 16px; } h2 { text-transform: uppercase; } ul li { list-style: none; } ul li a { text-decoration: none; } .overtitle-section { color: #777; font-size: 15px; position: relative; top: 20px; text-transform: uppercase; } .overtitle-section-secondary { color: var(--yellow); font-size: 15px; position: relative; top: 20px; text-transform: uppercase; } /* ========================================================================== HERO ========================================================================== */ #hero-container { height: 100vh; width: 100vw; background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url('../img/paragliding-lanzarote-2.jpg'); background-position: center; background-size: cover; display: flex; padding: 20px; justify-content: space-between; transition: transform .2s; /* Animationn */ } #hero-container header li a { color: #fff } #nav-mobile { display: none } #logo-container { position:relative; bottom: 10px; } #logo-container img { height: 100px } #burger-icon { position: relative; right: 40px; top: 10px } #burger-icon div { height: 2px; background-color: #fff; width: 35px; margin-bottom: 5px } #closing-menu-icon { display: none; font-size: 32px; color: #fff; position: relative; bottom: 10px; right: 120px; } #nav-mobile { background-color: #fff; width: 110vw; /* height: 700px; */ z-index: 99; position: relative; right: 35px; bottom: 20px } #nav-desktop { display: none } #nav-mobile ul li { margin-bottom: 7px; } #nav-mobile ul li:first-child { padding-top: 20px; } #nav-mobile ul li:last-child { padding-bottom: 20px; } #nav-mobile ul li a { font-weight: 500; font-size: 15px; color: #222; padding: 10px 20px; display: block; border-bottom: 2px solid #fafafa; width: 80vw } #hero-text { z-index: 2; position: relative; bottom: 80vh; text-align: center; color: #fff; } #next-adventure { position: relative; top: 36vh } #hero-text h1 { font-size: 42px; line-height: 52px; } #overtitle-hero { position: relative; top: 30px; font-size: 18px } #hero-text p { font-weight: 500; } #lavafly { color: var(--blue); } #hero-text a { background-color: var(--yellow); padding: 15px 45px; text-decoration: none; color:#222; border-radius: 4px; position: relative; top: 38vh; font-size: 12px; font-weight: 500; letter-spacing: 0.5px; transition: padding 0.1s; } #hero-text a:hover { padding: 18px 48px; } #book-now { text-transform: uppercase; } #france-flag { position: relative; left: 18px; padding-bottom: 10px; } @media(min-width: 968px){ #nav-desktop { display: block; } #nav-mobile { display: none !important; } #hero-container { padding: 20px 4vw } #burger-icon div{ display: none } #nav-mobile { display: flex } #logo-container img { height: 120px } #nav-desktop ul { display: flex; position: relative; left: 80px; top: 10px; } #nav-desktop ul li { margin-right: 60px } #nav-desktop ul li a:hover { border-bottom: 2px solid var(--blue); padding-bottom: 5px } #nav-desktop ul li a { font-weight: 500; font-size: 15px; } #overtitle-hero { font-size: 20px !important; } #hero-text h1 { font-size: 62px; } #hero-text p { font-size: 18px; font-weight: 400; } #my-header { width: 100vw; display: flex; } .flag-language { margin: 5px; } #second-flag { position: relative; bottom: 4px } #spain-flag-fr-version { margin-left: 10px } } /* ========================================================================== ABOUT ========================================================================== */ #about { position: relative; bottom: 100px; margin: 0 15px } #about-left img { width: 100%; height: auto; display: block; margin: 0 auto; box-shadow: 0px 2px 20px 3px hsla(0,0%,72.2%,0.5) } #about-right { margin-top: 20px } #about-right span { margin-top: 20px; } #about-right p { color: #777; } .divider { height: 3px; width: 120px; background-color: #f7f7f7; position: relative; bottom: 5px; margin-bottom: 20px } @media(min-width: 1100px){ #about { display: flex; justify-content: space-evenly; bottom: 120px; } #about-left, #about-right{ width: 45%; } } /* ========================================================================== PILOTS ========================================================================== */ #pilots { margin: 0 15px } #pilots h2 { color: var(--blue) } #pilots img { width: 90vw; margin: 0 auto; box-shadow: 0px 2px 20px 3px hsla(0,0%,72.2%,0.5) } #pilots h3 { font-size: 20px; text-align: center; } #pilots p { font-size: 15px; color: #444 !important; position: relative; bottom: 10px } #pilots span { font-size: 15px; display: block; margin-bottom: 40px; color: #777 } #pilots a { display: block; font-size: 14px; text-decoration: none; margin-bottom: 40px } @media(min-width: 968px){ #pilots-img-container { display: flex; justify-content: space-between; } #pilots-img-container div { width: 22vw } #pilots img { width: 22vw; display: inline-block; margin: 0 5px } #pilots { margin: 0 4vw; position: relative; bottom: 80px; } #pilots a { position: relative; bottom: 20px } } /* ========================================================================== TANDEM FLIGHTS ========================================================================== */ #tandem-flights { background-color: var(--brown); border-bottom: 2px solid #fff } #tandem-flights-left { background-size: cover; background-position: center; } #tandem-flights h2 { color: var(--blue) } #tandem-flights p { color: #f7f7f7 } #tandem-flights ul li { color: #fff; font-size: 15px; } #tandem-flights-right { padding: 20px 15px 60px; } @media(min-width:1200px){ #tandem-flights { width: 100%; display: flex; flex-wrap: wrap; } #flights-second-container { display: flex; justify-content: space-around; } #tandem-flights-left { width: 50vw; } #tandem-flights-left iframe { height: 500px; } #tandem-flights-right { width: 45vw; position: relative; top: 10px; } #tandem-flights-right { padding: 20px 25px 60px; } #tandem-flights-right p { width: 90%; } } /* ========================================================================== SPECIALS ========================================================================== */ #specials-section { background-color: var(--brown); position: relative; bottom: 40px; padding: 0 15px } #specials-section h4 { color: var(--blue) } #specials-section ul li, #specials-section p{ color: #fff } #flight-areas { padding-top: 20px } #specials { padding-bottom: 40px } #flight-areas ol li{ color: #fff; } #more-info { background-color: var(--brown); color: #fff; text-align: center; padding: 10px 0 40px; position: relative; bottom: 80px; } #more-info a { color: #fff; text-decoration: none; } #flight-prices li { margin-bottom: 10px } #micro-sd { color: var(--yellow) !important } .move-right-1 { display: inline-block; position: relative; left: 11px } .move-right-2 { display: inline-block; position: relative; left: 8px } .move-right-3 { display: inline-block; position: relative; left: 6px } @media(min-width:968px){ #specials-section { display: flex; justify-content: center; padding: 20px 0 40px; border-top: 1px solid #fff } #flight-areas { padding-top: 0px } #specials-section div { width: 30%; } } /* ========================================================================== GIFT CARD ========================================================================== */ #gift-card { background-color: var(--brown); position: relative; padding: 20px 15px 80px; border-bottom: 1px solid #fff; } #gift-card h3 { color: var(--blue) } #gift-card p { color: #fff } /* #gift-card a { text-decoration: none; background-color: var(--yellow); color: #222; padding: 10px 35px; border-radius: 4px; display: inline-block; margin-top: 40px; margin-bottom: 40px; font-size: 12px; font-weight: 500; letter-spacing: 0.5px; transition: padding 0.1s; } */ #gift-card a { text-decoration: none; background-color: var(--yellow); color: #222; padding: 10px 35px; border-radius: 4px; display: inline-block; margin-top: 40px; margin-bottom: 40px; font-size: 12px; font-weight: 500; letter-spacing: 0.5px; transition: padding 0.1s; } #gift-card a:hover { padding: 12px 38px ; } #gift-card-right img { max-width: 100%; margin-top: 40px } @media(min-width: 968px){ #gift-card { display: flex; justify-content: space-evenly; padding: 40px 15vw 80px; height: 270px } #gift-card-left { width: 60%; } #gift-card a { position: relative; top: 40px; } #gift-card-center img { max-width: 100%; position: relative; top: 50px; } #gift-card-right { position: relative; bottom: 40px; left: 60px; width: 100% } #contact-gift { position: relative; left: 5vw; } } /* ========================================================================== GALLERY ========================================================================== */ .gallery { position: relative; bottom: 80px } .gallery-item { padding: 3px } .gallery-item img { width: 100%; height: auto; } @media(min-width: 768px){ .gallery { display: flex; } } /* ========================================================================== FAQ ========================================================================== */ #faq { margin: 40px 15px 60px; } summary { font-size: 16px; font-weight: 600; background-color: #fff; color: #333; padding: 1rem; margin-bottom: 1rem; outline: none; border-radius: 0.25rem; text-align: left; cursor: pointer; position: relative; } details > summary::after { position: absolute; content: "+"; right: 20px; } details[open] > summary::after { position: absolute; content: "-"; right: 20px; } details > summary::-webkit-details-marker { display: none; } details[open] summary ~ * { animation: sweep .5s ease-in-out; } @keyframes sweep { 0% {opacity: 0; margin-top: -10px} 100% {opacity: 1; margin-top: 0px} } .faq__content p { color: #777; font-size: 15px; position: relative; bottom: 20px; } @media(min-width: 968px){ #faq { margin: 60px 20vw 60px; } } /* ========================================================================== VIDEO HOME ========================================================================== */ #video-home { width: 90%; margin: 80px auto 120px; } #video-home iframe { margin-bottom: 20px; width: 100%; height: 350px } @media(min-width: 968px){ #video-home { margin: 80px auto 120px; display: flex; justify-content: space-between; } #video-home iframe { margin-bottom: 20px; width: 49%; height: 500px } } /* ========================================================================== FOOTER ========================================================================== */ #contact { background-color: var(--brown); } #logo-footer { background-color: var(--brown); width: 120px; display: block; margin: 0 auto; padding: 40px 0 0; } #contact-footer { margin-top: 20px; text-align: center; } #contact-footer img { width: 24px; } #contact-footer h2 { color: var(--blue); } #contact-footer p { color: #fff; position: relative; bottom: 10px; } #contact-footer a { color: #fff; margin: 0 auto; position: relative; left: 5px; text-decoration: none; } .cta a:hover { color: #fafafa } #social-icons { display: flex; justify-content: center; margin-top: 80px; padding-bottom: 60px; } #social-icons img { display: inline-block; margin: 0 5px } .cta { margin-top: 40px } .cta h4{ color: #fff; } @media(min-width: 968px){ #contact { margin: 120px 4vw 40px; border-radius: 8px; box-shadow: 0px 2px 20px 3px rgba(255, 199, 199, 0.8); } #contact-footer p { width: 40%; margin: 0 auto; padding-bottom: 20px; } #social-icons { padding-bottom: 80px; } #cta-container { display: flex; justify-content: space-evenly; margin-bottom: 80px; position: relative; bottom: 20px; } } #whatsapp-footer { position: fixed; bottom: 20px; right: 20px } /* ========================================================================== Helper classes ========================================================================== */ /* * Hide visually and from screen readers */ .hidden, [hidden] { display: none !important; } /* * Hide only visually, but have it available for screen readers: * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility * * 1. For long content, line feeds are not interpreted as spaces and small width * causes content to wrap 1 word per line: * https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe */ .sr-only { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; white-space: nowrap; width: 1px; /* 1 */ } /* * Extends the .sr-only class to allow the element * to be focusable when navigated to via the keyboard: * https://www.drupal.org/node/897638 */ .sr-only.focusable:active, .sr-only.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; white-space: inherit; width: auto; } /* * Hide visually and from screen readers, but maintain layout */ .invisible { visibility: hidden; } /* * Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the * `contenteditable` attribute is included anywhere else in the document. * Otherwise it causes space to appear at the top and bottom of elements * that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using * `:before` to contain the top-margins of child elements. */ .clearfix::before, .clearfix::after { content: " "; display: table; } .clearfix::after { clear: both; } /* ========================================================================== EXAMPLE Media Queries for Responsive Design. These examples override the primary ('mobile first') styles. Modify as content requires. ========================================================================== */ @media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition */ } @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices */ } /* ========================================================================== Print styles. Inlined to avoid the additional HTTP request: https://www.phpied.com/delay-loading-your-print-css/ ========================================================================== */ @media print { *, *::before, *::after { background: #fff !important; color: #000 !important; /* Black prints faster */ box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]::after { content: " (" attr(href) ")"; } abbr[title]::after { content: " (" attr(title) ")"; } /* * Don't show links that are fragment identifiers, * or use the `javascript:` pseudo protocol */ a[href^="#"]::after, a[href^="javascript:"]::after { content: ""; } pre { white-space: pre-wrap !important; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } /* * Printing Tables: * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables */ thead { display: table-header-group; } tr, img { page-break-inside: avoid; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } }
0.549641
0.088623
@font-face { font-family: 'Cabin'; font-style: normal; font-weight: 400; src: url('/fonts/Cabin-Regular.ttf') format('truetype'); } @font-face { font-family: 'Cabin'; font-style: normal; font-weight: 800; src: url('/fonts/Cabin-Bold.ttf') format('truetype'); } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: url('/fonts/OpenSans-Regular.ttf') format('truetype'); } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 800; src: url('/fonts/OpenSans-Bold.ttf') format('truetype'); } html { font-size: 100%; font-family: 'Open Sans', Helvetica Neue, Sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { font-family: 'Open Sans', Helvetica Neue, Sans-serif; font-size: 14px; color: #313131; text-align: left; overflow-x: hidden !important; } .inline-block { display: inline-block; max-width: 100%; } .margin-ex-left { margin-left: 5px; } .margin-ex-right { margin-right: 5px; } .padding-ex-left-0 { padding-left: 0; } .padding-ex-right-0 { padding-right: 0; } .padding-ex-top-0 { padding-top: 0; } .padding-ex-bottom-0 { padding-bottom: 0; } .padding-ex-0 { padding: 0px !important; } .padding-ex-left-5 { padding-left: 5px; } .padding-ex-right-5 { padding-right: 5px; } .padding-ex-top-5 { padding-top: 5px; } .padding-ex-bottom-5 { padding-bottom: 5px; } .padding-ex-5 { padding: 5px; } .padding-ex-left-10 { padding-left: 10px; } .padding-ex-right-10 { padding-right: 10px; } .padding-ex-top-10 { padding-top: 10px; } .padding-ex-bottom-10 { padding-bottom: 10px; } .padding-ex-10 { padding: 10px; } .padding-ex-left-20 { padding-left: 20px; } .padding-ex-right-20 { padding-right: 20px; } .padding-ex-top-20 { padding-top: 20px; } .padding-ex-bottom-20 { padding-bottom: 20px; } .padding-ex-20 { padding: 20px; } .margin-ex-top-0 { margin-top: 0; } .margin-ex-bottom-0 { margin-bottom: 0; } .margin-ex-0 { margin: 0 !important; } .margin-ex-top-5 { margin-top: 5px; } .margin-ex-bottom-5 { margin-bottom: 5px; } .margin-ex-top-10 { margin-top: 10px; } .margin-ex-bottom-10 { margin-bottom: 10px; } .margin-ex-top-20 { margin-top: 20px; } .margin-ex-bottom-20 { margin-bottom: 20px; } table th.min-col { width: 10px; } table td.middle { vertical-align: middle !important; } /* ANCHOR AND BOLD TEXT */ a { text-decoration: none; -webkit-transition: all ease 0.25s; transition: all ease 0.25s; } a:hover { text-decoration: none; } a:focus { outline: 1px dotted #008ed6; text-decoration: none; } /* TYPOGRAPHY */ h1, h2 { font-family: 'Cabin', Helvetica Neue, Sans-serif; font-weight: 400; } h1 { font-size: 40px; -ms-word-wrap: break-word; word-wrap: break-word; } h2 { font-size: 30px; } h3 { font-size: 24px; } h4 { font-size: 18px; } h5 { font-size: 14px; } h4, .h4, h5, .h5, h6, .h6 { margin-top: 0; } strong, .strong { font-weight: 800; } .btn, input.form-control, select.form-control, textarea.form-control { border-radius: 1px; } .thumbnail { margin: 0; } .fa-fw { width: 0.7em; } hr { background-color: #bdbdbd; border: 0; height: 1px; margin-bottom: 1.5em; } hr.colored-line { height: 2px; width: 300px; display: block; background: #008ed6; } p { margin: 0; } .text-light { color: #eeeeee; } .btn-file { position: relative; overflow: hidden; } .btn-file input[type=file] { position: absolute; top: 0; right: 0; min-width: 100%; min-height: 100%; font-size: 100px; text-align: right; filter: alpha(opacity=0); opacity: 0; outline: none; background: white; cursor: inherit; display: block; } .btn-label { background: transparent; border: none; padding: 0.2em 0.3em; text-shadow: 2px 2px #000; margin: -0.2em 0; } .btn-label:hover { background: #47a5e2; color: #fff; } .btn-label:active, .btn-label:focus { outline: 0; } /* TOP MENU */ header .navbar-brand { padding: 7px 7px 7px 0; height: 70px; line-height: 52px; color: #fff; } header .navbar-brand > img { max-height: 56px; display: inline-block; } header .navbar-brand > strong { font-size: 1.3em; } #Page-Content { margin-top: 70px; } section { padding: 100px 0; } #Search-Box { background-color: #F7F8FA; } #Search-Box form { display: inline-block; margin-top: 20px; margin-bottom: 10px; } .search-result-box { min-height: 140px; padding: 20px 5px 20px 20px; background: #ffffff; border-top: 1px solid #eaeaea; border-left: 1px solid #eaeaea; border-right: 1px solid #eaeaea; border-bottom: 4px solid #eaeaea; -webkit-transition: all ease 0.55s; transition: all ease 0.55s; border-radius: 4px; } .search-result-box:hover { border-bottom-color: #008ed6; } .search-result-box .person-picture { margin-right: 15px; } .search-result-box .person-picture img { margin: 0 auto; } .search-result-box .person-name { margin-bottom: 5px; } .search-result-box .person-name strong { color: #008ed6; } .search-result-box address { font-size: 14px; margin-bottom: 0; } .search-result-box .interests .h5 { font-size: 14px; font-weight: bold; } #People-List { background-color: #2b2b2b; } footer { background: #F7F8FA; } footer .container { padding: 50px 0; } footer h2 { margin-bottom: 30px; } footer .footer-links { text-align: center; margin-bottom: 30px; } footer .footer-links a { color: rgba(49, 49, 49, 0.5); margin-right: 10px; } footer .footer-links a:last-child { margin-right: 0; } footer .footer-links a:hover { color: #000; }
People.Search.Web.MVC/Content/style.css
@font-face { font-family: 'Cabin'; font-style: normal; font-weight: 400; src: url('/fonts/Cabin-Regular.ttf') format('truetype'); } @font-face { font-family: 'Cabin'; font-style: normal; font-weight: 800; src: url('/fonts/Cabin-Bold.ttf') format('truetype'); } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: url('/fonts/OpenSans-Regular.ttf') format('truetype'); } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 800; src: url('/fonts/OpenSans-Bold.ttf') format('truetype'); } html { font-size: 100%; font-family: 'Open Sans', Helvetica Neue, Sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { font-family: 'Open Sans', Helvetica Neue, Sans-serif; font-size: 14px; color: #313131; text-align: left; overflow-x: hidden !important; } .inline-block { display: inline-block; max-width: 100%; } .margin-ex-left { margin-left: 5px; } .margin-ex-right { margin-right: 5px; } .padding-ex-left-0 { padding-left: 0; } .padding-ex-right-0 { padding-right: 0; } .padding-ex-top-0 { padding-top: 0; } .padding-ex-bottom-0 { padding-bottom: 0; } .padding-ex-0 { padding: 0px !important; } .padding-ex-left-5 { padding-left: 5px; } .padding-ex-right-5 { padding-right: 5px; } .padding-ex-top-5 { padding-top: 5px; } .padding-ex-bottom-5 { padding-bottom: 5px; } .padding-ex-5 { padding: 5px; } .padding-ex-left-10 { padding-left: 10px; } .padding-ex-right-10 { padding-right: 10px; } .padding-ex-top-10 { padding-top: 10px; } .padding-ex-bottom-10 { padding-bottom: 10px; } .padding-ex-10 { padding: 10px; } .padding-ex-left-20 { padding-left: 20px; } .padding-ex-right-20 { padding-right: 20px; } .padding-ex-top-20 { padding-top: 20px; } .padding-ex-bottom-20 { padding-bottom: 20px; } .padding-ex-20 { padding: 20px; } .margin-ex-top-0 { margin-top: 0; } .margin-ex-bottom-0 { margin-bottom: 0; } .margin-ex-0 { margin: 0 !important; } .margin-ex-top-5 { margin-top: 5px; } .margin-ex-bottom-5 { margin-bottom: 5px; } .margin-ex-top-10 { margin-top: 10px; } .margin-ex-bottom-10 { margin-bottom: 10px; } .margin-ex-top-20 { margin-top: 20px; } .margin-ex-bottom-20 { margin-bottom: 20px; } table th.min-col { width: 10px; } table td.middle { vertical-align: middle !important; } /* ANCHOR AND BOLD TEXT */ a { text-decoration: none; -webkit-transition: all ease 0.25s; transition: all ease 0.25s; } a:hover { text-decoration: none; } a:focus { outline: 1px dotted #008ed6; text-decoration: none; } /* TYPOGRAPHY */ h1, h2 { font-family: 'Cabin', Helvetica Neue, Sans-serif; font-weight: 400; } h1 { font-size: 40px; -ms-word-wrap: break-word; word-wrap: break-word; } h2 { font-size: 30px; } h3 { font-size: 24px; } h4 { font-size: 18px; } h5 { font-size: 14px; } h4, .h4, h5, .h5, h6, .h6 { margin-top: 0; } strong, .strong { font-weight: 800; } .btn, input.form-control, select.form-control, textarea.form-control { border-radius: 1px; } .thumbnail { margin: 0; } .fa-fw { width: 0.7em; } hr { background-color: #bdbdbd; border: 0; height: 1px; margin-bottom: 1.5em; } hr.colored-line { height: 2px; width: 300px; display: block; background: #008ed6; } p { margin: 0; } .text-light { color: #eeeeee; } .btn-file { position: relative; overflow: hidden; } .btn-file input[type=file] { position: absolute; top: 0; right: 0; min-width: 100%; min-height: 100%; font-size: 100px; text-align: right; filter: alpha(opacity=0); opacity: 0; outline: none; background: white; cursor: inherit; display: block; } .btn-label { background: transparent; border: none; padding: 0.2em 0.3em; text-shadow: 2px 2px #000; margin: -0.2em 0; } .btn-label:hover { background: #47a5e2; color: #fff; } .btn-label:active, .btn-label:focus { outline: 0; } /* TOP MENU */ header .navbar-brand { padding: 7px 7px 7px 0; height: 70px; line-height: 52px; color: #fff; } header .navbar-brand > img { max-height: 56px; display: inline-block; } header .navbar-brand > strong { font-size: 1.3em; } #Page-Content { margin-top: 70px; } section { padding: 100px 0; } #Search-Box { background-color: #F7F8FA; } #Search-Box form { display: inline-block; margin-top: 20px; margin-bottom: 10px; } .search-result-box { min-height: 140px; padding: 20px 5px 20px 20px; background: #ffffff; border-top: 1px solid #eaeaea; border-left: 1px solid #eaeaea; border-right: 1px solid #eaeaea; border-bottom: 4px solid #eaeaea; -webkit-transition: all ease 0.55s; transition: all ease 0.55s; border-radius: 4px; } .search-result-box:hover { border-bottom-color: #008ed6; } .search-result-box .person-picture { margin-right: 15px; } .search-result-box .person-picture img { margin: 0 auto; } .search-result-box .person-name { margin-bottom: 5px; } .search-result-box .person-name strong { color: #008ed6; } .search-result-box address { font-size: 14px; margin-bottom: 0; } .search-result-box .interests .h5 { font-size: 14px; font-weight: bold; } #People-List { background-color: #2b2b2b; } footer { background: #F7F8FA; } footer .container { padding: 50px 0; } footer h2 { margin-bottom: 30px; } footer .footer-links { text-align: center; margin-bottom: 30px; } footer .footer-links a { color: rgba(49, 49, 49, 0.5); margin-right: 10px; } footer .footer-links a:last-child { margin-right: 0; } footer .footer-links a:hover { color: #000; }
0.468061
0.103567
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; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } 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; } .about { margin: 70px auto 40px; padding: 8px; width: 260px; font: 10px/18px 'Lucida Grande', Arial, sans-serif; color: #bbb; text-align: center; text-shadow: 0 -1px rgba(0, 0, 0, 0.3); background: #383838; background: rgba(34, 34, 34, 0.8); border-radius: 4px; background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)); background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)); -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 6px rgba(0, 0, 0, 0.4); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 6px rgba(0, 0, 0, 0.4); } .about a { color: #eee; text-decoration: none; border-radius: 2px; -webkit-transition: background 0.1s; -moz-transition: background 0.1s; -o-transition: background 0.1s; transition: background 0.1s; } .about a:hover { text-decoration: none; background: #555; background: rgba(255, 255, 255, 0.15); } .about-links { height: 30px; } .about-links > a { float: left; width: 50%; line-height: 30px; font-size: 12px; } .about-author { margin-top: 5px; } .about-author > a { padding: 1px 3px; margin: 0 -1px; } /* * Copyright (c) 2013 <NAME> * http://www.cssflow.com * * Licensed under the MIT License: * http://www.opensource.org/licenses/mit-license.php */ body { font: 13px/20px 'Lucida Grande', Verdana, sans-serif; color: #404040; background: white; } .container { margin: 50px auto; width: 580px; text-align: center; } .container > .button { margin: 12px; } .button { position: relative; display: inline-block; vertical-align: top; height: 36px; line-height: 35px; padding: 0 20px; font-size: 13px; color: white; text-align: center; text-decoration: none; text-shadow: 0 -1px rgba(0, 0, 0, 0.4); background-clip: padding-box; border: 1px solid; border-radius: 2px; cursor: pointer; -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25); box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25); } .button:before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; pointer-events: none; background-image: -webkit-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)); background-image: -moz-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)); background-image: -o-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)); background-image: radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)); } .button:hover:before { background-image: -webkit-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03)); background-image: -moz-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03)); background-image: -o-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03)); background-image: radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03)); } .button:active { -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); } .button:active:before { content: none; } .button-green { background: #5ca934; border-color: #478228 #478228 #3c6f22; background-image: -webkit-linear-gradient(top, #69c03b, #5ca934 66%, #54992f); background-image: -moz-linear-gradient(top, #69c03b, #5ca934 66%, #54992f); background-image: -o-linear-gradient(top, #69c03b, #5ca934 66%, #54992f); background-image: linear-gradient(to bottom, #69c03b, #5ca934 66%, #54992f); } .button-green:active { background: #5ca934; border-color: #3c6f22 #478228 #478228; } .button-red { background: #d5452f; border-color: #ae3623 #ae3623 #992f1f; background-image: -webkit-linear-gradient(top, #da5c48, #d5452f 66%, #c73d28); background-image: -moz-linear-gradient(top, #da5c48, #d5452f 66%, #c73d28); background-image: -o-linear-gradient(top, #da5c48, #d5452f 66%, #c73d28); background-image: linear-gradient(to bottom, #da5c48, #d5452f 66%, #c73d28); } .button-red:active { background: #d5452f; border-color: #992f1f #ae3623 #ae3623; } .button-blue { background: #1097e6; border-color: #0d78b6 #0d78b6 #0b689e; background-image: -webkit-linear-gradient(top, #25a5f0, #1097e6 66%, #0f8ad3); background-image: -moz-linear-gradient(top, #25a5f0, #1097e6 66%, #0f8ad3); background-image: -o-linear-gradient(top, #25a5f0, #1097e6 66%, #0f8ad3); background-image: linear-gradient(to bottom, #25a5f0, #1097e6 66%, #0f8ad3); } .button-blue:active { background: #1097e6; border-color: #0b689e #0d78b6 #0d78b6; } .button-orange { background: #f4902a; border-color: #df770c #df770c #c76a0a; background-image: -webkit-linear-gradient(top, #f69f47, #f4902a 66%, #f38617); background-image: -moz-linear-gradient(top, #f69f47, #f4902a 66%, #f38617); background-image: -o-linear-gradient(top, #f69f47, #f4902a 66%, #f38617); background-image: linear-gradient(to bottom, #f69f47, #f4902a 66%, #f38617); } .button-orange:active { background: #f4902a; border-color: #c76a0a #df770c #df770c; } .button-pink { background: #e8367f; border-color: #d31865 #d31865 #bc165a; background-image: -webkit-linear-gradient(top, #eb5190, #e8367f 66%, #e62473); background-image: -moz-linear-gradient(top, #eb5190, #e8367f 66%, #e62473); background-image: -o-linear-gradient(top, #eb5190, #e8367f 66%, #e62473); background-image: linear-gradient(to bottom, #eb5190, #e8367f 66%, #e62473); } .button-pink:active { background: #e8367f; border-color: #bc165a #d31865 #d31865; } .button-gray { background: #47494f; border-color: #2f3034 #2f3034 #232427; background-image: -webkit-linear-gradient(top, #55585f, #47494f 66%, #3d3f44); background-image: -moz-linear-gradient(top, #55585f, #47494f 66%, #3d3f44); background-image: -o-linear-gradient(top, #55585f, #47494f 66%, #3d3f44); background-image: linear-gradient(to bottom, #55585f, #47494f 66%, #3d3f44); } .button-gray:active { background: #47494f; border-color: #232427 #2f3034 #2f3034; } .button-darkblue { background: #3b5ca0; border-color: #2d477b #2d477b #263c68; background-image: -webkit-linear-gradient(top, #4369b6, #3b5ca0 66%, #365391); background-image: -moz-linear-gradient(top, #4369b6, #3b5ca0 66%, #365391); background-image: -o-linear-gradient(top, #4369b6, #3b5ca0 66%, #365391); background-image: linear-gradient(to bottom, #4369b6, #3b5ca0 66%, #365391); } .button-darkblue:active { background: #3b5ca0; border-color: #263c68 #2d477b #2d477b; } .button-purple { background: #9966cb; border-color: #8040be #8040be #733aab; background-image: -webkit-linear-gradient(top, #a87dd3, #9966cb 66%, #8f57c6); background-image: -moz-linear-gradient(top, #a87dd3, #9966cb 66%, #8f57c6); background-image: -o-linear-gradient(top, #a87dd3, #9966cb 66%, #8f57c6); background-image: linear-gradient(to bottom, #a87dd3, #9966cb 66%, #8f57c6); } .button-purple:active { background: #9966cb; border-color: #733aab #8040be #8040be; }
demoHouse/CSS3UI/download-buttons/css/style.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; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } 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; } .about { margin: 70px auto 40px; padding: 8px; width: 260px; font: 10px/18px 'Lucida Grande', Arial, sans-serif; color: #bbb; text-align: center; text-shadow: 0 -1px rgba(0, 0, 0, 0.3); background: #383838; background: rgba(34, 34, 34, 0.8); border-radius: 4px; background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)); background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)); -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 6px rgba(0, 0, 0, 0.4); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 6px rgba(0, 0, 0, 0.4); } .about a { color: #eee; text-decoration: none; border-radius: 2px; -webkit-transition: background 0.1s; -moz-transition: background 0.1s; -o-transition: background 0.1s; transition: background 0.1s; } .about a:hover { text-decoration: none; background: #555; background: rgba(255, 255, 255, 0.15); } .about-links { height: 30px; } .about-links > a { float: left; width: 50%; line-height: 30px; font-size: 12px; } .about-author { margin-top: 5px; } .about-author > a { padding: 1px 3px; margin: 0 -1px; } /* * Copyright (c) 2013 <NAME> * http://www.cssflow.com * * Licensed under the MIT License: * http://www.opensource.org/licenses/mit-license.php */ body { font: 13px/20px 'Lucida Grande', Verdana, sans-serif; color: #404040; background: white; } .container { margin: 50px auto; width: 580px; text-align: center; } .container > .button { margin: 12px; } .button { position: relative; display: inline-block; vertical-align: top; height: 36px; line-height: 35px; padding: 0 20px; font-size: 13px; color: white; text-align: center; text-decoration: none; text-shadow: 0 -1px rgba(0, 0, 0, 0.4); background-clip: padding-box; border: 1px solid; border-radius: 2px; cursor: pointer; -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25); box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25); } .button:before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; pointer-events: none; background-image: -webkit-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)); background-image: -moz-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)); background-image: -o-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)); background-image: radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)); } .button:hover:before { background-image: -webkit-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03)); background-image: -moz-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03)); background-image: -o-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03)); background-image: radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03)); } .button:active { -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); } .button:active:before { content: none; } .button-green { background: #5ca934; border-color: #478228 #478228 #3c6f22; background-image: -webkit-linear-gradient(top, #69c03b, #5ca934 66%, #54992f); background-image: -moz-linear-gradient(top, #69c03b, #5ca934 66%, #54992f); background-image: -o-linear-gradient(top, #69c03b, #5ca934 66%, #54992f); background-image: linear-gradient(to bottom, #69c03b, #5ca934 66%, #54992f); } .button-green:active { background: #5ca934; border-color: #3c6f22 #478228 #478228; } .button-red { background: #d5452f; border-color: #ae3623 #ae3623 #992f1f; background-image: -webkit-linear-gradient(top, #da5c48, #d5452f 66%, #c73d28); background-image: -moz-linear-gradient(top, #da5c48, #d5452f 66%, #c73d28); background-image: -o-linear-gradient(top, #da5c48, #d5452f 66%, #c73d28); background-image: linear-gradient(to bottom, #da5c48, #d5452f 66%, #c73d28); } .button-red:active { background: #d5452f; border-color: #992f1f #ae3623 #ae3623; } .button-blue { background: #1097e6; border-color: #0d78b6 #0d78b6 #0b689e; background-image: -webkit-linear-gradient(top, #25a5f0, #1097e6 66%, #0f8ad3); background-image: -moz-linear-gradient(top, #25a5f0, #1097e6 66%, #0f8ad3); background-image: -o-linear-gradient(top, #25a5f0, #1097e6 66%, #0f8ad3); background-image: linear-gradient(to bottom, #25a5f0, #1097e6 66%, #0f8ad3); } .button-blue:active { background: #1097e6; border-color: #0b689e #0d78b6 #0d78b6; } .button-orange { background: #f4902a; border-color: #df770c #df770c #c76a0a; background-image: -webkit-linear-gradient(top, #f69f47, #f4902a 66%, #f38617); background-image: -moz-linear-gradient(top, #f69f47, #f4902a 66%, #f38617); background-image: -o-linear-gradient(top, #f69f47, #f4902a 66%, #f38617); background-image: linear-gradient(to bottom, #f69f47, #f4902a 66%, #f38617); } .button-orange:active { background: #f4902a; border-color: #c76a0a #df770c #df770c; } .button-pink { background: #e8367f; border-color: #d31865 #d31865 #bc165a; background-image: -webkit-linear-gradient(top, #eb5190, #e8367f 66%, #e62473); background-image: -moz-linear-gradient(top, #eb5190, #e8367f 66%, #e62473); background-image: -o-linear-gradient(top, #eb5190, #e8367f 66%, #e62473); background-image: linear-gradient(to bottom, #eb5190, #e8367f 66%, #e62473); } .button-pink:active { background: #e8367f; border-color: #bc165a #d31865 #d31865; } .button-gray { background: #47494f; border-color: #2f3034 #2f3034 #232427; background-image: -webkit-linear-gradient(top, #55585f, #47494f 66%, #3d3f44); background-image: -moz-linear-gradient(top, #55585f, #47494f 66%, #3d3f44); background-image: -o-linear-gradient(top, #55585f, #47494f 66%, #3d3f44); background-image: linear-gradient(to bottom, #55585f, #47494f 66%, #3d3f44); } .button-gray:active { background: #47494f; border-color: #232427 #2f3034 #2f3034; } .button-darkblue { background: #3b5ca0; border-color: #2d477b #2d477b #263c68; background-image: -webkit-linear-gradient(top, #4369b6, #3b5ca0 66%, #365391); background-image: -moz-linear-gradient(top, #4369b6, #3b5ca0 66%, #365391); background-image: -o-linear-gradient(top, #4369b6, #3b5ca0 66%, #365391); background-image: linear-gradient(to bottom, #4369b6, #3b5ca0 66%, #365391); } .button-darkblue:active { background: #3b5ca0; border-color: #263c68 #2d477b #2d477b; } .button-purple { background: #9966cb; border-color: #8040be #8040be #733aab; background-image: -webkit-linear-gradient(top, #a87dd3, #9966cb 66%, #8f57c6); background-image: -moz-linear-gradient(top, #a87dd3, #9966cb 66%, #8f57c6); background-image: -o-linear-gradient(top, #a87dd3, #9966cb 66%, #8f57c6); background-image: linear-gradient(to bottom, #a87dd3, #9966cb 66%, #8f57c6); } .button-purple:active { background: #9966cb; border-color: #733aab #8040be #8040be; }
0.513912
0.12
1200px ======================================================= */ @media only screen and (max-width: 1200px) { .zoomdesc { display: none; } } /*===================================================== 979px ======================================================= */ @media only screen and (max-width: 979px) { .langdesc { display: inline; } .slidestyle2 .flex-caption { right: -800px; } .slidestyle2 .flex-active-slide .flex-caption { right: 0; transition: all 1s ease; } .slidestyle2 .flex-caption h3 { max-width: 970px; } .slidestyle2 .flex-caption br { display: none; } .slidestyle2 .flex-caption { top: 25%; } .slidestyle2 .flex-direction-nav { display: none; } .slidestyle2 .flex-caption h4 { font-size: 23px; line-height: 30px; } .slidestyle2 .flex-caption a.submit { font-size: 14px; float: none; white-space: normal; width: auto; } .navbar { float: none !important; } .navbar .pull-right { float: none; } .navbar .nav > li > a { margin: 0 10px 0 0 !important; } .flex-direction-nav .flex-next { right: 0 !important; } .flex-direction-nav .flex-prev { left: 0 !important; } /* Header */ /* Logo */ #logocontainer { display: block !important; margin: 5px 0; padding: 0; clear:both; width: 100%; height: auto; } #logo img { display: block; margin: 0 auto; } /* Site title */ #sitetitle { clear: both; display: block; margin: 5px 0; max-width: 100%; text-align: center; padding: 0; height: auto; top: 0; left: 0; } /* Social Icons */ .socialbox { display: table; padding: 5px; float: none; clear: both; margin: 0 auto; } .coursebox .panel-body p { font-size: 90%; line-height: 130%; } .enrolmenticons { display: none; } #edittingbutton a, #edittingbutton .btn { margin-left: 10px !important; } .searchbox { padding-bottom: 5px; } .search-box, .searchbox { margin-top: 40px; width: 100%; } #search-1 { width: calc(100% - 39px); } .hbl, .sbl, .hbll, .sbll { display: none !important; } .navbar .dropdown-toggle { height: 38px; } .nav-collapse .nav { width: 100%; margin-left: 0 !important; } #navwrap { border-bottom: 0; } #page-header a img { margin: 0 auto; float: none; display: block; } .nav .dropdown-menu li a { color: [[setting:menufontcolor]]; } .nav-collapse.active { background-color: [[setting:mobilemenubkcolor]]; height: auto; top: 6px; padding-bottom: 4px; } .nav-collapse.active > .nav > li > a, .nav-collapse.active > .nav .dropdown-menu li > a { color:[[setting:mobilemenufontcolor]] !important; } #edittingbutton { margin-left: 10px; } .menutitle { float: none; } /* Messages / Notifications dropdown */ .popover-region-container { height: 600px; float: left; left: -90px; top: 30px; width: 300px; } .icon { height: 48px; width: 48px; } } /*===================================================== 767px ======================================================= */ @media only screen and (max-width: 767px) { #page-login-index2 .forgetpass { clear: both; float: none; margin: 0 auto; text-align: center; width: 50%; min-width: 200px; } #ticker-announce { float: none; margin: 0; text-align: center; } #ticker-wrap #newscontent { max-width: inherit; overflow: inherit; white-space: normal; padding: 10px 10px 10px; line-height: normal; } #ticker-wrap #newscontent #news { white-space: normal; } #ticker-wrap #controls { display: none; } .slidestyle2 .flex-caption { position: relative; top: auto; left: 0; background-color: transparent !important; } .slidestyle2 .flex-caption .span6 { margin-left: 0; } .slidestyle2 .flex-caption a.submit { margin: 0; float: none; width: auto; text-align: center; } .slidestyle2 .flex-caption h3 { margin-left: 0; background: #000; margin: 0 !important; } .slidestyle2 .flex-caption h4 { font-size: 18px; line-height: 22px; padding: 10px 0; } .coursebox .coursebtn { right: 22%; width: auto; } #page-site-index a.submit { display: block; margin: 5px auto; text-align: center; white-space: normal; width: auto; } #region-main { padding: 0; } #page-header { min-height: 125px; } .row-fluid .span3 { width: 100%; } .headermenu2 { float: none; padding: 10px 0; text-align: center; clear: both; } .flex-caption { width: 100% !important; padding: 5px 0 !important; font-size: 90% !important; } .flex-caption p { font-size: 90% !important; margin: 0 5px !important; margin-bottom: 5px !important; line-height: 1.4em; } .flex-caption h3 { font-size: 1.1em !important; line-height: 2em; margin: 0 5px !important; } a.submit { width: 80%; display: block; margin: 5px auto; text-align: center; } .block .header { margin: 0 !important; } #page-footer { margin: 50px 0; } #edittingbutton a, #edittingbutton .btn { margin-left: -10px !important; } .navbar .nav > li > a { margin: 0 10px 0 4px !important; } .nav .dropdown-menu li a:hover, .navbar .nav > li > a:hover { background-color: #000; background-color: rgba(255, 255, 255, 0.1); color: [[setting:fontcolor]] !important; } div.navbar { margin-left: auto; } #social-connect, .left-col.size2of16.span2 { clear: both; float: none; width: auto; } .socialbox a { color: [[setting:headertextcolor2]]; font-size: [[setting:socialsizemobile]]; padding-left: 10px; } .message .contactselector { float: none; width: auto; } .message .messagearea { border-left: none; float: none; min-height: 200px; padding-left: 1%; width: auto; } .navbar .nav-collapse.in > .nav > li > a { border-radius: 0; padding-left: 0 !important; } #page-navbar.span12 { background-color: transparent; } .dropdown-toggle a { height: 38px !important; } .userhead { height: 20px; } .userprofile dl.list dt { width: 110px !important; } .userprofile dl.list dd { margin-left: 120px !important; } .newmenu1, .newmenu2, .newmenu3, .newmenu4, .newmenu5, .newmenu6, .newmenu7, .newmenu8, .newmenu9, .newmenu10, .newmenu11, .newmenu12, .newmenu13, .newmenu14, .newmenu15, .newmenu16[[setting:hidepagefootermobile]][[setting:hidebreadcrumbmobile]][[setting:hidealertsmobile]][[setting:hidesocialmobile]][[setting:hideheadermobile]][[setting:hidecoursetitlemobile]] { display: none; } } /*===================================================== 480px ======================================================= */ @media only screen and (max-width: 480px) { .dropdown-menu.usermen { left: 35%; top: 15px; } .flex-caption { width: auto !important; padding: 5px 0 !important; position: relative !important; margin-top: -1px !important; background-color: #000 !important; } #page-content { padding: 0; width: auto; } #page-header .userimg { display: none; } #coursesearchbox2 { display: none; } } /*===================================================== Other. ======================================================= */ @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) { #coursesearchbox2 { min-width: 140px; margin-top: 5px; } } /* Dropdown */ @media only screen and (min-width: 481px) { /* On hover only for large screens adjusted to exclude ipad portrait. min-width changed to 481 to avoid problems with dropdown menus in tablets and some mobiles (resolutions under 1024px) probably the best option is remove min-width after testing in several screen resolutions. */ .dropdown-menu .sub-menu { left: 100%; position: absolute; top: -10px; visibility: hidden; margin-top: -1px; } .newmenus .dropdown-menu { left: 0; position: absolute; visibility: hidden; margin-top: 0; } .dropdown-submenu>.dropdown-menu { display: none; } .dropdown-menu li:hover .sub-menu, .newmenus:hover .dropdown-menu { visibility: visible; } .dropdown:hover>.dropdown-menu { display: block; } /*end on hover hack */ }
moodle/theme/adaptable/style/responsive.css
1200px ======================================================= */ @media only screen and (max-width: 1200px) { .zoomdesc { display: none; } } /*===================================================== 979px ======================================================= */ @media only screen and (max-width: 979px) { .langdesc { display: inline; } .slidestyle2 .flex-caption { right: -800px; } .slidestyle2 .flex-active-slide .flex-caption { right: 0; transition: all 1s ease; } .slidestyle2 .flex-caption h3 { max-width: 970px; } .slidestyle2 .flex-caption br { display: none; } .slidestyle2 .flex-caption { top: 25%; } .slidestyle2 .flex-direction-nav { display: none; } .slidestyle2 .flex-caption h4 { font-size: 23px; line-height: 30px; } .slidestyle2 .flex-caption a.submit { font-size: 14px; float: none; white-space: normal; width: auto; } .navbar { float: none !important; } .navbar .pull-right { float: none; } .navbar .nav > li > a { margin: 0 10px 0 0 !important; } .flex-direction-nav .flex-next { right: 0 !important; } .flex-direction-nav .flex-prev { left: 0 !important; } /* Header */ /* Logo */ #logocontainer { display: block !important; margin: 5px 0; padding: 0; clear:both; width: 100%; height: auto; } #logo img { display: block; margin: 0 auto; } /* Site title */ #sitetitle { clear: both; display: block; margin: 5px 0; max-width: 100%; text-align: center; padding: 0; height: auto; top: 0; left: 0; } /* Social Icons */ .socialbox { display: table; padding: 5px; float: none; clear: both; margin: 0 auto; } .coursebox .panel-body p { font-size: 90%; line-height: 130%; } .enrolmenticons { display: none; } #edittingbutton a, #edittingbutton .btn { margin-left: 10px !important; } .searchbox { padding-bottom: 5px; } .search-box, .searchbox { margin-top: 40px; width: 100%; } #search-1 { width: calc(100% - 39px); } .hbl, .sbl, .hbll, .sbll { display: none !important; } .navbar .dropdown-toggle { height: 38px; } .nav-collapse .nav { width: 100%; margin-left: 0 !important; } #navwrap { border-bottom: 0; } #page-header a img { margin: 0 auto; float: none; display: block; } .nav .dropdown-menu li a { color: [[setting:menufontcolor]]; } .nav-collapse.active { background-color: [[setting:mobilemenubkcolor]]; height: auto; top: 6px; padding-bottom: 4px; } .nav-collapse.active > .nav > li > a, .nav-collapse.active > .nav .dropdown-menu li > a { color:[[setting:mobilemenufontcolor]] !important; } #edittingbutton { margin-left: 10px; } .menutitle { float: none; } /* Messages / Notifications dropdown */ .popover-region-container { height: 600px; float: left; left: -90px; top: 30px; width: 300px; } .icon { height: 48px; width: 48px; } } /*===================================================== 767px ======================================================= */ @media only screen and (max-width: 767px) { #page-login-index2 .forgetpass { clear: both; float: none; margin: 0 auto; text-align: center; width: 50%; min-width: 200px; } #ticker-announce { float: none; margin: 0; text-align: center; } #ticker-wrap #newscontent { max-width: inherit; overflow: inherit; white-space: normal; padding: 10px 10px 10px; line-height: normal; } #ticker-wrap #newscontent #news { white-space: normal; } #ticker-wrap #controls { display: none; } .slidestyle2 .flex-caption { position: relative; top: auto; left: 0; background-color: transparent !important; } .slidestyle2 .flex-caption .span6 { margin-left: 0; } .slidestyle2 .flex-caption a.submit { margin: 0; float: none; width: auto; text-align: center; } .slidestyle2 .flex-caption h3 { margin-left: 0; background: #000; margin: 0 !important; } .slidestyle2 .flex-caption h4 { font-size: 18px; line-height: 22px; padding: 10px 0; } .coursebox .coursebtn { right: 22%; width: auto; } #page-site-index a.submit { display: block; margin: 5px auto; text-align: center; white-space: normal; width: auto; } #region-main { padding: 0; } #page-header { min-height: 125px; } .row-fluid .span3 { width: 100%; } .headermenu2 { float: none; padding: 10px 0; text-align: center; clear: both; } .flex-caption { width: 100% !important; padding: 5px 0 !important; font-size: 90% !important; } .flex-caption p { font-size: 90% !important; margin: 0 5px !important; margin-bottom: 5px !important; line-height: 1.4em; } .flex-caption h3 { font-size: 1.1em !important; line-height: 2em; margin: 0 5px !important; } a.submit { width: 80%; display: block; margin: 5px auto; text-align: center; } .block .header { margin: 0 !important; } #page-footer { margin: 50px 0; } #edittingbutton a, #edittingbutton .btn { margin-left: -10px !important; } .navbar .nav > li > a { margin: 0 10px 0 4px !important; } .nav .dropdown-menu li a:hover, .navbar .nav > li > a:hover { background-color: #000; background-color: rgba(255, 255, 255, 0.1); color: [[setting:fontcolor]] !important; } div.navbar { margin-left: auto; } #social-connect, .left-col.size2of16.span2 { clear: both; float: none; width: auto; } .socialbox a { color: [[setting:headertextcolor2]]; font-size: [[setting:socialsizemobile]]; padding-left: 10px; } .message .contactselector { float: none; width: auto; } .message .messagearea { border-left: none; float: none; min-height: 200px; padding-left: 1%; width: auto; } .navbar .nav-collapse.in > .nav > li > a { border-radius: 0; padding-left: 0 !important; } #page-navbar.span12 { background-color: transparent; } .dropdown-toggle a { height: 38px !important; } .userhead { height: 20px; } .userprofile dl.list dt { width: 110px !important; } .userprofile dl.list dd { margin-left: 120px !important; } .newmenu1, .newmenu2, .newmenu3, .newmenu4, .newmenu5, .newmenu6, .newmenu7, .newmenu8, .newmenu9, .newmenu10, .newmenu11, .newmenu12, .newmenu13, .newmenu14, .newmenu15, .newmenu16[[setting:hidepagefootermobile]][[setting:hidebreadcrumbmobile]][[setting:hidealertsmobile]][[setting:hidesocialmobile]][[setting:hideheadermobile]][[setting:hidecoursetitlemobile]] { display: none; } } /*===================================================== 480px ======================================================= */ @media only screen and (max-width: 480px) { .dropdown-menu.usermen { left: 35%; top: 15px; } .flex-caption { width: auto !important; padding: 5px 0 !important; position: relative !important; margin-top: -1px !important; background-color: #000 !important; } #page-content { padding: 0; width: auto; } #page-header .userimg { display: none; } #coursesearchbox2 { display: none; } } /*===================================================== Other. ======================================================= */ @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) { #coursesearchbox2 { min-width: 140px; margin-top: 5px; } } /* Dropdown */ @media only screen and (min-width: 481px) { /* On hover only for large screens adjusted to exclude ipad portrait. min-width changed to 481 to avoid problems with dropdown menus in tablets and some mobiles (resolutions under 1024px) probably the best option is remove min-width after testing in several screen resolutions. */ .dropdown-menu .sub-menu { left: 100%; position: absolute; top: -10px; visibility: hidden; margin-top: -1px; } .newmenus .dropdown-menu { left: 0; position: absolute; visibility: hidden; margin-top: 0; } .dropdown-submenu>.dropdown-menu { display: none; } .dropdown-menu li:hover .sub-menu, .newmenus:hover .dropdown-menu { visibility: visible; } .dropdown:hover>.dropdown-menu { display: block; } /*end on hover hack */ }
0.422624
0.106412
body, html{ margin: 0px; padding: 0px; height: 100% !important; font-family: Arial, Helvetica, sans-serif; background-color: rgb(250, 2550, 250); overflow-x: hidden; } /* Login Section */ .container-lg-form{ margin: auto 0px; } #logo-pln-lg{ padding: 15px; right: 0px; top: -56px; position: absolute; } .login-title{ font-size: 18px; font-weight: 500; } .alert-login{ position: absolute; top: -100px !important; } .login-wrapper{ width: 500px; position: relative; top: 210px; margin: 0px auto; } .app{ position: relative; top:-700px; } .card-login{ width: 400px; margin: 0px auto; } #login-title{ text-align: center; color: #0059ff; } .nav-mast{ position: relative; width: 100%; height: 60px; background-color:white; -webkit-box-shadow: 1px 19px 58px -27px rgba(158,158,158,1); -moz-box-shadow: 1px 19px 58px -27px rgba(158,158,158,1); box-shadow: 1px 19px 58px -27px rgba(158,158,158,1); } .logo-src{ background-size: 42px !important; width: 38px !important; height: 58px !important; } .logo-name{ position: absolute; top: 18px; margin-left: 50px; font-weight: 500; } .nav-prof{ padding: 40px !important; } .page-header{ padding: 20px; } .page-header .page-title{ padding: 0px; } .page-header ul { position: absolute; right: 20px; } .page-header ul li { float: left; list-style: none; font-size: 26px; padding: 10px; display: inline; } .section{ z-index: unset !important; } .modal{ /* z-index: 1041 !important; */ } .inner-head{ right: 100px; position: absolute; width: 500px; height: 50px; box-shadow: 2px 2px 12px rgb(170, 170, 170); } .splash-screen{ position: relative; background-color: white; width: 100%; height: 100%; z-index: 1001; animation: fadeOut 1s 3s forwards; } .load-screen{ position: relative; width: 500px !important; margin: 0px auto; text-align: center; top: 200px; } .loading{ animation-duration: 2.1s; } #bolt-logo{ color: #F7BE16; font-size: 120px; } .loading-text{ color: #F7BE16; text-align: center; font-size: 20px; } .webtitle{ padding: 10px; color: white; font-size: 17px; font-weight:bold; display: block; transform: rotate(90deg); } .page-title{ position: absolute; color: #216583; float: left; padding: 10px; font-weight: bolder; font-size: 40px; } .clock-container{ border-radius: 10px; position: absolute; right: 110px; top: 20px; background-color: #00ff4c; padding: 10px 20px; } .container-dashboard{ position: relative; width: 100%; top: 145px; left: 80px; } /* nav{ border-top-right-radius: 16px; border-bottom-right-radius: 16px; position: fixed; height: 100%; left: 0px; width: 40px; top: 0px; z-index: 10; overflow: hidden; box-shadow: 2px 0px 30px #586172; transition: all 1s; } nav:hover{ width: 270px; } */ .nav-bg{ background: rgb(0,255,132); background: linear-gradient(121deg, rgba(0,255,132,1) 0%, rgba(0,121,218,1) 100%); } .btn-config{ display: block; bottom: 0px; position: relative; color: white; font-size: 25px; width: 10px !important; } .inner-nav{ height: 100%; width: 40px; background-color: #F7BE16; } .inner-nav:hover{ cursor: pointer; } .side-nav{ position: absolute; top: 0px; left: 40px; height: 100%; width: 270px; background-color:#00818a; } /* .nav-item{ position: relative; top: 120px; } */ .nav-item .circle{ position: absolute; width: 70px; height: 70px; border-radius: 100px; background-color: #394A6D; } .nav-item ul li{ list-style: none; margin: 30px 0px; padding: 10px; font-size: 17px; color: #fff; font-weight: bold; } .Nav-btn{ cursor: pointer; } .Nav-btn::before{ background-size: 15px; display: inline-block; width: 15px; height: 15px; margin-right: 10px; content:""; } .Nav-btn:hover::before{ background-size: 15px; display: inline-block; width: 15px; height: 15px; margin-right: 10px; content:""; } /* .Nav-Data::before{ background-image: url("table-white.svg"); } .Nav-Data:hover::before { background-image: url("table-yellow.svg"); } .Nav-Dashboard::before{ background-image: url("Dashboard-white.svg"); } .Nav-Dashboard:hover::before { background-image: url("Dashboard-yellow.svg"); } .Nav-Pay::before{ background-image: url("money-white.svg"); } .Nav-Pay:hover::before { background-image: url("money-yellow.svg"); */ /* } */ .nav-item ul li:hover{ transition: all 0.4s; color: #3c9d9b; font-weight: bold; background-color: white; border-top-left-radius: 50px; border-bottom-left-radius: 50px; border-top-right-radius: -30px; border-bottom-right-radius: -30px; } .open-nav{ transition: all 0.4s; color: rgb(243, 0, 223) !important; font-weight: bold; background-color: white; border-top-left-radius: 50px; border-bottom-left-radius: 50px; border-top-right-radius: -30px; border-bottom-right-radius: -30px; } /* .open-Dashboard::before{ background-image: url("Dashboard-yellow.svg") !important; } page-header nav { right: 12px; position: absolute; top: 60page-header nav ul li{ float: left; list-style: none; padding: page-header nav ul li .link{ color: #fff; text-decoration: none; font-size: 21px; } .dropdown { color: #fff; font-size: 21px; position: relative; display: inline-block; } .dropdown-content { text-decoration: none; color: rgb(2, 223, 252); display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); padding: 12px 16px; z-index: 1; } .dropdown-content a{ text-decoration: none; color: rgb(3, 42, 148); } .dropdown:hover .dropdown-content { display: block; } */ .body{ top: 0px; width: 1366px; left: 40px; position: relative; transition: 1.14s all; } .body-active{ left: 270px; } .page{ width: 94%; position: relative; } .card{ box-shadow: -1px 7px 30px -1px rgba(143,143,143,0.62) !important; } .card-title{ font-size: 20px !important; } .page-hide{ display: none; transition: all 1s; } .icon-f{ top: -5px !important; } .search input{ width: 320px; border: none; border-radius: 30px; padding: 5px; } .search input:focus{ border: none; outline: none; } .search { width: 380px; box-shadow: 0px 0px 5px rgb(143, 143, 143); border-radius: 10px; position: absolute; top: 20px; left: 120px; background-color: white } .search-box{ position: relative; top: -30px; left: 20px; box-shadow: 0px 0px 47px -2px rgba(189,189,189,1); width: 300px; padding: 30px 30px 30px 30px; border-radius: 20px; } .search-date-box{ position: relative; top: 150px; left: 20px; box-shadow: 0px 0px 47px -2px rgba(189,189,189,1); width: 300px; padding: 30px 30px 30px 30px; border-radius: 20px; z-index: 1; } .t-search tr td, .t-search tr th{ padding: 8px; font-size: 17px; } #Search-title{ position: relative; display: inline-block; top: 0px; width: 100%; } #data-container{ position: absolute; top: 120px; left: 430px; width: 700px; padding-bottom: 50px; } .vl{ top: 120px; left: 380px; position: absolute; border-left: 4px solid #394A6D; height: 500px; } #Data-box{ position: relative; margin-top: 30px; } .t-bayar{ width: 125% !important; } .t-bayar thead td{ text-align: center; } .btn-bayar{ position: relative; float: right; right: 0px; } .t-Datap tr td{ padding-right: 30px; } /* .t-bayar{ display: none; } */ /* BOX MENU */ .status{ position: relative; top: 130px; left: 30px; } .grid-title{ padding: 18px; font-size: 17px; font-weight: bold; } .number{ font-size: 46px; margin: 9px auto; } /* Dashboard grid */ .grid-status{ width: auto; height: 220px; position: relative; top: 10px; left: 30px; overflow: hidden; z-index: 100; } .grid-status-child{ display: grid; grid-template-columns: auto; grid-auto-flow: column; position: absolute; width:100%; padding:20px; float: left; overflow-x:scroll; box-sizing: content-box; } .boxes-num{ margin: 10px auto; text-align: center; } .boxes-icon img{ width: 60px; } .boxes-icon{ text-align: center; } .boxes-icon .boxes-icon-img{ font-size: 50px; } #i-pelanggan{ top: -9px; } .boxes-status{ position: static !important; float: left; width: 150px !important ; height: 150px !important; margin-left: 50px; } .boxes-container{ width: 100% !important; position: relative; top: 120px; left: 100px; z-index: 1; } .table tr td { vertical-align: middle !important; font-size: 16px; } .boxes{ padding: 20px; width: 150px; height: 150px; box-shadow: 0px 0px 34px -7px rgb(199, 199, 199); border-radius: 9px; transition: 0.8s; background-color: white; cursor: pointer; } .boxes:hover{ padding: 20px; width: 150px; height: 150px; box-shadow: 13px 12px 30px 0px rgb(192, 192, 192); border-radius: 9px; } .boxes-grid{ overflow: hidden; } .boxes-icon{ position: relative; margin: 6px auto; width: 60px; } .boxes-title{ font-size: 16px; text-align: center; position: relative; top: 11px; color:rgb(88, 88, 88); font-weight: bold; } .form-container{ top:120px; left: 30px; position: absolute; } .tableData{ position: absolute; top: 220px; left: 20px; width: 100%; } .tpembayaran-container{ position: relative; top: 80px; left: 30px; } .table-form-container{ position: relative; width: 100%; top: 360px; left: 30px; } .form-hide{ display: none; } .data-table{ top: 520px; overflow-x: auto; position: relative; } /* MASterData */ .container-Data{ position: relative; top: 200px; left: 30px; width: 800px; margin: 0px auto; } .Table-form{ width: 100%; } .form-bayar{ position: absolute ; top: 90px; left: 30px; } .form-bayar tr td{ padding: 10px; } #select-nama{ width: 100% !important; } .tab-gen tr td{ padding: 10px; } .tab-gen tr td .radio-btn{ margin-left: 10px; } .modal-table tr td{ padding: 10px; } /* Button */ .button-container{ position: relative; top: 80px; float: right; } .btn{ padding: 8px 9px; color: #fff; border: 0px; border-radius: 5px; } .btn-input{ background-color: rgb(2, 115, 180); } .btn-input{ background-color: rgb(2, 115, 180); } footer{ position: relative; bottom: -290px; } /* function class */ .overflow-hidden{ overflow: hidden; } .badge { padding: 8px !important; } /* new implementaiton style */ .list-data{ list-style: none; display: block; padding: 10px; /* border: solid 0.8px rgb(185, 185, 185); */ box-shadow: 0px 0px 15px 5px rgb(219, 219, 219); border-radius: 10px; }
assets/css/style.css
body, html{ margin: 0px; padding: 0px; height: 100% !important; font-family: Arial, Helvetica, sans-serif; background-color: rgb(250, 2550, 250); overflow-x: hidden; } /* Login Section */ .container-lg-form{ margin: auto 0px; } #logo-pln-lg{ padding: 15px; right: 0px; top: -56px; position: absolute; } .login-title{ font-size: 18px; font-weight: 500; } .alert-login{ position: absolute; top: -100px !important; } .login-wrapper{ width: 500px; position: relative; top: 210px; margin: 0px auto; } .app{ position: relative; top:-700px; } .card-login{ width: 400px; margin: 0px auto; } #login-title{ text-align: center; color: #0059ff; } .nav-mast{ position: relative; width: 100%; height: 60px; background-color:white; -webkit-box-shadow: 1px 19px 58px -27px rgba(158,158,158,1); -moz-box-shadow: 1px 19px 58px -27px rgba(158,158,158,1); box-shadow: 1px 19px 58px -27px rgba(158,158,158,1); } .logo-src{ background-size: 42px !important; width: 38px !important; height: 58px !important; } .logo-name{ position: absolute; top: 18px; margin-left: 50px; font-weight: 500; } .nav-prof{ padding: 40px !important; } .page-header{ padding: 20px; } .page-header .page-title{ padding: 0px; } .page-header ul { position: absolute; right: 20px; } .page-header ul li { float: left; list-style: none; font-size: 26px; padding: 10px; display: inline; } .section{ z-index: unset !important; } .modal{ /* z-index: 1041 !important; */ } .inner-head{ right: 100px; position: absolute; width: 500px; height: 50px; box-shadow: 2px 2px 12px rgb(170, 170, 170); } .splash-screen{ position: relative; background-color: white; width: 100%; height: 100%; z-index: 1001; animation: fadeOut 1s 3s forwards; } .load-screen{ position: relative; width: 500px !important; margin: 0px auto; text-align: center; top: 200px; } .loading{ animation-duration: 2.1s; } #bolt-logo{ color: #F7BE16; font-size: 120px; } .loading-text{ color: #F7BE16; text-align: center; font-size: 20px; } .webtitle{ padding: 10px; color: white; font-size: 17px; font-weight:bold; display: block; transform: rotate(90deg); } .page-title{ position: absolute; color: #216583; float: left; padding: 10px; font-weight: bolder; font-size: 40px; } .clock-container{ border-radius: 10px; position: absolute; right: 110px; top: 20px; background-color: #00ff4c; padding: 10px 20px; } .container-dashboard{ position: relative; width: 100%; top: 145px; left: 80px; } /* nav{ border-top-right-radius: 16px; border-bottom-right-radius: 16px; position: fixed; height: 100%; left: 0px; width: 40px; top: 0px; z-index: 10; overflow: hidden; box-shadow: 2px 0px 30px #586172; transition: all 1s; } nav:hover{ width: 270px; } */ .nav-bg{ background: rgb(0,255,132); background: linear-gradient(121deg, rgba(0,255,132,1) 0%, rgba(0,121,218,1) 100%); } .btn-config{ display: block; bottom: 0px; position: relative; color: white; font-size: 25px; width: 10px !important; } .inner-nav{ height: 100%; width: 40px; background-color: #F7BE16; } .inner-nav:hover{ cursor: pointer; } .side-nav{ position: absolute; top: 0px; left: 40px; height: 100%; width: 270px; background-color:#00818a; } /* .nav-item{ position: relative; top: 120px; } */ .nav-item .circle{ position: absolute; width: 70px; height: 70px; border-radius: 100px; background-color: #394A6D; } .nav-item ul li{ list-style: none; margin: 30px 0px; padding: 10px; font-size: 17px; color: #fff; font-weight: bold; } .Nav-btn{ cursor: pointer; } .Nav-btn::before{ background-size: 15px; display: inline-block; width: 15px; height: 15px; margin-right: 10px; content:""; } .Nav-btn:hover::before{ background-size: 15px; display: inline-block; width: 15px; height: 15px; margin-right: 10px; content:""; } /* .Nav-Data::before{ background-image: url("table-white.svg"); } .Nav-Data:hover::before { background-image: url("table-yellow.svg"); } .Nav-Dashboard::before{ background-image: url("Dashboard-white.svg"); } .Nav-Dashboard:hover::before { background-image: url("Dashboard-yellow.svg"); } .Nav-Pay::before{ background-image: url("money-white.svg"); } .Nav-Pay:hover::before { background-image: url("money-yellow.svg"); */ /* } */ .nav-item ul li:hover{ transition: all 0.4s; color: #3c9d9b; font-weight: bold; background-color: white; border-top-left-radius: 50px; border-bottom-left-radius: 50px; border-top-right-radius: -30px; border-bottom-right-radius: -30px; } .open-nav{ transition: all 0.4s; color: rgb(243, 0, 223) !important; font-weight: bold; background-color: white; border-top-left-radius: 50px; border-bottom-left-radius: 50px; border-top-right-radius: -30px; border-bottom-right-radius: -30px; } /* .open-Dashboard::before{ background-image: url("Dashboard-yellow.svg") !important; } page-header nav { right: 12px; position: absolute; top: 60page-header nav ul li{ float: left; list-style: none; padding: page-header nav ul li .link{ color: #fff; text-decoration: none; font-size: 21px; } .dropdown { color: #fff; font-size: 21px; position: relative; display: inline-block; } .dropdown-content { text-decoration: none; color: rgb(2, 223, 252); display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); padding: 12px 16px; z-index: 1; } .dropdown-content a{ text-decoration: none; color: rgb(3, 42, 148); } .dropdown:hover .dropdown-content { display: block; } */ .body{ top: 0px; width: 1366px; left: 40px; position: relative; transition: 1.14s all; } .body-active{ left: 270px; } .page{ width: 94%; position: relative; } .card{ box-shadow: -1px 7px 30px -1px rgba(143,143,143,0.62) !important; } .card-title{ font-size: 20px !important; } .page-hide{ display: none; transition: all 1s; } .icon-f{ top: -5px !important; } .search input{ width: 320px; border: none; border-radius: 30px; padding: 5px; } .search input:focus{ border: none; outline: none; } .search { width: 380px; box-shadow: 0px 0px 5px rgb(143, 143, 143); border-radius: 10px; position: absolute; top: 20px; left: 120px; background-color: white } .search-box{ position: relative; top: -30px; left: 20px; box-shadow: 0px 0px 47px -2px rgba(189,189,189,1); width: 300px; padding: 30px 30px 30px 30px; border-radius: 20px; } .search-date-box{ position: relative; top: 150px; left: 20px; box-shadow: 0px 0px 47px -2px rgba(189,189,189,1); width: 300px; padding: 30px 30px 30px 30px; border-radius: 20px; z-index: 1; } .t-search tr td, .t-search tr th{ padding: 8px; font-size: 17px; } #Search-title{ position: relative; display: inline-block; top: 0px; width: 100%; } #data-container{ position: absolute; top: 120px; left: 430px; width: 700px; padding-bottom: 50px; } .vl{ top: 120px; left: 380px; position: absolute; border-left: 4px solid #394A6D; height: 500px; } #Data-box{ position: relative; margin-top: 30px; } .t-bayar{ width: 125% !important; } .t-bayar thead td{ text-align: center; } .btn-bayar{ position: relative; float: right; right: 0px; } .t-Datap tr td{ padding-right: 30px; } /* .t-bayar{ display: none; } */ /* BOX MENU */ .status{ position: relative; top: 130px; left: 30px; } .grid-title{ padding: 18px; font-size: 17px; font-weight: bold; } .number{ font-size: 46px; margin: 9px auto; } /* Dashboard grid */ .grid-status{ width: auto; height: 220px; position: relative; top: 10px; left: 30px; overflow: hidden; z-index: 100; } .grid-status-child{ display: grid; grid-template-columns: auto; grid-auto-flow: column; position: absolute; width:100%; padding:20px; float: left; overflow-x:scroll; box-sizing: content-box; } .boxes-num{ margin: 10px auto; text-align: center; } .boxes-icon img{ width: 60px; } .boxes-icon{ text-align: center; } .boxes-icon .boxes-icon-img{ font-size: 50px; } #i-pelanggan{ top: -9px; } .boxes-status{ position: static !important; float: left; width: 150px !important ; height: 150px !important; margin-left: 50px; } .boxes-container{ width: 100% !important; position: relative; top: 120px; left: 100px; z-index: 1; } .table tr td { vertical-align: middle !important; font-size: 16px; } .boxes{ padding: 20px; width: 150px; height: 150px; box-shadow: 0px 0px 34px -7px rgb(199, 199, 199); border-radius: 9px; transition: 0.8s; background-color: white; cursor: pointer; } .boxes:hover{ padding: 20px; width: 150px; height: 150px; box-shadow: 13px 12px 30px 0px rgb(192, 192, 192); border-radius: 9px; } .boxes-grid{ overflow: hidden; } .boxes-icon{ position: relative; margin: 6px auto; width: 60px; } .boxes-title{ font-size: 16px; text-align: center; position: relative; top: 11px; color:rgb(88, 88, 88); font-weight: bold; } .form-container{ top:120px; left: 30px; position: absolute; } .tableData{ position: absolute; top: 220px; left: 20px; width: 100%; } .tpembayaran-container{ position: relative; top: 80px; left: 30px; } .table-form-container{ position: relative; width: 100%; top: 360px; left: 30px; } .form-hide{ display: none; } .data-table{ top: 520px; overflow-x: auto; position: relative; } /* MASterData */ .container-Data{ position: relative; top: 200px; left: 30px; width: 800px; margin: 0px auto; } .Table-form{ width: 100%; } .form-bayar{ position: absolute ; top: 90px; left: 30px; } .form-bayar tr td{ padding: 10px; } #select-nama{ width: 100% !important; } .tab-gen tr td{ padding: 10px; } .tab-gen tr td .radio-btn{ margin-left: 10px; } .modal-table tr td{ padding: 10px; } /* Button */ .button-container{ position: relative; top: 80px; float: right; } .btn{ padding: 8px 9px; color: #fff; border: 0px; border-radius: 5px; } .btn-input{ background-color: rgb(2, 115, 180); } .btn-input{ background-color: rgb(2, 115, 180); } footer{ position: relative; bottom: -290px; } /* function class */ .overflow-hidden{ overflow: hidden; } .badge { padding: 8px !important; } /* new implementaiton style */ .list-data{ list-style: none; display: block; padding: 10px; /* border: solid 0.8px rgb(185, 185, 185); */ box-shadow: 0px 0px 15px 5px rgb(219, 219, 219); border-radius: 10px; }
0.314682
0.056835
body { background-color: aliceblue; } a .logo-img { margin-bottom: 20px; -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; border-radius: 5px; } header p { font-size: 12px; } header p .subject { color: #555; font-weight: bold; font-style: italic; } /* a .logo-img:hover { filter: brightness(105%) } */ /* Link color */ a { transition-duration: .1s } a:hover { color: rgb(94, 94, 255); text-decoration: none; } .article-content a { font-weight: bold; color: rgb(94, 94, 255); border: none;} .article-content a:hover { text-decoration: underline; border: none; color: rgb(94, 94, 255);} .logo a { text-decoration: none; text-shadow: none; box-shadow: none;} .logo a:hover { text-decoration: none; text-shadow: none; box-shadow: none;} table { margin-bottom: 25px; } table thead{ background-color: rgb(94, 94, 255); color: white; } th:first-child, td:first-child { padding-left: 15px; } /* .logo a { white-space: pre-wrap; display: inline; box-shadow: -0px 10px 0px aliceblue; padding: 5px 0px 5px 0px; transition-duration: .3s; } .logo a:hover { filter: invert(100%); background: aliceblue; text-shadow: none; color: #222; box-shadow: -10px 0px 0 aliceblue, 0px 0 1px aliceblue;} */ /* article header h2 a:hover { color: #222; } article header h2 { white-space: pre-wrap; display: inline; box-shadow: -0px 10px 0px aliceblue; padding: 5px 0px 5px 0px; transition-duration: .3s; } article header h2:hover { filter: invert(100%); color: aliceblue; background: aliceblue; text-shadow: none; color: #222; box-shadow: -10px 0px 0 aliceblue, 0px 0 1px aliceblue;} */ /* nav ul li a { white-space: pre-wrap; display: inline; box-shadow: -0px 5px 0px transparent; padding: 5px 5px 5px 5px; transition-duration: .3s; } nav ul li a:hover { background: #222; text-shadow: none; color: aliceblue; box-shadow: -5px 0px 0 #222, 0px 0 1px #222; } */ /* New header */ /* .artilce_title { font-weight: bolder; font-size: 35px;} .artilce_header { height: 200px; background-color: rgb(220, 239, 255); background-blend-mode: hard-light; } .artilce_header h1 { line-height: 175px; margin-left: 50px; } .artilce_header p time { margin-top: -85px; margin-left: 50px; display: block; } */
assets/custom.css
body { background-color: aliceblue; } a .logo-img { margin-bottom: 20px; -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; border-radius: 5px; } header p { font-size: 12px; } header p .subject { color: #555; font-weight: bold; font-style: italic; } /* a .logo-img:hover { filter: brightness(105%) } */ /* Link color */ a { transition-duration: .1s } a:hover { color: rgb(94, 94, 255); text-decoration: none; } .article-content a { font-weight: bold; color: rgb(94, 94, 255); border: none;} .article-content a:hover { text-decoration: underline; border: none; color: rgb(94, 94, 255);} .logo a { text-decoration: none; text-shadow: none; box-shadow: none;} .logo a:hover { text-decoration: none; text-shadow: none; box-shadow: none;} table { margin-bottom: 25px; } table thead{ background-color: rgb(94, 94, 255); color: white; } th:first-child, td:first-child { padding-left: 15px; } /* .logo a { white-space: pre-wrap; display: inline; box-shadow: -0px 10px 0px aliceblue; padding: 5px 0px 5px 0px; transition-duration: .3s; } .logo a:hover { filter: invert(100%); background: aliceblue; text-shadow: none; color: #222; box-shadow: -10px 0px 0 aliceblue, 0px 0 1px aliceblue;} */ /* article header h2 a:hover { color: #222; } article header h2 { white-space: pre-wrap; display: inline; box-shadow: -0px 10px 0px aliceblue; padding: 5px 0px 5px 0px; transition-duration: .3s; } article header h2:hover { filter: invert(100%); color: aliceblue; background: aliceblue; text-shadow: none; color: #222; box-shadow: -10px 0px 0 aliceblue, 0px 0 1px aliceblue;} */ /* nav ul li a { white-space: pre-wrap; display: inline; box-shadow: -0px 5px 0px transparent; padding: 5px 5px 5px 5px; transition-duration: .3s; } nav ul li a:hover { background: #222; text-shadow: none; color: aliceblue; box-shadow: -5px 0px 0 #222, 0px 0 1px #222; } */ /* New header */ /* .artilce_title { font-weight: bolder; font-size: 35px;} .artilce_header { height: 200px; background-color: rgb(220, 239, 255); background-blend-mode: hard-light; } .artilce_header h1 { line-height: 175px; margin-left: 50px; } .artilce_header p time { margin-top: -85px; margin-left: 50px; display: block; } */
0.489748
0.129513
/*Top Bar (login, search etc.) ------------------------------------*/ #top { padding: 7px 0 8px; } #loginbar { margin: 0; padding: 0; z-index: 9999; list-style: none; position: relative; } #loginbar li { display: inline; list-style: none; padding-bottom: 15px; } #loginbar li a, #loginbar li a:hover { font-family: 'Open Sans', sans-serif; font-size: 11px; color: #7c8082; text-transform: uppercase; } #loginbar li.devider { font-family: Tahoma; font-size: 8px; border-right: solid 1px #e98800; position: relative; top: -1px; margin: 0 6px 0 2px; padding: 0; } #loginbar i { margin-top: 3px; font-size: 18px; color: #999; cursor: pointer; } /*Lenguages*/ #loginbar li ul { background: #f0f0f0; display: none; position: absolute; top: 30px; left: -6px; margin: 0; padding-top: 4px; padding-bottom: 4px; border-radius: 3px; } #loginbar li:hover ul { display: block; } #loginbar li ul li { display: list-item; position: relative; margin-bottom: 1px; padding-bottom: 0; } #loginbar li ul li a { font-size: 10px; color: #555555; background: #f0f0f0; min-width: 85px; display: block; padding: 2px 12px; text-decoration: none; } #loginbar li ul li a:hover, #loginbar li ul li.active a { font-size: 10px; background: #fafafa; text-shadow: none; color: #555555; opacity: 1; } #loginbar li ul li.active i { font-size: 14px; cursor: default; position: absolute; top: 2px; right: -5px; text-shadow: 0 1px 0 #e9e9e9; } #loginbar i.icon-globe { font-size: 13px; color: #bbb; margin: 3px 3px 0 0; } #loginbar li i.icon-sort-up { font-size: 14px; color: #eee; cursor: default; position: absolute; display: none; top: 21px; left: -1px; } #loginbar li:hover i.icon-sort-up { display: block; } #loginbar li:hover i.icon-ok { top: -2px; color: #aaa; } /*Header (logo and menu) ------------------------------------*/ #header { z-index: 999; position: relative; border-bottom: solid 2px #eee; } #header .container { position: relative; } #logo { position: absolute; top: -5px; left: 0; } /*Menu*/ .navbar, .navbar-inner, .nav, .navbar-inverse { background: #fff; filter: none; border: none; padding: 0; margin: 0 !important; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .nav i.icon-sort-up { position: absolute; font-size: 13px; bottom: -6px; } .navbar-inner { padding-left: 0px !important; padding-right: 0px !important; } .navbar .nav > li { display: block; position: relative; } .navbar .nav > li > a { display: block; font-size: 15px; font-weight: 400; color: #687074; text-shadow: none; padding: 9px 20px; text-transform: uppercase; border-bottom: solid 2px #eee; font-family: 'Open Sans', sans-serif; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } .collapse.in ul { margin-top: 10px !important; } .collapse.in li a { padding: 0 10px; border-bottom: solid 1px #eee; background: none; } .collapse.in li a:hover, .collapse.in li a.dropdown-toggle { border-bottom: solid 1px #e98800 !important; background: none; } .collapse.in ul.dropdown-menu { margin-bottom: 5px; } .collapse.in ul.dropdown-menu a { padding: 5px; border-bottom: solid 1px #bbb; } .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a { margin: 0 !important; border-radius: 0 !important; } .navbar .nav > li > a:focus, .navbar .nav > li > a:hover { color: #e98800; border-bottom: solid 2px #e98800; } .navbar .nav > .active > a, .navbar .nav > .active > a:focus { color: #e98800; text-decoration: none; border-bottom: solid 2px #e98800; background: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .navbar .nav > .active > a:hover { color: #e98800; background: none; border-bottom: solid 2px #e98800; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } /*Arrow for menu*/ .navbar .nav > li > a .caret { margin: 9px 0 0 3px !important; border-top-color: #e98800 !important; border-bottom-color: #e98800 !important; } /*Dropdown Menu*/ .dropdown-menu { padding: 0; border: none; margin-top: -2px; min-width: 200px; border-radius: 0; border-top: solid 2px #e98800; border-bottom: solid 2px #687074; z-index: 9999 !important; } .dropdown-menu li a { color: #687074; font-size: 13px; font-weight: 400; padding: 6px 15px; border-bottom: solid 1px #eee; } .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a { color: #ffffff; background: #687074 !important; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; filter: none !important; } .dropdown-menu .active > a { color: #ffffff !important; background: #687074 !important; filter: none !important; } .navbar .btn-navbar { padding: 10px 15px; margin-top: 1px; margin-right: 0; background: #e98800; border: none !important; } .navbar .btn-navbar:hover { background: #5fb611; } .navbar .btn-navbar span, .navbar .btn-navbar:hover span { background: #fff !important; box-shadow: none !important; } .navbar .nav > li > .dropdown-menu:after { left: 19px; } .navbar .nav > li > .dropdown-menu:before { left: 18px; border-bottom: none; } .navbar .nav > li > .dropdown-menu:after { left: 19px; border-top-color: #e98800 !important; border-bottom-color: #e98800 !important; } /*Serach*/ .navbar .search-open { right: 0; top: 44px; display: none; position: absolute; background: #fcfcfc; padding: 15px 15px 11px; border-top: solid 2px #eee; } .navbar .search-open form { margin: 0 !important; } .navbar a.search i.icon-remove { top: 2px; font-size: 18px; position: relative; } .navbar .nav > li > a.search { padding: 8px 12px 10px; background: #f7f7f7; color: #aaa; cursor: pointer; border-bottom-color: #aaa; } .navbar .nav > li > a.search:hover { color: #e98800; border-bottom-color: #e98800; } /*Fancybox for gallery page*/ .fancybox-overlay.fancybox-overlay-fixed { z-index: 9999; }
bootstrap-3/7-bootstrap-3-m6-exercise-files/m6/after/css/style-menu.css
/*Top Bar (login, search etc.) ------------------------------------*/ #top { padding: 7px 0 8px; } #loginbar { margin: 0; padding: 0; z-index: 9999; list-style: none; position: relative; } #loginbar li { display: inline; list-style: none; padding-bottom: 15px; } #loginbar li a, #loginbar li a:hover { font-family: 'Open Sans', sans-serif; font-size: 11px; color: #7c8082; text-transform: uppercase; } #loginbar li.devider { font-family: Tahoma; font-size: 8px; border-right: solid 1px #e98800; position: relative; top: -1px; margin: 0 6px 0 2px; padding: 0; } #loginbar i { margin-top: 3px; font-size: 18px; color: #999; cursor: pointer; } /*Lenguages*/ #loginbar li ul { background: #f0f0f0; display: none; position: absolute; top: 30px; left: -6px; margin: 0; padding-top: 4px; padding-bottom: 4px; border-radius: 3px; } #loginbar li:hover ul { display: block; } #loginbar li ul li { display: list-item; position: relative; margin-bottom: 1px; padding-bottom: 0; } #loginbar li ul li a { font-size: 10px; color: #555555; background: #f0f0f0; min-width: 85px; display: block; padding: 2px 12px; text-decoration: none; } #loginbar li ul li a:hover, #loginbar li ul li.active a { font-size: 10px; background: #fafafa; text-shadow: none; color: #555555; opacity: 1; } #loginbar li ul li.active i { font-size: 14px; cursor: default; position: absolute; top: 2px; right: -5px; text-shadow: 0 1px 0 #e9e9e9; } #loginbar i.icon-globe { font-size: 13px; color: #bbb; margin: 3px 3px 0 0; } #loginbar li i.icon-sort-up { font-size: 14px; color: #eee; cursor: default; position: absolute; display: none; top: 21px; left: -1px; } #loginbar li:hover i.icon-sort-up { display: block; } #loginbar li:hover i.icon-ok { top: -2px; color: #aaa; } /*Header (logo and menu) ------------------------------------*/ #header { z-index: 999; position: relative; border-bottom: solid 2px #eee; } #header .container { position: relative; } #logo { position: absolute; top: -5px; left: 0; } /*Menu*/ .navbar, .navbar-inner, .nav, .navbar-inverse { background: #fff; filter: none; border: none; padding: 0; margin: 0 !important; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .nav i.icon-sort-up { position: absolute; font-size: 13px; bottom: -6px; } .navbar-inner { padding-left: 0px !important; padding-right: 0px !important; } .navbar .nav > li { display: block; position: relative; } .navbar .nav > li > a { display: block; font-size: 15px; font-weight: 400; color: #687074; text-shadow: none; padding: 9px 20px; text-transform: uppercase; border-bottom: solid 2px #eee; font-family: 'Open Sans', sans-serif; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } .collapse.in ul { margin-top: 10px !important; } .collapse.in li a { padding: 0 10px; border-bottom: solid 1px #eee; background: none; } .collapse.in li a:hover, .collapse.in li a.dropdown-toggle { border-bottom: solid 1px #e98800 !important; background: none; } .collapse.in ul.dropdown-menu { margin-bottom: 5px; } .collapse.in ul.dropdown-menu a { padding: 5px; border-bottom: solid 1px #bbb; } .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a { margin: 0 !important; border-radius: 0 !important; } .navbar .nav > li > a:focus, .navbar .nav > li > a:hover { color: #e98800; border-bottom: solid 2px #e98800; } .navbar .nav > .active > a, .navbar .nav > .active > a:focus { color: #e98800; text-decoration: none; border-bottom: solid 2px #e98800; background: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .navbar .nav > .active > a:hover { color: #e98800; background: none; border-bottom: solid 2px #e98800; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } /*Arrow for menu*/ .navbar .nav > li > a .caret { margin: 9px 0 0 3px !important; border-top-color: #e98800 !important; border-bottom-color: #e98800 !important; } /*Dropdown Menu*/ .dropdown-menu { padding: 0; border: none; margin-top: -2px; min-width: 200px; border-radius: 0; border-top: solid 2px #e98800; border-bottom: solid 2px #687074; z-index: 9999 !important; } .dropdown-menu li a { color: #687074; font-size: 13px; font-weight: 400; padding: 6px 15px; border-bottom: solid 1px #eee; } .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a { color: #ffffff; background: #687074 !important; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; filter: none !important; } .dropdown-menu .active > a { color: #ffffff !important; background: #687074 !important; filter: none !important; } .navbar .btn-navbar { padding: 10px 15px; margin-top: 1px; margin-right: 0; background: #e98800; border: none !important; } .navbar .btn-navbar:hover { background: #5fb611; } .navbar .btn-navbar span, .navbar .btn-navbar:hover span { background: #fff !important; box-shadow: none !important; } .navbar .nav > li > .dropdown-menu:after { left: 19px; } .navbar .nav > li > .dropdown-menu:before { left: 18px; border-bottom: none; } .navbar .nav > li > .dropdown-menu:after { left: 19px; border-top-color: #e98800 !important; border-bottom-color: #e98800 !important; } /*Serach*/ .navbar .search-open { right: 0; top: 44px; display: none; position: absolute; background: #fcfcfc; padding: 15px 15px 11px; border-top: solid 2px #eee; } .navbar .search-open form { margin: 0 !important; } .navbar a.search i.icon-remove { top: 2px; font-size: 18px; position: relative; } .navbar .nav > li > a.search { padding: 8px 12px 10px; background: #f7f7f7; color: #aaa; cursor: pointer; border-bottom-color: #aaa; } .navbar .nav > li > a.search:hover { color: #e98800; border-bottom-color: #e98800; } /*Fancybox for gallery page*/ .fancybox-overlay.fancybox-overlay-fixed { z-index: 9999; }
0.160529
0.051439
.mainBodyContainer{ /*background: #fff;*/ color: red; height: auto; text-align: center; text-decoration: none; } .bodyContainer{ } .sv-leftsideAdv{ /*border: 1px solid navy;*/ width: 25%; height: 100%; padding-left: 0; } .sv-rightsideAdv{ /*border: 1px solid navy;*/ width: 75%; height: 100%; text-align: center; font-size: 20px; } .sv-l-sideAdv ,.sv-m-sideAdv ,.sv-r-sideAdv{ /*border: 1px solid red;*/ margin-top: 2px; width: 33.3%; height: auto; padding-left: 0; } .sv-l-sideAdv-img ,.sv-m-sideAdv-img ,.sv-r-sideAdv-img{ /*border: 1px solid red;*/ width: 100%; height: auto; padding: 0; } .sv-l-smenu{ /*border: 1px solid red;*/ width: 70%; height: auto; text-align: center; font-size: 20px; } .sv-l-smenu-title{ background: rgb(0, 102, 153); color: #fff; width: 100%; height: auto; text-align: center; font-size: 20px; } .sv-l-smenu-title a{ color: #fff; font-size: 20px; } .sv-l-smenu-submenu-l-r-c{ background: rgb(194, 214, 214); } .sv-l-smenu-submenu-left,.sv-l-smenu-submenu-right{ color: #fff; width: 50%; height: auto; text-align: left; font-size: 16px; /*font-size: 16px;*/ } .sv-l-smenu-submenu-left ul li a,.sv-l-smenu-submenu-right ul li a{ padding: 0px; } .sv-l-smenu-submenu-left ul li a:hover,.sv-l-smenu-submenu-right ul li a:hover{ background: rgb(51, 51, 0); color: #fff; } .sv-r-Adv{ /*border: 1px solid red;*/ width: 30%; height: auto; padding-left: 0; /*padding-right: 5px;*/ /*margin-right: 5px;*/ } .sv-r-Adv-img{ /*border: 1px solid red;*/ width: 100%; height: auto; padding-left: 5px; } .sv-svip1-Adv_row{ padding-right: 1.3%; } .sv-svip1-Adv{ /*border: 1px solid red;*/ background: rgb(0, 102, 153); color: #fff; width: 100%; height: auto; text-align: left; font-size: 20px; margin-top: 2px; /*margin-right: 5px;*/ } .sv-svip-Adv_row{ padding-right: 1.3%; } .sv-svip-Adv{ /*border: 1px solid navy;*/ width: 100%; height: 100%; padding-left: 0; padding-right: 0; } .sv-svip-Adv-img{ width: 100%; height: 100%; padding-right: 1.8%; } .sv-svip-Adv1,.sv-svip-Adv2,.sv-svip-Adv3,.sv-svip-Adv4,.sv-svip-Adv5{ /*border: 1px solid red;*/ width: 18%; height: 18%; text-align: center; font-size: 20px; } .sv-vip-Adv_row{ padding-right: .1%; } .sv-vip-Adv{ /*border: 1px solid red;*/ width: 16.5%; height: 16.5%; padding: 1px; } .sv-vip-Adv1-img{ /*border: .5px solid gray;*/ background: #000; width: 100%; height: 100%; border-radius: 3px; /*padding: 1px;*/ } .btn-status{ padding: 0px 6px; margin-bottom: -70px; } /* ads_four_img_div */ .ads_four_img_div{ padding-right: 3; padding-left: 0; padding: 1px; border-radius: 3px; } .recent-ads,.recent-ads_vip{ /*border: 1px solid navy;*/ background: rgb(0, 102, 153); color: #fff; width: 100%; height: auto; text-align: left; font-size: 20px; border-radius: 3px; padding-right: 2px; } .sv-recent-leftads{ /*border: 1px solid navy;*/ width: 100%; height: auto; } .sv-recent-leftads-l-title{ text-align: left; font-size: 20px; background: rgb(194, 214, 214); } .sv-recent-leftads-r-title{ text-align: right; font-size: 20px; background: rgb(194, 214, 214); } .sv-recent-leftads-l-Ads-des a { /*border: 1px solid #d7d7d7;*/ border-radius: 2px; margin-top: 60px; color: #294d60; display: block; font-family: "bpg_square_mtavruliregular"; font-size: 14px; width: auto; height: auto; line-height: 18px; text-align: center; } .sv-recent-leftads-l-Ads-des a:hover { background: #b9b8b8 none repeat scroll 0 0; color: #ffffff; text-decoration: none; } .sv-recent-leftads-l-Ads_img{ /*max-width: 144px; max-height: 108px;*/ /*padding-top: 1px;*/ border-radius: 3px; } .sv-recent-leftads-l-Ads-des-ul-li{ text-align: left; } .sv-recent-leftads-l-Ads-des-ul-li ul li{ list-style: none; } .sv-recent-leftads_pagination{ text-align: right; /*border: 1px solid navy;*/ } .sv-recent-leftads_pagination ul li a{ margin-top: 0; margin-bottom: 0; } /*.sv-recent-rightads{ padding: 0; } .sv-recent-rightads_row{ padding: 0; }*/ .sv-recent-rightads{ /*border: 1px solid red;*/ /*width: 30%; height: auto; text-align: center; font-size: 20px; padding: 0;*/ } .sv-recent-rightads-img{ margin: 3px; width: 100%; padding-right: 0; padding-left: 2px; } .sv-bottom-ads_home{ padding-right: 0; margin-top: 190px; z-index: 100; margin-bottom: 15px; /*border: 1px solid red;*/ /*width: 1170px;*/ height: auto; padding-left: 0px; padding-right: 0; } .sv-bottom-ads{ padding-right: 0; /*margin-top: 190px;*/ /*z-index: 100;*/ margin-bottom: 15px; /*border: 1px solid red;*/ /*width: 1170px;*/ height: auto; padding-left: 0px; padding-right: 0; } .sv-f-img{ /*border: 1px solid #dfd;*/ width: 1170px; height: auto; vertical-align: center; margin-left: 0px; padding-right: 15px; } .pagination { height: 36px; margin: 2px 0; } .pagination ul { display: inline-block; *display: inline; /* IE7 inline-block hack */ *zoom: 1; margin-left: 0; margin-bottom: 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); } .pagination li { display: inline; } .pagination a { float: left; padding: 0 14px; text-decoration: none; border: 1px solid #ddd; border-left-width: 0; } .pagination a:hover, .pagination .active a { background-color: #f5f5f5; } .pagination .active a { color: #999999; cursor: default; } .pagination li:first-child a { border-left-width: 1px; -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; } .pagination li:last-child a { -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; }
public/css/cssMonir/body_content.css
.mainBodyContainer{ /*background: #fff;*/ color: red; height: auto; text-align: center; text-decoration: none; } .bodyContainer{ } .sv-leftsideAdv{ /*border: 1px solid navy;*/ width: 25%; height: 100%; padding-left: 0; } .sv-rightsideAdv{ /*border: 1px solid navy;*/ width: 75%; height: 100%; text-align: center; font-size: 20px; } .sv-l-sideAdv ,.sv-m-sideAdv ,.sv-r-sideAdv{ /*border: 1px solid red;*/ margin-top: 2px; width: 33.3%; height: auto; padding-left: 0; } .sv-l-sideAdv-img ,.sv-m-sideAdv-img ,.sv-r-sideAdv-img{ /*border: 1px solid red;*/ width: 100%; height: auto; padding: 0; } .sv-l-smenu{ /*border: 1px solid red;*/ width: 70%; height: auto; text-align: center; font-size: 20px; } .sv-l-smenu-title{ background: rgb(0, 102, 153); color: #fff; width: 100%; height: auto; text-align: center; font-size: 20px; } .sv-l-smenu-title a{ color: #fff; font-size: 20px; } .sv-l-smenu-submenu-l-r-c{ background: rgb(194, 214, 214); } .sv-l-smenu-submenu-left,.sv-l-smenu-submenu-right{ color: #fff; width: 50%; height: auto; text-align: left; font-size: 16px; /*font-size: 16px;*/ } .sv-l-smenu-submenu-left ul li a,.sv-l-smenu-submenu-right ul li a{ padding: 0px; } .sv-l-smenu-submenu-left ul li a:hover,.sv-l-smenu-submenu-right ul li a:hover{ background: rgb(51, 51, 0); color: #fff; } .sv-r-Adv{ /*border: 1px solid red;*/ width: 30%; height: auto; padding-left: 0; /*padding-right: 5px;*/ /*margin-right: 5px;*/ } .sv-r-Adv-img{ /*border: 1px solid red;*/ width: 100%; height: auto; padding-left: 5px; } .sv-svip1-Adv_row{ padding-right: 1.3%; } .sv-svip1-Adv{ /*border: 1px solid red;*/ background: rgb(0, 102, 153); color: #fff; width: 100%; height: auto; text-align: left; font-size: 20px; margin-top: 2px; /*margin-right: 5px;*/ } .sv-svip-Adv_row{ padding-right: 1.3%; } .sv-svip-Adv{ /*border: 1px solid navy;*/ width: 100%; height: 100%; padding-left: 0; padding-right: 0; } .sv-svip-Adv-img{ width: 100%; height: 100%; padding-right: 1.8%; } .sv-svip-Adv1,.sv-svip-Adv2,.sv-svip-Adv3,.sv-svip-Adv4,.sv-svip-Adv5{ /*border: 1px solid red;*/ width: 18%; height: 18%; text-align: center; font-size: 20px; } .sv-vip-Adv_row{ padding-right: .1%; } .sv-vip-Adv{ /*border: 1px solid red;*/ width: 16.5%; height: 16.5%; padding: 1px; } .sv-vip-Adv1-img{ /*border: .5px solid gray;*/ background: #000; width: 100%; height: 100%; border-radius: 3px; /*padding: 1px;*/ } .btn-status{ padding: 0px 6px; margin-bottom: -70px; } /* ads_four_img_div */ .ads_four_img_div{ padding-right: 3; padding-left: 0; padding: 1px; border-radius: 3px; } .recent-ads,.recent-ads_vip{ /*border: 1px solid navy;*/ background: rgb(0, 102, 153); color: #fff; width: 100%; height: auto; text-align: left; font-size: 20px; border-radius: 3px; padding-right: 2px; } .sv-recent-leftads{ /*border: 1px solid navy;*/ width: 100%; height: auto; } .sv-recent-leftads-l-title{ text-align: left; font-size: 20px; background: rgb(194, 214, 214); } .sv-recent-leftads-r-title{ text-align: right; font-size: 20px; background: rgb(194, 214, 214); } .sv-recent-leftads-l-Ads-des a { /*border: 1px solid #d7d7d7;*/ border-radius: 2px; margin-top: 60px; color: #294d60; display: block; font-family: "bpg_square_mtavruliregular"; font-size: 14px; width: auto; height: auto; line-height: 18px; text-align: center; } .sv-recent-leftads-l-Ads-des a:hover { background: #b9b8b8 none repeat scroll 0 0; color: #ffffff; text-decoration: none; } .sv-recent-leftads-l-Ads_img{ /*max-width: 144px; max-height: 108px;*/ /*padding-top: 1px;*/ border-radius: 3px; } .sv-recent-leftads-l-Ads-des-ul-li{ text-align: left; } .sv-recent-leftads-l-Ads-des-ul-li ul li{ list-style: none; } .sv-recent-leftads_pagination{ text-align: right; /*border: 1px solid navy;*/ } .sv-recent-leftads_pagination ul li a{ margin-top: 0; margin-bottom: 0; } /*.sv-recent-rightads{ padding: 0; } .sv-recent-rightads_row{ padding: 0; }*/ .sv-recent-rightads{ /*border: 1px solid red;*/ /*width: 30%; height: auto; text-align: center; font-size: 20px; padding: 0;*/ } .sv-recent-rightads-img{ margin: 3px; width: 100%; padding-right: 0; padding-left: 2px; } .sv-bottom-ads_home{ padding-right: 0; margin-top: 190px; z-index: 100; margin-bottom: 15px; /*border: 1px solid red;*/ /*width: 1170px;*/ height: auto; padding-left: 0px; padding-right: 0; } .sv-bottom-ads{ padding-right: 0; /*margin-top: 190px;*/ /*z-index: 100;*/ margin-bottom: 15px; /*border: 1px solid red;*/ /*width: 1170px;*/ height: auto; padding-left: 0px; padding-right: 0; } .sv-f-img{ /*border: 1px solid #dfd;*/ width: 1170px; height: auto; vertical-align: center; margin-left: 0px; padding-right: 15px; } .pagination { height: 36px; margin: 2px 0; } .pagination ul { display: inline-block; *display: inline; /* IE7 inline-block hack */ *zoom: 1; margin-left: 0; margin-bottom: 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); } .pagination li { display: inline; } .pagination a { float: left; padding: 0 14px; text-decoration: none; border: 1px solid #ddd; border-left-width: 0; } .pagination a:hover, .pagination .active a { background-color: #f5f5f5; } .pagination .active a { color: #999999; cursor: default; } .pagination li:first-child a { border-left-width: 1px; -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; } .pagination li:last-child a { -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; }
0.204978
0.039676
div.dhxcombo_dhx_web { position: relative; border: 1px solid #d6d6d6; overflow: hidden; vertical-align: middle; background-color: white; font-size: 1px; height: 22px; } div.dhxcombo_dhx_web input.dhxcombo_input { position: absolute; left: 1px; top: 0px; height: 22px; line-height: 21px; *height: 20px; *line-height: 19px; border: 0px solid white; outline: 0px solid white; padding: 0px; margin: 0px 0px 0px 4px; background-color: white; font-family: Tahoma; font-size: 12px; color: black; vertical-align: top; } div.dhxcombo_dhx_web div.dhxcombo_select_button { position: absolute; width: 18px; height: 18px; top: 2px; right: 2px; font-size: 1px; background-color: #3da0e3; cursor: pointer; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; overflow: hidden; } div.dhxcombo_dhx_web div.dhxcombo_select_button div.dhxcombo_select_img { position: relative; width: 100%; height: 100%; background-image: url("../imgs/dhxcombo_web/dhxcombo_arrow_down.gif"); background-repeat: no-repeat; background-position: center center; } div.dhxcombo_dhx_web div.dhxcombo_top_image { position: absolute; left: 0px; top: 0px; width: 26px; height: 22px; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; overflow: hidden; cursor: default; } div.dhxcombo_dhx_web div.dhxcombo_top_image div.dhxcombo_image { *top: 0px; } div.dhxcombolist_dhx_web { position: absolute; border: 1px solid #ffffff; *border: 1px solid #ccc; box-shadow: 0px 3px 6px rgba(0,0,0,0.35); background-color: #f4f4f4; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; overflow-x: none; overflow-y: auto; } div.dhxcombolist_dhx_web div.dhxcombo_option { position: relative; font-size: inherit; font-family: Tahoma; font-size: 12px; color: #000000; height: 24px; line-height: 23px; vertical-align: middle; overflow: hidden; cursor: default; } div.dhxcombolist_dhx_web div.dhxcombo_option.dhxcombo_option_selected { background-color: #85d3ff; } div.dhxcombolist_dhx_web div.dhxcombo_option.dhxcombo_option_selected .dhxcombo_option_text { color: #000000; } div.dhxcombolist_dhx_web div.dhxcombo_option div.dhxcombo_option_text { position: relative; padding: 0px 4px; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; white-space: nowrap; } div.dhxcombolist_dhx_web div.dhxcombo_option div.dhxcombo_option_text.dhxcombo_option_text_chbx { position: relative; padding: 0px 4px 0px 4px; margin-left: 20px; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; white-space: nowrap; } div.dhxcombolist_dhx_web div.dhxcombo_option div.dhxcombo_checkbox { position: absolute; left: 2px; top: 3px; width: 18px; height: 18px; background-image: url("../imgs/dhxcombo_web/dhxcombo_chbx.gif"); background-repeat: no-repeat; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; overflow: hidden; cursor: default; } div.dhxcombolist_dhx_web div.dhxcombo_option div.dhxcombo_checkbox.dhxcombo_chbx_0 { background-position: 0px 0px; } div.dhxcombolist_dhx_web div.dhxcombo_option div.dhxcombo_checkbox.dhxcombo_chbx_1 { background-position: -18px 0px; } div.dhxcombolist_dhx_web div.dhxcombo_option div.dhxcombo_option_text.dhxcombo_option_text_image { position: relative; padding: 0px 4px 0px 4px; margin-left: 20px; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; white-space: nowrap; } div.dhxcombolist_dhx_web div.dhxcombo_option div.dhxcombo_image { top: 3px; } div.dhxcombo_dhx_web div.dhxcombo_top_image div.dhxcombo_image, div.dhxcombolist_dhx_web div.dhxcombo_option div.dhxcombo_image { position: absolute; left: 3px; top: 2px; width: 18px; height: 18px; background-repeat: no-repeat; background-position: center center; -moz-user-select: none; overflow: hidden; cursor: default; } div.dhxcombo_dhx_web.dhxcombo_disabled { background-color: #fafafa; } div.dhxcombo_dhx_web.dhxcombo_disabled input.dhxcombo_input { color: #999999; background-color: #fafafa; } div.dhxcombo_dhx_web.dhxcombo_disabled div.dhxcombo_select_button { background-color: #a6a6a6; cursor: default; } div.dhxcombo_dhx_web.dhxcombo_disabled div.dhxcombo_select_button div.dhxcombo_select_img { background-image: url("../imgs/dhxcombo_web/dhxcombo_arrow_down_dis.gif"); } .dhxgrid_combo_icon { position: absolute; z-index: 1; top: 0px; right: 0px; } .dhxcombo_skin_detect { position: absolute; left: 0px; top: -100px; margin: 0; padding: 0; border: 0px solid white; width: 20px; height: 10px; overflow: hidden; }
assets/lib/dhtmlx/v403_pro/sources/dhtmlxCombo/codebase/skins/dhtmlxcombo_dhx_web.css
div.dhxcombo_dhx_web { position: relative; border: 1px solid #d6d6d6; overflow: hidden; vertical-align: middle; background-color: white; font-size: 1px; height: 22px; } div.dhxcombo_dhx_web input.dhxcombo_input { position: absolute; left: 1px; top: 0px; height: 22px; line-height: 21px; *height: 20px; *line-height: 19px; border: 0px solid white; outline: 0px solid white; padding: 0px; margin: 0px 0px 0px 4px; background-color: white; font-family: Tahoma; font-size: 12px; color: black; vertical-align: top; } div.dhxcombo_dhx_web div.dhxcombo_select_button { position: absolute; width: 18px; height: 18px; top: 2px; right: 2px; font-size: 1px; background-color: #3da0e3; cursor: pointer; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; overflow: hidden; } div.dhxcombo_dhx_web div.dhxcombo_select_button div.dhxcombo_select_img { position: relative; width: 100%; height: 100%; background-image: url("../imgs/dhxcombo_web/dhxcombo_arrow_down.gif"); background-repeat: no-repeat; background-position: center center; } div.dhxcombo_dhx_web div.dhxcombo_top_image { position: absolute; left: 0px; top: 0px; width: 26px; height: 22px; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; overflow: hidden; cursor: default; } div.dhxcombo_dhx_web div.dhxcombo_top_image div.dhxcombo_image { *top: 0px; } div.dhxcombolist_dhx_web { position: absolute; border: 1px solid #ffffff; *border: 1px solid #ccc; box-shadow: 0px 3px 6px rgba(0,0,0,0.35); background-color: #f4f4f4; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; overflow-x: none; overflow-y: auto; } div.dhxcombolist_dhx_web div.dhxcombo_option { position: relative; font-size: inherit; font-family: Tahoma; font-size: 12px; color: #000000; height: 24px; line-height: 23px; vertical-align: middle; overflow: hidden; cursor: default; } div.dhxcombolist_dhx_web div.dhxcombo_option.dhxcombo_option_selected { background-color: #85d3ff; } div.dhxcombolist_dhx_web div.dhxcombo_option.dhxcombo_option_selected .dhxcombo_option_text { color: #000000; } div.dhxcombolist_dhx_web div.dhxcombo_option div.dhxcombo_option_text { position: relative; padding: 0px 4px; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; white-space: nowrap; } div.dhxcombolist_dhx_web div.dhxcombo_option div.dhxcombo_option_text.dhxcombo_option_text_chbx { position: relative; padding: 0px 4px 0px 4px; margin-left: 20px; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; white-space: nowrap; } div.dhxcombolist_dhx_web div.dhxcombo_option div.dhxcombo_checkbox { position: absolute; left: 2px; top: 3px; width: 18px; height: 18px; background-image: url("../imgs/dhxcombo_web/dhxcombo_chbx.gif"); background-repeat: no-repeat; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; overflow: hidden; cursor: default; } div.dhxcombolist_dhx_web div.dhxcombo_option div.dhxcombo_checkbox.dhxcombo_chbx_0 { background-position: 0px 0px; } div.dhxcombolist_dhx_web div.dhxcombo_option div.dhxcombo_checkbox.dhxcombo_chbx_1 { background-position: -18px 0px; } div.dhxcombolist_dhx_web div.dhxcombo_option div.dhxcombo_option_text.dhxcombo_option_text_image { position: relative; padding: 0px 4px 0px 4px; margin-left: 20px; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; white-space: nowrap; } div.dhxcombolist_dhx_web div.dhxcombo_option div.dhxcombo_image { top: 3px; } div.dhxcombo_dhx_web div.dhxcombo_top_image div.dhxcombo_image, div.dhxcombolist_dhx_web div.dhxcombo_option div.dhxcombo_image { position: absolute; left: 3px; top: 2px; width: 18px; height: 18px; background-repeat: no-repeat; background-position: center center; -moz-user-select: none; overflow: hidden; cursor: default; } div.dhxcombo_dhx_web.dhxcombo_disabled { background-color: #fafafa; } div.dhxcombo_dhx_web.dhxcombo_disabled input.dhxcombo_input { color: #999999; background-color: #fafafa; } div.dhxcombo_dhx_web.dhxcombo_disabled div.dhxcombo_select_button { background-color: #a6a6a6; cursor: default; } div.dhxcombo_dhx_web.dhxcombo_disabled div.dhxcombo_select_button div.dhxcombo_select_img { background-image: url("../imgs/dhxcombo_web/dhxcombo_arrow_down_dis.gif"); } .dhxgrid_combo_icon { position: absolute; z-index: 1; top: 0px; right: 0px; } .dhxcombo_skin_detect { position: absolute; left: 0px; top: -100px; margin: 0; padding: 0; border: 0px solid white; width: 20px; height: 10px; overflow: hidden; }
0.221603
0.053305
.omekalet-wrapper { position: fixed; top: -305px; left: 0; width: 100%; padding: 20px 10px; background: #efefef; z-index: 10000000; font-family: Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 400; line-height: 1.786; box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); transition: all .25s ease; } .omekalet-wrapper.show { max-height: 500px; } .omekalet-wrapper:hover { top: 0px !important; } .omekalet-wrapper > div { float: left; width: 33%; padding: 0 15px; box-sizing: border-box; } .omekalet-wrapper > div:last-child { width: 34%; } .omekalet-wrapper input, .omekalet-wrapper input[type=text], .omekalet-wrapper select, .omekalet-wrapper textarea { display: block !important; width: 100% !important; height: auto !important; background: white !important; font-size: 14px; color: #181818 !important; font-family: Helvetica, Arial, sans-serif; box-shadow: none !important; margin-bottom: 10px !important; border: 1px solid #e4e8eb !important; box-sizing: border-box !important; border-radius: 4px !important; padding: 9px 12px !important; } .omekalet-wrapper input[type=checkbox] { width: auto !important; display: inline-block !important; } .omekalet-wrapper label { font-size: 12px; } .omekalet-wrapper textarea { height: 90px !important; } .omekalet-wrapper button { display: inline-block !important; color: #ffffff !important; background: #181818 !important; border: medium none !important; padding: 0 16px !important; border-radius: 4px !important; box-sizing: border-box !important; font-weight: 400 !important; line-height: 40px !important; height: auto !important; } .omekalet-wrapper .show-button { position: absolute; margin-left: -20px; left: 50%; width: 40px !important; height: 40px; line-height: 40px; background: #e85141; border-radius: 50%; bottom: -20px; color: white; box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); } .omekalet-wrapper p.status { margin-top: 20px; font-size: 16px; font-style: italic; } .omekalet-wrapper .hide, .omekalet-wrapper input.hide { display: none !important; }
omekalet.css
.omekalet-wrapper { position: fixed; top: -305px; left: 0; width: 100%; padding: 20px 10px; background: #efefef; z-index: 10000000; font-family: Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 400; line-height: 1.786; box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); transition: all .25s ease; } .omekalet-wrapper.show { max-height: 500px; } .omekalet-wrapper:hover { top: 0px !important; } .omekalet-wrapper > div { float: left; width: 33%; padding: 0 15px; box-sizing: border-box; } .omekalet-wrapper > div:last-child { width: 34%; } .omekalet-wrapper input, .omekalet-wrapper input[type=text], .omekalet-wrapper select, .omekalet-wrapper textarea { display: block !important; width: 100% !important; height: auto !important; background: white !important; font-size: 14px; color: #181818 !important; font-family: Helvetica, Arial, sans-serif; box-shadow: none !important; margin-bottom: 10px !important; border: 1px solid #e4e8eb !important; box-sizing: border-box !important; border-radius: 4px !important; padding: 9px 12px !important; } .omekalet-wrapper input[type=checkbox] { width: auto !important; display: inline-block !important; } .omekalet-wrapper label { font-size: 12px; } .omekalet-wrapper textarea { height: 90px !important; } .omekalet-wrapper button { display: inline-block !important; color: #ffffff !important; background: #181818 !important; border: medium none !important; padding: 0 16px !important; border-radius: 4px !important; box-sizing: border-box !important; font-weight: 400 !important; line-height: 40px !important; height: auto !important; } .omekalet-wrapper .show-button { position: absolute; margin-left: -20px; left: 50%; width: 40px !important; height: 40px; line-height: 40px; background: #e85141; border-radius: 50%; bottom: -20px; color: white; box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); } .omekalet-wrapper p.status { margin-top: 20px; font-size: 16px; font-style: italic; } .omekalet-wrapper .hide, .omekalet-wrapper input.hide { display: none !important; }
0.350421
0.092688
table.dataview { margin-bottom: 10px; border-bottom: 1px solid #0079d6; font-size: 1em; font-family: arial; } table.dataview caption { text-align: left; } table.dataview tr { padding-top: 2px; padding-bottom: 2px; } table.dataview tr.even { background-color: #ffebcd; } table.dataview tr.odd { background-color: #fff; } table.dataview tr:nth-child(odd) { background-color: #fff; } table.dataview tr:nth-child(even) { background-color: #ffebcd; } table.dataview tr.highlightIndex0 { background-color: #32BEFF; } table.dataview tr.highlightIndex1 { background-color: #5ECFFF; } table.dataview tr.highlightIndex2 { background-color: #86D9FF; } table.dataview tr.highlightIndex3 { background-color: #ABE4FF; } table.dataview tr.highlightIndex4 { background-color: #CEEEFF; } table.dataview tr td { padding-left: 8px; padding-right: 30px; } table.dataview tr th { color: black; padding-top: 3px; padding-bottom: 3px; padding-left: 10px; padding-right: 10px; background-color: #c1e4ff; border-bottom: 1px solid #0079d6; border-top: 1px solid #0079d6; text-align: left; white-space: nowrap; vertical-align: middle; } table.dataview tr th { background-position: right; background-repeat: no-repeat; } table.dataview tr th.wicket_orderDown { background-color: #87cbff; /*background-image: url(displaytag/img/arrow_down.png);*/ } table.dataview tr th.wicket_orderUp { background-color: #87cbff; /*background-image: url(displaytag/img/arrow_up.png);*/ } table.dataview tr th.wicket_orderNone { /*background-image: url(displaytag/img/arrow_off.png);*/ } table.dataview tr th a { font-weight: normal; } table.dataview #message { padding-left: 3px; } table.dataview caption { padding-bottom: 2px; } /* TAB PANEL STYLES */ div.tabpanel div.tab-row { float: left; width: 100%; background: #DAE0D2 url("tabs/bg.gif") repeat-x bottom; line-height: normal; } div.tabpanel div.tab-row ul { margin: 0; padding: 10px 10px 0; list-style: none; } div.tabpanel div.tab-row li { float: left; background: url("tabs/left.gif") no-repeat left top; margin: 0; padding: 0 0 0 9px; } div.tabpanel div.tab-row a { display: block; background: url("tabs/right.gif") no-repeat right top; padding: 5px 15px 4px 6px; text-decoration: none; font-weight: bold; white-space: nowrap; color: #eee; } div.tab-panel { clear: left; } div.tabpanel div.tab-row a:hover { color: #fff; } div.tabpanel div.tab-row li.selected { background-image: url("tabs/left_on.gif"); } div.tabpanel div.tab-row li.selected a { background-image: url("tabs/right_on.gif"); color: #333; padding-bottom: 5px; } /* VARIATION 1 TAB PANEL STYLES */ div.tabpanel1 div.tab-row { float: left; width: 100%; background: #DAE0D2 url("tabs1/bg.gif") repeat-x bottom; line-height: normal; } div.tabpanel1 div.tab-row ul { margin: 0; padding: 10px 10px 0; list-style: none; } div.tabpanel1 div.tab-row li { float: left; background: url("tabs1/left.gif") no-repeat left top; margin: 0; padding: 0 0 0 9px; } div.tabpanel1 div.tab-row a { display: block; background: url("tabs1/right.gif") no-repeat right top; padding: 5px 15px 4px 6px; text-decoration: none; font-weight: bold; color: #765; white-space: nowrap; } div.tabpanel1 div.tab-row a:hover { color: #333; } div.tabpanel1 div.tab-row li.selected { background-image: url("tabs1/left_on.gif"); } div.tabpanel1 div.tab-row li.selected a { background-image: url("tabs1/right_on.gif"); color: #333; padding-bottom: 5px; } /* TABBED PANEL VARIATION 2 */ div.tabpanel2 div.tab-row { float: left; width: 100%; background: #369 url("tabs2/bg.gif") repeat-x bottom; font-size: 85%; line-height: normal; } div.tabpanel2 div.tab-row ul { margin: 0; padding: 10px 10px 0; list-style: none; } div.tabpanel2 div.tab-row li { float: left; background: url("tabs2/right.gif") no-repeat right top; margin: 0; padding: 0 5px 0 0; } div.tabpanel2 div.tab-row a { float: left; display: block; background: url("tabs2/left.gif") no-repeat left top; padding: 5px 7px 4px 20px; text-decoration: none; font-weight: bold; color: #9cf; white-space: nowrap; } /* Commented Backslash Hack hides rule from IE5-Mac \*/ div.tabpanel2 div.tab-row a { float: none; } /* End IE5-Mac hack */ div.tabpanel2 div.tab-row a:hover { color: #fff; } div.tabpanel2 div.tab-row li.selected { background-image: url("tabs2/right_on.gif"); } div.tabpanel2 div.tab-row li.selected a { background-image: url("tabs2/left_on.gif"); color: #333; padding-bottom: 5px; } /* TABBED PANEL VARIATION 3 */ div.tabpanel3 div.tab-row { float: left; width: 100%; background: #eee url("tabs3/bg.jpg") repeat-x top; line-height: normal; } div.tabpanel3 div.tab-row ul { margin: 0; padding: 10px 10px 0; list-style: none; } div.tabpanel3 div.tab-row li { float: left; background: url("tabs3/left.gif") no-repeat left top; margin: 0; padding: 0 0 0 28px; } div.tabpanel3 div.tab-row a { float: left; display: block; background: url("tabs3/right.gif") no-repeat right top; padding: 9px 28px 4px 0px; text-decoration: none; font-weight: bold; color: #92A2AC; } /* Commented Backslash Hack hides rule from IE5-Mac \*/ div.tabpanel3 div.tab-row a { float: none; } /* End IE5-Mac hack */ div.tabpanel3 div.tab-row a:hover { color: #A56060; } div.tabpanel3 div.tab-row li.selected { background-image: url("tabs3/left_on.gif"); } div.tabpanel3 div.tab-row li.selected a { background-image: url("tabs3/right_on.gif"); color: #A56060; } div.tabpanel4 div.tab-row ul { height: 20px; margin: 0; padding-left: 10px; background: url(tabs4/tab_bottom.gif) repeat-x bottom; } div.tabpanel4 div.tab-row li { margin: 0; padding: 0; display: inline; list-style-type: none; } div.tabpanel4 div.tab-row a:link, div.tabpanel4 div.tab-row a:visited { float: left; background: #f3f3f3; font-size: 12px; line-height: 14px; font-weight: bold; padding: 2px 10px 2px 10px; margin-right: 4px; border: 1px solid #ccc; text-decoration: none; color: #666; } div.tabpanel4 div.tab-row li.selected a:link, div.tabpanel4 div.tab-row a:visited.active { border-bottom: 1px solid #fff; background: #fff; color: #000; } div.tabpanel4 div.tab-row a:hover { background: #fff; } /* main styles */ input.button { float: right; display: block; width: 150px; height: 25px; text-align: center; color: #000000; font-weight: bold; line-height: 20px; } body { margin: 0; padding: 0; background: #BBD9EE; color: #000; font-family: tahoma, arial, sans-serif; font-size: 11px; } form { margin: 0; padding: 0 } img { border: none; } a { color: #060606; text-decoration: none } a:hover { text-decoration: underline } input { vertical-align: middle } .floatleft { float: left !important } .floatright { float: right !important } .clear { clear: both !important } .bold { font-weight: bold !important } .normal { font-weight: normal !important } .block { display: block !important } input.text, select, textarea { font-family: arial, sans-serif; color: #333; font-size: 12px; vertical-align: middle; } input.text { padding: 1px 0 0 4px; height: 14px; font-weight: normal; } /* main container */ #main { width: 1462px; margin: 0 auto; } /* header */ #header { position: relative; width: 1462px; height: 106px; background: url(../img/bg-header.gif) no-repeat left bottom; } /* site logo */ a.logo { position: absolute; top: 5px; left: 20px; } /* header tabs */ #top-navigation { position: absolute; top: 60px; left: 20px; margin: 0; padding: 0; list-style: none; } #top-navigation li { float: left; margin: 0 3px 0 0; height: 34px; background: url(../img/tab.gif) repeat-x top; } #top-navigation li a { float: left; display: block; height: 20px; line-height: 19px; color: #606060; padding: 4px 0 0 0; } #top-navigation li span { float: left; background: url(../img/tab-left.gif) no-repeat left top; } #top-navigation li span span { background: url(../img/tab-right.gif) no-repeat right top; padding: 7px 10px 0 10px; } #top-navigation li.active { padding: 0; height: 34px; background: url(../img/tab-active.gif) repeat-x top; margin-right: 2px; } #top-navigation li.active span { background: url(../img/tab-active-left.gif) no-repeat left top; height: 34px; } #top-navigation li.active span span { background: url(../img/tab-active-right.gif) no-repeat right top; height: 23px; padding: 11px 10px 0 10px; line-height: 19px; color: #606060; } /* middle */ #middle { float: left; width: 1437px; background: url(../img/bg-middle.gif) repeat-y left; padding: 0 13px 0 12px; } /* left column */ #left-column { float: left; padding: 1px 14px 0 12px; width: 154px; } /* right column */ #right-column { float: right; padding: 0 9px 0 0; width: 133px; } /* center column */ #center-column-wide { float: left; width: 1600px; /*background: url(../img/bg-center-column2.jpg) no-repeat left top;*/ min-height: 584px; padding: 12px 16px 0 13px; } /* center column */ #center-column { float: left; width: 1220px; /*background: url(../img/bg-center-column2.jpg) no-repeat left top;*/ min-height: 584px; padding: 12px 16px 0 13px; } * html #center-column { height: 854px; } /* footer */ #footer { float: left; width: 100%; background: url(../img/bg-footer.gif) no-repeat; height: 15px; } /* left column styles */ #left-column a { color: #3E3E3E; } #left-column h3 { font-size: 11px; margin: 0; color: #fff; background: url(../img/bg-left-header.gif) no-repeat left top; height: 25px; line-height: 23px; padding: 0 0 0 9px; } ul.nav { margin: 0 0 11px 0; border-bottom: 2px solid #FF9600; background: #ECEFE7; list-style: none; padding: 0 2px; } ul.nav li { padding: 4px 4px 6px 5px; background: url(../img/bg-dotted.gif) repeat-x bottom; } ul.nav a { padding: 0 0 0 12px; background: url(../img/arrow.gif) no-repeat 0 4px; } ul.nav a:hover { font-weight: bold; } ul.nav li.last { background: none; } #left-column .link { display: block; width: 142px; height: 25px; background: url(../img/bg-left-link.gif); margin: 0 0 4px 0; font-weight: bold; padding: 0 0 0 9px; line-height: 25px; color: #60635A; } #left-column .link:hover { display: block; width: 142px; height: 25px; /*background: url(../img/bg-left-link.gif);*/ margin: 0 0 4px 0; font-weight: bold; padding: 0 0 0 9px; line-height: 25px; color: #60635A; } /* center column styles */ .top-bar { float: left; width: 603px; border-left: 2px solid #f70; padding: 0 0 0 9px; margin: 0 0 4px 0; } /* text page header */ .top-bar h1 { font: 20px / 21px verdana, sans-serif; color: #43729F; margin: 0 0 4px 0; } /* orange button */ .top-bar a.button { float: right; display: block; width: 75px; height: 35px; text-align: center; color: #fff; text-transform: uppercase; font-weight: bold; line-height: 27px; background: url(../img/bg-orange-button.gif) no-repeat; } /* bar with select */ .select-bar { clear: both; border-top: 2px solid #f70; border-bottom: 2px solid #f70; padding: 5px 0 3px 0; margin: 0 0 17px 0; } .select-bar select { width: 145px; margin: 0 2px; } /* table container */ div.table { float: left; position: relative; width: 614px; margin: 0 0 37px 0; } table.listing { border-bottom: 1px solid #9097A9; width: 613px; padding: 0; margin: 0; border: 1px solid #9097A9; } table.listing th { border-top: 0 !important; } table.listing th.full { border-left: 0; border-right: 0 !important; text-align: left; text-transform: uppercase; } div.table img.left { position: absolute; top: 0; left: 0; } div.table img.right { position: absolute; top: 0; right: 1px; } /* table styles */ table.listing td, table.listing th { border: 1px solid #fff; text-align: center; } table.listing th { background: #9097A9; color: #fff; padding: 5px; } table.listing td { background: #D8D8D8; color: #000; padding: 3px 5px; } table.listing .bg td { background: #ECECEC; } table.listing .bg1 td { background: #DDDDDD; } table.listing .white td { background: #fff; } table.listing .first { border-left: 0px solid #9097A9; text-align: left; } table.listing .last { border-right: 0px solid #9097A9; } table.listing th.first { background: #9097A9 url(../img/bg-th-left.gif) no-repeat left top; border-left: 0; } table.listing th.last { background: #9097A9 url(../img/bg-th-right.gif) no-repeat right top; border-right: 0; } table.listing .style1 { font-weight: bold; color: #FF7A00; } table.listing .style2 { font-weight: bold; padding-left: 16px; } table.listing .style3 { padding-left: 25px; } table.listing .style4 { padding-left: 35px; } table.form .last { padding: 1px 0 1px 5px; text-align: left; } table.form th, table.form td { padding-left: 10px; } table.form input.text { width: 262px } /* table select */ div.table .select { float: right; margin: 2px 1px 0 0; width: 176px; height: 25px; background: #9097A9 url(../img/bg-select.gif); color: #fff; } div.table .select strong { float: left; padding: 5px 0 0 5px; } div.table .select select { float: right; width: 78px; margin: 2px 3px 0 0; text-align: right; } /* right column header */ #right-column .h { float: left; background: #7E878A; border: 1px solid #B8B8B8; border-bottom: 0; padding: 3px 10px; color: #fff; text-transform: uppercase; } /* right column box */ #right-column .box { float: left; width: 121px; padding: 5px; border: 1px solid #B8B8B8; background: #EBEBEB; margin: 0 0 15px 0; } /* right column buttons */ .buttons { clear: both; text-align: center; padding: 30px 0 15px 0; } .buttons input { margin: 0 0 6px 0; } #FAILED, #EXCEPTION, #KILLED, #DISCONNECTED { color: RED; font-weight: bold; } #SUCCESS, #BOUND { color: green; font-weight: bold; } #Failed, #CLOSED { color: RED; font-weight: bold; } #outbound { color: blue; font-weight: bold; } #inbound { color: sienna; } #TRANSCEIVER { color: green; } #TRANSMITTER, #RECEIVER { color: blue; } #Excluded { color: gray; font-weight: bold; } #ONLY_MERGE_INFO { font-weight: bold; }
src/main/resources/static/css/all.css
table.dataview { margin-bottom: 10px; border-bottom: 1px solid #0079d6; font-size: 1em; font-family: arial; } table.dataview caption { text-align: left; } table.dataview tr { padding-top: 2px; padding-bottom: 2px; } table.dataview tr.even { background-color: #ffebcd; } table.dataview tr.odd { background-color: #fff; } table.dataview tr:nth-child(odd) { background-color: #fff; } table.dataview tr:nth-child(even) { background-color: #ffebcd; } table.dataview tr.highlightIndex0 { background-color: #32BEFF; } table.dataview tr.highlightIndex1 { background-color: #5ECFFF; } table.dataview tr.highlightIndex2 { background-color: #86D9FF; } table.dataview tr.highlightIndex3 { background-color: #ABE4FF; } table.dataview tr.highlightIndex4 { background-color: #CEEEFF; } table.dataview tr td { padding-left: 8px; padding-right: 30px; } table.dataview tr th { color: black; padding-top: 3px; padding-bottom: 3px; padding-left: 10px; padding-right: 10px; background-color: #c1e4ff; border-bottom: 1px solid #0079d6; border-top: 1px solid #0079d6; text-align: left; white-space: nowrap; vertical-align: middle; } table.dataview tr th { background-position: right; background-repeat: no-repeat; } table.dataview tr th.wicket_orderDown { background-color: #87cbff; /*background-image: url(displaytag/img/arrow_down.png);*/ } table.dataview tr th.wicket_orderUp { background-color: #87cbff; /*background-image: url(displaytag/img/arrow_up.png);*/ } table.dataview tr th.wicket_orderNone { /*background-image: url(displaytag/img/arrow_off.png);*/ } table.dataview tr th a { font-weight: normal; } table.dataview #message { padding-left: 3px; } table.dataview caption { padding-bottom: 2px; } /* TAB PANEL STYLES */ div.tabpanel div.tab-row { float: left; width: 100%; background: #DAE0D2 url("tabs/bg.gif") repeat-x bottom; line-height: normal; } div.tabpanel div.tab-row ul { margin: 0; padding: 10px 10px 0; list-style: none; } div.tabpanel div.tab-row li { float: left; background: url("tabs/left.gif") no-repeat left top; margin: 0; padding: 0 0 0 9px; } div.tabpanel div.tab-row a { display: block; background: url("tabs/right.gif") no-repeat right top; padding: 5px 15px 4px 6px; text-decoration: none; font-weight: bold; white-space: nowrap; color: #eee; } div.tab-panel { clear: left; } div.tabpanel div.tab-row a:hover { color: #fff; } div.tabpanel div.tab-row li.selected { background-image: url("tabs/left_on.gif"); } div.tabpanel div.tab-row li.selected a { background-image: url("tabs/right_on.gif"); color: #333; padding-bottom: 5px; } /* VARIATION 1 TAB PANEL STYLES */ div.tabpanel1 div.tab-row { float: left; width: 100%; background: #DAE0D2 url("tabs1/bg.gif") repeat-x bottom; line-height: normal; } div.tabpanel1 div.tab-row ul { margin: 0; padding: 10px 10px 0; list-style: none; } div.tabpanel1 div.tab-row li { float: left; background: url("tabs1/left.gif") no-repeat left top; margin: 0; padding: 0 0 0 9px; } div.tabpanel1 div.tab-row a { display: block; background: url("tabs1/right.gif") no-repeat right top; padding: 5px 15px 4px 6px; text-decoration: none; font-weight: bold; color: #765; white-space: nowrap; } div.tabpanel1 div.tab-row a:hover { color: #333; } div.tabpanel1 div.tab-row li.selected { background-image: url("tabs1/left_on.gif"); } div.tabpanel1 div.tab-row li.selected a { background-image: url("tabs1/right_on.gif"); color: #333; padding-bottom: 5px; } /* TABBED PANEL VARIATION 2 */ div.tabpanel2 div.tab-row { float: left; width: 100%; background: #369 url("tabs2/bg.gif") repeat-x bottom; font-size: 85%; line-height: normal; } div.tabpanel2 div.tab-row ul { margin: 0; padding: 10px 10px 0; list-style: none; } div.tabpanel2 div.tab-row li { float: left; background: url("tabs2/right.gif") no-repeat right top; margin: 0; padding: 0 5px 0 0; } div.tabpanel2 div.tab-row a { float: left; display: block; background: url("tabs2/left.gif") no-repeat left top; padding: 5px 7px 4px 20px; text-decoration: none; font-weight: bold; color: #9cf; white-space: nowrap; } /* Commented Backslash Hack hides rule from IE5-Mac \*/ div.tabpanel2 div.tab-row a { float: none; } /* End IE5-Mac hack */ div.tabpanel2 div.tab-row a:hover { color: #fff; } div.tabpanel2 div.tab-row li.selected { background-image: url("tabs2/right_on.gif"); } div.tabpanel2 div.tab-row li.selected a { background-image: url("tabs2/left_on.gif"); color: #333; padding-bottom: 5px; } /* TABBED PANEL VARIATION 3 */ div.tabpanel3 div.tab-row { float: left; width: 100%; background: #eee url("tabs3/bg.jpg") repeat-x top; line-height: normal; } div.tabpanel3 div.tab-row ul { margin: 0; padding: 10px 10px 0; list-style: none; } div.tabpanel3 div.tab-row li { float: left; background: url("tabs3/left.gif") no-repeat left top; margin: 0; padding: 0 0 0 28px; } div.tabpanel3 div.tab-row a { float: left; display: block; background: url("tabs3/right.gif") no-repeat right top; padding: 9px 28px 4px 0px; text-decoration: none; font-weight: bold; color: #92A2AC; } /* Commented Backslash Hack hides rule from IE5-Mac \*/ div.tabpanel3 div.tab-row a { float: none; } /* End IE5-Mac hack */ div.tabpanel3 div.tab-row a:hover { color: #A56060; } div.tabpanel3 div.tab-row li.selected { background-image: url("tabs3/left_on.gif"); } div.tabpanel3 div.tab-row li.selected a { background-image: url("tabs3/right_on.gif"); color: #A56060; } div.tabpanel4 div.tab-row ul { height: 20px; margin: 0; padding-left: 10px; background: url(tabs4/tab_bottom.gif) repeat-x bottom; } div.tabpanel4 div.tab-row li { margin: 0; padding: 0; display: inline; list-style-type: none; } div.tabpanel4 div.tab-row a:link, div.tabpanel4 div.tab-row a:visited { float: left; background: #f3f3f3; font-size: 12px; line-height: 14px; font-weight: bold; padding: 2px 10px 2px 10px; margin-right: 4px; border: 1px solid #ccc; text-decoration: none; color: #666; } div.tabpanel4 div.tab-row li.selected a:link, div.tabpanel4 div.tab-row a:visited.active { border-bottom: 1px solid #fff; background: #fff; color: #000; } div.tabpanel4 div.tab-row a:hover { background: #fff; } /* main styles */ input.button { float: right; display: block; width: 150px; height: 25px; text-align: center; color: #000000; font-weight: bold; line-height: 20px; } body { margin: 0; padding: 0; background: #BBD9EE; color: #000; font-family: tahoma, arial, sans-serif; font-size: 11px; } form { margin: 0; padding: 0 } img { border: none; } a { color: #060606; text-decoration: none } a:hover { text-decoration: underline } input { vertical-align: middle } .floatleft { float: left !important } .floatright { float: right !important } .clear { clear: both !important } .bold { font-weight: bold !important } .normal { font-weight: normal !important } .block { display: block !important } input.text, select, textarea { font-family: arial, sans-serif; color: #333; font-size: 12px; vertical-align: middle; } input.text { padding: 1px 0 0 4px; height: 14px; font-weight: normal; } /* main container */ #main { width: 1462px; margin: 0 auto; } /* header */ #header { position: relative; width: 1462px; height: 106px; background: url(../img/bg-header.gif) no-repeat left bottom; } /* site logo */ a.logo { position: absolute; top: 5px; left: 20px; } /* header tabs */ #top-navigation { position: absolute; top: 60px; left: 20px; margin: 0; padding: 0; list-style: none; } #top-navigation li { float: left; margin: 0 3px 0 0; height: 34px; background: url(../img/tab.gif) repeat-x top; } #top-navigation li a { float: left; display: block; height: 20px; line-height: 19px; color: #606060; padding: 4px 0 0 0; } #top-navigation li span { float: left; background: url(../img/tab-left.gif) no-repeat left top; } #top-navigation li span span { background: url(../img/tab-right.gif) no-repeat right top; padding: 7px 10px 0 10px; } #top-navigation li.active { padding: 0; height: 34px; background: url(../img/tab-active.gif) repeat-x top; margin-right: 2px; } #top-navigation li.active span { background: url(../img/tab-active-left.gif) no-repeat left top; height: 34px; } #top-navigation li.active span span { background: url(../img/tab-active-right.gif) no-repeat right top; height: 23px; padding: 11px 10px 0 10px; line-height: 19px; color: #606060; } /* middle */ #middle { float: left; width: 1437px; background: url(../img/bg-middle.gif) repeat-y left; padding: 0 13px 0 12px; } /* left column */ #left-column { float: left; padding: 1px 14px 0 12px; width: 154px; } /* right column */ #right-column { float: right; padding: 0 9px 0 0; width: 133px; } /* center column */ #center-column-wide { float: left; width: 1600px; /*background: url(../img/bg-center-column2.jpg) no-repeat left top;*/ min-height: 584px; padding: 12px 16px 0 13px; } /* center column */ #center-column { float: left; width: 1220px; /*background: url(../img/bg-center-column2.jpg) no-repeat left top;*/ min-height: 584px; padding: 12px 16px 0 13px; } * html #center-column { height: 854px; } /* footer */ #footer { float: left; width: 100%; background: url(../img/bg-footer.gif) no-repeat; height: 15px; } /* left column styles */ #left-column a { color: #3E3E3E; } #left-column h3 { font-size: 11px; margin: 0; color: #fff; background: url(../img/bg-left-header.gif) no-repeat left top; height: 25px; line-height: 23px; padding: 0 0 0 9px; } ul.nav { margin: 0 0 11px 0; border-bottom: 2px solid #FF9600; background: #ECEFE7; list-style: none; padding: 0 2px; } ul.nav li { padding: 4px 4px 6px 5px; background: url(../img/bg-dotted.gif) repeat-x bottom; } ul.nav a { padding: 0 0 0 12px; background: url(../img/arrow.gif) no-repeat 0 4px; } ul.nav a:hover { font-weight: bold; } ul.nav li.last { background: none; } #left-column .link { display: block; width: 142px; height: 25px; background: url(../img/bg-left-link.gif); margin: 0 0 4px 0; font-weight: bold; padding: 0 0 0 9px; line-height: 25px; color: #60635A; } #left-column .link:hover { display: block; width: 142px; height: 25px; /*background: url(../img/bg-left-link.gif);*/ margin: 0 0 4px 0; font-weight: bold; padding: 0 0 0 9px; line-height: 25px; color: #60635A; } /* center column styles */ .top-bar { float: left; width: 603px; border-left: 2px solid #f70; padding: 0 0 0 9px; margin: 0 0 4px 0; } /* text page header */ .top-bar h1 { font: 20px / 21px verdana, sans-serif; color: #43729F; margin: 0 0 4px 0; } /* orange button */ .top-bar a.button { float: right; display: block; width: 75px; height: 35px; text-align: center; color: #fff; text-transform: uppercase; font-weight: bold; line-height: 27px; background: url(../img/bg-orange-button.gif) no-repeat; } /* bar with select */ .select-bar { clear: both; border-top: 2px solid #f70; border-bottom: 2px solid #f70; padding: 5px 0 3px 0; margin: 0 0 17px 0; } .select-bar select { width: 145px; margin: 0 2px; } /* table container */ div.table { float: left; position: relative; width: 614px; margin: 0 0 37px 0; } table.listing { border-bottom: 1px solid #9097A9; width: 613px; padding: 0; margin: 0; border: 1px solid #9097A9; } table.listing th { border-top: 0 !important; } table.listing th.full { border-left: 0; border-right: 0 !important; text-align: left; text-transform: uppercase; } div.table img.left { position: absolute; top: 0; left: 0; } div.table img.right { position: absolute; top: 0; right: 1px; } /* table styles */ table.listing td, table.listing th { border: 1px solid #fff; text-align: center; } table.listing th { background: #9097A9; color: #fff; padding: 5px; } table.listing td { background: #D8D8D8; color: #000; padding: 3px 5px; } table.listing .bg td { background: #ECECEC; } table.listing .bg1 td { background: #DDDDDD; } table.listing .white td { background: #fff; } table.listing .first { border-left: 0px solid #9097A9; text-align: left; } table.listing .last { border-right: 0px solid #9097A9; } table.listing th.first { background: #9097A9 url(../img/bg-th-left.gif) no-repeat left top; border-left: 0; } table.listing th.last { background: #9097A9 url(../img/bg-th-right.gif) no-repeat right top; border-right: 0; } table.listing .style1 { font-weight: bold; color: #FF7A00; } table.listing .style2 { font-weight: bold; padding-left: 16px; } table.listing .style3 { padding-left: 25px; } table.listing .style4 { padding-left: 35px; } table.form .last { padding: 1px 0 1px 5px; text-align: left; } table.form th, table.form td { padding-left: 10px; } table.form input.text { width: 262px } /* table select */ div.table .select { float: right; margin: 2px 1px 0 0; width: 176px; height: 25px; background: #9097A9 url(../img/bg-select.gif); color: #fff; } div.table .select strong { float: left; padding: 5px 0 0 5px; } div.table .select select { float: right; width: 78px; margin: 2px 3px 0 0; text-align: right; } /* right column header */ #right-column .h { float: left; background: #7E878A; border: 1px solid #B8B8B8; border-bottom: 0; padding: 3px 10px; color: #fff; text-transform: uppercase; } /* right column box */ #right-column .box { float: left; width: 121px; padding: 5px; border: 1px solid #B8B8B8; background: #EBEBEB; margin: 0 0 15px 0; } /* right column buttons */ .buttons { clear: both; text-align: center; padding: 30px 0 15px 0; } .buttons input { margin: 0 0 6px 0; } #FAILED, #EXCEPTION, #KILLED, #DISCONNECTED { color: RED; font-weight: bold; } #SUCCESS, #BOUND { color: green; font-weight: bold; } #Failed, #CLOSED { color: RED; font-weight: bold; } #outbound { color: blue; font-weight: bold; } #inbound { color: sienna; } #TRANSCEIVER { color: green; } #TRANSMITTER, #RECEIVER { color: blue; } #Excluded { color: gray; font-weight: bold; } #ONLY_MERGE_INFO { font-weight: bold; }
0.374676
0.396419
position: absolute; left: 50%; top: 50%; text-align: center; width:960px; height:416px; margin-left: -480px; /*half width*/ margin-top: -208px; /*half height*/ } .container { z-index:1; display: table; border-collapse:collapse } .column { z-index:1; display:table-row; } .cell { z-index:1; display: table-cell; border: None; left: 0px; width:32px; height:32px; background: url('../images/sprite/default/white.png') -32px -32px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .playerMoveLeft { z-index:2; position: absolute; top: 0; left: 0; width: 32px; height: 32px; background: url('../images/sprite/default/player/Human.png'); background-position-y: -32px; -webkit-animation: move .4s steps(8) infinite; /* Safari 4+ */ -moz-animation: move .4s steps(8) infinite;/* Fx 5+ */ -o-animation: move .4s steps(8) infinite; /* Opera 12+ */ animation: move .4s steps(8) infinite; /* IE 10+ */ } .playerMoveRight { z-index:2; position: absolute; top: 0; left: 0; width: 32px; height: 32px; background: url('../images/sprite/default/player/Human.png'); background-position-y: 0px; -webkit-animation: move .4s steps(8) infinite; /* Safari 4+ */ -moz-animation: move .4s steps(8) infinite;/* Fx 5+ */ -o-animation: move .4s steps(8) infinite; /* Opera 12+ */ animation: move .4s steps(8) infinite; /* IE 10+ */ } .playerMoveUp { z-index:2; position: absolute; top: 0; left: 0; width: 32px; height: 32px; background: url('../images/sprite/default/player/Human.png'); background-position-y: -64px; -webkit-animation: move .4s steps(8) infinite; /* Safari 4+ */ -moz-animation: move .4s steps(8) infinite;/* Fx 5+ */ -o-animation: move .4s steps(8) infinite; /* Opera 12+ */ animation: move .4s steps(8) infinite; /* IE 10+ */ } .playerMoveDown { z-index:2; position: absolute; top: 0; left: 0; width: 32px; height: 32px; background: url('../images/sprite/default/player/Human.png'); background-position-y: -96px; -webkit-animation: move .4s steps(8) infinite; /* Safari 4+ */ -moz-animation: move .4s steps(8) infinite;/* Fx 5+ */ -o-animation: move .4s steps(8) infinite; /* Opera 12+ */ animation: move .4s steps(8) infinite; /* IE 10+ */ } @-webkit-keyframes move { 100% { background-position-x: -256px;} }
public/stylesheets/main.css
position: absolute; left: 50%; top: 50%; text-align: center; width:960px; height:416px; margin-left: -480px; /*half width*/ margin-top: -208px; /*half height*/ } .container { z-index:1; display: table; border-collapse:collapse } .column { z-index:1; display:table-row; } .cell { z-index:1; display: table-cell; border: None; left: 0px; width:32px; height:32px; background: url('../images/sprite/default/white.png') -32px -32px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .playerMoveLeft { z-index:2; position: absolute; top: 0; left: 0; width: 32px; height: 32px; background: url('../images/sprite/default/player/Human.png'); background-position-y: -32px; -webkit-animation: move .4s steps(8) infinite; /* Safari 4+ */ -moz-animation: move .4s steps(8) infinite;/* Fx 5+ */ -o-animation: move .4s steps(8) infinite; /* Opera 12+ */ animation: move .4s steps(8) infinite; /* IE 10+ */ } .playerMoveRight { z-index:2; position: absolute; top: 0; left: 0; width: 32px; height: 32px; background: url('../images/sprite/default/player/Human.png'); background-position-y: 0px; -webkit-animation: move .4s steps(8) infinite; /* Safari 4+ */ -moz-animation: move .4s steps(8) infinite;/* Fx 5+ */ -o-animation: move .4s steps(8) infinite; /* Opera 12+ */ animation: move .4s steps(8) infinite; /* IE 10+ */ } .playerMoveUp { z-index:2; position: absolute; top: 0; left: 0; width: 32px; height: 32px; background: url('../images/sprite/default/player/Human.png'); background-position-y: -64px; -webkit-animation: move .4s steps(8) infinite; /* Safari 4+ */ -moz-animation: move .4s steps(8) infinite;/* Fx 5+ */ -o-animation: move .4s steps(8) infinite; /* Opera 12+ */ animation: move .4s steps(8) infinite; /* IE 10+ */ } .playerMoveDown { z-index:2; position: absolute; top: 0; left: 0; width: 32px; height: 32px; background: url('../images/sprite/default/player/Human.png'); background-position-y: -96px; -webkit-animation: move .4s steps(8) infinite; /* Safari 4+ */ -moz-animation: move .4s steps(8) infinite;/* Fx 5+ */ -o-animation: move .4s steps(8) infinite; /* Opera 12+ */ animation: move .4s steps(8) infinite; /* IE 10+ */ } @-webkit-keyframes move { 100% { background-position-x: -256px;} }
0.439507
0.075075
* { margin: 0; padding: 0; box-sizing: border-box; } .app { height: 100vh; display: flex; justify-content: space-evenly; align-items: center; font-family: "Montserrat", sans-serif; } .time-select, .sound-picker { height: 80%; display: flex; justify-content: space-evenly; align-items: center; flex-direction: column; flex: 1; } .time-select button, .sound-picker button { color: white; width: 30%; height: 10%; background: none; font-size: 20px; cursor: pointer; transition: all 0.5s ease; border-radius: 50%; } .sound-picker button { border: none; height: 120px; width: 120px; padding: 30px; border-radius: 10%; } .sound-picker button:nth-child(1) { background: #4972a1; } .sound-picker button:nth-child(2) { background: #ad731b; } .sound-picker button img { height: 100%; } .time-select button:hover { background: white; color: lightblue; } .player-container { position: relative; height: 80%; display: flex; justify-content: space-evenly; align-items: center; flex-direction: column; flex: 1; } .player-container svg { position: absolute; height: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(-90deg); pointer-events: none; } .player-container svg circle { transition: all 0.2s ease-in-out; } .time-display { color: white; position: absolute; font-size: 50px; bottom: 5%; } video { position: fixed; top: 0%; left: 0%; width: 100%; z-index: -10; } .replay{ color: white; position: absolute; font-size: medium; bottom: 30%; } /* added */ .time-select button { width:140px; height: 45px; font-family: 'Roboto', sans-serif; font-size: 11px; text-transform: uppercase; letter-spacing: 2.5px; font-weight: 500; color: #000; background-color: rgb(145, 129, 122); border: none; border-radius: 45px; box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease 0s; cursor: pointer; outline: none; } .medium-mins:hover { background-color: #e52e74; box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4); color: #fff; transform: translateY(-7px); } .b1:hover{ background-color: #2EE59D; box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4); color: #fff; transform: translateY(-7px); } .long-mins:hover{ background-color: #b46914; box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4); color: #fff; transform: translateY(-7px); }
javascript/Audio App/style.css
* { margin: 0; padding: 0; box-sizing: border-box; } .app { height: 100vh; display: flex; justify-content: space-evenly; align-items: center; font-family: "Montserrat", sans-serif; } .time-select, .sound-picker { height: 80%; display: flex; justify-content: space-evenly; align-items: center; flex-direction: column; flex: 1; } .time-select button, .sound-picker button { color: white; width: 30%; height: 10%; background: none; font-size: 20px; cursor: pointer; transition: all 0.5s ease; border-radius: 50%; } .sound-picker button { border: none; height: 120px; width: 120px; padding: 30px; border-radius: 10%; } .sound-picker button:nth-child(1) { background: #4972a1; } .sound-picker button:nth-child(2) { background: #ad731b; } .sound-picker button img { height: 100%; } .time-select button:hover { background: white; color: lightblue; } .player-container { position: relative; height: 80%; display: flex; justify-content: space-evenly; align-items: center; flex-direction: column; flex: 1; } .player-container svg { position: absolute; height: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(-90deg); pointer-events: none; } .player-container svg circle { transition: all 0.2s ease-in-out; } .time-display { color: white; position: absolute; font-size: 50px; bottom: 5%; } video { position: fixed; top: 0%; left: 0%; width: 100%; z-index: -10; } .replay{ color: white; position: absolute; font-size: medium; bottom: 30%; } /* added */ .time-select button { width:140px; height: 45px; font-family: 'Roboto', sans-serif; font-size: 11px; text-transform: uppercase; letter-spacing: 2.5px; font-weight: 500; color: #000; background-color: rgb(145, 129, 122); border: none; border-radius: 45px; box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease 0s; cursor: pointer; outline: none; } .medium-mins:hover { background-color: #e52e74; box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4); color: #fff; transform: translateY(-7px); } .b1:hover{ background-color: #2EE59D; box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4); color: #fff; transform: translateY(-7px); } .long-mins:hover{ background-color: #b46914; box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4); color: #fff; transform: translateY(-7px); }
0.432303
0.081447
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,dl,dt,dd,ol,nav ul,nav 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;} article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;} ol,ul{list-style:none;margin:0px;padding:0px;} blockquote,q{quotes:none;} blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;} table{border-collapse:collapse;border-spacing:0;} /* start editing from here */ a{text-decoration:none;} .txt-rt{text-align:right;}/* text align right */ .txt-lt{text-align:left;}/* text align left */ .txt-center{text-align:center;}/* text align center */ .float-rt{float:right;}/* float right */ .float-lt{float:left;}/* float left */ .clear{clear:both;}/* clear float */ .pos-relative{position:relative;}/* Position Relative */ .pos-absolute{position:absolute;}/* Position Absolute */ .vertical-base{vertical-align:baseline;}/* vertical align baseline */ .vertical-top{vertical-align:top;}/* vertical align top */ nav.vertical ul li{display:block;}/* vertical menu */ nav.horizontal ul li{display: inline-block;}/* horizontal menu */ img{max-width:100%;} /*-- //Reset-Code --*/ body { background:url('../images/1.jpg') no-repeat 0px 0px; background-size: cover; font-family: 'Open Sans', sans-serif; background-attachment: fixed; background-position: center; } h1,h2,h3,h4,h5,h6{ font-family: 'Montserrat', sans-serif; } h1{ color:#fff; font-size:50px; margin-top:50px; text-align:center; } .inputfile { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; } .inputfile + label { position: absolute; top: 0; right: 0; min-width: 100%; min-height: 100%; font-size: 999px; text-align: right; filter: alpha(opacity=0); opacity: 0; background: red; cursor: inherit; display: block;} .inputfile:focus + label, .inputfile + label:hover { background:#212121; color:#fff; } .main-agileinfo{ margin:50px auto; width:50%; } /*--SAP--*/ .sap_tabs{ clear:both; padding: 0; } .tab_box{ background:#fd926d; padding: 2em; } .top1{ margin-top: 2%; } .resp-tabs-list { list-style: none; padding: 15px 0px; margin: 0 auto; text-align: center; background: #2C3FD4; } .resp-tab-item { font-size: 1.1em; font-weight: 500; cursor: pointer; display: inline-block; margin: 0; text-align: center; list-style: none; outline: none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; text-transform: uppercase; margin: 0 1.2em 0; color:#b1b1b1; padding:7px 15px; } .textinput { float:left; width: 400px; min-height: 60px; outline: none; resize: none; border: 1px solid #f0f0f0; } .resp-tab-active { color:#fff; } .resp-tabs-container { padding: 0px; clear: left; } h2.resp-accordion { cursor: pointer; padding: 5px; display: none; } .resp-tab-content { display: none; } .resp-content-active, .resp-accordion-active { display: block; } form { background:rgba(3, 3, 3, 0.57); padding: 25px; } h3 { font-size: 16px; color:#F71D01; margin-bottom: 7px; } .from,.to,.date,.depart,.return,.imagen4{ width:48%; float:left; } .from,.to,.date,.imagen4{ margin-bottom:40px; } .from,.date,.depart,.imagen4{ margin-right:4%; } input[type="text"]{ padding:10px; width:93%; float:left; } input#datepicker,input#datepicker1,input#datepicker2,input#datepicker3 { width: 85%; margin-bottom:10px; } select#w3_country1 { padding: 10px; float:left; } .quantity-select .entry.value-minus { margin-left: 0; } .value-minus, .value-plus { height: 40px; line-height: 24px; width: 40px; margin-right: 3px; display: inline-block; cursor: pointer; position: relative; font-size: 18px; color: #fff; text-align: center; -webkit-user-select: none; -moz-user-select: none; border: 1px solid #2C3FD4; vertical-align: bottom; } .value { cursor: default; width: 40px; height:33px; color: #000; line-height: 24px; border: 1px solid #E5E5E5; background-color: #fff; text-align: center; display: inline-block; margin-right: 3px; padding-top:7px; } .quantity-select .entry.value-minus:hover, .quantity-select .entry.value-plus:hover { background: #E5E5E5; } .value-minus, .value-plus { height: 40px; line-height: 24px; width: 40px; margin-right: 3px; display: inline-block; cursor: pointer; position: relative; font-size: 18px; color: #fff; text-align: center; -webkit-user-select: none; -moz-user-select: none; border: 1px solid #b2b2b2; vertical-align: bottom; } .quantity-select .entry.value-minus:before, .quantity-select .entry.value-plus:before { content: ""; width: 13px; height: 2px; background: #000; left: 50%; margin-left: -7px; top: 50%; margin-top: -0.5px; position: absolute; } .quantity-select .entry.value-plus:after { content: ""; height: 13px; width: 2px; background: #000; left: 50%; margin-left: -1.4px; top: 50%; margin-top: -6.2px; position: absolute; } .numofppl,.adults,.child{ width:50%; float:left; } .class{ width:48%; float:left; } input[type="submit"] { } input[type="submit"]:hover { background:#212121; color:#fff; } /*-- load-more --*/ ul#myList{ margin-bottom:2em; } #myList li{ display:none; list-style-type:none; } #loadMore,#showLess { display: inline-block; cursor: pointer; padding: 7px 20px; background: #fff; font-size: 14px; color: #fff; transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -o-transition: 0.5s all ease; -ms-transition: 0.5s all ease; background: #00bcd4 } #loadMore:hover { background:#212121; color:#fff; } .spcl{ position:relative; } form.blackbg{ background:rgba(33, 150, 243, 0.58); } /*-- //load-more --*/ .footer-w3l { margin: 50px 0 15px 0; } .footer-w3l p{ font-size:14px; text-align:center; color:#000; line-height:27px; } .footer-w3l p a{ color:#000; } .footer-w3l p a:hover{ text-decoration:underline; } @media (min-width: 1200px){ } @media (min-width: 768px) and (max-width: 979px){ } @media (min-width: 767px){ .imsgen4{ display: none; } } @media (min-width: 480px){ .imsgen4{ display: none; } } /*-- //responsive--*/
css/style.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,dl,dt,dd,ol,nav ul,nav 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;} article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;} ol,ul{list-style:none;margin:0px;padding:0px;} blockquote,q{quotes:none;} blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;} table{border-collapse:collapse;border-spacing:0;} /* start editing from here */ a{text-decoration:none;} .txt-rt{text-align:right;}/* text align right */ .txt-lt{text-align:left;}/* text align left */ .txt-center{text-align:center;}/* text align center */ .float-rt{float:right;}/* float right */ .float-lt{float:left;}/* float left */ .clear{clear:both;}/* clear float */ .pos-relative{position:relative;}/* Position Relative */ .pos-absolute{position:absolute;}/* Position Absolute */ .vertical-base{vertical-align:baseline;}/* vertical align baseline */ .vertical-top{vertical-align:top;}/* vertical align top */ nav.vertical ul li{display:block;}/* vertical menu */ nav.horizontal ul li{display: inline-block;}/* horizontal menu */ img{max-width:100%;} /*-- //Reset-Code --*/ body { background:url('../images/1.jpg') no-repeat 0px 0px; background-size: cover; font-family: 'Open Sans', sans-serif; background-attachment: fixed; background-position: center; } h1,h2,h3,h4,h5,h6{ font-family: 'Montserrat', sans-serif; } h1{ color:#fff; font-size:50px; margin-top:50px; text-align:center; } .inputfile { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; } .inputfile + label { position: absolute; top: 0; right: 0; min-width: 100%; min-height: 100%; font-size: 999px; text-align: right; filter: alpha(opacity=0); opacity: 0; background: red; cursor: inherit; display: block;} .inputfile:focus + label, .inputfile + label:hover { background:#212121; color:#fff; } .main-agileinfo{ margin:50px auto; width:50%; } /*--SAP--*/ .sap_tabs{ clear:both; padding: 0; } .tab_box{ background:#fd926d; padding: 2em; } .top1{ margin-top: 2%; } .resp-tabs-list { list-style: none; padding: 15px 0px; margin: 0 auto; text-align: center; background: #2C3FD4; } .resp-tab-item { font-size: 1.1em; font-weight: 500; cursor: pointer; display: inline-block; margin: 0; text-align: center; list-style: none; outline: none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; text-transform: uppercase; margin: 0 1.2em 0; color:#b1b1b1; padding:7px 15px; } .textinput { float:left; width: 400px; min-height: 60px; outline: none; resize: none; border: 1px solid #f0f0f0; } .resp-tab-active { color:#fff; } .resp-tabs-container { padding: 0px; clear: left; } h2.resp-accordion { cursor: pointer; padding: 5px; display: none; } .resp-tab-content { display: none; } .resp-content-active, .resp-accordion-active { display: block; } form { background:rgba(3, 3, 3, 0.57); padding: 25px; } h3 { font-size: 16px; color:#F71D01; margin-bottom: 7px; } .from,.to,.date,.depart,.return,.imagen4{ width:48%; float:left; } .from,.to,.date,.imagen4{ margin-bottom:40px; } .from,.date,.depart,.imagen4{ margin-right:4%; } input[type="text"]{ padding:10px; width:93%; float:left; } input#datepicker,input#datepicker1,input#datepicker2,input#datepicker3 { width: 85%; margin-bottom:10px; } select#w3_country1 { padding: 10px; float:left; } .quantity-select .entry.value-minus { margin-left: 0; } .value-minus, .value-plus { height: 40px; line-height: 24px; width: 40px; margin-right: 3px; display: inline-block; cursor: pointer; position: relative; font-size: 18px; color: #fff; text-align: center; -webkit-user-select: none; -moz-user-select: none; border: 1px solid #2C3FD4; vertical-align: bottom; } .value { cursor: default; width: 40px; height:33px; color: #000; line-height: 24px; border: 1px solid #E5E5E5; background-color: #fff; text-align: center; display: inline-block; margin-right: 3px; padding-top:7px; } .quantity-select .entry.value-minus:hover, .quantity-select .entry.value-plus:hover { background: #E5E5E5; } .value-minus, .value-plus { height: 40px; line-height: 24px; width: 40px; margin-right: 3px; display: inline-block; cursor: pointer; position: relative; font-size: 18px; color: #fff; text-align: center; -webkit-user-select: none; -moz-user-select: none; border: 1px solid #b2b2b2; vertical-align: bottom; } .quantity-select .entry.value-minus:before, .quantity-select .entry.value-plus:before { content: ""; width: 13px; height: 2px; background: #000; left: 50%; margin-left: -7px; top: 50%; margin-top: -0.5px; position: absolute; } .quantity-select .entry.value-plus:after { content: ""; height: 13px; width: 2px; background: #000; left: 50%; margin-left: -1.4px; top: 50%; margin-top: -6.2px; position: absolute; } .numofppl,.adults,.child{ width:50%; float:left; } .class{ width:48%; float:left; } input[type="submit"] { } input[type="submit"]:hover { background:#212121; color:#fff; } /*-- load-more --*/ ul#myList{ margin-bottom:2em; } #myList li{ display:none; list-style-type:none; } #loadMore,#showLess { display: inline-block; cursor: pointer; padding: 7px 20px; background: #fff; font-size: 14px; color: #fff; transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -o-transition: 0.5s all ease; -ms-transition: 0.5s all ease; background: #00bcd4 } #loadMore:hover { background:#212121; color:#fff; } .spcl{ position:relative; } form.blackbg{ background:rgba(33, 150, 243, 0.58); } /*-- //load-more --*/ .footer-w3l { margin: 50px 0 15px 0; } .footer-w3l p{ font-size:14px; text-align:center; color:#000; line-height:27px; } .footer-w3l p a{ color:#000; } .footer-w3l p a:hover{ text-decoration:underline; } @media (min-width: 1200px){ } @media (min-width: 768px) and (max-width: 979px){ } @media (min-width: 767px){ .imsgen4{ display: none; } } @media (min-width: 480px){ .imsgen4{ display: none; } } /*-- //responsive--*/
0.225758
0.050752
/* IMPORT CSS FROM GITHUB */ @import url(https://zerthox.github.io/ClearVision/css/ClearVision_v5.min.css); @import url(https://intrnl.github.io/discordcustomizations/titlebarRevert/dist/themefile.css); /* change color and brightness with these settings below */ /* I guess some people can't figure this out but to change just adjust */ /* --hover-color: can use any color format really hsla rgba hex same for */ /* --main-color: */ /* If you don't know what color you want use this picker: http://hslpicker.com/ */ :root { --hover-color: hsla(276, 65%, 19%, 1); --main-color: hsla(265, 100%, 50%, 1); --background-blur: 0px; --background-brightness: 100%; } body::after, .callout-backdrop, .user-popout::before, #user-profile-modal .header::before, #pubs-container::before, .auth-background, .auth-tiling-bg, .invite-modal .invite-splash, .radio-theme.light label, /* you can choose your own background here for best results use one at least */ /* 1920 x 1080 */ .radio-theme.dark label{ background-image: url('https://www.mexatk.com/wp-content/uploads/2016/05/%D8%B5%D9%88%D8%B1-%D8%AE%D9%84%D9%81%D9%8A%D8%A7%D8%AA-%D9%84%D9%8A%D9%84%D9%8A%D8%A9-%D8%AC%D9%85%D9%8A%D9%84%D8%A9-%D9%88%D9%85%D9%85%D9%8A%D8%B2%D8%A9-%D8%A7%D8%AD%D9%84%D9%8A-%D8%B5%D9%88%D8%B1-%D8%AE%D9%84%D9%81%D9%8A%D8%A7%D8%AA-2.jpg'); background-size: 1950px 1100px; } /* emoji picker stuff */ .emojiPicker-3m1S-j { height: 224px; overflow-x: hidden; padding: 0 0 0 8px; background-color: rgba(0, 0, 0, 0.6) !important; } .search-bar { background-color: transparent!important; -webkit-box-shadow: none!important; box-shadow: none!important; } .bda-dark .emoji-picker .header .search-bar, .bda-dark .emojiPicker-3m1S-j .header-1nkwgG .search-bar { background-color: #2b2b2b; } .emojiPicker-3m1S-j .header-1nkwgG .search-bar { -ms-flex: 1; -webkit-box-flex: 1; flex: 1; padding: 12px; } .search-bar.search-bar-light { background-color: rgba(0,0,0,0.58); color: #fff!important; border-radius: 3px; } .emojiPicker-3m1S-j .search-bar { padding: 12px; } .search-bar.search-bar-light { -webkit-box-shadow: none; background-color: #fff; box-shadow: none; height: auto; padding: 0; } .search-bar { background-color: transparent!important; -webkit-box-shadow: none!important; box-shadow: none!important; } .search-bar { -ms-flex-align: center; -ms-flex-negative: 0; -webkit-box-align: center; -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.06), inset 0 -1px 0 0 rgba(0,0,0,.2); align-items: center; background-color: #2f3136; border-radius: 4px; box-shadow: 0 1px 0 0 rgba(0,0,0,.06), inset 0 -1px 0 0 rgba(0,0,0,.2); display: -webkit-box; display: -ms-flexbox; display: flex; flex-shrink: 0; } .emojiPicker-3m1S-j .category-2U57w6 { color: var(--main-color) !important; font-size: 12px; font-weight: 500; height: 32px; line-height: 32px; padding: 0 4px; text-transform: uppercase; } .bda-dark .emoji-picker .category, .bda-dark .emojiPicker-3m1S-j .category-2U57w6 { background-color: transparent; } .bda-dark .emoji-picker .dimmer.visible, .bda-dark .emojiPicker-3m1S-j .dimmer-3iH-5D.visible-3k45bQ { background: rgba(0,0,0,0.6); } .emojiPicker-3m1S-j .dimmer-3iH-5D.visible-3k45bQ { background-color: hsla(0,0%,0%,.6); pointer-events: auto; } .emojiPicker-3m1S-j .dimmer-3iH-5D { -webkit-transition: var(--hover-color) .15s ease-in-out; background-color: transparent; border-radius: 8px; height: 100%; pointer-events: none; position: absolute; transition: var(b--hover-color) .15s ease-in-out; width: 100%; z-index: 1; } .diversitySelector-tmmMv0 .popout-2nUePc { background-color: transparent !important; border: transparent !important; } .bda-dark .emoji-picker .scroller .emoji-item.selected, .bda-dark .emojiPicker-3m1S-j .scroller-3vODG7 .emojiItem-109bjA.selected-39BZ4S { background-color: transparent !important; } .emojiPicker-3m1S-j .scroller-3vODG7 .emojiItem-109bjA.selected-39BZ4S { background-color: transparent !important; border-radius: 3px; } .emojiPicker-3m1S-j .scroller-3vODG7 .emojiItem-109bjA { background-position: 50%; background-repeat: no-repeat; background-size: contain; cursor: pointer; display: inline-block; height: 28px; line-height: 28px; margin: 2px 0 2px 4px; text-align: center; width: 28px; } .diversitySelector-tmmMv0 .popout-2nUePc .item-16cXuq:hover { background-color: transparent; } .diversitySelector-tmmMv0 .item-16cXuq { -ms-flex-negative: 0; background-position: 50%; background-repeat: no-repeat; background-size: 22px 22px; cursor: pointer; flex-shrink: 0; height: 22px; padding: 4px; width: 22px; } .bda-dark .emoji-picker .scroller::-webkit-scrollbar, .bda-dark .emoji-picker .scroller::-webkit-scrollbar-track, .bda-dark .emoji-picker .scroller::-webkit-scrollbar-track-piece, .bda-dark .emojiPicker-3m1S-j .scroller-3vODG7::-webkit-scrollbar, .bda-dark .emojiPicker-3m1S-j .scroller-3vODG7::-webkit-scrollbar-track, .bda-dark .emojiPicker-3m1S-j .scroller-3vODG7::-webkit-scrollbar-track-piece { background-color: transparent !important; border-color: transparent !important; } .scrollerThemed-2oenus.themeLight-1_DWyY.scrollerTrack-1ZIpsv>.scroller-2FKFPG::-webkit-scrollbar-track, .theme-dark .scrollerThemed-2oenus.themeLight-1_DWyY.scrollerTrack-1ZIpsv>.scroller-2FKFPG::-webkit-scrollbar-track, .theme-light .scrollerWrap-2lJEkd.scrollerTrack-1ZIpsv>.scroller-2FKFPG::-webkit-scrollbar-track { background-color: transparent !important; } /* end of emoji stuff */ /* borders around people speaking */ .avatarSpeaking-1wJCNq { -webkit-box-shadow: 0 0 0 2px var(--main-color), inset 0 0 0 1.5px #2f3136 !important; box-shadow: 0 0 0 2px var(--main-color), inset 0 0 0 1.5px #2f3136 !important; } .avatarDefault-35WC3R, .avatarSpeaking-1wJCNq { background-position: 50% 50%; background-repeat: no-repeat; background-size: 20px 20px; border-radius: 50%; height: 20px; margin-left: 8px; width: 20px; } .callAvatarBorder-1D_KaE.voice-2D-tt_.speaking-oCqYMI { -webkit-box-shadow: inset 0 0 0 3px var(--main-color) !important; border-radius: 50%; box-shadow: inset 0 0 0 3px var(--main-color) !important; } .callAvatarBorder-1D_KaE { bottom: 0; left: 0; position: absolute; right: 0; top: 0; } .callAvatarBorder-1D_KaE.video-3GgX2M.speaking-oCqYMI { -webkit-box-shadow: inset 0 0 0 2px var(--main-color) !important; border-radius: 3px; box-shadow: inset 0 0 0 2px var(--main-color) !important; } .callAvatarBorder-1D_KaE { bottom: 0; left: 0; position: absolute; right: 0; top: 0; } .callAvatarBorder-1D_KaE { bottom: 0; left: 0; position: absolute; right: 0; top: 0; } /* end of borders around people speaking */ .buttonGreenFilled-6QHNrw, .buttonGreenFilledDefault-_lLQaz:hover{ background-color: var(--main-color); } /* if you want a lighter or darker context menu(that's the menu that pop's up */ /* on right click) just change 1.0 down .1 until you reach what you want eg */ /* rgba(0,0,0,0.5) or something */ .theme-dark .contextMenu-uoJTbz{ background-color: rgba(0,0,0, 0.8); } /* color of the hover in the above menu so when your mouse is on */ /* an option this is what makes it changes colors */ .contextMenu-uoJTbz.theme-dark .itemGroup-oViAgA .item-1XYaYf :hover { color: var(--hover-color); -webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out; } .theme-light .chat>.content .messages .message-group .comment .markup { color:lightgray; } .theme-light .chat>.content .messages a { color: lightgray; } .theme-light .chat>.content .messages .message-group .comment .mention { color: lightgray; } /* the little notifaciton next to guilds for unreads */ .guilds-wrapper .badge { -webkit-animation: none; animation: none; background-color: var(--hover-color); } .channel-members h2 { color: var(--hover-color) ; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; padding: 4px 8px; background-color: transparent ; border: 1px solid; border-color: transparent; border-radius: 3px; width: 190px; margin-left: 15px; text-align: center; } .private-channels .search-bar .search-bar-inner { background: var(--main-color); } .directionRow-3v3tfG { -ms-flex-direction: row; -webkit-box-direction: normal; -webkit-box-orient: horizontal; flex-direction: row; } .directionRow-3v3tfG { -ms-flex-direction: row; -webkit-box-direction: normal; -webkit-box-orient: horizontal; flex-direction: row; } .theme-dark DIV[class*="channels"][class*="vertical"] { color: rgba(0,0,0,.5); } [class*="titleBar-"]{ background-color: rgba(0, 0, 0, .6); margin-top: 0px; padding-top: 4px;} [class*="winButtonMinMax-"]:hover{ background-color: var(--hover-color) ;} .channelIcon-1KtcMW { color: var(--main-color) ; margin-right: 1px; position: relative; top: 2px; } .theme-light .channelName-1G03vu, .theme-light .groupDM-3gzbyG .channelName-1G03vu, .theme-light .groupDMManaged-2z2S1A .channelName-1G03vu, .theme-light .input-autosize-input { color: var(--main-color) !important; } .userPopout-4pfA0d .headerNormal-1cioxU { background-color: rgba(0,0,0,0.8) ; } .theme-light .headerNormal-1cioxU .headerName-2N8Pdz, .theme-light .headerNormal-1cioxU .headerTagUsernameNoNickname-1gGsAP { color: var(--hover-color); } .theme-light .body-3rkFrF { color: var(--hover-color); } .theme-light .topSectionNormal-2LlRG1 { background: var(--main-color); } .account { border-top:none; padding:0 15px; background:#19191b; border-top: 2px solid #212121 ; height: 72px; overflow: visible; z-index: 9; width: 310px; margin-left: -80px; box-sizing: border-box; } .ui-standard-sidebar-view, .ui-standard-sidebar-view .sidebar-region, .ui-standard-sidebar-view .content-region { background: rgba(0,0,0,0.2); } .theme-light .lfg-3xoFkI{ background-color: rgba(0,0,0,0.2); } [class*="card"] { background: none; border-color: transparent; } .theme-light .card-11ynQk:before { background-color: var(--main-color); border-color: var(--hover-color); } .theme-light .wrapperDefault-NeXRmD { background-color: var(--main-color); } .theme-light .wrapperDefault-NeXRmD, .theme-light .wrapperFull-2_7g2- { border-color: #FFC62F; color: var(--hover-color); } /* upload module fix */ .uploadModal-2KN6Mm .footer-4pOKm8 .button-primary { -webkit-transition: opacity .2s ease-in-out; background-color: none; color: none; transition: opacity .2s ease-in-out; } .uploadModal-2KN6Mm .footer-4pOKm8 .button { background-color: none; height: 36px; min-width: 84px; padding: 0; } .uploadModal-2KN6Mm .footer-4pOKm8 .button { background-color: none; height: 36px; min-width: 84px; padding: 0; } .uploadModal-2KN6Mm .footer-4pOKm8 { -ms-flex-direction: row; -ms-flex-pack: end; -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-box-pack: end; background-color: transparent; border-radius: 0 0 10px 10px; display: -webkit-box; display: -ms-flexbox; display: flex; flex-direction: row; justify-content: flex-end; padding: 10px; } .uploadModal-2KN6Mm { -ms-flex-direction: column; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-filter: blur(0); -webkit-perspective: 1000; background-color: rgba(0, 0, 0, 0.2); border-radius: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; filter: blur(0); flex-direction: column; min-height: 258px; perspective: 1000; width: 520px; } /* end of upload module fix */ /* the hover controller for the channels inside of servers */ .wrapperDefaultText-3M3F1R:hover, .wrapperDefaultVoice-2ud9mj:hover, .wrapperHoveredText-1PA_Uk:hover, .wrapperHoveredVoice-3tbfNN:hover, .wrapperLockedText-Dsondf:hover, .wrapperLockedVoice-1XZJmE:hover, .wrapperMutedText-34VhKk:hover, .wrapperMutedVoice-2BiLWu:hover, .wrapperUnreadText-1MykVG:hover, .wrapperUnreadVoice-13F9Gg:hover { background-color: var(--hover-color); border-radius: 25px; -webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out; } /*------------------------------------------------------------------------*/ .chat > .content .messages .message-group h2 span :hover { color: var(--main-color); transition: all .3s ease-in-out; } [class*="theme-"] .iconBadge-2dji3k { border-color: transparent; } .theme-dark .iconBadge-2dji3k { border-color: var(--main-color); } .iconBadge-2dji3k { -webkit-box-shadow: none; background-color: var(--main-color); border: 2px solid transparent; border-radius: 8px; box-shadow: none; height: 8px; position: absolute; right: 3px; top: 3px; width: 8px; } .chat>.content .messages .divider span, .theme-dark .chat>.content .messages .divider span { color: var(--hover-color) !important; background-color: var(--main-color) !important; } .container-2lgZY8 { background-color: transparent; } .theme-dark .members-1998pB { background-color: transparent; } .container-PNkimc { background-color: transparent; contain: layout; min-height: 0; position: relative; } .contentSelectedText-3wUhMi { background-color: var(--main-color); } .contentHoveredText-2D9B-x, .contentHoveredVoice-3p_NEO:active, .contentSelectedVoice-1WDIBM:active { background-color: rgba(109, 45, 200, 0.5); } .theme-dark .menu-Sp6bN1 { -webkit-box-shadow: 0 0 1px rgba(0,0,0,.82), 0 1px 4px rgba(0,0,0,.1); background: rgba(0,0,0,0.8); box-shadow: 0 0 1px rgba(0,0,0,.82), 0 1px 4px rgba(0,0,0,.1); } .userPopout-3XzG_A { -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.2), 0 0 0 1px rgba(32,34,37,.6); border-radius: 5px; box-shadow: 0 2px 10px 0 rgba(0,0,0,.2), 0 0 0 1px rgba(32,34,37,.6); overflow: hidden; width: 250px; background-color: rgba(0,0,0,0.2); } [class*="headerSpotify-"] { background: transparent; } [class*="userPopout-"] [class*="body-"]:not(.bodyAlignCenter-2WUfxb):not(.bodyNormal-2QqN-G) { padding-bottom: 10px; border-bottom: 0px; border-radius: 3px; } .body-3iLsc4 { background-color: inherit !important; padding: 12px 10px 10px; } [class*="userPopout-"] [class*="body-"]:not(.bodyAlignCenter-2WUfxb):not(.bodyNormal-2QqN-G) { background: rgba(0, 0, 0, 0.8); padding-bottom: 10px; border-bottom: 0px; border-radius: 3px; } .contentImagesUserPopout-1vLdRA { margin-left: 10px; padding-top: 10px; } .assetsLargeImage-eYwpTX { border-radius: 3px; } .assets-VMAukC { position: relative; padding-top: 10px; padding-left: 5px; } .theme-dark .activityProfile-2bJRaP .headerText-1HLrL7, .theme-dark .activityUserPopout-2yItg2 .headerText-1HLrL7, .theme-light .activityProfile-2bJRaP .headerText-1HLrL7, .theme-light .activityUserPopout-2yItg2 .headerText-1HLrL7 { color: #fff; padding-top: 2px; } [class*="headerSpotify-"] { background: rgba(0, 0, 0, 0.5); } .theme-dark .body-3iLsc4, .theme-dark .footer-1fjuF6 { background-color: inherit !important; color: hsla(0,0%,100%,.8); } [class*="headerPlaying-"] { background: inherit !important; } .accountDetails-3k9g4n::after { content: ""; font-size: 11px; text-align: center; font-weight: 700; bottom: -1px; opacity: 0.3; position: sticky; color: #fff; } [class*="userPopout-"] [class*="headerNormal-"] { background: inherit !important; } [class*="theme-"] .member-3W1lQa.popout-open .content-OzHfo4:hover { display:none } .container-2Thooq::after { content: ""; } .contextMenu-HLZMGh.theme-dark.invertChildX-2fq7sY { background: rgba(0, 0, 0, 0.6); } .contextMenu-HLZMGh.theme-dark.invertChildX-2fq7sY .itemGroup-1tL0uz .item-1Yvehc.itemSubMenu-1vN_Yn.itemSubMenuHasScroller-1J2hmF { background: rgba(0, 0, 0, 0.4); } .contextMenu-HLZMGh.theme-dark.invertChildX-2fq7sY .itemGroup-1tL0uz .item-1Yvehc.itemSubMenu-1vN_Yn { background: rgba(0, 0, 0, 0.4); } .contextMenu-HLZMGh.theme-dark.invertChildX-2fq7sY .itemGroup-1tL0uz .item-1Yvehc.itemSubMenu-1vN_Yn.itemSubMenuHasScroller-1J2hmF .contextMenu-HLZMGh.theme-dark { background: rgba(0, 0, 0, 0.4); } .contextMenu-HLZMGh.theme-dark.invertChildX-2fq7sY .itemGroup-1tL0uz .item-1Yvehc.itemSubMenu-1vN_Yn .contextMenu-HLZMGh.theme-dark .scrollerWrap-2lJEkd.scrollerThemed-2oenus.themeGhostHairline-DBD-2d .scroller-2FKFPG.scroller-2PSBSf { background: rgba(0, 0, 0, 0.4); } .contextMenu-HLZMGh.theme-dark { background: rgba(0, 0, 0, 0.6); } .private-channels .channel.selected a { background-color: rgba(79,84,92,.6); color: var(--main-color) !important; } .private-channels .channel.selected .channel-name { opacity: 1; color: var(--main-color) !important; } .private-channels header { -webkit-transition: opacity .15s ease; color: var(--main-color) !important; cursor: default; display: block; font-size: 12px; font-weight: 500; margin-top: 12px; opacity: .3; overflow: hidden; padding: 9px 20px; text-overflow: ellipsis; text-transform: uppercase; transition: opacity .15s ease; white-space: nowrap; } /* "Smooth Backgrounds v2.2b" by Zerthox & Hebgbs */ /* Make the background really clear & more smooth */ .guilds-wrapper{ -webkit-box-shadow: none !important; box-shadow: none !important;} [class*="title"] [class*="channelName"]{ color: #bfbfbf !Important;} [class*="title"] [class*="topic"]{ font-size: 12px; margin-top: 2px; color: #afafaf !important;} .flex-spacer.flex-vertical [class*="channelTextAreaEnabled"] TEXTAREA{ color: #d6d6d6;} .flex-spacer.flex-vertical [class*="channelTextAreaEnabled"] TEXTAREA::-webkit-input-placeholder{ color: hsla(0, 0%, 100%, .2); -webkit-filter: grayscale(1); filter: grayscale(1);} [class*="autocompleteInner"] [class*="selector-"] [class*="marginLeft8"]{ color: rgba(255, 255, 255, .6) !Important;} [class*="autocompleteInner"] [class*="selectorSelected-"] [class*="marginLeft8"]{ color: #fff !important;} [class*="flex"][class*="base"], DIV.notice{ border-radius: 0 0 0 0 !Important;} .notice.notice-facebook{ background-color: rgba(53, 80, 137, 0.71) !important;} /* Light appearance */ .theme-light [class*="autocompleteInner"]{ background-color: transparent !important;} /* There are other things expressly for light theme / are made specific for dark theme which needs resolution. */ DIV.theme-light .guilds-wrapper .scroller-wrap, DIV.theme-dark .guilds-wrapper .scroller-wrap, DIV.theme-light DIV[class*="noWrap"] [class*="channels-"], DIV.theme-dark DIV[class*="noWrap"] [class*="channels-"], DIV.theme-light DIV.flex-spacer.flex-horizontal, DIV.theme-dark DIV.flex-spacer.flex-horizontal, DIV[class*="titleWrapper"].theme-light > DIV[class*="title-"], DIV[class*="titleWrapper"].theme-dark > DIV[class*="title-"], DIV.theme-light DIV.channel-members, DIV.theme-dark DIV.channel-members, DIV.theme-light .search-results-wrap, DIV.theme-dark .search-results-wrap, DIV.theme-light #friends [class*="noWrap"][class*="headerBar"], DIV.theme-dark #friends [class*="noWrap"][class*="headerBar"], DIV.theme-light #friends DIV.friends-table, DIV.theme-dark #friends DIV.friends-table { background-color: transparent !important; } .theme-dark .bar-2Qqk5Z { background: linear-gradient(to left, var(--hover-color), var(--main-color)) !important; } .grabber-3mFHz2 { -webkit-box-shadow: 0 3px 1px 0 rgba(0,0,0,.05), 0 2px 2px 0 rgba(0,0,0,.1), 0 3px 3px 0 rgba(0,0,0,.05); background-color: var(--main-color); border: 1px solid var(--hover-color); border-radius: 3px; box-shadow: 0 3px 1px 0 rgba(0,0,0,.05), 0 2px 2px 0 rgba(0,0,0,.1), 0 3px 3px 0 rgba(0,0,0,.05); cursor: ew-resize; height: 24px; left: 0; margin-left: -5px; margin-top: -13px; top: 50%; width: 10px; } .theme-dark .bubble-3we2di { background-color: var(--main-color); } [class*="modal"] [class*="sizeSmall"] [class*="footer"] BUTTON[type="button"] { background-color: var(--main-color) !important; } .lookLink-9FtZy-.colorRed-1TFJan:hover .contents-18-Yxp { background-image: linear-gradient(0deg,transparent,transparent 1px,transparent 0,transparent 2px,transparent 0) !important; } .theme-dark .activity-1IYsbk { color: var(--main-color) !important; font-weight: 700 !important; } .private-channels .channel .channel-activity-text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--main-color) !important; font-weight: 800 !important; } .private-channels .channel.selected .channel-activity strong { color: var(--main-color) !important; font-weight: 700 !important; } #app-mount .headerSpotify-zpWxgT+.body-3iLsc4,#app-mount .headerSpotify-zpWxgT ~ .footer-1fjuF6{ background: rgba(0, 0, 0, 0.5) !important; } #app-mount .headerSpotify-zpWxgT~div,.headerSpotify-zpWxgT{ background: transparent !important; } .ui-switch-wrapper .ui-switch::before { top: 0px !important; } #bd-settingspane-container .ui-switch-wrapper .ui-switch-checkbox:checked+.ui-switch::before { transform: translate(0,0) !important; } .guilds-wrapper .guilds { -moz-user-select: none; -ms-flex: 1; -ms-user-select: none; -webkit-box-flex: 1; -webkit-user-select: none; flex: 1; overflow-x: hidden; overflow-y: scroll; padding: 10px 0 10px 10px; user-select: none; } .guilds-wrapper { background-color: transparent !important; } .theme-dark .activityFeed-28jde9 { background-color: transparent !important; } DIV[class*="flex-"][class*="title-"], #friends DIV[class*="headerBar"] { /* background-color: rgba(0, 0, 0, .71) !Important; */ box-shadow: none !important; } DIV[class*="flex-"][class*="title-"], #friends DIV[class*="headerBar"] { background-color: transparent !important; box-shadow: none !important; } div[class*="flex-"][class*="title-"], #friends div[class*="headerBar"] { background-color: rgba(0, 0, 0, 0.709804); box-shadow: none; } .title-jXR8lp { font-size: 26px; line-height: 32px; } .marginTop8-1DLZ1n { margin-top: 8px; } .weightLight-3heiur { font-weight: 300; } .white-2qwKC7, .white100-1kM2ad, .white200-3zgO-Z, .white300-9aRwFJ, .white400-18yif1, .white500-2pqdDy { color: #fff; } .flexCenter-3_1bcw { } .justifyCenter-3D2jYp { -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; } .alignCenter-1dQNNs { -ms-flex-align: center; -webkit-box-align: center; align-items: center; } .flex-1O1GKY { display: -webkit-box; display: -ms-flexbox; display: flex; } a, button, div, input, select, span, textarea { outline: 0; } element.style { } .lookInverted-2D7oAl.colorGreen-29iAKY { background-color: transparent !important; } .lookInverted-2D7oAl.colorGreen-29iAKY:hover { background-color: var(--hover-color) !important; } .theme-dark .lookFilled-1Gx00P.colorPrimary-3b3xI6 { background-color: rgba(0, 0 ,0, 0.5); color: #f6f6f7; } .theme-dark .lookFilled-1Gx00P.hoverBrand-1_Fxlk.hasHover-3X1-zV:hover, .theme-light .lookFilled-1Gx00P.hoverBrand-1_Fxlk.hasHover-3X1-zV:hover { background-color: var(--hover-color); color: #fff; } .app button { cursor: pointer; } .headerButtonColor-G7_f-V { background: rgba(0,0,0, 0.5); color: #fff; } .theme-dark .lookFilled-1Gx00P.colorPrimary-3b3xI6:active, .theme-dark .lookFilled-1Gx00P.colorPrimary-3b3xI6:hover { background-color: var(--hover-color); } .theme-dark .lookFilled-1Gx00P.colorPrimary-3b3xI6 { background-color: rgba(0, 0 ,0, 0.5); color: #f6f6f7; } /* lets us customize our home icon */ .guilds-wrapper .guilds .home-icon{ background-image: url("https://i.pinimg.com/736x/5c/df/52/5cdf522c003ac1bc8c4c151bcacee778.jpg"); color: transparent; background-color: transparent; background-size: 100%; background-repeat: space; background-position: center; } /* gets rid of extra fill-in color on the home icon */ .guilds-wrapper .guilds .guild.active:first-of-type .guild-inner { background: transparent !important; } /* hover shadow in dms */ .private-channels .channel:hover a { background-color: var(--hover-color); } /* hover shadow in servers */ [class*="theme-"] .member-3W1lQa:hover .content-OzHfo4, .contentHoveredText-2D9B-x { background: var(--hover-color); } DIV.theme-dark DIV.flex-spacer.flex-horizontal { background-color: transparent !important; } [class*="scrollerThemed-"] [class*="scroller-"]::-webkit-scrollbar-track-piece { background: transparent !important; background-clip: padding-box!important; } .scroller-wrap .scroller::-webkit-scrollbar-track-piece, .search-results-wrap .scroller-wrap .scroller::-webkit-scrollbar-track-piece, .theme-dark .search-results-wrap .scroller-wrap .scroller::-webkit-scrollbar-track-piece { border: 3px solid transparent!important; background-color: transparent!important; } [class*="titleBar-"] { background-color: transparent !important; margin-top: 0px; padding-top: 4px; } .theme-dark .footer-1fjuF6 { border-color: transparent !important; } .bar-3urHkF { background-color: transparent; } .barInner-3NDaY_ { background: linear-gradient(to left, var(--hover-color), var(--main-color)) !important; height: 100%; min-width: 4px; } .theme-dark .activityProfile-2bJRaP .headerText-1HLrL7, .theme-dark .activityUserPopout-2yItg2 .headerText-1HLrL7, .theme-light .activityProfile-2bJRaP .headerText-1HLrL7, .theme-light .activityUserPopout-2yItg2 .headerText-1HLrL7 { color: white !important; padding-top: 2px; } .lookOutlined-3sRXeN.colorWhite-rEQuAQ:hover { border-color: var(--main-color); } .activityName-1IaRLn, .detailsWrap-22pigg, .nameWrap-3Z4G_9, .details-38sfDr, .nameNormal-2lqVQK, .playTime-2uWd1Z, .state-Tt0LO3, .timestamp-VjAZmo { color: var(--main-color); } .theme-dark .activityProfile-2bJRaP .content-3JfFJh, .theme-dark .activityProfile-2bJRaP .details-38sfDr, .theme-dark .activityProfile-2bJRaP .name-29ETJS, .theme-dark .activityUserPopout-2yItg2 .content-3JfFJh, .theme-dark .activityUserPopout-2yItg2 .details-38sfDr, .theme-dark .activityUserPopout-2yItg2 .name-29ETJS, .theme-light .activityProfile-2bJRaP .content-3JfFJh, .theme-light .activityProfile-2bJRaP .details-38sfDr, .theme-light .activityProfile-2bJRaP .name-29ETJS, .theme-light .activityUserPopout-2yItg2 .content-3JfFJh, .theme-light .activityUserPopout-2yItg2 .details-38sfDr, .theme-light .activityUserPopout-2yItg2 .name-29ETJS { color: var(--main-color); } .theme-dark .contentDefault-16dKSY { color: var(--main-color); } .scrollerThemed-2oenus.themeGhost-28MSn0.scrollerTrack-1ZIpsv>.scroller-2FKFPG::-webkit-scrollbar-track { background-color: transparent; } .scrollerThemed-2oenus.themeGhost-28MSn0.scrollerTrack-1ZIpsv>.scroller-2FKFPG::-webkit-scrollbar-track { background-color: transparent; } .theme-dark .quickswitcher-3JagVE { background-color: rgba(0, 0, 0, 0.8); color: #dcddde; } .anchor-3Z-8Bb:hover { text-decoration: none; } .ace-monokai { background-color: rgba(0, 0, 0, 0.1); color: #F8F8F2; } .ace-monokai .ace_gutter { background-color: rgba(0, 0, 0, 1); } .discriminator { background: rgba(0,0,0,0)!important; color: #fff!important; font-size: 14px!important; font-weight: 700!important; } .discriminator:hover { background: rgba(0,0,0,0)!important; } [class*="userPopout-"] [class*="body-"]:not(.bodyAlignCenter-2WUfxb):not(.bodyNormal-2QqN-G) { background: transparent; padding-bottom: 10px; border-bottom: 0px; } .statusProfile-3ynqtt { background-size: 12px; bottom: 3px; height: 90px; position: absolute; right: 0px; width: 90px; top: 0px; } .statusProfile-3ynqtt.online-2S838R { -webkit-box-shadow: inset 0 0 0 3px rgba(180,225,205,.6); box-shadow: inset 0 0 0 3px rgba(180,225,205,.6); background-color: transparent; } .statusProfile-3ynqtt.idle-3DEnRT { -webkit-box-shadow: inset 0 0 0 3px hsla(37,96%,82%,.6); box-shadow: inset 0 0 0 3px hsla(37,96%,82%,.6); background-color: transparent; } .statusProfile-3ynqtt.dnd-1_xrcq { -webkit-box-shadow: inset 0 0 0 3px hsla(0,85%,84%,.6); box-shadow: inset 0 0 0 3px hsla(0,85%,84%,.6); background-color: transparent; } .statusProfile-3ynqtt.invisible-1kp8Z0, .statusProfile-3ynqtt.offline-3qoTek, .statusProfile-3ynqtt.unknown-Ms2zdV { -webkit-box-shadow: inset 0 0 0 3px rgba(199,204,209,.6); box-shadow: inset 0 0 0 2px rgba(199,204,209,.6); background-color: transparent; } .maskProfile-1ObLFT { -webkit-mask: url(/assets/ee28e449f86121bee152231e3ce50839.svg); mask: url(/assets/ee28e449f86121bee152231e3ce50839.svg); -webkit-mask-size: 1.5%; }
Winter_Wonderland.theme.css
/* IMPORT CSS FROM GITHUB */ @import url(https://zerthox.github.io/ClearVision/css/ClearVision_v5.min.css); @import url(https://intrnl.github.io/discordcustomizations/titlebarRevert/dist/themefile.css); /* change color and brightness with these settings below */ /* I guess some people can't figure this out but to change just adjust */ /* --hover-color: can use any color format really hsla rgba hex same for */ /* --main-color: */ /* If you don't know what color you want use this picker: http://hslpicker.com/ */ :root { --hover-color: hsla(276, 65%, 19%, 1); --main-color: hsla(265, 100%, 50%, 1); --background-blur: 0px; --background-brightness: 100%; } body::after, .callout-backdrop, .user-popout::before, #user-profile-modal .header::before, #pubs-container::before, .auth-background, .auth-tiling-bg, .invite-modal .invite-splash, .radio-theme.light label, /* you can choose your own background here for best results use one at least */ /* 1920 x 1080 */ .radio-theme.dark label{ background-image: url('https://www.mexatk.com/wp-content/uploads/2016/05/%D8%B5%D9%88%D8%B1-%D8%AE%D9%84%D9%81%D9%8A%D8%A7%D8%AA-%D9%84%D9%8A%D9%84%D9%8A%D8%A9-%D8%AC%D9%85%D9%8A%D9%84%D8%A9-%D9%88%D9%85%D9%85%D9%8A%D8%B2%D8%A9-%D8%A7%D8%AD%D9%84%D9%8A-%D8%B5%D9%88%D8%B1-%D8%AE%D9%84%D9%81%D9%8A%D8%A7%D8%AA-2.jpg'); background-size: 1950px 1100px; } /* emoji picker stuff */ .emojiPicker-3m1S-j { height: 224px; overflow-x: hidden; padding: 0 0 0 8px; background-color: rgba(0, 0, 0, 0.6) !important; } .search-bar { background-color: transparent!important; -webkit-box-shadow: none!important; box-shadow: none!important; } .bda-dark .emoji-picker .header .search-bar, .bda-dark .emojiPicker-3m1S-j .header-1nkwgG .search-bar { background-color: #2b2b2b; } .emojiPicker-3m1S-j .header-1nkwgG .search-bar { -ms-flex: 1; -webkit-box-flex: 1; flex: 1; padding: 12px; } .search-bar.search-bar-light { background-color: rgba(0,0,0,0.58); color: #fff!important; border-radius: 3px; } .emojiPicker-3m1S-j .search-bar { padding: 12px; } .search-bar.search-bar-light { -webkit-box-shadow: none; background-color: #fff; box-shadow: none; height: auto; padding: 0; } .search-bar { background-color: transparent!important; -webkit-box-shadow: none!important; box-shadow: none!important; } .search-bar { -ms-flex-align: center; -ms-flex-negative: 0; -webkit-box-align: center; -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.06), inset 0 -1px 0 0 rgba(0,0,0,.2); align-items: center; background-color: #2f3136; border-radius: 4px; box-shadow: 0 1px 0 0 rgba(0,0,0,.06), inset 0 -1px 0 0 rgba(0,0,0,.2); display: -webkit-box; display: -ms-flexbox; display: flex; flex-shrink: 0; } .emojiPicker-3m1S-j .category-2U57w6 { color: var(--main-color) !important; font-size: 12px; font-weight: 500; height: 32px; line-height: 32px; padding: 0 4px; text-transform: uppercase; } .bda-dark .emoji-picker .category, .bda-dark .emojiPicker-3m1S-j .category-2U57w6 { background-color: transparent; } .bda-dark .emoji-picker .dimmer.visible, .bda-dark .emojiPicker-3m1S-j .dimmer-3iH-5D.visible-3k45bQ { background: rgba(0,0,0,0.6); } .emojiPicker-3m1S-j .dimmer-3iH-5D.visible-3k45bQ { background-color: hsla(0,0%,0%,.6); pointer-events: auto; } .emojiPicker-3m1S-j .dimmer-3iH-5D { -webkit-transition: var(--hover-color) .15s ease-in-out; background-color: transparent; border-radius: 8px; height: 100%; pointer-events: none; position: absolute; transition: var(b--hover-color) .15s ease-in-out; width: 100%; z-index: 1; } .diversitySelector-tmmMv0 .popout-2nUePc { background-color: transparent !important; border: transparent !important; } .bda-dark .emoji-picker .scroller .emoji-item.selected, .bda-dark .emojiPicker-3m1S-j .scroller-3vODG7 .emojiItem-109bjA.selected-39BZ4S { background-color: transparent !important; } .emojiPicker-3m1S-j .scroller-3vODG7 .emojiItem-109bjA.selected-39BZ4S { background-color: transparent !important; border-radius: 3px; } .emojiPicker-3m1S-j .scroller-3vODG7 .emojiItem-109bjA { background-position: 50%; background-repeat: no-repeat; background-size: contain; cursor: pointer; display: inline-block; height: 28px; line-height: 28px; margin: 2px 0 2px 4px; text-align: center; width: 28px; } .diversitySelector-tmmMv0 .popout-2nUePc .item-16cXuq:hover { background-color: transparent; } .diversitySelector-tmmMv0 .item-16cXuq { -ms-flex-negative: 0; background-position: 50%; background-repeat: no-repeat; background-size: 22px 22px; cursor: pointer; flex-shrink: 0; height: 22px; padding: 4px; width: 22px; } .bda-dark .emoji-picker .scroller::-webkit-scrollbar, .bda-dark .emoji-picker .scroller::-webkit-scrollbar-track, .bda-dark .emoji-picker .scroller::-webkit-scrollbar-track-piece, .bda-dark .emojiPicker-3m1S-j .scroller-3vODG7::-webkit-scrollbar, .bda-dark .emojiPicker-3m1S-j .scroller-3vODG7::-webkit-scrollbar-track, .bda-dark .emojiPicker-3m1S-j .scroller-3vODG7::-webkit-scrollbar-track-piece { background-color: transparent !important; border-color: transparent !important; } .scrollerThemed-2oenus.themeLight-1_DWyY.scrollerTrack-1ZIpsv>.scroller-2FKFPG::-webkit-scrollbar-track, .theme-dark .scrollerThemed-2oenus.themeLight-1_DWyY.scrollerTrack-1ZIpsv>.scroller-2FKFPG::-webkit-scrollbar-track, .theme-light .scrollerWrap-2lJEkd.scrollerTrack-1ZIpsv>.scroller-2FKFPG::-webkit-scrollbar-track { background-color: transparent !important; } /* end of emoji stuff */ /* borders around people speaking */ .avatarSpeaking-1wJCNq { -webkit-box-shadow: 0 0 0 2px var(--main-color), inset 0 0 0 1.5px #2f3136 !important; box-shadow: 0 0 0 2px var(--main-color), inset 0 0 0 1.5px #2f3136 !important; } .avatarDefault-35WC3R, .avatarSpeaking-1wJCNq { background-position: 50% 50%; background-repeat: no-repeat; background-size: 20px 20px; border-radius: 50%; height: 20px; margin-left: 8px; width: 20px; } .callAvatarBorder-1D_KaE.voice-2D-tt_.speaking-oCqYMI { -webkit-box-shadow: inset 0 0 0 3px var(--main-color) !important; border-radius: 50%; box-shadow: inset 0 0 0 3px var(--main-color) !important; } .callAvatarBorder-1D_KaE { bottom: 0; left: 0; position: absolute; right: 0; top: 0; } .callAvatarBorder-1D_KaE.video-3GgX2M.speaking-oCqYMI { -webkit-box-shadow: inset 0 0 0 2px var(--main-color) !important; border-radius: 3px; box-shadow: inset 0 0 0 2px var(--main-color) !important; } .callAvatarBorder-1D_KaE { bottom: 0; left: 0; position: absolute; right: 0; top: 0; } .callAvatarBorder-1D_KaE { bottom: 0; left: 0; position: absolute; right: 0; top: 0; } /* end of borders around people speaking */ .buttonGreenFilled-6QHNrw, .buttonGreenFilledDefault-_lLQaz:hover{ background-color: var(--main-color); } /* if you want a lighter or darker context menu(that's the menu that pop's up */ /* on right click) just change 1.0 down .1 until you reach what you want eg */ /* rgba(0,0,0,0.5) or something */ .theme-dark .contextMenu-uoJTbz{ background-color: rgba(0,0,0, 0.8); } /* color of the hover in the above menu so when your mouse is on */ /* an option this is what makes it changes colors */ .contextMenu-uoJTbz.theme-dark .itemGroup-oViAgA .item-1XYaYf :hover { color: var(--hover-color); -webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out; } .theme-light .chat>.content .messages .message-group .comment .markup { color:lightgray; } .theme-light .chat>.content .messages a { color: lightgray; } .theme-light .chat>.content .messages .message-group .comment .mention { color: lightgray; } /* the little notifaciton next to guilds for unreads */ .guilds-wrapper .badge { -webkit-animation: none; animation: none; background-color: var(--hover-color); } .channel-members h2 { color: var(--hover-color) ; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; padding: 4px 8px; background-color: transparent ; border: 1px solid; border-color: transparent; border-radius: 3px; width: 190px; margin-left: 15px; text-align: center; } .private-channels .search-bar .search-bar-inner { background: var(--main-color); } .directionRow-3v3tfG { -ms-flex-direction: row; -webkit-box-direction: normal; -webkit-box-orient: horizontal; flex-direction: row; } .directionRow-3v3tfG { -ms-flex-direction: row; -webkit-box-direction: normal; -webkit-box-orient: horizontal; flex-direction: row; } .theme-dark DIV[class*="channels"][class*="vertical"] { color: rgba(0,0,0,.5); } [class*="titleBar-"]{ background-color: rgba(0, 0, 0, .6); margin-top: 0px; padding-top: 4px;} [class*="winButtonMinMax-"]:hover{ background-color: var(--hover-color) ;} .channelIcon-1KtcMW { color: var(--main-color) ; margin-right: 1px; position: relative; top: 2px; } .theme-light .channelName-1G03vu, .theme-light .groupDM-3gzbyG .channelName-1G03vu, .theme-light .groupDMManaged-2z2S1A .channelName-1G03vu, .theme-light .input-autosize-input { color: var(--main-color) !important; } .userPopout-4pfA0d .headerNormal-1cioxU { background-color: rgba(0,0,0,0.8) ; } .theme-light .headerNormal-1cioxU .headerName-2N8Pdz, .theme-light .headerNormal-1cioxU .headerTagUsernameNoNickname-1gGsAP { color: var(--hover-color); } .theme-light .body-3rkFrF { color: var(--hover-color); } .theme-light .topSectionNormal-2LlRG1 { background: var(--main-color); } .account { border-top:none; padding:0 15px; background:#19191b; border-top: 2px solid #212121 ; height: 72px; overflow: visible; z-index: 9; width: 310px; margin-left: -80px; box-sizing: border-box; } .ui-standard-sidebar-view, .ui-standard-sidebar-view .sidebar-region, .ui-standard-sidebar-view .content-region { background: rgba(0,0,0,0.2); } .theme-light .lfg-3xoFkI{ background-color: rgba(0,0,0,0.2); } [class*="card"] { background: none; border-color: transparent; } .theme-light .card-11ynQk:before { background-color: var(--main-color); border-color: var(--hover-color); } .theme-light .wrapperDefault-NeXRmD { background-color: var(--main-color); } .theme-light .wrapperDefault-NeXRmD, .theme-light .wrapperFull-2_7g2- { border-color: #FFC62F; color: var(--hover-color); } /* upload module fix */ .uploadModal-2KN6Mm .footer-4pOKm8 .button-primary { -webkit-transition: opacity .2s ease-in-out; background-color: none; color: none; transition: opacity .2s ease-in-out; } .uploadModal-2KN6Mm .footer-4pOKm8 .button { background-color: none; height: 36px; min-width: 84px; padding: 0; } .uploadModal-2KN6Mm .footer-4pOKm8 .button { background-color: none; height: 36px; min-width: 84px; padding: 0; } .uploadModal-2KN6Mm .footer-4pOKm8 { -ms-flex-direction: row; -ms-flex-pack: end; -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-box-pack: end; background-color: transparent; border-radius: 0 0 10px 10px; display: -webkit-box; display: -ms-flexbox; display: flex; flex-direction: row; justify-content: flex-end; padding: 10px; } .uploadModal-2KN6Mm { -ms-flex-direction: column; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-filter: blur(0); -webkit-perspective: 1000; background-color: rgba(0, 0, 0, 0.2); border-radius: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; filter: blur(0); flex-direction: column; min-height: 258px; perspective: 1000; width: 520px; } /* end of upload module fix */ /* the hover controller for the channels inside of servers */ .wrapperDefaultText-3M3F1R:hover, .wrapperDefaultVoice-2ud9mj:hover, .wrapperHoveredText-1PA_Uk:hover, .wrapperHoveredVoice-3tbfNN:hover, .wrapperLockedText-Dsondf:hover, .wrapperLockedVoice-1XZJmE:hover, .wrapperMutedText-34VhKk:hover, .wrapperMutedVoice-2BiLWu:hover, .wrapperUnreadText-1MykVG:hover, .wrapperUnreadVoice-13F9Gg:hover { background-color: var(--hover-color); border-radius: 25px; -webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out; } /*------------------------------------------------------------------------*/ .chat > .content .messages .message-group h2 span :hover { color: var(--main-color); transition: all .3s ease-in-out; } [class*="theme-"] .iconBadge-2dji3k { border-color: transparent; } .theme-dark .iconBadge-2dji3k { border-color: var(--main-color); } .iconBadge-2dji3k { -webkit-box-shadow: none; background-color: var(--main-color); border: 2px solid transparent; border-radius: 8px; box-shadow: none; height: 8px; position: absolute; right: 3px; top: 3px; width: 8px; } .chat>.content .messages .divider span, .theme-dark .chat>.content .messages .divider span { color: var(--hover-color) !important; background-color: var(--main-color) !important; } .container-2lgZY8 { background-color: transparent; } .theme-dark .members-1998pB { background-color: transparent; } .container-PNkimc { background-color: transparent; contain: layout; min-height: 0; position: relative; } .contentSelectedText-3wUhMi { background-color: var(--main-color); } .contentHoveredText-2D9B-x, .contentHoveredVoice-3p_NEO:active, .contentSelectedVoice-1WDIBM:active { background-color: rgba(109, 45, 200, 0.5); } .theme-dark .menu-Sp6bN1 { -webkit-box-shadow: 0 0 1px rgba(0,0,0,.82), 0 1px 4px rgba(0,0,0,.1); background: rgba(0,0,0,0.8); box-shadow: 0 0 1px rgba(0,0,0,.82), 0 1px 4px rgba(0,0,0,.1); } .userPopout-3XzG_A { -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.2), 0 0 0 1px rgba(32,34,37,.6); border-radius: 5px; box-shadow: 0 2px 10px 0 rgba(0,0,0,.2), 0 0 0 1px rgba(32,34,37,.6); overflow: hidden; width: 250px; background-color: rgba(0,0,0,0.2); } [class*="headerSpotify-"] { background: transparent; } [class*="userPopout-"] [class*="body-"]:not(.bodyAlignCenter-2WUfxb):not(.bodyNormal-2QqN-G) { padding-bottom: 10px; border-bottom: 0px; border-radius: 3px; } .body-3iLsc4 { background-color: inherit !important; padding: 12px 10px 10px; } [class*="userPopout-"] [class*="body-"]:not(.bodyAlignCenter-2WUfxb):not(.bodyNormal-2QqN-G) { background: rgba(0, 0, 0, 0.8); padding-bottom: 10px; border-bottom: 0px; border-radius: 3px; } .contentImagesUserPopout-1vLdRA { margin-left: 10px; padding-top: 10px; } .assetsLargeImage-eYwpTX { border-radius: 3px; } .assets-VMAukC { position: relative; padding-top: 10px; padding-left: 5px; } .theme-dark .activityProfile-2bJRaP .headerText-1HLrL7, .theme-dark .activityUserPopout-2yItg2 .headerText-1HLrL7, .theme-light .activityProfile-2bJRaP .headerText-1HLrL7, .theme-light .activityUserPopout-2yItg2 .headerText-1HLrL7 { color: #fff; padding-top: 2px; } [class*="headerSpotify-"] { background: rgba(0, 0, 0, 0.5); } .theme-dark .body-3iLsc4, .theme-dark .footer-1fjuF6 { background-color: inherit !important; color: hsla(0,0%,100%,.8); } [class*="headerPlaying-"] { background: inherit !important; } .accountDetails-3k9g4n::after { content: ""; font-size: 11px; text-align: center; font-weight: 700; bottom: -1px; opacity: 0.3; position: sticky; color: #fff; } [class*="userPopout-"] [class*="headerNormal-"] { background: inherit !important; } [class*="theme-"] .member-3W1lQa.popout-open .content-OzHfo4:hover { display:none } .container-2Thooq::after { content: ""; } .contextMenu-HLZMGh.theme-dark.invertChildX-2fq7sY { background: rgba(0, 0, 0, 0.6); } .contextMenu-HLZMGh.theme-dark.invertChildX-2fq7sY .itemGroup-1tL0uz .item-1Yvehc.itemSubMenu-1vN_Yn.itemSubMenuHasScroller-1J2hmF { background: rgba(0, 0, 0, 0.4); } .contextMenu-HLZMGh.theme-dark.invertChildX-2fq7sY .itemGroup-1tL0uz .item-1Yvehc.itemSubMenu-1vN_Yn { background: rgba(0, 0, 0, 0.4); } .contextMenu-HLZMGh.theme-dark.invertChildX-2fq7sY .itemGroup-1tL0uz .item-1Yvehc.itemSubMenu-1vN_Yn.itemSubMenuHasScroller-1J2hmF .contextMenu-HLZMGh.theme-dark { background: rgba(0, 0, 0, 0.4); } .contextMenu-HLZMGh.theme-dark.invertChildX-2fq7sY .itemGroup-1tL0uz .item-1Yvehc.itemSubMenu-1vN_Yn .contextMenu-HLZMGh.theme-dark .scrollerWrap-2lJEkd.scrollerThemed-2oenus.themeGhostHairline-DBD-2d .scroller-2FKFPG.scroller-2PSBSf { background: rgba(0, 0, 0, 0.4); } .contextMenu-HLZMGh.theme-dark { background: rgba(0, 0, 0, 0.6); } .private-channels .channel.selected a { background-color: rgba(79,84,92,.6); color: var(--main-color) !important; } .private-channels .channel.selected .channel-name { opacity: 1; color: var(--main-color) !important; } .private-channels header { -webkit-transition: opacity .15s ease; color: var(--main-color) !important; cursor: default; display: block; font-size: 12px; font-weight: 500; margin-top: 12px; opacity: .3; overflow: hidden; padding: 9px 20px; text-overflow: ellipsis; text-transform: uppercase; transition: opacity .15s ease; white-space: nowrap; } /* "Smooth Backgrounds v2.2b" by Zerthox & Hebgbs */ /* Make the background really clear & more smooth */ .guilds-wrapper{ -webkit-box-shadow: none !important; box-shadow: none !important;} [class*="title"] [class*="channelName"]{ color: #bfbfbf !Important;} [class*="title"] [class*="topic"]{ font-size: 12px; margin-top: 2px; color: #afafaf !important;} .flex-spacer.flex-vertical [class*="channelTextAreaEnabled"] TEXTAREA{ color: #d6d6d6;} .flex-spacer.flex-vertical [class*="channelTextAreaEnabled"] TEXTAREA::-webkit-input-placeholder{ color: hsla(0, 0%, 100%, .2); -webkit-filter: grayscale(1); filter: grayscale(1);} [class*="autocompleteInner"] [class*="selector-"] [class*="marginLeft8"]{ color: rgba(255, 255, 255, .6) !Important;} [class*="autocompleteInner"] [class*="selectorSelected-"] [class*="marginLeft8"]{ color: #fff !important;} [class*="flex"][class*="base"], DIV.notice{ border-radius: 0 0 0 0 !Important;} .notice.notice-facebook{ background-color: rgba(53, 80, 137, 0.71) !important;} /* Light appearance */ .theme-light [class*="autocompleteInner"]{ background-color: transparent !important;} /* There are other things expressly for light theme / are made specific for dark theme which needs resolution. */ DIV.theme-light .guilds-wrapper .scroller-wrap, DIV.theme-dark .guilds-wrapper .scroller-wrap, DIV.theme-light DIV[class*="noWrap"] [class*="channels-"], DIV.theme-dark DIV[class*="noWrap"] [class*="channels-"], DIV.theme-light DIV.flex-spacer.flex-horizontal, DIV.theme-dark DIV.flex-spacer.flex-horizontal, DIV[class*="titleWrapper"].theme-light > DIV[class*="title-"], DIV[class*="titleWrapper"].theme-dark > DIV[class*="title-"], DIV.theme-light DIV.channel-members, DIV.theme-dark DIV.channel-members, DIV.theme-light .search-results-wrap, DIV.theme-dark .search-results-wrap, DIV.theme-light #friends [class*="noWrap"][class*="headerBar"], DIV.theme-dark #friends [class*="noWrap"][class*="headerBar"], DIV.theme-light #friends DIV.friends-table, DIV.theme-dark #friends DIV.friends-table { background-color: transparent !important; } .theme-dark .bar-2Qqk5Z { background: linear-gradient(to left, var(--hover-color), var(--main-color)) !important; } .grabber-3mFHz2 { -webkit-box-shadow: 0 3px 1px 0 rgba(0,0,0,.05), 0 2px 2px 0 rgba(0,0,0,.1), 0 3px 3px 0 rgba(0,0,0,.05); background-color: var(--main-color); border: 1px solid var(--hover-color); border-radius: 3px; box-shadow: 0 3px 1px 0 rgba(0,0,0,.05), 0 2px 2px 0 rgba(0,0,0,.1), 0 3px 3px 0 rgba(0,0,0,.05); cursor: ew-resize; height: 24px; left: 0; margin-left: -5px; margin-top: -13px; top: 50%; width: 10px; } .theme-dark .bubble-3we2di { background-color: var(--main-color); } [class*="modal"] [class*="sizeSmall"] [class*="footer"] BUTTON[type="button"] { background-color: var(--main-color) !important; } .lookLink-9FtZy-.colorRed-1TFJan:hover .contents-18-Yxp { background-image: linear-gradient(0deg,transparent,transparent 1px,transparent 0,transparent 2px,transparent 0) !important; } .theme-dark .activity-1IYsbk { color: var(--main-color) !important; font-weight: 700 !important; } .private-channels .channel .channel-activity-text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--main-color) !important; font-weight: 800 !important; } .private-channels .channel.selected .channel-activity strong { color: var(--main-color) !important; font-weight: 700 !important; } #app-mount .headerSpotify-zpWxgT+.body-3iLsc4,#app-mount .headerSpotify-zpWxgT ~ .footer-1fjuF6{ background: rgba(0, 0, 0, 0.5) !important; } #app-mount .headerSpotify-zpWxgT~div,.headerSpotify-zpWxgT{ background: transparent !important; } .ui-switch-wrapper .ui-switch::before { top: 0px !important; } #bd-settingspane-container .ui-switch-wrapper .ui-switch-checkbox:checked+.ui-switch::before { transform: translate(0,0) !important; } .guilds-wrapper .guilds { -moz-user-select: none; -ms-flex: 1; -ms-user-select: none; -webkit-box-flex: 1; -webkit-user-select: none; flex: 1; overflow-x: hidden; overflow-y: scroll; padding: 10px 0 10px 10px; user-select: none; } .guilds-wrapper { background-color: transparent !important; } .theme-dark .activityFeed-28jde9 { background-color: transparent !important; } DIV[class*="flex-"][class*="title-"], #friends DIV[class*="headerBar"] { /* background-color: rgba(0, 0, 0, .71) !Important; */ box-shadow: none !important; } DIV[class*="flex-"][class*="title-"], #friends DIV[class*="headerBar"] { background-color: transparent !important; box-shadow: none !important; } div[class*="flex-"][class*="title-"], #friends div[class*="headerBar"] { background-color: rgba(0, 0, 0, 0.709804); box-shadow: none; } .title-jXR8lp { font-size: 26px; line-height: 32px; } .marginTop8-1DLZ1n { margin-top: 8px; } .weightLight-3heiur { font-weight: 300; } .white-2qwKC7, .white100-1kM2ad, .white200-3zgO-Z, .white300-9aRwFJ, .white400-18yif1, .white500-2pqdDy { color: #fff; } .flexCenter-3_1bcw { } .justifyCenter-3D2jYp { -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; } .alignCenter-1dQNNs { -ms-flex-align: center; -webkit-box-align: center; align-items: center; } .flex-1O1GKY { display: -webkit-box; display: -ms-flexbox; display: flex; } a, button, div, input, select, span, textarea { outline: 0; } element.style { } .lookInverted-2D7oAl.colorGreen-29iAKY { background-color: transparent !important; } .lookInverted-2D7oAl.colorGreen-29iAKY:hover { background-color: var(--hover-color) !important; } .theme-dark .lookFilled-1Gx00P.colorPrimary-3b3xI6 { background-color: rgba(0, 0 ,0, 0.5); color: #f6f6f7; } .theme-dark .lookFilled-1Gx00P.hoverBrand-1_Fxlk.hasHover-3X1-zV:hover, .theme-light .lookFilled-1Gx00P.hoverBrand-1_Fxlk.hasHover-3X1-zV:hover { background-color: var(--hover-color); color: #fff; } .app button { cursor: pointer; } .headerButtonColor-G7_f-V { background: rgba(0,0,0, 0.5); color: #fff; } .theme-dark .lookFilled-1Gx00P.colorPrimary-3b3xI6:active, .theme-dark .lookFilled-1Gx00P.colorPrimary-3b3xI6:hover { background-color: var(--hover-color); } .theme-dark .lookFilled-1Gx00P.colorPrimary-3b3xI6 { background-color: rgba(0, 0 ,0, 0.5); color: #f6f6f7; } /* lets us customize our home icon */ .guilds-wrapper .guilds .home-icon{ background-image: url("https://i.pinimg.com/736x/5c/df/52/5cdf522c003ac1bc8c4c151bcacee778.jpg"); color: transparent; background-color: transparent; background-size: 100%; background-repeat: space; background-position: center; } /* gets rid of extra fill-in color on the home icon */ .guilds-wrapper .guilds .guild.active:first-of-type .guild-inner { background: transparent !important; } /* hover shadow in dms */ .private-channels .channel:hover a { background-color: var(--hover-color); } /* hover shadow in servers */ [class*="theme-"] .member-3W1lQa:hover .content-OzHfo4, .contentHoveredText-2D9B-x { background: var(--hover-color); } DIV.theme-dark DIV.flex-spacer.flex-horizontal { background-color: transparent !important; } [class*="scrollerThemed-"] [class*="scroller-"]::-webkit-scrollbar-track-piece { background: transparent !important; background-clip: padding-box!important; } .scroller-wrap .scroller::-webkit-scrollbar-track-piece, .search-results-wrap .scroller-wrap .scroller::-webkit-scrollbar-track-piece, .theme-dark .search-results-wrap .scroller-wrap .scroller::-webkit-scrollbar-track-piece { border: 3px solid transparent!important; background-color: transparent!important; } [class*="titleBar-"] { background-color: transparent !important; margin-top: 0px; padding-top: 4px; } .theme-dark .footer-1fjuF6 { border-color: transparent !important; } .bar-3urHkF { background-color: transparent; } .barInner-3NDaY_ { background: linear-gradient(to left, var(--hover-color), var(--main-color)) !important; height: 100%; min-width: 4px; } .theme-dark .activityProfile-2bJRaP .headerText-1HLrL7, .theme-dark .activityUserPopout-2yItg2 .headerText-1HLrL7, .theme-light .activityProfile-2bJRaP .headerText-1HLrL7, .theme-light .activityUserPopout-2yItg2 .headerText-1HLrL7 { color: white !important; padding-top: 2px; } .lookOutlined-3sRXeN.colorWhite-rEQuAQ:hover { border-color: var(--main-color); } .activityName-1IaRLn, .detailsWrap-22pigg, .nameWrap-3Z4G_9, .details-38sfDr, .nameNormal-2lqVQK, .playTime-2uWd1Z, .state-Tt0LO3, .timestamp-VjAZmo { color: var(--main-color); } .theme-dark .activityProfile-2bJRaP .content-3JfFJh, .theme-dark .activityProfile-2bJRaP .details-38sfDr, .theme-dark .activityProfile-2bJRaP .name-29ETJS, .theme-dark .activityUserPopout-2yItg2 .content-3JfFJh, .theme-dark .activityUserPopout-2yItg2 .details-38sfDr, .theme-dark .activityUserPopout-2yItg2 .name-29ETJS, .theme-light .activityProfile-2bJRaP .content-3JfFJh, .theme-light .activityProfile-2bJRaP .details-38sfDr, .theme-light .activityProfile-2bJRaP .name-29ETJS, .theme-light .activityUserPopout-2yItg2 .content-3JfFJh, .theme-light .activityUserPopout-2yItg2 .details-38sfDr, .theme-light .activityUserPopout-2yItg2 .name-29ETJS { color: var(--main-color); } .theme-dark .contentDefault-16dKSY { color: var(--main-color); } .scrollerThemed-2oenus.themeGhost-28MSn0.scrollerTrack-1ZIpsv>.scroller-2FKFPG::-webkit-scrollbar-track { background-color: transparent; } .scrollerThemed-2oenus.themeGhost-28MSn0.scrollerTrack-1ZIpsv>.scroller-2FKFPG::-webkit-scrollbar-track { background-color: transparent; } .theme-dark .quickswitcher-3JagVE { background-color: rgba(0, 0, 0, 0.8); color: #dcddde; } .anchor-3Z-8Bb:hover { text-decoration: none; } .ace-monokai { background-color: rgba(0, 0, 0, 0.1); color: #F8F8F2; } .ace-monokai .ace_gutter { background-color: rgba(0, 0, 0, 1); } .discriminator { background: rgba(0,0,0,0)!important; color: #fff!important; font-size: 14px!important; font-weight: 700!important; } .discriminator:hover { background: rgba(0,0,0,0)!important; } [class*="userPopout-"] [class*="body-"]:not(.bodyAlignCenter-2WUfxb):not(.bodyNormal-2QqN-G) { background: transparent; padding-bottom: 10px; border-bottom: 0px; } .statusProfile-3ynqtt { background-size: 12px; bottom: 3px; height: 90px; position: absolute; right: 0px; width: 90px; top: 0px; } .statusProfile-3ynqtt.online-2S838R { -webkit-box-shadow: inset 0 0 0 3px rgba(180,225,205,.6); box-shadow: inset 0 0 0 3px rgba(180,225,205,.6); background-color: transparent; } .statusProfile-3ynqtt.idle-3DEnRT { -webkit-box-shadow: inset 0 0 0 3px hsla(37,96%,82%,.6); box-shadow: inset 0 0 0 3px hsla(37,96%,82%,.6); background-color: transparent; } .statusProfile-3ynqtt.dnd-1_xrcq { -webkit-box-shadow: inset 0 0 0 3px hsla(0,85%,84%,.6); box-shadow: inset 0 0 0 3px hsla(0,85%,84%,.6); background-color: transparent; } .statusProfile-3ynqtt.invisible-1kp8Z0, .statusProfile-3ynqtt.offline-3qoTek, .statusProfile-3ynqtt.unknown-Ms2zdV { -webkit-box-shadow: inset 0 0 0 3px rgba(199,204,209,.6); box-shadow: inset 0 0 0 2px rgba(199,204,209,.6); background-color: transparent; } .maskProfile-1ObLFT { -webkit-mask: url(/assets/ee28e449f86121bee152231e3ce50839.svg); mask: url(/assets/ee28e449f86121bee152231e3ce50839.svg); -webkit-mask-size: 1.5%; }
0.382141
0.062245
.row { display: flex; flex-direction: row; flex-wrap: wrap; } .col { box-sizing: border-box; } .col img, .col video, .col iframe { max-width: 100%; height: auto; } .s1 { width: calc(100% / 12); } .s2 { width: calc(100% / 6); } .s3 { width: calc(100% / 4); } .s4 { width: calc(100% / 3); } .s5 { width: calc((100% / 12) * 5); } .s6 { width: calc(100% / 2); } .s7 { width: calc((100% / 12) * 7); } .s8 { width: calc((100% / 12) * 8); } .s9 { width: calc((100% / 12) * 9); } .s10 { width: calc((100% / 12) * 10); } .s11 { width: calc((100% / 12) * 11); } .s12 { width: 100%; } @media (min-width: 601px) { .m1 { width: calc(100% / 12); } .m2 { width: calc(100% / 6); } .m3 { width: calc(100% / 4); } .m4 { width: calc(100% / 3); } .m5 { width: calc((100% / 12) * 5); } .m6 { width: calc(100% / 2); } .m7 { width: calc((100% / 12) * 7); } .m8 { width: calc((100% / 12) * 8); } .m9 { width: calc((100% / 12) * 9); } .m10 { width: calc((100% / 12) * 10); } .m11 { width: calc((100% / 12) * 11); } .m12 { width: 100%; } } @media (min-width: 993px) { .l1 { width: calc(100% / 12); } .l2 { width: calc(100% / 6); } .l3 { width: calc(100% / 4); } .l4 { width: calc(100% / 3); } .l5 { width: calc((100% / 12) * 5); } .l6 { width: calc(100% / 2); } .l7 { width: calc((100% / 12) * 7); } .l8 { width: calc((100% / 12) * 8); } .l9 { width: calc((100% / 12) * 9); } .l10 { width: calc((100% / 12) * 10); } .l11 { width: calc((100% / 12) * 11); } .l12 { width: 100%; } } @media (min-width: 1201px) { .e1 { width: calc(100% / 12); } .e2 { width: calc(100% / 6); } .e3 { width: calc(100% / 4); } .e4 { width: calc(100% / 3); } .e5 { width: calc((100% / 12) * 5); } .e6 { width: calc(100% / 2); } .e7 { width: calc((100% / 12) * 7); } .e8 { width: calc((100% / 12) * 8); } .e9 { width: calc((100% / 12) * 9); } .e10 { width: calc((100% / 12) * 10); } .e11 { width: calc((100% / 12) * 11); } .e12 { width: 100%; } } /* container horizontal */ .container { width: 70%; margin: auto; } .container img, .container video, .container iframe { max-width: 100%; height: auto; } .container.small { width: 50%; } .container.large { width: 90%; } @media (max-width: 601px) { .container { width: calc( 100% - 2rem ); margin: auto; } .container.small { width: calc( 100% - 2rem ); } .container.large { width: calc( 100% - 2rem ); } } /* container vertical */ .container-vertical { margin: 5rem 0; } .container-vertical.small { margin: 3rem 0; } .container-vertical.large { margin: 8rem 0; } @media (max-width: 601px) { .container-vertical { margin: 3rem 0; } .container-vertical.small { margin: 2rem 0; } .container-vertical.large { margin: 5rem 0; } }
src/layout/layout.css
.row { display: flex; flex-direction: row; flex-wrap: wrap; } .col { box-sizing: border-box; } .col img, .col video, .col iframe { max-width: 100%; height: auto; } .s1 { width: calc(100% / 12); } .s2 { width: calc(100% / 6); } .s3 { width: calc(100% / 4); } .s4 { width: calc(100% / 3); } .s5 { width: calc((100% / 12) * 5); } .s6 { width: calc(100% / 2); } .s7 { width: calc((100% / 12) * 7); } .s8 { width: calc((100% / 12) * 8); } .s9 { width: calc((100% / 12) * 9); } .s10 { width: calc((100% / 12) * 10); } .s11 { width: calc((100% / 12) * 11); } .s12 { width: 100%; } @media (min-width: 601px) { .m1 { width: calc(100% / 12); } .m2 { width: calc(100% / 6); } .m3 { width: calc(100% / 4); } .m4 { width: calc(100% / 3); } .m5 { width: calc((100% / 12) * 5); } .m6 { width: calc(100% / 2); } .m7 { width: calc((100% / 12) * 7); } .m8 { width: calc((100% / 12) * 8); } .m9 { width: calc((100% / 12) * 9); } .m10 { width: calc((100% / 12) * 10); } .m11 { width: calc((100% / 12) * 11); } .m12 { width: 100%; } } @media (min-width: 993px) { .l1 { width: calc(100% / 12); } .l2 { width: calc(100% / 6); } .l3 { width: calc(100% / 4); } .l4 { width: calc(100% / 3); } .l5 { width: calc((100% / 12) * 5); } .l6 { width: calc(100% / 2); } .l7 { width: calc((100% / 12) * 7); } .l8 { width: calc((100% / 12) * 8); } .l9 { width: calc((100% / 12) * 9); } .l10 { width: calc((100% / 12) * 10); } .l11 { width: calc((100% / 12) * 11); } .l12 { width: 100%; } } @media (min-width: 1201px) { .e1 { width: calc(100% / 12); } .e2 { width: calc(100% / 6); } .e3 { width: calc(100% / 4); } .e4 { width: calc(100% / 3); } .e5 { width: calc((100% / 12) * 5); } .e6 { width: calc(100% / 2); } .e7 { width: calc((100% / 12) * 7); } .e8 { width: calc((100% / 12) * 8); } .e9 { width: calc((100% / 12) * 9); } .e10 { width: calc((100% / 12) * 10); } .e11 { width: calc((100% / 12) * 11); } .e12 { width: 100%; } } /* container horizontal */ .container { width: 70%; margin: auto; } .container img, .container video, .container iframe { max-width: 100%; height: auto; } .container.small { width: 50%; } .container.large { width: 90%; } @media (max-width: 601px) { .container { width: calc( 100% - 2rem ); margin: auto; } .container.small { width: calc( 100% - 2rem ); } .container.large { width: calc( 100% - 2rem ); } } /* container vertical */ .container-vertical { margin: 5rem 0; } .container-vertical.small { margin: 3rem 0; } .container-vertical.large { margin: 8rem 0; } @media (max-width: 601px) { .container-vertical { margin: 3rem 0; } .container-vertical.small { margin: 2rem 0; } .container-vertical.large { margin: 5rem 0; } }
0.705785
0.192179
*, *:before, *:after { box-sizing: border-box; } .form { background-color: rgba(20, 65, 99, 0.75); padding: 0 40px 40px 40px; max-width: 600px; margin: 10px auto; border-radius: 4px; box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3); } .tab-group { list-style: none; padding: 0; margin: 0 0 40px 0; } .tab-group:after { content: ""; display: table; clear: both; } .tab-group .tab { display: block; text-decoration: none; padding: 15px; background: rgba(157, 201, 151, 0.48); color: rgba(255, 255, 255, 0.62); font-size: 20px; float: left; width: 50%; text-align: center; cursor: pointer; transition: .5s ease; } .tab-group .tab:hover { background: #9dc997; color: #ffffff; } .tab-group .active { background: #9dc997; color: #ffffff; } .tab-content > div:last-child { display: none; } h3 { text-align: center; color: #ffffff; font-weight: 300; margin: 0 0 40px; } .star { position: absolute; -webkit-transform: translateY(6px); transform: translateY(6px); transition: all 0.25s ease; -webkit-backface-visibility: hidden; pointer-events: none; font-size: 20px; margin: 2px; color: #f9005b; } .star.active { -webkit-transform: translateY(50px); transform: translateY(50px); left: 2px; font-size: 14px; } .star.active .req { opacity: 0; } .star.highlight { color: #ffffff; } .input, textarea { font-size: 20px; display: block; width: 100%; height: 100%; padding: 5px 15px; background: none; background-image: none; border: 1px solid #a0b3b0; color: #ffffff; border-radius: 0; transition: border-color .25s ease, box-shadow .25s ease; } input:focus, textarea:focus { outline: 0; border-color: #9dc997; } textarea { border: 2px solid #a0b3b0; resize: vertical; } .field-wrap { position: relative; margin-bottom: 40px; color: #f9005b; } .top-row:after { content: ""; display: table; clear: both; } .top-row > div { float: left; width: 48%; margin-right: 4%; } .top-row > div:last-child { margin: 0; } #logo{ width: 100%; height:80px; margin: 0 auto; /*background-color: rgba(255, 255, 255, 0.72);*/ text-align: center; } #logo>a>img{ width:80px; } .button { border: 0; outline: none; border-radius: 0; padding: 15px 0; font-size: 20px; text-transform: uppercase; background: #9dc997; color: #ffffff; transition: all 0.5s ease; -webkit-appearance: none; } .button:hover, .button:focus { background: #9dc997; } .button-block { display: block; width: 100%; cursor: pointer; } .forgot { margin-top: -20px; text-align: right; } #login{ display: none; } #signup{ display: none; } input[type=radio]{ display: none; } #signup_radio:checked + #signup{ display: block; } #login_radio:checked + #login{ display: block; } #error{ width: 35%; height: auto; color: #f9005b; margin: 10px auto; text-align: center; font-size: 1em; /*background-color: rgba(19, 35, 47, 0.9);;*/ } input::-webkit-input-placeholder,#card_form > textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: rgba(255, 255, 255, 0.62); } input::-moz-placeholder ,#card_form > textarea::-moz-placeholder { /* Firefox 19+ */ color: rgba(255, 255, 255, 0.62); } input:-ms-input-placeholder,#card_form> textarea:-ms-input-placeholder { /* IE 10+ */ color: rgba(255, 255, 255, 0.62); } input::-moz-placeholder,#card_form > textarea::-moz-placeholder { /* Firefox 18- */ color: rgba(255, 255, 255, 0.62); }
css/admin/login.css
*, *:before, *:after { box-sizing: border-box; } .form { background-color: rgba(20, 65, 99, 0.75); padding: 0 40px 40px 40px; max-width: 600px; margin: 10px auto; border-radius: 4px; box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3); } .tab-group { list-style: none; padding: 0; margin: 0 0 40px 0; } .tab-group:after { content: ""; display: table; clear: both; } .tab-group .tab { display: block; text-decoration: none; padding: 15px; background: rgba(157, 201, 151, 0.48); color: rgba(255, 255, 255, 0.62); font-size: 20px; float: left; width: 50%; text-align: center; cursor: pointer; transition: .5s ease; } .tab-group .tab:hover { background: #9dc997; color: #ffffff; } .tab-group .active { background: #9dc997; color: #ffffff; } .tab-content > div:last-child { display: none; } h3 { text-align: center; color: #ffffff; font-weight: 300; margin: 0 0 40px; } .star { position: absolute; -webkit-transform: translateY(6px); transform: translateY(6px); transition: all 0.25s ease; -webkit-backface-visibility: hidden; pointer-events: none; font-size: 20px; margin: 2px; color: #f9005b; } .star.active { -webkit-transform: translateY(50px); transform: translateY(50px); left: 2px; font-size: 14px; } .star.active .req { opacity: 0; } .star.highlight { color: #ffffff; } .input, textarea { font-size: 20px; display: block; width: 100%; height: 100%; padding: 5px 15px; background: none; background-image: none; border: 1px solid #a0b3b0; color: #ffffff; border-radius: 0; transition: border-color .25s ease, box-shadow .25s ease; } input:focus, textarea:focus { outline: 0; border-color: #9dc997; } textarea { border: 2px solid #a0b3b0; resize: vertical; } .field-wrap { position: relative; margin-bottom: 40px; color: #f9005b; } .top-row:after { content: ""; display: table; clear: both; } .top-row > div { float: left; width: 48%; margin-right: 4%; } .top-row > div:last-child { margin: 0; } #logo{ width: 100%; height:80px; margin: 0 auto; /*background-color: rgba(255, 255, 255, 0.72);*/ text-align: center; } #logo>a>img{ width:80px; } .button { border: 0; outline: none; border-radius: 0; padding: 15px 0; font-size: 20px; text-transform: uppercase; background: #9dc997; color: #ffffff; transition: all 0.5s ease; -webkit-appearance: none; } .button:hover, .button:focus { background: #9dc997; } .button-block { display: block; width: 100%; cursor: pointer; } .forgot { margin-top: -20px; text-align: right; } #login{ display: none; } #signup{ display: none; } input[type=radio]{ display: none; } #signup_radio:checked + #signup{ display: block; } #login_radio:checked + #login{ display: block; } #error{ width: 35%; height: auto; color: #f9005b; margin: 10px auto; text-align: center; font-size: 1em; /*background-color: rgba(19, 35, 47, 0.9);;*/ } input::-webkit-input-placeholder,#card_form > textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: rgba(255, 255, 255, 0.62); } input::-moz-placeholder ,#card_form > textarea::-moz-placeholder { /* Firefox 19+ */ color: rgba(255, 255, 255, 0.62); } input:-ms-input-placeholder,#card_form> textarea:-ms-input-placeholder { /* IE 10+ */ color: rgba(255, 255, 255, 0.62); } input::-moz-placeholder,#card_form > textarea::-moz-placeholder { /* Firefox 18- */ color: rgba(255, 255, 255, 0.62); }
0.291384
0.07383
@font-face { font-family: "FluentSystemIcons-Filled"; src: url("./FluentSystemIcons-Filled.woff2?9a99f666e13a48c0ad21947b8394f098") format("woff2"), url("./FluentSystemIcons-Filled.woff?9a99f666e13a48c0ad21947b8394f098") format("woff"), url("./FluentSystemIcons-Filled.ttf?9a99f666e13a48c0ad21947b8394f098") format("truetype"); } i[class^="icon-"]:before, i[class*=" icon-"]:before { font-family: FluentSystemIcons-Filled !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-ic_fluent_access_time_24_filled:before { content: "\f101"; } .icon-ic_fluent_accessibility_16_filled:before { content: "\f102"; } .icon-ic_fluent_accessibility_20_filled:before { content: "\f103"; } .icon-ic_fluent_accessibility_24_filled:before { content: "\f104"; } .icon-ic_fluent_accessibility_28_filled:before { content: "\f105"; } .icon-ic_fluent_add_12_filled:before { content: "\f107"; } .icon-ic_fluent_add_16_filled:before { content: "\f108"; } .icon-ic_fluent_add_20_filled:before { content: "\f109"; } .icon-ic_fluent_add_24_filled:before { content: "\f10a"; } .icon-ic_fluent_add_28_filled:before { content: "\f10b"; } .icon-ic_fluent_add_circle_20_filled:before { content: "\f10c"; } .icon-ic_fluent_add_circle_24_filled:before { content: "\f10d"; } .icon-ic_fluent_add_circle_28_filled:before { content: "\f10e"; } .icon-ic_fluent_airplane_20_filled:before { content: "\f10f"; } .icon-ic_fluent_airplane_24_filled:before { content: "\f110"; } .icon-ic_fluent_airplane_take_off_16_filled:before { content: "\f111"; } .icon-ic_fluent_airplane_take_off_20_filled:before { content: "\f112"; } .icon-ic_fluent_airplane_take_off_24_filled:before { content: "\f113"; } .icon-ic_fluent_alert_20_filled:before { content: "\f114"; } .icon-ic_fluent_alert_24_filled:before { content: "\f115"; } .icon-ic_fluent_alert_28_filled:before { content: "\f116"; } .icon-ic_fluent_alert_off_16_filled:before { content: "\f117"; } .icon-ic_fluent_alert_off_20_filled:before { content: "\f118"; } .icon-ic_fluent_alert_off_24_filled:before { content: "\f119"; } .icon-ic_fluent_alert_off_28_filled:before { content: "\f11a"; } .icon-ic_fluent_alert_on_24_filled:before { content: "\f11b"; } .icon-ic_fluent_alert_snooze_20_filled:before { content: "\f11c"; } .icon-ic_fluent_alert_snooze_24_filled:before { content: "\f11d"; } .icon-ic_fluent_alert_urgent_20_filled:before { content: "\f11e"; } .icon-ic_fluent_alert_urgent_24_filled:before { content: "\f11f"; } .icon-ic_fluent_animal_dog_20_filled:before { content: "\f120"; } .icon-ic_fluent_animal_dog_24_filled:before { content: "\f121"; } .icon-ic_fluent_app_folder_20_filled:before { content: "\f122"; } .icon-ic_fluent_app_folder_24_filled:before { content: "\f123"; } .icon-ic_fluent_app_generic_24_filled:before { content: "\f124"; } .icon-ic_fluent_app_recent_24_filled:before { content: "\f125"; } .icon-ic_fluent_app_store_24_filled:before { content: "\f12a"; } .icon-ic_fluent_app_title_24_filled:before { content: "\f12b"; } .icon-ic_fluent_approvals_app_24_filled:before { content: "\f130"; } .icon-ic_fluent_approvals_app_28_filled:before { content: "\f131"; } .icon-ic_fluent_apps_16_filled:before { content: "\f132"; } .icon-ic_fluent_apps_20_filled:before { content: "\f133"; } .icon-ic_fluent_apps_24_filled:before { content: "\f134"; } .icon-ic_fluent_apps_28_filled:before { content: "\f135"; } .icon-ic_fluent_apps_add_in_20_filled:before { content: "\f136"; } .icon-ic_fluent_apps_add_in_24_filled:before { content: "\f137"; } .icon-ic_fluent_apps_list_24_filled:before { content: "\f138"; } .icon-ic_fluent_archive_20_filled:before { content: "\f139"; } .icon-ic_fluent_archive_24_filled:before { content: "\f13a"; } .icon-ic_fluent_archive_28_filled:before { content: "\f13b"; } .icon-ic_fluent_archive_48_filled:before { content: "\f13c"; } .icon-ic_fluent_arrow_clockwise_20_filled:before { content: "\f13d"; } .icon-ic_fluent_arrow_clockwise_24_filled:before { content: "\f13e"; } .icon-ic_fluent_arrow_counterclockwise_20_filled:before { content: "\f13f"; } .icon-ic_fluent_arrow_counterclockwise_24_filled:before { content: "\f140"; } .icon-ic_fluent_arrow_curve_down_left_20_filled:before { content: "\f141"; } .icon-ic_fluent_arrow_curve_down_right_20_filled:before { content: "\f142"; } .icon-ic_fluent_arrow_curve_up_left_20_filled:before { content: "\f145"; } .icon-ic_fluent_arrow_curve_up_right_20_filled:before { content: "\f146"; } .icon-ic_fluent_arrow_down_16_filled:before { content: "\f147"; } .icon-ic_fluent_arrow_down_20_filled:before { content: "\f148"; } .icon-ic_fluent_arrow_down_24_filled:before { content: "\f149"; } .icon-ic_fluent_arrow_down_28_filled:before { content: "\f14a"; } .icon-ic_fluent_arrow_down_left_24_filled:before { content: "\f14b"; } .icon-ic_fluent_arrow_download_16_filled:before { content: "\f14f"; } .icon-ic_fluent_arrow_download_20_filled:before { content: "\f150"; } .icon-ic_fluent_arrow_download_24_filled:before { content: "\f151"; } .icon-ic_fluent_arrow_download_48_filled:before { content: "\f152"; } .icon-ic_fluent_arrow_expand_24_filled:before { content: "\f154"; } .icon-ic_fluent_arrow_forward_16_filled:before { content: "\f156"; } .icon-ic_fluent_arrow_forward_20_filled:before { content: "\f157"; } .icon-ic_fluent_arrow_forward_24_filled:before { content: "\f158"; } .icon-ic_fluent_arrow_import_20_filled:before { content: "\f159"; } .icon-ic_fluent_arrow_import_24_filled:before { content: "\f15a"; } .icon-ic_fluent_arrow_left_20_filled:before { content: "\f15b"; } .icon-ic_fluent_arrow_left_24_filled:before { content: "\f15c"; } .icon-ic_fluent_arrow_left_28_filled:before { content: "\f15d"; } .icon-ic_fluent_arrow_maximize_16_filled:before { content: "\f15e"; } .icon-ic_fluent_arrow_maximize_20_filled:before { content: "\f15f"; } .icon-ic_fluent_arrow_maximize_24_filled:before { content: "\f160"; } .icon-ic_fluent_arrow_maximize_28_filled:before { content: "\f161"; } .icon-ic_fluent_arrow_maximize_vertical_20_filled:before { content: "\f162"; } .icon-ic_fluent_arrow_maximize_vertical_24_filled:before { content: "\f163"; } .icon-ic_fluent_arrow_minimize_16_filled:before { content: "\f164"; } .icon-ic_fluent_arrow_minimize_20_filled:before { content: "\f165"; } .icon-ic_fluent_arrow_minimize_24_filled:before { content: "\f166"; } .icon-ic_fluent_arrow_minimize_28_filled:before { content: "\f167"; } .icon-ic_fluent_arrow_minimize_vertical_24_filled:before { content: "\f168"; } .icon-ic_fluent_arrow_move_24_filled:before { content: "\f169"; } .icon-ic_fluent_arrow_next_20_filled:before { content: "\f16a"; } .icon-ic_fluent_arrow_next_24_filled:before { content: "\f16b"; } .icon-ic_fluent_arrow_previous_20_filled:before { content: "\f16c"; } .icon-ic_fluent_arrow_previous_24_filled:before { content: "\f16d"; } .icon-ic_fluent_arrow_redo_20_filled:before { content: "\f16e"; } .icon-ic_fluent_arrow_redo_24_filled:before { content: "\f16f"; } .icon-ic_fluent_arrow_repeat_all_16_filled:before { content: "\f170"; } .icon-ic_fluent_arrow_repeat_all_20_filled:before { content: "\f171"; } .icon-ic_fluent_arrow_repeat_all_24_filled:before { content: "\f172"; } .icon-ic_fluent_arrow_repeat_all_off_16_filled:before { content: "\f173"; } .icon-ic_fluent_arrow_repeat_all_off_20_filled:before { content: "\f174"; } .icon-ic_fluent_arrow_repeat_all_off_24_filled:before { content: "\f175"; } .icon-ic_fluent_arrow_reply_16_filled:before { content: "\f176"; } .icon-ic_fluent_arrow_reply_20_filled:before { content: "\f177"; } .icon-ic_fluent_arrow_reply_24_filled:before { content: "\f178"; } .icon-ic_fluent_arrow_reply_48_filled:before { content: "\f179"; } .icon-ic_fluent_arrow_reply_all_16_filled:before { content: "\f17a"; } .icon-ic_fluent_arrow_reply_all_20_filled:before { content: "\f17b"; } .icon-ic_fluent_arrow_reply_all_24_filled:before { content: "\f17c"; } .icon-ic_fluent_arrow_reply_all_48_filled:before { content: "\f17d"; } .icon-ic_fluent_arrow_reply_down_16_filled:before { content: "\f17e"; } .icon-ic_fluent_arrow_reply_down_20_filled:before { content: "\f17f"; } .icon-ic_fluent_arrow_reply_down_24_filled:before { content: "\f180"; } .icon-ic_fluent_arrow_right_20_filled:before { content: "\f181"; } .icon-ic_fluent_arrow_right_24_filled:before { content: "\f182"; } .icon-ic_fluent_arrow_right_28_filled:before { content: "\f183"; } .icon-ic_fluent_arrow_rotate_clockwise_20_filled:before { content: "\f185"; } .icon-ic_fluent_arrow_rotate_clockwise_24_filled:before { content: "\f186"; } .icon-ic_fluent_arrow_rotate_counterclockwise_20_filled:before { content: "\f187"; } .icon-ic_fluent_arrow_rotate_counterclockwise_24_filled:before { content: "\f188"; } .icon-ic_fluent_arrow_sort_20_filled:before { content: "\f18a"; } .icon-ic_fluent_arrow_sort_24_filled:before { content: "\f18b"; } .icon-ic_fluent_arrow_sort_28_filled:before { content: "\f18c"; } .icon-ic_fluent_arrow_swap_20_filled:before { content: "\f18d"; } .icon-ic_fluent_arrow_swap_24_filled:before { content: "\f18e"; } .icon-ic_fluent_arrow_sync_12_filled:before { content: "\f18f"; } .icon-ic_fluent_arrow_sync_20_filled:before { content: "\f190"; } .icon-ic_fluent_arrow_sync_24_filled:before { content: "\f191"; } .icon-ic_fluent_arrow_sync_circle_16_filled:before { content: "\f192"; } .icon-ic_fluent_arrow_sync_circle_20_filled:before { content: "\f193"; } .icon-ic_fluent_arrow_sync_circle_24_filled:before { content: "\f194"; } .icon-ic_fluent_arrow_sync_off_12_filled:before { content: "\f195"; } .icon-ic_fluent_arrow_trending_16_filled:before { content: "\f196"; } .icon-ic_fluent_arrow_trending_20_filled:before { content: "\f197"; } .icon-ic_fluent_arrow_trending_24_filled:before { content: "\f198"; } .icon-ic_fluent_arrow_undo_20_filled:before { content: "\f199"; } .icon-ic_fluent_arrow_undo_24_filled:before { content: "\f19a"; } .icon-ic_fluent_arrow_up_20_filled:before { content: "\f19b"; } .icon-ic_fluent_arrow_up_24_filled:before { content: "\f19c"; } .icon-ic_fluent_arrow_up_28_filled:before { content: "\f19d"; } .icon-ic_fluent_arrow_up_left_24_filled:before { content: "\f1a1"; } .icon-ic_fluent_arrow_up_right_24_filled:before { content: "\f1a3"; } .icon-ic_fluent_arrow_upload_20_filled:before { content: "\f1a4"; } .icon-ic_fluent_arrow_upload_24_filled:before { content: "\f1a5"; } .icon-ic_fluent_arrows_bidirectional_24_filled:before { content: "\f1a6"; } .icon-ic_fluent_attach_16_filled:before { content: "\f1a8"; } .icon-ic_fluent_attach_20_filled:before { content: "\f1a9"; } .icon-ic_fluent_attach_24_filled:before { content: "\f1aa"; } .icon-ic_fluent_autocorrect_24_filled:before { content: "\f1ae"; } .icon-ic_fluent_autosum_20_filled:before { content: "\f1af"; } .icon-ic_fluent_autosum_24_filled:before { content: "\f1b0"; } .icon-ic_fluent_backspace_20_filled:before { content: "\f1b1"; } .icon-ic_fluent_backspace_24_filled:before { content: "\f1b2"; } .icon-ic_fluent_badge_24_filled:before { content: "\f1b5"; } .icon-ic_fluent_balloon_20_filled:before { content: "\f1b6"; } .icon-ic_fluent_balloon_24_filled:before { content: "\f1b7"; } .icon-ic_fluent_battery_0_20_filled:before { content: "\f1bb"; } .icon-ic_fluent_battery_0_24_filled:before { content: "\f1bc"; } .icon-ic_fluent_battery_1_20_filled:before { content: "\f1bd"; } .icon-ic_fluent_battery_1_24_filled:before { content: "\f1be"; } .icon-ic_fluent_battery_2_20_filled:before { content: "\f1bf"; } .icon-ic_fluent_battery_2_24_filled:before { content: "\f1c0"; } .icon-ic_fluent_battery_3_20_filled:before { content: "\f1c1"; } .icon-ic_fluent_battery_3_24_filled:before { content: "\f1c2"; } .icon-ic_fluent_battery_4_20_filled:before { content: "\f1c3"; } .icon-ic_fluent_battery_4_24_filled:before { content: "\f1c4"; } .icon-ic_fluent_battery_5_20_filled:before { content: "\f1c5"; } .icon-ic_fluent_battery_5_24_filled:before { content: "\f1c6"; } .icon-ic_fluent_battery_6_20_filled:before { content: "\f1c7"; } .icon-ic_fluent_battery_6_24_filled:before { content: "\f1c8"; } .icon-ic_fluent_battery_7_20_filled:before { content: "\f1c9"; } .icon-ic_fluent_battery_7_24_filled:before { content: "\f1ca"; } .icon-ic_fluent_battery_8_20_filled:before { content: "\f1cb"; } .icon-ic_fluent_battery_8_24_filled:before { content: "\f1cc"; } .icon-ic_fluent_battery_9_20_filled:before { content: "\f1cd"; } .icon-ic_fluent_battery_9_24_filled:before { content: "\f1ce"; } .icon-ic_fluent_battery_charge_20_filled:before { content: "\f1cf"; } .icon-ic_fluent_battery_charge_24_filled:before { content: "\f1d0"; } .icon-ic_fluent_battery_saver_20_filled:before { content: "\f1d3"; } .icon-ic_fluent_battery_saver_24_filled:before { content: "\f1d4"; } .icon-ic_fluent_battery_warning_24_filled:before { content: "\f1d5"; } .icon-ic_fluent_beaker_16_filled:before { content: "\f1d6"; } .icon-ic_fluent_beaker_20_filled:before { content: "\f1d7"; } .icon-ic_fluent_beaker_24_filled:before { content: "\f1d8"; } .icon-ic_fluent_bed_20_filled:before { content: "\f1d9"; } .icon-ic_fluent_bed_24_filled:before { content: "\f1da"; } .icon-ic_fluent_bluetooth_20_filled:before { content: "\f1de"; } .icon-ic_fluent_bluetooth_24_filled:before { content: "\f1df"; } .icon-ic_fluent_bluetooth_connected_24_filled:before { content: "\f1e0"; } .icon-ic_fluent_bluetooth_disabled_24_filled:before { content: "\f1e1"; } .icon-ic_fluent_bluetooth_searching_24_filled:before { content: "\f1e2"; } .icon-ic_fluent_board_24_filled:before { content: "\f1e3"; } .icon-ic_fluent_book_globe_24_filled:before { content: "\f1f0"; } .icon-ic_fluent_book_number_16_filled:before { content: "\f1f1"; } .icon-ic_fluent_book_number_20_filled:before { content: "\f1f2"; } .icon-ic_fluent_book_number_24_filled:before { content: "\f1f3"; } .icon-ic_fluent_bookmark_16_filled:before { content: "\f1f4"; } .icon-ic_fluent_bookmark_20_filled:before { content: "\f1f5"; } .icon-ic_fluent_bookmark_24_filled:before { content: "\f1f6"; } .icon-ic_fluent_bookmark_28_filled:before { content: "\f1f7"; } .icon-ic_fluent_bookmark_off_24_filled:before { content: "\f1f8"; } .icon-ic_fluent_bot_24_filled:before { content: "\f1f9"; } .icon-ic_fluent_bot_add_24_filled:before { content: "\f1fa"; } .icon-ic_fluent_branch_24_filled:before { content: "\f1fb"; } .icon-ic_fluent_briefcase_20_filled:before { content: "\f1fc"; } .icon-ic_fluent_briefcase_24_filled:before { content: "\f1fd"; } .icon-ic_fluent_broad_activity_feed_24_filled:before { content: "\f200"; } .icon-ic_fluent_broom_20_filled:before { content: "\f201"; } .icon-ic_fluent_broom_24_filled:before { content: "\f202"; } .icon-ic_fluent_building_24_filled:before { content: "\f205"; } .icon-ic_fluent_building_retail_24_filled:before { content: "\f209"; } .icon-ic_fluent_calculator_20_filled:before { content: "\f20a"; } .icon-ic_fluent_calendar_3_day_20_filled:before { content: "\f20e"; } .icon-ic_fluent_calendar_3_day_24_filled:before { content: "\f20f"; } .icon-ic_fluent_calendar_3_day_28_filled:before { content: "\f210"; } .icon-ic_fluent_calendar_add_20_filled:before { content: "\f211"; } .icon-ic_fluent_calendar_add_24_filled:before { content: "\f212"; } .icon-ic_fluent_calendar_agenda_20_filled:before { content: "\f213"; } .icon-ic_fluent_calendar_agenda_24_filled:before { content: "\f214"; } .icon-ic_fluent_calendar_agenda_28_filled:before { content: "\f215"; } .icon-ic_fluent_calendar_arrow_right_20_filled:before { content: "\f216"; } .icon-ic_fluent_calendar_assistant_20_filled:before { content: "\f217"; } .icon-ic_fluent_calendar_assistant_24_filled:before { content: "\f218"; } .icon-ic_fluent_calendar_cancel_20_filled:before { content: "\f219"; } .icon-ic_fluent_calendar_cancel_24_filled:before { content: "\f21a"; } .icon-ic_fluent_calendar_checkmark_16_filled:before { content: "\f21b"; } .icon-ic_fluent_calendar_checkmark_20_filled:before { content: "\f21c"; } .icon-ic_fluent_calendar_clock_20_filled:before { content: "\f21d"; } .icon-ic_fluent_calendar_clock_24_filled:before { content: "\f21e"; } .icon-ic_fluent_calendar_day_20_filled:before { content: "\f222"; } .icon-ic_fluent_calendar_day_24_filled:before { content: "\f223"; } .icon-ic_fluent_calendar_day_28_filled:before { content: "\f224"; } .icon-ic_fluent_calendar_empty_16_filled:before { content: "\f225"; } .icon-ic_fluent_calendar_empty_20_filled:before { content: "\f226"; } .icon-ic_fluent_calendar_empty_24_filled:before { content: "\f227"; } .icon-ic_fluent_calendar_empty_28_filled:before { content: "\f228"; } .icon-ic_fluent_calendar_month_20_filled:before { content: "\f22a"; } .icon-ic_fluent_calendar_month_24_filled:before { content: "\f22b"; } .icon-ic_fluent_calendar_month_28_filled:before { content: "\f22c"; } .icon-ic_fluent_calendar_multiple_20_filled:before { content: "\f22d"; } .icon-ic_fluent_calendar_multiple_24_filled:before { content: "\f22e"; } .icon-ic_fluent_calendar_person_20_filled:before { content: "\f230"; } .icon-ic_fluent_calendar_reply_16_filled:before { content: "\f231"; } .icon-ic_fluent_calendar_reply_20_filled:before { content: "\f232"; } .icon-ic_fluent_calendar_reply_24_filled:before { content: "\f233"; } .icon-ic_fluent_calendar_reply_28_filled:before { content: "\f234"; } .icon-ic_fluent_calendar_settings_20_filled:before { content: "\f235"; } .icon-ic_fluent_calendar_star_20_filled:before { content: "\f236"; } .icon-ic_fluent_calendar_star_24_filled:before { content: "\f237"; } .icon-ic_fluent_calendar_sync_16_filled:before { content: "\f238"; } .icon-ic_fluent_calendar_sync_20_filled:before { content: "\f239"; } .icon-ic_fluent_calendar_sync_24_filled:before { content: "\f23a"; } .icon-ic_fluent_calendar_today_16_filled:before { content: "\f23b"; } .icon-ic_fluent_calendar_today_20_filled:before { content: "\f23c"; } .icon-ic_fluent_calendar_today_24_filled:before { content: "\f23d"; } .icon-ic_fluent_calendar_today_28_filled:before { content: "\f23e"; } .icon-ic_fluent_calendar_week_numbers_24_filled:before { content: "\f23f"; } .icon-ic_fluent_calendar_week_start_20_filled:before { content: "\f240"; } .icon-ic_fluent_calendar_week_start_24_filled:before { content: "\f241"; } .icon-ic_fluent_calendar_week_start_28_filled:before { content: "\f242"; } .icon-ic_fluent_calendar_work_week_16_filled:before { content: "\f243"; } .icon-ic_fluent_calendar_work_week_20_filled:before { content: "\f244"; } .icon-ic_fluent_calendar_work_week_24_filled:before { content: "\f245"; } .icon-ic_fluent_call_add_24_filled:before { content: "\f246"; } .icon-ic_fluent_call_end_20_filled:before { content: "\f247"; } .icon-ic_fluent_call_end_24_filled:before { content: "\f248"; } .icon-ic_fluent_call_end_28_filled:before { content: "\f249"; } .icon-ic_fluent_call_forward_24_filled:before { content: "\f24a"; } .icon-ic_fluent_call_inbound_16_filled:before { content: "\f24b"; } .icon-ic_fluent_call_inbound_24_filled:before { content: "\f24c"; } .icon-ic_fluent_call_missed_16_filled:before { content: "\f24d"; } .icon-ic_fluent_call_missed_24_filled:before { content: "\f24e"; } .icon-ic_fluent_call_outbound_16_filled:before { content: "\f24f"; } .icon-ic_fluent_call_outbound_24_filled:before { content: "\f250"; } .icon-ic_fluent_call_park_24_filled:before { content: "\f251"; } .icon-ic_fluent_calligraphy_pen_20_filled:before { content: "\f252"; } .icon-ic_fluent_calligraphy_pen_24_filled:before { content: "\f253"; } .icon-ic_fluent_camera_20_filled:before { content: "\f254"; } .icon-ic_fluent_camera_24_filled:before { content: "\f255"; } .icon-ic_fluent_camera_28_filled:before { content: "\f256"; } .icon-ic_fluent_camera_add_20_filled:before { content: "\f257"; } .icon-ic_fluent_camera_add_24_filled:before { content: "\f258"; } .icon-ic_fluent_camera_add_48_filled:before { content: "\f259"; } .icon-ic_fluent_camera_switch_24_filled:before { content: "\f25a"; } .icon-ic_fluent_caret_down_12_filled:before { content: "\f25f"; } .icon-ic_fluent_caret_down_16_filled:before { content: "\f260"; } .icon-ic_fluent_caret_down_20_filled:before { content: "\f261"; } .icon-ic_fluent_caret_down_24_filled:before { content: "\f262"; } .icon-ic_fluent_caret_left_12_filled:before { content: "\f263"; } .icon-ic_fluent_caret_left_16_filled:before { content: "\f264"; } .icon-ic_fluent_caret_left_20_filled:before { content: "\f265"; } .icon-ic_fluent_caret_left_24_filled:before { content: "\f266"; } .icon-ic_fluent_caret_right_12_filled:before { content: "\f267"; } .icon-ic_fluent_caret_right_16_filled:before { content: "\f268"; } .icon-ic_fluent_caret_right_20_filled:before { content: "\f269"; } .icon-ic_fluent_caret_right_24_filled:before { content: "\f26a"; } .icon-ic_fluent_cart_24_filled:before { content: "\f26b"; } .icon-ic_fluent_cast_20_filled:before { content: "\f26c"; } .icon-ic_fluent_cast_24_filled:before { content: "\f26d"; } .icon-ic_fluent_cast_28_filled:before { content: "\f26e"; } .icon-ic_fluent_cellular_3g_24_filled:before { content: "\f26f"; } .icon-ic_fluent_cellular_4g_24_filled:before { content: "\f270"; } .icon-ic_fluent_cellular_data_1_20_filled:before { content: "\f271"; } .icon-ic_fluent_cellular_data_1_24_filled:before { content: "\f272"; } .icon-ic_fluent_cellular_data_2_20_filled:before { content: "\f273"; } .icon-ic_fluent_cellular_data_2_24_filled:before { content: "\f274"; } .icon-ic_fluent_cellular_data_3_20_filled:before { content: "\f275"; } .icon-ic_fluent_cellular_data_3_24_filled:before { content: "\f276"; } .icon-ic_fluent_cellular_data_4_20_filled:before { content: "\f277"; } .icon-ic_fluent_cellular_data_4_24_filled:before { content: "\f278"; } .icon-ic_fluent_cellular_data_5_20_filled:before { content: "\f279"; } .icon-ic_fluent_cellular_data_5_24_filled:before { content: "\f27a"; } .icon-ic_fluent_certificate_20_filled:before { content: "\f27e"; } .icon-ic_fluent_certificate_24_filled:before { content: "\f27f"; } .icon-ic_fluent_channel_16_filled:before { content: "\f280"; } .icon-ic_fluent_channel_20_filled:before { content: "\f281"; } .icon-ic_fluent_channel_24_filled:before { content: "\f282"; } .icon-ic_fluent_chat_20_filled:before { content: "\f286"; } .icon-ic_fluent_chat_24_filled:before { content: "\f287"; } .icon-ic_fluent_chat_28_filled:before { content: "\f288"; } .icon-ic_fluent_chat_bubbles_question_24_filled:before { content: "\f289"; } .icon-ic_fluent_chat_help_24_filled:before { content: "\f28a"; } .icon-ic_fluent_chat_off_24_filled:before { content: "\f28b"; } .icon-ic_fluent_chat_warning_24_filled:before { content: "\f28c"; } .icon-ic_fluent_checkbox_checked_20_filled:before { content: "\f28d"; } .icon-ic_fluent_checkbox_checked_24_filled:before { content: "\f28e"; } .icon-ic_fluent_checkbox_unchecked_12_filled:before { content: "\f28f"; } .icon-ic_fluent_checkbox_unchecked_16_filled:before { content: "\f290"; } .icon-ic_fluent_checkbox_unchecked_20_filled:before { content: "\f291"; } .icon-ic_fluent_checkbox_unchecked_24_filled:before { content: "\f292"; } .icon-ic_fluent_checkmark_12_filled:before { content: "\f293"; } .icon-ic_fluent_checkmark_20_filled:before { content: "\f294"; } .icon-ic_fluent_checkmark_24_filled:before { content: "\f295"; } .icon-ic_fluent_checkmark_28_filled:before { content: "\f296"; } .icon-ic_fluent_checkmark_circle_16_filled:before { content: "\f297"; } .icon-ic_fluent_checkmark_circle_20_filled:before { content: "\f298"; } .icon-ic_fluent_checkmark_circle_24_filled:before { content: "\f299"; } .icon-ic_fluent_checkmark_circle_48_filled:before { content: "\f29a"; } .icon-ic_fluent_checkmark_lock_16_filled:before { content: "\f29b"; } .icon-ic_fluent_checkmark_lock_20_filled:before { content: "\f29c"; } .icon-ic_fluent_checkmark_lock_24_filled:before { content: "\f29d"; } .icon-ic_fluent_checkmark_square_24_filled:before { content: "\f29e"; } .icon-ic_fluent_checkmark_underline_circle_16_filled:before { content: "\f29f"; } .icon-ic_fluent_checkmark_underline_circle_20_filled:before { content: "\f2a0"; } .icon-ic_fluent_chevron_down_12_filled:before { content: "\f2a1"; } .icon-ic_fluent_chevron_down_16_filled:before { content: "\f2a2"; } .icon-ic_fluent_chevron_down_20_filled:before { content: "\f2a3"; } .icon-ic_fluent_chevron_down_24_filled:before { content: "\f2a4"; } .icon-ic_fluent_chevron_down_28_filled:before { content: "\f2a5"; } .icon-ic_fluent_chevron_down_48_filled:before { content: "\f2a6"; } .icon-ic_fluent_chevron_left_12_filled:before { content: "\f2a8"; } .icon-ic_fluent_chevron_left_16_filled:before { content: "\f2a9"; } .icon-ic_fluent_chevron_left_20_filled:before { content: "\f2aa"; } .icon-ic_fluent_chevron_left_24_filled:before { content: "\f2ab"; } .icon-ic_fluent_chevron_left_28_filled:before { content: "\f2ac"; } .icon-ic_fluent_chevron_left_48_filled:before { content: "\f2ad"; } .icon-ic_fluent_chevron_right_12_filled:before { content: "\f2ae"; } .icon-ic_fluent_chevron_right_16_filled:before { content: "\f2af"; } .icon-ic_fluent_chevron_right_20_filled:before { content: "\f2b0"; } .icon-ic_fluent_chevron_right_24_filled:before { content: "\f2b1"; } .icon-ic_fluent_chevron_right_28_filled:before { content: "\f2b2"; } .icon-ic_fluent_chevron_right_48_filled:before { content: "\f2b3"; } .icon-ic_fluent_chevron_up_12_filled:before { content: "\f2b4"; } .icon-ic_fluent_chevron_up_16_filled:before { content: "\f2b5"; } .icon-ic_fluent_chevron_up_20_filled:before { content: "\f2b6"; } .icon-ic_fluent_chevron_up_24_filled:before { content: "\f2b7"; } .icon-ic_fluent_chevron_up_28_filled:before { content: "\f2b8"; } .icon-ic_fluent_chevron_up_48_filled:before { content: "\f2b9"; } .icon-ic_fluent_circle_16_filled:before { content: "\f2ba"; } .icon-ic_fluent_circle_20_filled:before { content: "\f2bb"; } .icon-ic_fluent_circle_24_filled:before { content: "\f2bc"; } .icon-ic_fluent_circle_half_fill_20_filled:before { content: "\f2bd"; } .icon-ic_fluent_circle_half_fill_24_filled:before { content: "\f2be"; } .icon-ic_fluent_circle_line_24_filled:before { content: "\f2bf"; } .icon-ic_fluent_circle_small_24_filled:before { content: "\f2c0"; } .icon-ic_fluent_city_16_filled:before { content: "\f2c1"; } .icon-ic_fluent_city_20_filled:before { content: "\f2c2"; } .icon-ic_fluent_city_24_filled:before { content: "\f2c3"; } .icon-ic_fluent_class_24_filled:before { content: "\f2c4"; } .icon-ic_fluent_classification_16_filled:before { content: "\f2c5"; } .icon-ic_fluent_classification_20_filled:before { content: "\f2c6"; } .icon-ic_fluent_classification_24_filled:before { content: "\f2c7"; } .icon-ic_fluent_clear_formatting_24_filled:before { content: "\f2c8"; } .icon-ic_fluent_clipboard_20_filled:before { content: "\f2c9"; } .icon-ic_fluent_clipboard_24_filled:before { content: "\f2ca"; } .icon-ic_fluent_clipboard_code_16_filled:before { content: "\f2cb"; } .icon-ic_fluent_clipboard_code_20_filled:before { content: "\f2cc"; } .icon-ic_fluent_clipboard_code_24_filled:before { content: "\f2cd"; } .icon-ic_fluent_clipboard_letter_16_filled:before { content: "\f2ce"; } .icon-ic_fluent_clipboard_letter_20_filled:before { content: "\f2cf"; } .icon-ic_fluent_clipboard_letter_24_filled:before { content: "\f2d0"; } .icon-ic_fluent_clipboard_link_16_filled:before { content: "\f2d1"; } .icon-ic_fluent_clipboard_link_20_filled:before { content: "\f2d2"; } .icon-ic_fluent_clipboard_link_24_filled:before { content: "\f2d3"; } .icon-ic_fluent_clipboard_more_24_filled:before { content: "\f2d4"; } .icon-ic_fluent_clipboard_paste_20_filled:before { content: "\f2d5"; } .icon-ic_fluent_clipboard_paste_24_filled:before { content: "\f2d6"; } .icon-ic_fluent_clipboard_search_20_filled:before { content: "\f2d7"; } .icon-ic_fluent_clipboard_search_24_filled:before { content: "\f2d8"; } .icon-ic_fluent_clock_12_filled:before { content: "\f2db"; } .icon-ic_fluent_clock_16_filled:before { content: "\f2dc"; } .icon-ic_fluent_clock_20_filled:before { content: "\f2dd"; } .icon-ic_fluent_clock_24_filled:before { content: "\f2de"; } .icon-ic_fluent_clock_28_filled:before { content: "\f2df"; } .icon-ic_fluent_clock_48_filled:before { content: "\f2e0"; } .icon-ic_fluent_clock_alarm_20_filled:before { content: "\f2e1"; } .icon-ic_fluent_clock_alarm_24_filled:before { content: "\f2e2"; } .icon-ic_fluent_closed_caption_24_filled:before { content: "\f2e3"; } .icon-ic_fluent_cloud_20_filled:before { content: "\f2e4"; } .icon-ic_fluent_cloud_24_filled:before { content: "\f2e5"; } .icon-ic_fluent_cloud_48_filled:before { content: "\f2e6"; } .icon-ic_fluent_cloud_off_24_filled:before { content: "\f2ea"; } .icon-ic_fluent_cloud_off_48_filled:before { content: "\f2eb"; } .icon-ic_fluent_code_20_filled:before { content: "\f2ef"; } .icon-ic_fluent_code_24_filled:before { content: "\f2f0"; } .icon-ic_fluent_collections_20_filled:before { content: "\f2f1"; } .icon-ic_fluent_collections_24_filled:before { content: "\f2f2"; } .icon-ic_fluent_collections_add_20_filled:before { content: "\f2f3"; } .icon-ic_fluent_collections_add_24_filled:before { content: "\f2f4"; } .icon-ic_fluent_color_20_filled:before { content: "\f2f5"; } .icon-ic_fluent_color_24_filled:before { content: "\f2f6"; } .icon-ic_fluent_color_background_20_filled:before { content: "\f2f7"; } .icon-ic_fluent_color_background_24_filled:before { content: "\f2f8"; } .icon-ic_fluent_color_fill_20_filled:before { content: "\f2f9"; } .icon-ic_fluent_color_fill_24_filled:before { content: "\f2fa"; } .icon-ic_fluent_color_line_20_filled:before { content: "\f2fb"; } .icon-ic_fluent_color_line_24_filled:before { content: "\f2fc"; } .icon-ic_fluent_column_triple_24_filled:before { content: "\f2fd"; } .icon-ic_fluent_comment_16_filled:before { content: "\f2fe"; } .icon-ic_fluent_comment_20_filled:before { content: "\f2ff"; } .icon-ic_fluent_comment_24_filled:before { content: "\f300"; } .icon-ic_fluent_comment_add_24_filled:before { content: "\f301"; } .icon-ic_fluent_comment_mention_16_filled:before { content: "\f303"; } .icon-ic_fluent_comment_mention_20_filled:before { content: "\f304"; } .icon-ic_fluent_comment_mention_24_filled:before { content: "\f305"; } .icon-ic_fluent_comment_multiple_16_filled:before { content: "\f306"; } .icon-ic_fluent_comment_multiple_20_filled:before { content: "\f307"; } .icon-ic_fluent_comment_multiple_24_filled:before { content: "\f308"; } .icon-ic_fluent_communication_16_filled:before { content: "\f30c"; } .icon-ic_fluent_communication_20_filled:before { content: "\f30d"; } .icon-ic_fluent_communication_24_filled:before { content: "\f30e"; } .icon-ic_fluent_compass_northwest_16_filled:before { content: "\f30f"; } .icon-ic_fluent_compass_northwest_20_filled:before { content: "\f310"; } .icon-ic_fluent_compass_northwest_24_filled:before { content: "\f311"; } .icon-ic_fluent_compass_northwest_28_filled:before { content: "\f312"; } .icon-ic_fluent_compose_16_filled:before { content: "\f313"; } .icon-ic_fluent_compose_20_filled:before { content: "\f314"; } .icon-ic_fluent_compose_24_filled:before { content: "\f315"; } .icon-ic_fluent_compose_28_filled:before { content: "\f316"; } .icon-ic_fluent_conference_room_16_filled:before { content: "\f317"; } .icon-ic_fluent_conference_room_20_filled:before { content: "\f318"; } .icon-ic_fluent_conference_room_24_filled:before { content: "\f319"; } .icon-ic_fluent_conference_room_28_filled:before { content: "\f31a"; } .icon-ic_fluent_conference_room_48_filled:before { content: "\f31b"; } .icon-ic_fluent_connector_16_filled:before { content: "\f31c"; } .icon-ic_fluent_connector_20_filled:before { content: "\f31d"; } .icon-ic_fluent_connector_24_filled:before { content: "\f31e"; } .icon-ic_fluent_contact_card_20_filled:before { content: "\f31f"; } .icon-ic_fluent_contact_card_24_filled:before { content: "\f320"; } .icon-ic_fluent_contact_card_group_24_filled:before { content: "\f321"; } .icon-ic_fluent_content_settings_16_filled:before { content: "\f323"; } .icon-ic_fluent_content_settings_20_filled:before { content: "\f324"; } .icon-ic_fluent_content_settings_24_filled:before { content: "\f325"; } .icon-ic_fluent_cookies_20_filled:before { content: "\f328"; } .icon-ic_fluent_cookies_24_filled:before { content: "\f329"; } .icon-ic_fluent_copy_16_filled:before { content: "\f32a"; } .icon-ic_fluent_copy_20_filled:before { content: "\f32b"; } .icon-ic_fluent_copy_24_filled:before { content: "\f32c"; } .icon-ic_fluent_crop_24_filled:before { content: "\f331"; } .icon-ic_fluent_crop_interim_24_filled:before { content: "\f332"; } .icon-ic_fluent_crop_interim_off_24_filled:before { content: "\f333"; } .icon-ic_fluent_cube_16_filled:before { content: "\f334"; } .icon-ic_fluent_cube_20_filled:before { content: "\f335"; } .icon-ic_fluent_cube_24_filled:before { content: "\f336"; } .icon-ic_fluent_cut_20_filled:before { content: "\f33a"; } .icon-ic_fluent_cut_24_filled:before { content: "\f33b"; } .icon-ic_fluent_dark_theme_24_filled:before { content: "\f33c"; } .icon-ic_fluent_data_area_24_filled:before { content: "\f33d"; } .icon-ic_fluent_data_bar_horizontal_24_filled:before { content: "\f33e"; } .icon-ic_fluent_data_bar_vertical_20_filled:before { content: "\f33f"; } .icon-ic_fluent_data_bar_vertical_24_filled:before { content: "\f340"; } .icon-ic_fluent_data_funnel_24_filled:before { content: "\f341"; } .icon-ic_fluent_data_histogram_24_filled:before { content: "\f342"; } .icon-ic_fluent_data_line_24_filled:before { content: "\f343"; } .icon-ic_fluent_data_pie_20_filled:before { content: "\f344"; } .icon-ic_fluent_data_pie_24_filled:before { content: "\f345"; } .icon-ic_fluent_data_scatter_24_filled:before { content: "\f346"; } .icon-ic_fluent_data_sunburst_24_filled:before { content: "\f347"; } .icon-ic_fluent_data_treemap_24_filled:before { content: "\f348"; } .icon-ic_fluent_data_usage_24_filled:before { content: "\f349"; } .icon-ic_fluent_data_waterfall_24_filled:before { content: "\f34a"; } .icon-ic_fluent_data_whisker_24_filled:before { content: "\f34b"; } .icon-ic_fluent_delete_20_filled:before { content: "\f34c"; } .icon-ic_fluent_delete_24_filled:before { content: "\f34d"; } .icon-ic_fluent_delete_28_filled:before { content: "\f34e"; } .icon-ic_fluent_delete_48_filled:before { content: "\f34f"; } .icon-ic_fluent_delete_off_20_filled:before { content: "\f352"; } .icon-ic_fluent_delete_off_24_filled:before { content: "\f353"; } .icon-ic_fluent_dentist_24_filled:before { content: "\f354"; } .icon-ic_fluent_design_ideas_16_filled:before { content: "\f355"; } .icon-ic_fluent_design_ideas_20_filled:before { content: "\f356"; } .icon-ic_fluent_design_ideas_24_filled:before { content: "\f357"; } .icon-ic_fluent_desktop_16_filled:before { content: "\f358"; } .icon-ic_fluent_desktop_20_filled:before { content: "\f359"; } .icon-ic_fluent_desktop_24_filled:before { content: "\f35a"; } .icon-ic_fluent_desktop_28_filled:before { content: "\f35b"; } .icon-ic_fluent_developer_board_24_filled:before { content: "\f35c"; } .icon-ic_fluent_device_eq_24_filled:before { content: "\f35d"; } .icon-ic_fluent_dialpad_20_filled:before { content: "\f35e"; } .icon-ic_fluent_dialpad_24_filled:before { content: "\f35f"; } .icon-ic_fluent_dialpad_off_24_filled:before { content: "\f360"; } .icon-ic_fluent_directions_20_filled:before { content: "\f365"; } .icon-ic_fluent_directions_24_filled:before { content: "\f366"; } .icon-ic_fluent_dismiss_12_filled:before { content: "\f367"; } .icon-ic_fluent_dismiss_16_filled:before { content: "\f368"; } .icon-ic_fluent_dismiss_20_filled:before { content: "\f369"; } .icon-ic_fluent_dismiss_24_filled:before { content: "\f36a"; } .icon-ic_fluent_dismiss_28_filled:before { content: "\f36b"; } .icon-ic_fluent_dismiss_circle_16_filled:before { content: "\f36c"; } .icon-ic_fluent_dismiss_circle_20_filled:before { content: "\f36d"; } .icon-ic_fluent_dismiss_circle_24_filled:before { content: "\f36e"; } .icon-ic_fluent_dismiss_circle_48_filled:before { content: "\f36f"; } .icon-ic_fluent_divider_short_24_filled:before { content: "\f370"; } .icon-ic_fluent_divider_tall_24_filled:before { content: "\f371"; } .icon-ic_fluent_dock_24_filled:before { content: "\f372"; } .icon-ic_fluent_dock_row_24_filled:before { content: "\f376"; } .icon-ic_fluent_doctor_24_filled:before { content: "\f377"; } .icon-ic_fluent_document_20_filled:before { content: "\f378"; } .icon-ic_fluent_document_24_filled:before { content: "\f379"; } .icon-ic_fluent_document_28_filled:before { content: "\f37a"; } .icon-ic_fluent_document_briefcase_20_filled:before { content: "\f37c"; } .icon-ic_fluent_document_briefcase_24_filled:before { content: "\f37d"; } .icon-ic_fluent_document_catch_up_24_filled:before { content: "\f37e"; } .icon-ic_fluent_document_copy_16_filled:before { content: "\f37f"; } .icon-ic_fluent_document_copy_20_filled:before { content: "\f380"; } .icon-ic_fluent_document_copy_24_filled:before { content: "\f381"; } .icon-ic_fluent_document_copy_48_filled:before { content: "\f382"; } .icon-ic_fluent_document_dismiss_20_filled:before { content: "\f383"; } .icon-ic_fluent_document_dismiss_24_filled:before { content: "\f384"; } .icon-ic_fluent_document_edit_16_filled:before { content: "\f385"; } .icon-ic_fluent_document_edit_20_filled:before { content: "\f386"; } .icon-ic_fluent_document_edit_24_filled:before { content: "\f387"; } .icon-ic_fluent_document_endnote_20_filled:before { content: "\f388"; } .icon-ic_fluent_document_endnote_24_filled:before { content: "\f389"; } .icon-ic_fluent_document_error_16_filled:before { content: "\f38a"; } .icon-ic_fluent_document_error_20_filled:before { content: "\f38b"; } .icon-ic_fluent_document_error_24_filled:before { content: "\f38c"; } .icon-ic_fluent_document_footer_24_filled:before { content: "\f38d"; } .icon-ic_fluent_document_header_24_filled:before { content: "\f38f"; } .icon-ic_fluent_document_header_footer_20_filled:before { content: "\f390"; } .icon-ic_fluent_document_header_footer_24_filled:before { content: "\f391"; } .icon-ic_fluent_document_landscape_20_filled:before { content: "\f393"; } .icon-ic_fluent_document_landscape_24_filled:before { content: "\f394"; } .icon-ic_fluent_document_margins_20_filled:before { content: "\f395"; } .icon-ic_fluent_document_margins_24_filled:before { content: "\f396"; } .icon-ic_fluent_document_one_page_20_filled:before { content: "\f399"; } .icon-ic_fluent_document_one_page_24_filled:before { content: "\f39a"; } .icon-ic_fluent_document_page_bottom_center_20_filled:before { content: "\f39c"; } .icon-ic_fluent_document_page_bottom_center_24_filled:before { content: "\f39d"; } .icon-ic_fluent_document_page_bottom_left_20_filled:before { content: "\f39e"; } .icon-ic_fluent_document_page_bottom_left_24_filled:before { content: "\f39f"; } .icon-ic_fluent_document_page_bottom_right_20_filled:before { content: "\f3a0"; } .icon-ic_fluent_document_page_bottom_right_24_filled:before { content: "\f3a1"; } .icon-ic_fluent_document_page_break_24_filled:before { content: "\f3a2"; } .icon-ic_fluent_document_page_number_20_filled:before { content: "\f3a3"; } .icon-ic_fluent_document_page_number_24_filled:before { content: "\f3a4"; } .icon-ic_fluent_document_page_top_center_20_filled:before { content: "\f3a5"; } .icon-ic_fluent_document_page_top_center_24_filled:before { content: "\f3a6"; } .icon-ic_fluent_document_page_top_left_20_filled:before { content: "\f3a7"; } .icon-ic_fluent_document_page_top_left_24_filled:before { content: "\f3a8"; } .icon-ic_fluent_document_page_top_right_20_filled:before { content: "\f3a9"; } .icon-ic_fluent_document_page_top_right_24_filled:before { content: "\f3aa"; } .icon-ic_fluent_document_pdf_16_filled:before { content: "\f3ab"; } .icon-ic_fluent_document_pdf_20_filled:before { content: "\f3ac"; } .icon-ic_fluent_document_pdf_24_filled:before { content: "\f3ad"; } .icon-ic_fluent_document_search_20_filled:before { content: "\f3ae"; } .icon-ic_fluent_document_search_24_filled:before { content: "\f3af"; } .icon-ic_fluent_document_toolbox_20_filled:before { content: "\f3b0"; } .icon-ic_fluent_document_toolbox_24_filled:before { content: "\f3b1"; } .icon-ic_fluent_document_width_20_filled:before { content: "\f3b8"; } .icon-ic_fluent_document_width_24_filled:before { content: "\f3b9"; } .icon-ic_fluent_double_swipe_down_24_filled:before { content: "\f3ba"; } .icon-ic_fluent_double_swipe_up_24_filled:before { content: "\f3bb"; } .icon-ic_fluent_drafts_16_filled:before { content: "\f3be"; } .icon-ic_fluent_drafts_20_filled:before { content: "\f3bf"; } .icon-ic_fluent_drafts_24_filled:before { content: "\f3c0"; } .icon-ic_fluent_drag_24_filled:before { content: "\f3c1"; } .icon-ic_fluent_drink_beer_24_filled:before { content: "\f3c3"; } .icon-ic_fluent_drink_coffee_20_filled:before { content: "\f3c4"; } .icon-ic_fluent_drink_coffee_24_filled:before { content: "\f3c5"; } .icon-ic_fluent_drink_margarita_24_filled:before { content: "\f3c6"; } .icon-ic_fluent_drink_wine_24_filled:before { content: "\f3c7"; } .icon-ic_fluent_dual_screen_24_filled:before { content: "\f3c8"; } .icon-ic_fluent_dual_screen_add_24_filled:before { content: "\f3c9"; } .icon-ic_fluent_dual_screen_arrow_right_24_filled:before { content: "\f3ca"; } .icon-ic_fluent_dual_screen_clock_24_filled:before { content: "\f3cb"; } .icon-ic_fluent_dual_screen_desktop_24_filled:before { content: "\f3cc"; } .icon-ic_fluent_dual_screen_group_24_filled:before { content: "\f3ce"; } .icon-ic_fluent_dual_screen_lock_24_filled:before { content: "\f3cf"; } .icon-ic_fluent_dual_screen_mirror_24_filled:before { content: "\f3d0"; } .icon-ic_fluent_dual_screen_pagination_24_filled:before { content: "\f3d1"; } .icon-ic_fluent_dual_screen_settings_24_filled:before { content: "\f3d2"; } .icon-ic_fluent_dual_screen_status_bar_24_filled:before { content: "\f3d3"; } .icon-ic_fluent_dual_screen_tablet_24_filled:before { content: "\f3d4"; } .icon-ic_fluent_dual_screen_update_24_filled:before { content: "\f3d5"; } .icon-ic_fluent_dual_screen_vertical_scroll_24_filled:before { content: "\f3d6"; } .icon-ic_fluent_dual_screen_vibrate_24_filled:before { content: "\f3d7"; } .icon-ic_fluent_earth_16_filled:before { content: "\f3d8"; } .icon-ic_fluent_earth_20_filled:before { content: "\f3d9"; } .icon-ic_fluent_earth_24_filled:before { content: "\f3da"; } .icon-ic_fluent_edit_16_filled:before { content: "\f3db"; } .icon-ic_fluent_edit_20_filled:before { content: "\f3dc"; } .icon-ic_fluent_edit_24_filled:before { content: "\f3dd"; } .icon-ic_fluent_emoji_16_filled:before { content: "\f3de"; } .icon-ic_fluent_emoji_20_filled:before { content: "\f3df"; } .icon-ic_fluent_emoji_24_filled:before { content: "\f3e0"; } .icon-ic_fluent_emoji_add_24_filled:before { content: "\f3e1"; } .icon-ic_fluent_emoji_angry_20_filled:before { content: "\f3e2"; } .icon-ic_fluent_emoji_angry_24_filled:before { content: "\f3e3"; } .icon-ic_fluent_emoji_laugh_20_filled:before { content: "\f3e4"; } .icon-ic_fluent_emoji_laugh_24_filled:before { content: "\f3e5"; } .icon-ic_fluent_emoji_meh_20_filled:before { content: "\f3e6"; } .icon-ic_fluent_emoji_meh_24_filled:before { content: "\f3e7"; } .icon-ic_fluent_emoji_sad_20_filled:before { content: "\f3e8"; } .icon-ic_fluent_emoji_sad_24_filled:before { content: "\f3e9"; } .icon-ic_fluent_emoji_surprise_20_filled:before { content: "\f3ea"; } .icon-ic_fluent_emoji_surprise_24_filled:before { content: "\f3eb"; } .icon-ic_fluent_eraser_tool_24_filled:before { content: "\f3ee"; } .icon-ic_fluent_error_circle_16_filled:before { content: "\f3ef"; } .icon-ic_fluent_error_circle_20_filled:before { content: "\f3f0"; } .icon-ic_fluent_error_circle_24_filled:before { content: "\f3f1"; } .icon-ic_fluent_extended_dock_24_filled:before { content: "\f3f3"; } .icon-ic_fluent_fast_acceleration_24_filled:before { content: "\f3fc"; } .icon-ic_fluent_fast_forward_20_filled:before { content: "\f3fd"; } .icon-ic_fluent_fast_forward_24_filled:before { content: "\f3fe"; } .icon-ic_fluent_filter_20_filled:before { content: "\f405"; } .icon-ic_fluent_filter_24_filled:before { content: "\f406"; } .icon-ic_fluent_filter_28_filled:before { content: "\f407"; } .icon-ic_fluent_fingerprint_24_filled:before { content: "\f408"; } .icon-ic_fluent_flag_16_filled:before { content: "\f409"; } .icon-ic_fluent_flag_20_filled:before { content: "\f40a"; } .icon-ic_fluent_flag_24_filled:before { content: "\f40b"; } .icon-ic_fluent_flag_28_filled:before { content: "\f40c"; } .icon-ic_fluent_flag_48_filled:before { content: "\f40d"; } .icon-ic_fluent_flag_off_24_filled:before { content: "\f40e"; } .icon-ic_fluent_flag_off_28_filled:before { content: "\f40f"; } .icon-ic_fluent_flag_off_48_filled:before { content: "\f410"; } .icon-ic_fluent_flag_pride_16_filled:before { content: "\f411"; } .icon-ic_fluent_flag_pride_20_filled:before { content: "\f412"; } .icon-ic_fluent_flag_pride_24_filled:before { content: "\f413"; } .icon-ic_fluent_flag_pride_28_filled:before { content: "\f414"; } .icon-ic_fluent_flag_pride_48_filled:before { content: "\f415"; } .icon-ic_fluent_flash_auto_24_filled:before { content: "\f416"; } .icon-ic_fluent_flash_off_24_filled:before { content: "\f417"; } .icon-ic_fluent_flashlight_24_filled:before { content: "\f41a"; } .icon-ic_fluent_flashlight_off_24_filled:before { content: "\f41b"; } .icon-ic_fluent_folder_20_filled:before { content: "\f41c"; } .icon-ic_fluent_folder_24_filled:before { content: "\f41d"; } .icon-ic_fluent_folder_28_filled:before { content: "\f41e"; } .icon-ic_fluent_folder_48_filled:before { content: "\f41f"; } .icon-ic_fluent_folder_add_20_filled:before { content: "\f420"; } .icon-ic_fluent_folder_add_24_filled:before { content: "\f421"; } .icon-ic_fluent_folder_add_28_filled:before { content: "\f422"; } .icon-ic_fluent_folder_add_48_filled:before { content: "\f423"; } .icon-ic_fluent_folder_briefcase_20_filled:before { content: "\f424"; } .icon-ic_fluent_folder_link_20_filled:before { content: "\f429"; } .icon-ic_fluent_folder_link_24_filled:before { content: "\f42a"; } .icon-ic_fluent_folder_link_28_filled:before { content: "\f42b"; } .icon-ic_fluent_folder_link_48_filled:before { content: "\f42c"; } .icon-ic_fluent_folder_open_16_filled:before { content: "\f431"; } .icon-ic_fluent_folder_open_20_filled:before { content: "\f432"; } .icon-ic_fluent_folder_open_24_filled:before { content: "\f433"; } .icon-ic_fluent_folder_open_vertical_20_filled:before { content: "\f434"; } .icon-ic_fluent_folder_zip_16_filled:before { content: "\f438"; } .icon-ic_fluent_folder_zip_20_filled:before { content: "\f439"; } .icon-ic_fluent_folder_zip_24_filled:before { content: "\f43a"; } .icon-ic_fluent_font_decrease_20_filled:before { content: "\f43b"; } .icon-ic_fluent_font_decrease_24_filled:before { content: "\f43c"; } .icon-ic_fluent_font_increase_20_filled:before { content: "\f43d"; } .icon-ic_fluent_font_increase_24_filled:before { content: "\f43e"; } .icon-ic_fluent_font_space_tracking_in_16_filled:before { content: "\f43f"; } .icon-ic_fluent_font_space_tracking_in_20_filled:before { content: "\f440"; } .icon-ic_fluent_font_space_tracking_in_24_filled:before { content: "\f441"; } .icon-ic_fluent_font_space_tracking_in_28_filled:before { content: "\f442"; } .icon-ic_fluent_font_space_tracking_out_16_filled:before { content: "\f443"; } .icon-ic_fluent_font_space_tracking_out_20_filled:before { content: "\f444"; } .icon-ic_fluent_font_space_tracking_out_24_filled:before { content: "\f445"; } .icon-ic_fluent_font_space_tracking_out_28_filled:before { content: "\f446"; } .icon-ic_fluent_food_20_filled:before { content: "\f447"; } .icon-ic_fluent_food_24_filled:before { content: "\f448"; } .icon-ic_fluent_food_cake_24_filled:before { content: "\f449"; } .icon-ic_fluent_food_egg_24_filled:before { content: "\f44a"; } .icon-ic_fluent_food_toast_24_filled:before { content: "\f44b"; } .icon-ic_fluent_form_new_24_filled:before { content: "\f44c"; } .icon-ic_fluent_form_new_28_filled:before { content: "\f44d"; } .icon-ic_fluent_form_new_48_filled:before { content: "\f44e"; } .icon-ic_fluent_fps_240_24_filled:before { content: "\f451"; } .icon-ic_fluent_fps_960_24_filled:before { content: "\f452"; } .icon-ic_fluent_games_24_filled:before { content: "\f455"; } .icon-ic_fluent_gesture_24_filled:before { content: "\f456"; } .icon-ic_fluent_gif_20_filled:before { content: "\f457"; } .icon-ic_fluent_gif_24_filled:before { content: "\f458"; } .icon-ic_fluent_gift_20_filled:before { content: "\f459"; } .icon-ic_fluent_gift_24_filled:before { content: "\f45a"; } .icon-ic_fluent_glance_24_filled:before { content: "\f45b"; } .icon-ic_fluent_glasses_24_filled:before { content: "\f45c"; } .icon-ic_fluent_glasses_off_24_filled:before { content: "\f45d"; } .icon-ic_fluent_globe_20_filled:before { content: "\f45e"; } .icon-ic_fluent_globe_24_filled:before { content: "\f45f"; } .icon-ic_fluent_globe_add_24_filled:before { content: "\f460"; } .icon-ic_fluent_globe_clock_24_filled:before { content: "\f461"; } .icon-ic_fluent_globe_desktop_24_filled:before { content: "\f462"; } .icon-ic_fluent_globe_location_24_filled:before { content: "\f463"; } .icon-ic_fluent_globe_search_24_filled:before { content: "\f464"; } .icon-ic_fluent_globe_video_24_filled:before { content: "\f465"; } .icon-ic_fluent_grid_20_filled:before { content: "\f466"; } .icon-ic_fluent_grid_24_filled:before { content: "\f467"; } .icon-ic_fluent_grid_28_filled:before { content: "\f468"; } .icon-ic_fluent_group_20_filled:before { content: "\f469"; } .icon-ic_fluent_group_24_filled:before { content: "\f46a"; } .icon-ic_fluent_group_list_24_filled:before { content: "\f46b"; } .icon-ic_fluent_guest_16_filled:before { content: "\f46c"; } .icon-ic_fluent_guest_20_filled:before { content: "\f46d"; } .icon-ic_fluent_guest_24_filled:before { content: "\f46e"; } .icon-ic_fluent_guest_28_filled:before { content: "\f46f"; } .icon-ic_fluent_guest_add_24_filled:before { content: "\f470"; } .icon-ic_fluent_handshake_16_filled:before { content: "\f472"; } .icon-ic_fluent_handshake_20_filled:before { content: "\f473"; } .icon-ic_fluent_handshake_24_filled:before { content: "\f474"; } .icon-ic_fluent_hdr_24_filled:before { content: "\f475"; } .icon-ic_fluent_headphones_24_filled:before { content: "\f476"; } .icon-ic_fluent_headphones_28_filled:before { content: "\f477"; } .icon-ic_fluent_headset_24_filled:before { content: "\f478"; } .icon-ic_fluent_headset_28_filled:before { content: "\f479"; } .icon-ic_fluent_headset_vr_20_filled:before { content: "\f47a"; } .icon-ic_fluent_headset_vr_24_filled:before { content: "\f47b"; } .icon-ic_fluent_heart_16_filled:before { content: "\f47c"; } .icon-ic_fluent_heart_20_filled:before { content: "\f47d"; } .icon-ic_fluent_heart_24_filled:before { content: "\f47e"; } .icon-ic_fluent_highlight_16_filled:before { content: "\f47f"; } .icon-ic_fluent_highlight_20_filled:before { content: "\f480"; } .icon-ic_fluent_highlight_24_filled:before { content: "\f481"; } .icon-ic_fluent_highlight_accent_16_filled:before { content: "\f482"; } .icon-ic_fluent_highlight_accent_20_filled:before { content: "\f483"; } .icon-ic_fluent_highlight_accent_24_filled:before { content: "\f484"; } .icon-ic_fluent_history_20_filled:before { content: "\f485"; } .icon-ic_fluent_history_24_filled:before { content: "\f486"; } .icon-ic_fluent_home_20_filled:before { content: "\f487"; } .icon-ic_fluent_home_24_filled:before { content: "\f488"; } .icon-ic_fluent_home_28_filled:before { content: "\f489"; } .icon-ic_fluent_home_add_24_filled:before { content: "\f48a"; } .icon-ic_fluent_home_checkmark_24_filled:before { content: "\f48b"; } .icon-ic_fluent_icons_20_filled:before { content: "\f48c"; } .icon-ic_fluent_icons_24_filled:before { content: "\f48d"; } .icon-ic_fluent_image_16_filled:before { content: "\f48e"; } .icon-ic_fluent_image_20_filled:before { content: "\f48f"; } .icon-ic_fluent_image_24_filled:before { content: "\f490"; } .icon-ic_fluent_image_28_filled:before { content: "\f491"; } .icon-ic_fluent_image_48_filled:before { content: "\f492"; } .icon-ic_fluent_image_add_24_filled:before { content: "\f493"; } .icon-ic_fluent_image_alt_text_20_filled:before { content: "\f494"; } .icon-ic_fluent_image_alt_text_24_filled:before { content: "\f495"; } .icon-ic_fluent_image_copy_20_filled:before { content: "\f496"; } .icon-ic_fluent_image_copy_24_filled:before { content: "\f497"; } .icon-ic_fluent_image_copy_28_filled:before { content: "\f498"; } .icon-ic_fluent_image_edit_16_filled:before { content: "\f499"; } .icon-ic_fluent_image_edit_20_filled:before { content: "\f49a"; } .icon-ic_fluent_image_edit_24_filled:before { content: "\f49b"; } .icon-ic_fluent_image_off_24_filled:before { content: "\f49f"; } .icon-ic_fluent_image_search_20_filled:before { content: "\f4a0"; } .icon-ic_fluent_image_search_24_filled:before { content: "\f4a1"; } .icon-ic_fluent_immersive_reader_20_filled:before { content: "\f4a2"; } .icon-ic_fluent_immersive_reader_24_filled:before { content: "\f4a3"; } .icon-ic_fluent_important_12_filled:before { content: "\f4a4"; } .icon-ic_fluent_important_16_filled:before { content: "\f4a5"; } .icon-ic_fluent_important_20_filled:before { content: "\f4a6"; } .icon-ic_fluent_important_24_filled:before { content: "\f4a7"; } .icon-ic_fluent_incognito_24_filled:before { content: "\f4a8"; } .icon-ic_fluent_info_16_filled:before { content: "\f4a9"; } .icon-ic_fluent_info_20_filled:before { content: "\f4aa"; } .icon-ic_fluent_info_24_filled:before { content: "\f4ab"; } .icon-ic_fluent_info_28_filled:before { content: "\f4ac"; } .icon-ic_fluent_inking_tool_16_filled:before { content: "\f4ad"; } .icon-ic_fluent_inking_tool_20_filled:before { content: "\f4ae"; } .icon-ic_fluent_inking_tool_24_filled:before { content: "\f4af"; } .icon-ic_fluent_inking_tool_accent_16_filled:before { content: "\f4b0"; } .icon-ic_fluent_inking_tool_accent_20_filled:before { content: "\f4b1"; } .icon-ic_fluent_inking_tool_accent_24_filled:before { content: "\f4b2"; } .icon-ic_fluent_inprivate_account_16_filled:before { content: "\f4b3"; } .icon-ic_fluent_inprivate_account_20_filled:before { content: "\f4b4"; } .icon-ic_fluent_inprivate_account_24_filled:before { content: "\f4b5"; } .icon-ic_fluent_inprivate_account_28_filled:before { content: "\f4b6"; } .icon-ic_fluent_insert_20_filled:before { content: "\f4b7"; } .icon-ic_fluent_ios_chevron_right_20_filled:before { content: "\f4bc"; } .icon-ic_fluent_javascript_16_filled:before { content: "\f4bd"; } .icon-ic_fluent_javascript_20_filled:before { content: "\f4be"; } .icon-ic_fluent_javascript_24_filled:before { content: "\f4bf"; } .icon-ic_fluent_key_20_filled:before { content: "\f4c0"; } .icon-ic_fluent_key_24_filled:before { content: "\f4c1"; } .icon-ic_fluent_keyboard_20_filled:before { content: "\f4c2"; } .icon-ic_fluent_keyboard_24_filled:before { content: "\f4c3"; } .icon-ic_fluent_keyboard_dock_24_filled:before { content: "\f4c4"; } .icon-ic_fluent_keyboard_layout_float_24_filled:before { content: "\f4c5"; } .icon-ic_fluent_keyboard_layout_one_handed_left_24_filled:before { content: "\f4c6"; } .icon-ic_fluent_keyboard_layout_resize_24_filled:before { content: "\f4c7"; } .icon-ic_fluent_keyboard_layout_split_24_filled:before { content: "\f4c8"; } .icon-ic_fluent_keyboard_shift_24_filled:before { content: "\f4c9"; } .icon-ic_fluent_keyboard_shift_uppercase_24_filled:before { content: "\f4ca"; } .icon-ic_fluent_keyboard_tab_24_filled:before { content: "\f4cb"; } .icon-ic_fluent_laptop_16_filled:before { content: "\f4cc"; } .icon-ic_fluent_laptop_20_filled:before { content: "\f4cd"; } .icon-ic_fluent_laptop_24_filled:before { content: "\f4ce"; } .icon-ic_fluent_laptop_28_filled:before { content: "\f4cf"; } .icon-ic_fluent_lasso_24_filled:before { content: "\f4d3"; } .icon-ic_fluent_launcher_settings_24_filled:before { content: "\f4d4"; } .icon-ic_fluent_layer_20_filled:before { content: "\f4d5"; } .icon-ic_fluent_layer_24_filled:before { content: "\f4d6"; } .icon-ic_fluent_leaf_two_16_filled:before { content: "\f4da"; } .icon-ic_fluent_leaf_two_20_filled:before { content: "\f4db"; } .icon-ic_fluent_leaf_two_24_filled:before { content: "\f4dc"; } .icon-ic_fluent_library_24_filled:before { content: "\f4dd"; } .icon-ic_fluent_library_28_filled:before { content: "\f4de"; } .icon-ic_fluent_lightbulb_16_filled:before { content: "\f4df"; } .icon-ic_fluent_lightbulb_20_filled:before { content: "\f4e0"; } .icon-ic_fluent_lightbulb_24_filled:before { content: "\f4e1"; } .icon-ic_fluent_lightbulb_circle_24_filled:before { content: "\f4e2"; } .icon-ic_fluent_lightbulb_filament_16_filled:before { content: "\f4e3"; } .icon-ic_fluent_lightbulb_filament_20_filled:before { content: "\f4e4"; } .icon-ic_fluent_lightbulb_filament_24_filled:before { content: "\f4e5"; } .icon-ic_fluent_likert_16_filled:before { content: "\f4e7"; } .icon-ic_fluent_likert_20_filled:before { content: "\f4e8"; } .icon-ic_fluent_likert_24_filled:before { content: "\f4e9"; } .icon-ic_fluent_line_horizontal_1_20_filled:before { content: "\f4ea"; } .icon-ic_fluent_line_horizontal_3_20_filled:before { content: "\f4eb"; } .icon-ic_fluent_line_horizontal_5_20_filled:before { content: "\f4ec"; } .icon-ic_fluent_link_16_filled:before { content: "\f4ed"; } .icon-ic_fluent_link_20_filled:before { content: "\f4ee"; } .icon-ic_fluent_link_24_filled:before { content: "\f4ef"; } .icon-ic_fluent_link_28_filled:before { content: "\f4f0"; } .icon-ic_fluent_link_48_filled:before { content: "\f4f1"; } .icon-ic_fluent_link_edit_16_filled:before { content: "\f4f2"; } .icon-ic_fluent_link_edit_20_filled:before { content: "\f4f3"; } .icon-ic_fluent_link_edit_24_filled:before { content: "\f4f4"; } .icon-ic_fluent_link_square_24_filled:before { content: "\f4f6"; } .icon-ic_fluent_list_20_filled:before { content: "\f4f7"; } .icon-ic_fluent_list_24_filled:before { content: "\f4f8"; } .icon-ic_fluent_list_28_filled:before { content: "\f4f9"; } .icon-ic_fluent_live_20_filled:before { content: "\f4fa"; } .icon-ic_fluent_live_24_filled:before { content: "\f4fb"; } .icon-ic_fluent_local_language_16_filled:before { content: "\f4fc"; } .icon-ic_fluent_local_language_20_filled:before { content: "\f4fd"; } .icon-ic_fluent_local_language_24_filled:before { content: "\f4fe"; } .icon-ic_fluent_local_language_28_filled:before { content: "\f4ff"; } .icon-ic_fluent_location_12_filled:before { content: "\f500"; } .icon-ic_fluent_location_16_filled:before { content: "\f501"; } .icon-ic_fluent_location_20_filled:before { content: "\f502"; } .icon-ic_fluent_location_24_filled:before { content: "\f503"; } .icon-ic_fluent_location_28_filled:before { content: "\f504"; } .icon-ic_fluent_location_live_20_filled:before { content: "\f505"; } .icon-ic_fluent_location_live_24_filled:before { content: "\f506"; } .icon-ic_fluent_lock_shield_20_filled:before { content: "\f50c"; } .icon-ic_fluent_lock_shield_24_filled:before { content: "\f50d"; } .icon-ic_fluent_lock_shield_48_filled:before { content: "\f50e"; } .icon-ic_fluent_mail_20_filled:before { content: "\f510"; } .icon-ic_fluent_mail_24_filled:before { content: "\f511"; } .icon-ic_fluent_mail_28_filled:before { content: "\f512"; } .icon-ic_fluent_mail_48_filled:before { content: "\f513"; } .icon-ic_fluent_mail_add_24_filled:before { content: "\f514"; } .icon-ic_fluent_mail_all_read_20_filled:before { content: "\f518"; } .icon-ic_fluent_mail_all_unread_20_filled:before { content: "\f519"; } .icon-ic_fluent_mail_clock_20_filled:before { content: "\f51a"; } .icon-ic_fluent_mail_copy_20_filled:before { content: "\f51b"; } .icon-ic_fluent_mail_copy_24_filled:before { content: "\f51c"; } .icon-ic_fluent_mail_inbox_16_filled:before { content: "\f51d"; } .icon-ic_fluent_mail_inbox_20_filled:before { content: "\f51e"; } .icon-ic_fluent_mail_inbox_24_filled:before { content: "\f51f"; } .icon-ic_fluent_mail_inbox_28_filled:before { content: "\f520"; } .icon-ic_fluent_mail_inbox_add_16_filled:before { content: "\f521"; } .icon-ic_fluent_mail_inbox_add_20_filled:before { content: "\f522"; } .icon-ic_fluent_mail_inbox_add_24_filled:before { content: "\f523"; } .icon-ic_fluent_mail_inbox_add_28_filled:before { content: "\f524"; } .icon-ic_fluent_mail_inbox_dismiss_16_filled:before { content: "\f525"; } .icon-ic_fluent_mail_inbox_dismiss_20_filled:before { content: "\f526"; } .icon-ic_fluent_mail_inbox_dismiss_24_filled:before { content: "\f527"; } .icon-ic_fluent_mail_inbox_dismiss_28_filled:before { content: "\f528"; } .icon-ic_fluent_mail_read_20_filled:before { content: "\f52b"; } .icon-ic_fluent_mail_read_24_filled:before { content: "\f52c"; } .icon-ic_fluent_mail_read_28_filled:before { content: "\f52d"; } .icon-ic_fluent_mail_read_48_filled:before { content: "\f52e"; } .icon-ic_fluent_mail_unread_16_filled:before { content: "\f52f"; } .icon-ic_fluent_mail_unread_20_filled:before { content: "\f530"; } .icon-ic_fluent_mail_unread_24_filled:before { content: "\f531"; } .icon-ic_fluent_mail_unread_28_filled:before { content: "\f532"; } .icon-ic_fluent_mail_unread_48_filled:before { content: "\f533"; } .icon-ic_fluent_map_24_filled:before { content: "\f538"; } .icon-ic_fluent_map_drive_16_filled:before { content: "\f539"; } .icon-ic_fluent_map_drive_20_filled:before { content: "\f53a"; } .icon-ic_fluent_map_drive_24_filled:before { content: "\f53b"; } .icon-ic_fluent_match_app_layout_24_filled:before { content: "\f53c"; } .icon-ic_fluent_maximize_16_filled:before { content: "\f53d"; } .icon-ic_fluent_meet_now_20_filled:before { content: "\f53e"; } .icon-ic_fluent_meet_now_24_filled:before { content: "\f53f"; } .icon-ic_fluent_megaphone_16_filled:before { content: "\f540"; } .icon-ic_fluent_megaphone_20_filled:before { content: "\f541"; } .icon-ic_fluent_megaphone_24_filled:before { content: "\f542"; } .icon-ic_fluent_megaphone_28_filled:before { content: "\f543"; } .icon-ic_fluent_megaphone_off_24_filled:before { content: "\f544"; } .icon-ic_fluent_mention_16_filled:before { content: "\f545"; } .icon-ic_fluent_mention_20_filled:before { content: "\f546"; } .icon-ic_fluent_mention_24_filled:before { content: "\f547"; } .icon-ic_fluent_merge_24_filled:before { content: "\f548"; } .icon-ic_fluent_mic_off_12_filled:before { content: "\f549"; } .icon-ic_fluent_mic_off_16_filled:before { content: "\f54a"; } .icon-ic_fluent_mic_off_24_filled:before { content: "\f54b"; } .icon-ic_fluent_mic_off_28_filled:before { content: "\f54c"; } .icon-ic_fluent_mic_settings_24_filled:before { content: "\f552"; } .icon-ic_fluent_midi_20_filled:before { content: "\f553"; } .icon-ic_fluent_midi_24_filled:before { content: "\f554"; } .icon-ic_fluent_mobile_optimized_24_filled:before { content: "\f557"; } .icon-ic_fluent_money_16_filled:before { content: "\f558"; } .icon-ic_fluent_money_20_filled:before { content: "\f559"; } .icon-ic_fluent_money_24_filled:before { content: "\f55a"; } .icon-ic_fluent_more_vertical_20_filled:before { content: "\f560"; } .icon-ic_fluent_more_vertical_24_filled:before { content: "\f561"; } .icon-ic_fluent_more_vertical_28_filled:before { content: "\f562"; } .icon-ic_fluent_more_vertical_48_filled:before { content: "\f563"; } .icon-ic_fluent_movies_and_tv_24_filled:before { content: "\f564"; } .icon-ic_fluent_my_location_24_filled:before { content: "\f569"; } .icon-ic_fluent_navigation_20_filled:before { content: "\f56a"; } .icon-ic_fluent_navigation_24_filled:before { content: "\f56b"; } .icon-ic_fluent_network_check_24_filled:before { content: "\f56c"; } .icon-ic_fluent_new_16_filled:before { content: "\f56d"; } .icon-ic_fluent_new_24_filled:before { content: "\f56e"; } .icon-ic_fluent_news_20_filled:before { content: "\f56f"; } .icon-ic_fluent_news_24_filled:before { content: "\f570"; } .icon-ic_fluent_news_28_filled:before { content: "\f571"; } .icon-ic_fluent_next_16_filled:before { content: "\f572"; } .icon-ic_fluent_next_20_filled:before { content: "\f573"; } .icon-ic_fluent_next_24_filled:before { content: "\f574"; } .icon-ic_fluent_note_20_filled:before { content: "\f575"; } .icon-ic_fluent_note_24_filled:before { content: "\f576"; } .icon-ic_fluent_note_add_16_filled:before { content: "\f577"; } .icon-ic_fluent_note_add_20_filled:before { content: "\f578"; } .icon-ic_fluent_note_add_24_filled:before { content: "\f579"; } .icon-ic_fluent_notebook_24_filled:before { content: "\f57a"; } .icon-ic_fluent_notebook_error_24_filled:before { content: "\f57b"; } .icon-ic_fluent_notebook_lightning_24_filled:before { content: "\f57c"; } .icon-ic_fluent_notebook_question_mark_24_filled:before { content: "\f57d"; } .icon-ic_fluent_notebook_section_24_filled:before { content: "\f57e"; } .icon-ic_fluent_notebook_sync_24_filled:before { content: "\f57f"; } .icon-ic_fluent_notepad_20_filled:before { content: "\f580"; } .icon-ic_fluent_notepad_24_filled:before { content: "\f581"; } .icon-ic_fluent_notepad_28_filled:before { content: "\f582"; } .icon-ic_fluent_number_row_16_filled:before { content: "\f583"; } .icon-ic_fluent_number_row_20_filled:before { content: "\f584"; } .icon-ic_fluent_number_row_24_filled:before { content: "\f585"; } .icon-ic_fluent_number_symbol_16_filled:before { content: "\f586"; } .icon-ic_fluent_number_symbol_20_filled:before { content: "\f587"; } .icon-ic_fluent_number_symbol_24_filled:before { content: "\f588"; } .icon-ic_fluent_open_16_filled:before { content: "\f58b"; } .icon-ic_fluent_open_20_filled:before { content: "\f58c"; } .icon-ic_fluent_open_24_filled:before { content: "\f58d"; } .icon-ic_fluent_open_folder_24_filled:before { content: "\f58e"; } .icon-ic_fluent_options_16_filled:before { content: "\f590"; } .icon-ic_fluent_options_20_filled:before { content: "\f591"; } .icon-ic_fluent_options_24_filled:before { content: "\f592"; } .icon-ic_fluent_organization_20_filled:before { content: "\f593"; } .icon-ic_fluent_organization_24_filled:before { content: "\f594"; } .icon-ic_fluent_organization_28_filled:before { content: "\f595"; } .icon-ic_fluent_page_fit_16_filled:before { content: "\f598"; } .icon-ic_fluent_page_fit_20_filled:before { content: "\f599"; } .icon-ic_fluent_page_fit_24_filled:before { content: "\f59a"; } .icon-ic_fluent_paint_brush_16_filled:before { content: "\f59b"; } .icon-ic_fluent_paint_brush_20_filled:before { content: "\f59c"; } .icon-ic_fluent_paint_brush_24_filled:before { content: "\f59d"; } .icon-ic_fluent_paint_bucket_16_filled:before { content: "\f59e"; } .icon-ic_fluent_paint_bucket_20_filled:before { content: "\f59f"; } .icon-ic_fluent_paint_bucket_24_filled:before { content: "\f5a0"; } .icon-ic_fluent_pair_24_filled:before { content: "\f5a1"; } .icon-ic_fluent_password_24_filled:before { content: <PASSWORD>"; } .icon-ic_fluent_patient_24_filled:before { content: "\f5a9"; } .icon-ic_fluent_pause_16_filled:before { content: "\f5aa"; } .icon-ic_fluent_pause_20_filled:before { content: "\f5ab"; } .icon-ic_fluent_pause_24_filled:before { content: "\f5ac"; } .icon-ic_fluent_pause_48_filled:before { content: "\f5ad"; } .icon-ic_fluent_payment_20_filled:before { content: "\f5ae"; } .icon-ic_fluent_payment_24_filled:before { content: "\f5af"; } .icon-ic_fluent_people_16_filled:before { content: "\f5b1"; } .icon-ic_fluent_people_20_filled:before { content: "\f5b2"; } .icon-ic_fluent_people_24_filled:before { content: "\f5b3"; } .icon-ic_fluent_people_28_filled:before { content: "\f5b4"; } .icon-ic_fluent_people_add_16_filled:before { content: "\f5b5"; } .icon-ic_fluent_people_add_20_filled:before { content: "\f5b6"; } .icon-ic_fluent_people_add_24_filled:before { content: "\f5b7"; } .icon-ic_fluent_people_audience_24_filled:before { content: "\f5b8"; } .icon-ic_fluent_people_community_16_filled:before { content: "\f5b9"; } .icon-ic_fluent_people_community_20_filled:before { content: "\f5ba"; } .icon-ic_fluent_people_community_24_filled:before { content: "\f5bb"; } .icon-ic_fluent_people_community_28_filled:before { content: "\f5bc"; } .icon-ic_fluent_people_community_add_24_filled:before { content: "\f5bd"; } .icon-ic_fluent_people_prohibited_20_filled:before { content: "\f5be"; } .icon-ic_fluent_people_search_24_filled:before { content: "\f5bf"; } .icon-ic_fluent_people_settings_20_filled:before { content: "\f5c0"; } .icon-ic_fluent_people_team_16_filled:before { content: "\f5c1"; } .icon-ic_fluent_people_team_20_filled:before { content: "\f5c2"; } .icon-ic_fluent_people_team_24_filled:before { content: "\f5c3"; } .icon-ic_fluent_people_team_28_filled:before { content: "\f5c4"; } .icon-ic_fluent_person_12_filled:before { content: "\f5c5"; } .icon-ic_fluent_person_16_filled:before { content: "\f5c6"; } .icon-ic_fluent_person_20_filled:before { content: "\f5c7"; } .icon-ic_fluent_person_24_filled:before { content: "\f5c8"; } .icon-ic_fluent_person_28_filled:before { content: "\f5c9"; } .icon-ic_fluent_person_48_filled:before { content: "\f5ca"; } .icon-ic_fluent_person_accounts_24_filled:before { content: "\f5cb"; } .icon-ic_fluent_person_add_20_filled:before { content: "\f5cc"; } .icon-ic_fluent_person_add_24_filled:before { content: "\f5cd"; } .icon-ic_fluent_person_arrow_left_20_filled:before { content: "\f5ce"; } .icon-ic_fluent_person_arrow_left_24_filled:before { content: "\f5cf"; } .icon-ic_fluent_person_arrow_right_16_filled:before { content: "\f5d0"; } .icon-ic_fluent_person_arrow_right_20_filled:before { content: "\f5d1"; } .icon-ic_fluent_person_arrow_right_24_filled:before { content: "\f5d2"; } .icon-ic_fluent_person_available_16_filled:before { content: "\f5d3"; } .icon-ic_fluent_person_available_24_filled:before { content: "\f5d4"; } .icon-ic_fluent_person_board_16_filled:before { content: "\f5d6"; } .icon-ic_fluent_person_board_20_filled:before { content: "\f5d7"; } .icon-ic_fluent_person_board_24_filled:before { content: "\f5d8"; } .icon-ic_fluent_person_call_24_filled:before { content: "\f5d9"; } .icon-ic_fluent_person_delete_16_filled:before { content: "\f5da"; } .icon-ic_fluent_person_delete_24_filled:before { content: "\f5db"; } .icon-ic_fluent_person_feedback_20_filled:before { content: "\f5dc"; } .icon-ic_fluent_person_feedback_24_filled:before { content: "\f5dd"; } .icon-ic_fluent_person_prohibited_20_filled:before { content: "\f5de"; } .icon-ic_fluent_person_question_mark_16_filled:before { content: "\f5df"; } .icon-ic_fluent_person_question_mark_20_filled:before { content: "\f5e0"; } .icon-ic_fluent_person_question_mark_24_filled:before { content: "\f5e1"; } .icon-ic_fluent_person_support_16_filled:before { content: "\f5e2"; } .icon-ic_fluent_person_support_20_filled:before { content: "\f5e3"; } .icon-ic_fluent_person_support_24_filled:before { content: "\f5e4"; } .icon-ic_fluent_person_swap_16_filled:before { content: "\f5e5"; } .icon-ic_fluent_person_swap_20_filled:before { content: "\f5e6"; } .icon-ic_fluent_person_swap_24_filled:before { content: "\f5e7"; } .icon-ic_fluent_person_voice_20_filled:before { content: "\f5e8"; } .icon-ic_fluent_person_voice_24_filled:before { content: "\f5e9"; } .icon-ic_fluent_phone_20_filled:before { content: "\f5ea"; } .icon-ic_fluent_phone_24_filled:before { content: "\f5eb"; } .icon-ic_fluent_phone_desktop_16_filled:before { content: "\f5ee"; } .icon-ic_fluent_phone_desktop_20_filled:before { content: "\f5ef"; } .icon-ic_fluent_phone_desktop_24_filled:before { content: "\f5f0"; } .icon-ic_fluent_phone_desktop_28_filled:before { content: "\f5f1"; } .icon-ic_fluent_phone_laptop_20_filled:before { content: "\f5f4"; } .icon-ic_fluent_phone_laptop_24_filled:before { content: "\f5f5"; } .icon-ic_fluent_phone_link_setup_24_filled:before { content: "\f5f6"; } .icon-ic_fluent_phone_page_header_24_filled:before { content: "\f5f9"; } .icon-ic_fluent_phone_pagination_24_filled:before { content: "\f5fa"; } .icon-ic_fluent_phone_screen_time_24_filled:before { content: "\f5fb"; } .icon-ic_fluent_phone_shake_24_filled:before { content: "\f5fc"; } .icon-ic_fluent_phone_status_bar_24_filled:before { content: "\f5fd"; } .icon-ic_fluent_phone_tablet_20_filled:before { content: "\f5fe"; } .icon-ic_fluent_phone_tablet_24_filled:before { content: "\f5ff"; } .icon-ic_fluent_phone_update_24_filled:before { content: "\f602"; } .icon-ic_fluent_phone_vertical_scroll_24_filled:before { content: "\f603"; } .icon-ic_fluent_phone_vibrate_24_filled:before { content: "\f604"; } .icon-ic_fluent_photo_filter_24_filled:before { content: "\f605"; } .icon-ic_fluent_picture_in_picture_16_filled:before { content: "\f606"; } .icon-ic_fluent_picture_in_picture_20_filled:before { content: "\f607"; } .icon-ic_fluent_picture_in_picture_24_filled:before { content: "\f608"; } .icon-ic_fluent_pin_12_filled:before { content: "\f609"; } .icon-ic_fluent_pin_16_filled:before { content: "\f60a"; } .icon-ic_fluent_pin_20_filled:before { content: "\f60b"; } .icon-ic_fluent_pin_24_filled:before { content: "\f60c"; } .icon-ic_fluent_pin_off_20_filled:before { content: "\f60d"; } .icon-ic_fluent_pin_off_24_filled:before { content: "\f60e"; } .icon-ic_fluent_play_20_filled:before { content: "\f60f"; } .icon-ic_fluent_play_24_filled:before { content: "\f610"; } .icon-ic_fluent_play_48_filled:before { content: "\f611"; } .icon-ic_fluent_play_circle_24_filled:before { content: "\f612"; } .icon-ic_fluent_plug_disconnected_20_filled:before { content: "\f613"; } .icon-ic_fluent_plug_disconnected_24_filled:before { content: "\f614"; } .icon-ic_fluent_plug_disconnected_28_filled:before { content: "\f615"; } .icon-ic_fluent_point_scan_24_filled:before { content: "\f616"; } .icon-ic_fluent_poll_24_filled:before { content: "\f617"; } .icon-ic_fluent_power_20_filled:before { content: "\f618"; } .icon-ic_fluent_power_24_filled:before { content: "\f619"; } .icon-ic_fluent_power_28_filled:before { content: "\f61a"; } .icon-ic_fluent_predictions_24_filled:before { content: "\f61b"; } .icon-ic_fluent_premium_16_filled:before { content: "\f61c"; } .icon-ic_fluent_premium_20_filled:before { content: "\f61d"; } .icon-ic_fluent_premium_24_filled:before { content: "\f61e"; } .icon-ic_fluent_premium_28_filled:before { content: "\f61f"; } .icon-ic_fluent_presence_available_10_filled:before { content: "\f620"; } .icon-ic_fluent_presence_available_12_filled:before { content: "\f621"; } .icon-ic_fluent_presence_available_16_filled:before { content: "\f622"; } .icon-ic_fluent_presence_away_10_filled:before { content: "\f623"; } .icon-ic_fluent_presence_away_12_filled:before { content: "\f624"; } .icon-ic_fluent_presence_away_16_filled:before { content: "\f625"; } .icon-ic_fluent_presence_busy_10_filled:before { content: "\f626"; } .icon-ic_fluent_presence_busy_12_filled:before { content: "\f627"; } .icon-ic_fluent_presence_busy_16_filled:before { content: "\f628"; } .icon-ic_fluent_presence_dnd_10_filled:before { content: "\f629"; } .icon-ic_fluent_presence_dnd_12_filled:before { content: "\f62a"; } .icon-ic_fluent_presence_dnd_16_filled:before { content: "\f62b"; } .icon-ic_fluent_presenter_24_filled:before { content: "\f62c"; } .icon-ic_fluent_presenter_off_24_filled:before { content: "\f62d"; } .icon-ic_fluent_preview_link_16_filled:before { content: "\f62e"; } .icon-ic_fluent_preview_link_20_filled:before { content: "\f62f"; } .icon-ic_fluent_preview_link_24_filled:before { content: "\f630"; } .icon-ic_fluent_previous_16_filled:before { content: "\f631"; } .icon-ic_fluent_previous_20_filled:before { content: "\f632"; } .icon-ic_fluent_previous_24_filled:before { content: "\f633"; } .icon-ic_fluent_print_20_filled:before { content: "\f634"; } .icon-ic_fluent_print_24_filled:before { content: "\f635"; } .icon-ic_fluent_print_48_filled:before { content: "\f636"; } .icon-ic_fluent_prohibited_20_filled:before { content: "\f637"; } .icon-ic_fluent_prohibited_24_filled:before { content: "\f638"; } .icon-ic_fluent_prohibited_28_filled:before { content: "\f639"; } .icon-ic_fluent_prohibited_48_filled:before { content: "\f63a"; } .icon-ic_fluent_protocol_handler_16_filled:before { content: "\f63c"; } .icon-ic_fluent_protocol_handler_20_filled:before { content: "\f63d"; } .icon-ic_fluent_protocol_handler_24_filled:before { content: "\f63e"; } .icon-ic_fluent_qr_code_24_filled:before { content: "\f63f"; } .icon-ic_fluent_qr_code_28_filled:before { content: "\f640"; } .icon-ic_fluent_question_16_filled:before { content: "\f641"; } .icon-ic_fluent_question_20_filled:before { content: "\f642"; } .icon-ic_fluent_question_24_filled:before { content: "\f643"; } .icon-ic_fluent_question_28_filled:before { content: "\f644"; } .icon-ic_fluent_question_48_filled:before { content: "\f645"; } .icon-ic_fluent_question_circle_16_filled:before { content: "\f646"; } .icon-ic_fluent_question_circle_20_filled:before { content: "\f647"; } .icon-ic_fluent_question_circle_24_filled:before { content: "\f648"; } .icon-ic_fluent_question_circle_28_filled:before { content: "\f649"; } .icon-ic_fluent_question_circle_48_filled:before { content: "\f64a"; } .icon-ic_fluent_quiz_new_24_filled:before { content: "\f64b"; } .icon-ic_fluent_quiz_new_28_filled:before { content: "\f64c"; } .icon-ic_fluent_quiz_new_48_filled:before { content: "\f64d"; } .icon-ic_fluent_radio_button_20_filled:before { content: "\f64e"; } .icon-ic_fluent_radio_button_24_filled:before { content: "\f64f"; } .icon-ic_fluent_rating_mature_16_filled:before { content: "\f650"; } .icon-ic_fluent_rating_mature_20_filled:before { content: "\f651"; } .icon-ic_fluent_rating_mature_24_filled:before { content: "\f652"; } .icon-ic_fluent_re_order_16_filled:before { content: "\f653"; } .icon-ic_fluent_re_order_24_filled:before { content: "\f654"; } .icon-ic_fluent_read_aloud_20_filled:before { content: "\f657"; } .icon-ic_fluent_read_aloud_24_filled:before { content: "\f658"; } .icon-ic_fluent_reading_list_16_filled:before { content: "\f65b"; } .icon-ic_fluent_reading_list_20_filled:before { content: "\f65c"; } .icon-ic_fluent_reading_list_24_filled:before { content: "\f65d"; } .icon-ic_fluent_reading_list_28_filled:before { content: "\f65e"; } .icon-ic_fluent_reading_list_add_16_filled:before { content: "\f65f"; } .icon-ic_fluent_reading_list_add_20_filled:before { content: "\f660"; } .icon-ic_fluent_reading_list_add_24_filled:before { content: "\f661"; } .icon-ic_fluent_reading_list_add_28_filled:before { content: "\f662"; } .icon-ic_fluent_reading_mode_mobile_20_filled:before { content: "\f665"; } .icon-ic_fluent_reading_mode_mobile_24_filled:before { content: "\f666"; } .icon-ic_fluent_record_16_filled:before { content: "\f66a"; } .icon-ic_fluent_record_20_filled:before { content: "\f66b"; } .icon-ic_fluent_record_24_filled:before { content: "\f66c"; } .icon-ic_fluent_rename_16_filled:before { content: "\f672"; } .icon-ic_fluent_rename_20_filled:before { content: "\f673"; } .icon-ic_fluent_rename_24_filled:before { content: "\f674"; } .icon-ic_fluent_rename_28_filled:before { content: "\f675"; } .icon-ic_fluent_resize_20_filled:before { content: "\f676"; } .icon-ic_fluent_resize_image_24_filled:before { content: "\f677"; } .icon-ic_fluent_resize_table_24_filled:before { content: "\f678"; } .icon-ic_fluent_resize_video_24_filled:before { content: "\f679"; } .icon-ic_fluent_reward_16_filled:before { content: "\f67b"; } .icon-ic_fluent_reward_20_filled:before { content: "\f67c"; } .icon-ic_fluent_reward_24_filled:before { content: "\f67d"; } .icon-ic_fluent_rewind_20_filled:before { content: "\f67e"; } .icon-ic_fluent_rewind_24_filled:before { content: "\f67f"; } .icon-ic_fluent_rocket_16_filled:before { content: "\f680"; } .icon-ic_fluent_rocket_20_filled:before { content: "\f681"; } .icon-ic_fluent_rocket_24_filled:before { content: "\f682"; } .icon-ic_fluent_router_24_filled:before { content: "\f683"; } .icon-ic_fluent_row_triple_24_filled:before { content: "\f684"; } .icon-ic_fluent_ruler_16_filled:before { content: "\f685"; } .icon-ic_fluent_ruler_20_filled:before { content: "\f686"; } .icon-ic_fluent_ruler_24_filled:before { content: "\f687"; } .icon-ic_fluent_run_24_filled:before { content: "\f688"; } .icon-ic_fluent_save_20_filled:before { content: "\f689"; } .icon-ic_fluent_save_24_filled:before { content: "\f68a"; } .icon-ic_fluent_save_copy_24_filled:before { content: "\f68d"; } .icon-ic_fluent_savings_16_filled:before { content: "\f68e"; } .icon-ic_fluent_savings_20_filled:before { content: "\f68f"; } .icon-ic_fluent_savings_24_filled:before { content: "\f690"; } .icon-ic_fluent_scale_fill_24_filled:before { content: "\f691"; } .icon-ic_fluent_scale_fit_16_filled:before { content: "\f692"; } .icon-ic_fluent_scale_fit_20_filled:before { content: "\f693"; } .icon-ic_fluent_scale_fit_24_filled:before { content: "\f694"; } .icon-ic_fluent_scan_24_filled:before { content: "\f695"; } .icon-ic_fluent_scratchpad_24_filled:before { content: "\f696"; } .icon-ic_fluent_screenshot_20_filled:before { content: "\f697"; } .icon-ic_fluent_screenshot_24_filled:before { content: "\f698"; } .icon-ic_fluent_search_20_filled:before { content: "\f699"; } .icon-ic_fluent_search_24_filled:before { content: "\f69a"; } .icon-ic_fluent_search_28_filled:before { content: "\f69b"; } .icon-ic_fluent_search_info_24_filled:before { content: "\f69c"; } .icon-ic_fluent_search_square_24_filled:before { content: "\f69d"; } .icon-ic_fluent_select_all_off_24_filled:before { content: "\f69f"; } .icon-ic_fluent_select_object_20_filled:before { content: "\f6a0"; } .icon-ic_fluent_select_object_24_filled:before { content: "\f6a1"; } .icon-ic_fluent_send_20_filled:before { content: "\f6a2"; } .icon-ic_fluent_send_24_filled:before { content: "\f6a3"; } .icon-ic_fluent_send_28_filled:before { content: "\f6a4"; } .icon-ic_fluent_send_clock_20_filled:before { content: "\f6a5"; } .icon-ic_fluent_send_copy_24_filled:before { content: "\f6a6"; } .icon-ic_fluent_serial_port_16_filled:before { content: "\f6aa"; } .icon-ic_fluent_serial_port_20_filled:before { content: "\f6ab"; } .icon-ic_fluent_serial_port_24_filled:before { content: "\f6ac"; } .icon-ic_fluent_service_bell_24_filled:before { content: "\f6ad"; } .icon-ic_fluent_settings_16_filled:before { content: "\f6b1"; } .icon-ic_fluent_settings_20_filled:before { content: "\f6b2"; } .icon-ic_fluent_settings_24_filled:before { content: "\f6b3"; } .icon-ic_fluent_settings_28_filled:before { content: "\f6b4"; } .icon-ic_fluent_shapes_16_filled:before { content: "\f6b5"; } .icon-ic_fluent_shapes_20_filled:before { content: "\f6b6"; } .icon-ic_fluent_shapes_24_filled:before { content: "\f6b7"; } .icon-ic_fluent_share_20_filled:before { content: "\f6b8"; } .icon-ic_fluent_share_24_filled:before { content: "\f6b9"; } .icon-ic_fluent_share_android_20_filled:before { content: "\f6ba"; } .icon-ic_fluent_share_android_24_filled:before { content: "\f6bb"; } .icon-ic_fluent_share_close_tray_24_filled:before { content: "\f6bc"; } .icon-ic_fluent_share_ios_20_filled:before { content: "\f6be"; } .icon-ic_fluent_share_ios_24_filled:before { content: "\f6bf"; } .icon-ic_fluent_share_ios_28_filled:before { content: "\f6c0"; } .icon-ic_fluent_share_ios_48_filled:before { content: "\f6c1"; } .icon-ic_fluent_shield_20_filled:before { content: "\f6c7"; } .icon-ic_fluent_shield_24_filled:before { content: "\f6c8"; } .icon-ic_fluent_shield_dismiss_20_filled:before { content: "\f6c9"; } .icon-ic_fluent_shield_dismiss_24_filled:before { content: "\f6ca"; } .icon-ic_fluent_shield_error_20_filled:before { content: "\f6cb"; } .icon-ic_fluent_shield_error_24_filled:before { content: "\f6cc"; } .icon-ic_fluent_shield_keyhole_16_filled:before { content: "\f6cd"; } .icon-ic_fluent_shield_keyhole_20_filled:before { content: "\f6ce"; } .icon-ic_fluent_shield_keyhole_24_filled:before { content: "\f6cf"; } .icon-ic_fluent_shield_prohibited_20_filled:before { content: "\f6d0"; } .icon-ic_fluent_shield_prohibited_24_filled:before { content: "\f6d1"; } .icon-ic_fluent_shifts_24_filled:before { content: "\f6d2"; } .icon-ic_fluent_shifts_28_filled:before { content: "\f6d5"; } .icon-ic_fluent_shifts_30_minutes_24_filled:before { content: "\f6d6"; } .icon-ic_fluent_shifts_activity_20_filled:before { content: "\f6d7"; } .icon-ic_fluent_shifts_activity_24_filled:before { content: "\f6d8"; } .icon-ic_fluent_shifts_add_24_filled:before { content: "\f6d9"; } .icon-ic_fluent_shifts_availability_24_filled:before { content: "\f6db"; } .icon-ic_fluent_shifts_open_20_filled:before { content: "\f6dd"; } .icon-ic_fluent_shifts_open_24_filled:before { content: "\f6de"; } .icon-ic_fluent_shifts_team_24_filled:before { content: "\f6e0"; } .icon-ic_fluent_sign_out_24_filled:before { content: "\f6e3"; } .icon-ic_fluent_signature_16_filled:before { content: "\f6e4"; } .icon-ic_fluent_signature_20_filled:before { content: "\f6e5"; } .icon-ic_fluent_signature_24_filled:before { content: "\f6e6"; } .icon-ic_fluent_signature_28_filled:before { content: "\f6e7"; } .icon-ic_fluent_sim_16_filled:before { content: "\f6eb"; } .icon-ic_fluent_sim_20_filled:before { content: "\f6ec"; } .icon-ic_fluent_sim_24_filled:before { content: "\f6ed"; } .icon-ic_fluent_sleep_24_filled:before { content: "\f6ee"; } .icon-ic_fluent_slide_add_24_filled:before { content: "\f6ef"; } .icon-ic_fluent_slide_hide_24_filled:before { content: "\f6f1"; } .icon-ic_fluent_slide_layout_20_filled:before { content: "\f6f2"; } .icon-ic_fluent_slide_layout_24_filled:before { content: "\f6f3"; } .icon-ic_fluent_slide_microphone_24_filled:before { content: "\f6f4"; } .icon-ic_fluent_slide_text_24_filled:before { content: "\f6f5"; } .icon-ic_fluent_snooze_16_filled:before { content: "\f6fd"; } .icon-ic_fluent_snooze_24_filled:before { content: "\f6fe"; } .icon-ic_fluent_sound_source_24_filled:before { content: "\f6ff"; } .icon-ic_fluent_sound_source_28_filled:before { content: "\f700"; } .icon-ic_fluent_spacebar_24_filled:before { content: "\f701"; } .icon-ic_fluent_speaker_0_24_filled:before { content: "\f702"; } .icon-ic_fluent_speaker_1_24_filled:before { content: "\f704"; } .icon-ic_fluent_speaker_bluetooth_24_filled:before { content: "\f708"; } .icon-ic_fluent_speaker_edit_16_filled:before { content: "\f709"; } .icon-ic_fluent_speaker_edit_20_filled:before { content: "\f70a"; } .icon-ic_fluent_speaker_edit_24_filled:before { content: "\f70b"; } .icon-ic_fluent_speaker_off_24_filled:before { content: "\f70f"; } .icon-ic_fluent_speaker_off_28_filled:before { content: "\f710"; } .icon-ic_fluent_speaker_settings_24_filled:before { content: "\f711"; } .icon-ic_fluent_spinner_ios_20_filled:before { content: "\f712"; } .icon-ic_fluent_star_12_filled:before { content: "\f716"; } .icon-ic_fluent_star_16_filled:before { content: "\f717"; } .icon-ic_fluent_star_20_filled:before { content: "\f718"; } .icon-ic_fluent_star_24_filled:before { content: "\f719"; } .icon-ic_fluent_star_28_filled:before { content: "\f71a"; } .icon-ic_fluent_star_add_16_filled:before { content: "\f71b"; } .icon-ic_fluent_star_add_20_filled:before { content: "\f71c"; } .icon-ic_fluent_star_add_24_filled:before { content: "\f71d"; } .icon-ic_fluent_star_arrow_right_start_24_filled:before { content: "\f71f"; } .icon-ic_fluent_star_emphasis_24_filled:before { content: "\f720"; } .icon-ic_fluent_star_half_12_filled:before { content: "\f721"; } .icon-ic_fluent_star_half_16_filled:before { content: "\f722"; } .icon-ic_fluent_star_half_20_filled:before { content: "\f723"; } .icon-ic_fluent_star_half_24_filled:before { content: "\f724"; } .icon-ic_fluent_star_half_28_filled:before { content: "\f725"; } .icon-ic_fluent_star_off_12_filled:before { content: "\f726"; } .icon-ic_fluent_star_off_16_filled:before { content: "\f727"; } .icon-ic_fluent_star_off_20_filled:before { content: "\f728"; } .icon-ic_fluent_star_off_24_filled:before { content: "\f729"; } .icon-ic_fluent_star_off_28_filled:before { content: "\f72a"; } .icon-ic_fluent_star_one_quarter_12_filled:before { content: "\f72b"; } .icon-ic_fluent_star_one_quarter_16_filled:before { content: "\f72c"; } .icon-ic_fluent_star_one_quarter_20_filled:before { content: "\f72d"; } .icon-ic_fluent_star_one_quarter_24_filled:before { content: "\f72e"; } .icon-ic_fluent_star_one_quarter_28_filled:before { content: "\f72f"; } .icon-ic_fluent_star_prohibited_16_filled:before { content: "\f730"; } .icon-ic_fluent_star_prohibited_20_filled:before { content: "\f731"; } .icon-ic_fluent_star_prohibited_24_filled:before { content: "\f732"; } .icon-ic_fluent_star_settings_24_filled:before { content: "\f733"; } .icon-ic_fluent_star_three_quarter_12_filled:before { content: "\f734"; } .icon-ic_fluent_star_three_quarter_16_filled:before { content: "\f735"; } .icon-ic_fluent_star_three_quarter_20_filled:before { content: "\f736"; } .icon-ic_fluent_star_three_quarter_24_filled:before { content: "\f737"; } .icon-ic_fluent_star_three_quarter_28_filled:before { content: "\f738"; } .icon-ic_fluent_status_16_filled:before { content: "\f739"; } .icon-ic_fluent_status_20_filled:before { content: "\f73a"; } .icon-ic_fluent_status_24_filled:before { content: "\f73b"; } .icon-ic_fluent_stethoscope_20_filled:before { content: "\f73c"; } .icon-ic_fluent_stethoscope_24_filled:before { content: "\f73d"; } .icon-ic_fluent_sticker_20_filled:before { content: "\f73e"; } .icon-ic_fluent_sticker_24_filled:before { content: "\f73f"; } .icon-ic_fluent_sticker_add_24_filled:before { content: "\f740"; } .icon-ic_fluent_stop_16_filled:before { content: "\f741"; } .icon-ic_fluent_stop_20_filled:before { content: "\f742"; } .icon-ic_fluent_stop_24_filled:before { content: "\f743"; } .icon-ic_fluent_storage_24_filled:before { content: "\f744"; } .icon-ic_fluent_store_microsoft_16_filled:before { content: "\f748"; } .icon-ic_fluent_store_microsoft_20_filled:before { content: "\f749"; } .icon-ic_fluent_store_microsoft_24_filled:before { content: "\f74a"; } .icon-ic_fluent_style_guide_24_filled:before { content: "\f74b"; } .icon-ic_fluent_sub_grid_24_filled:before { content: "\f74c"; } .icon-ic_fluent_surface_earbuds_20_filled:before { content: "\f750"; } .icon-ic_fluent_surface_earbuds_24_filled:before { content: "\f751"; } .icon-ic_fluent_surface_hub_20_filled:before { content: "\f752"; } .icon-ic_fluent_surface_hub_24_filled:before { content: "\f753"; } .icon-ic_fluent_swipe_down_24_filled:before { content: "\f754"; } .icon-ic_fluent_swipe_right_24_filled:before { content: "\f755"; } .icon-ic_fluent_swipe_up_24_filled:before { content: "\f756"; } .icon-ic_fluent_symbols_24_filled:before { content: "\f757"; } .icon-ic_fluent_sync_off_16_filled:before { content: "\f758"; } .icon-ic_fluent_sync_off_20_filled:before { content: "\f759"; } .icon-ic_fluent_system_24_filled:before { content: "\f75a"; } .icon-ic_fluent_tab_16_filled:before { content: "\f75b"; } .icon-ic_fluent_tab_20_filled:before { content: "\f75c"; } .icon-ic_fluent_tab_24_filled:before { content: "\f75d"; } .icon-ic_fluent_tab_28_filled:before { content: "\f75e"; } .icon-ic_fluent_tab_desktop_20_filled:before { content: "\f75f"; } .icon-ic_fluent_tab_desktop_arrow_clockwise_16_filled:before { content: "\f760"; } .icon-ic_fluent_tab_desktop_arrow_clockwise_20_filled:before { content: "\f761"; } .icon-ic_fluent_tab_desktop_arrow_clockwise_24_filled:before { content: "\f762"; } .icon-ic_fluent_tab_desktop_clock_20_filled:before { content: "\f763"; } .icon-ic_fluent_tab_desktop_copy_20_filled:before { content: "\f764"; } .icon-ic_fluent_tab_desktop_image_16_filled:before { content: "\f765"; } .icon-ic_fluent_tab_desktop_image_20_filled:before { content: "\f766"; } .icon-ic_fluent_tab_desktop_image_24_filled:before { content: "\f767"; } .icon-ic_fluent_tab_desktop_multiple_20_filled:before { content: "\f768"; } .icon-ic_fluent_tab_desktop_new_page_20_filled:before { content: "\f769"; } .icon-ic_fluent_tab_in_private_16_filled:before { content: "\f76a"; } .icon-ic_fluent_tab_in_private_20_filled:before { content: "\f76b"; } .icon-ic_fluent_tab_in_private_24_filled:before { content: "\f76c"; } .icon-ic_fluent_tab_in_private_28_filled:before { content: "\f76d"; } .icon-ic_fluent_tab_inprivate_account_20_filled:before { content: "\f76e"; } .icon-ic_fluent_tab_inprivate_account_24_filled:before { content: "\f76f"; } .icon-ic_fluent_table_20_filled:before { content: "\f775"; } .icon-ic_fluent_table_24_filled:before { content: "\f776"; } .icon-ic_fluent_table_add_24_filled:before { content: "\f777"; } .icon-ic_fluent_table_cells_merge_20_filled:before { content: "\f778"; } .icon-ic_fluent_table_cells_merge_24_filled:before { content: "\f779"; } .icon-ic_fluent_table_cells_split_20_filled:before { content: "\f77a"; } .icon-ic_fluent_table_cells_split_24_filled:before { content: "\f77b"; } .icon-ic_fluent_table_edit_24_filled:before { content: "\f780"; } .icon-ic_fluent_table_freeze_column_24_filled:before { content: "\f782"; } .icon-ic_fluent_table_freeze_row_24_filled:before { content: "\f783"; } .icon-ic_fluent_table_move_left_24_filled:before { content: "\f789"; } .icon-ic_fluent_table_move_right_24_filled:before { content: "\f78a"; } .icon-ic_fluent_table_settings_24_filled:before { content: "\f78f"; } .icon-ic_fluent_table_switch_24_filled:before { content: "\f790"; } .icon-ic_fluent_tablet_20_filled:before { content: "\f791"; } .icon-ic_fluent_tablet_24_filled:before { content: "\f792"; } .icon-ic_fluent_tabs_24_filled:before { content: "\f793"; } .icon-ic_fluent_tag_20_filled:before { content: "\f794"; } .icon-ic_fluent_tag_24_filled:before { content: "\f795"; } .icon-ic_fluent_tap_double_24_filled:before { content: "\f796"; } .icon-ic_fluent_tap_single_24_filled:before { content: "\f797"; } .icon-ic_fluent_target_16_filled:before { content: "\f798"; } .icon-ic_fluent_target_20_filled:before { content: "\f799"; } .icon-ic_fluent_target_24_filled:before { content: "\f79a"; } .icon-ic_fluent_target_edit_16_filled:before { content: "\f79b"; } .icon-ic_fluent_target_edit_20_filled:before { content: "\f79c"; } .icon-ic_fluent_target_edit_24_filled:before { content: "\f79d"; } .icon-ic_fluent_task_list_add_20_filled:before { content: "\f7a0"; } .icon-ic_fluent_task_list_add_24_filled:before { content: "\f7a1"; } .icon-ic_fluent_tasks_app_24_filled:before { content: "\f7a2"; } .icon-ic_fluent_tasks_app_28_filled:before { content: "\f7a3"; } .icon-ic_fluent_teddy_24_filled:before { content: "\f7a6"; } .icon-ic_fluent_temperature_20_filled:before { content: "\f7a7"; } .icon-ic_fluent_temperature_24_filled:before { content: "\f7a8"; } .icon-ic_fluent_tent_24_filled:before { content: "\f7a9"; } .icon-ic_fluent_text_add_space_after_20_filled:before { content: "\f7ad"; } .icon-ic_fluent_text_add_space_after_24_filled:before { content: "\f7ae"; } .icon-ic_fluent_text_add_space_before_20_filled:before { content: "\f7af"; } .icon-ic_fluent_text_add_space_before_24_filled:before { content: "\f7b0"; } .icon-ic_fluent_text_align_center_20_filled:before { content: "\f7b1"; } .icon-ic_fluent_text_align_center_24_filled:before { content: "\f7b2"; } .icon-ic_fluent_text_align_distributed_20_filled:before { content: "\f7b3"; } .icon-ic_fluent_text_align_distributed_24_filled:before { content: "\f7b4"; } .icon-ic_fluent_text_align_justify_20_filled:before { content: "\f7b5"; } .icon-ic_fluent_text_align_justify_24_filled:before { content: "\f7b6"; } .icon-ic_fluent_text_align_left_20_filled:before { content: "\f7b7"; } .icon-ic_fluent_text_align_left_24_filled:before { content: "\f7b8"; } .icon-ic_fluent_text_align_right_20_filled:before { content: "\f7b9"; } .icon-ic_fluent_text_align_right_24_filled:before { content: "\f7ba"; } .icon-ic_fluent_text_asterisk_20_filled:before { content: "\f7bb"; } .icon-ic_fluent_text_bold_20_filled:before { content: "\f7bc"; } .icon-ic_fluent_text_bold_24_filled:before { content: "\f7bd"; } .icon-ic_fluent_text_bullet_list_add_24_filled:before { content: "\f7c0"; } .icon-ic_fluent_text_bullet_list_square_24_filled:before { content: "\f7c1"; } .icon-ic_fluent_text_bullet_list_square_warning_16_filled:before { content: "\f7c2"; } .icon-ic_fluent_text_bullet_list_square_warning_20_filled:before { content: "\f7c3"; } .icon-ic_fluent_text_bullet_list_square_warning_24_filled:before { content: "\f7c4"; } .icon-ic_fluent_text_bullet_list_tree_16_filled:before { content: "\f7c5"; } .icon-ic_fluent_text_bullet_list_tree_20_filled:before { content: "\f7c6"; } .icon-ic_fluent_text_bullet_list_tree_24_filled:before { content: "\f7c7"; } .icon-ic_fluent_text_change_case_20_filled:before { content: "\f7ca"; } .icon-ic_fluent_text_change_case_24_filled:before { content: "\f7cb"; } .icon-ic_fluent_text_clear_formatting_20_filled:before { content: "\f7d4"; } .icon-ic_fluent_text_clear_formatting_24_filled:before { content: "\f7d5"; } .icon-ic_fluent_text_collapse_24_filled:before { content: "\f7d6"; } .icon-ic_fluent_text_color_20_filled:before { content: "\f7d7"; } .icon-ic_fluent_text_color_24_filled:before { content: "\f7d8"; } .icon-ic_fluent_text_column_one_20_filled:before { content: "\f7d9"; } .icon-ic_fluent_text_column_one_24_filled:before { content: "\f7da"; } .icon-ic_fluent_text_column_three_20_filled:before { content: "\f7db"; } .icon-ic_fluent_text_column_three_24_filled:before { content: "\f7dc"; } .icon-ic_fluent_text_column_two_20_filled:before { content: "\f7dd"; } .icon-ic_fluent_text_column_two_24_filled:before { content: "\f7de"; } .icon-ic_fluent_text_column_two_left_20_filled:before { content: "\f7df"; } .icon-ic_fluent_text_column_two_left_24_filled:before { content: "\f7e0"; } .icon-ic_fluent_text_column_two_right_20_filled:before { content: "\f7e1"; } .icon-ic_fluent_text_column_two_right_24_filled:before { content: "\f7e2"; } .icon-ic_fluent_text_description_20_filled:before { content: "\f7e3"; } .icon-ic_fluent_text_description_24_filled:before { content: "\f7e4"; } .icon-ic_fluent_text_direction_vertical_20_filled:before { content: "\f7ef"; } .icon-ic_fluent_text_direction_vertical_24_filled:before { content: "\f7f0"; } .icon-ic_fluent_text_edit_style_20_filled:before { content: "\f7f1"; } .icon-ic_fluent_text_edit_style_24_filled:before { content: "\f7f2"; } .icon-ic_fluent_text_effects_20_filled:before { content: "\f7f3"; } .icon-ic_fluent_text_effects_24_filled:before { content: "\f7f4"; } .icon-ic_fluent_text_expand_24_filled:before { content: "\f7f5"; } .icon-ic_fluent_text_field_16_filled:before { content: "\f7f6"; } .icon-ic_fluent_text_field_20_filled:before { content: "\f7f7"; } .icon-ic_fluent_text_field_24_filled:before { content: "\f7f8"; } .icon-ic_fluent_text_first_line_20_filled:before { content: "\f7f9"; } .icon-ic_fluent_text_first_line_24_filled:before { content: "\f7fa"; } .icon-ic_fluent_text_font_16_filled:before { content: "\f7fb"; } .icon-ic_fluent_text_font_20_filled:before { content: "\f7fc"; } .icon-ic_fluent_text_font_24_filled:before { content: "\f7fd"; } .icon-ic_fluent_text_font_size_20_filled:before { content: "\f7fe"; } .icon-ic_fluent_text_font_size_24_filled:before { content: "\f7ff"; } .icon-ic_fluent_text_footnote_20_filled:before { content: "\f800"; } .icon-ic_fluent_text_footnote_24_filled:before { content: "\f801"; } .icon-ic_fluent_text_hanging_20_filled:before { content: "\f805"; } .icon-ic_fluent_text_hanging_24_filled:before { content: "\f806"; } .icon-ic_fluent_text_header_1_20_filled:before { content: "\f807"; } .icon-ic_fluent_text_header_2_20_filled:before { content: "\f808"; } .icon-ic_fluent_text_header_3_20_filled:before { content: "\f809"; } .icon-ic_fluent_text_italic_20_filled:before { content: "\f80c"; } .icon-ic_fluent_text_italic_24_filled:before { content: "\f80d"; } .icon-ic_fluent_text_line_spacing_20_filled:before { content: "\f80e"; } .icon-ic_fluent_text_line_spacing_24_filled:before { content: "\f80f"; } .icon-ic_fluent_text_number_format_20_filled:before { content: "\f810"; } .icon-ic_fluent_text_number_format_24_filled:before { content: "\f811"; } .icon-ic_fluent_text_number_list_ltr_20_filled:before { content: "\f812"; } .icon-ic_fluent_text_number_list_ltr_24_filled:before { content: "\f813"; } .icon-ic_fluent_text_number_list_rtl_24_filled:before { content: "\f814"; } .icon-ic_fluent_text_proofing_tools_20_filled:before { content: "\f817"; } .icon-ic_fluent_text_proofing_tools_24_filled:before { content: "\f818"; } .icon-ic_fluent_text_quote_20_filled:before { content: "\f819"; } .icon-ic_fluent_text_quote_24_filled:before { content: "\f81a"; } .icon-ic_fluent_text_sort_ascending_20_filled:before { content: "\f81b"; } .icon-ic_fluent_text_sort_descending_20_filled:before { content: "\f81c"; } .icon-ic_fluent_text_subscript_20_filled:before { content: "\f81f"; } .icon-ic_fluent_text_subscript_24_filled:before { content: "\f820"; } .icon-ic_fluent_text_superscript_20_filled:before { content: "\f821"; } .icon-ic_fluent_text_superscript_24_filled:before { content: "\f822"; } .icon-ic_fluent_text_underline_20_filled:before { content: "\f823"; } .icon-ic_fluent_text_underline_24_filled:before { content: "\f824"; } .icon-ic_fluent_text_word_count_20_filled:before { content: "\f825"; } .icon-ic_fluent_text_word_count_24_filled:before { content: "\f826"; } .icon-ic_fluent_text_wrap_24_filled:before { content: "\f827"; } .icon-ic_fluent_textbox_20_filled:before { content: "\f828"; } .icon-ic_fluent_textbox_24_filled:before { content: "\f829"; } .icon-ic_fluent_textbox_align_bottom_20_filled:before { content: "\f82c"; } .icon-ic_fluent_textbox_align_bottom_24_filled:before { content: "\f82d"; } .icon-ic_fluent_textbox_align_middle_20_filled:before { content: "\f82e"; } .icon-ic_fluent_textbox_align_middle_24_filled:before { content: "\f82f"; } .icon-ic_fluent_textbox_align_top_20_filled:before { content: "\f830"; } .icon-ic_fluent_textbox_align_top_24_filled:before { content: "\f831"; } .icon-ic_fluent_thinking_20_filled:before { content: "\f834"; } .icon-ic_fluent_thinking_24_filled:before { content: "\f835"; } .icon-ic_fluent_thumb_dislike_20_filled:before { content: "\f836"; } .icon-ic_fluent_thumb_dislike_24_filled:before { content: "\f837"; } .icon-ic_fluent_thumb_like_20_filled:before { content: "\f838"; } .icon-ic_fluent_thumb_like_24_filled:before { content: "\f839"; } .icon-ic_fluent_time_and_weather_24_filled:before { content: "\f83c"; } .icon-ic_fluent_time_picker_24_filled:before { content: "\f83d"; } .icon-ic_fluent_timeline_24_filled:before { content: "\f83e"; } .icon-ic_fluent_timer_10_24_filled:before { content: "\f83f"; } .icon-ic_fluent_timer_24_filled:before { content: "\f840"; } .icon-ic_fluent_timer_2_24_filled:before { content: "\f841"; } .icon-ic_fluent_timer_off_24_filled:before { content: "\f842"; } .icon-ic_fluent_toggle_right_16_filled:before { content: "\f843"; } .icon-ic_fluent_toggle_right_20_filled:before { content: "\f844"; } .icon-ic_fluent_toggle_right_24_filled:before { content: "\f845"; } .icon-ic_fluent_toolbox_16_filled:before { content: "\f846"; } .icon-ic_fluent_toolbox_20_filled:before { content: "\f847"; } .icon-ic_fluent_toolbox_24_filled:before { content: "\f848"; } .icon-ic_fluent_toolbox_28_filled:before { content: "\f849"; } .icon-ic_fluent_top_speed_24_filled:before { content: "\f84a"; } .icon-ic_fluent_translate_20_filled:before { content: "\f84b"; } .icon-ic_fluent_translate_24_filled:before { content: "\f84c"; } .icon-ic_fluent_trophy_16_filled:before { content: "\f84d"; } .icon-ic_fluent_trophy_20_filled:before { content: "\f84e"; } .icon-ic_fluent_trophy_24_filled:before { content: "\f84f"; } .icon-ic_fluent_uninstall_app_24_filled:before { content: "\f850"; } .icon-ic_fluent_usb_stick_20_filled:before { content: "\f857"; } .icon-ic_fluent_usb_stick_24_filled:before { content: "\f858"; } .icon-ic_fluent_vault_16_filled:before { content: "\f859"; } .icon-ic_fluent_vault_20_filled:before { content: "\f85a"; } .icon-ic_fluent_vault_24_filled:before { content: "\f85b"; } .icon-ic_fluent_vehicle_bicycle_24_filled:before { content: "\f85c"; } .icon-ic_fluent_vehicle_bus_24_filled:before { content: "\f85d"; } .icon-ic_fluent_vehicle_cab_24_filled:before { content: "\f85e"; } .icon-ic_fluent_vehicle_car_16_filled:before { content: "\f85f"; } .icon-ic_fluent_vehicle_car_20_filled:before { content: "\f860"; } .icon-ic_fluent_vehicle_car_24_filled:before { content: "\f861"; } .icon-ic_fluent_vehicle_truck_24_filled:before { content: "\f862"; } .icon-ic_fluent_video_16_filled:before { content: "\f863"; } .icon-ic_fluent_video_20_filled:before { content: "\f864"; } .icon-ic_fluent_video_24_filled:before { content: "\f865"; } .icon-ic_fluent_video_28_filled:before { content: "\f866"; } .icon-ic_fluent_video_background_effect_24_filled:before { content: "\f867"; } .icon-ic_fluent_video_clip_24_filled:before { content: "\f868"; } .icon-ic_fluent_video_off_20_filled:before { content: "\f869"; } .icon-ic_fluent_video_off_24_filled:before { content: "\f86a"; } .icon-ic_fluent_video_off_28_filled:before { content: "\f86b"; } .icon-ic_fluent_video_person_24_filled:before { content: "\f86c"; } .icon-ic_fluent_video_person_off_24_filled:before { content: "\f86d"; } .icon-ic_fluent_video_person_star_24_filled:before { content: "\f86e"; } .icon-ic_fluent_video_play_pause_24_filled:before { content: "\f86f"; } .icon-ic_fluent_video_security_20_filled:before { content: "\f870"; } .icon-ic_fluent_video_security_24_filled:before { content: "\f871"; } .icon-ic_fluent_video_switch_24_filled:before { content: "\f872"; } .icon-ic_fluent_view_desktop_20_filled:before { content: "\f873"; } .icon-ic_fluent_view_desktop_24_filled:before { content: "\f874"; } .icon-ic_fluent_view_desktop_mobile_20_filled:before { content: "\f875"; } .icon-ic_fluent_view_desktop_mobile_24_filled:before { content: "\f876"; } .icon-ic_fluent_voicemail_16_filled:before { content: "\f87a"; } .icon-ic_fluent_voicemail_20_filled:before { content: "\f87b"; } .icon-ic_fluent_voicemail_24_filled:before { content: "\f87c"; } .icon-ic_fluent_walkie_talkie_24_filled:before { content: "\f87d"; } .icon-ic_fluent_walkie_talkie_28_filled:before { content: "\f87e"; } .icon-ic_fluent_wallpaper_24_filled:before { content: "\f87f"; } .icon-ic_fluent_warning_16_filled:before { content: "\f880"; } .icon-ic_fluent_warning_20_filled:before { content: "\f881"; } .icon-ic_fluent_warning_24_filled:before { content: "\f882"; } .icon-ic_fluent_weather_blowing_snow_20_filled:before { content: "\f883"; } .icon-ic_fluent_weather_blowing_snow_24_filled:before { content: "\f884"; } .icon-ic_fluent_weather_blowing_snow_48_filled:before { content: "\f885"; } .icon-ic_fluent_weather_cloudy_20_filled:before { content: "\f886"; } .icon-ic_fluent_weather_cloudy_24_filled:before { content: "\f887"; } .icon-ic_fluent_weather_cloudy_48_filled:before { content: "\f888"; } .icon-ic_fluent_weather_duststorm_20_filled:before { content: "\f889"; } .icon-ic_fluent_weather_duststorm_24_filled:before { content: "\f88a"; } .icon-ic_fluent_weather_duststorm_48_filled:before { content: "\f88b"; } .icon-ic_fluent_weather_fog_20_filled:before { content: "\f88c"; } .icon-ic_fluent_weather_fog_24_filled:before { content: "\f88d"; } .icon-ic_fluent_weather_fog_48_filled:before { content: "\f88e"; } .icon-ic_fluent_weather_hail_day_20_filled:before { content: "\f88f"; } .icon-ic_fluent_weather_hail_day_24_filled:before { content: "\f890"; } .icon-ic_fluent_weather_hail_day_48_filled:before { content: "\f891"; } .icon-ic_fluent_weather_hail_night_20_filled:before { content: "\f892"; } .icon-ic_fluent_weather_hail_night_24_filled:before { content: "\f893"; } .icon-ic_fluent_weather_hail_night_48_filled:before { content: "\f894"; } .icon-ic_fluent_weather_moon_20_filled:before { content: "\f895"; } .icon-ic_fluent_weather_moon_24_filled:before { content: "\f896"; } .icon-ic_fluent_weather_moon_48_filled:before { content: "\f897"; } .icon-ic_fluent_weather_partly_cloudy_day_20_filled:before { content: "\f898"; } .icon-ic_fluent_weather_partly_cloudy_day_24_filled:before { content: "\f899"; } .icon-ic_fluent_weather_partly_cloudy_day_48_filled:before { content: "\f89a"; } .icon-ic_fluent_weather_partly_cloudy_night_20_filled:before { content: "\f89b"; } .icon-ic_fluent_weather_partly_cloudy_night_24_filled:before { content: "\f89c"; } .icon-ic_fluent_weather_partly_cloudy_night_48_filled:before { content: "\f89d"; } .icon-ic_fluent_weather_rain_20_filled:before { content: "\f89e"; } .icon-ic_fluent_weather_rain_24_filled:before { content: "\f89f"; } .icon-ic_fluent_weather_rain_48_filled:before { content: "\f8a0"; } .icon-ic_fluent_weather_rain_showers_day_20_filled:before { content: "\f8a1"; } .icon-ic_fluent_weather_rain_showers_day_24_filled:before { content: "\f8a2"; } .icon-ic_fluent_weather_rain_showers_day_48_filled:before { content: "\f8a3"; } .icon-ic_fluent_weather_rain_showers_night_20_filled:before { content: "\f8a4"; } .icon-ic_fluent_weather_rain_showers_night_24_filled:before { content: "\f8a5"; } .icon-ic_fluent_weather_rain_showers_night_48_filled:before { content: "\f8a6"; } .icon-ic_fluent_weather_rain_snow_20_filled:before { content: "\f8a7"; } .icon-ic_fluent_weather_rain_snow_24_filled:before { content: "\f8a8"; } .icon-ic_fluent_weather_rain_snow_48_filled:before { content: "\f8a9"; } .icon-ic_fluent_weather_snow_20_filled:before { content: "\f8aa"; } .icon-ic_fluent_weather_snow_24_filled:before { content: "\f8ab"; } .icon-ic_fluent_weather_snow_48_filled:before { content: "\f8ac"; } .icon-ic_fluent_weather_snow_shower_day_20_filled:before { content: "\f8ad"; } .icon-ic_fluent_weather_snow_shower_day_24_filled:before { content: "\f8ae"; } .icon-ic_fluent_weather_snow_shower_day_48_filled:before { content: "\f8af"; } .icon-ic_fluent_weather_snow_shower_night_20_filled:before { content: "\f8b0"; } .icon-ic_fluent_weather_snow_shower_night_24_filled:before { content: "\f8b1"; } .icon-ic_fluent_weather_snow_shower_night_48_filled:before { content: "\f8b2"; } .icon-ic_fluent_weather_snowflake_20_filled:before { content: "\f8b3"; } .icon-ic_fluent_weather_snowflake_24_filled:before { content: "\f8b4"; } .icon-ic_fluent_weather_snowflake_48_filled:before { content: "\f8b5"; } .icon-ic_fluent_weather_squalls_20_filled:before { content: "\f8b6"; } .icon-ic_fluent_weather_squalls_24_filled:before { content: "\f8b7"; } .icon-ic_fluent_weather_squalls_48_filled:before { content: "\f8b8"; } .icon-ic_fluent_weather_sunny_20_filled:before { content: "\f8b9"; } .icon-ic_fluent_weather_sunny_24_filled:before { content: "\f8ba"; } .icon-ic_fluent_weather_sunny_48_filled:before { content: "\f8bb"; } .icon-ic_fluent_weather_thunderstorm_20_filled:before { content: "\f8bc"; } .icon-ic_fluent_weather_thunderstorm_24_filled:before { content: "\f8bd"; } .icon-ic_fluent_weather_thunderstorm_48_filled:before { content: "\f8be"; } .icon-ic_fluent_web_asset_24_filled:before { content: "\f8bf"; } .icon-ic_fluent_whiteboard_20_filled:before { content: "\f8c2"; } .icon-ic_fluent_whiteboard_24_filled:before { content: "\f8c3"; } .icon-ic_fluent_wifi_1_20_filled:before { content: "\f8c4"; } .icon-ic_fluent_wifi_1_24_filled:before { content: "\f8c5"; } .icon-ic_fluent_wifi_2_20_filled:before { content: "\f8c6"; } .icon-ic_fluent_wifi_2_24_filled:before { content: "\f8c7"; } .icon-ic_fluent_wifi_3_20_filled:before { content: "\f8c8"; } .icon-ic_fluent_wifi_3_24_filled:before { content: "\f8c9"; } .icon-ic_fluent_wifi_4_20_filled:before { content: "\f8ca"; } .icon-ic_fluent_wifi_4_24_filled:before { content: "\f8cb"; } .icon-ic_fluent_window_20_filled:before { content: "\f8cd"; } .icon-ic_fluent_window_ad_20_filled:before { content: "\f8ce"; } .icon-ic_fluent_window_dev_tools_16_filled:before { content: "\f8cf"; } .icon-ic_fluent_window_dev_tools_20_filled:before { content: "\f8d0"; } .icon-ic_fluent_window_dev_tools_24_filled:before { content: "\f8d1"; } .icon-ic_fluent_window_inprivate_20_filled:before { content: "\f8d2"; } .icon-ic_fluent_window_inprivate_account_20_filled:before { content: "\f8d3"; } .icon-ic_fluent_window_multiple_20_filled:before { content: "\f8d4"; } .icon-ic_fluent_window_new_20_filled:before { content: "\f8d5"; } .icon-ic_fluent_window_shield_16_filled:before { content: "\f8d6"; } .icon-ic_fluent_window_shield_20_filled:before { content: "\f8d7"; } .icon-ic_fluent_window_shield_24_filled:before { content: "\f8d8"; } .icon-ic_fluent_wrench_24_filled:before { content: "\f8d9"; } .icon-ic_fluent_xbox_console_20_filled:before { content: "\f8da"; } .icon-ic_fluent_xbox_console_24_filled:before { content: "\f8db"; } .icon-ic_fluent_zoom_in_20_filled:before { content: "\f8dc"; } .icon-ic_fluent_zoom_in_24_filled:before { content: "\f8dd"; } .icon-ic_fluent_zoom_out_20_filled:before { content: "\f8de"; } .icon-ic_fluent_zoom_out_24_filled:before { content: "\f8df"; } .icon-ic_fluent_calendar_checkmark_24_filled:before { content: "\f8e1"; } .icon-ic_fluent_add_square_24_filled:before { content: "\f8e2"; } .icon-ic_fluent_apps_list_20_filled:before { content: "\f8e3"; } .icon-ic_fluent_archive_16_filled:before { content: "\f8e4"; } .icon-ic_fluent_arrow_autofit_height_24_filled:before { content: "\f8e5"; } .icon-ic_fluent_arrow_autofit_width_24_filled:before { content: "\f8e6"; } .icon-ic_fluent_arrow_counterclockwise_28_filled:before { content: "\f8e7"; } .icon-ic_fluent_arrow_down_12_filled:before { content: "\f8e8"; } .icon-ic_fluent_arrow_down_left_16_filled:before { content: "\f8e9"; } .icon-ic_fluent_arrow_export_rtl_20_filled:before { content: "\f8ea"; } .icon-ic_fluent_arrow_hook_down_left_16_filled:before { content: "\f8ed"; } .icon-ic_fluent_arrow_hook_down_left_20_filled:before { content: "\f8ee"; } .icon-ic_fluent_arrow_hook_down_left_24_filled:before { content: "\f8ef"; } .icon-ic_fluent_arrow_hook_down_left_28_filled:before { content: "\f8f0"; } .icon-ic_fluent_arrow_hook_down_right_16_filled:before { content: "\f8f1"; } .icon-ic_fluent_arrow_hook_down_right_20_filled:before { content: "\f8f2"; } .icon-ic_fluent_arrow_hook_down_right_24_filled:before { content: "\f8f3"; } .icon-ic_fluent_arrow_hook_down_right_28_filled:before { content: "\f8f4"; } .icon-ic_fluent_arrow_hook_up_left_16_filled:before { content: "\f8f5"; } .icon-ic_fluent_arrow_hook_up_left_20_filled:before { content: "\f8f6"; } .icon-ic_fluent_arrow_hook_up_left_24_filled:before { content: "\f8f7"; } .icon-ic_fluent_arrow_hook_up_left_28_filled:before { content: "\f8f8"; } .icon-ic_fluent_arrow_hook_up_right_16_filled:before { content: "\f8f9"; } .icon-ic_fluent_arrow_hook_up_right_20_filled:before { content: "\f8fa"; } .icon-ic_fluent_arrow_hook_up_right_24_filled:before { content: "\f8fb"; } .icon-ic_fluent_arrow_hook_up_right_28_filled:before { content: "\f8fc"; } .icon-ic_fluent_arrow_move_20_filled:before { content: "\f8fd"; } .icon-ic_fluent_arrow_redo_32_filled:before { content: "\f8fe"; } .icon-ic_fluent_arrow_redo_48_filled:before { content: "\f8ff"; } .icon-ic_fluent_arrow_up_right_16_filled:before { content: "\e12e"; } .icon-ic_fluent_attach_arrow_right_20_filled:before { content: "\e137"; } .icon-ic_fluent_attach_arrow_right_24_filled:before { content: "\e138"; } .icon-ic_fluent_attach_text_24_filled:before { content: "\e13a"; } .icon-ic_fluent_backpack_12_filled:before { content: "\e140"; } .icon-ic_fluent_backpack_16_filled:before { content: "\e141"; } .icon-ic_fluent_backpack_20_filled:before { content: "\e142"; } .icon-ic_fluent_backpack_24_filled:before { content: "\e143"; } .icon-ic_fluent_backpack_28_filled:before { content: "\e144"; } .icon-ic_fluent_backpack_48_filled:before { content: "\e146"; } .icon-ic_fluent_balloon_16_filled:before { content: "\e14d"; } .icon-ic_fluent_bed_16_filled:before { content: "\e159"; } .icon-ic_fluent_bluetooth_28_filled:before { content: "\e15e"; } .icon-ic_fluent_blur_16_filled:before { content: "\e162"; } .icon-ic_fluent_blur_20_filled:before { content: "\e163"; } .icon-ic_fluent_blur_24_filled:before { content: "\e164"; } .icon-ic_fluent_blur_28_filled:before { content: "\e165"; } .icon-ic_fluent_book_20_filled:before { content: "\e172"; } .icon-ic_fluent_book_24_filled:before { content: "\e173"; } .icon-ic_fluent_book_add_20_filled:before { content: "\e174"; } .icon-ic_fluent_book_add_24_filled:before { content: "\e175"; } .icon-ic_fluent_book_clock_24_filled:before { content: "\e179"; } .icon-ic_fluent_book_coins_24_filled:before { content: "\e17b"; } .icon-ic_fluent_book_compass_24_filled:before { content: "\e17d"; } .icon-ic_fluent_book_database_24_filled:before { content: "\e183"; } .icon-ic_fluent_book_exclamation_mark_24_filled:before { content: "\e185"; } .icon-ic_fluent_book_information_24_filled:before { content: "\e188"; } .icon-ic_fluent_book_letter_24_filled:before { content: "\e18a"; } .icon-ic_fluent_book_open_20_filled:before { content: "\e18c"; } .icon-ic_fluent_book_open_24_filled:before { content: "\e18d"; } .icon-ic_fluent_book_open_globe_24_filled:before { content: "\e192"; } .icon-ic_fluent_book_pulse_24_filled:before { content: "\e199"; } .icon-ic_fluent_book_question_mark_24_filled:before { content: "\e19b"; } .icon-ic_fluent_book_search_24_filled:before { content: "\e19e"; } .icon-ic_fluent_book_star_24_filled:before { content: "\e1a0"; } .icon-ic_fluent_book_theta_24_filled:before { content: "\e1a3"; } .icon-ic_fluent_border_all_24_filled:before { content: "\e1b1"; } .icon-ic_fluent_border_bottom_24_filled:before { content: "\e1b3"; } .icon-ic_fluent_border_bottom_double_24_filled:before { content: "\e1b5"; } .icon-ic_fluent_border_bottom_thick_24_filled:before { content: "\e1b7"; } .icon-ic_fluent_border_left_24_filled:before { content: "\e1b9"; } .icon-ic_fluent_border_outside_24_filled:before { content: "\e1bf"; } .icon-ic_fluent_border_outside_thick_24_filled:before { content: "\e1c1"; } .icon-ic_fluent_border_right_24_filled:before { content: "\e1c3"; } .icon-ic_fluent_border_top_24_filled:before { content: "\e1c5"; } .icon-ic_fluent_border_top_bottom_24_filled:before { content: "\e1c7"; } .icon-ic_fluent_border_top_bottom_double_24_filled:before { content: "\e1c9"; } .icon-ic_fluent_border_top_bottom_thick_24_filled:before { content: "\e1cb"; } .icon-ic_fluent_briefcase_12_filled:before { content: "\e1fc"; } .icon-ic_fluent_briefcase_32_filled:before { content: "\e1ff"; } .icon-ic_fluent_bug_16_filled:before { content: "\e219"; } .icon-ic_fluent_bug_20_filled:before { content: "\e21a"; } .icon-ic_fluent_bug_24_filled:before { content: "\e21b"; } .icon-ic_fluent_building_bank_16_filled:before { content: "\e220"; } .icon-ic_fluent_building_bank_20_filled:before { content: "\e221"; } .icon-ic_fluent_building_bank_24_filled:before { content: "\e222"; } .icon-ic_fluent_building_government_24_filled:before { content: "\e231"; } .icon-ic_fluent_building_government_32_filled:before { content: "\e232"; } .icon-ic_fluent_building_multiple_24_filled:before { content: "\e238"; } .icon-ic_fluent_building_shop_16_filled:before { content: "\e241"; } .icon-ic_fluent_building_shop_20_filled:before { content: "\e242"; } .icon-ic_fluent_building_shop_24_filled:before { content: "\e243"; } .icon-ic_fluent_building_skyscraper_16_filled:before { content: "\e244"; } .icon-ic_fluent_building_skyscraper_20_filled:before { content: "\e245"; } .icon-ic_fluent_building_skyscraper_24_filled:before { content: "\e246"; } .icon-ic_fluent_calendar_cancel_16_filled:before { content: "\e254"; } .icon-ic_fluent_calendar_clock_16_filled:before { content: "\e257"; } .icon-ic_fluent_calendar_mention_20_filled:before { content: "\e269"; } .icon-ic_fluent_calendar_person_24_filled:before { content: "\e26f"; } .icon-ic_fluent_calendar_question_mark_16_filled:before { content: "\e272"; } .icon-ic_fluent_calendar_question_mark_20_filled:before { content: "\e273"; } .icon-ic_fluent_calendar_question_mark_24_filled:before { content: "\e274"; } .icon-ic_fluent_call_forward_16_filled:before { content: "\e290"; } .icon-ic_fluent_call_forward_20_filled:before { content: "\e291"; } .icon-ic_fluent_call_forward_28_filled:before { content: "\e292"; } .icon-ic_fluent_call_forward_48_filled:before { content: "\e293"; } .icon-ic_fluent_call_inbound_20_filled:before { content: "\e294"; } .icon-ic_fluent_call_inbound_28_filled:before { content: "\e295"; } .icon-ic_fluent_call_inbound_48_filled:before { content: "\e296"; } .icon-ic_fluent_call_missed_28_filled:before { content: "\e298"; } .icon-ic_fluent_call_missed_48_filled:before { content: "\e299"; } .icon-ic_fluent_call_outbound_20_filled:before { content: "\e29a"; } .icon-ic_fluent_call_outbound_28_filled:before { content: "\e29b"; } .icon-ic_fluent_call_outbound_48_filled:before { content: "\e29c"; } .icon-ic_fluent_call_park_16_filled:before { content: "\e29d"; } .icon-ic_fluent_call_park_20_filled:before { content: "\e29e"; } .icon-ic_fluent_call_park_28_filled:before { content: "\e29f"; } .icon-ic_fluent_call_park_48_filled:before { content: "\e2a0"; } .icon-ic_fluent_camera_edit_20_filled:before { content: "\e2b3"; } .icon-ic_fluent_caret_up_12_filled:before { content: "\e2bb"; } .icon-ic_fluent_caret_up_16_filled:before { content: "\e2bc"; } .icon-ic_fluent_caret_up_20_filled:before { content: "\e2bd"; } .icon-ic_fluent_caret_up_24_filled:before { content: "\e2be"; } .icon-ic_fluent_cart_16_filled:before { content: "\e2bf"; } .icon-ic_fluent_cart_20_filled:before { content: "\e2c0"; } .icon-ic_fluent_channel_28_filled:before { content: "\e2d0"; } .icon-ic_fluent_channel_48_filled:before { content: "\e2d1"; } .icon-ic_fluent_channel_add_16_filled:before { content: "\e2d2"; } .icon-ic_fluent_channel_add_20_filled:before { content: "\e2d3"; } .icon-ic_fluent_channel_add_24_filled:before { content: "\e2d4"; } .icon-ic_fluent_channel_add_28_filled:before { content: "\e2d5"; } .icon-ic_fluent_channel_add_48_filled:before { content: "\e2d6"; } .icon-ic_fluent_channel_alert_16_filled:before { content: "\e2d7"; } .icon-ic_fluent_channel_alert_20_filled:before { content: "\e2d8"; } .icon-ic_fluent_channel_alert_24_filled:before { content: "\e2d9"; } .icon-ic_fluent_channel_alert_28_filled:before { content: "\e2da"; } .icon-ic_fluent_channel_alert_48_filled:before { content: "\e2db"; } .icon-ic_fluent_channel_arrow_left_16_filled:before { content: "\e2dc"; } .icon-ic_fluent_channel_arrow_left_20_filled:before { content: "\e2dd"; } .icon-ic_fluent_channel_arrow_left_24_filled:before { content: "\e2de"; } .icon-ic_fluent_channel_arrow_left_28_filled:before { content: "\e2df"; } .icon-ic_fluent_channel_arrow_left_48_filled:before { content: "\e2e0"; } .icon-ic_fluent_channel_dismiss_16_filled:before { content: "\e2e1"; } .icon-ic_fluent_channel_dismiss_20_filled:before { content: "\e2e2"; } .icon-ic_fluent_channel_dismiss_24_filled:before { content: "\e2e3"; } .icon-ic_fluent_channel_dismiss_28_filled:before { content: "\e2e4"; } .icon-ic_fluent_channel_dismiss_48_filled:before { content: "\e2e5"; } .icon-ic_fluent_chat_16_filled:before { content: "\e2f8"; } .icon-ic_fluent_checkmark_16_filled:before { content: "\e319"; } .icon-ic_fluent_clipboard_paste_16_filled:before { content: "\e36f"; } .icon-ic_fluent_clock_dismiss_24_filled:before { content: "\e388"; } .icon-ic_fluent_closed_caption_16_filled:before { content: "\e38d"; } .icon-ic_fluent_closed_caption_20_filled:before { content: "\e38e"; } .icon-ic_fluent_closed_caption_28_filled:before { content: "\e38f"; } .icon-ic_fluent_closed_caption_48_filled:before { content: "\e391"; } .icon-ic_fluent_color_line_16_filled:before { content: "\e3d4"; } .icon-ic_fluent_comment_12_filled:before { content: "\e3df"; } .icon-ic_fluent_comment_28_filled:before { content: "\e3e0"; } .icon-ic_fluent_comment_48_filled:before { content: "\e3e1"; } .icon-ic_fluent_comment_add_12_filled:before { content: "\e3e2"; } .icon-ic_fluent_comment_add_16_filled:before { content: "\e3e3"; } .icon-ic_fluent_comment_add_20_filled:before { content: "\e3e4"; } .icon-ic_fluent_comment_add_28_filled:before { content: "\e3e5"; } .icon-ic_fluent_comment_add_48_filled:before { content: "\e3e6"; } .icon-ic_fluent_comment_arrow_left_12_filled:before { content: "\e3e7"; } .icon-ic_fluent_comment_arrow_left_16_filled:before { content: "\e3e8"; } .icon-ic_fluent_comment_arrow_left_20_filled:before { content: "\e3e9"; } .icon-ic_fluent_comment_arrow_left_28_filled:before { content: "\e3eb"; } .icon-ic_fluent_comment_arrow_left_48_filled:before { content: "\e3ec"; } .icon-ic_fluent_comment_arrow_right_12_filled:before { content: "\e3ed"; } .icon-ic_fluent_comment_arrow_right_16_filled:before { content: "\e3ee"; } .icon-ic_fluent_comment_arrow_right_20_filled:before { content: "\e3ef"; } .icon-ic_fluent_comment_arrow_right_28_filled:before { content: "\e3f1"; } .icon-ic_fluent_comment_arrow_right_48_filled:before { content: "\e3f2"; } .icon-ic_fluent_comment_checkmark_12_filled:before { content: "\e3f3"; } .icon-ic_fluent_comment_checkmark_16_filled:before { content: "\e3f4"; } .icon-ic_fluent_comment_checkmark_20_filled:before { content: "\e3f5"; } .icon-ic_fluent_comment_checkmark_24_filled:before { content: "\e3f6"; } .icon-ic_fluent_comment_checkmark_28_filled:before { content: "\e3f7"; } .icon-ic_fluent_comment_checkmark_48_filled:before { content: "\e3f8"; } .icon-ic_fluent_comment_edit_20_filled:before { content: "\e3fb"; } .icon-ic_fluent_comment_edit_24_filled:before { content: "\e3fc"; } .icon-ic_fluent_comment_off_16_filled:before { content: "\e40c"; } .icon-ic_fluent_comment_off_20_filled:before { content: "\e40d"; } .icon-ic_fluent_comment_off_24_filled:before { content: "\e40e"; } .icon-ic_fluent_comment_off_28_filled:before { content: "\e40f"; } .icon-ic_fluent_comment_off_48_filled:before { content: "\e410"; } .icon-ic_fluent_contact_card_group_16_filled:before { content: "\e418"; } .icon-ic_fluent_contact_card_group_20_filled:before { content: "\e419"; } .icon-ic_fluent_contact_card_group_28_filled:before { content: "\e41a"; } .icon-ic_fluent_contact_card_group_48_filled:before { content: "\e41b"; } .icon-ic_fluent_convert_range_24_filled:before { content: "\e42a"; } .icon-ic_fluent_copy_add_24_filled:before { content: "\e42c"; } .icon-ic_fluent_copy_select_20_filled:before { content: "\e430"; } .icon-ic_fluent_couch_12_filled:before { content: "\e431"; } .icon-ic_fluent_couch_24_filled:before { content: "\e433"; } .icon-ic_fluent_crop_20_filled:before { content: "\e437"; } .icon-ic_fluent_currency_dollar_rupee_16_filled:before { content: "\e44c"; } .icon-ic_fluent_currency_dollar_rupee_20_filled:before { content: "\e44d"; } .icon-ic_fluent_currency_dollar_rupee_24_filled:before { content: "\e44e"; } .icon-ic_fluent_cursor_20_filled:before { content: "\e44f"; } .icon-ic_fluent_cursor_24_filled:before { content: "\e450"; } .icon-ic_fluent_cursor_hover_16_filled:before { content: "\e453"; } .icon-ic_fluent_cursor_hover_20_filled:before { content: "\e454"; } .icon-ic_fluent_cursor_hover_24_filled:before { content: "\e455"; } .icon-ic_fluent_cursor_hover_28_filled:before { content: "\e456"; } .icon-ic_fluent_cursor_hover_32_filled:before { content: "\e457"; } .icon-ic_fluent_cursor_hover_48_filled:before { content: "\e458"; } .icon-ic_fluent_cursor_hover_off_16_filled:before { content: "\e459"; } .icon-ic_fluent_cursor_hover_off_20_filled:before { content: "\e45a"; } .icon-ic_fluent_cursor_hover_off_24_filled:before { content: "\e45b"; } .icon-ic_fluent_cursor_hover_off_28_filled:before { content: "\e45c"; } .icon-ic_fluent_cursor_hover_off_48_filled:before { content: "\e45d"; } .icon-ic_fluent_data_bar_vertical_add_24_filled:before { content: "\e461"; } .icon-ic_fluent_data_usage_20_filled:before { content: "\e46b"; } .icon-ic_fluent_decimal_arrow_left_24_filled:before { content: "\e484"; } .icon-ic_fluent_decimal_arrow_right_24_filled:before { content: "\e486"; } .icon-ic_fluent_delete_16_filled:before { content: "\e487"; } .icon-ic_fluent_dentist_12_filled:before { content: "\e48e"; } .icon-ic_fluent_dentist_16_filled:before { content: "\e48f"; } .icon-ic_fluent_dentist_20_filled:before { content: "\e490"; } .icon-ic_fluent_dentist_28_filled:before { content: "\e491"; } .icon-ic_fluent_dentist_48_filled:before { content: "\e492"; } .icon-ic_fluent_dismiss_circle_28_filled:before { content: "\e4ce"; } .icon-ic_fluent_doctor_12_filled:before { content: "\e4de"; } .icon-ic_fluent_doctor_16_filled:before { content: "\e4df"; } .icon-ic_fluent_doctor_20_filled:before { content: "\e4e0"; } .icon-ic_fluent_doctor_28_filled:before { content: "\e4e1"; } .icon-ic_fluent_doctor_48_filled:before { content: "\e4e2"; } .icon-ic_fluent_document_16_filled:before { content: "\e4e3"; } .icon-ic_fluent_document_48_filled:before { content: "\e4e5"; } .icon-ic_fluent_document_add_16_filled:before { content: "\e4e6"; } .icon-ic_fluent_document_add_20_filled:before { content: "\e4e7"; } .icon-ic_fluent_document_add_24_filled:before { content: "\e4e8"; } .icon-ic_fluent_document_add_28_filled:before { content: "\e4e9"; } .icon-ic_fluent_document_add_48_filled:before { content: "\e4ea"; } .icon-ic_fluent_document_arrow_left_16_filled:before { content: "\e4ed"; } .icon-ic_fluent_document_arrow_left_20_filled:before { content: "\e4ee"; } .icon-ic_fluent_document_arrow_left_24_filled:before { content: "\e4ef"; } .icon-ic_fluent_document_arrow_left_28_filled:before { content: "\e4f0"; } .icon-ic_fluent_document_arrow_left_48_filled:before { content: "\e4f1"; } .icon-ic_fluent_document_catch_up_16_filled:before { content: "\e4fb"; } .icon-ic_fluent_document_catch_up_20_filled:before { content: "\e4fc"; } .icon-ic_fluent_document_landscape_data_24_filled:before { content: "\e51b"; } .icon-ic_fluent_document_landscape_split_20_filled:before { content: "\e51c"; } .icon-ic_fluent_document_landscape_split_hint_20_filled:before { content: "\e51e"; } .icon-ic_fluent_document_page_break_20_filled:before { content: "\e533"; } .icon-ic_fluent_drink_beer_16_filled:before { content: "\e58f"; } .icon-ic_fluent_drink_beer_20_filled:before { content: "\e590"; } .icon-ic_fluent_drink_coffee_16_filled:before { content: "\e591"; } .icon-ic_fluent_drink_margarita_16_filled:before { content: "\e592"; } .icon-ic_fluent_drink_margarita_20_filled:before { content: "\e593"; } .icon-ic_fluent_drink_wine_16_filled:before { content: "\e596"; } .icon-ic_fluent_drink_wine_20_filled:before { content: "\e597"; } .icon-ic_fluent_dual_screen_span_24_filled:before { content: "\e5b3"; } .icon-ic_fluent_edit_32_filled:before { content: "\e5c0"; } .icon-ic_fluent_edit_off_16_filled:before { content: "\e5c3"; } .icon-ic_fluent_edit_off_24_filled:before { content: "\e5c5"; } .icon-ic_fluent_edit_settings_24_filled:before { content: "\e5d0"; } .icon-ic_fluent_emoji_add_16_filled:before { content: "\e5d4"; } .icon-ic_fluent_emoji_hand_24_filled:before { content: "\e5dc"; } .icon-ic_fluent_emoji_hand_28_filled:before { content: "\e5dd"; } .icon-ic_fluent_eraser_20_filled:before { content: "\e5f1"; } .icon-ic_fluent_eraser_24_filled:before { content: "\e5f2"; } .icon-ic_fluent_eraser_medium_24_filled:before { content: "\e5f4"; } .icon-ic_fluent_eraser_segment_24_filled:before { content: "\e5f6"; } .icon-ic_fluent_eraser_small_24_filled:before { content: "\e5f8"; } .icon-ic_fluent_error_circle_12_filled:before { content: "\e5fa"; } .icon-ic_fluent_eye_tracking_off_16_filled:before { content: "\e607"; } .icon-ic_fluent_eye_tracking_off_20_filled:before { content: "\e608"; } .icon-ic_fluent_eye_tracking_off_24_filled:before { content: "\e609"; } .icon-ic_fluent_f_stop_16_filled:before { content: "\e60e"; } .icon-ic_fluent_f_stop_20_filled:before { content: "\e60f"; } .icon-ic_fluent_f_stop_24_filled:before { content: "\e610"; } .icon-ic_fluent_f_stop_28_filled:before { content: "\e611"; } .icon-ic_fluent_fingerprint_48_filled:before { content: "\e61f"; } .icon-ic_fluent_fixed_width_24_filled:before { content: "\e621"; } .icon-ic_fluent_flip_horizontal_24_filled:before { content: "\e63a"; } .icon-ic_fluent_flip_vertical_24_filled:before { content: "\e640"; } .icon-ic_fluent_fluent_32_filled:before { content: "\e64b"; } .icon-ic_fluent_fluent_48_filled:before { content: "\e64c"; } .icon-ic_fluent_fluid_20_filled:before { content: "\e64e"; } .icon-ic_fluent_fluid_24_filled:before { content: "\e64f"; } .icon-ic_fluent_food_egg_16_filled:before { content: "\e679"; } .icon-ic_fluent_food_egg_20_filled:before { content: "\e67a"; } .icon-ic_fluent_food_toast_16_filled:before { content: "\e67f"; } .icon-ic_fluent_food_toast_20_filled:before { content: "\e680"; } .icon-ic_fluent_gavel_24_filled:before { content: "\e6a4"; } .icon-ic_fluent_gavel_32_filled:before { content: "\e6a5"; } .icon-ic_fluent_glasses_16_filled:before { content: "\e6b6"; } .icon-ic_fluent_glasses_20_filled:before { content: "\e6b7"; } .icon-ic_fluent_glasses_28_filled:before { content: "\e6b8"; } .icon-ic_fluent_glasses_48_filled:before { content: "\e6b9"; } .icon-ic_fluent_glasses_off_16_filled:before { content: "\e6ba"; } .icon-ic_fluent_glasses_off_20_filled:before { content: "\e6bb"; } .icon-ic_fluent_glasses_off_28_filled:before { content: "\e6bc"; } .icon-ic_fluent_glasses_off_48_filled:before { content: "\e6bd"; } .icon-ic_fluent_globe_16_filled:before { content: "\e6be"; } .icon-ic_fluent_hand_left_20_filled:before { content: "\e6e8"; } .icon-ic_fluent_hand_right_24_filled:before { content: "\e6ed"; } .icon-ic_fluent_hand_right_28_filled:before { content: "\e6ee"; } .icon-ic_fluent_hat_graduation_16_filled:before { content: "\e6f2"; } .icon-ic_fluent_hat_graduation_20_filled:before { content: "\e6f3"; } .icon-ic_fluent_hat_graduation_24_filled:before { content: "\e6f4"; } .icon-ic_fluent_hd_16_filled:before { content: "\e6f5"; } .icon-ic_fluent_hd_20_filled:before { content: "\e6f6"; } .icon-ic_fluent_hd_24_filled:before { content: "\e6f7"; } .icon-ic_fluent_headset_16_filled:before { content: "\e703"; } .icon-ic_fluent_headset_20_filled:before { content: "\e704"; } .icon-ic_fluent_headset_48_filled:before { content: "\e706"; } .icon-ic_fluent_heart_pulse_24_filled:before { content: "\e70f"; } .icon-ic_fluent_heart_pulse_32_filled:before { content: "\e710"; } .icon-ic_fluent_home_16_filled:before { content: "\e71c"; } .icon-ic_fluent_home_32_filled:before { content: "\e71d"; } .icon-ic_fluent_home_48_filled:before { content: "\e71e"; } .icon-ic_fluent_image_arrow_counterclockwise_24_filled:before { content: "\e72c"; } .icon-ic_fluent_info_shield_20_filled:before { content: "\e744"; } .icon-ic_fluent_key_multiple_20_filled:before { content: "\e753"; } .icon-ic_fluent_line_horizontal_5_error_20_filled:before { content: "\e77b"; } .icon-ic_fluent_link_square_12_filled:before { content: "\e783"; } .icon-ic_fluent_link_square_16_filled:before { content: "\e784"; } .icon-ic_fluent_location_48_filled:before { content: "\e78a"; } .icon-ic_fluent_location_off_16_filled:before { content: "\e796"; } .icon-ic_fluent_location_off_20_filled:before { content: "\e797"; } .icon-ic_fluent_location_off_24_filled:before { content: "\e798"; } .icon-ic_fluent_location_off_28_filled:before { content: "\e799"; } .icon-ic_fluent_location_off_48_filled:before { content: "\e79a"; } .icon-ic_fluent_lock_multiple_24_filled:before { content: "\e7a1"; } .icon-ic_fluent_lottery_24_filled:before { content: "\e7a7"; } .icon-ic_fluent_mail_16_filled:before { content: "\e7af"; } .icon-ic_fluent_mail_read_16_filled:before { content: "\e7df"; } .icon-ic_fluent_math_format_linear_24_filled:before { content: "\e7ec"; } .icon-ic_fluent_math_format_professional_24_filled:before { content: "\e7ee"; } .icon-ic_fluent_math_formula_24_filled:before { content: "\e7f1"; } .icon-ic_fluent_maximize_20_filled:before { content: "\e7f9"; } .icon-ic_fluent_maximize_24_filled:before { content: "\e7fa"; } .icon-ic_fluent_maximize_28_filled:before { content: "\e7fb"; } .icon-ic_fluent_maximize_48_filled:before { content: "\e7fc"; } .icon-ic_fluent_meet_now_16_filled:before { content: "\e7fd"; } .icon-ic_fluent_mic_off_20_filled:before { content: "\e80c"; } .icon-ic_fluent_mic_off_48_filled:before { content: "\e80e"; } .icon-ic_fluent_mic_prohibited_24_filled:before { content: "\e811"; } .icon-ic_fluent_more_circle_20_filled:before { content: "\e82f"; } .icon-ic_fluent_movies_and_tv_16_filled:before { content: "\e839"; } .icon-ic_fluent_movies_and_tv_20_filled:before { content: "\e83a"; } .icon-ic_fluent_navigation_unread_24_filled:before { content: "\e871"; } .icon-ic_fluent_number_symbol_dismiss_24_filled:before { content: "\e899"; } .icon-ic_fluent_open_28_filled:before { content: "\e89c"; } .icon-ic_fluent_open_48_filled:before { content: "\e89d"; } .icon-ic_fluent_open_folder_16_filled:before { content: "\e89e"; } .icon-ic_fluent_open_folder_20_filled:before { content: "\e89f"; } .icon-ic_fluent_open_folder_28_filled:before { content: "\e8a0"; } .icon-ic_fluent_open_folder_48_filled:before { content: "\e8a1"; } .icon-ic_fluent_open_off_16_filled:before { content: "\e8a2"; } .icon-ic_fluent_open_off_20_filled:before { content: "\e8a3"; } .icon-ic_fluent_open_off_24_filled:before { content: "\e8a4"; } .icon-ic_fluent_open_off_28_filled:before { content: "\e8a5"; } .icon-ic_fluent_open_off_48_filled:before { content: "\e8a6"; } .icon-ic_fluent_paint_brush_arrow_down_24_filled:before { content: "\e8b6"; } .icon-ic_fluent_paint_brush_arrow_up_24_filled:before { content: "\e8b8"; } .icon-ic_fluent_pause_12_filled:before { content: "\e8de"; } .icon-ic_fluent_payment_16_filled:before { content: "\e8e6"; } .icon-ic_fluent_payment_28_filled:before { content: "\e8e7"; } .icon-ic_fluent_people_prohibited_16_filled:before { content: "\e915"; } .icon-ic_fluent_people_swap_16_filled:before { content: "\e91c"; } .icon-ic_fluent_people_swap_20_filled:before { content: "\e91d"; } .icon-ic_fluent_people_swap_24_filled:before { content: "\e91e"; } .icon-ic_fluent_people_swap_28_filled:before { content: "\e91f"; } .icon-ic_fluent_people_team_add_20_filled:before { content: "\e923"; } .icon-ic_fluent_people_team_add_24_filled:before { content: "\e924"; } .icon-ic_fluent_person_available_20_filled:before { content: "\e936"; } .icon-ic_fluent_person_clock_16_filled:before { content: "\e93c"; } .icon-ic_fluent_person_clock_20_filled:before { content: "\e93d"; } .icon-ic_fluent_person_clock_24_filled:before { content: "\e93e"; } .icon-ic_fluent_person_delete_20_filled:before { content: "\e93f"; } .icon-ic_fluent_person_mail_16_filled:before { content: "\e949"; } .icon-ic_fluent_person_mail_20_filled:before { content: "\e94a"; } .icon-ic_fluent_person_mail_24_filled:before { content: "\e94b"; } .icon-ic_fluent_person_mail_28_filled:before { content: "\e94c"; } .icon-ic_fluent_person_mail_48_filled:before { content: "\e94d"; } .icon-ic_fluent_person_prohibited_24_filled:before { content: "\e955"; } .icon-ic_fluent_poll_20_filled:before { content: "\e9b1"; } .icon-ic_fluent_pulse_24_filled:before { content: "\e9e5"; } .icon-ic_fluent_qr_code_20_filled:before { content: "\e9f4"; } .icon-ic_fluent_real_estate_24_filled:before { content: "\ea05"; } .icon-ic_fluent_ribbon_24_filled:before { content: "\ea30"; } .icon-ic_fluent_ribbon_star_20_filled:before { content: "\ea37"; } .icon-ic_fluent_ribbon_star_24_filled:before { content: "\ea38"; } .icon-ic_fluent_run_16_filled:before { content: "\ea47"; } .icon-ic_fluent_run_20_filled:before { content: "\ea48"; } .icon-ic_fluent_scales_24_filled:before { content: "\ea59"; } .icon-ic_fluent_scales_32_filled:before { content: "\ea5a"; } .icon-ic_fluent_search_shield_20_filled:before { content: "\ea89"; } .icon-ic_fluent_shield_dismiss_shield_20_filled:before { content: "\ead6"; } .icon-ic_fluent_shifts_day_20_filled:before { content: "\eaec"; } .icon-ic_fluent_shifts_day_24_filled:before { content: "\eaed"; } .icon-ic_fluent_sidebar_search_ltr_20_filled:before { content: "\eb01"; } .icon-ic_fluent_sidebar_search_rtl_20_filled:before { content: "\eb02"; } .icon-ic_fluent_sign_out_20_filled:before { content: "\eb03"; } .icon-ic_fluent_slide_multiple_arrow_right_24_filled:before { content: "\eb28"; } .icon-ic_fluent_slide_search_24_filled:before { content: "\eb2a"; } .icon-ic_fluent_slide_search_28_filled:before { content: "\eb2b"; } .icon-ic_fluent_slide_size_24_filled:before { content: "\eb2f"; } .icon-ic_fluent_slide_text_16_filled:before { content: "\eb30"; } .icon-ic_fluent_slide_text_20_filled:before { content: "\eb31"; } .icon-ic_fluent_slide_text_28_filled:before { content: "\eb32"; } .icon-ic_fluent_slide_text_48_filled:before { content: "\eb33"; } .icon-ic_fluent_speaker_0_16_filled:before { content: "\eb40"; } .icon-ic_fluent_speaker_0_20_filled:before { content: "\eb41"; } .icon-ic_fluent_speaker_0_28_filled:before { content: "\eb42"; } .icon-ic_fluent_speaker_0_48_filled:before { content: "\eb44"; } .icon-ic_fluent_speaker_1_16_filled:before { content: "\eb45"; } .icon-ic_fluent_speaker_1_20_filled:before { content: "\eb46"; } .icon-ic_fluent_speaker_1_28_filled:before { content: "\eb47"; } .icon-ic_fluent_speaker_1_48_filled:before { content: "\eb49"; } .icon-ic_fluent_speaker_bluetooth_28_filled:before { content: "\eb51"; } .icon-ic_fluent_speaker_off_16_filled:before { content: "\eb57"; } .icon-ic_fluent_speaker_off_20_filled:before { content: "\eb58"; } .icon-ic_fluent_speaker_off_48_filled:before { content: "\eb59"; } .icon-ic_fluent_speaker_usb_24_filled:before { content: "\eb5d"; } .icon-ic_fluent_speaker_usb_28_filled:before { content: "\eb5e"; } .icon-ic_fluent_sport_16_filled:before { content: "\eb6e"; } .icon-ic_fluent_sport_20_filled:before { content: "\eb6f"; } .icon-ic_fluent_sport_24_filled:before { content: "\eb70"; } .icon-ic_fluent_sport_american_football_24_filled:before { content: "\eb72"; } .icon-ic_fluent_sport_baseball_24_filled:before { content: "\eb74"; } .icon-ic_fluent_sport_basketball_24_filled:before { content: "\eb76"; } .icon-ic_fluent_sport_hockey_24_filled:before { content: "\eb78"; } .icon-ic_fluent_star_edit_24_filled:before { content: "\ebb2"; } .icon-ic_fluent_tab_desktop_arrow_left_20_filled:before { content: "\ebe5"; } .icon-ic_fluent_tab_prohibited_24_filled:before { content: "\ebeb"; } .icon-ic_fluent_table_16_filled:before { content: "\ebee"; } .icon-ic_fluent_table_28_filled:before { content: "\ebef"; } .icon-ic_fluent_table_48_filled:before { content: "\ebf1"; } .icon-ic_fluent_table_simple_16_filled:before { content: "\ec4a"; } .icon-ic_fluent_table_simple_20_filled:before { content: "\ec4b"; } .icon-ic_fluent_table_simple_24_filled:before { content: "\ec4c"; } .icon-ic_fluent_table_simple_28_filled:before { content: "\ec4d"; } .icon-ic_fluent_table_simple_48_filled:before { content: "\ec4e"; } .icon-ic_fluent_tag_16_filled:before { content: "\ec6a"; } .icon-ic_fluent_tasks_app_20_filled:before { content: "\ec9d"; } .icon-ic_fluent_tent_12_filled:before { content: "\eca0"; } .icon-ic_fluent_tent_16_filled:before { content: "\eca1"; } .icon-ic_fluent_tent_20_filled:before { content: "\eca2"; } .icon-ic_fluent_tent_28_filled:before { content: "\eca3"; } .icon-ic_fluent_tent_48_filled:before { content: "\eca4"; } .icon-ic_fluent_text_bold_16_filled:before { content: "\ecd0"; } .icon-ic_fluent_text_color_16_filled:before { content: "\ecf3"; } .icon-ic_fluent_text_column_one_narrow_20_filled:before { content: "\ecf7"; } .icon-ic_fluent_text_column_one_narrow_24_filled:before { content: "\ecf8"; } .icon-ic_fluent_text_column_one_wide_20_filled:before { content: "\ecf9"; } .icon-ic_fluent_text_column_one_wide_24_filled:before { content: "\ecfa"; } .icon-ic_fluent_text_continuous_24_filled:before { content: "\ecfe"; } .icon-ic_fluent_text_italic_16_filled:before { content: "\ed37"; } .icon-ic_fluent_text_underline_16_filled:before { content: "\ed67"; } .icon-ic_fluent_ticket_diagonal_16_filled:before { content: "\ed7b"; } .icon-ic_fluent_ticket_diagonal_20_filled:before { content: "\ed7c"; } .icon-ic_fluent_ticket_diagonal_24_filled:before { content: "\ed7d"; } .icon-ic_fluent_ticket_diagonal_28_filled:before { content: "\ed7e"; } .icon-ic_fluent_timer_16_filled:before { content: "\ed86"; } .icon-ic_fluent_timer_20_filled:before { content: "\ed88"; } .icon-ic_fluent_toggle_left_16_filled:before { content: "\ed8f"; } .icon-ic_fluent_toggle_left_20_filled:before { content: "\ed90"; } .icon-ic_fluent_toggle_left_24_filled:before { content: "\ed91"; } .icon-ic_fluent_toggle_left_28_filled:before { content: "\ed92"; } .icon-ic_fluent_toggle_left_48_filled:before { content: "\ed93"; } .icon-ic_fluent_toggle_right_28_filled:before { content: "\ed97"; } .icon-ic_fluent_toggle_right_48_filled:before { content: "\ed98"; } .icon-ic_fluent_tv_16_filled:before { content: "\edc1"; } .icon-ic_fluent_tv_20_filled:before { content: "\edc2"; } .icon-ic_fluent_tv_24_filled:before { content: "\edc3"; } .icon-ic_fluent_tv_28_filled:before { content: "\edc4"; } .icon-ic_fluent_tv_48_filled:before { content: "\edc5"; } .icon-ic_fluent_vehicle_bicycle_16_filled:before { content: "\edd1"; } .icon-ic_fluent_vehicle_bicycle_20_filled:before { content: "\edd2"; } .icon-ic_fluent_vehicle_bus_16_filled:before { content: "\edd3"; } .icon-ic_fluent_vehicle_bus_20_filled:before { content: "\edd4"; } .icon-ic_fluent_vehicle_car_28_filled:before { content: "\edd8"; } .icon-ic_fluent_vehicle_car_48_filled:before { content: "\edd9"; } .icon-ic_fluent_vehicle_ship_16_filled:before { content: "\ede2"; } .icon-ic_fluent_vehicle_ship_20_filled:before { content: "\ede3"; } .icon-ic_fluent_vehicle_ship_24_filled:before { content: "\ede4"; } .icon-ic_fluent_vehicle_subway_16_filled:before { content: "\ede5"; } .icon-ic_fluent_vehicle_subway_20_filled:before { content: "\ede6"; } .icon-ic_fluent_vehicle_subway_24_filled:before { content: "\ede7"; } .icon-ic_fluent_vehicle_truck_16_filled:before { content: "\ede8"; } .icon-ic_fluent_vehicle_truck_20_filled:before { content: "\ede9"; } .icon-ic_fluent_video_clip_20_filled:before { content: "\edff"; } .icon-ic_fluent_vote_20_filled:before { content: "\ee28"; } .icon-ic_fluent_vote_24_filled:before { content: "\ee29"; } .icon-ic_fluent_weather_drizzle_20_filled:before { content: "\ee3e"; } .icon-ic_fluent_weather_drizzle_24_filled:before { content: "\ee3f"; } .icon-ic_fluent_weather_drizzle_48_filled:before { content: "\ee40"; } .icon-ic_fluent_weather_haze_20_filled:before { content: "\ee41"; } .icon-ic_fluent_weather_haze_24_filled:before { content: "\ee42"; } .icon-ic_fluent_weather_haze_48_filled:before { content: "\ee43"; } .icon-ic_fluent_weather_moon_16_filled:before { content: "\ee44"; } .icon-ic_fluent_weather_moon_28_filled:before { content: "\ee45"; } .icon-ic_fluent_weather_moon_off_16_filled:before { content: "\ee46"; } .icon-ic_fluent_weather_moon_off_20_filled:before { content: "\ee47"; } .icon-ic_fluent_weather_moon_off_24_filled:before { content: "\ee48"; } .icon-ic_fluent_weather_moon_off_28_filled:before { content: "\ee49"; } .icon-ic_fluent_weather_moon_off_48_filled:before { content: "\ee4a"; } .icon-ic_fluent_weather_sunny_high_20_filled:before { content: "\ee4f"; } .icon-ic_fluent_weather_sunny_high_24_filled:before { content: "\ee50"; } .icon-ic_fluent_weather_sunny_high_48_filled:before { content: "\ee51"; } .icon-ic_fluent_weather_sunny_low_20_filled:before { content: "\ee52"; } .icon-ic_fluent_weather_sunny_low_24_filled:before { content: "\ee53"; } .icon-ic_fluent_weather_sunny_low_48_filled:before { content: "\ee54"; } .icon-ic_fluent_window_new_16_filled:before { content: "\ee7a"; } .icon-ic_fluent_window_new_24_filled:before { content: "\ee7b"; } .icon-ic_fluent_wrench_16_filled:before { content: "\ee85"; } .icon-ic_fluent_wrench_20_filled:before { content: "\ee86"; } .icon-ic_fluent_video_background_effect_20_filled:before { content: "\edf7"; } .icon-ic_fluent_alert_16_filled:before { content: "\e014"; } .icon-ic_fluent_approvals_app_16_filled:before { content: "\e05f"; } .icon-ic_fluent_approvals_app_20_filled:before { content: "\e060"; } .icon-ic_fluent_arrow_bounce_16_filled:before { content: "\e086"; } .icon-ic_fluent_arrow_bounce_24_filled:before { content: "\e088"; } .icon-ic_fluent_arrow_enter_up_20_filled:before { content: "\e0c2"; } .icon-ic_fluent_arrow_enter_up_24_filled:before { content: "\e0c3"; } .icon-ic_fluent_bookmark_multiple_20_filled:before { content: "\e1a7"; } .icon-ic_fluent_briefcase_28_filled:before { content: "\e1fe"; } .icon-ic_fluent_briefcase_48_filled:before { content: "\e200"; } .icon-ic_fluent_building_20_filled:before { content: "\e21f"; } .icon-ic_fluent_chat_48_filled:before { content: "\e2fa"; } .icon-ic_fluent_desktop_arrow_right_16_filled:before { content: "\e494"; } .icon-ic_fluent_desktop_arrow_right_20_filled:before { content: "\e495"; } .icon-ic_fluent_desktop_arrow_right_24_filled:before { content: "\e496"; } .icon-ic_fluent_desktop_speaker_20_filled:before { content: "\e4b0"; } .icon-ic_fluent_desktop_speaker_24_filled:before { content: "\e4b1"; } .icon-ic_fluent_desktop_speaker_off_20_filled:before { content: "\e4b2"; } .icon-ic_fluent_desktop_speaker_off_24_filled:before { content: "\e4b3"; } .icon-ic_fluent_emoji_add_20_filled:before { content: "\e5d5"; } .icon-ic_fluent_food_cake_20_filled:before { content: "\e678"; } .icon-ic_fluent_grid_kanban_20_filled:before { content: "\e6d4"; } .icon-ic_fluent_hand_right_20_filled:before { content: "\e6ec"; } .icon-ic_fluent_hand_right_off_20_filled:before { content: "\e6ef"; } .icon-ic_fluent_learning_app_20_filled:before { content: "\e76d"; } .icon-ic_fluent_learning_app_24_filled:before { content: "\e76e"; } .icon-ic_fluent_live_off_20_filled:before { content: "\e788"; } .icon-ic_fluent_live_off_24_filled:before { content: "\e789"; } .icon-ic_fluent_mic_prohibited_20_filled:before { content: "\e810"; } .icon-ic_fluent_notebook_section_20_filled:before { content: "\e887"; } .icon-ic_fluent_people_audience_20_filled:before { content: "\e901"; } .icon-ic_fluent_people_call_16_filled:before { content: "\e902"; } .icon-ic_fluent_people_call_20_filled:before { content: "\e903"; } .icon-ic_fluent_person_call_16_filled:before { content: "\e937"; } .icon-ic_fluent_person_call_20_filled:before { content: "\e938"; } .icon-ic_fluent_phone_desktop_add_20_filled:before { content: "\e96b"; } .icon-ic_fluent_presenter_20_filled:before { content: "\e9cf"; } .icon-ic_fluent_presenter_off_20_filled:before { content: "\e9d0"; } .icon-ic_fluent_rectangle_landscape_20_filled:before { content: "\ea11"; } .icon-ic_fluent_ribbon_20_filled:before { content: "\ea2f"; } .icon-ic_fluent_save_sync_20_filled:before { content: "\ea56"; } .icon-ic_fluent_shifts_20_filled:before { content: "\eae5"; } .icon-ic_fluent_shifts_checkmark_20_filled:before { content: "\eaea"; } .icon-ic_fluent_shifts_checkmark_24_filled:before { content: "\eaeb"; } .icon-ic_fluent_slide_multiple_24_filled:before { content: "\eb26"; } .icon-ic_fluent_star_line_horizontal_3_20_filled:before { content: "\ebb6"; } .icon-ic_fluent_star_line_horizontal_3_24_filled:before { content: "\ebb7"; } .icon-ic_fluent_table_add_20_filled:before { content: "\ebf3"; } .icon-ic_fluent_table_dismiss_20_filled:before { content: "\ec0e"; } .icon-ic_fluent_table_dismiss_24_filled:before { content: "\ec0f"; } .icon-ic_fluent_tap_double_20_filled:before { content: "\ec88"; } .icon-ic_fluent_tap_single_20_filled:before { content: "\ec8b"; } .icon-ic_fluent_text_bullet_list_add_20_filled:before { content: "\ecd3"; } .icon-ic_fluent_text_bullet_list_square_20_filled:before { content: "\ece0"; } .icon-ic_fluent_text_grammar_error_20_filled:before { content: "\ed1a"; } .icon-ic_fluent_text_number_list_rtl_20_filled:before { content: "\ed40"; } .icon-ic_fluent_video_360_20_filled:before { content: "\edf1"; } .icon-ic_fluent_video_360_24_filled:before { content: "\edf2"; } .icon-ic_fluent_video_person_12_filled:before { content: "\ee08"; } .icon-ic_fluent_video_person_16_filled:before { content: "\ee09"; } .icon-ic_fluent_video_person_20_filled:before { content: "\ee0a"; } .icon-ic_fluent_video_person_28_filled:before { content: "\ee0b"; } .icon-ic_fluent_video_person_48_filled:before { content: "\ee0c"; } .icon-ic_fluent_video_person_call_16_filled:before { content: "\ee0d"; } .icon-ic_fluent_video_person_call_20_filled:before { content: "\ee0e"; } .icon-ic_fluent_video_person_call_24_filled:before { content: "\ee0f"; } .icon-ic_fluent_video_person_star_20_filled:before { content: "\ee17"; } .icon-ic_fluent_video_prohibited_20_filled:before { content: "\ee1c"; } .icon-ic_fluent_video_switch_20_filled:before { content: "\ee20"; } .icon-ic_fluent_wifi_warning_20_filled:before { content: "\ee5c"; } .icon-ic_fluent_album_24_filled:before { content: "\e010"; } .icon-ic_fluent_album_add_24_filled:before { content: "\e012"; } .icon-ic_fluent_alert_urgent_16_filled:before { content: "\e01d"; } .icon-ic_fluent_arrow_right_16_filled:before { content: "\e0eb"; } .icon-ic_fluent_arrow_undo_16_filled:before { content: "\e126"; } .icon-ic_fluent_arrow_up_left_16_filled:before { content: "\e12b"; } .icon-ic_fluent_arrow_up_left_20_filled:before { content: "\e12c"; } .icon-ic_fluent_backpack_add_20_filled:before { content: "\e147"; } .icon-ic_fluent_backpack_add_24_filled:before { content: "\e148"; } .icon-ic_fluent_backpack_add_28_filled:before { content: "\e149"; } .icon-ic_fluent_backpack_add_48_filled:before { content: "\e14a"; } .icon-ic_fluent_bot_20_filled:before { content: "\e1cc"; } .icon-ic_fluent_call_connecting_20_filled:before { content: "\e28c"; } .icon-ic_fluent_call_exclamation_20_filled:before { content: "\e28f"; } .icon-ic_fluent_call_transfer_20_filled:before { content: "\e2a7"; } .icon-ic_fluent_camera_off_24_filled:before { content: "\e2b5"; } .icon-ic_fluent_chat_bubbles_question_20_filled:before { content: "\e2ff"; } .icon-ic_fluent_chat_mail_20_filled:before { content: "\e303"; } .icon-ic_fluent_chat_off_20_filled:before { content: "\e304"; } .icon-ic_fluent_checkmark_48_filled:before { content: "\e31a"; } .icon-ic_fluent_cloud_sync_20_filled:before { content: "\e3c3"; } .icon-ic_fluent_content_view_20_filled:before { content: "\e424"; } .icon-ic_fluent_cube_rotate_20_filled:before { content: "\e444"; } .icon-ic_fluent_data_line_20_filled:before { content: "\e464"; } .icon-ic_fluent_device_meeting_room_20_filled:before { content: "\e4be"; } .icon-ic_fluent_device_meeting_room_remote_20_filled:before { content: "\e4bf"; } .icon-ic_fluent_draw_shape_24_filled:before { content: "\e582"; } .icon-ic_fluent_draw_text_24_filled:before { content: "\e584"; } .icon-ic_fluent_folder_arrow_up_16_filled:before { content: "\e65d"; } .icon-ic_fluent_folder_arrow_up_20_filled:before { content: "\e65e"; } .icon-ic_fluent_folder_arrow_up_24_filled:before { content: "\e65f"; } .icon-ic_fluent_folder_arrow_up_28_filled:before { content: "\e660"; } .icon-ic_fluent_fps_30_16_filled:before { content: "\e685"; } .icon-ic_fluent_fps_30_20_filled:before { content: "\e686"; } .icon-ic_fluent_fps_30_24_filled:before { content: "\e687"; } .icon-ic_fluent_fps_30_28_filled:before { content: "\e688"; } .icon-ic_fluent_fps_30_48_filled:before { content: "\e689"; } .icon-ic_fluent_fps_60_16_filled:before { content: "\e68a"; } .icon-ic_fluent_fps_60_20_filled:before { content: "\e68b"; } .icon-ic_fluent_fps_60_24_filled:before { content: "\e68c"; } .icon-ic_fluent_fps_60_28_filled:before { content: "\e68d"; } .icon-ic_fluent_fps_60_48_filled:before { content: "\e68e"; } .icon-ic_fluent_home_person_20_filled:before { content: "\e724"; } .icon-ic_fluent_image_off_20_filled:before { content: "\e739"; } .icon-ic_fluent_lasso_20_filled:before { content: "\e764"; } .icon-ic_fluent_leaf_three_16_filled:before { content: "\e76a"; } .icon-ic_fluent_leaf_three_20_filled:before { content: "\e76b"; } .icon-ic_fluent_leaf_three_24_filled:before { content: "\e76c"; } .icon-ic_fluent_mic_sync_20_filled:before { content: "\e824"; } .icon-ic_fluent_notebook_subsection_20_filled:before { content: "\e889"; } .icon-ic_fluent_person_circle_20_filled:before { content: "\e93a"; } .icon-ic_fluent_pulse_20_filled:before { content: "\e9e4"; } .icon-ic_fluent_pulse_square_24_filled:before { content: "\e9e9"; } .icon-ic_fluent_ribbon_16_filled:before { content: "\ea2e"; } .icon-ic_fluent_rotate_left_24_filled:before { content: "\ea40"; } .icon-ic_fluent_rotate_right_20_filled:before { content: "\ea41"; } .icon-ic_fluent_rotate_right_24_filled:before { content: "\ea42"; } .icon-ic_fluent_share_close_tray_20_filled:before { content: "\eab2"; } .icon-ic_fluent_square_multiple_20_filled:before { content: "\eb9f"; } .icon-ic_fluent_star_emphasis_20_filled:before { content: "\ebb3"; } .icon-ic_fluent_tv_arrow_right_20_filled:before { content: "\edc6"; } .icon-ic_fluent_video_person_star_off_20_filled:before { content: "\ee18"; } .icon-ic_fluent_video_recording_20_filled:before { content: "\ee1f"; } .icon-ic_fluent_video_sync_20_filled:before { content: "\ee21"; } .icon-ic_fluent_breakout_room_20_filled:before { content: "\e1f9"; } .icon-ic_fluent_content_view_gallery_20_filled:before { content: "\e426"; } .icon-ic_fluent_door_tag_24_filled:before { content: "\e577"; } .icon-ic_fluent_luggage_24_filled:before { content: "\e7aa"; } .icon-ic_fluent_people_edit_20_filled:before { content: "\e909"; } .icon-ic_fluent_channel_share_12_filled:before { content: "\e2e6"; } .icon-ic_fluent_channel_share_16_filled:before { content: "\e2e7"; } .icon-ic_fluent_channel_share_20_filled:before { content: "\e2e8"; } .icon-ic_fluent_channel_share_24_filled:before { content: "\e2e9"; } .icon-ic_fluent_channel_share_28_filled:before { content: "\e2ea"; } .icon-ic_fluent_channel_share_48_filled:before { content: "\e2eb"; } .icon-ic_fluent_people_error_16_filled:before { content: "\e90a"; } .icon-ic_fluent_people_error_20_filled:before { content: "\e90b"; } .icon-ic_fluent_people_error_24_filled:before { content: "\e90c"; } .icon-ic_fluent_puzzle_cube_16_filled:before { content: "\e9ea"; } .icon-ic_fluent_puzzle_cube_20_filled:before { content: "\e9eb"; } .icon-ic_fluent_puzzle_cube_24_filled:before { content: "\e9ec"; } .icon-ic_fluent_puzzle_cube_28_filled:before { content: "\e9ed"; } .icon-ic_fluent_puzzle_cube_48_filled:before { content: "\e9ee"; } .icon-ic_fluent_arrow_circle_down_right_16_filled:before { content: "\e08e"; } .icon-ic_fluent_arrow_circle_down_right_24_filled:before { content: "\e090"; } .icon-ic_fluent_arrow_circle_right_24_filled:before { content: "\e09c"; } .icon-ic_fluent_arrow_circle_up_16_filled:before { content: "\e0a1"; } .icon-ic_fluent_arrow_circle_up_20_filled:before { content: "\e0a2"; } .icon-ic_fluent_arrow_circle_up_24_filled:before { content: "\e0a3"; } .icon-ic_fluent_arrow_circle_up_left_24_filled:before { content: "\e0a8"; } .icon-ic_fluent_arrow_enter_left_20_filled:before { content: "\e0c0"; } .icon-ic_fluent_arrow_enter_left_24_filled:before { content: "\e0c1"; } .icon-ic_fluent_arrow_export_ltr_20_filled:before { content: "\e0c7"; } .icon-ic_fluent_arrow_export_ltr_24_filled:before { content: "\e0c8"; } .icon-ic_fluent_arrow_square_down_24_filled:before { content: "\e0f7"; } .icon-ic_fluent_arrow_undo_32_filled:before { content: "\e128"; } .icon-ic_fluent_arrow_undo_48_filled:before { content: "\e129"; } .icon-ic_fluent_auto_fit_height_24_filled:before { content: "\e13c"; } .icon-ic_fluent_auto_fit_width_24_filled:before { content: "\e13e"; } .icon-ic_fluent_briefcase_medical_24_filled:before { content: "\e202"; } .icon-ic_fluent_briefcase_medical_32_filled:before { content: "\e203"; } .icon-ic_fluent_building_factory_24_filled:before { content: "\e22c"; } .icon-ic_fluent_calendar_arrow_down_24_filled:before { content: "\e250"; } .icon-ic_fluent_call_16_filled:before { content: "\e283"; } .icon-ic_fluent_call_20_filled:before { content: "\e284"; } .icon-ic_fluent_call_24_filled:before { content: "\e285"; } .icon-ic_fluent_call_28_filled:before { content: "\e286"; } .icon-ic_fluent_call_missed_20_filled:before { content: "\e297"; } .icon-ic_fluent_call_prohibited_16_filled:before { content: "\e2a1"; } .icon-ic_fluent_call_prohibited_20_filled:before { content: "\e2a2"; } .icon-ic_fluent_call_prohibited_24_filled:before { content: "\e2a3"; } .icon-ic_fluent_call_prohibited_28_filled:before { content: "\e2a4"; } .icon-ic_fluent_call_prohibited_48_filled:before { content: "\e2a5"; } .icon-ic_fluent_center_horizontal_24_filled:before { content: "\e2cd"; } .icon-ic_fluent_center_vertical_24_filled:before { content: "\e2cf"; } .icon-ic_fluent_chevron_circle_down_24_filled:before { content: "\e325"; } .icon-ic_fluent_chevron_circle_right_24_filled:before { content: "\e333"; } .icon-ic_fluent_clipboard_image_24_filled:before { content: "\e36c"; } .icon-ic_fluent_comment_arrow_left_24_filled:before { content: "\e3ea"; } .icon-ic_fluent_comment_arrow_right_24_filled:before { content: "\e3f0"; } .icon-ic_fluent_comment_dismiss_24_filled:before { content: "\e3fa"; } .icon-ic_fluent_component_2_double_tap_swipe_down_24_filled:before { content: "\e413"; } .icon-ic_fluent_component_2_double_tap_swipe_up_24_filled:before { content: "\e414"; } .icon-ic_fluent_copy_arrow_right_16_filled:before { content: "\e42d"; } .icon-ic_fluent_copy_arrow_right_24_filled:before { content: "\e42f"; } .icon-ic_fluent_currency_dollar_euro_16_filled:before { content: "\e449"; } .icon-ic_fluent_currency_dollar_euro_20_filled:before { content: "\e44a"; } .icon-ic_fluent_currency_dollar_euro_24_filled:before { content: "\e44b"; } .icon-ic_fluent_delete_dismiss_24_filled:before { content: "\e48b"; } .icon-ic_fluent_delete_dismiss_28_filled:before { content: "\e48c"; } .icon-ic_fluent_document_prohibited_20_filled:before { content: "\e53a"; } .icon-ic_fluent_document_prohibited_24_filled:before { content: "\e53b"; } .icon-ic_fluent_document_sync_24_filled:before { content: "\e555"; } .icon-ic_fluent_drink_to_go_24_filled:before { content: "\e595"; } .icon-ic_fluent_dual_screen_header_24_filled:before { content: "\e5ad"; } .icon-ic_fluent_fluent_24_filled:before { content: "\e64a"; } .icon-ic_fluent_folder_arrow_right_16_filled:before { content: "\e658"; } .icon-ic_fluent_folder_arrow_right_20_filled:before { content: "\e659"; } .icon-ic_fluent_folder_arrow_right_24_filled:before { content: "\e65a"; } .icon-ic_fluent_folder_arrow_right_28_filled:before { content: "\e65b"; } .icon-ic_fluent_folder_arrow_right_48_filled:before { content: "\e65c"; } .icon-ic_fluent_folder_arrow_up_48_filled:before { content: "\e661"; } .icon-ic_fluent_folder_prohibited_20_filled:before { content: "\e669"; } .icon-ic_fluent_folder_prohibited_24_filled:before { content: "\e66a"; } .icon-ic_fluent_folder_prohibited_28_filled:before { content: "\e66b"; } .icon-ic_fluent_folder_prohibited_48_filled:before { content: "\e66c"; } .icon-ic_fluent_folder_swap_16_filled:before { content: "\e66d"; } .icon-ic_fluent_folder_swap_20_filled:before { content: "\e66e"; } .icon-ic_fluent_folder_swap_24_filled:before { content: "\e66f"; } .icon-ic_fluent_full_screen_maximize_24_filled:before { content: "\e692"; } .icon-ic_fluent_full_screen_minimize_24_filled:before { content: "\e695"; } .icon-ic_fluent_image_multiple_20_filled:before { content: "\e732"; } .icon-ic_fluent_image_multiple_24_filled:before { content: "\e733"; } .icon-ic_fluent_image_multiple_28_filled:before { content: "\e734"; } .icon-ic_fluent_leaf_one_16_filled:before { content: "\e767"; } .icon-ic_fluent_leaf_one_20_filled:before { content: "\e768"; } .icon-ic_fluent_leaf_one_24_filled:before { content: "\e769"; } .icon-ic_fluent_link_dismiss_20_filled:before { content: "\e781"; } .icon-ic_fluent_location_dismiss_24_filled:before { content: "\e795"; } .icon-ic_fluent_lock_closed_12_filled:before { content: "\e79b"; } .icon-ic_fluent_lock_closed_16_filled:before { content: "\e79c"; } .icon-ic_fluent_lock_closed_20_filled:before { content: "\e79d"; } .icon-ic_fluent_lock_closed_24_filled:before { content: "\e79e"; } .icon-ic_fluent_lock_open_20_filled:before { content: "\e7a3"; } .icon-ic_fluent_lock_open_24_filled:before { content: "\e7a4"; } .icon-ic_fluent_lock_open_28_filled:before { content: "\e7a5"; } .icon-ic_fluent_mail_inbox_all_24_filled:before { content: "\e7c5"; } .icon-ic_fluent_mail_inbox_arrow_right_24_filled:before { content: "\e7c8"; } .icon-ic_fluent_mail_inbox_arrow_up_20_filled:before { content: "\e7c9"; } .icon-ic_fluent_mail_inbox_arrow_up_24_filled:before { content: "\e7ca"; } .icon-ic_fluent_mail_off_24_filled:before { content: "\e7d8"; } .icon-ic_fluent_more_horizontal_16_filled:before { content: "\e831"; } .icon-ic_fluent_more_horizontal_20_filled:before { content: "\e832"; } .icon-ic_fluent_more_horizontal_24_filled:before { content: "\e833"; } .icon-ic_fluent_more_horizontal_28_filled:before { content: "\e834"; } .icon-ic_fluent_more_horizontal_48_filled:before { content: "\e836"; } .icon-ic_fluent_music_note_1_20_filled:before { content: "\e85f"; } .icon-ic_fluent_music_note_1_24_filled:before { content: "\e860"; } .icon-ic_fluent_music_note_2_16_filled:before { content: "\e861"; } .icon-ic_fluent_music_note_2_24_filled:before { content: "\e863"; } .icon-ic_fluent_people_team_delete_24_filled:before { content: "\e927"; } .icon-ic_fluent_phone_add_24_filled:before { content: "\e967"; } .icon-ic_fluent_phone_arrow_right_20_filled:before { content: "\e968"; } .icon-ic_fluent_phone_arrow_right_24_filled:before { content: "\e969"; } .icon-ic_fluent_phone_dismiss_24_filled:before { content: "\e96d"; } .icon-ic_fluent_phone_lock_24_filled:before { content: "\e976"; } .icon-ic_fluent_phone_span_in_16_filled:before { content: "\e97b"; } .icon-ic_fluent_phone_span_in_20_filled:before { content: "\e97c"; } .icon-ic_fluent_phone_span_in_24_filled:before { content: "\e97d"; } .icon-ic_fluent_phone_span_in_28_filled:before { content: "\e97e"; } .icon-ic_fluent_phone_span_out_16_filled:before { content: "\e97f"; } .icon-ic_fluent_phone_span_out_20_filled:before { content: "\e980"; } .icon-ic_fluent_phone_span_out_24_filled:before { content: "\e981"; } .icon-ic_fluent_phone_span_out_28_filled:before { content: "\e982"; } .icon-ic_fluent_position_backward_20_filled:before { content: "\e9ba"; } .icon-ic_fluent_position_backward_24_filled:before { content: "\e9bb"; } .icon-ic_fluent_position_forward_20_filled:before { content: "\e9bc"; } .icon-ic_fluent_position_forward_24_filled:before { content: "\e9bd"; } .icon-ic_fluent_position_to_back_20_filled:before { content: "\e9be"; } .icon-ic_fluent_position_to_back_24_filled:before { content: "\e9bf"; } .icon-ic_fluent_position_to_front_20_filled:before { content: "\e9c0"; } .icon-ic_fluent_position_to_front_24_filled:before { content: "\e9c1"; } .icon-ic_fluent_resize_large_16_filled:before { content: "\ea1d"; } .icon-ic_fluent_resize_large_20_filled:before { content: "\ea1e"; } .icon-ic_fluent_resize_large_24_filled:before { content: "\ea1f"; } .icon-ic_fluent_resize_small_16_filled:before { content: "\ea20"; } .icon-ic_fluent_resize_small_20_filled:before { content: "\ea21"; } .icon-ic_fluent_resize_small_24_filled:before { content: "\ea22"; } .icon-ic_fluent_save_edit_20_filled:before { content: "\ea50"; } .icon-ic_fluent_save_edit_24_filled:before { content: "\ea51"; } .icon-ic_fluent_search_info_20_filled:before { content: "\ea87"; } .icon-ic_fluent_search_visual_16_filled:before { content: "\ea8b"; } .icon-ic_fluent_search_visual_20_filled:before { content: "\ea8c"; } .icon-ic_fluent_search_visual_24_filled:before { content: "\ea8d"; } .icon-ic_fluent_select_all_on_24_filled:before { content: "\ea90"; } .icon-ic_fluent_share_screen_start_20_filled:before { content: "\eac3"; } .icon-ic_fluent_share_screen_start_24_filled:before { content: "\eac4"; } .icon-ic_fluent_share_screen_start_28_filled:before { content: "\eac5"; } .icon-ic_fluent_share_screen_stop_16_filled:before { content: "\eac7"; } .icon-ic_fluent_share_screen_stop_20_filled:before { content: "\eac8"; } .icon-ic_fluent_share_screen_stop_24_filled:before { content: "\eac9"; } .icon-ic_fluent_share_screen_stop_28_filled:before { content: "\eaca"; } .icon-ic_fluent_share_screen_stop_48_filled:before { content: "\eacb"; } .icon-ic_fluent_shield_dismiss_16_filled:before { content: "\ead5"; } .icon-ic_fluent_shifts_prohibited_24_filled:before { content: "\eaef"; } .icon-ic_fluent_shifts_question_mark_24_filled:before { content: "\eaf1"; } .icon-ic_fluent_speaker_2_16_filled:before { content: "\eb4a"; } .icon-ic_fluent_speaker_2_20_filled:before { content: "\eb4b"; } .icon-ic_fluent_speaker_2_24_filled:before { content: "\eb4c"; } .icon-ic_fluent_speaker_2_28_filled:before { content: "\eb4d"; } .icon-ic_fluent_speaker_2_48_filled:before { content: "\eb4f"; } .icon-ic_fluent_speaker_mute_16_filled:before { content: "\eb52"; } .icon-ic_fluent_speaker_mute_20_filled:before { content: "\eb53"; } .icon-ic_fluent_speaker_mute_24_filled:before { content: "\eb54"; } .icon-ic_fluent_speaker_mute_28_filled:before { content: "\eb55"; } .icon-ic_fluent_speaker_mute_48_filled:before { content: "\eb56"; } .icon-ic_fluent_star_arrow_right_end_24_filled:before { content: "\ebab"; } .icon-ic_fluent_subtract_12_filled:before { content: "\ebc8"; } .icon-ic_fluent_subtract_16_filled:before { content: "\ebc9"; } .icon-ic_fluent_subtract_20_filled:before { content: "\ebca"; } .icon-ic_fluent_subtract_24_filled:before { content: "\ebcb"; } .icon-ic_fluent_subtract_28_filled:before { content: "\ebcc"; } .icon-ic_fluent_subtract_48_filled:before { content: "\ebcd"; } .icon-ic_fluent_tab_add_20_filled:before { content: "\ebdf"; } .icon-ic_fluent_tab_add_24_filled:before { content: "\ebe0"; } .icon-ic_fluent_tab_arrow_left_24_filled:before { content: "\ebe2"; } .icon-ic_fluent_tab_shield_dismiss_20_filled:before { content: "\ebec"; } .icon-ic_fluent_tab_shield_dismiss_24_filled:before { content: "\ebed"; } .icon-ic_fluent_table_delete_column_24_filled:before { content: "\ec07"; } .icon-ic_fluent_table_delete_row_24_filled:before { content: "\ec0b"; } .icon-ic_fluent_table_freeze_column_and_row_24_filled:before { content: "\ec19"; } .icon-ic_fluent_table_insert_column_24_filled:before { content: "\ec21"; } .icon-ic_fluent_table_insert_row_24_filled:before { content: "\ec25"; } .icon-ic_fluent_table_move_above_24_filled:before { content: "\ec31"; } .icon-ic_fluent_table_move_below_24_filled:before { content: "\ec35"; } .icon-ic_fluent_table_resize_column_24_filled:before { content: "\ec40"; } .icon-ic_fluent_table_resize_row_24_filled:before { content: "\ec44"; } .icon-ic_fluent_table_stack_above_24_filled:before { content: "\ec52"; } .icon-ic_fluent_table_stack_below_24_filled:before { content: "\ec56"; } .icon-ic_fluent_table_stack_left_24_filled:before { content: "\ec5a"; } .icon-ic_fluent_table_stack_right_24_filled:before { content: "\ec5e"; } .icon-ic_fluent_tag_question_mark_16_filled:before { content: "\ec80"; } .icon-ic_fluent_tag_question_mark_24_filled:before { content: "\ec82"; } .icon-ic_fluent_text_grammar_arrow_left_20_filled:before { content: "\ed12"; } .icon-ic_fluent_text_grammar_arrow_left_24_filled:before { content: "\ed13"; } .icon-ic_fluent_text_grammar_arrow_right_20_filled:before { content: "\ed14"; } .icon-ic_fluent_text_grammar_arrow_right_24_filled:before { content: "\ed15"; } .icon-ic_fluent_text_grammar_checkmark_20_filled:before { content: "\ed16"; } .icon-ic_fluent_text_grammar_checkmark_24_filled:before { content: "\ed17"; } .icon-ic_fluent_text_grammar_dismiss_20_filled:before { content: "\ed18"; } .icon-ic_fluent_text_grammar_dismiss_24_filled:before { content: "\ed19"; } .icon-ic_fluent_text_grammar_settings_20_filled:before { content: "\ed1b"; } .icon-ic_fluent_text_grammar_settings_24_filled:before { content: "\ed1c"; } .icon-ic_fluent_text_grammar_wand_16_filled:before { content: "\ed1d"; } .icon-ic_fluent_text_grammar_wand_20_filled:before { content: "\ed1e"; } .icon-ic_fluent_text_grammar_wand_24_filled:before { content: "\ed1f"; } .icon-ic_fluent_text_paragraph_20_filled:before { content: "\ed42"; } .icon-ic_fluent_text_paragraph_24_filled:before { content: "\ed43"; } .icon-ic_fluent_text_paragraph_direction_20_filled:before { content: "\ed44"; } .icon-ic_fluent_text_paragraph_direction_24_filled:before { content: "\ed45"; } .icon-ic_fluent_text_position_behind_20_filled:before { content: "\ed4b"; } .icon-ic_fluent_text_position_behind_24_filled:before { content: "\ed4c"; } .icon-ic_fluent_text_position_front_20_filled:before { content: "\ed4d"; } .icon-ic_fluent_text_position_front_24_filled:before { content: "\ed4e"; } .icon-ic_fluent_text_position_line_20_filled:before { content: "\ed4f"; } .icon-ic_fluent_text_position_line_24_filled:before { content: "\ed50"; } .icon-ic_fluent_text_position_square_20_filled:before { content: "\ed51"; } .icon-ic_fluent_text_position_square_24_filled:before { content: "\ed52"; } .icon-ic_fluent_text_position_through_20_filled:before { content: "\ed53"; } .icon-ic_fluent_text_position_through_24_filled:before { content: "\ed54"; } .icon-ic_fluent_text_position_tight_20_filled:before { content: "\ed55"; } .icon-ic_fluent_text_position_tight_24_filled:before { content: "\ed56"; } .icon-ic_fluent_text_position_top_bottom_20_filled:before { content: "\ed57"; } .icon-ic_fluent_text_position_top_bottom_24_filled:before { content: "\ed58"; } .icon-ic_fluent_textbox_align_center_20_filled:before { content: "\ed6d"; } .icon-ic_fluent_textbox_align_center_24_filled:before { content: "\ed6e"; } .icon-ic_fluent_thumb_like_16_filled:before { content: "\ed78"; } .icon-ic_fluent_ticket_horizontal_20_filled:before { content: "\ed7f"; } .icon-ic_fluent_ticket_horizontal_24_filled:before { content: "\ed80"; } .icon-ic_fluent_wand_16_filled:before { content: "\ee36"; } .icon-ic_fluent_wand_20_filled:before { content: "\ee37"; } .icon-ic_fluent_wand_24_filled:before { content: "\ee38"; } .icon-ic_fluent_wand_28_filled:before { content: "\ee39"; } .icon-ic_fluent_wand_48_filled:before { content: "\ee3a"; } .icon-ic_fluent_window_arrow_up_24_filled:before { content: "\ee6c"; } .icon-ic_fluent_window_header_horizontal_20_filled:before { content: "\ee74"; } .icon-ic_fluent_window_header_vertical_20_filled:before { content: "\ee76"; } .icon-ic_fluent_accessibility_32_filled:before { content: "\e001"; } .icon-ic_fluent_accessibility_checkmark_24_filled:before { content: "\e004"; } .icon-ic_fluent_add_circle_16_filled:before { content: "\e005"; } .icon-ic_fluent_add_circle_32_filled:before { content: "\e006"; } .icon-ic_fluent_animal_rabbit_16_filled:before { content: "\e050"; } .icon-ic_fluent_animal_rabbit_20_filled:before { content: "\e051"; } .icon-ic_fluent_animal_rabbit_24_filled:before { content: "\e052"; } .icon-ic_fluent_animal_rabbit_28_filled:before { content: "\e053"; } .icon-ic_fluent_animal_turtle_16_filled:before { content: "\e054"; } .icon-ic_fluent_animal_turtle_20_filled:before { content: "\e055"; } .icon-ic_fluent_animal_turtle_24_filled:before { content: "\e056"; } .icon-ic_fluent_animal_turtle_28_filled:before { content: "\e057"; } .icon-ic_fluent_book_contacts_20_filled:before { content: "\e17e"; } .icon-ic_fluent_book_contacts_24_filled:before { content: "\e17f"; } .icon-ic_fluent_book_contacts_28_filled:before { content: "\e180"; } .icon-ic_fluent_book_open_globe_20_filled:before { content: "\e191"; } .icon-ic_fluent_calligraphy_pen_checkmark_20_filled:before { content: "\e2aa"; } .icon-ic_fluent_calligraphy_pen_question_mark_20_filled:before { content: "\e2ac"; } .icon-ic_fluent_cellular_5g_24_filled:before { content: "\e2c7"; } .icon-ic_fluent_checkbox_1_24_filled:before { content: "\e30b"; } .icon-ic_fluent_checkbox_2_24_filled:before { content: "\e30d"; } .icon-ic_fluent_checkbox_arrow_right_24_filled:before { content: "\e30f"; } .icon-ic_fluent_checkbox_person_24_filled:before { content: "\e316"; } .icon-ic_fluent_checkbox_warning_24_filled:before { content: "\e318"; } .icon-ic_fluent_circle_edit_24_filled:before { content: "\e34a"; } .icon-ic_fluent_clock_32_filled:before { content: "\e383"; } .icon-ic_fluent_cloud_16_filled:before { content: "\e397"; } .icon-ic_fluent_cloud_32_filled:before { content: "\e399"; } .icon-ic_fluent_comment_note_24_filled:before { content: "\e40b"; } .icon-ic_fluent_content_settings_32_filled:before { content: "\e423"; } .icon-ic_fluent_desktop_mac_16_filled:before { content: "\e4a4"; } .icon-ic_fluent_desktop_mac_32_filled:before { content: "\e4a7"; } .icon-ic_fluent_document_arrow_right_24_filled:before { content: "\e4f3"; } .icon-ic_fluent_document_checkmark_24_filled:before { content: "\e4fe"; } .icon-ic_fluent_dual_screen_dismiss_24_filled:before { content: "\e5aa"; } .icon-ic_fluent_dual_screen_speaker_24_filled:before { content: "\e5b5"; } .icon-ic_fluent_filter_dismiss_24_filled:before { content: "\e61b"; } .icon-ic_fluent_filter_sync_24_filled:before { content: "\e61d"; } .icon-ic_fluent_folder_16_filled:before { content: "\e650"; } .icon-ic_fluent_folder_32_filled:before { content: "\e651"; } .icon-ic_fluent_globe_person_24_filled:before { content: "\e6c5"; } .icon-ic_fluent_home_person_24_filled:before { content: "\e725"; } .icon-ic_fluent_image_globe_24_filled:before { content: "\e730"; } .icon-ic_fluent_inking_tool_32_filled:before { content: "\e747"; } .icon-ic_fluent_key_16_filled:before { content: "\e74e"; } .icon-ic_fluent_key_32_filled:before { content: "\e74f"; } .icon-ic_fluent_line_style_24_filled:before { content: "\e77d"; } .icon-ic_fluent_math_formula_16_filled:before { content: "\e7ef"; } .icon-ic_fluent_math_formula_32_filled:before { content: "\e7f2"; } .icon-ic_fluent_notebook_add_24_filled:before { content: "\e881"; } .icon-ic_fluent_notebook_section_arrow_right_24_filled:before { content: "\e888"; } .icon-ic_fluent_notebook_subsection_24_filled:before { content: "\e88a"; } .icon-ic_fluent_orientation_20_filled:before { content: "\e8ad"; } .icon-ic_fluent_people_32_filled:before { content: "\e8fe"; } .icon-ic_fluent_person_note_24_filled:before { content: "\e951"; } .icon-ic_fluent_phone_laptop_16_filled:before { content: "\e972"; } .icon-ic_fluent_phone_laptop_32_filled:before { content: "\e973"; } .icon-ic_fluent_phone_speaker_24_filled:before { content: "\e984"; } .icon-ic_fluent_pi_24_filled:before { content: "\e98d"; } .icon-ic_fluent_premium_32_filled:before { content: "\e9c3"; } .icon-ic_fluent_receipt_20_filled:before { content: "\ea06"; } .icon-ic_fluent_receipt_24_filled:before { content: "\ea07"; } .icon-ic_fluent_rss_24_filled:before { content: "\ea46"; } .icon-ic_fluent_screen_cut_20_filled:before { content: "\ea7f"; } .icon-ic_fluent_screen_person_20_filled:before { content: "\ea80"; } .icon-ic_fluent_shape_exclude_16_filled:before { content: "\eaa1"; } .icon-ic_fluent_shape_exclude_20_filled:before { content: "\eaa2"; } .icon-ic_fluent_shape_exclude_24_filled:before { content: "\eaa3"; } .icon-ic_fluent_shape_intersect_16_filled:before { content: "\eaa4"; } .icon-ic_fluent_shape_intersect_20_filled:before { content: "\eaa5"; } .icon-ic_fluent_shape_intersect_24_filled:before { content: "\eaa6"; } .icon-ic_fluent_shape_subtract_16_filled:before { content: "\eaa7"; } .icon-ic_fluent_shape_subtract_20_filled:before { content: "\eaa8"; } .icon-ic_fluent_shape_subtract_24_filled:before { content: "\eaa9"; } .icon-ic_fluent_shape_union_16_filled:before { content: "\eaaa"; } .icon-ic_fluent_shape_union_20_filled:before { content: "\eaab"; } .icon-ic_fluent_shape_union_24_filled:before { content: "\eaac"; } .icon-ic_fluent_shifts_16_filled:before { content: "\eae4"; } .icon-ic_fluent_slide_settings_24_filled:before { content: "\eb2d"; } .icon-ic_fluent_slide_transition_24_filled:before { content: "\eb35"; } .icon-ic_fluent_star_emphasis_32_filled:before { content: "\ebb4"; } .icon-ic_fluent_table_32_filled:before { content: "\ebf0"; } .icon-ic_fluent_table_cell_edit_24_filled:before { content: "\ebfd"; } .icon-ic_fluent_tablet_speaker_24_filled:before { content: "\ec68"; } .icon-ic_fluent_target_32_filled:before { content: "\ec8e"; } .icon-ic_fluent_timer_3_24_filled:before { content: "\ed8b"; } .icon-ic_fluent_voicemail_28_filled:before { content: "\ee24"; } .icon-ic_fluent_walkie_talkie_20_filled:before { content: "\ee2a"; } .icon-ic_fluent_warning_shield_20_filled:before { content: "\ee3d"; } .icon-ic_fluent_add_subtract_circle_16_filled:before { content: "\e00a"; } .icon-ic_fluent_add_subtract_circle_20_filled:before { content: "\e00b"; } .icon-ic_fluent_add_subtract_circle_24_filled:before { content: "\e00c"; } .icon-ic_fluent_add_subtract_circle_28_filled:before { content: "\e00d"; } .icon-ic_fluent_add_subtract_circle_48_filled:before { content: "\e00e"; } .icon-ic_fluent_beach_16_filled:before { content: "\e153"; } .icon-ic_fluent_beach_20_filled:before { content: "\e154"; } .icon-ic_fluent_beach_24_filled:before { content: "\e155"; } .icon-ic_fluent_beach_28_filled:before { content: "\e156"; } .icon-ic_fluent_building_16_filled:before { content: "\e21e"; } .icon-ic_fluent_calendar_edit_16_filled:before { content: "\e259"; } .icon-ic_fluent_calendar_edit_20_filled:before { content: "\e25a"; } .icon-ic_fluent_calendar_edit_24_filled:before { content: "\e25b"; } .icon-ic_fluent_calendar_ltr_20_filled:before { content: "\e262"; } .icon-ic_fluent_calendar_ltr_24_filled:before { content: "\e263"; } .icon-ic_fluent_calendar_ltr_28_filled:before { content: "\e264"; } .icon-ic_fluent_calendar_rtl_20_filled:before { content: "\e277"; } .icon-ic_fluent_calendar_rtl_24_filled:before { content: "\e278"; } .icon-ic_fluent_calendar_rtl_28_filled:before { content: "\e279"; } .icon-ic_fluent_circle_small_20_filled:before { content: "\e353"; } .icon-ic_fluent_clipboard_16_filled:before { content: "\e357"; } .icon-ic_fluent_clipboard_arrow_right_16_filled:before { content: "\e359"; } .icon-ic_fluent_clipboard_arrow_right_20_filled:before { content: "\e35a"; } .icon-ic_fluent_clipboard_arrow_right_24_filled:before { content: "\e35b"; } .icon-ic_fluent_clipboard_text_ltr_20_filled:before { content: "\e37e"; } .icon-ic_fluent_clipboard_text_ltr_24_filled:before { content: "\e37f"; } .icon-ic_fluent_clipboard_text_rtl_20_filled:before { content: "\e381"; } .icon-ic_fluent_clipboard_text_rtl_24_filled:before { content: "\e382"; } .icon-ic_fluent_cube_sync_24_filled:before { content: "\e446"; } .icon-ic_fluent_document_question_mark_16_filled:before { content: "\e53c"; } .icon-ic_fluent_document_question_mark_20_filled:before { content: "\e53d"; } .icon-ic_fluent_document_question_mark_24_filled:before { content: "\e53e"; } .icon-ic_fluent_door_arrow_left_20_filled:before { content: "\e571"; } .icon-ic_fluent_drop_12_filled:before { content: "\e59a"; } .icon-ic_fluent_drop_16_filled:before { content: "\e59b"; } .icon-ic_fluent_drop_20_filled:before { content: "\e59c"; } .icon-ic_fluent_drop_24_filled:before { content: "\e59d"; } .icon-ic_fluent_drop_28_filled:before { content: "\e59e"; } .icon-ic_fluent_drop_48_filled:before { content: "\e59f"; } .icon-ic_fluent_dumbbell_16_filled:before { content: "\e5bb"; } .icon-ic_fluent_dumbbell_20_filled:before { content: "\e5bc"; } .icon-ic_fluent_dumbbell_24_filled:before { content: "\e5bd"; } .icon-ic_fluent_dumbbell_28_filled:before { content: "\e5be"; } .icon-ic_fluent_edit_off_20_filled:before { content: "\e5c4"; } .icon-ic_fluent_eyedropper_20_filled:before { content: "\e60a"; } .icon-ic_fluent_eyedropper_24_filled:before { content: "\e60b"; } .icon-ic_fluent_flag_off_16_filled:before { content: "\e622"; } .icon-ic_fluent_flag_off_20_filled:before { content: "\e623"; } .icon-ic_fluent_fps_120_20_filled:before { content: "\e682"; } .icon-ic_fluent_fps_120_24_filled:before { content: "\e683"; } .icon-ic_fluent_fps_240_20_filled:before { content: "\e684"; } .icon-ic_fluent_guitar_16_filled:before { content: "\e6df"; } .icon-ic_fluent_guitar_20_filled:before { content: "\e6e0"; } .icon-ic_fluent_guitar_24_filled:before { content: "\e6e1"; } .icon-ic_fluent_guitar_28_filled:before { content: "\e6e2"; } .icon-ic_fluent_key_command_16_filled:before { content: "\e750"; } .icon-ic_fluent_more_vertical_16_filled:before { content: "\e837"; } .icon-ic_fluent_people_checkmark_20_filled:before { content: "\e905"; } .icon-ic_fluent_people_checkmark_24_filled:before { content: "\e906"; } .icon-ic_fluent_play_circle_16_filled:before { content: "\e9a5"; } .icon-ic_fluent_play_circle_20_filled:before { content: "\e9a6"; } .icon-ic_fluent_play_circle_28_filled:before { content: "\e9a7"; } .icon-ic_fluent_re_order_dots_horizontal_16_filled:before { content: "\e9fc"; } .icon-ic_fluent_re_order_dots_horizontal_20_filled:before { content: "\e9fd"; } .icon-ic_fluent_re_order_dots_horizontal_24_filled:before { content: "\e9fe"; } .icon-ic_fluent_re_order_dots_vertical_16_filled:before { content: "\e9ff"; } .icon-ic_fluent_re_order_dots_vertical_20_filled:before { content: "\ea00"; } .icon-ic_fluent_re_order_dots_vertical_24_filled:before { content: "\ea01"; } .icon-ic_fluent_scale_fill_20_filled:before { content: "\ea57"; } .icon-ic_fluent_skip_back_10_20_filled:before { content: "\eb04"; } .icon-ic_fluent_skip_forward_10_20_filled:before { content: "\eb09"; } .icon-ic_fluent_skip_forward_30_20_filled:before { content: "\eb0e"; } .icon-ic_fluent_slide_eraser_24_filled:before { content: "\eb1f"; } .icon-ic_fluent_split_horizontal_12_filled:before { content: "\eb60"; } .icon-ic_fluent_split_horizontal_16_filled:before { content: "\eb61"; } .icon-ic_fluent_split_horizontal_20_filled:before { content: "\eb62"; } .icon-ic_fluent_split_horizontal_24_filled:before { content: "\eb63"; } .icon-ic_fluent_split_horizontal_28_filled:before { content: "\eb64"; } .icon-ic_fluent_split_horizontal_32_filled:before { content: "\eb65"; } .icon-ic_fluent_split_horizontal_48_filled:before { content: "\eb66"; } .icon-ic_fluent_split_vertical_12_filled:before { content: "\eb67"; } .icon-ic_fluent_split_vertical_16_filled:before { content: "\eb68"; } .icon-ic_fluent_split_vertical_20_filled:before { content: "\eb69"; } .icon-ic_fluent_split_vertical_24_filled:before { content: "\eb6a"; } .icon-ic_fluent_split_vertical_28_filled:before { content: "\eb6b"; } .icon-ic_fluent_split_vertical_32_filled:before { content: "\eb6c"; } .icon-ic_fluent_split_vertical_48_filled:before { content: "\eb6d"; } .icon-ic_fluent_sport_soccer_20_filled:before { content: "\eb7a"; } .icon-ic_fluent_sport_soccer_24_filled:before { content: "\eb7b"; } .icon-ic_fluent_symbols_20_filled:before { content: "\ebdb"; } .icon-ic_fluent_table_delete_column_20_filled:before { content: "\ec06"; } .icon-ic_fluent_table_delete_row_20_filled:before { content: "\ec0a"; } .icon-ic_fluent_table_stack_above_20_filled:before { content: "\ec51"; } .icon-ic_fluent_table_stack_left_20_filled:before { content: "\ec59"; } .icon-ic_fluent_table_stack_right_20_filled:before { content: "\ec5d"; } .icon-ic_fluent_task_list_ltr_20_filled:before { content: "\ec90"; } .icon-ic_fluent_task_list_ltr_24_filled:before { content: "\ec91"; } .icon-ic_fluent_task_list_rtl_20_filled:before { content: "\ec92"; } .icon-ic_fluent_task_list_rtl_24_filled:before { content: "\ec93"; } .icon-ic_fluent_tetris_app_16_filled:before { content: "\eca5"; } .icon-ic_fluent_tetris_app_20_filled:before { content: "\eca6"; } .icon-ic_fluent_tetris_app_24_filled:before { content: "\eca7"; } .icon-ic_fluent_tetris_app_28_filled:before { content: "\eca8"; } .icon-ic_fluent_tetris_app_32_filled:before { content: "\eca9"; } .icon-ic_fluent_tetris_app_48_filled:before { content: "\ecaa"; } .icon-ic_fluent_text_bullet_list_ltr_20_filled:before { content: "\ecd7"; } .icon-ic_fluent_text_bullet_list_ltr_24_filled:before { content: "\ecd8"; } .icon-ic_fluent_text_bullet_list_rtl_20_filled:before { content: "\ecde"; } .icon-ic_fluent_text_bullet_list_rtl_24_filled:before { content: "\ecdf"; } .icon-ic_fluent_vehicle_cab_16_filled:before { content: "\edd5"; } .icon-ic_fluent_vehicle_cab_20_filled:before { content: "\edd6"; } .icon-ic_fluent_vehicle_cab_28_filled:before { content: "\edd7"; } .icon-ic_fluent_vehicle_truck_profile_24_filled:before { content: "\edef"; } .icon-ic_fluent_bot_add_20_filled:before { content: "\e1cd"; } .icon-ic_fluent_chart_person_20_filled:before { content: "\e2f3"; } .icon-ic_fluent_chart_person_24_filled:before { content: "\e2f4"; } .icon-ic_fluent_chart_person_28_filled:before { content: "\e2f5"; } .icon-ic_fluent_chart_person_48_filled:before { content: "\e2f6"; } .icon-ic_fluent_mic_prohibited_16_filled:before { content: "\e80f"; } .icon-ic_fluent_mic_prohibited_28_filled:before { content: "\e812"; } .icon-ic_fluent_mic_prohibited_48_filled:before { content: "\e813"; } .icon-ic_fluent_tv_usb_16_filled:before { content: "\edc7"; } .icon-ic_fluent_tv_usb_20_filled:before { content: "\edc8"; } .icon-ic_fluent_tv_usb_24_filled:before { content: "\edc9"; } .icon-ic_fluent_tv_usb_28_filled:before { content: "\edca"; } .icon-ic_fluent_tv_usb_48_filled:before { content: "\edcb"; } .icon-ic_fluent_video_360_off_20_filled:before { content: "\edf3"; } .icon-ic_fluent_video_prohibited_16_filled:before { content: "\ee1b"; } .icon-ic_fluent_video_prohibited_24_filled:before { content: "\ee1d"; } .icon-ic_fluent_video_prohibited_28_filled:before { content: "\ee1e"; } .icon-ic_fluent_alert_32_filled:before { content: "\e015"; } .icon-ic_fluent_arrow_down_left_20_filled:before { content: "\e0bb"; } .icon-ic_fluent_arrow_step_back_16_filled:before { content: "\e0f8"; } .icon-ic_fluent_arrow_step_in_16_filled:before { content: "\e0fb"; } .icon-ic_fluent_arrow_step_out_16_filled:before { content: "\e10a"; } .icon-ic_fluent_arrow_step_over_16_filled:before { content: "\e10e"; } .icon-ic_fluent_arrow_up_right_20_filled:before { content: "\e12f"; } .icon-ic_fluent_backpack_32_filled:before { content: "\e145"; } .icon-ic_fluent_book_contacts_32_filled:before { content: "\e181"; } .icon-ic_fluent_bookmark_32_filled:before { content: "\e1a5"; } .icon-ic_fluent_bookmark_multiple_24_filled:before { content: "\e1a8"; } .icon-ic_fluent_branch_compare_16_filled:before { content: "\e1ee"; } .icon-ic_fluent_branch_compare_20_filled:before { content: "\e1ef"; } .icon-ic_fluent_branch_compare_24_filled:before { content: "\e1f0"; } .icon-ic_fluent_branch_fork_16_filled:before { content: "\e1f1"; } .icon-ic_fluent_branch_fork_20_filled:before { content: "\e1f2"; } .icon-ic_fluent_branch_fork_24_filled:before { content: "\e1f3"; } .icon-ic_fluent_calendar_ltr_16_filled:before { content: "\e261"; } .icon-ic_fluent_calendar_ltr_32_filled:before { content: "\e265"; } .icon-ic_fluent_calendar_rtl_32_filled:before { content: "\e27a"; } .icon-ic_fluent_call_32_filled:before { content: "\e287"; } .icon-ic_fluent_calligraphy_pen_error_20_filled:before { content: "\e2ab"; } .icon-ic_fluent_chat_32_filled:before { content: "\e2f9"; } .icon-ic_fluent_clipboard_data_bar_32_filled:before { content: "\e366"; } .icon-ic_fluent_clock_alarm_32_filled:before { content: "\e385"; } .icon-ic_fluent_content_view_32_filled:before { content: "\e425"; } .icon-ic_fluent_desktop_32_filled:before { content: "\e493"; } .icon-ic_fluent_dismiss_square_multiple_16_filled:before { content: "\e4d2"; } .icon-ic_fluent_document_32_filled:before { content: "\e4e4"; } .icon-ic_fluent_document_pdf_32_filled:before { content: "\e534"; } .icon-ic_fluent_food_pizza_20_filled:before { content: "\e67d"; } .icon-ic_fluent_food_pizza_24_filled:before { content: "\e67e"; } .icon-ic_fluent_globe_32_filled:before { content: "\e6bf"; } .icon-ic_fluent_headset_32_filled:before { content: "\e705"; } .icon-ic_fluent_heart_pulse_20_filled:before { content: "\e70e"; } .icon-ic_fluent_multiplier_1_2x_20_filled:before { content: "\e83b"; } .icon-ic_fluent_multiplier_1_2x_24_filled:before { content: "\e83c"; } .icon-ic_fluent_multiplier_1_2x_28_filled:before { content: "\e83d"; } .icon-ic_fluent_multiplier_1_2x_32_filled:before { content: "\e83e"; } .icon-ic_fluent_multiplier_1_2x_48_filled:before { content: "\e83f"; } .icon-ic_fluent_multiplier_1_5x_20_filled:before { content: "\e840"; } .icon-ic_fluent_multiplier_1_5x_24_filled:before { content: "\e841"; } .icon-ic_fluent_multiplier_1_5x_28_filled:before { content: "\e842"; } .icon-ic_fluent_multiplier_1_5x_32_filled:before { content: "\e843"; } .icon-ic_fluent_multiplier_1_5x_48_filled:before { content: "\e844"; } .icon-ic_fluent_multiplier_1_8x_20_filled:before { content: "\e845"; } .icon-ic_fluent_multiplier_1_8x_24_filled:before { content: "\e846"; } .icon-ic_fluent_multiplier_1_8x_28_filled:before { content: "\e847"; } .icon-ic_fluent_multiplier_1_8x_32_filled:before { content: "\e848"; } .icon-ic_fluent_multiplier_1_8x_48_filled:before { content: "\e849"; } .icon-ic_fluent_multiplier_1x_20_filled:before { content: "\e84a"; } .icon-ic_fluent_multiplier_1x_24_filled:before { content: "\e84b"; } .icon-ic_fluent_multiplier_1x_28_filled:before { content: "\e84c"; } .icon-ic_fluent_multiplier_1x_32_filled:before { content: "\e84d"; } .icon-ic_fluent_multiplier_1x_48_filled:before { content: "\e84e"; } .icon-ic_fluent_multiplier_2x_20_filled:before { content: "\e84f"; } .icon-ic_fluent_multiplier_2x_24_filled:before { content: "\e850"; } .icon-ic_fluent_multiplier_2x_28_filled:before { content: "\e851"; } .icon-ic_fluent_multiplier_2x_32_filled:before { content: "\e852"; } .icon-ic_fluent_multiplier_2x_48_filled:before { content: "\e853"; } .icon-ic_fluent_my_location_16_filled:before { content: "\e86b"; } .icon-ic_fluent_my_location_20_filled:before { content: "\e86c"; } .icon-ic_fluent_notepad_32_filled:before { content: "\e88d"; } .icon-ic_fluent_patient_32_filled:before { content: "\e8dd"; } .icon-ic_fluent_people_team_32_filled:before { content: "\e922"; } .icon-ic_fluent_pulse_32_filled:before { content: "\e9e7"; } .icon-ic_fluent_remote_16_filled:before { content: "\ea17"; } .icon-ic_fluent_ribbon_32_filled:before { content: "\ea31"; } .icon-ic_fluent_shifts_32_filled:before { content: "\eae7"; } .icon-ic_fluent_skip_forward_10_24_filled:before { content: "\eb0a"; } .icon-ic_fluent_skip_forward_10_28_filled:before { content: "\eb0b"; } .icon-ic_fluent_skip_forward_10_32_filled:before { content: "\eb0c"; } .icon-ic_fluent_skip_forward_10_48_filled:before { content: "\eb0d"; } .icon-ic_fluent_skip_forward_30_24_filled:before { content: "\eb0f"; } .icon-ic_fluent_skip_forward_30_28_filled:before { content: "\eb10"; } .icon-ic_fluent_skip_forward_30_32_filled:before { content: "\eb11"; } .icon-ic_fluent_skip_forward_30_48_filled:before { content: "\eb12"; } .icon-ic_fluent_subtract_square_multiple_16_filled:before { content: "\ebd5"; } .icon-ic_fluent_text_sort_ascending_16_filled:before { content: "\ed5a"; } .icon-ic_fluent_text_sort_ascending_24_filled:before { content: "\ed5b"; } .icon-ic_fluent_text_sort_descending_16_filled:before { content: "\ed5c"; } .icon-ic_fluent_text_sort_descending_24_filled:before { content: "\ed5d"; } .icon-ic_fluent_video_person_call_32_filled:before { content: "\ee10"; } .icon-ic_fluent_weather_sunny_32_filled:before { content: "\ee4e"; } .icon-ic_fluent_align_bottom_16_filled:before { content: "\e01e"; } .icon-ic_fluent_align_bottom_20_filled:before { content: "\e01f"; } .icon-ic_fluent_align_bottom_24_filled:before { content: "\e020"; } .icon-ic_fluent_align_bottom_28_filled:before { content: "\e021"; } .icon-ic_fluent_align_bottom_32_filled:before { content: "\e022"; } .icon-ic_fluent_align_bottom_48_filled:before { content: "\e023"; } .icon-ic_fluent_align_center_horizontal_16_filled:before { content: "\e024"; } .icon-ic_fluent_align_center_horizontal_20_filled:before { content: "\e025"; } .icon-ic_fluent_align_center_horizontal_24_filled:before { content: "\e026"; } .icon-ic_fluent_align_center_horizontal_28_filled:before { content: "\e027"; } .icon-ic_fluent_align_center_horizontal_32_filled:before { content: "\e028"; } .icon-ic_fluent_align_center_horizontal_48_filled:before { content: "\e029"; } .icon-ic_fluent_align_center_vertical_16_filled:before { content: "\e02a"; } .icon-ic_fluent_align_center_vertical_20_filled:before { content: "\e02b"; } .icon-ic_fluent_align_center_vertical_24_filled:before { content: "\e02c"; } .icon-ic_fluent_align_center_vertical_28_filled:before { content: "\e02d"; } .icon-ic_fluent_align_center_vertical_32_filled:before { content: "\e02e"; } .icon-ic_fluent_align_center_vertical_48_filled:before { content: "\e02f"; } .icon-ic_fluent_align_left_16_filled:before { content: "\e032"; } .icon-ic_fluent_align_left_20_filled:before { content: "\e033"; } .icon-ic_fluent_align_left_24_filled:before { content: "\e034"; } .icon-ic_fluent_align_left_28_filled:before { content: "\e035"; } .icon-ic_fluent_align_left_32_filled:before { content: "\e036"; } .icon-ic_fluent_align_left_48_filled:before { content: "\e037"; } .icon-ic_fluent_align_right_16_filled:before { content: "\e038"; } .icon-ic_fluent_align_right_20_filled:before { content: "\e039"; } .icon-ic_fluent_align_right_24_filled:before { content: "\e03a"; } .icon-ic_fluent_align_right_28_filled:before { content: "\e03b"; } .icon-ic_fluent_align_right_32_filled:before { content: "\e03c"; } .icon-ic_fluent_align_right_48_filled:before { content: "\e03d"; } .icon-ic_fluent_align_top_16_filled:before { content: "\e049"; } .icon-ic_fluent_align_top_20_filled:before { content: "\e04a"; } .icon-ic_fluent_align_top_24_filled:before { content: "\e04b"; } .icon-ic_fluent_align_top_28_filled:before { content: "\e04c"; } .icon-ic_fluent_align_top_32_filled:before { content: "\e04d"; } .icon-ic_fluent_align_top_48_filled:before { content: "\e04e"; } .icon-ic_fluent_calculator_24_filled:before { content: "\e247"; } .icon-ic_fluent_camera_16_filled:before { content: "\e2ad"; } .icon-ic_fluent_group_dismiss_24_filled:before { content: "\e6d6"; } .icon-ic_fluent_group_return_24_filled:before { content: "\e6d9"; } .icon-ic_fluent_hand_left_16_filled:before { content: "\e6e7"; } .icon-ic_fluent_hand_left_24_filled:before { content: "\e6e9"; } .icon-ic_fluent_hand_left_28_filled:before { content: "\e6ea"; } .icon-ic_fluent_hand_right_16_filled:before { content: "\e6eb"; } .icon-ic_fluent_home_12_filled:before { content: "\e71b"; } .icon-ic_fluent_keyboard_shift_16_filled:before { content: "\e75e"; } .icon-ic_fluent_keyboard_shift_20_filled:before { content: "\e75f"; } .icon-ic_fluent_link_square_20_filled:before { content: "\e785"; } .icon-ic_fluent_mail_inbox_checkmark_16_filled:before { content: "\e7cb"; } .icon-ic_fluent_mail_inbox_checkmark_20_filled:before { content: "\e7cc"; } .icon-ic_fluent_mail_inbox_checkmark_24_filled:before { content: "\e7cd"; } .icon-ic_fluent_music_note_2_20_filled:before { content: "\e862"; } .icon-ic_fluent_my_location_12_filled:before { content: "\e86a"; } .icon-ic_fluent_number_symbol_square_20_filled:before { content: "\e89a"; } .icon-ic_fluent_number_symbol_square_24_filled:before { content: "\e89b"; } .icon-ic_fluent_person_32_filled:before { content: "\e92d"; } .icon-ic_fluent_person_5_32_filled:before { content: "\e92f"; } .icon-ic_fluent_search_16_filled:before { content: "\ea84"; } .icon-ic_fluent_send_16_filled:before { content: "\ea97"; } .icon-ic_fluent_symbols_16_filled:before { content: "\ebda"; } .icon-ic_fluent_teddy_20_filled:before { content: "\ec9e"; } .icon-ic_fluent_video_person_star_off_24_filled:before { content: "\ee19"; } .icon-ic_fluent_apps_add_in_16_filled:before { content: "\e062"; } .icon-ic_fluent_apps_add_in_28_filled:before { content: "\e063"; } .icon-ic_fluent_arrow_curve_down_left_16_filled:before { content: "\e0b8"; } .icon-ic_fluent_arrow_curve_down_left_24_filled:before { content: "\e0b9"; } .icon-ic_fluent_arrow_curve_down_left_28_filled:before { content: "\e0ba"; } .icon-ic_fluent_arrow_upload_16_filled:before { content: "\e132"; } .icon-ic_fluent_attach_12_filled:before { content: "\e136"; } .icon-ic_fluent_board_16_filled:before { content: "\e166"; } .icon-ic_fluent_board_20_filled:before { content: "\e167"; } .icon-ic_fluent_board_28_filled:before { content: "\e168"; } .icon-ic_fluent_board_split_16_filled:before { content: "\e16d"; } .icon-ic_fluent_board_split_20_filled:before { content: "\e16e"; } .icon-ic_fluent_board_split_24_filled:before { content: "\e16f"; } .icon-ic_fluent_board_split_28_filled:before { content: "\e170"; } .icon-ic_fluent_board_split_48_filled:before { content: "\e171"; } .icon-ic_fluent_calendar_empty_32_filled:before { content: "\e25c"; } .icon-ic_fluent_calendar_ltr_12_filled:before { content: "\e260"; } .icon-ic_fluent_calendar_multiple_32_filled:before { content: "\e26b"; } .icon-ic_fluent_chevron_up_down_20_filled:before { content: "\e344"; } .icon-ic_fluent_chevron_up_down_24_filled:before { content: "\e345"; } .icon-ic_fluent_circle_12_filled:before { content: "\e346"; } .icon-ic_fluent_circle_half_fill_12_filled:before { content: "\e34c"; } .icon-ic_fluent_circle_line_12_filled:before { content: "\e34e"; } .icon-ic_fluent_closed_caption_off_16_filled:before { content: "\e392"; } .icon-ic_fluent_closed_caption_off_20_filled:before { content: "\e393"; } .icon-ic_fluent_closed_caption_off_24_filled:before { content: "\e394"; } .icon-ic_fluent_closed_caption_off_28_filled:before { content: "\e395"; } .icon-ic_fluent_closed_caption_off_48_filled:before { content: "\e396"; } .icon-ic_fluent_desktop_pulse_16_filled:before { content: "\e4a8"; } .icon-ic_fluent_desktop_pulse_20_filled:before { content: "\e4a9"; } .icon-ic_fluent_desktop_pulse_24_filled:before { content: "\e4aa"; } .icon-ic_fluent_desktop_pulse_28_filled:before { content: "\e4ab"; } .icon-ic_fluent_desktop_pulse_32_filled:before { content: "\e4ac"; } .icon-ic_fluent_desktop_pulse_48_filled:before { content: "\e4ad"; } .icon-ic_fluent_developer_board_20_filled:before { content: "\e4b8"; } .icon-ic_fluent_dismiss_square_24_filled:before { content: "\e4d1"; } .icon-ic_fluent_door_arrow_left_24_filled:before { content: "\e572"; } .icon-ic_fluent_emoji_hand_20_filled:before { content: "\e5db"; } .icon-ic_fluent_filter_16_filled:before { content: "\e617"; } .icon-ic_fluent_flash_16_filled:before { content: "\e624"; } .icon-ic_fluent_flash_28_filled:before { content: "\e627"; } .icon-ic_fluent_flash_checkmark_16_filled:before { content: "\e62a"; } .icon-ic_fluent_flash_checkmark_20_filled:before { content: "\e62b"; } .icon-ic_fluent_flash_checkmark_24_filled:before { content: "\e62c"; } .icon-ic_fluent_flash_checkmark_28_filled:before { content: "\e62d"; } .icon-ic_fluent_folder_prohibited_16_filled:before { content: "\e668"; } .icon-ic_fluent_grid_16_filled:before { content: "\e6d0"; } .icon-ic_fluent_headphones_20_filled:before { content: "\e6fb"; } .icon-ic_fluent_headphones_32_filled:before { content: "\e6fc"; } .icon-ic_fluent_headphones_48_filled:before { content: "\e6fd"; } .icon-ic_fluent_headphones_sound_wave_20_filled:before { content: "\e6fe"; } .icon-ic_fluent_headphones_sound_wave_24_filled:before { content: "\e6ff"; } .icon-ic_fluent_headphones_sound_wave_28_filled:before { content: "\e700"; } .icon-ic_fluent_headphones_sound_wave_32_filled:before { content: "\e701"; } .icon-ic_fluent_headphones_sound_wave_48_filled:before { content: "\e702"; } .icon-ic_fluent_home_checkmark_16_filled:before { content: "\e720"; } .icon-ic_fluent_home_checkmark_20_filled:before { content: "\e721"; } .icon-ic_fluent_ink_stroke_20_filled:before { content: "\e745"; } .icon-ic_fluent_ink_stroke_24_filled:before { content: "\e746"; } .icon-ic_fluent_library_16_filled:before { content: "\e76f"; } .icon-ic_fluent_library_20_filled:before { content: "\e770"; } .icon-ic_fluent_list_16_filled:before { content: "\e787"; } .icon-ic_fluent_location_arrow_left_48_filled:before { content: "\e791"; } .icon-ic_fluent_location_arrow_right_48_filled:before { content: "\e792"; } .icon-ic_fluent_location_arrow_up_48_filled:before { content: "\e793"; } .icon-ic_fluent_mail_inbox_checkmark_28_filled:before { content: "\e7ce"; } .icon-ic_fluent_map_20_filled:before { content: "\e7e8"; } .icon-ic_fluent_multiplier_5x_20_filled:before { content: "\e854"; } .icon-ic_fluent_multiplier_5x_24_filled:before { content: "\e855"; } .icon-ic_fluent_multiplier_5x_28_filled:before { content: "\e856"; } .icon-ic_fluent_multiplier_5x_32_filled:before { content: "\e857"; } .icon-ic_fluent_multiplier_5x_48_filled:before { content: "\e858"; } .icon-ic_fluent_music_note_2_play_20_filled:before { content: "\e864"; } .icon-ic_fluent_notepad_12_filled:before { content: "\e88c"; } .icon-ic_fluent_organization_12_filled:before { content: "\e8a8"; } .icon-ic_fluent_people_community_add_20_filled:before { content: "\e907"; } .icon-ic_fluent_people_community_add_28_filled:before { content: "\e908"; } .icon-ic_fluent_person_6_32_filled:before { content: "\e931"; } .icon-ic_fluent_person_add_16_filled:before { content: "\e933"; } .icon-ic_fluent_person_add_28_filled:before { content: "\e934"; } .icon-ic_fluent_person_prohibited_16_filled:before { content: "\e954"; } .icon-ic_fluent_person_prohibited_28_filled:before { content: "\e956"; } .icon-ic_fluent_pin_28_filled:before { content: "\e994"; } .icon-ic_fluent_pin_32_filled:before { content: "\e995"; } .icon-ic_fluent_pin_48_filled:before { content: "\e996"; } .icon-ic_fluent_premium_person_20_filled:before { content: "\e9c5"; } .icon-ic_fluent_premium_person_24_filled:before { content: "\e9c6"; } .icon-ic_fluent_prohibited_multiple_16_filled:before { content: "\e9d8"; } .icon-ic_fluent_prohibited_multiple_20_filled:before { content: "\e9d9"; } .icon-ic_fluent_prohibited_multiple_24_filled:before { content: "\e9da"; } .icon-ic_fluent_read_aloud_16_filled:before { content: "\ea02"; } .icon-ic_fluent_read_aloud_28_filled:before { content: "\ea03"; } .icon-ic_fluent_shield_16_filled:before { content: "\eacc"; } .icon-ic_fluent_shield_28_filled:before { content: "\eacd"; } .icon-ic_fluent_shield_48_filled:before { content: "\eace"; } .icon-ic_fluent_shield_checkmark_16_filled:before { content: "\ead0"; } .icon-ic_fluent_shield_checkmark_20_filled:before { content: "\ead1"; } .icon-ic_fluent_shield_checkmark_24_filled:before { content: "\ead2"; } .icon-ic_fluent_shield_checkmark_28_filled:before { content: "\ead3"; } .icon-ic_fluent_shield_checkmark_48_filled:before { content: "\ead4"; } .icon-ic_fluent_top_speed_20_filled:before { content: "\ed9b"; } .icon-ic_fluent_checkmark_circle_12_filled:before { content: "\e31b"; } .icon-ic_fluent_add_square_multiple_16_filled:before { content: "\e008"; } .icon-ic_fluent_add_square_multiple_20_filled:before { content: "\e009"; } .icon-ic_fluent_arrow_forward_48_filled:before { content: "\e0d1"; } .icon-ic_fluent_arrow_sync_16_filled:before { content: "\e110"; } .icon-ic_fluent_book_open_28_filled:before { content: "\e18e"; } .icon-ic_fluent_book_open_32_filled:before { content: "\e18f"; } .icon-ic_fluent_book_open_48_filled:before { content: "\e190"; } .icon-ic_fluent_book_open_microphone_20_filled:before { content: "\e193"; } .icon-ic_fluent_book_open_microphone_24_filled:before { content: "\e194"; } .icon-ic_fluent_book_open_microphone_28_filled:before { content: "\e195"; } .icon-ic_fluent_book_open_microphone_32_filled:before { content: "\e196"; } .icon-ic_fluent_book_open_microphone_48_filled:before { content: "\e197"; } .icon-ic_fluent_briefcase_off_16_filled:before { content: "\e204"; } .icon-ic_fluent_briefcase_off_20_filled:before { content: "\e205"; } .icon-ic_fluent_briefcase_off_24_filled:before { content: "\e206"; } .icon-ic_fluent_briefcase_off_28_filled:before { content: "\e207"; } .icon-ic_fluent_briefcase_off_32_filled:before { content: "\e208"; } .icon-ic_fluent_briefcase_off_48_filled:before { content: "\e209"; } .icon-ic_fluent_building_bank_28_filled:before { content: "\e223"; } .icon-ic_fluent_building_bank_48_filled:before { content: "\e224"; } .icon-ic_fluent_building_bank_link_16_filled:before { content: "\e225"; } .icon-ic_fluent_building_bank_link_20_filled:before { content: "\e226"; } .icon-ic_fluent_building_bank_link_24_filled:before { content: "\e227"; } .icon-ic_fluent_building_bank_link_28_filled:before { content: "\e228"; } .icon-ic_fluent_building_bank_link_48_filled:before { content: "\e229"; } .icon-ic_fluent_calendar_mail_16_filled:before { content: "\e267"; } .icon-ic_fluent_calendar_rtl_12_filled:before { content: "\e275"; } .icon-ic_fluent_calendar_rtl_16_filled:before { content: "\e276"; } .icon-ic_fluent_chevron_double_up_16_filled:before { content: "\e341"; } .icon-ic_fluent_chevron_double_up_20_filled:before { content: "\e342"; } .icon-ic_fluent_cloud_28_filled:before { content: "\e398"; } .icon-ic_fluent_cloud_off_16_filled:before { content: "\e3bc"; } .icon-ic_fluent_cloud_off_20_filled:before { content: "\e3bd"; } .icon-ic_fluent_cloud_off_28_filled:before { content: "\e3be"; } .icon-ic_fluent_cloud_off_32_filled:before { content: "\e3bf"; } .icon-ic_fluent_cloud_sync_16_filled:before { content: "\e3c2"; } .icon-ic_fluent_cloud_sync_24_filled:before { content: "\e3c4"; } .icon-ic_fluent_cloud_sync_28_filled:before { content: "\e3c5"; } .icon-ic_fluent_cloud_sync_32_filled:before { content: "\e3c6"; } .icon-ic_fluent_cloud_sync_48_filled:before { content: "\e3c7"; } .icon-ic_fluent_dismiss_square_20_filled:before { content: "\e4d0"; } .icon-ic_fluent_document_footer_16_filled:before { content: "\e508"; } .icon-ic_fluent_document_footer_dismiss_24_filled:before { content: "\e50b"; } .icon-ic_fluent_document_header_16_filled:before { content: "\e50c"; } .icon-ic_fluent_document_header_arrow_down_16_filled:before { content: "\e50e"; } .icon-ic_fluent_document_header_dismiss_24_filled:before { content: "\e512"; } .icon-ic_fluent_document_header_footer_16_filled:before { content: "\e513"; } .icon-ic_fluent_document_ribbon_16_filled:before { content: "\e545"; } .icon-ic_fluent_document_ribbon_20_filled:before { content: "\e546"; } .icon-ic_fluent_document_ribbon_24_filled:before { content: "\e547"; } .icon-ic_fluent_document_ribbon_28_filled:before { content: "\e548"; } .icon-ic_fluent_document_ribbon_32_filled:before { content: "\e549"; } .icon-ic_fluent_document_ribbon_48_filled:before { content: "\e54a"; } .icon-ic_fluent_door_arrow_left_16_filled:before { content: "\e570"; } .icon-ic_fluent_drive_train_24_filled:before { content: "\e599"; } .icon-ic_fluent_engine_24_filled:before { content: "\e5ed"; } .icon-ic_fluent_folder_mail_16_filled:before { content: "\e663"; } .icon-ic_fluent_folder_sync_16_filled:before { content: "\e670"; } .icon-ic_fluent_gas_24_filled:before { content: "\e69e"; } .icon-ic_fluent_gas_pump_24_filled:before { content: "\e6a0"; } .icon-ic_fluent_mail_dismiss_16_filled:before { content: "\e7bf"; } .icon-ic_fluent_mail_prohibited_16_filled:before { content: "\e7dd"; } .icon-ic_fluent_mic_sparkle_16_filled:before { content: "\e821"; } .icon-ic_fluent_mic_sparkle_20_filled:before { content: "\e822"; } .icon-ic_fluent_mic_sparkle_24_filled:before { content: "\e823"; } .icon-ic_fluent_notepad_person_20_filled:before { content: "\e890"; } .icon-ic_fluent_notepad_person_24_filled:before { content: "\e891"; } .icon-ic_fluent_pin_off_16_filled:before { content: "\e997"; } .icon-ic_fluent_pin_off_48_filled:before { content: "\e99a"; } .icon-ic_fluent_skip_forward_tab_24_filled:before { content: "\eb14"; } .icon-ic_fluent_square_arrow_forward_16_filled:before { content: "\eb85"; } .icon-ic_fluent_square_arrow_forward_20_filled:before { content: "\eb86"; } .icon-ic_fluent_square_arrow_forward_24_filled:before { content: "\eb87"; } .icon-ic_fluent_square_arrow_forward_28_filled:before { content: "\eb88"; } .icon-ic_fluent_square_arrow_forward_32_filled:before { content: "\eb89"; } .icon-ic_fluent_square_arrow_forward_48_filled:before { content: "\eb8a"; } .icon-ic_fluent_subtract_square_multiple_20_filled:before { content: "\ebd6"; } .icon-ic_fluent_transmission_24_filled:before { content: "\ed9d"; } .icon-ic_fluent_wifi_off_20_filled:before { content: "\ee59"; } .icon-ic_fluent_wifi_off_24_filled:before { content: "\ee5a"; } .icon-ic_fluent_animal_cat_16_filled:before { content: "\f106"; } .icon-ic_fluent_animal_cat_20_filled:before { content: "\f126"; } .icon-ic_fluent_animal_cat_24_filled:before { content: "\f127"; } .icon-ic_fluent_animal_cat_28_filled:before { content: "\f128"; } .icon-ic_fluent_archive_settings_16_filled:before { content: "\f129"; } .icon-ic_fluent_arrow_circle_down_20_filled:before { content: "\f12c"; } .icon-ic_fluent_arrow_circle_down_24_filled:before { content: "\f12d"; } .icon-ic_fluent_arrow_circle_down_double_20_filled:before { content: "\f12e"; } .icon-ic_fluent_arrow_circle_down_double_24_filled:before { content: "\f12f"; } .icon-ic_fluent_arrow_circle_down_split_20_filled:before { content: "\f143"; } .icon-ic_fluent_arrow_circle_down_split_24_filled:before { content: "\f144"; } .icon-ic_fluent_arrow_down_32_filled:before { content: "\f14c"; } .icon-ic_fluent_arrow_down_48_filled:before { content: "\f14d"; } .icon-ic_fluent_arrow_fit_16_filled:before { content: "\f14e"; } .icon-ic_fluent_arrow_left_16_filled:before { content: "\f184"; } .icon-ic_fluent_arrow_left_32_filled:before { content: "\f189"; } .icon-ic_fluent_arrow_left_48_filled:before { content: "\f19e"; } .icon-ic_fluent_arrow_reset_20_filled:before { content: "\f19f"; } .icon-ic_fluent_arrow_reset_24_filled:before { content: "\f1a0"; } .icon-ic_fluent_arrow_right_32_filled:before { content: "\f1a2"; } .icon-ic_fluent_arrow_right_48_filled:before { content: "\f1a7"; } .icon-ic_fluent_arrow_sort_16_filled:before { content: "\f1ab"; } .icon-ic_fluent_arrow_sort_down_16_filled:before { content: "\f1ac"; } .icon-ic_fluent_arrow_sort_down_lines_16_filled:before { content: "\f1ad"; } .icon-ic_fluent_arrow_sort_up_16_filled:before { content: "\f1b3"; } .icon-ic_fluent_arrow_up_16_filled:before { content: "\f1b4"; } .icon-ic_fluent_arrow_up_32_filled:before { content: "\f1b8"; } .icon-ic_fluent_arrow_up_48_filled:before { content: "\f1b9"; } .icon-ic_fluent_barcode_scanner_20_filled:before { content: "\f1ba"; } .icon-ic_fluent_barcode_scanner_24_filled:before { content: "\f1e4"; } .icon-ic_fluent_beaker_edit_20_filled:before { content: "\f1e5"; } .icon-ic_fluent_beaker_edit_24_filled:before { content: "\f1e6"; } .icon-ic_fluent_book_toolbox_20_filled:before { content: "\f1e7"; } .icon-ic_fluent_bookmark_add_20_filled:before { content: "\f1e8"; } .icon-ic_fluent_bookmark_add_24_filled:before { content: "\f1e9"; } .icon-ic_fluent_bowl_chopsticks_16_filled:before { content: "\f1ea"; } .icon-ic_fluent_bowl_chopsticks_20_filled:before { content: "\f1eb"; } .icon-ic_fluent_bowl_chopsticks_24_filled:before { content: "\f1ec"; } .icon-ic_fluent_bowl_chopsticks_28_filled:before { content: "\f1ed"; } .icon-ic_fluent_brain_circuit_20_filled:before { content: "\f1ee"; } .icon-ic_fluent_briefcase_medical_20_filled:before { content: "\f1ef"; } .icon-ic_fluent_broom_16_filled:before { content: "\f1fe"; } .icon-ic_fluent_building_bank_toolbox_20_filled:before { content: "\f1ff"; } .icon-ic_fluent_calendar_info_16_filled:before { content: "\f203"; } .icon-ic_fluent_calendar_multiple_16_filled:before { content: "\f204"; } .icon-ic_fluent_call_checkmark_20_filled:before { content: "\f207"; } .icon-ic_fluent_call_dismiss_20_filled:before { content: "\f208"; } .icon-ic_fluent_call_dismiss_24_filled:before { content: "\f20b"; } .icon-ic_fluent_call_pause_20_filled:before { content: "\f20c"; } .icon-ic_fluent_call_pause_24_filled:before { content: "\f20d"; } .icon-ic_fluent_chat_help_20_filled:before { content: "\f220"; } .icon-ic_fluent_chat_settings_20_filled:before { content: "\f221"; } .icon-ic_fluent_chat_settings_24_filled:before { content: "\f229"; } .icon-ic_fluent_check_20_filled:before { content: "\f27b"; } .icon-ic_fluent_checkbox_checked_16_filled:before { content: "\f27c"; } .icon-ic_fluent_checkbox_checked_sync_16_filled:before { content: "\f27d"; } .icon-ic_fluent_checkmark_starburst_16_filled:before { content: "\f283"; } .icon-ic_fluent_chevron_double_down_16_filled:before { content: "\f284"; } .icon-ic_fluent_chevron_double_left_16_filled:before { content: "\f285"; } .icon-ic_fluent_chevron_double_right_16_filled:before { content: "\f2a7"; } .icon-ic_fluent_circle_half_fill_16_filled:before { content: "\f30a"; } .icon-ic_fluent_clipboard_heart_20_filled:before { content: "\f30b"; } .icon-ic_fluent_clipboard_pulse_20_filled:before { content: "\f322"; } .icon-ic_fluent_clipboard_settings_20_filled:before { content: "\f32d"; } .icon-ic_fluent_clock_arrow_download_20_filled:before { content: "\f32e"; } .icon-ic_fluent_cloud_add_16_filled:before { content: "\f32f"; } .icon-ic_fluent_cloud_edit_16_filled:before { content: "\f330"; } .icon-ic_fluent_cloud_flow_20_filled:before { content: "\f337"; } .icon-ic_fluent_cloud_link_16_filled:before { content: "\f338"; } .icon-ic_fluent_code_16_filled:before { content: "\f339"; } .icon-ic_fluent_comment_error_16_filled:before { content: "\f350"; } .icon-ic_fluent_comment_lightning_20_filled:before { content: "\f351"; } .icon-ic_fluent_comment_lightning_24_filled:before { content: "\f361"; } .icon-ic_fluent_contact_card_16_filled:before { content: "\f362"; } .icon-ic_fluent_contact_card_link_16_filled:before { content: "\f363"; } .icon-ic_fluent_contract_down_left_16_filled:before { content: "\f364"; } .icon-ic_fluent_contract_down_left_20_filled:before { content: "\f373"; } .icon-ic_fluent_contract_down_left_24_filled:before { content: "\f374"; } .icon-ic_fluent_contract_down_left_28_filled:before { content: "\f375"; } .icon-ic_fluent_contract_down_left_32_filled:before { content: "\f37b"; } .icon-ic_fluent_contract_down_left_48_filled:before { content: "\f397"; } .icon-ic_fluent_credit_card_toolbox_20_filled:before { content: "\f398"; } .icon-ic_fluent_data_bar_horizontal_20_filled:before { content: "\f39b"; } .icon-ic_fluent_data_usage_edit_20_filled:before { content: "\f3b2"; } .icon-ic_fluent_desktop_sync_16_filled:before { content: "\f3b3"; } .icon-ic_fluent_device_meeting_room_16_filled:before { content: "\f3b4"; } .icon-ic_fluent_device_meeting_room_24_filled:before { content: "\f3b5"; } .icon-ic_fluent_device_meeting_room_28_filled:before { content: "\f3b6"; } .icon-ic_fluent_device_meeting_room_32_filled:before { content: "\f3b7"; } .icon-ic_fluent_device_meeting_room_48_filled:before { content: "\f3bc"; } .icon-ic_fluent_device_meeting_room_remote_16_filled:before { content: "\f3bd"; } .icon-ic_fluent_device_meeting_room_remote_24_filled:before { content: "\f3c2"; } .icon-ic_fluent_device_meeting_room_remote_28_filled:before { content: "\f3cd"; } .icon-ic_fluent_device_meeting_room_remote_32_filled:before { content: "\f3ec"; } .icon-ic_fluent_device_meeting_room_remote_48_filled:before { content: "\f3ed"; } .icon-ic_fluent_dismiss_32_filled:before { content: "\f3f2"; } .icon-ic_fluent_dismiss_48_filled:before { content: "\f3ff"; } .icon-ic_fluent_document_arrow_up_16_filled:before { content: "\f400"; } .icon-ic_fluent_document_bullet_list_20_filled:before { content: "\f401"; } .icon-ic_fluent_document_bullet_list_24_filled:before { content: "\f402"; } .icon-ic_fluent_document_link_20_filled:before { content: "\f403"; } .icon-ic_fluent_document_link_24_filled:before { content: "\f404"; } .icon-ic_fluent_document_person_16_filled:before { content: "\f425"; } .icon-ic_fluent_document_settings_16_filled:before { content: "\f426"; } .icon-ic_fluent_document_split_hint_24_filled:before { content: "\f427"; } .icon-ic_fluent_document_split_hint_off_24_filled:before { content: "\f428"; } .icon-ic_fluent_edit_arrow_back_16_filled:before { content: "\f42d"; } .icon-ic_fluent_equal_off_20_filled:before { content: "\f42e"; } .icon-ic_fluent_error_circle_settings_16_filled:before { content: "\f42f"; } .icon-ic_fluent_expand_up_left_16_filled:before { content: "\f430"; } .icon-ic_fluent_expand_up_left_20_filled:before { content: "\f435"; } .icon-ic_fluent_expand_up_left_24_filled:before { content: "\f436"; } .icon-ic_fluent_expand_up_left_28_filled:before { content: "\f437"; } .icon-ic_fluent_expand_up_left_32_filled:before { content: "\f44f"; } .icon-ic_fluent_expand_up_left_48_filled:before { content: "\f450"; } .icon-ic_fluent_expand_up_right_16_filled:before { content: "\f453"; } .icon-ic_fluent_expand_up_right_20_filled:before { content: "\f454"; } .icon-ic_fluent_expand_up_right_24_filled:before { content: "\f471"; } .icon-ic_fluent_expand_up_right_28_filled:before { content: "\f49c"; } .icon-ic_fluent_expand_up_right_32_filled:before { content: "\f49d"; } .icon-ic_fluent_expand_up_right_48_filled:before { content: "\f49e"; } .icon-ic_fluent_fax_16_filled:before { content: "\f4b8"; } .icon-ic_fluent_flow_16_filled:before { content: "\f4b9"; } .icon-ic_fluent_folder_globe_16_filled:before { content: "\f4bb"; } .icon-ic_fluent_folder_person_16_filled:before { content: "\f4d0"; } .icon-ic_fluent_gauge_20_filled:before { content: "\f4d1"; } .icon-ic_fluent_gauge_24_filled:before { content: "\f4d2"; } .icon-ic_fluent_gift_card_16_filled:before { content: "\f4d7"; } .icon-ic_fluent_gift_card_20_filled:before { content: "\f4d8"; } .icon-ic_fluent_gift_card_add_20_filled:before { content: "\f4d9"; } .icon-ic_fluent_globe_location_20_filled:before { content: "\f4e6"; } .icon-ic_fluent_globe_star_16_filled:before { content: "\f4f5"; } .icon-ic_fluent_globe_video_20_filled:before { content: "\f507"; } .icon-ic_fluent_headset_add_20_filled:before { content: "\f508"; } .icon-ic_fluent_headset_add_24_filled:before { content: "\f509"; } .icon-ic_fluent_heart_28_filled:before { content: "\f50a"; } .icon-ic_fluent_heart_broken_16_filled:before { content: "\f50b"; } .icon-ic_fluent_laptop_dismiss_16_filled:before { content: "\f50f"; } .icon-ic_fluent_mail_add_16_filled:before { content: "\f517"; } .icon-ic_fluent_mail_add_20_filled:before { content: "\f529"; } .icon-ic_fluent_mail_alert_16_filled:before { content: "\f52a"; } .icon-ic_fluent_mail_alert_20_filled:before { content: "\f534"; } .icon-ic_fluent_mail_alert_24_filled:before { content: "\f535"; } .icon-ic_fluent_mail_arrow_down_16_filled:before { content: "\f536"; } .icon-ic_fluent_mail_arrow_up_20_filled:before { content: "\f537"; } .icon-ic_fluent_mail_arrow_up_24_filled:before { content: "\f555"; } .icon-ic_fluent_mail_checkmark_16_filled:before { content: "\f556"; } .icon-ic_fluent_mail_clock_16_filled:before { content: "\f55b"; } .icon-ic_fluent_mail_clock_24_filled:before { content: "\f55c"; } .icon-ic_fluent_mail_dismiss_20_filled:before { content: "\f55d"; } .icon-ic_fluent_mail_dismiss_24_filled:before { content: "\f55e"; } .icon-ic_fluent_mail_error_20_filled:before { content: "\f55f"; } .icon-ic_fluent_mail_error_24_filled:before { content: "\f567"; } .icon-ic_fluent_mail_inbox_arrow_down_16_filled:before { content: "\f568"; } .icon-ic_fluent_mail_link_20_filled:before { content: "\f58f"; } .icon-ic_fluent_mail_link_24_filled:before { content: "\f596"; } .icon-ic_fluent_mail_pause_16_filled:before { content: "\f5b0"; } .icon-ic_fluent_mail_prohibited_20_filled:before { content: "\f5d5"; } .icon-ic_fluent_mail_prohibited_24_filled:before { content: "\f5ec"; } .icon-ic_fluent_mail_settings_16_filled:before { content: "\f5ed"; } .icon-ic_fluent_mail_shield_16_filled:before { content: "\f5f2"; } .icon-ic_fluent_mail_template_20_filled:before { content: "\f5f3"; } .icon-ic_fluent_mail_template_24_filled:before { content: "\f5f7"; } .icon-ic_fluent_mail_warning_16_filled:before { content: "\f5f8"; } .icon-ic_fluent_meet_now_28_filled:before { content: "\f600"; } .icon-ic_fluent_meet_now_32_filled:before { content: "\f601"; } .icon-ic_fluent_meet_now_48_filled:before { content: "\f63b"; } .icon-ic_fluent_megaphone_loud_20_filled:before { content: "\f655"; } .icon-ic_fluent_microscope_20_filled:before { content: "\f656"; } .icon-ic_fluent_microscope_24_filled:before { content: "\f659"; } .icon-ic_fluent_molecule_16_filled:before { content: "\f65a"; } .icon-ic_fluent_molecule_20_filled:before { content: "\f663"; } .icon-ic_fluent_molecule_24_filled:before { content: "\f664"; } .icon-ic_fluent_molecule_28_filled:before { content: "\f667"; } .icon-ic_fluent_molecule_32_filled:before { content: "\f668"; } .icon-ic_fluent_molecule_48_filled:before { content: "\f669"; } .icon-ic_fluent_note_16_filled:before { content: "\f66d"; } .icon-ic_fluent_note_pin_16_filled:before { content: "\f66e"; } .icon-ic_fluent_notepad_16_filled:before { content: "\f66f"; } .icon-ic_fluent_notepad_edit_16_filled:before { content: "\f670"; } .icon-ic_fluent_open_32_filled:before { content: "\f671"; } .icon-ic_fluent_padding_down_20_filled:before { content: "\f68b"; } .icon-ic_fluent_padding_down_24_filled:before { content: "\f68c"; } .icon-ic_fluent_padding_left_20_filled:before { content: "\f69e"; } .icon-ic_fluent_padding_left_24_filled:before { content: "\f6a7"; } .icon-ic_fluent_padding_right_20_filled:before { content: "\f6a8"; } .icon-ic_fluent_padding_right_24_filled:before { content: "\f6a9"; } .icon-ic_fluent_padding_top_20_filled:before { content: "\f6bd"; } .icon-ic_fluent_padding_top_24_filled:before { content: "\f6c2"; } .icon-ic_fluent_patch_20_filled:before { content: "\f6c3"; } .icon-ic_fluent_patch_24_filled:before { content: "\f6c4"; } .icon-ic_fluent_pause_circle_20_filled:before { content: "\f6c5"; } .icon-ic_fluent_people_sync_16_filled:before { content: "\f6c6"; } .icon-ic_fluent_people_toolbox_16_filled:before { content: "\f6d3"; } .icon-ic_fluent_person_chat_16_filled:before { content: "\f6d4"; } .icon-ic_fluent_person_chat_20_filled:before { content: "\f6da"; } .icon-ic_fluent_person_chat_24_filled:before { content: "\f6dc"; } .icon-ic_fluent_person_info_16_filled:before { content: "\f6df"; } .icon-ic_fluent_person_lock_16_filled:before { content: "\f6e1"; } .icon-ic_fluent_person_lock_20_filled:before { content: "\f6e2"; } .icon-ic_fluent_person_subtract_16_filled:before { content: "\f6f6"; } .icon-ic_fluent_phone_16_filled:before { content: "\f6f7"; } .icon-ic_fluent_phone_checkmark_16_filled:before { content: "\f6f8"; } .icon-ic_fluent_pill_16_filled:before { content: "\f6f9"; } .icon-ic_fluent_pill_20_filled:before { content: "\f6fa"; } .icon-ic_fluent_pill_24_filled:before { content: "\f6fb"; } .icon-ic_fluent_pill_28_filled:before { content: "\f6fc"; } .icon-ic_fluent_print_16_filled:before { content: "\f703"; } .icon-ic_fluent_print_add_20_filled:before { content: "\f705"; } .icon-ic_fluent_production_20_filled:before { content: "\f706"; } .icon-ic_fluent_production_24_filled:before { content: "\f707"; } .icon-ic_fluent_production_checkmark_20_filled:before { content: "\f70c"; } .icon-ic_fluent_production_checkmark_24_filled:before { content: "\f70d"; } .icon-ic_fluent_prohibited_16_filled:before { content: "\f70e"; } .icon-ic_fluent_ratio_one_to_one_20_filled:before { content: "\f713"; } .icon-ic_fluent_ratio_one_to_one_24_filled:before { content: "\f714"; } .icon-ic_fluent_receipt_add_20_filled:before { content: "\f715"; } .icon-ic_fluent_receipt_bag_20_filled:before { content: "\f71e"; } .icon-ic_fluent_receipt_cube_20_filled:before { content: "\f745"; } .icon-ic_fluent_receipt_money_20_filled:before { content: "\f746"; } .icon-ic_fluent_record_12_filled:before { content: "\f747"; } .icon-ic_fluent_record_28_filled:before { content: "\f74d"; } .icon-ic_fluent_record_32_filled:before { content: "\f74e"; } .icon-ic_fluent_record_48_filled:before { content: "\f74f"; } .icon-ic_fluent_record_stop_12_filled:before { content: "\f770"; } .icon-ic_fluent_record_stop_16_filled:before { content: "\f771"; } .icon-ic_fluent_record_stop_20_filled:before { content: "\f772"; } .icon-ic_fluent_record_stop_24_filled:before { content: "\f773"; } .icon-ic_fluent_record_stop_28_filled:before { content: "\f774"; } .icon-ic_fluent_record_stop_32_filled:before { content: "\f77c"; } .icon-ic_fluent_record_stop_48_filled:before { content: "\f77d"; } .icon-ic_fluent_ribbon_add_20_filled:before { content: "\f77e"; } .icon-ic_fluent_ribbon_add_24_filled:before { content: "\f77f"; } .icon-ic_fluent_server_20_filled:before { content: "\f781"; } .icon-ic_fluent_server_24_filled:before { content: "\f784"; } .icon-ic_fluent_shield_badge_20_filled:before { content: "\f785"; } .icon-ic_fluent_shopping_bag_16_filled:before { content: "\f786"; } .icon-ic_fluent_shopping_bag_20_filled:before { content: "\f787"; } .icon-ic_fluent_shopping_bag_24_filled:before { content: "\f788"; } .icon-ic_fluent_slide_multiple_search_20_filled:before { content: "\f78b"; } .icon-ic_fluent_slide_multiple_search_24_filled:before { content: "\f78c"; } .icon-ic_fluent_smartwatch_20_filled:before { content: "\f78d"; } .icon-ic_fluent_smartwatch_24_filled:before { content: "\f78e"; } .icon-ic_fluent_smartwatch_dot_20_filled:before { content: "\f79e"; } .icon-ic_fluent_smartwatch_dot_24_filled:before { content: "\f79f"; } .icon-ic_fluent_square_multiple_24_filled:before { content: "\f7a4"; } .icon-ic_fluent_stack_16_filled:before { content: "\f7a5"; } .icon-ic_fluent_stack_20_filled:before { content: "\f7aa"; } .icon-ic_fluent_stack_24_filled:before { content: "\f7be"; } .icon-ic_fluent_subtract_circle_16_filled:before { content: "\f7bf"; } .icon-ic_fluent_subtract_circle_20_filled:before { content: "\f7c8"; } .icon-ic_fluent_subtract_circle_24_filled:before { content: "\f7c9"; } .icon-ic_fluent_subtract_circle_28_filled:before { content: "\f7cc"; } .icon-ic_fluent_subtract_circle_32_filled:before { content: "\f7cd"; } .icon-ic_fluent_tag_multiple_16_filled:before { content: "\f7ce"; } .icon-ic_fluent_target_arrow_16_filled:before { content: "\f7cf"; } .icon-ic_fluent_target_arrow_20_filled:before { content: "\f7d0"; } .icon-ic_fluent_text_bullet_list_square_edit_20_filled:before { content: "\f7d1"; } .icon-ic_fluent_text_bullet_list_square_edit_24_filled:before { content: "\f7d2"; } .icon-ic_fluent_tooltip_quote_20_filled:before { content: "\f7d3"; } .icon-ic_fluent_vehicle_car_profile_ltr_16_filled:before { content: "\f7e5"; } .icon-ic_fluent_vehicle_car_profile_rtl_16_filled:before { content: "\f7e6"; } .icon-ic_fluent_vehicle_truck_profile_16_filled:before { content: "\f802"; } .icon-ic_fluent_voicemail_arrow_back_16_filled:before { content: "\f803"; } .icon-ic_fluent_voicemail_arrow_forward_16_filled:before { content: "\f804"; } .icon-ic_fluent_voicemail_subtract_16_filled:before { content: "\f815"; } .icon-ic_fluent_wifi_warning_24_filled:before { content: "\f816"; } .icon-ic_fluent_window_edit_16_filled:before { content: "\f81d"; } .icon-ic_fluent_arrow_sort_down_20_filled:before { content: "\f81e"; } .icon-ic_fluent_arrow_sort_down_24_filled:before { content: "\f82a"; } .icon-ic_fluent_arrow_sort_up_20_filled:before { content: "\f82b"; } .icon-ic_fluent_arrow_sort_up_24_filled:before { content: "\f83a"; } .icon-ic_fluent_arrow_turn_bidirectional_down_right_24_filled:before { content: "\f83b"; } .icon-ic_fluent_arrow_turn_right_24_filled:before { content: "\f851"; } .icon-ic_fluent_book_question_mark_rtl_24_filled:before { content: "\f852"; } .icon-ic_fluent_brain_circuit_24_filled:before { content: "\f853"; } .icon-ic_fluent_building_bank_toolbox_24_filled:before { content: "\f854"; } .icon-ic_fluent_calendar_checkmark_28_filled:before { content: "\f877"; } .icon-ic_fluent_calendar_search_16_filled:before { content: "\f878"; } .icon-ic_fluent_call_park_32_filled:before { content: "\f879"; } .icon-ic_fluent_chat_bubbles_question_16_filled:before { content: "\f8c0"; } .icon-ic_fluent_chat_multiple_16_filled:before { content: "\f8c1"; } .icon-ic_fluent_chat_multiple_20_filled:before { content: "\f8e0"; } .icon-ic_fluent_chat_multiple_24_filled:before { content: "\f8eb"; } .icon-ic_fluent_checkmark_32_filled:before { content: "\f8ec"; } .icon-ic_fluent_checkmark_circle_32_filled:before { content: "\e31c"; } .icon-ic_fluent_clipboard_bullet_list_ltr_16_filled:before { content: "\e35c"; } .icon-ic_fluent_clipboard_bullet_list_rtl_16_filled:before { content: "\e35e"; } .icon-ic_fluent_column_edit_20_filled:before { content: "\e3d8"; } .icon-ic_fluent_column_edit_24_filled:before { content: "\e3d9"; } .icon-ic_fluent_contact_card_28_filled:before { content: "\e415"; } .icon-ic_fluent_contact_card_32_filled:before { content: "\e416"; } .icon-ic_fluent_contact_card_48_filled:before { content: "\e417"; } .icon-ic_fluent_diagram_24_filled:before { content: "\e4c1"; } .icon-ic_fluent_dismiss_circle_32_filled:before { content: "\e4cf"; } .icon-ic_fluent_document_arrow_down_16_filled:before { content: "\e4eb"; } .icon-ic_fluent_document_bullet_list_clock_20_filled:before { content: "\e4f5"; } .icon-ic_fluent_document_bullet_list_clock_24_filled:before { content: "\e4f6"; } .icon-ic_fluent_document_bullet_list_off_24_filled:before { content: "\e4fa"; } .icon-ic_fluent_document_multiple_16_filled:before { content: "\e52b"; } .icon-ic_fluent_document_pill_20_filled:before { content: "\e538"; } .icon-ic_fluent_document_pill_24_filled:before { content: "\e539"; } .icon-ic_fluent_document_save_20_filled:before { content: "\e54b"; } .icon-ic_fluent_document_save_24_filled:before { content: "\e54c"; } .icon-ic_fluent_door_16_filled:before { content: "\e56d"; } .icon-ic_fluent_dual_screen_arrow_up_24_filled:before { content: "\e5a4"; } .icon-ic_fluent_dual_screen_closed_alert_24_filled:before { content: "\e5a7"; } .icon-ic_fluent_emoji_multiple_20_filled:before { content: "\e5df"; } .icon-ic_fluent_emoji_multiple_24_filled:before { content: "\e5e0"; } .icon-ic_fluent_gantt_chart_20_filled:before { content: "\e69b"; } .icon-ic_fluent_gantt_chart_24_filled:before { content: "\e69c"; } .icon-ic_fluent_gift_card_add_24_filled:before { content: "\e6aa"; } .icon-ic_fluent_hand_draw_24_filled:before { content: "\e6e5"; } .icon-ic_fluent_image_arrow_back_24_filled:before { content: "\e72a"; } .icon-ic_fluent_image_arrow_forward_24_filled:before { content: "\e72e"; } .icon-ic_fluent_image_multiple_16_filled:before { content: "\e731"; } .icon-ic_fluent_image_reflection_24_filled:before { content: "\e73d"; } .icon-ic_fluent_image_shadow_24_filled:before { content: "\e73f"; } .icon-ic_fluent_mail_arrow_double_back_16_filled:before { content: "\e7b4"; } .icon-ic_fluent_mail_arrow_forward_16_filled:before { content: "\e7b7"; } .icon-ic_fluent_mail_attach_16_filled:before { content: "\e7ba"; } .icon-ic_fluent_more_horizontal_32_filled:before { content: "\e835"; } .icon-ic_fluent_more_vertical_32_filled:before { content: "\e838"; } .icon-ic_fluent_organization_16_filled:before { content: "\e8a9"; } .icon-ic_fluent_organization_32_filled:before { content: "\e8aa"; } .icon-ic_fluent_organization_48_filled:before { content: "\e8ab"; } .icon-ic_fluent_orientation_24_filled:before { content: "\e8ae"; } .icon-ic_fluent_people_list_16_filled:before { content: "\e90d"; } .icon-ic_fluent_people_money_20_filled:before { content: "\e913"; } .icon-ic_fluent_people_money_24_filled:before { content: "\e914"; } .icon-ic_fluent_person_pill_20_filled:before { content: "\e952"; } .icon-ic_fluent_person_pill_24_filled:before { content: "\e953"; } .icon-ic_fluent_person_settings_16_filled:before { content: "\e957"; } .icon-ic_fluent_pivot_20_filled:before { content: "\e99f"; } .icon-ic_fluent_pivot_24_filled:before { content: "\e9a0"; } .icon-ic_fluent_play_12_filled:before { content: "\e9a1"; } .icon-ic_fluent_print_add_24_filled:before { content: "\e9d6"; } .icon-ic_fluent_pulse_28_filled:before { content: "\e9e6"; } .icon-ic_fluent_receipt_add_24_filled:before { content: "\ea08"; } .icon-ic_fluent_receipt_bag_24_filled:before { content: "\ea09"; } .icon-ic_fluent_receipt_cube_24_filled:before { content: "\ea0a"; } .icon-ic_fluent_scan_object_20_filled:before { content: "\ea69"; } .icon-ic_fluent_scan_object_24_filled:before { content: "\ea6a"; } .icon-ic_fluent_search_12_filled:before { content: "\ea83"; } .icon-ic_fluent_search_32_filled:before { content: "\ea85"; } .icon-ic_fluent_search_48_filled:before { content: "\ea86"; } .icon-ic_fluent_share_16_filled:before { content: "\eaaf"; } .icon-ic_fluent_shield_badge_24_filled:before { content: "\eacf"; } .icon-ic_fluent_shield_lock_16_filled:before { content: "\ead8"; } .icon-ic_fluent_slide_eraser_16_filled:before { content: "\eb1d"; } .icon-ic_fluent_slide_eraser_20_filled:before { content: "\eb1e"; } .icon-ic_fluent_slide_grid_24_filled:before { content: "\eb21"; } .icon-ic_fluent_square_16_filled:before { content: "\eb7d"; } .icon-ic_fluent_square_add_16_filled:before { content: "\eb83"; } .icon-ic_fluent_square_hint_arrow_back_16_filled:before { content: "\eb96"; } .icon-ic_fluent_steps_20_filled:before { content: "\ebb9"; } .icon-ic_fluent_steps_24_filled:before { content: "\ebba"; } .icon-ic_fluent_tab_desktop_bottom_24_filled:before { content: "\ebe7"; } .icon-ic_fluent_tab_desktop_multiple_bottom_24_filled:before { content: "\ebe9"; } .icon-ic_fluent_task_list_square_add_20_filled:before { content: "\ec94"; } .icon-ic_fluent_task_list_square_add_24_filled:before { content: "\ec95"; } .icon-ic_fluent_task_list_square_ltr_20_filled:before { content: "\ec97"; } .icon-ic_fluent_task_list_square_ltr_24_filled:before { content: "\ec98"; } .icon-ic_fluent_task_list_square_rtl_20_filled:before { content: "\ec9a"; } .icon-ic_fluent_task_list_square_rtl_24_filled:before { content: "\ec9b"; } .icon-ic_fluent_text_align_distributed_evenly_24_filled:before { content: "\ecb8"; } .icon-ic_fluent_text_align_distributed_vertical_24_filled:before { content: "\ecba"; } .icon-ic_fluent_text_align_justify_low_24_filled:before { content: "\ecbc"; } .icon-ic_fluent_textbox_more_24_filled:before { content: "\ed74"; } .icon-ic_fluent_video_32_filled:before { content: "\edf0"; } .icon-ic_fluent_video_48_filled:before { content: "\edf4"; } .icon-ic_fluent_video_clip_16_filled:before { content: "\edfe"; } .icon-ic_fluent_window_ad_person_20_filled:before { content: "\ee63"; } .icon-ic_fluent_window_dev_edit_16_filled:before { content: "\ee71"; } .icon-ic_fluent_arrow_autofit_height_dotted_24_filled:before { content: "\e079"; } .icon-ic_fluent_arrow_autofit_width_dotted_24_filled:before { content: "\e07e"; } .icon-ic_fluent_multiselect_rtl_16_filled:before { content: "\e85c"; } .icon-ic_fluent_animal_dog_16_filled:before { content: "\e04f"; } .icon-ic_fluent_archive_settings_20_filled:before { content: "\e070"; } .icon-ic_fluent_arrow_clockwise_16_filled:before { content: "\e0aa"; } .icon-ic_fluent_arrow_clockwise_dashes_20_filled:before { content: "\e0ae"; } .icon-ic_fluent_arrow_clockwise_dashes_24_filled:before { content: "\e0af"; } .icon-ic_fluent_arrow_counterclockwise_dashes_20_filled:before { content: "\e0b6"; } .icon-ic_fluent_arrow_counterclockwise_dashes_24_filled:before { content: "\e0b7"; } .icon-ic_fluent_arrow_export_ltr_16_filled:before { content: "\e0c6"; } .icon-ic_fluent_arrow_export_up_20_filled:before { content: "\e0cb"; } .icon-ic_fluent_arrow_export_up_24_filled:before { content: "\e0cc"; } .icon-ic_fluent_arrow_routing_20_filled:before { content: "\e0ed"; } .icon-ic_fluent_arrow_routing_24_filled:before { content: "\e0ee"; } .icon-ic_fluent_arrow_routing_rectangle_multiple_20_filled:before { content: "\e0ef"; } .icon-ic_fluent_arrow_routing_rectangle_multiple_24_filled:before { content: "\e0f0"; } .icon-ic_fluent_bin_full_20_filled:before { content: "\e15c"; } .icon-ic_fluent_bin_full_24_filled:before { content: "\e15d"; } .icon-ic_fluent_book_toolbox_24_filled:before { content: "\e1a4"; } .icon-ic_fluent_box_16_filled:before { content: "\e1ce"; } .icon-ic_fluent_braces_variable_20_filled:before { content: "\e1eb"; } .icon-ic_fluent_braces_variable_24_filled:before { content: "\e1ec"; } .icon-ic_fluent_briefcase_16_filled:before { content: "\e1fd"; } .icon-ic_fluent_briefcase_medical_16_filled:before { content: "\e201"; } .icon-ic_fluent_building_retail_20_filled:before { content: "\e239"; } .icon-ic_fluent_building_retail_money_20_filled:before { content: "\e23a"; } .icon-ic_fluent_building_retail_money_24_filled:before { content: "\e23b"; } .icon-ic_fluent_building_retail_shield_20_filled:before { content: "\e23d"; } .icon-ic_fluent_building_retail_shield_24_filled:before { content: "\e23e"; } .icon-ic_fluent_building_retail_toolbox_20_filled:before { content: "\e23f"; } .icon-ic_fluent_building_retail_toolbox_24_filled:before { content: "\e240"; } .icon-ic_fluent_calculator_multiple_20_filled:before { content: "\e24a"; } .icon-ic_fluent_calculator_multiple_24_filled:before { content: "\e24b"; } .icon-ic_fluent_calendar_3_day_16_filled:before { content: "\e24c"; } .icon-ic_fluent_calendar_arrow_right_16_filled:before { content: "\e251"; } .icon-ic_fluent_calendar_day_16_filled:before { content: "\e258"; } .icon-ic_fluent_calendar_info_20_filled:before { content: "\e25f"; } .icon-ic_fluent_calendar_settings_16_filled:before { content: "\e27d"; } .icon-ic_fluent_call_checkmark_24_filled:before { content: "\e28b"; } .icon-ic_fluent_call_end_16_filled:before { content: "\e28e"; } .icon-ic_fluent_camera_dome_16_filled:before { content: "\e2ae"; } .icon-ic_fluent_camera_dome_20_filled:before { content: "\e2af"; } .icon-ic_fluent_camera_dome_24_filled:before { content: "\e2b0"; } .icon-ic_fluent_camera_dome_28_filled:before { content: "\e2b1"; } .icon-ic_fluent_camera_dome_48_filled:before { content: "\e2b2"; } .icon-ic_fluent_chat_12_filled:before { content: "\e2f7"; } .icon-ic_fluent_chevron_double_down_20_filled:before { content: "\e33e"; } .icon-ic_fluent_chevron_double_left_20_filled:before { content: "\e33f"; } .icon-ic_fluent_chevron_double_right_20_filled:before { content: "\e340"; } .icon-ic_fluent_clipboard_bullet_list_ltr_20_filled:before { content: "\e35d"; } .icon-ic_fluent_clipboard_bullet_list_rtl_20_filled:before { content: "\e35f"; } .icon-ic_fluent_clipboard_checkmark_20_filled:before { content: "\e360"; } .icon-ic_fluent_clipboard_checkmark_24_filled:before { content: "\e361"; } .icon-ic_fluent_clipboard_error_20_filled:before { content: "\e368"; } .icon-ic_fluent_clipboard_error_24_filled:before { content: "\e369"; } .icon-ic_fluent_clipboard_heart_24_filled:before { content: "\e36a"; } .icon-ic_fluent_clipboard_task_20_filled:before { content: "\e372"; } .icon-ic_fluent_clipboard_task_24_filled:before { content: "\e373"; } .icon-ic_fluent_clipboard_task_add_20_filled:before { content: "\e374"; } .icon-ic_fluent_clipboard_task_add_24_filled:before { content: "\e375"; } .icon-ic_fluent_clipboard_task_list_ltr_20_filled:before { content: "\e376"; } .icon-ic_fluent_clipboard_task_list_ltr_24_filled:before { content: "\e377"; } .icon-ic_fluent_clock_alarm_16_filled:before { content: "\e384"; } .icon-ic_fluent_cloud_add_20_filled:before { content: "\e39a"; } .icon-ic_fluent_cloud_edit_20_filled:before { content: "\e3b9"; } .icon-ic_fluent_cloud_link_20_filled:before { content: "\e3bb"; } .icon-ic_fluent_color_16_filled:before { content: "\e3d1"; } .icon-ic_fluent_column_triple_20_filled:before { content: "\e3da"; } .icon-ic_fluent_column_triple_edit_20_filled:before { content: "\e3db"; } .icon-ic_fluent_column_triple_edit_24_filled:before { content: "\e3dc"; } .icon-ic_fluent_comment_error_20_filled:before { content: "\e3fd"; } .icon-ic_fluent_communication_person_20_filled:before { content: "\e411"; } .icon-ic_fluent_communication_person_24_filled:before { content: "\e412"; } .icon-ic_fluent_contact_card_link_20_filled:before { content: "\e41c"; } .icon-ic_fluent_data_trending_16_filled:before { content: "\e468"; } .icon-ic_fluent_data_trending_20_filled:before { content: "\e469"; } .icon-ic_fluent_data_trending_24_filled:before { content: "\e46a"; } .icon-ic_fluent_data_usage_edit_24_filled:before { content: "\e46c"; } .icon-ic_fluent_database_20_filled:before { content: "\e472"; } .icon-ic_fluent_database_24_filled:before { content: "\e473"; } .icon-ic_fluent_database_search_20_filled:before { content: "\e47e"; } .icon-ic_fluent_database_search_24_filled:before { content: "\e47f"; } .icon-ic_fluent_delete_arrow_back_16_filled:before { content: "\e488"; } .icon-ic_fluent_desktop_edit_16_filled:before { content: "\e49b"; } .icon-ic_fluent_dismiss_circle_12_filled:before { content: "\e4cd"; } .icon-ic_fluent_divider_tall_16_filled:before { content: "\e4da"; } .icon-ic_fluent_document_arrow_down_20_filled:before { content: "\e4ec"; } .icon-ic_fluent_document_heart_20_filled:before { content: "\e514"; } .icon-ic_fluent_document_heart_24_filled:before { content: "\e515"; } .icon-ic_fluent_document_heart_pulse_20_filled:before { content: "\e516"; } .icon-ic_fluent_document_heart_pulse_24_filled:before { content: "\e517"; } .icon-ic_fluent_document_multiple_20_filled:before { content: "\e52c"; } .icon-ic_fluent_document_multiple_prohibited_20_filled:before { content: "\e530"; } .icon-ic_fluent_document_multiple_prohibited_24_filled:before { content: "\e531"; } .icon-ic_fluent_document_search_16_filled:before { content: "\e54d"; } .icon-ic_fluent_door_20_filled:before { content: "\e56e"; } .icon-ic_fluent_emoji_laugh_16_filled:before { content: "\e5de"; } .icon-ic_fluent_equal_off_24_filled:before { content: "\e5f0"; } .icon-ic_fluent_error_circle_settings_20_filled:before { content: "\e5fb"; } .icon-ic_fluent_eye_off_16_filled:before { content: "\e601"; } .icon-ic_fluent_fax_20_filled:before { content: "\e615"; } .icon-ic_fluent_filter_dismiss_16_filled:before { content: "\e619"; } .icon-ic_fluent_filter_dismiss_20_filled:before { content: "\e61a"; } .icon-ic_fluent_flashlight_16_filled:before { content: "\e635"; } .icon-ic_fluent_flashlight_20_filled:before { content: "\e636"; } .icon-ic_fluent_flow_20_filled:before { content: "\e644"; } .icon-ic_fluent_fluid_16_filled:before { content: "\e64d"; } .icon-ic_fluent_folder_add_16_filled:before { content: "\e652"; } .icon-ic_fluent_folder_globe_20_filled:before { content: "\e662"; } .icon-ic_fluent_folder_mail_20_filled:before { content: "\e664"; } .icon-ic_fluent_folder_person_20_filled:before { content: "\e667"; } .icon-ic_fluent_folder_sync_20_filled:before { content: "\e671"; } .icon-ic_fluent_food_16_filled:before { content: "\e673"; } .icon-ic_fluent_food_cake_16_filled:before { content: "\e677"; } .icon-ic_fluent_full_screen_maximize_16_filled:before { content: "\e690"; } .icon-ic_fluent_full_screen_maximize_20_filled:before { content: "\e691"; } .icon-ic_fluent_gif_16_filled:before { content: "\e6a7"; } .icon-ic_fluent_gift_16_filled:before { content: "\e6a8"; } .icon-ic_fluent_globe_star_20_filled:before { content: "\e6ca"; } .icon-ic_fluent_globe_surface_20_filled:before { content: "\e6cb"; } .icon-ic_fluent_globe_surface_24_filled:before { content: "\e6cc"; } .icon-ic_fluent_heart_broken_20_filled:before { content: "\e70a"; } .icon-ic_fluent_history_16_filled:before { content: "\e712"; } .icon-ic_fluent_image_prohibited_20_filled:before { content: "\e73a"; } .icon-ic_fluent_image_prohibited_24_filled:before { content: "\e73b"; } .icon-ic_fluent_info_12_filled:before { content: "\e743"; } .icon-ic_fluent_iot_20_filled:before { content: "\e74b"; } .icon-ic_fluent_iot_24_filled:before { content: "\e74c"; } .icon-ic_fluent_mail_open_person_16_filled:before { content: "\e7d9"; } .icon-ic_fluent_mail_template_16_filled:before { content: "\e7e5"; } .icon-ic_fluent_navigation_16_filled:before { content: "\e86d"; } .icon-ic_fluent_news_16_filled:before { content: "\e874"; } .icon-ic_fluent_note_edit_20_filled:before { content: "\e87c"; } .icon-ic_fluent_note_edit_24_filled:before { content: "\e87d"; } .icon-ic_fluent_notepad_edit_20_filled:before { content: "\e88e"; } .icon-ic_fluent_people_list_20_filled:before { content: "\e90e"; } .icon-ic_fluent_people_settings_24_filled:before { content: "\e91a"; } .icon-ic_fluent_people_team_toolbox_20_filled:before { content: "\e92a"; } .icon-ic_fluent_people_team_toolbox_24_filled:before { content: "\e92b"; } .icon-ic_fluent_person_feedback_16_filled:before { content: "\e942"; } .icon-ic_fluent_person_money_20_filled:before { content: "\e94e"; } .icon-ic_fluent_person_money_24_filled:before { content: "\e94f"; } .icon-ic_fluent_phone_eraser_16_filled:before { content: "\e96e"; } .icon-ic_fluent_port_hdmi_24_filled:before { content: "\e9b3"; } .icon-ic_fluent_port_micro_usb_24_filled:before { content: "\e9b5"; } .icon-ic_fluent_port_usb_a_24_filled:before { content: "\e9b7"; } .icon-ic_fluent_port_usb_c_24_filled:before { content: "\e9b9"; } .icon-ic_fluent_prohibited_12_filled:before { content: "\e9d7"; } .icon-ic_fluent_receipt_play_20_filled:before { content: "\ea0c"; } .icon-ic_fluent_receipt_play_24_filled:before { content: "\ea0d"; } .icon-ic_fluent_save_search_20_filled:before { content: "\ea55"; } .icon-ic_fluent_search_settings_20_filled:before { content: "\ea88"; } .icon-ic_fluent_shield_lock_20_filled:before { content: "\ead9"; } .icon-ic_fluent_square_add_20_filled:before { content: "\eb84"; } .icon-ic_fluent_star_line_horizontal_3_16_filled:before { content: "\ebb5"; } .icon-ic_fluent_stream_20_filled:before { content: "\ebbe"; } .icon-ic_fluent_stream_24_filled:before { content: "\ebbf"; } .icon-ic_fluent_syringe_20_filled:before { content: "\ebdc"; } .icon-ic_fluent_syringe_24_filled:before { content: "\ebdd"; } .icon-ic_fluent_tag_dismiss_20_filled:before { content: "\ec6f"; } .icon-ic_fluent_tag_dismiss_24_filled:before { content: "\ec70"; } .icon-ic_fluent_target_arrow_24_filled:before { content: "\ec8f"; } .icon-ic_fluent_temperature_16_filled:before { content: "\ec9f"; } .icon-ic_fluent_thumb_dislike_16_filled:before { content: "\ed77"; } .icon-ic_fluent_tooltip_quote_24_filled:before { content: "\ed9a"; } .icon-ic_fluent_umbrella_20_filled:before { content: "\edcc"; } .icon-ic_fluent_umbrella_24_filled:before { content: "\edcd"; } .icon-ic_fluent_vehicle_truck_profile_20_filled:before { content: "\edee"; } .icon-ic_fluent_video_add_20_filled:before { content: "\edf5"; } .icon-ic_fluent_video_add_24_filled:before { content: "\edf6"; } .icon-ic_fluent_warning_12_filled:before { content: "\ee3b"; } .icon-ic_fluent_window_dev_edit_20_filled:before { content: "\ee72"; } .icon-ic_fluent_xray_20_filled:before { content: "\ee89"; } .icon-ic_fluent_xray_24_filled:before { content: "\ee8a"; } .icon-ic_fluent_arrow_autofit_down_24_filled:before { content: "\e076"; } .icon-ic_fluent_arrow_autofit_up_24_filled:before { content: "\e07b"; } .icon-ic_fluent_clipboard_task_list_rtl_20_filled:before { content: "\e378"; } .icon-ic_fluent_clipboard_task_list_rtl_24_filled:before { content: "\e379"; } .icon-ic_fluent_comma_24_filled:before { content: "\e3de"; } .icon-ic_fluent_text_align_center_rotate_270_24_filled:before { content: "\ecb3"; } .icon-ic_fluent_text_align_justify_rotate_90_24_filled:before { content: "\ecc0"; } .icon-ic_fluent_text_align_left_rotate_270_24_filled:before { content: "\ecc4"; } .icon-ic_fluent_text_align_right_rotate_270_24_filled:before { content: "\eccb"; } .icon-ic_fluent_text_strikethrough_16_filled:before { content: "\ed5e"; } .icon-ic_fluent_text_strikethrough_20_filled:before { content: "\ed5f"; } .icon-ic_fluent_text_strikethrough_24_filled:before { content: "\ed60"; } .icon-ic_fluent_textbox_align_bottom_rotate_90_24_filled:before { content: "\ed6c"; } .icon-ic_fluent_textbox_align_middle_rotate_90_24_filled:before { content: "\ed70"; } .icon-ic_fluent_textbox_align_top_rotate_90_24_filled:before { content: "\ed72"; } .icon-ic_fluent_arrow_clockwise_12_filled:before { content: "\e0a9"; } .icon-ic_fluent_arrow_clockwise_28_filled:before { content: "\e0ab"; } .icon-ic_fluent_arrow_clockwise_32_filled:before { content: "\e0ac"; } .icon-ic_fluent_arrow_clockwise_48_filled:before { content: "\e0ad"; } .icon-ic_fluent_arrow_counterclockwise_12_filled:before { content: "\e0b2"; } .icon-ic_fluent_arrow_counterclockwise_16_filled:before { content: "\e0b3"; } .icon-ic_fluent_arrow_counterclockwise_32_filled:before { content: "\e0b4"; } .icon-ic_fluent_arrow_counterclockwise_48_filled:before { content: "\e0b5"; } .icon-ic_fluent_arrow_rotate_clockwise_16_filled:before { content: "\e0ec"; } .icon-ic_fluent_arrow_split_20_filled:before { content: "\e0f4"; } .icon-ic_fluent_battery_checkmark_24_filled:before { content: "\e151"; } .icon-ic_fluent_book_open_16_filled:before { content: "\e18b"; } .icon-ic_fluent_broad_activity_feed_16_filled:before { content: "\e216"; } .icon-ic_fluent_broad_activity_feed_20_filled:before { content: "\e217"; } .icon-ic_fluent_calendar_pattern_20_filled:before { content: "\e26d"; } .icon-ic_fluent_calendar_person_16_filled:before { content: "\e26e"; } .icon-ic_fluent_calendar_phone_16_filled:before { content: "\e270"; } .icon-ic_fluent_calendar_phone_20_filled:before { content: "\e271"; } .icon-ic_fluent_calendar_search_20_filled:before { content: "\e27c"; } .icon-ic_fluent_calendar_star_16_filled:before { content: "\e27e"; } .icon-ic_fluent_chat_arrow_back_16_filled:before { content: "\e2fb"; } .icon-ic_fluent_chat_arrow_back_20_filled:before { content: "\e2fc"; } .icon-ic_fluent_chat_arrow_double_back_16_filled:before { content: "\e2fd"; } .icon-ic_fluent_chat_arrow_double_back_20_filled:before { content: "\e2fe"; } .icon-ic_fluent_check_24_filled:before { content: "\e309"; } .icon-ic_fluent_checkbox_checked_sync_20_filled:before { content: "\e310"; } .icon-ic_fluent_chevron_up_down_16_filled:before { content: "\e343"; } .icon-ic_fluent_cursor_click_20_filled:before { content: "\e451"; } .icon-ic_fluent_cursor_click_24_filled:before { content: "\e452"; } .icon-ic_fluent_directions_16_filled:before { content: "\e4cc"; } .icon-ic_fluent_divider_tall_20_filled:before { content: "\e4db"; } .icon-ic_fluent_document_arrow_up_20_filled:before { content: "\e4f4"; } .icon-ic_fluent_document_dismiss_16_filled:before { content: "\e505"; } .icon-ic_fluent_document_link_16_filled:before { content: "\e51f"; } .icon-ic_fluent_document_person_20_filled:before { content: "\e537"; } .icon-ic_fluent_edit_arrow_back_20_filled:before { content: "\e5c2"; } .icon-ic_fluent_emoji_sad_16_filled:before { content: "\e5e1"; } .icon-ic_fluent_globe_clock_16_filled:before { content: "\e6c1"; } .icon-ic_fluent_globe_clock_20_filled:before { content: "\e6c2"; } .icon-ic_fluent_immersive_reader_16_filled:before { content: "\e740"; } .icon-ic_fluent_link_dismiss_16_filled:before { content: "\e780"; } .icon-ic_fluent_lock_open_16_filled:before { content: "\e7a2"; } .icon-ic_fluent_luggage_16_filled:before { content: "\e7a8"; } .icon-ic_fluent_luggage_20_filled:before { content: "\e7a9"; } .icon-ic_fluent_mail_arrow_double_back_20_filled:before { content: "\e7b5"; } .icon-ic_fluent_mail_arrow_down_20_filled:before { content: "\e7b6"; } .icon-ic_fluent_mail_arrow_forward_20_filled:before { content: "\e7b8"; } .icon-ic_fluent_mail_attach_20_filled:before { content: "\e7bb"; } .icon-ic_fluent_mail_checkmark_20_filled:before { content: "\e7be"; } .icon-ic_fluent_mail_error_16_filled:before { content: "\e7c3"; } .icon-ic_fluent_mail_inbox_arrow_down_20_filled:before { content: "\e7c6"; } .icon-ic_fluent_mail_pause_20_filled:before { content: "\e7dc"; } .icon-ic_fluent_mail_settings_20_filled:before { content: "\e7e3"; } .icon-ic_fluent_mail_shield_20_filled:before { content: "\e7e4"; } .icon-ic_fluent_note_pin_20_filled:before { content: "\e87e"; } .icon-ic_fluent_pause_circle_24_filled:before { content: "\e8e1"; } .icon-ic_fluent_people_checkmark_16_filled:before { content: "\e904"; } .icon-ic_fluent_people_sync_20_filled:before { content: "\e920"; } .icon-ic_fluent_people_toolbox_20_filled:before { content: "\e92c"; } .icon-ic_fluent_person_settings_20_filled:before { content: "\e958"; } .icon-ic_fluent_phone_checkmark_20_filled:before { content: "\e96a"; } .icon-ic_fluent_play_16_filled:before { content: "\e9a2"; } .icon-ic_fluent_play_28_filled:before { content: "\e9a3"; } .icon-ic_fluent_play_32_filled:before { content: "\e9a4"; } .icon-ic_fluent_receipt_money_24_filled:before { content: "\ea0b"; } .icon-ic_fluent_save_16_filled:before { content: "\ea4b"; } .icon-ic_fluent_shield_error_16_filled:before { content: "\ead7"; } .icon-ic_fluent_sport_soccer_16_filled:before { content: "\eb79"; } .icon-ic_fluent_square_20_filled:before { content: "\eb7e"; } .icon-ic_fluent_tag_multiple_20_filled:before { content: "\ec7c"; } .icon-ic_fluent_text_quote_16_filled:before { content: "\ed59"; } .icon-ic_fluent_vehicle_car_profile_ltr_20_filled:before { content: "\ede0"; } .icon-ic_fluent_vehicle_car_profile_rtl_20_filled:before { content: "\ede1"; } .icon-ic_fluent_weather_partly_cloudy_day_16_filled:before { content: "\ee4b"; } .icon-ic_fluent_weather_sunny_16_filled:before { content: "\ee4c"; } .icon-ic_fluent_text_direction_horizontal_left_20_filled:before { content: "\ed03"; } .icon-ic_fluent_text_direction_horizontal_left_24_filled:before { content: "\ed04"; } .icon-ic_fluent_text_direction_horizontal_right_20_filled:before { content: "\ed05"; } .icon-ic_fluent_text_direction_horizontal_right_24_filled:before { content: "\ed06"; } .icon-ic_fluent_text_direction_rotate_270_right_20_filled:before { content: "\ed07"; } .icon-ic_fluent_text_direction_rotate_270_right_24_filled:before { content: "\ed08"; } .icon-ic_fluent_text_direction_rotate_90_left_20_filled:before { content: "\ed09"; } .icon-ic_fluent_text_direction_rotate_90_left_24_filled:before { content: "\ed0a"; } .icon-ic_fluent_text_direction_rotate_90_right_20_filled:before { content: "\ed0b"; } .icon-ic_fluent_text_direction_rotate_90_right_24_filled:before { content: "\ed0c"; } .icon-ic_fluent_arrow_autofit_content_24_filled:before { content: "\e074"; } .icon-ic_fluent_arrow_trending_lines_20_filled:before { content: "\e11c"; } .icon-ic_fluent_arrow_trending_lines_24_filled:before { content: "\e11d"; } .icon-ic_fluent_calendar_error_24_filled:before { content: "\e25e"; } .icon-ic_fluent_cellular_warning_24_filled:before { content: "\e2cb"; } .icon-ic_fluent_cloud_arrow_down_16_filled:before { content: "\e3a1"; } .icon-ic_fluent_cloud_arrow_down_20_filled:before { content: "\e3a2"; } .icon-ic_fluent_cloud_arrow_down_24_filled:before { content: "\e3a3"; } .icon-ic_fluent_cloud_arrow_down_28_filled:before { content: "\e3a4"; } .icon-ic_fluent_cloud_arrow_down_32_filled:before { content: "\e3a5"; } .icon-ic_fluent_cloud_arrow_down_48_filled:before { content: "\e3a6"; } .icon-ic_fluent_cloud_arrow_up_16_filled:before { content: "\e3a7"; } .icon-ic_fluent_cloud_arrow_up_20_filled:before { content: "\e3a8"; } .icon-ic_fluent_cloud_arrow_up_24_filled:before { content: "\e3a9"; } .icon-ic_fluent_cloud_arrow_up_28_filled:before { content: "\e3aa"; } .icon-ic_fluent_cloud_arrow_up_32_filled:before { content: "\e3ab"; } .icon-ic_fluent_cloud_arrow_up_48_filled:before { content: "\e3ac"; } .icon-ic_fluent_cloud_checkmark_16_filled:before { content: "\e3ad"; } .icon-ic_fluent_cloud_checkmark_20_filled:before { content: "\e3ae"; } .icon-ic_fluent_cloud_checkmark_24_filled:before { content: "\e3af"; } .icon-ic_fluent_cloud_checkmark_28_filled:before { content: "\e3b0"; } .icon-ic_fluent_cloud_checkmark_32_filled:before { content: "\e3b1"; } .icon-ic_fluent_cloud_checkmark_48_filled:before { content: "\e3b2"; } .icon-ic_fluent_cloud_dismiss_16_filled:before { content: "\e3b3"; } .icon-ic_fluent_cloud_dismiss_20_filled:before { content: "\e3b4"; } .icon-ic_fluent_cloud_dismiss_24_filled:before { content: "\e3b5"; } .icon-ic_fluent_cloud_dismiss_28_filled:before { content: "\e3b6"; } .icon-ic_fluent_cloud_dismiss_32_filled:before { content: "\e3b7"; } .icon-ic_fluent_cloud_dismiss_48_filled:before { content: "\e3b8"; } .icon-ic_fluent_grid_dots_20_filled:before { content: "\e6d1"; } .icon-ic_fluent_grid_dots_24_filled:before { content: "\e6d2"; } .icon-ic_fluent_grid_dots_28_filled:before { content: "\e6d3"; } .icon-ic_fluent_ios_arrow_ltr_24_filled:before { content: "\e749"; } .icon-ic_fluent_ios_arrow_rtl_24_filled:before { content: "\e74a"; } .icon-ic_fluent_mail_multiple_16_filled:before { content: "\e7d3"; } .icon-ic_fluent_mail_multiple_20_filled:before { content: "\e7d4"; } .icon-ic_fluent_mail_multiple_24_filled:before { content: "\e7d5"; } .icon-ic_fluent_panel_bottom_20_filled:before { content: "\e8ba"; } .icon-ic_fluent_panel_left_16_filled:before { content: "\e8bd"; } .icon-ic_fluent_panel_left_20_filled:before { content: "\e8be"; } .icon-ic_fluent_panel_left_24_filled:before { content: "\e8bf"; } .icon-ic_fluent_panel_left_28_filled:before { content: "\e8c0"; } .icon-ic_fluent_panel_left_48_filled:before { content: "\e8c1"; } .icon-ic_fluent_panel_right_16_filled:before { content: "\e8ce"; } .icon-ic_fluent_panel_right_20_filled:before { content: "\e8cf"; } .icon-ic_fluent_panel_right_24_filled:before { content: "\e8d0"; } .icon-ic_fluent_panel_right_28_filled:before { content: "\e8d1"; } .icon-ic_fluent_panel_right_48_filled:before { content: "\e8d2"; } .icon-ic_fluent_panel_right_contract_16_filled:before { content: "\e8d3"; } .icon-ic_fluent_panel_right_contract_20_filled:before { content: "\e8d4"; } .icon-ic_fluent_panel_right_contract_24_filled:before { content: "\e8d5"; } .icon-ic_fluent_panel_right_expand_20_filled:before { content: "\e8d6"; } .icon-ic_fluent_puzzle_piece_16_filled:before { content: "\e9f0"; } .icon-ic_fluent_puzzle_piece_20_filled:before { content: "\e9f1"; } .icon-ic_fluent_puzzle_piece_24_filled:before { content: "\e9f2"; } .icon-ic_fluent_scan_table_24_filled:before { content: "\ea6c"; } .icon-ic_fluent_scan_text_24_filled:before { content: "\ea6e"; } .icon-ic_fluent_scan_type_20_filled:before { content: "\ea79"; } .icon-ic_fluent_scan_type_24_filled:before { content: "\ea7a"; } .icon-ic_fluent_scan_type_off_20_filled:before { content: "\ea7d"; } .icon-ic_fluent_shield_task_16_filled:before { content: "\eadf"; } .icon-ic_fluent_shield_task_20_filled:before { content: "\eae0"; } .icon-ic_fluent_shield_task_24_filled:before { content: "\eae1"; } .icon-ic_fluent_shield_task_28_filled:before { content: "\eae2"; } .icon-ic_fluent_shield_task_48_filled:before { content: "\eae3"; } .icon-ic_fluent_square_multiple_16_filled:before { content: "\eb9e"; } .icon-ic_fluent_stack_star_16_filled:before { content: "\eba5"; } .icon-ic_fluent_stack_star_20_filled:before { content: "\eba6"; } .icon-ic_fluent_stack_star_24_filled:before { content: "\eba7"; } .icon-ic_fluent_subtract_circle_arrow_back_16_filled:before { content: "\ebcf"; } .icon-ic_fluent_subtract_circle_arrow_back_20_filled:before { content: "\ebd0"; } .icon-ic_fluent_subtract_circle_arrow_forward_16_filled:before { content: "\ebd1"; } .icon-ic_fluent_subtract_circle_arrow_forward_20_filled:before { content: "\ebd2"; } .icon-ic_fluent_text_add_t_24_filled:before { content: "\ecaf"; } .icon-ic_fluent_text_more_24_filled:before { content: "\ed39"; } .icon-ic_fluent_text_t_20_filled:before { content: "\ed63"; } .icon-ic_fluent_text_t_24_filled:before { content: "\ed64"; } .icon-ic_fluent_usb_plug_20_filled:before { content: "\edcf"; } .icon-ic_fluent_usb_plug_24_filled:before { content: "\edd0"; } .icon-ic_fluent_wifi_lock_24_filled:before { content: "\ee58"; } .icon-ic_fluent_arrow_bidirectional_up_down_12_filled:before { content: "\e082"; } .icon-ic_fluent_arrow_bidirectional_up_down_16_filled:before { content: "\e083"; } .icon-ic_fluent_arrow_bidirectional_up_down_20_filled:before { content: "\e084"; } .icon-ic_fluent_arrow_bidirectional_up_down_24_filled:before { content: "\e085"; } .icon-ic_fluent_arrow_circle_down_up_20_filled:before { content: "\e091"; } .icon-ic_fluent_arrow_circle_left_12_filled:before { content: "\e092"; } .icon-ic_fluent_arrow_circle_left_16_filled:before { content: "\e093"; } .icon-ic_fluent_arrow_circle_right_12_filled:before { content: "\e099"; } .icon-ic_fluent_arrow_circle_right_16_filled:before { content: "\e09a"; } .icon-ic_fluent_arrow_eject_20_filled:before { content: "\e0be"; } .icon-ic_fluent_arrow_export_rtl_16_filled:before { content: "\e0c9"; } .icon-ic_fluent_arrow_left_12_filled:before { content: "\e0d7"; } .icon-ic_fluent_arrow_move_inward_20_filled:before { content: "\e0dc"; } .icon-ic_fluent_arrow_redo_16_filled:before { content: "\e0e4"; } .icon-ic_fluent_arrow_right_12_filled:before { content: "\e0ea"; } .icon-ic_fluent_arrow_step_in_12_filled:before { content: "\e0fa"; } .icon-ic_fluent_arrow_step_in_left_12_filled:before { content: "\e0ff"; } .icon-ic_fluent_arrow_step_in_left_16_filled:before { content: "\e100"; } .icon-ic_fluent_arrow_step_in_right_12_filled:before { content: "\e104"; } .icon-ic_fluent_arrow_step_in_right_16_filled:before { content: "\e105"; } .icon-ic_fluent_arrow_step_out_12_filled:before { content: "\e109"; } .icon-ic_fluent_arrow_sync_off_16_filled:before { content: "\e115"; } .icon-ic_fluent_arrow_sync_off_20_filled:before { content: "\e116"; } .icon-ic_fluent_arrow_up_12_filled:before { content: "\e12a"; } .icon-ic_fluent_bezier_curve_square_12_filled:before { content: "\e15a"; } .icon-ic_fluent_border_all_16_filled:before { content: "\e1af"; } .icon-ic_fluent_border_all_20_filled:before { content: "\e1b0"; } .icon-ic_fluent_braces_20_filled:before { content: "\e1e9"; } .icon-ic_fluent_building_lighthouse_20_filled:before { content: "\e236"; } .icon-ic_fluent_calendar_assistant_16_filled:before { content: "\e253"; } .icon-ic_fluent_center_vertical_20_filled:before { content: "\e2ce"; } .icon-ic_fluent_chat_dismiss_16_filled:before { content: "\e300"; } .icon-ic_fluent_chat_warning_16_filled:before { content: "\e307"; } .icon-ic_fluent_checkbox_indeterminate_16_filled:before { content: "\e311"; } .icon-ic_fluent_checkbox_indeterminate_20_filled:before { content: "\e312"; } .icon-ic_fluent_checkbox_indeterminate_24_filled:before { content: "\e313"; } .icon-ic_fluent_chevron_circle_right_12_filled:before { content: "\e330"; } .icon-ic_fluent_circle_off_16_filled:before { content: "\e351"; } .icon-ic_fluent_clipboard_pulse_24_filled:before { content: "\e370"; } .icon-ic_fluent_clock_arrow_download_24_filled:before { content: "\e386"; } .icon-ic_fluent_cloud_flow_24_filled:before { content: "\e3ba"; } .icon-ic_fluent_cloud_swap_20_filled:before { content: "\e3c0"; } .icon-ic_fluent_cloud_swap_24_filled:before { content: "\e3c1"; } .icon-ic_fluent_code_circle_20_filled:before { content: "\e3ce"; } .icon-ic_fluent_comment_multiple_28_filled:before { content: "\e3ff"; } .icon-ic_fluent_comment_multiple_checkmark_16_filled:before { content: "\e401"; } .icon-ic_fluent_comment_multiple_checkmark_20_filled:before { content: "\e402"; } .icon-ic_fluent_comment_multiple_checkmark_24_filled:before { content: "\e403"; } .icon-ic_fluent_comment_multiple_checkmark_28_filled:before { content: "\e404"; } .icon-ic_fluent_cube_12_filled:before { content: "\e43a"; } .icon-ic_fluent_developer_board_search_20_filled:before { content: "\e4bb"; } .icon-ic_fluent_document_arrow_right_20_filled:before { content: "\e4f2"; } .icon-ic_fluent_document_chevron_double_24_filled:before { content: "\e500"; } .icon-ic_fluent_document_css_24_filled:before { content: "\e502"; } .icon-ic_fluent_document_javascript_24_filled:before { content: "\e519"; } .icon-ic_fluent_document_multiple_percent_20_filled:before { content: "\e52e"; } .icon-ic_fluent_document_percent_20_filled:before { content: "\e535"; } .icon-ic_fluent_document_percent_24_filled:before { content: "\e536"; } .icon-ic_fluent_document_settings_20_filled:before { content: "\e54e"; } .icon-ic_fluent_document_split_hint_16_filled:before { content: "\e54f"; } .icon-ic_fluent_document_split_hint_20_filled:before { content: "\e550"; } .icon-ic_fluent_document_sync_16_filled:before { content: "\e553"; } .icon-ic_fluent_document_sync_20_filled:before { content: "\e554"; } .icon-ic_fluent_door_arrow_right_16_filled:before { content: "\e573"; } .icon-ic_fluent_door_arrow_right_20_filled:before { content: "\e574"; } .icon-ic_fluent_dual_screen_20_filled:before { content: "\e5a0"; } .icon-ic_fluent_glance_20_filled:before { content: "\e6b1"; } .icon-ic_fluent_glance_horizontal_20_filled:before { content: "\e6b4"; } .icon-ic_fluent_highlight_link_20_filled:before { content: "\e711"; } .icon-ic_fluent_keyboard_123_24_filled:before { content: "\e757"; } .icon-ic_fluent_laptop_dismiss_20_filled:before { content: "\e763"; } .icon-ic_fluent_link_dismiss_24_filled:before { content: "\e782"; } .icon-ic_fluent_panel_bottom_contract_20_filled:before { content: "\e8bb"; } .icon-ic_fluent_panel_bottom_expand_20_filled:before { content: "\e8bc"; } .icon-ic_fluent_panel_left_expand_20_filled:before { content: "\e8c7"; } .icon-ic_fluent_panel_separate_window_20_filled:before { content: "\e8d7"; } .icon-ic_fluent_panel_top_contract_20_filled:before { content: "\e8d8"; } .icon-ic_fluent_panel_top_expand_20_filled:before { content: "\e8d9"; } .icon-ic_fluent_pause_off_16_filled:before { content: "\e8e2"; } .icon-ic_fluent_person_circle_12_filled:before { content: "\e939"; } .icon-ic_fluent_person_info_20_filled:before { content: "\e944"; } .icon-ic_fluent_phone_12_filled:before { content: "\e965"; } .icon-ic_fluent_replay_20_filled:before { content: "\ea1a"; } .icon-ic_fluent_square_12_filled:before { content: "\eb7c"; } .icon-ic_fluent_square_dismiss_16_filled:before { content: "\eb8b"; } .icon-ic_fluent_square_dismiss_20_filled:before { content: "\eb8c"; } .icon-ic_fluent_subtract_circle_12_filled:before { content: "\ebce"; } .icon-ic_fluent_tag_circle_20_filled:before { content: "\ec6d"; } .icon-ic_fluent_text_bullet_list_ltr_16_filled:before { content: "\ecd6"; } .icon-ic_fluent_text_bullet_list_rtl_16_filled:before { content: "\ecdd"; } .icon-ic_fluent_text_header_1_24_filled:before { content: "\ed20"; } .icon-ic_fluent_text_header_2_24_filled:before { content: "\ed21"; } .icon-ic_fluent_text_header_3_24_filled:before { content: "\ed22"; } .icon-ic_fluent_text_period_asterisk_20_filled:before { content: "\ed4a"; } .icon-ic_fluent_timeline_20_filled:before { content: "\ed83"; } .icon-ic_fluent_triangle_12_filled:before { content: "\eda4"; } .icon-ic_fluent_wifi_settings_20_filled:before { content: "\ee5b"; } .icon-ic_fluent_window_16_filled:before { content: "\ee5d"; } .icon-ic_fluent_window_24_filled:before { content: "\ee5e"; } .icon-ic_fluent_window_ad_off_20_filled:before { content: "\ee62"; } .icon-ic_fluent_window_arrow_up_16_filled:before { content: "\ee6a"; } .icon-ic_fluent_window_arrow_up_20_filled:before { content: "\ee6b"; } .icon-ic_fluent_window_console_20_filled:before { content: "\ee6f"; } .icon-ic_fluent_window_header_horizontal_off_20_filled:before { content: "\ee75"; } .icon-ic_fluent_window_multiple_16_filled:before { content: "\ee78"; } .icon-ic_fluent_zoom_in_16_filled:before { content: "\ee8e"; } .icon-ic_fluent_zoom_out_16_filled:before { content: "\ee8f"; } .icon-ic_fluent_align_end_horizontal_20_filled:before { content: "\e030"; } .icon-ic_fluent_align_end_vertical_20_filled:before { content: "\e031"; } .icon-ic_fluent_align_space_around_horizontal_20_filled:before { content: "\e03e"; } .icon-ic_fluent_align_space_around_vertical_20_filled:before { content: "\e03f"; } .icon-ic_fluent_align_space_between_horizontal_20_filled:before { content: "\e040"; } .icon-ic_fluent_align_space_between_vertical_20_filled:before { content: "\e041"; } .icon-ic_fluent_align_space_evenly_horizontal_20_filled:before { content: "\e042"; } .icon-ic_fluent_align_space_evenly_vertical_20_filled:before { content: "\e043"; } .icon-ic_fluent_align_space_fit_vertical_20_filled:before { content: "\e044"; } .icon-ic_fluent_align_start_horizontal_20_filled:before { content: "\e045"; } .icon-ic_fluent_align_start_vertical_20_filled:before { content: "\e046"; } .icon-ic_fluent_align_stretch_horizontal_20_filled:before { content: "\e047"; } .icon-ic_fluent_align_stretch_vertical_20_filled:before { content: "\e048"; } .icon-ic_fluent_arrow_collapse_all_20_filled:before { content: "\e0b0"; } .icon-ic_fluent_arrow_collapse_all_24_filled:before { content: "\e0b1"; } .icon-ic_fluent_arrow_wrap_20_filled:before { content: "\e133"; } .icon-ic_fluent_arrow_wrap_off_20_filled:before { content: "\e134"; } .icon-ic_fluent_center_horizontal_20_filled:before { content: "\e2cc"; } .icon-ic_fluent_document_multiple_24_filled:before { content: "\e52d"; } .icon-ic_fluent_document_multiple_percent_24_filled:before { content: "\e52f"; } .icon-ic_fluent_document_table_16_filled:before { content: "\e556"; } .icon-ic_fluent_document_table_20_filled:before { content: "\e557"; } .icon-ic_fluent_document_table_24_filled:before { content: "\e558"; } .icon-ic_fluent_glance_horizontal_12_filled:before { content: "\e6b3"; } .icon-ic_fluent_panel_left_expand_16_filled:before { content: "\e8c6"; } .icon-ic_fluent_square_shadow_12_filled:before { content: "\eba0"; } .icon-ic_fluent_text_baseline_20_filled:before { content: "\eccf"; } .icon-ic_fluent_arrow_circle_down_12_filled:before { content: "\e089"; } .icon-ic_fluent_arrow_circle_down_16_filled:before { content: "\e08a"; } .icon-ic_fluent_arrow_circle_down_28_filled:before { content: "\e08b"; } .icon-ic_fluent_arrow_circle_down_32_filled:before { content: "\e08c"; } .icon-ic_fluent_arrow_circle_down_48_filled:before { content: "\e08d"; } .icon-ic_fluent_arrow_circle_left_20_filled:before { content: "\e094"; } .icon-ic_fluent_arrow_circle_left_24_filled:before { content: "\e095"; } .icon-ic_fluent_arrow_circle_left_28_filled:before { content: "\e096"; } .icon-ic_fluent_arrow_circle_left_32_filled:before { content: "\e097"; } .icon-ic_fluent_arrow_circle_left_48_filled:before { content: "\e098"; } .icon-ic_fluent_arrow_circle_right_20_filled:before { content: "\e09b"; } .icon-ic_fluent_arrow_circle_right_28_filled:before { content: "\e09d"; } .icon-ic_fluent_arrow_circle_right_32_filled:before { content: "\e09e"; } .icon-ic_fluent_arrow_circle_right_48_filled:before { content: "\e09f"; } .icon-ic_fluent_arrow_circle_up_12_filled:before { content: "\e0a0"; } .icon-ic_fluent_arrow_circle_up_28_filled:before { content: "\e0a4"; } .icon-ic_fluent_arrow_circle_up_32_filled:before { content: "\e0a5"; } .icon-ic_fluent_arrow_circle_up_48_filled:before { content: "\e0a6"; } .icon-ic_fluent_arrow_trending_checkmark_20_filled:before { content: "\e117"; } .icon-ic_fluent_arrow_trending_checkmark_24_filled:before { content: "\e118"; } .icon-ic_fluent_arrow_trending_settings_20_filled:before { content: "\e11e"; } .icon-ic_fluent_arrow_trending_settings_24_filled:before { content: "\e11f"; } .icon-ic_fluent_balloon_12_filled:before { content: "\e14c"; } .icon-ic_fluent_calendar_work_week_28_filled:before { content: "\e282"; } .icon-ic_fluent_channel_subtract_16_filled:before { content: "\e2ec"; } .icon-ic_fluent_channel_subtract_20_filled:before { content: "\e2ed"; } .icon-ic_fluent_channel_subtract_24_filled:before { content: "\e2ee"; } .icon-ic_fluent_channel_subtract_28_filled:before { content: "\e2ef"; } .icon-ic_fluent_channel_subtract_48_filled:before { content: "\e2f0"; } .icon-ic_fluent_clipboard_settings_24_filled:before { content: "\e371"; } .icon-ic_fluent_cloud_archive_16_filled:before { content: "\e39b"; } .icon-ic_fluent_cloud_archive_20_filled:before { content: "\e39c"; } .icon-ic_fluent_cloud_words_16_filled:before { content: "\e3c8"; } .icon-ic_fluent_cloud_words_20_filled:before { content: "\e3c9"; } .icon-ic_fluent_cloud_words_24_filled:before { content: "\e3ca"; } .icon-ic_fluent_cloud_words_28_filled:before { content: "\e3cb"; } .icon-ic_fluent_cloud_words_32_filled:before { content: "\e3cc"; } .icon-ic_fluent_cloud_words_48_filled:before { content: "\e3cd"; } .icon-ic_fluent_column_arrow_right_20_filled:before { content: "\e3d6"; } .icon-ic_fluent_control_button_20_filled:before { content: "\e427"; } .icon-ic_fluent_control_button_24_filled:before { content: "\e428"; } .icon-ic_fluent_credit_card_person_20_filled:before { content: "\e434"; } .icon-ic_fluent_credit_card_person_24_filled:before { content: "\e435"; } .icon-ic_fluent_credit_card_toolbox_24_filled:before { content: "\e436"; } .icon-ic_fluent_cube_link_20_filled:before { content: "\e43d"; } .icon-ic_fluent_delete_lines_20_filled:before { content: "\e48d"; } .icon-ic_fluent_dialpad_28_filled:before { content: "\e4c2"; } .icon-ic_fluent_dialpad_32_filled:before { content: "\e4c3"; } .icon-ic_fluent_dialpad_48_filled:before { content: "\e4c4"; } .icon-ic_fluent_diversity_20_filled:before { content: "\e4d4"; } .icon-ic_fluent_diversity_24_filled:before { content: "\e4d5"; } .icon-ic_fluent_diversity_28_filled:before { content: "\e4d6"; } .icon-ic_fluent_diversity_48_filled:before { content: "\e4d7"; } .icon-ic_fluent_food_cake_12_filled:before { content: "\e676"; } .icon-ic_fluent_globe_prohibited_20_filled:before { content: "\e6c6"; } .icon-ic_fluent_globe_search_20_filled:before { content: "\e6c7"; } .icon-ic_fluent_globe_video_28_filled:before { content: "\e6cd"; } .icon-ic_fluent_globe_video_32_filled:before { content: "\e6ce"; } .icon-ic_fluent_globe_video_48_filled:before { content: "\e6cf"; } .icon-ic_fluent_guardian_20_filled:before { content: "\e6da"; } .icon-ic_fluent_guardian_24_filled:before { content: "\e6db"; } .icon-ic_fluent_guardian_28_filled:before { content: "\e6dc"; } .icon-ic_fluent_guardian_48_filled:before { content: "\e6dd"; } .icon-ic_fluent_hat_graduation_12_filled:before { content: "\e6f1"; } .icon-ic_fluent_lock_closed_32_filled:before { content: "\e79f"; } .icon-ic_fluent_money_calculator_20_filled:before { content: "\e826"; } .icon-ic_fluent_money_calculator_24_filled:before { content: "\e827"; } .icon-ic_fluent_money_settings_20_filled:before { content: "\e82e"; } .icon-ic_fluent_options_48_filled:before { content: "\e8a7"; } .icon-ic_fluent_pause_settings_20_filled:before { content: "\e8e5"; } .icon-ic_fluent_person_lock_24_filled:before { content: "\e948"; } .icon-ic_fluent_person_note_20_filled:before { content: "\e950"; } .icon-ic_fluent_road_cone_16_filled:before { content: "\ea39"; } .icon-ic_fluent_road_cone_20_filled:before { content: "\ea3a"; } .icon-ic_fluent_road_cone_24_filled:before { content: "\ea3b"; } .icon-ic_fluent_road_cone_28_filled:before { content: "\ea3c"; } .icon-ic_fluent_road_cone_32_filled:before { content: "\ea3d"; } .icon-ic_fluent_road_cone_48_filled:before { content: "\ea3e"; } .icon-ic_fluent_scan_thumb_up_16_filled:before { content: "\ea6f"; } .icon-ic_fluent_scan_thumb_up_20_filled:before { content: "\ea70"; } .icon-ic_fluent_scan_thumb_up_24_filled:before { content: "\ea71"; } .icon-ic_fluent_scan_thumb_up_28_filled:before { content: "\ea72"; } .icon-ic_fluent_scan_thumb_up_48_filled:before { content: "\ea73"; } .icon-ic_fluent_share_48_filled:before { content: "\eab1"; } .icon-ic_fluent_speaker_0_32_filled:before { content: "\eb43"; } .icon-ic_fluent_speaker_1_32_filled:before { content: "\eb48"; } .icon-ic_fluent_speaker_2_32_filled:before { content: "\eb4e"; } .icon-ic_fluent_sticker_12_filled:before { content: "\ebbb"; } .icon-ic_fluent_toolbox_12_filled:before { content: "\ed99"; } .icon-ic_fluent_vehicle_car_collision_16_filled:before { content: "\edda"; } .icon-ic_fluent_vehicle_car_collision_20_filled:before { content: "\eddb"; } .icon-ic_fluent_vehicle_car_collision_24_filled:before { content: "\eddc"; } .icon-ic_fluent_vehicle_car_collision_48_filled:before { content: "\eddf"; } .icon-ic_fluent_wallet_20_filled:before { content: "\ee2c"; } .icon-ic_fluent_wallet_24_filled:before { content: "\ee2d"; } .icon-ic_fluent_whiteboard_48_filled:before { content: "\ee56"; } .icon-ic_fluent_call_48_filled:before { content: "\e288"; } .icon-ic_fluent_closed_caption_32_filled:before { content: "\e390"; } .icon-ic_fluent_desktop_keyboard_16_filled:before { content: "\e4a0"; } .icon-ic_fluent_desktop_keyboard_20_filled:before { content: "\e4a1"; } .icon-ic_fluent_desktop_keyboard_24_filled:before { content: "\e4a2"; } .icon-ic_fluent_desktop_keyboard_28_filled:before { content: "\e4a3"; } .icon-ic_fluent_heart_12_filled:before { content: "\e707"; } .icon-ic_fluent_image_alt_text_16_filled:before { content: "\e728"; } .icon-ic_fluent_inking_tool_accent_32_filled:before { content: "\e748"; } .icon-ic_fluent_mail_12_filled:before { content: "\e7ae"; } .icon-ic_fluent_more_circle_32_filled:before { content: "\e830"; } .icon-ic_fluent_number_symbol_32_filled:before { content: "\e896"; } .icon-ic_fluent_poll_16_filled:before { content: "\e9b0"; } .icon-ic_fluent_rectangle_landscape_12_filled:before { content: "\ea0f"; } .icon-ic_fluent_rectangle_landscape_16_filled:before { content: "\ea10"; } .icon-ic_fluent_rectangle_landscape_24_filled:before { content: "\ea12"; } .icon-ic_fluent_rectangle_landscape_28_filled:before { content: "\ea13"; } .icon-ic_fluent_rectangle_landscape_32_filled:before { content: "\ea14"; } .icon-ic_fluent_rectangle_landscape_48_filled:before { content: "\ea15"; } .icon-ic_fluent_scan_thumb_up_off_16_filled:before { content: "\ea74"; } .icon-ic_fluent_scan_thumb_up_off_20_filled:before { content: "\ea75"; } .icon-ic_fluent_scan_thumb_up_off_24_filled:before { content: "\ea76"; } .icon-ic_fluent_scan_thumb_up_off_28_filled:before { content: "\ea77"; } .icon-ic_fluent_scan_thumb_up_off_48_filled:before { content: "\ea78"; } .icon-ic_fluent_send_clock_24_filled:before { content: "\ea98"; } .icon-ic_fluent_share_screen_person_16_filled:before { content: "\eab3"; } .icon-ic_fluent_share_screen_person_20_filled:before { content: "\eab4"; } .icon-ic_fluent_share_screen_person_24_filled:before { content: "\eab5"; } .icon-ic_fluent_share_screen_person_28_filled:before { content: "\eab6"; } .icon-ic_fluent_share_screen_person_overlay_16_filled:before { content: "\eab7"; } .icon-ic_fluent_share_screen_person_overlay_20_filled:before { content: "\eab8"; } .icon-ic_fluent_share_screen_person_overlay_24_filled:before { content: "\eab9"; } .icon-ic_fluent_share_screen_person_overlay_28_filled:before { content: "\eaba"; } .icon-ic_fluent_share_screen_person_overlay_inside_16_filled:before { content: "\eabb"; } .icon-ic_fluent_share_screen_person_overlay_inside_20_filled:before { content: "\eabc"; } .icon-ic_fluent_share_screen_person_overlay_inside_24_filled:before { content: "\eabd"; } .icon-ic_fluent_share_screen_person_overlay_inside_28_filled:before { content: "\eabe"; } .icon-ic_fluent_slide_microphone_32_filled:before { content: "\eb24"; } .icon-ic_fluent_snooze_20_filled:before { content: "\eb36"; } .icon-ic_fluent_tag_32_filled:before { content: "\ec6c"; } .icon-ic_fluent_tag_dismiss_16_filled:before { content: "\ec6e"; } .icon-ic_fluent_tag_lock_16_filled:before { content: "\ec74"; } .icon-ic_fluent_tag_lock_20_filled:before { content: "\ec75"; } .icon-ic_fluent_tag_lock_24_filled:before { content: "\ec76"; } .icon-ic_fluent_tag_lock_32_filled:before { content: "\ec77"; } .icon-ic_fluent_tag_lock_accent_16_filled:before { content: "\ec78"; } .icon-ic_fluent_tag_lock_accent_20_filled:before { content: "\ec79"; } .icon-ic_fluent_tag_lock_accent_24_filled:before { content: "\ec7a"; } .icon-ic_fluent_tag_lock_accent_32_filled:before { content: "\ec7b"; } .icon-ic_fluent_text_align_center_16_filled:before { content: "\ecb0"; } .icon-ic_fluent_text_align_left_16_filled:before { content: "\ecc1"; } .icon-ic_fluent_text_align_right_16_filled:before { content: "\ecc8"; } .icon-ic_fluent_text_change_case_16_filled:before { content: "\ecf0"; } .icon-ic_fluent_text_clear_formatting_16_filled:before { content: "\ecf1"; } .icon-ic_fluent_text_color_accent_16_filled:before { content: "\ecf4"; } .icon-ic_fluent_text_color_accent_20_filled:before { content: "\ecf5"; } .icon-ic_fluent_text_color_accent_24_filled:before { content: "\ecf6"; } .icon-ic_fluent_text_font_size_16_filled:before { content: "\ed11"; } .icon-ic_fluent_text_indent_decrease_ltr_16_filled:before { content: "\ed23"; } .icon-ic_fluent_text_indent_decrease_ltr_20_filled:before { content: "\ed24"; } .icon-ic_fluent_text_indent_decrease_ltr_24_filled:before { content: "\ed25"; } .icon-ic_fluent_text_indent_decrease_rtl_16_filled:before { content: "\ed2a"; } .icon-ic_fluent_text_indent_decrease_rtl_20_filled:before { content: "\ed2b"; } .icon-ic_fluent_text_indent_decrease_rtl_24_filled:before { content: "\ed2c"; } .icon-ic_fluent_text_indent_increase_ltr_16_filled:before { content: "\ed2d"; } .icon-ic_fluent_text_indent_increase_ltr_20_filled:before { content: "\ed2e"; } .icon-ic_fluent_text_indent_increase_ltr_24_filled:before { content: "\ed2f"; } .icon-ic_fluent_text_indent_increase_rtl_16_filled:before { content: "\ed34"; } .icon-ic_fluent_text_indent_increase_rtl_20_filled:before { content: "\ed35"; } .icon-ic_fluent_text_indent_increase_rtl_24_filled:before { content: "\ed36"; } .icon-ic_fluent_text_number_list_ltr_16_filled:before { content: "\ed3a"; } .icon-ic_fluent_text_number_list_rtl_16_filled:before { content: "\ed3f"; } .icon-ic_fluent_text_paragraph_direction_left_16_filled:before { content: "\ed46"; } .icon-ic_fluent_text_paragraph_direction_left_20_filled:before { content: "\ed47"; } .icon-ic_fluent_text_paragraph_direction_right_16_filled:before { content: "\ed48"; } .icon-ic_fluent_text_paragraph_direction_right_20_filled:before { content: "\ed49"; } .icon-ic_fluent_text_subscript_16_filled:before { content: "\ed61"; } .icon-ic_fluent_text_superscript_16_filled:before { content: "\ed62"; } .icon-ic_fluent_apps_list_detail_20_filled:before { content: "\e064"; } .icon-ic_fluent_apps_list_detail_24_filled:before { content: "\e065"; } .icon-ic_fluent_arrow_maximize_32_filled:before { content: "\e0d8"; } .icon-ic_fluent_arrow_outline_up_right_32_filled:before { content: "\e0e0"; } .icon-ic_fluent_arrow_up_right_32_filled:before { content: "\e130"; } .icon-ic_fluent_box_edit_20_filled:before { content: "\e1d9"; } .icon-ic_fluent_box_edit_24_filled:before { content: "\e1da"; } .icon-ic_fluent_box_toolbox_20_filled:before { content: "\e1e7"; } .icon-ic_fluent_box_toolbox_24_filled:before { content: "\e1e8"; } .icon-ic_fluent_chat_video_20_filled:before { content: "\e305"; } .icon-ic_fluent_chat_video_24_filled:before { content: "\e306"; } .icon-ic_fluent_circle_32_filled:before { content: "\e347"; } .icon-ic_fluent_database_link_20_filled:before { content: "\e478"; } .icon-ic_fluent_database_link_24_filled:before { content: "\e479"; } .icon-ic_fluent_diamond_32_filled:before { content: "\e4ca"; } .icon-ic_fluent_document_text_20_filled:before { content: "\e563"; } .icon-ic_fluent_document_text_24_filled:before { content: "\e564"; } .icon-ic_fluent_document_text_link_20_filled:before { content: "\e569"; } .icon-ic_fluent_document_text_link_24_filled:before { content: "\e56a"; } .icon-ic_fluent_globe_shield_20_filled:before { content: "\e6c8"; } .icon-ic_fluent_globe_shield_24_filled:before { content: "\e6c9"; } .icon-ic_fluent_line_32_filled:before { content: "\e775"; } .icon-ic_fluent_line_dashes_32_filled:before { content: "\e779"; } .icon-ic_fluent_number_symbol_28_filled:before { content: "\e895"; } .icon-ic_fluent_number_symbol_48_filled:before { content: "\e897"; } .icon-ic_fluent_oval_32_filled:before { content: "\e8b3"; } .icon-ic_fluent_pentagon_32_filled:before { content: "\e8fb"; } .icon-ic_fluent_play_circle_48_filled:before { content: "\e9a8"; } .icon-ic_fluent_projection_screen_16_filled:before { content: "\e9dc"; } .icon-ic_fluent_projection_screen_20_filled:before { content: "\e9dd"; } .icon-ic_fluent_projection_screen_24_filled:before { content: "\e9de"; } .icon-ic_fluent_projection_screen_28_filled:before { content: "\e9df"; } .icon-ic_fluent_projection_screen_dismiss_16_filled:before { content: "\e9e0"; } .icon-ic_fluent_projection_screen_dismiss_20_filled:before { content: "\e9e1"; } .icon-ic_fluent_projection_screen_dismiss_24_filled:before { content: "\e9e2"; } .icon-ic_fluent_projection_screen_dismiss_28_filled:before { content: "\e9e3"; } .icon-ic_fluent_rhombus_32_filled:before { content: "\ea2b"; } .icon-ic_fluent_save_arrow_right_20_filled:before { content: "\ea4d"; } .icon-ic_fluent_save_arrow_right_24_filled:before { content: "\ea4e"; } .icon-ic_fluent_shortpick_20_filled:before { content: "\eaff"; } .icon-ic_fluent_shortpick_24_filled:before { content: "\eb00"; } .icon-ic_fluent_sparkle_16_filled:before { content: "\eb3b"; } .icon-ic_fluent_sparkle_20_filled:before { content: "\eb3c"; } .icon-ic_fluent_sparkle_24_filled:before { content: "\eb3d"; } .icon-ic_fluent_sparkle_28_filled:before { content: "\eb3e"; } .icon-ic_fluent_sparkle_48_filled:before { content: "\eb3f"; } .icon-ic_fluent_square_32_filled:before { content: "\eb81"; } .icon-ic_fluent_subtract_square_24_filled:before { content: "\ebd4"; } .icon-ic_fluent_text_case_lowercase_16_filled:before { content: "\ece7"; } .icon-ic_fluent_text_case_lowercase_20_filled:before { content: "\ece8"; } .icon-ic_fluent_text_case_lowercase_24_filled:before { content: "\ece9"; } .icon-ic_fluent_text_case_title_16_filled:before { content: "\ecea"; } .icon-ic_fluent_text_case_title_20_filled:before { content: "\eceb"; } .icon-ic_fluent_text_case_title_24_filled:before { content: "\ecec"; } .icon-ic_fluent_text_case_uppercase_16_filled:before { content: "\eced"; } .icon-ic_fluent_text_case_uppercase_20_filled:before { content: "\ecee"; } .icon-ic_fluent_text_case_uppercase_24_filled:before { content: "\ecef"; } .icon-ic_fluent_triangle_32_filled:before { content: "\eda7"; } .icon-ic_fluent_video_person_sparkle_16_filled:before { content: "\ee12"; } .icon-ic_fluent_video_person_sparkle_20_filled:before { content: "\ee13"; } .icon-ic_fluent_video_person_sparkle_24_filled:before { content: "\ee14"; } .icon-ic_fluent_video_person_sparkle_28_filled:before { content: "\ee15"; } .icon-ic_fluent_video_person_sparkle_48_filled:before { content: "\ee16"; } .icon-ic_fluent_accessibility_48_filled:before { content: "\e002"; } .icon-ic_fluent_archive_multiple_16_filled:before { content: "\e06d"; } .icon-ic_fluent_archive_multiple_20_filled:before { content: "\e06e"; } .icon-ic_fluent_archive_multiple_24_filled:before { content: "\e06f"; } .icon-ic_fluent_arrow_reset_32_filled:before { content: "\e0e8"; } .icon-ic_fluent_arrow_reset_48_filled:before { content: "\e0e9"; } .icon-ic_fluent_box_20_filled:before { content: "\e1cf"; } .icon-ic_fluent_box_24_filled:before { content: "\e1d0"; } .icon-ic_fluent_box_dismiss_20_filled:before { content: "\e1d7"; } .icon-ic_fluent_box_dismiss_24_filled:before { content: "\e1d8"; } .icon-ic_fluent_clear_formatting_16_filled:before { content: "\e355"; } .icon-ic_fluent_clear_formatting_20_filled:before { content: "\e356"; } .icon-ic_fluent_clipboard_clock_20_filled:before { content: "\e362"; } .icon-ic_fluent_clipboard_clock_24_filled:before { content: "\e363"; } .icon-ic_fluent_cloud_archive_24_filled:before { content: "\e39d"; } .icon-ic_fluent_cloud_archive_28_filled:before { content: "\e39e"; } .icon-ic_fluent_cloud_archive_32_filled:before { content: "\e39f"; } .icon-ic_fluent_cloud_archive_48_filled:before { content: "\e3a0"; } .icon-ic_fluent_document_table_arrow_right_20_filled:before { content: "\e559"; } .icon-ic_fluent_document_table_arrow_right_24_filled:before { content: "\e55a"; } .icon-ic_fluent_document_table_checkmark_20_filled:before { content: "\e55b"; } .icon-ic_fluent_document_table_checkmark_24_filled:before { content: "\e55c"; } .icon-ic_fluent_document_text_clock_20_filled:before { content: "\e565"; } .icon-ic_fluent_document_text_clock_24_filled:before { content: "\e566"; } .icon-ic_fluent_flash_settings_20_filled:before { content: "\e633"; } .icon-ic_fluent_flash_settings_24_filled:before { content: "\e634"; } .icon-ic_fluent_games_16_filled:before { content: "\e696"; } .icon-ic_fluent_games_20_filled:before { content: "\e697"; } .icon-ic_fluent_games_28_filled:before { content: "\e698"; } .icon-ic_fluent_games_32_filled:before { content: "\e699"; } .icon-ic_fluent_games_48_filled:before { content: "\e69a"; } .icon-ic_fluent_hand_draw_28_filled:before { content: "\e6e6"; } .icon-ic_fluent_lasso_28_filled:before { content: "\e765"; } .icon-ic_fluent_money_dismiss_20_filled:before { content: "\e828"; } .icon-ic_fluent_money_dismiss_24_filled:before { content: "\e829"; } .icon-ic_fluent_money_off_20_filled:before { content: "\e82c"; } .icon-ic_fluent_money_off_24_filled:before { content: "\e82d"; } .icon-ic_fluent_note_28_filled:before { content: "\e878"; } .icon-ic_fluent_note_48_filled:before { content: "\e879"; } .icon-ic_fluent_person_lightbulb_20_filled:before { content: "\e946"; } .icon-ic_fluent_person_lightbulb_24_filled:before { content: "\e947"; } .icon-ic_fluent_picture_in_picture_enter_16_filled:before { content: "\e98e"; } .icon-ic_fluent_picture_in_picture_enter_20_filled:before { content: "\e98f"; } .icon-ic_fluent_picture_in_picture_enter_24_filled:before { content: "\e990"; } .icon-ic_fluent_picture_in_picture_exit_16_filled:before { content: "\e991"; } .icon-ic_fluent_picture_in_picture_exit_20_filled:before { content: "\e992"; } .icon-ic_fluent_picture_in_picture_exit_24_filled:before { content: "\e993"; } .icon-ic_fluent_plug_connected_20_filled:before { content: "\e9ab"; } .icon-ic_fluent_sanitize_20_filled:before { content: "\ea49"; } .icon-ic_fluent_sanitize_24_filled:before { content: "\ea4a"; } .icon-ic_fluent_settings_32_filled:before { content: "\ea9d"; } .icon-ic_fluent_settings_48_filled:before { content: "\ea9e"; } .icon-ic_fluent_shapes_28_filled:before { content: "\eaad"; } .icon-ic_fluent_shapes_48_filled:before { content: "\eaae"; } .icon-ic_fluent_shopping_bag_percent_20_filled:before { content: "\eaf9"; } .icon-ic_fluent_shopping_bag_percent_24_filled:before { content: "\eafa"; } .icon-ic_fluent_shopping_bag_tag_20_filled:before { content: "\eafd"; } .icon-ic_fluent_shopping_bag_tag_24_filled:before { content: "\eafe"; } .icon-ic_fluent_stack_arrow_forward_20_filled:before { content: "\eba3"; } .icon-ic_fluent_stack_arrow_forward_24_filled:before { content: "\eba4"; } .icon-ic_fluent_table_lightning_20_filled:before { content: "\ec28"; } .icon-ic_fluent_table_lightning_24_filled:before { content: "\ec29"; } .icon-ic_fluent_table_link_20_filled:before { content: "\ec2c"; } .icon-ic_fluent_table_link_24_filled:before { content: "\ec2d"; } .icon-ic_fluent_text_t_28_filled:before { content: "\ed65"; } .icon-ic_fluent_text_t_48_filled:before { content: "\ed66"; } .icon-ic_fluent_thumb_like_28_filled:before { content: "\ed79"; } .icon-ic_fluent_thumb_like_48_filled:before { content: "\ed7a"; } .icon-ic_fluent_video_off_32_filled:before { content: "\ee06"; } .icon-ic_fluent_video_off_48_filled:before { content: "\ee07"; } .icon-ic_fluent_bookmark_search_20_filled:before { content: "\e1ad"; } .icon-ic_fluent_bookmark_search_24_filled:before { content: "\e1ae"; } .icon-ic_fluent_building_factory_16_filled:before { content: "\e22a"; } .icon-ic_fluent_building_factory_20_filled:before { content: "\e22b"; } .icon-ic_fluent_building_factory_28_filled:before { content: "\e22d"; } .icon-ic_fluent_building_factory_32_filled:before { content: "\e22e"; } .icon-ic_fluent_building_factory_48_filled:before { content: "\e22f"; } .icon-ic_fluent_calendar_chat_20_filled:before { content: "\e255"; } .icon-ic_fluent_calendar_chat_24_filled:before { content: "\e256"; } .icon-ic_fluent_calendar_toolbox_20_filled:before { content: "\e27f"; } .icon-ic_fluent_calendar_toolbox_24_filled:before { content: "\e280"; } .icon-ic_fluent_camera_switch_20_filled:before { content: "\e2b6"; } .icon-ic_fluent_comment_multiple_32_filled:before { content: "\e400"; } .icon-ic_fluent_comment_multiple_link_16_filled:before { content: "\e405"; } .icon-ic_fluent_comment_multiple_link_20_filled:before { content: "\e406"; } .icon-ic_fluent_comment_multiple_link_24_filled:before { content: "\e407"; } .icon-ic_fluent_comment_multiple_link_28_filled:before { content: "\e408"; } .icon-ic_fluent_comment_multiple_link_32_filled:before { content: "\e409"; } .icon-ic_fluent_contact_card_ribbon_16_filled:before { content: "\e41d"; } .icon-ic_fluent_contact_card_ribbon_20_filled:before { content: "\e41e"; } .icon-ic_fluent_contact_card_ribbon_24_filled:before { content: "\e41f"; } .icon-ic_fluent_contact_card_ribbon_28_filled:before { content: "\e420"; } .icon-ic_fluent_contact_card_ribbon_32_filled:before { content: "\e421"; } .icon-ic_fluent_contact_card_ribbon_48_filled:before { content: "\e422"; } .icon-ic_fluent_database_person_20_filled:before { content: "\e47b"; } .icon-ic_fluent_database_person_24_filled:before { content: "\e47c"; } .icon-ic_fluent_document_flowchart_20_filled:before { content: "\e506"; } .icon-ic_fluent_document_flowchart_24_filled:before { content: "\e507"; } .icon-ic_fluent_document_table_search_20_filled:before { content: "\e55f"; } .icon-ic_fluent_document_table_search_24_filled:before { content: "\e560"; } .icon-ic_fluent_document_text_extract_20_filled:before { content: "\e567"; } .icon-ic_fluent_document_text_extract_24_filled:before { content: "\e568"; } .icon-ic_fluent_fast_forward_16_filled:before { content: "\e613"; } .icon-ic_fluent_fast_forward_28_filled:before { content: "\e614"; } .icon-ic_fluent_flowchart_20_filled:before { content: "\e645"; } .icon-ic_fluent_flowchart_24_filled:before { content: "\e646"; } .icon-ic_fluent_flowchart_circle_20_filled:before { content: "\e647"; } .icon-ic_fluent_flowchart_circle_24_filled:before { content: "\e648"; } .icon-ic_fluent_folder_sync_24_filled:before { content: "\e672"; } .icon-ic_fluent_heart_circle_16_filled:before { content: "\e70b"; } .icon-ic_fluent_heart_circle_20_filled:before { content: "\e70c"; } .icon-ic_fluent_heart_circle_24_filled:before { content: "\e70d"; } .icon-ic_fluent_megaphone_loud_24_filled:before { content: "\e7fe"; } .icon-ic_fluent_people_lock_20_filled:before { content: "\e911"; } .icon-ic_fluent_people_lock_24_filled:before { content: "\e912"; } .icon-ic_fluent_person_circle_24_filled:before { content: "\e93b"; } .icon-ic_fluent_phone_update_checkmark_20_filled:before { content: "\e987"; } .icon-ic_fluent_phone_update_checkmark_24_filled:before { content: "\e988"; } .icon-ic_fluent_plug_connected_24_filled:before { content: "\e9ac"; } .icon-ic_fluent_rewind_16_filled:before { content: "\ea25"; } .icon-ic_fluent_rewind_28_filled:before { content: "\ea26"; } .icon-ic_fluent_save_multiple_20_filled:before { content: "\ea53"; } .icon-ic_fluent_save_multiple_24_filled:before { content: "\ea54"; } .icon-ic_fluent_scan_type_checkmark_20_filled:before { content: "\ea7b"; } .icon-ic_fluent_scan_type_checkmark_24_filled:before { content: "\ea7c"; } .icon-ic_fluent_select_object_skew_20_filled:before { content: "\ea91"; } .icon-ic_fluent_select_object_skew_24_filled:before { content: "\ea92"; } .icon-ic_fluent_select_object_skew_dismiss_20_filled:before { content: "\ea93"; } .icon-ic_fluent_select_object_skew_dismiss_24_filled:before { content: "\ea94"; } .icon-ic_fluent_select_object_skew_edit_20_filled:before { content: "\ea95"; } .icon-ic_fluent_select_object_skew_edit_24_filled:before { content: "\ea96"; } .icon-ic_fluent_shopping_bag_dismiss_20_filled:before { content: "\eaf5"; } .icon-ic_fluent_shopping_bag_dismiss_24_filled:before { content: "\eaf6"; } .icon-ic_fluent_shopping_bag_pause_20_filled:before { content: "\eaf7"; } .icon-ic_fluent_shopping_bag_pause_24_filled:before { content: "\eaf8"; } .icon-ic_fluent_tag_error_16_filled:before { content: "\ec71"; } .icon-ic_fluent_tag_error_20_filled:before { content: "\ec72"; } .icon-ic_fluent_tag_error_24_filled:before { content: "\ec73"; } .icon-ic_fluent_tag_multiple_24_filled:before { content: "\ec7d"; } .icon-ic_fluent_tag_question_mark_20_filled:before { content: "\ec81"; } .icon-ic_fluent_tag_question_mark_32_filled:before { content: "\ec83"; } .icon-ic_fluent_text_column_one_wide_lightning_20_filled:before { content: "\ecfb"; } .icon-ic_fluent_text_column_one_wide_lightning_24_filled:before { content: "\ecfc"; } .icon-ic_fluent_text_font_info_16_filled:before { content: "\ed0e"; } .icon-ic_fluent_text_font_info_20_filled:before { content: "\ed0f"; } .icon-ic_fluent_text_font_info_24_filled:before { content: "\ed10"; } .icon-ic_fluent_tray_item_add_20_filled:before { content: "\ed9e"; } .icon-ic_fluent_tray_item_add_24_filled:before { content: "\ed9f"; } .icon-ic_fluent_tray_item_remove_20_filled:before { content: "\eda0"; } .icon-ic_fluent_tray_item_remove_24_filled:before { content: "\eda1"; } .icon-ic_fluent_vehicle_truck_bag_20_filled:before { content: "\edea"; } .icon-ic_fluent_vehicle_truck_bag_24_filled:before { content: "\edeb"; } .icon-ic_fluent_checkmark_starburst_20_filled:before { content: "\e31f"; } .icon-ic_fluent_checkmark_starburst_24_filled:before { content: "\e320"; } .icon-ic_fluent_access_time_20_filled:before { content: "\e000"; } .icon-ic_fluent_accessibility_checkmark_20_filled:before { content: "\e003"; } .icon-ic_fluent_add_square_20_filled:before { content: "\e007"; } .icon-ic_fluent_album_20_filled:before { content: "\e00f"; } .icon-ic_fluent_album_add_20_filled:before { content: "\e011"; } .icon-ic_fluent_alert_on_20_filled:before { content: "\e01a"; } .icon-ic_fluent_app_generic_20_filled:before { content: "\e05c"; } .icon-ic_fluent_app_recent_20_filled:before { content: "\e05d"; } .icon-ic_fluent_app_title_20_filled:before { content: "\e05e"; } .icon-ic_fluent_arrow_autofit_down_20_filled:before { content: "\e075"; } .icon-ic_fluent_arrow_autofit_height_20_filled:before { content: "\e077"; } .icon-ic_fluent_arrow_autofit_height_dotted_20_filled:before { content: "\e078"; } .icon-ic_fluent_arrow_autofit_up_20_filled:before { content: "\e07a"; } .icon-ic_fluent_arrow_autofit_width_20_filled:before { content: "\e07c"; } .icon-ic_fluent_arrow_autofit_width_dotted_20_filled:before { content: "\e07d"; } .icon-ic_fluent_arrow_bounce_20_filled:before { content: "\e087"; } .icon-ic_fluent_arrow_circle_down_right_20_filled:before { content: "\e08f"; } .icon-ic_fluent_arrow_circle_up_left_20_filled:before { content: "\e0a7"; } .icon-ic_fluent_arrow_expand_20_filled:before { content: "\e0c5"; } .icon-ic_fluent_arrow_fit_20_filled:before { content: "\e0cd"; } .icon-ic_fluent_arrow_minimize_vertical_20_filled:before { content: "\e0db"; } .icon-ic_fluent_arrow_sort_down_lines_24_filled:before { content: "\e0f2"; } .icon-ic_fluent_arrow_square_down_20_filled:before { content: "\e0f6"; } .icon-ic_fluent_arrow_step_back_20_filled:before { content: "\e0f9"; } .icon-ic_fluent_arrow_step_in_left_20_filled:before { content: "\e101"; } .icon-ic_fluent_arrow_step_in_right_20_filled:before { content: "\e106"; } .icon-ic_fluent_arrow_step_out_20_filled:before { content: "\e10b"; } .icon-ic_fluent_arrow_step_over_20_filled:before { content: "\e10f"; } .icon-ic_fluent_arrow_turn_bidirectional_down_right_20_filled:before { content: "\e124"; } .icon-ic_fluent_arrow_turn_right_20_filled:before { content: "\e125"; } .icon-ic_fluent_arrows_bidirectional_20_filled:before { content: "\e135"; } .icon-ic_fluent_attach_text_20_filled:before { content: "\e139"; } .icon-ic_fluent_auto_fit_height_20_filled:before { content: "\e13b"; } .icon-ic_fluent_auto_fit_width_20_filled:before { content: "\e13d"; } .icon-ic_fluent_autocorrect_20_filled:before { content: "\e13f"; } .icon-ic_fluent_badge_20_filled:before { content: "\e14b"; } .icon-ic_fluent_battery_checkmark_20_filled:before { content: "\e150"; } .icon-ic_fluent_battery_warning_20_filled:before { content: "\e152"; } .icon-ic_fluent_bluetooth_connected_20_filled:before { content: "\e15f"; } .icon-ic_fluent_bluetooth_disabled_20_filled:before { content: "\e160"; } .icon-ic_fluent_bluetooth_searching_20_filled:before { content: "\e161"; } .icon-ic_fluent_bookmark_multiple_16_filled:before { content: "\e1a6"; } .icon-ic_fluent_bookmark_multiple_28_filled:before { content: "\e1a9"; } .icon-ic_fluent_bookmark_multiple_32_filled:before { content: "\e1aa"; } .icon-ic_fluent_bookmark_multiple_48_filled:before { content: "\e1ab"; } .icon-ic_fluent_branch_fork_hint_20_filled:before { content: "\e1f4"; } .icon-ic_fluent_branch_fork_hint_24_filled:before { content: "\e1f5"; } .icon-ic_fluent_branch_fork_link_20_filled:before { content: "\e1f6"; } .icon-ic_fluent_branch_fork_link_24_filled:before { content: "\e1f7"; } .icon-ic_fluent_calendar_ltr_48_filled:before { content: "\e266"; } .icon-ic_fluent_calendar_rtl_48_filled:before { content: "\e27b"; } .icon-ic_fluent_data_usage_toolbox_20_filled:before { content: "\e46e"; } .icon-ic_fluent_data_usage_toolbox_24_filled:before { content: "\e46f"; } .icon-ic_fluent_desktop_cursor_16_filled:before { content: "\e497"; } .icon-ic_fluent_desktop_cursor_20_filled:before { content: "\e498"; } .icon-ic_fluent_desktop_cursor_24_filled:before { content: "\e499"; } .icon-ic_fluent_desktop_cursor_28_filled:before { content: "\e49a"; } .icon-ic_fluent_desktop_flow_20_filled:before { content: "\e49e"; } .icon-ic_fluent_desktop_flow_24_filled:before { content: "\e49f"; } .icon-ic_fluent_desktop_signal_20_filled:before { content: "\e4ae"; } .icon-ic_fluent_desktop_signal_24_filled:before { content: "\e4af"; } .icon-ic_fluent_emoji_sad_slight_20_filled:before { content: "\e5e2"; } .icon-ic_fluent_emoji_sad_slight_24_filled:before { content: "\e5e3"; } .icon-ic_fluent_emoji_smile_slight_20_filled:before { content: "\e5e4"; } .icon-ic_fluent_emoji_smile_slight_24_filled:before { content: "\e5e5"; } .icon-ic_fluent_food_apple_20_filled:before { content: "\e674"; } .icon-ic_fluent_food_apple_24_filled:before { content: "\e675"; } .icon-ic_fluent_mail_edit_20_filled:before { content: "\e7c1"; } .icon-ic_fluent_mail_edit_24_filled:before { content: "\e7c2"; } .icon-ic_fluent_person_arrow_left_16_filled:before { content: "\e935"; } .icon-ic_fluent_person_edit_20_filled:before { content: "\e940"; } .icon-ic_fluent_person_edit_24_filled:before { content: "\e941"; } .icon-ic_fluent_scan_dash_12_filled:before { content: "\ea62"; } .icon-ic_fluent_scan_dash_16_filled:before { content: "\ea63"; } .icon-ic_fluent_scan_dash_20_filled:before { content: "\ea64"; } .icon-ic_fluent_scan_dash_24_filled:before { content: "\ea65"; } .icon-ic_fluent_scan_dash_28_filled:before { content: "\ea66"; } .icon-ic_fluent_scan_dash_32_filled:before { content: "\ea67"; } .icon-ic_fluent_scan_dash_48_filled:before { content: "\ea68"; } .icon-ic_fluent_square_hint_20_filled:before { content: "\eb8f"; } .icon-ic_fluent_square_hint_24_filled:before { content: "\eb90"; } .icon-ic_fluent_tag_off_20_filled:before { content: "\ec7e"; } .icon-ic_fluent_tag_off_24_filled:before { content: "\ec7f"; } .icon-ic_fluent_text_box_settings_20_filled:before { content: "\ecd1"; } .icon-ic_fluent_text_box_settings_24_filled:before { content: "\ecd2"; } .icon-ic_fluent_vehicle_truck_cube_20_filled:before { content: "\edec"; } .icon-ic_fluent_vehicle_truck_cube_24_filled:before { content: "\eded"; } .icon-ic_fluent_arrow_forward_down_lightning_20_filled:before { content: "\e0d2"; } .icon-ic_fluent_arrow_forward_down_lightning_24_filled:before { content: "\e0d3"; } .icon-ic_fluent_arrow_forward_down_person_20_filled:before { content: "\e0d4"; } .icon-ic_fluent_arrow_forward_down_person_24_filled:before { content: "\e0d5"; } .icon-ic_fluent_arrow_step_in_28_filled:before { content: "\e0fe"; } .icon-ic_fluent_arrow_step_in_left_24_filled:before { content: "\e102"; } .icon-ic_fluent_arrow_step_in_left_28_filled:before { content: "\e103"; } .icon-ic_fluent_arrow_step_in_right_24_filled:before { content: "\e107"; } .icon-ic_fluent_arrow_step_in_right_28_filled:before { content: "\e108"; } .icon-ic_fluent_arrow_step_out_24_filled:before { content: "\e10c"; } .icon-ic_fluent_arrow_step_out_28_filled:before { content: "\e10d"; } .icon-ic_fluent_arrow_trending_text_20_filled:before { content: "\e120"; } .icon-ic_fluent_arrow_trending_text_24_filled:before { content: "\e121"; } .icon-ic_fluent_arrow_trending_wrench_20_filled:before { content: "\e122"; } .icon-ic_fluent_arrow_trending_wrench_24_filled:before { content: "\e123"; } .icon-ic_fluent_battery_10_20_filled:before { content: "\e14e"; } .icon-ic_fluent_beach_32_filled:before { content: "\e157"; } .icon-ic_fluent_beach_48_filled:before { content: "\e158"; } .icon-ic_fluent_book_clock_20_filled:before { content: "\e178"; } .icon-ic_fluent_book_coins_20_filled:before { content: "\e17a"; } .icon-ic_fluent_book_compass_20_filled:before { content: "\e17c"; } .icon-ic_fluent_book_database_20_filled:before { content: "\e182"; } .icon-ic_fluent_book_exclamation_mark_20_filled:before { content: "\e184"; } .icon-ic_fluent_book_globe_20_filled:before { content: "\e186"; } .icon-ic_fluent_book_information_20_filled:before { content: "\e187"; } .icon-ic_fluent_book_letter_20_filled:before { content: "\e189"; } .icon-ic_fluent_book_pulse_20_filled:before { content: "\e198"; } .icon-ic_fluent_book_question_mark_20_filled:before { content: "\e19a"; } .icon-ic_fluent_book_question_mark_rtl_20_filled:before { content: "\e19c"; } .icon-ic_fluent_book_search_20_filled:before { content: "\e19d"; } .icon-ic_fluent_book_star_20_filled:before { content: "\e19f"; } .icon-ic_fluent_book_theta_20_filled:before { content: "\e1a2"; } .icon-ic_fluent_bookmark_off_20_filled:before { content: "\e1ac"; } .icon-ic_fluent_border_bottom_20_filled:before { content: "\e1b2"; } .icon-ic_fluent_border_bottom_double_20_filled:before { content: "\e1b4"; } .icon-ic_fluent_border_bottom_thick_20_filled:before { content: "\e1b6"; } .icon-ic_fluent_border_left_20_filled:before { content: "\e1b8"; } .icon-ic_fluent_border_none_20_filled:before { content: "\e1bc"; } .icon-ic_fluent_border_outside_20_filled:before { content: "\e1be"; } .icon-ic_fluent_border_outside_thick_20_filled:before { content: "\e1c0"; } .icon-ic_fluent_border_right_20_filled:before { content: "\e1c2"; } .icon-ic_fluent_border_top_20_filled:before { content: "\e1c4"; } .icon-ic_fluent_border_top_bottom_20_filled:before { content: "\e1c6"; } .icon-ic_fluent_border_top_bottom_double_20_filled:before { content: "\e1c8"; } .icon-ic_fluent_border_top_bottom_thick_20_filled:before { content: "\e1ca"; } .icon-ic_fluent_branch_20_filled:before { content: "\e1ed"; } .icon-ic_fluent_brightness_high_16_filled:before { content: "\e20a"; } .icon-ic_fluent_brightness_high_20_filled:before { content: "\e20b"; } .icon-ic_fluent_brightness_high_24_filled:before { content: "\e20c"; } .icon-ic_fluent_brightness_high_28_filled:before { content: "\e20d"; } .icon-ic_fluent_brightness_high_32_filled:before { content: "\e20e"; } .icon-ic_fluent_brightness_high_48_filled:before { content: "\e20f"; } .icon-ic_fluent_brightness_low_16_filled:before { content: "\e210"; } .icon-ic_fluent_brightness_low_20_filled:before { content: "\e211"; } .icon-ic_fluent_brightness_low_24_filled:before { content: "\e212"; } .icon-ic_fluent_brightness_low_28_filled:before { content: "\e213"; } .icon-ic_fluent_brightness_low_32_filled:before { content: "\e214"; } .icon-ic_fluent_brightness_low_48_filled:before { content: "\e215"; } .icon-ic_fluent_building_government_20_filled:before { content: "\e230"; } .icon-ic_fluent_building_multiple_20_filled:before { content: "\e237"; } .icon-ic_fluent_chat_dismiss_20_filled:before { content: "\e301"; } .icon-ic_fluent_chat_dismiss_24_filled:before { content: "\e302"; } .icon-ic_fluent_cube_tree_20_filled:before { content: "\e447"; } .icon-ic_fluent_cube_tree_24_filled:before { content: "\e448"; } .icon-ic_fluent_draw_image_20_filled:before { content: "\e57f"; } .icon-ic_fluent_draw_image_24_filled:before { content: "\e580"; } .icon-ic_fluent_draw_shape_20_filled:before { content: "\e581"; } .icon-ic_fluent_draw_text_20_filled:before { content: "\e583"; } .icon-ic_fluent_drawer_add_20_filled:before { content: "\e585"; } .icon-ic_fluent_drawer_add_24_filled:before { content: "\e586"; } .icon-ic_fluent_drawer_arrow_download_20_filled:before { content: "\e587"; } .icon-ic_fluent_drawer_arrow_download_24_filled:before { content: "\e588"; } .icon-ic_fluent_drawer_dismiss_20_filled:before { content: "\e589"; } .icon-ic_fluent_drawer_dismiss_24_filled:before { content: "\e58a"; } .icon-ic_fluent_drawer_play_20_filled:before { content: "\e58b"; } .icon-ic_fluent_drawer_play_24_filled:before { content: "\e58c"; } .icon-ic_fluent_drawer_subtract_20_filled:before { content: "\e58d"; } .icon-ic_fluent_drawer_subtract_24_filled:before { content: "\e58e"; } .icon-ic_fluent_emoji_28_filled:before { content: "\e5d1"; } .icon-ic_fluent_emoji_32_filled:before { content: "\e5d2"; } .icon-ic_fluent_emoji_48_filled:before { content: "\e5d3"; } .icon-ic_fluent_emoji_sparkle_16_filled:before { content: "\e5e6"; } .icon-ic_fluent_emoji_sparkle_20_filled:before { content: "\e5e7"; } .icon-ic_fluent_emoji_sparkle_24_filled:before { content: "\e5e8"; } .icon-ic_fluent_emoji_sparkle_28_filled:before { content: "\e5e9"; } .icon-ic_fluent_emoji_sparkle_32_filled:before { content: "\e5ea"; } .icon-ic_fluent_emoji_sparkle_48_filled:before { content: "\e5eb"; } .icon-ic_fluent_flip_horizontal_16_filled:before { content: "\e638"; } .icon-ic_fluent_flip_horizontal_20_filled:before { content: "\e639"; } .icon-ic_fluent_flip_horizontal_28_filled:before { content: "\e63b"; } .icon-ic_fluent_flip_horizontal_32_filled:before { content: "\e63c"; } .icon-ic_fluent_flip_horizontal_48_filled:before { content: "\e63d"; } .icon-ic_fluent_flip_vertical_16_filled:before { content: "\e63e"; } .icon-ic_fluent_flip_vertical_20_filled:before { content: "\e63f"; } .icon-ic_fluent_flip_vertical_28_filled:before { content: "\e641"; } .icon-ic_fluent_flip_vertical_32_filled:before { content: "\e642"; } .icon-ic_fluent_flip_vertical_48_filled:before { content: "\e643"; } .icon-ic_fluent_food_grains_20_filled:before { content: "\e67b"; } .icon-ic_fluent_food_grains_24_filled:before { content: "\e67c"; } .icon-ic_fluent_gift_card_arrow_right_20_filled:before { content: "\e6ab"; } .icon-ic_fluent_gift_card_arrow_right_24_filled:before { content: "\e6ac"; } .icon-ic_fluent_heart_32_filled:before { content: "\e708"; } .icon-ic_fluent_heart_48_filled:before { content: "\e709"; } .icon-ic_fluent_link_12_filled:before { content: "\e77e"; } .icon-ic_fluent_link_32_filled:before { content: "\e77f"; } .icon-ic_fluent_luggage_28_filled:before { content: "\e7ab"; } .icon-ic_fluent_luggage_32_filled:before { content: "\e7ac"; } .icon-ic_fluent_luggage_48_filled:before { content: "\e7ad"; } .icon-ic_fluent_money_hand_20_filled:before { content: "\e82a"; } .icon-ic_fluent_money_hand_24_filled:before { content: "\e82b"; } .icon-ic_fluent_next_28_filled:before { content: "\e875"; } .icon-ic_fluent_next_32_filled:before { content: "\e876"; } .icon-ic_fluent_next_48_filled:before { content: "\e877"; } .icon-ic_fluent_people_list_28_filled:before { content: "\e910"; } .icon-ic_fluent_previous_28_filled:before { content: "\e9d1"; } .icon-ic_fluent_previous_32_filled:before { content: "\e9d2"; } .icon-ic_fluent_previous_48_filled:before { content: "\e9d3"; } .icon-ic_fluent_question_circle_32_filled:before { content: "\e9f6"; } .icon-ic_fluent_text_paragraph_16_filled:before { content: "\ed41"; } .icon-ic_fluent_vehicle_car_collision_28_filled:before { content: "\eddd"; } .icon-ic_fluent_vehicle_car_collision_32_filled:before { content: "\edde"; } .icon-ic_fluent_video_clip_multiple_16_filled:before { content: "\ee00"; } .icon-ic_fluent_video_clip_multiple_20_filled:before { content: "\ee01"; } .icon-ic_fluent_video_clip_multiple_24_filled:before { content: "\ee02"; } .icon-ic_fluent_wallet_28_filled:before { content: "\ee2e"; } .icon-ic_fluent_wallet_32_filled:before { content: "\ee2f"; } .icon-ic_fluent_wallet_48_filled:before { content: "\ee30"; } .icon-ic_fluent_weather_sunny_28_filled:before { content: "\ee4d"; } .icon-ic_fluent_wrench_screwdriver_20_filled:before { content: "\ee87"; } .icon-ic_fluent_wrench_screwdriver_24_filled:before { content: "\ee88"; } .icon-ic_fluent_arrow_between_down_20_filled:before { content: "\e07f"; } .icon-ic_fluent_arrow_between_down_24_filled:before { content: "\e080"; } .icon-ic_fluent_arrow_redo_28_filled:before { content: "\e0e5"; } .icon-ic_fluent_arrow_sync_checkmark_20_filled:before { content: "\e111"; } .icon-ic_fluent_arrow_sync_checkmark_24_filled:before { content: "\e112"; } .icon-ic_fluent_arrow_sync_dismiss_20_filled:before { content: "\e113"; } .icon-ic_fluent_arrow_sync_dismiss_24_filled:before { content: "\e114"; } .icon-ic_fluent_calculator_arrow_clockwise_20_filled:before { content: "\e248"; } .icon-ic_fluent_calculator_arrow_clockwise_24_filled:before { content: "\e249"; } .icon-ic_fluent_calendar_arrow_down_20_filled:before { content: "\e24f"; } .icon-ic_fluent_calendar_arrow_right_24_filled:before { content: "\e252"; } .icon-ic_fluent_calendar_error_20_filled:before { content: "\e25d"; } .icon-ic_fluent_calendar_mail_20_filled:before { content: "\e268"; } .icon-ic_fluent_calendar_week_numbers_20_filled:before { content: "\e281"; } .icon-ic_fluent_call_add_20_filled:before { content: "\e28a"; } .icon-ic_fluent_camera_off_20_filled:before { content: "\e2b4"; } .icon-ic_fluent_cellular_off_20_filled:before { content: "\e2c8"; } .icon-ic_fluent_chevron_circle_down_32_filled:before { content: "\e327"; } .icon-ic_fluent_chevron_circle_up_32_filled:before { content: "\e33c"; } .icon-ic_fluent_circle_48_filled:before { content: "\e348"; } .icon-ic_fluent_clock_pause_20_filled:before { content: "\e389"; } .icon-ic_fluent_clock_pause_24_filled:before { content: "\e38a"; } .icon-ic_fluent_diamond_16_filled:before { content: "\e4c6"; } .icon-ic_fluent_diamond_20_filled:before { content: "\e4c7"; } .icon-ic_fluent_diamond_24_filled:before { content: "\e4c8"; } .icon-ic_fluent_diamond_28_filled:before { content: "\e4c9"; } .icon-ic_fluent_diamond_48_filled:before { content: "\e4cb"; } .icon-ic_fluent_door_28_filled:before { content: "\e56f"; } .icon-ic_fluent_door_arrow_right_28_filled:before { content: "\e575"; } .icon-ic_fluent_immersive_reader_28_filled:before { content: "\e741"; } .icon-ic_fluent_key_reset_20_filled:before { content: "\e754"; } .icon-ic_fluent_key_reset_24_filled:before { content: "\e755"; } .icon-ic_fluent_lightbulb_filament_48_filled:before { content: "\e772"; } .icon-ic_fluent_line_20_filled:before { content: "\e773"; } .icon-ic_fluent_line_24_filled:before { content: "\e774"; } .icon-ic_fluent_line_48_filled:before { content: "\e776"; } .icon-ic_fluent_line_dashes_20_filled:before { content: "\e777"; } .icon-ic_fluent_line_dashes_24_filled:before { content: "\e778"; } .icon-ic_fluent_line_dashes_48_filled:before { content: "\e77a"; } .icon-ic_fluent_mail_arrow_up_16_filled:before { content: "\e7b9"; } .icon-ic_fluent_notepad_person_16_filled:before { content: "\e88f"; } .icon-ic_fluent_oval_16_filled:before { content: "\e8af"; } .icon-ic_fluent_oval_20_filled:before { content: "\e8b0"; } .icon-ic_fluent_oval_24_filled:before { content: "\e8b1"; } .icon-ic_fluent_oval_28_filled:before { content: "\e8b2"; } .icon-ic_fluent_oval_48_filled:before { content: "\e8b4"; } .icon-ic_fluent_pentagon_48_filled:before { content: "\e8fc"; } .icon-ic_fluent_people_add_28_filled:before { content: "\e900"; } .icon-ic_fluent_people_list_24_filled:before { content: "\e90f"; } .icon-ic_fluent_people_queue_20_filled:before { content: "\e917"; } .icon-ic_fluent_people_queue_24_filled:before { content: "\e918"; } .icon-ic_fluent_people_settings_28_filled:before { content: "\e91b"; } .icon-ic_fluent_print_28_filled:before { content: "\e9d4"; } .icon-ic_fluent_rhombus_16_filled:before { content: "\ea27"; } .icon-ic_fluent_rhombus_20_filled:before { content: "\ea28"; } .icon-ic_fluent_rhombus_24_filled:before { content: "\ea29"; } .icon-ic_fluent_rhombus_28_filled:before { content: "\ea2a"; } .icon-ic_fluent_rhombus_48_filled:before { content: "\ea2c"; } .icon-ic_fluent_screen_search_20_filled:before { content: "\ea81"; } .icon-ic_fluent_screen_search_24_filled:before { content: "\ea82"; } .icon-ic_fluent_settings_chat_20_filled:before { content: "\ea9f"; } .icon-ic_fluent_settings_chat_24_filled:before { content: "\eaa0"; } .icon-ic_fluent_share_screen_person_p_16_filled:before { content: "\eabf"; } .icon-ic_fluent_share_screen_person_p_20_filled:before { content: "\eac0"; } .icon-ic_fluent_share_screen_person_p_24_filled:before { content: "\eac1"; } .icon-ic_fluent_share_screen_person_p_28_filled:before { content: "\eac2"; } .icon-ic_fluent_slide_add_16_filled:before { content: "\eb16"; } .icon-ic_fluent_slide_add_20_filled:before { content: "\eb17"; } .icon-ic_fluent_slide_add_28_filled:before { content: "\eb18"; } .icon-ic_fluent_slide_add_32_filled:before { content: "\eb19"; } .icon-ic_fluent_slide_add_48_filled:before { content: "\eb1a"; } .icon-ic_fluent_slide_arrow_right_20_filled:before { content: "\eb1b"; } .icon-ic_fluent_slide_arrow_right_24_filled:before { content: "\eb1c"; } .icon-ic_fluent_sound_wave_circle_24_filled:before { content: "\eb39"; } .icon-ic_fluent_square_48_filled:before { content: "\eb82"; } .icon-ic_fluent_star_48_filled:before { content: "\eba8"; } .icon-ic_fluent_star_add_28_filled:before { content: "\eba9"; } .icon-ic_fluent_star_dismiss_16_filled:before { content: "\ebad"; } .icon-ic_fluent_star_dismiss_20_filled:before { content: "\ebae"; } .icon-ic_fluent_star_dismiss_24_filled:before { content: "\ebaf"; } .icon-ic_fluent_star_dismiss_28_filled:before { content: "\ebb0"; } .icon-ic_fluent_star_edit_20_filled:before { content: "\ebb1"; } .icon-ic_fluent_star_settings_20_filled:before { content: "\ebb8"; } .icon-ic_fluent_triangle_48_filled:before { content: "\eda8"; } .icon-ic_fluent_trophy_28_filled:before { content: "\edb8"; } .icon-ic_fluent_trophy_32_filled:before { content: "\edb9"; } .icon-ic_fluent_trophy_48_filled:before { content: "\edba"; } .icon-ic_fluent_trophy_off_16_filled:before { content: "\edbb"; } .icon-ic_fluent_trophy_off_20_filled:before { content: "\edbc"; } .icon-ic_fluent_trophy_off_24_filled:before { content: "\edbd"; } .icon-ic_fluent_trophy_off_28_filled:before { content: "\edbe"; } .icon-ic_fluent_trophy_off_32_filled:before { content: "\edbf"; } .icon-ic_fluent_trophy_off_48_filled:before { content: "\edc0"; } .icon-ic_fluent_window_28_filled:before { content: "\ee5f"; } .icon-ic_fluent_window_32_filled:before { content: "\ee60"; } .icon-ic_fluent_window_48_filled:before { content: "\ee61"; } .icon-ic_fluent_window_apps_16_filled:before { content: "\ee64"; } .icon-ic_fluent_window_apps_20_filled:before { content: "\ee65"; } .icon-ic_fluent_window_apps_24_filled:before { content: "\ee66"; } .icon-ic_fluent_window_apps_28_filled:before { content: "\ee67"; } .icon-ic_fluent_window_apps_32_filled:before { content: "\ee68"; } .icon-ic_fluent_window_apps_48_filled:before { content: "\ee69"; } .icon-ic_fluent_window_wrench_16_filled:before { content: "\ee7f"; } .icon-ic_fluent_window_wrench_20_filled:before { content: "\ee80"; } .icon-ic_fluent_window_wrench_24_filled:before { content: "\ee81"; } .icon-ic_fluent_window_wrench_28_filled:before { content: "\ee82"; } .icon-ic_fluent_window_wrench_32_filled:before { content: "\ee83"; } .icon-ic_fluent_window_wrench_48_filled:before { content: "\ee84"; } .icon-ic_fluent_arrow_down_left_32_filled:before { content: "\e0bc"; } .icon-ic_fluent_arrow_down_left_48_filled:before { content: "\e0bd"; } .icon-ic_fluent_arrow_maximize_48_filled:before { content: "\e0d9"; } .icon-ic_fluent_arrow_maximize_vertical_48_filled:before { content: "\e0da"; } .icon-ic_fluent_arrow_outline_up_right_48_filled:before { content: "\e0e1"; } .icon-ic_fluent_arrow_up_left_48_filled:before { content: "\e12d"; } .icon-ic_fluent_arrow_up_right_48_filled:before { content: "\e131"; } .icon-ic_fluent_book_arrow_clockwise_20_filled:before { content: "\e176"; } .icon-ic_fluent_book_arrow_clockwise_24_filled:before { content: "\e177"; } .icon-ic_fluent_box_arrow_left_20_filled:before { content: "\e1d1"; } .icon-ic_fluent_box_arrow_left_24_filled:before { content: "\e1d2"; } .icon-ic_fluent_box_arrow_up_20_filled:before { content: "\e1d3"; } .icon-ic_fluent_box_arrow_up_24_filled:before { content: "\e1d4"; } .icon-ic_fluent_box_checkmark_20_filled:before { content: "\e1d5"; } .icon-ic_fluent_box_checkmark_24_filled:before { content: "\e1d6"; } .icon-ic_fluent_box_multiple_20_filled:before { content: "\e1db"; } .icon-ic_fluent_box_multiple_24_filled:before { content: "\e1dc"; } .icon-ic_fluent_box_multiple_arrow_left_20_filled:before { content: "\e1dd"; } .icon-ic_fluent_box_multiple_arrow_left_24_filled:before { content: "\e1de"; } .icon-ic_fluent_box_multiple_arrow_right_20_filled:before { content: "\e1df"; } .icon-ic_fluent_box_multiple_arrow_right_24_filled:before { content: "\e1e0"; } .icon-ic_fluent_box_multiple_checkmark_20_filled:before { content: "\e1e1"; } .icon-ic_fluent_box_multiple_checkmark_24_filled:before { content: "\e1e2"; } .icon-ic_fluent_box_multiple_search_20_filled:before { content: "\e1e3"; } .icon-ic_fluent_box_multiple_search_24_filled:before { content: "\e1e4"; } .icon-ic_fluent_box_search_20_filled:before { content: "\e1e5"; } .icon-ic_fluent_box_search_24_filled:before { content: "\e1e6"; } .icon-ic_fluent_cellular_warning_20_filled:before { content: "\e2ca"; } .icon-ic_fluent_chart_multiple_20_filled:before { content: "\e2f1"; } .icon-ic_fluent_chart_multiple_24_filled:before { content: "\e2f2"; } .icon-ic_fluent_checkbox_arrow_right_20_filled:before { content: "\e30e"; } .icon-ic_fluent_checkbox_warning_20_filled:before { content: "\e317"; } .icon-ic_fluent_clock_toolbox_20_filled:before { content: "\e38b"; } .icon-ic_fluent_clock_toolbox_24_filled:before { content: "\e38c"; } .icon-ic_fluent_cube_multiple_20_filled:before { content: "\e43e"; } .icon-ic_fluent_cube_multiple_24_filled:before { content: "\e43f"; } .icon-ic_fluent_desktop_toolbox_20_filled:before { content: "\e4b6"; } .icon-ic_fluent_desktop_toolbox_24_filled:before { content: "\e4b7"; } .icon-ic_fluent_document_bullet_list_multiple_20_filled:before { content: "\e4f7"; } .icon-ic_fluent_document_bullet_list_multiple_24_filled:before { content: "\e4f8"; } .icon-ic_fluent_document_queue_20_filled:before { content: "\e53f"; } .icon-ic_fluent_document_queue_24_filled:before { content: "\e540"; } .icon-ic_fluent_document_queue_add_20_filled:before { content: "\e541"; } .icon-ic_fluent_document_queue_add_24_filled:before { content: "\e542"; } .icon-ic_fluent_document_queue_multiple_20_filled:before { content: "\e543"; } .icon-ic_fluent_document_queue_multiple_24_filled:before { content: "\e544"; } .icon-ic_fluent_document_table_cube_20_filled:before { content: "\e55d"; } .icon-ic_fluent_document_table_cube_24_filled:before { content: "\e55e"; } .icon-ic_fluent_document_table_truck_20_filled:before { content: "\e561"; } .icon-ic_fluent_document_table_truck_24_filled:before { content: "\e562"; } .icon-ic_fluent_document_text_toolbox_20_filled:before { content: "\e56b"; } .icon-ic_fluent_document_text_toolbox_24_filled:before { content: "\e56c"; } .icon-ic_fluent_equal_circle_20_filled:before { content: "\e5ee"; } .icon-ic_fluent_equal_circle_24_filled:before { content: "\e5ef"; } .icon-ic_fluent_gift_card_money_20_filled:before { content: "\e6ad"; } .icon-ic_fluent_gift_card_money_24_filled:before { content: "\e6ae"; } .icon-ic_fluent_gift_card_multiple_20_filled:before { content: "\e6af"; } .icon-ic_fluent_gift_card_multiple_24_filled:before { content: "\e6b0"; } .icon-ic_fluent_image_multiple_32_filled:before { content: "\e735"; } .icon-ic_fluent_image_multiple_48_filled:before { content: "\e736"; } .icon-ic_fluent_mail_alert_28_filled:before { content: "\e7b0"; } .icon-ic_fluent_puzzle_piece_shield_20_filled:before { content: "\e9f3"; } .icon-ic_fluent_ribbon_12_filled:before { content: "\ea2d"; } .icon-ic_fluent_ribbon_off_12_filled:before { content: "\ea32"; } .icon-ic_fluent_ribbon_off_16_filled:before { content: "\ea33"; } .icon-ic_fluent_ribbon_off_20_filled:before { content: "\ea34"; } .icon-ic_fluent_ribbon_off_24_filled:before { content: "\ea35"; } .icon-ic_fluent_ribbon_off_32_filled:before { content: "\ea36"; } .icon-ic_fluent_share_28_filled:before { content: "\eab0"; } .icon-ic_fluent_shopping_bag_arrow_left_20_filled:before { content: "\eaf3"; } .icon-ic_fluent_shopping_bag_arrow_left_24_filled:before { content: "\eaf4"; } .icon-ic_fluent_shopping_bag_play_20_filled:before { content: "\eafb"; } .icon-ic_fluent_shopping_bag_play_24_filled:before { content: "\eafc"; } .icon-ic_fluent_square_24_filled:before { content: "\eb7f"; } .icon-ic_fluent_square_28_filled:before { content: "\eb80"; } .icon-ic_fluent_square_hint_16_filled:before { content: "\eb8e"; } .icon-ic_fluent_square_hint_28_filled:before { content: "\eb91"; } .icon-ic_fluent_square_hint_32_filled:before { content: "\eb92"; } .icon-ic_fluent_square_hint_48_filled:before { content: "\eb93"; } .icon-ic_fluent_square_hint_apps_20_filled:before { content: "\eb94"; } .icon-ic_fluent_square_hint_apps_24_filled:before { content: "\eb95"; } .icon-ic_fluent_square_hint_sparkles_16_filled:before { content: "\eb98"; } .icon-ic_fluent_square_hint_sparkles_20_filled:before { content: "\eb99"; } .icon-ic_fluent_square_hint_sparkles_24_filled:before { content: "\eb9a"; } .icon-ic_fluent_square_hint_sparkles_28_filled:before { content: "\eb9b"; } .icon-ic_fluent_square_hint_sparkles_32_filled:before { content: "\eb9c"; } .icon-ic_fluent_square_hint_sparkles_48_filled:before { content: "\eb9d"; } .icon-ic_fluent_tablet_12_filled:before { content: "\ec63"; } .icon-ic_fluent_tablet_16_filled:before { content: "\ec64"; } .icon-ic_fluent_tablet_32_filled:before { content: "\ec65"; } .icon-ic_fluent_tablet_48_filled:before { content: "\ec66"; } .icon-ic_fluent_tag_reset_20_filled:before { content: "\ec84"; } .icon-ic_fluent_tag_reset_24_filled:before { content: "\ec85"; } .icon-ic_fluent_tag_search_20_filled:before { content: "\ec86"; } .icon-ic_fluent_tag_search_24_filled:before { content: "\ec87"; } .icon-ic_fluent_tap_double_32_filled:before { content: "\ec89"; } .icon-ic_fluent_tap_double_48_filled:before { content: "\ec8a"; } .icon-ic_fluent_tap_single_32_filled:before { content: "\ec8c"; } .icon-ic_fluent_tap_single_48_filled:before { content: "\ec8d"; } .icon-ic_fluent_timer_12_filled:before { content: "\ed85"; } .icon-ic_fluent_timer_28_filled:before { content: "\ed89"; } .icon-ic_fluent_timer_32_filled:before { content: "\ed8c"; } .icon-ic_fluent_timer_48_filled:before { content: "\ed8d"; } .icon-ic_fluent_board_heart_16_filled:before { content: "\e16a"; } .icon-ic_fluent_board_heart_20_filled:before { content: "\e16b"; } .icon-ic_fluent_board_heart_24_filled:before { content: "\e16c"; } .icon-ic_fluent_braces_24_filled:before { content: "\e1ea"; } .icon-ic_fluent_breakout_room_24_filled:before { content: "\e1fa"; } .icon-ic_fluent_breakout_room_28_filled:before { content: "\e1fb"; } .icon-ic_fluent_chat_warning_20_filled:before { content: "\e308"; } .icon-ic_fluent_checkbox_person_16_filled:before { content: "\e314"; } .icon-ic_fluent_checkbox_person_20_filled:before { content: "\e315"; } .icon-ic_fluent_chevron_circle_down_12_filled:before { content: "\e322"; } .icon-ic_fluent_chevron_circle_down_16_filled:before { content: "\e323"; } .icon-ic_fluent_chevron_circle_down_20_filled:before { content: "\e324"; } .icon-ic_fluent_chevron_circle_down_28_filled:before { content: "\e326"; } .icon-ic_fluent_chevron_circle_down_48_filled:before { content: "\e328"; } .icon-ic_fluent_chevron_circle_left_12_filled:before { content: "\e329"; } .icon-ic_fluent_chevron_circle_left_16_filled:before { content: "\e32a"; } .icon-ic_fluent_chevron_circle_left_20_filled:before { content: "\e32b"; } .icon-ic_fluent_chevron_circle_left_24_filled:before { content: "\e32c"; } .icon-ic_fluent_chevron_circle_left_28_filled:before { content: "\e32d"; } .icon-ic_fluent_chevron_circle_left_32_filled:before { content: "\e32e"; } .icon-ic_fluent_chevron_circle_left_48_filled:before { content: "\e32f"; } .icon-ic_fluent_chevron_circle_right_16_filled:before { content: "\e331"; } .icon-ic_fluent_chevron_circle_right_20_filled:before { content: "\e332"; } .icon-ic_fluent_chevron_circle_right_28_filled:before { content: "\e334"; } .icon-ic_fluent_chevron_circle_right_32_filled:before { content: "\e335"; } .icon-ic_fluent_chevron_circle_right_48_filled:before { content: "\e336"; } .icon-ic_fluent_chevron_circle_up_12_filled:before { content: "\e337"; } .icon-ic_fluent_chevron_circle_up_16_filled:before { content: "\e338"; } .icon-ic_fluent_chevron_circle_up_20_filled:before { content: "\e339"; } .icon-ic_fluent_chevron_circle_up_24_filled:before { content: "\e33a"; } .icon-ic_fluent_chevron_circle_up_28_filled:before { content: "\e33b"; } .icon-ic_fluent_chevron_circle_up_48_filled:before { content: "\e33d"; } .icon-ic_fluent_circle_edit_20_filled:before { content: "\e349"; } .icon-ic_fluent_circle_line_20_filled:before { content: "\e34f"; } .icon-ic_fluent_circle_off_20_filled:before { content: "\e352"; } .icon-ic_fluent_class_20_filled:before { content: "\e354"; } .icon-ic_fluent_clipboard_data_bar_20_filled:before { content: "\e364"; } .icon-ic_fluent_clipboard_data_bar_24_filled:before { content: "\e365"; } .icon-ic_fluent_clipboard_image_20_filled:before { content: "\e36b"; } .icon-ic_fluent_clipboard_more_20_filled:before { content: "\e36d"; } .icon-ic_fluent_clock_dismiss_20_filled:before { content: "\e387"; } .icon-ic_fluent_comment_dismiss_20_filled:before { content: "\e3f9"; } .icon-ic_fluent_comment_error_24_filled:before { content: "\e3fe"; } .icon-ic_fluent_comment_note_20_filled:before { content: "\e40a"; } .icon-ic_fluent_convert_range_20_filled:before { content: "\e429"; } .icon-ic_fluent_copy_add_20_filled:before { content: "\e42b"; } .icon-ic_fluent_copy_arrow_right_20_filled:before { content: "\e42e"; } .icon-ic_fluent_couch_20_filled:before { content: "\e432"; } .icon-ic_fluent_crop_interim_20_filled:before { content: "\e438"; } .icon-ic_fluent_crop_interim_off_20_filled:before { content: "\e439"; } .icon-ic_fluent_cube_sync_20_filled:before { content: "\e445"; } .icon-ic_fluent_dark_theme_20_filled:before { content: "\e45e"; } .icon-ic_fluent_data_area_20_filled:before { content: "\e45f"; } .icon-ic_fluent_data_bar_vertical_add_20_filled:before { content: "\e460"; } .icon-ic_fluent_data_funnel_20_filled:before { content: "\e462"; } .icon-ic_fluent_data_histogram_20_filled:before { content: "\e463"; } .icon-ic_fluent_data_scatter_20_filled:before { content: "\e465"; } .icon-ic_fluent_data_sunburst_20_filled:before { content: "\e466"; } .icon-ic_fluent_data_treemap_20_filled:before { content: "\e467"; } .icon-ic_fluent_data_waterfall_20_filled:before { content: "\e470"; } .icon-ic_fluent_data_whisker_20_filled:before { content: "\e471"; } .icon-ic_fluent_document_lock_16_filled:before { content: "\e520"; } .icon-ic_fluent_document_lock_20_filled:before { content: "\e521"; } .icon-ic_fluent_document_lock_24_filled:before { content: "\e522"; } .icon-ic_fluent_document_lock_28_filled:before { content: "\e523"; } .icon-ic_fluent_document_lock_32_filled:before { content: "\e524"; } .icon-ic_fluent_document_lock_48_filled:before { content: "\e525"; } .icon-ic_fluent_eyedropper_off_20_filled:before { content: "\e60c"; } .icon-ic_fluent_eyedropper_off_24_filled:before { content: "\e60d"; } .icon-ic_fluent_globe_person_20_filled:before { content: "\e6c4"; } .icon-ic_fluent_mail_open_person_20_filled:before { content: "\e7da"; } .icon-ic_fluent_mail_open_person_24_filled:before { content: "\e7db"; } .icon-ic_fluent_resize_24_filled:before { content: "\ea1b"; } .icon-ic_fluent_resize_image_20_filled:before { content: "\ea1c"; } .icon-ic_fluent_scan_camera_16_filled:before { content: "\ea5d"; } .icon-ic_fluent_scan_camera_20_filled:before { content: "\ea5e"; } .icon-ic_fluent_scan_camera_24_filled:before { content: "\ea5f"; } .icon-ic_fluent_scan_camera_28_filled:before { content: "\ea60"; } .icon-ic_fluent_scan_camera_48_filled:before { content: "\ea61"; } .icon-ic_fluent_style_guide_20_filled:before { content: "\ebc3"; } .icon-ic_fluent_tab_desktop_16_filled:before { content: "\ebe3"; } .icon-ic_fluent_tab_desktop_24_filled:before { content: "\ebe4"; } .icon-ic_fluent_tab_desktop_bottom_20_filled:before { content: "\ebe6"; } .icon-ic_fluent_approvals_app_32_filled:before { content: "\e061"; } .icon-ic_fluent_arrow_export_rtl_24_filled:before { content: "\e0ca"; } .icon-ic_fluent_arrow_sort_down_lines_20_filled:before { content: "\e0f1"; } .icon-ic_fluent_arrow_step_in_20_filled:before { content: "\e0fc"; } .icon-ic_fluent_arrow_step_in_24_filled:before { content: "\e0fd"; } .icon-ic_fluent_battery_10_24_filled:before { content: "\e14f"; } .icon-ic_fluent_bezier_curve_square_20_filled:before { content: "\e15b"; } .icon-ic_fluent_border_none_24_filled:before { content: "\e1bd"; } .icon-ic_fluent_calendar_pattern_16_filled:before { content: "\e26c"; } .icon-ic_fluent_caret_down_right_12_filled:before { content: "\e2b7"; } .icon-ic_fluent_caret_down_right_16_filled:before { content: "\e2b8"; } .icon-ic_fluent_caret_down_right_20_filled:before { content: "\e2b9"; } .icon-ic_fluent_caret_down_right_24_filled:before { content: "\e2ba"; } .icon-ic_fluent_cellular_off_24_filled:before { content: "\e2c9"; } .icon-ic_fluent_eye_12_filled:before { content: "\e5fd"; } .icon-ic_fluent_eye_16_filled:before { content: "\e5fe"; } .icon-ic_fluent_eye_20_filled:before { content: "\e5ff"; } .icon-ic_fluent_eye_24_filled:before { content: "\e600"; } .icon-ic_fluent_eye_off_20_filled:before { content: "\e602"; } .icon-ic_fluent_eye_off_24_filled:before { content: "\e603"; } .icon-ic_fluent_eye_tracking_16_filled:before { content: "\e604"; } .icon-ic_fluent_eye_tracking_20_filled:before { content: "\e605"; } .icon-ic_fluent_eye_tracking_24_filled:before { content: "\e606"; } .icon-ic_fluent_flash_20_filled:before { content: "\e625"; } .icon-ic_fluent_flash_24_filled:before { content: "\e626"; } .icon-ic_fluent_hdr_off_24_filled:before { content: "\e6fa"; } .icon-ic_fluent_mic_16_filled:before { content: "\e806"; } .icon-ic_fluent_mic_20_filled:before { content: "\e807"; } .icon-ic_fluent_mic_24_filled:before { content: "\e808"; } .icon-ic_fluent_mic_28_filled:before { content: "\e809"; } .icon-ic_fluent_mic_32_filled:before { content: "\e80a"; } .icon-ic_fluent_mic_48_filled:before { content: "\e80b"; } .icon-ic_fluent_multiselect_ltr_16_filled:before { content: "\e859"; } .icon-ic_fluent_multiselect_ltr_20_filled:before { content: "\e85a"; } .icon-ic_fluent_multiselect_ltr_24_filled:before { content: "\e85b"; } .icon-ic_fluent_multiselect_rtl_20_filled:before { content: "\e85d"; } .icon-ic_fluent_multiselect_rtl_24_filled:before { content: "\e85e"; } .icon-ic_fluent_panel_left_contract_16_filled:before { content: "\e8c2"; } .icon-ic_fluent_panel_left_contract_20_filled:before { content: "\e8c3"; } .icon-ic_fluent_panel_left_contract_24_filled:before { content: "\e8c4"; } .icon-ic_fluent_person_tag_20_filled:before { content: "\e960"; } .icon-ic_fluent_person_tag_24_filled:before { content: "\e961"; } .icon-ic_fluent_person_tag_28_filled:before { content: "\e962"; } .icon-ic_fluent_person_tag_32_filled:before { content: "\e963"; } .icon-ic_fluent_person_tag_48_filled:before { content: "\e964"; } .icon-ic_fluent_share_screen_start_48_filled:before { content: "\eac6"; } .icon-ic_fluent_shield_lock_24_filled:before { content: "\eada"; } .icon-ic_fluent_shield_lock_28_filled:before { content: "\eadb"; } .icon-ic_fluent_shield_lock_48_filled:before { content: "\eadc"; } .icon-ic_fluent_skip_back_10_24_filled:before { content: "\eb05"; } .icon-ic_fluent_skip_back_10_28_filled:before { content: "\eb06"; } .icon-ic_fluent_skip_back_10_32_filled:before { content: "\eb07"; } .icon-ic_fluent_skip_back_10_48_filled:before { content: "\eb08"; } .icon-ic_fluent_table_stack_below_20_filled:before { content: "\ec55"; } .icon-ic_fluent_textbox_16_filled:before { content: "\ed6a"; } .icon-ic_fluent_textbox_rotate_90_20_filled:before { content: "\ed75"; } .icon-ic_fluent_textbox_rotate_90_24_filled:before { content: "\ed76"; } .icon-ic_fluent_board_games_20_filled:before { content: "\e169"; } .icon-ic_fluent_building_home_16_filled:before { content: "\e233"; } .icon-ic_fluent_building_home_20_filled:before { content: "\e234"; } .icon-ic_fluent_building_home_24_filled:before { content: "\e235"; } .icon-ic_fluent_color_fill_16_filled:before { content: "\e3d2"; } .icon-ic_fluent_color_fill_28_filled:before { content: "\e3d3"; } .icon-ic_fluent_decimal_arrow_left_20_filled:before { content: "\e483"; } .icon-ic_fluent_decimal_arrow_right_20_filled:before { content: "\e485"; } .icon-ic_fluent_delete_arrow_back_20_filled:before { content: "\e489"; } .icon-ic_fluent_delete_dismiss_20_filled:before { content: "\e48a"; } .icon-ic_fluent_desktop_edit_20_filled:before { content: "\e49c"; } .icon-ic_fluent_desktop_edit_24_filled:before { content: "\e49d"; } .icon-ic_fluent_desktop_mac_20_filled:before { content: "\e4a5"; } .icon-ic_fluent_desktop_mac_24_filled:before { content: "\e4a6"; } .icon-ic_fluent_desktop_sync_20_filled:before { content: "\e4b4"; } .icon-ic_fluent_desktop_sync_24_filled:before { content: "\e4b5"; } .icon-ic_fluent_developer_board_search_24_filled:before { content: "\e4bc"; } .icon-ic_fluent_device_eq_20_filled:before { content: "\e4bd"; } .icon-ic_fluent_diagram_20_filled:before { content: "\e4c0"; } .icon-ic_fluent_dialpad_off_20_filled:before { content: "\e4c5"; } .icon-ic_fluent_dismiss_square_multiple_20_filled:before { content: "\e4d3"; } .icon-ic_fluent_divider_short_16_filled:before { content: "\e4d8"; } .icon-ic_fluent_divider_short_20_filled:before { content: "\e4d9"; } .icon-ic_fluent_dock_20_filled:before { content: "\e4dc"; } .icon-ic_fluent_dock_row_20_filled:before { content: "\e4dd"; } .icon-ic_fluent_document_bullet_list_off_20_filled:before { content: "\e4f9"; } .icon-ic_fluent_document_checkmark_20_filled:before { content: "\e4fd"; } .icon-ic_fluent_document_chevron_double_20_filled:before { content: "\e4ff"; } .icon-ic_fluent_document_css_20_filled:before { content: "\e501"; } .icon-ic_fluent_document_footer_20_filled:before { content: "\e509"; } .icon-ic_fluent_document_footer_dismiss_20_filled:before { content: "\e50a"; } .icon-ic_fluent_document_header_20_filled:before { content: "\e50d"; } .icon-ic_fluent_document_header_arrow_down_20_filled:before { content: "\e50f"; } .icon-ic_fluent_document_header_arrow_down_24_filled:before { content: "\e510"; } .icon-ic_fluent_document_header_dismiss_20_filled:before { content: "\e511"; } .icon-ic_fluent_document_javascript_20_filled:before { content: "\e518"; } .icon-ic_fluent_document_landscape_data_20_filled:before { content: "\e51a"; } .icon-ic_fluent_document_landscape_split_24_filled:before { content: "\e51d"; } .icon-ic_fluent_double_tap_swipe_down_20_filled:before { content: "\e57a"; } .icon-ic_fluent_double_tap_swipe_down_24_filled:before { content: "\e57b"; } .icon-ic_fluent_double_tap_swipe_up_20_filled:before { content: "\e57c"; } .icon-ic_fluent_double_tap_swipe_up_24_filled:before { content: "\e57d"; } .icon-ic_fluent_location_add_16_filled:before { content: "\e78b"; } .icon-ic_fluent_location_add_20_filled:before { content: "\e78c"; } .icon-ic_fluent_location_add_24_filled:before { content: "\e78d"; } .icon-ic_fluent_math_symbols_16_filled:before { content: "\e7f3"; } .icon-ic_fluent_math_symbols_20_filled:before { content: "\e7f4"; } .icon-ic_fluent_math_symbols_24_filled:before { content: "\e7f5"; } .icon-ic_fluent_math_symbols_28_filled:before { content: "\e7f6"; } .icon-ic_fluent_math_symbols_32_filled:before { content: "\e7f7"; } .icon-ic_fluent_math_symbols_48_filled:before { content: "\e7f8"; } .icon-ic_fluent_password_16_filled:before { content: "\e8da"; } .icon-ic_fluent_password_20_filled:before { content: "\e8db"; } .icon-ic_fluent_people_prohibited_24_filled:before { content: "\e916"; } .icon-ic_fluent_sticker_add_20_filled:before { content: "\ebbc"; } .icon-ic_fluent_subtract_square_20_filled:before { content: "\ebd3"; } .icon-ic_fluent_system_20_filled:before { content: "\ebde"; } .icon-ic_fluent_table_add_16_filled:before { content: "\ebf2"; } .icon-ic_fluent_table_add_28_filled:before { content: "\ebf4"; } .icon-ic_fluent_table_cell_edit_16_filled:before { content: "\ebfb"; } .icon-ic_fluent_table_cell_edit_20_filled:before { content: "\ebfc"; } .icon-ic_fluent_table_cell_edit_28_filled:before { content: "\ebfe"; } .icon-ic_fluent_table_cells_merge_16_filled:before { content: "\ebff"; } .icon-ic_fluent_table_cells_merge_28_filled:before { content: "\ec00"; } .icon-ic_fluent_table_cells_split_16_filled:before { content: "\ec01"; } .icon-ic_fluent_table_cells_split_28_filled:before { content: "\ec02"; } .icon-ic_fluent_table_delete_column_16_filled:before { content: "\ec05"; } .icon-ic_fluent_table_delete_column_28_filled:before { content: "\ec08"; } .icon-ic_fluent_table_delete_row_16_filled:before { content: "\ec09"; } .icon-ic_fluent_table_delete_row_28_filled:before { content: "\ec0c"; } .icon-ic_fluent_table_dismiss_16_filled:before { content: "\ec0d"; } .icon-ic_fluent_table_dismiss_28_filled:before { content: "\ec10"; } .icon-ic_fluent_table_edit_16_filled:before { content: "\ec11"; } .icon-ic_fluent_table_edit_20_filled:before { content: "\ec12"; } .icon-ic_fluent_table_edit_28_filled:before { content: "\ec13"; } .icon-ic_fluent_table_freeze_column_16_filled:before { content: "\ec14"; } .icon-ic_fluent_table_freeze_column_20_filled:before { content: "\ec15"; } .icon-ic_fluent_table_freeze_column_28_filled:before { content: "\ec16"; } .icon-ic_fluent_table_freeze_column_and_row_16_filled:before { content: "\ec17"; } .icon-ic_fluent_table_freeze_column_and_row_20_filled:before { content: "\ec18"; } .icon-ic_fluent_table_freeze_column_and_row_28_filled:before { content: "\ec1a"; } .icon-ic_fluent_table_freeze_row_16_filled:before { content: "\ec1b"; } .icon-ic_fluent_table_freeze_row_20_filled:before { content: "\ec1c"; } .icon-ic_fluent_table_freeze_row_28_filled:before { content: "\ec1d"; } .icon-ic_fluent_table_insert_column_16_filled:before { content: "\ec1f"; } .icon-ic_fluent_table_insert_column_20_filled:before { content: "\ec20"; } .icon-ic_fluent_table_insert_column_28_filled:before { content: "\ec22"; } .icon-ic_fluent_table_insert_row_16_filled:before { content: "\ec23"; } .icon-ic_fluent_table_insert_row_20_filled:before { content: "\ec24"; } .icon-ic_fluent_table_insert_row_28_filled:before { content: "\ec26"; } .icon-ic_fluent_table_lightning_16_filled:before { content: "\ec27"; } .icon-ic_fluent_table_lightning_28_filled:before { content: "\ec2a"; } .icon-ic_fluent_table_link_16_filled:before { content: "\ec2b"; } .icon-ic_fluent_table_link_28_filled:before { content: "\ec2e"; } .icon-ic_fluent_table_move_above_16_filled:before { content: "\ec2f"; } .icon-ic_fluent_table_move_above_20_filled:before { content: "\ec30"; } .icon-ic_fluent_table_move_above_28_filled:before { content: "\ec32"; } .icon-ic_fluent_table_move_below_16_filled:before { content: "\ec33"; } .icon-ic_fluent_table_move_below_20_filled:before { content: "\ec34"; } .icon-ic_fluent_table_move_below_28_filled:before { content: "\ec36"; } .icon-ic_fluent_table_move_left_16_filled:before { content: "\ec37"; } .icon-ic_fluent_table_move_left_20_filled:before { content: "\ec38"; } .icon-ic_fluent_table_move_left_28_filled:before { content: "\ec39"; } .icon-ic_fluent_table_move_right_16_filled:before { content: "\ec3a"; } .icon-ic_fluent_table_move_right_20_filled:before { content: "\ec3b"; } .icon-ic_fluent_table_move_right_28_filled:before { content: "\ec3c"; } .icon-ic_fluent_table_resize_column_16_filled:before { content: "\ec3e"; } .icon-ic_fluent_table_resize_column_20_filled:before { content: "\ec3f"; } .icon-ic_fluent_table_resize_column_28_filled:before { content: "\ec41"; } .icon-ic_fluent_table_resize_row_16_filled:before { content: "\ec42"; } .icon-ic_fluent_table_resize_row_20_filled:before { content: "\ec43"; } .icon-ic_fluent_table_resize_row_28_filled:before { content: "\ec45"; } .icon-ic_fluent_table_settings_16_filled:before { content: "\ec47"; } .icon-ic_fluent_table_settings_20_filled:before { content: "\ec48"; } .icon-ic_fluent_table_settings_28_filled:before { content: "\ec49"; } .icon-ic_fluent_table_stack_above_16_filled:before { content: "\ec50"; } .icon-ic_fluent_table_stack_above_28_filled:before { content: "\ec53"; } .icon-ic_fluent_table_stack_below_16_filled:before { content: "\ec54"; } .icon-ic_fluent_table_stack_below_28_filled:before { content: "\ec57"; } .icon-ic_fluent_table_stack_left_16_filled:before { content: "\ec58"; } .icon-ic_fluent_table_stack_left_28_filled:before { content: "\ec5b"; } .icon-ic_fluent_table_stack_right_16_filled:before { content: "\ec5c"; } .icon-ic_fluent_table_stack_right_28_filled:before { content: "\ec5f"; } .icon-ic_fluent_table_switch_16_filled:before { content: "\ec60"; } .icon-ic_fluent_table_switch_20_filled:before { content: "\ec61"; } .icon-ic_fluent_table_switch_28_filled:before { content: "\ec62"; } .icon-ic_fluent_tablet_speaker_20_filled:before { content: "\ec67"; } .icon-ic_fluent_text_align_distributed_evenly_20_filled:before { content: "\ecb7"; } .icon-ic_fluent_text_align_distributed_vertical_20_filled:before { content: "\ecb9"; } .icon-ic_fluent_text_align_justify_low_20_filled:before { content: "\ecbb"; } .icon-ic_fluent_text_continuous_20_filled:before { content: "\ecfd"; } .icon-ic_fluent_textbox_align_bottom_rotate_90_20_filled:before { content: "\ed6b"; } .icon-ic_fluent_textbox_align_middle_rotate_90_20_filled:before { content: "\ed6f"; } .icon-ic_fluent_textbox_align_top_rotate_90_20_filled:before { content: "\ed71"; } .icon-ic_fluent_textbox_more_20_filled:before { content: "\ed73"; } .icon-ic_fluent_video_chat_16_filled:before { content: "\edf8"; } .icon-ic_fluent_video_chat_20_filled:before { content: "\edf9"; } .icon-ic_fluent_video_chat_24_filled:before { content: "\edfa"; } .icon-ic_fluent_arrow_paragraph_20_filled:before { content: "\e0e2"; } .icon-ic_fluent_clipboard_edit_20_filled:before { content: "\e367"; } .icon-ic_fluent_clipboard_note_20_filled:before { content: "\e36e"; } .icon-ic_fluent_document_mention_16_filled:before { content: "\e526"; } .icon-ic_fluent_document_mention_20_filled:before { content: "\e527"; } .icon-ic_fluent_document_mention_24_filled:before { content: "\e528"; } .icon-ic_fluent_document_mention_28_filled:before { content: "\e529"; } .icon-ic_fluent_document_mention_48_filled:before { content: "\e52a"; } .icon-ic_fluent_document_split_hint_off_16_filled:before { content: "\e551"; } .icon-ic_fluent_document_split_hint_off_20_filled:before { content: "\e552"; } .icon-ic_fluent_door_tag_20_filled:before { content: "\e576"; } .icon-ic_fluent_double_swipe_down_20_filled:before { content: "\e578"; } .icon-ic_fluent_double_swipe_up_20_filled:before { content: "\e579"; } .icon-ic_fluent_drag_20_filled:before { content: "\e57e"; } .icon-ic_fluent_drink_to_go_20_filled:before { content: "\e594"; } .icon-ic_fluent_drive_train_20_filled:before { content: "\e598"; } .icon-ic_fluent_dual_screen_add_20_filled:before { content: "\e5a1"; } .icon-ic_fluent_dual_screen_arrow_right_20_filled:before { content: "\e5a2"; } .icon-ic_fluent_dual_screen_arrow_up_20_filled:before { content: "\e5a3"; } .icon-ic_fluent_dual_screen_clock_20_filled:before { content: "\e5a5"; } .icon-ic_fluent_dual_screen_closed_alert_20_filled:before { content: "\e5a6"; } .icon-ic_fluent_dual_screen_desktop_20_filled:before { content: "\e5a8"; } .icon-ic_fluent_dual_screen_dismiss_20_filled:before { content: "\e5a9"; } .icon-ic_fluent_dual_screen_group_20_filled:before { content: "\e5ab"; } .icon-ic_fluent_dual_screen_header_20_filled:before { content: "\e5ac"; } .icon-ic_fluent_dual_screen_lock_20_filled:before { content: "\e5ae"; } .icon-ic_fluent_dual_screen_mirror_20_filled:before { content: "\e5af"; } .icon-ic_fluent_dual_screen_pagination_20_filled:before { content: "\e5b0"; } .icon-ic_fluent_dual_screen_settings_20_filled:before { content: "\e5b1"; } .icon-ic_fluent_dual_screen_span_20_filled:before { content: "\e5b2"; } .icon-ic_fluent_dual_screen_speaker_20_filled:before { content: "\e5b4"; } .icon-ic_fluent_dual_screen_status_bar_20_filled:before { content: "\e5b6"; } .icon-ic_fluent_dual_screen_tablet_20_filled:before { content: "\e5b7"; } .icon-ic_fluent_dual_screen_update_20_filled:before { content: "\e5b8"; } .icon-ic_fluent_dual_screen_vertical_scroll_20_filled:before { content: "\e5b9"; } .icon-ic_fluent_dual_screen_vibrate_20_filled:before { content: "\e5ba"; } .icon-ic_fluent_edit_settings_20_filled:before { content: "\e5cf"; } .icon-ic_fluent_engine_20_filled:before { content: "\e5ec"; } .icon-ic_fluent_eraser_medium_20_filled:before { content: "\e5f3"; } .icon-ic_fluent_eraser_segment_20_filled:before { content: "\e5f5"; } .icon-ic_fluent_eraser_small_20_filled:before { content: "\e5f7"; } .icon-ic_fluent_eraser_tool_20_filled:before { content: "\e5f9"; } .icon-ic_fluent_extended_dock_20_filled:before { content: "\e5fc"; } .icon-ic_fluent_fast_acceleration_20_filled:before { content: "\e612"; } .icon-ic_fluent_filter_sync_20_filled:before { content: "\e61c"; } .icon-ic_fluent_fingerprint_20_filled:before { content: "\e61e"; } .icon-ic_fluent_fixed_width_20_filled:before { content: "\e620"; } .icon-ic_fluent_flash_auto_20_filled:before { content: "\e629"; } .icon-ic_fluent_flash_off_20_filled:before { content: "\e631"; } .icon-ic_fluent_flashlight_off_20_filled:before { content: "\e637"; } .icon-ic_fluent_fluent_20_filled:before { content: "\e649"; } .icon-ic_fluent_form_new_20_filled:before { content: "\e681"; } .icon-ic_fluent_fps_960_20_filled:before { content: "\e68f"; } .icon-ic_fluent_full_screen_minimize_16_filled:before { content: "\e693"; } .icon-ic_fluent_full_screen_minimize_20_filled:before { content: "\e694"; } .icon-ic_fluent_gas_20_filled:before { content: "\e69d"; } .icon-ic_fluent_gas_pump_20_filled:before { content: "\e69f"; } .icon-ic_fluent_gavel_20_filled:before { content: "\e6a3"; } .icon-ic_fluent_gesture_20_filled:before { content: "\e6a6"; } .icon-ic_fluent_gift_card_24_filled:before { content: "\e6a9"; } .icon-ic_fluent_glance_default_12_filled:before { content: "\e6b2"; } .icon-ic_fluent_glance_horizontal_24_filled:before { content: "\e6b5"; } .icon-ic_fluent_globe_add_20_filled:before { content: "\e6c0"; } .icon-ic_fluent_globe_desktop_20_filled:before { content: "\e6c3"; } .icon-ic_fluent_group_dismiss_20_filled:before { content: "\e6d5"; } .icon-ic_fluent_group_list_20_filled:before { content: "\e6d7"; } .icon-ic_fluent_group_return_20_filled:before { content: "\e6d8"; } .icon-ic_fluent_guest_add_20_filled:before { content: "\e6de"; } .icon-ic_fluent_hand_draw_20_filled:before { content: "\e6e4"; } .icon-ic_fluent_home_add_20_filled:before { content: "\e71f"; } .icon-ic_fluent_mail_dismiss_28_filled:before { content: "\e7c0"; } .icon-ic_fluent_mail_inbox_all_20_filled:before { content: "\e7c4"; } .icon-ic_fluent_mail_inbox_arrow_right_20_filled:before { content: "\e7c7"; } .icon-ic_fluent_mail_list_16_filled:before { content: "\e7cf"; } .icon-ic_fluent_mail_multiple_28_filled:before { content: "\e7d6"; } .icon-ic_fluent_mail_off_20_filled:before { content: "\e7d7"; } .icon-ic_fluent_mic_settings_20_filled:before { content: "\e820"; } .icon-ic_fluent_navigation_unread_20_filled:before { content: "\e870"; } .icon-ic_fluent_new_20_filled:before { content: "\e873"; } .icon-ic_fluent_notebook_20_filled:before { content: "\e87f"; } .icon-ic_fluent_notebook_add_20_filled:before { content: "\e880"; } .icon-ic_fluent_notebook_error_20_filled:before { content: "\e883"; } .icon-ic_fluent_notebook_lightning_20_filled:before { content: "\e885"; } .icon-ic_fluent_notebook_question_mark_20_filled:before { content: "\e886"; } .icon-ic_fluent_number_symbol_dismiss_20_filled:before { content: "\e898"; } .icon-ic_fluent_pair_20_filled:before { content: "\e8b9"; } .icon-ic_fluent_patient_20_filled:before { content: "\e8dc"; } .icon-ic_fluent_pause_off_20_filled:before { content: "\e8e3"; } .icon-ic_fluent_pause_settings_16_filled:before { content: "\e8e4"; } .icon-ic_fluent_people_sync_28_filled:before { content: "\e921"; } .icon-ic_fluent_phone_add_20_filled:before { content: "\e966"; } .icon-ic_fluent_phone_dismiss_20_filled:before { content: "\e96c"; } .icon-ic_fluent_phone_lock_20_filled:before { content: "\e975"; } .icon-ic_fluent_phone_page_header_20_filled:before { content: "\e977"; } .icon-ic_fluent_phone_pagination_20_filled:before { content: "\e978"; } .icon-ic_fluent_phone_screen_time_20_filled:before { content: "\e979"; } .icon-ic_fluent_phone_status_bar_20_filled:before { content: "\e985"; } .icon-ic_fluent_phone_update_20_filled:before { content: "\e986"; } .icon-ic_fluent_phone_vertical_scroll_20_filled:before { content: "\e989"; } .icon-ic_fluent_phone_vibrate_20_filled:before { content: "\e98a"; } .icon-ic_fluent_photo_filter_20_filled:before { content: "\e98b"; } .icon-ic_fluent_pi_20_filled:before { content: "\e98c"; } .icon-ic_fluent_port_hdmi_20_filled:before { content: "\e9b2"; } .icon-ic_fluent_predictions_20_filled:before { content: "\e9c2"; } .icon-ic_fluent_pulse_square_20_filled:before { content: "\e9e8"; } .icon-ic_fluent_remote_20_filled:before { content: "\ea18"; } .icon-ic_fluent_reorder_20_filled:before { content: "\ea19"; } .icon-ic_fluent_resize_video_20_filled:before { content: "\ea24"; } .icon-ic_fluent_rotate_left_20_filled:before { content: "\ea3f"; } .icon-ic_fluent_router_20_filled:before { content: "\ea43"; } .icon-ic_fluent_scan_20_filled:before { content: "\ea5c"; } .icon-ic_fluent_scan_table_20_filled:before { content: "\ea6b"; } .icon-ic_fluent_scan_text_20_filled:before { content: "\ea6d"; } .icon-ic_fluent_search_square_20_filled:before { content: "\ea8a"; } .icon-ic_fluent_service_bell_20_filled:before { content: "\ea9c"; } .icon-ic_fluent_shifts_add_20_filled:before { content: "\eae8"; } .icon-ic_fluent_shifts_prohibited_20_filled:before { content: "\eaee"; } .icon-ic_fluent_shifts_question_mark_20_filled:before { content: "\eaf0"; } .icon-ic_fluent_slide_grid_20_filled:before { content: "\eb20"; } .icon-ic_fluent_slide_settings_20_filled:before { content: "\eb2c"; } .icon-ic_fluent_slide_transition_20_filled:before { content: "\eb34"; } .icon-ic_fluent_spacebar_20_filled:before { content: "\eb3a"; } .icon-ic_fluent_speaker_settings_20_filled:before { content: "\eb5a"; } .icon-ic_fluent_speaker_settings_28_filled:before { content: "\eb5b"; } .icon-ic_fluent_star_arrow_right_end_20_filled:before { content: "\ebaa"; } .icon-ic_fluent_star_arrow_right_start_20_filled:before { content: "\ebac"; } .icon-ic_fluent_storage_20_filled:before { content: "\ebbd"; } .icon-ic_fluent_sub_grid_20_filled:before { content: "\ebc4"; } .icon-ic_fluent_text_density_16_filled:before { content: "\ecff"; } .icon-ic_fluent_text_density_20_filled:before { content: "\ed00"; } .icon-ic_fluent_video_person_off_20_filled:before { content: "\ee11"; } .icon-ic_fluent_voicemail_arrow_back_20_filled:before { content: "\ee25"; } .icon-ic_fluent_voicemail_arrow_forward_20_filled:before { content: "\ee26"; } .icon-ic_fluent_voicemail_arrow_subtract_20_filled:before { content: "\ee27"; } .icon-ic_fluent_web_asset_20_filled:before { content: "\ee55"; } .icon-ic_fluent_archive_32_filled:before { content: "\e066"; } .icon-ic_fluent_archive_settings_24_filled:before { content: "\e071"; } .icon-ic_fluent_arrow_enter_20_filled:before { content: "\e0bf"; } .icon-ic_fluent_arrow_exit_20_filled:before { content: "\e0c4"; } .icon-ic_fluent_arrow_join_20_filled:before { content: "\e0d6"; } .icon-ic_fluent_arrow_trending_down_16_filled:before { content: "\e119"; } .icon-ic_fluent_arrow_trending_down_20_filled:before { content: "\e11a"; } .icon-ic_fluent_arrow_trending_down_24_filled:before { content: "\e11b"; } .icon-ic_fluent_book_template_20_filled:before { content: "\e1a1"; } .icon-ic_fluent_border_left_right_20_filled:before { content: "\e1ba"; } .icon-ic_fluent_border_left_right_24_filled:before { content: "\e1bb"; } .icon-ic_fluent_building_retail_more_20_filled:before { content: "\e23c"; } .icon-ic_fluent_calendar_add_16_filled:before { content: "\e24d"; } .icon-ic_fluent_calendar_add_28_filled:before { content: "\e24e"; } .icon-ic_fluent_cellular_3g_20_filled:before { content: "\e2c4"; } .icon-ic_fluent_cellular_4g_20_filled:before { content: "\e2c5"; } .icon-ic_fluent_cellular_5g_20_filled:before { content: "\e2c6"; } .icon-ic_fluent_checkbox_1_20_filled:before { content: "\e30a"; } .icon-ic_fluent_checkbox_2_20_filled:before { content: "\e30c"; } .icon-ic_fluent_checkmark_note_20_filled:before { content: "\e31d"; } .icon-ic_fluent_code_text_20_filled:before { content: "\e3cf"; } .icon-ic_fluent_code_text_edit_20_filled:before { content: "\e3d0"; } .icon-ic_fluent_column_20_filled:before { content: "\e3d5"; } .icon-ic_fluent_cube_add_20_filled:before { content: "\e43b"; } .icon-ic_fluent_cube_quick_16_filled:before { content: "\e440"; } .icon-ic_fluent_cube_quick_20_filled:before { content: "\e441"; } .icon-ic_fluent_cube_quick_24_filled:before { content: "\e442"; } .icon-ic_fluent_cube_quick_28_filled:before { content: "\e443"; } .icon-ic_fluent_database_arrow_down_20_filled:before { content: "\e474"; } .icon-ic_fluent_database_arrow_right_20_filled:before { content: "\e475"; } .icon-ic_fluent_database_arrow_up_20_filled:before { content: "\e476"; } .icon-ic_fluent_database_lightning_20_filled:before { content: "\e477"; } .icon-ic_fluent_database_plug_connected_20_filled:before { content: "\e47d"; } .icon-ic_fluent_database_warning_20_filled:before { content: "\e481"; } .icon-ic_fluent_database_window_20_filled:before { content: "\e482"; } .icon-ic_fluent_developer_board_lightning_20_filled:before { content: "\e4b9"; } .icon-ic_fluent_developer_board_lightning_toolbox_20_filled:before { content: "\e4ba"; } .icon-ic_fluent_edit_28_filled:before { content: "\e5bf"; } .icon-ic_fluent_edit_48_filled:before { content: "\e5c1"; } .icon-ic_fluent_edit_off_28_filled:before { content: "\e5c6"; } .icon-ic_fluent_edit_off_32_filled:before { content: "\e5c7"; } .icon-ic_fluent_edit_off_48_filled:before { content: "\e5c8"; } .icon-ic_fluent_edit_prohibited_16_filled:before { content: "\e5c9"; } .icon-ic_fluent_edit_prohibited_20_filled:before { content: "\e5ca"; } .icon-ic_fluent_edit_prohibited_24_filled:before { content: "\e5cb"; } .icon-ic_fluent_edit_prohibited_28_filled:before { content: "\e5cc"; } .icon-ic_fluent_edit_prohibited_32_filled:before { content: "\e5cd"; } .icon-ic_fluent_edit_prohibited_48_filled:before { content: "\e5ce"; } .icon-ic_fluent_emoji_edit_16_filled:before { content: "\e5d6"; } .icon-ic_fluent_emoji_edit_20_filled:before { content: "\e5d7"; } .icon-ic_fluent_emoji_edit_24_filled:before { content: "\e5d8"; } .icon-ic_fluent_emoji_edit_28_filled:before { content: "\e5d9"; } .icon-ic_fluent_emoji_edit_48_filled:before { content: "\e5da"; } .icon-ic_fluent_filter_add_20_filled:before { content: "\e618"; } .icon-ic_fluent_flash_add_20_filled:before { content: "\e628"; } .icon-ic_fluent_flash_flow_16_filled:before { content: "\e62e"; } .icon-ic_fluent_flash_flow_20_filled:before { content: "\e62f"; } .icon-ic_fluent_flash_flow_24_filled:before { content: "\e630"; } .icon-ic_fluent_flash_play_20_filled:before { content: "\e632"; } .icon-ic_fluent_folder_arrow_left_16_filled:before { content: "\e653"; } .icon-ic_fluent_folder_arrow_left_20_filled:before { content: "\e654"; } .icon-ic_fluent_folder_arrow_left_24_filled:before { content: "\e655"; } .icon-ic_fluent_folder_arrow_left_28_filled:before { content: "\e656"; } .icon-ic_fluent_folder_arrow_left_32_filled:before { content: "\e657"; } .icon-ic_fluent_gauge_add_20_filled:before { content: "\e6a2"; } .icon-ic_fluent_hand_draw_16_filled:before { content: "\e6e3"; } .icon-ic_fluent_hard_drive_20_filled:before { content: "\e6f0"; } .icon-ic_fluent_hdr_20_filled:before { content: "\e6f8"; } .icon-ic_fluent_hdr_off_20_filled:before { content: "\e6f9"; } .icon-ic_fluent_home_database_20_filled:before { content: "\e722"; } .icon-ic_fluent_image_add_20_filled:before { content: "\e727"; } .icon-ic_fluent_image_arrow_back_20_filled:before { content: "\e729"; } .icon-ic_fluent_image_arrow_counterclockwise_20_filled:before { content: "\e72b"; } .icon-ic_fluent_image_arrow_forward_20_filled:before { content: "\e72d"; } .icon-ic_fluent_image_globe_20_filled:before { content: "\e72f"; } .icon-ic_fluent_image_reflection_20_filled:before { content: "\e73c"; } .icon-ic_fluent_image_shadow_20_filled:before { content: "\e73e"; } .icon-ic_fluent_incognito_20_filled:before { content: "\e742"; } .icon-ic_fluent_key_command_20_filled:before { content: "\e751"; } .icon-ic_fluent_key_command_24_filled:before { content: "\e752"; } .icon-ic_fluent_keyboard_123_20_filled:before { content: "\e756"; } .icon-ic_fluent_keyboard_dock_20_filled:before { content: "\e759"; } .icon-ic_fluent_keyboard_layout_float_20_filled:before { content: "\e75a"; } .icon-ic_fluent_keyboard_layout_one_handed_left_20_filled:before { content: "\e75b"; } .icon-ic_fluent_keyboard_layout_resize_20_filled:before { content: "\e75c"; } .icon-ic_fluent_keyboard_layout_split_20_filled:before { content: "\e75d"; } .icon-ic_fluent_keyboard_shift_uppercase_16_filled:before { content: "\e760"; } .icon-ic_fluent_keyboard_shift_uppercase_20_filled:before { content: "\e761"; } .icon-ic_fluent_keyboard_tab_20_filled:before { content: "\e762"; } .icon-ic_fluent_launcher_settings_20_filled:before { content: "\e766"; } .icon-ic_fluent_lightbulb_circle_20_filled:before { content: "\e771"; } .icon-ic_fluent_line_style_20_filled:before { content: "\e77c"; } .icon-ic_fluent_link_toolbox_20_filled:before { content: "\e786"; } .icon-ic_fluent_location_add_left_20_filled:before { content: "\e78e"; } .icon-ic_fluent_location_add_right_20_filled:before { content: "\e78f"; } .icon-ic_fluent_location_add_up_20_filled:before { content: "\e790"; } .icon-ic_fluent_location_dismiss_20_filled:before { content: "\e794"; } .icon-ic_fluent_mail_all_read_16_filled:before { content: "\e7b1"; } .icon-ic_fluent_mail_all_read_24_filled:before { content: "\e7b2"; } .icon-ic_fluent_mail_all_read_28_filled:before { content: "\e7b3"; } .icon-ic_fluent_mail_list_20_filled:before { content: "\e7d0"; } .icon-ic_fluent_mail_list_24_filled:before { content: "\e7d1"; } .icon-ic_fluent_mail_list_28_filled:before { content: "\e7d2"; } .icon-ic_fluent_mail_read_multiple_16_filled:before { content: "\e7e0"; } .icon-ic_fluent_mail_read_multiple_24_filled:before { content: "\e7e1"; } .icon-ic_fluent_mail_read_multiple_28_filled:before { content: "\e7e2"; } .icon-ic_fluent_math_format_professional_20_filled:before { content: "\e7ed"; } .icon-ic_fluent_math_formula_20_filled:before { content: "\e7f0"; } .icon-ic_fluent_mention_arrow_down_20_filled:before { content: "\e802"; } .icon-ic_fluent_mention_brackets_20_filled:before { content: "\e803"; } .icon-ic_fluent_music_note_off_1_20_filled:before { content: "\e865"; } .icon-ic_fluent_music_note_off_1_24_filled:before { content: "\e866"; } .icon-ic_fluent_music_note_off_2_16_filled:before { content: "\e867"; } .icon-ic_fluent_music_note_off_2_20_filled:before { content: "\e868"; } .icon-ic_fluent_music_note_off_2_24_filled:before { content: "\e869"; } .icon-ic_fluent_navigation_location_target_20_filled:before { content: "\e86e"; } .icon-ic_fluent_navigation_play_20_filled:before { content: "\e86f"; } .icon-ic_fluent_number_circle_1_16_filled:before { content: "\e892"; } .icon-ic_fluent_number_circle_1_20_filled:before { content: "\e893"; } .icon-ic_fluent_number_circle_1_24_filled:before { content: "\e894"; } .icon-ic_fluent_panel_left_contract_28_filled:before { content: "\e8c5"; } .icon-ic_fluent_panel_left_expand_24_filled:before { content: "\e8c8"; } .icon-ic_fluent_panel_left_expand_28_filled:before { content: "\e8c9"; } .icon-ic_fluent_panel_left_focus_right_16_filled:before { content: "\e8ca"; } .icon-ic_fluent_panel_left_focus_right_20_filled:before { content: "\e8cb"; } .icon-ic_fluent_panel_left_focus_right_24_filled:before { content: "\e8cc"; } .icon-ic_fluent_panel_left_focus_right_28_filled:before { content: "\e8cd"; } .icon-ic_fluent_pen_16_filled:before { content: "\e8e8"; } .icon-ic_fluent_pen_20_filled:before { content: "\e8e9"; } .icon-ic_fluent_pen_24_filled:before { content: "\e8ea"; } .icon-ic_fluent_pen_28_filled:before { content: "\e8eb"; } .icon-ic_fluent_pen_32_filled:before { content: "\e8ec"; } .icon-ic_fluent_pen_48_filled:before { content: "\e8ed"; } .icon-ic_fluent_pen_off_16_filled:before { content: "\e8ee"; } .icon-ic_fluent_pen_off_20_filled:before { content: "\e8ef"; } .icon-ic_fluent_pen_off_24_filled:before { content: "\e8f0"; } .icon-ic_fluent_pen_off_28_filled:before { content: "\e8f1"; } .icon-ic_fluent_pen_off_32_filled:before { content: "\e8f2"; } .icon-ic_fluent_pen_off_48_filled:before { content: "\e8f3"; } .icon-ic_fluent_pen_prohibited_16_filled:before { content: "\e8f4"; } .icon-ic_fluent_pen_prohibited_20_filled:before { content: "\e8f5"; } .icon-ic_fluent_pen_prohibited_24_filled:before { content: "\e8f6"; } .icon-ic_fluent_pen_prohibited_28_filled:before { content: "\e8f7"; } .icon-ic_fluent_pen_prohibited_32_filled:before { content: "\e8f8"; } .icon-ic_fluent_pen_prohibited_48_filled:before { content: "\e8f9"; } .icon-ic_fluent_person_key_20_filled:before { content: "\e945"; } .icon-ic_fluent_phone_link_setup_20_filled:before { content: "\e974"; } .icon-ic_fluent_pipeline_20_filled:before { content: "\e99b"; } .icon-ic_fluent_pipeline_add_20_filled:before { content: "\e99c"; } .icon-ic_fluent_pipeline_play_20_filled:before { content: "\e99e"; } .icon-ic_fluent_play_settings_20_filled:before { content: "\e9a9"; } .icon-ic_fluent_plug_connected_add_20_filled:before { content: "\e9ad"; } .icon-ic_fluent_plug_connected_checkmark_20_filled:before { content: "\e9ae"; } .icon-ic_fluent_presence_available_20_filled:before { content: "\e9c7"; } .icon-ic_fluent_presence_available_24_filled:before { content: "\e9c8"; } .icon-ic_fluent_presence_away_20_filled:before { content: "\e9c9"; } .icon-ic_fluent_presence_away_24_filled:before { content: "\e9ca"; } .icon-ic_fluent_presence_busy_20_filled:before { content: "\e9cb"; } .icon-ic_fluent_presence_busy_24_filled:before { content: "\e9cc"; } .icon-ic_fluent_presence_dnd_20_filled:before { content: "\e9cd"; } .icon-ic_fluent_presence_dnd_24_filled:before { content: "\e9ce"; } .icon-ic_fluent_prohibited_note_20_filled:before { content: "\e9db"; } .icon-ic_fluent_puzzle_cube_piece_20_filled:before { content: "\e9ef"; } .icon-ic_fluent_ram_20_filled:before { content: "\e9fb"; } .icon-ic_fluent_receipt_search_20_filled:before { content: "\ea0e"; } .icon-ic_fluent_rectangle_portrait_location_target_20_filled:before { content: "\ea16"; } .icon-ic_fluent_save_image_20_filled:before { content: "\ea52"; } .icon-ic_fluent_scan_16_filled:before { content: "\ea5b"; } .icon-ic_fluent_server_multiple_20_filled:before { content: "\ea9a"; } .icon-ic_fluent_server_play_20_filled:before { content: "\ea9b"; } .icon-ic_fluent_shield_person_20_filled:before { content: "\eadd"; } .icon-ic_fluent_shield_person_add_20_filled:before { content: "\eade"; } .icon-ic_fluent_split_hint_20_filled:before { content: "\eb5f"; } .icon-ic_fluent_squares_nested_20_filled:before { content: "\eba2"; } .icon-ic_fluent_stream_input_20_filled:before { content: "\ebc0"; } .icon-ic_fluent_stream_input_output_20_filled:before { content: "\ebc1"; } .icon-ic_fluent_stream_output_20_filled:before { content: "\ebc2"; } .icon-ic_fluent_table_bottom_row_16_filled:before { content: "\ebf5"; } .icon-ic_fluent_table_bottom_row_20_filled:before { content: "\ebf6"; } .icon-ic_fluent_table_bottom_row_24_filled:before { content: "\ebf7"; } .icon-ic_fluent_table_bottom_row_28_filled:before { content: "\ebf8"; } .icon-ic_fluent_table_bottom_row_32_filled:before { content: "\ebf9"; } .icon-ic_fluent_table_bottom_row_48_filled:before { content: "\ebfa"; } .icon-ic_fluent_table_checker_20_filled:before { content: "\ec03"; } .icon-ic_fluent_table_copy_20_filled:before { content: "\ec04"; } .icon-ic_fluent_table_image_20_filled:before { content: "\ec1e"; } .icon-ic_fluent_table_multiple_20_filled:before { content: "\ec3d"; } .icon-ic_fluent_table_search_20_filled:before { content: "\ec46"; } .icon-ic_fluent_table_split_20_filled:before { content: "\ec4f"; } .icon-ic_fluent_task_list_square_database_20_filled:before { content: "\ec96"; } .icon-ic_fluent_text_bullet_list_checkmark_20_filled:before { content: "\ecd4"; } .icon-ic_fluent_text_bullet_list_dismiss_20_filled:before { content: "\ecd5"; } .icon-ic_fluent_text_bullet_list_square_clock_20_filled:before { content: "\ece1"; } .icon-ic_fluent_text_bullet_list_square_person_20_filled:before { content: "\ece2"; } .icon-ic_fluent_text_bullet_list_square_search_20_filled:before { content: "\ece3"; } .icon-ic_fluent_text_bullet_list_square_settings_20_filled:before { content: "\ece4"; } .icon-ic_fluent_text_bullet_list_square_shield_20_filled:before { content: "\ece5"; } .icon-ic_fluent_text_bullet_list_square_toolbox_20_filled:before { content: "\ece6"; } .icon-ic_fluent_text_density_24_filled:before { content: "\ed01"; } .icon-ic_fluent_text_density_28_filled:before { content: "\ed02"; } .icon-ic_fluent_text_expand_20_filled:before { content: "\ed0d"; } .icon-ic_fluent_timer_off_20_filled:before { content: "\ed8e"; } .icon-ic_fluent_triangle_16_filled:before { content: "\eda5"; } .icon-ic_fluent_triangle_20_filled:before { content: "\eda6"; } .icon-ic_fluent_triangle_down_12_filled:before { content: "\eda9"; } .icon-ic_fluent_triangle_down_16_filled:before { content: "\edaa"; } .icon-ic_fluent_triangle_down_20_filled:before { content: "\edab"; } .icon-ic_fluent_triangle_down_32_filled:before { content: "\edac"; } .icon-ic_fluent_triangle_down_48_filled:before { content: "\edad"; } .icon-ic_fluent_triangle_left_12_filled:before { content: "\edae"; } .icon-ic_fluent_triangle_left_16_filled:before { content: "\edaf"; } .icon-ic_fluent_triangle_left_20_filled:before { content: "\edb0"; } .icon-ic_fluent_triangle_left_32_filled:before { content: "\edb1"; } .icon-ic_fluent_triangle_left_48_filled:before { content: "\edb2"; } .icon-ic_fluent_triangle_right_12_filled:before { content: "\edb3"; } .icon-ic_fluent_triangle_right_16_filled:before { content: "\edb4"; } .icon-ic_fluent_triangle_right_20_filled:before { content: "\edb5"; } .icon-ic_fluent_triangle_right_32_filled:before { content: "\edb6"; } .icon-ic_fluent_triangle_right_48_filled:before { content: "\edb7"; } .icon-ic_fluent_video_chat_28_filled:before { content: "\edfb"; } .icon-ic_fluent_video_chat_32_filled:before { content: "\edfc"; } .icon-ic_fluent_video_chat_48_filled:before { content: "\edfd"; } .icon-ic_fluent_virtual_network_20_filled:before { content: "\ee22"; } .icon-ic_fluent_virtual_network_toolbox_20_filled:before { content: "\ee23"; } .icon-ic_fluent_wallet_16_filled:before { content: "\ee2b"; } .icon-ic_fluent_wallet_credit_card_16_filled:before { content: "\ee31"; } .icon-ic_fluent_wallet_credit_card_20_filled:before { content: "\ee32"; } .icon-ic_fluent_wallet_credit_card_24_filled:before { content: "\ee33"; } .icon-ic_fluent_wallet_credit_card_32_filled:before { content: "\ee34"; } .icon-ic_fluent_window_bullet_list_20_filled:before { content: "\ee6d"; } .icon-ic_fluent_window_bullet_list_add_20_filled:before { content: "\ee6e"; } .icon-ic_fluent_window_database_20_filled:before { content: "\ee70"; } .icon-ic_fluent_window_location_target_20_filled:before { content: "\ee77"; } .icon-ic_fluent_window_multiple_swap_20_filled:before { content: "\ee79"; } .icon-ic_fluent_window_play_20_filled:before { content: "\ee7c"; } .icon-ic_fluent_window_settings_20_filled:before { content: "\ee7d"; } .icon-ic_fluent_window_text_20_filled:before { content: "\ee7e"; } .icon-ic_fluent_archive_arrow_back_16_filled:before { content: "\e067"; } .icon-ic_fluent_archive_arrow_back_20_filled:before { content: "\e068"; } .icon-ic_fluent_archive_arrow_back_24_filled:before { content: "\e069"; } .icon-ic_fluent_archive_arrow_back_28_filled:before { content: "\e06a"; } .icon-ic_fluent_archive_arrow_back_32_filled:before { content: "\e06b"; } .icon-ic_fluent_archive_arrow_back_48_filled:before { content: "\e06c"; } .icon-ic_fluent_circle_multiple_subtract_checkmark_20_filled:before { content: "\e350"; } .icon-ic_fluent_database_multiple_20_filled:before { content: "\e47a"; } .icon-ic_fluent_image_multiple_off_16_filled:before { content: "\e737"; } .icon-ic_fluent_keyboard_16_filled:before { content: "\e758"; } .icon-ic_fluent_lock_multiple_20_filled:before { content: "\e7a0"; } .icon-ic_fluent_lottery_20_filled:before { content: "\e7a6"; } .icon-ic_fluent_mail_warning_20_filled:before { content: "\e7e6"; } .icon-ic_fluent_mail_warning_24_filled:before { content: "\e7e7"; } .icon-ic_fluent_match_app_layout_20_filled:before { content: "\e7ea"; } .icon-ic_fluent_math_format_linear_20_filled:before { content: "\e7eb"; } .icon-ic_fluent_megaphone_off_16_filled:before { content: "\e7ff"; } .icon-ic_fluent_megaphone_off_20_filled:before { content: "\e800"; } .icon-ic_fluent_megaphone_off_28_filled:before { content: "\e801"; } .icon-ic_fluent_merge_20_filled:before { content: "\e805"; } .icon-ic_fluent_mic_off_32_filled:before { content: "\e80d"; } .icon-ic_fluent_mobile_optimized_20_filled:before { content: "\e825"; } .icon-ic_fluent_network_check_20_filled:before { content: "\e872"; } .icon-ic_fluent_note_add_28_filled:before { content: "\e87a"; } .icon-ic_fluent_note_add_48_filled:before { content: "\e87b"; } .icon-ic_fluent_notebook_sync_20_filled:before { content: "\e88b"; } .icon-ic_fluent_organization_horizontal_20_filled:before { content: "\e8ac"; } .icon-ic_fluent_paint_brush_arrow_down_20_filled:before { content: "\e8b5"; } .icon-ic_fluent_paint_brush_arrow_up_20_filled:before { content: "\e8b7"; } .icon-ic_fluent_pentagon_20_filled:before { content: "\e8fa"; } .icon-ic_fluent_person_accounts_20_filled:before { content: "\e932"; } .icon-ic_fluent_person_subtract_20_filled:before { content: "\e959"; } .icon-ic_fluent_pin_off_28_filled:before { content: "\e998"; } .icon-ic_fluent_pin_off_32_filled:before { content: "\e999"; } .icon-ic_fluent_point_scan_20_filled:before { content: "\e9af"; } .icon-ic_fluent_port_usb_a_20_filled:before { content: "\e9b6"; } .icon-ic_fluent_question_circle_12_filled:before { content: "\e9f5"; } .icon-ic_fluent_row_triple_20_filled:before { content: "\ea44"; } .icon-ic_fluent_scratchpad_20_filled:before { content: "\ea7e"; } .icon-ic_fluent_shifts_availability_20_filled:before { content: "\eae9"; } .icon-ic_fluent_skip_forward_tab_20_filled:before { content: "\eb13"; } .icon-ic_fluent_sleep_20_filled:before { content: "\eb15"; } .icon-ic_fluent_slide_multiple_20_filled:before { content: "\eb25"; } .icon-ic_fluent_slide_multiple_arrow_right_20_filled:before { content: "\eb27"; } .icon-ic_fluent_slide_size_20_filled:before { content: "\eb2e"; } .icon-ic_fluent_sound_wave_circle_20_filled:before { content: "\eb38"; } .icon-ic_fluent_sport_american_football_20_filled:before { content: "\eb71"; } .icon-ic_fluent_sport_baseball_20_filled:before { content: "\eb73"; } .icon-ic_fluent_sport_hockey_20_filled:before { content: "\eb77"; } .icon-ic_fluent_square_hint_arrow_back_20_filled:before { content: "\eb97"; } .icon-ic_fluent_square_shadow_20_filled:before { content: "\eba1"; } .icon-ic_fluent_tab_arrow_left_20_filled:before { content: "\ebe1"; } .icon-ic_fluent_tab_prohibited_20_filled:before { content: "\ebea"; } .icon-ic_fluent_text_collapse_20_filled:before { content: "\ecf2"; } .icon-ic_fluent_text_more_20_filled:before { content: "\ed38"; } .icon-ic_fluent_time_and_weather_20_filled:before { content: "\ed81"; } .icon-ic_fluent_transmission_20_filled:before { content: "\ed9c"; } .icon-ic_fluent_video_play_pause_20_filled:before { content: "\ee1a"; } .icon-ic_fluent_arrow_next_12_filled:before { content: "\e0dd"; } .icon-ic_fluent_arrow_previous_12_filled:before { content: "\e0e3"; } .icon-ic_fluent_data_usage_settings_20_filled:before { content: "\e46d"; } .icon-ic_fluent_document_multiple_sync_20_filled:before { content: "\e532"; } .icon-ic_fluent_filter_12_filled:before { content: "\e616"; } .icon-ic_fluent_history_28_filled:before { content: "\e713"; } .icon-ic_fluent_history_32_filled:before { content: "\e714"; } .icon-ic_fluent_history_48_filled:before { content: "\e715"; } .icon-ic_fluent_history_dismiss_20_filled:before { content: "\e716"; } .icon-ic_fluent_history_dismiss_24_filled:before { content: "\e717"; } .icon-ic_fluent_history_dismiss_28_filled:before { content: "\e718"; } .icon-ic_fluent_history_dismiss_32_filled:before { content: "\e719"; } .icon-ic_fluent_history_dismiss_48_filled:before { content: "\e71a"; } .icon-ic_fluent_home_more_20_filled:before { content: "\e723"; } .icon-ic_fluent_people_search_20_filled:before { content: "\e919"; } .icon-ic_fluent_people_team_delete_16_filled:before { content: "\e925"; } .icon-ic_fluent_people_team_delete_20_filled:before { content: "\e926"; } .icon-ic_fluent_people_team_delete_28_filled:before { content: "\e928"; } .icon-ic_fluent_people_team_delete_32_filled:before { content: "\e929"; } .icon-ic_fluent_person_5_20_filled:before { content: "\e92e"; } .icon-ic_fluent_person_6_20_filled:before { content: "\e930"; } .icon-ic_fluent_person_sync_24_filled:before { content: "\e95c"; } .icon-ic_fluent_phone_eraser_20_filled:before { content: "\e96f"; } .icon-ic_fluent_phone_shake_20_filled:before { content: "\e97a"; } .icon-ic_fluent_phone_speaker_20_filled:before { content: "\e983"; } .icon-ic_fluent_radar_20_filled:before { content: "\e9f8"; } .icon-ic_fluent_radar_checkmark_20_filled:before { content: "\e9f9"; } .icon-ic_fluent_radar_rectangle_multiple_20_filled:before { content: "\e9fa"; } .icon-ic_fluent_real_estate_20_filled:before { content: "\ea04"; } .icon-ic_fluent_resize_table_20_filled:before { content: "\ea23"; } .icon-ic_fluent_shifts_30_minutes_20_filled:before { content: "\eae6"; } .icon-ic_fluent_sound_source_20_filled:before { content: "\eb37"; } .icon-ic_fluent_subtitles_16_filled:before { content: "\ebc5"; } .icon-ic_fluent_subtitles_20_filled:before { content: "\ebc6"; } .icon-ic_fluent_subtitles_24_filled:before { content: "\ebc7"; } .icon-ic_fluent_task_list_square_person_20_filled:before { content: "\ec99"; } .icon-ic_fluent_task_list_square_settings_20_filled:before { content: "\ec9c"; } .icon-ic_fluent_timer_10_20_filled:before { content: "\ed84"; } .icon-ic_fluent_timer_2_20_filled:before { content: "\ed87"; } .icon-ic_fluent_timer_3_20_filled:before { content: "\ed8a"; } .icon-ic_fluent_tree_deciduous_20_filled:before { content: "\eda2"; } .icon-ic_fluent_tree_evergreen_20_filled:before { content: "\eda3"; } .icon-ic_fluent_uninstall_app_20_filled:before { content: "\edce"; } .icon-ic_fluent_alert_badge_16_filled:before { content: "\e017"; } .icon-ic_fluent_alert_badge_20_filled:before { content: "\e018"; } .icon-ic_fluent_alert_badge_24_filled:before { content: "\e019"; } .icon-ic_fluent_archive_settings_28_filled:before { content: "\e072"; } .icon-ic_fluent_arrow_between_up_20_filled:before { content: "\e081"; } .icon-ic_fluent_arrow_fit_in_16_filled:before { content: "\e0ce"; } .icon-ic_fluent_arrow_fit_in_20_filled:before { content: "\e0cf"; } .icon-ic_fluent_arrow_forward_28_filled:before { content: "\e0d0"; } .icon-ic_fluent_arrow_reply_28_filled:before { content: "\e0e6"; } .icon-ic_fluent_arrow_reply_all_28_filled:before { content: "\e0e7"; } .icon-ic_fluent_arrow_undo_28_filled:before { content: "\e127"; } .icon-ic_fluent_branch_request_20_filled:before { content: "\e1f8"; } .icon-ic_fluent_broom_28_filled:before { content: "\e218"; } .icon-ic_fluent_bug_arrow_counterclockwise_20_filled:before { content: "\e21c"; } .icon-ic_fluent_bug_prohibited_20_filled:before { content: "\e21d"; } .icon-ic_fluent_calendar_multiple_28_filled:before { content: "\e26a"; } .icon-ic_fluent_call_add_16_filled:before { content: "\e289"; } .icon-ic_fluent_call_dismiss_16_filled:before { content: "\e28d"; } .icon-ic_fluent_call_transfer_16_filled:before { content: "\e2a6"; } .icon-ic_fluent_call_warning_16_filled:before { content: "\e2a8"; } .icon-ic_fluent_call_warning_20_filled:before { content: "\e2a9"; } .icon-ic_fluent_checkmark_square_20_filled:before { content: "\e31e"; } .icon-ic_fluent_circle_eraser_20_filled:before { content: "\e34b"; } .icon-ic_fluent_column_double_compare_20_filled:before { content: "\e3d7"; } .icon-ic_fluent_comma_20_filled:before { content: "\e3dd"; } .icon-ic_fluent_cube_arrow_curve_down_20_filled:before { content: "\e43c"; } .icon-ic_fluent_database_switch_20_filled:before { content: "\e480"; } .icon-ic_fluent_document_data_20_filled:before { content: "\e503"; } .icon-ic_fluent_folder_mail_24_filled:before { content: "\e665"; } .icon-ic_fluent_folder_mail_28_filled:before { content: "\e666"; } .icon-ic_fluent_gather_20_filled:before { content: "\e6a1"; } .icon-ic_fluent_image_32_filled:before { content: "\e726"; } .icon-ic_fluent_mail_attach_24_filled:before { content: "\e7bc"; } .icon-ic_fluent_mail_attach_28_filled:before { content: "\e7bd"; } .icon-ic_fluent_mail_prohibited_28_filled:before { content: "\e7de"; } .icon-ic_fluent_markdown_20_filled:before { content: "\e7e9"; } .icon-ic_fluent_merge_16_filled:before { content: "\e804"; } .icon-ic_fluent_notebook_arrow_curve_down_20_filled:before { content: "\e882"; } .icon-ic_fluent_notebook_eye_20_filled:before { content: "\e884"; } .icon-ic_fluent_person_sync_16_filled:before { content: "\e95a"; } .icon-ic_fluent_person_sync_20_filled:before { content: "\e95b"; } .icon-ic_fluent_person_sync_28_filled:before { content: "\e95d"; } .icon-ic_fluent_person_sync_32_filled:before { content: "\e95e"; } .icon-ic_fluent_person_sync_48_filled:before { content: "\e95f"; } .icon-ic_fluent_phone_key_20_filled:before { content: "\e970"; } .icon-ic_fluent_phone_key_24_filled:before { content: "\e971"; } .icon-ic_fluent_pipeline_arrow_curve_down_20_filled:before { content: "\e99d"; } .icon-ic_fluent_print_32_filled:before { content: "\e9d5"; } .icon-ic_fluent_save_28_filled:before { content: "\ea4c"; } .icon-ic_fluent_select_all_off_20_filled:before { content: "\ea8e"; } .icon-ic_fluent_select_all_on_20_filled:before { content: "\ea8f"; } .icon-ic_fluent_square_eraser_20_filled:before { content: "\eb8d"; } .icon-ic_fluent_tab_desktop_multiple_bottom_20_filled:before { content: "\ebe8"; } .icon-ic_fluent_tag_28_filled:before { content: "\ec6b"; } .icon-ic_fluent_text_bullet_list_rotate_270_24_filled:before { content: "\ecda"; } .icon-ic_fluent_text_bullet_list_rotate_90_24_filled:before { content: "\ecdc"; } .icon-ic_fluent_text_indent_decrease_rotate_270_24_filled:before { content: "\ed27"; } .icon-ic_fluent_text_indent_decrease_rotate_90_24_filled:before { content: "\ed29"; } .icon-ic_fluent_text_indent_increase_rotate_270_24_filled:before { content: "\ed31"; } .icon-ic_fluent_text_indent_increase_rotate_90_24_filled:before { content: "\ed33"; } .icon-ic_fluent_text_number_list_rotate_270_24_filled:before { content: "\ed3c"; } .icon-ic_fluent_text_number_list_rotate_90_24_filled:before { content: "\ed3e"; } .icon-ic_fluent_text_whole_word_20_filled:before { content: "\ed68"; } .icon-ic_fluent_time_picker_20_filled:before { content: "\ed82"; } .icon-ic_fluent_video_clip_off_16_filled:before { content: "\ee03"; } .icon-ic_fluent_video_clip_off_20_filled:before { content: "\ee04"; } .icon-ic_fluent_video_clip_off_24_filled:before { content: "\ee05"; } .icon-ic_fluent_wallpaper_20_filled:before { content: "\ee35"; } .icon-ic_fluent_warning_28_filled:before { content: "\ee3c"; } .icon-ic_fluent_wifi_lock_20_filled:before { content: "\ee57"; } .icon-ic_fluent_alert_12_filled:before { content: "\e013"; } .icon-ic_fluent_alert_48_filled:before { content: "\e016"; } .icon-ic_fluent_alert_snooze_12_filled:before { content: "\e01b"; } .icon-ic_fluent_alert_snooze_16_filled:before { content: "\e01c"; } .icon-ic_fluent_arrow_autofit_content_20_filled:before { content: "\e073"; } .icon-ic_fluent_arrow_split_16_filled:before { content: "\e0f3"; } .icon-ic_fluent_arrow_split_24_filled:before { content: "\e0f5"; } .icon-ic_fluent_catch_up_16_filled:before { content: "\e2c1"; } .icon-ic_fluent_catch_up_20_filled:before { content: "\e2c2"; } .icon-ic_fluent_catch_up_24_filled:before { content: "\e2c3"; } .icon-ic_fluent_chess_20_filled:before { content: "\e321"; } .icon-ic_fluent_circle_image_20_filled:before { content: "\e34d"; } .icon-ic_fluent_image_multiple_off_20_filled:before { content: "\e738"; } .icon-ic_fluent_mic_pulse_16_filled:before { content: "\e814"; } .icon-ic_fluent_mic_pulse_20_filled:before { content: "\e815"; } .icon-ic_fluent_mic_pulse_24_filled:before { content: "\e816"; } .icon-ic_fluent_mic_pulse_28_filled:before { content: "\e817"; } .icon-ic_fluent_mic_pulse_32_filled:before { content: "\e818"; } .icon-ic_fluent_mic_pulse_48_filled:before { content: "\e819"; } .icon-ic_fluent_mic_pulse_off_16_filled:before { content: "\e81a"; } .icon-ic_fluent_mic_pulse_off_20_filled:before { content: "\e81b"; } .icon-ic_fluent_mic_pulse_off_24_filled:before { content: "\e81c"; } .icon-ic_fluent_mic_pulse_off_28_filled:before { content: "\e81d"; } .icon-ic_fluent_mic_pulse_off_32_filled:before { content: "\e81e"; } .icon-ic_fluent_mic_pulse_off_48_filled:before { content: "\e81f"; } .icon-ic_fluent_pause_28_filled:before { content: "\e8df"; } .icon-ic_fluent_pause_32_filled:before { content: "\e8e0"; } .icon-ic_fluent_playing_cards_20_filled:before { content: "\e9aa"; } .icon-ic_fluent_premium_person_16_filled:before { content: "\e9c4"; } .icon-ic_fluent_quiz_new_20_filled:before { content: "\e9f7"; } .icon-ic_fluent_save_copy_20_filled:before { content: "\ea4f"; } .icon-ic_fluent_send_copy_20_filled:before { content: "\ea99"; } .icon-ic_fluent_slide_hide_20_filled:before { content: "\eb22"; } .icon-ic_fluent_slide_microphone_20_filled:before { content: "\eb23"; } .icon-ic_fluent_slide_search_20_filled:before { content: "\eb29"; } .icon-ic_fluent_sport_basketball_20_filled:before { content: "\eb75"; } .icon-ic_fluent_swipe_down_20_filled:before { content: "\ebd7"; } .icon-ic_fluent_swipe_right_20_filled:before { content: "\ebd8"; } .icon-ic_fluent_swipe_up_20_filled:before { content: "\ebd9"; } .icon-ic_fluent_tabs_20_filled:before { content: "\ec69"; } .icon-ic_fluent_text_12_filled:before { content: "\ecab"; } .icon-ic_fluent_text_16_filled:before { content: "\ecac"; } .icon-ic_fluent_text_32_filled:before { content: "\ecad"; } .icon-ic_fluent_text_add_20_filled:before { content: "\ecae"; } .icon-ic_fluent_text_bullet_list_rotate_270_20_filled:before { content: "\ecd9"; } .icon-ic_fluent_text_bullet_list_rotate_90_20_filled:before { content: "\ecdb"; } .icon-ic_fluent_text_indent_decrease_rotate_270_20_filled:before { content: "\ed26"; } .icon-ic_fluent_text_indent_decrease_rotate_90_20_filled:before { content: "\ed28"; } .icon-ic_fluent_text_indent_increase_rotate_270_20_filled:before { content: "\ed30"; } .icon-ic_fluent_text_indent_increase_rotate_90_20_filled:before { content: "\ed32"; } .icon-ic_fluent_text_number_list_rotate_270_20_filled:before { content: "\ed3b"; } .icon-ic_fluent_text_number_list_rotate_90_20_filled:before { content: "\ed3d"; } .icon-ic_fluent_text_wrap_20_filled:before { content: "\ed69"; } .icon-ic_fluent_toggle_multiple_16_filled:before { content: "\ed94"; } .icon-ic_fluent_toggle_multiple_20_filled:before { content: "\ed95"; } .icon-ic_fluent_toggle_multiple_24_filled:before { content: "\ed96"; } .icon-ic_fluent_window_edit_20_filled:before { content: "\ee73"; } .icon-ic_fluent_zoom_fit_16_filled:before { content: "\ee8b"; } .icon-ic_fluent_zoom_fit_20_filled:before { content: "\ee8c"; } .icon-ic_fluent_zoom_fit_24_filled:before { content: "\ee8d"; } .icon-ic_fluent_app_folder_16_filled:before { content: "\e058"; } .icon-ic_fluent_app_folder_28_filled:before { content: "\e059"; } .icon-ic_fluent_app_folder_32_filled:before { content: "\e05a"; } .icon-ic_fluent_app_folder_48_filled:before { content: "\e05b"; } .icon-ic_fluent_arrow_outline_up_right_20_filled:before { content: "\e0de"; } .icon-ic_fluent_arrow_outline_up_right_24_filled:before { content: "\e0df"; } .icon-ic_fluent_clipboard_32_filled:before { content: "\e358"; } .icon-ic_fluent_clipboard_text_32_filled:before { content: "\e37a"; } .icon-ic_fluent_clipboard_text_edit_20_filled:before { content: "\e37b"; } .icon-ic_fluent_clipboard_text_edit_24_filled:before { content: "\e37c"; } .icon-ic_fluent_clipboard_text_edit_32_filled:before { content: "\e37d"; } .icon-ic_fluent_document_data_24_filled:before { content: "\e504"; } .icon-ic_fluent_joystick_20_filled:before { content: "\e74d"; } .icon-ic_fluent_people_12_filled:before { content: "\e8fd"; } .icon-ic_fluent_people_48_filled:before { content: "\e8ff"; } .icon-ic_fluent_person_heart_24_filled:before { content: "\e943"; } .icon-ic_fluent_port_micro_usb_20_filled:before { content: "\e9b4"; } .icon-ic_fluent_port_usb_c_20_filled:before { content: "\e9b8"; } .icon-ic_fluent_rss_20_filled:before { content: "\ea45"; } .icon-ic_fluent_scales_20_filled:before { content: "\ea58"; } .icon-ic_fluent_shifts_team_20_filled:before { content: "\eaf2"; } .icon-ic_fluent_speaker_bluetooth_20_filled:before { content: "\eb50"; } .icon-ic_fluent_speaker_usb_20_filled:before { content: "\eb5c"; } .icon-ic_fluent_text_align_center_rotate_270_16_filled:before { content: "\ecb1"; } .icon-ic_fluent_text_align_center_rotate_270_20_filled:before { content: "\ecb2"; } .icon-ic_fluent_text_align_center_rotate_90_16_filled:before { content: "\ecb4"; } .icon-ic_fluent_text_align_center_rotate_90_20_filled:before { content: "\ecb5"; } .icon-ic_fluent_text_align_center_rotate_90_24_filled:before { content: "\ecb6"; } .icon-ic_fluent_text_align_justify_rotate_270_20_filled:before { content: "\ecbd"; } .icon-ic_fluent_text_align_justify_rotate_270_24_filled:before { content: "\ecbe"; } .icon-ic_fluent_text_align_justify_rotate_90_20_filled:before { content: "\ecbf"; } .icon-ic_fluent_text_align_left_rotate_270_16_filled:before { content: "\ecc2"; } .icon-ic_fluent_text_align_left_rotate_270_20_filled:before { content: "\ecc3"; } .icon-ic_fluent_text_align_left_rotate_90_16_filled:before { content: "\ecc5"; } .icon-ic_fluent_text_align_left_rotate_90_20_filled:before { content: "\ecc6"; } .icon-ic_fluent_text_align_left_rotate_90_24_filled:before { content: "\ecc7"; } .icon-ic_fluent_text_align_right_rotate_270_16_filled:before { content: "\ecc9"; } .icon-ic_fluent_text_align_right_rotate_270_20_filled:before { content: "\ecca"; } .icon-ic_fluent_text_align_right_rotate_90_16_filled:before { content: "\eccc"; } .icon-ic_fluent_text_align_right_rotate_90_20_filled:before { content: "\eccd"; } .icon-ic_fluent_text_align_right_rotate_90_24_filled:before { content: "\ecce"; } .icon-ic_fluent_clipboard_text_ltr_32_filled:before { content: "\e380"; } .icon-ic_fluent_braces_16_filled:before { content: "\ee90"; } .icon-ic_fluent_braces_28_filled:before { content: "\ee91"; } .icon-ic_fluent_braces_32_filled:before { content: "\ee92"; } .icon-ic_fluent_braces_48_filled:before { content: "\ee93"; } .icon-ic_fluent_branch_fork_32_filled:before { content: "\ee94"; } .icon-ic_fluent_calendar_data_bar_16_filled:before { content: "\ee95"; } .icon-ic_fluent_calendar_data_bar_20_filled:before { content: "\ee96"; } .icon-ic_fluent_calendar_data_bar_24_filled:before { content: "\ee97"; } .icon-ic_fluent_calendar_data_bar_28_filled:before { content: "\ee98"; } .icon-ic_fluent_clipboard_3_day_16_filled:before { content: "\ee99"; } .icon-ic_fluent_clipboard_3_day_20_filled:before { content: "\ee9a"; } .icon-ic_fluent_clipboard_3_day_24_filled:before { content: "\ee9b"; } .icon-ic_fluent_clipboard_day_16_filled:before { content: "\ee9c"; } .icon-ic_fluent_clipboard_day_20_filled:before { content: "\ee9d"; } .icon-ic_fluent_clipboard_day_24_filled:before { content: "\ee9e"; } .icon-ic_fluent_clipboard_month_16_filled:before { content: "\ee9f"; } .icon-ic_fluent_clipboard_month_20_filled:before { content: "\eea0"; } .icon-ic_fluent_clipboard_month_24_filled:before { content: "\eea1"; } .icon-ic_fluent_content_view_gallery_24_filled:before { content: "\eea2"; } .icon-ic_fluent_content_view_gallery_28_filled:before { content: "\eea3"; } .icon-ic_fluent_data_bar_vertical_16_filled:before { content: "\eea4"; } .icon-ic_fluent_delete_12_filled:before { content: "\eea5"; } .icon-ic_fluent_delete_32_filled:before { content: "\eea6"; } .icon-ic_fluent_form_20_filled:before { content: "\eea7"; } .icon-ic_fluent_form_24_filled:before { content: "\eea8"; } .icon-ic_fluent_form_28_filled:before { content: "\eea9"; } .icon-ic_fluent_form_48_filled:before { content: "\eeaa"; } .icon-ic_fluent_mail_read_multiple_20_filled:before { content: "\eeab"; } .icon-ic_fluent_mail_read_multiple_32_filled:before { content: "\eeac"; } .icon-ic_fluent_megaphone_loud_16_filled:before { content: "\eead"; } .icon-ic_fluent_panel_right_add_20_filled:before { content: "\eeae"; } .icon-ic_fluent_person_note_16_filled:before { content: "\eeaf"; } .icon-ic_fluent_shield_globe_16_filled:before { content: "\eeb0"; } .icon-ic_fluent_shield_globe_20_filled:before { content: "\eeb1"; } .icon-ic_fluent_shield_globe_24_filled:before { content: "\eeb2"; } .icon-ic_fluent_square_multiple_28_filled:before { content: "\eeb3"; } .icon-ic_fluent_square_multiple_32_filled:before { content: "\eeb4"; } .icon-ic_fluent_square_multiple_48_filled:before { content: "\eeb5"; } .icon-ic_fluent_table_calculator_20_filled:before { content: "\eeb6"; } .icon-ic_fluent_xbox_controller_16_filled:before { content: "\eeb7"; } .icon-ic_fluent_xbox_controller_20_filled:before { content: "\eeb8"; } .icon-ic_fluent_xbox_controller_24_filled:before { content: "\eeb9"; } .icon-ic_fluent_xbox_controller_28_filled:before { content: "\eeba"; } .icon-ic_fluent_xbox_controller_32_filled:before { content: "\eebb"; } .icon-ic_fluent_xbox_controller_48_filled:before { content: "\eebc"; }
fonts/FluentSystemIcons-Filled.css
@font-face { font-family: "FluentSystemIcons-Filled"; src: url("./FluentSystemIcons-Filled.woff2?9a99f666e13a48c0ad21947b8394f098") format("woff2"), url("./FluentSystemIcons-Filled.woff?9a99f666e13a48c0ad21947b8394f098") format("woff"), url("./FluentSystemIcons-Filled.ttf?9a99f666e13a48c0ad21947b8394f098") format("truetype"); } i[class^="icon-"]:before, i[class*=" icon-"]:before { font-family: FluentSystemIcons-Filled !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-ic_fluent_access_time_24_filled:before { content: "\f101"; } .icon-ic_fluent_accessibility_16_filled:before { content: "\f102"; } .icon-ic_fluent_accessibility_20_filled:before { content: "\f103"; } .icon-ic_fluent_accessibility_24_filled:before { content: "\f104"; } .icon-ic_fluent_accessibility_28_filled:before { content: "\f105"; } .icon-ic_fluent_add_12_filled:before { content: "\f107"; } .icon-ic_fluent_add_16_filled:before { content: "\f108"; } .icon-ic_fluent_add_20_filled:before { content: "\f109"; } .icon-ic_fluent_add_24_filled:before { content: "\f10a"; } .icon-ic_fluent_add_28_filled:before { content: "\f10b"; } .icon-ic_fluent_add_circle_20_filled:before { content: "\f10c"; } .icon-ic_fluent_add_circle_24_filled:before { content: "\f10d"; } .icon-ic_fluent_add_circle_28_filled:before { content: "\f10e"; } .icon-ic_fluent_airplane_20_filled:before { content: "\f10f"; } .icon-ic_fluent_airplane_24_filled:before { content: "\f110"; } .icon-ic_fluent_airplane_take_off_16_filled:before { content: "\f111"; } .icon-ic_fluent_airplane_take_off_20_filled:before { content: "\f112"; } .icon-ic_fluent_airplane_take_off_24_filled:before { content: "\f113"; } .icon-ic_fluent_alert_20_filled:before { content: "\f114"; } .icon-ic_fluent_alert_24_filled:before { content: "\f115"; } .icon-ic_fluent_alert_28_filled:before { content: "\f116"; } .icon-ic_fluent_alert_off_16_filled:before { content: "\f117"; } .icon-ic_fluent_alert_off_20_filled:before { content: "\f118"; } .icon-ic_fluent_alert_off_24_filled:before { content: "\f119"; } .icon-ic_fluent_alert_off_28_filled:before { content: "\f11a"; } .icon-ic_fluent_alert_on_24_filled:before { content: "\f11b"; } .icon-ic_fluent_alert_snooze_20_filled:before { content: "\f11c"; } .icon-ic_fluent_alert_snooze_24_filled:before { content: "\f11d"; } .icon-ic_fluent_alert_urgent_20_filled:before { content: "\f11e"; } .icon-ic_fluent_alert_urgent_24_filled:before { content: "\f11f"; } .icon-ic_fluent_animal_dog_20_filled:before { content: "\f120"; } .icon-ic_fluent_animal_dog_24_filled:before { content: "\f121"; } .icon-ic_fluent_app_folder_20_filled:before { content: "\f122"; } .icon-ic_fluent_app_folder_24_filled:before { content: "\f123"; } .icon-ic_fluent_app_generic_24_filled:before { content: "\f124"; } .icon-ic_fluent_app_recent_24_filled:before { content: "\f125"; } .icon-ic_fluent_app_store_24_filled:before { content: "\f12a"; } .icon-ic_fluent_app_title_24_filled:before { content: "\f12b"; } .icon-ic_fluent_approvals_app_24_filled:before { content: "\f130"; } .icon-ic_fluent_approvals_app_28_filled:before { content: "\f131"; } .icon-ic_fluent_apps_16_filled:before { content: "\f132"; } .icon-ic_fluent_apps_20_filled:before { content: "\f133"; } .icon-ic_fluent_apps_24_filled:before { content: "\f134"; } .icon-ic_fluent_apps_28_filled:before { content: "\f135"; } .icon-ic_fluent_apps_add_in_20_filled:before { content: "\f136"; } .icon-ic_fluent_apps_add_in_24_filled:before { content: "\f137"; } .icon-ic_fluent_apps_list_24_filled:before { content: "\f138"; } .icon-ic_fluent_archive_20_filled:before { content: "\f139"; } .icon-ic_fluent_archive_24_filled:before { content: "\f13a"; } .icon-ic_fluent_archive_28_filled:before { content: "\f13b"; } .icon-ic_fluent_archive_48_filled:before { content: "\f13c"; } .icon-ic_fluent_arrow_clockwise_20_filled:before { content: "\f13d"; } .icon-ic_fluent_arrow_clockwise_24_filled:before { content: "\f13e"; } .icon-ic_fluent_arrow_counterclockwise_20_filled:before { content: "\f13f"; } .icon-ic_fluent_arrow_counterclockwise_24_filled:before { content: "\f140"; } .icon-ic_fluent_arrow_curve_down_left_20_filled:before { content: "\f141"; } .icon-ic_fluent_arrow_curve_down_right_20_filled:before { content: "\f142"; } .icon-ic_fluent_arrow_curve_up_left_20_filled:before { content: "\f145"; } .icon-ic_fluent_arrow_curve_up_right_20_filled:before { content: "\f146"; } .icon-ic_fluent_arrow_down_16_filled:before { content: "\f147"; } .icon-ic_fluent_arrow_down_20_filled:before { content: "\f148"; } .icon-ic_fluent_arrow_down_24_filled:before { content: "\f149"; } .icon-ic_fluent_arrow_down_28_filled:before { content: "\f14a"; } .icon-ic_fluent_arrow_down_left_24_filled:before { content: "\f14b"; } .icon-ic_fluent_arrow_download_16_filled:before { content: "\f14f"; } .icon-ic_fluent_arrow_download_20_filled:before { content: "\f150"; } .icon-ic_fluent_arrow_download_24_filled:before { content: "\f151"; } .icon-ic_fluent_arrow_download_48_filled:before { content: "\f152"; } .icon-ic_fluent_arrow_expand_24_filled:before { content: "\f154"; } .icon-ic_fluent_arrow_forward_16_filled:before { content: "\f156"; } .icon-ic_fluent_arrow_forward_20_filled:before { content: "\f157"; } .icon-ic_fluent_arrow_forward_24_filled:before { content: "\f158"; } .icon-ic_fluent_arrow_import_20_filled:before { content: "\f159"; } .icon-ic_fluent_arrow_import_24_filled:before { content: "\f15a"; } .icon-ic_fluent_arrow_left_20_filled:before { content: "\f15b"; } .icon-ic_fluent_arrow_left_24_filled:before { content: "\f15c"; } .icon-ic_fluent_arrow_left_28_filled:before { content: "\f15d"; } .icon-ic_fluent_arrow_maximize_16_filled:before { content: "\f15e"; } .icon-ic_fluent_arrow_maximize_20_filled:before { content: "\f15f"; } .icon-ic_fluent_arrow_maximize_24_filled:before { content: "\f160"; } .icon-ic_fluent_arrow_maximize_28_filled:before { content: "\f161"; } .icon-ic_fluent_arrow_maximize_vertical_20_filled:before { content: "\f162"; } .icon-ic_fluent_arrow_maximize_vertical_24_filled:before { content: "\f163"; } .icon-ic_fluent_arrow_minimize_16_filled:before { content: "\f164"; } .icon-ic_fluent_arrow_minimize_20_filled:before { content: "\f165"; } .icon-ic_fluent_arrow_minimize_24_filled:before { content: "\f166"; } .icon-ic_fluent_arrow_minimize_28_filled:before { content: "\f167"; } .icon-ic_fluent_arrow_minimize_vertical_24_filled:before { content: "\f168"; } .icon-ic_fluent_arrow_move_24_filled:before { content: "\f169"; } .icon-ic_fluent_arrow_next_20_filled:before { content: "\f16a"; } .icon-ic_fluent_arrow_next_24_filled:before { content: "\f16b"; } .icon-ic_fluent_arrow_previous_20_filled:before { content: "\f16c"; } .icon-ic_fluent_arrow_previous_24_filled:before { content: "\f16d"; } .icon-ic_fluent_arrow_redo_20_filled:before { content: "\f16e"; } .icon-ic_fluent_arrow_redo_24_filled:before { content: "\f16f"; } .icon-ic_fluent_arrow_repeat_all_16_filled:before { content: "\f170"; } .icon-ic_fluent_arrow_repeat_all_20_filled:before { content: "\f171"; } .icon-ic_fluent_arrow_repeat_all_24_filled:before { content: "\f172"; } .icon-ic_fluent_arrow_repeat_all_off_16_filled:before { content: "\f173"; } .icon-ic_fluent_arrow_repeat_all_off_20_filled:before { content: "\f174"; } .icon-ic_fluent_arrow_repeat_all_off_24_filled:before { content: "\f175"; } .icon-ic_fluent_arrow_reply_16_filled:before { content: "\f176"; } .icon-ic_fluent_arrow_reply_20_filled:before { content: "\f177"; } .icon-ic_fluent_arrow_reply_24_filled:before { content: "\f178"; } .icon-ic_fluent_arrow_reply_48_filled:before { content: "\f179"; } .icon-ic_fluent_arrow_reply_all_16_filled:before { content: "\f17a"; } .icon-ic_fluent_arrow_reply_all_20_filled:before { content: "\f17b"; } .icon-ic_fluent_arrow_reply_all_24_filled:before { content: "\f17c"; } .icon-ic_fluent_arrow_reply_all_48_filled:before { content: "\f17d"; } .icon-ic_fluent_arrow_reply_down_16_filled:before { content: "\f17e"; } .icon-ic_fluent_arrow_reply_down_20_filled:before { content: "\f17f"; } .icon-ic_fluent_arrow_reply_down_24_filled:before { content: "\f180"; } .icon-ic_fluent_arrow_right_20_filled:before { content: "\f181"; } .icon-ic_fluent_arrow_right_24_filled:before { content: "\f182"; } .icon-ic_fluent_arrow_right_28_filled:before { content: "\f183"; } .icon-ic_fluent_arrow_rotate_clockwise_20_filled:before { content: "\f185"; } .icon-ic_fluent_arrow_rotate_clockwise_24_filled:before { content: "\f186"; } .icon-ic_fluent_arrow_rotate_counterclockwise_20_filled:before { content: "\f187"; } .icon-ic_fluent_arrow_rotate_counterclockwise_24_filled:before { content: "\f188"; } .icon-ic_fluent_arrow_sort_20_filled:before { content: "\f18a"; } .icon-ic_fluent_arrow_sort_24_filled:before { content: "\f18b"; } .icon-ic_fluent_arrow_sort_28_filled:before { content: "\f18c"; } .icon-ic_fluent_arrow_swap_20_filled:before { content: "\f18d"; } .icon-ic_fluent_arrow_swap_24_filled:before { content: "\f18e"; } .icon-ic_fluent_arrow_sync_12_filled:before { content: "\f18f"; } .icon-ic_fluent_arrow_sync_20_filled:before { content: "\f190"; } .icon-ic_fluent_arrow_sync_24_filled:before { content: "\f191"; } .icon-ic_fluent_arrow_sync_circle_16_filled:before { content: "\f192"; } .icon-ic_fluent_arrow_sync_circle_20_filled:before { content: "\f193"; } .icon-ic_fluent_arrow_sync_circle_24_filled:before { content: "\f194"; } .icon-ic_fluent_arrow_sync_off_12_filled:before { content: "\f195"; } .icon-ic_fluent_arrow_trending_16_filled:before { content: "\f196"; } .icon-ic_fluent_arrow_trending_20_filled:before { content: "\f197"; } .icon-ic_fluent_arrow_trending_24_filled:before { content: "\f198"; } .icon-ic_fluent_arrow_undo_20_filled:before { content: "\f199"; } .icon-ic_fluent_arrow_undo_24_filled:before { content: "\f19a"; } .icon-ic_fluent_arrow_up_20_filled:before { content: "\f19b"; } .icon-ic_fluent_arrow_up_24_filled:before { content: "\f19c"; } .icon-ic_fluent_arrow_up_28_filled:before { content: "\f19d"; } .icon-ic_fluent_arrow_up_left_24_filled:before { content: "\f1a1"; } .icon-ic_fluent_arrow_up_right_24_filled:before { content: "\f1a3"; } .icon-ic_fluent_arrow_upload_20_filled:before { content: "\f1a4"; } .icon-ic_fluent_arrow_upload_24_filled:before { content: "\f1a5"; } .icon-ic_fluent_arrows_bidirectional_24_filled:before { content: "\f1a6"; } .icon-ic_fluent_attach_16_filled:before { content: "\f1a8"; } .icon-ic_fluent_attach_20_filled:before { content: "\f1a9"; } .icon-ic_fluent_attach_24_filled:before { content: "\f1aa"; } .icon-ic_fluent_autocorrect_24_filled:before { content: "\f1ae"; } .icon-ic_fluent_autosum_20_filled:before { content: "\f1af"; } .icon-ic_fluent_autosum_24_filled:before { content: "\f1b0"; } .icon-ic_fluent_backspace_20_filled:before { content: "\f1b1"; } .icon-ic_fluent_backspace_24_filled:before { content: "\f1b2"; } .icon-ic_fluent_badge_24_filled:before { content: "\f1b5"; } .icon-ic_fluent_balloon_20_filled:before { content: "\f1b6"; } .icon-ic_fluent_balloon_24_filled:before { content: "\f1b7"; } .icon-ic_fluent_battery_0_20_filled:before { content: "\f1bb"; } .icon-ic_fluent_battery_0_24_filled:before { content: "\f1bc"; } .icon-ic_fluent_battery_1_20_filled:before { content: "\f1bd"; } .icon-ic_fluent_battery_1_24_filled:before { content: "\f1be"; } .icon-ic_fluent_battery_2_20_filled:before { content: "\f1bf"; } .icon-ic_fluent_battery_2_24_filled:before { content: "\f1c0"; } .icon-ic_fluent_battery_3_20_filled:before { content: "\f1c1"; } .icon-ic_fluent_battery_3_24_filled:before { content: "\f1c2"; } .icon-ic_fluent_battery_4_20_filled:before { content: "\f1c3"; } .icon-ic_fluent_battery_4_24_filled:before { content: "\f1c4"; } .icon-ic_fluent_battery_5_20_filled:before { content: "\f1c5"; } .icon-ic_fluent_battery_5_24_filled:before { content: "\f1c6"; } .icon-ic_fluent_battery_6_20_filled:before { content: "\f1c7"; } .icon-ic_fluent_battery_6_24_filled:before { content: "\f1c8"; } .icon-ic_fluent_battery_7_20_filled:before { content: "\f1c9"; } .icon-ic_fluent_battery_7_24_filled:before { content: "\f1ca"; } .icon-ic_fluent_battery_8_20_filled:before { content: "\f1cb"; } .icon-ic_fluent_battery_8_24_filled:before { content: "\f1cc"; } .icon-ic_fluent_battery_9_20_filled:before { content: "\f1cd"; } .icon-ic_fluent_battery_9_24_filled:before { content: "\f1ce"; } .icon-ic_fluent_battery_charge_20_filled:before { content: "\f1cf"; } .icon-ic_fluent_battery_charge_24_filled:before { content: "\f1d0"; } .icon-ic_fluent_battery_saver_20_filled:before { content: "\f1d3"; } .icon-ic_fluent_battery_saver_24_filled:before { content: "\f1d4"; } .icon-ic_fluent_battery_warning_24_filled:before { content: "\f1d5"; } .icon-ic_fluent_beaker_16_filled:before { content: "\f1d6"; } .icon-ic_fluent_beaker_20_filled:before { content: "\f1d7"; } .icon-ic_fluent_beaker_24_filled:before { content: "\f1d8"; } .icon-ic_fluent_bed_20_filled:before { content: "\f1d9"; } .icon-ic_fluent_bed_24_filled:before { content: "\f1da"; } .icon-ic_fluent_bluetooth_20_filled:before { content: "\f1de"; } .icon-ic_fluent_bluetooth_24_filled:before { content: "\f1df"; } .icon-ic_fluent_bluetooth_connected_24_filled:before { content: "\f1e0"; } .icon-ic_fluent_bluetooth_disabled_24_filled:before { content: "\f1e1"; } .icon-ic_fluent_bluetooth_searching_24_filled:before { content: "\f1e2"; } .icon-ic_fluent_board_24_filled:before { content: "\f1e3"; } .icon-ic_fluent_book_globe_24_filled:before { content: "\f1f0"; } .icon-ic_fluent_book_number_16_filled:before { content: "\f1f1"; } .icon-ic_fluent_book_number_20_filled:before { content: "\f1f2"; } .icon-ic_fluent_book_number_24_filled:before { content: "\f1f3"; } .icon-ic_fluent_bookmark_16_filled:before { content: "\f1f4"; } .icon-ic_fluent_bookmark_20_filled:before { content: "\f1f5"; } .icon-ic_fluent_bookmark_24_filled:before { content: "\f1f6"; } .icon-ic_fluent_bookmark_28_filled:before { content: "\f1f7"; } .icon-ic_fluent_bookmark_off_24_filled:before { content: "\f1f8"; } .icon-ic_fluent_bot_24_filled:before { content: "\f1f9"; } .icon-ic_fluent_bot_add_24_filled:before { content: "\f1fa"; } .icon-ic_fluent_branch_24_filled:before { content: "\f1fb"; } .icon-ic_fluent_briefcase_20_filled:before { content: "\f1fc"; } .icon-ic_fluent_briefcase_24_filled:before { content: "\f1fd"; } .icon-ic_fluent_broad_activity_feed_24_filled:before { content: "\f200"; } .icon-ic_fluent_broom_20_filled:before { content: "\f201"; } .icon-ic_fluent_broom_24_filled:before { content: "\f202"; } .icon-ic_fluent_building_24_filled:before { content: "\f205"; } .icon-ic_fluent_building_retail_24_filled:before { content: "\f209"; } .icon-ic_fluent_calculator_20_filled:before { content: "\f20a"; } .icon-ic_fluent_calendar_3_day_20_filled:before { content: "\f20e"; } .icon-ic_fluent_calendar_3_day_24_filled:before { content: "\f20f"; } .icon-ic_fluent_calendar_3_day_28_filled:before { content: "\f210"; } .icon-ic_fluent_calendar_add_20_filled:before { content: "\f211"; } .icon-ic_fluent_calendar_add_24_filled:before { content: "\f212"; } .icon-ic_fluent_calendar_agenda_20_filled:before { content: "\f213"; } .icon-ic_fluent_calendar_agenda_24_filled:before { content: "\f214"; } .icon-ic_fluent_calendar_agenda_28_filled:before { content: "\f215"; } .icon-ic_fluent_calendar_arrow_right_20_filled:before { content: "\f216"; } .icon-ic_fluent_calendar_assistant_20_filled:before { content: "\f217"; } .icon-ic_fluent_calendar_assistant_24_filled:before { content: "\f218"; } .icon-ic_fluent_calendar_cancel_20_filled:before { content: "\f219"; } .icon-ic_fluent_calendar_cancel_24_filled:before { content: "\f21a"; } .icon-ic_fluent_calendar_checkmark_16_filled:before { content: "\f21b"; } .icon-ic_fluent_calendar_checkmark_20_filled:before { content: "\f21c"; } .icon-ic_fluent_calendar_clock_20_filled:before { content: "\f21d"; } .icon-ic_fluent_calendar_clock_24_filled:before { content: "\f21e"; } .icon-ic_fluent_calendar_day_20_filled:before { content: "\f222"; } .icon-ic_fluent_calendar_day_24_filled:before { content: "\f223"; } .icon-ic_fluent_calendar_day_28_filled:before { content: "\f224"; } .icon-ic_fluent_calendar_empty_16_filled:before { content: "\f225"; } .icon-ic_fluent_calendar_empty_20_filled:before { content: "\f226"; } .icon-ic_fluent_calendar_empty_24_filled:before { content: "\f227"; } .icon-ic_fluent_calendar_empty_28_filled:before { content: "\f228"; } .icon-ic_fluent_calendar_month_20_filled:before { content: "\f22a"; } .icon-ic_fluent_calendar_month_24_filled:before { content: "\f22b"; } .icon-ic_fluent_calendar_month_28_filled:before { content: "\f22c"; } .icon-ic_fluent_calendar_multiple_20_filled:before { content: "\f22d"; } .icon-ic_fluent_calendar_multiple_24_filled:before { content: "\f22e"; } .icon-ic_fluent_calendar_person_20_filled:before { content: "\f230"; } .icon-ic_fluent_calendar_reply_16_filled:before { content: "\f231"; } .icon-ic_fluent_calendar_reply_20_filled:before { content: "\f232"; } .icon-ic_fluent_calendar_reply_24_filled:before { content: "\f233"; } .icon-ic_fluent_calendar_reply_28_filled:before { content: "\f234"; } .icon-ic_fluent_calendar_settings_20_filled:before { content: "\f235"; } .icon-ic_fluent_calendar_star_20_filled:before { content: "\f236"; } .icon-ic_fluent_calendar_star_24_filled:before { content: "\f237"; } .icon-ic_fluent_calendar_sync_16_filled:before { content: "\f238"; } .icon-ic_fluent_calendar_sync_20_filled:before { content: "\f239"; } .icon-ic_fluent_calendar_sync_24_filled:before { content: "\f23a"; } .icon-ic_fluent_calendar_today_16_filled:before { content: "\f23b"; } .icon-ic_fluent_calendar_today_20_filled:before { content: "\f23c"; } .icon-ic_fluent_calendar_today_24_filled:before { content: "\f23d"; } .icon-ic_fluent_calendar_today_28_filled:before { content: "\f23e"; } .icon-ic_fluent_calendar_week_numbers_24_filled:before { content: "\f23f"; } .icon-ic_fluent_calendar_week_start_20_filled:before { content: "\f240"; } .icon-ic_fluent_calendar_week_start_24_filled:before { content: "\f241"; } .icon-ic_fluent_calendar_week_start_28_filled:before { content: "\f242"; } .icon-ic_fluent_calendar_work_week_16_filled:before { content: "\f243"; } .icon-ic_fluent_calendar_work_week_20_filled:before { content: "\f244"; } .icon-ic_fluent_calendar_work_week_24_filled:before { content: "\f245"; } .icon-ic_fluent_call_add_24_filled:before { content: "\f246"; } .icon-ic_fluent_call_end_20_filled:before { content: "\f247"; } .icon-ic_fluent_call_end_24_filled:before { content: "\f248"; } .icon-ic_fluent_call_end_28_filled:before { content: "\f249"; } .icon-ic_fluent_call_forward_24_filled:before { content: "\f24a"; } .icon-ic_fluent_call_inbound_16_filled:before { content: "\f24b"; } .icon-ic_fluent_call_inbound_24_filled:before { content: "\f24c"; } .icon-ic_fluent_call_missed_16_filled:before { content: "\f24d"; } .icon-ic_fluent_call_missed_24_filled:before { content: "\f24e"; } .icon-ic_fluent_call_outbound_16_filled:before { content: "\f24f"; } .icon-ic_fluent_call_outbound_24_filled:before { content: "\f250"; } .icon-ic_fluent_call_park_24_filled:before { content: "\f251"; } .icon-ic_fluent_calligraphy_pen_20_filled:before { content: "\f252"; } .icon-ic_fluent_calligraphy_pen_24_filled:before { content: "\f253"; } .icon-ic_fluent_camera_20_filled:before { content: "\f254"; } .icon-ic_fluent_camera_24_filled:before { content: "\f255"; } .icon-ic_fluent_camera_28_filled:before { content: "\f256"; } .icon-ic_fluent_camera_add_20_filled:before { content: "\f257"; } .icon-ic_fluent_camera_add_24_filled:before { content: "\f258"; } .icon-ic_fluent_camera_add_48_filled:before { content: "\f259"; } .icon-ic_fluent_camera_switch_24_filled:before { content: "\f25a"; } .icon-ic_fluent_caret_down_12_filled:before { content: "\f25f"; } .icon-ic_fluent_caret_down_16_filled:before { content: "\f260"; } .icon-ic_fluent_caret_down_20_filled:before { content: "\f261"; } .icon-ic_fluent_caret_down_24_filled:before { content: "\f262"; } .icon-ic_fluent_caret_left_12_filled:before { content: "\f263"; } .icon-ic_fluent_caret_left_16_filled:before { content: "\f264"; } .icon-ic_fluent_caret_left_20_filled:before { content: "\f265"; } .icon-ic_fluent_caret_left_24_filled:before { content: "\f266"; } .icon-ic_fluent_caret_right_12_filled:before { content: "\f267"; } .icon-ic_fluent_caret_right_16_filled:before { content: "\f268"; } .icon-ic_fluent_caret_right_20_filled:before { content: "\f269"; } .icon-ic_fluent_caret_right_24_filled:before { content: "\f26a"; } .icon-ic_fluent_cart_24_filled:before { content: "\f26b"; } .icon-ic_fluent_cast_20_filled:before { content: "\f26c"; } .icon-ic_fluent_cast_24_filled:before { content: "\f26d"; } .icon-ic_fluent_cast_28_filled:before { content: "\f26e"; } .icon-ic_fluent_cellular_3g_24_filled:before { content: "\f26f"; } .icon-ic_fluent_cellular_4g_24_filled:before { content: "\f270"; } .icon-ic_fluent_cellular_data_1_20_filled:before { content: "\f271"; } .icon-ic_fluent_cellular_data_1_24_filled:before { content: "\f272"; } .icon-ic_fluent_cellular_data_2_20_filled:before { content: "\f273"; } .icon-ic_fluent_cellular_data_2_24_filled:before { content: "\f274"; } .icon-ic_fluent_cellular_data_3_20_filled:before { content: "\f275"; } .icon-ic_fluent_cellular_data_3_24_filled:before { content: "\f276"; } .icon-ic_fluent_cellular_data_4_20_filled:before { content: "\f277"; } .icon-ic_fluent_cellular_data_4_24_filled:before { content: "\f278"; } .icon-ic_fluent_cellular_data_5_20_filled:before { content: "\f279"; } .icon-ic_fluent_cellular_data_5_24_filled:before { content: "\f27a"; } .icon-ic_fluent_certificate_20_filled:before { content: "\f27e"; } .icon-ic_fluent_certificate_24_filled:before { content: "\f27f"; } .icon-ic_fluent_channel_16_filled:before { content: "\f280"; } .icon-ic_fluent_channel_20_filled:before { content: "\f281"; } .icon-ic_fluent_channel_24_filled:before { content: "\f282"; } .icon-ic_fluent_chat_20_filled:before { content: "\f286"; } .icon-ic_fluent_chat_24_filled:before { content: "\f287"; } .icon-ic_fluent_chat_28_filled:before { content: "\f288"; } .icon-ic_fluent_chat_bubbles_question_24_filled:before { content: "\f289"; } .icon-ic_fluent_chat_help_24_filled:before { content: "\f28a"; } .icon-ic_fluent_chat_off_24_filled:before { content: "\f28b"; } .icon-ic_fluent_chat_warning_24_filled:before { content: "\f28c"; } .icon-ic_fluent_checkbox_checked_20_filled:before { content: "\f28d"; } .icon-ic_fluent_checkbox_checked_24_filled:before { content: "\f28e"; } .icon-ic_fluent_checkbox_unchecked_12_filled:before { content: "\f28f"; } .icon-ic_fluent_checkbox_unchecked_16_filled:before { content: "\f290"; } .icon-ic_fluent_checkbox_unchecked_20_filled:before { content: "\f291"; } .icon-ic_fluent_checkbox_unchecked_24_filled:before { content: "\f292"; } .icon-ic_fluent_checkmark_12_filled:before { content: "\f293"; } .icon-ic_fluent_checkmark_20_filled:before { content: "\f294"; } .icon-ic_fluent_checkmark_24_filled:before { content: "\f295"; } .icon-ic_fluent_checkmark_28_filled:before { content: "\f296"; } .icon-ic_fluent_checkmark_circle_16_filled:before { content: "\f297"; } .icon-ic_fluent_checkmark_circle_20_filled:before { content: "\f298"; } .icon-ic_fluent_checkmark_circle_24_filled:before { content: "\f299"; } .icon-ic_fluent_checkmark_circle_48_filled:before { content: "\f29a"; } .icon-ic_fluent_checkmark_lock_16_filled:before { content: "\f29b"; } .icon-ic_fluent_checkmark_lock_20_filled:before { content: "\f29c"; } .icon-ic_fluent_checkmark_lock_24_filled:before { content: "\f29d"; } .icon-ic_fluent_checkmark_square_24_filled:before { content: "\f29e"; } .icon-ic_fluent_checkmark_underline_circle_16_filled:before { content: "\f29f"; } .icon-ic_fluent_checkmark_underline_circle_20_filled:before { content: "\f2a0"; } .icon-ic_fluent_chevron_down_12_filled:before { content: "\f2a1"; } .icon-ic_fluent_chevron_down_16_filled:before { content: "\f2a2"; } .icon-ic_fluent_chevron_down_20_filled:before { content: "\f2a3"; } .icon-ic_fluent_chevron_down_24_filled:before { content: "\f2a4"; } .icon-ic_fluent_chevron_down_28_filled:before { content: "\f2a5"; } .icon-ic_fluent_chevron_down_48_filled:before { content: "\f2a6"; } .icon-ic_fluent_chevron_left_12_filled:before { content: "\f2a8"; } .icon-ic_fluent_chevron_left_16_filled:before { content: "\f2a9"; } .icon-ic_fluent_chevron_left_20_filled:before { content: "\f2aa"; } .icon-ic_fluent_chevron_left_24_filled:before { content: "\f2ab"; } .icon-ic_fluent_chevron_left_28_filled:before { content: "\f2ac"; } .icon-ic_fluent_chevron_left_48_filled:before { content: "\f2ad"; } .icon-ic_fluent_chevron_right_12_filled:before { content: "\f2ae"; } .icon-ic_fluent_chevron_right_16_filled:before { content: "\f2af"; } .icon-ic_fluent_chevron_right_20_filled:before { content: "\f2b0"; } .icon-ic_fluent_chevron_right_24_filled:before { content: "\f2b1"; } .icon-ic_fluent_chevron_right_28_filled:before { content: "\f2b2"; } .icon-ic_fluent_chevron_right_48_filled:before { content: "\f2b3"; } .icon-ic_fluent_chevron_up_12_filled:before { content: "\f2b4"; } .icon-ic_fluent_chevron_up_16_filled:before { content: "\f2b5"; } .icon-ic_fluent_chevron_up_20_filled:before { content: "\f2b6"; } .icon-ic_fluent_chevron_up_24_filled:before { content: "\f2b7"; } .icon-ic_fluent_chevron_up_28_filled:before { content: "\f2b8"; } .icon-ic_fluent_chevron_up_48_filled:before { content: "\f2b9"; } .icon-ic_fluent_circle_16_filled:before { content: "\f2ba"; } .icon-ic_fluent_circle_20_filled:before { content: "\f2bb"; } .icon-ic_fluent_circle_24_filled:before { content: "\f2bc"; } .icon-ic_fluent_circle_half_fill_20_filled:before { content: "\f2bd"; } .icon-ic_fluent_circle_half_fill_24_filled:before { content: "\f2be"; } .icon-ic_fluent_circle_line_24_filled:before { content: "\f2bf"; } .icon-ic_fluent_circle_small_24_filled:before { content: "\f2c0"; } .icon-ic_fluent_city_16_filled:before { content: "\f2c1"; } .icon-ic_fluent_city_20_filled:before { content: "\f2c2"; } .icon-ic_fluent_city_24_filled:before { content: "\f2c3"; } .icon-ic_fluent_class_24_filled:before { content: "\f2c4"; } .icon-ic_fluent_classification_16_filled:before { content: "\f2c5"; } .icon-ic_fluent_classification_20_filled:before { content: "\f2c6"; } .icon-ic_fluent_classification_24_filled:before { content: "\f2c7"; } .icon-ic_fluent_clear_formatting_24_filled:before { content: "\f2c8"; } .icon-ic_fluent_clipboard_20_filled:before { content: "\f2c9"; } .icon-ic_fluent_clipboard_24_filled:before { content: "\f2ca"; } .icon-ic_fluent_clipboard_code_16_filled:before { content: "\f2cb"; } .icon-ic_fluent_clipboard_code_20_filled:before { content: "\f2cc"; } .icon-ic_fluent_clipboard_code_24_filled:before { content: "\f2cd"; } .icon-ic_fluent_clipboard_letter_16_filled:before { content: "\f2ce"; } .icon-ic_fluent_clipboard_letter_20_filled:before { content: "\f2cf"; } .icon-ic_fluent_clipboard_letter_24_filled:before { content: "\f2d0"; } .icon-ic_fluent_clipboard_link_16_filled:before { content: "\f2d1"; } .icon-ic_fluent_clipboard_link_20_filled:before { content: "\f2d2"; } .icon-ic_fluent_clipboard_link_24_filled:before { content: "\f2d3"; } .icon-ic_fluent_clipboard_more_24_filled:before { content: "\f2d4"; } .icon-ic_fluent_clipboard_paste_20_filled:before { content: "\f2d5"; } .icon-ic_fluent_clipboard_paste_24_filled:before { content: "\f2d6"; } .icon-ic_fluent_clipboard_search_20_filled:before { content: "\f2d7"; } .icon-ic_fluent_clipboard_search_24_filled:before { content: "\f2d8"; } .icon-ic_fluent_clock_12_filled:before { content: "\f2db"; } .icon-ic_fluent_clock_16_filled:before { content: "\f2dc"; } .icon-ic_fluent_clock_20_filled:before { content: "\f2dd"; } .icon-ic_fluent_clock_24_filled:before { content: "\f2de"; } .icon-ic_fluent_clock_28_filled:before { content: "\f2df"; } .icon-ic_fluent_clock_48_filled:before { content: "\f2e0"; } .icon-ic_fluent_clock_alarm_20_filled:before { content: "\f2e1"; } .icon-ic_fluent_clock_alarm_24_filled:before { content: "\f2e2"; } .icon-ic_fluent_closed_caption_24_filled:before { content: "\f2e3"; } .icon-ic_fluent_cloud_20_filled:before { content: "\f2e4"; } .icon-ic_fluent_cloud_24_filled:before { content: "\f2e5"; } .icon-ic_fluent_cloud_48_filled:before { content: "\f2e6"; } .icon-ic_fluent_cloud_off_24_filled:before { content: "\f2ea"; } .icon-ic_fluent_cloud_off_48_filled:before { content: "\f2eb"; } .icon-ic_fluent_code_20_filled:before { content: "\f2ef"; } .icon-ic_fluent_code_24_filled:before { content: "\f2f0"; } .icon-ic_fluent_collections_20_filled:before { content: "\f2f1"; } .icon-ic_fluent_collections_24_filled:before { content: "\f2f2"; } .icon-ic_fluent_collections_add_20_filled:before { content: "\f2f3"; } .icon-ic_fluent_collections_add_24_filled:before { content: "\f2f4"; } .icon-ic_fluent_color_20_filled:before { content: "\f2f5"; } .icon-ic_fluent_color_24_filled:before { content: "\f2f6"; } .icon-ic_fluent_color_background_20_filled:before { content: "\f2f7"; } .icon-ic_fluent_color_background_24_filled:before { content: "\f2f8"; } .icon-ic_fluent_color_fill_20_filled:before { content: "\f2f9"; } .icon-ic_fluent_color_fill_24_filled:before { content: "\f2fa"; } .icon-ic_fluent_color_line_20_filled:before { content: "\f2fb"; } .icon-ic_fluent_color_line_24_filled:before { content: "\f2fc"; } .icon-ic_fluent_column_triple_24_filled:before { content: "\f2fd"; } .icon-ic_fluent_comment_16_filled:before { content: "\f2fe"; } .icon-ic_fluent_comment_20_filled:before { content: "\f2ff"; } .icon-ic_fluent_comment_24_filled:before { content: "\f300"; } .icon-ic_fluent_comment_add_24_filled:before { content: "\f301"; } .icon-ic_fluent_comment_mention_16_filled:before { content: "\f303"; } .icon-ic_fluent_comment_mention_20_filled:before { content: "\f304"; } .icon-ic_fluent_comment_mention_24_filled:before { content: "\f305"; } .icon-ic_fluent_comment_multiple_16_filled:before { content: "\f306"; } .icon-ic_fluent_comment_multiple_20_filled:before { content: "\f307"; } .icon-ic_fluent_comment_multiple_24_filled:before { content: "\f308"; } .icon-ic_fluent_communication_16_filled:before { content: "\f30c"; } .icon-ic_fluent_communication_20_filled:before { content: "\f30d"; } .icon-ic_fluent_communication_24_filled:before { content: "\f30e"; } .icon-ic_fluent_compass_northwest_16_filled:before { content: "\f30f"; } .icon-ic_fluent_compass_northwest_20_filled:before { content: "\f310"; } .icon-ic_fluent_compass_northwest_24_filled:before { content: "\f311"; } .icon-ic_fluent_compass_northwest_28_filled:before { content: "\f312"; } .icon-ic_fluent_compose_16_filled:before { content: "\f313"; } .icon-ic_fluent_compose_20_filled:before { content: "\f314"; } .icon-ic_fluent_compose_24_filled:before { content: "\f315"; } .icon-ic_fluent_compose_28_filled:before { content: "\f316"; } .icon-ic_fluent_conference_room_16_filled:before { content: "\f317"; } .icon-ic_fluent_conference_room_20_filled:before { content: "\f318"; } .icon-ic_fluent_conference_room_24_filled:before { content: "\f319"; } .icon-ic_fluent_conference_room_28_filled:before { content: "\f31a"; } .icon-ic_fluent_conference_room_48_filled:before { content: "\f31b"; } .icon-ic_fluent_connector_16_filled:before { content: "\f31c"; } .icon-ic_fluent_connector_20_filled:before { content: "\f31d"; } .icon-ic_fluent_connector_24_filled:before { content: "\f31e"; } .icon-ic_fluent_contact_card_20_filled:before { content: "\f31f"; } .icon-ic_fluent_contact_card_24_filled:before { content: "\f320"; } .icon-ic_fluent_contact_card_group_24_filled:before { content: "\f321"; } .icon-ic_fluent_content_settings_16_filled:before { content: "\f323"; } .icon-ic_fluent_content_settings_20_filled:before { content: "\f324"; } .icon-ic_fluent_content_settings_24_filled:before { content: "\f325"; } .icon-ic_fluent_cookies_20_filled:before { content: "\f328"; } .icon-ic_fluent_cookies_24_filled:before { content: "\f329"; } .icon-ic_fluent_copy_16_filled:before { content: "\f32a"; } .icon-ic_fluent_copy_20_filled:before { content: "\f32b"; } .icon-ic_fluent_copy_24_filled:before { content: "\f32c"; } .icon-ic_fluent_crop_24_filled:before { content: "\f331"; } .icon-ic_fluent_crop_interim_24_filled:before { content: "\f332"; } .icon-ic_fluent_crop_interim_off_24_filled:before { content: "\f333"; } .icon-ic_fluent_cube_16_filled:before { content: "\f334"; } .icon-ic_fluent_cube_20_filled:before { content: "\f335"; } .icon-ic_fluent_cube_24_filled:before { content: "\f336"; } .icon-ic_fluent_cut_20_filled:before { content: "\f33a"; } .icon-ic_fluent_cut_24_filled:before { content: "\f33b"; } .icon-ic_fluent_dark_theme_24_filled:before { content: "\f33c"; } .icon-ic_fluent_data_area_24_filled:before { content: "\f33d"; } .icon-ic_fluent_data_bar_horizontal_24_filled:before { content: "\f33e"; } .icon-ic_fluent_data_bar_vertical_20_filled:before { content: "\f33f"; } .icon-ic_fluent_data_bar_vertical_24_filled:before { content: "\f340"; } .icon-ic_fluent_data_funnel_24_filled:before { content: "\f341"; } .icon-ic_fluent_data_histogram_24_filled:before { content: "\f342"; } .icon-ic_fluent_data_line_24_filled:before { content: "\f343"; } .icon-ic_fluent_data_pie_20_filled:before { content: "\f344"; } .icon-ic_fluent_data_pie_24_filled:before { content: "\f345"; } .icon-ic_fluent_data_scatter_24_filled:before { content: "\f346"; } .icon-ic_fluent_data_sunburst_24_filled:before { content: "\f347"; } .icon-ic_fluent_data_treemap_24_filled:before { content: "\f348"; } .icon-ic_fluent_data_usage_24_filled:before { content: "\f349"; } .icon-ic_fluent_data_waterfall_24_filled:before { content: "\f34a"; } .icon-ic_fluent_data_whisker_24_filled:before { content: "\f34b"; } .icon-ic_fluent_delete_20_filled:before { content: "\f34c"; } .icon-ic_fluent_delete_24_filled:before { content: "\f34d"; } .icon-ic_fluent_delete_28_filled:before { content: "\f34e"; } .icon-ic_fluent_delete_48_filled:before { content: "\f34f"; } .icon-ic_fluent_delete_off_20_filled:before { content: "\f352"; } .icon-ic_fluent_delete_off_24_filled:before { content: "\f353"; } .icon-ic_fluent_dentist_24_filled:before { content: "\f354"; } .icon-ic_fluent_design_ideas_16_filled:before { content: "\f355"; } .icon-ic_fluent_design_ideas_20_filled:before { content: "\f356"; } .icon-ic_fluent_design_ideas_24_filled:before { content: "\f357"; } .icon-ic_fluent_desktop_16_filled:before { content: "\f358"; } .icon-ic_fluent_desktop_20_filled:before { content: "\f359"; } .icon-ic_fluent_desktop_24_filled:before { content: "\f35a"; } .icon-ic_fluent_desktop_28_filled:before { content: "\f35b"; } .icon-ic_fluent_developer_board_24_filled:before { content: "\f35c"; } .icon-ic_fluent_device_eq_24_filled:before { content: "\f35d"; } .icon-ic_fluent_dialpad_20_filled:before { content: "\f35e"; } .icon-ic_fluent_dialpad_24_filled:before { content: "\f35f"; } .icon-ic_fluent_dialpad_off_24_filled:before { content: "\f360"; } .icon-ic_fluent_directions_20_filled:before { content: "\f365"; } .icon-ic_fluent_directions_24_filled:before { content: "\f366"; } .icon-ic_fluent_dismiss_12_filled:before { content: "\f367"; } .icon-ic_fluent_dismiss_16_filled:before { content: "\f368"; } .icon-ic_fluent_dismiss_20_filled:before { content: "\f369"; } .icon-ic_fluent_dismiss_24_filled:before { content: "\f36a"; } .icon-ic_fluent_dismiss_28_filled:before { content: "\f36b"; } .icon-ic_fluent_dismiss_circle_16_filled:before { content: "\f36c"; } .icon-ic_fluent_dismiss_circle_20_filled:before { content: "\f36d"; } .icon-ic_fluent_dismiss_circle_24_filled:before { content: "\f36e"; } .icon-ic_fluent_dismiss_circle_48_filled:before { content: "\f36f"; } .icon-ic_fluent_divider_short_24_filled:before { content: "\f370"; } .icon-ic_fluent_divider_tall_24_filled:before { content: "\f371"; } .icon-ic_fluent_dock_24_filled:before { content: "\f372"; } .icon-ic_fluent_dock_row_24_filled:before { content: "\f376"; } .icon-ic_fluent_doctor_24_filled:before { content: "\f377"; } .icon-ic_fluent_document_20_filled:before { content: "\f378"; } .icon-ic_fluent_document_24_filled:before { content: "\f379"; } .icon-ic_fluent_document_28_filled:before { content: "\f37a"; } .icon-ic_fluent_document_briefcase_20_filled:before { content: "\f37c"; } .icon-ic_fluent_document_briefcase_24_filled:before { content: "\f37d"; } .icon-ic_fluent_document_catch_up_24_filled:before { content: "\f37e"; } .icon-ic_fluent_document_copy_16_filled:before { content: "\f37f"; } .icon-ic_fluent_document_copy_20_filled:before { content: "\f380"; } .icon-ic_fluent_document_copy_24_filled:before { content: "\f381"; } .icon-ic_fluent_document_copy_48_filled:before { content: "\f382"; } .icon-ic_fluent_document_dismiss_20_filled:before { content: "\f383"; } .icon-ic_fluent_document_dismiss_24_filled:before { content: "\f384"; } .icon-ic_fluent_document_edit_16_filled:before { content: "\f385"; } .icon-ic_fluent_document_edit_20_filled:before { content: "\f386"; } .icon-ic_fluent_document_edit_24_filled:before { content: "\f387"; } .icon-ic_fluent_document_endnote_20_filled:before { content: "\f388"; } .icon-ic_fluent_document_endnote_24_filled:before { content: "\f389"; } .icon-ic_fluent_document_error_16_filled:before { content: "\f38a"; } .icon-ic_fluent_document_error_20_filled:before { content: "\f38b"; } .icon-ic_fluent_document_error_24_filled:before { content: "\f38c"; } .icon-ic_fluent_document_footer_24_filled:before { content: "\f38d"; } .icon-ic_fluent_document_header_24_filled:before { content: "\f38f"; } .icon-ic_fluent_document_header_footer_20_filled:before { content: "\f390"; } .icon-ic_fluent_document_header_footer_24_filled:before { content: "\f391"; } .icon-ic_fluent_document_landscape_20_filled:before { content: "\f393"; } .icon-ic_fluent_document_landscape_24_filled:before { content: "\f394"; } .icon-ic_fluent_document_margins_20_filled:before { content: "\f395"; } .icon-ic_fluent_document_margins_24_filled:before { content: "\f396"; } .icon-ic_fluent_document_one_page_20_filled:before { content: "\f399"; } .icon-ic_fluent_document_one_page_24_filled:before { content: "\f39a"; } .icon-ic_fluent_document_page_bottom_center_20_filled:before { content: "\f39c"; } .icon-ic_fluent_document_page_bottom_center_24_filled:before { content: "\f39d"; } .icon-ic_fluent_document_page_bottom_left_20_filled:before { content: "\f39e"; } .icon-ic_fluent_document_page_bottom_left_24_filled:before { content: "\f39f"; } .icon-ic_fluent_document_page_bottom_right_20_filled:before { content: "\f3a0"; } .icon-ic_fluent_document_page_bottom_right_24_filled:before { content: "\f3a1"; } .icon-ic_fluent_document_page_break_24_filled:before { content: "\f3a2"; } .icon-ic_fluent_document_page_number_20_filled:before { content: "\f3a3"; } .icon-ic_fluent_document_page_number_24_filled:before { content: "\f3a4"; } .icon-ic_fluent_document_page_top_center_20_filled:before { content: "\f3a5"; } .icon-ic_fluent_document_page_top_center_24_filled:before { content: "\f3a6"; } .icon-ic_fluent_document_page_top_left_20_filled:before { content: "\f3a7"; } .icon-ic_fluent_document_page_top_left_24_filled:before { content: "\f3a8"; } .icon-ic_fluent_document_page_top_right_20_filled:before { content: "\f3a9"; } .icon-ic_fluent_document_page_top_right_24_filled:before { content: "\f3aa"; } .icon-ic_fluent_document_pdf_16_filled:before { content: "\f3ab"; } .icon-ic_fluent_document_pdf_20_filled:before { content: "\f3ac"; } .icon-ic_fluent_document_pdf_24_filled:before { content: "\f3ad"; } .icon-ic_fluent_document_search_20_filled:before { content: "\f3ae"; } .icon-ic_fluent_document_search_24_filled:before { content: "\f3af"; } .icon-ic_fluent_document_toolbox_20_filled:before { content: "\f3b0"; } .icon-ic_fluent_document_toolbox_24_filled:before { content: "\f3b1"; } .icon-ic_fluent_document_width_20_filled:before { content: "\f3b8"; } .icon-ic_fluent_document_width_24_filled:before { content: "\f3b9"; } .icon-ic_fluent_double_swipe_down_24_filled:before { content: "\f3ba"; } .icon-ic_fluent_double_swipe_up_24_filled:before { content: "\f3bb"; } .icon-ic_fluent_drafts_16_filled:before { content: "\f3be"; } .icon-ic_fluent_drafts_20_filled:before { content: "\f3bf"; } .icon-ic_fluent_drafts_24_filled:before { content: "\f3c0"; } .icon-ic_fluent_drag_24_filled:before { content: "\f3c1"; } .icon-ic_fluent_drink_beer_24_filled:before { content: "\f3c3"; } .icon-ic_fluent_drink_coffee_20_filled:before { content: "\f3c4"; } .icon-ic_fluent_drink_coffee_24_filled:before { content: "\f3c5"; } .icon-ic_fluent_drink_margarita_24_filled:before { content: "\f3c6"; } .icon-ic_fluent_drink_wine_24_filled:before { content: "\f3c7"; } .icon-ic_fluent_dual_screen_24_filled:before { content: "\f3c8"; } .icon-ic_fluent_dual_screen_add_24_filled:before { content: "\f3c9"; } .icon-ic_fluent_dual_screen_arrow_right_24_filled:before { content: "\f3ca"; } .icon-ic_fluent_dual_screen_clock_24_filled:before { content: "\f3cb"; } .icon-ic_fluent_dual_screen_desktop_24_filled:before { content: "\f3cc"; } .icon-ic_fluent_dual_screen_group_24_filled:before { content: "\f3ce"; } .icon-ic_fluent_dual_screen_lock_24_filled:before { content: "\f3cf"; } .icon-ic_fluent_dual_screen_mirror_24_filled:before { content: "\f3d0"; } .icon-ic_fluent_dual_screen_pagination_24_filled:before { content: "\f3d1"; } .icon-ic_fluent_dual_screen_settings_24_filled:before { content: "\f3d2"; } .icon-ic_fluent_dual_screen_status_bar_24_filled:before { content: "\f3d3"; } .icon-ic_fluent_dual_screen_tablet_24_filled:before { content: "\f3d4"; } .icon-ic_fluent_dual_screen_update_24_filled:before { content: "\f3d5"; } .icon-ic_fluent_dual_screen_vertical_scroll_24_filled:before { content: "\f3d6"; } .icon-ic_fluent_dual_screen_vibrate_24_filled:before { content: "\f3d7"; } .icon-ic_fluent_earth_16_filled:before { content: "\f3d8"; } .icon-ic_fluent_earth_20_filled:before { content: "\f3d9"; } .icon-ic_fluent_earth_24_filled:before { content: "\f3da"; } .icon-ic_fluent_edit_16_filled:before { content: "\f3db"; } .icon-ic_fluent_edit_20_filled:before { content: "\f3dc"; } .icon-ic_fluent_edit_24_filled:before { content: "\f3dd"; } .icon-ic_fluent_emoji_16_filled:before { content: "\f3de"; } .icon-ic_fluent_emoji_20_filled:before { content: "\f3df"; } .icon-ic_fluent_emoji_24_filled:before { content: "\f3e0"; } .icon-ic_fluent_emoji_add_24_filled:before { content: "\f3e1"; } .icon-ic_fluent_emoji_angry_20_filled:before { content: "\f3e2"; } .icon-ic_fluent_emoji_angry_24_filled:before { content: "\f3e3"; } .icon-ic_fluent_emoji_laugh_20_filled:before { content: "\f3e4"; } .icon-ic_fluent_emoji_laugh_24_filled:before { content: "\f3e5"; } .icon-ic_fluent_emoji_meh_20_filled:before { content: "\f3e6"; } .icon-ic_fluent_emoji_meh_24_filled:before { content: "\f3e7"; } .icon-ic_fluent_emoji_sad_20_filled:before { content: "\f3e8"; } .icon-ic_fluent_emoji_sad_24_filled:before { content: "\f3e9"; } .icon-ic_fluent_emoji_surprise_20_filled:before { content: "\f3ea"; } .icon-ic_fluent_emoji_surprise_24_filled:before { content: "\f3eb"; } .icon-ic_fluent_eraser_tool_24_filled:before { content: "\f3ee"; } .icon-ic_fluent_error_circle_16_filled:before { content: "\f3ef"; } .icon-ic_fluent_error_circle_20_filled:before { content: "\f3f0"; } .icon-ic_fluent_error_circle_24_filled:before { content: "\f3f1"; } .icon-ic_fluent_extended_dock_24_filled:before { content: "\f3f3"; } .icon-ic_fluent_fast_acceleration_24_filled:before { content: "\f3fc"; } .icon-ic_fluent_fast_forward_20_filled:before { content: "\f3fd"; } .icon-ic_fluent_fast_forward_24_filled:before { content: "\f3fe"; } .icon-ic_fluent_filter_20_filled:before { content: "\f405"; } .icon-ic_fluent_filter_24_filled:before { content: "\f406"; } .icon-ic_fluent_filter_28_filled:before { content: "\f407"; } .icon-ic_fluent_fingerprint_24_filled:before { content: "\f408"; } .icon-ic_fluent_flag_16_filled:before { content: "\f409"; } .icon-ic_fluent_flag_20_filled:before { content: "\f40a"; } .icon-ic_fluent_flag_24_filled:before { content: "\f40b"; } .icon-ic_fluent_flag_28_filled:before { content: "\f40c"; } .icon-ic_fluent_flag_48_filled:before { content: "\f40d"; } .icon-ic_fluent_flag_off_24_filled:before { content: "\f40e"; } .icon-ic_fluent_flag_off_28_filled:before { content: "\f40f"; } .icon-ic_fluent_flag_off_48_filled:before { content: "\f410"; } .icon-ic_fluent_flag_pride_16_filled:before { content: "\f411"; } .icon-ic_fluent_flag_pride_20_filled:before { content: "\f412"; } .icon-ic_fluent_flag_pride_24_filled:before { content: "\f413"; } .icon-ic_fluent_flag_pride_28_filled:before { content: "\f414"; } .icon-ic_fluent_flag_pride_48_filled:before { content: "\f415"; } .icon-ic_fluent_flash_auto_24_filled:before { content: "\f416"; } .icon-ic_fluent_flash_off_24_filled:before { content: "\f417"; } .icon-ic_fluent_flashlight_24_filled:before { content: "\f41a"; } .icon-ic_fluent_flashlight_off_24_filled:before { content: "\f41b"; } .icon-ic_fluent_folder_20_filled:before { content: "\f41c"; } .icon-ic_fluent_folder_24_filled:before { content: "\f41d"; } .icon-ic_fluent_folder_28_filled:before { content: "\f41e"; } .icon-ic_fluent_folder_48_filled:before { content: "\f41f"; } .icon-ic_fluent_folder_add_20_filled:before { content: "\f420"; } .icon-ic_fluent_folder_add_24_filled:before { content: "\f421"; } .icon-ic_fluent_folder_add_28_filled:before { content: "\f422"; } .icon-ic_fluent_folder_add_48_filled:before { content: "\f423"; } .icon-ic_fluent_folder_briefcase_20_filled:before { content: "\f424"; } .icon-ic_fluent_folder_link_20_filled:before { content: "\f429"; } .icon-ic_fluent_folder_link_24_filled:before { content: "\f42a"; } .icon-ic_fluent_folder_link_28_filled:before { content: "\f42b"; } .icon-ic_fluent_folder_link_48_filled:before { content: "\f42c"; } .icon-ic_fluent_folder_open_16_filled:before { content: "\f431"; } .icon-ic_fluent_folder_open_20_filled:before { content: "\f432"; } .icon-ic_fluent_folder_open_24_filled:before { content: "\f433"; } .icon-ic_fluent_folder_open_vertical_20_filled:before { content: "\f434"; } .icon-ic_fluent_folder_zip_16_filled:before { content: "\f438"; } .icon-ic_fluent_folder_zip_20_filled:before { content: "\f439"; } .icon-ic_fluent_folder_zip_24_filled:before { content: "\f43a"; } .icon-ic_fluent_font_decrease_20_filled:before { content: "\f43b"; } .icon-ic_fluent_font_decrease_24_filled:before { content: "\f43c"; } .icon-ic_fluent_font_increase_20_filled:before { content: "\f43d"; } .icon-ic_fluent_font_increase_24_filled:before { content: "\f43e"; } .icon-ic_fluent_font_space_tracking_in_16_filled:before { content: "\f43f"; } .icon-ic_fluent_font_space_tracking_in_20_filled:before { content: "\f440"; } .icon-ic_fluent_font_space_tracking_in_24_filled:before { content: "\f441"; } .icon-ic_fluent_font_space_tracking_in_28_filled:before { content: "\f442"; } .icon-ic_fluent_font_space_tracking_out_16_filled:before { content: "\f443"; } .icon-ic_fluent_font_space_tracking_out_20_filled:before { content: "\f444"; } .icon-ic_fluent_font_space_tracking_out_24_filled:before { content: "\f445"; } .icon-ic_fluent_font_space_tracking_out_28_filled:before { content: "\f446"; } .icon-ic_fluent_food_20_filled:before { content: "\f447"; } .icon-ic_fluent_food_24_filled:before { content: "\f448"; } .icon-ic_fluent_food_cake_24_filled:before { content: "\f449"; } .icon-ic_fluent_food_egg_24_filled:before { content: "\f44a"; } .icon-ic_fluent_food_toast_24_filled:before { content: "\f44b"; } .icon-ic_fluent_form_new_24_filled:before { content: "\f44c"; } .icon-ic_fluent_form_new_28_filled:before { content: "\f44d"; } .icon-ic_fluent_form_new_48_filled:before { content: "\f44e"; } .icon-ic_fluent_fps_240_24_filled:before { content: "\f451"; } .icon-ic_fluent_fps_960_24_filled:before { content: "\f452"; } .icon-ic_fluent_games_24_filled:before { content: "\f455"; } .icon-ic_fluent_gesture_24_filled:before { content: "\f456"; } .icon-ic_fluent_gif_20_filled:before { content: "\f457"; } .icon-ic_fluent_gif_24_filled:before { content: "\f458"; } .icon-ic_fluent_gift_20_filled:before { content: "\f459"; } .icon-ic_fluent_gift_24_filled:before { content: "\f45a"; } .icon-ic_fluent_glance_24_filled:before { content: "\f45b"; } .icon-ic_fluent_glasses_24_filled:before { content: "\f45c"; } .icon-ic_fluent_glasses_off_24_filled:before { content: "\f45d"; } .icon-ic_fluent_globe_20_filled:before { content: "\f45e"; } .icon-ic_fluent_globe_24_filled:before { content: "\f45f"; } .icon-ic_fluent_globe_add_24_filled:before { content: "\f460"; } .icon-ic_fluent_globe_clock_24_filled:before { content: "\f461"; } .icon-ic_fluent_globe_desktop_24_filled:before { content: "\f462"; } .icon-ic_fluent_globe_location_24_filled:before { content: "\f463"; } .icon-ic_fluent_globe_search_24_filled:before { content: "\f464"; } .icon-ic_fluent_globe_video_24_filled:before { content: "\f465"; } .icon-ic_fluent_grid_20_filled:before { content: "\f466"; } .icon-ic_fluent_grid_24_filled:before { content: "\f467"; } .icon-ic_fluent_grid_28_filled:before { content: "\f468"; } .icon-ic_fluent_group_20_filled:before { content: "\f469"; } .icon-ic_fluent_group_24_filled:before { content: "\f46a"; } .icon-ic_fluent_group_list_24_filled:before { content: "\f46b"; } .icon-ic_fluent_guest_16_filled:before { content: "\f46c"; } .icon-ic_fluent_guest_20_filled:before { content: "\f46d"; } .icon-ic_fluent_guest_24_filled:before { content: "\f46e"; } .icon-ic_fluent_guest_28_filled:before { content: "\f46f"; } .icon-ic_fluent_guest_add_24_filled:before { content: "\f470"; } .icon-ic_fluent_handshake_16_filled:before { content: "\f472"; } .icon-ic_fluent_handshake_20_filled:before { content: "\f473"; } .icon-ic_fluent_handshake_24_filled:before { content: "\f474"; } .icon-ic_fluent_hdr_24_filled:before { content: "\f475"; } .icon-ic_fluent_headphones_24_filled:before { content: "\f476"; } .icon-ic_fluent_headphones_28_filled:before { content: "\f477"; } .icon-ic_fluent_headset_24_filled:before { content: "\f478"; } .icon-ic_fluent_headset_28_filled:before { content: "\f479"; } .icon-ic_fluent_headset_vr_20_filled:before { content: "\f47a"; } .icon-ic_fluent_headset_vr_24_filled:before { content: "\f47b"; } .icon-ic_fluent_heart_16_filled:before { content: "\f47c"; } .icon-ic_fluent_heart_20_filled:before { content: "\f47d"; } .icon-ic_fluent_heart_24_filled:before { content: "\f47e"; } .icon-ic_fluent_highlight_16_filled:before { content: "\f47f"; } .icon-ic_fluent_highlight_20_filled:before { content: "\f480"; } .icon-ic_fluent_highlight_24_filled:before { content: "\f481"; } .icon-ic_fluent_highlight_accent_16_filled:before { content: "\f482"; } .icon-ic_fluent_highlight_accent_20_filled:before { content: "\f483"; } .icon-ic_fluent_highlight_accent_24_filled:before { content: "\f484"; } .icon-ic_fluent_history_20_filled:before { content: "\f485"; } .icon-ic_fluent_history_24_filled:before { content: "\f486"; } .icon-ic_fluent_home_20_filled:before { content: "\f487"; } .icon-ic_fluent_home_24_filled:before { content: "\f488"; } .icon-ic_fluent_home_28_filled:before { content: "\f489"; } .icon-ic_fluent_home_add_24_filled:before { content: "\f48a"; } .icon-ic_fluent_home_checkmark_24_filled:before { content: "\f48b"; } .icon-ic_fluent_icons_20_filled:before { content: "\f48c"; } .icon-ic_fluent_icons_24_filled:before { content: "\f48d"; } .icon-ic_fluent_image_16_filled:before { content: "\f48e"; } .icon-ic_fluent_image_20_filled:before { content: "\f48f"; } .icon-ic_fluent_image_24_filled:before { content: "\f490"; } .icon-ic_fluent_image_28_filled:before { content: "\f491"; } .icon-ic_fluent_image_48_filled:before { content: "\f492"; } .icon-ic_fluent_image_add_24_filled:before { content: "\f493"; } .icon-ic_fluent_image_alt_text_20_filled:before { content: "\f494"; } .icon-ic_fluent_image_alt_text_24_filled:before { content: "\f495"; } .icon-ic_fluent_image_copy_20_filled:before { content: "\f496"; } .icon-ic_fluent_image_copy_24_filled:before { content: "\f497"; } .icon-ic_fluent_image_copy_28_filled:before { content: "\f498"; } .icon-ic_fluent_image_edit_16_filled:before { content: "\f499"; } .icon-ic_fluent_image_edit_20_filled:before { content: "\f49a"; } .icon-ic_fluent_image_edit_24_filled:before { content: "\f49b"; } .icon-ic_fluent_image_off_24_filled:before { content: "\f49f"; } .icon-ic_fluent_image_search_20_filled:before { content: "\f4a0"; } .icon-ic_fluent_image_search_24_filled:before { content: "\f4a1"; } .icon-ic_fluent_immersive_reader_20_filled:before { content: "\f4a2"; } .icon-ic_fluent_immersive_reader_24_filled:before { content: "\f4a3"; } .icon-ic_fluent_important_12_filled:before { content: "\f4a4"; } .icon-ic_fluent_important_16_filled:before { content: "\f4a5"; } .icon-ic_fluent_important_20_filled:before { content: "\f4a6"; } .icon-ic_fluent_important_24_filled:before { content: "\f4a7"; } .icon-ic_fluent_incognito_24_filled:before { content: "\f4a8"; } .icon-ic_fluent_info_16_filled:before { content: "\f4a9"; } .icon-ic_fluent_info_20_filled:before { content: "\f4aa"; } .icon-ic_fluent_info_24_filled:before { content: "\f4ab"; } .icon-ic_fluent_info_28_filled:before { content: "\f4ac"; } .icon-ic_fluent_inking_tool_16_filled:before { content: "\f4ad"; } .icon-ic_fluent_inking_tool_20_filled:before { content: "\f4ae"; } .icon-ic_fluent_inking_tool_24_filled:before { content: "\f4af"; } .icon-ic_fluent_inking_tool_accent_16_filled:before { content: "\f4b0"; } .icon-ic_fluent_inking_tool_accent_20_filled:before { content: "\f4b1"; } .icon-ic_fluent_inking_tool_accent_24_filled:before { content: "\f4b2"; } .icon-ic_fluent_inprivate_account_16_filled:before { content: "\f4b3"; } .icon-ic_fluent_inprivate_account_20_filled:before { content: "\f4b4"; } .icon-ic_fluent_inprivate_account_24_filled:before { content: "\f4b5"; } .icon-ic_fluent_inprivate_account_28_filled:before { content: "\f4b6"; } .icon-ic_fluent_insert_20_filled:before { content: "\f4b7"; } .icon-ic_fluent_ios_chevron_right_20_filled:before { content: "\f4bc"; } .icon-ic_fluent_javascript_16_filled:before { content: "\f4bd"; } .icon-ic_fluent_javascript_20_filled:before { content: "\f4be"; } .icon-ic_fluent_javascript_24_filled:before { content: "\f4bf"; } .icon-ic_fluent_key_20_filled:before { content: "\f4c0"; } .icon-ic_fluent_key_24_filled:before { content: "\f4c1"; } .icon-ic_fluent_keyboard_20_filled:before { content: "\f4c2"; } .icon-ic_fluent_keyboard_24_filled:before { content: "\f4c3"; } .icon-ic_fluent_keyboard_dock_24_filled:before { content: "\f4c4"; } .icon-ic_fluent_keyboard_layout_float_24_filled:before { content: "\f4c5"; } .icon-ic_fluent_keyboard_layout_one_handed_left_24_filled:before { content: "\f4c6"; } .icon-ic_fluent_keyboard_layout_resize_24_filled:before { content: "\f4c7"; } .icon-ic_fluent_keyboard_layout_split_24_filled:before { content: "\f4c8"; } .icon-ic_fluent_keyboard_shift_24_filled:before { content: "\f4c9"; } .icon-ic_fluent_keyboard_shift_uppercase_24_filled:before { content: "\f4ca"; } .icon-ic_fluent_keyboard_tab_24_filled:before { content: "\f4cb"; } .icon-ic_fluent_laptop_16_filled:before { content: "\f4cc"; } .icon-ic_fluent_laptop_20_filled:before { content: "\f4cd"; } .icon-ic_fluent_laptop_24_filled:before { content: "\f4ce"; } .icon-ic_fluent_laptop_28_filled:before { content: "\f4cf"; } .icon-ic_fluent_lasso_24_filled:before { content: "\f4d3"; } .icon-ic_fluent_launcher_settings_24_filled:before { content: "\f4d4"; } .icon-ic_fluent_layer_20_filled:before { content: "\f4d5"; } .icon-ic_fluent_layer_24_filled:before { content: "\f4d6"; } .icon-ic_fluent_leaf_two_16_filled:before { content: "\f4da"; } .icon-ic_fluent_leaf_two_20_filled:before { content: "\f4db"; } .icon-ic_fluent_leaf_two_24_filled:before { content: "\f4dc"; } .icon-ic_fluent_library_24_filled:before { content: "\f4dd"; } .icon-ic_fluent_library_28_filled:before { content: "\f4de"; } .icon-ic_fluent_lightbulb_16_filled:before { content: "\f4df"; } .icon-ic_fluent_lightbulb_20_filled:before { content: "\f4e0"; } .icon-ic_fluent_lightbulb_24_filled:before { content: "\f4e1"; } .icon-ic_fluent_lightbulb_circle_24_filled:before { content: "\f4e2"; } .icon-ic_fluent_lightbulb_filament_16_filled:before { content: "\f4e3"; } .icon-ic_fluent_lightbulb_filament_20_filled:before { content: "\f4e4"; } .icon-ic_fluent_lightbulb_filament_24_filled:before { content: "\f4e5"; } .icon-ic_fluent_likert_16_filled:before { content: "\f4e7"; } .icon-ic_fluent_likert_20_filled:before { content: "\f4e8"; } .icon-ic_fluent_likert_24_filled:before { content: "\f4e9"; } .icon-ic_fluent_line_horizontal_1_20_filled:before { content: "\f4ea"; } .icon-ic_fluent_line_horizontal_3_20_filled:before { content: "\f4eb"; } .icon-ic_fluent_line_horizontal_5_20_filled:before { content: "\f4ec"; } .icon-ic_fluent_link_16_filled:before { content: "\f4ed"; } .icon-ic_fluent_link_20_filled:before { content: "\f4ee"; } .icon-ic_fluent_link_24_filled:before { content: "\f4ef"; } .icon-ic_fluent_link_28_filled:before { content: "\f4f0"; } .icon-ic_fluent_link_48_filled:before { content: "\f4f1"; } .icon-ic_fluent_link_edit_16_filled:before { content: "\f4f2"; } .icon-ic_fluent_link_edit_20_filled:before { content: "\f4f3"; } .icon-ic_fluent_link_edit_24_filled:before { content: "\f4f4"; } .icon-ic_fluent_link_square_24_filled:before { content: "\f4f6"; } .icon-ic_fluent_list_20_filled:before { content: "\f4f7"; } .icon-ic_fluent_list_24_filled:before { content: "\f4f8"; } .icon-ic_fluent_list_28_filled:before { content: "\f4f9"; } .icon-ic_fluent_live_20_filled:before { content: "\f4fa"; } .icon-ic_fluent_live_24_filled:before { content: "\f4fb"; } .icon-ic_fluent_local_language_16_filled:before { content: "\f4fc"; } .icon-ic_fluent_local_language_20_filled:before { content: "\f4fd"; } .icon-ic_fluent_local_language_24_filled:before { content: "\f4fe"; } .icon-ic_fluent_local_language_28_filled:before { content: "\f4ff"; } .icon-ic_fluent_location_12_filled:before { content: "\f500"; } .icon-ic_fluent_location_16_filled:before { content: "\f501"; } .icon-ic_fluent_location_20_filled:before { content: "\f502"; } .icon-ic_fluent_location_24_filled:before { content: "\f503"; } .icon-ic_fluent_location_28_filled:before { content: "\f504"; } .icon-ic_fluent_location_live_20_filled:before { content: "\f505"; } .icon-ic_fluent_location_live_24_filled:before { content: "\f506"; } .icon-ic_fluent_lock_shield_20_filled:before { content: "\f50c"; } .icon-ic_fluent_lock_shield_24_filled:before { content: "\f50d"; } .icon-ic_fluent_lock_shield_48_filled:before { content: "\f50e"; } .icon-ic_fluent_mail_20_filled:before { content: "\f510"; } .icon-ic_fluent_mail_24_filled:before { content: "\f511"; } .icon-ic_fluent_mail_28_filled:before { content: "\f512"; } .icon-ic_fluent_mail_48_filled:before { content: "\f513"; } .icon-ic_fluent_mail_add_24_filled:before { content: "\f514"; } .icon-ic_fluent_mail_all_read_20_filled:before { content: "\f518"; } .icon-ic_fluent_mail_all_unread_20_filled:before { content: "\f519"; } .icon-ic_fluent_mail_clock_20_filled:before { content: "\f51a"; } .icon-ic_fluent_mail_copy_20_filled:before { content: "\f51b"; } .icon-ic_fluent_mail_copy_24_filled:before { content: "\f51c"; } .icon-ic_fluent_mail_inbox_16_filled:before { content: "\f51d"; } .icon-ic_fluent_mail_inbox_20_filled:before { content: "\f51e"; } .icon-ic_fluent_mail_inbox_24_filled:before { content: "\f51f"; } .icon-ic_fluent_mail_inbox_28_filled:before { content: "\f520"; } .icon-ic_fluent_mail_inbox_add_16_filled:before { content: "\f521"; } .icon-ic_fluent_mail_inbox_add_20_filled:before { content: "\f522"; } .icon-ic_fluent_mail_inbox_add_24_filled:before { content: "\f523"; } .icon-ic_fluent_mail_inbox_add_28_filled:before { content: "\f524"; } .icon-ic_fluent_mail_inbox_dismiss_16_filled:before { content: "\f525"; } .icon-ic_fluent_mail_inbox_dismiss_20_filled:before { content: "\f526"; } .icon-ic_fluent_mail_inbox_dismiss_24_filled:before { content: "\f527"; } .icon-ic_fluent_mail_inbox_dismiss_28_filled:before { content: "\f528"; } .icon-ic_fluent_mail_read_20_filled:before { content: "\f52b"; } .icon-ic_fluent_mail_read_24_filled:before { content: "\f52c"; } .icon-ic_fluent_mail_read_28_filled:before { content: "\f52d"; } .icon-ic_fluent_mail_read_48_filled:before { content: "\f52e"; } .icon-ic_fluent_mail_unread_16_filled:before { content: "\f52f"; } .icon-ic_fluent_mail_unread_20_filled:before { content: "\f530"; } .icon-ic_fluent_mail_unread_24_filled:before { content: "\f531"; } .icon-ic_fluent_mail_unread_28_filled:before { content: "\f532"; } .icon-ic_fluent_mail_unread_48_filled:before { content: "\f533"; } .icon-ic_fluent_map_24_filled:before { content: "\f538"; } .icon-ic_fluent_map_drive_16_filled:before { content: "\f539"; } .icon-ic_fluent_map_drive_20_filled:before { content: "\f53a"; } .icon-ic_fluent_map_drive_24_filled:before { content: "\f53b"; } .icon-ic_fluent_match_app_layout_24_filled:before { content: "\f53c"; } .icon-ic_fluent_maximize_16_filled:before { content: "\f53d"; } .icon-ic_fluent_meet_now_20_filled:before { content: "\f53e"; } .icon-ic_fluent_meet_now_24_filled:before { content: "\f53f"; } .icon-ic_fluent_megaphone_16_filled:before { content: "\f540"; } .icon-ic_fluent_megaphone_20_filled:before { content: "\f541"; } .icon-ic_fluent_megaphone_24_filled:before { content: "\f542"; } .icon-ic_fluent_megaphone_28_filled:before { content: "\f543"; } .icon-ic_fluent_megaphone_off_24_filled:before { content: "\f544"; } .icon-ic_fluent_mention_16_filled:before { content: "\f545"; } .icon-ic_fluent_mention_20_filled:before { content: "\f546"; } .icon-ic_fluent_mention_24_filled:before { content: "\f547"; } .icon-ic_fluent_merge_24_filled:before { content: "\f548"; } .icon-ic_fluent_mic_off_12_filled:before { content: "\f549"; } .icon-ic_fluent_mic_off_16_filled:before { content: "\f54a"; } .icon-ic_fluent_mic_off_24_filled:before { content: "\f54b"; } .icon-ic_fluent_mic_off_28_filled:before { content: "\f54c"; } .icon-ic_fluent_mic_settings_24_filled:before { content: "\f552"; } .icon-ic_fluent_midi_20_filled:before { content: "\f553"; } .icon-ic_fluent_midi_24_filled:before { content: "\f554"; } .icon-ic_fluent_mobile_optimized_24_filled:before { content: "\f557"; } .icon-ic_fluent_money_16_filled:before { content: "\f558"; } .icon-ic_fluent_money_20_filled:before { content: "\f559"; } .icon-ic_fluent_money_24_filled:before { content: "\f55a"; } .icon-ic_fluent_more_vertical_20_filled:before { content: "\f560"; } .icon-ic_fluent_more_vertical_24_filled:before { content: "\f561"; } .icon-ic_fluent_more_vertical_28_filled:before { content: "\f562"; } .icon-ic_fluent_more_vertical_48_filled:before { content: "\f563"; } .icon-ic_fluent_movies_and_tv_24_filled:before { content: "\f564"; } .icon-ic_fluent_my_location_24_filled:before { content: "\f569"; } .icon-ic_fluent_navigation_20_filled:before { content: "\f56a"; } .icon-ic_fluent_navigation_24_filled:before { content: "\f56b"; } .icon-ic_fluent_network_check_24_filled:before { content: "\f56c"; } .icon-ic_fluent_new_16_filled:before { content: "\f56d"; } .icon-ic_fluent_new_24_filled:before { content: "\f56e"; } .icon-ic_fluent_news_20_filled:before { content: "\f56f"; } .icon-ic_fluent_news_24_filled:before { content: "\f570"; } .icon-ic_fluent_news_28_filled:before { content: "\f571"; } .icon-ic_fluent_next_16_filled:before { content: "\f572"; } .icon-ic_fluent_next_20_filled:before { content: "\f573"; } .icon-ic_fluent_next_24_filled:before { content: "\f574"; } .icon-ic_fluent_note_20_filled:before { content: "\f575"; } .icon-ic_fluent_note_24_filled:before { content: "\f576"; } .icon-ic_fluent_note_add_16_filled:before { content: "\f577"; } .icon-ic_fluent_note_add_20_filled:before { content: "\f578"; } .icon-ic_fluent_note_add_24_filled:before { content: "\f579"; } .icon-ic_fluent_notebook_24_filled:before { content: "\f57a"; } .icon-ic_fluent_notebook_error_24_filled:before { content: "\f57b"; } .icon-ic_fluent_notebook_lightning_24_filled:before { content: "\f57c"; } .icon-ic_fluent_notebook_question_mark_24_filled:before { content: "\f57d"; } .icon-ic_fluent_notebook_section_24_filled:before { content: "\f57e"; } .icon-ic_fluent_notebook_sync_24_filled:before { content: "\f57f"; } .icon-ic_fluent_notepad_20_filled:before { content: "\f580"; } .icon-ic_fluent_notepad_24_filled:before { content: "\f581"; } .icon-ic_fluent_notepad_28_filled:before { content: "\f582"; } .icon-ic_fluent_number_row_16_filled:before { content: "\f583"; } .icon-ic_fluent_number_row_20_filled:before { content: "\f584"; } .icon-ic_fluent_number_row_24_filled:before { content: "\f585"; } .icon-ic_fluent_number_symbol_16_filled:before { content: "\f586"; } .icon-ic_fluent_number_symbol_20_filled:before { content: "\f587"; } .icon-ic_fluent_number_symbol_24_filled:before { content: "\f588"; } .icon-ic_fluent_open_16_filled:before { content: "\f58b"; } .icon-ic_fluent_open_20_filled:before { content: "\f58c"; } .icon-ic_fluent_open_24_filled:before { content: "\f58d"; } .icon-ic_fluent_open_folder_24_filled:before { content: "\f58e"; } .icon-ic_fluent_options_16_filled:before { content: "\f590"; } .icon-ic_fluent_options_20_filled:before { content: "\f591"; } .icon-ic_fluent_options_24_filled:before { content: "\f592"; } .icon-ic_fluent_organization_20_filled:before { content: "\f593"; } .icon-ic_fluent_organization_24_filled:before { content: "\f594"; } .icon-ic_fluent_organization_28_filled:before { content: "\f595"; } .icon-ic_fluent_page_fit_16_filled:before { content: "\f598"; } .icon-ic_fluent_page_fit_20_filled:before { content: "\f599"; } .icon-ic_fluent_page_fit_24_filled:before { content: "\f59a"; } .icon-ic_fluent_paint_brush_16_filled:before { content: "\f59b"; } .icon-ic_fluent_paint_brush_20_filled:before { content: "\f59c"; } .icon-ic_fluent_paint_brush_24_filled:before { content: "\f59d"; } .icon-ic_fluent_paint_bucket_16_filled:before { content: "\f59e"; } .icon-ic_fluent_paint_bucket_20_filled:before { content: "\f59f"; } .icon-ic_fluent_paint_bucket_24_filled:before { content: "\f5a0"; } .icon-ic_fluent_pair_24_filled:before { content: "\f5a1"; } .icon-ic_fluent_password_24_filled:before { content: <PASSWORD>"; } .icon-ic_fluent_patient_24_filled:before { content: "\f5a9"; } .icon-ic_fluent_pause_16_filled:before { content: "\f5aa"; } .icon-ic_fluent_pause_20_filled:before { content: "\f5ab"; } .icon-ic_fluent_pause_24_filled:before { content: "\f5ac"; } .icon-ic_fluent_pause_48_filled:before { content: "\f5ad"; } .icon-ic_fluent_payment_20_filled:before { content: "\f5ae"; } .icon-ic_fluent_payment_24_filled:before { content: "\f5af"; } .icon-ic_fluent_people_16_filled:before { content: "\f5b1"; } .icon-ic_fluent_people_20_filled:before { content: "\f5b2"; } .icon-ic_fluent_people_24_filled:before { content: "\f5b3"; } .icon-ic_fluent_people_28_filled:before { content: "\f5b4"; } .icon-ic_fluent_people_add_16_filled:before { content: "\f5b5"; } .icon-ic_fluent_people_add_20_filled:before { content: "\f5b6"; } .icon-ic_fluent_people_add_24_filled:before { content: "\f5b7"; } .icon-ic_fluent_people_audience_24_filled:before { content: "\f5b8"; } .icon-ic_fluent_people_community_16_filled:before { content: "\f5b9"; } .icon-ic_fluent_people_community_20_filled:before { content: "\f5ba"; } .icon-ic_fluent_people_community_24_filled:before { content: "\f5bb"; } .icon-ic_fluent_people_community_28_filled:before { content: "\f5bc"; } .icon-ic_fluent_people_community_add_24_filled:before { content: "\f5bd"; } .icon-ic_fluent_people_prohibited_20_filled:before { content: "\f5be"; } .icon-ic_fluent_people_search_24_filled:before { content: "\f5bf"; } .icon-ic_fluent_people_settings_20_filled:before { content: "\f5c0"; } .icon-ic_fluent_people_team_16_filled:before { content: "\f5c1"; } .icon-ic_fluent_people_team_20_filled:before { content: "\f5c2"; } .icon-ic_fluent_people_team_24_filled:before { content: "\f5c3"; } .icon-ic_fluent_people_team_28_filled:before { content: "\f5c4"; } .icon-ic_fluent_person_12_filled:before { content: "\f5c5"; } .icon-ic_fluent_person_16_filled:before { content: "\f5c6"; } .icon-ic_fluent_person_20_filled:before { content: "\f5c7"; } .icon-ic_fluent_person_24_filled:before { content: "\f5c8"; } .icon-ic_fluent_person_28_filled:before { content: "\f5c9"; } .icon-ic_fluent_person_48_filled:before { content: "\f5ca"; } .icon-ic_fluent_person_accounts_24_filled:before { content: "\f5cb"; } .icon-ic_fluent_person_add_20_filled:before { content: "\f5cc"; } .icon-ic_fluent_person_add_24_filled:before { content: "\f5cd"; } .icon-ic_fluent_person_arrow_left_20_filled:before { content: "\f5ce"; } .icon-ic_fluent_person_arrow_left_24_filled:before { content: "\f5cf"; } .icon-ic_fluent_person_arrow_right_16_filled:before { content: "\f5d0"; } .icon-ic_fluent_person_arrow_right_20_filled:before { content: "\f5d1"; } .icon-ic_fluent_person_arrow_right_24_filled:before { content: "\f5d2"; } .icon-ic_fluent_person_available_16_filled:before { content: "\f5d3"; } .icon-ic_fluent_person_available_24_filled:before { content: "\f5d4"; } .icon-ic_fluent_person_board_16_filled:before { content: "\f5d6"; } .icon-ic_fluent_person_board_20_filled:before { content: "\f5d7"; } .icon-ic_fluent_person_board_24_filled:before { content: "\f5d8"; } .icon-ic_fluent_person_call_24_filled:before { content: "\f5d9"; } .icon-ic_fluent_person_delete_16_filled:before { content: "\f5da"; } .icon-ic_fluent_person_delete_24_filled:before { content: "\f5db"; } .icon-ic_fluent_person_feedback_20_filled:before { content: "\f5dc"; } .icon-ic_fluent_person_feedback_24_filled:before { content: "\f5dd"; } .icon-ic_fluent_person_prohibited_20_filled:before { content: "\f5de"; } .icon-ic_fluent_person_question_mark_16_filled:before { content: "\f5df"; } .icon-ic_fluent_person_question_mark_20_filled:before { content: "\f5e0"; } .icon-ic_fluent_person_question_mark_24_filled:before { content: "\f5e1"; } .icon-ic_fluent_person_support_16_filled:before { content: "\f5e2"; } .icon-ic_fluent_person_support_20_filled:before { content: "\f5e3"; } .icon-ic_fluent_person_support_24_filled:before { content: "\f5e4"; } .icon-ic_fluent_person_swap_16_filled:before { content: "\f5e5"; } .icon-ic_fluent_person_swap_20_filled:before { content: "\f5e6"; } .icon-ic_fluent_person_swap_24_filled:before { content: "\f5e7"; } .icon-ic_fluent_person_voice_20_filled:before { content: "\f5e8"; } .icon-ic_fluent_person_voice_24_filled:before { content: "\f5e9"; } .icon-ic_fluent_phone_20_filled:before { content: "\f5ea"; } .icon-ic_fluent_phone_24_filled:before { content: "\f5eb"; } .icon-ic_fluent_phone_desktop_16_filled:before { content: "\f5ee"; } .icon-ic_fluent_phone_desktop_20_filled:before { content: "\f5ef"; } .icon-ic_fluent_phone_desktop_24_filled:before { content: "\f5f0"; } .icon-ic_fluent_phone_desktop_28_filled:before { content: "\f5f1"; } .icon-ic_fluent_phone_laptop_20_filled:before { content: "\f5f4"; } .icon-ic_fluent_phone_laptop_24_filled:before { content: "\f5f5"; } .icon-ic_fluent_phone_link_setup_24_filled:before { content: "\f5f6"; } .icon-ic_fluent_phone_page_header_24_filled:before { content: "\f5f9"; } .icon-ic_fluent_phone_pagination_24_filled:before { content: "\f5fa"; } .icon-ic_fluent_phone_screen_time_24_filled:before { content: "\f5fb"; } .icon-ic_fluent_phone_shake_24_filled:before { content: "\f5fc"; } .icon-ic_fluent_phone_status_bar_24_filled:before { content: "\f5fd"; } .icon-ic_fluent_phone_tablet_20_filled:before { content: "\f5fe"; } .icon-ic_fluent_phone_tablet_24_filled:before { content: "\f5ff"; } .icon-ic_fluent_phone_update_24_filled:before { content: "\f602"; } .icon-ic_fluent_phone_vertical_scroll_24_filled:before { content: "\f603"; } .icon-ic_fluent_phone_vibrate_24_filled:before { content: "\f604"; } .icon-ic_fluent_photo_filter_24_filled:before { content: "\f605"; } .icon-ic_fluent_picture_in_picture_16_filled:before { content: "\f606"; } .icon-ic_fluent_picture_in_picture_20_filled:before { content: "\f607"; } .icon-ic_fluent_picture_in_picture_24_filled:before { content: "\f608"; } .icon-ic_fluent_pin_12_filled:before { content: "\f609"; } .icon-ic_fluent_pin_16_filled:before { content: "\f60a"; } .icon-ic_fluent_pin_20_filled:before { content: "\f60b"; } .icon-ic_fluent_pin_24_filled:before { content: "\f60c"; } .icon-ic_fluent_pin_off_20_filled:before { content: "\f60d"; } .icon-ic_fluent_pin_off_24_filled:before { content: "\f60e"; } .icon-ic_fluent_play_20_filled:before { content: "\f60f"; } .icon-ic_fluent_play_24_filled:before { content: "\f610"; } .icon-ic_fluent_play_48_filled:before { content: "\f611"; } .icon-ic_fluent_play_circle_24_filled:before { content: "\f612"; } .icon-ic_fluent_plug_disconnected_20_filled:before { content: "\f613"; } .icon-ic_fluent_plug_disconnected_24_filled:before { content: "\f614"; } .icon-ic_fluent_plug_disconnected_28_filled:before { content: "\f615"; } .icon-ic_fluent_point_scan_24_filled:before { content: "\f616"; } .icon-ic_fluent_poll_24_filled:before { content: "\f617"; } .icon-ic_fluent_power_20_filled:before { content: "\f618"; } .icon-ic_fluent_power_24_filled:before { content: "\f619"; } .icon-ic_fluent_power_28_filled:before { content: "\f61a"; } .icon-ic_fluent_predictions_24_filled:before { content: "\f61b"; } .icon-ic_fluent_premium_16_filled:before { content: "\f61c"; } .icon-ic_fluent_premium_20_filled:before { content: "\f61d"; } .icon-ic_fluent_premium_24_filled:before { content: "\f61e"; } .icon-ic_fluent_premium_28_filled:before { content: "\f61f"; } .icon-ic_fluent_presence_available_10_filled:before { content: "\f620"; } .icon-ic_fluent_presence_available_12_filled:before { content: "\f621"; } .icon-ic_fluent_presence_available_16_filled:before { content: "\f622"; } .icon-ic_fluent_presence_away_10_filled:before { content: "\f623"; } .icon-ic_fluent_presence_away_12_filled:before { content: "\f624"; } .icon-ic_fluent_presence_away_16_filled:before { content: "\f625"; } .icon-ic_fluent_presence_busy_10_filled:before { content: "\f626"; } .icon-ic_fluent_presence_busy_12_filled:before { content: "\f627"; } .icon-ic_fluent_presence_busy_16_filled:before { content: "\f628"; } .icon-ic_fluent_presence_dnd_10_filled:before { content: "\f629"; } .icon-ic_fluent_presence_dnd_12_filled:before { content: "\f62a"; } .icon-ic_fluent_presence_dnd_16_filled:before { content: "\f62b"; } .icon-ic_fluent_presenter_24_filled:before { content: "\f62c"; } .icon-ic_fluent_presenter_off_24_filled:before { content: "\f62d"; } .icon-ic_fluent_preview_link_16_filled:before { content: "\f62e"; } .icon-ic_fluent_preview_link_20_filled:before { content: "\f62f"; } .icon-ic_fluent_preview_link_24_filled:before { content: "\f630"; } .icon-ic_fluent_previous_16_filled:before { content: "\f631"; } .icon-ic_fluent_previous_20_filled:before { content: "\f632"; } .icon-ic_fluent_previous_24_filled:before { content: "\f633"; } .icon-ic_fluent_print_20_filled:before { content: "\f634"; } .icon-ic_fluent_print_24_filled:before { content: "\f635"; } .icon-ic_fluent_print_48_filled:before { content: "\f636"; } .icon-ic_fluent_prohibited_20_filled:before { content: "\f637"; } .icon-ic_fluent_prohibited_24_filled:before { content: "\f638"; } .icon-ic_fluent_prohibited_28_filled:before { content: "\f639"; } .icon-ic_fluent_prohibited_48_filled:before { content: "\f63a"; } .icon-ic_fluent_protocol_handler_16_filled:before { content: "\f63c"; } .icon-ic_fluent_protocol_handler_20_filled:before { content: "\f63d"; } .icon-ic_fluent_protocol_handler_24_filled:before { content: "\f63e"; } .icon-ic_fluent_qr_code_24_filled:before { content: "\f63f"; } .icon-ic_fluent_qr_code_28_filled:before { content: "\f640"; } .icon-ic_fluent_question_16_filled:before { content: "\f641"; } .icon-ic_fluent_question_20_filled:before { content: "\f642"; } .icon-ic_fluent_question_24_filled:before { content: "\f643"; } .icon-ic_fluent_question_28_filled:before { content: "\f644"; } .icon-ic_fluent_question_48_filled:before { content: "\f645"; } .icon-ic_fluent_question_circle_16_filled:before { content: "\f646"; } .icon-ic_fluent_question_circle_20_filled:before { content: "\f647"; } .icon-ic_fluent_question_circle_24_filled:before { content: "\f648"; } .icon-ic_fluent_question_circle_28_filled:before { content: "\f649"; } .icon-ic_fluent_question_circle_48_filled:before { content: "\f64a"; } .icon-ic_fluent_quiz_new_24_filled:before { content: "\f64b"; } .icon-ic_fluent_quiz_new_28_filled:before { content: "\f64c"; } .icon-ic_fluent_quiz_new_48_filled:before { content: "\f64d"; } .icon-ic_fluent_radio_button_20_filled:before { content: "\f64e"; } .icon-ic_fluent_radio_button_24_filled:before { content: "\f64f"; } .icon-ic_fluent_rating_mature_16_filled:before { content: "\f650"; } .icon-ic_fluent_rating_mature_20_filled:before { content: "\f651"; } .icon-ic_fluent_rating_mature_24_filled:before { content: "\f652"; } .icon-ic_fluent_re_order_16_filled:before { content: "\f653"; } .icon-ic_fluent_re_order_24_filled:before { content: "\f654"; } .icon-ic_fluent_read_aloud_20_filled:before { content: "\f657"; } .icon-ic_fluent_read_aloud_24_filled:before { content: "\f658"; } .icon-ic_fluent_reading_list_16_filled:before { content: "\f65b"; } .icon-ic_fluent_reading_list_20_filled:before { content: "\f65c"; } .icon-ic_fluent_reading_list_24_filled:before { content: "\f65d"; } .icon-ic_fluent_reading_list_28_filled:before { content: "\f65e"; } .icon-ic_fluent_reading_list_add_16_filled:before { content: "\f65f"; } .icon-ic_fluent_reading_list_add_20_filled:before { content: "\f660"; } .icon-ic_fluent_reading_list_add_24_filled:before { content: "\f661"; } .icon-ic_fluent_reading_list_add_28_filled:before { content: "\f662"; } .icon-ic_fluent_reading_mode_mobile_20_filled:before { content: "\f665"; } .icon-ic_fluent_reading_mode_mobile_24_filled:before { content: "\f666"; } .icon-ic_fluent_record_16_filled:before { content: "\f66a"; } .icon-ic_fluent_record_20_filled:before { content: "\f66b"; } .icon-ic_fluent_record_24_filled:before { content: "\f66c"; } .icon-ic_fluent_rename_16_filled:before { content: "\f672"; } .icon-ic_fluent_rename_20_filled:before { content: "\f673"; } .icon-ic_fluent_rename_24_filled:before { content: "\f674"; } .icon-ic_fluent_rename_28_filled:before { content: "\f675"; } .icon-ic_fluent_resize_20_filled:before { content: "\f676"; } .icon-ic_fluent_resize_image_24_filled:before { content: "\f677"; } .icon-ic_fluent_resize_table_24_filled:before { content: "\f678"; } .icon-ic_fluent_resize_video_24_filled:before { content: "\f679"; } .icon-ic_fluent_reward_16_filled:before { content: "\f67b"; } .icon-ic_fluent_reward_20_filled:before { content: "\f67c"; } .icon-ic_fluent_reward_24_filled:before { content: "\f67d"; } .icon-ic_fluent_rewind_20_filled:before { content: "\f67e"; } .icon-ic_fluent_rewind_24_filled:before { content: "\f67f"; } .icon-ic_fluent_rocket_16_filled:before { content: "\f680"; } .icon-ic_fluent_rocket_20_filled:before { content: "\f681"; } .icon-ic_fluent_rocket_24_filled:before { content: "\f682"; } .icon-ic_fluent_router_24_filled:before { content: "\f683"; } .icon-ic_fluent_row_triple_24_filled:before { content: "\f684"; } .icon-ic_fluent_ruler_16_filled:before { content: "\f685"; } .icon-ic_fluent_ruler_20_filled:before { content: "\f686"; } .icon-ic_fluent_ruler_24_filled:before { content: "\f687"; } .icon-ic_fluent_run_24_filled:before { content: "\f688"; } .icon-ic_fluent_save_20_filled:before { content: "\f689"; } .icon-ic_fluent_save_24_filled:before { content: "\f68a"; } .icon-ic_fluent_save_copy_24_filled:before { content: "\f68d"; } .icon-ic_fluent_savings_16_filled:before { content: "\f68e"; } .icon-ic_fluent_savings_20_filled:before { content: "\f68f"; } .icon-ic_fluent_savings_24_filled:before { content: "\f690"; } .icon-ic_fluent_scale_fill_24_filled:before { content: "\f691"; } .icon-ic_fluent_scale_fit_16_filled:before { content: "\f692"; } .icon-ic_fluent_scale_fit_20_filled:before { content: "\f693"; } .icon-ic_fluent_scale_fit_24_filled:before { content: "\f694"; } .icon-ic_fluent_scan_24_filled:before { content: "\f695"; } .icon-ic_fluent_scratchpad_24_filled:before { content: "\f696"; } .icon-ic_fluent_screenshot_20_filled:before { content: "\f697"; } .icon-ic_fluent_screenshot_24_filled:before { content: "\f698"; } .icon-ic_fluent_search_20_filled:before { content: "\f699"; } .icon-ic_fluent_search_24_filled:before { content: "\f69a"; } .icon-ic_fluent_search_28_filled:before { content: "\f69b"; } .icon-ic_fluent_search_info_24_filled:before { content: "\f69c"; } .icon-ic_fluent_search_square_24_filled:before { content: "\f69d"; } .icon-ic_fluent_select_all_off_24_filled:before { content: "\f69f"; } .icon-ic_fluent_select_object_20_filled:before { content: "\f6a0"; } .icon-ic_fluent_select_object_24_filled:before { content: "\f6a1"; } .icon-ic_fluent_send_20_filled:before { content: "\f6a2"; } .icon-ic_fluent_send_24_filled:before { content: "\f6a3"; } .icon-ic_fluent_send_28_filled:before { content: "\f6a4"; } .icon-ic_fluent_send_clock_20_filled:before { content: "\f6a5"; } .icon-ic_fluent_send_copy_24_filled:before { content: "\f6a6"; } .icon-ic_fluent_serial_port_16_filled:before { content: "\f6aa"; } .icon-ic_fluent_serial_port_20_filled:before { content: "\f6ab"; } .icon-ic_fluent_serial_port_24_filled:before { content: "\f6ac"; } .icon-ic_fluent_service_bell_24_filled:before { content: "\f6ad"; } .icon-ic_fluent_settings_16_filled:before { content: "\f6b1"; } .icon-ic_fluent_settings_20_filled:before { content: "\f6b2"; } .icon-ic_fluent_settings_24_filled:before { content: "\f6b3"; } .icon-ic_fluent_settings_28_filled:before { content: "\f6b4"; } .icon-ic_fluent_shapes_16_filled:before { content: "\f6b5"; } .icon-ic_fluent_shapes_20_filled:before { content: "\f6b6"; } .icon-ic_fluent_shapes_24_filled:before { content: "\f6b7"; } .icon-ic_fluent_share_20_filled:before { content: "\f6b8"; } .icon-ic_fluent_share_24_filled:before { content: "\f6b9"; } .icon-ic_fluent_share_android_20_filled:before { content: "\f6ba"; } .icon-ic_fluent_share_android_24_filled:before { content: "\f6bb"; } .icon-ic_fluent_share_close_tray_24_filled:before { content: "\f6bc"; } .icon-ic_fluent_share_ios_20_filled:before { content: "\f6be"; } .icon-ic_fluent_share_ios_24_filled:before { content: "\f6bf"; } .icon-ic_fluent_share_ios_28_filled:before { content: "\f6c0"; } .icon-ic_fluent_share_ios_48_filled:before { content: "\f6c1"; } .icon-ic_fluent_shield_20_filled:before { content: "\f6c7"; } .icon-ic_fluent_shield_24_filled:before { content: "\f6c8"; } .icon-ic_fluent_shield_dismiss_20_filled:before { content: "\f6c9"; } .icon-ic_fluent_shield_dismiss_24_filled:before { content: "\f6ca"; } .icon-ic_fluent_shield_error_20_filled:before { content: "\f6cb"; } .icon-ic_fluent_shield_error_24_filled:before { content: "\f6cc"; } .icon-ic_fluent_shield_keyhole_16_filled:before { content: "\f6cd"; } .icon-ic_fluent_shield_keyhole_20_filled:before { content: "\f6ce"; } .icon-ic_fluent_shield_keyhole_24_filled:before { content: "\f6cf"; } .icon-ic_fluent_shield_prohibited_20_filled:before { content: "\f6d0"; } .icon-ic_fluent_shield_prohibited_24_filled:before { content: "\f6d1"; } .icon-ic_fluent_shifts_24_filled:before { content: "\f6d2"; } .icon-ic_fluent_shifts_28_filled:before { content: "\f6d5"; } .icon-ic_fluent_shifts_30_minutes_24_filled:before { content: "\f6d6"; } .icon-ic_fluent_shifts_activity_20_filled:before { content: "\f6d7"; } .icon-ic_fluent_shifts_activity_24_filled:before { content: "\f6d8"; } .icon-ic_fluent_shifts_add_24_filled:before { content: "\f6d9"; } .icon-ic_fluent_shifts_availability_24_filled:before { content: "\f6db"; } .icon-ic_fluent_shifts_open_20_filled:before { content: "\f6dd"; } .icon-ic_fluent_shifts_open_24_filled:before { content: "\f6de"; } .icon-ic_fluent_shifts_team_24_filled:before { content: "\f6e0"; } .icon-ic_fluent_sign_out_24_filled:before { content: "\f6e3"; } .icon-ic_fluent_signature_16_filled:before { content: "\f6e4"; } .icon-ic_fluent_signature_20_filled:before { content: "\f6e5"; } .icon-ic_fluent_signature_24_filled:before { content: "\f6e6"; } .icon-ic_fluent_signature_28_filled:before { content: "\f6e7"; } .icon-ic_fluent_sim_16_filled:before { content: "\f6eb"; } .icon-ic_fluent_sim_20_filled:before { content: "\f6ec"; } .icon-ic_fluent_sim_24_filled:before { content: "\f6ed"; } .icon-ic_fluent_sleep_24_filled:before { content: "\f6ee"; } .icon-ic_fluent_slide_add_24_filled:before { content: "\f6ef"; } .icon-ic_fluent_slide_hide_24_filled:before { content: "\f6f1"; } .icon-ic_fluent_slide_layout_20_filled:before { content: "\f6f2"; } .icon-ic_fluent_slide_layout_24_filled:before { content: "\f6f3"; } .icon-ic_fluent_slide_microphone_24_filled:before { content: "\f6f4"; } .icon-ic_fluent_slide_text_24_filled:before { content: "\f6f5"; } .icon-ic_fluent_snooze_16_filled:before { content: "\f6fd"; } .icon-ic_fluent_snooze_24_filled:before { content: "\f6fe"; } .icon-ic_fluent_sound_source_24_filled:before { content: "\f6ff"; } .icon-ic_fluent_sound_source_28_filled:before { content: "\f700"; } .icon-ic_fluent_spacebar_24_filled:before { content: "\f701"; } .icon-ic_fluent_speaker_0_24_filled:before { content: "\f702"; } .icon-ic_fluent_speaker_1_24_filled:before { content: "\f704"; } .icon-ic_fluent_speaker_bluetooth_24_filled:before { content: "\f708"; } .icon-ic_fluent_speaker_edit_16_filled:before { content: "\f709"; } .icon-ic_fluent_speaker_edit_20_filled:before { content: "\f70a"; } .icon-ic_fluent_speaker_edit_24_filled:before { content: "\f70b"; } .icon-ic_fluent_speaker_off_24_filled:before { content: "\f70f"; } .icon-ic_fluent_speaker_off_28_filled:before { content: "\f710"; } .icon-ic_fluent_speaker_settings_24_filled:before { content: "\f711"; } .icon-ic_fluent_spinner_ios_20_filled:before { content: "\f712"; } .icon-ic_fluent_star_12_filled:before { content: "\f716"; } .icon-ic_fluent_star_16_filled:before { content: "\f717"; } .icon-ic_fluent_star_20_filled:before { content: "\f718"; } .icon-ic_fluent_star_24_filled:before { content: "\f719"; } .icon-ic_fluent_star_28_filled:before { content: "\f71a"; } .icon-ic_fluent_star_add_16_filled:before { content: "\f71b"; } .icon-ic_fluent_star_add_20_filled:before { content: "\f71c"; } .icon-ic_fluent_star_add_24_filled:before { content: "\f71d"; } .icon-ic_fluent_star_arrow_right_start_24_filled:before { content: "\f71f"; } .icon-ic_fluent_star_emphasis_24_filled:before { content: "\f720"; } .icon-ic_fluent_star_half_12_filled:before { content: "\f721"; } .icon-ic_fluent_star_half_16_filled:before { content: "\f722"; } .icon-ic_fluent_star_half_20_filled:before { content: "\f723"; } .icon-ic_fluent_star_half_24_filled:before { content: "\f724"; } .icon-ic_fluent_star_half_28_filled:before { content: "\f725"; } .icon-ic_fluent_star_off_12_filled:before { content: "\f726"; } .icon-ic_fluent_star_off_16_filled:before { content: "\f727"; } .icon-ic_fluent_star_off_20_filled:before { content: "\f728"; } .icon-ic_fluent_star_off_24_filled:before { content: "\f729"; } .icon-ic_fluent_star_off_28_filled:before { content: "\f72a"; } .icon-ic_fluent_star_one_quarter_12_filled:before { content: "\f72b"; } .icon-ic_fluent_star_one_quarter_16_filled:before { content: "\f72c"; } .icon-ic_fluent_star_one_quarter_20_filled:before { content: "\f72d"; } .icon-ic_fluent_star_one_quarter_24_filled:before { content: "\f72e"; } .icon-ic_fluent_star_one_quarter_28_filled:before { content: "\f72f"; } .icon-ic_fluent_star_prohibited_16_filled:before { content: "\f730"; } .icon-ic_fluent_star_prohibited_20_filled:before { content: "\f731"; } .icon-ic_fluent_star_prohibited_24_filled:before { content: "\f732"; } .icon-ic_fluent_star_settings_24_filled:before { content: "\f733"; } .icon-ic_fluent_star_three_quarter_12_filled:before { content: "\f734"; } .icon-ic_fluent_star_three_quarter_16_filled:before { content: "\f735"; } .icon-ic_fluent_star_three_quarter_20_filled:before { content: "\f736"; } .icon-ic_fluent_star_three_quarter_24_filled:before { content: "\f737"; } .icon-ic_fluent_star_three_quarter_28_filled:before { content: "\f738"; } .icon-ic_fluent_status_16_filled:before { content: "\f739"; } .icon-ic_fluent_status_20_filled:before { content: "\f73a"; } .icon-ic_fluent_status_24_filled:before { content: "\f73b"; } .icon-ic_fluent_stethoscope_20_filled:before { content: "\f73c"; } .icon-ic_fluent_stethoscope_24_filled:before { content: "\f73d"; } .icon-ic_fluent_sticker_20_filled:before { content: "\f73e"; } .icon-ic_fluent_sticker_24_filled:before { content: "\f73f"; } .icon-ic_fluent_sticker_add_24_filled:before { content: "\f740"; } .icon-ic_fluent_stop_16_filled:before { content: "\f741"; } .icon-ic_fluent_stop_20_filled:before { content: "\f742"; } .icon-ic_fluent_stop_24_filled:before { content: "\f743"; } .icon-ic_fluent_storage_24_filled:before { content: "\f744"; } .icon-ic_fluent_store_microsoft_16_filled:before { content: "\f748"; } .icon-ic_fluent_store_microsoft_20_filled:before { content: "\f749"; } .icon-ic_fluent_store_microsoft_24_filled:before { content: "\f74a"; } .icon-ic_fluent_style_guide_24_filled:before { content: "\f74b"; } .icon-ic_fluent_sub_grid_24_filled:before { content: "\f74c"; } .icon-ic_fluent_surface_earbuds_20_filled:before { content: "\f750"; } .icon-ic_fluent_surface_earbuds_24_filled:before { content: "\f751"; } .icon-ic_fluent_surface_hub_20_filled:before { content: "\f752"; } .icon-ic_fluent_surface_hub_24_filled:before { content: "\f753"; } .icon-ic_fluent_swipe_down_24_filled:before { content: "\f754"; } .icon-ic_fluent_swipe_right_24_filled:before { content: "\f755"; } .icon-ic_fluent_swipe_up_24_filled:before { content: "\f756"; } .icon-ic_fluent_symbols_24_filled:before { content: "\f757"; } .icon-ic_fluent_sync_off_16_filled:before { content: "\f758"; } .icon-ic_fluent_sync_off_20_filled:before { content: "\f759"; } .icon-ic_fluent_system_24_filled:before { content: "\f75a"; } .icon-ic_fluent_tab_16_filled:before { content: "\f75b"; } .icon-ic_fluent_tab_20_filled:before { content: "\f75c"; } .icon-ic_fluent_tab_24_filled:before { content: "\f75d"; } .icon-ic_fluent_tab_28_filled:before { content: "\f75e"; } .icon-ic_fluent_tab_desktop_20_filled:before { content: "\f75f"; } .icon-ic_fluent_tab_desktop_arrow_clockwise_16_filled:before { content: "\f760"; } .icon-ic_fluent_tab_desktop_arrow_clockwise_20_filled:before { content: "\f761"; } .icon-ic_fluent_tab_desktop_arrow_clockwise_24_filled:before { content: "\f762"; } .icon-ic_fluent_tab_desktop_clock_20_filled:before { content: "\f763"; } .icon-ic_fluent_tab_desktop_copy_20_filled:before { content: "\f764"; } .icon-ic_fluent_tab_desktop_image_16_filled:before { content: "\f765"; } .icon-ic_fluent_tab_desktop_image_20_filled:before { content: "\f766"; } .icon-ic_fluent_tab_desktop_image_24_filled:before { content: "\f767"; } .icon-ic_fluent_tab_desktop_multiple_20_filled:before { content: "\f768"; } .icon-ic_fluent_tab_desktop_new_page_20_filled:before { content: "\f769"; } .icon-ic_fluent_tab_in_private_16_filled:before { content: "\f76a"; } .icon-ic_fluent_tab_in_private_20_filled:before { content: "\f76b"; } .icon-ic_fluent_tab_in_private_24_filled:before { content: "\f76c"; } .icon-ic_fluent_tab_in_private_28_filled:before { content: "\f76d"; } .icon-ic_fluent_tab_inprivate_account_20_filled:before { content: "\f76e"; } .icon-ic_fluent_tab_inprivate_account_24_filled:before { content: "\f76f"; } .icon-ic_fluent_table_20_filled:before { content: "\f775"; } .icon-ic_fluent_table_24_filled:before { content: "\f776"; } .icon-ic_fluent_table_add_24_filled:before { content: "\f777"; } .icon-ic_fluent_table_cells_merge_20_filled:before { content: "\f778"; } .icon-ic_fluent_table_cells_merge_24_filled:before { content: "\f779"; } .icon-ic_fluent_table_cells_split_20_filled:before { content: "\f77a"; } .icon-ic_fluent_table_cells_split_24_filled:before { content: "\f77b"; } .icon-ic_fluent_table_edit_24_filled:before { content: "\f780"; } .icon-ic_fluent_table_freeze_column_24_filled:before { content: "\f782"; } .icon-ic_fluent_table_freeze_row_24_filled:before { content: "\f783"; } .icon-ic_fluent_table_move_left_24_filled:before { content: "\f789"; } .icon-ic_fluent_table_move_right_24_filled:before { content: "\f78a"; } .icon-ic_fluent_table_settings_24_filled:before { content: "\f78f"; } .icon-ic_fluent_table_switch_24_filled:before { content: "\f790"; } .icon-ic_fluent_tablet_20_filled:before { content: "\f791"; } .icon-ic_fluent_tablet_24_filled:before { content: "\f792"; } .icon-ic_fluent_tabs_24_filled:before { content: "\f793"; } .icon-ic_fluent_tag_20_filled:before { content: "\f794"; } .icon-ic_fluent_tag_24_filled:before { content: "\f795"; } .icon-ic_fluent_tap_double_24_filled:before { content: "\f796"; } .icon-ic_fluent_tap_single_24_filled:before { content: "\f797"; } .icon-ic_fluent_target_16_filled:before { content: "\f798"; } .icon-ic_fluent_target_20_filled:before { content: "\f799"; } .icon-ic_fluent_target_24_filled:before { content: "\f79a"; } .icon-ic_fluent_target_edit_16_filled:before { content: "\f79b"; } .icon-ic_fluent_target_edit_20_filled:before { content: "\f79c"; } .icon-ic_fluent_target_edit_24_filled:before { content: "\f79d"; } .icon-ic_fluent_task_list_add_20_filled:before { content: "\f7a0"; } .icon-ic_fluent_task_list_add_24_filled:before { content: "\f7a1"; } .icon-ic_fluent_tasks_app_24_filled:before { content: "\f7a2"; } .icon-ic_fluent_tasks_app_28_filled:before { content: "\f7a3"; } .icon-ic_fluent_teddy_24_filled:before { content: "\f7a6"; } .icon-ic_fluent_temperature_20_filled:before { content: "\f7a7"; } .icon-ic_fluent_temperature_24_filled:before { content: "\f7a8"; } .icon-ic_fluent_tent_24_filled:before { content: "\f7a9"; } .icon-ic_fluent_text_add_space_after_20_filled:before { content: "\f7ad"; } .icon-ic_fluent_text_add_space_after_24_filled:before { content: "\f7ae"; } .icon-ic_fluent_text_add_space_before_20_filled:before { content: "\f7af"; } .icon-ic_fluent_text_add_space_before_24_filled:before { content: "\f7b0"; } .icon-ic_fluent_text_align_center_20_filled:before { content: "\f7b1"; } .icon-ic_fluent_text_align_center_24_filled:before { content: "\f7b2"; } .icon-ic_fluent_text_align_distributed_20_filled:before { content: "\f7b3"; } .icon-ic_fluent_text_align_distributed_24_filled:before { content: "\f7b4"; } .icon-ic_fluent_text_align_justify_20_filled:before { content: "\f7b5"; } .icon-ic_fluent_text_align_justify_24_filled:before { content: "\f7b6"; } .icon-ic_fluent_text_align_left_20_filled:before { content: "\f7b7"; } .icon-ic_fluent_text_align_left_24_filled:before { content: "\f7b8"; } .icon-ic_fluent_text_align_right_20_filled:before { content: "\f7b9"; } .icon-ic_fluent_text_align_right_24_filled:before { content: "\f7ba"; } .icon-ic_fluent_text_asterisk_20_filled:before { content: "\f7bb"; } .icon-ic_fluent_text_bold_20_filled:before { content: "\f7bc"; } .icon-ic_fluent_text_bold_24_filled:before { content: "\f7bd"; } .icon-ic_fluent_text_bullet_list_add_24_filled:before { content: "\f7c0"; } .icon-ic_fluent_text_bullet_list_square_24_filled:before { content: "\f7c1"; } .icon-ic_fluent_text_bullet_list_square_warning_16_filled:before { content: "\f7c2"; } .icon-ic_fluent_text_bullet_list_square_warning_20_filled:before { content: "\f7c3"; } .icon-ic_fluent_text_bullet_list_square_warning_24_filled:before { content: "\f7c4"; } .icon-ic_fluent_text_bullet_list_tree_16_filled:before { content: "\f7c5"; } .icon-ic_fluent_text_bullet_list_tree_20_filled:before { content: "\f7c6"; } .icon-ic_fluent_text_bullet_list_tree_24_filled:before { content: "\f7c7"; } .icon-ic_fluent_text_change_case_20_filled:before { content: "\f7ca"; } .icon-ic_fluent_text_change_case_24_filled:before { content: "\f7cb"; } .icon-ic_fluent_text_clear_formatting_20_filled:before { content: "\f7d4"; } .icon-ic_fluent_text_clear_formatting_24_filled:before { content: "\f7d5"; } .icon-ic_fluent_text_collapse_24_filled:before { content: "\f7d6"; } .icon-ic_fluent_text_color_20_filled:before { content: "\f7d7"; } .icon-ic_fluent_text_color_24_filled:before { content: "\f7d8"; } .icon-ic_fluent_text_column_one_20_filled:before { content: "\f7d9"; } .icon-ic_fluent_text_column_one_24_filled:before { content: "\f7da"; } .icon-ic_fluent_text_column_three_20_filled:before { content: "\f7db"; } .icon-ic_fluent_text_column_three_24_filled:before { content: "\f7dc"; } .icon-ic_fluent_text_column_two_20_filled:before { content: "\f7dd"; } .icon-ic_fluent_text_column_two_24_filled:before { content: "\f7de"; } .icon-ic_fluent_text_column_two_left_20_filled:before { content: "\f7df"; } .icon-ic_fluent_text_column_two_left_24_filled:before { content: "\f7e0"; } .icon-ic_fluent_text_column_two_right_20_filled:before { content: "\f7e1"; } .icon-ic_fluent_text_column_two_right_24_filled:before { content: "\f7e2"; } .icon-ic_fluent_text_description_20_filled:before { content: "\f7e3"; } .icon-ic_fluent_text_description_24_filled:before { content: "\f7e4"; } .icon-ic_fluent_text_direction_vertical_20_filled:before { content: "\f7ef"; } .icon-ic_fluent_text_direction_vertical_24_filled:before { content: "\f7f0"; } .icon-ic_fluent_text_edit_style_20_filled:before { content: "\f7f1"; } .icon-ic_fluent_text_edit_style_24_filled:before { content: "\f7f2"; } .icon-ic_fluent_text_effects_20_filled:before { content: "\f7f3"; } .icon-ic_fluent_text_effects_24_filled:before { content: "\f7f4"; } .icon-ic_fluent_text_expand_24_filled:before { content: "\f7f5"; } .icon-ic_fluent_text_field_16_filled:before { content: "\f7f6"; } .icon-ic_fluent_text_field_20_filled:before { content: "\f7f7"; } .icon-ic_fluent_text_field_24_filled:before { content: "\f7f8"; } .icon-ic_fluent_text_first_line_20_filled:before { content: "\f7f9"; } .icon-ic_fluent_text_first_line_24_filled:before { content: "\f7fa"; } .icon-ic_fluent_text_font_16_filled:before { content: "\f7fb"; } .icon-ic_fluent_text_font_20_filled:before { content: "\f7fc"; } .icon-ic_fluent_text_font_24_filled:before { content: "\f7fd"; } .icon-ic_fluent_text_font_size_20_filled:before { content: "\f7fe"; } .icon-ic_fluent_text_font_size_24_filled:before { content: "\f7ff"; } .icon-ic_fluent_text_footnote_20_filled:before { content: "\f800"; } .icon-ic_fluent_text_footnote_24_filled:before { content: "\f801"; } .icon-ic_fluent_text_hanging_20_filled:before { content: "\f805"; } .icon-ic_fluent_text_hanging_24_filled:before { content: "\f806"; } .icon-ic_fluent_text_header_1_20_filled:before { content: "\f807"; } .icon-ic_fluent_text_header_2_20_filled:before { content: "\f808"; } .icon-ic_fluent_text_header_3_20_filled:before { content: "\f809"; } .icon-ic_fluent_text_italic_20_filled:before { content: "\f80c"; } .icon-ic_fluent_text_italic_24_filled:before { content: "\f80d"; } .icon-ic_fluent_text_line_spacing_20_filled:before { content: "\f80e"; } .icon-ic_fluent_text_line_spacing_24_filled:before { content: "\f80f"; } .icon-ic_fluent_text_number_format_20_filled:before { content: "\f810"; } .icon-ic_fluent_text_number_format_24_filled:before { content: "\f811"; } .icon-ic_fluent_text_number_list_ltr_20_filled:before { content: "\f812"; } .icon-ic_fluent_text_number_list_ltr_24_filled:before { content: "\f813"; } .icon-ic_fluent_text_number_list_rtl_24_filled:before { content: "\f814"; } .icon-ic_fluent_text_proofing_tools_20_filled:before { content: "\f817"; } .icon-ic_fluent_text_proofing_tools_24_filled:before { content: "\f818"; } .icon-ic_fluent_text_quote_20_filled:before { content: "\f819"; } .icon-ic_fluent_text_quote_24_filled:before { content: "\f81a"; } .icon-ic_fluent_text_sort_ascending_20_filled:before { content: "\f81b"; } .icon-ic_fluent_text_sort_descending_20_filled:before { content: "\f81c"; } .icon-ic_fluent_text_subscript_20_filled:before { content: "\f81f"; } .icon-ic_fluent_text_subscript_24_filled:before { content: "\f820"; } .icon-ic_fluent_text_superscript_20_filled:before { content: "\f821"; } .icon-ic_fluent_text_superscript_24_filled:before { content: "\f822"; } .icon-ic_fluent_text_underline_20_filled:before { content: "\f823"; } .icon-ic_fluent_text_underline_24_filled:before { content: "\f824"; } .icon-ic_fluent_text_word_count_20_filled:before { content: "\f825"; } .icon-ic_fluent_text_word_count_24_filled:before { content: "\f826"; } .icon-ic_fluent_text_wrap_24_filled:before { content: "\f827"; } .icon-ic_fluent_textbox_20_filled:before { content: "\f828"; } .icon-ic_fluent_textbox_24_filled:before { content: "\f829"; } .icon-ic_fluent_textbox_align_bottom_20_filled:before { content: "\f82c"; } .icon-ic_fluent_textbox_align_bottom_24_filled:before { content: "\f82d"; } .icon-ic_fluent_textbox_align_middle_20_filled:before { content: "\f82e"; } .icon-ic_fluent_textbox_align_middle_24_filled:before { content: "\f82f"; } .icon-ic_fluent_textbox_align_top_20_filled:before { content: "\f830"; } .icon-ic_fluent_textbox_align_top_24_filled:before { content: "\f831"; } .icon-ic_fluent_thinking_20_filled:before { content: "\f834"; } .icon-ic_fluent_thinking_24_filled:before { content: "\f835"; } .icon-ic_fluent_thumb_dislike_20_filled:before { content: "\f836"; } .icon-ic_fluent_thumb_dislike_24_filled:before { content: "\f837"; } .icon-ic_fluent_thumb_like_20_filled:before { content: "\f838"; } .icon-ic_fluent_thumb_like_24_filled:before { content: "\f839"; } .icon-ic_fluent_time_and_weather_24_filled:before { content: "\f83c"; } .icon-ic_fluent_time_picker_24_filled:before { content: "\f83d"; } .icon-ic_fluent_timeline_24_filled:before { content: "\f83e"; } .icon-ic_fluent_timer_10_24_filled:before { content: "\f83f"; } .icon-ic_fluent_timer_24_filled:before { content: "\f840"; } .icon-ic_fluent_timer_2_24_filled:before { content: "\f841"; } .icon-ic_fluent_timer_off_24_filled:before { content: "\f842"; } .icon-ic_fluent_toggle_right_16_filled:before { content: "\f843"; } .icon-ic_fluent_toggle_right_20_filled:before { content: "\f844"; } .icon-ic_fluent_toggle_right_24_filled:before { content: "\f845"; } .icon-ic_fluent_toolbox_16_filled:before { content: "\f846"; } .icon-ic_fluent_toolbox_20_filled:before { content: "\f847"; } .icon-ic_fluent_toolbox_24_filled:before { content: "\f848"; } .icon-ic_fluent_toolbox_28_filled:before { content: "\f849"; } .icon-ic_fluent_top_speed_24_filled:before { content: "\f84a"; } .icon-ic_fluent_translate_20_filled:before { content: "\f84b"; } .icon-ic_fluent_translate_24_filled:before { content: "\f84c"; } .icon-ic_fluent_trophy_16_filled:before { content: "\f84d"; } .icon-ic_fluent_trophy_20_filled:before { content: "\f84e"; } .icon-ic_fluent_trophy_24_filled:before { content: "\f84f"; } .icon-ic_fluent_uninstall_app_24_filled:before { content: "\f850"; } .icon-ic_fluent_usb_stick_20_filled:before { content: "\f857"; } .icon-ic_fluent_usb_stick_24_filled:before { content: "\f858"; } .icon-ic_fluent_vault_16_filled:before { content: "\f859"; } .icon-ic_fluent_vault_20_filled:before { content: "\f85a"; } .icon-ic_fluent_vault_24_filled:before { content: "\f85b"; } .icon-ic_fluent_vehicle_bicycle_24_filled:before { content: "\f85c"; } .icon-ic_fluent_vehicle_bus_24_filled:before { content: "\f85d"; } .icon-ic_fluent_vehicle_cab_24_filled:before { content: "\f85e"; } .icon-ic_fluent_vehicle_car_16_filled:before { content: "\f85f"; } .icon-ic_fluent_vehicle_car_20_filled:before { content: "\f860"; } .icon-ic_fluent_vehicle_car_24_filled:before { content: "\f861"; } .icon-ic_fluent_vehicle_truck_24_filled:before { content: "\f862"; } .icon-ic_fluent_video_16_filled:before { content: "\f863"; } .icon-ic_fluent_video_20_filled:before { content: "\f864"; } .icon-ic_fluent_video_24_filled:before { content: "\f865"; } .icon-ic_fluent_video_28_filled:before { content: "\f866"; } .icon-ic_fluent_video_background_effect_24_filled:before { content: "\f867"; } .icon-ic_fluent_video_clip_24_filled:before { content: "\f868"; } .icon-ic_fluent_video_off_20_filled:before { content: "\f869"; } .icon-ic_fluent_video_off_24_filled:before { content: "\f86a"; } .icon-ic_fluent_video_off_28_filled:before { content: "\f86b"; } .icon-ic_fluent_video_person_24_filled:before { content: "\f86c"; } .icon-ic_fluent_video_person_off_24_filled:before { content: "\f86d"; } .icon-ic_fluent_video_person_star_24_filled:before { content: "\f86e"; } .icon-ic_fluent_video_play_pause_24_filled:before { content: "\f86f"; } .icon-ic_fluent_video_security_20_filled:before { content: "\f870"; } .icon-ic_fluent_video_security_24_filled:before { content: "\f871"; } .icon-ic_fluent_video_switch_24_filled:before { content: "\f872"; } .icon-ic_fluent_view_desktop_20_filled:before { content: "\f873"; } .icon-ic_fluent_view_desktop_24_filled:before { content: "\f874"; } .icon-ic_fluent_view_desktop_mobile_20_filled:before { content: "\f875"; } .icon-ic_fluent_view_desktop_mobile_24_filled:before { content: "\f876"; } .icon-ic_fluent_voicemail_16_filled:before { content: "\f87a"; } .icon-ic_fluent_voicemail_20_filled:before { content: "\f87b"; } .icon-ic_fluent_voicemail_24_filled:before { content: "\f87c"; } .icon-ic_fluent_walkie_talkie_24_filled:before { content: "\f87d"; } .icon-ic_fluent_walkie_talkie_28_filled:before { content: "\f87e"; } .icon-ic_fluent_wallpaper_24_filled:before { content: "\f87f"; } .icon-ic_fluent_warning_16_filled:before { content: "\f880"; } .icon-ic_fluent_warning_20_filled:before { content: "\f881"; } .icon-ic_fluent_warning_24_filled:before { content: "\f882"; } .icon-ic_fluent_weather_blowing_snow_20_filled:before { content: "\f883"; } .icon-ic_fluent_weather_blowing_snow_24_filled:before { content: "\f884"; } .icon-ic_fluent_weather_blowing_snow_48_filled:before { content: "\f885"; } .icon-ic_fluent_weather_cloudy_20_filled:before { content: "\f886"; } .icon-ic_fluent_weather_cloudy_24_filled:before { content: "\f887"; } .icon-ic_fluent_weather_cloudy_48_filled:before { content: "\f888"; } .icon-ic_fluent_weather_duststorm_20_filled:before { content: "\f889"; } .icon-ic_fluent_weather_duststorm_24_filled:before { content: "\f88a"; } .icon-ic_fluent_weather_duststorm_48_filled:before { content: "\f88b"; } .icon-ic_fluent_weather_fog_20_filled:before { content: "\f88c"; } .icon-ic_fluent_weather_fog_24_filled:before { content: "\f88d"; } .icon-ic_fluent_weather_fog_48_filled:before { content: "\f88e"; } .icon-ic_fluent_weather_hail_day_20_filled:before { content: "\f88f"; } .icon-ic_fluent_weather_hail_day_24_filled:before { content: "\f890"; } .icon-ic_fluent_weather_hail_day_48_filled:before { content: "\f891"; } .icon-ic_fluent_weather_hail_night_20_filled:before { content: "\f892"; } .icon-ic_fluent_weather_hail_night_24_filled:before { content: "\f893"; } .icon-ic_fluent_weather_hail_night_48_filled:before { content: "\f894"; } .icon-ic_fluent_weather_moon_20_filled:before { content: "\f895"; } .icon-ic_fluent_weather_moon_24_filled:before { content: "\f896"; } .icon-ic_fluent_weather_moon_48_filled:before { content: "\f897"; } .icon-ic_fluent_weather_partly_cloudy_day_20_filled:before { content: "\f898"; } .icon-ic_fluent_weather_partly_cloudy_day_24_filled:before { content: "\f899"; } .icon-ic_fluent_weather_partly_cloudy_day_48_filled:before { content: "\f89a"; } .icon-ic_fluent_weather_partly_cloudy_night_20_filled:before { content: "\f89b"; } .icon-ic_fluent_weather_partly_cloudy_night_24_filled:before { content: "\f89c"; } .icon-ic_fluent_weather_partly_cloudy_night_48_filled:before { content: "\f89d"; } .icon-ic_fluent_weather_rain_20_filled:before { content: "\f89e"; } .icon-ic_fluent_weather_rain_24_filled:before { content: "\f89f"; } .icon-ic_fluent_weather_rain_48_filled:before { content: "\f8a0"; } .icon-ic_fluent_weather_rain_showers_day_20_filled:before { content: "\f8a1"; } .icon-ic_fluent_weather_rain_showers_day_24_filled:before { content: "\f8a2"; } .icon-ic_fluent_weather_rain_showers_day_48_filled:before { content: "\f8a3"; } .icon-ic_fluent_weather_rain_showers_night_20_filled:before { content: "\f8a4"; } .icon-ic_fluent_weather_rain_showers_night_24_filled:before { content: "\f8a5"; } .icon-ic_fluent_weather_rain_showers_night_48_filled:before { content: "\f8a6"; } .icon-ic_fluent_weather_rain_snow_20_filled:before { content: "\f8a7"; } .icon-ic_fluent_weather_rain_snow_24_filled:before { content: "\f8a8"; } .icon-ic_fluent_weather_rain_snow_48_filled:before { content: "\f8a9"; } .icon-ic_fluent_weather_snow_20_filled:before { content: "\f8aa"; } .icon-ic_fluent_weather_snow_24_filled:before { content: "\f8ab"; } .icon-ic_fluent_weather_snow_48_filled:before { content: "\f8ac"; } .icon-ic_fluent_weather_snow_shower_day_20_filled:before { content: "\f8ad"; } .icon-ic_fluent_weather_snow_shower_day_24_filled:before { content: "\f8ae"; } .icon-ic_fluent_weather_snow_shower_day_48_filled:before { content: "\f8af"; } .icon-ic_fluent_weather_snow_shower_night_20_filled:before { content: "\f8b0"; } .icon-ic_fluent_weather_snow_shower_night_24_filled:before { content: "\f8b1"; } .icon-ic_fluent_weather_snow_shower_night_48_filled:before { content: "\f8b2"; } .icon-ic_fluent_weather_snowflake_20_filled:before { content: "\f8b3"; } .icon-ic_fluent_weather_snowflake_24_filled:before { content: "\f8b4"; } .icon-ic_fluent_weather_snowflake_48_filled:before { content: "\f8b5"; } .icon-ic_fluent_weather_squalls_20_filled:before { content: "\f8b6"; } .icon-ic_fluent_weather_squalls_24_filled:before { content: "\f8b7"; } .icon-ic_fluent_weather_squalls_48_filled:before { content: "\f8b8"; } .icon-ic_fluent_weather_sunny_20_filled:before { content: "\f8b9"; } .icon-ic_fluent_weather_sunny_24_filled:before { content: "\f8ba"; } .icon-ic_fluent_weather_sunny_48_filled:before { content: "\f8bb"; } .icon-ic_fluent_weather_thunderstorm_20_filled:before { content: "\f8bc"; } .icon-ic_fluent_weather_thunderstorm_24_filled:before { content: "\f8bd"; } .icon-ic_fluent_weather_thunderstorm_48_filled:before { content: "\f8be"; } .icon-ic_fluent_web_asset_24_filled:before { content: "\f8bf"; } .icon-ic_fluent_whiteboard_20_filled:before { content: "\f8c2"; } .icon-ic_fluent_whiteboard_24_filled:before { content: "\f8c3"; } .icon-ic_fluent_wifi_1_20_filled:before { content: "\f8c4"; } .icon-ic_fluent_wifi_1_24_filled:before { content: "\f8c5"; } .icon-ic_fluent_wifi_2_20_filled:before { content: "\f8c6"; } .icon-ic_fluent_wifi_2_24_filled:before { content: "\f8c7"; } .icon-ic_fluent_wifi_3_20_filled:before { content: "\f8c8"; } .icon-ic_fluent_wifi_3_24_filled:before { content: "\f8c9"; } .icon-ic_fluent_wifi_4_20_filled:before { content: "\f8ca"; } .icon-ic_fluent_wifi_4_24_filled:before { content: "\f8cb"; } .icon-ic_fluent_window_20_filled:before { content: "\f8cd"; } .icon-ic_fluent_window_ad_20_filled:before { content: "\f8ce"; } .icon-ic_fluent_window_dev_tools_16_filled:before { content: "\f8cf"; } .icon-ic_fluent_window_dev_tools_20_filled:before { content: "\f8d0"; } .icon-ic_fluent_window_dev_tools_24_filled:before { content: "\f8d1"; } .icon-ic_fluent_window_inprivate_20_filled:before { content: "\f8d2"; } .icon-ic_fluent_window_inprivate_account_20_filled:before { content: "\f8d3"; } .icon-ic_fluent_window_multiple_20_filled:before { content: "\f8d4"; } .icon-ic_fluent_window_new_20_filled:before { content: "\f8d5"; } .icon-ic_fluent_window_shield_16_filled:before { content: "\f8d6"; } .icon-ic_fluent_window_shield_20_filled:before { content: "\f8d7"; } .icon-ic_fluent_window_shield_24_filled:before { content: "\f8d8"; } .icon-ic_fluent_wrench_24_filled:before { content: "\f8d9"; } .icon-ic_fluent_xbox_console_20_filled:before { content: "\f8da"; } .icon-ic_fluent_xbox_console_24_filled:before { content: "\f8db"; } .icon-ic_fluent_zoom_in_20_filled:before { content: "\f8dc"; } .icon-ic_fluent_zoom_in_24_filled:before { content: "\f8dd"; } .icon-ic_fluent_zoom_out_20_filled:before { content: "\f8de"; } .icon-ic_fluent_zoom_out_24_filled:before { content: "\f8df"; } .icon-ic_fluent_calendar_checkmark_24_filled:before { content: "\f8e1"; } .icon-ic_fluent_add_square_24_filled:before { content: "\f8e2"; } .icon-ic_fluent_apps_list_20_filled:before { content: "\f8e3"; } .icon-ic_fluent_archive_16_filled:before { content: "\f8e4"; } .icon-ic_fluent_arrow_autofit_height_24_filled:before { content: "\f8e5"; } .icon-ic_fluent_arrow_autofit_width_24_filled:before { content: "\f8e6"; } .icon-ic_fluent_arrow_counterclockwise_28_filled:before { content: "\f8e7"; } .icon-ic_fluent_arrow_down_12_filled:before { content: "\f8e8"; } .icon-ic_fluent_arrow_down_left_16_filled:before { content: "\f8e9"; } .icon-ic_fluent_arrow_export_rtl_20_filled:before { content: "\f8ea"; } .icon-ic_fluent_arrow_hook_down_left_16_filled:before { content: "\f8ed"; } .icon-ic_fluent_arrow_hook_down_left_20_filled:before { content: "\f8ee"; } .icon-ic_fluent_arrow_hook_down_left_24_filled:before { content: "\f8ef"; } .icon-ic_fluent_arrow_hook_down_left_28_filled:before { content: "\f8f0"; } .icon-ic_fluent_arrow_hook_down_right_16_filled:before { content: "\f8f1"; } .icon-ic_fluent_arrow_hook_down_right_20_filled:before { content: "\f8f2"; } .icon-ic_fluent_arrow_hook_down_right_24_filled:before { content: "\f8f3"; } .icon-ic_fluent_arrow_hook_down_right_28_filled:before { content: "\f8f4"; } .icon-ic_fluent_arrow_hook_up_left_16_filled:before { content: "\f8f5"; } .icon-ic_fluent_arrow_hook_up_left_20_filled:before { content: "\f8f6"; } .icon-ic_fluent_arrow_hook_up_left_24_filled:before { content: "\f8f7"; } .icon-ic_fluent_arrow_hook_up_left_28_filled:before { content: "\f8f8"; } .icon-ic_fluent_arrow_hook_up_right_16_filled:before { content: "\f8f9"; } .icon-ic_fluent_arrow_hook_up_right_20_filled:before { content: "\f8fa"; } .icon-ic_fluent_arrow_hook_up_right_24_filled:before { content: "\f8fb"; } .icon-ic_fluent_arrow_hook_up_right_28_filled:before { content: "\f8fc"; } .icon-ic_fluent_arrow_move_20_filled:before { content: "\f8fd"; } .icon-ic_fluent_arrow_redo_32_filled:before { content: "\f8fe"; } .icon-ic_fluent_arrow_redo_48_filled:before { content: "\f8ff"; } .icon-ic_fluent_arrow_up_right_16_filled:before { content: "\e12e"; } .icon-ic_fluent_attach_arrow_right_20_filled:before { content: "\e137"; } .icon-ic_fluent_attach_arrow_right_24_filled:before { content: "\e138"; } .icon-ic_fluent_attach_text_24_filled:before { content: "\e13a"; } .icon-ic_fluent_backpack_12_filled:before { content: "\e140"; } .icon-ic_fluent_backpack_16_filled:before { content: "\e141"; } .icon-ic_fluent_backpack_20_filled:before { content: "\e142"; } .icon-ic_fluent_backpack_24_filled:before { content: "\e143"; } .icon-ic_fluent_backpack_28_filled:before { content: "\e144"; } .icon-ic_fluent_backpack_48_filled:before { content: "\e146"; } .icon-ic_fluent_balloon_16_filled:before { content: "\e14d"; } .icon-ic_fluent_bed_16_filled:before { content: "\e159"; } .icon-ic_fluent_bluetooth_28_filled:before { content: "\e15e"; } .icon-ic_fluent_blur_16_filled:before { content: "\e162"; } .icon-ic_fluent_blur_20_filled:before { content: "\e163"; } .icon-ic_fluent_blur_24_filled:before { content: "\e164"; } .icon-ic_fluent_blur_28_filled:before { content: "\e165"; } .icon-ic_fluent_book_20_filled:before { content: "\e172"; } .icon-ic_fluent_book_24_filled:before { content: "\e173"; } .icon-ic_fluent_book_add_20_filled:before { content: "\e174"; } .icon-ic_fluent_book_add_24_filled:before { content: "\e175"; } .icon-ic_fluent_book_clock_24_filled:before { content: "\e179"; } .icon-ic_fluent_book_coins_24_filled:before { content: "\e17b"; } .icon-ic_fluent_book_compass_24_filled:before { content: "\e17d"; } .icon-ic_fluent_book_database_24_filled:before { content: "\e183"; } .icon-ic_fluent_book_exclamation_mark_24_filled:before { content: "\e185"; } .icon-ic_fluent_book_information_24_filled:before { content: "\e188"; } .icon-ic_fluent_book_letter_24_filled:before { content: "\e18a"; } .icon-ic_fluent_book_open_20_filled:before { content: "\e18c"; } .icon-ic_fluent_book_open_24_filled:before { content: "\e18d"; } .icon-ic_fluent_book_open_globe_24_filled:before { content: "\e192"; } .icon-ic_fluent_book_pulse_24_filled:before { content: "\e199"; } .icon-ic_fluent_book_question_mark_24_filled:before { content: "\e19b"; } .icon-ic_fluent_book_search_24_filled:before { content: "\e19e"; } .icon-ic_fluent_book_star_24_filled:before { content: "\e1a0"; } .icon-ic_fluent_book_theta_24_filled:before { content: "\e1a3"; } .icon-ic_fluent_border_all_24_filled:before { content: "\e1b1"; } .icon-ic_fluent_border_bottom_24_filled:before { content: "\e1b3"; } .icon-ic_fluent_border_bottom_double_24_filled:before { content: "\e1b5"; } .icon-ic_fluent_border_bottom_thick_24_filled:before { content: "\e1b7"; } .icon-ic_fluent_border_left_24_filled:before { content: "\e1b9"; } .icon-ic_fluent_border_outside_24_filled:before { content: "\e1bf"; } .icon-ic_fluent_border_outside_thick_24_filled:before { content: "\e1c1"; } .icon-ic_fluent_border_right_24_filled:before { content: "\e1c3"; } .icon-ic_fluent_border_top_24_filled:before { content: "\e1c5"; } .icon-ic_fluent_border_top_bottom_24_filled:before { content: "\e1c7"; } .icon-ic_fluent_border_top_bottom_double_24_filled:before { content: "\e1c9"; } .icon-ic_fluent_border_top_bottom_thick_24_filled:before { content: "\e1cb"; } .icon-ic_fluent_briefcase_12_filled:before { content: "\e1fc"; } .icon-ic_fluent_briefcase_32_filled:before { content: "\e1ff"; } .icon-ic_fluent_bug_16_filled:before { content: "\e219"; } .icon-ic_fluent_bug_20_filled:before { content: "\e21a"; } .icon-ic_fluent_bug_24_filled:before { content: "\e21b"; } .icon-ic_fluent_building_bank_16_filled:before { content: "\e220"; } .icon-ic_fluent_building_bank_20_filled:before { content: "\e221"; } .icon-ic_fluent_building_bank_24_filled:before { content: "\e222"; } .icon-ic_fluent_building_government_24_filled:before { content: "\e231"; } .icon-ic_fluent_building_government_32_filled:before { content: "\e232"; } .icon-ic_fluent_building_multiple_24_filled:before { content: "\e238"; } .icon-ic_fluent_building_shop_16_filled:before { content: "\e241"; } .icon-ic_fluent_building_shop_20_filled:before { content: "\e242"; } .icon-ic_fluent_building_shop_24_filled:before { content: "\e243"; } .icon-ic_fluent_building_skyscraper_16_filled:before { content: "\e244"; } .icon-ic_fluent_building_skyscraper_20_filled:before { content: "\e245"; } .icon-ic_fluent_building_skyscraper_24_filled:before { content: "\e246"; } .icon-ic_fluent_calendar_cancel_16_filled:before { content: "\e254"; } .icon-ic_fluent_calendar_clock_16_filled:before { content: "\e257"; } .icon-ic_fluent_calendar_mention_20_filled:before { content: "\e269"; } .icon-ic_fluent_calendar_person_24_filled:before { content: "\e26f"; } .icon-ic_fluent_calendar_question_mark_16_filled:before { content: "\e272"; } .icon-ic_fluent_calendar_question_mark_20_filled:before { content: "\e273"; } .icon-ic_fluent_calendar_question_mark_24_filled:before { content: "\e274"; } .icon-ic_fluent_call_forward_16_filled:before { content: "\e290"; } .icon-ic_fluent_call_forward_20_filled:before { content: "\e291"; } .icon-ic_fluent_call_forward_28_filled:before { content: "\e292"; } .icon-ic_fluent_call_forward_48_filled:before { content: "\e293"; } .icon-ic_fluent_call_inbound_20_filled:before { content: "\e294"; } .icon-ic_fluent_call_inbound_28_filled:before { content: "\e295"; } .icon-ic_fluent_call_inbound_48_filled:before { content: "\e296"; } .icon-ic_fluent_call_missed_28_filled:before { content: "\e298"; } .icon-ic_fluent_call_missed_48_filled:before { content: "\e299"; } .icon-ic_fluent_call_outbound_20_filled:before { content: "\e29a"; } .icon-ic_fluent_call_outbound_28_filled:before { content: "\e29b"; } .icon-ic_fluent_call_outbound_48_filled:before { content: "\e29c"; } .icon-ic_fluent_call_park_16_filled:before { content: "\e29d"; } .icon-ic_fluent_call_park_20_filled:before { content: "\e29e"; } .icon-ic_fluent_call_park_28_filled:before { content: "\e29f"; } .icon-ic_fluent_call_park_48_filled:before { content: "\e2a0"; } .icon-ic_fluent_camera_edit_20_filled:before { content: "\e2b3"; } .icon-ic_fluent_caret_up_12_filled:before { content: "\e2bb"; } .icon-ic_fluent_caret_up_16_filled:before { content: "\e2bc"; } .icon-ic_fluent_caret_up_20_filled:before { content: "\e2bd"; } .icon-ic_fluent_caret_up_24_filled:before { content: "\e2be"; } .icon-ic_fluent_cart_16_filled:before { content: "\e2bf"; } .icon-ic_fluent_cart_20_filled:before { content: "\e2c0"; } .icon-ic_fluent_channel_28_filled:before { content: "\e2d0"; } .icon-ic_fluent_channel_48_filled:before { content: "\e2d1"; } .icon-ic_fluent_channel_add_16_filled:before { content: "\e2d2"; } .icon-ic_fluent_channel_add_20_filled:before { content: "\e2d3"; } .icon-ic_fluent_channel_add_24_filled:before { content: "\e2d4"; } .icon-ic_fluent_channel_add_28_filled:before { content: "\e2d5"; } .icon-ic_fluent_channel_add_48_filled:before { content: "\e2d6"; } .icon-ic_fluent_channel_alert_16_filled:before { content: "\e2d7"; } .icon-ic_fluent_channel_alert_20_filled:before { content: "\e2d8"; } .icon-ic_fluent_channel_alert_24_filled:before { content: "\e2d9"; } .icon-ic_fluent_channel_alert_28_filled:before { content: "\e2da"; } .icon-ic_fluent_channel_alert_48_filled:before { content: "\e2db"; } .icon-ic_fluent_channel_arrow_left_16_filled:before { content: "\e2dc"; } .icon-ic_fluent_channel_arrow_left_20_filled:before { content: "\e2dd"; } .icon-ic_fluent_channel_arrow_left_24_filled:before { content: "\e2de"; } .icon-ic_fluent_channel_arrow_left_28_filled:before { content: "\e2df"; } .icon-ic_fluent_channel_arrow_left_48_filled:before { content: "\e2e0"; } .icon-ic_fluent_channel_dismiss_16_filled:before { content: "\e2e1"; } .icon-ic_fluent_channel_dismiss_20_filled:before { content: "\e2e2"; } .icon-ic_fluent_channel_dismiss_24_filled:before { content: "\e2e3"; } .icon-ic_fluent_channel_dismiss_28_filled:before { content: "\e2e4"; } .icon-ic_fluent_channel_dismiss_48_filled:before { content: "\e2e5"; } .icon-ic_fluent_chat_16_filled:before { content: "\e2f8"; } .icon-ic_fluent_checkmark_16_filled:before { content: "\e319"; } .icon-ic_fluent_clipboard_paste_16_filled:before { content: "\e36f"; } .icon-ic_fluent_clock_dismiss_24_filled:before { content: "\e388"; } .icon-ic_fluent_closed_caption_16_filled:before { content: "\e38d"; } .icon-ic_fluent_closed_caption_20_filled:before { content: "\e38e"; } .icon-ic_fluent_closed_caption_28_filled:before { content: "\e38f"; } .icon-ic_fluent_closed_caption_48_filled:before { content: "\e391"; } .icon-ic_fluent_color_line_16_filled:before { content: "\e3d4"; } .icon-ic_fluent_comment_12_filled:before { content: "\e3df"; } .icon-ic_fluent_comment_28_filled:before { content: "\e3e0"; } .icon-ic_fluent_comment_48_filled:before { content: "\e3e1"; } .icon-ic_fluent_comment_add_12_filled:before { content: "\e3e2"; } .icon-ic_fluent_comment_add_16_filled:before { content: "\e3e3"; } .icon-ic_fluent_comment_add_20_filled:before { content: "\e3e4"; } .icon-ic_fluent_comment_add_28_filled:before { content: "\e3e5"; } .icon-ic_fluent_comment_add_48_filled:before { content: "\e3e6"; } .icon-ic_fluent_comment_arrow_left_12_filled:before { content: "\e3e7"; } .icon-ic_fluent_comment_arrow_left_16_filled:before { content: "\e3e8"; } .icon-ic_fluent_comment_arrow_left_20_filled:before { content: "\e3e9"; } .icon-ic_fluent_comment_arrow_left_28_filled:before { content: "\e3eb"; } .icon-ic_fluent_comment_arrow_left_48_filled:before { content: "\e3ec"; } .icon-ic_fluent_comment_arrow_right_12_filled:before { content: "\e3ed"; } .icon-ic_fluent_comment_arrow_right_16_filled:before { content: "\e3ee"; } .icon-ic_fluent_comment_arrow_right_20_filled:before { content: "\e3ef"; } .icon-ic_fluent_comment_arrow_right_28_filled:before { content: "\e3f1"; } .icon-ic_fluent_comment_arrow_right_48_filled:before { content: "\e3f2"; } .icon-ic_fluent_comment_checkmark_12_filled:before { content: "\e3f3"; } .icon-ic_fluent_comment_checkmark_16_filled:before { content: "\e3f4"; } .icon-ic_fluent_comment_checkmark_20_filled:before { content: "\e3f5"; } .icon-ic_fluent_comment_checkmark_24_filled:before { content: "\e3f6"; } .icon-ic_fluent_comment_checkmark_28_filled:before { content: "\e3f7"; } .icon-ic_fluent_comment_checkmark_48_filled:before { content: "\e3f8"; } .icon-ic_fluent_comment_edit_20_filled:before { content: "\e3fb"; } .icon-ic_fluent_comment_edit_24_filled:before { content: "\e3fc"; } .icon-ic_fluent_comment_off_16_filled:before { content: "\e40c"; } .icon-ic_fluent_comment_off_20_filled:before { content: "\e40d"; } .icon-ic_fluent_comment_off_24_filled:before { content: "\e40e"; } .icon-ic_fluent_comment_off_28_filled:before { content: "\e40f"; } .icon-ic_fluent_comment_off_48_filled:before { content: "\e410"; } .icon-ic_fluent_contact_card_group_16_filled:before { content: "\e418"; } .icon-ic_fluent_contact_card_group_20_filled:before { content: "\e419"; } .icon-ic_fluent_contact_card_group_28_filled:before { content: "\e41a"; } .icon-ic_fluent_contact_card_group_48_filled:before { content: "\e41b"; } .icon-ic_fluent_convert_range_24_filled:before { content: "\e42a"; } .icon-ic_fluent_copy_add_24_filled:before { content: "\e42c"; } .icon-ic_fluent_copy_select_20_filled:before { content: "\e430"; } .icon-ic_fluent_couch_12_filled:before { content: "\e431"; } .icon-ic_fluent_couch_24_filled:before { content: "\e433"; } .icon-ic_fluent_crop_20_filled:before { content: "\e437"; } .icon-ic_fluent_currency_dollar_rupee_16_filled:before { content: "\e44c"; } .icon-ic_fluent_currency_dollar_rupee_20_filled:before { content: "\e44d"; } .icon-ic_fluent_currency_dollar_rupee_24_filled:before { content: "\e44e"; } .icon-ic_fluent_cursor_20_filled:before { content: "\e44f"; } .icon-ic_fluent_cursor_24_filled:before { content: "\e450"; } .icon-ic_fluent_cursor_hover_16_filled:before { content: "\e453"; } .icon-ic_fluent_cursor_hover_20_filled:before { content: "\e454"; } .icon-ic_fluent_cursor_hover_24_filled:before { content: "\e455"; } .icon-ic_fluent_cursor_hover_28_filled:before { content: "\e456"; } .icon-ic_fluent_cursor_hover_32_filled:before { content: "\e457"; } .icon-ic_fluent_cursor_hover_48_filled:before { content: "\e458"; } .icon-ic_fluent_cursor_hover_off_16_filled:before { content: "\e459"; } .icon-ic_fluent_cursor_hover_off_20_filled:before { content: "\e45a"; } .icon-ic_fluent_cursor_hover_off_24_filled:before { content: "\e45b"; } .icon-ic_fluent_cursor_hover_off_28_filled:before { content: "\e45c"; } .icon-ic_fluent_cursor_hover_off_48_filled:before { content: "\e45d"; } .icon-ic_fluent_data_bar_vertical_add_24_filled:before { content: "\e461"; } .icon-ic_fluent_data_usage_20_filled:before { content: "\e46b"; } .icon-ic_fluent_decimal_arrow_left_24_filled:before { content: "\e484"; } .icon-ic_fluent_decimal_arrow_right_24_filled:before { content: "\e486"; } .icon-ic_fluent_delete_16_filled:before { content: "\e487"; } .icon-ic_fluent_dentist_12_filled:before { content: "\e48e"; } .icon-ic_fluent_dentist_16_filled:before { content: "\e48f"; } .icon-ic_fluent_dentist_20_filled:before { content: "\e490"; } .icon-ic_fluent_dentist_28_filled:before { content: "\e491"; } .icon-ic_fluent_dentist_48_filled:before { content: "\e492"; } .icon-ic_fluent_dismiss_circle_28_filled:before { content: "\e4ce"; } .icon-ic_fluent_doctor_12_filled:before { content: "\e4de"; } .icon-ic_fluent_doctor_16_filled:before { content: "\e4df"; } .icon-ic_fluent_doctor_20_filled:before { content: "\e4e0"; } .icon-ic_fluent_doctor_28_filled:before { content: "\e4e1"; } .icon-ic_fluent_doctor_48_filled:before { content: "\e4e2"; } .icon-ic_fluent_document_16_filled:before { content: "\e4e3"; } .icon-ic_fluent_document_48_filled:before { content: "\e4e5"; } .icon-ic_fluent_document_add_16_filled:before { content: "\e4e6"; } .icon-ic_fluent_document_add_20_filled:before { content: "\e4e7"; } .icon-ic_fluent_document_add_24_filled:before { content: "\e4e8"; } .icon-ic_fluent_document_add_28_filled:before { content: "\e4e9"; } .icon-ic_fluent_document_add_48_filled:before { content: "\e4ea"; } .icon-ic_fluent_document_arrow_left_16_filled:before { content: "\e4ed"; } .icon-ic_fluent_document_arrow_left_20_filled:before { content: "\e4ee"; } .icon-ic_fluent_document_arrow_left_24_filled:before { content: "\e4ef"; } .icon-ic_fluent_document_arrow_left_28_filled:before { content: "\e4f0"; } .icon-ic_fluent_document_arrow_left_48_filled:before { content: "\e4f1"; } .icon-ic_fluent_document_catch_up_16_filled:before { content: "\e4fb"; } .icon-ic_fluent_document_catch_up_20_filled:before { content: "\e4fc"; } .icon-ic_fluent_document_landscape_data_24_filled:before { content: "\e51b"; } .icon-ic_fluent_document_landscape_split_20_filled:before { content: "\e51c"; } .icon-ic_fluent_document_landscape_split_hint_20_filled:before { content: "\e51e"; } .icon-ic_fluent_document_page_break_20_filled:before { content: "\e533"; } .icon-ic_fluent_drink_beer_16_filled:before { content: "\e58f"; } .icon-ic_fluent_drink_beer_20_filled:before { content: "\e590"; } .icon-ic_fluent_drink_coffee_16_filled:before { content: "\e591"; } .icon-ic_fluent_drink_margarita_16_filled:before { content: "\e592"; } .icon-ic_fluent_drink_margarita_20_filled:before { content: "\e593"; } .icon-ic_fluent_drink_wine_16_filled:before { content: "\e596"; } .icon-ic_fluent_drink_wine_20_filled:before { content: "\e597"; } .icon-ic_fluent_dual_screen_span_24_filled:before { content: "\e5b3"; } .icon-ic_fluent_edit_32_filled:before { content: "\e5c0"; } .icon-ic_fluent_edit_off_16_filled:before { content: "\e5c3"; } .icon-ic_fluent_edit_off_24_filled:before { content: "\e5c5"; } .icon-ic_fluent_edit_settings_24_filled:before { content: "\e5d0"; } .icon-ic_fluent_emoji_add_16_filled:before { content: "\e5d4"; } .icon-ic_fluent_emoji_hand_24_filled:before { content: "\e5dc"; } .icon-ic_fluent_emoji_hand_28_filled:before { content: "\e5dd"; } .icon-ic_fluent_eraser_20_filled:before { content: "\e5f1"; } .icon-ic_fluent_eraser_24_filled:before { content: "\e5f2"; } .icon-ic_fluent_eraser_medium_24_filled:before { content: "\e5f4"; } .icon-ic_fluent_eraser_segment_24_filled:before { content: "\e5f6"; } .icon-ic_fluent_eraser_small_24_filled:before { content: "\e5f8"; } .icon-ic_fluent_error_circle_12_filled:before { content: "\e5fa"; } .icon-ic_fluent_eye_tracking_off_16_filled:before { content: "\e607"; } .icon-ic_fluent_eye_tracking_off_20_filled:before { content: "\e608"; } .icon-ic_fluent_eye_tracking_off_24_filled:before { content: "\e609"; } .icon-ic_fluent_f_stop_16_filled:before { content: "\e60e"; } .icon-ic_fluent_f_stop_20_filled:before { content: "\e60f"; } .icon-ic_fluent_f_stop_24_filled:before { content: "\e610"; } .icon-ic_fluent_f_stop_28_filled:before { content: "\e611"; } .icon-ic_fluent_fingerprint_48_filled:before { content: "\e61f"; } .icon-ic_fluent_fixed_width_24_filled:before { content: "\e621"; } .icon-ic_fluent_flip_horizontal_24_filled:before { content: "\e63a"; } .icon-ic_fluent_flip_vertical_24_filled:before { content: "\e640"; } .icon-ic_fluent_fluent_32_filled:before { content: "\e64b"; } .icon-ic_fluent_fluent_48_filled:before { content: "\e64c"; } .icon-ic_fluent_fluid_20_filled:before { content: "\e64e"; } .icon-ic_fluent_fluid_24_filled:before { content: "\e64f"; } .icon-ic_fluent_food_egg_16_filled:before { content: "\e679"; } .icon-ic_fluent_food_egg_20_filled:before { content: "\e67a"; } .icon-ic_fluent_food_toast_16_filled:before { content: "\e67f"; } .icon-ic_fluent_food_toast_20_filled:before { content: "\e680"; } .icon-ic_fluent_gavel_24_filled:before { content: "\e6a4"; } .icon-ic_fluent_gavel_32_filled:before { content: "\e6a5"; } .icon-ic_fluent_glasses_16_filled:before { content: "\e6b6"; } .icon-ic_fluent_glasses_20_filled:before { content: "\e6b7"; } .icon-ic_fluent_glasses_28_filled:before { content: "\e6b8"; } .icon-ic_fluent_glasses_48_filled:before { content: "\e6b9"; } .icon-ic_fluent_glasses_off_16_filled:before { content: "\e6ba"; } .icon-ic_fluent_glasses_off_20_filled:before { content: "\e6bb"; } .icon-ic_fluent_glasses_off_28_filled:before { content: "\e6bc"; } .icon-ic_fluent_glasses_off_48_filled:before { content: "\e6bd"; } .icon-ic_fluent_globe_16_filled:before { content: "\e6be"; } .icon-ic_fluent_hand_left_20_filled:before { content: "\e6e8"; } .icon-ic_fluent_hand_right_24_filled:before { content: "\e6ed"; } .icon-ic_fluent_hand_right_28_filled:before { content: "\e6ee"; } .icon-ic_fluent_hat_graduation_16_filled:before { content: "\e6f2"; } .icon-ic_fluent_hat_graduation_20_filled:before { content: "\e6f3"; } .icon-ic_fluent_hat_graduation_24_filled:before { content: "\e6f4"; } .icon-ic_fluent_hd_16_filled:before { content: "\e6f5"; } .icon-ic_fluent_hd_20_filled:before { content: "\e6f6"; } .icon-ic_fluent_hd_24_filled:before { content: "\e6f7"; } .icon-ic_fluent_headset_16_filled:before { content: "\e703"; } .icon-ic_fluent_headset_20_filled:before { content: "\e704"; } .icon-ic_fluent_headset_48_filled:before { content: "\e706"; } .icon-ic_fluent_heart_pulse_24_filled:before { content: "\e70f"; } .icon-ic_fluent_heart_pulse_32_filled:before { content: "\e710"; } .icon-ic_fluent_home_16_filled:before { content: "\e71c"; } .icon-ic_fluent_home_32_filled:before { content: "\e71d"; } .icon-ic_fluent_home_48_filled:before { content: "\e71e"; } .icon-ic_fluent_image_arrow_counterclockwise_24_filled:before { content: "\e72c"; } .icon-ic_fluent_info_shield_20_filled:before { content: "\e744"; } .icon-ic_fluent_key_multiple_20_filled:before { content: "\e753"; } .icon-ic_fluent_line_horizontal_5_error_20_filled:before { content: "\e77b"; } .icon-ic_fluent_link_square_12_filled:before { content: "\e783"; } .icon-ic_fluent_link_square_16_filled:before { content: "\e784"; } .icon-ic_fluent_location_48_filled:before { content: "\e78a"; } .icon-ic_fluent_location_off_16_filled:before { content: "\e796"; } .icon-ic_fluent_location_off_20_filled:before { content: "\e797"; } .icon-ic_fluent_location_off_24_filled:before { content: "\e798"; } .icon-ic_fluent_location_off_28_filled:before { content: "\e799"; } .icon-ic_fluent_location_off_48_filled:before { content: "\e79a"; } .icon-ic_fluent_lock_multiple_24_filled:before { content: "\e7a1"; } .icon-ic_fluent_lottery_24_filled:before { content: "\e7a7"; } .icon-ic_fluent_mail_16_filled:before { content: "\e7af"; } .icon-ic_fluent_mail_read_16_filled:before { content: "\e7df"; } .icon-ic_fluent_math_format_linear_24_filled:before { content: "\e7ec"; } .icon-ic_fluent_math_format_professional_24_filled:before { content: "\e7ee"; } .icon-ic_fluent_math_formula_24_filled:before { content: "\e7f1"; } .icon-ic_fluent_maximize_20_filled:before { content: "\e7f9"; } .icon-ic_fluent_maximize_24_filled:before { content: "\e7fa"; } .icon-ic_fluent_maximize_28_filled:before { content: "\e7fb"; } .icon-ic_fluent_maximize_48_filled:before { content: "\e7fc"; } .icon-ic_fluent_meet_now_16_filled:before { content: "\e7fd"; } .icon-ic_fluent_mic_off_20_filled:before { content: "\e80c"; } .icon-ic_fluent_mic_off_48_filled:before { content: "\e80e"; } .icon-ic_fluent_mic_prohibited_24_filled:before { content: "\e811"; } .icon-ic_fluent_more_circle_20_filled:before { content: "\e82f"; } .icon-ic_fluent_movies_and_tv_16_filled:before { content: "\e839"; } .icon-ic_fluent_movies_and_tv_20_filled:before { content: "\e83a"; } .icon-ic_fluent_navigation_unread_24_filled:before { content: "\e871"; } .icon-ic_fluent_number_symbol_dismiss_24_filled:before { content: "\e899"; } .icon-ic_fluent_open_28_filled:before { content: "\e89c"; } .icon-ic_fluent_open_48_filled:before { content: "\e89d"; } .icon-ic_fluent_open_folder_16_filled:before { content: "\e89e"; } .icon-ic_fluent_open_folder_20_filled:before { content: "\e89f"; } .icon-ic_fluent_open_folder_28_filled:before { content: "\e8a0"; } .icon-ic_fluent_open_folder_48_filled:before { content: "\e8a1"; } .icon-ic_fluent_open_off_16_filled:before { content: "\e8a2"; } .icon-ic_fluent_open_off_20_filled:before { content: "\e8a3"; } .icon-ic_fluent_open_off_24_filled:before { content: "\e8a4"; } .icon-ic_fluent_open_off_28_filled:before { content: "\e8a5"; } .icon-ic_fluent_open_off_48_filled:before { content: "\e8a6"; } .icon-ic_fluent_paint_brush_arrow_down_24_filled:before { content: "\e8b6"; } .icon-ic_fluent_paint_brush_arrow_up_24_filled:before { content: "\e8b8"; } .icon-ic_fluent_pause_12_filled:before { content: "\e8de"; } .icon-ic_fluent_payment_16_filled:before { content: "\e8e6"; } .icon-ic_fluent_payment_28_filled:before { content: "\e8e7"; } .icon-ic_fluent_people_prohibited_16_filled:before { content: "\e915"; } .icon-ic_fluent_people_swap_16_filled:before { content: "\e91c"; } .icon-ic_fluent_people_swap_20_filled:before { content: "\e91d"; } .icon-ic_fluent_people_swap_24_filled:before { content: "\e91e"; } .icon-ic_fluent_people_swap_28_filled:before { content: "\e91f"; } .icon-ic_fluent_people_team_add_20_filled:before { content: "\e923"; } .icon-ic_fluent_people_team_add_24_filled:before { content: "\e924"; } .icon-ic_fluent_person_available_20_filled:before { content: "\e936"; } .icon-ic_fluent_person_clock_16_filled:before { content: "\e93c"; } .icon-ic_fluent_person_clock_20_filled:before { content: "\e93d"; } .icon-ic_fluent_person_clock_24_filled:before { content: "\e93e"; } .icon-ic_fluent_person_delete_20_filled:before { content: "\e93f"; } .icon-ic_fluent_person_mail_16_filled:before { content: "\e949"; } .icon-ic_fluent_person_mail_20_filled:before { content: "\e94a"; } .icon-ic_fluent_person_mail_24_filled:before { content: "\e94b"; } .icon-ic_fluent_person_mail_28_filled:before { content: "\e94c"; } .icon-ic_fluent_person_mail_48_filled:before { content: "\e94d"; } .icon-ic_fluent_person_prohibited_24_filled:before { content: "\e955"; } .icon-ic_fluent_poll_20_filled:before { content: "\e9b1"; } .icon-ic_fluent_pulse_24_filled:before { content: "\e9e5"; } .icon-ic_fluent_qr_code_20_filled:before { content: "\e9f4"; } .icon-ic_fluent_real_estate_24_filled:before { content: "\ea05"; } .icon-ic_fluent_ribbon_24_filled:before { content: "\ea30"; } .icon-ic_fluent_ribbon_star_20_filled:before { content: "\ea37"; } .icon-ic_fluent_ribbon_star_24_filled:before { content: "\ea38"; } .icon-ic_fluent_run_16_filled:before { content: "\ea47"; } .icon-ic_fluent_run_20_filled:before { content: "\ea48"; } .icon-ic_fluent_scales_24_filled:before { content: "\ea59"; } .icon-ic_fluent_scales_32_filled:before { content: "\ea5a"; } .icon-ic_fluent_search_shield_20_filled:before { content: "\ea89"; } .icon-ic_fluent_shield_dismiss_shield_20_filled:before { content: "\ead6"; } .icon-ic_fluent_shifts_day_20_filled:before { content: "\eaec"; } .icon-ic_fluent_shifts_day_24_filled:before { content: "\eaed"; } .icon-ic_fluent_sidebar_search_ltr_20_filled:before { content: "\eb01"; } .icon-ic_fluent_sidebar_search_rtl_20_filled:before { content: "\eb02"; } .icon-ic_fluent_sign_out_20_filled:before { content: "\eb03"; } .icon-ic_fluent_slide_multiple_arrow_right_24_filled:before { content: "\eb28"; } .icon-ic_fluent_slide_search_24_filled:before { content: "\eb2a"; } .icon-ic_fluent_slide_search_28_filled:before { content: "\eb2b"; } .icon-ic_fluent_slide_size_24_filled:before { content: "\eb2f"; } .icon-ic_fluent_slide_text_16_filled:before { content: "\eb30"; } .icon-ic_fluent_slide_text_20_filled:before { content: "\eb31"; } .icon-ic_fluent_slide_text_28_filled:before { content: "\eb32"; } .icon-ic_fluent_slide_text_48_filled:before { content: "\eb33"; } .icon-ic_fluent_speaker_0_16_filled:before { content: "\eb40"; } .icon-ic_fluent_speaker_0_20_filled:before { content: "\eb41"; } .icon-ic_fluent_speaker_0_28_filled:before { content: "\eb42"; } .icon-ic_fluent_speaker_0_48_filled:before { content: "\eb44"; } .icon-ic_fluent_speaker_1_16_filled:before { content: "\eb45"; } .icon-ic_fluent_speaker_1_20_filled:before { content: "\eb46"; } .icon-ic_fluent_speaker_1_28_filled:before { content: "\eb47"; } .icon-ic_fluent_speaker_1_48_filled:before { content: "\eb49"; } .icon-ic_fluent_speaker_bluetooth_28_filled:before { content: "\eb51"; } .icon-ic_fluent_speaker_off_16_filled:before { content: "\eb57"; } .icon-ic_fluent_speaker_off_20_filled:before { content: "\eb58"; } .icon-ic_fluent_speaker_off_48_filled:before { content: "\eb59"; } .icon-ic_fluent_speaker_usb_24_filled:before { content: "\eb5d"; } .icon-ic_fluent_speaker_usb_28_filled:before { content: "\eb5e"; } .icon-ic_fluent_sport_16_filled:before { content: "\eb6e"; } .icon-ic_fluent_sport_20_filled:before { content: "\eb6f"; } .icon-ic_fluent_sport_24_filled:before { content: "\eb70"; } .icon-ic_fluent_sport_american_football_24_filled:before { content: "\eb72"; } .icon-ic_fluent_sport_baseball_24_filled:before { content: "\eb74"; } .icon-ic_fluent_sport_basketball_24_filled:before { content: "\eb76"; } .icon-ic_fluent_sport_hockey_24_filled:before { content: "\eb78"; } .icon-ic_fluent_star_edit_24_filled:before { content: "\ebb2"; } .icon-ic_fluent_tab_desktop_arrow_left_20_filled:before { content: "\ebe5"; } .icon-ic_fluent_tab_prohibited_24_filled:before { content: "\ebeb"; } .icon-ic_fluent_table_16_filled:before { content: "\ebee"; } .icon-ic_fluent_table_28_filled:before { content: "\ebef"; } .icon-ic_fluent_table_48_filled:before { content: "\ebf1"; } .icon-ic_fluent_table_simple_16_filled:before { content: "\ec4a"; } .icon-ic_fluent_table_simple_20_filled:before { content: "\ec4b"; } .icon-ic_fluent_table_simple_24_filled:before { content: "\ec4c"; } .icon-ic_fluent_table_simple_28_filled:before { content: "\ec4d"; } .icon-ic_fluent_table_simple_48_filled:before { content: "\ec4e"; } .icon-ic_fluent_tag_16_filled:before { content: "\ec6a"; } .icon-ic_fluent_tasks_app_20_filled:before { content: "\ec9d"; } .icon-ic_fluent_tent_12_filled:before { content: "\eca0"; } .icon-ic_fluent_tent_16_filled:before { content: "\eca1"; } .icon-ic_fluent_tent_20_filled:before { content: "\eca2"; } .icon-ic_fluent_tent_28_filled:before { content: "\eca3"; } .icon-ic_fluent_tent_48_filled:before { content: "\eca4"; } .icon-ic_fluent_text_bold_16_filled:before { content: "\ecd0"; } .icon-ic_fluent_text_color_16_filled:before { content: "\ecf3"; } .icon-ic_fluent_text_column_one_narrow_20_filled:before { content: "\ecf7"; } .icon-ic_fluent_text_column_one_narrow_24_filled:before { content: "\ecf8"; } .icon-ic_fluent_text_column_one_wide_20_filled:before { content: "\ecf9"; } .icon-ic_fluent_text_column_one_wide_24_filled:before { content: "\ecfa"; } .icon-ic_fluent_text_continuous_24_filled:before { content: "\ecfe"; } .icon-ic_fluent_text_italic_16_filled:before { content: "\ed37"; } .icon-ic_fluent_text_underline_16_filled:before { content: "\ed67"; } .icon-ic_fluent_ticket_diagonal_16_filled:before { content: "\ed7b"; } .icon-ic_fluent_ticket_diagonal_20_filled:before { content: "\ed7c"; } .icon-ic_fluent_ticket_diagonal_24_filled:before { content: "\ed7d"; } .icon-ic_fluent_ticket_diagonal_28_filled:before { content: "\ed7e"; } .icon-ic_fluent_timer_16_filled:before { content: "\ed86"; } .icon-ic_fluent_timer_20_filled:before { content: "\ed88"; } .icon-ic_fluent_toggle_left_16_filled:before { content: "\ed8f"; } .icon-ic_fluent_toggle_left_20_filled:before { content: "\ed90"; } .icon-ic_fluent_toggle_left_24_filled:before { content: "\ed91"; } .icon-ic_fluent_toggle_left_28_filled:before { content: "\ed92"; } .icon-ic_fluent_toggle_left_48_filled:before { content: "\ed93"; } .icon-ic_fluent_toggle_right_28_filled:before { content: "\ed97"; } .icon-ic_fluent_toggle_right_48_filled:before { content: "\ed98"; } .icon-ic_fluent_tv_16_filled:before { content: "\edc1"; } .icon-ic_fluent_tv_20_filled:before { content: "\edc2"; } .icon-ic_fluent_tv_24_filled:before { content: "\edc3"; } .icon-ic_fluent_tv_28_filled:before { content: "\edc4"; } .icon-ic_fluent_tv_48_filled:before { content: "\edc5"; } .icon-ic_fluent_vehicle_bicycle_16_filled:before { content: "\edd1"; } .icon-ic_fluent_vehicle_bicycle_20_filled:before { content: "\edd2"; } .icon-ic_fluent_vehicle_bus_16_filled:before { content: "\edd3"; } .icon-ic_fluent_vehicle_bus_20_filled:before { content: "\edd4"; } .icon-ic_fluent_vehicle_car_28_filled:before { content: "\edd8"; } .icon-ic_fluent_vehicle_car_48_filled:before { content: "\edd9"; } .icon-ic_fluent_vehicle_ship_16_filled:before { content: "\ede2"; } .icon-ic_fluent_vehicle_ship_20_filled:before { content: "\ede3"; } .icon-ic_fluent_vehicle_ship_24_filled:before { content: "\ede4"; } .icon-ic_fluent_vehicle_subway_16_filled:before { content: "\ede5"; } .icon-ic_fluent_vehicle_subway_20_filled:before { content: "\ede6"; } .icon-ic_fluent_vehicle_subway_24_filled:before { content: "\ede7"; } .icon-ic_fluent_vehicle_truck_16_filled:before { content: "\ede8"; } .icon-ic_fluent_vehicle_truck_20_filled:before { content: "\ede9"; } .icon-ic_fluent_video_clip_20_filled:before { content: "\edff"; } .icon-ic_fluent_vote_20_filled:before { content: "\ee28"; } .icon-ic_fluent_vote_24_filled:before { content: "\ee29"; } .icon-ic_fluent_weather_drizzle_20_filled:before { content: "\ee3e"; } .icon-ic_fluent_weather_drizzle_24_filled:before { content: "\ee3f"; } .icon-ic_fluent_weather_drizzle_48_filled:before { content: "\ee40"; } .icon-ic_fluent_weather_haze_20_filled:before { content: "\ee41"; } .icon-ic_fluent_weather_haze_24_filled:before { content: "\ee42"; } .icon-ic_fluent_weather_haze_48_filled:before { content: "\ee43"; } .icon-ic_fluent_weather_moon_16_filled:before { content: "\ee44"; } .icon-ic_fluent_weather_moon_28_filled:before { content: "\ee45"; } .icon-ic_fluent_weather_moon_off_16_filled:before { content: "\ee46"; } .icon-ic_fluent_weather_moon_off_20_filled:before { content: "\ee47"; } .icon-ic_fluent_weather_moon_off_24_filled:before { content: "\ee48"; } .icon-ic_fluent_weather_moon_off_28_filled:before { content: "\ee49"; } .icon-ic_fluent_weather_moon_off_48_filled:before { content: "\ee4a"; } .icon-ic_fluent_weather_sunny_high_20_filled:before { content: "\ee4f"; } .icon-ic_fluent_weather_sunny_high_24_filled:before { content: "\ee50"; } .icon-ic_fluent_weather_sunny_high_48_filled:before { content: "\ee51"; } .icon-ic_fluent_weather_sunny_low_20_filled:before { content: "\ee52"; } .icon-ic_fluent_weather_sunny_low_24_filled:before { content: "\ee53"; } .icon-ic_fluent_weather_sunny_low_48_filled:before { content: "\ee54"; } .icon-ic_fluent_window_new_16_filled:before { content: "\ee7a"; } .icon-ic_fluent_window_new_24_filled:before { content: "\ee7b"; } .icon-ic_fluent_wrench_16_filled:before { content: "\ee85"; } .icon-ic_fluent_wrench_20_filled:before { content: "\ee86"; } .icon-ic_fluent_video_background_effect_20_filled:before { content: "\edf7"; } .icon-ic_fluent_alert_16_filled:before { content: "\e014"; } .icon-ic_fluent_approvals_app_16_filled:before { content: "\e05f"; } .icon-ic_fluent_approvals_app_20_filled:before { content: "\e060"; } .icon-ic_fluent_arrow_bounce_16_filled:before { content: "\e086"; } .icon-ic_fluent_arrow_bounce_24_filled:before { content: "\e088"; } .icon-ic_fluent_arrow_enter_up_20_filled:before { content: "\e0c2"; } .icon-ic_fluent_arrow_enter_up_24_filled:before { content: "\e0c3"; } .icon-ic_fluent_bookmark_multiple_20_filled:before { content: "\e1a7"; } .icon-ic_fluent_briefcase_28_filled:before { content: "\e1fe"; } .icon-ic_fluent_briefcase_48_filled:before { content: "\e200"; } .icon-ic_fluent_building_20_filled:before { content: "\e21f"; } .icon-ic_fluent_chat_48_filled:before { content: "\e2fa"; } .icon-ic_fluent_desktop_arrow_right_16_filled:before { content: "\e494"; } .icon-ic_fluent_desktop_arrow_right_20_filled:before { content: "\e495"; } .icon-ic_fluent_desktop_arrow_right_24_filled:before { content: "\e496"; } .icon-ic_fluent_desktop_speaker_20_filled:before { content: "\e4b0"; } .icon-ic_fluent_desktop_speaker_24_filled:before { content: "\e4b1"; } .icon-ic_fluent_desktop_speaker_off_20_filled:before { content: "\e4b2"; } .icon-ic_fluent_desktop_speaker_off_24_filled:before { content: "\e4b3"; } .icon-ic_fluent_emoji_add_20_filled:before { content: "\e5d5"; } .icon-ic_fluent_food_cake_20_filled:before { content: "\e678"; } .icon-ic_fluent_grid_kanban_20_filled:before { content: "\e6d4"; } .icon-ic_fluent_hand_right_20_filled:before { content: "\e6ec"; } .icon-ic_fluent_hand_right_off_20_filled:before { content: "\e6ef"; } .icon-ic_fluent_learning_app_20_filled:before { content: "\e76d"; } .icon-ic_fluent_learning_app_24_filled:before { content: "\e76e"; } .icon-ic_fluent_live_off_20_filled:before { content: "\e788"; } .icon-ic_fluent_live_off_24_filled:before { content: "\e789"; } .icon-ic_fluent_mic_prohibited_20_filled:before { content: "\e810"; } .icon-ic_fluent_notebook_section_20_filled:before { content: "\e887"; } .icon-ic_fluent_people_audience_20_filled:before { content: "\e901"; } .icon-ic_fluent_people_call_16_filled:before { content: "\e902"; } .icon-ic_fluent_people_call_20_filled:before { content: "\e903"; } .icon-ic_fluent_person_call_16_filled:before { content: "\e937"; } .icon-ic_fluent_person_call_20_filled:before { content: "\e938"; } .icon-ic_fluent_phone_desktop_add_20_filled:before { content: "\e96b"; } .icon-ic_fluent_presenter_20_filled:before { content: "\e9cf"; } .icon-ic_fluent_presenter_off_20_filled:before { content: "\e9d0"; } .icon-ic_fluent_rectangle_landscape_20_filled:before { content: "\ea11"; } .icon-ic_fluent_ribbon_20_filled:before { content: "\ea2f"; } .icon-ic_fluent_save_sync_20_filled:before { content: "\ea56"; } .icon-ic_fluent_shifts_20_filled:before { content: "\eae5"; } .icon-ic_fluent_shifts_checkmark_20_filled:before { content: "\eaea"; } .icon-ic_fluent_shifts_checkmark_24_filled:before { content: "\eaeb"; } .icon-ic_fluent_slide_multiple_24_filled:before { content: "\eb26"; } .icon-ic_fluent_star_line_horizontal_3_20_filled:before { content: "\ebb6"; } .icon-ic_fluent_star_line_horizontal_3_24_filled:before { content: "\ebb7"; } .icon-ic_fluent_table_add_20_filled:before { content: "\ebf3"; } .icon-ic_fluent_table_dismiss_20_filled:before { content: "\ec0e"; } .icon-ic_fluent_table_dismiss_24_filled:before { content: "\ec0f"; } .icon-ic_fluent_tap_double_20_filled:before { content: "\ec88"; } .icon-ic_fluent_tap_single_20_filled:before { content: "\ec8b"; } .icon-ic_fluent_text_bullet_list_add_20_filled:before { content: "\ecd3"; } .icon-ic_fluent_text_bullet_list_square_20_filled:before { content: "\ece0"; } .icon-ic_fluent_text_grammar_error_20_filled:before { content: "\ed1a"; } .icon-ic_fluent_text_number_list_rtl_20_filled:before { content: "\ed40"; } .icon-ic_fluent_video_360_20_filled:before { content: "\edf1"; } .icon-ic_fluent_video_360_24_filled:before { content: "\edf2"; } .icon-ic_fluent_video_person_12_filled:before { content: "\ee08"; } .icon-ic_fluent_video_person_16_filled:before { content: "\ee09"; } .icon-ic_fluent_video_person_20_filled:before { content: "\ee0a"; } .icon-ic_fluent_video_person_28_filled:before { content: "\ee0b"; } .icon-ic_fluent_video_person_48_filled:before { content: "\ee0c"; } .icon-ic_fluent_video_person_call_16_filled:before { content: "\ee0d"; } .icon-ic_fluent_video_person_call_20_filled:before { content: "\ee0e"; } .icon-ic_fluent_video_person_call_24_filled:before { content: "\ee0f"; } .icon-ic_fluent_video_person_star_20_filled:before { content: "\ee17"; } .icon-ic_fluent_video_prohibited_20_filled:before { content: "\ee1c"; } .icon-ic_fluent_video_switch_20_filled:before { content: "\ee20"; } .icon-ic_fluent_wifi_warning_20_filled:before { content: "\ee5c"; } .icon-ic_fluent_album_24_filled:before { content: "\e010"; } .icon-ic_fluent_album_add_24_filled:before { content: "\e012"; } .icon-ic_fluent_alert_urgent_16_filled:before { content: "\e01d"; } .icon-ic_fluent_arrow_right_16_filled:before { content: "\e0eb"; } .icon-ic_fluent_arrow_undo_16_filled:before { content: "\e126"; } .icon-ic_fluent_arrow_up_left_16_filled:before { content: "\e12b"; } .icon-ic_fluent_arrow_up_left_20_filled:before { content: "\e12c"; } .icon-ic_fluent_backpack_add_20_filled:before { content: "\e147"; } .icon-ic_fluent_backpack_add_24_filled:before { content: "\e148"; } .icon-ic_fluent_backpack_add_28_filled:before { content: "\e149"; } .icon-ic_fluent_backpack_add_48_filled:before { content: "\e14a"; } .icon-ic_fluent_bot_20_filled:before { content: "\e1cc"; } .icon-ic_fluent_call_connecting_20_filled:before { content: "\e28c"; } .icon-ic_fluent_call_exclamation_20_filled:before { content: "\e28f"; } .icon-ic_fluent_call_transfer_20_filled:before { content: "\e2a7"; } .icon-ic_fluent_camera_off_24_filled:before { content: "\e2b5"; } .icon-ic_fluent_chat_bubbles_question_20_filled:before { content: "\e2ff"; } .icon-ic_fluent_chat_mail_20_filled:before { content: "\e303"; } .icon-ic_fluent_chat_off_20_filled:before { content: "\e304"; } .icon-ic_fluent_checkmark_48_filled:before { content: "\e31a"; } .icon-ic_fluent_cloud_sync_20_filled:before { content: "\e3c3"; } .icon-ic_fluent_content_view_20_filled:before { content: "\e424"; } .icon-ic_fluent_cube_rotate_20_filled:before { content: "\e444"; } .icon-ic_fluent_data_line_20_filled:before { content: "\e464"; } .icon-ic_fluent_device_meeting_room_20_filled:before { content: "\e4be"; } .icon-ic_fluent_device_meeting_room_remote_20_filled:before { content: "\e4bf"; } .icon-ic_fluent_draw_shape_24_filled:before { content: "\e582"; } .icon-ic_fluent_draw_text_24_filled:before { content: "\e584"; } .icon-ic_fluent_folder_arrow_up_16_filled:before { content: "\e65d"; } .icon-ic_fluent_folder_arrow_up_20_filled:before { content: "\e65e"; } .icon-ic_fluent_folder_arrow_up_24_filled:before { content: "\e65f"; } .icon-ic_fluent_folder_arrow_up_28_filled:before { content: "\e660"; } .icon-ic_fluent_fps_30_16_filled:before { content: "\e685"; } .icon-ic_fluent_fps_30_20_filled:before { content: "\e686"; } .icon-ic_fluent_fps_30_24_filled:before { content: "\e687"; } .icon-ic_fluent_fps_30_28_filled:before { content: "\e688"; } .icon-ic_fluent_fps_30_48_filled:before { content: "\e689"; } .icon-ic_fluent_fps_60_16_filled:before { content: "\e68a"; } .icon-ic_fluent_fps_60_20_filled:before { content: "\e68b"; } .icon-ic_fluent_fps_60_24_filled:before { content: "\e68c"; } .icon-ic_fluent_fps_60_28_filled:before { content: "\e68d"; } .icon-ic_fluent_fps_60_48_filled:before { content: "\e68e"; } .icon-ic_fluent_home_person_20_filled:before { content: "\e724"; } .icon-ic_fluent_image_off_20_filled:before { content: "\e739"; } .icon-ic_fluent_lasso_20_filled:before { content: "\e764"; } .icon-ic_fluent_leaf_three_16_filled:before { content: "\e76a"; } .icon-ic_fluent_leaf_three_20_filled:before { content: "\e76b"; } .icon-ic_fluent_leaf_three_24_filled:before { content: "\e76c"; } .icon-ic_fluent_mic_sync_20_filled:before { content: "\e824"; } .icon-ic_fluent_notebook_subsection_20_filled:before { content: "\e889"; } .icon-ic_fluent_person_circle_20_filled:before { content: "\e93a"; } .icon-ic_fluent_pulse_20_filled:before { content: "\e9e4"; } .icon-ic_fluent_pulse_square_24_filled:before { content: "\e9e9"; } .icon-ic_fluent_ribbon_16_filled:before { content: "\ea2e"; } .icon-ic_fluent_rotate_left_24_filled:before { content: "\ea40"; } .icon-ic_fluent_rotate_right_20_filled:before { content: "\ea41"; } .icon-ic_fluent_rotate_right_24_filled:before { content: "\ea42"; } .icon-ic_fluent_share_close_tray_20_filled:before { content: "\eab2"; } .icon-ic_fluent_square_multiple_20_filled:before { content: "\eb9f"; } .icon-ic_fluent_star_emphasis_20_filled:before { content: "\ebb3"; } .icon-ic_fluent_tv_arrow_right_20_filled:before { content: "\edc6"; } .icon-ic_fluent_video_person_star_off_20_filled:before { content: "\ee18"; } .icon-ic_fluent_video_recording_20_filled:before { content: "\ee1f"; } .icon-ic_fluent_video_sync_20_filled:before { content: "\ee21"; } .icon-ic_fluent_breakout_room_20_filled:before { content: "\e1f9"; } .icon-ic_fluent_content_view_gallery_20_filled:before { content: "\e426"; } .icon-ic_fluent_door_tag_24_filled:before { content: "\e577"; } .icon-ic_fluent_luggage_24_filled:before { content: "\e7aa"; } .icon-ic_fluent_people_edit_20_filled:before { content: "\e909"; } .icon-ic_fluent_channel_share_12_filled:before { content: "\e2e6"; } .icon-ic_fluent_channel_share_16_filled:before { content: "\e2e7"; } .icon-ic_fluent_channel_share_20_filled:before { content: "\e2e8"; } .icon-ic_fluent_channel_share_24_filled:before { content: "\e2e9"; } .icon-ic_fluent_channel_share_28_filled:before { content: "\e2ea"; } .icon-ic_fluent_channel_share_48_filled:before { content: "\e2eb"; } .icon-ic_fluent_people_error_16_filled:before { content: "\e90a"; } .icon-ic_fluent_people_error_20_filled:before { content: "\e90b"; } .icon-ic_fluent_people_error_24_filled:before { content: "\e90c"; } .icon-ic_fluent_puzzle_cube_16_filled:before { content: "\e9ea"; } .icon-ic_fluent_puzzle_cube_20_filled:before { content: "\e9eb"; } .icon-ic_fluent_puzzle_cube_24_filled:before { content: "\e9ec"; } .icon-ic_fluent_puzzle_cube_28_filled:before { content: "\e9ed"; } .icon-ic_fluent_puzzle_cube_48_filled:before { content: "\e9ee"; } .icon-ic_fluent_arrow_circle_down_right_16_filled:before { content: "\e08e"; } .icon-ic_fluent_arrow_circle_down_right_24_filled:before { content: "\e090"; } .icon-ic_fluent_arrow_circle_right_24_filled:before { content: "\e09c"; } .icon-ic_fluent_arrow_circle_up_16_filled:before { content: "\e0a1"; } .icon-ic_fluent_arrow_circle_up_20_filled:before { content: "\e0a2"; } .icon-ic_fluent_arrow_circle_up_24_filled:before { content: "\e0a3"; } .icon-ic_fluent_arrow_circle_up_left_24_filled:before { content: "\e0a8"; } .icon-ic_fluent_arrow_enter_left_20_filled:before { content: "\e0c0"; } .icon-ic_fluent_arrow_enter_left_24_filled:before { content: "\e0c1"; } .icon-ic_fluent_arrow_export_ltr_20_filled:before { content: "\e0c7"; } .icon-ic_fluent_arrow_export_ltr_24_filled:before { content: "\e0c8"; } .icon-ic_fluent_arrow_square_down_24_filled:before { content: "\e0f7"; } .icon-ic_fluent_arrow_undo_32_filled:before { content: "\e128"; } .icon-ic_fluent_arrow_undo_48_filled:before { content: "\e129"; } .icon-ic_fluent_auto_fit_height_24_filled:before { content: "\e13c"; } .icon-ic_fluent_auto_fit_width_24_filled:before { content: "\e13e"; } .icon-ic_fluent_briefcase_medical_24_filled:before { content: "\e202"; } .icon-ic_fluent_briefcase_medical_32_filled:before { content: "\e203"; } .icon-ic_fluent_building_factory_24_filled:before { content: "\e22c"; } .icon-ic_fluent_calendar_arrow_down_24_filled:before { content: "\e250"; } .icon-ic_fluent_call_16_filled:before { content: "\e283"; } .icon-ic_fluent_call_20_filled:before { content: "\e284"; } .icon-ic_fluent_call_24_filled:before { content: "\e285"; } .icon-ic_fluent_call_28_filled:before { content: "\e286"; } .icon-ic_fluent_call_missed_20_filled:before { content: "\e297"; } .icon-ic_fluent_call_prohibited_16_filled:before { content: "\e2a1"; } .icon-ic_fluent_call_prohibited_20_filled:before { content: "\e2a2"; } .icon-ic_fluent_call_prohibited_24_filled:before { content: "\e2a3"; } .icon-ic_fluent_call_prohibited_28_filled:before { content: "\e2a4"; } .icon-ic_fluent_call_prohibited_48_filled:before { content: "\e2a5"; } .icon-ic_fluent_center_horizontal_24_filled:before { content: "\e2cd"; } .icon-ic_fluent_center_vertical_24_filled:before { content: "\e2cf"; } .icon-ic_fluent_chevron_circle_down_24_filled:before { content: "\e325"; } .icon-ic_fluent_chevron_circle_right_24_filled:before { content: "\e333"; } .icon-ic_fluent_clipboard_image_24_filled:before { content: "\e36c"; } .icon-ic_fluent_comment_arrow_left_24_filled:before { content: "\e3ea"; } .icon-ic_fluent_comment_arrow_right_24_filled:before { content: "\e3f0"; } .icon-ic_fluent_comment_dismiss_24_filled:before { content: "\e3fa"; } .icon-ic_fluent_component_2_double_tap_swipe_down_24_filled:before { content: "\e413"; } .icon-ic_fluent_component_2_double_tap_swipe_up_24_filled:before { content: "\e414"; } .icon-ic_fluent_copy_arrow_right_16_filled:before { content: "\e42d"; } .icon-ic_fluent_copy_arrow_right_24_filled:before { content: "\e42f"; } .icon-ic_fluent_currency_dollar_euro_16_filled:before { content: "\e449"; } .icon-ic_fluent_currency_dollar_euro_20_filled:before { content: "\e44a"; } .icon-ic_fluent_currency_dollar_euro_24_filled:before { content: "\e44b"; } .icon-ic_fluent_delete_dismiss_24_filled:before { content: "\e48b"; } .icon-ic_fluent_delete_dismiss_28_filled:before { content: "\e48c"; } .icon-ic_fluent_document_prohibited_20_filled:before { content: "\e53a"; } .icon-ic_fluent_document_prohibited_24_filled:before { content: "\e53b"; } .icon-ic_fluent_document_sync_24_filled:before { content: "\e555"; } .icon-ic_fluent_drink_to_go_24_filled:before { content: "\e595"; } .icon-ic_fluent_dual_screen_header_24_filled:before { content: "\e5ad"; } .icon-ic_fluent_fluent_24_filled:before { content: "\e64a"; } .icon-ic_fluent_folder_arrow_right_16_filled:before { content: "\e658"; } .icon-ic_fluent_folder_arrow_right_20_filled:before { content: "\e659"; } .icon-ic_fluent_folder_arrow_right_24_filled:before { content: "\e65a"; } .icon-ic_fluent_folder_arrow_right_28_filled:before { content: "\e65b"; } .icon-ic_fluent_folder_arrow_right_48_filled:before { content: "\e65c"; } .icon-ic_fluent_folder_arrow_up_48_filled:before { content: "\e661"; } .icon-ic_fluent_folder_prohibited_20_filled:before { content: "\e669"; } .icon-ic_fluent_folder_prohibited_24_filled:before { content: "\e66a"; } .icon-ic_fluent_folder_prohibited_28_filled:before { content: "\e66b"; } .icon-ic_fluent_folder_prohibited_48_filled:before { content: "\e66c"; } .icon-ic_fluent_folder_swap_16_filled:before { content: "\e66d"; } .icon-ic_fluent_folder_swap_20_filled:before { content: "\e66e"; } .icon-ic_fluent_folder_swap_24_filled:before { content: "\e66f"; } .icon-ic_fluent_full_screen_maximize_24_filled:before { content: "\e692"; } .icon-ic_fluent_full_screen_minimize_24_filled:before { content: "\e695"; } .icon-ic_fluent_image_multiple_20_filled:before { content: "\e732"; } .icon-ic_fluent_image_multiple_24_filled:before { content: "\e733"; } .icon-ic_fluent_image_multiple_28_filled:before { content: "\e734"; } .icon-ic_fluent_leaf_one_16_filled:before { content: "\e767"; } .icon-ic_fluent_leaf_one_20_filled:before { content: "\e768"; } .icon-ic_fluent_leaf_one_24_filled:before { content: "\e769"; } .icon-ic_fluent_link_dismiss_20_filled:before { content: "\e781"; } .icon-ic_fluent_location_dismiss_24_filled:before { content: "\e795"; } .icon-ic_fluent_lock_closed_12_filled:before { content: "\e79b"; } .icon-ic_fluent_lock_closed_16_filled:before { content: "\e79c"; } .icon-ic_fluent_lock_closed_20_filled:before { content: "\e79d"; } .icon-ic_fluent_lock_closed_24_filled:before { content: "\e79e"; } .icon-ic_fluent_lock_open_20_filled:before { content: "\e7a3"; } .icon-ic_fluent_lock_open_24_filled:before { content: "\e7a4"; } .icon-ic_fluent_lock_open_28_filled:before { content: "\e7a5"; } .icon-ic_fluent_mail_inbox_all_24_filled:before { content: "\e7c5"; } .icon-ic_fluent_mail_inbox_arrow_right_24_filled:before { content: "\e7c8"; } .icon-ic_fluent_mail_inbox_arrow_up_20_filled:before { content: "\e7c9"; } .icon-ic_fluent_mail_inbox_arrow_up_24_filled:before { content: "\e7ca"; } .icon-ic_fluent_mail_off_24_filled:before { content: "\e7d8"; } .icon-ic_fluent_more_horizontal_16_filled:before { content: "\e831"; } .icon-ic_fluent_more_horizontal_20_filled:before { content: "\e832"; } .icon-ic_fluent_more_horizontal_24_filled:before { content: "\e833"; } .icon-ic_fluent_more_horizontal_28_filled:before { content: "\e834"; } .icon-ic_fluent_more_horizontal_48_filled:before { content: "\e836"; } .icon-ic_fluent_music_note_1_20_filled:before { content: "\e85f"; } .icon-ic_fluent_music_note_1_24_filled:before { content: "\e860"; } .icon-ic_fluent_music_note_2_16_filled:before { content: "\e861"; } .icon-ic_fluent_music_note_2_24_filled:before { content: "\e863"; } .icon-ic_fluent_people_team_delete_24_filled:before { content: "\e927"; } .icon-ic_fluent_phone_add_24_filled:before { content: "\e967"; } .icon-ic_fluent_phone_arrow_right_20_filled:before { content: "\e968"; } .icon-ic_fluent_phone_arrow_right_24_filled:before { content: "\e969"; } .icon-ic_fluent_phone_dismiss_24_filled:before { content: "\e96d"; } .icon-ic_fluent_phone_lock_24_filled:before { content: "\e976"; } .icon-ic_fluent_phone_span_in_16_filled:before { content: "\e97b"; } .icon-ic_fluent_phone_span_in_20_filled:before { content: "\e97c"; } .icon-ic_fluent_phone_span_in_24_filled:before { content: "\e97d"; } .icon-ic_fluent_phone_span_in_28_filled:before { content: "\e97e"; } .icon-ic_fluent_phone_span_out_16_filled:before { content: "\e97f"; } .icon-ic_fluent_phone_span_out_20_filled:before { content: "\e980"; } .icon-ic_fluent_phone_span_out_24_filled:before { content: "\e981"; } .icon-ic_fluent_phone_span_out_28_filled:before { content: "\e982"; } .icon-ic_fluent_position_backward_20_filled:before { content: "\e9ba"; } .icon-ic_fluent_position_backward_24_filled:before { content: "\e9bb"; } .icon-ic_fluent_position_forward_20_filled:before { content: "\e9bc"; } .icon-ic_fluent_position_forward_24_filled:before { content: "\e9bd"; } .icon-ic_fluent_position_to_back_20_filled:before { content: "\e9be"; } .icon-ic_fluent_position_to_back_24_filled:before { content: "\e9bf"; } .icon-ic_fluent_position_to_front_20_filled:before { content: "\e9c0"; } .icon-ic_fluent_position_to_front_24_filled:before { content: "\e9c1"; } .icon-ic_fluent_resize_large_16_filled:before { content: "\ea1d"; } .icon-ic_fluent_resize_large_20_filled:before { content: "\ea1e"; } .icon-ic_fluent_resize_large_24_filled:before { content: "\ea1f"; } .icon-ic_fluent_resize_small_16_filled:before { content: "\ea20"; } .icon-ic_fluent_resize_small_20_filled:before { content: "\ea21"; } .icon-ic_fluent_resize_small_24_filled:before { content: "\ea22"; } .icon-ic_fluent_save_edit_20_filled:before { content: "\ea50"; } .icon-ic_fluent_save_edit_24_filled:before { content: "\ea51"; } .icon-ic_fluent_search_info_20_filled:before { content: "\ea87"; } .icon-ic_fluent_search_visual_16_filled:before { content: "\ea8b"; } .icon-ic_fluent_search_visual_20_filled:before { content: "\ea8c"; } .icon-ic_fluent_search_visual_24_filled:before { content: "\ea8d"; } .icon-ic_fluent_select_all_on_24_filled:before { content: "\ea90"; } .icon-ic_fluent_share_screen_start_20_filled:before { content: "\eac3"; } .icon-ic_fluent_share_screen_start_24_filled:before { content: "\eac4"; } .icon-ic_fluent_share_screen_start_28_filled:before { content: "\eac5"; } .icon-ic_fluent_share_screen_stop_16_filled:before { content: "\eac7"; } .icon-ic_fluent_share_screen_stop_20_filled:before { content: "\eac8"; } .icon-ic_fluent_share_screen_stop_24_filled:before { content: "\eac9"; } .icon-ic_fluent_share_screen_stop_28_filled:before { content: "\eaca"; } .icon-ic_fluent_share_screen_stop_48_filled:before { content: "\eacb"; } .icon-ic_fluent_shield_dismiss_16_filled:before { content: "\ead5"; } .icon-ic_fluent_shifts_prohibited_24_filled:before { content: "\eaef"; } .icon-ic_fluent_shifts_question_mark_24_filled:before { content: "\eaf1"; } .icon-ic_fluent_speaker_2_16_filled:before { content: "\eb4a"; } .icon-ic_fluent_speaker_2_20_filled:before { content: "\eb4b"; } .icon-ic_fluent_speaker_2_24_filled:before { content: "\eb4c"; } .icon-ic_fluent_speaker_2_28_filled:before { content: "\eb4d"; } .icon-ic_fluent_speaker_2_48_filled:before { content: "\eb4f"; } .icon-ic_fluent_speaker_mute_16_filled:before { content: "\eb52"; } .icon-ic_fluent_speaker_mute_20_filled:before { content: "\eb53"; } .icon-ic_fluent_speaker_mute_24_filled:before { content: "\eb54"; } .icon-ic_fluent_speaker_mute_28_filled:before { content: "\eb55"; } .icon-ic_fluent_speaker_mute_48_filled:before { content: "\eb56"; } .icon-ic_fluent_star_arrow_right_end_24_filled:before { content: "\ebab"; } .icon-ic_fluent_subtract_12_filled:before { content: "\ebc8"; } .icon-ic_fluent_subtract_16_filled:before { content: "\ebc9"; } .icon-ic_fluent_subtract_20_filled:before { content: "\ebca"; } .icon-ic_fluent_subtract_24_filled:before { content: "\ebcb"; } .icon-ic_fluent_subtract_28_filled:before { content: "\ebcc"; } .icon-ic_fluent_subtract_48_filled:before { content: "\ebcd"; } .icon-ic_fluent_tab_add_20_filled:before { content: "\ebdf"; } .icon-ic_fluent_tab_add_24_filled:before { content: "\ebe0"; } .icon-ic_fluent_tab_arrow_left_24_filled:before { content: "\ebe2"; } .icon-ic_fluent_tab_shield_dismiss_20_filled:before { content: "\ebec"; } .icon-ic_fluent_tab_shield_dismiss_24_filled:before { content: "\ebed"; } .icon-ic_fluent_table_delete_column_24_filled:before { content: "\ec07"; } .icon-ic_fluent_table_delete_row_24_filled:before { content: "\ec0b"; } .icon-ic_fluent_table_freeze_column_and_row_24_filled:before { content: "\ec19"; } .icon-ic_fluent_table_insert_column_24_filled:before { content: "\ec21"; } .icon-ic_fluent_table_insert_row_24_filled:before { content: "\ec25"; } .icon-ic_fluent_table_move_above_24_filled:before { content: "\ec31"; } .icon-ic_fluent_table_move_below_24_filled:before { content: "\ec35"; } .icon-ic_fluent_table_resize_column_24_filled:before { content: "\ec40"; } .icon-ic_fluent_table_resize_row_24_filled:before { content: "\ec44"; } .icon-ic_fluent_table_stack_above_24_filled:before { content: "\ec52"; } .icon-ic_fluent_table_stack_below_24_filled:before { content: "\ec56"; } .icon-ic_fluent_table_stack_left_24_filled:before { content: "\ec5a"; } .icon-ic_fluent_table_stack_right_24_filled:before { content: "\ec5e"; } .icon-ic_fluent_tag_question_mark_16_filled:before { content: "\ec80"; } .icon-ic_fluent_tag_question_mark_24_filled:before { content: "\ec82"; } .icon-ic_fluent_text_grammar_arrow_left_20_filled:before { content: "\ed12"; } .icon-ic_fluent_text_grammar_arrow_left_24_filled:before { content: "\ed13"; } .icon-ic_fluent_text_grammar_arrow_right_20_filled:before { content: "\ed14"; } .icon-ic_fluent_text_grammar_arrow_right_24_filled:before { content: "\ed15"; } .icon-ic_fluent_text_grammar_checkmark_20_filled:before { content: "\ed16"; } .icon-ic_fluent_text_grammar_checkmark_24_filled:before { content: "\ed17"; } .icon-ic_fluent_text_grammar_dismiss_20_filled:before { content: "\ed18"; } .icon-ic_fluent_text_grammar_dismiss_24_filled:before { content: "\ed19"; } .icon-ic_fluent_text_grammar_settings_20_filled:before { content: "\ed1b"; } .icon-ic_fluent_text_grammar_settings_24_filled:before { content: "\ed1c"; } .icon-ic_fluent_text_grammar_wand_16_filled:before { content: "\ed1d"; } .icon-ic_fluent_text_grammar_wand_20_filled:before { content: "\ed1e"; } .icon-ic_fluent_text_grammar_wand_24_filled:before { content: "\ed1f"; } .icon-ic_fluent_text_paragraph_20_filled:before { content: "\ed42"; } .icon-ic_fluent_text_paragraph_24_filled:before { content: "\ed43"; } .icon-ic_fluent_text_paragraph_direction_20_filled:before { content: "\ed44"; } .icon-ic_fluent_text_paragraph_direction_24_filled:before { content: "\ed45"; } .icon-ic_fluent_text_position_behind_20_filled:before { content: "\ed4b"; } .icon-ic_fluent_text_position_behind_24_filled:before { content: "\ed4c"; } .icon-ic_fluent_text_position_front_20_filled:before { content: "\ed4d"; } .icon-ic_fluent_text_position_front_24_filled:before { content: "\ed4e"; } .icon-ic_fluent_text_position_line_20_filled:before { content: "\ed4f"; } .icon-ic_fluent_text_position_line_24_filled:before { content: "\ed50"; } .icon-ic_fluent_text_position_square_20_filled:before { content: "\ed51"; } .icon-ic_fluent_text_position_square_24_filled:before { content: "\ed52"; } .icon-ic_fluent_text_position_through_20_filled:before { content: "\ed53"; } .icon-ic_fluent_text_position_through_24_filled:before { content: "\ed54"; } .icon-ic_fluent_text_position_tight_20_filled:before { content: "\ed55"; } .icon-ic_fluent_text_position_tight_24_filled:before { content: "\ed56"; } .icon-ic_fluent_text_position_top_bottom_20_filled:before { content: "\ed57"; } .icon-ic_fluent_text_position_top_bottom_24_filled:before { content: "\ed58"; } .icon-ic_fluent_textbox_align_center_20_filled:before { content: "\ed6d"; } .icon-ic_fluent_textbox_align_center_24_filled:before { content: "\ed6e"; } .icon-ic_fluent_thumb_like_16_filled:before { content: "\ed78"; } .icon-ic_fluent_ticket_horizontal_20_filled:before { content: "\ed7f"; } .icon-ic_fluent_ticket_horizontal_24_filled:before { content: "\ed80"; } .icon-ic_fluent_wand_16_filled:before { content: "\ee36"; } .icon-ic_fluent_wand_20_filled:before { content: "\ee37"; } .icon-ic_fluent_wand_24_filled:before { content: "\ee38"; } .icon-ic_fluent_wand_28_filled:before { content: "\ee39"; } .icon-ic_fluent_wand_48_filled:before { content: "\ee3a"; } .icon-ic_fluent_window_arrow_up_24_filled:before { content: "\ee6c"; } .icon-ic_fluent_window_header_horizontal_20_filled:before { content: "\ee74"; } .icon-ic_fluent_window_header_vertical_20_filled:before { content: "\ee76"; } .icon-ic_fluent_accessibility_32_filled:before { content: "\e001"; } .icon-ic_fluent_accessibility_checkmark_24_filled:before { content: "\e004"; } .icon-ic_fluent_add_circle_16_filled:before { content: "\e005"; } .icon-ic_fluent_add_circle_32_filled:before { content: "\e006"; } .icon-ic_fluent_animal_rabbit_16_filled:before { content: "\e050"; } .icon-ic_fluent_animal_rabbit_20_filled:before { content: "\e051"; } .icon-ic_fluent_animal_rabbit_24_filled:before { content: "\e052"; } .icon-ic_fluent_animal_rabbit_28_filled:before { content: "\e053"; } .icon-ic_fluent_animal_turtle_16_filled:before { content: "\e054"; } .icon-ic_fluent_animal_turtle_20_filled:before { content: "\e055"; } .icon-ic_fluent_animal_turtle_24_filled:before { content: "\e056"; } .icon-ic_fluent_animal_turtle_28_filled:before { content: "\e057"; } .icon-ic_fluent_book_contacts_20_filled:before { content: "\e17e"; } .icon-ic_fluent_book_contacts_24_filled:before { content: "\e17f"; } .icon-ic_fluent_book_contacts_28_filled:before { content: "\e180"; } .icon-ic_fluent_book_open_globe_20_filled:before { content: "\e191"; } .icon-ic_fluent_calligraphy_pen_checkmark_20_filled:before { content: "\e2aa"; } .icon-ic_fluent_calligraphy_pen_question_mark_20_filled:before { content: "\e2ac"; } .icon-ic_fluent_cellular_5g_24_filled:before { content: "\e2c7"; } .icon-ic_fluent_checkbox_1_24_filled:before { content: "\e30b"; } .icon-ic_fluent_checkbox_2_24_filled:before { content: "\e30d"; } .icon-ic_fluent_checkbox_arrow_right_24_filled:before { content: "\e30f"; } .icon-ic_fluent_checkbox_person_24_filled:before { content: "\e316"; } .icon-ic_fluent_checkbox_warning_24_filled:before { content: "\e318"; } .icon-ic_fluent_circle_edit_24_filled:before { content: "\e34a"; } .icon-ic_fluent_clock_32_filled:before { content: "\e383"; } .icon-ic_fluent_cloud_16_filled:before { content: "\e397"; } .icon-ic_fluent_cloud_32_filled:before { content: "\e399"; } .icon-ic_fluent_comment_note_24_filled:before { content: "\e40b"; } .icon-ic_fluent_content_settings_32_filled:before { content: "\e423"; } .icon-ic_fluent_desktop_mac_16_filled:before { content: "\e4a4"; } .icon-ic_fluent_desktop_mac_32_filled:before { content: "\e4a7"; } .icon-ic_fluent_document_arrow_right_24_filled:before { content: "\e4f3"; } .icon-ic_fluent_document_checkmark_24_filled:before { content: "\e4fe"; } .icon-ic_fluent_dual_screen_dismiss_24_filled:before { content: "\e5aa"; } .icon-ic_fluent_dual_screen_speaker_24_filled:before { content: "\e5b5"; } .icon-ic_fluent_filter_dismiss_24_filled:before { content: "\e61b"; } .icon-ic_fluent_filter_sync_24_filled:before { content: "\e61d"; } .icon-ic_fluent_folder_16_filled:before { content: "\e650"; } .icon-ic_fluent_folder_32_filled:before { content: "\e651"; } .icon-ic_fluent_globe_person_24_filled:before { content: "\e6c5"; } .icon-ic_fluent_home_person_24_filled:before { content: "\e725"; } .icon-ic_fluent_image_globe_24_filled:before { content: "\e730"; } .icon-ic_fluent_inking_tool_32_filled:before { content: "\e747"; } .icon-ic_fluent_key_16_filled:before { content: "\e74e"; } .icon-ic_fluent_key_32_filled:before { content: "\e74f"; } .icon-ic_fluent_line_style_24_filled:before { content: "\e77d"; } .icon-ic_fluent_math_formula_16_filled:before { content: "\e7ef"; } .icon-ic_fluent_math_formula_32_filled:before { content: "\e7f2"; } .icon-ic_fluent_notebook_add_24_filled:before { content: "\e881"; } .icon-ic_fluent_notebook_section_arrow_right_24_filled:before { content: "\e888"; } .icon-ic_fluent_notebook_subsection_24_filled:before { content: "\e88a"; } .icon-ic_fluent_orientation_20_filled:before { content: "\e8ad"; } .icon-ic_fluent_people_32_filled:before { content: "\e8fe"; } .icon-ic_fluent_person_note_24_filled:before { content: "\e951"; } .icon-ic_fluent_phone_laptop_16_filled:before { content: "\e972"; } .icon-ic_fluent_phone_laptop_32_filled:before { content: "\e973"; } .icon-ic_fluent_phone_speaker_24_filled:before { content: "\e984"; } .icon-ic_fluent_pi_24_filled:before { content: "\e98d"; } .icon-ic_fluent_premium_32_filled:before { content: "\e9c3"; } .icon-ic_fluent_receipt_20_filled:before { content: "\ea06"; } .icon-ic_fluent_receipt_24_filled:before { content: "\ea07"; } .icon-ic_fluent_rss_24_filled:before { content: "\ea46"; } .icon-ic_fluent_screen_cut_20_filled:before { content: "\ea7f"; } .icon-ic_fluent_screen_person_20_filled:before { content: "\ea80"; } .icon-ic_fluent_shape_exclude_16_filled:before { content: "\eaa1"; } .icon-ic_fluent_shape_exclude_20_filled:before { content: "\eaa2"; } .icon-ic_fluent_shape_exclude_24_filled:before { content: "\eaa3"; } .icon-ic_fluent_shape_intersect_16_filled:before { content: "\eaa4"; } .icon-ic_fluent_shape_intersect_20_filled:before { content: "\eaa5"; } .icon-ic_fluent_shape_intersect_24_filled:before { content: "\eaa6"; } .icon-ic_fluent_shape_subtract_16_filled:before { content: "\eaa7"; } .icon-ic_fluent_shape_subtract_20_filled:before { content: "\eaa8"; } .icon-ic_fluent_shape_subtract_24_filled:before { content: "\eaa9"; } .icon-ic_fluent_shape_union_16_filled:before { content: "\eaaa"; } .icon-ic_fluent_shape_union_20_filled:before { content: "\eaab"; } .icon-ic_fluent_shape_union_24_filled:before { content: "\eaac"; } .icon-ic_fluent_shifts_16_filled:before { content: "\eae4"; } .icon-ic_fluent_slide_settings_24_filled:before { content: "\eb2d"; } .icon-ic_fluent_slide_transition_24_filled:before { content: "\eb35"; } .icon-ic_fluent_star_emphasis_32_filled:before { content: "\ebb4"; } .icon-ic_fluent_table_32_filled:before { content: "\ebf0"; } .icon-ic_fluent_table_cell_edit_24_filled:before { content: "\ebfd"; } .icon-ic_fluent_tablet_speaker_24_filled:before { content: "\ec68"; } .icon-ic_fluent_target_32_filled:before { content: "\ec8e"; } .icon-ic_fluent_timer_3_24_filled:before { content: "\ed8b"; } .icon-ic_fluent_voicemail_28_filled:before { content: "\ee24"; } .icon-ic_fluent_walkie_talkie_20_filled:before { content: "\ee2a"; } .icon-ic_fluent_warning_shield_20_filled:before { content: "\ee3d"; } .icon-ic_fluent_add_subtract_circle_16_filled:before { content: "\e00a"; } .icon-ic_fluent_add_subtract_circle_20_filled:before { content: "\e00b"; } .icon-ic_fluent_add_subtract_circle_24_filled:before { content: "\e00c"; } .icon-ic_fluent_add_subtract_circle_28_filled:before { content: "\e00d"; } .icon-ic_fluent_add_subtract_circle_48_filled:before { content: "\e00e"; } .icon-ic_fluent_beach_16_filled:before { content: "\e153"; } .icon-ic_fluent_beach_20_filled:before { content: "\e154"; } .icon-ic_fluent_beach_24_filled:before { content: "\e155"; } .icon-ic_fluent_beach_28_filled:before { content: "\e156"; } .icon-ic_fluent_building_16_filled:before { content: "\e21e"; } .icon-ic_fluent_calendar_edit_16_filled:before { content: "\e259"; } .icon-ic_fluent_calendar_edit_20_filled:before { content: "\e25a"; } .icon-ic_fluent_calendar_edit_24_filled:before { content: "\e25b"; } .icon-ic_fluent_calendar_ltr_20_filled:before { content: "\e262"; } .icon-ic_fluent_calendar_ltr_24_filled:before { content: "\e263"; } .icon-ic_fluent_calendar_ltr_28_filled:before { content: "\e264"; } .icon-ic_fluent_calendar_rtl_20_filled:before { content: "\e277"; } .icon-ic_fluent_calendar_rtl_24_filled:before { content: "\e278"; } .icon-ic_fluent_calendar_rtl_28_filled:before { content: "\e279"; } .icon-ic_fluent_circle_small_20_filled:before { content: "\e353"; } .icon-ic_fluent_clipboard_16_filled:before { content: "\e357"; } .icon-ic_fluent_clipboard_arrow_right_16_filled:before { content: "\e359"; } .icon-ic_fluent_clipboard_arrow_right_20_filled:before { content: "\e35a"; } .icon-ic_fluent_clipboard_arrow_right_24_filled:before { content: "\e35b"; } .icon-ic_fluent_clipboard_text_ltr_20_filled:before { content: "\e37e"; } .icon-ic_fluent_clipboard_text_ltr_24_filled:before { content: "\e37f"; } .icon-ic_fluent_clipboard_text_rtl_20_filled:before { content: "\e381"; } .icon-ic_fluent_clipboard_text_rtl_24_filled:before { content: "\e382"; } .icon-ic_fluent_cube_sync_24_filled:before { content: "\e446"; } .icon-ic_fluent_document_question_mark_16_filled:before { content: "\e53c"; } .icon-ic_fluent_document_question_mark_20_filled:before { content: "\e53d"; } .icon-ic_fluent_document_question_mark_24_filled:before { content: "\e53e"; } .icon-ic_fluent_door_arrow_left_20_filled:before { content: "\e571"; } .icon-ic_fluent_drop_12_filled:before { content: "\e59a"; } .icon-ic_fluent_drop_16_filled:before { content: "\e59b"; } .icon-ic_fluent_drop_20_filled:before { content: "\e59c"; } .icon-ic_fluent_drop_24_filled:before { content: "\e59d"; } .icon-ic_fluent_drop_28_filled:before { content: "\e59e"; } .icon-ic_fluent_drop_48_filled:before { content: "\e59f"; } .icon-ic_fluent_dumbbell_16_filled:before { content: "\e5bb"; } .icon-ic_fluent_dumbbell_20_filled:before { content: "\e5bc"; } .icon-ic_fluent_dumbbell_24_filled:before { content: "\e5bd"; } .icon-ic_fluent_dumbbell_28_filled:before { content: "\e5be"; } .icon-ic_fluent_edit_off_20_filled:before { content: "\e5c4"; } .icon-ic_fluent_eyedropper_20_filled:before { content: "\e60a"; } .icon-ic_fluent_eyedropper_24_filled:before { content: "\e60b"; } .icon-ic_fluent_flag_off_16_filled:before { content: "\e622"; } .icon-ic_fluent_flag_off_20_filled:before { content: "\e623"; } .icon-ic_fluent_fps_120_20_filled:before { content: "\e682"; } .icon-ic_fluent_fps_120_24_filled:before { content: "\e683"; } .icon-ic_fluent_fps_240_20_filled:before { content: "\e684"; } .icon-ic_fluent_guitar_16_filled:before { content: "\e6df"; } .icon-ic_fluent_guitar_20_filled:before { content: "\e6e0"; } .icon-ic_fluent_guitar_24_filled:before { content: "\e6e1"; } .icon-ic_fluent_guitar_28_filled:before { content: "\e6e2"; } .icon-ic_fluent_key_command_16_filled:before { content: "\e750"; } .icon-ic_fluent_more_vertical_16_filled:before { content: "\e837"; } .icon-ic_fluent_people_checkmark_20_filled:before { content: "\e905"; } .icon-ic_fluent_people_checkmark_24_filled:before { content: "\e906"; } .icon-ic_fluent_play_circle_16_filled:before { content: "\e9a5"; } .icon-ic_fluent_play_circle_20_filled:before { content: "\e9a6"; } .icon-ic_fluent_play_circle_28_filled:before { content: "\e9a7"; } .icon-ic_fluent_re_order_dots_horizontal_16_filled:before { content: "\e9fc"; } .icon-ic_fluent_re_order_dots_horizontal_20_filled:before { content: "\e9fd"; } .icon-ic_fluent_re_order_dots_horizontal_24_filled:before { content: "\e9fe"; } .icon-ic_fluent_re_order_dots_vertical_16_filled:before { content: "\e9ff"; } .icon-ic_fluent_re_order_dots_vertical_20_filled:before { content: "\ea00"; } .icon-ic_fluent_re_order_dots_vertical_24_filled:before { content: "\ea01"; } .icon-ic_fluent_scale_fill_20_filled:before { content: "\ea57"; } .icon-ic_fluent_skip_back_10_20_filled:before { content: "\eb04"; } .icon-ic_fluent_skip_forward_10_20_filled:before { content: "\eb09"; } .icon-ic_fluent_skip_forward_30_20_filled:before { content: "\eb0e"; } .icon-ic_fluent_slide_eraser_24_filled:before { content: "\eb1f"; } .icon-ic_fluent_split_horizontal_12_filled:before { content: "\eb60"; } .icon-ic_fluent_split_horizontal_16_filled:before { content: "\eb61"; } .icon-ic_fluent_split_horizontal_20_filled:before { content: "\eb62"; } .icon-ic_fluent_split_horizontal_24_filled:before { content: "\eb63"; } .icon-ic_fluent_split_horizontal_28_filled:before { content: "\eb64"; } .icon-ic_fluent_split_horizontal_32_filled:before { content: "\eb65"; } .icon-ic_fluent_split_horizontal_48_filled:before { content: "\eb66"; } .icon-ic_fluent_split_vertical_12_filled:before { content: "\eb67"; } .icon-ic_fluent_split_vertical_16_filled:before { content: "\eb68"; } .icon-ic_fluent_split_vertical_20_filled:before { content: "\eb69"; } .icon-ic_fluent_split_vertical_24_filled:before { content: "\eb6a"; } .icon-ic_fluent_split_vertical_28_filled:before { content: "\eb6b"; } .icon-ic_fluent_split_vertical_32_filled:before { content: "\eb6c"; } .icon-ic_fluent_split_vertical_48_filled:before { content: "\eb6d"; } .icon-ic_fluent_sport_soccer_20_filled:before { content: "\eb7a"; } .icon-ic_fluent_sport_soccer_24_filled:before { content: "\eb7b"; } .icon-ic_fluent_symbols_20_filled:before { content: "\ebdb"; } .icon-ic_fluent_table_delete_column_20_filled:before { content: "\ec06"; } .icon-ic_fluent_table_delete_row_20_filled:before { content: "\ec0a"; } .icon-ic_fluent_table_stack_above_20_filled:before { content: "\ec51"; } .icon-ic_fluent_table_stack_left_20_filled:before { content: "\ec59"; } .icon-ic_fluent_table_stack_right_20_filled:before { content: "\ec5d"; } .icon-ic_fluent_task_list_ltr_20_filled:before { content: "\ec90"; } .icon-ic_fluent_task_list_ltr_24_filled:before { content: "\ec91"; } .icon-ic_fluent_task_list_rtl_20_filled:before { content: "\ec92"; } .icon-ic_fluent_task_list_rtl_24_filled:before { content: "\ec93"; } .icon-ic_fluent_tetris_app_16_filled:before { content: "\eca5"; } .icon-ic_fluent_tetris_app_20_filled:before { content: "\eca6"; } .icon-ic_fluent_tetris_app_24_filled:before { content: "\eca7"; } .icon-ic_fluent_tetris_app_28_filled:before { content: "\eca8"; } .icon-ic_fluent_tetris_app_32_filled:before { content: "\eca9"; } .icon-ic_fluent_tetris_app_48_filled:before { content: "\ecaa"; } .icon-ic_fluent_text_bullet_list_ltr_20_filled:before { content: "\ecd7"; } .icon-ic_fluent_text_bullet_list_ltr_24_filled:before { content: "\ecd8"; } .icon-ic_fluent_text_bullet_list_rtl_20_filled:before { content: "\ecde"; } .icon-ic_fluent_text_bullet_list_rtl_24_filled:before { content: "\ecdf"; } .icon-ic_fluent_vehicle_cab_16_filled:before { content: "\edd5"; } .icon-ic_fluent_vehicle_cab_20_filled:before { content: "\edd6"; } .icon-ic_fluent_vehicle_cab_28_filled:before { content: "\edd7"; } .icon-ic_fluent_vehicle_truck_profile_24_filled:before { content: "\edef"; } .icon-ic_fluent_bot_add_20_filled:before { content: "\e1cd"; } .icon-ic_fluent_chart_person_20_filled:before { content: "\e2f3"; } .icon-ic_fluent_chart_person_24_filled:before { content: "\e2f4"; } .icon-ic_fluent_chart_person_28_filled:before { content: "\e2f5"; } .icon-ic_fluent_chart_person_48_filled:before { content: "\e2f6"; } .icon-ic_fluent_mic_prohibited_16_filled:before { content: "\e80f"; } .icon-ic_fluent_mic_prohibited_28_filled:before { content: "\e812"; } .icon-ic_fluent_mic_prohibited_48_filled:before { content: "\e813"; } .icon-ic_fluent_tv_usb_16_filled:before { content: "\edc7"; } .icon-ic_fluent_tv_usb_20_filled:before { content: "\edc8"; } .icon-ic_fluent_tv_usb_24_filled:before { content: "\edc9"; } .icon-ic_fluent_tv_usb_28_filled:before { content: "\edca"; } .icon-ic_fluent_tv_usb_48_filled:before { content: "\edcb"; } .icon-ic_fluent_video_360_off_20_filled:before { content: "\edf3"; } .icon-ic_fluent_video_prohibited_16_filled:before { content: "\ee1b"; } .icon-ic_fluent_video_prohibited_24_filled:before { content: "\ee1d"; } .icon-ic_fluent_video_prohibited_28_filled:before { content: "\ee1e"; } .icon-ic_fluent_alert_32_filled:before { content: "\e015"; } .icon-ic_fluent_arrow_down_left_20_filled:before { content: "\e0bb"; } .icon-ic_fluent_arrow_step_back_16_filled:before { content: "\e0f8"; } .icon-ic_fluent_arrow_step_in_16_filled:before { content: "\e0fb"; } .icon-ic_fluent_arrow_step_out_16_filled:before { content: "\e10a"; } .icon-ic_fluent_arrow_step_over_16_filled:before { content: "\e10e"; } .icon-ic_fluent_arrow_up_right_20_filled:before { content: "\e12f"; } .icon-ic_fluent_backpack_32_filled:before { content: "\e145"; } .icon-ic_fluent_book_contacts_32_filled:before { content: "\e181"; } .icon-ic_fluent_bookmark_32_filled:before { content: "\e1a5"; } .icon-ic_fluent_bookmark_multiple_24_filled:before { content: "\e1a8"; } .icon-ic_fluent_branch_compare_16_filled:before { content: "\e1ee"; } .icon-ic_fluent_branch_compare_20_filled:before { content: "\e1ef"; } .icon-ic_fluent_branch_compare_24_filled:before { content: "\e1f0"; } .icon-ic_fluent_branch_fork_16_filled:before { content: "\e1f1"; } .icon-ic_fluent_branch_fork_20_filled:before { content: "\e1f2"; } .icon-ic_fluent_branch_fork_24_filled:before { content: "\e1f3"; } .icon-ic_fluent_calendar_ltr_16_filled:before { content: "\e261"; } .icon-ic_fluent_calendar_ltr_32_filled:before { content: "\e265"; } .icon-ic_fluent_calendar_rtl_32_filled:before { content: "\e27a"; } .icon-ic_fluent_call_32_filled:before { content: "\e287"; } .icon-ic_fluent_calligraphy_pen_error_20_filled:before { content: "\e2ab"; } .icon-ic_fluent_chat_32_filled:before { content: "\e2f9"; } .icon-ic_fluent_clipboard_data_bar_32_filled:before { content: "\e366"; } .icon-ic_fluent_clock_alarm_32_filled:before { content: "\e385"; } .icon-ic_fluent_content_view_32_filled:before { content: "\e425"; } .icon-ic_fluent_desktop_32_filled:before { content: "\e493"; } .icon-ic_fluent_dismiss_square_multiple_16_filled:before { content: "\e4d2"; } .icon-ic_fluent_document_32_filled:before { content: "\e4e4"; } .icon-ic_fluent_document_pdf_32_filled:before { content: "\e534"; } .icon-ic_fluent_food_pizza_20_filled:before { content: "\e67d"; } .icon-ic_fluent_food_pizza_24_filled:before { content: "\e67e"; } .icon-ic_fluent_globe_32_filled:before { content: "\e6bf"; } .icon-ic_fluent_headset_32_filled:before { content: "\e705"; } .icon-ic_fluent_heart_pulse_20_filled:before { content: "\e70e"; } .icon-ic_fluent_multiplier_1_2x_20_filled:before { content: "\e83b"; } .icon-ic_fluent_multiplier_1_2x_24_filled:before { content: "\e83c"; } .icon-ic_fluent_multiplier_1_2x_28_filled:before { content: "\e83d"; } .icon-ic_fluent_multiplier_1_2x_32_filled:before { content: "\e83e"; } .icon-ic_fluent_multiplier_1_2x_48_filled:before { content: "\e83f"; } .icon-ic_fluent_multiplier_1_5x_20_filled:before { content: "\e840"; } .icon-ic_fluent_multiplier_1_5x_24_filled:before { content: "\e841"; } .icon-ic_fluent_multiplier_1_5x_28_filled:before { content: "\e842"; } .icon-ic_fluent_multiplier_1_5x_32_filled:before { content: "\e843"; } .icon-ic_fluent_multiplier_1_5x_48_filled:before { content: "\e844"; } .icon-ic_fluent_multiplier_1_8x_20_filled:before { content: "\e845"; } .icon-ic_fluent_multiplier_1_8x_24_filled:before { content: "\e846"; } .icon-ic_fluent_multiplier_1_8x_28_filled:before { content: "\e847"; } .icon-ic_fluent_multiplier_1_8x_32_filled:before { content: "\e848"; } .icon-ic_fluent_multiplier_1_8x_48_filled:before { content: "\e849"; } .icon-ic_fluent_multiplier_1x_20_filled:before { content: "\e84a"; } .icon-ic_fluent_multiplier_1x_24_filled:before { content: "\e84b"; } .icon-ic_fluent_multiplier_1x_28_filled:before { content: "\e84c"; } .icon-ic_fluent_multiplier_1x_32_filled:before { content: "\e84d"; } .icon-ic_fluent_multiplier_1x_48_filled:before { content: "\e84e"; } .icon-ic_fluent_multiplier_2x_20_filled:before { content: "\e84f"; } .icon-ic_fluent_multiplier_2x_24_filled:before { content: "\e850"; } .icon-ic_fluent_multiplier_2x_28_filled:before { content: "\e851"; } .icon-ic_fluent_multiplier_2x_32_filled:before { content: "\e852"; } .icon-ic_fluent_multiplier_2x_48_filled:before { content: "\e853"; } .icon-ic_fluent_my_location_16_filled:before { content: "\e86b"; } .icon-ic_fluent_my_location_20_filled:before { content: "\e86c"; } .icon-ic_fluent_notepad_32_filled:before { content: "\e88d"; } .icon-ic_fluent_patient_32_filled:before { content: "\e8dd"; } .icon-ic_fluent_people_team_32_filled:before { content: "\e922"; } .icon-ic_fluent_pulse_32_filled:before { content: "\e9e7"; } .icon-ic_fluent_remote_16_filled:before { content: "\ea17"; } .icon-ic_fluent_ribbon_32_filled:before { content: "\ea31"; } .icon-ic_fluent_shifts_32_filled:before { content: "\eae7"; } .icon-ic_fluent_skip_forward_10_24_filled:before { content: "\eb0a"; } .icon-ic_fluent_skip_forward_10_28_filled:before { content: "\eb0b"; } .icon-ic_fluent_skip_forward_10_32_filled:before { content: "\eb0c"; } .icon-ic_fluent_skip_forward_10_48_filled:before { content: "\eb0d"; } .icon-ic_fluent_skip_forward_30_24_filled:before { content: "\eb0f"; } .icon-ic_fluent_skip_forward_30_28_filled:before { content: "\eb10"; } .icon-ic_fluent_skip_forward_30_32_filled:before { content: "\eb11"; } .icon-ic_fluent_skip_forward_30_48_filled:before { content: "\eb12"; } .icon-ic_fluent_subtract_square_multiple_16_filled:before { content: "\ebd5"; } .icon-ic_fluent_text_sort_ascending_16_filled:before { content: "\ed5a"; } .icon-ic_fluent_text_sort_ascending_24_filled:before { content: "\ed5b"; } .icon-ic_fluent_text_sort_descending_16_filled:before { content: "\ed5c"; } .icon-ic_fluent_text_sort_descending_24_filled:before { content: "\ed5d"; } .icon-ic_fluent_video_person_call_32_filled:before { content: "\ee10"; } .icon-ic_fluent_weather_sunny_32_filled:before { content: "\ee4e"; } .icon-ic_fluent_align_bottom_16_filled:before { content: "\e01e"; } .icon-ic_fluent_align_bottom_20_filled:before { content: "\e01f"; } .icon-ic_fluent_align_bottom_24_filled:before { content: "\e020"; } .icon-ic_fluent_align_bottom_28_filled:before { content: "\e021"; } .icon-ic_fluent_align_bottom_32_filled:before { content: "\e022"; } .icon-ic_fluent_align_bottom_48_filled:before { content: "\e023"; } .icon-ic_fluent_align_center_horizontal_16_filled:before { content: "\e024"; } .icon-ic_fluent_align_center_horizontal_20_filled:before { content: "\e025"; } .icon-ic_fluent_align_center_horizontal_24_filled:before { content: "\e026"; } .icon-ic_fluent_align_center_horizontal_28_filled:before { content: "\e027"; } .icon-ic_fluent_align_center_horizontal_32_filled:before { content: "\e028"; } .icon-ic_fluent_align_center_horizontal_48_filled:before { content: "\e029"; } .icon-ic_fluent_align_center_vertical_16_filled:before { content: "\e02a"; } .icon-ic_fluent_align_center_vertical_20_filled:before { content: "\e02b"; } .icon-ic_fluent_align_center_vertical_24_filled:before { content: "\e02c"; } .icon-ic_fluent_align_center_vertical_28_filled:before { content: "\e02d"; } .icon-ic_fluent_align_center_vertical_32_filled:before { content: "\e02e"; } .icon-ic_fluent_align_center_vertical_48_filled:before { content: "\e02f"; } .icon-ic_fluent_align_left_16_filled:before { content: "\e032"; } .icon-ic_fluent_align_left_20_filled:before { content: "\e033"; } .icon-ic_fluent_align_left_24_filled:before { content: "\e034"; } .icon-ic_fluent_align_left_28_filled:before { content: "\e035"; } .icon-ic_fluent_align_left_32_filled:before { content: "\e036"; } .icon-ic_fluent_align_left_48_filled:before { content: "\e037"; } .icon-ic_fluent_align_right_16_filled:before { content: "\e038"; } .icon-ic_fluent_align_right_20_filled:before { content: "\e039"; } .icon-ic_fluent_align_right_24_filled:before { content: "\e03a"; } .icon-ic_fluent_align_right_28_filled:before { content: "\e03b"; } .icon-ic_fluent_align_right_32_filled:before { content: "\e03c"; } .icon-ic_fluent_align_right_48_filled:before { content: "\e03d"; } .icon-ic_fluent_align_top_16_filled:before { content: "\e049"; } .icon-ic_fluent_align_top_20_filled:before { content: "\e04a"; } .icon-ic_fluent_align_top_24_filled:before { content: "\e04b"; } .icon-ic_fluent_align_top_28_filled:before { content: "\e04c"; } .icon-ic_fluent_align_top_32_filled:before { content: "\e04d"; } .icon-ic_fluent_align_top_48_filled:before { content: "\e04e"; } .icon-ic_fluent_calculator_24_filled:before { content: "\e247"; } .icon-ic_fluent_camera_16_filled:before { content: "\e2ad"; } .icon-ic_fluent_group_dismiss_24_filled:before { content: "\e6d6"; } .icon-ic_fluent_group_return_24_filled:before { content: "\e6d9"; } .icon-ic_fluent_hand_left_16_filled:before { content: "\e6e7"; } .icon-ic_fluent_hand_left_24_filled:before { content: "\e6e9"; } .icon-ic_fluent_hand_left_28_filled:before { content: "\e6ea"; } .icon-ic_fluent_hand_right_16_filled:before { content: "\e6eb"; } .icon-ic_fluent_home_12_filled:before { content: "\e71b"; } .icon-ic_fluent_keyboard_shift_16_filled:before { content: "\e75e"; } .icon-ic_fluent_keyboard_shift_20_filled:before { content: "\e75f"; } .icon-ic_fluent_link_square_20_filled:before { content: "\e785"; } .icon-ic_fluent_mail_inbox_checkmark_16_filled:before { content: "\e7cb"; } .icon-ic_fluent_mail_inbox_checkmark_20_filled:before { content: "\e7cc"; } .icon-ic_fluent_mail_inbox_checkmark_24_filled:before { content: "\e7cd"; } .icon-ic_fluent_music_note_2_20_filled:before { content: "\e862"; } .icon-ic_fluent_my_location_12_filled:before { content: "\e86a"; } .icon-ic_fluent_number_symbol_square_20_filled:before { content: "\e89a"; } .icon-ic_fluent_number_symbol_square_24_filled:before { content: "\e89b"; } .icon-ic_fluent_person_32_filled:before { content: "\e92d"; } .icon-ic_fluent_person_5_32_filled:before { content: "\e92f"; } .icon-ic_fluent_search_16_filled:before { content: "\ea84"; } .icon-ic_fluent_send_16_filled:before { content: "\ea97"; } .icon-ic_fluent_symbols_16_filled:before { content: "\ebda"; } .icon-ic_fluent_teddy_20_filled:before { content: "\ec9e"; } .icon-ic_fluent_video_person_star_off_24_filled:before { content: "\ee19"; } .icon-ic_fluent_apps_add_in_16_filled:before { content: "\e062"; } .icon-ic_fluent_apps_add_in_28_filled:before { content: "\e063"; } .icon-ic_fluent_arrow_curve_down_left_16_filled:before { content: "\e0b8"; } .icon-ic_fluent_arrow_curve_down_left_24_filled:before { content: "\e0b9"; } .icon-ic_fluent_arrow_curve_down_left_28_filled:before { content: "\e0ba"; } .icon-ic_fluent_arrow_upload_16_filled:before { content: "\e132"; } .icon-ic_fluent_attach_12_filled:before { content: "\e136"; } .icon-ic_fluent_board_16_filled:before { content: "\e166"; } .icon-ic_fluent_board_20_filled:before { content: "\e167"; } .icon-ic_fluent_board_28_filled:before { content: "\e168"; } .icon-ic_fluent_board_split_16_filled:before { content: "\e16d"; } .icon-ic_fluent_board_split_20_filled:before { content: "\e16e"; } .icon-ic_fluent_board_split_24_filled:before { content: "\e16f"; } .icon-ic_fluent_board_split_28_filled:before { content: "\e170"; } .icon-ic_fluent_board_split_48_filled:before { content: "\e171"; } .icon-ic_fluent_calendar_empty_32_filled:before { content: "\e25c"; } .icon-ic_fluent_calendar_ltr_12_filled:before { content: "\e260"; } .icon-ic_fluent_calendar_multiple_32_filled:before { content: "\e26b"; } .icon-ic_fluent_chevron_up_down_20_filled:before { content: "\e344"; } .icon-ic_fluent_chevron_up_down_24_filled:before { content: "\e345"; } .icon-ic_fluent_circle_12_filled:before { content: "\e346"; } .icon-ic_fluent_circle_half_fill_12_filled:before { content: "\e34c"; } .icon-ic_fluent_circle_line_12_filled:before { content: "\e34e"; } .icon-ic_fluent_closed_caption_off_16_filled:before { content: "\e392"; } .icon-ic_fluent_closed_caption_off_20_filled:before { content: "\e393"; } .icon-ic_fluent_closed_caption_off_24_filled:before { content: "\e394"; } .icon-ic_fluent_closed_caption_off_28_filled:before { content: "\e395"; } .icon-ic_fluent_closed_caption_off_48_filled:before { content: "\e396"; } .icon-ic_fluent_desktop_pulse_16_filled:before { content: "\e4a8"; } .icon-ic_fluent_desktop_pulse_20_filled:before { content: "\e4a9"; } .icon-ic_fluent_desktop_pulse_24_filled:before { content: "\e4aa"; } .icon-ic_fluent_desktop_pulse_28_filled:before { content: "\e4ab"; } .icon-ic_fluent_desktop_pulse_32_filled:before { content: "\e4ac"; } .icon-ic_fluent_desktop_pulse_48_filled:before { content: "\e4ad"; } .icon-ic_fluent_developer_board_20_filled:before { content: "\e4b8"; } .icon-ic_fluent_dismiss_square_24_filled:before { content: "\e4d1"; } .icon-ic_fluent_door_arrow_left_24_filled:before { content: "\e572"; } .icon-ic_fluent_emoji_hand_20_filled:before { content: "\e5db"; } .icon-ic_fluent_filter_16_filled:before { content: "\e617"; } .icon-ic_fluent_flash_16_filled:before { content: "\e624"; } .icon-ic_fluent_flash_28_filled:before { content: "\e627"; } .icon-ic_fluent_flash_checkmark_16_filled:before { content: "\e62a"; } .icon-ic_fluent_flash_checkmark_20_filled:before { content: "\e62b"; } .icon-ic_fluent_flash_checkmark_24_filled:before { content: "\e62c"; } .icon-ic_fluent_flash_checkmark_28_filled:before { content: "\e62d"; } .icon-ic_fluent_folder_prohibited_16_filled:before { content: "\e668"; } .icon-ic_fluent_grid_16_filled:before { content: "\e6d0"; } .icon-ic_fluent_headphones_20_filled:before { content: "\e6fb"; } .icon-ic_fluent_headphones_32_filled:before { content: "\e6fc"; } .icon-ic_fluent_headphones_48_filled:before { content: "\e6fd"; } .icon-ic_fluent_headphones_sound_wave_20_filled:before { content: "\e6fe"; } .icon-ic_fluent_headphones_sound_wave_24_filled:before { content: "\e6ff"; } .icon-ic_fluent_headphones_sound_wave_28_filled:before { content: "\e700"; } .icon-ic_fluent_headphones_sound_wave_32_filled:before { content: "\e701"; } .icon-ic_fluent_headphones_sound_wave_48_filled:before { content: "\e702"; } .icon-ic_fluent_home_checkmark_16_filled:before { content: "\e720"; } .icon-ic_fluent_home_checkmark_20_filled:before { content: "\e721"; } .icon-ic_fluent_ink_stroke_20_filled:before { content: "\e745"; } .icon-ic_fluent_ink_stroke_24_filled:before { content: "\e746"; } .icon-ic_fluent_library_16_filled:before { content: "\e76f"; } .icon-ic_fluent_library_20_filled:before { content: "\e770"; } .icon-ic_fluent_list_16_filled:before { content: "\e787"; } .icon-ic_fluent_location_arrow_left_48_filled:before { content: "\e791"; } .icon-ic_fluent_location_arrow_right_48_filled:before { content: "\e792"; } .icon-ic_fluent_location_arrow_up_48_filled:before { content: "\e793"; } .icon-ic_fluent_mail_inbox_checkmark_28_filled:before { content: "\e7ce"; } .icon-ic_fluent_map_20_filled:before { content: "\e7e8"; } .icon-ic_fluent_multiplier_5x_20_filled:before { content: "\e854"; } .icon-ic_fluent_multiplier_5x_24_filled:before { content: "\e855"; } .icon-ic_fluent_multiplier_5x_28_filled:before { content: "\e856"; } .icon-ic_fluent_multiplier_5x_32_filled:before { content: "\e857"; } .icon-ic_fluent_multiplier_5x_48_filled:before { content: "\e858"; } .icon-ic_fluent_music_note_2_play_20_filled:before { content: "\e864"; } .icon-ic_fluent_notepad_12_filled:before { content: "\e88c"; } .icon-ic_fluent_organization_12_filled:before { content: "\e8a8"; } .icon-ic_fluent_people_community_add_20_filled:before { content: "\e907"; } .icon-ic_fluent_people_community_add_28_filled:before { content: "\e908"; } .icon-ic_fluent_person_6_32_filled:before { content: "\e931"; } .icon-ic_fluent_person_add_16_filled:before { content: "\e933"; } .icon-ic_fluent_person_add_28_filled:before { content: "\e934"; } .icon-ic_fluent_person_prohibited_16_filled:before { content: "\e954"; } .icon-ic_fluent_person_prohibited_28_filled:before { content: "\e956"; } .icon-ic_fluent_pin_28_filled:before { content: "\e994"; } .icon-ic_fluent_pin_32_filled:before { content: "\e995"; } .icon-ic_fluent_pin_48_filled:before { content: "\e996"; } .icon-ic_fluent_premium_person_20_filled:before { content: "\e9c5"; } .icon-ic_fluent_premium_person_24_filled:before { content: "\e9c6"; } .icon-ic_fluent_prohibited_multiple_16_filled:before { content: "\e9d8"; } .icon-ic_fluent_prohibited_multiple_20_filled:before { content: "\e9d9"; } .icon-ic_fluent_prohibited_multiple_24_filled:before { content: "\e9da"; } .icon-ic_fluent_read_aloud_16_filled:before { content: "\ea02"; } .icon-ic_fluent_read_aloud_28_filled:before { content: "\ea03"; } .icon-ic_fluent_shield_16_filled:before { content: "\eacc"; } .icon-ic_fluent_shield_28_filled:before { content: "\eacd"; } .icon-ic_fluent_shield_48_filled:before { content: "\eace"; } .icon-ic_fluent_shield_checkmark_16_filled:before { content: "\ead0"; } .icon-ic_fluent_shield_checkmark_20_filled:before { content: "\ead1"; } .icon-ic_fluent_shield_checkmark_24_filled:before { content: "\ead2"; } .icon-ic_fluent_shield_checkmark_28_filled:before { content: "\ead3"; } .icon-ic_fluent_shield_checkmark_48_filled:before { content: "\ead4"; } .icon-ic_fluent_top_speed_20_filled:before { content: "\ed9b"; } .icon-ic_fluent_checkmark_circle_12_filled:before { content: "\e31b"; } .icon-ic_fluent_add_square_multiple_16_filled:before { content: "\e008"; } .icon-ic_fluent_add_square_multiple_20_filled:before { content: "\e009"; } .icon-ic_fluent_arrow_forward_48_filled:before { content: "\e0d1"; } .icon-ic_fluent_arrow_sync_16_filled:before { content: "\e110"; } .icon-ic_fluent_book_open_28_filled:before { content: "\e18e"; } .icon-ic_fluent_book_open_32_filled:before { content: "\e18f"; } .icon-ic_fluent_book_open_48_filled:before { content: "\e190"; } .icon-ic_fluent_book_open_microphone_20_filled:before { content: "\e193"; } .icon-ic_fluent_book_open_microphone_24_filled:before { content: "\e194"; } .icon-ic_fluent_book_open_microphone_28_filled:before { content: "\e195"; } .icon-ic_fluent_book_open_microphone_32_filled:before { content: "\e196"; } .icon-ic_fluent_book_open_microphone_48_filled:before { content: "\e197"; } .icon-ic_fluent_briefcase_off_16_filled:before { content: "\e204"; } .icon-ic_fluent_briefcase_off_20_filled:before { content: "\e205"; } .icon-ic_fluent_briefcase_off_24_filled:before { content: "\e206"; } .icon-ic_fluent_briefcase_off_28_filled:before { content: "\e207"; } .icon-ic_fluent_briefcase_off_32_filled:before { content: "\e208"; } .icon-ic_fluent_briefcase_off_48_filled:before { content: "\e209"; } .icon-ic_fluent_building_bank_28_filled:before { content: "\e223"; } .icon-ic_fluent_building_bank_48_filled:before { content: "\e224"; } .icon-ic_fluent_building_bank_link_16_filled:before { content: "\e225"; } .icon-ic_fluent_building_bank_link_20_filled:before { content: "\e226"; } .icon-ic_fluent_building_bank_link_24_filled:before { content: "\e227"; } .icon-ic_fluent_building_bank_link_28_filled:before { content: "\e228"; } .icon-ic_fluent_building_bank_link_48_filled:before { content: "\e229"; } .icon-ic_fluent_calendar_mail_16_filled:before { content: "\e267"; } .icon-ic_fluent_calendar_rtl_12_filled:before { content: "\e275"; } .icon-ic_fluent_calendar_rtl_16_filled:before { content: "\e276"; } .icon-ic_fluent_chevron_double_up_16_filled:before { content: "\e341"; } .icon-ic_fluent_chevron_double_up_20_filled:before { content: "\e342"; } .icon-ic_fluent_cloud_28_filled:before { content: "\e398"; } .icon-ic_fluent_cloud_off_16_filled:before { content: "\e3bc"; } .icon-ic_fluent_cloud_off_20_filled:before { content: "\e3bd"; } .icon-ic_fluent_cloud_off_28_filled:before { content: "\e3be"; } .icon-ic_fluent_cloud_off_32_filled:before { content: "\e3bf"; } .icon-ic_fluent_cloud_sync_16_filled:before { content: "\e3c2"; } .icon-ic_fluent_cloud_sync_24_filled:before { content: "\e3c4"; } .icon-ic_fluent_cloud_sync_28_filled:before { content: "\e3c5"; } .icon-ic_fluent_cloud_sync_32_filled:before { content: "\e3c6"; } .icon-ic_fluent_cloud_sync_48_filled:before { content: "\e3c7"; } .icon-ic_fluent_dismiss_square_20_filled:before { content: "\e4d0"; } .icon-ic_fluent_document_footer_16_filled:before { content: "\e508"; } .icon-ic_fluent_document_footer_dismiss_24_filled:before { content: "\e50b"; } .icon-ic_fluent_document_header_16_filled:before { content: "\e50c"; } .icon-ic_fluent_document_header_arrow_down_16_filled:before { content: "\e50e"; } .icon-ic_fluent_document_header_dismiss_24_filled:before { content: "\e512"; } .icon-ic_fluent_document_header_footer_16_filled:before { content: "\e513"; } .icon-ic_fluent_document_ribbon_16_filled:before { content: "\e545"; } .icon-ic_fluent_document_ribbon_20_filled:before { content: "\e546"; } .icon-ic_fluent_document_ribbon_24_filled:before { content: "\e547"; } .icon-ic_fluent_document_ribbon_28_filled:before { content: "\e548"; } .icon-ic_fluent_document_ribbon_32_filled:before { content: "\e549"; } .icon-ic_fluent_document_ribbon_48_filled:before { content: "\e54a"; } .icon-ic_fluent_door_arrow_left_16_filled:before { content: "\e570"; } .icon-ic_fluent_drive_train_24_filled:before { content: "\e599"; } .icon-ic_fluent_engine_24_filled:before { content: "\e5ed"; } .icon-ic_fluent_folder_mail_16_filled:before { content: "\e663"; } .icon-ic_fluent_folder_sync_16_filled:before { content: "\e670"; } .icon-ic_fluent_gas_24_filled:before { content: "\e69e"; } .icon-ic_fluent_gas_pump_24_filled:before { content: "\e6a0"; } .icon-ic_fluent_mail_dismiss_16_filled:before { content: "\e7bf"; } .icon-ic_fluent_mail_prohibited_16_filled:before { content: "\e7dd"; } .icon-ic_fluent_mic_sparkle_16_filled:before { content: "\e821"; } .icon-ic_fluent_mic_sparkle_20_filled:before { content: "\e822"; } .icon-ic_fluent_mic_sparkle_24_filled:before { content: "\e823"; } .icon-ic_fluent_notepad_person_20_filled:before { content: "\e890"; } .icon-ic_fluent_notepad_person_24_filled:before { content: "\e891"; } .icon-ic_fluent_pin_off_16_filled:before { content: "\e997"; } .icon-ic_fluent_pin_off_48_filled:before { content: "\e99a"; } .icon-ic_fluent_skip_forward_tab_24_filled:before { content: "\eb14"; } .icon-ic_fluent_square_arrow_forward_16_filled:before { content: "\eb85"; } .icon-ic_fluent_square_arrow_forward_20_filled:before { content: "\eb86"; } .icon-ic_fluent_square_arrow_forward_24_filled:before { content: "\eb87"; } .icon-ic_fluent_square_arrow_forward_28_filled:before { content: "\eb88"; } .icon-ic_fluent_square_arrow_forward_32_filled:before { content: "\eb89"; } .icon-ic_fluent_square_arrow_forward_48_filled:before { content: "\eb8a"; } .icon-ic_fluent_subtract_square_multiple_20_filled:before { content: "\ebd6"; } .icon-ic_fluent_transmission_24_filled:before { content: "\ed9d"; } .icon-ic_fluent_wifi_off_20_filled:before { content: "\ee59"; } .icon-ic_fluent_wifi_off_24_filled:before { content: "\ee5a"; } .icon-ic_fluent_animal_cat_16_filled:before { content: "\f106"; } .icon-ic_fluent_animal_cat_20_filled:before { content: "\f126"; } .icon-ic_fluent_animal_cat_24_filled:before { content: "\f127"; } .icon-ic_fluent_animal_cat_28_filled:before { content: "\f128"; } .icon-ic_fluent_archive_settings_16_filled:before { content: "\f129"; } .icon-ic_fluent_arrow_circle_down_20_filled:before { content: "\f12c"; } .icon-ic_fluent_arrow_circle_down_24_filled:before { content: "\f12d"; } .icon-ic_fluent_arrow_circle_down_double_20_filled:before { content: "\f12e"; } .icon-ic_fluent_arrow_circle_down_double_24_filled:before { content: "\f12f"; } .icon-ic_fluent_arrow_circle_down_split_20_filled:before { content: "\f143"; } .icon-ic_fluent_arrow_circle_down_split_24_filled:before { content: "\f144"; } .icon-ic_fluent_arrow_down_32_filled:before { content: "\f14c"; } .icon-ic_fluent_arrow_down_48_filled:before { content: "\f14d"; } .icon-ic_fluent_arrow_fit_16_filled:before { content: "\f14e"; } .icon-ic_fluent_arrow_left_16_filled:before { content: "\f184"; } .icon-ic_fluent_arrow_left_32_filled:before { content: "\f189"; } .icon-ic_fluent_arrow_left_48_filled:before { content: "\f19e"; } .icon-ic_fluent_arrow_reset_20_filled:before { content: "\f19f"; } .icon-ic_fluent_arrow_reset_24_filled:before { content: "\f1a0"; } .icon-ic_fluent_arrow_right_32_filled:before { content: "\f1a2"; } .icon-ic_fluent_arrow_right_48_filled:before { content: "\f1a7"; } .icon-ic_fluent_arrow_sort_16_filled:before { content: "\f1ab"; } .icon-ic_fluent_arrow_sort_down_16_filled:before { content: "\f1ac"; } .icon-ic_fluent_arrow_sort_down_lines_16_filled:before { content: "\f1ad"; } .icon-ic_fluent_arrow_sort_up_16_filled:before { content: "\f1b3"; } .icon-ic_fluent_arrow_up_16_filled:before { content: "\f1b4"; } .icon-ic_fluent_arrow_up_32_filled:before { content: "\f1b8"; } .icon-ic_fluent_arrow_up_48_filled:before { content: "\f1b9"; } .icon-ic_fluent_barcode_scanner_20_filled:before { content: "\f1ba"; } .icon-ic_fluent_barcode_scanner_24_filled:before { content: "\f1e4"; } .icon-ic_fluent_beaker_edit_20_filled:before { content: "\f1e5"; } .icon-ic_fluent_beaker_edit_24_filled:before { content: "\f1e6"; } .icon-ic_fluent_book_toolbox_20_filled:before { content: "\f1e7"; } .icon-ic_fluent_bookmark_add_20_filled:before { content: "\f1e8"; } .icon-ic_fluent_bookmark_add_24_filled:before { content: "\f1e9"; } .icon-ic_fluent_bowl_chopsticks_16_filled:before { content: "\f1ea"; } .icon-ic_fluent_bowl_chopsticks_20_filled:before { content: "\f1eb"; } .icon-ic_fluent_bowl_chopsticks_24_filled:before { content: "\f1ec"; } .icon-ic_fluent_bowl_chopsticks_28_filled:before { content: "\f1ed"; } .icon-ic_fluent_brain_circuit_20_filled:before { content: "\f1ee"; } .icon-ic_fluent_briefcase_medical_20_filled:before { content: "\f1ef"; } .icon-ic_fluent_broom_16_filled:before { content: "\f1fe"; } .icon-ic_fluent_building_bank_toolbox_20_filled:before { content: "\f1ff"; } .icon-ic_fluent_calendar_info_16_filled:before { content: "\f203"; } .icon-ic_fluent_calendar_multiple_16_filled:before { content: "\f204"; } .icon-ic_fluent_call_checkmark_20_filled:before { content: "\f207"; } .icon-ic_fluent_call_dismiss_20_filled:before { content: "\f208"; } .icon-ic_fluent_call_dismiss_24_filled:before { content: "\f20b"; } .icon-ic_fluent_call_pause_20_filled:before { content: "\f20c"; } .icon-ic_fluent_call_pause_24_filled:before { content: "\f20d"; } .icon-ic_fluent_chat_help_20_filled:before { content: "\f220"; } .icon-ic_fluent_chat_settings_20_filled:before { content: "\f221"; } .icon-ic_fluent_chat_settings_24_filled:before { content: "\f229"; } .icon-ic_fluent_check_20_filled:before { content: "\f27b"; } .icon-ic_fluent_checkbox_checked_16_filled:before { content: "\f27c"; } .icon-ic_fluent_checkbox_checked_sync_16_filled:before { content: "\f27d"; } .icon-ic_fluent_checkmark_starburst_16_filled:before { content: "\f283"; } .icon-ic_fluent_chevron_double_down_16_filled:before { content: "\f284"; } .icon-ic_fluent_chevron_double_left_16_filled:before { content: "\f285"; } .icon-ic_fluent_chevron_double_right_16_filled:before { content: "\f2a7"; } .icon-ic_fluent_circle_half_fill_16_filled:before { content: "\f30a"; } .icon-ic_fluent_clipboard_heart_20_filled:before { content: "\f30b"; } .icon-ic_fluent_clipboard_pulse_20_filled:before { content: "\f322"; } .icon-ic_fluent_clipboard_settings_20_filled:before { content: "\f32d"; } .icon-ic_fluent_clock_arrow_download_20_filled:before { content: "\f32e"; } .icon-ic_fluent_cloud_add_16_filled:before { content: "\f32f"; } .icon-ic_fluent_cloud_edit_16_filled:before { content: "\f330"; } .icon-ic_fluent_cloud_flow_20_filled:before { content: "\f337"; } .icon-ic_fluent_cloud_link_16_filled:before { content: "\f338"; } .icon-ic_fluent_code_16_filled:before { content: "\f339"; } .icon-ic_fluent_comment_error_16_filled:before { content: "\f350"; } .icon-ic_fluent_comment_lightning_20_filled:before { content: "\f351"; } .icon-ic_fluent_comment_lightning_24_filled:before { content: "\f361"; } .icon-ic_fluent_contact_card_16_filled:before { content: "\f362"; } .icon-ic_fluent_contact_card_link_16_filled:before { content: "\f363"; } .icon-ic_fluent_contract_down_left_16_filled:before { content: "\f364"; } .icon-ic_fluent_contract_down_left_20_filled:before { content: "\f373"; } .icon-ic_fluent_contract_down_left_24_filled:before { content: "\f374"; } .icon-ic_fluent_contract_down_left_28_filled:before { content: "\f375"; } .icon-ic_fluent_contract_down_left_32_filled:before { content: "\f37b"; } .icon-ic_fluent_contract_down_left_48_filled:before { content: "\f397"; } .icon-ic_fluent_credit_card_toolbox_20_filled:before { content: "\f398"; } .icon-ic_fluent_data_bar_horizontal_20_filled:before { content: "\f39b"; } .icon-ic_fluent_data_usage_edit_20_filled:before { content: "\f3b2"; } .icon-ic_fluent_desktop_sync_16_filled:before { content: "\f3b3"; } .icon-ic_fluent_device_meeting_room_16_filled:before { content: "\f3b4"; } .icon-ic_fluent_device_meeting_room_24_filled:before { content: "\f3b5"; } .icon-ic_fluent_device_meeting_room_28_filled:before { content: "\f3b6"; } .icon-ic_fluent_device_meeting_room_32_filled:before { content: "\f3b7"; } .icon-ic_fluent_device_meeting_room_48_filled:before { content: "\f3bc"; } .icon-ic_fluent_device_meeting_room_remote_16_filled:before { content: "\f3bd"; } .icon-ic_fluent_device_meeting_room_remote_24_filled:before { content: "\f3c2"; } .icon-ic_fluent_device_meeting_room_remote_28_filled:before { content: "\f3cd"; } .icon-ic_fluent_device_meeting_room_remote_32_filled:before { content: "\f3ec"; } .icon-ic_fluent_device_meeting_room_remote_48_filled:before { content: "\f3ed"; } .icon-ic_fluent_dismiss_32_filled:before { content: "\f3f2"; } .icon-ic_fluent_dismiss_48_filled:before { content: "\f3ff"; } .icon-ic_fluent_document_arrow_up_16_filled:before { content: "\f400"; } .icon-ic_fluent_document_bullet_list_20_filled:before { content: "\f401"; } .icon-ic_fluent_document_bullet_list_24_filled:before { content: "\f402"; } .icon-ic_fluent_document_link_20_filled:before { content: "\f403"; } .icon-ic_fluent_document_link_24_filled:before { content: "\f404"; } .icon-ic_fluent_document_person_16_filled:before { content: "\f425"; } .icon-ic_fluent_document_settings_16_filled:before { content: "\f426"; } .icon-ic_fluent_document_split_hint_24_filled:before { content: "\f427"; } .icon-ic_fluent_document_split_hint_off_24_filled:before { content: "\f428"; } .icon-ic_fluent_edit_arrow_back_16_filled:before { content: "\f42d"; } .icon-ic_fluent_equal_off_20_filled:before { content: "\f42e"; } .icon-ic_fluent_error_circle_settings_16_filled:before { content: "\f42f"; } .icon-ic_fluent_expand_up_left_16_filled:before { content: "\f430"; } .icon-ic_fluent_expand_up_left_20_filled:before { content: "\f435"; } .icon-ic_fluent_expand_up_left_24_filled:before { content: "\f436"; } .icon-ic_fluent_expand_up_left_28_filled:before { content: "\f437"; } .icon-ic_fluent_expand_up_left_32_filled:before { content: "\f44f"; } .icon-ic_fluent_expand_up_left_48_filled:before { content: "\f450"; } .icon-ic_fluent_expand_up_right_16_filled:before { content: "\f453"; } .icon-ic_fluent_expand_up_right_20_filled:before { content: "\f454"; } .icon-ic_fluent_expand_up_right_24_filled:before { content: "\f471"; } .icon-ic_fluent_expand_up_right_28_filled:before { content: "\f49c"; } .icon-ic_fluent_expand_up_right_32_filled:before { content: "\f49d"; } .icon-ic_fluent_expand_up_right_48_filled:before { content: "\f49e"; } .icon-ic_fluent_fax_16_filled:before { content: "\f4b8"; } .icon-ic_fluent_flow_16_filled:before { content: "\f4b9"; } .icon-ic_fluent_folder_globe_16_filled:before { content: "\f4bb"; } .icon-ic_fluent_folder_person_16_filled:before { content: "\f4d0"; } .icon-ic_fluent_gauge_20_filled:before { content: "\f4d1"; } .icon-ic_fluent_gauge_24_filled:before { content: "\f4d2"; } .icon-ic_fluent_gift_card_16_filled:before { content: "\f4d7"; } .icon-ic_fluent_gift_card_20_filled:before { content: "\f4d8"; } .icon-ic_fluent_gift_card_add_20_filled:before { content: "\f4d9"; } .icon-ic_fluent_globe_location_20_filled:before { content: "\f4e6"; } .icon-ic_fluent_globe_star_16_filled:before { content: "\f4f5"; } .icon-ic_fluent_globe_video_20_filled:before { content: "\f507"; } .icon-ic_fluent_headset_add_20_filled:before { content: "\f508"; } .icon-ic_fluent_headset_add_24_filled:before { content: "\f509"; } .icon-ic_fluent_heart_28_filled:before { content: "\f50a"; } .icon-ic_fluent_heart_broken_16_filled:before { content: "\f50b"; } .icon-ic_fluent_laptop_dismiss_16_filled:before { content: "\f50f"; } .icon-ic_fluent_mail_add_16_filled:before { content: "\f517"; } .icon-ic_fluent_mail_add_20_filled:before { content: "\f529"; } .icon-ic_fluent_mail_alert_16_filled:before { content: "\f52a"; } .icon-ic_fluent_mail_alert_20_filled:before { content: "\f534"; } .icon-ic_fluent_mail_alert_24_filled:before { content: "\f535"; } .icon-ic_fluent_mail_arrow_down_16_filled:before { content: "\f536"; } .icon-ic_fluent_mail_arrow_up_20_filled:before { content: "\f537"; } .icon-ic_fluent_mail_arrow_up_24_filled:before { content: "\f555"; } .icon-ic_fluent_mail_checkmark_16_filled:before { content: "\f556"; } .icon-ic_fluent_mail_clock_16_filled:before { content: "\f55b"; } .icon-ic_fluent_mail_clock_24_filled:before { content: "\f55c"; } .icon-ic_fluent_mail_dismiss_20_filled:before { content: "\f55d"; } .icon-ic_fluent_mail_dismiss_24_filled:before { content: "\f55e"; } .icon-ic_fluent_mail_error_20_filled:before { content: "\f55f"; } .icon-ic_fluent_mail_error_24_filled:before { content: "\f567"; } .icon-ic_fluent_mail_inbox_arrow_down_16_filled:before { content: "\f568"; } .icon-ic_fluent_mail_link_20_filled:before { content: "\f58f"; } .icon-ic_fluent_mail_link_24_filled:before { content: "\f596"; } .icon-ic_fluent_mail_pause_16_filled:before { content: "\f5b0"; } .icon-ic_fluent_mail_prohibited_20_filled:before { content: "\f5d5"; } .icon-ic_fluent_mail_prohibited_24_filled:before { content: "\f5ec"; } .icon-ic_fluent_mail_settings_16_filled:before { content: "\f5ed"; } .icon-ic_fluent_mail_shield_16_filled:before { content: "\f5f2"; } .icon-ic_fluent_mail_template_20_filled:before { content: "\f5f3"; } .icon-ic_fluent_mail_template_24_filled:before { content: "\f5f7"; } .icon-ic_fluent_mail_warning_16_filled:before { content: "\f5f8"; } .icon-ic_fluent_meet_now_28_filled:before { content: "\f600"; } .icon-ic_fluent_meet_now_32_filled:before { content: "\f601"; } .icon-ic_fluent_meet_now_48_filled:before { content: "\f63b"; } .icon-ic_fluent_megaphone_loud_20_filled:before { content: "\f655"; } .icon-ic_fluent_microscope_20_filled:before { content: "\f656"; } .icon-ic_fluent_microscope_24_filled:before { content: "\f659"; } .icon-ic_fluent_molecule_16_filled:before { content: "\f65a"; } .icon-ic_fluent_molecule_20_filled:before { content: "\f663"; } .icon-ic_fluent_molecule_24_filled:before { content: "\f664"; } .icon-ic_fluent_molecule_28_filled:before { content: "\f667"; } .icon-ic_fluent_molecule_32_filled:before { content: "\f668"; } .icon-ic_fluent_molecule_48_filled:before { content: "\f669"; } .icon-ic_fluent_note_16_filled:before { content: "\f66d"; } .icon-ic_fluent_note_pin_16_filled:before { content: "\f66e"; } .icon-ic_fluent_notepad_16_filled:before { content: "\f66f"; } .icon-ic_fluent_notepad_edit_16_filled:before { content: "\f670"; } .icon-ic_fluent_open_32_filled:before { content: "\f671"; } .icon-ic_fluent_padding_down_20_filled:before { content: "\f68b"; } .icon-ic_fluent_padding_down_24_filled:before { content: "\f68c"; } .icon-ic_fluent_padding_left_20_filled:before { content: "\f69e"; } .icon-ic_fluent_padding_left_24_filled:before { content: "\f6a7"; } .icon-ic_fluent_padding_right_20_filled:before { content: "\f6a8"; } .icon-ic_fluent_padding_right_24_filled:before { content: "\f6a9"; } .icon-ic_fluent_padding_top_20_filled:before { content: "\f6bd"; } .icon-ic_fluent_padding_top_24_filled:before { content: "\f6c2"; } .icon-ic_fluent_patch_20_filled:before { content: "\f6c3"; } .icon-ic_fluent_patch_24_filled:before { content: "\f6c4"; } .icon-ic_fluent_pause_circle_20_filled:before { content: "\f6c5"; } .icon-ic_fluent_people_sync_16_filled:before { content: "\f6c6"; } .icon-ic_fluent_people_toolbox_16_filled:before { content: "\f6d3"; } .icon-ic_fluent_person_chat_16_filled:before { content: "\f6d4"; } .icon-ic_fluent_person_chat_20_filled:before { content: "\f6da"; } .icon-ic_fluent_person_chat_24_filled:before { content: "\f6dc"; } .icon-ic_fluent_person_info_16_filled:before { content: "\f6df"; } .icon-ic_fluent_person_lock_16_filled:before { content: "\f6e1"; } .icon-ic_fluent_person_lock_20_filled:before { content: "\f6e2"; } .icon-ic_fluent_person_subtract_16_filled:before { content: "\f6f6"; } .icon-ic_fluent_phone_16_filled:before { content: "\f6f7"; } .icon-ic_fluent_phone_checkmark_16_filled:before { content: "\f6f8"; } .icon-ic_fluent_pill_16_filled:before { content: "\f6f9"; } .icon-ic_fluent_pill_20_filled:before { content: "\f6fa"; } .icon-ic_fluent_pill_24_filled:before { content: "\f6fb"; } .icon-ic_fluent_pill_28_filled:before { content: "\f6fc"; } .icon-ic_fluent_print_16_filled:before { content: "\f703"; } .icon-ic_fluent_print_add_20_filled:before { content: "\f705"; } .icon-ic_fluent_production_20_filled:before { content: "\f706"; } .icon-ic_fluent_production_24_filled:before { content: "\f707"; } .icon-ic_fluent_production_checkmark_20_filled:before { content: "\f70c"; } .icon-ic_fluent_production_checkmark_24_filled:before { content: "\f70d"; } .icon-ic_fluent_prohibited_16_filled:before { content: "\f70e"; } .icon-ic_fluent_ratio_one_to_one_20_filled:before { content: "\f713"; } .icon-ic_fluent_ratio_one_to_one_24_filled:before { content: "\f714"; } .icon-ic_fluent_receipt_add_20_filled:before { content: "\f715"; } .icon-ic_fluent_receipt_bag_20_filled:before { content: "\f71e"; } .icon-ic_fluent_receipt_cube_20_filled:before { content: "\f745"; } .icon-ic_fluent_receipt_money_20_filled:before { content: "\f746"; } .icon-ic_fluent_record_12_filled:before { content: "\f747"; } .icon-ic_fluent_record_28_filled:before { content: "\f74d"; } .icon-ic_fluent_record_32_filled:before { content: "\f74e"; } .icon-ic_fluent_record_48_filled:before { content: "\f74f"; } .icon-ic_fluent_record_stop_12_filled:before { content: "\f770"; } .icon-ic_fluent_record_stop_16_filled:before { content: "\f771"; } .icon-ic_fluent_record_stop_20_filled:before { content: "\f772"; } .icon-ic_fluent_record_stop_24_filled:before { content: "\f773"; } .icon-ic_fluent_record_stop_28_filled:before { content: "\f774"; } .icon-ic_fluent_record_stop_32_filled:before { content: "\f77c"; } .icon-ic_fluent_record_stop_48_filled:before { content: "\f77d"; } .icon-ic_fluent_ribbon_add_20_filled:before { content: "\f77e"; } .icon-ic_fluent_ribbon_add_24_filled:before { content: "\f77f"; } .icon-ic_fluent_server_20_filled:before { content: "\f781"; } .icon-ic_fluent_server_24_filled:before { content: "\f784"; } .icon-ic_fluent_shield_badge_20_filled:before { content: "\f785"; } .icon-ic_fluent_shopping_bag_16_filled:before { content: "\f786"; } .icon-ic_fluent_shopping_bag_20_filled:before { content: "\f787"; } .icon-ic_fluent_shopping_bag_24_filled:before { content: "\f788"; } .icon-ic_fluent_slide_multiple_search_20_filled:before { content: "\f78b"; } .icon-ic_fluent_slide_multiple_search_24_filled:before { content: "\f78c"; } .icon-ic_fluent_smartwatch_20_filled:before { content: "\f78d"; } .icon-ic_fluent_smartwatch_24_filled:before { content: "\f78e"; } .icon-ic_fluent_smartwatch_dot_20_filled:before { content: "\f79e"; } .icon-ic_fluent_smartwatch_dot_24_filled:before { content: "\f79f"; } .icon-ic_fluent_square_multiple_24_filled:before { content: "\f7a4"; } .icon-ic_fluent_stack_16_filled:before { content: "\f7a5"; } .icon-ic_fluent_stack_20_filled:before { content: "\f7aa"; } .icon-ic_fluent_stack_24_filled:before { content: "\f7be"; } .icon-ic_fluent_subtract_circle_16_filled:before { content: "\f7bf"; } .icon-ic_fluent_subtract_circle_20_filled:before { content: "\f7c8"; } .icon-ic_fluent_subtract_circle_24_filled:before { content: "\f7c9"; } .icon-ic_fluent_subtract_circle_28_filled:before { content: "\f7cc"; } .icon-ic_fluent_subtract_circle_32_filled:before { content: "\f7cd"; } .icon-ic_fluent_tag_multiple_16_filled:before { content: "\f7ce"; } .icon-ic_fluent_target_arrow_16_filled:before { content: "\f7cf"; } .icon-ic_fluent_target_arrow_20_filled:before { content: "\f7d0"; } .icon-ic_fluent_text_bullet_list_square_edit_20_filled:before { content: "\f7d1"; } .icon-ic_fluent_text_bullet_list_square_edit_24_filled:before { content: "\f7d2"; } .icon-ic_fluent_tooltip_quote_20_filled:before { content: "\f7d3"; } .icon-ic_fluent_vehicle_car_profile_ltr_16_filled:before { content: "\f7e5"; } .icon-ic_fluent_vehicle_car_profile_rtl_16_filled:before { content: "\f7e6"; } .icon-ic_fluent_vehicle_truck_profile_16_filled:before { content: "\f802"; } .icon-ic_fluent_voicemail_arrow_back_16_filled:before { content: "\f803"; } .icon-ic_fluent_voicemail_arrow_forward_16_filled:before { content: "\f804"; } .icon-ic_fluent_voicemail_subtract_16_filled:before { content: "\f815"; } .icon-ic_fluent_wifi_warning_24_filled:before { content: "\f816"; } .icon-ic_fluent_window_edit_16_filled:before { content: "\f81d"; } .icon-ic_fluent_arrow_sort_down_20_filled:before { content: "\f81e"; } .icon-ic_fluent_arrow_sort_down_24_filled:before { content: "\f82a"; } .icon-ic_fluent_arrow_sort_up_20_filled:before { content: "\f82b"; } .icon-ic_fluent_arrow_sort_up_24_filled:before { content: "\f83a"; } .icon-ic_fluent_arrow_turn_bidirectional_down_right_24_filled:before { content: "\f83b"; } .icon-ic_fluent_arrow_turn_right_24_filled:before { content: "\f851"; } .icon-ic_fluent_book_question_mark_rtl_24_filled:before { content: "\f852"; } .icon-ic_fluent_brain_circuit_24_filled:before { content: "\f853"; } .icon-ic_fluent_building_bank_toolbox_24_filled:before { content: "\f854"; } .icon-ic_fluent_calendar_checkmark_28_filled:before { content: "\f877"; } .icon-ic_fluent_calendar_search_16_filled:before { content: "\f878"; } .icon-ic_fluent_call_park_32_filled:before { content: "\f879"; } .icon-ic_fluent_chat_bubbles_question_16_filled:before { content: "\f8c0"; } .icon-ic_fluent_chat_multiple_16_filled:before { content: "\f8c1"; } .icon-ic_fluent_chat_multiple_20_filled:before { content: "\f8e0"; } .icon-ic_fluent_chat_multiple_24_filled:before { content: "\f8eb"; } .icon-ic_fluent_checkmark_32_filled:before { content: "\f8ec"; } .icon-ic_fluent_checkmark_circle_32_filled:before { content: "\e31c"; } .icon-ic_fluent_clipboard_bullet_list_ltr_16_filled:before { content: "\e35c"; } .icon-ic_fluent_clipboard_bullet_list_rtl_16_filled:before { content: "\e35e"; } .icon-ic_fluent_column_edit_20_filled:before { content: "\e3d8"; } .icon-ic_fluent_column_edit_24_filled:before { content: "\e3d9"; } .icon-ic_fluent_contact_card_28_filled:before { content: "\e415"; } .icon-ic_fluent_contact_card_32_filled:before { content: "\e416"; } .icon-ic_fluent_contact_card_48_filled:before { content: "\e417"; } .icon-ic_fluent_diagram_24_filled:before { content: "\e4c1"; } .icon-ic_fluent_dismiss_circle_32_filled:before { content: "\e4cf"; } .icon-ic_fluent_document_arrow_down_16_filled:before { content: "\e4eb"; } .icon-ic_fluent_document_bullet_list_clock_20_filled:before { content: "\e4f5"; } .icon-ic_fluent_document_bullet_list_clock_24_filled:before { content: "\e4f6"; } .icon-ic_fluent_document_bullet_list_off_24_filled:before { content: "\e4fa"; } .icon-ic_fluent_document_multiple_16_filled:before { content: "\e52b"; } .icon-ic_fluent_document_pill_20_filled:before { content: "\e538"; } .icon-ic_fluent_document_pill_24_filled:before { content: "\e539"; } .icon-ic_fluent_document_save_20_filled:before { content: "\e54b"; } .icon-ic_fluent_document_save_24_filled:before { content: "\e54c"; } .icon-ic_fluent_door_16_filled:before { content: "\e56d"; } .icon-ic_fluent_dual_screen_arrow_up_24_filled:before { content: "\e5a4"; } .icon-ic_fluent_dual_screen_closed_alert_24_filled:before { content: "\e5a7"; } .icon-ic_fluent_emoji_multiple_20_filled:before { content: "\e5df"; } .icon-ic_fluent_emoji_multiple_24_filled:before { content: "\e5e0"; } .icon-ic_fluent_gantt_chart_20_filled:before { content: "\e69b"; } .icon-ic_fluent_gantt_chart_24_filled:before { content: "\e69c"; } .icon-ic_fluent_gift_card_add_24_filled:before { content: "\e6aa"; } .icon-ic_fluent_hand_draw_24_filled:before { content: "\e6e5"; } .icon-ic_fluent_image_arrow_back_24_filled:before { content: "\e72a"; } .icon-ic_fluent_image_arrow_forward_24_filled:before { content: "\e72e"; } .icon-ic_fluent_image_multiple_16_filled:before { content: "\e731"; } .icon-ic_fluent_image_reflection_24_filled:before { content: "\e73d"; } .icon-ic_fluent_image_shadow_24_filled:before { content: "\e73f"; } .icon-ic_fluent_mail_arrow_double_back_16_filled:before { content: "\e7b4"; } .icon-ic_fluent_mail_arrow_forward_16_filled:before { content: "\e7b7"; } .icon-ic_fluent_mail_attach_16_filled:before { content: "\e7ba"; } .icon-ic_fluent_more_horizontal_32_filled:before { content: "\e835"; } .icon-ic_fluent_more_vertical_32_filled:before { content: "\e838"; } .icon-ic_fluent_organization_16_filled:before { content: "\e8a9"; } .icon-ic_fluent_organization_32_filled:before { content: "\e8aa"; } .icon-ic_fluent_organization_48_filled:before { content: "\e8ab"; } .icon-ic_fluent_orientation_24_filled:before { content: "\e8ae"; } .icon-ic_fluent_people_list_16_filled:before { content: "\e90d"; } .icon-ic_fluent_people_money_20_filled:before { content: "\e913"; } .icon-ic_fluent_people_money_24_filled:before { content: "\e914"; } .icon-ic_fluent_person_pill_20_filled:before { content: "\e952"; } .icon-ic_fluent_person_pill_24_filled:before { content: "\e953"; } .icon-ic_fluent_person_settings_16_filled:before { content: "\e957"; } .icon-ic_fluent_pivot_20_filled:before { content: "\e99f"; } .icon-ic_fluent_pivot_24_filled:before { content: "\e9a0"; } .icon-ic_fluent_play_12_filled:before { content: "\e9a1"; } .icon-ic_fluent_print_add_24_filled:before { content: "\e9d6"; } .icon-ic_fluent_pulse_28_filled:before { content: "\e9e6"; } .icon-ic_fluent_receipt_add_24_filled:before { content: "\ea08"; } .icon-ic_fluent_receipt_bag_24_filled:before { content: "\ea09"; } .icon-ic_fluent_receipt_cube_24_filled:before { content: "\ea0a"; } .icon-ic_fluent_scan_object_20_filled:before { content: "\ea69"; } .icon-ic_fluent_scan_object_24_filled:before { content: "\ea6a"; } .icon-ic_fluent_search_12_filled:before { content: "\ea83"; } .icon-ic_fluent_search_32_filled:before { content: "\ea85"; } .icon-ic_fluent_search_48_filled:before { content: "\ea86"; } .icon-ic_fluent_share_16_filled:before { content: "\eaaf"; } .icon-ic_fluent_shield_badge_24_filled:before { content: "\eacf"; } .icon-ic_fluent_shield_lock_16_filled:before { content: "\ead8"; } .icon-ic_fluent_slide_eraser_16_filled:before { content: "\eb1d"; } .icon-ic_fluent_slide_eraser_20_filled:before { content: "\eb1e"; } .icon-ic_fluent_slide_grid_24_filled:before { content: "\eb21"; } .icon-ic_fluent_square_16_filled:before { content: "\eb7d"; } .icon-ic_fluent_square_add_16_filled:before { content: "\eb83"; } .icon-ic_fluent_square_hint_arrow_back_16_filled:before { content: "\eb96"; } .icon-ic_fluent_steps_20_filled:before { content: "\ebb9"; } .icon-ic_fluent_steps_24_filled:before { content: "\ebba"; } .icon-ic_fluent_tab_desktop_bottom_24_filled:before { content: "\ebe7"; } .icon-ic_fluent_tab_desktop_multiple_bottom_24_filled:before { content: "\ebe9"; } .icon-ic_fluent_task_list_square_add_20_filled:before { content: "\ec94"; } .icon-ic_fluent_task_list_square_add_24_filled:before { content: "\ec95"; } .icon-ic_fluent_task_list_square_ltr_20_filled:before { content: "\ec97"; } .icon-ic_fluent_task_list_square_ltr_24_filled:before { content: "\ec98"; } .icon-ic_fluent_task_list_square_rtl_20_filled:before { content: "\ec9a"; } .icon-ic_fluent_task_list_square_rtl_24_filled:before { content: "\ec9b"; } .icon-ic_fluent_text_align_distributed_evenly_24_filled:before { content: "\ecb8"; } .icon-ic_fluent_text_align_distributed_vertical_24_filled:before { content: "\ecba"; } .icon-ic_fluent_text_align_justify_low_24_filled:before { content: "\ecbc"; } .icon-ic_fluent_textbox_more_24_filled:before { content: "\ed74"; } .icon-ic_fluent_video_32_filled:before { content: "\edf0"; } .icon-ic_fluent_video_48_filled:before { content: "\edf4"; } .icon-ic_fluent_video_clip_16_filled:before { content: "\edfe"; } .icon-ic_fluent_window_ad_person_20_filled:before { content: "\ee63"; } .icon-ic_fluent_window_dev_edit_16_filled:before { content: "\ee71"; } .icon-ic_fluent_arrow_autofit_height_dotted_24_filled:before { content: "\e079"; } .icon-ic_fluent_arrow_autofit_width_dotted_24_filled:before { content: "\e07e"; } .icon-ic_fluent_multiselect_rtl_16_filled:before { content: "\e85c"; } .icon-ic_fluent_animal_dog_16_filled:before { content: "\e04f"; } .icon-ic_fluent_archive_settings_20_filled:before { content: "\e070"; } .icon-ic_fluent_arrow_clockwise_16_filled:before { content: "\e0aa"; } .icon-ic_fluent_arrow_clockwise_dashes_20_filled:before { content: "\e0ae"; } .icon-ic_fluent_arrow_clockwise_dashes_24_filled:before { content: "\e0af"; } .icon-ic_fluent_arrow_counterclockwise_dashes_20_filled:before { content: "\e0b6"; } .icon-ic_fluent_arrow_counterclockwise_dashes_24_filled:before { content: "\e0b7"; } .icon-ic_fluent_arrow_export_ltr_16_filled:before { content: "\e0c6"; } .icon-ic_fluent_arrow_export_up_20_filled:before { content: "\e0cb"; } .icon-ic_fluent_arrow_export_up_24_filled:before { content: "\e0cc"; } .icon-ic_fluent_arrow_routing_20_filled:before { content: "\e0ed"; } .icon-ic_fluent_arrow_routing_24_filled:before { content: "\e0ee"; } .icon-ic_fluent_arrow_routing_rectangle_multiple_20_filled:before { content: "\e0ef"; } .icon-ic_fluent_arrow_routing_rectangle_multiple_24_filled:before { content: "\e0f0"; } .icon-ic_fluent_bin_full_20_filled:before { content: "\e15c"; } .icon-ic_fluent_bin_full_24_filled:before { content: "\e15d"; } .icon-ic_fluent_book_toolbox_24_filled:before { content: "\e1a4"; } .icon-ic_fluent_box_16_filled:before { content: "\e1ce"; } .icon-ic_fluent_braces_variable_20_filled:before { content: "\e1eb"; } .icon-ic_fluent_braces_variable_24_filled:before { content: "\e1ec"; } .icon-ic_fluent_briefcase_16_filled:before { content: "\e1fd"; } .icon-ic_fluent_briefcase_medical_16_filled:before { content: "\e201"; } .icon-ic_fluent_building_retail_20_filled:before { content: "\e239"; } .icon-ic_fluent_building_retail_money_20_filled:before { content: "\e23a"; } .icon-ic_fluent_building_retail_money_24_filled:before { content: "\e23b"; } .icon-ic_fluent_building_retail_shield_20_filled:before { content: "\e23d"; } .icon-ic_fluent_building_retail_shield_24_filled:before { content: "\e23e"; } .icon-ic_fluent_building_retail_toolbox_20_filled:before { content: "\e23f"; } .icon-ic_fluent_building_retail_toolbox_24_filled:before { content: "\e240"; } .icon-ic_fluent_calculator_multiple_20_filled:before { content: "\e24a"; } .icon-ic_fluent_calculator_multiple_24_filled:before { content: "\e24b"; } .icon-ic_fluent_calendar_3_day_16_filled:before { content: "\e24c"; } .icon-ic_fluent_calendar_arrow_right_16_filled:before { content: "\e251"; } .icon-ic_fluent_calendar_day_16_filled:before { content: "\e258"; } .icon-ic_fluent_calendar_info_20_filled:before { content: "\e25f"; } .icon-ic_fluent_calendar_settings_16_filled:before { content: "\e27d"; } .icon-ic_fluent_call_checkmark_24_filled:before { content: "\e28b"; } .icon-ic_fluent_call_end_16_filled:before { content: "\e28e"; } .icon-ic_fluent_camera_dome_16_filled:before { content: "\e2ae"; } .icon-ic_fluent_camera_dome_20_filled:before { content: "\e2af"; } .icon-ic_fluent_camera_dome_24_filled:before { content: "\e2b0"; } .icon-ic_fluent_camera_dome_28_filled:before { content: "\e2b1"; } .icon-ic_fluent_camera_dome_48_filled:before { content: "\e2b2"; } .icon-ic_fluent_chat_12_filled:before { content: "\e2f7"; } .icon-ic_fluent_chevron_double_down_20_filled:before { content: "\e33e"; } .icon-ic_fluent_chevron_double_left_20_filled:before { content: "\e33f"; } .icon-ic_fluent_chevron_double_right_20_filled:before { content: "\e340"; } .icon-ic_fluent_clipboard_bullet_list_ltr_20_filled:before { content: "\e35d"; } .icon-ic_fluent_clipboard_bullet_list_rtl_20_filled:before { content: "\e35f"; } .icon-ic_fluent_clipboard_checkmark_20_filled:before { content: "\e360"; } .icon-ic_fluent_clipboard_checkmark_24_filled:before { content: "\e361"; } .icon-ic_fluent_clipboard_error_20_filled:before { content: "\e368"; } .icon-ic_fluent_clipboard_error_24_filled:before { content: "\e369"; } .icon-ic_fluent_clipboard_heart_24_filled:before { content: "\e36a"; } .icon-ic_fluent_clipboard_task_20_filled:before { content: "\e372"; } .icon-ic_fluent_clipboard_task_24_filled:before { content: "\e373"; } .icon-ic_fluent_clipboard_task_add_20_filled:before { content: "\e374"; } .icon-ic_fluent_clipboard_task_add_24_filled:before { content: "\e375"; } .icon-ic_fluent_clipboard_task_list_ltr_20_filled:before { content: "\e376"; } .icon-ic_fluent_clipboard_task_list_ltr_24_filled:before { content: "\e377"; } .icon-ic_fluent_clock_alarm_16_filled:before { content: "\e384"; } .icon-ic_fluent_cloud_add_20_filled:before { content: "\e39a"; } .icon-ic_fluent_cloud_edit_20_filled:before { content: "\e3b9"; } .icon-ic_fluent_cloud_link_20_filled:before { content: "\e3bb"; } .icon-ic_fluent_color_16_filled:before { content: "\e3d1"; } .icon-ic_fluent_column_triple_20_filled:before { content: "\e3da"; } .icon-ic_fluent_column_triple_edit_20_filled:before { content: "\e3db"; } .icon-ic_fluent_column_triple_edit_24_filled:before { content: "\e3dc"; } .icon-ic_fluent_comment_error_20_filled:before { content: "\e3fd"; } .icon-ic_fluent_communication_person_20_filled:before { content: "\e411"; } .icon-ic_fluent_communication_person_24_filled:before { content: "\e412"; } .icon-ic_fluent_contact_card_link_20_filled:before { content: "\e41c"; } .icon-ic_fluent_data_trending_16_filled:before { content: "\e468"; } .icon-ic_fluent_data_trending_20_filled:before { content: "\e469"; } .icon-ic_fluent_data_trending_24_filled:before { content: "\e46a"; } .icon-ic_fluent_data_usage_edit_24_filled:before { content: "\e46c"; } .icon-ic_fluent_database_20_filled:before { content: "\e472"; } .icon-ic_fluent_database_24_filled:before { content: "\e473"; } .icon-ic_fluent_database_search_20_filled:before { content: "\e47e"; } .icon-ic_fluent_database_search_24_filled:before { content: "\e47f"; } .icon-ic_fluent_delete_arrow_back_16_filled:before { content: "\e488"; } .icon-ic_fluent_desktop_edit_16_filled:before { content: "\e49b"; } .icon-ic_fluent_dismiss_circle_12_filled:before { content: "\e4cd"; } .icon-ic_fluent_divider_tall_16_filled:before { content: "\e4da"; } .icon-ic_fluent_document_arrow_down_20_filled:before { content: "\e4ec"; } .icon-ic_fluent_document_heart_20_filled:before { content: "\e514"; } .icon-ic_fluent_document_heart_24_filled:before { content: "\e515"; } .icon-ic_fluent_document_heart_pulse_20_filled:before { content: "\e516"; } .icon-ic_fluent_document_heart_pulse_24_filled:before { content: "\e517"; } .icon-ic_fluent_document_multiple_20_filled:before { content: "\e52c"; } .icon-ic_fluent_document_multiple_prohibited_20_filled:before { content: "\e530"; } .icon-ic_fluent_document_multiple_prohibited_24_filled:before { content: "\e531"; } .icon-ic_fluent_document_search_16_filled:before { content: "\e54d"; } .icon-ic_fluent_door_20_filled:before { content: "\e56e"; } .icon-ic_fluent_emoji_laugh_16_filled:before { content: "\e5de"; } .icon-ic_fluent_equal_off_24_filled:before { content: "\e5f0"; } .icon-ic_fluent_error_circle_settings_20_filled:before { content: "\e5fb"; } .icon-ic_fluent_eye_off_16_filled:before { content: "\e601"; } .icon-ic_fluent_fax_20_filled:before { content: "\e615"; } .icon-ic_fluent_filter_dismiss_16_filled:before { content: "\e619"; } .icon-ic_fluent_filter_dismiss_20_filled:before { content: "\e61a"; } .icon-ic_fluent_flashlight_16_filled:before { content: "\e635"; } .icon-ic_fluent_flashlight_20_filled:before { content: "\e636"; } .icon-ic_fluent_flow_20_filled:before { content: "\e644"; } .icon-ic_fluent_fluid_16_filled:before { content: "\e64d"; } .icon-ic_fluent_folder_add_16_filled:before { content: "\e652"; } .icon-ic_fluent_folder_globe_20_filled:before { content: "\e662"; } .icon-ic_fluent_folder_mail_20_filled:before { content: "\e664"; } .icon-ic_fluent_folder_person_20_filled:before { content: "\e667"; } .icon-ic_fluent_folder_sync_20_filled:before { content: "\e671"; } .icon-ic_fluent_food_16_filled:before { content: "\e673"; } .icon-ic_fluent_food_cake_16_filled:before { content: "\e677"; } .icon-ic_fluent_full_screen_maximize_16_filled:before { content: "\e690"; } .icon-ic_fluent_full_screen_maximize_20_filled:before { content: "\e691"; } .icon-ic_fluent_gif_16_filled:before { content: "\e6a7"; } .icon-ic_fluent_gift_16_filled:before { content: "\e6a8"; } .icon-ic_fluent_globe_star_20_filled:before { content: "\e6ca"; } .icon-ic_fluent_globe_surface_20_filled:before { content: "\e6cb"; } .icon-ic_fluent_globe_surface_24_filled:before { content: "\e6cc"; } .icon-ic_fluent_heart_broken_20_filled:before { content: "\e70a"; } .icon-ic_fluent_history_16_filled:before { content: "\e712"; } .icon-ic_fluent_image_prohibited_20_filled:before { content: "\e73a"; } .icon-ic_fluent_image_prohibited_24_filled:before { content: "\e73b"; } .icon-ic_fluent_info_12_filled:before { content: "\e743"; } .icon-ic_fluent_iot_20_filled:before { content: "\e74b"; } .icon-ic_fluent_iot_24_filled:before { content: "\e74c"; } .icon-ic_fluent_mail_open_person_16_filled:before { content: "\e7d9"; } .icon-ic_fluent_mail_template_16_filled:before { content: "\e7e5"; } .icon-ic_fluent_navigation_16_filled:before { content: "\e86d"; } .icon-ic_fluent_news_16_filled:before { content: "\e874"; } .icon-ic_fluent_note_edit_20_filled:before { content: "\e87c"; } .icon-ic_fluent_note_edit_24_filled:before { content: "\e87d"; } .icon-ic_fluent_notepad_edit_20_filled:before { content: "\e88e"; } .icon-ic_fluent_people_list_20_filled:before { content: "\e90e"; } .icon-ic_fluent_people_settings_24_filled:before { content: "\e91a"; } .icon-ic_fluent_people_team_toolbox_20_filled:before { content: "\e92a"; } .icon-ic_fluent_people_team_toolbox_24_filled:before { content: "\e92b"; } .icon-ic_fluent_person_feedback_16_filled:before { content: "\e942"; } .icon-ic_fluent_person_money_20_filled:before { content: "\e94e"; } .icon-ic_fluent_person_money_24_filled:before { content: "\e94f"; } .icon-ic_fluent_phone_eraser_16_filled:before { content: "\e96e"; } .icon-ic_fluent_port_hdmi_24_filled:before { content: "\e9b3"; } .icon-ic_fluent_port_micro_usb_24_filled:before { content: "\e9b5"; } .icon-ic_fluent_port_usb_a_24_filled:before { content: "\e9b7"; } .icon-ic_fluent_port_usb_c_24_filled:before { content: "\e9b9"; } .icon-ic_fluent_prohibited_12_filled:before { content: "\e9d7"; } .icon-ic_fluent_receipt_play_20_filled:before { content: "\ea0c"; } .icon-ic_fluent_receipt_play_24_filled:before { content: "\ea0d"; } .icon-ic_fluent_save_search_20_filled:before { content: "\ea55"; } .icon-ic_fluent_search_settings_20_filled:before { content: "\ea88"; } .icon-ic_fluent_shield_lock_20_filled:before { content: "\ead9"; } .icon-ic_fluent_square_add_20_filled:before { content: "\eb84"; } .icon-ic_fluent_star_line_horizontal_3_16_filled:before { content: "\ebb5"; } .icon-ic_fluent_stream_20_filled:before { content: "\ebbe"; } .icon-ic_fluent_stream_24_filled:before { content: "\ebbf"; } .icon-ic_fluent_syringe_20_filled:before { content: "\ebdc"; } .icon-ic_fluent_syringe_24_filled:before { content: "\ebdd"; } .icon-ic_fluent_tag_dismiss_20_filled:before { content: "\ec6f"; } .icon-ic_fluent_tag_dismiss_24_filled:before { content: "\ec70"; } .icon-ic_fluent_target_arrow_24_filled:before { content: "\ec8f"; } .icon-ic_fluent_temperature_16_filled:before { content: "\ec9f"; } .icon-ic_fluent_thumb_dislike_16_filled:before { content: "\ed77"; } .icon-ic_fluent_tooltip_quote_24_filled:before { content: "\ed9a"; } .icon-ic_fluent_umbrella_20_filled:before { content: "\edcc"; } .icon-ic_fluent_umbrella_24_filled:before { content: "\edcd"; } .icon-ic_fluent_vehicle_truck_profile_20_filled:before { content: "\edee"; } .icon-ic_fluent_video_add_20_filled:before { content: "\edf5"; } .icon-ic_fluent_video_add_24_filled:before { content: "\edf6"; } .icon-ic_fluent_warning_12_filled:before { content: "\ee3b"; } .icon-ic_fluent_window_dev_edit_20_filled:before { content: "\ee72"; } .icon-ic_fluent_xray_20_filled:before { content: "\ee89"; } .icon-ic_fluent_xray_24_filled:before { content: "\ee8a"; } .icon-ic_fluent_arrow_autofit_down_24_filled:before { content: "\e076"; } .icon-ic_fluent_arrow_autofit_up_24_filled:before { content: "\e07b"; } .icon-ic_fluent_clipboard_task_list_rtl_20_filled:before { content: "\e378"; } .icon-ic_fluent_clipboard_task_list_rtl_24_filled:before { content: "\e379"; } .icon-ic_fluent_comma_24_filled:before { content: "\e3de"; } .icon-ic_fluent_text_align_center_rotate_270_24_filled:before { content: "\ecb3"; } .icon-ic_fluent_text_align_justify_rotate_90_24_filled:before { content: "\ecc0"; } .icon-ic_fluent_text_align_left_rotate_270_24_filled:before { content: "\ecc4"; } .icon-ic_fluent_text_align_right_rotate_270_24_filled:before { content: "\eccb"; } .icon-ic_fluent_text_strikethrough_16_filled:before { content: "\ed5e"; } .icon-ic_fluent_text_strikethrough_20_filled:before { content: "\ed5f"; } .icon-ic_fluent_text_strikethrough_24_filled:before { content: "\ed60"; } .icon-ic_fluent_textbox_align_bottom_rotate_90_24_filled:before { content: "\ed6c"; } .icon-ic_fluent_textbox_align_middle_rotate_90_24_filled:before { content: "\ed70"; } .icon-ic_fluent_textbox_align_top_rotate_90_24_filled:before { content: "\ed72"; } .icon-ic_fluent_arrow_clockwise_12_filled:before { content: "\e0a9"; } .icon-ic_fluent_arrow_clockwise_28_filled:before { content: "\e0ab"; } .icon-ic_fluent_arrow_clockwise_32_filled:before { content: "\e0ac"; } .icon-ic_fluent_arrow_clockwise_48_filled:before { content: "\e0ad"; } .icon-ic_fluent_arrow_counterclockwise_12_filled:before { content: "\e0b2"; } .icon-ic_fluent_arrow_counterclockwise_16_filled:before { content: "\e0b3"; } .icon-ic_fluent_arrow_counterclockwise_32_filled:before { content: "\e0b4"; } .icon-ic_fluent_arrow_counterclockwise_48_filled:before { content: "\e0b5"; } .icon-ic_fluent_arrow_rotate_clockwise_16_filled:before { content: "\e0ec"; } .icon-ic_fluent_arrow_split_20_filled:before { content: "\e0f4"; } .icon-ic_fluent_battery_checkmark_24_filled:before { content: "\e151"; } .icon-ic_fluent_book_open_16_filled:before { content: "\e18b"; } .icon-ic_fluent_broad_activity_feed_16_filled:before { content: "\e216"; } .icon-ic_fluent_broad_activity_feed_20_filled:before { content: "\e217"; } .icon-ic_fluent_calendar_pattern_20_filled:before { content: "\e26d"; } .icon-ic_fluent_calendar_person_16_filled:before { content: "\e26e"; } .icon-ic_fluent_calendar_phone_16_filled:before { content: "\e270"; } .icon-ic_fluent_calendar_phone_20_filled:before { content: "\e271"; } .icon-ic_fluent_calendar_search_20_filled:before { content: "\e27c"; } .icon-ic_fluent_calendar_star_16_filled:before { content: "\e27e"; } .icon-ic_fluent_chat_arrow_back_16_filled:before { content: "\e2fb"; } .icon-ic_fluent_chat_arrow_back_20_filled:before { content: "\e2fc"; } .icon-ic_fluent_chat_arrow_double_back_16_filled:before { content: "\e2fd"; } .icon-ic_fluent_chat_arrow_double_back_20_filled:before { content: "\e2fe"; } .icon-ic_fluent_check_24_filled:before { content: "\e309"; } .icon-ic_fluent_checkbox_checked_sync_20_filled:before { content: "\e310"; } .icon-ic_fluent_chevron_up_down_16_filled:before { content: "\e343"; } .icon-ic_fluent_cursor_click_20_filled:before { content: "\e451"; } .icon-ic_fluent_cursor_click_24_filled:before { content: "\e452"; } .icon-ic_fluent_directions_16_filled:before { content: "\e4cc"; } .icon-ic_fluent_divider_tall_20_filled:before { content: "\e4db"; } .icon-ic_fluent_document_arrow_up_20_filled:before { content: "\e4f4"; } .icon-ic_fluent_document_dismiss_16_filled:before { content: "\e505"; } .icon-ic_fluent_document_link_16_filled:before { content: "\e51f"; } .icon-ic_fluent_document_person_20_filled:before { content: "\e537"; } .icon-ic_fluent_edit_arrow_back_20_filled:before { content: "\e5c2"; } .icon-ic_fluent_emoji_sad_16_filled:before { content: "\e5e1"; } .icon-ic_fluent_globe_clock_16_filled:before { content: "\e6c1"; } .icon-ic_fluent_globe_clock_20_filled:before { content: "\e6c2"; } .icon-ic_fluent_immersive_reader_16_filled:before { content: "\e740"; } .icon-ic_fluent_link_dismiss_16_filled:before { content: "\e780"; } .icon-ic_fluent_lock_open_16_filled:before { content: "\e7a2"; } .icon-ic_fluent_luggage_16_filled:before { content: "\e7a8"; } .icon-ic_fluent_luggage_20_filled:before { content: "\e7a9"; } .icon-ic_fluent_mail_arrow_double_back_20_filled:before { content: "\e7b5"; } .icon-ic_fluent_mail_arrow_down_20_filled:before { content: "\e7b6"; } .icon-ic_fluent_mail_arrow_forward_20_filled:before { content: "\e7b8"; } .icon-ic_fluent_mail_attach_20_filled:before { content: "\e7bb"; } .icon-ic_fluent_mail_checkmark_20_filled:before { content: "\e7be"; } .icon-ic_fluent_mail_error_16_filled:before { content: "\e7c3"; } .icon-ic_fluent_mail_inbox_arrow_down_20_filled:before { content: "\e7c6"; } .icon-ic_fluent_mail_pause_20_filled:before { content: "\e7dc"; } .icon-ic_fluent_mail_settings_20_filled:before { content: "\e7e3"; } .icon-ic_fluent_mail_shield_20_filled:before { content: "\e7e4"; } .icon-ic_fluent_note_pin_20_filled:before { content: "\e87e"; } .icon-ic_fluent_pause_circle_24_filled:before { content: "\e8e1"; } .icon-ic_fluent_people_checkmark_16_filled:before { content: "\e904"; } .icon-ic_fluent_people_sync_20_filled:before { content: "\e920"; } .icon-ic_fluent_people_toolbox_20_filled:before { content: "\e92c"; } .icon-ic_fluent_person_settings_20_filled:before { content: "\e958"; } .icon-ic_fluent_phone_checkmark_20_filled:before { content: "\e96a"; } .icon-ic_fluent_play_16_filled:before { content: "\e9a2"; } .icon-ic_fluent_play_28_filled:before { content: "\e9a3"; } .icon-ic_fluent_play_32_filled:before { content: "\e9a4"; } .icon-ic_fluent_receipt_money_24_filled:before { content: "\ea0b"; } .icon-ic_fluent_save_16_filled:before { content: "\ea4b"; } .icon-ic_fluent_shield_error_16_filled:before { content: "\ead7"; } .icon-ic_fluent_sport_soccer_16_filled:before { content: "\eb79"; } .icon-ic_fluent_square_20_filled:before { content: "\eb7e"; } .icon-ic_fluent_tag_multiple_20_filled:before { content: "\ec7c"; } .icon-ic_fluent_text_quote_16_filled:before { content: "\ed59"; } .icon-ic_fluent_vehicle_car_profile_ltr_20_filled:before { content: "\ede0"; } .icon-ic_fluent_vehicle_car_profile_rtl_20_filled:before { content: "\ede1"; } .icon-ic_fluent_weather_partly_cloudy_day_16_filled:before { content: "\ee4b"; } .icon-ic_fluent_weather_sunny_16_filled:before { content: "\ee4c"; } .icon-ic_fluent_text_direction_horizontal_left_20_filled:before { content: "\ed03"; } .icon-ic_fluent_text_direction_horizontal_left_24_filled:before { content: "\ed04"; } .icon-ic_fluent_text_direction_horizontal_right_20_filled:before { content: "\ed05"; } .icon-ic_fluent_text_direction_horizontal_right_24_filled:before { content: "\ed06"; } .icon-ic_fluent_text_direction_rotate_270_right_20_filled:before { content: "\ed07"; } .icon-ic_fluent_text_direction_rotate_270_right_24_filled:before { content: "\ed08"; } .icon-ic_fluent_text_direction_rotate_90_left_20_filled:before { content: "\ed09"; } .icon-ic_fluent_text_direction_rotate_90_left_24_filled:before { content: "\ed0a"; } .icon-ic_fluent_text_direction_rotate_90_right_20_filled:before { content: "\ed0b"; } .icon-ic_fluent_text_direction_rotate_90_right_24_filled:before { content: "\ed0c"; } .icon-ic_fluent_arrow_autofit_content_24_filled:before { content: "\e074"; } .icon-ic_fluent_arrow_trending_lines_20_filled:before { content: "\e11c"; } .icon-ic_fluent_arrow_trending_lines_24_filled:before { content: "\e11d"; } .icon-ic_fluent_calendar_error_24_filled:before { content: "\e25e"; } .icon-ic_fluent_cellular_warning_24_filled:before { content: "\e2cb"; } .icon-ic_fluent_cloud_arrow_down_16_filled:before { content: "\e3a1"; } .icon-ic_fluent_cloud_arrow_down_20_filled:before { content: "\e3a2"; } .icon-ic_fluent_cloud_arrow_down_24_filled:before { content: "\e3a3"; } .icon-ic_fluent_cloud_arrow_down_28_filled:before { content: "\e3a4"; } .icon-ic_fluent_cloud_arrow_down_32_filled:before { content: "\e3a5"; } .icon-ic_fluent_cloud_arrow_down_48_filled:before { content: "\e3a6"; } .icon-ic_fluent_cloud_arrow_up_16_filled:before { content: "\e3a7"; } .icon-ic_fluent_cloud_arrow_up_20_filled:before { content: "\e3a8"; } .icon-ic_fluent_cloud_arrow_up_24_filled:before { content: "\e3a9"; } .icon-ic_fluent_cloud_arrow_up_28_filled:before { content: "\e3aa"; } .icon-ic_fluent_cloud_arrow_up_32_filled:before { content: "\e3ab"; } .icon-ic_fluent_cloud_arrow_up_48_filled:before { content: "\e3ac"; } .icon-ic_fluent_cloud_checkmark_16_filled:before { content: "\e3ad"; } .icon-ic_fluent_cloud_checkmark_20_filled:before { content: "\e3ae"; } .icon-ic_fluent_cloud_checkmark_24_filled:before { content: "\e3af"; } .icon-ic_fluent_cloud_checkmark_28_filled:before { content: "\e3b0"; } .icon-ic_fluent_cloud_checkmark_32_filled:before { content: "\e3b1"; } .icon-ic_fluent_cloud_checkmark_48_filled:before { content: "\e3b2"; } .icon-ic_fluent_cloud_dismiss_16_filled:before { content: "\e3b3"; } .icon-ic_fluent_cloud_dismiss_20_filled:before { content: "\e3b4"; } .icon-ic_fluent_cloud_dismiss_24_filled:before { content: "\e3b5"; } .icon-ic_fluent_cloud_dismiss_28_filled:before { content: "\e3b6"; } .icon-ic_fluent_cloud_dismiss_32_filled:before { content: "\e3b7"; } .icon-ic_fluent_cloud_dismiss_48_filled:before { content: "\e3b8"; } .icon-ic_fluent_grid_dots_20_filled:before { content: "\e6d1"; } .icon-ic_fluent_grid_dots_24_filled:before { content: "\e6d2"; } .icon-ic_fluent_grid_dots_28_filled:before { content: "\e6d3"; } .icon-ic_fluent_ios_arrow_ltr_24_filled:before { content: "\e749"; } .icon-ic_fluent_ios_arrow_rtl_24_filled:before { content: "\e74a"; } .icon-ic_fluent_mail_multiple_16_filled:before { content: "\e7d3"; } .icon-ic_fluent_mail_multiple_20_filled:before { content: "\e7d4"; } .icon-ic_fluent_mail_multiple_24_filled:before { content: "\e7d5"; } .icon-ic_fluent_panel_bottom_20_filled:before { content: "\e8ba"; } .icon-ic_fluent_panel_left_16_filled:before { content: "\e8bd"; } .icon-ic_fluent_panel_left_20_filled:before { content: "\e8be"; } .icon-ic_fluent_panel_left_24_filled:before { content: "\e8bf"; } .icon-ic_fluent_panel_left_28_filled:before { content: "\e8c0"; } .icon-ic_fluent_panel_left_48_filled:before { content: "\e8c1"; } .icon-ic_fluent_panel_right_16_filled:before { content: "\e8ce"; } .icon-ic_fluent_panel_right_20_filled:before { content: "\e8cf"; } .icon-ic_fluent_panel_right_24_filled:before { content: "\e8d0"; } .icon-ic_fluent_panel_right_28_filled:before { content: "\e8d1"; } .icon-ic_fluent_panel_right_48_filled:before { content: "\e8d2"; } .icon-ic_fluent_panel_right_contract_16_filled:before { content: "\e8d3"; } .icon-ic_fluent_panel_right_contract_20_filled:before { content: "\e8d4"; } .icon-ic_fluent_panel_right_contract_24_filled:before { content: "\e8d5"; } .icon-ic_fluent_panel_right_expand_20_filled:before { content: "\e8d6"; } .icon-ic_fluent_puzzle_piece_16_filled:before { content: "\e9f0"; } .icon-ic_fluent_puzzle_piece_20_filled:before { content: "\e9f1"; } .icon-ic_fluent_puzzle_piece_24_filled:before { content: "\e9f2"; } .icon-ic_fluent_scan_table_24_filled:before { content: "\ea6c"; } .icon-ic_fluent_scan_text_24_filled:before { content: "\ea6e"; } .icon-ic_fluent_scan_type_20_filled:before { content: "\ea79"; } .icon-ic_fluent_scan_type_24_filled:before { content: "\ea7a"; } .icon-ic_fluent_scan_type_off_20_filled:before { content: "\ea7d"; } .icon-ic_fluent_shield_task_16_filled:before { content: "\eadf"; } .icon-ic_fluent_shield_task_20_filled:before { content: "\eae0"; } .icon-ic_fluent_shield_task_24_filled:before { content: "\eae1"; } .icon-ic_fluent_shield_task_28_filled:before { content: "\eae2"; } .icon-ic_fluent_shield_task_48_filled:before { content: "\eae3"; } .icon-ic_fluent_square_multiple_16_filled:before { content: "\eb9e"; } .icon-ic_fluent_stack_star_16_filled:before { content: "\eba5"; } .icon-ic_fluent_stack_star_20_filled:before { content: "\eba6"; } .icon-ic_fluent_stack_star_24_filled:before { content: "\eba7"; } .icon-ic_fluent_subtract_circle_arrow_back_16_filled:before { content: "\ebcf"; } .icon-ic_fluent_subtract_circle_arrow_back_20_filled:before { content: "\ebd0"; } .icon-ic_fluent_subtract_circle_arrow_forward_16_filled:before { content: "\ebd1"; } .icon-ic_fluent_subtract_circle_arrow_forward_20_filled:before { content: "\ebd2"; } .icon-ic_fluent_text_add_t_24_filled:before { content: "\ecaf"; } .icon-ic_fluent_text_more_24_filled:before { content: "\ed39"; } .icon-ic_fluent_text_t_20_filled:before { content: "\ed63"; } .icon-ic_fluent_text_t_24_filled:before { content: "\ed64"; } .icon-ic_fluent_usb_plug_20_filled:before { content: "\edcf"; } .icon-ic_fluent_usb_plug_24_filled:before { content: "\edd0"; } .icon-ic_fluent_wifi_lock_24_filled:before { content: "\ee58"; } .icon-ic_fluent_arrow_bidirectional_up_down_12_filled:before { content: "\e082"; } .icon-ic_fluent_arrow_bidirectional_up_down_16_filled:before { content: "\e083"; } .icon-ic_fluent_arrow_bidirectional_up_down_20_filled:before { content: "\e084"; } .icon-ic_fluent_arrow_bidirectional_up_down_24_filled:before { content: "\e085"; } .icon-ic_fluent_arrow_circle_down_up_20_filled:before { content: "\e091"; } .icon-ic_fluent_arrow_circle_left_12_filled:before { content: "\e092"; } .icon-ic_fluent_arrow_circle_left_16_filled:before { content: "\e093"; } .icon-ic_fluent_arrow_circle_right_12_filled:before { content: "\e099"; } .icon-ic_fluent_arrow_circle_right_16_filled:before { content: "\e09a"; } .icon-ic_fluent_arrow_eject_20_filled:before { content: "\e0be"; } .icon-ic_fluent_arrow_export_rtl_16_filled:before { content: "\e0c9"; } .icon-ic_fluent_arrow_left_12_filled:before { content: "\e0d7"; } .icon-ic_fluent_arrow_move_inward_20_filled:before { content: "\e0dc"; } .icon-ic_fluent_arrow_redo_16_filled:before { content: "\e0e4"; } .icon-ic_fluent_arrow_right_12_filled:before { content: "\e0ea"; } .icon-ic_fluent_arrow_step_in_12_filled:before { content: "\e0fa"; } .icon-ic_fluent_arrow_step_in_left_12_filled:before { content: "\e0ff"; } .icon-ic_fluent_arrow_step_in_left_16_filled:before { content: "\e100"; } .icon-ic_fluent_arrow_step_in_right_12_filled:before { content: "\e104"; } .icon-ic_fluent_arrow_step_in_right_16_filled:before { content: "\e105"; } .icon-ic_fluent_arrow_step_out_12_filled:before { content: "\e109"; } .icon-ic_fluent_arrow_sync_off_16_filled:before { content: "\e115"; } .icon-ic_fluent_arrow_sync_off_20_filled:before { content: "\e116"; } .icon-ic_fluent_arrow_up_12_filled:before { content: "\e12a"; } .icon-ic_fluent_bezier_curve_square_12_filled:before { content: "\e15a"; } .icon-ic_fluent_border_all_16_filled:before { content: "\e1af"; } .icon-ic_fluent_border_all_20_filled:before { content: "\e1b0"; } .icon-ic_fluent_braces_20_filled:before { content: "\e1e9"; } .icon-ic_fluent_building_lighthouse_20_filled:before { content: "\e236"; } .icon-ic_fluent_calendar_assistant_16_filled:before { content: "\e253"; } .icon-ic_fluent_center_vertical_20_filled:before { content: "\e2ce"; } .icon-ic_fluent_chat_dismiss_16_filled:before { content: "\e300"; } .icon-ic_fluent_chat_warning_16_filled:before { content: "\e307"; } .icon-ic_fluent_checkbox_indeterminate_16_filled:before { content: "\e311"; } .icon-ic_fluent_checkbox_indeterminate_20_filled:before { content: "\e312"; } .icon-ic_fluent_checkbox_indeterminate_24_filled:before { content: "\e313"; } .icon-ic_fluent_chevron_circle_right_12_filled:before { content: "\e330"; } .icon-ic_fluent_circle_off_16_filled:before { content: "\e351"; } .icon-ic_fluent_clipboard_pulse_24_filled:before { content: "\e370"; } .icon-ic_fluent_clock_arrow_download_24_filled:before { content: "\e386"; } .icon-ic_fluent_cloud_flow_24_filled:before { content: "\e3ba"; } .icon-ic_fluent_cloud_swap_20_filled:before { content: "\e3c0"; } .icon-ic_fluent_cloud_swap_24_filled:before { content: "\e3c1"; } .icon-ic_fluent_code_circle_20_filled:before { content: "\e3ce"; } .icon-ic_fluent_comment_multiple_28_filled:before { content: "\e3ff"; } .icon-ic_fluent_comment_multiple_checkmark_16_filled:before { content: "\e401"; } .icon-ic_fluent_comment_multiple_checkmark_20_filled:before { content: "\e402"; } .icon-ic_fluent_comment_multiple_checkmark_24_filled:before { content: "\e403"; } .icon-ic_fluent_comment_multiple_checkmark_28_filled:before { content: "\e404"; } .icon-ic_fluent_cube_12_filled:before { content: "\e43a"; } .icon-ic_fluent_developer_board_search_20_filled:before { content: "\e4bb"; } .icon-ic_fluent_document_arrow_right_20_filled:before { content: "\e4f2"; } .icon-ic_fluent_document_chevron_double_24_filled:before { content: "\e500"; } .icon-ic_fluent_document_css_24_filled:before { content: "\e502"; } .icon-ic_fluent_document_javascript_24_filled:before { content: "\e519"; } .icon-ic_fluent_document_multiple_percent_20_filled:before { content: "\e52e"; } .icon-ic_fluent_document_percent_20_filled:before { content: "\e535"; } .icon-ic_fluent_document_percent_24_filled:before { content: "\e536"; } .icon-ic_fluent_document_settings_20_filled:before { content: "\e54e"; } .icon-ic_fluent_document_split_hint_16_filled:before { content: "\e54f"; } .icon-ic_fluent_document_split_hint_20_filled:before { content: "\e550"; } .icon-ic_fluent_document_sync_16_filled:before { content: "\e553"; } .icon-ic_fluent_document_sync_20_filled:before { content: "\e554"; } .icon-ic_fluent_door_arrow_right_16_filled:before { content: "\e573"; } .icon-ic_fluent_door_arrow_right_20_filled:before { content: "\e574"; } .icon-ic_fluent_dual_screen_20_filled:before { content: "\e5a0"; } .icon-ic_fluent_glance_20_filled:before { content: "\e6b1"; } .icon-ic_fluent_glance_horizontal_20_filled:before { content: "\e6b4"; } .icon-ic_fluent_highlight_link_20_filled:before { content: "\e711"; } .icon-ic_fluent_keyboard_123_24_filled:before { content: "\e757"; } .icon-ic_fluent_laptop_dismiss_20_filled:before { content: "\e763"; } .icon-ic_fluent_link_dismiss_24_filled:before { content: "\e782"; } .icon-ic_fluent_panel_bottom_contract_20_filled:before { content: "\e8bb"; } .icon-ic_fluent_panel_bottom_expand_20_filled:before { content: "\e8bc"; } .icon-ic_fluent_panel_left_expand_20_filled:before { content: "\e8c7"; } .icon-ic_fluent_panel_separate_window_20_filled:before { content: "\e8d7"; } .icon-ic_fluent_panel_top_contract_20_filled:before { content: "\e8d8"; } .icon-ic_fluent_panel_top_expand_20_filled:before { content: "\e8d9"; } .icon-ic_fluent_pause_off_16_filled:before { content: "\e8e2"; } .icon-ic_fluent_person_circle_12_filled:before { content: "\e939"; } .icon-ic_fluent_person_info_20_filled:before { content: "\e944"; } .icon-ic_fluent_phone_12_filled:before { content: "\e965"; } .icon-ic_fluent_replay_20_filled:before { content: "\ea1a"; } .icon-ic_fluent_square_12_filled:before { content: "\eb7c"; } .icon-ic_fluent_square_dismiss_16_filled:before { content: "\eb8b"; } .icon-ic_fluent_square_dismiss_20_filled:before { content: "\eb8c"; } .icon-ic_fluent_subtract_circle_12_filled:before { content: "\ebce"; } .icon-ic_fluent_tag_circle_20_filled:before { content: "\ec6d"; } .icon-ic_fluent_text_bullet_list_ltr_16_filled:before { content: "\ecd6"; } .icon-ic_fluent_text_bullet_list_rtl_16_filled:before { content: "\ecdd"; } .icon-ic_fluent_text_header_1_24_filled:before { content: "\ed20"; } .icon-ic_fluent_text_header_2_24_filled:before { content: "\ed21"; } .icon-ic_fluent_text_header_3_24_filled:before { content: "\ed22"; } .icon-ic_fluent_text_period_asterisk_20_filled:before { content: "\ed4a"; } .icon-ic_fluent_timeline_20_filled:before { content: "\ed83"; } .icon-ic_fluent_triangle_12_filled:before { content: "\eda4"; } .icon-ic_fluent_wifi_settings_20_filled:before { content: "\ee5b"; } .icon-ic_fluent_window_16_filled:before { content: "\ee5d"; } .icon-ic_fluent_window_24_filled:before { content: "\ee5e"; } .icon-ic_fluent_window_ad_off_20_filled:before { content: "\ee62"; } .icon-ic_fluent_window_arrow_up_16_filled:before { content: "\ee6a"; } .icon-ic_fluent_window_arrow_up_20_filled:before { content: "\ee6b"; } .icon-ic_fluent_window_console_20_filled:before { content: "\ee6f"; } .icon-ic_fluent_window_header_horizontal_off_20_filled:before { content: "\ee75"; } .icon-ic_fluent_window_multiple_16_filled:before { content: "\ee78"; } .icon-ic_fluent_zoom_in_16_filled:before { content: "\ee8e"; } .icon-ic_fluent_zoom_out_16_filled:before { content: "\ee8f"; } .icon-ic_fluent_align_end_horizontal_20_filled:before { content: "\e030"; } .icon-ic_fluent_align_end_vertical_20_filled:before { content: "\e031"; } .icon-ic_fluent_align_space_around_horizontal_20_filled:before { content: "\e03e"; } .icon-ic_fluent_align_space_around_vertical_20_filled:before { content: "\e03f"; } .icon-ic_fluent_align_space_between_horizontal_20_filled:before { content: "\e040"; } .icon-ic_fluent_align_space_between_vertical_20_filled:before { content: "\e041"; } .icon-ic_fluent_align_space_evenly_horizontal_20_filled:before { content: "\e042"; } .icon-ic_fluent_align_space_evenly_vertical_20_filled:before { content: "\e043"; } .icon-ic_fluent_align_space_fit_vertical_20_filled:before { content: "\e044"; } .icon-ic_fluent_align_start_horizontal_20_filled:before { content: "\e045"; } .icon-ic_fluent_align_start_vertical_20_filled:before { content: "\e046"; } .icon-ic_fluent_align_stretch_horizontal_20_filled:before { content: "\e047"; } .icon-ic_fluent_align_stretch_vertical_20_filled:before { content: "\e048"; } .icon-ic_fluent_arrow_collapse_all_20_filled:before { content: "\e0b0"; } .icon-ic_fluent_arrow_collapse_all_24_filled:before { content: "\e0b1"; } .icon-ic_fluent_arrow_wrap_20_filled:before { content: "\e133"; } .icon-ic_fluent_arrow_wrap_off_20_filled:before { content: "\e134"; } .icon-ic_fluent_center_horizontal_20_filled:before { content: "\e2cc"; } .icon-ic_fluent_document_multiple_24_filled:before { content: "\e52d"; } .icon-ic_fluent_document_multiple_percent_24_filled:before { content: "\e52f"; } .icon-ic_fluent_document_table_16_filled:before { content: "\e556"; } .icon-ic_fluent_document_table_20_filled:before { content: "\e557"; } .icon-ic_fluent_document_table_24_filled:before { content: "\e558"; } .icon-ic_fluent_glance_horizontal_12_filled:before { content: "\e6b3"; } .icon-ic_fluent_panel_left_expand_16_filled:before { content: "\e8c6"; } .icon-ic_fluent_square_shadow_12_filled:before { content: "\eba0"; } .icon-ic_fluent_text_baseline_20_filled:before { content: "\eccf"; } .icon-ic_fluent_arrow_circle_down_12_filled:before { content: "\e089"; } .icon-ic_fluent_arrow_circle_down_16_filled:before { content: "\e08a"; } .icon-ic_fluent_arrow_circle_down_28_filled:before { content: "\e08b"; } .icon-ic_fluent_arrow_circle_down_32_filled:before { content: "\e08c"; } .icon-ic_fluent_arrow_circle_down_48_filled:before { content: "\e08d"; } .icon-ic_fluent_arrow_circle_left_20_filled:before { content: "\e094"; } .icon-ic_fluent_arrow_circle_left_24_filled:before { content: "\e095"; } .icon-ic_fluent_arrow_circle_left_28_filled:before { content: "\e096"; } .icon-ic_fluent_arrow_circle_left_32_filled:before { content: "\e097"; } .icon-ic_fluent_arrow_circle_left_48_filled:before { content: "\e098"; } .icon-ic_fluent_arrow_circle_right_20_filled:before { content: "\e09b"; } .icon-ic_fluent_arrow_circle_right_28_filled:before { content: "\e09d"; } .icon-ic_fluent_arrow_circle_right_32_filled:before { content: "\e09e"; } .icon-ic_fluent_arrow_circle_right_48_filled:before { content: "\e09f"; } .icon-ic_fluent_arrow_circle_up_12_filled:before { content: "\e0a0"; } .icon-ic_fluent_arrow_circle_up_28_filled:before { content: "\e0a4"; } .icon-ic_fluent_arrow_circle_up_32_filled:before { content: "\e0a5"; } .icon-ic_fluent_arrow_circle_up_48_filled:before { content: "\e0a6"; } .icon-ic_fluent_arrow_trending_checkmark_20_filled:before { content: "\e117"; } .icon-ic_fluent_arrow_trending_checkmark_24_filled:before { content: "\e118"; } .icon-ic_fluent_arrow_trending_settings_20_filled:before { content: "\e11e"; } .icon-ic_fluent_arrow_trending_settings_24_filled:before { content: "\e11f"; } .icon-ic_fluent_balloon_12_filled:before { content: "\e14c"; } .icon-ic_fluent_calendar_work_week_28_filled:before { content: "\e282"; } .icon-ic_fluent_channel_subtract_16_filled:before { content: "\e2ec"; } .icon-ic_fluent_channel_subtract_20_filled:before { content: "\e2ed"; } .icon-ic_fluent_channel_subtract_24_filled:before { content: "\e2ee"; } .icon-ic_fluent_channel_subtract_28_filled:before { content: "\e2ef"; } .icon-ic_fluent_channel_subtract_48_filled:before { content: "\e2f0"; } .icon-ic_fluent_clipboard_settings_24_filled:before { content: "\e371"; } .icon-ic_fluent_cloud_archive_16_filled:before { content: "\e39b"; } .icon-ic_fluent_cloud_archive_20_filled:before { content: "\e39c"; } .icon-ic_fluent_cloud_words_16_filled:before { content: "\e3c8"; } .icon-ic_fluent_cloud_words_20_filled:before { content: "\e3c9"; } .icon-ic_fluent_cloud_words_24_filled:before { content: "\e3ca"; } .icon-ic_fluent_cloud_words_28_filled:before { content: "\e3cb"; } .icon-ic_fluent_cloud_words_32_filled:before { content: "\e3cc"; } .icon-ic_fluent_cloud_words_48_filled:before { content: "\e3cd"; } .icon-ic_fluent_column_arrow_right_20_filled:before { content: "\e3d6"; } .icon-ic_fluent_control_button_20_filled:before { content: "\e427"; } .icon-ic_fluent_control_button_24_filled:before { content: "\e428"; } .icon-ic_fluent_credit_card_person_20_filled:before { content: "\e434"; } .icon-ic_fluent_credit_card_person_24_filled:before { content: "\e435"; } .icon-ic_fluent_credit_card_toolbox_24_filled:before { content: "\e436"; } .icon-ic_fluent_cube_link_20_filled:before { content: "\e43d"; } .icon-ic_fluent_delete_lines_20_filled:before { content: "\e48d"; } .icon-ic_fluent_dialpad_28_filled:before { content: "\e4c2"; } .icon-ic_fluent_dialpad_32_filled:before { content: "\e4c3"; } .icon-ic_fluent_dialpad_48_filled:before { content: "\e4c4"; } .icon-ic_fluent_diversity_20_filled:before { content: "\e4d4"; } .icon-ic_fluent_diversity_24_filled:before { content: "\e4d5"; } .icon-ic_fluent_diversity_28_filled:before { content: "\e4d6"; } .icon-ic_fluent_diversity_48_filled:before { content: "\e4d7"; } .icon-ic_fluent_food_cake_12_filled:before { content: "\e676"; } .icon-ic_fluent_globe_prohibited_20_filled:before { content: "\e6c6"; } .icon-ic_fluent_globe_search_20_filled:before { content: "\e6c7"; } .icon-ic_fluent_globe_video_28_filled:before { content: "\e6cd"; } .icon-ic_fluent_globe_video_32_filled:before { content: "\e6ce"; } .icon-ic_fluent_globe_video_48_filled:before { content: "\e6cf"; } .icon-ic_fluent_guardian_20_filled:before { content: "\e6da"; } .icon-ic_fluent_guardian_24_filled:before { content: "\e6db"; } .icon-ic_fluent_guardian_28_filled:before { content: "\e6dc"; } .icon-ic_fluent_guardian_48_filled:before { content: "\e6dd"; } .icon-ic_fluent_hat_graduation_12_filled:before { content: "\e6f1"; } .icon-ic_fluent_lock_closed_32_filled:before { content: "\e79f"; } .icon-ic_fluent_money_calculator_20_filled:before { content: "\e826"; } .icon-ic_fluent_money_calculator_24_filled:before { content: "\e827"; } .icon-ic_fluent_money_settings_20_filled:before { content: "\e82e"; } .icon-ic_fluent_options_48_filled:before { content: "\e8a7"; } .icon-ic_fluent_pause_settings_20_filled:before { content: "\e8e5"; } .icon-ic_fluent_person_lock_24_filled:before { content: "\e948"; } .icon-ic_fluent_person_note_20_filled:before { content: "\e950"; } .icon-ic_fluent_road_cone_16_filled:before { content: "\ea39"; } .icon-ic_fluent_road_cone_20_filled:before { content: "\ea3a"; } .icon-ic_fluent_road_cone_24_filled:before { content: "\ea3b"; } .icon-ic_fluent_road_cone_28_filled:before { content: "\ea3c"; } .icon-ic_fluent_road_cone_32_filled:before { content: "\ea3d"; } .icon-ic_fluent_road_cone_48_filled:before { content: "\ea3e"; } .icon-ic_fluent_scan_thumb_up_16_filled:before { content: "\ea6f"; } .icon-ic_fluent_scan_thumb_up_20_filled:before { content: "\ea70"; } .icon-ic_fluent_scan_thumb_up_24_filled:before { content: "\ea71"; } .icon-ic_fluent_scan_thumb_up_28_filled:before { content: "\ea72"; } .icon-ic_fluent_scan_thumb_up_48_filled:before { content: "\ea73"; } .icon-ic_fluent_share_48_filled:before { content: "\eab1"; } .icon-ic_fluent_speaker_0_32_filled:before { content: "\eb43"; } .icon-ic_fluent_speaker_1_32_filled:before { content: "\eb48"; } .icon-ic_fluent_speaker_2_32_filled:before { content: "\eb4e"; } .icon-ic_fluent_sticker_12_filled:before { content: "\ebbb"; } .icon-ic_fluent_toolbox_12_filled:before { content: "\ed99"; } .icon-ic_fluent_vehicle_car_collision_16_filled:before { content: "\edda"; } .icon-ic_fluent_vehicle_car_collision_20_filled:before { content: "\eddb"; } .icon-ic_fluent_vehicle_car_collision_24_filled:before { content: "\eddc"; } .icon-ic_fluent_vehicle_car_collision_48_filled:before { content: "\eddf"; } .icon-ic_fluent_wallet_20_filled:before { content: "\ee2c"; } .icon-ic_fluent_wallet_24_filled:before { content: "\ee2d"; } .icon-ic_fluent_whiteboard_48_filled:before { content: "\ee56"; } .icon-ic_fluent_call_48_filled:before { content: "\e288"; } .icon-ic_fluent_closed_caption_32_filled:before { content: "\e390"; } .icon-ic_fluent_desktop_keyboard_16_filled:before { content: "\e4a0"; } .icon-ic_fluent_desktop_keyboard_20_filled:before { content: "\e4a1"; } .icon-ic_fluent_desktop_keyboard_24_filled:before { content: "\e4a2"; } .icon-ic_fluent_desktop_keyboard_28_filled:before { content: "\e4a3"; } .icon-ic_fluent_heart_12_filled:before { content: "\e707"; } .icon-ic_fluent_image_alt_text_16_filled:before { content: "\e728"; } .icon-ic_fluent_inking_tool_accent_32_filled:before { content: "\e748"; } .icon-ic_fluent_mail_12_filled:before { content: "\e7ae"; } .icon-ic_fluent_more_circle_32_filled:before { content: "\e830"; } .icon-ic_fluent_number_symbol_32_filled:before { content: "\e896"; } .icon-ic_fluent_poll_16_filled:before { content: "\e9b0"; } .icon-ic_fluent_rectangle_landscape_12_filled:before { content: "\ea0f"; } .icon-ic_fluent_rectangle_landscape_16_filled:before { content: "\ea10"; } .icon-ic_fluent_rectangle_landscape_24_filled:before { content: "\ea12"; } .icon-ic_fluent_rectangle_landscape_28_filled:before { content: "\ea13"; } .icon-ic_fluent_rectangle_landscape_32_filled:before { content: "\ea14"; } .icon-ic_fluent_rectangle_landscape_48_filled:before { content: "\ea15"; } .icon-ic_fluent_scan_thumb_up_off_16_filled:before { content: "\ea74"; } .icon-ic_fluent_scan_thumb_up_off_20_filled:before { content: "\ea75"; } .icon-ic_fluent_scan_thumb_up_off_24_filled:before { content: "\ea76"; } .icon-ic_fluent_scan_thumb_up_off_28_filled:before { content: "\ea77"; } .icon-ic_fluent_scan_thumb_up_off_48_filled:before { content: "\ea78"; } .icon-ic_fluent_send_clock_24_filled:before { content: "\ea98"; } .icon-ic_fluent_share_screen_person_16_filled:before { content: "\eab3"; } .icon-ic_fluent_share_screen_person_20_filled:before { content: "\eab4"; } .icon-ic_fluent_share_screen_person_24_filled:before { content: "\eab5"; } .icon-ic_fluent_share_screen_person_28_filled:before { content: "\eab6"; } .icon-ic_fluent_share_screen_person_overlay_16_filled:before { content: "\eab7"; } .icon-ic_fluent_share_screen_person_overlay_20_filled:before { content: "\eab8"; } .icon-ic_fluent_share_screen_person_overlay_24_filled:before { content: "\eab9"; } .icon-ic_fluent_share_screen_person_overlay_28_filled:before { content: "\eaba"; } .icon-ic_fluent_share_screen_person_overlay_inside_16_filled:before { content: "\eabb"; } .icon-ic_fluent_share_screen_person_overlay_inside_20_filled:before { content: "\eabc"; } .icon-ic_fluent_share_screen_person_overlay_inside_24_filled:before { content: "\eabd"; } .icon-ic_fluent_share_screen_person_overlay_inside_28_filled:before { content: "\eabe"; } .icon-ic_fluent_slide_microphone_32_filled:before { content: "\eb24"; } .icon-ic_fluent_snooze_20_filled:before { content: "\eb36"; } .icon-ic_fluent_tag_32_filled:before { content: "\ec6c"; } .icon-ic_fluent_tag_dismiss_16_filled:before { content: "\ec6e"; } .icon-ic_fluent_tag_lock_16_filled:before { content: "\ec74"; } .icon-ic_fluent_tag_lock_20_filled:before { content: "\ec75"; } .icon-ic_fluent_tag_lock_24_filled:before { content: "\ec76"; } .icon-ic_fluent_tag_lock_32_filled:before { content: "\ec77"; } .icon-ic_fluent_tag_lock_accent_16_filled:before { content: "\ec78"; } .icon-ic_fluent_tag_lock_accent_20_filled:before { content: "\ec79"; } .icon-ic_fluent_tag_lock_accent_24_filled:before { content: "\ec7a"; } .icon-ic_fluent_tag_lock_accent_32_filled:before { content: "\ec7b"; } .icon-ic_fluent_text_align_center_16_filled:before { content: "\ecb0"; } .icon-ic_fluent_text_align_left_16_filled:before { content: "\ecc1"; } .icon-ic_fluent_text_align_right_16_filled:before { content: "\ecc8"; } .icon-ic_fluent_text_change_case_16_filled:before { content: "\ecf0"; } .icon-ic_fluent_text_clear_formatting_16_filled:before { content: "\ecf1"; } .icon-ic_fluent_text_color_accent_16_filled:before { content: "\ecf4"; } .icon-ic_fluent_text_color_accent_20_filled:before { content: "\ecf5"; } .icon-ic_fluent_text_color_accent_24_filled:before { content: "\ecf6"; } .icon-ic_fluent_text_font_size_16_filled:before { content: "\ed11"; } .icon-ic_fluent_text_indent_decrease_ltr_16_filled:before { content: "\ed23"; } .icon-ic_fluent_text_indent_decrease_ltr_20_filled:before { content: "\ed24"; } .icon-ic_fluent_text_indent_decrease_ltr_24_filled:before { content: "\ed25"; } .icon-ic_fluent_text_indent_decrease_rtl_16_filled:before { content: "\ed2a"; } .icon-ic_fluent_text_indent_decrease_rtl_20_filled:before { content: "\ed2b"; } .icon-ic_fluent_text_indent_decrease_rtl_24_filled:before { content: "\ed2c"; } .icon-ic_fluent_text_indent_increase_ltr_16_filled:before { content: "\ed2d"; } .icon-ic_fluent_text_indent_increase_ltr_20_filled:before { content: "\ed2e"; } .icon-ic_fluent_text_indent_increase_ltr_24_filled:before { content: "\ed2f"; } .icon-ic_fluent_text_indent_increase_rtl_16_filled:before { content: "\ed34"; } .icon-ic_fluent_text_indent_increase_rtl_20_filled:before { content: "\ed35"; } .icon-ic_fluent_text_indent_increase_rtl_24_filled:before { content: "\ed36"; } .icon-ic_fluent_text_number_list_ltr_16_filled:before { content: "\ed3a"; } .icon-ic_fluent_text_number_list_rtl_16_filled:before { content: "\ed3f"; } .icon-ic_fluent_text_paragraph_direction_left_16_filled:before { content: "\ed46"; } .icon-ic_fluent_text_paragraph_direction_left_20_filled:before { content: "\ed47"; } .icon-ic_fluent_text_paragraph_direction_right_16_filled:before { content: "\ed48"; } .icon-ic_fluent_text_paragraph_direction_right_20_filled:before { content: "\ed49"; } .icon-ic_fluent_text_subscript_16_filled:before { content: "\ed61"; } .icon-ic_fluent_text_superscript_16_filled:before { content: "\ed62"; } .icon-ic_fluent_apps_list_detail_20_filled:before { content: "\e064"; } .icon-ic_fluent_apps_list_detail_24_filled:before { content: "\e065"; } .icon-ic_fluent_arrow_maximize_32_filled:before { content: "\e0d8"; } .icon-ic_fluent_arrow_outline_up_right_32_filled:before { content: "\e0e0"; } .icon-ic_fluent_arrow_up_right_32_filled:before { content: "\e130"; } .icon-ic_fluent_box_edit_20_filled:before { content: "\e1d9"; } .icon-ic_fluent_box_edit_24_filled:before { content: "\e1da"; } .icon-ic_fluent_box_toolbox_20_filled:before { content: "\e1e7"; } .icon-ic_fluent_box_toolbox_24_filled:before { content: "\e1e8"; } .icon-ic_fluent_chat_video_20_filled:before { content: "\e305"; } .icon-ic_fluent_chat_video_24_filled:before { content: "\e306"; } .icon-ic_fluent_circle_32_filled:before { content: "\e347"; } .icon-ic_fluent_database_link_20_filled:before { content: "\e478"; } .icon-ic_fluent_database_link_24_filled:before { content: "\e479"; } .icon-ic_fluent_diamond_32_filled:before { content: "\e4ca"; } .icon-ic_fluent_document_text_20_filled:before { content: "\e563"; } .icon-ic_fluent_document_text_24_filled:before { content: "\e564"; } .icon-ic_fluent_document_text_link_20_filled:before { content: "\e569"; } .icon-ic_fluent_document_text_link_24_filled:before { content: "\e56a"; } .icon-ic_fluent_globe_shield_20_filled:before { content: "\e6c8"; } .icon-ic_fluent_globe_shield_24_filled:before { content: "\e6c9"; } .icon-ic_fluent_line_32_filled:before { content: "\e775"; } .icon-ic_fluent_line_dashes_32_filled:before { content: "\e779"; } .icon-ic_fluent_number_symbol_28_filled:before { content: "\e895"; } .icon-ic_fluent_number_symbol_48_filled:before { content: "\e897"; } .icon-ic_fluent_oval_32_filled:before { content: "\e8b3"; } .icon-ic_fluent_pentagon_32_filled:before { content: "\e8fb"; } .icon-ic_fluent_play_circle_48_filled:before { content: "\e9a8"; } .icon-ic_fluent_projection_screen_16_filled:before { content: "\e9dc"; } .icon-ic_fluent_projection_screen_20_filled:before { content: "\e9dd"; } .icon-ic_fluent_projection_screen_24_filled:before { content: "\e9de"; } .icon-ic_fluent_projection_screen_28_filled:before { content: "\e9df"; } .icon-ic_fluent_projection_screen_dismiss_16_filled:before { content: "\e9e0"; } .icon-ic_fluent_projection_screen_dismiss_20_filled:before { content: "\e9e1"; } .icon-ic_fluent_projection_screen_dismiss_24_filled:before { content: "\e9e2"; } .icon-ic_fluent_projection_screen_dismiss_28_filled:before { content: "\e9e3"; } .icon-ic_fluent_rhombus_32_filled:before { content: "\ea2b"; } .icon-ic_fluent_save_arrow_right_20_filled:before { content: "\ea4d"; } .icon-ic_fluent_save_arrow_right_24_filled:before { content: "\ea4e"; } .icon-ic_fluent_shortpick_20_filled:before { content: "\eaff"; } .icon-ic_fluent_shortpick_24_filled:before { content: "\eb00"; } .icon-ic_fluent_sparkle_16_filled:before { content: "\eb3b"; } .icon-ic_fluent_sparkle_20_filled:before { content: "\eb3c"; } .icon-ic_fluent_sparkle_24_filled:before { content: "\eb3d"; } .icon-ic_fluent_sparkle_28_filled:before { content: "\eb3e"; } .icon-ic_fluent_sparkle_48_filled:before { content: "\eb3f"; } .icon-ic_fluent_square_32_filled:before { content: "\eb81"; } .icon-ic_fluent_subtract_square_24_filled:before { content: "\ebd4"; } .icon-ic_fluent_text_case_lowercase_16_filled:before { content: "\ece7"; } .icon-ic_fluent_text_case_lowercase_20_filled:before { content: "\ece8"; } .icon-ic_fluent_text_case_lowercase_24_filled:before { content: "\ece9"; } .icon-ic_fluent_text_case_title_16_filled:before { content: "\ecea"; } .icon-ic_fluent_text_case_title_20_filled:before { content: "\eceb"; } .icon-ic_fluent_text_case_title_24_filled:before { content: "\ecec"; } .icon-ic_fluent_text_case_uppercase_16_filled:before { content: "\eced"; } .icon-ic_fluent_text_case_uppercase_20_filled:before { content: "\ecee"; } .icon-ic_fluent_text_case_uppercase_24_filled:before { content: "\ecef"; } .icon-ic_fluent_triangle_32_filled:before { content: "\eda7"; } .icon-ic_fluent_video_person_sparkle_16_filled:before { content: "\ee12"; } .icon-ic_fluent_video_person_sparkle_20_filled:before { content: "\ee13"; } .icon-ic_fluent_video_person_sparkle_24_filled:before { content: "\ee14"; } .icon-ic_fluent_video_person_sparkle_28_filled:before { content: "\ee15"; } .icon-ic_fluent_video_person_sparkle_48_filled:before { content: "\ee16"; } .icon-ic_fluent_accessibility_48_filled:before { content: "\e002"; } .icon-ic_fluent_archive_multiple_16_filled:before { content: "\e06d"; } .icon-ic_fluent_archive_multiple_20_filled:before { content: "\e06e"; } .icon-ic_fluent_archive_multiple_24_filled:before { content: "\e06f"; } .icon-ic_fluent_arrow_reset_32_filled:before { content: "\e0e8"; } .icon-ic_fluent_arrow_reset_48_filled:before { content: "\e0e9"; } .icon-ic_fluent_box_20_filled:before { content: "\e1cf"; } .icon-ic_fluent_box_24_filled:before { content: "\e1d0"; } .icon-ic_fluent_box_dismiss_20_filled:before { content: "\e1d7"; } .icon-ic_fluent_box_dismiss_24_filled:before { content: "\e1d8"; } .icon-ic_fluent_clear_formatting_16_filled:before { content: "\e355"; } .icon-ic_fluent_clear_formatting_20_filled:before { content: "\e356"; } .icon-ic_fluent_clipboard_clock_20_filled:before { content: "\e362"; } .icon-ic_fluent_clipboard_clock_24_filled:before { content: "\e363"; } .icon-ic_fluent_cloud_archive_24_filled:before { content: "\e39d"; } .icon-ic_fluent_cloud_archive_28_filled:before { content: "\e39e"; } .icon-ic_fluent_cloud_archive_32_filled:before { content: "\e39f"; } .icon-ic_fluent_cloud_archive_48_filled:before { content: "\e3a0"; } .icon-ic_fluent_document_table_arrow_right_20_filled:before { content: "\e559"; } .icon-ic_fluent_document_table_arrow_right_24_filled:before { content: "\e55a"; } .icon-ic_fluent_document_table_checkmark_20_filled:before { content: "\e55b"; } .icon-ic_fluent_document_table_checkmark_24_filled:before { content: "\e55c"; } .icon-ic_fluent_document_text_clock_20_filled:before { content: "\e565"; } .icon-ic_fluent_document_text_clock_24_filled:before { content: "\e566"; } .icon-ic_fluent_flash_settings_20_filled:before { content: "\e633"; } .icon-ic_fluent_flash_settings_24_filled:before { content: "\e634"; } .icon-ic_fluent_games_16_filled:before { content: "\e696"; } .icon-ic_fluent_games_20_filled:before { content: "\e697"; } .icon-ic_fluent_games_28_filled:before { content: "\e698"; } .icon-ic_fluent_games_32_filled:before { content: "\e699"; } .icon-ic_fluent_games_48_filled:before { content: "\e69a"; } .icon-ic_fluent_hand_draw_28_filled:before { content: "\e6e6"; } .icon-ic_fluent_lasso_28_filled:before { content: "\e765"; } .icon-ic_fluent_money_dismiss_20_filled:before { content: "\e828"; } .icon-ic_fluent_money_dismiss_24_filled:before { content: "\e829"; } .icon-ic_fluent_money_off_20_filled:before { content: "\e82c"; } .icon-ic_fluent_money_off_24_filled:before { content: "\e82d"; } .icon-ic_fluent_note_28_filled:before { content: "\e878"; } .icon-ic_fluent_note_48_filled:before { content: "\e879"; } .icon-ic_fluent_person_lightbulb_20_filled:before { content: "\e946"; } .icon-ic_fluent_person_lightbulb_24_filled:before { content: "\e947"; } .icon-ic_fluent_picture_in_picture_enter_16_filled:before { content: "\e98e"; } .icon-ic_fluent_picture_in_picture_enter_20_filled:before { content: "\e98f"; } .icon-ic_fluent_picture_in_picture_enter_24_filled:before { content: "\e990"; } .icon-ic_fluent_picture_in_picture_exit_16_filled:before { content: "\e991"; } .icon-ic_fluent_picture_in_picture_exit_20_filled:before { content: "\e992"; } .icon-ic_fluent_picture_in_picture_exit_24_filled:before { content: "\e993"; } .icon-ic_fluent_plug_connected_20_filled:before { content: "\e9ab"; } .icon-ic_fluent_sanitize_20_filled:before { content: "\ea49"; } .icon-ic_fluent_sanitize_24_filled:before { content: "\ea4a"; } .icon-ic_fluent_settings_32_filled:before { content: "\ea9d"; } .icon-ic_fluent_settings_48_filled:before { content: "\ea9e"; } .icon-ic_fluent_shapes_28_filled:before { content: "\eaad"; } .icon-ic_fluent_shapes_48_filled:before { content: "\eaae"; } .icon-ic_fluent_shopping_bag_percent_20_filled:before { content: "\eaf9"; } .icon-ic_fluent_shopping_bag_percent_24_filled:before { content: "\eafa"; } .icon-ic_fluent_shopping_bag_tag_20_filled:before { content: "\eafd"; } .icon-ic_fluent_shopping_bag_tag_24_filled:before { content: "\eafe"; } .icon-ic_fluent_stack_arrow_forward_20_filled:before { content: "\eba3"; } .icon-ic_fluent_stack_arrow_forward_24_filled:before { content: "\eba4"; } .icon-ic_fluent_table_lightning_20_filled:before { content: "\ec28"; } .icon-ic_fluent_table_lightning_24_filled:before { content: "\ec29"; } .icon-ic_fluent_table_link_20_filled:before { content: "\ec2c"; } .icon-ic_fluent_table_link_24_filled:before { content: "\ec2d"; } .icon-ic_fluent_text_t_28_filled:before { content: "\ed65"; } .icon-ic_fluent_text_t_48_filled:before { content: "\ed66"; } .icon-ic_fluent_thumb_like_28_filled:before { content: "\ed79"; } .icon-ic_fluent_thumb_like_48_filled:before { content: "\ed7a"; } .icon-ic_fluent_video_off_32_filled:before { content: "\ee06"; } .icon-ic_fluent_video_off_48_filled:before { content: "\ee07"; } .icon-ic_fluent_bookmark_search_20_filled:before { content: "\e1ad"; } .icon-ic_fluent_bookmark_search_24_filled:before { content: "\e1ae"; } .icon-ic_fluent_building_factory_16_filled:before { content: "\e22a"; } .icon-ic_fluent_building_factory_20_filled:before { content: "\e22b"; } .icon-ic_fluent_building_factory_28_filled:before { content: "\e22d"; } .icon-ic_fluent_building_factory_32_filled:before { content: "\e22e"; } .icon-ic_fluent_building_factory_48_filled:before { content: "\e22f"; } .icon-ic_fluent_calendar_chat_20_filled:before { content: "\e255"; } .icon-ic_fluent_calendar_chat_24_filled:before { content: "\e256"; } .icon-ic_fluent_calendar_toolbox_20_filled:before { content: "\e27f"; } .icon-ic_fluent_calendar_toolbox_24_filled:before { content: "\e280"; } .icon-ic_fluent_camera_switch_20_filled:before { content: "\e2b6"; } .icon-ic_fluent_comment_multiple_32_filled:before { content: "\e400"; } .icon-ic_fluent_comment_multiple_link_16_filled:before { content: "\e405"; } .icon-ic_fluent_comment_multiple_link_20_filled:before { content: "\e406"; } .icon-ic_fluent_comment_multiple_link_24_filled:before { content: "\e407"; } .icon-ic_fluent_comment_multiple_link_28_filled:before { content: "\e408"; } .icon-ic_fluent_comment_multiple_link_32_filled:before { content: "\e409"; } .icon-ic_fluent_contact_card_ribbon_16_filled:before { content: "\e41d"; } .icon-ic_fluent_contact_card_ribbon_20_filled:before { content: "\e41e"; } .icon-ic_fluent_contact_card_ribbon_24_filled:before { content: "\e41f"; } .icon-ic_fluent_contact_card_ribbon_28_filled:before { content: "\e420"; } .icon-ic_fluent_contact_card_ribbon_32_filled:before { content: "\e421"; } .icon-ic_fluent_contact_card_ribbon_48_filled:before { content: "\e422"; } .icon-ic_fluent_database_person_20_filled:before { content: "\e47b"; } .icon-ic_fluent_database_person_24_filled:before { content: "\e47c"; } .icon-ic_fluent_document_flowchart_20_filled:before { content: "\e506"; } .icon-ic_fluent_document_flowchart_24_filled:before { content: "\e507"; } .icon-ic_fluent_document_table_search_20_filled:before { content: "\e55f"; } .icon-ic_fluent_document_table_search_24_filled:before { content: "\e560"; } .icon-ic_fluent_document_text_extract_20_filled:before { content: "\e567"; } .icon-ic_fluent_document_text_extract_24_filled:before { content: "\e568"; } .icon-ic_fluent_fast_forward_16_filled:before { content: "\e613"; } .icon-ic_fluent_fast_forward_28_filled:before { content: "\e614"; } .icon-ic_fluent_flowchart_20_filled:before { content: "\e645"; } .icon-ic_fluent_flowchart_24_filled:before { content: "\e646"; } .icon-ic_fluent_flowchart_circle_20_filled:before { content: "\e647"; } .icon-ic_fluent_flowchart_circle_24_filled:before { content: "\e648"; } .icon-ic_fluent_folder_sync_24_filled:before { content: "\e672"; } .icon-ic_fluent_heart_circle_16_filled:before { content: "\e70b"; } .icon-ic_fluent_heart_circle_20_filled:before { content: "\e70c"; } .icon-ic_fluent_heart_circle_24_filled:before { content: "\e70d"; } .icon-ic_fluent_megaphone_loud_24_filled:before { content: "\e7fe"; } .icon-ic_fluent_people_lock_20_filled:before { content: "\e911"; } .icon-ic_fluent_people_lock_24_filled:before { content: "\e912"; } .icon-ic_fluent_person_circle_24_filled:before { content: "\e93b"; } .icon-ic_fluent_phone_update_checkmark_20_filled:before { content: "\e987"; } .icon-ic_fluent_phone_update_checkmark_24_filled:before { content: "\e988"; } .icon-ic_fluent_plug_connected_24_filled:before { content: "\e9ac"; } .icon-ic_fluent_rewind_16_filled:before { content: "\ea25"; } .icon-ic_fluent_rewind_28_filled:before { content: "\ea26"; } .icon-ic_fluent_save_multiple_20_filled:before { content: "\ea53"; } .icon-ic_fluent_save_multiple_24_filled:before { content: "\ea54"; } .icon-ic_fluent_scan_type_checkmark_20_filled:before { content: "\ea7b"; } .icon-ic_fluent_scan_type_checkmark_24_filled:before { content: "\ea7c"; } .icon-ic_fluent_select_object_skew_20_filled:before { content: "\ea91"; } .icon-ic_fluent_select_object_skew_24_filled:before { content: "\ea92"; } .icon-ic_fluent_select_object_skew_dismiss_20_filled:before { content: "\ea93"; } .icon-ic_fluent_select_object_skew_dismiss_24_filled:before { content: "\ea94"; } .icon-ic_fluent_select_object_skew_edit_20_filled:before { content: "\ea95"; } .icon-ic_fluent_select_object_skew_edit_24_filled:before { content: "\ea96"; } .icon-ic_fluent_shopping_bag_dismiss_20_filled:before { content: "\eaf5"; } .icon-ic_fluent_shopping_bag_dismiss_24_filled:before { content: "\eaf6"; } .icon-ic_fluent_shopping_bag_pause_20_filled:before { content: "\eaf7"; } .icon-ic_fluent_shopping_bag_pause_24_filled:before { content: "\eaf8"; } .icon-ic_fluent_tag_error_16_filled:before { content: "\ec71"; } .icon-ic_fluent_tag_error_20_filled:before { content: "\ec72"; } .icon-ic_fluent_tag_error_24_filled:before { content: "\ec73"; } .icon-ic_fluent_tag_multiple_24_filled:before { content: "\ec7d"; } .icon-ic_fluent_tag_question_mark_20_filled:before { content: "\ec81"; } .icon-ic_fluent_tag_question_mark_32_filled:before { content: "\ec83"; } .icon-ic_fluent_text_column_one_wide_lightning_20_filled:before { content: "\ecfb"; } .icon-ic_fluent_text_column_one_wide_lightning_24_filled:before { content: "\ecfc"; } .icon-ic_fluent_text_font_info_16_filled:before { content: "\ed0e"; } .icon-ic_fluent_text_font_info_20_filled:before { content: "\ed0f"; } .icon-ic_fluent_text_font_info_24_filled:before { content: "\ed10"; } .icon-ic_fluent_tray_item_add_20_filled:before { content: "\ed9e"; } .icon-ic_fluent_tray_item_add_24_filled:before { content: "\ed9f"; } .icon-ic_fluent_tray_item_remove_20_filled:before { content: "\eda0"; } .icon-ic_fluent_tray_item_remove_24_filled:before { content: "\eda1"; } .icon-ic_fluent_vehicle_truck_bag_20_filled:before { content: "\edea"; } .icon-ic_fluent_vehicle_truck_bag_24_filled:before { content: "\edeb"; } .icon-ic_fluent_checkmark_starburst_20_filled:before { content: "\e31f"; } .icon-ic_fluent_checkmark_starburst_24_filled:before { content: "\e320"; } .icon-ic_fluent_access_time_20_filled:before { content: "\e000"; } .icon-ic_fluent_accessibility_checkmark_20_filled:before { content: "\e003"; } .icon-ic_fluent_add_square_20_filled:before { content: "\e007"; } .icon-ic_fluent_album_20_filled:before { content: "\e00f"; } .icon-ic_fluent_album_add_20_filled:before { content: "\e011"; } .icon-ic_fluent_alert_on_20_filled:before { content: "\e01a"; } .icon-ic_fluent_app_generic_20_filled:before { content: "\e05c"; } .icon-ic_fluent_app_recent_20_filled:before { content: "\e05d"; } .icon-ic_fluent_app_title_20_filled:before { content: "\e05e"; } .icon-ic_fluent_arrow_autofit_down_20_filled:before { content: "\e075"; } .icon-ic_fluent_arrow_autofit_height_20_filled:before { content: "\e077"; } .icon-ic_fluent_arrow_autofit_height_dotted_20_filled:before { content: "\e078"; } .icon-ic_fluent_arrow_autofit_up_20_filled:before { content: "\e07a"; } .icon-ic_fluent_arrow_autofit_width_20_filled:before { content: "\e07c"; } .icon-ic_fluent_arrow_autofit_width_dotted_20_filled:before { content: "\e07d"; } .icon-ic_fluent_arrow_bounce_20_filled:before { content: "\e087"; } .icon-ic_fluent_arrow_circle_down_right_20_filled:before { content: "\e08f"; } .icon-ic_fluent_arrow_circle_up_left_20_filled:before { content: "\e0a7"; } .icon-ic_fluent_arrow_expand_20_filled:before { content: "\e0c5"; } .icon-ic_fluent_arrow_fit_20_filled:before { content: "\e0cd"; } .icon-ic_fluent_arrow_minimize_vertical_20_filled:before { content: "\e0db"; } .icon-ic_fluent_arrow_sort_down_lines_24_filled:before { content: "\e0f2"; } .icon-ic_fluent_arrow_square_down_20_filled:before { content: "\e0f6"; } .icon-ic_fluent_arrow_step_back_20_filled:before { content: "\e0f9"; } .icon-ic_fluent_arrow_step_in_left_20_filled:before { content: "\e101"; } .icon-ic_fluent_arrow_step_in_right_20_filled:before { content: "\e106"; } .icon-ic_fluent_arrow_step_out_20_filled:before { content: "\e10b"; } .icon-ic_fluent_arrow_step_over_20_filled:before { content: "\e10f"; } .icon-ic_fluent_arrow_turn_bidirectional_down_right_20_filled:before { content: "\e124"; } .icon-ic_fluent_arrow_turn_right_20_filled:before { content: "\e125"; } .icon-ic_fluent_arrows_bidirectional_20_filled:before { content: "\e135"; } .icon-ic_fluent_attach_text_20_filled:before { content: "\e139"; } .icon-ic_fluent_auto_fit_height_20_filled:before { content: "\e13b"; } .icon-ic_fluent_auto_fit_width_20_filled:before { content: "\e13d"; } .icon-ic_fluent_autocorrect_20_filled:before { content: "\e13f"; } .icon-ic_fluent_badge_20_filled:before { content: "\e14b"; } .icon-ic_fluent_battery_checkmark_20_filled:before { content: "\e150"; } .icon-ic_fluent_battery_warning_20_filled:before { content: "\e152"; } .icon-ic_fluent_bluetooth_connected_20_filled:before { content: "\e15f"; } .icon-ic_fluent_bluetooth_disabled_20_filled:before { content: "\e160"; } .icon-ic_fluent_bluetooth_searching_20_filled:before { content: "\e161"; } .icon-ic_fluent_bookmark_multiple_16_filled:before { content: "\e1a6"; } .icon-ic_fluent_bookmark_multiple_28_filled:before { content: "\e1a9"; } .icon-ic_fluent_bookmark_multiple_32_filled:before { content: "\e1aa"; } .icon-ic_fluent_bookmark_multiple_48_filled:before { content: "\e1ab"; } .icon-ic_fluent_branch_fork_hint_20_filled:before { content: "\e1f4"; } .icon-ic_fluent_branch_fork_hint_24_filled:before { content: "\e1f5"; } .icon-ic_fluent_branch_fork_link_20_filled:before { content: "\e1f6"; } .icon-ic_fluent_branch_fork_link_24_filled:before { content: "\e1f7"; } .icon-ic_fluent_calendar_ltr_48_filled:before { content: "\e266"; } .icon-ic_fluent_calendar_rtl_48_filled:before { content: "\e27b"; } .icon-ic_fluent_data_usage_toolbox_20_filled:before { content: "\e46e"; } .icon-ic_fluent_data_usage_toolbox_24_filled:before { content: "\e46f"; } .icon-ic_fluent_desktop_cursor_16_filled:before { content: "\e497"; } .icon-ic_fluent_desktop_cursor_20_filled:before { content: "\e498"; } .icon-ic_fluent_desktop_cursor_24_filled:before { content: "\e499"; } .icon-ic_fluent_desktop_cursor_28_filled:before { content: "\e49a"; } .icon-ic_fluent_desktop_flow_20_filled:before { content: "\e49e"; } .icon-ic_fluent_desktop_flow_24_filled:before { content: "\e49f"; } .icon-ic_fluent_desktop_signal_20_filled:before { content: "\e4ae"; } .icon-ic_fluent_desktop_signal_24_filled:before { content: "\e4af"; } .icon-ic_fluent_emoji_sad_slight_20_filled:before { content: "\e5e2"; } .icon-ic_fluent_emoji_sad_slight_24_filled:before { content: "\e5e3"; } .icon-ic_fluent_emoji_smile_slight_20_filled:before { content: "\e5e4"; } .icon-ic_fluent_emoji_smile_slight_24_filled:before { content: "\e5e5"; } .icon-ic_fluent_food_apple_20_filled:before { content: "\e674"; } .icon-ic_fluent_food_apple_24_filled:before { content: "\e675"; } .icon-ic_fluent_mail_edit_20_filled:before { content: "\e7c1"; } .icon-ic_fluent_mail_edit_24_filled:before { content: "\e7c2"; } .icon-ic_fluent_person_arrow_left_16_filled:before { content: "\e935"; } .icon-ic_fluent_person_edit_20_filled:before { content: "\e940"; } .icon-ic_fluent_person_edit_24_filled:before { content: "\e941"; } .icon-ic_fluent_scan_dash_12_filled:before { content: "\ea62"; } .icon-ic_fluent_scan_dash_16_filled:before { content: "\ea63"; } .icon-ic_fluent_scan_dash_20_filled:before { content: "\ea64"; } .icon-ic_fluent_scan_dash_24_filled:before { content: "\ea65"; } .icon-ic_fluent_scan_dash_28_filled:before { content: "\ea66"; } .icon-ic_fluent_scan_dash_32_filled:before { content: "\ea67"; } .icon-ic_fluent_scan_dash_48_filled:before { content: "\ea68"; } .icon-ic_fluent_square_hint_20_filled:before { content: "\eb8f"; } .icon-ic_fluent_square_hint_24_filled:before { content: "\eb90"; } .icon-ic_fluent_tag_off_20_filled:before { content: "\ec7e"; } .icon-ic_fluent_tag_off_24_filled:before { content: "\ec7f"; } .icon-ic_fluent_text_box_settings_20_filled:before { content: "\ecd1"; } .icon-ic_fluent_text_box_settings_24_filled:before { content: "\ecd2"; } .icon-ic_fluent_vehicle_truck_cube_20_filled:before { content: "\edec"; } .icon-ic_fluent_vehicle_truck_cube_24_filled:before { content: "\eded"; } .icon-ic_fluent_arrow_forward_down_lightning_20_filled:before { content: "\e0d2"; } .icon-ic_fluent_arrow_forward_down_lightning_24_filled:before { content: "\e0d3"; } .icon-ic_fluent_arrow_forward_down_person_20_filled:before { content: "\e0d4"; } .icon-ic_fluent_arrow_forward_down_person_24_filled:before { content: "\e0d5"; } .icon-ic_fluent_arrow_step_in_28_filled:before { content: "\e0fe"; } .icon-ic_fluent_arrow_step_in_left_24_filled:before { content: "\e102"; } .icon-ic_fluent_arrow_step_in_left_28_filled:before { content: "\e103"; } .icon-ic_fluent_arrow_step_in_right_24_filled:before { content: "\e107"; } .icon-ic_fluent_arrow_step_in_right_28_filled:before { content: "\e108"; } .icon-ic_fluent_arrow_step_out_24_filled:before { content: "\e10c"; } .icon-ic_fluent_arrow_step_out_28_filled:before { content: "\e10d"; } .icon-ic_fluent_arrow_trending_text_20_filled:before { content: "\e120"; } .icon-ic_fluent_arrow_trending_text_24_filled:before { content: "\e121"; } .icon-ic_fluent_arrow_trending_wrench_20_filled:before { content: "\e122"; } .icon-ic_fluent_arrow_trending_wrench_24_filled:before { content: "\e123"; } .icon-ic_fluent_battery_10_20_filled:before { content: "\e14e"; } .icon-ic_fluent_beach_32_filled:before { content: "\e157"; } .icon-ic_fluent_beach_48_filled:before { content: "\e158"; } .icon-ic_fluent_book_clock_20_filled:before { content: "\e178"; } .icon-ic_fluent_book_coins_20_filled:before { content: "\e17a"; } .icon-ic_fluent_book_compass_20_filled:before { content: "\e17c"; } .icon-ic_fluent_book_database_20_filled:before { content: "\e182"; } .icon-ic_fluent_book_exclamation_mark_20_filled:before { content: "\e184"; } .icon-ic_fluent_book_globe_20_filled:before { content: "\e186"; } .icon-ic_fluent_book_information_20_filled:before { content: "\e187"; } .icon-ic_fluent_book_letter_20_filled:before { content: "\e189"; } .icon-ic_fluent_book_pulse_20_filled:before { content: "\e198"; } .icon-ic_fluent_book_question_mark_20_filled:before { content: "\e19a"; } .icon-ic_fluent_book_question_mark_rtl_20_filled:before { content: "\e19c"; } .icon-ic_fluent_book_search_20_filled:before { content: "\e19d"; } .icon-ic_fluent_book_star_20_filled:before { content: "\e19f"; } .icon-ic_fluent_book_theta_20_filled:before { content: "\e1a2"; } .icon-ic_fluent_bookmark_off_20_filled:before { content: "\e1ac"; } .icon-ic_fluent_border_bottom_20_filled:before { content: "\e1b2"; } .icon-ic_fluent_border_bottom_double_20_filled:before { content: "\e1b4"; } .icon-ic_fluent_border_bottom_thick_20_filled:before { content: "\e1b6"; } .icon-ic_fluent_border_left_20_filled:before { content: "\e1b8"; } .icon-ic_fluent_border_none_20_filled:before { content: "\e1bc"; } .icon-ic_fluent_border_outside_20_filled:before { content: "\e1be"; } .icon-ic_fluent_border_outside_thick_20_filled:before { content: "\e1c0"; } .icon-ic_fluent_border_right_20_filled:before { content: "\e1c2"; } .icon-ic_fluent_border_top_20_filled:before { content: "\e1c4"; } .icon-ic_fluent_border_top_bottom_20_filled:before { content: "\e1c6"; } .icon-ic_fluent_border_top_bottom_double_20_filled:before { content: "\e1c8"; } .icon-ic_fluent_border_top_bottom_thick_20_filled:before { content: "\e1ca"; } .icon-ic_fluent_branch_20_filled:before { content: "\e1ed"; } .icon-ic_fluent_brightness_high_16_filled:before { content: "\e20a"; } .icon-ic_fluent_brightness_high_20_filled:before { content: "\e20b"; } .icon-ic_fluent_brightness_high_24_filled:before { content: "\e20c"; } .icon-ic_fluent_brightness_high_28_filled:before { content: "\e20d"; } .icon-ic_fluent_brightness_high_32_filled:before { content: "\e20e"; } .icon-ic_fluent_brightness_high_48_filled:before { content: "\e20f"; } .icon-ic_fluent_brightness_low_16_filled:before { content: "\e210"; } .icon-ic_fluent_brightness_low_20_filled:before { content: "\e211"; } .icon-ic_fluent_brightness_low_24_filled:before { content: "\e212"; } .icon-ic_fluent_brightness_low_28_filled:before { content: "\e213"; } .icon-ic_fluent_brightness_low_32_filled:before { content: "\e214"; } .icon-ic_fluent_brightness_low_48_filled:before { content: "\e215"; } .icon-ic_fluent_building_government_20_filled:before { content: "\e230"; } .icon-ic_fluent_building_multiple_20_filled:before { content: "\e237"; } .icon-ic_fluent_chat_dismiss_20_filled:before { content: "\e301"; } .icon-ic_fluent_chat_dismiss_24_filled:before { content: "\e302"; } .icon-ic_fluent_cube_tree_20_filled:before { content: "\e447"; } .icon-ic_fluent_cube_tree_24_filled:before { content: "\e448"; } .icon-ic_fluent_draw_image_20_filled:before { content: "\e57f"; } .icon-ic_fluent_draw_image_24_filled:before { content: "\e580"; } .icon-ic_fluent_draw_shape_20_filled:before { content: "\e581"; } .icon-ic_fluent_draw_text_20_filled:before { content: "\e583"; } .icon-ic_fluent_drawer_add_20_filled:before { content: "\e585"; } .icon-ic_fluent_drawer_add_24_filled:before { content: "\e586"; } .icon-ic_fluent_drawer_arrow_download_20_filled:before { content: "\e587"; } .icon-ic_fluent_drawer_arrow_download_24_filled:before { content: "\e588"; } .icon-ic_fluent_drawer_dismiss_20_filled:before { content: "\e589"; } .icon-ic_fluent_drawer_dismiss_24_filled:before { content: "\e58a"; } .icon-ic_fluent_drawer_play_20_filled:before { content: "\e58b"; } .icon-ic_fluent_drawer_play_24_filled:before { content: "\e58c"; } .icon-ic_fluent_drawer_subtract_20_filled:before { content: "\e58d"; } .icon-ic_fluent_drawer_subtract_24_filled:before { content: "\e58e"; } .icon-ic_fluent_emoji_28_filled:before { content: "\e5d1"; } .icon-ic_fluent_emoji_32_filled:before { content: "\e5d2"; } .icon-ic_fluent_emoji_48_filled:before { content: "\e5d3"; } .icon-ic_fluent_emoji_sparkle_16_filled:before { content: "\e5e6"; } .icon-ic_fluent_emoji_sparkle_20_filled:before { content: "\e5e7"; } .icon-ic_fluent_emoji_sparkle_24_filled:before { content: "\e5e8"; } .icon-ic_fluent_emoji_sparkle_28_filled:before { content: "\e5e9"; } .icon-ic_fluent_emoji_sparkle_32_filled:before { content: "\e5ea"; } .icon-ic_fluent_emoji_sparkle_48_filled:before { content: "\e5eb"; } .icon-ic_fluent_flip_horizontal_16_filled:before { content: "\e638"; } .icon-ic_fluent_flip_horizontal_20_filled:before { content: "\e639"; } .icon-ic_fluent_flip_horizontal_28_filled:before { content: "\e63b"; } .icon-ic_fluent_flip_horizontal_32_filled:before { content: "\e63c"; } .icon-ic_fluent_flip_horizontal_48_filled:before { content: "\e63d"; } .icon-ic_fluent_flip_vertical_16_filled:before { content: "\e63e"; } .icon-ic_fluent_flip_vertical_20_filled:before { content: "\e63f"; } .icon-ic_fluent_flip_vertical_28_filled:before { content: "\e641"; } .icon-ic_fluent_flip_vertical_32_filled:before { content: "\e642"; } .icon-ic_fluent_flip_vertical_48_filled:before { content: "\e643"; } .icon-ic_fluent_food_grains_20_filled:before { content: "\e67b"; } .icon-ic_fluent_food_grains_24_filled:before { content: "\e67c"; } .icon-ic_fluent_gift_card_arrow_right_20_filled:before { content: "\e6ab"; } .icon-ic_fluent_gift_card_arrow_right_24_filled:before { content: "\e6ac"; } .icon-ic_fluent_heart_32_filled:before { content: "\e708"; } .icon-ic_fluent_heart_48_filled:before { content: "\e709"; } .icon-ic_fluent_link_12_filled:before { content: "\e77e"; } .icon-ic_fluent_link_32_filled:before { content: "\e77f"; } .icon-ic_fluent_luggage_28_filled:before { content: "\e7ab"; } .icon-ic_fluent_luggage_32_filled:before { content: "\e7ac"; } .icon-ic_fluent_luggage_48_filled:before { content: "\e7ad"; } .icon-ic_fluent_money_hand_20_filled:before { content: "\e82a"; } .icon-ic_fluent_money_hand_24_filled:before { content: "\e82b"; } .icon-ic_fluent_next_28_filled:before { content: "\e875"; } .icon-ic_fluent_next_32_filled:before { content: "\e876"; } .icon-ic_fluent_next_48_filled:before { content: "\e877"; } .icon-ic_fluent_people_list_28_filled:before { content: "\e910"; } .icon-ic_fluent_previous_28_filled:before { content: "\e9d1"; } .icon-ic_fluent_previous_32_filled:before { content: "\e9d2"; } .icon-ic_fluent_previous_48_filled:before { content: "\e9d3"; } .icon-ic_fluent_question_circle_32_filled:before { content: "\e9f6"; } .icon-ic_fluent_text_paragraph_16_filled:before { content: "\ed41"; } .icon-ic_fluent_vehicle_car_collision_28_filled:before { content: "\eddd"; } .icon-ic_fluent_vehicle_car_collision_32_filled:before { content: "\edde"; } .icon-ic_fluent_video_clip_multiple_16_filled:before { content: "\ee00"; } .icon-ic_fluent_video_clip_multiple_20_filled:before { content: "\ee01"; } .icon-ic_fluent_video_clip_multiple_24_filled:before { content: "\ee02"; } .icon-ic_fluent_wallet_28_filled:before { content: "\ee2e"; } .icon-ic_fluent_wallet_32_filled:before { content: "\ee2f"; } .icon-ic_fluent_wallet_48_filled:before { content: "\ee30"; } .icon-ic_fluent_weather_sunny_28_filled:before { content: "\ee4d"; } .icon-ic_fluent_wrench_screwdriver_20_filled:before { content: "\ee87"; } .icon-ic_fluent_wrench_screwdriver_24_filled:before { content: "\ee88"; } .icon-ic_fluent_arrow_between_down_20_filled:before { content: "\e07f"; } .icon-ic_fluent_arrow_between_down_24_filled:before { content: "\e080"; } .icon-ic_fluent_arrow_redo_28_filled:before { content: "\e0e5"; } .icon-ic_fluent_arrow_sync_checkmark_20_filled:before { content: "\e111"; } .icon-ic_fluent_arrow_sync_checkmark_24_filled:before { content: "\e112"; } .icon-ic_fluent_arrow_sync_dismiss_20_filled:before { content: "\e113"; } .icon-ic_fluent_arrow_sync_dismiss_24_filled:before { content: "\e114"; } .icon-ic_fluent_calculator_arrow_clockwise_20_filled:before { content: "\e248"; } .icon-ic_fluent_calculator_arrow_clockwise_24_filled:before { content: "\e249"; } .icon-ic_fluent_calendar_arrow_down_20_filled:before { content: "\e24f"; } .icon-ic_fluent_calendar_arrow_right_24_filled:before { content: "\e252"; } .icon-ic_fluent_calendar_error_20_filled:before { content: "\e25d"; } .icon-ic_fluent_calendar_mail_20_filled:before { content: "\e268"; } .icon-ic_fluent_calendar_week_numbers_20_filled:before { content: "\e281"; } .icon-ic_fluent_call_add_20_filled:before { content: "\e28a"; } .icon-ic_fluent_camera_off_20_filled:before { content: "\e2b4"; } .icon-ic_fluent_cellular_off_20_filled:before { content: "\e2c8"; } .icon-ic_fluent_chevron_circle_down_32_filled:before { content: "\e327"; } .icon-ic_fluent_chevron_circle_up_32_filled:before { content: "\e33c"; } .icon-ic_fluent_circle_48_filled:before { content: "\e348"; } .icon-ic_fluent_clock_pause_20_filled:before { content: "\e389"; } .icon-ic_fluent_clock_pause_24_filled:before { content: "\e38a"; } .icon-ic_fluent_diamond_16_filled:before { content: "\e4c6"; } .icon-ic_fluent_diamond_20_filled:before { content: "\e4c7"; } .icon-ic_fluent_diamond_24_filled:before { content: "\e4c8"; } .icon-ic_fluent_diamond_28_filled:before { content: "\e4c9"; } .icon-ic_fluent_diamond_48_filled:before { content: "\e4cb"; } .icon-ic_fluent_door_28_filled:before { content: "\e56f"; } .icon-ic_fluent_door_arrow_right_28_filled:before { content: "\e575"; } .icon-ic_fluent_immersive_reader_28_filled:before { content: "\e741"; } .icon-ic_fluent_key_reset_20_filled:before { content: "\e754"; } .icon-ic_fluent_key_reset_24_filled:before { content: "\e755"; } .icon-ic_fluent_lightbulb_filament_48_filled:before { content: "\e772"; } .icon-ic_fluent_line_20_filled:before { content: "\e773"; } .icon-ic_fluent_line_24_filled:before { content: "\e774"; } .icon-ic_fluent_line_48_filled:before { content: "\e776"; } .icon-ic_fluent_line_dashes_20_filled:before { content: "\e777"; } .icon-ic_fluent_line_dashes_24_filled:before { content: "\e778"; } .icon-ic_fluent_line_dashes_48_filled:before { content: "\e77a"; } .icon-ic_fluent_mail_arrow_up_16_filled:before { content: "\e7b9"; } .icon-ic_fluent_notepad_person_16_filled:before { content: "\e88f"; } .icon-ic_fluent_oval_16_filled:before { content: "\e8af"; } .icon-ic_fluent_oval_20_filled:before { content: "\e8b0"; } .icon-ic_fluent_oval_24_filled:before { content: "\e8b1"; } .icon-ic_fluent_oval_28_filled:before { content: "\e8b2"; } .icon-ic_fluent_oval_48_filled:before { content: "\e8b4"; } .icon-ic_fluent_pentagon_48_filled:before { content: "\e8fc"; } .icon-ic_fluent_people_add_28_filled:before { content: "\e900"; } .icon-ic_fluent_people_list_24_filled:before { content: "\e90f"; } .icon-ic_fluent_people_queue_20_filled:before { content: "\e917"; } .icon-ic_fluent_people_queue_24_filled:before { content: "\e918"; } .icon-ic_fluent_people_settings_28_filled:before { content: "\e91b"; } .icon-ic_fluent_print_28_filled:before { content: "\e9d4"; } .icon-ic_fluent_rhombus_16_filled:before { content: "\ea27"; } .icon-ic_fluent_rhombus_20_filled:before { content: "\ea28"; } .icon-ic_fluent_rhombus_24_filled:before { content: "\ea29"; } .icon-ic_fluent_rhombus_28_filled:before { content: "\ea2a"; } .icon-ic_fluent_rhombus_48_filled:before { content: "\ea2c"; } .icon-ic_fluent_screen_search_20_filled:before { content: "\ea81"; } .icon-ic_fluent_screen_search_24_filled:before { content: "\ea82"; } .icon-ic_fluent_settings_chat_20_filled:before { content: "\ea9f"; } .icon-ic_fluent_settings_chat_24_filled:before { content: "\eaa0"; } .icon-ic_fluent_share_screen_person_p_16_filled:before { content: "\eabf"; } .icon-ic_fluent_share_screen_person_p_20_filled:before { content: "\eac0"; } .icon-ic_fluent_share_screen_person_p_24_filled:before { content: "\eac1"; } .icon-ic_fluent_share_screen_person_p_28_filled:before { content: "\eac2"; } .icon-ic_fluent_slide_add_16_filled:before { content: "\eb16"; } .icon-ic_fluent_slide_add_20_filled:before { content: "\eb17"; } .icon-ic_fluent_slide_add_28_filled:before { content: "\eb18"; } .icon-ic_fluent_slide_add_32_filled:before { content: "\eb19"; } .icon-ic_fluent_slide_add_48_filled:before { content: "\eb1a"; } .icon-ic_fluent_slide_arrow_right_20_filled:before { content: "\eb1b"; } .icon-ic_fluent_slide_arrow_right_24_filled:before { content: "\eb1c"; } .icon-ic_fluent_sound_wave_circle_24_filled:before { content: "\eb39"; } .icon-ic_fluent_square_48_filled:before { content: "\eb82"; } .icon-ic_fluent_star_48_filled:before { content: "\eba8"; } .icon-ic_fluent_star_add_28_filled:before { content: "\eba9"; } .icon-ic_fluent_star_dismiss_16_filled:before { content: "\ebad"; } .icon-ic_fluent_star_dismiss_20_filled:before { content: "\ebae"; } .icon-ic_fluent_star_dismiss_24_filled:before { content: "\ebaf"; } .icon-ic_fluent_star_dismiss_28_filled:before { content: "\ebb0"; } .icon-ic_fluent_star_edit_20_filled:before { content: "\ebb1"; } .icon-ic_fluent_star_settings_20_filled:before { content: "\ebb8"; } .icon-ic_fluent_triangle_48_filled:before { content: "\eda8"; } .icon-ic_fluent_trophy_28_filled:before { content: "\edb8"; } .icon-ic_fluent_trophy_32_filled:before { content: "\edb9"; } .icon-ic_fluent_trophy_48_filled:before { content: "\edba"; } .icon-ic_fluent_trophy_off_16_filled:before { content: "\edbb"; } .icon-ic_fluent_trophy_off_20_filled:before { content: "\edbc"; } .icon-ic_fluent_trophy_off_24_filled:before { content: "\edbd"; } .icon-ic_fluent_trophy_off_28_filled:before { content: "\edbe"; } .icon-ic_fluent_trophy_off_32_filled:before { content: "\edbf"; } .icon-ic_fluent_trophy_off_48_filled:before { content: "\edc0"; } .icon-ic_fluent_window_28_filled:before { content: "\ee5f"; } .icon-ic_fluent_window_32_filled:before { content: "\ee60"; } .icon-ic_fluent_window_48_filled:before { content: "\ee61"; } .icon-ic_fluent_window_apps_16_filled:before { content: "\ee64"; } .icon-ic_fluent_window_apps_20_filled:before { content: "\ee65"; } .icon-ic_fluent_window_apps_24_filled:before { content: "\ee66"; } .icon-ic_fluent_window_apps_28_filled:before { content: "\ee67"; } .icon-ic_fluent_window_apps_32_filled:before { content: "\ee68"; } .icon-ic_fluent_window_apps_48_filled:before { content: "\ee69"; } .icon-ic_fluent_window_wrench_16_filled:before { content: "\ee7f"; } .icon-ic_fluent_window_wrench_20_filled:before { content: "\ee80"; } .icon-ic_fluent_window_wrench_24_filled:before { content: "\ee81"; } .icon-ic_fluent_window_wrench_28_filled:before { content: "\ee82"; } .icon-ic_fluent_window_wrench_32_filled:before { content: "\ee83"; } .icon-ic_fluent_window_wrench_48_filled:before { content: "\ee84"; } .icon-ic_fluent_arrow_down_left_32_filled:before { content: "\e0bc"; } .icon-ic_fluent_arrow_down_left_48_filled:before { content: "\e0bd"; } .icon-ic_fluent_arrow_maximize_48_filled:before { content: "\e0d9"; } .icon-ic_fluent_arrow_maximize_vertical_48_filled:before { content: "\e0da"; } .icon-ic_fluent_arrow_outline_up_right_48_filled:before { content: "\e0e1"; } .icon-ic_fluent_arrow_up_left_48_filled:before { content: "\e12d"; } .icon-ic_fluent_arrow_up_right_48_filled:before { content: "\e131"; } .icon-ic_fluent_book_arrow_clockwise_20_filled:before { content: "\e176"; } .icon-ic_fluent_book_arrow_clockwise_24_filled:before { content: "\e177"; } .icon-ic_fluent_box_arrow_left_20_filled:before { content: "\e1d1"; } .icon-ic_fluent_box_arrow_left_24_filled:before { content: "\e1d2"; } .icon-ic_fluent_box_arrow_up_20_filled:before { content: "\e1d3"; } .icon-ic_fluent_box_arrow_up_24_filled:before { content: "\e1d4"; } .icon-ic_fluent_box_checkmark_20_filled:before { content: "\e1d5"; } .icon-ic_fluent_box_checkmark_24_filled:before { content: "\e1d6"; } .icon-ic_fluent_box_multiple_20_filled:before { content: "\e1db"; } .icon-ic_fluent_box_multiple_24_filled:before { content: "\e1dc"; } .icon-ic_fluent_box_multiple_arrow_left_20_filled:before { content: "\e1dd"; } .icon-ic_fluent_box_multiple_arrow_left_24_filled:before { content: "\e1de"; } .icon-ic_fluent_box_multiple_arrow_right_20_filled:before { content: "\e1df"; } .icon-ic_fluent_box_multiple_arrow_right_24_filled:before { content: "\e1e0"; } .icon-ic_fluent_box_multiple_checkmark_20_filled:before { content: "\e1e1"; } .icon-ic_fluent_box_multiple_checkmark_24_filled:before { content: "\e1e2"; } .icon-ic_fluent_box_multiple_search_20_filled:before { content: "\e1e3"; } .icon-ic_fluent_box_multiple_search_24_filled:before { content: "\e1e4"; } .icon-ic_fluent_box_search_20_filled:before { content: "\e1e5"; } .icon-ic_fluent_box_search_24_filled:before { content: "\e1e6"; } .icon-ic_fluent_cellular_warning_20_filled:before { content: "\e2ca"; } .icon-ic_fluent_chart_multiple_20_filled:before { content: "\e2f1"; } .icon-ic_fluent_chart_multiple_24_filled:before { content: "\e2f2"; } .icon-ic_fluent_checkbox_arrow_right_20_filled:before { content: "\e30e"; } .icon-ic_fluent_checkbox_warning_20_filled:before { content: "\e317"; } .icon-ic_fluent_clock_toolbox_20_filled:before { content: "\e38b"; } .icon-ic_fluent_clock_toolbox_24_filled:before { content: "\e38c"; } .icon-ic_fluent_cube_multiple_20_filled:before { content: "\e43e"; } .icon-ic_fluent_cube_multiple_24_filled:before { content: "\e43f"; } .icon-ic_fluent_desktop_toolbox_20_filled:before { content: "\e4b6"; } .icon-ic_fluent_desktop_toolbox_24_filled:before { content: "\e4b7"; } .icon-ic_fluent_document_bullet_list_multiple_20_filled:before { content: "\e4f7"; } .icon-ic_fluent_document_bullet_list_multiple_24_filled:before { content: "\e4f8"; } .icon-ic_fluent_document_queue_20_filled:before { content: "\e53f"; } .icon-ic_fluent_document_queue_24_filled:before { content: "\e540"; } .icon-ic_fluent_document_queue_add_20_filled:before { content: "\e541"; } .icon-ic_fluent_document_queue_add_24_filled:before { content: "\e542"; } .icon-ic_fluent_document_queue_multiple_20_filled:before { content: "\e543"; } .icon-ic_fluent_document_queue_multiple_24_filled:before { content: "\e544"; } .icon-ic_fluent_document_table_cube_20_filled:before { content: "\e55d"; } .icon-ic_fluent_document_table_cube_24_filled:before { content: "\e55e"; } .icon-ic_fluent_document_table_truck_20_filled:before { content: "\e561"; } .icon-ic_fluent_document_table_truck_24_filled:before { content: "\e562"; } .icon-ic_fluent_document_text_toolbox_20_filled:before { content: "\e56b"; } .icon-ic_fluent_document_text_toolbox_24_filled:before { content: "\e56c"; } .icon-ic_fluent_equal_circle_20_filled:before { content: "\e5ee"; } .icon-ic_fluent_equal_circle_24_filled:before { content: "\e5ef"; } .icon-ic_fluent_gift_card_money_20_filled:before { content: "\e6ad"; } .icon-ic_fluent_gift_card_money_24_filled:before { content: "\e6ae"; } .icon-ic_fluent_gift_card_multiple_20_filled:before { content: "\e6af"; } .icon-ic_fluent_gift_card_multiple_24_filled:before { content: "\e6b0"; } .icon-ic_fluent_image_multiple_32_filled:before { content: "\e735"; } .icon-ic_fluent_image_multiple_48_filled:before { content: "\e736"; } .icon-ic_fluent_mail_alert_28_filled:before { content: "\e7b0"; } .icon-ic_fluent_puzzle_piece_shield_20_filled:before { content: "\e9f3"; } .icon-ic_fluent_ribbon_12_filled:before { content: "\ea2d"; } .icon-ic_fluent_ribbon_off_12_filled:before { content: "\ea32"; } .icon-ic_fluent_ribbon_off_16_filled:before { content: "\ea33"; } .icon-ic_fluent_ribbon_off_20_filled:before { content: "\ea34"; } .icon-ic_fluent_ribbon_off_24_filled:before { content: "\ea35"; } .icon-ic_fluent_ribbon_off_32_filled:before { content: "\ea36"; } .icon-ic_fluent_share_28_filled:before { content: "\eab0"; } .icon-ic_fluent_shopping_bag_arrow_left_20_filled:before { content: "\eaf3"; } .icon-ic_fluent_shopping_bag_arrow_left_24_filled:before { content: "\eaf4"; } .icon-ic_fluent_shopping_bag_play_20_filled:before { content: "\eafb"; } .icon-ic_fluent_shopping_bag_play_24_filled:before { content: "\eafc"; } .icon-ic_fluent_square_24_filled:before { content: "\eb7f"; } .icon-ic_fluent_square_28_filled:before { content: "\eb80"; } .icon-ic_fluent_square_hint_16_filled:before { content: "\eb8e"; } .icon-ic_fluent_square_hint_28_filled:before { content: "\eb91"; } .icon-ic_fluent_square_hint_32_filled:before { content: "\eb92"; } .icon-ic_fluent_square_hint_48_filled:before { content: "\eb93"; } .icon-ic_fluent_square_hint_apps_20_filled:before { content: "\eb94"; } .icon-ic_fluent_square_hint_apps_24_filled:before { content: "\eb95"; } .icon-ic_fluent_square_hint_sparkles_16_filled:before { content: "\eb98"; } .icon-ic_fluent_square_hint_sparkles_20_filled:before { content: "\eb99"; } .icon-ic_fluent_square_hint_sparkles_24_filled:before { content: "\eb9a"; } .icon-ic_fluent_square_hint_sparkles_28_filled:before { content: "\eb9b"; } .icon-ic_fluent_square_hint_sparkles_32_filled:before { content: "\eb9c"; } .icon-ic_fluent_square_hint_sparkles_48_filled:before { content: "\eb9d"; } .icon-ic_fluent_tablet_12_filled:before { content: "\ec63"; } .icon-ic_fluent_tablet_16_filled:before { content: "\ec64"; } .icon-ic_fluent_tablet_32_filled:before { content: "\ec65"; } .icon-ic_fluent_tablet_48_filled:before { content: "\ec66"; } .icon-ic_fluent_tag_reset_20_filled:before { content: "\ec84"; } .icon-ic_fluent_tag_reset_24_filled:before { content: "\ec85"; } .icon-ic_fluent_tag_search_20_filled:before { content: "\ec86"; } .icon-ic_fluent_tag_search_24_filled:before { content: "\ec87"; } .icon-ic_fluent_tap_double_32_filled:before { content: "\ec89"; } .icon-ic_fluent_tap_double_48_filled:before { content: "\ec8a"; } .icon-ic_fluent_tap_single_32_filled:before { content: "\ec8c"; } .icon-ic_fluent_tap_single_48_filled:before { content: "\ec8d"; } .icon-ic_fluent_timer_12_filled:before { content: "\ed85"; } .icon-ic_fluent_timer_28_filled:before { content: "\ed89"; } .icon-ic_fluent_timer_32_filled:before { content: "\ed8c"; } .icon-ic_fluent_timer_48_filled:before { content: "\ed8d"; } .icon-ic_fluent_board_heart_16_filled:before { content: "\e16a"; } .icon-ic_fluent_board_heart_20_filled:before { content: "\e16b"; } .icon-ic_fluent_board_heart_24_filled:before { content: "\e16c"; } .icon-ic_fluent_braces_24_filled:before { content: "\e1ea"; } .icon-ic_fluent_breakout_room_24_filled:before { content: "\e1fa"; } .icon-ic_fluent_breakout_room_28_filled:before { content: "\e1fb"; } .icon-ic_fluent_chat_warning_20_filled:before { content: "\e308"; } .icon-ic_fluent_checkbox_person_16_filled:before { content: "\e314"; } .icon-ic_fluent_checkbox_person_20_filled:before { content: "\e315"; } .icon-ic_fluent_chevron_circle_down_12_filled:before { content: "\e322"; } .icon-ic_fluent_chevron_circle_down_16_filled:before { content: "\e323"; } .icon-ic_fluent_chevron_circle_down_20_filled:before { content: "\e324"; } .icon-ic_fluent_chevron_circle_down_28_filled:before { content: "\e326"; } .icon-ic_fluent_chevron_circle_down_48_filled:before { content: "\e328"; } .icon-ic_fluent_chevron_circle_left_12_filled:before { content: "\e329"; } .icon-ic_fluent_chevron_circle_left_16_filled:before { content: "\e32a"; } .icon-ic_fluent_chevron_circle_left_20_filled:before { content: "\e32b"; } .icon-ic_fluent_chevron_circle_left_24_filled:before { content: "\e32c"; } .icon-ic_fluent_chevron_circle_left_28_filled:before { content: "\e32d"; } .icon-ic_fluent_chevron_circle_left_32_filled:before { content: "\e32e"; } .icon-ic_fluent_chevron_circle_left_48_filled:before { content: "\e32f"; } .icon-ic_fluent_chevron_circle_right_16_filled:before { content: "\e331"; } .icon-ic_fluent_chevron_circle_right_20_filled:before { content: "\e332"; } .icon-ic_fluent_chevron_circle_right_28_filled:before { content: "\e334"; } .icon-ic_fluent_chevron_circle_right_32_filled:before { content: "\e335"; } .icon-ic_fluent_chevron_circle_right_48_filled:before { content: "\e336"; } .icon-ic_fluent_chevron_circle_up_12_filled:before { content: "\e337"; } .icon-ic_fluent_chevron_circle_up_16_filled:before { content: "\e338"; } .icon-ic_fluent_chevron_circle_up_20_filled:before { content: "\e339"; } .icon-ic_fluent_chevron_circle_up_24_filled:before { content: "\e33a"; } .icon-ic_fluent_chevron_circle_up_28_filled:before { content: "\e33b"; } .icon-ic_fluent_chevron_circle_up_48_filled:before { content: "\e33d"; } .icon-ic_fluent_circle_edit_20_filled:before { content: "\e349"; } .icon-ic_fluent_circle_line_20_filled:before { content: "\e34f"; } .icon-ic_fluent_circle_off_20_filled:before { content: "\e352"; } .icon-ic_fluent_class_20_filled:before { content: "\e354"; } .icon-ic_fluent_clipboard_data_bar_20_filled:before { content: "\e364"; } .icon-ic_fluent_clipboard_data_bar_24_filled:before { content: "\e365"; } .icon-ic_fluent_clipboard_image_20_filled:before { content: "\e36b"; } .icon-ic_fluent_clipboard_more_20_filled:before { content: "\e36d"; } .icon-ic_fluent_clock_dismiss_20_filled:before { content: "\e387"; } .icon-ic_fluent_comment_dismiss_20_filled:before { content: "\e3f9"; } .icon-ic_fluent_comment_error_24_filled:before { content: "\e3fe"; } .icon-ic_fluent_comment_note_20_filled:before { content: "\e40a"; } .icon-ic_fluent_convert_range_20_filled:before { content: "\e429"; } .icon-ic_fluent_copy_add_20_filled:before { content: "\e42b"; } .icon-ic_fluent_copy_arrow_right_20_filled:before { content: "\e42e"; } .icon-ic_fluent_couch_20_filled:before { content: "\e432"; } .icon-ic_fluent_crop_interim_20_filled:before { content: "\e438"; } .icon-ic_fluent_crop_interim_off_20_filled:before { content: "\e439"; } .icon-ic_fluent_cube_sync_20_filled:before { content: "\e445"; } .icon-ic_fluent_dark_theme_20_filled:before { content: "\e45e"; } .icon-ic_fluent_data_area_20_filled:before { content: "\e45f"; } .icon-ic_fluent_data_bar_vertical_add_20_filled:before { content: "\e460"; } .icon-ic_fluent_data_funnel_20_filled:before { content: "\e462"; } .icon-ic_fluent_data_histogram_20_filled:before { content: "\e463"; } .icon-ic_fluent_data_scatter_20_filled:before { content: "\e465"; } .icon-ic_fluent_data_sunburst_20_filled:before { content: "\e466"; } .icon-ic_fluent_data_treemap_20_filled:before { content: "\e467"; } .icon-ic_fluent_data_waterfall_20_filled:before { content: "\e470"; } .icon-ic_fluent_data_whisker_20_filled:before { content: "\e471"; } .icon-ic_fluent_document_lock_16_filled:before { content: "\e520"; } .icon-ic_fluent_document_lock_20_filled:before { content: "\e521"; } .icon-ic_fluent_document_lock_24_filled:before { content: "\e522"; } .icon-ic_fluent_document_lock_28_filled:before { content: "\e523"; } .icon-ic_fluent_document_lock_32_filled:before { content: "\e524"; } .icon-ic_fluent_document_lock_48_filled:before { content: "\e525"; } .icon-ic_fluent_eyedropper_off_20_filled:before { content: "\e60c"; } .icon-ic_fluent_eyedropper_off_24_filled:before { content: "\e60d"; } .icon-ic_fluent_globe_person_20_filled:before { content: "\e6c4"; } .icon-ic_fluent_mail_open_person_20_filled:before { content: "\e7da"; } .icon-ic_fluent_mail_open_person_24_filled:before { content: "\e7db"; } .icon-ic_fluent_resize_24_filled:before { content: "\ea1b"; } .icon-ic_fluent_resize_image_20_filled:before { content: "\ea1c"; } .icon-ic_fluent_scan_camera_16_filled:before { content: "\ea5d"; } .icon-ic_fluent_scan_camera_20_filled:before { content: "\ea5e"; } .icon-ic_fluent_scan_camera_24_filled:before { content: "\ea5f"; } .icon-ic_fluent_scan_camera_28_filled:before { content: "\ea60"; } .icon-ic_fluent_scan_camera_48_filled:before { content: "\ea61"; } .icon-ic_fluent_style_guide_20_filled:before { content: "\ebc3"; } .icon-ic_fluent_tab_desktop_16_filled:before { content: "\ebe3"; } .icon-ic_fluent_tab_desktop_24_filled:before { content: "\ebe4"; } .icon-ic_fluent_tab_desktop_bottom_20_filled:before { content: "\ebe6"; } .icon-ic_fluent_approvals_app_32_filled:before { content: "\e061"; } .icon-ic_fluent_arrow_export_rtl_24_filled:before { content: "\e0ca"; } .icon-ic_fluent_arrow_sort_down_lines_20_filled:before { content: "\e0f1"; } .icon-ic_fluent_arrow_step_in_20_filled:before { content: "\e0fc"; } .icon-ic_fluent_arrow_step_in_24_filled:before { content: "\e0fd"; } .icon-ic_fluent_battery_10_24_filled:before { content: "\e14f"; } .icon-ic_fluent_bezier_curve_square_20_filled:before { content: "\e15b"; } .icon-ic_fluent_border_none_24_filled:before { content: "\e1bd"; } .icon-ic_fluent_calendar_pattern_16_filled:before { content: "\e26c"; } .icon-ic_fluent_caret_down_right_12_filled:before { content: "\e2b7"; } .icon-ic_fluent_caret_down_right_16_filled:before { content: "\e2b8"; } .icon-ic_fluent_caret_down_right_20_filled:before { content: "\e2b9"; } .icon-ic_fluent_caret_down_right_24_filled:before { content: "\e2ba"; } .icon-ic_fluent_cellular_off_24_filled:before { content: "\e2c9"; } .icon-ic_fluent_eye_12_filled:before { content: "\e5fd"; } .icon-ic_fluent_eye_16_filled:before { content: "\e5fe"; } .icon-ic_fluent_eye_20_filled:before { content: "\e5ff"; } .icon-ic_fluent_eye_24_filled:before { content: "\e600"; } .icon-ic_fluent_eye_off_20_filled:before { content: "\e602"; } .icon-ic_fluent_eye_off_24_filled:before { content: "\e603"; } .icon-ic_fluent_eye_tracking_16_filled:before { content: "\e604"; } .icon-ic_fluent_eye_tracking_20_filled:before { content: "\e605"; } .icon-ic_fluent_eye_tracking_24_filled:before { content: "\e606"; } .icon-ic_fluent_flash_20_filled:before { content: "\e625"; } .icon-ic_fluent_flash_24_filled:before { content: "\e626"; } .icon-ic_fluent_hdr_off_24_filled:before { content: "\e6fa"; } .icon-ic_fluent_mic_16_filled:before { content: "\e806"; } .icon-ic_fluent_mic_20_filled:before { content: "\e807"; } .icon-ic_fluent_mic_24_filled:before { content: "\e808"; } .icon-ic_fluent_mic_28_filled:before { content: "\e809"; } .icon-ic_fluent_mic_32_filled:before { content: "\e80a"; } .icon-ic_fluent_mic_48_filled:before { content: "\e80b"; } .icon-ic_fluent_multiselect_ltr_16_filled:before { content: "\e859"; } .icon-ic_fluent_multiselect_ltr_20_filled:before { content: "\e85a"; } .icon-ic_fluent_multiselect_ltr_24_filled:before { content: "\e85b"; } .icon-ic_fluent_multiselect_rtl_20_filled:before { content: "\e85d"; } .icon-ic_fluent_multiselect_rtl_24_filled:before { content: "\e85e"; } .icon-ic_fluent_panel_left_contract_16_filled:before { content: "\e8c2"; } .icon-ic_fluent_panel_left_contract_20_filled:before { content: "\e8c3"; } .icon-ic_fluent_panel_left_contract_24_filled:before { content: "\e8c4"; } .icon-ic_fluent_person_tag_20_filled:before { content: "\e960"; } .icon-ic_fluent_person_tag_24_filled:before { content: "\e961"; } .icon-ic_fluent_person_tag_28_filled:before { content: "\e962"; } .icon-ic_fluent_person_tag_32_filled:before { content: "\e963"; } .icon-ic_fluent_person_tag_48_filled:before { content: "\e964"; } .icon-ic_fluent_share_screen_start_48_filled:before { content: "\eac6"; } .icon-ic_fluent_shield_lock_24_filled:before { content: "\eada"; } .icon-ic_fluent_shield_lock_28_filled:before { content: "\eadb"; } .icon-ic_fluent_shield_lock_48_filled:before { content: "\eadc"; } .icon-ic_fluent_skip_back_10_24_filled:before { content: "\eb05"; } .icon-ic_fluent_skip_back_10_28_filled:before { content: "\eb06"; } .icon-ic_fluent_skip_back_10_32_filled:before { content: "\eb07"; } .icon-ic_fluent_skip_back_10_48_filled:before { content: "\eb08"; } .icon-ic_fluent_table_stack_below_20_filled:before { content: "\ec55"; } .icon-ic_fluent_textbox_16_filled:before { content: "\ed6a"; } .icon-ic_fluent_textbox_rotate_90_20_filled:before { content: "\ed75"; } .icon-ic_fluent_textbox_rotate_90_24_filled:before { content: "\ed76"; } .icon-ic_fluent_board_games_20_filled:before { content: "\e169"; } .icon-ic_fluent_building_home_16_filled:before { content: "\e233"; } .icon-ic_fluent_building_home_20_filled:before { content: "\e234"; } .icon-ic_fluent_building_home_24_filled:before { content: "\e235"; } .icon-ic_fluent_color_fill_16_filled:before { content: "\e3d2"; } .icon-ic_fluent_color_fill_28_filled:before { content: "\e3d3"; } .icon-ic_fluent_decimal_arrow_left_20_filled:before { content: "\e483"; } .icon-ic_fluent_decimal_arrow_right_20_filled:before { content: "\e485"; } .icon-ic_fluent_delete_arrow_back_20_filled:before { content: "\e489"; } .icon-ic_fluent_delete_dismiss_20_filled:before { content: "\e48a"; } .icon-ic_fluent_desktop_edit_20_filled:before { content: "\e49c"; } .icon-ic_fluent_desktop_edit_24_filled:before { content: "\e49d"; } .icon-ic_fluent_desktop_mac_20_filled:before { content: "\e4a5"; } .icon-ic_fluent_desktop_mac_24_filled:before { content: "\e4a6"; } .icon-ic_fluent_desktop_sync_20_filled:before { content: "\e4b4"; } .icon-ic_fluent_desktop_sync_24_filled:before { content: "\e4b5"; } .icon-ic_fluent_developer_board_search_24_filled:before { content: "\e4bc"; } .icon-ic_fluent_device_eq_20_filled:before { content: "\e4bd"; } .icon-ic_fluent_diagram_20_filled:before { content: "\e4c0"; } .icon-ic_fluent_dialpad_off_20_filled:before { content: "\e4c5"; } .icon-ic_fluent_dismiss_square_multiple_20_filled:before { content: "\e4d3"; } .icon-ic_fluent_divider_short_16_filled:before { content: "\e4d8"; } .icon-ic_fluent_divider_short_20_filled:before { content: "\e4d9"; } .icon-ic_fluent_dock_20_filled:before { content: "\e4dc"; } .icon-ic_fluent_dock_row_20_filled:before { content: "\e4dd"; } .icon-ic_fluent_document_bullet_list_off_20_filled:before { content: "\e4f9"; } .icon-ic_fluent_document_checkmark_20_filled:before { content: "\e4fd"; } .icon-ic_fluent_document_chevron_double_20_filled:before { content: "\e4ff"; } .icon-ic_fluent_document_css_20_filled:before { content: "\e501"; } .icon-ic_fluent_document_footer_20_filled:before { content: "\e509"; } .icon-ic_fluent_document_footer_dismiss_20_filled:before { content: "\e50a"; } .icon-ic_fluent_document_header_20_filled:before { content: "\e50d"; } .icon-ic_fluent_document_header_arrow_down_20_filled:before { content: "\e50f"; } .icon-ic_fluent_document_header_arrow_down_24_filled:before { content: "\e510"; } .icon-ic_fluent_document_header_dismiss_20_filled:before { content: "\e511"; } .icon-ic_fluent_document_javascript_20_filled:before { content: "\e518"; } .icon-ic_fluent_document_landscape_data_20_filled:before { content: "\e51a"; } .icon-ic_fluent_document_landscape_split_24_filled:before { content: "\e51d"; } .icon-ic_fluent_double_tap_swipe_down_20_filled:before { content: "\e57a"; } .icon-ic_fluent_double_tap_swipe_down_24_filled:before { content: "\e57b"; } .icon-ic_fluent_double_tap_swipe_up_20_filled:before { content: "\e57c"; } .icon-ic_fluent_double_tap_swipe_up_24_filled:before { content: "\e57d"; } .icon-ic_fluent_location_add_16_filled:before { content: "\e78b"; } .icon-ic_fluent_location_add_20_filled:before { content: "\e78c"; } .icon-ic_fluent_location_add_24_filled:before { content: "\e78d"; } .icon-ic_fluent_math_symbols_16_filled:before { content: "\e7f3"; } .icon-ic_fluent_math_symbols_20_filled:before { content: "\e7f4"; } .icon-ic_fluent_math_symbols_24_filled:before { content: "\e7f5"; } .icon-ic_fluent_math_symbols_28_filled:before { content: "\e7f6"; } .icon-ic_fluent_math_symbols_32_filled:before { content: "\e7f7"; } .icon-ic_fluent_math_symbols_48_filled:before { content: "\e7f8"; } .icon-ic_fluent_password_16_filled:before { content: "\e8da"; } .icon-ic_fluent_password_20_filled:before { content: "\e8db"; } .icon-ic_fluent_people_prohibited_24_filled:before { content: "\e916"; } .icon-ic_fluent_sticker_add_20_filled:before { content: "\ebbc"; } .icon-ic_fluent_subtract_square_20_filled:before { content: "\ebd3"; } .icon-ic_fluent_system_20_filled:before { content: "\ebde"; } .icon-ic_fluent_table_add_16_filled:before { content: "\ebf2"; } .icon-ic_fluent_table_add_28_filled:before { content: "\ebf4"; } .icon-ic_fluent_table_cell_edit_16_filled:before { content: "\ebfb"; } .icon-ic_fluent_table_cell_edit_20_filled:before { content: "\ebfc"; } .icon-ic_fluent_table_cell_edit_28_filled:before { content: "\ebfe"; } .icon-ic_fluent_table_cells_merge_16_filled:before { content: "\ebff"; } .icon-ic_fluent_table_cells_merge_28_filled:before { content: "\ec00"; } .icon-ic_fluent_table_cells_split_16_filled:before { content: "\ec01"; } .icon-ic_fluent_table_cells_split_28_filled:before { content: "\ec02"; } .icon-ic_fluent_table_delete_column_16_filled:before { content: "\ec05"; } .icon-ic_fluent_table_delete_column_28_filled:before { content: "\ec08"; } .icon-ic_fluent_table_delete_row_16_filled:before { content: "\ec09"; } .icon-ic_fluent_table_delete_row_28_filled:before { content: "\ec0c"; } .icon-ic_fluent_table_dismiss_16_filled:before { content: "\ec0d"; } .icon-ic_fluent_table_dismiss_28_filled:before { content: "\ec10"; } .icon-ic_fluent_table_edit_16_filled:before { content: "\ec11"; } .icon-ic_fluent_table_edit_20_filled:before { content: "\ec12"; } .icon-ic_fluent_table_edit_28_filled:before { content: "\ec13"; } .icon-ic_fluent_table_freeze_column_16_filled:before { content: "\ec14"; } .icon-ic_fluent_table_freeze_column_20_filled:before { content: "\ec15"; } .icon-ic_fluent_table_freeze_column_28_filled:before { content: "\ec16"; } .icon-ic_fluent_table_freeze_column_and_row_16_filled:before { content: "\ec17"; } .icon-ic_fluent_table_freeze_column_and_row_20_filled:before { content: "\ec18"; } .icon-ic_fluent_table_freeze_column_and_row_28_filled:before { content: "\ec1a"; } .icon-ic_fluent_table_freeze_row_16_filled:before { content: "\ec1b"; } .icon-ic_fluent_table_freeze_row_20_filled:before { content: "\ec1c"; } .icon-ic_fluent_table_freeze_row_28_filled:before { content: "\ec1d"; } .icon-ic_fluent_table_insert_column_16_filled:before { content: "\ec1f"; } .icon-ic_fluent_table_insert_column_20_filled:before { content: "\ec20"; } .icon-ic_fluent_table_insert_column_28_filled:before { content: "\ec22"; } .icon-ic_fluent_table_insert_row_16_filled:before { content: "\ec23"; } .icon-ic_fluent_table_insert_row_20_filled:before { content: "\ec24"; } .icon-ic_fluent_table_insert_row_28_filled:before { content: "\ec26"; } .icon-ic_fluent_table_lightning_16_filled:before { content: "\ec27"; } .icon-ic_fluent_table_lightning_28_filled:before { content: "\ec2a"; } .icon-ic_fluent_table_link_16_filled:before { content: "\ec2b"; } .icon-ic_fluent_table_link_28_filled:before { content: "\ec2e"; } .icon-ic_fluent_table_move_above_16_filled:before { content: "\ec2f"; } .icon-ic_fluent_table_move_above_20_filled:before { content: "\ec30"; } .icon-ic_fluent_table_move_above_28_filled:before { content: "\ec32"; } .icon-ic_fluent_table_move_below_16_filled:before { content: "\ec33"; } .icon-ic_fluent_table_move_below_20_filled:before { content: "\ec34"; } .icon-ic_fluent_table_move_below_28_filled:before { content: "\ec36"; } .icon-ic_fluent_table_move_left_16_filled:before { content: "\ec37"; } .icon-ic_fluent_table_move_left_20_filled:before { content: "\ec38"; } .icon-ic_fluent_table_move_left_28_filled:before { content: "\ec39"; } .icon-ic_fluent_table_move_right_16_filled:before { content: "\ec3a"; } .icon-ic_fluent_table_move_right_20_filled:before { content: "\ec3b"; } .icon-ic_fluent_table_move_right_28_filled:before { content: "\ec3c"; } .icon-ic_fluent_table_resize_column_16_filled:before { content: "\ec3e"; } .icon-ic_fluent_table_resize_column_20_filled:before { content: "\ec3f"; } .icon-ic_fluent_table_resize_column_28_filled:before { content: "\ec41"; } .icon-ic_fluent_table_resize_row_16_filled:before { content: "\ec42"; } .icon-ic_fluent_table_resize_row_20_filled:before { content: "\ec43"; } .icon-ic_fluent_table_resize_row_28_filled:before { content: "\ec45"; } .icon-ic_fluent_table_settings_16_filled:before { content: "\ec47"; } .icon-ic_fluent_table_settings_20_filled:before { content: "\ec48"; } .icon-ic_fluent_table_settings_28_filled:before { content: "\ec49"; } .icon-ic_fluent_table_stack_above_16_filled:before { content: "\ec50"; } .icon-ic_fluent_table_stack_above_28_filled:before { content: "\ec53"; } .icon-ic_fluent_table_stack_below_16_filled:before { content: "\ec54"; } .icon-ic_fluent_table_stack_below_28_filled:before { content: "\ec57"; } .icon-ic_fluent_table_stack_left_16_filled:before { content: "\ec58"; } .icon-ic_fluent_table_stack_left_28_filled:before { content: "\ec5b"; } .icon-ic_fluent_table_stack_right_16_filled:before { content: "\ec5c"; } .icon-ic_fluent_table_stack_right_28_filled:before { content: "\ec5f"; } .icon-ic_fluent_table_switch_16_filled:before { content: "\ec60"; } .icon-ic_fluent_table_switch_20_filled:before { content: "\ec61"; } .icon-ic_fluent_table_switch_28_filled:before { content: "\ec62"; } .icon-ic_fluent_tablet_speaker_20_filled:before { content: "\ec67"; } .icon-ic_fluent_text_align_distributed_evenly_20_filled:before { content: "\ecb7"; } .icon-ic_fluent_text_align_distributed_vertical_20_filled:before { content: "\ecb9"; } .icon-ic_fluent_text_align_justify_low_20_filled:before { content: "\ecbb"; } .icon-ic_fluent_text_continuous_20_filled:before { content: "\ecfd"; } .icon-ic_fluent_textbox_align_bottom_rotate_90_20_filled:before { content: "\ed6b"; } .icon-ic_fluent_textbox_align_middle_rotate_90_20_filled:before { content: "\ed6f"; } .icon-ic_fluent_textbox_align_top_rotate_90_20_filled:before { content: "\ed71"; } .icon-ic_fluent_textbox_more_20_filled:before { content: "\ed73"; } .icon-ic_fluent_video_chat_16_filled:before { content: "\edf8"; } .icon-ic_fluent_video_chat_20_filled:before { content: "\edf9"; } .icon-ic_fluent_video_chat_24_filled:before { content: "\edfa"; } .icon-ic_fluent_arrow_paragraph_20_filled:before { content: "\e0e2"; } .icon-ic_fluent_clipboard_edit_20_filled:before { content: "\e367"; } .icon-ic_fluent_clipboard_note_20_filled:before { content: "\e36e"; } .icon-ic_fluent_document_mention_16_filled:before { content: "\e526"; } .icon-ic_fluent_document_mention_20_filled:before { content: "\e527"; } .icon-ic_fluent_document_mention_24_filled:before { content: "\e528"; } .icon-ic_fluent_document_mention_28_filled:before { content: "\e529"; } .icon-ic_fluent_document_mention_48_filled:before { content: "\e52a"; } .icon-ic_fluent_document_split_hint_off_16_filled:before { content: "\e551"; } .icon-ic_fluent_document_split_hint_off_20_filled:before { content: "\e552"; } .icon-ic_fluent_door_tag_20_filled:before { content: "\e576"; } .icon-ic_fluent_double_swipe_down_20_filled:before { content: "\e578"; } .icon-ic_fluent_double_swipe_up_20_filled:before { content: "\e579"; } .icon-ic_fluent_drag_20_filled:before { content: "\e57e"; } .icon-ic_fluent_drink_to_go_20_filled:before { content: "\e594"; } .icon-ic_fluent_drive_train_20_filled:before { content: "\e598"; } .icon-ic_fluent_dual_screen_add_20_filled:before { content: "\e5a1"; } .icon-ic_fluent_dual_screen_arrow_right_20_filled:before { content: "\e5a2"; } .icon-ic_fluent_dual_screen_arrow_up_20_filled:before { content: "\e5a3"; } .icon-ic_fluent_dual_screen_clock_20_filled:before { content: "\e5a5"; } .icon-ic_fluent_dual_screen_closed_alert_20_filled:before { content: "\e5a6"; } .icon-ic_fluent_dual_screen_desktop_20_filled:before { content: "\e5a8"; } .icon-ic_fluent_dual_screen_dismiss_20_filled:before { content: "\e5a9"; } .icon-ic_fluent_dual_screen_group_20_filled:before { content: "\e5ab"; } .icon-ic_fluent_dual_screen_header_20_filled:before { content: "\e5ac"; } .icon-ic_fluent_dual_screen_lock_20_filled:before { content: "\e5ae"; } .icon-ic_fluent_dual_screen_mirror_20_filled:before { content: "\e5af"; } .icon-ic_fluent_dual_screen_pagination_20_filled:before { content: "\e5b0"; } .icon-ic_fluent_dual_screen_settings_20_filled:before { content: "\e5b1"; } .icon-ic_fluent_dual_screen_span_20_filled:before { content: "\e5b2"; } .icon-ic_fluent_dual_screen_speaker_20_filled:before { content: "\e5b4"; } .icon-ic_fluent_dual_screen_status_bar_20_filled:before { content: "\e5b6"; } .icon-ic_fluent_dual_screen_tablet_20_filled:before { content: "\e5b7"; } .icon-ic_fluent_dual_screen_update_20_filled:before { content: "\e5b8"; } .icon-ic_fluent_dual_screen_vertical_scroll_20_filled:before { content: "\e5b9"; } .icon-ic_fluent_dual_screen_vibrate_20_filled:before { content: "\e5ba"; } .icon-ic_fluent_edit_settings_20_filled:before { content: "\e5cf"; } .icon-ic_fluent_engine_20_filled:before { content: "\e5ec"; } .icon-ic_fluent_eraser_medium_20_filled:before { content: "\e5f3"; } .icon-ic_fluent_eraser_segment_20_filled:before { content: "\e5f5"; } .icon-ic_fluent_eraser_small_20_filled:before { content: "\e5f7"; } .icon-ic_fluent_eraser_tool_20_filled:before { content: "\e5f9"; } .icon-ic_fluent_extended_dock_20_filled:before { content: "\e5fc"; } .icon-ic_fluent_fast_acceleration_20_filled:before { content: "\e612"; } .icon-ic_fluent_filter_sync_20_filled:before { content: "\e61c"; } .icon-ic_fluent_fingerprint_20_filled:before { content: "\e61e"; } .icon-ic_fluent_fixed_width_20_filled:before { content: "\e620"; } .icon-ic_fluent_flash_auto_20_filled:before { content: "\e629"; } .icon-ic_fluent_flash_off_20_filled:before { content: "\e631"; } .icon-ic_fluent_flashlight_off_20_filled:before { content: "\e637"; } .icon-ic_fluent_fluent_20_filled:before { content: "\e649"; } .icon-ic_fluent_form_new_20_filled:before { content: "\e681"; } .icon-ic_fluent_fps_960_20_filled:before { content: "\e68f"; } .icon-ic_fluent_full_screen_minimize_16_filled:before { content: "\e693"; } .icon-ic_fluent_full_screen_minimize_20_filled:before { content: "\e694"; } .icon-ic_fluent_gas_20_filled:before { content: "\e69d"; } .icon-ic_fluent_gas_pump_20_filled:before { content: "\e69f"; } .icon-ic_fluent_gavel_20_filled:before { content: "\e6a3"; } .icon-ic_fluent_gesture_20_filled:before { content: "\e6a6"; } .icon-ic_fluent_gift_card_24_filled:before { content: "\e6a9"; } .icon-ic_fluent_glance_default_12_filled:before { content: "\e6b2"; } .icon-ic_fluent_glance_horizontal_24_filled:before { content: "\e6b5"; } .icon-ic_fluent_globe_add_20_filled:before { content: "\e6c0"; } .icon-ic_fluent_globe_desktop_20_filled:before { content: "\e6c3"; } .icon-ic_fluent_group_dismiss_20_filled:before { content: "\e6d5"; } .icon-ic_fluent_group_list_20_filled:before { content: "\e6d7"; } .icon-ic_fluent_group_return_20_filled:before { content: "\e6d8"; } .icon-ic_fluent_guest_add_20_filled:before { content: "\e6de"; } .icon-ic_fluent_hand_draw_20_filled:before { content: "\e6e4"; } .icon-ic_fluent_home_add_20_filled:before { content: "\e71f"; } .icon-ic_fluent_mail_dismiss_28_filled:before { content: "\e7c0"; } .icon-ic_fluent_mail_inbox_all_20_filled:before { content: "\e7c4"; } .icon-ic_fluent_mail_inbox_arrow_right_20_filled:before { content: "\e7c7"; } .icon-ic_fluent_mail_list_16_filled:before { content: "\e7cf"; } .icon-ic_fluent_mail_multiple_28_filled:before { content: "\e7d6"; } .icon-ic_fluent_mail_off_20_filled:before { content: "\e7d7"; } .icon-ic_fluent_mic_settings_20_filled:before { content: "\e820"; } .icon-ic_fluent_navigation_unread_20_filled:before { content: "\e870"; } .icon-ic_fluent_new_20_filled:before { content: "\e873"; } .icon-ic_fluent_notebook_20_filled:before { content: "\e87f"; } .icon-ic_fluent_notebook_add_20_filled:before { content: "\e880"; } .icon-ic_fluent_notebook_error_20_filled:before { content: "\e883"; } .icon-ic_fluent_notebook_lightning_20_filled:before { content: "\e885"; } .icon-ic_fluent_notebook_question_mark_20_filled:before { content: "\e886"; } .icon-ic_fluent_number_symbol_dismiss_20_filled:before { content: "\e898"; } .icon-ic_fluent_pair_20_filled:before { content: "\e8b9"; } .icon-ic_fluent_patient_20_filled:before { content: "\e8dc"; } .icon-ic_fluent_pause_off_20_filled:before { content: "\e8e3"; } .icon-ic_fluent_pause_settings_16_filled:before { content: "\e8e4"; } .icon-ic_fluent_people_sync_28_filled:before { content: "\e921"; } .icon-ic_fluent_phone_add_20_filled:before { content: "\e966"; } .icon-ic_fluent_phone_dismiss_20_filled:before { content: "\e96c"; } .icon-ic_fluent_phone_lock_20_filled:before { content: "\e975"; } .icon-ic_fluent_phone_page_header_20_filled:before { content: "\e977"; } .icon-ic_fluent_phone_pagination_20_filled:before { content: "\e978"; } .icon-ic_fluent_phone_screen_time_20_filled:before { content: "\e979"; } .icon-ic_fluent_phone_status_bar_20_filled:before { content: "\e985"; } .icon-ic_fluent_phone_update_20_filled:before { content: "\e986"; } .icon-ic_fluent_phone_vertical_scroll_20_filled:before { content: "\e989"; } .icon-ic_fluent_phone_vibrate_20_filled:before { content: "\e98a"; } .icon-ic_fluent_photo_filter_20_filled:before { content: "\e98b"; } .icon-ic_fluent_pi_20_filled:before { content: "\e98c"; } .icon-ic_fluent_port_hdmi_20_filled:before { content: "\e9b2"; } .icon-ic_fluent_predictions_20_filled:before { content: "\e9c2"; } .icon-ic_fluent_pulse_square_20_filled:before { content: "\e9e8"; } .icon-ic_fluent_remote_20_filled:before { content: "\ea18"; } .icon-ic_fluent_reorder_20_filled:before { content: "\ea19"; } .icon-ic_fluent_resize_video_20_filled:before { content: "\ea24"; } .icon-ic_fluent_rotate_left_20_filled:before { content: "\ea3f"; } .icon-ic_fluent_router_20_filled:before { content: "\ea43"; } .icon-ic_fluent_scan_20_filled:before { content: "\ea5c"; } .icon-ic_fluent_scan_table_20_filled:before { content: "\ea6b"; } .icon-ic_fluent_scan_text_20_filled:before { content: "\ea6d"; } .icon-ic_fluent_search_square_20_filled:before { content: "\ea8a"; } .icon-ic_fluent_service_bell_20_filled:before { content: "\ea9c"; } .icon-ic_fluent_shifts_add_20_filled:before { content: "\eae8"; } .icon-ic_fluent_shifts_prohibited_20_filled:before { content: "\eaee"; } .icon-ic_fluent_shifts_question_mark_20_filled:before { content: "\eaf0"; } .icon-ic_fluent_slide_grid_20_filled:before { content: "\eb20"; } .icon-ic_fluent_slide_settings_20_filled:before { content: "\eb2c"; } .icon-ic_fluent_slide_transition_20_filled:before { content: "\eb34"; } .icon-ic_fluent_spacebar_20_filled:before { content: "\eb3a"; } .icon-ic_fluent_speaker_settings_20_filled:before { content: "\eb5a"; } .icon-ic_fluent_speaker_settings_28_filled:before { content: "\eb5b"; } .icon-ic_fluent_star_arrow_right_end_20_filled:before { content: "\ebaa"; } .icon-ic_fluent_star_arrow_right_start_20_filled:before { content: "\ebac"; } .icon-ic_fluent_storage_20_filled:before { content: "\ebbd"; } .icon-ic_fluent_sub_grid_20_filled:before { content: "\ebc4"; } .icon-ic_fluent_text_density_16_filled:before { content: "\ecff"; } .icon-ic_fluent_text_density_20_filled:before { content: "\ed00"; } .icon-ic_fluent_video_person_off_20_filled:before { content: "\ee11"; } .icon-ic_fluent_voicemail_arrow_back_20_filled:before { content: "\ee25"; } .icon-ic_fluent_voicemail_arrow_forward_20_filled:before { content: "\ee26"; } .icon-ic_fluent_voicemail_arrow_subtract_20_filled:before { content: "\ee27"; } .icon-ic_fluent_web_asset_20_filled:before { content: "\ee55"; } .icon-ic_fluent_archive_32_filled:before { content: "\e066"; } .icon-ic_fluent_archive_settings_24_filled:before { content: "\e071"; } .icon-ic_fluent_arrow_enter_20_filled:before { content: "\e0bf"; } .icon-ic_fluent_arrow_exit_20_filled:before { content: "\e0c4"; } .icon-ic_fluent_arrow_join_20_filled:before { content: "\e0d6"; } .icon-ic_fluent_arrow_trending_down_16_filled:before { content: "\e119"; } .icon-ic_fluent_arrow_trending_down_20_filled:before { content: "\e11a"; } .icon-ic_fluent_arrow_trending_down_24_filled:before { content: "\e11b"; } .icon-ic_fluent_book_template_20_filled:before { content: "\e1a1"; } .icon-ic_fluent_border_left_right_20_filled:before { content: "\e1ba"; } .icon-ic_fluent_border_left_right_24_filled:before { content: "\e1bb"; } .icon-ic_fluent_building_retail_more_20_filled:before { content: "\e23c"; } .icon-ic_fluent_calendar_add_16_filled:before { content: "\e24d"; } .icon-ic_fluent_calendar_add_28_filled:before { content: "\e24e"; } .icon-ic_fluent_cellular_3g_20_filled:before { content: "\e2c4"; } .icon-ic_fluent_cellular_4g_20_filled:before { content: "\e2c5"; } .icon-ic_fluent_cellular_5g_20_filled:before { content: "\e2c6"; } .icon-ic_fluent_checkbox_1_20_filled:before { content: "\e30a"; } .icon-ic_fluent_checkbox_2_20_filled:before { content: "\e30c"; } .icon-ic_fluent_checkmark_note_20_filled:before { content: "\e31d"; } .icon-ic_fluent_code_text_20_filled:before { content: "\e3cf"; } .icon-ic_fluent_code_text_edit_20_filled:before { content: "\e3d0"; } .icon-ic_fluent_column_20_filled:before { content: "\e3d5"; } .icon-ic_fluent_cube_add_20_filled:before { content: "\e43b"; } .icon-ic_fluent_cube_quick_16_filled:before { content: "\e440"; } .icon-ic_fluent_cube_quick_20_filled:before { content: "\e441"; } .icon-ic_fluent_cube_quick_24_filled:before { content: "\e442"; } .icon-ic_fluent_cube_quick_28_filled:before { content: "\e443"; } .icon-ic_fluent_database_arrow_down_20_filled:before { content: "\e474"; } .icon-ic_fluent_database_arrow_right_20_filled:before { content: "\e475"; } .icon-ic_fluent_database_arrow_up_20_filled:before { content: "\e476"; } .icon-ic_fluent_database_lightning_20_filled:before { content: "\e477"; } .icon-ic_fluent_database_plug_connected_20_filled:before { content: "\e47d"; } .icon-ic_fluent_database_warning_20_filled:before { content: "\e481"; } .icon-ic_fluent_database_window_20_filled:before { content: "\e482"; } .icon-ic_fluent_developer_board_lightning_20_filled:before { content: "\e4b9"; } .icon-ic_fluent_developer_board_lightning_toolbox_20_filled:before { content: "\e4ba"; } .icon-ic_fluent_edit_28_filled:before { content: "\e5bf"; } .icon-ic_fluent_edit_48_filled:before { content: "\e5c1"; } .icon-ic_fluent_edit_off_28_filled:before { content: "\e5c6"; } .icon-ic_fluent_edit_off_32_filled:before { content: "\e5c7"; } .icon-ic_fluent_edit_off_48_filled:before { content: "\e5c8"; } .icon-ic_fluent_edit_prohibited_16_filled:before { content: "\e5c9"; } .icon-ic_fluent_edit_prohibited_20_filled:before { content: "\e5ca"; } .icon-ic_fluent_edit_prohibited_24_filled:before { content: "\e5cb"; } .icon-ic_fluent_edit_prohibited_28_filled:before { content: "\e5cc"; } .icon-ic_fluent_edit_prohibited_32_filled:before { content: "\e5cd"; } .icon-ic_fluent_edit_prohibited_48_filled:before { content: "\e5ce"; } .icon-ic_fluent_emoji_edit_16_filled:before { content: "\e5d6"; } .icon-ic_fluent_emoji_edit_20_filled:before { content: "\e5d7"; } .icon-ic_fluent_emoji_edit_24_filled:before { content: "\e5d8"; } .icon-ic_fluent_emoji_edit_28_filled:before { content: "\e5d9"; } .icon-ic_fluent_emoji_edit_48_filled:before { content: "\e5da"; } .icon-ic_fluent_filter_add_20_filled:before { content: "\e618"; } .icon-ic_fluent_flash_add_20_filled:before { content: "\e628"; } .icon-ic_fluent_flash_flow_16_filled:before { content: "\e62e"; } .icon-ic_fluent_flash_flow_20_filled:before { content: "\e62f"; } .icon-ic_fluent_flash_flow_24_filled:before { content: "\e630"; } .icon-ic_fluent_flash_play_20_filled:before { content: "\e632"; } .icon-ic_fluent_folder_arrow_left_16_filled:before { content: "\e653"; } .icon-ic_fluent_folder_arrow_left_20_filled:before { content: "\e654"; } .icon-ic_fluent_folder_arrow_left_24_filled:before { content: "\e655"; } .icon-ic_fluent_folder_arrow_left_28_filled:before { content: "\e656"; } .icon-ic_fluent_folder_arrow_left_32_filled:before { content: "\e657"; } .icon-ic_fluent_gauge_add_20_filled:before { content: "\e6a2"; } .icon-ic_fluent_hand_draw_16_filled:before { content: "\e6e3"; } .icon-ic_fluent_hard_drive_20_filled:before { content: "\e6f0"; } .icon-ic_fluent_hdr_20_filled:before { content: "\e6f8"; } .icon-ic_fluent_hdr_off_20_filled:before { content: "\e6f9"; } .icon-ic_fluent_home_database_20_filled:before { content: "\e722"; } .icon-ic_fluent_image_add_20_filled:before { content: "\e727"; } .icon-ic_fluent_image_arrow_back_20_filled:before { content: "\e729"; } .icon-ic_fluent_image_arrow_counterclockwise_20_filled:before { content: "\e72b"; } .icon-ic_fluent_image_arrow_forward_20_filled:before { content: "\e72d"; } .icon-ic_fluent_image_globe_20_filled:before { content: "\e72f"; } .icon-ic_fluent_image_reflection_20_filled:before { content: "\e73c"; } .icon-ic_fluent_image_shadow_20_filled:before { content: "\e73e"; } .icon-ic_fluent_incognito_20_filled:before { content: "\e742"; } .icon-ic_fluent_key_command_20_filled:before { content: "\e751"; } .icon-ic_fluent_key_command_24_filled:before { content: "\e752"; } .icon-ic_fluent_keyboard_123_20_filled:before { content: "\e756"; } .icon-ic_fluent_keyboard_dock_20_filled:before { content: "\e759"; } .icon-ic_fluent_keyboard_layout_float_20_filled:before { content: "\e75a"; } .icon-ic_fluent_keyboard_layout_one_handed_left_20_filled:before { content: "\e75b"; } .icon-ic_fluent_keyboard_layout_resize_20_filled:before { content: "\e75c"; } .icon-ic_fluent_keyboard_layout_split_20_filled:before { content: "\e75d"; } .icon-ic_fluent_keyboard_shift_uppercase_16_filled:before { content: "\e760"; } .icon-ic_fluent_keyboard_shift_uppercase_20_filled:before { content: "\e761"; } .icon-ic_fluent_keyboard_tab_20_filled:before { content: "\e762"; } .icon-ic_fluent_launcher_settings_20_filled:before { content: "\e766"; } .icon-ic_fluent_lightbulb_circle_20_filled:before { content: "\e771"; } .icon-ic_fluent_line_style_20_filled:before { content: "\e77c"; } .icon-ic_fluent_link_toolbox_20_filled:before { content: "\e786"; } .icon-ic_fluent_location_add_left_20_filled:before { content: "\e78e"; } .icon-ic_fluent_location_add_right_20_filled:before { content: "\e78f"; } .icon-ic_fluent_location_add_up_20_filled:before { content: "\e790"; } .icon-ic_fluent_location_dismiss_20_filled:before { content: "\e794"; } .icon-ic_fluent_mail_all_read_16_filled:before { content: "\e7b1"; } .icon-ic_fluent_mail_all_read_24_filled:before { content: "\e7b2"; } .icon-ic_fluent_mail_all_read_28_filled:before { content: "\e7b3"; } .icon-ic_fluent_mail_list_20_filled:before { content: "\e7d0"; } .icon-ic_fluent_mail_list_24_filled:before { content: "\e7d1"; } .icon-ic_fluent_mail_list_28_filled:before { content: "\e7d2"; } .icon-ic_fluent_mail_read_multiple_16_filled:before { content: "\e7e0"; } .icon-ic_fluent_mail_read_multiple_24_filled:before { content: "\e7e1"; } .icon-ic_fluent_mail_read_multiple_28_filled:before { content: "\e7e2"; } .icon-ic_fluent_math_format_professional_20_filled:before { content: "\e7ed"; } .icon-ic_fluent_math_formula_20_filled:before { content: "\e7f0"; } .icon-ic_fluent_mention_arrow_down_20_filled:before { content: "\e802"; } .icon-ic_fluent_mention_brackets_20_filled:before { content: "\e803"; } .icon-ic_fluent_music_note_off_1_20_filled:before { content: "\e865"; } .icon-ic_fluent_music_note_off_1_24_filled:before { content: "\e866"; } .icon-ic_fluent_music_note_off_2_16_filled:before { content: "\e867"; } .icon-ic_fluent_music_note_off_2_20_filled:before { content: "\e868"; } .icon-ic_fluent_music_note_off_2_24_filled:before { content: "\e869"; } .icon-ic_fluent_navigation_location_target_20_filled:before { content: "\e86e"; } .icon-ic_fluent_navigation_play_20_filled:before { content: "\e86f"; } .icon-ic_fluent_number_circle_1_16_filled:before { content: "\e892"; } .icon-ic_fluent_number_circle_1_20_filled:before { content: "\e893"; } .icon-ic_fluent_number_circle_1_24_filled:before { content: "\e894"; } .icon-ic_fluent_panel_left_contract_28_filled:before { content: "\e8c5"; } .icon-ic_fluent_panel_left_expand_24_filled:before { content: "\e8c8"; } .icon-ic_fluent_panel_left_expand_28_filled:before { content: "\e8c9"; } .icon-ic_fluent_panel_left_focus_right_16_filled:before { content: "\e8ca"; } .icon-ic_fluent_panel_left_focus_right_20_filled:before { content: "\e8cb"; } .icon-ic_fluent_panel_left_focus_right_24_filled:before { content: "\e8cc"; } .icon-ic_fluent_panel_left_focus_right_28_filled:before { content: "\e8cd"; } .icon-ic_fluent_pen_16_filled:before { content: "\e8e8"; } .icon-ic_fluent_pen_20_filled:before { content: "\e8e9"; } .icon-ic_fluent_pen_24_filled:before { content: "\e8ea"; } .icon-ic_fluent_pen_28_filled:before { content: "\e8eb"; } .icon-ic_fluent_pen_32_filled:before { content: "\e8ec"; } .icon-ic_fluent_pen_48_filled:before { content: "\e8ed"; } .icon-ic_fluent_pen_off_16_filled:before { content: "\e8ee"; } .icon-ic_fluent_pen_off_20_filled:before { content: "\e8ef"; } .icon-ic_fluent_pen_off_24_filled:before { content: "\e8f0"; } .icon-ic_fluent_pen_off_28_filled:before { content: "\e8f1"; } .icon-ic_fluent_pen_off_32_filled:before { content: "\e8f2"; } .icon-ic_fluent_pen_off_48_filled:before { content: "\e8f3"; } .icon-ic_fluent_pen_prohibited_16_filled:before { content: "\e8f4"; } .icon-ic_fluent_pen_prohibited_20_filled:before { content: "\e8f5"; } .icon-ic_fluent_pen_prohibited_24_filled:before { content: "\e8f6"; } .icon-ic_fluent_pen_prohibited_28_filled:before { content: "\e8f7"; } .icon-ic_fluent_pen_prohibited_32_filled:before { content: "\e8f8"; } .icon-ic_fluent_pen_prohibited_48_filled:before { content: "\e8f9"; } .icon-ic_fluent_person_key_20_filled:before { content: "\e945"; } .icon-ic_fluent_phone_link_setup_20_filled:before { content: "\e974"; } .icon-ic_fluent_pipeline_20_filled:before { content: "\e99b"; } .icon-ic_fluent_pipeline_add_20_filled:before { content: "\e99c"; } .icon-ic_fluent_pipeline_play_20_filled:before { content: "\e99e"; } .icon-ic_fluent_play_settings_20_filled:before { content: "\e9a9"; } .icon-ic_fluent_plug_connected_add_20_filled:before { content: "\e9ad"; } .icon-ic_fluent_plug_connected_checkmark_20_filled:before { content: "\e9ae"; } .icon-ic_fluent_presence_available_20_filled:before { content: "\e9c7"; } .icon-ic_fluent_presence_available_24_filled:before { content: "\e9c8"; } .icon-ic_fluent_presence_away_20_filled:before { content: "\e9c9"; } .icon-ic_fluent_presence_away_24_filled:before { content: "\e9ca"; } .icon-ic_fluent_presence_busy_20_filled:before { content: "\e9cb"; } .icon-ic_fluent_presence_busy_24_filled:before { content: "\e9cc"; } .icon-ic_fluent_presence_dnd_20_filled:before { content: "\e9cd"; } .icon-ic_fluent_presence_dnd_24_filled:before { content: "\e9ce"; } .icon-ic_fluent_prohibited_note_20_filled:before { content: "\e9db"; } .icon-ic_fluent_puzzle_cube_piece_20_filled:before { content: "\e9ef"; } .icon-ic_fluent_ram_20_filled:before { content: "\e9fb"; } .icon-ic_fluent_receipt_search_20_filled:before { content: "\ea0e"; } .icon-ic_fluent_rectangle_portrait_location_target_20_filled:before { content: "\ea16"; } .icon-ic_fluent_save_image_20_filled:before { content: "\ea52"; } .icon-ic_fluent_scan_16_filled:before { content: "\ea5b"; } .icon-ic_fluent_server_multiple_20_filled:before { content: "\ea9a"; } .icon-ic_fluent_server_play_20_filled:before { content: "\ea9b"; } .icon-ic_fluent_shield_person_20_filled:before { content: "\eadd"; } .icon-ic_fluent_shield_person_add_20_filled:before { content: "\eade"; } .icon-ic_fluent_split_hint_20_filled:before { content: "\eb5f"; } .icon-ic_fluent_squares_nested_20_filled:before { content: "\eba2"; } .icon-ic_fluent_stream_input_20_filled:before { content: "\ebc0"; } .icon-ic_fluent_stream_input_output_20_filled:before { content: "\ebc1"; } .icon-ic_fluent_stream_output_20_filled:before { content: "\ebc2"; } .icon-ic_fluent_table_bottom_row_16_filled:before { content: "\ebf5"; } .icon-ic_fluent_table_bottom_row_20_filled:before { content: "\ebf6"; } .icon-ic_fluent_table_bottom_row_24_filled:before { content: "\ebf7"; } .icon-ic_fluent_table_bottom_row_28_filled:before { content: "\ebf8"; } .icon-ic_fluent_table_bottom_row_32_filled:before { content: "\ebf9"; } .icon-ic_fluent_table_bottom_row_48_filled:before { content: "\ebfa"; } .icon-ic_fluent_table_checker_20_filled:before { content: "\ec03"; } .icon-ic_fluent_table_copy_20_filled:before { content: "\ec04"; } .icon-ic_fluent_table_image_20_filled:before { content: "\ec1e"; } .icon-ic_fluent_table_multiple_20_filled:before { content: "\ec3d"; } .icon-ic_fluent_table_search_20_filled:before { content: "\ec46"; } .icon-ic_fluent_table_split_20_filled:before { content: "\ec4f"; } .icon-ic_fluent_task_list_square_database_20_filled:before { content: "\ec96"; } .icon-ic_fluent_text_bullet_list_checkmark_20_filled:before { content: "\ecd4"; } .icon-ic_fluent_text_bullet_list_dismiss_20_filled:before { content: "\ecd5"; } .icon-ic_fluent_text_bullet_list_square_clock_20_filled:before { content: "\ece1"; } .icon-ic_fluent_text_bullet_list_square_person_20_filled:before { content: "\ece2"; } .icon-ic_fluent_text_bullet_list_square_search_20_filled:before { content: "\ece3"; } .icon-ic_fluent_text_bullet_list_square_settings_20_filled:before { content: "\ece4"; } .icon-ic_fluent_text_bullet_list_square_shield_20_filled:before { content: "\ece5"; } .icon-ic_fluent_text_bullet_list_square_toolbox_20_filled:before { content: "\ece6"; } .icon-ic_fluent_text_density_24_filled:before { content: "\ed01"; } .icon-ic_fluent_text_density_28_filled:before { content: "\ed02"; } .icon-ic_fluent_text_expand_20_filled:before { content: "\ed0d"; } .icon-ic_fluent_timer_off_20_filled:before { content: "\ed8e"; } .icon-ic_fluent_triangle_16_filled:before { content: "\eda5"; } .icon-ic_fluent_triangle_20_filled:before { content: "\eda6"; } .icon-ic_fluent_triangle_down_12_filled:before { content: "\eda9"; } .icon-ic_fluent_triangle_down_16_filled:before { content: "\edaa"; } .icon-ic_fluent_triangle_down_20_filled:before { content: "\edab"; } .icon-ic_fluent_triangle_down_32_filled:before { content: "\edac"; } .icon-ic_fluent_triangle_down_48_filled:before { content: "\edad"; } .icon-ic_fluent_triangle_left_12_filled:before { content: "\edae"; } .icon-ic_fluent_triangle_left_16_filled:before { content: "\edaf"; } .icon-ic_fluent_triangle_left_20_filled:before { content: "\edb0"; } .icon-ic_fluent_triangle_left_32_filled:before { content: "\edb1"; } .icon-ic_fluent_triangle_left_48_filled:before { content: "\edb2"; } .icon-ic_fluent_triangle_right_12_filled:before { content: "\edb3"; } .icon-ic_fluent_triangle_right_16_filled:before { content: "\edb4"; } .icon-ic_fluent_triangle_right_20_filled:before { content: "\edb5"; } .icon-ic_fluent_triangle_right_32_filled:before { content: "\edb6"; } .icon-ic_fluent_triangle_right_48_filled:before { content: "\edb7"; } .icon-ic_fluent_video_chat_28_filled:before { content: "\edfb"; } .icon-ic_fluent_video_chat_32_filled:before { content: "\edfc"; } .icon-ic_fluent_video_chat_48_filled:before { content: "\edfd"; } .icon-ic_fluent_virtual_network_20_filled:before { content: "\ee22"; } .icon-ic_fluent_virtual_network_toolbox_20_filled:before { content: "\ee23"; } .icon-ic_fluent_wallet_16_filled:before { content: "\ee2b"; } .icon-ic_fluent_wallet_credit_card_16_filled:before { content: "\ee31"; } .icon-ic_fluent_wallet_credit_card_20_filled:before { content: "\ee32"; } .icon-ic_fluent_wallet_credit_card_24_filled:before { content: "\ee33"; } .icon-ic_fluent_wallet_credit_card_32_filled:before { content: "\ee34"; } .icon-ic_fluent_window_bullet_list_20_filled:before { content: "\ee6d"; } .icon-ic_fluent_window_bullet_list_add_20_filled:before { content: "\ee6e"; } .icon-ic_fluent_window_database_20_filled:before { content: "\ee70"; } .icon-ic_fluent_window_location_target_20_filled:before { content: "\ee77"; } .icon-ic_fluent_window_multiple_swap_20_filled:before { content: "\ee79"; } .icon-ic_fluent_window_play_20_filled:before { content: "\ee7c"; } .icon-ic_fluent_window_settings_20_filled:before { content: "\ee7d"; } .icon-ic_fluent_window_text_20_filled:before { content: "\ee7e"; } .icon-ic_fluent_archive_arrow_back_16_filled:before { content: "\e067"; } .icon-ic_fluent_archive_arrow_back_20_filled:before { content: "\e068"; } .icon-ic_fluent_archive_arrow_back_24_filled:before { content: "\e069"; } .icon-ic_fluent_archive_arrow_back_28_filled:before { content: "\e06a"; } .icon-ic_fluent_archive_arrow_back_32_filled:before { content: "\e06b"; } .icon-ic_fluent_archive_arrow_back_48_filled:before { content: "\e06c"; } .icon-ic_fluent_circle_multiple_subtract_checkmark_20_filled:before { content: "\e350"; } .icon-ic_fluent_database_multiple_20_filled:before { content: "\e47a"; } .icon-ic_fluent_image_multiple_off_16_filled:before { content: "\e737"; } .icon-ic_fluent_keyboard_16_filled:before { content: "\e758"; } .icon-ic_fluent_lock_multiple_20_filled:before { content: "\e7a0"; } .icon-ic_fluent_lottery_20_filled:before { content: "\e7a6"; } .icon-ic_fluent_mail_warning_20_filled:before { content: "\e7e6"; } .icon-ic_fluent_mail_warning_24_filled:before { content: "\e7e7"; } .icon-ic_fluent_match_app_layout_20_filled:before { content: "\e7ea"; } .icon-ic_fluent_math_format_linear_20_filled:before { content: "\e7eb"; } .icon-ic_fluent_megaphone_off_16_filled:before { content: "\e7ff"; } .icon-ic_fluent_megaphone_off_20_filled:before { content: "\e800"; } .icon-ic_fluent_megaphone_off_28_filled:before { content: "\e801"; } .icon-ic_fluent_merge_20_filled:before { content: "\e805"; } .icon-ic_fluent_mic_off_32_filled:before { content: "\e80d"; } .icon-ic_fluent_mobile_optimized_20_filled:before { content: "\e825"; } .icon-ic_fluent_network_check_20_filled:before { content: "\e872"; } .icon-ic_fluent_note_add_28_filled:before { content: "\e87a"; } .icon-ic_fluent_note_add_48_filled:before { content: "\e87b"; } .icon-ic_fluent_notebook_sync_20_filled:before { content: "\e88b"; } .icon-ic_fluent_organization_horizontal_20_filled:before { content: "\e8ac"; } .icon-ic_fluent_paint_brush_arrow_down_20_filled:before { content: "\e8b5"; } .icon-ic_fluent_paint_brush_arrow_up_20_filled:before { content: "\e8b7"; } .icon-ic_fluent_pentagon_20_filled:before { content: "\e8fa"; } .icon-ic_fluent_person_accounts_20_filled:before { content: "\e932"; } .icon-ic_fluent_person_subtract_20_filled:before { content: "\e959"; } .icon-ic_fluent_pin_off_28_filled:before { content: "\e998"; } .icon-ic_fluent_pin_off_32_filled:before { content: "\e999"; } .icon-ic_fluent_point_scan_20_filled:before { content: "\e9af"; } .icon-ic_fluent_port_usb_a_20_filled:before { content: "\e9b6"; } .icon-ic_fluent_question_circle_12_filled:before { content: "\e9f5"; } .icon-ic_fluent_row_triple_20_filled:before { content: "\ea44"; } .icon-ic_fluent_scratchpad_20_filled:before { content: "\ea7e"; } .icon-ic_fluent_shifts_availability_20_filled:before { content: "\eae9"; } .icon-ic_fluent_skip_forward_tab_20_filled:before { content: "\eb13"; } .icon-ic_fluent_sleep_20_filled:before { content: "\eb15"; } .icon-ic_fluent_slide_multiple_20_filled:before { content: "\eb25"; } .icon-ic_fluent_slide_multiple_arrow_right_20_filled:before { content: "\eb27"; } .icon-ic_fluent_slide_size_20_filled:before { content: "\eb2e"; } .icon-ic_fluent_sound_wave_circle_20_filled:before { content: "\eb38"; } .icon-ic_fluent_sport_american_football_20_filled:before { content: "\eb71"; } .icon-ic_fluent_sport_baseball_20_filled:before { content: "\eb73"; } .icon-ic_fluent_sport_hockey_20_filled:before { content: "\eb77"; } .icon-ic_fluent_square_hint_arrow_back_20_filled:before { content: "\eb97"; } .icon-ic_fluent_square_shadow_20_filled:before { content: "\eba1"; } .icon-ic_fluent_tab_arrow_left_20_filled:before { content: "\ebe1"; } .icon-ic_fluent_tab_prohibited_20_filled:before { content: "\ebea"; } .icon-ic_fluent_text_collapse_20_filled:before { content: "\ecf2"; } .icon-ic_fluent_text_more_20_filled:before { content: "\ed38"; } .icon-ic_fluent_time_and_weather_20_filled:before { content: "\ed81"; } .icon-ic_fluent_transmission_20_filled:before { content: "\ed9c"; } .icon-ic_fluent_video_play_pause_20_filled:before { content: "\ee1a"; } .icon-ic_fluent_arrow_next_12_filled:before { content: "\e0dd"; } .icon-ic_fluent_arrow_previous_12_filled:before { content: "\e0e3"; } .icon-ic_fluent_data_usage_settings_20_filled:before { content: "\e46d"; } .icon-ic_fluent_document_multiple_sync_20_filled:before { content: "\e532"; } .icon-ic_fluent_filter_12_filled:before { content: "\e616"; } .icon-ic_fluent_history_28_filled:before { content: "\e713"; } .icon-ic_fluent_history_32_filled:before { content: "\e714"; } .icon-ic_fluent_history_48_filled:before { content: "\e715"; } .icon-ic_fluent_history_dismiss_20_filled:before { content: "\e716"; } .icon-ic_fluent_history_dismiss_24_filled:before { content: "\e717"; } .icon-ic_fluent_history_dismiss_28_filled:before { content: "\e718"; } .icon-ic_fluent_history_dismiss_32_filled:before { content: "\e719"; } .icon-ic_fluent_history_dismiss_48_filled:before { content: "\e71a"; } .icon-ic_fluent_home_more_20_filled:before { content: "\e723"; } .icon-ic_fluent_people_search_20_filled:before { content: "\e919"; } .icon-ic_fluent_people_team_delete_16_filled:before { content: "\e925"; } .icon-ic_fluent_people_team_delete_20_filled:before { content: "\e926"; } .icon-ic_fluent_people_team_delete_28_filled:before { content: "\e928"; } .icon-ic_fluent_people_team_delete_32_filled:before { content: "\e929"; } .icon-ic_fluent_person_5_20_filled:before { content: "\e92e"; } .icon-ic_fluent_person_6_20_filled:before { content: "\e930"; } .icon-ic_fluent_person_sync_24_filled:before { content: "\e95c"; } .icon-ic_fluent_phone_eraser_20_filled:before { content: "\e96f"; } .icon-ic_fluent_phone_shake_20_filled:before { content: "\e97a"; } .icon-ic_fluent_phone_speaker_20_filled:before { content: "\e983"; } .icon-ic_fluent_radar_20_filled:before { content: "\e9f8"; } .icon-ic_fluent_radar_checkmark_20_filled:before { content: "\e9f9"; } .icon-ic_fluent_radar_rectangle_multiple_20_filled:before { content: "\e9fa"; } .icon-ic_fluent_real_estate_20_filled:before { content: "\ea04"; } .icon-ic_fluent_resize_table_20_filled:before { content: "\ea23"; } .icon-ic_fluent_shifts_30_minutes_20_filled:before { content: "\eae6"; } .icon-ic_fluent_sound_source_20_filled:before { content: "\eb37"; } .icon-ic_fluent_subtitles_16_filled:before { content: "\ebc5"; } .icon-ic_fluent_subtitles_20_filled:before { content: "\ebc6"; } .icon-ic_fluent_subtitles_24_filled:before { content: "\ebc7"; } .icon-ic_fluent_task_list_square_person_20_filled:before { content: "\ec99"; } .icon-ic_fluent_task_list_square_settings_20_filled:before { content: "\ec9c"; } .icon-ic_fluent_timer_10_20_filled:before { content: "\ed84"; } .icon-ic_fluent_timer_2_20_filled:before { content: "\ed87"; } .icon-ic_fluent_timer_3_20_filled:before { content: "\ed8a"; } .icon-ic_fluent_tree_deciduous_20_filled:before { content: "\eda2"; } .icon-ic_fluent_tree_evergreen_20_filled:before { content: "\eda3"; } .icon-ic_fluent_uninstall_app_20_filled:before { content: "\edce"; } .icon-ic_fluent_alert_badge_16_filled:before { content: "\e017"; } .icon-ic_fluent_alert_badge_20_filled:before { content: "\e018"; } .icon-ic_fluent_alert_badge_24_filled:before { content: "\e019"; } .icon-ic_fluent_archive_settings_28_filled:before { content: "\e072"; } .icon-ic_fluent_arrow_between_up_20_filled:before { content: "\e081"; } .icon-ic_fluent_arrow_fit_in_16_filled:before { content: "\e0ce"; } .icon-ic_fluent_arrow_fit_in_20_filled:before { content: "\e0cf"; } .icon-ic_fluent_arrow_forward_28_filled:before { content: "\e0d0"; } .icon-ic_fluent_arrow_reply_28_filled:before { content: "\e0e6"; } .icon-ic_fluent_arrow_reply_all_28_filled:before { content: "\e0e7"; } .icon-ic_fluent_arrow_undo_28_filled:before { content: "\e127"; } .icon-ic_fluent_branch_request_20_filled:before { content: "\e1f8"; } .icon-ic_fluent_broom_28_filled:before { content: "\e218"; } .icon-ic_fluent_bug_arrow_counterclockwise_20_filled:before { content: "\e21c"; } .icon-ic_fluent_bug_prohibited_20_filled:before { content: "\e21d"; } .icon-ic_fluent_calendar_multiple_28_filled:before { content: "\e26a"; } .icon-ic_fluent_call_add_16_filled:before { content: "\e289"; } .icon-ic_fluent_call_dismiss_16_filled:before { content: "\e28d"; } .icon-ic_fluent_call_transfer_16_filled:before { content: "\e2a6"; } .icon-ic_fluent_call_warning_16_filled:before { content: "\e2a8"; } .icon-ic_fluent_call_warning_20_filled:before { content: "\e2a9"; } .icon-ic_fluent_checkmark_square_20_filled:before { content: "\e31e"; } .icon-ic_fluent_circle_eraser_20_filled:before { content: "\e34b"; } .icon-ic_fluent_column_double_compare_20_filled:before { content: "\e3d7"; } .icon-ic_fluent_comma_20_filled:before { content: "\e3dd"; } .icon-ic_fluent_cube_arrow_curve_down_20_filled:before { content: "\e43c"; } .icon-ic_fluent_database_switch_20_filled:before { content: "\e480"; } .icon-ic_fluent_document_data_20_filled:before { content: "\e503"; } .icon-ic_fluent_folder_mail_24_filled:before { content: "\e665"; } .icon-ic_fluent_folder_mail_28_filled:before { content: "\e666"; } .icon-ic_fluent_gather_20_filled:before { content: "\e6a1"; } .icon-ic_fluent_image_32_filled:before { content: "\e726"; } .icon-ic_fluent_mail_attach_24_filled:before { content: "\e7bc"; } .icon-ic_fluent_mail_attach_28_filled:before { content: "\e7bd"; } .icon-ic_fluent_mail_prohibited_28_filled:before { content: "\e7de"; } .icon-ic_fluent_markdown_20_filled:before { content: "\e7e9"; } .icon-ic_fluent_merge_16_filled:before { content: "\e804"; } .icon-ic_fluent_notebook_arrow_curve_down_20_filled:before { content: "\e882"; } .icon-ic_fluent_notebook_eye_20_filled:before { content: "\e884"; } .icon-ic_fluent_person_sync_16_filled:before { content: "\e95a"; } .icon-ic_fluent_person_sync_20_filled:before { content: "\e95b"; } .icon-ic_fluent_person_sync_28_filled:before { content: "\e95d"; } .icon-ic_fluent_person_sync_32_filled:before { content: "\e95e"; } .icon-ic_fluent_person_sync_48_filled:before { content: "\e95f"; } .icon-ic_fluent_phone_key_20_filled:before { content: "\e970"; } .icon-ic_fluent_phone_key_24_filled:before { content: "\e971"; } .icon-ic_fluent_pipeline_arrow_curve_down_20_filled:before { content: "\e99d"; } .icon-ic_fluent_print_32_filled:before { content: "\e9d5"; } .icon-ic_fluent_save_28_filled:before { content: "\ea4c"; } .icon-ic_fluent_select_all_off_20_filled:before { content: "\ea8e"; } .icon-ic_fluent_select_all_on_20_filled:before { content: "\ea8f"; } .icon-ic_fluent_square_eraser_20_filled:before { content: "\eb8d"; } .icon-ic_fluent_tab_desktop_multiple_bottom_20_filled:before { content: "\ebe8"; } .icon-ic_fluent_tag_28_filled:before { content: "\ec6b"; } .icon-ic_fluent_text_bullet_list_rotate_270_24_filled:before { content: "\ecda"; } .icon-ic_fluent_text_bullet_list_rotate_90_24_filled:before { content: "\ecdc"; } .icon-ic_fluent_text_indent_decrease_rotate_270_24_filled:before { content: "\ed27"; } .icon-ic_fluent_text_indent_decrease_rotate_90_24_filled:before { content: "\ed29"; } .icon-ic_fluent_text_indent_increase_rotate_270_24_filled:before { content: "\ed31"; } .icon-ic_fluent_text_indent_increase_rotate_90_24_filled:before { content: "\ed33"; } .icon-ic_fluent_text_number_list_rotate_270_24_filled:before { content: "\ed3c"; } .icon-ic_fluent_text_number_list_rotate_90_24_filled:before { content: "\ed3e"; } .icon-ic_fluent_text_whole_word_20_filled:before { content: "\ed68"; } .icon-ic_fluent_time_picker_20_filled:before { content: "\ed82"; } .icon-ic_fluent_video_clip_off_16_filled:before { content: "\ee03"; } .icon-ic_fluent_video_clip_off_20_filled:before { content: "\ee04"; } .icon-ic_fluent_video_clip_off_24_filled:before { content: "\ee05"; } .icon-ic_fluent_wallpaper_20_filled:before { content: "\ee35"; } .icon-ic_fluent_warning_28_filled:before { content: "\ee3c"; } .icon-ic_fluent_wifi_lock_20_filled:before { content: "\ee57"; } .icon-ic_fluent_alert_12_filled:before { content: "\e013"; } .icon-ic_fluent_alert_48_filled:before { content: "\e016"; } .icon-ic_fluent_alert_snooze_12_filled:before { content: "\e01b"; } .icon-ic_fluent_alert_snooze_16_filled:before { content: "\e01c"; } .icon-ic_fluent_arrow_autofit_content_20_filled:before { content: "\e073"; } .icon-ic_fluent_arrow_split_16_filled:before { content: "\e0f3"; } .icon-ic_fluent_arrow_split_24_filled:before { content: "\e0f5"; } .icon-ic_fluent_catch_up_16_filled:before { content: "\e2c1"; } .icon-ic_fluent_catch_up_20_filled:before { content: "\e2c2"; } .icon-ic_fluent_catch_up_24_filled:before { content: "\e2c3"; } .icon-ic_fluent_chess_20_filled:before { content: "\e321"; } .icon-ic_fluent_circle_image_20_filled:before { content: "\e34d"; } .icon-ic_fluent_image_multiple_off_20_filled:before { content: "\e738"; } .icon-ic_fluent_mic_pulse_16_filled:before { content: "\e814"; } .icon-ic_fluent_mic_pulse_20_filled:before { content: "\e815"; } .icon-ic_fluent_mic_pulse_24_filled:before { content: "\e816"; } .icon-ic_fluent_mic_pulse_28_filled:before { content: "\e817"; } .icon-ic_fluent_mic_pulse_32_filled:before { content: "\e818"; } .icon-ic_fluent_mic_pulse_48_filled:before { content: "\e819"; } .icon-ic_fluent_mic_pulse_off_16_filled:before { content: "\e81a"; } .icon-ic_fluent_mic_pulse_off_20_filled:before { content: "\e81b"; } .icon-ic_fluent_mic_pulse_off_24_filled:before { content: "\e81c"; } .icon-ic_fluent_mic_pulse_off_28_filled:before { content: "\e81d"; } .icon-ic_fluent_mic_pulse_off_32_filled:before { content: "\e81e"; } .icon-ic_fluent_mic_pulse_off_48_filled:before { content: "\e81f"; } .icon-ic_fluent_pause_28_filled:before { content: "\e8df"; } .icon-ic_fluent_pause_32_filled:before { content: "\e8e0"; } .icon-ic_fluent_playing_cards_20_filled:before { content: "\e9aa"; } .icon-ic_fluent_premium_person_16_filled:before { content: "\e9c4"; } .icon-ic_fluent_quiz_new_20_filled:before { content: "\e9f7"; } .icon-ic_fluent_save_copy_20_filled:before { content: "\ea4f"; } .icon-ic_fluent_send_copy_20_filled:before { content: "\ea99"; } .icon-ic_fluent_slide_hide_20_filled:before { content: "\eb22"; } .icon-ic_fluent_slide_microphone_20_filled:before { content: "\eb23"; } .icon-ic_fluent_slide_search_20_filled:before { content: "\eb29"; } .icon-ic_fluent_sport_basketball_20_filled:before { content: "\eb75"; } .icon-ic_fluent_swipe_down_20_filled:before { content: "\ebd7"; } .icon-ic_fluent_swipe_right_20_filled:before { content: "\ebd8"; } .icon-ic_fluent_swipe_up_20_filled:before { content: "\ebd9"; } .icon-ic_fluent_tabs_20_filled:before { content: "\ec69"; } .icon-ic_fluent_text_12_filled:before { content: "\ecab"; } .icon-ic_fluent_text_16_filled:before { content: "\ecac"; } .icon-ic_fluent_text_32_filled:before { content: "\ecad"; } .icon-ic_fluent_text_add_20_filled:before { content: "\ecae"; } .icon-ic_fluent_text_bullet_list_rotate_270_20_filled:before { content: "\ecd9"; } .icon-ic_fluent_text_bullet_list_rotate_90_20_filled:before { content: "\ecdb"; } .icon-ic_fluent_text_indent_decrease_rotate_270_20_filled:before { content: "\ed26"; } .icon-ic_fluent_text_indent_decrease_rotate_90_20_filled:before { content: "\ed28"; } .icon-ic_fluent_text_indent_increase_rotate_270_20_filled:before { content: "\ed30"; } .icon-ic_fluent_text_indent_increase_rotate_90_20_filled:before { content: "\ed32"; } .icon-ic_fluent_text_number_list_rotate_270_20_filled:before { content: "\ed3b"; } .icon-ic_fluent_text_number_list_rotate_90_20_filled:before { content: "\ed3d"; } .icon-ic_fluent_text_wrap_20_filled:before { content: "\ed69"; } .icon-ic_fluent_toggle_multiple_16_filled:before { content: "\ed94"; } .icon-ic_fluent_toggle_multiple_20_filled:before { content: "\ed95"; } .icon-ic_fluent_toggle_multiple_24_filled:before { content: "\ed96"; } .icon-ic_fluent_window_edit_20_filled:before { content: "\ee73"; } .icon-ic_fluent_zoom_fit_16_filled:before { content: "\ee8b"; } .icon-ic_fluent_zoom_fit_20_filled:before { content: "\ee8c"; } .icon-ic_fluent_zoom_fit_24_filled:before { content: "\ee8d"; } .icon-ic_fluent_app_folder_16_filled:before { content: "\e058"; } .icon-ic_fluent_app_folder_28_filled:before { content: "\e059"; } .icon-ic_fluent_app_folder_32_filled:before { content: "\e05a"; } .icon-ic_fluent_app_folder_48_filled:before { content: "\e05b"; } .icon-ic_fluent_arrow_outline_up_right_20_filled:before { content: "\e0de"; } .icon-ic_fluent_arrow_outline_up_right_24_filled:before { content: "\e0df"; } .icon-ic_fluent_clipboard_32_filled:before { content: "\e358"; } .icon-ic_fluent_clipboard_text_32_filled:before { content: "\e37a"; } .icon-ic_fluent_clipboard_text_edit_20_filled:before { content: "\e37b"; } .icon-ic_fluent_clipboard_text_edit_24_filled:before { content: "\e37c"; } .icon-ic_fluent_clipboard_text_edit_32_filled:before { content: "\e37d"; } .icon-ic_fluent_document_data_24_filled:before { content: "\e504"; } .icon-ic_fluent_joystick_20_filled:before { content: "\e74d"; } .icon-ic_fluent_people_12_filled:before { content: "\e8fd"; } .icon-ic_fluent_people_48_filled:before { content: "\e8ff"; } .icon-ic_fluent_person_heart_24_filled:before { content: "\e943"; } .icon-ic_fluent_port_micro_usb_20_filled:before { content: "\e9b4"; } .icon-ic_fluent_port_usb_c_20_filled:before { content: "\e9b8"; } .icon-ic_fluent_rss_20_filled:before { content: "\ea45"; } .icon-ic_fluent_scales_20_filled:before { content: "\ea58"; } .icon-ic_fluent_shifts_team_20_filled:before { content: "\eaf2"; } .icon-ic_fluent_speaker_bluetooth_20_filled:before { content: "\eb50"; } .icon-ic_fluent_speaker_usb_20_filled:before { content: "\eb5c"; } .icon-ic_fluent_text_align_center_rotate_270_16_filled:before { content: "\ecb1"; } .icon-ic_fluent_text_align_center_rotate_270_20_filled:before { content: "\ecb2"; } .icon-ic_fluent_text_align_center_rotate_90_16_filled:before { content: "\ecb4"; } .icon-ic_fluent_text_align_center_rotate_90_20_filled:before { content: "\ecb5"; } .icon-ic_fluent_text_align_center_rotate_90_24_filled:before { content: "\ecb6"; } .icon-ic_fluent_text_align_justify_rotate_270_20_filled:before { content: "\ecbd"; } .icon-ic_fluent_text_align_justify_rotate_270_24_filled:before { content: "\ecbe"; } .icon-ic_fluent_text_align_justify_rotate_90_20_filled:before { content: "\ecbf"; } .icon-ic_fluent_text_align_left_rotate_270_16_filled:before { content: "\ecc2"; } .icon-ic_fluent_text_align_left_rotate_270_20_filled:before { content: "\ecc3"; } .icon-ic_fluent_text_align_left_rotate_90_16_filled:before { content: "\ecc5"; } .icon-ic_fluent_text_align_left_rotate_90_20_filled:before { content: "\ecc6"; } .icon-ic_fluent_text_align_left_rotate_90_24_filled:before { content: "\ecc7"; } .icon-ic_fluent_text_align_right_rotate_270_16_filled:before { content: "\ecc9"; } .icon-ic_fluent_text_align_right_rotate_270_20_filled:before { content: "\ecca"; } .icon-ic_fluent_text_align_right_rotate_90_16_filled:before { content: "\eccc"; } .icon-ic_fluent_text_align_right_rotate_90_20_filled:before { content: "\eccd"; } .icon-ic_fluent_text_align_right_rotate_90_24_filled:before { content: "\ecce"; } .icon-ic_fluent_clipboard_text_ltr_32_filled:before { content: "\e380"; } .icon-ic_fluent_braces_16_filled:before { content: "\ee90"; } .icon-ic_fluent_braces_28_filled:before { content: "\ee91"; } .icon-ic_fluent_braces_32_filled:before { content: "\ee92"; } .icon-ic_fluent_braces_48_filled:before { content: "\ee93"; } .icon-ic_fluent_branch_fork_32_filled:before { content: "\ee94"; } .icon-ic_fluent_calendar_data_bar_16_filled:before { content: "\ee95"; } .icon-ic_fluent_calendar_data_bar_20_filled:before { content: "\ee96"; } .icon-ic_fluent_calendar_data_bar_24_filled:before { content: "\ee97"; } .icon-ic_fluent_calendar_data_bar_28_filled:before { content: "\ee98"; } .icon-ic_fluent_clipboard_3_day_16_filled:before { content: "\ee99"; } .icon-ic_fluent_clipboard_3_day_20_filled:before { content: "\ee9a"; } .icon-ic_fluent_clipboard_3_day_24_filled:before { content: "\ee9b"; } .icon-ic_fluent_clipboard_day_16_filled:before { content: "\ee9c"; } .icon-ic_fluent_clipboard_day_20_filled:before { content: "\ee9d"; } .icon-ic_fluent_clipboard_day_24_filled:before { content: "\ee9e"; } .icon-ic_fluent_clipboard_month_16_filled:before { content: "\ee9f"; } .icon-ic_fluent_clipboard_month_20_filled:before { content: "\eea0"; } .icon-ic_fluent_clipboard_month_24_filled:before { content: "\eea1"; } .icon-ic_fluent_content_view_gallery_24_filled:before { content: "\eea2"; } .icon-ic_fluent_content_view_gallery_28_filled:before { content: "\eea3"; } .icon-ic_fluent_data_bar_vertical_16_filled:before { content: "\eea4"; } .icon-ic_fluent_delete_12_filled:before { content: "\eea5"; } .icon-ic_fluent_delete_32_filled:before { content: "\eea6"; } .icon-ic_fluent_form_20_filled:before { content: "\eea7"; } .icon-ic_fluent_form_24_filled:before { content: "\eea8"; } .icon-ic_fluent_form_28_filled:before { content: "\eea9"; } .icon-ic_fluent_form_48_filled:before { content: "\eeaa"; } .icon-ic_fluent_mail_read_multiple_20_filled:before { content: "\eeab"; } .icon-ic_fluent_mail_read_multiple_32_filled:before { content: "\eeac"; } .icon-ic_fluent_megaphone_loud_16_filled:before { content: "\eead"; } .icon-ic_fluent_panel_right_add_20_filled:before { content: "\eeae"; } .icon-ic_fluent_person_note_16_filled:before { content: "\eeaf"; } .icon-ic_fluent_shield_globe_16_filled:before { content: "\eeb0"; } .icon-ic_fluent_shield_globe_20_filled:before { content: "\eeb1"; } .icon-ic_fluent_shield_globe_24_filled:before { content: "\eeb2"; } .icon-ic_fluent_square_multiple_28_filled:before { content: "\eeb3"; } .icon-ic_fluent_square_multiple_32_filled:before { content: "\eeb4"; } .icon-ic_fluent_square_multiple_48_filled:before { content: "\eeb5"; } .icon-ic_fluent_table_calculator_20_filled:before { content: "\eeb6"; } .icon-ic_fluent_xbox_controller_16_filled:before { content: "\eeb7"; } .icon-ic_fluent_xbox_controller_20_filled:before { content: "\eeb8"; } .icon-ic_fluent_xbox_controller_24_filled:before { content: "\eeb9"; } .icon-ic_fluent_xbox_controller_28_filled:before { content: "\eeba"; } .icon-ic_fluent_xbox_controller_32_filled:before { content: "\eebb"; } .icon-ic_fluent_xbox_controller_48_filled:before { content: "\eebc"; }
0.437824
0.061819
h1 { font-family: "Love Ya Like A Sister", sans-serif; font-size: 3.6rem; } *, *::after, *::before { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } html { font-size: 62.5%; } body { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 1.5rem; color: #2C3138; background-color: #A2DDE4; position: relative; height: 100vh; } .App, .content, #root { height: 100%; } .App { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .content { position: relative; } .tasks { position: relative; overflow: hidden; height: 100%; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: #A2DDE4; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .tasks__background { position: absolute; fill: #475B73; height: 160%; width: 160%; top: -30%; } .tasks__container { width: 85%; height: 100%; overflow: scroll; -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); background: #F7F5F7; padding: 3rem; } .tasks__deleteAll { border: none; background: #475B73; color: #F7F5F7; width: 85%; -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); font-size: 2.4rem; padding: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .tasks__item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 1rem; } .tasks__item--completed { text-decoration: line-through; opacity: .7; } .tasks__item:hover { background: rgba(198, 248, 231, 0.5); } .tasks__item--delete { border: none; background: transparent; } .tasks__item--date { margin-left: auto; font-size: 1rem; } .tasks__button { background: transparent; border: none; } .tasks__button-icon { height: 3rem; width: 2.6rem; fill: #2C3138; margin: 0 .5rem; } .tasks__button-icon--down { margin-right: 0; height: 3rem; width: 1.2rem; } .tasks__button-icon--trash { fill: #F7F5F7; height: 2.4rem; width: 2.4rem; } .tasks__button-icon--miniTrash { height: 1.6rem; width: 1.6rem; } .tasks__form { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .tasks__form-container { background: #C6F8E7; padding: 1rem; width: 100%; z-index: 2; } .tasks__form-container--add { z-index: 3; } .tasks__form-datetext { text-align: center; font-size: 1rem; margin-top: .5rem; height: 1.5rem; } .tasks__form-input { border-radius: 1rem; border: 1px solid transparent; padding: 0 1rem; background: #F7F5F7; -webkit-box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25); box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25); } .tasks__form-input:focus { outline: none; } .tasks__layout { height: 100%; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 3.2rem 0; z-index: 1; } .tasks__list { list-style: none; } .footer { width: 100%; } .footer__container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; padding: 1rem 2rem; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-line-pack: center; align-content: center; } .footer__current { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .footer__icon { width: 3rem; height: 3rem; padding: 2px; fill: #2C3138; } .footer__icon--calendar { width: 4.1rem; height: 4.1rem; } .footer__icon--tasks, .footer__icon--list { width: 1.9rem; height: 1.9rem; } .footer__icon--active { fill: #F7F5F7; -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } .footer__nav { border: 5px #2C3138 solid; border-radius: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .footer__nav--row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .footer__nav--left, .footer__nav--right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; padding: 1rem; } .header__icon { width: 2.8rem; height: 2.8rem; fill: #2C3138; margin-left: 4rem; } .header__settings { background: transparent; border: none; } .header__username { font-size: 2.4rem; } .datepicker__button { background: transparent; border: none; } .datepicker__button--save { margin-left: auto; } .datepicker__container { width: 60%; height: 30%; background-color: #F7F5F7; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } .datepicker__chosen { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .5rem 1rem; } .datepicker__chosen-dateDisplay { font-family: "Love Ya Like A Sister", sans-serif; font-size: 2.6rem; } .datepicker__days { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[7]; grid-template-columns: repeat(7, 1fr); } .datepicker__day { text-align: center; line-height: 2.5rem; font-size: 1.6rem; border-radius: 50%; -webkit-transition: all .4s ease-in; transition: all .4s ease-in; } .datepicker__day:hover { background-color: rgba(71, 91, 115, 0.8); color: #F7F5F7; } .datepicker__month { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0 1.5rem; border-top: 1px solid #475B73; border-bottom: 1px solid #475B73; background-color: #C6F8E7; } .datepicker, .options { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: rgba(44, 49, 56, 0.8); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; z-index: 20; } .options__container { width: 80%; background-color: #F7F5F7; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); position: relative; padding: 4rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .options__close { background: transparent; border: none; position: absolute; top: 0; right: 0; margin: 2rem; font-size: 2rem; -webkit-transition: all .2s ease; transition: all .2s ease; outline: none; } .options__close:hover { color: #A2DDE4; } .options__welcome { color: rgba(44, 49, 56, 0.7); } .options p { font-size: 1.3rem; margin: 1rem 0; } .options a { color: #475B73; } /*# sourceMappingURL=App.css.map */
src/sass/App.css
h1 { font-family: "Love Ya Like A Sister", sans-serif; font-size: 3.6rem; } *, *::after, *::before { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } html { font-size: 62.5%; } body { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 1.5rem; color: #2C3138; background-color: #A2DDE4; position: relative; height: 100vh; } .App, .content, #root { height: 100%; } .App { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .content { position: relative; } .tasks { position: relative; overflow: hidden; height: 100%; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: #A2DDE4; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .tasks__background { position: absolute; fill: #475B73; height: 160%; width: 160%; top: -30%; } .tasks__container { width: 85%; height: 100%; overflow: scroll; -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); background: #F7F5F7; padding: 3rem; } .tasks__deleteAll { border: none; background: #475B73; color: #F7F5F7; width: 85%; -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); font-size: 2.4rem; padding: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .tasks__item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 1rem; } .tasks__item--completed { text-decoration: line-through; opacity: .7; } .tasks__item:hover { background: rgba(198, 248, 231, 0.5); } .tasks__item--delete { border: none; background: transparent; } .tasks__item--date { margin-left: auto; font-size: 1rem; } .tasks__button { background: transparent; border: none; } .tasks__button-icon { height: 3rem; width: 2.6rem; fill: #2C3138; margin: 0 .5rem; } .tasks__button-icon--down { margin-right: 0; height: 3rem; width: 1.2rem; } .tasks__button-icon--trash { fill: #F7F5F7; height: 2.4rem; width: 2.4rem; } .tasks__button-icon--miniTrash { height: 1.6rem; width: 1.6rem; } .tasks__form { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .tasks__form-container { background: #C6F8E7; padding: 1rem; width: 100%; z-index: 2; } .tasks__form-container--add { z-index: 3; } .tasks__form-datetext { text-align: center; font-size: 1rem; margin-top: .5rem; height: 1.5rem; } .tasks__form-input { border-radius: 1rem; border: 1px solid transparent; padding: 0 1rem; background: #F7F5F7; -webkit-box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25); box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25); } .tasks__form-input:focus { outline: none; } .tasks__layout { height: 100%; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 3.2rem 0; z-index: 1; } .tasks__list { list-style: none; } .footer { width: 100%; } .footer__container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; padding: 1rem 2rem; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-line-pack: center; align-content: center; } .footer__current { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .footer__icon { width: 3rem; height: 3rem; padding: 2px; fill: #2C3138; } .footer__icon--calendar { width: 4.1rem; height: 4.1rem; } .footer__icon--tasks, .footer__icon--list { width: 1.9rem; height: 1.9rem; } .footer__icon--active { fill: #F7F5F7; -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } .footer__nav { border: 5px #2C3138 solid; border-radius: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .footer__nav--row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .footer__nav--left, .footer__nav--right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; padding: 1rem; } .header__icon { width: 2.8rem; height: 2.8rem; fill: #2C3138; margin-left: 4rem; } .header__settings { background: transparent; border: none; } .header__username { font-size: 2.4rem; } .datepicker__button { background: transparent; border: none; } .datepicker__button--save { margin-left: auto; } .datepicker__container { width: 60%; height: 30%; background-color: #F7F5F7; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } .datepicker__chosen { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .5rem 1rem; } .datepicker__chosen-dateDisplay { font-family: "Love Ya Like A Sister", sans-serif; font-size: 2.6rem; } .datepicker__days { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[7]; grid-template-columns: repeat(7, 1fr); } .datepicker__day { text-align: center; line-height: 2.5rem; font-size: 1.6rem; border-radius: 50%; -webkit-transition: all .4s ease-in; transition: all .4s ease-in; } .datepicker__day:hover { background-color: rgba(71, 91, 115, 0.8); color: #F7F5F7; } .datepicker__month { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0 1.5rem; border-top: 1px solid #475B73; border-bottom: 1px solid #475B73; background-color: #C6F8E7; } .datepicker, .options { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: rgba(44, 49, 56, 0.8); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; z-index: 20; } .options__container { width: 80%; background-color: #F7F5F7; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); position: relative; padding: 4rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .options__close { background: transparent; border: none; position: absolute; top: 0; right: 0; margin: 2rem; font-size: 2rem; -webkit-transition: all .2s ease; transition: all .2s ease; outline: none; } .options__close:hover { color: #A2DDE4; } .options__welcome { color: rgba(44, 49, 56, 0.7); } .options p { font-size: 1.3rem; margin: 1rem 0; } .options a { color: #475B73; } /*# sourceMappingURL=App.css.map */
0.397003
0.059047
* { margin: 0; padding: 0; box-sizing: border-box; } body { display: flex; min-height: 100vh; justify-content: center; align-items: center; flex-direction: column; background-color: #333; font-family: Arial, Helvetica, sans-serif; } .container { width: 600px; height: 600px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(135deg, rgba(85,99,187,1) 0%, rgba(85,172,189,1) 50%, rgba(84,211,170,1) 100%); } h1 { color: #FFF; margin: 20px 0; } .search { display: flex; width: 300px; } .search #searchInput { flex: 1; padding: 10px; outline: none; font-size: 15px; border-radius: 5px; border: 0; } .search button { padding: 10px; font-size: 15px; border: 0; background-color: #555; color: #FFF; border-radius: 5px; margin-left: 10px; cursor: pointer; } .search button:hover { background-color: #444; } .resultArea { display: grid; grid-template-columns: repeat(2, 250px); grid-gap: 10px; width: 500px; height: 500px; margin-top: 20px; } .resultMaster { display: grid; grid-template-columns: repeat(2, 125px); grid-column-start: 1; grid-column-end: 2; grid-row-start: 1; grid-row-end: 2; height: 250px; border-radius: 10px; background: rgba(0, 26, 255, 0.123); padding-top: 10px; padding-bottom: 10px; } .localTitle { grid-column-start: 1; grid-column-end: 3; grid-row-start: 1; grid-row-end: 2; font-size: 25px; display: flex; justify-content: center; align-items: center; color: #FFFFFF; text-align: center; } .icon { grid-column-start: 1; grid-column-end: 2; grid-row-start: 2; grid-row-end: 3; display: flex; justify-content: center; align-items: center; } .icon img { height: 130px; } .temp { display: flex; flex-direction: column; align-items: center; justify-content: center; grid-column-start: 2; grid-column-end: 3; grid-row-start: 2; grid-row-end: 3; } .tempCurrent { font-size: 30px; display: flex; justify-content: center; align-items: center; color: #FFFFFF; } .tempMinMax { display: flex; flex-direction: row; width: 100px; justify-content: space-around; color: #FFFFFF; } .wind { display: flex; align-items: center; justify-content: center; flex-direction: row; font-size: 20px; height: 50px; grid-column-start: 1; grid-column-end: 3; grid-row-start: 3; grid-row-end: 4; color: #FFFFFF; margin-bottom: 10px; } .windSpeed span { font-size: 15px; } .windDot { margin-left: 20px; width: 30px; } .resultInfo { background-color: green; grid-column-start: 2; grid-column-end: 3; grid-row-start: 1; grid-row-end: 2; height: 250px; border-radius: 10px; } .resultWeek { background-color: blue; grid-column-start: 1; grid-column-end: 3; grid-row-start: 2; grid-row-end: 3; height: 200px; border-radius: 10px; } .result { width: 300px; display: none; border: 1px dotted #FFF; margin-top: 20px; border-radius: 5px; background-color: rgba(0, 0, 0, 0.2); } .title { width: 100%; color: #FFF; font-size: 25px; font-weight: bold; text-align: center; padding: 20px; } .info { display: flex; width: 100%; } .info .temp { flex: 1; text-align: center; } .info .wind { flex: 1; text-align: center; } .tempTitle, .windTitle { color: #777; font-size: 16px; margin-bottom: 5px; } .tempInfo, .windInfo { color: #FFF; font-size: 30px; font-weight: bold; } .tempInfo sup { font-size: 15px; font-weight: normal; } .windInfo span { font-size: 15px; font-weight: normal; } .windArea { width: 50px; height: 50px; border: 1px solid #FFF; border-radius: 50%; margin: auto; margin-top: 20px; padding-left: 25px; padding-top: 25px; } .windDot { } .alert { color: #FFF; padding-top: 20px; }
style.css
* { margin: 0; padding: 0; box-sizing: border-box; } body { display: flex; min-height: 100vh; justify-content: center; align-items: center; flex-direction: column; background-color: #333; font-family: Arial, Helvetica, sans-serif; } .container { width: 600px; height: 600px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(135deg, rgba(85,99,187,1) 0%, rgba(85,172,189,1) 50%, rgba(84,211,170,1) 100%); } h1 { color: #FFF; margin: 20px 0; } .search { display: flex; width: 300px; } .search #searchInput { flex: 1; padding: 10px; outline: none; font-size: 15px; border-radius: 5px; border: 0; } .search button { padding: 10px; font-size: 15px; border: 0; background-color: #555; color: #FFF; border-radius: 5px; margin-left: 10px; cursor: pointer; } .search button:hover { background-color: #444; } .resultArea { display: grid; grid-template-columns: repeat(2, 250px); grid-gap: 10px; width: 500px; height: 500px; margin-top: 20px; } .resultMaster { display: grid; grid-template-columns: repeat(2, 125px); grid-column-start: 1; grid-column-end: 2; grid-row-start: 1; grid-row-end: 2; height: 250px; border-radius: 10px; background: rgba(0, 26, 255, 0.123); padding-top: 10px; padding-bottom: 10px; } .localTitle { grid-column-start: 1; grid-column-end: 3; grid-row-start: 1; grid-row-end: 2; font-size: 25px; display: flex; justify-content: center; align-items: center; color: #FFFFFF; text-align: center; } .icon { grid-column-start: 1; grid-column-end: 2; grid-row-start: 2; grid-row-end: 3; display: flex; justify-content: center; align-items: center; } .icon img { height: 130px; } .temp { display: flex; flex-direction: column; align-items: center; justify-content: center; grid-column-start: 2; grid-column-end: 3; grid-row-start: 2; grid-row-end: 3; } .tempCurrent { font-size: 30px; display: flex; justify-content: center; align-items: center; color: #FFFFFF; } .tempMinMax { display: flex; flex-direction: row; width: 100px; justify-content: space-around; color: #FFFFFF; } .wind { display: flex; align-items: center; justify-content: center; flex-direction: row; font-size: 20px; height: 50px; grid-column-start: 1; grid-column-end: 3; grid-row-start: 3; grid-row-end: 4; color: #FFFFFF; margin-bottom: 10px; } .windSpeed span { font-size: 15px; } .windDot { margin-left: 20px; width: 30px; } .resultInfo { background-color: green; grid-column-start: 2; grid-column-end: 3; grid-row-start: 1; grid-row-end: 2; height: 250px; border-radius: 10px; } .resultWeek { background-color: blue; grid-column-start: 1; grid-column-end: 3; grid-row-start: 2; grid-row-end: 3; height: 200px; border-radius: 10px; } .result { width: 300px; display: none; border: 1px dotted #FFF; margin-top: 20px; border-radius: 5px; background-color: rgba(0, 0, 0, 0.2); } .title { width: 100%; color: #FFF; font-size: 25px; font-weight: bold; text-align: center; padding: 20px; } .info { display: flex; width: 100%; } .info .temp { flex: 1; text-align: center; } .info .wind { flex: 1; text-align: center; } .tempTitle, .windTitle { color: #777; font-size: 16px; margin-bottom: 5px; } .tempInfo, .windInfo { color: #FFF; font-size: 30px; font-weight: bold; } .tempInfo sup { font-size: 15px; font-weight: normal; } .windInfo span { font-size: 15px; font-weight: normal; } .windArea { width: 50px; height: 50px; border: 1px solid #FFF; border-radius: 50%; margin: auto; margin-top: 20px; padding-left: 25px; padding-top: 25px; } .windDot { } .alert { color: #FFF; padding-top: 20px; }
0.424293
0.144813
.ng-item2.ng-switcher { padding: 0 0 0 3px } .ng-switcher:before,.ng-switcher:after { content: ''; display: none } .ng-switcher.sp-line:after { position: absolute; content: ''; top: 5px; width: 1px; height: 11px; overflow: hidden; right: 0; background: #787878 } .ng-switcher .switcher-info { display: block; z-index: 1; padding: 0 25px 0 8px; max-width: 204px; word-wrap: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border: 1px solid #EDEDED; background: url(top-header-sprite.png?t=2c31c411_0) no-repeat right -191px } .ng-switcher .switcher-info .ship-to { padding-right: 25px } .ng-switcher .switcher-info .css_flag { position: absolute; display: inline-block; margin: 3px 0 0 3px; height: 14px; float: none } .ng-switcher .switcher-info .currency { display: inline-block; width: 30px; text-align: center } .ng-switcher .switcher-info .site { display: inline-block; text-align: center } .ng-switcher .switcher-sub { position: absolute; z-index: -1; top: 21px; right: 0; width: 350px; border: 1px solid #CFCFCF; background: #fff; display: none } .ng-switcher .switcher-sub .switcher-common { z-index: 999; padding: 10px; border-bottom: 2px solid #ccc } .ng-switcher .switcher-sub .item { padding: 5px 10px } .ng-switcher.active .switcher-info { border: 1px solid #D6D6D6; border-bottom: 0 none; background-color: #fff } .ng-switcher.active .switcher-sub { display: block } .ng-switcher .switcher-title { display: block; padding: 10px; font-size: 16px; color: #666 } .ng-switcher .label { display: inline-block; padding: 5px 0; font-size: 14px; color: #999 } .ng-switcher .switcher-shipto-c { float: right; color: #333 } .ng-switcher .switcher-shipto-c span { color: #333 } .ng-switcher .switcher-shipto-info { width: 150px; padding: 5px; border: 1px solid #D6D6D6; color: #333; cursor: pointer } #nav-global2 .country-selector { width: 230px } #nav-global2 .country-selector .link-fake-selector { position: relative; float: none; height: 28px; width: auto; margin-right: 0; padding: 0; border: 1px solid #D6D6D6; overflow: hidden; background: url(top-header-sprite.png?t=2c31c411_0) no-repeat right -188px } #nav-global2 .country-selector .link-fake-selector:after { content: ''; display: none } #nav-global2 .country-selector .link-fake-selector-mover { background: url(http://i02.i.aliimg.com/images/eng/style/css_images/listing/refineby_slect_over.gif) no-repeat right top } #nav-global2 .country-selector .link-fake-selector .country-text { display: block; position: relative; padding-right: 10px; height: 14px; line-height: 14px; vertical-align: top; overflow: hidden } #nav-global2 .country-selector .link-fake-selector .country-text:hover { cursor: pointer } #nav-global2 .country-selector .link-fake-selector .list-title { height: 19px; padding: 6px 11px 0 7px; border: none; overflow: hidden; cursor: default; font: 12px/14px arial; color: #333; background: none } #nav-global2 .country-selector .link-fake-selector .list-container { height: 300px; overflow-y: auto; display: none; position: absolute; left: -1px; top: 17px; width: 248px; padding: 5px 0; background-color: #FFf; border: 1px solid #8ba0ce; z-index: 101 } #nav-global2 .country-selector .link-fake-selector .option-open { display: block!important; z-index: 80 } #nav-global2 .country-selector .link-fake-selector .option-mask { display: none; position: absolute; left: -1px; top: 17px; width: 228px } #nav-global2 .country-selector .link-fake-selector .mask-enable { display: block; z-index: 60 } #nav-global2 .country-selector .link-fake-selector .fold:before { content: ''; display: none } #nav-global2 .country-selector .link-fake-selector .list-title.unfold:before { content: ''; display: none } #nav-global2 .country-selector .list-container .country-text { position: relative; line-height: 12px; vertical-align: top } #nav-global2 .country-selector .list-container a { display: block; float: none; margin: 0 3px!important; padding: 7px 5px; color: #333; border: 1px solid #FFf; text-decoration: none } #nav-global2 .country-selector .list-container a:hover { background-color: #999; color: #fff; text-decoration: none } #nav-global2 .country-selector .list-container a:hover span { color: #fff } #nav-global2 .country-selector .list-container a.current { background-color: #FFEACD none; border: 1px solid #FFBA53; text-decoration: none } #nav-global2 .country-selector .list-container a .num { float: none; background: none!important; margin: 0; padding: 0; color: #5a5a5a; text-decoration: none; cursor: normal } #nav-global2 .country-selector .link-fake-selector .list-container .separation-text { display: block; text-align: center; margin: 3px 0; font-weight: 700; color: #2D2D2D } #nav-global2 .country-selector .list-container { position: absolute; visibility: visible; top: 30px; left: 0; background-color: #FFF; border-color: #ccc; border-style: none solid solid; border-width: medium 1px 1px; height: 250px; overflow-y: auto; padding: 5px 0; width: 228px; z-index: 999 } #nav-global2 .country-selector .css_flag { float: none; line-height: 12px; display: block; float: none!important; padding: 0 0 0 25px } #nav-global2 .country-selector .list-sep { display: block; font-size: 10px; padding: 5px } #nav-global2 .ng-switcher .switcher-shipto-info .css_flag { float: none } #nav-global2 .ng-switcher #switcher-countries-popup { position: absolute; top: 74px; z-index: 5; height: 212px; overflow-y: auto; border: 1px solid #c6c6c6; border-top: 0 none; background: #fff; font-size: 12px } #nav-global2 .ng-switcher #switcher-countries-popup .country-list-title { display: block; line-height: 30px; margin: 0 10px; font-weight: 200; border-bottom: 1px dotted #c6c6c6 } #nav-global2 .ng-switcher #switcher-countries-popup ul { padding: 5px 0 } #nav-global2 .ng-switcher #switcher-countries-popup li { width: 150px; padding: 5px; list-style: none; color: #666; cursor: pointer } #nav-global2 .ng-switcher #switcher-countries-popup li span { height: 15px; line-height: 15px; overflow: hidden } #nav-global2 .ng-switcher #switcher-countries-popup li:hover { background-color: #999; color: #fff } #nav-global2 .ng-switcher #switcher-countries-popup li.split-line { clear: both; width: 280px; padding: 8px 0; margin-bottom: 5px; border-bottom: 1px dotted #c6c6c6; cursor: default } #nav-global2 .ng-switcher #switcher-countries-popup li.split-line:hover { background: none; color: #666 } #nav-global2 .ng-switcher #switcher-countries-popup .css_flag { float: none } .ng-switcher .switcher-currency-c { position: relative; float: right; width: 230px } .ng-switcher .switcher-currency-c span { display: block; padding: 0 7px; border: 1px solid #D6D6D6; background: url(top-header-sprite.png?t=2c31c411_0) no-repeat right -188px } .ng-switcher .switcher-currency-c span a { color: #333 } .ng-switcher .switcher-currency-c ul { position: absolute; z-index: 1; top: 30px; width: 228px; border: 1px solid #D6D6D6; border-top: 0 none; background: #fff } .ng-switcher .switcher-currency-c li { display: block; float: left; border-right: 1px solid #eee; padding: 0 10px; min-width: 93px; list-style-type: none; overflow: hidden } .ng-switcher .switcher-currency-c li:hover { background: #ddd } .ng-switcher .switcher-currency-c a { display: block; line-height: 28px } .ng-switcher .switcher-currency-c ul a { line-height: 28px } .ng-switcher .switcher-currency-c a:hover { color: #333 } .ng-switcher .switcher-currency-c em { float: right; width: 50px } .ng-switcher .switcher-currency-info a { line-height: 14px } .ng-switcher .switcher-currency-info:hover { cursor: pointer } .ng-switcher .switcher-currency-info:hover a { text-decoration: none; color: #333 } .ng-switcher #site-nav-google-translate { height: 28px } .ng-switcher #google_translate_element { padding: 5px 13px 5px 5px; background: url(http://i02.i.aliimg.com/wimg/buyer/sprite/top-header-sprite.png) no-repeat right -188px } .ng-switcher .switcher-google-translate-c { float: right } .ng-switcher .switcher-google-translate-c .goog-te-gadget-simple { width: 210px } .ng-switcher .switcher-google-translate-c .google-trans-btn { display: none; border: 1px solid #D6D6D6 } .ng-switcher .switcher-btn button { margin: 10px 0 10px 80px; padding: 5px 15px; border: 0 none; font: 200 14px/22px arial; color: #fff; background: #666 } .ng-switcher .switcher-site { position: relative; padding: 10px 20px } .ng-switcher .switcher-site .site-list { height: 25px; overflow: hidden } .ng-switcher .switcher-site .site-list.show-more { height: auto } .ng-switcher .switcher-site .site-btn { display: inline-table; height: 21px; width: 150px; padding: 2px 0; overflow: hidden } .ng-switcher .switcher-site .label { display: block; padding-bottom: 10px } .ng-switcher .switcher-site a { line-height: 21px; color: #333; border-bottom: 1px solid #333 } .ng-switcher .switcher-site a:hover { border-color: #f60 } .ng-switcher .switcher-site .site-btn:last-child a { margin-right: 0 } .ng-switcher .switcher-site .disabled { color: #999; border: 0 none } .ng-switcher .switcher-site .disabled:hover { cursor: default } .ng-switcher .switcher-site .more-btn { display: block; margin-top: 10px; border-bottom: none; overflow: hidden; text-indent: -30px; background: url(top-header-sprite.png?t=2c31c411_0) no-repeat 149px -305px } .ng-switcher .switcher-site .more-btn.activited { background: url(top-header-sprite.png?t=2c31c411_0) no-repeat 149px -360px } .ng-switcher .switcher-site .more-btn:hover { background-color: #eee } .header { z-index: 10; } .header input { font-family: arial } .header .layout { margin: 0 auto; padding-left: 240px; width: 750px } .header li { margin: 0; list-style: none } .logo2 { position: absolute; z-index: 0; float: left; margin: 37px 0 0 -265px; width: 217px; height: 67px; overflow: hidden; background-image: url(ae-logo-1x.png?t=12482e63_0); background-image: -webkit-image-set(url(ae-logo-1x.png?t=12482e63_0) 1x,url(ae-logo-2x.png?t=b5dcb9a5_0) 2x); background-repeat: no-repeat } .logo2 a { float: left; padding-top: 73px; height: 0; width: 100%; overflow: hidden } .nav-channel2,.nav-global2 { font-size: 12px } .nav-channel2 a,.nav-global2 a { color: #333 } .nav-channel2 a:hover,.nav-global2 a:hover { color: #f60; text-decoration: none } .nav-channel2 { position: absolute; float: left; padding-top: 26px; width: 200px; padding-left: 20px; z-index: 1 } .nav-channel2 a { display: inline-block; zoom: 1; margin-right: 20px } .nav-channel2 a:hover { text-decoration: none } #group-buy { position: relative; line-height: 15px } #group-buy:after { position: absolute; top: -12px; right: 0; content: url(new-icon.png?t=ea335c8a_0) } .nav-global2 { position: relative; float: right; padding-top: 22px; margin-bottom: 24px; height: 22px; width: 700px; font-size: 0; text-align: right } .nav-global2 a { line-height: 21px } .ng-item2 { position: relative; z-index: 10; padding: 0 15px; display: inline-block; *display: inline; zoom: 1; font-size: 12px; text-align: left; vertical-align: top } .ng-item2:after { content: ''; position: absolute; top: 5px; width: 1px; height: 11px; overflow: hidden } .ng-item2:after { right: 0; background: #787878 } .ng-sub2 { padding: 0 3px } .ng-sub2 span { display: block; height: 21px; padding: 0 25px 0 8px; border: 1px solid #EDEDED; line-height: 21px; background: url(top-header-sprite.png?t=2c31c411_0) no-repeat right -191px } .ng-sub2:hover span { position: relative; z-index: 1; border-color: #CFCFCF; border-bottom: 0 none; background-color: #FFF } .ng-sub2 ul { position: absolute; z-index: 0; top: 21px; left: 3px; display: none; padding: 3px 0; border: 1px solid #CFCFCF; background: #FFF } .ng-sub2:hover ul { display: block; overflow: visible } .ng-sub2 li { display: block; padding: 0 3px; height: 21px; background: #FFF; overflow: hidden } .ng-sub2 li a { display: block; padding: 0 5px; height: 23px; line-height: 23px; white-space: nowrap; text-align: left; overflow: hidden } .ng-sub2 li a:hover { background: #DDD; color: #666 } .ng-seller2 { top: 0 } .ng-seller2 span { margin-top: -1px } .ng-seller2 ul { width: 210px; top: 20px } .ng-seller2 li { float: left; width: 98px } .ng-currency li { min-width: 75px; overflow: hidden } .ng-currency em { float: right } .ng-currency-tips { position: absolute; top: 28px; right: 19px; padding: 0 15px; border: 1px solid #ccc; box-shadow: 3px 3px 4px rgba(0,0,0,.13); line-height: 32px; background: #fff; white-space: nowrap } .ng-currency-tips:after { content: ''; position: absolute; z-index: 0; top: -16px; right: 10px; border: 8px solid transparent; border-bottom-color: #ccc; height: 0; width: 0; overflow: hidden } .ng-currency-tips a { font-weight: 100; color: #06c } .ng-currency-tips a:hover { color: #f60 } .ng-currency-tips a:after { content: '...'; position: absolute; z-index: 1; top: -15px; right: 10px; border: 8px solid transparent; border-bottom-color: #fff; height: 0; width: 0; overflow: hidden } .ng-mobile { } .ng-site-global { display: block; position: absolute; right: 0; padding: 0 0 0 15px; z-index: 9; font-weight: 600 } .ng-site-global:after { content: ''; display: none } .ng-site-global a { color: #f60 } .ng-site-global span { color: #333 } .ng-site-global a:hover { color: #f90; text-decoration: underline } .ng-site-global a:hover span { color: #f90 } @media screen and (min-width:1200px) { .ng-site-global { display: inline-block; position: relative; padding-right: 0 } .hd-simple .ng-site-global { display: block; position: absolute; } .hd-simple .ng-site-global:before { display: none } } .ng-trans { padding: 0 5px 0 10px } .ng-lang li a { cursor: pointer } .ng-trans:before,.ng-trans:after,.ng-lang:after { content: ''; display: none } .search-bar { clear: both; padding-right: 351px; margin-left: 20px; height: 44px; background: #333; font-size: 0 } .search-bar a:hover { text-decoration: none } .search-form { position: relative; z-index: 0; border: 5px solid #333; height: 34px; text-align: left; font-size: 12px; background: #fff } .search-form form { display: block; padding: 7px 5px; box-shadow: inset 2px 2px 5px rgba(0,0,0,.15) } .search-key { display: block; height: 20px; line-height: 20px; width: 100%; outline: none; border: 0; font-size: 14px } .search-key::-ms-clear { display: none } .search-cate { position: absolute; top: 2px; right: 6px; padding: 0 15px 0 10px; width: 80px; border-left: 1px solid #ccc; height: 30px; background: url(top-header-sprite.png?t=2c31c411_0) no-repeat -148px -287px; cursor: pointer } .search-cate span { float: left; width: 100%; height: 31px; line-height: 31px; color: #666; white-space: nowrap; overflow: hidden } .search-button { position: absolute; top: 0; right: -55px; width: 53px; height: 34px; border: 0 none; text-indent: -200px; background: #E62E04 url(top-header-sprite.png?t=2c31c411_0) no-repeat 13px -145px; overflow: hidden } .nav-cart22,.nav-wishlist,.nav-ubox { float: right; margin-top: -44px; font-size: 12px } .nav-cart22 a,.nav-wishlist a { float: left; padding: 26px 15px 0; height: 18px; color: #FFF } .nav-cart22 a:hover,.nav-wishlist a:hover { background-color: #000 } .nav-cart2 { position: relative; margin-right: -145px; z-index: 0 } .search-bar-with-msg .nav-cart2 { margin-right: -123px } .nav-cart2 a { background: url(top-header-sprite.png?t=2c31c411_0) no-repeat -212px -92px } .nav-cart2 span { display: block; position: absolute; top: -1px; right: -1px; width: 20px; height: 20px; text-align: center; line-height: 18px; border-radius: 100%; font-size: 11px; color: #FFF; background: url(top-header-sprite.png?t=2c31c411_0) no-repeat 0 -100px } .nav-wishlist { margin-right: -226px } .search-bar-with-msg .nav-wishlist { margin-right: -204px } .nav-wishlist a { background: url(top-header-sprite.png?t=2c31c411_0) no-repeat -205px -140px } .nav-ubox { position: relative; z-index: 0; margin-right: -351px; text-align: left } .nav-ubox:after { content: ''; position: absolute; top: 21px; right: 15px; width: 7px; height: 4px; background: url(top-header-sprite.png?t=2c31c411_0) no-repeat -243px -250px } .nav-ubox-active:after { background-position: -233px -200px } .nav-ubox b { font-weight: 100; color: #f60 } #login-stat-signed { display: block; width: 80px; height: 15px; line-height: 15px } #login-stat-signed b { display: inline-block; vertical-align: middle; width: 62px; overflow: hidden; text-overflow: ellipsis; word-wrap: normal; white-space: nowrap } .nu-info { position: relative; z-index: 0; padding: 3px 28px 0 13px; border: 2px solid #5A5959; height: 37px; text-align: left; color: #FFF; background: #5A5959 } .nu-info .nu-info-join { color: #fff } .nu-info .nu-info-me { color: #fff } .nu-info .nu-info-me a { color: #fff } .nu-info a:hover { color: #f60; text-decoration: underline } .nav-ubox-active .nu-info { z-index: 2; border-color: #333; border-bottom-color: #fff; box-shadow: 1px 0 3px #ddd; background: #FFF; color: #333 } .nav-ubox-active .nu-info:after { content: ''; position: absolute; top: 40px; left: -2px; width: 100%; border: 2px solid #5A5959; border-top: 0; border-bottom: 0; height: 3px; background: #fff; overflow: hidden } .nav-ubox-active .nu-info a { color: #333 } .nav-ubox-active .nu-info-me { color: #333 } .nav-ubox-active .nu-info-me a:hover { color: #f60 } .nav-ubox-active .nu-info-sign-top:hover { color: #f60 } .nav-ubox-active .nu-info .nu-info-join:link { color: #333 } .nav-ubox-active .nu-info .nu-info-join:visited { color: #333 } .nav-ubox-active .nu-info .nu-info-join:active { color: #333 } .nav-ubox-active .nu-info .nu-info-join:hover { color: #f60; text-decoration: underline } .nu-info div { padding-top: 6px; font-weight: 700 } .search-bar-with-msg .nu-info div { position: relative; z-index: 0; padding-top: 6px; padding-right: 22px } .nu-info div span { color: #999 } .search-bar-with-msg #login-stat-message { position: absolute; right: 0; top: 6px; text-align: left } .nu-main { display: none; position: absolute; z-index: 1; top: 43px; right: 0; width: 260px; border: 2px solid #333; box-shadow: 2px 2px 3px #ddd; background: #FFF; color: #656565 } .nav-ubox-active .nu-main { display: block } .nu-sign,.nu-join,.nu-signout { margin: 0 20px; overflow: hidden } .nu-sign div a,.nu-join div a { display: block; margin: 0 auto; height: 30px; line-height: 30px; border-radius: 2px; font-weight: 700; font-size: 14px; text-align: center; color: #FFF } .nu-sign { padding: 20px 0 30px } .nu-sign p { margin: 0 0 5px } .nu-sign div { padding-bottom: 10px } .nu-sign div a { background: #f60 } .nu-sign div a:hover { background: #f90 } .nus-icon { position: relative; top: -2px; margin: 0 2px; display: inline-block; zoom: 1; width: 16px; height: 16px; text-indent: -100px; vertical-align: middle; overflow: hidden; background: url(top-header-sprite.png?t=2c31c411_0) no-repeat 0 0 } .nus-facebook { background-position: -150px -100px } .nus-blog { background-position: -100px -100px } .nu-join { padding-bottom: 29px } .nu-join div { padding-top: 6px } .nu-join div a { background: #333 } .nu-join div a:hover { background: #666 } .nu-signout { } .nu-signout p { margin: 0; line-height: 48px; font-size: 14px; font-weight: 700 } .nu-signout a { color: #333 } .nu-signout a:hover { color: #f60 } .nu-msg { padding: 18px 0 18px 20px; line-height: 19px; background: #F2F2F2 } .nu-msg a { color: #333 } .nu-msg a:hover { text-decoration: underline; color: #f60 } .nu-main li { margin: 0; list-style: none; border-top: 1px solid #FFF; background: #fefefe } .nu-main li a { display: block; padding: 6px 0 6px 20px; color: #333 } .nu-main li a:hover { color: #FFF; background: #333 } .nu-main li.aliexpress-menu-top { background: #666; font-weight: 700 } .nu-main li.aliexpress-menu-top a { color: #fff } .ui-autocomplete { margin: 5px 0 0 -5px; border: 1px solid #8E8E8E; width: 465px; background: #fff; box-shadow: 2px 2px 3px #ddd } .ui-autocomplete li { margin: 0; position: relative; list-style: none } .ui-autocomplete li .suggest_key { display: block; width: 62%; word-break: keep-all; word-wrap: break-word } .ui-autocomplete li .suggest-count { float: right; text-align: left; width: 130px; height: 16px; overflow: hidden; font-size: 11px; color: gray } .ui-autocomplete li .suggest-count span { color: #000 } .ui-suggest-hide { padding-bottom: 0 } .ui-suggest-hide .ui-autocomplete-ctn { display: none } .ui-autocomplete-ctn { padding: 8px 0 } .ui-autocomplete-item { padding: 6px 15px; line-height: 16px; cursor: pointer } .ui-autocomplete li.ui-autocomplete-item-hover,.ui-autocomplete li.ui-autocomplete-item-hover span { color: #fff; background: #999 } .ui-autocomplete-item-hl { font-weight: 700 } .ui-autocomplete-his-header { color: #ddd; padding-left: 15px; padding-top: 10px; color: #999 } .ui-autocomplete li.his .suggest_key { color: #06c; width: 80% } .ui-autocomplete li.his.ui-autocomplete-item-hover .suggest_key { color: #fff; background: #999 } .ui-autocomplete ul.his-list li.ui-autocomplete-item-hover { color: #fff; background: #999 } .ui-autocomplete-his-footer { text-align: right; padding-bottom: 15px; padding-right: 15px } .ui-autocomplete-his-footer a { color: #333; text-decoration: none } .ui-autocomplete ul.his-list li.his { padding-left: 25px } .ui-autocomplete .suggest_catname { color: #999 } .ui-autocomplete .suggest-his-delete { float: right; text-align: left; height: 16px; overflow: hidden; font-size: 12px; color: gray } .ui-autocomplete .suggest-his-delete a { visibility: hidden } .ui-autocomplete li.ui-autocomplete-item-hover .suggest-his-delete a { color: #fff; background: #999; text-decoration: underline; visibility: visible } .sc-box { position: absolute; display: none; left: 0; top: 32px; border: 1px solid #999; height: 320px; width: 240px; overflow: auto; overflow-x: hidden; background: #FFF; box-shadow: 3px 3px 10px rgba(0,0,0,.3) } .sc-box li { line-height: 1.5 } .sc-box .optionOl { float: left; list-style: none; margin: 0; padding: 0 0 0 10px } .sc-box .optionLi { cursor: default; line-height: 14px; padding: 3px 0 3px 5px; margin-bottom: 3px; background-color: #FFF; word-wrap: normal; word-break: keep-all; white-space: nowrap; float: none; background-image: none; cursor: pointer } .sc-box .currentLi { background-color: #666!important; color: #fff } .sc-box .subLine { height: 0; line-height: 0; padding: 0 } .sc-box .subSpecialColor { background-color: #EDF6FF; padding-left: 3px } .sc-box .subLevel1 { width: 182px; border-bottom: 1px solid #ddd; line-height: 38px; height: 38px; margin-bottom: 8px; background: url(top-header-sprite.png?t=2c31c411_0) no-repeat -240px -739px; padding: 0 0 0 21px } .cate-list { float: left; position: relative; z-index: 0; margin-top: -11px } .cate-list a { text-decoration: none; color: #333 } .cate-list h3 { height: 37px; margin-bottom: 2px; border-bottom: 1px solid #e8e8e8; width: 210px; font: 700 24px/37px 'PT Sans Narrow'; color: #333 } .cate-list h3 a { padding-right: 12px; display: inline-block; color: #333; background: url(home-index-sprite.png?t=ae3bc2b6_0) no-repeat right -437px } .cate-list h3 a:hover { padding-right: 14px; color: #f60; text-decoration: none; background-position: right -837px } .cl-item { padding-bottom: 0px } .cate-list dd { margin: 0 } .cate-name { height: 33px; font: 16px/33px 'PT Sans Narrow',arial; overflow: hidden } .cate-name:after { content: ''; position: absolute; margin: 0px 0 0 199px; width: 6px; height: 9px; background: url(top-header-sprite.png?t=2c31c411_0) no-repeat -244px -397px } .cl-item:hover .cate-name:after { background: url(top-header-sprite.png?t=2c31c411_0) no-repeat -244px -447px } .cate-name a { display: block; line-height: 33px } .cl-item:hover .cate-name a { text-indent: 10px; color: #FFF; background: #f00 } .sub-cate2 { display: none; position: absolute; top: 20px; left: 210px; padding: 0px 10px 20px 20px; min-height: 334px; border: 1px solid #f60; box-shadow: 5px 5px 10px rgba(0,0,0,.3); font-size: 0; background: #fff; white-space: nowrap } .cl-item:hover .sub-cate2 { display: block } .sub-cate2 a { color: #333 } .sub-cate2 a:hover { text-decoration: underline; color: #f60 } .sub-cate2 dl { position: relative; z-index: 1; display: inline-block; *display: inline; zoom: 1; vertical-align: top; padding-right: 20px; padding-top:20px; width: 200px; font-size: 12px } .sub-cate2 dt { font-weight: 700; font-size: 14px; margin-bottom: 5px } .sub-cate2 dt a:after { content: ''; margin: -3px 0 0 3px; display: inline-block; zoom: 1; width: 5px; height: 7px; background: url(top-header-sprite.png?t=2c31c411_0) no-repeat -245px -500px } .sub-cate2 dt:hover a:after { background-position: right -525px } .sub-cate2 dd { overflow: hidden } .sub-cate2 dd a { display: block; line-height: 26px } .sc-promotion { padding-top: 21px; display: none } .sc-promotion ul { overflow: hidden } .sc-promotion li { float: left; position: relative; z-index: 0; margin: 88px 10px 0 0; position: relative; z-index: 0; width: 150px; text-align: center } .sc-promotion li a { display: block; height: 36px; width: 150px; padding-top: 24px; background: #EEE } .sc-promotion li a:hover { text-decoration: none; background: #333 } .sc-promotion li a:hover span { color: #fff } .sc-promotion li span { display: block } .scp-image { position: absolute; top: -88px; left: 0 } .scp-title { height: 17px; font: 700 14px/17px arial; color: #333; overflow: hidden } .scp-dicount { height: 20px; font-size: 11px; color: #666; font-family: tahoma } .sc-promotion li span.scp-dicount { display: none } .scp-banner { display: none; *display: inline; zoom: 1; width: 150px } .scp-banner img { position: absolute; z-index: 0; bottom: 0; right: 0 } .dividing-line { margin: 4px 15px 4px 0; clear: both; display: block; background-color: #ddd; height: 1px; overflow: hidden; line-height: 0 } .cl-item-all a { font-size: 16px; font-weight: 700 } .cl-item-all .cate-name:after { display: none } .hd-simple { -webkit-text-size-adjust: none; float:left; border-left:1px solid #e8e8e8;height:70px; width:70px; border-right:1px solid #e8e8e8;height:70px; width:70px; } .hd-simple .layout { margin: 0 auto; padding-left: 190px; width: 800px } .hd-simple .logo2 { margin: 14px 0 0 -190px; width: 180px; height: 52px; background-image: url(standard-definition-logo.png?t=995fd6f9_0); background-repeat: no-repeat } .hd-simple .logo2 a { padding-top: 52px } .hd-simple .logo2 p { position: absolute; top: 33px; bottom: 0; margin: 0; width: 180px; height: 15px; color: #999; text-align: center; font-size: 11px } .hd-simple .nav-channel2 { padding-top: 23px; width: 200px } .hd-simple .nav-global2 { padding-top: 20px; margin-bottom: 33px } .hd-simple .categories { position: absolute; z-index: 1; float: left; margin: 0 0 0 -190px; width: 70px; height:70px } .hd-simple .cate-list { margin: 0 } .hd-simple .cate-list h3 { width:68px; height:68px; line-height:70px; border: 0; color: #fff; background:url(../images/header-sprite.png) no-repeat -32px -125px; } .hd-simple .categories:hover h3 { background:url(../images/header-sprite.png) no-repeat -82px -125px; } .hd-simple .cate-list h3:after { content: ''; position: absolute; top: 20px; right: 14px; width: 9px; height: 6px; background:url(../images/header-sprite.png) no-repeat -83px -125px; } .hd-simple .categories:hover h3:after { background:url(../images/header-sprite.png) no-repeat -83px -125px; } .hd-simple .cate-name { position: relative; z-index: 1; background: #fff } .hd-simple .cate-name a { padding-left: 10px } .hd-simple .cate-name:after { margin: 0px 0 0 160px } .hd-simple .cl-item { display: none; margin-top: 0px; padding: 0; width:178px; border: 1px solid #e8e8e8; border-top:none; } .hd-simple .categories:hover .cl-item { display: block } .hd-simple .cl-item:hover { border-right:none; width: 178x; border-bottom:1px solid #f60; } .hd-simple .cl-item:hover .cate-name a { text-indent: 6px; color: #000; border:1px solid #f60; border-left:3px solid #f60; border-bottom:1px solid #f60; background:#fff; } .hd-simple .cl-item-all { } .hd-simple .sub-cate2 { top:70px; left:177px; box-shadow: 5px 5px 10px rgba(0,0,0,.3) } .hd-simple .cl-item:hover .sub-cate2:after { content: ''; position: absolute; z-index: 0; top: 0; bottom: 0; left: 177px; width: 1px; background: #fff } .hd-simple .search-bar { margin: 0 } @media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) { .logo2 { background-image: url(ae-logo-2x.png?t=b5dcb9a5_0); background-size: 100% auto } .hd-simple .logo2 { background-image: url(high-definition-logo.png?t=d57911a7_0); background-size: 100% auto } }
specialpurpose/resources/webapp/resources/css/header-all.css
.ng-item2.ng-switcher { padding: 0 0 0 3px } .ng-switcher:before,.ng-switcher:after { content: ''; display: none } .ng-switcher.sp-line:after { position: absolute; content: ''; top: 5px; width: 1px; height: 11px; overflow: hidden; right: 0; background: #787878 } .ng-switcher .switcher-info { display: block; z-index: 1; padding: 0 25px 0 8px; max-width: 204px; word-wrap: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border: 1px solid #EDEDED; background: url(top-header-sprite.png?t=2c31c411_0) no-repeat right -191px } .ng-switcher .switcher-info .ship-to { padding-right: 25px } .ng-switcher .switcher-info .css_flag { position: absolute; display: inline-block; margin: 3px 0 0 3px; height: 14px; float: none } .ng-switcher .switcher-info .currency { display: inline-block; width: 30px; text-align: center } .ng-switcher .switcher-info .site { display: inline-block; text-align: center } .ng-switcher .switcher-sub { position: absolute; z-index: -1; top: 21px; right: 0; width: 350px; border: 1px solid #CFCFCF; background: #fff; display: none } .ng-switcher .switcher-sub .switcher-common { z-index: 999; padding: 10px; border-bottom: 2px solid #ccc } .ng-switcher .switcher-sub .item { padding: 5px 10px } .ng-switcher.active .switcher-info { border: 1px solid #D6D6D6; border-bottom: 0 none; background-color: #fff } .ng-switcher.active .switcher-sub { display: block } .ng-switcher .switcher-title { display: block; padding: 10px; font-size: 16px; color: #666 } .ng-switcher .label { display: inline-block; padding: 5px 0; font-size: 14px; color: #999 } .ng-switcher .switcher-shipto-c { float: right; color: #333 } .ng-switcher .switcher-shipto-c span { color: #333 } .ng-switcher .switcher-shipto-info { width: 150px; padding: 5px; border: 1px solid #D6D6D6; color: #333; cursor: pointer } #nav-global2 .country-selector { width: 230px } #nav-global2 .country-selector .link-fake-selector { position: relative; float: none; height: 28px; width: auto; margin-right: 0; padding: 0; border: 1px solid #D6D6D6; overflow: hidden; background: url(top-header-sprite.png?t=2c31c411_0) no-repeat right -188px } #nav-global2 .country-selector .link-fake-selector:after { content: ''; display: none } #nav-global2 .country-selector .link-fake-selector-mover { background: url(http://i02.i.aliimg.com/images/eng/style/css_images/listing/refineby_slect_over.gif) no-repeat right top } #nav-global2 .country-selector .link-fake-selector .country-text { display: block; position: relative; padding-right: 10px; height: 14px; line-height: 14px; vertical-align: top; overflow: hidden } #nav-global2 .country-selector .link-fake-selector .country-text:hover { cursor: pointer } #nav-global2 .country-selector .link-fake-selector .list-title { height: 19px; padding: 6px 11px 0 7px; border: none; overflow: hidden; cursor: default; font: 12px/14px arial; color: #333; background: none } #nav-global2 .country-selector .link-fake-selector .list-container { height: 300px; overflow-y: auto; display: none; position: absolute; left: -1px; top: 17px; width: 248px; padding: 5px 0; background-color: #FFf; border: 1px solid #8ba0ce; z-index: 101 } #nav-global2 .country-selector .link-fake-selector .option-open { display: block!important; z-index: 80 } #nav-global2 .country-selector .link-fake-selector .option-mask { display: none; position: absolute; left: -1px; top: 17px; width: 228px } #nav-global2 .country-selector .link-fake-selector .mask-enable { display: block; z-index: 60 } #nav-global2 .country-selector .link-fake-selector .fold:before { content: ''; display: none } #nav-global2 .country-selector .link-fake-selector .list-title.unfold:before { content: ''; display: none } #nav-global2 .country-selector .list-container .country-text { position: relative; line-height: 12px; vertical-align: top } #nav-global2 .country-selector .list-container a { display: block; float: none; margin: 0 3px!important; padding: 7px 5px; color: #333; border: 1px solid #FFf; text-decoration: none } #nav-global2 .country-selector .list-container a:hover { background-color: #999; color: #fff; text-decoration: none } #nav-global2 .country-selector .list-container a:hover span { color: #fff } #nav-global2 .country-selector .list-container a.current { background-color: #FFEACD none; border: 1px solid #FFBA53; text-decoration: none } #nav-global2 .country-selector .list-container a .num { float: none; background: none!important; margin: 0; padding: 0; color: #5a5a5a; text-decoration: none; cursor: normal } #nav-global2 .country-selector .link-fake-selector .list-container .separation-text { display: block; text-align: center; margin: 3px 0; font-weight: 700; color: #2D2D2D } #nav-global2 .country-selector .list-container { position: absolute; visibility: visible; top: 30px; left: 0; background-color: #FFF; border-color: #ccc; border-style: none solid solid; border-width: medium 1px 1px; height: 250px; overflow-y: auto; padding: 5px 0; width: 228px; z-index: 999 } #nav-global2 .country-selector .css_flag { float: none; line-height: 12px; display: block; float: none!important; padding: 0 0 0 25px } #nav-global2 .country-selector .list-sep { display: block; font-size: 10px; padding: 5px } #nav-global2 .ng-switcher .switcher-shipto-info .css_flag { float: none } #nav-global2 .ng-switcher #switcher-countries-popup { position: absolute; top: 74px; z-index: 5; height: 212px; overflow-y: auto; border: 1px solid #c6c6c6; border-top: 0 none; background: #fff; font-size: 12px } #nav-global2 .ng-switcher #switcher-countries-popup .country-list-title { display: block; line-height: 30px; margin: 0 10px; font-weight: 200; border-bottom: 1px dotted #c6c6c6 } #nav-global2 .ng-switcher #switcher-countries-popup ul { padding: 5px 0 } #nav-global2 .ng-switcher #switcher-countries-popup li { width: 150px; padding: 5px; list-style: none; color: #666; cursor: pointer } #nav-global2 .ng-switcher #switcher-countries-popup li span { height: 15px; line-height: 15px; overflow: hidden } #nav-global2 .ng-switcher #switcher-countries-popup li:hover { background-color: #999; color: #fff } #nav-global2 .ng-switcher #switcher-countries-popup li.split-line { clear: both; width: 280px; padding: 8px 0; margin-bottom: 5px; border-bottom: 1px dotted #c6c6c6; cursor: default } #nav-global2 .ng-switcher #switcher-countries-popup li.split-line:hover { background: none; color: #666 } #nav-global2 .ng-switcher #switcher-countries-popup .css_flag { float: none } .ng-switcher .switcher-currency-c { position: relative; float: right; width: 230px } .ng-switcher .switcher-currency-c span { display: block; padding: 0 7px; border: 1px solid #D6D6D6; background: url(top-header-sprite.png?t=2c31c411_0) no-repeat right -188px } .ng-switcher .switcher-currency-c span a { color: #333 } .ng-switcher .switcher-currency-c ul { position: absolute; z-index: 1; top: 30px; width: 228px; border: 1px solid #D6D6D6; border-top: 0 none; background: #fff } .ng-switcher .switcher-currency-c li { display: block; float: left; border-right: 1px solid #eee; padding: 0 10px; min-width: 93px; list-style-type: none; overflow: hidden } .ng-switcher .switcher-currency-c li:hover { background: #ddd } .ng-switcher .switcher-currency-c a { display: block; line-height: 28px } .ng-switcher .switcher-currency-c ul a { line-height: 28px } .ng-switcher .switcher-currency-c a:hover { color: #333 } .ng-switcher .switcher-currency-c em { float: right; width: 50px } .ng-switcher .switcher-currency-info a { line-height: 14px } .ng-switcher .switcher-currency-info:hover { cursor: pointer } .ng-switcher .switcher-currency-info:hover a { text-decoration: none; color: #333 } .ng-switcher #site-nav-google-translate { height: 28px } .ng-switcher #google_translate_element { padding: 5px 13px 5px 5px; background: url(http://i02.i.aliimg.com/wimg/buyer/sprite/top-header-sprite.png) no-repeat right -188px } .ng-switcher .switcher-google-translate-c { float: right } .ng-switcher .switcher-google-translate-c .goog-te-gadget-simple { width: 210px } .ng-switcher .switcher-google-translate-c .google-trans-btn { display: none; border: 1px solid #D6D6D6 } .ng-switcher .switcher-btn button { margin: 10px 0 10px 80px; padding: 5px 15px; border: 0 none; font: 200 14px/22px arial; color: #fff; background: #666 } .ng-switcher .switcher-site { position: relative; padding: 10px 20px } .ng-switcher .switcher-site .site-list { height: 25px; overflow: hidden } .ng-switcher .switcher-site .site-list.show-more { height: auto } .ng-switcher .switcher-site .site-btn { display: inline-table; height: 21px; width: 150px; padding: 2px 0; overflow: hidden } .ng-switcher .switcher-site .label { display: block; padding-bottom: 10px } .ng-switcher .switcher-site a { line-height: 21px; color: #333; border-bottom: 1px solid #333 } .ng-switcher .switcher-site a:hover { border-color: #f60 } .ng-switcher .switcher-site .site-btn:last-child a { margin-right: 0 } .ng-switcher .switcher-site .disabled { color: #999; border: 0 none } .ng-switcher .switcher-site .disabled:hover { cursor: default } .ng-switcher .switcher-site .more-btn { display: block; margin-top: 10px; border-bottom: none; overflow: hidden; text-indent: -30px; background: url(top-header-sprite.png?t=2c31c411_0) no-repeat 149px -305px } .ng-switcher .switcher-site .more-btn.activited { background: url(top-header-sprite.png?t=2c31c411_0) no-repeat 149px -360px } .ng-switcher .switcher-site .more-btn:hover { background-color: #eee } .header { z-index: 10; } .header input { font-family: arial } .header .layout { margin: 0 auto; padding-left: 240px; width: 750px } .header li { margin: 0; list-style: none } .logo2 { position: absolute; z-index: 0; float: left; margin: 37px 0 0 -265px; width: 217px; height: 67px; overflow: hidden; background-image: url(ae-logo-1x.png?t=12482e63_0); background-image: -webkit-image-set(url(ae-logo-1x.png?t=12482e63_0) 1x,url(ae-logo-2x.png?t=b5dcb9a5_0) 2x); background-repeat: no-repeat } .logo2 a { float: left; padding-top: 73px; height: 0; width: 100%; overflow: hidden } .nav-channel2,.nav-global2 { font-size: 12px } .nav-channel2 a,.nav-global2 a { color: #333 } .nav-channel2 a:hover,.nav-global2 a:hover { color: #f60; text-decoration: none } .nav-channel2 { position: absolute; float: left; padding-top: 26px; width: 200px; padding-left: 20px; z-index: 1 } .nav-channel2 a { display: inline-block; zoom: 1; margin-right: 20px } .nav-channel2 a:hover { text-decoration: none } #group-buy { position: relative; line-height: 15px } #group-buy:after { position: absolute; top: -12px; right: 0; content: url(new-icon.png?t=ea335c8a_0) } .nav-global2 { position: relative; float: right; padding-top: 22px; margin-bottom: 24px; height: 22px; width: 700px; font-size: 0; text-align: right } .nav-global2 a { line-height: 21px } .ng-item2 { position: relative; z-index: 10; padding: 0 15px; display: inline-block; *display: inline; zoom: 1; font-size: 12px; text-align: left; vertical-align: top } .ng-item2:after { content: ''; position: absolute; top: 5px; width: 1px; height: 11px; overflow: hidden } .ng-item2:after { right: 0; background: #787878 } .ng-sub2 { padding: 0 3px } .ng-sub2 span { display: block; height: 21px; padding: 0 25px 0 8px; border: 1px solid #EDEDED; line-height: 21px; background: url(top-header-sprite.png?t=2c31c411_0) no-repeat right -191px } .ng-sub2:hover span { position: relative; z-index: 1; border-color: #CFCFCF; border-bottom: 0 none; background-color: #FFF } .ng-sub2 ul { position: absolute; z-index: 0; top: 21px; left: 3px; display: none; padding: 3px 0; border: 1px solid #CFCFCF; background: #FFF } .ng-sub2:hover ul { display: block; overflow: visible } .ng-sub2 li { display: block; padding: 0 3px; height: 21px; background: #FFF; overflow: hidden } .ng-sub2 li a { display: block; padding: 0 5px; height: 23px; line-height: 23px; white-space: nowrap; text-align: left; overflow: hidden } .ng-sub2 li a:hover { background: #DDD; color: #666 } .ng-seller2 { top: 0 } .ng-seller2 span { margin-top: -1px } .ng-seller2 ul { width: 210px; top: 20px } .ng-seller2 li { float: left; width: 98px } .ng-currency li { min-width: 75px; overflow: hidden } .ng-currency em { float: right } .ng-currency-tips { position: absolute; top: 28px; right: 19px; padding: 0 15px; border: 1px solid #ccc; box-shadow: 3px 3px 4px rgba(0,0,0,.13); line-height: 32px; background: #fff; white-space: nowrap } .ng-currency-tips:after { content: ''; position: absolute; z-index: 0; top: -16px; right: 10px; border: 8px solid transparent; border-bottom-color: #ccc; height: 0; width: 0; overflow: hidden } .ng-currency-tips a { font-weight: 100; color: #06c } .ng-currency-tips a:hover { color: #f60 } .ng-currency-tips a:after { content: '...'; position: absolute; z-index: 1; top: -15px; right: 10px; border: 8px solid transparent; border-bottom-color: #fff; height: 0; width: 0; overflow: hidden } .ng-mobile { } .ng-site-global { display: block; position: absolute; right: 0; padding: 0 0 0 15px; z-index: 9; font-weight: 600 } .ng-site-global:after { content: ''; display: none } .ng-site-global a { color: #f60 } .ng-site-global span { color: #333 } .ng-site-global a:hover { color: #f90; text-decoration: underline } .ng-site-global a:hover span { color: #f90 } @media screen and (min-width:1200px) { .ng-site-global { display: inline-block; position: relative; padding-right: 0 } .hd-simple .ng-site-global { display: block; position: absolute; } .hd-simple .ng-site-global:before { display: none } } .ng-trans { padding: 0 5px 0 10px } .ng-lang li a { cursor: pointer } .ng-trans:before,.ng-trans:after,.ng-lang:after { content: ''; display: none } .search-bar { clear: both; padding-right: 351px; margin-left: 20px; height: 44px; background: #333; font-size: 0 } .search-bar a:hover { text-decoration: none } .search-form { position: relative; z-index: 0; border: 5px solid #333; height: 34px; text-align: left; font-size: 12px; background: #fff } .search-form form { display: block; padding: 7px 5px; box-shadow: inset 2px 2px 5px rgba(0,0,0,.15) } .search-key { display: block; height: 20px; line-height: 20px; width: 100%; outline: none; border: 0; font-size: 14px } .search-key::-ms-clear { display: none } .search-cate { position: absolute; top: 2px; right: 6px; padding: 0 15px 0 10px; width: 80px; border-left: 1px solid #ccc; height: 30px; background: url(top-header-sprite.png?t=2c31c411_0) no-repeat -148px -287px; cursor: pointer } .search-cate span { float: left; width: 100%; height: 31px; line-height: 31px; color: #666; white-space: nowrap; overflow: hidden } .search-button { position: absolute; top: 0; right: -55px; width: 53px; height: 34px; border: 0 none; text-indent: -200px; background: #E62E04 url(top-header-sprite.png?t=2c31c411_0) no-repeat 13px -145px; overflow: hidden } .nav-cart22,.nav-wishlist,.nav-ubox { float: right; margin-top: -44px; font-size: 12px } .nav-cart22 a,.nav-wishlist a { float: left; padding: 26px 15px 0; height: 18px; color: #FFF } .nav-cart22 a:hover,.nav-wishlist a:hover { background-color: #000 } .nav-cart2 { position: relative; margin-right: -145px; z-index: 0 } .search-bar-with-msg .nav-cart2 { margin-right: -123px } .nav-cart2 a { background: url(top-header-sprite.png?t=2c31c411_0) no-repeat -212px -92px } .nav-cart2 span { display: block; position: absolute; top: -1px; right: -1px; width: 20px; height: 20px; text-align: center; line-height: 18px; border-radius: 100%; font-size: 11px; color: #FFF; background: url(top-header-sprite.png?t=2c31c411_0) no-repeat 0 -100px } .nav-wishlist { margin-right: -226px } .search-bar-with-msg .nav-wishlist { margin-right: -204px } .nav-wishlist a { background: url(top-header-sprite.png?t=2c31c411_0) no-repeat -205px -140px } .nav-ubox { position: relative; z-index: 0; margin-right: -351px; text-align: left } .nav-ubox:after { content: ''; position: absolute; top: 21px; right: 15px; width: 7px; height: 4px; background: url(top-header-sprite.png?t=2c31c411_0) no-repeat -243px -250px } .nav-ubox-active:after { background-position: -233px -200px } .nav-ubox b { font-weight: 100; color: #f60 } #login-stat-signed { display: block; width: 80px; height: 15px; line-height: 15px } #login-stat-signed b { display: inline-block; vertical-align: middle; width: 62px; overflow: hidden; text-overflow: ellipsis; word-wrap: normal; white-space: nowrap } .nu-info { position: relative; z-index: 0; padding: 3px 28px 0 13px; border: 2px solid #5A5959; height: 37px; text-align: left; color: #FFF; background: #5A5959 } .nu-info .nu-info-join { color: #fff } .nu-info .nu-info-me { color: #fff } .nu-info .nu-info-me a { color: #fff } .nu-info a:hover { color: #f60; text-decoration: underline } .nav-ubox-active .nu-info { z-index: 2; border-color: #333; border-bottom-color: #fff; box-shadow: 1px 0 3px #ddd; background: #FFF; color: #333 } .nav-ubox-active .nu-info:after { content: ''; position: absolute; top: 40px; left: -2px; width: 100%; border: 2px solid #5A5959; border-top: 0; border-bottom: 0; height: 3px; background: #fff; overflow: hidden } .nav-ubox-active .nu-info a { color: #333 } .nav-ubox-active .nu-info-me { color: #333 } .nav-ubox-active .nu-info-me a:hover { color: #f60 } .nav-ubox-active .nu-info-sign-top:hover { color: #f60 } .nav-ubox-active .nu-info .nu-info-join:link { color: #333 } .nav-ubox-active .nu-info .nu-info-join:visited { color: #333 } .nav-ubox-active .nu-info .nu-info-join:active { color: #333 } .nav-ubox-active .nu-info .nu-info-join:hover { color: #f60; text-decoration: underline } .nu-info div { padding-top: 6px; font-weight: 700 } .search-bar-with-msg .nu-info div { position: relative; z-index: 0; padding-top: 6px; padding-right: 22px } .nu-info div span { color: #999 } .search-bar-with-msg #login-stat-message { position: absolute; right: 0; top: 6px; text-align: left } .nu-main { display: none; position: absolute; z-index: 1; top: 43px; right: 0; width: 260px; border: 2px solid #333; box-shadow: 2px 2px 3px #ddd; background: #FFF; color: #656565 } .nav-ubox-active .nu-main { display: block } .nu-sign,.nu-join,.nu-signout { margin: 0 20px; overflow: hidden } .nu-sign div a,.nu-join div a { display: block; margin: 0 auto; height: 30px; line-height: 30px; border-radius: 2px; font-weight: 700; font-size: 14px; text-align: center; color: #FFF } .nu-sign { padding: 20px 0 30px } .nu-sign p { margin: 0 0 5px } .nu-sign div { padding-bottom: 10px } .nu-sign div a { background: #f60 } .nu-sign div a:hover { background: #f90 } .nus-icon { position: relative; top: -2px; margin: 0 2px; display: inline-block; zoom: 1; width: 16px; height: 16px; text-indent: -100px; vertical-align: middle; overflow: hidden; background: url(top-header-sprite.png?t=2c31c411_0) no-repeat 0 0 } .nus-facebook { background-position: -150px -100px } .nus-blog { background-position: -100px -100px } .nu-join { padding-bottom: 29px } .nu-join div { padding-top: 6px } .nu-join div a { background: #333 } .nu-join div a:hover { background: #666 } .nu-signout { } .nu-signout p { margin: 0; line-height: 48px; font-size: 14px; font-weight: 700 } .nu-signout a { color: #333 } .nu-signout a:hover { color: #f60 } .nu-msg { padding: 18px 0 18px 20px; line-height: 19px; background: #F2F2F2 } .nu-msg a { color: #333 } .nu-msg a:hover { text-decoration: underline; color: #f60 } .nu-main li { margin: 0; list-style: none; border-top: 1px solid #FFF; background: #fefefe } .nu-main li a { display: block; padding: 6px 0 6px 20px; color: #333 } .nu-main li a:hover { color: #FFF; background: #333 } .nu-main li.aliexpress-menu-top { background: #666; font-weight: 700 } .nu-main li.aliexpress-menu-top a { color: #fff } .ui-autocomplete { margin: 5px 0 0 -5px; border: 1px solid #8E8E8E; width: 465px; background: #fff; box-shadow: 2px 2px 3px #ddd } .ui-autocomplete li { margin: 0; position: relative; list-style: none } .ui-autocomplete li .suggest_key { display: block; width: 62%; word-break: keep-all; word-wrap: break-word } .ui-autocomplete li .suggest-count { float: right; text-align: left; width: 130px; height: 16px; overflow: hidden; font-size: 11px; color: gray } .ui-autocomplete li .suggest-count span { color: #000 } .ui-suggest-hide { padding-bottom: 0 } .ui-suggest-hide .ui-autocomplete-ctn { display: none } .ui-autocomplete-ctn { padding: 8px 0 } .ui-autocomplete-item { padding: 6px 15px; line-height: 16px; cursor: pointer } .ui-autocomplete li.ui-autocomplete-item-hover,.ui-autocomplete li.ui-autocomplete-item-hover span { color: #fff; background: #999 } .ui-autocomplete-item-hl { font-weight: 700 } .ui-autocomplete-his-header { color: #ddd; padding-left: 15px; padding-top: 10px; color: #999 } .ui-autocomplete li.his .suggest_key { color: #06c; width: 80% } .ui-autocomplete li.his.ui-autocomplete-item-hover .suggest_key { color: #fff; background: #999 } .ui-autocomplete ul.his-list li.ui-autocomplete-item-hover { color: #fff; background: #999 } .ui-autocomplete-his-footer { text-align: right; padding-bottom: 15px; padding-right: 15px } .ui-autocomplete-his-footer a { color: #333; text-decoration: none } .ui-autocomplete ul.his-list li.his { padding-left: 25px } .ui-autocomplete .suggest_catname { color: #999 } .ui-autocomplete .suggest-his-delete { float: right; text-align: left; height: 16px; overflow: hidden; font-size: 12px; color: gray } .ui-autocomplete .suggest-his-delete a { visibility: hidden } .ui-autocomplete li.ui-autocomplete-item-hover .suggest-his-delete a { color: #fff; background: #999; text-decoration: underline; visibility: visible } .sc-box { position: absolute; display: none; left: 0; top: 32px; border: 1px solid #999; height: 320px; width: 240px; overflow: auto; overflow-x: hidden; background: #FFF; box-shadow: 3px 3px 10px rgba(0,0,0,.3) } .sc-box li { line-height: 1.5 } .sc-box .optionOl { float: left; list-style: none; margin: 0; padding: 0 0 0 10px } .sc-box .optionLi { cursor: default; line-height: 14px; padding: 3px 0 3px 5px; margin-bottom: 3px; background-color: #FFF; word-wrap: normal; word-break: keep-all; white-space: nowrap; float: none; background-image: none; cursor: pointer } .sc-box .currentLi { background-color: #666!important; color: #fff } .sc-box .subLine { height: 0; line-height: 0; padding: 0 } .sc-box .subSpecialColor { background-color: #EDF6FF; padding-left: 3px } .sc-box .subLevel1 { width: 182px; border-bottom: 1px solid #ddd; line-height: 38px; height: 38px; margin-bottom: 8px; background: url(top-header-sprite.png?t=2c31c411_0) no-repeat -240px -739px; padding: 0 0 0 21px } .cate-list { float: left; position: relative; z-index: 0; margin-top: -11px } .cate-list a { text-decoration: none; color: #333 } .cate-list h3 { height: 37px; margin-bottom: 2px; border-bottom: 1px solid #e8e8e8; width: 210px; font: 700 24px/37px 'PT Sans Narrow'; color: #333 } .cate-list h3 a { padding-right: 12px; display: inline-block; color: #333; background: url(home-index-sprite.png?t=ae3bc2b6_0) no-repeat right -437px } .cate-list h3 a:hover { padding-right: 14px; color: #f60; text-decoration: none; background-position: right -837px } .cl-item { padding-bottom: 0px } .cate-list dd { margin: 0 } .cate-name { height: 33px; font: 16px/33px 'PT Sans Narrow',arial; overflow: hidden } .cate-name:after { content: ''; position: absolute; margin: 0px 0 0 199px; width: 6px; height: 9px; background: url(top-header-sprite.png?t=2c31c411_0) no-repeat -244px -397px } .cl-item:hover .cate-name:after { background: url(top-header-sprite.png?t=2c31c411_0) no-repeat -244px -447px } .cate-name a { display: block; line-height: 33px } .cl-item:hover .cate-name a { text-indent: 10px; color: #FFF; background: #f00 } .sub-cate2 { display: none; position: absolute; top: 20px; left: 210px; padding: 0px 10px 20px 20px; min-height: 334px; border: 1px solid #f60; box-shadow: 5px 5px 10px rgba(0,0,0,.3); font-size: 0; background: #fff; white-space: nowrap } .cl-item:hover .sub-cate2 { display: block } .sub-cate2 a { color: #333 } .sub-cate2 a:hover { text-decoration: underline; color: #f60 } .sub-cate2 dl { position: relative; z-index: 1; display: inline-block; *display: inline; zoom: 1; vertical-align: top; padding-right: 20px; padding-top:20px; width: 200px; font-size: 12px } .sub-cate2 dt { font-weight: 700; font-size: 14px; margin-bottom: 5px } .sub-cate2 dt a:after { content: ''; margin: -3px 0 0 3px; display: inline-block; zoom: 1; width: 5px; height: 7px; background: url(top-header-sprite.png?t=2c31c411_0) no-repeat -245px -500px } .sub-cate2 dt:hover a:after { background-position: right -525px } .sub-cate2 dd { overflow: hidden } .sub-cate2 dd a { display: block; line-height: 26px } .sc-promotion { padding-top: 21px; display: none } .sc-promotion ul { overflow: hidden } .sc-promotion li { float: left; position: relative; z-index: 0; margin: 88px 10px 0 0; position: relative; z-index: 0; width: 150px; text-align: center } .sc-promotion li a { display: block; height: 36px; width: 150px; padding-top: 24px; background: #EEE } .sc-promotion li a:hover { text-decoration: none; background: #333 } .sc-promotion li a:hover span { color: #fff } .sc-promotion li span { display: block } .scp-image { position: absolute; top: -88px; left: 0 } .scp-title { height: 17px; font: 700 14px/17px arial; color: #333; overflow: hidden } .scp-dicount { height: 20px; font-size: 11px; color: #666; font-family: tahoma } .sc-promotion li span.scp-dicount { display: none } .scp-banner { display: none; *display: inline; zoom: 1; width: 150px } .scp-banner img { position: absolute; z-index: 0; bottom: 0; right: 0 } .dividing-line { margin: 4px 15px 4px 0; clear: both; display: block; background-color: #ddd; height: 1px; overflow: hidden; line-height: 0 } .cl-item-all a { font-size: 16px; font-weight: 700 } .cl-item-all .cate-name:after { display: none } .hd-simple { -webkit-text-size-adjust: none; float:left; border-left:1px solid #e8e8e8;height:70px; width:70px; border-right:1px solid #e8e8e8;height:70px; width:70px; } .hd-simple .layout { margin: 0 auto; padding-left: 190px; width: 800px } .hd-simple .logo2 { margin: 14px 0 0 -190px; width: 180px; height: 52px; background-image: url(standard-definition-logo.png?t=995fd6f9_0); background-repeat: no-repeat } .hd-simple .logo2 a { padding-top: 52px } .hd-simple .logo2 p { position: absolute; top: 33px; bottom: 0; margin: 0; width: 180px; height: 15px; color: #999; text-align: center; font-size: 11px } .hd-simple .nav-channel2 { padding-top: 23px; width: 200px } .hd-simple .nav-global2 { padding-top: 20px; margin-bottom: 33px } .hd-simple .categories { position: absolute; z-index: 1; float: left; margin: 0 0 0 -190px; width: 70px; height:70px } .hd-simple .cate-list { margin: 0 } .hd-simple .cate-list h3 { width:68px; height:68px; line-height:70px; border: 0; color: #fff; background:url(../images/header-sprite.png) no-repeat -32px -125px; } .hd-simple .categories:hover h3 { background:url(../images/header-sprite.png) no-repeat -82px -125px; } .hd-simple .cate-list h3:after { content: ''; position: absolute; top: 20px; right: 14px; width: 9px; height: 6px; background:url(../images/header-sprite.png) no-repeat -83px -125px; } .hd-simple .categories:hover h3:after { background:url(../images/header-sprite.png) no-repeat -83px -125px; } .hd-simple .cate-name { position: relative; z-index: 1; background: #fff } .hd-simple .cate-name a { padding-left: 10px } .hd-simple .cate-name:after { margin: 0px 0 0 160px } .hd-simple .cl-item { display: none; margin-top: 0px; padding: 0; width:178px; border: 1px solid #e8e8e8; border-top:none; } .hd-simple .categories:hover .cl-item { display: block } .hd-simple .cl-item:hover { border-right:none; width: 178x; border-bottom:1px solid #f60; } .hd-simple .cl-item:hover .cate-name a { text-indent: 6px; color: #000; border:1px solid #f60; border-left:3px solid #f60; border-bottom:1px solid #f60; background:#fff; } .hd-simple .cl-item-all { } .hd-simple .sub-cate2 { top:70px; left:177px; box-shadow: 5px 5px 10px rgba(0,0,0,.3) } .hd-simple .cl-item:hover .sub-cate2:after { content: ''; position: absolute; z-index: 0; top: 0; bottom: 0; left: 177px; width: 1px; background: #fff } .hd-simple .search-bar { margin: 0 } @media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) { .logo2 { background-image: url(ae-logo-2x.png?t=b5dcb9a5_0); background-size: 100% auto } .hd-simple .logo2 { background-image: url(high-definition-logo.png?t=d57911a7_0); background-size: 100% auto } }
0.363195
0.101411
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Italianno&display=swap'); body, html { background: #FFFFFF; font-family: 'Mulish', sans-serif; font-size: 16px !important; } footer { margin-top: 3.125rem; box-shadow: 1px 0 6px rgba(0, 0, 0, 0.15); padding: 22px 0; } footer a { font-style: normal; font-weight: bold; align-items: center; color: #E79796; } footer .list-group-item { padding-top: 0; padding-bottom: 0; } a:hover { color: #FF486A !important; } nav.topnav { height: 37px; box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15); } nav.topnav a { color: black; font-style: normal; font-weight: normal; font-size: 0.6875rem; line-height: 2.5rem; } @media only screen and (min-width: 1200px) { .container { max-width: 1370px; } } .home-header .list-group-item { border: none; background: none; } p.sologan { font-family: Italianno; font-style: normal; font-weight: normal; font-size: 1.5625rem; line-height: 2.5rem; align-items: center; color: #000000; } .topmenu { padding-top: 2.5rem; } .topmenu .nav-item a.nav-link { font-style: normal; font-weight: bold; font-size: 1rem; line-height: 2.5rem; align-items: center; color: #000000; padding: 0 1.875rem; } a.btn-subcribe { font-style: normal; font-weight: bold; font-size: 1rem; align-items: center; color: #ffffff; background: #FFB284; border-radius: 1.875rem; } a.btn-subcribe i { color: #ffffff; } #top-slider { padding: 75px 0; } #top-slider .owl-item { border-radius: 10px; } .slider-image { max-height: 400px; overflow: hidden; border-top-left-radius: 10px; border-top-right-radius: 10px; } .slider-info { padding: 27px 44px; background: #FF486A; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } .slider-info .title { font-style: normal; font-weight: 900; font-size: 1.875rem; line-height: 2.8125rem; align-items: center; color: #FFFFFF; } .slider-info .meta .tag a:hover { color: #ffffff !important; } .slider-info .meta .tag a { font-style: italic; font-weight: normal; font-size: 0.875rem; line-height: 2.5rem; align-items: center; color: #FFB284; } .slider-info .meta .post-date { font-style: normal; font-weight: bold; font-size: 0.875rem; line-height: 2.5rem; align-items: center; color: #FFFFFF; } .life-box .box-header h3 { font-style: normal; font-weight: 900; font-size: 1.875rem; line-height: 1.5625rem; display: flex; align-items: center; color: #000000; } .life-box .box-header .header-text { font-style: normal; font-weight: 300; font-size: 1.25rem; line-height: 1.5625rem; align-items: center; color: rgba(55, 55, 55, 0.9); } .life-box .box-header .more { font-style: normal; font-weight: 800; font-size: 1.25rem; line-height: 1.5625rem; align-items: center; color: #E79796; } .recipes-post-item { background: #FFFFFF; box-shadow: 0px 0.5px 6px rgba(0, 0, 0, 0.15); border-radius: 10px; margin-top: 3.125rem; } .recipes-post-item .post-image { } .recipes-post-item .post-info { padding: 17px 32px 29px 32px; } .recipes-post-item.three-col .post-info { padding: 17px; } .recipes-post-item .post-info .post-title { font-style: normal; font-weight: 900; font-size: 1.5625rem; line-height: 2.8125rem; align-items: center; color: #2B2828; } .recipes-post-item.three-col .post-info .post-title { font-style: normal; font-weight: bold; font-size: 1.25rem; line-height: 2rem; color: #2B2828; } .recipes-post-item .post-info .post-date { font-style: normal; font-weight: 800; font-size: 0.875rem; line-height: 2.5rem; align-items: center; color: #E79796; } .recipes-post-item.three-col .post-info .post-date { font-style: normal; font-weight: bold; font-size: 0.6875rem; line-height: 2.5rem; align-items: center; color: #E79796; } .recipes-post-item .post-info .post-meta .read-more { font-style: normal; font-weight: 800; font-size: 1.1875rem; line-height: 1.5625rem; color: #E79796; } .recipes-post-item.three-col .post-info .post-meta .read-more { font-style: normal; font-weight: bold; font-size: 0.9375rem; line-height: 1.5625rem; color: #E79796; } .recipes-post-item .post-info .post-meta .cmt-count { font-style: normal; font-weight: 600; font-size: 0.6875rem; line-height: 1.5625rem; color: #000000; border-left: 1px solid rgba(0, 0, 0, 0.2); padding-left: 10px; } #videos { padding-top: 60px; } #videos .video-image { display: block; overflow: hidden; width: 100%; border-radius: 0.6875rem; position: relative; transition: transform .3s; background-color: rgba(0, 0, 0, 0.361); } #videos .video-item { position: relative; border-radius: 1.5625rem; margin-top: 2.5rem; } #videos .video-item .overlay { height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); z-index: 2; } #videos .video-info, #videos .sub-video-info { position: absolute; bottom: 22px; left: 0; padding-left: 3.125rem; /* background-color: rgba(0, 0, 0, 0.361);*/ width: 90%; color: #fff; border-bottom-left-radius: 0.6875rem; border-bottom-right-radius: 0.6875rem; transition: height .3s ease-out; z-index: 3; } #videos .sub-video-info { bottom: 0 !important; } #videos .video-info .video-title { font-style: normal; font-weight: 800; font-size: 2.1875rem; line-height: 3.125rem; color: #FFFFFF; width: 80%; } #videos .video-info .video-meta .view-count { font-style: normal; font-weight: bold; font-size: 0.875rem; line-height: 2.5rem; color: #FFFFFF; } #videos .video-info .video-meta .view-count, #videos .video-info .video-meta .view-date { font-style: normal; font-weight: bold; font-size: 0.875rem; line-height: 2.5rem; color: #FFFFFF; } #videos .video-info .video-title { font-style: normal; font-weight: 800; font-size: 2.1875rem; line-height: 3.125rem; color: #FFFFFF; width: 80%; } #videos .video-info .video-meta .view-count { font-style: normal; font-weight: bold; font-size: 0.875rem; line-height: 2.5rem; color: #FFFFFF; } #videos .video-info .video-meta .view-count, #videos .video-info .video-meta .view-date { font-style: normal; font-weight: bold; font-size: 0.875rem; line-height: 2.5rem; color: #E6E5E5; } #videos .sub-video-info .video-title { font-style: normal; font-weight: 800; font-size: 1.3125rem; line-height: 2.1875rem; color: #FFFFFF; width: 100%; } #videos .sub-video-info .video-meta .view-count { font-style: normal; font-weight: bold; font-size: 0.875rem; line-height: 2.5rem; color: #FFFFFF; } #videos .sub-video-info .video-meta .view-count, #videos .video-info .video-meta .view-date { font-style: normal; font-weight: bold; font-size: 0.875rem; line-height: 2.5rem; color: #E6E5E5; } #dessert { padding-top: 60px; } .widget { background: #FFFFFF; box-shadow: 0px 0.5px 6px rgba(0, 0, 0, 0.15); border-radius: 10px; padding: 16px; margin-bottom: 30px; } .widget .widget-content { padding-top: 18px; } .widget .widget-header .widget-header-text { font-weight: 900; font-size: 1.25rem; line-height: 1.5625rem; color: #000000; } .widget .widget-header { padding-left: 10px; } .popular-item { clear: both; padding-left: 22.5px; margin-top: 30px; position: relative; } .popular-item .counter.no1 { background-color: #E79796; } .popular-item .counter { background-color: #716969; font-weight: bold; font-size: 1rem; align-items: center; text-align: center; color: #fff; width: 30px; height: 30px; border-radius: 15px; position: absolute; left: 10px; z-index: 1000; vertical-align: middle; padding-top: 2px; margin: auto; top: 15px } .popular-item .popular-item-img { width: 90px; float: left; } .popular-item .popular-item-info { width: calc(100% - 90px); float: right; padding-left: 30px; } .popular-item .popular-item-info .popular-item-title { font-weight: 800; font-size: 1.0625rem; line-height: 1.875rem; color: #000000; } .popular-item .popular-item-info .popular-item-view { font-weight: bold; font-size: 0.6875rem; line-height: 1.5625rem; color: #000000; } .popular-item .popular-item-info .popular-item-date { font-weight: 800; font-size: 0.6875rem; line-height: 1.5625rem; align-items: center; color: #E79796; padding-left: 28px; } .widget-newsletter .widget-header { padding-top: 27px; } .widget-newsletter .widget-header .widget-header-text { font-weight: bold; font-size: 1.5625rem; line-height: 1.25rem; align-items: center; color: #000000; } .widget-newsletter .newsletterFrm input { background: #FFFFFF; border: 2px solid rgba(0, 0, 0, 0.2); box-sizing: border-box; border-radius: 20px; padding: 20px 16px; height: 50px; width: 90%; } .widget-newsletter .newsletterFrm .btn { background: #FF486A; border-radius: 30px; padding: 18px 33px; font-weight: 600; font-size: 1.25rem; line-height: 0.9375rem; align-items: center; color: #FFFFFF; } .widget-sweet { background: #FF486A; color: #ffffff; } .widget-sweet .widget-header .widget-header-text, .widget-sweet .popular-item .popular-item-info .popular-item-title { color: #ffffff; } .widget-sweet .popular-item .popular-item-info .popular-item-meta .popular-item-date { padding-left: 0; color: #FFB284; } .widget-sweet .popular-item .popular-item-info .popular-item-meta .popular-item-comment { font-weight: 600; font-size:0.6875rem; line-height: 1.5625rem; color: #000000; padding-right: 20px; } .life-main, .life-sidebar { position: relative; width: 100%; padding-right: 12.5px; padding-left: 12.5px; } /* // Extra small devices (portrait phones, less than 576px) // No media query since this is the default in Bootstrap */ /*// Small devices (landscape phones, 576px and up)*/ @media (min-width: 576px) { .life-main, .life-sidebar { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } } /*// Medium devices (tablets, 768px and up)*/ @media (min-width: 768px) { .life-main { -webkit-box-flex: 0; -ms-flex: 0 0 70%; flex: 0 0 70%; max-width: 70%; } .life-sidebar { -webkit-box-flex: 0; -ms-flex: 0 0 30%; flex: 0 0 30%; max-width: 30%; } } /*// Large devices (desktops, 992px and up)*/ @media (min-width: 992px) { } /*// Extra large devices (large desktops, 1200px and up)*/ @media (min-width: 1200px) { }
public/assets/life/css/life.css
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Italianno&display=swap'); body, html { background: #FFFFFF; font-family: 'Mulish', sans-serif; font-size: 16px !important; } footer { margin-top: 3.125rem; box-shadow: 1px 0 6px rgba(0, 0, 0, 0.15); padding: 22px 0; } footer a { font-style: normal; font-weight: bold; align-items: center; color: #E79796; } footer .list-group-item { padding-top: 0; padding-bottom: 0; } a:hover { color: #FF486A !important; } nav.topnav { height: 37px; box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15); } nav.topnav a { color: black; font-style: normal; font-weight: normal; font-size: 0.6875rem; line-height: 2.5rem; } @media only screen and (min-width: 1200px) { .container { max-width: 1370px; } } .home-header .list-group-item { border: none; background: none; } p.sologan { font-family: Italianno; font-style: normal; font-weight: normal; font-size: 1.5625rem; line-height: 2.5rem; align-items: center; color: #000000; } .topmenu { padding-top: 2.5rem; } .topmenu .nav-item a.nav-link { font-style: normal; font-weight: bold; font-size: 1rem; line-height: 2.5rem; align-items: center; color: #000000; padding: 0 1.875rem; } a.btn-subcribe { font-style: normal; font-weight: bold; font-size: 1rem; align-items: center; color: #ffffff; background: #FFB284; border-radius: 1.875rem; } a.btn-subcribe i { color: #ffffff; } #top-slider { padding: 75px 0; } #top-slider .owl-item { border-radius: 10px; } .slider-image { max-height: 400px; overflow: hidden; border-top-left-radius: 10px; border-top-right-radius: 10px; } .slider-info { padding: 27px 44px; background: #FF486A; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } .slider-info .title { font-style: normal; font-weight: 900; font-size: 1.875rem; line-height: 2.8125rem; align-items: center; color: #FFFFFF; } .slider-info .meta .tag a:hover { color: #ffffff !important; } .slider-info .meta .tag a { font-style: italic; font-weight: normal; font-size: 0.875rem; line-height: 2.5rem; align-items: center; color: #FFB284; } .slider-info .meta .post-date { font-style: normal; font-weight: bold; font-size: 0.875rem; line-height: 2.5rem; align-items: center; color: #FFFFFF; } .life-box .box-header h3 { font-style: normal; font-weight: 900; font-size: 1.875rem; line-height: 1.5625rem; display: flex; align-items: center; color: #000000; } .life-box .box-header .header-text { font-style: normal; font-weight: 300; font-size: 1.25rem; line-height: 1.5625rem; align-items: center; color: rgba(55, 55, 55, 0.9); } .life-box .box-header .more { font-style: normal; font-weight: 800; font-size: 1.25rem; line-height: 1.5625rem; align-items: center; color: #E79796; } .recipes-post-item { background: #FFFFFF; box-shadow: 0px 0.5px 6px rgba(0, 0, 0, 0.15); border-radius: 10px; margin-top: 3.125rem; } .recipes-post-item .post-image { } .recipes-post-item .post-info { padding: 17px 32px 29px 32px; } .recipes-post-item.three-col .post-info { padding: 17px; } .recipes-post-item .post-info .post-title { font-style: normal; font-weight: 900; font-size: 1.5625rem; line-height: 2.8125rem; align-items: center; color: #2B2828; } .recipes-post-item.three-col .post-info .post-title { font-style: normal; font-weight: bold; font-size: 1.25rem; line-height: 2rem; color: #2B2828; } .recipes-post-item .post-info .post-date { font-style: normal; font-weight: 800; font-size: 0.875rem; line-height: 2.5rem; align-items: center; color: #E79796; } .recipes-post-item.three-col .post-info .post-date { font-style: normal; font-weight: bold; font-size: 0.6875rem; line-height: 2.5rem; align-items: center; color: #E79796; } .recipes-post-item .post-info .post-meta .read-more { font-style: normal; font-weight: 800; font-size: 1.1875rem; line-height: 1.5625rem; color: #E79796; } .recipes-post-item.three-col .post-info .post-meta .read-more { font-style: normal; font-weight: bold; font-size: 0.9375rem; line-height: 1.5625rem; color: #E79796; } .recipes-post-item .post-info .post-meta .cmt-count { font-style: normal; font-weight: 600; font-size: 0.6875rem; line-height: 1.5625rem; color: #000000; border-left: 1px solid rgba(0, 0, 0, 0.2); padding-left: 10px; } #videos { padding-top: 60px; } #videos .video-image { display: block; overflow: hidden; width: 100%; border-radius: 0.6875rem; position: relative; transition: transform .3s; background-color: rgba(0, 0, 0, 0.361); } #videos .video-item { position: relative; border-radius: 1.5625rem; margin-top: 2.5rem; } #videos .video-item .overlay { height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); z-index: 2; } #videos .video-info, #videos .sub-video-info { position: absolute; bottom: 22px; left: 0; padding-left: 3.125rem; /* background-color: rgba(0, 0, 0, 0.361);*/ width: 90%; color: #fff; border-bottom-left-radius: 0.6875rem; border-bottom-right-radius: 0.6875rem; transition: height .3s ease-out; z-index: 3; } #videos .sub-video-info { bottom: 0 !important; } #videos .video-info .video-title { font-style: normal; font-weight: 800; font-size: 2.1875rem; line-height: 3.125rem; color: #FFFFFF; width: 80%; } #videos .video-info .video-meta .view-count { font-style: normal; font-weight: bold; font-size: 0.875rem; line-height: 2.5rem; color: #FFFFFF; } #videos .video-info .video-meta .view-count, #videos .video-info .video-meta .view-date { font-style: normal; font-weight: bold; font-size: 0.875rem; line-height: 2.5rem; color: #FFFFFF; } #videos .video-info .video-title { font-style: normal; font-weight: 800; font-size: 2.1875rem; line-height: 3.125rem; color: #FFFFFF; width: 80%; } #videos .video-info .video-meta .view-count { font-style: normal; font-weight: bold; font-size: 0.875rem; line-height: 2.5rem; color: #FFFFFF; } #videos .video-info .video-meta .view-count, #videos .video-info .video-meta .view-date { font-style: normal; font-weight: bold; font-size: 0.875rem; line-height: 2.5rem; color: #E6E5E5; } #videos .sub-video-info .video-title { font-style: normal; font-weight: 800; font-size: 1.3125rem; line-height: 2.1875rem; color: #FFFFFF; width: 100%; } #videos .sub-video-info .video-meta .view-count { font-style: normal; font-weight: bold; font-size: 0.875rem; line-height: 2.5rem; color: #FFFFFF; } #videos .sub-video-info .video-meta .view-count, #videos .video-info .video-meta .view-date { font-style: normal; font-weight: bold; font-size: 0.875rem; line-height: 2.5rem; color: #E6E5E5; } #dessert { padding-top: 60px; } .widget { background: #FFFFFF; box-shadow: 0px 0.5px 6px rgba(0, 0, 0, 0.15); border-radius: 10px; padding: 16px; margin-bottom: 30px; } .widget .widget-content { padding-top: 18px; } .widget .widget-header .widget-header-text { font-weight: 900; font-size: 1.25rem; line-height: 1.5625rem; color: #000000; } .widget .widget-header { padding-left: 10px; } .popular-item { clear: both; padding-left: 22.5px; margin-top: 30px; position: relative; } .popular-item .counter.no1 { background-color: #E79796; } .popular-item .counter { background-color: #716969; font-weight: bold; font-size: 1rem; align-items: center; text-align: center; color: #fff; width: 30px; height: 30px; border-radius: 15px; position: absolute; left: 10px; z-index: 1000; vertical-align: middle; padding-top: 2px; margin: auto; top: 15px } .popular-item .popular-item-img { width: 90px; float: left; } .popular-item .popular-item-info { width: calc(100% - 90px); float: right; padding-left: 30px; } .popular-item .popular-item-info .popular-item-title { font-weight: 800; font-size: 1.0625rem; line-height: 1.875rem; color: #000000; } .popular-item .popular-item-info .popular-item-view { font-weight: bold; font-size: 0.6875rem; line-height: 1.5625rem; color: #000000; } .popular-item .popular-item-info .popular-item-date { font-weight: 800; font-size: 0.6875rem; line-height: 1.5625rem; align-items: center; color: #E79796; padding-left: 28px; } .widget-newsletter .widget-header { padding-top: 27px; } .widget-newsletter .widget-header .widget-header-text { font-weight: bold; font-size: 1.5625rem; line-height: 1.25rem; align-items: center; color: #000000; } .widget-newsletter .newsletterFrm input { background: #FFFFFF; border: 2px solid rgba(0, 0, 0, 0.2); box-sizing: border-box; border-radius: 20px; padding: 20px 16px; height: 50px; width: 90%; } .widget-newsletter .newsletterFrm .btn { background: #FF486A; border-radius: 30px; padding: 18px 33px; font-weight: 600; font-size: 1.25rem; line-height: 0.9375rem; align-items: center; color: #FFFFFF; } .widget-sweet { background: #FF486A; color: #ffffff; } .widget-sweet .widget-header .widget-header-text, .widget-sweet .popular-item .popular-item-info .popular-item-title { color: #ffffff; } .widget-sweet .popular-item .popular-item-info .popular-item-meta .popular-item-date { padding-left: 0; color: #FFB284; } .widget-sweet .popular-item .popular-item-info .popular-item-meta .popular-item-comment { font-weight: 600; font-size:0.6875rem; line-height: 1.5625rem; color: #000000; padding-right: 20px; } .life-main, .life-sidebar { position: relative; width: 100%; padding-right: 12.5px; padding-left: 12.5px; } /* // Extra small devices (portrait phones, less than 576px) // No media query since this is the default in Bootstrap */ /*// Small devices (landscape phones, 576px and up)*/ @media (min-width: 576px) { .life-main, .life-sidebar { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } } /*// Medium devices (tablets, 768px and up)*/ @media (min-width: 768px) { .life-main { -webkit-box-flex: 0; -ms-flex: 0 0 70%; flex: 0 0 70%; max-width: 70%; } .life-sidebar { -webkit-box-flex: 0; -ms-flex: 0 0 30%; flex: 0 0 30%; max-width: 30%; } } /*// Large devices (desktops, 992px and up)*/ @media (min-width: 992px) { } /*// Extra large devices (large desktops, 1200px and up)*/ @media (min-width: 1200px) { }
0.447219
0.077483
* { font-family: "Rubik", sans-serif; } :root { --verydarkgray: hsl(0, 0%, 17%); --darkgray: hsl(0, 0%, 59%); } input { font-size: 18px; } body { margin: 0; width: 100%; height: 100vh; background: url(./images/pattern-bg.png) no-repeat top 0 left 0 !important; overflow: hidden !important; } .header { display: flex; flex-direction: column; align-items: center; justify-content: center; margin-bottom: 50px; } .header h1 { color: white; font-weight: 500; margin-top: 34px; margin-bottom: 30px; } form { display: flex; align-items: center; } input { flex: 1; width: 473px; height: 57px; border: none; border-radius: 1rem 0 0 1rem; outline: none; } input[type="text"] { padding: 0 0 0 24px; } button { cursor: pointer; outline: none; width: 58px; height: 57px; border: none; background-color: black; border-radius: 0 1rem 1rem 0; } /* .vl { border-left: 1px solid var(--darkgray); height: 85px; margin-top: 45px; } */ hr { margin: 25px 0; height: auto; } .ipsearch { position: relative; margin: 0 auto; width: 1000px; height: auto; background-color: white; border-radius: 1rem; display: flex; justify-content: space-evenly; z-index: 999 !important; } .ip { width: 250px; display: flex; flex-direction: column; padding-left: 30px; padding-top: 30px; } .ip h3 { text-transform: uppercase; color: var(--darkgray); font-size: 13px; letter-spacing: 0.1rem; margin: 0 0 15px 0; } .ip p { width: 180px; font-size: 24px; font-weight: 700; color: var(--verydarkgray); margin: 0; line-height: 1.9rem; } #mapid { width: auto; height: 550px; margin-top: -120px; position: relative; z-index: 3; flex: 1; background-color: var(--color-light--1); } @media only screen and (max-width: 800px) { .header { margin-top: 25px; } input { width: 400px; } .vl { display: none; } .ipsearch { width: 400px; height: 360px; display: flex; flex-direction: column; align-items: center; justify-content: space-evenly; } .ip { width: 100%; display: flex; flex-direction: column; align-items: center; padding-left: 0; padding-top: 0; } .ip h3 { font-size: 10px; margin: 0 0 0px 0; } .ip p { font-size: 18px; width: 80%; text-align: center; } #mapid { width: 800px; height: 1100px; margin-top: -335px; } } @media only screen and (max-width: 450px) { body { overflow-y: hidden; } .ip p { font-size: 15px; } .header h1 { font-size: 9px; } .header { z-index: 4 !important; margin-bottom: 20px; margin-top: -10px; position: relative; padding-left: 20px; padding-bottom: 90px; background: url(./images/pattern-bg.png) no-repeat top 0 left 0 !important; } .header h1 { font-size: 1.1rem; margin-bottom: 11px; } input { width: 200px; height: 37px; } input[type="text"] { font-size: 10px; } button { height: 37px; width: 38px; } hr { display: none; } .ipsearch { position: relative; top: -90px; margin: 0 30px; width: auto; height: min-content; z-index: 999 !important; padding: 10px; } .ip { width: auto; } .map { width: auto; height: auto; /* margin-top: -100px; */ margin-left: -200px; /* margin-bottom: -200px; */ } } /* @media only screen and (max-width: 375px) { .header { margin-top: 0; margin-bottom: 25px; } input { width: 267px; } .ipsearch { width: 328px; height: 260px; } .ip h3 { font-size: 10px; margin: 0; } .ip p { width: 280px; font-size: 18px; margin: 0; line-height: 1.9rem; text-align: center; } #mapid { width: 100%; height: 550px; margin-top: -185px; } } */
src/style.css
* { font-family: "Rubik", sans-serif; } :root { --verydarkgray: hsl(0, 0%, 17%); --darkgray: hsl(0, 0%, 59%); } input { font-size: 18px; } body { margin: 0; width: 100%; height: 100vh; background: url(./images/pattern-bg.png) no-repeat top 0 left 0 !important; overflow: hidden !important; } .header { display: flex; flex-direction: column; align-items: center; justify-content: center; margin-bottom: 50px; } .header h1 { color: white; font-weight: 500; margin-top: 34px; margin-bottom: 30px; } form { display: flex; align-items: center; } input { flex: 1; width: 473px; height: 57px; border: none; border-radius: 1rem 0 0 1rem; outline: none; } input[type="text"] { padding: 0 0 0 24px; } button { cursor: pointer; outline: none; width: 58px; height: 57px; border: none; background-color: black; border-radius: 0 1rem 1rem 0; } /* .vl { border-left: 1px solid var(--darkgray); height: 85px; margin-top: 45px; } */ hr { margin: 25px 0; height: auto; } .ipsearch { position: relative; margin: 0 auto; width: 1000px; height: auto; background-color: white; border-radius: 1rem; display: flex; justify-content: space-evenly; z-index: 999 !important; } .ip { width: 250px; display: flex; flex-direction: column; padding-left: 30px; padding-top: 30px; } .ip h3 { text-transform: uppercase; color: var(--darkgray); font-size: 13px; letter-spacing: 0.1rem; margin: 0 0 15px 0; } .ip p { width: 180px; font-size: 24px; font-weight: 700; color: var(--verydarkgray); margin: 0; line-height: 1.9rem; } #mapid { width: auto; height: 550px; margin-top: -120px; position: relative; z-index: 3; flex: 1; background-color: var(--color-light--1); } @media only screen and (max-width: 800px) { .header { margin-top: 25px; } input { width: 400px; } .vl { display: none; } .ipsearch { width: 400px; height: 360px; display: flex; flex-direction: column; align-items: center; justify-content: space-evenly; } .ip { width: 100%; display: flex; flex-direction: column; align-items: center; padding-left: 0; padding-top: 0; } .ip h3 { font-size: 10px; margin: 0 0 0px 0; } .ip p { font-size: 18px; width: 80%; text-align: center; } #mapid { width: 800px; height: 1100px; margin-top: -335px; } } @media only screen and (max-width: 450px) { body { overflow-y: hidden; } .ip p { font-size: 15px; } .header h1 { font-size: 9px; } .header { z-index: 4 !important; margin-bottom: 20px; margin-top: -10px; position: relative; padding-left: 20px; padding-bottom: 90px; background: url(./images/pattern-bg.png) no-repeat top 0 left 0 !important; } .header h1 { font-size: 1.1rem; margin-bottom: 11px; } input { width: 200px; height: 37px; } input[type="text"] { font-size: 10px; } button { height: 37px; width: 38px; } hr { display: none; } .ipsearch { position: relative; top: -90px; margin: 0 30px; width: auto; height: min-content; z-index: 999 !important; padding: 10px; } .ip { width: auto; } .map { width: auto; height: auto; /* margin-top: -100px; */ margin-left: -200px; /* margin-bottom: -200px; */ } } /* @media only screen and (max-width: 375px) { .header { margin-top: 0; margin-bottom: 25px; } input { width: 267px; } .ipsearch { width: 328px; height: 260px; } .ip h3 { font-size: 10px; margin: 0; } .ip p { width: 280px; font-size: 18px; margin: 0; line-height: 1.9rem; text-align: center; } #mapid { width: 100%; height: 550px; margin-top: -185px; } } */
0.361616
0.067209
@media (min-width: 992px) and (max-width: 1199px) { /*BLOCK-2*************/ .s-block { margin-top: 15px; } .oval-1 { width: 130px; height: 130px; } .oval-2 { width: 100%; height: 100%; } .oval-2 > i { font-size: 50px; line-height: 120px; } .s-block > a { margin-top: 18%; } .text-block { margin-top: 13%; } .services-block { margin-top: 115px; } /*/BLOCK-2************************/ /*BLOCK-3********** */ .user-block { height: 300px; margin-top: 10px; } .icon { margin-top: 4px; } .us-block { margin-top: 140px; } /*/BLOCK-3-***************/ /*BLOCK-4-***************/ .portfolio-block { margin-top: 150px; } /*/BLOCK-4-***************/ /*BLOCK-5-***************/ .question { margin-top: 20px; } .block-5 { height: 1000px; } .question-block { margin-top: 250px; } /*/BLOCK-5-***************/ } /* Portrait tablets and small desktops */ @media (min-width: 768px) and (max-width: 991px) { .text-block h3 { color: #ffffff; font-size: 50px; text-transform: uppercase; font-family: myFirstFont; } /*BLOCK-2*************/ .s-block { margin-top: 15px; } .oval-1 { width: 120px; height: 120px; } .oval-2 { width: 100%; height: 100%; } .oval-2 > i { font-size: 50px; line-height: 120px; } .s-block > a { margin-top: 18%; } .text-block { margin-top: 10%; } .services-block { margin-top: 100px; } /*/BLOCK-2************************/ /*BLOCK-3**********/ .user-block { height: 300px; margin-top: 10px; } .icon { margin-top: 4px; } .us-block { margin-top: 40px; } .user-block { height: 300px; } .user-icon > i { font-size: 80px; line-height: 135px; } /*/BLOCK-3-***************/ /*BLOCK-4-***************/ .portfolio-block { margin-top: 100px; } .btn1 > img { height: 200px; border-radius: 5px; } /*/BLOCK-4-***************/ /*BLOCK-5-***************/ .question { margin-top: 20px; } .block-5 { height: 1000px; } .question-block { margin-top: 200px; } /*/BLOCK-5-***************/ } /* Landscape phones and portrait tablets */ @media (max-width: 767px) { .text-block h3 { color: #ffffff; font-size: 45px; text-transform: uppercase; font-family: myFirstFont; } /*BLOCK-2*************/ .s-block { margin-top: 15px; } .oval-1 { width: 120px; height: 120px; } .oval-2 { width: 100%; height: 100%; } .oval-2 > i { font-size: 50px; line-height: 100px; } .s-block > a { margin-top: 18%; } .text-block { margin-top: 7%; } .services-block { margin-top: 25px; } /*/BLOCK-2************************/ /*BLOCK-3**********/ .icon { margin-top: 4px; } .user-icon { width: 110px; height: 110px; } .user-block { height: 300px; margin-top: 10px; } .us-block { margin-top: 40px; } .user-icon > i { font-size: 80px; line-height: 135px; } .wraper h3 { font-size: 18px; } .nav-pills > li + li { display: block; } /*/BLOCK-3-***************/ /*BLOCK-4-***************/ .portfolio-block { margin-top: 50px; } .btn1 > img { height: 160px; border-radius: 5px; } .btn1 > span { height: 38px; font-size: 15px; } .adres > h4 { text-align: center; } .adres h5 { text-align: center; } .addres2 { margin-top: 0px; } /*/BLOCK-4-***************/ /*BLOCK-5-***************/ .question { margin-top: 20px; } .question-block { margin-top: 200px; } .block-5 { height: 1200px; } .question input { width: 213px; } /*/BLOCK-5-***************/ } /* Landscape phones and smaller */ @media (max-width: 504px) { .email { margin-left: 0; } } @media (max-width: 480px) { .text-block h3 { color: #ffffff; font-size: 35px; text-transform: uppercase; font-family: myFirstFont; } .text-block h4{ font-size: 15px } .text-block p{ font-size: 10px } /*BLOCK-2*************/ .s-block { margin-top: 15px; } .oval-1 { width: 90px; height: 90px; } .oval-2 { width: 100%; height: 100%; } .oval-2 > i { font-size: 35px; line-height: 80px; } .s-block > a { margin-top: 18%; } .text-block { margin-top: 5%; } .services-block { margin-top: 25px; } /*/BLOCK-2************************/ /*BLOCK-3**********/ .icon a { margin-top: 3px; } .icon { margin-top: 4px; } .us-block { margin-top: 40px; } .user h4{ font-size: 14px } .user p{ font-size: 12px } .user-icon > i { font-size: 80px; line-height: 135px; } /*/BLOCK-3-***************/ /*BLOCK-4-***************/ .portfolio-block { margin-top: 50px; } .btn1 > img { height: 150px; border-radius: 5px; } .btn1 > span { height: 40px; font-size: 10px; } .adres > h4 { text-align: center; } .adres h5 { text-align: center; } .icon a { margin-left: 5px; } /*/BLOCK-4-***************/ /*BLOCK-5-***************/ .question { margin-top: 20px; } .question-block { margin-top: 200px; } .block-5 { height: 1150px; } .question input { width: 225px; } .email { margin-left: 0; } .question input:last-child { margin-top: 10px; margin-left: 10%; } /*/BLOCK-5-***************/ } @media (max-width: 380px) { .text-block h3 { color: #ffffff; font-size: 28px; text-transform: uppercase; font-family: myFirstFont; } /*BLOCK-2*************/ .s-block { margin-top: 15px; } .oval-1 { width: 80px; height: 80px; } .oval-2 { width: 100%; height: 100%; } .oval-2 > i { font-size: 30px; line-height: 65px; } .s-block > a { margin-top: 18%; } .text-block { margin-top: 5%; } .services-block { margin-top: 25px; } /*/BLOCK-2************************/ /*BLOCK-3**********/ .icon { margin-top: 4px; } .us-block { margin-top: 40px; } .user-icon{ width: 90px; height: 90px; } /*/BLOCK-3-***************/ /*BLOCK-4-***************/ .portfolio-block { margin-top: 50px; } .icon a { margin-left: 0px; } .btn1 > img { height: 120px; border-radius: 5px; } .btn1 > span { display: none; } .adres > h4 { text-align: center; } .adres h5 { text-align: center; } /*/BLOCK-4-***************/ /*BLOCK-5-***************/ .question { margin-top: 20px; } .question-block { margin-top: 200px; } .block-5 { height: 1200px; } .question input { width: 225px; } .email { margin-left: 0; } /*/BLOCK-5-***************/ }
public/css/media.css
@media (min-width: 992px) and (max-width: 1199px) { /*BLOCK-2*************/ .s-block { margin-top: 15px; } .oval-1 { width: 130px; height: 130px; } .oval-2 { width: 100%; height: 100%; } .oval-2 > i { font-size: 50px; line-height: 120px; } .s-block > a { margin-top: 18%; } .text-block { margin-top: 13%; } .services-block { margin-top: 115px; } /*/BLOCK-2************************/ /*BLOCK-3********** */ .user-block { height: 300px; margin-top: 10px; } .icon { margin-top: 4px; } .us-block { margin-top: 140px; } /*/BLOCK-3-***************/ /*BLOCK-4-***************/ .portfolio-block { margin-top: 150px; } /*/BLOCK-4-***************/ /*BLOCK-5-***************/ .question { margin-top: 20px; } .block-5 { height: 1000px; } .question-block { margin-top: 250px; } /*/BLOCK-5-***************/ } /* Portrait tablets and small desktops */ @media (min-width: 768px) and (max-width: 991px) { .text-block h3 { color: #ffffff; font-size: 50px; text-transform: uppercase; font-family: myFirstFont; } /*BLOCK-2*************/ .s-block { margin-top: 15px; } .oval-1 { width: 120px; height: 120px; } .oval-2 { width: 100%; height: 100%; } .oval-2 > i { font-size: 50px; line-height: 120px; } .s-block > a { margin-top: 18%; } .text-block { margin-top: 10%; } .services-block { margin-top: 100px; } /*/BLOCK-2************************/ /*BLOCK-3**********/ .user-block { height: 300px; margin-top: 10px; } .icon { margin-top: 4px; } .us-block { margin-top: 40px; } .user-block { height: 300px; } .user-icon > i { font-size: 80px; line-height: 135px; } /*/BLOCK-3-***************/ /*BLOCK-4-***************/ .portfolio-block { margin-top: 100px; } .btn1 > img { height: 200px; border-radius: 5px; } /*/BLOCK-4-***************/ /*BLOCK-5-***************/ .question { margin-top: 20px; } .block-5 { height: 1000px; } .question-block { margin-top: 200px; } /*/BLOCK-5-***************/ } /* Landscape phones and portrait tablets */ @media (max-width: 767px) { .text-block h3 { color: #ffffff; font-size: 45px; text-transform: uppercase; font-family: myFirstFont; } /*BLOCK-2*************/ .s-block { margin-top: 15px; } .oval-1 { width: 120px; height: 120px; } .oval-2 { width: 100%; height: 100%; } .oval-2 > i { font-size: 50px; line-height: 100px; } .s-block > a { margin-top: 18%; } .text-block { margin-top: 7%; } .services-block { margin-top: 25px; } /*/BLOCK-2************************/ /*BLOCK-3**********/ .icon { margin-top: 4px; } .user-icon { width: 110px; height: 110px; } .user-block { height: 300px; margin-top: 10px; } .us-block { margin-top: 40px; } .user-icon > i { font-size: 80px; line-height: 135px; } .wraper h3 { font-size: 18px; } .nav-pills > li + li { display: block; } /*/BLOCK-3-***************/ /*BLOCK-4-***************/ .portfolio-block { margin-top: 50px; } .btn1 > img { height: 160px; border-radius: 5px; } .btn1 > span { height: 38px; font-size: 15px; } .adres > h4 { text-align: center; } .adres h5 { text-align: center; } .addres2 { margin-top: 0px; } /*/BLOCK-4-***************/ /*BLOCK-5-***************/ .question { margin-top: 20px; } .question-block { margin-top: 200px; } .block-5 { height: 1200px; } .question input { width: 213px; } /*/BLOCK-5-***************/ } /* Landscape phones and smaller */ @media (max-width: 504px) { .email { margin-left: 0; } } @media (max-width: 480px) { .text-block h3 { color: #ffffff; font-size: 35px; text-transform: uppercase; font-family: myFirstFont; } .text-block h4{ font-size: 15px } .text-block p{ font-size: 10px } /*BLOCK-2*************/ .s-block { margin-top: 15px; } .oval-1 { width: 90px; height: 90px; } .oval-2 { width: 100%; height: 100%; } .oval-2 > i { font-size: 35px; line-height: 80px; } .s-block > a { margin-top: 18%; } .text-block { margin-top: 5%; } .services-block { margin-top: 25px; } /*/BLOCK-2************************/ /*BLOCK-3**********/ .icon a { margin-top: 3px; } .icon { margin-top: 4px; } .us-block { margin-top: 40px; } .user h4{ font-size: 14px } .user p{ font-size: 12px } .user-icon > i { font-size: 80px; line-height: 135px; } /*/BLOCK-3-***************/ /*BLOCK-4-***************/ .portfolio-block { margin-top: 50px; } .btn1 > img { height: 150px; border-radius: 5px; } .btn1 > span { height: 40px; font-size: 10px; } .adres > h4 { text-align: center; } .adres h5 { text-align: center; } .icon a { margin-left: 5px; } /*/BLOCK-4-***************/ /*BLOCK-5-***************/ .question { margin-top: 20px; } .question-block { margin-top: 200px; } .block-5 { height: 1150px; } .question input { width: 225px; } .email { margin-left: 0; } .question input:last-child { margin-top: 10px; margin-left: 10%; } /*/BLOCK-5-***************/ } @media (max-width: 380px) { .text-block h3 { color: #ffffff; font-size: 28px; text-transform: uppercase; font-family: myFirstFont; } /*BLOCK-2*************/ .s-block { margin-top: 15px; } .oval-1 { width: 80px; height: 80px; } .oval-2 { width: 100%; height: 100%; } .oval-2 > i { font-size: 30px; line-height: 65px; } .s-block > a { margin-top: 18%; } .text-block { margin-top: 5%; } .services-block { margin-top: 25px; } /*/BLOCK-2************************/ /*BLOCK-3**********/ .icon { margin-top: 4px; } .us-block { margin-top: 40px; } .user-icon{ width: 90px; height: 90px; } /*/BLOCK-3-***************/ /*BLOCK-4-***************/ .portfolio-block { margin-top: 50px; } .icon a { margin-left: 0px; } .btn1 > img { height: 120px; border-radius: 5px; } .btn1 > span { display: none; } .adres > h4 { text-align: center; } .adres h5 { text-align: center; } /*/BLOCK-4-***************/ /*BLOCK-5-***************/ .question { margin-top: 20px; } .question-block { margin-top: 200px; } .block-5 { height: 1200px; } .question input { width: 225px; } .email { margin-left: 0; } /*/BLOCK-5-***************/ }
0.32306
0.087252
header{ position:'relative'; background-color: rgb(0,0,0); } header h1,header p{ color:white; } header p{ font-size:0.5em; } .nav-principal{ width:90%; display:flex; flex-direction: column; align-items:center; /* margin-top: 40px; */ margin-left: 65px; } .center{ width:90%; display:flex; flex-direction: column; align-items:center; margin-top: 40px; margin-left: 60px; } .text{ width:70%; display:flex; justify-content:space-between; align-items:center; } header .text h1{ font-size:2.2em; } header .text .linea{ margin:auto; display:block; width:20%; height:3px; background-color:rgb(255,200,0); } header:hover .text .linea{ width:40%; } header .center h1{ text-align:center; } header:hover .stars svg{ transform:rotate(180deg); } .modalCopy{ font-size:0.3em; padding:5px; color:black; background:rgb(255,200,0); border-radius:20px; position:relative; margin-left:20px; } .modalCopy svg{ margin-right:5px; } .right{ position:'relative'; } .count{ display:block; width:10px; height:10px; background-color: rgb(255,200,0); border-radius:100px; position:'absolute'; top:20px; } nav{ margin-top:30px; } nav a{ color:white; padding:10px; font-size:1em; text-decoration:none; } nav a:hover{ color:rgb(255,200,0); } .btn{ margin-left:40px; display:block; width:100px; height:45px; font-size:1em; font-weight:bold; background-color:rgb(255,200,0); border:none; border-radius:3px; position:relative; overflow: hidden; cursor: pointer; } .subbtn{ display:block; content:" "; width:200%; height:200%; background-color:rgb(0,0,0); left:500px; top:0; position:absolute; } .btn span{ color:black; position:relative; z-index:3; } .btn:hover{ border:0.3px solid white; } .btn:hover span{ color:rgb(255,200,0); } .btn:hover .subbtn{ left:0px; } .title-principal{ color:rgb(255,200,0); display:flex; flex-direction: column; align-items:center; margin-top: 20px; } .nav-segundario{ width:90%; position: relative; align-items:center; /* margin-top: 40px; */ right: 0px; left: 300px; bottom: 10px; }
src/components/Inicio/styles/index.css
header{ position:'relative'; background-color: rgb(0,0,0); } header h1,header p{ color:white; } header p{ font-size:0.5em; } .nav-principal{ width:90%; display:flex; flex-direction: column; align-items:center; /* margin-top: 40px; */ margin-left: 65px; } .center{ width:90%; display:flex; flex-direction: column; align-items:center; margin-top: 40px; margin-left: 60px; } .text{ width:70%; display:flex; justify-content:space-between; align-items:center; } header .text h1{ font-size:2.2em; } header .text .linea{ margin:auto; display:block; width:20%; height:3px; background-color:rgb(255,200,0); } header:hover .text .linea{ width:40%; } header .center h1{ text-align:center; } header:hover .stars svg{ transform:rotate(180deg); } .modalCopy{ font-size:0.3em; padding:5px; color:black; background:rgb(255,200,0); border-radius:20px; position:relative; margin-left:20px; } .modalCopy svg{ margin-right:5px; } .right{ position:'relative'; } .count{ display:block; width:10px; height:10px; background-color: rgb(255,200,0); border-radius:100px; position:'absolute'; top:20px; } nav{ margin-top:30px; } nav a{ color:white; padding:10px; font-size:1em; text-decoration:none; } nav a:hover{ color:rgb(255,200,0); } .btn{ margin-left:40px; display:block; width:100px; height:45px; font-size:1em; font-weight:bold; background-color:rgb(255,200,0); border:none; border-radius:3px; position:relative; overflow: hidden; cursor: pointer; } .subbtn{ display:block; content:" "; width:200%; height:200%; background-color:rgb(0,0,0); left:500px; top:0; position:absolute; } .btn span{ color:black; position:relative; z-index:3; } .btn:hover{ border:0.3px solid white; } .btn:hover span{ color:rgb(255,200,0); } .btn:hover .subbtn{ left:0px; } .title-principal{ color:rgb(255,200,0); display:flex; flex-direction: column; align-items:center; margin-top: 20px; } .nav-segundario{ width:90%; position: relative; align-items:center; /* margin-top: 40px; */ right: 0px; left: 300px; bottom: 10px; }
0.439988
0.0771
.listing-table { background: #fff; border-spacing: 0; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-radius: 8px !important; border-top-left-radius: 8px !important; border-top-right-radius: 8px !important; border-bottom-right-radius: 8px !important; border-bottom-left-radius: 8px !important; color: #58666e !important; } .listing-table thead th { text-transform: uppercase; font-family: -apple-system, BlinkMacSystemFont, Inter, Ubuntu, "Proxima Nova", "Helvetica Neue", sans-serif !important; font-weight: 600 !important; font-size: 11px !important; color: #58666e !important; background: #f9fafc; min-width: 250px; } .listing-table-panel { border-color: #e3e3e3; box-shadow: 0 1px 0 0 #dadfe3; } .listing-table.table-hover tbody tr:hover { background-color: #f9fafc !important; } .listing-table tbody tr td { word-break: break-word; white-space: break-spaces; } .table-responsive { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; } .table-responsive > .table-bordered { border: 0; } .text-nowrap { white-space: nowrap !important; } .table { border-collapse: collapse; width: 100%; margin-bottom: 0px; color: #212529; } .table td, .table th { padding: 0.75rem; vertical-align: top; border-top: 1px solid #dee2e6; } .table thead th { vertical-align: bottom; border-bottom: 2px solid #dee2e6; } .table tbody + tbody { border-top: 2px solid #dee2e6; } .table-bordered, .table-bordered td, .table-bordered th { border: 1px solid #dee2e6; } .table-bordered thead td, .table-bordered thead th { border-bottom-width: 2px; } .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: 1px solid #ddd; } .table-hover tbody tr:hover { color: #212529; background-color: rgba(0, 0, 0, 0.075); } .listing-table.table-hover tbody tr:hover { background-color: #f9fafc !important; } .ellipsis { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .table-overflow { overflow-y: auto; max-height: 500px; }
kodo-frontend/src/app/core/home/table/table.component.css
.listing-table { background: #fff; border-spacing: 0; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-radius: 8px !important; border-top-left-radius: 8px !important; border-top-right-radius: 8px !important; border-bottom-right-radius: 8px !important; border-bottom-left-radius: 8px !important; color: #58666e !important; } .listing-table thead th { text-transform: uppercase; font-family: -apple-system, BlinkMacSystemFont, Inter, Ubuntu, "Proxima Nova", "Helvetica Neue", sans-serif !important; font-weight: 600 !important; font-size: 11px !important; color: #58666e !important; background: #f9fafc; min-width: 250px; } .listing-table-panel { border-color: #e3e3e3; box-shadow: 0 1px 0 0 #dadfe3; } .listing-table.table-hover tbody tr:hover { background-color: #f9fafc !important; } .listing-table tbody tr td { word-break: break-word; white-space: break-spaces; } .table-responsive { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; } .table-responsive > .table-bordered { border: 0; } .text-nowrap { white-space: nowrap !important; } .table { border-collapse: collapse; width: 100%; margin-bottom: 0px; color: #212529; } .table td, .table th { padding: 0.75rem; vertical-align: top; border-top: 1px solid #dee2e6; } .table thead th { vertical-align: bottom; border-bottom: 2px solid #dee2e6; } .table tbody + tbody { border-top: 2px solid #dee2e6; } .table-bordered, .table-bordered td, .table-bordered th { border: 1px solid #dee2e6; } .table-bordered thead td, .table-bordered thead th { border-bottom-width: 2px; } .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: 1px solid #ddd; } .table-hover tbody tr:hover { color: #212529; background-color: rgba(0, 0, 0, 0.075); } .listing-table.table-hover tbody tr:hover { background-color: #f9fafc !important; } .ellipsis { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .table-overflow { overflow-y: auto; max-height: 500px; }
0.389895
0.130479
#lzy { /* content: 'enroll.scss:26'; */ } #lzy .lzy-enroll-dialog { /* content: 'enroll.scss:27'; */ } #lzy .lzy-enroll-dialog .lzy-form { /* content: 'enroll.scss:28'; */ position: relative; } #lzy .lzy-enroll-dialog.lzy-enroll-add-entry { /* content: 'enroll.scss:33'; */ } #lzy .lzy-enroll-dialog.lzy-enroll-add-entry .lzy-delete-rec, #lzy .lzy-enroll-dialog.lzy-enroll-add-entry .lzy-form-delete-rec, #lzy .lzy-enroll-dialog.lzy-enroll-add-entry .lzy-form-button-delete { /* content: 'enroll.scss:36'; */ display: none; } #lzy .lzy-enroll-dialog.lzy-enroll-delete-entry { /* content: 'enroll.scss:41'; */ } #lzy .lzy-enroll-dialog.lzy-enroll-delete-entry .lzy-form-button-delete { /* content: 'enroll.scss:42'; */ } #lzy .lzy-enroll-dialog.lzy-enroll-delete-entry .lzy-form-button-submit, #lzy .lzy-enroll-dialog.lzy-enroll-delete-entry .lzy-form-delete-rec { /* content: 'enroll.scss:47'; */ display: none; } #lzy .lzy-enroll-dialog.lzy-enroll-delete-entry .lzy-enroll-name { /* content: 'enroll.scss:51'; */ background: white; border: 1px solid #ddd; } #lzy .lzy-enroll-dialog.lzy-enroll-delete-entry, #lzy .lzy-enroll-dialog.lzy-enroll-modify-entry { /* content: 'enroll.scss:59'; */ } #lzy .lzy-enroll-dialog.lzy-enroll-delete-entry .lzy-form-field-wrapper-3 .lzy-form-required-marker, #lzy .lzy-enroll-dialog.lzy-enroll-modify-entry .lzy-form-field-wrapper-3 .lzy-form-required-marker { /* content: 'enroll.scss:60'; */ display: none; } #lzy .lzy-enroll-dialog.lzy-enroll-modify-entry { /* content: 'enroll.scss:64'; */ } #lzy .lzy-enroll-dialog.lzy-enroll-modify-entry .lzy-form-button-delete { /* content: 'enroll.scss:65'; */ display: none; } #lzy .lzy-enroll-dialog.lzy-enroll-delete-entry, #lzy .lzy-enroll-dialog.lzy-enroll-modify-entry { /* content: 'enroll.scss:71'; */ } #lzy:not(.lzy-admin) .lzy-enroll-dialog.lzy-enroll-delete-entry .lzy-form-field-type-email input, #lzy .lzy-enroll-dialog.lzy-enroll-modify-entry .lzy-form-field-type-email input { /* content: 'enroll.scss:72'; */ border-color: red; } #lzy .lzy-enroll-dialog .lzy-form-button-delete.lzy-form-button-delete { /* content: 'enroll.scss:76'; */ color: #444; border-color: #444; } #lzy .lzy-enroll-dialog .lzy-form-footer { /* content: 'enroll.scss:80'; */ max-width: var(--lzy-form-width, 30em); } #lzy .lzy-form-delete-rec { /* content: 'enroll.scss:84'; */ margin-top: 2em; } #lzy .lzy-form-checkbox-label { /* content: 'enroll.scss:87'; */ position: absolute; right: 0; } #lzy .lzy-form-checkbox-label, #lzy .lzy-form-checkbox-label label { /* content: 'enroll.scss:88'; */ width: fit-content !important; } .lzy-enroll-form-message { /* content: 'enroll.scss:101'; */ padding: 1em; border: 1px solid #ddd; background: #fee; margin: 1em 0; } .lzy-enroll-form-message h2 { /* content: 'enroll.scss:106'; */ font-size: 1.2em; margin: 0; } #lzy .lzy-form.lzy-encapsulated .lzy-form-field-type-choice.lzy-delete-rec .lzy-legend, .lzy-form .lzy-form-field-type-choice.lzy-delete-rec .lzy-legend { /* content: 'enroll.scss:121'; */ display: none; } #lzy .lzy-enroll-modify-entry { /* content: 'enroll.scss:124'; */ } #lzy .lzy-enroll-modify-entry input.lzy-enroll-name { /* content: 'enroll.scss:125'; */ background: white; } #lzy .lzy-enroll-modify-entry .lzy-form-field-wrapper-2 .lzy-form-required-marker { /* content: 'enroll.scss:128'; */ display: none; } .lzy-enroll-dialog .lzy-form-response { /* content: 'enroll.scss:132'; */ display: none; } .lzy-enroll-aux-field { /* content: 'enroll.scss:135'; */ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .lzy-enroll-row { /* content: 'enroll.scss:140'; */ font-size: 0; } .lzy-enroll-row * { font-size: 12pt; font-size: var(--lzy-enroll-font-size, 12pt); } .lzy-enroll-row > div { /* content: 'enroll.scss:146'; */ display: inline-block; height: 1.6em; line-height: 1.6em; height: 1.6em; height: var(--lzy-enroll-height-field, 1.6em); line-height: 1.6em; line-height: var(--lzy-enroll-height-field, 1.6em); vertical-align: top; padding: 0; } .lzy-enroll-hdr { /* content: 'enroll.scss:161'; */ } .lzy-enroll-hdr div { /* content: 'enroll.scss:162'; */ line-height: 2em; height: 2em; height: var(--lzy-enroll-height-hdr-field, 2em); line-height: 2em; line-height: var(--lzy-enroll-height-hdr-field, 2em); } .lzy-enroll-hdr .lzy-enroll-field { /* content: 'enroll.scss:169'; */ padding: 0 8px; } .lzy-enroll-field { /* content: 'enroll.scss:175'; */ font-family: helvetica, arial, sans-serif; width: 18em; width: var(--lzy-enroll-list-field1-width, 18em); color: #000; color: var(--lzy-enroll-color, #000); } .lzy-enroll-field * { display: inline-block; border-bottom: none; } .lzy-enroll-field .lzy-num { /* content: 'enroll.scss:183'; */ opacity: 0.4; font-size: 75%; width: 1.4em; text-align: right; margin-right: 2px; } .lzy-enroll-field .lzy-enroll-name { /* content: 'enroll.scss:190'; */ width: 14em; width: calc(var(--lzy-enroll-list-field1-width, 18em) - 2.8em); } .lzy-enroll-field a, .lzy-enroll-field a .lzy-enroll-name { /* content: 'enroll.scss:197'; */ color: #000; color: var(--lzy-enroll-color, #000); } .lzy-enroll-field.lzy-enroll-add-field { /* content: 'enroll.scss:201'; */ } .lzy-enroll-field.lzy-enroll-add-field a, .lzy-enroll-field.lzy-enroll-add-field a .lzy-enroll-name { /* content: 'enroll.scss:203'; */ color: #999; color: var(--lzy-enroll-color, #999); } .lzy-enroll-field.lzy-enroll-add-field:hover { /* content: 'enroll.scss:207'; */ } .lzy-enroll-field.lzy-enroll-add-field:hover a, .lzy-enroll-field.lzy-enroll-add-field:hover a .lzy-enroll-name { /* content: 'enroll.scss:209'; */ color: #000; color: var(--lzy-enroll-color, #000); } .lzy-enroll-field.lzy-enroll-header { /* content: 'enroll.scss:215'; */ padding: 4px 6px; border: 1px dotted #ddd; background: #eee; margin-top: 1em; } .lzy-enroll-add { /* content: 'enroll.scss:223'; */ font-weight: bold; color: #00b700; font-style: normal; } .lzy-enroll-del { /* content: 'enroll.scss:228'; */ font-weight: bold; color: #b70000; font-style: normal; } .lzy-enroll-add, .lzy-enroll-del, .lzy-enroll-modify { /* content: 'enroll.scss:236'; */ width: 0.8em; text-align: center; } .lzy-enroll-modify { /* content: 'enroll.scss:240'; */ color: blue; transform: scale(-0.8, 1); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-style: normal; } .lzy-enroll-add-field { /* content: 'enroll.scss:246'; */ font-style: italic; } .lzy-enroll-add-field .lzy-enroll-name { /* content: 'enroll.scss:248'; */ font-weight: lighter; color: #aaa; } .lzy-enroll-aux-field { /* content: 'enroll.scss:255'; */ width: 8em; width: var(--lzy-enroll-width-aux, 8em); } .lzy-enroll-aux-field.lzy-enroll-aux-field { /* content: 'enroll.scss:258'; */ padding: 0 4px 0 6px; } .lzy-enroll-field, .lzy-enroll-aux-field { /* content: 'enroll.scss:263'; */ background: #eff; background: var(--lzy-enroll-bg, #eff); color: #000; color: var(--lzy-enroll-color, #000); border-top: 1px dotted #ccc; border-top: var(--lzy-enroll-border, 1px dotted #ccc); border-left: 1px dotted #ccc; border-left: var(--lzy-enroll-border, 1px dotted #ccc); } .lzy-enroll-field:last-child, .lzy-enroll-aux-field:last-child { /* content: 'enroll.scss:274'; */ border-right: 1px dotted #ccc; border-right: var(--lzy-enroll-border, 1px dotted #ccc); } .lzy-enroll-row:last-child .lzy-enroll-field, .lzy-enroll-row:last-child .lzy-enroll-aux-field { /* content: 'enroll.scss:279'; */ border-bottom: 1px dotted #ccc; border-bottom: var(--lzy-enroll-border, 1px dotted #ccc); } .lzy-enroll-row.lzy-enroll-hdr .lzy-enroll-field, .lzy-enroll-row.lzy-enroll-hdr .lzy-enroll-aux-field { /* content: 'enroll.scss:285'; */ color: #ffe; color: var(--lzy-enroll-color-hdr, #ffe); background: #184552; background: var(--lzy-enroll-bg-hdr, #184552); } .lzy-enroll-reserve-field .lzy-enroll-field, .lzy-enroll-reserve-field .lzy-enroll-aux-field { /* content: 'enroll.scss:292'; */ background: #ffffee; background: var(--lzy-enroll-bg-reserve, #ffffee); color: black; color: var(--lzy-enroll-color-reserve, black); } .lzy-enroll-reserve-field .lzy-enroll-field a, .lzy-enroll-reserve-field .lzy-enroll-aux-field a, .lzy-enroll-reserve-field .lzy-enroll-field a .lzy-enroll-name, .lzy-enroll-reserve-field .lzy-enroll-aux-field a .lzy-enroll-name { /* content: 'enroll.scss:298'; */ color: black; color: var(--lzy-enroll-color-reserve, black); } .lzy-enroll-admin-only { /* content: 'enroll.scss:304'; */ color: red; font-style: italic; } .lzy-enrollment-dialog { /* content: 'enroll.scss:312'; */ position: absolute; width: 400px; padding: 10px 20px 10px 20px; border-radius: 5px; box-shadow: 0 0 15px 5px #aaa; background: #eef7ff; background: var(--lzy-enroll-dialog-bg, #eef7ff); border: 1px solid #9be8f5; border: 1px solid var(--lzy-enroll-dialog-border, #9be8f5); max-width: 98vw; overflow: auto; max-height: 98vh; } .lzy-enrollment-dialog .lzy-enroll-dialog-row { /* content: 'enroll.scss:325'; */ font-size: 0; display: block; margin-bottom: 4px; clear: both; } .lzy-enrollment-dialog .lzy-enroll-dialog-row * { font-size: 12pt; font-size: var(--lzy-enroll-font-size, 12pt); } .lzy-enrollment-dialog * { vertical-align: top; } .lzy-enrollment-dialog label, .lzy-enrollment-dialog input { /* content: 'enroll.scss:339'; */ display: inline-block; padding: 4px 0; } .lzy-enrollment-dialog .lzy-modify-name-text, .lzy-enrollment-dialog input { /* content: 'enroll.scss:344'; */ width: 14em; width: calc(100% - var(--lzy-enroll-dialog-label-width, 4em) - 4px); } .lzy-enrollment-dialog .lzy-enroll-name, .lzy-enrollment-dialog label { /* content: 'enroll.scss:349'; */ width: 4em; width: var(--lzy-enroll-dialog-label-width, 4em); } .lzy-enrollment-dialog select { /* content: 'enroll.scss:353'; */ width: 4em; width: var(--lzy-enroll-dialog-select-width, 10em); } .lzy-enrollment-dialog button { /* content: 'enroll.scss:357'; */ color: #666; font-family: helvetica, arial, sans-serif; border-radius: 4px; border: 1px solid #bcbcbc; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12); background: -webkit-linear-gradient(#FFF 0%, #EFEFEF 60%, #E1DFE2 100%); background: -ms-linear-gradient(#FFF 0%, #EFEFEF 60%, #E1DFE2 100%); background: linear-gradient(#FFF 0%, #EFEFEF 60%, #E1DFE2 100%); cursor: pointer; } .lzy-enrollment-dialog h3 { /* content: 'enroll.scss:370'; */ color: #9B0404; } .lzy-enrollment-dialog .lzy-enroll-name, .lzy-enrollment-dialog .lzy-enroll-name-text, .lzy-enrollment-dialog .lzy-modify-name-text { /* content: 'enroll.scss:375'; */ display: inline-block; padding: 4px 0; } .lzy-enrollment-dialog .lzy-enroll-button-row { /* content: 'enroll.scss:379'; */ display: flex; justify-content: flex-end; flex-flow: row-reverse; padding-top: 10px; } .lzy-enrollment-dialog .lzy-enroll-button-row > * { flex: 1; flex-grow: 1; margin-left: 10px; } .lzy-enrollment-dialog .lzy-enroll-button-row > *:last-child { margin-left: 0; } .lzy-enrollment-dialog .lzy-enroll-dialog-del-row { /* content: 'enroll.scss:394'; */ margin-top: 1em; } .lzy-enrollment-dialog .lzy-enroll-dialog-del-row button { /* content: 'enroll.scss:396'; */ color: maroon; } .lzy-enrollment-dialog .lzy-enroll-or { /* content: 'enroll.scss:400'; */ margin-top: 10px; } .lzy-enroll-dialog-close { /* content: 'enroll.scss:405'; */ position: absolute; top: 5px; right: 5px; font-size: 200%; cursor: pointer; } .lzy-enroll-popup-bg { /* content: 'enroll.scss:412'; */ position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 99; background: rgba(200, 200, 200, 0.8); display: flex; align-items: center; justify-content: center; } .lzy-enroll-hide-dialog { /* content: 'enroll.scss:424'; */ display: none; } .lzy-enroll-comment { /* content: 'enroll.scss:430'; */ padding: 15px 20px; box-shadow: inset 0 0 7px #c4c761; margin-top: 15px; background: #FEFFDE; } .lzy-enroll-errmsg { /* content: 'enroll.scss:438'; */ color: red; margin: 0.5em 0; padding: 0 0.3em; }
enroll/css/enroll.css
#lzy { /* content: 'enroll.scss:26'; */ } #lzy .lzy-enroll-dialog { /* content: 'enroll.scss:27'; */ } #lzy .lzy-enroll-dialog .lzy-form { /* content: 'enroll.scss:28'; */ position: relative; } #lzy .lzy-enroll-dialog.lzy-enroll-add-entry { /* content: 'enroll.scss:33'; */ } #lzy .lzy-enroll-dialog.lzy-enroll-add-entry .lzy-delete-rec, #lzy .lzy-enroll-dialog.lzy-enroll-add-entry .lzy-form-delete-rec, #lzy .lzy-enroll-dialog.lzy-enroll-add-entry .lzy-form-button-delete { /* content: 'enroll.scss:36'; */ display: none; } #lzy .lzy-enroll-dialog.lzy-enroll-delete-entry { /* content: 'enroll.scss:41'; */ } #lzy .lzy-enroll-dialog.lzy-enroll-delete-entry .lzy-form-button-delete { /* content: 'enroll.scss:42'; */ } #lzy .lzy-enroll-dialog.lzy-enroll-delete-entry .lzy-form-button-submit, #lzy .lzy-enroll-dialog.lzy-enroll-delete-entry .lzy-form-delete-rec { /* content: 'enroll.scss:47'; */ display: none; } #lzy .lzy-enroll-dialog.lzy-enroll-delete-entry .lzy-enroll-name { /* content: 'enroll.scss:51'; */ background: white; border: 1px solid #ddd; } #lzy .lzy-enroll-dialog.lzy-enroll-delete-entry, #lzy .lzy-enroll-dialog.lzy-enroll-modify-entry { /* content: 'enroll.scss:59'; */ } #lzy .lzy-enroll-dialog.lzy-enroll-delete-entry .lzy-form-field-wrapper-3 .lzy-form-required-marker, #lzy .lzy-enroll-dialog.lzy-enroll-modify-entry .lzy-form-field-wrapper-3 .lzy-form-required-marker { /* content: 'enroll.scss:60'; */ display: none; } #lzy .lzy-enroll-dialog.lzy-enroll-modify-entry { /* content: 'enroll.scss:64'; */ } #lzy .lzy-enroll-dialog.lzy-enroll-modify-entry .lzy-form-button-delete { /* content: 'enroll.scss:65'; */ display: none; } #lzy .lzy-enroll-dialog.lzy-enroll-delete-entry, #lzy .lzy-enroll-dialog.lzy-enroll-modify-entry { /* content: 'enroll.scss:71'; */ } #lzy:not(.lzy-admin) .lzy-enroll-dialog.lzy-enroll-delete-entry .lzy-form-field-type-email input, #lzy .lzy-enroll-dialog.lzy-enroll-modify-entry .lzy-form-field-type-email input { /* content: 'enroll.scss:72'; */ border-color: red; } #lzy .lzy-enroll-dialog .lzy-form-button-delete.lzy-form-button-delete { /* content: 'enroll.scss:76'; */ color: #444; border-color: #444; } #lzy .lzy-enroll-dialog .lzy-form-footer { /* content: 'enroll.scss:80'; */ max-width: var(--lzy-form-width, 30em); } #lzy .lzy-form-delete-rec { /* content: 'enroll.scss:84'; */ margin-top: 2em; } #lzy .lzy-form-checkbox-label { /* content: 'enroll.scss:87'; */ position: absolute; right: 0; } #lzy .lzy-form-checkbox-label, #lzy .lzy-form-checkbox-label label { /* content: 'enroll.scss:88'; */ width: fit-content !important; } .lzy-enroll-form-message { /* content: 'enroll.scss:101'; */ padding: 1em; border: 1px solid #ddd; background: #fee; margin: 1em 0; } .lzy-enroll-form-message h2 { /* content: 'enroll.scss:106'; */ font-size: 1.2em; margin: 0; } #lzy .lzy-form.lzy-encapsulated .lzy-form-field-type-choice.lzy-delete-rec .lzy-legend, .lzy-form .lzy-form-field-type-choice.lzy-delete-rec .lzy-legend { /* content: 'enroll.scss:121'; */ display: none; } #lzy .lzy-enroll-modify-entry { /* content: 'enroll.scss:124'; */ } #lzy .lzy-enroll-modify-entry input.lzy-enroll-name { /* content: 'enroll.scss:125'; */ background: white; } #lzy .lzy-enroll-modify-entry .lzy-form-field-wrapper-2 .lzy-form-required-marker { /* content: 'enroll.scss:128'; */ display: none; } .lzy-enroll-dialog .lzy-form-response { /* content: 'enroll.scss:132'; */ display: none; } .lzy-enroll-aux-field { /* content: 'enroll.scss:135'; */ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .lzy-enroll-row { /* content: 'enroll.scss:140'; */ font-size: 0; } .lzy-enroll-row * { font-size: 12pt; font-size: var(--lzy-enroll-font-size, 12pt); } .lzy-enroll-row > div { /* content: 'enroll.scss:146'; */ display: inline-block; height: 1.6em; line-height: 1.6em; height: 1.6em; height: var(--lzy-enroll-height-field, 1.6em); line-height: 1.6em; line-height: var(--lzy-enroll-height-field, 1.6em); vertical-align: top; padding: 0; } .lzy-enroll-hdr { /* content: 'enroll.scss:161'; */ } .lzy-enroll-hdr div { /* content: 'enroll.scss:162'; */ line-height: 2em; height: 2em; height: var(--lzy-enroll-height-hdr-field, 2em); line-height: 2em; line-height: var(--lzy-enroll-height-hdr-field, 2em); } .lzy-enroll-hdr .lzy-enroll-field { /* content: 'enroll.scss:169'; */ padding: 0 8px; } .lzy-enroll-field { /* content: 'enroll.scss:175'; */ font-family: helvetica, arial, sans-serif; width: 18em; width: var(--lzy-enroll-list-field1-width, 18em); color: #000; color: var(--lzy-enroll-color, #000); } .lzy-enroll-field * { display: inline-block; border-bottom: none; } .lzy-enroll-field .lzy-num { /* content: 'enroll.scss:183'; */ opacity: 0.4; font-size: 75%; width: 1.4em; text-align: right; margin-right: 2px; } .lzy-enroll-field .lzy-enroll-name { /* content: 'enroll.scss:190'; */ width: 14em; width: calc(var(--lzy-enroll-list-field1-width, 18em) - 2.8em); } .lzy-enroll-field a, .lzy-enroll-field a .lzy-enroll-name { /* content: 'enroll.scss:197'; */ color: #000; color: var(--lzy-enroll-color, #000); } .lzy-enroll-field.lzy-enroll-add-field { /* content: 'enroll.scss:201'; */ } .lzy-enroll-field.lzy-enroll-add-field a, .lzy-enroll-field.lzy-enroll-add-field a .lzy-enroll-name { /* content: 'enroll.scss:203'; */ color: #999; color: var(--lzy-enroll-color, #999); } .lzy-enroll-field.lzy-enroll-add-field:hover { /* content: 'enroll.scss:207'; */ } .lzy-enroll-field.lzy-enroll-add-field:hover a, .lzy-enroll-field.lzy-enroll-add-field:hover a .lzy-enroll-name { /* content: 'enroll.scss:209'; */ color: #000; color: var(--lzy-enroll-color, #000); } .lzy-enroll-field.lzy-enroll-header { /* content: 'enroll.scss:215'; */ padding: 4px 6px; border: 1px dotted #ddd; background: #eee; margin-top: 1em; } .lzy-enroll-add { /* content: 'enroll.scss:223'; */ font-weight: bold; color: #00b700; font-style: normal; } .lzy-enroll-del { /* content: 'enroll.scss:228'; */ font-weight: bold; color: #b70000; font-style: normal; } .lzy-enroll-add, .lzy-enroll-del, .lzy-enroll-modify { /* content: 'enroll.scss:236'; */ width: 0.8em; text-align: center; } .lzy-enroll-modify { /* content: 'enroll.scss:240'; */ color: blue; transform: scale(-0.8, 1); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-style: normal; } .lzy-enroll-add-field { /* content: 'enroll.scss:246'; */ font-style: italic; } .lzy-enroll-add-field .lzy-enroll-name { /* content: 'enroll.scss:248'; */ font-weight: lighter; color: #aaa; } .lzy-enroll-aux-field { /* content: 'enroll.scss:255'; */ width: 8em; width: var(--lzy-enroll-width-aux, 8em); } .lzy-enroll-aux-field.lzy-enroll-aux-field { /* content: 'enroll.scss:258'; */ padding: 0 4px 0 6px; } .lzy-enroll-field, .lzy-enroll-aux-field { /* content: 'enroll.scss:263'; */ background: #eff; background: var(--lzy-enroll-bg, #eff); color: #000; color: var(--lzy-enroll-color, #000); border-top: 1px dotted #ccc; border-top: var(--lzy-enroll-border, 1px dotted #ccc); border-left: 1px dotted #ccc; border-left: var(--lzy-enroll-border, 1px dotted #ccc); } .lzy-enroll-field:last-child, .lzy-enroll-aux-field:last-child { /* content: 'enroll.scss:274'; */ border-right: 1px dotted #ccc; border-right: var(--lzy-enroll-border, 1px dotted #ccc); } .lzy-enroll-row:last-child .lzy-enroll-field, .lzy-enroll-row:last-child .lzy-enroll-aux-field { /* content: 'enroll.scss:279'; */ border-bottom: 1px dotted #ccc; border-bottom: var(--lzy-enroll-border, 1px dotted #ccc); } .lzy-enroll-row.lzy-enroll-hdr .lzy-enroll-field, .lzy-enroll-row.lzy-enroll-hdr .lzy-enroll-aux-field { /* content: 'enroll.scss:285'; */ color: #ffe; color: var(--lzy-enroll-color-hdr, #ffe); background: #184552; background: var(--lzy-enroll-bg-hdr, #184552); } .lzy-enroll-reserve-field .lzy-enroll-field, .lzy-enroll-reserve-field .lzy-enroll-aux-field { /* content: 'enroll.scss:292'; */ background: #ffffee; background: var(--lzy-enroll-bg-reserve, #ffffee); color: black; color: var(--lzy-enroll-color-reserve, black); } .lzy-enroll-reserve-field .lzy-enroll-field a, .lzy-enroll-reserve-field .lzy-enroll-aux-field a, .lzy-enroll-reserve-field .lzy-enroll-field a .lzy-enroll-name, .lzy-enroll-reserve-field .lzy-enroll-aux-field a .lzy-enroll-name { /* content: 'enroll.scss:298'; */ color: black; color: var(--lzy-enroll-color-reserve, black); } .lzy-enroll-admin-only { /* content: 'enroll.scss:304'; */ color: red; font-style: italic; } .lzy-enrollment-dialog { /* content: 'enroll.scss:312'; */ position: absolute; width: 400px; padding: 10px 20px 10px 20px; border-radius: 5px; box-shadow: 0 0 15px 5px #aaa; background: #eef7ff; background: var(--lzy-enroll-dialog-bg, #eef7ff); border: 1px solid #9be8f5; border: 1px solid var(--lzy-enroll-dialog-border, #9be8f5); max-width: 98vw; overflow: auto; max-height: 98vh; } .lzy-enrollment-dialog .lzy-enroll-dialog-row { /* content: 'enroll.scss:325'; */ font-size: 0; display: block; margin-bottom: 4px; clear: both; } .lzy-enrollment-dialog .lzy-enroll-dialog-row * { font-size: 12pt; font-size: var(--lzy-enroll-font-size, 12pt); } .lzy-enrollment-dialog * { vertical-align: top; } .lzy-enrollment-dialog label, .lzy-enrollment-dialog input { /* content: 'enroll.scss:339'; */ display: inline-block; padding: 4px 0; } .lzy-enrollment-dialog .lzy-modify-name-text, .lzy-enrollment-dialog input { /* content: 'enroll.scss:344'; */ width: 14em; width: calc(100% - var(--lzy-enroll-dialog-label-width, 4em) - 4px); } .lzy-enrollment-dialog .lzy-enroll-name, .lzy-enrollment-dialog label { /* content: 'enroll.scss:349'; */ width: 4em; width: var(--lzy-enroll-dialog-label-width, 4em); } .lzy-enrollment-dialog select { /* content: 'enroll.scss:353'; */ width: 4em; width: var(--lzy-enroll-dialog-select-width, 10em); } .lzy-enrollment-dialog button { /* content: 'enroll.scss:357'; */ color: #666; font-family: helvetica, arial, sans-serif; border-radius: 4px; border: 1px solid #bcbcbc; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12); background: -webkit-linear-gradient(#FFF 0%, #EFEFEF 60%, #E1DFE2 100%); background: -ms-linear-gradient(#FFF 0%, #EFEFEF 60%, #E1DFE2 100%); background: linear-gradient(#FFF 0%, #EFEFEF 60%, #E1DFE2 100%); cursor: pointer; } .lzy-enrollment-dialog h3 { /* content: 'enroll.scss:370'; */ color: #9B0404; } .lzy-enrollment-dialog .lzy-enroll-name, .lzy-enrollment-dialog .lzy-enroll-name-text, .lzy-enrollment-dialog .lzy-modify-name-text { /* content: 'enroll.scss:375'; */ display: inline-block; padding: 4px 0; } .lzy-enrollment-dialog .lzy-enroll-button-row { /* content: 'enroll.scss:379'; */ display: flex; justify-content: flex-end; flex-flow: row-reverse; padding-top: 10px; } .lzy-enrollment-dialog .lzy-enroll-button-row > * { flex: 1; flex-grow: 1; margin-left: 10px; } .lzy-enrollment-dialog .lzy-enroll-button-row > *:last-child { margin-left: 0; } .lzy-enrollment-dialog .lzy-enroll-dialog-del-row { /* content: 'enroll.scss:394'; */ margin-top: 1em; } .lzy-enrollment-dialog .lzy-enroll-dialog-del-row button { /* content: 'enroll.scss:396'; */ color: maroon; } .lzy-enrollment-dialog .lzy-enroll-or { /* content: 'enroll.scss:400'; */ margin-top: 10px; } .lzy-enroll-dialog-close { /* content: 'enroll.scss:405'; */ position: absolute; top: 5px; right: 5px; font-size: 200%; cursor: pointer; } .lzy-enroll-popup-bg { /* content: 'enroll.scss:412'; */ position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 99; background: rgba(200, 200, 200, 0.8); display: flex; align-items: center; justify-content: center; } .lzy-enroll-hide-dialog { /* content: 'enroll.scss:424'; */ display: none; } .lzy-enroll-comment { /* content: 'enroll.scss:430'; */ padding: 15px 20px; box-shadow: inset 0 0 7px #c4c761; margin-top: 15px; background: #FEFFDE; } .lzy-enroll-errmsg { /* content: 'enroll.scss:438'; */ color: red; margin: 0.5em 0; padding: 0 0.3em; }
0.222531
0.033653
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, 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, main { display: block; } body { line-height: 1; } ol, ul { list-style: none; } /* -------------------------------- Primary Site style -------------------------------- */ *, *::after, *::before { box-sizing: border-box; } html { font-size: 62.5%; } body { font-size: 1.6rem; /*font-family: "San Francisco", "Helvetica Neue", Arial, sans-serif;*/ /*color: #777;*/ background-color: #f1f1f1; font-family: "Open Sans",sans-serif; letter-spacing: .02em; line-height: 1.4; color: #222; font-size: 1.6rem; } a { color: #2a76e8; text-decoration: none; } img, svg { max-width: 100%; } .wrapper { margin: 0 auto; padding: 0 80px 80px 80px; } .site { max-width: 1300px; margin: 0 auto; overflow: auto; background-color: #ffffff; padding: 10px; min-height: 700px; } .col-12 { width: 100%; margin-top: 15px; } .col-1 { width: 8.33%; float: left; height: 30px; } .col-10 { width: 83.33%; float: left; } .project { width: 31%; margin-bottom: 75px; margin-right: 2%; float: left; height: 400px; box-shadow: 0 10px 20px #eee, 0 6px 6px #d5d5d5; border-radius: 5px; transition: all 250ms; } .project:hover{transform:translateY(-5px)} @media screen and (max-width: 1200px) { .project { width: 48%; } } @media screen and (max-width: 600px) { .project { width: 100%; } } .project-thumbnail { width: 100%; height: 275px; } .project-description { text-align: center; font-size: 15px; margin-top: 15px; color: #222; } #header { padding: 0px; padding-bottom: 10px; position: relative; text-align: center; width: 100%; } #header #headerInfo { vertical-align: middle; text-align: center; margin-bottom: 0px; } #header h1 { font-size: 27px; } #headerWrapper { box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05); margin: -10px -10px 5px -10px; } .contact-bar { width: 100%; margin: 10px auto; } .contact-link { margin: 0 5px 0 5px; color: #505050; } .centered { text-align: center; } .canvas { margin: 10px 0 10px 0; }
css/app.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, 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, main { display: block; } body { line-height: 1; } ol, ul { list-style: none; } /* -------------------------------- Primary Site style -------------------------------- */ *, *::after, *::before { box-sizing: border-box; } html { font-size: 62.5%; } body { font-size: 1.6rem; /*font-family: "San Francisco", "Helvetica Neue", Arial, sans-serif;*/ /*color: #777;*/ background-color: #f1f1f1; font-family: "Open Sans",sans-serif; letter-spacing: .02em; line-height: 1.4; color: #222; font-size: 1.6rem; } a { color: #2a76e8; text-decoration: none; } img, svg { max-width: 100%; } .wrapper { margin: 0 auto; padding: 0 80px 80px 80px; } .site { max-width: 1300px; margin: 0 auto; overflow: auto; background-color: #ffffff; padding: 10px; min-height: 700px; } .col-12 { width: 100%; margin-top: 15px; } .col-1 { width: 8.33%; float: left; height: 30px; } .col-10 { width: 83.33%; float: left; } .project { width: 31%; margin-bottom: 75px; margin-right: 2%; float: left; height: 400px; box-shadow: 0 10px 20px #eee, 0 6px 6px #d5d5d5; border-radius: 5px; transition: all 250ms; } .project:hover{transform:translateY(-5px)} @media screen and (max-width: 1200px) { .project { width: 48%; } } @media screen and (max-width: 600px) { .project { width: 100%; } } .project-thumbnail { width: 100%; height: 275px; } .project-description { text-align: center; font-size: 15px; margin-top: 15px; color: #222; } #header { padding: 0px; padding-bottom: 10px; position: relative; text-align: center; width: 100%; } #header #headerInfo { vertical-align: middle; text-align: center; margin-bottom: 0px; } #header h1 { font-size: 27px; } #headerWrapper { box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05); margin: -10px -10px 5px -10px; } .contact-bar { width: 100%; margin: 10px auto; } .contact-link { margin: 0 5px 0 5px; color: #505050; } .centered { text-align: center; } .canvas { margin: 10px 0 10px 0; }
0.401336
0.078572
:link,:visited { text-decoration:none } ul,ol { list-style:none } h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; } ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0; font-weight:normal } a img,:link img,:visited img { border:none } address { font-style:normal } /* main style */ body { background: #1B1B1B; font-family: "Lucida Sans Unicode", Helvetica, "Microsoft Yahei", "Microsoft JhengHei", STHei, "Meiryo UI"; height:100%; } a { color: #CCC; } #overallContainer { background: #1B1B1B; height: 100%; } header { background: #464646; box-shadow: 5px 4px 5px #A4A4A4; padding: 10px; width: 100%; position: fixed; z-index: 10000; } header h1, h1 a { color: #D6D6D6; font-size: 24px; display: inline; margin-left: 5px; } .headerShrink { padding: 6px 20px 6px 20px; box-shadow: none; opacity: 0.9; } .headerShrink h1, .headerShrink h1 a{ font-size: 20px; } .iconLogo { font-size: 24px; color: #A8FF51; } header h1:hover, header h1 a:hover, .iconLogo:hover { color: #FFF; } nav { float: right; padding-right: 40px; } nav li { float: left; margin-left: 24px; } nav li a { color: #999; } nav li a:hover { color: #ECECEC; } nav .activeNav a { color: #ECECEC; } #mainArea { clear: both; padding: 90px 0 0 0; text-align: center; background: #F6F6F6; float: left; width: 100%; } .details { text-align: center; width: 520px; height: 60px; margin: auto; } .details h2, .details h3 { float: left; width: 190px; border: #CCC 1px solid; border-radius: 20px; text-align: center; background: #A6A6A6; padding: 5px; margin-right: 30px; margin-left: 28px; } .details h2:hover, .details h3:hover { background: #EFEFEF; } .details h2, .details h2 a, .details h3, .details h3 a { color: #EFEFEF; font-size: 24px; text-shadow: 1px 1px 2px #333; } .details h2 a:hover, .details h3 a:hover { color: #356A00; text-shadow: none; } footer { clear: both; background: #1B1B1B; padding: 20px; height: 120px; min-height: 120px; box-shadow: 0 5px 5px #111 inset; text-align: center; color: #AAA; font-size: 14px; } #footerWrapper { margin: auto; width: 960px; max-width: 100%; padding-left: 25px; } .footerL { float: left; width: 24%; text-align: left; line-height: 160%; min-width: 200px; margin: auto; margin-bottom: 25px; } footer h4 { color: #fff; font-size: 16px; } footer h5 { font-family: "Times New Roman"; } .jiathis_style_24x24 { opacity: 0.8!important; filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); } footer a:hover { text-decoration: underline; } #copyright { clear: both; width: 100%; text-align: center; padding-top: 24px; } #copyright a, #copyright { color: #505050; font-size: 13px; font-family: Helvetica, Arial; } #keyMessage { display: none; } #contents, #document { text-align: left; padding: 20px; } #contents { width: 15%; float: left; line-height: 180%; } #contents a { color: #000; } #contents h2 { font-size: 24px; padding-bottom: 14px; } #contents h2 a, #contents h2 { color: #356A00; } #contents li { font-size: 16px; } #contents hr { margin: 40px 0 40px 0; } #document { width: 75%; float: right; } .getURL { font-size: 22px; border-left: 4px solid #356A00; padding-left: 10px; } /* responsive */ #menuDown, #contentsB { display: none; } @media only screen and (max-width:800px) { nav { position: absolute; right: 0; top: 52px; clear: both; display: none; height: 100%; width: 100%; } nav li { clear: both; background: #464646; padding: 6px; width: 100%; text-align: center; box-shadow: 1px 1px 2px #464646; } nav li:hover { background: #fff; } nav li a:hover { color: #464646; } nav li { border-bottom: 1px solid #fff; } #menuDown { display: inline; color: #fff; float: right; padding-right: 40px; } .admHeader #menuDown { padding-right: 0; } .details { width: 100%; text-align: center; height: 100px; } .details h2, .details h3 { float: none; clear: both; display: block; margin: auto; margin-bottom: 15px; } .menuDownIcon { font-size: 26px; } #contents { width: auto; float: none; } #document { width: auto; float: none; } #contentsB { display: block; font-size: 22px; text-align: center; } #contentsB a { color: #000; } #contentsC { display: none; } }
skin/style.css
:link,:visited { text-decoration:none } ul,ol { list-style:none } h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; } ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0; font-weight:normal } a img,:link img,:visited img { border:none } address { font-style:normal } /* main style */ body { background: #1B1B1B; font-family: "Lucida Sans Unicode", Helvetica, "Microsoft Yahei", "Microsoft JhengHei", STHei, "Meiryo UI"; height:100%; } a { color: #CCC; } #overallContainer { background: #1B1B1B; height: 100%; } header { background: #464646; box-shadow: 5px 4px 5px #A4A4A4; padding: 10px; width: 100%; position: fixed; z-index: 10000; } header h1, h1 a { color: #D6D6D6; font-size: 24px; display: inline; margin-left: 5px; } .headerShrink { padding: 6px 20px 6px 20px; box-shadow: none; opacity: 0.9; } .headerShrink h1, .headerShrink h1 a{ font-size: 20px; } .iconLogo { font-size: 24px; color: #A8FF51; } header h1:hover, header h1 a:hover, .iconLogo:hover { color: #FFF; } nav { float: right; padding-right: 40px; } nav li { float: left; margin-left: 24px; } nav li a { color: #999; } nav li a:hover { color: #ECECEC; } nav .activeNav a { color: #ECECEC; } #mainArea { clear: both; padding: 90px 0 0 0; text-align: center; background: #F6F6F6; float: left; width: 100%; } .details { text-align: center; width: 520px; height: 60px; margin: auto; } .details h2, .details h3 { float: left; width: 190px; border: #CCC 1px solid; border-radius: 20px; text-align: center; background: #A6A6A6; padding: 5px; margin-right: 30px; margin-left: 28px; } .details h2:hover, .details h3:hover { background: #EFEFEF; } .details h2, .details h2 a, .details h3, .details h3 a { color: #EFEFEF; font-size: 24px; text-shadow: 1px 1px 2px #333; } .details h2 a:hover, .details h3 a:hover { color: #356A00; text-shadow: none; } footer { clear: both; background: #1B1B1B; padding: 20px; height: 120px; min-height: 120px; box-shadow: 0 5px 5px #111 inset; text-align: center; color: #AAA; font-size: 14px; } #footerWrapper { margin: auto; width: 960px; max-width: 100%; padding-left: 25px; } .footerL { float: left; width: 24%; text-align: left; line-height: 160%; min-width: 200px; margin: auto; margin-bottom: 25px; } footer h4 { color: #fff; font-size: 16px; } footer h5 { font-family: "Times New Roman"; } .jiathis_style_24x24 { opacity: 0.8!important; filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); } footer a:hover { text-decoration: underline; } #copyright { clear: both; width: 100%; text-align: center; padding-top: 24px; } #copyright a, #copyright { color: #505050; font-size: 13px; font-family: Helvetica, Arial; } #keyMessage { display: none; } #contents, #document { text-align: left; padding: 20px; } #contents { width: 15%; float: left; line-height: 180%; } #contents a { color: #000; } #contents h2 { font-size: 24px; padding-bottom: 14px; } #contents h2 a, #contents h2 { color: #356A00; } #contents li { font-size: 16px; } #contents hr { margin: 40px 0 40px 0; } #document { width: 75%; float: right; } .getURL { font-size: 22px; border-left: 4px solid #356A00; padding-left: 10px; } /* responsive */ #menuDown, #contentsB { display: none; } @media only screen and (max-width:800px) { nav { position: absolute; right: 0; top: 52px; clear: both; display: none; height: 100%; width: 100%; } nav li { clear: both; background: #464646; padding: 6px; width: 100%; text-align: center; box-shadow: 1px 1px 2px #464646; } nav li:hover { background: #fff; } nav li a:hover { color: #464646; } nav li { border-bottom: 1px solid #fff; } #menuDown { display: inline; color: #fff; float: right; padding-right: 40px; } .admHeader #menuDown { padding-right: 0; } .details { width: 100%; text-align: center; height: 100px; } .details h2, .details h3 { float: none; clear: both; display: block; margin: auto; margin-bottom: 15px; } .menuDownIcon { font-size: 26px; } #contents { width: auto; float: none; } #document { width: auto; float: none; } #contentsB { display: block; font-size: 22px; text-align: center; } #contentsB a { color: #000; } #contentsC { display: none; } }
0.439386
0.153011
@charset "UTF-8"; @import url('https://fonts.googleapis.com/css?family=Open+Sans'); @import url('https://fonts.googleapis.com/css?family=Lato'); @font-face { font-family: 'Linio Icon Set'; font-weight: 400; src: url(https://assets.linio.com/assets/fonts/iconfont-bab26d982d.woff2) format("woff2"), url(https://assets.linio.com/assets/fonts/iconfont-e775d41103.woff) format("woff"), url(https://assets.linio.com/assets/fonts/iconfont-84fc43838c.ttf) format("opentype"); } @font-face { font-family: 'Function Pro'; font-weight: 700; src: url(https://assets.linio.com/assets/fonts/FunctionPro-Book-d83aa93e75.woff2) format("woff2"), url(https://assets.linio.com/assets/fonts/FunctionPro-Book-83438b6289.woff) format("woff"), url(https://assets.linio.com/assets/fonts/FunctionPro-Book-39b4ce04b5.otf) format("opentype"); } @font-face { font-family: 'Function Pro'; font-weight: 400; src: url(https://assets.linio.com/assets/fonts/FunctionPro-Light-c71b546be2.woff2) format("woff2"), url(https://assets.linio.com/assets/fonts/FunctionPro-Light-15adf5ca00.woff) format("woff"), url(https://assets.linio.com/assets/fonts/FunctionPro-Light-91193084e9.otf) format("opentype"); } @font-face { font-family: 'Function Pro'; font-family: 'Open sans'; font-family: 'Lato'; } body, html, p, a, .btn { text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004) !important; text-rendering: optimizeLegibility !important; -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale !important; font-size: 1rem !important; transition: all 0.2s ease 0s; font-family: 'Function Pro'; font-family: 'Open sans'; font-family: 'Lato'; font-weight: 800; font-size: .88rem !important; } html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; overflow: -moz-scrollbars-vertical; overflow-y: scroll; } body { margin: 0; padding-right: 0 !important; } footer, header, main, nav { display: block; } section { background: white; } a { background-color: transparent; } a:active { outline: 0; } a:hover { outline: 0; } strong { font-weight: 700; } h1 { font-size: 2em; margin: .67em 0; } img { border: 0; } code { font-family: monospace, monospace; font-size: 1em; } button, input, select { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button { -webkit-appearance: button; cursor: pointer; } html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type=radio] { box-sizing: border-box; padding: 0; } table { border-collapse: collapse; border-spacing: 0; } td { padding: 0; } @media print { *, ::after, ::before { text-shadow: none !important; box-shadow: none !important; } a, a:visited { text-decoration: underline; } img, tr { page-break-inside: avoid; } img { max-width: 100% !important; } h2, p { orphans: 3; widows: 3; } h2 { page-break-after: avoid; } .navbar { display: none; } .table { border-collapse: collapse !important; } .table td { background-color: #fff !important; } } html { box-sizing: border-box; } *, ::after, ::before { box-sizing: inherit; } html { font-size: 16px; -webkit-tap-highlight-color: transparent; } body { font-size: 1rem; line-height: 1.5; color: #fff; background-color: #fff; } [tabindex="-1"]:focus { outline: 0 !important; } h1, h2, h4 { margin-top: 0; margin-bottom: .5rem; } p { margin-top: 0; margin-bottom: 1rem; } ol, ul { margin-top: 0; margin-bottom: 1rem; } a { color: #f50; text-decoration: none; } a:focus, a:hover { color: #ff9864; text-decoration: underline; } a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } img { vertical-align: middle; } a, button, input, label, select { -ms-touch-action: manipulation; touch-action: manipulation; } table { background-color: #fff; } label { display: inline-block; margin-bottom: .5rem; } button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; } button, input, select { margin: 0; line-height: inherit; border-radius: 0; } .container-fluid { margin-left: auto; margin-right: auto; padding-left: 4px; padding-right: 4px; } .container-fluid::after { content: ""; display: table; clear: both; } .row { margin-left: -4px; margin-right: -4px; } .row::after { content: ""; display: table; clear: both; } .col-lg-1, .col-lg-12, .col-lg-2, .col-lg-9, .col-md-12, .col-md-3, .col-md-4, .col-md-5, .col-md-7, .col-md-8, .col-sm-1, .col-sm-3, .col-sm-5, .col-sm-6, .col-xs-12, .col-xs-2, .col-xs-4, .col-xs-6, .col-xs-8 { position: relative; min-height: 1px; padding-left: 4px; padding-right: 4px; } .col-xs-12, .col-xs-2, .col-xs-4, .col-xs-6, .col-xs-8 { float: left; } .col-xs-2 { width: 16.66667%; } .col-xs-4 { width: 33.33333%; } .col-xs-6 { width: 50%; } .col-xs-8 { width: 66.66667%; } .col-xs-12 { width: 100%; } .number { margin: auto; height: 52px; border-radius: 4px; border: lightgray solid 1px; } .number span { color: lightgray; position: relative; cursor: pointer; padding: 16px 0; height: 52px; } .minus, .plus { width: 20px; height: 20px; width: 20%; border-radius: 4px; display: inline-block; vertical-align: middle; text-align: center; } .number input:focus { outline: none; } .number input { background: none; height: 48px; width: 50%; text-align: center; font-weight: bold; font-size: 16px; border: none; border-radius: 4px; display: inline-block; vertical-align: middle; } .radio-item { position: absolute; top: 16px; right: 40px; height: 40px; width: 40px; background-image: url(../assets/img/radio-card-selected.svg); background-size: 100% 100%; background-repeat: no-repeat; cursor: pointer } .hint-text { font-size: 01rem; color: grey; } .styled-button { color: white; font-weight: bold; background-color: lightsea#45a00a; border: 3px solid #188781; padding: 0.5rem; } .styled-button:hover, .styled-button:active, .styled-button:focus { background-color: #24c8bf; cursor: pointer; -webkit-transform: translate(1px, 1px); transform: translate(1px, 1px); } .styled-button:focus { outline: 3px solid orange; } .styled-list { list-style-type: initial; margin-left: 2rem; } .styled-list li { line-height: 1.25; } .styled-list ul { list-style-type: circle; margin-left: 1.25rem; } .expand-button, .expand-button2 { cursor: pointer; display: block; width: 50%; margin-top: 1rem; border-radius: 3px; font-size: 1rem; padding: 1rem; font-size: 1rem !important; color: black; font-weight: bold; } .special-text { position: relative; max-height: 200px; max-width: 100%; overflow: hidden; transition: max-height .4s ease; } .special-text.-expanded { max-height: 100vh; max-height: 100%; } .special-text:not(.-expanded)::after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: linear-gradient(rgba(255, 255, 255, 0), white); } @media (min-width:544px) { .col-sm-1, .col-sm-3, .col-sm-5, .col-sm-6 { float: left; } .col-sm-1 { width: 8.33333%; } .col-sm-3 { width: 25%; } .col-sm-5 { width: 41.66667%; } .col-sm-6 { width: 50%; } } @media (min-width:768px) { .col-md-12, .col-md-3, .col-md-4, .col-md-5, .col-md-7, .col-md-8 { float: left; } .col-md-3 { width: 25%; } .col-md-4 { width: 33.33333%; } .col-md-5 { width: 41.66667%; } .col-md-7 { width: 58.33333%; } .col-md-8 { width: 66.66667%; } .col-md-12 { width: 100%; } } @media (min-width:992px) { .col-lg-1, .col-lg-12, .col-lg-2, .col-lg-9 { float: left; } .col-lg-1 { width: 8.33333%; } .col-lg-2 { width: 16.66667%; } .col-lg-9 { width: 75%; } .col-lg-12 { width: 100%; } } .table { width: 100%; max-width: 100%; margin-bottom: 1rem; } .table td { padding: 8px; line-height: 1.5; vertical-align: top; border-top: 0 solid #eceeef; } .table-striped tbody tr:nth-of-type(odd) { background-color: #f7f7f7; } .form-control { display: block; width: 100%; padding: 8px 8px; font-size: 1rem; line-height: 1.5; color: #666; background-color: #f7f7f7; background-image: none; border: 1px solid #ccc; border-radius: 3px; } .form-control::-ms-expand { background-color: transparent; border: 0; } .form-control:focus { border-color: #939393; outline: 0; } .form-control::-webkit-input-placeholder { color: #939393; opacity: 1; } .form-control::-moz-placeholder { color: #939393; opacity: 1; } .form-control::-ms-input-placeholder { color: #939393; opacity: 1; } .form-control::placeholder { color: #939393; opacity: 1; } .form-control:disabled { background-color: #eceeef; opacity: 1; } .form-control:disabled { cursor: not-allowed; } input[type=radio]:disabled { cursor: not-allowed; } .btn { display: inline-block; font-weight: 700; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; padding: 8px 8px; font-size: 1rem; line-height: 1.5; border-radius: .25rem; } .btn:active:focus, .btn:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:focus, .btn:hover { text-decoration: none; } .btn:active { background-image: none; outline: 0; } .btn:disabled { cursor: not-allowed; opacity: .65; } .btn-primary { color: #fff; background-color: #f50; border-color: #f50; } .btn-primary:hover { color: #fff; background-color: #c40; border-color: #c24100; } .btn-primary:focus { color: #fff; background-color: #c40; border-color: #c24100; } .btn-primary:active { color: #fff; background-color: #c40; border-color: #c24100; background-image: none; } .btn-primary:active:focus, .btn-primary:active:hover { color: #fff; background-color: #a83800; border-color: #802b00; } .btn-primary:disabled:focus { background-color: #f50; border-color: #f50; } .btn-primary:disabled:hover { background-color: #f50; border-color: #f50; } .btn-secondary { color: #373a3c; background-color: #fff; border-color: #ccc; } .btn-secondary:hover { color: #373a3c; background-color: #e6e6e6; border-color: #adadad; } .btn-secondary:focus { color: #373a3c; background-color: #e6e6e6; border-color: #adadad; } .btn-secondary:active { color: #373a3c; background-color: #e6e6e6; border-color: #adadad; background-image: none; } .btn-secondary:active:focus, .btn-secondary:active:hover { color: #373a3c; background-color: #d4d4d4; border-color: #8c8c8c; } .btn-secondary:disabled:focus { background-color: #fff; border-color: #ccc; } .btn-secondary:disabled:hover { background-color: #fff; border-color: #ccc; } .btn-primary-outline { color: #f50; background-image: none; background-color: transparent; border-color: #f50; } .btn-primary-outline:active, .btn-primary-outline:focus { color: #fff; background-color: #f50; border-color: #f50; } .btn-primary-outline:hover { color: #f50; background-color: #fff8f4; border-color: #f50; } .btn-primary-outline:disabled:focus { border-color: #f96; } .btn-primary-outline:disabled:hover { border-color: #f96; } .btn-lg { padding: .75rem 1.25rem; font-size: 1.25rem; line-height: 1.33333; border-radius: .3rem; } .btn-sm { padding: .25rem 8px; font-size: .875rem; line-height: 1.5; border-radius: .2rem; } .input-group { position: relative; display: table; border-collapse: separate; } .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } .input-group .form-control:active, .input-group .form-control:focus, .input-group .form-control:hover { z-index: 3; } .input-group .form-control, .input-group-btn { display: table-cell; } .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } .input-group .form-control:first-child { border-bottom-right-radius: 0; border-top-right-radius: 0; } .input-group .form-control:last-child, .input-group-btn:last-child > .btn { border-bottom-left-radius: 0; border-top-left-radius: 0; } .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } .input-group-btn > .btn { position: relative; } .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover { z-index: 3; } .input-group-btn:last-child > .btn { z-index: 2; margin-left: -1px; } .input-group-btn:last-child > .btn:active, .input-group-btn:last-child > .btn:focus, .input-group-btn:last-child > .btn:hover { z-index: 3; } .navbar { position: relative; padding: .5rem 1rem; } .navbar::after { content: ""; display: table; clear: both; } @media (min-width:544px) { .navbar { border-radius: .25rem; } } .navbar-fixed-top { position: fixed; right: 0; left: 0; z-index: 1020; } @media (min-width:544px) { .navbar-fixed-top { border-radius: 0; } } .navbar-fixed-top { top: 0; } .navbar-brand { float: left; padding-top: .25rem; padding-bottom: .25rem; margin-right: 1rem; font-size: 1.25rem; } .navbar-brand:focus, .navbar-brand:hover { text-decoration: none; } .navbar-toggler { padding: .5rem .75rem; font-size: 1.25rem; line-height: 1; background: 0 0; border: 1px solid transparent; border-radius: .25rem; } .navbar-toggler:focus, .navbar-toggler:hover { text-decoration: none; } .navbar-light .navbar-brand { color: rgba(0, 0, 0, .8); } .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover { color: rgba(0, 0, 0, .8); } .breadcrumb { padding: .75rem 1rem; margin-bottom: 1rem; list-style: none; background-color: #eceeef; border-radius: .25rem; width: 100%; } .breadcrumb::after { content: ""; display: table; clear: both; } .breadcrumb > li { float: left; } .breadcrumb > li + li::before { padding-right: .5rem; padding-left: .5rem; color: #818a91; content: "/"; } @media (max-width:543px) { .hidden-xs-down { display: none !important; } } @media (max-width:767px) { .hidden-sm-down { display: none !important; } } @media (min-width:768px) { .hidden-md-up { display: none !important; } } @media (max-width:991px) { .hidden-md-down { display: none !important; } } @media (max-width:1179px) { .hidden-lg-down { display: none !important; } } body, code, div, form, h1, h2, h4, input, li, ol, p, td, ul { margin: 0; padding: 0; } table { border-collapse: collapse; border-spacing: 0; } img { border: 0; } code { font-style: normal; font-weight: 400; } ol, ul { list-style: none; } h1, h2, h4 { font-size: 100%; font-weight: 400; } input, select { font-family: inherit; font-size: inherit; font-weight: inherit; } a { cursor: pointer; } .btn { font-size: 18px; text-transform: uppercase; height: 40px; } .btn.btn-sm { font-size: 16px; height: 32px; } .btn.btn-lg { font-size: 20px; height: 52px; } .btn.btn-disabled { cursor: default; color: #fff; background-color: #aaa; border-color: #aaa; } .btn.btn-disabled:hover { color: #fff; background-color: #919191; border-color: #8b8b8b; } .btn.btn-disabled:focus { color: #fff; background-color: #919191; border-color: #8b8b8b; } .btn.btn-disabled:active { color: #fff; background-color: #919191; border-color: #8b8b8b; background-image: none; } .btn.btn-disabled:active:focus, .btn.btn-disabled:active:hover { color: #fff; background-color: #7f7f7f; border-color: #6a6a6a; } .btn.btn-disabled:disabled:focus { background-color: #aaa; border-color: #aaa; } .btn.btn-disabled:disabled:hover { background-color: #aaa; border-color: #aaa; } .btn.btn-default-outline { color: #333; background-image: none; background-color: transparent; border-color: #333; background-color: #fff; } .btn.btn-default-outline:active, .btn.btn-default-outline:focus { color: #fff; background-color: #333; border-color: #333; } .btn.btn-default-outline:hover { color: #fff; background-color: #333; border-color: #333; } .btn.btn-default-outline:disabled:focus { border-color: #666; } .btn.btn-default-outline:disabled:hover { border-color: #666; } button:focus { outline: 0; box-shadow: none; border-color: transparent; } .table td { font-weight: 400; line-height: 20px; color: #666; font-size: 1rem; vertical-align: middle; } .table tbody tr:nth-child(odd) { background-color: #f7f7f7; } .table tbody tr:nth-child(even) { background-color: #fff; } @media screen and (max-width:767px) { td { display: block; } td:before { width: 50%; content: attr(data-label); float: left; font-weight: 700; } } .input-group { margin-top: 12px; margin-bottom: 16px; } .input-group .form-control { margin-top: 0; } select.form-control { -webkit-appearance: none; -moz-appearance: none; appearance: none; background-size: initial; background-repeat: no-repeat; background-position: center right 4px; background-image: url(../assets/img/arrow-down.svg); } select::-ms-expand { display: none; } .input-group-search .btn .icon { position: relative; top: -5px; font-size: 32px; font-weight: 400; } .form-control { height: 40px; margin-top: 6px; margin-bottom: 18px; } .form-control:focus { border-color: #939393; outline: 0; } .form-control:focus { background-color: #fff; } body { font-weight: 400; color: #666; line-height: 20px; font-size: 1rem; } p { font-size: 12px; } .price, .price-deal, .price-main, .price-promotional { color: #666; font-weight: 700; } .price-main { color: #ea2840; font-size: 1.6rem; } .price-main .price-promotional { font-size: 1.6rem;; } .price-deal { color: #45a00a; font-size: 20px; } .price-promotional { color: #333; display: inline; } .original-price { font-size: 12px; color: #aaa; line-height: 20px; text-decoration: line-through; font-weight: 400; } .discount { font-size: 14px; color: #333; line-height: 20px; font-weight: 400; } .link-lower { color: #666; font-size: 1rem; font-weight: 400; line-height: 20px; text-decoration: underline; } .link-lower:focus, .link-lower:hover { color: #333; text-decoration: underline; } .link-lower:active { color: #666; } .icon { font-family: "Linio Icon Set"; color: #666; display: inline-block; line-height: 1; font-weight: 400; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; } .icon.icon-md { font-size: 32px; } .icon.icon-xsm { font-size: 16px; } .icon.icon-margin { margin: 8px; } .icon.icon-padding { padding: 8px; } .icon.icon-inverse { color: #fff; } ul { padding-left: 15px; list-style-type: circle; margin-bottom: 32px; line-height: 1; } ul li { margin-bottom: 8px; margin-left: 8px; line-height: 20px; font-weight: 400; font-size: 1rem; } ol { padding-left: 3px; list-style-type: decimal; color: #666; margin-bottom: 32px; list-style-position: inside; } ol li:before { display: inline-block; content: ''; margin-left: 2px; } ol li { margin-bottom: 32px; font-weight: 400; line-height: 20px; color: #666; font-size: 1rem; } .breadcrumb { border-bottom: 1px solid #eee; background-color: transparent; padding: 8px 0; border-radius: 0; height: 36px; overflow: hidden; } @media screen and (max-width:767px) { .breadcrumb { display: none; } } .breadcrumb li { margin-bottom: 0; } .breadcrumb li:first-child:before { content: none; } .breadcrumb li:before { padding-right: 4px; padding-left: 4px; font-size: 12px; } .breadcrumb li a { color: #aaa; font-size: 1rem; font-weight: 400; line-height: 20px; text-decoration: underline; cursor: pointer; font-size: 12px; font-size: .88rem !important; } .breadcrumb li a:focus, .breadcrumb li a:hover { color: #aaa; cursor: pointer; text-decoration: underline; } .breadcrumb li a:active { cursor: none; text-decoration: underline; } .breadcrumb li:last-of-type { font-weight: 400; color: #aaa; float: none; overflow: hidden; font-size: .88rem; } .rating-content .rate::before { content: '('; } .rating-content .rate::after { content: ')'; } .star-rating { word-spacing: -.25em; margin-left: -4px; } .star-rating .icon { color: #ccc; position: relative; top: 3px; } .star-rating .active { color: #ffd000; } .star-rating.high-rating .active { color: #45a00a; } .quantity-icon-wrapper { display: inline-block; position: relative; } .quantity-icon-wrapper:hover { background-color: #fff; } .quantity-icon-wrapper:hover .quantity-icon-notification { box-shadow: 0 0 0 2px #fff; } .quantity-icon-wrapper:hover .icon { color: #f50; } .quantity-icon { height: 16px; min-width: 16px; padding: 0 8px; text-align: center; background-color: #f7f7f7; font-size: 11px; color: #aaa; border-radius: 20px; line-height: 16px; font-weight: 400; } .quantity-icon-placeholder { opacity: 0; transition: opacity .5s linear; } .quantity-icon-notification { background-color: #f50; color: #fff; display: block; position: absolute; top: 4px; left: 24px; line-height: 14px; box-shadow: 0 0 0 2px #3d3d3d; padding: 1px 5px; opacity: 1; transition: opacity .5s linear; } .special-payment-section { display: inline-block; padding-top: 10px; } .special-payment-section .special-payment-name { vertical-align: middle; } .special-payment-section .icon { vertical-align: middle; } .swiper-container { margin: 0 auto; position: relative; overflow: hidden; z-index: 1; } .swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -ms-flexbox; display: -webkit-flex; display: flex; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; box-sizing: content-box; } .swiper-wrapper { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .navbar-linio .navbar-brand { background-size: contain; margin-top: 3px; } @media (min-width:544px) and (max-width:746px) { .navbar-linio .navbar-brand { margin-left: 8px; } } @media (min-width:992px) { .navbar-linio .navbar-brand { margin-left: 12px; } } .navbar-title { color: inherit; font-size: 16px; font-weight: 700; line-height: 17px; margin-bottom: 5px; } @media (max-width:992px) { .navbar-title { display: none; } } .navbar-title:hover { color: #fff; } .navbar-linio { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12); color: #f50; height: 112px; padding: 0; height: 56px; } .navbar-linio .header-logo { position: absolute; } @media (min-width:540px) and (max-width:640px) { .navbar-linio .header-logo { margin-left: 8px; } } @media (max-width:370px) { .navbar-linio .header-logo { margin-left: 8px; } } .navbar-linio .header-container { padding-left: 0; } @media (max-width:1180px) { .navbar-linio .col-sm-1:first-child, .navbar-linio .col-xs-2:first-child { padding-left: 0; } } .navbar-linio .input-group-search { margin-bottom: 8px; margin-top: 8px; } .navbar-linio .input-group-search input:hover { z-index: 0; } .navbar-linio .input-group-search .input-group-btn { vertical-align: top !important; } .navbar-linio .input-group-search .search-categories { width: 180px; border-radius: 4px 0 0 4px; border-right: 0; } .navbar-linio .navbar-toggler { background-color: #fff; border-radius: 0; border: 1px solid transparent; color: #f50; padding: 0 8px; } @media (max-width:992px) { .navbar-linio .navbar-toggler { padding: 1px 4px; } } @media (max-width:768px) { .navbar-linio .navbar-toggler { width: 57px; padding-left: 0; } } .navbar-linio .navbar-toggler .icon { color: #f50; } @media (min-width:992px) { .navbar-linio .navbar-toggler .icon { font-size: 24px; } } @media (max-width:992px) { .navbar-linio .navbar-toggler .icon { font-size: 32px; } } @media (min-width:992px) { .navbar-linio .navbar-toggler .icon-margin { margin-top: 4px; margin-bottom: 0; } } @media (max-width:992px) { .navbar-linio .navbar-toggler .icon-margin { margin-top: 12px; } } .navbar-linio .navbar-toggler:hover { color: #fff; background-color: #f50; } .navbar-linio .navbar-toggler:hover .icon { color: inherit; } .navbar-linio .header-icons-row .icon { cursor: pointer; } @media (min-width:992px) { .navbar-linio .header-icons-row .icon { font-size: 36px; } } @media (max-width:992px) { .navbar-linio .header-icons-row .icon { font-size: 32px; } } @media (min-width:992px) { .navbar-linio .header-icons-row .icon-padding { padding: 10px; } } @media (max-width:992px) { .navbar-linio .header-icons-row .icon-padding { padding: 12px; } } .navbar-linio .header-icons-row .quantity-icon { cursor: pointer; left: 40px; line-height: 14px; top: 8px; } @media (min-width:992px) and (max-width:1180px) { .navbar-linio .header-icons-row .quantity-icon { left: 32px; } } @media (min-width:544px) and (max-width:580px) { .navbar-linio .header-icons-row .quantity-icon { left: 32px; } } @media (max-width:370px) { .navbar-linio .header-icons-row .quantity-icon { left: 32px; } } .search { display: inline-block; float: left; padding-left: 120px; width: 100%; } .subheader-navbar { background-color: #fff; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12); height: 32px; line-height: 32px; margin: 0 -4px; } .subheader-navbar .subheader-links-set { float: left; width: 70%; } .subheader-navbar .subheader-links-set a { padding: 8px 4px; color: white; font-weight: 400; } .subheader-navbar .subheader-links-set a:hover { color: #f50; } @media (max-width:sm 544px) { .wrapper { padding-left: 20px; padding-right: 20px; } } body, html { height: 100%; min-width: 320px; } .wrapper { height: auto !important; margin-bottom: -128px; margin-top: 128px; min-height: 100%; padding: 0 4px; width: 100%; } @media (min-width:768px) { .wrapper { margin-top: 56px; } } @media screen and (max-width:992px) { .wrapper { margin-bottom: 0; } } @media screen and (max-width:767px) { .wrapper { background: #f7f7f7; } .container { background: white; } } @media (max-width:992px) { .wrapper > .container-fluid { margin-bottom: 0; } } .container-semi-fluid { max-width: 1180px; min-width: 312px; } @media (max-width:767px) { body { padding-left: 0; padding-right: 0; } } .bg-medium-body { color: #fff !important; background-color: #3d3d3d !important; } @media screen and (max-width:767px) { .product-bg-container { background: #fff; border-bottom: 20px solid #f7f7f7; padding: 20px 8px; } } .product-detail { margin-left: 0; margin-right: 0; padding-bottom: 20px; float: left; } @media screen and (max-width:991px) { .product-detail { display: table; } } @media screen and (max-width:767px) { .product-detail { padding-bottom: 0; } } .product-detail .product-title { float: left; padding-left: 0; padding-right: 0; } @media screen and (max-width:991px) { .product-detail .product-title { padding-top: 0px; } } @media screen and (max-width:767px) { .product-detail .product-title { background: #fff; border-bottom: 0; margin-bottom: 20px; padding-left: 8px; padding-right: 8px; } } .product-detail .product-title h1 { display: inline-block; margin-bottom: 8px; padding-left: 0; padding-right: 0; font-weight: 600; color: black; font-size: 1.4rem; } .select-price { border: lightgray solid 1px; border-radius: 6px; margin: 10px 14px 0px 14px; padding: 5px 16px; cursor: pointer; background: #f7f7f7; } @media screen and (max-width:767px) { .select-price { margin: 10px 2px 0px 2px; padding: 2px 10px; } } .consumable-unit-price { color: #666; font-size: 14px; font-weight: 400; display: inline-block; } .buy-information { float: right; } @media screen and (max-width:767px) { .buy-information { padding-left: 0; padding-right: 0; } } .buy-information .product-price { padding-bottom: 24px; } @media screen and (max-width:767px) { .buy-information .product-price { background: #fff; padding: 0; float: left; width: 100%; } } @media screen and (max-width:767px) { .buy-information .product-price:last-child { padding: 10pxm; border-bottom: 20px 1px #f7f7f7; } } .buy-information .product-price .product-bg-container a { color: #666; margin-bottom: 12px; text-decoration: underline; } .buy-information .product-price .variation-title { display: inline-block; margin-bottom: 16px; margin-right: 12px; } @media screen and (max-width:767px) { .buy-information .product-price .variation-title {} } .buy-information .product-price .product-options { margin-bottom: 12px; position: relative; } .buy-information .product-price .product-options label { margin-bottom: 8px; margin-right: 8px; margin-right: 8px; } .buy-information .product-price .product-options label:last-child { margin-right: 0; } .buy-information .product-price .product-options input { display: none; } .buy-information .product-price .product-options input:checked + label { color: #f50; background-image: none; background-color: transparent; border-color: #f50; } .buy-information .product-price .product-options input:checked + label:active, .buy-information .product-price .product-options input:checked + label:focus { color: #fff; background-color: #f50; border-color: #f50; } .buy-information .product-price .product-options input:checked + label:hover { color: #fff; background-color: #f50; border-color: #f50; } .buy-information .product-price .product-options input:checked + label:disabled:focus { border-color: #f96; } .buy-information .product-price .product-options input:checked + label:disabled:hover { border-color: #f96; } .buy-information .product-price .product-options .btn-disabled { overflow: hidden; position: relative; } .buy-information .product-price .product-options .btn-disabled:after { background: #fff; content: ''; height: 2px; left: 0; margin-top: -1px; position: absolute; top: 50%; -webkit-transform: skewY(-45deg); transform: skewY(-45deg); width: 100%; } .buy-information .product-price button, .modal-content .btn { font-weight: 100; margin-bottom: 12px; width: 100%; font-size: 1.2rem !important; } @media screen and (max-width:767px) { .buy-information .product-price button { border-radius: 0; bottom: 0; left: 0; margin-bottom: 0; position: fixed; z-index: 25; } .buy-information .product-price .product-options { margin-bottom: 12px; position: relative; zoom: 130%; } } .buy-information .seller-information { border-top: solid 1px #eee; padding-top: 20px; float: left; width: 100%; } @media screen and (max-width:767px) { .buy-information .seller-information { padding: 20px 8px; border-top: 0; border-bottom: 0; margin-bottom: 20px; } } .buy-information .seller-information h4 { margin-bottom: 8px; } @media screen and (max-width:767px) { .buy-information .seller-information h4 { text-transform: uppercase; } } .buy-information .seller-information a:first-of-type { display: inline-block; margin-right: 8px; } @media screen and (max-width:767px) { .buy-information .seller-information a { float: none; } } .buy-information .seller-information .high-rating { background: #45a00a; } @media (max-width:767px) { .product-bg-container.product-general-info { padding-top: 0; padding-bottom: 0; } .product-bg-container.variation-info { border-bottom: 0; } .product-bg-container.variation-info > :first-child:not(form) { border-bottom: 20px; padding-top: 20px; } } .product-description-container { margin: 0; padding-bottom: 40px; padding-top: 32px; } @media screen and (max-width:767px) { .product-description-container { padding-top: 20px; background: #fff; padding-left: 8px; padding-right: 8px; margin-bottom: 20px; border-bottom: 0; } } .item-shipping-estimate { margin-bottom: 8px; cursor: pointer; } @media (max-width:767px) { .item-shipping-estimate { padding: 12px; } } .item-shipping-estimate .item-shipping-estimate-title { font-weight: 900; position: relative; padding-left: 32px; padding-top: 5px; padding-bottom: 10px; font-size: 16px; text-transform: uppercase; } .item-shipping-estimate .item-shipping-estimate-icon { font-size: 20px; border-radius: 50%; color: #fff; position: absolute; padding: 3px; } .item-shipping-estimate .item-shipping-estimate-response { font-size: .88rem; font-weight: 500; line-height: 20px; } .item-shipping-estimate .valid .item-shipping-estimate-title { color: #45a00a; } .item-shipping-estimate .valid .item-shipping-estimate-response .regular { color: #45a00a; font-weight: bold; margin: 0 3px; } .item-shipping-estimate .valid .item-shipping-estimate-icon { background-color: #45a00a; } .item-shipping-estimate .valid .item-shipping-estimate-icon.regular:before { content: '\E020'; } .item-shipping-estimate .valid .item-shipping-estimate-address, .item-shipping-estimate .valid .item-shipping-estimate-date-time { display: inline; } .form-control { border: 1px solid #ccc; color: #333; } .navbar-linio .header-icons-row .icon { color: #fff; } .navbar-linio .navbar-toggler { background-color: #4c4c4c; color: #fff; } .navbar-linio .navbar-toggler .icon { color: #fff; } .navbar-linio .navbar-toggler:hover { background-color: #fff; } .navbar-linio .navbar-toggler:hover .icon-margin, .navbar-linio .navbar-toggler:hover .navbar-title { color: #f50; } .navbar-linio .quantity-icon-notification { background-color: #fff; color: #455a64; } .navbar-linio .quantity-icon-wrapper { text-align: center; } #item-shipping-estimate-content { border: lightgray solid 1px; background: #f7f7f7; border-radius: 6px; padding: 6px 16px; margin: 0 10px; } @media (max-width:544px) { .navbar-linio .quantity-icon-wrapper .icon-padding { padding: 12px 0; } } .navbar-linio .quantity-icon-wrapper:hover .icon { color: #f50; } .navbar-linio .quantity-icon-wrapper:hover .quantity-icon-notification { background-color: #f50; color: #fff; } .subheader-navbar { background-color: #4c4c4c; } .subheader-navbar .subheader-links-set a:hover { color: #fff; } #foto, #info { padding: 0 20px; } #info h1 { font-size: } #info .brand { line-height: 30px; } .rating-content:hover { cursor: pointer; } #item-shipping-estimate a, .rate { color: black; display: block; font-weight: bold; padding: 20px 10px; text-transform: uppercase; } #amount::before { font-family: "Linio Icon Set"; position: relative; top: -5px; content: "-"; float: left } #amount::after { font-family: "Linio Icon Set"; position: relative; top: -5px; content: "+"; float: right; } #badges { width: 100%; display: block; background: white; float: left; padding: 4px 10px; text-align: center; } #item-shipping-estimate { padding: 10px 0; margin: 0; } .container-semi-fluid { max-width: 1180px; min-width: 312px; } .container-fluid { margin-left: auto; margin-right: auto; padding-left: 4px; padding-right: 4px; } .badge { border: lightgray 1px solid; border-radius: 100px; font-size: .88rem; font-weight: 100; cursor: pointer; margin: 4px; padding: 4px 10px; background: white; color: dimgray; line-height: 20px; } .badge:hover { border: black 1px solid; color: black; } .badge .icon { padding: 0 4px 0 0px; font-size: 20px; float: left; margin: 0; top: 2px; } .product-detail .product-title h1, .rating-content { margin: 0px 0 10px 0; cursor: pointer; } .rating-content .opinions { font-size: .8rem; } .btn:focus { box-shadow: none; outline: none; } .btn-primary:not(:disabled):not(.disabled):active { color: #fff; background-color: #c40; border-color: #c24100; background-image: none; } .btn-primary.focus, .btn-primary:focus, .btn-primary:active { color: #fff; background-color: #c40; border-color: #c24100; box-shadow: none; } .item-shipping-estimate .item-shipping-estimate-title { padding-bottom: 2px; } .buy-information .seller-information { border-top: solid 1px #ccc; margin: 10px 0px; } .seller-information .rating-content { margin: 0; float: left; } .seller-information a { margin: 0 !important; color: #45a00a; } .seller-information .score { color: #45a00a !important; } .buy-information .product-price .variation-title, .buy-information .seller-information h4 { font-weight: normal; color: #666; float: left; line-height: 25px; padding: 0px 10px; } .variation-title span { margin-left: 6px; color: black; font-weight: bold; text-transform: uppercase; } .original-price, .discount { font-size: 1rem; } .btn.btn-lg { height: 52px; font-size: 20px; line-height: 32px; } .navbar-linio .navbar-toggler { background: none; } .product-title h1 { font-size: 1.2rem; } .subheader-navbar { font-size: 1rem; } .subheader-navbar .subheader-links-set a { padding: 8px; font-size: 1rem !important; } .navbar-title { font-size: 1rem; font-weight: 400; } .navbar-linio .input-group-search .search-categories, .input-group .form-control:last-child { font-size: 1rem; } .price-deal { font-size: 1.6rem; } .special-payment-name { font-size: 1rem; } .special-payment-section { padding-top: 4px; } .special-payment-section .icon { font-size: 1.6rem; } .product-price-container { padding: 0px 20px 20px 20px; } .rating-content { margin: 14px 4px; zoom: 120% } .rating-content .score { font-weight: bold; color: darkorange; margin-right: .2rem; } .rating-content .star-rating.high-rating .active { color: darkorange; } .rating-content .star-rating { margin-right: .4rem; } .btn.btn-default-outline { background: #f7f7f7; line-height: 32px; min-height: 36px; min-width: 74px; color: #777777; } .btn.btn-default-outline { border: #f7f7f7 solid 1px; } .buy-information .product-price .product-options .btn-disabled { color: #ddd; cursor: not-allowed; font-weight: lighter; } .btn.btn-default-outline.btn-disabled:hover { background: #f7f7f7; border: #f7f7f7 1px solid; } .buy-information .product-price .product-options .btn-disabled:after { background: #ddd; } .buy-information .product-price .product-options label { margin-bottom: 12px; margin-right: 12px; } .item-shipping-estimate .valid .item-shipping-estimate-title { font-weight: bold; line-height: 18px; } .buy-information .product-price .product-bg-container a { text-decoration: none; font-size: 1rem; font-weight: bold; color: #45a00a; margin-right: 0; float: left; line-height: 28px; padding: 0 10px 0 0; } .sprite { display: inline-block; } .sprite-cmr { background-image: url(../assets/img/sprites.png); background-position: -367px -304px; width: 68px; height: 24px; vertical-align: -15%; } .link-sizes { position: relative; padding: 10px; font-size: 1rem !important; } .link-sizes .icon img { width: 18px; height: 18px; position: relative; margin-right: 6px; top: -1px; } .table td { font-size: 1rem; } .product-bg-container ul li { font-size: 1rem; } .lighthouse { background: #333; position: relative; width: 116px; height: 16px; display: block; } .lighthouse img { height: 16px; width: 116px; float: left; top: 0; } .modal-content .btn { width: 100%; } .modal-content .product-price-container { cursor: pointer; } .popover { box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2); line-height: 16px; font-size: 1rem; padding: 20px; } @media screen and (max-width: 767px) { #item-shipping-estimate-content { padding: 6px 10px; } .primary-logo, .header-icons-row { display: none; } .btn-lg { padding: .2rem .5rem; } #foto, #info { padding: 0; } .wrapper { margin-top: 56px; } #item-shipping-estimate { padding: 0; } .btn.btn-default-outline { min-width: 80px; } .link-lower { font-size: 1.2rem !important; } .product-bg-container.variation-info > :first-child:not(form) { border-bottom: 20px; padding-top: 0px; } .buy-information .product-price button { border-radius: 6px; bottom: 0; left: 0; margin-bottom: 10px; position: relative !important; z-index: 25; } .item-shipping-estimate { padding: 0 10px; } .product-detail .product-title { margin-bottom: 10px; padding-bottom: 10px; } .product-detail .product-title { margin-bottom: 0; } } /*! CSS Used from: https://assets.linio.com/css/alice-021541b492.css */ figure { display: block; } img { border: 0; } figure { margin: 1em 40px; } @media print { *, ::after, ::before { text-shadow: none !important; box-shadow: none !important; } img { page-break-inside: avoid; } img { max-width: 100% !important; } } *, ::after, ::before { box-sizing: inherit; } figure { margin: 0 0 1rem; } img { vertical-align: middle; } .row { margin-left: -4px; margin-right: -4px; } .row::after { content: ""; display: table; clear: both; } .col-lg-5, .col-md-12 { position: relative; min-height: 1px; padding-left: 4px; padding-right: 4px; } @media (min-width:768px) { .col-md-12 { float: left; } .col-md-12 { width: 100%; } .product-detail .product-title { margin-bottom: 0; } } @media (min-width:992px) { .col-lg-5 { float: left; } .col-lg-5 { width: 41.66667%; } } @media (max-width:991px) { .hidden-md-down { display: none !important; } } @media (min-width:992px) { .hidden-lg-up { display: none !important; } } div { margin: 0; padding: 0; } img { border: 0; } .dot-nav { margin-bottom: 0; padding: 8px 12px; } .hide { display: none !important; } .swiper-container { margin: 0 auto; position: relative; overflow: hidden; z-index: 1; } .swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -ms-flexbox; display: -webkit-flex; display: flex; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; box-sizing: content-box; } .swiper-wrapper { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .swiper-slide { -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; flex-shrink: 0; width: 100%; height: 100%; position: relative; cursor: zoom-in; } .swiper-button-next, .swiper-button-prev { position: absolute; cursor: pointer; background: rgba(102, 102, 102, .6); height: 120px; max-height: 100%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 48px; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12); z-index: 10; } .swiper-button-next:hover, .swiper-button-prev:hover { background: rgba(102, 102, 102, .8); } .swiper-button-next:after, .swiper-button-prev:after { display: block; font-size: 32px; font-family: 'Linio Icon Set'; font-weight: 400; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; color: #fff; margin: 0; position: absolute; top: 50%; height: 32px; width: 32px; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .swiper-button-prev.swiper-button-disabled { display: none; } .swiper-button-prev { left: 0; right: auto; } .swiper-button-prev:after { margin: 7px 8px; content: ""; } .swiper-button-next { right: 0; left: auto; } .swiper-button-next:after { margin: 7px 8px; content: ""; } .swiper-pagination { text-align: center; transition: .3s; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 10; } .swiper-pagination-bullet { width: 10px; height: 10px; display: inline-block; border-radius: 10px; background: #fff; border: 1px solid #666; top: 3px; left: 3px; margin: 0 8px 0 0; } .swiper-pagination-bullet-active { opacity: 1; background-color: #666; } .product-detail .gallery-product-image { padding-left: 0; padding-top: 20px; text-align: center; } @media screen and (max-width:991px) { .product-detail .gallery-product-image { display: table-header-group; float: none; padding-bottom: 20px; padding-right: 0; } } @media screen and (max-width:767px) { .product-detail .gallery-product-image { background: #fff; } } .product-detail .gallery-product-image .gallery-image-container { position: relative; } @media screen and (max-width:767px) { .product-detail .gallery-product-image .gallery-image-container { border-top: 8px solid #f7f7f7; } .swiper-wrapper { zoom: 50%; } } .product-detail .gallery-product-image .gallery-image-container img { height: auto; max-height: 338px; max-width: 338px; width: 100%; } .product-detail .gallery-product-image .slider-container { margin-bottom: 24px; margin-top: 24px; position: relative; text-align: center; } .product-detail .gallery-product-image .slider-container .row { width: 40px; height: 100%; box-sizing: content-box; } .product-detail .gallery-product-image .slider-container .swiper-button-prev:after { margin: 0; width: 20px; height: 20px; left: 15%; } .product-detail .gallery-product-image .slider-container .swiper-button-next:after { margin: 0; width: 20px; height: 20px; left: 10%; } .product-detail .gallery-product-image .slider-container .gallery-container { float: none; vertical-align: top; white-space: normal; box-sizing: border-box; } .product-detail .gallery-product-image .slider-container .gallery-container .product-image { box-sizing: border-box; display: inline-block; margin-right: 8px; height: 91px; width: 91px; } .product-detail .gallery-product-image .slider-container .gallery-container .product-image img { border: solid 1px #eee; cursor: pointer; height: 100%; width: 100%; } .product-detail .gallery-product-image .slider-container .gallery-container .product-image img:last-of-type { margin-right: 0; } @media screen and (max-width:991px) { .swiper-button-next, .swiper-button-prev { display: none; } } .magnifying-glass { border: solid 1px #ccc; background: rgba(255, 255, 255, .7); cursor: pointer; } @media screen and (max-width:991px) { .magnifying-glass { display: none; } } .zoom-container { position: absolute; background: #fff; border: solid 1px #ccc; z-index: 10; overflow: hidden; } @media screen and (max-width:991px) { .zoom-container { display: none; } } .zoom-container img { position: relative; } .alert { margin: 5px 0; border: 0; padding: 15px; position: relative; } .alert a { font-size: 1rem; font-weight: 400; color: inherit; margin: 0; } .alert a { text-decoration: underline; } .alert .alert-text { margin-left: 40px; line-height: 32px; font-weight: 700; } .alert .icon { color: inherit; font-size: 32px; float: left; } .alert-success { color: #45a00a; } @media screen and (max-width:414px) { .alert { margin: 0; padding: 16px 8px 16px 8px; } .alert .alert-text { margin-left: 30px; } .alert .icon { top: 10px; left: 6px; font-size: 24px; } } .added-modal-alert .added-body { padding-top: 0; margin-bottom: 0; } .added-modal-alert .added-header { border-bottom: solid 1px #eee; padding: 8px 0 0 0; position: relative; } .added-modal-alert .added-header .header-title { margin-bottom: 0; font-weight: 700; } .added-modal-alert .added-header .header-icon-close-container { position: absolute; right: -5px; top: 0; } .modal-content .header-icon-close { color: black; height: 24px; width: 24px; font-size: 24px; z-index: 999; } .added-modal-alert .product-modal-info { margin-bottom: 20px; padding-top: 10px; } .added-modal-alert .product-modal-info .image-container { margin-right: 8px; min-width: 91px; padding-top: 8px; } .added-modal-alert .product-modal-info .product-image { height: 91px; width: 91px; } .added-modal-alert .product-modal-info .product-name { color: #333; font-weight: 700; padding-top: 3px; } .added-modal-alert .product-modal-info .price-main { font-size: 16px; } .added-modal-alert .btn-go-to-cart { color: #fff; background-color: #f50; border-color: #f50; font-weight: 700; width: 100%; height: 32px; padding: 5px 0 1.25rem; margin-bottom: 12px; text-decoration: none; } .added-modal-alert .btn-close-and-keep-shopping { color: #333; font-weight: 700; text-align: center; text-decoration: underline; text-transform: none; width: 100%; } .icon.icon-sm { font-size: 24px; } .usp-title { display: inline; position: relative; top: -8px; } .usp-internal { color: #666; margin: auto; font-size: 12px; padding: 10px; font-weight: 400; line-height: 20px; text-decoration: none; text-transform: uppercase; } .usp-internal:focus, .usp-internal:hover { color: #333; text-decoration: none; } .usp-internal:active { cursor: none; text-decoration: none; } .usp-container { border: 0; margin: 20px; padding: 20px; margin-bottom: 40px; border: lightgray solid 1px; } .usp-container .icon { margin: 0 auto; } .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link { text-align: center; font-size: 1rem !important; text-transform: uppercase; min-height: 60px; padding: 20px; border: none; } .nav-tabs .nav-link.active { color: orangered; border-top: 4px solid orangered; } .nav-tabs .nav-link { color: #ccc; background: #f7f7f7; } .combo-options-mobile { display: none; } .prices { margin: 0 20px; } @media screen and (max-width:767px) { .usp-container { background: #fff; border: 0; margin-left: -8px; margin-right: -8px; padding-top: 12px; } .product-bg-container { background: #fff; border-bottom: 20px solid #f7f7f7; padding: 20px 8px; } .buy-information .usp-container { border: 0; margin-top: 0; margin-bottom: 20px; padding-top: 12px; padding-bottom: 12px; } #badges, .tabs-desktop, .variation-info { display: none; } .combo-options-mobile { display: block; } } .offline .testMessage { padding: 20px 40px; background-color: lightgray; font-size: 15px; position: fixed; font-weight: bold; z-index: 6000; width: 100%; top: 56px; left: 0; } .offline .test-price { display: none !important; } .offline .test-CTA-button { display: none !important; }
app/styles/style-flex.css
@charset "UTF-8"; @import url('https://fonts.googleapis.com/css?family=Open+Sans'); @import url('https://fonts.googleapis.com/css?family=Lato'); @font-face { font-family: 'Linio Icon Set'; font-weight: 400; src: url(https://assets.linio.com/assets/fonts/iconfont-bab26d982d.woff2) format("woff2"), url(https://assets.linio.com/assets/fonts/iconfont-e775d41103.woff) format("woff"), url(https://assets.linio.com/assets/fonts/iconfont-84fc43838c.ttf) format("opentype"); } @font-face { font-family: 'Function Pro'; font-weight: 700; src: url(https://assets.linio.com/assets/fonts/FunctionPro-Book-d83aa93e75.woff2) format("woff2"), url(https://assets.linio.com/assets/fonts/FunctionPro-Book-83438b6289.woff) format("woff"), url(https://assets.linio.com/assets/fonts/FunctionPro-Book-39b4ce04b5.otf) format("opentype"); } @font-face { font-family: 'Function Pro'; font-weight: 400; src: url(https://assets.linio.com/assets/fonts/FunctionPro-Light-c71b546be2.woff2) format("woff2"), url(https://assets.linio.com/assets/fonts/FunctionPro-Light-15adf5ca00.woff) format("woff"), url(https://assets.linio.com/assets/fonts/FunctionPro-Light-91193084e9.otf) format("opentype"); } @font-face { font-family: 'Function Pro'; font-family: 'Open sans'; font-family: 'Lato'; } body, html, p, a, .btn { text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004) !important; text-rendering: optimizeLegibility !important; -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale !important; font-size: 1rem !important; transition: all 0.2s ease 0s; font-family: 'Function Pro'; font-family: 'Open sans'; font-family: 'Lato'; font-weight: 800; font-size: .88rem !important; } html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; overflow: -moz-scrollbars-vertical; overflow-y: scroll; } body { margin: 0; padding-right: 0 !important; } footer, header, main, nav { display: block; } section { background: white; } a { background-color: transparent; } a:active { outline: 0; } a:hover { outline: 0; } strong { font-weight: 700; } h1 { font-size: 2em; margin: .67em 0; } img { border: 0; } code { font-family: monospace, monospace; font-size: 1em; } button, input, select { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button { -webkit-appearance: button; cursor: pointer; } html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type=radio] { box-sizing: border-box; padding: 0; } table { border-collapse: collapse; border-spacing: 0; } td { padding: 0; } @media print { *, ::after, ::before { text-shadow: none !important; box-shadow: none !important; } a, a:visited { text-decoration: underline; } img, tr { page-break-inside: avoid; } img { max-width: 100% !important; } h2, p { orphans: 3; widows: 3; } h2 { page-break-after: avoid; } .navbar { display: none; } .table { border-collapse: collapse !important; } .table td { background-color: #fff !important; } } html { box-sizing: border-box; } *, ::after, ::before { box-sizing: inherit; } html { font-size: 16px; -webkit-tap-highlight-color: transparent; } body { font-size: 1rem; line-height: 1.5; color: #fff; background-color: #fff; } [tabindex="-1"]:focus { outline: 0 !important; } h1, h2, h4 { margin-top: 0; margin-bottom: .5rem; } p { margin-top: 0; margin-bottom: 1rem; } ol, ul { margin-top: 0; margin-bottom: 1rem; } a { color: #f50; text-decoration: none; } a:focus, a:hover { color: #ff9864; text-decoration: underline; } a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } img { vertical-align: middle; } a, button, input, label, select { -ms-touch-action: manipulation; touch-action: manipulation; } table { background-color: #fff; } label { display: inline-block; margin-bottom: .5rem; } button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; } button, input, select { margin: 0; line-height: inherit; border-radius: 0; } .container-fluid { margin-left: auto; margin-right: auto; padding-left: 4px; padding-right: 4px; } .container-fluid::after { content: ""; display: table; clear: both; } .row { margin-left: -4px; margin-right: -4px; } .row::after { content: ""; display: table; clear: both; } .col-lg-1, .col-lg-12, .col-lg-2, .col-lg-9, .col-md-12, .col-md-3, .col-md-4, .col-md-5, .col-md-7, .col-md-8, .col-sm-1, .col-sm-3, .col-sm-5, .col-sm-6, .col-xs-12, .col-xs-2, .col-xs-4, .col-xs-6, .col-xs-8 { position: relative; min-height: 1px; padding-left: 4px; padding-right: 4px; } .col-xs-12, .col-xs-2, .col-xs-4, .col-xs-6, .col-xs-8 { float: left; } .col-xs-2 { width: 16.66667%; } .col-xs-4 { width: 33.33333%; } .col-xs-6 { width: 50%; } .col-xs-8 { width: 66.66667%; } .col-xs-12 { width: 100%; } .number { margin: auto; height: 52px; border-radius: 4px; border: lightgray solid 1px; } .number span { color: lightgray; position: relative; cursor: pointer; padding: 16px 0; height: 52px; } .minus, .plus { width: 20px; height: 20px; width: 20%; border-radius: 4px; display: inline-block; vertical-align: middle; text-align: center; } .number input:focus { outline: none; } .number input { background: none; height: 48px; width: 50%; text-align: center; font-weight: bold; font-size: 16px; border: none; border-radius: 4px; display: inline-block; vertical-align: middle; } .radio-item { position: absolute; top: 16px; right: 40px; height: 40px; width: 40px; background-image: url(../assets/img/radio-card-selected.svg); background-size: 100% 100%; background-repeat: no-repeat; cursor: pointer } .hint-text { font-size: 01rem; color: grey; } .styled-button { color: white; font-weight: bold; background-color: lightsea#45a00a; border: 3px solid #188781; padding: 0.5rem; } .styled-button:hover, .styled-button:active, .styled-button:focus { background-color: #24c8bf; cursor: pointer; -webkit-transform: translate(1px, 1px); transform: translate(1px, 1px); } .styled-button:focus { outline: 3px solid orange; } .styled-list { list-style-type: initial; margin-left: 2rem; } .styled-list li { line-height: 1.25; } .styled-list ul { list-style-type: circle; margin-left: 1.25rem; } .expand-button, .expand-button2 { cursor: pointer; display: block; width: 50%; margin-top: 1rem; border-radius: 3px; font-size: 1rem; padding: 1rem; font-size: 1rem !important; color: black; font-weight: bold; } .special-text { position: relative; max-height: 200px; max-width: 100%; overflow: hidden; transition: max-height .4s ease; } .special-text.-expanded { max-height: 100vh; max-height: 100%; } .special-text:not(.-expanded)::after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: linear-gradient(rgba(255, 255, 255, 0), white); } @media (min-width:544px) { .col-sm-1, .col-sm-3, .col-sm-5, .col-sm-6 { float: left; } .col-sm-1 { width: 8.33333%; } .col-sm-3 { width: 25%; } .col-sm-5 { width: 41.66667%; } .col-sm-6 { width: 50%; } } @media (min-width:768px) { .col-md-12, .col-md-3, .col-md-4, .col-md-5, .col-md-7, .col-md-8 { float: left; } .col-md-3 { width: 25%; } .col-md-4 { width: 33.33333%; } .col-md-5 { width: 41.66667%; } .col-md-7 { width: 58.33333%; } .col-md-8 { width: 66.66667%; } .col-md-12 { width: 100%; } } @media (min-width:992px) { .col-lg-1, .col-lg-12, .col-lg-2, .col-lg-9 { float: left; } .col-lg-1 { width: 8.33333%; } .col-lg-2 { width: 16.66667%; } .col-lg-9 { width: 75%; } .col-lg-12 { width: 100%; } } .table { width: 100%; max-width: 100%; margin-bottom: 1rem; } .table td { padding: 8px; line-height: 1.5; vertical-align: top; border-top: 0 solid #eceeef; } .table-striped tbody tr:nth-of-type(odd) { background-color: #f7f7f7; } .form-control { display: block; width: 100%; padding: 8px 8px; font-size: 1rem; line-height: 1.5; color: #666; background-color: #f7f7f7; background-image: none; border: 1px solid #ccc; border-radius: 3px; } .form-control::-ms-expand { background-color: transparent; border: 0; } .form-control:focus { border-color: #939393; outline: 0; } .form-control::-webkit-input-placeholder { color: #939393; opacity: 1; } .form-control::-moz-placeholder { color: #939393; opacity: 1; } .form-control::-ms-input-placeholder { color: #939393; opacity: 1; } .form-control::placeholder { color: #939393; opacity: 1; } .form-control:disabled { background-color: #eceeef; opacity: 1; } .form-control:disabled { cursor: not-allowed; } input[type=radio]:disabled { cursor: not-allowed; } .btn { display: inline-block; font-weight: 700; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; padding: 8px 8px; font-size: 1rem; line-height: 1.5; border-radius: .25rem; } .btn:active:focus, .btn:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:focus, .btn:hover { text-decoration: none; } .btn:active { background-image: none; outline: 0; } .btn:disabled { cursor: not-allowed; opacity: .65; } .btn-primary { color: #fff; background-color: #f50; border-color: #f50; } .btn-primary:hover { color: #fff; background-color: #c40; border-color: #c24100; } .btn-primary:focus { color: #fff; background-color: #c40; border-color: #c24100; } .btn-primary:active { color: #fff; background-color: #c40; border-color: #c24100; background-image: none; } .btn-primary:active:focus, .btn-primary:active:hover { color: #fff; background-color: #a83800; border-color: #802b00; } .btn-primary:disabled:focus { background-color: #f50; border-color: #f50; } .btn-primary:disabled:hover { background-color: #f50; border-color: #f50; } .btn-secondary { color: #373a3c; background-color: #fff; border-color: #ccc; } .btn-secondary:hover { color: #373a3c; background-color: #e6e6e6; border-color: #adadad; } .btn-secondary:focus { color: #373a3c; background-color: #e6e6e6; border-color: #adadad; } .btn-secondary:active { color: #373a3c; background-color: #e6e6e6; border-color: #adadad; background-image: none; } .btn-secondary:active:focus, .btn-secondary:active:hover { color: #373a3c; background-color: #d4d4d4; border-color: #8c8c8c; } .btn-secondary:disabled:focus { background-color: #fff; border-color: #ccc; } .btn-secondary:disabled:hover { background-color: #fff; border-color: #ccc; } .btn-primary-outline { color: #f50; background-image: none; background-color: transparent; border-color: #f50; } .btn-primary-outline:active, .btn-primary-outline:focus { color: #fff; background-color: #f50; border-color: #f50; } .btn-primary-outline:hover { color: #f50; background-color: #fff8f4; border-color: #f50; } .btn-primary-outline:disabled:focus { border-color: #f96; } .btn-primary-outline:disabled:hover { border-color: #f96; } .btn-lg { padding: .75rem 1.25rem; font-size: 1.25rem; line-height: 1.33333; border-radius: .3rem; } .btn-sm { padding: .25rem 8px; font-size: .875rem; line-height: 1.5; border-radius: .2rem; } .input-group { position: relative; display: table; border-collapse: separate; } .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } .input-group .form-control:active, .input-group .form-control:focus, .input-group .form-control:hover { z-index: 3; } .input-group .form-control, .input-group-btn { display: table-cell; } .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } .input-group .form-control:first-child { border-bottom-right-radius: 0; border-top-right-radius: 0; } .input-group .form-control:last-child, .input-group-btn:last-child > .btn { border-bottom-left-radius: 0; border-top-left-radius: 0; } .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } .input-group-btn > .btn { position: relative; } .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover { z-index: 3; } .input-group-btn:last-child > .btn { z-index: 2; margin-left: -1px; } .input-group-btn:last-child > .btn:active, .input-group-btn:last-child > .btn:focus, .input-group-btn:last-child > .btn:hover { z-index: 3; } .navbar { position: relative; padding: .5rem 1rem; } .navbar::after { content: ""; display: table; clear: both; } @media (min-width:544px) { .navbar { border-radius: .25rem; } } .navbar-fixed-top { position: fixed; right: 0; left: 0; z-index: 1020; } @media (min-width:544px) { .navbar-fixed-top { border-radius: 0; } } .navbar-fixed-top { top: 0; } .navbar-brand { float: left; padding-top: .25rem; padding-bottom: .25rem; margin-right: 1rem; font-size: 1.25rem; } .navbar-brand:focus, .navbar-brand:hover { text-decoration: none; } .navbar-toggler { padding: .5rem .75rem; font-size: 1.25rem; line-height: 1; background: 0 0; border: 1px solid transparent; border-radius: .25rem; } .navbar-toggler:focus, .navbar-toggler:hover { text-decoration: none; } .navbar-light .navbar-brand { color: rgba(0, 0, 0, .8); } .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover { color: rgba(0, 0, 0, .8); } .breadcrumb { padding: .75rem 1rem; margin-bottom: 1rem; list-style: none; background-color: #eceeef; border-radius: .25rem; width: 100%; } .breadcrumb::after { content: ""; display: table; clear: both; } .breadcrumb > li { float: left; } .breadcrumb > li + li::before { padding-right: .5rem; padding-left: .5rem; color: #818a91; content: "/"; } @media (max-width:543px) { .hidden-xs-down { display: none !important; } } @media (max-width:767px) { .hidden-sm-down { display: none !important; } } @media (min-width:768px) { .hidden-md-up { display: none !important; } } @media (max-width:991px) { .hidden-md-down { display: none !important; } } @media (max-width:1179px) { .hidden-lg-down { display: none !important; } } body, code, div, form, h1, h2, h4, input, li, ol, p, td, ul { margin: 0; padding: 0; } table { border-collapse: collapse; border-spacing: 0; } img { border: 0; } code { font-style: normal; font-weight: 400; } ol, ul { list-style: none; } h1, h2, h4 { font-size: 100%; font-weight: 400; } input, select { font-family: inherit; font-size: inherit; font-weight: inherit; } a { cursor: pointer; } .btn { font-size: 18px; text-transform: uppercase; height: 40px; } .btn.btn-sm { font-size: 16px; height: 32px; } .btn.btn-lg { font-size: 20px; height: 52px; } .btn.btn-disabled { cursor: default; color: #fff; background-color: #aaa; border-color: #aaa; } .btn.btn-disabled:hover { color: #fff; background-color: #919191; border-color: #8b8b8b; } .btn.btn-disabled:focus { color: #fff; background-color: #919191; border-color: #8b8b8b; } .btn.btn-disabled:active { color: #fff; background-color: #919191; border-color: #8b8b8b; background-image: none; } .btn.btn-disabled:active:focus, .btn.btn-disabled:active:hover { color: #fff; background-color: #7f7f7f; border-color: #6a6a6a; } .btn.btn-disabled:disabled:focus { background-color: #aaa; border-color: #aaa; } .btn.btn-disabled:disabled:hover { background-color: #aaa; border-color: #aaa; } .btn.btn-default-outline { color: #333; background-image: none; background-color: transparent; border-color: #333; background-color: #fff; } .btn.btn-default-outline:active, .btn.btn-default-outline:focus { color: #fff; background-color: #333; border-color: #333; } .btn.btn-default-outline:hover { color: #fff; background-color: #333; border-color: #333; } .btn.btn-default-outline:disabled:focus { border-color: #666; } .btn.btn-default-outline:disabled:hover { border-color: #666; } button:focus { outline: 0; box-shadow: none; border-color: transparent; } .table td { font-weight: 400; line-height: 20px; color: #666; font-size: 1rem; vertical-align: middle; } .table tbody tr:nth-child(odd) { background-color: #f7f7f7; } .table tbody tr:nth-child(even) { background-color: #fff; } @media screen and (max-width:767px) { td { display: block; } td:before { width: 50%; content: attr(data-label); float: left; font-weight: 700; } } .input-group { margin-top: 12px; margin-bottom: 16px; } .input-group .form-control { margin-top: 0; } select.form-control { -webkit-appearance: none; -moz-appearance: none; appearance: none; background-size: initial; background-repeat: no-repeat; background-position: center right 4px; background-image: url(../assets/img/arrow-down.svg); } select::-ms-expand { display: none; } .input-group-search .btn .icon { position: relative; top: -5px; font-size: 32px; font-weight: 400; } .form-control { height: 40px; margin-top: 6px; margin-bottom: 18px; } .form-control:focus { border-color: #939393; outline: 0; } .form-control:focus { background-color: #fff; } body { font-weight: 400; color: #666; line-height: 20px; font-size: 1rem; } p { font-size: 12px; } .price, .price-deal, .price-main, .price-promotional { color: #666; font-weight: 700; } .price-main { color: #ea2840; font-size: 1.6rem; } .price-main .price-promotional { font-size: 1.6rem;; } .price-deal { color: #45a00a; font-size: 20px; } .price-promotional { color: #333; display: inline; } .original-price { font-size: 12px; color: #aaa; line-height: 20px; text-decoration: line-through; font-weight: 400; } .discount { font-size: 14px; color: #333; line-height: 20px; font-weight: 400; } .link-lower { color: #666; font-size: 1rem; font-weight: 400; line-height: 20px; text-decoration: underline; } .link-lower:focus, .link-lower:hover { color: #333; text-decoration: underline; } .link-lower:active { color: #666; } .icon { font-family: "Linio Icon Set"; color: #666; display: inline-block; line-height: 1; font-weight: 400; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; } .icon.icon-md { font-size: 32px; } .icon.icon-xsm { font-size: 16px; } .icon.icon-margin { margin: 8px; } .icon.icon-padding { padding: 8px; } .icon.icon-inverse { color: #fff; } ul { padding-left: 15px; list-style-type: circle; margin-bottom: 32px; line-height: 1; } ul li { margin-bottom: 8px; margin-left: 8px; line-height: 20px; font-weight: 400; font-size: 1rem; } ol { padding-left: 3px; list-style-type: decimal; color: #666; margin-bottom: 32px; list-style-position: inside; } ol li:before { display: inline-block; content: ''; margin-left: 2px; } ol li { margin-bottom: 32px; font-weight: 400; line-height: 20px; color: #666; font-size: 1rem; } .breadcrumb { border-bottom: 1px solid #eee; background-color: transparent; padding: 8px 0; border-radius: 0; height: 36px; overflow: hidden; } @media screen and (max-width:767px) { .breadcrumb { display: none; } } .breadcrumb li { margin-bottom: 0; } .breadcrumb li:first-child:before { content: none; } .breadcrumb li:before { padding-right: 4px; padding-left: 4px; font-size: 12px; } .breadcrumb li a { color: #aaa; font-size: 1rem; font-weight: 400; line-height: 20px; text-decoration: underline; cursor: pointer; font-size: 12px; font-size: .88rem !important; } .breadcrumb li a:focus, .breadcrumb li a:hover { color: #aaa; cursor: pointer; text-decoration: underline; } .breadcrumb li a:active { cursor: none; text-decoration: underline; } .breadcrumb li:last-of-type { font-weight: 400; color: #aaa; float: none; overflow: hidden; font-size: .88rem; } .rating-content .rate::before { content: '('; } .rating-content .rate::after { content: ')'; } .star-rating { word-spacing: -.25em; margin-left: -4px; } .star-rating .icon { color: #ccc; position: relative; top: 3px; } .star-rating .active { color: #ffd000; } .star-rating.high-rating .active { color: #45a00a; } .quantity-icon-wrapper { display: inline-block; position: relative; } .quantity-icon-wrapper:hover { background-color: #fff; } .quantity-icon-wrapper:hover .quantity-icon-notification { box-shadow: 0 0 0 2px #fff; } .quantity-icon-wrapper:hover .icon { color: #f50; } .quantity-icon { height: 16px; min-width: 16px; padding: 0 8px; text-align: center; background-color: #f7f7f7; font-size: 11px; color: #aaa; border-radius: 20px; line-height: 16px; font-weight: 400; } .quantity-icon-placeholder { opacity: 0; transition: opacity .5s linear; } .quantity-icon-notification { background-color: #f50; color: #fff; display: block; position: absolute; top: 4px; left: 24px; line-height: 14px; box-shadow: 0 0 0 2px #3d3d3d; padding: 1px 5px; opacity: 1; transition: opacity .5s linear; } .special-payment-section { display: inline-block; padding-top: 10px; } .special-payment-section .special-payment-name { vertical-align: middle; } .special-payment-section .icon { vertical-align: middle; } .swiper-container { margin: 0 auto; position: relative; overflow: hidden; z-index: 1; } .swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -ms-flexbox; display: -webkit-flex; display: flex; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; box-sizing: content-box; } .swiper-wrapper { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .navbar-linio .navbar-brand { background-size: contain; margin-top: 3px; } @media (min-width:544px) and (max-width:746px) { .navbar-linio .navbar-brand { margin-left: 8px; } } @media (min-width:992px) { .navbar-linio .navbar-brand { margin-left: 12px; } } .navbar-title { color: inherit; font-size: 16px; font-weight: 700; line-height: 17px; margin-bottom: 5px; } @media (max-width:992px) { .navbar-title { display: none; } } .navbar-title:hover { color: #fff; } .navbar-linio { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12); color: #f50; height: 112px; padding: 0; height: 56px; } .navbar-linio .header-logo { position: absolute; } @media (min-width:540px) and (max-width:640px) { .navbar-linio .header-logo { margin-left: 8px; } } @media (max-width:370px) { .navbar-linio .header-logo { margin-left: 8px; } } .navbar-linio .header-container { padding-left: 0; } @media (max-width:1180px) { .navbar-linio .col-sm-1:first-child, .navbar-linio .col-xs-2:first-child { padding-left: 0; } } .navbar-linio .input-group-search { margin-bottom: 8px; margin-top: 8px; } .navbar-linio .input-group-search input:hover { z-index: 0; } .navbar-linio .input-group-search .input-group-btn { vertical-align: top !important; } .navbar-linio .input-group-search .search-categories { width: 180px; border-radius: 4px 0 0 4px; border-right: 0; } .navbar-linio .navbar-toggler { background-color: #fff; border-radius: 0; border: 1px solid transparent; color: #f50; padding: 0 8px; } @media (max-width:992px) { .navbar-linio .navbar-toggler { padding: 1px 4px; } } @media (max-width:768px) { .navbar-linio .navbar-toggler { width: 57px; padding-left: 0; } } .navbar-linio .navbar-toggler .icon { color: #f50; } @media (min-width:992px) { .navbar-linio .navbar-toggler .icon { font-size: 24px; } } @media (max-width:992px) { .navbar-linio .navbar-toggler .icon { font-size: 32px; } } @media (min-width:992px) { .navbar-linio .navbar-toggler .icon-margin { margin-top: 4px; margin-bottom: 0; } } @media (max-width:992px) { .navbar-linio .navbar-toggler .icon-margin { margin-top: 12px; } } .navbar-linio .navbar-toggler:hover { color: #fff; background-color: #f50; } .navbar-linio .navbar-toggler:hover .icon { color: inherit; } .navbar-linio .header-icons-row .icon { cursor: pointer; } @media (min-width:992px) { .navbar-linio .header-icons-row .icon { font-size: 36px; } } @media (max-width:992px) { .navbar-linio .header-icons-row .icon { font-size: 32px; } } @media (min-width:992px) { .navbar-linio .header-icons-row .icon-padding { padding: 10px; } } @media (max-width:992px) { .navbar-linio .header-icons-row .icon-padding { padding: 12px; } } .navbar-linio .header-icons-row .quantity-icon { cursor: pointer; left: 40px; line-height: 14px; top: 8px; } @media (min-width:992px) and (max-width:1180px) { .navbar-linio .header-icons-row .quantity-icon { left: 32px; } } @media (min-width:544px) and (max-width:580px) { .navbar-linio .header-icons-row .quantity-icon { left: 32px; } } @media (max-width:370px) { .navbar-linio .header-icons-row .quantity-icon { left: 32px; } } .search { display: inline-block; float: left; padding-left: 120px; width: 100%; } .subheader-navbar { background-color: #fff; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12); height: 32px; line-height: 32px; margin: 0 -4px; } .subheader-navbar .subheader-links-set { float: left; width: 70%; } .subheader-navbar .subheader-links-set a { padding: 8px 4px; color: white; font-weight: 400; } .subheader-navbar .subheader-links-set a:hover { color: #f50; } @media (max-width:sm 544px) { .wrapper { padding-left: 20px; padding-right: 20px; } } body, html { height: 100%; min-width: 320px; } .wrapper { height: auto !important; margin-bottom: -128px; margin-top: 128px; min-height: 100%; padding: 0 4px; width: 100%; } @media (min-width:768px) { .wrapper { margin-top: 56px; } } @media screen and (max-width:992px) { .wrapper { margin-bottom: 0; } } @media screen and (max-width:767px) { .wrapper { background: #f7f7f7; } .container { background: white; } } @media (max-width:992px) { .wrapper > .container-fluid { margin-bottom: 0; } } .container-semi-fluid { max-width: 1180px; min-width: 312px; } @media (max-width:767px) { body { padding-left: 0; padding-right: 0; } } .bg-medium-body { color: #fff !important; background-color: #3d3d3d !important; } @media screen and (max-width:767px) { .product-bg-container { background: #fff; border-bottom: 20px solid #f7f7f7; padding: 20px 8px; } } .product-detail { margin-left: 0; margin-right: 0; padding-bottom: 20px; float: left; } @media screen and (max-width:991px) { .product-detail { display: table; } } @media screen and (max-width:767px) { .product-detail { padding-bottom: 0; } } .product-detail .product-title { float: left; padding-left: 0; padding-right: 0; } @media screen and (max-width:991px) { .product-detail .product-title { padding-top: 0px; } } @media screen and (max-width:767px) { .product-detail .product-title { background: #fff; border-bottom: 0; margin-bottom: 20px; padding-left: 8px; padding-right: 8px; } } .product-detail .product-title h1 { display: inline-block; margin-bottom: 8px; padding-left: 0; padding-right: 0; font-weight: 600; color: black; font-size: 1.4rem; } .select-price { border: lightgray solid 1px; border-radius: 6px; margin: 10px 14px 0px 14px; padding: 5px 16px; cursor: pointer; background: #f7f7f7; } @media screen and (max-width:767px) { .select-price { margin: 10px 2px 0px 2px; padding: 2px 10px; } } .consumable-unit-price { color: #666; font-size: 14px; font-weight: 400; display: inline-block; } .buy-information { float: right; } @media screen and (max-width:767px) { .buy-information { padding-left: 0; padding-right: 0; } } .buy-information .product-price { padding-bottom: 24px; } @media screen and (max-width:767px) { .buy-information .product-price { background: #fff; padding: 0; float: left; width: 100%; } } @media screen and (max-width:767px) { .buy-information .product-price:last-child { padding: 10pxm; border-bottom: 20px 1px #f7f7f7; } } .buy-information .product-price .product-bg-container a { color: #666; margin-bottom: 12px; text-decoration: underline; } .buy-information .product-price .variation-title { display: inline-block; margin-bottom: 16px; margin-right: 12px; } @media screen and (max-width:767px) { .buy-information .product-price .variation-title {} } .buy-information .product-price .product-options { margin-bottom: 12px; position: relative; } .buy-information .product-price .product-options label { margin-bottom: 8px; margin-right: 8px; margin-right: 8px; } .buy-information .product-price .product-options label:last-child { margin-right: 0; } .buy-information .product-price .product-options input { display: none; } .buy-information .product-price .product-options input:checked + label { color: #f50; background-image: none; background-color: transparent; border-color: #f50; } .buy-information .product-price .product-options input:checked + label:active, .buy-information .product-price .product-options input:checked + label:focus { color: #fff; background-color: #f50; border-color: #f50; } .buy-information .product-price .product-options input:checked + label:hover { color: #fff; background-color: #f50; border-color: #f50; } .buy-information .product-price .product-options input:checked + label:disabled:focus { border-color: #f96; } .buy-information .product-price .product-options input:checked + label:disabled:hover { border-color: #f96; } .buy-information .product-price .product-options .btn-disabled { overflow: hidden; position: relative; } .buy-information .product-price .product-options .btn-disabled:after { background: #fff; content: ''; height: 2px; left: 0; margin-top: -1px; position: absolute; top: 50%; -webkit-transform: skewY(-45deg); transform: skewY(-45deg); width: 100%; } .buy-information .product-price button, .modal-content .btn { font-weight: 100; margin-bottom: 12px; width: 100%; font-size: 1.2rem !important; } @media screen and (max-width:767px) { .buy-information .product-price button { border-radius: 0; bottom: 0; left: 0; margin-bottom: 0; position: fixed; z-index: 25; } .buy-information .product-price .product-options { margin-bottom: 12px; position: relative; zoom: 130%; } } .buy-information .seller-information { border-top: solid 1px #eee; padding-top: 20px; float: left; width: 100%; } @media screen and (max-width:767px) { .buy-information .seller-information { padding: 20px 8px; border-top: 0; border-bottom: 0; margin-bottom: 20px; } } .buy-information .seller-information h4 { margin-bottom: 8px; } @media screen and (max-width:767px) { .buy-information .seller-information h4 { text-transform: uppercase; } } .buy-information .seller-information a:first-of-type { display: inline-block; margin-right: 8px; } @media screen and (max-width:767px) { .buy-information .seller-information a { float: none; } } .buy-information .seller-information .high-rating { background: #45a00a; } @media (max-width:767px) { .product-bg-container.product-general-info { padding-top: 0; padding-bottom: 0; } .product-bg-container.variation-info { border-bottom: 0; } .product-bg-container.variation-info > :first-child:not(form) { border-bottom: 20px; padding-top: 20px; } } .product-description-container { margin: 0; padding-bottom: 40px; padding-top: 32px; } @media screen and (max-width:767px) { .product-description-container { padding-top: 20px; background: #fff; padding-left: 8px; padding-right: 8px; margin-bottom: 20px; border-bottom: 0; } } .item-shipping-estimate { margin-bottom: 8px; cursor: pointer; } @media (max-width:767px) { .item-shipping-estimate { padding: 12px; } } .item-shipping-estimate .item-shipping-estimate-title { font-weight: 900; position: relative; padding-left: 32px; padding-top: 5px; padding-bottom: 10px; font-size: 16px; text-transform: uppercase; } .item-shipping-estimate .item-shipping-estimate-icon { font-size: 20px; border-radius: 50%; color: #fff; position: absolute; padding: 3px; } .item-shipping-estimate .item-shipping-estimate-response { font-size: .88rem; font-weight: 500; line-height: 20px; } .item-shipping-estimate .valid .item-shipping-estimate-title { color: #45a00a; } .item-shipping-estimate .valid .item-shipping-estimate-response .regular { color: #45a00a; font-weight: bold; margin: 0 3px; } .item-shipping-estimate .valid .item-shipping-estimate-icon { background-color: #45a00a; } .item-shipping-estimate .valid .item-shipping-estimate-icon.regular:before { content: '\E020'; } .item-shipping-estimate .valid .item-shipping-estimate-address, .item-shipping-estimate .valid .item-shipping-estimate-date-time { display: inline; } .form-control { border: 1px solid #ccc; color: #333; } .navbar-linio .header-icons-row .icon { color: #fff; } .navbar-linio .navbar-toggler { background-color: #4c4c4c; color: #fff; } .navbar-linio .navbar-toggler .icon { color: #fff; } .navbar-linio .navbar-toggler:hover { background-color: #fff; } .navbar-linio .navbar-toggler:hover .icon-margin, .navbar-linio .navbar-toggler:hover .navbar-title { color: #f50; } .navbar-linio .quantity-icon-notification { background-color: #fff; color: #455a64; } .navbar-linio .quantity-icon-wrapper { text-align: center; } #item-shipping-estimate-content { border: lightgray solid 1px; background: #f7f7f7; border-radius: 6px; padding: 6px 16px; margin: 0 10px; } @media (max-width:544px) { .navbar-linio .quantity-icon-wrapper .icon-padding { padding: 12px 0; } } .navbar-linio .quantity-icon-wrapper:hover .icon { color: #f50; } .navbar-linio .quantity-icon-wrapper:hover .quantity-icon-notification { background-color: #f50; color: #fff; } .subheader-navbar { background-color: #4c4c4c; } .subheader-navbar .subheader-links-set a:hover { color: #fff; } #foto, #info { padding: 0 20px; } #info h1 { font-size: } #info .brand { line-height: 30px; } .rating-content:hover { cursor: pointer; } #item-shipping-estimate a, .rate { color: black; display: block; font-weight: bold; padding: 20px 10px; text-transform: uppercase; } #amount::before { font-family: "Linio Icon Set"; position: relative; top: -5px; content: "-"; float: left } #amount::after { font-family: "Linio Icon Set"; position: relative; top: -5px; content: "+"; float: right; } #badges { width: 100%; display: block; background: white; float: left; padding: 4px 10px; text-align: center; } #item-shipping-estimate { padding: 10px 0; margin: 0; } .container-semi-fluid { max-width: 1180px; min-width: 312px; } .container-fluid { margin-left: auto; margin-right: auto; padding-left: 4px; padding-right: 4px; } .badge { border: lightgray 1px solid; border-radius: 100px; font-size: .88rem; font-weight: 100; cursor: pointer; margin: 4px; padding: 4px 10px; background: white; color: dimgray; line-height: 20px; } .badge:hover { border: black 1px solid; color: black; } .badge .icon { padding: 0 4px 0 0px; font-size: 20px; float: left; margin: 0; top: 2px; } .product-detail .product-title h1, .rating-content { margin: 0px 0 10px 0; cursor: pointer; } .rating-content .opinions { font-size: .8rem; } .btn:focus { box-shadow: none; outline: none; } .btn-primary:not(:disabled):not(.disabled):active { color: #fff; background-color: #c40; border-color: #c24100; background-image: none; } .btn-primary.focus, .btn-primary:focus, .btn-primary:active { color: #fff; background-color: #c40; border-color: #c24100; box-shadow: none; } .item-shipping-estimate .item-shipping-estimate-title { padding-bottom: 2px; } .buy-information .seller-information { border-top: solid 1px #ccc; margin: 10px 0px; } .seller-information .rating-content { margin: 0; float: left; } .seller-information a { margin: 0 !important; color: #45a00a; } .seller-information .score { color: #45a00a !important; } .buy-information .product-price .variation-title, .buy-information .seller-information h4 { font-weight: normal; color: #666; float: left; line-height: 25px; padding: 0px 10px; } .variation-title span { margin-left: 6px; color: black; font-weight: bold; text-transform: uppercase; } .original-price, .discount { font-size: 1rem; } .btn.btn-lg { height: 52px; font-size: 20px; line-height: 32px; } .navbar-linio .navbar-toggler { background: none; } .product-title h1 { font-size: 1.2rem; } .subheader-navbar { font-size: 1rem; } .subheader-navbar .subheader-links-set a { padding: 8px; font-size: 1rem !important; } .navbar-title { font-size: 1rem; font-weight: 400; } .navbar-linio .input-group-search .search-categories, .input-group .form-control:last-child { font-size: 1rem; } .price-deal { font-size: 1.6rem; } .special-payment-name { font-size: 1rem; } .special-payment-section { padding-top: 4px; } .special-payment-section .icon { font-size: 1.6rem; } .product-price-container { padding: 0px 20px 20px 20px; } .rating-content { margin: 14px 4px; zoom: 120% } .rating-content .score { font-weight: bold; color: darkorange; margin-right: .2rem; } .rating-content .star-rating.high-rating .active { color: darkorange; } .rating-content .star-rating { margin-right: .4rem; } .btn.btn-default-outline { background: #f7f7f7; line-height: 32px; min-height: 36px; min-width: 74px; color: #777777; } .btn.btn-default-outline { border: #f7f7f7 solid 1px; } .buy-information .product-price .product-options .btn-disabled { color: #ddd; cursor: not-allowed; font-weight: lighter; } .btn.btn-default-outline.btn-disabled:hover { background: #f7f7f7; border: #f7f7f7 1px solid; } .buy-information .product-price .product-options .btn-disabled:after { background: #ddd; } .buy-information .product-price .product-options label { margin-bottom: 12px; margin-right: 12px; } .item-shipping-estimate .valid .item-shipping-estimate-title { font-weight: bold; line-height: 18px; } .buy-information .product-price .product-bg-container a { text-decoration: none; font-size: 1rem; font-weight: bold; color: #45a00a; margin-right: 0; float: left; line-height: 28px; padding: 0 10px 0 0; } .sprite { display: inline-block; } .sprite-cmr { background-image: url(../assets/img/sprites.png); background-position: -367px -304px; width: 68px; height: 24px; vertical-align: -15%; } .link-sizes { position: relative; padding: 10px; font-size: 1rem !important; } .link-sizes .icon img { width: 18px; height: 18px; position: relative; margin-right: 6px; top: -1px; } .table td { font-size: 1rem; } .product-bg-container ul li { font-size: 1rem; } .lighthouse { background: #333; position: relative; width: 116px; height: 16px; display: block; } .lighthouse img { height: 16px; width: 116px; float: left; top: 0; } .modal-content .btn { width: 100%; } .modal-content .product-price-container { cursor: pointer; } .popover { box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2); line-height: 16px; font-size: 1rem; padding: 20px; } @media screen and (max-width: 767px) { #item-shipping-estimate-content { padding: 6px 10px; } .primary-logo, .header-icons-row { display: none; } .btn-lg { padding: .2rem .5rem; } #foto, #info { padding: 0; } .wrapper { margin-top: 56px; } #item-shipping-estimate { padding: 0; } .btn.btn-default-outline { min-width: 80px; } .link-lower { font-size: 1.2rem !important; } .product-bg-container.variation-info > :first-child:not(form) { border-bottom: 20px; padding-top: 0px; } .buy-information .product-price button { border-radius: 6px; bottom: 0; left: 0; margin-bottom: 10px; position: relative !important; z-index: 25; } .item-shipping-estimate { padding: 0 10px; } .product-detail .product-title { margin-bottom: 10px; padding-bottom: 10px; } .product-detail .product-title { margin-bottom: 0; } } /*! CSS Used from: https://assets.linio.com/css/alice-021541b492.css */ figure { display: block; } img { border: 0; } figure { margin: 1em 40px; } @media print { *, ::after, ::before { text-shadow: none !important; box-shadow: none !important; } img { page-break-inside: avoid; } img { max-width: 100% !important; } } *, ::after, ::before { box-sizing: inherit; } figure { margin: 0 0 1rem; } img { vertical-align: middle; } .row { margin-left: -4px; margin-right: -4px; } .row::after { content: ""; display: table; clear: both; } .col-lg-5, .col-md-12 { position: relative; min-height: 1px; padding-left: 4px; padding-right: 4px; } @media (min-width:768px) { .col-md-12 { float: left; } .col-md-12 { width: 100%; } .product-detail .product-title { margin-bottom: 0; } } @media (min-width:992px) { .col-lg-5 { float: left; } .col-lg-5 { width: 41.66667%; } } @media (max-width:991px) { .hidden-md-down { display: none !important; } } @media (min-width:992px) { .hidden-lg-up { display: none !important; } } div { margin: 0; padding: 0; } img { border: 0; } .dot-nav { margin-bottom: 0; padding: 8px 12px; } .hide { display: none !important; } .swiper-container { margin: 0 auto; position: relative; overflow: hidden; z-index: 1; } .swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -ms-flexbox; display: -webkit-flex; display: flex; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; box-sizing: content-box; } .swiper-wrapper { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .swiper-slide { -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; flex-shrink: 0; width: 100%; height: 100%; position: relative; cursor: zoom-in; } .swiper-button-next, .swiper-button-prev { position: absolute; cursor: pointer; background: rgba(102, 102, 102, .6); height: 120px; max-height: 100%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 48px; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12); z-index: 10; } .swiper-button-next:hover, .swiper-button-prev:hover { background: rgba(102, 102, 102, .8); } .swiper-button-next:after, .swiper-button-prev:after { display: block; font-size: 32px; font-family: 'Linio Icon Set'; font-weight: 400; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; color: #fff; margin: 0; position: absolute; top: 50%; height: 32px; width: 32px; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .swiper-button-prev.swiper-button-disabled { display: none; } .swiper-button-prev { left: 0; right: auto; } .swiper-button-prev:after { margin: 7px 8px; content: ""; } .swiper-button-next { right: 0; left: auto; } .swiper-button-next:after { margin: 7px 8px; content: ""; } .swiper-pagination { text-align: center; transition: .3s; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 10; } .swiper-pagination-bullet { width: 10px; height: 10px; display: inline-block; border-radius: 10px; background: #fff; border: 1px solid #666; top: 3px; left: 3px; margin: 0 8px 0 0; } .swiper-pagination-bullet-active { opacity: 1; background-color: #666; } .product-detail .gallery-product-image { padding-left: 0; padding-top: 20px; text-align: center; } @media screen and (max-width:991px) { .product-detail .gallery-product-image { display: table-header-group; float: none; padding-bottom: 20px; padding-right: 0; } } @media screen and (max-width:767px) { .product-detail .gallery-product-image { background: #fff; } } .product-detail .gallery-product-image .gallery-image-container { position: relative; } @media screen and (max-width:767px) { .product-detail .gallery-product-image .gallery-image-container { border-top: 8px solid #f7f7f7; } .swiper-wrapper { zoom: 50%; } } .product-detail .gallery-product-image .gallery-image-container img { height: auto; max-height: 338px; max-width: 338px; width: 100%; } .product-detail .gallery-product-image .slider-container { margin-bottom: 24px; margin-top: 24px; position: relative; text-align: center; } .product-detail .gallery-product-image .slider-container .row { width: 40px; height: 100%; box-sizing: content-box; } .product-detail .gallery-product-image .slider-container .swiper-button-prev:after { margin: 0; width: 20px; height: 20px; left: 15%; } .product-detail .gallery-product-image .slider-container .swiper-button-next:after { margin: 0; width: 20px; height: 20px; left: 10%; } .product-detail .gallery-product-image .slider-container .gallery-container { float: none; vertical-align: top; white-space: normal; box-sizing: border-box; } .product-detail .gallery-product-image .slider-container .gallery-container .product-image { box-sizing: border-box; display: inline-block; margin-right: 8px; height: 91px; width: 91px; } .product-detail .gallery-product-image .slider-container .gallery-container .product-image img { border: solid 1px #eee; cursor: pointer; height: 100%; width: 100%; } .product-detail .gallery-product-image .slider-container .gallery-container .product-image img:last-of-type { margin-right: 0; } @media screen and (max-width:991px) { .swiper-button-next, .swiper-button-prev { display: none; } } .magnifying-glass { border: solid 1px #ccc; background: rgba(255, 255, 255, .7); cursor: pointer; } @media screen and (max-width:991px) { .magnifying-glass { display: none; } } .zoom-container { position: absolute; background: #fff; border: solid 1px #ccc; z-index: 10; overflow: hidden; } @media screen and (max-width:991px) { .zoom-container { display: none; } } .zoom-container img { position: relative; } .alert { margin: 5px 0; border: 0; padding: 15px; position: relative; } .alert a { font-size: 1rem; font-weight: 400; color: inherit; margin: 0; } .alert a { text-decoration: underline; } .alert .alert-text { margin-left: 40px; line-height: 32px; font-weight: 700; } .alert .icon { color: inherit; font-size: 32px; float: left; } .alert-success { color: #45a00a; } @media screen and (max-width:414px) { .alert { margin: 0; padding: 16px 8px 16px 8px; } .alert .alert-text { margin-left: 30px; } .alert .icon { top: 10px; left: 6px; font-size: 24px; } } .added-modal-alert .added-body { padding-top: 0; margin-bottom: 0; } .added-modal-alert .added-header { border-bottom: solid 1px #eee; padding: 8px 0 0 0; position: relative; } .added-modal-alert .added-header .header-title { margin-bottom: 0; font-weight: 700; } .added-modal-alert .added-header .header-icon-close-container { position: absolute; right: -5px; top: 0; } .modal-content .header-icon-close { color: black; height: 24px; width: 24px; font-size: 24px; z-index: 999; } .added-modal-alert .product-modal-info { margin-bottom: 20px; padding-top: 10px; } .added-modal-alert .product-modal-info .image-container { margin-right: 8px; min-width: 91px; padding-top: 8px; } .added-modal-alert .product-modal-info .product-image { height: 91px; width: 91px; } .added-modal-alert .product-modal-info .product-name { color: #333; font-weight: 700; padding-top: 3px; } .added-modal-alert .product-modal-info .price-main { font-size: 16px; } .added-modal-alert .btn-go-to-cart { color: #fff; background-color: #f50; border-color: #f50; font-weight: 700; width: 100%; height: 32px; padding: 5px 0 1.25rem; margin-bottom: 12px; text-decoration: none; } .added-modal-alert .btn-close-and-keep-shopping { color: #333; font-weight: 700; text-align: center; text-decoration: underline; text-transform: none; width: 100%; } .icon.icon-sm { font-size: 24px; } .usp-title { display: inline; position: relative; top: -8px; } .usp-internal { color: #666; margin: auto; font-size: 12px; padding: 10px; font-weight: 400; line-height: 20px; text-decoration: none; text-transform: uppercase; } .usp-internal:focus, .usp-internal:hover { color: #333; text-decoration: none; } .usp-internal:active { cursor: none; text-decoration: none; } .usp-container { border: 0; margin: 20px; padding: 20px; margin-bottom: 40px; border: lightgray solid 1px; } .usp-container .icon { margin: 0 auto; } .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link { text-align: center; font-size: 1rem !important; text-transform: uppercase; min-height: 60px; padding: 20px; border: none; } .nav-tabs .nav-link.active { color: orangered; border-top: 4px solid orangered; } .nav-tabs .nav-link { color: #ccc; background: #f7f7f7; } .combo-options-mobile { display: none; } .prices { margin: 0 20px; } @media screen and (max-width:767px) { .usp-container { background: #fff; border: 0; margin-left: -8px; margin-right: -8px; padding-top: 12px; } .product-bg-container { background: #fff; border-bottom: 20px solid #f7f7f7; padding: 20px 8px; } .buy-information .usp-container { border: 0; margin-top: 0; margin-bottom: 20px; padding-top: 12px; padding-bottom: 12px; } #badges, .tabs-desktop, .variation-info { display: none; } .combo-options-mobile { display: block; } } .offline .testMessage { padding: 20px 40px; background-color: lightgray; font-size: 15px; position: fixed; font-weight: bold; z-index: 6000; width: 100%; top: 56px; left: 0; } .offline .test-price { display: none !important; } .offline .test-CTA-button { display: none !important; }
0.445288
0.139426
Base styles: opinionated defaults ========================================================================== */ html { color: #222; font-size: 1em; line-height: 1.3; font-family: 'NanumSquare', sans-serif; } /* * Remove text-shadow in selection highlight: * https://twitter.com/miketaylr/status/12228805301 * * Vendor-prefixed and regular ::selection selectors cannot be combined: * https://stackoverflow.com/a/16982510/7133471 * * Customize the background color to match your design. */ ::selection { background: #b3d4fc; text-shadow: none; } /* * A better looking default horizontal rule */ hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } /* * Remove the gap between audio, canvas, iframes, * images, videos and the bottom of their containers: * https://github.com/h5bp/html5-boilerplate/issues/440 */ audio, canvas, iframe, img, svg, video { vertical-align: middle; } /* * Remove default fieldset styles. */ fieldset { border: 0; margin: 0; padding: 0; } /* * Allow only vertical resizing of textareas. */ textarea { resize: vertical; } /* ========================================================================== Browser Upgrade Prompt ========================================================================== */ .browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } /* ========================================================================== Reusable Components ========================================================================== */ .row { max-width:1140px; margin: 0 auto; } section { padding: 80px 0; } h1, h2, h3, h4{ font-weight: 700; text-transform: uppercase; color:#fff; } h1 { font-weight: 600; margin-top: 0; margin-bottom: 20px; font-size: 360%; word-spacing: 4px; letter-spacing: 1px; } h2 { margin-bottom: 30px; font-size: 260%; word-spacing: 2px; letter-spacing: 1px; } h3 { font-size: 140%; line-height: 145%; } .mx-auto { margin:0 auto; } .pr-50 { padding-right:50px; } .pl-50 { padding-left:50px; } .d-none { display:none; } .section-title { margin-bottom: 10px; } /* ---- Button ---- */ .btn:link, .btn:visited, input[type=submit]{ display: inline-block; padding: 10px 30px; text-decoration:none; font-weight: 500; /*border-radius: 200px;*/ -webkit-transition:background-color 0.2s, border 0.2s, color 0.2s; -o-transition:background-color 0.2s, border 0.2s, color 0.2s; transition:background-color 0.2s, border 0.2s, color 0.2s; } .btn-full:link, .btn-full:visited { background-color: #00889d; border:1px solid #00889d; border-radius: 10px; color: #fff; } .btn:hover, .btn:active, input[type=submit]:hover, input[type=submit]:active{ background-color: #007b91; } .btn-full:hover, .btn-full:active{ border:1px solid #007b91; color: #fff; } input[type=submit]:hover, input[type=submit]:active{ cursor: pointer; } .btn-full { font-size: 150%; } .btn-ghost:link, .btn-ghost:visited{ border:2px solid #005A6F; color: #fff; } .btn-ghost:hover, .btn-ghost:active{ border:1px solid #008095; color: #fff; } /* ========================================================================== ITC's custom styles ========================================================================== */ /* ---- Header ---- */ header { /*background: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,0.7)),to(rgba(0,0,0,0.7))), url(../img/cover.jpg);*/ /*background: -webkit-linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(../img/cover.jpg);*/ /*background: -o-linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(../img/cover.jpg);*/ background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(../img/cover-4.jpg); background-size: cover; background-position: center; height: 100vh; background-attachment: fixed; background-repeat:no-repeat; } .cover-box { color:#fff; height:100%; } .cover-title img { position:absolute; top:0%; left:59%; height: 75px; width: auto; transform: translate(-40%, -90%); } .cover-title{ position: absolute; width: 1140px; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size:150%; } .cover-text { position: absolute; width: 1140px; top: 63%; left: 50%; transform: translate(-50%, -50%); font-size:150%; } .logo { display: inline-block; padding-top: 30px; height: 40px; width:auto; } .cover-scroll-indicator { position: absolute; /*width:1140px;*/ top: 85%; left: 85%; } .cover-scroll-indicator img{ width: 50px; height:auto; } .social { float:right; font-size:200%; } .social ul{ list-style: none; float:right; } .social ul li{ display: inline-block; list-style: none; margin: 0 14px; } .social i { transition: color 0.2s; } .social ul li:hover, .social ul li:active { cursor: pointer; } .facebook:hover, .facebook:active { color: #3b5999; } .youtube:hover, .youtube:active { color: #cd201f; } /* ---- Section about corporation ---- */ .section-about-corporation { background-color: #006271; text-align: justify; } .section-about-corporation h1{ background-color: #006271; text-align: center; } .section-about-corporation a { float: right; margin: 20px; } .section-about-corporation div:nth-of-type(3) a { float: left; } .section-about-corporation div:nth-of-type(3) { text-align: right; } .ac-bundle { margin-bottom: 50px; } .ac-bundle div{ text-align: center; } .img-1 { height: 200px; width: auto; } /*.ac-image {*/ /*height: 250px;*/ /*width: auto;*/ /*margin: 0;*/ /*padding: 0;*/ /*}*/ .ac-copy { padding-top: 15px; padding-right: 60px; text-align: justify; font-family: 'Noto Sans CJK KR DemiLight', sans-serif; font-weight: lighter; } .section-about-corporation .ac-bundle:nth-of-type(3) .ac-copy{ padding-right:0; padding-left:60px; } .ac-hide { display:none; } /* ---- Section Brand ---- */ .section-brand { background-color: #005360; /*secondary color*/ text-align: center; } .btn-homepage .btn{ margin-top: 25px; padding: 10px 70px; margin-bottom: 10px; } .section-brand a { } .brand-name { font-size: 180%; color: #fff; /*border: solid 3px #00c9e8;*/ /*border-radius: 40px;*/ padding: 10px; margin-bottom: 30px; } .brand-description { text-align: left; padding-left:5px; } .brand-description h3{ font-weight: 500; } .section-brand.col { padding-right:10px; } .section-brand.col:last-child { padding-right: 0; } .section-brand .brand-box{ position: relative; } .section-brand .btn { /*position: absolute;*/ /*right: 0;*/ /*top:550px;*/ /*transform: translate(0, 50px);*/ } .section-brand h3 { margin-bottom: 80px; } .img-2 { height: 250px; width: auto; margin-top: 40px; margin-bottom: 50px; } .brand-img { height:265px; width:auto; } .brand-img-box { display: block; width:100%; overflow:hidden; } .brand-logo-single { height:50px; width: auto; margin-right:20px; } .brand-logo-single-es { height:45px; } /* ---- Section TS Curriculum && TC Curriculum---- */ .section-ts-curriculum, .section-tc-curriculum { background-color: #ffffff; min-height:100vh; } .section-ts-curriculum h1 { color:#006271; text-align: center; } .section-tc-curriculum h1 { color:#543a33; text-align: center; } .section-ts-curriculum .section-title:after { background-color: #006271; } .section-tc-curriculum .section-title:after { background-color: #543a33; } .ts-curriculum-title-bg { background: url(../img/말풍선.png); background-size: contain; background-position: center; background-repeat: no-repeat; padding:10px 10px 20px 10px; margin:0 0 50px 0; } .tc-curriculum-title-bg { background: url(../img/말풍선2.png); !important; background-size: contain; background-position: center; background-repeat: no-repeat; padding:10px 10px 20px 10px; margin:0 20px 0 0; } .ts-curriculum-intro-copy, .tc-curriculum-intro-copy { text-align: center; } .tc-curriculum-intro-copy { margin-bottom: 20px; } .ts-curriculum-intro-copy h4, .tc-curriculum-intro-copy h4{ line-height:160%; margin-bottom:60px; } .section-tc-curriculum { background-color: #ebe1de; } .section-ts-curriculum h2, .section-ts-curriculum h4 { color:#006271; } .section-tc-curriculum h2, .section-tc-curriculum h4 { color:#543a33; } .section-ts-curriculum h3, .section-tc-curriculum h3{ color:#fff; font-size: 180%; } .section-tc-curriculum h4, .section-ts-curriculum h4 { font-size: 170%; margin: 10px 5px; } .ts-logo-box, .tc-logo-box, .es-logo-box { padding: 50px; text-align: center; } .ts-logo-box {background-color: #006271;} .tc-logo-box {background-color: #543a33;} .es-logo-box {background-color: #006271;} .img-logo { height:75px; width: auto; } .ts-curriculum-main, .tc-curriculum-main{ padding: 30px 0; /*height: 100vh;*/ /*margin-bottom: 60px;*/ } .ts-curriculum-main { margin-bottom: 40px; text-align:center; } .tc-curriculum-main { margin-bottom: 100px; box-sizing: border-box; } .ts-curriculum-main h2, .tc-curriculum-main h2{ margin-left: 130px; font-weight: 700; } .ts-curriculum-main .col { position:relative; } .curriculum-icon { height: 45px; width: auto; margin: 0 auto; padding-bottom:10px; } .tc-curriculum-main h4 { margin-left: 0; } .curriculum-icon-small { height: 125%; width: auto; margin: 0 10px 0 0; } .curriculum-copy { color: #006271; font-size: 120%; font-weight: 600; overflow:auto; text-align:justify; line-height: 145%; padding-right: 12px; } .tc-curriculum-main .curriculum-copy { text-align: center; padding: 0 25%; } .tc-curriculum-main .tc-curriculum-info { position: relative; /*background-color: #fff;*/ /*border: solid 1px #543a33;*/ height:400px; } .curriculum-copy-category { color: #006271; font-size: 125%; line-height:100%; text-align: justify; font-weight:600; margin: 9px 0; } .tc-curriculum-main .curriculum-copy-category-box { position:absolute; top:240px; left:0 } .tc-curriculum-main .curriculum-copy, .tc-curriculum-main .curriculum-copy-category { color: #543a33; } .indicator-component { margin: 0 auto; padding-bottom:20px; } .indicator { display:inline-block; background-color: rgb(230, 230, 230); height: 80px; width: 80px; color:#006271; font-size: 180%; border: solid 1px #e6e6e6; border-radius: 100%; cursor: pointer; text-align: center; line-height:3; margin:0 auto; transition: background-color 0.2s, color 0.2s, border 0.2s; } .indicator img{ transition: filter 0.2s; } .tc-curriculum-main .indicator { background-color: #fff; color:#543a33; border: solid 1px #fff; } .indicator-on { color:#fff; background-color: #006271; border: solid 1px #006271; } .indicator-on img{ filter: brightness(0) invert(1); } .tc-curriculum-main .indicator-on { color:#fff; background-color: #543a33; border: solid 1px #543a33; } .tc-curriculum-main .indicator-on img{ filter: brightness(0) invert(1); } .indicator:hover, .indicator:active { background-color: #005360; color:#fff; border: solid 1px #005360; } .indicator:hover img, .indicator:active img{ filter: brightness(0) invert(1); } .tc-curriculum-main .indicator:hover, .tc-curriculum-main .indicator:active { background-color: #3f2b26; color:#fff; border: solid 1px #3f2b26; } .tc-curriculum-main .indicator:hover img, .tc-curriculum-main .indicator:active img { filter: brightness(0) invert(1); } .indicator-bridge { /*border-left: solid 1px #006271;*/ /*border-right: solid 1px #006271;*/ display:inline-block; background-color: #e6e6e6; height: 10px; width: 15vw; margin:0 -4px 4px -4px; z-index:9999; opacity: 1; } .tc-curriculum-main .indicator-bridge { /*border-left: solid 1px #006271;*/ /*border-right: solid 1px #006271;*/ background-color: #fff; } .indicator-bridge-on { background-color: #006271; } .tc-curriculum-main .indicator-bridge-on { background-color: #543a33; } .curriculum-info { display: none; width: 33%; float:left; margin-left:10%; text-align: start; } .curriculum-info:nth-of-type(2){ margin-left: 40%; } .curriculum-info:nth-of-type(3){ margin-left: 60%; } .curriculum-info-box { /*display: inline-block;*/ padding:10px; vertical-align: top; width: 100%; text-align: center; margin: 0 auto 80px auto; } .indicator-box { display: inline-block; /*float:left;*/ } .curriculum-goal { } .curriculum-info-selected { display:inline-block; /*float: left;*/ } .tc-curriculum-box { width: 100%; overflow:auto; border-radius: 4px; border: solid 1px #cccccc; background-color: #fff; text-align: center; box-sizing: border-box; position:relative; } .tc-curriculum-box .col { padding: 30px 0 35px 0; } .tc-curriculum-box div:first-of-type .col{ padding: 0 0 35px 0; } .tc-curriculum-box .row:first-of-type { border-bottom: dotted 1px #ccc; box-sizing: border-box; } .tc-curriculum-box .col:first-of-type { border-right: dotted 1px #ccc; box-sizing: border-box; } .tc-curriculum-period { z-index: 9999; position:absolute; top:44.2%; left: 41%; background-color: #fff; padding:5px 2px; font-size: 24px; color: #959595; } .ts-a, .ts-b { border: solid 1px #ccc; text-align: center; margin: 0 18% -1px 18%; } .curriculum-goal { display:inline-block; width:100%; background-image: url(../img/goal-effect.png); background-color: #f8f8f8; background-repeat: no-repeat; background-size: contain; background-position: left; height:450px; } .section-tc-curriculum .curriculum-goal { display:inline-block; width:80%; margin-left:10%; margin-right:10%; background-image: none; background-color: #f8f8f8; } .curriculum-effect-box { width:1000px; } .curriculum-effect-box h2{ text-align:center; } .arrow-line { width:40%; border-bottom:dotted 4px #bfbfbf; display:inline-block; height: 0; opacity: 1; margin-left: 90px; margin-bottom: 4px; } .effect-copy { display:inline-block; color: #727272; font-size: 130%; font-weight: 700; width:100%; padding:10px; } .section-tc-curriculum .effect-copy { color: #543a33; padding: 0 0 0 100px; margin: 10px 0; letter-spacing: 1px; } .section-tc-curriculum .effect-copy img{ height: 7px; width: auto; margin-right: 13px; padding-bottom:2px; } .effect-copy strong { color:#bfbfbf; padding-right: 20px; } .curriculum-effect-box h4{ text-align: center; margin-bottom: 60px; line-height:160%; } .tc-curriculum-intro-copy h4:nth-of-type(2) { display:none; } /* FOOTER */ footer { background-color: #333; padding: 50px; font-size: 100%; font-family: 'Lato', sans-serif } .footer-nav { list-style: none; float: left; } .footer-nav li, .social-links li { display: inline-block; margin-right: 20px; } .footer-nav li:last-child, .social-links li:last-child { margin-right: 0; } .footer-nav li a:link, .footer-nav li a:visited, .social-links li a:link, .social-links li a:visited { text-decoration: none; border: 0; color: #888; -webkit-transition: color 0.2s; transition: color 0.2s; } .footer-nav li a:hover, .footer-nav li a:active { color: #ddd; } footer .social { float:right; font-size:200%; margin: 0; color:#888; } footer .social ul{ margin:0; } footer p { color: #888; text-align: center; margin-top: 20px; } /*스크롤 다운 네비게이션 메뉴 관리*/ .sticky-nav { position: fixed; top: 0; left: 0; width: 100%; background-color: rgba(255, 255, 255, 0.98); box-shadow: 0 2px 2px #efefef; z-index: 9999; } .sticky-nav .logo { margin: 5px 0 0 0; padding: 0; height:50px; width: auto; float: left; } .sticky-nav .social { display:none; } .sticky-nav-menu-hide{ display:none; !important; } .sticky-nav-menu { float: left; font-size: 120%; /*margin-top: 10px;*/ } .sticky-nav-menu ul{ list-style: none; padding-top:6px; } .sticky-nav-menu ul li{ display:inline-block; padding: 0 20px; margin: 0; } .sticky-nav-menu li a { text-decoration: none; color:#006271; transition: border-bottom 0.2s; font-weight: 600; word-spacing: 4px; padding-bottom: 18px; } .sticky-nav-menu li a:hover, .sticky-nav-menu li a:active { text-decoration: none; color:#005360; border-bottom: 2px solid #005360; cursor: pointer; } .sticky-nav-icon { float: right; margin: 15px 0; color: #006271; font-size: 150%; cursor: pointer; } .sticky-nav-icon i { display: none; } .sticky-nav-icon-hide { display: none; } /* ========================================================================== Helper classes ========================================================================== */ /* * Hide visually and from screen readers */ .hidden { display: none !important; } /* * Hide only visually, but have it available for screen readers: * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility * * 1. For long content, line feeds are not interpreted as spaces and small width * causes content to wrap 1 word per line: * https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe */ .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; white-space: nowrap; /* 1 */ } /* * Extends the .visuallyhidden class to allow the element * to be focusable when navigated to via the keyboard: * https://www.drupal.org/node/897638 */ .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; white-space: inherit; } /* * Hide visually and from screen readers, but maintain layout */ .invisible { visibility: hidden; } /* * Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the * `contenteditable` attribute is included anywhere else in the document. * Otherwise it causes space to appear at the top and bottom of elements * that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using * `:before` to contain the top-margins of child elements. */ .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after { clear: both; } /* ========================================================================== EXAMPLE Media Queries for Responsive Design. These examples override the primary ('mobile first') styles. Modify as content requires. ========================================================================== */ @media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition */ } @media print, (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices */ } /* ========================================================================== Print styles. Inlined to avoid the additional HTTP request: https://www.phpied.com/delay-loading-your-print-css/ ========================================================================== */ @media print { *, *:before, *:after { background: transparent !important; color: #000 !important; /* Black prints faster */ box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } /* * Don't show links that are fragment identifiers, * or use the `javascript:` pseudo protocol */ a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre { white-space: pre-wrap !important; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } /* * Printing Tables: * http://css-discuss.incutio.com/wiki/Printing_Tables */ thead { display: table-header-group; } tr, img { page-break-inside: avoid; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } }
src/css/main.css
Base styles: opinionated defaults ========================================================================== */ html { color: #222; font-size: 1em; line-height: 1.3; font-family: 'NanumSquare', sans-serif; } /* * Remove text-shadow in selection highlight: * https://twitter.com/miketaylr/status/12228805301 * * Vendor-prefixed and regular ::selection selectors cannot be combined: * https://stackoverflow.com/a/16982510/7133471 * * Customize the background color to match your design. */ ::selection { background: #b3d4fc; text-shadow: none; } /* * A better looking default horizontal rule */ hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } /* * Remove the gap between audio, canvas, iframes, * images, videos and the bottom of their containers: * https://github.com/h5bp/html5-boilerplate/issues/440 */ audio, canvas, iframe, img, svg, video { vertical-align: middle; } /* * Remove default fieldset styles. */ fieldset { border: 0; margin: 0; padding: 0; } /* * Allow only vertical resizing of textareas. */ textarea { resize: vertical; } /* ========================================================================== Browser Upgrade Prompt ========================================================================== */ .browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } /* ========================================================================== Reusable Components ========================================================================== */ .row { max-width:1140px; margin: 0 auto; } section { padding: 80px 0; } h1, h2, h3, h4{ font-weight: 700; text-transform: uppercase; color:#fff; } h1 { font-weight: 600; margin-top: 0; margin-bottom: 20px; font-size: 360%; word-spacing: 4px; letter-spacing: 1px; } h2 { margin-bottom: 30px; font-size: 260%; word-spacing: 2px; letter-spacing: 1px; } h3 { font-size: 140%; line-height: 145%; } .mx-auto { margin:0 auto; } .pr-50 { padding-right:50px; } .pl-50 { padding-left:50px; } .d-none { display:none; } .section-title { margin-bottom: 10px; } /* ---- Button ---- */ .btn:link, .btn:visited, input[type=submit]{ display: inline-block; padding: 10px 30px; text-decoration:none; font-weight: 500; /*border-radius: 200px;*/ -webkit-transition:background-color 0.2s, border 0.2s, color 0.2s; -o-transition:background-color 0.2s, border 0.2s, color 0.2s; transition:background-color 0.2s, border 0.2s, color 0.2s; } .btn-full:link, .btn-full:visited { background-color: #00889d; border:1px solid #00889d; border-radius: 10px; color: #fff; } .btn:hover, .btn:active, input[type=submit]:hover, input[type=submit]:active{ background-color: #007b91; } .btn-full:hover, .btn-full:active{ border:1px solid #007b91; color: #fff; } input[type=submit]:hover, input[type=submit]:active{ cursor: pointer; } .btn-full { font-size: 150%; } .btn-ghost:link, .btn-ghost:visited{ border:2px solid #005A6F; color: #fff; } .btn-ghost:hover, .btn-ghost:active{ border:1px solid #008095; color: #fff; } /* ========================================================================== ITC's custom styles ========================================================================== */ /* ---- Header ---- */ header { /*background: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,0.7)),to(rgba(0,0,0,0.7))), url(../img/cover.jpg);*/ /*background: -webkit-linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(../img/cover.jpg);*/ /*background: -o-linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(../img/cover.jpg);*/ background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(../img/cover-4.jpg); background-size: cover; background-position: center; height: 100vh; background-attachment: fixed; background-repeat:no-repeat; } .cover-box { color:#fff; height:100%; } .cover-title img { position:absolute; top:0%; left:59%; height: 75px; width: auto; transform: translate(-40%, -90%); } .cover-title{ position: absolute; width: 1140px; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size:150%; } .cover-text { position: absolute; width: 1140px; top: 63%; left: 50%; transform: translate(-50%, -50%); font-size:150%; } .logo { display: inline-block; padding-top: 30px; height: 40px; width:auto; } .cover-scroll-indicator { position: absolute; /*width:1140px;*/ top: 85%; left: 85%; } .cover-scroll-indicator img{ width: 50px; height:auto; } .social { float:right; font-size:200%; } .social ul{ list-style: none; float:right; } .social ul li{ display: inline-block; list-style: none; margin: 0 14px; } .social i { transition: color 0.2s; } .social ul li:hover, .social ul li:active { cursor: pointer; } .facebook:hover, .facebook:active { color: #3b5999; } .youtube:hover, .youtube:active { color: #cd201f; } /* ---- Section about corporation ---- */ .section-about-corporation { background-color: #006271; text-align: justify; } .section-about-corporation h1{ background-color: #006271; text-align: center; } .section-about-corporation a { float: right; margin: 20px; } .section-about-corporation div:nth-of-type(3) a { float: left; } .section-about-corporation div:nth-of-type(3) { text-align: right; } .ac-bundle { margin-bottom: 50px; } .ac-bundle div{ text-align: center; } .img-1 { height: 200px; width: auto; } /*.ac-image {*/ /*height: 250px;*/ /*width: auto;*/ /*margin: 0;*/ /*padding: 0;*/ /*}*/ .ac-copy { padding-top: 15px; padding-right: 60px; text-align: justify; font-family: 'Noto Sans CJK KR DemiLight', sans-serif; font-weight: lighter; } .section-about-corporation .ac-bundle:nth-of-type(3) .ac-copy{ padding-right:0; padding-left:60px; } .ac-hide { display:none; } /* ---- Section Brand ---- */ .section-brand { background-color: #005360; /*secondary color*/ text-align: center; } .btn-homepage .btn{ margin-top: 25px; padding: 10px 70px; margin-bottom: 10px; } .section-brand a { } .brand-name { font-size: 180%; color: #fff; /*border: solid 3px #00c9e8;*/ /*border-radius: 40px;*/ padding: 10px; margin-bottom: 30px; } .brand-description { text-align: left; padding-left:5px; } .brand-description h3{ font-weight: 500; } .section-brand.col { padding-right:10px; } .section-brand.col:last-child { padding-right: 0; } .section-brand .brand-box{ position: relative; } .section-brand .btn { /*position: absolute;*/ /*right: 0;*/ /*top:550px;*/ /*transform: translate(0, 50px);*/ } .section-brand h3 { margin-bottom: 80px; } .img-2 { height: 250px; width: auto; margin-top: 40px; margin-bottom: 50px; } .brand-img { height:265px; width:auto; } .brand-img-box { display: block; width:100%; overflow:hidden; } .brand-logo-single { height:50px; width: auto; margin-right:20px; } .brand-logo-single-es { height:45px; } /* ---- Section TS Curriculum && TC Curriculum---- */ .section-ts-curriculum, .section-tc-curriculum { background-color: #ffffff; min-height:100vh; } .section-ts-curriculum h1 { color:#006271; text-align: center; } .section-tc-curriculum h1 { color:#543a33; text-align: center; } .section-ts-curriculum .section-title:after { background-color: #006271; } .section-tc-curriculum .section-title:after { background-color: #543a33; } .ts-curriculum-title-bg { background: url(../img/말풍선.png); background-size: contain; background-position: center; background-repeat: no-repeat; padding:10px 10px 20px 10px; margin:0 0 50px 0; } .tc-curriculum-title-bg { background: url(../img/말풍선2.png); !important; background-size: contain; background-position: center; background-repeat: no-repeat; padding:10px 10px 20px 10px; margin:0 20px 0 0; } .ts-curriculum-intro-copy, .tc-curriculum-intro-copy { text-align: center; } .tc-curriculum-intro-copy { margin-bottom: 20px; } .ts-curriculum-intro-copy h4, .tc-curriculum-intro-copy h4{ line-height:160%; margin-bottom:60px; } .section-tc-curriculum { background-color: #ebe1de; } .section-ts-curriculum h2, .section-ts-curriculum h4 { color:#006271; } .section-tc-curriculum h2, .section-tc-curriculum h4 { color:#543a33; } .section-ts-curriculum h3, .section-tc-curriculum h3{ color:#fff; font-size: 180%; } .section-tc-curriculum h4, .section-ts-curriculum h4 { font-size: 170%; margin: 10px 5px; } .ts-logo-box, .tc-logo-box, .es-logo-box { padding: 50px; text-align: center; } .ts-logo-box {background-color: #006271;} .tc-logo-box {background-color: #543a33;} .es-logo-box {background-color: #006271;} .img-logo { height:75px; width: auto; } .ts-curriculum-main, .tc-curriculum-main{ padding: 30px 0; /*height: 100vh;*/ /*margin-bottom: 60px;*/ } .ts-curriculum-main { margin-bottom: 40px; text-align:center; } .tc-curriculum-main { margin-bottom: 100px; box-sizing: border-box; } .ts-curriculum-main h2, .tc-curriculum-main h2{ margin-left: 130px; font-weight: 700; } .ts-curriculum-main .col { position:relative; } .curriculum-icon { height: 45px; width: auto; margin: 0 auto; padding-bottom:10px; } .tc-curriculum-main h4 { margin-left: 0; } .curriculum-icon-small { height: 125%; width: auto; margin: 0 10px 0 0; } .curriculum-copy { color: #006271; font-size: 120%; font-weight: 600; overflow:auto; text-align:justify; line-height: 145%; padding-right: 12px; } .tc-curriculum-main .curriculum-copy { text-align: center; padding: 0 25%; } .tc-curriculum-main .tc-curriculum-info { position: relative; /*background-color: #fff;*/ /*border: solid 1px #543a33;*/ height:400px; } .curriculum-copy-category { color: #006271; font-size: 125%; line-height:100%; text-align: justify; font-weight:600; margin: 9px 0; } .tc-curriculum-main .curriculum-copy-category-box { position:absolute; top:240px; left:0 } .tc-curriculum-main .curriculum-copy, .tc-curriculum-main .curriculum-copy-category { color: #543a33; } .indicator-component { margin: 0 auto; padding-bottom:20px; } .indicator { display:inline-block; background-color: rgb(230, 230, 230); height: 80px; width: 80px; color:#006271; font-size: 180%; border: solid 1px #e6e6e6; border-radius: 100%; cursor: pointer; text-align: center; line-height:3; margin:0 auto; transition: background-color 0.2s, color 0.2s, border 0.2s; } .indicator img{ transition: filter 0.2s; } .tc-curriculum-main .indicator { background-color: #fff; color:#543a33; border: solid 1px #fff; } .indicator-on { color:#fff; background-color: #006271; border: solid 1px #006271; } .indicator-on img{ filter: brightness(0) invert(1); } .tc-curriculum-main .indicator-on { color:#fff; background-color: #543a33; border: solid 1px #543a33; } .tc-curriculum-main .indicator-on img{ filter: brightness(0) invert(1); } .indicator:hover, .indicator:active { background-color: #005360; color:#fff; border: solid 1px #005360; } .indicator:hover img, .indicator:active img{ filter: brightness(0) invert(1); } .tc-curriculum-main .indicator:hover, .tc-curriculum-main .indicator:active { background-color: #3f2b26; color:#fff; border: solid 1px #3f2b26; } .tc-curriculum-main .indicator:hover img, .tc-curriculum-main .indicator:active img { filter: brightness(0) invert(1); } .indicator-bridge { /*border-left: solid 1px #006271;*/ /*border-right: solid 1px #006271;*/ display:inline-block; background-color: #e6e6e6; height: 10px; width: 15vw; margin:0 -4px 4px -4px; z-index:9999; opacity: 1; } .tc-curriculum-main .indicator-bridge { /*border-left: solid 1px #006271;*/ /*border-right: solid 1px #006271;*/ background-color: #fff; } .indicator-bridge-on { background-color: #006271; } .tc-curriculum-main .indicator-bridge-on { background-color: #543a33; } .curriculum-info { display: none; width: 33%; float:left; margin-left:10%; text-align: start; } .curriculum-info:nth-of-type(2){ margin-left: 40%; } .curriculum-info:nth-of-type(3){ margin-left: 60%; } .curriculum-info-box { /*display: inline-block;*/ padding:10px; vertical-align: top; width: 100%; text-align: center; margin: 0 auto 80px auto; } .indicator-box { display: inline-block; /*float:left;*/ } .curriculum-goal { } .curriculum-info-selected { display:inline-block; /*float: left;*/ } .tc-curriculum-box { width: 100%; overflow:auto; border-radius: 4px; border: solid 1px #cccccc; background-color: #fff; text-align: center; box-sizing: border-box; position:relative; } .tc-curriculum-box .col { padding: 30px 0 35px 0; } .tc-curriculum-box div:first-of-type .col{ padding: 0 0 35px 0; } .tc-curriculum-box .row:first-of-type { border-bottom: dotted 1px #ccc; box-sizing: border-box; } .tc-curriculum-box .col:first-of-type { border-right: dotted 1px #ccc; box-sizing: border-box; } .tc-curriculum-period { z-index: 9999; position:absolute; top:44.2%; left: 41%; background-color: #fff; padding:5px 2px; font-size: 24px; color: #959595; } .ts-a, .ts-b { border: solid 1px #ccc; text-align: center; margin: 0 18% -1px 18%; } .curriculum-goal { display:inline-block; width:100%; background-image: url(../img/goal-effect.png); background-color: #f8f8f8; background-repeat: no-repeat; background-size: contain; background-position: left; height:450px; } .section-tc-curriculum .curriculum-goal { display:inline-block; width:80%; margin-left:10%; margin-right:10%; background-image: none; background-color: #f8f8f8; } .curriculum-effect-box { width:1000px; } .curriculum-effect-box h2{ text-align:center; } .arrow-line { width:40%; border-bottom:dotted 4px #bfbfbf; display:inline-block; height: 0; opacity: 1; margin-left: 90px; margin-bottom: 4px; } .effect-copy { display:inline-block; color: #727272; font-size: 130%; font-weight: 700; width:100%; padding:10px; } .section-tc-curriculum .effect-copy { color: #543a33; padding: 0 0 0 100px; margin: 10px 0; letter-spacing: 1px; } .section-tc-curriculum .effect-copy img{ height: 7px; width: auto; margin-right: 13px; padding-bottom:2px; } .effect-copy strong { color:#bfbfbf; padding-right: 20px; } .curriculum-effect-box h4{ text-align: center; margin-bottom: 60px; line-height:160%; } .tc-curriculum-intro-copy h4:nth-of-type(2) { display:none; } /* FOOTER */ footer { background-color: #333; padding: 50px; font-size: 100%; font-family: 'Lato', sans-serif } .footer-nav { list-style: none; float: left; } .footer-nav li, .social-links li { display: inline-block; margin-right: 20px; } .footer-nav li:last-child, .social-links li:last-child { margin-right: 0; } .footer-nav li a:link, .footer-nav li a:visited, .social-links li a:link, .social-links li a:visited { text-decoration: none; border: 0; color: #888; -webkit-transition: color 0.2s; transition: color 0.2s; } .footer-nav li a:hover, .footer-nav li a:active { color: #ddd; } footer .social { float:right; font-size:200%; margin: 0; color:#888; } footer .social ul{ margin:0; } footer p { color: #888; text-align: center; margin-top: 20px; } /*스크롤 다운 네비게이션 메뉴 관리*/ .sticky-nav { position: fixed; top: 0; left: 0; width: 100%; background-color: rgba(255, 255, 255, 0.98); box-shadow: 0 2px 2px #efefef; z-index: 9999; } .sticky-nav .logo { margin: 5px 0 0 0; padding: 0; height:50px; width: auto; float: left; } .sticky-nav .social { display:none; } .sticky-nav-menu-hide{ display:none; !important; } .sticky-nav-menu { float: left; font-size: 120%; /*margin-top: 10px;*/ } .sticky-nav-menu ul{ list-style: none; padding-top:6px; } .sticky-nav-menu ul li{ display:inline-block; padding: 0 20px; margin: 0; } .sticky-nav-menu li a { text-decoration: none; color:#006271; transition: border-bottom 0.2s; font-weight: 600; word-spacing: 4px; padding-bottom: 18px; } .sticky-nav-menu li a:hover, .sticky-nav-menu li a:active { text-decoration: none; color:#005360; border-bottom: 2px solid #005360; cursor: pointer; } .sticky-nav-icon { float: right; margin: 15px 0; color: #006271; font-size: 150%; cursor: pointer; } .sticky-nav-icon i { display: none; } .sticky-nav-icon-hide { display: none; } /* ========================================================================== Helper classes ========================================================================== */ /* * Hide visually and from screen readers */ .hidden { display: none !important; } /* * Hide only visually, but have it available for screen readers: * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility * * 1. For long content, line feeds are not interpreted as spaces and small width * causes content to wrap 1 word per line: * https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe */ .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; white-space: nowrap; /* 1 */ } /* * Extends the .visuallyhidden class to allow the element * to be focusable when navigated to via the keyboard: * https://www.drupal.org/node/897638 */ .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; white-space: inherit; } /* * Hide visually and from screen readers, but maintain layout */ .invisible { visibility: hidden; } /* * Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the * `contenteditable` attribute is included anywhere else in the document. * Otherwise it causes space to appear at the top and bottom of elements * that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using * `:before` to contain the top-margins of child elements. */ .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after { clear: both; } /* ========================================================================== EXAMPLE Media Queries for Responsive Design. These examples override the primary ('mobile first') styles. Modify as content requires. ========================================================================== */ @media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition */ } @media print, (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices */ } /* ========================================================================== Print styles. Inlined to avoid the additional HTTP request: https://www.phpied.com/delay-loading-your-print-css/ ========================================================================== */ @media print { *, *:before, *:after { background: transparent !important; color: #000 !important; /* Black prints faster */ box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } /* * Don't show links that are fragment identifiers, * or use the `javascript:` pseudo protocol */ a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre { white-space: pre-wrap !important; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } /* * Printing Tables: * http://css-discuss.incutio.com/wiki/Printing_Tables */ thead { display: table-header-group; } tr, img { page-break-inside: avoid; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } }
0.49707
0.075346
.glui-theme .layui-layout-admin .layui-logo { color: #fff;color: /*rgba(255,255,255,.8);*/background-color:#243346!important; } .glui-theme .glui-layout-admin .layui-header { background-color: #1aa094; } .glui-theme .layui-layout-admin .layui-header .layui-nav { color: #EEE } .glui-theme .glui-side { background-color: #2f4056!important } .glui-theme .glui-side .layui-side-scroll .layui-nav-tree { background-color: #2f4056!important } .glui-theme .glui-side .layui-nav-tree .layui-nav-item { background-color: #2f4056 } .glui-theme .glui-side .layui-nav-tree .layui-nav-item a.layui-nav-item-title:hover { background-color: #2f4056; color: #EEE } .glui-theme .glui-side .layui-nav .layui-nav-item a { } .glui-theme .glui-side .layui-nav .layui-nav-itemed .layui-nav-child { background-color: #rgba(0,0,0,.3)!important } .glui-theme .glui-side .layui-nav-tree .layui-nav-child dd.layui-this, .glui-theme .glui-side .layui-nav-tree .layui-nav-child dd.layui-this a, .glui-theme .glui-side .layui-nav-tree .layui-this, .glui-theme .glui-side .layui-nav-tree .layui-this>a, .glui-theme .glui-side .layui-nav-tree .layui-this>a:hover { background-color: #20222A !important; color: #20222A!important } .glui-theme .glui-nav .layui-this { background-color: none !important } .glui-theme .glui-side .layui-side-scroll .glui-side-fold { color: #aeb9c2; background-color: #20222A; border-top:1px #17181E solid } .glui-theme .glui-side .layui-nav-tree .layui-nav-child dd.layui-this { padding-left: 3px; background-color: #009688!important } .glui-theme .glui-side .layui-nav-tree .layui-nav-bar { background-color: #009688!important } .glui-theme .glui-side .layui-nav-tree .layui-nav-child .side_b { color: #fff!important; background-color: #009688!important } .glui-side .layui-nav-tree .layui-nav-child dd:hover { background-color: #20222A!important } .glui-side .layui-nav-tree .layui-nav-child a { background-color: none!important } .glui-side .layui-nav-tree .layui-nav-child a:hover { background-color: none!important } .glui-theme .glui-side .layui-nav-tree .layui-nav-child .side_b a { color: #fff!important; background-color: #009688!important } .gl-quick-menu .layui-this { background-color: #FFF !important; } .nav_2 { border-bottom: #20222A 2px solid;} .glui-text-default { color:#009688 !important} .glui-bg-default {} #msgbox, .btn_g, .dt-bqbtn { background: #20222A!important} .sysNotice .layui-elem-quote { border-left: 5px solid #20222A !important;} .dhead { background: #20222A!important; height:30px !important; line-height:30px !important;} .dbody { border: #20222A 1px solid!important} .tab a:hover { border-bottom: 2px solid #009688 !important; margin-bottom: -2px;} .tab_on a:link, .tab_on a:visited, .tab_on a:active, .tab_on a:hover { font-size: 14px; text-decoration: none; display: block; height: 36px; line-height: 36px; padding: 0 20px; color: #20222A !important; border-bottom: 2px solid #009688!important; margin-bottom: -2px;} .tb input[type="text"]:focus, input[type="number"]:focus, .td input[type="email"]:focus, .tb input[type="password"]:focus, .td textarea:focus, .tb select:focus { border: 1px solid #C9C9C9 !important; } .limit { border: 1px solid #20222A !important; background: #ECEDF0} .pages a:hover {background:#20222A;border:#20222A 1px solid;} .pages strong {background:#20222A;padding:5px 6px;border:#20222A 1px solid;} .pages_btn { background:#20222A;}
statics/css/default.css
.glui-theme .layui-layout-admin .layui-logo { color: #fff;color: /*rgba(255,255,255,.8);*/background-color:#243346!important; } .glui-theme .glui-layout-admin .layui-header { background-color: #1aa094; } .glui-theme .layui-layout-admin .layui-header .layui-nav { color: #EEE } .glui-theme .glui-side { background-color: #2f4056!important } .glui-theme .glui-side .layui-side-scroll .layui-nav-tree { background-color: #2f4056!important } .glui-theme .glui-side .layui-nav-tree .layui-nav-item { background-color: #2f4056 } .glui-theme .glui-side .layui-nav-tree .layui-nav-item a.layui-nav-item-title:hover { background-color: #2f4056; color: #EEE } .glui-theme .glui-side .layui-nav .layui-nav-item a { } .glui-theme .glui-side .layui-nav .layui-nav-itemed .layui-nav-child { background-color: #rgba(0,0,0,.3)!important } .glui-theme .glui-side .layui-nav-tree .layui-nav-child dd.layui-this, .glui-theme .glui-side .layui-nav-tree .layui-nav-child dd.layui-this a, .glui-theme .glui-side .layui-nav-tree .layui-this, .glui-theme .glui-side .layui-nav-tree .layui-this>a, .glui-theme .glui-side .layui-nav-tree .layui-this>a:hover { background-color: #20222A !important; color: #20222A!important } .glui-theme .glui-nav .layui-this { background-color: none !important } .glui-theme .glui-side .layui-side-scroll .glui-side-fold { color: #aeb9c2; background-color: #20222A; border-top:1px #17181E solid } .glui-theme .glui-side .layui-nav-tree .layui-nav-child dd.layui-this { padding-left: 3px; background-color: #009688!important } .glui-theme .glui-side .layui-nav-tree .layui-nav-bar { background-color: #009688!important } .glui-theme .glui-side .layui-nav-tree .layui-nav-child .side_b { color: #fff!important; background-color: #009688!important } .glui-side .layui-nav-tree .layui-nav-child dd:hover { background-color: #20222A!important } .glui-side .layui-nav-tree .layui-nav-child a { background-color: none!important } .glui-side .layui-nav-tree .layui-nav-child a:hover { background-color: none!important } .glui-theme .glui-side .layui-nav-tree .layui-nav-child .side_b a { color: #fff!important; background-color: #009688!important } .gl-quick-menu .layui-this { background-color: #FFF !important; } .nav_2 { border-bottom: #20222A 2px solid;} .glui-text-default { color:#009688 !important} .glui-bg-default {} #msgbox, .btn_g, .dt-bqbtn { background: #20222A!important} .sysNotice .layui-elem-quote { border-left: 5px solid #20222A !important;} .dhead { background: #20222A!important; height:30px !important; line-height:30px !important;} .dbody { border: #20222A 1px solid!important} .tab a:hover { border-bottom: 2px solid #009688 !important; margin-bottom: -2px;} .tab_on a:link, .tab_on a:visited, .tab_on a:active, .tab_on a:hover { font-size: 14px; text-decoration: none; display: block; height: 36px; line-height: 36px; padding: 0 20px; color: #20222A !important; border-bottom: 2px solid #009688!important; margin-bottom: -2px;} .tb input[type="text"]:focus, input[type="number"]:focus, .td input[type="email"]:focus, .tb input[type="password"]:focus, .td textarea:focus, .tb select:focus { border: 1px solid #C9C9C9 !important; } .limit { border: 1px solid #20222A !important; background: #ECEDF0} .pages a:hover {background:#20222A;border:#20222A 1px solid;} .pages strong {background:#20222A;padding:5px 6px;border:#20222A 1px solid;} .pages_btn { background:#20222A;}
0.151906
0.052473
/** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { background-color: transparent; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } @font-face { font-family: 'Montserrat400'; font-style: normal; font-weight: 400; src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/montserrat-v14-cyrillic_latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v14-cyrillic_latin-regular.woff") format("woff"); } @font-face { font-family: 'Montserrat500'; font-style: normal; font-weight: 500; src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../fonts/montserrat-v14-cyrillic_latin-500.woff2") format("woff2"), url("../fonts/montserrat-v14-cyrillic_latin-500.woff") format("woff"); } @font-face { font-family: 'Montserrat600'; font-style: normal; font-weight: 600; src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("../fonts/montserrat-v14-cyrillic_latin-600.woff2") format("woff2"), url("../fonts/montserrat-v14-cyrillic_latin-600.woff") format("woff"); } @font-face { font-family: 'Montserrat700'; font-style: normal; font-weight: 700; src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/montserrat-v14-cyrillic_latin-700.woff2") format("woff2"), url("../fonts/montserrat-v14-cyrillic_latin-700.woff") format("woff"); } @font-face { font-family: 'Montserrat800'; font-style: normal; font-weight: 800; src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url("../fonts/montserrat-v14-cyrillic_latin-800.woff2") format("woff2"), url("../fonts/montserrat-v14-cyrillic_latin-800.woff") format("woff"); } @font-face { font-family: 'Tahoma'; font-style: normal; font-weight: 700; src: local(""), local(""), url("../fonts/Tahoma-Bold.woff2") format("woff2"), url("../fonts/Tahoma-Bold.woff") format("woff"); } html { box-sizing: border-box; scroll-behavior: smooth; } * { margin: 0; padding: 0; } *, *::before, *::after { box-sizing: inherit; } a { display: block; text-decoration: none; } img { display: block; max-width: 100%; height: auto; } ul { list-style: none; } .container { width: 280px; margin: 0 auto; } .teacher__skills-list-item::before, .guaranty__list-item::before, .registration { background-repeat: no-repeat; background-size: cover; background-position: center; } .navigation { display: flex; align-items: center; justify-content: space-between; } .program__list-item-term::before, .program__list-item-list-description-class::before, .program__list::before, .teacher__name::after, .teacher__skills-list-item::before, .teacher__description-list-item--one::before, .guaranty__list::before, .guaranty__list-item::before { display: block; content: ''; } .visually-hidden:not(:focus):not(:active), input[type="checkbox"].visually-hidden, input[type="radio"].visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; border: 0; padding: 0; white-space: nowrap; -webkit-clip-path: inset(100%); clip-path: inset(100%); clip: rect(0 0 0 0); overflow: hidden; } .header__btn-tel { display: none; } .navigation__list { display: none; } .overlay { opacity: 0; visibility: hidden; width: 100%; height: 0; background-color: rgba(0, 0, 0, 0.85); position: fixed; z-index: 100; top: 0; left: 0; transition: all .4s linear; } .overlay * { opacity: 0; transition: all .1s linear .5s; } .overlay_active { visibility: visible; opacity: 1; height: 100%; padding: 24px 0 218px; } .overlay_active * { opacity: 1; } .submenu { display: flex; justify-content: space-between; align-items: center; margin-bottom: 60px; } .submenu-btn { background-color: transparent; border: none; background-image: url(../images/burger-sub.png); background-repeat: no-repeat; background-position: center; width: 24px; height: 18px; } .submenu__list { width: 236px; margin: 0 auto 60px; } .submenu__list_link { font-family: "Montserrat700"; font-size: 20px; line-height: 38px; color: #ffffff; } .submenu__list_link:hover { color: #ff6b08; } .submenu-button { display: block; margin: 0 auto; width: 250px; height: 48px; background-color: transparent; border: 2px solid #ff6b08; font-family: "Montserrat600"; font-size: 11px; text-transform: uppercase; color: #ff6b08; } .animation { -webkit-animation: animation 0.9s linear; animation: animation 0.9s linear; } @-webkit-keyframes animation { from { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 40% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 50% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 80% { transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } to { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } } @keyframes animation { from { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 40% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 50% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 80% { transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } to { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } } .header { padding: 30px 0 0; margin-bottom: 56px; min-width: 320px; } .header__btn-burger { width: 24px; height: 12px; border: none; background-color: transparent; background-image: url(../images/burger1.png); background-repeat: no-repeat; background-position: center; } .header-section { min-height: 536px; padding: 0 0 310px; position: relative; background-image: url(../images/Pic1.png), url(../images/Shape1.png); background-repeat: no-repeat; background-position: center bottom 86px, center bottom; } .header-section__btn { display: block; margin: 0 auto; font-family: "Tahoma", sans-serif; font-size: 12px; text-transform: uppercase; color: #ffffff; line-height: 4.2; letter-spacing: 0.9px; width: 250px; height: 48px; border: none; background-color: #ff6b08; position: relative; cursor: pointer; } .header-section__btn:hover, .header-section__btn:focus { background-color: #d35526; transition: all 0.2s linear; } .header-section__description { font-family: "Montserrat500"; font-size: 15px; margin-bottom: 36px; } .header-section__title { font-family: "Montserrat800"; font-size: 20px; letter-spacing: 1px; margin-bottom: 36px; width: 80%; } .header-section__title-text { font-family: "Montserrat500"; font-size: 15px; color: #b9b9b9; } .header-section__description span { color: #ff6b08; } .services { padding-bottom: 54px; } .services__list { padding-left: 88px; } .services__list-item { font-family: "Montserrat700"; font-size: 13px; line-height: 20px; display: block; width: 132px; margin: auto; position: relative; } .services__list-item:not(:last-of-type) { margin-bottom: 32px; } .student::before { position: absolute; display: block; content: ""; background-image: url(../images/Student1.png); width: 115px; height: 58px; z-index: -1; top: 3px; left: -67px; } .learning::before { position: absolute; display: block; content: ""; background-image: url(../images/Learning1.png); width: 115px; height: 58px; z-index: -1; top: 3px; left: -67px; } .umbrella::before { position: absolute; display: block; content: ""; background-image: url(../images/umbrella1.png); width: 115px; height: 58px; z-index: -1; top: 3px; left: -67px; } .problems { position: relative; padding-top: 46px; padding-bottom: 334px; background-color: #111517; } .section-title { font-family: "Montserrat800"; font-size: 20px; line-height: 30px; } .section-title--problems { color: #ffffff; width: 236px; text-align: left; } .colortext { color: #ff6b08; } .problems-list { counter-reset: issues 0; position: absolute; bottom: -3%; left: 50%; transform: translate(-50%, 30%); background-color: #ffffff; padding: 20px 20px 32px 26px; } .section-subtitle { font-family: "Montserrat700"; font-size: 13px; line-height: 20px; color: #18191d; } .problems-list { width: 280px; box-shadow: 4px 7px 16px 6px rgba(29, 29, 27, 0.04); } .problems-list__item { position: relative; margin-bottom: 20px; } .problems-list__item:nth-child(6) { margin-bottom: 0; } .problems-list__item::before { counter-increment: issues 1; content: "" counter(issues, decimal-leading-zero); display: block; padding-left: 36px; color: #ff6b08; font-family: "Montserrat400"; font-size: 14px; margin-bottom: 6px; } .problems-list__item::after { content: ''; display: block; width: 25px; height: 2px; background-color: #ff6b08; position: absolute; top: 6px; left: 0; } .features { padding: 204px 0 52px 0; } .section-title { font-family: "Montserrat800"; font-size: 20px; line-height: 30px; } .section-subtitle { font-family: "Montserrat700"; font-size: 13px; line-height: 20px; color: #18191d; } .section-title--features { color: #18191d; text-align: center; margin-bottom: 36px; } .features-list_item { position: relative; width: 280px; box-shadow: 4px 7px 24px 8px rgba(29, 29, 27, 0.11); padding: 94px 16px 26px; } .features-list_item:not(:last-of-type) { margin-bottom: 16px; } .section-subtitle--features { width: 83%; margin: auto; font-family: "Montserrat700"; color: #111517; text-align: center; margin-bottom: 40px; position: relative; } .features-list_description { font-family: "Montserrat400"; font-size: 11px; line-height: 20px; color: #858585; text-align: center; } .section-subtitle--features::after { content: ''; display: block; width: 25px; height: 2px; background-color: #ff6b08; position: absolute; left: 45%; top: 145%; } .icon-features { fill: #ff6b08; position: absolute; width: 45px; height: 45px; top: 15%; left: 42%; } .features-list_item:nth-child(3n) .icon-features { width: 60px; height: 45px; left: 38%; } .features-list_item:hover { background-color: #ff6b08; } .features-list_item:hover .section-subtitle--features { color: #ffffff; } .features-list_item:hover .icon-features { fill: #ffffff; } .features-list_item:hover .section-subtitle--features::after { background-color: #ffffff; } .features-list_item:hover .features-list_description { color: #ffffff; } .container { width: 280px; margin: auto; } .section-title { font-size: 20px; font-family: "Montserrat800"; line-height: 33px; letter-spacing: 1px; } .section-title--program { color: #ffffff; margin-bottom: 34px; text-align: center; } .program { padding: 50px 0 436px 0; background-color: #111517; } .program__picture { position: absolute; right: -20px; top: -40px; } .program__list { padding-left: 50px; position: relative; } .program__list-item { width: 156px; margin: auto; position: relative; } .program__list-item-term { font-size: 15px; font-family: "Montserrat700"; color: white; text-transform: uppercase; line-height: 29px; text-align: left; letter-spacing: 1.65px; margin-bottom: 10px; } .program__list-item-term::before { border-radius: 50%; background-color: #ff6b08; width: 10px; height: 10px; position: absolute; left: -30px; top: 10px; } .program__list-item:nth-of-type(-n+4) { margin-bottom: 36px; } .program__list-item-list-description-class { font-size: 13px; font-family: "Montserrat500"; color: #ff6b08; line-height: 29px; padding-left: 40px; letter-spacing: 0.65px; position: relative; margin-bottom: 10px; } .program__list-item-list-description-class::before { background-color: #ff6b08; width: 25px; height: 2px; position: absolute; left: 0; top: 14px; } .program__list-item-list-description-topic { font-size: 11px; font-family: "Montserrat400"; color: rgba(132, 132, 132, 0.502); line-height: 20px; text-align: left; letter-spacing: 0.55px; } .program__list::before { background-color: #546264; width: 2px; height: 1240px; position: absolute; left: 61px; top: 10px; } .padding-top { padding-top: 30px; } .wrapper-program { position: relative; } .wrapper-advantages { position: absolute; top: -400px; } .section-title--advantages { color: #ffffff; text-align: left; width: 140px; margin-bottom: 16px; } .advantages { position: relative; } .advantages__list { counter-reset: issues 0; background-color: #ffffff; box-shadow: 4px 6.928px 15.54px 5.46px rgba(29, 29, 27, 0.04); padding: 20px 28px 24px 28px; } .advantages__list-item { width: 220px; position: relative; } .advantages__list-item:nth-of-type(-n+5) { margin-bottom: 10px; } .advantages__list-item-text { font-size: 13px; font-family: "Montserrat700"; color: #18191d; line-height: 20px; letter-spacing: 0.65px; } .advantages__list-item::before { counter-increment: issues 1; content: "" counter(issues, decimal-leading-zero); display: block; padding-left: 36px; color: #ff6b08; font-family: 'Montserrat400'; font-size: 14px; margin-bottom: 6px; } .advantages__list-item::after { content: ''; display: block; width: 25px; height: 2px; background-color: #ff6b08; position: absolute; top: 6px; left: 0; } .section-title--teacher { text-align: left; margin-bottom: 16px; } .wrapper-teacher-photo { margin-bottom: 18px; } .teacher { padding: 240px 0 22px 0; } .teacher__name { font-size: 16px; font-family: "Montserrat800"; color: #111517; line-height: 29px; letter-spacing: 0.8px; margin-bottom: 24px; } .teacher__name::after { background-color: rgba(133, 133, 133, 0.4); width: 280px; height: 1px; } .teacher__skills-list { margin-bottom: 20px; } .teacher__skills-list-item { font-size: 13px; font-family: "Montserrat700"; color: #111517; line-height: 20px; letter-spacing: 0.65px; padding-left: 34px; position: relative; } .teacher__skills-list-item::before { background-image: url("../images/icon-Check.svg"); width: 20px; height: 20px; position: absolute; left: 0; top: 4px; } .teacher__skills-list-item:not(:last-of-type) { margin-bottom: 20px; } .teacher__description-list { padding: 0 15px 0 15px; } .teacher__description-list-item { font-size: 11px; font-family: "Montserrat400"; color: #858585; line-height: 20px; letter-spacing: 0.55px; margin-bottom: 18px; } .teacher__description-list-item--one::before { background-color: #ff6b08; width: 25px; height: 2px; margin-bottom: 16px; } .teacher__link { font-size: 11px; font-family: "Montserrat400"; color: #ff6b08; text-decoration: underline; line-height: 29px; text-align: center; letter-spacing: 0.55px; } .container { width: 280px; margin: auto; } .background-guaranty { background-color: #f1f1f1; } .section-title--guaranty { margin-bottom: 20px; } .guaranty { padding-top: 22px; } .guaranty__list { position: relative; padding: 24px 0 24px 0; } .guaranty__list::before { border-left: 1px dotted #bababa; height: 330px; position: absolute; left: 7px; top: 28px; } .guaranty__list-item { width: 275px; font-size: 11px; font-family: "Montserrat500"; color: #18191d; line-height: 20px; letter-spacing: 0.55px; padding-left: 36px; position: relative; } .guaranty__list-item::before { background-image: url("../images/icon-fire.svg"); width: 16px; height: 24px; position: absolute; left: 0; } .guaranty__list-item span { color: #ff6b08; } .guaranty__list-item:not(:last-of-type) { margin-bottom: 26px; } .reviews { margin: 0 auto; } .reviews-wrap { margin: 0 auto; } .reviews .container { position: relative; } .reviews-title { font-size: 20px; font-family: "Montserrat700"; color: #111517; line-height: 1.327; padding: 46px 50px 0; margin: 0 auto; margin-bottom: 16px; text-align: center; } .reviews__card-student { width: 280px; padding: 0 28px 0; height: auto; background-color: #ffffff; box-shadow: 4px 6.928px 34.96px 11.04px #1d1d1b17; margin: 0 auto; } .reviews__card-student-photo { padding-top: 22px; margin: 0 auto; padding-bottom: 16px; width: 80px; } .reviews__card-student-photo-desktop { display: none; } .reviews__card-student-social { width: 220px; height: 25px; margin-bottom: 10px; } .reviews__card-student-name { font-size: 13px; font-family: "Montserrat700"; color: #ff6b08; line-height: 2.244; text-align: center; } .reviews__card-student-learned { font-size: 11px; font-family: "Montserrat500"; color: #858585; line-height: 1.515; text-align: center; width: 225px; margin: 0 auto; margin-bottom: 16px; } .reviews__card-student-message { font-size: 11px; font-family: "Montserrat500"; color: #18191d; line-height: 1.818; text-align: center; padding-bottom: 32px; } .reviews__card-student-message-continuation { display: none; } .reviews__card-student-message-link { display: inline; text-decoration: underline; color: #ff6b08; } .arrows { width: 270px; margin: 0 auto; padding: 44px 0 80px; } .arrows__list { display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse; } .left-arrows-reviews { position: relative; margin: 0 auto; } .left-arrows-reviews::before, .left-arrows-reviews::after { content: ''; display: block; position: absolute; width: 0; height: 0; border: 0 solid transparent; border-right: 0; } .left-arrows-reviews { width: 16px; height: 2px; background-color: #ff6b08; } .left-arrows-reviews::after { top: -2px; right: -5px; border-left-color: #ff6b08; border-width: 3px 0 3px 8px; } .right-arrows-reviews { position: relative; margin: 0 auto; } .right-arrows-reviews::before, .right-arrows-reviews::after { content: ''; display: block; position: absolute; width: 0; height: 0; border: 0 solid transparent; border-left: 0; } .right-arrows-reviews { width: 16px; height: 2px; background-color: #ff6b08; } .right-arrows-reviews::after { top: -2px; right: 13px; border-right-color: #ff6b08; border-width: 3px 8px 3px 0; } .reviews__cards-title { width: 184px; margin: 0 auto; position: absolute; display: block; content: ''; bottom: 54px; right: 50px; } .reviews__cards-title-list { display: flex; justify-content: space-between; align-items: center; } .reviews__cards-title-list-student { width: 54px; } .reviews__cards-title-list-student:hover, .reviews__cards-title-list-student:focus { border: 2px solid #ff6b08; border-radius: 50%; } .reviews__cards-title-list-student:nth-child(n + 4) { display: none; } .registration { background-image: url(../images/bg_registration.png); opacity: 0.9; } .registration__title { font-size: 14px; font-family: "Montserrat700"; color: #ffffff; line-height: 1.86; text-align: center; width: 230px; padding-top: 48px; margin: 0 auto 16px; } .registration__title span { color: #ff6b08; } .registration__description { font-size: 11px; font-family: "Montserrat600"; line-height: 1.818; text-align: center; color: #ffffff; width: 235px; margin: 0 auto 24px; } .registration__description-color { color: #ff6b08; } .wrap_form { padding-bottom: 58px; } .registration__form { width: 280px; margin: 0 auto; } .registration__form-name, .registration__form-tel { background-color: transparent; font-family: "Montserrat400"; font-size: 13px; line-height: 2.885; letter-spacing: 1.43px; border: 1px solid #ffffff; width: 280px; height: 50px; margin-bottom: 20px; color: #ffffff; padding-left: 22px; } .registration__form-name::-webkit-input-placeholder, .registration__form-tel::-webkit-input-placeholder { color: #ffffff; font-family: "Montserrat600"; } .registration__form-name::-moz-placeholder, .registration__form-tel::-moz-placeholder { color: #ffffff; font-family: "Montserrat600"; } .registration__form-name:-ms-input-placeholder, .registration__form-tel:-ms-input-placeholder { color: #ffffff; font-family: "Montserrat600"; } .registration__form-name::-ms-input-placeholder, .registration__form-tel::-ms-input-placeholder { color: #ffffff; font-family: "Montserrat600"; } .registration__form-name::placeholder, .registration__form-tel::placeholder { color: #ffffff; font-family: "Montserrat600"; } .registration__form-btn { display: flex; align-self: center; justify-content: center; width: 250px; font-size: 12px; line-height: 4.2; letter-spacing: 0.9px; font-family: "Tahoma", sans-serif; text-transform: uppercase; color: #ffffff; background-color: #ff6b08; border: none; cursor: pointer; } .registration__form-btn:hover, .registration__form-btn:focus { background-color: #d35526; transition: all 0.2s linear; } .registration__form-tel { margin-bottom: 55px; } .registration__form button { margin: 0 auto; } .consultation { margin-bottom: 14px; } .consultation__phone { display: flex; justify-content: center; align-self: center; padding-top: 34px; margin-bottom: 20px; } .consultation__phone-svg { width: 20px; height: 20px; margin: auto 0 8px; } .consultation__phone a { font-size: 18px; line-height: 1.875; font-family: "Montserrat600"; color: black; margin-left: 8px; } .consultation__instagram { display: block; margin-bottom: 20px; } .consultation__instagram-svg { width: 37px; height: 37px; margin: 0 auto; } .consultation__logo { font-size: 15px; font-family: "Montserrat800"; color: #000000; width: 80px; margin: 0 auto; text-align: center; } .consultation__logo-fire { fill: #ff6b08; width: 17px; height: 22px; } .consultation__logo-fire-tablet { display: none; } .consultation__logo-en { font-size: 15px; font-family: "Montserrat800"; color: #000000; text-transform: uppercase; } .consultation__logo-description { display: block; font-size: 5.3px; font-family: "Montserrat700"; color: #ff6b08; text-transform: uppercase; } .consultation__logo-description span { color: #000000; } .footer { background-color: #111517; } .footer__title { font-family: "Montserrat500"; font-size: 11px; color: rgba(253, 254, 254, 0.42); line-height: 3.409; text-align: center; padding: 16px; } @media (min-width: 768px) { .container { width: 688px; } .submenu-button { display: none; } .submenu__list { width: 334px; } .submenu__listt_link { font-size: 26px; line-height: 42px; } .header { padding: 38px 0 0; margin-bottom: 82px; min-width: 768px; } .header__btn-tel { display: block; width: 250px; height: 48px; margin-left: 293px; margin-right: 30px; background-color: transparent; border: 2px solid #ff6b08; font-family: "Tahoma", sans-serif; font-size: 11px; text-transform: uppercase; color: #ff6b08; } .header__btn-tel:hover, .header__btn-tel:focus { background-color: #ff6b08; transition: all 0.2s linear; color: #ffffff; } .header-section { padding: 0; line-height: 22px; background-image: url(../images/Pic2.png), url(../images/Shape2.png); background-repeat: no-repeat; background-position: right top 62px, center bottom; } .header-section__title { width: 278px; font-size: 26px; line-height: 34px; margin-bottom: 28px; } .header-section__description { width: 282px; } .header-section__btn { margin-left: 0; } .services { padding-bottom: 52px; } .services__list { display: flex; justify-content: space-between; align-items: center; padding-left: 67px; } .services__list-item { margin: 0; } .services__list-item:not(:last-of-type) { margin-bottom: 0; } .container { width: 688px; } .problems { padding: 64px 0 176px; } .section-title { font-size: 26px; line-height: 33px; } .section-title--problems { width: 460px; } .problems { background-image: url(../images/fire.png); background-repeat: no-repeat; background-position: right bottom; min-height: 334px; } .problems-list { display: flex; flex-wrap: wrap; width: 688px; transform: translate(-50%, 50%); padding: 36px 72px 38px 104px; } .problems-list__item { width: 204px; margin-bottom: 26px; } .problems-list__item:nth-of-type(odd) { margin-right: 64px; } .problems-list__item:nth-child(n + 5) { margin-bottom: 0; } .container { width: 688px; } .features { padding-top: 228px; } .features-list { display: flex; flex-wrap: wrap; justify-content: center; } .features-list_item { width: 280px; } .features-list_item:not(:last-of-type) { margin-bottom: 0; } .features-list_item:nth-of-type(odd) { margin-right: 24px; } .features-list_item:nth-of-type(-n+4) { margin-bottom: 22px; } .container { width: 688px; } .section-title--program { font-size: 26px; line-height: 63px; text-align: left; letter-spacing: 1.3px; margin-bottom: 46px; } .program { padding: 70px 0 356px 0; } .program__picture { top: -196px; } .program__list { padding-left: 140px; } .program__list::before { height: 780px; left: 84px; top: 10px; } .program__list-item { width: 460px; margin: 0; } .program__list-item-term::before { left: -60px; } .program__list-item-list { display: flex; align-items: flex-start; } .program__list-item-list-description { width: 140px; } .program__list-item-list-description:not(:last-of-type) { margin-right: 20px; } .container { width: 688px; } .wrapper-advantages { top: -214px; width: 688px; } .section-title--advantages { font-size: 26px; line-height: 63px; letter-spacing: 1.3px; width: 350px; margin: auto; margin-bottom: 10px; } .advantages__list { padding: 26px 96px; display: flex; flex-wrap: wrap; } .advantages__list-item-text { margin-bottom: 0; } .advantages__list-item:nth-of-type(odd) { margin-right: 52px; } .advantages__list-item:nth-of-type(-n+5) { margin-bottom: 0; } .advantages__list-item:nth-of-type(-n+4) { margin-bottom: 24px; } .container { width: 688px; } .section-title--teacher { font-size: 26px; line-height: 63px; text-align: left; letter-spacing: 1.3px; margin-bottom: 14px; } .wrapper-teacher { display: flex; } .wrapper-teacher-photo { margin-right: 44px; margin-bottom: 0; } .wrapper-teacher-text { width: 398px; } .teacher__name { font-size: 20px; line-height: 29px; letter-spacing: 1px; } .teacher__name::after { width: 398px; margin-top: 8px; } .teacher__skills-list { padding-right: 24px; } .teacher__description-list { padding: 0; } .container { width: 688px; } .section-title--guaranty { font-size: 26px; line-height: 63px; letter-spacing: 1.3px; margin-bottom: 10px; } .background-guaranty { background-color: transparent; } .guaranty__list { padding: 30px 50px 30px 60px; background-color: #f1f1f1; } .guaranty__list::before { height: 212px; left: 67px; top: 32px; } .guaranty__list-item { width: 100%; } .container { width: 720px; } .reviews-title { font-size: 26px; font-family: "Montserrat700"; line-height: 2.405; } .reviews-title-id { display: none; } .reviews-wrap { display: flex; position: relative; } .reviews__card-student { width: 688px; padding: 0; margin-bottom: 153px; } .reviews__card-student-photo { padding: 62px 0 14px; } .reviews__card-student-profile { width: 160px; } .reviews__card-student-social { width: 160px; margin-bottom: 40px; } .reviews__card-student-name { font-size: 18px; font-family: "Montserrat800"; line-height: 1.62; letter-spacing: 0.8px; padding-top: 30px; margin-bottom: 12px; } .reviews__card-student-about { display: flex; flex-wrap: wrap; justify-content: space-between; flex-direction: column; width: 460px; align-items: flex-start; } .reviews__card-student-learned { font-size: 13px; line-height: 1.333; text-align: left; width: 434px; margin: 0; margin-bottom: 12px; } .reviews__card-student-message { font-size: 12px; width: 465px; text-align: left; padding-bottom: 43px; } .reviews__card-student-message-continuation { display: initial; } .reviews__card-student-message-continuation { direction: initial; } .arrows { width: 704px; position: absolute; bottom: 60px; left: -9px; } .left-arrows-reviews { width: 20px; } .left-arrows-reviews::after { top: -3px; border-width: 4px 0 4px 10px; } .right-arrows-reviews { width: 20px; } .right-arrows-reviews::after { top: -3px; border-width: 4px 10px 4px 0; } .reviews__cards-title { width: 505px; bottom: -78px; right: 102px; } .reviews__cards-title-list-student:nth-child(n + 4) { display: initial; } .container { width: 688px; } .registration { background-image: url(../images/bg_registration_tablet.png); } .registration__title { font-size: 22px; font-family: "Montserrat800"; line-height: 1.729; width: 545px; padding-top: 58px; margin-bottom: 24px; } .registration__description { font-size: 15px; line-height: 1.333; text-align: left; width: 455px; margin-bottom: 29px; } .registration__description-aline { display: block; color: #ffffff; } .wrap_form { padding-bottom: 64px; } .registration__form { width: 400px; } .registration__form-name, .registration__form-tel { width: 400px; } .registration__form-tel { margin-bottom: 35px; } .consultation .container { display: flex; align-items: center; flex-direction: row-reverse; justify-content: flex-end; } .consultation { margin-bottom: 30px; padding-top: 32px; } .logo-link { display: inline-flex; } .consultation__phone { margin-left: 80px; } .consultation__phonea { font-size: 20px; line-height: 1.875; } .consultation__instagram { order: -1; margin: 0 0 0 30px; padding: 0 0 0 30px; border-left: 1px solid #e0e0e0; } .consultation__logo { font-size: 25px; width: 128px; } .consultation__logo-fire { width: 22px; height: 38px; margin-left: -4px; } .consultation__logo-fire-mob, .consultation__logo-fire-desktop { display: none; } .consultation__logo-fire-tablet { display: initial; } .consultation__logo-en { font-size: 25px; } .consultation__logo-description { font-size: 8.75px; } .container { width: 688px; } .footer__title { text-align: left; padding: 17px 0 17px 9px; } } @media (min-width: 768px) and (device-pixel-ratio: 2), (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi) { .registration { background-image: url(../images/bg_registration_tablet@2x.png); } } @media (min-width: 1280px) { .container { width: 1210px; } .header { padding-top: 46px; margin-bottom: 124px; } .header__btn-burger { display: none; } .header-section { min-height: 716px; background-image: url(../images/Pic3.png), url(../images/Shape2.png); background-size: auto, cover; background-position: right top 62px, center bottom; } .header__btn-tel { margin-left: 46px; } .navigation__list { width: 566px; display: flex; justify-content: space-between; margin-left: 338px; } .list_link { font-family: "Montserrat500"; font-size: 12px; text-transform: uppercase; color: #b9b9b9; transition: all 200ms linear; } .list_link:hover { color: #ff6b08; } .header-section__title { width: 494px; font-size: 48px; line-height: 52px; margin-bottom: 36px; } .header-section__title-text { font-size: 18px; } .header-section__description { margin-bottom: 68px; font-size: 18px; width: 462px; } .header-section__btn { width: 300px; height: 68px; font-size: 14px; } .header-section::after { top: 44px; } .services { padding: 40px 0 84px; } .services__list { padding-left: 85px; } .services__list-item { font-size: 18px; line-height: 28px; width: 296px; } .student::before { background-image: url(../images/Student2.png); width: 208px; height: 104px; top: -27px; left: -85px; } .learning::before { background-image: url(../images/Learning2.png); width: 208px; height: 104px; top: -27px; left: -85px; } .umbrella::before { background-image: url(../images/umbrella2.png); width: 208px; height: 104px; top: -27px; left: -85px; } .container { width: 1210px; } .problems { padding: 74px 0 290px; } .section-title { font-size: 42px; line-height: 57px; } .section-title--problems { width: 750px; } .br-title { display: block; } .problems { background-image: url(../images/fire2.png); } .problems-list { width: 1210px; padding: 52px 104px 52px 96px; bottom: 16%; } .problems-list__item { margin-bottom: 0; width: 260px; } .problems-list__item::before { font-size: 21px; } .problems-list__item::after { top: 10px; } .problems-list__item:nth-of-type(odd) { margin-right: 0; } .problems-list__item:nth-of-type(-n + 3) { margin-bottom: 40px; } .problems-list__item:not(:nth-child(3n)) { margin-right: 100px; } .container { width: 1210px; } .features { padding: 166px 0 100px; } .features-list_item { width: 390px; } .features-list_item:nth-of-type(odd) { margin-right: 0; } .features-list_item:nth-of-type(-n+4) { margin-bottom: 0; } .features-list_item:not(:nth-child(3n)) { margin-right: 20px; } .features-list_item:nth-of-type(-n+3) { margin-bottom: 18px; } .section-subtitle { font-size: 18px; line-height: 30px; font-family: "Montserrat700"; } .section-title--features { font-size: 42px; text-align: left; margin-bottom: 50px; } .features-list_description { font-size: 15px; line-height: 32px; } .icon-features { top: 15%; left: 44%; } .features-list_item:nth-child(3n) .icon-features { width: 60px; height: 45px; left: 42%; } .container { width: 1210px; } .section-title--program { font-size: 42px; font-family: "Montserrat800"; letter-spacing: 2.1px; margin-bottom: 40px; } .program { padding: 76px 0 476px 0; } .program__picture { left: -35px; top: -172px; } .program__list { padding-left: 0; padding-top: 40px; display: flex; } .program__list::before { top: 0; left: 0; width: 100%; height: 2px; } .program__list-item { width: 232px; } .program__list-item:nth-of-type(-n+4) { width: 232px; margin-bottom: 0; margin-right: 33px; } .program__list-item:nth-of-type(5) { width: 150px; } .program__list-item-term { font-size: 19px; letter-spacing: 2px; margin-bottom: 22px; } .program__list-item-term::before { width: 18px; height: 18px; left: 0; top: -48px; } .program__list-item-list { display: block; } .program__list-item-list-description { width: 100%; } .program__list-item-list-description:not(:last-of-type) { margin-right: 0; margin-bottom: 20px; } .program__list-item-list-description-class { font-size: 18px; letter-spacing: 0.9px; } .program__list-item-list-description-topic { font-size: 18px; line-height: 29px; letter-spacing: 0.9px; } .container { width: 1210px; } .section-title--advantages { font-size: 42px; line-height: 55px; letter-spacing: 2.1px; width: 564px; margin-bottom: 30px; } .wrapper-advantages { top: -422px; width: 1210px; } .advantages__list { padding: 50px 80px 50px 96px; } .advantages__list-item { width: 305px; } .advantages__list-item-text { font-size: 18px; line-height: 29px; letter-spacing: 0.9px; } .advantages__list-item::before { font-size: 21px; letter-spacing: 1px; } .advantages__list-item::after { top: 10px; } .advantages__list-item:nth-of-type(-n+4) { margin-bottom: 0; } .advantages__list-item:nth-of-type(odd) { margin-right: 0; } .advantages__list-item:not(:nth-of-type(3n)) { margin-right: 52px; } .advantages__list-item:nth-of-type(-n+3) { margin-bottom: 36px; } .container { width: 1210px; } .teacher { padding: 90px 0 45px 0; } .teacher__name { font-size: 29px; line-height: 29px; letter-spacing: 1.5px; } .teacher__name::after { width: 632px; } .teacher__skills-list { padding-right: 44px; margin-bottom: 30px; } .teacher__skills-list-item { font-size: 17px; line-height: 29px; letter-spacing: 0.75px; padding-left: 48px; } .teacher__skills-list-item::before { width: 30px; height: 30px; } .teacher__description-list-item { font-size: 17px; line-height: 29px; letter-spacing: 0.75px; margin-bottom: 24px; } .teacher__link { font-size: 17px; line-height: 29px; text-align: left; letter-spacing: 0.75px; } .section-title--teacher { font-size: 42px; letter-spacing: 2.1px; margin-bottom: 44px; } .wrapper-teacher-photo { margin-right: 84px; } .wrapper-teacher-text { width: 632px; } .container { width: 1210px; } .section-title--guaranty { font-size: 42px; letter-spacing: 2.1px; margin-bottom: 30px; } .guaranty__list { padding: 44px 132px 44px 112px; } .guaranty__list::before { height: 270px; left: 122px; top: 48px; } .guaranty__list-item { font-size: 18px; line-height: 29px; letter-spacing: 0.9px; padding-left: 56px; } .guaranty__list-item::before { width: 24px; height: 32px; } .guaranty__list-item span { display: inline-block; } .container { width: 1210px; } .reviews-title { font-size: 42px; line-height: 1.489; } .reviews__card-student { width: 1065px; margin-bottom: 192px; } .reviews__card-student-photo { display: none; } .reviews__card-student-photo-desktop { display: initial; width: 145px; margin-bottom: 20px; } .reviews__card-student-profile { width: 145px; padding-top: 47px; margin: 0 34px 0 86px; } .reviews__card-student-social { width: 145px; margin-bottom: 100px; } .reviews__card-student-name { font-size: 25px; line-height: 1.167; padding-top: 41px; margin-bottom: 0; } .reviews__card-student-learned { font-size: 12.5px; } .reviews__card-student-message { font-size: 16.667px; line-height: 1.75; width: 700px; padding-bottom: 38px; } .arrows { width: 1180px; bottom: 92px; left: 16px; } .left-arrows-reviews { width: 25px; } .left-arrows-reviews::after { top: -4px; border-width: 5px 0 5px 10px; } .right-arrows-reviews { width: 25px; } .right-arrows-reviews::after { top: -4px; right: 20px; border-width: 5px 10px 5px 0; } .reviews__cards-title { width: 594px; bottom: -94px; right: 308px; } .container { width: 1210px; } .registration { background-image: url(../images/bg_registration_desktop.png); } .registration__title { font-size: 37.5px; line-height: 1.334; width: 930px; padding-top: 80px; margin-bottom: 40px; } .registration__description { font-size: 18px; line-height: 1.361; text-align: center; width: 540px; margin-bottom: 40px; } .wrap_form { padding-bottom: 88px; } .registration__form { width: 620px; } .registration__form-name, .registration__form-tel { font-size: 21px; line-height: 1.8; letter-spacing: 1.05px; border: 1px solid #ffffff; width: 620px; height: 72px; margin-bottom: 20px; padding-left: 28px; } .registration__form-btn { width: 350px; font-size: 14px; line-height: 4.9; } .registration__form-tel { margin-bottom: 56px; } .consultation__phone { margin-left: 272px; } .consultation__phonea { font-size: 27px; line-height: 1.385; } .container { width: 1210px; } .footer__title { font-size: 14px; line-height: 2.571; } } @media (min-width: 1280px) and (device-pixel-ratio: 2), (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1280px) and (min-resolution: 192dpi) { .registration { background-image: url(../images/bg_registration_desktop@2x.png); } } @media (device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { .registration { background-image: url(../images/bg_registration@2x.png); } }
build/css/styles.css
/** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { background-color: transparent; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } @font-face { font-family: 'Montserrat400'; font-style: normal; font-weight: 400; src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/montserrat-v14-cyrillic_latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v14-cyrillic_latin-regular.woff") format("woff"); } @font-face { font-family: 'Montserrat500'; font-style: normal; font-weight: 500; src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../fonts/montserrat-v14-cyrillic_latin-500.woff2") format("woff2"), url("../fonts/montserrat-v14-cyrillic_latin-500.woff") format("woff"); } @font-face { font-family: 'Montserrat600'; font-style: normal; font-weight: 600; src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("../fonts/montserrat-v14-cyrillic_latin-600.woff2") format("woff2"), url("../fonts/montserrat-v14-cyrillic_latin-600.woff") format("woff"); } @font-face { font-family: 'Montserrat700'; font-style: normal; font-weight: 700; src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/montserrat-v14-cyrillic_latin-700.woff2") format("woff2"), url("../fonts/montserrat-v14-cyrillic_latin-700.woff") format("woff"); } @font-face { font-family: 'Montserrat800'; font-style: normal; font-weight: 800; src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url("../fonts/montserrat-v14-cyrillic_latin-800.woff2") format("woff2"), url("../fonts/montserrat-v14-cyrillic_latin-800.woff") format("woff"); } @font-face { font-family: 'Tahoma'; font-style: normal; font-weight: 700; src: local(""), local(""), url("../fonts/Tahoma-Bold.woff2") format("woff2"), url("../fonts/Tahoma-Bold.woff") format("woff"); } html { box-sizing: border-box; scroll-behavior: smooth; } * { margin: 0; padding: 0; } *, *::before, *::after { box-sizing: inherit; } a { display: block; text-decoration: none; } img { display: block; max-width: 100%; height: auto; } ul { list-style: none; } .container { width: 280px; margin: 0 auto; } .teacher__skills-list-item::before, .guaranty__list-item::before, .registration { background-repeat: no-repeat; background-size: cover; background-position: center; } .navigation { display: flex; align-items: center; justify-content: space-between; } .program__list-item-term::before, .program__list-item-list-description-class::before, .program__list::before, .teacher__name::after, .teacher__skills-list-item::before, .teacher__description-list-item--one::before, .guaranty__list::before, .guaranty__list-item::before { display: block; content: ''; } .visually-hidden:not(:focus):not(:active), input[type="checkbox"].visually-hidden, input[type="radio"].visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; border: 0; padding: 0; white-space: nowrap; -webkit-clip-path: inset(100%); clip-path: inset(100%); clip: rect(0 0 0 0); overflow: hidden; } .header__btn-tel { display: none; } .navigation__list { display: none; } .overlay { opacity: 0; visibility: hidden; width: 100%; height: 0; background-color: rgba(0, 0, 0, 0.85); position: fixed; z-index: 100; top: 0; left: 0; transition: all .4s linear; } .overlay * { opacity: 0; transition: all .1s linear .5s; } .overlay_active { visibility: visible; opacity: 1; height: 100%; padding: 24px 0 218px; } .overlay_active * { opacity: 1; } .submenu { display: flex; justify-content: space-between; align-items: center; margin-bottom: 60px; } .submenu-btn { background-color: transparent; border: none; background-image: url(../images/burger-sub.png); background-repeat: no-repeat; background-position: center; width: 24px; height: 18px; } .submenu__list { width: 236px; margin: 0 auto 60px; } .submenu__list_link { font-family: "Montserrat700"; font-size: 20px; line-height: 38px; color: #ffffff; } .submenu__list_link:hover { color: #ff6b08; } .submenu-button { display: block; margin: 0 auto; width: 250px; height: 48px; background-color: transparent; border: 2px solid #ff6b08; font-family: "Montserrat600"; font-size: 11px; text-transform: uppercase; color: #ff6b08; } .animation { -webkit-animation: animation 0.9s linear; animation: animation 0.9s linear; } @-webkit-keyframes animation { from { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 40% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 50% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 80% { transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } to { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } } @keyframes animation { from { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 40% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 50% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 80% { transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } to { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } } .header { padding: 30px 0 0; margin-bottom: 56px; min-width: 320px; } .header__btn-burger { width: 24px; height: 12px; border: none; background-color: transparent; background-image: url(../images/burger1.png); background-repeat: no-repeat; background-position: center; } .header-section { min-height: 536px; padding: 0 0 310px; position: relative; background-image: url(../images/Pic1.png), url(../images/Shape1.png); background-repeat: no-repeat; background-position: center bottom 86px, center bottom; } .header-section__btn { display: block; margin: 0 auto; font-family: "Tahoma", sans-serif; font-size: 12px; text-transform: uppercase; color: #ffffff; line-height: 4.2; letter-spacing: 0.9px; width: 250px; height: 48px; border: none; background-color: #ff6b08; position: relative; cursor: pointer; } .header-section__btn:hover, .header-section__btn:focus { background-color: #d35526; transition: all 0.2s linear; } .header-section__description { font-family: "Montserrat500"; font-size: 15px; margin-bottom: 36px; } .header-section__title { font-family: "Montserrat800"; font-size: 20px; letter-spacing: 1px; margin-bottom: 36px; width: 80%; } .header-section__title-text { font-family: "Montserrat500"; font-size: 15px; color: #b9b9b9; } .header-section__description span { color: #ff6b08; } .services { padding-bottom: 54px; } .services__list { padding-left: 88px; } .services__list-item { font-family: "Montserrat700"; font-size: 13px; line-height: 20px; display: block; width: 132px; margin: auto; position: relative; } .services__list-item:not(:last-of-type) { margin-bottom: 32px; } .student::before { position: absolute; display: block; content: ""; background-image: url(../images/Student1.png); width: 115px; height: 58px; z-index: -1; top: 3px; left: -67px; } .learning::before { position: absolute; display: block; content: ""; background-image: url(../images/Learning1.png); width: 115px; height: 58px; z-index: -1; top: 3px; left: -67px; } .umbrella::before { position: absolute; display: block; content: ""; background-image: url(../images/umbrella1.png); width: 115px; height: 58px; z-index: -1; top: 3px; left: -67px; } .problems { position: relative; padding-top: 46px; padding-bottom: 334px; background-color: #111517; } .section-title { font-family: "Montserrat800"; font-size: 20px; line-height: 30px; } .section-title--problems { color: #ffffff; width: 236px; text-align: left; } .colortext { color: #ff6b08; } .problems-list { counter-reset: issues 0; position: absolute; bottom: -3%; left: 50%; transform: translate(-50%, 30%); background-color: #ffffff; padding: 20px 20px 32px 26px; } .section-subtitle { font-family: "Montserrat700"; font-size: 13px; line-height: 20px; color: #18191d; } .problems-list { width: 280px; box-shadow: 4px 7px 16px 6px rgba(29, 29, 27, 0.04); } .problems-list__item { position: relative; margin-bottom: 20px; } .problems-list__item:nth-child(6) { margin-bottom: 0; } .problems-list__item::before { counter-increment: issues 1; content: "" counter(issues, decimal-leading-zero); display: block; padding-left: 36px; color: #ff6b08; font-family: "Montserrat400"; font-size: 14px; margin-bottom: 6px; } .problems-list__item::after { content: ''; display: block; width: 25px; height: 2px; background-color: #ff6b08; position: absolute; top: 6px; left: 0; } .features { padding: 204px 0 52px 0; } .section-title { font-family: "Montserrat800"; font-size: 20px; line-height: 30px; } .section-subtitle { font-family: "Montserrat700"; font-size: 13px; line-height: 20px; color: #18191d; } .section-title--features { color: #18191d; text-align: center; margin-bottom: 36px; } .features-list_item { position: relative; width: 280px; box-shadow: 4px 7px 24px 8px rgba(29, 29, 27, 0.11); padding: 94px 16px 26px; } .features-list_item:not(:last-of-type) { margin-bottom: 16px; } .section-subtitle--features { width: 83%; margin: auto; font-family: "Montserrat700"; color: #111517; text-align: center; margin-bottom: 40px; position: relative; } .features-list_description { font-family: "Montserrat400"; font-size: 11px; line-height: 20px; color: #858585; text-align: center; } .section-subtitle--features::after { content: ''; display: block; width: 25px; height: 2px; background-color: #ff6b08; position: absolute; left: 45%; top: 145%; } .icon-features { fill: #ff6b08; position: absolute; width: 45px; height: 45px; top: 15%; left: 42%; } .features-list_item:nth-child(3n) .icon-features { width: 60px; height: 45px; left: 38%; } .features-list_item:hover { background-color: #ff6b08; } .features-list_item:hover .section-subtitle--features { color: #ffffff; } .features-list_item:hover .icon-features { fill: #ffffff; } .features-list_item:hover .section-subtitle--features::after { background-color: #ffffff; } .features-list_item:hover .features-list_description { color: #ffffff; } .container { width: 280px; margin: auto; } .section-title { font-size: 20px; font-family: "Montserrat800"; line-height: 33px; letter-spacing: 1px; } .section-title--program { color: #ffffff; margin-bottom: 34px; text-align: center; } .program { padding: 50px 0 436px 0; background-color: #111517; } .program__picture { position: absolute; right: -20px; top: -40px; } .program__list { padding-left: 50px; position: relative; } .program__list-item { width: 156px; margin: auto; position: relative; } .program__list-item-term { font-size: 15px; font-family: "Montserrat700"; color: white; text-transform: uppercase; line-height: 29px; text-align: left; letter-spacing: 1.65px; margin-bottom: 10px; } .program__list-item-term::before { border-radius: 50%; background-color: #ff6b08; width: 10px; height: 10px; position: absolute; left: -30px; top: 10px; } .program__list-item:nth-of-type(-n+4) { margin-bottom: 36px; } .program__list-item-list-description-class { font-size: 13px; font-family: "Montserrat500"; color: #ff6b08; line-height: 29px; padding-left: 40px; letter-spacing: 0.65px; position: relative; margin-bottom: 10px; } .program__list-item-list-description-class::before { background-color: #ff6b08; width: 25px; height: 2px; position: absolute; left: 0; top: 14px; } .program__list-item-list-description-topic { font-size: 11px; font-family: "Montserrat400"; color: rgba(132, 132, 132, 0.502); line-height: 20px; text-align: left; letter-spacing: 0.55px; } .program__list::before { background-color: #546264; width: 2px; height: 1240px; position: absolute; left: 61px; top: 10px; } .padding-top { padding-top: 30px; } .wrapper-program { position: relative; } .wrapper-advantages { position: absolute; top: -400px; } .section-title--advantages { color: #ffffff; text-align: left; width: 140px; margin-bottom: 16px; } .advantages { position: relative; } .advantages__list { counter-reset: issues 0; background-color: #ffffff; box-shadow: 4px 6.928px 15.54px 5.46px rgba(29, 29, 27, 0.04); padding: 20px 28px 24px 28px; } .advantages__list-item { width: 220px; position: relative; } .advantages__list-item:nth-of-type(-n+5) { margin-bottom: 10px; } .advantages__list-item-text { font-size: 13px; font-family: "Montserrat700"; color: #18191d; line-height: 20px; letter-spacing: 0.65px; } .advantages__list-item::before { counter-increment: issues 1; content: "" counter(issues, decimal-leading-zero); display: block; padding-left: 36px; color: #ff6b08; font-family: 'Montserrat400'; font-size: 14px; margin-bottom: 6px; } .advantages__list-item::after { content: ''; display: block; width: 25px; height: 2px; background-color: #ff6b08; position: absolute; top: 6px; left: 0; } .section-title--teacher { text-align: left; margin-bottom: 16px; } .wrapper-teacher-photo { margin-bottom: 18px; } .teacher { padding: 240px 0 22px 0; } .teacher__name { font-size: 16px; font-family: "Montserrat800"; color: #111517; line-height: 29px; letter-spacing: 0.8px; margin-bottom: 24px; } .teacher__name::after { background-color: rgba(133, 133, 133, 0.4); width: 280px; height: 1px; } .teacher__skills-list { margin-bottom: 20px; } .teacher__skills-list-item { font-size: 13px; font-family: "Montserrat700"; color: #111517; line-height: 20px; letter-spacing: 0.65px; padding-left: 34px; position: relative; } .teacher__skills-list-item::before { background-image: url("../images/icon-Check.svg"); width: 20px; height: 20px; position: absolute; left: 0; top: 4px; } .teacher__skills-list-item:not(:last-of-type) { margin-bottom: 20px; } .teacher__description-list { padding: 0 15px 0 15px; } .teacher__description-list-item { font-size: 11px; font-family: "Montserrat400"; color: #858585; line-height: 20px; letter-spacing: 0.55px; margin-bottom: 18px; } .teacher__description-list-item--one::before { background-color: #ff6b08; width: 25px; height: 2px; margin-bottom: 16px; } .teacher__link { font-size: 11px; font-family: "Montserrat400"; color: #ff6b08; text-decoration: underline; line-height: 29px; text-align: center; letter-spacing: 0.55px; } .container { width: 280px; margin: auto; } .background-guaranty { background-color: #f1f1f1; } .section-title--guaranty { margin-bottom: 20px; } .guaranty { padding-top: 22px; } .guaranty__list { position: relative; padding: 24px 0 24px 0; } .guaranty__list::before { border-left: 1px dotted #bababa; height: 330px; position: absolute; left: 7px; top: 28px; } .guaranty__list-item { width: 275px; font-size: 11px; font-family: "Montserrat500"; color: #18191d; line-height: 20px; letter-spacing: 0.55px; padding-left: 36px; position: relative; } .guaranty__list-item::before { background-image: url("../images/icon-fire.svg"); width: 16px; height: 24px; position: absolute; left: 0; } .guaranty__list-item span { color: #ff6b08; } .guaranty__list-item:not(:last-of-type) { margin-bottom: 26px; } .reviews { margin: 0 auto; } .reviews-wrap { margin: 0 auto; } .reviews .container { position: relative; } .reviews-title { font-size: 20px; font-family: "Montserrat700"; color: #111517; line-height: 1.327; padding: 46px 50px 0; margin: 0 auto; margin-bottom: 16px; text-align: center; } .reviews__card-student { width: 280px; padding: 0 28px 0; height: auto; background-color: #ffffff; box-shadow: 4px 6.928px 34.96px 11.04px #1d1d1b17; margin: 0 auto; } .reviews__card-student-photo { padding-top: 22px; margin: 0 auto; padding-bottom: 16px; width: 80px; } .reviews__card-student-photo-desktop { display: none; } .reviews__card-student-social { width: 220px; height: 25px; margin-bottom: 10px; } .reviews__card-student-name { font-size: 13px; font-family: "Montserrat700"; color: #ff6b08; line-height: 2.244; text-align: center; } .reviews__card-student-learned { font-size: 11px; font-family: "Montserrat500"; color: #858585; line-height: 1.515; text-align: center; width: 225px; margin: 0 auto; margin-bottom: 16px; } .reviews__card-student-message { font-size: 11px; font-family: "Montserrat500"; color: #18191d; line-height: 1.818; text-align: center; padding-bottom: 32px; } .reviews__card-student-message-continuation { display: none; } .reviews__card-student-message-link { display: inline; text-decoration: underline; color: #ff6b08; } .arrows { width: 270px; margin: 0 auto; padding: 44px 0 80px; } .arrows__list { display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse; } .left-arrows-reviews { position: relative; margin: 0 auto; } .left-arrows-reviews::before, .left-arrows-reviews::after { content: ''; display: block; position: absolute; width: 0; height: 0; border: 0 solid transparent; border-right: 0; } .left-arrows-reviews { width: 16px; height: 2px; background-color: #ff6b08; } .left-arrows-reviews::after { top: -2px; right: -5px; border-left-color: #ff6b08; border-width: 3px 0 3px 8px; } .right-arrows-reviews { position: relative; margin: 0 auto; } .right-arrows-reviews::before, .right-arrows-reviews::after { content: ''; display: block; position: absolute; width: 0; height: 0; border: 0 solid transparent; border-left: 0; } .right-arrows-reviews { width: 16px; height: 2px; background-color: #ff6b08; } .right-arrows-reviews::after { top: -2px; right: 13px; border-right-color: #ff6b08; border-width: 3px 8px 3px 0; } .reviews__cards-title { width: 184px; margin: 0 auto; position: absolute; display: block; content: ''; bottom: 54px; right: 50px; } .reviews__cards-title-list { display: flex; justify-content: space-between; align-items: center; } .reviews__cards-title-list-student { width: 54px; } .reviews__cards-title-list-student:hover, .reviews__cards-title-list-student:focus { border: 2px solid #ff6b08; border-radius: 50%; } .reviews__cards-title-list-student:nth-child(n + 4) { display: none; } .registration { background-image: url(../images/bg_registration.png); opacity: 0.9; } .registration__title { font-size: 14px; font-family: "Montserrat700"; color: #ffffff; line-height: 1.86; text-align: center; width: 230px; padding-top: 48px; margin: 0 auto 16px; } .registration__title span { color: #ff6b08; } .registration__description { font-size: 11px; font-family: "Montserrat600"; line-height: 1.818; text-align: center; color: #ffffff; width: 235px; margin: 0 auto 24px; } .registration__description-color { color: #ff6b08; } .wrap_form { padding-bottom: 58px; } .registration__form { width: 280px; margin: 0 auto; } .registration__form-name, .registration__form-tel { background-color: transparent; font-family: "Montserrat400"; font-size: 13px; line-height: 2.885; letter-spacing: 1.43px; border: 1px solid #ffffff; width: 280px; height: 50px; margin-bottom: 20px; color: #ffffff; padding-left: 22px; } .registration__form-name::-webkit-input-placeholder, .registration__form-tel::-webkit-input-placeholder { color: #ffffff; font-family: "Montserrat600"; } .registration__form-name::-moz-placeholder, .registration__form-tel::-moz-placeholder { color: #ffffff; font-family: "Montserrat600"; } .registration__form-name:-ms-input-placeholder, .registration__form-tel:-ms-input-placeholder { color: #ffffff; font-family: "Montserrat600"; } .registration__form-name::-ms-input-placeholder, .registration__form-tel::-ms-input-placeholder { color: #ffffff; font-family: "Montserrat600"; } .registration__form-name::placeholder, .registration__form-tel::placeholder { color: #ffffff; font-family: "Montserrat600"; } .registration__form-btn { display: flex; align-self: center; justify-content: center; width: 250px; font-size: 12px; line-height: 4.2; letter-spacing: 0.9px; font-family: "Tahoma", sans-serif; text-transform: uppercase; color: #ffffff; background-color: #ff6b08; border: none; cursor: pointer; } .registration__form-btn:hover, .registration__form-btn:focus { background-color: #d35526; transition: all 0.2s linear; } .registration__form-tel { margin-bottom: 55px; } .registration__form button { margin: 0 auto; } .consultation { margin-bottom: 14px; } .consultation__phone { display: flex; justify-content: center; align-self: center; padding-top: 34px; margin-bottom: 20px; } .consultation__phone-svg { width: 20px; height: 20px; margin: auto 0 8px; } .consultation__phone a { font-size: 18px; line-height: 1.875; font-family: "Montserrat600"; color: black; margin-left: 8px; } .consultation__instagram { display: block; margin-bottom: 20px; } .consultation__instagram-svg { width: 37px; height: 37px; margin: 0 auto; } .consultation__logo { font-size: 15px; font-family: "Montserrat800"; color: #000000; width: 80px; margin: 0 auto; text-align: center; } .consultation__logo-fire { fill: #ff6b08; width: 17px; height: 22px; } .consultation__logo-fire-tablet { display: none; } .consultation__logo-en { font-size: 15px; font-family: "Montserrat800"; color: #000000; text-transform: uppercase; } .consultation__logo-description { display: block; font-size: 5.3px; font-family: "Montserrat700"; color: #ff6b08; text-transform: uppercase; } .consultation__logo-description span { color: #000000; } .footer { background-color: #111517; } .footer__title { font-family: "Montserrat500"; font-size: 11px; color: rgba(253, 254, 254, 0.42); line-height: 3.409; text-align: center; padding: 16px; } @media (min-width: 768px) { .container { width: 688px; } .submenu-button { display: none; } .submenu__list { width: 334px; } .submenu__listt_link { font-size: 26px; line-height: 42px; } .header { padding: 38px 0 0; margin-bottom: 82px; min-width: 768px; } .header__btn-tel { display: block; width: 250px; height: 48px; margin-left: 293px; margin-right: 30px; background-color: transparent; border: 2px solid #ff6b08; font-family: "Tahoma", sans-serif; font-size: 11px; text-transform: uppercase; color: #ff6b08; } .header__btn-tel:hover, .header__btn-tel:focus { background-color: #ff6b08; transition: all 0.2s linear; color: #ffffff; } .header-section { padding: 0; line-height: 22px; background-image: url(../images/Pic2.png), url(../images/Shape2.png); background-repeat: no-repeat; background-position: right top 62px, center bottom; } .header-section__title { width: 278px; font-size: 26px; line-height: 34px; margin-bottom: 28px; } .header-section__description { width: 282px; } .header-section__btn { margin-left: 0; } .services { padding-bottom: 52px; } .services__list { display: flex; justify-content: space-between; align-items: center; padding-left: 67px; } .services__list-item { margin: 0; } .services__list-item:not(:last-of-type) { margin-bottom: 0; } .container { width: 688px; } .problems { padding: 64px 0 176px; } .section-title { font-size: 26px; line-height: 33px; } .section-title--problems { width: 460px; } .problems { background-image: url(../images/fire.png); background-repeat: no-repeat; background-position: right bottom; min-height: 334px; } .problems-list { display: flex; flex-wrap: wrap; width: 688px; transform: translate(-50%, 50%); padding: 36px 72px 38px 104px; } .problems-list__item { width: 204px; margin-bottom: 26px; } .problems-list__item:nth-of-type(odd) { margin-right: 64px; } .problems-list__item:nth-child(n + 5) { margin-bottom: 0; } .container { width: 688px; } .features { padding-top: 228px; } .features-list { display: flex; flex-wrap: wrap; justify-content: center; } .features-list_item { width: 280px; } .features-list_item:not(:last-of-type) { margin-bottom: 0; } .features-list_item:nth-of-type(odd) { margin-right: 24px; } .features-list_item:nth-of-type(-n+4) { margin-bottom: 22px; } .container { width: 688px; } .section-title--program { font-size: 26px; line-height: 63px; text-align: left; letter-spacing: 1.3px; margin-bottom: 46px; } .program { padding: 70px 0 356px 0; } .program__picture { top: -196px; } .program__list { padding-left: 140px; } .program__list::before { height: 780px; left: 84px; top: 10px; } .program__list-item { width: 460px; margin: 0; } .program__list-item-term::before { left: -60px; } .program__list-item-list { display: flex; align-items: flex-start; } .program__list-item-list-description { width: 140px; } .program__list-item-list-description:not(:last-of-type) { margin-right: 20px; } .container { width: 688px; } .wrapper-advantages { top: -214px; width: 688px; } .section-title--advantages { font-size: 26px; line-height: 63px; letter-spacing: 1.3px; width: 350px; margin: auto; margin-bottom: 10px; } .advantages__list { padding: 26px 96px; display: flex; flex-wrap: wrap; } .advantages__list-item-text { margin-bottom: 0; } .advantages__list-item:nth-of-type(odd) { margin-right: 52px; } .advantages__list-item:nth-of-type(-n+5) { margin-bottom: 0; } .advantages__list-item:nth-of-type(-n+4) { margin-bottom: 24px; } .container { width: 688px; } .section-title--teacher { font-size: 26px; line-height: 63px; text-align: left; letter-spacing: 1.3px; margin-bottom: 14px; } .wrapper-teacher { display: flex; } .wrapper-teacher-photo { margin-right: 44px; margin-bottom: 0; } .wrapper-teacher-text { width: 398px; } .teacher__name { font-size: 20px; line-height: 29px; letter-spacing: 1px; } .teacher__name::after { width: 398px; margin-top: 8px; } .teacher__skills-list { padding-right: 24px; } .teacher__description-list { padding: 0; } .container { width: 688px; } .section-title--guaranty { font-size: 26px; line-height: 63px; letter-spacing: 1.3px; margin-bottom: 10px; } .background-guaranty { background-color: transparent; } .guaranty__list { padding: 30px 50px 30px 60px; background-color: #f1f1f1; } .guaranty__list::before { height: 212px; left: 67px; top: 32px; } .guaranty__list-item { width: 100%; } .container { width: 720px; } .reviews-title { font-size: 26px; font-family: "Montserrat700"; line-height: 2.405; } .reviews-title-id { display: none; } .reviews-wrap { display: flex; position: relative; } .reviews__card-student { width: 688px; padding: 0; margin-bottom: 153px; } .reviews__card-student-photo { padding: 62px 0 14px; } .reviews__card-student-profile { width: 160px; } .reviews__card-student-social { width: 160px; margin-bottom: 40px; } .reviews__card-student-name { font-size: 18px; font-family: "Montserrat800"; line-height: 1.62; letter-spacing: 0.8px; padding-top: 30px; margin-bottom: 12px; } .reviews__card-student-about { display: flex; flex-wrap: wrap; justify-content: space-between; flex-direction: column; width: 460px; align-items: flex-start; } .reviews__card-student-learned { font-size: 13px; line-height: 1.333; text-align: left; width: 434px; margin: 0; margin-bottom: 12px; } .reviews__card-student-message { font-size: 12px; width: 465px; text-align: left; padding-bottom: 43px; } .reviews__card-student-message-continuation { display: initial; } .reviews__card-student-message-continuation { direction: initial; } .arrows { width: 704px; position: absolute; bottom: 60px; left: -9px; } .left-arrows-reviews { width: 20px; } .left-arrows-reviews::after { top: -3px; border-width: 4px 0 4px 10px; } .right-arrows-reviews { width: 20px; } .right-arrows-reviews::after { top: -3px; border-width: 4px 10px 4px 0; } .reviews__cards-title { width: 505px; bottom: -78px; right: 102px; } .reviews__cards-title-list-student:nth-child(n + 4) { display: initial; } .container { width: 688px; } .registration { background-image: url(../images/bg_registration_tablet.png); } .registration__title { font-size: 22px; font-family: "Montserrat800"; line-height: 1.729; width: 545px; padding-top: 58px; margin-bottom: 24px; } .registration__description { font-size: 15px; line-height: 1.333; text-align: left; width: 455px; margin-bottom: 29px; } .registration__description-aline { display: block; color: #ffffff; } .wrap_form { padding-bottom: 64px; } .registration__form { width: 400px; } .registration__form-name, .registration__form-tel { width: 400px; } .registration__form-tel { margin-bottom: 35px; } .consultation .container { display: flex; align-items: center; flex-direction: row-reverse; justify-content: flex-end; } .consultation { margin-bottom: 30px; padding-top: 32px; } .logo-link { display: inline-flex; } .consultation__phone { margin-left: 80px; } .consultation__phonea { font-size: 20px; line-height: 1.875; } .consultation__instagram { order: -1; margin: 0 0 0 30px; padding: 0 0 0 30px; border-left: 1px solid #e0e0e0; } .consultation__logo { font-size: 25px; width: 128px; } .consultation__logo-fire { width: 22px; height: 38px; margin-left: -4px; } .consultation__logo-fire-mob, .consultation__logo-fire-desktop { display: none; } .consultation__logo-fire-tablet { display: initial; } .consultation__logo-en { font-size: 25px; } .consultation__logo-description { font-size: 8.75px; } .container { width: 688px; } .footer__title { text-align: left; padding: 17px 0 17px 9px; } } @media (min-width: 768px) and (device-pixel-ratio: 2), (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi) { .registration { background-image: url(../images/bg_registration_tablet@2x.png); } } @media (min-width: 1280px) { .container { width: 1210px; } .header { padding-top: 46px; margin-bottom: 124px; } .header__btn-burger { display: none; } .header-section { min-height: 716px; background-image: url(../images/Pic3.png), url(../images/Shape2.png); background-size: auto, cover; background-position: right top 62px, center bottom; } .header__btn-tel { margin-left: 46px; } .navigation__list { width: 566px; display: flex; justify-content: space-between; margin-left: 338px; } .list_link { font-family: "Montserrat500"; font-size: 12px; text-transform: uppercase; color: #b9b9b9; transition: all 200ms linear; } .list_link:hover { color: #ff6b08; } .header-section__title { width: 494px; font-size: 48px; line-height: 52px; margin-bottom: 36px; } .header-section__title-text { font-size: 18px; } .header-section__description { margin-bottom: 68px; font-size: 18px; width: 462px; } .header-section__btn { width: 300px; height: 68px; font-size: 14px; } .header-section::after { top: 44px; } .services { padding: 40px 0 84px; } .services__list { padding-left: 85px; } .services__list-item { font-size: 18px; line-height: 28px; width: 296px; } .student::before { background-image: url(../images/Student2.png); width: 208px; height: 104px; top: -27px; left: -85px; } .learning::before { background-image: url(../images/Learning2.png); width: 208px; height: 104px; top: -27px; left: -85px; } .umbrella::before { background-image: url(../images/umbrella2.png); width: 208px; height: 104px; top: -27px; left: -85px; } .container { width: 1210px; } .problems { padding: 74px 0 290px; } .section-title { font-size: 42px; line-height: 57px; } .section-title--problems { width: 750px; } .br-title { display: block; } .problems { background-image: url(../images/fire2.png); } .problems-list { width: 1210px; padding: 52px 104px 52px 96px; bottom: 16%; } .problems-list__item { margin-bottom: 0; width: 260px; } .problems-list__item::before { font-size: 21px; } .problems-list__item::after { top: 10px; } .problems-list__item:nth-of-type(odd) { margin-right: 0; } .problems-list__item:nth-of-type(-n + 3) { margin-bottom: 40px; } .problems-list__item:not(:nth-child(3n)) { margin-right: 100px; } .container { width: 1210px; } .features { padding: 166px 0 100px; } .features-list_item { width: 390px; } .features-list_item:nth-of-type(odd) { margin-right: 0; } .features-list_item:nth-of-type(-n+4) { margin-bottom: 0; } .features-list_item:not(:nth-child(3n)) { margin-right: 20px; } .features-list_item:nth-of-type(-n+3) { margin-bottom: 18px; } .section-subtitle { font-size: 18px; line-height: 30px; font-family: "Montserrat700"; } .section-title--features { font-size: 42px; text-align: left; margin-bottom: 50px; } .features-list_description { font-size: 15px; line-height: 32px; } .icon-features { top: 15%; left: 44%; } .features-list_item:nth-child(3n) .icon-features { width: 60px; height: 45px; left: 42%; } .container { width: 1210px; } .section-title--program { font-size: 42px; font-family: "Montserrat800"; letter-spacing: 2.1px; margin-bottom: 40px; } .program { padding: 76px 0 476px 0; } .program__picture { left: -35px; top: -172px; } .program__list { padding-left: 0; padding-top: 40px; display: flex; } .program__list::before { top: 0; left: 0; width: 100%; height: 2px; } .program__list-item { width: 232px; } .program__list-item:nth-of-type(-n+4) { width: 232px; margin-bottom: 0; margin-right: 33px; } .program__list-item:nth-of-type(5) { width: 150px; } .program__list-item-term { font-size: 19px; letter-spacing: 2px; margin-bottom: 22px; } .program__list-item-term::before { width: 18px; height: 18px; left: 0; top: -48px; } .program__list-item-list { display: block; } .program__list-item-list-description { width: 100%; } .program__list-item-list-description:not(:last-of-type) { margin-right: 0; margin-bottom: 20px; } .program__list-item-list-description-class { font-size: 18px; letter-spacing: 0.9px; } .program__list-item-list-description-topic { font-size: 18px; line-height: 29px; letter-spacing: 0.9px; } .container { width: 1210px; } .section-title--advantages { font-size: 42px; line-height: 55px; letter-spacing: 2.1px; width: 564px; margin-bottom: 30px; } .wrapper-advantages { top: -422px; width: 1210px; } .advantages__list { padding: 50px 80px 50px 96px; } .advantages__list-item { width: 305px; } .advantages__list-item-text { font-size: 18px; line-height: 29px; letter-spacing: 0.9px; } .advantages__list-item::before { font-size: 21px; letter-spacing: 1px; } .advantages__list-item::after { top: 10px; } .advantages__list-item:nth-of-type(-n+4) { margin-bottom: 0; } .advantages__list-item:nth-of-type(odd) { margin-right: 0; } .advantages__list-item:not(:nth-of-type(3n)) { margin-right: 52px; } .advantages__list-item:nth-of-type(-n+3) { margin-bottom: 36px; } .container { width: 1210px; } .teacher { padding: 90px 0 45px 0; } .teacher__name { font-size: 29px; line-height: 29px; letter-spacing: 1.5px; } .teacher__name::after { width: 632px; } .teacher__skills-list { padding-right: 44px; margin-bottom: 30px; } .teacher__skills-list-item { font-size: 17px; line-height: 29px; letter-spacing: 0.75px; padding-left: 48px; } .teacher__skills-list-item::before { width: 30px; height: 30px; } .teacher__description-list-item { font-size: 17px; line-height: 29px; letter-spacing: 0.75px; margin-bottom: 24px; } .teacher__link { font-size: 17px; line-height: 29px; text-align: left; letter-spacing: 0.75px; } .section-title--teacher { font-size: 42px; letter-spacing: 2.1px; margin-bottom: 44px; } .wrapper-teacher-photo { margin-right: 84px; } .wrapper-teacher-text { width: 632px; } .container { width: 1210px; } .section-title--guaranty { font-size: 42px; letter-spacing: 2.1px; margin-bottom: 30px; } .guaranty__list { padding: 44px 132px 44px 112px; } .guaranty__list::before { height: 270px; left: 122px; top: 48px; } .guaranty__list-item { font-size: 18px; line-height: 29px; letter-spacing: 0.9px; padding-left: 56px; } .guaranty__list-item::before { width: 24px; height: 32px; } .guaranty__list-item span { display: inline-block; } .container { width: 1210px; } .reviews-title { font-size: 42px; line-height: 1.489; } .reviews__card-student { width: 1065px; margin-bottom: 192px; } .reviews__card-student-photo { display: none; } .reviews__card-student-photo-desktop { display: initial; width: 145px; margin-bottom: 20px; } .reviews__card-student-profile { width: 145px; padding-top: 47px; margin: 0 34px 0 86px; } .reviews__card-student-social { width: 145px; margin-bottom: 100px; } .reviews__card-student-name { font-size: 25px; line-height: 1.167; padding-top: 41px; margin-bottom: 0; } .reviews__card-student-learned { font-size: 12.5px; } .reviews__card-student-message { font-size: 16.667px; line-height: 1.75; width: 700px; padding-bottom: 38px; } .arrows { width: 1180px; bottom: 92px; left: 16px; } .left-arrows-reviews { width: 25px; } .left-arrows-reviews::after { top: -4px; border-width: 5px 0 5px 10px; } .right-arrows-reviews { width: 25px; } .right-arrows-reviews::after { top: -4px; right: 20px; border-width: 5px 10px 5px 0; } .reviews__cards-title { width: 594px; bottom: -94px; right: 308px; } .container { width: 1210px; } .registration { background-image: url(../images/bg_registration_desktop.png); } .registration__title { font-size: 37.5px; line-height: 1.334; width: 930px; padding-top: 80px; margin-bottom: 40px; } .registration__description { font-size: 18px; line-height: 1.361; text-align: center; width: 540px; margin-bottom: 40px; } .wrap_form { padding-bottom: 88px; } .registration__form { width: 620px; } .registration__form-name, .registration__form-tel { font-size: 21px; line-height: 1.8; letter-spacing: 1.05px; border: 1px solid #ffffff; width: 620px; height: 72px; margin-bottom: 20px; padding-left: 28px; } .registration__form-btn { width: 350px; font-size: 14px; line-height: 4.9; } .registration__form-tel { margin-bottom: 56px; } .consultation__phone { margin-left: 272px; } .consultation__phonea { font-size: 27px; line-height: 1.385; } .container { width: 1210px; } .footer__title { font-size: 14px; line-height: 2.571; } } @media (min-width: 1280px) and (device-pixel-ratio: 2), (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1280px) and (min-resolution: 192dpi) { .registration { background-image: url(../images/bg_registration_desktop@2x.png); } } @media (device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { .registration { background-image: url(../images/bg_registration@2x.png); } }
0.680029
0.120827
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700); * { box-sizing: border-box; margin: 0; padding: 0; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } body { font-family: 'Open Sans', sans-serif; background: url("https://pp.vk.me/c633423/v633423092/2745e/NZtBthrAF9k.jpg") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .padding { padding: 5px 10px 0 10px; } .screen { height: 100px; } .screen input { width: 100%; height: 100%; border: 0; background: transparent; text-align: right; } #history { font-size: 1.1rem; padding: 0 10px; letter-spacing: 5px; } #main { font-size: 3rem; color: #000; font-weight: 600; padding: 0 10px; } .history-screen { height: 30%; } .main-screen { height: 70%; } .top { display: flex; justify-content: space-between; align-items: stretch; line-height: 2rem; } .branding { flex-grow: 1; cursor: default; font-size: 0.8rem; padding-left: 15px; } .window { display: flex; justify-content: space-between; flex-grow: 1; } .window > div { flex-grow: 1; display: flex; align-items: center; justify-content: center; line-height: 2rem; } .container { display: flex; justify-content: center; align-items: center; height: 100vh; } #calculator { width: 300px; border: 1px solid #1883d7; box-shadow: 0 0 15px 2px rgba(255, 255, 255, 0.2); background: #f2f2f2; } .row { display: flex; flex-wrap: wrap; } .button { width: 25%; line-height: 3.5rem; display: flex; justify-content: center; align-items: center; } .button.close:hover { background: #f00; } .sub-menu .button { line-height: 3rem; } .main-menu { background: #e6e6e6; } .number { font-weight: 900; font-size: 1.5rem; } .number:active { font-size: 1.4rem; } .button:hover, .button-top:hover { background: #cfcfcf; cursor: pointer; } .button:active { background: #b8b8b8; } .equals:hover { background: #1883d7; } .equals:active { background: rgb(67, 152, 207); background: rgba(67, 152, 207, 0.79); } .top .icon { width: 16px; height: 16px; } .icon { width: 25px; height: 25px; } .type { display: flex; } .column { display: flex; align-items: center; } .history { flex-grow: 6; justify-content: flex-end; } .button-top { display: flex; padding: 10px 15px; pointer-events: none; } .menu { flex-grow: 1; display: flex; justify-content: flex-start; align-items: center; } .image:active img { width: 24px; height: 24px; } .sign:active { font-size: 0.9rem; } .dot { font-weight: 900; font-size: 1.5rem; } .dot:active { font-size: 1.4rem; } .calculator-menu:hover { background: #cfcfcf; cursor: pointer; } .calculator-chosen { font-size: 1rem; letter-spacing: 2px; cursor: default; padding: 10px 12px; font-weight: 900; } .memory { display: flex; font-size: 0.75rem; color: #757575; } .memory > div:hover { color: #000; background: #cfcfcf; cursor: pointer; } .memory > div { flex-grow: 1; text-align: center; line-height: 2rem; pointer-events:none; } #plus-minus { pointer-events: none; }
oldfiles/novoestilo.css
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700); * { box-sizing: border-box; margin: 0; padding: 0; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } body { font-family: 'Open Sans', sans-serif; background: url("https://pp.vk.me/c633423/v633423092/2745e/NZtBthrAF9k.jpg") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .padding { padding: 5px 10px 0 10px; } .screen { height: 100px; } .screen input { width: 100%; height: 100%; border: 0; background: transparent; text-align: right; } #history { font-size: 1.1rem; padding: 0 10px; letter-spacing: 5px; } #main { font-size: 3rem; color: #000; font-weight: 600; padding: 0 10px; } .history-screen { height: 30%; } .main-screen { height: 70%; } .top { display: flex; justify-content: space-between; align-items: stretch; line-height: 2rem; } .branding { flex-grow: 1; cursor: default; font-size: 0.8rem; padding-left: 15px; } .window { display: flex; justify-content: space-between; flex-grow: 1; } .window > div { flex-grow: 1; display: flex; align-items: center; justify-content: center; line-height: 2rem; } .container { display: flex; justify-content: center; align-items: center; height: 100vh; } #calculator { width: 300px; border: 1px solid #1883d7; box-shadow: 0 0 15px 2px rgba(255, 255, 255, 0.2); background: #f2f2f2; } .row { display: flex; flex-wrap: wrap; } .button { width: 25%; line-height: 3.5rem; display: flex; justify-content: center; align-items: center; } .button.close:hover { background: #f00; } .sub-menu .button { line-height: 3rem; } .main-menu { background: #e6e6e6; } .number { font-weight: 900; font-size: 1.5rem; } .number:active { font-size: 1.4rem; } .button:hover, .button-top:hover { background: #cfcfcf; cursor: pointer; } .button:active { background: #b8b8b8; } .equals:hover { background: #1883d7; } .equals:active { background: rgb(67, 152, 207); background: rgba(67, 152, 207, 0.79); } .top .icon { width: 16px; height: 16px; } .icon { width: 25px; height: 25px; } .type { display: flex; } .column { display: flex; align-items: center; } .history { flex-grow: 6; justify-content: flex-end; } .button-top { display: flex; padding: 10px 15px; pointer-events: none; } .menu { flex-grow: 1; display: flex; justify-content: flex-start; align-items: center; } .image:active img { width: 24px; height: 24px; } .sign:active { font-size: 0.9rem; } .dot { font-weight: 900; font-size: 1.5rem; } .dot:active { font-size: 1.4rem; } .calculator-menu:hover { background: #cfcfcf; cursor: pointer; } .calculator-chosen { font-size: 1rem; letter-spacing: 2px; cursor: default; padding: 10px 12px; font-weight: 900; } .memory { display: flex; font-size: 0.75rem; color: #757575; } .memory > div:hover { color: #000; background: #cfcfcf; cursor: pointer; } .memory > div { flex-grow: 1; text-align: center; line-height: 2rem; pointer-events:none; } #plus-minus { pointer-events: none; }
0.337422
0.09314
BODY { background: #FFFFFF; font-family: Arial; margin: 0px; padding: 0px; } A { color: #CC4400; font-weight: bold; } A:Hover { color: white; background-color: #334B66; font-weight: bold; text-decoration: none; } #packageTitle { font-size: 160%; font-weight: bold; text-align: right; color: #CC6633; } #packageTitle2 { font-size: 160%; font-weight: bold; text-align: right; color: #334B66; background-color: #6699CC; } #packageLinks { background-color: #6699CC; } #header { background-color: #6699CC; border-bottom: solid #334B66 4px; } #nav { background-color: #6699CC; padding: 4px; border-right: solid #334B66 4px; } #index { padding: 18px; } hr { width: 80%; background-color: #6699CC; color: #6699CC; margin-top: 15px; margin-bottom: 15px; clear: both; } .links { text-align: left; width: 98%; margin: auto; } UL { margin: 0px; padding: 0px; padding-left: 5px; list-style-type: none; } li { text-indent: -15px; padding-bottom: 2px; padding-left: 14px; } dd { margin-bottom: .5em; } .small { font-size: 80%; } h3 { } .middleCol { margin-left: -1px; border-right: dotted gray 1px; border-left: dotted gray 1px; padding: 5px; } .leftCol { border-right: dotted gray 1px; padding: 5px; } .rightCol { margin-left: -1px; border-left: dotted gray 1px; padding: 5px; } #elementPath { font-size: 14px; font-weight: bold; color: #334B66; } .constructor { /*border: dashed #334B66 1px;*/ font-weight: bold; } #credit { text-align: center; color: #334B66; font-weight: bold; } div.contents { border: solid #334B66 1px; padding: 3px; margin-bottom: 5px; clear: all; } H1 { margin: 0px; } H2 { margin: 0px; margin-bottom: 2px; } H3 { margin: 0px; } H4 { margin: 0px; } #classTree { padding: 0px; margin: 0px; } div.indent { margin-left: 15px; } .warning { color: red; background-color: #334B66; font-weight: bold; } code { font-family: fixed; padding: 3px; color: #334B66; background-color: #dddddd; } .type { color: #334B66; } .value { color: #334B66; border: dotted #334B66 1px; } .top { color: #334B66; border-bottom: dotted #334B66 1px; padding-bottom: 4px; } .php-src, .php, .listing { font-family: fixed; padding: 3px; color: #334B66; background-color: #dddddd; font-family: 'Courier New', Courier, monospace; font-weight: normal; } DIV#nav DL { margin: 0px; padding: 0px; list-style-type: none; } div.classtree { font-size: 130%; font-weight: bold; background-color: #CC6633; border: dotted #334B66 2px; } span.linenumber,p.linenumber { font-weight: bold,italic; } span.smalllinenumber { font-weight: bold,italic; font-size: 9pt; } ul { margin-left: 0px; padding-left: 8px; } /* Syntax highlighting */ .src-code { background-color: #f5f5f5; border: 1px solid #ccc9a4; padding: 0px; margin : 0px} .src-line { font-family: 'Courier New', Courier, monospace; font-weight: normal; } /*.src-code pre { }*/ .src-comm { color: green; } .src-id { } .src-inc { color: #0000FF; } .src-key { color: #0000FF; } .src-num { color: #CC0000; } .src-str { color: #66cccc; } .src-sym { font-weight: bold; } .src-var { } .src-php { font-weight: bold; } .src-doc { color: #009999 } .src-doc-close-template { color: #0000FF } .src-doc-coretag { color: #0099FF; font-weight: bold } .src-doc-inlinetag { color: #0099FF } .src-doc-internal { color: #6699cc } .src-doc-tag { color: #0080CC } .src-doc-template { color: #0000FF } .src-doc-type { font-style: italic } .src-doc-var { font-style: italic } .tute-tag { color: #009999 } .tute-attribute-name { color: #0000FF } .tute-attribute-value { color: #0099FF } .tute-entity { font-weight: bold; } .tute-comment { font-style: italic } .tute-inline-tag { color: #636311; font-weight: bold } /* tutorial */ .authors { } .author { font-style: italic; font-weight: bold } .author-blurb { margin: .5em 0em .5em 2em; font-size: 85%; font-weight: normal; font-style: normal } .example { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; } .listing { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; white-space: nowrap; } .release-info { font-size: 85%; font-style: italic; margin: 1em 0em } .ref-title-box { } .ref-title { } .ref-purpose { font-style: italic; color: #666666 } .ref-synopsis { } .title { font-weight: bold; margin: 1em 0em 0em 0em; padding: .25em; border: 2px solid #CC6633; background-color: #6699CC } .cmd-synopsis { margin: 1em 0em } .cmd-title { font-weight: bold } .toc { margin-left: 2em; padding-left: 0em }
buildscripts/PhpDocumentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/media/style.css
BODY { background: #FFFFFF; font-family: Arial; margin: 0px; padding: 0px; } A { color: #CC4400; font-weight: bold; } A:Hover { color: white; background-color: #334B66; font-weight: bold; text-decoration: none; } #packageTitle { font-size: 160%; font-weight: bold; text-align: right; color: #CC6633; } #packageTitle2 { font-size: 160%; font-weight: bold; text-align: right; color: #334B66; background-color: #6699CC; } #packageLinks { background-color: #6699CC; } #header { background-color: #6699CC; border-bottom: solid #334B66 4px; } #nav { background-color: #6699CC; padding: 4px; border-right: solid #334B66 4px; } #index { padding: 18px; } hr { width: 80%; background-color: #6699CC; color: #6699CC; margin-top: 15px; margin-bottom: 15px; clear: both; } .links { text-align: left; width: 98%; margin: auto; } UL { margin: 0px; padding: 0px; padding-left: 5px; list-style-type: none; } li { text-indent: -15px; padding-bottom: 2px; padding-left: 14px; } dd { margin-bottom: .5em; } .small { font-size: 80%; } h3 { } .middleCol { margin-left: -1px; border-right: dotted gray 1px; border-left: dotted gray 1px; padding: 5px; } .leftCol { border-right: dotted gray 1px; padding: 5px; } .rightCol { margin-left: -1px; border-left: dotted gray 1px; padding: 5px; } #elementPath { font-size: 14px; font-weight: bold; color: #334B66; } .constructor { /*border: dashed #334B66 1px;*/ font-weight: bold; } #credit { text-align: center; color: #334B66; font-weight: bold; } div.contents { border: solid #334B66 1px; padding: 3px; margin-bottom: 5px; clear: all; } H1 { margin: 0px; } H2 { margin: 0px; margin-bottom: 2px; } H3 { margin: 0px; } H4 { margin: 0px; } #classTree { padding: 0px; margin: 0px; } div.indent { margin-left: 15px; } .warning { color: red; background-color: #334B66; font-weight: bold; } code { font-family: fixed; padding: 3px; color: #334B66; background-color: #dddddd; } .type { color: #334B66; } .value { color: #334B66; border: dotted #334B66 1px; } .top { color: #334B66; border-bottom: dotted #334B66 1px; padding-bottom: 4px; } .php-src, .php, .listing { font-family: fixed; padding: 3px; color: #334B66; background-color: #dddddd; font-family: 'Courier New', Courier, monospace; font-weight: normal; } DIV#nav DL { margin: 0px; padding: 0px; list-style-type: none; } div.classtree { font-size: 130%; font-weight: bold; background-color: #CC6633; border: dotted #334B66 2px; } span.linenumber,p.linenumber { font-weight: bold,italic; } span.smalllinenumber { font-weight: bold,italic; font-size: 9pt; } ul { margin-left: 0px; padding-left: 8px; } /* Syntax highlighting */ .src-code { background-color: #f5f5f5; border: 1px solid #ccc9a4; padding: 0px; margin : 0px} .src-line { font-family: 'Courier New', Courier, monospace; font-weight: normal; } /*.src-code pre { }*/ .src-comm { color: green; } .src-id { } .src-inc { color: #0000FF; } .src-key { color: #0000FF; } .src-num { color: #CC0000; } .src-str { color: #66cccc; } .src-sym { font-weight: bold; } .src-var { } .src-php { font-weight: bold; } .src-doc { color: #009999 } .src-doc-close-template { color: #0000FF } .src-doc-coretag { color: #0099FF; font-weight: bold } .src-doc-inlinetag { color: #0099FF } .src-doc-internal { color: #6699cc } .src-doc-tag { color: #0080CC } .src-doc-template { color: #0000FF } .src-doc-type { font-style: italic } .src-doc-var { font-style: italic } .tute-tag { color: #009999 } .tute-attribute-name { color: #0000FF } .tute-attribute-value { color: #0099FF } .tute-entity { font-weight: bold; } .tute-comment { font-style: italic } .tute-inline-tag { color: #636311; font-weight: bold } /* tutorial */ .authors { } .author { font-style: italic; font-weight: bold } .author-blurb { margin: .5em 0em .5em 2em; font-size: 85%; font-weight: normal; font-style: normal } .example { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; } .listing { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; white-space: nowrap; } .release-info { font-size: 85%; font-style: italic; margin: 1em 0em } .ref-title-box { } .ref-title { } .ref-purpose { font-style: italic; color: #666666 } .ref-synopsis { } .title { font-weight: bold; margin: 1em 0em 0em 0em; padding: .25em; border: 2px solid #CC6633; background-color: #6699CC } .cmd-synopsis { margin: 1em 0em } .cmd-title { font-weight: bold } .toc { margin-left: 2em; padding-left: 0em }
0.402627
0.092934
@charset "utf-8"; #horizontalSlider{ width: 100%; min-height: 18vh; max-height: 45vh; min-width: 260px; overflow-y: hidden; overflow-x: scroll; margin-bottom: 0.7%; } #titleBox{ width: 100%; height: 30px; /*background: linear-gradient(#313131, #7a7a7a);*/ /*background-color: #0eab00;*/ margin-top: 1.5%; } #horizontalSliderWidth{ width: 200%; min-height: 18vh; max-height: 45vh; } #horizontalSliderContent{ /*width: 200%;*/ width: 75px; height: 75px; float: left; margin-left: 2%; margin-top: 0.5%; } #horizontalSliderContentImage{ height:auto; width:auto; max-width:75px; max-height:75px; padding-left:10px; padding-right: 10px; display: inline-block float: left; padding-top: 1%; } .checkBoxTitle { margin-top: 45px; width: 125px; background-color: red; } #dailyMessage { overflow-y: hidden; overflow-x: hidden; } #sectionTitle { border-top-right-radius: 2em; border-top-left-radius: 2em; background: linear-gradient(#313131, black); color: white; padding-left: 30px; font-weight: bold; margin-top: 2%; } #message { margin-top: 20px; margin-bottom: 20px; width: 100%; border-width: 1px; border-bottom: solid; border-color: #4b4b4b; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; } #messageLogo { height: 50px; width: 50px; background-image: url("images/iconSHELD.png"); background-size: 100% 100%; background-repeat: no-repeat; float: left; margin-bottom: 1%; margin-right: 1%; } input.switch:empty ~ label:before, input.switch:empty ~ label:after { position: absolute; display: block; top: 0; bottom: 0; left: 0; content: ' '; width: 75px; height: 75px; /*background-color: #c33;*/ background-image: url("images/iconSHELDopic.png"); background-size: 100% 100%; background-repeat: no-repeat; outline: none; -webkit-transition: all 100ms ease-in; transition: all 100ms ease-in; } input.switch:checked ~ label:after { /*margin-left: 2em;*/ background-image: url("images/iconSHELD.png"); background-size: 100% 100%; background-repeat: no-repeat; } .testJQ { height:100px; width:100px; display: inline-block; } #red { background-color:#FF0000; } #blue { background-color:#0000FF; } #yellow { background-color:#E2BE22; } #green { background-color:#008800; }
css/wigits.css
@charset "utf-8"; #horizontalSlider{ width: 100%; min-height: 18vh; max-height: 45vh; min-width: 260px; overflow-y: hidden; overflow-x: scroll; margin-bottom: 0.7%; } #titleBox{ width: 100%; height: 30px; /*background: linear-gradient(#313131, #7a7a7a);*/ /*background-color: #0eab00;*/ margin-top: 1.5%; } #horizontalSliderWidth{ width: 200%; min-height: 18vh; max-height: 45vh; } #horizontalSliderContent{ /*width: 200%;*/ width: 75px; height: 75px; float: left; margin-left: 2%; margin-top: 0.5%; } #horizontalSliderContentImage{ height:auto; width:auto; max-width:75px; max-height:75px; padding-left:10px; padding-right: 10px; display: inline-block float: left; padding-top: 1%; } .checkBoxTitle { margin-top: 45px; width: 125px; background-color: red; } #dailyMessage { overflow-y: hidden; overflow-x: hidden; } #sectionTitle { border-top-right-radius: 2em; border-top-left-radius: 2em; background: linear-gradient(#313131, black); color: white; padding-left: 30px; font-weight: bold; margin-top: 2%; } #message { margin-top: 20px; margin-bottom: 20px; width: 100%; border-width: 1px; border-bottom: solid; border-color: #4b4b4b; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; } #messageLogo { height: 50px; width: 50px; background-image: url("images/iconSHELD.png"); background-size: 100% 100%; background-repeat: no-repeat; float: left; margin-bottom: 1%; margin-right: 1%; } input.switch:empty ~ label:before, input.switch:empty ~ label:after { position: absolute; display: block; top: 0; bottom: 0; left: 0; content: ' '; width: 75px; height: 75px; /*background-color: #c33;*/ background-image: url("images/iconSHELDopic.png"); background-size: 100% 100%; background-repeat: no-repeat; outline: none; -webkit-transition: all 100ms ease-in; transition: all 100ms ease-in; } input.switch:checked ~ label:after { /*margin-left: 2em;*/ background-image: url("images/iconSHELD.png"); background-size: 100% 100%; background-repeat: no-repeat; } .testJQ { height:100px; width:100px; display: inline-block; } #red { background-color:#FF0000; } #blue { background-color:#0000FF; } #yellow { background-color:#E2BE22; } #green { background-color:#008800; }
0.207215
0.048699
main::after { content: ""; position: absolute; left: 14px; top: 15px; width: 820px; height: 95%; border: 1px solid #2a6441; } /* Hovedboksen */ .hovedstat { background-color: white; width: 850px; height: 700px; margin: 50px auto; position: relative; filter: drop-shadow(0 1px 2px #222); display: none; } /* Vest-Europa overskrift */ .hovedstat .sor { position: absolute; top: 35px; left: 370px; font-size: 1rem; font-weight: 300; } /* Bildet */ .hovedstat img { display: block; margin-left: auto; margin-right: auto; padding-top: 95px; padding-bottom: 10px; } /* Svar bokser */ #svar { display: flex; justify-content: center; text-align: center; } #svar1 { display: flex; justify-content: center; text-align: center; } #rigth { border: 2px solid #003e5d; box-shadow: 1px 1px 1px #003e5d; } #wrong { border: 2px solid #003e5d; } #wrong1 { border: 2px solid #003e5d; } #wrong2 { border: 2px solid #003e5d; } .hovedstat .button { padding: 7px; width: 265px; height: 50px; background-color: #003e5d; flex-direction: row; margin: 5px; color: white; font-size: 1.2rem; font-weight: 200; border-radius: 5px; box-shadow: 1px 1px 1px #003e5d; z-index: 2; cursor: pointer; } .hovedstat .button:hover { border: 1px solid white; } .hovedstat .button1 { padding: 7px; width: 265px; height: 50px; background-color: #003e5d; margin: 5px; flex-direction: row; color: white; font-size: 1.2rem; font-weight: 200; border-radius: 5px; box-shadow: 1px 1px 1px #003e5d; z-index: 2; cursor: pointer; } .hovedstat .button1:hover { border: 1px solid white; } /* Spørsmål overskrift */ h1 { font-size: 1rem; font-weight: 300; text-align: center; padding-bottom: 20px; } /* Det som viser hva du får i belønning om du klarer oppgaven, merke og penger */ .hovedstat .reward { position: absolute; height: 80px; width: 120px; bottom: 18px; left: 17px; } .hovedstat .reward p { font-weight: 300; display: inline-block; margin-top: 10px; margin-left: 45px; margin-bottom: 0px; } .hovedstat .coins img { position: absolute; bottom: 38px; left: 7px; } .hovedstat .merke img { position: absolute; bottom: -1px; left: 4px; } /* Page counter */ .pagecounter { color: #003e5d; display: inline block; position: absolute; right: 25px; bottom: 2px; } .arrow { position: absolute; right: 50px; top: 200px; font-size: 70px; visibility: hidden; z-index: 5000; } .arrow:hover { cursor: pointer; }
quiz.css
main::after { content: ""; position: absolute; left: 14px; top: 15px; width: 820px; height: 95%; border: 1px solid #2a6441; } /* Hovedboksen */ .hovedstat { background-color: white; width: 850px; height: 700px; margin: 50px auto; position: relative; filter: drop-shadow(0 1px 2px #222); display: none; } /* Vest-Europa overskrift */ .hovedstat .sor { position: absolute; top: 35px; left: 370px; font-size: 1rem; font-weight: 300; } /* Bildet */ .hovedstat img { display: block; margin-left: auto; margin-right: auto; padding-top: 95px; padding-bottom: 10px; } /* Svar bokser */ #svar { display: flex; justify-content: center; text-align: center; } #svar1 { display: flex; justify-content: center; text-align: center; } #rigth { border: 2px solid #003e5d; box-shadow: 1px 1px 1px #003e5d; } #wrong { border: 2px solid #003e5d; } #wrong1 { border: 2px solid #003e5d; } #wrong2 { border: 2px solid #003e5d; } .hovedstat .button { padding: 7px; width: 265px; height: 50px; background-color: #003e5d; flex-direction: row; margin: 5px; color: white; font-size: 1.2rem; font-weight: 200; border-radius: 5px; box-shadow: 1px 1px 1px #003e5d; z-index: 2; cursor: pointer; } .hovedstat .button:hover { border: 1px solid white; } .hovedstat .button1 { padding: 7px; width: 265px; height: 50px; background-color: #003e5d; margin: 5px; flex-direction: row; color: white; font-size: 1.2rem; font-weight: 200; border-radius: 5px; box-shadow: 1px 1px 1px #003e5d; z-index: 2; cursor: pointer; } .hovedstat .button1:hover { border: 1px solid white; } /* Spørsmål overskrift */ h1 { font-size: 1rem; font-weight: 300; text-align: center; padding-bottom: 20px; } /* Det som viser hva du får i belønning om du klarer oppgaven, merke og penger */ .hovedstat .reward { position: absolute; height: 80px; width: 120px; bottom: 18px; left: 17px; } .hovedstat .reward p { font-weight: 300; display: inline-block; margin-top: 10px; margin-left: 45px; margin-bottom: 0px; } .hovedstat .coins img { position: absolute; bottom: 38px; left: 7px; } .hovedstat .merke img { position: absolute; bottom: -1px; left: 4px; } /* Page counter */ .pagecounter { color: #003e5d; display: inline block; position: absolute; right: 25px; bottom: 2px; } .arrow { position: absolute; right: 50px; top: 200px; font-size: 70px; visibility: hidden; z-index: 5000; } .arrow:hover { cursor: pointer; }
0.451568
0.094971
@-moz-document domain("fullprogramlarindir.com") { body { background-color: #333 !important; background-image: url(https://i.imgur.com/3Zk4aNH.jpg); background-repeat: no-repeat; background-attachment: fixed; } .ray, .yazi, .kbaslik { background-color: #333 !important; } #genel { background-color: #3c3b3b6e !important; box-shadow: none !important; } #main-nav, .mobil-button { background-color: #3c3c3c !important; } .post-index, .widget ul li a { color: #808080 !important; } .etiket a, .blok-yazar, .blok-benzer, .comment-wrap, #respond, .kategori-bg, #karisikyazi, .yazi, #arama1 { background: -moz-linear-gradient(top, #fafafa 43%, #eaeaea 100%); background-color: #333 !important; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-attachment: scroll; background-image: none; background-size: auto; background-origin: padding-box; background-clip: border-box; background: -webkit-gradient(linear, left top, left bottom, color-stop(43%, #fafafa), color-stop(100%, #eaeaea)); background-color: #333 !important; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-attachment: scroll; background-image: none; background-size: auto; background-origin: padding-box; background-clip: border-box; background: -webkit-linear-gradient(top, #fafafa 43%, #eaeaea 100%); background-color: #333 !important; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-attachment: scroll; background-image: none; background-size: auto; background-origin: padding-box; background-clip: border-box; background: -o-linear-gradient(top, #fafafa 43%, #eaeaea 100%); background: -ms-linear-gradient(top, #fafafa 43%, #eaeaea 100%); background: linear-gradient(to bottom, #fafafa 43%, #eaeaea 100%); background-color: #333 !important; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-attachment: scroll; background-image: none; background-size: auto; background-origin: padding-box; background-clip: border-box; -ms-filter:'progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#eaeaea', GradientType=0)'; } #icerik-yazi { background-color: #333 !important; border: none !important; } .icerik-y-uzun, .icerik-yy-uzun, .yazi1 span, .yazar-bilgi, .post-navigasyon a { color: #939393; } .k-baslik, .yazi-alt, .f-baslik, .t-baslik, .aktif1, .k-kenar1, .k-kenar2, .wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:hover, .wp-pagenavi a:active, .wp-pagenavi span.pages, .wp-pagenavi span.extend, .wp-pagenavi a.last, .tagcloud a:hover { background: #5b5b5b; } #dc_jqaccordion_widget-2-item, div.widget:nth-child(6), div.widget:nth-child(4) { display: none; } #menu-item-241947 > ul:nth-child(2) { background: #333; } ul.nav li ul.sub-menu li { background:#333; } ul.nav li:hover > a { color: #3498db !important; background: #333; } } @-moz-document url-prefix("https://disqus.com/embed/comments/?base=default&f=fullprogramlarindir") { body { color: #939393 !important; background-color: #333 !important; margin: revert; } .comment__footer .author, .comment__header .author, .publisher-anchor-color a { color: #3498db !important; } }
data/usercss/177213.user.css
@-moz-document domain("fullprogramlarindir.com") { body { background-color: #333 !important; background-image: url(https://i.imgur.com/3Zk4aNH.jpg); background-repeat: no-repeat; background-attachment: fixed; } .ray, .yazi, .kbaslik { background-color: #333 !important; } #genel { background-color: #3c3b3b6e !important; box-shadow: none !important; } #main-nav, .mobil-button { background-color: #3c3c3c !important; } .post-index, .widget ul li a { color: #808080 !important; } .etiket a, .blok-yazar, .blok-benzer, .comment-wrap, #respond, .kategori-bg, #karisikyazi, .yazi, #arama1 { background: -moz-linear-gradient(top, #fafafa 43%, #eaeaea 100%); background-color: #333 !important; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-attachment: scroll; background-image: none; background-size: auto; background-origin: padding-box; background-clip: border-box; background: -webkit-gradient(linear, left top, left bottom, color-stop(43%, #fafafa), color-stop(100%, #eaeaea)); background-color: #333 !important; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-attachment: scroll; background-image: none; background-size: auto; background-origin: padding-box; background-clip: border-box; background: -webkit-linear-gradient(top, #fafafa 43%, #eaeaea 100%); background-color: #333 !important; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-attachment: scroll; background-image: none; background-size: auto; background-origin: padding-box; background-clip: border-box; background: -o-linear-gradient(top, #fafafa 43%, #eaeaea 100%); background: -ms-linear-gradient(top, #fafafa 43%, #eaeaea 100%); background: linear-gradient(to bottom, #fafafa 43%, #eaeaea 100%); background-color: #333 !important; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-attachment: scroll; background-image: none; background-size: auto; background-origin: padding-box; background-clip: border-box; -ms-filter:'progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#eaeaea', GradientType=0)'; } #icerik-yazi { background-color: #333 !important; border: none !important; } .icerik-y-uzun, .icerik-yy-uzun, .yazi1 span, .yazar-bilgi, .post-navigasyon a { color: #939393; } .k-baslik, .yazi-alt, .f-baslik, .t-baslik, .aktif1, .k-kenar1, .k-kenar2, .wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:hover, .wp-pagenavi a:active, .wp-pagenavi span.pages, .wp-pagenavi span.extend, .wp-pagenavi a.last, .tagcloud a:hover { background: #5b5b5b; } #dc_jqaccordion_widget-2-item, div.widget:nth-child(6), div.widget:nth-child(4) { display: none; } #menu-item-241947 > ul:nth-child(2) { background: #333; } ul.nav li ul.sub-menu li { background:#333; } ul.nav li:hover > a { color: #3498db !important; background: #333; } } @-moz-document url-prefix("https://disqus.com/embed/comments/?base=default&f=fullprogramlarindir") { body { color: #939393 !important; background-color: #333 !important; margin: revert; } .comment__footer .author, .comment__header .author, .publisher-anchor-color a { color: #3498db !important; } }
0.272993
0.091585
text-align: center; background-color: #3290ff; font-size: x-large; padding-bottom: 0em; font-weight: inherit; color: white; height: 106px; background-repeat: no-repeat; padding-top: 6px; } #menu1 { background-color: #333333; padding-bottom: 1em; height: 13px; color: white; width: 100%; } #content { margin-right: 20px; margin-left: 20px; } #body { font-family: Helvetica; background-position: left top; margin-left: auto; background-image: url(../images/background.jpg); background-repeat: repeat-x; margin-right: auto; width: 1024px; background-color: #ebeff0; } #footer { background-color: #3290ff; color: white; text-align: right; } ul#navlist { margin-left: 40pt; padding-left: 0; margin-top: 0; } #navlist li { display: inline; list-style-type: none; } #navlist a { padding: 0px 5px 5px; } #navlist a:link, #navlist a:visited { color: #ffffff; text-decoration: none; } #navlist a:hover { color: #ffffff; background-color: #336699; text-decoration: none; } #configTable { background-color: white; opacity: 0.797; } #header_table { border-style: none; text-align: left; width: 100%; } #overlay { z-index: 1000; background-attachment: fixed; text-align: center; left: 0px; height: 100%; background-image: url(../images/overlay_background.png); visibility: hidden; top: 0px; position: absolute; width: 100%; } #inner_overlay { border: 1px solid red; height: 270px; width: 310px; left: 40%; text-align: center; position: absolute; background-color: #ffffff; top: 200px; } #settings_errorbar { position: absolute; background-color: black; width: 100%; height: 25px; bottom: 0; left: 0; line-height: 18px; font-weight: bold; } #overlay_reset { z-index: 1000; background-attachment: fixed; text-align: center; left: 0px; height: 100%; background-image: url(../images/overlay_background.png); visibility: hidden; top: 0px; position: absolute; width: 100%; } #inner_overlayReset { border: 1px solid red; height: 200px; width: 300px; left: 40%; text-align: center; position: absolute; background-color: #ffffff; top: 200px; } #reset_errorbar { position: absolute; background-color: black; width: 100%; height: 25px; bottom: 0; line-height: 18px; font-weight: bold;
www/css/style.css
text-align: center; background-color: #3290ff; font-size: x-large; padding-bottom: 0em; font-weight: inherit; color: white; height: 106px; background-repeat: no-repeat; padding-top: 6px; } #menu1 { background-color: #333333; padding-bottom: 1em; height: 13px; color: white; width: 100%; } #content { margin-right: 20px; margin-left: 20px; } #body { font-family: Helvetica; background-position: left top; margin-left: auto; background-image: url(../images/background.jpg); background-repeat: repeat-x; margin-right: auto; width: 1024px; background-color: #ebeff0; } #footer { background-color: #3290ff; color: white; text-align: right; } ul#navlist { margin-left: 40pt; padding-left: 0; margin-top: 0; } #navlist li { display: inline; list-style-type: none; } #navlist a { padding: 0px 5px 5px; } #navlist a:link, #navlist a:visited { color: #ffffff; text-decoration: none; } #navlist a:hover { color: #ffffff; background-color: #336699; text-decoration: none; } #configTable { background-color: white; opacity: 0.797; } #header_table { border-style: none; text-align: left; width: 100%; } #overlay { z-index: 1000; background-attachment: fixed; text-align: center; left: 0px; height: 100%; background-image: url(../images/overlay_background.png); visibility: hidden; top: 0px; position: absolute; width: 100%; } #inner_overlay { border: 1px solid red; height: 270px; width: 310px; left: 40%; text-align: center; position: absolute; background-color: #ffffff; top: 200px; } #settings_errorbar { position: absolute; background-color: black; width: 100%; height: 25px; bottom: 0; left: 0; line-height: 18px; font-weight: bold; } #overlay_reset { z-index: 1000; background-attachment: fixed; text-align: center; left: 0px; height: 100%; background-image: url(../images/overlay_background.png); visibility: hidden; top: 0px; position: absolute; width: 100%; } #inner_overlayReset { border: 1px solid red; height: 200px; width: 300px; left: 40%; text-align: center; position: absolute; background-color: #ffffff; top: 200px; } #reset_errorbar { position: absolute; background-color: black; width: 100%; height: 25px; bottom: 0; line-height: 18px; font-weight: bold;
0.387227
0.060891
.didact { cursor:crosshair; } .imageRight { float: right; width:33%; height: auto; margin-top:15px; margin-bottom:15px; margin-left:15px; } .imageCenter { display: block; margin-left: auto; margin-right: auto; } html, body { width: 100%; height: 100%; color: var(--vscode-editor-foreground); background-color: var(--vscode-editor-background); } body { padding-top: 50px; padding-right: 30px; padding-bottom: 50px; padding-left: 80px; color: var(--vscode-editor-foreground); background-color: var(--vscode-editor-background); } .content, blockquote { color: var(--vscode-editor-foreground); background-color:var(--vscode-editor-background); } strong { color: var(--vscode-editor-foreground); } .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .paragraph, .content blockquote, .paragraph.lead>p, .quoteblock, .verseblock, .quoteblock blockquote p, .verseblock pre, .attribution cite, pre { color: var(--vscode-editor-foreground); background-color:var(--vscode-editor-background); } .exampleblock>.content { background-color: var(--vscode-editor-selectionHighlightBackground); } pre { background: var(--vscode-editor-selectionHighlightBackground); } #preamble>.sectionbody>.paragraph:first-of-type p, .sidebarblock>.content>.title, .admonitionblock>table td.content, .sidebarblock { background: var(--vscode-editor-selectionHighlightBackground); color:var(--vscode-editor-selectionForeground); } table thead, table tfoot { background: var(--vscode-editor-background); color:var(--vscode-editor-foreground); font-weight: bold; } table tr { background: var(--vscode-editor-selectionHighlightBackground); color:var(--vscode-editor-selectionForeground); } .quoteblock blockquote:before { color:var(--vscode-editor-selectionForeground); } .admonitionblock>table td.icon { color:var(--vscode-editor-selectionForeground); } .subheader, .admonitionblock td.content>.title, .audioblock>.title, .exampleblock>.title, .imageblock>.title, .listingblock>.title, .literalblock>.title, .stemblock>.title, .openblock>.title, .paragraph>.title, .quoteblock>.title, table.tableblock>.title, .verseblock>.title, .videoblock>.title, .dlist>.title, .olist>.title, .ulist>.title, .qlist>.title, .hdlist>.title { color: var(--vscode-editor-foreground); } .content table thead th { color: var(--vscode-editor-foreground); } a { color: var (--vscode-textlink-foreground); } code{ color:var(--vscode-editor-selectionForeground); background-color: var(--vscode-editor-selectionHighlightBackground) !important } .literalblock pre, .listingblock pre:not(.highlight), .listingblock pre[class="highlight"], .listingblock pre[class^="highlight "], .listingblock pre.CodeRay, .listingblock pre.prettyprint { background: var(--vscode-editor-selectionHighlightBackground); color:var(--vscode-editor-selectionForeground); } /* Page content */ .content { padding: 20px; padding-bottom: 10px; width: 90%; } .tutorialContent { margin: 0 auto; margin-bottom: 30px; overflow: auto; width: 90%; padding-bottom: 25px; } .didactFooter { position: fixed; bottom: 0px; overflow: hide; width: 100%; text-align: right; padding: 10px 25px; background-color:var(--vscode-editor-background); font-size: 10px; }
media/webviewslim.css
.didact { cursor:crosshair; } .imageRight { float: right; width:33%; height: auto; margin-top:15px; margin-bottom:15px; margin-left:15px; } .imageCenter { display: block; margin-left: auto; margin-right: auto; } html, body { width: 100%; height: 100%; color: var(--vscode-editor-foreground); background-color: var(--vscode-editor-background); } body { padding-top: 50px; padding-right: 30px; padding-bottom: 50px; padding-left: 80px; color: var(--vscode-editor-foreground); background-color: var(--vscode-editor-background); } .content, blockquote { color: var(--vscode-editor-foreground); background-color:var(--vscode-editor-background); } strong { color: var(--vscode-editor-foreground); } .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .paragraph, .content blockquote, .paragraph.lead>p, .quoteblock, .verseblock, .quoteblock blockquote p, .verseblock pre, .attribution cite, pre { color: var(--vscode-editor-foreground); background-color:var(--vscode-editor-background); } .exampleblock>.content { background-color: var(--vscode-editor-selectionHighlightBackground); } pre { background: var(--vscode-editor-selectionHighlightBackground); } #preamble>.sectionbody>.paragraph:first-of-type p, .sidebarblock>.content>.title, .admonitionblock>table td.content, .sidebarblock { background: var(--vscode-editor-selectionHighlightBackground); color:var(--vscode-editor-selectionForeground); } table thead, table tfoot { background: var(--vscode-editor-background); color:var(--vscode-editor-foreground); font-weight: bold; } table tr { background: var(--vscode-editor-selectionHighlightBackground); color:var(--vscode-editor-selectionForeground); } .quoteblock blockquote:before { color:var(--vscode-editor-selectionForeground); } .admonitionblock>table td.icon { color:var(--vscode-editor-selectionForeground); } .subheader, .admonitionblock td.content>.title, .audioblock>.title, .exampleblock>.title, .imageblock>.title, .listingblock>.title, .literalblock>.title, .stemblock>.title, .openblock>.title, .paragraph>.title, .quoteblock>.title, table.tableblock>.title, .verseblock>.title, .videoblock>.title, .dlist>.title, .olist>.title, .ulist>.title, .qlist>.title, .hdlist>.title { color: var(--vscode-editor-foreground); } .content table thead th { color: var(--vscode-editor-foreground); } a { color: var (--vscode-textlink-foreground); } code{ color:var(--vscode-editor-selectionForeground); background-color: var(--vscode-editor-selectionHighlightBackground) !important } .literalblock pre, .listingblock pre:not(.highlight), .listingblock pre[class="highlight"], .listingblock pre[class^="highlight "], .listingblock pre.CodeRay, .listingblock pre.prettyprint { background: var(--vscode-editor-selectionHighlightBackground); color:var(--vscode-editor-selectionForeground); } /* Page content */ .content { padding: 20px; padding-bottom: 10px; width: 90%; } .tutorialContent { margin: 0 auto; margin-bottom: 30px; overflow: auto; width: 90%; padding-bottom: 25px; } .didactFooter { position: fixed; bottom: 0px; overflow: hide; width: 100%; text-align: right; padding: 10px 25px; background-color:var(--vscode-editor-background); font-size: 10px; }
0.474875
0.096195
.pf-c-overflow-menu { --pf-c-overflow-menu--spacer--base: var(--pf-global--spacer--md); --pf-c-overflow-menu--spacer: var(--pf-global--spacer--sm); --pf-c-overflow-menu__group--spacer: var(--pf-c-overflow-menu--spacer--base); --pf-c-overflow-menu__item--spacer: var(--pf-c-overflow-menu--spacer--base); --pf-c-overflow-menu--c-divider--m-vertical--spacer: var(--pf-c-overflow-menu--spacer--base); --pf-c-overflow-menu__group--m-button-group--spacer: var(--pf-c-overflow-menu--spacer--base); --pf-c-overflow-menu__group--m-button-group--space-items: var(--pf-global--spacer--sm); --pf-c-overflow-menu__group--m-icon-button-group--spacer: var(--pf-c-overflow-menu--spacer--base); --pf-c-overflow-menu__group--m-icon-button-group--space-items: 0; display: inline-flex; align-items: center; } .pf-c-overflow-menu__content { display: flex; align-items: center; } .pf-c-overflow-menu__group { --pf-c-overflow-menu--spacer: var(--pf-c-overflow-menu__group--spacer); display: flex; align-items: center; } .pf-c-overflow-menu__group.pf-m-button-group { --pf-c-overflow-menu--spacer: var(--pf-c-overflow-menu__group--m-button-group--spacer); } .pf-c-overflow-menu__group.pf-m-button-group > * { --pf-c-overflow-menu--spacer: var(--pf-c-overflow-menu__group--m-button-group--space-items); } .pf-c-overflow-menu__group.pf-m-icon-button-group { --pf-c-overflow-menu--spacer: var(--pf-c-overflow-menu__group--m-icon-button-group--spacer); } .pf-c-overflow-menu__group.pf-m-icon-button-group > * { --pf-c-overflow-menu--spacer: var(--pf-c-overflow-menu__group--m-icon-button-group--space-items); } .pf-c-overflow-menu__item { --pf-c-overflow-menu--spacer: var(--pf-c-overflow-menu__item--spacer); } .pf-c-overflow-menu__content, .pf-c-overflow-menu__control, .pf-c-overflow-menu__group, .pf-c-overflow-menu__item { margin-right: var(--pf-c-overflow-menu--spacer); } .pf-c-overflow-menu__content:last-child, .pf-c-overflow-menu__control:last-child, .pf-c-overflow-menu__group:last-child, .pf-c-overflow-menu__item:last-child { --pf-c-overflow-menu--spacer: 0; } .pf-c-overflow-menu > .pf-c-divider, .pf-c-overflow-menu__group > .pf-c-divider { --pf-c-overflow-menu--spacer: var(--pf-c-overflow-menu--c-divider--m-vertical--spacer); } .pf-c-overflow-menu > .pf-c-divider.pf-m-vertical, .pf-c-overflow-menu__group > .pf-c-divider.pf-m-vertical { margin-right: var(--pf-c-overflow-menu--spacer); } .pf-c-overflow-menu > .pf-c-divider.pf-m-vertical:last-child, .pf-c-overflow-menu__group > .pf-c-divider.pf-m-vertical:last-child { --pf-c-overflow-menu--spacer: 0; }
03-HW_ArrayInt/che-dashboard/node_modules/@patternfly/react-styles/css/components/OverflowMenu/overflow-menu.css
.pf-c-overflow-menu { --pf-c-overflow-menu--spacer--base: var(--pf-global--spacer--md); --pf-c-overflow-menu--spacer: var(--pf-global--spacer--sm); --pf-c-overflow-menu__group--spacer: var(--pf-c-overflow-menu--spacer--base); --pf-c-overflow-menu__item--spacer: var(--pf-c-overflow-menu--spacer--base); --pf-c-overflow-menu--c-divider--m-vertical--spacer: var(--pf-c-overflow-menu--spacer--base); --pf-c-overflow-menu__group--m-button-group--spacer: var(--pf-c-overflow-menu--spacer--base); --pf-c-overflow-menu__group--m-button-group--space-items: var(--pf-global--spacer--sm); --pf-c-overflow-menu__group--m-icon-button-group--spacer: var(--pf-c-overflow-menu--spacer--base); --pf-c-overflow-menu__group--m-icon-button-group--space-items: 0; display: inline-flex; align-items: center; } .pf-c-overflow-menu__content { display: flex; align-items: center; } .pf-c-overflow-menu__group { --pf-c-overflow-menu--spacer: var(--pf-c-overflow-menu__group--spacer); display: flex; align-items: center; } .pf-c-overflow-menu__group.pf-m-button-group { --pf-c-overflow-menu--spacer: var(--pf-c-overflow-menu__group--m-button-group--spacer); } .pf-c-overflow-menu__group.pf-m-button-group > * { --pf-c-overflow-menu--spacer: var(--pf-c-overflow-menu__group--m-button-group--space-items); } .pf-c-overflow-menu__group.pf-m-icon-button-group { --pf-c-overflow-menu--spacer: var(--pf-c-overflow-menu__group--m-icon-button-group--spacer); } .pf-c-overflow-menu__group.pf-m-icon-button-group > * { --pf-c-overflow-menu--spacer: var(--pf-c-overflow-menu__group--m-icon-button-group--space-items); } .pf-c-overflow-menu__item { --pf-c-overflow-menu--spacer: var(--pf-c-overflow-menu__item--spacer); } .pf-c-overflow-menu__content, .pf-c-overflow-menu__control, .pf-c-overflow-menu__group, .pf-c-overflow-menu__item { margin-right: var(--pf-c-overflow-menu--spacer); } .pf-c-overflow-menu__content:last-child, .pf-c-overflow-menu__control:last-child, .pf-c-overflow-menu__group:last-child, .pf-c-overflow-menu__item:last-child { --pf-c-overflow-menu--spacer: 0; } .pf-c-overflow-menu > .pf-c-divider, .pf-c-overflow-menu__group > .pf-c-divider { --pf-c-overflow-menu--spacer: var(--pf-c-overflow-menu--c-divider--m-vertical--spacer); } .pf-c-overflow-menu > .pf-c-divider.pf-m-vertical, .pf-c-overflow-menu__group > .pf-c-divider.pf-m-vertical { margin-right: var(--pf-c-overflow-menu--spacer); } .pf-c-overflow-menu > .pf-c-divider.pf-m-vertical:last-child, .pf-c-overflow-menu__group > .pf-c-divider.pf-m-vertical:last-child { --pf-c-overflow-menu--spacer: 0; }
0.241221
0.034424
body{ margin: 0; display: flex; flex-direction: column; height: 100vh; } article { flex-grow: 1; flex-direction: column; justify-content: space-between; background-color: khaki; } .title{ color: khaki; font-family: Dancing Script, Helvetica; font-size: 550%; } header { background-image: url(https://www.andre-media.it/wp-content/uploads/2014/10/supermercati1.jpg); background-size: cover; position: relative; font-size: 85%; color: black; font-weight: bold; height: 150px; width: 100%; display: flex; justify-content: space-between; align-items:initial; border-bottom: 2px groove black; } .menu{ display: none; } #overlay{ background-color: rgba(0, 0, 0, .3); position: absolute; top: 0; bottom: 0; height: 100%; width: 100%; } header div { display: flex; } .button{ font-size: 50%; justify-content: flex-end; border: 2px solid white; padding: 5px; border-radius: 10px; height: 10%; margin: 15px; background-color: khaki; position: relative; color:white; } .button a{ color:white; background-color: khaki; font-style:italic; font-size: 15px; position: relative; text-decoration: none; } .button a:hover, .button:hover{ color: red; cursor: pointer; } .title{ margin: 20px; } section { padding-top: 20px; flex-grow: 1; background-color: khaki; display: flex; justify-content: space-around; } section div.box{ display: flex; height: 200px; width: 200px; margin: 20px; border-radius: 15px; border: 3px solid white; font-family: Roboto, sans-serif; color: white; font-size: 200%; font-weight: 800; font-family: Arial, Helvetica, sans-serif; align-items: center; justify-content: center; } .box a{ font-family: Arial, Helvetica, sans-serif; color: white; font-size: 100%; font-weight: 800; font-family: Arial, Helvetica, sans-serif; text-decoration: none; } section div a:hover{ color: gold; cursor: pointer; } div.box div{ align-items: center; justify-content: center; } #box1{ background-image: url(https://ilfattoalimentare.it/wp-content/uploads/2019/07/pasta-trafilatura-al-bronzo-spaghetti-tagliatelle-conchiglie-farfalle-penne-AdobeStock_195612948-1024x768.jpeg); background-size: cover; } #box2{ background-image: url(https://redacademy.it/wp-content/uploads/2017/06/selezione-carni.jpg); background-size: cover; } #box3{ background-image: url(https://wips.plug.it/cips/buonissimo.org/cms/2013/05/adobestock_38825184.jpeg?w=713&a=c&h=407); background-size: cover; } #box4{ background-image: url(https://uploads.nonsprecare.it/wp-content/uploads/2018/03/perche-mangiare-frutta-verdura-di-stagione.jpg); background-size: cover; } #box5{ background-image: url(https://www.beverfood.com/wp-content/uploads/2019/10/sodas.jpg); background-size: cover; } section.text{ flex-direction: column; justify-content: flex-end; bottom: 0; } h1{ background-color: khaki; font-family: Arial, Helvetica, sans-serif; margin: 0; margin-left: 20px; margin-bottom: 30px; } p{ background-color: khaki; font-family: Arial, Helvetica, sans-serif; margin: 10px; margin-left: 20px; } footer{ font-size: 15px; background-color: black; color: white; height: 50px; display: flex; align-items:center; justify-content: space-between; bottom: 0px; } footer strong{ font-size: 16px; color:white; margin: 5px; } footer a{ margin: 10px; } @media (max-width: 500px) { header { height: 20%; font-size: 50%; font-weight: 50%; align-items: flex-end; justify-content: space-between; padding: 5px; } } @media (max-width: 500px) { .button { display: none; } } @media(max-width: 500px){ .cont2{ display: flex; flex-direction: column; position: relative; } } @media (max-width: 500px) { .menu { display: flex; background-color: white; width: 20px; height: 3px; margin: 1px; margin: 30 px; margin-right: 10px; position: relative; z-index: 3; } } @media(max-width: 500px){ section{ display: flex; flex-direction: column; align-items: center; } } @media(max-width: 500px){ footer{ font-size: 15%; height: 150px; } }
public/css/welcome.css
body{ margin: 0; display: flex; flex-direction: column; height: 100vh; } article { flex-grow: 1; flex-direction: column; justify-content: space-between; background-color: khaki; } .title{ color: khaki; font-family: Dancing Script, Helvetica; font-size: 550%; } header { background-image: url(https://www.andre-media.it/wp-content/uploads/2014/10/supermercati1.jpg); background-size: cover; position: relative; font-size: 85%; color: black; font-weight: bold; height: 150px; width: 100%; display: flex; justify-content: space-between; align-items:initial; border-bottom: 2px groove black; } .menu{ display: none; } #overlay{ background-color: rgba(0, 0, 0, .3); position: absolute; top: 0; bottom: 0; height: 100%; width: 100%; } header div { display: flex; } .button{ font-size: 50%; justify-content: flex-end; border: 2px solid white; padding: 5px; border-radius: 10px; height: 10%; margin: 15px; background-color: khaki; position: relative; color:white; } .button a{ color:white; background-color: khaki; font-style:italic; font-size: 15px; position: relative; text-decoration: none; } .button a:hover, .button:hover{ color: red; cursor: pointer; } .title{ margin: 20px; } section { padding-top: 20px; flex-grow: 1; background-color: khaki; display: flex; justify-content: space-around; } section div.box{ display: flex; height: 200px; width: 200px; margin: 20px; border-radius: 15px; border: 3px solid white; font-family: Roboto, sans-serif; color: white; font-size: 200%; font-weight: 800; font-family: Arial, Helvetica, sans-serif; align-items: center; justify-content: center; } .box a{ font-family: Arial, Helvetica, sans-serif; color: white; font-size: 100%; font-weight: 800; font-family: Arial, Helvetica, sans-serif; text-decoration: none; } section div a:hover{ color: gold; cursor: pointer; } div.box div{ align-items: center; justify-content: center; } #box1{ background-image: url(https://ilfattoalimentare.it/wp-content/uploads/2019/07/pasta-trafilatura-al-bronzo-spaghetti-tagliatelle-conchiglie-farfalle-penne-AdobeStock_195612948-1024x768.jpeg); background-size: cover; } #box2{ background-image: url(https://redacademy.it/wp-content/uploads/2017/06/selezione-carni.jpg); background-size: cover; } #box3{ background-image: url(https://wips.plug.it/cips/buonissimo.org/cms/2013/05/adobestock_38825184.jpeg?w=713&a=c&h=407); background-size: cover; } #box4{ background-image: url(https://uploads.nonsprecare.it/wp-content/uploads/2018/03/perche-mangiare-frutta-verdura-di-stagione.jpg); background-size: cover; } #box5{ background-image: url(https://www.beverfood.com/wp-content/uploads/2019/10/sodas.jpg); background-size: cover; } section.text{ flex-direction: column; justify-content: flex-end; bottom: 0; } h1{ background-color: khaki; font-family: Arial, Helvetica, sans-serif; margin: 0; margin-left: 20px; margin-bottom: 30px; } p{ background-color: khaki; font-family: Arial, Helvetica, sans-serif; margin: 10px; margin-left: 20px; } footer{ font-size: 15px; background-color: black; color: white; height: 50px; display: flex; align-items:center; justify-content: space-between; bottom: 0px; } footer strong{ font-size: 16px; color:white; margin: 5px; } footer a{ margin: 10px; } @media (max-width: 500px) { header { height: 20%; font-size: 50%; font-weight: 50%; align-items: flex-end; justify-content: space-between; padding: 5px; } } @media (max-width: 500px) { .button { display: none; } } @media(max-width: 500px){ .cont2{ display: flex; flex-direction: column; position: relative; } } @media (max-width: 500px) { .menu { display: flex; background-color: white; width: 20px; height: 3px; margin: 1px; margin: 30 px; margin-right: 10px; position: relative; z-index: 3; } } @media(max-width: 500px){ section{ display: flex; flex-direction: column; align-items: center; } } @media(max-width: 500px){ footer{ font-size: 15%; height: 150px; } }
0.399577
0.102484
*{ margin:0px; padding:0px; list-style: none; text-decoration: none; font-family: sans-serif; box-sizing: border-box; } .content-fluid{ position:relative; margin:auto; width:100%; height: auto; } .row{ position:relative; margin:auto; width:100%; height: auto; clear:both; display:table; } [class*="col-"]{ float:left; padding:0px; } /*============================================= CABEZOTE =============================================*/ header #logotipo{ text-align: center; padding:20px; } header nav ul li a{ display: block; background:#333; text-align:center; padding:10px; color:white; } /*============================================= SLIDESHOW =============================================*/ #slide{ position:relative; margin:auto; width:100%; overflow: hidden; } #slide ul{ position:relative; left:0%; margin:auto; height:auto; width:400%; clear:both; display: table; } #slide ul li{ position: relative; float:left; width:25%; } #slide ul li img{ width:100%; } #slide #paginacion{ position: absolute; width:100%; margin:auto; text-align: center; bottom:10px; left:0; z-index:1; } #slide #paginacion li{ display:inline-block; margin:0px 5px; cursor:pointer; opacity:.5; color:white; text-shadow:0px 0px 5px #333; } #slide #paginacion li:first-child{ opacity:1; } #slide .flechas{ position:absolute; font-size:2em; color:white; cursor:pointer; z-index:2; } #slide #retroceder{ top:45%; left:2%; } #slide #avanzar{ top:45%; right:2%; } #slide ul li .textoSlide{ position:absolute; width:100%; bottom:40px; left:0; text-align:center; z-index:1; color:white; } #slide ul li .textoSlide h1{ background: rgba(0,0,0,.5); padding:5px 0; } #slide ul li .textoSlide h3{ background: rgba(0,0,0,.5); padding-bottom:10px; } /*============================================= PANTALLA DE ESCRITORIO GRANDE - LARGE (lg) - revisamos en portatil o pc =============================================*/ @media(min-width:1200px){ .col-lg-12{width:100%;} .col-lg-11{width:91.66666667%;} .col-lg-10{width:83.33333333%;} .col-lg-9{width:75%;} .col-lg-8{width:66.66666667%;} .col-lg-7{width:58.33333333%;} .col-lg-6{width:50%;} .col-lg-5{width:41.66666667%;} .col-lg-4{width: 33.33333333%;} .col-lg-3{width: 25%;} .col-lg-2 {width: 16.66666667%;} .col-lg-1 {width: 8.33333333%;} .col-lg-0{display:none;} /*CABEZOTE*/ header nav ul li a{ margin:30% 5px; font-size:14px; } header #logotipo img{ width:100%; } } /*============================================= PANTALLA DE ESCRITORIO MEDIANO - MEDIUM (md) - revisamos en tablet horizontal 1024px =============================================*/ @media(max-width:1199px) and (min-width:992px){ .col-md-12{width:100%;} .col-md-11{width:91.66666667%;} .col-md-10{width:83.33333333%;} .col-md-9{width:75%;} .col-md-8{width:66.66666667%;} .col-md-7{width:58.33333333%;} .col-md-6{width:50%;} .col-md-5{width:41.66666667%;} .col-md-4{width: 33.33333333%;} .col-md-3{width: 25%;} .col-md-2{width: 16.66666667%;} .col-md-1{width: 8.33333333%;} .col-md-0{display:none;} /*CABEZOTE*/ header nav ul li a{ margin:30% 5px; font-size:14px; } header #logotipo img{ width:100%; } } /*============================================= PANTALLA DE TABLET - SMALL (sm) - revisamos en tablet vertical 768px =============================================*/ @media(max-width:991px) and (min-width:768px){ .col-sm-12{width:100%;} .col-sm-11{width:91.66666667%;} .col-sm-10{width:83.33333333%;} .col-sm-9{width:75%;} .col-sm-8{width:66.66666667%;} .col-sm-7{width:58.33333333%;} .col-sm-6{width:50%;} .col-sm-5{width:41.66666667%;} .col-sm-4{width: 33.33333333%;} .col-sm-3{width: 25%;} .col-sm-2{width: 16.66666667%;} .col-sm-1{width: 8.33333333%;} .col-sm-0{display:none;} /*CABEZOTE*/ header nav ul li a{ margin:28% 2px; font-size:10px; } header #logotipo img{ width:100%; } /*SLIDE*/ #slide ul li .textoSlide h1{ font-size: 20px; } #slide ul li .textoSlide h3{ font-size: 14px; } } /*============================================= PANTALLA DE PHONES - EXTRA SMALL (xs) - revisamos en movil horizontal 480px o vertical 320px =============================================*/ @media(max-width:767px){ .col-xs-12{width:100%;} .col-xs-11{width:91.66666667%;} .col-xs-10{width:83.33333333%;} .col-xs-9{width:75%;} .col-xs-8{width:66.66666667%;} .col-xs-7{width:58.33333333%;} .col-xs-6{width:50%;} .col-xs-5{width:41.66666667%;} .col-xs-4{width: 33.33333333%;} .col-xs-3{width: 25%;} .col-xs-2{width: 16.66666667%;} .col-xs-1{width: 8.33333333%;} .col-xs-0{display:none;} /*CABEZOTE*/ header nav ul li a{ margin:0px; font-size:14px; border-bottom:1px solid #444; } header #logotipo img{ width:50%; } /*SLIDE*/ #slide ul li .textoSlide{ display:none; } #slide #retroceder{ top:40%; font-size: 1em; left:2%; } #slide #avanzar{ top:40%; font-size: 1em; right:2%; } }
css/estilo.css
*{ margin:0px; padding:0px; list-style: none; text-decoration: none; font-family: sans-serif; box-sizing: border-box; } .content-fluid{ position:relative; margin:auto; width:100%; height: auto; } .row{ position:relative; margin:auto; width:100%; height: auto; clear:both; display:table; } [class*="col-"]{ float:left; padding:0px; } /*============================================= CABEZOTE =============================================*/ header #logotipo{ text-align: center; padding:20px; } header nav ul li a{ display: block; background:#333; text-align:center; padding:10px; color:white; } /*============================================= SLIDESHOW =============================================*/ #slide{ position:relative; margin:auto; width:100%; overflow: hidden; } #slide ul{ position:relative; left:0%; margin:auto; height:auto; width:400%; clear:both; display: table; } #slide ul li{ position: relative; float:left; width:25%; } #slide ul li img{ width:100%; } #slide #paginacion{ position: absolute; width:100%; margin:auto; text-align: center; bottom:10px; left:0; z-index:1; } #slide #paginacion li{ display:inline-block; margin:0px 5px; cursor:pointer; opacity:.5; color:white; text-shadow:0px 0px 5px #333; } #slide #paginacion li:first-child{ opacity:1; } #slide .flechas{ position:absolute; font-size:2em; color:white; cursor:pointer; z-index:2; } #slide #retroceder{ top:45%; left:2%; } #slide #avanzar{ top:45%; right:2%; } #slide ul li .textoSlide{ position:absolute; width:100%; bottom:40px; left:0; text-align:center; z-index:1; color:white; } #slide ul li .textoSlide h1{ background: rgba(0,0,0,.5); padding:5px 0; } #slide ul li .textoSlide h3{ background: rgba(0,0,0,.5); padding-bottom:10px; } /*============================================= PANTALLA DE ESCRITORIO GRANDE - LARGE (lg) - revisamos en portatil o pc =============================================*/ @media(min-width:1200px){ .col-lg-12{width:100%;} .col-lg-11{width:91.66666667%;} .col-lg-10{width:83.33333333%;} .col-lg-9{width:75%;} .col-lg-8{width:66.66666667%;} .col-lg-7{width:58.33333333%;} .col-lg-6{width:50%;} .col-lg-5{width:41.66666667%;} .col-lg-4{width: 33.33333333%;} .col-lg-3{width: 25%;} .col-lg-2 {width: 16.66666667%;} .col-lg-1 {width: 8.33333333%;} .col-lg-0{display:none;} /*CABEZOTE*/ header nav ul li a{ margin:30% 5px; font-size:14px; } header #logotipo img{ width:100%; } } /*============================================= PANTALLA DE ESCRITORIO MEDIANO - MEDIUM (md) - revisamos en tablet horizontal 1024px =============================================*/ @media(max-width:1199px) and (min-width:992px){ .col-md-12{width:100%;} .col-md-11{width:91.66666667%;} .col-md-10{width:83.33333333%;} .col-md-9{width:75%;} .col-md-8{width:66.66666667%;} .col-md-7{width:58.33333333%;} .col-md-6{width:50%;} .col-md-5{width:41.66666667%;} .col-md-4{width: 33.33333333%;} .col-md-3{width: 25%;} .col-md-2{width: 16.66666667%;} .col-md-1{width: 8.33333333%;} .col-md-0{display:none;} /*CABEZOTE*/ header nav ul li a{ margin:30% 5px; font-size:14px; } header #logotipo img{ width:100%; } } /*============================================= PANTALLA DE TABLET - SMALL (sm) - revisamos en tablet vertical 768px =============================================*/ @media(max-width:991px) and (min-width:768px){ .col-sm-12{width:100%;} .col-sm-11{width:91.66666667%;} .col-sm-10{width:83.33333333%;} .col-sm-9{width:75%;} .col-sm-8{width:66.66666667%;} .col-sm-7{width:58.33333333%;} .col-sm-6{width:50%;} .col-sm-5{width:41.66666667%;} .col-sm-4{width: 33.33333333%;} .col-sm-3{width: 25%;} .col-sm-2{width: 16.66666667%;} .col-sm-1{width: 8.33333333%;} .col-sm-0{display:none;} /*CABEZOTE*/ header nav ul li a{ margin:28% 2px; font-size:10px; } header #logotipo img{ width:100%; } /*SLIDE*/ #slide ul li .textoSlide h1{ font-size: 20px; } #slide ul li .textoSlide h3{ font-size: 14px; } } /*============================================= PANTALLA DE PHONES - EXTRA SMALL (xs) - revisamos en movil horizontal 480px o vertical 320px =============================================*/ @media(max-width:767px){ .col-xs-12{width:100%;} .col-xs-11{width:91.66666667%;} .col-xs-10{width:83.33333333%;} .col-xs-9{width:75%;} .col-xs-8{width:66.66666667%;} .col-xs-7{width:58.33333333%;} .col-xs-6{width:50%;} .col-xs-5{width:41.66666667%;} .col-xs-4{width: 33.33333333%;} .col-xs-3{width: 25%;} .col-xs-2{width: 16.66666667%;} .col-xs-1{width: 8.33333333%;} .col-xs-0{display:none;} /*CABEZOTE*/ header nav ul li a{ margin:0px; font-size:14px; border-bottom:1px solid #444; } header #logotipo img{ width:50%; } /*SLIDE*/ #slide ul li .textoSlide{ display:none; } #slide #retroceder{ top:40%; font-size: 1em; left:2%; } #slide #avanzar{ top:40%; font-size: 1em; right:2%; } }
0.227813
0.040503
@import '~@fortawesome/fontawesome-free/css/all.css'; @import '~video.js/dist/video-js.css'; @import '~videojs-record/dist/css/videojs.record.min.css'; body { position: relative; color: white; height: 100vh; background-color: grey; font-family: Arial, Helvetica, Helvetica Neue, serif; overflow-y: hidden; padding: 1rem 2rem; margin: 0; } h2 { margin: 0; font-size: 2.25rem; font-weight: bold; letter-spacing: -0.025em; color: #fff; } p { font-size: 24px; } li { list-style: none; } a { color: white; opacity: 0.75; text-decoration: none; } a:hover { opacity: 1; text-decoration: none; cursor: pointer; } .video-js { font-size: 1em; padding: 1em; border-style: solid; border-width: 2rem; border-image-source: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 40 40%22%3E%3Crect x=%220.5%22 y=%220.5%22 width=%2239%22 height=%2239%22 fill=%22transparent%22 stroke=%22%23666%22 stroke-width=%221%22 %2F%3E%3C%2Fsvg%3E'); border-image-slice: 50%; border-image-width: 20px; background: transparent; } .alert-enter { opacity: 0; /* -webkit-transform: scale(0.9); transform: scale(0.9); */ } .alert-enter-active { -webkit-animation: flash 0.9s both; animation: flash 0.9s both; } .alert-exit { opacity: 1; } .alert-exit-active { opacity: 0; } .fade-enter { opacity: 0; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .fade-enter-active { opacity: 1; -webkit-transition: opacity 1000ms; transition: opacity 1000ms; transition: opacity 1000ms; transition: opacity 1000ms; } /* ---------------------------------------------- * Generated by Animista on 2019-7-25 23:15:23 * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */ /** * ---------------------------------------- * animation blink-2 * ---------------------------------------- */ @-webkit-keyframes flash { 0% { opacity: 1; } 50% { opacity: 0.2; } 100% { opacity: 1; } } @keyframes flash { 0% { opacity: 1; } 50% { opacity: 0.2; } 100% { opacity: 1; } }
app/app.global.css
@import '~@fortawesome/fontawesome-free/css/all.css'; @import '~video.js/dist/video-js.css'; @import '~videojs-record/dist/css/videojs.record.min.css'; body { position: relative; color: white; height: 100vh; background-color: grey; font-family: Arial, Helvetica, Helvetica Neue, serif; overflow-y: hidden; padding: 1rem 2rem; margin: 0; } h2 { margin: 0; font-size: 2.25rem; font-weight: bold; letter-spacing: -0.025em; color: #fff; } p { font-size: 24px; } li { list-style: none; } a { color: white; opacity: 0.75; text-decoration: none; } a:hover { opacity: 1; text-decoration: none; cursor: pointer; } .video-js { font-size: 1em; padding: 1em; border-style: solid; border-width: 2rem; border-image-source: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 40 40%22%3E%3Crect x=%220.5%22 y=%220.5%22 width=%2239%22 height=%2239%22 fill=%22transparent%22 stroke=%22%23666%22 stroke-width=%221%22 %2F%3E%3C%2Fsvg%3E'); border-image-slice: 50%; border-image-width: 20px; background: transparent; } .alert-enter { opacity: 0; /* -webkit-transform: scale(0.9); transform: scale(0.9); */ } .alert-enter-active { -webkit-animation: flash 0.9s both; animation: flash 0.9s both; } .alert-exit { opacity: 1; } .alert-exit-active { opacity: 0; } .fade-enter { opacity: 0; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .fade-enter-active { opacity: 1; -webkit-transition: opacity 1000ms; transition: opacity 1000ms; transition: opacity 1000ms; transition: opacity 1000ms; } /* ---------------------------------------------- * Generated by Animista on 2019-7-25 23:15:23 * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */ /** * ---------------------------------------- * animation blink-2 * ---------------------------------------- */ @-webkit-keyframes flash { 0% { opacity: 1; } 50% { opacity: 0.2; } 100% { opacity: 1; } } @keyframes flash { 0% { opacity: 1; } 50% { opacity: 0.2; } 100% { opacity: 1; } }
0.414069
0.054777
@font-face { font-family: 'Roboto-Thin'; src: url('../font/eot/Roboto-Thin.eot'); src: url('../font/eot/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('../font/svg/Roboto-Thin.svg') format('svg'), url('../font/woff/Roboto-Thin.woff') format('woff'), url('../font/ttf/Roboto-Thin.ttf') format('truetype'); font-weight: normal; font-style: normal; } /* Roboto-Light */ @font-face { font-family: 'Roboto-Light'; src: url('../font/eot/Roboto-Light.eot'); src: url('../font/eot/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../font/svg/Roboto-Light.svg') format('svg'), url('../font/woff/Roboto-Light.woff') format('woff'), url('../font/ttf/Roboto-Light.ttf') format('truetype'); font-weight: normal; font-style: normal; } /* Roboto-Medium */ @font-face { font-family: 'Roboto-Medium'; src: url('../font/eot/Roboto-Medium.eot'); src: url('../font/eot/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../font/svg/Roboto-Medium.svg') format('svg'), url('../font/woff/Roboto-Medium.woff') format('woff'), url('../font/ttf/Roboto-Medium.ttf') format('truetype'); font-weight: normal; font-style: normal; } /* Roboto-Regular */ @font-face { font-family: 'Roboto-Regular'; src: url('../font/eot/Roboto-Regular.eot'); src: url('../font/eot/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../font/svg/Roboto-Regular.svg') format('svg'), url('../font/woff/Roboto-Regular.woff') format('woff'), url('../font/ttf/Roboto-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; } /* Roboto-Italic */ @font-face { font-family: 'Roboto-Italic'; src: url('../font/eot/Roboto-Italic.eot'); src: url('../font/eot/Roboto-Italic.eot?#iefix') format('embedded-opentype'), url('../font/svg/Roboto-Italic.svg') format('svg'), url('../font/woff/Roboto-Italic.woff') format('woff'), url('../font/ttf/Roboto-Italic.ttf') format('truetype'); font-weight: normal; font-style: normal; } /* Silom */ @font-face { font-family: 'Silom'; src: url('../font/eot/Silom.eot'); src: url('../font/eot/Silom.eot?#iefix') format('embedded-opentype'), url('../font/svg/Silom.svg') format('svg'), url('../font/woff/Silom.woff') format('woff'), url('../font/ttf/Silom.ttf') format('truetype'); font-weight: normal; font-style: normal; }
assets/static/css/font.css
@font-face { font-family: 'Roboto-Thin'; src: url('../font/eot/Roboto-Thin.eot'); src: url('../font/eot/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('../font/svg/Roboto-Thin.svg') format('svg'), url('../font/woff/Roboto-Thin.woff') format('woff'), url('../font/ttf/Roboto-Thin.ttf') format('truetype'); font-weight: normal; font-style: normal; } /* Roboto-Light */ @font-face { font-family: 'Roboto-Light'; src: url('../font/eot/Roboto-Light.eot'); src: url('../font/eot/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../font/svg/Roboto-Light.svg') format('svg'), url('../font/woff/Roboto-Light.woff') format('woff'), url('../font/ttf/Roboto-Light.ttf') format('truetype'); font-weight: normal; font-style: normal; } /* Roboto-Medium */ @font-face { font-family: 'Roboto-Medium'; src: url('../font/eot/Roboto-Medium.eot'); src: url('../font/eot/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../font/svg/Roboto-Medium.svg') format('svg'), url('../font/woff/Roboto-Medium.woff') format('woff'), url('../font/ttf/Roboto-Medium.ttf') format('truetype'); font-weight: normal; font-style: normal; } /* Roboto-Regular */ @font-face { font-family: 'Roboto-Regular'; src: url('../font/eot/Roboto-Regular.eot'); src: url('../font/eot/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../font/svg/Roboto-Regular.svg') format('svg'), url('../font/woff/Roboto-Regular.woff') format('woff'), url('../font/ttf/Roboto-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; } /* Roboto-Italic */ @font-face { font-family: 'Roboto-Italic'; src: url('../font/eot/Roboto-Italic.eot'); src: url('../font/eot/Roboto-Italic.eot?#iefix') format('embedded-opentype'), url('../font/svg/Roboto-Italic.svg') format('svg'), url('../font/woff/Roboto-Italic.woff') format('woff'), url('../font/ttf/Roboto-Italic.ttf') format('truetype'); font-weight: normal; font-style: normal; } /* Silom */ @font-face { font-family: 'Silom'; src: url('../font/eot/Silom.eot'); src: url('../font/eot/Silom.eot?#iefix') format('embedded-opentype'), url('../font/svg/Silom.svg') format('svg'), url('../font/woff/Silom.woff') format('woff'), url('../font/ttf/Silom.ttf') format('truetype'); font-weight: normal; font-style: normal; }
0.205615
0.061961
.work img { margin: auto; float: left; box-sizing: border-box; width: 70%; height: 70%; } .role, .duties { width: 100%; display: flex; box-sizing: border-box; } .cf, .bb, .fh { overflow: auto; } .onecolumn { width: 100%; float: left; } .twocolumn { width: 50%; float: left; } .threecolumn { width: 33%; float: left; } .fourcolumn { width: 25%; float: left; } .linebg { background: repeating-linear-gradient( 55deg, #FAFAFA, #FAFAFA 15px, #F5F5F5 15px, #F5F5F5 30px ); } .title { box-sizing: border-box; clear: both; height: 100vh; padding: 300px 30px 300px 30px; -webkit-animation: scrollup 2.5s 2s; /* Safari, Chrome and Opera > 12.1 */ -moz-animation: scrollup 2.5s 2s; /* Firefox < 16 */ -ms-animation: scrollup 2.5s 2s; /* Internet Explorer */ -o-animation: scrollup 2.5s 2s; /* Opera < 12.1 */ animation: scrollup 2.5s 2s; animation-fill-mode: forwards; animation-timing-function: cubic-bezier(0.5, 0, 0, 1); } .title h3, .title h4 { opacity: 0; -webkit-animation: fadein 2s 1s; /* Safari, Chrome and Opera > 12.1 */ -moz-animation: fadein 2s 1s; /* Firefox < 16 */ -ms-animation: fadein 2s 1s; /* Internet Explorer */ -o-animation: fadein 2s 1s; /* Opera < 12.1 */ animation: fadein 2s 1s; animation-fill-mode: forwards; } .text { margin: 0; width: 100%; padding: 75px; box-sizing: border-box; } .text div { box-sizing: border-box; padding: 50px; margin: auto; align-items: center; max-width: 800px; } .text ul { margin: 0; list-style: none; padding: 0; } .text li { padding-left: 27px; } .text li::before { content: "-"; margin-left: -26px; margin-right: 15px; color: #696969; font-weight: 400; } .work h4 { color: #cd7d67; font-size: 16px; line-height: 21px; margin: 0; font-weight: 400; letter-spacing: 1px; font-variant: all-small-caps; } .work h3, .work h4 { text-align: center; } .work hr { border: 0; height: 1px; background-color: #dbbaaf; margin: 50px 0; }
css/work.css
.work img { margin: auto; float: left; box-sizing: border-box; width: 70%; height: 70%; } .role, .duties { width: 100%; display: flex; box-sizing: border-box; } .cf, .bb, .fh { overflow: auto; } .onecolumn { width: 100%; float: left; } .twocolumn { width: 50%; float: left; } .threecolumn { width: 33%; float: left; } .fourcolumn { width: 25%; float: left; } .linebg { background: repeating-linear-gradient( 55deg, #FAFAFA, #FAFAFA 15px, #F5F5F5 15px, #F5F5F5 30px ); } .title { box-sizing: border-box; clear: both; height: 100vh; padding: 300px 30px 300px 30px; -webkit-animation: scrollup 2.5s 2s; /* Safari, Chrome and Opera > 12.1 */ -moz-animation: scrollup 2.5s 2s; /* Firefox < 16 */ -ms-animation: scrollup 2.5s 2s; /* Internet Explorer */ -o-animation: scrollup 2.5s 2s; /* Opera < 12.1 */ animation: scrollup 2.5s 2s; animation-fill-mode: forwards; animation-timing-function: cubic-bezier(0.5, 0, 0, 1); } .title h3, .title h4 { opacity: 0; -webkit-animation: fadein 2s 1s; /* Safari, Chrome and Opera > 12.1 */ -moz-animation: fadein 2s 1s; /* Firefox < 16 */ -ms-animation: fadein 2s 1s; /* Internet Explorer */ -o-animation: fadein 2s 1s; /* Opera < 12.1 */ animation: fadein 2s 1s; animation-fill-mode: forwards; } .text { margin: 0; width: 100%; padding: 75px; box-sizing: border-box; } .text div { box-sizing: border-box; padding: 50px; margin: auto; align-items: center; max-width: 800px; } .text ul { margin: 0; list-style: none; padding: 0; } .text li { padding-left: 27px; } .text li::before { content: "-"; margin-left: -26px; margin-right: 15px; color: #696969; font-weight: 400; } .work h4 { color: #cd7d67; font-size: 16px; line-height: 21px; margin: 0; font-weight: 400; letter-spacing: 1px; font-variant: all-small-caps; } .work h3, .work h4 { text-align: center; } .work hr { border: 0; height: 1px; background-color: #dbbaaf; margin: 50px 0; }
0.485356
0.144783
* { margin: 0; padding: 0; } .body { background-color: #272727; } /* nav bar*/ #nav-bar { position: sticky; top: 0; z-index: 10; } .navbar { background-color: #272727; padding: 0 !important; font-family: "Comfortaa", cursive; } .navbar-brand img { height: 40px; padding-left: 20px; } .navbar-nav li { padding: 0 10px; } .navbar-nav li a { color: #11C5BA !important; font-weight: 700; float: right; text-align: left; } .navbar-toggler svg { font-size: 20px !important; color: #11C5BA; } .navbar-toggler { border: none !important; } .logo-name { color: #11C5BA; font-family: 'Comfortaa', cursive; } /*abt us*/ #about-us h1 { color: #11C5BA; font-family: "Comfortaa"; } .title { font-family: "Comfortaa"; } .abtus { font-family: "Quicksand"; color: #11C5BA; font-size: 30px; margin: 20px 0; } .about-title { font-size: 40px; font-weight: 600; margin-top: 5%; color: #11C5BA; } #about-us ul li { margin: 10px 0; color: #11C5BA; font-family: "Quicksand"; font-size: 20px; } #about-us ul { margin-left: 20px; } .title::before { content: ''; background: #11C5BA; height: 5px; width: 150px; margin-left: auto; margin-right: auto; display: block; transform: translateY(63px); } .title::after { content: ''; background: #11C5BA; height: 10px; width: 30px; margin-left: auto; margin-right: auto; display: block; transform: translateY(8px); } /*developers*/ #developers { padding-bottom: 50px; padding-top: 50px; } #developers h1 { color: #11C5BA; } .profiles { border-left: 5px solid #11C5BA; margin-top: 50px; margin-bottom: 50px; } .profiles img { height: 100px; width: 100px; border-radius: 50%; margin: 10px 0; } .profiles p { color: #11C5BA; font-family: "Quicksand"; } .quotes { font-size: 30px; } .dev-details { display: inline-block; font-size: 20px; } /*footnote*/ .footnote { color: #11C5BA; } .credits { color: #11C5BA; } .credits a { text-decoration: none; color: #11C5BA; padding: 20px 20px; }
css/(abt)style.css
* { margin: 0; padding: 0; } .body { background-color: #272727; } /* nav bar*/ #nav-bar { position: sticky; top: 0; z-index: 10; } .navbar { background-color: #272727; padding: 0 !important; font-family: "Comfortaa", cursive; } .navbar-brand img { height: 40px; padding-left: 20px; } .navbar-nav li { padding: 0 10px; } .navbar-nav li a { color: #11C5BA !important; font-weight: 700; float: right; text-align: left; } .navbar-toggler svg { font-size: 20px !important; color: #11C5BA; } .navbar-toggler { border: none !important; } .logo-name { color: #11C5BA; font-family: 'Comfortaa', cursive; } /*abt us*/ #about-us h1 { color: #11C5BA; font-family: "Comfortaa"; } .title { font-family: "Comfortaa"; } .abtus { font-family: "Quicksand"; color: #11C5BA; font-size: 30px; margin: 20px 0; } .about-title { font-size: 40px; font-weight: 600; margin-top: 5%; color: #11C5BA; } #about-us ul li { margin: 10px 0; color: #11C5BA; font-family: "Quicksand"; font-size: 20px; } #about-us ul { margin-left: 20px; } .title::before { content: ''; background: #11C5BA; height: 5px; width: 150px; margin-left: auto; margin-right: auto; display: block; transform: translateY(63px); } .title::after { content: ''; background: #11C5BA; height: 10px; width: 30px; margin-left: auto; margin-right: auto; display: block; transform: translateY(8px); } /*developers*/ #developers { padding-bottom: 50px; padding-top: 50px; } #developers h1 { color: #11C5BA; } .profiles { border-left: 5px solid #11C5BA; margin-top: 50px; margin-bottom: 50px; } .profiles img { height: 100px; width: 100px; border-radius: 50%; margin: 10px 0; } .profiles p { color: #11C5BA; font-family: "Quicksand"; } .quotes { font-size: 30px; } .dev-details { display: inline-block; font-size: 20px; } /*footnote*/ .footnote { color: #11C5BA; } .credits { color: #11C5BA; } .credits a { text-decoration: none; color: #11C5BA; padding: 20px 20px; }
0.31342
0.090776
.img-1{ background-image: url("../html/news/img/lashkonews.jpeg"); } .img-2{ background-image: url("../html/news/img/booknews.png"); } .img-3{ background-image: url("../html/news/img/covid.jpeg"); } .img-4{ background-image: url("../html/news/img/img4.png"); } .img-5{ background-image: url("../html/news/img/img5.png"); } .img-6{ background-image: url("../html/news/img/img6.png"); } .img-7{ background-image: url("../html/news/img/img7.png"); } .img-8{ background-image: url("../html/news/img/img8.png"); } .img-9{ background-image: url("../html/news/img/img9.png"); } .img-10{ background-image: url("../html/news/img/img10.png"); } .img-11{ background-image: url("../html/news/img/img11.png"); } .img-12{ background-image: url("../html/news/img/img12.png"); } .img-13{ background-image: url("../html/news/img/img13.png"); } .img-14{ background-image: url("../html/news/img/img14.png"); } .img-15{ background-image: url("../html/news/img/img15.jpeg"); } .img-16{ background-image: url("../html/news/img/img16.jpeg"); } .img-17{ background-image: url("../html/lviv/img/img17.jpg"); } .img-18{ background-image: url("../html/lviv/img/img18.jpg"); } .img-19{ background-image: url("../html/lviv/img/img19.jpg"); } .img-20{ background-image: url("../html/lviv/img/img20.jpg"); } .img-21{ background-image: url("../html/lviv/img/img21.jpg"); } .img-22{ background-image: url("../html/lviv/img/img22.jpg"); } .img-23{ background-image: url("../html/lviv/img/img23.jpg"); } .img-24{ background-image: url("../html/lviv/img/img24.jpg"); } .img-25{ background-image: url("../html/lviv/img/img25.jpg"); } .img-26{ background-image: url("../html/lviv/img/img26.jpg"); } .img-27{ background-image: url("../html/lviv/img/img27.jpg"); } .img-28{ background-image: url("../html/lviv/img/img28.jpg"); } .img-29{ background-image: url("../html/lviv/img/img29.jpg"); } .img-30{ background-image: url("../html/lviv/img/img30.jpg"); } .img-31{ background-image: url("../html/lviv/img/img31.jpg"); } .img-32{ background-image: url("../html/lviv/img/img32.jpg"); } .img-33{ background-image: url("../html/lviv/img/img33.jpg"); } .img-34{ background-image: url("../html/lviv/img/img34.jpg"); } .img-35{ background-image: url("../html/lviv/img/img35.jpg"); } .img-36{ background-image: url("../html/lviv/img/img36.jpg"); } .img-37{ background-image: url("../html/lviv/img/img37.jpg"); } .img-38{ background-image: url("../html/lviv/img/img38.jpg"); } .img-39{ background-image: url("../html/lviv/img/img39.jpg"); } .img-40{ background-image: url("../html/lviv/img/img40.jpg"); } .img-41{ background-image: url("../html/lviv/img/img41.jpg"); } .img-42{ background-image: url("../html/lviv/img/img42.jpg"); } .img-43{ background-image: url("../html/lviv/img/img43.jpg"); } .img-44{ background-image: url("../html/tehcno/img/img44.jpg"); } .img-45{ background-image: url("../html/tehcno/img/img45.jpg"); } .img-46{ background-image: url("../html/tehcno/img/img46.jpg"); } .img-47{ background-image: url("../html/tehcno/img/img47.jpg"); } .img-48{ background-image: url("../html/tehcno/img/img48.png"); } .img-49{ background-image: url("../html/tehcno/img/img49.jpg"); } .img-50{ background-image: url("../html/tehcno/img/img50.jpg"); } .img-51{ background-image: url("../html/tehcno/img/img51.jpg"); } .img-52{ background-image: url("../html/tehcno/img/img52.jpg"); } .img-53{ background-image: url("../html/tehcno/img/img53.jpg"); } .img-54{ background-image: url("../html/tehcno/img/img54.jpg"); } .img-55{ background-image: url("../html/tehcno/img/img55.jpg"); } .img-56{ background-image: url("../html/tehcno/img/img56.jpg"); } .img-57{ background-image: url("../html/tehcno/img/img57.jpg"); } .img-58{ background-image: url("../html/tehcno/img/img58.jpg"); } .img-59{ background-image: url("../html/tehcno/img/img59.jpg"); } .img-60{ background-image: url("../html/tehcno/img/img60.jpg"); } .img-61{ background-image: url("../html/tehcno/img/img61.jpg"); } .img-62{ background-image: url("../html/tehcno/img/img62.png"); } .img-63{ background-image: url("../html/tehcno/img/img63.jpg"); } .img-64{ background-image: url("../html/tehcno/img/img64.jpg"); } .img-65{ background-image: url("../html/tehcno/img/img65.jpg"); } .img-66{ background-image: url("../html/tehcno/img/img66.jpg"); } .img-67{ background-image: url("../html/tehcno/img/img67.jpg"); } .img-68{ background-image: url("../html/education/img/img68.jpg"); } .img-69{ background-image: url("../html/education/img/img69.jpg"); } .img-70{ background-image: url("../html/education/img/img70.jpg"); } .img-71{ background-image: url("../html/education/img/img71.jpg"); } .img-72{ background-image: url("../html/education/img/img72.jpg"); } .img-73{ background-image: url("../html/education/img/img73.jpg"); } .img-74{ background-image: url("../html/education/img/img74.jpg"); } .img-75{ background-image: url("../html/education/img/img75.jpg"); } .img-76{ background-image: url("../html/education/img/img76.jpg"); } .img-77{ background-image: url("../html/education/img/img77.jpg"); } .img-78{ background-image: url("../html/education/img/img78.jpg"); } .img-79{ background-image: url("../html/education/img/img79.jpg"); } .img-80{ background-image: url("../html/education/img/img80.jpg"); } .img-81{ background-image: url("../html/education/img/img81.jpg"); } .img-82{ background-image: url("../html/education/img/img82.jpg"); } .img-83{ background-image: url("../html/education/img/img83.jpg"); } .img-84{ background-image: url("../html/education/img/img84.jpg"); } .img-85{ background-image: url("../html/auto/img/img85.jpeg"); } .img-86{ background-image: url("../html/auto/img/img86.jpeg"); } .img-87{ background-image: url("../html/auto/img/img87.jpg"); } .img-88{ background-image: url("../html/auto/img/img88.jpg"); } .img-89{ background-image: url("../html/auto/img/img89.jpg"); } .img-90{ background-image: url("../html/auto/img/img90.jpg"); } .img-91{ background-image: url("../html/auto/img/img91.jpg"); } .img-92{ background-image: url("../html/auto/img/img92.jpg"); } .img-93{ background-image: url("../html/auto/img/img93.jpg"); } .img-94{ background-image: url("../html/auto/img/img94.jpg"); } .img-95{ background-image: url("../html/auto/img/img95.jpg"); } .img-96{ background-image: url("../html/auto/img/img96.jpg"); } .img-97{ background-image: url("../html/auto/img/img97.jpg"); } .img-98{ background-image: url("../html/auto/img/img98.jpg"); } .img-99{ background-image: url("../html/auto/img/img99.jpg"); } .img-100{ background-image: url("../html/auto/img/img100.jpg"); } .img-101{ background-image: url("../html/auto/img/img101.jpg"); } .img-102{ background-image: url("../html/auto/img/img102.jpg"); } .img-103{ background-image: url("../html/auto/img/img103.jpg"); } .img-104{ background-image: url("../html/auto/img/img104.jpg"); } .img-105{ background-image: url("../html/auto/img/img105.jpg"); } .img-106{ background-image: url("../html/auto/img/img106.jpg"); } .img-107{ background-image: url("../html/auto/img/img107.jpg"); } .img-108{ background-image: url("../html/auto/img/img108.jpg"); } .img-109{ background-image: url("../html/auto/img/img109.jpg"); } .img-110{ background-image: url("../html/auto/img/img110.jpeg"); } .img-111{ background-image: url("../html/auto/img/img111.jpeg"); } .img-112{ background-image: url("../html/auto/img/img112.jpeg"); }
css/img.css
.img-1{ background-image: url("../html/news/img/lashkonews.jpeg"); } .img-2{ background-image: url("../html/news/img/booknews.png"); } .img-3{ background-image: url("../html/news/img/covid.jpeg"); } .img-4{ background-image: url("../html/news/img/img4.png"); } .img-5{ background-image: url("../html/news/img/img5.png"); } .img-6{ background-image: url("../html/news/img/img6.png"); } .img-7{ background-image: url("../html/news/img/img7.png"); } .img-8{ background-image: url("../html/news/img/img8.png"); } .img-9{ background-image: url("../html/news/img/img9.png"); } .img-10{ background-image: url("../html/news/img/img10.png"); } .img-11{ background-image: url("../html/news/img/img11.png"); } .img-12{ background-image: url("../html/news/img/img12.png"); } .img-13{ background-image: url("../html/news/img/img13.png"); } .img-14{ background-image: url("../html/news/img/img14.png"); } .img-15{ background-image: url("../html/news/img/img15.jpeg"); } .img-16{ background-image: url("../html/news/img/img16.jpeg"); } .img-17{ background-image: url("../html/lviv/img/img17.jpg"); } .img-18{ background-image: url("../html/lviv/img/img18.jpg"); } .img-19{ background-image: url("../html/lviv/img/img19.jpg"); } .img-20{ background-image: url("../html/lviv/img/img20.jpg"); } .img-21{ background-image: url("../html/lviv/img/img21.jpg"); } .img-22{ background-image: url("../html/lviv/img/img22.jpg"); } .img-23{ background-image: url("../html/lviv/img/img23.jpg"); } .img-24{ background-image: url("../html/lviv/img/img24.jpg"); } .img-25{ background-image: url("../html/lviv/img/img25.jpg"); } .img-26{ background-image: url("../html/lviv/img/img26.jpg"); } .img-27{ background-image: url("../html/lviv/img/img27.jpg"); } .img-28{ background-image: url("../html/lviv/img/img28.jpg"); } .img-29{ background-image: url("../html/lviv/img/img29.jpg"); } .img-30{ background-image: url("../html/lviv/img/img30.jpg"); } .img-31{ background-image: url("../html/lviv/img/img31.jpg"); } .img-32{ background-image: url("../html/lviv/img/img32.jpg"); } .img-33{ background-image: url("../html/lviv/img/img33.jpg"); } .img-34{ background-image: url("../html/lviv/img/img34.jpg"); } .img-35{ background-image: url("../html/lviv/img/img35.jpg"); } .img-36{ background-image: url("../html/lviv/img/img36.jpg"); } .img-37{ background-image: url("../html/lviv/img/img37.jpg"); } .img-38{ background-image: url("../html/lviv/img/img38.jpg"); } .img-39{ background-image: url("../html/lviv/img/img39.jpg"); } .img-40{ background-image: url("../html/lviv/img/img40.jpg"); } .img-41{ background-image: url("../html/lviv/img/img41.jpg"); } .img-42{ background-image: url("../html/lviv/img/img42.jpg"); } .img-43{ background-image: url("../html/lviv/img/img43.jpg"); } .img-44{ background-image: url("../html/tehcno/img/img44.jpg"); } .img-45{ background-image: url("../html/tehcno/img/img45.jpg"); } .img-46{ background-image: url("../html/tehcno/img/img46.jpg"); } .img-47{ background-image: url("../html/tehcno/img/img47.jpg"); } .img-48{ background-image: url("../html/tehcno/img/img48.png"); } .img-49{ background-image: url("../html/tehcno/img/img49.jpg"); } .img-50{ background-image: url("../html/tehcno/img/img50.jpg"); } .img-51{ background-image: url("../html/tehcno/img/img51.jpg"); } .img-52{ background-image: url("../html/tehcno/img/img52.jpg"); } .img-53{ background-image: url("../html/tehcno/img/img53.jpg"); } .img-54{ background-image: url("../html/tehcno/img/img54.jpg"); } .img-55{ background-image: url("../html/tehcno/img/img55.jpg"); } .img-56{ background-image: url("../html/tehcno/img/img56.jpg"); } .img-57{ background-image: url("../html/tehcno/img/img57.jpg"); } .img-58{ background-image: url("../html/tehcno/img/img58.jpg"); } .img-59{ background-image: url("../html/tehcno/img/img59.jpg"); } .img-60{ background-image: url("../html/tehcno/img/img60.jpg"); } .img-61{ background-image: url("../html/tehcno/img/img61.jpg"); } .img-62{ background-image: url("../html/tehcno/img/img62.png"); } .img-63{ background-image: url("../html/tehcno/img/img63.jpg"); } .img-64{ background-image: url("../html/tehcno/img/img64.jpg"); } .img-65{ background-image: url("../html/tehcno/img/img65.jpg"); } .img-66{ background-image: url("../html/tehcno/img/img66.jpg"); } .img-67{ background-image: url("../html/tehcno/img/img67.jpg"); } .img-68{ background-image: url("../html/education/img/img68.jpg"); } .img-69{ background-image: url("../html/education/img/img69.jpg"); } .img-70{ background-image: url("../html/education/img/img70.jpg"); } .img-71{ background-image: url("../html/education/img/img71.jpg"); } .img-72{ background-image: url("../html/education/img/img72.jpg"); } .img-73{ background-image: url("../html/education/img/img73.jpg"); } .img-74{ background-image: url("../html/education/img/img74.jpg"); } .img-75{ background-image: url("../html/education/img/img75.jpg"); } .img-76{ background-image: url("../html/education/img/img76.jpg"); } .img-77{ background-image: url("../html/education/img/img77.jpg"); } .img-78{ background-image: url("../html/education/img/img78.jpg"); } .img-79{ background-image: url("../html/education/img/img79.jpg"); } .img-80{ background-image: url("../html/education/img/img80.jpg"); } .img-81{ background-image: url("../html/education/img/img81.jpg"); } .img-82{ background-image: url("../html/education/img/img82.jpg"); } .img-83{ background-image: url("../html/education/img/img83.jpg"); } .img-84{ background-image: url("../html/education/img/img84.jpg"); } .img-85{ background-image: url("../html/auto/img/img85.jpeg"); } .img-86{ background-image: url("../html/auto/img/img86.jpeg"); } .img-87{ background-image: url("../html/auto/img/img87.jpg"); } .img-88{ background-image: url("../html/auto/img/img88.jpg"); } .img-89{ background-image: url("../html/auto/img/img89.jpg"); } .img-90{ background-image: url("../html/auto/img/img90.jpg"); } .img-91{ background-image: url("../html/auto/img/img91.jpg"); } .img-92{ background-image: url("../html/auto/img/img92.jpg"); } .img-93{ background-image: url("../html/auto/img/img93.jpg"); } .img-94{ background-image: url("../html/auto/img/img94.jpg"); } .img-95{ background-image: url("../html/auto/img/img95.jpg"); } .img-96{ background-image: url("../html/auto/img/img96.jpg"); } .img-97{ background-image: url("../html/auto/img/img97.jpg"); } .img-98{ background-image: url("../html/auto/img/img98.jpg"); } .img-99{ background-image: url("../html/auto/img/img99.jpg"); } .img-100{ background-image: url("../html/auto/img/img100.jpg"); } .img-101{ background-image: url("../html/auto/img/img101.jpg"); } .img-102{ background-image: url("../html/auto/img/img102.jpg"); } .img-103{ background-image: url("../html/auto/img/img103.jpg"); } .img-104{ background-image: url("../html/auto/img/img104.jpg"); } .img-105{ background-image: url("../html/auto/img/img105.jpg"); } .img-106{ background-image: url("../html/auto/img/img106.jpg"); } .img-107{ background-image: url("../html/auto/img/img107.jpg"); } .img-108{ background-image: url("../html/auto/img/img108.jpg"); } .img-109{ background-image: url("../html/auto/img/img109.jpg"); } .img-110{ background-image: url("../html/auto/img/img110.jpeg"); } .img-111{ background-image: url("../html/auto/img/img111.jpeg"); } .img-112{ background-image: url("../html/auto/img/img112.jpeg"); }
0.131591
0.052863
@charset "utf-8"; /* CSS Document */ body{ margin:0 auto !important; font-family: 'helveticaneueregular' !important; font-size:15px; color:#000; /*font-weight:bold; word-break:break-all;;*/ } .container { padding-right: 20px !important; padding-left: 20px !important; } h1,h2,h3{margin:0 ; padding:0px ; color:#000; font-family: 'helveticaneueregular' !important;} h1{font-size:35px;} h2{font-size:22px;font-family: 'helveticaneueregular';} h3{font-size:18px;} p{margin:0 ; padding:0px ; font-family: 'helveticaneueregular' !important;} a{text-decoration:none !important; margin:0px !important; color:#000 !important; outline:none; font-size:14px; font-family: 'helveticaneueregular'!important;} a img{border:none;} img{vertical-align:middlel; max-width:100%;} /*a img:hover{opacity: 0.7; filter: alpha(opacity = 70);}*/ input{font-family: 'helveticaneueregular';} @font-face { font-family: 'helveticaneueregular'; src:url('../fonts/helvetica-light.ttf') format('truetype'); font-weight: normal; font-style: normal; } /*@font-face { font-family: 'helveticaneuebold'; src: url('../fonts/helvetica-neue-bold.ttf') format('truetype'); } header{ margin-bottom: 0px !important; } .signUp-btns{ display:block; padding-bottom:45px; } .signUp-btns a{ float:right; padding:12px 30px 14px 30px; font-size:18px; line-height:17px; color:#FFF !important; font-family: 'helveticaneuebold' !important; margin-left:2px !important; border-radius: 2px; background-clip: padding-box; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .signUp-btns a.border{border:1px solid #FFF;} .signUp-btns a:hover{ background:#4251c1 !important; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .logo-container{ max-width:414px; margin:0 auto; text-align:center; font-size:25px; color:#FFF; } .logo-text{ display:block; padding:27px 0px 50px 0px; } .search-content{ display:block; position:relative; } .search-txtbx{ width:100%; height:57px; background:#FFF; border:none; outline:none; padding:0px 90px 0px 18px; font-size:18px; line-height:18px; color:#000; border-radius: 4px; background-clip: padding-box; } .search-btn{ width:85px; height:57px; background:#00c1ff url(../images/search-btn.png) center no-repeat; position:absolute; top:0px; right:0px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; background-clip: padding-box; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .search-btn:hover{ background-color:#000 !important; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .company-content{ display:block; padding:45px 0px 35px 0px; background:#f7f7f7; margin-bottom:70px; } .company-content i{ display:block; font-size:18px; line-height:18px; color:#646464; padding:0px 0px 20px 20px; } .company-content img{ vertical-align:middle; margin:0px 5% 10px 0px;} .company-content img:last-child{margin-right:0px;} .company-content img:first-child{margin-left:35px;} .health-h{ display:block; color:#1e5ba9; font-size:46px; line-height:42px; padding-left:30px !important; } .health-box{ display:block; padding-top:80px; text-align:center; font-size:33px; line-height:43px; font-family: 'helveticaneuebold' !important; } .health-box span{ display:block; min-height:140px; padding-bottom:10px; } .margin-t{margin-top:13px;} .consider-text{ display:block; padding-top:80px; font-size:20px; line-height:25px; } .consider-text span{display:block; padding-left:30px;} .from-h{ display:block; color:#1e5ba9; font-size:46px; line-height:42px; padding:140px 0px 45px 30px !important; } .health-care-text{ display:block; font-size:20px; line-height:25px; padding-left:30px; } .health-care-text span{ display:block; padding-bottom:20px; } .debate-txt{ display:block; padding-left:20px; font-size:22px; line-height:20px; } .debate-txt span{ display:block; background:url(../images/plus-icon.png) top left no-repeat; padding:0px 0px 17px 27px; } .debate-txt a{ display:block; max-width:345px; text-align:center; padding:17px 7px 13px 7px; background:#00c1ff; color:#FFF !important; font-size:20px; line-height:20px; font-family: 'helveticaneuebold' !important; margin-top:25px !important; border-radius: 4px; background-clip: padding-box; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .debate-txt a:hover{ background:#000; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .debate-txt a img{vertical-align:middle; margin-right:20px;} footer{ display:block; margin-top:107px; background:#1e5ba9; padding:57px 0px 47px 0px; color:#FFF; font-size:18px; line-height:18px; } .footer-nav{ display:block; padding-bottom:35px; } .footer-nav a{ display:inline-block; font-size:18px; line-height:18px; color:#FFF !important; } .footer-nav a:hover{ text-decoration:underline !important; } .footer-nav span{display:inline-block; padding-right:15px;} .footer-nav span:last-child{padding-right:0px;} /****************************Result Page*******************************************/ .result-header{ display:block; padding:4px 0px; -webkit-box-shadow: 0px 0px 4px 0px #CCCCCC; box-shadow: 0px 0px 4px 0px #CCCCCC; } /*.result-logo{padding-left:20px;}*/ .result-sign-up{ display:block; padding:17px 0px 10px 0px; } .result-sign-up a{ float:right; padding:10px 30px 12px 30px; font-size:18px; line-height:15px; color:#1e5ba9 !important; /*font-family: 'helveticaneuebold' !important;*/ margin-left:10px !important; border-radius: 2px; background-clip: padding-box; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .result-sign-up a.border{border:1px solid #1e5ba9;} .result-sign-up a:hover{ color:#FFF !important; background:#D38735 !important; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .search-result-content{ display:block; max-width:300px; margin-top:2px; background:#FFF; } .search-nav{ display:block; background:#f6f6f6; padding:0px 20px 20px 20px; } .search-nav h1{ display:block; margin:0px -20px 17px -20px !important; padding:47px 20px 20px 20px !important; border-bottom:1px solid #cccccc; font-size:26px; line-height:22px; } .zip-code{ display:block; padding-bottom:17px; font-size:16px; line-height:15px; } .zip-code span{ display:block; padding-bottom:6px; } .zip-code span b{text-transform:uppercase;} .zip-textbox{ width:100%; height:45px; color:#000; border:1px solid #dbdbdb; outline:none; background:#FFF; padding:0px 14px; font-size:16px; line-height:15px; } .optional{ display:block; border:1px solid #dbdbdb; background:#FFF; padding:5px 9px; } .full-shot{ display:inline-block; background:#b6b6b6; padding:8px 7px; color:#FFF; font-size:14px; line-height:12px; border-radius: 2px; background-clip: padding-box; } .full-shot a{ display:inline-block; margin:3px 0px 0px 10px !important; color:#FFF !important; font-size:12px; line-height:12px; vertical-align:middle; } .go-btn{ display:inline-block; padding:15px 42px; font-size:19px; line-height:15px; color:#FFF !important; background:#1e5ba9 ; margin-bottom:25px !important; border-radius: 4px; background-clip: padding-box; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .go-btn:hover{ background:#000; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .filter-box{ display:block; margin-bottom:20px; font-size:16px; line-height:16px; color:#000; /*cursor:pointer;*/ } .filter-box span{ width:20px; height:20px; display:inline-block; vertical-align:middle; margin-right:15px; background:url(../images/cust-check-bx.png) no-repeat; } .filter-box:hover span, .filter-box.active span{ background:url(../images/cust-check-bx-hover.png) no-repeat; } .filter-box.active{font-family: 'helveticaneuebold' !important;} .add-box{display:block; padding:45px 0px 20px 0px;} .add-box img{max-width:100%;} .event-near{ display:block; padding:40px 10px 0px 30px; margin-left:-30px; color:#838383; font-size:29px; border-bottom:1px solid #ccc; } .event-near h1{ display:block; font-size:32px; line-height:30px; color:#3f3f3f; padding-bottom:20px !important; } .event-near i{padding-bottom:30px !important; display:block;} .event-near h1 span{ font-size:24px; line-height:22px; color:#595959; } .multi-service{ display:block; padding:30px 130px 12px 0px; border-bottom:1px solid #ccc; color:#333; font-size:16px; line-height:16px; position:relative; /*cursor: pointer;*/ } .multi-service h1{ display:block; font-size:25px; line-height:24px; color:#364D6A; padding-bottom:14px !important; } .multi-service h2{ display:block; font-size:24px; line-height:22px; color:#666; padding-bottom:16px !important; font-weight:bold; font-family: 'helveticaneueregular' !important; } .multi-service span{ display:block; font-size:19px; line-height:17px; padding-bottom:22px; } .multi-service i{ display:block; padding-bottom:17px; /*color: #3f3f3f;*/ } .table-cust{ width:117px; float:left; } .location-text{ width:130px; text-align:right; position:absolute; top:30px; right:0px; font-size:17px; line-height:15px; color:#9b9b9b; } .location-text .text{display:block; padding:10px 0px;} .map-content{ display:block; padding:16px 0px; position:relative; border-bottom:1px solid #ccc; } .view-all-btn{ position:absolute; top:26px; right:10px; padding:7px 12px; font-size:13px; line-height:10px; color:#FFF !important; background:#1e5ba9 ; margin-bottom:25px !important; border-radius: 3px; background-clip: padding-box; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .view-all-btn:hover{ background:#000; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .email-content{ display:block; padding:0px 0px 60px 0px; } .email-content h1{ display:block; font-size:25px; line-height:35px; color:#333; padding-bottom:25px !important; } .email-conatiner{ display:block; position:relative; } .email-conatiner .submitbtn{ width:85px; height:44px; font-size:19px; line-height:40px; color:#FFF !important; background:#1e5ba9 ; border:none; outline:none; text-align:center; position:absolute; top:0px; right:0px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; background-clip: padding-box; } .email-conatiner .submitbtn:hover{ background:#000; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .email-textbox{ width:100%; height:44px; color:#000; border:1px solid #bbb; outline:none; background:#FFF; padding:0px 95px 0px 17px; font-size:18px; line-height:15px; border-radius: 3px; background-clip: padding-box; } .add-box2{ display:block; padding:35px 0px; } .result-footer{ display:block; padding:35px 0px 30px 0px; background:#364D6A; } .footer-right-side{ display:block; text-align:right; padding-top:4px; color:#FFF; font-size:18px; line-height:18px; } .footer-right-side a{ color:#FFF !important; font-size:18px; line-height:18px; } .footer-right-side span{ display:block; padding:11px 0px; } .display-on-mobile{ display:none; } .search-filter{display:none; float:right; margin-top:-10px;} .nav-cros{display:none; float:right; margin-top:3px !important;} /* SEARCH RESULTS from jamie*/ .event-near { border-bottom: 1px solid #ededed; } .event-near h1 { color: #364D6A; font-weight: bold; padding-bottom: 22px !important; font-size: 28px; } .event-near h1 span { color: #999; font-size: 20px; } .multi-service { border-bottom: 1px solid #ededed; } .multi-service h1 { font-weight: bold; padding-bottom: 10px !important; font-size: 26px; } .multi-service h2 { font-size: 20px; padding-bottom: 10px !important; } .multi-service span { font-size: 18px; font-weight: bold; padding-bottom: 12px; } .table-cust { width: auto; padding-right: 40px; } .map-content { border-bottom: 1px solid #ededed; margin-bottom: 40px; } .email-content h1 { line-height: 28px; } .search-nav h1 { font-weight: bold; font-size: 24px; color: #333; border-bottom: 1px solid #ddd; padding-bottom: 21px !important; margin-bottom: 20px !important; } .search-nav span { padding-top: 15px; color: #666; } .location-text { font-size: 14px; } .location-text img:last-child { margin-right: 5px; padding-bottom: 2px; } .location-text .text { padding: 10px 0 6px 0; } /*_______________________________*/ /*********************************RResult-detail**************************************/ .senior-day-content{ display:block; padding: 35px 0px 0px 0px; font-size:19px; line-height:17px; } .senior-day-content h1{ display:block; font-size:40px; line-height:35px; color:#364D6A; padding-bottom:20px !important; } .senior-day-content h2{ display:block; font-size:24px; line-height:22px; color:#333333; padding-bottom:18px !important; font-weight:bold; font-family: 'helveticaneueregular' !important; } .save-share-btn{ display:block; padding:30px 0px 40px 0px; } .save-share-btn a{ display:inline-block; padding:7px 20px 7px 9px; min-height:33px; color:#FFF !important; background:#1e5ba9; font-size:16px; line-height:16px; float:left; margin-right:18px !important; border-radius: 3px; background-clip: padding-box; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .save-share-btn a:hover{ background:#000; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .save-share-btn a img{margin-right:11px;} .heart-text{ display:block; width:210px; float:left; padding:0px 10px 20px 27px; background:url(../images/plus-icon1.png) top left no-repeat; font-family: 'helveticaneuebold' !important; font-size:22px; line-height:21px; color:#333333; } .cvs-text{ display:block; padding: 20px 0px 0px 0px; text-align:right; font-size:18px; line-height:18px; color:#4a4a4a; } .cvs-text span{ display:block; padding-top:15px; color:#9b9b9b; } .free-health-content{ display:block; margin-bottom:45px; font-size:18px; line-height:28px; color:#333333; border-bottom:1px solid #cccccc; } .free-health-content h1{ display:block; font-size:26px; line-height:26px; color:#000; padding-bottom:19px !important; } .free-health-content h2{ display:block; font-size:20px; line-height:20px; color:#9b9b9b; padding-bottom:18px !important; font-weight:bold; font-family: 'helveticaneueregular' !important; } .free-health-content i{display:block; padding-bottom:35px;} .event-detail-text{ display:block; font-size:16px; line-height:20px; color:#333333; padding-bottom:40px; } .event-detail-text h1{ display:block; font-size:26px; line-height:26px; color:#364D6A; padding-bottom:10px !important; } .event-detail-img{text-align:right;} .map2-content{ display:block; padding-bottom:25px; } .map2-content h1{ display:block; font-size:26px; line-height:26px; color:#364D6A; padding-bottom:18px !important; } .map2-content img{width:100%;} .other-event{ display:block; color:#333333; font-size:26px; line-height:26px; padding:27px 0px 27px 0px; border-bottom:1px solid #ccc; } .multi-service2{ display:block; padding:30px 0px 12px 0px; border-bottom:1px solid #ccc; color:#333333; font-size:16px; line-height:16px; position:relative; } .multi-service2 h1{ display:block; font-size:26px; line-height:24px; color:#1e5ba9; padding-bottom:14px !important; } .multi-service2 h2{ display:block; font-size:24px; line-height:22px; color:#333333; padding-bottom:16px !important; font-weight:bold; font-family: 'helveticaneueregular' !important; } .multi-service2 span{ display:block; font-size:19px; line-height:17px; padding-bottom:22px; } .multi-service2 i{ display:block; padding-bottom:17px; color : #333; } .find-out-text{ display:inline-block; padding:25px 0px 20px 0px; text-align:right; } .find-out-text h2{ display:block; font-size:22px; line-height:28px; color:#9b9b9b; padding-top:20px !important; } .show-on-mobile{display:none;} /* Event page from jamie */ .back-btn { display: none; /*Remove the element and the columns from the dom, mamking the page full width */ } .senior-day-content h1 { font-size: 36px; font-weight: bold; padding-bottom: 14px !important; } .senior-day-content h2 { padding-bottom: 14px !important; } .save-share-btn a { font-size: 14px; padding-top:8px; } .save-share-btn a img { width: 20px; margin-top: -2px; } .save-share-btn { padding-top: 20px; } .cvs-text img { width: 150px; } .free-health-content { border-bottom: 1px solid #ededed; } .free-health-content h1 { font-weight: bold; padding-bottom: 10px !important; } .free-health-content h2 { font-weight: normal; } .event-detail-text { text-align: left; font-size: 16px; line-height: 22px; } .find-out-text { display: block; padding-top: 0; } .find-out-text h2 { font-size: 16px; line-height: 20px; text-align: right; display: block; } /* HOME / GENERAL */ .health-h { font-size: 40px; text-align: center; line-height: 50px; } .health-box { font-size: 28px; line-height: 32px; } .health-box img { max-width: 25%; } .custom-text, .health-care-text { font-size: 16px; line-height: 22px; } .text-justify { text-align: left; /* just remove this class from the dom */ } .from-h { font-size: 40px; line-height: 50px; } h2 { font-size: 20px; line-height: 26px; } .debate-txt span { font-size: 18px; } .search-btn, .debate-txt a, .go-btn, .email-conatiner .submitbtn, .save-share-btn a { background-color: #F59A38; } .search-btn:hover, .debate-txt a:hover, .go-btn:hover, .email-conatiner .submitbtn:hover, .save-share-btn a:hover { background-color: #D38735 !important; color : #fff !important; } .debate-txt a { max-width: 300px; } /* Move .debate-txt .heading-blue to the space below .health-care-text */ .footer-right-side { font-size: 14px } .footer-right-side a { font-size: 14px; display: inline-block; padding-left: 20px; } .result-logo { padding-left: 3px; } .result-logo a img { padding-top: 22px; } .result-sign-up { padding-top: 15px; padding-bottom: 15px; } /* Remove bullet points in between footer items */ .footer-logo img { width: 200px; } /*_______________________________*/ /***********************************************************************/ @media (max-width: 1200px) and (min-width: 768px){ .container{width:100% !important;} } @media (max-width: 767px) and (min-width: 500px){ .show_on_mobile{display: inline-block} .container{padding:0px 50px !important;} .reult-body .container{padding:0px 15px !important;} } @media (max-width: 767px) and (min-width: 0px){ .addtocalendar{ padding-top: 5px; } header{padding:39px 0px 90px 0px;} .company-content{ padding: 33px 0px 20px 0px; margin-bottom:60px; text-align:center; } .company-content i{display:block; padding:0px 0px 34px 0px;} .company-content img { width: 15%; margin: 0px 6% 30px 0px; } .company-content img:first-child { margin-left: 0px; width: 8%; } .health-h{font-size:23px; line-height:22px; padding-left:0px !important;} .health-box{ padding-top:68px; font-size: 23px; line-height: 30px; } .health-h{font-size:23px; line-height:22px; padding-left:0px !important;} .consider-text span{padding-left:0px; padding-top:30px;} .consider-text{ font-size:18px; line-height:25px; padding-top:40px; } .from-h { font-size: 23px; line-height: 22px; padding: 70px 0px 15px 0px !important; } .health-care-text{padding-left:0px; font-size:18px; line-height:25px;} .debate-txt{padding-left:0px; padding-top:25px; font-size:21px; line-height:20px;} .debate-txt span{padding-bottom:10px;} footer{ margin-top:124px; padding:50px 0px 57px 0px; text-align:right; font-size:16px; line-height:16px; } .footer-nav {padding-bottom:20px;} .footer-nav span{display:block; padding:0px 0px 17px 0px;} .footer-nav span a{font-size:16px; line-height:16px;} /*******************************************************************************/ .hide-on-mobile{display:none;} .show_on_mobile{display: inline-block !important;} .display-on-mobile{display:block;} .mobile-logo{display:block; padding-top:25px;} /*.mobile-logo img{max-width:210px;}*/ .result-sign-up{padding:12px 0px 10px 0px;} .result-sign-up a{padding:12px 8px;} .result-sign-up a { float: right; font-size: 12px; line-height: 15px; color: #1e5ba9 !important; margin-left: 0px !important; border-radius: 2px; background-clip: padding-box; transition: all 0.3s ease; } .search-result-content{ display:none; width:386px; max-width:85%; height:100%; z-index:10; position:fixed; top:0px; left:0px; overflow:auto; } .event-near h1 { font-size: 17px; line-height: 20px; padding-bottom: 10px !important; } .event-near h1 span{font-size:16px; line-height:16px;} .event-near{ padding:30px 28px 0px 28px; margin:0px -15px; font-size:20px; line-height:20px; } .event-near i{padding-bottom:20px !important;} .map-content{padding:10px 0px; margin:0 -15px; border-top: 1px solid #ccc;} .view-all-btn{top:18px; right:8px;} .multi-service{padding:25px 100px 8px 13px;} .table-cust{width:90px;} .clearfix .table-cust:nth-child(4n+0){width:50%;} .clearfix .table-cust:nth-child(4n+0) i {display:inline-block; width:50%;} .search-filter{display:block;} .email-content{padding:0px 0px 20px 0px;} .mobile-border-none{border:none;} .add-box2{padding:0px; margin:0px -15px;} .result-footer{text-align:center; padding:17px 0px;} .footer-right-side{text-align:center; padding:50px 0px 13px 0px;} .footer-right-side span{padding:23px 0px 19px 0px;} .add-box img{width:100%;} .nav-cros{display:block;} .zip-textbox{ height:40px; } .search-nav{ padding:0px 10px 10px 10px; } .search-nav h1 { margin: 0px -10px 17px -10px !important; padding: 30px 10px 10px 10px !important; } /**************************************Result Detail*************************************/ .show-on-mobile{display:block;} .senior-day-content{padding:20px 0px; font-size:13px; margin-right:-15px;} .senior-day-content h1{font-size:21px; line-height:20px; padding-bottom:14px !important;} .senior-day-content h2{font-size:14px; line-height:12px; padding-bottom:6px !important;} .save-share-btn{padding:15px 0px;} .save-share-btn a{ font-size:10px; min-height:20px; padding:4px 12px 4px 7px; margin-right:6px !important; } .save-share-btn a img{max-width:20px; margin-right:5px;} .save-share-btn a:first-child img{max-width:13px; } .heart-text{width:100%; padding:0px 0px 10px 17px; font-size:11px; line-height:11px; background:url(../images/plus-icon2.png) top left no-repeat;} .cvs-text{font-size:11px; line-height:14px;} .cvs-text .margin-t{margin-top:5px;} .free-health-content{border:none; font-size:10px; line-height:10px; margin-bottom:0px;} .free-health-content h1{font-size:16px; line-height:15px; padding-bottom:8px !important;} .free-health-content h2{font-size:12px; line-height:12px; padding-bottom:12px !important;} .free-health-content i{padding-bottom:10px;} .event-detail-img{text-align:center; padding:20px 0px;} .event-detail-text{font-size:13px; line-height:18px; padding-bottom:26px;} .event-detail-text h1{font-size:15px; line-height:15px; padding-bottom:5px !important;} .map2-content{ padding: 28px; margin:0 -15px;} .map2-content h1{padding:0px 0px 10px 15px !important; font-size:14px; line-height:14px;} .other-event{padding:8px 0px 0px 0px; font-size:13px; line-height:13px; border:none;} .multi-service2{margin:0px -15px; padding:27px 15px 17px 15px; font-size:10px; line-height:10px;} .multi-service2 h1{font-size:16px; line-height:16px; padding-bottom:11px !important;} .multi-service2 h2{font-size:13px; line-height:13px; padding-bottom:9px !important;} .multi-service2 span{font-size:12px; line-height:12px; padding-bottom:20px;} .multi-service2 i{padding-bottom:10px;} .multi-.event-nearservice2 .table-cust{width:54px !important;} .email-content{/*padding:25px 15px; margin:0px -15px;*/ border-bottom:1px solid #ccc; font-size:14px; line-height:19px; color:#252525;} .email-content h1{display:block;} .email-conatiner{margin-top:7px;} /*.email-textbox{height:34px; font-size:13px; line-height:13px; padding:0px 70px 0px 12px;;}*/ /*.email-conatiner .submitbtn{width:60px; height:34px; font-size:14px;line-height:14px;}*/ .mobile-center{text-align:center;} .find-out-text{max-width:215px; display:block; margin:0 auto;} .find-out-text h2{font-size:16px; line-height:22px;} .cvs-text{padding:20px 0px;} } @media (max-width: 478px) and (min-width: 0px){ .full-on-mobile{width:100% !important;} .mobile-logo{text-align:center;} .search-filter{margin-left:7px !important;} .multi-service{padding: 25px 100px 8px 13px !important;} .table-cust{width:50%;padding-right: 3px;} .multi-service h1, .multi-service h2, .multi-service span{padding-right:95px !important;} .result-sign-up{max-width:200px; margin:0 auto; margin-top:5px;margin-left: -15px;} } /*media query for iphone 5*/ @media screen and (device-aspect-ratio: 40/71) { .result-sign-up a { font-size: 10px; line-height: 3px; } .result-sign-up a { padding-top: 8px !important; } } .event-near .chosen-container .chosen-drop{ display: none !important; } .event-near .chosen-container .chosen-container-active .chosen-choices{ border: red !important; box-shadow: none !important; } .event-near .chosen-container .chosen-choices .search-field input{ display: none !important; } .event-near .chosen-container .chosen-choices { border: none !important; background-color: transparent !important; } .event-near .chosen-container-active .chosen-choices{ box-shadow: none !important; } .marker-info{ color : #F59A38 !important; } /*Check boxes style*/ input[type="checkbox"] { display: none; } label.oper{ cursor: pointer; font-weight: normal ; } input[type="checkbox"] + label.oper:before { content: "\00a0"; /* character: space */ background:url('../images/cust-check-bx.png') no-repeat; /* background: #999; */ height: 20px; width: 20px; /* border: 1px solid black;*/ display: inline-block; font-size: 16px; line-height: 16px; margin-right: 10px; padding: 0 0 0 0px; text-align: center; cursor: pointer; } input[type="checkbox"]:checked + label.oper{ font-weight: bold ; color: black; } input[type="checkbox"]:hover + label.oper:hover{ /* color: grey; content:'Staff';*/ /*background: url('../images/cust-check-bx-hover.png') no-repeat;*/ } input[type="checkbox"]:checked + label.oper:before { content: "\00a0"; background: url('../images/cust-check-bx-hover.png') no-repeat; } .chosen-container-multi .chosen-choices li.search-choice span { padding-top: 4px; padding-bottom: 4px; } /*end of check boxes*/ /************************************Profile***********************************/ .back-btn{ display:inline-block; margin:40px 0px 0px 20px !important; color:#1e5ba9 !important; font-size:14px; line-height:16px; } .back-btn:hover{text-decoration:underline !important;} .profile-main-container{ display:block; padding:35px 49px 0px 50px; } .profile-h{ display:block; padding:0px 0px 28px 0px; margin-bottom:55px; color:#333; font-size:26px; line-height:23px; border-bottom:1px solid #ccc; } .contact-box{ display:block; padding:5px 0px 70px 0px; margin-left:57px; position:relative; } .contact-box span{ float:left; } .contact-box span.contact-name{ width:28%; font-weight:normal; font-size:16px; line-height:16px; color:#5a5a5a; padding-top:3px; } .contact-box span.contact-name2{ width:72%; font-size:20px; line-height:20px; color:#000; } .contact-box span.contact-name2 i{ display:block; padding-top:18px; font-style:normal; } .contact-box img{ position:absolute; top:4px; left:-57px; } .contact-box img.email-icon{top:8px;} .contact-box img.loc-icon{top:0px;} .profile-right-side{ display:block; text-align:right; padding-top:20px; } .profile-right-side .contnet{ display:inline-block; max-width:213px; } .profile-event-text{ display:block; max-width:155px; margin:0 auto; padding:30px 0px 0px 0px; font-size:16px; line-height:16px; color:#010101; text-align:left; cursor: pointer; } .profile-event-text span{ float:right; color:#9b9b9b; font-size:22px; line-height:20px; font-family: 'helveticaneuebold' !important; } .profile-event-text .clearfix{padding-top:4px;} .mobile-profile-event-text{ display:none; background:#f4f4f4; text-align:center; padding:20px; margin:0px -15px 25px -15px; } .mobile-profile-event-text .text{ display:block; padding-top:13px; color:#5a5a5a; font-size:14px; line-height:14px; } .mobile-profile-event-text .text span{ display:inline-block; font-size:18px; line-height:18px; color:#000; margin-left:10px; } .margin-t{margin-top:13px;} @media (max-width: 767px) and (min-width: 0px){ /***********************************Profile************************************/ .profile-right-side, .back-btn, .profile-h{display:none;} .profile-main-container{padding:0px; margin-right:-15px;} .contact-box span.contact-name{width:100%; padding:0px 0px 10px 0px; font-size:14px; line-height:14px;} .contact-box span.contact-name2{width:100%; font-size:18px; line-height:18px;} .contact-box span.contact-name2 i{padding-top:10px;} .contact-box {margin:25px 0px 0px 80px; border-bottom:1px solid #d1d1d1; padding:0px 0px 22px 0px;} .contact-box img, .contact-box img.email-icon, .contact-box img.loc-icon{top:0px;} .profile-main-container .contact-box:last-child{border:none;} .mobile-profile-event-text{display:block;} } /***********************************************************************/ @media (max-width: 1200px) and (min-width: 768px){ .container{width:100% !important;} .profile-main-container { padding: 35px 0px 0px 0px; } .contact-box span.contact-name{width:40%;} .contact-box span.contact-name2{width:60%;} } @media (max-width: 930px) and (min-width: 768px){ .table-cust{width:90px;} /*.event-near h1{font-size:25px; line-height:22px;}*/ .event-near h1 span{font-size:16px; line-height:16px;} .event-margin-r, .event-multi-service{margin-right:0px;} .event-near i{padding-bottom:20px !important; font-size:18px; line-height:16px;} .event-location-text{ width:115px; } } /********************************* Provider Events**************************************/ .event-margin-r{margin-right:19px;} .event-img-box{text-align:right; display:block; margin-top:-16px;margin-bottom: 10px;} .event-multi-service{ display:block; padding:30px 10px 12px 0px; border-bottom:1px solid #ccc; color:#333333; font-size:16px; line-height:16px; position:relative; margin-right:19px; } .event-multi-service h1{ display:block; font-size:25px; line-height:24px; color:#1e5ba9; padding-bottom:14px !important; } .event-multi-service h2{ display:block; font-size:24px; line-height:22px; color:#333333; padding-bottom:16px !important; font-weight:bold; font-family: 'helveticaneueregular' !important; } .event-multi-service span{ display:block; font-size:19px; line-height:17px; padding-bottom:20px; } .event-multi-service i{ display:block; padding-bottom:17px; } .event-location-text{ width:146px; position:absolute; top:93px; right:0px; font-size:17px; line-height:15px; color:#9b9b9b; } .margin-t-footer{margin-top:40px;} @media (max-width: 767px) and (min-width: 478px){ .event-img-box{display:none;} .location-text{font-size:14px;} .location-text .text{padding:4px 0px;} .event-location-text{ width:80px; top:80px; font-size:15px; line-height:15px; } .event-margin-r, .event-multi-service{margin-right:-15px;} .search-filter{margin:-10px 0px 0px 7px !important; } .event-multi-service{ padding:25px 20px 15px 5px; } .event-multi-service h1, .multi-service h1{font-size:18px; line-height:20px;} .event-multi-service h2, .multi-service h2{font-size:14px; line-height:14px; padding-bottom:10px !important;} .event-multi-service span, .multi-service span{font-size:14px; line-height:14px; padding-bottom:22px;} .event-multi-service i, .multi-service i{font-size:12px; line-height:12px; padding-bottom:12px;} .margin-t-footer{margin-top:20px;} } @media (max-width: 478px) and (min-width: 0px){ /* .full-on-mobile{width:100% !important;} .mobile-logo{text-align:center;} .multi-service{padding-right:0px !important;} .table-cust{width:70px;}*/ .clearfix .table-cust:nth-child(4n+0) i {display:inline-block; width:63px;} /* .multi-service h1, .multi-service h2, .multi-service span{padding-right:95px !important;} .result-sign-up{max-width:200px; margin:0 auto; margin-top:10px;}*/ } /********************************* Provider Events end */ /**********************Add To Calendar*************************/ /** * AddToCalendar Blue Style * http://addtocalendar.com */ /* Base */ .addtocalendar var{ display: none; } .addtocalendar { position: relative; display: inline-block; background: transparent!important; } .atcb-link { display: block; outline: none!important; cursor: pointer; } .atcb-link:focus~ul, .atcb-link:active~ul, .atcb-link:hover~ul, .atcb-list:hover{ visibility:visible; } .atcb-list { visibility: hidden; position: absolute; top: 100%; left: 0; width: 170px; z-index: 900; background: #fff; border: 1px solid #d5d6d6; padding: 0; margin: 0; box-shadow: 1px 1px 5px rgba(0,0,0,.1); } .atcb-list, .atcb-item { list-style: none; margin: 0; padding: 0; background: #fff; } .atcb-item { float: none; text-align: left; } .atcb-list a{ background: #fff !important; color: #F59A38 !important; width: 100% !important; padding: 4px 9px !important; min-height: auto !important; font-size: 12px !important; font-family: 'helveticaneueregular'!important; font-weight: 700; } .atcb-list a:hover{ background: #D38735 !important; text-decoration: none !important; color: #fff !important; } .atcb-item-link { text-decoration: none; outline: none; display: block; } .atcb-item.hover, .atcb-item:hover { position: relative; z-index: 900; cursor: pointer; text-decoration: none; outline: none; } /* Blue */ .atc-style-blue .atcb-link, .atc-style-blue .atcb-link:hover, .atc-style-blue .atcb-link:active, .atc-style-blue .atcb-link:focus { margin: 0; padding: 7px 25px; color: #fff; font-family: "Verdana"; font-size: 14px; text-decoration: none; outline: none; line-height: 20px; vertical-align: middle; background: rgb(66,129,244); box-shadow: 0 0 40px rgba(0, 0, 0, .13) inset; border-radius: 4px; zoom: 1; } .atc-style-blue .atcb-list { width: 170px; border: 1px solid rgb(186,186,186); border-radius: 2px; box-shadow: 0 0 5px #AAA; } .atc-style-blue .atcb-list, .atc-style-blue .atcb-item { background: #fff; color: #000; } .atc-style-blue .atcb-item, .atc-style-blue .atcb-item-link { line-height: 1.3em; vertical-align: middle; zoom: 1; } .atc-style-blue .atcb-item-link, .atc-style-blue .atcb-item-link:hover, .atc-style-blue .atcb-item-link:active, .atc-style-blue .atcb-item-link:focus { color: #000; font-family: "Verdana"; font-size: 14px; text-decoration: none; outline: none; padding: 5px 15px; } .atc-style-blue .atcb-item-link:hover, .atc-style-blue .atcb-item-link:active, .atc-style-blue .atcb-item-link:focus { color: #fff; } .atc-style-blue .atcb-item.hover, .atc-style-blue .atcb-item:hover { background: rgb(66,129,244); } .show_on_mobile{display: none;}
frontend/web/css/results.css
@charset "utf-8"; /* CSS Document */ body{ margin:0 auto !important; font-family: 'helveticaneueregular' !important; font-size:15px; color:#000; /*font-weight:bold; word-break:break-all;;*/ } .container { padding-right: 20px !important; padding-left: 20px !important; } h1,h2,h3{margin:0 ; padding:0px ; color:#000; font-family: 'helveticaneueregular' !important;} h1{font-size:35px;} h2{font-size:22px;font-family: 'helveticaneueregular';} h3{font-size:18px;} p{margin:0 ; padding:0px ; font-family: 'helveticaneueregular' !important;} a{text-decoration:none !important; margin:0px !important; color:#000 !important; outline:none; font-size:14px; font-family: 'helveticaneueregular'!important;} a img{border:none;} img{vertical-align:middlel; max-width:100%;} /*a img:hover{opacity: 0.7; filter: alpha(opacity = 70);}*/ input{font-family: 'helveticaneueregular';} @font-face { font-family: 'helveticaneueregular'; src:url('../fonts/helvetica-light.ttf') format('truetype'); font-weight: normal; font-style: normal; } /*@font-face { font-family: 'helveticaneuebold'; src: url('../fonts/helvetica-neue-bold.ttf') format('truetype'); } header{ margin-bottom: 0px !important; } .signUp-btns{ display:block; padding-bottom:45px; } .signUp-btns a{ float:right; padding:12px 30px 14px 30px; font-size:18px; line-height:17px; color:#FFF !important; font-family: 'helveticaneuebold' !important; margin-left:2px !important; border-radius: 2px; background-clip: padding-box; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .signUp-btns a.border{border:1px solid #FFF;} .signUp-btns a:hover{ background:#4251c1 !important; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .logo-container{ max-width:414px; margin:0 auto; text-align:center; font-size:25px; color:#FFF; } .logo-text{ display:block; padding:27px 0px 50px 0px; } .search-content{ display:block; position:relative; } .search-txtbx{ width:100%; height:57px; background:#FFF; border:none; outline:none; padding:0px 90px 0px 18px; font-size:18px; line-height:18px; color:#000; border-radius: 4px; background-clip: padding-box; } .search-btn{ width:85px; height:57px; background:#00c1ff url(../images/search-btn.png) center no-repeat; position:absolute; top:0px; right:0px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; background-clip: padding-box; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .search-btn:hover{ background-color:#000 !important; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .company-content{ display:block; padding:45px 0px 35px 0px; background:#f7f7f7; margin-bottom:70px; } .company-content i{ display:block; font-size:18px; line-height:18px; color:#646464; padding:0px 0px 20px 20px; } .company-content img{ vertical-align:middle; margin:0px 5% 10px 0px;} .company-content img:last-child{margin-right:0px;} .company-content img:first-child{margin-left:35px;} .health-h{ display:block; color:#1e5ba9; font-size:46px; line-height:42px; padding-left:30px !important; } .health-box{ display:block; padding-top:80px; text-align:center; font-size:33px; line-height:43px; font-family: 'helveticaneuebold' !important; } .health-box span{ display:block; min-height:140px; padding-bottom:10px; } .margin-t{margin-top:13px;} .consider-text{ display:block; padding-top:80px; font-size:20px; line-height:25px; } .consider-text span{display:block; padding-left:30px;} .from-h{ display:block; color:#1e5ba9; font-size:46px; line-height:42px; padding:140px 0px 45px 30px !important; } .health-care-text{ display:block; font-size:20px; line-height:25px; padding-left:30px; } .health-care-text span{ display:block; padding-bottom:20px; } .debate-txt{ display:block; padding-left:20px; font-size:22px; line-height:20px; } .debate-txt span{ display:block; background:url(../images/plus-icon.png) top left no-repeat; padding:0px 0px 17px 27px; } .debate-txt a{ display:block; max-width:345px; text-align:center; padding:17px 7px 13px 7px; background:#00c1ff; color:#FFF !important; font-size:20px; line-height:20px; font-family: 'helveticaneuebold' !important; margin-top:25px !important; border-radius: 4px; background-clip: padding-box; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .debate-txt a:hover{ background:#000; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .debate-txt a img{vertical-align:middle; margin-right:20px;} footer{ display:block; margin-top:107px; background:#1e5ba9; padding:57px 0px 47px 0px; color:#FFF; font-size:18px; line-height:18px; } .footer-nav{ display:block; padding-bottom:35px; } .footer-nav a{ display:inline-block; font-size:18px; line-height:18px; color:#FFF !important; } .footer-nav a:hover{ text-decoration:underline !important; } .footer-nav span{display:inline-block; padding-right:15px;} .footer-nav span:last-child{padding-right:0px;} /****************************Result Page*******************************************/ .result-header{ display:block; padding:4px 0px; -webkit-box-shadow: 0px 0px 4px 0px #CCCCCC; box-shadow: 0px 0px 4px 0px #CCCCCC; } /*.result-logo{padding-left:20px;}*/ .result-sign-up{ display:block; padding:17px 0px 10px 0px; } .result-sign-up a{ float:right; padding:10px 30px 12px 30px; font-size:18px; line-height:15px; color:#1e5ba9 !important; /*font-family: 'helveticaneuebold' !important;*/ margin-left:10px !important; border-radius: 2px; background-clip: padding-box; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .result-sign-up a.border{border:1px solid #1e5ba9;} .result-sign-up a:hover{ color:#FFF !important; background:#D38735 !important; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .search-result-content{ display:block; max-width:300px; margin-top:2px; background:#FFF; } .search-nav{ display:block; background:#f6f6f6; padding:0px 20px 20px 20px; } .search-nav h1{ display:block; margin:0px -20px 17px -20px !important; padding:47px 20px 20px 20px !important; border-bottom:1px solid #cccccc; font-size:26px; line-height:22px; } .zip-code{ display:block; padding-bottom:17px; font-size:16px; line-height:15px; } .zip-code span{ display:block; padding-bottom:6px; } .zip-code span b{text-transform:uppercase;} .zip-textbox{ width:100%; height:45px; color:#000; border:1px solid #dbdbdb; outline:none; background:#FFF; padding:0px 14px; font-size:16px; line-height:15px; } .optional{ display:block; border:1px solid #dbdbdb; background:#FFF; padding:5px 9px; } .full-shot{ display:inline-block; background:#b6b6b6; padding:8px 7px; color:#FFF; font-size:14px; line-height:12px; border-radius: 2px; background-clip: padding-box; } .full-shot a{ display:inline-block; margin:3px 0px 0px 10px !important; color:#FFF !important; font-size:12px; line-height:12px; vertical-align:middle; } .go-btn{ display:inline-block; padding:15px 42px; font-size:19px; line-height:15px; color:#FFF !important; background:#1e5ba9 ; margin-bottom:25px !important; border-radius: 4px; background-clip: padding-box; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .go-btn:hover{ background:#000; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .filter-box{ display:block; margin-bottom:20px; font-size:16px; line-height:16px; color:#000; /*cursor:pointer;*/ } .filter-box span{ width:20px; height:20px; display:inline-block; vertical-align:middle; margin-right:15px; background:url(../images/cust-check-bx.png) no-repeat; } .filter-box:hover span, .filter-box.active span{ background:url(../images/cust-check-bx-hover.png) no-repeat; } .filter-box.active{font-family: 'helveticaneuebold' !important;} .add-box{display:block; padding:45px 0px 20px 0px;} .add-box img{max-width:100%;} .event-near{ display:block; padding:40px 10px 0px 30px; margin-left:-30px; color:#838383; font-size:29px; border-bottom:1px solid #ccc; } .event-near h1{ display:block; font-size:32px; line-height:30px; color:#3f3f3f; padding-bottom:20px !important; } .event-near i{padding-bottom:30px !important; display:block;} .event-near h1 span{ font-size:24px; line-height:22px; color:#595959; } .multi-service{ display:block; padding:30px 130px 12px 0px; border-bottom:1px solid #ccc; color:#333; font-size:16px; line-height:16px; position:relative; /*cursor: pointer;*/ } .multi-service h1{ display:block; font-size:25px; line-height:24px; color:#364D6A; padding-bottom:14px !important; } .multi-service h2{ display:block; font-size:24px; line-height:22px; color:#666; padding-bottom:16px !important; font-weight:bold; font-family: 'helveticaneueregular' !important; } .multi-service span{ display:block; font-size:19px; line-height:17px; padding-bottom:22px; } .multi-service i{ display:block; padding-bottom:17px; /*color: #3f3f3f;*/ } .table-cust{ width:117px; float:left; } .location-text{ width:130px; text-align:right; position:absolute; top:30px; right:0px; font-size:17px; line-height:15px; color:#9b9b9b; } .location-text .text{display:block; padding:10px 0px;} .map-content{ display:block; padding:16px 0px; position:relative; border-bottom:1px solid #ccc; } .view-all-btn{ position:absolute; top:26px; right:10px; padding:7px 12px; font-size:13px; line-height:10px; color:#FFF !important; background:#1e5ba9 ; margin-bottom:25px !important; border-radius: 3px; background-clip: padding-box; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .view-all-btn:hover{ background:#000; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .email-content{ display:block; padding:0px 0px 60px 0px; } .email-content h1{ display:block; font-size:25px; line-height:35px; color:#333; padding-bottom:25px !important; } .email-conatiner{ display:block; position:relative; } .email-conatiner .submitbtn{ width:85px; height:44px; font-size:19px; line-height:40px; color:#FFF !important; background:#1e5ba9 ; border:none; outline:none; text-align:center; position:absolute; top:0px; right:0px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; background-clip: padding-box; } .email-conatiner .submitbtn:hover{ background:#000; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .email-textbox{ width:100%; height:44px; color:#000; border:1px solid #bbb; outline:none; background:#FFF; padding:0px 95px 0px 17px; font-size:18px; line-height:15px; border-radius: 3px; background-clip: padding-box; } .add-box2{ display:block; padding:35px 0px; } .result-footer{ display:block; padding:35px 0px 30px 0px; background:#364D6A; } .footer-right-side{ display:block; text-align:right; padding-top:4px; color:#FFF; font-size:18px; line-height:18px; } .footer-right-side a{ color:#FFF !important; font-size:18px; line-height:18px; } .footer-right-side span{ display:block; padding:11px 0px; } .display-on-mobile{ display:none; } .search-filter{display:none; float:right; margin-top:-10px;} .nav-cros{display:none; float:right; margin-top:3px !important;} /* SEARCH RESULTS from jamie*/ .event-near { border-bottom: 1px solid #ededed; } .event-near h1 { color: #364D6A; font-weight: bold; padding-bottom: 22px !important; font-size: 28px; } .event-near h1 span { color: #999; font-size: 20px; } .multi-service { border-bottom: 1px solid #ededed; } .multi-service h1 { font-weight: bold; padding-bottom: 10px !important; font-size: 26px; } .multi-service h2 { font-size: 20px; padding-bottom: 10px !important; } .multi-service span { font-size: 18px; font-weight: bold; padding-bottom: 12px; } .table-cust { width: auto; padding-right: 40px; } .map-content { border-bottom: 1px solid #ededed; margin-bottom: 40px; } .email-content h1 { line-height: 28px; } .search-nav h1 { font-weight: bold; font-size: 24px; color: #333; border-bottom: 1px solid #ddd; padding-bottom: 21px !important; margin-bottom: 20px !important; } .search-nav span { padding-top: 15px; color: #666; } .location-text { font-size: 14px; } .location-text img:last-child { margin-right: 5px; padding-bottom: 2px; } .location-text .text { padding: 10px 0 6px 0; } /*_______________________________*/ /*********************************RResult-detail**************************************/ .senior-day-content{ display:block; padding: 35px 0px 0px 0px; font-size:19px; line-height:17px; } .senior-day-content h1{ display:block; font-size:40px; line-height:35px; color:#364D6A; padding-bottom:20px !important; } .senior-day-content h2{ display:block; font-size:24px; line-height:22px; color:#333333; padding-bottom:18px !important; font-weight:bold; font-family: 'helveticaneueregular' !important; } .save-share-btn{ display:block; padding:30px 0px 40px 0px; } .save-share-btn a{ display:inline-block; padding:7px 20px 7px 9px; min-height:33px; color:#FFF !important; background:#1e5ba9; font-size:16px; line-height:16px; float:left; margin-right:18px !important; border-radius: 3px; background-clip: padding-box; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .save-share-btn a:hover{ background:#000; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .save-share-btn a img{margin-right:11px;} .heart-text{ display:block; width:210px; float:left; padding:0px 10px 20px 27px; background:url(../images/plus-icon1.png) top left no-repeat; font-family: 'helveticaneuebold' !important; font-size:22px; line-height:21px; color:#333333; } .cvs-text{ display:block; padding: 20px 0px 0px 0px; text-align:right; font-size:18px; line-height:18px; color:#4a4a4a; } .cvs-text span{ display:block; padding-top:15px; color:#9b9b9b; } .free-health-content{ display:block; margin-bottom:45px; font-size:18px; line-height:28px; color:#333333; border-bottom:1px solid #cccccc; } .free-health-content h1{ display:block; font-size:26px; line-height:26px; color:#000; padding-bottom:19px !important; } .free-health-content h2{ display:block; font-size:20px; line-height:20px; color:#9b9b9b; padding-bottom:18px !important; font-weight:bold; font-family: 'helveticaneueregular' !important; } .free-health-content i{display:block; padding-bottom:35px;} .event-detail-text{ display:block; font-size:16px; line-height:20px; color:#333333; padding-bottom:40px; } .event-detail-text h1{ display:block; font-size:26px; line-height:26px; color:#364D6A; padding-bottom:10px !important; } .event-detail-img{text-align:right;} .map2-content{ display:block; padding-bottom:25px; } .map2-content h1{ display:block; font-size:26px; line-height:26px; color:#364D6A; padding-bottom:18px !important; } .map2-content img{width:100%;} .other-event{ display:block; color:#333333; font-size:26px; line-height:26px; padding:27px 0px 27px 0px; border-bottom:1px solid #ccc; } .multi-service2{ display:block; padding:30px 0px 12px 0px; border-bottom:1px solid #ccc; color:#333333; font-size:16px; line-height:16px; position:relative; } .multi-service2 h1{ display:block; font-size:26px; line-height:24px; color:#1e5ba9; padding-bottom:14px !important; } .multi-service2 h2{ display:block; font-size:24px; line-height:22px; color:#333333; padding-bottom:16px !important; font-weight:bold; font-family: 'helveticaneueregular' !important; } .multi-service2 span{ display:block; font-size:19px; line-height:17px; padding-bottom:22px; } .multi-service2 i{ display:block; padding-bottom:17px; color : #333; } .find-out-text{ display:inline-block; padding:25px 0px 20px 0px; text-align:right; } .find-out-text h2{ display:block; font-size:22px; line-height:28px; color:#9b9b9b; padding-top:20px !important; } .show-on-mobile{display:none;} /* Event page from jamie */ .back-btn { display: none; /*Remove the element and the columns from the dom, mamking the page full width */ } .senior-day-content h1 { font-size: 36px; font-weight: bold; padding-bottom: 14px !important; } .senior-day-content h2 { padding-bottom: 14px !important; } .save-share-btn a { font-size: 14px; padding-top:8px; } .save-share-btn a img { width: 20px; margin-top: -2px; } .save-share-btn { padding-top: 20px; } .cvs-text img { width: 150px; } .free-health-content { border-bottom: 1px solid #ededed; } .free-health-content h1 { font-weight: bold; padding-bottom: 10px !important; } .free-health-content h2 { font-weight: normal; } .event-detail-text { text-align: left; font-size: 16px; line-height: 22px; } .find-out-text { display: block; padding-top: 0; } .find-out-text h2 { font-size: 16px; line-height: 20px; text-align: right; display: block; } /* HOME / GENERAL */ .health-h { font-size: 40px; text-align: center; line-height: 50px; } .health-box { font-size: 28px; line-height: 32px; } .health-box img { max-width: 25%; } .custom-text, .health-care-text { font-size: 16px; line-height: 22px; } .text-justify { text-align: left; /* just remove this class from the dom */ } .from-h { font-size: 40px; line-height: 50px; } h2 { font-size: 20px; line-height: 26px; } .debate-txt span { font-size: 18px; } .search-btn, .debate-txt a, .go-btn, .email-conatiner .submitbtn, .save-share-btn a { background-color: #F59A38; } .search-btn:hover, .debate-txt a:hover, .go-btn:hover, .email-conatiner .submitbtn:hover, .save-share-btn a:hover { background-color: #D38735 !important; color : #fff !important; } .debate-txt a { max-width: 300px; } /* Move .debate-txt .heading-blue to the space below .health-care-text */ .footer-right-side { font-size: 14px } .footer-right-side a { font-size: 14px; display: inline-block; padding-left: 20px; } .result-logo { padding-left: 3px; } .result-logo a img { padding-top: 22px; } .result-sign-up { padding-top: 15px; padding-bottom: 15px; } /* Remove bullet points in between footer items */ .footer-logo img { width: 200px; } /*_______________________________*/ /***********************************************************************/ @media (max-width: 1200px) and (min-width: 768px){ .container{width:100% !important;} } @media (max-width: 767px) and (min-width: 500px){ .show_on_mobile{display: inline-block} .container{padding:0px 50px !important;} .reult-body .container{padding:0px 15px !important;} } @media (max-width: 767px) and (min-width: 0px){ .addtocalendar{ padding-top: 5px; } header{padding:39px 0px 90px 0px;} .company-content{ padding: 33px 0px 20px 0px; margin-bottom:60px; text-align:center; } .company-content i{display:block; padding:0px 0px 34px 0px;} .company-content img { width: 15%; margin: 0px 6% 30px 0px; } .company-content img:first-child { margin-left: 0px; width: 8%; } .health-h{font-size:23px; line-height:22px; padding-left:0px !important;} .health-box{ padding-top:68px; font-size: 23px; line-height: 30px; } .health-h{font-size:23px; line-height:22px; padding-left:0px !important;} .consider-text span{padding-left:0px; padding-top:30px;} .consider-text{ font-size:18px; line-height:25px; padding-top:40px; } .from-h { font-size: 23px; line-height: 22px; padding: 70px 0px 15px 0px !important; } .health-care-text{padding-left:0px; font-size:18px; line-height:25px;} .debate-txt{padding-left:0px; padding-top:25px; font-size:21px; line-height:20px;} .debate-txt span{padding-bottom:10px;} footer{ margin-top:124px; padding:50px 0px 57px 0px; text-align:right; font-size:16px; line-height:16px; } .footer-nav {padding-bottom:20px;} .footer-nav span{display:block; padding:0px 0px 17px 0px;} .footer-nav span a{font-size:16px; line-height:16px;} /*******************************************************************************/ .hide-on-mobile{display:none;} .show_on_mobile{display: inline-block !important;} .display-on-mobile{display:block;} .mobile-logo{display:block; padding-top:25px;} /*.mobile-logo img{max-width:210px;}*/ .result-sign-up{padding:12px 0px 10px 0px;} .result-sign-up a{padding:12px 8px;} .result-sign-up a { float: right; font-size: 12px; line-height: 15px; color: #1e5ba9 !important; margin-left: 0px !important; border-radius: 2px; background-clip: padding-box; transition: all 0.3s ease; } .search-result-content{ display:none; width:386px; max-width:85%; height:100%; z-index:10; position:fixed; top:0px; left:0px; overflow:auto; } .event-near h1 { font-size: 17px; line-height: 20px; padding-bottom: 10px !important; } .event-near h1 span{font-size:16px; line-height:16px;} .event-near{ padding:30px 28px 0px 28px; margin:0px -15px; font-size:20px; line-height:20px; } .event-near i{padding-bottom:20px !important;} .map-content{padding:10px 0px; margin:0 -15px; border-top: 1px solid #ccc;} .view-all-btn{top:18px; right:8px;} .multi-service{padding:25px 100px 8px 13px;} .table-cust{width:90px;} .clearfix .table-cust:nth-child(4n+0){width:50%;} .clearfix .table-cust:nth-child(4n+0) i {display:inline-block; width:50%;} .search-filter{display:block;} .email-content{padding:0px 0px 20px 0px;} .mobile-border-none{border:none;} .add-box2{padding:0px; margin:0px -15px;} .result-footer{text-align:center; padding:17px 0px;} .footer-right-side{text-align:center; padding:50px 0px 13px 0px;} .footer-right-side span{padding:23px 0px 19px 0px;} .add-box img{width:100%;} .nav-cros{display:block;} .zip-textbox{ height:40px; } .search-nav{ padding:0px 10px 10px 10px; } .search-nav h1 { margin: 0px -10px 17px -10px !important; padding: 30px 10px 10px 10px !important; } /**************************************Result Detail*************************************/ .show-on-mobile{display:block;} .senior-day-content{padding:20px 0px; font-size:13px; margin-right:-15px;} .senior-day-content h1{font-size:21px; line-height:20px; padding-bottom:14px !important;} .senior-day-content h2{font-size:14px; line-height:12px; padding-bottom:6px !important;} .save-share-btn{padding:15px 0px;} .save-share-btn a{ font-size:10px; min-height:20px; padding:4px 12px 4px 7px; margin-right:6px !important; } .save-share-btn a img{max-width:20px; margin-right:5px;} .save-share-btn a:first-child img{max-width:13px; } .heart-text{width:100%; padding:0px 0px 10px 17px; font-size:11px; line-height:11px; background:url(../images/plus-icon2.png) top left no-repeat;} .cvs-text{font-size:11px; line-height:14px;} .cvs-text .margin-t{margin-top:5px;} .free-health-content{border:none; font-size:10px; line-height:10px; margin-bottom:0px;} .free-health-content h1{font-size:16px; line-height:15px; padding-bottom:8px !important;} .free-health-content h2{font-size:12px; line-height:12px; padding-bottom:12px !important;} .free-health-content i{padding-bottom:10px;} .event-detail-img{text-align:center; padding:20px 0px;} .event-detail-text{font-size:13px; line-height:18px; padding-bottom:26px;} .event-detail-text h1{font-size:15px; line-height:15px; padding-bottom:5px !important;} .map2-content{ padding: 28px; margin:0 -15px;} .map2-content h1{padding:0px 0px 10px 15px !important; font-size:14px; line-height:14px;} .other-event{padding:8px 0px 0px 0px; font-size:13px; line-height:13px; border:none;} .multi-service2{margin:0px -15px; padding:27px 15px 17px 15px; font-size:10px; line-height:10px;} .multi-service2 h1{font-size:16px; line-height:16px; padding-bottom:11px !important;} .multi-service2 h2{font-size:13px; line-height:13px; padding-bottom:9px !important;} .multi-service2 span{font-size:12px; line-height:12px; padding-bottom:20px;} .multi-service2 i{padding-bottom:10px;} .multi-.event-nearservice2 .table-cust{width:54px !important;} .email-content{/*padding:25px 15px; margin:0px -15px;*/ border-bottom:1px solid #ccc; font-size:14px; line-height:19px; color:#252525;} .email-content h1{display:block;} .email-conatiner{margin-top:7px;} /*.email-textbox{height:34px; font-size:13px; line-height:13px; padding:0px 70px 0px 12px;;}*/ /*.email-conatiner .submitbtn{width:60px; height:34px; font-size:14px;line-height:14px;}*/ .mobile-center{text-align:center;} .find-out-text{max-width:215px; display:block; margin:0 auto;} .find-out-text h2{font-size:16px; line-height:22px;} .cvs-text{padding:20px 0px;} } @media (max-width: 478px) and (min-width: 0px){ .full-on-mobile{width:100% !important;} .mobile-logo{text-align:center;} .search-filter{margin-left:7px !important;} .multi-service{padding: 25px 100px 8px 13px !important;} .table-cust{width:50%;padding-right: 3px;} .multi-service h1, .multi-service h2, .multi-service span{padding-right:95px !important;} .result-sign-up{max-width:200px; margin:0 auto; margin-top:5px;margin-left: -15px;} } /*media query for iphone 5*/ @media screen and (device-aspect-ratio: 40/71) { .result-sign-up a { font-size: 10px; line-height: 3px; } .result-sign-up a { padding-top: 8px !important; } } .event-near .chosen-container .chosen-drop{ display: none !important; } .event-near .chosen-container .chosen-container-active .chosen-choices{ border: red !important; box-shadow: none !important; } .event-near .chosen-container .chosen-choices .search-field input{ display: none !important; } .event-near .chosen-container .chosen-choices { border: none !important; background-color: transparent !important; } .event-near .chosen-container-active .chosen-choices{ box-shadow: none !important; } .marker-info{ color : #F59A38 !important; } /*Check boxes style*/ input[type="checkbox"] { display: none; } label.oper{ cursor: pointer; font-weight: normal ; } input[type="checkbox"] + label.oper:before { content: "\00a0"; /* character: space */ background:url('../images/cust-check-bx.png') no-repeat; /* background: #999; */ height: 20px; width: 20px; /* border: 1px solid black;*/ display: inline-block; font-size: 16px; line-height: 16px; margin-right: 10px; padding: 0 0 0 0px; text-align: center; cursor: pointer; } input[type="checkbox"]:checked + label.oper{ font-weight: bold ; color: black; } input[type="checkbox"]:hover + label.oper:hover{ /* color: grey; content:'Staff';*/ /*background: url('../images/cust-check-bx-hover.png') no-repeat;*/ } input[type="checkbox"]:checked + label.oper:before { content: "\00a0"; background: url('../images/cust-check-bx-hover.png') no-repeat; } .chosen-container-multi .chosen-choices li.search-choice span { padding-top: 4px; padding-bottom: 4px; } /*end of check boxes*/ /************************************Profile***********************************/ .back-btn{ display:inline-block; margin:40px 0px 0px 20px !important; color:#1e5ba9 !important; font-size:14px; line-height:16px; } .back-btn:hover{text-decoration:underline !important;} .profile-main-container{ display:block; padding:35px 49px 0px 50px; } .profile-h{ display:block; padding:0px 0px 28px 0px; margin-bottom:55px; color:#333; font-size:26px; line-height:23px; border-bottom:1px solid #ccc; } .contact-box{ display:block; padding:5px 0px 70px 0px; margin-left:57px; position:relative; } .contact-box span{ float:left; } .contact-box span.contact-name{ width:28%; font-weight:normal; font-size:16px; line-height:16px; color:#5a5a5a; padding-top:3px; } .contact-box span.contact-name2{ width:72%; font-size:20px; line-height:20px; color:#000; } .contact-box span.contact-name2 i{ display:block; padding-top:18px; font-style:normal; } .contact-box img{ position:absolute; top:4px; left:-57px; } .contact-box img.email-icon{top:8px;} .contact-box img.loc-icon{top:0px;} .profile-right-side{ display:block; text-align:right; padding-top:20px; } .profile-right-side .contnet{ display:inline-block; max-width:213px; } .profile-event-text{ display:block; max-width:155px; margin:0 auto; padding:30px 0px 0px 0px; font-size:16px; line-height:16px; color:#010101; text-align:left; cursor: pointer; } .profile-event-text span{ float:right; color:#9b9b9b; font-size:22px; line-height:20px; font-family: 'helveticaneuebold' !important; } .profile-event-text .clearfix{padding-top:4px;} .mobile-profile-event-text{ display:none; background:#f4f4f4; text-align:center; padding:20px; margin:0px -15px 25px -15px; } .mobile-profile-event-text .text{ display:block; padding-top:13px; color:#5a5a5a; font-size:14px; line-height:14px; } .mobile-profile-event-text .text span{ display:inline-block; font-size:18px; line-height:18px; color:#000; margin-left:10px; } .margin-t{margin-top:13px;} @media (max-width: 767px) and (min-width: 0px){ /***********************************Profile************************************/ .profile-right-side, .back-btn, .profile-h{display:none;} .profile-main-container{padding:0px; margin-right:-15px;} .contact-box span.contact-name{width:100%; padding:0px 0px 10px 0px; font-size:14px; line-height:14px;} .contact-box span.contact-name2{width:100%; font-size:18px; line-height:18px;} .contact-box span.contact-name2 i{padding-top:10px;} .contact-box {margin:25px 0px 0px 80px; border-bottom:1px solid #d1d1d1; padding:0px 0px 22px 0px;} .contact-box img, .contact-box img.email-icon, .contact-box img.loc-icon{top:0px;} .profile-main-container .contact-box:last-child{border:none;} .mobile-profile-event-text{display:block;} } /***********************************************************************/ @media (max-width: 1200px) and (min-width: 768px){ .container{width:100% !important;} .profile-main-container { padding: 35px 0px 0px 0px; } .contact-box span.contact-name{width:40%;} .contact-box span.contact-name2{width:60%;} } @media (max-width: 930px) and (min-width: 768px){ .table-cust{width:90px;} /*.event-near h1{font-size:25px; line-height:22px;}*/ .event-near h1 span{font-size:16px; line-height:16px;} .event-margin-r, .event-multi-service{margin-right:0px;} .event-near i{padding-bottom:20px !important; font-size:18px; line-height:16px;} .event-location-text{ width:115px; } } /********************************* Provider Events**************************************/ .event-margin-r{margin-right:19px;} .event-img-box{text-align:right; display:block; margin-top:-16px;margin-bottom: 10px;} .event-multi-service{ display:block; padding:30px 10px 12px 0px; border-bottom:1px solid #ccc; color:#333333; font-size:16px; line-height:16px; position:relative; margin-right:19px; } .event-multi-service h1{ display:block; font-size:25px; line-height:24px; color:#1e5ba9; padding-bottom:14px !important; } .event-multi-service h2{ display:block; font-size:24px; line-height:22px; color:#333333; padding-bottom:16px !important; font-weight:bold; font-family: 'helveticaneueregular' !important; } .event-multi-service span{ display:block; font-size:19px; line-height:17px; padding-bottom:20px; } .event-multi-service i{ display:block; padding-bottom:17px; } .event-location-text{ width:146px; position:absolute; top:93px; right:0px; font-size:17px; line-height:15px; color:#9b9b9b; } .margin-t-footer{margin-top:40px;} @media (max-width: 767px) and (min-width: 478px){ .event-img-box{display:none;} .location-text{font-size:14px;} .location-text .text{padding:4px 0px;} .event-location-text{ width:80px; top:80px; font-size:15px; line-height:15px; } .event-margin-r, .event-multi-service{margin-right:-15px;} .search-filter{margin:-10px 0px 0px 7px !important; } .event-multi-service{ padding:25px 20px 15px 5px; } .event-multi-service h1, .multi-service h1{font-size:18px; line-height:20px;} .event-multi-service h2, .multi-service h2{font-size:14px; line-height:14px; padding-bottom:10px !important;} .event-multi-service span, .multi-service span{font-size:14px; line-height:14px; padding-bottom:22px;} .event-multi-service i, .multi-service i{font-size:12px; line-height:12px; padding-bottom:12px;} .margin-t-footer{margin-top:20px;} } @media (max-width: 478px) and (min-width: 0px){ /* .full-on-mobile{width:100% !important;} .mobile-logo{text-align:center;} .multi-service{padding-right:0px !important;} .table-cust{width:70px;}*/ .clearfix .table-cust:nth-child(4n+0) i {display:inline-block; width:63px;} /* .multi-service h1, .multi-service h2, .multi-service span{padding-right:95px !important;} .result-sign-up{max-width:200px; margin:0 auto; margin-top:10px;}*/ } /********************************* Provider Events end */ /**********************Add To Calendar*************************/ /** * AddToCalendar Blue Style * http://addtocalendar.com */ /* Base */ .addtocalendar var{ display: none; } .addtocalendar { position: relative; display: inline-block; background: transparent!important; } .atcb-link { display: block; outline: none!important; cursor: pointer; } .atcb-link:focus~ul, .atcb-link:active~ul, .atcb-link:hover~ul, .atcb-list:hover{ visibility:visible; } .atcb-list { visibility: hidden; position: absolute; top: 100%; left: 0; width: 170px; z-index: 900; background: #fff; border: 1px solid #d5d6d6; padding: 0; margin: 0; box-shadow: 1px 1px 5px rgba(0,0,0,.1); } .atcb-list, .atcb-item { list-style: none; margin: 0; padding: 0; background: #fff; } .atcb-item { float: none; text-align: left; } .atcb-list a{ background: #fff !important; color: #F59A38 !important; width: 100% !important; padding: 4px 9px !important; min-height: auto !important; font-size: 12px !important; font-family: 'helveticaneueregular'!important; font-weight: 700; } .atcb-list a:hover{ background: #D38735 !important; text-decoration: none !important; color: #fff !important; } .atcb-item-link { text-decoration: none; outline: none; display: block; } .atcb-item.hover, .atcb-item:hover { position: relative; z-index: 900; cursor: pointer; text-decoration: none; outline: none; } /* Blue */ .atc-style-blue .atcb-link, .atc-style-blue .atcb-link:hover, .atc-style-blue .atcb-link:active, .atc-style-blue .atcb-link:focus { margin: 0; padding: 7px 25px; color: #fff; font-family: "Verdana"; font-size: 14px; text-decoration: none; outline: none; line-height: 20px; vertical-align: middle; background: rgb(66,129,244); box-shadow: 0 0 40px rgba(0, 0, 0, .13) inset; border-radius: 4px; zoom: 1; } .atc-style-blue .atcb-list { width: 170px; border: 1px solid rgb(186,186,186); border-radius: 2px; box-shadow: 0 0 5px #AAA; } .atc-style-blue .atcb-list, .atc-style-blue .atcb-item { background: #fff; color: #000; } .atc-style-blue .atcb-item, .atc-style-blue .atcb-item-link { line-height: 1.3em; vertical-align: middle; zoom: 1; } .atc-style-blue .atcb-item-link, .atc-style-blue .atcb-item-link:hover, .atc-style-blue .atcb-item-link:active, .atc-style-blue .atcb-item-link:focus { color: #000; font-family: "Verdana"; font-size: 14px; text-decoration: none; outline: none; padding: 5px 15px; } .atc-style-blue .atcb-item-link:hover, .atc-style-blue .atcb-item-link:active, .atc-style-blue .atcb-item-link:focus { color: #fff; } .atc-style-blue .atcb-item.hover, .atc-style-blue .atcb-item:hover { background: rgb(66,129,244); } .show_on_mobile{display: none;}
0.213787
0.042642
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("gpokr.com"), domain("kdice.com"), domain("xsketch.com") { HTML {background-color: #1E4D2B!important;} BODY, .iogc-SidePanel-inner, #outside, .summary, .hmenu, #profile h3 span, P {background-color: transparent!important;} #hd > DIV > TABLE > TBODY > TR > TD:first-child, TD[align="right"][width="728"], #cf_alert_div > DIV, #cf-error-details, TD[style="font-size: 16px; color: #333333; font-weight: normal; text-align: left; font-family: Georgia, Times, serif; line-height: 24px; vertical-align: top; padding:10px 8px 10px 8px"], #yui-main, #bd, H2, #mainpage > DIV, TD[bgcolor="#ffffff"][width="100%"], TD[style="padding:10px 0"], .iogc-favoritePanel-list {background-color: #1E4D2B!important;} .cf-section.cf-highlight.cf-status-display {background: #1E4D2B!important;} DIV[style="padding:30px 30px 50px;width:1000px;background-color:#DDD;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;"], #outside > DIV:last-child, .hmenu .current, .list-item.list-odd, #forum .header, .iogc-SidePanel-inner, TD[bgcolor="#ddeeff"] {background-color: #1C4628!important;} .summary, .menu2, .iogc-tourny-odd {background-color: #194024!important;} INPUT, SELECT, TEXTAREA {background-color: #333!important;border: 1px solid black!important;} .gwt-TabBarItem, .iogc-MessagePanel-messages, .iogc-ChatPanel-messages {background-color: #333!important;} .gwt-TabBarItem.gwt-TabBarItem-selected {background-color: #2C7BAA!important;} .iogc-MessagesPanel {background-color: #0B1C10!important;border-bottom-color: #0B1C10!important;margin-bottom: -1px!important;} .rdews-RoundedComposite {background-color: #0B1C10!important;border-radius: 0!important;} .menu2 li a:hover {background-color: #325D3E!important;} .iogc-DialogOuter, .iogc-ScrollTable-scroll {background-color: #111!important;} .iogc-ScrollTable-table TR:hover {background-color: dodgerblue!important;} .iogc-notice, .iogc-hint {background-color: maroon!important;} .iogc-NewButton-blue, .gwt-Button {background: linear-gradient(#7db9e8, #1e5799) repeat scroll 0 0 transparent!important;} .iogc-NewButton-green {background: linear-gradient(#00FF7F, #228B22) repeat scroll 0 0 transparent!important;} .iogc-NewButton-white {background: linear-gradient(#F0FFF0, #DCDCDC) repeat scroll 0 0 transparent!important;} .field-submit {background: linear-gradient(#5A5F6D, #000) repeat scroll 0% 0% transparent!important;border-radius: 3px!important;} .gwt-Button {border: 1px solid #215A9B!important;border-radius: 3px!important;} .iogc-GameWindow-layout {border-color: #0B1C10!important;} .iogc-ScrollTable-headings TD, .seperator, .iogc-OptionsTabSection-title, .footerHeading, #cf_alert_div > DIV, .cf-error-footer.cf-wrapper, .iogc-SignIn-signUpPage {border-color: transparent!important;} .iogc-PlayerFavoritePanel {border-color: #1C4628!important;} TD[style="border-right:1px solid #DDD;border-left:1px solid #DDD"][width="180"], P, .hmenu .notcurrent, .iogc-LoginPanel-playerRow, .hmenu .current, .statLine TD, #profile h3 .line {border-color: #14321C!important;} DIV[style="margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #DDD;"], DIV[style="border-bottom:1px solid #DDD; padding-bottom:10px; margin-bottom:10px;width:500px;"], DIV[style="border-bottom:2px dotted #ddd;margin:20px 0 10px;"], DIV[style="border-bottom:2px dotted #ddd;margin:10px 0;"] {border-bottom-color: #14321C!important;} DIV[style="border-top:1px solid gray;padding-right:10px;padding-top:5px;"], DIV[style="border-top:1px solid gray;padding-top:5px"] , DIV[style="border-top:3px solid #CCC"], #forum .header, .iogc-SidePanel-inner, .list-item {border-top-color: #14321C!important;} .iogc-TouryCountdownPanel-title, .gpokr-GameWindow-potLabel, .iogc-Controls, .iogc-PlayerPanel-name a, .iogc-tourny-table, .iogc-tourny-table:hover {color: black!important;} .iogc-TouryCountdownPanel-title:hover, .iogc-PlayerPanel-name a:hover, .iogc-GameWindow-status B {color: blue!important;} .field-submit:hover {color: darkseagreen!important;} .iogc-chatLevelUp {color: deepskyblue!important;} BODY, INPUT, SELECT, TEXTAREA, .summary, .quote, .menu2 li a, .gwt-TabBarItem, .center, DIV[href="#"][style="text-decoration: none; font-size: 20px; color: #333333; font-weight: bold; font-family:Arial, sans-serif "], TD[style="font-size: 16px; color: #333333; font-weight: normal; text-align: left; font-family: Georgia, Times, serif; line-height: 24px; vertical-align: top; padding:10px 8px 10px 8px"], .footerHeading, .footerSection, h2 span, h3 span, h4 span, .stats TH, .iogc-SignIn-label, #cf-error-details H1, #cf-error-details H2, DIV[style="color:#888"], .footer, .pages, B, TH, P, .label, .col1MonthLabel, .iogc-tourny-itemout, .col2Label, .field-label, .iogc-ChangeTableDialog-hint, .xsketch-controlLabel {color: gainsboro!important;} .iogc-SidePanel-title, .iogc-LoginPanel-nameHeading, .hmenu a.current, .profilemenu a.current {color: lime!important;} SPAN[style="color:#050;"] {color: mediumspringgreen!important;} DIV[class="largeRank"][style="color:#080"], SPAN[style="color:#080"] {color: springgreen!important;} DIV[class="largeRank"][style="color:#800"], SPAN[style="color:#800"] {color: orangered!important;} #profile .tagline, .iogc-LoginPanl-item {color: skyblue!important;} .iogc-ScrollTable-headings TD {color: tomato!important;} A {color: tan!important;} A:hover {color: navajowhite!important;} .iogc-GameWindow-status, .iogc-LoginPanel-nameHeading {font-weight: bold!important;} IMG[src^="https://chart.googleapis.com/"], IMG[src^="https://chart.apis.google.com/"] {filter: invert(75%) hue-rotate(180deg) saturate(250%);} }
data/usercss/173649.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("gpokr.com"), domain("kdice.com"), domain("xsketch.com") { HTML {background-color: #1E4D2B!important;} BODY, .iogc-SidePanel-inner, #outside, .summary, .hmenu, #profile h3 span, P {background-color: transparent!important;} #hd > DIV > TABLE > TBODY > TR > TD:first-child, TD[align="right"][width="728"], #cf_alert_div > DIV, #cf-error-details, TD[style="font-size: 16px; color: #333333; font-weight: normal; text-align: left; font-family: Georgia, Times, serif; line-height: 24px; vertical-align: top; padding:10px 8px 10px 8px"], #yui-main, #bd, H2, #mainpage > DIV, TD[bgcolor="#ffffff"][width="100%"], TD[style="padding:10px 0"], .iogc-favoritePanel-list {background-color: #1E4D2B!important;} .cf-section.cf-highlight.cf-status-display {background: #1E4D2B!important;} DIV[style="padding:30px 30px 50px;width:1000px;background-color:#DDD;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;"], #outside > DIV:last-child, .hmenu .current, .list-item.list-odd, #forum .header, .iogc-SidePanel-inner, TD[bgcolor="#ddeeff"] {background-color: #1C4628!important;} .summary, .menu2, .iogc-tourny-odd {background-color: #194024!important;} INPUT, SELECT, TEXTAREA {background-color: #333!important;border: 1px solid black!important;} .gwt-TabBarItem, .iogc-MessagePanel-messages, .iogc-ChatPanel-messages {background-color: #333!important;} .gwt-TabBarItem.gwt-TabBarItem-selected {background-color: #2C7BAA!important;} .iogc-MessagesPanel {background-color: #0B1C10!important;border-bottom-color: #0B1C10!important;margin-bottom: -1px!important;} .rdews-RoundedComposite {background-color: #0B1C10!important;border-radius: 0!important;} .menu2 li a:hover {background-color: #325D3E!important;} .iogc-DialogOuter, .iogc-ScrollTable-scroll {background-color: #111!important;} .iogc-ScrollTable-table TR:hover {background-color: dodgerblue!important;} .iogc-notice, .iogc-hint {background-color: maroon!important;} .iogc-NewButton-blue, .gwt-Button {background: linear-gradient(#7db9e8, #1e5799) repeat scroll 0 0 transparent!important;} .iogc-NewButton-green {background: linear-gradient(#00FF7F, #228B22) repeat scroll 0 0 transparent!important;} .iogc-NewButton-white {background: linear-gradient(#F0FFF0, #DCDCDC) repeat scroll 0 0 transparent!important;} .field-submit {background: linear-gradient(#5A5F6D, #000) repeat scroll 0% 0% transparent!important;border-radius: 3px!important;} .gwt-Button {border: 1px solid #215A9B!important;border-radius: 3px!important;} .iogc-GameWindow-layout {border-color: #0B1C10!important;} .iogc-ScrollTable-headings TD, .seperator, .iogc-OptionsTabSection-title, .footerHeading, #cf_alert_div > DIV, .cf-error-footer.cf-wrapper, .iogc-SignIn-signUpPage {border-color: transparent!important;} .iogc-PlayerFavoritePanel {border-color: #1C4628!important;} TD[style="border-right:1px solid #DDD;border-left:1px solid #DDD"][width="180"], P, .hmenu .notcurrent, .iogc-LoginPanel-playerRow, .hmenu .current, .statLine TD, #profile h3 .line {border-color: #14321C!important;} DIV[style="margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #DDD;"], DIV[style="border-bottom:1px solid #DDD; padding-bottom:10px; margin-bottom:10px;width:500px;"], DIV[style="border-bottom:2px dotted #ddd;margin:20px 0 10px;"], DIV[style="border-bottom:2px dotted #ddd;margin:10px 0;"] {border-bottom-color: #14321C!important;} DIV[style="border-top:1px solid gray;padding-right:10px;padding-top:5px;"], DIV[style="border-top:1px solid gray;padding-top:5px"] , DIV[style="border-top:3px solid #CCC"], #forum .header, .iogc-SidePanel-inner, .list-item {border-top-color: #14321C!important;} .iogc-TouryCountdownPanel-title, .gpokr-GameWindow-potLabel, .iogc-Controls, .iogc-PlayerPanel-name a, .iogc-tourny-table, .iogc-tourny-table:hover {color: black!important;} .iogc-TouryCountdownPanel-title:hover, .iogc-PlayerPanel-name a:hover, .iogc-GameWindow-status B {color: blue!important;} .field-submit:hover {color: darkseagreen!important;} .iogc-chatLevelUp {color: deepskyblue!important;} BODY, INPUT, SELECT, TEXTAREA, .summary, .quote, .menu2 li a, .gwt-TabBarItem, .center, DIV[href="#"][style="text-decoration: none; font-size: 20px; color: #333333; font-weight: bold; font-family:Arial, sans-serif "], TD[style="font-size: 16px; color: #333333; font-weight: normal; text-align: left; font-family: Georgia, Times, serif; line-height: 24px; vertical-align: top; padding:10px 8px 10px 8px"], .footerHeading, .footerSection, h2 span, h3 span, h4 span, .stats TH, .iogc-SignIn-label, #cf-error-details H1, #cf-error-details H2, DIV[style="color:#888"], .footer, .pages, B, TH, P, .label, .col1MonthLabel, .iogc-tourny-itemout, .col2Label, .field-label, .iogc-ChangeTableDialog-hint, .xsketch-controlLabel {color: gainsboro!important;} .iogc-SidePanel-title, .iogc-LoginPanel-nameHeading, .hmenu a.current, .profilemenu a.current {color: lime!important;} SPAN[style="color:#050;"] {color: mediumspringgreen!important;} DIV[class="largeRank"][style="color:#080"], SPAN[style="color:#080"] {color: springgreen!important;} DIV[class="largeRank"][style="color:#800"], SPAN[style="color:#800"] {color: orangered!important;} #profile .tagline, .iogc-LoginPanl-item {color: skyblue!important;} .iogc-ScrollTable-headings TD {color: tomato!important;} A {color: tan!important;} A:hover {color: navajowhite!important;} .iogc-GameWindow-status, .iogc-LoginPanel-nameHeading {font-weight: bold!important;} IMG[src^="https://chart.googleapis.com/"], IMG[src^="https://chart.apis.google.com/"] {filter: invert(75%) hue-rotate(180deg) saturate(250%);} }
0.206494
0.095476
*{padding:0;margin:0;}; /*menu*/ .menu{ position:relative; list-style:none; } .menu_osn{ height:50px; float:left; display:block; min-width:100%; background-color:#ff6464; } .menu__item{display:block;position:relative;} .menu_osn .menu__item{ float:left;} .clearfix:after{ content:''; clear:both; display:block; } .menu__item{ width:100px; } .menu__link{ font-family:'League Gothic Regular',Tahoma; font-size:14px; display:block; text-decoration:none; color:#ffe7ff; line-height:50px; text-align:center; } /*.menu li:hover a{*/ .click{ color:black; } .submenu .menu__item{ width:200px; float:none; /*margin-left:10px;*/ } .submenu .menu__link{ line-height:40px; display:block; text-align:left; border-bottom: 1px solid #c83232; margin-right:10px; margin-left:10px; } .submenu{ background-color:#e14b4b; position:absolute; z-index:10; display:none; width:auto; padding-left:0; margin-top:-10px; height:0; } .n1{ margin-left:200px; margin-top:-40px; } /*треугольник*/ .tr{ /*float:;*/ position:absolute; border-color: #fff #ff6464 #ff6464 #ff6464; border-style: solid; border-width: 6px 3px 0px 3px; height: 0; width: 0; margin-top:25px; margin-left:75px; } .submenu .tr{ margin-top:20px; margin-left:170px; border-color: #fff #e14b4b #e14b4b #e14b4b; } /*end menu*/ .div_check_jquery,.div_check_css{ margin:0 auto; background-color:#99ccff; min-width:90%; /*padding:20px;*/ } .div_check_jquery div{ padding:10px; } .div_check_jquery div{ padding:10px; } /*check1 - JQuery*/ .div_check_jquery label{ margin-right:18px; } .div_check_jquery .niceCheck { width: 17px; height: 17px; display: inline-block; cursor: pointer; background: url(../img/chekBox_sprite.gif); } .div_check_jquery input { display:none; } .div_check_jquery .niceCheck1 { width: 17px; height: 17px; display: inline-block; cursor: pointer; background: url(../img/chekBox_sprite.gif); background-position:0 -35px; } /*end check1*/ /*check2 css*/ /*.div_check_css{ margin:0 auto; background-color:#99ccff; min-width:90%; }*/ .div_check_css div{ padding:10px; } .div_check_css input[type=checkbox]{ position: absolute; clip: rect(0, 0, 0, 0); } .div_check_css label { cursor: pointer; } .div_check_css label:after{ content: " "; display: inline-block; width: 17px; height: 17px; background: url(../img/chekBox_sprite.gif); position: relative; top: 3px; margin-left: 15px; } .div_check_css .act input[type=checkbox]:checked + label:after{ background-position: 0 -18px; } .div_check_css .noact label:after{ background-position: 0 -35px; } /*end check2 css*/ /*jcarousel*/ .jcarousel-wrapper { margin: 20px auto; position: relative; border: 10px solid #fff; width: 600px; height: 400px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 0 2px #999; -moz-box-shadow: 0 0 2px #999; box-shadow: 0 0 2px #999; } .jcarousel { position: relative; overflow: hidden; } .jcarousel ul { width: 20000em; position: relative; list-style: none; margin: 0; padding: 0; } .jcarousel li { float: left; } /** Carousel Controls **/ .jcarousel-control-prev, .jcarousel-control-next { position: absolute; top: 200px; width: 30px; height: 30px; text-align: center; background: #4E443C; color: #fff; text-decoration: none; text-shadow: 0 0 1px #000; font: 24px/27px Arial, sans-serif; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; -webkit-box-shadow: 0 0 2px #999; -moz-box-shadow: 0 0 2px #999; box-shadow: 0 0 2px #999; } .jcarousel-control-prev { left: 50px; } .jcarousel-control-next { right: 50px; } .jcarousel-control-prev:hover span, .jcarousel-control-next:hover span { display: block; } .jcarousel-control-prev.inactive, .jcarousel-control-next.inactive { opacity: .5; cursor: default; } .jcarousel-pagination { position: absolute; bottom: 30px; /*bottom: -40px;*/ left: 50%; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); margin: 0; } .jcarousel-pagination a { text-decoration: none; display: inline-block; font-size: 11px; height: 10px; width: 10px; line-height: 10px; background: #fff; color: #4E443C; border-radius: 10px; text-indent: -9999px; margin-right: 7px; -webkit-box-shadow: 0 0 2px #4E443C; -moz-box-shadow: 0 0 2px #4E443C; box-shadow: 0 0 2px #4E443C; } .jcarousel-pagination a.active { background: #4E443C; color: #fff; opacity: 1; -webkit-box-shadow: 0 0 2px #F0EFE7; -moz-box-shadow: 0 0 2px #F0EFE7; box-shadow: 0 0 2px #F0EFE7; } /*END jcarousel*/
jshw0910/css/styles.css
*{padding:0;margin:0;}; /*menu*/ .menu{ position:relative; list-style:none; } .menu_osn{ height:50px; float:left; display:block; min-width:100%; background-color:#ff6464; } .menu__item{display:block;position:relative;} .menu_osn .menu__item{ float:left;} .clearfix:after{ content:''; clear:both; display:block; } .menu__item{ width:100px; } .menu__link{ font-family:'League Gothic Regular',Tahoma; font-size:14px; display:block; text-decoration:none; color:#ffe7ff; line-height:50px; text-align:center; } /*.menu li:hover a{*/ .click{ color:black; } .submenu .menu__item{ width:200px; float:none; /*margin-left:10px;*/ } .submenu .menu__link{ line-height:40px; display:block; text-align:left; border-bottom: 1px solid #c83232; margin-right:10px; margin-left:10px; } .submenu{ background-color:#e14b4b; position:absolute; z-index:10; display:none; width:auto; padding-left:0; margin-top:-10px; height:0; } .n1{ margin-left:200px; margin-top:-40px; } /*треугольник*/ .tr{ /*float:;*/ position:absolute; border-color: #fff #ff6464 #ff6464 #ff6464; border-style: solid; border-width: 6px 3px 0px 3px; height: 0; width: 0; margin-top:25px; margin-left:75px; } .submenu .tr{ margin-top:20px; margin-left:170px; border-color: #fff #e14b4b #e14b4b #e14b4b; } /*end menu*/ .div_check_jquery,.div_check_css{ margin:0 auto; background-color:#99ccff; min-width:90%; /*padding:20px;*/ } .div_check_jquery div{ padding:10px; } .div_check_jquery div{ padding:10px; } /*check1 - JQuery*/ .div_check_jquery label{ margin-right:18px; } .div_check_jquery .niceCheck { width: 17px; height: 17px; display: inline-block; cursor: pointer; background: url(../img/chekBox_sprite.gif); } .div_check_jquery input { display:none; } .div_check_jquery .niceCheck1 { width: 17px; height: 17px; display: inline-block; cursor: pointer; background: url(../img/chekBox_sprite.gif); background-position:0 -35px; } /*end check1*/ /*check2 css*/ /*.div_check_css{ margin:0 auto; background-color:#99ccff; min-width:90%; }*/ .div_check_css div{ padding:10px; } .div_check_css input[type=checkbox]{ position: absolute; clip: rect(0, 0, 0, 0); } .div_check_css label { cursor: pointer; } .div_check_css label:after{ content: " "; display: inline-block; width: 17px; height: 17px; background: url(../img/chekBox_sprite.gif); position: relative; top: 3px; margin-left: 15px; } .div_check_css .act input[type=checkbox]:checked + label:after{ background-position: 0 -18px; } .div_check_css .noact label:after{ background-position: 0 -35px; } /*end check2 css*/ /*jcarousel*/ .jcarousel-wrapper { margin: 20px auto; position: relative; border: 10px solid #fff; width: 600px; height: 400px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 0 2px #999; -moz-box-shadow: 0 0 2px #999; box-shadow: 0 0 2px #999; } .jcarousel { position: relative; overflow: hidden; } .jcarousel ul { width: 20000em; position: relative; list-style: none; margin: 0; padding: 0; } .jcarousel li { float: left; } /** Carousel Controls **/ .jcarousel-control-prev, .jcarousel-control-next { position: absolute; top: 200px; width: 30px; height: 30px; text-align: center; background: #4E443C; color: #fff; text-decoration: none; text-shadow: 0 0 1px #000; font: 24px/27px Arial, sans-serif; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; -webkit-box-shadow: 0 0 2px #999; -moz-box-shadow: 0 0 2px #999; box-shadow: 0 0 2px #999; } .jcarousel-control-prev { left: 50px; } .jcarousel-control-next { right: 50px; } .jcarousel-control-prev:hover span, .jcarousel-control-next:hover span { display: block; } .jcarousel-control-prev.inactive, .jcarousel-control-next.inactive { opacity: .5; cursor: default; } .jcarousel-pagination { position: absolute; bottom: 30px; /*bottom: -40px;*/ left: 50%; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); margin: 0; } .jcarousel-pagination a { text-decoration: none; display: inline-block; font-size: 11px; height: 10px; width: 10px; line-height: 10px; background: #fff; color: #4E443C; border-radius: 10px; text-indent: -9999px; margin-right: 7px; -webkit-box-shadow: 0 0 2px #4E443C; -moz-box-shadow: 0 0 2px #4E443C; box-shadow: 0 0 2px #4E443C; } .jcarousel-pagination a.active { background: #4E443C; color: #fff; opacity: 1; -webkit-box-shadow: 0 0 2px #F0EFE7; -moz-box-shadow: 0 0 2px #F0EFE7; box-shadow: 0 0 2px #F0EFE7; } /*END jcarousel*/
0.257112
0.050565
body {font-family: 'Lato', sans-serif !important;} .client-login{ background: url(../img/web-back.jpg) no-repeat; /* background: url(../img/client-side-bg.jpg) no-repeat; */ min-height: 100vh;background-size: cover;padding: 1px 0px 35px;} .main-cont{margin:170px 0px 60px;} .logo-img{text-align:center;margin-bottom: 70px;display:none;} .skip-btn{text-align:center;margin-top:70px;} .skip{font-size: 16px;letter-spacing: 0.03em;color: #000;background: #ffd200;border: none; padding: 5px 15px; border-radius: 4px} .skip img{width:18px;} .logo-img img{width: 250px;} .border-box{border-right: 1px solid #a9a9a9;} .user-login{padding: 30px 0px;} .scrollbars{ width: 100%; height:545px } .clearHeader { background-color: #000; position:fixed; top:0; left:0; width:100%; -webkit-transition: background 1s; /* For Safari 3.1 to 6.0 */ transition: background 1s; z-index: 99; } .clearHeader.darkHeader { background-color:#000; z-index: 999; } .login-detail{text-align:center;} .login-detail a:hover{text-decoration: none;} .login-detail img{width: 100px;margin-bottom: 15px;} .login-detail h3{font-size: 30px;color: #fff;letter-spacing: 0.03em;font-weight: 600;text-transform: uppercase;margin: 0px;} .brand-detail{text-align:center;} .brand-detail a:hover{text-decoration: none;} .brand-detail img{width: 100px;height:104px;margin-bottom: 15px;} .brand-detail h3{font-size: 30px;color: #fff;letter-spacing: 0.03em;font-weight: 600;text-transform: uppercase;margin: 0px;} .user-form{width: 500px;padding:13px;margin: 0px auto;background: #00caba;border-radius: 4px;} .client-detail-form{background: #fff;padding: 20px 30px;} .client-detail-form h3{font-size: 20px;text-align:center;color: #666;letter-spacing: 0.03em;font-weight: 600;text-transform: uppercase;margin: 0px;margin: 0px 0px 20px 0px;} .client-detail-form .form-group .form-control{outline: none;border: 1px solid #ccc;height: 45px;border-radius: 4px;letter-spacing: 0.03em;} .client-detail-form .form-group .form-control:focus{box-shadow:none;} .client-detail-form .form-group{position:relative;} .client-detail-form .form-group .label-b{padding-left: 20px;margin: 0px;font-size: 15px;color: #777777;font-weight: 600;} .client-detail-form .form-group .form-check-input{position: absolute;left: 21px;top: 2px;} .client-detail-form .user-btns {text-align: center;} .client-detail-form .user-btns .user-btn{background: #ffd200;display: block;width: 100%;padding: 10px 6px;border: none;border-radius: 4px;font-size: 18px;letter-spacing: 0.03em;color: #000;font-weight: 600;} .client-detail-form .user-btns span {font-size: 18px;letter-spacing: 0.03em;font-weight: 600;color: #282725;display: block;margin-bottom: 10px;} .client-detail-form .user-btns .facebook-btn {border: none;background: #3c589c;color: #fff;font-size: 16px;font-weight: 600;outline: none;margin-bottom: 10px; margin-right: 22px;padding: 8px 30px;border-radius: 4px;} .client-detail-form .user-btns .facebook-btn i {margin-right: 10px;} .client-detail-form .user-btns .google-btn {border: none;background: #df4b3b;color: #fff;font-size: 16px;outline: none;font-weight: 600;margin-bottom: 10px;margin-right: 22px;padding: 8px 30px;border-radius: 4px;} .client-detail-form .user-btns .google-btn i {margin-right: 10px;} .client-detail-form .user-btns p {position: relative;margin: 0px;padding-left: 17px;font-size: 16px;letter-spacing: 0.03em;color: #777;font-weight: 500;} .user-signUp{width: 500px;padding: 13px;margin: 0 auto;background: #00caba;border-radius: 4px;} .user-sign{background: #fff;padding: 20px 30px;} .user-sign h3 {font-size: 20px;text-align: center;color: #666;letter-spacing: 0.03em;font-weight: 600;text-transform: uppercase;margin: 0px 0px 20px 0px;} .user-signUp .user-sign .form-group .form-control {outline: none;border: 1px solid #ccc;height: 45px;border-radius: 4px;letter-spacing: 0.03em;} .user-signUp .user-sign .form-group .form-control:focus {box-shadow:none;} .user-sign .user-btns {text-align: center;} .user-sign .user-btns .user-btn{background: #ffd200;outline: none;width: 100%;padding: 10px 6px;border: none;border-radius: 4px;font-size: 18px;letter-spacing: 0.03em;color: #000;font-weight: 600;} .user-sign .user-btns span {font-size: 18px;letter-spacing: 0.03em;font-weight: 600;color: #282725;display: block;margin-bottom: 10px;} .user-sign .user-btns .facebook-btn {border: none;background: #3c589c;color: #fff;font-size: 16px;font-weight: 600;outline: none;margin-bottom: 10px; margin-right: 22px;padding: 8px 30px;border-radius: 4px;} .user-sign .user-btns .facebook-btn i {margin-right: 10px;} .user-sign .user-btns .google-btn {border: none;background: #df4b3b;color: #fff;font-size: 16px;outline: none;font-weight: 600;margin-bottom: 10px;margin-right: 22px;padding: 8px 30px;border-radius: 4px;} .user-sign .user-btns .google-btn i {margin-right: 10px;} .user-sign .user-btns p {position: relative;margin: 0px;padding-left: 17px;font-size: 16px;letter-spacing: 0.03em;color: #777;font-weight: 500;} .user-sign .form-group .form-control:focus{box-shadow:none;border-color:#ccc;} .forget-pass {background: #fff;padding: 20px 30px;} .forget-pass h3 {font-size: 18px;text-transform: uppercase;text-align: center;letter-spacing: 0.03em;color: #666;font-weight: 600;margin-top: 15px;} .forget-pass label {font-size: 16px;margin-bottom: 13px;color: #000;font-weight: 600;letter-spacing: 0.03em;font-family: 'Lato', sans-serif;} .forget-pass .form-control:focus{box-shadow:none;border-color:#ccc;} .forget-pass .user-btns{text-align:center;} .forget-pass .user-btns .gen-otp {background: #ffde00;color: #000;font-size: 18px;outline: none;border: none;margin-top: 15px;margin-bottom: 10px;font-weight: 600;padding: 10px 20px;border-radius: 4px;} .otp-btn-submit .send-otp-sub {background: #ffde00;color: #000;font-size: 18px;width: 100%;border: none;outline: none;margin-bottom: 0px;margin-top: 15px;font-weight: 600;padding: 10px 20px;border-radius: 4px;} .new-pass {background: #fff;padding: 20px 30px;} .new-pass h3 {font-size: 18px;text-transform: uppercase;text-align: center;letter-spacing: 0.03em;color: #666;font-weight: 600;margin-top: 15px;} .new-pass label {font-size: 16px;margin-bottom: 8px;color: #000;font-weight: 600;letter-spacing: 0.03em;font-family: 'Lato', sans-serif;} .new-pass .form-control:focus{box-shadow:none;border-color:#ccc;} .new-pass .user-btns{text-align:center;} .new-pass .user-btns .gen-otp {background: #ffde00;color: #000;font-size: 18px;outline: none;border: none;margin-top: 15px;margin-bottom: 10px;font-weight: 600;padding: 10px 20px;border-radius: 4px;} .new-pass .otp-btn-submit .main-sub{background: #ffde00;color: #000;font-size: 18px;width: 100%;border: none;outline: none;margin-bottom: 0px;margin-top: 15px;font-weight: 600;padding: 10px 20px;border-radius: 4px;} .otp-pass {background: #fff;padding: 20px 30px;} .otp-pass h3 {font-size: 18px;text-transform: uppercase;text-align: center;letter-spacing: 0.03em;color: #666;font-weight: 600;margin-top: 15px;} .otp-pass label {font-size: 16px;margin-bottom: 13px;color: #000;font-weight: 600;letter-spacing: 0.03em;font-family: 'Lato', sans-serif;} .otp-pass .form-control:focus{box-shadow:none;border-color:#ccc;} .otp-pass .user-btns{text-align:center;} .otp-pass .user-btns .gen-otp {background: #ffde00;color: #000;font-size: 18px;outline: none;border: none;margin-top: 15px;margin-bottom: 10px;font-weight: 600;padding: 10px 20px;border-radius: 4px;} .otp-btn-submit .send-otp{background: #ffde00;color: #000;font-size: 18px;width: 100%;border: none;outline: none;margin-bottom: 0px;margin-top: 15px;font-weight: 600;padding: 10px 20px;border-radius: 4px;} .brand-login{padding: 30px 0px;} .brand-form{width: 500px;padding:13px;margin: 0 auto;background: #ffd200;border-radius: 4px;} .brand-detail-form{background: #fff;padding: 20px 30px;} .brand-detail-form h3{font-size: 20px;text-align:center;color: #666;letter-spacing: 0.03em;font-weight: 600;text-transform: uppercase;margin: 0px;margin: 0px 0px 20px 0px;} .brand-detail-form .form-group .form-control{outline: none;border: 1px solid #ccc;height: 45px;border-radius: 4px;letter-spacing: 0.03em;} .brand-detail-form .form-group .form-control:focus{box-shadow:none;} .brand-detail-form .form-group{position:relative;} .brand-detail-form .form-group .label-b{padding-left: 20px;margin: 0px;font-size: 15px;color: #777777;font-weight: 600;} .brand-detail-form .form-group .form-check-input{position: absolute;left: 21px;top: 2px;} .brand-btn{background: #00caba;display: block;width: 100%;padding: 10px 6px;border: none;border-radius: 4px;font-size: 18px;letter-spacing: 0.03em;color: #000;font-weight: 600;} .brand-btn:hover{text-decoration:none;color:#000;} .brand-detail-form .brnad-btns {text-align: center;} .brand-detail-form .brnad-btns .user-btn{background: #ffd200;width: 100%;padding: 10px 6px;border: none;border-radius: 4px;font-size: 18px;letter-spacing: 0.03em;color: #000;font-weight: 600;} .brand-detail-form .brnad-btns span {font-size: 18px;letter-spacing: 0.03em;font-weight: 600;color: #282725;display: block;margin-bottom: 10px;} .brand-detail-form .brnad-btns .facebook-btn {border: none;background: #3c589c;color: #fff;font-size: 16px;font-weight: 600;outline: none;margin-bottom: 10px; margin-right: 22px;padding: 8px 30px;border-radius: 4px;} .brand-detail-form .brnad-btns .facebook-btn i {margin-right: 10px;} .brand-detail-form .brnad-btns .google-btn {border: none;background: #df4b3b;color: #fff;font-size: 16px;outline: none;font-weight: 600;margin-bottom: 10px;margin-right: 22px;padding: 8px 30px;border-radius: 4px;} .brand-detail-form .brnad-btns .google-btn i {margin-right: 10px;} .brand-detail-form .brnad-btns p {position: relative;margin: 15px 0px 0px;padding-left: 17px;font-size: 16px;letter-spacing: 0.03em;color: #777;font-weight: 500;} .brand-signUp{width: 500px;padding: 13px;margin: 0 auto;background: #ffd200;border-radius: 4px;} .brand-sign{background: #fff;padding: 20px 30px;} .brand-sign h3 {font-size: 20px;text-align: center;color: #666;letter-spacing: 0.03em;font-weight: 600;text-transform: uppercase;margin: 0px 0px 20px 0px;} .brand-signUp .user-sign .form-group .form-control {outline: none;border: 1px solid #ccc;height: 45px;border-radius: 4px;letter-spacing: 0.03em;} .brand-signUp .user-sign .form-group .form-control:focus {box-shadow:none;} .brand-sign .user-btns {text-align: center;} .brand-sign .user-btns .brnd-user-btn{background: #00caba;outline: none;width: 100%;padding: 10px 6px;border: none;border-radius: 4px;font-size: 18px;letter-spacing: 0.03em;color: #000;font-weight: 600;} .brand-sign .form-group .form-control:focus{box-shadow:none;border-color:#ccc;} .brnd-forget-pass {background: #fff;padding: 20px 30px;} .brnd-forget-pass h3 {font-size: 18px;text-transform: uppercase;text-align: center;letter-spacing: 0.03em;color: #666;font-weight: 600;margin-top: 15px;} .brnd-forget-pass label {font-size: 16px;margin-bottom: 13px;color: #000;font-weight: 600;letter-spacing: 0.03em;font-family: 'Lato', sans-serif;} .brnd-forget-pass .form-control:focus{box-shadow:none;border-color:#ccc;} .brnd-forget-pass .user-btns{text-align:center;} .brnd-forget-pass .user-btns .gen-otp {background: #ffde00;color: #000;font-size: 18px;outline: none;border: none;margin-top: 15px;margin-bottom: 10px;font-weight: 600;padding: 10px 20px;border-radius: 4px;} .brnd-forget-pass .otp-btn-submit .brnd-send-otp {background: #ffde00;color: #000;font-size: 18px;width: 100%;border: none;outline: none;margin-bottom: 0px;margin-top: 15px;font-weight: 600;padding: 10px 20px;border-radius: 4px;} .brnd-new-pass {background: #fff;padding: 20px 30px;} .brnd-new-pass h3 {font-size: 18px;text-transform: uppercase;text-align: center;letter-spacing: 0.03em;color: #666;font-weight: 600;margin-top: 15px;} .brnd-new-pass label {font-size: 16px;margin-bottom: 8px;color: #000;font-weight: 600;letter-spacing: 0.03em;font-family: 'Lato', sans-serif;} .brnd-new-pass .form-control:focus{box-shadow:none;border-color:#ccc;} .brnd-new-pass .user-btns{text-align:center;} .brnd-new-pass .user-btns .gen-otp {background: #ffde00;color: #000;font-size: 18px;outline: none;border: none;margin-top: 15px;margin-bottom: 10px;font-weight: 600;padding: 10px 20px;border-radius: 4px;} .brnd-new-pass .otp-btn-submit .main-sub{background: #ffde00;color: #000;font-size: 18px;width: 100%;border: none;outline: none;margin-bottom: 0px;margin-top: 15px;font-weight: 600;padding: 10px 20px;border-radius: 4px;} .brnd-otp-pass {background: #fff;padding: 20px 30px;} .brnd-otp-pass h3 {font-size: 18px;text-transform: uppercase;text-align: center;letter-spacing: 0.03em;color: #666;font-weight: 600;margin-top: 15px;} .brnd-otp-pass label {font-size: 16px;margin-bottom: 13px;color: #000;font-weight: 600;letter-spacing: 0.03em;font-family: 'Lato', sans-serif;} .brnd-otp-pass .form-control:focus{box-shadow:none;border-color:#ccc;} .brnd-otp-pass .user-btns{text-align:center;} .brnd-otp-pass .user-btns .gen-otp {background: #ffde00;color: #000;font-size: 18px;outline: none;border: none;margin-top: 15px;margin-bottom: 10px;font-weight: 600;padding: 10px 20px;border-radius: 4px;} .otp-btn-submit .brnd-send-otp {background: #ffde00;color: #000;font-size: 18px;width: 100%;border: none;outline: none;margin-bottom: 0px;margin-top: 15px;font-weight: 600;padding: 10px 20px;border-radius: 4px;} /*.brnd-send-otp{background: #ffd200;outline: none;width: 100%;padding: 10px 6px;border: none;border-radius: 4px;font-size: 18px;letter-spacing: 0.03em;color: #000;font-weight: 600;}*/ header {width: 100%;} .content {width: 100%;margin: 4em auto;font-size: 20px;line-height: 30px;text-align: justify;} .logo {line-height: 60px;float: left;margin: 10px 0px;color: #fff;font-weight: bold;font-size: 20px;letter-spacing: 2px;} .logo img {height:30px;} nav {/*position: fixed;*/width: 100%;line-height: 75px;} nav ul {list-style: none;background: #000;overflow: intial;color: #fff;padding: 20px 0px 0px 0px;text-align: right;margin: 0;padding-right: 0px;transition: 1s;} nav.black ul {background: #000;} .center-link{margin-right: 150px;} nav ul li {display: inline-block;margin: 0px 20px 0px 0px;} nav ul li:last-child{padding: 10px 0px 0px 0px;} nav ul li a {text-decoration: none;color: #fff;font-size: 16px;font-weight: 900;} .active{color:#ffde00;} nav ul li a:hover, a:focus{color:#ffde00;text-decoration:none;} nav ul li a:focus{text-decoration: none;outline: none;} .count-kart{position:relative;} .kart-box{position: absolute;left: 7px;top: -7px;text-align: center;border-radius: 10px;width: 18px;height: 18px;background-color: #00cab9;border: 1px solid #fff;font-weight: 400;color: #f0f0f0;line-height: 16px;font-size: 12px;} .menu-icon {line-height: 60px;width: 100%; text-align: right;box-sizing: border-box;padding: 15px 24px;cursor: pointer;color: #fff;display: none;} .profile-dlt{position:relative;} .profile-dlt a img{width: 30px;height:30px;border-radius:50%;} .prfle{display:none;position: absolute;background: #fff;border-radius:4px;padding: 12px;right: 25px;color: #000;top: -15px;width: 300px;z-index: 999;box-shadow: 0 6px 12px rgba(0, 0, 0, .175);} .prfl-dtl{border-bottom: 1px solid #a9a9a9;padding: 0px 0px 15px 0px;margin-bottom: 15px;text-align: center;} .pro-img{margin-right:15px;} .pro-img img{width: 60px;height: 60px;border-radius: 50%;} .prfl-dtl h3{font-size: 16px;letter-spacing: 0.03em;font-weight: 600;color: #000;margin: 0px;padding: 6px 0px 0px 0px;} .prfl-dtl h3 span{display: block;} .prfle ul{list-style: none;margin:0px;} .prfle ul li{color: #fff;padding: 7px 0px;border-bottom: 1px solid #a9a9a9;margin: 0px 0px 0px 0px;} .prfle ul li a{font-size: 16px;letter-spacing: 0.03em;color: #000;font-weight: 600;} /* client prfile css start */ .client-pro-sec{margin-top:80px;} .client-back{background: url(../img/pro-back.png);background-size: cover;background-repeat: no-repeat;} .compny-detail{padding:30px 0px;display: inline-block;width: 100%;} .compny-img{float:left;display:inline-block;margin-right:20px;} .compny-img img{width:135px;} .compny-img a{display: block;margin-top: 5px;font-weight:600;} .compny-hed{display:inline-block;} .compny-hed h3{color:#fff;font-size:20px;letter-spacing:0.03em;font-weight:600;margin:0px;} .compny-hed h4{color:#fff;font-size:18px;letter-spacing:0.03em;font-weight:600;margin:0px;} .compny-hed h4 a{color:#fff;font-size:18px;letter-spacing:0.03em;font-weight:600;margin:0px;} .compny-hed h4 a img{width:20px;margin-right: 5px;} .review{float:right;text-align:right;} .star-re span{color: #efce4a;font-size: 18px;font-weight: 600;letter-spacing: 0.03em;} .star-re img{width: 18px;margin-top: -5px;} .write-review{background:#00cab9;display: block;padding: 10px 15px;border-radius: 4px;color: #000;font-size: 18px;font-weight: 600;margin-top: 10px;letter-spacing: 0.03em;} .write-review:hover{color:#000;outline:none;} .write-review:focus{color:#000;outline:none;} .about-hd{border-bottom: 1px solid #a9a9a9;margin: 30px 0px 30px;padding-bottom: 20px;} .about-hd h3{font-size: 25px;letter-spacing: 0.03em;font-weight: 600; color: #000;} .about-edit{border-bottom: 2px solid #00cab9;border-radius: 0;display: inline-block;float: right;font-size: 16px;padding: 0px;color: #00cab9;font-weight: 600;letter-spacing: 0.03em;margin:0px 0px 0px;display:block;} .about-edit:hover{text-decoration:none;} .about-hd h3 span{background: #00cab9;margin-top: 5px;height: 2px;display: block;width: 140px;} .about-hd p{font-size: 16px;text-align: justify;line-height: 20px;letter-spacing: 0.03em;font-weight: 600;color: #666;margin: 15px 0px 0px;} .photo-hd{border-bottom: 1px solid #a9a9a9;margin: 0px 0px 30px;padding-bottom: 20px;} .photo-hd h3{font-size: 25px;display:inline-block;margin-bottom: 20px;letter-spacing: 0.03em;font-weight: 600; color: #000;} .photo-hd .pho-edit{border-bottom: 2px solid #00cab9;border-radius: 0;display: inline-block;float: right;padding: 0px;color: #00cab9;font-weight: 600;letter-spacing: 0.03em;margin:0px 0px 0px;display:block;} .photo-hd .pho-edit:hover{text-decoration:none;} .photo-list{margin-top:20px !important;} .photo-cntn .file-upload {background-color: #ffffff;width: 100%;margin: 0 auto;} .file-upload-btn {width: 100%;margin: 0;color: #fff;background: #1FB264;border: none;padding: 10px;border-radius: 4px;border-bottom: 4px solid #15824B;transition: all .2s ease;outline: none;text-transform: uppercase;font-weight: 700;} .file-upload-btn:hover {background: #1AA059;color: #ffffff;transition: all .2s ease;cursor: pointer;} .file-upload-btn:active {border: 0;transition: all .2s ease;} .photo-cntn .file-upload .file-upload-content {display: none;text-align: center;} .photo-cntn .file-upload .image-upload-wrap .file-upload-input {position: absolute;margin: 0;padding: 0;width: 100%;height: 100%;outline: none;opacity: 0;cursor: pointer;} .photo-cntn .file-upload .image-upload-wrap {background-color: #fff;text-align: center;padding: 140px 0px;border-radius: 10px;background-size: cover;background-repeat: no-repeat;width: 100%;display: inline-block;box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2); margin-top: 0px; position: relative;} .image-title-wrap {padding: 0 15px 15px 15px;color: #222;display: none;} .photo-cntn .file-upload .image-upload-wrap .file-upload-input .drag-text {text-align: center;} .photo-cntn .file-upload .image-upload-wrap .file-upload-input .drag-text h3 {font-weight: 100;text-transform: uppercase;color: #15824B;padding: 60px 0;} .photo-cntn .file-upload .file-upload-content .file-upload-image {margin: auto;border-radius: 10px; width: 100%;} .prodct-sec .file-upload {background-color: #ffffff;width: 100%;margin: 0 auto;} .file-upload-btn {width: 100%;margin: 0;color: #fff;background: #1FB264;border: none;padding: 10px;border-radius: 4px;border-bottom: 4px solid #15824B;transition: all .2s ease;outline: none;text-transform: uppercase;font-weight: 700;} .file-upload-btn:hover {background: #1AA059;color: #ffffff;transition: all .2s ease;cursor: pointer;} .file-upload-btn:active {border: 0;transition: all .2s ease;} .prodct-sec .file-upload .file-upload-content {display: none;text-align: center;} .prodct-sec .file-upload .image-upload-wrap .file-upload-input {position: absolute;margin: 0;padding: 0;width: 100%;height: 100%;outline: none;opacity: 0;cursor: pointer;} .prodct-sec .file-upload .image-upload-wrap {background-color: #fff;text-align: center;padding: 140px 0px;border-radius: 10px;background-size: cover;background-repeat: no-repeat;width: 100%;display: inline-block;box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2); margin-top: 0px; position: relative;} .image-title-wrap {padding: 0 15px 15px 15px;color: #222;display: none;} .prodct-sec .file-upload .image-upload-wrap .file-upload-input .drag-text {text-align: center;} .prodct-sec .file-upload .image-upload-wrap .file-upload-input .drag-text h3 {font-weight: 100;text-transform: uppercase;color: #15824B;padding: 60px 0;} .prodct-sec .file-upload .file-upload-content .file-upload-image {margin: auto;border-radius: 10px; width: 100%;} .coup-cntn .file-upload {background-color: #ffffff;width: 100%;margin: 0 auto;} .file-upload-btn {width: 100%;margin: 0;color: #fff;background: #1FB264;border: none;padding: 10px;border-radius: 4px;border-bottom: 4px solid #15824B;transition: all .2s ease;outline: none;text-transform: uppercase;font-weight: 700;} .file-upload-btn:hover {background: #1AA059;color: #ffffff;transition: all .2s ease;cursor: pointer;} .file-upload-btn:active {border: 0;transition: all .2s ease;} .coup-cntn .file-upload .file-upload-content {display: none;text-align: center;} .coup-cntn .file-upload .image-upload-wrap .file-upload-input {position: absolute;margin: 0;padding: 0;width: 100%;height: 100%;outline: none;opacity: 0;cursor: pointer;} .coup-cntn .file-upload .image-upload-wrap {background-color: #fff;text-align: center;padding: 140px 0px;border-radius: 10px;background-size: cover;background-repeat: no-repeat;width: 100%;display: inline-block;box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2); margin-top: 0px; position: relative;} .image-title-wrap {padding: 0 15px 15px 15px;color: #222;display: none;} .coup-cntn .file-upload .image-upload-wrap .file-upload-input .drag-text {text-align: center;} .coup-cntn .file-upload .image-upload-wrap .file-upload-input .drag-text h3 {font-weight: 100;text-transform: uppercase;color: #15824B;padding: 60px 0;} .photo-cntn .file-upload .file-upload-content .file-upload-image {margin: auto;border-radius: 10px; width: 100%;} .photo-cntn .file-upload { background-color: #ffffff; width: 100%; margin: 0 auto; } .file-upload-btn { width: 100%; margin: 0; color: #fff; background: #1FB264; border: none; padding: 10px; border-radius: 4px; border-bottom: 4px solid #15824B; transition: all .2s ease; outline: none; text-transform: uppercase; font-weight: 700; } .file-upload-btn:hover { background: #1AA059; color: #ffffff; transition: all .2s ease; cursor: pointer; } .file-upload-btn:active { border: 0; transition: all .2s ease; } .photo-cntn .file-upload .file-upload-content { display: none; text-align: center; } .photo-cntn .file-upload .image-upload-wrap .file-upload-input { position: absolute; margin: 0; padding: 0; width: 100%; height: 100%; outline: none; opacity: 0; cursor: pointer; } .photo-cntn .file-upload .image-upload-wrap { background-color: #fff; text-align: center; padding: 140px 0px; border-radius: 10px; background-size: cover; background-repeat: no-repeat; width: 100%; /* z-index: 99; */ display: inline-block; box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2); margin-top: 0px; /* border: 4px dashed #1FB264; */ position: relative; } /* .image-dropping, */ /* .image-upload-wrap:hover { */ /* background-color: #1FB264; */ /* border: 4px dashed #ffffff; */ /* } */ .image-title-wrap { padding: 0 15px 15px 15px; color: #222; display: none; } .photo-cntn .file-upload .image-upload-wrap .file-upload-input .drag-text { text-align: center; } .photo-cntn .file-upload .image-upload-wrap .file-upload-input .drag-text h3 { font-weight: 100; text-transform: uppercase; color: #15824B; padding: 60px 0; } .photo-cntn .file-upload .file-upload-content .file-upload-image { /* max-height: 200px; */ /* max-width: 200px; */ margin: auto; border-radius: 10px; width: 100%; /* padding: 20px; */ } .pho-edit{font-size:16px;color: #00cab9;font-weight: 600;letter-spacing: 0.03em;margin: 5px 0px 0px;} .photo-hd h3 span{background: #00cab9;margin-top: 5px;height: 2px;display: block;width: 140px;} .company-pic img{border-radius:4px;} .coupon-hd{border-bottom: 1px solid #a9a9a9;margin: 0px 0px 30px;padding-bottom: 20px;} .coupon-hd .coupon-hn h3{font-size: 25px;margin-bottom: 20px;letter-spacing: 0.03em;font-weight: 600; color: #000;} .cou-edit{font-size:16px;border-bottom: 2px solid #00cab9;float: right;color: #00cab9;font-weight: 600;letter-spacing: 0.03em;margin: 10px 0px 0px;} .cou-edit:hover{text-decoration:none;} .coup-cntn .pro-top{margin-top:20px} .coup-cntn .form-group label{font-size: 16px;letter-spacing: 0.03em;font-weight: 600;color: #000;margin-bottom: 5px;} .coup-cntn .form-group .form-control{border: 1px solid #ccc;height: 46px;color: #000;letter-spacing: 0.03em;border-radius: 4px;outline: none;} .coup-cntn .form-group .form-control:focus{box-shadow: none;} .coupon-hd h3 span{background: #00cab9;margin-top: 5px;height: 2px;display: block;width: 140px;} .coupon-page{padding:40px 0px 40px;} .coupn-boxes{text-align:center;margin-bottom:60px;} .coupon-hd .coupon-hn h3{font-size: 30px;font-weight: 900;color: #000;letter-spacing: 0.03em;margin: 0px 0px 30px;;} .coupon-hd .coupon-hn h3 span {color: #2af4db;} .flip-box {min-width: 247px;width: 100%;height: 170px;position: relative;border: 1px solid #ccc;-webkit-perspective: 800px;-moz-perspective: 800px;-o-perspective: 800px;perspective: 800px;} .card {width: 100%;height: 100%;position: absolute;-webkit-transition: -webkit-transform 1s;-moz-transition: -moz-transform 1s;-o-transition: -o-transform 1s;transition: transform 1s;-webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d;-o-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-transform-origin: 50% 50%;} .card div {display: block;height: 100%;width: 100%;color: white;text-align: center;font-weight: bold;position: absolute;-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-o-backface-visibility: hidden;backface-visibility: hidden;} .card .front {background: #fff;} .card .front img{margin-top:10px;width:100px;} .card .front h3{font-size:16px;letter-spacing:0.03em;color:#000;margin:0px;font-weight:600;} .card .front h4{font-size: 20px; font-weight: 600;letter-spacing: 0.03em;margin: 10px 0px 0px;} .card .back {background: #fff;-webkit-transform: rotateY( 180deg );-moz-transform: rotateY( 180deg );-o-transform: rotateY( 180deg );transform: rotateY( 180deg );} .card .back h2{font-size: 16px;letter-spacing: 0.03em;color: #000;font-weight: 600;margin: 5px 0px 5px;} .card .back h3{font-size: 18px;padding: 6px 15px;background: #ffde00;letter-spacing: 0.03em;color: #000;font-weight: 600;margin: 0px 0px 10px;} .card .back p{font-size: 15px;margin: 0px 0px 0px;color: #000;letter-spacing: 0.03em;font-weight: 600;} .card.flipped {-webkit-transform: rotateY( 180deg );-moz-transform: rotateY( 180deg );-o-transform: rotateY( 180deg );transform: rotateY( 180deg );} .view-code-btn{background: #ffde00;padding: 10px 15px;color: #000;border-radius: 4px;font-weight:600;letter-spacing: 0.03em;margin: 5px 0px 0px;} .view-code-btn:hover{color:#000;} .view-code-btn:focus{color:#000;outline:none;} .coupn-me{background: #fff;text-align: center;box-shadow: 0px 0px 4px #2ebeb370;border-radius: 6px;padding: 20px 20px;margin-bottom: 20px;} .brand-logo span{display: block;margin-bottom: 10px;font-size: 18px;letter-spacing: 0.03em;color: #000;font-weight: 600;} .brand-logo h3{font-size: 25px;font-weight: 600;letter-spacing: 0.03em;line-height: 20px;color: #000;margin: 1px 0px 10px 0px;} .coupon-de{display: block;background: url(../img/coupon-back.png) no-repeat 30px -1px;height: 53px;position:relative;} .coupon-de h3{padding-top: 15px;text-align: center;color: #2ebeb3;margin-right: 50px;font-size: 20px;font-weight:900;letter-spacing: 0.03em;} .coupon-de label{position: absolute;right:40px;top: 12px;font-size: 13px;font-weight: 600;color: #000;} .trm-con {margin: 20px 0px;} .trm-con p{font-size: 14px;letter-spacing: 0.03em;margin: 0px;font-weight: 600;color: #000;} .web-link{font-size: 16px;letter-spacing: 0.03em;padding: 10px 20px;font-weight: 600;color: #000;background: #ffde00;border-radius: 4px;display: block;margin: 0px;} .web-link:focus{color:#000;outline:none;} .web-link:hover{color:#000;text-decoration:none;} .add-coupn{font-size: 16px;letter-spacing: 0.03em;padding: 10px 20px;font-weight: 600;color: #000;background: #ffde00;border-radius: 4px;margin:0px 0px 0px 43px;} .add-coupn:focus{color:#000;outline:none;} .add-coupn:hover{color:#000;} .coupn-b{background: #fff;text-align: center;box-shadow: 0px 0px 4px #2ebeb370;border-radius: 6px;padding: 20px 20px;margin-bottom: 20px;} .coupn-b .brand-logo span{display: block;margin-bottom: 10px;font-size: 18px;letter-spacing: 0.03em;color: #000;font-weight: 600;} .coupn-b .brand-logo h3{font-size: 25px;font-weight: 600;letter-spacing: 0.03em;line-height: 20px;color: #000;margin: 1px 0px 10px 0px;} .coupn-b .brand-logo .coupon-de{display: block;background: url(../img/coupon-back.png) no-repeat 0px -1px;height: 53px;position:relative;} .coupn-b .brand-logo .coupon-de h3{padding-top: 15px;text-align: center;color: #2ebeb3;margin-right: 50px;font-size: 20px;font-weight:900;letter-spacing: 0.03em;} .coupn-b .brand-logo .coupon-de label{position: absolute;right:20px;top: 12px;font-size: 13px;font-weight: 600;color: #000;} .coupn-b .trm-con {margin: 20px 0px;} .coupn-b .trm-con p{font-size: 14px;letter-spacing: 0.03em;margin: 0px;font-weight: 600;color: #000;} .coupn-b .web-link{font-size: 16px;letter-spacing: 0.03em;padding: 10px 20px;font-weight: 600;color: #000;background: #ffde00;border-radius: 4px;display: block;margin: 0px;} .coupn-b .web-link:focus{color:#000;outline:none;} .coupn-b .web-link:hover{color:#000;text-decoration:none;} .jobs-hd{border-bottom: 1px solid #a9a9a9;margin: 0px 0px 30px;padding-bottom: 20px;} .jobs-hd h3{font-size: 25px;margin-bottom: 20px;letter-spacing: 0.03em;font-weight: 600; color: #000;} .jobs-edit{font-size:16px;border-bottom: 2px solid #00cab9;float: right;color: #00cab9;font-weight: 600;letter-spacing: 0.03em;margin: 10px 0px 0px;} .prod-edit:hover{text-decoration:none;} .jobs-hd h3 span{background: #00cab9;margin-top: 5px;height: 2px;display: block;width: 140px;} .no-jos{text-align:center;} .no-jos p{font-size: 22px;letter-spacing: 0.03em;color: #a9a9a9;} .no-jos img{width: 60px;} .job-opn{border-bottom:1px solid #a9a9a9;margin-bottom:20px;padding-bottom:10px;} .job-opn h4{font-size: 20px;display:inline-block;letter-spacing: 0.03em;color: #000;font-weight: 600;} .job-opn h4 span{font-size: 20px;display:block;letter-spacing: 0.03em;color: #a9a9a9;font-weight: 600;} .job-opn h5{display: inline-block;float: right;text-align: right;} .job-opn h5 span{font-size: 16px;display:block;letter-spacing: 0.03em;color: #a9a9a9;font-weight: 600;} .product-hd{border-bottom: 1px solid #a9a9a9;margin: 0px 0px 30px;padding-bottom: 20px;} .product-hd h3{font-size: 25px;margin-bottom: 20px;letter-spacing: 0.03em;font-weight: 600; color: #000;} .prod-edit{font-size:16px;border-bottom: 2px solid #00cab9;float: right;color: #00cab9;font-weight: 600;letter-spacing: 0.03em;margin: 10px 0px 0px;} .prod-edit:hover{text-decoration:none;} .product-hd h3 span{background: #00cab9;margin-top: 5px;height: 2px;display: block;width: 140px;} .product-pic{text-align:center;border: 1px solid #2ebeb3;padding: 20px;border-radius: 4px;box-shadow: 0px 0px 4px #2ebeb370;} .product-pic img{border-radius:4px;} .product-pic h3{font-size:18px;letter-spacing:0.03em;font-weight: 600;margin: 13px 0px 0px 0px;} .product-pic p{font-size: 16px;letter-spacing: 0.03em;color: #a9a9a9;font-weight: 600;line-height: 20px;margin: 10px 0px;} .visit-web{background: #00cab9;padding: 10px 24px;margin: 12px 0px 0px 0px;text-align: center;display: block;border-radius: 4px;font-size: 16px;color: #fff;font-weight: 600;} .visit-web:hover{color:#fff;text-decoration:none;} .visit-web:focus{color:#fff;} .prodt-pic{border: 1px solid #2ebeb3;padding: 0px;border-radius: 4px;box-shadow: 0px 0px 4px #2ebeb370;} .prodt-pic img{border-radius:4px;} .prodt-pic .prodtl h3{font-size:16px;letter-spacing:0.03em;font-weight: 600;margin: 13px 0px 0px 0px;} .prodt-pic .prodtl p{font-size: 14px;letter-spacing: 0.03em;color: #a9a9a9;font-weight: 600;line-height: 20px;margin: 10px 0px;} .prodt-pic .prodtl .visit-web{background: #00cab9;padding: 10px 24px;margin: 12px 0px 0px 0px;text-align: center;display: block;border-radius: 4px;font-size: 16px;color: #fff;font-weight: 600;} .prodt-pic .prodtl .visit-web:hover{color:#fff;text-decoration:none;} .prodt-pic .prodtl .visit-web:focus{color:#fff;} .ps-d{border: 1px solid #ddd;padding-top: 25px;text-align:center;border-radius: 4px;box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset, 0 1px 4px rgba(0, 0, 0, .05);margin-bottom: 20px;} .ps-d .max-w {position: relative;padding: 10px;background: #efefef;margin: 25px 0px 0px;} .ps-d .max-w p{text-align: left;font-size: 14px;letter-spacing: 0.03em;color: #000;font-weight: 600;line-height: 20px;margin: 0px 0px;} .ps-d .max-w p span{display:block;font-size:12px;color: #a9a9a9;} .ps-d .max-w .view-m{background: #00cab9;padding: 5px 15px;color: #fff;font-weight: 600;border-radius: 4px;right: 10px;top: 15px;position: absolute;} .ps-d .max-w .view-m:hover{text-decoration:none;} .prodct-sec .pro-top{margin-top:20px;} .prodct-sec .form-group label{font-size: 16px;letter-spacing: 0.03em;font-weight: 600;color: #000;margin-bottom: 5px;} .prodct-sec .form-group .form-control{border: 1px solid #ccc;height: 46px;color: #000;letter-spacing: 0.03em;border-radius: 4px;outline: none;} .prodct-sec .form-group .form-control:focus{box-shadow: none;} .prodct-sec textarea{border: 1px solid #ccc;color: #000;letter-spacing: 0.03em;border-radius: 4px;outline: none;} #demo { height:100%; position:relative; overflow:hidden; } .green{ background-color:#6fb936; } .thumb{ margin-bottom: 30px; } .page-top{ margin-top:85px; } img.zoom { width: 100%; height: 200px; border-radius:5px; object-fit:cover; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; } .transition { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); } .modal-header { border-bottom: none; } .modal-title { color:#000; } .modal-footer{ display:none; } .reviews-hd{border-bottom: 1px solid #a9a9a9;margin: 0px 0px 30px;padding-bottom: 20px;} .reviews-hd h3{font-size: 25px;margin-bottom: 20px;letter-spacing: 0.03em;font-weight: 600; color: #000;} .reviews-hd h3 span{background: #00cab9;margin-top: 5px;height: 2px;display: block;width: 140px;} .review-box{border-bottom: 1px solid #a9a9a9;margin-bottom:10px;padding-bottom: 35px;} .review-box h3{font-size: 22px;margin-bottom: 0px;letter-spacing: 0.03em;font-weight: 600;color: #000;} .review-box p{font-size: 15px;display: inline;letter-spacing: 0.03em;color: #a9a9a9;font-weight: 500;margin: 10px 0px 0px;} .reply-btn {background: none;border-bottom: 2px solid #00cab9;padding: 0px 0px 10px 0px;color: #00cab9;font-size: 16px;float: right;display: inline;margin: 10px 0px 0px 0px;} .reply-btn:hover{color:#00cab9;outline:none;} .reply-btn:focus{color:#00cab9;outline:none;} .msg-reply {display: none;margin-top: 40px;} .msg-reply .form-control{border: 1px solid #ccc;color: #000;letter-spacing: 0.03em;border-radius: 4px;outline: none;} .msg-reply .form-control:focus{box-shadow:none;} .msg-reply .reply-sub {background: #ffde00;padding: 10px 27px;color: #000;border-radius: 4px;font-weight: 600;letter-spacing: 0.03em;margin: 15px 0px 0px;} .msg-reply .reply-sub:focus{outline: none;} .product_view .modal-dialog{max-width: 800px; width: 100%;} .pre-cost{text-decoration: line-through; color: #a5a5a5;} .space-ten{padding: 10px 0;} .product_view .modal-dialog .modal-content .modal-header{padding: 10px 30px;} .product_view .modal-dialog .modal-content .modal-header .modal-title{font-size: 20px;letter-spacing: 0.03em;color: #000;font-weight: 600;margin: 0px;line-height: initial;padding-top: 6px;} .product_view .modal-dialog .modal-content .modal-header .modal-title span{color: #999;display: block;margin-top: 7px;font-size: 13px;} .product_view .modal-dialog .modal-content .modal-header a{background: #00cab9;display: block;padding:6px 15px;border-radius: 4px;color: #000;font-size: 14px;font-weight: 600;margin-top:0px;letter-spacing: 0.03em;} .product_view .modal-dialog .modal-content .modal-header .modal-title .box-star b{color: #efce4a;font-size: 18px;font-weight: 600;display: inline-block;letter-spacing: 0.03em;} p.box-star {margin: 0px;} .box-star img {width: 18px;margin-top: -5px;} .my-custom-scrollbar {position: relative;width: 800px;height: 400px;overflow: auto;} .write_view .modal-dialog{max-width: 800px; width: 100%;} .pre-cost{text-decoration: line-through; color: #a5a5a5;} .space-ten{padding: 10px 0;} .write_view .modal-dialog .modal-content .modal-header{padding: 10px 30px;} .write_view .modal-dialog .modal-content .modal-header .modal-title{font-size: 20px;letter-spacing: 0.03em;color: #000;font-weight: 600;margin: 0px;line-height: initial;padding-top: 6px;} .wrt-review img{width: 40px;border-radius: 50%;height: 40px;} .wrt-review h3{font-size: 18px;letter-spacing: 0.03em;color: #000;margin-left: 20px;font-weight: 600;display: inline-block;} .hide-id h3{font-size: 18px;letter-spacing: 0.03em;color: #000;margin:10px 0px 10px;font-weight: 600;display: inline-block;} .rating-str img{width:30px} .rate-input{margin-top: 15px;width: 449px;} .rate-input .form-control{padding: 0px;border-top: none;border-right: none;border-left: none;border-image: initial;border-bottom: 1px solid rgb(169, 169, 169);border-radius: 0px;margin-top: 0px;} .rate-input .form-control:focus{box-shadow: none;} .btn-sub{margin-top: 20px;} .post-bt{background: #00cab9;margin-bottom:0px;border:1px solid #00cab9;padding: 10px 25px;margin-right: 15px;border-radius: 4px;color: #000;font-size: 18px;font-weight: 600;margin-top: 10px;letter-spacing: 0.03em;} .post-bt:hover{color: #000;} .post-bt:focus{outline: none;color: #000;} .cancel-bt{background: none;margin-bottom:0px;border:1px solid #00cab9;padding: 10px 25px;border-radius: 4px;color: #00cab9;font-size: 18px;font-weight: 600;margin-top: 10px;letter-spacing: 0.03em;} .cancel-bt:hover{color: #00cab9;} .cancel-bt:focus{outline: none;color: #00cab9;} .outerDivFull { margin:50px; } .switchToggle{margin:5px 0px 20px } .switchToggle input[type="checkbox"]+label, input[type="radio"]+label{margin-left:0px;} .switchToggle input[type=checkbox]{height: 0; width: 0; visibility: hidden; position: absolute; } .switchToggle label {cursor: pointer; text-indent: -9999px; width: 70px; max-width: 70px; height: 30px; background: #ff0000; display: block; border-radius: 100px; position: relative; } .switchToggle label:after {content: ''; position: absolute; top: 2px; left: 2px; width: 26px; height: 26px; background: #fff; border-radius: 90px; transition: 0.3s; } .switchToggle input:checked + label, .switchToggle input:checked + input + label {background: #00cab9; } .switchToggle input + label:before, .switchToggle input + input + label:before {content: 'No'; position: absolute; top: 5px; left: 35px; width: 26px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff; } .switchToggle input:checked + label:before, .switchToggle input:checked + input + label:before {content: 'Yes'; position: absolute; top: 5px; left: 10px; width: 26px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff; } .switchToggle input:checked + label:after, .switchToggle input:checked + input + label:after {left: calc(100% - 2px); transform: translateX(-100%); } .switchToggle label:active:after {width: 60px; } .toggle-switchArea { margin: 10px 0 10px 0; } .edit-pro{background: #ffde00;padding: 10px 27px;color: #000;border-radius: 4px;font-weight: 600;letter-spacing: 0.03em;margin: 5px 0px 0px;} .edit-pro:hover{text-decoration:none;color:#000;} .edit-pro:focus{color:#000;} .edit-prot .modal-dialog {max-width: 450px;width: 100%;} .model-hd{font-size: 18px;letter-spacing: 0.03em;color: #000;font-weight: 600;margin: 0px;} .img-uplod{text-align:center;} .img-up img{height: 110px;width: 110px;border-radius: 50%;} .uplod-img{background: #ffde00;padding: 10px 27px;color: #000;border-radius: 4px;font-weight: 600;letter-spacing: 0.03em;margin: 15px 0px 0px;} .uplod-img:hover{text-decoration:none;color:#000;} .uplod-img:focus{color:#000;outline:none;} .profile-sec-edit{padding:0px;} .form-edit{margin:15px 0px 0px } .form-edit .form-group label{font-size: 16px;letter-spacing: 0.03em;font-weight: 600;color: #000;margin-bottom: 5px;} .form-edit .form-group .form-control{border: 1px solid #ccc;height: 46px;color: #000;letter-spacing: 0.03em;border-radius: 4px;outline: none;} .form-edit .form-group .form-control:focus{box-shadow: none;} .switch-b h3{font-size:16px;letter-spacing:0.03em;color:#000} .social-form p{font-size: 14px;letter-spacing: 0.03em;font-weight: 600;color: #000;margin: 0px 0px 5px;} .social-form .switch {display: inline-block;margin-bottom: 10px;height: 25px;position: relative;width:54px;} .social-form .switch input {display:none;} .social-form .switch .slider {background-color: #ccc;bottom: 0;cursor: pointer;left: 0;position: absolute;right: 0;top: 0;transition: .4s;} .social-form .switch .slider:before {background-color: #fff;bottom: 3px;content: "";height: 20px;left: 4px;position: absolute;transition: .4s;width: 20px;} .social-form .switch input:checked + .slider {background-color: #66bb6a;} .social-form .switch input:checked + .slider:before {transform: translateX(26px);} .social-form .switch .slider.round {border-radius: 34px;} .social-form .switch .slider.round:before{border-radius: 50%;left: 4px;} .box-slide{ display:none;overflow: hidden;} .box-inner{width: 400px;} .form-edit{margin:15px 0px 0px } .box-inner .form-group label{font-size: 16px;letter-spacing: 0.03em;font-weight: 600;color: #000;margin-bottom: 5px;} .box-inner .form-group .form-control{border: 1px solid #ccc;height: 46px;color: #000;letter-spacing: 0.03em;border-radius: 4px;outline: none;} .box-inner .form-group .form-control:focus{box-shadow: none;} .save-pro{background: #ffde00;padding: 10px 27px;color: #000;border-radius: 4px;font-weight: 600;letter-spacing: 0.03em;margin: 20px 0px 0px;display:block;} .save-pro:hover{color:#000;} .save-pro:focus{color:#000;outline:none;} .about-sec-edit{padding:0px;} .about-cntn .form-group label{font-size: 16px;letter-spacing: 0.03em;font-weight: 600;color: #000;margin-bottom: 5px;} .about-cntn .form-group .form-control{border: 1px solid #ccc;color: #000;letter-spacing: 0.03em;border-radius: 4px;outline: none;} .about-cntn .form-group .form-control:focus{box-shadow: none;} /* client prfile css end */ /* Brand job sec start */ .brand-pro-sec{margin-top:80px;} .post-job{border-bottom:2px solid #ffde00;/*box-shadow: 4px 4px 0px #dbc1122e;*/padding: 0px 0px 20px;margin: 20px 0px;} .post-job h3{font-size: 25px;letter-spacing: 0.03em;font-weight: 600;color: #000;} .post-job h3 a{background: #ffde00;padding: 8px 30px;font-size: 16px;letter-spacing: 0.03em;color: #000;border-radius: 4px;float: right;} .post-job h3 a:hover{text-decoration:none;} .act-box{margin-right:15px} .active-job-drop .form-group{display:inline-block;} .active-job-drop .form-group .form-control{border:1px solid #00cab9;color: #00cab9;} .drop-down-menu{-webkit-appearance: none;-moz-appearance: none;appearance: none;background: #fff url(../img/drop-bot.png) no-repeat 96% center;} .active-job-drop .form-group .form-control:focus{box-shadow:none;border-color:#00cab9} .table-responsive.table-data{margin: 20px 0px 40px;} .table-data table{border:none;margin-bottom: 0px;} .table-data table thead {background: #fff;} .table-data .table th{border-bottom:5px solid #a9a9a9;padding: 20px 0px;border-top:none;font-size: 16px;letter-spacing: 0.03em;color: #000;font-weight: 600;} .table-data .table tbody tr{border-bottom:1px solid #a9a9a9;} .table-data .table tbody tr td{font-size: 16px;padding: 20px 0px;vertical-align: middle;color: #a9a9a9;border-top: none;font-weight: 600;} .table-data .table tbody tr td input{margin-bottom: 0px;margin-right: 10px;} .table-data .table tbody tr td span{font-size: 14px;color:blue} /* apply Candidate */ .table-responsive.apply-table-data{margin: 20px 0px 40px;} .apply-table-data table{border:none;margin-bottom: 0px;} .apply-table-data table thead {background: #fff;} .apply-table-data .table th{border-bottom:5px solid #a9a9a9;padding: 20px 0px;border-top:none;font-size: 16px;letter-spacing: 0.03em;color: #000;font-weight: 600;} .apply-table-data .table tbody tr{border-bottom:1px solid #a9a9a9;} .apply-table-data .table tbody tr td{font-size: 16px;padding: 20px 0px;vertical-align: t;color: #a9a9a9;border-top: none;font-weight: 600;} .apply-table-data .table tbody tr td input{margin: 8px 10px 0px 0px;display: inline-block;float: left;} .apply-table-data .table tbody tr td p{font-size: 16px;color:#a9a9a9;display:inline-block;font-weight: 600;} .apply-table-data .table tbody tr td span{font-size: 16px;color:#a9a9a9;display:block} .job-post-frm{/*:1px solid #a9a9a9;*/margin: 30px 0px;padding:15px 30px;box-shadow: 0px 0px 6px #ffde00;} .first-step h3{font-size: 25px;letter-spacing: 0.03em;font-weight: 600;color: #000;border-bottom: 1px solid #a9a9a9;} .form-job{margin-top:25px;} .titl-lp label{font-size: 16px;letter-spacing: 0.03em;color: #000;font-weight: 600;} .titl-lp .form-control{border: 1px solid #ccc;height: 46px;letter-spacing: 0.03em;border-radius: 4px;} .titl-lp .form-control:focus{box-shadow:none;} .seclt-exp .form-group{display:inline-block;width: 249px;} .drop-down-icon {-webkit-appearance: none;-moz-appearance: none;appearance: none;background: #fff url(../img/drop-down-icon.png) no-repeat 96% center;} .seclt-exp .form-group select {margin: 0 0 0 0;} .sel-exp .form-group {display: inline-block;width: 140px;} .sel-exp img{ margin-right: 15px;} .sel-exp span{font-size: 16px;letter-spacing: 0.03em;color: #000;font-weight: 600;margin: 0px 10px;} .sel-exp .form-group select {margin: 0 0 0 0;} .count-new{background: #ffde00;float:right;padding: 10px 25px;border-radius: 4px;color: #000;letter-spacing: 0.03em;font-weight: 600;} .count-new:hover{color:#000;} .count-new:focus{outline:none;color:#000;} .count-new img{margin-left: 15px;} .secnd-step h3 {font-size: 25px;letter-spacing: 0.03em;font-weight: 600;color: #000;border-bottom: 1px solid #a9a9a9;} .dis-form { margin-top: 25px;} .lit-lp .form-control:focus{box-shadow:none;border-color:#ccc;} .lit-lp label {font-size: 16px;letter-spacing: 0.03em;color: #000;font-weight: 600;} .lit-lp label span{display: block;font-size: 14px;} .bck-new{background: #ffde00;float:left;padding: 10px 25px;border-radius: 4px;color: #000;letter-spacing: 0.03em;font-weight: 600;} .bck-new:hover{color:#000;} .bck-new:focus{outline:none;color:#000;} .bck-new img{margin-right: 15px;} .job_review .modal-dialog{max-width: 800px; width: 100%;} .pre-cost{text-decoration: line-through; color: #a5a5a5;} .space-ten{padding: 10px 0;} .job_review .modal-dialog .modal-content .modal-header{padding: 10px 17px;} .job_review .modal-dialog .modal-content .modal-header .modal-title{font-size: 20px;letter-spacing: 0.03em;color: #000;font-weight: 600;margin: 0px;line-height: initial;padding-top: 6px;} .job_review .modal-dialog .modal-content .modal-header .modal-title span{color: #999;display: block;margin-top: 7px;font-size: 13px;} .job-item{padding:0px 0px 10px 0px;border-bottom:1px solid #a9a9a9;margin-bottom:20px;} .job-sec-ed h4{font-size: 16px;letter-spacing: 0.03em;font-weight: 900;color: #666;margin: 0px;} .job-sec-ed h4 span{font-size: 14px;letter-spacing: 0.03em;font-weight: 600;color: #2ebeb3;margin: 0px;} .job-sec-ed h3{font-size: 18px;letter-spacing: 0.03em;font-weight: 600;color: #000;margin: 10px 0px 0px;} .job-req {border-bottom: 1px solid #ccc;margin-bottom: 10px;padding-bottom: 10px;} .job-req h4 {font-size: 18px;letter-spacing: 0.03em;color: #000;font-weight: 500;} .job-req h5 {font-size: 16px;letter-spacing: 0.03em;color: #9a9a9a;font-weight: 600;} .job-req p {font-size: 14px;letter-spacing: 0.03em;color: #9a9a9a;font-weight: 600;margin: 0px;} .submit-sec{padding: 0px;} .review-sub {background: #ffde00;float: left;padding: 10px 30px;border-radius: 4px;color: #000;letter-spacing: 0.03em;font-weight: 600;margin:30px 0px;} .review-sub:hover{color:#000;} .review-sub:focus{outline:none;color:#000;} .gallery-brand-sec{margin:80px 0px 30px 0px;} .gallery-box{margin:30px 0px;} .gallery-box h3 {font-size: 25px;letter-spacing: 0.03em;font-weight: 600;color: #000;} .btn-all-img{margin-top: 24px;text-align: center;} .all-img{margin: 17px 0px 0px 0px;background: #ffde00;padding: 10px 45px;border-radius: 4px;color: #000;font-weight: 600;} .all-img:hover{color:#000;text-decoration:none;} .photo-gel{position:relative;margin-bottom:20px;} .photo-gel span{background: #000;cursor:pointer;height: 35px;display: block;text-align: center;width: 35px;border-radius: 50%;position: absolute;right: 0;bottom: 0px;} .photo-gel span i{font-size: 20px;color: #fff;padding: 7px 0px;} /* Brand job sec End */ /* Product and Services Star */ .product-brand-sec{margin:80px 0px 30px 0px;} .product-box{margin:30px 0px;} .product-box h3 {font-size: 25px;letter-spacing: 0.03em;font-weight: 600;color: #000;} .btn-all-img{margin-top: 24px;text-align: center;} .product-pic{margin-bottom:20px;} .all-img{margin: 17px 0px 0px 0px;background: #ffde00;padding: 10px 45px;border-radius: 4px;color: #000;font-weight: 600;} .all-img:hover{color:#000;text-decoration:none;} .photo-gel{position:relative;margin-bottom:20px;} .photo-gel span{background: #000;cursor:pointer;height: 35px;display: block;text-align: center;width: 35px;border-radius: 50%;position: absolute;right: 0;bottom: 0px;} .photo-gel span i{font-size: 20px;color: #fff;padding: 7px 0px;} /* Brand job sec End */ /* QR-code Css Start */ .qr-txt{background:#f2f2f2;} .qrcode-sec{margin:80px 0px 30px 0px;} .qrcode-box{margin:30px 0px;} .qrcode-box h3 {font-size: 25px;letter-spacing: 0.03em;font-weight: 600;color: #000;} .qr-gen {background: #fff;padding: 10px;border-radius: 4px;text-align:center;} .qr-copy img{opacity: .1;max-width: 253px;} .qr-type ul{list-style: none;margin-left: 0px;} .qr-type ul li{display:inline-block;margin-right: 12px;background: #fff;padding: 10px 22px;border: 1px solid #2ebeb3;border-radius:30px;} .qr-type ul li a{font-size:14px;letter-spacing:0.03em;color:#000;font-weight:600;} .qr-btn .download-qr{padding: 10px 65px;font-size: 18px;letter-spacing: 0.03em;font-weight: 600;color: #fff;background: #2ebeb3;border-radius: 4px;margin: 20px 0px 20px 0px;} .qr-btn .download-qr:focus{outline:none;} .step1{background: #ffde00; padding: 10px; border-top-left-radius: 4px; border-top-right-radius: 4px;margin-bottom: 10px;} .step1 h3{ font-size: 18px; letter-spacing: 0.03em; font-weight: 600; margin: 0px;} .step2{background: #2ebeb3; padding: 10px; border-top-left-radius: 4px; border-top-right-radius: 4px;margin-bottom: 10px;} .step2 h3{ font-size: 18px; letter-spacing: 0.03em; font-weight: 600; color: #fff; margin: 0px;} .qr-input{background: #fff;padding: 0px 0px 10px 0px;border-radius: 4px;} .qr-input .form-group{padding:0px 15px;} .qr-input .form-group label {font-size: 16px;letter-spacing: 0.03em;font-weight: 600;color: #000;margin-bottom: 5px;} .qr-input .form-group .form-control {border: 1px solid #ccc;height: 46px;color: #000;letter-spacing: 0.03em;border-radius: 4px;outline: none;} .qr-input .form-group .form-control:focus{box-shadow: none;} .btn-gen{padding:0px 15px;} .btn-gen .gen-code{padding: 10px 65px;font-size: 18px;letter-spacing: 0.03em;font-weight: 600;color: #fff;background: #2ebeb3;border-radius: 4px;margin: 20px 0px 20px 0px;} .btn-gen .gen-code:focus{outline:none;} .qr-op {text-align:center;margin-bottom:20px;} .qr-op img{width:150px;} .qr-op h3{font-size: 16px;letter-spacing: 0.03em;color: #000;font-weight: 600;margin: 0px;} /* QR-code Css end */ /* Product and Services End */ /* message box css star */ .message-sec{margin: 80px 0px 30px 0px;} .brnd-mss{padding:0px 15px 0px 0px;} .brnd-mesge{margin:30px 0px;border-bottom: 1px solid #a9a9a9;padding-bottom: 15px;} .brnd-mesge h3{font-size: 26px;letter-spacing: 0.03em;color: #000;font-weight: 600;margin: 0px;} .in-box-active{padding:0px;} .read-mesge{border-bottom: 1px solid #a9a9a9;padding-bottom: 15px;} .read-mesge .inbx-btn{color: #2ebeb3;background: none;margin: 0px 20px 0px 0px;font-size: 18px;padding: 0px 0px 10px 0px;border-bottom: 2px solid #2ebeb3;letter-spacing: 0.03em;font-weight: 600;} .read-mesge .inbx-btn:focus{outline:none;} .mesg-back{background:#e9e9e9;} .msg-in{border-bottom: 1px solid #a9a9a9;padding: 0px 0px 10px 0px;margin-top: 20px;} .in-box{background: #fff;padding: 15px;} .msg-in .img-id{width:50px;height:50px;float:left;margin-right: 15px;} .msg-in .img-id img{border-radius:50%;} .msg-in .detal-box h3{font-size: 18px;letter-spacing: 0.03em;color: #000;font-weight: 600;} .msg-in .detal-box h3 span{font-size: 16px;float:right;font-weight: 600;letter-spacing: 0.03em;color: #a9a9a9;} .msg-in .detal-box span {font-size: 16px;font-weight: 600;letter-spacing: 0.03em;color: #a9a9a9;} .msg-you{padding: 0px 0px 10px 0px;margin-top: 20px;} .in-box{background: #fff;padding: 15px;} .msg-you .img-you{width:50px;height:50px;float:left;margin-right: 15px;} .msg-you .img-you img{border-radius:50%;} .msg-you .detal-you h3{font-size: 18px;letter-spacing: 0.03em;color: #000;font-weight: 600;} .msg-you .detal-you h3 span{font-size: 12px;display:block;font-weight: 600;letter-spacing: 0.03em;color: #a9a9a9;} .msg-you .detal-you span{font-size: 16px;font-weight: 600;letter-spacing: 0.03em;color: #a9a9a9;} .messge-review{background: #fff;padding: 15px;} .detal-you .mesge-b{display: inline-block;margin-top: 40px;padding-left: 60px;} .detal-you .mesge-b p{font-size: 16px;letter-spacing: 0.03em;color: #555;font-weight: 600;} .detal-you .mesge-b h3 span{ display: block;float: none;font-size: 16px;letter-spacing: 0.03em;color: #a9a9a9;font-weight: 600;margin-bottom: 10px;} .rec-msg-you{padding: 0px 0px 10px 0px;margin-top: 20px;} .rec-msg-you .rec-img-you{width:50px;height:50px;float:left;margin-right: 15px;} .rec-msg-you .rec-img-you img{border-radius:50%;} .rec-msg-you .rec-detal-you h3{font-size: 18px;letter-spacing: 0.03em;color: #000;font-weight: 600;} .rec-msg-you .rec-detal-you h3 span{font-size: 12px;display:block;font-weight: 600;letter-spacing: 0.03em;color: #a9a9a9;} .msg-you .rec-detal-you span{font-size: 16px;font-weight: 600;letter-spacing: 0.03em;color: #a9a9a9;} .messge-review{background: #fff;padding: 15px;} .rec-detal-you .rec-mesge-b{margin-top: 40px;padding-left: 60px;} .rec-detal-you .rec-mesge-b p{font-size: 16px;letter-spacing: 0.03em;color: #555;font-weight: 600;} .rec-detal-you .rec-mesge-b h3 span{ display: block;float: none;font-size: 16px;letter-spacing: 0.03em;color: #a9a9a9;font-weight: 600;margin-bottom: 10px;} .msg-snd-pro{border-top: 1px solid #a9a9a9;padding-top: 35px;} .sub-snd .form-rounded{float: left;width: 90%;outline:none} .sub-snd .snd-btn-msg{border-radius: 50%;height: 45px;width: 45px;padding: 0px;margin-left: 30px;background: #ffffff;border: 1px solid #2ebeb3;} .sub-snd .snd-btn-msg:hover {background: #2ebeb3;border: none;} .sub-snd .snd-btn-msg:focus{outline:none;} .sub-snd .snd-btn-msg img{height:20px;width: 20px;margin: 0px 0px 0px 5px;} /* message box css end */ /* user box css star */ .user-message-sec{margin: 80px 0px 30px 0px;} .user-brnd-mss{padding:0px 15px 0px 0px;} .user-brnd-mesge{margin:30px 0px;border-bottom: 1px solid #a9a9a9;padding-bottom: 15px;} .user-brnd-mesge h3{font-size: 26px;letter-spacing: 0.03em;color: #000;font-weight: 600;margin: 0px;} .user-in-box{padding:0px;} .user-read-mesge{border-bottom: 1px solid #a9a9a9;padding-bottom: 15px;} .user-read-mesge .user-inbx-btn{color: #2ebeb3;background: none;margin: 0px 20px 0px 0px;font-size: 18px;padding: 0px 0px 10px 0px;border-bottom: 2px solid #2ebeb3;letter-spacing: 0.03em;font-weight: 600;} .user-read-mesge .user-inbx-btn:focus{outline:none;} .user-mesg-back{background:#e9e9e9;} .user-msg-in{border-bottom: 1px solid #a9a9a9;padding: 0px 0px 10px 0px;margin-top: 20px;} .user-in-box{background: #fff;padding: 15px;} .user-msg-in .user-img-id{width:50px;height:50px;float:left;margin-right: 15px;} .user-msg-in .user-img-id img{border-radius:50%;} .user-msg-in .user-detal-box h3{font-size: 18px;letter-spacing: 0.03em;color: #000;font-weight: 600;} .user-msg-in .user-detal-box h3 span{font-size: 16px;float:right;font-weight: 600;letter-spacing: 0.03em;color: #a9a9a9;} .user-msg-in .user-detal-box span {font-size: 16px;font-weight: 600;letter-spacing: 0.03em;color: #a9a9a9;} .no-mag-ser{padding:0px;background: #fff;} .no-message{text-align: center;padding:100px 0px;border-radius:4px;border-top:4px solid #000;} .no-message img{width:100px;} .no-message h3{font-size: 30px;letter-spacing: 0.03em;color: #000;margin: 19px 0px 0px 0px;font-weight: 600;} .user-msg-you{padding: 0px 0px 10px 0px;margin-top: 20px;} .user-in-box{background: #fff;padding: 15px;} .user-msg-you .user-img-you{width:50px;height:50px;float:left;margin-right: 15px;} .user-msg-you .user-img-you img{border-radius:50%;} .user-msg-you .user-detal-you h3{font-size: 18px;letter-spacing: 0.03em;color: #000;font-weight: 600;} .user-msg-you .user-detal-you h3 span{font-size: 12px;display:block;font-weight: 600;letter-spacing: 0.03em;color: #a9a9a9;} .user-msg-you .user-detal-you span{font-size: 16px;font-weight: 600;letter-spacing: 0.03em;color: #a9a9a9;} .user-messge-review{background: #fff;padding: 15px;} .user-detal-you .user-mesge-b{display: inline-block;margin-top: 40px;padding-left: 60px;} .user-detal-you .user-mesge-b p{font-size: 16px;letter-spacing: 0.03em;color: #555;font-weight: 600;} .user-detal-you .user-mesge-b h3 span{ display: block;float: none;font-size: 16px;letter-spacing: 0.03em;color: #a9a9a9;font-weight: 600;margin-bottom: 10px;} .user-rec-msg-you{padding: 0px 0px 10px 0px;margin-top: 20px;} .user-rec-msg-you .user-rec-img-you{width:50px;height:50px;float:left;margin-right: 15px;} .user-rec-msg-you .user-rec-img-you img{border-radius:50%;} .user-rec-msg-you .user-rec-detal-you h3{font-size: 18px;letter-spacing: 0.03em;color: #000;font-weight: 600;} .user-rec-msg-you .user-rec-detal-you h3 span{font-size: 12px;display:block;font-weight: 600;letter-spacing: 0.03em;color: #a9a9a9;} .user-msg-you .user-rec-detal-you span{font-size: 16px;font-weight: 600;letter-spacing: 0.03em;color: #a9a9a9;} .user-messge-review{background: #fff;padding: 15px;} .user-rec-detal-you .user-rec-mesge-b{margin-top: 40px;padding-left: 60px;} .user-rec-detal-you .user-rec-mesge-b p{font-size: 16px;letter-spacing: 0.03em;color: #555;font-weight: 600;} .user-rec-detal-you .user-rec-mesge-b h3 span{ display: block;float: none;font-size: 16px;letter-spacing: 0.03em;color: #a9a9a9;font-weight: 600;margin-bottom: 10px;} .user-msg-snd-pro{border-top: 1px solid #a9a9a9;padding-top: 35px;} .user-sub-snd .form-rounded{float: left;width: 90%;outline:none} .user-sub-snd .form-control:focus{box-shadow: none;color: #ccc;} .user-sub-snd{position:relative;} .user-sub-snd span{font-size: 25px;position: absolute;top: 18px;right: 100px;} .user-sub-snd .user-snd-btn{border-radius: 50%;height: 45px;width: 45px;padding: 0px;margin-left: 30px;background: #ffffff;border: 1px solid #2ebeb3;} .user-sub-snd .user-snd-btn:hover {background: #2ebeb3;border: none;} .user-sub-snd .user-snd-btn:focus{outline:none;} .user-sub-snd .user-snd-btn img{height:20px;width: 20px;margin: 0px 0px 0px 5px;} .content-div{ /* width:300px; */ /* height:300px; */ /* background: orange; */ position: relative; } span.msg-noti { background: #ff0000; height: 20px; width: 20px; display: block; border-radius: 50%; font-size: 13px; position: absolute; text-align: center; top: -8px; right: -8px; } /* .inter{ */ /* position: absolute; */ /* width: 230px; */ /* height: auto; */ /* padding: 15px; */ /* background:#fff; */ /* top: 31px; */ /* right: 0; */ /* overflow: initial; */ /* display:none; */ /* } */ /* .inter ul{ */ /* background:#fff; */ /* text-align: left; */ /* list-style:none; */ /* padding: 0px; */ /* margin-left: 0px; */ /* } */ /* .inter ul li{display:block;} */ /* .inter ul li a{color: #000;} */ /* user message box css end */ /* New Footer Css Start */ .footer-copyright{border-top:1px solid #ddd;} .copyright{background-color:#f0f0f0;} .copyright p{margin:15px auto;} footer.footer-des{background-color:#222222;padding: 30px 0px;} footer.footer-des .menu li a{color:#b1aca1;padding:10px;text-decoration:none;} footer.footer-des .menu li a:hover{color:#7dabdb;} .list-inline {padding-left: 0; margin-left: -5px;list-style: none;margin:0 auto;} .list-inline>li {display: inline-block;padding-right: 5px;padding-left: 5px;} footer .menu li a {color: #b1aca1;padding: 10px;text-decoration: none;} footer .list-inline li a img{margin-bottom:15px;} .hart-beat{position:relative;margin: 20px auto 0px;} .hart-beat h3{color: #fff;display: inline-block;font-size: 16px;} .hart-beat .center {position: absolute;display: inline-block;margin-left: 15px;transform: translate(-50%,-50%);padding: 15px 15px 18px;/*background-color: #262626;*//* border: 0px solid #fff; */border-radius: 50%;z-index: 999; overflow: hidden;} .hart-beat.center:before {content: '';/*position: absolute;*/top: 0;left: -50%;width: 100%;height: 100%;background: rgba(0,0,0,.3);} .hart-beat .heart {/*position: relative;*/width: 10px;height: 10px;bottom: 10px;background: #f00;transform: rotate(45deg) translate(10px,10px);animation: animate 1s linear infinite;} .hart-beat .heart:before {content: '';width: 100%;height: 100%;background: #f00;position: absolute;top: -50%;left: 0;border-radius: 50%;} .hart-beat .heart:after {content: '';width: 100%;height: 100%;background: #f00;position: absolute;bottom: 0;right: 50%;border-radius: 50%;} @keyframes animate { 0% { transform: rotate(45deg) translate(10px,10px) scale(1); } 25% { transform: rotate(45deg) translate(10px,10px) scale(1); } 30% { transform: rotate(45deg) translate(10px,10px) scale(1.4); } 50% { transform: rotate(45deg) translate(10px,10px) scale(1.2); } 70% { transform: rotate(45deg) translate(10px,10px) scale(1.4); } 90% { transform: rotate(45deg) translate(10px,10px) scale(1); } 100% { transform: rotate(45deg) translate(10px,10px) scale(1); } } /* Navbar Css start */ @media (max-width: 786px){ .logo {position: fixed;top: 0;margin-top: 0px;margin: 0px 0px;} .menu-icon {display: block;padding: 0px 0px;} nav ul {max-height: 0px;padding-right: 0px;line-height: 30px;} .showing {max-height: 34em;} nav ul li {box-sizing: border-box;width: 100%;text-align: center;} .user-form{width: 100%;} .client-detail-form .user-btns p{padding-left:0px;} .client-detail-form {padding: 20px 10px;} .client-login{padding:3px 0px 10px;} .main-cont {margin: 0px 0px;} .logo-img{margin-bottom:30px;} .company-pic img{margin-bottom:20px;} .coupon-pic img{margin-bottom:20px;} .user-login{border-right: none;border-right: 1px solid #a9a9a9;padding: 30px 10px;} .skip-btn{margin-top:0px;} .product-pic {margin-bottom: 20px;} .add-coupn{margin: 0px 0px 0px 9px;} .coupn-me {margin-bottom: 20px;} .job-opn h4 span{font-size:16px;} .fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: "\f0c9"; color: #fff; } } @media (max-width: 480px){ .user-form{width: 100%;} .client-detail-form .user-btns p{padding-left:0px;} .client-detail-form {padding: 20px 10px;} .client-detail-form .user-btns .facebook-btn{margin-right: 0;padding: 8px 10px;} .client-detail-form .user-btns .google-btn {margin-right: 0;padding: 8px 10px;} .client-login{padding:3px 0px 10px;} .main-cont {margin: 0px 0px;} .logo-img{margin-bottom:30px;} .user-login{border-right: none;border-bottom: 1px solid #a9a9a9;} .skip-btn{margin-top:0px;} .job-opn h4 span{font-size:16px;} .edit-prot .modal-dialog {max-width: 329px;width: 100%;} .box-inner {width: 100%;} .review {float: left;text-align: left;margin-top: 23px;} .add-coupn{margin: 0px 0px 0px 9px;} .coupn-me {margin-bottom: 20px;} .prod-edit {float: none;display: block; } }
assets/css/client-style.css
body {font-family: 'Lato', sans-serif !important;} .client-login{ background: url(../img/web-back.jpg) no-repeat; /* background: url(../img/client-side-bg.jpg) no-repeat; */ min-height: 100vh;background-size: cover;padding: 1px 0px 35px;} .main-cont{margin:170px 0px 60px;} .logo-img{text-align:center;margin-bottom: 70px;display:none;} .skip-btn{text-align:center;margin-top:70px;} .skip{font-size: 16px;letter-spacing: 0.03em;color: #000;background: #ffd200;border: none; padding: 5px 15px; border-radius: 4px} .skip img{width:18px;} .logo-img img{width: 250px;} .border-box{border-right: 1px solid #a9a9a9;} .user-login{padding: 30px 0px;} .scrollbars{ width: 100%; height:545px } .clearHeader { background-color: #000; position:fixed; top:0; left:0; width:100%; -webkit-transition: background 1s; /* For Safari 3.1 to 6.0 */ transition: background 1s; z-index: 99; } .clearHeader.darkHeader { background-color:#000; z-index: 999; } .login-detail{text-align:center;} .login-detail a:hover{text-decoration: none;} .login-detail img{width: 100px;margin-bottom: 15px;} .login-detail h3{font-size: 30px;color: #fff;letter-spacing: 0.03em;font-weight: 600;text-transform: uppercase;margin: 0px;} .brand-detail{text-align:center;} .brand-detail a:hover{text-decoration: none;} .brand-detail img{width: 100px;height:104px;margin-bottom: 15px;} .brand-detail h3{font-size: 30px;color: #fff;letter-spacing: 0.03em;font-weight: 600;text-transform: uppercase;margin: 0px;} .user-form{width: 500px;padding:13px;margin: 0px auto;background: #00caba;border-radius: 4px;} .client-detail-form{background: #fff;padding: 20px 30px;} .client-detail-form h3{font-size: 20px;text-align:center;color: #666;letter-spacing: 0.03em;font-weight: 600;text-transform: uppercase;margin: 0px;margin: 0px 0px 20px 0px;} .client-detail-form .form-group .form-control{outline: none;border: 1px solid #ccc;height: 45px;border-radius: 4px;letter-spacing: 0.03em;} .client-detail-form .form-group .form-control:focus{box-shadow:none;} .client-detail-form .form-group{position:relative;} .client-detail-form .form-group .label-b{padding-left: 20px;margin: 0px;font-size: 15px;color: #777777;font-weight: 600;} .client-detail-form .form-group .form-check-input{position: absolute;left: 21px;top: 2px;} .client-detail-form .user-btns {text-align: center;} .client-detail-form .user-btns .user-btn{background: #ffd200;display: block;width: 100%;padding: 10px 6px;border: none;border-radius: 4px;font-size: 18px;letter-spacing: 0.03em;color: #000;font-weight: 600;} .client-detail-form .user-btns span {font-size: 18px;letter-spacing: 0.03em;font-weight: 600;color: #282725;display: block;margin-bottom: 10px;} .client-detail-form .user-btns .facebook-btn {border: none;background: #3c589c;color: #fff;font-size: 16px;font-weight: 600;outline: none;margin-bottom: 10px; margin-right: 22px;padding: 8px 30px;border-radius: 4px;} .client-detail-form .user-btns .facebook-btn i {margin-right: 10px;} .client-detail-form .user-btns .google-btn {border: none;background: #df4b3b;color: #fff;font-size: 16px;outline: none;font-weight: 600;margin-bottom: 10px;margin-right: 22px;padding: 8px 30px;border-radius: 4px;} .client-detail-form .user-btns .google-btn i {margin-right: 10px;} .client-detail-form .user-btns p {position: relative;margin: 0px;padding-left: 17px;font-size: 16px;letter-spacing: 0.03em;color: #777;font-weight: 500;} .user-signUp{width: 500px;padding: 13px;margin: 0 auto;background: #00caba;border-radius: 4px;} .user-sign{background: #fff;padding: 20px 30px;} .user-sign h3 {font-size: 20px;text-align: center;color: #666;letter-spacing: 0.03em;font-weight: 600;text-transform: uppercase;margin: 0px 0px 20px 0px;} .user-signUp .user-sign .form-group .form-control {outline: none;border: 1px solid #ccc;height: 45px;border-radius: 4px;letter-spacing: 0.03em;} .user-signUp .user-sign .form-group .form-control:focus {box-shadow:none;} .user-sign .user-btns {text-align: center;} .user-sign .user-btns .user-btn{background: #ffd200;outline: none;width: 100%;padding: 10px 6px;border: none;border-radius: 4px;font-size: 18px;letter-spacing: 0.03em;color: #000;font-weight: 600;} .user-sign .user-btns span {font-size: 18px;letter-spacing: 0.03em;font-weight: 600;color: #282725;display: block;margin-bottom: 10px;} .user-sign .user-btns .facebook-btn {border: none;background: #3c589c;color: #fff;font-size: 16px;font-weight: 600;outline: none;margin-bottom: 10px; margin-right: 22px;padding: 8px 30px;border-radius: 4px;} .user-sign .user-btns .facebook-btn i {margin-right: 10px;} .user-sign .user-btns .google-btn {border: none;background: #df4b3b;color: #fff;font-size: 16px;outline: none;font-weight: 600;margin-bottom: 10px;margin-right: 22px;padding: 8px 30px;border-radius: 4px;} .user-sign .user-btns .google-btn i {margin-right: 10px;} .user-sign .user-btns p {position: relative;margin: 0px;padding-left: 17px;font-size: 16px;letter-spacing: 0.03em;color: #777;font-weight: 500;} .user-sign .form-group .form-control:focus{box-shadow:none;border-color:#ccc;} .forget-pass {background: #fff;padding: 20px 30px;} .forget-pass h3 {font-size: 18px;text-transform: uppercase;text-align: center;letter-spacing: 0.03em;color: #666;font-weight: 600;margin-top: 15px;} .forget-pass label {font-size: 16px;margin-bottom: 13px;color: #000;font-weight: 600;letter-spacing: 0.03em;font-family: 'Lato', sans-serif;} .forget-pass .form-control:focus{box-shadow:none;border-color:#ccc;} .forget-pass .user-btns{text-align:center;} .forget-pass .user-btns .gen-otp {background: #ffde00;color: #000;font-size: 18px;outline: none;border: none;margin-top: 15px;margin-bottom: 10px;font-weight: 600;padding: 10px 20px;border-radius: 4px;} .otp-btn-submit .send-otp-sub {background: #ffde00;color: #000;font-size: 18px;width: 100%;border: none;outline: none;margin-bottom: 0px;margin-top: 15px;font-weight: 600;padding: 10px 20px;border-radius: 4px;} .new-pass {background: #fff;padding: 20px 30px;} .new-pass h3 {font-size: 18px;text-transform: uppercase;text-align: center;letter-spacing: 0.03em;color: #666;font-weight: 600;margin-top: 15px;} .new-pass label {font-size: 16px;margin-bottom: 8px;color: #000;font-weight: 600;letter-spacing: 0.03em;font-family: 'Lato', sans-serif;} .new-pass .form-control:focus{box-shadow:none;border-color:#ccc;} .new-pass .user-btns{text-align:center;} .new-pass .user-btns .gen-otp {background: #ffde00;color: #000;font-size: 18px;outline: none;border: none;margin-top: 15px;margin-bottom: 10px;font-weight: 600;padding: 10px 20px;border-radius: 4px;} .new-pass .otp-btn-submit .main-sub{background: #ffde00;color: #000;font-size: 18px;width: 100%;border: none;outline: none;margin-bottom: 0px;margin-top: 15px;font-weight: 600;padding: 10px 20px;border-radius: 4px;} .otp-pass {background: #fff;padding: 20px 30px;} .otp-pass h3 {font-size: 18px;text-transform: uppercase;text-align: center;letter-spacing: 0.03em;color: #666;font-weight: 600;margin-top: 15px;} .otp-pass label {font-size: 16px;margin-bottom: 13px;color: #000;font-weight: 600;letter-spacing: 0.03em;font-family: 'Lato', sans-serif;} .otp-pass .form-control:focus{box-shadow:none;border-color:#ccc;} .otp-pass .user-btns{text-align:center;} .otp-pass .user-btns .gen-otp {background: #ffde00;color: #000;font-size: 18px;outline: none;border: none;margin-top: 15px;margin-bottom: 10px;font-weight: 600;padding: 10px 20px;border-radius: 4px;} .otp-btn-submit .send-otp{background: #ffde00;color: #000;font-size: 18px;width: 100%;border: none;outline: none;margin-bottom: 0px;margin-top: 15px;font-weight: 600;padding: 10px 20px;border-radius: 4px;} .brand-login{padding: 30px 0px;} .brand-form{width: 500px;padding:13px;margin: 0 auto;background: #ffd200;border-radius: 4px;} .brand-detail-form{background: #fff;padding: 20px 30px;} .brand-detail-form h3{font-size: 20px;text-align:center;color: #666;letter-spacing: 0.03em;font-weight: 600;text-transform: uppercase;margin: 0px;margin: 0px 0px 20px 0px;} .brand-detail-form .form-group .form-control{outline: none;border: 1px solid #ccc;height: 45px;border-radius: 4px;letter-spacing: 0.03em;} .brand-detail-form .form-group .form-control:focus{box-shadow:none;} .brand-detail-form .form-group{position:relative;} .brand-detail-form .form-group .label-b{padding-left: 20px;margin: 0px;font-size: 15px;color: #777777;font-weight: 600;} .brand-detail-form .form-group .form-check-input{position: absolute;left: 21px;top: 2px;} .brand-btn{background: #00caba;display: block;width: 100%;padding: 10px 6px;border: none;border-radius: 4px;font-size: 18px;letter-spacing: 0.03em;color: #000;font-weight: 600;} .brand-btn:hover{text-decoration:none;color:#000;} .brand-detail-form .brnad-btns {text-align: center;} .brand-detail-form .brnad-btns .user-btn{background: #ffd200;width: 100%;padding: 10px 6px;border: none;border-radius: 4px;font-size: 18px;letter-spacing: 0.03em;color: #000;font-weight: 600;} .brand-detail-form .brnad-btns span {font-size: 18px;letter-spacing: 0.03em;font-weight: 600;color: #282725;display: block;margin-bottom: 10px;} .brand-detail-form .brnad-btns .facebook-btn {border: none;background: #3c589c;color: #fff;font-size: 16px;font-weight: 600;outline: none;margin-bottom: 10px; margin-right: 22px;padding: 8px 30px;border-radius: 4px;} .brand-detail-form .brnad-btns .facebook-btn i {margin-right: 10px;} .brand-detail-form .brnad-btns .google-btn {border: none;background: #df4b3b;color: #fff;font-size: 16px;outline: none;font-weight: 600;margin-bottom: 10px;margin-right: 22px;padding: 8px 30px;border-radius: 4px;} .brand-detail-form .brnad-btns .google-btn i {margin-right: 10px;} .brand-detail-form .brnad-btns p {position: relative;margin: 15px 0px 0px;padding-left: 17px;font-size: 16px;letter-spacing: 0.03em;color: #777;font-weight: 500;} .brand-signUp{width: 500px;padding: 13px;margin: 0 auto;background: #ffd200;border-radius: 4px;} .brand-sign{background: #fff;padding: 20px 30px;} .brand-sign h3 {font-size: 20px;text-align: center;color: #666;letter-spacing: 0.03em;font-weight: 600;text-transform: uppercase;margin: 0px 0px 20px 0px;} .brand-signUp .user-sign .form-group .form-control {outline: none;border: 1px solid #ccc;height: 45px;border-radius: 4px;letter-spacing: 0.03em;} .brand-signUp .user-sign .form-group .form-control:focus {box-shadow:none;} .brand-sign .user-btns {text-align: center;} .brand-sign .user-btns .brnd-user-btn{background: #00caba;outline: none;width: 100%;padding: 10px 6px;border: none;border-radius: 4px;font-size: 18px;letter-spacing: 0.03em;color: #000;font-weight: 600;} .brand-sign .form-group .form-control:focus{box-shadow:none;border-color:#ccc;} .brnd-forget-pass {background: #fff;padding: 20px 30px;} .brnd-forget-pass h3 {font-size: 18px;text-transform: uppercase;text-align: center;letter-spacing: 0.03em;color: #666;font-weight: 600;margin-top: 15px;} .brnd-forget-pass label {font-size: 16px;margin-bottom: 13px;color: #000;font-weight: 600;letter-spacing: 0.03em;font-family: 'Lato', sans-serif;} .brnd-forget-pass .form-control:focus{box-shadow:none;border-color:#ccc;} .brnd-forget-pass .user-btns{text-align:center;} .brnd-forget-pass .user-btns .gen-otp {background: #ffde00;color: #000;font-size: 18px;outline: none;border: none;margin-top: 15px;margin-bottom: 10px;font-weight: 600;padding: 10px 20px;border-radius: 4px;} .brnd-forget-pass .otp-btn-submit .brnd-send-otp {background: #ffde00;color: #000;font-size: 18px;width: 100%;border: none;outline: none;margin-bottom: 0px;margin-top: 15px;font-weight: 600;padding: 10px 20px;border-radius: 4px;} .brnd-new-pass {background: #fff;padding: 20px 30px;} .brnd-new-pass h3 {font-size: 18px;text-transform: uppercase;text-align: center;letter-spacing: 0.03em;color: #666;font-weight: 600;margin-top: 15px;} .brnd-new-pass label {font-size: 16px;margin-bottom: 8px;color: #000;font-weight: 600;letter-spacing: 0.03em;font-family: 'Lato', sans-serif;} .brnd-new-pass .form-control:focus{box-shadow:none;border-color:#ccc;} .brnd-new-pass .user-btns{text-align:center;} .brnd-new-pass .user-btns .gen-otp {background: #ffde00;color: #000;font-size: 18px;outline: none;border: none;margin-top: 15px;margin-bottom: 10px;font-weight: 600;padding: 10px 20px;border-radius: 4px;} .brnd-new-pass .otp-btn-submit .main-sub{background: #ffde00;color: #000;font-size: 18px;width: 100%;border: none;outline: none;margin-bottom: 0px;margin-top: 15px;font-weight: 600;padding: 10px 20px;border-radius: 4px;} .brnd-otp-pass {background: #fff;padding: 20px 30px;} .brnd-otp-pass h3 {font-size: 18px;text-transform: uppercase;text-align: center;letter-spacing: 0.03em;color: #666;font-weight: 600;margin-top: 15px;} .brnd-otp-pass label {font-size: 16px;margin-bottom: 13px;color: #000;font-weight: 600;letter-spacing: 0.03em;font-family: 'Lato', sans-serif;} .brnd-otp-pass .form-control:focus{box-shadow:none;border-color:#ccc;} .brnd-otp-pass .user-btns{text-align:center;} .brnd-otp-pass .user-btns .gen-otp {background: #ffde00;color: #000;font-size: 18px;outline: none;border: none;margin-top: 15px;margin-bottom: 10px;font-weight: 600;padding: 10px 20px;border-radius: 4px;} .otp-btn-submit .brnd-send-otp {background: #ffde00;color: #000;font-size: 18px;width: 100%;border: none;outline: none;margin-bottom: 0px;margin-top: 15px;font-weight: 600;padding: 10px 20px;border-radius: 4px;} /*.brnd-send-otp{background: #ffd200;outline: none;width: 100%;padding: 10px 6px;border: none;border-radius: 4px;font-size: 18px;letter-spacing: 0.03em;color: #000;font-weight: 600;}*/ header {width: 100%;} .content {width: 100%;margin: 4em auto;font-size: 20px;line-height: 30px;text-align: justify;} .logo {line-height: 60px;float: left;margin: 10px 0px;color: #fff;font-weight: bold;font-size: 20px;letter-spacing: 2px;} .logo img {height:30px;} nav {/*position: fixed;*/width: 100%;line-height: 75px;} nav ul {list-style: none;background: #000;overflow: intial;color: #fff;padding: 20px 0px 0px 0px;text-align: right;margin: 0;padding-right: 0px;transition: 1s;} nav.black ul {background: #000;} .center-link{margin-right: 150px;} nav ul li {display: inline-block;margin: 0px 20px 0px 0px;} nav ul li:last-child{padding: 10px 0px 0px 0px;} nav ul li a {text-decoration: none;color: #fff;font-size: 16px;font-weight: 900;} .active{color:#ffde00;} nav ul li a:hover, a:focus{color:#ffde00;text-decoration:none;} nav ul li a:focus{text-decoration: none;outline: none;} .count-kart{position:relative;} .kart-box{position: absolute;left: 7px;top: -7px;text-align: center;border-radius: 10px;width: 18px;height: 18px;background-color: #00cab9;border: 1px solid #fff;font-weight: 400;color: #f0f0f0;line-height: 16px;font-size: 12px;} .menu-icon {line-height: 60px;width: 100%; text-align: right;box-sizing: border-box;padding: 15px 24px;cursor: pointer;color: #fff;display: none;} .profile-dlt{position:relative;} .profile-dlt a img{width: 30px;height:30px;border-radius:50%;} .prfle{display:none;position: absolute;background: #fff;border-radius:4px;padding: 12px;right: 25px;color: #000;top: -15px;width: 300px;z-index: 999;box-shadow: 0 6px 12px rgba(0, 0, 0, .175);} .prfl-dtl{border-bottom: 1px solid #a9a9a9;padding: 0px 0px 15px 0px;margin-bottom: 15px;text-align: center;} .pro-img{margin-right:15px;} .pro-img img{width: 60px;height: 60px;border-radius: 50%;} .prfl-dtl h3{font-size: 16px;letter-spacing: 0.03em;font-weight: 600;color: #000;margin: 0px;padding: 6px 0px 0px 0px;} .prfl-dtl h3 span{display: block;} .prfle ul{list-style: none;margin:0px;} .prfle ul li{color: #fff;padding: 7px 0px;border-bottom: 1px solid #a9a9a9;margin: 0px 0px 0px 0px;} .prfle ul li a{font-size: 16px;letter-spacing: 0.03em;color: #000;font-weight: 600;} /* client prfile css start */ .client-pro-sec{margin-top:80px;} .client-back{background: url(../img/pro-back.png);background-size: cover;background-repeat: no-repeat;} .compny-detail{padding:30px 0px;display: inline-block;width: 100%;} .compny-img{float:left;display:inline-block;margin-right:20px;} .compny-img img{width:135px;} .compny-img a{display: block;margin-top: 5px;font-weight:600;} .compny-hed{display:inline-block;} .compny-hed h3{color:#fff;font-size:20px;letter-spacing:0.03em;font-weight:600;margin:0px;} .compny-hed h4{color:#fff;font-size:18px;letter-spacing:0.03em;font-weight:600;margin:0px;} .compny-hed h4 a{color:#fff;font-size:18px;letter-spacing:0.03em;font-weight:600;margin:0px;} .compny-hed h4 a img{width:20px;margin-right: 5px;} .review{float:right;text-align:right;} .star-re span{color: #efce4a;font-size: 18px;font-weight: 600;letter-spacing: 0.03em;} .star-re img{width: 18px;margin-top: -5px;} .write-review{background:#00cab9;display: block;padding: 10px 15px;border-radius: 4px;color: #000;font-size: 18px;font-weight: 600;margin-top: 10px;letter-spacing: 0.03em;} .write-review:hover{color:#000;outline:none;} .write-review:focus{color:#000;outline:none;} .about-hd{border-bottom: 1px solid #a9a9a9;margin: 30px 0px 30px;padding-bottom: 20px;} .about-hd h3{font-size: 25px;letter-spacing: 0.03em;font-weight: 600; color: #000;} .about-edit{border-bottom: 2px solid #00cab9;border-radius: 0;display: inline-block;float: right;font-size: 16px;padding: 0px;color: #00cab9;font-weight: 600;letter-spacing: 0.03em;margin:0px 0px 0px;display:block;} .about-edit:hover{text-decoration:none;} .about-hd h3 span{background: #00cab9;margin-top: 5px;height: 2px;display: block;width: 140px;} .about-hd p{font-size: 16px;text-align: justify;line-height: 20px;letter-spacing: 0.03em;font-weight: 600;color: #666;margin: 15px 0px 0px;} .photo-hd{border-bottom: 1px solid #a9a9a9;margin: 0px 0px 30px;padding-bottom: 20px;} .photo-hd h3{font-size: 25px;display:inline-block;margin-bottom: 20px;letter-spacing: 0.03em;font-weight: 600; color: #000;} .photo-hd .pho-edit{border-bottom: 2px solid #00cab9;border-radius: 0;display: inline-block;float: right;padding: 0px;color: #00cab9;font-weight: 600;letter-spacing: 0.03em;margin:0px 0px 0px;display:block;} .photo-hd .pho-edit:hover{text-decoration:none;} .photo-list{margin-top:20px !important;} .photo-cntn .file-upload {background-color: #ffffff;width: 100%;margin: 0 auto;} .file-upload-btn {width: 100%;margin: 0;color: #fff;background: #1FB264;border: none;padding: 10px;border-radius: 4px;border-bottom: 4px solid #15824B;transition: all .2s ease;outline: none;text-transform: uppercase;font-weight: 700;} .file-upload-btn:hover {background: #1AA059;color: #ffffff;transition: all .2s ease;cursor: pointer;} .file-upload-btn:active {border: 0;transition: all .2s ease;} .photo-cntn .file-upload .file-upload-content {display: none;text-align: center;} .photo-cntn .file-upload .image-upload-wrap .file-upload-input {position: absolute;margin: 0;padding: 0;width: 100%;height: 100%;outline: none;opacity: 0;cursor: pointer;} .photo-cntn .file-upload .image-upload-wrap {background-color: #fff;text-align: center;padding: 140px 0px;border-radius: 10px;background-size: cover;background-repeat: no-repeat;width: 100%;display: inline-block;box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2); margin-top: 0px; position: relative;} .image-title-wrap {padding: 0 15px 15px 15px;color: #222;display: none;} .photo-cntn .file-upload .image-upload-wrap .file-upload-input .drag-text {text-align: center;} .photo-cntn .file-upload .image-upload-wrap .file-upload-input .drag-text h3 {font-weight: 100;text-transform: uppercase;color: #15824B;padding: 60px 0;} .photo-cntn .file-upload .file-upload-content .file-upload-image {margin: auto;border-radius: 10px; width: 100%;} .prodct-sec .file-upload {background-color: #ffffff;width: 100%;margin: 0 auto;} .file-upload-btn {width: 100%;margin: 0;color: #fff;background: #1FB264;border: none;padding: 10px;border-radius: 4px;border-bottom: 4px solid #15824B;transition: all .2s ease;outline: none;text-transform: uppercase;font-weight: 700;} .file-upload-btn:hover {background: #1AA059;color: #ffffff;transition: all .2s ease;cursor: pointer;} .file-upload-btn:active {border: 0;transition: all .2s ease;} .prodct-sec .file-upload .file-upload-content {display: none;text-align: center;} .prodct-sec .file-upload .image-upload-wrap .file-upload-input {position: absolute;margin: 0;padding: 0;width: 100%;height: 100%;outline: none;opacity: 0;cursor: pointer;} .prodct-sec .file-upload .image-upload-wrap {background-color: #fff;text-align: center;padding: 140px 0px;border-radius: 10px;background-size: cover;background-repeat: no-repeat;width: 100%;display: inline-block;box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2); margin-top: 0px; position: relative;} .image-title-wrap {padding: 0 15px 15px 15px;color: #222;display: none;} .prodct-sec .file-upload .image-upload-wrap .file-upload-input .drag-text {text-align: center;} .prodct-sec .file-upload .image-upload-wrap .file-upload-input .drag-text h3 {font-weight: 100;text-transform: uppercase;color: #15824B;padding: 60px 0;} .prodct-sec .file-upload .file-upload-content .file-upload-image {margin: auto;border-radius: 10px; width: 100%;} .coup-cntn .file-upload {background-color: #ffffff;width: 100%;margin: 0 auto;} .file-upload-btn {width: 100%;margin: 0;color: #fff;background: #1FB264;border: none;padding: 10px;border-radius: 4px;border-bottom: 4px solid #15824B;transition: all .2s ease;outline: none;text-transform: uppercase;font-weight: 700;} .file-upload-btn:hover {background: #1AA059;color: #ffffff;transition: all .2s ease;cursor: pointer;} .file-upload-btn:active {border: 0;transition: all .2s ease;} .coup-cntn .file-upload .file-upload-content {display: none;text-align: center;} .coup-cntn .file-upload .image-upload-wrap .file-upload-input {position: absolute;margin: 0;padding: 0;width: 100%;height: 100%;outline: none;opacity: 0;cursor: pointer;} .coup-cntn .file-upload .image-upload-wrap {background-color: #fff;text-align: center;padding: 140px 0px;border-radius: 10px;background-size: cover;background-repeat: no-repeat;width: 100%;display: inline-block;box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2); margin-top: 0px; position: relative;} .image-title-wrap {padding: 0 15px 15px 15px;color: #222;display: none;} .coup-cntn .file-upload .image-upload-wrap .file-upload-input .drag-text {text-align: center;} .coup-cntn .file-upload .image-upload-wrap .file-upload-input .drag-text h3 {font-weight: 100;text-transform: uppercase;color: #15824B;padding: 60px 0;} .photo-cntn .file-upload .file-upload-content .file-upload-image {margin: auto;border-radius: 10px; width: 100%;} .photo-cntn .file-upload { background-color: #ffffff; width: 100%; margin: 0 auto; } .file-upload-btn { width: 100%; margin: 0; color: #fff; background: #1FB264; border: none; padding: 10px; border-radius: 4px; border-bottom: 4px solid #15824B; transition: all .2s ease; outline: none; text-transform: uppercase; font-weight: 700; } .file-upload-btn:hover { background: #1AA059; color: #ffffff; transition: all .2s ease; cursor: pointer; } .file-upload-btn:active { border: 0; transition: all .2s ease; } .photo-cntn .file-upload .file-upload-content { display: none; text-align: center; } .photo-cntn .file-upload .image-upload-wrap .file-upload-input { position: absolute; margin: 0; padding: 0; width: 100%; height: 100%; outline: none; opacity: 0; cursor: pointer; } .photo-cntn .file-upload .image-upload-wrap { background-color: #fff; text-align: center; padding: 140px 0px; border-radius: 10px; background-size: cover; background-repeat: no-repeat; width: 100%; /* z-index: 99; */ display: inline-block; box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2); margin-top: 0px; /* border: 4px dashed #1FB264; */ position: relative; } /* .image-dropping, */ /* .image-upload-wrap:hover { */ /* background-color: #1FB264; */ /* border: 4px dashed #ffffff; */ /* } */ .image-title-wrap { padding: 0 15px 15px 15px; color: #222; display: none; } .photo-cntn .file-upload .image-upload-wrap .file-upload-input .drag-text { text-align: center; } .photo-cntn .file-upload .image-upload-wrap .file-upload-input .drag-text h3 { font-weight: 100; text-transform: uppercase; color: #15824B; padding: 60px 0; } .photo-cntn .file-upload .file-upload-content .file-upload-image { /* max-height: 200px; */ /* max-width: 200px; */ margin: auto; border-radius: 10px; width: 100%; /* padding: 20px; */ } .pho-edit{font-size:16px;color: #00cab9;font-weight: 600;letter-spacing: 0.03em;margin: 5px 0px 0px;} .photo-hd h3 span{background: #00cab9;margin-top: 5px;height: 2px;display: block;width: 140px;} .company-pic img{border-radius:4px;} .coupon-hd{border-bottom: 1px solid #a9a9a9;margin: 0px 0px 30px;padding-bottom: 20px;} .coupon-hd .coupon-hn h3{font-size: 25px;margin-bottom: 20px;letter-spacing: 0.03em;font-weight: 600; color: #000;} .cou-edit{font-size:16px;border-bottom: 2px solid #00cab9;float: right;color: #00cab9;font-weight: 600;letter-spacing: 0.03em;margin: 10px 0px 0px;} .cou-edit:hover{text-decoration:none;} .coup-cntn .pro-top{margin-top:20px} .coup-cntn .form-group label{font-size: 16px;letter-spacing: 0.03em;font-weight: 600;color: #000;margin-bottom: 5px;} .coup-cntn .form-group .form-control{border: 1px solid #ccc;height: 46px;color: #000;letter-spacing: 0.03em;border-radius: 4px;outline: none;} .coup-cntn .form-group .form-control:focus{box-shadow: none;} .coupon-hd h3 span{background: #00cab9;margin-top: 5px;height: 2px;display: block;width: 140px;} .coupon-page{padding:40px 0px 40px;} .coupn-boxes{text-align:center;margin-bottom:60px;} .coupon-hd .coupon-hn h3{font-size: 30px;font-weight: 900;color: #000;letter-spacing: 0.03em;margin: 0px 0px 30px;;} .coupon-hd .coupon-hn h3 span {color: #2af4db;} .flip-box {min-width: 247px;width: 100%;height: 170px;position: relative;border: 1px solid #ccc;-webkit-perspective: 800px;-moz-perspective: 800px;-o-perspective: 800px;perspective: 800px;} .card {width: 100%;height: 100%;position: absolute;-webkit-transition: -webkit-transform 1s;-moz-transition: -moz-transform 1s;-o-transition: -o-transform 1s;transition: transform 1s;-webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d;-o-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-transform-origin: 50% 50%;} .card div {display: block;height: 100%;width: 100%;color: white;text-align: center;font-weight: bold;position: absolute;-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-o-backface-visibility: hidden;backface-visibility: hidden;} .card .front {background: #fff;} .card .front img{margin-top:10px;width:100px;} .card .front h3{font-size:16px;letter-spacing:0.03em;color:#000;margin:0px;font-weight:600;} .card .front h4{font-size: 20px; font-weight: 600;letter-spacing: 0.03em;margin: 10px 0px 0px;} .card .back {background: #fff;-webkit-transform: rotateY( 180deg );-moz-transform: rotateY( 180deg );-o-transform: rotateY( 180deg );transform: rotateY( 180deg );} .card .back h2{font-size: 16px;letter-spacing: 0.03em;color: #000;font-weight: 600;margin: 5px 0px 5px;} .card .back h3{font-size: 18px;padding: 6px 15px;background: #ffde00;letter-spacing: 0.03em;color: #000;font-weight: 600;margin: 0px 0px 10px;} .card .back p{font-size: 15px;margin: 0px 0px 0px;color: #000;letter-spacing: 0.03em;font-weight: 600;} .card.flipped {-webkit-transform: rotateY( 180deg );-moz-transform: rotateY( 180deg );-o-transform: rotateY( 180deg );transform: rotateY( 180deg );} .view-code-btn{background: #ffde00;padding: 10px 15px;color: #000;border-radius: 4px;font-weight:600;letter-spacing: 0.03em;margin: 5px 0px 0px;} .view-code-btn:hover{color:#000;} .view-code-btn:focus{color:#000;outline:none;} .coupn-me{background: #fff;text-align: center;box-shadow: 0px 0px 4px #2ebeb370;border-radius: 6px;padding: 20px 20px;margin-bottom: 20px;} .brand-logo span{display: block;margin-bottom: 10px;font-size: 18px;letter-spacing: 0.03em;color: #000;font-weight: 600;} .brand-logo h3{font-size: 25px;font-weight: 600;letter-spacing: 0.03em;line-height: 20px;color: #000;margin: 1px 0px 10px 0px;} .coupon-de{display: block;background: url(../img/coupon-back.png) no-repeat 30px -1px;height: 53px;position:relative;} .coupon-de h3{padding-top: 15px;text-align: center;color: #2ebeb3;margin-right: 50px;font-size: 20px;font-weight:900;letter-spacing: 0.03em;} .coupon-de label{position: absolute;right:40px;top: 12px;font-size: 13px;font-weight: 600;color: #000;} .trm-con {margin: 20px 0px;} .trm-con p{font-size: 14px;letter-spacing: 0.03em;margin: 0px;font-weight: 600;color: #000;} .web-link{font-size: 16px;letter-spacing: 0.03em;padding: 10px 20px;font-weight: 600;color: #000;background: #ffde00;border-radius: 4px;display: block;margin: 0px;} .web-link:focus{color:#000;outline:none;} .web-link:hover{color:#000;text-decoration:none;} .add-coupn{font-size: 16px;letter-spacing: 0.03em;padding: 10px 20px;font-weight: 600;color: #000;background: #ffde00;border-radius: 4px;margin:0px 0px 0px 43px;} .add-coupn:focus{color:#000;outline:none;} .add-coupn:hover{color:#000;} .coupn-b{background: #fff;text-align: center;box-shadow: 0px 0px 4px #2ebeb370;border-radius: 6px;padding: 20px 20px;margin-bottom: 20px;} .coupn-b .brand-logo span{display: block;margin-bottom: 10px;font-size: 18px;letter-spacing: 0.03em;color: #000;font-weight: 600;} .coupn-b .brand-logo h3{font-size: 25px;font-weight: 600;letter-spacing: 0.03em;line-height: 20px;color: #000;margin: 1px 0px 10px 0px;} .coupn-b .brand-logo .coupon-de{display: block;background: url(../img/coupon-back.png) no-repeat 0px -1px;height: 53px;position:relative;} .coupn-b .brand-logo .coupon-de h3{padding-top: 15px;text-align: center;color: #2ebeb3;margin-right: 50px;font-size: 20px;font-weight:900;letter-spacing: 0.03em;} .coupn-b .brand-logo .coupon-de label{position: absolute;right:20px;top: 12px;font-size: 13px;font-weight: 600;color: #000;} .coupn-b .trm-con {margin: 20px 0px;} .coupn-b .trm-con p{font-size: 14px;letter-spacing: 0.03em;margin: 0px;font-weight: 600;color: #000;} .coupn-b .web-link{font-size: 16px;letter-spacing: 0.03em;padding: 10px 20px;font-weight: 600;color: #000;background: #ffde00;border-radius: 4px;display: block;margin: 0px;} .coupn-b .web-link:focus{color:#000;outline:none;} .coupn-b .web-link:hover{color:#000;text-decoration:none;} .jobs-hd{border-bottom: 1px solid #a9a9a9;margin: 0px 0px 30px;padding-bottom: 20px;} .jobs-hd h3{font-size: 25px;margin-bottom: 20px;letter-spacing: 0.03em;font-weight: 600; color: #000;} .jobs-edit{font-size:16px;border-bottom: 2px solid #00cab9;float: right;color: #00cab9;font-weight: 600;letter-spacing: 0.03em;margin: 10px 0px 0px;} .prod-edit:hover{text-decoration:none;} .jobs-hd h3 span{background: #00cab9;margin-top: 5px;height: 2px;display: block;width: 140px;} .no-jos{text-align:center;} .no-jos p{font-size: 22px;letter-spacing: 0.03em;color: #a9a9a9;} .no-jos img{width: 60px;} .job-opn{border-bottom:1px solid #a9a9a9;margin-bottom:20px;padding-bottom:10px;} .job-opn h4{font-size: 20px;display:inline-block;letter-spacing: 0.03em;color: #000;font-weight: 600;} .job-opn h4 span{font-size: 20px;display:block;letter-spacing: 0.03em;color: #a9a9a9;font-weight: 600;} .job-opn h5{display: inline-block;float: right;text-align: right;} .job-opn h5 span{font-size: 16px;display:block;letter-spacing: 0.03em;color: #a9a9a9;font-weight: 600;} .product-hd{border-bottom: 1px solid #a9a9a9;margin: 0px 0px 30px;padding-bottom: 20px;} .product-hd h3{font-size: 25px;margin-bottom: 20px;letter-spacing: 0.03em;font-weight: 600; color: #000;} .prod-edit{font-size:16px;border-bottom: 2px solid #00cab9;float: right;color: #00cab9;font-weight: 600;letter-spacing: 0.03em;margin: 10px 0px 0px;} .prod-edit:hover{text-decoration:none;} .product-hd h3 span{background: #00cab9;margin-top: 5px;height: 2px;display: block;width: 140px;} .product-pic{text-align:center;border: 1px solid #2ebeb3;padding: 20px;border-radius: 4px;box-shadow: 0px 0px 4px #2ebeb370;} .product-pic img{border-radius:4px;} .product-pic h3{font-size:18px;letter-spacing:0.03em;font-weight: 600;margin: 13px 0px 0px 0px;} .product-pic p{font-size: 16px;letter-spacing: 0.03em;color: #a9a9a9;font-weight: 600;line-height: 20px;margin: 10px 0px;} .visit-web{background: #00cab9;padding: 10px 24px;margin: 12px 0px 0px 0px;text-align: center;display: block;border-radius: 4px;font-size: 16px;color: #fff;font-weight: 600;} .visit-web:hover{color:#fff;text-decoration:none;} .visit-web:focus{color:#fff;} .prodt-pic{border: 1px solid #2ebeb3;padding: 0px;border-radius: 4px;box-shadow: 0px 0px 4px #2ebeb370;} .prodt-pic img{border-radius:4px;} .prodt-pic .prodtl h3{font-size:16px;letter-spacing:0.03em;font-weight: 600;margin: 13px 0px 0px 0px;} .prodt-pic .prodtl p{font-size: 14px;letter-spacing: 0.03em;color: #a9a9a9;font-weight: 600;line-height: 20px;margin: 10px 0px;} .prodt-pic .prodtl .visit-web{background: #00cab9;padding: 10px 24px;margin: 12px 0px 0px 0px;text-align: center;display: block;border-radius: 4px;font-size: 16px;color: #fff;font-weight: 600;} .prodt-pic .prodtl .visit-web:hover{color:#fff;text-decoration:none;} .prodt-pic .prodtl .visit-web:focus{color:#fff;} .ps-d{border: 1px solid #ddd;padding-top: 25px;text-align:center;border-radius: 4px;box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset, 0 1px 4px rgba(0, 0, 0, .05);margin-bottom: 20px;} .ps-d .max-w {position: relative;padding: 10px;background: #efefef;margin: 25px 0px 0px;} .ps-d .max-w p{text-align: left;font-size: 14px;letter-spacing: 0.03em;color: #000;font-weight: 600;line-height: 20px;margin: 0px 0px;} .ps-d .max-w p span{display:block;font-size:12px;color: #a9a9a9;} .ps-d .max-w .view-m{background: #00cab9;padding: 5px 15px;color: #fff;font-weight: 600;border-radius: 4px;right: 10px;top: 15px;position: absolute;} .ps-d .max-w .view-m:hover{text-decoration:none;} .prodct-sec .pro-top{margin-top:20px;} .prodct-sec .form-group label{font-size: 16px;letter-spacing: 0.03em;font-weight: 600;color: #000;margin-bottom: 5px;} .prodct-sec .form-group .form-control{border: 1px solid #ccc;height: 46px;color: #000;letter-spacing: 0.03em;border-radius: 4px;outline: none;} .prodct-sec .form-group .form-control:focus{box-shadow: none;} .prodct-sec textarea{border: 1px solid #ccc;color: #000;letter-spacing: 0.03em;border-radius: 4px;outline: none;} #demo { height:100%; position:relative; overflow:hidden; } .green{ background-color:#6fb936; } .thumb{ margin-bottom: 30px; } .page-top{ margin-top:85px; } img.zoom { width: 100%; height: 200px; border-radius:5px; object-fit:cover; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; } .transition { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); } .modal-header { border-bottom: none; } .modal-title { color:#000; } .modal-footer{ display:none; } .reviews-hd{border-bottom: 1px solid #a9a9a9;margin: 0px 0px 30px;padding-bottom: 20px;} .reviews-hd h3{font-size: 25px;margin-bottom: 20px;letter-spacing: 0.03em;font-weight: 600; color: #000;} .reviews-hd h3 span{background: #00cab9;margin-top: 5px;height: 2px;display: block;width: 140px;} .review-box{border-bottom: 1px solid #a9a9a9;margin-bottom:10px;padding-bottom: 35px;} .review-box h3{font-size: 22px;margin-bottom: 0px;letter-spacing: 0.03em;font-weight: 600;color: #000;} .review-box p{font-size: 15px;display: inline;letter-spacing: 0.03em;color: #a9a9a9;font-weight: 500;margin: 10px 0px 0px;} .reply-btn {background: none;border-bottom: 2px solid #00cab9;padding: 0px 0px 10px 0px;color: #00cab9;font-size: 16px;float: right;display: inline;margin: 10px 0px 0px 0px;} .reply-btn:hover{color:#00cab9;outline:none;} .reply-btn:focus{color:#00cab9;outline:none;} .msg-reply {display: none;margin-top: 40px;} .msg-reply .form-control{border: 1px solid #ccc;color: #000;letter-spacing: 0.03em;border-radius: 4px;outline: none;} .msg-reply .form-control:focus{box-shadow:none;} .msg-reply .reply-sub {background: #ffde00;padding: 10px 27px;color: #000;border-radius: 4px;font-weight: 600;letter-spacing: 0.03em;margin: 15px 0px 0px;} .msg-reply .reply-sub:focus{outline: none;} .product_view .modal-dialog{max-width: 800px; width: 100%;} .pre-cost{text-decoration: line-through; color: #a5a5a5;} .space-ten{padding: 10px 0;} .product_view .modal-dialog .modal-content .modal-header{padding: 10px 30px;} .product_view .modal-dialog .modal-content .modal-header .modal-title{font-size: 20px;letter-spacing: 0.03em;color: #000;font-weight: 600;margin: 0px;line-height: initial;padding-top: 6px;} .product_view .modal-dialog .modal-content .modal-header .modal-title span{color: #999;display: block;margin-top: 7px;font-size: 13px;} .product_view .modal-dialog .modal-content .modal-header a{background: #00cab9;display: block;padding:6px 15px;border-radius: 4px;color: #000;font-size: 14px;font-weight: 600;margin-top:0px;letter-spacing: 0.03em;} .product_view .modal-dialog .modal-content .modal-header .modal-title .box-star b{color: #efce4a;font-size: 18px;font-weight: 600;display: inline-block;letter-spacing: 0.03em;} p.box-star {margin: 0px;} .box-star img {width: 18px;margin-top: -5px;} .my-custom-scrollbar {position: relative;width: 800px;height: 400px;overflow: auto;} .write_view .modal-dialog{max-width: 800px; width: 100%;} .pre-cost{text-decoration: line-through; color: #a5a5a5;} .space-ten{padding: 10px 0;} .write_view .modal-dialog .modal-content .modal-header{padding: 10px 30px;} .write_view .modal-dialog .modal-content .modal-header .modal-title{font-size: 20px;letter-spacing: 0.03em;color: #000;font-weight: 600;margin: 0px;line-height: initial;padding-top: 6px;} .wrt-review img{width: 40px;border-radius: 50%;height: 40px;} .wrt-review h3{font-size: 18px;letter-spacing: 0.03em;color: #000;margin-left: 20px;font-weight: 600;display: inline-block;} .hide-id h3{font-size: 18px;letter-spacing: 0.03em;color: #000;margin:10px 0px 10px;font-weight: 600;display: inline-block;} .rating-str img{width:30px} .rate-input{margin-top: 15px;width: 449px;} .rate-input .form-control{padding: 0px;border-top: none;border-right: none;border-left: none;border-image: initial;border-bottom: 1px solid rgb(169, 169, 169);border-radius: 0px;margin-top: 0px;} .rate-input .form-control:focus{box-shadow: none;} .btn-sub{margin-top: 20px;} .post-bt{background: #00cab9;margin-bottom:0px;border:1px solid #00cab9;padding: 10px 25px;margin-right: 15px;border-radius: 4px;color: #000;font-size: 18px;font-weight: 600;margin-top: 10px;letter-spacing: 0.03em;} .post-bt:hover{color: #000;} .post-bt:focus{outline: none;color: #000;} .cancel-bt{background: none;margin-bottom:0px;border:1px solid #00cab9;padding: 10px 25px;border-radius: 4px;color: #00cab9;font-size: 18px;font-weight: 600;margin-top: 10px;letter-spacing: 0.03em;} .cancel-bt:hover{color: #00cab9;} .cancel-bt:focus{outline: none;color: #00cab9;} .outerDivFull { margin:50px; } .switchToggle{margin:5px 0px 20px } .switchToggle input[type="checkbox"]+label, input[type="radio"]+label{margin-left:0px;} .switchToggle input[type=checkbox]{height: 0; width: 0; visibility: hidden; position: absolute; } .switchToggle label {cursor: pointer; text-indent: -9999px; width: 70px; max-width: 70px; height: 30px; background: #ff0000; display: block; border-radius: 100px; position: relative; } .switchToggle label:after {content: ''; position: absolute; top: 2px; left: 2px; width: 26px; height: 26px; background: #fff; border-radius: 90px; transition: 0.3s; } .switchToggle input:checked + label, .switchToggle input:checked + input + label {background: #00cab9; } .switchToggle input + label:before, .switchToggle input + input + label:before {content: 'No'; position: absolute; top: 5px; left: 35px; width: 26px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff; } .switchToggle input:checked + label:before, .switchToggle input:checked + input + label:before {content: 'Yes'; position: absolute; top: 5px; left: 10px; width: 26px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff; } .switchToggle input:checked + label:after, .switchToggle input:checked + input + label:after {left: calc(100% - 2px); transform: translateX(-100%); } .switchToggle label:active:after {width: 60px; } .toggle-switchArea { margin: 10px 0 10px 0; } .edit-pro{background: #ffde00;padding: 10px 27px;color: #000;border-radius: 4px;font-weight: 600;letter-spacing: 0.03em;margin: 5px 0px 0px;} .edit-pro:hover{text-decoration:none;color:#000;} .edit-pro:focus{color:#000;} .edit-prot .modal-dialog {max-width: 450px;width: 100%;} .model-hd{font-size: 18px;letter-spacing: 0.03em;color: #000;font-weight: 600;margin: 0px;} .img-uplod{text-align:center;} .img-up img{height: 110px;width: 110px;border-radius: 50%;} .uplod-img{background: #ffde00;padding: 10px 27px;color: #000;border-radius: 4px;font-weight: 600;letter-spacing: 0.03em;margin: 15px 0px 0px;} .uplod-img:hover{text-decoration:none;color:#000;} .uplod-img:focus{color:#000;outline:none;} .profile-sec-edit{padding:0px;} .form-edit{margin:15px 0px 0px } .form-edit .form-group label{font-size: 16px;letter-spacing: 0.03em;font-weight: 600;color: #000;margin-bottom: 5px;} .form-edit .form-group .form-control{border: 1px solid #ccc;height: 46px;color: #000;letter-spacing: 0.03em;border-radius: 4px;outline: none;} .form-edit .form-group .form-control:focus{box-shadow: none;} .switch-b h3{font-size:16px;letter-spacing:0.03em;color:#000} .social-form p{font-size: 14px;letter-spacing: 0.03em;font-weight: 600;color: #000;margin: 0px 0px 5px;} .social-form .switch {display: inline-block;margin-bottom: 10px;height: 25px;position: relative;width:54px;} .social-form .switch input {display:none;} .social-form .switch .slider {background-color: #ccc;bottom: 0;cursor: pointer;left: 0;position: absolute;right: 0;top: 0;transition: .4s;} .social-form .switch .slider:before {background-color: #fff;bottom: 3px;content: "";height: 20px;left: 4px;position: absolute;transition: .4s;width: 20px;} .social-form .switch input:checked + .slider {background-color: #66bb6a;} .social-form .switch input:checked + .slider:before {transform: translateX(26px);} .social-form .switch .slider.round {border-radius: 34px;} .social-form .switch .slider.round:before{border-radius: 50%;left: 4px;} .box-slide{ display:none;overflow: hidden;} .box-inner{width: 400px;} .form-edit{margin:15px 0px 0px } .box-inner .form-group label{font-size: 16px;letter-spacing: 0.03em;font-weight: 600;color: #000;margin-bottom: 5px;} .box-inner .form-group .form-control{border: 1px solid #ccc;height: 46px;color: #000;letter-spacing: 0.03em;border-radius: 4px;outline: none;} .box-inner .form-group .form-control:focus{box-shadow: none;} .save-pro{background: #ffde00;padding: 10px 27px;color: #000;border-radius: 4px;font-weight: 600;letter-spacing: 0.03em;margin: 20px 0px 0px;display:block;} .save-pro:hover{color:#000;} .save-pro:focus{color:#000;outline:none;} .about-sec-edit{padding:0px;} .about-cntn .form-group label{font-size: 16px;letter-spacing: 0.03em;font-weight: 600;color: #000;margin-bottom: 5px;} .about-cntn .form-group .form-control{border: 1px solid #ccc;color: #000;letter-spacing: 0.03em;border-radius: 4px;outline: none;} .about-cntn .form-group .form-control:focus{box-shadow: none;} /* client prfile css end */ /* Brand job sec start */ .brand-pro-sec{margin-top:80px;} .post-job{border-bottom:2px solid #ffde00;/*box-shadow: 4px 4px 0px #dbc1122e;*/padding: 0px 0px 20px;margin: 20px 0px;} .post-job h3{font-size: 25px;letter-spacing: 0.03em;font-weight: 600;color: #000;} .post-job h3 a{background: #ffde00;padding: 8px 30px;font-size: 16px;letter-spacing: 0.03em;color: #000;border-radius: 4px;float: right;} .post-job h3 a:hover{text-decoration:none;} .act-box{margin-right:15px} .active-job-drop .form-group{display:inline-block;} .active-job-drop .form-group .form-control{border:1px solid #00cab9;color: #00cab9;} .drop-down-menu{-webkit-appearance: none;-moz-appearance: none;appearance: none;background: #fff url(../img/drop-bot.png) no-repeat 96% center;} .active-job-drop .form-group .form-control:focus{box-shadow:none;border-color:#00cab9} .table-responsive.table-data{margin: 20px 0px 40px;} .table-data table{border:none;margin-bottom: 0px;} .table-data table thead {background: #fff;} .table-data .table th{border-bottom:5px solid #a9a9a9;padding: 20px 0px;border-top:none;font-size: 16px;letter-spacing: 0.03em;color: #000;font-weight: 600;} .table-data .table tbody tr{border-bottom:1px solid #a9a9a9;} .table-data .table tbody tr td{font-size: 16px;padding: 20px 0px;vertical-align: middle;color: #a9a9a9;border-top: none;font-weight: 600;} .table-data .table tbody tr td input{margin-bottom: 0px;margin-right: 10px;} .table-data .table tbody tr td span{font-size: 14px;color:blue} /* apply Candidate */ .table-responsive.apply-table-data{margin: 20px 0px 40px;} .apply-table-data table{border:none;margin-bottom: 0px;} .apply-table-data table thead {background: #fff;} .apply-table-data .table th{border-bottom:5px solid #a9a9a9;padding: 20px 0px;border-top:none;font-size: 16px;letter-spacing: 0.03em;color: #000;font-weight: 600;} .apply-table-data .table tbody tr{border-bottom:1px solid #a9a9a9;} .apply-table-data .table tbody tr td{font-size: 16px;padding: 20px 0px;vertical-align: t;color: #a9a9a9;border-top: none;font-weight: 600;} .apply-table-data .table tbody tr td input{margin: 8px 10px 0px 0px;display: inline-block;float: left;} .apply-table-data .table tbody tr td p{font-size: 16px;color:#a9a9a9;display:inline-block;font-weight: 600;} .apply-table-data .table tbody tr td span{font-size: 16px;color:#a9a9a9;display:block} .job-post-frm{/*:1px solid #a9a9a9;*/margin: 30px 0px;padding:15px 30px;box-shadow: 0px 0px 6px #ffde00;} .first-step h3{font-size: 25px;letter-spacing: 0.03em;font-weight: 600;color: #000;border-bottom: 1px solid #a9a9a9;} .form-job{margin-top:25px;} .titl-lp label{font-size: 16px;letter-spacing: 0.03em;color: #000;font-weight: 600;} .titl-lp .form-control{border: 1px solid #ccc;height: 46px;letter-spacing: 0.03em;border-radius: 4px;} .titl-lp .form-control:focus{box-shadow:none;} .seclt-exp .form-group{display:inline-block;width: 249px;} .drop-down-icon {-webkit-appearance: none;-moz-appearance: none;appearance: none;background: #fff url(../img/drop-down-icon.png) no-repeat 96% center;} .seclt-exp .form-group select {margin: 0 0 0 0;} .sel-exp .form-group {display: inline-block;width: 140px;} .sel-exp img{ margin-right: 15px;} .sel-exp span{font-size: 16px;letter-spacing: 0.03em;color: #000;font-weight: 600;margin: 0px 10px;} .sel-exp .form-group select {margin: 0 0 0 0;} .count-new{background: #ffde00;float:right;padding: 10px 25px;border-radius: 4px;color: #000;letter-spacing: 0.03em;font-weight: 600;} .count-new:hover{color:#000;} .count-new:focus{outline:none;color:#000;} .count-new img{margin-left: 15px;} .secnd-step h3 {font-size: 25px;letter-spacing: 0.03em;font-weight: 600;color: #000;border-bottom: 1px solid #a9a9a9;} .dis-form { margin-top: 25px;} .lit-lp .form-control:focus{box-shadow:none;border-color:#ccc;} .lit-lp label {font-size: 16px;letter-spacing: 0.03em;color: #000;font-weight: 600;} .lit-lp label span{display: block;font-size: 14px;} .bck-new{background: #ffde00;float:left;padding: 10px 25px;border-radius: 4px;color: #000;letter-spacing: 0.03em;font-weight: 600;} .bck-new:hover{color:#000;} .bck-new:focus{outline:none;color:#000;} .bck-new img{margin-right: 15px;} .job_review .modal-dialog{max-width: 800px; width: 100%;} .pre-cost{text-decoration: line-through; color: #a5a5a5;} .space-ten{padding: 10px 0;} .job_review .modal-dialog .modal-content .modal-header{padding: 10px 17px;} .job_review .modal-dialog .modal-content .modal-header .modal-title{font-size: 20px;letter-spacing: 0.03em;color: #000;font-weight: 600;margin: 0px;line-height: initial;padding-top: 6px;} .job_review .modal-dialog .modal-content .modal-header .modal-title span{color: #999;display: block;margin-top: 7px;font-size: 13px;} .job-item{padding:0px 0px 10px 0px;border-bottom:1px solid #a9a9a9;margin-bottom:20px;} .job-sec-ed h4{font-size: 16px;letter-spacing: 0.03em;font-weight: 900;color: #666;margin: 0px;} .job-sec-ed h4 span{font-size: 14px;letter-spacing: 0.03em;font-weight: 600;color: #2ebeb3;margin: 0px;} .job-sec-ed h3{font-size: 18px;letter-spacing: 0.03em;font-weight: 600;color: #000;margin: 10px 0px 0px;} .job-req {border-bottom: 1px solid #ccc;margin-bottom: 10px;padding-bottom: 10px;} .job-req h4 {font-size: 18px;letter-spacing: 0.03em;color: #000;font-weight: 500;} .job-req h5 {font-size: 16px;letter-spacing: 0.03em;color: #9a9a9a;font-weight: 600;} .job-req p {font-size: 14px;letter-spacing: 0.03em;color: #9a9a9a;font-weight: 600;margin: 0px;} .submit-sec{padding: 0px;} .review-sub {background: #ffde00;float: left;padding: 10px 30px;border-radius: 4px;color: #000;letter-spacing: 0.03em;font-weight: 600;margin:30px 0px;} .review-sub:hover{color:#000;} .review-sub:focus{outline:none;color:#000;} .gallery-brand-sec{margin:80px 0px 30px 0px;} .gallery-box{margin:30px 0px;} .gallery-box h3 {font-size: 25px;letter-spacing: 0.03em;font-weight: 600;color: #000;} .btn-all-img{margin-top: 24px;text-align: center;} .all-img{margin: 17px 0px 0px 0px;background: #ffde00;padding: 10px 45px;border-radius: 4px;color: #000;font-weight: 600;} .all-img:hover{color:#000;text-decoration:none;} .photo-gel{position:relative;margin-bottom:20px;} .photo-gel span{background: #000;cursor:pointer;height: 35px;display: block;text-align: center;width: 35px;border-radius: 50%;position: absolute;right: 0;bottom: 0px;} .photo-gel span i{font-size: 20px;color: #fff;padding: 7px 0px;} /* Brand job sec End */ /* Product and Services Star */ .product-brand-sec{margin:80px 0px 30px 0px;} .product-box{margin:30px 0px;} .product-box h3 {font-size: 25px;letter-spacing: 0.03em;font-weight: 600;color: #000;} .btn-all-img{margin-top: 24px;text-align: center;} .product-pic{margin-bottom:20px;} .all-img{margin: 17px 0px 0px 0px;background: #ffde00;padding: 10px 45px;border-radius: 4px;color: #000;font-weight: 600;} .all-img:hover{color:#000;text-decoration:none;} .photo-gel{position:relative;margin-bottom:20px;} .photo-gel span{background: #000;cursor:pointer;height: 35px;display: block;text-align: center;width: 35px;border-radius: 50%;position: absolute;right: 0;bottom: 0px;} .photo-gel span i{font-size: 20px;color: #fff;padding: 7px 0px;} /* Brand job sec End */ /* QR-code Css Start */ .qr-txt{background:#f2f2f2;} .qrcode-sec{margin:80px 0px 30px 0px;} .qrcode-box{margin:30px 0px;} .qrcode-box h3 {font-size: 25px;letter-spacing: 0.03em;font-weight: 600;color: #000;} .qr-gen {background: #fff;padding: 10px;border-radius: 4px;text-align:center;} .qr-copy img{opacity: .1;max-width: 253px;} .qr-type ul{list-style: none;margin-left: 0px;} .qr-type ul li{display:inline-block;margin-right: 12px;background: #fff;padding: 10px 22px;border: 1px solid #2ebeb3;border-radius:30px;} .qr-type ul li a{font-size:14px;letter-spacing:0.03em;color:#000;font-weight:600;} .qr-btn .download-qr{padding: 10px 65px;font-size: 18px;letter-spacing: 0.03em;font-weight: 600;color: #fff;background: #2ebeb3;border-radius: 4px;margin: 20px 0px 20px 0px;} .qr-btn .download-qr:focus{outline:none;} .step1{background: #ffde00; padding: 10px; border-top-left-radius: 4px; border-top-right-radius: 4px;margin-bottom: 10px;} .step1 h3{ font-size: 18px; letter-spacing: 0.03em; font-weight: 600; margin: 0px;} .step2{background: #2ebeb3; padding: 10px; border-top-left-radius: 4px; border-top-right-radius: 4px;margin-bottom: 10px;} .step2 h3{ font-size: 18px; letter-spacing: 0.03em; font-weight: 600; color: #fff; margin: 0px;} .qr-input{background: #fff;padding: 0px 0px 10px 0px;border-radius: 4px;} .qr-input .form-group{padding:0px 15px;} .qr-input .form-group label {font-size: 16px;letter-spacing: 0.03em;font-weight: 600;color: #000;margin-bottom: 5px;} .qr-input .form-group .form-control {border: 1px solid #ccc;height: 46px;color: #000;letter-spacing: 0.03em;border-radius: 4px;outline: none;} .qr-input .form-group .form-control:focus{box-shadow: none;} .btn-gen{padding:0px 15px;} .btn-gen .gen-code{padding: 10px 65px;font-size: 18px;letter-spacing: 0.03em;font-weight: 600;color: #fff;background: #2ebeb3;border-radius: 4px;margin: 20px 0px 20px 0px;} .btn-gen .gen-code:focus{outline:none;} .qr-op {text-align:center;margin-bottom:20px;} .qr-op img{width:150px;} .qr-op h3{font-size: 16px;letter-spacing: 0.03em;color: #000;font-weight: 600;margin: 0px;} /* QR-code Css end */ /* Product and Services End */ /* message box css star */ .message-sec{margin: 80px 0px 30px 0px;} .brnd-mss{padding:0px 15px 0px 0px;} .brnd-mesge{margin:30px 0px;border-bottom: 1px solid #a9a9a9;padding-bottom: 15px;} .brnd-mesge h3{font-size: 26px;letter-spacing: 0.03em;color: #000;font-weight: 600;margin: 0px;} .in-box-active{padding:0px;} .read-mesge{border-bottom: 1px solid #a9a9a9;padding-bottom: 15px;} .read-mesge .inbx-btn{color: #2ebeb3;background: none;margin: 0px 20px 0px 0px;font-size: 18px;padding: 0px 0px 10px 0px;border-bottom: 2px solid #2ebeb3;letter-spacing: 0.03em;font-weight: 600;} .read-mesge .inbx-btn:focus{outline:none;} .mesg-back{background:#e9e9e9;} .msg-in{border-bottom: 1px solid #a9a9a9;padding: 0px 0px 10px 0px;margin-top: 20px;} .in-box{background: #fff;padding: 15px;} .msg-in .img-id{width:50px;height:50px;float:left;margin-right: 15px;} .msg-in .img-id img{border-radius:50%;} .msg-in .detal-box h3{font-size: 18px;letter-spacing: 0.03em;color: #000;font-weight: 600;} .msg-in .detal-box h3 span{font-size: 16px;float:right;font-weight: 600;letter-spacing: 0.03em;color: #a9a9a9;} .msg-in .detal-box span {font-size: 16px;font-weight: 600;letter-spacing: 0.03em;color: #a9a9a9;} .msg-you{padding: 0px 0px 10px 0px;margin-top: 20px;} .in-box{background: #fff;padding: 15px;} .msg-you .img-you{width:50px;height:50px;float:left;margin-right: 15px;} .msg-you .img-you img{border-radius:50%;} .msg-you .detal-you h3{font-size: 18px;letter-spacing: 0.03em;color: #000;font-weight: 600;} .msg-you .detal-you h3 span{font-size: 12px;display:block;font-weight: 600;letter-spacing: 0.03em;color: #a9a9a9;} .msg-you .detal-you span{font-size: 16px;font-weight: 600;letter-spacing: 0.03em;color: #a9a9a9;} .messge-review{background: #fff;padding: 15px;} .detal-you .mesge-b{display: inline-block;margin-top: 40px;padding-left: 60px;} .detal-you .mesge-b p{font-size: 16px;letter-spacing: 0.03em;color: #555;font-weight: 600;} .detal-you .mesge-b h3 span{ display: block;float: none;font-size: 16px;letter-spacing: 0.03em;color: #a9a9a9;font-weight: 600;margin-bottom: 10px;} .rec-msg-you{padding: 0px 0px 10px 0px;margin-top: 20px;} .rec-msg-you .rec-img-you{width:50px;height:50px;float:left;margin-right: 15px;} .rec-msg-you .rec-img-you img{border-radius:50%;} .rec-msg-you .rec-detal-you h3{font-size: 18px;letter-spacing: 0.03em;color: #000;font-weight: 600;} .rec-msg-you .rec-detal-you h3 span{font-size: 12px;display:block;font-weight: 600;letter-spacing: 0.03em;color: #a9a9a9;} .msg-you .rec-detal-you span{font-size: 16px;font-weight: 600;letter-spacing: 0.03em;color: #a9a9a9;} .messge-review{background: #fff;padding: 15px;} .rec-detal-you .rec-mesge-b{margin-top: 40px;padding-left: 60px;} .rec-detal-you .rec-mesge-b p{font-size: 16px;letter-spacing: 0.03em;color: #555;font-weight: 600;} .rec-detal-you .rec-mesge-b h3 span{ display: block;float: none;font-size: 16px;letter-spacing: 0.03em;color: #a9a9a9;font-weight: 600;margin-bottom: 10px;} .msg-snd-pro{border-top: 1px solid #a9a9a9;padding-top: 35px;} .sub-snd .form-rounded{float: left;width: 90%;outline:none} .sub-snd .snd-btn-msg{border-radius: 50%;height: 45px;width: 45px;padding: 0px;margin-left: 30px;background: #ffffff;border: 1px solid #2ebeb3;} .sub-snd .snd-btn-msg:hover {background: #2ebeb3;border: none;} .sub-snd .snd-btn-msg:focus{outline:none;} .sub-snd .snd-btn-msg img{height:20px;width: 20px;margin: 0px 0px 0px 5px;} /* message box css end */ /* user box css star */ .user-message-sec{margin: 80px 0px 30px 0px;} .user-brnd-mss{padding:0px 15px 0px 0px;} .user-brnd-mesge{margin:30px 0px;border-bottom: 1px solid #a9a9a9;padding-bottom: 15px;} .user-brnd-mesge h3{font-size: 26px;letter-spacing: 0.03em;color: #000;font-weight: 600;margin: 0px;} .user-in-box{padding:0px;} .user-read-mesge{border-bottom: 1px solid #a9a9a9;padding-bottom: 15px;} .user-read-mesge .user-inbx-btn{color: #2ebeb3;background: none;margin: 0px 20px 0px 0px;font-size: 18px;padding: 0px 0px 10px 0px;border-bottom: 2px solid #2ebeb3;letter-spacing: 0.03em;font-weight: 600;} .user-read-mesge .user-inbx-btn:focus{outline:none;} .user-mesg-back{background:#e9e9e9;} .user-msg-in{border-bottom: 1px solid #a9a9a9;padding: 0px 0px 10px 0px;margin-top: 20px;} .user-in-box{background: #fff;padding: 15px;} .user-msg-in .user-img-id{width:50px;height:50px;float:left;margin-right: 15px;} .user-msg-in .user-img-id img{border-radius:50%;} .user-msg-in .user-detal-box h3{font-size: 18px;letter-spacing: 0.03em;color: #000;font-weight: 600;} .user-msg-in .user-detal-box h3 span{font-size: 16px;float:right;font-weight: 600;letter-spacing: 0.03em;color: #a9a9a9;} .user-msg-in .user-detal-box span {font-size: 16px;font-weight: 600;letter-spacing: 0.03em;color: #a9a9a9;} .no-mag-ser{padding:0px;background: #fff;} .no-message{text-align: center;padding:100px 0px;border-radius:4px;border-top:4px solid #000;} .no-message img{width:100px;} .no-message h3{font-size: 30px;letter-spacing: 0.03em;color: #000;margin: 19px 0px 0px 0px;font-weight: 600;} .user-msg-you{padding: 0px 0px 10px 0px;margin-top: 20px;} .user-in-box{background: #fff;padding: 15px;} .user-msg-you .user-img-you{width:50px;height:50px;float:left;margin-right: 15px;} .user-msg-you .user-img-you img{border-radius:50%;} .user-msg-you .user-detal-you h3{font-size: 18px;letter-spacing: 0.03em;color: #000;font-weight: 600;} .user-msg-you .user-detal-you h3 span{font-size: 12px;display:block;font-weight: 600;letter-spacing: 0.03em;color: #a9a9a9;} .user-msg-you .user-detal-you span{font-size: 16px;font-weight: 600;letter-spacing: 0.03em;color: #a9a9a9;} .user-messge-review{background: #fff;padding: 15px;} .user-detal-you .user-mesge-b{display: inline-block;margin-top: 40px;padding-left: 60px;} .user-detal-you .user-mesge-b p{font-size: 16px;letter-spacing: 0.03em;color: #555;font-weight: 600;} .user-detal-you .user-mesge-b h3 span{ display: block;float: none;font-size: 16px;letter-spacing: 0.03em;color: #a9a9a9;font-weight: 600;margin-bottom: 10px;} .user-rec-msg-you{padding: 0px 0px 10px 0px;margin-top: 20px;} .user-rec-msg-you .user-rec-img-you{width:50px;height:50px;float:left;margin-right: 15px;} .user-rec-msg-you .user-rec-img-you img{border-radius:50%;} .user-rec-msg-you .user-rec-detal-you h3{font-size: 18px;letter-spacing: 0.03em;color: #000;font-weight: 600;} .user-rec-msg-you .user-rec-detal-you h3 span{font-size: 12px;display:block;font-weight: 600;letter-spacing: 0.03em;color: #a9a9a9;} .user-msg-you .user-rec-detal-you span{font-size: 16px;font-weight: 600;letter-spacing: 0.03em;color: #a9a9a9;} .user-messge-review{background: #fff;padding: 15px;} .user-rec-detal-you .user-rec-mesge-b{margin-top: 40px;padding-left: 60px;} .user-rec-detal-you .user-rec-mesge-b p{font-size: 16px;letter-spacing: 0.03em;color: #555;font-weight: 600;} .user-rec-detal-you .user-rec-mesge-b h3 span{ display: block;float: none;font-size: 16px;letter-spacing: 0.03em;color: #a9a9a9;font-weight: 600;margin-bottom: 10px;} .user-msg-snd-pro{border-top: 1px solid #a9a9a9;padding-top: 35px;} .user-sub-snd .form-rounded{float: left;width: 90%;outline:none} .user-sub-snd .form-control:focus{box-shadow: none;color: #ccc;} .user-sub-snd{position:relative;} .user-sub-snd span{font-size: 25px;position: absolute;top: 18px;right: 100px;} .user-sub-snd .user-snd-btn{border-radius: 50%;height: 45px;width: 45px;padding: 0px;margin-left: 30px;background: #ffffff;border: 1px solid #2ebeb3;} .user-sub-snd .user-snd-btn:hover {background: #2ebeb3;border: none;} .user-sub-snd .user-snd-btn:focus{outline:none;} .user-sub-snd .user-snd-btn img{height:20px;width: 20px;margin: 0px 0px 0px 5px;} .content-div{ /* width:300px; */ /* height:300px; */ /* background: orange; */ position: relative; } span.msg-noti { background: #ff0000; height: 20px; width: 20px; display: block; border-radius: 50%; font-size: 13px; position: absolute; text-align: center; top: -8px; right: -8px; } /* .inter{ */ /* position: absolute; */ /* width: 230px; */ /* height: auto; */ /* padding: 15px; */ /* background:#fff; */ /* top: 31px; */ /* right: 0; */ /* overflow: initial; */ /* display:none; */ /* } */ /* .inter ul{ */ /* background:#fff; */ /* text-align: left; */ /* list-style:none; */ /* padding: 0px; */ /* margin-left: 0px; */ /* } */ /* .inter ul li{display:block;} */ /* .inter ul li a{color: #000;} */ /* user message box css end */ /* New Footer Css Start */ .footer-copyright{border-top:1px solid #ddd;} .copyright{background-color:#f0f0f0;} .copyright p{margin:15px auto;} footer.footer-des{background-color:#222222;padding: 30px 0px;} footer.footer-des .menu li a{color:#b1aca1;padding:10px;text-decoration:none;} footer.footer-des .menu li a:hover{color:#7dabdb;} .list-inline {padding-left: 0; margin-left: -5px;list-style: none;margin:0 auto;} .list-inline>li {display: inline-block;padding-right: 5px;padding-left: 5px;} footer .menu li a {color: #b1aca1;padding: 10px;text-decoration: none;} footer .list-inline li a img{margin-bottom:15px;} .hart-beat{position:relative;margin: 20px auto 0px;} .hart-beat h3{color: #fff;display: inline-block;font-size: 16px;} .hart-beat .center {position: absolute;display: inline-block;margin-left: 15px;transform: translate(-50%,-50%);padding: 15px 15px 18px;/*background-color: #262626;*//* border: 0px solid #fff; */border-radius: 50%;z-index: 999; overflow: hidden;} .hart-beat.center:before {content: '';/*position: absolute;*/top: 0;left: -50%;width: 100%;height: 100%;background: rgba(0,0,0,.3);} .hart-beat .heart {/*position: relative;*/width: 10px;height: 10px;bottom: 10px;background: #f00;transform: rotate(45deg) translate(10px,10px);animation: animate 1s linear infinite;} .hart-beat .heart:before {content: '';width: 100%;height: 100%;background: #f00;position: absolute;top: -50%;left: 0;border-radius: 50%;} .hart-beat .heart:after {content: '';width: 100%;height: 100%;background: #f00;position: absolute;bottom: 0;right: 50%;border-radius: 50%;} @keyframes animate { 0% { transform: rotate(45deg) translate(10px,10px) scale(1); } 25% { transform: rotate(45deg) translate(10px,10px) scale(1); } 30% { transform: rotate(45deg) translate(10px,10px) scale(1.4); } 50% { transform: rotate(45deg) translate(10px,10px) scale(1.2); } 70% { transform: rotate(45deg) translate(10px,10px) scale(1.4); } 90% { transform: rotate(45deg) translate(10px,10px) scale(1); } 100% { transform: rotate(45deg) translate(10px,10px) scale(1); } } /* Navbar Css start */ @media (max-width: 786px){ .logo {position: fixed;top: 0;margin-top: 0px;margin: 0px 0px;} .menu-icon {display: block;padding: 0px 0px;} nav ul {max-height: 0px;padding-right: 0px;line-height: 30px;} .showing {max-height: 34em;} nav ul li {box-sizing: border-box;width: 100%;text-align: center;} .user-form{width: 100%;} .client-detail-form .user-btns p{padding-left:0px;} .client-detail-form {padding: 20px 10px;} .client-login{padding:3px 0px 10px;} .main-cont {margin: 0px 0px;} .logo-img{margin-bottom:30px;} .company-pic img{margin-bottom:20px;} .coupon-pic img{margin-bottom:20px;} .user-login{border-right: none;border-right: 1px solid #a9a9a9;padding: 30px 10px;} .skip-btn{margin-top:0px;} .product-pic {margin-bottom: 20px;} .add-coupn{margin: 0px 0px 0px 9px;} .coupn-me {margin-bottom: 20px;} .job-opn h4 span{font-size:16px;} .fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: "\f0c9"; color: #fff; } } @media (max-width: 480px){ .user-form{width: 100%;} .client-detail-form .user-btns p{padding-left:0px;} .client-detail-form {padding: 20px 10px;} .client-detail-form .user-btns .facebook-btn{margin-right: 0;padding: 8px 10px;} .client-detail-form .user-btns .google-btn {margin-right: 0;padding: 8px 10px;} .client-login{padding:3px 0px 10px;} .main-cont {margin: 0px 0px;} .logo-img{margin-bottom:30px;} .user-login{border-right: none;border-bottom: 1px solid #a9a9a9;} .skip-btn{margin-top:0px;} .job-opn h4 span{font-size:16px;} .edit-prot .modal-dialog {max-width: 329px;width: 100%;} .box-inner {width: 100%;} .review {float: left;text-align: left;margin-top: 23px;} .add-coupn{margin: 0px 0px 0px 9px;} .coupn-me {margin-bottom: 20px;} .prod-edit {float: none;display: block; } }
0.189146
0.040012
.video-container { margin: 0 auto; width: 100%; left: 0; right: 0; top: 0; bottom: 0; } .video-wrap { position: relative; overflow: hidden; width: 100%; height: 100vh; /* background: url(img/video.jpg) no-repeat center center/cover; */ } video { min-width: 100%; min-height: 100vh; position: absolute; } /*画面サイズが変わっても常に動画の中央が表示されるようにする*/ /*動画よりも画面が横に長くなるとき用*/ @media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) { video { width: 100%; top: 50%; transform: translateY(-50%); } } /*動画よりも画面が縦に長くなるとき用*/ @media (max-aspect-ratio: 16/9) { video { height: 100%; left: 50%; transform: translateX(-50%); } } /* 動画背景をグレー */ .overlay::after { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; content: ""; background-image: url(../img/top_img.png); } /*================================== 動画上の文字設定(英語) ===================================*/ h1{ /*要素の配置*/ font-family: Roboto; position:absolute; /*要素を天地中央寄せ*/ top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); /*見た目の調整*/ color:#fff; text-shadow: 0 0 15px #666; font-size: 50px; font-weight: bold; text-align: center; line-height: 6rem; } /* mobile画面になった時   画面いっぱいの大きさにする */ @media (max-width: 768px) { h1{ /*要素の配置*/ font-family: Roboto; position:absolute; /*要素を天地中央寄せ*/ top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); /*見た目の調整*/ color:#fff; text-shadow: 0 0 15px #666; font-size: 20px; font-weight: bold; text-align: center; line-height: 3rem; } } /*================================== 動画上の文字設定(日本語) ===================================*/ .top_font_jp{ font-size: 40px; } @media (max-width: 768px){ .top_font_jp { font-size: 15px; } } /*================================== じわっと文字を表示 ===================================*/ /* 初期表示 見えなくする*/ .catch{ lay: none; } .blur{ animation-name:blurAnime; /* 文字を表示する時間 */ animation-duration:2s; animation-fill-mode:forwards; } @keyframes blurAnime{ from { filter: blur(10px); transform: scale(1.02); opacity: 0; } to { filter: blur(0); transform: scale(1); opacity: 1; } } .blurTrigger{ opacity: 0; } /* text */ .text-box { position: absolute; top: 50%; left: 50%; width: 100%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } /*================================== 顧客情報、新着情報の文字設定 ===================================*/ /* PC */ .customer_list_jp{ font-size: 2rem; color: #0082e2; } .customer_list_en{ font-size: 3rem; font-weight: bold; color: #0082e2; } .customer_list_right{ font-size: 1.5rem; color: #0082e2; } /* リンクの文字色 */ .customer_list_right > a { color: #0082e2; text-decoration: none; } /* mobile */ @media (max-width: 768px) { .customer_list_jp{ font-size: 1.5rem; } .customer_list_en{ font-size: 1.5rem; font-weight: bold; } .customer_list_right{ font-size: 1.2rem; color: #0082e2; } } /*================================== 新着通知 ===================================*/ .ul_info{ width: 100%; } .li_info{ display: flex; padding-top: 20px; padding-bottom: 20px; border-bottom: dashed 1px #87CEFA; } .day{ font-size: 1.2rem; } .label{ background-color:#0082e2; border-radius: 3px; color:#fff; text-align: center; font-size: 1.2rem; margin-right: 5rem; } .text{ font-size: 1.2rem; color: #8080a1; /* テキストをはみ出した部分...に置換 */ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } /* 新着情報の下線 */ .info_border-bottom{ border-bottom: 1px dashed #d6d6d6!important; } @media (max-width: 768px){ .offset-md-1 { margin-left: 0; } .day{ font-size: 1rem; } .label{ font-size: 1rem; } .text{ font-size: 1rem; } } /*================================== マウスFocus時、下線描写 ===================================*/ .contents_f_link_line { position: relative; display: inline-block; text-decoration: none; color: #0082e2; } .contents_f_link_line::after { position: absolute; bottom: -4px; left: 0; content: ''; width: 100%; height: 2px; background: #31aae2; transform: scale(0, 1); transform-origin: left top; transition: transform .3s; } .contents_f_link_line:hover::after { transform: scale(1, 1); } /*================================== 顧客が存在しない(新規登録の設定) ===================================*/ /* 背景画像 */ .bg-img { background-image: url(../img/bg_home.jpg); background-size: cover; background-position: center; background-attachment: fixed; } /* 背景画像フィルタ */ .bg_filter{ background-color: rgb(0 87 152 / 60%); } /* 親要素の固定 */ .bg_contents{ height: 25rem; text-align: center; display: flex; align-items: center; justify-content: center; border-radius: 20px 20px 20px 20px; } .register_list_jp{ font-size: 1.5rem; color: #0082e2; } .register_list_en{ font-size: 2.5rem; font-weight: bold; color: #0082e2; } .register_list_contents{ font-size: 1.5rem; } /* モバイル */ @media (max-width: 768px){ .register_list_jp, .register_list_en{ font-size: 1.5rem; } .register_list_contents{ font-size: 1rem; } } /*================================== モーダル画面の設定 ===================================*/ .modal_text_required{ color: red; font-weight: bold; } /*================================== 契約進捗状況のフラグ ===================================*/ .progress_blue_label{ background-color:#0082e2; border-radius: 3px; color:#fff; text-align: center; padding-left: 1rem; padding-right: 1rem; } .progress_pink_label{ background-color:#e889b7; border-radius: 3px; color:#fff; text-align: center; padding-left: 1rem; padding-right: 1rem; }
public/home/css/home.css
.video-container { margin: 0 auto; width: 100%; left: 0; right: 0; top: 0; bottom: 0; } .video-wrap { position: relative; overflow: hidden; width: 100%; height: 100vh; /* background: url(img/video.jpg) no-repeat center center/cover; */ } video { min-width: 100%; min-height: 100vh; position: absolute; } /*画面サイズが変わっても常に動画の中央が表示されるようにする*/ /*動画よりも画面が横に長くなるとき用*/ @media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) { video { width: 100%; top: 50%; transform: translateY(-50%); } } /*動画よりも画面が縦に長くなるとき用*/ @media (max-aspect-ratio: 16/9) { video { height: 100%; left: 50%; transform: translateX(-50%); } } /* 動画背景をグレー */ .overlay::after { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; content: ""; background-image: url(../img/top_img.png); } /*================================== 動画上の文字設定(英語) ===================================*/ h1{ /*要素の配置*/ font-family: Roboto; position:absolute; /*要素を天地中央寄せ*/ top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); /*見た目の調整*/ color:#fff; text-shadow: 0 0 15px #666; font-size: 50px; font-weight: bold; text-align: center; line-height: 6rem; } /* mobile画面になった時   画面いっぱいの大きさにする */ @media (max-width: 768px) { h1{ /*要素の配置*/ font-family: Roboto; position:absolute; /*要素を天地中央寄せ*/ top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); /*見た目の調整*/ color:#fff; text-shadow: 0 0 15px #666; font-size: 20px; font-weight: bold; text-align: center; line-height: 3rem; } } /*================================== 動画上の文字設定(日本語) ===================================*/ .top_font_jp{ font-size: 40px; } @media (max-width: 768px){ .top_font_jp { font-size: 15px; } } /*================================== じわっと文字を表示 ===================================*/ /* 初期表示 見えなくする*/ .catch{ lay: none; } .blur{ animation-name:blurAnime; /* 文字を表示する時間 */ animation-duration:2s; animation-fill-mode:forwards; } @keyframes blurAnime{ from { filter: blur(10px); transform: scale(1.02); opacity: 0; } to { filter: blur(0); transform: scale(1); opacity: 1; } } .blurTrigger{ opacity: 0; } /* text */ .text-box { position: absolute; top: 50%; left: 50%; width: 100%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } /*================================== 顧客情報、新着情報の文字設定 ===================================*/ /* PC */ .customer_list_jp{ font-size: 2rem; color: #0082e2; } .customer_list_en{ font-size: 3rem; font-weight: bold; color: #0082e2; } .customer_list_right{ font-size: 1.5rem; color: #0082e2; } /* リンクの文字色 */ .customer_list_right > a { color: #0082e2; text-decoration: none; } /* mobile */ @media (max-width: 768px) { .customer_list_jp{ font-size: 1.5rem; } .customer_list_en{ font-size: 1.5rem; font-weight: bold; } .customer_list_right{ font-size: 1.2rem; color: #0082e2; } } /*================================== 新着通知 ===================================*/ .ul_info{ width: 100%; } .li_info{ display: flex; padding-top: 20px; padding-bottom: 20px; border-bottom: dashed 1px #87CEFA; } .day{ font-size: 1.2rem; } .label{ background-color:#0082e2; border-radius: 3px; color:#fff; text-align: center; font-size: 1.2rem; margin-right: 5rem; } .text{ font-size: 1.2rem; color: #8080a1; /* テキストをはみ出した部分...に置換 */ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } /* 新着情報の下線 */ .info_border-bottom{ border-bottom: 1px dashed #d6d6d6!important; } @media (max-width: 768px){ .offset-md-1 { margin-left: 0; } .day{ font-size: 1rem; } .label{ font-size: 1rem; } .text{ font-size: 1rem; } } /*================================== マウスFocus時、下線描写 ===================================*/ .contents_f_link_line { position: relative; display: inline-block; text-decoration: none; color: #0082e2; } .contents_f_link_line::after { position: absolute; bottom: -4px; left: 0; content: ''; width: 100%; height: 2px; background: #31aae2; transform: scale(0, 1); transform-origin: left top; transition: transform .3s; } .contents_f_link_line:hover::after { transform: scale(1, 1); } /*================================== 顧客が存在しない(新規登録の設定) ===================================*/ /* 背景画像 */ .bg-img { background-image: url(../img/bg_home.jpg); background-size: cover; background-position: center; background-attachment: fixed; } /* 背景画像フィルタ */ .bg_filter{ background-color: rgb(0 87 152 / 60%); } /* 親要素の固定 */ .bg_contents{ height: 25rem; text-align: center; display: flex; align-items: center; justify-content: center; border-radius: 20px 20px 20px 20px; } .register_list_jp{ font-size: 1.5rem; color: #0082e2; } .register_list_en{ font-size: 2.5rem; font-weight: bold; color: #0082e2; } .register_list_contents{ font-size: 1.5rem; } /* モバイル */ @media (max-width: 768px){ .register_list_jp, .register_list_en{ font-size: 1.5rem; } .register_list_contents{ font-size: 1rem; } } /*================================== モーダル画面の設定 ===================================*/ .modal_text_required{ color: red; font-weight: bold; } /*================================== 契約進捗状況のフラグ ===================================*/ .progress_blue_label{ background-color:#0082e2; border-radius: 3px; color:#fff; text-align: center; padding-left: 1rem; padding-right: 1rem; } .progress_pink_label{ background-color:#e889b7; border-radius: 3px; color:#fff; text-align: center; padding-left: 1rem; padding-right: 1rem; }
0.333286
0.077065
html{ height: 100%; width: 100%; } body { background: -webkit-gradient(linear, left bottom, left top, color-stop(0.46, rgb(250, 243, 232)), color-stop(0.67, rgb(244, 226, 207)), color-stop(0.87, rgb(233, 202, 161))) no-repeat; background: linear-gradient(bottom, #FAF4E8 46%, #F4E3CF 67%, #E9CAA1 87%); background: -o-linear-gradient(bottom, #FAF4E8 46%, #F4E3CF 67%, #E9CAA1 87%); background: -moz-linear-gradient(bottom, #FAF4E8 46%, #F4E3CF 67%, #E9CAA1 87%); background: -ms-linear-gradient(bottom, #FAF4E8 46%, #F4E3CF 67%, #E9CAA1 87%); height: 95%; width: 100%; margin: 0; } #titleBar{ position:relative; overflow: hidden; } #titleText{ padding-left: 1px; text-align: left; z-index: 5; position: absolute; left: 1%; font-family: "Helvetica Nueue","Trebuchet MS",Arial,"Nimbus Sans L",FreeSans,sans-serif; font-weight: bold; font-size: 125%; overflow: inherit; } #titleImg{ position: absolute; right: 1%; top: 5%; z-index: 5; padding-right: 1px; overflow: inherit; } #navigationMenu { background: -webkit-gradient(linear,left bottom,left top,color-stop(0.08, #B87147),color-stop(0.54, #9B440E) ); background: linear-gradient(bottom, #B87047 8%, #9B440E 54%); background: -o-linear-gradient(bottom, #B87047 8%, #9B440E 54%); background: -moz-linear-gradient(bottom, #B87047 8%, #9B440E 54%); background: -ms-linear-gradient(bottom, #B87047 8%, #9B440E 54%); border: 1px gray; padding:1px; padding-left:230px; color: #feffff; text-align: center; z-index: 5; } #navigationMenu li { display:inline; padding: 25px; } .mapMenus a:link{ color: #feffff; text-decoration: none; } .mapMenus a:visited{ color: #feffff; text-decoration: none; } .mapMenus a:hover{ color: #feffff; text-decoration: underline; } .mapMenus a:active{ color: #feffff; text-decoration: none; } #search_body{ border:1px; } #search_info { border-left:1px solid gray; border-right:1px solid gray; border-top:1px solid gray; border-bottom:1px solid gray; background: #E9CAA1; margin-left: 2px; margin-top: 2px; margin-right: 2px; /*width:586px;*/ } #image_box { width: 23%; border:1px solid gray; /*float:right;*/ padding-right:10px; padding-top:10px; padding-left:10px; padding-bottom:10px; margin-top:2px; margin-right:2px; height: 40%; } #img_info { border-top:1px solid gray; padding-bottom:10px; padding-left:10px; padding-right:10px; margin-left:-10px; margin-right:-10px; } #forum{ width: 60%; overflow: auto; } #forum li { display:inline; padding: 25px; } #left{ float: left; width: 50%; overflow: auto; } #right{ float: right; width: 50%; overflow: auto; } form table { border:1px solid gray; width: 98%; margin-top:2px; margin-left:2px; } #outGrid{ height: 40%; font-size: 75%; }
styles/Base.css
html{ height: 100%; width: 100%; } body { background: -webkit-gradient(linear, left bottom, left top, color-stop(0.46, rgb(250, 243, 232)), color-stop(0.67, rgb(244, 226, 207)), color-stop(0.87, rgb(233, 202, 161))) no-repeat; background: linear-gradient(bottom, #FAF4E8 46%, #F4E3CF 67%, #E9CAA1 87%); background: -o-linear-gradient(bottom, #FAF4E8 46%, #F4E3CF 67%, #E9CAA1 87%); background: -moz-linear-gradient(bottom, #FAF4E8 46%, #F4E3CF 67%, #E9CAA1 87%); background: -ms-linear-gradient(bottom, #FAF4E8 46%, #F4E3CF 67%, #E9CAA1 87%); height: 95%; width: 100%; margin: 0; } #titleBar{ position:relative; overflow: hidden; } #titleText{ padding-left: 1px; text-align: left; z-index: 5; position: absolute; left: 1%; font-family: "Helvetica Nueue","Trebuchet MS",Arial,"Nimbus Sans L",FreeSans,sans-serif; font-weight: bold; font-size: 125%; overflow: inherit; } #titleImg{ position: absolute; right: 1%; top: 5%; z-index: 5; padding-right: 1px; overflow: inherit; } #navigationMenu { background: -webkit-gradient(linear,left bottom,left top,color-stop(0.08, #B87147),color-stop(0.54, #9B440E) ); background: linear-gradient(bottom, #B87047 8%, #9B440E 54%); background: -o-linear-gradient(bottom, #B87047 8%, #9B440E 54%); background: -moz-linear-gradient(bottom, #B87047 8%, #9B440E 54%); background: -ms-linear-gradient(bottom, #B87047 8%, #9B440E 54%); border: 1px gray; padding:1px; padding-left:230px; color: #feffff; text-align: center; z-index: 5; } #navigationMenu li { display:inline; padding: 25px; } .mapMenus a:link{ color: #feffff; text-decoration: none; } .mapMenus a:visited{ color: #feffff; text-decoration: none; } .mapMenus a:hover{ color: #feffff; text-decoration: underline; } .mapMenus a:active{ color: #feffff; text-decoration: none; } #search_body{ border:1px; } #search_info { border-left:1px solid gray; border-right:1px solid gray; border-top:1px solid gray; border-bottom:1px solid gray; background: #E9CAA1; margin-left: 2px; margin-top: 2px; margin-right: 2px; /*width:586px;*/ } #image_box { width: 23%; border:1px solid gray; /*float:right;*/ padding-right:10px; padding-top:10px; padding-left:10px; padding-bottom:10px; margin-top:2px; margin-right:2px; height: 40%; } #img_info { border-top:1px solid gray; padding-bottom:10px; padding-left:10px; padding-right:10px; margin-left:-10px; margin-right:-10px; } #forum{ width: 60%; overflow: auto; } #forum li { display:inline; padding: 25px; } #left{ float: left; width: 50%; overflow: auto; } #right{ float: right; width: 50%; overflow: auto; } form table { border:1px solid gray; width: 98%; margin-top:2px; margin-left:2px; } #outGrid{ height: 40%; font-size: 75%; }
0.49048
0.086825
@if mgwt.css pretty { @external mgwt-ProgressIndicator; } .mgwt-ProgressIndicator { width: 50px; height: 50px; } @if user.agent safari { .mgwt-ProgressIndicator { \-webkit-animation-duration: 1s; \-webkit-animation-iteration-count: infinite; \-webkit-animation-timing-function: linear; \-webkit-animation-name: progressIndicatorAnimation; } @-webkit-keyframes progressIndicatorAnimation { 0% { -webkit-transform: rotate(0deg); } 8.2% { -webkit-transform: rotate(0deg); } 8.3% { -webkit-transform: rotate(30deg); } 16.5% { -webkit-transform: rotate(30deg); } 16.6% { -webkit-transform: rotate(60deg); } 24.9% { -webkit-transform: rotate(60deg); } 25% { -webkit-transform: rotate(90deg); } 33.2% { -webkit-transform: rotate(90deg); } 33.3% { -webkit-transform: rotate(120deg); } 41.5% { -webkit-transform: rotate(120deg); } 41.6% { -webkit-transform: rotate(150deg); } 49.9% { -webkit-transform: rotate(150deg); } 50% { -webkit-transform: rotate(180deg); } 58.2% { -webkit-transform: rotate(180deg); } 58.3% { -webkit-transform: rotate(210deg); } 66.5% { -webkit-transform: rotate(210deg); } 66.6% { -webkit-transform: rotate(240deg); } 74.9% { -webkit-transform: rotate(240deg); } 75% { -webkit-transform: rotate(270deg); } 83.2% { -webkit-transform: rotate(270deg); } 83.3% { -webkit-transform: rotate(300deg); } 91.5% { -webkit-transform: rotate(300deg); } 91.6% { -webkit-transform: rotate(330deg); } 99.90% { -webkit-transform: rotate(330deg); } 99.91% { -webkit-transform: rotate(360deg); } 100% { -webkit-transform: rotate(360deg); } } } @if user.agent gecko1_8 { .mgwt-ProgressIndicator { \-moz-animation-duration: 1s; \-moz-animation-iteration-count: infinite; \-moz-animation-timing-function: linear; \-moz-animation-name: progressIndicatorAnimation; } @-moz-keyframes progressIndicatorAnimation { 0% { -moz-transform: rotate(0deg); } 8.2% { -moz-transform: rotate(0deg); } 8.3% { -moz-transform: rotate(30deg); } 16.5% { -moz-transform: rotate(30deg); } 16.6% { -moz-transform: rotate(60deg); } 24.9% { -moz-transform: rotate(60deg); } 25% { -moz-transform: rotate(90deg); } 33.2% { -moz-transform: rotate(90deg); } 33.3% { -moz-transform: rotate(120deg); } 41.5% { -moz-transform: rotate(120deg); } 41.6% { -moz-transform: rotate(150deg); } 49.9% { -moz-transform: rotate(150deg); } 50% { -moz-transform: rotate(180deg); } 58.2% { -moz-transform: rotate(180deg); } 58.3% { -moz-transform: rotate(210deg); } 66.5% { -moz-transform: rotate(210deg); } 66.6% { -moz-transform: rotate(240deg); } 74.9% { -moz-transform: rotate(240deg); } 75% { -moz-transform: rotate(270deg); } 83.2% { -moz-transform: rotate(270deg); } 83.3% { -moz-transform: rotate(300deg); } 91.5% { -moz-transform: rotate(300deg); } 91.6% { -moz-transform: rotate(330deg); } 99.90% { -moz-transform: rotate(330deg); } 99.91% { -moz-transform: rotate(360deg); } 100% { -moz-transform: rotate(360deg); } } }
src/main/java/com/googlecode/mgwt/ui/client/theme/base/css/progressindicator.css
@if mgwt.css pretty { @external mgwt-ProgressIndicator; } .mgwt-ProgressIndicator { width: 50px; height: 50px; } @if user.agent safari { .mgwt-ProgressIndicator { \-webkit-animation-duration: 1s; \-webkit-animation-iteration-count: infinite; \-webkit-animation-timing-function: linear; \-webkit-animation-name: progressIndicatorAnimation; } @-webkit-keyframes progressIndicatorAnimation { 0% { -webkit-transform: rotate(0deg); } 8.2% { -webkit-transform: rotate(0deg); } 8.3% { -webkit-transform: rotate(30deg); } 16.5% { -webkit-transform: rotate(30deg); } 16.6% { -webkit-transform: rotate(60deg); } 24.9% { -webkit-transform: rotate(60deg); } 25% { -webkit-transform: rotate(90deg); } 33.2% { -webkit-transform: rotate(90deg); } 33.3% { -webkit-transform: rotate(120deg); } 41.5% { -webkit-transform: rotate(120deg); } 41.6% { -webkit-transform: rotate(150deg); } 49.9% { -webkit-transform: rotate(150deg); } 50% { -webkit-transform: rotate(180deg); } 58.2% { -webkit-transform: rotate(180deg); } 58.3% { -webkit-transform: rotate(210deg); } 66.5% { -webkit-transform: rotate(210deg); } 66.6% { -webkit-transform: rotate(240deg); } 74.9% { -webkit-transform: rotate(240deg); } 75% { -webkit-transform: rotate(270deg); } 83.2% { -webkit-transform: rotate(270deg); } 83.3% { -webkit-transform: rotate(300deg); } 91.5% { -webkit-transform: rotate(300deg); } 91.6% { -webkit-transform: rotate(330deg); } 99.90% { -webkit-transform: rotate(330deg); } 99.91% { -webkit-transform: rotate(360deg); } 100% { -webkit-transform: rotate(360deg); } } } @if user.agent gecko1_8 { .mgwt-ProgressIndicator { \-moz-animation-duration: 1s; \-moz-animation-iteration-count: infinite; \-moz-animation-timing-function: linear; \-moz-animation-name: progressIndicatorAnimation; } @-moz-keyframes progressIndicatorAnimation { 0% { -moz-transform: rotate(0deg); } 8.2% { -moz-transform: rotate(0deg); } 8.3% { -moz-transform: rotate(30deg); } 16.5% { -moz-transform: rotate(30deg); } 16.6% { -moz-transform: rotate(60deg); } 24.9% { -moz-transform: rotate(60deg); } 25% { -moz-transform: rotate(90deg); } 33.2% { -moz-transform: rotate(90deg); } 33.3% { -moz-transform: rotate(120deg); } 41.5% { -moz-transform: rotate(120deg); } 41.6% { -moz-transform: rotate(150deg); } 49.9% { -moz-transform: rotate(150deg); } 50% { -moz-transform: rotate(180deg); } 58.2% { -moz-transform: rotate(180deg); } 58.3% { -moz-transform: rotate(210deg); } 66.5% { -moz-transform: rotate(210deg); } 66.6% { -moz-transform: rotate(240deg); } 74.9% { -moz-transform: rotate(240deg); } 75% { -moz-transform: rotate(270deg); } 83.2% { -moz-transform: rotate(270deg); } 83.3% { -moz-transform: rotate(300deg); } 91.5% { -moz-transform: rotate(300deg); } 91.6% { -moz-transform: rotate(330deg); } 99.90% { -moz-transform: rotate(330deg); } 99.91% { -moz-transform: rotate(360deg); } 100% { -moz-transform: rotate(360deg); } } }
0.269518
0.15511
body { font-size: 16px; font-family: "Trebuchet MS", Helvetica, sans-serif; background: url("/bootstrap/assets/img/fundo2.jpg"); background-repeat: no-repeat; background-attachment: fixed; margin-top: 95px; } /* ============================================================================================ layout */ /* -------------------------------------------------------------- barra de navegação -- */ .navbar-light .navbar-toggler { background: rgba(255,226,36, 1); font-weight: 990; } .img{ padding: 5px 0; height: 70px; } .cabecalho{ color: #fff; box-shadow: 0 3px 10px rgba(225, 0, 0, 0.8); /*border-bottom: 1.5px solid rgba(94, 97, 11, 0.8);*/ background: rgba(225, 0, 0, 0.95); transition: all 0.7s; } .cabecalho:hover{ background: rgba(255, 0, 0, .9); transition: all 0.7s; } /* -------------------------------------------------------------- botões -- */ .botao-toggle{ padding: 10px 10px; } .navbar-light .navbar-nav .nav-link { border: 1px solid rgba(0, 0, 0, 0.001); margin: 5px; padding: 0 10px; color: #fff; font-size: 20px; border-radius: 2px; transition: all 0.5s; } .navbar-light .navbar-nav .nav-link:hover { color: #fff; border-bottom: 1px solid yellow; transition: all 0.5s; } .finalizado{ height: 40px; background: red; border: 1px solid red; color: #fff; margin-top: -15px; } .finalizado:hover{ background: rgba(255, 80, 1, 1); } .row-botoes{ margin: 20px 0; } .btn-estoque{ padding-top: 20px margin: 65px 0; margin: 5px 0; width: 90%; padding: 20px; } .btn-pedido{ padding: 20px; } /* -------------------------------------------------------------- conteudo -- */ .centralizar-conteudo{ display: flex; justify-content: space-around; } .padding-container{ padding-bottom: 20px; } article{ background: rgba(255, 250, 35, 0.7); border-radius: 3px; } .article-center{ text-align: center; } .titulo-pagina{ margin: 0 0 -10px 0; padding: 10px; font-size: 40px; text-align: center; } fieldset{ background: rgba(255, 250, 35, 0.9); margin: 0 20px; padding-bottom: 10px; margin-top: 5px; border-radius: 2px; } .fieldset-slim{ height: 102px; } .sem-borda{ border: none; } .block > p{ display: inline-block; } .block{ padding: 10px 10px 15px 10px; } .recuperar-senha{ display: inline-block; padding-top: 5px; } legend{ text-align: left; margin-left: 30px; padding-left: 10px; letter-spacing: 7px; font-weight: 1000; border-left: 10px solid #848484; width: 90%; } .informacoes{ padding: 10px 0; } .finalizado-box{ display: flex; justify-content: space-around; padding-bottom: 10px; } .finalizado-sub-box{ color: #fff; width: 400px; height: 50px; padding-top: 12px; border-radius: 5px; background: #007AFF; margin: 0 10px; } .caixa-coluna{ display: flex; justify-content: space-around; } .caixa{ border: 1px solid red; width: 100%; height: 95%; margin: 10px; background: #424242; border-radius: 3px; text-align: center; color: #fff; } .texto-caixa{ margin: 0 auto; width: 80%; padding: 20px 0; border-bottom: 1px solid #fff; } .quantidade{ font-size: 200%; } .tela-texto{ padding: -10px 20px; text-align: justify; } form{ padding: 20px; } label{ font-size: 18px; letter-spacing: 2px; } .form-control{ resize: none; } .sabor{ padding: 0 30px; } .total{ padding: 30px 20px 30px 15px; border-left: 40px solid grey; margin-bottom: 30px; } .pagamento{ padding: 20px; } .botao-pag{ padding: 10px; } .pag{ padding: 18px; border: none; letter-spacing: 10px; font-size: 30px; } .pag-verde{ background: #32CD32; } .pag-verde:hover{ background: #6B8E23; } .pag-roxo{ background: #000099; } .pag-roxo:hover{ background: #000066; } .linha-vitrine{ padding: 10px 20px; } .card{ min-width: 100px; background: rgba(225, 0, 0, 0.1); transition: 1s; } .card:hover{ background: rgba(225, 0, 0, 0.30); transition: 1s; } .h3-pedido{ letter-spacing: 6px; font-size: 30px; font-weight: 900; text-align: left; } .form-group-pedido{ padding-bottom: 10px; border-bottom: 0.1px solid #848484; } .input-group-text{ background: #fff; margin: 5px 0; padding-top: 5px; padding-bottom: 5px; } .rescue-pass{ letter-spacing: 5px; font-weight: 900; font-size: 30px; } /* -------------------------------------------------------------- rodape -- */ footer{ position: relative; background: rgba(0, 0, 0, .95); color: white; padding-top: 30px; } .titulo-rodape{ padding-top: 10px; } .nav-footer{ color: #fff; text-align: left; } .nav-footer:hover{ color: #819FF7; text-decoration: none; } .direitos{ text-align: center; padding-top: 30px; } .ul-rede-social{ float: right; } .rede-social{ padding: 0 10px; } /* ============================================================================================ tipografia */ .fonte-maior{ font-size: 18px; font-weight: 900; text-transform: uppercase; } .links h4{ text-transform: uppercase; font-size: 20px; color: #BDBDBD; } /* ============================================================================================ Media queries */ @media screen and (min-width: 1200px){ body{ background-size: 100%; } } @media screen and (max-width: 700px){ .pag{ padding: 18px; border: none; letter-spacing: 6px; font-size: 20px; } }
public/css/estilo.css
body { font-size: 16px; font-family: "Trebuchet MS", Helvetica, sans-serif; background: url("/bootstrap/assets/img/fundo2.jpg"); background-repeat: no-repeat; background-attachment: fixed; margin-top: 95px; } /* ============================================================================================ layout */ /* -------------------------------------------------------------- barra de navegação -- */ .navbar-light .navbar-toggler { background: rgba(255,226,36, 1); font-weight: 990; } .img{ padding: 5px 0; height: 70px; } .cabecalho{ color: #fff; box-shadow: 0 3px 10px rgba(225, 0, 0, 0.8); /*border-bottom: 1.5px solid rgba(94, 97, 11, 0.8);*/ background: rgba(225, 0, 0, 0.95); transition: all 0.7s; } .cabecalho:hover{ background: rgba(255, 0, 0, .9); transition: all 0.7s; } /* -------------------------------------------------------------- botões -- */ .botao-toggle{ padding: 10px 10px; } .navbar-light .navbar-nav .nav-link { border: 1px solid rgba(0, 0, 0, 0.001); margin: 5px; padding: 0 10px; color: #fff; font-size: 20px; border-radius: 2px; transition: all 0.5s; } .navbar-light .navbar-nav .nav-link:hover { color: #fff; border-bottom: 1px solid yellow; transition: all 0.5s; } .finalizado{ height: 40px; background: red; border: 1px solid red; color: #fff; margin-top: -15px; } .finalizado:hover{ background: rgba(255, 80, 1, 1); } .row-botoes{ margin: 20px 0; } .btn-estoque{ padding-top: 20px margin: 65px 0; margin: 5px 0; width: 90%; padding: 20px; } .btn-pedido{ padding: 20px; } /* -------------------------------------------------------------- conteudo -- */ .centralizar-conteudo{ display: flex; justify-content: space-around; } .padding-container{ padding-bottom: 20px; } article{ background: rgba(255, 250, 35, 0.7); border-radius: 3px; } .article-center{ text-align: center; } .titulo-pagina{ margin: 0 0 -10px 0; padding: 10px; font-size: 40px; text-align: center; } fieldset{ background: rgba(255, 250, 35, 0.9); margin: 0 20px; padding-bottom: 10px; margin-top: 5px; border-radius: 2px; } .fieldset-slim{ height: 102px; } .sem-borda{ border: none; } .block > p{ display: inline-block; } .block{ padding: 10px 10px 15px 10px; } .recuperar-senha{ display: inline-block; padding-top: 5px; } legend{ text-align: left; margin-left: 30px; padding-left: 10px; letter-spacing: 7px; font-weight: 1000; border-left: 10px solid #848484; width: 90%; } .informacoes{ padding: 10px 0; } .finalizado-box{ display: flex; justify-content: space-around; padding-bottom: 10px; } .finalizado-sub-box{ color: #fff; width: 400px; height: 50px; padding-top: 12px; border-radius: 5px; background: #007AFF; margin: 0 10px; } .caixa-coluna{ display: flex; justify-content: space-around; } .caixa{ border: 1px solid red; width: 100%; height: 95%; margin: 10px; background: #424242; border-radius: 3px; text-align: center; color: #fff; } .texto-caixa{ margin: 0 auto; width: 80%; padding: 20px 0; border-bottom: 1px solid #fff; } .quantidade{ font-size: 200%; } .tela-texto{ padding: -10px 20px; text-align: justify; } form{ padding: 20px; } label{ font-size: 18px; letter-spacing: 2px; } .form-control{ resize: none; } .sabor{ padding: 0 30px; } .total{ padding: 30px 20px 30px 15px; border-left: 40px solid grey; margin-bottom: 30px; } .pagamento{ padding: 20px; } .botao-pag{ padding: 10px; } .pag{ padding: 18px; border: none; letter-spacing: 10px; font-size: 30px; } .pag-verde{ background: #32CD32; } .pag-verde:hover{ background: #6B8E23; } .pag-roxo{ background: #000099; } .pag-roxo:hover{ background: #000066; } .linha-vitrine{ padding: 10px 20px; } .card{ min-width: 100px; background: rgba(225, 0, 0, 0.1); transition: 1s; } .card:hover{ background: rgba(225, 0, 0, 0.30); transition: 1s; } .h3-pedido{ letter-spacing: 6px; font-size: 30px; font-weight: 900; text-align: left; } .form-group-pedido{ padding-bottom: 10px; border-bottom: 0.1px solid #848484; } .input-group-text{ background: #fff; margin: 5px 0; padding-top: 5px; padding-bottom: 5px; } .rescue-pass{ letter-spacing: 5px; font-weight: 900; font-size: 30px; } /* -------------------------------------------------------------- rodape -- */ footer{ position: relative; background: rgba(0, 0, 0, .95); color: white; padding-top: 30px; } .titulo-rodape{ padding-top: 10px; } .nav-footer{ color: #fff; text-align: left; } .nav-footer:hover{ color: #819FF7; text-decoration: none; } .direitos{ text-align: center; padding-top: 30px; } .ul-rede-social{ float: right; } .rede-social{ padding: 0 10px; } /* ============================================================================================ tipografia */ .fonte-maior{ font-size: 18px; font-weight: 900; text-transform: uppercase; } .links h4{ text-transform: uppercase; font-size: 20px; color: #BDBDBD; } /* ============================================================================================ Media queries */ @media screen and (min-width: 1200px){ body{ background-size: 100%; } } @media screen and (max-width: 700px){ .pag{ padding: 18px; border: none; letter-spacing: 6px; font-size: 20px; } }
0.280814
0.056496
body { margin: 0; margin-top: 0; padding: 0; } table.dashboardColumn { width: 100%; background: none; background-color:transparent; } .dashboardColumn td { width:100%; } #dashboardContainer { font: 11px Lucida Grande, Verdana, Arial, Helvetica, sans serif; background-color:white; } #dashboardChooserContainer { margin:0px; padding:0px; border:0px; width:100%; } #position1 { width:200px; max-width:200px; width:expression("200px"); } #position1 td { margin-top:40px; padding:5px; } tbody.availableDashlet * div.content { display: none; } #availableDashlets * td { width:200px; max-width:200px; } #availableDashlets * div.content { width:200px; max-width:200px; height:0px; display:none; overflow-x:hidden; overflow-y:hidden; } #columnsContainerDiv { margin:6px; } td { vertical-align: top; } h1 { font: 12px Lucida Grande, Verdana, Arial, Helvetica, sans serif; font-weight:bold; margin:0px; margin-bottom:3px; } h2 { font: 19px Verdana; margin-bottom:0px; padding-bottom:0px; } ul { margin-top:2px; left:-10px; position:relative; } div.weatherTitle { font-weight:bold; color:white; } div.content { overflow-x:hidden; border-bottom:solid orange 1px; border-top:solid orange 1px; border-left:solid orange 1px; border-right:solid orange 1px; margin-bottom:10px; padding:5px; padding-top:10px; background: #fff url('content_bg.gif') no-repeat top right; } div.content a:link, div.content a:visited { color:#F48117; } table.tableSearch { background-color:#F2F2F2; border:solid #CCC 1px; width:100%; } table.tableSearch td select { margin:0px; padding:0px; } div.dragTitle { overflow-x:visible; background: url('dragable_bg.gif'); width:100%; z-index:998; border:solid black 0px; height:22px; top:0px; left:0px; right:30px; position:absolute; } span.headerTitle { height:22px; clip:rect(auto,auto,auto,auto); overflow:hidden; display:block; float:left; line-height:18px; z-index:999; margin-right:10px; padding-left:9px; padding-top:2px; } span.options { display:block; position:absolute; top:0px; right:-1px; float:right; z-index:1000; padding-right:35px; background: transparent url('dragtitle_bg.gif') no-repeat top right; } span.options img { opacity:0; filter:alpha(opacity=0); } span.options:hover img { opacity:100; } span.optionsHoverIE img { filter:alpha(opacity=100); } div#availableDashlets * span.options:hover { opacity:0; filter:alpha(opacity=0); } div#availableDashlets * span.options { display:none; opacity:0; top:500px; filter:alpha(opacity=0); } div#availableDashlets * div.dragTrigger { background: none; float:none; margin-bottom:0px; /* height:auto;*/ } div#availableDashlets * div.dragTitle { background:none; /* height:auto;*/ overflow:hidden; float:none; background-color: #eeeeee; border: solid #bbbbbb 1px; color: black; } div#availableDashlets * span.headerTitle { display:block; width:100%; line-height:auto; /* height:22px;*/ background: none; } #hideNewContentButton,#showNewContentButton { /* position:absolute;*/ color: #465D94; font-size: 1.2em; font-weight: 600; top: 20px; cursor: pointer; cursor: hand; left: 20px; width:200px; } #availableBox { display:none; /* width:200px; max-width:200px; width:expression("200px");*/ } #availableBox2 { padding-top:40px; border:solid navy 2px; height: 600px; /* width:200px; max-width:200px; width:expression("200px");*/ } #availableDashlets { /* width:200px; max-width:200px; width:expression("200px");*/ } .availableDashlet { /* width:200px; max-width:200px; width:expression("200px");*/ } #availableDashlets tbody { height: 0px; } #leftBox { width:210px; } #rightBox { width:100%; }
www/extras/wobject/Dashboard/dashboard.css
body { margin: 0; margin-top: 0; padding: 0; } table.dashboardColumn { width: 100%; background: none; background-color:transparent; } .dashboardColumn td { width:100%; } #dashboardContainer { font: 11px Lucida Grande, Verdana, Arial, Helvetica, sans serif; background-color:white; } #dashboardChooserContainer { margin:0px; padding:0px; border:0px; width:100%; } #position1 { width:200px; max-width:200px; width:expression("200px"); } #position1 td { margin-top:40px; padding:5px; } tbody.availableDashlet * div.content { display: none; } #availableDashlets * td { width:200px; max-width:200px; } #availableDashlets * div.content { width:200px; max-width:200px; height:0px; display:none; overflow-x:hidden; overflow-y:hidden; } #columnsContainerDiv { margin:6px; } td { vertical-align: top; } h1 { font: 12px Lucida Grande, Verdana, Arial, Helvetica, sans serif; font-weight:bold; margin:0px; margin-bottom:3px; } h2 { font: 19px Verdana; margin-bottom:0px; padding-bottom:0px; } ul { margin-top:2px; left:-10px; position:relative; } div.weatherTitle { font-weight:bold; color:white; } div.content { overflow-x:hidden; border-bottom:solid orange 1px; border-top:solid orange 1px; border-left:solid orange 1px; border-right:solid orange 1px; margin-bottom:10px; padding:5px; padding-top:10px; background: #fff url('content_bg.gif') no-repeat top right; } div.content a:link, div.content a:visited { color:#F48117; } table.tableSearch { background-color:#F2F2F2; border:solid #CCC 1px; width:100%; } table.tableSearch td select { margin:0px; padding:0px; } div.dragTitle { overflow-x:visible; background: url('dragable_bg.gif'); width:100%; z-index:998; border:solid black 0px; height:22px; top:0px; left:0px; right:30px; position:absolute; } span.headerTitle { height:22px; clip:rect(auto,auto,auto,auto); overflow:hidden; display:block; float:left; line-height:18px; z-index:999; margin-right:10px; padding-left:9px; padding-top:2px; } span.options { display:block; position:absolute; top:0px; right:-1px; float:right; z-index:1000; padding-right:35px; background: transparent url('dragtitle_bg.gif') no-repeat top right; } span.options img { opacity:0; filter:alpha(opacity=0); } span.options:hover img { opacity:100; } span.optionsHoverIE img { filter:alpha(opacity=100); } div#availableDashlets * span.options:hover { opacity:0; filter:alpha(opacity=0); } div#availableDashlets * span.options { display:none; opacity:0; top:500px; filter:alpha(opacity=0); } div#availableDashlets * div.dragTrigger { background: none; float:none; margin-bottom:0px; /* height:auto;*/ } div#availableDashlets * div.dragTitle { background:none; /* height:auto;*/ overflow:hidden; float:none; background-color: #eeeeee; border: solid #bbbbbb 1px; color: black; } div#availableDashlets * span.headerTitle { display:block; width:100%; line-height:auto; /* height:22px;*/ background: none; } #hideNewContentButton,#showNewContentButton { /* position:absolute;*/ color: #465D94; font-size: 1.2em; font-weight: 600; top: 20px; cursor: pointer; cursor: hand; left: 20px; width:200px; } #availableBox { display:none; /* width:200px; max-width:200px; width:expression("200px");*/ } #availableBox2 { padding-top:40px; border:solid navy 2px; height: 600px; /* width:200px; max-width:200px; width:expression("200px");*/ } #availableDashlets { /* width:200px; max-width:200px; width:expression("200px");*/ } .availableDashlet { /* width:200px; max-width:200px; width:expression("200px");*/ } #availableDashlets tbody { height: 0px; } #leftBox { width:210px; } #rightBox { width:100%; }
0.265119
0.055823
@font-face { font-family: "Gilroy"; src: url('fonts/Gilroy-Bold.ttf'); } @font-face { font-family: "Gilroy-Light"; src: url('fonts/Gilroy-Light.otf'); } @font-face { font-family: 'Tuffy Bold'; src: local('Tuffy Bold'), url('fonts/Tuffy-Bold.woff') format('woff'); } @import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Ropa+Sans&display=swap'); .roboto { font-family: "Roboto"; letter-spacing: 0.4px; } html, body { background-color:#f4f0ec; margin: 0; min-width: 600px; } body { font-weight: 400; color: #262626; overflow:auto; } header { width: 100vw; position: fixed; background-color: #262626; color: rgb(214, 214, 214); min-width: 600px; height: 50px; top:0px; display: flex; justify-content: space-between; /*place-content:center;*/ } header div { display: inline-block; } .logo { align-self: center; padding-left: 2em; } .logo h3 { color: rgb(214, 214, 214); margin: 0; } .header-links { font-family: "Ropa Sans"; font-size: 22px; align-self: center; padding-right: 2em; padding-top: 4px; } .header-link { margin-left: 1em; } a { text-decoration: none; } .header-link a { color: #eee; } .header-link a:hover { color: #fff; } .wrapper { display: grid; margin-top:-50px; grid-template-columns:4-00px 1fr; grid-template-rows:150px 1fr; gap: 10px; grid-template-areas: ". . " "a a"; } .content { min-width: 800px; grid-area: a; align-self: center; justify-self: center; } .content-small { min-width:400px; } .content-smallest { min-width:300px; } .block-wrapper { padding: 22vh 20% 0 20%; } form a { font-size: 12px; font-weight: 400; } .login-wrapper { margin:auto; margin-top:105px; min-height: 27em; align-self: center; justify-self: center; display: flex; flex-direction: row; width: auto; height: auto; background-color: rgba(255, 255, 255, 0.493); border-radius: 1em; max-width: 1150px; } .regular-wrapper { margin-top:35px; min-height: 27em; display: flex; flex-direction: row; width: auto; height: auto; background-color: rgba(255, 255, 255, 0.493); border-radius: 1em; max-width: 700px; padding:20px; } .login-image-placeholder { background-image: url("img/woman_behind_laptop.png"); background-repeat: no-repeat; height: 25em; display: inline-block; max-width: 550px; width: 45%; height: auto; min-height: 100%; background-color: #cde1d1; background-position: center; background-size: 85%; border-top-left-radius: 1em; border-bottom-left-radius: 1em; opacity: 1; transition: 0.4s; } .login-form { display: flex; flex-wrap: wrap; width: 45%; padding: 1em 3em; } .login-form input { background-color: #fff; border: 2px solid #262626; color: #262626; padding: .5em .9em; border-radius: 0.2em; margin-bottom: .5em; font-size: 16px; font-family: 'Work Sans', sans-serif; } input { background-color: #fff; border: 2px solid #262626; color: #262626; padding: .5em .9em; border-radius: 0.2em; margin-bottom: .5em; font-size: 16px; font-family: 'Work Sans', sans-serif; } textarea { background-color: #fff; border: 2px solid #262626; color: #262626; padding: .5em .9em; border-radius: 0.2em; margin-bottom: .5em; font-size: 16px; font-family: 'Work Sans', sans-serif; } select { background-color: #fff; border: 2px solid #262626; color: #262626; padding: .5em .9em; border-radius: 0.2em; margin-bottom: .5em; font-size: 16px; font-family: 'Work Sans', sans-serif; } input[type=submit] { background-color: #cde1d1; border: 0; font-family: 'Tuffy Bold'; font-size: 18px; padding: 6px 10px 6px 10px; text-transform: uppercase; color:#4e6e4d; } input[type=submit]:hover { cursor: pointer; } .dangerText { color: red; } input { outline: none; } span { font-size: 14px; line-height: 22px; margin-top: 10px; width: 95%; } h3, h4, h5 { text-transform: uppercase; font-family: "Tuffy Bold"; font-weight: normal; margin-bottom: 10px; color: #e15330; } h3 { font-size: 24px; margin-bottom: 7px; } h4 { font-size: 18px; } .create-account-link { color: #4e6e4d; font-size: 20px; line-height: 4em; font-family: "Tuffy Bold"; } label { font-size: 0.8em; text-transform: uppercase; font-weight: 400; color: #424242; font-family: 'Work Sans', sans-serif; margin: 2px 0 4px 1px; display: inline-block; } .book-grid { display: grid; padding: 22vh 20% 0 20%; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); grid-gap: 20px; align-items: stretch; } .book-table { margin-top: 30px; } #root { height:100%; width:100%; } .books-display { margin-top:105px; display:grid; grid-template-columns: repeat(3, 255px); grid-template-rows: 350px; grid-gap:2em; align-self: center; justify-content: center; align-items: center; user-select: none; } .book-card { background-image: url(img/book-effect.png); text-align: center; width: 100%; min-height: 350px; display: flex; justify-content: center; align-items: center; border-radius: 5px; border: rgba(0, 0, 0, 0.3) 1px solid; } .book-card h1 { width: 75%; font-size: 1.8em; font-weight: 400; font-family: 'Ropa Sans', sans-serif; padding-left: 8px; color: rgba(255, 255, 255, 0.8); } .green a:link { color:#fff; } .red { background-color: #e15330; } .blue { background-color: #84c4d3; color: #262626; } .blue h1, .red h1 { color: #262626; } .green { background-color: #4e6e4d; } ul { margin: 0; padding: 0; } ul li { margin: 0; list-style-type: none; } input[type=submit]:disabled { background-color: #64ece5; } .third-button { cursor: pointer; background-color: #af64ec; border-color: #af64ec; font-family: 'Tuffy Bold'; font-size: 18px; padding: 6px 10px 6px 10px; text-transform: uppercase; color: #fff; } @media screen and (max-width: 900px) { .login-image-placeholder { opacity: 0; display: none; } .login-form { width: 100%; } .header-links { margin-top: 5px; font-size: 20px; } } .link-list { color:#262626; line-height:25px; font-size:15px; } a { color:#262626; } a:hover { color:#4b4b4b; } h1 { margin-top:0px; text-transform: uppercase; font-family: "Tuffy Bold"; font-weight: normal; margin-bottom: 10px; color: #363636; } .chapter-list { background-color:#CDE1D1; scale:1; min-width: 400px; max-width: 400px; margin-bottom:10px; border-radius:5px; transition-duration:1s; } .chapter-list-content { color:#262626; display:grid; grid-template-columns: 44px 305px 1fr; } .chapter-title { align-self: center; } .chapter-number { font-size:30px; align-self: center; padding:10px 0px 10px 15px; color:#E15330; } .chapter-info { font-size:12px; align-self: center; } .desc { margin-bottom:20px; } .small-button { background-color: #fff; border-radius:5px; } .book-table { background-color: #fff; border-collapse: collapse; border-radius: 5px; color:#262626; width:100%; } .book-table td, .book-table tr { padding:10px; } tr:nth-child(even) {background:#E6EFE8; border-radius: 5px;} table a { color:#262626; } table a:hover { color:#262626; } .button-green { background-color:#CDE1D1; padding: 4px 10px 4px 10px; border-radius:5px; color:#4E6E4D; font-weight:bold; } .REQUESTED { color:#E15330; } .PUBLISHED { color:#4E6E4D; }
frontend_old/src/App.css
@font-face { font-family: "Gilroy"; src: url('fonts/Gilroy-Bold.ttf'); } @font-face { font-family: "Gilroy-Light"; src: url('fonts/Gilroy-Light.otf'); } @font-face { font-family: 'Tuffy Bold'; src: local('Tuffy Bold'), url('fonts/Tuffy-Bold.woff') format('woff'); } @import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Ropa+Sans&display=swap'); .roboto { font-family: "Roboto"; letter-spacing: 0.4px; } html, body { background-color:#f4f0ec; margin: 0; min-width: 600px; } body { font-weight: 400; color: #262626; overflow:auto; } header { width: 100vw; position: fixed; background-color: #262626; color: rgb(214, 214, 214); min-width: 600px; height: 50px; top:0px; display: flex; justify-content: space-between; /*place-content:center;*/ } header div { display: inline-block; } .logo { align-self: center; padding-left: 2em; } .logo h3 { color: rgb(214, 214, 214); margin: 0; } .header-links { font-family: "Ropa Sans"; font-size: 22px; align-self: center; padding-right: 2em; padding-top: 4px; } .header-link { margin-left: 1em; } a { text-decoration: none; } .header-link a { color: #eee; } .header-link a:hover { color: #fff; } .wrapper { display: grid; margin-top:-50px; grid-template-columns:4-00px 1fr; grid-template-rows:150px 1fr; gap: 10px; grid-template-areas: ". . " "a a"; } .content { min-width: 800px; grid-area: a; align-self: center; justify-self: center; } .content-small { min-width:400px; } .content-smallest { min-width:300px; } .block-wrapper { padding: 22vh 20% 0 20%; } form a { font-size: 12px; font-weight: 400; } .login-wrapper { margin:auto; margin-top:105px; min-height: 27em; align-self: center; justify-self: center; display: flex; flex-direction: row; width: auto; height: auto; background-color: rgba(255, 255, 255, 0.493); border-radius: 1em; max-width: 1150px; } .regular-wrapper { margin-top:35px; min-height: 27em; display: flex; flex-direction: row; width: auto; height: auto; background-color: rgba(255, 255, 255, 0.493); border-radius: 1em; max-width: 700px; padding:20px; } .login-image-placeholder { background-image: url("img/woman_behind_laptop.png"); background-repeat: no-repeat; height: 25em; display: inline-block; max-width: 550px; width: 45%; height: auto; min-height: 100%; background-color: #cde1d1; background-position: center; background-size: 85%; border-top-left-radius: 1em; border-bottom-left-radius: 1em; opacity: 1; transition: 0.4s; } .login-form { display: flex; flex-wrap: wrap; width: 45%; padding: 1em 3em; } .login-form input { background-color: #fff; border: 2px solid #262626; color: #262626; padding: .5em .9em; border-radius: 0.2em; margin-bottom: .5em; font-size: 16px; font-family: 'Work Sans', sans-serif; } input { background-color: #fff; border: 2px solid #262626; color: #262626; padding: .5em .9em; border-radius: 0.2em; margin-bottom: .5em; font-size: 16px; font-family: 'Work Sans', sans-serif; } textarea { background-color: #fff; border: 2px solid #262626; color: #262626; padding: .5em .9em; border-radius: 0.2em; margin-bottom: .5em; font-size: 16px; font-family: 'Work Sans', sans-serif; } select { background-color: #fff; border: 2px solid #262626; color: #262626; padding: .5em .9em; border-radius: 0.2em; margin-bottom: .5em; font-size: 16px; font-family: 'Work Sans', sans-serif; } input[type=submit] { background-color: #cde1d1; border: 0; font-family: 'Tuffy Bold'; font-size: 18px; padding: 6px 10px 6px 10px; text-transform: uppercase; color:#4e6e4d; } input[type=submit]:hover { cursor: pointer; } .dangerText { color: red; } input { outline: none; } span { font-size: 14px; line-height: 22px; margin-top: 10px; width: 95%; } h3, h4, h5 { text-transform: uppercase; font-family: "Tuffy Bold"; font-weight: normal; margin-bottom: 10px; color: #e15330; } h3 { font-size: 24px; margin-bottom: 7px; } h4 { font-size: 18px; } .create-account-link { color: #4e6e4d; font-size: 20px; line-height: 4em; font-family: "Tuffy Bold"; } label { font-size: 0.8em; text-transform: uppercase; font-weight: 400; color: #424242; font-family: 'Work Sans', sans-serif; margin: 2px 0 4px 1px; display: inline-block; } .book-grid { display: grid; padding: 22vh 20% 0 20%; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); grid-gap: 20px; align-items: stretch; } .book-table { margin-top: 30px; } #root { height:100%; width:100%; } .books-display { margin-top:105px; display:grid; grid-template-columns: repeat(3, 255px); grid-template-rows: 350px; grid-gap:2em; align-self: center; justify-content: center; align-items: center; user-select: none; } .book-card { background-image: url(img/book-effect.png); text-align: center; width: 100%; min-height: 350px; display: flex; justify-content: center; align-items: center; border-radius: 5px; border: rgba(0, 0, 0, 0.3) 1px solid; } .book-card h1 { width: 75%; font-size: 1.8em; font-weight: 400; font-family: 'Ropa Sans', sans-serif; padding-left: 8px; color: rgba(255, 255, 255, 0.8); } .green a:link { color:#fff; } .red { background-color: #e15330; } .blue { background-color: #84c4d3; color: #262626; } .blue h1, .red h1 { color: #262626; } .green { background-color: #4e6e4d; } ul { margin: 0; padding: 0; } ul li { margin: 0; list-style-type: none; } input[type=submit]:disabled { background-color: #64ece5; } .third-button { cursor: pointer; background-color: #af64ec; border-color: #af64ec; font-family: 'Tuffy Bold'; font-size: 18px; padding: 6px 10px 6px 10px; text-transform: uppercase; color: #fff; } @media screen and (max-width: 900px) { .login-image-placeholder { opacity: 0; display: none; } .login-form { width: 100%; } .header-links { margin-top: 5px; font-size: 20px; } } .link-list { color:#262626; line-height:25px; font-size:15px; } a { color:#262626; } a:hover { color:#4b4b4b; } h1 { margin-top:0px; text-transform: uppercase; font-family: "Tuffy Bold"; font-weight: normal; margin-bottom: 10px; color: #363636; } .chapter-list { background-color:#CDE1D1; scale:1; min-width: 400px; max-width: 400px; margin-bottom:10px; border-radius:5px; transition-duration:1s; } .chapter-list-content { color:#262626; display:grid; grid-template-columns: 44px 305px 1fr; } .chapter-title { align-self: center; } .chapter-number { font-size:30px; align-self: center; padding:10px 0px 10px 15px; color:#E15330; } .chapter-info { font-size:12px; align-self: center; } .desc { margin-bottom:20px; } .small-button { background-color: #fff; border-radius:5px; } .book-table { background-color: #fff; border-collapse: collapse; border-radius: 5px; color:#262626; width:100%; } .book-table td, .book-table tr { padding:10px; } tr:nth-child(even) {background:#E6EFE8; border-radius: 5px;} table a { color:#262626; } table a:hover { color:#262626; } .button-green { background-color:#CDE1D1; padding: 4px 10px 4px 10px; border-radius:5px; color:#4E6E4D; font-weight:bold; } .REQUESTED { color:#E15330; } .PUBLISHED { color:#4E6E4D; }
0.250363
0.078289
#menuContainer { /*height: auto !important;*/ } .headerStyle9 #logoWrapper { float: none; display: block; margin: 10px auto 0; } .headerStyle9 #menuContainer .navbar { clear: both; position: static; right: 0; margin: 0; display: inline-block; vertical-align: middle; width: 100%; } .headerStyle9 .navbar .icon-bar::before { content: initial !important; } .headerStyle9 { height: auto !important; height: 75px; border-bottom: 1px solid #e5e5e5; } .headerStyle9 #menuContainer { height: 75px; position: relative; } .headerStyle9 .navbar-inner { background: none; border: none; box-shadow: none; margin: 0 auto; display: table; } .top_header_style4 { /* background: #e32831 */ height: 40px; } .top_header_style4 .navbar { margin-bottom: 0px; float: none; } .top_header_style3 { height: 100px; margin-top: -200px; z-index: 9999; } .headerStyle9 .sticky-wrapper.hide { height: 0 !important } .top_header_style3 .container { margin-top: 30px; } .style1.searchbar { background: #2a2a2a; height: 40px; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -ms-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; transition: all 0.5s ease-out; } .style1.searchbar .searchform { margin: 7px auto 0px auto; width: 240px; float: none; display: table; } .style1.searchbar #s { background-color: #1a1d20; -ms--shadow: inset 0px 0px 2px 1px #1d1d1d; -moz-box-shadow: inset 0px 0px 2px 1px #1d1d1d; -webkit-box-shadow: inset 0px 0px 2px 1px #1d1d1d; box-shadow: inset 0px 0px 2px 1px #1d1d1d; border: none; padding: 4px 34px 4px 14px; width: 186px; height: 20px; } .style1.searchbar button[type="submit"] { cursor: pointer; color: white; font-size: 13px; padding: 0px; line-height: 23px; margin-left: -40px; width: 28px; border: none; background: none; } .style1.searchbar button[type="submit"] span { color: white; font-size: 13px; line-height: 18px; } .style1.searchbar .searchHolder { border-radius: 0 0 25px 25px; width: 48px; height: 23px; margin: 0 auto; z-index: 5; position: absolute; display: block; background: #2a2a2a; cursor: pointer; line-height: 23px; position: relative; } .style1.searchbar .searchHolder span { color: white; font-size: 13px; margin: -5px 0px 0px 16px; } .searchbar.style1.closed { margin-top: -36px; } .searchbar.style1.opened { margin-top: 0px; } .headerStyle9 .navbar .nav li a { font-family: 'sourceSans'; font-size: 15px; color: #2a2a2a !important; height: 38px; padding-bottom: 17px; } .headerStyle9 .navbar .nav li a:hover,.headerStyle9 .navbar .nav li.open a { /* color: #e32831 !important */ border-bottom: 5px solid #e32831; margin-bottom: -5px; } .headerStyle9 .dropdown-menu.header-menu, .headerStyle9 .dropdown-menu { margin-top: 0px; padding: 0; box-shadow: none; z-index: 10000; } .headerStyle9 .dropdown-menu.header-menu { min-width: 99%; } .headerStyle9 .navbar .right li .dropdown-menu .dropdown-menu,.headerStyle9 .mainHeader .navbar .right li .dropdown-menu .dropdown-menu { left: 100%; right: auto; } .headerStyle9 .dropdown-menu li, .headerStyle9 .dropdown-menu li { height: 45px; margin-bottom: 0px; } .headerStyle9 .navbar .nav li .dropdown-menu:before,.headerStyle9 .navbar .nav li .dropdown-menu:after { border: 0 !important; } .headerStyle9 .dropdown-menu li a, .headerStyle9 .dropdown-menu li a { font-family: 'sourceSans'; color: #5a5a5a; font-size: 13px; height: 30px; padding-top: 12px; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; transition: all 0.2s ease-in; background: none; } .top_header_style4 .dropdown-menu li a { -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; transition: all 0.2s ease-in; margin-top: 10px; background: none; font-family: 'sourceSans'; color: #5a5a5a; font-size: 13px; } .top_header_style4 .dropdown-menu li a:hover { background: none; /* color: #e32831 */ } .top_header_style4 .dropdown-menu li:hover { background: #f0efee; /* color: #e32831 */ } .headerStyle9 .dropdown-menu li a:hover, .headerStyle9 .dropdown-menu li a:hover { background: #f0efee; /* color: #e32831 */ } .headerStyle9 .dropdown-menu li:hover, .headerStyle9 .dropdown-menu li:hover { background: #f0efee; /* color: #e32831 */ } .header_top_left, .header_top_right { overflow: hidden; } .header_top_left p, .header_top_right p { float: left; font-size: 12px; color: white; margin-top: 9px; display: inline-block; } .header_top_right { float: right; } .header_top_right p { font-size: 12px; color: white; margin-top: 9px; display: inline-block; } .headerSocial { margin-top: 0px; } .headerSocial i { margin-left: 0px; } .top_header_style4 .nav li:first-child { margin-left: 0px; } .header_top_left .nav li, .header_top_right .nav li { float: left; } .top_header_style4 .nav .dropdown-menu li { width: 100%; height: 45px; margin-bottom: 0; } .top_header_style4 .nav li { margin: -6px 0 0 10px; float: left; } .top_header_style3 .navbar { margin-top: -10px; margin-bottom: 0px; } .header_top_left .navbar left li .dropdown-menu .dropdown-menu, .header_top_right .navbar left li .dropdown-menu .dropdown-menu { left: auto; right: 100%; } .top_header_style4 .nav li a, .top_header_style4 .nav li a:hover, .top_header_style4 .navbar .nav li.open a { color: white !important; background: none !important; border-bottom: none !important; padding-bottom: 10px; font-size: 15px; text-shadow: none; margin-top: 10px; height: 31px; } .top_header_style4 .nav li a { height: auto !important; } .top_header_style4 .nav li a { opacity: 0.8; } .top_header_style4 .nav li a:hover, .top_header_style4 .navbar .nav li.open a { opacity: 1; } .top_header_style4 .nav { margin: -5px 0 0px 0; } .headerStyle9 .menuArrowDown { font-size: 11px; margin-top: -3px; color: inherit; } .headerStyle9 .menuArrowRight { color: inherit; font-size: 9px; margin: 3px 0px 0px 0px; float: right; line-height: 16px; width: 10px; position: absolute; right: 12px; } .top_header_style4 .nav li .dropdown-menu { margin-top: 0px; } .top_header_style4 .nav .dropdown-menu { margin-top: -1px; right: 0 !important; left: auto !important; } .headerStyle9 .smallHeader .nav li a { padding-bottom: 0 !important; padding-top: 0 !important; height: 20px !important; } .headerStyle9 .nav-collapse, .nav-collapse-main { z-index: 99; display: table-cell; vertical-align: middle; } .headerStyle9 .headerAfter { margin: -12px auto 20px auto; height: 54px; } .headerStyle9 .headerAfter .navbar { margin-top: 0px; } .headerStyle9 .headerAfter .navbar .nav li a { height: 29px; } .headerStyle9 .centeredLogo { margin: 0 auto; display: table; } .headerStyle2 .navbar { margin: 20px auto -10px auto; display: table; clear: both; float: none; } .headerStyle2 .navbar .nav li { margin-bottom: 15px; } .slidingText { clear: both; background: #1f1f1f; height: 44px; overflow: hidden; margin-top: 0; margin-bottom: 0px; } .slidingText .movingHead { width: 15%; text-align: center; } .slidingText .movingHead h2 { color: white; font-size: 17px; font-family: 'SourceSansSemiBold'; line-height: 24px; background: #3b3b3b; padding: 10px 0; margin: 0; } .movingText { width: 85% } .movingText h6 { color: #c7c6c0; line-height: 32px; font-family: 'sourceSans'; font-size: 12px; } .headerStyle2, .headerStyle2 #menuContainer { height: auto; } .headerStyle2 .nav li:hover { margin-bottom: 0; } .headerStyle2 .menuWrapper { width: 100%; border-top: 1px solid #e5e5e5; margin-top: 20px; } #overlaySlider { background: green; height: 400px; } #overlaySlider .headerStyle2 { background: rgba(255,255,255,0.7); border-bottom: 0; width: 700px; margin: 10px auto 0 auto; position: absolute; left: 10px; right: 10px; border-radius: 10px; } #overlaySlider .menuWrapper { border-top: 0px; } #overlaySlider #logoWrapper { margin-top: 15px; } .headerStyle9 .btn-navbar { /* background-color: #e32831 !important */ background-image: none !important; border-radius: 50%; height: 35px; width: 35px !important; padding: 0; border: 0; display: none; } .headerStyle9 .btn-navbar span { text-shadow: none; font-size: 17px; line-height: 35px; display: block; width: 100%; height:100%; } .headerStyle9 .navbar .btn-navbar .icon-bar { margin-left: -2px; margin-top: 3px; } .headerStyle9 .navigationButton { background-color: white; border-radius: 29px; height: 24px; width: 25px; border: 5px solid #e32831; cursor: pointer; } .headerStyle9 .navigationButton span { /* color: #e32831 */ font-size: 18px; margin: -2px 0px 0px 0px; } .headerStyle9 .navigationButton button { background: transparent; border: none; text-indent: -9999px; } .headerStyle9 .navigationButton .icon-bar { /* background: #e32831 */ width: 14px; height: 3px; margin-top: 3.5px; margin-left: 5px; line-height: 0; display: block; } .top_header_style4 .icon-bar:before{ content: ' ' !important; } .header_top_left .btn-navbar .icon-bar, .header_top_right .btn-navbar .icon-bar { margin-left: -2px; margin-top: 3px; } .headerStyle9 .navbar .container { display: table; float: right; } .headerStyle9 .navbar .navbar-inner { padding: 0; z-index: 100; } /* Ticker Styling */ .ticker-wrapper.has-js { width: 100%; height: 37px; display: block; background: #1f1f1f; position: relative; margin-top: 7px; } .ticker { width: 740px; height: 32px; display: block; position: relative; overflow: hidden; background-color: #1f1f1f; } .ticker-title { padding-top: 9px; color: #990000; font-weight: bold; background-color: #1f1f1f; text-transform: uppercase; } .ticker-content { margin: 0px; position: absolute; font-weight: bold; background-color: #1f1f1f; overflow: hidden; white-space: nowrap; } .ticker-content a { text-decoration: none; color: #c7c6c0; -webkit-transition: 0.5s ease-in; -moz-transition: 0.5s ease-in; -o-transition: 0.5s ease-in; transition: 0.5s ease-in; } .ticker-content a:hover { text-decoration: underline; } .ticker-swipe { padding-top: 9px; position: absolute; top: 0px; background-color: #1f1f1f; display: block; width: 100%; height: 23px; } .ticker-swipe span { margin-left: 1px; background-color: #1f1f1f; border-bottom: 1px solid #1f1f1f; height: 12px; width: 7px; display: block; } .ticker-controls { position: absolute; margin-top: -32px; right: 0; background-color: #1f1f1f; width: 32px; height: 32px; } .ticker-controls li { width: 11px; height: 12px; margin: 11px auto 0; display: block; cursor: pointer; } .ticker-controls li.jnt-play-pause { border-top: 0; border-bottom: 0; border-left: 4px solid white; border-right: 4px solid white; height: 13px; width: 3px; margin-top: 10px; opacity: 0.8; } .ticker-controls li.jnt-play-pause.over { opacity: 1; } .ticker-controls li.jnt-play-pause.paused { width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 12px solid white; border-right: 0px; } .js-hidden { display: none; } .no-js-news { padding: 10px 0px 0px 45px; color: #F8F0DB; } .right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker { float: right; } .right .ticker-controls { position: absolute; margin-top: 0px; margin-left: -1px; } /* Ticker Styling End */ /* Sticky Header Start */ .headerStickyActive.headerStyle9 { height: 49px !important; } .headerStyle9.headerStickyActive .navbar .nav li a { height: 18px; } .headerStickyActive.headerStyle9 #logoWrapper { margin: 5px auto 0; } .headerStyle9.headerStickyActive .navbar { padding: 5px 0; } .headerStyle9.headerStickyActive .navbar .nav li { margin-bottom: 0; } .headerStickyActive.headerStyle9 .menuWrapper { margin-bottom: 0; } .headerStyle9.headerStickyActive .nav-collapse { display: block; } div.navCollapse-main.navCollapse { display: none; } /* Sticky Header End */ /* end of header style */ /* * ubermenu style v3 */ .ubermenu .ubermenu-autocolumn, .ubermenu .ubermenu-submenu-type-stack {padding-top: 0 !important;} .ubermenu a.ubermenu-target, .ubermenu-trigger-click .ubermenu-has-submenu-drop .ubermenu-target {color: #333;} .ubermenu a.ubermenu-target:hover, .ubermenu-trigger-click .ubermenu-has-submenu-drop .ubermenu-target:hover, .ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop ul a span:hover, .ubermenu-current-menu-item a span, .ubermenu-current-menu-ancestor a span {color: #e32831;} .ubermenu-submenu .ubermenu-current-menu-item a span {color: #e32831 !important;} .ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop {border-top: solid 2px #e32831;background: #fff;} .ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop a:first-child {font-size: 14px;} .ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop ul a span {position: relative;padding-left: 15px;color: #808080;} .ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop ul a span:before {content: "";position: absolute;left: 0;top: 7px;width: 5px;height: 5px;background: #e32831;border-radius: 50%;} .ubermenu-submenu-drop a:first-child span {color: #333;text-transform: capitalize;} .ubermenu-sub-indicators .ubermenu-has-submenu-drop .ubermenu-target:after {content: '';position: absolute;top: 50%;right: 8px;margin-top: auto !important;display: inline-block;background: transparent;border-style: solid dashed dashed;border-color: transparent;border-top-color: #999;font-size: 0;border-width: 3px 3px 0;padding-top: 1px;} .ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop a:first-child:after {display: none;} .ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only {padding: 7px 20px;font-size: 15px;} .ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only a:first-child {font-size: 14px;} .searchFormIcon.searchActive {float: right;} @media screen and (max-width: 979px) { #menuContainer .navbar li {width: 100%;border-bottom: none !important;position: relative;} #menuContainer .navbar li:after {position: absolute;bottom: -3px;left: 17px;content: "";border-bottom: 1px solid #ebebeb;width: 90%;} #menuContainer .navbar li.ubermenu-item-has-children:after {display: none;} .ubermenu .ubermenu-item .ubermenu-submenu-drop {position: relative !important;overflow: auto !important;height: auto !important;max-height: 100% !important;} .ubermenu-transition-shift .ubermenu-item .ubermenu-submenu-drop {visibility: visible !important;opacity: 1 !important;display: block;height: auto;width: 100%;margin-top: 0 !important;left: 0 !important;} .ubermenu .ubermenu-autocolumn, .ubermenu .ubermenu-submenu-type-stack {padding-left: 10px !important;} } /* * Mega Menu Ltr Styles * Default Styles Of The Mega Menu */ #megaMenu {background-color: #ffffff;background: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#ffffff));background: -webkit-linear-gradient(top,#ffffff,#ffffff);background: -moz-linear-gradient(top,#ffffff,#ffffff);background: -ms-linear-gradient(top,#ffffff,#ffffff);background: -o-linear-gradient(top,#ffffff,#ffffff);-moz-background-clip: padding;-webkit-background-clip: padding-box;background-clip: padding-box;border: none !important;box-shadow: none !important;margin: 5px auto 0;} #megaMenu ul.megaMenu li.menu-item a, #megaMenu ul.megaMenu li.menu-item span.um-anchoremulator {color:#333333 !important;padding:19px 19px;font-weight:normal;font-size: 15px;} #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item:first-child a {border-top-left-radius:0px;border-bottom-left-radius:0px;} #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item a, #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item span.um-anchoremulator {border-left:1px solid transparent;-webkit-box-shadow:inset 1px 0px 0px 0px rgba(255,255,255,1);-moz-box-shadow:inset 1px 0px 0px 0px rgba(255,255,255,1);box-shadow:inset 1px 0px 0px 0px rgba(255,255,255,1);} #megaMenu.megaMenuVertical ul.megaMenu li.menu-item a, #megaMenu.megaMenuVertical ul.megaMenu li.menu-item span.um-anchoremulator {border-top:1px solid transparent;-webkit-box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,1);-moz-box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,1);box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,1);} #megaMenu ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub a, #megaMenu ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub span.um-anchoremulator, #megaMenu ul li.menu-item.mega-with-sub a, #megaMenu ul li.menu-item.mega-with-sub span.um-anchoremulator, #megaMenu ul li.menu-item.ss-nav-menu-mega a, #megaMenu ul li.menu-item.ss-nav-menu-mega span.um-anchoremulator { padding-right:30px !important; } #megaMenu ul.megaMenu li.menu-item a span.wpmega-link-title, #megaMenu ul.megaMenu li.menu-item span.um-anchoremulator span.wpmega-link-title {text-transform:capitalize;text-shadow:0 -1px 1px transparent;} #megaMenu ul.megaMenu li.menu-item:hover a, #megaMenu ul.megaMenu li.menu-item a:hover, #megaMenu ul.megaMenu li.menu-item.megaHover a, #megaMenu ul.megaMenu li.menu-item:hover span.um-anchoremulator, #megaMenu ul.megaMenu li.menu-item span.um-anchoremulator:hover, #megaMenu ul.megaMenu li.menu-item.megaHover span.um-anchoremulator {border-bottom-color:transparent !important;background-color:transparent;background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background:-webkit-linear-gradient(top,transparent,transparent);background:-moz-linear-gradient(top,transparent,transparent);background:-ms-linear-gradient(top,transparent,transparent);background:-o-linear-gradient(top,transparent,transparent);-webkit-box-shadow:inset 1px 1px 0px 0px rgba(255,255,255,0.8);-moz-box-shadow:inset 1px 1px 0px 0px rgba(255,255,255,0.8);box-shadow:inset 1px 1px 0px 0px rgba(255,255,255,0.8);} #megaMenu ul.megaMenu li.menu-item:hover a span.wpmega-link-title, #megaMenu ul.megaMenu li.menu-item:hover span.um-anchoremulator span.wpmega-link-title, #megaMenu ul.megaMenu li.menu-item a:hover span.wpmega-link-title, #megaMenu ul.megaMenu li.menu-item span.um-anchoremulator:hover span.wpmega-link-title, #megaMenu ul.megaMenu li.menu-item.megaHover a span.wpmega-link-title, #megaMenu ul.megaMenu li.menu-item.megaHover span.um-anchoremulator span.wpmega-link-title { text-shadow:0 -1px 1px transparent; } #megaMenu ul.megaMenu li.menu-item.current-menu-item a, #megaMenu ul.megaMenu li.menu-item.current-menu-parent a, #megaMenu ul.megaMenu li.menu-item.current-menu-ancestor a { color:#333333; } #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu {border-color:#e0e0e0;color:#898989;text-shadow:0px 1px 1px transparent;-webkit-box-shadow:1px 1px 1px transparent;-moz-box-shadow:1px 1px 1px transparent;box-shadow:1px 1px 1px transparent;background-color:#ffffff;background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#fafafa));background:-webkit-linear-gradient(top,#ffffff,#fafafa);background:-moz-linear-gradient(top,#ffffff,#fafafa);background:-ms-linear-gradient(top,#ffffff,#fafafa);background:-o-linear-gradient(top,#ffffff,#fafafa);} #megaMenu ul.megaMenu ul.sub-menu .wpmega-postlist a { color:#898989; } #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1 li.menu-item { min-width:100px; } #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1 li.menu-item a,#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header a, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1 li.menu-item span.um-anchoremulator, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header span.um-anchoremulator, #megaMenu ul.megaMenu .wpmega-widgetarea h2.widgettitle {color:#333333 !important;font-weight:normal;text-shadow:0px 1px 1px transparent;padding-bottom:.4em;padding-right:0 !important;border-bottom:none;} #megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu-1 li.menu-item:hover a { color:#333333; } #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item a, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item span.um-anchoremulator, #megaMenu ul.megaMenu ul.sub-menu li.menu-item a, #megaMenu ul.megaMenu ul.sub-menu li.menu-item span.um-anchoremulator {color:#808080 !important;font-size:14px !important;text-shadow:0px 1px 1px transparent;background-color:transparent;} #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item a:hover, #megaMenu ul.megaMenu ul.sub-menu li.menu-item:hover a {color:#000000;background-color:transparent;} #megaMenu ul.megaMenu li.menu-item .wpmega-nonlink form#searchform { padding-top:9px; } #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight a, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight span.um-anchoremulator { color:#808080 !important; } #megaMenu .ss-nav-menu-with-img a .wpmega-link-title, #megaMenu .ss-nav-menu-with-img a .wpmega-link-description, #megaMenu .ss-nav-menu-with-img a .wpmega-item-description, #megaMenu .ss-nav-menu-with-img span.um-anchoremulator .wpmega-link-title, #megaMenu .ss-nav-menu-with-img span.um-anchoremulator .wpmega-link-description, #megaMenu .ss-nav-menu-with-img span.um-anchoremulator .wpmega-item-description { padding-left:21px; } .ss-nav-menu-with-img { min-height:16px; } #megaMenu ul.megaMenu li.menu-item a span.wpmega-item-description, #megaMenu ul.megaMenu li.menu-item span.um-anchoremulator span.wpmega-item-description {font-size:10px;line-height:1.4em;color:#000000;text-transform:uppercase;} #megaMenu ul.megaMenu li.menu-item.mega-with-sub a:after {content: '';position: absolute;top: 50%;right: 16px !important;margin-top: -1px;display: inline-block;background: transparent;border-style: solid dashed dashed;border-color: transparent;border-top-color: #999;font-size: 0;border-width: 3px 3px 0;padding-top: 1px;display: block !important;} #megaMenu ul.megaMenu li.menu-item.mega-with-sub span.um-anchoremulator:after {content: '';position: absolute;top: 50%;right: 8px;margin-top: -1px;display: inline-block !important;background: transparent;border-style: solid dashed dashed;border-color: transparent;border-top-color: #999;font-size: 0;border-width: 3px 3px 0;padding-top: 1px;} #megaMenu ul.megaMenu li.menu-item.mega-with-sub ul.sub-menu li a:after,#megaMenu li ul li a:after {display: none !important;} #megaMenu li a:after{display: none !important;} #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub a:after, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub span.um-anchoremulator:after { border-left-color:transparent; } #megaMenu .wpmega-divider {border-top:1px solid #e0e0e0;border-bottom:1px solid rgba(255,255,255,0.05);} #megaMenu.megaMenuVertical ul li.menu-item a, #megaMenu.megaMenuVertical ul li.menu-item span.um-anchoremulator {background-color:#ffffff;background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#ffffff));background:-webkit-linear-gradient(top,#ffffff,#ffffff);background:-moz-linear-gradient(top,#ffffff,#ffffff);background:-ms-linear-gradient(top,#ffffff,#ffffff);background:-o-linear-gradient(top,#ffffff,#ffffff);} #megaMenu.megaMenuVertical ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub a:after, #megaMenu.megaMenuVertical ul li.menu-item.mega-with-sub a:after, #megaMenu.megaMenuVertical ul li.menu-item.ss-nav-menu-mega a:after, #megaMenu.megaMenuVertical ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub span.um-anchoremulator:after, #megaMenu.megaMenuVertical ul li.menu-item.mega-with-sub span.um-anchoremulator:after, #megaMenu.megaMenuVertical ul li.menu-item.ss-nav-menu-mega span.um-anchoremulator:after { border-left-color:transparent; } #megaMenu.megaMenuVertical ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1, #megaMenu.megaMenuVertical ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu { border-left:; } #megaMenu.megaMenuHorizontal ul.megaMenu { *border-bottom:none; } #megaMenu.megaMenuVertical ul.megaMenu { *border-right:none; } #megaMenu ul.megaMenu li.menu-item .wpmega-nonlink form#searchform.ubersearch-v2 input[type="text"] { color:#ffffff;background:#666666;} #megaMenu ul.megaMenu li.menu-item .wpmega-nonlink form#searchform.ubersearch-v2 input[type="submit"] {color:#ffffff;background:#666666;} #megaMenu ul.megaMenu li.menu-item .wpmega-nonlink form#searchform.ubersearch-v2 input[type="submit"]:hover {color:#ffffff;background:#222222;} /* * MegaMEnu Custom Css */ #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item a, #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item span.um-anchoremulator {box-shadow: none !important;border: none !important;} #megaMenu li {float: left;} #megaMenu .searchFormIcon {padding: 9px 0 0 5px !important;} #megaMenu .cart-dropdown {display: none;} #megaMenu .menu-item-language {width: auto !important;} #megaMenu .menu-item-language a {/*padding: 17px 15px !important;*/} .headerStyle4 #menuContainer {text-align: center;} #megaMenu .sub-menu {border-right: dotted 1px #e1e1e1} #megaMenu .sub-menu li li a {position: relative;padding-left: 15px !important;} #megaMenu .sub-menu li li a:before {position: absolute;content: '';width: 5px;height: 5px;left: 0;top: 9px;border-radius: 50%;} #megaMenu .sub-menu li li a:after {display: none !important;} #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1, #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu {border-top: solid 2px;} #megaMenu #menuContainer .navbar li.searchFormIcon, #megaMenu.megaResponsive ul.megaMenu li.menu-item, #menuContainer .navbar li.searchFormIcon{clear:none !important} .megaMenu .current-menu-item li span {color:#808080 !important;} /* * MegaMenu In Responsive */ @media (max-width: 979px) { #megaMenu * {display: table !important;} #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega {position: relative !important;width: 100% !important;} #megaMenu ul ul.sub-menu {position: relative !important;} #megaMenu.megaResponsive ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu.sub-menu-1 li.menu-item {width: 100% !important;} #megaMenu.megaResponsive ul.megaMenu li.menu-item.ss-nav-menu-reg {width: 100% !important;} #megaMenu.megaResponsive ul.megaMenu li.menu-item {width: 100%;float: left;clear:none !important;} #megaMenu .searchFormIcon {padding: 10px 0 0 5px !important;} #megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu ul.sub-menu{padding: 0 !important;} #megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item.ss-nav-menu-reg > ul.sub-menu{width: 100%;left: 0 !important;padding-left: 30px !important} #megaMenu #menuContainer .navbar li {clear: none !important;} } .headerStyle9 .ubermenu-nav > li { float: left; margin-bottom: 0; } .headerStyle9 .ubermenu-nav > li.menu-item-language { padding-top: 9px; padding-bottom: 9px; }
frontend/wp-content/themes/circleflip/css/headers/headerStyle9.css
#menuContainer { /*height: auto !important;*/ } .headerStyle9 #logoWrapper { float: none; display: block; margin: 10px auto 0; } .headerStyle9 #menuContainer .navbar { clear: both; position: static; right: 0; margin: 0; display: inline-block; vertical-align: middle; width: 100%; } .headerStyle9 .navbar .icon-bar::before { content: initial !important; } .headerStyle9 { height: auto !important; height: 75px; border-bottom: 1px solid #e5e5e5; } .headerStyle9 #menuContainer { height: 75px; position: relative; } .headerStyle9 .navbar-inner { background: none; border: none; box-shadow: none; margin: 0 auto; display: table; } .top_header_style4 { /* background: #e32831 */ height: 40px; } .top_header_style4 .navbar { margin-bottom: 0px; float: none; } .top_header_style3 { height: 100px; margin-top: -200px; z-index: 9999; } .headerStyle9 .sticky-wrapper.hide { height: 0 !important } .top_header_style3 .container { margin-top: 30px; } .style1.searchbar { background: #2a2a2a; height: 40px; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -ms-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; transition: all 0.5s ease-out; } .style1.searchbar .searchform { margin: 7px auto 0px auto; width: 240px; float: none; display: table; } .style1.searchbar #s { background-color: #1a1d20; -ms--shadow: inset 0px 0px 2px 1px #1d1d1d; -moz-box-shadow: inset 0px 0px 2px 1px #1d1d1d; -webkit-box-shadow: inset 0px 0px 2px 1px #1d1d1d; box-shadow: inset 0px 0px 2px 1px #1d1d1d; border: none; padding: 4px 34px 4px 14px; width: 186px; height: 20px; } .style1.searchbar button[type="submit"] { cursor: pointer; color: white; font-size: 13px; padding: 0px; line-height: 23px; margin-left: -40px; width: 28px; border: none; background: none; } .style1.searchbar button[type="submit"] span { color: white; font-size: 13px; line-height: 18px; } .style1.searchbar .searchHolder { border-radius: 0 0 25px 25px; width: 48px; height: 23px; margin: 0 auto; z-index: 5; position: absolute; display: block; background: #2a2a2a; cursor: pointer; line-height: 23px; position: relative; } .style1.searchbar .searchHolder span { color: white; font-size: 13px; margin: -5px 0px 0px 16px; } .searchbar.style1.closed { margin-top: -36px; } .searchbar.style1.opened { margin-top: 0px; } .headerStyle9 .navbar .nav li a { font-family: 'sourceSans'; font-size: 15px; color: #2a2a2a !important; height: 38px; padding-bottom: 17px; } .headerStyle9 .navbar .nav li a:hover,.headerStyle9 .navbar .nav li.open a { /* color: #e32831 !important */ border-bottom: 5px solid #e32831; margin-bottom: -5px; } .headerStyle9 .dropdown-menu.header-menu, .headerStyle9 .dropdown-menu { margin-top: 0px; padding: 0; box-shadow: none; z-index: 10000; } .headerStyle9 .dropdown-menu.header-menu { min-width: 99%; } .headerStyle9 .navbar .right li .dropdown-menu .dropdown-menu,.headerStyle9 .mainHeader .navbar .right li .dropdown-menu .dropdown-menu { left: 100%; right: auto; } .headerStyle9 .dropdown-menu li, .headerStyle9 .dropdown-menu li { height: 45px; margin-bottom: 0px; } .headerStyle9 .navbar .nav li .dropdown-menu:before,.headerStyle9 .navbar .nav li .dropdown-menu:after { border: 0 !important; } .headerStyle9 .dropdown-menu li a, .headerStyle9 .dropdown-menu li a { font-family: 'sourceSans'; color: #5a5a5a; font-size: 13px; height: 30px; padding-top: 12px; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; transition: all 0.2s ease-in; background: none; } .top_header_style4 .dropdown-menu li a { -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; transition: all 0.2s ease-in; margin-top: 10px; background: none; font-family: 'sourceSans'; color: #5a5a5a; font-size: 13px; } .top_header_style4 .dropdown-menu li a:hover { background: none; /* color: #e32831 */ } .top_header_style4 .dropdown-menu li:hover { background: #f0efee; /* color: #e32831 */ } .headerStyle9 .dropdown-menu li a:hover, .headerStyle9 .dropdown-menu li a:hover { background: #f0efee; /* color: #e32831 */ } .headerStyle9 .dropdown-menu li:hover, .headerStyle9 .dropdown-menu li:hover { background: #f0efee; /* color: #e32831 */ } .header_top_left, .header_top_right { overflow: hidden; } .header_top_left p, .header_top_right p { float: left; font-size: 12px; color: white; margin-top: 9px; display: inline-block; } .header_top_right { float: right; } .header_top_right p { font-size: 12px; color: white; margin-top: 9px; display: inline-block; } .headerSocial { margin-top: 0px; } .headerSocial i { margin-left: 0px; } .top_header_style4 .nav li:first-child { margin-left: 0px; } .header_top_left .nav li, .header_top_right .nav li { float: left; } .top_header_style4 .nav .dropdown-menu li { width: 100%; height: 45px; margin-bottom: 0; } .top_header_style4 .nav li { margin: -6px 0 0 10px; float: left; } .top_header_style3 .navbar { margin-top: -10px; margin-bottom: 0px; } .header_top_left .navbar left li .dropdown-menu .dropdown-menu, .header_top_right .navbar left li .dropdown-menu .dropdown-menu { left: auto; right: 100%; } .top_header_style4 .nav li a, .top_header_style4 .nav li a:hover, .top_header_style4 .navbar .nav li.open a { color: white !important; background: none !important; border-bottom: none !important; padding-bottom: 10px; font-size: 15px; text-shadow: none; margin-top: 10px; height: 31px; } .top_header_style4 .nav li a { height: auto !important; } .top_header_style4 .nav li a { opacity: 0.8; } .top_header_style4 .nav li a:hover, .top_header_style4 .navbar .nav li.open a { opacity: 1; } .top_header_style4 .nav { margin: -5px 0 0px 0; } .headerStyle9 .menuArrowDown { font-size: 11px; margin-top: -3px; color: inherit; } .headerStyle9 .menuArrowRight { color: inherit; font-size: 9px; margin: 3px 0px 0px 0px; float: right; line-height: 16px; width: 10px; position: absolute; right: 12px; } .top_header_style4 .nav li .dropdown-menu { margin-top: 0px; } .top_header_style4 .nav .dropdown-menu { margin-top: -1px; right: 0 !important; left: auto !important; } .headerStyle9 .smallHeader .nav li a { padding-bottom: 0 !important; padding-top: 0 !important; height: 20px !important; } .headerStyle9 .nav-collapse, .nav-collapse-main { z-index: 99; display: table-cell; vertical-align: middle; } .headerStyle9 .headerAfter { margin: -12px auto 20px auto; height: 54px; } .headerStyle9 .headerAfter .navbar { margin-top: 0px; } .headerStyle9 .headerAfter .navbar .nav li a { height: 29px; } .headerStyle9 .centeredLogo { margin: 0 auto; display: table; } .headerStyle2 .navbar { margin: 20px auto -10px auto; display: table; clear: both; float: none; } .headerStyle2 .navbar .nav li { margin-bottom: 15px; } .slidingText { clear: both; background: #1f1f1f; height: 44px; overflow: hidden; margin-top: 0; margin-bottom: 0px; } .slidingText .movingHead { width: 15%; text-align: center; } .slidingText .movingHead h2 { color: white; font-size: 17px; font-family: 'SourceSansSemiBold'; line-height: 24px; background: #3b3b3b; padding: 10px 0; margin: 0; } .movingText { width: 85% } .movingText h6 { color: #c7c6c0; line-height: 32px; font-family: 'sourceSans'; font-size: 12px; } .headerStyle2, .headerStyle2 #menuContainer { height: auto; } .headerStyle2 .nav li:hover { margin-bottom: 0; } .headerStyle2 .menuWrapper { width: 100%; border-top: 1px solid #e5e5e5; margin-top: 20px; } #overlaySlider { background: green; height: 400px; } #overlaySlider .headerStyle2 { background: rgba(255,255,255,0.7); border-bottom: 0; width: 700px; margin: 10px auto 0 auto; position: absolute; left: 10px; right: 10px; border-radius: 10px; } #overlaySlider .menuWrapper { border-top: 0px; } #overlaySlider #logoWrapper { margin-top: 15px; } .headerStyle9 .btn-navbar { /* background-color: #e32831 !important */ background-image: none !important; border-radius: 50%; height: 35px; width: 35px !important; padding: 0; border: 0; display: none; } .headerStyle9 .btn-navbar span { text-shadow: none; font-size: 17px; line-height: 35px; display: block; width: 100%; height:100%; } .headerStyle9 .navbar .btn-navbar .icon-bar { margin-left: -2px; margin-top: 3px; } .headerStyle9 .navigationButton { background-color: white; border-radius: 29px; height: 24px; width: 25px; border: 5px solid #e32831; cursor: pointer; } .headerStyle9 .navigationButton span { /* color: #e32831 */ font-size: 18px; margin: -2px 0px 0px 0px; } .headerStyle9 .navigationButton button { background: transparent; border: none; text-indent: -9999px; } .headerStyle9 .navigationButton .icon-bar { /* background: #e32831 */ width: 14px; height: 3px; margin-top: 3.5px; margin-left: 5px; line-height: 0; display: block; } .top_header_style4 .icon-bar:before{ content: ' ' !important; } .header_top_left .btn-navbar .icon-bar, .header_top_right .btn-navbar .icon-bar { margin-left: -2px; margin-top: 3px; } .headerStyle9 .navbar .container { display: table; float: right; } .headerStyle9 .navbar .navbar-inner { padding: 0; z-index: 100; } /* Ticker Styling */ .ticker-wrapper.has-js { width: 100%; height: 37px; display: block; background: #1f1f1f; position: relative; margin-top: 7px; } .ticker { width: 740px; height: 32px; display: block; position: relative; overflow: hidden; background-color: #1f1f1f; } .ticker-title { padding-top: 9px; color: #990000; font-weight: bold; background-color: #1f1f1f; text-transform: uppercase; } .ticker-content { margin: 0px; position: absolute; font-weight: bold; background-color: #1f1f1f; overflow: hidden; white-space: nowrap; } .ticker-content a { text-decoration: none; color: #c7c6c0; -webkit-transition: 0.5s ease-in; -moz-transition: 0.5s ease-in; -o-transition: 0.5s ease-in; transition: 0.5s ease-in; } .ticker-content a:hover { text-decoration: underline; } .ticker-swipe { padding-top: 9px; position: absolute; top: 0px; background-color: #1f1f1f; display: block; width: 100%; height: 23px; } .ticker-swipe span { margin-left: 1px; background-color: #1f1f1f; border-bottom: 1px solid #1f1f1f; height: 12px; width: 7px; display: block; } .ticker-controls { position: absolute; margin-top: -32px; right: 0; background-color: #1f1f1f; width: 32px; height: 32px; } .ticker-controls li { width: 11px; height: 12px; margin: 11px auto 0; display: block; cursor: pointer; } .ticker-controls li.jnt-play-pause { border-top: 0; border-bottom: 0; border-left: 4px solid white; border-right: 4px solid white; height: 13px; width: 3px; margin-top: 10px; opacity: 0.8; } .ticker-controls li.jnt-play-pause.over { opacity: 1; } .ticker-controls li.jnt-play-pause.paused { width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 12px solid white; border-right: 0px; } .js-hidden { display: none; } .no-js-news { padding: 10px 0px 0px 45px; color: #F8F0DB; } .right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker { float: right; } .right .ticker-controls { position: absolute; margin-top: 0px; margin-left: -1px; } /* Ticker Styling End */ /* Sticky Header Start */ .headerStickyActive.headerStyle9 { height: 49px !important; } .headerStyle9.headerStickyActive .navbar .nav li a { height: 18px; } .headerStickyActive.headerStyle9 #logoWrapper { margin: 5px auto 0; } .headerStyle9.headerStickyActive .navbar { padding: 5px 0; } .headerStyle9.headerStickyActive .navbar .nav li { margin-bottom: 0; } .headerStickyActive.headerStyle9 .menuWrapper { margin-bottom: 0; } .headerStyle9.headerStickyActive .nav-collapse { display: block; } div.navCollapse-main.navCollapse { display: none; } /* Sticky Header End */ /* end of header style */ /* * ubermenu style v3 */ .ubermenu .ubermenu-autocolumn, .ubermenu .ubermenu-submenu-type-stack {padding-top: 0 !important;} .ubermenu a.ubermenu-target, .ubermenu-trigger-click .ubermenu-has-submenu-drop .ubermenu-target {color: #333;} .ubermenu a.ubermenu-target:hover, .ubermenu-trigger-click .ubermenu-has-submenu-drop .ubermenu-target:hover, .ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop ul a span:hover, .ubermenu-current-menu-item a span, .ubermenu-current-menu-ancestor a span {color: #e32831;} .ubermenu-submenu .ubermenu-current-menu-item a span {color: #e32831 !important;} .ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop {border-top: solid 2px #e32831;background: #fff;} .ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop a:first-child {font-size: 14px;} .ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop ul a span {position: relative;padding-left: 15px;color: #808080;} .ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop ul a span:before {content: "";position: absolute;left: 0;top: 7px;width: 5px;height: 5px;background: #e32831;border-radius: 50%;} .ubermenu-submenu-drop a:first-child span {color: #333;text-transform: capitalize;} .ubermenu-sub-indicators .ubermenu-has-submenu-drop .ubermenu-target:after {content: '';position: absolute;top: 50%;right: 8px;margin-top: auto !important;display: inline-block;background: transparent;border-style: solid dashed dashed;border-color: transparent;border-top-color: #999;font-size: 0;border-width: 3px 3px 0;padding-top: 1px;} .ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop a:first-child:after {display: none;} .ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only {padding: 7px 20px;font-size: 15px;} .ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only a:first-child {font-size: 14px;} .searchFormIcon.searchActive {float: right;} @media screen and (max-width: 979px) { #menuContainer .navbar li {width: 100%;border-bottom: none !important;position: relative;} #menuContainer .navbar li:after {position: absolute;bottom: -3px;left: 17px;content: "";border-bottom: 1px solid #ebebeb;width: 90%;} #menuContainer .navbar li.ubermenu-item-has-children:after {display: none;} .ubermenu .ubermenu-item .ubermenu-submenu-drop {position: relative !important;overflow: auto !important;height: auto !important;max-height: 100% !important;} .ubermenu-transition-shift .ubermenu-item .ubermenu-submenu-drop {visibility: visible !important;opacity: 1 !important;display: block;height: auto;width: 100%;margin-top: 0 !important;left: 0 !important;} .ubermenu .ubermenu-autocolumn, .ubermenu .ubermenu-submenu-type-stack {padding-left: 10px !important;} } /* * Mega Menu Ltr Styles * Default Styles Of The Mega Menu */ #megaMenu {background-color: #ffffff;background: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#ffffff));background: -webkit-linear-gradient(top,#ffffff,#ffffff);background: -moz-linear-gradient(top,#ffffff,#ffffff);background: -ms-linear-gradient(top,#ffffff,#ffffff);background: -o-linear-gradient(top,#ffffff,#ffffff);-moz-background-clip: padding;-webkit-background-clip: padding-box;background-clip: padding-box;border: none !important;box-shadow: none !important;margin: 5px auto 0;} #megaMenu ul.megaMenu li.menu-item a, #megaMenu ul.megaMenu li.menu-item span.um-anchoremulator {color:#333333 !important;padding:19px 19px;font-weight:normal;font-size: 15px;} #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item:first-child a {border-top-left-radius:0px;border-bottom-left-radius:0px;} #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item a, #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item span.um-anchoremulator {border-left:1px solid transparent;-webkit-box-shadow:inset 1px 0px 0px 0px rgba(255,255,255,1);-moz-box-shadow:inset 1px 0px 0px 0px rgba(255,255,255,1);box-shadow:inset 1px 0px 0px 0px rgba(255,255,255,1);} #megaMenu.megaMenuVertical ul.megaMenu li.menu-item a, #megaMenu.megaMenuVertical ul.megaMenu li.menu-item span.um-anchoremulator {border-top:1px solid transparent;-webkit-box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,1);-moz-box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,1);box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,1);} #megaMenu ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub a, #megaMenu ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub span.um-anchoremulator, #megaMenu ul li.menu-item.mega-with-sub a, #megaMenu ul li.menu-item.mega-with-sub span.um-anchoremulator, #megaMenu ul li.menu-item.ss-nav-menu-mega a, #megaMenu ul li.menu-item.ss-nav-menu-mega span.um-anchoremulator { padding-right:30px !important; } #megaMenu ul.megaMenu li.menu-item a span.wpmega-link-title, #megaMenu ul.megaMenu li.menu-item span.um-anchoremulator span.wpmega-link-title {text-transform:capitalize;text-shadow:0 -1px 1px transparent;} #megaMenu ul.megaMenu li.menu-item:hover a, #megaMenu ul.megaMenu li.menu-item a:hover, #megaMenu ul.megaMenu li.menu-item.megaHover a, #megaMenu ul.megaMenu li.menu-item:hover span.um-anchoremulator, #megaMenu ul.megaMenu li.menu-item span.um-anchoremulator:hover, #megaMenu ul.megaMenu li.menu-item.megaHover span.um-anchoremulator {border-bottom-color:transparent !important;background-color:transparent;background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background:-webkit-linear-gradient(top,transparent,transparent);background:-moz-linear-gradient(top,transparent,transparent);background:-ms-linear-gradient(top,transparent,transparent);background:-o-linear-gradient(top,transparent,transparent);-webkit-box-shadow:inset 1px 1px 0px 0px rgba(255,255,255,0.8);-moz-box-shadow:inset 1px 1px 0px 0px rgba(255,255,255,0.8);box-shadow:inset 1px 1px 0px 0px rgba(255,255,255,0.8);} #megaMenu ul.megaMenu li.menu-item:hover a span.wpmega-link-title, #megaMenu ul.megaMenu li.menu-item:hover span.um-anchoremulator span.wpmega-link-title, #megaMenu ul.megaMenu li.menu-item a:hover span.wpmega-link-title, #megaMenu ul.megaMenu li.menu-item span.um-anchoremulator:hover span.wpmega-link-title, #megaMenu ul.megaMenu li.menu-item.megaHover a span.wpmega-link-title, #megaMenu ul.megaMenu li.menu-item.megaHover span.um-anchoremulator span.wpmega-link-title { text-shadow:0 -1px 1px transparent; } #megaMenu ul.megaMenu li.menu-item.current-menu-item a, #megaMenu ul.megaMenu li.menu-item.current-menu-parent a, #megaMenu ul.megaMenu li.menu-item.current-menu-ancestor a { color:#333333; } #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu {border-color:#e0e0e0;color:#898989;text-shadow:0px 1px 1px transparent;-webkit-box-shadow:1px 1px 1px transparent;-moz-box-shadow:1px 1px 1px transparent;box-shadow:1px 1px 1px transparent;background-color:#ffffff;background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#fafafa));background:-webkit-linear-gradient(top,#ffffff,#fafafa);background:-moz-linear-gradient(top,#ffffff,#fafafa);background:-ms-linear-gradient(top,#ffffff,#fafafa);background:-o-linear-gradient(top,#ffffff,#fafafa);} #megaMenu ul.megaMenu ul.sub-menu .wpmega-postlist a { color:#898989; } #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1 li.menu-item { min-width:100px; } #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1 li.menu-item a,#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header a, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1 li.menu-item span.um-anchoremulator, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header span.um-anchoremulator, #megaMenu ul.megaMenu .wpmega-widgetarea h2.widgettitle {color:#333333 !important;font-weight:normal;text-shadow:0px 1px 1px transparent;padding-bottom:.4em;padding-right:0 !important;border-bottom:none;} #megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu-1 li.menu-item:hover a { color:#333333; } #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item a, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item span.um-anchoremulator, #megaMenu ul.megaMenu ul.sub-menu li.menu-item a, #megaMenu ul.megaMenu ul.sub-menu li.menu-item span.um-anchoremulator {color:#808080 !important;font-size:14px !important;text-shadow:0px 1px 1px transparent;background-color:transparent;} #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item a:hover, #megaMenu ul.megaMenu ul.sub-menu li.menu-item:hover a {color:#000000;background-color:transparent;} #megaMenu ul.megaMenu li.menu-item .wpmega-nonlink form#searchform { padding-top:9px; } #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight a, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight span.um-anchoremulator { color:#808080 !important; } #megaMenu .ss-nav-menu-with-img a .wpmega-link-title, #megaMenu .ss-nav-menu-with-img a .wpmega-link-description, #megaMenu .ss-nav-menu-with-img a .wpmega-item-description, #megaMenu .ss-nav-menu-with-img span.um-anchoremulator .wpmega-link-title, #megaMenu .ss-nav-menu-with-img span.um-anchoremulator .wpmega-link-description, #megaMenu .ss-nav-menu-with-img span.um-anchoremulator .wpmega-item-description { padding-left:21px; } .ss-nav-menu-with-img { min-height:16px; } #megaMenu ul.megaMenu li.menu-item a span.wpmega-item-description, #megaMenu ul.megaMenu li.menu-item span.um-anchoremulator span.wpmega-item-description {font-size:10px;line-height:1.4em;color:#000000;text-transform:uppercase;} #megaMenu ul.megaMenu li.menu-item.mega-with-sub a:after {content: '';position: absolute;top: 50%;right: 16px !important;margin-top: -1px;display: inline-block;background: transparent;border-style: solid dashed dashed;border-color: transparent;border-top-color: #999;font-size: 0;border-width: 3px 3px 0;padding-top: 1px;display: block !important;} #megaMenu ul.megaMenu li.menu-item.mega-with-sub span.um-anchoremulator:after {content: '';position: absolute;top: 50%;right: 8px;margin-top: -1px;display: inline-block !important;background: transparent;border-style: solid dashed dashed;border-color: transparent;border-top-color: #999;font-size: 0;border-width: 3px 3px 0;padding-top: 1px;} #megaMenu ul.megaMenu li.menu-item.mega-with-sub ul.sub-menu li a:after,#megaMenu li ul li a:after {display: none !important;} #megaMenu li a:after{display: none !important;} #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub a:after, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub span.um-anchoremulator:after { border-left-color:transparent; } #megaMenu .wpmega-divider {border-top:1px solid #e0e0e0;border-bottom:1px solid rgba(255,255,255,0.05);} #megaMenu.megaMenuVertical ul li.menu-item a, #megaMenu.megaMenuVertical ul li.menu-item span.um-anchoremulator {background-color:#ffffff;background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#ffffff));background:-webkit-linear-gradient(top,#ffffff,#ffffff);background:-moz-linear-gradient(top,#ffffff,#ffffff);background:-ms-linear-gradient(top,#ffffff,#ffffff);background:-o-linear-gradient(top,#ffffff,#ffffff);} #megaMenu.megaMenuVertical ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub a:after, #megaMenu.megaMenuVertical ul li.menu-item.mega-with-sub a:after, #megaMenu.megaMenuVertical ul li.menu-item.ss-nav-menu-mega a:after, #megaMenu.megaMenuVertical ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub span.um-anchoremulator:after, #megaMenu.megaMenuVertical ul li.menu-item.mega-with-sub span.um-anchoremulator:after, #megaMenu.megaMenuVertical ul li.menu-item.ss-nav-menu-mega span.um-anchoremulator:after { border-left-color:transparent; } #megaMenu.megaMenuVertical ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1, #megaMenu.megaMenuVertical ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu { border-left:; } #megaMenu.megaMenuHorizontal ul.megaMenu { *border-bottom:none; } #megaMenu.megaMenuVertical ul.megaMenu { *border-right:none; } #megaMenu ul.megaMenu li.menu-item .wpmega-nonlink form#searchform.ubersearch-v2 input[type="text"] { color:#ffffff;background:#666666;} #megaMenu ul.megaMenu li.menu-item .wpmega-nonlink form#searchform.ubersearch-v2 input[type="submit"] {color:#ffffff;background:#666666;} #megaMenu ul.megaMenu li.menu-item .wpmega-nonlink form#searchform.ubersearch-v2 input[type="submit"]:hover {color:#ffffff;background:#222222;} /* * MegaMEnu Custom Css */ #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item a, #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item span.um-anchoremulator {box-shadow: none !important;border: none !important;} #megaMenu li {float: left;} #megaMenu .searchFormIcon {padding: 9px 0 0 5px !important;} #megaMenu .cart-dropdown {display: none;} #megaMenu .menu-item-language {width: auto !important;} #megaMenu .menu-item-language a {/*padding: 17px 15px !important;*/} .headerStyle4 #menuContainer {text-align: center;} #megaMenu .sub-menu {border-right: dotted 1px #e1e1e1} #megaMenu .sub-menu li li a {position: relative;padding-left: 15px !important;} #megaMenu .sub-menu li li a:before {position: absolute;content: '';width: 5px;height: 5px;left: 0;top: 9px;border-radius: 50%;} #megaMenu .sub-menu li li a:after {display: none !important;} #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1, #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu {border-top: solid 2px;} #megaMenu #menuContainer .navbar li.searchFormIcon, #megaMenu.megaResponsive ul.megaMenu li.menu-item, #menuContainer .navbar li.searchFormIcon{clear:none !important} .megaMenu .current-menu-item li span {color:#808080 !important;} /* * MegaMenu In Responsive */ @media (max-width: 979px) { #megaMenu * {display: table !important;} #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega {position: relative !important;width: 100% !important;} #megaMenu ul ul.sub-menu {position: relative !important;} #megaMenu.megaResponsive ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu.sub-menu-1 li.menu-item {width: 100% !important;} #megaMenu.megaResponsive ul.megaMenu li.menu-item.ss-nav-menu-reg {width: 100% !important;} #megaMenu.megaResponsive ul.megaMenu li.menu-item {width: 100%;float: left;clear:none !important;} #megaMenu .searchFormIcon {padding: 10px 0 0 5px !important;} #megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu ul.sub-menu{padding: 0 !important;} #megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item.ss-nav-menu-reg > ul.sub-menu{width: 100%;left: 0 !important;padding-left: 30px !important} #megaMenu #menuContainer .navbar li {clear: none !important;} } .headerStyle9 .ubermenu-nav > li { float: left; margin-bottom: 0; } .headerStyle9 .ubermenu-nav > li.menu-item-language { padding-top: 9px; padding-bottom: 9px; }
0.260389
0.048609
body { margin: 0 0; padding: 0; background-color: #191e24; } .home { display: flex; flex-direction: column; } .header { display: flex; flex-direction: row; justify-content: space-around; width: 60%; height: 108px; margin-right: auto; margin-left: auto; margin-top: 5em; border-radius: 10px; background: rgb(63, 94, 251); background: linear-gradient( 90deg, rgba(63, 94, 251, 1) 0%, rgba(252, 70, 107, 1) 100% ); box-shadow: rgba(0, 0, 0, 0.6) 0px 19px 38px, rgba(0, 0, 0, 0.4) 0px 15px 12px; } .header-logo { display: flex; margin-left: 50px; width: 70%; margin-top: auto; margin-bottom: auto; } .header-logo-item { color: #fdfffc; } .header-links { display: flex; font-size: 18px; width: 30%; justify-content: space-around; margin-top: auto; margin-bottom: auto; } .header-login { display: flex; flex-direction: column; width: 20%; justify-content: center; color: #fdfffc; font-size: 18px; } .header-login-text { display: flex; height: 50%; } .header-login-div { display: flex; height: 50%; justify-content: center; } .header-login-span { display: flex; line-height: 80px; } .header-login-button { display: flex; margin-left: 120px; margin-top: 10px; height: 36px; width: 36px; border-color: #6369d1; border-radius: 10px; cursor: pointer; } .header-login-icon { margin: auto auto; font-size: 18px; color: #6369d1; } .header-links-item { display: flex; color: #fdfffc; justify-content: center; width: 96px; padding-top: 0.5rem; padding-bottom: 0.5rem; border-radius: 20px; box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; background-color: #6369d1; } .header-links-item:hover { box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; } a { text-decoration: none; } .content { display: flex; justify-content: center; flex-direction: column; width: 50%; margin: 40px auto; height: auto; } .content-list { height: 400px; overflow-y: auto; overflow-x: hidden; } ::-webkit-scrollbar { width: 12px; } ::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0); } ::-webkit-scrollbar-thumb { background: #888; } ::-webkit-scrollbar-thumb:hover { background: #555; } .content-buttons { display: flex; width: 100%; margin-left: auto; margin-right: auto; } .content-controls { display: flex; margin-top: 10px; flex-direction: row; width: 100%; } .content-controls-item { height: 2rem; font-size: 16px; background-color: #6369d1; border: none; border-right: 2px solid #fdfffc; width: calc(100% / 3); color: #fdfffc; transition: 500ms; } .content-controls-item:hover { border: 1px solid #fdfffc; } .content-buttons-input { height: 44px; width: 90%; font-size: 18px; color: #6369d1; letter-spacing: 1.5px; border-top-left-radius: 10px; border-bottom-left-radius: 10px; } .content-buttons-input::placeholder { padding: 10px; } .content-buttons-button { display: flex; justify-content: center; line-height: 46px; width: 10%; box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; background-color: #6369d1; color: #fdfffc; font-size: 16px; border: none; border-top-right-radius: 10px; border-bottom-right-radius: 10px; transition: 500ms; } .content-buttons-button:hover { border: 1px solid #fdfffc; background-color: rgb(230, 63, 96); } .content-list-no { display: flex; color: #ed1c24; font-weight: bolder; justify-content: center; text-align: center; font-size: 28px; margin-top: 30px; height: 120px; border: 2px solid #3039447e; } .content-list-no-text { display: flex; margin-top: auto; margin-bottom: auto; } .active { background-color: rgb(230, 63, 96); }
client/src/style/home.css
body { margin: 0 0; padding: 0; background-color: #191e24; } .home { display: flex; flex-direction: column; } .header { display: flex; flex-direction: row; justify-content: space-around; width: 60%; height: 108px; margin-right: auto; margin-left: auto; margin-top: 5em; border-radius: 10px; background: rgb(63, 94, 251); background: linear-gradient( 90deg, rgba(63, 94, 251, 1) 0%, rgba(252, 70, 107, 1) 100% ); box-shadow: rgba(0, 0, 0, 0.6) 0px 19px 38px, rgba(0, 0, 0, 0.4) 0px 15px 12px; } .header-logo { display: flex; margin-left: 50px; width: 70%; margin-top: auto; margin-bottom: auto; } .header-logo-item { color: #fdfffc; } .header-links { display: flex; font-size: 18px; width: 30%; justify-content: space-around; margin-top: auto; margin-bottom: auto; } .header-login { display: flex; flex-direction: column; width: 20%; justify-content: center; color: #fdfffc; font-size: 18px; } .header-login-text { display: flex; height: 50%; } .header-login-div { display: flex; height: 50%; justify-content: center; } .header-login-span { display: flex; line-height: 80px; } .header-login-button { display: flex; margin-left: 120px; margin-top: 10px; height: 36px; width: 36px; border-color: #6369d1; border-radius: 10px; cursor: pointer; } .header-login-icon { margin: auto auto; font-size: 18px; color: #6369d1; } .header-links-item { display: flex; color: #fdfffc; justify-content: center; width: 96px; padding-top: 0.5rem; padding-bottom: 0.5rem; border-radius: 20px; box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; background-color: #6369d1; } .header-links-item:hover { box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; } a { text-decoration: none; } .content { display: flex; justify-content: center; flex-direction: column; width: 50%; margin: 40px auto; height: auto; } .content-list { height: 400px; overflow-y: auto; overflow-x: hidden; } ::-webkit-scrollbar { width: 12px; } ::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0); } ::-webkit-scrollbar-thumb { background: #888; } ::-webkit-scrollbar-thumb:hover { background: #555; } .content-buttons { display: flex; width: 100%; margin-left: auto; margin-right: auto; } .content-controls { display: flex; margin-top: 10px; flex-direction: row; width: 100%; } .content-controls-item { height: 2rem; font-size: 16px; background-color: #6369d1; border: none; border-right: 2px solid #fdfffc; width: calc(100% / 3); color: #fdfffc; transition: 500ms; } .content-controls-item:hover { border: 1px solid #fdfffc; } .content-buttons-input { height: 44px; width: 90%; font-size: 18px; color: #6369d1; letter-spacing: 1.5px; border-top-left-radius: 10px; border-bottom-left-radius: 10px; } .content-buttons-input::placeholder { padding: 10px; } .content-buttons-button { display: flex; justify-content: center; line-height: 46px; width: 10%; box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; background-color: #6369d1; color: #fdfffc; font-size: 16px; border: none; border-top-right-radius: 10px; border-bottom-right-radius: 10px; transition: 500ms; } .content-buttons-button:hover { border: 1px solid #fdfffc; background-color: rgb(230, 63, 96); } .content-list-no { display: flex; color: #ed1c24; font-weight: bolder; justify-content: center; text-align: center; font-size: 28px; margin-top: 30px; height: 120px; border: 2px solid #3039447e; } .content-list-no-text { display: flex; margin-top: auto; margin-bottom: auto; } .active { background-color: rgb(230, 63, 96); }
0.443359
0.085518
.jwplayer.jw-skin-fdc .jw-title-secondary { text-transform: initial; } @media screen and (max-width: 768px){ .Article-content .Article-picture-dual-col { width: 50%; vertical-align: top; display: inline-block; } .Article-content .Article-picture-dual-col .Article-picture-caption strong { font-size: 0.8rem; display: inline; font-weight: bold; } .Article-content .Article-picture-dual-col .Article-picture-caption { line-height: 10px; } .Article-content .cntb { display:none; } .Article-header .cntb { top: 482px; padding: 2px 2px 0 0; } .Article-header .cnta { display:none; font-weight:normal; } .Article-content .Article-slider-count.cnta { font-weight:bold; bottom: 6px; } .Article-content .Article-slider-count.cnta strong { bottom:35px; font-weight:bold; } .Article-content .Article-slider-prev, .Article-content .Article-slider-next { } .jwplayer.jw-skin-fdc-video .jw-display-icon-container > .jw-icon { background: transparent url(../../img/article/video-play-btn.png) no-repeat center; } .jwplayer.jw-skin-fdc-video .jw-display-icon-container { top: 45%; height: 6.2em; width: 6.0em; } .jwplayer.jw-skin-fdc .jw-title-primary { margin: -4px 0 0 3px; font-size: 1.8rem; } .jwplayer.jw-skin-fdc-video .jw-title-primary { white-space: initial; } .jwplayer.jw-skin-fdc .jw-title-secondary { margin-left: 5px; font-size: 1.2rem; } .Article-related h2 { padding-top: 40px; font-size: 2.2rem; } .Article-slider-prev, .Article-slider-next { width: 46px; height: 90px; top: 43%; } #fakebar { width: 586px; position: absolute; background: rgba(255, 255, 255, 0.2); height: 5px; top: 484px; left: 94px; z-index: 99; } .android #fakebar { top: 371px; width: 78%; } } @media screen and (max-width: 375px){ .Article-content .Article-picture-dual-col { width: 50%; vertical-align: top; display: inline-block; } .Article-content .Article-picture-dual-col .Article-picture-caption strong { font-size: 0.8rem; display: inline; font-weight: bold; } .Article-content .Article-picture-dual-col .Article-picture-caption { line-height: 10px; } .Article-content .cntb { display:none; } .Article-header .cntb { top: 235px; padding: 2px 2px 0 0; } .Article-header .cnta { display:none; font-weight:normal; } .Article-content .Article-slider-count.cnta strong { bottom:35px; font-weight:bold; } .Article-content .Article-slider-count.cnta { bottom:10px; } .jwplayer.jw-skin-fdc-video .jw-display-icon-container { top: 45%; height: 4.2em; width: 4.0em; } .jwplayer.jw-skin-fdc-video .jw-display-icon-container > .jw-icon { background-size: 2.2rem; } .jwplayer.jw-skin-fdc .jw-title-primary { margin: 0 0 0 0; font-size: 1.4rem; } .jwplayer.jw-skin-fdc .jw-title-secondary { font-size: 0.8rem; margin-left: 0px; } .Article-related h2 { padding-top: 40px; font-size: 1.2rem; } .jwplayer.jw-skin-fdc-video .jw-title-primary { white-space: initial; } .Article-slider-prev, .Article-slider-next { width: 21px; height: 40px; top: 50%; } .Article-content .Article-slider-prev, .Article-slider-next { top: 42%; } #fakebar { width: 252px; position: absolute; background: rgba(255, 255, 255, 0.2); height: 5px; top: 222px; left: 90px; z-index: 99; } .android #fakebar { top: 212px; width: 70%; } } @media screen and (max-width: 320px) { #fakebar { width: 200px; top: 181px; } }
src/FDC/EventBundle/Resources/public/webview/css/dev.css
.jwplayer.jw-skin-fdc .jw-title-secondary { text-transform: initial; } @media screen and (max-width: 768px){ .Article-content .Article-picture-dual-col { width: 50%; vertical-align: top; display: inline-block; } .Article-content .Article-picture-dual-col .Article-picture-caption strong { font-size: 0.8rem; display: inline; font-weight: bold; } .Article-content .Article-picture-dual-col .Article-picture-caption { line-height: 10px; } .Article-content .cntb { display:none; } .Article-header .cntb { top: 482px; padding: 2px 2px 0 0; } .Article-header .cnta { display:none; font-weight:normal; } .Article-content .Article-slider-count.cnta { font-weight:bold; bottom: 6px; } .Article-content .Article-slider-count.cnta strong { bottom:35px; font-weight:bold; } .Article-content .Article-slider-prev, .Article-content .Article-slider-next { } .jwplayer.jw-skin-fdc-video .jw-display-icon-container > .jw-icon { background: transparent url(../../img/article/video-play-btn.png) no-repeat center; } .jwplayer.jw-skin-fdc-video .jw-display-icon-container { top: 45%; height: 6.2em; width: 6.0em; } .jwplayer.jw-skin-fdc .jw-title-primary { margin: -4px 0 0 3px; font-size: 1.8rem; } .jwplayer.jw-skin-fdc-video .jw-title-primary { white-space: initial; } .jwplayer.jw-skin-fdc .jw-title-secondary { margin-left: 5px; font-size: 1.2rem; } .Article-related h2 { padding-top: 40px; font-size: 2.2rem; } .Article-slider-prev, .Article-slider-next { width: 46px; height: 90px; top: 43%; } #fakebar { width: 586px; position: absolute; background: rgba(255, 255, 255, 0.2); height: 5px; top: 484px; left: 94px; z-index: 99; } .android #fakebar { top: 371px; width: 78%; } } @media screen and (max-width: 375px){ .Article-content .Article-picture-dual-col { width: 50%; vertical-align: top; display: inline-block; } .Article-content .Article-picture-dual-col .Article-picture-caption strong { font-size: 0.8rem; display: inline; font-weight: bold; } .Article-content .Article-picture-dual-col .Article-picture-caption { line-height: 10px; } .Article-content .cntb { display:none; } .Article-header .cntb { top: 235px; padding: 2px 2px 0 0; } .Article-header .cnta { display:none; font-weight:normal; } .Article-content .Article-slider-count.cnta strong { bottom:35px; font-weight:bold; } .Article-content .Article-slider-count.cnta { bottom:10px; } .jwplayer.jw-skin-fdc-video .jw-display-icon-container { top: 45%; height: 4.2em; width: 4.0em; } .jwplayer.jw-skin-fdc-video .jw-display-icon-container > .jw-icon { background-size: 2.2rem; } .jwplayer.jw-skin-fdc .jw-title-primary { margin: 0 0 0 0; font-size: 1.4rem; } .jwplayer.jw-skin-fdc .jw-title-secondary { font-size: 0.8rem; margin-left: 0px; } .Article-related h2 { padding-top: 40px; font-size: 1.2rem; } .jwplayer.jw-skin-fdc-video .jw-title-primary { white-space: initial; } .Article-slider-prev, .Article-slider-next { width: 21px; height: 40px; top: 50%; } .Article-content .Article-slider-prev, .Article-slider-next { top: 42%; } #fakebar { width: 252px; position: absolute; background: rgba(255, 255, 255, 0.2); height: 5px; top: 222px; left: 90px; z-index: 99; } .android #fakebar { top: 212px; width: 70%; } } @media screen and (max-width: 320px) { #fakebar { width: 200px; top: 181px; } }
0.2763
0.059921
body { font-family: 'ProximaNovaSemibold', sans-serif, serif; font-size: 14px; line-height: 18px; color: rgba(44, 44, 45, 0.7); display: flex; justify-content: center; margin: 0; padding: 0; } /* .loading { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 5vw; background: #5699c0 !* Old browsers *!; background: -moz-linear-gradient(left, #559cc1 0%, #5d83ba 100%) !* FF3.6-15 *!; background: -webkit-linear-gradient(left, #559cc1 0%, #5d83ba 100%) !* Chrome10-25,Safari5.1-6 *!; background: linear-gradient(to right, #559cc1 0%, #5e7fb9 100%) !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!; color: #fff; z-index: 9999; } .loading:after { content: '.'; animation: loading 1s ease alternate infinite; } @keyframes loading { 60% { text-shadow: 0.35em 0 0 currentColor; } 100% { text-shadow: 0.35em 0 0 currentColor, 0.75em 0 0 currentColor; } } @media only screen and (max-width: 767px) { .loading { display: none; } }*/ body .main-wrapper { z-index: 1; width: 100%; max-width: 1080px; background: #fff; -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4); box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4); } .wrap { padding: 0 30px; } h1 { font-family: 'ROOMLIGHT', sans-serif; font-size: 26px; line-height: 29px; color: #0b0b0b; margin-bottom: 15px; } h2 { font-family: 'ROOM', sans-serif; font-size: 20px; line-height: 20px; color: #0b0b0b; margin-bottom: 14px; } h3 { font-family: 'ROOMLIGHT', sans-serif; font-size: 18px; color: #0b0b0b; } h4 { font-family: 'ProximaNovaSemibold', sans-serif; font-size: 16px; line-height: 18px; color: #0a0a0a; margin-bottom: 5px; } article h4 { font-family: 'ROOMMEDIUM', sans-serif; line-height: 18px; letter-spacing: 0.2px; color: #2c2c2d; margin: 0; } h5 { font-family: 'ProximaNovaSemibold', sans-serif; font-size: 14px; color: #0a0a0a; margin: 0; padding: 20px 0 5px 0; } h6 { font-family: 'ROOM', sans-serif; font-size: 12px; line-height: 10px; letter-spacing: 2.7px; color: #fff; text-transform: uppercase; margin: 0 0 33px 0; } p { letter-spacing: 0.15px; margin: 17px 0; } ul { margin: 0; list-style-type: none; padding: 0; } ul li { line-height: 16px; } a { text-decoration: none; color: #598fbd; cursor: pointer; transition: 0.3s; } a:hover { text-decoration: none; } a, button, div { outline: 0; } input[type="search"] { -webkit-appearance: textfield; } input { font-family: 'ProximaNovaSemibold', sans-serif; font-size: 13px; line-height: 23px; background-color: #e7e9e9; border: 1px solid #e7e9e9; color: #747e7f; border-radius: 35px; padding: 10px 20px; outline: 0; } input:focus, input:active { border-radius: 35px; border-color: #598fbd; } .SEO-text { padding: 30px; clear: both; display: block; position: relative; border-top: 3px solid #eaeaea; } /* Buttons */ .btn-link { font-family: 'ProximaNovaRegular', sans-serif; font-size: 11px; line-height: 21px; color: #0a0a0a; text-transform: uppercase; display: block; border-bottom: 1px solid transparent; width: 88px; transition: 0.3s; } .btn-link:after { content: '\f105'; font-family: 'FontAwesome'; margin: 0 -11px 0 7px; } .btn-link:hover { color: #5780ae; text-decoration: none; } #show::after { display: none; } .button-blue { background: #598fbd; color: #fff; text-transform: uppercase; text-align: center; width: auto; border: 1px solid #598fbd; border-radius: 35px; padding: 1.5px 15px; transition: 0.3s; font-family: Roboto; font-weight: 100; font-size: 12px; } .button-blue:hover { background: #fff; color: #598fbd; } .button-white { display: block; background: transparent; color: #2c2c2d; text-transform: uppercase; text-align: center; border-radius: 35px; padding: 3px 23px; width: 180px; -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2); margin: 20px auto 40px; transition: 0.3s; } .button-white:hover { background: #598fbd; color: #fff; } .button-white:after { content: '\f107'; font-family: 'FontAwesome'; margin: 0 -11px 0 7px; } .nav-button-grey { color: rgba(0, 0, 0, 0.7); font-size: 13px; background: #f3f3f3; border-radius: 3px; margin: 0 8px 10px 0; padding: 0 14px; letter-spacing: 0.3px; } .nav-button-grey:first-child { margin-left: 0; } .nav-button-grey.active, .nav-button-grey:hover { background: #598fbd; color: #fff; } .blue-circle h1 { display: block; position: relative; } .blue-circle h1::before { content: ''; width: 4px; height: 4px; border: 1px solid #598fbd; border-radius: 50%; background: #598fbd; position: absolute; left: -15px; top: 11px; } button { cursor: pointer; } /* ЗАголовки с мета тегами и иконками справа */ .section-title-meta-icon { border-top: 3px solid #e5e3e3; border-bottom: 1px solid #e5e3e3; min-height: 53px; height: auto; padding: 0 30px; display: flex; text-transform: uppercase; justify-content: space-between; align-items: center; } .section-title-meta-icon h3, .section-title-meta-icon h1 { display: block; position: relative; font-weight: normal; font-family: 'ROOMLIGHT'; font-size: 18px; line-height: 18px; } .section-title-meta-icon h3::before, .section-title-meta-icon h1::before { content: ''; width: 4px; height: 4px; border: 1px solid #598fbd; border-radius: 50%; background: #598fbd; position: absolute; left: -15px; top: 8px; } .section-title-meta-icon .section-meta-icon { display: flex; align-items: center; } .section-title-meta-icon .section-meta-icon a { font-family: 'ROOMMEDIUM'; color: #a3a3a3; margin-right: 30px; } .section-title-meta-icon .section-meta-icon a:hover { color: #598fbd; } .section-title-meta-icon .section-meta-icon .section-icon { display: flex; position: relative; } .section-title-meta-icon .section-meta-icon .section-icon::before { content: ''; border-left: 1px solid #598fbd; height: 23px; margin-right: 18px; } .section-title-meta-icon .section-meta-icon .section-icon img { width: 100%; height: 100%; } /*CONTENT-ASIDE*/ .content { border-right: 6px solid #e5e3e3; margin-right: -3px; width: 66%; float: left; height: auto; } .m-top { margin-top: 103px; } /*.m-top { margin-top: 157px; transition: .2s; } .m-top.fixed { margin-top: 80px; transition: .2s; }*/ .full-content { width: 100%; border: 0; float: none; margin: 103px 0 0 0; } .breadcrumbs { display: flex; /* flex-wrap: wrap; */ flex-wrap: nowrap; height: 44px; overflow: hidden; } .breadcrumbs a, .breadcrumbs span { font-size: 13px; line-height: 25px; position: relative; display: block; margin-top: 25px; } .breadcrumbs a { color: #598fbd; margin-right: 28px; white-space: nowrap; } .breadcrumbs a:after { content: '\f105'; font-family: 'FontAwesome'; margin: 0 -11px 0 7px; position: absolute; top: 0; right: 0; } .breadcrumbs a:hover { text-decoration: none; } aside { /*width: 33.48%;*/ width: 33.44%; border-left: 6px solid #e5e3e3; margin-left: -3px; float: left; height: auto; } /*МЕТА ТЕГИ САЙДБАР*/ .popular-meta { padding: 30px 30px 0 30px; height: 55px; overflow: hidden; margin-bottom: 30px; } .popular-meta .btn-meta { margin-bottom: 14px; } /*Стрелочки слайдер*/ .slick-slider { position: relative; overflow: hidden; } .slick-slider .slick-prev, .slick-slider .slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; margin-top: -16px; color: transparent; display: block; cursor: pointer; background: #598fbd; border: 1px solid #598fbd; width: 23px; height: 23px; } .slick-slider .slick-prev { left: 0; z-index: 1; } .slick-slider .slick-prev::before { content: '\f104'; } .slick-slider .slick-next { right: 0; } .slick-slider .slick-next::after { content: '\f105'; } .slick-slider .slick-prev::before, .slick-slider .slick-next::after { font-family: 'FontAwesome'; color: #fff; position: absolute; font-size: 20px; display: flex; justify-content: center; align-items: center; width: auto; height: auto; } .banner-reklama { /*-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.2);*/ /*-moz-box-shadow: 0 0 10px 2px rgba(0,0,0,0.2);*/ /*box-shadow: 0 0 10px 2px rgba(0,0,0,0.2);*/ width: fit-content; text-align: center; margin: 30px auto; height: fit-content; max-width: calc(100% - 60px); } .banner-reklama a { overflow: hidden; } .banner-reklama a img, .banner-reklama img { width: 100%; height: 100%; display: flex; } .article-wrap { display: flex; position: relative; width: 100%; flex-direction: column; } .article-wrap article:last-child { border: 0; } article a { padding: 30px; align-items: flex-start; position: relative; display: flex; justify-content: space-between; transition: 0.3s; } article a:hover { -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2); } article a:hover .article-img .views { opacity: 1; } article a .article-img { width: 33%; position: relative; display: block; color: #2c2c2d; overflow: hidden; } article a .article-img img { width: 100%; height: 100%; position: relative; display: block; } article a .article-img .views { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; background-color: rgba(89, 143, 189, 0.85) /* Old browsers */; background: -moz-linear-gradient(left, rgba(85, 156, 193, 0.85) 0%, rgba(93, 131, 186, 0.85) 100%) /* FF3.6-15 */; background: -webkit-linear-gradient(left, rgba(85, 156, 193, 0.85) 0%, rgba(93, 131, 186, 0.85) 100%) /* Chrome10-25,Safari5.1-6 */; background: linear-gradient(to right, rgba(85, 156, 193, 0.85) 0%, rgba(93, 131, 186, 0.85) 100%) /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */; color: #fff; opacity: 0; transition: 0.9s; } article a .article-img .views span { margin-left: 20px; font-family: 'ProximaNovaCondensedLight'; font-size: 11px; letter-spacing: 0.8px; } article a .article-img .views span:before { content: ''; position: absolute; width: 20px; height: 20px; background: url("../images/main/eye-white.png"); margin: -2px 0 0 -19px; background-size: cover; } article a .article-info { width: 61%; } article a .article-info .article-title { font-family: 'ROOMMEDIUM'; font-weight: normal; line-height: 18px; letter-spacing: 0.2px; color: #2c2c2d; margin: 0 0 9px 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; transition: 0.3s; } article a .article-info .article-category { font-family: 'ProximaNovaRegular'; font-size: 12px; line-height: 12px; color: rgba(0, 0, 0, 0.5); margin: 0; } article a .article-info .article-text { color: rgba(44, 44, 45, 0.7); font-size: 14px; line-height: 21px; font-family: 'ProximaNovaSemibold'; } article:hover .btn-link { color: #598fbd; } article:hover h4.article-title { color: #598fbd; } .article-text { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; } .date-link { display: flex; color: rgba(44, 44, 45, 0.5); font-family: 'ProximaNovaRegular'; font-size: 11px; line-height: 21px; text-transform: uppercase; margin-top: 4px; } .date-link .article-date { display: block; position: relative; margin-right: 6px; padding-right: 6px; } .date-link .article-date::after { content: ''; position: absolute; width: 1px; height: 15px; top: 3px; right: 0; background: rgba(44, 44, 45, 0.5); } .news:last-child .article-border { border: none; } .news .article-text { display: none; } .news .date-link .article-date { display: none; } .news .article-border { border-bottom: 1px solid #eaeaea; margin: 0 30px; } .article-products .article-img .views { display: none; } .article-products .article-info p { display: none; } .article-products .article-info .date-link { display: none; } .article-articles { width: 25%; } .article-articles a { flex-direction: column; padding: 23px 10px; } .article-articles a .article-img { width: 100%; } .article-articles a .article-img .views span { font-size: 18px; } .article-articles a .article-img .views span::before { width: 25px; height: 25px; background: url("../images/main/big-eye-white.png") no-repeat center center; margin: -4px 0 0 -30px; } .article-articles a .article-info { width: 100%; } .article-articles a .article-info h4 { font-size: 18px; line-height: 21px; margin: 15px 0; height: 45px; } .article-articles a .article-info p { display: none; } .article-articles .article-border { border: 0; } .two-column-articles.article-wrap { display: flex; flex-direction: row; } .two-column-articles.article-wrap .right-column, .two-column-articles.article-wrap .left-column { width: 48%; display: flex; flex-direction: column; } .two-column-articles.article-wrap .right-column article.news, .two-column-articles.article-wrap .left-column article.news { width: 100%; } .two-column-articles.article-wrap .right-column article.news a .article-date, .two-column-articles.article-wrap .left-column article.news a .article-date, .two-column-articles.article-wrap .small-news article.news a .article-date { display: block; } .two-column-articles.article-wrap .right-column article.news .article-border, .two-column-articles.article-wrap .left-column article.news .article-border { margin: 0 17px; } .two-column-articles.article-wrap .left-column a { padding: 30px 15px 30px 30px; margin-right: 3px; } .two-column-articles.article-wrap .right-column a { padding: 30px 30px 30px 15px; margin-left: 3px; } .two-big-news article:nth-child(odd) a, .small-news article:nth-child(odd) a { padding: 30px 15px 30px 30px; margin-right: 3px; } .two-big-news article:nth-child(even) a, .small-news article:nth-child(even) a { padding: 30px 30px 30px 15px; margin-left: 3px; } .big-news article:first-child a, .all-big-news article a, .two-big-news article a { flex-direction: column; border: 0; } .big-news article:first-child a .article-img, .all-big-news article a .article-img, .two-big-news article a .article-img { width: 100%; } .big-news article:first-child a .article-img .views span, .all-big-news article a .article-img .views span, .two-big-news article a .article-img .views span { font-size: 18px; } .big-news article:first-child a .article-img .views span::before, .all-big-news article a .article-img .views span::before, .two-big-news article a .article-img .views span::before { width: 25px; height: 25px; background: url("../images/main/big-eye-white.png") no-repeat center center; margin: -4px 0 0 -30px; } .big-news article:first-child a .article-info, .all-big-news article a .article-info, .two-big-news article a .article-info { width: 100%; } .big-news article:first-child a .article-info .article-title, .all-big-news article a .article-info .article-title, .two-big-news article a .article-info .article-title { font-size: 18px; margin: 20px 0; } .big-news article:first-child a .article-info .article-category, .all-big-news article a .article-info .article-category, .two-big-news article a .article-info .article-category { display: none; } .big-news article:first-child a .article-info .article-text, .all-big-news article a .article-info .article-text, .two-big-news article a .article-info .article-text { display: -webkit-box; } .big-news article:first-child a .article-info .date-link, .all-big-news article a .article-info .date-link, .two-big-news article a .article-info .date-link { margin-top: 20px; } .big-news article:first-child a .article-info .date-link .article-date, .all-big-news article a .article-info .date-link .article-date, .two-big-news article a .article-info .date-link .article-date { display: block; } .big-news article:first-child .article-border, .all-big-news article .article-border, .two-big-news article .article-border { border: 0; } .two-big-news, .small-news { display: flex; flex-wrap: wrap; width: 100%; } .two-big-news article, .small-news article { width: 48%; min-width: inherit; } .two-big-news article .article-border, .small-news article .article-border { margin: 0 15px; } .small-news .news:nth-child(5) .article-border { border: none; } .margin-minus article a { margin: -15px 0; } header .wrap { display: flex; align-items: center; justify-content: space-between; /*height: 98px;*/ height: 60px; background: #5699c0 /* Old browsers */; background: -moz-linear-gradient(left, #559cc1 0%, #5d83ba 100%) /* FF3.6-15 */; background: -webkit-linear-gradient(left, #559cc1 0%, #5d83ba 100%) /* Chrome10-25,Safari5.1-6 */; background: linear-gradient(to right, #559cc1 0%, #5e7fb9 100%) /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */; color: #fff; padding: 0 30px 0 20px; /*transition: .2s;*/ } header .wrap div a { color: #fff; background: transparent; } header .wrap div.logo { width: 100%; max-width: 16%; height: 84%; display: flex; justify-content: flex-start; align-items: center; } header .wrap div.logo a, header .wrap div.logo img { display: block; width: 100%; height: 100%; } header .wrap div.lang-menu { width: 11%; text-align: right; } header .wrap .main-menu div.lang-menu { width: 100%; display: flex; text-align: left; align-items: center; border-bottom: 1px solid rgba(255, 255, 255, 0.2); } header .wrap .main-menu div.lang-menu a { border-bottom: none; margin: 0; } header .wrap div.lang-menu span.active { color: #000; background: #fff; border-radius: 35px; padding: 3px 6px; text-transform: uppercase; font-family: 'ROOMTHIN'; } header .wrap div.lang-menu a { padding: 3px 6px; text-transform: uppercase; font-family: 'ROOMTHIN'; font-size: 14px; line-height: 60px; margin-left: 10px; } header .wrap div.lang-menu a:hover { text-decoration: none; } header .wrap .search { display: none; } header .wrap .main-menu { height: 100%; width: 70%; } header .wrap .main-menu nav { justify-content: center; display: flex; height: 100%; width: 100%; } header .wrap .main-menu nav .primary-menu { height: 100%; display: flex; align-items: center; padding: 0 15px; } header .wrap .main-menu nav > div:hover { text-decoration: none; -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4); box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4); } header .wrap .main-menu nav > div { position: relative; transition: .2s; } header .wrap .main-menu nav a { font-family: 'ROOMLIGHT'; font-size: 12.4px; /* line-height: 60px; */ font-weight: bold; color: #fff; text-transform: uppercase; letter-spacing: 1.8px; text-align: center; height: 100%; display: flex; align-items: center; } header .wrap .main-menu nav .sub-menu { position: absolute; background: #fff; z-index: 10; width: inherit; min-width: 100%; max-height: 0; overflow: hidden; -webkit-transition: max-height 1s; -moz-transition: max-height 1s; transition: max-height 1s; } header .wrap .main-menu nav .sub-menu ul { padding: 0 15px 8px 15px; border: 1px solid #e7e9e9; width: inherit; } header .wrap .main-menu nav .sub-menu a { color: rgba(0, 0, 0, .7); text-align: left; border-bottom: 1px solid #e7e9e9; padding: 8px 0; display: block; text-transform: none; line-height: 13px; letter-spacing: .1px; } header .wrap .main-menu nav .sub-menu a:hover { color: #5699c0; border-bottom: 1px solid #5699c0; } header .wrap .main-menu nav > div:hover .sub-menu { max-height: 500px; height: auto; } .fixed-wrap { position: fixed; width: 100%; max-width: 1080px; top: 0; z-index: 99; } /* .fixed-wrap { position: fixed; max-width: 1080px; top: 160px; z-index: 99; }*/ /*header.fixed .wrap { height: 40px; transition: .2s; }*/ /*header.fixed .wrap div.logo img { width: 60%; transition: .2s; }*/ .top-meta-section.fixed { /*opacity: 1; height: 40px; width: 100%;*/ top: 40px; z-index: 8; } /* .top-meta-section.fixed .wrap { height: 40px; opacity: 1; background: #fff; transition: .2s; } .top-meta-section.fixed .top-meta { display: none; transition: .2s; } .top-meta-section.fixed .search, .top-meta-section.fixed .search input { width: 100%; } .top-meta-section.fixed .search .img-search { right: 1.85%; }*/ .top-meta.mobile-display-none { margin-top: 6px; } .top-meta-section .wrap { border-bottom: 3px solid #e5e3e3; display: flex; align-items: center; justify-content: space-between; /*height: 56px;*/ height: 40px; padding-bottom: 0; /*transition: .2s;*/ background: #fff; } .top-meta-section .wrap .top-meta span { color: #598fbd; font-family: 'ROOM'; font-size: 12px; text-transform: uppercase; margin-right: 17px; letter-spacing: 0.4px; } a.btn-meta { color: rgba(0, 0, 0, 0.7); font-size: 13px; background: #f3f3f3; border: 1px solid transparent; border-radius: 3px; margin: 0 15px 6px 0; padding: 0 0 0 4px; display: inline-block; position: relative; line-height: 18px; z-index: 1; } a.btn-meta:hover { background: #598fbd; color: #fff; text-decoration: none; } a.btn-meta::after { content: ''; position: absolute; right: -21px; top: -2px; z-index: -1; border: 11px solid transparent; border-left: 12px solid #f3f3f3; border-radius: 3px; transition: all 0.3s ease-in-out; } a.btn-meta:hover:after { border-left: 12px solid #598fbd; } .search { position: relative; } .search input { width: 507px; height: 23px; padding: 0 40px 0 17px; letter-spacing: 0.3px; display: flex; align-items: center; box-shadow: none; border: none; } .search .img-search { position: absolute; top: 50%; right: 4%; transform: translateY(-50%); width: 20px; height: 20px; background: url("../images/main/icons.png") no-repeat; background-position: -22px -56px; } .search .img-search:hover { cursor: pointer; } form .result { padding: 17px; } form .result .res-cat { font-family: 'ROOMMEDIUM'; font-weight: normal; line-height: 18px; letter-spacing: 0.2px; color: #2c2c2d; margin: 0 0 5px 0; } form .result .res-links { margin-bottom: 15px; } form .result .res-links a { display: block; width: 100%; margin-bottom: 5px; line-height: 16px; color: #598fbd; } form .result .res-links a:hover { text-decoration: underline; } .burgerBtn { display: none; } .minzdrav { /* font-family: 'ProximaNovaExtraCondensedThin'; font-size: 39px; letter-spacing: -2.14vw; line-height: 48px; */ /*border-top: 3px solid #eaeaea;*/ /*border-bottom: 3px solid #eaeaea;*/ /* text-transform: uppercase; margin: 30px -27px; text-align: center; color: #2c2c2d; */ padding: 0 30px; } footer { clear: both; display: block; position: relative; background: #5699c0 /* Old browsers */; background: -moz-linear-gradient(left, #559cc1 0%, #5d83ba 100%) /* FF3.6-15 */; background: -webkit-linear-gradient(left, #559cc1 0%, #5d83ba 100%) /* Chrome10-25,Safari5.1-6 */; background: linear-gradient(to right, #559cc1 0%, #5e7fb9 100%) /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */; } footer .minzdrav { /* font-size: 15vh; */ padding: 30px; margin: 0; text-align: center; height: auto; } footer .minzdrav img { width: 100%; display: block; } footer .footer-content { display: flex; justify-content: space-between; flex-wrap: wrap; color: #fff; padding: 0 25px 33px 0; } footer .footer-content .footer-column-reklama { width: 18%; height: 100%; display: flex; justify-content: center; align-items: flex-start; } footer .footer-content .footer-column-reklama .footer-banner-reklama { display: none; -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4); box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4); } footer .footer-content .footer-column-reklama .footer-banner-reklama img { width: 100%; height: 100%; } footer .footer-content .footer-column-copyright { width: 79%; } footer .footer-content .footer-column-copyright .footer-three-column { display: flex; justify-content: space-around; } footer .footer-content .footer-column-copyright .footer-three-column a { color: #fff; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(1) { width: 28%; margin: 0 0 0 -25px; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(1) .meta-btn-footer, footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(3) .meta-btn-footer { width: 100%; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; margin-bottom: 15px; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(1) .meta-btn-footer a.btn-meta, footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(3) .meta-btn-footer a.btn-meta { color: #9e9e9e; font-size: 13px; background: #f3f3f3; border: 1px solid transparent; border-radius: 3px; margin: 2px 9px 13px 3px; display: inline-block; position: relative; height: 18px; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(1) .meta-btn-footer a.btn-meta:hover, footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(3) .meta-btn-footer a.btn-meta:hover { color: #222121; text-decoration: none; -webkit-box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.5); -moz-box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.5); box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.5); } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(1) .meta-btn-footer a.btn-meta::after, footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(3) .meta-btn-footer a.btn-meta::after { content: ''; position: absolute; right: -21px; top: -2px; border: 11px solid transparent; border-left: 12px solid #f3f3f3; border-radius: 3px; transition: 0.3s; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(1) .phone-footer { width: 100%; display: flex; justify-content: space-between; font-weight: 600; font-size: 12px; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(1) .phone-footer a[href^=tel] { color: #fff; background: transparent; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(3) { width: 30%; width: auto; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) .about-content { width: 100%; height: auto; max-height: 170px; overflow: hidden; text-align: justify; line-height: 19px; margin: -4px 0 16px 0; -webkit-transition: max-height 0.5s ease-in-out; -moz-transition: max-height 0.5s ease-in-out; transition: max-height 0.5s ease-in-out; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) .about-content.collapsed { max-height: 2000px; height: auto; -webkit-transition: max-height 0.5s ease-in-out; -moz-transition: max-height 0.5s ease-in-out; transition: max-height 0.5s ease-in-out; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) a.btn-link { background: transparent; color: #fff; display: block; text-align: center; text-transform: uppercase; margin: 0 auto; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) { width: 28%; position: relative; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) .footer-menu { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 0 30px -10px; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) .footer-menu a { text-transform: uppercase; background: transparent; color: #fff; font-family: 'ROOMLIGHT'; font-size: 13px; margin: -2px -8px 10px 2px; letter-spacing: 1.6px; padding: 4px 8px; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) .footer-menu a:hover { background: #fff; color: #000; text-decoration: none; -webkit-box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.5); -moz-box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.5); box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.5); } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) p { margin-bottom: 0; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) a { background: transparent; color: #fff; font-weight: 600; display: block; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) a.e-mail { margin-top: 17px; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column p { letter-spacing: 3px; line-height: 17px; margin-bottom: 0; font-family: 'ROOM'; font-weight: bold; } footer .preparation.item_block_one ul { margin: 12px 0 0 0; } footer .preparation.item_block_one ul li { padding: 0 0 9px 0; letter-spacing: 1px; font-family: 'ROOMLIGHT'; } footer .lang-footer { margin: 33px 0 0 0; } footer .lang-footer ul li{ line-height: 14px; font-family: 'ROOMLIGHT'; font-size: 12px; } footer .copyright-logo { display: flex; justify-content: space-between; background: #5699c0 /* Old browsers */; background: -moz-linear-gradient(left, #559cc1 0%, #5d83ba 100%) /* FF3.6-15 */; background: -webkit-linear-gradient(left, #559cc1 0%, #5d83ba 100%) /* Chrome10-25,Safari5.1-6 */; background: linear-gradient(to right, #559cc1 0%, #5e7fb9 100%) /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */; color: #fff; padding: 0 25px 33px 25px; } footer .wrap_for_border { border-top: 1px solid rgba(255,255,255,.4); display: flex; justify-content: space-between; } footer .copyright-logo .copy-block:nth-child(1) { width: 13.5%; height: 50px; } footer .copyright-logo .copy-block:nth-child(3) { width: 9%; height: 33px; } footer .copyright-logo .copy-block:nth-child(1) { display: flex; align-items: flex-start; justify-content: flex-start; } footer .copy-block { margin: 23px 0 0 0; } footer .copyright-logo .copy-block:nth-child(1) img { width: 100%; height: 100%; } footer .copy-block.logo a { width: 100%; height: auto; display: block; } footer .copyright-logo .copyright { text-align: center; font-size: 10px; line-height: 11px; width: 68%; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; } footer .copyright-logo .copyright p { margin: 0 0 0 0; width: 100%; } footer .copyright-logo .copyright p:nth-child(2) { margin: -20px 0 0 0; } footer .copyright-logo .copyright { } footer .copyright-logo .fresh { } footer .lang-menu-footer { display: flex; align-items: center; margin: 0 0 23px 0; } footer .lang-menu-footer span.active { color: #000; background: #fff; border-radius: 35px; margin: 0 10px 0 10px; padding: 3px 6px; text-transform: uppercase; font-family: 'ROOMTHIN'; } footer .lang-menu-footer a { text-transform: uppercase; } footer .lang-menu-footer a { color: #fff; background: transparent; } footer .about p { border-bottom: 1px solid rgba(255,255,255,.4); padding: 8px 0 8px 0; } footer .preparation p { border-top: 1px solid rgba(255,255,255,.4); border-bottom: 1px solid rgba(255,255,255,.4); padding: 15px 0 15px 0; } footer .item_block_two:first-child p{ border-top: 0; padding: 8px 0 8px 0; } footer .item_block_two p{ border-top: 1px solid rgba(255,255,255,.4); border-bottom: 1px solid rgba(255,255,255,.4); padding: 15px 0 15px 0; } footer .preparation li a { font-size: 11px; } footer .products li a { font-size: 11px; } footer .products:first-child p { padding: 0 0 15px 0; } footer .products p { border-bottom: 1px solid rgba(255,255,255,.4); padding: 15px 0 15px 0; } footer .products.item_block_three ul { margin: 12px 0 0 0; } footer .products.item_block_three ul li { padding: 0 0 9px 0; font-family: 'ROOMLIGHT'; letter-spacing: 1px; } footer .title_text_footer p{ letter-spacing: -26px; font-size: 127px; font-family: ProximaNovaExtraCondensedThin; } footer .item_block_one p, footer .item_block_two p, footer .item_block_tree p{ /*font-family: 'ROOM';*/ font-size: 12px; } .totop { display: none; position: fixed; bottom: 10%; } .totop .totop-background { background: #00bbd5; height: 80px; width: 8px; position: absolute; top: 15px; left: 7px; z-index: -1; } .totop .totop-background .line { position: absolute; bottom: 0; background: #f93a43; height: 0; width: 100%; } .totop-img { z-index: 6; } .totop-color { z-index: 5; height: 121px; } .main-slider { width: 100%; /*max-height: 500px;*/ overflow: hidden; position: relative; } .main-slider .slider-images { display: block; width: 100%; height: 100%; /*-webkit-box-shadow: inset 0 10px 100px 0px rgba(0,0,0,0.4), inset 0 -170px 200px -50px rgba(0,0,0,0.4); -moz-box-shadow: inset 0 10px 100px 0px rgba(0,0,0,0.4), inset 0 -170px 200px -50px rgba(0,0,0,0.4); box-shadow: inset 0 10px 100px 0px rgba(0,0,0,0.4), inset 0 -170px 200px -50px rgba(0,0,0,0.4);*/ } .main-slider .slider-images img { width: 100%; /*height: 496px;*/ display: flex; position: relative; z-index: -1; object-fit: cover; } .main-slider .slider-info { position: absolute; right: 45px; bottom: 30px; width: 465px; } .main-slider .slider-info .slider-info-text { background: rgba(255, 255, 255, 0.8); padding: 25px; border-radius: 20px; color: rgba(0, 0, 0, 0.8); display: block; } .main-slider .slider-info .slider-info-text h2 { font-family: 'ROOMMEDIUM'; font-weight: 700; font-size: 30px; line-height: 32px; text-align: center; text-transform: uppercase; margin-top: 0; letter-spacing: 3px; color: rgba(0, 0, 0, 0.8); } .main-slider .slider-info .slider-info-text p { font-size: 16px; line-height: 20px; display: block; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; } .main-slider .slider-info .button-blue { float: right; margin-top: 20px; font-family: 'ROOMLIGHT'; font-size: 14px; } .main-slider .pagination { position: absolute; top: 25px; right: 45px; display: flex; background: rgba(255, 255, 255, 0.8); border-radius: 20px; padding: 12px 16px; } .main-slider .pagination .slick-track { transform: translate3d(0px, 0px, 0px) !important; } .main-slider .pagination .slick-track .inner { border-bottom: 1px solid #598fbd; margin: 0 7px; width: 50px; height: 35px; display: flex; justify-content: center; align-items: center; cursor: pointer; } .main-slider .pagination .slick-track .inner img { width: 25px; height: 25px; } .main-slider .pagination .slick-track .inner .pagination-active { display: block; } .main-slider .pagination .slick-track .inner .pagination-hover { display: none; } .main-slider .pagination .slick-track .slick-current .inner { background: #598fbd; } .main-slider .pagination .slick-track .slick-current .inner .pagination-hover { display: block; } .main-slider .pagination .slick-track .slick-current .inner .pagination-active { display: none; } .box-number-three { display: flex; } .box-number-three .box-number { position: relative; display: flex; cursor: pointer; } .box-number-three .box-number img { width: 100%; height: 100%; } .box-number-three .box-number .box-number-info { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(89, 143, 189, 0.7); color: #fff; display: flex; justify-content: center; flex-direction: column; align-items: center; transition: 1s; } .box-number-three .box-number .box-number-info .box-number-num { font-family: 'ROOMLIGHT'; font-size: 72px; line-height: 72px; transition: 0.5s ease-out; } .box-number-three .box-number .box-number-info .box-number-info-text { font-size: 16px; margin: 17px 0 10px 0; text-transform: uppercase; transition: 0.3s; } .box-number-three .box-number .box-number-info .button-blue { opacity: 0; transition: opacity 0.5s ease-out; } .box-number:hover .box-number-info { background: rgba(255, 255, 255, 0.8); } .box-number:hover .box-number-info .box-number-num { transform: translateY(-20px); color: #598fbd; } .box-number:hover .box-number-info .box-number-info-text { color: #464646; transform: translateY(-20px); } .box-number:hover .box-number-info .button-blue { opacity: 1; } .section-product-search .product-search { display: flex; flex-wrap: wrap; justify-content: space-around; padding: 0 20px; } .section-product-search .product-search .product-search-column { width: 30%; display: flex; flex-direction: row; margin-bottom: 30px; justify-content: flex-start; align-items: flex-start; align-content: stretch; flex-wrap: wrap; } .product-search-column article.article-products { width: 100%; } .product-search-column article a .article-img img { max-width: 100%; position: relative; display: block; max-height: 68px; } .section-product-search .product-search .product-search-column .product-search-column-title { display: flex; align-items: center; justify-content: center; padding: 30px 0 0 0; } .section-product-search .product-search .product-search-column article a { display: flex; flex-direction: row; justify-content: space-between; width: auto; align-items: center; padding: 15px 30px; text-transform: uppercase; } .section-product-search .product-search .product-search-column article a .article-info .article-title { font-family: 'ROOMLIGHT'; } .section-interest-art { display: flex; flex-wrap: wrap; padding: 0 15px 30px; } .section-interest-art article a { margin: 0 -15px; padding: 30px; } .news-aside { display: flex; } .section-last-arts article.news:first-child { border: 0; } .section-commercial-arts article.news:nth-child(4) { border: 0; } .main-page .popular-meta { height: 125px; } .index-aside-promo { padding: 30px; display: flex; justify-content: center; align-items: center; border-top: 3px solid #e5e3e3; } .index-aside-promo a { width: 100%; height: 100%; margin-top: 2px; } .index-aside-promo a img { width: 100%; height: 100%; } .down-slider-image { background: url(../images/index/down-slider.jpg) no-repeat center center; border-top: 3px solid #e5e3e3; position: relative; width: 100%; height: 427px; } .section-down-slider { width: 100%; height: 100%; } .section-down-slider .slick-list.draggable { position: relative; width: 55%; height: 70%; margin: 50px 0 80px 80px; } .section-down-slider .slick-list.draggable .slick-track { height: 100%; } .down-slider-image .only-slider-text { font-size: 28px; line-height: 35px; display: flex; align-items: center; } .section-down-slider .white-dots { position: absolute; bottom: 30px; right: 0; left: 0; text-align: center; } .section-down-slider .white-dots li { display: inline-block; } .section-down-slider .white-dots li button { background: #fff; border: 1px solid #fff; color: #fff; border-radius: 50%; margin: 5px; width: 20px; height: 20px; } .section-down-slider .white-dots .slick-active button { border-color: #000; } .product-nav { display: flex; flex-wrap: wrap; } .product-nav .nav-button-grey { font-size: 14px; padding: 3px 14px; } .product-nav-img { display: flex; justify-content: space-between; padding: 18px 0 0 0; } .product-nav-img .product-nav-block .button-blue { width: 152px; line-height: 28px; display: flex; justify-content: center; align-items: center; padding: 0; } .product-nav-img .product-nav-block { width: 60%; } .product-nav-img .product-nav-block ul.top-product-nav { margin-top: 28px; } .product-nav-img .product-nav-block ul.top-product-nav li { display: flex; align-items: center; margin-bottom: 8px; position: relative; } .product-nav-img .product-nav-block ul.top-product-nav li img { margin: -1px 0 0px -2px; /* width: 20px; height: 19px; */ position: absolute; left: 0; } .product-nav-img .product-nav-block ul.top-product-nav li a { line-height: 16px; transition: 0.3s; margin-left: 46px; } .product-nav-img .product-nav-block ul.top-product-nav li a:hover { text-decoration: underline; } .top-product-nav-info { padding-top: 21px; margin-bottom: -17px; } .top-product-nav-info .title-product-info { display: flex; align-items: center; } .top-product-nav-info .title-product-info img { /* width: 23px; height: 24px; */ margin: 6px 12px 0 0; } .print { position: relative; margin: 57px 0 20px 33px; letter-spacing: 0.4px; } .print img { position: absolute; top: -3px; left: -32px; width: 20px; height: 20px; background: url("../images/main/icons.png") no-repeat; background-position: -22px -18px; } .product-info-down { /*column-count: 2*/ display: flex; flex-wrap: wrap; justify-content: space-between; height: auto; } .product-info-down div { width: 49%; } .product-info-down div h5 { padding: 0 0 5px 0; } .product-info-down div p { margin: 0 0 19px 0; } .product-slider { width: 270px; height: 270px; margin: 20px 0; -webkit-box-shadow: 0 0 10px 2px rgba(112, 112, 112, 0.35); -moz-box-shadow: 0 0 10px 2px rgba(112, 112, 112, 0.35); box-shadow: 0 0 10px 2px rgba(112, 112, 112, 0.35); } .no-regist { text-align: center; font-size: 16px; line-height: 28px; font-family: 'ProximaNovaBold', sans-serif, serif; text-transform: uppercase; margin-top: 10px; } .no-regist a { display: block; width: 100%; transition: .5s; } .no-regist a:hover { transition: .5s; text-decoration: underline; } .product-slider .slick-track { height: 270px; display: flex; justify-content: center; align-items: center; } .product-slider .slick-track img { height: 100%; width: 100%; object-fit: contain; } .product-slider .slick-slide { display: inline-block; height: 100%; } .other-product { clear: both; } .other-product .slick-track { display: flex; flex-direction: row; justify-content: space-between; align-items: center; } .other-product .slick-track .slick-slide { padding: 5px; } .product-analog .analog { margin-top: 40px; } .product-analog .analog h3 { line-height: 20px; margin-bottom: 0; } .accordion { width: 100%; } .accordion .accordion-item { display: block; overflow: hidden; margin: 0; padding: 0; height: auto; cursor: pointer; } .accordion .accordion-item.active { height: 100%; } .accordion .accordion-item.active h6 { color: #2c2c2d; } .accordion .accordion-item.active h6:before { content: ''; background: url("../images/main/minus.jpg"); } .accordion .accordion-item h6 { display: block; text-transform: uppercase; line-height: 18px; color: #598fbd; margin: 20px 0 0 25px; transition: 0.3s; } .accordion .accordion-item h6:before { content: ''; margin: 1px 0 0 -25px; background: url("../images/main/plus.jpg"); width: 15px; height: 15px; position: absolute; transition: 0.3s; } .accordion .accordion-item .accordion-target { max-height: 0; border-left: 1px solid #598fbd; padding: 0 10px; margin: 0 0 0 22px; -webkit-transition: max-height 2s; -moz-transition: max-height 2s; transition: max-height 2s; } .accordion .accordion-item .accordion-target p { margin: 0; } .accordion-item.active .accordion-target p { margin: 10px; } .accordion-item.active .accordion-target { max-height: 500px; height: auto; } .search-alfavit-column { display: flex; } .search-alfavit-column .search-left-content .nav-button-grey { width: 28px; padding: 0; display: inline-block; text-align: center; text-transform: uppercase; } .search-alfavit-column .first-alfavit { padding-top: 20px; } .search-alfavit-column .second-alfavit, .search-alfavit-column .first-alfavit { padding-bottom: 20px; border-bottom: 1px solid #f3f3f3; } .search-alfavit-column .second-alfavit { margin-top: 10px; padding-top: 20px; } .search-result a { color: rgba(0, 0, 0, .7); display: block; } .search-result h3 { color: #598fbd; width: auto; display: inline-block; } .search-result a:hover, .search-result h3:hover { text-decoration: underline; } .search-result { width: 100%; height: auto; max-height: 380px; overflow: hidden; text-align: justify; -webkit-transition: max-height .5s ease-in-out; -moz-transition: max-height .5s ease-in-out; transition: max-height .5s ease-in-out; } .search-result.collapsed { max-height: 2000000px; height: auto; -webkit-transition: max-height .5s ease-in-out; -moz-transition: max-height .5s ease-in-out; transition: max-height .5s ease-in-out; } .serch-height h3 { line-height: 22px; } #show { font-weight: 600; font-family: 'ROOMLIGHT'; font-size: 14px; display: block; background: transparent; color: #2c2c2d; text-transform: uppercase; text-align: center; border-radius: 35px; padding: 3px 23px; width: 180px; -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2); margin: 20px auto 40px; transition: 0.3s; } #show:hover { background: #598fbd; color: #fff; } .atx { padding: 20px 0; border-bottom: 1px solid #e5e3e3; margin-bottom: 27px; } .atx a { width: 100%; display: block; margin: 7px 0; color: #000; font-size: 16px; } .atx a:hover { color: #598fbd; text-decoration: underline; } .articles-pagination { display: flex; flex-direction: row; justify-content: center; margin: 30px 0 60px 0; } .articles-pagination a { color: #2c2c2d; font-family: 'ProximaNovaRegular'; text-transform: uppercase; font-size: 11px; line-height: 30px; } .articles-pagination .back, .articles-pagination .forward { margin: 0 15px; display: block; } .articles-pagination .back:hover, .articles-pagination .forward:hover { color: #598fbd; } .articles-pagination .back::before { content: '\f104'; font-family: 'FontAwesome'; margin-right: 5px; } .articles-pagination .forward::after { content: '\f105'; font-family: 'FontAwesome'; margin-left: 5px; } .articles-pagination .pagin-number { display: flex; width: 30px; height: 30px; background: transparent; justify-content: center; align-items: center; transition: 0.3s; } .articles-pagination .pagin-number:hover, .active-pagin-number { background: #598fbd; color: #fff; } .single-article .single-article-info .article-date { margin-right: 38px; } .single-article .single-article-info .views { display: block; } .single-article .single-article-info .views span::before { background: url("../images/main/big-eye-grey.png") no-repeat center center; content: ''; position: absolute; width: 25px; height: 25px; margin: -2px 0 0 -25px; background-size: cover; } .single-article .down-meta-share { display: flex; justify-content: space-between; margin: 30px 0; } .single-article .down-meta-share .top-meta { width: 80%; } .single-article .down-meta-share .share { width: 20%; position: relative; display: flex; align-items: center; justify-content: space-between; } .single-article .down-meta-share .share .fa { color: #6d6d6e; font-size: 24px; } .single-article .down-meta-share .share .fa:hover { color: #598fbd; } /* .single-article .down-meta-share .share::after { content: ''; width: 25px; height: 25px; position: absolute; background: url("../images/main/share.png"); top: -3px; right: -20px; } .single-article .down-meta-share .share:hover { color: #598fbd; }*/ .single-article .down-meta-share .top-meta .meta-title, .single-article .down-meta-share .share { text-align: right; font-family: 'ROOM'; font-size: 12px; color: #0b0b0b; text-transform: uppercase; font-weight: 600; } .promotion-page .admin-content .section-title-meta-icon h3 { margin: 0; } .promotion-page .admin-content .section-title-meta-icon h3::before { top: 7px; } .promotion-page .admin-content img { margin: 30px 0; -webkit-box-shadow: 0 0 10px 2px rgba(112, 112, 112, 0.35); -moz-box-shadow: 0 0 10px 2px rgba(112, 112, 112, 0.35); box-shadow: 0 0 10px 2px rgba(112, 112, 112, 0.35); } .promotion-page .admin-content .button-white { width: 200px; color: #2c2c2d; } .promotion-page .admin-content .button-white:hover { color: #fff; text-decoration: none; } .page-four { margin-bottom: 5%; } .page-four .text-four { font-family: 'ROOMLIGHT'; font-size: 26px; color: #0b0b0b; line-height: 80px; text-align: center; font-weight: 600; } .page-four .admin-content a { font-weight: 600; } .product-analog { padding: 20px 0; } .bad-sort > li { margin: 0 0 10px 0; cursor: auto; } .bad-sort li.haspointer { cursor: pointer; } .bad-sort > li ul { margin: 0 0 0 20px; } .bad-sort > li ul > li { margin: 0; } .bad-sort, .bad-sort > li { padding: 5px 0; } .bad-sort a { display: block; width: 100%; margin-left: 25px; } .admin-content h1, .admin-content h2, .admin-content h3, .admin-content h4, .admin-content h5, .admin-content h6 { display: block; margin-left: 0; margin-right: 0; font-weight: bold; color: #0b0b0b; font-family: 'ROOMLIGHT'; letter-spacing: 1px; margin: 15px 0 10px 0; text-transform: none; } .admin-content h1 { font-size: 26px; line-height: 28px; } .admin-content h2 { font-size: 20px; line-height: 22px; } .admin-content h3 { font-size: 18px; line-height: 20px; } .admin-content h4 { font-size: 16px; line-height: 18px; } .admin-content h5 { font-size: 14px; line-height: 16px; } .admin-content h6 { font-size: 12px; line-height: 14px; } .admin-content a { color: #598fbd; } .admin-content a:hover { text-decoration: underline; } .admin-content b, strong { color: rgba(0, 0, 0, .8); font-family: 'ProximaNovaBold', sans-serif, serif; } .admin-content ul { margin-left: 15px; } .admin-content ul li { list-style-type: disc; display: block; margin: 7px 0; position: relative; color: #0b0b0b; } .admin-content ul li::before { content: ''; position: absolute; border: 3px solid #598fbd; background: #598fbd; border-radius: 50%; margin: 5px 0 0 -15px; } .admin-content ul li p { margin: 0; } .admin-content p img { width: 100%; } .admin-content table { border-collapse: collapse; margin: 20px 0; overflow-x: auto; width: 100%; height: auto; overflow-x: auto; position: relative; display: table; border: 1px solid #9e9e9e; } .admin-content table tr { display: table-row; } .admin-content table td { border-right: 1px solid #9e9e9e; border-bottom: 1px solid #9e9e9e; padding: 10px; vertical-align: text-top; width: auto; } .admin-content table tr > td:last-child { border-right: none; } .admin-content table tr:last-child td { border-bottom: none; } .admin-content table td p { margin: 5px 0; } .admin-content .full-width-image { display: block; width: 100%; margin: 10px 0; } .admin-content .full-width-image img { width: 100%; height: 100%; } /* .admin-content .left-image { float: left; width: 50%; margin: 10px 15px 5px 0; } .admin-content .left-image img { align-content: left; width: 100%; height: 100%; } .admin-content .right-image { float: right; width: 50%; margin: 10px 0 5px 15px; } .admin-content .right-image img { align-content: right; width: 100%; height: 100%; } */ .admin-content .left-image { float: left; width: 47%; margin: 10px 15px 5px 0; height: auto; } .admin-content .right-image { float: right; width: 47%; margin: 10px 0 5px 15px; height: auto; } /* .admin-content .two-image { display: flex; justify-content: space-between; margin: 10px 0; } .admin-content .two-image img { width: 48%; height: 100%; } */ .admin-content .section-title-meta-icon { margin: 0 -30px; } @media only screen and (min-width: 768px) { .banner-reklama-mobile, .clone-to, .desktop-display-none { display: none !important; } } @media only screen and (min-width: 1171px) and (max-width: 1440px) { article a .article-info .article-title { font-size: 15px; } } @media only screen and (min-width: 768px) and (max-width: 1170px) { body { font-size: 10px; line-height: 12px; } body .main-wrapper { width: 100%; } body .main-wrapper .wrap { padding: 0 15px; } .SEO-text { padding: 15px; } h1, .admin-content h1 { font-size: 18px; line-height: 20px; } h2, .admin-content h2 { font-size: 13px; line-height: 14px; } h3, .admin-content h3 { font-size: 12px; line-height: 30px; margin: 0; } h4, .admin-content h4 { font-size: 11px; line-height: 14px; } h5, .admin-content h5 { font-size: 12px; } h6, .admin-content h6 { font-size: 9px; letter-spacing: 1px; line-height: 14px; margin: 0 0 12px 0; } p { font-size: 10px; line-height: 12px; margin: 9px 0; } .nav-button-grey { font-size: 9px; } .button-white { font-size: 8px; width: 160px; padding: 3px 5px; margin: 10px auto 20px; } .minzdrav { /* font-size: 28px; margin: 5px -15px; */ padding: 0 15px; } .popular-meta { padding: 15px 15px 0 15px; } a.btn-meta { font-size: 9px; } .section-title-meta-icon { padding: 0 15px; } .section-title-meta-icon h3::before { width: 3px; height: 3px; left: -9px; top: 7px; } .section-title-meta-icon .section-meta-icon a { margin-right: 15px; } .section-title-meta-icon .section-meta-icon .section-icon img { width: 50%; height: 50%; } .blue-circle h1::before { width: 3px; height: 3px; left: -9px; top: 8px; } .admin-content .section-title-meta-icon { margin: 0 -15px; } .promotion-page .admin-content .section-title-meta-icon h3::before { top: 13px; } .index-aside-promo { padding: 15px; } .single-article .down-meta-share .share::after { top: -7px; } article a:hover .article-img .views { display: none; } } @media only screen and (min-width: 768px) and (max-width: 1170px) { header .wrap { height: 60px; } header .wrap div.logo { display: flex; justify-content: center; align-items: center; } header .wrap .main-menu nav a { font-size: 9px; padding: 0 6px; } header .wrap .main-menu nav .primary-menu { padding: 0 5px; } header .wrap div.lang-menu a, header .wrap div.lang-menu span { font-size: 9px; } .top-meta-section .wrap { height: 40px; } .top-meta-section .wrap .top-meta span { font-size: 8px; } .top-meta-section .wrap .top-meta a { font-size: 9px; } .top-meta-section .wrap .search input { width: 330px; font-size: 9px; line-height: 18px; } .top-meta-section.fixed .wrap .search input { width: 100%; } .top-meta-section .wrap .img-search { /* background-position: -22px -59px; */ } } @media only screen and (min-width: 768px) and (max-width: 1170px) { .content .breadcrumbs, .full-content .breadcrumbs { height: 27px; } .content .breadcrumbs a, .full-content .breadcrumbs a, .content .breadcrumbs span, .full-content .breadcrumbs span { font-size: 9px; margin: 10px 8px 0 0; } .breadcrumbs a:after { margin: -1px 0 0 0; } aside { width: 33%; } aside .banner-reklama { margin: 15px auto; } aside .banner-reklama div { max-width: 100%; } } @media only screen and (min-width: 768px) and (max-width: 1170px) { article a { padding: 15px; } article a .article-img { width: 30%; } article a .article-info { width: 67%; } article a .article-info .article-title { font-size: 12px; line-height: 14px; height: 30px; } article a .article-info .article-category { font-size: 9px; } article a .article-info .article-text { font-size: 9px; line-height: 12px; } article a .article-info .date-link .article-date { font-size: 8px; line-height: 14px; margin-right: 6px; padding-right: 6px; } article a .article-info .date-link .article-date::after { height: 8px; } article a .article-info .date-link .btn-link { font-size: 8px; line-height: 13px; } .article-border { margin: 0 10px !important; } } @media only screen and (min-width: 768px) and (max-width: 1170px) { .big-news article:first-child a .article-info .article-title, .all-big-news article a .article-info .article-title { font-size: 12px; margin: 10px 0; } } @media only screen and (min-width: 768px) and (max-width: 1170px) { body .main-wrapper aside article a, .big-news.margin-minus article a { margin: 0; } .search-result { max-height: 310px; } #show { font-size: 9px; } } @media only screen and (min-width: 768px) and (max-width: 1170px) { .product-nav-img { padding: 0; } .product-nav-img .product-nav-block ul.top-product-nav { margin-top: 15px; } .product-nav-img .product-nav-block ul.top-product-nav li { height: auto; } .product-nav-img .product-slider { width: 180px; height: 180px; margin: 15px 0; } .product-nav-img .product-slider .slick-track { height: 180px; } /* .top-product-nav-info .title-product-info img { width: 17px; height: 17px; margin: 12px 7px 0 0; } */ .page-four .text-four { font-size: 18px; } } @media only screen and (min-width: 768px) and (max-width: 1170px) { .product-analog .analog { margin-top: 15px; } .product-analog .analog h3 { line-height: 16px; } } @media only screen and (min-width: 768px) and (max-width: 1170px) { .main-slider .slider-info { right: 15px; bottom: 15px; width: 300px; } .main-slider .slider-images img { /*height: 334px;*/ } .main-slider .slider-info .slider-info-text { padding: 15px; } .main-slider .slider-info .slider-info-text h2 { font-size: 18px; } .main-slider .slider-info .slider-info-text p { font-size: 9px; line-height: 11px; } .main-slider .slider-info a.button-blue { font-size: 9px; } .main-slider .pagination { top: 15px; right: 15px; padding: 10px; } .main-slider .pagination .slick-track .inner { width: 25px; height: 25px; } .main-slider .pagination .slick-track .inner img { width: 15px; height: 15px; } .section-on-site .box-number-three .box-number .box-number-info .box-number-num { font-size: 50px; line-height: 60px; } .section-on-site .box-number-three .box-number .box-number-info .box-number-info-text { font-size: 12px; } } @media only screen and (min-width: 768px) and (max-width: 1170px) { body .main-wrapper .section-interest-art { padding: 0 7.5px 15px; } body .main-wrapper article a { margin: 0 -7.5px; padding: 15px; } } @media only screen and (min-width: 768px) and (max-width: 1170px) { .two-column-articles.article-wrap .right-column article.news a, .two-column-articles.article-wrap .left-column article.news a { padding: 15px; } } @media only screen and (min-width: 768px) and (max-width: 1170px) { footer .footer-content .footer-column-copyright .footer-three-column { justify-content: space-between; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(1) { margin: 0 0 0 0; } footer .copyright-logo .copy-block:nth-child(3) { width: 14%; } .created { letter-spacing: 3.8px; } .creative { letter-spacing: 2.5px; } footer .minzdrav { /* font-size: 45px; */ padding: 15px; } footer .footer-content { padding: 15px; } footer .footer-content .footer-column-copyright { width: 80%; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(1), footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(3) { width: 29%; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) { width: 34%; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(1) .meta-btn-footer, footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(3) .meta-btn-footer { /*height: 152px;*/ margin-bottom: 0; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(1) .meta-btn-footer a.btn-meta, footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(3) .meta-btn-footer a.btn-meta { font-size: 9px; line-height: 14px; height: 14px; margin: 0 10px 15px 0; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(1) .meta-btn-footer a.btn-meta::after, footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(3) .meta-btn-footer a.btn-meta::after { right: -19px; border: 9px solid transparent; border-left: 12px solid #f3f3f3; } /* footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) .about-content { height: 146px; margin: -4px 0 9px 0; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) .about-content p { line-height: 15px; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) .btn-link { font-size: 8px; line-height: 14px; } */ footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) .footer-menu { margin: 0 0 42px -10px; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) .footer-menu a { font-size: 8px; margin: -7px -4px 10px 10px; padding: 4px 0; } footer .footer-content .footer-column-copyright .copyright-logo p { font-size: 7px; } footer .footer-content .footer-column-copyright .copyright-logo .copyright1, footer .footer-content .footer-column-copyright .copyright-logo .copyright { width: 70%; } footer .footer-content .footer-column-copyright .copyright-logo .copyright { margin-top: -22px; } } @media only screen and (min-width: 768px) and (max-width: 1170px) { footer .copyright-logo { padding: 0 15px 15px 15px; } footer .copy-block.fresh .creative, footer .copy-block.fresh .created { font-size: 4px; } footer .copy-block.fresh .fresh-logo { font-size: 16px; line-height: 15px; } footer .copy-block.fresh .fresh-logo span { width: 20px; } .fresh:hover > a .fresh-logo span { width: 17px; } } @media only screen and (min-width: 320px) and (max-width: 767px) { footer .minzdrav img { height: 10vh; } .clone-from { display: none; } .clone-to, .clone-to .clone-from { display: block; width: 100%; height: 100%; padding-top: 15px; } .clone-to[data-number="1"] > div > a { margin-top: 15px; } .clone-to[data-number="1"] div, .clone-to[data-number="1"] a { display: block; width: 100% !important; height: auto; text-align: center; margin: 0 0 15px 0; } .clone-to[data-number="1"] img { width: 100%; height: auto; } .clone-to .slick-slider, .clone-to .clone-from .slick-slider { width: 100%; } } @media only screen and (min-width: 320px) and (max-width: 767px) { .mobile-display-none { display: none !important; } body .main-wrapper, header, section, footer, .top-meta-section .wrap .search, .top-meta-section .wrap .search input, .content, aside, footer .footer-content .footer-column-copyright .copyright-logo, footer .footer-content .footer-column-copyright .copyright-logo .copyright, footer .footer-content .footer-column-copyright .copyright-logo .logo-fresh { width: 100%; } } @media only screen and (min-width: 320px) and (max-width: 767px) { .content, aside { border: none; margin: 0; } } @media only screen and (min-width: 320px) and (max-width: 767px) { body .main-wrapper { /* margin-top: 130px; */ box-shadow: none; position: relative; } body .main-wrapper .wrap { padding: 0 20px; } .SEO-text { padding: 20px; } body h1 { font-size: 18px; line-height: 22px; } body .blue-circle h1::before { top: 8px; } body h2 { font-size: 16px; line-height: 18px; } body h3 { font-size: 17px; } body h4 { font-size: 14px; line-height: 16px; } body h5 { font-size: 16px; line-height: 22px; } body h6 { margin: 0 0 15px 0; } body .button-white { width: auto; margin: 20px 20px 40px; } body .minzdrav { /* font-size: 29px; */ padding: 0 20px; /* margin: 20px -20px; */ } } @media only screen and (min-width: 320px) and (max-width: 767px) { .fixed-wrap { top: 0; position: relative; } .m-top, .full-content, .content.m-top { margin-top: 92px; margin-top: 0; } .page-four.m-top { margin-top: 200px; } body .main-wrapper header .wrap { height: 50px; position: relative; padding: 0 20px; display: flex; justify-content: flex-start; } body .main-wrapper header .wrap div.logo img { object-fit: contain; /*width: auto;*/ } header .wrap div.logo { max-width: 31%; } body .main-wrapper header .wrap .main-menu nav { display: block !important; position: absolute; top: 49px; left: 0; right: 0; width: 100%; height: 0; max-height: 0; overflow: hidden; background: #5699c0 /* Old browsers */; background: -moz-linear-gradient(left, #559cc1 0%, #5d83ba 100%) /* FF3.6-15 */; background: -webkit-linear-gradient(left, #559cc1 0%, #5d83ba 100%) /* Chrome10-25,Safari5.1-6 */; background: linear-gradient(to right, #559cc1 0%, #5e7fb9 100%) /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */; z-index: 8; -webkit-transition: max-height 0.8s, height .8s; -moz-transition: max-height 0.8s, height .8s; transition: max-height 0.8s, height .8s; } body .main-wrapper header .wrap .main-menu nav a { line-height: 45px; padding: 0 20px; font-size: 12px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); } header .wrap .main-menu { width: 15%; } body .main-wrapper header .wrap .main-menu .burgerBtn { display: block; width: 25px; height: 15px; background: transparent; border: 0; padding: 0; position: absolute; top: 18px; right: 20px; cursor: pointer; } body .main-wrapper header .wrap .main-menu .burgerBtn span { width: 25px; height: 3px; background: #fff; display: block; margin-top: 6px; } body .main-wrapper header .wrap .main-menu .burgerBtn span::before { content: ''; width: 25px; height: 3px; background: #fff; position: absolute; top: 0; right: 0; } body .main-wrapper header .wrap .main-menu .burgerBtn span::after { content: ''; width: 25px; height: 3px; background: #fff; position: absolute; bottom: 0; right: 0; } } @media only screen and (min-width: 320px) and (max-width: 767px) { body .main-wrapper header .wrap .main-menu.mobile-menu nav { max-height: 1000px; height: 100vh; } body .main-wrapper header .wrap .main-menu.mobile-menu nav .sub-menu { display: none; } header .wrap .main-menu nav .primary-menu { display: block; padding: 0; width: 100%; } .page-four .text-four { font-size: 18px; line-height: 30px; margin: 30px 0; } body .main-wrapper header .wrap .main-menu.mobile-menu .burgerBtn span { background: transparent; } body .main-wrapper header .wrap .main-menu.mobile-menu .burgerBtn span, body .main-wrapper header .wrap .main-menu.mobile-menu .burgerBtn span::before, body .main-wrapper header .wrap .main-menu.mobile-menu .burgerBtn span::after, body .main-wrapper header .wrap .main-menu .burgerBtn span, body .main-wrapper header .wrap .main-menu .burgerBtn span::before, body .main-wrapper header .wrap .main-menu .burgerBtn span::after { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; } body .main-wrapper header .wrap .main-menu.mobile-menu .burgerBtn span::before { transform: rotate(-45deg); top: 3px; } body .main-wrapper header .wrap .main-menu.mobile-menu .burgerBtn span::after { transform: rotate(45deg); top: 3px; } } @media only screen and (min-width: 320px) and (max-width: 767px) { body .main-wrapper header.scroll-nav { z-index: 999; position: fixed; left: 0; right: 0; top: 0; width: 100%; display: block; transition: 0.3s; } body .main-wrapper header.scroll-nav .search { display: block; width: 55%; margin-left: 3%; padding-top: 7px; } body .main-wrapper header.scroll-nav .search input { background: #fff; width: 100%; padding: 4px 25px 4px 10px; /* font-size: 12px; line-height: 12px; */ } body .main-wrapper header.scroll-nav .search .wrap-search { margin-top: 8px; } body .main-wrapper header.scroll-nav .search .img-search { position: absolute; top: 17px; right: 4%; transform: translateY(-50%); } .totop { display: none !important; } } @media only screen and (min-width: 320px) and (max-width: 767px) { .main-page .section-on-site .box-number-three { flex-direction: column; } .main-page .section-product-search .product-search { flex-direction: column; } .main-page .section-product-search .product-search .product-search-column { width: 100%; } .main-page .section-product-search .product-search .product-search-column .product-search-column-title { display: none; } } @media only screen and (min-width: 320px) and (max-width: 767px) { .main-page .section-interest-art .article-articles { width: 100%; } .main-page .section-interest-art .article-articles a { padding: 20px; margin: 0 -15px; } } @media only screen and (min-width: 320px) and (max-width: 767px) { body .main-page .top-meta-section { /*position: absolute;*/ /*width: 100%;*/ /*top: 140px;*/ /*z-index: 7;*/ } body .main-page .m-top.full-content { margin-top: 50px; margin-top: 0; } body .main-page .top-meta-section .wrap { border: 0; } body .main-page .top-meta-section .wrap .search input { /* -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2); background: #fff; padding: 5px 35px 5px 20px; height: 35px; border: 1px solid rgba(0, 0, 0, 0.1);*/ } /* body .main-page .top-meta-section .wrap .search .wrap-search { margin-top: 10px; } */ body .main-page .top-meta-section .wrap .search .img-search { /*top: 17px;*/ } body .main-page .full-content .mobile-first-screen { position: relative; width: 100%; overflow: hidden; } body .main-page .full-content .mobile-first-screen .mobile-first-screen-image { display: flex; justify-content: center; } body .main-page .full-content .mobile-first-screen .mobile-first-screen-image img { /* width: auto; height: 440px; */ width: inherit; height: 440px; margin: 0 auto; } body .main-page .full-content .mobile-first-screen .mobile-first-screen-info { position: absolute; width: 100%; top: 100px; color: #fff; font-family: 'ROOMMEDIUM'; font-weight: 600; font-size: 26px; line-height: 34px; text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.65); text-align: center; letter-spacing: 4px; text-transform: uppercase; } body .main-page .full-content .section-product-search .product-search-column article a { padding: 15px 0; } body .main-page .full-content .section-product-search .product-search-column article a .article-info .date-link { display: block; } body .main-page .full-content .section-product-search .product-search-column article a .article-info .date-link .article-date { display: none; } body .main-page .full-content .news-aside { flex-direction: column; } body .main-page .full-content .news-aside aside { margin: 0; } } @media only screen and (min-width: 320px) and (max-width: 767px) { .box-number-three .box-number:nth-child(1), .box-number-three .box-number:nth-child(2) { margin-bottom: 10px; } .main-wrapper.single-article .section-interest-art.wrap article { width: 100%; } aside.banner-content .banner-reklama.order-first, aside.banner-content .banner-reklama.order-first div, aside.banner-content .banner-reklama.order-first a, aside.banner-content .banner-reklama.order-first img { display: block; width: 100% !important; max-width: 100%; margin: 0 0 15px 0; text-align: center; } } @media only screen and (min-width: 320px) and (max-width: 767px) { .content .wrap .product-nav { flex-wrap: wrap; justify-content: flex-start; } .content .wrap .product-nav a { margin: 5px 5px 5px 0; padding: 0 12px; } .content .wrap .product-nav a:nth-child(1) { order: 1; } .content .wrap .product-nav a:nth-child(2) { order: 3; } .content .wrap .product-nav a:nth-child(3) { order: 2; } .content .wrap .product-nav a:nth-child(4) { order: 4; } .content .wrap .product-nav-img { flex-direction: column-reverse; } .product-nav-img .product-nav-block { width: 100%; } .content .wrap .product-nav-img .product-slider { width: 100%; height: 100%; } .content .wrap .product-info-down { column-count: 1; } .content .wrap .product-info-down div { width: 100%; } } @media only screen and (min-width: 320px) and (max-width: 767px) { /* .top-product-nav-info .title-product-info img { margin: 13px 12px 0 0; } */ } @media only screen and (min-width: 320px) and (max-width: 767px) { aside { display: flex; flex-direction: column; margin-bottom: 30px; margin-top: 0 !important; } aside .banner-reklama { margin: 20px; } aside .section-title-meta-icon { display: flex; } aside #other-product-clone-order { margin-top: 30px; } aside .banner-reklama-mobile { display: block; } aside .banner-reklama-desktop { display: none; } aside .search-too-aside article a { padding: 15px 0; } aside .search-too-aside article a .article-img { display: none; } aside .search-too-aside article a .article-info { width: 100%; } aside .search-too-aside article a .article-info .date-link { display: block; } aside .search-too-aside article a .article-info .date-link .article-date { display: none; } } @media only screen and (min-width: 320px) and (max-width: 767px) { aside .order-first { order: 1; } aside .order-second { order: 2; } aside .order-third { order: 3; } aside .order-fourth { order: 4; width: fit-content; margin: 20px auto; } aside .popular-meta { padding: 20px 20px 0 20px; margin-bottom: 20px; } } @media only screen and (min-width: 320px) and (max-width: 767px) { .two-column-articles.article-wrap { flex-direction: column; } .two-column-articles.article-wrap .right-column, .two-column-articles.article-wrap .left-column { width: 100%; } .two-column-articles.article-wrap .right-column article.news a, .two-column-articles.article-wrap .left-column article.news a { padding: 20px; } } @media only screen and (min-width: 320px) and (max-width: 767px) { .section-interest-art { padding: 0; } .section-interest-art article a { margin: 0; } } @media only screen and (min-width: 320px) and (max-width: 767px) { .article-wrap .news a { padding: 20px !important; margin: 0 !important; } .article-wrap .news a .article-info p { font-size: 12px; line-height: 21px; } } @media only screen and (min-width: 320px) and (max-width: 767px) { .date-link .article-date { margin-right: 5px; padding-right: 5px; } } @media only screen and (min-width: 320px) and (max-width: 767px) { .two-big-news, .small-news { flex-direction: column; flex-wrap: nowrap; } .two-big-news article, .small-news article { width: 100%; } } @media only screen and (min-width: 320px) and (max-width: 767px) { .big-news article:first-child a, .all-big-news article a, .two-big-news article a { padding: 20px; } } @media only screen and (min-width: 320px) and (max-width: 767px) { .single-article .down-meta-share .top-meta { width: 60%; } .single-article .down-meta-share .share { width: 40%; } } @media only screen and (min-width: 320px) and (max-width: 767px) { .single-article .single-article-info .article-date { margin-right: 38px; padding-right: 18px; } } @media only screen and (min-width: 320px) and (max-width: 767px) { .section-title-meta-icon .section-meta-icon, .other-product-slider article .other-prod-img { display: none; } .other-product-slider { flex-direction: column; } .other-product-slider article { width: 100%; display: block; } .section-title-meta-icon { border: 0; padding: 0 20px; -webkit-box-shadow: 0 10px 10px -8px rgba(0, 0, 0, 0.4), 0 -10px 10px -8px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 10px 10px -8px rgba(0, 0, 0, 0.4), 0 -10px 10px -8px rgba(0, 0, 0, 0.4); box-shadow: 0 10px 10px -8px rgba(0, 0, 0, 0.4), 0 -10px 10px -8px rgba(0, 0, 0, 0.4); } } @media only screen and (min-width: 320px) and (max-width: 767px) { .admin-content .section-title-meta-icon { margin: 0 -20px; } } @media only screen and (min-width: 320px) and (max-width: 767px) { footer .minzdrav { /* font-size: 34px; line-height: 30px; height: auto; */ padding: 20px; margin: 0; } footer .footer-content { padding: 20px 20px 0 20px; } footer .footer-content .footer-column-copyright { width: 100%; } footer .footer-content .footer-column-copyright .footer-three-column { flex-direction: column-reverse; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column { width: 100% !important; font-size: 14px; letter-spacing: 0; line-height: 16px; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(1) { width: 28%; margin: 0 0 0 0; } footer .copyright-logo .copyright p:nth-child(2) { margin: 0px 0 0 0; } footer .created { letter-spacing: 4px; } footer .creative { letter-spacing: 2.3px; } /* footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) .about-content { height: 50px; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) a.btn-link { text-align: left; margin: 0; } */ footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) .footer-menu { width: 100%; margin: 0 0 20px 0; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) .footer-menu a { font-size: 12px; margin: -2px -8px 10px -8px; } footer .copyright-logo { flex-wrap: wrap; padding: 0 20px 20px 20px; } footer .copyright-logo .copy-block:nth-child(1) { display: none; } footer .copyright-logo .copy-block:nth-child(3) { width: 100%; margin-top: 20px; } footer .copyright-logo .copyright { width: 100%; margin-top: 20px; } footer .copy-block.fresh .creative, footer .copy-block.fresh .created { font-size: 7px; } footer .copy-block.fresh .fresh-logo { font-size: 22px; line-height: 24px; right: 2px; } footer .copy-block.fresh .fresh-logo span { width: 26px; } .fresh:hover > a .fresh-logo span { width: 22px; } } /* ДЛЯ ПЕЧАТИ */ .for-print { width: 50%; display: block; } .for-print h2, .for-print h3, .for-print h4, .for-print h5, .for-print h6 { font-size: 20px; margin: 20px 0; } .for-print img { display: none; } .print-btn { position: relative; display: flex; justify-content: space-between; align-items: center; } .for-print a { color: #000000; text-decoration: none; cursor: text; } .for-print .btn-print { position: relative; display: block; width: 45%; border: 1px solid #598fbd; border-radius: 35px; padding: 15px; margin: 20px 0; text-align: center; text-transform: uppercase; cursor: pointer; -webkit-transition: .3s linear; -moz-transition: .3s linear; -ms-transition: .3s linear; -o-transition: .3s linear; transition: .3s linear; } .for-print .btn-print:first-child::before, .for-print .btn-print:last-child::before { font-family: 'FontAwesome'; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } .for-print .btn-print:first-child::before { content: '\f053'; left: 40%; font-size: 9px; } .for-print .btn-print:last-child::before { content: '\f02f'; right: 32%; } .for-print .btn-print, .for-print .btn-print:last-child:hover { color: #598fbd; background: #ffffff /* Old browsers */; } .for-print .btn-print:last-child, .for-print .btn-print:hover { color: #fff; background: #5699c0 /* Old browsers */; background: -moz-linear-gradient(left, #559cc1 0%, #5d83ba 100%) /* FF3.6-15 */; background: -webkit-linear-gradient(left, #559cc1 0%, #5d83ba 100%) /* Chrome10-25,Safari5.1-6 */; background: linear-gradient(to right, #559cc1 0%, #5e7fb9 100%) /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */; -webkit-transition: .3s linear; -moz-transition: .3s linear; -ms-transition: .3s linear; -o-transition: .3s linear; transition: .3s linear; } @media (min-width: 1170px) and (max-width: 1440px) { .for-print .btn-print { width: 43%; } .for-print .btn-print:first-child::before { left: 37%; } .for-print .btn-print:last-child::before { right: 27%; } } @media (min-width: 768px) and (max-width: 1050px) { .for-print .btn-print { width: 40%; } .for-print .btn-print:first-child::before { left: 34%; } .for-print .btn-print:last-child::before { right: 23%; } } @media (max-width: 767px) { .for-print { width: 90%; } .print-btn { flex-direction: column; } .for-print .btn-print { width: 100%; margin: 5px 0; } .for-print .btn-print:first-child::before { left: 34%; } .for-print .btn-print:last-child::before { right: 23%; } } .for-print .from { border-bottom: 1px solid; padding: 20px 0; } .for-print .print-btn:last-child { margin: 30px 0; } @media print { .for-print { width: 100%; } .for-print a.btn-print { display: none; } } .body-promotion { position: fixed; top: 0; left: 0; width: 100vw !important; height: auto; overflow: hidden; } header .wrap .main-menu div.lang-menu { padding: 0 20px; } .admin-content iframe { width: 100%; } @media only screen and (min-width: 768px) { /*desctop top250???*//*tablet top250???*/ body.has-promo .main-wrapper { margin-top: 150px; } body.has-promo .fixed-wrap { top: 150px; } } @media only screen and (max-width: 767px) { /*mobile top 200*/ body.has-promo .main-wrapper { margin-top: 200px; } body.has-promo .fixed-wrap { top: 0; } }
public/assets/css/backup.style.css
body { font-family: 'ProximaNovaSemibold', sans-serif, serif; font-size: 14px; line-height: 18px; color: rgba(44, 44, 45, 0.7); display: flex; justify-content: center; margin: 0; padding: 0; } /* .loading { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 5vw; background: #5699c0 !* Old browsers *!; background: -moz-linear-gradient(left, #559cc1 0%, #5d83ba 100%) !* FF3.6-15 *!; background: -webkit-linear-gradient(left, #559cc1 0%, #5d83ba 100%) !* Chrome10-25,Safari5.1-6 *!; background: linear-gradient(to right, #559cc1 0%, #5e7fb9 100%) !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!; color: #fff; z-index: 9999; } .loading:after { content: '.'; animation: loading 1s ease alternate infinite; } @keyframes loading { 60% { text-shadow: 0.35em 0 0 currentColor; } 100% { text-shadow: 0.35em 0 0 currentColor, 0.75em 0 0 currentColor; } } @media only screen and (max-width: 767px) { .loading { display: none; } }*/ body .main-wrapper { z-index: 1; width: 100%; max-width: 1080px; background: #fff; -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4); box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4); } .wrap { padding: 0 30px; } h1 { font-family: 'ROOMLIGHT', sans-serif; font-size: 26px; line-height: 29px; color: #0b0b0b; margin-bottom: 15px; } h2 { font-family: 'ROOM', sans-serif; font-size: 20px; line-height: 20px; color: #0b0b0b; margin-bottom: 14px; } h3 { font-family: 'ROOMLIGHT', sans-serif; font-size: 18px; color: #0b0b0b; } h4 { font-family: 'ProximaNovaSemibold', sans-serif; font-size: 16px; line-height: 18px; color: #0a0a0a; margin-bottom: 5px; } article h4 { font-family: 'ROOMMEDIUM', sans-serif; line-height: 18px; letter-spacing: 0.2px; color: #2c2c2d; margin: 0; } h5 { font-family: 'ProximaNovaSemibold', sans-serif; font-size: 14px; color: #0a0a0a; margin: 0; padding: 20px 0 5px 0; } h6 { font-family: 'ROOM', sans-serif; font-size: 12px; line-height: 10px; letter-spacing: 2.7px; color: #fff; text-transform: uppercase; margin: 0 0 33px 0; } p { letter-spacing: 0.15px; margin: 17px 0; } ul { margin: 0; list-style-type: none; padding: 0; } ul li { line-height: 16px; } a { text-decoration: none; color: #598fbd; cursor: pointer; transition: 0.3s; } a:hover { text-decoration: none; } a, button, div { outline: 0; } input[type="search"] { -webkit-appearance: textfield; } input { font-family: 'ProximaNovaSemibold', sans-serif; font-size: 13px; line-height: 23px; background-color: #e7e9e9; border: 1px solid #e7e9e9; color: #747e7f; border-radius: 35px; padding: 10px 20px; outline: 0; } input:focus, input:active { border-radius: 35px; border-color: #598fbd; } .SEO-text { padding: 30px; clear: both; display: block; position: relative; border-top: 3px solid #eaeaea; } /* Buttons */ .btn-link { font-family: 'ProximaNovaRegular', sans-serif; font-size: 11px; line-height: 21px; color: #0a0a0a; text-transform: uppercase; display: block; border-bottom: 1px solid transparent; width: 88px; transition: 0.3s; } .btn-link:after { content: '\f105'; font-family: 'FontAwesome'; margin: 0 -11px 0 7px; } .btn-link:hover { color: #5780ae; text-decoration: none; } #show::after { display: none; } .button-blue { background: #598fbd; color: #fff; text-transform: uppercase; text-align: center; width: auto; border: 1px solid #598fbd; border-radius: 35px; padding: 1.5px 15px; transition: 0.3s; font-family: Roboto; font-weight: 100; font-size: 12px; } .button-blue:hover { background: #fff; color: #598fbd; } .button-white { display: block; background: transparent; color: #2c2c2d; text-transform: uppercase; text-align: center; border-radius: 35px; padding: 3px 23px; width: 180px; -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2); margin: 20px auto 40px; transition: 0.3s; } .button-white:hover { background: #598fbd; color: #fff; } .button-white:after { content: '\f107'; font-family: 'FontAwesome'; margin: 0 -11px 0 7px; } .nav-button-grey { color: rgba(0, 0, 0, 0.7); font-size: 13px; background: #f3f3f3; border-radius: 3px; margin: 0 8px 10px 0; padding: 0 14px; letter-spacing: 0.3px; } .nav-button-grey:first-child { margin-left: 0; } .nav-button-grey.active, .nav-button-grey:hover { background: #598fbd; color: #fff; } .blue-circle h1 { display: block; position: relative; } .blue-circle h1::before { content: ''; width: 4px; height: 4px; border: 1px solid #598fbd; border-radius: 50%; background: #598fbd; position: absolute; left: -15px; top: 11px; } button { cursor: pointer; } /* ЗАголовки с мета тегами и иконками справа */ .section-title-meta-icon { border-top: 3px solid #e5e3e3; border-bottom: 1px solid #e5e3e3; min-height: 53px; height: auto; padding: 0 30px; display: flex; text-transform: uppercase; justify-content: space-between; align-items: center; } .section-title-meta-icon h3, .section-title-meta-icon h1 { display: block; position: relative; font-weight: normal; font-family: 'ROOMLIGHT'; font-size: 18px; line-height: 18px; } .section-title-meta-icon h3::before, .section-title-meta-icon h1::before { content: ''; width: 4px; height: 4px; border: 1px solid #598fbd; border-radius: 50%; background: #598fbd; position: absolute; left: -15px; top: 8px; } .section-title-meta-icon .section-meta-icon { display: flex; align-items: center; } .section-title-meta-icon .section-meta-icon a { font-family: 'ROOMMEDIUM'; color: #a3a3a3; margin-right: 30px; } .section-title-meta-icon .section-meta-icon a:hover { color: #598fbd; } .section-title-meta-icon .section-meta-icon .section-icon { display: flex; position: relative; } .section-title-meta-icon .section-meta-icon .section-icon::before { content: ''; border-left: 1px solid #598fbd; height: 23px; margin-right: 18px; } .section-title-meta-icon .section-meta-icon .section-icon img { width: 100%; height: 100%; } /*CONTENT-ASIDE*/ .content { border-right: 6px solid #e5e3e3; margin-right: -3px; width: 66%; float: left; height: auto; } .m-top { margin-top: 103px; } /*.m-top { margin-top: 157px; transition: .2s; } .m-top.fixed { margin-top: 80px; transition: .2s; }*/ .full-content { width: 100%; border: 0; float: none; margin: 103px 0 0 0; } .breadcrumbs { display: flex; /* flex-wrap: wrap; */ flex-wrap: nowrap; height: 44px; overflow: hidden; } .breadcrumbs a, .breadcrumbs span { font-size: 13px; line-height: 25px; position: relative; display: block; margin-top: 25px; } .breadcrumbs a { color: #598fbd; margin-right: 28px; white-space: nowrap; } .breadcrumbs a:after { content: '\f105'; font-family: 'FontAwesome'; margin: 0 -11px 0 7px; position: absolute; top: 0; right: 0; } .breadcrumbs a:hover { text-decoration: none; } aside { /*width: 33.48%;*/ width: 33.44%; border-left: 6px solid #e5e3e3; margin-left: -3px; float: left; height: auto; } /*МЕТА ТЕГИ САЙДБАР*/ .popular-meta { padding: 30px 30px 0 30px; height: 55px; overflow: hidden; margin-bottom: 30px; } .popular-meta .btn-meta { margin-bottom: 14px; } /*Стрелочки слайдер*/ .slick-slider { position: relative; overflow: hidden; } .slick-slider .slick-prev, .slick-slider .slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; margin-top: -16px; color: transparent; display: block; cursor: pointer; background: #598fbd; border: 1px solid #598fbd; width: 23px; height: 23px; } .slick-slider .slick-prev { left: 0; z-index: 1; } .slick-slider .slick-prev::before { content: '\f104'; } .slick-slider .slick-next { right: 0; } .slick-slider .slick-next::after { content: '\f105'; } .slick-slider .slick-prev::before, .slick-slider .slick-next::after { font-family: 'FontAwesome'; color: #fff; position: absolute; font-size: 20px; display: flex; justify-content: center; align-items: center; width: auto; height: auto; } .banner-reklama { /*-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.2);*/ /*-moz-box-shadow: 0 0 10px 2px rgba(0,0,0,0.2);*/ /*box-shadow: 0 0 10px 2px rgba(0,0,0,0.2);*/ width: fit-content; text-align: center; margin: 30px auto; height: fit-content; max-width: calc(100% - 60px); } .banner-reklama a { overflow: hidden; } .banner-reklama a img, .banner-reklama img { width: 100%; height: 100%; display: flex; } .article-wrap { display: flex; position: relative; width: 100%; flex-direction: column; } .article-wrap article:last-child { border: 0; } article a { padding: 30px; align-items: flex-start; position: relative; display: flex; justify-content: space-between; transition: 0.3s; } article a:hover { -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2); } article a:hover .article-img .views { opacity: 1; } article a .article-img { width: 33%; position: relative; display: block; color: #2c2c2d; overflow: hidden; } article a .article-img img { width: 100%; height: 100%; position: relative; display: block; } article a .article-img .views { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; background-color: rgba(89, 143, 189, 0.85) /* Old browsers */; background: -moz-linear-gradient(left, rgba(85, 156, 193, 0.85) 0%, rgba(93, 131, 186, 0.85) 100%) /* FF3.6-15 */; background: -webkit-linear-gradient(left, rgba(85, 156, 193, 0.85) 0%, rgba(93, 131, 186, 0.85) 100%) /* Chrome10-25,Safari5.1-6 */; background: linear-gradient(to right, rgba(85, 156, 193, 0.85) 0%, rgba(93, 131, 186, 0.85) 100%) /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */; color: #fff; opacity: 0; transition: 0.9s; } article a .article-img .views span { margin-left: 20px; font-family: 'ProximaNovaCondensedLight'; font-size: 11px; letter-spacing: 0.8px; } article a .article-img .views span:before { content: ''; position: absolute; width: 20px; height: 20px; background: url("../images/main/eye-white.png"); margin: -2px 0 0 -19px; background-size: cover; } article a .article-info { width: 61%; } article a .article-info .article-title { font-family: 'ROOMMEDIUM'; font-weight: normal; line-height: 18px; letter-spacing: 0.2px; color: #2c2c2d; margin: 0 0 9px 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; transition: 0.3s; } article a .article-info .article-category { font-family: 'ProximaNovaRegular'; font-size: 12px; line-height: 12px; color: rgba(0, 0, 0, 0.5); margin: 0; } article a .article-info .article-text { color: rgba(44, 44, 45, 0.7); font-size: 14px; line-height: 21px; font-family: 'ProximaNovaSemibold'; } article:hover .btn-link { color: #598fbd; } article:hover h4.article-title { color: #598fbd; } .article-text { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; } .date-link { display: flex; color: rgba(44, 44, 45, 0.5); font-family: 'ProximaNovaRegular'; font-size: 11px; line-height: 21px; text-transform: uppercase; margin-top: 4px; } .date-link .article-date { display: block; position: relative; margin-right: 6px; padding-right: 6px; } .date-link .article-date::after { content: ''; position: absolute; width: 1px; height: 15px; top: 3px; right: 0; background: rgba(44, 44, 45, 0.5); } .news:last-child .article-border { border: none; } .news .article-text { display: none; } .news .date-link .article-date { display: none; } .news .article-border { border-bottom: 1px solid #eaeaea; margin: 0 30px; } .article-products .article-img .views { display: none; } .article-products .article-info p { display: none; } .article-products .article-info .date-link { display: none; } .article-articles { width: 25%; } .article-articles a { flex-direction: column; padding: 23px 10px; } .article-articles a .article-img { width: 100%; } .article-articles a .article-img .views span { font-size: 18px; } .article-articles a .article-img .views span::before { width: 25px; height: 25px; background: url("../images/main/big-eye-white.png") no-repeat center center; margin: -4px 0 0 -30px; } .article-articles a .article-info { width: 100%; } .article-articles a .article-info h4 { font-size: 18px; line-height: 21px; margin: 15px 0; height: 45px; } .article-articles a .article-info p { display: none; } .article-articles .article-border { border: 0; } .two-column-articles.article-wrap { display: flex; flex-direction: row; } .two-column-articles.article-wrap .right-column, .two-column-articles.article-wrap .left-column { width: 48%; display: flex; flex-direction: column; } .two-column-articles.article-wrap .right-column article.news, .two-column-articles.article-wrap .left-column article.news { width: 100%; } .two-column-articles.article-wrap .right-column article.news a .article-date, .two-column-articles.article-wrap .left-column article.news a .article-date, .two-column-articles.article-wrap .small-news article.news a .article-date { display: block; } .two-column-articles.article-wrap .right-column article.news .article-border, .two-column-articles.article-wrap .left-column article.news .article-border { margin: 0 17px; } .two-column-articles.article-wrap .left-column a { padding: 30px 15px 30px 30px; margin-right: 3px; } .two-column-articles.article-wrap .right-column a { padding: 30px 30px 30px 15px; margin-left: 3px; } .two-big-news article:nth-child(odd) a, .small-news article:nth-child(odd) a { padding: 30px 15px 30px 30px; margin-right: 3px; } .two-big-news article:nth-child(even) a, .small-news article:nth-child(even) a { padding: 30px 30px 30px 15px; margin-left: 3px; } .big-news article:first-child a, .all-big-news article a, .two-big-news article a { flex-direction: column; border: 0; } .big-news article:first-child a .article-img, .all-big-news article a .article-img, .two-big-news article a .article-img { width: 100%; } .big-news article:first-child a .article-img .views span, .all-big-news article a .article-img .views span, .two-big-news article a .article-img .views span { font-size: 18px; } .big-news article:first-child a .article-img .views span::before, .all-big-news article a .article-img .views span::before, .two-big-news article a .article-img .views span::before { width: 25px; height: 25px; background: url("../images/main/big-eye-white.png") no-repeat center center; margin: -4px 0 0 -30px; } .big-news article:first-child a .article-info, .all-big-news article a .article-info, .two-big-news article a .article-info { width: 100%; } .big-news article:first-child a .article-info .article-title, .all-big-news article a .article-info .article-title, .two-big-news article a .article-info .article-title { font-size: 18px; margin: 20px 0; } .big-news article:first-child a .article-info .article-category, .all-big-news article a .article-info .article-category, .two-big-news article a .article-info .article-category { display: none; } .big-news article:first-child a .article-info .article-text, .all-big-news article a .article-info .article-text, .two-big-news article a .article-info .article-text { display: -webkit-box; } .big-news article:first-child a .article-info .date-link, .all-big-news article a .article-info .date-link, .two-big-news article a .article-info .date-link { margin-top: 20px; } .big-news article:first-child a .article-info .date-link .article-date, .all-big-news article a .article-info .date-link .article-date, .two-big-news article a .article-info .date-link .article-date { display: block; } .big-news article:first-child .article-border, .all-big-news article .article-border, .two-big-news article .article-border { border: 0; } .two-big-news, .small-news { display: flex; flex-wrap: wrap; width: 100%; } .two-big-news article, .small-news article { width: 48%; min-width: inherit; } .two-big-news article .article-border, .small-news article .article-border { margin: 0 15px; } .small-news .news:nth-child(5) .article-border { border: none; } .margin-minus article a { margin: -15px 0; } header .wrap { display: flex; align-items: center; justify-content: space-between; /*height: 98px;*/ height: 60px; background: #5699c0 /* Old browsers */; background: -moz-linear-gradient(left, #559cc1 0%, #5d83ba 100%) /* FF3.6-15 */; background: -webkit-linear-gradient(left, #559cc1 0%, #5d83ba 100%) /* Chrome10-25,Safari5.1-6 */; background: linear-gradient(to right, #559cc1 0%, #5e7fb9 100%) /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */; color: #fff; padding: 0 30px 0 20px; /*transition: .2s;*/ } header .wrap div a { color: #fff; background: transparent; } header .wrap div.logo { width: 100%; max-width: 16%; height: 84%; display: flex; justify-content: flex-start; align-items: center; } header .wrap div.logo a, header .wrap div.logo img { display: block; width: 100%; height: 100%; } header .wrap div.lang-menu { width: 11%; text-align: right; } header .wrap .main-menu div.lang-menu { width: 100%; display: flex; text-align: left; align-items: center; border-bottom: 1px solid rgba(255, 255, 255, 0.2); } header .wrap .main-menu div.lang-menu a { border-bottom: none; margin: 0; } header .wrap div.lang-menu span.active { color: #000; background: #fff; border-radius: 35px; padding: 3px 6px; text-transform: uppercase; font-family: 'ROOMTHIN'; } header .wrap div.lang-menu a { padding: 3px 6px; text-transform: uppercase; font-family: 'ROOMTHIN'; font-size: 14px; line-height: 60px; margin-left: 10px; } header .wrap div.lang-menu a:hover { text-decoration: none; } header .wrap .search { display: none; } header .wrap .main-menu { height: 100%; width: 70%; } header .wrap .main-menu nav { justify-content: center; display: flex; height: 100%; width: 100%; } header .wrap .main-menu nav .primary-menu { height: 100%; display: flex; align-items: center; padding: 0 15px; } header .wrap .main-menu nav > div:hover { text-decoration: none; -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4); box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4); } header .wrap .main-menu nav > div { position: relative; transition: .2s; } header .wrap .main-menu nav a { font-family: 'ROOMLIGHT'; font-size: 12.4px; /* line-height: 60px; */ font-weight: bold; color: #fff; text-transform: uppercase; letter-spacing: 1.8px; text-align: center; height: 100%; display: flex; align-items: center; } header .wrap .main-menu nav .sub-menu { position: absolute; background: #fff; z-index: 10; width: inherit; min-width: 100%; max-height: 0; overflow: hidden; -webkit-transition: max-height 1s; -moz-transition: max-height 1s; transition: max-height 1s; } header .wrap .main-menu nav .sub-menu ul { padding: 0 15px 8px 15px; border: 1px solid #e7e9e9; width: inherit; } header .wrap .main-menu nav .sub-menu a { color: rgba(0, 0, 0, .7); text-align: left; border-bottom: 1px solid #e7e9e9; padding: 8px 0; display: block; text-transform: none; line-height: 13px; letter-spacing: .1px; } header .wrap .main-menu nav .sub-menu a:hover { color: #5699c0; border-bottom: 1px solid #5699c0; } header .wrap .main-menu nav > div:hover .sub-menu { max-height: 500px; height: auto; } .fixed-wrap { position: fixed; width: 100%; max-width: 1080px; top: 0; z-index: 99; } /* .fixed-wrap { position: fixed; max-width: 1080px; top: 160px; z-index: 99; }*/ /*header.fixed .wrap { height: 40px; transition: .2s; }*/ /*header.fixed .wrap div.logo img { width: 60%; transition: .2s; }*/ .top-meta-section.fixed { /*opacity: 1; height: 40px; width: 100%;*/ top: 40px; z-index: 8; } /* .top-meta-section.fixed .wrap { height: 40px; opacity: 1; background: #fff; transition: .2s; } .top-meta-section.fixed .top-meta { display: none; transition: .2s; } .top-meta-section.fixed .search, .top-meta-section.fixed .search input { width: 100%; } .top-meta-section.fixed .search .img-search { right: 1.85%; }*/ .top-meta.mobile-display-none { margin-top: 6px; } .top-meta-section .wrap { border-bottom: 3px solid #e5e3e3; display: flex; align-items: center; justify-content: space-between; /*height: 56px;*/ height: 40px; padding-bottom: 0; /*transition: .2s;*/ background: #fff; } .top-meta-section .wrap .top-meta span { color: #598fbd; font-family: 'ROOM'; font-size: 12px; text-transform: uppercase; margin-right: 17px; letter-spacing: 0.4px; } a.btn-meta { color: rgba(0, 0, 0, 0.7); font-size: 13px; background: #f3f3f3; border: 1px solid transparent; border-radius: 3px; margin: 0 15px 6px 0; padding: 0 0 0 4px; display: inline-block; position: relative; line-height: 18px; z-index: 1; } a.btn-meta:hover { background: #598fbd; color: #fff; text-decoration: none; } a.btn-meta::after { content: ''; position: absolute; right: -21px; top: -2px; z-index: -1; border: 11px solid transparent; border-left: 12px solid #f3f3f3; border-radius: 3px; transition: all 0.3s ease-in-out; } a.btn-meta:hover:after { border-left: 12px solid #598fbd; } .search { position: relative; } .search input { width: 507px; height: 23px; padding: 0 40px 0 17px; letter-spacing: 0.3px; display: flex; align-items: center; box-shadow: none; border: none; } .search .img-search { position: absolute; top: 50%; right: 4%; transform: translateY(-50%); width: 20px; height: 20px; background: url("../images/main/icons.png") no-repeat; background-position: -22px -56px; } .search .img-search:hover { cursor: pointer; } form .result { padding: 17px; } form .result .res-cat { font-family: 'ROOMMEDIUM'; font-weight: normal; line-height: 18px; letter-spacing: 0.2px; color: #2c2c2d; margin: 0 0 5px 0; } form .result .res-links { margin-bottom: 15px; } form .result .res-links a { display: block; width: 100%; margin-bottom: 5px; line-height: 16px; color: #598fbd; } form .result .res-links a:hover { text-decoration: underline; } .burgerBtn { display: none; } .minzdrav { /* font-family: 'ProximaNovaExtraCondensedThin'; font-size: 39px; letter-spacing: -2.14vw; line-height: 48px; */ /*border-top: 3px solid #eaeaea;*/ /*border-bottom: 3px solid #eaeaea;*/ /* text-transform: uppercase; margin: 30px -27px; text-align: center; color: #2c2c2d; */ padding: 0 30px; } footer { clear: both; display: block; position: relative; background: #5699c0 /* Old browsers */; background: -moz-linear-gradient(left, #559cc1 0%, #5d83ba 100%) /* FF3.6-15 */; background: -webkit-linear-gradient(left, #559cc1 0%, #5d83ba 100%) /* Chrome10-25,Safari5.1-6 */; background: linear-gradient(to right, #559cc1 0%, #5e7fb9 100%) /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */; } footer .minzdrav { /* font-size: 15vh; */ padding: 30px; margin: 0; text-align: center; height: auto; } footer .minzdrav img { width: 100%; display: block; } footer .footer-content { display: flex; justify-content: space-between; flex-wrap: wrap; color: #fff; padding: 0 25px 33px 0; } footer .footer-content .footer-column-reklama { width: 18%; height: 100%; display: flex; justify-content: center; align-items: flex-start; } footer .footer-content .footer-column-reklama .footer-banner-reklama { display: none; -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4); box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4); } footer .footer-content .footer-column-reklama .footer-banner-reklama img { width: 100%; height: 100%; } footer .footer-content .footer-column-copyright { width: 79%; } footer .footer-content .footer-column-copyright .footer-three-column { display: flex; justify-content: space-around; } footer .footer-content .footer-column-copyright .footer-three-column a { color: #fff; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(1) { width: 28%; margin: 0 0 0 -25px; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(1) .meta-btn-footer, footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(3) .meta-btn-footer { width: 100%; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; margin-bottom: 15px; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(1) .meta-btn-footer a.btn-meta, footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(3) .meta-btn-footer a.btn-meta { color: #9e9e9e; font-size: 13px; background: #f3f3f3; border: 1px solid transparent; border-radius: 3px; margin: 2px 9px 13px 3px; display: inline-block; position: relative; height: 18px; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(1) .meta-btn-footer a.btn-meta:hover, footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(3) .meta-btn-footer a.btn-meta:hover { color: #222121; text-decoration: none; -webkit-box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.5); -moz-box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.5); box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.5); } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(1) .meta-btn-footer a.btn-meta::after, footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(3) .meta-btn-footer a.btn-meta::after { content: ''; position: absolute; right: -21px; top: -2px; border: 11px solid transparent; border-left: 12px solid #f3f3f3; border-radius: 3px; transition: 0.3s; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(1) .phone-footer { width: 100%; display: flex; justify-content: space-between; font-weight: 600; font-size: 12px; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(1) .phone-footer a[href^=tel] { color: #fff; background: transparent; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(3) { width: 30%; width: auto; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) .about-content { width: 100%; height: auto; max-height: 170px; overflow: hidden; text-align: justify; line-height: 19px; margin: -4px 0 16px 0; -webkit-transition: max-height 0.5s ease-in-out; -moz-transition: max-height 0.5s ease-in-out; transition: max-height 0.5s ease-in-out; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) .about-content.collapsed { max-height: 2000px; height: auto; -webkit-transition: max-height 0.5s ease-in-out; -moz-transition: max-height 0.5s ease-in-out; transition: max-height 0.5s ease-in-out; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) a.btn-link { background: transparent; color: #fff; display: block; text-align: center; text-transform: uppercase; margin: 0 auto; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) { width: 28%; position: relative; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) .footer-menu { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 0 30px -10px; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) .footer-menu a { text-transform: uppercase; background: transparent; color: #fff; font-family: 'ROOMLIGHT'; font-size: 13px; margin: -2px -8px 10px 2px; letter-spacing: 1.6px; padding: 4px 8px; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) .footer-menu a:hover { background: #fff; color: #000; text-decoration: none; -webkit-box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.5); -moz-box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.5); box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.5); } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) p { margin-bottom: 0; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) a { background: transparent; color: #fff; font-weight: 600; display: block; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) a.e-mail { margin-top: 17px; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column p { letter-spacing: 3px; line-height: 17px; margin-bottom: 0; font-family: 'ROOM'; font-weight: bold; } footer .preparation.item_block_one ul { margin: 12px 0 0 0; } footer .preparation.item_block_one ul li { padding: 0 0 9px 0; letter-spacing: 1px; font-family: 'ROOMLIGHT'; } footer .lang-footer { margin: 33px 0 0 0; } footer .lang-footer ul li{ line-height: 14px; font-family: 'ROOMLIGHT'; font-size: 12px; } footer .copyright-logo { display: flex; justify-content: space-between; background: #5699c0 /* Old browsers */; background: -moz-linear-gradient(left, #559cc1 0%, #5d83ba 100%) /* FF3.6-15 */; background: -webkit-linear-gradient(left, #559cc1 0%, #5d83ba 100%) /* Chrome10-25,Safari5.1-6 */; background: linear-gradient(to right, #559cc1 0%, #5e7fb9 100%) /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */; color: #fff; padding: 0 25px 33px 25px; } footer .wrap_for_border { border-top: 1px solid rgba(255,255,255,.4); display: flex; justify-content: space-between; } footer .copyright-logo .copy-block:nth-child(1) { width: 13.5%; height: 50px; } footer .copyright-logo .copy-block:nth-child(3) { width: 9%; height: 33px; } footer .copyright-logo .copy-block:nth-child(1) { display: flex; align-items: flex-start; justify-content: flex-start; } footer .copy-block { margin: 23px 0 0 0; } footer .copyright-logo .copy-block:nth-child(1) img { width: 100%; height: 100%; } footer .copy-block.logo a { width: 100%; height: auto; display: block; } footer .copyright-logo .copyright { text-align: center; font-size: 10px; line-height: 11px; width: 68%; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; } footer .copyright-logo .copyright p { margin: 0 0 0 0; width: 100%; } footer .copyright-logo .copyright p:nth-child(2) { margin: -20px 0 0 0; } footer .copyright-logo .copyright { } footer .copyright-logo .fresh { } footer .lang-menu-footer { display: flex; align-items: center; margin: 0 0 23px 0; } footer .lang-menu-footer span.active { color: #000; background: #fff; border-radius: 35px; margin: 0 10px 0 10px; padding: 3px 6px; text-transform: uppercase; font-family: 'ROOMTHIN'; } footer .lang-menu-footer a { text-transform: uppercase; } footer .lang-menu-footer a { color: #fff; background: transparent; } footer .about p { border-bottom: 1px solid rgba(255,255,255,.4); padding: 8px 0 8px 0; } footer .preparation p { border-top: 1px solid rgba(255,255,255,.4); border-bottom: 1px solid rgba(255,255,255,.4); padding: 15px 0 15px 0; } footer .item_block_two:first-child p{ border-top: 0; padding: 8px 0 8px 0; } footer .item_block_two p{ border-top: 1px solid rgba(255,255,255,.4); border-bottom: 1px solid rgba(255,255,255,.4); padding: 15px 0 15px 0; } footer .preparation li a { font-size: 11px; } footer .products li a { font-size: 11px; } footer .products:first-child p { padding: 0 0 15px 0; } footer .products p { border-bottom: 1px solid rgba(255,255,255,.4); padding: 15px 0 15px 0; } footer .products.item_block_three ul { margin: 12px 0 0 0; } footer .products.item_block_three ul li { padding: 0 0 9px 0; font-family: 'ROOMLIGHT'; letter-spacing: 1px; } footer .title_text_footer p{ letter-spacing: -26px; font-size: 127px; font-family: ProximaNovaExtraCondensedThin; } footer .item_block_one p, footer .item_block_two p, footer .item_block_tree p{ /*font-family: 'ROOM';*/ font-size: 12px; } .totop { display: none; position: fixed; bottom: 10%; } .totop .totop-background { background: #00bbd5; height: 80px; width: 8px; position: absolute; top: 15px; left: 7px; z-index: -1; } .totop .totop-background .line { position: absolute; bottom: 0; background: #f93a43; height: 0; width: 100%; } .totop-img { z-index: 6; } .totop-color { z-index: 5; height: 121px; } .main-slider { width: 100%; /*max-height: 500px;*/ overflow: hidden; position: relative; } .main-slider .slider-images { display: block; width: 100%; height: 100%; /*-webkit-box-shadow: inset 0 10px 100px 0px rgba(0,0,0,0.4), inset 0 -170px 200px -50px rgba(0,0,0,0.4); -moz-box-shadow: inset 0 10px 100px 0px rgba(0,0,0,0.4), inset 0 -170px 200px -50px rgba(0,0,0,0.4); box-shadow: inset 0 10px 100px 0px rgba(0,0,0,0.4), inset 0 -170px 200px -50px rgba(0,0,0,0.4);*/ } .main-slider .slider-images img { width: 100%; /*height: 496px;*/ display: flex; position: relative; z-index: -1; object-fit: cover; } .main-slider .slider-info { position: absolute; right: 45px; bottom: 30px; width: 465px; } .main-slider .slider-info .slider-info-text { background: rgba(255, 255, 255, 0.8); padding: 25px; border-radius: 20px; color: rgba(0, 0, 0, 0.8); display: block; } .main-slider .slider-info .slider-info-text h2 { font-family: 'ROOMMEDIUM'; font-weight: 700; font-size: 30px; line-height: 32px; text-align: center; text-transform: uppercase; margin-top: 0; letter-spacing: 3px; color: rgba(0, 0, 0, 0.8); } .main-slider .slider-info .slider-info-text p { font-size: 16px; line-height: 20px; display: block; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; } .main-slider .slider-info .button-blue { float: right; margin-top: 20px; font-family: 'ROOMLIGHT'; font-size: 14px; } .main-slider .pagination { position: absolute; top: 25px; right: 45px; display: flex; background: rgba(255, 255, 255, 0.8); border-radius: 20px; padding: 12px 16px; } .main-slider .pagination .slick-track { transform: translate3d(0px, 0px, 0px) !important; } .main-slider .pagination .slick-track .inner { border-bottom: 1px solid #598fbd; margin: 0 7px; width: 50px; height: 35px; display: flex; justify-content: center; align-items: center; cursor: pointer; } .main-slider .pagination .slick-track .inner img { width: 25px; height: 25px; } .main-slider .pagination .slick-track .inner .pagination-active { display: block; } .main-slider .pagination .slick-track .inner .pagination-hover { display: none; } .main-slider .pagination .slick-track .slick-current .inner { background: #598fbd; } .main-slider .pagination .slick-track .slick-current .inner .pagination-hover { display: block; } .main-slider .pagination .slick-track .slick-current .inner .pagination-active { display: none; } .box-number-three { display: flex; } .box-number-three .box-number { position: relative; display: flex; cursor: pointer; } .box-number-three .box-number img { width: 100%; height: 100%; } .box-number-three .box-number .box-number-info { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(89, 143, 189, 0.7); color: #fff; display: flex; justify-content: center; flex-direction: column; align-items: center; transition: 1s; } .box-number-three .box-number .box-number-info .box-number-num { font-family: 'ROOMLIGHT'; font-size: 72px; line-height: 72px; transition: 0.5s ease-out; } .box-number-three .box-number .box-number-info .box-number-info-text { font-size: 16px; margin: 17px 0 10px 0; text-transform: uppercase; transition: 0.3s; } .box-number-three .box-number .box-number-info .button-blue { opacity: 0; transition: opacity 0.5s ease-out; } .box-number:hover .box-number-info { background: rgba(255, 255, 255, 0.8); } .box-number:hover .box-number-info .box-number-num { transform: translateY(-20px); color: #598fbd; } .box-number:hover .box-number-info .box-number-info-text { color: #464646; transform: translateY(-20px); } .box-number:hover .box-number-info .button-blue { opacity: 1; } .section-product-search .product-search { display: flex; flex-wrap: wrap; justify-content: space-around; padding: 0 20px; } .section-product-search .product-search .product-search-column { width: 30%; display: flex; flex-direction: row; margin-bottom: 30px; justify-content: flex-start; align-items: flex-start; align-content: stretch; flex-wrap: wrap; } .product-search-column article.article-products { width: 100%; } .product-search-column article a .article-img img { max-width: 100%; position: relative; display: block; max-height: 68px; } .section-product-search .product-search .product-search-column .product-search-column-title { display: flex; align-items: center; justify-content: center; padding: 30px 0 0 0; } .section-product-search .product-search .product-search-column article a { display: flex; flex-direction: row; justify-content: space-between; width: auto; align-items: center; padding: 15px 30px; text-transform: uppercase; } .section-product-search .product-search .product-search-column article a .article-info .article-title { font-family: 'ROOMLIGHT'; } .section-interest-art { display: flex; flex-wrap: wrap; padding: 0 15px 30px; } .section-interest-art article a { margin: 0 -15px; padding: 30px; } .news-aside { display: flex; } .section-last-arts article.news:first-child { border: 0; } .section-commercial-arts article.news:nth-child(4) { border: 0; } .main-page .popular-meta { height: 125px; } .index-aside-promo { padding: 30px; display: flex; justify-content: center; align-items: center; border-top: 3px solid #e5e3e3; } .index-aside-promo a { width: 100%; height: 100%; margin-top: 2px; } .index-aside-promo a img { width: 100%; height: 100%; } .down-slider-image { background: url(../images/index/down-slider.jpg) no-repeat center center; border-top: 3px solid #e5e3e3; position: relative; width: 100%; height: 427px; } .section-down-slider { width: 100%; height: 100%; } .section-down-slider .slick-list.draggable { position: relative; width: 55%; height: 70%; margin: 50px 0 80px 80px; } .section-down-slider .slick-list.draggable .slick-track { height: 100%; } .down-slider-image .only-slider-text { font-size: 28px; line-height: 35px; display: flex; align-items: center; } .section-down-slider .white-dots { position: absolute; bottom: 30px; right: 0; left: 0; text-align: center; } .section-down-slider .white-dots li { display: inline-block; } .section-down-slider .white-dots li button { background: #fff; border: 1px solid #fff; color: #fff; border-radius: 50%; margin: 5px; width: 20px; height: 20px; } .section-down-slider .white-dots .slick-active button { border-color: #000; } .product-nav { display: flex; flex-wrap: wrap; } .product-nav .nav-button-grey { font-size: 14px; padding: 3px 14px; } .product-nav-img { display: flex; justify-content: space-between; padding: 18px 0 0 0; } .product-nav-img .product-nav-block .button-blue { width: 152px; line-height: 28px; display: flex; justify-content: center; align-items: center; padding: 0; } .product-nav-img .product-nav-block { width: 60%; } .product-nav-img .product-nav-block ul.top-product-nav { margin-top: 28px; } .product-nav-img .product-nav-block ul.top-product-nav li { display: flex; align-items: center; margin-bottom: 8px; position: relative; } .product-nav-img .product-nav-block ul.top-product-nav li img { margin: -1px 0 0px -2px; /* width: 20px; height: 19px; */ position: absolute; left: 0; } .product-nav-img .product-nav-block ul.top-product-nav li a { line-height: 16px; transition: 0.3s; margin-left: 46px; } .product-nav-img .product-nav-block ul.top-product-nav li a:hover { text-decoration: underline; } .top-product-nav-info { padding-top: 21px; margin-bottom: -17px; } .top-product-nav-info .title-product-info { display: flex; align-items: center; } .top-product-nav-info .title-product-info img { /* width: 23px; height: 24px; */ margin: 6px 12px 0 0; } .print { position: relative; margin: 57px 0 20px 33px; letter-spacing: 0.4px; } .print img { position: absolute; top: -3px; left: -32px; width: 20px; height: 20px; background: url("../images/main/icons.png") no-repeat; background-position: -22px -18px; } .product-info-down { /*column-count: 2*/ display: flex; flex-wrap: wrap; justify-content: space-between; height: auto; } .product-info-down div { width: 49%; } .product-info-down div h5 { padding: 0 0 5px 0; } .product-info-down div p { margin: 0 0 19px 0; } .product-slider { width: 270px; height: 270px; margin: 20px 0; -webkit-box-shadow: 0 0 10px 2px rgba(112, 112, 112, 0.35); -moz-box-shadow: 0 0 10px 2px rgba(112, 112, 112, 0.35); box-shadow: 0 0 10px 2px rgba(112, 112, 112, 0.35); } .no-regist { text-align: center; font-size: 16px; line-height: 28px; font-family: 'ProximaNovaBold', sans-serif, serif; text-transform: uppercase; margin-top: 10px; } .no-regist a { display: block; width: 100%; transition: .5s; } .no-regist a:hover { transition: .5s; text-decoration: underline; } .product-slider .slick-track { height: 270px; display: flex; justify-content: center; align-items: center; } .product-slider .slick-track img { height: 100%; width: 100%; object-fit: contain; } .product-slider .slick-slide { display: inline-block; height: 100%; } .other-product { clear: both; } .other-product .slick-track { display: flex; flex-direction: row; justify-content: space-between; align-items: center; } .other-product .slick-track .slick-slide { padding: 5px; } .product-analog .analog { margin-top: 40px; } .product-analog .analog h3 { line-height: 20px; margin-bottom: 0; } .accordion { width: 100%; } .accordion .accordion-item { display: block; overflow: hidden; margin: 0; padding: 0; height: auto; cursor: pointer; } .accordion .accordion-item.active { height: 100%; } .accordion .accordion-item.active h6 { color: #2c2c2d; } .accordion .accordion-item.active h6:before { content: ''; background: url("../images/main/minus.jpg"); } .accordion .accordion-item h6 { display: block; text-transform: uppercase; line-height: 18px; color: #598fbd; margin: 20px 0 0 25px; transition: 0.3s; } .accordion .accordion-item h6:before { content: ''; margin: 1px 0 0 -25px; background: url("../images/main/plus.jpg"); width: 15px; height: 15px; position: absolute; transition: 0.3s; } .accordion .accordion-item .accordion-target { max-height: 0; border-left: 1px solid #598fbd; padding: 0 10px; margin: 0 0 0 22px; -webkit-transition: max-height 2s; -moz-transition: max-height 2s; transition: max-height 2s; } .accordion .accordion-item .accordion-target p { margin: 0; } .accordion-item.active .accordion-target p { margin: 10px; } .accordion-item.active .accordion-target { max-height: 500px; height: auto; } .search-alfavit-column { display: flex; } .search-alfavit-column .search-left-content .nav-button-grey { width: 28px; padding: 0; display: inline-block; text-align: center; text-transform: uppercase; } .search-alfavit-column .first-alfavit { padding-top: 20px; } .search-alfavit-column .second-alfavit, .search-alfavit-column .first-alfavit { padding-bottom: 20px; border-bottom: 1px solid #f3f3f3; } .search-alfavit-column .second-alfavit { margin-top: 10px; padding-top: 20px; } .search-result a { color: rgba(0, 0, 0, .7); display: block; } .search-result h3 { color: #598fbd; width: auto; display: inline-block; } .search-result a:hover, .search-result h3:hover { text-decoration: underline; } .search-result { width: 100%; height: auto; max-height: 380px; overflow: hidden; text-align: justify; -webkit-transition: max-height .5s ease-in-out; -moz-transition: max-height .5s ease-in-out; transition: max-height .5s ease-in-out; } .search-result.collapsed { max-height: 2000000px; height: auto; -webkit-transition: max-height .5s ease-in-out; -moz-transition: max-height .5s ease-in-out; transition: max-height .5s ease-in-out; } .serch-height h3 { line-height: 22px; } #show { font-weight: 600; font-family: 'ROOMLIGHT'; font-size: 14px; display: block; background: transparent; color: #2c2c2d; text-transform: uppercase; text-align: center; border-radius: 35px; padding: 3px 23px; width: 180px; -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2); margin: 20px auto 40px; transition: 0.3s; } #show:hover { background: #598fbd; color: #fff; } .atx { padding: 20px 0; border-bottom: 1px solid #e5e3e3; margin-bottom: 27px; } .atx a { width: 100%; display: block; margin: 7px 0; color: #000; font-size: 16px; } .atx a:hover { color: #598fbd; text-decoration: underline; } .articles-pagination { display: flex; flex-direction: row; justify-content: center; margin: 30px 0 60px 0; } .articles-pagination a { color: #2c2c2d; font-family: 'ProximaNovaRegular'; text-transform: uppercase; font-size: 11px; line-height: 30px; } .articles-pagination .back, .articles-pagination .forward { margin: 0 15px; display: block; } .articles-pagination .back:hover, .articles-pagination .forward:hover { color: #598fbd; } .articles-pagination .back::before { content: '\f104'; font-family: 'FontAwesome'; margin-right: 5px; } .articles-pagination .forward::after { content: '\f105'; font-family: 'FontAwesome'; margin-left: 5px; } .articles-pagination .pagin-number { display: flex; width: 30px; height: 30px; background: transparent; justify-content: center; align-items: center; transition: 0.3s; } .articles-pagination .pagin-number:hover, .active-pagin-number { background: #598fbd; color: #fff; } .single-article .single-article-info .article-date { margin-right: 38px; } .single-article .single-article-info .views { display: block; } .single-article .single-article-info .views span::before { background: url("../images/main/big-eye-grey.png") no-repeat center center; content: ''; position: absolute; width: 25px; height: 25px; margin: -2px 0 0 -25px; background-size: cover; } .single-article .down-meta-share { display: flex; justify-content: space-between; margin: 30px 0; } .single-article .down-meta-share .top-meta { width: 80%; } .single-article .down-meta-share .share { width: 20%; position: relative; display: flex; align-items: center; justify-content: space-between; } .single-article .down-meta-share .share .fa { color: #6d6d6e; font-size: 24px; } .single-article .down-meta-share .share .fa:hover { color: #598fbd; } /* .single-article .down-meta-share .share::after { content: ''; width: 25px; height: 25px; position: absolute; background: url("../images/main/share.png"); top: -3px; right: -20px; } .single-article .down-meta-share .share:hover { color: #598fbd; }*/ .single-article .down-meta-share .top-meta .meta-title, .single-article .down-meta-share .share { text-align: right; font-family: 'ROOM'; font-size: 12px; color: #0b0b0b; text-transform: uppercase; font-weight: 600; } .promotion-page .admin-content .section-title-meta-icon h3 { margin: 0; } .promotion-page .admin-content .section-title-meta-icon h3::before { top: 7px; } .promotion-page .admin-content img { margin: 30px 0; -webkit-box-shadow: 0 0 10px 2px rgba(112, 112, 112, 0.35); -moz-box-shadow: 0 0 10px 2px rgba(112, 112, 112, 0.35); box-shadow: 0 0 10px 2px rgba(112, 112, 112, 0.35); } .promotion-page .admin-content .button-white { width: 200px; color: #2c2c2d; } .promotion-page .admin-content .button-white:hover { color: #fff; text-decoration: none; } .page-four { margin-bottom: 5%; } .page-four .text-four { font-family: 'ROOMLIGHT'; font-size: 26px; color: #0b0b0b; line-height: 80px; text-align: center; font-weight: 600; } .page-four .admin-content a { font-weight: 600; } .product-analog { padding: 20px 0; } .bad-sort > li { margin: 0 0 10px 0; cursor: auto; } .bad-sort li.haspointer { cursor: pointer; } .bad-sort > li ul { margin: 0 0 0 20px; } .bad-sort > li ul > li { margin: 0; } .bad-sort, .bad-sort > li { padding: 5px 0; } .bad-sort a { display: block; width: 100%; margin-left: 25px; } .admin-content h1, .admin-content h2, .admin-content h3, .admin-content h4, .admin-content h5, .admin-content h6 { display: block; margin-left: 0; margin-right: 0; font-weight: bold; color: #0b0b0b; font-family: 'ROOMLIGHT'; letter-spacing: 1px; margin: 15px 0 10px 0; text-transform: none; } .admin-content h1 { font-size: 26px; line-height: 28px; } .admin-content h2 { font-size: 20px; line-height: 22px; } .admin-content h3 { font-size: 18px; line-height: 20px; } .admin-content h4 { font-size: 16px; line-height: 18px; } .admin-content h5 { font-size: 14px; line-height: 16px; } .admin-content h6 { font-size: 12px; line-height: 14px; } .admin-content a { color: #598fbd; } .admin-content a:hover { text-decoration: underline; } .admin-content b, strong { color: rgba(0, 0, 0, .8); font-family: 'ProximaNovaBold', sans-serif, serif; } .admin-content ul { margin-left: 15px; } .admin-content ul li { list-style-type: disc; display: block; margin: 7px 0; position: relative; color: #0b0b0b; } .admin-content ul li::before { content: ''; position: absolute; border: 3px solid #598fbd; background: #598fbd; border-radius: 50%; margin: 5px 0 0 -15px; } .admin-content ul li p { margin: 0; } .admin-content p img { width: 100%; } .admin-content table { border-collapse: collapse; margin: 20px 0; overflow-x: auto; width: 100%; height: auto; overflow-x: auto; position: relative; display: table; border: 1px solid #9e9e9e; } .admin-content table tr { display: table-row; } .admin-content table td { border-right: 1px solid #9e9e9e; border-bottom: 1px solid #9e9e9e; padding: 10px; vertical-align: text-top; width: auto; } .admin-content table tr > td:last-child { border-right: none; } .admin-content table tr:last-child td { border-bottom: none; } .admin-content table td p { margin: 5px 0; } .admin-content .full-width-image { display: block; width: 100%; margin: 10px 0; } .admin-content .full-width-image img { width: 100%; height: 100%; } /* .admin-content .left-image { float: left; width: 50%; margin: 10px 15px 5px 0; } .admin-content .left-image img { align-content: left; width: 100%; height: 100%; } .admin-content .right-image { float: right; width: 50%; margin: 10px 0 5px 15px; } .admin-content .right-image img { align-content: right; width: 100%; height: 100%; } */ .admin-content .left-image { float: left; width: 47%; margin: 10px 15px 5px 0; height: auto; } .admin-content .right-image { float: right; width: 47%; margin: 10px 0 5px 15px; height: auto; } /* .admin-content .two-image { display: flex; justify-content: space-between; margin: 10px 0; } .admin-content .two-image img { width: 48%; height: 100%; } */ .admin-content .section-title-meta-icon { margin: 0 -30px; } @media only screen and (min-width: 768px) { .banner-reklama-mobile, .clone-to, .desktop-display-none { display: none !important; } } @media only screen and (min-width: 1171px) and (max-width: 1440px) { article a .article-info .article-title { font-size: 15px; } } @media only screen and (min-width: 768px) and (max-width: 1170px) { body { font-size: 10px; line-height: 12px; } body .main-wrapper { width: 100%; } body .main-wrapper .wrap { padding: 0 15px; } .SEO-text { padding: 15px; } h1, .admin-content h1 { font-size: 18px; line-height: 20px; } h2, .admin-content h2 { font-size: 13px; line-height: 14px; } h3, .admin-content h3 { font-size: 12px; line-height: 30px; margin: 0; } h4, .admin-content h4 { font-size: 11px; line-height: 14px; } h5, .admin-content h5 { font-size: 12px; } h6, .admin-content h6 { font-size: 9px; letter-spacing: 1px; line-height: 14px; margin: 0 0 12px 0; } p { font-size: 10px; line-height: 12px; margin: 9px 0; } .nav-button-grey { font-size: 9px; } .button-white { font-size: 8px; width: 160px; padding: 3px 5px; margin: 10px auto 20px; } .minzdrav { /* font-size: 28px; margin: 5px -15px; */ padding: 0 15px; } .popular-meta { padding: 15px 15px 0 15px; } a.btn-meta { font-size: 9px; } .section-title-meta-icon { padding: 0 15px; } .section-title-meta-icon h3::before { width: 3px; height: 3px; left: -9px; top: 7px; } .section-title-meta-icon .section-meta-icon a { margin-right: 15px; } .section-title-meta-icon .section-meta-icon .section-icon img { width: 50%; height: 50%; } .blue-circle h1::before { width: 3px; height: 3px; left: -9px; top: 8px; } .admin-content .section-title-meta-icon { margin: 0 -15px; } .promotion-page .admin-content .section-title-meta-icon h3::before { top: 13px; } .index-aside-promo { padding: 15px; } .single-article .down-meta-share .share::after { top: -7px; } article a:hover .article-img .views { display: none; } } @media only screen and (min-width: 768px) and (max-width: 1170px) { header .wrap { height: 60px; } header .wrap div.logo { display: flex; justify-content: center; align-items: center; } header .wrap .main-menu nav a { font-size: 9px; padding: 0 6px; } header .wrap .main-menu nav .primary-menu { padding: 0 5px; } header .wrap div.lang-menu a, header .wrap div.lang-menu span { font-size: 9px; } .top-meta-section .wrap { height: 40px; } .top-meta-section .wrap .top-meta span { font-size: 8px; } .top-meta-section .wrap .top-meta a { font-size: 9px; } .top-meta-section .wrap .search input { width: 330px; font-size: 9px; line-height: 18px; } .top-meta-section.fixed .wrap .search input { width: 100%; } .top-meta-section .wrap .img-search { /* background-position: -22px -59px; */ } } @media only screen and (min-width: 768px) and (max-width: 1170px) { .content .breadcrumbs, .full-content .breadcrumbs { height: 27px; } .content .breadcrumbs a, .full-content .breadcrumbs a, .content .breadcrumbs span, .full-content .breadcrumbs span { font-size: 9px; margin: 10px 8px 0 0; } .breadcrumbs a:after { margin: -1px 0 0 0; } aside { width: 33%; } aside .banner-reklama { margin: 15px auto; } aside .banner-reklama div { max-width: 100%; } } @media only screen and (min-width: 768px) and (max-width: 1170px) { article a { padding: 15px; } article a .article-img { width: 30%; } article a .article-info { width: 67%; } article a .article-info .article-title { font-size: 12px; line-height: 14px; height: 30px; } article a .article-info .article-category { font-size: 9px; } article a .article-info .article-text { font-size: 9px; line-height: 12px; } article a .article-info .date-link .article-date { font-size: 8px; line-height: 14px; margin-right: 6px; padding-right: 6px; } article a .article-info .date-link .article-date::after { height: 8px; } article a .article-info .date-link .btn-link { font-size: 8px; line-height: 13px; } .article-border { margin: 0 10px !important; } } @media only screen and (min-width: 768px) and (max-width: 1170px) { .big-news article:first-child a .article-info .article-title, .all-big-news article a .article-info .article-title { font-size: 12px; margin: 10px 0; } } @media only screen and (min-width: 768px) and (max-width: 1170px) { body .main-wrapper aside article a, .big-news.margin-minus article a { margin: 0; } .search-result { max-height: 310px; } #show { font-size: 9px; } } @media only screen and (min-width: 768px) and (max-width: 1170px) { .product-nav-img { padding: 0; } .product-nav-img .product-nav-block ul.top-product-nav { margin-top: 15px; } .product-nav-img .product-nav-block ul.top-product-nav li { height: auto; } .product-nav-img .product-slider { width: 180px; height: 180px; margin: 15px 0; } .product-nav-img .product-slider .slick-track { height: 180px; } /* .top-product-nav-info .title-product-info img { width: 17px; height: 17px; margin: 12px 7px 0 0; } */ .page-four .text-four { font-size: 18px; } } @media only screen and (min-width: 768px) and (max-width: 1170px) { .product-analog .analog { margin-top: 15px; } .product-analog .analog h3 { line-height: 16px; } } @media only screen and (min-width: 768px) and (max-width: 1170px) { .main-slider .slider-info { right: 15px; bottom: 15px; width: 300px; } .main-slider .slider-images img { /*height: 334px;*/ } .main-slider .slider-info .slider-info-text { padding: 15px; } .main-slider .slider-info .slider-info-text h2 { font-size: 18px; } .main-slider .slider-info .slider-info-text p { font-size: 9px; line-height: 11px; } .main-slider .slider-info a.button-blue { font-size: 9px; } .main-slider .pagination { top: 15px; right: 15px; padding: 10px; } .main-slider .pagination .slick-track .inner { width: 25px; height: 25px; } .main-slider .pagination .slick-track .inner img { width: 15px; height: 15px; } .section-on-site .box-number-three .box-number .box-number-info .box-number-num { font-size: 50px; line-height: 60px; } .section-on-site .box-number-three .box-number .box-number-info .box-number-info-text { font-size: 12px; } } @media only screen and (min-width: 768px) and (max-width: 1170px) { body .main-wrapper .section-interest-art { padding: 0 7.5px 15px; } body .main-wrapper article a { margin: 0 -7.5px; padding: 15px; } } @media only screen and (min-width: 768px) and (max-width: 1170px) { .two-column-articles.article-wrap .right-column article.news a, .two-column-articles.article-wrap .left-column article.news a { padding: 15px; } } @media only screen and (min-width: 768px) and (max-width: 1170px) { footer .footer-content .footer-column-copyright .footer-three-column { justify-content: space-between; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(1) { margin: 0 0 0 0; } footer .copyright-logo .copy-block:nth-child(3) { width: 14%; } .created { letter-spacing: 3.8px; } .creative { letter-spacing: 2.5px; } footer .minzdrav { /* font-size: 45px; */ padding: 15px; } footer .footer-content { padding: 15px; } footer .footer-content .footer-column-copyright { width: 80%; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(1), footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(3) { width: 29%; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) { width: 34%; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(1) .meta-btn-footer, footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(3) .meta-btn-footer { /*height: 152px;*/ margin-bottom: 0; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(1) .meta-btn-footer a.btn-meta, footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(3) .meta-btn-footer a.btn-meta { font-size: 9px; line-height: 14px; height: 14px; margin: 0 10px 15px 0; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(1) .meta-btn-footer a.btn-meta::after, footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(3) .meta-btn-footer a.btn-meta::after { right: -19px; border: 9px solid transparent; border-left: 12px solid #f3f3f3; } /* footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) .about-content { height: 146px; margin: -4px 0 9px 0; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) .about-content p { line-height: 15px; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) .btn-link { font-size: 8px; line-height: 14px; } */ footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) .footer-menu { margin: 0 0 42px -10px; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) .footer-menu a { font-size: 8px; margin: -7px -4px 10px 10px; padding: 4px 0; } footer .footer-content .footer-column-copyright .copyright-logo p { font-size: 7px; } footer .footer-content .footer-column-copyright .copyright-logo .copyright1, footer .footer-content .footer-column-copyright .copyright-logo .copyright { width: 70%; } footer .footer-content .footer-column-copyright .copyright-logo .copyright { margin-top: -22px; } } @media only screen and (min-width: 768px) and (max-width: 1170px) { footer .copyright-logo { padding: 0 15px 15px 15px; } footer .copy-block.fresh .creative, footer .copy-block.fresh .created { font-size: 4px; } footer .copy-block.fresh .fresh-logo { font-size: 16px; line-height: 15px; } footer .copy-block.fresh .fresh-logo span { width: 20px; } .fresh:hover > a .fresh-logo span { width: 17px; } } @media only screen and (min-width: 320px) and (max-width: 767px) { footer .minzdrav img { height: 10vh; } .clone-from { display: none; } .clone-to, .clone-to .clone-from { display: block; width: 100%; height: 100%; padding-top: 15px; } .clone-to[data-number="1"] > div > a { margin-top: 15px; } .clone-to[data-number="1"] div, .clone-to[data-number="1"] a { display: block; width: 100% !important; height: auto; text-align: center; margin: 0 0 15px 0; } .clone-to[data-number="1"] img { width: 100%; height: auto; } .clone-to .slick-slider, .clone-to .clone-from .slick-slider { width: 100%; } } @media only screen and (min-width: 320px) and (max-width: 767px) { .mobile-display-none { display: none !important; } body .main-wrapper, header, section, footer, .top-meta-section .wrap .search, .top-meta-section .wrap .search input, .content, aside, footer .footer-content .footer-column-copyright .copyright-logo, footer .footer-content .footer-column-copyright .copyright-logo .copyright, footer .footer-content .footer-column-copyright .copyright-logo .logo-fresh { width: 100%; } } @media only screen and (min-width: 320px) and (max-width: 767px) { .content, aside { border: none; margin: 0; } } @media only screen and (min-width: 320px) and (max-width: 767px) { body .main-wrapper { /* margin-top: 130px; */ box-shadow: none; position: relative; } body .main-wrapper .wrap { padding: 0 20px; } .SEO-text { padding: 20px; } body h1 { font-size: 18px; line-height: 22px; } body .blue-circle h1::before { top: 8px; } body h2 { font-size: 16px; line-height: 18px; } body h3 { font-size: 17px; } body h4 { font-size: 14px; line-height: 16px; } body h5 { font-size: 16px; line-height: 22px; } body h6 { margin: 0 0 15px 0; } body .button-white { width: auto; margin: 20px 20px 40px; } body .minzdrav { /* font-size: 29px; */ padding: 0 20px; /* margin: 20px -20px; */ } } @media only screen and (min-width: 320px) and (max-width: 767px) { .fixed-wrap { top: 0; position: relative; } .m-top, .full-content, .content.m-top { margin-top: 92px; margin-top: 0; } .page-four.m-top { margin-top: 200px; } body .main-wrapper header .wrap { height: 50px; position: relative; padding: 0 20px; display: flex; justify-content: flex-start; } body .main-wrapper header .wrap div.logo img { object-fit: contain; /*width: auto;*/ } header .wrap div.logo { max-width: 31%; } body .main-wrapper header .wrap .main-menu nav { display: block !important; position: absolute; top: 49px; left: 0; right: 0; width: 100%; height: 0; max-height: 0; overflow: hidden; background: #5699c0 /* Old browsers */; background: -moz-linear-gradient(left, #559cc1 0%, #5d83ba 100%) /* FF3.6-15 */; background: -webkit-linear-gradient(left, #559cc1 0%, #5d83ba 100%) /* Chrome10-25,Safari5.1-6 */; background: linear-gradient(to right, #559cc1 0%, #5e7fb9 100%) /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */; z-index: 8; -webkit-transition: max-height 0.8s, height .8s; -moz-transition: max-height 0.8s, height .8s; transition: max-height 0.8s, height .8s; } body .main-wrapper header .wrap .main-menu nav a { line-height: 45px; padding: 0 20px; font-size: 12px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); } header .wrap .main-menu { width: 15%; } body .main-wrapper header .wrap .main-menu .burgerBtn { display: block; width: 25px; height: 15px; background: transparent; border: 0; padding: 0; position: absolute; top: 18px; right: 20px; cursor: pointer; } body .main-wrapper header .wrap .main-menu .burgerBtn span { width: 25px; height: 3px; background: #fff; display: block; margin-top: 6px; } body .main-wrapper header .wrap .main-menu .burgerBtn span::before { content: ''; width: 25px; height: 3px; background: #fff; position: absolute; top: 0; right: 0; } body .main-wrapper header .wrap .main-menu .burgerBtn span::after { content: ''; width: 25px; height: 3px; background: #fff; position: absolute; bottom: 0; right: 0; } } @media only screen and (min-width: 320px) and (max-width: 767px) { body .main-wrapper header .wrap .main-menu.mobile-menu nav { max-height: 1000px; height: 100vh; } body .main-wrapper header .wrap .main-menu.mobile-menu nav .sub-menu { display: none; } header .wrap .main-menu nav .primary-menu { display: block; padding: 0; width: 100%; } .page-four .text-four { font-size: 18px; line-height: 30px; margin: 30px 0; } body .main-wrapper header .wrap .main-menu.mobile-menu .burgerBtn span { background: transparent; } body .main-wrapper header .wrap .main-menu.mobile-menu .burgerBtn span, body .main-wrapper header .wrap .main-menu.mobile-menu .burgerBtn span::before, body .main-wrapper header .wrap .main-menu.mobile-menu .burgerBtn span::after, body .main-wrapper header .wrap .main-menu .burgerBtn span, body .main-wrapper header .wrap .main-menu .burgerBtn span::before, body .main-wrapper header .wrap .main-menu .burgerBtn span::after { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; } body .main-wrapper header .wrap .main-menu.mobile-menu .burgerBtn span::before { transform: rotate(-45deg); top: 3px; } body .main-wrapper header .wrap .main-menu.mobile-menu .burgerBtn span::after { transform: rotate(45deg); top: 3px; } } @media only screen and (min-width: 320px) and (max-width: 767px) { body .main-wrapper header.scroll-nav { z-index: 999; position: fixed; left: 0; right: 0; top: 0; width: 100%; display: block; transition: 0.3s; } body .main-wrapper header.scroll-nav .search { display: block; width: 55%; margin-left: 3%; padding-top: 7px; } body .main-wrapper header.scroll-nav .search input { background: #fff; width: 100%; padding: 4px 25px 4px 10px; /* font-size: 12px; line-height: 12px; */ } body .main-wrapper header.scroll-nav .search .wrap-search { margin-top: 8px; } body .main-wrapper header.scroll-nav .search .img-search { position: absolute; top: 17px; right: 4%; transform: translateY(-50%); } .totop { display: none !important; } } @media only screen and (min-width: 320px) and (max-width: 767px) { .main-page .section-on-site .box-number-three { flex-direction: column; } .main-page .section-product-search .product-search { flex-direction: column; } .main-page .section-product-search .product-search .product-search-column { width: 100%; } .main-page .section-product-search .product-search .product-search-column .product-search-column-title { display: none; } } @media only screen and (min-width: 320px) and (max-width: 767px) { .main-page .section-interest-art .article-articles { width: 100%; } .main-page .section-interest-art .article-articles a { padding: 20px; margin: 0 -15px; } } @media only screen and (min-width: 320px) and (max-width: 767px) { body .main-page .top-meta-section { /*position: absolute;*/ /*width: 100%;*/ /*top: 140px;*/ /*z-index: 7;*/ } body .main-page .m-top.full-content { margin-top: 50px; margin-top: 0; } body .main-page .top-meta-section .wrap { border: 0; } body .main-page .top-meta-section .wrap .search input { /* -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2); background: #fff; padding: 5px 35px 5px 20px; height: 35px; border: 1px solid rgba(0, 0, 0, 0.1);*/ } /* body .main-page .top-meta-section .wrap .search .wrap-search { margin-top: 10px; } */ body .main-page .top-meta-section .wrap .search .img-search { /*top: 17px;*/ } body .main-page .full-content .mobile-first-screen { position: relative; width: 100%; overflow: hidden; } body .main-page .full-content .mobile-first-screen .mobile-first-screen-image { display: flex; justify-content: center; } body .main-page .full-content .mobile-first-screen .mobile-first-screen-image img { /* width: auto; height: 440px; */ width: inherit; height: 440px; margin: 0 auto; } body .main-page .full-content .mobile-first-screen .mobile-first-screen-info { position: absolute; width: 100%; top: 100px; color: #fff; font-family: 'ROOMMEDIUM'; font-weight: 600; font-size: 26px; line-height: 34px; text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.65); text-align: center; letter-spacing: 4px; text-transform: uppercase; } body .main-page .full-content .section-product-search .product-search-column article a { padding: 15px 0; } body .main-page .full-content .section-product-search .product-search-column article a .article-info .date-link { display: block; } body .main-page .full-content .section-product-search .product-search-column article a .article-info .date-link .article-date { display: none; } body .main-page .full-content .news-aside { flex-direction: column; } body .main-page .full-content .news-aside aside { margin: 0; } } @media only screen and (min-width: 320px) and (max-width: 767px) { .box-number-three .box-number:nth-child(1), .box-number-three .box-number:nth-child(2) { margin-bottom: 10px; } .main-wrapper.single-article .section-interest-art.wrap article { width: 100%; } aside.banner-content .banner-reklama.order-first, aside.banner-content .banner-reklama.order-first div, aside.banner-content .banner-reklama.order-first a, aside.banner-content .banner-reklama.order-first img { display: block; width: 100% !important; max-width: 100%; margin: 0 0 15px 0; text-align: center; } } @media only screen and (min-width: 320px) and (max-width: 767px) { .content .wrap .product-nav { flex-wrap: wrap; justify-content: flex-start; } .content .wrap .product-nav a { margin: 5px 5px 5px 0; padding: 0 12px; } .content .wrap .product-nav a:nth-child(1) { order: 1; } .content .wrap .product-nav a:nth-child(2) { order: 3; } .content .wrap .product-nav a:nth-child(3) { order: 2; } .content .wrap .product-nav a:nth-child(4) { order: 4; } .content .wrap .product-nav-img { flex-direction: column-reverse; } .product-nav-img .product-nav-block { width: 100%; } .content .wrap .product-nav-img .product-slider { width: 100%; height: 100%; } .content .wrap .product-info-down { column-count: 1; } .content .wrap .product-info-down div { width: 100%; } } @media only screen and (min-width: 320px) and (max-width: 767px) { /* .top-product-nav-info .title-product-info img { margin: 13px 12px 0 0; } */ } @media only screen and (min-width: 320px) and (max-width: 767px) { aside { display: flex; flex-direction: column; margin-bottom: 30px; margin-top: 0 !important; } aside .banner-reklama { margin: 20px; } aside .section-title-meta-icon { display: flex; } aside #other-product-clone-order { margin-top: 30px; } aside .banner-reklama-mobile { display: block; } aside .banner-reklama-desktop { display: none; } aside .search-too-aside article a { padding: 15px 0; } aside .search-too-aside article a .article-img { display: none; } aside .search-too-aside article a .article-info { width: 100%; } aside .search-too-aside article a .article-info .date-link { display: block; } aside .search-too-aside article a .article-info .date-link .article-date { display: none; } } @media only screen and (min-width: 320px) and (max-width: 767px) { aside .order-first { order: 1; } aside .order-second { order: 2; } aside .order-third { order: 3; } aside .order-fourth { order: 4; width: fit-content; margin: 20px auto; } aside .popular-meta { padding: 20px 20px 0 20px; margin-bottom: 20px; } } @media only screen and (min-width: 320px) and (max-width: 767px) { .two-column-articles.article-wrap { flex-direction: column; } .two-column-articles.article-wrap .right-column, .two-column-articles.article-wrap .left-column { width: 100%; } .two-column-articles.article-wrap .right-column article.news a, .two-column-articles.article-wrap .left-column article.news a { padding: 20px; } } @media only screen and (min-width: 320px) and (max-width: 767px) { .section-interest-art { padding: 0; } .section-interest-art article a { margin: 0; } } @media only screen and (min-width: 320px) and (max-width: 767px) { .article-wrap .news a { padding: 20px !important; margin: 0 !important; } .article-wrap .news a .article-info p { font-size: 12px; line-height: 21px; } } @media only screen and (min-width: 320px) and (max-width: 767px) { .date-link .article-date { margin-right: 5px; padding-right: 5px; } } @media only screen and (min-width: 320px) and (max-width: 767px) { .two-big-news, .small-news { flex-direction: column; flex-wrap: nowrap; } .two-big-news article, .small-news article { width: 100%; } } @media only screen and (min-width: 320px) and (max-width: 767px) { .big-news article:first-child a, .all-big-news article a, .two-big-news article a { padding: 20px; } } @media only screen and (min-width: 320px) and (max-width: 767px) { .single-article .down-meta-share .top-meta { width: 60%; } .single-article .down-meta-share .share { width: 40%; } } @media only screen and (min-width: 320px) and (max-width: 767px) { .single-article .single-article-info .article-date { margin-right: 38px; padding-right: 18px; } } @media only screen and (min-width: 320px) and (max-width: 767px) { .section-title-meta-icon .section-meta-icon, .other-product-slider article .other-prod-img { display: none; } .other-product-slider { flex-direction: column; } .other-product-slider article { width: 100%; display: block; } .section-title-meta-icon { border: 0; padding: 0 20px; -webkit-box-shadow: 0 10px 10px -8px rgba(0, 0, 0, 0.4), 0 -10px 10px -8px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 10px 10px -8px rgba(0, 0, 0, 0.4), 0 -10px 10px -8px rgba(0, 0, 0, 0.4); box-shadow: 0 10px 10px -8px rgba(0, 0, 0, 0.4), 0 -10px 10px -8px rgba(0, 0, 0, 0.4); } } @media only screen and (min-width: 320px) and (max-width: 767px) { .admin-content .section-title-meta-icon { margin: 0 -20px; } } @media only screen and (min-width: 320px) and (max-width: 767px) { footer .minzdrav { /* font-size: 34px; line-height: 30px; height: auto; */ padding: 20px; margin: 0; } footer .footer-content { padding: 20px 20px 0 20px; } footer .footer-content .footer-column-copyright { width: 100%; } footer .footer-content .footer-column-copyright .footer-three-column { flex-direction: column-reverse; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column { width: 100% !important; font-size: 14px; letter-spacing: 0; line-height: 16px; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(1) { width: 28%; margin: 0 0 0 0; } footer .copyright-logo .copyright p:nth-child(2) { margin: 0px 0 0 0; } footer .created { letter-spacing: 4px; } footer .creative { letter-spacing: 2.3px; } /* footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) .about-content { height: 50px; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) a.btn-link { text-align: left; margin: 0; } */ footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) .footer-menu { width: 100%; margin: 0 0 20px 0; } footer .footer-content .footer-column-copyright .footer-three-column .footer-column:nth-child(2) .footer-menu a { font-size: 12px; margin: -2px -8px 10px -8px; } footer .copyright-logo { flex-wrap: wrap; padding: 0 20px 20px 20px; } footer .copyright-logo .copy-block:nth-child(1) { display: none; } footer .copyright-logo .copy-block:nth-child(3) { width: 100%; margin-top: 20px; } footer .copyright-logo .copyright { width: 100%; margin-top: 20px; } footer .copy-block.fresh .creative, footer .copy-block.fresh .created { font-size: 7px; } footer .copy-block.fresh .fresh-logo { font-size: 22px; line-height: 24px; right: 2px; } footer .copy-block.fresh .fresh-logo span { width: 26px; } .fresh:hover > a .fresh-logo span { width: 22px; } } /* ДЛЯ ПЕЧАТИ */ .for-print { width: 50%; display: block; } .for-print h2, .for-print h3, .for-print h4, .for-print h5, .for-print h6 { font-size: 20px; margin: 20px 0; } .for-print img { display: none; } .print-btn { position: relative; display: flex; justify-content: space-between; align-items: center; } .for-print a { color: #000000; text-decoration: none; cursor: text; } .for-print .btn-print { position: relative; display: block; width: 45%; border: 1px solid #598fbd; border-radius: 35px; padding: 15px; margin: 20px 0; text-align: center; text-transform: uppercase; cursor: pointer; -webkit-transition: .3s linear; -moz-transition: .3s linear; -ms-transition: .3s linear; -o-transition: .3s linear; transition: .3s linear; } .for-print .btn-print:first-child::before, .for-print .btn-print:last-child::before { font-family: 'FontAwesome'; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } .for-print .btn-print:first-child::before { content: '\f053'; left: 40%; font-size: 9px; } .for-print .btn-print:last-child::before { content: '\f02f'; right: 32%; } .for-print .btn-print, .for-print .btn-print:last-child:hover { color: #598fbd; background: #ffffff /* Old browsers */; } .for-print .btn-print:last-child, .for-print .btn-print:hover { color: #fff; background: #5699c0 /* Old browsers */; background: -moz-linear-gradient(left, #559cc1 0%, #5d83ba 100%) /* FF3.6-15 */; background: -webkit-linear-gradient(left, #559cc1 0%, #5d83ba 100%) /* Chrome10-25,Safari5.1-6 */; background: linear-gradient(to right, #559cc1 0%, #5e7fb9 100%) /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */; -webkit-transition: .3s linear; -moz-transition: .3s linear; -ms-transition: .3s linear; -o-transition: .3s linear; transition: .3s linear; } @media (min-width: 1170px) and (max-width: 1440px) { .for-print .btn-print { width: 43%; } .for-print .btn-print:first-child::before { left: 37%; } .for-print .btn-print:last-child::before { right: 27%; } } @media (min-width: 768px) and (max-width: 1050px) { .for-print .btn-print { width: 40%; } .for-print .btn-print:first-child::before { left: 34%; } .for-print .btn-print:last-child::before { right: 23%; } } @media (max-width: 767px) { .for-print { width: 90%; } .print-btn { flex-direction: column; } .for-print .btn-print { width: 100%; margin: 5px 0; } .for-print .btn-print:first-child::before { left: 34%; } .for-print .btn-print:last-child::before { right: 23%; } } .for-print .from { border-bottom: 1px solid; padding: 20px 0; } .for-print .print-btn:last-child { margin: 30px 0; } @media print { .for-print { width: 100%; } .for-print a.btn-print { display: none; } } .body-promotion { position: fixed; top: 0; left: 0; width: 100vw !important; height: auto; overflow: hidden; } header .wrap .main-menu div.lang-menu { padding: 0 20px; } .admin-content iframe { width: 100%; } @media only screen and (min-width: 768px) { /*desctop top250???*//*tablet top250???*/ body.has-promo .main-wrapper { margin-top: 150px; } body.has-promo .fixed-wrap { top: 150px; } } @media only screen and (max-width: 767px) { /*mobile top 200*/ body.has-promo .main-wrapper { margin-top: 200px; } body.has-promo .fixed-wrap { top: 0; } }
0.438545
0.08617
*{ padding: 0; margin: 0; font-family: "Open Sans"; } html, body{ background-color: white; height: 100%; width: 100%; } /*Used to make sure that screen elements don't extent out past the max width*/ #wrapper{ width: 100%; height: 100%; background-color: #f2f2f2; } #full_screen_header{ display: none; } #mobile_header{ width: 100%; height: 50px; margin-bottom: 5px; text-align: center; background-color: #222222;; color: white; } #page_name{ position: relative; transition: opacity 0.2s; display: inline-block; top: 10px; overflow: hidden; } /*All CSS classes related to the header go here*/ #navbar_title{ background-color: #222222; height: 50px; width: 100%; z-index: 10; } #navbar_symbol{ z-index: 4; position: absolute; width: 20px; margin-left: 10px; transition: margin-left 0.2s; } #navbar_title img{ height: 30px; margin-top:10px; display: inline-block; vertical-align: middle; position: relative; left: 5px; margin-right: 10px; } #product_name{ font-size: 13px; margin-top:10px; opacity: 0; transition: opacity 1s; color: white; vertical-align: middle; display: inline-block; font-family: Arial; } /*All CSS relating to the navigation bar*/ #navbar{ position: fixed; width: 0; transition: width 0.2s; overflow: hidden; top: 0px; left: 0px; background-color: #0099cc; height: 100%; z-index: 10; } .navbar_section_title{ font-weight: normal; font-size: 15px; } #navbar_title_main{ display: block; width: 180px; margin: auto; border-bottom: 1px solid white; } #navContent{ color: white; } #navList{ font-size: 14px; font-weight: 600; list-style-type: none; } #navList li{ } #navList li:hover{ background-color: #222222; box-shadow: 5px 0 0 #0099cc inset; } #navList a{ text-decoration: none; color: white; display: block; position: relative; padding: 10px; } /*Styling to contain the right hand side of the page*/ #main_page{ margin: 0; } .dashboard_display{ margin: 0; } /*==========================DBHOME.HTML=====================*/ .text_content{ padding: 10px; } /*=========================ROOM.HTML======================*/ /*Stuff relating to submit form at the top*/ .option_selector{ background-color: white; border-radius: 3px; height: 80px; margin-bottom: 5px; text-align: center; } #building_selector{ position: relative; top: 8px; display: inline-block; margin-right: 10px; vertical-align: middle; } #room_selector{ position: relative; top: 8px; } #submit_button{ position: relative; top: 8px; } /*Chart div and chart styling*/ .outer{ padding: 5px; background-color: white; } .left_column{ background-color: white; width: 100%; height: auto; display: block; margin-bottom: 5px; } .right_column{ width: 100%; display: block; height: auto; background-color: white; margin-bottom: 5px; } .page_title{ background-color: white; border-radius: 3px; padding: 5px 5px 10px 5px; text-align: left; } .page_title h1{ border-bottom: solid 1px black; } /*Chart Styling for room.html*/ .chartArea{ background-color: white; width: 95%; margin-top: 10px; height: 150px; display: block; } .percentage_display{ width: 100%; margin: 0; text-align: center; } .full_column{ background-color: white; display: block; width: 100%; margin-top: 5px; } .full_column_chart{ height: 300px; background-color: white; } .full_column_chart_tall{ height: 500px; background-color: white; } .chart_title{ background-color: #0099CC; text-align: center; color: white; margin-bottom: 2px; font-weight: 200; } #date_selector{ } .date_picker{ position: relative; top: 10px; } /*===========================BUILDING.HTML=========================*/ #googleMap{ height: 300px; } .map_section{ margin-bottom: 5px; padding: 10px; background-color: white; } .building_list{ background-color: white; list-style-type: none; } .building_list li{ padding: 5px; transition: background-color 0.5s; } .list_element_title{ height: 50px; margin: 0; padding: 5px; } .list_element_title:hover{ background-color: lightgray; cursor: pointer; } .building_list a{ display: block; } .building_list h4{ display: inline-block; } .building_list_element_sub_section{ height: 10px; background-color: green; transition: height 0.2s; } .building_list_element{ height: 50px; } .building_info_section{ background-color: white; padding: 0.5%; } .three_column_left{ background-color: white; width: 100%; margin-bottom: 10px; display: block; /*border: solid 1px black;*/ text-align: center; } #building_image{ width: 80%; } .three_column_middle{ text-align: center; width: 100%; margin-bottom: 10px; background-color: white; display: block; /*border: solid 1px red;*/ } .three_column_right{ width: 100%; display: block; } .table_title{ font-weight: 700; font-size: 25px; border-bottom: 1px solid black; text-align: left; } #contact_info{ width: 80%; margin: auto; } #general_info{ width: 80%; margin: auto; } .info_table{ width: 100%; padding: 10px; } .info_table td:first-child{ font-weight: 700; text-align: left; } .info_table td:last-child{ text-align: right; } .capacity_table{ width: 100%; padding: 10px; } .capacity_table td:first-child{ font-weight: 700; text-align: center; } .capacity_table td:last-child{ text-align: center; } /*=======RESPONSIVE STYLING FOR ROOM PAGE=============*/
application/static/dashboard_640.css
*{ padding: 0; margin: 0; font-family: "Open Sans"; } html, body{ background-color: white; height: 100%; width: 100%; } /*Used to make sure that screen elements don't extent out past the max width*/ #wrapper{ width: 100%; height: 100%; background-color: #f2f2f2; } #full_screen_header{ display: none; } #mobile_header{ width: 100%; height: 50px; margin-bottom: 5px; text-align: center; background-color: #222222;; color: white; } #page_name{ position: relative; transition: opacity 0.2s; display: inline-block; top: 10px; overflow: hidden; } /*All CSS classes related to the header go here*/ #navbar_title{ background-color: #222222; height: 50px; width: 100%; z-index: 10; } #navbar_symbol{ z-index: 4; position: absolute; width: 20px; margin-left: 10px; transition: margin-left 0.2s; } #navbar_title img{ height: 30px; margin-top:10px; display: inline-block; vertical-align: middle; position: relative; left: 5px; margin-right: 10px; } #product_name{ font-size: 13px; margin-top:10px; opacity: 0; transition: opacity 1s; color: white; vertical-align: middle; display: inline-block; font-family: Arial; } /*All CSS relating to the navigation bar*/ #navbar{ position: fixed; width: 0; transition: width 0.2s; overflow: hidden; top: 0px; left: 0px; background-color: #0099cc; height: 100%; z-index: 10; } .navbar_section_title{ font-weight: normal; font-size: 15px; } #navbar_title_main{ display: block; width: 180px; margin: auto; border-bottom: 1px solid white; } #navContent{ color: white; } #navList{ font-size: 14px; font-weight: 600; list-style-type: none; } #navList li{ } #navList li:hover{ background-color: #222222; box-shadow: 5px 0 0 #0099cc inset; } #navList a{ text-decoration: none; color: white; display: block; position: relative; padding: 10px; } /*Styling to contain the right hand side of the page*/ #main_page{ margin: 0; } .dashboard_display{ margin: 0; } /*==========================DBHOME.HTML=====================*/ .text_content{ padding: 10px; } /*=========================ROOM.HTML======================*/ /*Stuff relating to submit form at the top*/ .option_selector{ background-color: white; border-radius: 3px; height: 80px; margin-bottom: 5px; text-align: center; } #building_selector{ position: relative; top: 8px; display: inline-block; margin-right: 10px; vertical-align: middle; } #room_selector{ position: relative; top: 8px; } #submit_button{ position: relative; top: 8px; } /*Chart div and chart styling*/ .outer{ padding: 5px; background-color: white; } .left_column{ background-color: white; width: 100%; height: auto; display: block; margin-bottom: 5px; } .right_column{ width: 100%; display: block; height: auto; background-color: white; margin-bottom: 5px; } .page_title{ background-color: white; border-radius: 3px; padding: 5px 5px 10px 5px; text-align: left; } .page_title h1{ border-bottom: solid 1px black; } /*Chart Styling for room.html*/ .chartArea{ background-color: white; width: 95%; margin-top: 10px; height: 150px; display: block; } .percentage_display{ width: 100%; margin: 0; text-align: center; } .full_column{ background-color: white; display: block; width: 100%; margin-top: 5px; } .full_column_chart{ height: 300px; background-color: white; } .full_column_chart_tall{ height: 500px; background-color: white; } .chart_title{ background-color: #0099CC; text-align: center; color: white; margin-bottom: 2px; font-weight: 200; } #date_selector{ } .date_picker{ position: relative; top: 10px; } /*===========================BUILDING.HTML=========================*/ #googleMap{ height: 300px; } .map_section{ margin-bottom: 5px; padding: 10px; background-color: white; } .building_list{ background-color: white; list-style-type: none; } .building_list li{ padding: 5px; transition: background-color 0.5s; } .list_element_title{ height: 50px; margin: 0; padding: 5px; } .list_element_title:hover{ background-color: lightgray; cursor: pointer; } .building_list a{ display: block; } .building_list h4{ display: inline-block; } .building_list_element_sub_section{ height: 10px; background-color: green; transition: height 0.2s; } .building_list_element{ height: 50px; } .building_info_section{ background-color: white; padding: 0.5%; } .three_column_left{ background-color: white; width: 100%; margin-bottom: 10px; display: block; /*border: solid 1px black;*/ text-align: center; } #building_image{ width: 80%; } .three_column_middle{ text-align: center; width: 100%; margin-bottom: 10px; background-color: white; display: block; /*border: solid 1px red;*/ } .three_column_right{ width: 100%; display: block; } .table_title{ font-weight: 700; font-size: 25px; border-bottom: 1px solid black; text-align: left; } #contact_info{ width: 80%; margin: auto; } #general_info{ width: 80%; margin: auto; } .info_table{ width: 100%; padding: 10px; } .info_table td:first-child{ font-weight: 700; text-align: left; } .info_table td:last-child{ text-align: right; } .capacity_table{ width: 100%; padding: 10px; } .capacity_table td:first-child{ font-weight: 700; text-align: center; } .capacity_table td:last-child{ text-align: center; } /*=======RESPONSIVE STYLING FOR ROOM PAGE=============*/
0.301568
0.055772
:root { --primary: #233f44; --secondary: #5cacbc; --tertiary: #fff; /* --primary-dark: #2C8FC7; */ } /* Global Styles */ html, body { width: 100%; height: 100%; } body { font-family: 'Roboto', sans-serif; color: var(--primary); } .h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{ font-family:inherit; } .text-vertical-center { display: table-cell; text-align: center; vertical-align: middle; } .text-vertical-center h1 { margin: 0; padding: 0; font-size: 4.5em; font-weight: 500; } .banner-box { margin: 0 auto; width: 60%; background: var(--primary); padding: 40px 20px 20px; opacity: .9; color: var(--tertiary); } .bg-primary { background: var(--primary); } .bg-secondary { background: var(--secondary); color: var(--tertiary); } /* Custom Button Styles */ .btn-dark { border-radius: 0; color: var(--tertiary); background: var(--secondary); } .btn-dark:hover, .btn-dark:focus, .btn-dark:active { color: var(--primary); background-color: var(--tertiary); border: 1px solid var(--primary); } .btn-light { border-radius: 0; color: #333; background-color: var(--tertiary); } .btn-light:hover, .btn-light:focus, .btn-light:active { color: #333; background-color: var(--tertiary); } .btn-group-lg>.btn, .btn-lg { padding: 4px 16px; } /* Custom Horizontal Rule */ hr.small { max-width: 100px; margin-top: 40px; } /* Side Menu */ #sidebar-wrapper { z-index: 1000; position: fixed; right: 0; width: 250px; height: 100%; transform: translateX(250px); overflow-y: auto; background: var(--primary); -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; filter: drop-shadow(-1px 5px 4px #777); } .sidebar-nav { position: absolute; top: 0; width: 250px; margin: 0; padding: 0; list-style: none; } .sidebar-nav li { text-indent: 20px; line-height: 40px; } .sidebar-nav li a { display: block; text-decoration: none; color: var(--tertiary); } .sidebar-nav li a:hover { text-decoration: none; color: var(--primary); background: var(--tertiary); } .sidebar-nav li a:active, .sidebar-nav li a:focus { text-decoration: none; } .sidebar-nav > .sidebar-brand { height: 55px; font-size: 18px; line-height: 55px; } .sidebar-nav > .sidebar-brand a { color: var(--tertiary); } .sidebar-nav > .sidebar-brand a:hover { color: var(--secondary); background: none; } #menu-toggle { z-index: 1; position: fixed; top: 0; right: 0; } #sidebar-wrapper.active { right: 250px; width: 250px; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; } .toggle { margin: 5px 5px 0 0; } /* Header */ .header { display: table; position: relative; width: 100%; height: 100%; background: url(../img/denver-2228783_1920.jpg) no-repeat center center scroll; opacity: .9; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } h3 { width: 100%; margin-top: 10px; color: var(--tertiary); } /* About */ .about { padding: 50px 0; } .lead { text-align: left; padding-left: 20px; } .about-img { width: 100%; margin-bottom: 15px; } /* Experience/Education */ .services { padding: 50px 0; } .service-item { margin-bottom: 30px; -webkit-transition: background .5s linear; -moz-transition: background .5s linear; -o-transition: background .5s linear; -ms-transition: background .5s linear; transition: background .5s linear; } .service-item.exp a { color: var(--tertiary); } .skills-container { display: grid; grid-template-columns: repeat(6, 1fr [col-start]); grid-gap: 1rem; padding: 2rem 0; height: 25rem; } .skill-icon { width: 4rem; } .devicon-icon { font-size: 4rem; color: var(--secondary); } .skill-container { display: flex; flex-direction: column; background: rgb(255, 255, 255, .1); } .skill-icon-container { padding-top: 10px; color: var(--primary); } .skill-name-container { visibility: hidden; padding-bottom: 5px; } .faded-white { background-color: var(--tertiary); -webkit-transition: background .5s linear; -moz-transition: background .5s linear; -o-transition: background .5s linear; -ms-transition: background .5s linear; transition: background .5s linear; } .found-skill-name { visibility: visible; color: var(--primary); } div.hover { margin: 40px 0 20px; color: var(--secondary); } .experience-description { font-size: 1.25em; text-align: left; line-height: 2em; -webkit-transition: background .5s linear; -moz-transition: background .5s linear; -o-transition: background .5s linear; -ms-transition: background .5s linear; transition: background .5s linear; } .experience-description-padding { padding: 30px 80px; } /* Portfolio */ .portfolio { padding: 50px 0; } .portfolio-item { margin-bottom: 30px; } .img-portfolio { margin: 0 auto; } .img-portfolio:hover { opacity: 0.8; } .portfolio-description { text-align: left; font-size: 1.2em; line-height: 1.8; color: var(--primary); margin-top: 30px; } .portfolio-description-link { color: var(--tertiary); text-decoration: none; } .portfolio-description-link:hover { font-weight: 700; color: var(--tertiary); text-decoration: none; } .portfolio-icons { display: flex; justify-content: center; } .portfolio-icon-container { margin: 40px; } .portfolio-icon { width: 14em; height: 14em; background-size: cover; } .portfolio-name { margin-top: 20px; font-size: 1.5em; } /* Callout */ .callout { display: table; width: 100%; height: 400px; color: #fff; background: url(../img/landscape-1843128_1920.jpg) no-repeat center center scroll; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } .callout-box { margin: 0 auto; width: 100%; height: 100%; background: rgba(151, 154, 132, .9); padding: 40px 80px; color: rgba(111, 66, 58, 1); } .callout-quote { text-align: left; } .callout-author { text-align: right; } /* Call to Action */ .call-to-action { padding: 50px 0; } .call-to-action .btn { margin: 10px; } #html5-icon { grid-area: html5-icon; } #css3-icon { grid-area: css3-icon; } #javascript-icon { grid-area: javascript-icon; } #jquery-icon { grid-area: jquery-icon; } #react-icon { grid-area: react-icon; } #vue-icon { grid-area: vue-icon; } #python-icon { grid-area: python-icon; } #django-icon { grid-area: django-icon; } #flask-icon { grid-area: flask-icon; } #php-icon { grid-area: php-icon; } #laravel-icon { grid-area: laravel-icon; } #nodejs-icon { grid-area: nodejs-icon; } #mysql-icon { grid-area: mysql-icon; } #postgresql-icon { grid-area: postgresql-icon; } #mongodb-icon { grid-area: mongodb-icon; } #docker-icon { grid-area: docker-icon; } #kubernetes-icon { grid-area: kubernetes-icon; } #aws-icon { grid-area: aws-icon; } #html5-name { grid-area: html5-name; } #css3-name { grid-area: css3-name; } #javascript-name { grid-area: javascript-name; } #jquery-name { grid-area: jquery-name; } #react-name { grid-area: react-name; } #vue-name { grid-area: vue-name; } #python-name { grid-area: python-name; } #django-name { grid-area: django-name; } #flask-name { grid-area: flask-name; } #php-name { grid-area: php-name; } #laravel-name { grid-area: laravel-name; } #nodejs-name { grid-area: nodejs-name; } #mysql-name { grid-area: mysql-name; } #postgresql-name { grid-area: postgresql-name; } #mongodb-name { grid-area: mongodb-name; } #docker-name { grid-area: docker-name; } #kubernetes-name { grid-area: kubernetes-name; } #aws-name { grid-area: aws-name; } @media screen and (min-width:992px) { .timeline-md { position: relative; top: 100px; width: 80%; border-top: 2px solid var(--secondary); z-index: -2; } .timeline-vert { display: none; } .exp { color: var(--tertiary); background: var(--secondary); padding: 5px; min-height: 120px; } } @media screen and (max-width:991px) { .timeline-md { position: relative; top: 100px; width: 80%; border-top: 2px solid var(--secondary); z-index: -2; display: none; } .timeline-vert { background-color: var(--secondary); position: relative; margin-left: 49%; margin-top: -30px; margin-bottom: -30px; width: 2px; height: 30px; z-index: -2; float: none; } .exp { color: var(--tertiary); background: var(--secondary); padding: 5px; min-height: 55px; width: 70%; margin: 30px auto; } .experience-description { width: 70%; margin: 30px auto; } } /* Footer */ footer { padding: 100px 0; } #to-top { display: none; position: fixed; bottom: 5px; right: 5px; } footer li a { color: var(--primary); } footer li a:hover { color: var(--secondary); } .list-unstyled li, .list-unstyled li a { color: var(--secondary); }
css/stylish-portfolio.css
:root { --primary: #233f44; --secondary: #5cacbc; --tertiary: #fff; /* --primary-dark: #2C8FC7; */ } /* Global Styles */ html, body { width: 100%; height: 100%; } body { font-family: 'Roboto', sans-serif; color: var(--primary); } .h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{ font-family:inherit; } .text-vertical-center { display: table-cell; text-align: center; vertical-align: middle; } .text-vertical-center h1 { margin: 0; padding: 0; font-size: 4.5em; font-weight: 500; } .banner-box { margin: 0 auto; width: 60%; background: var(--primary); padding: 40px 20px 20px; opacity: .9; color: var(--tertiary); } .bg-primary { background: var(--primary); } .bg-secondary { background: var(--secondary); color: var(--tertiary); } /* Custom Button Styles */ .btn-dark { border-radius: 0; color: var(--tertiary); background: var(--secondary); } .btn-dark:hover, .btn-dark:focus, .btn-dark:active { color: var(--primary); background-color: var(--tertiary); border: 1px solid var(--primary); } .btn-light { border-radius: 0; color: #333; background-color: var(--tertiary); } .btn-light:hover, .btn-light:focus, .btn-light:active { color: #333; background-color: var(--tertiary); } .btn-group-lg>.btn, .btn-lg { padding: 4px 16px; } /* Custom Horizontal Rule */ hr.small { max-width: 100px; margin-top: 40px; } /* Side Menu */ #sidebar-wrapper { z-index: 1000; position: fixed; right: 0; width: 250px; height: 100%; transform: translateX(250px); overflow-y: auto; background: var(--primary); -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; filter: drop-shadow(-1px 5px 4px #777); } .sidebar-nav { position: absolute; top: 0; width: 250px; margin: 0; padding: 0; list-style: none; } .sidebar-nav li { text-indent: 20px; line-height: 40px; } .sidebar-nav li a { display: block; text-decoration: none; color: var(--tertiary); } .sidebar-nav li a:hover { text-decoration: none; color: var(--primary); background: var(--tertiary); } .sidebar-nav li a:active, .sidebar-nav li a:focus { text-decoration: none; } .sidebar-nav > .sidebar-brand { height: 55px; font-size: 18px; line-height: 55px; } .sidebar-nav > .sidebar-brand a { color: var(--tertiary); } .sidebar-nav > .sidebar-brand a:hover { color: var(--secondary); background: none; } #menu-toggle { z-index: 1; position: fixed; top: 0; right: 0; } #sidebar-wrapper.active { right: 250px; width: 250px; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; } .toggle { margin: 5px 5px 0 0; } /* Header */ .header { display: table; position: relative; width: 100%; height: 100%; background: url(../img/denver-2228783_1920.jpg) no-repeat center center scroll; opacity: .9; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } h3 { width: 100%; margin-top: 10px; color: var(--tertiary); } /* About */ .about { padding: 50px 0; } .lead { text-align: left; padding-left: 20px; } .about-img { width: 100%; margin-bottom: 15px; } /* Experience/Education */ .services { padding: 50px 0; } .service-item { margin-bottom: 30px; -webkit-transition: background .5s linear; -moz-transition: background .5s linear; -o-transition: background .5s linear; -ms-transition: background .5s linear; transition: background .5s linear; } .service-item.exp a { color: var(--tertiary); } .skills-container { display: grid; grid-template-columns: repeat(6, 1fr [col-start]); grid-gap: 1rem; padding: 2rem 0; height: 25rem; } .skill-icon { width: 4rem; } .devicon-icon { font-size: 4rem; color: var(--secondary); } .skill-container { display: flex; flex-direction: column; background: rgb(255, 255, 255, .1); } .skill-icon-container { padding-top: 10px; color: var(--primary); } .skill-name-container { visibility: hidden; padding-bottom: 5px; } .faded-white { background-color: var(--tertiary); -webkit-transition: background .5s linear; -moz-transition: background .5s linear; -o-transition: background .5s linear; -ms-transition: background .5s linear; transition: background .5s linear; } .found-skill-name { visibility: visible; color: var(--primary); } div.hover { margin: 40px 0 20px; color: var(--secondary); } .experience-description { font-size: 1.25em; text-align: left; line-height: 2em; -webkit-transition: background .5s linear; -moz-transition: background .5s linear; -o-transition: background .5s linear; -ms-transition: background .5s linear; transition: background .5s linear; } .experience-description-padding { padding: 30px 80px; } /* Portfolio */ .portfolio { padding: 50px 0; } .portfolio-item { margin-bottom: 30px; } .img-portfolio { margin: 0 auto; } .img-portfolio:hover { opacity: 0.8; } .portfolio-description { text-align: left; font-size: 1.2em; line-height: 1.8; color: var(--primary); margin-top: 30px; } .portfolio-description-link { color: var(--tertiary); text-decoration: none; } .portfolio-description-link:hover { font-weight: 700; color: var(--tertiary); text-decoration: none; } .portfolio-icons { display: flex; justify-content: center; } .portfolio-icon-container { margin: 40px; } .portfolio-icon { width: 14em; height: 14em; background-size: cover; } .portfolio-name { margin-top: 20px; font-size: 1.5em; } /* Callout */ .callout { display: table; width: 100%; height: 400px; color: #fff; background: url(../img/landscape-1843128_1920.jpg) no-repeat center center scroll; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } .callout-box { margin: 0 auto; width: 100%; height: 100%; background: rgba(151, 154, 132, .9); padding: 40px 80px; color: rgba(111, 66, 58, 1); } .callout-quote { text-align: left; } .callout-author { text-align: right; } /* Call to Action */ .call-to-action { padding: 50px 0; } .call-to-action .btn { margin: 10px; } #html5-icon { grid-area: html5-icon; } #css3-icon { grid-area: css3-icon; } #javascript-icon { grid-area: javascript-icon; } #jquery-icon { grid-area: jquery-icon; } #react-icon { grid-area: react-icon; } #vue-icon { grid-area: vue-icon; } #python-icon { grid-area: python-icon; } #django-icon { grid-area: django-icon; } #flask-icon { grid-area: flask-icon; } #php-icon { grid-area: php-icon; } #laravel-icon { grid-area: laravel-icon; } #nodejs-icon { grid-area: nodejs-icon; } #mysql-icon { grid-area: mysql-icon; } #postgresql-icon { grid-area: postgresql-icon; } #mongodb-icon { grid-area: mongodb-icon; } #docker-icon { grid-area: docker-icon; } #kubernetes-icon { grid-area: kubernetes-icon; } #aws-icon { grid-area: aws-icon; } #html5-name { grid-area: html5-name; } #css3-name { grid-area: css3-name; } #javascript-name { grid-area: javascript-name; } #jquery-name { grid-area: jquery-name; } #react-name { grid-area: react-name; } #vue-name { grid-area: vue-name; } #python-name { grid-area: python-name; } #django-name { grid-area: django-name; } #flask-name { grid-area: flask-name; } #php-name { grid-area: php-name; } #laravel-name { grid-area: laravel-name; } #nodejs-name { grid-area: nodejs-name; } #mysql-name { grid-area: mysql-name; } #postgresql-name { grid-area: postgresql-name; } #mongodb-name { grid-area: mongodb-name; } #docker-name { grid-area: docker-name; } #kubernetes-name { grid-area: kubernetes-name; } #aws-name { grid-area: aws-name; } @media screen and (min-width:992px) { .timeline-md { position: relative; top: 100px; width: 80%; border-top: 2px solid var(--secondary); z-index: -2; } .timeline-vert { display: none; } .exp { color: var(--tertiary); background: var(--secondary); padding: 5px; min-height: 120px; } } @media screen and (max-width:991px) { .timeline-md { position: relative; top: 100px; width: 80%; border-top: 2px solid var(--secondary); z-index: -2; display: none; } .timeline-vert { background-color: var(--secondary); position: relative; margin-left: 49%; margin-top: -30px; margin-bottom: -30px; width: 2px; height: 30px; z-index: -2; float: none; } .exp { color: var(--tertiary); background: var(--secondary); padding: 5px; min-height: 55px; width: 70%; margin: 30px auto; } .experience-description { width: 70%; margin: 30px auto; } } /* Footer */ footer { padding: 100px 0; } #to-top { display: none; position: fixed; bottom: 5px; right: 5px; } footer li a { color: var(--primary); } footer li a:hover { color: var(--secondary); } .list-unstyled li, .list-unstyled li a { color: var(--secondary); }
0.404037
0.082809
body { background: #fff; margin: 0; padding: 0; font-family: "Raleway Regular"; font-size: 14px; letter-spacing: 1px; } p { margin: 20px 0; display: block; font-size: 16px; font-family: "Raleway Regular"; color: #000; line-height: 26px; } .content { margin: 20px 0; display: block; font-size: 16px; font-family: "Raleway Regular"; color: #000; line-height: 26px; text-align: left; } .inner_container {min-height: 550px;} /*Margin css*/ .margintop_0 {margin-top: 0px !important;} .margintop_10 {margin-top: 10px !important;} .margintop_74 {margin-top: 74px !important;} .breadcrumb {margin: 20px 0; text-align: left;} .breadcrumb>li>a {color: #7ebc4c; text-decoration: none;} .breadcrumb>li>a:hover {color: #00bf4b;} .btn-primary { background-color: #00bf4b; background-image: none; font-family: "Raleway Regular"; font-size: 20px; letter-spacing: 1px; color: #fff; border-radius: 50px; transition: .3s; border: 1px solid #00bf4b; box-shadow: none; } .btn-primary:hover { color: #000; background-color: #00bf4b; border: 1px solid #00bf4b; background-image: none; } .btn-primary.focus, .btn-primary:focus { color: #000; background-color: #00bf4b; border: 1px solid #00bf4b; background-image: none; outline: 0px; } input:-webkit-autofill { -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 1) inset !important; } input:-webkit-autofill:focus { -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 1) inset !important; } .landing { overflow: hidden; position: relative; background: url(../img/main-bg.jpg) no-repeat center bottom fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .landing-main { width: 100%; height: 100%; text-align: center; margin: 0 auto; padding:30px; position: fixed; display: table; } .landing-cont { display: table-cell; vertical-align: middle; } .landing-cont img { display: inline-block; margin: 0 0 80px; } .landing-cont h1 { color: #7fbb4e; font-family: "Raleway Medium"; font-size: 36px; margin: 0 0 30px; } .landing-cont p { color: #231f20; font-family: "Raleway Regular"; font-size: 20px; margin: 0 0 30px; } .btn-start { background: #00bf4b; font-family: "Raleway Regular"; font-size: 36px; color: #fff; padding: 20px 50px; border-radius: 50px; transition: .3s; } /*Header css*/ .header-main { background: #fff; border-bottom: 2px solid #00bf4b; padding: 10px 0; position: fixed; width: 100%; top: 0; z-index: 99; } .header-main .navbar-default { background-image: none; background-color: transparent; border: 0 none; box-shadow: none; margin: 0; } .header-main .navbar-default .navbar-brand { float: left; height: auto; padding: 0; font-size: 18px; line-height: 1; } .navbar-default .navbar-toggle { background-color: #7ebc4c; border: 1px solid #7ebc4c; } .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color: #7ebc4c; border-color: #7ebc4c; } .navbar-default .navbar-toggle .icon-bar { background-color: #fff; } .header-main .navbar-default .navbar-nav li { padding-top: 15px; color: #464a4d; font-size: 16px; text-shadow: none; font-family: "Raleway Semibold"; margin: 0 10px; } .header-main .navbar-default .navbar-nav li span { padding-top: 15px; color: #7ebc4c; font-size: 16px; padding-right: 30px; text-shadow: none; font-family: "Raleway Semibold"; } .header-main .navbar-default .navbar-nav a { color: #464a4d; font-size: 16px; padding-top: 0; padding-bottom: 5px; text-shadow: none; font-family: "Raleway Semibold"; transition: .3s; border-bottom: 1px solid transparent; } .header-main .navbar-default .navbar-nav a:hover { color: #7ebc4c; background: transparent; box-shadow: none; border-bottom: 1px solid #7ebc4c; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a { background: transparent; color: #7ebc4c; box-shadow: none; border-bottom: 1px solid #7ebc4c; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: transparent; } /* Login page css */ .login-main { background: url(../img/login_bg.jpg) no-repeat center; background-size: cover; padding: 40px 0; text-align: center; } .login-main .logo-sect { margin: 0 auto 80px; } .login-main .logo-sect img { display: inline-block; } .login-cont { margin:0 0 40px; } .login-cont h1 { color: #7fbb4e; font-family: "Raleway Medium"; font-size: 36px; margin: 0 0 50px; } .login-cont .input-group { margin: 0 0 15px; border-bottom: 1px solid #7ebc4c; } .login-cont .input-group .input-group-addon { background-color: transparent; border-radius: 0px; border: 0 none; color: #7ebc4c; min-width: 45px; } .login-cont .input-group .input-group-addon i { font-size: 20px; line-height: 20px; } .login-cont .input-group .form-control { background: transparent; border-radius: 0px; border: 0 none; box-shadow: none; color: #000; font-family: "Raleway Regular"; font-size: 13px; } .login-cont .forgot { margin: 20px 0; display: block; font-size: 16px; font-family: "Raleway Regular"; color: #7ebb4d; } .login-cont .forgot:hover {color: #7ebb4d;} .login-cont p { margin: 20px 0; display: block; font-size: 16px; font-family: "Raleway Regular"; color: #000; } .login-cont p a {color: #7ebb4d;} .divider { text-align: center; margin: 40px auto; } .divider img {display: inline-block;} /*Feedback css */ .feedback .input-group { border: 1px solid #7ebc4c; width: 100%; } .feedback .input-group textarea { resize: none; height: 120px; } .feedback .social-sec { margin: 30px auto 0; text-align: center; } .feedback .social-sec a { display: inline-block; margin: 0 3px; width: auto; } .feedback .social-sec a img { display: inline-block; } /* Media listing page css */ .inner-main { background: #fff; margin-top: 74px; } .inner-heading { margin: 30px 0; padding: 0 0 5px; border-bottom: 1px solid #ccc; } .inner-heading h2 { color: #000; font-family: "Raleway Medium"; font-size: 22px; margin: 0; float: left; } .inner-heading span { float: right; color: #7ebc4c; font-family: "Raleway Regular"; font-size: 18px; margin: 0; } .inner-cont { padding: 15px; background: #f0f0f0; border-left: 3px solid #00bf4b; margin: 20px 0; } .cont-heading { margin: 0; padding: 0 0 5px; } .cont-heading h2 { color: #000; font-family: "Raleway Medium"; font-size: 22px; margin: 0; float: left; } .cont-heading h2 a { color: #000; font-family: "Raleway Medium"; font-size: 22px; margin: 0; } .cont-heading span { float: right; color: #7ebc4c; font-family: "Raleway Regular"; font-size: 18px; margin: 0; } .inner-cont .img-cont { position: relative; margin-bottom: 0px; } .inner-cont .img-cont .action-cont { display: none; } .inner-cont .img-cont:hover .action-cont { display: block; position: absolute; left: 0; right: 0; text-align: center; vertical-align: middle; bottom: 10px; line-height: 1; } .inner-cont .img-cont:hover .action-cont .btn-view { background: #00bf4b; padding: 10px 20px; color: #fff; font-family: "Raleway Regular"; font-size: 15px; margin-bottom: 10px; text-align: center; text-decoration: none; transition: .3s; display: inline-block; -webkit-border-radius: 25px; -moz-border-radius: 25px; -o-border-radius: 25px; -ms-border-radius: 25px; border-radius: 25px; } .inner-cont .img-cont:hover .action-cont .btn-view:hover { color: #000; } .inner-cont .img-cont:hover .action-cont .btn-remove { background: #eb3333; padding: 10px 20px; color: #fff; font-family: "Raleway Regular"; font-size: 15px; text-align: center; margin-bottom: 10px; text-decoration: none; transition: .3s; display: inline-block; -webkit-border-radius: 25px; -moz-border-radius: 25px; -o-border-radius: 25px; -ms-border-radius: 25px; border-radius: 25px; } .inner-cont .img-cont:hover .action-cont .btn-remove:hover { color: #000; } .viewmore { float: right; background: #7ebc4c; color: #fff; text-align: center; padding: 6px 12px; text-transform: capitalize; -webkit-border-radius: 25px; -moz-border-radius: 25px; -ms-border-radius: 25px; -o-border-radius: 25px; border-radius: 25px; transition: .3s; } .viewmore:hover { text-decoration: none; background: #00bf4b; color: #fff; } .table-bordered { border: 1px solid #6ea542; } .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th { border: 1px solid #6ea542; } .table>thead>tr>th { background: #7ebc4c; color: #fff; } .table-hover>tbody>tr { transition: .3s; } .table-hover>tbody>tr:hover { background-color: #7ebc4c; color: #fff; } .table-hover>tbody>tr:hover a i { color: #fff; } .table-bordered>tbody>tr>td a { color: #7ebc4c; } .table-bordered>tbody>tr>td a i { color: #7ebc4c; font-size: 16px; } .parent-cont { padding: 15px; background: #f0f0f0; border-left: 3px solid #00bf4b; margin: 30px 0; } .parent-cont .table { margin: 0; } .label-text { font-family: "Raleway Regular"; font-size: 14px; color: #000; margin: 20px 0 10px; float: left; } .dataTables_info { font-family: "Raleway Regular"; font-size: 14px; color: #000; margin: 5px 0; float: left; } .pagination { margin: 0 0 20px; float: right; } .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover { background-color: #00bf4b; border-color: #00bf4b; color: #fff; } .pagination>li>a, .pagination>li>span { color: #00bf4b; } .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover { color: #00bf4b; } /*Footer css*/ .footer-main { background: #7fbb4e; padding: 30px 0; } .footer-main .copyright { color: #fff; font-size: 18px; font-family: "Raleway Medium"; letter-spacing: 0.5px; } .footer-main .ftr-nav {float: right;} .footer-main .ftr-nav a { color: #fff; font-size: 18px; font-family: "Raleway Medium"; margin-right: 30px; transition: .3s; text-decoration: none; letter-spacing: 0.5px; } .footer-main .ftr-nav a:hover {color:#000;} .footer-main .ftr-nav a:last-child {margin-right: 0px;} /*modal css*/ .modal { } .vertical-alignment-helper { display:table; height: 100%; width: 100%; } .vertical-align-center { /* To center vertically */ display: table-cell; vertical-align: middle; } .modal-content { /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */ width:inherit; height:inherit; /* To center horizontally */ margin: 0 auto; } .modal-img { width: 100%; } .modal-header { border-bottom: none; } .modal-header a { margin-right: 20px; } .modal-header a i { font-size: 22px; color: #7ebc4c } .modal-body { padding: 0 15px; } .modal-body p { margin: 10px 0 0; } .modal-footer { border-top: none; } .modal-body video { width: 100%; } .share-icon { display: block; text-align: right; margin: 0 auto; width: auto; top: 40px; position: absolute; right: 77px; z-index: 9; background: #fff; padding: 10px; -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; -o-border-radius: 0 0 4px 4px; -ms-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; } .share-icon a { margin: 5px; text-decoration: none; display: block; } .share-icon-favourite { right: 120px !important; } .share-icon a img {display: inline-block;} .img-thumbnail {margin: 0 0 20px; display: block;} .img-cont { background: #fff; height: 255px; overflow: hidden; text-align: center; } .img-cont img {display: inline-block;} .addnew { float: right; color: #7ebc4c; font-size: 14px; font-family: "Raleway Medium"; } .addnew:hover {color: #7ebc4c;} .bootbox .modal-content .modal-body {padding: 30px 15px 0;} .bootbox .modal-content .modal-body .bootbox-close-button { margin-top: 0 !important; position: absolute; top: -5px; right: 5px; font-size: 35px; } .bootbox .modal-content .modal-body .bootbox-body { font-size: 14px; font-family: "Raleway Medium"; } .bootbox .modal-content .modal-footer .btn-default { border-radius: 50px; font-family: "Raleway Regular"; font-size: 20px; letter-spacing: 1px; box-shadow: none; } /***** 24.1.18 - mousumi *****/ .panel { margin-top: 20px !important; border-radius: 0 !important; } .custom-panel-body { padding: 0; } .panel-inner-cont { margin: 0; } .panel-title a { text-decoration: none; } /* Mobile css */ .hide-mob {display:block;} .mobile-device-cont { display: none; } .mobile-device-cont dl { margin: 0 0 15px; padding: 15px; background: #f0f0f0; border-left: 3px solid #00bf4b; } .mobile-device-cont dl dt { color: #000; font-size: 14px; font-family: "Raleway Medium"; float: none; margin-right: 20px; } .mobile-device-cont dl dd { color: #000; font-size: 14px; font-family: "Raleway Regular"; margin: 0 0 10px; float: none; } .mobile-device-cont dl .childview { background-color: #00bf4b; background-image: none; font-family: "Raleway Regular"; font-size: 15px; letter-spacing: 1px; color: #fff; border-radius: 50px; transition: .3s; text-align: center; margin: 0 auto; padding: 5px 15px; text-decoration: none; } .mobile-device-cont dl .childview:hover { color: #000; } .mobile-device-cont dl dd a i {color: #7ebc4c;} /*Sender list page css*/ .sender-cont { margin: 0; background: #fff; padding: 15px; } .sender-cont a { font-family: "Raleway Regular"; font-size: 18px; letter-spacing: 1px; color: #000; transition: .3s; text-align: left; display: block; padding: 15px 0; margin: 0; border-bottom: 1px solid #ccc; text-decoration: none; } .sender-cont a span { float: right; } .sender-cont a span i { color: #000; font-size: 24px; line-height: 14px; } .sender-cont a:hover {color: #7ebc4c;} .sender-cont a:hover span i {color: #7ebc4c;} /*Message list page css*/ .datebox {margin: 0 0 50px;} .datebox .date-cont { display: table; background: #7fbb4e; padding: 3px 15px; font-family: "Raleway Regular"; font-size: 11px; -webkit-border-radius: 25px; -moz-border-radius: 25px; -o-border-radius: 25px; -ms-border-radius: 25px; border-radius: 25px; color: #fff; text-align: center; margin: 0 auto 10px; } .message-cont { position: relative; background: #fff; transition: .3s; text-align: left; display: block; padding: 15px; margin: 0 0 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 8px 8px 8px -6px rgba(204,204,204,1); -moz-box-shadow: 8px 8px 8px -6px rgba(204,204,204,1); box-shadow: 8px 8px 8px -6px rgba(204,204,204,1); } .message-cont h5 { font-family: "Raleway Regular"; font-size: 18px; letter-spacing: 1px; color: #000; margin: 0 0 10px; } .message-cont h5 span { position: absolute; right: 7px; top: 7px; font-size: 11px; color: #7ebc4c; } .message-cont p { font-family: "Raleway Regular"; font-size: 13px; letter-spacing: 1px; color: #5f5e5e; margin: 0; } .message-cont:hover { background: #dffcc6; color: #5f5e5e; } .message-cont:hover h5 { color: #231f20; } .message-cont:hover h5 span { color: #b8b8b8; } /*Chat list page css*/ .datebox {margin: 0 0 50px;} .datebox .date-cont { display: table; background: #7fbb4e; padding: 3px 15px; font-family: "Raleway Regular"; font-size: 11px; -webkit-border-radius: 25px; -moz-border-radius: 25px; -o-border-radius: 25px; -ms-border-radius: 25px; border-radius: 25px; color: #fff; text-align: center; margin: 0 auto 10px; } .chat-cont { max-width: 65%; float: left; position: relative; background: #fff; transition: .3s; text-align: left; display: block; padding: 15px; word-wrap: break-word; margin: 0 0 20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: -8px 16px 20px -6px rgba(204,204,204,1); -moz-box-shadow: -8px 16px 20px -6px rgba(204,204,204,1); box-shadow: -8px 16px 20px -6px rgba(204,204,204,1); clear: both; } .chat-cont:after { left: 0; top: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255, 255, 255, 0); border-left-color: #ffffff; border-width: 12px; margin-top: -12px; } .chat-cont h5 { font-family: "Raleway Regular"; font-size: 18px; letter-spacing: 1px; color: #231f20; margin: 0 0 10px; } .chat-cont h5 span { position: absolute; right: 7px; top: 3px; font-size: 11px; color: #b8b8b8; } .chat-cont p { font-family: "Raleway Regular"; font-size: 13px; letter-spacing: 1px; color: #5f5e5e; margin: 0; } .parent-chat-cont { max-width: 65%; float: right; background: #dffcc6; position: relative; transition: .3s; text-align: left; display: block; padding: 15px; word-wrap: break-word; margin: 0 0 20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 8px 16px 20px -4px rgba(204,204,204,1); -moz-box-shadow: 8px 16px 20px -4px rgba(204,204,204,1); box-shadow: 8px 16px 20px -4px rgba(204,204,204,1); clear: both; } .parent-chat-cont:after { right: 0; top: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255, 255, 255, 0); border-right-color: #dffcc6; border-width: 12px; margin-top: -12px; } .parent-chat-cont h5 { font-family: "Raleway Regular"; font-size: 18px; letter-spacing: 1px; color: #231f20; margin: 0 0 10px; } .parent-chat-cont h5 span { position: absolute; right: 7px; top: 3px; font-size: 11px; color: #b8b8b8; } .parent-chat-cont p { font-family: "Raleway Regular"; font-size: 13px; letter-spacing: 1px; color: #5f5e5e; margin: 0; }
public/web/css/main-layout.css
body { background: #fff; margin: 0; padding: 0; font-family: "Raleway Regular"; font-size: 14px; letter-spacing: 1px; } p { margin: 20px 0; display: block; font-size: 16px; font-family: "Raleway Regular"; color: #000; line-height: 26px; } .content { margin: 20px 0; display: block; font-size: 16px; font-family: "Raleway Regular"; color: #000; line-height: 26px; text-align: left; } .inner_container {min-height: 550px;} /*Margin css*/ .margintop_0 {margin-top: 0px !important;} .margintop_10 {margin-top: 10px !important;} .margintop_74 {margin-top: 74px !important;} .breadcrumb {margin: 20px 0; text-align: left;} .breadcrumb>li>a {color: #7ebc4c; text-decoration: none;} .breadcrumb>li>a:hover {color: #00bf4b;} .btn-primary { background-color: #00bf4b; background-image: none; font-family: "Raleway Regular"; font-size: 20px; letter-spacing: 1px; color: #fff; border-radius: 50px; transition: .3s; border: 1px solid #00bf4b; box-shadow: none; } .btn-primary:hover { color: #000; background-color: #00bf4b; border: 1px solid #00bf4b; background-image: none; } .btn-primary.focus, .btn-primary:focus { color: #000; background-color: #00bf4b; border: 1px solid #00bf4b; background-image: none; outline: 0px; } input:-webkit-autofill { -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 1) inset !important; } input:-webkit-autofill:focus { -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 1) inset !important; } .landing { overflow: hidden; position: relative; background: url(../img/main-bg.jpg) no-repeat center bottom fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .landing-main { width: 100%; height: 100%; text-align: center; margin: 0 auto; padding:30px; position: fixed; display: table; } .landing-cont { display: table-cell; vertical-align: middle; } .landing-cont img { display: inline-block; margin: 0 0 80px; } .landing-cont h1 { color: #7fbb4e; font-family: "Raleway Medium"; font-size: 36px; margin: 0 0 30px; } .landing-cont p { color: #231f20; font-family: "Raleway Regular"; font-size: 20px; margin: 0 0 30px; } .btn-start { background: #00bf4b; font-family: "Raleway Regular"; font-size: 36px; color: #fff; padding: 20px 50px; border-radius: 50px; transition: .3s; } /*Header css*/ .header-main { background: #fff; border-bottom: 2px solid #00bf4b; padding: 10px 0; position: fixed; width: 100%; top: 0; z-index: 99; } .header-main .navbar-default { background-image: none; background-color: transparent; border: 0 none; box-shadow: none; margin: 0; } .header-main .navbar-default .navbar-brand { float: left; height: auto; padding: 0; font-size: 18px; line-height: 1; } .navbar-default .navbar-toggle { background-color: #7ebc4c; border: 1px solid #7ebc4c; } .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color: #7ebc4c; border-color: #7ebc4c; } .navbar-default .navbar-toggle .icon-bar { background-color: #fff; } .header-main .navbar-default .navbar-nav li { padding-top: 15px; color: #464a4d; font-size: 16px; text-shadow: none; font-family: "Raleway Semibold"; margin: 0 10px; } .header-main .navbar-default .navbar-nav li span { padding-top: 15px; color: #7ebc4c; font-size: 16px; padding-right: 30px; text-shadow: none; font-family: "Raleway Semibold"; } .header-main .navbar-default .navbar-nav a { color: #464a4d; font-size: 16px; padding-top: 0; padding-bottom: 5px; text-shadow: none; font-family: "Raleway Semibold"; transition: .3s; border-bottom: 1px solid transparent; } .header-main .navbar-default .navbar-nav a:hover { color: #7ebc4c; background: transparent; box-shadow: none; border-bottom: 1px solid #7ebc4c; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a { background: transparent; color: #7ebc4c; box-shadow: none; border-bottom: 1px solid #7ebc4c; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: transparent; } /* Login page css */ .login-main { background: url(../img/login_bg.jpg) no-repeat center; background-size: cover; padding: 40px 0; text-align: center; } .login-main .logo-sect { margin: 0 auto 80px; } .login-main .logo-sect img { display: inline-block; } .login-cont { margin:0 0 40px; } .login-cont h1 { color: #7fbb4e; font-family: "Raleway Medium"; font-size: 36px; margin: 0 0 50px; } .login-cont .input-group { margin: 0 0 15px; border-bottom: 1px solid #7ebc4c; } .login-cont .input-group .input-group-addon { background-color: transparent; border-radius: 0px; border: 0 none; color: #7ebc4c; min-width: 45px; } .login-cont .input-group .input-group-addon i { font-size: 20px; line-height: 20px; } .login-cont .input-group .form-control { background: transparent; border-radius: 0px; border: 0 none; box-shadow: none; color: #000; font-family: "Raleway Regular"; font-size: 13px; } .login-cont .forgot { margin: 20px 0; display: block; font-size: 16px; font-family: "Raleway Regular"; color: #7ebb4d; } .login-cont .forgot:hover {color: #7ebb4d;} .login-cont p { margin: 20px 0; display: block; font-size: 16px; font-family: "Raleway Regular"; color: #000; } .login-cont p a {color: #7ebb4d;} .divider { text-align: center; margin: 40px auto; } .divider img {display: inline-block;} /*Feedback css */ .feedback .input-group { border: 1px solid #7ebc4c; width: 100%; } .feedback .input-group textarea { resize: none; height: 120px; } .feedback .social-sec { margin: 30px auto 0; text-align: center; } .feedback .social-sec a { display: inline-block; margin: 0 3px; width: auto; } .feedback .social-sec a img { display: inline-block; } /* Media listing page css */ .inner-main { background: #fff; margin-top: 74px; } .inner-heading { margin: 30px 0; padding: 0 0 5px; border-bottom: 1px solid #ccc; } .inner-heading h2 { color: #000; font-family: "Raleway Medium"; font-size: 22px; margin: 0; float: left; } .inner-heading span { float: right; color: #7ebc4c; font-family: "Raleway Regular"; font-size: 18px; margin: 0; } .inner-cont { padding: 15px; background: #f0f0f0; border-left: 3px solid #00bf4b; margin: 20px 0; } .cont-heading { margin: 0; padding: 0 0 5px; } .cont-heading h2 { color: #000; font-family: "Raleway Medium"; font-size: 22px; margin: 0; float: left; } .cont-heading h2 a { color: #000; font-family: "Raleway Medium"; font-size: 22px; margin: 0; } .cont-heading span { float: right; color: #7ebc4c; font-family: "Raleway Regular"; font-size: 18px; margin: 0; } .inner-cont .img-cont { position: relative; margin-bottom: 0px; } .inner-cont .img-cont .action-cont { display: none; } .inner-cont .img-cont:hover .action-cont { display: block; position: absolute; left: 0; right: 0; text-align: center; vertical-align: middle; bottom: 10px; line-height: 1; } .inner-cont .img-cont:hover .action-cont .btn-view { background: #00bf4b; padding: 10px 20px; color: #fff; font-family: "Raleway Regular"; font-size: 15px; margin-bottom: 10px; text-align: center; text-decoration: none; transition: .3s; display: inline-block; -webkit-border-radius: 25px; -moz-border-radius: 25px; -o-border-radius: 25px; -ms-border-radius: 25px; border-radius: 25px; } .inner-cont .img-cont:hover .action-cont .btn-view:hover { color: #000; } .inner-cont .img-cont:hover .action-cont .btn-remove { background: #eb3333; padding: 10px 20px; color: #fff; font-family: "Raleway Regular"; font-size: 15px; text-align: center; margin-bottom: 10px; text-decoration: none; transition: .3s; display: inline-block; -webkit-border-radius: 25px; -moz-border-radius: 25px; -o-border-radius: 25px; -ms-border-radius: 25px; border-radius: 25px; } .inner-cont .img-cont:hover .action-cont .btn-remove:hover { color: #000; } .viewmore { float: right; background: #7ebc4c; color: #fff; text-align: center; padding: 6px 12px; text-transform: capitalize; -webkit-border-radius: 25px; -moz-border-radius: 25px; -ms-border-radius: 25px; -o-border-radius: 25px; border-radius: 25px; transition: .3s; } .viewmore:hover { text-decoration: none; background: #00bf4b; color: #fff; } .table-bordered { border: 1px solid #6ea542; } .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th { border: 1px solid #6ea542; } .table>thead>tr>th { background: #7ebc4c; color: #fff; } .table-hover>tbody>tr { transition: .3s; } .table-hover>tbody>tr:hover { background-color: #7ebc4c; color: #fff; } .table-hover>tbody>tr:hover a i { color: #fff; } .table-bordered>tbody>tr>td a { color: #7ebc4c; } .table-bordered>tbody>tr>td a i { color: #7ebc4c; font-size: 16px; } .parent-cont { padding: 15px; background: #f0f0f0; border-left: 3px solid #00bf4b; margin: 30px 0; } .parent-cont .table { margin: 0; } .label-text { font-family: "Raleway Regular"; font-size: 14px; color: #000; margin: 20px 0 10px; float: left; } .dataTables_info { font-family: "Raleway Regular"; font-size: 14px; color: #000; margin: 5px 0; float: left; } .pagination { margin: 0 0 20px; float: right; } .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover { background-color: #00bf4b; border-color: #00bf4b; color: #fff; } .pagination>li>a, .pagination>li>span { color: #00bf4b; } .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover { color: #00bf4b; } /*Footer css*/ .footer-main { background: #7fbb4e; padding: 30px 0; } .footer-main .copyright { color: #fff; font-size: 18px; font-family: "Raleway Medium"; letter-spacing: 0.5px; } .footer-main .ftr-nav {float: right;} .footer-main .ftr-nav a { color: #fff; font-size: 18px; font-family: "Raleway Medium"; margin-right: 30px; transition: .3s; text-decoration: none; letter-spacing: 0.5px; } .footer-main .ftr-nav a:hover {color:#000;} .footer-main .ftr-nav a:last-child {margin-right: 0px;} /*modal css*/ .modal { } .vertical-alignment-helper { display:table; height: 100%; width: 100%; } .vertical-align-center { /* To center vertically */ display: table-cell; vertical-align: middle; } .modal-content { /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */ width:inherit; height:inherit; /* To center horizontally */ margin: 0 auto; } .modal-img { width: 100%; } .modal-header { border-bottom: none; } .modal-header a { margin-right: 20px; } .modal-header a i { font-size: 22px; color: #7ebc4c } .modal-body { padding: 0 15px; } .modal-body p { margin: 10px 0 0; } .modal-footer { border-top: none; } .modal-body video { width: 100%; } .share-icon { display: block; text-align: right; margin: 0 auto; width: auto; top: 40px; position: absolute; right: 77px; z-index: 9; background: #fff; padding: 10px; -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; -o-border-radius: 0 0 4px 4px; -ms-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; } .share-icon a { margin: 5px; text-decoration: none; display: block; } .share-icon-favourite { right: 120px !important; } .share-icon a img {display: inline-block;} .img-thumbnail {margin: 0 0 20px; display: block;} .img-cont { background: #fff; height: 255px; overflow: hidden; text-align: center; } .img-cont img {display: inline-block;} .addnew { float: right; color: #7ebc4c; font-size: 14px; font-family: "Raleway Medium"; } .addnew:hover {color: #7ebc4c;} .bootbox .modal-content .modal-body {padding: 30px 15px 0;} .bootbox .modal-content .modal-body .bootbox-close-button { margin-top: 0 !important; position: absolute; top: -5px; right: 5px; font-size: 35px; } .bootbox .modal-content .modal-body .bootbox-body { font-size: 14px; font-family: "Raleway Medium"; } .bootbox .modal-content .modal-footer .btn-default { border-radius: 50px; font-family: "Raleway Regular"; font-size: 20px; letter-spacing: 1px; box-shadow: none; } /***** 24.1.18 - mousumi *****/ .panel { margin-top: 20px !important; border-radius: 0 !important; } .custom-panel-body { padding: 0; } .panel-inner-cont { margin: 0; } .panel-title a { text-decoration: none; } /* Mobile css */ .hide-mob {display:block;} .mobile-device-cont { display: none; } .mobile-device-cont dl { margin: 0 0 15px; padding: 15px; background: #f0f0f0; border-left: 3px solid #00bf4b; } .mobile-device-cont dl dt { color: #000; font-size: 14px; font-family: "Raleway Medium"; float: none; margin-right: 20px; } .mobile-device-cont dl dd { color: #000; font-size: 14px; font-family: "Raleway Regular"; margin: 0 0 10px; float: none; } .mobile-device-cont dl .childview { background-color: #00bf4b; background-image: none; font-family: "Raleway Regular"; font-size: 15px; letter-spacing: 1px; color: #fff; border-radius: 50px; transition: .3s; text-align: center; margin: 0 auto; padding: 5px 15px; text-decoration: none; } .mobile-device-cont dl .childview:hover { color: #000; } .mobile-device-cont dl dd a i {color: #7ebc4c;} /*Sender list page css*/ .sender-cont { margin: 0; background: #fff; padding: 15px; } .sender-cont a { font-family: "Raleway Regular"; font-size: 18px; letter-spacing: 1px; color: #000; transition: .3s; text-align: left; display: block; padding: 15px 0; margin: 0; border-bottom: 1px solid #ccc; text-decoration: none; } .sender-cont a span { float: right; } .sender-cont a span i { color: #000; font-size: 24px; line-height: 14px; } .sender-cont a:hover {color: #7ebc4c;} .sender-cont a:hover span i {color: #7ebc4c;} /*Message list page css*/ .datebox {margin: 0 0 50px;} .datebox .date-cont { display: table; background: #7fbb4e; padding: 3px 15px; font-family: "Raleway Regular"; font-size: 11px; -webkit-border-radius: 25px; -moz-border-radius: 25px; -o-border-radius: 25px; -ms-border-radius: 25px; border-radius: 25px; color: #fff; text-align: center; margin: 0 auto 10px; } .message-cont { position: relative; background: #fff; transition: .3s; text-align: left; display: block; padding: 15px; margin: 0 0 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 8px 8px 8px -6px rgba(204,204,204,1); -moz-box-shadow: 8px 8px 8px -6px rgba(204,204,204,1); box-shadow: 8px 8px 8px -6px rgba(204,204,204,1); } .message-cont h5 { font-family: "Raleway Regular"; font-size: 18px; letter-spacing: 1px; color: #000; margin: 0 0 10px; } .message-cont h5 span { position: absolute; right: 7px; top: 7px; font-size: 11px; color: #7ebc4c; } .message-cont p { font-family: "Raleway Regular"; font-size: 13px; letter-spacing: 1px; color: #5f5e5e; margin: 0; } .message-cont:hover { background: #dffcc6; color: #5f5e5e; } .message-cont:hover h5 { color: #231f20; } .message-cont:hover h5 span { color: #b8b8b8; } /*Chat list page css*/ .datebox {margin: 0 0 50px;} .datebox .date-cont { display: table; background: #7fbb4e; padding: 3px 15px; font-family: "Raleway Regular"; font-size: 11px; -webkit-border-radius: 25px; -moz-border-radius: 25px; -o-border-radius: 25px; -ms-border-radius: 25px; border-radius: 25px; color: #fff; text-align: center; margin: 0 auto 10px; } .chat-cont { max-width: 65%; float: left; position: relative; background: #fff; transition: .3s; text-align: left; display: block; padding: 15px; word-wrap: break-word; margin: 0 0 20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: -8px 16px 20px -6px rgba(204,204,204,1); -moz-box-shadow: -8px 16px 20px -6px rgba(204,204,204,1); box-shadow: -8px 16px 20px -6px rgba(204,204,204,1); clear: both; } .chat-cont:after { left: 0; top: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255, 255, 255, 0); border-left-color: #ffffff; border-width: 12px; margin-top: -12px; } .chat-cont h5 { font-family: "Raleway Regular"; font-size: 18px; letter-spacing: 1px; color: #231f20; margin: 0 0 10px; } .chat-cont h5 span { position: absolute; right: 7px; top: 3px; font-size: 11px; color: #b8b8b8; } .chat-cont p { font-family: "Raleway Regular"; font-size: 13px; letter-spacing: 1px; color: #5f5e5e; margin: 0; } .parent-chat-cont { max-width: 65%; float: right; background: #dffcc6; position: relative; transition: .3s; text-align: left; display: block; padding: 15px; word-wrap: break-word; margin: 0 0 20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 8px 16px 20px -4px rgba(204,204,204,1); -moz-box-shadow: 8px 16px 20px -4px rgba(204,204,204,1); box-shadow: 8px 16px 20px -4px rgba(204,204,204,1); clear: both; } .parent-chat-cont:after { right: 0; top: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255, 255, 255, 0); border-right-color: #dffcc6; border-width: 12px; margin-top: -12px; } .parent-chat-cont h5 { font-family: "Raleway Regular"; font-size: 18px; letter-spacing: 1px; color: #231f20; margin: 0 0 10px; } .parent-chat-cont h5 span { position: absolute; right: 7px; top: 3px; font-size: 11px; color: #b8b8b8; } .parent-chat-cont p { font-family: "Raleway Regular"; font-size: 13px; letter-spacing: 1px; color: #5f5e5e; margin: 0; }
0.239616
0.046421
body, html { height: 100%; /*margin: 0;*/ } .container { border-style: 2px solid black; } /* --background--*/ .bg { /* The image used */ background-image: url("../images/hangmanBack.jpg"); /* Full height */ height: 100%; /* Center and scale the image nicely */ background-position: center; background-repeat: no-repeat; background-size: cover; } /* ---------- NAV BAR ------------------ */ nav { background-color: #ffffff; width: 100%; overflow: hidden; margin-bottom: 20px; border-bottom: #dddddd solid; } ul { list-style-type: none; overflow: hidden; width: 100%; padding-top: 10px; padding-bottom: 10px; width: 960px; margin-left: auto; margin-right: auto; } li a { display: block; color: #777777; text-align: center; padding: 14px 16px; text-decoration: none; float: right; } #home { float: left; color: #ffffff; background-color: #4aaaa5; text-decoration: none; } /*--------------End Navbar ----------------*/ /*centering main messages*/ .welcome { display: flex; align-items: center; justify-content: center; color: white; padding-left: 20px; } h1 { font-size: 5.85vw; /*vw = viewport widths*/ font-family: 'Orbitron', sans-serif; color: lawngreen; align-self: center; padding-left: auto; text-shadow: 0 0 25px white, 0 0 21px rgb(255, 0, 191); width: auto; } /*---instructions section ---*/ .instructions { display: flex; align-items: center; justify-content: center; } h2 { font-size: 4.5vw; font-family: 'Orbitron', sans-serif; color: lawngreen; align-self: center; padding-left: auto; text-shadow: 0 0 25px rgb(79, 8, 88), 0 0 21px rgb(255, 0, 191); } h3 { font-size: 50px; font-family: 'Orbitron', sans-serif; color: lawngreen; align-self: center; padding-left: auto; text-shadow: 0 0 25px rgb(79, 8, 88), 0 0 21px rgb(255, 0, 191); } /*---div start_button--*/ .button { display: inline-block; border-radius: 4px; background-color: #d80eb6; border: none; color: #FFFFFF; text-align: center; font-family: 'Orbitron', sans-serif; font-size: 28px; padding: 10px; width: auto; transition: all 0.5s; cursor: pointer; margin: 5px; vertical-align: midde; } .button span { cursor: pointer; display: inline-block; position: relative; transition: 0.5s; } .button span:after { content: '\00bb'; position: absolute; opacity: 0; top: 0; right: -20px; transition: 0.5s; } .button:hover span { padding-right: 25px; } .button:hover span:after { opacity: 1; right: 0; } .reset_button { display: flex; align-items: center; justify-content: center; } .answerLine { size: 5.00vh; padding: 0; } #spaces { display: flex; align-items: center; justify-content: center; line-height: 0; margin: 0; margin-top: 10px; margin-right: 5px; font-size: 50px; font-family: 'Orbitron', sans-serif; color: lawngreen; text-shadow: 0 0 25px rgb(79, 8, 88), 0 0 21px rgb(255, 0, 191); } #letters { padding-top: 10px; display: flex; align-items: center; justify-content: center; margin: 0; font-size: 4.5vw; font-family: 'Orbitron', sans-serif; color: lawngreen; text-shadow: 0 0 25px rgb(79, 8, 88), 0 0 21px rgb(255, 0, 191); } #score { display: flex; align-items: center; justify-content: center; font-size: 30px; } #wrongGuesses { display: flex; align-items: center; justify-content: center; font-size: 30px; }
assets/css/hangmanGameStyle.css
body, html { height: 100%; /*margin: 0;*/ } .container { border-style: 2px solid black; } /* --background--*/ .bg { /* The image used */ background-image: url("../images/hangmanBack.jpg"); /* Full height */ height: 100%; /* Center and scale the image nicely */ background-position: center; background-repeat: no-repeat; background-size: cover; } /* ---------- NAV BAR ------------------ */ nav { background-color: #ffffff; width: 100%; overflow: hidden; margin-bottom: 20px; border-bottom: #dddddd solid; } ul { list-style-type: none; overflow: hidden; width: 100%; padding-top: 10px; padding-bottom: 10px; width: 960px; margin-left: auto; margin-right: auto; } li a { display: block; color: #777777; text-align: center; padding: 14px 16px; text-decoration: none; float: right; } #home { float: left; color: #ffffff; background-color: #4aaaa5; text-decoration: none; } /*--------------End Navbar ----------------*/ /*centering main messages*/ .welcome { display: flex; align-items: center; justify-content: center; color: white; padding-left: 20px; } h1 { font-size: 5.85vw; /*vw = viewport widths*/ font-family: 'Orbitron', sans-serif; color: lawngreen; align-self: center; padding-left: auto; text-shadow: 0 0 25px white, 0 0 21px rgb(255, 0, 191); width: auto; } /*---instructions section ---*/ .instructions { display: flex; align-items: center; justify-content: center; } h2 { font-size: 4.5vw; font-family: 'Orbitron', sans-serif; color: lawngreen; align-self: center; padding-left: auto; text-shadow: 0 0 25px rgb(79, 8, 88), 0 0 21px rgb(255, 0, 191); } h3 { font-size: 50px; font-family: 'Orbitron', sans-serif; color: lawngreen; align-self: center; padding-left: auto; text-shadow: 0 0 25px rgb(79, 8, 88), 0 0 21px rgb(255, 0, 191); } /*---div start_button--*/ .button { display: inline-block; border-radius: 4px; background-color: #d80eb6; border: none; color: #FFFFFF; text-align: center; font-family: 'Orbitron', sans-serif; font-size: 28px; padding: 10px; width: auto; transition: all 0.5s; cursor: pointer; margin: 5px; vertical-align: midde; } .button span { cursor: pointer; display: inline-block; position: relative; transition: 0.5s; } .button span:after { content: '\00bb'; position: absolute; opacity: 0; top: 0; right: -20px; transition: 0.5s; } .button:hover span { padding-right: 25px; } .button:hover span:after { opacity: 1; right: 0; } .reset_button { display: flex; align-items: center; justify-content: center; } .answerLine { size: 5.00vh; padding: 0; } #spaces { display: flex; align-items: center; justify-content: center; line-height: 0; margin: 0; margin-top: 10px; margin-right: 5px; font-size: 50px; font-family: 'Orbitron', sans-serif; color: lawngreen; text-shadow: 0 0 25px rgb(79, 8, 88), 0 0 21px rgb(255, 0, 191); } #letters { padding-top: 10px; display: flex; align-items: center; justify-content: center; margin: 0; font-size: 4.5vw; font-family: 'Orbitron', sans-serif; color: lawngreen; text-shadow: 0 0 25px rgb(79, 8, 88), 0 0 21px rgb(255, 0, 191); } #score { display: flex; align-items: center; justify-content: center; font-size: 30px; } #wrongGuesses { display: flex; align-items: center; justify-content: center; font-size: 30px; }
0.338077
0.060696
.wrapper { float: left; width: 100% } .dl-menuwrapper { display: none } .city_top_wrap { float: left; width: 100%; background-image: linear-gradient(120deg, #f4f4f4 0%, #ffffff 100%) } .city_top_wrap { padding: 15px 0 0 } .city_top_logo { float: left; width: 40% } .city_top_logo a { display: block } .city_top_logo a img { display: block; max-width: 60px; float: left; margin-right: 10px } .city_top_logo a .title-logo { margin-top: 6px } .city_top_logo a .title-logo h3 { display: block; font-size: 24px; margin-bottom: 5px; font-weight: 700 } .city_top_logo a .title-logo span { display: block; font-size: 13px } .city_top_news { position: relative; float: left; width: 100%; box-shadow: 0 0 20px #00000014; overflow: hidden; margin-top: 15px; height: 30px } .city_top_news span { position: absolute; top: 0; left: 0; z-index: 9999; display: inline-block; padding: 0 50px 0 37px; color: #fff; font-size: 15px; font-weight: 600; margin-right: 34px; float: left; height: 30px; line-height: 30px } .city_top_news span:before { position: absolute; content: ""; top: 0px; left: auto; right: 0px; bottom: 0px; width: 0; height: 0; border-style: solid; border-width: 14.5px 12px 13.5px 0; border-color: transparent #fafafa transparent transparent } .city_top_news p { display: inline-block; margin: 0px 0px; font-size: 14px; white-space: nowrap; overflow: hidden; letter-spacing: 1px; text-overflow: ellipsis; top: 2px; position: relative } .city_top_news p i { margin-left: 30px } .city_top_social { float: right; width: 20%; padding: 15px 0px } .city_top_social ul { float: right; width: auto; } .city_top_social ul li { float: left; width: auto; margin-right: 10px; } .city_top_social ul li:last-child { margin-right: 0px; } .city_top_social ul li a { display: inline-block; height: 36px; width: 36px; text-align: center; line-height: 33px; border: 3px solid; color: #fff; border-radius: 50%; font-size: 13px; box-shadow: 0 0 20px #086cab87 } .city_top_social ul li a:hover { color: #fff; } .download-app a.offline { background-color: #747474 } .download-app a.offline:hover { background-color: #5c5c5c } .city_top_wrap .slick-prev, .city_top_wrap .slick-next { display: none !important; } .city_top_wrap .slick-slider { display: block } .city_top_wrap .slick-list { padding: 0 } .city_top_form, .navigation ul, .navigation, .city_top_navigation { float: left; width: 100% } .city_top_navigation { padding: 20px 85px; position: relative; background-image: linear-gradient(120deg, #1c96e3 0%, #0873b6 100%) !important } .city_top_navigation:before { position: absolute; content: ""; top: 0px; left: auto; right: 0px; bottom: 0px; background-color: #056cad; width: 29% } .navigation > ul > li { margin-right: 50px; float: left; width: auto; position: relative; } .navigation > ul > li > a { display: inline-block; color: #fff; font-size: 15px; text-transform: capitalize; } .navigation > ul > li > a.active { color: #abdeff } .city_top_search { position: relative; float: left; width: 90%; } .city_top_search input { padding: 0px 0px; height: auto; font-size: 15px; color: #fff; background: none; border: none; padding: 0px 30px 0px 0px; } .city_top_search input::placeholder { color: #fff; } .city_top_search a { position: absolute; top: 2px; right: 0px; color: #fff; font-size: 13px; } .top_user { float: right; width: auto; color: #fff; line-height: 12px; padding: 0px 0px 0px 10px; margin: 4px 0px; border-left: 1px solid #fff; font-size: 15px; } .navigation ul > li > ul { position: absolute; right: auto; top: 60px; background-color: #fff; width: 230px; z-index: 999; overflow: hidden; visibility: hidden; opacity: 0; border-bottom: 2px solid; border-top: 2px solid #fff; } .navigation ul > li:hover > ul { overflow: visible; visibility: visible; opacity: 1; display: block; top: 42px } .navigation ul li ul li { margin: 0px 0px } .navigation ul li ul li a { color: #666; padding: 8px 30px; display: block; position: relative; text-transform: capitalize; display: block } .navigation ul li ul li a:hover { color: #fff; padding: 8px 35px; } .navigation ul li ul li a:before { position: absolute; content: "\f105"; top: 10px; left: 15px; right: 0px; bottom: 0px; font-weight: 900; font-family: "Font Awesome 5 Free"; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; font-size: 15px } .navigation ul li ul li a:hover:before { color: #fff; left: 18px; } .navigation ul ul > li > ul { top: 10px; left: 100%; } .navigation ul ul > li { position: relative; } .navigation ul ul > li:hover > ul { top: 0px; } .city_top_navigation.sticky { position: fixed; z-index: 999; top: 0px; padding: 20px 85px; transition: all 1s ease-in-out } .banner_search_field, .banner_search_form, .banner_btn, .city_main_banner { float: left; width: 100% } .city_main_banner .overlay:before { opacity: 0 } .banner_text { position: absolute; top: 50%; left: auto; right: 200px; width: 470px; padding: 42px 30px 50px; margin-top: -220px } .small_text { font-size: 26px; color: #fff; } .medium_text { font-size: 50px; color: #fff; line-height: 40px; margin-bottom: 4px; } .hidden { opacity: 0; } .large_text { font-size: 70px; font-weight: bold; color: #fff; line-height: 70px; text-transform: uppercase; margin-bottom: 20px; height: 61px; overflow: hidden; } .banner_btn { margin-bottom: 50px; } .banner_btn .theam_btn { margin-right: 8px; } .banner_btn .theam_btn:last-child { margin-right: 0px; } .banner_search_form label { color: #fff; margin-bottom: 10px; } .banner_search_field { position: relative; } .banner_search_field input { height: 52px; background: none; border: 2px solid #fff; } .banner_search_field input::placeholder { color: #fff; } .banner_search_field a { position: absolute; top: 2px; right: 2px; bottom: 0px; left: auto; width: 57px; height: 48px; text-align: center; line-height: 48px; background-color: #fff; font-size: 13px; } .banner_search_field a:hover { color: #fff; } .text_left { left: 200px; right: auto; } .text_center { left: 0px; right: 0px; text-align: center; margin: -220px auto; } /*slick slider start*/ .city_main_banner .slick-prev, .city_main_banner .slick-next { top: auto; bottom: 8px; height: 44px; width: 44px; left: 100px; } .city_main_banner .slick-next { right: auto; left: 150px; } .city_main_banner .slick-prev:before, .city_main_banner .slick-next:before { line-height: 44px; content: "\e94c"; font-family: 'icomoon' !important; color: #949494; } .city_main_banner .slick-next:before { content: "\e94e"; } .city_main_banner .slick-prev:hover:before, .city_main_banner .slick-next:hover:before { color: #fff; } .main-banner-slider .slick-slide.slick-current.slick-active .small_text { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; } .main-banner-slider .slick-slide.slick-current.slick-active .medium_text { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; } .main-banner-slider .slick-slide.slick-current.slick-active .large_text { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; } .main-banner-slider .slick-slide.slick-current.slick-active .theam_btn { -webkit-animation-name: slideInLeft; animation-name: slideInLeft; } .main-banner-slider .slick-slide.slick-current.slick-active .theam_btn:last-child { -webkit-animation-name: slideInRight; animation-name: slideInRight; } .main-banner-slider .slick-slide.slick-current.slick-active .banner_search_field { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; } /* ================================== CITY MAIN BANNER END ================================== */ /* ================================== CITY BANNER SERVICES START ================================== */ .city_service_text, .city_service_list ul, .city_service_list, .city_banner_services { float: left; width: 100%; } .city_banner_services { padding: 34px 50px 30px; border-bottom: 1px solid #d3d3d3; } .city_service_list ul { text-align: center; } .city_service_list ul li { float: none; position: relative; display: inline-block; } .city_service_list ul li:before { position: absolute; content: ""; top: 0px; left: auto; right: 0px; bottom: 0px; border-right: 1px solid #686868; border-radius: 100%; } .city_service_list ul li:last-child:before { border-right: none; } .city_service_text { padding: 0px 50px; } .city_service_text span { float: left; color: #666666; margin-right: 20px; font-size: 30px; line-height: 25px; } .city_service_text h5 { float: left; margin: 0px 0px 0px 0px; padding: 4px 0px 0px; } .city_service_text h5 a { color: #666; } /* ================================== CITY BANNER SERVICES END ================================== */ /* ================================== CITY ABOUT WRAP START ================================== */ .city_about_link, .city_about_text, .city_about_list, .city_about_fig, .city_about_wrap { float: left; width: 100%; } .city_about_wrap { padding: 100px 0px 190px; } .city_about_fig { padding: 0px 100px 70px 0px; position: relative; } .city_about_video { position: absolute; right: 0px; bottom: 0px; border: 20px solid #fff; z-index: 2; } .city_about_video .overlay:before { opacity: 0.9; } .paly_btn { position: absolute; top: 50%; left: 0px; right: 0px; font-size: 50px; color: #fff; text-align: center; margin-top: -33px; z-index: 2; } /* Pulse */ @-webkit-keyframes hvr-pulse { 25% { -webkit-transform: scale(1.1); transform: scale(1.1); } 75% { -webkit-transform: scale(0.9); transform: scale(0.9); } } @keyframes hvr-pulse { 25% { -webkit-transform: scale(1.1); transform: scale(1.1); } 75% { -webkit-transform: scale(0.9); transform: scale(0.9); } } .hvr-pulse { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); } .hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active { -webkit-animation-name: hvr-pulse; animation-name: hvr-pulse; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } .city_about_text { margin-bottom: 45px; } .city_about_text h6 { margin: 0px 0px 14px 0px; font-style: italic; line-height: 28px; } .city_about_text p { line-height: 28px; margin: 0px 0px; } .city_about_link li { margin-bottom: 15px; } .city_about_link li:last-child { margin-bottom: 0px; } .city_about_link li a { font-size: 15px; font-weight: normal; } .city_about_link li a i { margin-right: 25px; } /* ================================== CITY ABOUT WRAP END ================================== */ /* ================================== CITY DEPARTMENT WRAP START ================================== */ .city_department_wrap { float: left; width: 100%; } .city_department_wrap { background-image: url("http://kodeforest.net/html/baldiyat/images/department-bg.png"); background-repeat: no-repeat; background-size: cover; padding-bottom: 150px; } @-webkit-keyframes shafaqat { 0% { background-position: 50% 0 } 100% { background-position: 330px 0% } } @-moz-keyframes shafaqat { 0% { background-position: 50% 0 } 100% { background-position: 330px 0% } } @-ms-keyframes shafaqat { 0% { background-position: 50% 0 } 100% { background-position: 330px 0% } } @keyframes shafaqat { 0% { background-position: 50% 0 } 100% { background-position: 330px 0% } } .city_department_wrap { animation: 20s linear 0s normal none infinite running shafaqat; background: rgba(0, 0, 0, 0) url("http://kodeforest.net/html/baldiyat/images/department-bg.png") repeat scroll 0 0; } .city_department_wrap.overlay:before { opacity: 0.9; } .city_department_wrap .section_heading { margin-left: 15px; } .margin-bottom { margin-bottom: 48px !important; } .bg_white { background-color: #fff; padding: 103px 35px 65px; width: 1294px; margin: auto; position: relative; margin-top: -90px; box-shadow: 0px -1px 8px 1px #e1e1e1; } .width_control { width: 33.3%; float: left; padding: 0px 15px; } .city_department_fig { padding: 10px 15px; border: 1px solid #d7d7d7; margin: 0px 0px 35px; } .city_department_fig figure { width: auto; } .city_department_fig .overlay:before { left: 50px; right: 0px; bottom: 0px; top: 50px; opacity: 0; } .city_department_fig:hover .overlay:before { left: 8px; right: 8px; bottom: 8px; top: 8px; opacity: 0.9; } .city_department_fig:hover .city_department_text a, .city_department_fig:hover .city_department_text p, .city_department_fig:hover .city_department_text h5 { color: #fff; } .city_department_fig .paly_btn { font-size: 20px; margin-top: 0px; opacity: 0; } .city_department_fig:hover .paly_btn { margin-top: -17px; opacity: 1; } .city_department_text { overflow: hidden; padding: 8px 0px 13px 20px; } .city_department_text h5 { margin: 0px 0px 5px 0px; font-weight: bold; } .city_department_text p { margin: 0px 0px 7px 0px; } .city_department_text a { display: inline-block; font-weight: 600; } .city_department_text a i { margin-left: 8px; } /* slick slider start */ .city_health2_text .slick-prev, .city_health2_text .slick-next, .city_emergency_slider .slick-prev, .city_emergency_slider .slick-next, .city_department_wrap .slick-prev, .city_department_wrap .slick-next { top: -60px; height: 44px; width: 44px; text-align: center; border: 1px solid #c2c2c2; right: 18px; } .city_health2_text .slick-prev, .city_emergency_slider .slick-prev, .city_department_wrap .slick-prev { right: 65px; left: auto; } .city_department_wrap .slick-prev:before, .city_department_wrap .slick-next:before { line-height: 44px; content: "\e94e"; color: #a3a3a3; font-family: 'icomoon' !important; } .city_department_wrap .slick-prev:before { content: "\e94c"; } .city_department_wrap .slick-prev:hover:before, .city_department_wrap .slick-next:hover:before { color: #fff; } /* ================================== CITY DEPARTMENT WRAP END ================================== */ /* ================================== CITY OFFICE WRAP START ================================== */ .city_office_row, .city_office_wrap { float: left; width: 100%; } .bg_white.bg_none { background: none; box-shadow: 0px 0px; padding: 0px 0px; margin-top: -80px; } .city_office_row { position: relative; } /* city triagle start */ .city_triagle { width: 180px; height: 109px; position: absolute; top: 25px; left: 0px; } .city_triagle span { position: absolute; width: 115px; height: 109px; left: auto; right: 0px; bottom: 0px; } .city_triagle:after, .city_triagle:before { position: absolute; content: ""; top: 0px; left: 0px; right: 0px; bottom: 0px; width: 0; height: 0; border-style: solid; border-width: 54px 65px 0 65px; border-color: #14284b transparent transparent transparent; } .city_triagle:after { border-width: 0 65px 54px 65px; border-color: transparent transparent #14284b transparent; top: auto; } .city_triagle.text-right { right: 0px; left: auto; } .city_triagle.text-right span { left: 0px; right: auto; } .city_triagle.text-right:after, .city_triagle.text-right:before { left: auto; right: 0px; } /* city triagle end */ .center_text { padding: 50px 0px; margin: auto; overflow: hidden; float: none; text-align: center; } .city_office_list { float: none; width: 82%; padding: 45px 90px; display: inline-block; } .city_office_logo, .city_office_text { float: left; width: auto; } .city_office_text.pull_right { float: right; } .city_office_text { text-align: left; } .city_office_text h6 { color: #fff; font-weight: 600; margin: 0px 0px 0px 0px; } .city_office_text h3 { margin: 0px 0px 4px 0px; color: #fff; font-weight: bold; } .city_office_text a { display: inline-block; color: #fff; font-weight: 600; } .city_office_text a i { margin-left: 9px; } .city_office_logo { position: relative; padding: 0px 46px; width: 402px; } .city_office_logo a { position: absolute; left: 0px; right: 0px; top: 45px; bottom: 0px; width: 283px; height: 283px; text-align: center; margin: auto; } .city_office_list { position: relative; border-bottom: 5px solid; } .city_office_list:after, .city_office_list:before { position: absolute; content: ""; top: -25px; left: 0px; right: 0px; bottom: 0px; width: 0; height: 0; border-style: solid; border-width: 24px 66px 1px 0px; border-color: transparent #050f21 transparent transparent; z-index: 1; } .city_office_list:after { left: auto; right: 0px; border-width: 22px 0 3px 68px; border-color: transparent transparent transparent #050f21; } /* ================================== CITY OFFICE WRAP END ================================== */ /* ================================== CITY BLOG WRAP START ================================== */ .city_blog_icon_list, .city_blog_text, .city_blog_fig, .city_blog_wrap { float: left; width: 100%; } .city_blog_wrap { padding: 100px 0px; } .city_blog_fig { border-bottom: 1px solid #d0d0d0; position: relative; } .city_blog_text { padding: 25px 20px 30px; } .city_blog_text span { display: inline-block; position: relative; padding-right: 48px; } .city_blog_text span:before { position: absolute; content: ""; top: 0px; left: auto; right: 0px; bottom: 5px; border-bottom: 1px solid #666666; width: 32px; } .city_blog_text h4 { margin: 0px 0px 19px 0px; font-weight: bold; } .city_blog_text p { margin-bottom: 25px; display: none; } .social_icon li, .social_icon, .city_blog_icon_list .theam_btn { float: left; width: auto; } .share_icon, .city_blog_icon_list { float: right; width: auto; } .city_blog_icon_list { padding: 8px 0px; } .social_icon { padding: 4px 0px; display: none; } .social_icon li { margin-right: 24px; } .social_icon li a { display: inline-block; } .share_icon { display: inline-block; font-size: 25px; line-height: 20px; } .city_blog_fig.position .social_icon, .city_blog_fig.position p { display: block; } .city_blog_fig.position { margin-top: -469px; position: relative; opacity: 0; box-shadow: 0px 0px 0px 0px #cecece; } .city_blog_fig.position:hover { opacity: 1; overflow: visible; visibility: visible; background-color: #fff; } .city_blog_fig.position:hover .city_blog_text { box-shadow: 0px 2px 5px 2px #cecece; } .city_blog_fig.position:hover .theam_btn { color: #fff; } /* ================================== CITY BLOG WRAP END ================================== */ /* ================================== CITY JOBS WRAP START ================================== */ .city_jobs_item, .city_jobs_list ul li, .city_jobs_list ul, .city_jobs_wrap { float: left; width: 100%; } .city_jobs_wrap { position: relative; background-image: url("http://kodeforest.net/html/baldiyat/images/job-bg.png"); background-position: top left; background-repeat: no-repeat; background-size: 100%; } .city_jobs_wrap:before { position: absolute; content: ""; top: 0px; left: 0px; right: 0px; bottom: 0px; background: linear-gradient(to bottom, rgba(0, 0, 0, 0) -9%, #000); } .city_jobs_fig { float: left; width: 55%; } .city_job_text { width: 430px; position: absolute; left: 100px; bottom: 70px; } .city_job_text span { display: inline-block; color: #fff; font-size: 16px; margin-bottom: 2px; } .city_job_text h2 { font-weight: bold; color: #fff; margin: 0px 0px 8px 0px; } .city_job_text p { width: 100%; color: #fff; margin-bottom: 25px; } .city_jobs_list { float: right; width: 45%; position: relative; } .city_jobs_item { padding: 45px 70px; background-image: url("http://kodeforest.net/html/baldiyat/images/job-list-bg.png"); background-repeat: no-repeat; z-index: 2; } .city_jobs_item.overlay:before { opacity: 1; z-index: -1; } .city_jobs_item span { display: inline-block; height: 127px; width: 127px; text-align: center; line-height: 127px; border-radius: 100%; background-color: #fff; font-size: 55px; float: left; } .city_jobs_item:hover span i { transform: scale(1.2); -moz-transform: scale(1.2); -webkit-transform: scale(1.2); } .ciy_jobs_caption { overflow: hidden; padding: 0px 0px 0px 30px; } .ciy_jobs_caption h2 { color: #fff; font-weight: bold; margin: 0px 0px 6px 0px; } .ciy_jobs_caption p { margin: 0px 0px 7px 0px; color: #fff; } .ciy_jobs_caption a { display: block; color: #fff; font-size: 15px; } .city_jobs_item.pull-right { float: right; } .city_jobs_item.pull-right.overlay:before { opacity: 0.9; } .city_jobs_item.pull-right .ciy_jobs_caption { padding: 0px 30px 0px 0px; width: 76%; float: left; text-align: right; } /* ================================== CITY JOBS WRAP END ================================== */ /* ================================== CITY PROJECT WRAP START ================================== */ .city_project_mansory ul, .city_project_mansory, .city_project_wrap { float: left; width: 100%; } .city_project_wrap { padding: 100px 20px 184px; } .city_project_mansory { margin-bottom: 36px; } .city_project_mansory ul { text-align: center; } .city_project_mansory ul li { display: inline-block; margin-right: 25px; } .city_project_mansory ul li:last-child { margin-right: 0px; } .city_project_mansory ul li a { display: inline-block; color: #2b2b2b; } .city_project_fig .overlay:before { opacity: 0.7; z-index: 1; } .city_project_text { position: absolute; top: 50%; left: 30px; right: 30px; z-index: 2; margin-top: -110px; z-index: 2; } .city_project_fig:hover .city_project_text { margin-top: -130px; } .city_project_text span { display: block; font-size: 80px; line-height: 70px; color: #fff; margin-bottom: 18px; } .city_project_text > a { display: inline-block; color: #fff; position: relative; padding-bottom: 6px; margin-bottom: 7px; } .city_project_text > a:before { position: absolute; content: ""; top: 0px; left: 0px; right: 0px; bottom: 0px; border-bottom: 1px solid rgba(255, 255, 255, 0.7); width: 160px; } .city_project_text h3 { font-weight: bold; margin: 0px 0px 0px 0px; line-height: 32px; } .city_project_text h3 a { color: #fff; } /* slick slider start */ .city_project_wrap .slick-slide { padding: 0px 15px; } .city_project_wrap .slick-list { padding: 0px 0px !important; height: 100%; float: left; width: 100%; } .city_project_wrap .slick-track { padding-bottom: 20px; } .city_project_wrap .slick-slide.slick-current.slick-active.slick-center .city_project_fig { box-shadow: 0px 5px 14px -2px #383232; float: left; width: 100%; } .city_project_wrap .slick-prev, .city_project_wrap .slick-next { top: auto; bottom: -105px; left: 0px; right: 0px; margin: auto; } .city_project_wrap .slick-prev { left: -48px; } .city_project_wrap .slick-next { right: -48px; } .city_project_wrap .slick-prev:hover:before, .city_project_wrap .slick-next:hover:before { color: #fff; } /* ================================== CITY PROJECT WRAP END ================================== */ /* ================================== CITY EVENT WRAP START ================================== */ .city_event_history, .city_event_fig, .city_event_wrap { float: left; width: 100%; } .city_event_wrap { background-image: url("http://kodeforest.net/html/baldiyat/images/map_bg.png"); background-repeat: no-repeat; background-size: cover; } .bg_white.width { width: 1230px; box-shadow: 0px 0px; margin: 0px auto; padding: 102px 15px 100px; } .city_event_fig { margin-bottom: 30px; } .city_event_fig figure { width: auto; } .city_event_text { overflow: hidden; padding: 14px 15px 14px 25px; border: 1px solid #d7d7d7; } .city_event_history { margin-bottom: 16px; } .event_date { float: left; width: 74px; text-align: center; padding: 12px 0px 10px; background-color: #404040; border-radius: 1px; } .event_date span { display: block; color: #fff; font-size: 22px; font-weight: bold; line-height: 22px; margin-bottom: 1px; } .event_date strong { color: #fff; font-size: 12px; font-weight: bold; } .city_date_text { overflow: hidden; padding: 4px 0px 7px 15px; } .custom_size { font-size: 22px; font-weight: bold; margin: 0px 0px 8px 0px; } .city_date_text a { display: inline-block; } .city_date_text a i { margin-right: 10px; font-size: 16px; color: #404040; } .city_event_text > p { margin: 0px 0px 12px 0px; } .city_event_text > a { font-size: 14px; display: block; } .city_event_text > a span { font-size: 16px; margin-left: 5px; text-transform: capitalize; } .city_event_fig .paly_btn { font-size: 20px; margin-top: 0px; opacity: 0; } .city_event_fig:hover .paly_btn { margin-top: -20px; opacity: 1; } /* ================================== CITY EVENT WRAP END ================================== */ /* ================================== CITY CLIENT WRAP START ================================== */ .client_arrow, .city_client_fig, .city_client_wrap { float: left; width: 100%; } .city_client_wrap { padding: 70px 0px 100px; } .city_client_row { float: left; width: 75%; } .city_client_fig figure { width: auto; border-radius: 100%; border: 23px solid #e2304e; } .client_arrow figure img, .city_client_fig figure img { border-radius: 100%; overflow: hidden; } .city_client_text { overflow: hidden; padding: 85px 0px 70px 45px; text-align: left; } .city_client_text p { margin: 0px 0px 20px 0px; color: #fff; position: relative; z-index: 2; font-weight: normal; } .city_client_text p:before { position: absolute; content: "\e913"; top: -56px; left: -20px; right: 0px; bottom: 0px; font-family: 'icomoon' !important; font-size: 50px; color: #fff; z-index: -1; } .city_client_text h4 { float: left; margin: 0px 0px; font-weight: bold; margin-right: 12px; } .city_client_text span a, .city_client_text h4 a { color: #fff; } .city_client_text span { display: inline-block; font-size: 16px; margin-top: 7px; } .city_client_link { float: left; width: 25%; text-align: center; padding: 25px 0px 15px; } .client_arrow { margin-bottom: 5px; } .client_arrow:nth-child(2) { margin-bottom: 0px; } .client_arrow figure { border-radius: 100%; width: auto; display: block; float: none; margin: auto; text-align: center; display: inline-block; } /*bxslider start*/ .city_client_row .bx-wrapper .bx-viewport { padding: 0px 0px; background: none; margin: 0px 0px; height: 284px !important; } .city_client_row .bxslider.bx-pager { float: left; width: 100%; padding: 0px 0px; } .city_client_row .bx-wrapper { margin: 0px 0px; } .city_client_row .bx-wrapper .bx-prev, .city_client_row .bx-wrapper .bx-next { height: 40px; width: 40px; border-radius: 100%; background-color: #141414; color: transparent; line-height: 40px; text-align: center; position: absolute; top: 0px; } .city_client_row .bx-wrapper .bx-next { right: -213px; top: 70px; } .city_client_row .bx-wrapper .bx-prev { top: auto; bottom: 60px; right: -110px; left: auto; } .city_client_row .bx-wrapper .bx-prev:before, .city_client_row .bx-wrapper .bx-next:before { position: absolute; content: "\f105"; top: 0px; left: 0px; right: 0px; bottom: 0px; font-family: fontAwesome; color: #fff; font-size: 24px; } .city_client_row .bx-wrapper .bx-prev:before { content: "\f104"; } /* ================================== CITY CLIENT WRAP END ================================== */ /* ================================== CITY NEWS WRAP START ================================== */ .city_news_row > ul > li, .city_news_row > ul, .city_news_row, .city_news_list, .city_news_meta, .city_news_text, .city_news_fig, .city_news_wrap { float: left; width: 100%; } .city_news_wrap { padding: 100px 0px; } .city_news_text { padding: 24px 0px 0px 0px; } .city_news_text h2 { font-size: 32px; font-weight: bold; margin: 0px 0px 14px 0px; } .city_news_meta { margin-bottom: 18px; } .city_news_meta li { float: left; width: auto; padding: 0px 14px; border-right: 1px solid #afafaf; line-height: 15px; } .city_news_meta li:last-child { border-right: none; padding-right: 0px; } .city_news_meta li:first-child { padding-left: 0px; } .city_news_meta li a { display: inline-block; font-size: 15px; line-height: 15px; } .city_news_text p { margin-bottom: 35px; } .city_news_text .theam_btn { border-color: #898989; color: #666666; } .city_news_row > ul > li { margin-bottom: 39px; } .city_news_row > ul > li:last-child { margin-bottom: 0px; } .city_news_list figure { width: auto; } .city_news_list_text { overflow: hidden; padding: 8px 0px 15px 20px; } .city_news_list_text h5 { font-weight: bold; margin: 0px 0px 12px 0px; line-height: 26px; } .city_news_list_text .city_news_meta { margin-bottom: 0px; } /*city news form start*/ .city_document_list ul li, .city_document_list ul, .city_document_list, .city_news_search, .city_news_feild, .city_news_form { float: left; width: 100%; } .city_news_feild { padding: 25px 30px 30px; margin-bottom: 35px; position: relative; z-index: 1; } .city_news_feild:before { position: absolute; content: "\e914"; top: auto; left: auto; right: -8px; bottom: -65px; font-family: 'icomoon' !important; color: #fff; opacity: 0.3; z-index: -1; font-size: 230px; } .city_news_feild.feild2:before { content: "\e915"; font-size: 120px; bottom: -24px; right: -15px; opacity: 0.2; } .city_news_feild span { display: block; color: #fff; } .city_news_feild h4 { font-weight: bold; color: #fff; margin: 0px 0px 6px 0px; } .city_news_feild p { color: #fff; margin: 0px 0px 25px; } .city_news_search input { margin-bottom: 10px; } .city_news_search .theam_btn { display: block; width: 100%; text-align: left; color: #fff; font-size: 16px; } .city_document_list ul li { border-bottom: 1px solid rgba(255, 255, 255, 0.2); } .city_document_list ul li:first-child { border-top: 1px solid rgba(255, 255, 255, 0.2); } .city_document_list ul li a { display: block; padding: 14px 0px; color: #fff; } .city_document_list ul li a i { margin-right: 18px; } .city_news_feild.feild2 { margin-bottom: 0px; } /* ================================== CITY NEWS WRAP END ================================== */ /* ================================== CITY REQUEST WRAP START ================================== */ .city_request_link ul, .city_request_link, .city_request_row, .city_request_list, .city_requset_wrap { float: left; width: 100%; } .city_request_list { padding: 30px 30px 26px; background-color: #fff; box-shadow: 0px 4px 10px -5px #393333; border-top: 5px solid; position: relative; z-index: 3; } .city_request_row { margin-bottom: 16px; } .city_request_row > span { float: left; font-size: 50px; line-height: 50px; } .city_request_text { overflow: hidden; padding: 0px 0px 0px 20px; } .city_request_text span { display: block; } .city_request_text h4 { font-weight: bold; margin: 0px 0px; } .city_request_link ul li { float: left; width: 50%; margin-bottom: 13px; } .city_request_link ul li a { display: block; padding-left: 22px; position: relative; } .widget_service ul li a:before, .city_request_link ul li a:before { position: absolute; content: "\f105"; top: 0px; left: 0px; right: 0px; bottom: 0px; font-weight: 900; font-family: "Font Awesome 5 Free"; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; color: #8c8c8c; font-size: 16px; } /* ================================== CITY REQUEST WRAP END ================================== */ /* ================================== WIDGET WRAP START ================================== */ .widget_text ul li, .widget_text ul, .widget_text, .widget_list, .widget_wrap { float: left; width: 100%; } .widget_wrap { padding: 160px 0px 0px; margin-top: -95px; background-image: url("http://kodeforest.net/html/baldiyat/images/widget-bg.png"); background-repeat: no-repeat; background-size: cover; z-index: 2; } .widget_wrap.overlay:before { opacity: 0.95; z-index: -1; } .widget_title { color: #fff; margin-bottom: 25px; font-weight: 600; } .widget_text ul { margin-bottom: 30px; } .widget_text ul li { margin-bottom: 6px; } .widget_text ul li:last-child { margin-bottom: 0px; } .widget_text ul li a { color: #fff; font-size: 15px; } .widget_text p { margin: 0px 0px; color: #fff; line-height: normal; } /* widget service start*/ .widget_service ul li, .widget_service ul, .widget_service { float: left; width: 100%; } .widget_service ul li { margin-bottom: 10px; } .widget_service ul li:last-child { margin-bottom: 0px; } .widget_service ul li a { display: block; padding-left: 20px; color: #fff; font-size: 15px; position: relative; } .widget_service ul li a:hover { padding-left: 25px; } .widget_service ul li a:before { color: #fff; } .widget_service ul li a:hover:before { left: 5px; } .widget_text.text2 ul li a span { float: right; } .widget_text.text2 ul li { margin-bottom: 10px } .copyright_text, .widget_copyright { float: left; width: 100% } .widget_copyright { padding: 15px 0px; border-top: 1px solid rgba(255, 255, 255, 0.4); margin-top: 34px } .widget_copyright .city_top_social { width: 100% } .copyright_text { text-align: center } .copyright_text p { font-size: 13px; color: #fff; margin: 0px 0px; padding: 7px 0px 0px } .copyright_text p span { display: block } .widget_copyright .city_top_social ul li a { border: 2px solid #fff } .sab_banner_text, .sab_banner { float: left; width: 100% } .sab_banner { background-image: url("http://kodeforest.net/html/baldiyat/images/sab-banner-bg.png"); background-repeat: no-repeat; background-size: cover; padding: 100px 0px 155px } @-webkit-keyframes shafaqat { 0% { background-position: 50% 0 } 100% { background-position: 330px 0% } } @-moz-keyframes shafaqat { 0% { background-position: 50% 0 } 100% { background-position: 330px 0% } } @-ms-keyframes shafaqat { 0% { background-position: 50% 0 } 100% { background-position: 330px 0% } } @keyframes shafaqat { 0% { background-position: 50% 0 } 100% { background-position: 330px 0% } } .sab_banner { animation: 25s linear 0s normal none infinite running shafaqat; background: rgba(0, 0, 0, 0) url("http://kodeforest.net/html/baldiyat/images/sab-banner-bg.png") repeat scroll 0 0 } .sab_banner.overlay:before { opacity: 0.9 } .sab_banner_text { position: relative; z-index: 2; text-align: center } .sab_banner_text h2 { font-size: 36px; color: #fff; margin: 0px 0px 4px; font-weight: 600 } .breadcrumb { background: none; padding: 0px 0px; margin: 0px 0px } .breadcrumb > li a, .breadcrumb > .active, .breadcrumb > li { color: #fff } .breadcrumb > li { padding: 0px 18px; border-right: 2px solid #fff; line-height: 14px; } .breadcrumb > li:last-child { border-right: none; } .breadcrumb > li:first-child { padding-left: 0px; } /* ================================== SAB BANNER END ================================== */ /* ================================== CITY SERVICES2 WRAP START ================================== */ .city_service2_btn, .city_service2_text, .city_service2_fig, .city_services2_wrap { float: left; width: 100%; } .city_services2_wrap { padding: 100px 0px; } .city_service2_fig { margin-bottom: 30px; border-bottom: 3px solid transparent; } .city_service2_fig:hover { box-shadow: 0px 3px 10px -4px; } .city_service2_fig .overlay:before { background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #df193a); background: -moz-linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #df193a); background: -webkit-linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #df193a); opacity: 0.95; z-index: 2; -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; transition: all 1s; } .city_service2_fig:hover .overlay:before { background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #14284b); } .city_service2_list { position: absolute; top: 50%; left: 20px; right: 0px; margin-top: -30px; z-index: 2; } .city_service2_list > span { display: inline-block; height: 60px; width: 60px; text-align: center; line-height: 60px; background-color: #ffffff; border-radius: 100%; font-size: 30px; float: left; border: 3px solid #fff; } .city_service2_fig:hover .city_service2_list > span { background: none; color: #fff; } .city_service2_caption { overflow: hidden; padding: 0px 0px 0px 25px; } .city_service2_caption h4 { font-weight: bold; color: #fff; margin: 0px; } .city_service2_caption h4 span { display: block; } .city_service2_text { padding: 25px 20px 0px 20px; border: 1px solid #dfdfdf; } .city_service2_text p { margin: 0px 0px; padding-bottom: 15px; } .see_more_btn { display: block; padding: 20px 0px; font-size: 16px; text-transform: capitalize; border-top: 1px solid #dfdfdf; color: #333333; font-weight: 600 } .see_more_btn i { float: right; font-size: 22px } .city_service2_btn { text-align: center; margin-top: 40px } .city_special_service { float: left; width: 100% } .city_special_service { background-image: url("http://kodeforest.net/html/baldiyat/images/loking-bg.png"); background-repeat: no-repeat; background-size: cover; padding: 70px 0px } @-webkit-keyframes shafaqat { 0% { background-position: 50% 0 } 100% { background-position: 330px 0% } } @-moz-keyframes shafaqat { 0% { background-position: 50% 0 } 100% { background-position: 330px 0% } } @-ms-keyframes shafaqat { 0% { background-position: 50% 0 } 100% { background-position: 330px 0% } } @keyframes shafaqat { 0% { background-position: 50% 0 } 100% { background-position: 330px 0% } } .city_special_service { animation: 50s linear 0s normal none infinite running shafaqat; background: rgba(0, 0, 0, 0) url("http://kodeforest.net/html/baldiyat/images/loking-bg.png") repeat scroll 0 0; } .special_service_text { width: 616px; margin: auto; text-align: center; padding: 65px 70px 70px; z-index: 2; left: 40px; } .special_service_text.overlay:before { z-index: -1; opacity: 0.95; } .custom_size2 { color: #fff; font-weight: 600; font-size: 36px; margin: 0px 0px 0px 0px; } .special_service_text h3 { color: #fff; margin: 0px 0px 18px 0px; } .special_service_text p { color: #fff; margin: 0px 0px 25px 0px; } .special_service_text p span { display: block; } .special_service_text .theam_btn { background-color: #fff; padding: 10px 58px; font-size: 16px; } .special_service_text .theam_btn:hover { color: #fff; } /* ================================== CITY SPECIAL SERVICES END ================================== */ /* ================================== CITY AWARD WRAP START ================================== */ .city_award_list, .city_award_wrap { float: left; width: 100%; } .city_award_wrap { padding: 80px 0px 78px; } .city_award_list span { float: left; font-size: 58px; line-height: 40px; color: #fff; } .city_award_text { overflow: hidden; padding: 0px 0px 0px 20px; } .city_award_text .counter { margin-bottom: 10px; } .city_award_text h3 { color: #fff; font-weight: bold; margin: 0px 0px; line-height: 26px; } /* ================================== CITY AWARD WRAP END ================================== */ /* ================================== CITY NEWS2 WRAP START ================================== */ .city_news2_text, .city_news2_fig, .city_news2_wrap { float: left; width: 100%; } .city_news2_wrap { padding: 100px 0px; } .city_news2_fig .overlay:before { background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #df193a); opacity: 0.95; z-index: 1; } .city_news2_fig:hover .overlay:before { background: linear-gradient(to bottom, rgba(0, 0, 0, 0) -100%, #14284b); opacity: 1; } .city_news2_text { position: absolute; bottom: -140px; left: 0px; right: 0px; padding: 0px 25px 30px; z-index: 1; } .city_news2_fig:hover .city_news2_text { bottom: 60px; } .city_news2_text h5 { color: #fff; font-weight: 600; margin-bottom: 19px; } .city_news2_text p { color: #fff; margin-bottom: 45px; opacity: 0; } .city_news2_text .theam_btn { color: #fff; opacity: 0; } .city_news2_fig:hover .city_blog_social.social2 .social_icon, .city_news2_fig:hover .city_news2_text p, .city_news2_fig:hover .city_news2_text .theam_btn { opacity: 1; } .city_blog_social.social2 { position: absolute; bottom: 0px; left: 0px; right: 0px; padding: 16px 25px 18px; float: left; width: 100%; border-top: 1px solid rgba(255, 255, 255, 0.5); z-index: 1; } .city_blog_social.social2 > a { display: inline-block; font-size: 15px; color: #fff; } .city_blog_social.social2 .city_blog_icon_list { padding: 0px 0px; } .city_blog_social.social2 .social_icon { display: block; padding: 2px 0px; opacity: 0; } .city_blog_social.social2 .social_icon li a { color: #fff; } .city_blog_social.social2 .share_icon { font-size: 24px; color: #fff; } /* ================================== CITY NEWS2 WRAP END ================================== */ /* =============================================================== SERVICE DETAIL PAGE START =============================================================== */ /* ================================== CITY HEALTH WRAP START ================================== */ .city_health_fig, .city_health_text, .city_health_wrap { float: left; width: 100%; } .city_health_wrap { padding: 120px 0px; } .city_health_text h2 { font-weight: bold; margin-bottom: 15px; } .city_health_text h2 span { display: block; } .city_health_text p { margin: 0px 0px; padding: 0px 17px 0px 0px; } .city_health_fig { position: relative; } .city_health_fig:before { position: absolute; content: ""; top: 0px; left: 0px; right: 0px; bottom: 0px; width: 0; height: 0; border-style: solid; border-width: 179px 155px 42px 0px; border-color: #fff transparent transparent transparent; z-index: 2; } .city_health_fig:after { position: absolute; content: ""; top: 91px; left: 10px; right: 0px; bottom: 0px; border-left: 2px dotted; height: 350px; z-index: 3; transform: rotate(41deg); -moz-transform: rotate(41deg); -webkit-transform: rotate(41deg); } /* ================================== CITY HEALTH WRAP END ================================== */ /* ====================================== CITY SERVICE DETAIL WRAP START ====================================== */ .city_department2_fig, .city_department_list ul li, .city_department_list ul, .city_department_list, .city_service_tabs_list, .city_service_tabs_text, .city_service_detail_wrap { float: left; width: 100%; } .city_service_detail_wrap { padding: 0px 0px 100px 0px; } .city_service_tabs_text { padding: 23px 0px 33px; border-bottom: 1px solid #d5d5d5; } .city_service_tabs_text h3 { font-weight: bold; margin: 0px 0px 18px 0px; } .city_service_tabs_text p { margin-bottom: 20px; line-height: 24px; } .city_service_tabs_text p:last-child { margin-bottom: 0px; } .city_service_tabs_text h5 { font-weight: bold; margin: 0px 0px 20px 0px; } /*city department list START*/ .city_department_list { margin-bottom: 40px; } .city_department_list ul li { padding: 40px 0px; border-bottom: 1px solid #d5d5d5; } .city_department2_fig figure { width: 44%; } .city_department2_text { overflow: hidden; padding: 18px 0px 18px 30px; float: left; width: 56%; } .city_department2_text h5 { font-weight: bold; margin-bottom: 12px; } .city_department2_text p { margin: 0px; } .city_department2_text.text2 { padding: 18px 30px 18px 0px; } /*city emergency call start*/ .city_emergency_info, .city_emergency_call ul, .city_emergency_call { float: left; width: 100%; } .city_emergency_info { padding-bottom: 40px; border-bottom: 1px solid #e3e3e3; } .city_emergency_call { padding: 3px 3px; background-color: #e1e1e1; } .city_emergency_call h5 { font-weight: bold; margin: 0px 0px; padding: 15px 30px 18px; } .city_emergency_call ul { background-color: #fff; } .city_emergency_call ul li { float: left; width: 30%; border-bottom: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3; } .city_emergency_call ul li:last-child { border-bottom: none; } .city_emergency_call ul li:nth-child(odd) { width: 70%; } .city_emergency_call ul li a { display: block; padding: 14px 25px; font-size: 15px; } /*city emergency slider start*/ .emergency_service_item, .emergency_service, .city_emergency_slide_fig, .city_emergency_slide_text, .service_title, .city_emergency_slider { float: left; width: 100%; } .city_emergency_slider { padding: 33px 0px 40px; border-bottom: 1px solid #eaeaea; } .service_title { margin-bottom: 28px; font-weight: bold; } .city_emergency_slide_text { padding: 19px 0px 0px 0px; } .city_emergency_slide_text h5 { font-weight: bold; margin: 0px 0px 10px 0px; } .city_emergency_slide_text p { margin: 0px 0px; } .emergency_service { padding: 23px 30px; border: 1px solid #e1e1e1; margin-bottom: 30px; } .emergency_service_item { margin-bottom: 18px; } .emergency_service_item span { float: left; font-size: 45px; line-height: 35px; } .emergency_service_item h4 { margin: 0px 0px; font-weight: bold; padding: 6px 0px 5px 20px; float: left; } .emergency_service > p { margin: 0px 0px; } .margin-0 { margin-bottom: 0px; } /*slick slider*/ .city_emergency_slider .slick-slide { padding: 0px 15px; } .city_emergency_slider .slick-prev, .city_emergency_slider .slick-next { top: -45px; } /* ====================================== CITY SERVICE DETAIL WRAP END ====================================== */ /* =============================================================== GOVERMENT GIRD START =============================================================== */ /* ====================================== CITY BLOG WRAPER START ====================================== */ .city_blog_grid_text, .city_blog_grid, .city_blog_wraper { float: left; width: 100%; } .city_blog_wraper { padding: 100px 0px; } .city_blog_grid { padding: 12px 12px 15px; border: 8px solid #f2f2f2; margin-bottom: 30px; } .city_blog_grid_text span { display: inline-block; height: 64px; width: 64px; line-height: 64px; text-align: center; border: 3px solid #fff; border-radius: 100%; font-size: 30px; color: #fff; margin: -30px 0px 20px 10px; z-index: 2; position: relative; } .city_blog_grid_text h5 { font-weight: bold; margin: 0px 0px 10px 0px; } .city_blog_grid_text p { margin-bottom: 18px; } .city_blog_grid_text a { font-weight: bold; display: inline-block; color: #333; } .city_blog_grid_text a i { margin-left: 10px; } /* ====================================== CITY BLOG WRAPER END ====================================== */ /* ====================================== PAGINATION START ====================================== */ .pagination ul, .pagination { float: left; width: 100%; } .pagination { margin: 50px 0px 0px 0px; } .pagination ul { text-align: center; } .pagination ul li { float: none; display: inline-block; margin-right: 10px; } .pagination ul li:last-child { margin-right: 0px; } .pagination ul li a { height: 60px; width: 60px; text-align: center; line-height: 60px; background-color: #f2f2f2; display: inline-block; color: #333333; font-size: 15px; } .pagination ul li a:hover { color: #fff; } /* ====================================== PAGINATION END ====================================== */ /* =============================================================== GOVERMENT GIRD START =============================================================== */ /* ====================================== GOVERMENT PAGE START ====================================== */ .city_department_wrap.goverment { background-image: none; padding: 100px 0px; } .city_department_wrap.goverment .width_control { width: 100%; padding: 0px 0px; } .city_service2_btn.btn2 { margin-top: 25px; } .city_service2_btn.btn2 .theam_btn { color: #fff; } /* ====================================== GOVERMENT PAGE END ====================================== */ /* =============================================================== BUSINESS GIRD START =============================================================== */ /* ======================================== CITY SERVICES2 LIST BUSINESS START ======================================== */ .see_more_btn, .city_busine_detail li, .city_busine_detail, .city_business_list, .city_business_fig, .city_service2_list.business { float: left; width: 100%; } .city_business_fig { margin-bottom: 30px; } .city_business_fig figure:after { position: absolute; content: ""; top: 0px; left: 0px; right: 0px; bottom: 0px; border-bottom: 3px solid; width: 290px; margin: auto; } .city_business_fig:hover .overlay:before { background: linear-gradient(to bottom, rgba(0, 0, 0, 0) -54%, #14284b); z-index: 1; opacity: 0.98; } .city_business_fig .city_service2_list { margin-top: -24px; } .city_business_fig .city_service2_list span { height: 46px; width: 46px; text-align: center; line-height: 46px; font-size: 24px; color: #fff; border: none; } .city_business_fig .city_service2_caption { padding: 10px 0px 10px 20px; } .city_business_fig .city_service2_caption h5 { color: #fff; margin: 0px 0px; } .city_business_list { border: 1px dotted #e1e1e1; } .city_busine_detail { padding: 30px 40px; } .city_busine_detail li { border-bottom: 1px solid #e1e1e1; } .city_busine_detail li:first-child { border-top: 1px solid #e1e1e1; } .city_busine_detail li a { display: block; font-size: 15px; padding: 12px 0px 10px; } .city_busine_detail li a i { margin-right: 20px; font-size: 18px; } .city_business_list .see_more_btn { color: #666666; font-weight: normal; padding: 20px 40px; } /* ======================================== CITY SERVICES2 LIST BUSINESS END ======================================== */ /* ======================================== CITY VISIT WRAP START ======================================== */ .city_visit_text, .city_visit_fig, .city_visit_wrap { float: left; width: 100%; } .city_visit_wrap .col-md-6 { padding: 0px 0px; } .city_visit_text { padding: 80px 0px 80px 100px; border: 1px solid #e1e1e1; border-left: none; } .city_visit_text h3 { margin: 0px 0px; font-weight: bold; margin-bottom: 4px; } .city_visit_text h3:nth-child(2) { margin-bottom: 20px; } .city_visit_text p { margin-bottom: 18px; } .city_visit_text p i { font-style: normal; } .city_visit_text p:nth-child(4) { margin-bottom: 34px; } .city_visit_text.text2 { padding: 80px 100px 80px 0px; text-align: right; } .city_visit_text .theam_btn { color: #fff; } /* ======================================== CITY VISIT WRAP END ======================================== */ /* =============================================================== EVENR PAGE START =============================================================== */ /* ======================================== CITY EVENT2 WRAP START ======================================== */ .city_event2_text ul li, .city_event2_text ul, .city_event2_text, .city_event2_list, .city_event2_fig, .city_event2_wrap { float: left; width: 100%; } .city_event2_wrap { background-color: #e7e7e7; padding: 100px 0px; } .city_event2_fig { margin-bottom: 55px; } .city_event2_fig:hover { box-shadow: 0px 5px 20px -14px; } .city_event2_list { position: relative; padding: 40px 25px 63px 30px; background-color: #fff; } .city_event2_date { height: 75px; width: 80px; text-align: center; padding: 16px 0px; position: absolute; top: -45px; z-index: 2; right: 30px; } .city_event2_date strong { display: block; font-size: 22px; color: #fff; line-height: 22px; } .city_event2_date span { display: block; color: #fff; } .city_event2_text span { display: block; font-size: 15px; margin-bottom: 5px; } .city_event2_text h4 { font-weight: bold; } .city_event2_text ul { position: relative; z-index: 2; } .requst02:before { position: absolute; content: ""; top: -6px; left: 2px; right: 0px; bottom: 0px; height: 100px; width: 100px; border-radius: 100%; background-color: #ececec; z-index: -1; } .city_event2_text ul li { margin-bottom: 12px; } .city_event2_text ul li:last-child { margin-bottom: 0px; } .city_event2_text ul li a { display: block; font-size: 15px; color: #999999; } .city_event2_text ul li a i { margin-right: 8px; } .city_event2_list .theam_btn.btn2 { position: absolute; bottom: -25px; left: 0px; right: 0px; margin: auto; width: 240px; text-align: center; padding: 13px 0px 12px; } .requst02 { position: relative; } .requst02:before { width: 100%; height: 150px; background-color: #e7e7e7; border-radius: 0px; top: 0px; left: 0px; } /* ======================================== CITY EVENT2 WRAP END ======================================== */ /* ======================================== CITY HEALTH SERVICE2 START ======================================== */ .city_health_list, .city_health_service2 { float: left; width: 100%; } .city_health_service2 { border: 2px solid #d7d7d7; margin-bottom: 30px; } .city_health_service2:hover { box-shadow: 0px 0px 14px 2px #d1d1d1; } .city_health_list { padding: 30px 15px 25px 15px; } .city_health_list > span { height: 75px; width: 75px; text-align: center; line-height: 75px; border-radius: 100%; margin-bottom: 15px; display: inline-block; color: #fff; font-size: 34px; background-image: url("http://kodeforest.net/html/baldiyat/images/event2-bg.png"); background-repeat: no-repeat; background-size: cover; z-index: 2; } .city_health_list > span.overlay:before { border-radius: 100%; z-index: -1; background-color: #313131; opacity: 1; } .city_health_service2:hover .city_health_list > .overlay:before { opacity: 0.85; } .city_health_list h5 { font-weight: bold; margin-bottom: 10px; } .city_health_list h5 span { display: block; } .city_health_list p { margin-bottom: 0px; } .city_health_service2 .see_more_btn { padding: 20px 15px; color: #666; } .city_health_service2:hover .see_more_btn { color: #fff; } /* ======================================== CITY HEALTH SERVICE2 END ======================================== */ /* =============================================================== EVENR FULL PAGE START =============================================================== */ /* ======================================== CITY FULL EVENT START ======================================== */ .city_meta_list, .city_full_event_list, .city_full_event > ul > li, .city_full_event > ul, .city_full_event { float: left; width: 100%; } .city_full_event > ul { margin-bottom: 10px; } .city_full_event > ul > li { margin-bottom: 30px; z-index: 1; } .city_full_event > ul > li:last-child { margin-bottom: 0px; } .city_full_event_list.overlay:before { opacity: 1; background-color: #fff; } .city_full_event_list:hover.overlay:before { opacity: 0.8; background-color: #333; } .city_full_event_list { padding: 30px 30px 26px; border: 3px solid #d7d7d7; background-image: url("http://kodeforest.net/html/baldiyat/images/event-full-bg.png"); background-repeat: no-repeat; background-size: cover; } .city_meta_list li, .city_event2_meeting, .city_event2_calender ul li, .city_event2_calender ul, .city_event2_calender { float: left; width: auto; position: relative; z-index: 2; } .city_event2_calender { background-color: #fff; border: 3px solid #d7d7d7; margin: 12px 40px 12px 0px; } .city_event2_calender ul li { height: 75px; width: 75px; text-align: center; padding: 16px 0px 15px; border-right: 6px solid #d7d7d7; } .city_event2_calender ul li:last-child { border-right: none; } .city_event2_calender ul li h4 { margin: 0px 0px 0px 0px; color: #b6b6b6; line-height: 24px; font-weight: 600; } .city_full_event_list:hover .city_event2_meeting p, .city_full_event_list:hover .city_meta_list li a, .city_full_event_list:hover .city_event2_meeting h4 { color: #fff; } .city_full_event_list:hover .city_event2_calender ul li p, .city_full_event_list:hover .city_event2_calender ul li h4 { color: #333333; } .city_event2_calender ul li p { margin: 0px 0px; color: #b6b6b6; } .city_event2_meeting { padding-left: 40px; border-left: 1px solid #d7d7d7; } .city_event2_meeting h4 { font-weight: bold; margin: 0px 0px 17px 0px; line-height: 21px; } .city_meta_list { margin-bottom: 8px; } .city_meta_list li { margin-right: 28px; } .city_meta_list li:last-child { margin-right: 0px; } .city_meta_list li a { display: inline-block; font-size: 15px; } .city_meta_list li a i { margin-right: 10px; } .city_event2_meeting p { margin: 0px 0px 0px 0px; line-height: 20px; } .city_event2_meeting p span { display: block; } .city_full_event_list .theam_btn.btn2 { float: right; background-color: #333333; padding: 12px 38px; margin: 27px 0px; position: relative; z-index: 2; } /* =============================================================== EVENR LISTING PAGE START =============================================================== */ .city_event2_year, .city_event2_row > ul, .city_event2_row { float: left; width: 100%; } .city_event2_row { margin-bottom: 60px; } .city_event2_row > ul { border-bottom: 1px solid #d4d4d4; } .city_event2_row > ul > li { float: left; width: 28%; border-right: 1px solid #d4d4d4; padding: 38px 28px; background-color: #fff; } .city_event2_row > ul > li:last-child { width: 44%; border-right: none; padding: 30px 28px; } .city_event2_year > .small { display: block; font-size: 15px; color: #999999; } .city_event2_year .nice-select.small { padding: 0px 0px; border: none; width: 100%; height: auto; } .city_event2_year .nice-select:after { height: 7px; width: 7px; border-bottom: 2px solid #999; border-right: 2px solid #999; } .city_event2_year .list { width: 100%; background-color: #fff; padding: 10px 0px 0px; border-bottom: 2px solid; } .city_event2_year .list li { padding: 8px 20px; display: block; } .city_event2_year .list li:hover, .city_event2_year .list li.option.selected.focus { color: #fff; } .city_event2_year > a > i { float: right; } .city_event2_year .sidebar_search { float: left; width: auto; margin-right: 25px; } .city_event2_year .sidebar_search input { width: 250px; background-color: #e7e7e7; height: 36px; border: none; padding: 10px 25px; } .city_event2_year .sidebar_search input:focus { background: none; box-shadow: 0px 0px 5px 1px #ddd; } .city_event2_year .sidebar_search button { top: 8px; } .event2_menu_list { float: right; width: auto; padding: 9px 0px 4px; } .event2_menu_list a { display: inline-block; font-size: 15px; color: #999; margin-right: 6px; } .event2_menu_list a:last-child { margin-right: 0px; } /* ======================================== CITY EVENT2 LIST2 START ======================================== */ .city_event2_list2_row, .city_event2_list2 > ul > li, .city_event2_list2 > ul, .city_event2_list2 { float: left; width: 100%; } .city_event2_list2 > ul > li { margin-bottom: 40px; } .city_event2_list2 > ul > li:last-child {} .city_event2_list2_row { position: relative; } .city_event2_list2_fig { position: absolute; top: 23px; left: 0px; } .city_event2_list2_fig figure { border-right: 7px solid #333333; } .city_event2_list2_fig .event_categories_date { position: absolute; top: 0px; right: 0px; } .city_event2_list2_row:hover .event_categories_date:before { border-color: transparent transparent transparent #d21535; } .city_blog_text.event2 { overflow: hidden; width: 750px; background-color: #fff; padding: 25px 20px 30px 200px; float: right; } .city_blog_text.event2 .social_icon, .city_blog_text.event2 > p { display: block; } .city_blog_text.event2 span:before { border: none; } .city_blog_text.event2 h4 { margin-bottom: 6px; } .city_blog_text.event2 .city_meta_list { padding-bottom: 17px; border-bottom: 1px solid #dadada; position: relative; z-index: 1; margin-bottom: 16px; } .city_blog_text.event2 .city_meta_list:before { position: absolute; content: ""; top: 0px; left: 0px; right: 0px; bottom: 2px; border-bottom: 1px solid #dadada; z-index: -1; } .city_blog_text.event2 .theam_btn { background-color: #333333; } /* ======================================== CITY EVENT2 LIST2 END ======================================== */ /* =============================================================== EVENT DETAIL PAGE START =============================================================== */ /* ======================================== CITY EVENT DETAIL START ======================================== */ .event_detail_text p, .event_heading, .event_detail_text, .city_event_detail { float: left; width: 100%; } .city_event_detail { padding: 30px 30px 24px; background-color: #fff; margin-bottom: 30px; } .event_detail_text figure { margin-bottom: 38px; } .event_detail_text p { margin-bottom: 25px; } .event_detail_text p:nth-child(4) { margin-bottom: 10px; } /*event detail counter start*/ .event_counter_list.countdown, .event_counter_list, .event_detail_counter { float: left; width: 100%; } .event_detail_counter { padding-bottom: 25px; border-bottom: 1px solid #cdcdcd; } .event_counter_list { background-image: url("http://kodeforest.net/html/baldiyat/images/event-counter-bg.png"); background-repeat: no-repeat; background-size: cover; padding: 30px 0px; margin: 10px 0px 25px 0px; } .event_counter_list .countdown { text-align: center; position: relative; z-index: 2; } .event_counter_list .countdown li { display: inline-block; width: 80px; text-align: center; margin-right: 60px; position: relative; } .event_counter_list .countdown li:before { position: absolute; content: ":"; top: 14px; left: auto; right: -34px; bottom: 0px; font-size: 35px; } .event_counter_list .countdown li:last-child:before { content: ""; } .event_counter_list .countdown li:last-child { margin: 0px 0px; } .event_counter_list .countdown li h3 { color: #fff; margin: 0px 0px 0px 0px; font-weight: 500; padding: 8px 0px; border-bottom: 1px solid #e7536b; } .event_counter_list .countdown li p { margin: 0px 0px; color: #fff; background-color: #000000; font-weight: 500; padding: 4px 0px; text-transform: capitalize; } .event_detail_counter > p { margin: 0px 0px; } /*city health2 text team start*/ .city_health2_text.team { padding: 36px 0px 20px; margin-bottom: 0px; border-bottom: 1px solid #e1e1e1; } .city_health2_text.team .slick-slide { padding: 0px 15px; } .city_health2_text.team .city-health2-slider2 { margin-top: 10px; } .city_health2_text.team .slick-prev, .city_health2_text.team .slick-next { top: -38px; } /*city event meta*/ .city_event_meta { float: left; width: 100%; } .city_event_meta { padding: 20px 0px 0px; } .city_event_meta .city_top_social span, .city_event_tags { float: left; width: auto; } .city_event_tags { padding: 7px 0px; } .city_event_tags span { display: inline-block; margin-right: 10px; font-size: 15px; } .city_event_tags span:last-child { margin-right: 0px; } .city_event_tags span a { display: inline-block; margin-right: 10px; } .city_event_meta .city_top_social span { display: inline-block; margin-right: 20px; padding: 8px 0px; } .city_event_meta .city_top_social { float: right; width: auto; padding: 0px 0px; } /*event booking form START*/ .event_booking_area, .event_booking_field, .event_booking_form { float: left; width: 100%; } .event_booking_field { margin-bottom: 20px; } .event_booking_field input { border: 1px solid #cccccc; } .event_booking_area textarea { border: 1px solid #cccccc; height: 147px; } .event_booking_area { margin-bottom: 30px; } .event_booking_field .nice-select.small { width: 100%; border: 1px solid #cccccc; border-radius: 0px 0px; padding: 12px 15px; height: 48px; } .event_booking_field .nice-select:after { width: 7px; border-bottom: 2px solid #999; border-right: 2px solid #999; height: 7px; } .list { width: 100%; background-color: #fff; padding: 10px 0px 0px 0px; } .list li { padding: 10px 20px; } .list li.option.selected.focus, .list li:hover { color: #fff; } /*event grid list start*/ .event_btn_center, .event_grid_list { float: left; width: 100%; } .event_grid_list .event_categories_list { padding: 30px 30px; background-image: url("http://kodeforest.net/html/baldiyat/images/event-grid-bg.png"); background-repeat: no-repeat; background-size: cover; } .event_grid_list .event_categories_text { position: relative; z-index: 1; } .event_grid_list .event_categories_date { height: 80px; } .event_grid_list .event_categories_date:before { border-width: 80px 0 0 81px; } .event_grid_list .event_categories_text h4 { font-weight: bold; color: #fff; line-height: 27px; margin: 0px 0px 3px; } .event_grid_list .event_categories_text h4 span { margin-bottom: 2px; display: block; } .event_grid_list .event_categories_text a { color: #fff; } .event_categories_list.overlay:before { background: -moz-linear-gradient(to left, rgba(0, 0, 0, 0) -12%, #df193a); opacity: 0.95; } .event_categories_list:hover.overlay:before { background: -moz-linear-gradient(to left, rgba(0, 0, 0, 0) -12%, #14284b); } .event_btn_center { text-align: center; } .event_btn_center .theam_btn.btn2 { padding: 8px 18px; font-size: 15px; } .event_grid_list.margin-bottom { margin-bottom: 30px !important; } /* ======================================== CITY EVENT DETAIL END ======================================== */ /* =============================================================== HEALTH DEPARTMENT PAGE START =============================================================== */ /* ======================================== CITY HEALTH DEPARTMENT START ======================================== */ .city_health2_service, .city_health2_text, .city_health2_row, .city_health2_fig, .city_health_department { float: left; width: 100%; } .city_health_department { padding: 100px 0px; } .city_health2_text, .city_health2_fig { margin-bottom: 40px; } .city_health2_text > p { margin-bottom: 34px; margin-top: 4px; float: left; width: 100%; } .city_health2_service { padding-bottom: 25px; border-bottom: 1px solid #d5d5d5; } .city_health2_service:hover { margin-top: -5px; } .city_health2_service span { display: block; font-size: 40px; line-height: 35px; margin-bottom: 15px; } .city_health2_service h5 { font-weight: bold; margin: 0px 0px 14px 0px; } .city_health2_service h5 a { font-weight: bold; color: #666666; } .city_health2_service p { margin: 0px 0px 25px 0px; } .city_health2_service a { display: inline-block; font-weight: 600; color: #333333; } .city_health2_service a i { margin-left: 8px; } .city_health2_text.text2 { border-bottom: 1px solid #d5d5d5; padding-bottom: 30px; } .city_health2_text .city_project_fig { margin-bottom: 30px; float: left; width: 100%; } .city_health2_text .city_project_fig:hover { box-shadow: 0px 4px 14px 2px #969696; } .section_heading.margin30 { margin-bottom: 35px; } .city_health2_text .city_project_text { margin-top: -100px; } /*city local link start*/ .city_local_link { float: left; width: 100%; margin-bottom: 4px; } .city_local_link li { float: left; width: 50%; margin-bottom: 8px; } .city_local_link li a { display: block; padding: 0px 0px 0px 25px; font-size: 15px; position: relative; z-index: 1; } .city_local_link li a:before { position: absolute; content: "\f0a9"; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: -1; font-family: fontAwesome; } /*city senior team start*/ .city_senior_team_text, .city_senior_team { float: left; width: 100%; } .city_senior_team { margin-bottom: 30px; } .city_senior_team figure { border-bottom: 2px solid; } .city_senior_team_text { text-align: center; padding: 15px 0px; border: 1px solid #e1e1e1; border-top: none; background-color: #fff; } .city_senior_team_text span { display: block; margin-bottom: 1px; font-size: 15px; } .city_senior_team_text h5 { margin: 0px 0px 4px 0px; } .city_senior_team_text a { display: block; font-size: 15px; } .city_health2_text .section_heading h2 { font-weight: 600; font-size: 30px; } /*----- Accordion start -----*/ .accordion, .accordion * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .accordion { overflow: hidden; border: 1px dotted #d7d7d7; } /*----- Section Titles -----*/ .accordion-section-title { width: 100%; padding: 13px 20px; display: block; background-color: #ededed; border-bottom: 1px dotted #d7d7d7; font-size: 15px; position: relative; } .accordion-section-title:before { position: absolute; content: "+"; top: 10px; left: auto; right: 22px; bottom: 0px; font-size: 20px; } .accordion-section-title.active { color: #fff; } .accordion-section-title.active:before { content: "-"; } .accordion-section:last-child .accordion-section-title { border-bottom: none; } /*----- Section Content -----*/ .accordion-section-content { padding: 20px 15px; display: none; } .accordion-section-content figure { width: auto; } .acoordian_text { overflow: hidden; padding: 10px 0px 10px 20px; } .acoordian_text p { margin: 0px 0px; } /*----- Accordion end -----*/ /* ======================================== CITY HEALTH DEPARTMENT END ======================================== */ /* =============================================================== HEALTH DEPARTMENT02 PAGE START =============================================================== */ .city_about_fig.fig2 { padding: 0px 20px 0px 0px; } .city_about_list.list2 { padding: 0px 0px 0px 20px; } .city_about_list.list2 .city_about_link { margin-bottom: 35px; } .city_about_list.list2 .city_about_text { margin-bottom: 30px; } .city_about_list.list2 .theam_btn { color: #fff; } .city_about_list.list2 .border:after, .city_about_list.list2 .border:before { width: 40px; } /* city health2 wrap start*/ .city_health2_service.list p, .city_health2_wrap { float: left; width: 100%; } .city_health2_service.list { padding: 0px 0px 65px 0px; border: none; } .city_health2_service.list span { display: inline-block; float: left; font-size: 55px; line-height: 45px; } .city_health2_service.list h5 { overflow: hidden; padding: 14px 0px 13px 20px; margin: 0px 0px; } .city_health2_service.list p { margin-bottom: 22px; } .city_health2_service.list a { float: left; } /* ======================================== CITY TREATMENT WRAP START ======================================== */ .city_treatment_fig, .city_treatment_wrap { float: left; width: 100%; } .city_treatment_wrap { position: relative; z-index: 1; padding-bottom: 80px; } .city_treatment_wrap:before { position: absolute; content: ""; top: 0px; left: 0px; right: 0px; bottom: 0px; height: 110px; background-color: #fff; z-index: -1; } .city_treatment_fig { margin-bottom: 40px; } .city_treatment_text { position: absolute; top: 50%; left: 0px; right: 0px; text-align: center; z-index: 2; margin-top: -60px; } .city_treatment_text .paly_btn { position: static; height: 72px; width: 72px; line-height: 72px; border-radius: 100%; display: inline-block; text-align: center; font-size: 26px; margin-bottom: 30px; } .city_treatment_text h4 { margin: 0px 0px 4px; color: #fff; } .city_treatment_text h5 { margin: 0px 0px; color: #fff; } .city_treatment_list a { float: left; width: 23%; margin-right: 30px; } .city_treatment_list a:last-child { margin-right: 0px; } .city_treatment_list a img { width: 100%; } .city_treatment_list .overlay:before { opacity: 0; background-color: #444444; } .city_treatment_list a.active.overlay:before { opacity: 0.8; } .city_treatment_fig .overlay:before { opacity: 0.7; background-color: #444444; } .city_treatment_wrap .bxslider.bx-pager { padding: 0px 0px; } .city_treatment_wrap .bx-viewport { margin: 0px 0px; } .city_treatment_wrap .bx-wrapper { margin: 0px 0px 30px; } .city_treatment_wrap .bx-controls-direction { display: none; } .city_treatment_wrap .bx-wrapper .bx-viewport { background: none; } /* ======================================== CITY TREATMENT WRAP END ======================================== */ /* ======================================== CITY HEALTH TEXT WRAP START ======================================== */ .city_health2_text.wrap { background-color: #e9e9e9; padding: 100px 0px 70px; margin: 0px 0px; } .city_health2_text.wrap .slick-slide { padding: 0px 15px; } /* ======================================== CITY HEALTH TEXT WRAP END ======================================== */ /* ======================================== CITY SPECIAL2 DREAM START ======================================== */ .city_special2_text, .city_special2_dream { float: left; width: 100%; } .city_special2_dream { padding: 57px 0px 60px; } .city_special2_text { text-align: center; } .city_special2_text h3 { margin: 0px 0px 3px 0px; color: #fff; } .city_special2_text h2 { color: #fff; margin: 0px 0px 8px; line-height: 34px; } .city_special2_text h3:nth-child(3) { margin-bottom: 25px; } /* ======================================== CITY SPECIAL2 DREAM END ======================================== */ /* ================================================================= BLOG PAGE START ================================================================= */ /* ======================================== CITY BLOG2 WRAP START ======================================== */ .city_blog2_text, .city_blog2_list, .city_blog2_fig, .city_blog2_wrap { float: left; width: 100%; } .city_blog2_wrap { padding: 100px 0px; background-color: #e7e7e7; } .city_blog2_fig { margin-bottom: 30px; } .city_blog2_fig .overlay:before { top: 100%; opacity: 0; } .city_blog2_fig:hover .overlay:before { opacity: 0.4; top: 0%; z-index: 1; } .city_blog2_list { background-color: #fff; } .city_blog2_list .city_meta_list { padding: 17px 0px; border-bottom: 1px solid #dedede; margin-bottom: 0px; } .city_blog2_list .city_meta_list li { margin: 0px 0px; padding: 0px 20px; border-right: 1px solid #bdbdbd; } .city_blog2_list .city_meta_list li:last-child { border-right: none; } .city_blog2_list:hover .city_meta_list li a i, .city_blog2_list:hover .city_meta_list li a { color: #fff; } .city_blog2_text { padding: 15px 20px 0px; background-color: #fff; border: 3px solid transparent; border-top: none; } .city_blog2_text h5 { font-weight: 600; } .city_blog2_text p { margin-bottom: 24px; } .city_blog2_fig .paly_btn { font-size: 14px; height: 54px; width: 54px; text-align: center; line-height: 54px; border-radius: 100%; border: 2px solid #fff; margin: -50px auto; color: #fff; opacity: 0; } .city_blog2_fig:hover .paly_btn { margin: -30px auto; opacity: 1; } .city_blog2_met { position: absolute; top: 30px; left: -60px; background-color: #fff; padding: 5px 20px; z-index: 1; font-size: 12px; opacity: 0; } .city_blog2_fig:hover .city_blog2_met { left: 0px; opacity: 1; } .city_blog2_met:after, .city_blog2_met:before { position: absolute; content: ""; top: 0px; left: auto; right: -4px; bottom: 0px; height: 15px; width: 19px; background-color: #fff; transform: skew(-32deg); z-index: -1; } .city_blog2_met:after { top: auto; transform: skew(29deg); } .city_blog2_fig .paly_btn:hover, .city_blog2_fig:hover .city_blog2_met { color: #fff; } /* ======================================== CITY BLOG2 WRAP END ======================================== */ /* ================================================================= BLOG LIST START ================================================================= */ .city_blog2_fig.fig2 .city_blog2_met { opacity: 1; left: 0px; } .city_blog2_fig.fig2:hover .city_blog2_met { left: 0px; } .city_blog2_fig.fig2 .city_blog2_list { padding: 25px 30px 30px; } .city_blog2_fig.fig2 .city_blog2_text { padding: 0px 0px; border: none; } .city_blog2_fig.fig2 .city_blog2_text h4 { font-weight: 600; margin-bottom: 20px; } .city_blog2_fig.fig2 .city_blog2_text p { padding-bottom: 24px; margin-bottom: 30px; border-bottom: 1px solid #cfcfcf; } .city_blog2_fig.fig2 .city_meta_list { float: left; width: auto; border-bottom: none; padding: 11px 0px; } .city_blog2_fig.fig2:hover .city_meta_list { background: none; } .city_blog2_fig.fig2 .city_meta_list li { border-right: none; padding: 0px 15px; } .city_blog2_fig.fig2 .city_meta_list li:first-child { padding-left: 0px; } .city_blog2_fig.fig2:hover .city_meta_list li a { color: #666; } .city_blog2_fig.fig2 .theam_btn { float: right; color: #666; border-color: #666; text-transform: uppercase; } .city_blog2_fig.fig2 .theam_btn:hover { color: #fff; } /* ================================================================= BLOG LIST END ================================================================= */ /* ================================================================= BLOG DETAIL START ================================================================= */ .blog_detail_row { float: left; width: 100%; } .blog_detail_row { background-color: #fff; padding: 0px 30px; } .blog_detail_row .city_blog2_list { padding: 27px 0px 0px 0px !important; } .city_blog2_fig.fig2.detail .city_blog2_met { color: #fff; } .city_blog2_fig.fig2.detail .city_blog2_met:after, .city_blog2_fig.fig2.detail .city_blog2_met:before { z-index: 1; } .blog_detail_row .city_meta_list li:first-child { padding-left: 0px; } .city_blog2_fig.fig2.detail .city_blog2_text p { border-bottom: none; padding-bottom: 0px; } .city_blog2_list > p { float: left; } /*blog detail process start*/ .detail_process_list, .blog_process_detail, .blog_detail_process { float: left; width: 100%; } .blog_detail_process { padding: 24px 0px 35px 0px; border-bottom: 1px solid #d5d5d5; } .blog_process_detail { margin-bottom: 36px; } .blog_process_detail figure { width: auto; } .blog_detail_process_text { overflow: hidden; padding: 0px 0px 0px 25px; } .blog_detail_process_text h4 { font-weight: 500; margin: 0px 0px 13px 0px; } .blog_detail_process_text p { margin: 0px 0px 20px 0px; } .detail_process_list li { margin-bottom: 10px; } .detail_process_list li:last-child { margin-bottom: 0px; } .detail_process_list li a { display: block; padding-left: 25px; position: relative; font-size: 15px; } .detail_process_list li a:before { position: absolute; content: ""; top: 7px; left: 0px; right: 0px; bottom: 0px; height: 7px; width: 7px; border-radius: 100%; background-color: #4b4b4b; } .blog_detail_process > p { margin-bottom: 0px; float: left; } .blog_detail_row .city_event_meta { padding: 22px 0px; } .blog_detail_row .city_event_meta li a { background: none; } /*blog next post start*/ .blog_next_post ul, .blog_next_post { float: left; width: 100%; } .blog_next_post { border-top: 1px solid #e7e7e7; } .blog_next_post ul li { float: left; width: 50%; } .blog_next_post ul li a { text-align: center; display: block; padding: 20px 0px; font-size: 18px; background-color: #f8f7fd; } .blog_next_post ul li a:hover i, .blog_next_post ul li a:hover { color: #fff; } .blog_next_post ul li a i { margin-right: 25px; margin-left: 25px; font-size: 24px; position: relative; top: 1px; } /*blog post author*/ .blog_post_author_text .city_top_social ul, .blog_post_author_text .city_top_social, .blog_post_author { float: left; width: 100%; } .blog_post_author { padding: 40px 20px 45px; background-color: #fff; margin-bottom: 30px; } .blog_post_author figure { width: auto; border-radius: 100%; margin: 10px 0px; } .blog_post_author_text { padding-left: 18px; overflow: hidden; } .blog_post_author_text h5 { font-weight: 600; margin: 0px 0px 10px 0px; } .blog_post_author_text p { margin: 0px 0px 18px; } .blog_post_author_text .city_top_social { padding: 0px 0px; } .blog_post_author_text .city_top_social li a { background: none; } /*blog post slide start*/ .blog_post_slide_text, .blog_post_slide_fig, .blog_post_slide { float: left; width: 100%; } .blog_post_slide { padding: 30px 30px; background-color: #fff; margin-bottom: 30px; } .blog_post_slide_text { padding: 26px 25px; } .blog_post_slide_text h6 { margin: 0px 0px 0px 0px; font-weight: 500; } .blog_post_slide .slick-slide { padding: 0px 15px; } .blog_post_slide .sidebar_heading { margin-bottom: 40px; } .blog_post_slide .slick-prev, .blog_post_slide .slick-next { top: -48px; } .blog_post_slide .slick-prev { left: auto; right: 46px; } .blog_post_slide .slick-next { right: 0px; left: auto; } /*blog user comment row start*/ .blog_user_comment, .blog_user_comment_row { float: left; width: 100%; } .blog_user_comment_row { background-color: #fff; } .blog_user_comment { padding: 35px 30px 45px; border-bottom: 1px solid #dddddd; } .forum_replie_list li .chlid { padding-left: 119px; } .forum_user_replay.border-none { border: none; padding-bottom: 0px; } .blog_user_comment .sidebar_heading { margin-bottom: 39px; } .blog_user_comment_row .event_booking_form { padding: 35px 30px; } /* ================================================================= PROJECT PAGE START ================================================================= */ .city_project_fig.fig2 { float: left; width: 100%; } .city_project_fig.fig2 { margin-bottom: 30px; } .city_project_fig.fig2 .city_project_text { margin-top: -100px; } .city_project_fig.fig2:hover .city_project_text { margin-top: -110px; } .city_project_fig.fig2 .city_project_text span { margin-bottom: 4px; } .city_project_fig.fig2 .city_project_text h4 { font-weight: bold; margin: 0px 0px; line-height: 26px; } .city_project_fig.fig2 .city_project_text h4 a { color: #fff; } /* ================================================================= PROJECT PAGE END ================================================================= */ /* ================================================================= PROJECT 02 PAGE START ================================================================= */ .city_project02_fig { float: left; width: 100%; } .city_project02_fig { margin-bottom: 30px; } .city_project02_text { position: absolute; bottom: 0px; left: 40px; right: 40px; background-color: #fff; padding: 25px 20px 22px; z-index: 2; } .city_project02_text span { float: left; width: auto; font-size: 60px; line-height: 35px; } .city_project02_text h5 { overflow: hidden; padding-left: 25px; font-weight: 600; margin: 0px 0px; line-height: 21px; } /* ================================================================= PROJECT 02 PAGE END ================================================================= */ /* ================================================================= PROJECT DETAIL PAGE START ================================================================= */ .city_project_description, .city_project_detail, .city_project_img { float: left; width: 100%; } .city_project_img { padding: 10px 10px; background-color: #fff; margin-bottom: 30px; } .city_project_detail { background-color: #fff; padding: 0px 30px; margin-bottom: 40px; } .project_title { font-weight: 600; padding-left: 24px; border-left: 3px solid; line-height: 24px; margin-bottom: 23px; } .city_project_description { padding: 34px 0px; border-bottom: 1px solid #dcdcdc; } .city_project_description p { margin-bottom: 0px; } .city_project_description .city_local_link { margin-top: 26px; margin-bottom: 0px; } .city_project_description .city_local_link li { margin-bottom: 6px; } .city_project_description .city_local_link li a:before { content: "\f00c"; } .city_project_wrap.detail { background-color: #fff; padding: 25px 30px 30px; } .city_project_wrap.detail .project_title { margin-bottom: 28px; } .city_project_wrap.detail .city_project_text { margin-top: -95px; } .city_project_wrap.detail .city_project_text h4 { font-weight: bold; line-height: 23px; } .city_project_wrap.detail .city_project_text h4 a { color: #fff; } .city_project_wrap.detail .city_project_text span { margin-bottom: 8px; } /* ================================================================= PROJECT DETAIL PAGE END ================================================================= */ /* ================================================================= TEAM PAGE START ================================================================= */ .city_team_text, .city_team_fig .city_top_social ul, .city_team_fig { float: left; width: 100%; } .city_blog2_wrap.team .col-md-4 { padding: 0px 0px; } .city_team_fig .city_top_social { position: absolute; bottom: 20px; left: 0px; right: 0px; width: 100%; float: left; text-align: center; padding: 0px 0px; opacity: 0; z-index: 1; } .city_team_fig:hover .city_top_social { opacity: 1; bottom: 30px; } .city_team_fig .overlay:before { opacity: 0; z-index: 1; } .city_team_fig:hover .overlay:before { background: linear-gradient(to bottom, #df193a -132%, #14284b 66%); opacity: 0.9; } .city_team_fig .city_top_social li { float: none; display: inline-block; } .city_team_fig .city_top_social li a { background: none; border-color: #fff; } .city_team_text { text-align: center; background-color: #fff; padding: 24px 0px; } .city_team_text h4 { margin-bottom: 1px; font-weight: 500; } .city_team_text p { margin-bottom: 0px; } /* ================================================================= TEAM PAGE END ================================================================= */ /* ================================================================= ERROR PAGE START ================================================================= */ .city_404_text, .city_404_wrap { float: left; width: 100%; } .city_404_wrap { background-image: url("http://kodeforest.net/html/baldiyat/images/404-bg.png"); background-repeat: no-repeat; background-size: cover; height: 100%; padding: 300px 0px 330px; position: relative; } .city_404_wrap:after { position: absolute; content: ""; top: 0px; left: 0px; right: 0px; bottom: 0px; background-image: url("http://kodeforest.net/html/baldiyat/images/404-bottom.png"); background-repeat: no-repeat; background-position: bottom; background-size: 100% 25%; } .city_404_wrap.overlay:before { opacity: 0.98; } .city_404_text { text-align: center; position: relative; z-index: 1; } .city_404_text h2 { font-size: 165px; line-height: 120px; color: #fff; font-weight: 600; } .city_404_text h3 { font-size: 58px; line-height: 50px; color: #fff; font-weight: 600; margin-bottom: 15px; } .city_404_text h4 { color: #fff; font-weight: 600; margin-bottom: 34px; } /* ================================================================= ERROR PAGE END ================================================================= */ /* ================================================================= COMING SOON PAGE START ================================================================= */ .city_coming_text .city_top_social ul, .city_coming_text .city_top_social, .city_coming_search, .city_coming_text .countdown, .city_coming_text { float: left; width: 100%; } .city_404_wrap.coming { padding: 181px 0px; } .city_404_wrap.coming.overlay:before { opacity: 0.90; } .city_404_wrap.coming:after { background-image: none; border: 36px solid #fff; opacity: 0.22; } .city_coming_text { position: relative; z-index: 1; text-align: center; } .city_coming_text img { width: auto; margin-bottom: 20px; } .city_coming_text > h3 { font-size: 60px; color: #fff; text-transform: uppercase; font-weight: 600; margin-bottom: 10px; } .city_coming_text p { color: #fff; font-size: 20px; margin-bottom: 28px; } .city_coming_text .countdown { margin-bottom: 42px; } .city_coming_text .countdown li { display: inline-block; padding: 0px 58px; position: relative; z-index: 1; } .city_coming_text .countdown li:before { position: absolute; content: ""; top: 10px; left: 0px; right: 0px; bottom: 0px; height: 55px; border-right: 1px solid #fff; z-index: -1; } .city_coming_text .countdown li:last-child:before { border-right: none; } .city_coming_text .countdown li h3 { font-size: 60px; line-height: 48px; color: #fff; font-weight: bold; margin-bottom: 8px; } .city_coming_text .countdown li p { color: #fff; margin: 0px 0px; font-weight: 600; text-transform: capitalize; } .city_coming_search { margin-bottom: 30px; } .city_coming_search h5 { color: #fff; font-weight: 600; margin-bottom: 30px; } .city_coming_feild { width: 680px; position: relative; margin: auto; } .city_coming_feild button { position: absolute; top: 0px; right: 0px; bottom: 0px; font-size: 18px; font-weight: 600; color: #fff; padding: 10px 40px; } .city_coming_text .city_top_social ul li { float: none; display: inline-block; } .city_coming_text .city_top_social ul li a { background: none; border: 3px solid #fff; } /* ================================================================= COMING SOON PAGE END ================================================================= */ /* ================================================================= CITY NEWS PAGE START ================================================================= */ .city_news2_detail, .city_news2_post > ul > li, .city_news2_post > ul, .city_news2_post { float: left; width: 100%; } .city_news2_post > ul > li { margin-bottom: 40px; } .city_news2_detail { background-color: #fff; padding: 58px 0px; text-align: center; border: 10px solid transparent; } .city_news2_detail .city_meta_list { margin-bottom: 12px; } .city_news2_detail .city_meta_list li { float: none; display: inline-block; } .city_news2_detail h3 { font-weight: 600; margin-bottom: 15px; } .city_news2_detail p { margin-bottom: 24px; } .city_news2_detail .theam_btn { color: #fff; } /* ================================================================= CITY NEWS PAGE END ================================================================= */ /* ================================================================= CITY NEWS 02 PAGE START ================================================================= */ .side_news_fig, .city_news2_post.post2 { float: left; width: 100%; } .city_news2_post.post2 { background-color: #fff; margin-bottom: 30px; } .city_news2_post.post2 figure { width: auto; } .city_news2_post.post2 .city_news2_detail { width: auto; overflow: hidden; padding: 38px 20px 10px 30px; float: none; text-align: left; border: none; } .city_news2_post.post2 .city_news2_detail h4 { font-weight: 500; margin-bottom: 10px; } .side_news_deatil { position: absolute; top: 50%; left: 0px; right: 0px; text-align: center; z-index: 5; margin-top: -22px; } .side_news_deatil .theam_btn { background-color: #fff; color: #666; } /* ================================================================= CITY NEWS 02 PAGE END ================================================================= */ /* ================================================================= FORUM PAGE START ================================================================= */ .forum_month, .forum_topic, .forum_fig, .forum_title, .forum_list ul, .forum_list { float: left; width: 100%; } .forum_list ul li { float: left; width: 49%; border-right: 1px solid #d0d0d0; border-bottom: 1px solid #d0d0d0; } .forum_list ul li:nth-child(3), .forum_list ul li:nth-child(2) { width: 12%; } .forum_list ul li:last-child { width: 27%; } .forum_title { padding: 42px 30px; } .forum_title h6 { margin-bottom: 0px; color: #fff; text-align: center; font-weight: 500; text-transform: uppercase; } .forum_title .left { text-align: left; } .forum_fig { padding: 25px 30px; } .forum_fig figure:before { position: absolute; content: ""; top: 0px; left: 0px; right: 0px; bottom: 0px; background-image: url("http://kodeforest.net/html/baldiyat/images/hover-bg1.png"); background-repeat: no-repeat; opacity: 0.9; } .forum_fig:hover figure:before { opacity: 0.9; background-image: url("http://kodeforest.net/html/baldiyat/images/hover-bg.png"); } .forum_fig figure { width: auto; } .forum_fig a { position: absolute; top: 50%; left: 0px; right: 0px; text-align: center; margin-top: -18px; color: #fff; font-size: 26px; } .forum_text { overflow: hidden; padding: 0px 0px 0px 15px; } .forum_text h6 { margin-bottom: 4px; font-weight: 500; } .forum_text p { margin: 0px 0px; } .bg_color { background-color: #fff; } .forum_topic { text-align: center; padding: 49px 0px; } .forum_topic h6 { margin: 0px 0px; font-weight: 500; } .forum_month { text-align: center; padding: 35px 0px; } .forum_month a { display: block; font-size: 15px; margin-bottom: 6px; } .forum_month p { margin: 0px 0px; font-weight: 500; } .forum_fig.forum2 a { font-size: 18px; margin-top: -14px; } .forum_fig.forum2 .forum_text { margin-top: -4px; } .forum_fig.forum2 .forum_text span { display: block; } .forum_fig.forum2 .forum_text p { line-height: 17px; } .forum .forum_topic { padding: 52px 0px; } .forum .forum_month { padding: 38px 0px; } .forum_list { margin-bottom: 10px; } /* ================================================================= FORUM PAGE END ================================================================= */ /* ================================================================= FORUM DETAIL PAGE START ================================================================= */ .forum_author_row, .forum_author_posts, .forum_author, .forum_card, .forum_detail { float: left; width: 100%; } .forum_card { background-color: #fff; padding: 38px 50px 40px; border-left: 2px solid; margin-bottom: 30px; } .forum_card h3 { margin-bottom: 5px; font-weight: 500; } .forum_card span { font-size: 12px; font-weight: 500; } .forum_author { background-color: #fff; } .forum_author_posts { padding: 40px 30px; } .forum_author_posts li { float: left; width: auto; margin-right: 108px; color: #fff; font-size: 18px; } .forum_author_posts li:last-child { margin-right: 0px; } .forum_author_row { padding: 40px 30px 0px; } /*forum author fig start*/ .forum_author_text, .forum_author_fig { float: left; width: 100%; } .forum_author_fig { text-align: center; } .forum_author_fig figure { width: auto; border-radius: 100%; float: none; display: inline-block; margin-bottom: 10px; } .forum_author_text h6 { margin-bottom: 0px; font-weight: 600; } .forum_author_text span { display: block; font-size: 12px; } /*forum detail deta start*/ .forum_img_caption p, .forum_img_caption, .forum_quote, .forum_detail_deta { float: left; width: 100%; } .forum_detail { margin-bottom: 30px; } .forum_detail_deta > a { display: block; font-size: 15px; margin-bottom: 11px; } .forum_detail_deta > a > i { margin-right: 10px; } .forum_detail_deta > p { margin-bottom: 42px; line-height: 24px; } .forum_detail_deta > p:nth-child(1) { margin-bottom: 20px; } .forum_img_caption { padding-bottom: 33px; border-bottom: 1px solid #d3d3d3; margin-bottom: 40px; } .forum_img { float: left; width: 47.3%; margin-right: 30px; margin-bottom: 35px; } .forum_img:nth-child(2) { margin-right: 0px; } .forum_img_caption p { margin: 0px 0px; line-height: 24px; } .forum_quote { background-color: #efefef; border-left: 3px solid; padding: 27px 50px 25px; margin-bottom: 35px; } .forum_quote h6 { font-weight: 600; font-style: italic; color: #999999; } .forum_quote h5 { margin: 0px 0px; font-weight: 500; } .forum_detail_deta .city_meta_list { float: left; width: auto; margin: 0px 0px; padding: 6px 0px; } .forum_detail_deta .city_event_meta { border-top: 1px solid #d3d3d3; margin-top: 35px; padding: 20px 0px; } .forum_detail_deta .city_event_meta .city_top_social ul li a i, .forum_detail_deta .city_event_meta .city_top_social ul li a { color: #fff; } /*forum replies start*/ .forum_user_meta, .forum_user_replay, .forum_replie_list > li, .forum_replie_list, .forum_replies { float: left; width: 100%; } .forum_replies { background-color: #fff; padding: 25px 30px; } .padding0 { padding-top: 0px !important; } .forum_user_replay { padding: 30px 0px; border-bottom: 1px solid #e0e0e0; } .forum_user_replay figure { width: auto; border-radius: 100%; } .forum_user_detail { overflow: hidden; padding: 0px 0px 0px 20px; } .forum_user_meta { margin-bottom: 8px; } .forum_user_meta h5 { float: left; margin: 0px 25px 0px 0px; font-weight: 500; } .forum_user_meta .city_meta_list li, .forum_user_meta .city_meta_list { float: left; width: auto; } .forum_user_meta .city_meta_list { margin-bottom: 0px; margin-top: 2px; } .forum_user_detail p { float: left; margin: 0px; } .forum_replies .event_booking_form { padding: 30px 0px 0px; } /* ================================================================= FORUM DETAIL PAGE END ================================================================= */ /* ================================================================= MAYOR PAGE START ================================================================= */ .mayor_team, .city_mayor_caption, .city_mayor_contact, .city_mayor_list li, .city_mayor_list, .city_mayor_fig, .city_mayor_row { float: left; width: 100%; } .city_mayor_row { padding: 40px 40px; background-color: #fff; } .city_mayor_fig { margin-bottom: 43px; } .city_mayor_fig figure { width: auto; } .city_mayor_text { overflow: hidden; padding: 0px 0px 0px 35px; } .city_mayor_text h2 { font-weight: 500; margin-bottom: 5px; } .city_mayor_text p { font-size: 18px; margin-bottom: 20px; } .city_mayor_list { margin-bottom: 23px; } .city_mayor_list li { font-size: 20px; margin-bottom: 8px; font-weight: normal; } .city_mayor_list li span { float: left; width: 30%; } .city_mayor_contact .city_top_social, .city_mayor_contact .theam_btn { float: left; width: auto; } .city_mayor_contact .city_top_social { width: auto; } .city_mayor_contact .city_top_social { padding: 4px 0px; } .city_mayor_contact .theam_btn { margin-right: 50px; } .city_mayor_caption p { margin-bottom: 35px; line-height: 26px; } .city_event_detail.question { background-image: url("http://kodeforest.net/html/baldiyat/images/form-bg.png"); background-repeat: no-repeat; background-size: cover; padding: 72px 200px 80px; margin: 0px 0px; } .city_event_detail.question.overlay:before { opacity: 0.8; background-color: #0b0e1e; } .city_event_detail.question > h3 { text-align: center; color: #fff; font-weight: 600; position: relative; z-index: 2; margin-bottom: 33px; } .city_event_detail.question .event_booking_field { margin-bottom: 12px; } .city_event_detail.question .event_booking_area { text-align: center; margin-bottom: 0px; } .city_event_detail.question .event_booking_area textarea { margin-bottom: 30px; } .mayor_team { background-color: #fff; padding: 65px 0px 0px 0px; } .mayor_team .col-md-4 { padding: 0px 0px; } /* ================================================================= MAYOR PAGE END ================================================================= */ /* ================================================================= CONTACT US PAGE START ================================================================= */ .city_contact_row, .city_contact_text, .city_contact_list, .city_contact_map { float: left; width: 100%; } .city_contact_map { padding: 20px 20px; background-color: #fff; margin-bottom: 40px; } .map-canvas { height: 455px; width: 100%; } .city_contact_text { padding: 33px 40px; margin-bottom: 30px; } .city_contact_text h3 { color: #fff; font-weight: bold; float: left; margin: 0px 0px; } .city_contact_text span { float: right; color: #fff; font-size: 90px; line-height: 80px; padding: 7px 0px; } .city_contact_row { background-color: #fff; padding: 30px 30px; } .city_contact_list { padding-bottom: 30px; border-bottom: 1px solid #dddddd; } .city_contact_text .city_top_social ul, .city_contact_text .city_top_social { width: 100%; float: left; } .city_contact_text .city_top_social ul li a { background: none; border-color: #fff; } .city_contact_text.text2 h3 { margin-bottom: 18px; } .city_event_detail.contact { margin: 0px 0px; padding: 60px 0px 30px 0px; } /* ================================================================= CONTACT US PAGE END ================================================================= */ /* ====================================================================================== LOGIN REGISTER PAGE START ====================================================================================== */ .city_comment_form_login, .city_login_list, .city_login_wrap { float: left; width: 100%; } .city_login_wrap { padding: 100px 0px; } .city_login_list { padding: 10px; box-shadow: 0px 0px 12px -7px; } .city_login { float: left; width: 50%; padding: 45px 50px 50px; background-color: #dddddd; position: relative; } .city_login h4 { color: #333; padding-bottom: 16px; position: relative; margin-bottom: 25px; text-transform: uppercase; font-weight: 600; } .city_login h4:before { position: absolute; content: ""; left: 0px; right: 0px; bottom: 0px; width: 114px; border-bottom: 2px solid; } .city_login p { margin-bottom: 17px; } .city_login .city_commet_field { margin-bottom: 20px; } .city_comment_form_login .city_commet_field label { font-size: 18px; font-weight: 400; color: #000; margin-bottom: 12px; text-transform: uppercase; cursor: pointer; } /*radio button start*/ .city_checked { float: left; width: 100%; padding: 4px 0px 30px; } .checkbox_radio { float: left; position: relative; width: auto; } .checkbox_radio input { display: none; } .checkbox_radio input[type=checkbox]+label:before { content: ""; font-family: fontawesome; width: 13px; height: 13px; background-color: #fff; display: inline-block; margin: 0px 12px 0px 0px; } .checkbox_radio input[type=checkbox]:checked+label:before { content: ""; font-family: fontawesome; background-image: url(http://kodeforest.net/html/baldiyat/images/checkbox.png); width: 13px; height: 13px; border: 0px; } .checkbox_radio input[type="checkbox"] { display: inline-block; margin-right: 10px; float: left; display: none; } .checkbox_radio label { margin-bottom: 0px; cursor: pointer; } /*radio button end*/ .city_forget { float: right; } .city_or { position: absolute; top: 50%; right: -23px; height: 48px; width: 48px; text-align: center; line-height: 48px; background-color: #fff; border-radius: 100%; border: 1px solid #dedede; color: #dedede; z-index: 1; font-size: 16px; margin-top: -40px; } /*register style start*/ .city_login.register { background: none; background-color: #f1f1f1; } .city_login.register p { margin-bottom: 27px; } .city_login.register .btn-d-help { margin-bottom: 45px; } .city_checkout_list li, .city_checkout_list, .city_register_list { float: left; width: 100%; } .city_register_list { margin-top: 35px; } .city_register_list h6 { margin-bottom: 15px; font-weight: 600; text-transform: uppercase; font-size: 16px; } .city_checkout_list li { margin-bottom: 8px; } .city_checkout_list li:last-child { margin-bottom: 0px; } .city_checkout_list li a { display: inline-block; font-size: 15px; position: relative; padding-left: 30px; } .city_checkout_list li a:before { position: absolute; content: "\f00c"; top: 0px; left: 0px; right: 0px; bottom: 0px; font-family: fontAwesome; font-size: 16px; } /* ====================================================================================== LOGIN REGISTER PAGE END ====================================================================================== */ /* theam hover start*/ .box:before, .box:after, .box .box-layer { content: ""; width: 20%; height: 100%; position: absolute; top: 100%; opacity: 0.8; z-index: 1; } .box:hover:before, .box:hover:after, .box:hover .box-layer { top: 0; } .box:before { left: 0; -o-transition: all 0.15s linear 0.2s; -moz-transition: all 0.15s linear 0.2s; -ms-transition: all 0.15s linear 0.2s; -webkit-transition: all 0.15s linear 0.2s; transition: all 0.15s linear 0.2s; } .box:hover:before { -moz-transition-delay: 0s; -webkit-transition-delay: 0s; -o-transition-delay: 0s; -ms-transition-delay: 0s; transition-delay: 0s; } .box:after { left: 20%; -o-transition: all 0.15s linear 0.25s; -moz-transition: all 0.15s linear 0.25s; -ms-transition: all 0.15s linear 0.25s; -webkit-transition: all 0.15s linear 0.25s; transition: all 0.15s linear 0.25s; } .box:hover:after { -moz-transition-delay: 0.1s; -webkit-transition-delay: 0.1s; -o-transition-delay: 0.1s; -ms-transition-delay: 0.1s; transition-delay: 0.1s; } .box .layer-1 { left: 40%; -o-transition: all 0.15s linear 0.3s; -moz-transition: all 0.15s linear 0.3s; -ms-transition: all 0.15s linear 0.3s; -webkit-transition: all 0.15s linear 0.3s; transition: all 0.15s linear 0.3s; } .box:hover .layer-1 { -moz-transition-delay: 0.15s; -webkit-transition-delay: 0.15s; -o-transition-delay: 0.15s; -ms-transition-delay: 0.15s; transition-delay: 0.15s; } .box .layer-2 { left: 60%; -o-transition: all 0.15s linear 0.35s; -moz-transition: all 0.15s linear 0.35s; -ms-transition: all 0.15s linear 0.35s; -webkit-transition: all 0.15s linear 0.35s; transition: all 0.15s linear 0.35s; } .box:hover .layer-2 { -moz-transition-delay: 0.2s; -webkit-transition-delay: 0.2s; -o-transition-delay: 0.2s; -ms-transition-delay: 0.2s; transition-delay: 0.2s; } .box .layer-3 { left: 80%; -o-transition: all 0.15s linear 0.4s; -moz-transition: all 0.15s linear 0.4s; -ms-transition: all 0.15s linear 0.4s; -webkit-transition: all 0.15s linear 0.4s; transition: all 0.15s linear 0.4s; } .box:hover .layer-3 { -moz-transition-delay: 0.25s; -webkit-transition-delay: 0.25s; -o-transition-delay: 0.25s; -ms-transition-delay: 0.25s; transition-delay: 0.25s; } /*main div hover*/ .city_blog_fig:hover .box .layer-1, .city_news2_post.post2:hover .box .layer-1, .blog_post_author:hover .box .layer-1, .blog_post_slide_fig:hover .box .layer-1, .forum_user_replay:hover .box .layer-1, .forum_author_fig:hover .box .layer-1, .city_project02_fig:hover .box .layer-1, .event_categories_list:hover .box .layer-1, .city_blog2_fig.fig2:hover .box .layer-1, .city_event2_list2_row:hover .box .layer-1, .accordion-section-content:hover .box .layer-1, .city_senior_team:hover .box .layer-1, .city_event2_fig:hover .box .layer-1, .city_emergency_slide_fig:hover .box .layer-1, .city_service_tabs_list:hover .box .layer-1, .city_department2_fig:hover .box .layer-1, .city_blog_grid:hover .box .layer-1, .city_department_fig:hover .box .layer-1, .city_news_list:hover .box .layer-1, .city_news_fig:hover .box .layer-1, .city_event_fig:hover .box .layer-1, .city_blog_fig:hover .box .layer-1 { -moz-transition-delay: 0.15s; -webkit-transition-delay: 0.15s; -o-transition-delay: 0.15s; -ms-transition-delay: 0.15s; transition-delay: 0.15s; } .city_blog_fig:hover .box .layer-2, .city_news2_post.post2:hover .box .layer-2, .blog_post_author:hover .box .layer-2, .blog_post_slide_fig:hover .box .layer-2, .forum_user_replay:hover .box .layer-2, .forum_author_fig:hover .box .layer-2, .city_project02_fig:hover .box .layer-2, .event_categories_list:hover .box .layer-2, .city_blog2_fig.fig2:hover .box .layer-2, .city_event2_list2_row:hover .box .layer-2, .accordion-section-content:hover .box .layer-2, .city_senior_team:hover .box .layer-2, .city_event2_fig:hover .box .layer-2, .city_emergency_slide_fig:hover .box .layer-2, .city_service_tabs_list:hover .box .layer-2, .city_department2_fig:hover .box .layer-2, .city_blog_grid:hover .box .layer-2, .city_department_fig:hover .box .layer-2, .city_news_list:hover .box .layer-2, .city_news_fig:hover .box .layer-2, .city_event_fig:hover .box .layer-2, .city_blog_fig:hover .box .layer-2 { -moz-transition-delay: 0.2s; -webkit-transition-delay: 0.2s; -o-transition-delay: 0.2s; -ms-transition-delay: 0.2s; transition-delay: 0.2s; } .city_blog_fig:hover .box .layer-3, .city_news2_post.post2:hover .box .layer-3, .blog_post_author:hover .box .layer-3, .blog_post_slide_fig:hover .box .layer-3, .forum_user_replay:hover .box .layer-3, .forum_author_fig:hover .box .layer-3, .city_project02_fig:hover .box .layer-3, .event_categories_list:hover .box .layer-3, .city_blog2_fig.fig2:hover .box .layer-3, .city_event2_list2_row:hover .box .layer-3, .accordion-section-content:hover .box .layer-3, .city_senior_team:hover .box .layer-3, .city_event2_fig:hover .box .layer-3, .city_emergency_slide_fig:hover .box .layer-3, .city_service_tabs_list:hover .box .layer-3, .city_department2_fig:hover .box .layer-3, .city_blog_grid:hover .box .layer-3, .city_department_fig:hover .box .layer-3, .city_news_list:hover .box .layer-3, .city_news_fig:hover .box .layer-3, .city_event_fig:hover .box .layer-3, .city_blog_fig:hover .box .layer-3 { -moz-transition-delay: 0.25s; -webkit-transition-delay: 0.25s; -o-transition-delay: 0.25s; -ms-transition-delay: 0.25s; transition-delay: 0.25s; } .city_blog_fig:hover .box:after, .city_news2_post.post2:hover .box:after, .blog_post_author:hover .box:after, .blog_post_slide_fig:hover .box:after, .forum_user_replay:hover .box:after, .forum_author_fig:hover .box:after, .city_project02_fig:hover .box:after, .event_categories_list:hover .box:after, .city_blog2_fig.fig2:hover .box:after, .city_event2_list2_row:hover .box:after, .accordion-section-content:hover .box:after, .city_senior_team:hover .box:after, .city_event2_fig:hover .box:after, .city_emergency_slide_fig:hover .box:after, .city_service_tabs_list:hover .box:after, .city_department2_fig:hover .box:after, .city_blog_grid:hover .box:after, .city_department_fig:hover .box:after, .city_news_list:hover .box:after, .city_news_fig:hover .box:after, .city_event_fig:hover .box:after, .city_blog_fig:hover .box:after { -moz-transition-delay: 0.1s; -webkit-transition-delay: 0.1s; -o-transition-delay: 0.1s; -ms-transition-delay: 0.1s; transition-delay: 0.1s; } .city_blog_fig:hover .box:before, .city_news2_post.post2:hover .box:before, .blog_post_author:hover .box:before, .blog_post_slide_fig:hover .box:before, .forum_user_replay:hover .box:before, .forum_author_fig:hover .box:before, .city_project02_fig:hover .box:before, .event_categories_list:hover .box:before, .city_blog2_fig.fig2:hover .box:before, .city_event2_list2_row:hover .box:before, .accordion-section-content:hover .box:before, .city_senior_team:hover .box:before, .city_event2_fig:hover .box:before, .city_emergency_slide_fig:hover .box:before, .city_service_tabs_list:hover .box:before, .city_department2_fig:hover .box:before, .city_blog_grid:hover .box:before, .city_department_fig:hover .box:before, .city_news_list:hover .box:before, .city_news_fig:hover .box:before, .city_event_fig:hover.box:before, .city_blog_fig:hover.box:before { -moz-transition-delay: 0s; -webkit-transition-delay: 0s; -o-transition-delay: 0s; -ms-transition-delay: 0s; transition-delay: 0s; } .city_blog_fig:hover .box:before, .city_blog_fig:hover .box:after, .city_blog_fig:hover .box .box-layer, .city_news2_post.post2:hover .box:before, .city_news2_post.post2:hover .box:after, .city_news2_post.post2:hover .box .box-layer, .blog_post_author:hover .box:before, .blog_post_author:hover .box:after, .blog_post_author:hover .box .box-layer, .blog_post_slide_fig:hover .box:before, .blog_post_slide_fig:hover .box:after, .blog_post_slide_fig:hover .box .box-layer, .forum_user_replay:hover .box:before, .forum_user_replay:hover .box:after, .forum_user_replay:hover .box .box-layer, .forum_author_fig:hover .box:before, .forum_author_fig:hover .box:after, .forum_author_fig:hover .box .box-layer, .city_project02_fig:hover .box:before, .city_project02_fig:hover .box:after, .city_project02_fig:hover .box .box-layer, .event_categories_list:hover .box:before, .event_categories_list:hover .box:after, .event_categories_list:hover .box .box-layer, .city_blog2_fig.fig2:hover .box:before, .city_blog2_fig.fig2:hover .box:after, .city_blog2_fig.fig2:hover .box .box-layer, .city_event2_list2_row:hover .box:before, .city_event2_list2_row:hover .box:after, .city_event2_list2_row:hover .box .box-layer, .accordion-section-content:hover .box:before, .accordion-section-content:hover .box:after, .accordion-section-content:hover .box .box-layer, .city_senior_team:hover .box:before, .city_senior_team:hover .box:after, .city_senior_team:hover .box .box-layer, .city_event2_fig:hover .box:before, .city_event2_fig:hover .box:after, .city_event2_fig:hover .box .box-layer, .city_emergency_slide_fig:hover .box:before, .city_emergency_slide_fig:hover .box:after, .city_emergency_slide_fig:hover .box .box-layer, .city_service_tabs_list:hover .box:before, .city_service_tabs_list:hover .box:after, .city_service_tabs_list:hover .box .box-layer, .city_department2_fig:hover .box:before, .city_department2_fig:hover .box:after, .city_department2_fig:hover .box .box-layer, .city_blog_grid:hover .box:before, .city_blog_grid:hover .box:after, .city_blog_grid:hover .box .box-layer, .city_department_fig:hover .box:before, .city_department_fig:hover .box:after, .city_department_fig:hover .box .box-layer, .city_news_list:hover .box:before, .city_news_list:hover .box:after, .city_news_list:hover .box .box-layer, .city_news_fig:hover .box:before, .city_news_fig:hover .box:after, .city_news_fig:hover .box .box-layer, .city_event_fig:hover .box:before, .city_event_fig:hover .box:after, .city_event_fig:hover .box .box-layer, .city_blog_fig:hover .box:before, .city_blog_fig:hover .box:after, .city_blog_fig:hover .box .box-layer { top: 0; } /*img hover scale start*/ .city_blog_fig:hover figure img, .city_news2_post.post2:hover figure img, .blog_post_author:hover figure img, .blog_post_slide_fig:hover figure img, .forum_user_replay:hover figure img, .forum_author_fig:hover figure img, .city_team_fig:hover figure img, .city_project02_fig:hover figure img, .event_categories_list:hover figure img, .city_blog2_fig:hover figure img, .city_event2_list2_row:hover .city_event2_list2_fig figure img, .event_video:hover figure img, .accordion-section-content:hover figure img, .city_senior_team:hover figure img, .city_project_fig:hover figure img, .city_event2_fig:hover figure img, .city_business_fig:hover figure img, .city_visit_fig:hover figure img, .city_news2_fig:hover figure img, .city_emergency_slide_fig:hover figure img, .city_service_tabs_list:hover figure img, .city_department2_fig:hover figure img, .city_service2_fig:hover figure img, .city_blog_grid:hover .box img, .city_news_list:hover .box img, .city_news_fig:hover .box img, .city_event_fig:hover .box img, .city_blog_fig:hover .box img, .city_department_fig:hover .box img, .box:hover img { transform: scale(1.5) rotate(10deg); -moz-transform: scale(1.5) rotate(10deg); -webkit-transform: scale(1.5) rotate(10deg) } .city_health_service2:hover .city_health_list > span i { transform: scale(1.2) rotate(10deg); -moz-transform: scale(1.2) rotate(10deg); -webkit-transform: scale(1.2) rotate(10deg) } .download-app { position: absolute; bottom: 40%; left: 30%; right: 0; width: 100%; text-align: center } .download-app a { display: block; background-color: #121921; padding: 2px 20px; width: 190px; border-radius: 50px; margin: 1rem; box-shadow: 0 0 20px #0000006b; transition: all .3s ease-in-out } .download-app a:hover, .download-app a:focus { background-color: #0873b6 } .download-app a img { width: 26px; height: 26px; float: left; margin-top: 11px; margin-right: 10px } .download-app a .download-text { float: left } .download-app a .download-text span { font-size: 10px; color: #fff; opacity: .7 } .download-app a .download-text h5 { font-weight: 700; font-size: 16px; color: #ffffff }
public/assets/css/style.css
.wrapper { float: left; width: 100% } .dl-menuwrapper { display: none } .city_top_wrap { float: left; width: 100%; background-image: linear-gradient(120deg, #f4f4f4 0%, #ffffff 100%) } .city_top_wrap { padding: 15px 0 0 } .city_top_logo { float: left; width: 40% } .city_top_logo a { display: block } .city_top_logo a img { display: block; max-width: 60px; float: left; margin-right: 10px } .city_top_logo a .title-logo { margin-top: 6px } .city_top_logo a .title-logo h3 { display: block; font-size: 24px; margin-bottom: 5px; font-weight: 700 } .city_top_logo a .title-logo span { display: block; font-size: 13px } .city_top_news { position: relative; float: left; width: 100%; box-shadow: 0 0 20px #00000014; overflow: hidden; margin-top: 15px; height: 30px } .city_top_news span { position: absolute; top: 0; left: 0; z-index: 9999; display: inline-block; padding: 0 50px 0 37px; color: #fff; font-size: 15px; font-weight: 600; margin-right: 34px; float: left; height: 30px; line-height: 30px } .city_top_news span:before { position: absolute; content: ""; top: 0px; left: auto; right: 0px; bottom: 0px; width: 0; height: 0; border-style: solid; border-width: 14.5px 12px 13.5px 0; border-color: transparent #fafafa transparent transparent } .city_top_news p { display: inline-block; margin: 0px 0px; font-size: 14px; white-space: nowrap; overflow: hidden; letter-spacing: 1px; text-overflow: ellipsis; top: 2px; position: relative } .city_top_news p i { margin-left: 30px } .city_top_social { float: right; width: 20%; padding: 15px 0px } .city_top_social ul { float: right; width: auto; } .city_top_social ul li { float: left; width: auto; margin-right: 10px; } .city_top_social ul li:last-child { margin-right: 0px; } .city_top_social ul li a { display: inline-block; height: 36px; width: 36px; text-align: center; line-height: 33px; border: 3px solid; color: #fff; border-radius: 50%; font-size: 13px; box-shadow: 0 0 20px #086cab87 } .city_top_social ul li a:hover { color: #fff; } .download-app a.offline { background-color: #747474 } .download-app a.offline:hover { background-color: #5c5c5c } .city_top_wrap .slick-prev, .city_top_wrap .slick-next { display: none !important; } .city_top_wrap .slick-slider { display: block } .city_top_wrap .slick-list { padding: 0 } .city_top_form, .navigation ul, .navigation, .city_top_navigation { float: left; width: 100% } .city_top_navigation { padding: 20px 85px; position: relative; background-image: linear-gradient(120deg, #1c96e3 0%, #0873b6 100%) !important } .city_top_navigation:before { position: absolute; content: ""; top: 0px; left: auto; right: 0px; bottom: 0px; background-color: #056cad; width: 29% } .navigation > ul > li { margin-right: 50px; float: left; width: auto; position: relative; } .navigation > ul > li > a { display: inline-block; color: #fff; font-size: 15px; text-transform: capitalize; } .navigation > ul > li > a.active { color: #abdeff } .city_top_search { position: relative; float: left; width: 90%; } .city_top_search input { padding: 0px 0px; height: auto; font-size: 15px; color: #fff; background: none; border: none; padding: 0px 30px 0px 0px; } .city_top_search input::placeholder { color: #fff; } .city_top_search a { position: absolute; top: 2px; right: 0px; color: #fff; font-size: 13px; } .top_user { float: right; width: auto; color: #fff; line-height: 12px; padding: 0px 0px 0px 10px; margin: 4px 0px; border-left: 1px solid #fff; font-size: 15px; } .navigation ul > li > ul { position: absolute; right: auto; top: 60px; background-color: #fff; width: 230px; z-index: 999; overflow: hidden; visibility: hidden; opacity: 0; border-bottom: 2px solid; border-top: 2px solid #fff; } .navigation ul > li:hover > ul { overflow: visible; visibility: visible; opacity: 1; display: block; top: 42px } .navigation ul li ul li { margin: 0px 0px } .navigation ul li ul li a { color: #666; padding: 8px 30px; display: block; position: relative; text-transform: capitalize; display: block } .navigation ul li ul li a:hover { color: #fff; padding: 8px 35px; } .navigation ul li ul li a:before { position: absolute; content: "\f105"; top: 10px; left: 15px; right: 0px; bottom: 0px; font-weight: 900; font-family: "Font Awesome 5 Free"; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; font-size: 15px } .navigation ul li ul li a:hover:before { color: #fff; left: 18px; } .navigation ul ul > li > ul { top: 10px; left: 100%; } .navigation ul ul > li { position: relative; } .navigation ul ul > li:hover > ul { top: 0px; } .city_top_navigation.sticky { position: fixed; z-index: 999; top: 0px; padding: 20px 85px; transition: all 1s ease-in-out } .banner_search_field, .banner_search_form, .banner_btn, .city_main_banner { float: left; width: 100% } .city_main_banner .overlay:before { opacity: 0 } .banner_text { position: absolute; top: 50%; left: auto; right: 200px; width: 470px; padding: 42px 30px 50px; margin-top: -220px } .small_text { font-size: 26px; color: #fff; } .medium_text { font-size: 50px; color: #fff; line-height: 40px; margin-bottom: 4px; } .hidden { opacity: 0; } .large_text { font-size: 70px; font-weight: bold; color: #fff; line-height: 70px; text-transform: uppercase; margin-bottom: 20px; height: 61px; overflow: hidden; } .banner_btn { margin-bottom: 50px; } .banner_btn .theam_btn { margin-right: 8px; } .banner_btn .theam_btn:last-child { margin-right: 0px; } .banner_search_form label { color: #fff; margin-bottom: 10px; } .banner_search_field { position: relative; } .banner_search_field input { height: 52px; background: none; border: 2px solid #fff; } .banner_search_field input::placeholder { color: #fff; } .banner_search_field a { position: absolute; top: 2px; right: 2px; bottom: 0px; left: auto; width: 57px; height: 48px; text-align: center; line-height: 48px; background-color: #fff; font-size: 13px; } .banner_search_field a:hover { color: #fff; } .text_left { left: 200px; right: auto; } .text_center { left: 0px; right: 0px; text-align: center; margin: -220px auto; } /*slick slider start*/ .city_main_banner .slick-prev, .city_main_banner .slick-next { top: auto; bottom: 8px; height: 44px; width: 44px; left: 100px; } .city_main_banner .slick-next { right: auto; left: 150px; } .city_main_banner .slick-prev:before, .city_main_banner .slick-next:before { line-height: 44px; content: "\e94c"; font-family: 'icomoon' !important; color: #949494; } .city_main_banner .slick-next:before { content: "\e94e"; } .city_main_banner .slick-prev:hover:before, .city_main_banner .slick-next:hover:before { color: #fff; } .main-banner-slider .slick-slide.slick-current.slick-active .small_text { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; } .main-banner-slider .slick-slide.slick-current.slick-active .medium_text { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; } .main-banner-slider .slick-slide.slick-current.slick-active .large_text { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; } .main-banner-slider .slick-slide.slick-current.slick-active .theam_btn { -webkit-animation-name: slideInLeft; animation-name: slideInLeft; } .main-banner-slider .slick-slide.slick-current.slick-active .theam_btn:last-child { -webkit-animation-name: slideInRight; animation-name: slideInRight; } .main-banner-slider .slick-slide.slick-current.slick-active .banner_search_field { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; } /* ================================== CITY MAIN BANNER END ================================== */ /* ================================== CITY BANNER SERVICES START ================================== */ .city_service_text, .city_service_list ul, .city_service_list, .city_banner_services { float: left; width: 100%; } .city_banner_services { padding: 34px 50px 30px; border-bottom: 1px solid #d3d3d3; } .city_service_list ul { text-align: center; } .city_service_list ul li { float: none; position: relative; display: inline-block; } .city_service_list ul li:before { position: absolute; content: ""; top: 0px; left: auto; right: 0px; bottom: 0px; border-right: 1px solid #686868; border-radius: 100%; } .city_service_list ul li:last-child:before { border-right: none; } .city_service_text { padding: 0px 50px; } .city_service_text span { float: left; color: #666666; margin-right: 20px; font-size: 30px; line-height: 25px; } .city_service_text h5 { float: left; margin: 0px 0px 0px 0px; padding: 4px 0px 0px; } .city_service_text h5 a { color: #666; } /* ================================== CITY BANNER SERVICES END ================================== */ /* ================================== CITY ABOUT WRAP START ================================== */ .city_about_link, .city_about_text, .city_about_list, .city_about_fig, .city_about_wrap { float: left; width: 100%; } .city_about_wrap { padding: 100px 0px 190px; } .city_about_fig { padding: 0px 100px 70px 0px; position: relative; } .city_about_video { position: absolute; right: 0px; bottom: 0px; border: 20px solid #fff; z-index: 2; } .city_about_video .overlay:before { opacity: 0.9; } .paly_btn { position: absolute; top: 50%; left: 0px; right: 0px; font-size: 50px; color: #fff; text-align: center; margin-top: -33px; z-index: 2; } /* Pulse */ @-webkit-keyframes hvr-pulse { 25% { -webkit-transform: scale(1.1); transform: scale(1.1); } 75% { -webkit-transform: scale(0.9); transform: scale(0.9); } } @keyframes hvr-pulse { 25% { -webkit-transform: scale(1.1); transform: scale(1.1); } 75% { -webkit-transform: scale(0.9); transform: scale(0.9); } } .hvr-pulse { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); } .hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active { -webkit-animation-name: hvr-pulse; animation-name: hvr-pulse; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } .city_about_text { margin-bottom: 45px; } .city_about_text h6 { margin: 0px 0px 14px 0px; font-style: italic; line-height: 28px; } .city_about_text p { line-height: 28px; margin: 0px 0px; } .city_about_link li { margin-bottom: 15px; } .city_about_link li:last-child { margin-bottom: 0px; } .city_about_link li a { font-size: 15px; font-weight: normal; } .city_about_link li a i { margin-right: 25px; } /* ================================== CITY ABOUT WRAP END ================================== */ /* ================================== CITY DEPARTMENT WRAP START ================================== */ .city_department_wrap { float: left; width: 100%; } .city_department_wrap { background-image: url("http://kodeforest.net/html/baldiyat/images/department-bg.png"); background-repeat: no-repeat; background-size: cover; padding-bottom: 150px; } @-webkit-keyframes shafaqat { 0% { background-position: 50% 0 } 100% { background-position: 330px 0% } } @-moz-keyframes shafaqat { 0% { background-position: 50% 0 } 100% { background-position: 330px 0% } } @-ms-keyframes shafaqat { 0% { background-position: 50% 0 } 100% { background-position: 330px 0% } } @keyframes shafaqat { 0% { background-position: 50% 0 } 100% { background-position: 330px 0% } } .city_department_wrap { animation: 20s linear 0s normal none infinite running shafaqat; background: rgba(0, 0, 0, 0) url("http://kodeforest.net/html/baldiyat/images/department-bg.png") repeat scroll 0 0; } .city_department_wrap.overlay:before { opacity: 0.9; } .city_department_wrap .section_heading { margin-left: 15px; } .margin-bottom { margin-bottom: 48px !important; } .bg_white { background-color: #fff; padding: 103px 35px 65px; width: 1294px; margin: auto; position: relative; margin-top: -90px; box-shadow: 0px -1px 8px 1px #e1e1e1; } .width_control { width: 33.3%; float: left; padding: 0px 15px; } .city_department_fig { padding: 10px 15px; border: 1px solid #d7d7d7; margin: 0px 0px 35px; } .city_department_fig figure { width: auto; } .city_department_fig .overlay:before { left: 50px; right: 0px; bottom: 0px; top: 50px; opacity: 0; } .city_department_fig:hover .overlay:before { left: 8px; right: 8px; bottom: 8px; top: 8px; opacity: 0.9; } .city_department_fig:hover .city_department_text a, .city_department_fig:hover .city_department_text p, .city_department_fig:hover .city_department_text h5 { color: #fff; } .city_department_fig .paly_btn { font-size: 20px; margin-top: 0px; opacity: 0; } .city_department_fig:hover .paly_btn { margin-top: -17px; opacity: 1; } .city_department_text { overflow: hidden; padding: 8px 0px 13px 20px; } .city_department_text h5 { margin: 0px 0px 5px 0px; font-weight: bold; } .city_department_text p { margin: 0px 0px 7px 0px; } .city_department_text a { display: inline-block; font-weight: 600; } .city_department_text a i { margin-left: 8px; } /* slick slider start */ .city_health2_text .slick-prev, .city_health2_text .slick-next, .city_emergency_slider .slick-prev, .city_emergency_slider .slick-next, .city_department_wrap .slick-prev, .city_department_wrap .slick-next { top: -60px; height: 44px; width: 44px; text-align: center; border: 1px solid #c2c2c2; right: 18px; } .city_health2_text .slick-prev, .city_emergency_slider .slick-prev, .city_department_wrap .slick-prev { right: 65px; left: auto; } .city_department_wrap .slick-prev:before, .city_department_wrap .slick-next:before { line-height: 44px; content: "\e94e"; color: #a3a3a3; font-family: 'icomoon' !important; } .city_department_wrap .slick-prev:before { content: "\e94c"; } .city_department_wrap .slick-prev:hover:before, .city_department_wrap .slick-next:hover:before { color: #fff; } /* ================================== CITY DEPARTMENT WRAP END ================================== */ /* ================================== CITY OFFICE WRAP START ================================== */ .city_office_row, .city_office_wrap { float: left; width: 100%; } .bg_white.bg_none { background: none; box-shadow: 0px 0px; padding: 0px 0px; margin-top: -80px; } .city_office_row { position: relative; } /* city triagle start */ .city_triagle { width: 180px; height: 109px; position: absolute; top: 25px; left: 0px; } .city_triagle span { position: absolute; width: 115px; height: 109px; left: auto; right: 0px; bottom: 0px; } .city_triagle:after, .city_triagle:before { position: absolute; content: ""; top: 0px; left: 0px; right: 0px; bottom: 0px; width: 0; height: 0; border-style: solid; border-width: 54px 65px 0 65px; border-color: #14284b transparent transparent transparent; } .city_triagle:after { border-width: 0 65px 54px 65px; border-color: transparent transparent #14284b transparent; top: auto; } .city_triagle.text-right { right: 0px; left: auto; } .city_triagle.text-right span { left: 0px; right: auto; } .city_triagle.text-right:after, .city_triagle.text-right:before { left: auto; right: 0px; } /* city triagle end */ .center_text { padding: 50px 0px; margin: auto; overflow: hidden; float: none; text-align: center; } .city_office_list { float: none; width: 82%; padding: 45px 90px; display: inline-block; } .city_office_logo, .city_office_text { float: left; width: auto; } .city_office_text.pull_right { float: right; } .city_office_text { text-align: left; } .city_office_text h6 { color: #fff; font-weight: 600; margin: 0px 0px 0px 0px; } .city_office_text h3 { margin: 0px 0px 4px 0px; color: #fff; font-weight: bold; } .city_office_text a { display: inline-block; color: #fff; font-weight: 600; } .city_office_text a i { margin-left: 9px; } .city_office_logo { position: relative; padding: 0px 46px; width: 402px; } .city_office_logo a { position: absolute; left: 0px; right: 0px; top: 45px; bottom: 0px; width: 283px; height: 283px; text-align: center; margin: auto; } .city_office_list { position: relative; border-bottom: 5px solid; } .city_office_list:after, .city_office_list:before { position: absolute; content: ""; top: -25px; left: 0px; right: 0px; bottom: 0px; width: 0; height: 0; border-style: solid; border-width: 24px 66px 1px 0px; border-color: transparent #050f21 transparent transparent; z-index: 1; } .city_office_list:after { left: auto; right: 0px; border-width: 22px 0 3px 68px; border-color: transparent transparent transparent #050f21; } /* ================================== CITY OFFICE WRAP END ================================== */ /* ================================== CITY BLOG WRAP START ================================== */ .city_blog_icon_list, .city_blog_text, .city_blog_fig, .city_blog_wrap { float: left; width: 100%; } .city_blog_wrap { padding: 100px 0px; } .city_blog_fig { border-bottom: 1px solid #d0d0d0; position: relative; } .city_blog_text { padding: 25px 20px 30px; } .city_blog_text span { display: inline-block; position: relative; padding-right: 48px; } .city_blog_text span:before { position: absolute; content: ""; top: 0px; left: auto; right: 0px; bottom: 5px; border-bottom: 1px solid #666666; width: 32px; } .city_blog_text h4 { margin: 0px 0px 19px 0px; font-weight: bold; } .city_blog_text p { margin-bottom: 25px; display: none; } .social_icon li, .social_icon, .city_blog_icon_list .theam_btn { float: left; width: auto; } .share_icon, .city_blog_icon_list { float: right; width: auto; } .city_blog_icon_list { padding: 8px 0px; } .social_icon { padding: 4px 0px; display: none; } .social_icon li { margin-right: 24px; } .social_icon li a { display: inline-block; } .share_icon { display: inline-block; font-size: 25px; line-height: 20px; } .city_blog_fig.position .social_icon, .city_blog_fig.position p { display: block; } .city_blog_fig.position { margin-top: -469px; position: relative; opacity: 0; box-shadow: 0px 0px 0px 0px #cecece; } .city_blog_fig.position:hover { opacity: 1; overflow: visible; visibility: visible; background-color: #fff; } .city_blog_fig.position:hover .city_blog_text { box-shadow: 0px 2px 5px 2px #cecece; } .city_blog_fig.position:hover .theam_btn { color: #fff; } /* ================================== CITY BLOG WRAP END ================================== */ /* ================================== CITY JOBS WRAP START ================================== */ .city_jobs_item, .city_jobs_list ul li, .city_jobs_list ul, .city_jobs_wrap { float: left; width: 100%; } .city_jobs_wrap { position: relative; background-image: url("http://kodeforest.net/html/baldiyat/images/job-bg.png"); background-position: top left; background-repeat: no-repeat; background-size: 100%; } .city_jobs_wrap:before { position: absolute; content: ""; top: 0px; left: 0px; right: 0px; bottom: 0px; background: linear-gradient(to bottom, rgba(0, 0, 0, 0) -9%, #000); } .city_jobs_fig { float: left; width: 55%; } .city_job_text { width: 430px; position: absolute; left: 100px; bottom: 70px; } .city_job_text span { display: inline-block; color: #fff; font-size: 16px; margin-bottom: 2px; } .city_job_text h2 { font-weight: bold; color: #fff; margin: 0px 0px 8px 0px; } .city_job_text p { width: 100%; color: #fff; margin-bottom: 25px; } .city_jobs_list { float: right; width: 45%; position: relative; } .city_jobs_item { padding: 45px 70px; background-image: url("http://kodeforest.net/html/baldiyat/images/job-list-bg.png"); background-repeat: no-repeat; z-index: 2; } .city_jobs_item.overlay:before { opacity: 1; z-index: -1; } .city_jobs_item span { display: inline-block; height: 127px; width: 127px; text-align: center; line-height: 127px; border-radius: 100%; background-color: #fff; font-size: 55px; float: left; } .city_jobs_item:hover span i { transform: scale(1.2); -moz-transform: scale(1.2); -webkit-transform: scale(1.2); } .ciy_jobs_caption { overflow: hidden; padding: 0px 0px 0px 30px; } .ciy_jobs_caption h2 { color: #fff; font-weight: bold; margin: 0px 0px 6px 0px; } .ciy_jobs_caption p { margin: 0px 0px 7px 0px; color: #fff; } .ciy_jobs_caption a { display: block; color: #fff; font-size: 15px; } .city_jobs_item.pull-right { float: right; } .city_jobs_item.pull-right.overlay:before { opacity: 0.9; } .city_jobs_item.pull-right .ciy_jobs_caption { padding: 0px 30px 0px 0px; width: 76%; float: left; text-align: right; } /* ================================== CITY JOBS WRAP END ================================== */ /* ================================== CITY PROJECT WRAP START ================================== */ .city_project_mansory ul, .city_project_mansory, .city_project_wrap { float: left; width: 100%; } .city_project_wrap { padding: 100px 20px 184px; } .city_project_mansory { margin-bottom: 36px; } .city_project_mansory ul { text-align: center; } .city_project_mansory ul li { display: inline-block; margin-right: 25px; } .city_project_mansory ul li:last-child { margin-right: 0px; } .city_project_mansory ul li a { display: inline-block; color: #2b2b2b; } .city_project_fig .overlay:before { opacity: 0.7; z-index: 1; } .city_project_text { position: absolute; top: 50%; left: 30px; right: 30px; z-index: 2; margin-top: -110px; z-index: 2; } .city_project_fig:hover .city_project_text { margin-top: -130px; } .city_project_text span { display: block; font-size: 80px; line-height: 70px; color: #fff; margin-bottom: 18px; } .city_project_text > a { display: inline-block; color: #fff; position: relative; padding-bottom: 6px; margin-bottom: 7px; } .city_project_text > a:before { position: absolute; content: ""; top: 0px; left: 0px; right: 0px; bottom: 0px; border-bottom: 1px solid rgba(255, 255, 255, 0.7); width: 160px; } .city_project_text h3 { font-weight: bold; margin: 0px 0px 0px 0px; line-height: 32px; } .city_project_text h3 a { color: #fff; } /* slick slider start */ .city_project_wrap .slick-slide { padding: 0px 15px; } .city_project_wrap .slick-list { padding: 0px 0px !important; height: 100%; float: left; width: 100%; } .city_project_wrap .slick-track { padding-bottom: 20px; } .city_project_wrap .slick-slide.slick-current.slick-active.slick-center .city_project_fig { box-shadow: 0px 5px 14px -2px #383232; float: left; width: 100%; } .city_project_wrap .slick-prev, .city_project_wrap .slick-next { top: auto; bottom: -105px; left: 0px; right: 0px; margin: auto; } .city_project_wrap .slick-prev { left: -48px; } .city_project_wrap .slick-next { right: -48px; } .city_project_wrap .slick-prev:hover:before, .city_project_wrap .slick-next:hover:before { color: #fff; } /* ================================== CITY PROJECT WRAP END ================================== */ /* ================================== CITY EVENT WRAP START ================================== */ .city_event_history, .city_event_fig, .city_event_wrap { float: left; width: 100%; } .city_event_wrap { background-image: url("http://kodeforest.net/html/baldiyat/images/map_bg.png"); background-repeat: no-repeat; background-size: cover; } .bg_white.width { width: 1230px; box-shadow: 0px 0px; margin: 0px auto; padding: 102px 15px 100px; } .city_event_fig { margin-bottom: 30px; } .city_event_fig figure { width: auto; } .city_event_text { overflow: hidden; padding: 14px 15px 14px 25px; border: 1px solid #d7d7d7; } .city_event_history { margin-bottom: 16px; } .event_date { float: left; width: 74px; text-align: center; padding: 12px 0px 10px; background-color: #404040; border-radius: 1px; } .event_date span { display: block; color: #fff; font-size: 22px; font-weight: bold; line-height: 22px; margin-bottom: 1px; } .event_date strong { color: #fff; font-size: 12px; font-weight: bold; } .city_date_text { overflow: hidden; padding: 4px 0px 7px 15px; } .custom_size { font-size: 22px; font-weight: bold; margin: 0px 0px 8px 0px; } .city_date_text a { display: inline-block; } .city_date_text a i { margin-right: 10px; font-size: 16px; color: #404040; } .city_event_text > p { margin: 0px 0px 12px 0px; } .city_event_text > a { font-size: 14px; display: block; } .city_event_text > a span { font-size: 16px; margin-left: 5px; text-transform: capitalize; } .city_event_fig .paly_btn { font-size: 20px; margin-top: 0px; opacity: 0; } .city_event_fig:hover .paly_btn { margin-top: -20px; opacity: 1; } /* ================================== CITY EVENT WRAP END ================================== */ /* ================================== CITY CLIENT WRAP START ================================== */ .client_arrow, .city_client_fig, .city_client_wrap { float: left; width: 100%; } .city_client_wrap { padding: 70px 0px 100px; } .city_client_row { float: left; width: 75%; } .city_client_fig figure { width: auto; border-radius: 100%; border: 23px solid #e2304e; } .client_arrow figure img, .city_client_fig figure img { border-radius: 100%; overflow: hidden; } .city_client_text { overflow: hidden; padding: 85px 0px 70px 45px; text-align: left; } .city_client_text p { margin: 0px 0px 20px 0px; color: #fff; position: relative; z-index: 2; font-weight: normal; } .city_client_text p:before { position: absolute; content: "\e913"; top: -56px; left: -20px; right: 0px; bottom: 0px; font-family: 'icomoon' !important; font-size: 50px; color: #fff; z-index: -1; } .city_client_text h4 { float: left; margin: 0px 0px; font-weight: bold; margin-right: 12px; } .city_client_text span a, .city_client_text h4 a { color: #fff; } .city_client_text span { display: inline-block; font-size: 16px; margin-top: 7px; } .city_client_link { float: left; width: 25%; text-align: center; padding: 25px 0px 15px; } .client_arrow { margin-bottom: 5px; } .client_arrow:nth-child(2) { margin-bottom: 0px; } .client_arrow figure { border-radius: 100%; width: auto; display: block; float: none; margin: auto; text-align: center; display: inline-block; } /*bxslider start*/ .city_client_row .bx-wrapper .bx-viewport { padding: 0px 0px; background: none; margin: 0px 0px; height: 284px !important; } .city_client_row .bxslider.bx-pager { float: left; width: 100%; padding: 0px 0px; } .city_client_row .bx-wrapper { margin: 0px 0px; } .city_client_row .bx-wrapper .bx-prev, .city_client_row .bx-wrapper .bx-next { height: 40px; width: 40px; border-radius: 100%; background-color: #141414; color: transparent; line-height: 40px; text-align: center; position: absolute; top: 0px; } .city_client_row .bx-wrapper .bx-next { right: -213px; top: 70px; } .city_client_row .bx-wrapper .bx-prev { top: auto; bottom: 60px; right: -110px; left: auto; } .city_client_row .bx-wrapper .bx-prev:before, .city_client_row .bx-wrapper .bx-next:before { position: absolute; content: "\f105"; top: 0px; left: 0px; right: 0px; bottom: 0px; font-family: fontAwesome; color: #fff; font-size: 24px; } .city_client_row .bx-wrapper .bx-prev:before { content: "\f104"; } /* ================================== CITY CLIENT WRAP END ================================== */ /* ================================== CITY NEWS WRAP START ================================== */ .city_news_row > ul > li, .city_news_row > ul, .city_news_row, .city_news_list, .city_news_meta, .city_news_text, .city_news_fig, .city_news_wrap { float: left; width: 100%; } .city_news_wrap { padding: 100px 0px; } .city_news_text { padding: 24px 0px 0px 0px; } .city_news_text h2 { font-size: 32px; font-weight: bold; margin: 0px 0px 14px 0px; } .city_news_meta { margin-bottom: 18px; } .city_news_meta li { float: left; width: auto; padding: 0px 14px; border-right: 1px solid #afafaf; line-height: 15px; } .city_news_meta li:last-child { border-right: none; padding-right: 0px; } .city_news_meta li:first-child { padding-left: 0px; } .city_news_meta li a { display: inline-block; font-size: 15px; line-height: 15px; } .city_news_text p { margin-bottom: 35px; } .city_news_text .theam_btn { border-color: #898989; color: #666666; } .city_news_row > ul > li { margin-bottom: 39px; } .city_news_row > ul > li:last-child { margin-bottom: 0px; } .city_news_list figure { width: auto; } .city_news_list_text { overflow: hidden; padding: 8px 0px 15px 20px; } .city_news_list_text h5 { font-weight: bold; margin: 0px 0px 12px 0px; line-height: 26px; } .city_news_list_text .city_news_meta { margin-bottom: 0px; } /*city news form start*/ .city_document_list ul li, .city_document_list ul, .city_document_list, .city_news_search, .city_news_feild, .city_news_form { float: left; width: 100%; } .city_news_feild { padding: 25px 30px 30px; margin-bottom: 35px; position: relative; z-index: 1; } .city_news_feild:before { position: absolute; content: "\e914"; top: auto; left: auto; right: -8px; bottom: -65px; font-family: 'icomoon' !important; color: #fff; opacity: 0.3; z-index: -1; font-size: 230px; } .city_news_feild.feild2:before { content: "\e915"; font-size: 120px; bottom: -24px; right: -15px; opacity: 0.2; } .city_news_feild span { display: block; color: #fff; } .city_news_feild h4 { font-weight: bold; color: #fff; margin: 0px 0px 6px 0px; } .city_news_feild p { color: #fff; margin: 0px 0px 25px; } .city_news_search input { margin-bottom: 10px; } .city_news_search .theam_btn { display: block; width: 100%; text-align: left; color: #fff; font-size: 16px; } .city_document_list ul li { border-bottom: 1px solid rgba(255, 255, 255, 0.2); } .city_document_list ul li:first-child { border-top: 1px solid rgba(255, 255, 255, 0.2); } .city_document_list ul li a { display: block; padding: 14px 0px; color: #fff; } .city_document_list ul li a i { margin-right: 18px; } .city_news_feild.feild2 { margin-bottom: 0px; } /* ================================== CITY NEWS WRAP END ================================== */ /* ================================== CITY REQUEST WRAP START ================================== */ .city_request_link ul, .city_request_link, .city_request_row, .city_request_list, .city_requset_wrap { float: left; width: 100%; } .city_request_list { padding: 30px 30px 26px; background-color: #fff; box-shadow: 0px 4px 10px -5px #393333; border-top: 5px solid; position: relative; z-index: 3; } .city_request_row { margin-bottom: 16px; } .city_request_row > span { float: left; font-size: 50px; line-height: 50px; } .city_request_text { overflow: hidden; padding: 0px 0px 0px 20px; } .city_request_text span { display: block; } .city_request_text h4 { font-weight: bold; margin: 0px 0px; } .city_request_link ul li { float: left; width: 50%; margin-bottom: 13px; } .city_request_link ul li a { display: block; padding-left: 22px; position: relative; } .widget_service ul li a:before, .city_request_link ul li a:before { position: absolute; content: "\f105"; top: 0px; left: 0px; right: 0px; bottom: 0px; font-weight: 900; font-family: "Font Awesome 5 Free"; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; color: #8c8c8c; font-size: 16px; } /* ================================== CITY REQUEST WRAP END ================================== */ /* ================================== WIDGET WRAP START ================================== */ .widget_text ul li, .widget_text ul, .widget_text, .widget_list, .widget_wrap { float: left; width: 100%; } .widget_wrap { padding: 160px 0px 0px; margin-top: -95px; background-image: url("http://kodeforest.net/html/baldiyat/images/widget-bg.png"); background-repeat: no-repeat; background-size: cover; z-index: 2; } .widget_wrap.overlay:before { opacity: 0.95; z-index: -1; } .widget_title { color: #fff; margin-bottom: 25px; font-weight: 600; } .widget_text ul { margin-bottom: 30px; } .widget_text ul li { margin-bottom: 6px; } .widget_text ul li:last-child { margin-bottom: 0px; } .widget_text ul li a { color: #fff; font-size: 15px; } .widget_text p { margin: 0px 0px; color: #fff; line-height: normal; } /* widget service start*/ .widget_service ul li, .widget_service ul, .widget_service { float: left; width: 100%; } .widget_service ul li { margin-bottom: 10px; } .widget_service ul li:last-child { margin-bottom: 0px; } .widget_service ul li a { display: block; padding-left: 20px; color: #fff; font-size: 15px; position: relative; } .widget_service ul li a:hover { padding-left: 25px; } .widget_service ul li a:before { color: #fff; } .widget_service ul li a:hover:before { left: 5px; } .widget_text.text2 ul li a span { float: right; } .widget_text.text2 ul li { margin-bottom: 10px } .copyright_text, .widget_copyright { float: left; width: 100% } .widget_copyright { padding: 15px 0px; border-top: 1px solid rgba(255, 255, 255, 0.4); margin-top: 34px } .widget_copyright .city_top_social { width: 100% } .copyright_text { text-align: center } .copyright_text p { font-size: 13px; color: #fff; margin: 0px 0px; padding: 7px 0px 0px } .copyright_text p span { display: block } .widget_copyright .city_top_social ul li a { border: 2px solid #fff } .sab_banner_text, .sab_banner { float: left; width: 100% } .sab_banner { background-image: url("http://kodeforest.net/html/baldiyat/images/sab-banner-bg.png"); background-repeat: no-repeat; background-size: cover; padding: 100px 0px 155px } @-webkit-keyframes shafaqat { 0% { background-position: 50% 0 } 100% { background-position: 330px 0% } } @-moz-keyframes shafaqat { 0% { background-position: 50% 0 } 100% { background-position: 330px 0% } } @-ms-keyframes shafaqat { 0% { background-position: 50% 0 } 100% { background-position: 330px 0% } } @keyframes shafaqat { 0% { background-position: 50% 0 } 100% { background-position: 330px 0% } } .sab_banner { animation: 25s linear 0s normal none infinite running shafaqat; background: rgba(0, 0, 0, 0) url("http://kodeforest.net/html/baldiyat/images/sab-banner-bg.png") repeat scroll 0 0 } .sab_banner.overlay:before { opacity: 0.9 } .sab_banner_text { position: relative; z-index: 2; text-align: center } .sab_banner_text h2 { font-size: 36px; color: #fff; margin: 0px 0px 4px; font-weight: 600 } .breadcrumb { background: none; padding: 0px 0px; margin: 0px 0px } .breadcrumb > li a, .breadcrumb > .active, .breadcrumb > li { color: #fff } .breadcrumb > li { padding: 0px 18px; border-right: 2px solid #fff; line-height: 14px; } .breadcrumb > li:last-child { border-right: none; } .breadcrumb > li:first-child { padding-left: 0px; } /* ================================== SAB BANNER END ================================== */ /* ================================== CITY SERVICES2 WRAP START ================================== */ .city_service2_btn, .city_service2_text, .city_service2_fig, .city_services2_wrap { float: left; width: 100%; } .city_services2_wrap { padding: 100px 0px; } .city_service2_fig { margin-bottom: 30px; border-bottom: 3px solid transparent; } .city_service2_fig:hover { box-shadow: 0px 3px 10px -4px; } .city_service2_fig .overlay:before { background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #df193a); background: -moz-linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #df193a); background: -webkit-linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #df193a); opacity: 0.95; z-index: 2; -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; transition: all 1s; } .city_service2_fig:hover .overlay:before { background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #14284b); } .city_service2_list { position: absolute; top: 50%; left: 20px; right: 0px; margin-top: -30px; z-index: 2; } .city_service2_list > span { display: inline-block; height: 60px; width: 60px; text-align: center; line-height: 60px; background-color: #ffffff; border-radius: 100%; font-size: 30px; float: left; border: 3px solid #fff; } .city_service2_fig:hover .city_service2_list > span { background: none; color: #fff; } .city_service2_caption { overflow: hidden; padding: 0px 0px 0px 25px; } .city_service2_caption h4 { font-weight: bold; color: #fff; margin: 0px; } .city_service2_caption h4 span { display: block; } .city_service2_text { padding: 25px 20px 0px 20px; border: 1px solid #dfdfdf; } .city_service2_text p { margin: 0px 0px; padding-bottom: 15px; } .see_more_btn { display: block; padding: 20px 0px; font-size: 16px; text-transform: capitalize; border-top: 1px solid #dfdfdf; color: #333333; font-weight: 600 } .see_more_btn i { float: right; font-size: 22px } .city_service2_btn { text-align: center; margin-top: 40px } .city_special_service { float: left; width: 100% } .city_special_service { background-image: url("http://kodeforest.net/html/baldiyat/images/loking-bg.png"); background-repeat: no-repeat; background-size: cover; padding: 70px 0px } @-webkit-keyframes shafaqat { 0% { background-position: 50% 0 } 100% { background-position: 330px 0% } } @-moz-keyframes shafaqat { 0% { background-position: 50% 0 } 100% { background-position: 330px 0% } } @-ms-keyframes shafaqat { 0% { background-position: 50% 0 } 100% { background-position: 330px 0% } } @keyframes shafaqat { 0% { background-position: 50% 0 } 100% { background-position: 330px 0% } } .city_special_service { animation: 50s linear 0s normal none infinite running shafaqat; background: rgba(0, 0, 0, 0) url("http://kodeforest.net/html/baldiyat/images/loking-bg.png") repeat scroll 0 0; } .special_service_text { width: 616px; margin: auto; text-align: center; padding: 65px 70px 70px; z-index: 2; left: 40px; } .special_service_text.overlay:before { z-index: -1; opacity: 0.95; } .custom_size2 { color: #fff; font-weight: 600; font-size: 36px; margin: 0px 0px 0px 0px; } .special_service_text h3 { color: #fff; margin: 0px 0px 18px 0px; } .special_service_text p { color: #fff; margin: 0px 0px 25px 0px; } .special_service_text p span { display: block; } .special_service_text .theam_btn { background-color: #fff; padding: 10px 58px; font-size: 16px; } .special_service_text .theam_btn:hover { color: #fff; } /* ================================== CITY SPECIAL SERVICES END ================================== */ /* ================================== CITY AWARD WRAP START ================================== */ .city_award_list, .city_award_wrap { float: left; width: 100%; } .city_award_wrap { padding: 80px 0px 78px; } .city_award_list span { float: left; font-size: 58px; line-height: 40px; color: #fff; } .city_award_text { overflow: hidden; padding: 0px 0px 0px 20px; } .city_award_text .counter { margin-bottom: 10px; } .city_award_text h3 { color: #fff; font-weight: bold; margin: 0px 0px; line-height: 26px; } /* ================================== CITY AWARD WRAP END ================================== */ /* ================================== CITY NEWS2 WRAP START ================================== */ .city_news2_text, .city_news2_fig, .city_news2_wrap { float: left; width: 100%; } .city_news2_wrap { padding: 100px 0px; } .city_news2_fig .overlay:before { background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #df193a); opacity: 0.95; z-index: 1; } .city_news2_fig:hover .overlay:before { background: linear-gradient(to bottom, rgba(0, 0, 0, 0) -100%, #14284b); opacity: 1; } .city_news2_text { position: absolute; bottom: -140px; left: 0px; right: 0px; padding: 0px 25px 30px; z-index: 1; } .city_news2_fig:hover .city_news2_text { bottom: 60px; } .city_news2_text h5 { color: #fff; font-weight: 600; margin-bottom: 19px; } .city_news2_text p { color: #fff; margin-bottom: 45px; opacity: 0; } .city_news2_text .theam_btn { color: #fff; opacity: 0; } .city_news2_fig:hover .city_blog_social.social2 .social_icon, .city_news2_fig:hover .city_news2_text p, .city_news2_fig:hover .city_news2_text .theam_btn { opacity: 1; } .city_blog_social.social2 { position: absolute; bottom: 0px; left: 0px; right: 0px; padding: 16px 25px 18px; float: left; width: 100%; border-top: 1px solid rgba(255, 255, 255, 0.5); z-index: 1; } .city_blog_social.social2 > a { display: inline-block; font-size: 15px; color: #fff; } .city_blog_social.social2 .city_blog_icon_list { padding: 0px 0px; } .city_blog_social.social2 .social_icon { display: block; padding: 2px 0px; opacity: 0; } .city_blog_social.social2 .social_icon li a { color: #fff; } .city_blog_social.social2 .share_icon { font-size: 24px; color: #fff; } /* ================================== CITY NEWS2 WRAP END ================================== */ /* =============================================================== SERVICE DETAIL PAGE START =============================================================== */ /* ================================== CITY HEALTH WRAP START ================================== */ .city_health_fig, .city_health_text, .city_health_wrap { float: left; width: 100%; } .city_health_wrap { padding: 120px 0px; } .city_health_text h2 { font-weight: bold; margin-bottom: 15px; } .city_health_text h2 span { display: block; } .city_health_text p { margin: 0px 0px; padding: 0px 17px 0px 0px; } .city_health_fig { position: relative; } .city_health_fig:before { position: absolute; content: ""; top: 0px; left: 0px; right: 0px; bottom: 0px; width: 0; height: 0; border-style: solid; border-width: 179px 155px 42px 0px; border-color: #fff transparent transparent transparent; z-index: 2; } .city_health_fig:after { position: absolute; content: ""; top: 91px; left: 10px; right: 0px; bottom: 0px; border-left: 2px dotted; height: 350px; z-index: 3; transform: rotate(41deg); -moz-transform: rotate(41deg); -webkit-transform: rotate(41deg); } /* ================================== CITY HEALTH WRAP END ================================== */ /* ====================================== CITY SERVICE DETAIL WRAP START ====================================== */ .city_department2_fig, .city_department_list ul li, .city_department_list ul, .city_department_list, .city_service_tabs_list, .city_service_tabs_text, .city_service_detail_wrap { float: left; width: 100%; } .city_service_detail_wrap { padding: 0px 0px 100px 0px; } .city_service_tabs_text { padding: 23px 0px 33px; border-bottom: 1px solid #d5d5d5; } .city_service_tabs_text h3 { font-weight: bold; margin: 0px 0px 18px 0px; } .city_service_tabs_text p { margin-bottom: 20px; line-height: 24px; } .city_service_tabs_text p:last-child { margin-bottom: 0px; } .city_service_tabs_text h5 { font-weight: bold; margin: 0px 0px 20px 0px; } /*city department list START*/ .city_department_list { margin-bottom: 40px; } .city_department_list ul li { padding: 40px 0px; border-bottom: 1px solid #d5d5d5; } .city_department2_fig figure { width: 44%; } .city_department2_text { overflow: hidden; padding: 18px 0px 18px 30px; float: left; width: 56%; } .city_department2_text h5 { font-weight: bold; margin-bottom: 12px; } .city_department2_text p { margin: 0px; } .city_department2_text.text2 { padding: 18px 30px 18px 0px; } /*city emergency call start*/ .city_emergency_info, .city_emergency_call ul, .city_emergency_call { float: left; width: 100%; } .city_emergency_info { padding-bottom: 40px; border-bottom: 1px solid #e3e3e3; } .city_emergency_call { padding: 3px 3px; background-color: #e1e1e1; } .city_emergency_call h5 { font-weight: bold; margin: 0px 0px; padding: 15px 30px 18px; } .city_emergency_call ul { background-color: #fff; } .city_emergency_call ul li { float: left; width: 30%; border-bottom: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3; } .city_emergency_call ul li:last-child { border-bottom: none; } .city_emergency_call ul li:nth-child(odd) { width: 70%; } .city_emergency_call ul li a { display: block; padding: 14px 25px; font-size: 15px; } /*city emergency slider start*/ .emergency_service_item, .emergency_service, .city_emergency_slide_fig, .city_emergency_slide_text, .service_title, .city_emergency_slider { float: left; width: 100%; } .city_emergency_slider { padding: 33px 0px 40px; border-bottom: 1px solid #eaeaea; } .service_title { margin-bottom: 28px; font-weight: bold; } .city_emergency_slide_text { padding: 19px 0px 0px 0px; } .city_emergency_slide_text h5 { font-weight: bold; margin: 0px 0px 10px 0px; } .city_emergency_slide_text p { margin: 0px 0px; } .emergency_service { padding: 23px 30px; border: 1px solid #e1e1e1; margin-bottom: 30px; } .emergency_service_item { margin-bottom: 18px; } .emergency_service_item span { float: left; font-size: 45px; line-height: 35px; } .emergency_service_item h4 { margin: 0px 0px; font-weight: bold; padding: 6px 0px 5px 20px; float: left; } .emergency_service > p { margin: 0px 0px; } .margin-0 { margin-bottom: 0px; } /*slick slider*/ .city_emergency_slider .slick-slide { padding: 0px 15px; } .city_emergency_slider .slick-prev, .city_emergency_slider .slick-next { top: -45px; } /* ====================================== CITY SERVICE DETAIL WRAP END ====================================== */ /* =============================================================== GOVERMENT GIRD START =============================================================== */ /* ====================================== CITY BLOG WRAPER START ====================================== */ .city_blog_grid_text, .city_blog_grid, .city_blog_wraper { float: left; width: 100%; } .city_blog_wraper { padding: 100px 0px; } .city_blog_grid { padding: 12px 12px 15px; border: 8px solid #f2f2f2; margin-bottom: 30px; } .city_blog_grid_text span { display: inline-block; height: 64px; width: 64px; line-height: 64px; text-align: center; border: 3px solid #fff; border-radius: 100%; font-size: 30px; color: #fff; margin: -30px 0px 20px 10px; z-index: 2; position: relative; } .city_blog_grid_text h5 { font-weight: bold; margin: 0px 0px 10px 0px; } .city_blog_grid_text p { margin-bottom: 18px; } .city_blog_grid_text a { font-weight: bold; display: inline-block; color: #333; } .city_blog_grid_text a i { margin-left: 10px; } /* ====================================== CITY BLOG WRAPER END ====================================== */ /* ====================================== PAGINATION START ====================================== */ .pagination ul, .pagination { float: left; width: 100%; } .pagination { margin: 50px 0px 0px 0px; } .pagination ul { text-align: center; } .pagination ul li { float: none; display: inline-block; margin-right: 10px; } .pagination ul li:last-child { margin-right: 0px; } .pagination ul li a { height: 60px; width: 60px; text-align: center; line-height: 60px; background-color: #f2f2f2; display: inline-block; color: #333333; font-size: 15px; } .pagination ul li a:hover { color: #fff; } /* ====================================== PAGINATION END ====================================== */ /* =============================================================== GOVERMENT GIRD START =============================================================== */ /* ====================================== GOVERMENT PAGE START ====================================== */ .city_department_wrap.goverment { background-image: none; padding: 100px 0px; } .city_department_wrap.goverment .width_control { width: 100%; padding: 0px 0px; } .city_service2_btn.btn2 { margin-top: 25px; } .city_service2_btn.btn2 .theam_btn { color: #fff; } /* ====================================== GOVERMENT PAGE END ====================================== */ /* =============================================================== BUSINESS GIRD START =============================================================== */ /* ======================================== CITY SERVICES2 LIST BUSINESS START ======================================== */ .see_more_btn, .city_busine_detail li, .city_busine_detail, .city_business_list, .city_business_fig, .city_service2_list.business { float: left; width: 100%; } .city_business_fig { margin-bottom: 30px; } .city_business_fig figure:after { position: absolute; content: ""; top: 0px; left: 0px; right: 0px; bottom: 0px; border-bottom: 3px solid; width: 290px; margin: auto; } .city_business_fig:hover .overlay:before { background: linear-gradient(to bottom, rgba(0, 0, 0, 0) -54%, #14284b); z-index: 1; opacity: 0.98; } .city_business_fig .city_service2_list { margin-top: -24px; } .city_business_fig .city_service2_list span { height: 46px; width: 46px; text-align: center; line-height: 46px; font-size: 24px; color: #fff; border: none; } .city_business_fig .city_service2_caption { padding: 10px 0px 10px 20px; } .city_business_fig .city_service2_caption h5 { color: #fff; margin: 0px 0px; } .city_business_list { border: 1px dotted #e1e1e1; } .city_busine_detail { padding: 30px 40px; } .city_busine_detail li { border-bottom: 1px solid #e1e1e1; } .city_busine_detail li:first-child { border-top: 1px solid #e1e1e1; } .city_busine_detail li a { display: block; font-size: 15px; padding: 12px 0px 10px; } .city_busine_detail li a i { margin-right: 20px; font-size: 18px; } .city_business_list .see_more_btn { color: #666666; font-weight: normal; padding: 20px 40px; } /* ======================================== CITY SERVICES2 LIST BUSINESS END ======================================== */ /* ======================================== CITY VISIT WRAP START ======================================== */ .city_visit_text, .city_visit_fig, .city_visit_wrap { float: left; width: 100%; } .city_visit_wrap .col-md-6 { padding: 0px 0px; } .city_visit_text { padding: 80px 0px 80px 100px; border: 1px solid #e1e1e1; border-left: none; } .city_visit_text h3 { margin: 0px 0px; font-weight: bold; margin-bottom: 4px; } .city_visit_text h3:nth-child(2) { margin-bottom: 20px; } .city_visit_text p { margin-bottom: 18px; } .city_visit_text p i { font-style: normal; } .city_visit_text p:nth-child(4) { margin-bottom: 34px; } .city_visit_text.text2 { padding: 80px 100px 80px 0px; text-align: right; } .city_visit_text .theam_btn { color: #fff; } /* ======================================== CITY VISIT WRAP END ======================================== */ /* =============================================================== EVENR PAGE START =============================================================== */ /* ======================================== CITY EVENT2 WRAP START ======================================== */ .city_event2_text ul li, .city_event2_text ul, .city_event2_text, .city_event2_list, .city_event2_fig, .city_event2_wrap { float: left; width: 100%; } .city_event2_wrap { background-color: #e7e7e7; padding: 100px 0px; } .city_event2_fig { margin-bottom: 55px; } .city_event2_fig:hover { box-shadow: 0px 5px 20px -14px; } .city_event2_list { position: relative; padding: 40px 25px 63px 30px; background-color: #fff; } .city_event2_date { height: 75px; width: 80px; text-align: center; padding: 16px 0px; position: absolute; top: -45px; z-index: 2; right: 30px; } .city_event2_date strong { display: block; font-size: 22px; color: #fff; line-height: 22px; } .city_event2_date span { display: block; color: #fff; } .city_event2_text span { display: block; font-size: 15px; margin-bottom: 5px; } .city_event2_text h4 { font-weight: bold; } .city_event2_text ul { position: relative; z-index: 2; } .requst02:before { position: absolute; content: ""; top: -6px; left: 2px; right: 0px; bottom: 0px; height: 100px; width: 100px; border-radius: 100%; background-color: #ececec; z-index: -1; } .city_event2_text ul li { margin-bottom: 12px; } .city_event2_text ul li:last-child { margin-bottom: 0px; } .city_event2_text ul li a { display: block; font-size: 15px; color: #999999; } .city_event2_text ul li a i { margin-right: 8px; } .city_event2_list .theam_btn.btn2 { position: absolute; bottom: -25px; left: 0px; right: 0px; margin: auto; width: 240px; text-align: center; padding: 13px 0px 12px; } .requst02 { position: relative; } .requst02:before { width: 100%; height: 150px; background-color: #e7e7e7; border-radius: 0px; top: 0px; left: 0px; } /* ======================================== CITY EVENT2 WRAP END ======================================== */ /* ======================================== CITY HEALTH SERVICE2 START ======================================== */ .city_health_list, .city_health_service2 { float: left; width: 100%; } .city_health_service2 { border: 2px solid #d7d7d7; margin-bottom: 30px; } .city_health_service2:hover { box-shadow: 0px 0px 14px 2px #d1d1d1; } .city_health_list { padding: 30px 15px 25px 15px; } .city_health_list > span { height: 75px; width: 75px; text-align: center; line-height: 75px; border-radius: 100%; margin-bottom: 15px; display: inline-block; color: #fff; font-size: 34px; background-image: url("http://kodeforest.net/html/baldiyat/images/event2-bg.png"); background-repeat: no-repeat; background-size: cover; z-index: 2; } .city_health_list > span.overlay:before { border-radius: 100%; z-index: -1; background-color: #313131; opacity: 1; } .city_health_service2:hover .city_health_list > .overlay:before { opacity: 0.85; } .city_health_list h5 { font-weight: bold; margin-bottom: 10px; } .city_health_list h5 span { display: block; } .city_health_list p { margin-bottom: 0px; } .city_health_service2 .see_more_btn { padding: 20px 15px; color: #666; } .city_health_service2:hover .see_more_btn { color: #fff; } /* ======================================== CITY HEALTH SERVICE2 END ======================================== */ /* =============================================================== EVENR FULL PAGE START =============================================================== */ /* ======================================== CITY FULL EVENT START ======================================== */ .city_meta_list, .city_full_event_list, .city_full_event > ul > li, .city_full_event > ul, .city_full_event { float: left; width: 100%; } .city_full_event > ul { margin-bottom: 10px; } .city_full_event > ul > li { margin-bottom: 30px; z-index: 1; } .city_full_event > ul > li:last-child { margin-bottom: 0px; } .city_full_event_list.overlay:before { opacity: 1; background-color: #fff; } .city_full_event_list:hover.overlay:before { opacity: 0.8; background-color: #333; } .city_full_event_list { padding: 30px 30px 26px; border: 3px solid #d7d7d7; background-image: url("http://kodeforest.net/html/baldiyat/images/event-full-bg.png"); background-repeat: no-repeat; background-size: cover; } .city_meta_list li, .city_event2_meeting, .city_event2_calender ul li, .city_event2_calender ul, .city_event2_calender { float: left; width: auto; position: relative; z-index: 2; } .city_event2_calender { background-color: #fff; border: 3px solid #d7d7d7; margin: 12px 40px 12px 0px; } .city_event2_calender ul li { height: 75px; width: 75px; text-align: center; padding: 16px 0px 15px; border-right: 6px solid #d7d7d7; } .city_event2_calender ul li:last-child { border-right: none; } .city_event2_calender ul li h4 { margin: 0px 0px 0px 0px; color: #b6b6b6; line-height: 24px; font-weight: 600; } .city_full_event_list:hover .city_event2_meeting p, .city_full_event_list:hover .city_meta_list li a, .city_full_event_list:hover .city_event2_meeting h4 { color: #fff; } .city_full_event_list:hover .city_event2_calender ul li p, .city_full_event_list:hover .city_event2_calender ul li h4 { color: #333333; } .city_event2_calender ul li p { margin: 0px 0px; color: #b6b6b6; } .city_event2_meeting { padding-left: 40px; border-left: 1px solid #d7d7d7; } .city_event2_meeting h4 { font-weight: bold; margin: 0px 0px 17px 0px; line-height: 21px; } .city_meta_list { margin-bottom: 8px; } .city_meta_list li { margin-right: 28px; } .city_meta_list li:last-child { margin-right: 0px; } .city_meta_list li a { display: inline-block; font-size: 15px; } .city_meta_list li a i { margin-right: 10px; } .city_event2_meeting p { margin: 0px 0px 0px 0px; line-height: 20px; } .city_event2_meeting p span { display: block; } .city_full_event_list .theam_btn.btn2 { float: right; background-color: #333333; padding: 12px 38px; margin: 27px 0px; position: relative; z-index: 2; } /* =============================================================== EVENR LISTING PAGE START =============================================================== */ .city_event2_year, .city_event2_row > ul, .city_event2_row { float: left; width: 100%; } .city_event2_row { margin-bottom: 60px; } .city_event2_row > ul { border-bottom: 1px solid #d4d4d4; } .city_event2_row > ul > li { float: left; width: 28%; border-right: 1px solid #d4d4d4; padding: 38px 28px; background-color: #fff; } .city_event2_row > ul > li:last-child { width: 44%; border-right: none; padding: 30px 28px; } .city_event2_year > .small { display: block; font-size: 15px; color: #999999; } .city_event2_year .nice-select.small { padding: 0px 0px; border: none; width: 100%; height: auto; } .city_event2_year .nice-select:after { height: 7px; width: 7px; border-bottom: 2px solid #999; border-right: 2px solid #999; } .city_event2_year .list { width: 100%; background-color: #fff; padding: 10px 0px 0px; border-bottom: 2px solid; } .city_event2_year .list li { padding: 8px 20px; display: block; } .city_event2_year .list li:hover, .city_event2_year .list li.option.selected.focus { color: #fff; } .city_event2_year > a > i { float: right; } .city_event2_year .sidebar_search { float: left; width: auto; margin-right: 25px; } .city_event2_year .sidebar_search input { width: 250px; background-color: #e7e7e7; height: 36px; border: none; padding: 10px 25px; } .city_event2_year .sidebar_search input:focus { background: none; box-shadow: 0px 0px 5px 1px #ddd; } .city_event2_year .sidebar_search button { top: 8px; } .event2_menu_list { float: right; width: auto; padding: 9px 0px 4px; } .event2_menu_list a { display: inline-block; font-size: 15px; color: #999; margin-right: 6px; } .event2_menu_list a:last-child { margin-right: 0px; } /* ======================================== CITY EVENT2 LIST2 START ======================================== */ .city_event2_list2_row, .city_event2_list2 > ul > li, .city_event2_list2 > ul, .city_event2_list2 { float: left; width: 100%; } .city_event2_list2 > ul > li { margin-bottom: 40px; } .city_event2_list2 > ul > li:last-child {} .city_event2_list2_row { position: relative; } .city_event2_list2_fig { position: absolute; top: 23px; left: 0px; } .city_event2_list2_fig figure { border-right: 7px solid #333333; } .city_event2_list2_fig .event_categories_date { position: absolute; top: 0px; right: 0px; } .city_event2_list2_row:hover .event_categories_date:before { border-color: transparent transparent transparent #d21535; } .city_blog_text.event2 { overflow: hidden; width: 750px; background-color: #fff; padding: 25px 20px 30px 200px; float: right; } .city_blog_text.event2 .social_icon, .city_blog_text.event2 > p { display: block; } .city_blog_text.event2 span:before { border: none; } .city_blog_text.event2 h4 { margin-bottom: 6px; } .city_blog_text.event2 .city_meta_list { padding-bottom: 17px; border-bottom: 1px solid #dadada; position: relative; z-index: 1; margin-bottom: 16px; } .city_blog_text.event2 .city_meta_list:before { position: absolute; content: ""; top: 0px; left: 0px; right: 0px; bottom: 2px; border-bottom: 1px solid #dadada; z-index: -1; } .city_blog_text.event2 .theam_btn { background-color: #333333; } /* ======================================== CITY EVENT2 LIST2 END ======================================== */ /* =============================================================== EVENT DETAIL PAGE START =============================================================== */ /* ======================================== CITY EVENT DETAIL START ======================================== */ .event_detail_text p, .event_heading, .event_detail_text, .city_event_detail { float: left; width: 100%; } .city_event_detail { padding: 30px 30px 24px; background-color: #fff; margin-bottom: 30px; } .event_detail_text figure { margin-bottom: 38px; } .event_detail_text p { margin-bottom: 25px; } .event_detail_text p:nth-child(4) { margin-bottom: 10px; } /*event detail counter start*/ .event_counter_list.countdown, .event_counter_list, .event_detail_counter { float: left; width: 100%; } .event_detail_counter { padding-bottom: 25px; border-bottom: 1px solid #cdcdcd; } .event_counter_list { background-image: url("http://kodeforest.net/html/baldiyat/images/event-counter-bg.png"); background-repeat: no-repeat; background-size: cover; padding: 30px 0px; margin: 10px 0px 25px 0px; } .event_counter_list .countdown { text-align: center; position: relative; z-index: 2; } .event_counter_list .countdown li { display: inline-block; width: 80px; text-align: center; margin-right: 60px; position: relative; } .event_counter_list .countdown li:before { position: absolute; content: ":"; top: 14px; left: auto; right: -34px; bottom: 0px; font-size: 35px; } .event_counter_list .countdown li:last-child:before { content: ""; } .event_counter_list .countdown li:last-child { margin: 0px 0px; } .event_counter_list .countdown li h3 { color: #fff; margin: 0px 0px 0px 0px; font-weight: 500; padding: 8px 0px; border-bottom: 1px solid #e7536b; } .event_counter_list .countdown li p { margin: 0px 0px; color: #fff; background-color: #000000; font-weight: 500; padding: 4px 0px; text-transform: capitalize; } .event_detail_counter > p { margin: 0px 0px; } /*city health2 text team start*/ .city_health2_text.team { padding: 36px 0px 20px; margin-bottom: 0px; border-bottom: 1px solid #e1e1e1; } .city_health2_text.team .slick-slide { padding: 0px 15px; } .city_health2_text.team .city-health2-slider2 { margin-top: 10px; } .city_health2_text.team .slick-prev, .city_health2_text.team .slick-next { top: -38px; } /*city event meta*/ .city_event_meta { float: left; width: 100%; } .city_event_meta { padding: 20px 0px 0px; } .city_event_meta .city_top_social span, .city_event_tags { float: left; width: auto; } .city_event_tags { padding: 7px 0px; } .city_event_tags span { display: inline-block; margin-right: 10px; font-size: 15px; } .city_event_tags span:last-child { margin-right: 0px; } .city_event_tags span a { display: inline-block; margin-right: 10px; } .city_event_meta .city_top_social span { display: inline-block; margin-right: 20px; padding: 8px 0px; } .city_event_meta .city_top_social { float: right; width: auto; padding: 0px 0px; } /*event booking form START*/ .event_booking_area, .event_booking_field, .event_booking_form { float: left; width: 100%; } .event_booking_field { margin-bottom: 20px; } .event_booking_field input { border: 1px solid #cccccc; } .event_booking_area textarea { border: 1px solid #cccccc; height: 147px; } .event_booking_area { margin-bottom: 30px; } .event_booking_field .nice-select.small { width: 100%; border: 1px solid #cccccc; border-radius: 0px 0px; padding: 12px 15px; height: 48px; } .event_booking_field .nice-select:after { width: 7px; border-bottom: 2px solid #999; border-right: 2px solid #999; height: 7px; } .list { width: 100%; background-color: #fff; padding: 10px 0px 0px 0px; } .list li { padding: 10px 20px; } .list li.option.selected.focus, .list li:hover { color: #fff; } /*event grid list start*/ .event_btn_center, .event_grid_list { float: left; width: 100%; } .event_grid_list .event_categories_list { padding: 30px 30px; background-image: url("http://kodeforest.net/html/baldiyat/images/event-grid-bg.png"); background-repeat: no-repeat; background-size: cover; } .event_grid_list .event_categories_text { position: relative; z-index: 1; } .event_grid_list .event_categories_date { height: 80px; } .event_grid_list .event_categories_date:before { border-width: 80px 0 0 81px; } .event_grid_list .event_categories_text h4 { font-weight: bold; color: #fff; line-height: 27px; margin: 0px 0px 3px; } .event_grid_list .event_categories_text h4 span { margin-bottom: 2px; display: block; } .event_grid_list .event_categories_text a { color: #fff; } .event_categories_list.overlay:before { background: -moz-linear-gradient(to left, rgba(0, 0, 0, 0) -12%, #df193a); opacity: 0.95; } .event_categories_list:hover.overlay:before { background: -moz-linear-gradient(to left, rgba(0, 0, 0, 0) -12%, #14284b); } .event_btn_center { text-align: center; } .event_btn_center .theam_btn.btn2 { padding: 8px 18px; font-size: 15px; } .event_grid_list.margin-bottom { margin-bottom: 30px !important; } /* ======================================== CITY EVENT DETAIL END ======================================== */ /* =============================================================== HEALTH DEPARTMENT PAGE START =============================================================== */ /* ======================================== CITY HEALTH DEPARTMENT START ======================================== */ .city_health2_service, .city_health2_text, .city_health2_row, .city_health2_fig, .city_health_department { float: left; width: 100%; } .city_health_department { padding: 100px 0px; } .city_health2_text, .city_health2_fig { margin-bottom: 40px; } .city_health2_text > p { margin-bottom: 34px; margin-top: 4px; float: left; width: 100%; } .city_health2_service { padding-bottom: 25px; border-bottom: 1px solid #d5d5d5; } .city_health2_service:hover { margin-top: -5px; } .city_health2_service span { display: block; font-size: 40px; line-height: 35px; margin-bottom: 15px; } .city_health2_service h5 { font-weight: bold; margin: 0px 0px 14px 0px; } .city_health2_service h5 a { font-weight: bold; color: #666666; } .city_health2_service p { margin: 0px 0px 25px 0px; } .city_health2_service a { display: inline-block; font-weight: 600; color: #333333; } .city_health2_service a i { margin-left: 8px; } .city_health2_text.text2 { border-bottom: 1px solid #d5d5d5; padding-bottom: 30px; } .city_health2_text .city_project_fig { margin-bottom: 30px; float: left; width: 100%; } .city_health2_text .city_project_fig:hover { box-shadow: 0px 4px 14px 2px #969696; } .section_heading.margin30 { margin-bottom: 35px; } .city_health2_text .city_project_text { margin-top: -100px; } /*city local link start*/ .city_local_link { float: left; width: 100%; margin-bottom: 4px; } .city_local_link li { float: left; width: 50%; margin-bottom: 8px; } .city_local_link li a { display: block; padding: 0px 0px 0px 25px; font-size: 15px; position: relative; z-index: 1; } .city_local_link li a:before { position: absolute; content: "\f0a9"; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: -1; font-family: fontAwesome; } /*city senior team start*/ .city_senior_team_text, .city_senior_team { float: left; width: 100%; } .city_senior_team { margin-bottom: 30px; } .city_senior_team figure { border-bottom: 2px solid; } .city_senior_team_text { text-align: center; padding: 15px 0px; border: 1px solid #e1e1e1; border-top: none; background-color: #fff; } .city_senior_team_text span { display: block; margin-bottom: 1px; font-size: 15px; } .city_senior_team_text h5 { margin: 0px 0px 4px 0px; } .city_senior_team_text a { display: block; font-size: 15px; } .city_health2_text .section_heading h2 { font-weight: 600; font-size: 30px; } /*----- Accordion start -----*/ .accordion, .accordion * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .accordion { overflow: hidden; border: 1px dotted #d7d7d7; } /*----- Section Titles -----*/ .accordion-section-title { width: 100%; padding: 13px 20px; display: block; background-color: #ededed; border-bottom: 1px dotted #d7d7d7; font-size: 15px; position: relative; } .accordion-section-title:before { position: absolute; content: "+"; top: 10px; left: auto; right: 22px; bottom: 0px; font-size: 20px; } .accordion-section-title.active { color: #fff; } .accordion-section-title.active:before { content: "-"; } .accordion-section:last-child .accordion-section-title { border-bottom: none; } /*----- Section Content -----*/ .accordion-section-content { padding: 20px 15px; display: none; } .accordion-section-content figure { width: auto; } .acoordian_text { overflow: hidden; padding: 10px 0px 10px 20px; } .acoordian_text p { margin: 0px 0px; } /*----- Accordion end -----*/ /* ======================================== CITY HEALTH DEPARTMENT END ======================================== */ /* =============================================================== HEALTH DEPARTMENT02 PAGE START =============================================================== */ .city_about_fig.fig2 { padding: 0px 20px 0px 0px; } .city_about_list.list2 { padding: 0px 0px 0px 20px; } .city_about_list.list2 .city_about_link { margin-bottom: 35px; } .city_about_list.list2 .city_about_text { margin-bottom: 30px; } .city_about_list.list2 .theam_btn { color: #fff; } .city_about_list.list2 .border:after, .city_about_list.list2 .border:before { width: 40px; } /* city health2 wrap start*/ .city_health2_service.list p, .city_health2_wrap { float: left; width: 100%; } .city_health2_service.list { padding: 0px 0px 65px 0px; border: none; } .city_health2_service.list span { display: inline-block; float: left; font-size: 55px; line-height: 45px; } .city_health2_service.list h5 { overflow: hidden; padding: 14px 0px 13px 20px; margin: 0px 0px; } .city_health2_service.list p { margin-bottom: 22px; } .city_health2_service.list a { float: left; } /* ======================================== CITY TREATMENT WRAP START ======================================== */ .city_treatment_fig, .city_treatment_wrap { float: left; width: 100%; } .city_treatment_wrap { position: relative; z-index: 1; padding-bottom: 80px; } .city_treatment_wrap:before { position: absolute; content: ""; top: 0px; left: 0px; right: 0px; bottom: 0px; height: 110px; background-color: #fff; z-index: -1; } .city_treatment_fig { margin-bottom: 40px; } .city_treatment_text { position: absolute; top: 50%; left: 0px; right: 0px; text-align: center; z-index: 2; margin-top: -60px; } .city_treatment_text .paly_btn { position: static; height: 72px; width: 72px; line-height: 72px; border-radius: 100%; display: inline-block; text-align: center; font-size: 26px; margin-bottom: 30px; } .city_treatment_text h4 { margin: 0px 0px 4px; color: #fff; } .city_treatment_text h5 { margin: 0px 0px; color: #fff; } .city_treatment_list a { float: left; width: 23%; margin-right: 30px; } .city_treatment_list a:last-child { margin-right: 0px; } .city_treatment_list a img { width: 100%; } .city_treatment_list .overlay:before { opacity: 0; background-color: #444444; } .city_treatment_list a.active.overlay:before { opacity: 0.8; } .city_treatment_fig .overlay:before { opacity: 0.7; background-color: #444444; } .city_treatment_wrap .bxslider.bx-pager { padding: 0px 0px; } .city_treatment_wrap .bx-viewport { margin: 0px 0px; } .city_treatment_wrap .bx-wrapper { margin: 0px 0px 30px; } .city_treatment_wrap .bx-controls-direction { display: none; } .city_treatment_wrap .bx-wrapper .bx-viewport { background: none; } /* ======================================== CITY TREATMENT WRAP END ======================================== */ /* ======================================== CITY HEALTH TEXT WRAP START ======================================== */ .city_health2_text.wrap { background-color: #e9e9e9; padding: 100px 0px 70px; margin: 0px 0px; } .city_health2_text.wrap .slick-slide { padding: 0px 15px; } /* ======================================== CITY HEALTH TEXT WRAP END ======================================== */ /* ======================================== CITY SPECIAL2 DREAM START ======================================== */ .city_special2_text, .city_special2_dream { float: left; width: 100%; } .city_special2_dream { padding: 57px 0px 60px; } .city_special2_text { text-align: center; } .city_special2_text h3 { margin: 0px 0px 3px 0px; color: #fff; } .city_special2_text h2 { color: #fff; margin: 0px 0px 8px; line-height: 34px; } .city_special2_text h3:nth-child(3) { margin-bottom: 25px; } /* ======================================== CITY SPECIAL2 DREAM END ======================================== */ /* ================================================================= BLOG PAGE START ================================================================= */ /* ======================================== CITY BLOG2 WRAP START ======================================== */ .city_blog2_text, .city_blog2_list, .city_blog2_fig, .city_blog2_wrap { float: left; width: 100%; } .city_blog2_wrap { padding: 100px 0px; background-color: #e7e7e7; } .city_blog2_fig { margin-bottom: 30px; } .city_blog2_fig .overlay:before { top: 100%; opacity: 0; } .city_blog2_fig:hover .overlay:before { opacity: 0.4; top: 0%; z-index: 1; } .city_blog2_list { background-color: #fff; } .city_blog2_list .city_meta_list { padding: 17px 0px; border-bottom: 1px solid #dedede; margin-bottom: 0px; } .city_blog2_list .city_meta_list li { margin: 0px 0px; padding: 0px 20px; border-right: 1px solid #bdbdbd; } .city_blog2_list .city_meta_list li:last-child { border-right: none; } .city_blog2_list:hover .city_meta_list li a i, .city_blog2_list:hover .city_meta_list li a { color: #fff; } .city_blog2_text { padding: 15px 20px 0px; background-color: #fff; border: 3px solid transparent; border-top: none; } .city_blog2_text h5 { font-weight: 600; } .city_blog2_text p { margin-bottom: 24px; } .city_blog2_fig .paly_btn { font-size: 14px; height: 54px; width: 54px; text-align: center; line-height: 54px; border-radius: 100%; border: 2px solid #fff; margin: -50px auto; color: #fff; opacity: 0; } .city_blog2_fig:hover .paly_btn { margin: -30px auto; opacity: 1; } .city_blog2_met { position: absolute; top: 30px; left: -60px; background-color: #fff; padding: 5px 20px; z-index: 1; font-size: 12px; opacity: 0; } .city_blog2_fig:hover .city_blog2_met { left: 0px; opacity: 1; } .city_blog2_met:after, .city_blog2_met:before { position: absolute; content: ""; top: 0px; left: auto; right: -4px; bottom: 0px; height: 15px; width: 19px; background-color: #fff; transform: skew(-32deg); z-index: -1; } .city_blog2_met:after { top: auto; transform: skew(29deg); } .city_blog2_fig .paly_btn:hover, .city_blog2_fig:hover .city_blog2_met { color: #fff; } /* ======================================== CITY BLOG2 WRAP END ======================================== */ /* ================================================================= BLOG LIST START ================================================================= */ .city_blog2_fig.fig2 .city_blog2_met { opacity: 1; left: 0px; } .city_blog2_fig.fig2:hover .city_blog2_met { left: 0px; } .city_blog2_fig.fig2 .city_blog2_list { padding: 25px 30px 30px; } .city_blog2_fig.fig2 .city_blog2_text { padding: 0px 0px; border: none; } .city_blog2_fig.fig2 .city_blog2_text h4 { font-weight: 600; margin-bottom: 20px; } .city_blog2_fig.fig2 .city_blog2_text p { padding-bottom: 24px; margin-bottom: 30px; border-bottom: 1px solid #cfcfcf; } .city_blog2_fig.fig2 .city_meta_list { float: left; width: auto; border-bottom: none; padding: 11px 0px; } .city_blog2_fig.fig2:hover .city_meta_list { background: none; } .city_blog2_fig.fig2 .city_meta_list li { border-right: none; padding: 0px 15px; } .city_blog2_fig.fig2 .city_meta_list li:first-child { padding-left: 0px; } .city_blog2_fig.fig2:hover .city_meta_list li a { color: #666; } .city_blog2_fig.fig2 .theam_btn { float: right; color: #666; border-color: #666; text-transform: uppercase; } .city_blog2_fig.fig2 .theam_btn:hover { color: #fff; } /* ================================================================= BLOG LIST END ================================================================= */ /* ================================================================= BLOG DETAIL START ================================================================= */ .blog_detail_row { float: left; width: 100%; } .blog_detail_row { background-color: #fff; padding: 0px 30px; } .blog_detail_row .city_blog2_list { padding: 27px 0px 0px 0px !important; } .city_blog2_fig.fig2.detail .city_blog2_met { color: #fff; } .city_blog2_fig.fig2.detail .city_blog2_met:after, .city_blog2_fig.fig2.detail .city_blog2_met:before { z-index: 1; } .blog_detail_row .city_meta_list li:first-child { padding-left: 0px; } .city_blog2_fig.fig2.detail .city_blog2_text p { border-bottom: none; padding-bottom: 0px; } .city_blog2_list > p { float: left; } /*blog detail process start*/ .detail_process_list, .blog_process_detail, .blog_detail_process { float: left; width: 100%; } .blog_detail_process { padding: 24px 0px 35px 0px; border-bottom: 1px solid #d5d5d5; } .blog_process_detail { margin-bottom: 36px; } .blog_process_detail figure { width: auto; } .blog_detail_process_text { overflow: hidden; padding: 0px 0px 0px 25px; } .blog_detail_process_text h4 { font-weight: 500; margin: 0px 0px 13px 0px; } .blog_detail_process_text p { margin: 0px 0px 20px 0px; } .detail_process_list li { margin-bottom: 10px; } .detail_process_list li:last-child { margin-bottom: 0px; } .detail_process_list li a { display: block; padding-left: 25px; position: relative; font-size: 15px; } .detail_process_list li a:before { position: absolute; content: ""; top: 7px; left: 0px; right: 0px; bottom: 0px; height: 7px; width: 7px; border-radius: 100%; background-color: #4b4b4b; } .blog_detail_process > p { margin-bottom: 0px; float: left; } .blog_detail_row .city_event_meta { padding: 22px 0px; } .blog_detail_row .city_event_meta li a { background: none; } /*blog next post start*/ .blog_next_post ul, .blog_next_post { float: left; width: 100%; } .blog_next_post { border-top: 1px solid #e7e7e7; } .blog_next_post ul li { float: left; width: 50%; } .blog_next_post ul li a { text-align: center; display: block; padding: 20px 0px; font-size: 18px; background-color: #f8f7fd; } .blog_next_post ul li a:hover i, .blog_next_post ul li a:hover { color: #fff; } .blog_next_post ul li a i { margin-right: 25px; margin-left: 25px; font-size: 24px; position: relative; top: 1px; } /*blog post author*/ .blog_post_author_text .city_top_social ul, .blog_post_author_text .city_top_social, .blog_post_author { float: left; width: 100%; } .blog_post_author { padding: 40px 20px 45px; background-color: #fff; margin-bottom: 30px; } .blog_post_author figure { width: auto; border-radius: 100%; margin: 10px 0px; } .blog_post_author_text { padding-left: 18px; overflow: hidden; } .blog_post_author_text h5 { font-weight: 600; margin: 0px 0px 10px 0px; } .blog_post_author_text p { margin: 0px 0px 18px; } .blog_post_author_text .city_top_social { padding: 0px 0px; } .blog_post_author_text .city_top_social li a { background: none; } /*blog post slide start*/ .blog_post_slide_text, .blog_post_slide_fig, .blog_post_slide { float: left; width: 100%; } .blog_post_slide { padding: 30px 30px; background-color: #fff; margin-bottom: 30px; } .blog_post_slide_text { padding: 26px 25px; } .blog_post_slide_text h6 { margin: 0px 0px 0px 0px; font-weight: 500; } .blog_post_slide .slick-slide { padding: 0px 15px; } .blog_post_slide .sidebar_heading { margin-bottom: 40px; } .blog_post_slide .slick-prev, .blog_post_slide .slick-next { top: -48px; } .blog_post_slide .slick-prev { left: auto; right: 46px; } .blog_post_slide .slick-next { right: 0px; left: auto; } /*blog user comment row start*/ .blog_user_comment, .blog_user_comment_row { float: left; width: 100%; } .blog_user_comment_row { background-color: #fff; } .blog_user_comment { padding: 35px 30px 45px; border-bottom: 1px solid #dddddd; } .forum_replie_list li .chlid { padding-left: 119px; } .forum_user_replay.border-none { border: none; padding-bottom: 0px; } .blog_user_comment .sidebar_heading { margin-bottom: 39px; } .blog_user_comment_row .event_booking_form { padding: 35px 30px; } /* ================================================================= PROJECT PAGE START ================================================================= */ .city_project_fig.fig2 { float: left; width: 100%; } .city_project_fig.fig2 { margin-bottom: 30px; } .city_project_fig.fig2 .city_project_text { margin-top: -100px; } .city_project_fig.fig2:hover .city_project_text { margin-top: -110px; } .city_project_fig.fig2 .city_project_text span { margin-bottom: 4px; } .city_project_fig.fig2 .city_project_text h4 { font-weight: bold; margin: 0px 0px; line-height: 26px; } .city_project_fig.fig2 .city_project_text h4 a { color: #fff; } /* ================================================================= PROJECT PAGE END ================================================================= */ /* ================================================================= PROJECT 02 PAGE START ================================================================= */ .city_project02_fig { float: left; width: 100%; } .city_project02_fig { margin-bottom: 30px; } .city_project02_text { position: absolute; bottom: 0px; left: 40px; right: 40px; background-color: #fff; padding: 25px 20px 22px; z-index: 2; } .city_project02_text span { float: left; width: auto; font-size: 60px; line-height: 35px; } .city_project02_text h5 { overflow: hidden; padding-left: 25px; font-weight: 600; margin: 0px 0px; line-height: 21px; } /* ================================================================= PROJECT 02 PAGE END ================================================================= */ /* ================================================================= PROJECT DETAIL PAGE START ================================================================= */ .city_project_description, .city_project_detail, .city_project_img { float: left; width: 100%; } .city_project_img { padding: 10px 10px; background-color: #fff; margin-bottom: 30px; } .city_project_detail { background-color: #fff; padding: 0px 30px; margin-bottom: 40px; } .project_title { font-weight: 600; padding-left: 24px; border-left: 3px solid; line-height: 24px; margin-bottom: 23px; } .city_project_description { padding: 34px 0px; border-bottom: 1px solid #dcdcdc; } .city_project_description p { margin-bottom: 0px; } .city_project_description .city_local_link { margin-top: 26px; margin-bottom: 0px; } .city_project_description .city_local_link li { margin-bottom: 6px; } .city_project_description .city_local_link li a:before { content: "\f00c"; } .city_project_wrap.detail { background-color: #fff; padding: 25px 30px 30px; } .city_project_wrap.detail .project_title { margin-bottom: 28px; } .city_project_wrap.detail .city_project_text { margin-top: -95px; } .city_project_wrap.detail .city_project_text h4 { font-weight: bold; line-height: 23px; } .city_project_wrap.detail .city_project_text h4 a { color: #fff; } .city_project_wrap.detail .city_project_text span { margin-bottom: 8px; } /* ================================================================= PROJECT DETAIL PAGE END ================================================================= */ /* ================================================================= TEAM PAGE START ================================================================= */ .city_team_text, .city_team_fig .city_top_social ul, .city_team_fig { float: left; width: 100%; } .city_blog2_wrap.team .col-md-4 { padding: 0px 0px; } .city_team_fig .city_top_social { position: absolute; bottom: 20px; left: 0px; right: 0px; width: 100%; float: left; text-align: center; padding: 0px 0px; opacity: 0; z-index: 1; } .city_team_fig:hover .city_top_social { opacity: 1; bottom: 30px; } .city_team_fig .overlay:before { opacity: 0; z-index: 1; } .city_team_fig:hover .overlay:before { background: linear-gradient(to bottom, #df193a -132%, #14284b 66%); opacity: 0.9; } .city_team_fig .city_top_social li { float: none; display: inline-block; } .city_team_fig .city_top_social li a { background: none; border-color: #fff; } .city_team_text { text-align: center; background-color: #fff; padding: 24px 0px; } .city_team_text h4 { margin-bottom: 1px; font-weight: 500; } .city_team_text p { margin-bottom: 0px; } /* ================================================================= TEAM PAGE END ================================================================= */ /* ================================================================= ERROR PAGE START ================================================================= */ .city_404_text, .city_404_wrap { float: left; width: 100%; } .city_404_wrap { background-image: url("http://kodeforest.net/html/baldiyat/images/404-bg.png"); background-repeat: no-repeat; background-size: cover; height: 100%; padding: 300px 0px 330px; position: relative; } .city_404_wrap:after { position: absolute; content: ""; top: 0px; left: 0px; right: 0px; bottom: 0px; background-image: url("http://kodeforest.net/html/baldiyat/images/404-bottom.png"); background-repeat: no-repeat; background-position: bottom; background-size: 100% 25%; } .city_404_wrap.overlay:before { opacity: 0.98; } .city_404_text { text-align: center; position: relative; z-index: 1; } .city_404_text h2 { font-size: 165px; line-height: 120px; color: #fff; font-weight: 600; } .city_404_text h3 { font-size: 58px; line-height: 50px; color: #fff; font-weight: 600; margin-bottom: 15px; } .city_404_text h4 { color: #fff; font-weight: 600; margin-bottom: 34px; } /* ================================================================= ERROR PAGE END ================================================================= */ /* ================================================================= COMING SOON PAGE START ================================================================= */ .city_coming_text .city_top_social ul, .city_coming_text .city_top_social, .city_coming_search, .city_coming_text .countdown, .city_coming_text { float: left; width: 100%; } .city_404_wrap.coming { padding: 181px 0px; } .city_404_wrap.coming.overlay:before { opacity: 0.90; } .city_404_wrap.coming:after { background-image: none; border: 36px solid #fff; opacity: 0.22; } .city_coming_text { position: relative; z-index: 1; text-align: center; } .city_coming_text img { width: auto; margin-bottom: 20px; } .city_coming_text > h3 { font-size: 60px; color: #fff; text-transform: uppercase; font-weight: 600; margin-bottom: 10px; } .city_coming_text p { color: #fff; font-size: 20px; margin-bottom: 28px; } .city_coming_text .countdown { margin-bottom: 42px; } .city_coming_text .countdown li { display: inline-block; padding: 0px 58px; position: relative; z-index: 1; } .city_coming_text .countdown li:before { position: absolute; content: ""; top: 10px; left: 0px; right: 0px; bottom: 0px; height: 55px; border-right: 1px solid #fff; z-index: -1; } .city_coming_text .countdown li:last-child:before { border-right: none; } .city_coming_text .countdown li h3 { font-size: 60px; line-height: 48px; color: #fff; font-weight: bold; margin-bottom: 8px; } .city_coming_text .countdown li p { color: #fff; margin: 0px 0px; font-weight: 600; text-transform: capitalize; } .city_coming_search { margin-bottom: 30px; } .city_coming_search h5 { color: #fff; font-weight: 600; margin-bottom: 30px; } .city_coming_feild { width: 680px; position: relative; margin: auto; } .city_coming_feild button { position: absolute; top: 0px; right: 0px; bottom: 0px; font-size: 18px; font-weight: 600; color: #fff; padding: 10px 40px; } .city_coming_text .city_top_social ul li { float: none; display: inline-block; } .city_coming_text .city_top_social ul li a { background: none; border: 3px solid #fff; } /* ================================================================= COMING SOON PAGE END ================================================================= */ /* ================================================================= CITY NEWS PAGE START ================================================================= */ .city_news2_detail, .city_news2_post > ul > li, .city_news2_post > ul, .city_news2_post { float: left; width: 100%; } .city_news2_post > ul > li { margin-bottom: 40px; } .city_news2_detail { background-color: #fff; padding: 58px 0px; text-align: center; border: 10px solid transparent; } .city_news2_detail .city_meta_list { margin-bottom: 12px; } .city_news2_detail .city_meta_list li { float: none; display: inline-block; } .city_news2_detail h3 { font-weight: 600; margin-bottom: 15px; } .city_news2_detail p { margin-bottom: 24px; } .city_news2_detail .theam_btn { color: #fff; } /* ================================================================= CITY NEWS PAGE END ================================================================= */ /* ================================================================= CITY NEWS 02 PAGE START ================================================================= */ .side_news_fig, .city_news2_post.post2 { float: left; width: 100%; } .city_news2_post.post2 { background-color: #fff; margin-bottom: 30px; } .city_news2_post.post2 figure { width: auto; } .city_news2_post.post2 .city_news2_detail { width: auto; overflow: hidden; padding: 38px 20px 10px 30px; float: none; text-align: left; border: none; } .city_news2_post.post2 .city_news2_detail h4 { font-weight: 500; margin-bottom: 10px; } .side_news_deatil { position: absolute; top: 50%; left: 0px; right: 0px; text-align: center; z-index: 5; margin-top: -22px; } .side_news_deatil .theam_btn { background-color: #fff; color: #666; } /* ================================================================= CITY NEWS 02 PAGE END ================================================================= */ /* ================================================================= FORUM PAGE START ================================================================= */ .forum_month, .forum_topic, .forum_fig, .forum_title, .forum_list ul, .forum_list { float: left; width: 100%; } .forum_list ul li { float: left; width: 49%; border-right: 1px solid #d0d0d0; border-bottom: 1px solid #d0d0d0; } .forum_list ul li:nth-child(3), .forum_list ul li:nth-child(2) { width: 12%; } .forum_list ul li:last-child { width: 27%; } .forum_title { padding: 42px 30px; } .forum_title h6 { margin-bottom: 0px; color: #fff; text-align: center; font-weight: 500; text-transform: uppercase; } .forum_title .left { text-align: left; } .forum_fig { padding: 25px 30px; } .forum_fig figure:before { position: absolute; content: ""; top: 0px; left: 0px; right: 0px; bottom: 0px; background-image: url("http://kodeforest.net/html/baldiyat/images/hover-bg1.png"); background-repeat: no-repeat; opacity: 0.9; } .forum_fig:hover figure:before { opacity: 0.9; background-image: url("http://kodeforest.net/html/baldiyat/images/hover-bg.png"); } .forum_fig figure { width: auto; } .forum_fig a { position: absolute; top: 50%; left: 0px; right: 0px; text-align: center; margin-top: -18px; color: #fff; font-size: 26px; } .forum_text { overflow: hidden; padding: 0px 0px 0px 15px; } .forum_text h6 { margin-bottom: 4px; font-weight: 500; } .forum_text p { margin: 0px 0px; } .bg_color { background-color: #fff; } .forum_topic { text-align: center; padding: 49px 0px; } .forum_topic h6 { margin: 0px 0px; font-weight: 500; } .forum_month { text-align: center; padding: 35px 0px; } .forum_month a { display: block; font-size: 15px; margin-bottom: 6px; } .forum_month p { margin: 0px 0px; font-weight: 500; } .forum_fig.forum2 a { font-size: 18px; margin-top: -14px; } .forum_fig.forum2 .forum_text { margin-top: -4px; } .forum_fig.forum2 .forum_text span { display: block; } .forum_fig.forum2 .forum_text p { line-height: 17px; } .forum .forum_topic { padding: 52px 0px; } .forum .forum_month { padding: 38px 0px; } .forum_list { margin-bottom: 10px; } /* ================================================================= FORUM PAGE END ================================================================= */ /* ================================================================= FORUM DETAIL PAGE START ================================================================= */ .forum_author_row, .forum_author_posts, .forum_author, .forum_card, .forum_detail { float: left; width: 100%; } .forum_card { background-color: #fff; padding: 38px 50px 40px; border-left: 2px solid; margin-bottom: 30px; } .forum_card h3 { margin-bottom: 5px; font-weight: 500; } .forum_card span { font-size: 12px; font-weight: 500; } .forum_author { background-color: #fff; } .forum_author_posts { padding: 40px 30px; } .forum_author_posts li { float: left; width: auto; margin-right: 108px; color: #fff; font-size: 18px; } .forum_author_posts li:last-child { margin-right: 0px; } .forum_author_row { padding: 40px 30px 0px; } /*forum author fig start*/ .forum_author_text, .forum_author_fig { float: left; width: 100%; } .forum_author_fig { text-align: center; } .forum_author_fig figure { width: auto; border-radius: 100%; float: none; display: inline-block; margin-bottom: 10px; } .forum_author_text h6 { margin-bottom: 0px; font-weight: 600; } .forum_author_text span { display: block; font-size: 12px; } /*forum detail deta start*/ .forum_img_caption p, .forum_img_caption, .forum_quote, .forum_detail_deta { float: left; width: 100%; } .forum_detail { margin-bottom: 30px; } .forum_detail_deta > a { display: block; font-size: 15px; margin-bottom: 11px; } .forum_detail_deta > a > i { margin-right: 10px; } .forum_detail_deta > p { margin-bottom: 42px; line-height: 24px; } .forum_detail_deta > p:nth-child(1) { margin-bottom: 20px; } .forum_img_caption { padding-bottom: 33px; border-bottom: 1px solid #d3d3d3; margin-bottom: 40px; } .forum_img { float: left; width: 47.3%; margin-right: 30px; margin-bottom: 35px; } .forum_img:nth-child(2) { margin-right: 0px; } .forum_img_caption p { margin: 0px 0px; line-height: 24px; } .forum_quote { background-color: #efefef; border-left: 3px solid; padding: 27px 50px 25px; margin-bottom: 35px; } .forum_quote h6 { font-weight: 600; font-style: italic; color: #999999; } .forum_quote h5 { margin: 0px 0px; font-weight: 500; } .forum_detail_deta .city_meta_list { float: left; width: auto; margin: 0px 0px; padding: 6px 0px; } .forum_detail_deta .city_event_meta { border-top: 1px solid #d3d3d3; margin-top: 35px; padding: 20px 0px; } .forum_detail_deta .city_event_meta .city_top_social ul li a i, .forum_detail_deta .city_event_meta .city_top_social ul li a { color: #fff; } /*forum replies start*/ .forum_user_meta, .forum_user_replay, .forum_replie_list > li, .forum_replie_list, .forum_replies { float: left; width: 100%; } .forum_replies { background-color: #fff; padding: 25px 30px; } .padding0 { padding-top: 0px !important; } .forum_user_replay { padding: 30px 0px; border-bottom: 1px solid #e0e0e0; } .forum_user_replay figure { width: auto; border-radius: 100%; } .forum_user_detail { overflow: hidden; padding: 0px 0px 0px 20px; } .forum_user_meta { margin-bottom: 8px; } .forum_user_meta h5 { float: left; margin: 0px 25px 0px 0px; font-weight: 500; } .forum_user_meta .city_meta_list li, .forum_user_meta .city_meta_list { float: left; width: auto; } .forum_user_meta .city_meta_list { margin-bottom: 0px; margin-top: 2px; } .forum_user_detail p { float: left; margin: 0px; } .forum_replies .event_booking_form { padding: 30px 0px 0px; } /* ================================================================= FORUM DETAIL PAGE END ================================================================= */ /* ================================================================= MAYOR PAGE START ================================================================= */ .mayor_team, .city_mayor_caption, .city_mayor_contact, .city_mayor_list li, .city_mayor_list, .city_mayor_fig, .city_mayor_row { float: left; width: 100%; } .city_mayor_row { padding: 40px 40px; background-color: #fff; } .city_mayor_fig { margin-bottom: 43px; } .city_mayor_fig figure { width: auto; } .city_mayor_text { overflow: hidden; padding: 0px 0px 0px 35px; } .city_mayor_text h2 { font-weight: 500; margin-bottom: 5px; } .city_mayor_text p { font-size: 18px; margin-bottom: 20px; } .city_mayor_list { margin-bottom: 23px; } .city_mayor_list li { font-size: 20px; margin-bottom: 8px; font-weight: normal; } .city_mayor_list li span { float: left; width: 30%; } .city_mayor_contact .city_top_social, .city_mayor_contact .theam_btn { float: left; width: auto; } .city_mayor_contact .city_top_social { width: auto; } .city_mayor_contact .city_top_social { padding: 4px 0px; } .city_mayor_contact .theam_btn { margin-right: 50px; } .city_mayor_caption p { margin-bottom: 35px; line-height: 26px; } .city_event_detail.question { background-image: url("http://kodeforest.net/html/baldiyat/images/form-bg.png"); background-repeat: no-repeat; background-size: cover; padding: 72px 200px 80px; margin: 0px 0px; } .city_event_detail.question.overlay:before { opacity: 0.8; background-color: #0b0e1e; } .city_event_detail.question > h3 { text-align: center; color: #fff; font-weight: 600; position: relative; z-index: 2; margin-bottom: 33px; } .city_event_detail.question .event_booking_field { margin-bottom: 12px; } .city_event_detail.question .event_booking_area { text-align: center; margin-bottom: 0px; } .city_event_detail.question .event_booking_area textarea { margin-bottom: 30px; } .mayor_team { background-color: #fff; padding: 65px 0px 0px 0px; } .mayor_team .col-md-4 { padding: 0px 0px; } /* ================================================================= MAYOR PAGE END ================================================================= */ /* ================================================================= CONTACT US PAGE START ================================================================= */ .city_contact_row, .city_contact_text, .city_contact_list, .city_contact_map { float: left; width: 100%; } .city_contact_map { padding: 20px 20px; background-color: #fff; margin-bottom: 40px; } .map-canvas { height: 455px; width: 100%; } .city_contact_text { padding: 33px 40px; margin-bottom: 30px; } .city_contact_text h3 { color: #fff; font-weight: bold; float: left; margin: 0px 0px; } .city_contact_text span { float: right; color: #fff; font-size: 90px; line-height: 80px; padding: 7px 0px; } .city_contact_row { background-color: #fff; padding: 30px 30px; } .city_contact_list { padding-bottom: 30px; border-bottom: 1px solid #dddddd; } .city_contact_text .city_top_social ul, .city_contact_text .city_top_social { width: 100%; float: left; } .city_contact_text .city_top_social ul li a { background: none; border-color: #fff; } .city_contact_text.text2 h3 { margin-bottom: 18px; } .city_event_detail.contact { margin: 0px 0px; padding: 60px 0px 30px 0px; } /* ================================================================= CONTACT US PAGE END ================================================================= */ /* ====================================================================================== LOGIN REGISTER PAGE START ====================================================================================== */ .city_comment_form_login, .city_login_list, .city_login_wrap { float: left; width: 100%; } .city_login_wrap { padding: 100px 0px; } .city_login_list { padding: 10px; box-shadow: 0px 0px 12px -7px; } .city_login { float: left; width: 50%; padding: 45px 50px 50px; background-color: #dddddd; position: relative; } .city_login h4 { color: #333; padding-bottom: 16px; position: relative; margin-bottom: 25px; text-transform: uppercase; font-weight: 600; } .city_login h4:before { position: absolute; content: ""; left: 0px; right: 0px; bottom: 0px; width: 114px; border-bottom: 2px solid; } .city_login p { margin-bottom: 17px; } .city_login .city_commet_field { margin-bottom: 20px; } .city_comment_form_login .city_commet_field label { font-size: 18px; font-weight: 400; color: #000; margin-bottom: 12px; text-transform: uppercase; cursor: pointer; } /*radio button start*/ .city_checked { float: left; width: 100%; padding: 4px 0px 30px; } .checkbox_radio { float: left; position: relative; width: auto; } .checkbox_radio input { display: none; } .checkbox_radio input[type=checkbox]+label:before { content: ""; font-family: fontawesome; width: 13px; height: 13px; background-color: #fff; display: inline-block; margin: 0px 12px 0px 0px; } .checkbox_radio input[type=checkbox]:checked+label:before { content: ""; font-family: fontawesome; background-image: url(http://kodeforest.net/html/baldiyat/images/checkbox.png); width: 13px; height: 13px; border: 0px; } .checkbox_radio input[type="checkbox"] { display: inline-block; margin-right: 10px; float: left; display: none; } .checkbox_radio label { margin-bottom: 0px; cursor: pointer; } /*radio button end*/ .city_forget { float: right; } .city_or { position: absolute; top: 50%; right: -23px; height: 48px; width: 48px; text-align: center; line-height: 48px; background-color: #fff; border-radius: 100%; border: 1px solid #dedede; color: #dedede; z-index: 1; font-size: 16px; margin-top: -40px; } /*register style start*/ .city_login.register { background: none; background-color: #f1f1f1; } .city_login.register p { margin-bottom: 27px; } .city_login.register .btn-d-help { margin-bottom: 45px; } .city_checkout_list li, .city_checkout_list, .city_register_list { float: left; width: 100%; } .city_register_list { margin-top: 35px; } .city_register_list h6 { margin-bottom: 15px; font-weight: 600; text-transform: uppercase; font-size: 16px; } .city_checkout_list li { margin-bottom: 8px; } .city_checkout_list li:last-child { margin-bottom: 0px; } .city_checkout_list li a { display: inline-block; font-size: 15px; position: relative; padding-left: 30px; } .city_checkout_list li a:before { position: absolute; content: "\f00c"; top: 0px; left: 0px; right: 0px; bottom: 0px; font-family: fontAwesome; font-size: 16px; } /* ====================================================================================== LOGIN REGISTER PAGE END ====================================================================================== */ /* theam hover start*/ .box:before, .box:after, .box .box-layer { content: ""; width: 20%; height: 100%; position: absolute; top: 100%; opacity: 0.8; z-index: 1; } .box:hover:before, .box:hover:after, .box:hover .box-layer { top: 0; } .box:before { left: 0; -o-transition: all 0.15s linear 0.2s; -moz-transition: all 0.15s linear 0.2s; -ms-transition: all 0.15s linear 0.2s; -webkit-transition: all 0.15s linear 0.2s; transition: all 0.15s linear 0.2s; } .box:hover:before { -moz-transition-delay: 0s; -webkit-transition-delay: 0s; -o-transition-delay: 0s; -ms-transition-delay: 0s; transition-delay: 0s; } .box:after { left: 20%; -o-transition: all 0.15s linear 0.25s; -moz-transition: all 0.15s linear 0.25s; -ms-transition: all 0.15s linear 0.25s; -webkit-transition: all 0.15s linear 0.25s; transition: all 0.15s linear 0.25s; } .box:hover:after { -moz-transition-delay: 0.1s; -webkit-transition-delay: 0.1s; -o-transition-delay: 0.1s; -ms-transition-delay: 0.1s; transition-delay: 0.1s; } .box .layer-1 { left: 40%; -o-transition: all 0.15s linear 0.3s; -moz-transition: all 0.15s linear 0.3s; -ms-transition: all 0.15s linear 0.3s; -webkit-transition: all 0.15s linear 0.3s; transition: all 0.15s linear 0.3s; } .box:hover .layer-1 { -moz-transition-delay: 0.15s; -webkit-transition-delay: 0.15s; -o-transition-delay: 0.15s; -ms-transition-delay: 0.15s; transition-delay: 0.15s; } .box .layer-2 { left: 60%; -o-transition: all 0.15s linear 0.35s; -moz-transition: all 0.15s linear 0.35s; -ms-transition: all 0.15s linear 0.35s; -webkit-transition: all 0.15s linear 0.35s; transition: all 0.15s linear 0.35s; } .box:hover .layer-2 { -moz-transition-delay: 0.2s; -webkit-transition-delay: 0.2s; -o-transition-delay: 0.2s; -ms-transition-delay: 0.2s; transition-delay: 0.2s; } .box .layer-3 { left: 80%; -o-transition: all 0.15s linear 0.4s; -moz-transition: all 0.15s linear 0.4s; -ms-transition: all 0.15s linear 0.4s; -webkit-transition: all 0.15s linear 0.4s; transition: all 0.15s linear 0.4s; } .box:hover .layer-3 { -moz-transition-delay: 0.25s; -webkit-transition-delay: 0.25s; -o-transition-delay: 0.25s; -ms-transition-delay: 0.25s; transition-delay: 0.25s; } /*main div hover*/ .city_blog_fig:hover .box .layer-1, .city_news2_post.post2:hover .box .layer-1, .blog_post_author:hover .box .layer-1, .blog_post_slide_fig:hover .box .layer-1, .forum_user_replay:hover .box .layer-1, .forum_author_fig:hover .box .layer-1, .city_project02_fig:hover .box .layer-1, .event_categories_list:hover .box .layer-1, .city_blog2_fig.fig2:hover .box .layer-1, .city_event2_list2_row:hover .box .layer-1, .accordion-section-content:hover .box .layer-1, .city_senior_team:hover .box .layer-1, .city_event2_fig:hover .box .layer-1, .city_emergency_slide_fig:hover .box .layer-1, .city_service_tabs_list:hover .box .layer-1, .city_department2_fig:hover .box .layer-1, .city_blog_grid:hover .box .layer-1, .city_department_fig:hover .box .layer-1, .city_news_list:hover .box .layer-1, .city_news_fig:hover .box .layer-1, .city_event_fig:hover .box .layer-1, .city_blog_fig:hover .box .layer-1 { -moz-transition-delay: 0.15s; -webkit-transition-delay: 0.15s; -o-transition-delay: 0.15s; -ms-transition-delay: 0.15s; transition-delay: 0.15s; } .city_blog_fig:hover .box .layer-2, .city_news2_post.post2:hover .box .layer-2, .blog_post_author:hover .box .layer-2, .blog_post_slide_fig:hover .box .layer-2, .forum_user_replay:hover .box .layer-2, .forum_author_fig:hover .box .layer-2, .city_project02_fig:hover .box .layer-2, .event_categories_list:hover .box .layer-2, .city_blog2_fig.fig2:hover .box .layer-2, .city_event2_list2_row:hover .box .layer-2, .accordion-section-content:hover .box .layer-2, .city_senior_team:hover .box .layer-2, .city_event2_fig:hover .box .layer-2, .city_emergency_slide_fig:hover .box .layer-2, .city_service_tabs_list:hover .box .layer-2, .city_department2_fig:hover .box .layer-2, .city_blog_grid:hover .box .layer-2, .city_department_fig:hover .box .layer-2, .city_news_list:hover .box .layer-2, .city_news_fig:hover .box .layer-2, .city_event_fig:hover .box .layer-2, .city_blog_fig:hover .box .layer-2 { -moz-transition-delay: 0.2s; -webkit-transition-delay: 0.2s; -o-transition-delay: 0.2s; -ms-transition-delay: 0.2s; transition-delay: 0.2s; } .city_blog_fig:hover .box .layer-3, .city_news2_post.post2:hover .box .layer-3, .blog_post_author:hover .box .layer-3, .blog_post_slide_fig:hover .box .layer-3, .forum_user_replay:hover .box .layer-3, .forum_author_fig:hover .box .layer-3, .city_project02_fig:hover .box .layer-3, .event_categories_list:hover .box .layer-3, .city_blog2_fig.fig2:hover .box .layer-3, .city_event2_list2_row:hover .box .layer-3, .accordion-section-content:hover .box .layer-3, .city_senior_team:hover .box .layer-3, .city_event2_fig:hover .box .layer-3, .city_emergency_slide_fig:hover .box .layer-3, .city_service_tabs_list:hover .box .layer-3, .city_department2_fig:hover .box .layer-3, .city_blog_grid:hover .box .layer-3, .city_department_fig:hover .box .layer-3, .city_news_list:hover .box .layer-3, .city_news_fig:hover .box .layer-3, .city_event_fig:hover .box .layer-3, .city_blog_fig:hover .box .layer-3 { -moz-transition-delay: 0.25s; -webkit-transition-delay: 0.25s; -o-transition-delay: 0.25s; -ms-transition-delay: 0.25s; transition-delay: 0.25s; } .city_blog_fig:hover .box:after, .city_news2_post.post2:hover .box:after, .blog_post_author:hover .box:after, .blog_post_slide_fig:hover .box:after, .forum_user_replay:hover .box:after, .forum_author_fig:hover .box:after, .city_project02_fig:hover .box:after, .event_categories_list:hover .box:after, .city_blog2_fig.fig2:hover .box:after, .city_event2_list2_row:hover .box:after, .accordion-section-content:hover .box:after, .city_senior_team:hover .box:after, .city_event2_fig:hover .box:after, .city_emergency_slide_fig:hover .box:after, .city_service_tabs_list:hover .box:after, .city_department2_fig:hover .box:after, .city_blog_grid:hover .box:after, .city_department_fig:hover .box:after, .city_news_list:hover .box:after, .city_news_fig:hover .box:after, .city_event_fig:hover .box:after, .city_blog_fig:hover .box:after { -moz-transition-delay: 0.1s; -webkit-transition-delay: 0.1s; -o-transition-delay: 0.1s; -ms-transition-delay: 0.1s; transition-delay: 0.1s; } .city_blog_fig:hover .box:before, .city_news2_post.post2:hover .box:before, .blog_post_author:hover .box:before, .blog_post_slide_fig:hover .box:before, .forum_user_replay:hover .box:before, .forum_author_fig:hover .box:before, .city_project02_fig:hover .box:before, .event_categories_list:hover .box:before, .city_blog2_fig.fig2:hover .box:before, .city_event2_list2_row:hover .box:before, .accordion-section-content:hover .box:before, .city_senior_team:hover .box:before, .city_event2_fig:hover .box:before, .city_emergency_slide_fig:hover .box:before, .city_service_tabs_list:hover .box:before, .city_department2_fig:hover .box:before, .city_blog_grid:hover .box:before, .city_department_fig:hover .box:before, .city_news_list:hover .box:before, .city_news_fig:hover .box:before, .city_event_fig:hover.box:before, .city_blog_fig:hover.box:before { -moz-transition-delay: 0s; -webkit-transition-delay: 0s; -o-transition-delay: 0s; -ms-transition-delay: 0s; transition-delay: 0s; } .city_blog_fig:hover .box:before, .city_blog_fig:hover .box:after, .city_blog_fig:hover .box .box-layer, .city_news2_post.post2:hover .box:before, .city_news2_post.post2:hover .box:after, .city_news2_post.post2:hover .box .box-layer, .blog_post_author:hover .box:before, .blog_post_author:hover .box:after, .blog_post_author:hover .box .box-layer, .blog_post_slide_fig:hover .box:before, .blog_post_slide_fig:hover .box:after, .blog_post_slide_fig:hover .box .box-layer, .forum_user_replay:hover .box:before, .forum_user_replay:hover .box:after, .forum_user_replay:hover .box .box-layer, .forum_author_fig:hover .box:before, .forum_author_fig:hover .box:after, .forum_author_fig:hover .box .box-layer, .city_project02_fig:hover .box:before, .city_project02_fig:hover .box:after, .city_project02_fig:hover .box .box-layer, .event_categories_list:hover .box:before, .event_categories_list:hover .box:after, .event_categories_list:hover .box .box-layer, .city_blog2_fig.fig2:hover .box:before, .city_blog2_fig.fig2:hover .box:after, .city_blog2_fig.fig2:hover .box .box-layer, .city_event2_list2_row:hover .box:before, .city_event2_list2_row:hover .box:after, .city_event2_list2_row:hover .box .box-layer, .accordion-section-content:hover .box:before, .accordion-section-content:hover .box:after, .accordion-section-content:hover .box .box-layer, .city_senior_team:hover .box:before, .city_senior_team:hover .box:after, .city_senior_team:hover .box .box-layer, .city_event2_fig:hover .box:before, .city_event2_fig:hover .box:after, .city_event2_fig:hover .box .box-layer, .city_emergency_slide_fig:hover .box:before, .city_emergency_slide_fig:hover .box:after, .city_emergency_slide_fig:hover .box .box-layer, .city_service_tabs_list:hover .box:before, .city_service_tabs_list:hover .box:after, .city_service_tabs_list:hover .box .box-layer, .city_department2_fig:hover .box:before, .city_department2_fig:hover .box:after, .city_department2_fig:hover .box .box-layer, .city_blog_grid:hover .box:before, .city_blog_grid:hover .box:after, .city_blog_grid:hover .box .box-layer, .city_department_fig:hover .box:before, .city_department_fig:hover .box:after, .city_department_fig:hover .box .box-layer, .city_news_list:hover .box:before, .city_news_list:hover .box:after, .city_news_list:hover .box .box-layer, .city_news_fig:hover .box:before, .city_news_fig:hover .box:after, .city_news_fig:hover .box .box-layer, .city_event_fig:hover .box:before, .city_event_fig:hover .box:after, .city_event_fig:hover .box .box-layer, .city_blog_fig:hover .box:before, .city_blog_fig:hover .box:after, .city_blog_fig:hover .box .box-layer { top: 0; } /*img hover scale start*/ .city_blog_fig:hover figure img, .city_news2_post.post2:hover figure img, .blog_post_author:hover figure img, .blog_post_slide_fig:hover figure img, .forum_user_replay:hover figure img, .forum_author_fig:hover figure img, .city_team_fig:hover figure img, .city_project02_fig:hover figure img, .event_categories_list:hover figure img, .city_blog2_fig:hover figure img, .city_event2_list2_row:hover .city_event2_list2_fig figure img, .event_video:hover figure img, .accordion-section-content:hover figure img, .city_senior_team:hover figure img, .city_project_fig:hover figure img, .city_event2_fig:hover figure img, .city_business_fig:hover figure img, .city_visit_fig:hover figure img, .city_news2_fig:hover figure img, .city_emergency_slide_fig:hover figure img, .city_service_tabs_list:hover figure img, .city_department2_fig:hover figure img, .city_service2_fig:hover figure img, .city_blog_grid:hover .box img, .city_news_list:hover .box img, .city_news_fig:hover .box img, .city_event_fig:hover .box img, .city_blog_fig:hover .box img, .city_department_fig:hover .box img, .box:hover img { transform: scale(1.5) rotate(10deg); -moz-transform: scale(1.5) rotate(10deg); -webkit-transform: scale(1.5) rotate(10deg) } .city_health_service2:hover .city_health_list > span i { transform: scale(1.2) rotate(10deg); -moz-transform: scale(1.2) rotate(10deg); -webkit-transform: scale(1.2) rotate(10deg) } .download-app { position: absolute; bottom: 40%; left: 30%; right: 0; width: 100%; text-align: center } .download-app a { display: block; background-color: #121921; padding: 2px 20px; width: 190px; border-radius: 50px; margin: 1rem; box-shadow: 0 0 20px #0000006b; transition: all .3s ease-in-out } .download-app a:hover, .download-app a:focus { background-color: #0873b6 } .download-app a img { width: 26px; height: 26px; float: left; margin-top: 11px; margin-right: 10px } .download-app a .download-text { float: left } .download-app a .download-text span { font-size: 10px; color: #fff; opacity: .7 } .download-app a .download-text h5 { font-weight: 700; font-size: 16px; color: #ffffff }
0.537041
0.150403
*{ margin: 0; padding: 0; font-family: 'Fuzzy Bubbles', cursive; } html,body{ height: 100%; } /** header **/ .conteiner{ width: 100%; max-width: 1400px; margin: 0 auto; } .clear{ clear: both; } header{ padding: 20px 2% 35px 2%; height: 130px; } header div.logo{ float: left; } header .logo img{ width: 150px; } header nav.menu-desktop{ float: right; position: relative; top: 40px; } nav.menu-mobile{ margin-top: 40px; float: right; width: 32px; height: 32px; background-size: 100% 100%; cursor: pointer; background-image: url('../IMAGENS/image.jpg'); display: none; } nav.menu-mobile ul{ display: none; width: 100%; left: 0; top: 120px; border-bottom: 2px solid #eb2d2d; z-index: 999; position: absolute; text-align: center; background-color: white; } nav.menu-mobile li{ font-size: 23px; padding: 20px 0; font-style: italic; color: black; } nav.menu-mobile li a{ text-decoration: none; color: black; } header nav.menu-desktop ul{ list-style-type: none; } header nav.menu-desktop ul li{ float: left; font-size: 23px; padding: 0 30px; font-style: italic; } header nav.menu-desktop a{ color: black; text-decoration: none; } /** header **/ /** section banner **/ section.banner{ width: 100%; height: 650px; /*background-color: black;*/ background-image: url('../IMAGENS/image.jpg'); background-size: 100% 100%; background-position: right bottom; background-repeat: no-repeat; } /** section banner **/ /** section veiculos em Destaque **/ .aline-titulo{ max-width: 1400px; margin: 0 auto; position: relative; text-align: center; } .ln1{ position: absolute; margin-top: 15px; height: 2px; width: 100%; background: black; } .aline-titulo h2{ position: relative; background: white; display: inline-block; text-align: center; font-size: 27px; padding: 0 20px; font-style: italic; text-transform: uppercase; } section.veiculos-destaques{ padding: 20px 2%; } section.veiculos-destaques .conteiner{ max-width: 1000px; padding: 40px 0; } .vitrine-destaque{ float: left; width: 33.3%; } .vitrine-destaque .carro-img{ width: 100%; padding-top: 100%; border: 8px solid white; background-size: 100% 100%; } .vitrine-destaque h2{ padding-left: 8px; font-size: 20px; font-style: italic; color: black; } .vitrine-destaque p{ padding-top: 8px; padding-left: 8px; font-size: 15px; font-style: italic; color: #353535; } .btn1{ display: block; width: 95%; height: 40px; font-style: italic; font-weight: bold; text-align: center; text-decoration: none; line-height: 40px; color: white; border: 2px solid #b21e1e; border-radius: 15px; background-color: #eb2d2d; } .vitrine-destaque a{ margin-top: 12px; margin-left: 8px; } /** section veiculos em Destaque **/ /** loja **/ section.venda{ padding: 90px; min-height: 80%; } /** loja **/ /** footer **/ footer{ margin-top: 30px; padding: 20px 2%; background: #252525; } footer nav{ float: left; } footer nav ul{ list-style-type: none; } footer nav ul li{ float: left; font-size: 18px; font-style: italic; } footer li{ display: inline-block; padding: 0 20px; } footer li a{ text-decoration: none; color: #ffffff; } footer p{ float: right; font-size: 15px; font-style: italic; color: #ffffff; } footer strong{ font-size: 20px; font-style: italic; } /** footer footer **/
LOJA/LOJA.CSS/IMAGENS/style.css
*{ margin: 0; padding: 0; font-family: 'Fuzzy Bubbles', cursive; } html,body{ height: 100%; } /** header **/ .conteiner{ width: 100%; max-width: 1400px; margin: 0 auto; } .clear{ clear: both; } header{ padding: 20px 2% 35px 2%; height: 130px; } header div.logo{ float: left; } header .logo img{ width: 150px; } header nav.menu-desktop{ float: right; position: relative; top: 40px; } nav.menu-mobile{ margin-top: 40px; float: right; width: 32px; height: 32px; background-size: 100% 100%; cursor: pointer; background-image: url('../IMAGENS/image.jpg'); display: none; } nav.menu-mobile ul{ display: none; width: 100%; left: 0; top: 120px; border-bottom: 2px solid #eb2d2d; z-index: 999; position: absolute; text-align: center; background-color: white; } nav.menu-mobile li{ font-size: 23px; padding: 20px 0; font-style: italic; color: black; } nav.menu-mobile li a{ text-decoration: none; color: black; } header nav.menu-desktop ul{ list-style-type: none; } header nav.menu-desktop ul li{ float: left; font-size: 23px; padding: 0 30px; font-style: italic; } header nav.menu-desktop a{ color: black; text-decoration: none; } /** header **/ /** section banner **/ section.banner{ width: 100%; height: 650px; /*background-color: black;*/ background-image: url('../IMAGENS/image.jpg'); background-size: 100% 100%; background-position: right bottom; background-repeat: no-repeat; } /** section banner **/ /** section veiculos em Destaque **/ .aline-titulo{ max-width: 1400px; margin: 0 auto; position: relative; text-align: center; } .ln1{ position: absolute; margin-top: 15px; height: 2px; width: 100%; background: black; } .aline-titulo h2{ position: relative; background: white; display: inline-block; text-align: center; font-size: 27px; padding: 0 20px; font-style: italic; text-transform: uppercase; } section.veiculos-destaques{ padding: 20px 2%; } section.veiculos-destaques .conteiner{ max-width: 1000px; padding: 40px 0; } .vitrine-destaque{ float: left; width: 33.3%; } .vitrine-destaque .carro-img{ width: 100%; padding-top: 100%; border: 8px solid white; background-size: 100% 100%; } .vitrine-destaque h2{ padding-left: 8px; font-size: 20px; font-style: italic; color: black; } .vitrine-destaque p{ padding-top: 8px; padding-left: 8px; font-size: 15px; font-style: italic; color: #353535; } .btn1{ display: block; width: 95%; height: 40px; font-style: italic; font-weight: bold; text-align: center; text-decoration: none; line-height: 40px; color: white; border: 2px solid #b21e1e; border-radius: 15px; background-color: #eb2d2d; } .vitrine-destaque a{ margin-top: 12px; margin-left: 8px; } /** section veiculos em Destaque **/ /** loja **/ section.venda{ padding: 90px; min-height: 80%; } /** loja **/ /** footer **/ footer{ margin-top: 30px; padding: 20px 2%; background: #252525; } footer nav{ float: left; } footer nav ul{ list-style-type: none; } footer nav ul li{ float: left; font-size: 18px; font-style: italic; } footer li{ display: inline-block; padding: 0 20px; } footer li a{ text-decoration: none; color: #ffffff; } footer p{ float: right; font-size: 15px; font-style: italic; color: #ffffff; } footer strong{ font-size: 20px; font-style: italic; } /** footer footer **/
0.476092
0.065755
html, body { margin: 0px; padding: 0px; text-align: center; font-family: 'Times','Bitstream Vera Serif',serif; font-size: 11pt; } #container { text-align: left; display: inline-block; max-width: 1000px; width: 100%; } header, footer { vertical-align: bottom; background-color: rgb(230,230,231); color: #222; font-size: 15px; overflow: auto; } header a, footer a { color: #333; text-decoration: none; } #nav { height: 30px; line-height: 30px; padding: 0px 10px; } #subnav { margin: 5px 20px 0px 20px; } #subnav a { color: black; } footer { border-top: 5px solid #444; border-bottom: 20px solid #222; margin-top: 20px; padding: 10px; overflow: auto; } footer .column { border-left: 1px solid #ddd; width: 150px; } footer ul { list-style: none; } .logo { font-family: monospace; border: none !important; color: #5e5e5e; } footer .logo { line-height: 100px; } .colrow { height: 100px; padding-left: 2px; /* lame centering hack */ } .colbox { width: 300px; height: 130px; float: left; border: 1px solid #ccc; margin: 15px; } .colbox p { position: relative; top: 100px; left: 10px; margin: 0px; font-size: 20px; color: white; text-shadow: 0 0 8px black; } .featurescols > .colbox { background: url('/img/categories.jpg'); } #content { font-family: Georgia, serif; padding: 4px; } hr {clear: both; margin: 20px; height: 1px; color: #ccc;} .flleft {float: left;} .flright {float: right;} .column {float: left;} h1,h2,h3,h4,h5,h6 { font-family: "Book Antiqua",Palatino,"Palatino Linotype","Palatino LT STD",Georgia,serif; font-weight: bold; } h1,h2 {text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.7); font-weight: normal;} h1 {font-size: 48px; margin: 10px 0px 4px 0px;} h2 {font-size: 24px;} h3 {font-size: 16pt;} h4 {font-size: 14pt;} section header h1 {font-size: 36px;} section h2 {border-bottom: 1px dashed rgba(50, 50, 50, 0.7);} article header h2 { margin: 0px; } article header { padding: 20px; } section.note { background-color: #2980B9; border-left: 3px solid #20638F; margin: 10px; padding: 24px; color: white; } section.warning, .errorlist li { background-color: #B98029; border-left: 3px solid #8F6320; margin: 10px; padding: 24px; color: white; } section.note h1, section.warning h1 { font-size: 16pt; text-shadow: none; font-weight: bold; } section.note a, section.warning a { color: white; } nav.toc { background-color: black; color: white; overflow: auto; padding: 10px; margin: 10px; } nav.toc > ul > li { float: left; font-weight: bold; list-style: none; margin: 15px; display: inline-block; } nav.toc > ul > li li {font-weight: normal; list-style: none;} nav.toc a {color: white;} aside { background-color: rgb(255,240,220); font-size: 10pt; color: black; float: right; clear: right; width: 300px; padding: 5px; } aside h1 {font-size: 14pt; text-shadow: none; font-weight: bold;} aside a {color: #333 !important;} /* Form styles */ input, textarea { font-size: 14pt; border-radius: 4px; border: 1px solid black; background-color: rgb(34,34,34); color: rgb(210, 210, 210); } input[type="text"], textarea { width: 256px; } label { margin: 2px 6px; } .shorttextinputs input[type="text"] { width: 128px; } .errorlist { padding: 0px; } .helptext { color: #505050; } /* Misc */ .comment { border-left: 15px solid red; padding-left: 10px; font-size: 90%; margin: 15px; } .specialcomment { border-left: 15px solid green; } .comment a { color: black; } pre > code { display: block; margin-left: 10px; border-left: 5px solid rgb(230,230,231); padding-left: 4px; overflow: auto; } pre { overflow: auto; }
static/css/default.css
html, body { margin: 0px; padding: 0px; text-align: center; font-family: 'Times','Bitstream Vera Serif',serif; font-size: 11pt; } #container { text-align: left; display: inline-block; max-width: 1000px; width: 100%; } header, footer { vertical-align: bottom; background-color: rgb(230,230,231); color: #222; font-size: 15px; overflow: auto; } header a, footer a { color: #333; text-decoration: none; } #nav { height: 30px; line-height: 30px; padding: 0px 10px; } #subnav { margin: 5px 20px 0px 20px; } #subnav a { color: black; } footer { border-top: 5px solid #444; border-bottom: 20px solid #222; margin-top: 20px; padding: 10px; overflow: auto; } footer .column { border-left: 1px solid #ddd; width: 150px; } footer ul { list-style: none; } .logo { font-family: monospace; border: none !important; color: #5e5e5e; } footer .logo { line-height: 100px; } .colrow { height: 100px; padding-left: 2px; /* lame centering hack */ } .colbox { width: 300px; height: 130px; float: left; border: 1px solid #ccc; margin: 15px; } .colbox p { position: relative; top: 100px; left: 10px; margin: 0px; font-size: 20px; color: white; text-shadow: 0 0 8px black; } .featurescols > .colbox { background: url('/img/categories.jpg'); } #content { font-family: Georgia, serif; padding: 4px; } hr {clear: both; margin: 20px; height: 1px; color: #ccc;} .flleft {float: left;} .flright {float: right;} .column {float: left;} h1,h2,h3,h4,h5,h6 { font-family: "Book Antiqua",Palatino,"Palatino Linotype","Palatino LT STD",Georgia,serif; font-weight: bold; } h1,h2 {text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.7); font-weight: normal;} h1 {font-size: 48px; margin: 10px 0px 4px 0px;} h2 {font-size: 24px;} h3 {font-size: 16pt;} h4 {font-size: 14pt;} section header h1 {font-size: 36px;} section h2 {border-bottom: 1px dashed rgba(50, 50, 50, 0.7);} article header h2 { margin: 0px; } article header { padding: 20px; } section.note { background-color: #2980B9; border-left: 3px solid #20638F; margin: 10px; padding: 24px; color: white; } section.warning, .errorlist li { background-color: #B98029; border-left: 3px solid #8F6320; margin: 10px; padding: 24px; color: white; } section.note h1, section.warning h1 { font-size: 16pt; text-shadow: none; font-weight: bold; } section.note a, section.warning a { color: white; } nav.toc { background-color: black; color: white; overflow: auto; padding: 10px; margin: 10px; } nav.toc > ul > li { float: left; font-weight: bold; list-style: none; margin: 15px; display: inline-block; } nav.toc > ul > li li {font-weight: normal; list-style: none;} nav.toc a {color: white;} aside { background-color: rgb(255,240,220); font-size: 10pt; color: black; float: right; clear: right; width: 300px; padding: 5px; } aside h1 {font-size: 14pt; text-shadow: none; font-weight: bold;} aside a {color: #333 !important;} /* Form styles */ input, textarea { font-size: 14pt; border-radius: 4px; border: 1px solid black; background-color: rgb(34,34,34); color: rgb(210, 210, 210); } input[type="text"], textarea { width: 256px; } label { margin: 2px 6px; } .shorttextinputs input[type="text"] { width: 128px; } .errorlist { padding: 0px; } .helptext { color: #505050; } /* Misc */ .comment { border-left: 15px solid red; padding-left: 10px; font-size: 90%; margin: 15px; } .specialcomment { border-left: 15px solid green; } .comment a { color: black; } pre > code { display: block; margin-left: 10px; border-left: 5px solid rgb(230,230,231); padding-left: 4px; overflow: auto; } pre { overflow: auto; }
0.371365
0.105763
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;600&display=swap'); * { box-sizing: border-box; } html, body { height: 100%; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; } body { font-family: 'Open Sans', Helvetica, Arial, sans-serif; /* css variables */ --color-crimson: #ea4031; --color-kelly: #42ca49; --color-kelly-dark: #3cba43; --color-oxford: #343f4d; --color-oxford-dark: #232a33; --color-text: rgba(255, 255, 255, 0.83); font-size: 16px; background-color: var(--color-oxford-dark); color: var(--color-text); } .hidden { display: none; } h1, h2, h3 { font-weight: 600; } h1 { font-size: 42px; } h2 { font-size: 32px; } strong { font-weight: 600; } #github-link { position: absolute; top: 0; right: 0; padding: 16px; } #github-link img { width: 32px; } #jumbotron { padding: 120px 10vw 80px 10vw; } #jumbotron h1 { text-align: center; } #jumbotron p { margin-top: 20px; font-size: 20px; text-align: center; } code { font-family: monospace; font-size: 16px; line-height: 1.4; } pre { font-family: monospace; } pre.prettyprint { width: 100% !important; margin: 0 !important; padding: 24px !important; border-radius: 4px !important; background: var(--color-oxford); overflow: hidden; } pre.prettyprint code { background: transparent; } #content { position: relative; padding: 3vw; max-width: 1200px; margin: auto; } #content h2 { margin-top: 40px; } #content h2::before { display: block; height: 1px; width: 100%; margin-bottom: 40px; background: var(--color-oxford); content: ''; } #content a { color: var(--color-crimson); text-decoration: none; } #content a:hover { text-decoration: underline; } #content p { line-height: 1.4; margin-bottom: 16px; } #content input { font-family: 'Open Sans', Helvetica, Arial, sans-serif; margin: 10px 0 20px 0; color: var(--color-text); width: 200px; border: none; background: transparent; border-radius: 2px; font-size: 14px; font-weight: 600; padding: 8px; box-shadow: 0 0 0 1px var(--color-text); } #content input::placeholder { color: var(--color-oxford); } .row { display: flex; align-items: stretch; padding: 20px 0; } .row:last-child { padding-bottom: 0; } .row .left { position: relative; width: 60%; padding-right: 4vw; } .row .right { width: 40%; } .button { font-family: 'Open Sans', Helvetica, Arial, sans-serif; display: block; background-color: var(--color-kelly); color: #fff; font-weight: 600; font-size: 14px; border: none; border-radius: 4px; padding: 12px 20px; cursor: pointer; transition: background-color 0.1s ease-in-out; } .button:hover { background-color: var(--color-kelly-dark); } .button:disabled { background-color: var(--color-oxford); color: var(--color-text); cursor: not-allowed; } .alert { margin: 20px auto; padding: 10px 14px; font-size: 16px; border-radius: 2px; } .alert-success { color: var(--color-kelly); box-shadow: 0 0 0 1px var(--color-kelly); } .alert-danger { color: var(--color-crimson); box-shadow: 0 0 0 1px var(--color-crimson); } form { display: flex; flex-direction: column; align-items: flex-start; } @media only screen and (max-width: 800px) { #content .row { flex-direction: column; } #content .row .left { width: 100%; padding: 0; margin-bottom: 10px; } #content .row .right { width: 100%; } }
demo/demo.css
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;600&display=swap'); * { box-sizing: border-box; } html, body { height: 100%; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; } body { font-family: 'Open Sans', Helvetica, Arial, sans-serif; /* css variables */ --color-crimson: #ea4031; --color-kelly: #42ca49; --color-kelly-dark: #3cba43; --color-oxford: #343f4d; --color-oxford-dark: #232a33; --color-text: rgba(255, 255, 255, 0.83); font-size: 16px; background-color: var(--color-oxford-dark); color: var(--color-text); } .hidden { display: none; } h1, h2, h3 { font-weight: 600; } h1 { font-size: 42px; } h2 { font-size: 32px; } strong { font-weight: 600; } #github-link { position: absolute; top: 0; right: 0; padding: 16px; } #github-link img { width: 32px; } #jumbotron { padding: 120px 10vw 80px 10vw; } #jumbotron h1 { text-align: center; } #jumbotron p { margin-top: 20px; font-size: 20px; text-align: center; } code { font-family: monospace; font-size: 16px; line-height: 1.4; } pre { font-family: monospace; } pre.prettyprint { width: 100% !important; margin: 0 !important; padding: 24px !important; border-radius: 4px !important; background: var(--color-oxford); overflow: hidden; } pre.prettyprint code { background: transparent; } #content { position: relative; padding: 3vw; max-width: 1200px; margin: auto; } #content h2 { margin-top: 40px; } #content h2::before { display: block; height: 1px; width: 100%; margin-bottom: 40px; background: var(--color-oxford); content: ''; } #content a { color: var(--color-crimson); text-decoration: none; } #content a:hover { text-decoration: underline; } #content p { line-height: 1.4; margin-bottom: 16px; } #content input { font-family: 'Open Sans', Helvetica, Arial, sans-serif; margin: 10px 0 20px 0; color: var(--color-text); width: 200px; border: none; background: transparent; border-radius: 2px; font-size: 14px; font-weight: 600; padding: 8px; box-shadow: 0 0 0 1px var(--color-text); } #content input::placeholder { color: var(--color-oxford); } .row { display: flex; align-items: stretch; padding: 20px 0; } .row:last-child { padding-bottom: 0; } .row .left { position: relative; width: 60%; padding-right: 4vw; } .row .right { width: 40%; } .button { font-family: 'Open Sans', Helvetica, Arial, sans-serif; display: block; background-color: var(--color-kelly); color: #fff; font-weight: 600; font-size: 14px; border: none; border-radius: 4px; padding: 12px 20px; cursor: pointer; transition: background-color 0.1s ease-in-out; } .button:hover { background-color: var(--color-kelly-dark); } .button:disabled { background-color: var(--color-oxford); color: var(--color-text); cursor: not-allowed; } .alert { margin: 20px auto; padding: 10px 14px; font-size: 16px; border-radius: 2px; } .alert-success { color: var(--color-kelly); box-shadow: 0 0 0 1px var(--color-kelly); } .alert-danger { color: var(--color-crimson); box-shadow: 0 0 0 1px var(--color-crimson); } form { display: flex; flex-direction: column; align-items: flex-start; } @media only screen and (max-width: 800px) { #content .row { flex-direction: column; } #content .row .left { width: 100%; padding: 0; margin-bottom: 10px; } #content .row .right { width: 100%; } }
0.334155
0.086671
.alert-block { position:absolute;width:100%;z-index:0 } .alert-block.in { z-index:2000 } .alert-block .alert { display:inline-block;position:relative } .alert-block .alert .close { top:-2px;right:2px;position:absolute } .well .close { position:absolute;top:0;right:5px } .alert,.navbar,.pagination,.progress,.table,.well,blockquote { margin-bottom:5px } .alert { padding:8px 14px } .alertStyle { position: absolute; left: 30%; right: 30%; top: 10%; height: 10px !important; width: auto !important; z-index: 999999; border: 0; } .alert { padding-top: 5px !important; padding-bottom: 5px !important; -ms-border-radius: 0; -webkit-bordar-radius: 0; -moz-bordar-radius: 0; border-radius: 0; border: solid 1px; } .gridStyle { border: 1px solid rgb(212,212,212); width: 100%; height: 400px; margin-bottom: 10px; background: #f5f5f5 !important; } body{ padding-top:80px; padding-bottom:50px; background:#EBEBEB; } .navbar { border-radius: 0; background: #006A4E; margin-bottom: 5px; } .navbar-brand{ font-size: 25px; } .navbar-inverse .navbar-brand{ color: #FFF; } .navbar-inverse .navbar-brand:hover{ color: #c8e6c9; } .navbar-inverse .navbar-nav > li > a{ color: #FFF; } .navbar-inverse .navbar-nav > li > a:hover{ color: #c8e6c9; } #middle-menu{ margin-bottom: 5px; } .po-table > tbody > tr > td{ border: 0; } .footer { position: fixed; bottom: 0; width: 100%; /* Set the fixed height of the footer here */ height: 40px; color: #fff; padding-top:10px; /*background-color: #388e3c;*/ background-color: #006A4E; z-index: 1000; } .dropdown-menu { background: #006a4e !important; } .dropdown-menu li a:hover { background: #2e8b57; color: #000000; } .form-control { background: #f5f5f5 !important; } .form-horizontal .control-label{ /* text-align:right; */ text-align:left !important; } @media only screen and (max-width: 800px) { /* Force table to not be like tables anymore */ #no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td, #no-more-tables tr { display: block; } /* Hide table headers (but not display: none;, for accessibility) */ #no-more-tables thead tr { position: absolute; top: -9999px; left: -9999px; } #no-more-tables tr { border: 1px solid #ccc; } #no-more-tables td { /* Behave like a "row" */ border: none; border-bottom: 1px solid #eee; position: relative; padding-left: 50%; white-space: normal; text-align:left; } #no-more-tables td:before { /* Now like a table header */ position: absolute; /* Top/left values mimic padding */ top: 6px; left: 6px; width: 45%; padding-right: 10px; white-space: nowrap; text-align:left; font-weight: bold; } /* Label the data */ #no-more-tables td:before { content: attr(data-title); } }
App/Project.Client/app/styles/style.css
.alert-block { position:absolute;width:100%;z-index:0 } .alert-block.in { z-index:2000 } .alert-block .alert { display:inline-block;position:relative } .alert-block .alert .close { top:-2px;right:2px;position:absolute } .well .close { position:absolute;top:0;right:5px } .alert,.navbar,.pagination,.progress,.table,.well,blockquote { margin-bottom:5px } .alert { padding:8px 14px } .alertStyle { position: absolute; left: 30%; right: 30%; top: 10%; height: 10px !important; width: auto !important; z-index: 999999; border: 0; } .alert { padding-top: 5px !important; padding-bottom: 5px !important; -ms-border-radius: 0; -webkit-bordar-radius: 0; -moz-bordar-radius: 0; border-radius: 0; border: solid 1px; } .gridStyle { border: 1px solid rgb(212,212,212); width: 100%; height: 400px; margin-bottom: 10px; background: #f5f5f5 !important; } body{ padding-top:80px; padding-bottom:50px; background:#EBEBEB; } .navbar { border-radius: 0; background: #006A4E; margin-bottom: 5px; } .navbar-brand{ font-size: 25px; } .navbar-inverse .navbar-brand{ color: #FFF; } .navbar-inverse .navbar-brand:hover{ color: #c8e6c9; } .navbar-inverse .navbar-nav > li > a{ color: #FFF; } .navbar-inverse .navbar-nav > li > a:hover{ color: #c8e6c9; } #middle-menu{ margin-bottom: 5px; } .po-table > tbody > tr > td{ border: 0; } .footer { position: fixed; bottom: 0; width: 100%; /* Set the fixed height of the footer here */ height: 40px; color: #fff; padding-top:10px; /*background-color: #388e3c;*/ background-color: #006A4E; z-index: 1000; } .dropdown-menu { background: #006a4e !important; } .dropdown-menu li a:hover { background: #2e8b57; color: #000000; } .form-control { background: #f5f5f5 !important; } .form-horizontal .control-label{ /* text-align:right; */ text-align:left !important; } @media only screen and (max-width: 800px) { /* Force table to not be like tables anymore */ #no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td, #no-more-tables tr { display: block; } /* Hide table headers (but not display: none;, for accessibility) */ #no-more-tables thead tr { position: absolute; top: -9999px; left: -9999px; } #no-more-tables tr { border: 1px solid #ccc; } #no-more-tables td { /* Behave like a "row" */ border: none; border-bottom: 1px solid #eee; position: relative; padding-left: 50%; white-space: normal; text-align:left; } #no-more-tables td:before { /* Now like a table header */ position: absolute; /* Top/left values mimic padding */ top: 6px; left: 6px; width: 45%; padding-right: 10px; white-space: nowrap; text-align:left; font-weight: bold; } /* Label the data */ #no-more-tables td:before { content: attr(data-title); } }
0.350533
0.167627
.leaflet-div-icon { background: #795548; border: 1px solid #795548; border-radius: 50%; } .leaflet-popup-content-wrapper, .leaflet-popup-tip { background: #808080; /*color: #333;*/ border: 1px solid #999; border-bottom-width: 0px; box-shadow: 0px 0px 0px 6px rgba(0,0,0,0.2); /*box-shadow: 0 3px 14px rgba(0,0,0,0.4);*/ } .leaflet-popup-tip { background: #808080; border: 2px solid #795548; } .popup--white .leaflet-popup-content-wrapper, .popup--white .leaflet-popup-tip { background: white; border: 1px solid #999; border-bottom-width: 0px; box-shadow: 0px 0px 0px 6px rgba(0,0,0,0.2); } .popup--sand .leaflet-popup-content-wrapper, .popup--sand .leaflet-popup-tip { background: #e8e0cb; border: 1px solid #999; border-bottom-width: 0px; box-shadow: 0px 0px 0px 6px rgba(0,0,0,0.2); } .leaflet-popup-content { margin: 12px 12px; margin-right: 24px; } .leaflet-container a.leaflet-popup-close-button { top: 7px; right: 4px; width: 24px; height: 22px; font-size: 24px; font-weight: 500; color: #ed5813; line-height: 22px; } .left-5 { padding-left: 5px; } .marker { font-family: Roboto, "Lucida Grande", Arial, sans-serif; font-size: 14px; } .marker__caption { //cursor: pointer; width: 100%; border-bottom: 2px solid #795548; } .marker__caption__not-empty { padding-left: 4px; padding-right: 4px; border-radius: 2px; cursor: pointer; } .marker__caption__not-empty:hover { background-color: #646464; } .marker__caption__city { color: #795548; font-size: 16px; font-weight: bold; } .marker__caption__date { color: #8bc34a; font-size: 16px; font-weight: bold; } .marker__row { margin: 0 0; } .marker__description { display: block; /*color: #c28cba;*/ color: #9c27b0; font-size: 16px; font-weight: bold; } .marker__description::first-letter{ text-transform: uppercase; } .marker__description:first-letter{ text-transform: uppercase; } .marker__label { color: #795548; font-weight: bold; } .marker__value-odd { color: #7cb5ec; font-weight: bold; } .marker__value-even { color: #4a8659; font-weight: bold; } .marker__icon { color: #7cb5ec; } .marker { background-color: transparent; font-family: Roboto, "Lucida Grande", Arial, sans-serif; font-size: 14px; font-weight: bold; width: 90px; white-space: nowrap; } .marker__t { color: yellow; } .marker__bt-close { } .marker__value { //color: #7cb5ec; color: black; font-weight: 600; } .marker__v-rain { color: #0922a5; font-weight: 600; } .marker__v-water { color: #3f51b5; font-weight: 600; } .marker__v-pressure { color: #0d2339; font-weight: 600; } .marker__v-day { color: #ff9800; font-weight: 600; } .marker__v-night { color: #434348; font-weight: 600; } .marker__icon { color: #7cb5ec; } .forecast-popup { position: absolute; top: 150px; /*width:295px;*/ background-color: grey; z-index: 200; border-radius: 5px; text-align: left; line-height: 24px; padding: 10px 10px; box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.2); transition: left 0.5s ease-in; } .forecast-popup__caption { position: relative; text-align: left; } .forecast-popup__caption__day { color: yellow; border-bottom: 1px solid yellow; } .forecast-popup__caption__close { color: black; cursor: pointer; display: block; position: absolute; top: -10px; right: 0; font-size: 14px; font-weight: bold; } .forecast-popup__description { color: #c28cba; font-size: 16px; font-weight: bold; } .forecast-popup__label { color: #de901b; font-weight: bold; } .forecast-popup__value-row1 { color: #3e3557; font-weight: bold; } .forecast-popup__value-row2 { color: #7cb5ec; font-weight: bold; } .forecast-popup__value-row3 { color: #434348; font-weight: bold; }
css/marker.css
.leaflet-div-icon { background: #795548; border: 1px solid #795548; border-radius: 50%; } .leaflet-popup-content-wrapper, .leaflet-popup-tip { background: #808080; /*color: #333;*/ border: 1px solid #999; border-bottom-width: 0px; box-shadow: 0px 0px 0px 6px rgba(0,0,0,0.2); /*box-shadow: 0 3px 14px rgba(0,0,0,0.4);*/ } .leaflet-popup-tip { background: #808080; border: 2px solid #795548; } .popup--white .leaflet-popup-content-wrapper, .popup--white .leaflet-popup-tip { background: white; border: 1px solid #999; border-bottom-width: 0px; box-shadow: 0px 0px 0px 6px rgba(0,0,0,0.2); } .popup--sand .leaflet-popup-content-wrapper, .popup--sand .leaflet-popup-tip { background: #e8e0cb; border: 1px solid #999; border-bottom-width: 0px; box-shadow: 0px 0px 0px 6px rgba(0,0,0,0.2); } .leaflet-popup-content { margin: 12px 12px; margin-right: 24px; } .leaflet-container a.leaflet-popup-close-button { top: 7px; right: 4px; width: 24px; height: 22px; font-size: 24px; font-weight: 500; color: #ed5813; line-height: 22px; } .left-5 { padding-left: 5px; } .marker { font-family: Roboto, "Lucida Grande", Arial, sans-serif; font-size: 14px; } .marker__caption { //cursor: pointer; width: 100%; border-bottom: 2px solid #795548; } .marker__caption__not-empty { padding-left: 4px; padding-right: 4px; border-radius: 2px; cursor: pointer; } .marker__caption__not-empty:hover { background-color: #646464; } .marker__caption__city { color: #795548; font-size: 16px; font-weight: bold; } .marker__caption__date { color: #8bc34a; font-size: 16px; font-weight: bold; } .marker__row { margin: 0 0; } .marker__description { display: block; /*color: #c28cba;*/ color: #9c27b0; font-size: 16px; font-weight: bold; } .marker__description::first-letter{ text-transform: uppercase; } .marker__description:first-letter{ text-transform: uppercase; } .marker__label { color: #795548; font-weight: bold; } .marker__value-odd { color: #7cb5ec; font-weight: bold; } .marker__value-even { color: #4a8659; font-weight: bold; } .marker__icon { color: #7cb5ec; } .marker { background-color: transparent; font-family: Roboto, "Lucida Grande", Arial, sans-serif; font-size: 14px; font-weight: bold; width: 90px; white-space: nowrap; } .marker__t { color: yellow; } .marker__bt-close { } .marker__value { //color: #7cb5ec; color: black; font-weight: 600; } .marker__v-rain { color: #0922a5; font-weight: 600; } .marker__v-water { color: #3f51b5; font-weight: 600; } .marker__v-pressure { color: #0d2339; font-weight: 600; } .marker__v-day { color: #ff9800; font-weight: 600; } .marker__v-night { color: #434348; font-weight: 600; } .marker__icon { color: #7cb5ec; } .forecast-popup { position: absolute; top: 150px; /*width:295px;*/ background-color: grey; z-index: 200; border-radius: 5px; text-align: left; line-height: 24px; padding: 10px 10px; box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.2); transition: left 0.5s ease-in; } .forecast-popup__caption { position: relative; text-align: left; } .forecast-popup__caption__day { color: yellow; border-bottom: 1px solid yellow; } .forecast-popup__caption__close { color: black; cursor: pointer; display: block; position: absolute; top: -10px; right: 0; font-size: 14px; font-weight: bold; } .forecast-popup__description { color: #c28cba; font-size: 16px; font-weight: bold; } .forecast-popup__label { color: #de901b; font-weight: bold; } .forecast-popup__value-row1 { color: #3e3557; font-weight: bold; } .forecast-popup__value-row2 { color: #7cb5ec; font-weight: bold; } .forecast-popup__value-row3 { color: #434348; font-weight: bold; }
0.310694
0.11887
h1 { font-size: 1.8em; } body {margin:0; padding:0;} a {color:blue;} a:hover{color:red;} /* header {background-color:#ecfff4} */ nav .container { padding: 0 5vw; } nav ul { list-style: none; padding: 0; } nav li { display: inline-block; margin-right: 1em; /* Lang dir. support */ margin-inline-end: 1em; margin-inline-start: 0; margin-bottom: 0.25em; } .logo-mg { max-width: 40em; } .description-note { color: gray; } .actu { padding: 1em 0; background-color: #fffde7; } .equipe { background-color:#f9ffff } .equipe-data { display: inline-block; } .equipe .row {margin-bottom: 1.5em ;} .red { color: darkred; } .gray {color:gray;} .measure { max-width: 45em; } .container { margin:0 auto; padding: 1vw 5vw; width:100%; max-width:60em; word-break:break-word; overflow-x:hidden } .row { display: -webkit-box; display: -ms-flexbox; display:flex; flex-wrap: wrap; align-items: center; } .col { /* flex: auto; */ padding: .5em; } .fan-art { background-color: #eeffef} .gallery { width: 100%; text-align:center; } .gallery-item { display: block; padding: 1em; text-align:center; box-sizing: border-box; } .gallery-item a { text-decoration: none; } .gallery-item img { display: block; margin: 0 auto; max-width:100%; /* old IE fallback */ *width: 100%; height: auto; outline: 0; border: 5px solid transparent; } .gallery-item a:hover, .gallery-item a:focus { color: blue; } .gallery-item a:focus { outline: 0; } .gallery-item a:hover img { transform: scale(1.02); } .gallery-item a:focus img { border-color: blue; } /* .gallery-item a:hover *, .gallery-item a:focus { text-decoration: underline; } .gallery-item a:focus { outline: 0.25em solid blue; } */ @media (min-width: 45em) { .gallery-item { width: 48%; display: inline-block; vertical-align: middle; } .gallery-item img { max-height: 700px !important; } } @media (min-width: 120em) { .gallery-item { width: auto; } } /* Widths */ .w-1-6 { width: 16.6667%; } .w-1-5, .w-20 { width: 20%; } .w-1-4, .w-25 { width: 25%; } .w-1-3, .w-2-6 { width: 33.333333%; } .w-2-5 { width: 40%; } .w-1-2, .w-3-6, .w-2-4, .w-50 { width: 50%; } .w-3-5 { width: 60%; } .w-2-3, .w-4-6 { width: 66.666667%; } .w-3-4 { width: 75%; } .w-4-5 { width: 80%; } .w-5-6 { width: 83.333333%; } .w-100, .w-full { width: 100%; } .w-auto { width: auto; } @media screen and (min-width: 40em) { .w-1-6\:m { width: 16.6667%; } .w-1-5\:m, .w-20\:m { width: 20%; } .w-1-4\:m, .w-25\:m { width: 25%; } .w-1-3\:m, .w-2-6\:m { width: 33.333333%; } .w-2-5\:m { width: 40%; } .w-1-2\:m, .w-3-6\:m, .w-2-4\:m, .w-50\:m { width: 50%; } .w-3-5\:m { width: 60%; } .w-2-3\:m, .w-4-6\:m { width: 66.666667%; } .w-3-4\:m { width: 75%; } .w-4-5\:m { width: 80%; } .w-5-6\:m { width: 83.333333%; } .w-100\:m, .w-full\:m { width: 100%; } .w-auto\:m { width: auto; } } @media screen and (min-width: 60em) { .w-1-6\:l { width: 16.6667%; } .w-1-5\:l, .w-20\:l { width: 20%; } .w-1-4\:l, .w-25\:l { width: 25%; } .w-1-3\:l, .w-2-6\:l { width: 33.333333%; } .w-2-5\:l { width: 40%; } .w-1-2\:l, .w-3-6\:l, .w-2-4\:l, .w-50\:l { width: 50%; } .w-3-5\:l { width: 60%; } .w-2-3\:l, .w-4-6\:l { width: 66.666667%; } .w-3-4\:l { width: 75%; } .w-4-5\:l { width: 80%; } .w-5-6\:l { width: 83.333333%; } .w-100\:l, .w-full\:l { width: 100%; } .w-auto\:l { width: auto; } }
mg.css
h1 { font-size: 1.8em; } body {margin:0; padding:0;} a {color:blue;} a:hover{color:red;} /* header {background-color:#ecfff4} */ nav .container { padding: 0 5vw; } nav ul { list-style: none; padding: 0; } nav li { display: inline-block; margin-right: 1em; /* Lang dir. support */ margin-inline-end: 1em; margin-inline-start: 0; margin-bottom: 0.25em; } .logo-mg { max-width: 40em; } .description-note { color: gray; } .actu { padding: 1em 0; background-color: #fffde7; } .equipe { background-color:#f9ffff } .equipe-data { display: inline-block; } .equipe .row {margin-bottom: 1.5em ;} .red { color: darkred; } .gray {color:gray;} .measure { max-width: 45em; } .container { margin:0 auto; padding: 1vw 5vw; width:100%; max-width:60em; word-break:break-word; overflow-x:hidden } .row { display: -webkit-box; display: -ms-flexbox; display:flex; flex-wrap: wrap; align-items: center; } .col { /* flex: auto; */ padding: .5em; } .fan-art { background-color: #eeffef} .gallery { width: 100%; text-align:center; } .gallery-item { display: block; padding: 1em; text-align:center; box-sizing: border-box; } .gallery-item a { text-decoration: none; } .gallery-item img { display: block; margin: 0 auto; max-width:100%; /* old IE fallback */ *width: 100%; height: auto; outline: 0; border: 5px solid transparent; } .gallery-item a:hover, .gallery-item a:focus { color: blue; } .gallery-item a:focus { outline: 0; } .gallery-item a:hover img { transform: scale(1.02); } .gallery-item a:focus img { border-color: blue; } /* .gallery-item a:hover *, .gallery-item a:focus { text-decoration: underline; } .gallery-item a:focus { outline: 0.25em solid blue; } */ @media (min-width: 45em) { .gallery-item { width: 48%; display: inline-block; vertical-align: middle; } .gallery-item img { max-height: 700px !important; } } @media (min-width: 120em) { .gallery-item { width: auto; } } /* Widths */ .w-1-6 { width: 16.6667%; } .w-1-5, .w-20 { width: 20%; } .w-1-4, .w-25 { width: 25%; } .w-1-3, .w-2-6 { width: 33.333333%; } .w-2-5 { width: 40%; } .w-1-2, .w-3-6, .w-2-4, .w-50 { width: 50%; } .w-3-5 { width: 60%; } .w-2-3, .w-4-6 { width: 66.666667%; } .w-3-4 { width: 75%; } .w-4-5 { width: 80%; } .w-5-6 { width: 83.333333%; } .w-100, .w-full { width: 100%; } .w-auto { width: auto; } @media screen and (min-width: 40em) { .w-1-6\:m { width: 16.6667%; } .w-1-5\:m, .w-20\:m { width: 20%; } .w-1-4\:m, .w-25\:m { width: 25%; } .w-1-3\:m, .w-2-6\:m { width: 33.333333%; } .w-2-5\:m { width: 40%; } .w-1-2\:m, .w-3-6\:m, .w-2-4\:m, .w-50\:m { width: 50%; } .w-3-5\:m { width: 60%; } .w-2-3\:m, .w-4-6\:m { width: 66.666667%; } .w-3-4\:m { width: 75%; } .w-4-5\:m { width: 80%; } .w-5-6\:m { width: 83.333333%; } .w-100\:m, .w-full\:m { width: 100%; } .w-auto\:m { width: auto; } } @media screen and (min-width: 60em) { .w-1-6\:l { width: 16.6667%; } .w-1-5\:l, .w-20\:l { width: 20%; } .w-1-4\:l, .w-25\:l { width: 25%; } .w-1-3\:l, .w-2-6\:l { width: 33.333333%; } .w-2-5\:l { width: 40%; } .w-1-2\:l, .w-3-6\:l, .w-2-4\:l, .w-50\:l { width: 50%; } .w-3-5\:l { width: 60%; } .w-2-3\:l, .w-4-6\:l { width: 66.666667%; } .w-3-4\:l { width: 75%; } .w-4-5\:l { width: 80%; } .w-5-6\:l { width: 83.333333%; } .w-100\:l, .w-full\:l { width: 100%; } .w-auto\:l { width: auto; } }
0.45181
0.109515
#header { transition: all 0.5s; z-index: 997; transition: all 0.5s; top: 20px; box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); } #header .header-container { background: #fff; } #header .logo { overflow: hidden; padding: 7px 25px 7px 25px; background: #009970; } #header .logo h1 a, #header .logo h1 a:hover { color: #fff; text-decoration: none; } #header .logo img { padding: 0; margin: 0; max-height: 75px; } /* Navbar */ .navbar { padding: 0; } .navbar ul { margin: 0; padding: 0; display: flex; list-style: none; align-items: center; } .navbar li { position: relative; } .navbar a { display: flex; align-items: center; justify-content: space-between; padding: 10px 0 10px 30px; color: #36343a; transition: 0.3s; font-size: 15px; font-weight: 500; text-transform: uppercase; white-space: nowrap; transition: 0.3s; } .navbar a i { font-size: 12px; line-height: 0; margin-left: 5px; } .navbar a:hover, .navbar li:hover > a { color: #009970; } .navbar .getstarted { background: #009970; padding: 10px 25px; margin-left: 30px; margin-right: 15px; border-radius: 50px; color: #fff; text-decoration: none; } .navbar .getstarted:hover { color: #fff; background: #009970; } /* Home */ #home { width: 100%; height: 80vh; background: url("../img/home.jpg") center center; background-size: cover; position: relative; } #home:before { content: ""; background: rgba(0, 0, 0, 0.6); position: absolute; bottom: 0; top: 0; left: 0; right: 0; } #home h1 { margin: 0 0 10px 0; font-size: 48px; font-weight: 700; line-height: 56px; color: #fff; text-transform: uppercase; } #home h2 { color: #eee; margin-bottom: 40px; font-size: 15px; font-weight: 500; letter-spacing: 0.5px; text-transform: uppercase; } #home .btn-get-started { text-transform: uppercase; font-weight: 500; font-size: 14px; letter-spacing: 1px; display: inline-block; padding: 8px 28px; border-radius: 50px; transition: 0.5s; margin: 10px; border: 2px solid #fff; color: #fff; text-decoration: none; } #home .btn-get-started:hover { background: #009970; border: 2px solid #009970; } /* Services */ #services { padding-bottom: 30px; } .table .thead-dark { background-color: #009970; color: #fff; } .services .icon-box { text-align: center; padding: 40px 20px; transition: all ease-in-out 0.3s; background: #fff; } .services .icon-box .icon { margin: 0 auto; width: 94px; height: 94px; border-radius: 50px; border: 1px solid #009970; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; transition: ease-in-out 0.3s; color: #009970; } .services .icon-box .icon img { width: 64px; height: 64px; } .services .icon-box h4 { font-weight: 700; margin-bottom: 15px; font-size: 24px; } .services .icon-box h4 a { color: #36343a; transition: ease-in-out 0.3s; } .services .icon-box p { line-height: 24px; font-size: 14px; margin-bottom: 0; } .services .icon-box:hover { border-color: #fff; box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1); } .services .icon-box:hover h4 a { color: #009970; } .services .icon-box:hover .icon { color: #fff; background: #009970; } /* Section General */ section { overflow: hidden; padding-top: 125px; } .section-bg { background-color: #f6f6f7; } .section-title { padding-bottom: 30px; } .section-title h2 { font-size: 32px; font-weight: bold; text-transform: uppercase; margin-bottom: 20px; padding-bottom: 20px; position: relative; } .section-title h2::after { content: ""; position: absolute; display: block; width: 50px; height: 3px; background: #009970; bottom: 0; left: 0; } .section-title p { margin-bottom: 0; } .section-title img { margin-bottom: 20px; padding-bottom: 20px; display: block; margin-left: auto; margin-right: auto; } /* alur */ #alur { background: #ffffff; } /* Contact */ #contact { background: #f6f6f7; padding-bottom: 30px; } .contact .info { padding: 30px; width: 100%; background: #fff; box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); } .contact .info i { font-size: 20px; color: #fff; float: left; width: 44px; height: 44px; background: #009970; display: flex; justify-content: center; align-items: center; border-radius: 50px; transition: all 0.3s ease-in-out; } .contact .info h4 { padding: 0 0 0 60px; font-size: 22px; font-weight: 600; margin-bottom: 5px; color: #36343a; } .contact .info p { padding: 0 0 0 60px; margin-bottom: 0; font-size: 14px; color: #686470; } /* footer */ #footer { color: #444444; font-size: 14px; background: #f1f0f2; } #footer .credits { padding-top: 5px; font-size: 13px; color: #444444; } #footer .social-links a { font-size: 18px; display: inline-block; background: #009970; color: #fff; line-height: 1; padding: 6px 0; margin-right: 4px; border-radius: 50%; text-align: center; width: 36px; height: 36px; transition: 0.3s; } #footer .social-links a:hover { background: #00805d; color: #fff; text-decoration: none; }
public/assets/css/style.css
#header { transition: all 0.5s; z-index: 997; transition: all 0.5s; top: 20px; box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); } #header .header-container { background: #fff; } #header .logo { overflow: hidden; padding: 7px 25px 7px 25px; background: #009970; } #header .logo h1 a, #header .logo h1 a:hover { color: #fff; text-decoration: none; } #header .logo img { padding: 0; margin: 0; max-height: 75px; } /* Navbar */ .navbar { padding: 0; } .navbar ul { margin: 0; padding: 0; display: flex; list-style: none; align-items: center; } .navbar li { position: relative; } .navbar a { display: flex; align-items: center; justify-content: space-between; padding: 10px 0 10px 30px; color: #36343a; transition: 0.3s; font-size: 15px; font-weight: 500; text-transform: uppercase; white-space: nowrap; transition: 0.3s; } .navbar a i { font-size: 12px; line-height: 0; margin-left: 5px; } .navbar a:hover, .navbar li:hover > a { color: #009970; } .navbar .getstarted { background: #009970; padding: 10px 25px; margin-left: 30px; margin-right: 15px; border-radius: 50px; color: #fff; text-decoration: none; } .navbar .getstarted:hover { color: #fff; background: #009970; } /* Home */ #home { width: 100%; height: 80vh; background: url("../img/home.jpg") center center; background-size: cover; position: relative; } #home:before { content: ""; background: rgba(0, 0, 0, 0.6); position: absolute; bottom: 0; top: 0; left: 0; right: 0; } #home h1 { margin: 0 0 10px 0; font-size: 48px; font-weight: 700; line-height: 56px; color: #fff; text-transform: uppercase; } #home h2 { color: #eee; margin-bottom: 40px; font-size: 15px; font-weight: 500; letter-spacing: 0.5px; text-transform: uppercase; } #home .btn-get-started { text-transform: uppercase; font-weight: 500; font-size: 14px; letter-spacing: 1px; display: inline-block; padding: 8px 28px; border-radius: 50px; transition: 0.5s; margin: 10px; border: 2px solid #fff; color: #fff; text-decoration: none; } #home .btn-get-started:hover { background: #009970; border: 2px solid #009970; } /* Services */ #services { padding-bottom: 30px; } .table .thead-dark { background-color: #009970; color: #fff; } .services .icon-box { text-align: center; padding: 40px 20px; transition: all ease-in-out 0.3s; background: #fff; } .services .icon-box .icon { margin: 0 auto; width: 94px; height: 94px; border-radius: 50px; border: 1px solid #009970; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; transition: ease-in-out 0.3s; color: #009970; } .services .icon-box .icon img { width: 64px; height: 64px; } .services .icon-box h4 { font-weight: 700; margin-bottom: 15px; font-size: 24px; } .services .icon-box h4 a { color: #36343a; transition: ease-in-out 0.3s; } .services .icon-box p { line-height: 24px; font-size: 14px; margin-bottom: 0; } .services .icon-box:hover { border-color: #fff; box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1); } .services .icon-box:hover h4 a { color: #009970; } .services .icon-box:hover .icon { color: #fff; background: #009970; } /* Section General */ section { overflow: hidden; padding-top: 125px; } .section-bg { background-color: #f6f6f7; } .section-title { padding-bottom: 30px; } .section-title h2 { font-size: 32px; font-weight: bold; text-transform: uppercase; margin-bottom: 20px; padding-bottom: 20px; position: relative; } .section-title h2::after { content: ""; position: absolute; display: block; width: 50px; height: 3px; background: #009970; bottom: 0; left: 0; } .section-title p { margin-bottom: 0; } .section-title img { margin-bottom: 20px; padding-bottom: 20px; display: block; margin-left: auto; margin-right: auto; } /* alur */ #alur { background: #ffffff; } /* Contact */ #contact { background: #f6f6f7; padding-bottom: 30px; } .contact .info { padding: 30px; width: 100%; background: #fff; box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); } .contact .info i { font-size: 20px; color: #fff; float: left; width: 44px; height: 44px; background: #009970; display: flex; justify-content: center; align-items: center; border-radius: 50px; transition: all 0.3s ease-in-out; } .contact .info h4 { padding: 0 0 0 60px; font-size: 22px; font-weight: 600; margin-bottom: 5px; color: #36343a; } .contact .info p { padding: 0 0 0 60px; margin-bottom: 0; font-size: 14px; color: #686470; } /* footer */ #footer { color: #444444; font-size: 14px; background: #f1f0f2; } #footer .credits { padding-top: 5px; font-size: 13px; color: #444444; } #footer .social-links a { font-size: 18px; display: inline-block; background: #009970; color: #fff; line-height: 1; padding: 6px 0; margin-right: 4px; border-radius: 50%; text-align: center; width: 36px; height: 36px; transition: 0.3s; } #footer .social-links a:hover { background: #00805d; color: #fff; text-decoration: none; }
0.206174
0.08061
.imageboard-preface > h1, .imageboard-preface > p { text-align: center; } .thumb { background-color: rgba(0, 0, 0, .125); background-image: url("/asset/image/loading.gif"); background-position: center; background-repeat: no-repeat; background-size: contain; border-radius: 2px; border: var(--border); float: left; height: 11.25vw; margin: 4px; min-height: 67px; min-width: 120px; opacity: .8; width: 20vw; } marquee { height: 12px; } marquee img { height: 15px; position: relative; top: -2px; vertical-align: text-bottom; width: 15px; } .message { white-space: pre-wrap; } #imageboard-toggle, #imageboard-toggle:checked + h1 + form { display: none; } #imageboard-toggle:checked + h1 { border-bottom: none !important; } #imageboard-toggle:checked + h1 > label[for="imageboard-toggle"] > i:first-of-type { transform: rotate(-90deg); } #imageboard-toggle:checked + h1 > label[for="imageboard-toggle"] > i:last-of-type { transform: rotate(90deg); } #imageboard-toggle + h1:hover > label[for="imageboard-toggle"] > i:first-of-type, #imageboard-toggle + h1:hover > label[for="imageboard-toggle"] > i:last-of-type { text-shadow: 0 0 1px red, 0 0 2px fuchsia; transform: none; transition: 1s transform, .5s text-shadow; } #imageboard-toggle + h1:hover > label[for="imageboard-toggle"] { text-shadow: 0 0 1px blue, 0 0 2px lime; transition: .25s text-shadow; } label[for="imageboard-toggle"] { cursor: var(--cursor-pointer); display: block; margin-left: -4px; text-align: center; width: calc(100% + 8px); } label[for="imageboard-toggle"] > i { pointer-events: none; transition: 1s transform; } .content-field { height: 168px; } .content-field > textarea { height: calc(100% - 8px); overflow-y: auto; resize: none; } .file-field { height: 140px; } .file-field > input[name="file"] { bottom: 8px; position: absolute; } .submit-field { height: 32px; } .submit-field > .button-wrap { height: calc(100% - 8px); /*left: 50%; margin: 0; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 72px;*/ } .feedback-field { height: 50px; } #content > article > article { background: rgba( 32, 32, 32, .25); border: 1px solid rgba(255, 255, 255, .125); border-radius: 2px; box-shadow: 0 0 2px rgba( 0, 0, 0, .5), 0 0 4px rgba(0, 0, 0, .5); margin: 8px 8px 0; overflow: hidden; } #content > article > article:last-of-type { margin-bottom: 8px; } #content > article > article > .thumb { height: 8.4375vw; min-height: 50.25px; min-width: 90px; width: 15vw; } #content > article > article > h1:first-of-type { background: rgba(255, 255, 255, .03125); border-bottom: 1px solid rgba(255, 255, 255, .125); font-family: "Montserrat", sans-serif, "Anonymous Pro", monospace; font-size: 14px; font-weight: 900; line-height: 20px; margin: 0; overflow: hidden; padding: 0 4px; text-overflow: ellipsis; white-space: nowrap; }
asset/css/content/pix.css
.imageboard-preface > h1, .imageboard-preface > p { text-align: center; } .thumb { background-color: rgba(0, 0, 0, .125); background-image: url("/asset/image/loading.gif"); background-position: center; background-repeat: no-repeat; background-size: contain; border-radius: 2px; border: var(--border); float: left; height: 11.25vw; margin: 4px; min-height: 67px; min-width: 120px; opacity: .8; width: 20vw; } marquee { height: 12px; } marquee img { height: 15px; position: relative; top: -2px; vertical-align: text-bottom; width: 15px; } .message { white-space: pre-wrap; } #imageboard-toggle, #imageboard-toggle:checked + h1 + form { display: none; } #imageboard-toggle:checked + h1 { border-bottom: none !important; } #imageboard-toggle:checked + h1 > label[for="imageboard-toggle"] > i:first-of-type { transform: rotate(-90deg); } #imageboard-toggle:checked + h1 > label[for="imageboard-toggle"] > i:last-of-type { transform: rotate(90deg); } #imageboard-toggle + h1:hover > label[for="imageboard-toggle"] > i:first-of-type, #imageboard-toggle + h1:hover > label[for="imageboard-toggle"] > i:last-of-type { text-shadow: 0 0 1px red, 0 0 2px fuchsia; transform: none; transition: 1s transform, .5s text-shadow; } #imageboard-toggle + h1:hover > label[for="imageboard-toggle"] { text-shadow: 0 0 1px blue, 0 0 2px lime; transition: .25s text-shadow; } label[for="imageboard-toggle"] { cursor: var(--cursor-pointer); display: block; margin-left: -4px; text-align: center; width: calc(100% + 8px); } label[for="imageboard-toggle"] > i { pointer-events: none; transition: 1s transform; } .content-field { height: 168px; } .content-field > textarea { height: calc(100% - 8px); overflow-y: auto; resize: none; } .file-field { height: 140px; } .file-field > input[name="file"] { bottom: 8px; position: absolute; } .submit-field { height: 32px; } .submit-field > .button-wrap { height: calc(100% - 8px); /*left: 50%; margin: 0; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 72px;*/ } .feedback-field { height: 50px; } #content > article > article { background: rgba( 32, 32, 32, .25); border: 1px solid rgba(255, 255, 255, .125); border-radius: 2px; box-shadow: 0 0 2px rgba( 0, 0, 0, .5), 0 0 4px rgba(0, 0, 0, .5); margin: 8px 8px 0; overflow: hidden; } #content > article > article:last-of-type { margin-bottom: 8px; } #content > article > article > .thumb { height: 8.4375vw; min-height: 50.25px; min-width: 90px; width: 15vw; } #content > article > article > h1:first-of-type { background: rgba(255, 255, 255, .03125); border-bottom: 1px solid rgba(255, 255, 255, .125); font-family: "Montserrat", sans-serif, "Anonymous Pro", monospace; font-size: 14px; font-weight: 900; line-height: 20px; margin: 0; overflow: hidden; padding: 0 4px; text-overflow: ellipsis; white-space: nowrap; }
0.490236
0.149035
body { background-image: url(background.png); background-size: cover; background-repeat: no-repeat; background-attachment: fixed; color: #3a2718; } header { background-color: black; color: white; height: 130px; width: 100%; opacity: 0.9; z-index: 10; position: fixed; top: 0; } header a:hover { text-decoration: none; color: white; } header .header-container { height: 130px; } header .header-container .header-logo { padding: 30px 50px; float: left; font-family: "Carattere", cursive; font-size: 50px; } header .header-container .header-menu { margin-top: 40px; padding: 15px 50px; float: right; opacity: 0.95; } header .header-container .header-menu li { float: left; padding: 0 50px; } .top-wrapper { margin: 200px 0; width: 100%; height: 768px; } .top-wrapper .top { margin: 0 auto; width: 80%; text-align: center; background-color: black; position: relative; } .top-wrapper .top img { width: 100%; } .top-wrapper .top h1 { color: white; font-family: "Carattere", cursive; font-size: 200px; z-index: 2; position: absolute; top: 40%; left: 0; right: 0; margin: auto; opacity: 0.8; display: none; } .top-wrapper .top h2 { color: white; font-family: "Carattere", cursive; font-size: 90px; position: absolute; top: 30%; left: 0; right: 0; margin: auto; opacity: 0.8; display: none; } .wrapper { height: 1200px; width: 100%; background-color: rgba(241, 227, 205, 0.8); margin-top: 300px; z-index: 1; } .about { padding: 100px; height: 1200px; } .about .about-top { text-align: center; } .about .about-top h1 { font-size: 50px; padding: 0 0 20px 0; } .about .about-top p { line-height: 30px; font-size: 18px; } .about .about_me { margin-top: 80px; width: 100%; height: 800px; position: relative; } .about .about_me h2 { font-family: "Pacifico", cursive; font-size: 50px; position: absolute; left: 10%; } .about .about_me .image_me { width: 250px; position: absolute; left: 20%; top: 10%; } .about .about_me p { position: absolute; left: 10%; top: 50%; width: 40%; font-size: 15px; } .about .about_me .tweet_maple { position: absolute; top: 0; right: 210px; } .about .about_me span { position: absolute; top: 14px; right: 225px; } .about .about_me span .twitter-timeline { border-radius: 35px; } .worksskill_wrapper { height: 1550px; } .worksskill_wrapper .works { padding: 100px; text-align: center; } .worksskill_wrapper .works h1 { font-size: 50px; margin: 0 0 20px 0; } .worksskill_wrapper .works p { line-height: 30px; font-size: 18px; margin-bottom: 80px; } .worksskill_wrapper .works .works_title { margin-bottom: 20px; font-family: "Pacifico", cursive; font-size: 50px; text-align: center; } .worksskill_wrapper .works #myskill { margin: 0 auto; padding: 0 100px; width: 1400px; height: 400px; display: -webkit-box; display: -ms-flexbox; display: flex; } .worksskill_wrapper .works #myskill .skill-list { width: 180px; margin: 0 30px; display: inline-block; } .worksskill_wrapper .works #myskill .skill-list img { height: 120px; display: inline-block; } .worksskill_wrapper .works #myskill .skill-list .skillTexts { margin-top: 10px; height: 180px; display: inline-block; } .worksskill_wrapper .works #myskill .skill-list .skillTexts h2 { font-size: 20px; font-weight: bold; border-top-width: 2px; padding: 5px; } .worksskill_wrapper .works #myskill .skill-list .skillTexts p { text-align: justify; font-size: 15px; line-height: 25px; } .worksskill_wrapper .works #mywork { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .worksskill_wrapper .works #mywork .work-list img { width: 550px; } .worksskill_wrapper .works #mywork .work-list .workTexts { width: 550px; padding: 0 100px; } .worksskill_wrapper .works #mywork .work-list .workTexts h2 { font-size: 20px; font-weight: bold; } .worksskill_wrapper .works #mywork .work-list .workTexts P { font-size: 15px; line-height: 25px; text-align: justify; } .contact_wrapper { height: 800px; } .contact_wrapper .contact { padding: 100px; text-align: center; } .contact_wrapper .contact h1 { font-size: 50px; padding: 0 0 20px 0; text-align: center; } .contact_wrapper .contact p { line-height: 30px; font-size: 18px; } .contact_wrapper .contact .contact-contents { display: inline-block; width: 900px; margin-top: 80px; } .contact_wrapper .contact .contact-contents .inputArea input[type="text"] { text-align: left; border: 2px solid #575757; border-radius: 4px; width: 100%; margin: 8px 0; outline: none; padding: 8px; -webkit-box-sizing: content-box; box-sizing: content-box; -webkit-transition: 0.3s; transition: 0.3s; } .contact_wrapper .contact .contact-contents .inputArea input[type="text"]:focus { border-color: #0e0000; -webkit-box-shadow: 0 0 8px 0 #0e0000; box-shadow: 0 0 8px 0 #0e0000; } .contact_wrapper .contact .contact-contents .inputArea .inputWithIcon input[type="text"] { padding-left: 40px; } .contact_wrapper .contact .contact-contents .inputArea .inputWithIcon { position: relative; } .contact_wrapper .contact .contact-contents .inputArea .inputWithIcon i { position: absolute; left: 0; top: 8px; padding: 9px 8px; color: #aaa; -webkit-transition: 0.3s; transition: 0.3s; } .contact_wrapper .contact .contact-contents .inputArea .inputWithIcon input[type="text"]:focus + i { color: #0e0000; } .contact_wrapper .contact .contact-contents .inputArea textarea[type="text"] { text-align: left; height: calc(1.8em * 8); line-height: 1.8; border: 2px solid #575757; border-radius: 4px; width: 100%; margin: 8px 0; outline: none; padding: 8px; -webkit-box-sizing: content-box; box-sizing: content-box; -webkit-transition: 0.3s; transition: 0.3s; } .contact_wrapper .contact .contact-contents .inputArea textarea[type="text"]:focus { border-color: #0e0000; -webkit-box-shadow: 0 0 8px 0 #0e0000; box-shadow: 0 0 8px 0 #0e0000; } .contact_wrapper .contact .contact-contents .inputArea .inputWithIcon textarea[type="text"] { padding-left: 40px; } .contact_wrapper .contact .contact-contents .inputArea .inputWithIcon textarea[type="text"]:focus + i { color: #0e0000; } .contact_wrapper .contact .contact-contents .inputArea button { border-width: 1px; padding: 5px 30px; margin: 8px 0 8px 40px; } .contact_wrapper .contact .contact-contents .inputArea button:hover { color: white; background-color: black; -webkit-transition: 0.3s; transition: 0.3s; } .contact_wrapper .contact .contact-contents .follow_me { margin: 20px 0 0 100px; } .contact_wrapper .contact .contact-contents .follow_me h1 { border-width: 0 0 2px 0; font-family: "Pacifico", cursive; font-size: 64px; } .contact_wrapper .contact .contact-contents .follow_me p { text-align: center; } .contact_wrapper .contact .contact-contents .follow_me p span { display: inline-block; } .contact_wrapper .contact .contact-contents .follow_me p i { margin: 30px 30px 0 0; color: #333; } .contact_wrapper .contact .contact-contents .follow_me p a i:hover { text-decoration: none; color: black; } .contact_wrapper .contact .contact-contents .follow_me p a:visited { color: #333; text-decoration: none; } footer { background-color: black; color: white; height: 130px; width: 100%; opacity: 0.9; margin: 300px 0 0 0; } footer .footer-container { position: relative; height: 130px; } footer .footer-container a { color: white; } footer .footer-container h3 { font-size: 20px; position: absolute; bottom: 20%; right: 1%; } /*# sourceMappingURL=style.css.map */
style.css
body { background-image: url(background.png); background-size: cover; background-repeat: no-repeat; background-attachment: fixed; color: #3a2718; } header { background-color: black; color: white; height: 130px; width: 100%; opacity: 0.9; z-index: 10; position: fixed; top: 0; } header a:hover { text-decoration: none; color: white; } header .header-container { height: 130px; } header .header-container .header-logo { padding: 30px 50px; float: left; font-family: "Carattere", cursive; font-size: 50px; } header .header-container .header-menu { margin-top: 40px; padding: 15px 50px; float: right; opacity: 0.95; } header .header-container .header-menu li { float: left; padding: 0 50px; } .top-wrapper { margin: 200px 0; width: 100%; height: 768px; } .top-wrapper .top { margin: 0 auto; width: 80%; text-align: center; background-color: black; position: relative; } .top-wrapper .top img { width: 100%; } .top-wrapper .top h1 { color: white; font-family: "Carattere", cursive; font-size: 200px; z-index: 2; position: absolute; top: 40%; left: 0; right: 0; margin: auto; opacity: 0.8; display: none; } .top-wrapper .top h2 { color: white; font-family: "Carattere", cursive; font-size: 90px; position: absolute; top: 30%; left: 0; right: 0; margin: auto; opacity: 0.8; display: none; } .wrapper { height: 1200px; width: 100%; background-color: rgba(241, 227, 205, 0.8); margin-top: 300px; z-index: 1; } .about { padding: 100px; height: 1200px; } .about .about-top { text-align: center; } .about .about-top h1 { font-size: 50px; padding: 0 0 20px 0; } .about .about-top p { line-height: 30px; font-size: 18px; } .about .about_me { margin-top: 80px; width: 100%; height: 800px; position: relative; } .about .about_me h2 { font-family: "Pacifico", cursive; font-size: 50px; position: absolute; left: 10%; } .about .about_me .image_me { width: 250px; position: absolute; left: 20%; top: 10%; } .about .about_me p { position: absolute; left: 10%; top: 50%; width: 40%; font-size: 15px; } .about .about_me .tweet_maple { position: absolute; top: 0; right: 210px; } .about .about_me span { position: absolute; top: 14px; right: 225px; } .about .about_me span .twitter-timeline { border-radius: 35px; } .worksskill_wrapper { height: 1550px; } .worksskill_wrapper .works { padding: 100px; text-align: center; } .worksskill_wrapper .works h1 { font-size: 50px; margin: 0 0 20px 0; } .worksskill_wrapper .works p { line-height: 30px; font-size: 18px; margin-bottom: 80px; } .worksskill_wrapper .works .works_title { margin-bottom: 20px; font-family: "Pacifico", cursive; font-size: 50px; text-align: center; } .worksskill_wrapper .works #myskill { margin: 0 auto; padding: 0 100px; width: 1400px; height: 400px; display: -webkit-box; display: -ms-flexbox; display: flex; } .worksskill_wrapper .works #myskill .skill-list { width: 180px; margin: 0 30px; display: inline-block; } .worksskill_wrapper .works #myskill .skill-list img { height: 120px; display: inline-block; } .worksskill_wrapper .works #myskill .skill-list .skillTexts { margin-top: 10px; height: 180px; display: inline-block; } .worksskill_wrapper .works #myskill .skill-list .skillTexts h2 { font-size: 20px; font-weight: bold; border-top-width: 2px; padding: 5px; } .worksskill_wrapper .works #myskill .skill-list .skillTexts p { text-align: justify; font-size: 15px; line-height: 25px; } .worksskill_wrapper .works #mywork { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .worksskill_wrapper .works #mywork .work-list img { width: 550px; } .worksskill_wrapper .works #mywork .work-list .workTexts { width: 550px; padding: 0 100px; } .worksskill_wrapper .works #mywork .work-list .workTexts h2 { font-size: 20px; font-weight: bold; } .worksskill_wrapper .works #mywork .work-list .workTexts P { font-size: 15px; line-height: 25px; text-align: justify; } .contact_wrapper { height: 800px; } .contact_wrapper .contact { padding: 100px; text-align: center; } .contact_wrapper .contact h1 { font-size: 50px; padding: 0 0 20px 0; text-align: center; } .contact_wrapper .contact p { line-height: 30px; font-size: 18px; } .contact_wrapper .contact .contact-contents { display: inline-block; width: 900px; margin-top: 80px; } .contact_wrapper .contact .contact-contents .inputArea input[type="text"] { text-align: left; border: 2px solid #575757; border-radius: 4px; width: 100%; margin: 8px 0; outline: none; padding: 8px; -webkit-box-sizing: content-box; box-sizing: content-box; -webkit-transition: 0.3s; transition: 0.3s; } .contact_wrapper .contact .contact-contents .inputArea input[type="text"]:focus { border-color: #0e0000; -webkit-box-shadow: 0 0 8px 0 #0e0000; box-shadow: 0 0 8px 0 #0e0000; } .contact_wrapper .contact .contact-contents .inputArea .inputWithIcon input[type="text"] { padding-left: 40px; } .contact_wrapper .contact .contact-contents .inputArea .inputWithIcon { position: relative; } .contact_wrapper .contact .contact-contents .inputArea .inputWithIcon i { position: absolute; left: 0; top: 8px; padding: 9px 8px; color: #aaa; -webkit-transition: 0.3s; transition: 0.3s; } .contact_wrapper .contact .contact-contents .inputArea .inputWithIcon input[type="text"]:focus + i { color: #0e0000; } .contact_wrapper .contact .contact-contents .inputArea textarea[type="text"] { text-align: left; height: calc(1.8em * 8); line-height: 1.8; border: 2px solid #575757; border-radius: 4px; width: 100%; margin: 8px 0; outline: none; padding: 8px; -webkit-box-sizing: content-box; box-sizing: content-box; -webkit-transition: 0.3s; transition: 0.3s; } .contact_wrapper .contact .contact-contents .inputArea textarea[type="text"]:focus { border-color: #0e0000; -webkit-box-shadow: 0 0 8px 0 #0e0000; box-shadow: 0 0 8px 0 #0e0000; } .contact_wrapper .contact .contact-contents .inputArea .inputWithIcon textarea[type="text"] { padding-left: 40px; } .contact_wrapper .contact .contact-contents .inputArea .inputWithIcon textarea[type="text"]:focus + i { color: #0e0000; } .contact_wrapper .contact .contact-contents .inputArea button { border-width: 1px; padding: 5px 30px; margin: 8px 0 8px 40px; } .contact_wrapper .contact .contact-contents .inputArea button:hover { color: white; background-color: black; -webkit-transition: 0.3s; transition: 0.3s; } .contact_wrapper .contact .contact-contents .follow_me { margin: 20px 0 0 100px; } .contact_wrapper .contact .contact-contents .follow_me h1 { border-width: 0 0 2px 0; font-family: "Pacifico", cursive; font-size: 64px; } .contact_wrapper .contact .contact-contents .follow_me p { text-align: center; } .contact_wrapper .contact .contact-contents .follow_me p span { display: inline-block; } .contact_wrapper .contact .contact-contents .follow_me p i { margin: 30px 30px 0 0; color: #333; } .contact_wrapper .contact .contact-contents .follow_me p a i:hover { text-decoration: none; color: black; } .contact_wrapper .contact .contact-contents .follow_me p a:visited { color: #333; text-decoration: none; } footer { background-color: black; color: white; height: 130px; width: 100%; opacity: 0.9; margin: 300px 0 0 0; } footer .footer-container { position: relative; height: 130px; } footer .footer-container a { color: white; } footer .footer-container h3 { font-size: 20px; position: absolute; bottom: 20%; right: 1%; } /*# sourceMappingURL=style.css.map */
0.464902
0.067701
#GENERIC \*------------------------------------*/ /* Generic: Page --- Global page styles + universal box-sizing: */ html { font-size: 16px; line-height: 24px; font-weight: 600; font-family: "kyrial-display-pro", "Helvetica Neue", Helvetica, arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; box-sizing: border-box; color: #17181A; background-color: #DAE2E6; /*background-color: #E6EEF2;*/ margin: 0 0 16px; } @media (min-width: 576px) { html { margin: 0 0 32px; } } body{ margin: 0; } *, *:before, *:after { box-sizing: inherit; } /* * Remove text-shadow in selection highlight: * https://twitter.com/miketaylr/status/12228805301 * * Customize the background color to match your design. */ ::selection { background: #e85e00; color: white; text-shadow: none; } /*------------------------------------*\ #Elements \*------------------------------------*/ /* Elements: Images --- Default markup for images to make them responsive */ img { max-width: 100%; vertical-align: top; } /* Elements: typography --- Default markup for typographic elements */ h1 { font-size: 24px; line-height: 36px; margin: 0 0 16px; } @media (min-width: 576px) { h1 { /*font-size: 32px; line-height: 48px;*/ } } h2 { font-size: 20px; line-height: 30px; font-weight: 700; margin: 0 0 16px; } @media (min-width: 576px) { h2 { font-size: 24px; line-height: 36px; } } h3 { font-size: 18px; line-height: 24px; margin: 0 0 16px; } h4, h5, h6 { font-size: 16px; line-height: 24px; margin: 0 0 16px; } p, ol, ul, dl, table, address, figure { margin: 0 0 16px; } ul, ol { padding-left: 16px; } li ul, li ol { margin-bottom: 0; } blockquote { font-style: italic; font-size: 23px; line-height: 32px; margin: 0 0 16px; font-family: "Times New Roman", serif; } blockquote * { font-size: inherit; line-height: inherit; } figcaption { font-size: 12px; line-height: 16px; padding-top: 8px; color: Grey; } hr { border: 0; height: 1px; background: LightGrey; margin: 0 0 16px; } a { color: #17181A; transition: all .1s ease-in-out; text-decoration: none; font-size: 18px; line-height: 16px; font-weight: 400; } a:visited, a:active { color: #686F73; } a:hover, a:focus { color: #278006; } /*------------------------------------*\ #OBJECTS \*------------------------------------*/ /* Objects: Row --- Creates a horizontal row that stretches the viewport and adds padding around children */ .o-row { padding: 16px 16px 0; display: flow-root; } /* color modifiers */ .o-row--dark { background-color: #141618; color: #949699; } .o-row--dark h2{ color: #FFFFFF; } .o-row--border-bottom-dark{ border-bottom: 1px solid rgba(13,20,26,0.1); } /* size modifiers */ .o-row--intro { padding-top: 72px; padding-bottom: 72px; } .o-row--lg { padding-top: 48px; padding-bottom: 24px; } .o-row--xl { padding-top: 72px; padding-bottom: 48px; } @media (min-width: 768px) { .o-row { padding-left: 48px; padding-right: 48px; } .o-row--md { padding-top: 48px; padding-bottom: 24px; } .o-row--lg { padding-top: 72px; padding-bottom: 48px; } } @media (min-width: 992px) { .o-row--xl { padding-top: 96px; padding-bottom: 72px; } } /* Objects: Container --- Creates a horizontal container that sets de global max-width */ .o-container { margin-left: auto; margin-right: auto; width: 100%; } /* Objects: section --- Creates vertical whitespace between adjacent sections inside a row */ /* Objects: section --- Creates vertical whitespace between adjacent sections inside a row */ .o-section { display: flow-root; } .o-section + .o-section { margin-top: 16px; } .o-section + .o-section-lg { margin-top: 56px; } .o-section-lg + .o-section-lg { margin-top: 32px; } @media (min-width: 768px) { .o-section--lg + .o-section--lg, .o-section--xl + .o-section--xl { } } @media (min-width: 1200px) { .o-section--xl + .o-section--xl { } } /* Objects: Layout --- The layout object provides us with a column-style layout system. This object contains the basic structural elements, but classes should be complemented with width utilities */ .o-layout { display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; } .o-layout-column { flex-direction: column; } .o-layout__item { flex-basis: 100%; } /* gutter modifiers, these affect o-layout__item too */ .o-layout--gutter { margin: 0 -16px; } .o-layout--gutter > .o-layout__item { padding: 0 16px; } .o-layout--gutter-sm { margin: 0 -8px; } .o-layout--gutter-sm > .o-layout__item { padding: 0 8px; } .o-layout--gutter-lg { margin: 0 -24px; } .o-layout--gutter-lg > .o-layout__item { padding: 0 24px; } .o-layout--gutter-xl { margin: 0 -40px; } .o-layout--gutter-xl > .o-layout__item { padding: 0 40px; } /* gutter modifiers for columns, these affect o-layout__item too */ .o-layout--gutter-col-xs { margin-top: -4px; margin-bottom: -4px; } .o-layout--gutter-col-xs > .o-layout__item { margin-top: 4px; margin-bottom: 4px; } .o-layout--gutter-col-sm { margin-top: -8px; margin-bottom: -8px; } .o-layout--gutter-col-sm > .o-layout__item { margin-top: 8px; margin-bottom: 8px; } .o-layout--gutter-col { margin-top: -16px; margin-bottom: -16px; } .o-layout--gutter-col > .o-layout__item { margin-top: 16px; margin-bottom: 16px; } .o-layout--gutter-col-lg { margin-top: -24px; margin-bottom: -24px; } .o-layout--gutter-col-lg > .o-layout__item { margin-top: 24px; margin-bottom: 24px; } /* reverse horizontal row modifier */ .o-layout--row-reverse { flex-direction: row-reverse; } /* Horizontal alignment modifiers*/ .o-layout--justify-start { justify-content: flex-start; } .o-layout--justify-end { justify-content: flex-end; } .o-layout--justify-center { justify-content: center; } .o-layout--justify-space-around { justify-content: space-around; } .o-layout--justify-space-evenly { justify-content: space-evenly; } .o-layout--justify-space-between { justify-content: space-between; } /* Vertical alignment modifiers */ .o-layout--align-start { align-items: flex-start; } .o-layout--align-end { align-items: flex-end; } .o-layout--align-center { align-items: center; } .o-layout--align-baseline { align-items: baseline; } .o-layout--align-self-start { align-self: flex-start; } /* Vertical alignment modifiers that only work if there is one than one flex item */ .o-layout--align-content-start { align-content: start; } .o-layout--align-content-end { align-content: end; } .o-layout--align-content-center { align-content: center; } .o-layout--align-content-space-around { align-content: space-around; } .o-layout--align-content-space-between { align-content: space-between; } /* Objects: List --- Small reusable object to remove default list styling from lists */ .o-list { list-style: none; padding: 0; } /* Object: Button reset --- Small button reset object */ .o-button-reset { border: none; margin: 0; padding: 0; width: auto; overflow: visible; background: transparent; /* inherit font & color from ancestor */ color: inherit; font: inherit; /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */ line-height: normal; /* Corrects font smoothing for webkit */ -webkit-font-smoothing: inherit; -moz-osx-font-smoothing: inherit; /* Corrects inability to style clickable `input` types in iOS */ -webkit-appearance: none; } /* Object: Content --- Content related */ .o-content--relative{ position: relative; } .o-content--absolute-edge{ } .o-content--absolute-edge-padding{ padding: 100% 0; } .o-content--flex-start{ display: flex; justify-content: start; align-items: center; } .o-content--flex-center{ display: flex; justify-content: center; align-items: center; } .o-content--flex-space-between{ display: flex; justify-content: space-between; align-items: center; } .o-content--flex-space-evenly{ display: flex; justify-content: space-evenly; align-items: center; } .o-content-padding { padding: 8px 8px; } .o-content-padding-lg { padding: 16px 16px; } @media (min-width: 576px) { .o-content-padding-lg-bp1 { padding: 16px 16px; } } @media (min-width: 768px) { .o-content-padding-xl-bp2 { padding: 32px 32px; } } .o-content-margin-lg { margin: 16px 16px; } .o-content-no-padding-bottom { padding-bottom: 0; } .o-content-block { display: block; } /*------------------------------------*\ #COMPONENTS \*------------------------------------*/ /* Component: Header --- Header components */ .c-header{ position: fixed; z-index: 100; background-color: #2C4023; width: 100%; } .c-header__title { line-height: 0; } .c-header + * { padding-top: 5.25em;/*84 = 16 * 5.25‬*/ } .c-header__context{ color: #FFFFFF; display: flex; justify-content: space-between; align-items: center; } .c-header__dropback{ width: 100%; height: 12rem; /*192 = 12 * 16*/ position: absolute; z-index: -1000; } .c-header__nav-icon { color: #FFFFFF; margin-right: 2.5rem; /*40 = 2.5 * 16*/ } /* Component: Nav --- Main navigation of the site on bigger screens */ .c-nav { } .c-nav__background { width: 70%; height: 100%; background-color: #3C5931; position: absolute; } .c-nav__item { margin-bottom: 48px; } .c-nav__link { text-decoration: none; font-weight: 600; display: inline-block; font-size: 24px; } .c-nav__link, .c-nav__link:visited, .c-nav__link:active { color: #FFFFFF; } .c-nav__link:hover, .c-nav__link:focus { color: #DBEDFF; text-shadow: 0 0 8px #8EC7FF; } .c-nav-button{ position: absolute; left: 50%; top: 100%; transform: translateX(-50%) translateY(-50%); } /* Component: Lead --- */ .c-lead { font-size: 18px; font-weight: 600; color: #EDFFE6; } @media (min-width: 576px) { .c-lead { font-size: 20px; text-align: center; } } /* Component: Buttons --- */ .c-button{ background-color: #4D733F; color: #FFFFFF; border-radius: 10px; border-width: 0; display: inline-flex; justify-content: center; align-items: center; transition: background-color .05s ease-in-out; -webkit-box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.3); -moz-box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.3); box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.3); } .c-button-disabled{ background-color: #8A9499; color: #DAE2E6; } .c-button:hover, .c-button:focus { background-color: #278006; } .c-button__content{ padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 8px; } .c-button__content-lg{ padding-top: 8px; padding-right: 16px; padding-bottom: 8px; padding-left: 8px; } .c-button__content-xl{ padding-top: 8px; padding-right: 32px; padding-bottom: 8px; padding-left: 32px; } .c-button__element{ color: #FFFFFF; display: inline-block; padding: 0; margin: 0; } .c-button__element:visited, .c-button__element:active { color: #FFFFFF; } .c-button__element:hover, .c-button__element:focus { color: #FFFFFF; } /* Component: Button slider --- */ .c-switch { position: relative; display: inline-block; width: 48px; height: 24px; } .c-switch input { opacity: 0; width: 0; height: 0; } .c-slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #A4AEB3; -webkit-transition: .4s; transition: .4s; } .c-slider:before { position: absolute; content: ""; height: 16px; width: 16px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: .4s; transition: .4s; } .c-checkbox:checked + .c-slider { background-color: #278006; } .c-checkbox:focus + .c-slider { box-shadow: 0 0 1px #278006; } .c-checkbox:checked + .c-slider:before { -webkit-transform: translateX(24px); -ms-transform: translateX(24px); transform: translateX(24px); } .c-slider--round { border-radius: 34px; } .c-slider--round:before { border-radius: 50%; } /* Component: Popups --- */ .c-ppopup-off { display: none; } .c-ppopup-on { width: 100%; height: 100%; display: block; position: fixed; z-index: 1000; } .c-ppopup-on__content{ z-index: 1100; } .c-ppopup-on__background { width: 100%; height: 100%; background-color: rgba(23, 24, 26, 0.5); z-index: -1000; } /* Component: Settings --- */ .c-settings{ width: 90%; position: fixed; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); z-index: 1000; max-width: 20.5em; /*328 = 20.5 * 16*/ } .c-settings__content{ padding: 16px; } /* Component: Icons --- */ .c-icon { width: 56px; height: 56px; display: inline-flex; justify-content: center; align-content: center; align-items: center; } .c-icon--no-margin { margin: 0; } .c-icon--margin { margin-right: 16px; } .c-icon--expand { width: 62.5%; height: 62.5%; } .c-icon-xs { width: 24px; height: 24px; } .c-icon-sm { width: 40px; height: 40px; } .c-icon-lg { width: 72px; height: 72px; } .c-icon__symbol { width: 100%; } .c-icon--background-round{ border-radius: 50%; display: inline-block; } /* Component: Status --- */ .c-status { font-size: 14px; } .c-status--off { color: #686F73; } /* Component: input --- */ .c-measure__value{ text-align: right; padding-right: 8px; } .c-input { border: none; border-radius: 10px; background-color: #FFFFFF; max-width: 100%; text-align: center; font-size: 14px; font-weight: 600; padding: 0.5em; /* 4 = 16 * 0.25‬*/ -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25); -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25); box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25); box-sizing: border-box; } .c-input-label { margin-bottom: 8; font-size: 16px; } @media (min-width: 576px) { .c-input { font-size: 16px; padding: 0.5em 1em; /* 4 = 16 * 0.25‬*/ } } .c-input--no-padding-right { padding-right: 0; } .c-input__seperator { margin: 0; } .c-input__title { display: inline-block; font-weight: 600; } /* Component: Tabs --- */ .c-tab__text{ padding: 16px 16px; min-height: 80vh; } .c-tab__text p,a, h2 { margin-bottom: 8px; } .c-tab__text p,a{ font-size: 16px; font-weight: 600; color: #686F73; } /*------------------------------------*\ #UTILITIES \*------------------------------------*/ /* Utilities: spacing --- Utility classes to put specific margins and paddings onto elements */ .u-pt-clear { padding-top: 0 !important; } .u-mb-clear { margin-bottom: 0 !important; } .u-mb-xs { margin-bottom: 4px !important; } .u-mb-sm { margin-bottom: 8px !important; } .u-mb-md { margin-bottom: 16px !important; } .u-mb-lg { margin-bottom: 32px !important; } .u-mb-xl { margin-bottom: 48px !important; } .u-margin-negative-16 { margin-bottom: -16px !important; } /* Utilities: max-width --- Utility classes to put specific max widths onto elements */ .u-max-width-xs { max-width: 20.5em !important; /*328 = 20.5‬ * 16*/ } .u-max-width-sm { max-width: 20.5em !important; /*328 = 20.5‬ * 16*/ } .u-max-width-md { max-width: 42em !important; /*‭672‬ = ‭42‬ * 16*/ } .u-max-width-lg { max-width: 54.3em !important; /*‭868‬ = 54.25‬ * 16*/ } .u-max-width-xl { max-width: 75em !important; } .u-max-width-none { max-width: none !important; } @media (min-width: 768px) { .u-max-width-md-bp2 { max-width: 48em !important; /*‭672‬ = ‭42‬ * 16*/ } } @media (min-width: 992px) { .u-max-width-md-bp3 { max-width: 48em !important; /*‭672‬ = ‭42‬ * 16*/ } .u-max-width-lg-bp3 { max-width: 54.25‬em !important; /*‭868‬ = 54.25‬ * 16*/ } } .u-max-width-114px{ max-width: 114px !important; } .u-max-width-144px{ max-width: 144px !important; } .u-max-width-100{ max-width: 100% !important; } .u-max-width-90{ max-width: 90% !important; } .u-max-width-80{ max-width: 80% !important; } .u-width-100{ width: 100% !important; } @media (min-width: 576px) { .u-max-width-176px-bp2{ max-width: 176px !important; } } /* Utility: Flex --- Utility classes to put specific flex properties onto elements Will be mostly used on o-layout__item */ .u-flex-basis-auto { flex-basis: auto !important; } .u-flex-grow-1 { flex-grow: 1 !important; } .u-1-of-2 { flex-basis: calc(100% / 2) !important; } .u-1-of-3 { flex-basis: calc(100% / 3) !important; } .u-2-of-3 { flex-basis: calc(100% / 3 * 2) !important; } .u-1-of-4 { flex-basis: calc(100% / 4) !important; } .u-3-of-4 { flex-basis: calc(100% / 4 * 3) !important; } .u-1-of-5 { flex-basis: calc(100% / 5) !important; } .u-2-of-5 { flex-basis: calc(100% / 5 * 2) !important; } .u-3-of-5 { flex-basis: calc(100% / 5 * 3) !important; } .u-4-of-5 { flex-basis: calc(100% / 5 * 4) !important; } .u-1-of-6 { flex-basis: calc(100% / 6) !important; } .u-5-of-6 { flex-basis: calc(100% / 6 * 5) !important; } .u-1-of-8 { flex-basis: calc(100% / 8) !important; } @media (min-width: 576px) { .u-1-of-2-bp1 { flex-basis: calc(100% / 2) !important; } .u-1-of-3-bp1 { flex-basis: calc(100% / 3) !important; } .u-2-of-3-bp1 { flex-basis: calc(100% / 3 * 2) !important; } .u-1-of-4-bp1 { flex-basis: calc(100% / 4) !important; } .u-3-of-4-bp1 { flex-basis: calc(100% / 4 * 3) !important; } .u-1-of-5-bp1 { flex-basis: calc(100% / 5) !important; } .u-2-of-5-bp1 { flex-basis: calc(100% / 5 * 2) !important; } .u-3-of-5-bp1 { flex-basis: calc(100% / 5 * 3) !important; } .u-4-of-5-bp1 { flex-basis: calc(100% / 5 * 4) !important; } .u-1-of-6-bp1 { flex-basis: calc(100% / 6) !important; } .u-5-of-6-bp1 { flex-basis: calc(100% / 6 * 5) !important; } } @media (min-width: 768px) { .u-1-of-2-bp2 { flex-basis: calc(100% / 2) !important; } .u-1-of-3-bp2 { flex-basis: calc(100% / 3) !important; } .u-2-of-3-bp2 { flex-basis: calc(100% / 3 * 2) !important; } .u-1-of-4-bp2 { flex-basis: calc(100% / 4) !important; } .u-3-of-4-bp2 { flex-basis: calc(100% / 4 * 3) !important; } .u-1-of-5-bp2 { flex-basis: calc(100% / 5) !important; } .u-2-of-5-bp2 { flex-basis: calc(100% / 5 * 2) !important; } .u-3-of-5-bp2 { flex-basis: calc(100% / 5 * 3) !important; } .u-4-of-5-bp2 { flex-basis: calc(100% / 5 * 4) !important; } .u-1-of-6-bp2 { flex-basis: calc(100% / 6) !important; } .u-5-of-6-bp2 { flex-basis: calc(100% / 6 * 5) !important; } } @media (min-width: 992px) { .u-1-of-2-bp3 { flex-basis: calc(100% / 2) !important; } .u-1-of-3-bp3 { flex-basis: calc(100% / 3) !important; } .u-2-of-3-bp3 { flex-basis: calc(100% / 3 * 2) !important; } .u-1-of-4-bp3 { flex-basis: calc(100% / 4) !important; } .u-3-of-4-bp3 { flex-basis: calc(100% / 4 * 3) !important; } .u-1-of-5-bp3 { flex-basis: calc(100% / 5) !important; } .u-2-of-5-bp3 { flex-basis: calc(100% / 5 * 2) !important; } .u-3-of-5-bp3 { flex-basis: calc(100% / 5 * 3) !important; } .u-4-of-5-bp3 { flex-basis: calc(100% / 5 * 4) !important; } .u-1-of-6-bp3 { flex-basis: calc(100% / 6) !important; } .u-5-of-6-bp3 { flex-basis: calc(100% / 6 * 5) !important; } } @media (min-width: 1200px) { .u-1-of-2-bp4 { flex-basis: calc(100% / 2) !important; } .u-1-of-3-bp4 { flex-basis: calc(100% / 3) !important; } .u-2-of-3-bp4 { flex-basis: calc(100% / 3 * 2) !important; } .u-1-of-4-bp4 { flex-basis: calc(100% / 4) !important; } .u-3-of-4-bp4 { flex-basis: calc(100% / 4 * 3) !important; } .u-1-of-5-bp4 { flex-basis: calc(100% / 5) !important; } .u-2-of-5-bp4 { flex-basis: calc(100% / 5 * 2) !important; } .u-3-of-5-bp4 { flex-basis: calc(100% / 5 * 3) !important; } .u-4-of-5-bp4 { flex-basis: calc(100% / 5 * 4) !important; } .u-1-of-6-bp4 { flex-basis: calc(100% / 6) !important; } .u-5-of-6-bp4 { flex-basis: calc(100% / 6 * 5) !important; } } /* Utility: Text --- Utility classes for text */ .u-text--align-right { text-align: right; } .u-text--align-left { text-align: left; } .u-text--align-center { text-align: center; } .u-fill-width { display: block; width: 100%; margin-left:auto; margin-right:auto; } .u-fill { display: block; width: 100%; height: 100%; margin-left:auto; margin-right:auto; } .u-text--color-grey { color: #686F73; } .u-background-dark-green{ color: #2C4023; } .u-text--word-wrap-break{ word-wrap: break-word; } /* Utility: Decoration --- Utility classes to put decoration */ .u-no-decoration { text-decoration: none; } .u-background-grey{ background-color: #DAE2E6; } .u-background-green{ background-color: #4D733F; } .u-background-light-green{ background-color: #80BF69; } .u-background-white{ background-color: #FFFFFF; } .u-rounded-sm{ border-radius: 10px; } .u-rounded-lg{ border-radius: 30px; } .u-box-shadow { -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25); -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25); box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25); } .u-box-shadow-lg { -webkit-box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.3); -moz-box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.3); box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.3); } .u-hide { -webkit-display: none !important; -moz-display: none !important; -ms-display: none !important; -o-display: none !important; display: none !important; } /*------------------------------------*\ #MEDIA \*------------------------------------*/ /* Print styles. --- Inlined to avoid the additional HTTP request: http://www.phpied.com/delay-loading-your-print-css/ */ @media print { *, *:before, *:after { background: transparent !important; color: #000 !important; /* Black prints faster: http://www.sanbeiji.com/archives/953 */ box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } /* * Don't show links that are fragment identifiers, * or use the `javascript:` pseudo protocol */ a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre { white-space: pre-wrap !important; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } /* * Printing Tables: * http://css-discuss.incutio.com/wiki/Printing_Tables */ thead { display: table-header-group; } tr, img { page-break-inside: avoid; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } }
LittleGarden_Code/Frontend/html/style/screen.css
#GENERIC \*------------------------------------*/ /* Generic: Page --- Global page styles + universal box-sizing: */ html { font-size: 16px; line-height: 24px; font-weight: 600; font-family: "kyrial-display-pro", "Helvetica Neue", Helvetica, arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; box-sizing: border-box; color: #17181A; background-color: #DAE2E6; /*background-color: #E6EEF2;*/ margin: 0 0 16px; } @media (min-width: 576px) { html { margin: 0 0 32px; } } body{ margin: 0; } *, *:before, *:after { box-sizing: inherit; } /* * Remove text-shadow in selection highlight: * https://twitter.com/miketaylr/status/12228805301 * * Customize the background color to match your design. */ ::selection { background: #e85e00; color: white; text-shadow: none; } /*------------------------------------*\ #Elements \*------------------------------------*/ /* Elements: Images --- Default markup for images to make them responsive */ img { max-width: 100%; vertical-align: top; } /* Elements: typography --- Default markup for typographic elements */ h1 { font-size: 24px; line-height: 36px; margin: 0 0 16px; } @media (min-width: 576px) { h1 { /*font-size: 32px; line-height: 48px;*/ } } h2 { font-size: 20px; line-height: 30px; font-weight: 700; margin: 0 0 16px; } @media (min-width: 576px) { h2 { font-size: 24px; line-height: 36px; } } h3 { font-size: 18px; line-height: 24px; margin: 0 0 16px; } h4, h5, h6 { font-size: 16px; line-height: 24px; margin: 0 0 16px; } p, ol, ul, dl, table, address, figure { margin: 0 0 16px; } ul, ol { padding-left: 16px; } li ul, li ol { margin-bottom: 0; } blockquote { font-style: italic; font-size: 23px; line-height: 32px; margin: 0 0 16px; font-family: "Times New Roman", serif; } blockquote * { font-size: inherit; line-height: inherit; } figcaption { font-size: 12px; line-height: 16px; padding-top: 8px; color: Grey; } hr { border: 0; height: 1px; background: LightGrey; margin: 0 0 16px; } a { color: #17181A; transition: all .1s ease-in-out; text-decoration: none; font-size: 18px; line-height: 16px; font-weight: 400; } a:visited, a:active { color: #686F73; } a:hover, a:focus { color: #278006; } /*------------------------------------*\ #OBJECTS \*------------------------------------*/ /* Objects: Row --- Creates a horizontal row that stretches the viewport and adds padding around children */ .o-row { padding: 16px 16px 0; display: flow-root; } /* color modifiers */ .o-row--dark { background-color: #141618; color: #949699; } .o-row--dark h2{ color: #FFFFFF; } .o-row--border-bottom-dark{ border-bottom: 1px solid rgba(13,20,26,0.1); } /* size modifiers */ .o-row--intro { padding-top: 72px; padding-bottom: 72px; } .o-row--lg { padding-top: 48px; padding-bottom: 24px; } .o-row--xl { padding-top: 72px; padding-bottom: 48px; } @media (min-width: 768px) { .o-row { padding-left: 48px; padding-right: 48px; } .o-row--md { padding-top: 48px; padding-bottom: 24px; } .o-row--lg { padding-top: 72px; padding-bottom: 48px; } } @media (min-width: 992px) { .o-row--xl { padding-top: 96px; padding-bottom: 72px; } } /* Objects: Container --- Creates a horizontal container that sets de global max-width */ .o-container { margin-left: auto; margin-right: auto; width: 100%; } /* Objects: section --- Creates vertical whitespace between adjacent sections inside a row */ /* Objects: section --- Creates vertical whitespace between adjacent sections inside a row */ .o-section { display: flow-root; } .o-section + .o-section { margin-top: 16px; } .o-section + .o-section-lg { margin-top: 56px; } .o-section-lg + .o-section-lg { margin-top: 32px; } @media (min-width: 768px) { .o-section--lg + .o-section--lg, .o-section--xl + .o-section--xl { } } @media (min-width: 1200px) { .o-section--xl + .o-section--xl { } } /* Objects: Layout --- The layout object provides us with a column-style layout system. This object contains the basic structural elements, but classes should be complemented with width utilities */ .o-layout { display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; } .o-layout-column { flex-direction: column; } .o-layout__item { flex-basis: 100%; } /* gutter modifiers, these affect o-layout__item too */ .o-layout--gutter { margin: 0 -16px; } .o-layout--gutter > .o-layout__item { padding: 0 16px; } .o-layout--gutter-sm { margin: 0 -8px; } .o-layout--gutter-sm > .o-layout__item { padding: 0 8px; } .o-layout--gutter-lg { margin: 0 -24px; } .o-layout--gutter-lg > .o-layout__item { padding: 0 24px; } .o-layout--gutter-xl { margin: 0 -40px; } .o-layout--gutter-xl > .o-layout__item { padding: 0 40px; } /* gutter modifiers for columns, these affect o-layout__item too */ .o-layout--gutter-col-xs { margin-top: -4px; margin-bottom: -4px; } .o-layout--gutter-col-xs > .o-layout__item { margin-top: 4px; margin-bottom: 4px; } .o-layout--gutter-col-sm { margin-top: -8px; margin-bottom: -8px; } .o-layout--gutter-col-sm > .o-layout__item { margin-top: 8px; margin-bottom: 8px; } .o-layout--gutter-col { margin-top: -16px; margin-bottom: -16px; } .o-layout--gutter-col > .o-layout__item { margin-top: 16px; margin-bottom: 16px; } .o-layout--gutter-col-lg { margin-top: -24px; margin-bottom: -24px; } .o-layout--gutter-col-lg > .o-layout__item { margin-top: 24px; margin-bottom: 24px; } /* reverse horizontal row modifier */ .o-layout--row-reverse { flex-direction: row-reverse; } /* Horizontal alignment modifiers*/ .o-layout--justify-start { justify-content: flex-start; } .o-layout--justify-end { justify-content: flex-end; } .o-layout--justify-center { justify-content: center; } .o-layout--justify-space-around { justify-content: space-around; } .o-layout--justify-space-evenly { justify-content: space-evenly; } .o-layout--justify-space-between { justify-content: space-between; } /* Vertical alignment modifiers */ .o-layout--align-start { align-items: flex-start; } .o-layout--align-end { align-items: flex-end; } .o-layout--align-center { align-items: center; } .o-layout--align-baseline { align-items: baseline; } .o-layout--align-self-start { align-self: flex-start; } /* Vertical alignment modifiers that only work if there is one than one flex item */ .o-layout--align-content-start { align-content: start; } .o-layout--align-content-end { align-content: end; } .o-layout--align-content-center { align-content: center; } .o-layout--align-content-space-around { align-content: space-around; } .o-layout--align-content-space-between { align-content: space-between; } /* Objects: List --- Small reusable object to remove default list styling from lists */ .o-list { list-style: none; padding: 0; } /* Object: Button reset --- Small button reset object */ .o-button-reset { border: none; margin: 0; padding: 0; width: auto; overflow: visible; background: transparent; /* inherit font & color from ancestor */ color: inherit; font: inherit; /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */ line-height: normal; /* Corrects font smoothing for webkit */ -webkit-font-smoothing: inherit; -moz-osx-font-smoothing: inherit; /* Corrects inability to style clickable `input` types in iOS */ -webkit-appearance: none; } /* Object: Content --- Content related */ .o-content--relative{ position: relative; } .o-content--absolute-edge{ } .o-content--absolute-edge-padding{ padding: 100% 0; } .o-content--flex-start{ display: flex; justify-content: start; align-items: center; } .o-content--flex-center{ display: flex; justify-content: center; align-items: center; } .o-content--flex-space-between{ display: flex; justify-content: space-between; align-items: center; } .o-content--flex-space-evenly{ display: flex; justify-content: space-evenly; align-items: center; } .o-content-padding { padding: 8px 8px; } .o-content-padding-lg { padding: 16px 16px; } @media (min-width: 576px) { .o-content-padding-lg-bp1 { padding: 16px 16px; } } @media (min-width: 768px) { .o-content-padding-xl-bp2 { padding: 32px 32px; } } .o-content-margin-lg { margin: 16px 16px; } .o-content-no-padding-bottom { padding-bottom: 0; } .o-content-block { display: block; } /*------------------------------------*\ #COMPONENTS \*------------------------------------*/ /* Component: Header --- Header components */ .c-header{ position: fixed; z-index: 100; background-color: #2C4023; width: 100%; } .c-header__title { line-height: 0; } .c-header + * { padding-top: 5.25em;/*84 = 16 * 5.25‬*/ } .c-header__context{ color: #FFFFFF; display: flex; justify-content: space-between; align-items: center; } .c-header__dropback{ width: 100%; height: 12rem; /*192 = 12 * 16*/ position: absolute; z-index: -1000; } .c-header__nav-icon { color: #FFFFFF; margin-right: 2.5rem; /*40 = 2.5 * 16*/ } /* Component: Nav --- Main navigation of the site on bigger screens */ .c-nav { } .c-nav__background { width: 70%; height: 100%; background-color: #3C5931; position: absolute; } .c-nav__item { margin-bottom: 48px; } .c-nav__link { text-decoration: none; font-weight: 600; display: inline-block; font-size: 24px; } .c-nav__link, .c-nav__link:visited, .c-nav__link:active { color: #FFFFFF; } .c-nav__link:hover, .c-nav__link:focus { color: #DBEDFF; text-shadow: 0 0 8px #8EC7FF; } .c-nav-button{ position: absolute; left: 50%; top: 100%; transform: translateX(-50%) translateY(-50%); } /* Component: Lead --- */ .c-lead { font-size: 18px; font-weight: 600; color: #EDFFE6; } @media (min-width: 576px) { .c-lead { font-size: 20px; text-align: center; } } /* Component: Buttons --- */ .c-button{ background-color: #4D733F; color: #FFFFFF; border-radius: 10px; border-width: 0; display: inline-flex; justify-content: center; align-items: center; transition: background-color .05s ease-in-out; -webkit-box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.3); -moz-box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.3); box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.3); } .c-button-disabled{ background-color: #8A9499; color: #DAE2E6; } .c-button:hover, .c-button:focus { background-color: #278006; } .c-button__content{ padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 8px; } .c-button__content-lg{ padding-top: 8px; padding-right: 16px; padding-bottom: 8px; padding-left: 8px; } .c-button__content-xl{ padding-top: 8px; padding-right: 32px; padding-bottom: 8px; padding-left: 32px; } .c-button__element{ color: #FFFFFF; display: inline-block; padding: 0; margin: 0; } .c-button__element:visited, .c-button__element:active { color: #FFFFFF; } .c-button__element:hover, .c-button__element:focus { color: #FFFFFF; } /* Component: Button slider --- */ .c-switch { position: relative; display: inline-block; width: 48px; height: 24px; } .c-switch input { opacity: 0; width: 0; height: 0; } .c-slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #A4AEB3; -webkit-transition: .4s; transition: .4s; } .c-slider:before { position: absolute; content: ""; height: 16px; width: 16px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: .4s; transition: .4s; } .c-checkbox:checked + .c-slider { background-color: #278006; } .c-checkbox:focus + .c-slider { box-shadow: 0 0 1px #278006; } .c-checkbox:checked + .c-slider:before { -webkit-transform: translateX(24px); -ms-transform: translateX(24px); transform: translateX(24px); } .c-slider--round { border-radius: 34px; } .c-slider--round:before { border-radius: 50%; } /* Component: Popups --- */ .c-ppopup-off { display: none; } .c-ppopup-on { width: 100%; height: 100%; display: block; position: fixed; z-index: 1000; } .c-ppopup-on__content{ z-index: 1100; } .c-ppopup-on__background { width: 100%; height: 100%; background-color: rgba(23, 24, 26, 0.5); z-index: -1000; } /* Component: Settings --- */ .c-settings{ width: 90%; position: fixed; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); z-index: 1000; max-width: 20.5em; /*328 = 20.5 * 16*/ } .c-settings__content{ padding: 16px; } /* Component: Icons --- */ .c-icon { width: 56px; height: 56px; display: inline-flex; justify-content: center; align-content: center; align-items: center; } .c-icon--no-margin { margin: 0; } .c-icon--margin { margin-right: 16px; } .c-icon--expand { width: 62.5%; height: 62.5%; } .c-icon-xs { width: 24px; height: 24px; } .c-icon-sm { width: 40px; height: 40px; } .c-icon-lg { width: 72px; height: 72px; } .c-icon__symbol { width: 100%; } .c-icon--background-round{ border-radius: 50%; display: inline-block; } /* Component: Status --- */ .c-status { font-size: 14px; } .c-status--off { color: #686F73; } /* Component: input --- */ .c-measure__value{ text-align: right; padding-right: 8px; } .c-input { border: none; border-radius: 10px; background-color: #FFFFFF; max-width: 100%; text-align: center; font-size: 14px; font-weight: 600; padding: 0.5em; /* 4 = 16 * 0.25‬*/ -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25); -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25); box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25); box-sizing: border-box; } .c-input-label { margin-bottom: 8; font-size: 16px; } @media (min-width: 576px) { .c-input { font-size: 16px; padding: 0.5em 1em; /* 4 = 16 * 0.25‬*/ } } .c-input--no-padding-right { padding-right: 0; } .c-input__seperator { margin: 0; } .c-input__title { display: inline-block; font-weight: 600; } /* Component: Tabs --- */ .c-tab__text{ padding: 16px 16px; min-height: 80vh; } .c-tab__text p,a, h2 { margin-bottom: 8px; } .c-tab__text p,a{ font-size: 16px; font-weight: 600; color: #686F73; } /*------------------------------------*\ #UTILITIES \*------------------------------------*/ /* Utilities: spacing --- Utility classes to put specific margins and paddings onto elements */ .u-pt-clear { padding-top: 0 !important; } .u-mb-clear { margin-bottom: 0 !important; } .u-mb-xs { margin-bottom: 4px !important; } .u-mb-sm { margin-bottom: 8px !important; } .u-mb-md { margin-bottom: 16px !important; } .u-mb-lg { margin-bottom: 32px !important; } .u-mb-xl { margin-bottom: 48px !important; } .u-margin-negative-16 { margin-bottom: -16px !important; } /* Utilities: max-width --- Utility classes to put specific max widths onto elements */ .u-max-width-xs { max-width: 20.5em !important; /*328 = 20.5‬ * 16*/ } .u-max-width-sm { max-width: 20.5em !important; /*328 = 20.5‬ * 16*/ } .u-max-width-md { max-width: 42em !important; /*‭672‬ = ‭42‬ * 16*/ } .u-max-width-lg { max-width: 54.3em !important; /*‭868‬ = 54.25‬ * 16*/ } .u-max-width-xl { max-width: 75em !important; } .u-max-width-none { max-width: none !important; } @media (min-width: 768px) { .u-max-width-md-bp2 { max-width: 48em !important; /*‭672‬ = ‭42‬ * 16*/ } } @media (min-width: 992px) { .u-max-width-md-bp3 { max-width: 48em !important; /*‭672‬ = ‭42‬ * 16*/ } .u-max-width-lg-bp3 { max-width: 54.25‬em !important; /*‭868‬ = 54.25‬ * 16*/ } } .u-max-width-114px{ max-width: 114px !important; } .u-max-width-144px{ max-width: 144px !important; } .u-max-width-100{ max-width: 100% !important; } .u-max-width-90{ max-width: 90% !important; } .u-max-width-80{ max-width: 80% !important; } .u-width-100{ width: 100% !important; } @media (min-width: 576px) { .u-max-width-176px-bp2{ max-width: 176px !important; } } /* Utility: Flex --- Utility classes to put specific flex properties onto elements Will be mostly used on o-layout__item */ .u-flex-basis-auto { flex-basis: auto !important; } .u-flex-grow-1 { flex-grow: 1 !important; } .u-1-of-2 { flex-basis: calc(100% / 2) !important; } .u-1-of-3 { flex-basis: calc(100% / 3) !important; } .u-2-of-3 { flex-basis: calc(100% / 3 * 2) !important; } .u-1-of-4 { flex-basis: calc(100% / 4) !important; } .u-3-of-4 { flex-basis: calc(100% / 4 * 3) !important; } .u-1-of-5 { flex-basis: calc(100% / 5) !important; } .u-2-of-5 { flex-basis: calc(100% / 5 * 2) !important; } .u-3-of-5 { flex-basis: calc(100% / 5 * 3) !important; } .u-4-of-5 { flex-basis: calc(100% / 5 * 4) !important; } .u-1-of-6 { flex-basis: calc(100% / 6) !important; } .u-5-of-6 { flex-basis: calc(100% / 6 * 5) !important; } .u-1-of-8 { flex-basis: calc(100% / 8) !important; } @media (min-width: 576px) { .u-1-of-2-bp1 { flex-basis: calc(100% / 2) !important; } .u-1-of-3-bp1 { flex-basis: calc(100% / 3) !important; } .u-2-of-3-bp1 { flex-basis: calc(100% / 3 * 2) !important; } .u-1-of-4-bp1 { flex-basis: calc(100% / 4) !important; } .u-3-of-4-bp1 { flex-basis: calc(100% / 4 * 3) !important; } .u-1-of-5-bp1 { flex-basis: calc(100% / 5) !important; } .u-2-of-5-bp1 { flex-basis: calc(100% / 5 * 2) !important; } .u-3-of-5-bp1 { flex-basis: calc(100% / 5 * 3) !important; } .u-4-of-5-bp1 { flex-basis: calc(100% / 5 * 4) !important; } .u-1-of-6-bp1 { flex-basis: calc(100% / 6) !important; } .u-5-of-6-bp1 { flex-basis: calc(100% / 6 * 5) !important; } } @media (min-width: 768px) { .u-1-of-2-bp2 { flex-basis: calc(100% / 2) !important; } .u-1-of-3-bp2 { flex-basis: calc(100% / 3) !important; } .u-2-of-3-bp2 { flex-basis: calc(100% / 3 * 2) !important; } .u-1-of-4-bp2 { flex-basis: calc(100% / 4) !important; } .u-3-of-4-bp2 { flex-basis: calc(100% / 4 * 3) !important; } .u-1-of-5-bp2 { flex-basis: calc(100% / 5) !important; } .u-2-of-5-bp2 { flex-basis: calc(100% / 5 * 2) !important; } .u-3-of-5-bp2 { flex-basis: calc(100% / 5 * 3) !important; } .u-4-of-5-bp2 { flex-basis: calc(100% / 5 * 4) !important; } .u-1-of-6-bp2 { flex-basis: calc(100% / 6) !important; } .u-5-of-6-bp2 { flex-basis: calc(100% / 6 * 5) !important; } } @media (min-width: 992px) { .u-1-of-2-bp3 { flex-basis: calc(100% / 2) !important; } .u-1-of-3-bp3 { flex-basis: calc(100% / 3) !important; } .u-2-of-3-bp3 { flex-basis: calc(100% / 3 * 2) !important; } .u-1-of-4-bp3 { flex-basis: calc(100% / 4) !important; } .u-3-of-4-bp3 { flex-basis: calc(100% / 4 * 3) !important; } .u-1-of-5-bp3 { flex-basis: calc(100% / 5) !important; } .u-2-of-5-bp3 { flex-basis: calc(100% / 5 * 2) !important; } .u-3-of-5-bp3 { flex-basis: calc(100% / 5 * 3) !important; } .u-4-of-5-bp3 { flex-basis: calc(100% / 5 * 4) !important; } .u-1-of-6-bp3 { flex-basis: calc(100% / 6) !important; } .u-5-of-6-bp3 { flex-basis: calc(100% / 6 * 5) !important; } } @media (min-width: 1200px) { .u-1-of-2-bp4 { flex-basis: calc(100% / 2) !important; } .u-1-of-3-bp4 { flex-basis: calc(100% / 3) !important; } .u-2-of-3-bp4 { flex-basis: calc(100% / 3 * 2) !important; } .u-1-of-4-bp4 { flex-basis: calc(100% / 4) !important; } .u-3-of-4-bp4 { flex-basis: calc(100% / 4 * 3) !important; } .u-1-of-5-bp4 { flex-basis: calc(100% / 5) !important; } .u-2-of-5-bp4 { flex-basis: calc(100% / 5 * 2) !important; } .u-3-of-5-bp4 { flex-basis: calc(100% / 5 * 3) !important; } .u-4-of-5-bp4 { flex-basis: calc(100% / 5 * 4) !important; } .u-1-of-6-bp4 { flex-basis: calc(100% / 6) !important; } .u-5-of-6-bp4 { flex-basis: calc(100% / 6 * 5) !important; } } /* Utility: Text --- Utility classes for text */ .u-text--align-right { text-align: right; } .u-text--align-left { text-align: left; } .u-text--align-center { text-align: center; } .u-fill-width { display: block; width: 100%; margin-left:auto; margin-right:auto; } .u-fill { display: block; width: 100%; height: 100%; margin-left:auto; margin-right:auto; } .u-text--color-grey { color: #686F73; } .u-background-dark-green{ color: #2C4023; } .u-text--word-wrap-break{ word-wrap: break-word; } /* Utility: Decoration --- Utility classes to put decoration */ .u-no-decoration { text-decoration: none; } .u-background-grey{ background-color: #DAE2E6; } .u-background-green{ background-color: #4D733F; } .u-background-light-green{ background-color: #80BF69; } .u-background-white{ background-color: #FFFFFF; } .u-rounded-sm{ border-radius: 10px; } .u-rounded-lg{ border-radius: 30px; } .u-box-shadow { -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25); -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25); box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25); } .u-box-shadow-lg { -webkit-box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.3); -moz-box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.3); box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.3); } .u-hide { -webkit-display: none !important; -moz-display: none !important; -ms-display: none !important; -o-display: none !important; display: none !important; } /*------------------------------------*\ #MEDIA \*------------------------------------*/ /* Print styles. --- Inlined to avoid the additional HTTP request: http://www.phpied.com/delay-loading-your-print-css/ */ @media print { *, *:before, *:after { background: transparent !important; color: #000 !important; /* Black prints faster: http://www.sanbeiji.com/archives/953 */ box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } /* * Don't show links that are fragment identifiers, * or use the `javascript:` pseudo protocol */ a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre { white-space: pre-wrap !important; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } /* * Printing Tables: * http://css-discuss.incutio.com/wiki/Printing_Tables */ thead { display: table-header-group; } tr, img { page-break-inside: avoid; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } }
0.493653
0.063744
@charset "utf-8"; /* CSS Document */ body { background-image: url(../images/repeat.jpg); background-repeat: repeat-x; font-family:Arial, Helvetica, sans-serif; font-size:1em; text-align: center; } nav { margin-right: auto; margin-left: auto; width: 960px; z-index: 100; } #wrap { margin-bottom:40px; margin-left: auto; margin-right: auto; width: 960px; } #wrapper { border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; margin-left: auto; margin-right: auto; width: 960px; margin-top: -85px; padding-top: 85px; border: solid black 3px; /* [disabled]height: 560px; */ background-color:#F5F5F5; min-height: 710px; z-index: -100; float: left; text-align:left; } #upcoming { float: right; margin-left: 0px; margin-right: 20px; margin-top: 30px; } footer { border: solid 3px black; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background-color:#F5F5F5; color: black; width: 960px; margin-right: auto; margin-left: auto; text-align: center; padding: 10px 0px 12px 0px; font-weight:normal; margin-top:1em; clear:both; } #intro { width: 940px; float: left; /* [disabled]height: 70px; */ padding-top: 20px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; line-height:1.2em; } #intro span { color:#1f1f1f; font-size:2.0em; } #thanks { width: 940px; float: left; /* [disabled]height: 70px; */ padding-top: 20px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; line-height:1.2em; text-align:center; } #banner { width: 670px; /* [disabled]height: 370px; */ float: left; ; /* [disabled]margin-bottom: 10px; */ padding: 30px 20px 20px 20px; } #photos { text-align:center; background-color:black; } /*#banner img { [disabled]margin:10px; border: 1px black solid; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }*/ #form { width: 630px; /* [disabled]height: 370px; */ float: left; /* [disabled]margin-bottom: 10px; */ padding: 30px 20px 20px 60px; margin-top:-130px; } #clubform { /* [disabled]height: 370px; */ float: left; /* [disabled]margin-bottom: 10px; */ } footer a:link { color:black; font-weight:bold; text-decoration:underline; font-size:.9em; } footer a:visited { color:black; text-decoration:underline; font-size:.9em; } footer a:hover { font-weight:bold; text-decoration:none; color:#333333; font-size:.9em; } footer #bottommenu { margin-top:3px; margin-bottom:8px; font-weight:normal; font-size:.9em; } footer #copyright { margin-top:3px; margin-bottom:0px; font-weight:normal; font-size:.7em; } #intro aside { float:right; margin-right:23px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 2px solid black; background-color: rgba(227, 233, 255, .9); color: rgba(227, 233, 255, .9); margin-top:6px; /*-moz-transform: scale(.9) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg); -webkit-transform: scale(.9) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg); -o-transform: scale(.9) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg); -ms-transform: scale(.9) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg); transform: scale(.9) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);*/ -webkit-box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, .3); -moz-box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, .3); box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, .3); margin-left: 50px; margin-bottom:20px; z-index:100; } #intro aside:hover { -webkit-box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, .7); -moz-box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, .7); box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, .7); width:197px; height:164px; } #intro img:hover { width:205px; } iframe { -webkit-box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, .3); -moz-box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, .3); box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, .3); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } a:link { border-width:0px; text-decoration:none; } a:hover { border-width:0px; text-decoration:none; } a:visited { border-width:0px; text-decoration:none; } #social { border: 2px solid black; float: left; margin-left:26px; -webkit-box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, .3); -moz-box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, .3); box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, .3); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } #social img { padding-top:8px; padding-bottom:5px; padding-left:11px; padding-right:12px; border-width:0px; } #social img:hover { width:45px; padding-top:5px; padding-bottom:3px; padding-left:9px; padding-right:9px; border-width:0px; } #social #facebook:hover { width:45px; padding-top:5px; padding-bottom:3px; padding-left:10px; padding-right:9px; border-width:0px; } #fbla { background-image:url(../images/menu_images/FBLAactive.png); } #home { width: 960px; height: 300px; z-index:100; margin-top:-40px; /* [disabled]background-image:url(../images/menu_images/Homeactive.png); */ } #tsa { background-image:url(../images/menu_images/TSAactive.png); } #skills { background-image:url(../images/menu_images/SkillsActive.png); } #hosa { background-image:url(../images/menu_images/HOSAactive.png); } #nhs { background-image:url(../images/menu_images/NHSactive.png); } #ffa { background-image:url(../images/menu_images/FFAactive.png); } #fca { background-image:url(../images/menu_images/FCAactive.png); } #top { margin-left:auto; margin-right:auto; width:960px; height:250px; z-index:-100; } #stage { z-index:10; width:960px; height:300px; margin-left: auto; margin-right: auto; margin-top: -40px; } .introduction { padding-right:30px; } figcaption { margin-top:10px; } #toppicture { margin-top:-310px; margin-bottom:250px; z-index:1000; position:relative; } .marginbottom { margin-bottom:10px; } .officerpic { clear:both; float:left; width:200px; padding-left:20px; padding-top:10px; padding-bottom:10px; } .officerinfo { float:left; width:400px; padding-left:20px; padding-top:20px; } .borderandfloat { border: 2px black solid; float:left; } .noborder { border: 0; } .iframe { border: 2px solid black; width: 200px; height: 370px; scrolling: none; } #marginbottom li { margin-bottom:10px; } #bold { font-size:.9em; font-weight:bold; }
2012/2nd/css/default.css
@charset "utf-8"; /* CSS Document */ body { background-image: url(../images/repeat.jpg); background-repeat: repeat-x; font-family:Arial, Helvetica, sans-serif; font-size:1em; text-align: center; } nav { margin-right: auto; margin-left: auto; width: 960px; z-index: 100; } #wrap { margin-bottom:40px; margin-left: auto; margin-right: auto; width: 960px; } #wrapper { border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; margin-left: auto; margin-right: auto; width: 960px; margin-top: -85px; padding-top: 85px; border: solid black 3px; /* [disabled]height: 560px; */ background-color:#F5F5F5; min-height: 710px; z-index: -100; float: left; text-align:left; } #upcoming { float: right; margin-left: 0px; margin-right: 20px; margin-top: 30px; } footer { border: solid 3px black; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background-color:#F5F5F5; color: black; width: 960px; margin-right: auto; margin-left: auto; text-align: center; padding: 10px 0px 12px 0px; font-weight:normal; margin-top:1em; clear:both; } #intro { width: 940px; float: left; /* [disabled]height: 70px; */ padding-top: 20px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; line-height:1.2em; } #intro span { color:#1f1f1f; font-size:2.0em; } #thanks { width: 940px; float: left; /* [disabled]height: 70px; */ padding-top: 20px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; line-height:1.2em; text-align:center; } #banner { width: 670px; /* [disabled]height: 370px; */ float: left; ; /* [disabled]margin-bottom: 10px; */ padding: 30px 20px 20px 20px; } #photos { text-align:center; background-color:black; } /*#banner img { [disabled]margin:10px; border: 1px black solid; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }*/ #form { width: 630px; /* [disabled]height: 370px; */ float: left; /* [disabled]margin-bottom: 10px; */ padding: 30px 20px 20px 60px; margin-top:-130px; } #clubform { /* [disabled]height: 370px; */ float: left; /* [disabled]margin-bottom: 10px; */ } footer a:link { color:black; font-weight:bold; text-decoration:underline; font-size:.9em; } footer a:visited { color:black; text-decoration:underline; font-size:.9em; } footer a:hover { font-weight:bold; text-decoration:none; color:#333333; font-size:.9em; } footer #bottommenu { margin-top:3px; margin-bottom:8px; font-weight:normal; font-size:.9em; } footer #copyright { margin-top:3px; margin-bottom:0px; font-weight:normal; font-size:.7em; } #intro aside { float:right; margin-right:23px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 2px solid black; background-color: rgba(227, 233, 255, .9); color: rgba(227, 233, 255, .9); margin-top:6px; /*-moz-transform: scale(.9) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg); -webkit-transform: scale(.9) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg); -o-transform: scale(.9) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg); -ms-transform: scale(.9) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg); transform: scale(.9) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);*/ -webkit-box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, .3); -moz-box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, .3); box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, .3); margin-left: 50px; margin-bottom:20px; z-index:100; } #intro aside:hover { -webkit-box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, .7); -moz-box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, .7); box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, .7); width:197px; height:164px; } #intro img:hover { width:205px; } iframe { -webkit-box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, .3); -moz-box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, .3); box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, .3); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } a:link { border-width:0px; text-decoration:none; } a:hover { border-width:0px; text-decoration:none; } a:visited { border-width:0px; text-decoration:none; } #social { border: 2px solid black; float: left; margin-left:26px; -webkit-box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, .3); -moz-box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, .3); box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, .3); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } #social img { padding-top:8px; padding-bottom:5px; padding-left:11px; padding-right:12px; border-width:0px; } #social img:hover { width:45px; padding-top:5px; padding-bottom:3px; padding-left:9px; padding-right:9px; border-width:0px; } #social #facebook:hover { width:45px; padding-top:5px; padding-bottom:3px; padding-left:10px; padding-right:9px; border-width:0px; } #fbla { background-image:url(../images/menu_images/FBLAactive.png); } #home { width: 960px; height: 300px; z-index:100; margin-top:-40px; /* [disabled]background-image:url(../images/menu_images/Homeactive.png); */ } #tsa { background-image:url(../images/menu_images/TSAactive.png); } #skills { background-image:url(../images/menu_images/SkillsActive.png); } #hosa { background-image:url(../images/menu_images/HOSAactive.png); } #nhs { background-image:url(../images/menu_images/NHSactive.png); } #ffa { background-image:url(../images/menu_images/FFAactive.png); } #fca { background-image:url(../images/menu_images/FCAactive.png); } #top { margin-left:auto; margin-right:auto; width:960px; height:250px; z-index:-100; } #stage { z-index:10; width:960px; height:300px; margin-left: auto; margin-right: auto; margin-top: -40px; } .introduction { padding-right:30px; } figcaption { margin-top:10px; } #toppicture { margin-top:-310px; margin-bottom:250px; z-index:1000; position:relative; } .marginbottom { margin-bottom:10px; } .officerpic { clear:both; float:left; width:200px; padding-left:20px; padding-top:10px; padding-bottom:10px; } .officerinfo { float:left; width:400px; padding-left:20px; padding-top:20px; } .borderandfloat { border: 2px black solid; float:left; } .noborder { border: 0; } .iframe { border: 2px solid black; width: 200px; height: 370px; scrolling: none; } #marginbottom li { margin-bottom:10px; } #bold { font-size:.9em; font-weight:bold; }
0.203233
0.062018
@import "../../constants/colors.css"; .nav-bar__main-container { width: 15vw; min-width: 19rem; max-width: 25rem; display: flex; flex-direction: column; justify-content: flex-start; padding: 1.6rem 2.2rem 1.6rem 2.2rem; color: #fff; } .nav-bar__user-data-box { display: flex; flex-direction: row; margin: 0 0 3.5rem 0; } .nav-bar__profile-img { /* width: 28%; */ width: 7rem; border-radius: 999px; } .nav-bar__username { display: flex; flex-direction: column; justify-content: flex-start; padding-left: 15px; } .nav-bar__main-container h1 { font-size: 1.3rem; /* font-size: 1vw; */ font-weight: 600; margin: 0; } .nav-bar__main-container h2 { font-family: "Montserrat"; font-size: 1.1rem; /* font-size: 0.7vw; */ font-weight: 100; margin: 0; color: #7e7e7e; } .nav-bar__footer { margin-top: auto; } .nav-bar__footer h3 { font-family: "Montserrat"; font-size: 1.1rem; font-weight: 500; color: #5a5a5a; margin: 0.2rem 0 0 0; } .nav-bar__footer p { font-family: "Montserrat"; font-size: 0.7rem; color: #3a3a3a; margin: 0; } .nav-bar__logout-button { border: 0; padding: 0.45rem 1rem 0.45rem 1rem; margin-bottom: 1rem; border-radius: 0.4rem; width: 7rem; height: 2.8rem; transition: 0.2s ease-in-out; background-color: var(--color4); cursor: pointer; display: flex; justify-content: center; align-items: center; fill: var(--color3); } .nav-bar__logout-button:hover { background-color: #2e2b28; } .nav-bar__logout-button svg { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } @media (max-width: 95em) { .nav-bar__main-container { width: 17vw; min-width: 10em; padding: 1.6rem 1.5vw 1.6rem 1.5vw; } .nav-bar__main-container h1 { font-size: 1.5rem; } .nav-bar__main-container h2 { font-size: 1rem; } .nav-bar__profile-img { width: 4rem; } .nav-bar__user-data-box { margin-bottom: 1.5rem; } } /* ======= Collapse Navigation Bar into Tablet View ======= */ @media (max-width: 82em) { .tablet { display: none; } .nav-bar__main-container { width: 80px; min-width: 80px; padding: 0; top: 0; position: fixed; } .nav-bar__profile-img { flex: 1; margin-top: 1rem; padding: 0.7em; width: 3rem; } .nav-bar__nav-container { padding: 0.7em; } .nav-bar__user-data-box { margin-bottom: 0; } } /* ======= Navigation Bar into Mobile View ======= */ @media (max-width: 30em) { .nav-bar__main-container { width: 100%; top: unset; bottom: 0; left: 50%; transform: translate(-50%, 0); display: flex; flex-direction: row; justify-content: center; align-items: center; position: fixed; margin-right: auto; z-index: 10; } .nav-bar__nav-container { display: flex; flex: 1; flex-direction: row; justify-content: space-between; align-items: center; padding: 0.5rem 1.1rem 0.5rem 1.1rem; margin: 0 0.4rem 0.4rem 0.4rem; border-radius: 1.3rem; background-color: #252424dc; backdrop-filter: blur(1px); -webkit-backdrop-filter: blur(1px); } .nav-bar__upper-container { display: none; } }
src/components/NavigationBar/NavigationBar.module.css
@import "../../constants/colors.css"; .nav-bar__main-container { width: 15vw; min-width: 19rem; max-width: 25rem; display: flex; flex-direction: column; justify-content: flex-start; padding: 1.6rem 2.2rem 1.6rem 2.2rem; color: #fff; } .nav-bar__user-data-box { display: flex; flex-direction: row; margin: 0 0 3.5rem 0; } .nav-bar__profile-img { /* width: 28%; */ width: 7rem; border-radius: 999px; } .nav-bar__username { display: flex; flex-direction: column; justify-content: flex-start; padding-left: 15px; } .nav-bar__main-container h1 { font-size: 1.3rem; /* font-size: 1vw; */ font-weight: 600; margin: 0; } .nav-bar__main-container h2 { font-family: "Montserrat"; font-size: 1.1rem; /* font-size: 0.7vw; */ font-weight: 100; margin: 0; color: #7e7e7e; } .nav-bar__footer { margin-top: auto; } .nav-bar__footer h3 { font-family: "Montserrat"; font-size: 1.1rem; font-weight: 500; color: #5a5a5a; margin: 0.2rem 0 0 0; } .nav-bar__footer p { font-family: "Montserrat"; font-size: 0.7rem; color: #3a3a3a; margin: 0; } .nav-bar__logout-button { border: 0; padding: 0.45rem 1rem 0.45rem 1rem; margin-bottom: 1rem; border-radius: 0.4rem; width: 7rem; height: 2.8rem; transition: 0.2s ease-in-out; background-color: var(--color4); cursor: pointer; display: flex; justify-content: center; align-items: center; fill: var(--color3); } .nav-bar__logout-button:hover { background-color: #2e2b28; } .nav-bar__logout-button svg { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } @media (max-width: 95em) { .nav-bar__main-container { width: 17vw; min-width: 10em; padding: 1.6rem 1.5vw 1.6rem 1.5vw; } .nav-bar__main-container h1 { font-size: 1.5rem; } .nav-bar__main-container h2 { font-size: 1rem; } .nav-bar__profile-img { width: 4rem; } .nav-bar__user-data-box { margin-bottom: 1.5rem; } } /* ======= Collapse Navigation Bar into Tablet View ======= */ @media (max-width: 82em) { .tablet { display: none; } .nav-bar__main-container { width: 80px; min-width: 80px; padding: 0; top: 0; position: fixed; } .nav-bar__profile-img { flex: 1; margin-top: 1rem; padding: 0.7em; width: 3rem; } .nav-bar__nav-container { padding: 0.7em; } .nav-bar__user-data-box { margin-bottom: 0; } } /* ======= Navigation Bar into Mobile View ======= */ @media (max-width: 30em) { .nav-bar__main-container { width: 100%; top: unset; bottom: 0; left: 50%; transform: translate(-50%, 0); display: flex; flex-direction: row; justify-content: center; align-items: center; position: fixed; margin-right: auto; z-index: 10; } .nav-bar__nav-container { display: flex; flex: 1; flex-direction: row; justify-content: space-between; align-items: center; padding: 0.5rem 1.1rem 0.5rem 1.1rem; margin: 0 0.4rem 0.4rem 0.4rem; border-radius: 1.3rem; background-color: #252424dc; backdrop-filter: blur(1px); -webkit-backdrop-filter: blur(1px); } .nav-bar__upper-container { display: none; } }
0.417509
0.067917
@font-face { font-family: Bully; src: url("/assets/Bully.otf"); } @font-face { font-family: Nunito; src: url("/assets/Nunito-Regular.ttf"); } @font-face { font-family: Nunito-light; src: url("/assets/Nunito-light.ttf"); } @font-face { font-family: Ethno; src: url("/assets/Ethno.ttf"); } .btn-green{ background-color: #86C232; border-radius: 25px; transition: .3s; overflow: hidden; } .btn-green-long{ background-color: #86C232; border-radius: 25px; transition: .3s; padding-left: 30px; padding-right: 30px; } .btn-green-long:hover{ color: #E3F2FD; background-color: #86C232; transition: color 0.3s linear; -webkit-transition: color 0.3s linear; -moz-transition: color 0.3s linear; transition: .3s; z-index: -1; } .btn-green:hover{ color: #E3F2FD; background-color: #86C232; transition: color 0.3s linear; -webkit-transition: color 0.3s linear; -moz-transition: color 0.3s linear; transition: .3s; z-index: -1; } .btn-green:hover:before{ top: 0; } .btn-green:active{ background-color: #aaed38; } .default-navbar-bg{ background-color: #011f14; transition: color 0.5s linear; /* vendorless fallback */ transition: all 0.4s; } .default-navbar-bg:hover{ background-color: #466322; transition: all 0.4s; } a { font-family: Nunito, sans-serif; } .event-title { font-size: 20px; color: var(--hover-color); } a.navbar-text:hover { color: #aaed38; transition: color 0.3s linear; -webkit-transition: color 0.3s linear; -moz-transition: color 0.3s linear; } .navbar a:hover, .navbar .active > a, .navbar li:hover > a { color: #aaed38; } .navbar-text:active{ color: #aaed38; } .brand-font{ font-family: Bully, sans-serif; font-size: 140%; letter-spacing: 3px; } a:link{ color: #aaed38; } .brand-font .accent{ color: #ed9838; font-family: Ethno; font-size: 20px; } .brand-font:hover{ color: #aaed38; transition: color 0.3s linear; -webkit-transition: color 0.3s linear; -moz-transition: color 0.3s linear; } h1{ font-family: Nunito, sans-serif; color: var(--primary-color); margin-top: 40px; margin-bottom: 20px; } h2{ font-family: Nunito, sans-serif; color: var(--primary-color); text-align: center; margin-top: 40px; margin-bottom: 20px; } h3{ font-family: Nunito, sans-serif; color: var(--primary-color); text-align: center; margin-top: 40px; margin-bottom: 20px; } h4{ font-family: Nunito, sans-serif; color: var(--primary-color); margin-top: 10px; margin-bottom: 10px; } h5{ font-family: Nunito, sans-serif; color: var(--font-color); margin-top: 10px; margin-bottom: 10px; } h6{ font-family: Nunito, sans-serif; color: var(--font-color); margin-top: 10px; margin-bottom: 10px; } label{ font-family: Roboto, sans-serif; color: var(--label-color); } p{ color: var(--font-color); } li{ color: var(--font-color); } input:hover { color: var(--label-color); } html, body{ background-color: var(--bg-color); height: auto; margin: 0; min-height: 100vh; width: flex; } .text { color: var(--font-color); } .card { background-color: var(--tile1-color); } ** { margin: 0; padding-bottom:40px; font-family: Nunito, "Helvetica Neue", sans-serif; --primary-color: #041610; --secondary-color: #536390; --font-color: #424242; --bg-color: #e7e7e7; --heading-color: #292922; --hover-color: #aaed38; --label-color: #292922; --hr-color: #808888; --border-color: #e0e0e0; --tile-color: #f0f0f0; --tile1-color: #dbdbdb; } .light { margin: 0; padding-bottom:40px; font-family: Nunito, "Helvetica Neue", sans-serif; --primary-color: #041610; --secondary-color: #536390; --font-color: #424242; --bg-color: #e7e7e7; --heading-color: #292922; --hover-color: #aaed38; --label-color: #292922; --hr-color: #808888; --border-color: #e0e0e0; --tile-color: #f0f0f0; --tile1-color: #dbdbdb; } .dark { margin: 0; padding-bottom:40px; font-family: Nunito, "Helvetica Neue", sans-serif; --primary-color: #86C232; --secondary-color: #818cab; --font-color: #e1e1ff; --bg-color: #041610; --heading-color: #818cab; --hover-color: #aaed38; --label-color: #86C232; --hr-color: #86C232; --border-color: #002714; --tile-color: #004623; --tile1-color: #002714; } html.transition, html.transition *, html.transition *:before, html.transition *:after { transition: all 750ms !important; transition-delay: 0 !important; } .center{ text-align: center; } .theme-switcher-wrap { display: inline-flex; align-items: center; margin-left: 10px; margin-right: 10px; } .theme-switcher-wrap .theme-switcher { display: inline-block; cursor: pointer; height: 20px; position: relative; width: 45px; border-radius: 22px; background-color: #bbbbbb; } .theme-switcher-wrap .theme-switcher .switch-path { background-color: #fff; bottom: 2px; content: ""; height: 16px; left: 4px; position: absolute; transition: .4s; width: 17px; border-radius: 22px; } .theme-switcher-wrap .theme-switcher .switch-path .switch-handle { background-color: #000; cursor: pointer; left: 0; position: absolute; right: 0; top: 0; transition: .4s; border-radius: 22px; } .theme-switcher-wrap .theme-switcher .theme switcher { display: none; } .theme-switcher-wrap .theme-switcher.active .switch-path { background-color: #86C232; transform: translateX(20px); } .theme-switcher-wrap .theme-switcher.active { background-color: #002b1b; } input:checked + .slider:before { transform: translateX(20px); } .slider.round { border-radius: 24px; } .slider.round:before { border-radius: 50%; } html.transition, html.transition *, html.transition *:before, html.transition *:after { transition: all 750ms !important; transition-delay: 0s !important; } .vertical-center { min-height: 90vh; display: flex; align-items: center; } .main-search { border-width: 0px; border-radius: 20px; border-bottom-color: #424242; background-color: var(--bg-color); border-bottom-width: 1px; transition: all 0.3s; } .main-search-addon{ background-color: var(--bg-color); border-width: 0px; border-left-color: #424242; } .main-search:hover{ box-shadow: 0 4px 2px -2px #AAED38; background-color: var(--bg-color); transition: all 0.3s; } .main-search:focus{ box-shadow: 0 4px 2px -2px #AAED38; background-color: white; transition: all 0.3s; } .margin{ margin: 10 10 10 10; } * { margin: 0; padding: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } footer { width: 100%; position: relative; bottom: -10px; display: inline-block; margin: -10px 0 0 0; height: 70px; background-color: #011f14; } footer .copyright { width: 50%; float: left; background-color: #011f14; } @media (max-width: 600px) { footer .copyright { width: 100%; } } footer .copyright p { padding-left: 10%; color: white; font-size: 0.7em; line-height: 54px; text-transform: capitalize; letter-spacing: 1px; } @media (max-width: 600px) { footer .copyright p { text-align: center; padding: 0; } } footer .social { width: 50%; float: right; } @media (max-width: 600px) { footer .social { width: 100%; } } footer .social a { float: left; line-height: 70px; text-decoration: none; color: white; text-align: center; font-weight: bold; -moz-transition: all, 0.3s; -o-transition: all, 0.3s; -webkit-transition: all, 0.3s; transition: all, 0.3s; } footer .social a:hover { background-color: #cccccc; -moz-transition: all, 0.3s; -o-transition: all, 0.3s; -webkit-transition: all, 0.3s; transition: all, 0.3s; } .linked { background-color: #1E83AE; font-size: 1.2em; border-radius: 0px 28px 28px 0px; width: 20%; } .face { background-color: #fa8e00; font-size: 1.2em; width: 60%; border-radius: 0px 28px 28px 0px; } .tweet { background-color: #3DACDD; font-size: 1.2em; width: 20%; } .support { background-color: #aaed38; font-size: 0.8em; width: 40%; } input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } .app-overlay-container { position: absolute; z-index: 1000; pointer-events: none; top: 0; left: 0; height: 100%; width: 100%; } .app-overlay-container:empty { display: none; } .dialog{ display: inline-block; } img{ display: inline-block; position: center; } hr { display: block; width: 50%; margin-top: 2.5em; margin-bottom: 2.5em; margin-left: auto; margin-right: auto; border-style: inset; border-width: 1px; border-top: 0.5px solid var(--hr-color); border-bottom: 0.5px solid var(--hr-color); } .form-control { height: 43px; border-radius: 25px; } .form-control:active, .form-control:focus { border-color: #86C232; } .form-control:hover, .form-control:active, .form-control:focus { -webkit-box-shadow: none !important; box-shadow: none !important; } .site-section { padding: 1.5em 0; } @media (min-width: 768px) { .site-section { padding: 0em relative; } } .site-section.site-section-sm { padding: 4em 0; } .site-section-heading h2 { position: relative; font-size: 2.5rem; color: #fff; padding-bottom: 30px; } @media (min-width: 768px) { .site-section-heading h2 { font-size: 3rem; } } .site-section-heading h2:after { content: ""; left: 0%; bottom: 0; position: absolute; width: 100px; height: 2px; background: -webkit-linear-gradient(linear, left top, right top, from(#86C232), color-stop(70%, #AAED38)); background: -webkit-linear-gradient(left, #86C232, #AAED38 70%); background: -o-linear-gradient(left, #86C232, #AAED38 70%); background: linear-gradient(to right, #86C232, #AAED38 70%); } @media (min-width: 992px) { .site-section-heading h2:after { left: -20%; } } .site-section-heading h2.text-center:after { content: ""; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); content: ""; left: 50%; bottom: 0; position: absolute; width: 100px; height: 2px; } .site-hero { margin-bottom: 1rem; } .site-hero, .site-hero .row { min-height: 500px; height: calc(100vh - 95px); } .site-hero.inner, .site-hero.inner .row { min-height: 400px; height: calc(50vh - 95px); } .site-hero h1 { font-size: 2rem; background: -webkit-linear-gradient(linear, left top, right top, from(#50741e), color-stop(70%, #AAED38)); background: -webkit-linear-gradient(left, transparent, #AAED38 70%); background: -o-linear-gradient(left, transparent, #AAED38 70%); background: linear-gradient(to right, transparent, #AAED38 70%); -webkit-text-fill-color: aliceblue; } @media (min-width: 992px) { .site-hero h1 { font-size: 6rem }} .site-hero .caption { color: #fff; } @media (min-width: 768px) { .site-hero .caption { font-size: 1.7rem; } } /*#footer { position: relative; left: 0; bottom: 0; width: 100%; /*text-align: center; }*/
src/styles.css
@font-face { font-family: Bully; src: url("/assets/Bully.otf"); } @font-face { font-family: Nunito; src: url("/assets/Nunito-Regular.ttf"); } @font-face { font-family: Nunito-light; src: url("/assets/Nunito-light.ttf"); } @font-face { font-family: Ethno; src: url("/assets/Ethno.ttf"); } .btn-green{ background-color: #86C232; border-radius: 25px; transition: .3s; overflow: hidden; } .btn-green-long{ background-color: #86C232; border-radius: 25px; transition: .3s; padding-left: 30px; padding-right: 30px; } .btn-green-long:hover{ color: #E3F2FD; background-color: #86C232; transition: color 0.3s linear; -webkit-transition: color 0.3s linear; -moz-transition: color 0.3s linear; transition: .3s; z-index: -1; } .btn-green:hover{ color: #E3F2FD; background-color: #86C232; transition: color 0.3s linear; -webkit-transition: color 0.3s linear; -moz-transition: color 0.3s linear; transition: .3s; z-index: -1; } .btn-green:hover:before{ top: 0; } .btn-green:active{ background-color: #aaed38; } .default-navbar-bg{ background-color: #011f14; transition: color 0.5s linear; /* vendorless fallback */ transition: all 0.4s; } .default-navbar-bg:hover{ background-color: #466322; transition: all 0.4s; } a { font-family: Nunito, sans-serif; } .event-title { font-size: 20px; color: var(--hover-color); } a.navbar-text:hover { color: #aaed38; transition: color 0.3s linear; -webkit-transition: color 0.3s linear; -moz-transition: color 0.3s linear; } .navbar a:hover, .navbar .active > a, .navbar li:hover > a { color: #aaed38; } .navbar-text:active{ color: #aaed38; } .brand-font{ font-family: Bully, sans-serif; font-size: 140%; letter-spacing: 3px; } a:link{ color: #aaed38; } .brand-font .accent{ color: #ed9838; font-family: Ethno; font-size: 20px; } .brand-font:hover{ color: #aaed38; transition: color 0.3s linear; -webkit-transition: color 0.3s linear; -moz-transition: color 0.3s linear; } h1{ font-family: Nunito, sans-serif; color: var(--primary-color); margin-top: 40px; margin-bottom: 20px; } h2{ font-family: Nunito, sans-serif; color: var(--primary-color); text-align: center; margin-top: 40px; margin-bottom: 20px; } h3{ font-family: Nunito, sans-serif; color: var(--primary-color); text-align: center; margin-top: 40px; margin-bottom: 20px; } h4{ font-family: Nunito, sans-serif; color: var(--primary-color); margin-top: 10px; margin-bottom: 10px; } h5{ font-family: Nunito, sans-serif; color: var(--font-color); margin-top: 10px; margin-bottom: 10px; } h6{ font-family: Nunito, sans-serif; color: var(--font-color); margin-top: 10px; margin-bottom: 10px; } label{ font-family: Roboto, sans-serif; color: var(--label-color); } p{ color: var(--font-color); } li{ color: var(--font-color); } input:hover { color: var(--label-color); } html, body{ background-color: var(--bg-color); height: auto; margin: 0; min-height: 100vh; width: flex; } .text { color: var(--font-color); } .card { background-color: var(--tile1-color); } ** { margin: 0; padding-bottom:40px; font-family: Nunito, "Helvetica Neue", sans-serif; --primary-color: #041610; --secondary-color: #536390; --font-color: #424242; --bg-color: #e7e7e7; --heading-color: #292922; --hover-color: #aaed38; --label-color: #292922; --hr-color: #808888; --border-color: #e0e0e0; --tile-color: #f0f0f0; --tile1-color: #dbdbdb; } .light { margin: 0; padding-bottom:40px; font-family: Nunito, "Helvetica Neue", sans-serif; --primary-color: #041610; --secondary-color: #536390; --font-color: #424242; --bg-color: #e7e7e7; --heading-color: #292922; --hover-color: #aaed38; --label-color: #292922; --hr-color: #808888; --border-color: #e0e0e0; --tile-color: #f0f0f0; --tile1-color: #dbdbdb; } .dark { margin: 0; padding-bottom:40px; font-family: Nunito, "Helvetica Neue", sans-serif; --primary-color: #86C232; --secondary-color: #818cab; --font-color: #e1e1ff; --bg-color: #041610; --heading-color: #818cab; --hover-color: #aaed38; --label-color: #86C232; --hr-color: #86C232; --border-color: #002714; --tile-color: #004623; --tile1-color: #002714; } html.transition, html.transition *, html.transition *:before, html.transition *:after { transition: all 750ms !important; transition-delay: 0 !important; } .center{ text-align: center; } .theme-switcher-wrap { display: inline-flex; align-items: center; margin-left: 10px; margin-right: 10px; } .theme-switcher-wrap .theme-switcher { display: inline-block; cursor: pointer; height: 20px; position: relative; width: 45px; border-radius: 22px; background-color: #bbbbbb; } .theme-switcher-wrap .theme-switcher .switch-path { background-color: #fff; bottom: 2px; content: ""; height: 16px; left: 4px; position: absolute; transition: .4s; width: 17px; border-radius: 22px; } .theme-switcher-wrap .theme-switcher .switch-path .switch-handle { background-color: #000; cursor: pointer; left: 0; position: absolute; right: 0; top: 0; transition: .4s; border-radius: 22px; } .theme-switcher-wrap .theme-switcher .theme switcher { display: none; } .theme-switcher-wrap .theme-switcher.active .switch-path { background-color: #86C232; transform: translateX(20px); } .theme-switcher-wrap .theme-switcher.active { background-color: #002b1b; } input:checked + .slider:before { transform: translateX(20px); } .slider.round { border-radius: 24px; } .slider.round:before { border-radius: 50%; } html.transition, html.transition *, html.transition *:before, html.transition *:after { transition: all 750ms !important; transition-delay: 0s !important; } .vertical-center { min-height: 90vh; display: flex; align-items: center; } .main-search { border-width: 0px; border-radius: 20px; border-bottom-color: #424242; background-color: var(--bg-color); border-bottom-width: 1px; transition: all 0.3s; } .main-search-addon{ background-color: var(--bg-color); border-width: 0px; border-left-color: #424242; } .main-search:hover{ box-shadow: 0 4px 2px -2px #AAED38; background-color: var(--bg-color); transition: all 0.3s; } .main-search:focus{ box-shadow: 0 4px 2px -2px #AAED38; background-color: white; transition: all 0.3s; } .margin{ margin: 10 10 10 10; } * { margin: 0; padding: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } footer { width: 100%; position: relative; bottom: -10px; display: inline-block; margin: -10px 0 0 0; height: 70px; background-color: #011f14; } footer .copyright { width: 50%; float: left; background-color: #011f14; } @media (max-width: 600px) { footer .copyright { width: 100%; } } footer .copyright p { padding-left: 10%; color: white; font-size: 0.7em; line-height: 54px; text-transform: capitalize; letter-spacing: 1px; } @media (max-width: 600px) { footer .copyright p { text-align: center; padding: 0; } } footer .social { width: 50%; float: right; } @media (max-width: 600px) { footer .social { width: 100%; } } footer .social a { float: left; line-height: 70px; text-decoration: none; color: white; text-align: center; font-weight: bold; -moz-transition: all, 0.3s; -o-transition: all, 0.3s; -webkit-transition: all, 0.3s; transition: all, 0.3s; } footer .social a:hover { background-color: #cccccc; -moz-transition: all, 0.3s; -o-transition: all, 0.3s; -webkit-transition: all, 0.3s; transition: all, 0.3s; } .linked { background-color: #1E83AE; font-size: 1.2em; border-radius: 0px 28px 28px 0px; width: 20%; } .face { background-color: #fa8e00; font-size: 1.2em; width: 60%; border-radius: 0px 28px 28px 0px; } .tweet { background-color: #3DACDD; font-size: 1.2em; width: 20%; } .support { background-color: #aaed38; font-size: 0.8em; width: 40%; } input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } .app-overlay-container { position: absolute; z-index: 1000; pointer-events: none; top: 0; left: 0; height: 100%; width: 100%; } .app-overlay-container:empty { display: none; } .dialog{ display: inline-block; } img{ display: inline-block; position: center; } hr { display: block; width: 50%; margin-top: 2.5em; margin-bottom: 2.5em; margin-left: auto; margin-right: auto; border-style: inset; border-width: 1px; border-top: 0.5px solid var(--hr-color); border-bottom: 0.5px solid var(--hr-color); } .form-control { height: 43px; border-radius: 25px; } .form-control:active, .form-control:focus { border-color: #86C232; } .form-control:hover, .form-control:active, .form-control:focus { -webkit-box-shadow: none !important; box-shadow: none !important; } .site-section { padding: 1.5em 0; } @media (min-width: 768px) { .site-section { padding: 0em relative; } } .site-section.site-section-sm { padding: 4em 0; } .site-section-heading h2 { position: relative; font-size: 2.5rem; color: #fff; padding-bottom: 30px; } @media (min-width: 768px) { .site-section-heading h2 { font-size: 3rem; } } .site-section-heading h2:after { content: ""; left: 0%; bottom: 0; position: absolute; width: 100px; height: 2px; background: -webkit-linear-gradient(linear, left top, right top, from(#86C232), color-stop(70%, #AAED38)); background: -webkit-linear-gradient(left, #86C232, #AAED38 70%); background: -o-linear-gradient(left, #86C232, #AAED38 70%); background: linear-gradient(to right, #86C232, #AAED38 70%); } @media (min-width: 992px) { .site-section-heading h2:after { left: -20%; } } .site-section-heading h2.text-center:after { content: ""; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); content: ""; left: 50%; bottom: 0; position: absolute; width: 100px; height: 2px; } .site-hero { margin-bottom: 1rem; } .site-hero, .site-hero .row { min-height: 500px; height: calc(100vh - 95px); } .site-hero.inner, .site-hero.inner .row { min-height: 400px; height: calc(50vh - 95px); } .site-hero h1 { font-size: 2rem; background: -webkit-linear-gradient(linear, left top, right top, from(#50741e), color-stop(70%, #AAED38)); background: -webkit-linear-gradient(left, transparent, #AAED38 70%); background: -o-linear-gradient(left, transparent, #AAED38 70%); background: linear-gradient(to right, transparent, #AAED38 70%); -webkit-text-fill-color: aliceblue; } @media (min-width: 992px) { .site-hero h1 { font-size: 6rem }} .site-hero .caption { color: #fff; } @media (min-width: 768px) { .site-hero .caption { font-size: 1.7rem; } } /*#footer { position: relative; left: 0; bottom: 0; width: 100%; /*text-align: center; }*/
0.382257
0.06357
#Login { height: 100vh; width: 100vw; display: flex; flex-direction: column; justify-content: center; align-items: center; background: #ddd; } #Login .brand { padding-top: 15px; position: fixed; top: 0; } #Login .login { height: 492px; width: 480px; border-radius: 5px; display: flex; flex-direction: column; justify-content: center; align-items: center; background: #36393f; } #Login .form { width: 85%; } #Login .field-wrap:first-child { margin-bottom: 20px; } #Login .TextFieldGroup { background-color: rgba(0, 0, 0, 0.1); border-color: rgba(0, 0, 0, 0.3); height: 40px; padding: 10px; border-radius: 3px; border-style: solid; border-width: 1px; box-sizing: border-box; width: 100%; font-size: 16px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; outline: none; color: #b9bbbe; letter-spacing: 0.5px; font-weight: 600; line-height: 16px; } #Login .TextFieldGroup:focus { box-shadow: 0 0 5px #7289da; border: 1px solid #7289da; } #Login .title { font-size: 26px; line-height: 32px; color: #e9e9ea; margin-bottom: 8px; font-weight: 300; outline: 0; } #Login .title-desc { color: #72767d; font-size: 18px; line-height: 22px; font-weight: 400; margin-bottom: 30px; } #Login .label { color: #b9bbbe; letter-spacing: 0.5px; text-transform: uppercase; -webkit-box-flex: 1; flex: 1; margin-bottom: 8px; font-weight: bold; line-height: 16px; font-size: 12px; } #Login .error { color: #ac4646; font-style: italic; text-transform: none; font-size: 12px; font-family: inherit; font-weight: 400; letter-spacing: 0.5px; } #Login .err-color { color: #ac4646; } #Login .forgot { color: #7289da; cursor: pointer; width: fit-content; margin-bottom: 20px; font-weight: 400; font-size: 14px; } #Login .forgot:hover { text-decoration-line: underline; } #Login .btn { background-color: #7289da; color: #fff; font-size: 16px; line-height: 24px; margin-bottom: 15px; width: 100%; height: 44px; outline: 0; border: 0; cursor: pointer; border-radius: 5px; } #Login .btn:hover { opacity: 0.8; } #Login .account { color: #72767d; font-size: 14px; line-height: 16px; } #Login .register { color: #7289da; cursor: pointer; width: fit-content; font-weight: 400; text-decoration: none; } #Login .register:hover { text-decoration: underline; } @media (max-width: 550px) { #Login .login { height: 100%; width: 100%; border-radius: 0; } }
client/src/components/auth/Login/Login.css
#Login { height: 100vh; width: 100vw; display: flex; flex-direction: column; justify-content: center; align-items: center; background: #ddd; } #Login .brand { padding-top: 15px; position: fixed; top: 0; } #Login .login { height: 492px; width: 480px; border-radius: 5px; display: flex; flex-direction: column; justify-content: center; align-items: center; background: #36393f; } #Login .form { width: 85%; } #Login .field-wrap:first-child { margin-bottom: 20px; } #Login .TextFieldGroup { background-color: rgba(0, 0, 0, 0.1); border-color: rgba(0, 0, 0, 0.3); height: 40px; padding: 10px; border-radius: 3px; border-style: solid; border-width: 1px; box-sizing: border-box; width: 100%; font-size: 16px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; outline: none; color: #b9bbbe; letter-spacing: 0.5px; font-weight: 600; line-height: 16px; } #Login .TextFieldGroup:focus { box-shadow: 0 0 5px #7289da; border: 1px solid #7289da; } #Login .title { font-size: 26px; line-height: 32px; color: #e9e9ea; margin-bottom: 8px; font-weight: 300; outline: 0; } #Login .title-desc { color: #72767d; font-size: 18px; line-height: 22px; font-weight: 400; margin-bottom: 30px; } #Login .label { color: #b9bbbe; letter-spacing: 0.5px; text-transform: uppercase; -webkit-box-flex: 1; flex: 1; margin-bottom: 8px; font-weight: bold; line-height: 16px; font-size: 12px; } #Login .error { color: #ac4646; font-style: italic; text-transform: none; font-size: 12px; font-family: inherit; font-weight: 400; letter-spacing: 0.5px; } #Login .err-color { color: #ac4646; } #Login .forgot { color: #7289da; cursor: pointer; width: fit-content; margin-bottom: 20px; font-weight: 400; font-size: 14px; } #Login .forgot:hover { text-decoration-line: underline; } #Login .btn { background-color: #7289da; color: #fff; font-size: 16px; line-height: 24px; margin-bottom: 15px; width: 100%; height: 44px; outline: 0; border: 0; cursor: pointer; border-radius: 5px; } #Login .btn:hover { opacity: 0.8; } #Login .account { color: #72767d; font-size: 14px; line-height: 16px; } #Login .register { color: #7289da; cursor: pointer; width: fit-content; font-weight: 400; text-decoration: none; } #Login .register:hover { text-decoration: underline; } @media (max-width: 550px) { #Login .login { height: 100%; width: 100%; border-radius: 0; } }
0.255901
0.059237
:root { --light-red: #ae4b6c; --red: #723147; --dark-red: #31152B; --white: #FFFFFF; --dark-gray: #1E2329; --darker-gray: #22272E; --gray: #2D333B; --light-gray: #444c56; --black: #000000; --brown: #E0CD9B; --alabaster: #E8EEEA; --blue: #012A36; --light-blue: #007EA7; --tudelft: #00A6D6; --accent-1: rgb(204, 68, 82); --accent-2: rgb(36, 97, 128); --accent-3: rgb(128, 29, 39); --accent-4: rgb(47, 152, 204); --accent-5: rgb(17, 128, 42); --accent-6: rgb(67, 204, 98); --accent-7: rgb(57, 204, 174); --accent-8: rgb(102, 82, 74); --accent-9: rgb(128, 124, 23); --accent-10: rgb(204, 111, 78); } body, html { width: 100vw; max-width: 100%; height: 100vh; max-height: 100%; margin: 0; padding: 0; background-color: var(--dark-gray); font-family: "Source Code Pro", monospace; overflow-x: hidden; } #content { display: grid; grid-template-columns: 33vw 33vw 33vw; color: var(--white); } .content-item { display: flex; flex-direction: column; align-content: space-around; } #content h1 { text-align: center; } #content h2 { text-align: center; } #header h1 { font-size: 1.6vw; } #header { height: fit-content; display: grid; grid-template-columns: 12.5vw 12.5vw 50vw 25vw; grid-auto-flow: column; font-size: 1vw; background-color: var(--gray); color: var(--white); } .block { background-color: var(--darker-gray); border-radius: 20px; border: 1px solid var(--light-gray); margin-top: 15px; margin-left: 7.5px; margin-right: 7.5px; flex: 1; } #names { display: flex; flex-direction: column; align-items: center; justify-content: center; } #names * { align-self: flex-start; text-align: center; font-size: 0.9vw; } .nameitem { border-radius: 0.2vw; padding: 0.2vw; cursor: pointer; } #author-parent { display: flex; flex-direction: row; justify-content: center; } .author { border-radius: 0.2vw; padding: 0.2vw; margin-bottom: 0.2vw; cursor: pointer; } .nameitem:hover, .author:hover { background-color: var(--dark-gray); } #title { text-align: center; color: var(--white); } .tudelft { display: flex; flex-direction: column; justify-content: center; text-align: center; cursor: pointer; } .tudelft h1 { color: var(--tudelft); } .gif { text-align: center; position: relative; } .gif:hover .static { display: none; } .gif:not(:hover) .dynamic { display: none; } .mapf-image { width: 60%; } figure { padding: 0; margin: 0; } figcaption { text-align: center; font-size: smaller; } p, ul { text-align: left; padding-left: 1.5em; padding-right: 1.5em; } ul { margin-left: 2em; } .rounded img { border-radius: 20px; } .download_button { text-align: center; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--light-gray); margin: 1vw; border-radius: 0.5vw; cursor: pointer; } .download_button:hover { background-color: var(--dark-gray); }
assets/final_poster/css/common.css
:root { --light-red: #ae4b6c; --red: #723147; --dark-red: #31152B; --white: #FFFFFF; --dark-gray: #1E2329; --darker-gray: #22272E; --gray: #2D333B; --light-gray: #444c56; --black: #000000; --brown: #E0CD9B; --alabaster: #E8EEEA; --blue: #012A36; --light-blue: #007EA7; --tudelft: #00A6D6; --accent-1: rgb(204, 68, 82); --accent-2: rgb(36, 97, 128); --accent-3: rgb(128, 29, 39); --accent-4: rgb(47, 152, 204); --accent-5: rgb(17, 128, 42); --accent-6: rgb(67, 204, 98); --accent-7: rgb(57, 204, 174); --accent-8: rgb(102, 82, 74); --accent-9: rgb(128, 124, 23); --accent-10: rgb(204, 111, 78); } body, html { width: 100vw; max-width: 100%; height: 100vh; max-height: 100%; margin: 0; padding: 0; background-color: var(--dark-gray); font-family: "Source Code Pro", monospace; overflow-x: hidden; } #content { display: grid; grid-template-columns: 33vw 33vw 33vw; color: var(--white); } .content-item { display: flex; flex-direction: column; align-content: space-around; } #content h1 { text-align: center; } #content h2 { text-align: center; } #header h1 { font-size: 1.6vw; } #header { height: fit-content; display: grid; grid-template-columns: 12.5vw 12.5vw 50vw 25vw; grid-auto-flow: column; font-size: 1vw; background-color: var(--gray); color: var(--white); } .block { background-color: var(--darker-gray); border-radius: 20px; border: 1px solid var(--light-gray); margin-top: 15px; margin-left: 7.5px; margin-right: 7.5px; flex: 1; } #names { display: flex; flex-direction: column; align-items: center; justify-content: center; } #names * { align-self: flex-start; text-align: center; font-size: 0.9vw; } .nameitem { border-radius: 0.2vw; padding: 0.2vw; cursor: pointer; } #author-parent { display: flex; flex-direction: row; justify-content: center; } .author { border-radius: 0.2vw; padding: 0.2vw; margin-bottom: 0.2vw; cursor: pointer; } .nameitem:hover, .author:hover { background-color: var(--dark-gray); } #title { text-align: center; color: var(--white); } .tudelft { display: flex; flex-direction: column; justify-content: center; text-align: center; cursor: pointer; } .tudelft h1 { color: var(--tudelft); } .gif { text-align: center; position: relative; } .gif:hover .static { display: none; } .gif:not(:hover) .dynamic { display: none; } .mapf-image { width: 60%; } figure { padding: 0; margin: 0; } figcaption { text-align: center; font-size: smaller; } p, ul { text-align: left; padding-left: 1.5em; padding-right: 1.5em; } ul { margin-left: 2em; } .rounded img { border-radius: 20px; } .download_button { text-align: center; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--light-gray); margin: 1vw; border-radius: 0.5vw; cursor: pointer; } .download_button:hover { background-color: var(--dark-gray); }
0.653348
0.207998
a.active { color:Red; } A { FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Arial, Tahoma; TEXT-DECORATION: underline } A:hover { COLOR: red } a img, a:link img, a:visited img, a:hover img, a:active img { border:0 !important; } .Label { FONT-WEIGHT: bolder; FONT-SIZE: 9pt; COLOR: black; } .button { FONT-WEIGHT: bold; FONT-SIZE: 11px; BORDER-LEFT-COLOR: #cccc99; BORDER-BOTTOM-COLOR: #cccc99; COLOR: black; BORDER-TOP-COLOR: #cccc99; BACKGROUND-COLOR: white; BORDER-RIGHT-COLOR: #cccc99 } .submit { FONT-SIZE: 10px; COLOR: black; TEXT-DECORATION: none } .defaultText { FONT-SIZE: 10pt; COLOR: black; } .dateHeader { FONT-SIZE: 10px; color:Black } .rowHeader { BORDER-RIGHT: #000000 1px; BORDER-TOP: #000000 1px; FONT-SIZE: 10px; BORDER-LEFT: #000000 1px; COLOR: #000000; BORDER-BOTTOM: #000000 1px; } .rowHeaderLabelTS { BORDER-RIGHT: #000000 1px; BORDER-TOP: #000000 1px; FONT-SIZE: 10px; BORDER-LEFT: #000000 1px; COLOR: #000000; BORDER-BOTTOM: #000000 1px; } .rowHeaderTS { BORDER-RIGHT: #000000 1px; BORDER-TOP: #000000 1px; FONT-SIZE: 11px; BORDER-LEFT: #000000 1px; COLOR: #000000; BORDER-BOTTOM: #000000 1px; } .balanceArray { FONT-SIZE: 10px; COLOR: black; } .timeSheetInputBox { FONT-SIZE: 9px; COLOR: black } .whiteLink { COLOR: white; } A.boldsearch { FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: white; TEXT-DECORATION: none } A.boldsearch:hover { COLOR: yellow } .linkBorder { BORDER-RIGHT: #990000 1pt solid; BORDER-TOP: #990000 1pt solid; BORDER-LEFT: #990000 1pt solid; BORDER-BOTTOM: #990000 1pt solid } .linkText { COLOR: navy; TEXT-DECORATION: none } A { FONT-SIZE: 11px; COLOR: black; TEXT-DECORATION: underline } A:hover { COLOR: red } .textwhite { FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #ffffff; TEXT-DECORATION: none } .tdsTextbox { TEXT-ALIGN: right; font-weight:normal; font-size:10px; } .latsTextBlackOnGray { FONT-WEIGHT: bolder; FONT-SIZE: 10px; COLOR: #000000; BACKGROUND-COLOR: #cccccc; TEXT-ALIGN: right; } .latsTextBlackOnWhite { BORDER-RIGHT: black 1px; BORDER-TOP: black 1px; FONT-SIZE: 10px; BORDER-LEFT: black 1px; COLOR: #000000; BORDER-BOTTOM: black 1px solid; BACKGROUND-COLOR: #ffffff; TEXT-ALIGN: right; } .latsTextBlackOnYellow { FONT-SIZE: 11px; COLOR: #000000; BORDER-BOTTOM: black 1px solid; BACKGROUND-COLOR: #ffffce; TEXT-ALIGN: right; } .latsTextYellowOnGray { BORDER-RIGHT: aqua; BORDER-TOP: black 1px; FONT-SIZE: 11px; BORDER-LEFT: black 1px; COLOR: #ffffce; BORDER-BOTTOM: black 1px; BACKGROUND-COLOR: #cccccc } .inputTagYellowBackground { FONT-SIZE: 11px; COLOR: black; BACKGROUND-COLOR: #ffffce; TEXT-ALIGN: right; } .inputTagWhiteBackground { FONT-SIZE: 11px; COLOR: black; BACKGROUND-COLOR: white; TEXT-ALIGN: right; } .defaultTextUnderline { FONT-SIZE: 10pt; COLOR: #000000; BORDER-BOTTOM: black 1px solid; } .defaultTextHeader { BORDER-RIGHT: black 1pt; BORDER-TOP: black 1pt; FONT-WEIGHT: bolder; FONT-SIZE: 10pt; BORDER-LEFT: black 1pt; COLOR: black; BORDER-BOTTOM: black 1pt; BACKGROUND-COLOR: #c0c0c0 } .defaultTextTiny { FONT-SIZE: 8pt; COLOR: black; } .blackLink { FONT-SIZE: 12px; COLOR: black; } .lastGridRow { BORDER-RIGHT: black; BORDER-TOP: black 1pt solid; FONT-SIZE: 8pt; BORDER-LEFT: black; BORDER-BOTTOM: black; } .defaultTextSmall { FONT-SIZE: 9pt; COLOR: black; } .defaultTextBig { FONT-SIZE: 12pt; COLOR: black; } .tdsAquaError { FONT-SIZE: 10px; COLOR: aqua; } .textNoBorder { BORDER-RIGHT: medium none; BORDER-TOP: medium none; FONT-SIZE: 10pt; BORDER-LEFT: medium none; COLOR: black; BORDER-BOTTOM: medium none; } .textBoxLabel { BORDER-RIGHT: thin none; BORDER-TOP: thin none; BORDER-LEFT: thin none; BORDER-BOTTOM: thin none; COLOR: black; FONT-WEIGHT:bold; } .inputDisabledWhiteBackground { FONT-SIZE: 11px; COLOR: #696969; BACKGROUND-COLOR: white; TEXT-ALIGN: right; } .inputDisabledYellowBackground { FONT-SIZE: 11px; COLOR: #696969; BACKGROUND-COLOR: #ffffce; TEXT-ALIGN: right; } TABLE.menuTable { BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 1px solid } TABLE.outline { BORDER-RIGHT: black thin; PADDING-RIGHT: 2pt; BORDER-TOP: black 1px solid; PADDING-LEFT: 2pt; PADDING-BOTTOM: 2pt; MARGIN: 2pt 0pt; BORDER-LEFT: black 1px solid; WIDTH: 100%; PADDING-TOP: 2pt; BORDER-BOTTOM: silver 1px; BACKGROUND-COLOR: transparent } TABLE.list { PADDING-RIGHT: 2pt; BORDER-TOP: silver 1px solid; PADDING-LEFT: 2pt; PADDING-BOTTOM: 2pt; MARGIN: 2pt 0pt; BORDER-LEFT: silver 1px solid; WIDTH: 100%; PADDING-TOP: 2pt; BACKGROUND-COLOR: #f5f5f5 } A.buttonLink { BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 4px; BORDER-TOP: black 1pt solid; MARGIN-TOP: 2px; PADDING-LEFT: 4px; FONT-WEIGHT: 500; FONT-SIZE: 11px; MARGIN-BOTTOM: 2px; PADDING-BOTTOM: 0px; MARGIN-LEFT: 2px; BORDER-LEFT: black 1pt solid; WIDTH: 52pt; COLOR: navy; PADDING-TOP: 0px; BORDER-BOTTOM: black 1pt solid; HEIGHT: 10pt; BACKGROUND-COLOR: white; TEXT-ALIGN: center; TEXT-DECORATION: none } .huge { FONT-WEIGHT: bold; FONT-SIZE: 17px; COLOR: #333333; FONT-FAMILY: arial, verdana, optima, sans-serif; TEXT-DECORATION: none } .popHelp { position:absolute; width:200px; height:auto; color:blue; background-color:#FDF5E6; text-align:left; visibility:hidden; z-index:10; border:1px solid red; } .highLight{background-color:#FFFFCE} .default{background-color:#FFFFFF} .printText { font-size:12px; font-weight: normal; color:Black; font-family:arial, verdana, sans-serif } .clockStyle { BORDER-RIGHT: silver 2pt inset; BORDER-TOP: silver 2pt inset; FONT-SIZE: 10pt; BORDER-LEFT: silver 2pt inset; BORDER-BOTTOM: silver 2pt inset; FONT-FAMILY: Arial, Tahoma, Verdana; BACKGROUND-COLOR: black; TEXT-ALIGN: center } .clockTable { BORDER-RIGHT: silver inset; BORDER-TOP: silver inset; FONT-SIZE: 10pt; MARGIN: 2px 1px 1px 2px; BORDER-LEFT: silver inset; BORDER-BOTTOM: silver inset; FONT-FAMILY: Tahoma, Arial, Verdana; BACKGROUND-COLOR: #4682B4 } .clockText { BORDER-RIGHT: medium none; BORDER-TOP: medium none; FONT-WEIGHT: lighter; FONT-SIZE: 24px; BORDER-LEFT: medium none; WIDTH: 20px; COLOR: #d4f5ff; BORDER-BOTTOM: medium none; FONT-STYLE: italic; FONT-FAMILY: Arial, Verdana, Tahoma; BACKGROUND-COLOR: black; TEXT-ALIGN: left } .textDate { BORDER-RIGHT: medium none; BORDER-TOP: medium none; FONT-SIZE: 10pt; BORDER-LEFT: medium none; COLOR: white; BORDER-BOTTOM: medium none; FONT-FAMILY: Tahoma, Arial, Verdana; BACKGROUND-COLOR: Transparent; TEXT-ALIGN: center } .textDefault { FONT-WEIGHT: bolder; FONT-SIZE: 10pt; COLOR: white; FONT-FAMILY: Tahoma, Arial, Verdana } .tiny { FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: black; FONT-FAMILY: arial } .tinyLink { FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: blue; FONT-FAMILY: arial } A.schedLink { FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: navy; FONT-FAMILY: Arial, Tahoma; TEXT-ALIGN: center; TEXT-DECORATION: none } A.schedLink:hover { COLOR: olive } TABLE.schedLeft { BORDER-RIGHT: black 1px solid; PADDING-RIGHT: 2pt; BORDER-TOP: black 1px solid; MARGIN-TOP: 2pt; PADDING-LEFT: 2pt; MARGIN-BOTTOM: 2pt; PADDING-BOTTOM: 2pt; BORDER-LEFT: black 1px solid; PADDING-TOP: 2pt; BORDER-BOTTOM: black 10px } TABLE.schedRight { BORDER-RIGHT: black 1px solid; PADDING-RIGHT: 2pt; BORDER-TOP: black 1px solid; MARGIN-TOP: 2pt; PADDING-LEFT: 2pt; MARGIN-BOTTOM: 2pt; PADDING-BOTTOM: 2pt; PADDING-TOP: 2pt } TABLE.schedLeftPrint { BORDER-RIGHT: black 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: black 1px solid; MARGIN-TOP: 2px; PADDING-LEFT: 2px; MARGIN-BOTTOM: 2px; PADDING-BOTTOM: 2px; BORDER-LEFT: black 1px solid; PADDING-TOP: 2px } TABLE.schedLeftPrint TD { BORDER-RIGHT: black 1px; BORDER-BOTTOM: black 1px solid } TABLE.schedRightPrint { BORDER-RIGHT: black 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: black 1px solid; MARGIN-TOP: 2px; PADDING-LEFT: 2px; MARGIN-BOTTOM: 2px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px } TABLE.schedRightPrint TD { BORDER-RIGHT: black 1px; BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 1px solid } DIV.popDetail { position:absolute; width:200px; height:200px; color:blue; left:0; top:0; background-color:#FDF5E6; text-align:left; z-index:10; border:1px solid red; overflow: auto; padding: 0px; display:none } .supervisorSubordinate_HeaderName { padding-left: 5px; margin-top: 0px; margin-bottom: 0px; float: left; } .supervisorSubordinate_HeaderTitle { padding-left: 5px; margin-top: 0px; margin-bottom: 0px; float: right; } .supervisorSubordinate_Content { display: none; margin-left: 15px; border-left: 1px dotted black } .supervisorSubordinate_Container { margin-bottom: 5px; } .alignRight { text-align:right; } .alignCenter { text-align:center; }
test/timesheet_files/lats.css
a.active { color:Red; } A { FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Arial, Tahoma; TEXT-DECORATION: underline } A:hover { COLOR: red } a img, a:link img, a:visited img, a:hover img, a:active img { border:0 !important; } .Label { FONT-WEIGHT: bolder; FONT-SIZE: 9pt; COLOR: black; } .button { FONT-WEIGHT: bold; FONT-SIZE: 11px; BORDER-LEFT-COLOR: #cccc99; BORDER-BOTTOM-COLOR: #cccc99; COLOR: black; BORDER-TOP-COLOR: #cccc99; BACKGROUND-COLOR: white; BORDER-RIGHT-COLOR: #cccc99 } .submit { FONT-SIZE: 10px; COLOR: black; TEXT-DECORATION: none } .defaultText { FONT-SIZE: 10pt; COLOR: black; } .dateHeader { FONT-SIZE: 10px; color:Black } .rowHeader { BORDER-RIGHT: #000000 1px; BORDER-TOP: #000000 1px; FONT-SIZE: 10px; BORDER-LEFT: #000000 1px; COLOR: #000000; BORDER-BOTTOM: #000000 1px; } .rowHeaderLabelTS { BORDER-RIGHT: #000000 1px; BORDER-TOP: #000000 1px; FONT-SIZE: 10px; BORDER-LEFT: #000000 1px; COLOR: #000000; BORDER-BOTTOM: #000000 1px; } .rowHeaderTS { BORDER-RIGHT: #000000 1px; BORDER-TOP: #000000 1px; FONT-SIZE: 11px; BORDER-LEFT: #000000 1px; COLOR: #000000; BORDER-BOTTOM: #000000 1px; } .balanceArray { FONT-SIZE: 10px; COLOR: black; } .timeSheetInputBox { FONT-SIZE: 9px; COLOR: black } .whiteLink { COLOR: white; } A.boldsearch { FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: white; TEXT-DECORATION: none } A.boldsearch:hover { COLOR: yellow } .linkBorder { BORDER-RIGHT: #990000 1pt solid; BORDER-TOP: #990000 1pt solid; BORDER-LEFT: #990000 1pt solid; BORDER-BOTTOM: #990000 1pt solid } .linkText { COLOR: navy; TEXT-DECORATION: none } A { FONT-SIZE: 11px; COLOR: black; TEXT-DECORATION: underline } A:hover { COLOR: red } .textwhite { FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #ffffff; TEXT-DECORATION: none } .tdsTextbox { TEXT-ALIGN: right; font-weight:normal; font-size:10px; } .latsTextBlackOnGray { FONT-WEIGHT: bolder; FONT-SIZE: 10px; COLOR: #000000; BACKGROUND-COLOR: #cccccc; TEXT-ALIGN: right; } .latsTextBlackOnWhite { BORDER-RIGHT: black 1px; BORDER-TOP: black 1px; FONT-SIZE: 10px; BORDER-LEFT: black 1px; COLOR: #000000; BORDER-BOTTOM: black 1px solid; BACKGROUND-COLOR: #ffffff; TEXT-ALIGN: right; } .latsTextBlackOnYellow { FONT-SIZE: 11px; COLOR: #000000; BORDER-BOTTOM: black 1px solid; BACKGROUND-COLOR: #ffffce; TEXT-ALIGN: right; } .latsTextYellowOnGray { BORDER-RIGHT: aqua; BORDER-TOP: black 1px; FONT-SIZE: 11px; BORDER-LEFT: black 1px; COLOR: #ffffce; BORDER-BOTTOM: black 1px; BACKGROUND-COLOR: #cccccc } .inputTagYellowBackground { FONT-SIZE: 11px; COLOR: black; BACKGROUND-COLOR: #ffffce; TEXT-ALIGN: right; } .inputTagWhiteBackground { FONT-SIZE: 11px; COLOR: black; BACKGROUND-COLOR: white; TEXT-ALIGN: right; } .defaultTextUnderline { FONT-SIZE: 10pt; COLOR: #000000; BORDER-BOTTOM: black 1px solid; } .defaultTextHeader { BORDER-RIGHT: black 1pt; BORDER-TOP: black 1pt; FONT-WEIGHT: bolder; FONT-SIZE: 10pt; BORDER-LEFT: black 1pt; COLOR: black; BORDER-BOTTOM: black 1pt; BACKGROUND-COLOR: #c0c0c0 } .defaultTextTiny { FONT-SIZE: 8pt; COLOR: black; } .blackLink { FONT-SIZE: 12px; COLOR: black; } .lastGridRow { BORDER-RIGHT: black; BORDER-TOP: black 1pt solid; FONT-SIZE: 8pt; BORDER-LEFT: black; BORDER-BOTTOM: black; } .defaultTextSmall { FONT-SIZE: 9pt; COLOR: black; } .defaultTextBig { FONT-SIZE: 12pt; COLOR: black; } .tdsAquaError { FONT-SIZE: 10px; COLOR: aqua; } .textNoBorder { BORDER-RIGHT: medium none; BORDER-TOP: medium none; FONT-SIZE: 10pt; BORDER-LEFT: medium none; COLOR: black; BORDER-BOTTOM: medium none; } .textBoxLabel { BORDER-RIGHT: thin none; BORDER-TOP: thin none; BORDER-LEFT: thin none; BORDER-BOTTOM: thin none; COLOR: black; FONT-WEIGHT:bold; } .inputDisabledWhiteBackground { FONT-SIZE: 11px; COLOR: #696969; BACKGROUND-COLOR: white; TEXT-ALIGN: right; } .inputDisabledYellowBackground { FONT-SIZE: 11px; COLOR: #696969; BACKGROUND-COLOR: #ffffce; TEXT-ALIGN: right; } TABLE.menuTable { BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 1px solid } TABLE.outline { BORDER-RIGHT: black thin; PADDING-RIGHT: 2pt; BORDER-TOP: black 1px solid; PADDING-LEFT: 2pt; PADDING-BOTTOM: 2pt; MARGIN: 2pt 0pt; BORDER-LEFT: black 1px solid; WIDTH: 100%; PADDING-TOP: 2pt; BORDER-BOTTOM: silver 1px; BACKGROUND-COLOR: transparent } TABLE.list { PADDING-RIGHT: 2pt; BORDER-TOP: silver 1px solid; PADDING-LEFT: 2pt; PADDING-BOTTOM: 2pt; MARGIN: 2pt 0pt; BORDER-LEFT: silver 1px solid; WIDTH: 100%; PADDING-TOP: 2pt; BACKGROUND-COLOR: #f5f5f5 } A.buttonLink { BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 4px; BORDER-TOP: black 1pt solid; MARGIN-TOP: 2px; PADDING-LEFT: 4px; FONT-WEIGHT: 500; FONT-SIZE: 11px; MARGIN-BOTTOM: 2px; PADDING-BOTTOM: 0px; MARGIN-LEFT: 2px; BORDER-LEFT: black 1pt solid; WIDTH: 52pt; COLOR: navy; PADDING-TOP: 0px; BORDER-BOTTOM: black 1pt solid; HEIGHT: 10pt; BACKGROUND-COLOR: white; TEXT-ALIGN: center; TEXT-DECORATION: none } .huge { FONT-WEIGHT: bold; FONT-SIZE: 17px; COLOR: #333333; FONT-FAMILY: arial, verdana, optima, sans-serif; TEXT-DECORATION: none } .popHelp { position:absolute; width:200px; height:auto; color:blue; background-color:#FDF5E6; text-align:left; visibility:hidden; z-index:10; border:1px solid red; } .highLight{background-color:#FFFFCE} .default{background-color:#FFFFFF} .printText { font-size:12px; font-weight: normal; color:Black; font-family:arial, verdana, sans-serif } .clockStyle { BORDER-RIGHT: silver 2pt inset; BORDER-TOP: silver 2pt inset; FONT-SIZE: 10pt; BORDER-LEFT: silver 2pt inset; BORDER-BOTTOM: silver 2pt inset; FONT-FAMILY: Arial, Tahoma, Verdana; BACKGROUND-COLOR: black; TEXT-ALIGN: center } .clockTable { BORDER-RIGHT: silver inset; BORDER-TOP: silver inset; FONT-SIZE: 10pt; MARGIN: 2px 1px 1px 2px; BORDER-LEFT: silver inset; BORDER-BOTTOM: silver inset; FONT-FAMILY: Tahoma, Arial, Verdana; BACKGROUND-COLOR: #4682B4 } .clockText { BORDER-RIGHT: medium none; BORDER-TOP: medium none; FONT-WEIGHT: lighter; FONT-SIZE: 24px; BORDER-LEFT: medium none; WIDTH: 20px; COLOR: #d4f5ff; BORDER-BOTTOM: medium none; FONT-STYLE: italic; FONT-FAMILY: Arial, Verdana, Tahoma; BACKGROUND-COLOR: black; TEXT-ALIGN: left } .textDate { BORDER-RIGHT: medium none; BORDER-TOP: medium none; FONT-SIZE: 10pt; BORDER-LEFT: medium none; COLOR: white; BORDER-BOTTOM: medium none; FONT-FAMILY: Tahoma, Arial, Verdana; BACKGROUND-COLOR: Transparent; TEXT-ALIGN: center } .textDefault { FONT-WEIGHT: bolder; FONT-SIZE: 10pt; COLOR: white; FONT-FAMILY: Tahoma, Arial, Verdana } .tiny { FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: black; FONT-FAMILY: arial } .tinyLink { FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: blue; FONT-FAMILY: arial } A.schedLink { FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: navy; FONT-FAMILY: Arial, Tahoma; TEXT-ALIGN: center; TEXT-DECORATION: none } A.schedLink:hover { COLOR: olive } TABLE.schedLeft { BORDER-RIGHT: black 1px solid; PADDING-RIGHT: 2pt; BORDER-TOP: black 1px solid; MARGIN-TOP: 2pt; PADDING-LEFT: 2pt; MARGIN-BOTTOM: 2pt; PADDING-BOTTOM: 2pt; BORDER-LEFT: black 1px solid; PADDING-TOP: 2pt; BORDER-BOTTOM: black 10px } TABLE.schedRight { BORDER-RIGHT: black 1px solid; PADDING-RIGHT: 2pt; BORDER-TOP: black 1px solid; MARGIN-TOP: 2pt; PADDING-LEFT: 2pt; MARGIN-BOTTOM: 2pt; PADDING-BOTTOM: 2pt; PADDING-TOP: 2pt } TABLE.schedLeftPrint { BORDER-RIGHT: black 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: black 1px solid; MARGIN-TOP: 2px; PADDING-LEFT: 2px; MARGIN-BOTTOM: 2px; PADDING-BOTTOM: 2px; BORDER-LEFT: black 1px solid; PADDING-TOP: 2px } TABLE.schedLeftPrint TD { BORDER-RIGHT: black 1px; BORDER-BOTTOM: black 1px solid } TABLE.schedRightPrint { BORDER-RIGHT: black 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: black 1px solid; MARGIN-TOP: 2px; PADDING-LEFT: 2px; MARGIN-BOTTOM: 2px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px } TABLE.schedRightPrint TD { BORDER-RIGHT: black 1px; BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 1px solid } DIV.popDetail { position:absolute; width:200px; height:200px; color:blue; left:0; top:0; background-color:#FDF5E6; text-align:left; z-index:10; border:1px solid red; overflow: auto; padding: 0px; display:none } .supervisorSubordinate_HeaderName { padding-left: 5px; margin-top: 0px; margin-bottom: 0px; float: left; } .supervisorSubordinate_HeaderTitle { padding-left: 5px; margin-top: 0px; margin-bottom: 0px; float: right; } .supervisorSubordinate_Content { display: none; margin-left: 15px; border-left: 1px dotted black } .supervisorSubordinate_Container { margin-bottom: 5px; } .alignRight { text-align:right; } .alignCenter { text-align:center; }
0.368747
0.124319
@font-face { font-family: 'Hamburg Hand Bold'; src: url('/fonts/HamburgHandBold.woff2') format('woff2'), url('/fonts/HamburgHandBold.woff') format('woff'); font-weight: bold; font-style: normal; } @font-face { font-family: 'Hamburg Hand'; src: url('/fonts/HamburgHandRegular.woff2') format('woff2'), url('/fonts/HamburgHandRegular.woff') format('woff'); font-weight: normal; font-style: normal; } /* Globals */ * { box-sizing: border-box; } /* Typography */ h1, h2, h3, h4, h5, p, a, html, button { font-family: 'Hamburg Hand', sans-serif !important; font-weight: normal; font-style: normal; letter-spacing: 2px; } p { margin: 0; padding: 0; } body { margin: 0; width: 100%; max-width: 100%; overflow-x: hidden; } :root { font-size: 15px; } body { margin: 0; --color-text: #111; --color-bg: #f8ecde; --color-link: #b19e7f; --color-link-hover: #000; color: var(--color-text); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: sofia-pro, sans-serif; } /* Grainy texture animation by <NAME> https://css-tricks.com/snippets/css/animated-grainy-texture/ */ main { padding-bottom: 300px; } main::before { animation: grain 8s steps(10) infinite; background-image: url(../images/noise.png); content: ''; height: 300%; left: -50%; opacity: 0.6; position: fixed; top: -100%; width: 300%; z-index: -3; } @keyframes grain { 0%, 100% { transform:translate(0, 0); } 10% { transform:translate(-5%, -10%); } 20% { transform:translate(-15%, 5%); } 30% { transform:translate(7%, -25%); } 40% { transform:translate(-5%, 25%); } 50% { transform:translate(-15%, 10%); } 60% { transform:translate(15%, 0%); } 70% { transform:translate(0%, 15%); } 80% { transform:translate(3%, 35%); } 90% { transform:translate(-10%, 10%); } } /* ------------------ Mobile ------------------ */ /* Hero */ h1.site-title a { color: #000; margin: 0; padding: 0px; } .site-description { font-size: 3vw; line-height: 1.2; text-align: justify; } /* Slideshow */ .slideshow { width: 100%; margin-top: 30px; } .slideshow-buttons { width: 90%; margin: 20px auto 20px auto; display: flex; justify-content: space-between; } button.prev, button.next { background: transparent; border: 0px; font-family: 'Arial', sans-serif !important; font-size: 42px; font-weight: 900; line-height: 0.3; cursor: pointer; padding: 20px 0px; } button.next:focus, button.prev:focus { outline: 0; } button.next:hover, button.prev:hover { border-top: 6px solid #000; border-bottom: 6px solid #000; padding: 8px 0px; } button.next { margin-left: 60px; } /* Contact */ .contact { margin-top: 20px; } .contact svg { padding-top: 0; } /* ------------------------------ OVER --------------------------- */ /* Marquee Footer */ .marquee { width: 100%; height: 4rem; overflow: hidden; position: fixed; z-index: 3; bottom: 0; background: #8c3c1f; color: #000; } .marquee p { position: absolute; font-size: 4rem; margin-left: 0px; width: 100%; height: 100%; white-space: nowrap; color: transparent; /* Outline */ -webkit-text-stroke-width: 2px; -webkit-text-stroke-color: black; /* Animation */ transform: translateX(10vw); animation: scroll-left 30s linear infinite; } @keyframes scroll-left { 0% { transform: translateX(0vw); } 100% { transform: translateX(-350vw); } } .contact { display: flex; flex-direction: column; align-items: center; justify-content: center; margin-top: 50px; margin-bottom: 40px; } .contact div { text-align: center; } .contact svg { margin-top: 20px; } /* ------------------ Desktop ------------------ */ @media screen and (min-width: 1000px) { /* Hero */ .site-description { width: 60vw; font-size: 2vw; line-height: 1.4; text-align: justify; margin-top: 20px; } /* Slideshow */ .slideshow-container { max-width: 50vw; margin-left: 47vw; margin-top: 100px; } .slideshow-buttons { width: 50vw; margin-top: 20px; margin-left: 48vw; display: flex; justify-content: flex-end; } /* Contact */ .contact { display: flex; flex-direction: row; align-items: center; justify-content: flex-end; margin-top: 50px; margin-bottom: 40px; } .contact div { text-align: right; } .contact h2 { display: block; line-height: 1; padding: 0; margin: 0; text-align: right; } .contact a { text-decoration: none; color: inherit; letter-spacing: 6px; } .contact-mobile { width: 100%; display: flex; justify-content: center; } .contact-mobile button { letter-spacing: 3px !important; font-size: 42px; } .contact svg { display: block; margin-left: 40px; margin-right: 20px; } .contact-mobile { display: none; } }
src/components/layout.css
@font-face { font-family: 'Hamburg Hand Bold'; src: url('/fonts/HamburgHandBold.woff2') format('woff2'), url('/fonts/HamburgHandBold.woff') format('woff'); font-weight: bold; font-style: normal; } @font-face { font-family: 'Hamburg Hand'; src: url('/fonts/HamburgHandRegular.woff2') format('woff2'), url('/fonts/HamburgHandRegular.woff') format('woff'); font-weight: normal; font-style: normal; } /* Globals */ * { box-sizing: border-box; } /* Typography */ h1, h2, h3, h4, h5, p, a, html, button { font-family: 'Hamburg Hand', sans-serif !important; font-weight: normal; font-style: normal; letter-spacing: 2px; } p { margin: 0; padding: 0; } body { margin: 0; width: 100%; max-width: 100%; overflow-x: hidden; } :root { font-size: 15px; } body { margin: 0; --color-text: #111; --color-bg: #f8ecde; --color-link: #b19e7f; --color-link-hover: #000; color: var(--color-text); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: sofia-pro, sans-serif; } /* Grainy texture animation by <NAME> https://css-tricks.com/snippets/css/animated-grainy-texture/ */ main { padding-bottom: 300px; } main::before { animation: grain 8s steps(10) infinite; background-image: url(../images/noise.png); content: ''; height: 300%; left: -50%; opacity: 0.6; position: fixed; top: -100%; width: 300%; z-index: -3; } @keyframes grain { 0%, 100% { transform:translate(0, 0); } 10% { transform:translate(-5%, -10%); } 20% { transform:translate(-15%, 5%); } 30% { transform:translate(7%, -25%); } 40% { transform:translate(-5%, 25%); } 50% { transform:translate(-15%, 10%); } 60% { transform:translate(15%, 0%); } 70% { transform:translate(0%, 15%); } 80% { transform:translate(3%, 35%); } 90% { transform:translate(-10%, 10%); } } /* ------------------ Mobile ------------------ */ /* Hero */ h1.site-title a { color: #000; margin: 0; padding: 0px; } .site-description { font-size: 3vw; line-height: 1.2; text-align: justify; } /* Slideshow */ .slideshow { width: 100%; margin-top: 30px; } .slideshow-buttons { width: 90%; margin: 20px auto 20px auto; display: flex; justify-content: space-between; } button.prev, button.next { background: transparent; border: 0px; font-family: 'Arial', sans-serif !important; font-size: 42px; font-weight: 900; line-height: 0.3; cursor: pointer; padding: 20px 0px; } button.next:focus, button.prev:focus { outline: 0; } button.next:hover, button.prev:hover { border-top: 6px solid #000; border-bottom: 6px solid #000; padding: 8px 0px; } button.next { margin-left: 60px; } /* Contact */ .contact { margin-top: 20px; } .contact svg { padding-top: 0; } /* ------------------------------ OVER --------------------------- */ /* Marquee Footer */ .marquee { width: 100%; height: 4rem; overflow: hidden; position: fixed; z-index: 3; bottom: 0; background: #8c3c1f; color: #000; } .marquee p { position: absolute; font-size: 4rem; margin-left: 0px; width: 100%; height: 100%; white-space: nowrap; color: transparent; /* Outline */ -webkit-text-stroke-width: 2px; -webkit-text-stroke-color: black; /* Animation */ transform: translateX(10vw); animation: scroll-left 30s linear infinite; } @keyframes scroll-left { 0% { transform: translateX(0vw); } 100% { transform: translateX(-350vw); } } .contact { display: flex; flex-direction: column; align-items: center; justify-content: center; margin-top: 50px; margin-bottom: 40px; } .contact div { text-align: center; } .contact svg { margin-top: 20px; } /* ------------------ Desktop ------------------ */ @media screen and (min-width: 1000px) { /* Hero */ .site-description { width: 60vw; font-size: 2vw; line-height: 1.4; text-align: justify; margin-top: 20px; } /* Slideshow */ .slideshow-container { max-width: 50vw; margin-left: 47vw; margin-top: 100px; } .slideshow-buttons { width: 50vw; margin-top: 20px; margin-left: 48vw; display: flex; justify-content: flex-end; } /* Contact */ .contact { display: flex; flex-direction: row; align-items: center; justify-content: flex-end; margin-top: 50px; margin-bottom: 40px; } .contact div { text-align: right; } .contact h2 { display: block; line-height: 1; padding: 0; margin: 0; text-align: right; } .contact a { text-decoration: none; color: inherit; letter-spacing: 6px; } .contact-mobile { width: 100%; display: flex; justify-content: center; } .contact-mobile button { letter-spacing: 3px !important; font-size: 42px; } .contact svg { display: block; margin-left: 40px; margin-right: 20px; } .contact-mobile { display: none; } }
0.42477
0.063628
/**会员等级**/ .g-g-c { width: 1000px;float:right} .m-g { width: 998px; border: 1px solid #f0f0f0; background-color: #fff; margin: 0px auto 0 auto;} .m-g-cont { width: 100%; border-bottom: 1px solid #f0f0f0; float: left;} .m-g-info { width: 415px; height: 123px; padding: 20px 30px; float: left;} .m-head { width: 90px; height: 90px; margin-bottom: 35px; margin-right: 20px; float: left;/* position: relative;*/} .m-head a.head-pos { width: 90px; height: 90px; text-decoration: none; /*background: url("../images/sprite_icon.png") -210px 0 no-repeat;*/ display: inline-block;/* position: absolute; top: 0; left: 0; z-index: 1;*/} .m-head a.head-pos img { width: 84px; height: 84px; border: 1px solid #f1f1f1; padding: 2px; border-radius: 50%;} .m-info { width: 305px; height: 123px; float: left;} .m-info p { width: 100%; margin-bottom: 8px; float: left;} .m-info .m-ninm { height: 16px; line-height: 16px; color: #333; font-size: 14px; font-weight: bold;} .m-info .m-class { height: 14px; line-height: 14px; color: #666; font-size: 12px;} .m-info .m-class i { color: #da3a4c; font-style: normal; cursor: pointer;} .m-info .m-rela { width: 100%; height: 76px; float: left;} .m-info .m-rela ul { display: inline-block;} .m-info .m-rela li { width: 101px; height: 76px; background-color: #f9f9f9; float: left; position: relative;} .m-info .m-rela li.line { border-left: 1px solid #fff; border-right: 1px solid #fff;} .m-info .m-rela li a { width: 100%; height: 34px; line-height: 12px; padding-top: 42px; font-size: 12px; color: #666; text-align: center; text-decoration: none; display: inline-block;} .m-info .m-rela li em { width: 22px; height: 22px; display: inline-block; position: absolute; top: 10px; left: 39px;} .m-info .m-rela li.m-rela-1 em { background: url("../images/my_grade_icon.png") 0 0 no-repeat;} .m-info .m-rela li.m-rela-2 em { background: url("../images/my_grade_icon.png") 0 -22px no-repeat;} .m-info .m-rela li.m-rela-3 em { background: url("../images/my_grade_icon.png") 0 -44px no-repeat;} .m-info .m-rela li a i { color: #da3a4c; font-style: normal; margin: 0 2px;} .m-g-q { width: 400px; height: 123px; margin: 16px 0 24px 0; border-left: 2px dashed #f0f0f0; border-right: 2px dashed #f0f0f0; float: left;} .m-q-title { height: 12px; padding: 4px 30px 0 30px;} .m-q-title span.q-title { height: 12px; line-height: 12px; font-size: 12px; color: #333; font-weight: bold; display: inline-block; float: left;} .m-q-title a.q-more { height: 12px; line-height: 12px; font-size: 12px; color: #333; text-decoration: none; display: inline-block; float: right;} .m-q-title a.q-more:hover { text-decoration: underline;} .m-g-s { height: 107px; position: relative;} .m-g-s a.roll_btn { width: 13px; height: 21px; position: absolute; top: 35px; display: inline-block;} .m-g-s a.m-g-prev { left: 7px; background: url("../images/my_grade_icon.png") 0 -66px no-repeat;} .m-g-s a.m-g-next { right: 7px; background: url("../images/my_grade_icon.png") 0 -87px no-repeat;} .m-g-s-b { width: 360px; height: 107px; margin: 0 20px; overflow: hidden;} .m-g-s-b ul { width: 10000px;} .m-g-s-b li { width: 70px; height: 92px; margin: 10px 10px 5px 10px; float: left;} .m-g-s-b li a { width: 70px; height: 70px; display: inline-block; float: left;} .m-g-s-b li a.nr-q { background: url("../images/my_grade_icon.png") -22px 0 no-repeat;} .m-g-s-b li a.bh-q { background: url("../images/my_grade_icon.png") -92px 0 no-repeat;} .m-g-s-b li a.ug-q { background: url("../images/my_grade_icon.png") -162px 0 no-repeat;} .m-g-s-b li a.ms-q { background: url("../images/my_grade_icon.png") -232px 0 no-repeat;} .m-g-s-b li a.bg-q { background: url("../images/my_grade_icon.png") -302px 0 no-repeat;} .m-g-s-b li a.nr-q-s { background-position: -22px -70px;} .m-g-s-b li a.bh-q-s { background-position: -92px -70px;} .m-g-s-b li a.ug-q-s { background-position: -162px -70px;} .m-g-s-b li a.ms-q-s { background-position: -232px -70px;} .m-g-s-b li a.bg-q-s { background-position: -302px -70px;} .m-g-s-b li span { width: 70px; height: 14px; line-height: 14px; font-size: 12px; color: #666; text-align: center; margin-top: 8px; display: inline-block; float: left;} .m-g-b { width: 119px; height: 123px; margin: 16px 0 24px 0; float: left;} .m-g-b .m-b-title { height: 12px; line-height: 12px; font-size: 12px; color: #333; font-weight: bold; padding: 4px 20px 0 20px;} .m-b-cont { height: 92px; margin: 10px 20px 5px 20px;} .m-b-cont .m-b-tip { width: 100%; height: 92px; padding: 16px 0 36px 0; line-height: 20px; font-size: 12px; color: #ccc; text-align: left; display: none;} .m-b-cont ul {} .m-b-cont li { width: 70px; height: 92px; float: left;} .m-b-cont li a.no-q { width: 70px; height: 70px; text-decoration: none; display: inline-block; background: url("../images/my_grade_icon.png") -372px 0 no-repeat; float: left; position: relative;} .m-b-cont li a.no-q-s { background-position: -372px -70px;} .m-b-cont li a i { width: 20px; height: 20px; line-height: 20px; font-size: 12px; color: #fff; text-align: center; font-weight: bold; font-style: normal; background: url("../images/my_grade_icon.png") 0 -113px no-repeat; display: inline-block; position: absolute; top: -10px; right: -10px;} .m-b-cont li span { width: 70px; height: 12px; line-height: 12px; font-size: 12px; color: #666; text-align: center; margin-top: 10px; display: inline-block; float: left;} .m-g-l { width: 100%; height: 153px; padding: 20px 0 30px 0; float: left; position: relative;} .m-l-t { height: 16px; padding: 0 20px 18px 20px;} .m-l-t span { height: 16px; display: inline-block;} .m-l-t .l-title { line-height: 16px; font-size: 14px; color: #333; font-weight: bold; float: left;} .m-l-t .l-info { float: right; position: relative;} .m-l-t .l-info em { width: 5px; height: 9px; background: url("../images/my_grade_icon.png") -13px -66px no-repeat; display: inline-block; position: absolute; right: 0; top: 3px;} .m-l-t .l-info a { height: 16px; line-height: 16px; font-size: 12px; color: #06c; text-decoration: none; display: inline-block; float: left;} .m-l-s { width: 933px; height: 49px; margin: 31px 20px 39px 45px; background: url("../images/my_grade_loading.png") 0 -66px no-repeat; position: relative;} .m-l-s span.g-name { width: 29px; height: 36px; line-height: 18px; font-size: 12px; color: #da3a4c; font-weight: bold; display: inline-block; position: absolute; top: 8px; left: -29px;} .m-l-s span.g-t { width: 41px; height: 22px; line-height: 22px; font-size: 12px; color: #666; font-weight: bold; text-align: center; display: inline-block; position: absolute; top: 49px;} .m-l-s span.g-t-one { left: -20px;} .m-l-s span.g-t-two { left: 216px;} .m-l-s span.g-t-three { left: 507px;} .m-l-s span.g-t-four { left: 798px;} .m-l-s span.g-t em { width: 5px; height: 4px; background: url("../images/my_grade_icon.png") -13px -75px no-repeat; display: inline-block; position: absolute; top: 0; left: 18px;} .m-g-l span.g-a-icon { height: 22px; line-height: 22px; font-size: 12px; color: #666; padding: 0 7px; display: inline-block; background-color: #f0f0f0; position: absolute; top: 160px; left: 0; display: none;} .m-g-l span.g-a-icon i { font-style: normal; font-weight: bold; color: #da3a4c;} .m-g-l span.g-a-icon em { width: 14px; height: 5px; font-style: normal; background: url("../images/my_grade_icon.png") 0 -108px no-repeat; display: inline-block; position: absolute; top: -5px; left: 17px;} .m-l-s .g-a { height: 49px; padding-right: 1px; float: left; position: relative;} .m-l-s .g-one { width: 236px;} .m-l-s .g-two { width: 290px;} .m-l-s .g-three { width: 290px;} .m-l-s .g-four { width: 114px; padding: 0;} .m-l-s .g-a span { width: 100%; display: inline-block; float: left;} .m-l-s .g-a span.g-icon { height: 66px; position: absolute; top: -31px; left: 0;} .m-l-s .g-a span.icon-one { background: url("../images/my_grade_loading.png") 0 0 no-repeat;} .m-l-s .g-a span.icon-two { background: url("../images/my_grade_loading.png") -237px 0 no-repeat;} .m-l-s .g-a span.icon-three { background: url("../images/my_grade_loading.png") -528px 0 no-repeat;} .m-l-s .g-a span.g-txt { height: 12px; font-size: 12px; color: #da3a4c; font-weight: bold; text-align: center; position: absolute; left: 0; top: 48px;} .m-l-s span.g-bg { display: none;} .m-l-s span.g-one-bg { height: 49px; background: url("../images/my_grade_loading.png") 0 -115px no-repeat;} .m-l-s span.g-two-bg { height: 49px; background: url("../images/my_grade_loading.png") -237px -115px no-repeat;} .m-l-s span.g-three-bg { height: 49px; background: url("../images/my_grade_loading.png") -528px -115px no-repeat;} .m-l-s span.g-four-bg { height: 49px; background: url("../images/my_grade_loading.png") -819px -115px no-repeat;} .m-g-tab { width: 958px; border: 1px solid #f0f0f0; background-color: #fff; padding: 20px; margin: 20px auto 0 auto;} .m-t-t { width: 100%; height: 16px; margin-bottom: 8px; float: left;} .m-t-t span { height: 16px; display: inline-block;} .m-t-t .t-title { line-height: 16px; font-size: 14px; color: #333; font-weight: bold; float: left;} .m-t-t .t-info { float: right;} .m-t-t .t-info a { height: 16px; line-height: 16px; font-size: 12px; color: #666; text-decoration: none; margin-left: 20px; display: inline-block; float: left;} .m-t-t .t-info a:hover { color: #da3a4c; text-decoration: underline;} .m-t-t .t-info a.cur { color: #da3a4c;} .m-t-c { width: 100%; float: left;} .m-t-c table { width: 100%; border-collapse: collapse; border: 1px solid #f0f0f0;} .m-t-c table th { height: 17px; line-height: 17px; font-size: 12px; color: #3c3c3c; text-align: center; vertical-align: middle; padding: 10px 0; background-color: #f0f0f0;} .m-t-c table td { height: 18px; line-height: 18px; font-size: 12px; color: #666666; text-align: center; vertical-align: middle; padding: 10px 0; border: 1px solid #f0f0f0;} .m-t-b { width: 998px; border: 1px solid #f0f0f0; background-color: #fff; margin: 20px auto 0 auto;} .t-b-t { width: 958px; height: 44px; border-bottom: 2px solid #da3a4c; padding: 0 20px; float: left;} .t-b-t span { display: inline-block;} .t-b-t span.b-title { height: 16px; line-height: 16px; font-size: 14px; font-weight: bold; margin: 18px 0 10px 0; float: left;} .t-b-t span.b-btn { float: right;} .t-b-t span.b-btn a { height: 44px; line-height: 44px; font-size: 14px; font-weight: bold; color: #666; text-decoration: none; padding: 0 15px; float: left;} .t-b-t span.b-btn a.cur { color: #fff; background-color: #da3a4c;} .t-b-oper { width: 998px; height: 59px; border-bottom: 1px solid #e6e6e6; background-color: #f9f9f9; float: left;} .t-b-oper a { width: 168px; height: 58px; line-height: 58px; font-size: 16px; font-weight: bold; font-family: "微软雅黑"; color: #494949; text-align: center; text-decoration: none; border: 1px solid #e6e6e6; border-left: 0; border-bottom: 0; display: inline-block; float: left;} .t-b-oper a.cur { background-color: #fff; color: #da3a4c; font-size: 20px; border-bottom: 1px solid #fff;} .t-b-m { width: 958px; padding: 20px 20px 0 20px; float: left;} .t-b-m-cont { padding-bottom: 25px;} .t-b-m .t-b-m-nr { background: url("../images/nr_img.png") right 40px no-repeat;} .t-b-m .t-b-m-bh { background: url("../images/bh_img.png") right bottom no-repeat;} .t-b-m .t-b-m-bg { background: url("../images/bg_img.png") right bottom no-repeat;} .t-b-m .t-b-m-ug { background: url("../images/ug_img.png") right 80px no-repeat;} .t-b-m .t-b-m-ms { background: url("../images/ms_img.png") right 80px no-repeat;} .t-b-m .b-m-p { height: 16px; line-height: 16px; font-size: 14px; color: #444; margin-bottom: 15px;} .t-b-m-c { width: 100%;} .t-b-m-c .b-m-c-l { width: 211px; height: 211px; margin: 40px 0 0 0; float: left;} .t-b-m .t-b-m-cont .b-m-c-l { background: url("../images/my_grade_big.png") 0 0 no-repeat;} .t-b-m .t-b-m-nr .b-m-c-l { background-position: 0 -212px;} .t-b-m .t-b-m-bh .b-m-c-l { background-position: 0 -424px;} .t-b-m .t-b-m-bg .b-m-c-l { background-position: 0 -848px;} .t-b-m .t-b-m-ug .b-m-c-l { background-position: 0 0;} .t-b-m .t-b-m-ms .b-m-c-l { background-position: 0 -636px;} .t-b-m-c .b-m-c-r { width: 704px; height: 237px; padding: 22px 0 22px 20px; border-left: 2px dashed #f0f0f0; margin-left: 20px; float: left; position: relative;} .t-b-m-c .b-m-c-r a.r-pos { width: 100px; height: 22px; position: absolute; right: 65px; top: 106px;} .t-b-m-c .b-m-c-r p { line-height: 48px; font-size: 12px; color: #333;} .t-b-m-c .b-m-c-r p i { font-style: normal; color: #da3a4c; font-weight: bold;} .t-b-m-c .b-m-c-r p.n-a { width: 378px; line-height: 24px; font-size: 12px; color: #333;} .t-b-m-c .b-m-c-r p.n-m { width: 340px; margin-top: 20px;} .t-b-b { width: 100%; padding: 20px 0; border-bottom: 2px solid #ccc; float: left;} .t-b-no { border: 0;} .t-b-b .t-b-p { height: 14px; line-height: 14px; font-size: 12px; font-weight: bold; margin-bottom: 18px; color: #666; padding: 0 30px;} .t-b-b .t-b-c { width: 980px; padding: 0 9px;} .t-b-c .t-c-p { text-align: center; display: none;} .t-b-h .t-c-p { height: 65px; line-height: 65px; padding: 69px 0;} .t-b-n .t-c-p { height: 46px; line-height: 46px; padding: 78px 0;} .t-b-c .t-c-p em { font-style: normal; background: url("../images/my_grade_gift.png") -354px -220px no-repeat; margin-right: 30px; display: inline-block;} .t-b-c .t-c-p span { font-size: 18px; color: #ccc; vertical-align: top; display: inline-block;} .t-b-h .t-c-p em { width: 47px; height: 65px; background-position: -354px -220px;} .t-b-h .t-c-p span { height: 65px; line-height: 65px;} .t-b-n .t-c-p em { width: 52px; height: 46px; background-position: -401px -220px;} .t-b-n .t-c-p span { height: 46px; line-height: 46px;} .t-b-c ul { display: inline-block;} .t-b-c li { width: 177px; height: 203px; margin: 0 9px 0 10px; float: left;} .t-b-c li .b-i { width: 153px; height: 144px; border-top: 1px solid #ddd; border-right: 1px solid #ddd; border-left: 1px solid #ddd; margin: 0 11px; float: left; position: relative;} .t-b-c li .b-i em { width: 110px; height: 110px; font-style: normal; background: url("../images/my_grade_gift.png") 0 0 no-repeat; display: inline-block; position: absolute; top: 17px; left: 21px;} .t-b-c li.b-ug em { background-position: 0 0;} .t-b-c li.b-nr em { background-position: -110px 0;} .t-b-c li.b-bh em { background-position: -220px 0;} .t-b-c li.b-ms em { background-position: -330px 0;} .t-b-c li.b-bg em { background-position: -440px 0;} .t-b-c li.b-y-ug em { background-position: 0 -110px;} .t-b-c li.b-y-nr em { background-position: -110px -110px;} .t-b-c li.b-y-bh em { background-position: -220px -110px;} .t-b-c li.b-y-ms em { background-position: -330px -110px;} .t-b-c li.b-y-bg em { background-position: -440px -110px;} .t-b-c li .b-i i { width: 82px; height: 74px; font-style: normal; background: url("../images/my_grade_gift.png") 0 -285px no-repeat; display: inline-block; position: absolute; top: -4px; right: -4px;} .t-b-c li.b-ug i { background-position: 0 -285px; z-index:2;} .t-b-c li.b-nr i { background-position: -82px -285px; z-index:2;} .t-b-c li.b-bh i { background-position: -164px -285px; z-index:2;} .t-b-c li.b-ms i { background-position: -246px -285px; z-index:2;} .t-b-c li.b-bg i { background-position: -328px -285px; z-index:2;} .t-b-c li.b-n-ug i { background-position: 0 -359px; z-index:2;} .t-b-c li.b-n-nr i { background-position: -82px -359px; z-index:2;} .t-b-c li.b-n-bh i { background-position: -164px -359px; z-index:2;} .t-b-c li.b-n-ms i { background-position: -246px -359px; z-index:2;} .t-b-c li.b-n-bg i { background-position: -328px -359px; z-index:2;} .t-b-c li .b-b { width: 177px; height: 42px; padding: 8px 0; float: left;} .t-b-c li .b-b span { width: 153px; height: 18px; line-height: 18px; color: #333; padding: 0 12px; font-size: 12px; text-align: center;/* font-weight: bold;*/ display: inline-block; float: left;} .t-b-c li .b-b a { width: 175px; height: 24px; line-height: 24px; color: #fff; padding: 0 1px; font-size: 12px; text-align: center; text-decoration: none; font-weight: bold; display: inline-block; float: left;} .t-b-c li.b-n .b-b { background: url("../images/my_grade_gift.png") 0 -220px no-repeat;} .t-b-c li.b-y .b-b { background: url("../images/my_grade_gift.png") -177px -220px no-repeat;} .t-b-c li.b-n-b span { color: #666;} /**artDialog重写重写**/ .aui_state_focus .aui_title { height: 34px; line-height: 34px; font-size: 12px;} .aui_close { top: 7px;} .aui_buttons {white-space: normal;} .aui_buttons button.btn_ok { margin-left: 10px; margin-bottom: 0;} /**areDialog内容样式**/ .g-layer { width: 530px;} .g-title { width: 100%; line-height: 14px; font-size: 12px; color: #666; margin-bottom: 18px;} .g-l-cont { width: 448px; border: 1px solid #ddd; text-align: center; margin: 0 auto; padding: 12px 0;} .g-l-cont .g-jifen { width: 215px; height: 138px; margin: 18px 12px 19px 12px; line-height: 20px; font-size: 14px; font-weight: bold; color: #333; text-align: center; vertical-align: top; padding-top: 25px; background: url("../images/grade_jifen_bg.png") 0 0 no-repeat; float: left;} .g-l-cont .g-sale { width: 178px; height: 150px; margin: 12px; padding-top: 26px; background: url("../images/grade_sale_bg.png") 0 0 no-repeat; float: left;} .g-layer-1 .g-jifen { float: none; margin-left: auto; margin-right: auto;} .g-layer-2 .g-sale { float: none; margin-left: auto; margin-right: auto;} .g-layer-3 .g-sale { height: 188px; margin-left: 23px; margin-right: 23px; position: relative;} .g-layer-3 .g-margin { margin: 0 136px;} .g-layer-3 .g-btn { margin-bottom: 0; position: absolute; bottom: 0; left: 43px;} .g-layer-4 .g-jifen { margin-left: 15px;} .g-layer-5 .g-margin { margin: 0 116px;} .g-layer-5 .g-sale { margin-left: 23px; margin-right: 23px;} .g-l-cont .g-jifen i { font-style: normal; color: #da3a4c; font-size: 20px; margin-right: 2px;} .g-l-cont .g-sale p { width: 100%; text-align: center;} .g-l-cont .g-sale .g-s-price { height: 54px; line-height: 54px; font-size: 48px; color: #fff; font-weight: bold;} .g-l-cont .g-sale .g-s-price em { font-style: normal; font-size: 20px; font-family: "Microsoft Yahei";} .g-l-cont .g-sale .g-s-title { height: 22px; line-height: 22px; font-size: 12px; color: #fff4d8;} .g-l-cont .g-sale .g-s-range { height: 20px; line-height: 20px; font-size: 12px; color: #fff4d8;} .g-l-cont .g-sale .g-s-name { height: 20px; line-height: 20px; font-size: 12px; color: #fff4d8; font-weight: 600;} .g-l-cont .g-sale .g-s-time { height: 32px; line-height: 32px; font-size: 12px; color: #999;} .g-tip { width: 230px;} .g-tip-title { width: 100%; height: 32px; margin-bottom: 10px; text-align: center;} .g-tip-title em { width: 32px; height: 32px; margin-right: 10px; background: url("../images/my_grade_gift.png") -453px -220px no-repeat; font-style: normal; display: inline-block;} .g-tip-title span { height: 32px; line-height: 32px; font-size: 18px; vertical-align: top; font-family: "Microsoft Yahei"; color: #000033; font-weight: bold;display: inline-block;} .g-tip-info { width: 100%; height: 14px; line-height: 14px; font-size: 12px; color: #0066cc; margin-bottom: 8px;} .g-tip-info i { color: #666; font-style: normal; display: inline-block;} .g-tip-info a { height: 14px; line-height: 14px; font-size: 12px; color: #0066cc; margin: 0 5px; text-decoration: none; display: inline-block;} .g-tip-info a.cor { color: #666;} .g-tip-info a:hover { text-decoration: underline;} .g-layer-time .g-tip-title em { background-position: -453px -252px;} .g-layer-yi .g-tip-title em { background-position: -453px -252px;} .g-layer-shibai .g-tip-title em { background-position: -453px -252px;} .g-layer-shibai { width: 320px;}
Template/pc/soubao/Static/css/grade.css
/**会员等级**/ .g-g-c { width: 1000px;float:right} .m-g { width: 998px; border: 1px solid #f0f0f0; background-color: #fff; margin: 0px auto 0 auto;} .m-g-cont { width: 100%; border-bottom: 1px solid #f0f0f0; float: left;} .m-g-info { width: 415px; height: 123px; padding: 20px 30px; float: left;} .m-head { width: 90px; height: 90px; margin-bottom: 35px; margin-right: 20px; float: left;/* position: relative;*/} .m-head a.head-pos { width: 90px; height: 90px; text-decoration: none; /*background: url("../images/sprite_icon.png") -210px 0 no-repeat;*/ display: inline-block;/* position: absolute; top: 0; left: 0; z-index: 1;*/} .m-head a.head-pos img { width: 84px; height: 84px; border: 1px solid #f1f1f1; padding: 2px; border-radius: 50%;} .m-info { width: 305px; height: 123px; float: left;} .m-info p { width: 100%; margin-bottom: 8px; float: left;} .m-info .m-ninm { height: 16px; line-height: 16px; color: #333; font-size: 14px; font-weight: bold;} .m-info .m-class { height: 14px; line-height: 14px; color: #666; font-size: 12px;} .m-info .m-class i { color: #da3a4c; font-style: normal; cursor: pointer;} .m-info .m-rela { width: 100%; height: 76px; float: left;} .m-info .m-rela ul { display: inline-block;} .m-info .m-rela li { width: 101px; height: 76px; background-color: #f9f9f9; float: left; position: relative;} .m-info .m-rela li.line { border-left: 1px solid #fff; border-right: 1px solid #fff;} .m-info .m-rela li a { width: 100%; height: 34px; line-height: 12px; padding-top: 42px; font-size: 12px; color: #666; text-align: center; text-decoration: none; display: inline-block;} .m-info .m-rela li em { width: 22px; height: 22px; display: inline-block; position: absolute; top: 10px; left: 39px;} .m-info .m-rela li.m-rela-1 em { background: url("../images/my_grade_icon.png") 0 0 no-repeat;} .m-info .m-rela li.m-rela-2 em { background: url("../images/my_grade_icon.png") 0 -22px no-repeat;} .m-info .m-rela li.m-rela-3 em { background: url("../images/my_grade_icon.png") 0 -44px no-repeat;} .m-info .m-rela li a i { color: #da3a4c; font-style: normal; margin: 0 2px;} .m-g-q { width: 400px; height: 123px; margin: 16px 0 24px 0; border-left: 2px dashed #f0f0f0; border-right: 2px dashed #f0f0f0; float: left;} .m-q-title { height: 12px; padding: 4px 30px 0 30px;} .m-q-title span.q-title { height: 12px; line-height: 12px; font-size: 12px; color: #333; font-weight: bold; display: inline-block; float: left;} .m-q-title a.q-more { height: 12px; line-height: 12px; font-size: 12px; color: #333; text-decoration: none; display: inline-block; float: right;} .m-q-title a.q-more:hover { text-decoration: underline;} .m-g-s { height: 107px; position: relative;} .m-g-s a.roll_btn { width: 13px; height: 21px; position: absolute; top: 35px; display: inline-block;} .m-g-s a.m-g-prev { left: 7px; background: url("../images/my_grade_icon.png") 0 -66px no-repeat;} .m-g-s a.m-g-next { right: 7px; background: url("../images/my_grade_icon.png") 0 -87px no-repeat;} .m-g-s-b { width: 360px; height: 107px; margin: 0 20px; overflow: hidden;} .m-g-s-b ul { width: 10000px;} .m-g-s-b li { width: 70px; height: 92px; margin: 10px 10px 5px 10px; float: left;} .m-g-s-b li a { width: 70px; height: 70px; display: inline-block; float: left;} .m-g-s-b li a.nr-q { background: url("../images/my_grade_icon.png") -22px 0 no-repeat;} .m-g-s-b li a.bh-q { background: url("../images/my_grade_icon.png") -92px 0 no-repeat;} .m-g-s-b li a.ug-q { background: url("../images/my_grade_icon.png") -162px 0 no-repeat;} .m-g-s-b li a.ms-q { background: url("../images/my_grade_icon.png") -232px 0 no-repeat;} .m-g-s-b li a.bg-q { background: url("../images/my_grade_icon.png") -302px 0 no-repeat;} .m-g-s-b li a.nr-q-s { background-position: -22px -70px;} .m-g-s-b li a.bh-q-s { background-position: -92px -70px;} .m-g-s-b li a.ug-q-s { background-position: -162px -70px;} .m-g-s-b li a.ms-q-s { background-position: -232px -70px;} .m-g-s-b li a.bg-q-s { background-position: -302px -70px;} .m-g-s-b li span { width: 70px; height: 14px; line-height: 14px; font-size: 12px; color: #666; text-align: center; margin-top: 8px; display: inline-block; float: left;} .m-g-b { width: 119px; height: 123px; margin: 16px 0 24px 0; float: left;} .m-g-b .m-b-title { height: 12px; line-height: 12px; font-size: 12px; color: #333; font-weight: bold; padding: 4px 20px 0 20px;} .m-b-cont { height: 92px; margin: 10px 20px 5px 20px;} .m-b-cont .m-b-tip { width: 100%; height: 92px; padding: 16px 0 36px 0; line-height: 20px; font-size: 12px; color: #ccc; text-align: left; display: none;} .m-b-cont ul {} .m-b-cont li { width: 70px; height: 92px; float: left;} .m-b-cont li a.no-q { width: 70px; height: 70px; text-decoration: none; display: inline-block; background: url("../images/my_grade_icon.png") -372px 0 no-repeat; float: left; position: relative;} .m-b-cont li a.no-q-s { background-position: -372px -70px;} .m-b-cont li a i { width: 20px; height: 20px; line-height: 20px; font-size: 12px; color: #fff; text-align: center; font-weight: bold; font-style: normal; background: url("../images/my_grade_icon.png") 0 -113px no-repeat; display: inline-block; position: absolute; top: -10px; right: -10px;} .m-b-cont li span { width: 70px; height: 12px; line-height: 12px; font-size: 12px; color: #666; text-align: center; margin-top: 10px; display: inline-block; float: left;} .m-g-l { width: 100%; height: 153px; padding: 20px 0 30px 0; float: left; position: relative;} .m-l-t { height: 16px; padding: 0 20px 18px 20px;} .m-l-t span { height: 16px; display: inline-block;} .m-l-t .l-title { line-height: 16px; font-size: 14px; color: #333; font-weight: bold; float: left;} .m-l-t .l-info { float: right; position: relative;} .m-l-t .l-info em { width: 5px; height: 9px; background: url("../images/my_grade_icon.png") -13px -66px no-repeat; display: inline-block; position: absolute; right: 0; top: 3px;} .m-l-t .l-info a { height: 16px; line-height: 16px; font-size: 12px; color: #06c; text-decoration: none; display: inline-block; float: left;} .m-l-s { width: 933px; height: 49px; margin: 31px 20px 39px 45px; background: url("../images/my_grade_loading.png") 0 -66px no-repeat; position: relative;} .m-l-s span.g-name { width: 29px; height: 36px; line-height: 18px; font-size: 12px; color: #da3a4c; font-weight: bold; display: inline-block; position: absolute; top: 8px; left: -29px;} .m-l-s span.g-t { width: 41px; height: 22px; line-height: 22px; font-size: 12px; color: #666; font-weight: bold; text-align: center; display: inline-block; position: absolute; top: 49px;} .m-l-s span.g-t-one { left: -20px;} .m-l-s span.g-t-two { left: 216px;} .m-l-s span.g-t-three { left: 507px;} .m-l-s span.g-t-four { left: 798px;} .m-l-s span.g-t em { width: 5px; height: 4px; background: url("../images/my_grade_icon.png") -13px -75px no-repeat; display: inline-block; position: absolute; top: 0; left: 18px;} .m-g-l span.g-a-icon { height: 22px; line-height: 22px; font-size: 12px; color: #666; padding: 0 7px; display: inline-block; background-color: #f0f0f0; position: absolute; top: 160px; left: 0; display: none;} .m-g-l span.g-a-icon i { font-style: normal; font-weight: bold; color: #da3a4c;} .m-g-l span.g-a-icon em { width: 14px; height: 5px; font-style: normal; background: url("../images/my_grade_icon.png") 0 -108px no-repeat; display: inline-block; position: absolute; top: -5px; left: 17px;} .m-l-s .g-a { height: 49px; padding-right: 1px; float: left; position: relative;} .m-l-s .g-one { width: 236px;} .m-l-s .g-two { width: 290px;} .m-l-s .g-three { width: 290px;} .m-l-s .g-four { width: 114px; padding: 0;} .m-l-s .g-a span { width: 100%; display: inline-block; float: left;} .m-l-s .g-a span.g-icon { height: 66px; position: absolute; top: -31px; left: 0;} .m-l-s .g-a span.icon-one { background: url("../images/my_grade_loading.png") 0 0 no-repeat;} .m-l-s .g-a span.icon-two { background: url("../images/my_grade_loading.png") -237px 0 no-repeat;} .m-l-s .g-a span.icon-three { background: url("../images/my_grade_loading.png") -528px 0 no-repeat;} .m-l-s .g-a span.g-txt { height: 12px; font-size: 12px; color: #da3a4c; font-weight: bold; text-align: center; position: absolute; left: 0; top: 48px;} .m-l-s span.g-bg { display: none;} .m-l-s span.g-one-bg { height: 49px; background: url("../images/my_grade_loading.png") 0 -115px no-repeat;} .m-l-s span.g-two-bg { height: 49px; background: url("../images/my_grade_loading.png") -237px -115px no-repeat;} .m-l-s span.g-three-bg { height: 49px; background: url("../images/my_grade_loading.png") -528px -115px no-repeat;} .m-l-s span.g-four-bg { height: 49px; background: url("../images/my_grade_loading.png") -819px -115px no-repeat;} .m-g-tab { width: 958px; border: 1px solid #f0f0f0; background-color: #fff; padding: 20px; margin: 20px auto 0 auto;} .m-t-t { width: 100%; height: 16px; margin-bottom: 8px; float: left;} .m-t-t span { height: 16px; display: inline-block;} .m-t-t .t-title { line-height: 16px; font-size: 14px; color: #333; font-weight: bold; float: left;} .m-t-t .t-info { float: right;} .m-t-t .t-info a { height: 16px; line-height: 16px; font-size: 12px; color: #666; text-decoration: none; margin-left: 20px; display: inline-block; float: left;} .m-t-t .t-info a:hover { color: #da3a4c; text-decoration: underline;} .m-t-t .t-info a.cur { color: #da3a4c;} .m-t-c { width: 100%; float: left;} .m-t-c table { width: 100%; border-collapse: collapse; border: 1px solid #f0f0f0;} .m-t-c table th { height: 17px; line-height: 17px; font-size: 12px; color: #3c3c3c; text-align: center; vertical-align: middle; padding: 10px 0; background-color: #f0f0f0;} .m-t-c table td { height: 18px; line-height: 18px; font-size: 12px; color: #666666; text-align: center; vertical-align: middle; padding: 10px 0; border: 1px solid #f0f0f0;} .m-t-b { width: 998px; border: 1px solid #f0f0f0; background-color: #fff; margin: 20px auto 0 auto;} .t-b-t { width: 958px; height: 44px; border-bottom: 2px solid #da3a4c; padding: 0 20px; float: left;} .t-b-t span { display: inline-block;} .t-b-t span.b-title { height: 16px; line-height: 16px; font-size: 14px; font-weight: bold; margin: 18px 0 10px 0; float: left;} .t-b-t span.b-btn { float: right;} .t-b-t span.b-btn a { height: 44px; line-height: 44px; font-size: 14px; font-weight: bold; color: #666; text-decoration: none; padding: 0 15px; float: left;} .t-b-t span.b-btn a.cur { color: #fff; background-color: #da3a4c;} .t-b-oper { width: 998px; height: 59px; border-bottom: 1px solid #e6e6e6; background-color: #f9f9f9; float: left;} .t-b-oper a { width: 168px; height: 58px; line-height: 58px; font-size: 16px; font-weight: bold; font-family: "微软雅黑"; color: #494949; text-align: center; text-decoration: none; border: 1px solid #e6e6e6; border-left: 0; border-bottom: 0; display: inline-block; float: left;} .t-b-oper a.cur { background-color: #fff; color: #da3a4c; font-size: 20px; border-bottom: 1px solid #fff;} .t-b-m { width: 958px; padding: 20px 20px 0 20px; float: left;} .t-b-m-cont { padding-bottom: 25px;} .t-b-m .t-b-m-nr { background: url("../images/nr_img.png") right 40px no-repeat;} .t-b-m .t-b-m-bh { background: url("../images/bh_img.png") right bottom no-repeat;} .t-b-m .t-b-m-bg { background: url("../images/bg_img.png") right bottom no-repeat;} .t-b-m .t-b-m-ug { background: url("../images/ug_img.png") right 80px no-repeat;} .t-b-m .t-b-m-ms { background: url("../images/ms_img.png") right 80px no-repeat;} .t-b-m .b-m-p { height: 16px; line-height: 16px; font-size: 14px; color: #444; margin-bottom: 15px;} .t-b-m-c { width: 100%;} .t-b-m-c .b-m-c-l { width: 211px; height: 211px; margin: 40px 0 0 0; float: left;} .t-b-m .t-b-m-cont .b-m-c-l { background: url("../images/my_grade_big.png") 0 0 no-repeat;} .t-b-m .t-b-m-nr .b-m-c-l { background-position: 0 -212px;} .t-b-m .t-b-m-bh .b-m-c-l { background-position: 0 -424px;} .t-b-m .t-b-m-bg .b-m-c-l { background-position: 0 -848px;} .t-b-m .t-b-m-ug .b-m-c-l { background-position: 0 0;} .t-b-m .t-b-m-ms .b-m-c-l { background-position: 0 -636px;} .t-b-m-c .b-m-c-r { width: 704px; height: 237px; padding: 22px 0 22px 20px; border-left: 2px dashed #f0f0f0; margin-left: 20px; float: left; position: relative;} .t-b-m-c .b-m-c-r a.r-pos { width: 100px; height: 22px; position: absolute; right: 65px; top: 106px;} .t-b-m-c .b-m-c-r p { line-height: 48px; font-size: 12px; color: #333;} .t-b-m-c .b-m-c-r p i { font-style: normal; color: #da3a4c; font-weight: bold;} .t-b-m-c .b-m-c-r p.n-a { width: 378px; line-height: 24px; font-size: 12px; color: #333;} .t-b-m-c .b-m-c-r p.n-m { width: 340px; margin-top: 20px;} .t-b-b { width: 100%; padding: 20px 0; border-bottom: 2px solid #ccc; float: left;} .t-b-no { border: 0;} .t-b-b .t-b-p { height: 14px; line-height: 14px; font-size: 12px; font-weight: bold; margin-bottom: 18px; color: #666; padding: 0 30px;} .t-b-b .t-b-c { width: 980px; padding: 0 9px;} .t-b-c .t-c-p { text-align: center; display: none;} .t-b-h .t-c-p { height: 65px; line-height: 65px; padding: 69px 0;} .t-b-n .t-c-p { height: 46px; line-height: 46px; padding: 78px 0;} .t-b-c .t-c-p em { font-style: normal; background: url("../images/my_grade_gift.png") -354px -220px no-repeat; margin-right: 30px; display: inline-block;} .t-b-c .t-c-p span { font-size: 18px; color: #ccc; vertical-align: top; display: inline-block;} .t-b-h .t-c-p em { width: 47px; height: 65px; background-position: -354px -220px;} .t-b-h .t-c-p span { height: 65px; line-height: 65px;} .t-b-n .t-c-p em { width: 52px; height: 46px; background-position: -401px -220px;} .t-b-n .t-c-p span { height: 46px; line-height: 46px;} .t-b-c ul { display: inline-block;} .t-b-c li { width: 177px; height: 203px; margin: 0 9px 0 10px; float: left;} .t-b-c li .b-i { width: 153px; height: 144px; border-top: 1px solid #ddd; border-right: 1px solid #ddd; border-left: 1px solid #ddd; margin: 0 11px; float: left; position: relative;} .t-b-c li .b-i em { width: 110px; height: 110px; font-style: normal; background: url("../images/my_grade_gift.png") 0 0 no-repeat; display: inline-block; position: absolute; top: 17px; left: 21px;} .t-b-c li.b-ug em { background-position: 0 0;} .t-b-c li.b-nr em { background-position: -110px 0;} .t-b-c li.b-bh em { background-position: -220px 0;} .t-b-c li.b-ms em { background-position: -330px 0;} .t-b-c li.b-bg em { background-position: -440px 0;} .t-b-c li.b-y-ug em { background-position: 0 -110px;} .t-b-c li.b-y-nr em { background-position: -110px -110px;} .t-b-c li.b-y-bh em { background-position: -220px -110px;} .t-b-c li.b-y-ms em { background-position: -330px -110px;} .t-b-c li.b-y-bg em { background-position: -440px -110px;} .t-b-c li .b-i i { width: 82px; height: 74px; font-style: normal; background: url("../images/my_grade_gift.png") 0 -285px no-repeat; display: inline-block; position: absolute; top: -4px; right: -4px;} .t-b-c li.b-ug i { background-position: 0 -285px; z-index:2;} .t-b-c li.b-nr i { background-position: -82px -285px; z-index:2;} .t-b-c li.b-bh i { background-position: -164px -285px; z-index:2;} .t-b-c li.b-ms i { background-position: -246px -285px; z-index:2;} .t-b-c li.b-bg i { background-position: -328px -285px; z-index:2;} .t-b-c li.b-n-ug i { background-position: 0 -359px; z-index:2;} .t-b-c li.b-n-nr i { background-position: -82px -359px; z-index:2;} .t-b-c li.b-n-bh i { background-position: -164px -359px; z-index:2;} .t-b-c li.b-n-ms i { background-position: -246px -359px; z-index:2;} .t-b-c li.b-n-bg i { background-position: -328px -359px; z-index:2;} .t-b-c li .b-b { width: 177px; height: 42px; padding: 8px 0; float: left;} .t-b-c li .b-b span { width: 153px; height: 18px; line-height: 18px; color: #333; padding: 0 12px; font-size: 12px; text-align: center;/* font-weight: bold;*/ display: inline-block; float: left;} .t-b-c li .b-b a { width: 175px; height: 24px; line-height: 24px; color: #fff; padding: 0 1px; font-size: 12px; text-align: center; text-decoration: none; font-weight: bold; display: inline-block; float: left;} .t-b-c li.b-n .b-b { background: url("../images/my_grade_gift.png") 0 -220px no-repeat;} .t-b-c li.b-y .b-b { background: url("../images/my_grade_gift.png") -177px -220px no-repeat;} .t-b-c li.b-n-b span { color: #666;} /**artDialog重写重写**/ .aui_state_focus .aui_title { height: 34px; line-height: 34px; font-size: 12px;} .aui_close { top: 7px;} .aui_buttons {white-space: normal;} .aui_buttons button.btn_ok { margin-left: 10px; margin-bottom: 0;} /**areDialog内容样式**/ .g-layer { width: 530px;} .g-title { width: 100%; line-height: 14px; font-size: 12px; color: #666; margin-bottom: 18px;} .g-l-cont { width: 448px; border: 1px solid #ddd; text-align: center; margin: 0 auto; padding: 12px 0;} .g-l-cont .g-jifen { width: 215px; height: 138px; margin: 18px 12px 19px 12px; line-height: 20px; font-size: 14px; font-weight: bold; color: #333; text-align: center; vertical-align: top; padding-top: 25px; background: url("../images/grade_jifen_bg.png") 0 0 no-repeat; float: left;} .g-l-cont .g-sale { width: 178px; height: 150px; margin: 12px; padding-top: 26px; background: url("../images/grade_sale_bg.png") 0 0 no-repeat; float: left;} .g-layer-1 .g-jifen { float: none; margin-left: auto; margin-right: auto;} .g-layer-2 .g-sale { float: none; margin-left: auto; margin-right: auto;} .g-layer-3 .g-sale { height: 188px; margin-left: 23px; margin-right: 23px; position: relative;} .g-layer-3 .g-margin { margin: 0 136px;} .g-layer-3 .g-btn { margin-bottom: 0; position: absolute; bottom: 0; left: 43px;} .g-layer-4 .g-jifen { margin-left: 15px;} .g-layer-5 .g-margin { margin: 0 116px;} .g-layer-5 .g-sale { margin-left: 23px; margin-right: 23px;} .g-l-cont .g-jifen i { font-style: normal; color: #da3a4c; font-size: 20px; margin-right: 2px;} .g-l-cont .g-sale p { width: 100%; text-align: center;} .g-l-cont .g-sale .g-s-price { height: 54px; line-height: 54px; font-size: 48px; color: #fff; font-weight: bold;} .g-l-cont .g-sale .g-s-price em { font-style: normal; font-size: 20px; font-family: "Microsoft Yahei";} .g-l-cont .g-sale .g-s-title { height: 22px; line-height: 22px; font-size: 12px; color: #fff4d8;} .g-l-cont .g-sale .g-s-range { height: 20px; line-height: 20px; font-size: 12px; color: #fff4d8;} .g-l-cont .g-sale .g-s-name { height: 20px; line-height: 20px; font-size: 12px; color: #fff4d8; font-weight: 600;} .g-l-cont .g-sale .g-s-time { height: 32px; line-height: 32px; font-size: 12px; color: #999;} .g-tip { width: 230px;} .g-tip-title { width: 100%; height: 32px; margin-bottom: 10px; text-align: center;} .g-tip-title em { width: 32px; height: 32px; margin-right: 10px; background: url("../images/my_grade_gift.png") -453px -220px no-repeat; font-style: normal; display: inline-block;} .g-tip-title span { height: 32px; line-height: 32px; font-size: 18px; vertical-align: top; font-family: "Microsoft Yahei"; color: #000033; font-weight: bold;display: inline-block;} .g-tip-info { width: 100%; height: 14px; line-height: 14px; font-size: 12px; color: #0066cc; margin-bottom: 8px;} .g-tip-info i { color: #666; font-style: normal; display: inline-block;} .g-tip-info a { height: 14px; line-height: 14px; font-size: 12px; color: #0066cc; margin: 0 5px; text-decoration: none; display: inline-block;} .g-tip-info a.cor { color: #666;} .g-tip-info a:hover { text-decoration: underline;} .g-layer-time .g-tip-title em { background-position: -453px -252px;} .g-layer-yi .g-tip-title em { background-position: -453px -252px;} .g-layer-shibai .g-tip-title em { background-position: -453px -252px;} .g-layer-shibai { width: 320px;}
0.376279
0.225907
*{ padding:0;margin:0;} body{font: 14px/1.5 arial,微软雅黑; color:#333;} ul,ul li{ list-style:none;} input,button{ list-style-type:none;} h2{ font-size:16px;} /*Fix Float*/ .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix {display: inline-block;} /* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} .clear{ clear:both;} a{ text-decoration:none; color:#333;} a:hover{ text-decoration:none;color:#006ca7;} table { border-spacing: 0; border-collapse: collapse; } td, th { padding: 0; } /*--公用--*/ .f-l{ float:left;} .f-r{ float:right;} .m-l-10{margin-left:10px;} .m-r-10{margin-right:10px;} .m-r-20{ margin-right:20px;} .m-t-10{margin-top:10px;} .m-b-10{margin-bottom:10px;} .m-b-20{margin-bottom:20px;} .m-t-15{margin-top:15px;} .m-t-20{margin-top:20px;} .m-lr-30{ margin:0 30px;} /*--头部--*/ .top-div{ width:100%;height:204px; background:#017cbf;} .top-div-nr{ width:1170px;height:204px; background-color:#fff; margin:0 auto; } .header{height:140px;width:1170px; margin:0 auto; padding-top:26px;} .header-top{ width:1170px; height:109px; } .header .header-top .search-panel{ position:relative; float:right;width:420px; } .header .header-top .search-panel .search-panel-li{ margin-top:10px;} .header .header-top .search-panel .search-panel-li li{ float:left; margin:0 10px; } .header .header-top .search-panel .search-panel-li li a{ padding-bottom:4px; height:25px; line-height:20px; display:inline-block;} .header .header-top .search-panel .search-panel-li li a,.header .search-panel .search-panel-li li a:visited{ color:#666; text-decoration:none;} .header.header-top .search-panel .search-panel-li li a:hover{color:#006ca7;} .header .header-top .search-panel .search-panel-li li a.selected,.header .search-panel .search-panel-li li a:visited.selected,.header .search-panel .search-panel-li li a:hover.selected{color:#006ca7;text-decoration:none; background:url(../images/site_nav.png) no-repeat center bottom; } .header .header-top .search-panel .search-panel-input{} .header .header-top .search-panel .txt-inp{ float:left; padding:5px 10px; width:330px; height:20px; line-height:20px; border:1px #006ca7 solid;} .header .header-top .search-panel .btn-search{ float:left; width:68px; height:32px; line-height:32px; text-align:center; color:#fff; background-color:#006ca7; border:0; cursor:pointer; background:url(../images/yubin_07.jpg) no-repeat center center; } .header .header-top .search-panel .search-panel-results{ position:absolute;top:63px;width:350px; border:1px #bfbfbf solid; background:#fff;} .header .header-top .search-panel .search-panel-results li{ } .header .header-top .search-panel .search-panel-results li a{ padding:0 10px;height:26px; width:330px; line-height:26px; display:inline-block;} .header .header-top .search-panel .search-panel-results li a,.header .search-panel .search-panel-results li a:visited{ color:#666; text-decoration:none;} .header .header-top .search-panel .search-panel-results li a:hover{ background-color:#efefef;} /* mainNav */ .mainNav{ width:1170px; margin:0 auto; border-bottom:2px #006ca7 solid; height:30px;} .mainNav li{ float:left;} .mainNav li a{ padding:0 20px; height:25px; line-height:25px; display:inline-block; font-size:17px; font-family:"微软雅黑","黑体";} .mainNav li a,.mainNav li a:visited{ color:#333; text-decoration:none;} .mainNav li a:hover{ color:#006ca7;} .mainNav li a.select{color:#006ca7;} .mainNav li a.select,.mainNav li a:visited.select,.mainNav li a:hover.select{ color:#006ca7; text-decoration:none;} /* container */ .container{ width:1170px; margin:0px auto;} /*底部*/ .foot{ width:100%; background-color:#383838; height:333px; margin-top:60px;} .foot-zt{ width:1170px; margin:0 auto; padding-top:40px;height:160px;} .foot-left { background:url("../images/foot-xian.jpg") no-repeat right 0; height: 160px; padding-left: 101px; padding-right: 36px; width: 164px; } .foot-left-top{width:164px;} .foot-left-top img { height: 63px; width: 164px; } ul.foot-left-bottom { margin-left: 18px; width: 164px; } ul.foot-left-bottom li{ float:left; margin-right:16px;} ul.foot-left-bottom li a,ul.foot-left-bottom li a:hover{ color:#fff;} .foot-middle{ width:356px; padding:0 36px; color:#fff; background:url(../images/foot-xian.jpg) no-repeat right 0; margin-right:36px; line-height:30px; height:160px;} .foot-right{ width:395px;height:160px;} .foot-right-l{ float:left; width:121px; margin-right:20px;} .foot-right-r{float:left;} .jl-qq{ color:#006ca7; background:url(../images/qq-tb.jpg) no-repeat 0 0; padding-left:30px; height:30px; line-height:30px;} .jl-nr{ text-align:right; color:#fff; height:20px; line-height:20px;} .jl-dh{color:#006ca7; background: url(../images/dh-tb.jpg) no-repeat 0 0; padding-left:30px;margin-top:15px;height:30px; line-height:30px;} .foot-bq{ width:1100px; margin:0 auto; border-top:1px solid #4c4c4c; padding-top:20px; margin-top:50px;} .foot-bq p{ width:1100px; text-align:center; color:#acaca9; } .foot-bq p a,.foot-bq p a:hover{ color:#fff;}
statics/css/common.css
*{ padding:0;margin:0;} body{font: 14px/1.5 arial,微软雅黑; color:#333;} ul,ul li{ list-style:none;} input,button{ list-style-type:none;} h2{ font-size:16px;} /*Fix Float*/ .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix {display: inline-block;} /* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} .clear{ clear:both;} a{ text-decoration:none; color:#333;} a:hover{ text-decoration:none;color:#006ca7;} table { border-spacing: 0; border-collapse: collapse; } td, th { padding: 0; } /*--公用--*/ .f-l{ float:left;} .f-r{ float:right;} .m-l-10{margin-left:10px;} .m-r-10{margin-right:10px;} .m-r-20{ margin-right:20px;} .m-t-10{margin-top:10px;} .m-b-10{margin-bottom:10px;} .m-b-20{margin-bottom:20px;} .m-t-15{margin-top:15px;} .m-t-20{margin-top:20px;} .m-lr-30{ margin:0 30px;} /*--头部--*/ .top-div{ width:100%;height:204px; background:#017cbf;} .top-div-nr{ width:1170px;height:204px; background-color:#fff; margin:0 auto; } .header{height:140px;width:1170px; margin:0 auto; padding-top:26px;} .header-top{ width:1170px; height:109px; } .header .header-top .search-panel{ position:relative; float:right;width:420px; } .header .header-top .search-panel .search-panel-li{ margin-top:10px;} .header .header-top .search-panel .search-panel-li li{ float:left; margin:0 10px; } .header .header-top .search-panel .search-panel-li li a{ padding-bottom:4px; height:25px; line-height:20px; display:inline-block;} .header .header-top .search-panel .search-panel-li li a,.header .search-panel .search-panel-li li a:visited{ color:#666; text-decoration:none;} .header.header-top .search-panel .search-panel-li li a:hover{color:#006ca7;} .header .header-top .search-panel .search-panel-li li a.selected,.header .search-panel .search-panel-li li a:visited.selected,.header .search-panel .search-panel-li li a:hover.selected{color:#006ca7;text-decoration:none; background:url(../images/site_nav.png) no-repeat center bottom; } .header .header-top .search-panel .search-panel-input{} .header .header-top .search-panel .txt-inp{ float:left; padding:5px 10px; width:330px; height:20px; line-height:20px; border:1px #006ca7 solid;} .header .header-top .search-panel .btn-search{ float:left; width:68px; height:32px; line-height:32px; text-align:center; color:#fff; background-color:#006ca7; border:0; cursor:pointer; background:url(../images/yubin_07.jpg) no-repeat center center; } .header .header-top .search-panel .search-panel-results{ position:absolute;top:63px;width:350px; border:1px #bfbfbf solid; background:#fff;} .header .header-top .search-panel .search-panel-results li{ } .header .header-top .search-panel .search-panel-results li a{ padding:0 10px;height:26px; width:330px; line-height:26px; display:inline-block;} .header .header-top .search-panel .search-panel-results li a,.header .search-panel .search-panel-results li a:visited{ color:#666; text-decoration:none;} .header .header-top .search-panel .search-panel-results li a:hover{ background-color:#efefef;} /* mainNav */ .mainNav{ width:1170px; margin:0 auto; border-bottom:2px #006ca7 solid; height:30px;} .mainNav li{ float:left;} .mainNav li a{ padding:0 20px; height:25px; line-height:25px; display:inline-block; font-size:17px; font-family:"微软雅黑","黑体";} .mainNav li a,.mainNav li a:visited{ color:#333; text-decoration:none;} .mainNav li a:hover{ color:#006ca7;} .mainNav li a.select{color:#006ca7;} .mainNav li a.select,.mainNav li a:visited.select,.mainNav li a:hover.select{ color:#006ca7; text-decoration:none;} /* container */ .container{ width:1170px; margin:0px auto;} /*底部*/ .foot{ width:100%; background-color:#383838; height:333px; margin-top:60px;} .foot-zt{ width:1170px; margin:0 auto; padding-top:40px;height:160px;} .foot-left { background:url("../images/foot-xian.jpg") no-repeat right 0; height: 160px; padding-left: 101px; padding-right: 36px; width: 164px; } .foot-left-top{width:164px;} .foot-left-top img { height: 63px; width: 164px; } ul.foot-left-bottom { margin-left: 18px; width: 164px; } ul.foot-left-bottom li{ float:left; margin-right:16px;} ul.foot-left-bottom li a,ul.foot-left-bottom li a:hover{ color:#fff;} .foot-middle{ width:356px; padding:0 36px; color:#fff; background:url(../images/foot-xian.jpg) no-repeat right 0; margin-right:36px; line-height:30px; height:160px;} .foot-right{ width:395px;height:160px;} .foot-right-l{ float:left; width:121px; margin-right:20px;} .foot-right-r{float:left;} .jl-qq{ color:#006ca7; background:url(../images/qq-tb.jpg) no-repeat 0 0; padding-left:30px; height:30px; line-height:30px;} .jl-nr{ text-align:right; color:#fff; height:20px; line-height:20px;} .jl-dh{color:#006ca7; background: url(../images/dh-tb.jpg) no-repeat 0 0; padding-left:30px;margin-top:15px;height:30px; line-height:30px;} .foot-bq{ width:1100px; margin:0 auto; border-top:1px solid #4c4c4c; padding-top:20px; margin-top:50px;} .foot-bq p{ width:1100px; text-align:center; color:#acaca9; } .foot-bq p a,.foot-bq p a:hover{ color:#fff;}
0.341692
0.074366
h1 { margin-bottom: 1rem; } .question-text { margin-top: 2.5rem; } .intro { text-align: center; margin-left: 20%; margin-right: 20%; margin-bottom: 4rem; } .question { margin-bottom: 2rem; border-top: 1px solid black; } .question p { margin-top: 0; } .slider { margin-top: 2.5rem; margin-bottom: 3rem; -webkit-appearance: none; width: 100%; height: 15px; border-radius: 5px; border: 1px solid #9e9e9e; background: #d3d3d3; outline: none; opacity: 0.7; -webkit-transition: .2s; transition: opacity .2s; } .slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 25px; height: 25px; border-radius: 50%; border: 1px solid black; background: #BE1E26; cursor: pointer; } .slider::-moz-range-thumb { width: 25px; height: 25px; border-radius: 50%; border: 1px solid black; background: #BE1E26; cursor: pointer; } .end-button { background-color: white; color: black; border: 2px solid #555555; transition-duration: 0.4s; border-radius: 4px; margin: 1rem; padding: 10px 10px; display: inline-block; } .end-button:hover { background-color: #d3d3d3; } #end-buttons { text-align: center; margin-top: 4rem; } .question .col2 p { margin-left: 3rem; } .prediction { font-weight: bold; } .points { font-weight: bold; } #submission { text-align: center } .collapsible { background-color: #eee; color: #444; cursor: pointer; padding: 18px; width: 100%; border: none; text-align: left; outline: none; font-size: 15px; margin-top: 2rem; } /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */ .results-section.active, .collapsible:hover { background-color: #ccc; } /* Style the collapsible content. Note: hidden by default */ .content { padding: 0 18px; display: none; overflow: hidden; background-color: #f1f1f1; } .collapsible:after { content: '\02795'; /* Unicode character for "plus" sign (+) */ font-size: 13px; color: white; float: right; margin-left: 5px; } .results-section.active:after { content: "\2796"; /* Unicode character for "minus" sign (-) */ } .leader-table { margin-top: 2rem; margin-bottom: 2rem; } .consent-label { margin-bottom: 3rem; }
static/css/predictions.css
h1 { margin-bottom: 1rem; } .question-text { margin-top: 2.5rem; } .intro { text-align: center; margin-left: 20%; margin-right: 20%; margin-bottom: 4rem; } .question { margin-bottom: 2rem; border-top: 1px solid black; } .question p { margin-top: 0; } .slider { margin-top: 2.5rem; margin-bottom: 3rem; -webkit-appearance: none; width: 100%; height: 15px; border-radius: 5px; border: 1px solid #9e9e9e; background: #d3d3d3; outline: none; opacity: 0.7; -webkit-transition: .2s; transition: opacity .2s; } .slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 25px; height: 25px; border-radius: 50%; border: 1px solid black; background: #BE1E26; cursor: pointer; } .slider::-moz-range-thumb { width: 25px; height: 25px; border-radius: 50%; border: 1px solid black; background: #BE1E26; cursor: pointer; } .end-button { background-color: white; color: black; border: 2px solid #555555; transition-duration: 0.4s; border-radius: 4px; margin: 1rem; padding: 10px 10px; display: inline-block; } .end-button:hover { background-color: #d3d3d3; } #end-buttons { text-align: center; margin-top: 4rem; } .question .col2 p { margin-left: 3rem; } .prediction { font-weight: bold; } .points { font-weight: bold; } #submission { text-align: center } .collapsible { background-color: #eee; color: #444; cursor: pointer; padding: 18px; width: 100%; border: none; text-align: left; outline: none; font-size: 15px; margin-top: 2rem; } /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */ .results-section.active, .collapsible:hover { background-color: #ccc; } /* Style the collapsible content. Note: hidden by default */ .content { padding: 0 18px; display: none; overflow: hidden; background-color: #f1f1f1; } .collapsible:after { content: '\02795'; /* Unicode character for "plus" sign (+) */ font-size: 13px; color: white; float: right; margin-left: 5px; } .results-section.active:after { content: "\2796"; /* Unicode character for "minus" sign (-) */ } .leader-table { margin-top: 2rem; margin-bottom: 2rem; } .consent-label { margin-bottom: 3rem; }
0.396652
0.067424
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Benne&family=Poppins:wght@400;500&family=Titillium+Web:wght@400;600&display=swap'); /* color: #0F96EA, #014EAA */ * { margin: 0; padding: 0; } @font-face { font-family: 'Viga'; src: url("Viga-Regular.ttf"); } html, body { font-family: 'Roboto', sans-serif; font-weight: 500 !important; scroll-behavior: smooth; overflow-x: hidden; } /* .wrapper { overflow-y: hidden; } */ .navbar { background-color: transparent; /* background-color: #025eb9; */ transition: all .3s; z-index: 999; } .navbar .navbar-toggler { outline: none; } .navbar .navbar-brand { font-family: 'Viga'; font-size: 30px; } .h-name{ font-family: 'Amatic SC', cursive !important; font-weight: 700; font-size: 45px !important; } .navbar .navbar-nav .nav-link { text-transform: uppercase; margin-left: 25px; color: #fff; } .navbar .navbar-nav { background-color: #FFA75A; border-radius: 5px !important; padding: 10px; } .navbar-nav a:hover { color: #000 ; transition: 250ms; border-radius: 10px; padding-left: 10px; width: auto; background: linear-gradient(to right, #0489e3, #025eb9); } .home { background-image: url(../img/header.png); background-size: cover; width: 100%; min-height: 90vh; background-position: bottom; } .home { padding-top: 150px; } .home h1 { color: #fff; font-weight: 700; font-size: 50px; } .home p { color: rgba(255, 255, 255, .8); } .experience { margin-bottom: 100px; } .experience .card, .altkrit .card, .provmore .card { border-left: 10px solid #FFA75A; } .altkrit .card { height: 430px; } .altkrit .col-md-4 { margin-bottom: 70px; } /* .provmore .card { height: 500px; } */ .provmore .img-fluid { width: 100%; padding: 0 15px; margin-top: 15px; height: 330px !important; } .experience .card, .skills .card, .projects .card, .altkrit .card, .provmore .card { box-shadow: 0 15px 20px rgba(0, 0, 0, .08); transition: all .3s; } .experience .card:hover, .skills .card:hover, .projects .card:hover, .altkrit .card:hover, .provmore .card:hover { box-shadow: 0 15px 20px rgba(0, 0, 0, .5); } .experience .card .col-3 { text-align: center; } .experience .card .col-12 { padding-left: 20px; } .experience .card .col-12 h4, .altkrit .col-md-4 .altkrit-title, .matriks-title { font-weight: 700; color: #2d3748; } .experience .card h4::after, .altkrit .col-md-4 .altkrit-title::after, .matriks-title::after, .provmore .card h4::after { content: ""; display: block; left: 0; width: 150px; height: 3px; background-image: linear-gradient(to right, #FFA75A, #FF5E4F); } .experience .card .col-12 p { font-weight: 500; font-size: 14px; margin-top: 20px; color: #4a5568; font-style: italic; } .experience .card .col-12 a { font-size: 14px; } .skills { padding-top: 25px; padding-bottom: 25px; } .skills h5 { margin-top: 20px; font-weight: 600; color: #4a5568; } .skills p { color: #718096; } .projects .card { text-transform: uppercase; } .projects .card, .projects .card-img { border-radius: 5px; } .projects .card-text { font-weight: 600; color: #4a5568; margin-top: -5px; } .author h3 { font-family: 'Benne', serif; font-weight: 400; font-size: 24px; margin-top: 1.5rem; } .author p { font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 13px !important; } .img-auth { background-size: cover; background-repeat: no-repeat; background-position: center center; background-image:url(../img/fikri.jpeg); width: 100px; height: 100px; margin-bottom: 10px; } .caption h2 { font-family: 'Benne', serif; font-weight: 600; font-size: 34px; } .caption p { font-family: 'Poppins', sans-serif; font-weight: 400; } .about, .contact, .provmore { padding-bottom: 150px; } .contact .smd { cursor: pointer; margin: 0 10px; transition: all .1s; } .contact .smd:hover { margin-top: -10px; } .border-footer { box-shadow: 0px -10px 15px rgba(255, 255, 255, 0.3); background: #F3F1F5; color: #000; padding: 100px 0px 0px 0px; } .border-footer .col-md-6 { padding-bottom: 70px !important; } .border-footer .col-md-3 { padding-bottom: 40px !important; } .contact h1 { font-size: 60px; color: #2d3748; margin-top: 20px; } .contact p, .about p { color: #4a5568; font-size: 18px; margin-bottom: 50px; } .about .contact .smd { cursor: pointer; margin: 0 10px; transition: all .1s } .about .contact .smd:hover { margin-top: -8px } .footer { background: #141b25; width: 100%; color: #ffffff; font-size: 16px; /* display: inline-block; */ text-align: left; position: relative; } .footer h3 { padding-bottom: 10px; } .end-footer { background: #141b25; position: relative; color: #fff; font-family: 'Titillium Web', sans-serif; font-weight: 400; font-size: 17px; padding: 10px 0 30px 0; } .adds h3, .links h3, .more h3 { font-family: 'Titillium Web', sans-serif; font-weight: 400; font-size: 32px; } .links ul li, .more ul li { list-style: none; line-height: 2rem; } .links ul li a { font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 400; text-decoration: none; color: #fff; transition: 250ms; } .links ul li a:hover { transition: 250ms; color: #FFA75A; font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 400; } .more ul li a { text-decoration: none; color: #fff; transition: 250ms; font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 400; } .more ul li a:hover { transition: 250ms; color: #FFA75A; font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 400; } .label-menu { position: relative; display: flex; justify-content: center; margin: 10vh 0 5vh 0; } .label-menu p { font-size: 40px; color: #000; font-weight: 700; } .label-menu p::after { content: ""; display: block; height: 25px; margin-top: -25px; background-image: linear-gradient(to right, #FFA75A, #FF5E4F); } .table-container { width: 100%; overflow-y: auto; _overflow: auto; margin: 0 0 1em; } /* Utility */ a { color: #014EAA; transition: all .3s; } a:hover { color: #FFA75A; text-decoration: none; } .btn { font-weight: 500; box-shadow: none !important; } .btn-user { border-radius: 25px !important; padding: 10px 30px !important; } .btn-primary { background-image: linear-gradient(to right, #FFA75A, #FF5E4F); border: 0; } .btn-primary:hover{ background-image: linear-gradient(to right, #ff5af7, #fc7c70); border: 0; } .card { border: 0; } .bg-linear-primary { background-image: linear-gradient(to right, #2196f3, #0d47a1) } .bg-grey { background: linear-gradient(to right, #0489e3, #025eb9); } .tag li { padding: 5px 8px; color: #4a5568; background-color: #e2e8f0; width: fit-content; border-radius: 2px; font-size: 12px; display: inline-block; margin-top: 5px; } @media (min-width: 992px) { .navbar .navbar-nav { background-color: transparent; /* background-color: #025eb9; */ padding: 0; border-radius: 20px; } .navbar .navbar-nav .nav-link:hover { color: #FFA75A; } .home .left h1 { color: #fff; font-weight: 700; font-size: 54px; } }
public/css/style.css
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Benne&family=Poppins:wght@400;500&family=Titillium+Web:wght@400;600&display=swap'); /* color: #0F96EA, #014EAA */ * { margin: 0; padding: 0; } @font-face { font-family: 'Viga'; src: url("Viga-Regular.ttf"); } html, body { font-family: 'Roboto', sans-serif; font-weight: 500 !important; scroll-behavior: smooth; overflow-x: hidden; } /* .wrapper { overflow-y: hidden; } */ .navbar { background-color: transparent; /* background-color: #025eb9; */ transition: all .3s; z-index: 999; } .navbar .navbar-toggler { outline: none; } .navbar .navbar-brand { font-family: 'Viga'; font-size: 30px; } .h-name{ font-family: 'Amatic SC', cursive !important; font-weight: 700; font-size: 45px !important; } .navbar .navbar-nav .nav-link { text-transform: uppercase; margin-left: 25px; color: #fff; } .navbar .navbar-nav { background-color: #FFA75A; border-radius: 5px !important; padding: 10px; } .navbar-nav a:hover { color: #000 ; transition: 250ms; border-radius: 10px; padding-left: 10px; width: auto; background: linear-gradient(to right, #0489e3, #025eb9); } .home { background-image: url(../img/header.png); background-size: cover; width: 100%; min-height: 90vh; background-position: bottom; } .home { padding-top: 150px; } .home h1 { color: #fff; font-weight: 700; font-size: 50px; } .home p { color: rgba(255, 255, 255, .8); } .experience { margin-bottom: 100px; } .experience .card, .altkrit .card, .provmore .card { border-left: 10px solid #FFA75A; } .altkrit .card { height: 430px; } .altkrit .col-md-4 { margin-bottom: 70px; } /* .provmore .card { height: 500px; } */ .provmore .img-fluid { width: 100%; padding: 0 15px; margin-top: 15px; height: 330px !important; } .experience .card, .skills .card, .projects .card, .altkrit .card, .provmore .card { box-shadow: 0 15px 20px rgba(0, 0, 0, .08); transition: all .3s; } .experience .card:hover, .skills .card:hover, .projects .card:hover, .altkrit .card:hover, .provmore .card:hover { box-shadow: 0 15px 20px rgba(0, 0, 0, .5); } .experience .card .col-3 { text-align: center; } .experience .card .col-12 { padding-left: 20px; } .experience .card .col-12 h4, .altkrit .col-md-4 .altkrit-title, .matriks-title { font-weight: 700; color: #2d3748; } .experience .card h4::after, .altkrit .col-md-4 .altkrit-title::after, .matriks-title::after, .provmore .card h4::after { content: ""; display: block; left: 0; width: 150px; height: 3px; background-image: linear-gradient(to right, #FFA75A, #FF5E4F); } .experience .card .col-12 p { font-weight: 500; font-size: 14px; margin-top: 20px; color: #4a5568; font-style: italic; } .experience .card .col-12 a { font-size: 14px; } .skills { padding-top: 25px; padding-bottom: 25px; } .skills h5 { margin-top: 20px; font-weight: 600; color: #4a5568; } .skills p { color: #718096; } .projects .card { text-transform: uppercase; } .projects .card, .projects .card-img { border-radius: 5px; } .projects .card-text { font-weight: 600; color: #4a5568; margin-top: -5px; } .author h3 { font-family: 'Benne', serif; font-weight: 400; font-size: 24px; margin-top: 1.5rem; } .author p { font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 13px !important; } .img-auth { background-size: cover; background-repeat: no-repeat; background-position: center center; background-image:url(../img/fikri.jpeg); width: 100px; height: 100px; margin-bottom: 10px; } .caption h2 { font-family: 'Benne', serif; font-weight: 600; font-size: 34px; } .caption p { font-family: 'Poppins', sans-serif; font-weight: 400; } .about, .contact, .provmore { padding-bottom: 150px; } .contact .smd { cursor: pointer; margin: 0 10px; transition: all .1s; } .contact .smd:hover { margin-top: -10px; } .border-footer { box-shadow: 0px -10px 15px rgba(255, 255, 255, 0.3); background: #F3F1F5; color: #000; padding: 100px 0px 0px 0px; } .border-footer .col-md-6 { padding-bottom: 70px !important; } .border-footer .col-md-3 { padding-bottom: 40px !important; } .contact h1 { font-size: 60px; color: #2d3748; margin-top: 20px; } .contact p, .about p { color: #4a5568; font-size: 18px; margin-bottom: 50px; } .about .contact .smd { cursor: pointer; margin: 0 10px; transition: all .1s } .about .contact .smd:hover { margin-top: -8px } .footer { background: #141b25; width: 100%; color: #ffffff; font-size: 16px; /* display: inline-block; */ text-align: left; position: relative; } .footer h3 { padding-bottom: 10px; } .end-footer { background: #141b25; position: relative; color: #fff; font-family: 'Titillium Web', sans-serif; font-weight: 400; font-size: 17px; padding: 10px 0 30px 0; } .adds h3, .links h3, .more h3 { font-family: 'Titillium Web', sans-serif; font-weight: 400; font-size: 32px; } .links ul li, .more ul li { list-style: none; line-height: 2rem; } .links ul li a { font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 400; text-decoration: none; color: #fff; transition: 250ms; } .links ul li a:hover { transition: 250ms; color: #FFA75A; font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 400; } .more ul li a { text-decoration: none; color: #fff; transition: 250ms; font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 400; } .more ul li a:hover { transition: 250ms; color: #FFA75A; font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 400; } .label-menu { position: relative; display: flex; justify-content: center; margin: 10vh 0 5vh 0; } .label-menu p { font-size: 40px; color: #000; font-weight: 700; } .label-menu p::after { content: ""; display: block; height: 25px; margin-top: -25px; background-image: linear-gradient(to right, #FFA75A, #FF5E4F); } .table-container { width: 100%; overflow-y: auto; _overflow: auto; margin: 0 0 1em; } /* Utility */ a { color: #014EAA; transition: all .3s; } a:hover { color: #FFA75A; text-decoration: none; } .btn { font-weight: 500; box-shadow: none !important; } .btn-user { border-radius: 25px !important; padding: 10px 30px !important; } .btn-primary { background-image: linear-gradient(to right, #FFA75A, #FF5E4F); border: 0; } .btn-primary:hover{ background-image: linear-gradient(to right, #ff5af7, #fc7c70); border: 0; } .card { border: 0; } .bg-linear-primary { background-image: linear-gradient(to right, #2196f3, #0d47a1) } .bg-grey { background: linear-gradient(to right, #0489e3, #025eb9); } .tag li { padding: 5px 8px; color: #4a5568; background-color: #e2e8f0; width: fit-content; border-radius: 2px; font-size: 12px; display: inline-block; margin-top: 5px; } @media (min-width: 992px) { .navbar .navbar-nav { background-color: transparent; /* background-color: #025eb9; */ padding: 0; border-radius: 20px; } .navbar .navbar-nav .nav-link:hover { color: #FFA75A; } .home .left h1 { color: #fff; font-weight: 700; font-size: 54px; } }
0.371707
0.09314
* { box-sizing: border-box; } body { background-color: #fff; font-family: Arial, Helvetica, sans-serif; /* padding: 1em; */ } .container { max-width: 970px; margin-left: auto; margin-right: auto; padding: 2.4em; } a { color: #CFB53B !important; } .canvas-container { padding: 0; margin: 0 auto; display: block; width: 380px !important; height: 380px !important; } @media only screen and (max-width: 428px) { /* For mobile phones: */ .canvas-container { width: 280px !important; height: 280px !important; } } .canvas-container canvas { width: 380px !important; height: 380px !important; } @media only screen and (max-width: 428px) { /* For mobile phones: */ .canvas-container canvas { width: 280px !important; height: 280px !important; } } .tombol { width: 303px; position: absolute; top: 320px; padding: 1em; } .headline { padding: 0; color: #CFB53B; position: relative; text-align: center; } .wrapper { box-shadow: 0 0 20px 0 rgb(102, 101, 89); background: rgb(225, 243, 245); /* display: grid; grid-template-columns: 1fr */ /* background: rgb(225, 243, 245); */ } /* .canvas-padding{ padding: 1em; margin: 0 auto; } */ .control, .canvas-padding, .about { padding: 1em; } .editor { height: 450px; position: relative; /* z-index: 0; */ } .about { background: rgb(255, 231, 16); } .about p { text-indent: 1em; text-align: justify; } .control p { text-align: justify; text-indent: 1em; } .control { /* position: relative; z-index: 2; */ background: rgb(225, 243, 245); } /* .tittle img{ width: 80px; } */ .contact { position: relative; z-index: 2; background-color: rgb(78, 73, 73); color: rgb(199, 175, 175); padding: 1em; padding-left: 20px; margin-left: 0; margin-right: 0; font-size: 12px; /* box-shadow:0 0 20px 0 rgb(78, 73, 73); */ } ul { list-style: none; padding: 0; } .mdl-button--file input { cursor: pointer; height: 100%; right: 0; opacity: 0; position: absolute; top: 0; width: 450px; z-index: 4; } .mdl-textfield--file .mdl-textfield__input { box-sizing: border-box; width: calc(100% - 32px); } .mdl-textfield--file .mdl-button--file { right: 0; } @media(min-width: 700px) { .contact { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-column: 1/4; } .editor { width: 300px; } .headline { text-align: left; } .control { grid-column: 2/4 } .wrapper { display: grid; grid-template-columns: 1fr 1fr 1fr; /* grid-auto-rows: minmax(200px,400px); grid-auto-columns: (200px, 300px) !important; */ } }
assets/canvas/layout.css
* { box-sizing: border-box; } body { background-color: #fff; font-family: Arial, Helvetica, sans-serif; /* padding: 1em; */ } .container { max-width: 970px; margin-left: auto; margin-right: auto; padding: 2.4em; } a { color: #CFB53B !important; } .canvas-container { padding: 0; margin: 0 auto; display: block; width: 380px !important; height: 380px !important; } @media only screen and (max-width: 428px) { /* For mobile phones: */ .canvas-container { width: 280px !important; height: 280px !important; } } .canvas-container canvas { width: 380px !important; height: 380px !important; } @media only screen and (max-width: 428px) { /* For mobile phones: */ .canvas-container canvas { width: 280px !important; height: 280px !important; } } .tombol { width: 303px; position: absolute; top: 320px; padding: 1em; } .headline { padding: 0; color: #CFB53B; position: relative; text-align: center; } .wrapper { box-shadow: 0 0 20px 0 rgb(102, 101, 89); background: rgb(225, 243, 245); /* display: grid; grid-template-columns: 1fr */ /* background: rgb(225, 243, 245); */ } /* .canvas-padding{ padding: 1em; margin: 0 auto; } */ .control, .canvas-padding, .about { padding: 1em; } .editor { height: 450px; position: relative; /* z-index: 0; */ } .about { background: rgb(255, 231, 16); } .about p { text-indent: 1em; text-align: justify; } .control p { text-align: justify; text-indent: 1em; } .control { /* position: relative; z-index: 2; */ background: rgb(225, 243, 245); } /* .tittle img{ width: 80px; } */ .contact { position: relative; z-index: 2; background-color: rgb(78, 73, 73); color: rgb(199, 175, 175); padding: 1em; padding-left: 20px; margin-left: 0; margin-right: 0; font-size: 12px; /* box-shadow:0 0 20px 0 rgb(78, 73, 73); */ } ul { list-style: none; padding: 0; } .mdl-button--file input { cursor: pointer; height: 100%; right: 0; opacity: 0; position: absolute; top: 0; width: 450px; z-index: 4; } .mdl-textfield--file .mdl-textfield__input { box-sizing: border-box; width: calc(100% - 32px); } .mdl-textfield--file .mdl-button--file { right: 0; } @media(min-width: 700px) { .contact { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-column: 1/4; } .editor { width: 300px; } .headline { text-align: left; } .control { grid-column: 2/4 } .wrapper { display: grid; grid-template-columns: 1fr 1fr 1fr; /* grid-auto-rows: minmax(200px,400px); grid-auto-columns: (200px, 300px) !important; */ } }
0.40486
0.145935
@media only screen and (min-width: 64em){ * { margin: 0; padding: 0; } body { width: 100%; display: block; height: 100vh; overflow: auto; font-family: "Raleway", sans-serif; position: relative; background-color: #e7e7e7; } .dFlex, header, header nav .menu, header nav .menu ul, header nav .myAccount .ctaGroup, header nav .myAccount .ctaGroup .cta, .booking_info .opt, .booking_info .opt span, .booking_details, .booking_details .item .cta { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .containerr { width: 100%; height: 80vh; display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; overflow: hidden; background-image: -webkit-gradient(linear, left top, left bottom, from(#03a9f43b), color-stop(white), to(white)); background-image: linear-gradient(to bottom, #03a9f43b, white, white); -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .containerr img { -webkit-perspective: 1000px; perspective: 1000px; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } header { width: 100%; height: 80px; margin: 0 auto; padding: 0 10%; color: #241a71; -webkit-box-sizing: border-box; box-sizing: border-box; } header nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; z-index: 1001; } header nav .menu .logo { font-size: 16px; font-weight: bold; margin-right: 50px; text-transform: uppercase; color: #241a71; } header nav .menu .logo span { color: #f38e11; } header nav .menu ul { margin: 0; padding: 0; list-style-type: none; } header nav .menu ul>li { font-size: 13px; font-weight: 500; cursor: pointer; text-transform: uppercase; margin-left: 15px; } header nav .myAccount .ctaGroup .cta { width: 135px; height: 35px; border: 1px solid #f38e11; font-size: 12px; font-weight: 500; border-radius: 35px; color: #f38e11; cursor: pointer; } header nav .myAccount .ctaGroup .cta + .cta { margin-left: 15px; } header nav .myAccount .ctaGroup .cta.active { background-color: #f38e11; color: #fff; } .clearfix:after { display:block; clear:both; } .item>input{ color: #1a202c; font-family: -apple-system; font-weight: 600; line-height: 19px; } /*----- Phần menu -----*/ .menu li { margin:0px; list-style:none; font-family:'Ek Mukta'; } .menu a { transition:all linear 0.15s; color:#000000; text-decoration:none; } .menu li:hover > a{ text-decoration:none; color: #c97833; } .menu .arrow { font-size:11px; line-height:0%; } /*----- css cho phần menu cha -----*/ .menu > ul > li { float:left; display:inline-block; position:relative; font-size:19px; } .menu > ul > li > a { display: inline-block; color: #3c3984; } /*----css cho menu con----*/ .menu li:hover .sub-menu { z-index:1; opacity:1; } .sub-menu { width:100%; padding:5px 0px; position:absolute; top:100%; left:0px; z-index:-1; opacity:0; transition:opacity linear 0.15s; box-shadow:0px 2px 3px rgba(0,0,0,0.2); flex-wrap: wrap; } .sub-menu li { display:block; font-size:16px; } .sub-menu li a { padding:10px 30px; display:block; } /* .sub-menu li a:hover{ background:#e2e0e0; } */ .cta a{ text-decoration: none; } .hotel_content { display: block; text-align: center; width: 768px; margin: 0 auto; position: relative; z-index: 10; margin-top: 62px; } .info h2 { color: #241a71; } .info p { font-size: 12px; } .booking_info { margin-top: -80px; } .booking_info .opt { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; position: relative; top: 30px; z-index: 1; } .booking_info .opt span { width: 130px; height: 70px; border-radius: 20px; background-color: #e9e8f0; cursor: pointer; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; font-size: 14px; position: relative; z-index: 2; padding-top: 15px; -webkit-box-sizing: border-box; box-sizing: border-box; } .booking_info .opt span.active { background-color: #f38e11; color: #fff; } .booking_info .opt span + span { left: -15px; z-index: 1; } .booking_details { background-color: #fff; height: 70px; border-radius: 15px; position: relative; z-index: 2; -webkit-box-shadow: 1px 1px 20px 0px rgba(50, 50, 50, 0.3); box-shadow: 1px 1px 20px 0px rgba(50, 50, 50, 0.3); -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 15px; -webkit-box-sizing: border-box; box-sizing: border-box; } .booking_details .item { font-size: 13px; padding: 0 10px 0 12px; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: left; } .booking_details .item .fa { font-size: 14px; color: #f38e11; } .booking_details .item .date, .booking_details .item .people { font-weight: 600; margin-bottom: 8px; } .booking_details .item .date .fa, .booking_details .item .people .fa { margin-right: 0; margin-left: 8px; font-size: 14px; } .booking_details .item .cta { width: 135px; height: 35px; border: 1px solid #f38e11; font-size: 12px; font-weight: 500; border-radius: 35px; color: #f38e11; cursor: pointer; background-color: #f38e11; color: #fff; } .booking_details .item + .item { border-left: 1px solid #f38e11; } .booking_details .item:nth-last-child(1) { border-left: none; } .booking_details .item:nth-child(1) { padding: 0; padding-left: 5px; } .hotel { position: absolute; bottom: 6vw; left: 0; width: 100%; z-index: 2; } .car1 { position: absolute; bottom: 8%; -webkit-animation: drive 15s; animation: drive 15s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; width: 80px; z-index: 3; } .car2 { position: absolute; bottom: 5%; -webkit-animation: drive 10s; animation: drive 10s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; width: 80px; z-index: 3; } .car3 { position: absolute; bottom: 8%; -webkit-animation: drive_2 20s; animation: drive_2 20s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; width: 80px; z-index: 3; } .car4 { position: absolute; bottom: 1%; -webkit-animation: drive_2 12s; animation: drive_2 12s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; width: 80px; z-index: 3; } .dog_1 { height: 6%; position: absolute; bottom: 9%; -webkit-animation: drive 20s; animation: drive 20s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; z-index: 3; } .cloud { position: absolute; top: -100px; -webkit-animation: cloud_1 50s; animation: cloud_1 50s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; width: 800px; z-index: 1; } .cloud_2 { position: absolute; bottom: 50%; -webkit-animation: cloud_2 60s; animation: cloud_2 60s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; width: 500px; z-index: 1; } .cloud_3 { position: absolute; bottom: 60%; -webkit-animation: cloud_2 30s; animation: cloud_2 30s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; width: 500px; z-index: 1; } .cloud_4 { position: absolute; bottom: 70%; -webkit-animation: cloud_2 70s; animation: cloud_2 70s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; width: 500px; z-index: 1; } @-webkit-keyframes drive { from { -webkit-transform: translateX(-100px); transform: translateX(-100px); } to { -webkit-transform: translateX(1950px); transform: translateX(1950px); } } @keyframes drive { from { -webkit-transform: translateX(-100px); transform: translateX(-100px); } to { -webkit-transform: translateX(1950px); transform: translateX(1950px); } } @-webkit-keyframes drive_2 { from { -webkit-transform: translateX(1950px); transform: translateX(1950px); } to { -webkit-transform: translateX(-200px); transform: translateX(-200px); } } @keyframes drive_2 { from { -webkit-transform: translateX(1950px); transform: translateX(1950px); } to { -webkit-transform: translateX(-200px); transform: translateX(-200px); } } @-webkit-keyframes cloud_1 { from { -webkit-transform: translateX(1900px); transform: translateX(1900px); } to { -webkit-transform: translateX(-900px); transform: translateX(-900px); } } @keyframes cloud_1 { from { -webkit-transform: translateX(1900px); transform: translateX(1900px); } to { -webkit-transform: translateX(-900px); transform: translateX(-900px); } } @-webkit-keyframes cloud_2 { from { -webkit-transform: translateX(1900px); transform: translateX(1900px); } to { -webkit-transform: translateX(-500px); transform: translateX(-500px); } } @keyframes cloud_2 { from { -webkit-transform: translateX(1900px); transform: translateX(1900px); } to { -webkit-transform: translateX(-500px); transform: translateX(-500px); } } .nav__bars-btn{ width: 28px; height: 28px; color: white; display: none; } .nav__mobile, .menu__mobile{ display: none; } .mobile{ display: none; } .qcao{ display: flex; font-size: 15px; font-family: 'FontAwesome'; } .nobody { padding: 0 33px; display: flex; align-items: center; flex-direction: column; border-right: 1px solid; width: 25%; } .nobody:last-child { border-right: none; } span.photo { display: flex; align-items: center; flex-direction: column; border-bottom: 1px solid; padding-bottom: 10px; } .title-main{ font-family: cursive; } span.title-sub { font-size: 16px; margin-top: 8px; text-align: center; font-weight: 400; line-height: 16px; } .flexboxx{ min-height: 100%; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; } .flexitem_4 { display: flex; flex-direction: row; justify-content: center; margin-bottom: 20px; } .popluar-category { background-color: #e7e7e7; padding: 10px; } .thumb-info { display: block; position: relative; text-decoration: none; max-width: 100%; overflow: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } .table-see-all{ position: absolute; margin-top: -125px;margin-left: 83px; display: none; } .thumb-info:hover .table-see-all{ display: inherit; } .table-see-all input[type="button"] { line-height: 30px; width: 96px; font-family: 'FontAwesome'; border-radius: 5px; color: #ffffff; background: #241a71; } .deals-title>h3 { color: #2b2b2b; font-size: 18px; font-family: 'FontAwesome'; padding-right: 15px; padding-left: 15px; padding-top: 20px; } .deals-title>h3 a{ text-decoration: none; font-weight: 100; border-bottom: 3px solid #f38e11; color: initial; } h3.mrgt1x.mrgb05.padl1x.padr1x { display: flex; justify-content: flex-start; width: 266px; } a.title-promotion { color: black; font-family: 'FontAwesome'; font-weight: 600; text-decoration: none; font-size: 17px; } .title-promotion:hover { text-decoration: underline; } .padb1x.padl1x.padr1x { display: flex; justify-content: flex-start; font-family: emoji; margin-top: 3px; } .zoom{ background-position: 50% 50%; position: relative; overflow: hidden; cursor: zoom-in; } .zoom img:hover { opacity: 0; } .zoom img { transition: opacity 0.5s; display: block; } .HotelNames:first-child{ margin-top: 20px; } a.blue.mihawk-list-hotel { font-family: 'FontAwesome'; line-height: 2; } .footer__middle { display: flex; font-family: -webkit-body; font-size: 16px; } .footer__middle>div{ display: flex; flex-direction: column; width: 33%; } .chuyen{ background: white; height: 40px; width: 40px; display: flex; align-items: center; justify-content: center; z-index: 2; border-radius: 100px; box-shadow: rgb(0 0 0 / 10%) 0px 8px 12px; cursor: pointer; position: absolute; top: 50%; transform: translate(-50%, -50%); right: -38px; } .show{ display: flex; } } @media only screen and ( max-width: 46.1875em){ .nav__bars-btn{ color: red; display: block; width: 28px; height: 28px; } .nav__pc{ display: none; } .nav__overlay{ position: fixed; top: 0; right: 0; bottom: 0px; left: 0px; background-color: rgba(0, 0, 0, 0.3); display: none; animation: fadeIn linear 0.2s; } .nav__mobile{ position: fixed; top: 0; bottom: 0px; left: 0px; width: 270px; max-width: 100%; background: white; transform: translateX(-100%); transition: transform linear 0.2s; } .nav__mobile-list{ margin-top: 24px; } .nav__mobile-link{ text-decoration: none; color: #333; display: block; padding: 8px 0px; } .nav__mobile-close{ width: 28px; height: 28px; position: absolute; top: 1rem; right: 1rem; } .nav__input:checked ~ .nav__overlay{ display: block; } .nav__input:checked ~ .nav__mobile{ transform: translateX(0%); } /* màn hình chính */ .menu__mobile{ float: right; display: flex; justify-content: space-around; width: 92%; } .menu__mobile .logo { font-size: 16px; font-weight: bold; margin-right: 50px; text-transform: uppercase; color: #241a71; } .menu__mobile .logo span { color: #f6685e; } .PC{ display: none; } } @keyframes fadeIn{ from { opacity: 0; } to{ opacity: 1; } }
resources/css/style.css
@media only screen and (min-width: 64em){ * { margin: 0; padding: 0; } body { width: 100%; display: block; height: 100vh; overflow: auto; font-family: "Raleway", sans-serif; position: relative; background-color: #e7e7e7; } .dFlex, header, header nav .menu, header nav .menu ul, header nav .myAccount .ctaGroup, header nav .myAccount .ctaGroup .cta, .booking_info .opt, .booking_info .opt span, .booking_details, .booking_details .item .cta { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .containerr { width: 100%; height: 80vh; display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; overflow: hidden; background-image: -webkit-gradient(linear, left top, left bottom, from(#03a9f43b), color-stop(white), to(white)); background-image: linear-gradient(to bottom, #03a9f43b, white, white); -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .containerr img { -webkit-perspective: 1000px; perspective: 1000px; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } header { width: 100%; height: 80px; margin: 0 auto; padding: 0 10%; color: #241a71; -webkit-box-sizing: border-box; box-sizing: border-box; } header nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; z-index: 1001; } header nav .menu .logo { font-size: 16px; font-weight: bold; margin-right: 50px; text-transform: uppercase; color: #241a71; } header nav .menu .logo span { color: #f38e11; } header nav .menu ul { margin: 0; padding: 0; list-style-type: none; } header nav .menu ul>li { font-size: 13px; font-weight: 500; cursor: pointer; text-transform: uppercase; margin-left: 15px; } header nav .myAccount .ctaGroup .cta { width: 135px; height: 35px; border: 1px solid #f38e11; font-size: 12px; font-weight: 500; border-radius: 35px; color: #f38e11; cursor: pointer; } header nav .myAccount .ctaGroup .cta + .cta { margin-left: 15px; } header nav .myAccount .ctaGroup .cta.active { background-color: #f38e11; color: #fff; } .clearfix:after { display:block; clear:both; } .item>input{ color: #1a202c; font-family: -apple-system; font-weight: 600; line-height: 19px; } /*----- Phần menu -----*/ .menu li { margin:0px; list-style:none; font-family:'Ek Mukta'; } .menu a { transition:all linear 0.15s; color:#000000; text-decoration:none; } .menu li:hover > a{ text-decoration:none; color: #c97833; } .menu .arrow { font-size:11px; line-height:0%; } /*----- css cho phần menu cha -----*/ .menu > ul > li { float:left; display:inline-block; position:relative; font-size:19px; } .menu > ul > li > a { display: inline-block; color: #3c3984; } /*----css cho menu con----*/ .menu li:hover .sub-menu { z-index:1; opacity:1; } .sub-menu { width:100%; padding:5px 0px; position:absolute; top:100%; left:0px; z-index:-1; opacity:0; transition:opacity linear 0.15s; box-shadow:0px 2px 3px rgba(0,0,0,0.2); flex-wrap: wrap; } .sub-menu li { display:block; font-size:16px; } .sub-menu li a { padding:10px 30px; display:block; } /* .sub-menu li a:hover{ background:#e2e0e0; } */ .cta a{ text-decoration: none; } .hotel_content { display: block; text-align: center; width: 768px; margin: 0 auto; position: relative; z-index: 10; margin-top: 62px; } .info h2 { color: #241a71; } .info p { font-size: 12px; } .booking_info { margin-top: -80px; } .booking_info .opt { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; position: relative; top: 30px; z-index: 1; } .booking_info .opt span { width: 130px; height: 70px; border-radius: 20px; background-color: #e9e8f0; cursor: pointer; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; font-size: 14px; position: relative; z-index: 2; padding-top: 15px; -webkit-box-sizing: border-box; box-sizing: border-box; } .booking_info .opt span.active { background-color: #f38e11; color: #fff; } .booking_info .opt span + span { left: -15px; z-index: 1; } .booking_details { background-color: #fff; height: 70px; border-radius: 15px; position: relative; z-index: 2; -webkit-box-shadow: 1px 1px 20px 0px rgba(50, 50, 50, 0.3); box-shadow: 1px 1px 20px 0px rgba(50, 50, 50, 0.3); -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 15px; -webkit-box-sizing: border-box; box-sizing: border-box; } .booking_details .item { font-size: 13px; padding: 0 10px 0 12px; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: left; } .booking_details .item .fa { font-size: 14px; color: #f38e11; } .booking_details .item .date, .booking_details .item .people { font-weight: 600; margin-bottom: 8px; } .booking_details .item .date .fa, .booking_details .item .people .fa { margin-right: 0; margin-left: 8px; font-size: 14px; } .booking_details .item .cta { width: 135px; height: 35px; border: 1px solid #f38e11; font-size: 12px; font-weight: 500; border-radius: 35px; color: #f38e11; cursor: pointer; background-color: #f38e11; color: #fff; } .booking_details .item + .item { border-left: 1px solid #f38e11; } .booking_details .item:nth-last-child(1) { border-left: none; } .booking_details .item:nth-child(1) { padding: 0; padding-left: 5px; } .hotel { position: absolute; bottom: 6vw; left: 0; width: 100%; z-index: 2; } .car1 { position: absolute; bottom: 8%; -webkit-animation: drive 15s; animation: drive 15s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; width: 80px; z-index: 3; } .car2 { position: absolute; bottom: 5%; -webkit-animation: drive 10s; animation: drive 10s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; width: 80px; z-index: 3; } .car3 { position: absolute; bottom: 8%; -webkit-animation: drive_2 20s; animation: drive_2 20s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; width: 80px; z-index: 3; } .car4 { position: absolute; bottom: 1%; -webkit-animation: drive_2 12s; animation: drive_2 12s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; width: 80px; z-index: 3; } .dog_1 { height: 6%; position: absolute; bottom: 9%; -webkit-animation: drive 20s; animation: drive 20s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; z-index: 3; } .cloud { position: absolute; top: -100px; -webkit-animation: cloud_1 50s; animation: cloud_1 50s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; width: 800px; z-index: 1; } .cloud_2 { position: absolute; bottom: 50%; -webkit-animation: cloud_2 60s; animation: cloud_2 60s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; width: 500px; z-index: 1; } .cloud_3 { position: absolute; bottom: 60%; -webkit-animation: cloud_2 30s; animation: cloud_2 30s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; width: 500px; z-index: 1; } .cloud_4 { position: absolute; bottom: 70%; -webkit-animation: cloud_2 70s; animation: cloud_2 70s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; width: 500px; z-index: 1; } @-webkit-keyframes drive { from { -webkit-transform: translateX(-100px); transform: translateX(-100px); } to { -webkit-transform: translateX(1950px); transform: translateX(1950px); } } @keyframes drive { from { -webkit-transform: translateX(-100px); transform: translateX(-100px); } to { -webkit-transform: translateX(1950px); transform: translateX(1950px); } } @-webkit-keyframes drive_2 { from { -webkit-transform: translateX(1950px); transform: translateX(1950px); } to { -webkit-transform: translateX(-200px); transform: translateX(-200px); } } @keyframes drive_2 { from { -webkit-transform: translateX(1950px); transform: translateX(1950px); } to { -webkit-transform: translateX(-200px); transform: translateX(-200px); } } @-webkit-keyframes cloud_1 { from { -webkit-transform: translateX(1900px); transform: translateX(1900px); } to { -webkit-transform: translateX(-900px); transform: translateX(-900px); } } @keyframes cloud_1 { from { -webkit-transform: translateX(1900px); transform: translateX(1900px); } to { -webkit-transform: translateX(-900px); transform: translateX(-900px); } } @-webkit-keyframes cloud_2 { from { -webkit-transform: translateX(1900px); transform: translateX(1900px); } to { -webkit-transform: translateX(-500px); transform: translateX(-500px); } } @keyframes cloud_2 { from { -webkit-transform: translateX(1900px); transform: translateX(1900px); } to { -webkit-transform: translateX(-500px); transform: translateX(-500px); } } .nav__bars-btn{ width: 28px; height: 28px; color: white; display: none; } .nav__mobile, .menu__mobile{ display: none; } .mobile{ display: none; } .qcao{ display: flex; font-size: 15px; font-family: 'FontAwesome'; } .nobody { padding: 0 33px; display: flex; align-items: center; flex-direction: column; border-right: 1px solid; width: 25%; } .nobody:last-child { border-right: none; } span.photo { display: flex; align-items: center; flex-direction: column; border-bottom: 1px solid; padding-bottom: 10px; } .title-main{ font-family: cursive; } span.title-sub { font-size: 16px; margin-top: 8px; text-align: center; font-weight: 400; line-height: 16px; } .flexboxx{ min-height: 100%; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; } .flexitem_4 { display: flex; flex-direction: row; justify-content: center; margin-bottom: 20px; } .popluar-category { background-color: #e7e7e7; padding: 10px; } .thumb-info { display: block; position: relative; text-decoration: none; max-width: 100%; overflow: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } .table-see-all{ position: absolute; margin-top: -125px;margin-left: 83px; display: none; } .thumb-info:hover .table-see-all{ display: inherit; } .table-see-all input[type="button"] { line-height: 30px; width: 96px; font-family: 'FontAwesome'; border-radius: 5px; color: #ffffff; background: #241a71; } .deals-title>h3 { color: #2b2b2b; font-size: 18px; font-family: 'FontAwesome'; padding-right: 15px; padding-left: 15px; padding-top: 20px; } .deals-title>h3 a{ text-decoration: none; font-weight: 100; border-bottom: 3px solid #f38e11; color: initial; } h3.mrgt1x.mrgb05.padl1x.padr1x { display: flex; justify-content: flex-start; width: 266px; } a.title-promotion { color: black; font-family: 'FontAwesome'; font-weight: 600; text-decoration: none; font-size: 17px; } .title-promotion:hover { text-decoration: underline; } .padb1x.padl1x.padr1x { display: flex; justify-content: flex-start; font-family: emoji; margin-top: 3px; } .zoom{ background-position: 50% 50%; position: relative; overflow: hidden; cursor: zoom-in; } .zoom img:hover { opacity: 0; } .zoom img { transition: opacity 0.5s; display: block; } .HotelNames:first-child{ margin-top: 20px; } a.blue.mihawk-list-hotel { font-family: 'FontAwesome'; line-height: 2; } .footer__middle { display: flex; font-family: -webkit-body; font-size: 16px; } .footer__middle>div{ display: flex; flex-direction: column; width: 33%; } .chuyen{ background: white; height: 40px; width: 40px; display: flex; align-items: center; justify-content: center; z-index: 2; border-radius: 100px; box-shadow: rgb(0 0 0 / 10%) 0px 8px 12px; cursor: pointer; position: absolute; top: 50%; transform: translate(-50%, -50%); right: -38px; } .show{ display: flex; } } @media only screen and ( max-width: 46.1875em){ .nav__bars-btn{ color: red; display: block; width: 28px; height: 28px; } .nav__pc{ display: none; } .nav__overlay{ position: fixed; top: 0; right: 0; bottom: 0px; left: 0px; background-color: rgba(0, 0, 0, 0.3); display: none; animation: fadeIn linear 0.2s; } .nav__mobile{ position: fixed; top: 0; bottom: 0px; left: 0px; width: 270px; max-width: 100%; background: white; transform: translateX(-100%); transition: transform linear 0.2s; } .nav__mobile-list{ margin-top: 24px; } .nav__mobile-link{ text-decoration: none; color: #333; display: block; padding: 8px 0px; } .nav__mobile-close{ width: 28px; height: 28px; position: absolute; top: 1rem; right: 1rem; } .nav__input:checked ~ .nav__overlay{ display: block; } .nav__input:checked ~ .nav__mobile{ transform: translateX(0%); } /* màn hình chính */ .menu__mobile{ float: right; display: flex; justify-content: space-around; width: 92%; } .menu__mobile .logo { font-size: 16px; font-weight: bold; margin-right: 50px; text-transform: uppercase; color: #241a71; } .menu__mobile .logo span { color: #f6685e; } .PC{ display: none; } } @keyframes fadeIn{ from { opacity: 0; } to{ opacity: 1; } }
0.260201
0.049314
.skin-blue .spinner { background-color: #4FC3F7 } .skin-blue a { color: #29b6f6 } .skin-blue a:active, .skin-blue a:focus, .skin-blue a:hover { outline: 0; text-decoration: none; color: #4FC3F7 } .skin-blue .form-control:focus { border-color: #29b6f6 } .skin-blue .top-menu-header .navbar { background-color: #29B6F6 } .skin-blue .top-menu-header .navbar .nav>li>a { color: #fff } .skin-blue .top-menu-header .navbar .nav .open>a, .skin-blue .top-menu-header .navbar .nav .open>a:focus, .skin-blue .top-menu-header .navbar .nav .open>a:hover, .skin-blue .top-menu-header .navbar .nav>.active>a, .skin-blue .top-menu-header .navbar .nav>li>a:active, .skin-blue .top-menu-header .navbar .nav>li>a:focus, .skin-blue .top-menu-header .navbar .nav>li>a:hover { background: #4FC3F7; color: #f6f6f6 } .skin-blue .top-menu-header .navbar .sidebar-toggle:hover { color: #f6f6f6; background: rgba(0, 0, 0, .1); background-color: #4FC3F7 } .skin-blue .top-menu-header .navbar .sidebar-toggle { color: #fff } @media (max-width:767px) { .skin-blue .top-menu-header .navbar .dropdown-menu li.divider { background-color: rgba(255, 255, 255, .1) } .skin-blue .top-menu-header .navbar .dropdown-menu li a { color: #333 } } .skin-blue .top-menu-header .logo { background-color: #29B6F6; color: #fff; border-bottom: 0 solid transparent } .skin-blue .top-menu-header .logo:hover { background-color: #4FC3F7 } .skin-blue #top-menu-navbar-search a { color: #29B6F6 } .skin-blue .top-menu-header li.user-header { background-color: #29B6F6 } .skin-blue .left-side, .skin-blue .sidebar-left, .skin-blue .wrapper { background-color: #222d32 } .skin-blue .user-panel>.info, .skin-blue .user-panel>.info>a { color: #fff } .skin-blue .sidebar-menu>li.header { color: #CFD8DC; background: #1a2226 } .skin-blue .sidebar-menu>li>a { border-left: 3px solid transparent; border-left-color: transparent } .skin-blue .sidebar-menu>li.active>a, .skin-blue .sidebar-menu>li:hover>a { color: #fff; background: #1e282c; border-left-color: #29B6F6 } .skin-blue .sidebar-menu>li>.treeview-menu { margin: 0 1px; background: #1a2226 } .skin-blue .sidebar a { color: #fff } .skin-blue .sidebar a:hover { text-decoration: none } .skin-blue .treeview-menu>li>a { color: #CFD8DC } .skin-blue .treeview-menu>li.active>a, .skin-blue .treeview-menu>li>a:hover { color: #fff } .skin-blue .sidebar-form { border-radius: 3px; border: 1px solid #374850; margin: 10px } .skin-blue .sidebar-form .btn, .skin-blue .sidebar-form input[type=text] { box-shadow: none; background-color: #fff; border: 1px solid transparent; height: 35px } .skin-blue .sidebar-form input[type=text] { color: #666; border-radius: 2px 0 0 2px } .skin-blue .sidebar-form input[type=text]:focus, .skin-blue .sidebar-form input[type=text]:focus+.input-group-btn .btn { background-color: #fff; color: #666 } .skin-blue .sidebar-form input[type=text]:focus+.input-group-btn .btn { border-left-color: #fff } .skin-blue .sidebar-form .btn { color: #999; border-radius: 0 2px 2px 0 } .skin-blue .main-footer a { color: #29B6F6 } .skin-blue .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a, .skin-blue .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a, .skin-blue .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a { background-color: #29B6F6!important; color: #fff!important; border: none; margin: -1px } .skin-blue .nav-tabs-custom>.nav-tabs>li.active { border-top-color: #29B6F6 } .skin-blue .pricing-container .pricing-item { color: #333; background: #fff; box-shadow: 0 0 10px rgba(46, 59, 125, .23) } .skin-blue .pricing-container .pricing-deco { background: #29B6F6 } .skin-blue .pricing-container .pricing-price, .skin-blue .pricing-container .pricing-title { color: #fff } .skin-blue .pricing-container .pricing-action { color: #fff; background: #29B6F6 } .pricing-container .pricing-action:focus, .skin-blue .pricing-container .pricing-action:hover { background-color: #262626 } .skin-blue #generic-price-table { background-color: #f1f1f1 } .skin-blue #generic-price-table .generic-content { background-color: #fff } .skin-blue #generic-price-table .generic-content .generic-head-price { background-color: #f6f6f6 } .skin-blue #generic-price-table .generic-content .generic-head-price .generic-head-content .head_bg { border-color: #e4e4e4 transparent transparent #e4e4e4 } .skin-blue #generic-price-table .generic-content .generic-head-price .generic-head-content .head span { color: #525252 } .skin-blue #generic-price-table .generic-content .generic-head-price .generic-price-tag .month, .skin-blue #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .cent, .skin-blue #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .currency, .skin-blue #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .sign { color: #414141 } .skin-blue #generic-price-table .generic-content .generic-feature-list ul li { color: #a7a7a7 } .skin-blue #generic-price-table .generic-content .generic-feature-list ul li span { color: #414141 } .skin-blue #generic-price-table .generic-content .generic-feature-list ul li:hover { background-color: #29B6F6; border-left: 5px solid #4FC3F7 } .skin-blue #generic-price-table .generic-content .generic-price-btn a { border: 1px solid #29B6F6; color: #29B6F6 } .skin-blue #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head_bg, .skin-blue #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head_bg { border-color: #29B6F6 transparent transparent #29B6F6; color: #fff } .skin-blue #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head span, .skin-blue #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head span { color: #fff } .skin-blue #generic-price-table .generic-content.active .generic-price-btn a, .skin-blue #generic-price-table .generic-content:hover .generic-price-btn a { background-color: #29B6F6; color: #fff } .skin-blue .bottom_btn { background-color: #333 } .skin-blue .bottom_btn:hover { background-color: #666; color: #FFF } .skin-blue .dataTables_paginate .pagination .active a { background-color: #29B6F6; border-color: #29B6F6 } .skin-blue .dataTable a { color: #29B6F6 } .skin-blue .pagination>li>a:active, .skin-blue .pagination>li>a:focus { background-color: #29B6F6; border-color: #29B6F6; color: #fff } .skin-blue .box-error, .skin-blue .box-forgot, .skin-blue .box-lockscreen, .skin-blue .box-login, .skin-blue .box-offline, .skin-blue .box-register { border-top: 3px solid #29B6F6 } .skin-blue .box-error a, .skin-blue .box-forgot a, .skin-blue .box-lockscreen a, .skin-blue .box-login a, .skin-blue .box-offline a, .skin-blue .box-register a { color: #29B6F6 } .skin-blue .btn-primary, .skin-blue .btn-primary .ink, .skin-blue .btn-primary.active, .skin-blue .btn-primary:active, .skin-blue .btn-primary:focus, .skin-blue .btn-primary:hover, .skin-blue .dropdown-toggle.btn-primary, .skin-blue .dropdown-toggle.btn-primary .ink, .skin-blue .dropdown-toggle.btn-primary.active, .skin-blue .dropdown-toggle.btn-primary:active, .skin-blue .dropdown-toggle.btn-primary:focus, .skin-blue .dropdown-toggle.btn-primary:hover { background-color: #29b6f6 } .skin-blue .btn-flat.btn-primary { color: #29b6f6 } .skin-blue .btn-flat.btn-primary:hover { color: #29b6f6; background-color: #e5e5e5 } .skin-blue .btn-flat.btn-primary.active, .skin-blue .btn-flat.btn-primary:active { color: #29b6f6; background-color: #ccc } .skin-blue .add-icon i { color: #fff } .skin-blue .all-drivers .information .email a { color: #29b6f6 } .nav-stacked>li.active>a:hover, .skin-blue .nav-stacked>li.active>a { border-left-color: #29B6F6 } .skin-blue .price-car { background-color: #29b6f6!important } .skin-blue .return-up { background: #29B6F6 } .skin-red .spinner { background-color: #e60000 } .skin-red a { color: #d50000 } .skin-red a:active, .skin-red a:focus, .skin-red a:hover { outline: 0; text-decoration: none; color: #e60000 } .skin-red .form-control:focus { border-color: #d50000 } .skin-red .top-menu-header .navbar { background-color: #d50000 } .skin-red .top-menu-header .navbar .nav>li>a { color: #fff } .skin-red .top-menu-header .navbar .nav .open>a, .skin-red .top-menu-header .navbar .nav .open>a:focus, .skin-red .top-menu-header .navbar .nav .open>a:hover, .skin-red .top-menu-header .navbar .nav>.active>a, .skin-red .top-menu-header .navbar .nav>li>a:active, .skin-red .top-menu-header .navbar .nav>li>a:focus, .skin-red .top-menu-header .navbar .nav>li>a:hover { background: #e60000; color: #f6f6f6 } .skin-red .top-menu-header .navbar .sidebar-toggle:hover { color: #f6f6f6; background: rgba(0, 0, 0, .1); background-color: #e60000 } .skin-red .top-menu-header .navbar .sidebar-toggle { color: #fff } @media (max-width:767px) { .skin-red .top-menu-header .navbar .dropdown-menu li.divider { background-color: rgba(255, 255, 255, .1) } .skin-red .top-menu-header .navbar .dropdown-menu li a { color: #333 } } .skin-red .top-menu-header .logo { background-color: #d50000; color: #fff; border-bottom: 0 solid transparent } .skin-red .top-menu-header .logo:hover { background-color: #e60000 } .skin-red #top-menu-navbar-search a { color: #e60000 } .skin-red .top-menu-header li.user-header { background-color: #d50000 } .skin-red .left-side, .skin-red .sidebar-left, .skin-red .wrapper { background-color: #222d32 } .skin-red .user-panel>.info, .skin-red .user-panel>.info>a { color: #fff } .skin-red .sidebar-menu>li.header { color: #CFD8DC; background: #1a2226 } .skin-red .sidebar-menu>li>a { border-left: 3px solid transparent; border-left-color: transparent } .skin-red .sidebar-menu>li.active>a, .skin-red .sidebar-menu>li:hover>a { color: #fff; background: #1e282c; border-left-color: #d50000 } .skin-red .sidebar-menu>li>.treeview-menu { margin: 0 1px; background: #1a2226 } .skin-red .sidebar a { color: #fff } .skin-red .sidebar a:hover { text-decoration: none } .skin-red .treeview-menu>li>a { color: #CFD8DC } .skin-red .treeview-menu>li.active>a, .skin-red .treeview-menu>li>a:hover { color: #fff } .skin-red .sidebar-form { border-radius: 3px; border: 1px solid #374850; margin: 10px } .skin-red .sidebar-form .btn, .skin-red .sidebar-form input[type=text] { box-shadow: none; background-color: #fff; border: 1px solid transparent; height: 35px } .skin-red .sidebar-form input[type=text] { color: #666; border-radius: 2px 0 0 2px } .skin-red .sidebar-form input[type=text]:focus, .skin-red .sidebar-form input[type=text]:focus+.input-group-btn .btn { background-color: #fff; color: #666 } .skin-red .sidebar-form input[type=text]:focus+.input-group-btn .btn { border-left-color: #fff } .skin-red .sidebar-form .btn { color: #999; border-radius: 0 2px 2px 0 } .skin-red.layout-top-nav .top-menu-header>.logo { background-color: #d50000; color: #fff; border-bottom: 0 solid transparent } .skin-red.layout-top-nav .top-menu-header>.logo:hover { background-color: #e60000 } .skin-red .main-footer a { color: #d50000 } .skin-red .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a, .skin-red .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a, .skin-red .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a { background-color: #d50000!important; color: #fff!important; border: none; margin: -1px } .skin-red .nav-tabs-custom>.nav-tabs>li.active { border-top-color: #d50000 } .skin-red .pricing-container .pricing-item { color: #333; background: #fff; box-shadow: 0 0 10px rgba(46, 59, 125, .23) } .skin-red .pricing-container .pricing-deco { background: #d50000 } .skin-red .pricing-container .pricing-price, .skin-red .pricing-container .pricing-title { color: #fff } .skin-red .pricing-container .pricing-action { color: #fff; background: #d50000 } .pricing-container .pricing-action:focus, .skin-red .pricing-container .pricing-action:hover { background-color: #262626 } .skin-red #generic-price-table { background-color: #f1f1f1 } .skin-red #generic-price-table .generic-content { background-color: #fff } .skin-red #generic-price-table .generic-content .generic-head-price { background-color: #f6f6f6 } .skin-red #generic-price-table .generic-content .generic-head-price .generic-head-content .head_bg { border-color: #e4e4e4 transparent transparent #e4e4e4 } .skin-red #generic-price-table .generic-content .generic-head-price .generic-head-content .head span { color: #525252 } .skin-red #generic-price-table .generic-content .generic-head-price .generic-price-tag .month, .skin-red #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .cent, .skin-red #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .currency, .skin-red #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .sign { color: #414141 } .skin-red #generic-price-table .generic-content .generic-feature-list ul li { color: #a7a7a7 } .skin-red #generic-price-table .generic-content .generic-feature-list ul li span { color: #414141 } .skin-red #generic-price-table .generic-content .generic-feature-list ul li:hover { background-color: #d50000; border-left: 5px solid #e60000 } .skin-red #generic-price-table .generic-content .generic-price-btn a { border: 1px solid #d50000; color: #d50000 } .skin-red #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head_bg, .skin-red #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head_bg { border-color: #d50000 transparent transparent #d50000; color: #fff } .skin-red #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head span, .skin-red #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head span { color: #fff } .skin-red #generic-price-table .generic-content.active .generic-price-btn a, .skin-red #generic-price-table .generic-content:hover .generic-price-btn a { background-color: #d50000; color: #fff } .skin-red .bottom_btn { background-color: #333 } .skin-red .bottom_btn:hover { background-color: #666; color: #FFF } .skin-red .dataTables_paginate .pagination .active a { background-color: #d50000; border-color: #d50000 } .skin-red .dataTable a { color: #d50000 } .skin-red .pagination>li>a:active, .skin-red .pagination>li>a:focus { background-color: #d50000; border-color: #d50000; color: #fff } .skin-red .box-error, .skin-red .box-forgot, .skin-red .box-lockscreen, .skin-red .box-login, .skin-red .box-offline, .skin-red .box-register { border-top: 3px solid #d50000 } .skin-red .box-error a, .skin-red .box-forgot a, .skin-red .box-lockscreen a, .skin-red .box-login a, .skin-red .box-offline a, .skin-red .box-register a { color: #d50000 } .skin-red .btn-primary, .skin-red .btn-primary .ink, .skin-red .btn-primary.active, .skin-red .btn-primary:active, .skin-red .btn-primary:focus, .skin-red .btn-primary:hover, .skin-red .dropdown-toggle.btn-primary, .skin-red .dropdown-toggle.btn-primary .ink, .skin-red .dropdown-toggle.btn-primary.active, .skin-red .dropdown-toggle.btn-primary:active, .skin-red .dropdown-toggle.btn-primary:focus, .skin-red .dropdown-toggle.btn-primary:hover { background-color: #d50000 } .skin-red .btn-flat.btn-primary { color: #d50000 } .skin-red .btn-flat.btn-primary:hover { color: #d50000; background-color: #e5e5e5 } .skin-red .btn-flat.btn-primary.active, .skin-red .btn-flat.btn-primary:active { color: #d50000; background-color: #ccc } .skin-red .add-icon i { color: #fff } .skin-red .all-drivers .information .email a { color: #d50000 } .nav-stacked>li.active>a:hover, .skin-red .nav-stacked>li.active>a { border-left-color: #d50000 } .skin-red .price-car { background-color: #d50000!important } .skin-red .return-up { background: #d50000 } .skin-purple-gradient .spinner { background-color: #be3af0 } .skin-purple-gradient a { color: #893de3 } .skin-purple-gradient a:active, .skin-purple-gradient a:focus, .skin-purple-gradient a:hover { outline: 0; text-decoration: none; color: #be3af0 } .skin-purple-gradient .form-control:focus { border-color: #893de3 } .skin-purple-gradient .top-menu-header .navbar { background-image: -ms-linear-gradient(left, #893DE3 0, #BE3AF0 100%); background-image: -moz-linear-gradient(left, #893DE3 0, #BE3AF0 100%); background-image: -o-linear-gradient(left, #893DE3 0, #BE3AF0 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #893DE3), color-stop(100, #BE3AF0)); background-image: -webkit-linear-gradient(left, #893DE3 0, #BE3AF0 100%); background-image: linear-gradient(to right, #893DE3 0, #BE3AF0 100%) } .skin-purple-gradient .top-menu-header .navbar .nav>li>a { color: #fff } .skin-purple-gradient .top-menu-header .navbar .nav .open>a, .skin-purple-gradient .top-menu-header .navbar .nav .open>a:focus, .skin-purple-gradient .top-menu-header .navbar .nav .open>a:hover, .skin-purple-gradient .top-menu-header .navbar .nav>.active>a, .skin-purple-gradient .top-menu-header .navbar .nav>li>a:active, .skin-purple-gradient .top-menu-header .navbar .nav>li>a:focus, .skin-purple-gradient .top-menu-header .navbar .nav>li>a:hover { background: #be3af0; color: #f6f6f6 } .skin-purple-gradient .top-menu-header .navbar .sidebar-toggle:hover { color: #f6f6f6; background: rgba(0, 0, 0, .1); background-color: #be3af0 } .skin-purple-gradient .pagination>li>a:active, .skin-purple-gradient .pagination>li>a:focus, .skin-purple-gradient .top-menu-header li.user-header { background-image: -ms-linear-gradient(left, #893DE3 0, #BE3AF0 100%); background-image: -moz-linear-gradient(left, #893DE3 0, #BE3AF0 100%); background-image: -o-linear-gradient(left, #893DE3 0, #BE3AF0 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #893DE3), color-stop(100, #BE3AF0)); background-image: -webkit-linear-gradient(left, #893DE3 0, #BE3AF0 100%) } .skin-purple-gradient .top-menu-header .navbar .sidebar-toggle { color: #fff } @media (max-width:767px) { .skin-purple-gradient .top-menu-header .navbar .dropdown-menu li.divider { background-color: rgba(255, 255, 255, .1) } .skin-purple-gradient .top-menu-header .navbar .dropdown-menu li a { color: #333 } } .skin-purple-gradient .top-menu-header .logo { background-color: #893de3; color: #fff; border-bottom: 0 solid transparent } .skin-purple-gradient .top-menu-header .logo:hover { background-color: #be3af0 } .skin-purple-gradient #top-menu-navbar-search a { color: #be3af0 } .skin-purple-gradient .top-menu-header li.user-header { background-image: linear-gradient(to right, #893DE3 0, #BE3AF0 100%) } .skin-purple-gradient .left-side, .skin-purple-gradient .sidebar-left, .skin-purple-gradient .wrapper { background-color: #222d32 } .skin-purple-gradient .user-panel>.info, .skin-purple-gradient .user-panel>.info>a { color: #fff } .skin-purple-gradient .sidebar-menu>li.header { color: #CFD8DC; background: #1a2226 } .skin-purple-gradient .sidebar-menu>li>a { border-left: 3px solid transparent; border-left-color: transparent } .skin-purple-gradient .sidebar-menu>li.active>a, .skin-purple-gradient .sidebar-menu>li:hover>a { color: #fff; background: #1e282c; border-left-color: #893de3 } .skin-purple-gradient .sidebar-menu>li>.treeview-menu { margin: 0 1px; background: #1a2226 } .skin-purple-gradient .sidebar a { color: #fff } .skin-purple-gradient .sidebar a:hover { text-decoration: none } .skin-purple-gradient .treeview-menu>li>a { color: #CFD8DC } .skin-purple-gradient .treeview-menu>li.active>a, .skin-purple-gradient .treeview-menu>li>a:hover { color: #fff } .skin-purple-gradient .sidebar-form { border-radius: 3px; border: 1px solid #374850; margin: 10px } .skin-purple-gradient .sidebar-form .btn, .skin-purple-gradient .sidebar-form input[type=text] { box-shadow: none; background-color: #fff; border: 1px solid transparent; height: 35px } .skin-purple-gradient .sidebar-form input[type=text] { color: #666; border-radius: 2px 0 0 2px } .skin-purple-gradient .sidebar-form input[type=text]:focus, .skin-purple-gradient .sidebar-form input[type=text]:focus+.input-group-btn .btn { background-color: #fff; color: #666 } .skin-purple-gradient .sidebar-form input[type=text]:focus+.input-group-btn .btn { border-left-color: #fff } .skin-purple-gradient .sidebar-form .btn { color: #999; border-radius: 0 2px 2px 0 } .skin-purple-gradient.layout-top-nav .top-menu-header>.logo { background-color: #893de3; color: #fff; border-bottom: 0 solid transparent } .skin-purple-gradient.layout-top-nav .top-menu-header>.logo:hover { background-color: #be3af0 } .skin-purple-gradient .main-footer a { color: #893de3 } .skin-purple-gradient .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a, .skin-purple-gradient .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a, .skin-purple-gradient .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a { background-image: -ms-linear-gradient(left, #893DE3 0, #BE3AF0 100%)!important; background-image: -moz-linear-gradient(left, #893DE3 0, #BE3AF0 100%)!important; background-image: -o-linear-gradient(left, #893DE3 0, #BE3AF0 100%)!important; background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #893DE3), color-stop(100, #BE3AF0))!important; background-image: -webkit-linear-gradient(left, #893DE3 0, #BE3AF0 100%)!important; background-image: linear-gradient(to right, #893DE3 0, #BE3AF0 100%)!important; color: #fff!important; border: none; margin: -1px } .skin-purple-gradient .nav-tabs-custom>.nav-tabs>li.active { border-top-color: #893de3 } .skin-purple-gradient .pricing-container .pricing-item { color: #333; background: #fff; box-shadow: 0 0 10px rgba(46, 59, 125, .23) } .skin-purple-gradient .pricing-container .pricing-deco { background: #893de3 } .skin-purple-gradient .pricing-container .pricing-price, .skin-purple-gradient .pricing-container .pricing-title { color: #fff } .skin-purple-gradient .pricing-container .pricing-action { color: #fff; background: #893de3 } .pricing-container .pricing-action:focus, .skin-purple-gradient .pricing-container .pricing-action:hover { background-color: #262626 } .skin-purple-gradient #generic-price-table { background-color: #f1f1f1 } .skin-purple-gradient #generic-price-table .generic-content { background-color: #fff } .skin-purple-gradient #generic-price-table .generic-content .generic-head-price { background-color: #f6f6f6 } .skin-purple-gradient #generic-price-table .generic-content .generic-head-price .generic-head-content .head_bg { border-color: #e4e4e4 transparent transparent #e4e4e4 } .skin-purple-gradient #generic-price-table .generic-content .generic-head-price .generic-head-content .head span { color: #525252 } .skin-purple-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .month, .skin-purple-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .cent, .skin-purple-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .currency, .skin-purple-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .sign { color: #414141 } .skin-purple-gradient #generic-price-table .generic-content .generic-feature-list ul li { color: #a7a7a7 } .skin-purple-gradient #generic-price-table .generic-content .generic-feature-list ul li span { color: #414141 } .skin-purple-gradient #generic-price-table .generic-content .generic-feature-list ul li:hover { background-color: #893de3; border-left: 5px solid #be3af0 } .skin-purple-gradient #generic-price-table .generic-content .generic-price-btn a { border: 1px solid #893de3; color: #893de3 } .skin-purple-gradient #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head_bg, .skin-purple-gradient #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head_bg { border-color: #893de3 transparent transparent #893de3; color: #fff } .skin-purple-gradient #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head span, .skin-purple-gradient #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head span { color: #fff } .skin-purple-gradient #generic-price-table .generic-content.active .generic-price-btn a, .skin-purple-gradient #generic-price-table .generic-content:hover .generic-price-btn a { background-color: #893de3; color: #fff } .skin-purple-gradient .bottom_btn { background-color: #333 } .skin-purple-gradient .bottom_btn:hover { background-color: #666; color: #FFF } .skin-purple-gradient .dataTables_paginate .pagination .active a { background-color: #893de3; border-color: #893de3 } .skin-purple-gradient .dataTable a { color: #893de3 } .skin-purple-gradient .pagination>li>a:active, .skin-purple-gradient .pagination>li>a:focus { background-image: linear-gradient(to right, #893DE3 0, #BE3AF0 100%); border-color: #893de3; color: #fff } .skin-purple-gradient .box-error, .skin-purple-gradient .box-forgot, .skin-purple-gradient .box-lockscreen, .skin-purple-gradient .box-login, .skin-purple-gradient .box-offline, .skin-purple-gradient .box-register { border-top: 3px solid #893de3 } .skin-purple-gradient .box-error a, .skin-purple-gradient .box-forgot a, .skin-purple-gradient .box-lockscreen a, .skin-purple-gradient .box-login a, .skin-purple-gradient .box-offline a, .skin-purple-gradient .box-register a { color: #893de3 } .skin-purple-gradient .btn-primary, .skin-purple-gradient .btn-primary .ink, .skin-purple-gradient .btn-primary.active, .skin-purple-gradient .btn-primary:active, .skin-purple-gradient .btn-primary:focus, .skin-purple-gradient .btn-primary:hover, .skin-purple-gradient .dropdown-toggle.btn-primary, .skin-purple-gradient .dropdown-toggle.btn-primary .ink, .skin-purple-gradient .dropdown-toggle.btn-primary.active, .skin-purple-gradient .dropdown-toggle.btn-primary:active, .skin-purple-gradient .dropdown-toggle.btn-primary:focus, .skin-purple-gradient .dropdown-toggle.btn-primary:hover { background-image: -ms-linear-gradient(left, #893DE3 0, #BE3AF0 100%); background-image: -moz-linear-gradient(left, #893DE3 0, #BE3AF0 100%); background-image: -o-linear-gradient(left, #893DE3 0, #BE3AF0 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #893DE3), color-stop(100, #BE3AF0)); background-image: -webkit-linear-gradient(left, #893DE3 0, #BE3AF0 100%); background-image: linear-gradient(to right, #893DE3 0, #BE3AF0 100%) } .skin-purple-gradient .btn-flat.btn-primary { color: #893de3 } .skin-purple-gradient .btn-flat.btn-primary:hover { color: #893de3; background-color: #e5e5e5 } .skin-purple-gradient .btn-flat.btn-primary.active, .skin-purple-gradient .btn-flat.btn-primary:active { color: #893de3; background-color: #ccc } .skin-purple-gradient .add-icon i { color: #fff } .skin-purple-gradient .all-drivers .information .email a { color: #893de3 } .nav-stacked>li.active>a:hover, .skin-purple-gradient .nav-stacked>li.active>a { border-left-color: #893de3 } .skin-purple-gradient .price-car { background-color: #893de3!important } .skin-purple-gradient .return-up { background: #893de3 } .skin-pink-gradient .spinner { background-color: #e91e63 } .skin-pink-gradient a { color: #e91e63 } .skin-pink-gradient a:active, .skin-pink-gradient a:focus, .skin-pink-gradient a:hover { outline: 0; text-decoration: none; color: #d81b60 } .skin-pink-gradient .form-control:focus { border-color: #d81b60 } .skin-pink-gradient .top-menu-header .navbar { background-image: -ms-linear-gradient(left, #D81B60 0, #E91E63 100%); background-image: -moz-linear-gradient(left, #D81B60 0, #E91E63 100%); background-image: -o-linear-gradient(left, #D81B60 0, #E91E63 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D81B60), color-stop(100, #E91E63)); background-image: -webkit-linear-gradient(left, #D81B60 0, #E91E63 100%); background-image: linear-gradient(to right, #D81B60 0, #E91E63 100%) } .skin-pink-gradient .top-menu-header .navbar .nav>li>a { color: #fff } .skin-pink-gradient .top-menu-header .navbar .nav .open>a, .skin-pink-gradient .top-menu-header .navbar .nav .open>a:focus, .skin-pink-gradient .top-menu-header .navbar .nav .open>a:hover, .skin-pink-gradient .top-menu-header .navbar .nav>.active>a, .skin-pink-gradient .top-menu-header .navbar .nav>li>a:active, .skin-pink-gradient .top-menu-header .navbar .nav>li>a:focus, .skin-pink-gradient .top-menu-header .navbar .nav>li>a:hover { background: #e91e63; color: #f6f6f6 } .skin-pink-gradient .top-menu-header .navbar .sidebar-toggle:hover { color: #f6f6f6; background: rgba(0, 0, 0, .1); background-color: #e91e63 } .skin-pink-gradient .pagination>li>a:active, .skin-pink-gradient .pagination>li>a:focus, .skin-pink-gradient .top-menu-header li.user-header { background-image: -ms-linear-gradient(left, #D81B60 0, #E91E63 100%); background-image: -moz-linear-gradient(left, #D81B60 0, #E91E63 100%); background-image: -o-linear-gradient(left, #D81B60 0, #E91E63 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D81B60), color-stop(100, #E91E63)); background-image: -webkit-linear-gradient(left, #D81B60 0, #E91E63 100%) } .skin-pink-gradient .top-menu-header .navbar .sidebar-toggle { color: #fff } @media (max-width:767px) { .skin-pink-gradient .top-menu-header .navbar .dropdown-menu li.divider { background-color: rgba(255, 255, 255, .1) } .skin-pink-gradient .top-menu-header .navbar .dropdown-menu li a { color: #333 } } .skin-pink-gradient .top-menu-header .logo { background-color: #d81b60; color: #fff; border-bottom: 0 solid transparent } .skin-pink-gradient .top-menu-header .logo:hover { background-color: #e91e63 } .skin-pink-gradient #top-menu-navbar-search a { color: #e91e63 } .skin-pink-gradient .top-menu-header li.user-header { background-image: linear-gradient(to right, #D81B60 0, #E91E63 100%) } .skin-pink-gradient .left-side, .skin-pink-gradient .sidebar-left, .skin-pink-gradient .wrapper { background-color: #222d32 } .skin-pink-gradient .user-panel>.info, .skin-pink-gradient .user-panel>.info>a { color: #fff } .skin-pink-gradient .sidebar-menu>li.header { color: #CFD8DC; background: #1a2226 } .skin-pink-gradient .sidebar-menu>li>a { border-left: 3px solid transparent; border-left-color: transparent } .skin-pink-gradient .sidebar-menu>li.active>a, .skin-pink-gradient .sidebar-menu>li:hover>a { color: #fff; background: #1e282c; border-left-color: #d81b60 } .skin-pink-gradient .sidebar-menu>li>.treeview-menu { margin: 0 1px; background: #1a2226 } .skin-pink-gradient .sidebar a { color: #fff } .skin-pink-gradient .sidebar a:hover { text-decoration: none } .skin-pink-gradient .treeview-menu>li>a { color: #CFD8DC } .skin-pink-gradient .treeview-menu>li.active>a, .skin-pink-gradient .treeview-menu>li>a:hover { color: #fff } .skin-pink-gradient .sidebar-form { border-radius: 3px; border: 1px solid #374850; margin: 10px } .skin-pink-gradient .sidebar-form .btn, .skin-pink-gradient .sidebar-form input[type=text] { box-shadow: none; background-color: #fff; border: 1px solid transparent; height: 35px } .skin-pink-gradient .sidebar-form input[type=text] { color: #666; border-radius: 2px 0 0 2px } .skin-pink-gradient .sidebar-form input[type=text]:focus, .skin-pink-gradient .sidebar-form input[type=text]:focus+.input-group-btn .btn { background-color: #fff; color: #666 } .skin-pink-gradient .sidebar-form input[type=text]:focus+.input-group-btn .btn { border-left-color: #fff } .skin-pink-gradient .sidebar-form .btn { color: #999; border-radius: 0 2px 2px 0 } .skin-pink-gradient.layout-top-nav .top-menu-header>.logo { background-color: #d81b60; color: #fff; border-bottom: 0 solid transparent } .skin-pink-gradient.layout-top-nav .top-menu-header>.logo:hover { background-color: #e91e63 } .skin-pink-gradient .main-footer a { color: #d81b60 } .skin-pink-gradient .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a, .skin-pink-gradient .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a, .skin-pink-gradient .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a { background-image: -ms-linear-gradient(left, #D81B60 0, #E91E63 100%)!important; background-image: -moz-linear-gradient(left, #D81B60 0, #E91E63 100%)!important; background-image: -o-linear-gradient(left, #D81B60 0, #E91E63 100%)!important; background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D81B60), color-stop(100, #E91E63))!important; background-image: -webkit-linear-gradient(left, #D81B60 0, #E91E63 100%)!important; background-image: linear-gradient(to right, #D81B60 0, #E91E63 100%)!important; color: #fff!important; border: none; margin: -1px } .skin-pink-gradient .nav-tabs-custom>.nav-tabs>li.active { border-top-color: #d81b60 } .skin-pink-gradient .pricing-container .pricing-item { color: #333; background: #fff; box-shadow: 0 0 10px rgba(46, 59, 125, .23) } .skin-pink-gradient .pricing-container .pricing-deco { background: #d81b60 } .skin-pink-gradient .pricing-container .pricing-price, .skin-pink-gradient .pricing-container .pricing-title { color: #fff } .skin-pink-gradient .pricing-container .pricing-action { color: #fff; background: #d81b60 } .pricing-container .pricing-action:focus, .skin-pink-gradient .pricing-container .pricing-action:hover { background-color: #262626 } .skin-pink-gradient #generic-price-table { background-color: #f1f1f1 } .skin-pink-gradient #generic-price-table .generic-content { background-color: #fff } .skin-pink-gradient #generic-price-table .generic-content .generic-head-price { background-color: #f6f6f6 } .skin-pink-gradient #generic-price-table .generic-content .generic-head-price .generic-head-content .head_bg { border-color: #e4e4e4 transparent transparent #e4e4e4 } .skin-pink-gradient #generic-price-table .generic-content .generic-head-price .generic-head-content .head span { color: #525252 } .skin-pink-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .month, .skin-pink-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .cent, .skin-pink-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .currency, .skin-pink-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .sign { color: #414141 } .skin-pink-gradient #generic-price-table .generic-content .generic-feature-list ul li { color: #a7a7a7 } .skin-pink-gradient #generic-price-table .generic-content .generic-feature-list ul li span { color: #414141 } .skin-pink-gradient #generic-price-table .generic-content .generic-feature-list ul li:hover { background-color: #d81b60; border-left: 5px solid #e91e63 } .skin-pink-gradient #generic-price-table .generic-content .generic-price-btn a { border: 1px solid #d81b60; color: #d81b60 } .skin-pink-gradient #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head_bg, .skin-pink-gradient #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head_bg { border-color: #d81b60 transparent transparent #d81b60; color: #fff } .skin-pink-gradient #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head span, .skin-pink-gradient #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head span { color: #fff } .skin-pink-gradient #generic-price-table .generic-content.active .generic-price-btn a, .skin-pink-gradient #generic-price-table .generic-content:hover .generic-price-btn a { background-color: #d81b60; color: #fff } .skin-pink-gradient .bottom_btn { background-color: #333 } .skin-pink-gradient .bottom_btn:hover { background-color: #666; color: #FFF } .skin-pink-gradient .dataTables_paginate .pagination .active a { background-color: #d81b60; border-color: #d81b60 } .skin-pink-gradient .dataTable a { color: #d81b60 } .skin-pink-gradient .pagination>li>a:active, .skin-pink-gradient .pagination>li>a:focus { background-image: linear-gradient(to right, #D81B60 0, #E91E63 100%); border-color: #d81b60; color: #fff } .skin-pink-gradient .box-error, .skin-pink-gradient .box-forgot, .skin-pink-gradient .box-lockscreen, .skin-pink-gradient .box-login, .skin-pink-gradient .box-offline, .skin-pink-gradient .box-register { border-top: 3px solid #d81b60 } .skin-pink-gradient .box-error a, .skin-pink-gradient .box-forgot a, .skin-pink-gradient .box-lockscreen a, .skin-pink-gradient .box-login a, .skin-pink-gradient .box-offline a, .skin-pink-gradient .box-register a { color: #d81b60 } .skin-pink-gradient .btn-primary, .skin-pink-gradient .btn-primary .ink, .skin-pink-gradient .btn-primary.active, .skin-pink-gradient .btn-primary:active, .skin-pink-gradient .btn-primary:focus, .skin-pink-gradient .btn-primary:hover, .skin-pink-gradient .dropdown-toggle.btn-primary, .skin-pink-gradient .dropdown-toggle.btn-primary .ink, .skin-pink-gradient .dropdown-toggle.btn-primary.active, .skin-pink-gradient .dropdown-toggle.btn-primary:active, .skin-pink-gradient .dropdown-toggle.btn-primary:focus, .skin-pink-gradient .dropdown-toggle.btn-primary:hover { background-image: -ms-linear-gradient(left, #D81B60 0, #E91E63 100%); background-image: -moz-linear-gradient(left, #D81B60 0, #E91E63 100%); background-image: -o-linear-gradient(left, #D81B60 0, #E91E63 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D81B60), color-stop(100, #E91E63)); background-image: -webkit-linear-gradient(left, #D81B60 0, #E91E63 100%); background-image: linear-gradient(to right, #D81B60 0, #E91E63 100%) } .skin-pink-gradient .btn-flat.btn-primary { color: #d81b60 } .skin-pink-gradient .btn-flat.btn-primary:hover { color: #d81b60; background-color: #e5e5e5 } .skin-pink-gradient .btn-flat.btn-primary.active, .skin-pink-gradient .btn-flat.btn-primary:active { color: #d81b60; background-color: #ccc } .skin-pink-gradient .add-icon i { color: #fff } .skin-pink-gradient .all-drivers .information .email a { color: #d81b60 } .nav-stacked>li.active>a:hover, .skin-pink-gradient .nav-stacked>li.active>a { border-left-color: #d81b60 } .skin-pink-gradient .price-car { background-color: #d81b60!important } .skin-pink-gradient .return-up { background: #d81b60 } .skin-indigo-gradient .spinner { background-color: #3f51b5 } .skin-indigo-gradient a { color: #3949ab } .skin-indigo-gradient a:active, .skin-indigo-gradient a:focus, .skin-indigo-gradient a:hover { outline: 0; text-decoration: none; color: #3f51b5 } .skin-indigo-gradient .form-control:focus { border-color: #3949ab } .skin-indigo-gradient .top-menu-header .navbar { background-image: -ms-linear-gradient(left, #3949ab 0, #3f51b5 100%); background-image: -moz-linear-gradient(left, #3949ab 0, #3f51b5 100%); background-image: -o-linear-gradient(left, #3949ab 0, #3f51b5 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #3949ab), color-stop(100, #3f51b5)); background-image: -webkit-linear-gradient(left, #3949ab 0, #3f51b5 100%); background-image: linear-gradient(to right, #3949ab 0, #3f51b5 100%) } .skin-indigo-gradient .top-menu-header .navbar .nav>li>a { color: #fff } .skin-indigo-gradient .top-menu-header .navbar .nav .open>a, .skin-indigo-gradient .top-menu-header .navbar .nav .open>a:focus, .skin-indigo-gradient .top-menu-header .navbar .nav .open>a:hover, .skin-indigo-gradient .top-menu-header .navbar .nav>.active>a, .skin-indigo-gradient .top-menu-header .navbar .nav>li>a:active, .skin-indigo-gradient .top-menu-header .navbar .nav>li>a:focus, .skin-indigo-gradient .top-menu-header .navbar .nav>li>a:hover { background: #3f51b5; color: #f6f6f6 } .skin-indigo-gradient .top-menu-header .navbar .sidebar-toggle:hover { color: #f6f6f6; background: rgba(0, 0, 0, .1); background-color: #3f51b5 } .skin-indigo-gradient .pagination>li>a:active, .skin-indigo-gradient .pagination>li>a:focus, .skin-indigo-gradient .top-menu-header li.user-header { background-image: -ms-linear-gradient(left, #3949ab 0, #3f51b5 100%); background-image: -moz-linear-gradient(left, #3949ab 0, #3f51b5 100%); background-image: -o-linear-gradient(left, #3949ab 0, #3f51b5 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #3949ab), color-stop(100, #3f51b5)); background-image: -webkit-linear-gradient(left, #3949ab 0, #3f51b5 100%) } .skin-indigo-gradient .top-menu-header .navbar .sidebar-toggle { color: #fff } @media (max-width:767px) { .skin-indigo-gradient .top-menu-header .navbar .dropdown-menu li.divider { background-color: rgba(255, 255, 255, .1) } .skin-indigo-gradient .top-menu-header .navbar .dropdown-menu li a { color: #333 } } .skin-indigo-gradient .top-menu-header .logo { background-color: #3949ab; color: #fff; border-bottom: 0 solid transparent } .skin-indigo-gradient .top-menu-header .logo:hover { background-color: #3f51b5 } .skin-indigo-gradient #top-menu-navbar-search a { color: #3f51b5 } .skin-indigo-gradient .top-menu-header li.user-header { background-image: linear-gradient(to right, #3949ab 0, #3f51b5 100%) } .skin-indigo-gradient .left-side, .skin-indigo-gradient .sidebar-left, .skin-indigo-gradient .wrapper { background-color: #222d32 } .skin-indigo-gradient .user-panel>.info, .skin-indigo-gradient .user-panel>.info>a { color: #fff } .skin-indigo-gradient .sidebar-menu>li.header { color: #CFD8DC; background: #1a2226 } .skin-indigo-gradient .sidebar-menu>li>a { border-left: 3px solid transparent; border-left-color: transparent } .skin-indigo-gradient .sidebar-menu>li.active>a, .skin-indigo-gradient .sidebar-menu>li:hover>a { color: #fff; background: #1e282c; border-left-color: #3949ab } .skin-indigo-gradient .sidebar-menu>li>.treeview-menu { margin: 0 1px; background: #1a2226 } .skin-indigo-gradient .sidebar a { color: #fff } .skin-indigo-gradient .sidebar a:hover { text-decoration: none } .skin-indigo-gradient .treeview-menu>li>a { color: #CFD8DC } .skin-indigo-gradient .treeview-menu>li.active>a, .skin-indigo-gradient .treeview-menu>li>a:hover { color: #fff } .skin-indigo-gradient .sidebar-form { border-radius: 3px; border: 1px solid #374850; margin: 10px } .skin-indigo-gradient .sidebar-form .btn, .skin-indigo-gradient .sidebar-form input[type=text] { box-shadow: none; background-color: #fff; border: 1px solid transparent; height: 35px } .skin-indigo-gradient .sidebar-form input[type=text] { color: #666; border-radius: 2px 0 0 2px } .skin-indigo-gradient .sidebar-form input[type=text]:focus, .skin-indigo-gradient .sidebar-form input[type=text]:focus+.input-group-btn .btn { background-color: #fff; color: #666 } .skin-indigo-gradient .sidebar-form input[type=text]:focus+.input-group-btn .btn { border-left-color: #fff } .skin-indigo-gradient .sidebar-form .btn { color: #999; border-radius: 0 2px 2px 0 } .skin-indigo-gradient.layout-top-nav .top-menu-header>.logo { background-color: #3949ab; color: #fff; border-bottom: 0 solid transparent } .skin-indigo-gradient.layout-top-nav .top-menu-header>.logo:hover { background-color: #3f51b5 } .skin-indigo-gradient .main-footer a { color: #3949ab } .skin-indigo-gradient .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a, .skin-indigo-gradient .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a, .skin-indigo-gradient .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a { background-image: -ms-linear-gradient(left, #3949ab 0, #3f51b5 100%)!important; background-image: -moz-linear-gradient(left, #3949ab 0, #3f51b5 100%)!important; background-image: -o-linear-gradient(left, #3949ab 0, #3f51b5 100%)!important; background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #3949ab), color-stop(100, #3f51b5))!important; background-image: -webkit-linear-gradient(left, #3949ab 0, #3f51b5 100%)!important; background-image: linear-gradient(to right, #3949ab 0, #3f51b5 100%)!important; color: #fff!important; border: none; margin: -1px } .skin-indigo-gradient .nav-tabs-custom>.nav-tabs>li.active { border-top-color: #3949ab } .skin-indigo-gradient .pricing-container .pricing-item { color: #333; background: #fff; box-shadow: 0 0 10px rgba(46, 59, 125, .23) } .skin-indigo-gradient .pricing-container .pricing-deco { background: #3949ab } .skin-indigo-gradient .pricing-container .pricing-price, .skin-indigo-gradient .pricing-container .pricing-title { color: #fff } .skin-indigo-gradient .pricing-container .pricing-action { color: #fff; background: #3949ab } .pricing-container .pricing-action:focus, .skin-indigo-gradient .pricing-container .pricing-action:hover { background-color: #262626 } .skin-indigo-gradient #generic-price-table { background-color: #f1f1f1 } .skin-indigo-gradient #generic-price-table .generic-content { background-color: #fff } .skin-indigo-gradient #generic-price-table .generic-content .generic-head-price { background-color: #f6f6f6 } .skin-indigo-gradient #generic-price-table .generic-content .generic-head-price .generic-head-content .head_bg { border-color: #e4e4e4 transparent transparent #e4e4e4 } .skin-indigo-gradient #generic-price-table .generic-content .generic-head-price .generic-head-content .head span { color: #525252 } .skin-indigo-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .month, .skin-indigo-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .cent, .skin-indigo-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .currency, .skin-indigo-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .sign { color: #414141 } .skin-indigo-gradient #generic-price-table .generic-content .generic-feature-list ul li { color: #a7a7a7 } .skin-indigo-gradient #generic-price-table .generic-content .generic-feature-list ul li span { color: #414141 } .skin-indigo-gradient #generic-price-table .generic-content .generic-feature-list ul li:hover { background-color: #3949ab; border-left: 5px solid #3f51b5 } .skin-indigo-gradient #generic-price-table .generic-content .generic-price-btn a { border: 1px solid #3949ab; color: #3949ab } .skin-indigo-gradient #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head_bg, .skin-indigo-gradient #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head_bg { border-color: #3949ab transparent transparent #3949ab; color: #fff } .skin-indigo-gradient #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head span, .skin-indigo-gradient #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head span { color: #fff } .skin-indigo-gradient #generic-price-table .generic-content.active .generic-price-btn a, .skin-indigo-gradient #generic-price-table .generic-content:hover .generic-price-btn a { background-color: #3949ab; color: #fff } .skin-indigo-gradient .bottom_btn { background-color: #333 } .skin-indigo-gradient .bottom_btn:hover { background-color: #666; color: #FFF } .skin-indigo-gradient .dataTables_paginate .pagination .active a { background-color: #3949ab; border-color: #3949ab } .skin-indigo-gradient .dataTable a { color: #3949ab } .skin-indigo-gradient .pagination>li>a:active, .skin-indigo-gradient .pagination>li>a:focus { background-image: linear-gradient(to right, #3949ab 0, #3f51b5 100%); border-color: #3949ab; color: #fff } .skin-indigo-gradient .box-error, .skin-indigo-gradient .box-forgot, .skin-indigo-gradient .box-lockscreen, .skin-indigo-gradient .box-login, .skin-indigo-gradient .box-offline, .skin-indigo-gradient .box-register { border-top: 3px solid #3949ab } .skin-indigo-gradient .box-error a, .skin-indigo-gradient .box-forgot a, .skin-indigo-gradient .box-lockscreen a, .skin-indigo-gradient .box-login a, .skin-indigo-gradient .box-offline a, .skin-indigo-gradient .box-register a { color: #3949ab } .skin-indigo-gradient .btn-primary, .skin-indigo-gradient .btn-primary .ink, .skin-indigo-gradient .btn-primary.active, .skin-indigo-gradient .btn-primary:active, .skin-indigo-gradient .btn-primary:focus, .skin-indigo-gradient .btn-primary:hover, .skin-indigo-gradient .dropdown-toggle.btn-primary, .skin-indigo-gradient .dropdown-toggle.btn-primary .ink, .skin-indigo-gradient .dropdown-toggle.btn-primary.active, .skin-indigo-gradient .dropdown-toggle.btn-primary:active, .skin-indigo-gradient .dropdown-toggle.btn-primary:focus, .skin-indigo-gradient .dropdown-toggle.btn-primary:hover { background-image: -ms-linear-gradient(left, #3949ab 0, #3f51b5 100%); background-image: -moz-linear-gradient(left, #3949ab 0, #3f51b5 100%); background-image: -o-linear-gradient(left, #3949ab 0, #3f51b5 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #3949ab), color-stop(100, #3f51b5)); background-image: -webkit-linear-gradient(left, #3949ab 0, #3f51b5 100%); background-image: linear-gradient(to right, #3949ab 0, #3f51b5 100%) } .skin-indigo-gradient .btn-flat.btn-primary { color: #3949ab } .skin-indigo-gradient .btn-flat.btn-primary:hover { color: #3949ab; background-color: #e5e5e5 } .skin-indigo-gradient .btn-flat.btn-primary.active, .skin-indigo-gradient .btn-flat.btn-primary:active { color: #3949ab; background-color: #ccc } .skin-indigo-gradient .add-icon i { color: #fff } .skin-indigo-gradient .all-drivers .information .email a { color: #3949ab } .nav-stacked>li.active>a:hover, .skin-indigo-gradient .nav-stacked>li.active>a { border-left-color: #3949ab } .skin-indigo-gradient .price-car { background-color: #3949ab!important } .skin-indigo-gradient .return-up { background: #3949ab } .skin-grey .spinner { background-color: #424242 } .skin-grey a { color: #212121 } .skin-grey a:active, .skin-grey a:focus, .skin-grey a:hover { outline: 0; text-decoration: none; color: #424242 } .skin-grey .form-control:focus { border-color: #212121 } .skin-grey .top-menu-header .navbar { background-color: #212121 } .skin-grey .top-menu-header .navbar .nav>li>a { color: #fff } .skin-grey .top-menu-header .navbar .nav .open>a, .skin-grey .top-menu-header .navbar .nav .open>a:focus, .skin-grey .top-menu-header .navbar .nav .open>a:hover, .skin-grey .top-menu-header .navbar .nav>.active>a, .skin-grey .top-menu-header .navbar .nav>li>a:active, .skin-grey .top-menu-header .navbar .nav>li>a:focus, .skin-grey .top-menu-header .navbar .nav>li>a:hover { background: #424242; color: #f6f6f6 } .skin-grey .top-menu-header .navbar .sidebar-toggle:hover { color: #f6f6f6; background: rgba(0, 0, 0, .1); background-color: #424242 } .skin-grey .top-menu-header .navbar .sidebar-toggle { color: #fff } @media (max-width:767px) { .skin-grey .top-menu-header .navbar .dropdown-menu li.divider { background-color: rgba(255, 255, 255, .1) } .skin-grey .top-menu-header .navbar .dropdown-menu li a { color: #333 } } .skin-grey .top-menu-header .logo { background-color: #212121; color: #fff; border-bottom: 0 solid transparent } .skin-grey .top-menu-header .logo:hover { background-color: #424242 } .skin-grey #top-menu-navbar-search a { color: #212121 } .skin-grey .top-menu-header li.user-header { background-color: #212121 } .skin-grey .left-side, .skin-grey .sidebar-left, .skin-grey .wrapper { background-color: #222d32 } .skin-grey .user-panel>.info, .skin-grey .user-panel>.info>a { color: #fff } .skin-grey .sidebar-menu>li.header { color: #CFD8DC; background: #1a2226 } .skin-grey .sidebar-menu>li>a { border-left: 3px solid transparent; border-left-color: transparent } .skin-grey .sidebar-menu>li.active>a, .skin-grey .sidebar-menu>li:hover>a { color: #fff; background: #1e282c; border-left-color: #212121 } .skin-grey .sidebar-menu>li>.treeview-menu { margin: 0 1px; background: #1a2226 } .skin-grey .sidebar a { color: #fff } .skin-grey .sidebar a:hover { text-decoration: none } .skin-grey .treeview-menu>li>a { color: #CFD8DC } .skin-grey .treeview-menu>li.active>a, .skin-grey .treeview-menu>li>a:hover { color: #fff } .skin-grey .sidebar-form { border-radius: 3px; border: 1px solid #374850; margin: 10px } .skin-grey .sidebar-form .btn, .skin-grey .sidebar-form input[type=text] { box-shadow: none; background-color: #fff; border: 1px solid transparent; height: 35px } .skin-grey .sidebar-form input[type=text] { color: #666; border-radius: 2px 0 0 2px } .skin-grey .sidebar-form input[type=text]:focus, .skin-grey .sidebar-form input[type=text]:focus+.input-group-btn .btn { background-color: #fff; color: #666 } .skin-grey .sidebar-form input[type=text]:focus+.input-group-btn .btn { border-left-color: #fff } .skin-grey .sidebar-form .btn { color: #999; border-radius: 0 2px 2px 0 } .skin-grey .main-footer a { color: #212121 } .skin-grey .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a, .skin-grey .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a, .skin-grey .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a { background-color: #212121!important; color: #fff!important; border: none; margin: -1px } .skin-grey .nav-tabs-custom>.nav-tabs>li.active { border-top-color: #212121 } .skin-grey .pricing-container .pricing-item { color: #333; background: #fff; box-shadow: 0 0 10px rgba(46, 59, 125, .23) } .skin-grey .pricing-container .pricing-deco { background: #212121 } .skin-grey .pricing-container .pricing-price, .skin-grey .pricing-container .pricing-title { color: #fff } .skin-grey .pricing-container .pricing-action { color: #fff; background: #212121 } .pricing-container .pricing-action:focus, .skin-grey .pricing-container .pricing-action:hover { background-color: #262626 } .skin-grey #generic-price-table { background-color: #f1f1f1 } .skin-grey #generic-price-table .generic-content { background-color: #fff } .skin-grey #generic-price-table .generic-content .generic-head-price { background-color: #f6f6f6 } .skin-grey #generic-price-table .generic-content .generic-head-price .generic-head-content .head_bg { border-color: #e4e4e4 transparent transparent #e4e4e4 } .skin-grey #generic-price-table .generic-content .generic-head-price .generic-head-content .head span { color: #525252 } .skin-grey #generic-price-table .generic-content .generic-head-price .generic-price-tag .month, .skin-grey #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .cent, .skin-grey #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .currency, .skin-grey #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .sign { color: #414141 } .skin-grey #generic-price-table .generic-content .generic-feature-list ul li { color: #a7a7a7 } .skin-grey #generic-price-table .generic-content .generic-feature-list ul li span { color: #414141 } .skin-grey #generic-price-table .generic-content .generic-feature-list ul li:hover { background-color: #212121; border-left: 5px solid #424242 } .skin-grey #generic-price-table .generic-content .generic-price-btn a { border: 1px solid #212121; color: #212121 } .skin-grey #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head_bg, .skin-grey #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head_bg { border-color: #212121 transparent transparent #212121; color: #fff } .skin-grey #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head span, .skin-grey #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head span { color: #fff } .skin-grey #generic-price-table .generic-content.active .generic-price-btn a, .skin-grey #generic-price-table .generic-content:hover .generic-price-btn a { background-color: #212121; color: #fff } .skin-grey .bottom_btn { background-color: #333 } .skin-grey .bottom_btn:hover { background-color: #666; color: #FFF } .skin-grey .dataTables_paginate .pagination .active a { background-color: #212121; border-color: #212121 } .skin-grey .dataTable a { color: #212121 } .skin-grey .pagination>li>a:active, .skin-grey .pagination>li>a:focus { background-color: #212121; border-color: #212121; color: #fff } .skin-grey .box-error, .skin-grey .box-forgot, .skin-grey .box-lockscreen, .skin-grey .box-login, .skin-grey .box-offline, .skin-grey .box-register { border-top: 3px solid #212121 } .skin-grey .box-error a, .skin-grey .box-forgot a, .skin-grey .box-lockscreen a, .skin-grey .box-login a, .skin-grey .box-offline a, .skin-grey .box-register a { color: #212121 } .skin-grey .btn-primary, .skin-grey .btn-primary .ink, .skin-grey .btn-primary.active, .skin-grey .btn-primary:active, .skin-grey .btn-primary:focus, .skin-grey .btn-primary:hover, .skin-grey .dropdown-toggle.btn-primary, .skin-grey .dropdown-toggle.btn-primary .ink, .skin-grey .dropdown-toggle.btn-primary.active, .skin-grey .dropdown-toggle.btn-primary:active, .skin-grey .dropdown-toggle.btn-primary:focus, .skin-grey .dropdown-toggle.btn-primary:hover { background-color: #212121 } .skin-grey .btn-flat.btn-primary { color: #212121 } .skin-grey .btn-flat.btn-primary:hover { color: #212121; background-color: #e5e5e5 } .skin-grey .btn-flat.btn-primary.active, .skin-grey .btn-flat.btn-primary:active { color: #212121; background-color: #ccc } .skin-grey .add-icon i { color: #fff } .skin-grey .all-drivers .information .email a { color: #212121 } .nav-stacked>li.active>a:hover, .skin-grey .nav-stacked>li.active>a { border-left-color: #212121 } .skin-grey .price-car { background-color: #212121!important } .skin-grey .return-up { background: #212121 } .skin-green-gradient .spinner { background-color: #66bb6a } .skin-green-gradient a { color: #43a047 } .skin-green-gradient a:active, .skin-green-gradient a:focus, .skin-green-gradient a:hover { outline: 0; text-decoration: none; color: #66bb6a } .skin-green-gradient .form-control:focus { border-color: #43a047 } .skin-green-gradient .top-menu-header .navbar { background-image: -ms-linear-gradient(left, #43a047 0, #66bb6a 100%); background-image: -moz-linear-gradient(left, #43a047 0, #66bb6a 100%); background-image: -o-linear-gradient(left, #43a047 0, #66bb6a 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #43a047), color-stop(100, #66bb6a)); background-image: -webkit-linear-gradient(left, #43a047 0, #66bb6a 100%); background-image: linear-gradient(to right, #43a047 0, #66bb6a 100%) } .skin-green-gradient .top-menu-header .navbar .nav>li>a { color: #fff } .skin-green-gradient .top-menu-header .navbar .nav .open>a, .skin-green-gradient .top-menu-header .navbar .nav .open>a:focus, .skin-green-gradient .top-menu-header .navbar .nav .open>a:hover, .skin-green-gradient .top-menu-header .navbar .nav>.active>a, .skin-green-gradient .top-menu-header .navbar .nav>li>a:active, .skin-green-gradient .top-menu-header .navbar .nav>li>a:focus, .skin-green-gradient .top-menu-header .navbar .nav>li>a:hover { background: #66bb6a; color: #f6f6f6 } .skin-green-gradient .top-menu-header .navbar .sidebar-toggle:hover { color: #f6f6f6; background: rgba(0, 0, 0, .1); background-color: #66bb6a } .skin-green-gradient .pagination>li>a:active, .skin-green-gradient .pagination>li>a:focus, .skin-green-gradient .top-menu-header li.user-header { background-image: -ms-linear-gradient(left, #43a047 0, #66bb6a 100%); background-image: -moz-linear-gradient(left, #43a047 0, #66bb6a 100%); background-image: -o-linear-gradient(left, #43a047 0, #66bb6a 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #43a047), color-stop(100, #66bb6a)); background-image: -webkit-linear-gradient(left, #43a047 0, #66bb6a 100%) } .skin-green-gradient .top-menu-header .navbar .sidebar-toggle { color: #fff } @media (max-width:767px) { .skin-green-gradient .top-menu-header .navbar .dropdown-menu li.divider { background-color: rgba(255, 255, 255, .1) } .skin-green-gradient .top-menu-header .navbar .dropdown-menu li a { color: #333 } } .skin-green-gradient .top-menu-header .logo { background-color: #43a047; color: #fff; border-bottom: 0 solid transparent } .skin-green-gradient .top-menu-header .logo:hover { background-color: #66bb6a } .skin-green-gradient #top-menu-navbar-search a { color: #66bb6a } .skin-green-gradient .top-menu-header li.user-header { background-image: linear-gradient(to right, #43a047 0, #66bb6a 100%) } .skin-green-gradient .left-side, .skin-green-gradient .sidebar-left, .skin-green-gradient .wrapper { background-color: #222d32 } .skin-green-gradient .user-panel>.info, .skin-green-gradient .user-panel>.info>a { color: #fff } .skin-green-gradient .sidebar-menu>li.header { color: #CFD8DC; background: #1a2226 } .skin-green-gradient .sidebar-menu>li>a { border-left: 3px solid transparent; border-left-color: transparent } .skin-green-gradient .sidebar-menu>li.active>a, .skin-green-gradient .sidebar-menu>li:hover>a { color: #fff; background: #1e282c; border-left-color: #43a047 } .skin-green-gradient .sidebar-menu>li>.treeview-menu { margin: 0 1px; background: #1a2226 } .skin-green-gradient .sidebar a { color: #fff } .skin-green-gradient .sidebar a:hover { text-decoration: none } .skin-green-gradient .treeview-menu>li>a { color: #CFD8DC } .skin-green-gradient .treeview-menu>li.active>a, .skin-green-gradient .treeview-menu>li>a:hover { color: #fff } .skin-green-gradient .sidebar-form { border-radius: 3px; border: 1px solid #374850; margin: 10px } .skin-green-gradient .sidebar-form .btn, .skin-green-gradient .sidebar-form input[type=text] { box-shadow: none; background-color: #fff; border: 1px solid transparent; height: 35px } .skin-green-gradient .sidebar-form input[type=text] { color: #666; border-radius: 2px 0 0 2px } .skin-green-gradient .sidebar-form input[type=text]:focus, .skin-green-gradient .sidebar-form input[type=text]:focus+.input-group-btn .btn { background-color: #fff; color: #666 } .skin-green-gradient .sidebar-form input[type=text]:focus+.input-group-btn .btn { border-left-color: #fff } .skin-green-gradient .sidebar-form .btn { color: #999; border-radius: 0 2px 2px 0 } .skin-green-gradient.layout-top-nav .top-menu-header>.logo { background-color: #43a047; color: #fff; border-bottom: 0 solid transparent } .skin-green-gradient.layout-top-nav .top-menu-header>.logo:hover { background-color: #66bb6a } .skin-green-gradient .main-footer a { color: #43a047 } .skin-green-gradient .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a, .skin-green-gradient .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a, .skin-green-gradient .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a { background-image: -ms-linear-gradient(left, #43a047 0, #66bb6a 100%)!important; background-image: -moz-linear-gradient(left, #43a047 0, #66bb6a 100%)!important; background-image: -o-linear-gradient(left, #43a047 0, #66bb6a 100%)!important; background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #43a047), color-stop(100, #66bb6a))!important; background-image: -webkit-linear-gradient(left, #43a047 0, #66bb6a 100%)!important; background-image: linear-gradient(to right, #43a047 0, #66bb6a 100%)!important; color: #fff!important; border: none; margin: -1px } .skin-green-gradient .nav-tabs-custom>.nav-tabs>li.active { border-top-color: #43a047 } .skin-green-gradient .pricing-container .pricing-item { color: #333; background: #fff; box-shadow: 0 0 10px rgba(46, 59, 125, .23) } .skin-green-gradient .pricing-container .pricing-deco { background: #43a047 } .skin-green-gradient .pricing-container .pricing-price, .skin-green-gradient .pricing-container .pricing-title { color: #fff } .skin-green-gradient .pricing-container .pricing-action { color: #fff; background: #43a047 } .pricing-container .pricing-action:focus, .skin-green-gradient .pricing-container .pricing-action:hover { background-color: #262626 } .skin-green-gradient #generic-price-table { background-color: #f1f1f1 } .skin-green-gradient #generic-price-table .generic-content { background-color: #fff } .skin-green-gradient #generic-price-table .generic-content .generic-head-price { background-color: #f6f6f6 } .skin-green-gradient #generic-price-table .generic-content .generic-head-price .generic-head-content .head_bg { border-color: #e4e4e4 transparent transparent #e4e4e4 } .skin-green-gradient #generic-price-table .generic-content .generic-head-price .generic-head-content .head span { color: #525252 } .skin-green-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .month, .skin-green-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .cent, .skin-green-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .currency, .skin-green-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .sign { color: #414141 } .skin-green-gradient #generic-price-table .generic-content .generic-feature-list ul li { color: #a7a7a7 } .skin-green-gradient #generic-price-table .generic-content .generic-feature-list ul li span { color: #414141 } .skin-green-gradient #generic-price-table .generic-content .generic-feature-list ul li:hover { background-color: #43a047; border-left: 5px solid #66bb6a } .skin-green-gradient #generic-price-table .generic-content .generic-price-btn a { border: 1px solid #43a047; color: #43a047 } .skin-green-gradient #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head_bg, .skin-green-gradient #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head_bg { border-color: #43a047 transparent transparent #43a047; color: #fff } .skin-green-gradient #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head span, .skin-green-gradient #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head span { color: #fff } .skin-green-gradient #generic-price-table .generic-content.active .generic-price-btn a, .skin-green-gradient #generic-price-table .generic-content:hover .generic-price-btn a { background-color: #43a047; color: #fff } .skin-green-gradient .bottom_btn { background-color: #333 } .skin-green-gradient .bottom_btn:hover { background-color: #666; color: #FFF } .skin-green-gradient .dataTables_paginate .pagination .active a { background-color: #43a047; border-color: #43a047 } .skin-green-gradient .dataTable a { color: #43a047 } .skin-green-gradient .pagination>li>a:active, .skin-green-gradient .pagination>li>a:focus { background-image: linear-gradient(to right, #43a047 0, #66bb6a 100%); border-color: #43a047; color: #fff } .skin-green-gradient .box-error, .skin-green-gradient .box-forgot, .skin-green-gradient .box-lockscreen, .skin-green-gradient .box-login, .skin-green-gradient .box-offline, .skin-green-gradient .box-register { border-top: 3px solid #43a047 } .skin-green-gradient .box-error a, .skin-green-gradient .box-forgot a, .skin-green-gradient .box-lockscreen a, .skin-green-gradient .box-login a, .skin-green-gradient .box-offline a, .skin-green-gradient .box-register a { color: #43a047 } .skin-green-gradient .btn-primary, .skin-green-gradient .btn-primary .ink, .skin-green-gradient .btn-primary.active, .skin-green-gradient .btn-primary:active, .skin-green-gradient .btn-primary:focus, .skin-green-gradient .btn-primary:hover, .skin-green-gradient .dropdown-toggle.btn-primary, .skin-green-gradient .dropdown-toggle.btn-primary .ink, .skin-green-gradient .dropdown-toggle.btn-primary.active, .skin-green-gradient .dropdown-toggle.btn-primary:active, .skin-green-gradient .dropdown-toggle.btn-primary:focus, .skin-green-gradient .dropdown-toggle.btn-primary:hover { background-image: -ms-linear-gradient(left, #43a047 0, #66bb6a 100%); background-image: -moz-linear-gradient(left, #43a047 0, #66bb6a 100%); background-image: -o-linear-gradient(left, #43a047 0, #66bb6a 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #43a047), color-stop(100, #66bb6a)); background-image: -webkit-linear-gradient(left, #43a047 0, #66bb6a 100%); background-image: linear-gradient(to right, #43a047 0, #66bb6a 100%) } .skin-green-gradient .btn-flat.btn-primary { color: #43a047 } .skin-green-gradient .btn-flat.btn-primary:hover { color: #43a047; background-color: #e5e5e5 } .skin-green-gradient .btn-flat.btn-primary.active, .skin-green-gradient .btn-flat.btn-primary:active { color: #43a047; background-color: #ccc } .skin-green-gradient .add-icon i { color: #fff } .skin-green-gradient .all-drivers .information .email a { color: #43a047 } .nav-stacked>li.active>a:hover, .skin-green-gradient .nav-stacked>li.active>a { border-left-color: #43a047 } .skin-green-gradient .price-car { background-color: #43a047!important } .skin-green-gradient .return-up { background: #43a047 } .skin-deep-orange-gradient .spinner { background-color: #ff7043 } .skin-deep-orange-gradient a { color: #ff5722 } .skin-deep-orange-gradient a:active, .skin-deep-orange-gradient a:focus, .skin-deep-orange-gradient a:hover { outline: 0; text-decoration: none; color: #ff7043 } .skin-deep-orange-gradient .form-control:focus { border-color: #ff5722 } .skin-deep-orange-gradient .top-menu-header .navbar { background-image: -ms-linear-gradient(left, #ff5722 0, #ff7043 100%); background-image: -moz-linear-gradient(left, #ff5722 0, #ff7043 100%); background-image: -o-linear-gradient(left, #ff5722 0, #ff7043 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ff5722), color-stop(100, #ff7043)); background-image: -webkit-linear-gradient(left, #ff5722 0, #ff7043 100%); background-image: linear-gradient(to right, #ff5722 0, #ff7043 100%) } .skin-deep-orange-gradient .top-menu-header .navbar .nav>li>a { color: #fff } .skin-deep-orange-gradient .top-menu-header .navbar .nav .open>a, .skin-deep-orange-gradient .top-menu-header .navbar .nav .open>a:focus, .skin-deep-orange-gradient .top-menu-header .navbar .nav .open>a:hover, .skin-deep-orange-gradient .top-menu-header .navbar .nav>.active>a, .skin-deep-orange-gradient .top-menu-header .navbar .nav>li>a:active, .skin-deep-orange-gradient .top-menu-header .navbar .nav>li>a:focus, .skin-deep-orange-gradient .top-menu-header .navbar .nav>li>a:hover { background: #ff7043; color: #f6f6f6 } .skin-deep-orange-gradient .top-menu-header .navbar .sidebar-toggle:hover { color: #f6f6f6; background: rgba(0, 0, 0, .1); background-color: #ff7043 } .skin-deep-orange-gradient .top-menu-header .navbar .sidebar-toggle { color: #fff } @media (max-width:767px) { .skin-deep-orange-gradient .top-menu-header .navbar .dropdown-menu li.divider { background-color: rgba(255, 255, 255, .1) } .skin-deep-orange-gradient .top-menu-header .navbar .dropdown-menu li a { color: #333 } } .skin-deep-orange-gradient .top-menu-header .logo { background-color: #ff5722; color: #fff; border-bottom: 0 solid transparent } .skin-deep-orange-gradient .top-menu-header .logo:hover { background-color: #ff7043 } .skin-deep-orange-gradient #top-menu-navbar-search a { color: #ff7043 } .skin-deep-orange-gradient .top-menu-header li.user-header { background-image: -ms-linear-gradient(left, #ff5722 0, #ff7043 100%); background-image: -moz-linear-gradient(left, #ff5722 0, #ff7043 100%); background-image: -o-linear-gradient(left, #ff5722 0, #ff7043 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ff5722), color-stop(100, #ff7043)); background-image: -webkit-linear-gradient(left, #ff5722 0, #ff7043 100%); background-image: linear-gradient(to right, #ff5722 0, #ff7043 100%) } .skin-deep-orange-gradient .left-side, .skin-deep-orange-gradient .sidebar-left, .skin-deep-orange-gradient .wrapper { background-color: #222d32 } .skin-deep-orange-gradient .user-panel>.info, .skin-deep-orange-gradient .user-panel>.info>a { color: #fff } .skin-deep-orange-gradient .sidebar-menu>li.header { color: #CFD8DC; background: #1a2226 } .skin-deep-orange-gradient .sidebar-menu>li>a { border-left: 3px solid transparent; border-left-color: transparent } .skin-deep-orange-gradient .sidebar-menu>li.active>a, .skin-deep-orange-gradient .sidebar-menu>li:hover>a { color: #fff; background: #1e282c; border-left-color: #ff5722 } .skin-deep-orange-gradient .sidebar-menu>li>.treeview-menu { margin: 0 1px; background: #1a2226 } .skin-deep-orange-gradient .sidebar a { color: #fff } .skin-deep-orange-gradient .sidebar a:hover { text-decoration: none } .skin-deep-orange-gradient .treeview-menu>li>a { color: #CFD8DC } .skin-deep-orange-gradient .treeview-menu>li.active>a, .skin-deep-orange-gradient .treeview-menu>li>a:hover { color: #fff } .skin-deep-orange-gradient .sidebar-form { border-radius: 3px; border: 1px solid #374850; margin: 10px } .skin-deep-orange-gradient .sidebar-form .btn, .skin-deep-orange-gradient .sidebar-form input[type=text] { box-shadow: none; background-color: #fff; border: 1px solid transparent; height: 35px } .skin-deep-orange-gradient .sidebar-form input[type=text] { color: #666; border-radius: 2px 0 0 2px } .skin-deep-orange-gradient .sidebar-form input[type=text]:focus, .skin-deep-orange-gradient .sidebar-form input[type=text]:focus+.input-group-btn .btn { background-color: #fff; color: #666 } .skin-deep-orange-gradient .sidebar-form input[type=text]:focus+.input-group-btn .btn { border-left-color: #fff } .skin-deep-orange-gradient .sidebar-form .btn { color: #999; border-radius: 0 2px 2px 0 } .skin-deep-orange-gradient.layout-top-nav .top-menu-header>.logo { background-color: #ff5722; color: #fff; border-bottom: 0 solid transparent } .skin-deep-orange-gradient.layout-top-nav .top-menu-header>.logo:hover { background-color: #ff7043 } .skin-deep-orange-gradient .main-footer a { color: #ff5722 } .skin-deep-orange-gradient .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a, .skin-deep-orange-gradient .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a, .skin-deep-orange-gradient .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a { background-image: -ms-linear-gradient(left, #ff5722 0, #ff7043 100%)!important; background-image: -moz-linear-gradient(left, #ff5722 0, #ff7043 100%)!important; background-image: -o-linear-gradient(left, #ff5722 0, #ff7043 100%)!important; background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ff5722), color-stop(100, #ff7043))!important; background-image: -webkit-linear-gradient(left, #ff5722 0, #ff7043 100%)!important; background-image: linear-gradient(to right, #ff5722 0, #ff7043 100%)!important; color: #fff!important; border: none; margin: -1px } .skin-deep-orange-gradient .nav-tabs-custom>.nav-tabs>li.active { border-top-color: #ff5722 } .skin-deep-orange-gradient .pricing-container .pricing-item { color: #333; background: #fff; box-shadow: 0 0 10px rgba(46, 59, 125, .23) } .skin-deep-orange-gradient .pricing-container .pricing-deco { background: #ff5722 } .skin-deep-orange-gradient .pricing-container .pricing-price, .skin-deep-orange-gradient .pricing-container .pricing-title { color: #fff } .skin-deep-orange-gradient .pricing-container .pricing-action { color: #fff; background: #ff5722 } .pricing-container .pricing-action:focus, .skin-deep-orange-gradient .pricing-container .pricing-action:hover { background-color: #262626 } .skin-deep-orange-gradient #generic-price-table { background-color: #f1f1f1 } .skin-deep-orange-gradient #generic-price-table .generic-content { background-color: #fff } .skin-deep-orange-gradient #generic-price-table .generic-content .generic-head-price { background-color: #f6f6f6 } .skin-deep-orange-gradient #generic-price-table .generic-content .generic-head-price .generic-head-content .head_bg { border-color: #e4e4e4 transparent transparent #e4e4e4 } .skin-deep-orange-gradient #generic-price-table .generic-content .generic-head-price .generic-head-content .head span { color: #525252 } .skin-deep-orange-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .month, .skin-deep-orange-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .cent, .skin-deep-orange-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .currency, .skin-deep-orange-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .sign { color: #414141 } .skin-deep-orange-gradient #generic-price-table .generic-content .generic-feature-list ul li { color: #a7a7a7 } .skin-deep-orange-gradient #generic-price-table .generic-content .generic-feature-list ul li span { color: #414141 } .skin-deep-orange-gradient #generic-price-table .generic-content .generic-feature-list ul li:hover { background-color: #ff5722; border-left: 5px solid #ff7043 } .skin-deep-orange-gradient #generic-price-table .generic-content .generic-price-btn a { border: 1px solid #ff5722; color: #ff5722 } .skin-deep-orange-gradient #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head_bg, .skin-deep-orange-gradient #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head_bg { border-color: #ff5722 transparent transparent #ff5722; color: #fff } .skin-deep-orange-gradient #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head span, .skin-deep-orange-gradient #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head span { color: #fff } .skin-deep-orange-gradient #generic-price-table .generic-content.active .generic-price-btn a, .skin-deep-orange-gradient #generic-price-table .generic-content:hover .generic-price-btn a { background-color: #ff5722; color: #fff } .skin-deep-orange-gradient .bottom_btn { background-color: #333 } .skin-deep-orange-gradient .bottom_btn:hover { background-color: #666; color: #FFF } .skin-deep-orange-gradient .dataTables_paginate .pagination .active a { background-color: #ff5722; border-color: #ff5722 } .skin-deep-orange-gradient .dataTable a { color: #ff5722 } .skin-deep-orange-gradient .pagination>li>a:active, .skin-deep-orange-gradient .pagination>li>a:focus { background: linear-gradient(60deg, #ff5722, #ff7043); border-color: #ff5722; color: #fff } .skin-deep-orange-gradient .box-error, .skin-deep-orange-gradient .box-forgot, .skin-deep-orange-gradient .box-lockscreen, .skin-deep-orange-gradient .box-login, .skin-deep-orange-gradient .box-offline, .skin-deep-orange-gradient .box-register { border-top: 3px solid #ff5722 } .skin-deep-orange-gradient .box-error a, .skin-deep-orange-gradient .box-forgot a, .skin-deep-orange-gradient .box-lockscreen a, .skin-deep-orange-gradient .box-login a, .skin-deep-orange-gradient .box-offline a, .skin-deep-orange-gradient .box-register a { color: #ff5722 } .skin-deep-orange-gradient .btn-primary, .skin-deep-orange-gradient .btn-primary .ink, .skin-deep-orange-gradient .btn-primary.active, .skin-deep-orange-gradient .btn-primary:active, .skin-deep-orange-gradient .btn-primary:focus, .skin-deep-orange-gradient .btn-primary:hover, .skin-deep-orange-gradient .dropdown-toggle.btn-primary, .skin-deep-orange-gradient .dropdown-toggle.btn-primary .ink, .skin-deep-orange-gradient .dropdown-toggle.btn-primary.active, .skin-deep-orange-gradient .dropdown-toggle.btn-primary:active, .skin-deep-orange-gradient .dropdown-toggle.btn-primary:focus, .skin-deep-orange-gradient .dropdown-toggle.btn-primary:hover { background-image: -ms-linear-gradient(left, #ff5722 0, #ff7043 100%); background-image: -moz-linear-gradient(left, #ff5722 0, #ff7043 100%); background-image: -o-linear-gradient(left, #ff5722 0, #ff7043 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ff5722), color-stop(100, #ff7043)); background-image: -webkit-linear-gradient(left, #ff5722 0, #ff7043 100%); background-image: linear-gradient(to right, #ff5722 0, #ff7043 100%) } .skin-deep-orange-gradient .btn-flat.btn-primary { color: #ff5722 } .skin-deep-orange-gradient .btn-flat.btn-primary:hover { color: #ff5722; background-color: #e5e5e5 } .skin-deep-orange-gradient .btn-flat.btn-primary.active, .skin-deep-orange-gradient .btn-flat.btn-primary:active { color: #ff5722; background-color: #ccc } .skin-deep-orange-gradient .add-icon i { color: #fff } .skin-deep-orange-gradient .all-drivers .information .email a { color: #ff5722 } .nav-stacked>li.active>a:hover, .skin-deep-orange-gradient .nav-stacked>li.active>a { border-left-color: #ff5722 } .skin-deep-orange-gradient .price-car { background-color: #ff5722!important } .skin-deep-orange-gradient .return-up { background: #ff5722 } .skin-cyan .spinner { background-color: #00bcd4 } .skin-cyan a { color: #00acc1 } .skin-cyan a:active, .skin-cyan a:focus, .skin-cyan a:hover { outline: 0; text-decoration: none; color: #00bcd4 } .skin-cyan .form-control:focus { border-color: #00acc1 } .skin-cyan .top-menu-header .navbar { background-color: #00acc1 } .skin-cyan .top-menu-header .navbar .nav>li>a { color: #fff } .skin-cyan .top-menu-header .navbar .nav .open>a, .skin-cyan .top-menu-header .navbar .nav .open>a:focus, .skin-cyan .top-menu-header .navbar .nav .open>a:hover, .skin-cyan .top-menu-header .navbar .nav>.active>a, .skin-cyan .top-menu-header .navbar .nav>li>a:active, .skin-cyan .top-menu-header .navbar .nav>li>a:focus, .skin-cyan .top-menu-header .navbar .nav>li>a:hover { background: #00bcd4; color: #f6f6f6 } .skin-cyan .top-menu-header .navbar .sidebar-toggle:hover { color: #f6f6f6; background: rgba(0, 0, 0, .1); background-color: #00bcd4 } .skin-cyan .top-menu-header .navbar .sidebar-toggle { color: #fff } @media (max-width:767px) { .skin-cyan .top-menu-header .navbar .dropdown-menu li.divider { background-color: rgba(255, 255, 255, .1) } .skin-cyan .top-menu-header .navbar .dropdown-menu li a { color: #333 } } .skin-cyan .top-menu-header .logo { background-color: #00acc1; color: #fff; border-bottom: 0 solid transparent } .skin-cyan .top-menu-header .logo:hover { background-color: #00bcd4 } .skin-cyan #top-menu-navbar-search a { color: #00acc1 } .skin-cyan .top-menu-header li.user-header { background-color: #00acc1 } .skin-cyan .left-side, .skin-cyan .sidebar-left, .skin-cyan .wrapper { background-color: #222d32 } .skin-cyan .user-panel>.info, .skin-cyan .user-panel>.info>a { color: #fff } .skin-cyan .sidebar-menu>li.header { color: #CFD8DC; background: #1a2226 } .skin-cyan .sidebar-menu>li>a { border-left: 3px solid transparent; border-left-color: transparent } .skin-cyan .sidebar-menu>li.active>a, .skin-cyan .sidebar-menu>li:hover>a { color: #fff; background: #1e282c; border-left-color: #00acc1 } .skin-cyan .sidebar-menu>li>.treeview-menu { margin: 0 1px; background: #1a2226 } .skin-cyan .sidebar a { color: #fff } .skin-cyan .sidebar a:hover { text-decoration: none } .skin-cyan .treeview-menu>li>a { color: #CFD8DC } .skin-cyan .treeview-menu>li.active>a, .skin-cyan .treeview-menu>li>a:hover { color: #fff } .skin-cyan .sidebar-form { border-radius: 3px; border: 1px solid #374850; margin: 10px } .skin-cyan .sidebar-form .btn, .skin-cyan .sidebar-form input[type=text] { box-shadow: none; background-color: #fff; border: 1px solid transparent; height: 35px } .skin-cyan .sidebar-form input[type=text] { color: #666; border-radius: 2px 0 0 2px } .skin-cyan .sidebar-form input[type=text]:focus, .skin-cyan .sidebar-form input[type=text]:focus+.input-group-btn .btn { background-color: #fff; color: #666 } .skin-cyan .sidebar-form input[type=text]:focus+.input-group-btn .btn { border-left-color: #fff } .skin-cyan .sidebar-form .btn { color: #999; border-radius: 0 2px 2px 0 } .skin-cyan .main-footer a { color: #00acc1 } .skin-cyan .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a, .skin-cyan .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a, .skin-cyan .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a { background-color: #00acc1!important; color: #fff!important; border: none; margin: -1px } .skin-cyan .nav-tabs-custom>.nav-tabs>li.active { border-top-color: #00acc1 } .skin-cyan .pricing-container .pricing-item { color: #333; background: #fff; box-shadow: 0 0 10px rgba(46, 59, 125, .23) } .skin-cyan .pricing-container .pricing-deco { background: #00acc1 } .skin-cyan .pricing-container .pricing-price, .skin-cyan .pricing-container .pricing-title { color: #fff } .skin-cyan .pricing-container .pricing-action { color: #fff; background: #00acc1 } .pricing-container .pricing-action:focus, .skin-cyan .pricing-container .pricing-action:hover { background-color: #262626 } .skin-cyan #generic-price-table { background-color: #f1f1f1 } .skin-cyan #generic-price-table .generic-content { background-color: #fff } .skin-cyan #generic-price-table .generic-content .generic-head-price { background-color: #f6f6f6 } .skin-cyan #generic-price-table .generic-content .generic-head-price .generic-head-content .head_bg { border-color: #e4e4e4 transparent transparent #e4e4e4 } .skin-cyan #generic-price-table .generic-content .generic-head-price .generic-head-content .head span { color: #525252 } .skin-cyan #generic-price-table .generic-content .generic-head-price .generic-price-tag .month, .skin-cyan #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .cent, .skin-cyan #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .currency, .skin-cyan #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .sign { color: #414141 } .skin-cyan #generic-price-table .generic-content .generic-feature-list ul li { color: #a7a7a7 } .skin-cyan #generic-price-table .generic-content .generic-feature-list ul li span { color: #414141 } .skin-cyan #generic-price-table .generic-content .generic-feature-list ul li:hover { background-color: #00acc1; border-left: 5px solid #00bcd4 } .skin-cyan #generic-price-table .generic-content .generic-price-btn a { border: 1px solid #00acc1; color: #00acc1 } .skin-cyan #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head_bg, .skin-cyan #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head_bg { border-color: #00acc1 transparent transparent #00acc1; color: #fff } .skin-cyan #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head span, .skin-cyan #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head span { color: #fff } .skin-cyan #generic-price-table .generic-content.active .generic-price-btn a, .skin-cyan #generic-price-table .generic-content:hover .generic-price-btn a { background-color: #00acc1; color: #fff } .skin-cyan .bottom_btn { background-color: #333 } .skin-cyan .bottom_btn:hover { background-color: #666; color: #FFF } .skin-cyan .dataTables_paginate .pagination .active a { background-color: #00acc1; border-color: #00acc1 } .skin-cyan .dataTable a { color: #00acc1 } .skin-cyan .pagination>li>a:active, .skin-cyan .pagination>li>a:focus { background-color: #00acc1; border-color: #00acc1; color: #fff } .skin-cyan .box-error, .skin-cyan .box-forgot, .skin-cyan .box-lockscreen, .skin-cyan .box-login, .skin-cyan .box-offline, .skin-cyan .box-register { border-top: 3px solid #00acc1 } .skin-cyan .box-error a, .skin-cyan .box-forgot a, .skin-cyan .box-lockscreen a, .skin-cyan .box-login a, .skin-cyan .box-offline a, .skin-cyan .box-register a { color: #00acc1 } .skin-cyan .btn-primary, .skin-cyan .btn-primary .ink, .skin-cyan .btn-primary.active, .skin-cyan .btn-primary:active, .skin-cyan .btn-primary:focus, .skin-cyan .btn-primary:hover, .skin-cyan .dropdown-toggle.btn-primary, .skin-cyan .dropdown-toggle.btn-primary .ink, .skin-cyan .dropdown-toggle.btn-primary.active, .skin-cyan .dropdown-toggle.btn-primary:active, .skin-cyan .dropdown-toggle.btn-primary:focus, .skin-cyan .dropdown-toggle.btn-primary:hover { background-color: #00acc1 } .skin-cyan .btn-flat.btn-primary { color: #00acc1 } .skin-cyan .btn-flat.btn-primary:hover { color: #00acc1; background-color: #e5e5e5 } .skin-cyan .btn-flat.btn-primary.active, .skin-cyan .btn-flat.btn-primary:active { color: #00acc1; background-color: #ccc } .skin-cyan .add-icon i { color: #fff } .skin-cyan .all-drivers .information .email a { color: #00acc1 } .nav-stacked>li.active>a:hover, .skin-cyan .nav-stacked>li.active>a { border-left-color: #00acc1 } .skin-cyan .price-car { background-color: #00acc1!important } .skin-cyan .return-up { background: #00acc1 } .skin-brown-gradient .spinner { background-color: #6d4c41 } .skin-brown-gradient a { color: #5d4037 } .skin-brown-gradient a:active, .skin-brown-gradient a:focus, .skin-brown-gradient a:hover { outline: 0; text-decoration: none; color: #6d4c41 } .skin-brown-gradient .form-control:focus { border-color: #5d4037 } .skin-brown-gradient .top-menu-header .navbar { background-image: -ms-linear-gradient(left, #5d4037 0, #6d4c41 100%); background-image: -moz-linear-gradient(left, #5d4037 0, #6d4c41 100%); background-image: -o-linear-gradient(left, #5d4037 0, #6d4c41 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #5d4037), color-stop(100, #6d4c41)); background-image: -webkit-linear-gradient(left, #5d4037 0, #6d4c41 100%); background-image: linear-gradient(to right, #5d4037 0, #6d4c41 100%) } .skin-brown-gradient .top-menu-header .navbar .nav>li>a { color: #fff } .skin-brown-gradient .top-menu-header .navbar .nav .open>a, .skin-brown-gradient .top-menu-header .navbar .nav .open>a:focus, .skin-brown-gradient .top-menu-header .navbar .nav .open>a:hover, .skin-brown-gradient .top-menu-header .navbar .nav>.active>a, .skin-brown-gradient .top-menu-header .navbar .nav>li>a:active, .skin-brown-gradient .top-menu-header .navbar .nav>li>a:focus, .skin-brown-gradient .top-menu-header .navbar .nav>li>a:hover { background: #6d4c41; color: #f6f6f6 } .skin-brown-gradient .top-menu-header .navbar .sidebar-toggle:hover { color: #f6f6f6; background: rgba(0, 0, 0, .1); background-color: #6d4c41 } .skin-brown-gradient .pagination>li>a:active, .skin-brown-gradient .pagination>li>a:focus, .skin-brown-gradient .top-menu-header li.user-header { background-image: -ms-linear-gradient(left, #5d4037 0, #6d4c41 100%); background-image: -moz-linear-gradient(left, #5d4037 0, #6d4c41 100%); background-image: -o-linear-gradient(left, #5d4037 0, #6d4c41 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #5d4037), color-stop(100, #6d4c41)); background-image: -webkit-linear-gradient(left, #5d4037 0, #6d4c41 100%) } .skin-brown-gradient .top-menu-header .navbar .sidebar-toggle { color: #fff } @media (max-width:767px) { .skin-brown-gradient .top-menu-header .navbar .dropdown-menu li.divider { background-color: rgba(255, 255, 255, .1) } .skin-brown-gradient .top-menu-header .navbar .dropdown-menu li a { color: #333 } } .skin-brown-gradient .top-menu-header .logo { background-color: #5d4037; color: #fff; border-bottom: 0 solid transparent } .skin-brown-gradient .top-menu-header .logo:hover { background-color: #6d4c41 } .skin-brown-gradient #top-menu-navbar-search a { color: #6d4c41 } .skin-brown-gradient .top-menu-header li.user-header { background-image: linear-gradient(to right, #5d4037 0, #6d4c41 100%) } .skin-brown-gradient .left-side, .skin-brown-gradient .sidebar-left, .skin-brown-gradient .wrapper { background-color: #222d32 } .skin-brown-gradient .user-panel>.info, .skin-brown-gradient .user-panel>.info>a { color: #fff } .skin-brown-gradient .sidebar-menu>li.header { color: #CFD8DC; background: #1a2226 } .skin-brown-gradient .sidebar-menu>li>a { border-left: 3px solid transparent; border-left-color: transparent } .skin-brown-gradient .sidebar-menu>li.active>a, .skin-brown-gradient .sidebar-menu>li:hover>a { color: #fff; background: #1e282c; border-left-color: #5d4037 } .skin-brown-gradient .sidebar-menu>li>.treeview-menu { margin: 0 1px; background: #1a2226 } .skin-brown-gradient .sidebar a { color: #fff } .skin-brown-gradient .sidebar a:hover { text-decoration: none } .skin-brown-gradient .treeview-menu>li>a { color: #CFD8DC } .skin-brown-gradient .treeview-menu>li.active>a, .skin-brown-gradient .treeview-menu>li>a:hover { color: #fff } .skin-brown-gradient .sidebar-form { border-radius: 3px; border: 1px solid #374850; margin: 10px } .skin-brown-gradient .sidebar-form .btn, .skin-brown-gradient .sidebar-form input[type=text] { box-shadow: none; background-color: #fff; border: 1px solid transparent; height: 35px } .skin-brown-gradient .sidebar-form input[type=text] { color: #666; border-radius: 2px 0 0 2px } .skin-brown-gradient .sidebar-form input[type=text]:focus, .skin-brown-gradient .sidebar-form input[type=text]:focus+.input-group-btn .btn { background-color: #fff; color: #666 } .skin-brown-gradient .sidebar-form input[type=text]:focus+.input-group-btn .btn { border-left-color: #fff } .skin-brown-gradient .sidebar-form .btn { color: #999; border-radius: 0 2px 2px 0 } .skin-brown-gradient.layout-top-nav .top-menu-header>.logo { background-color: #5d4037; color: #fff; border-bottom: 0 solid transparent } .skin-brown-gradient.layout-top-nav .top-menu-header>.logo:hover { background-color: #6d4c41 } .skin-brown-gradient .main-footer a { color: #5d4037 } .skin-brown-gradient .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a, .skin-brown-gradient .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a, .skin-brown-gradient .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a { background-image: -ms-linear-gradient(left, #5d4037 0, #6d4c41 100%)!important; background-image: -moz-linear-gradient(left, #5d4037 0, #6d4c41 100%)!important; background-image: -o-linear-gradient(left, #5d4037 0, #6d4c41 100%)!important; background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #5d4037), color-stop(100, #6d4c41))!important; background-image: -webkit-linear-gradient(left, #5d4037 0, #6d4c41 100%)!important; background-image: linear-gradient(to right, #5d4037 0, #6d4c41 100%)!important; color: #fff!important; border: none; margin: -1px } .skin-brown-gradient .nav-tabs-custom>.nav-tabs>li.active { border-top-color: #5d4037 } .skin-brown-gradient .pricing-container .pricing-item { color: #333; background: #fff; box-shadow: 0 0 10px rgba(46, 59, 125, .23) } .skin-brown-gradient .pricing-container .pricing-deco { background: #5d4037 } .skin-brown-gradient .pricing-container .pricing-price, .skin-brown-gradient .pricing-container .pricing-title { color: #fff } .skin-brown-gradient .pricing-container .pricing-action { color: #fff; background: #5d4037 } .pricing-container .pricing-action:focus, .skin-brown-gradient .pricing-container .pricing-action:hover { background-color: #262626 } .skin-brown-gradient #generic-price-table { background-color: #f1f1f1 } .skin-brown-gradient #generic-price-table .generic-content { background-color: #fff } .skin-brown-gradient #generic-price-table .generic-content .generic-head-price { background-color: #f6f6f6 } .skin-brown-gradient #generic-price-table .generic-content .generic-head-price .generic-head-content .head_bg { border-color: #e4e4e4 transparent transparent #e4e4e4 } .skin-brown-gradient #generic-price-table .generic-content .generic-head-price .generic-head-content .head span { color: #525252 } .skin-brown-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .month, .skin-brown-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .cent, .skin-brown-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .currency, .skin-brown-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .sign { color: #414141 } .skin-brown-gradient #generic-price-table .generic-content .generic-feature-list ul li { color: #a7a7a7 } .skin-brown-gradient #generic-price-table .generic-content .generic-feature-list ul li span { color: #414141 } .skin-brown-gradient #generic-price-table .generic-content .generic-feature-list ul li:hover { background-color: #5d4037; border-left: 5px solid #6d4c41 } .skin-brown-gradient #generic-price-table .generic-content .generic-price-btn a { border: 1px solid #5d4037; color: #5d4037 } .skin-brown-gradient #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head_bg, .skin-brown-gradient #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head_bg { border-color: #5d4037 transparent transparent #5d4037; color: #fff } .skin-brown-gradient #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head span, .skin-brown-gradient #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head span { color: #fff } .skin-brown-gradient #generic-price-table .generic-content.active .generic-price-btn a, .skin-brown-gradient #generic-price-table .generic-content:hover .generic-price-btn a { background-color: #5d4037; color: #fff } .skin-brown-gradient .bottom_btn { background-color: #333 } .skin-brown-gradient .bottom_btn:hover { background-color: #666; color: #FFF } .skin-brown-gradient .dataTables_paginate .pagination .active a { background-color: #5d4037; border-color: #5d4037 } .skin-brown-gradient .dataTable a { color: #5d4037 } .skin-brown-gradient .pagination>li>a:active, .skin-brown-gradient .pagination>li>a:focus { background-image: linear-gradient(to right, #5d4037 0, #6d4c41 100%); border-color: #5d4037; color: #fff } .skin-brown-gradient .box-error, .skin-brown-gradient .box-forgot, .skin-brown-gradient .box-lockscreen, .skin-brown-gradient .box-login, .skin-brown-gradient .box-offline, .skin-brown-gradient .box-register { border-top: 3px solid #5d4037 } .skin-brown-gradient .box-error a, .skin-brown-gradient .box-forgot a, .skin-brown-gradient .box-lockscreen a, .skin-brown-gradient .box-login a, .skin-brown-gradient .box-offline a, .skin-brown-gradient .box-register a { color: #5d4037 } .skin-brown-gradient .btn-primary, .skin-brown-gradient .btn-primary .ink, .skin-brown-gradient .btn-primary.active, .skin-brown-gradient .btn-primary:active, .skin-brown-gradient .btn-primary:focus, .skin-brown-gradient .btn-primary:hover, .skin-brown-gradient .dropdown-toggle.btn-primary, .skin-brown-gradient .dropdown-toggle.btn-primary .ink, .skin-brown-gradient .dropdown-toggle.btn-primary.active, .skin-brown-gradient .dropdown-toggle.btn-primary:active, .skin-brown-gradient .dropdown-toggle.btn-primary:focus, .skin-brown-gradient .dropdown-toggle.btn-primary:hover { background-image: -ms-linear-gradient(left, #5d4037 0, #6d4c41 100%); background-image: -moz-linear-gradient(left, #5d4037 0, #6d4c41 100%); background-image: -o-linear-gradient(left, #5d4037 0, #6d4c41 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #5d4037), color-stop(100, #6d4c41)); background-image: -webkit-linear-gradient(left, #5d4037 0, #6d4c41 100%); background-image: linear-gradient(to right, #5d4037 0, #6d4c41 100%) } .skin-brown-gradient .btn-flat.btn-primary { color: #5d4037 } .skin-brown-gradient .btn-flat.btn-primary:hover { color: #5d4037; background-color: #e5e5e5 } .skin-brown-gradient .btn-flat.btn-primary.active, .skin-brown-gradient .btn-flat.btn-primary:active { color: #5d4037; background-color: #ccc } .skin-brown-gradient .add-icon i { color: #fff } .skin-brown-gradient .all-drivers .information .email a { color: #5d4037 } .nav-stacked>li.active>a:hover, .skin-brown-gradient .nav-stacked>li.active>a { border-left-color: #5d4037 } .skin-brown-gradient .price-car { background-color: #5d4037!important } .skin-brown-gradient .return-up { background: #5d4037 } .skin-black .spinner { background-color: #1a1a1a } .skin-black a { color: #000 } .skin-black a:active, .skin-black a:focus, .skin-black a:hover { outline: 0; text-decoration: none; color: #1a1a1a } .skin-black .form-control:focus { border-color: #000 } .skin-black .top-menu-header .navbar { background-color: #000 } .skin-black .top-menu-header .navbar .nav>li>a { color: #fff } .skin-black .top-menu-header .navbar .nav .open>a, .skin-black .top-menu-header .navbar .nav .open>a:focus, .skin-black .top-menu-header .navbar .nav .open>a:hover, .skin-black .top-menu-header .navbar .nav>.active>a, .skin-black .top-menu-header .navbar .nav>li>a:active, .skin-black .top-menu-header .navbar .nav>li>a:focus, .skin-black .top-menu-header .navbar .nav>li>a:hover { background: #1a1a1a; color: #f6f6f6 } .skin-black .top-menu-header .navbar .sidebar-toggle:hover { color: #f6f6f6; background: rgba(0, 0, 0, .1); background-color: #1a1a1a } .skin-black .top-menu-header .navbar .sidebar-toggle { color: #fff } @media (max-width:767px) { .skin-black .top-menu-header .navbar .dropdown-menu li.divider { background-color: rgba(255, 255, 255, .1) } .skin-black .top-menu-header .navbar .dropdown-menu li a { color: #333 } } .skin-black .top-menu-header .logo { background-color: #000; color: #fff; border-bottom: 0 solid transparent } .skin-black .top-menu-header .logo:hover { background-color: #1a1a1a } .skin-black #top-menu-navbar-search a { color: #000 } .skin-black .top-menu-header li.user-header { background-color: #000 } .skin-black .left-side, .skin-black .sidebar-left, .skin-black .wrapper { background-color: #222d32 } .skin-black .user-panel>.info, .skin-black .user-panel>.info>a { color: #fff } .skin-black .sidebar-menu>li.header { color: #CFD8DC; background: #1a2226 } .skin-black .sidebar-menu>li>a { border-left: 3px solid transparent; border-left-color: transparent } .skin-black .sidebar-menu>li.active>a, .skin-black .sidebar-menu>li:hover>a { color: #fff; background: #1e282c; border-left-color: #000 } .skin-black .sidebar-menu>li>.treeview-menu { margin: 0 1px; background: #1a2226 } .skin-black .sidebar a { color: #fff } .skin-black .sidebar a:hover { text-decoration: none } .skin-black .treeview-menu>li>a { color: #CFD8DC } .skin-black .treeview-menu>li.active>a, .skin-black .treeview-menu>li>a:hover { color: #fff } .skin-black .sidebar-form { border-radius: 3px; border: 1px solid #374850; margin: 10px } .skin-black .sidebar-form .btn, .skin-black .sidebar-form input[type=text] { box-shadow: none; background-color: #fff; border: 1px solid transparent; height: 35px } .skin-black .sidebar-form input[type=text] { color: #666; border-radius: 2px 0 0 2px } .skin-black .sidebar-form input[type=text]:focus, .skin-black .sidebar-form input[type=text]:focus+.input-group-btn .btn { background-color: #fff; color: #666 } .skin-black .sidebar-form input[type=text]:focus+.input-group-btn .btn { border-left-color: #fff } .skin-black .sidebar-form .btn { color: #999; border-radius: 0 2px 2px 0 } .skin-black .main-footer a { color: #000 } .skin-black .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a, .skin-black .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a, .skin-black .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a { background-color: #000!important; color: #fff!important; border: none; margin: -1px } .skin-black .nav-tabs-custom>.nav-tabs>li.active { border-top-color: #000 } .skin-black .pricing-container .pricing-item { color: #333; background: #fff; box-shadow: 0 0 10px rgba(46, 59, 125, .23) } .skin-black .pricing-container .pricing-deco { background: #000 } .skin-black .pricing-container .pricing-price, .skin-black .pricing-container .pricing-title { color: #fff } .skin-black .pricing-container .pricing-action { color: #fff; background: #000 } .pricing-container .pricing-action:focus, .skin-black .pricing-container .pricing-action:hover { background-color: #262626 } .skin-black #generic-price-table { background-color: #f1f1f1 } .skin-black #generic-price-table .generic-content { background-color: #fff } .skin-black #generic-price-table .generic-content .generic-head-price { background-color: #f6f6f6 } .skin-black #generic-price-table .generic-content .generic-head-price .generic-head-content .head_bg { border-color: #e4e4e4 transparent transparent #e4e4e4 } .skin-black #generic-price-table .generic-content .generic-head-price .generic-head-content .head span { color: #525252 } .skin-black #generic-price-table .generic-content .generic-head-price .generic-price-tag .month, .skin-black #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .cent, .skin-black #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .currency, .skin-black #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .sign { color: #414141 } .skin-black #generic-price-table .generic-content .generic-feature-list ul li { color: #a7a7a7 } .skin-black #generic-price-table .generic-content .generic-feature-list ul li span { color: #414141 } .skin-black #generic-price-table .generic-content .generic-feature-list ul li:hover { background-color: #000; border-left: 5px solid #1a1a1a } .skin-black #generic-price-table .generic-content .generic-price-btn a { border: 1px solid #000; color: #000 } .skin-black #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head_bg, .skin-black #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head_bg { border-color: #000 transparent transparent #000; color: #fff } .skin-black #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head span, .skin-black #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head span { color: #fff } .skin-black #generic-price-table .generic-content.active .generic-price-btn a, .skin-black #generic-price-table .generic-content:hover .generic-price-btn a { background-color: #000; color: #fff } .skin-black .bottom_btn { background-color: #333 } .skin-black .bottom_btn:hover { background-color: #666; color: #FFF } .skin-black .dataTables_paginate .pagination .active a { background-color: #000; border-color: #000 } .skin-black .dataTable a { color: #000 } .skin-black .pagination>li>a:active, .skin-black .pagination>li>a:focus { background-color: #000; border-color: #000; color: #fff } .skin-black .box-error, .skin-black .box-forgot, .skin-black .box-lockscreen, .skin-black .box-login, .skin-black .box-offline, .skin-black .box-register { border-top: 3px solid #000 } .skin-black .box-error a, .skin-black .box-forgot a, .skin-black .box-lockscreen a, .skin-black .box-login a, .skin-black .box-offline a, .skin-black .box-register a { color: #000 } .skin-black .btn-primary, .skin-black .btn-primary .ink, .skin-black .btn-primary.active, .skin-black .btn-primary:active, .skin-black .btn-primary:focus, .skin-black .btn-primary:hover, .skin-black .dropdown-toggle.btn-primary, .skin-black .dropdown-toggle.btn-primary .ink, .skin-black .dropdown-toggle.btn-primary.active, .skin-black .dropdown-toggle.btn-primary:active, .skin-black .dropdown-toggle.btn-primary:focus, .skin-black .dropdown-toggle.btn-primary:hover { background-color: #000 } .skin-black .btn-flat.btn-primary { color: #000 } .skin-black .btn-flat.btn-primary:hover { color: #000; background-color: #e5e5e5 } .skin-black .btn-flat.btn-primary.active, .skin-black .btn-flat.btn-primary:active { color: #000; background-color: #ccc } .skin-black .add-icon i { color: #fff } .skin-black .all-drivers .information .email a { color: #000 } .nav-stacked>li.active>a:hover, .skin-black .nav-stacked>li.active>a { border-left-color: #000 } .skin-black .price-car { background-color: #000!important } .skin-black .return-up { background: #000 } .skin-yellow .spinner { background-color: #ff7900 } .skin-yellow a { color: #ff7900 } .skin-yellow a:active, .skin-yellow a:focus, .skin-yellow a:hover { outline: 0; text-decoration: none; color: #ff7900 } .skin-yellow .form-control:focus { border-color: #ff7900 } .skin-yellow .top-menu-header .navbar { background-color: #ff7900 } .skin-yellow .top-menu-header .navbar .nav>li>a { color: #fff } .skin-yellow .top-menu-header .navbar .nav .open>a, .skin-yellow .top-menu-header .navbar .nav .open>a:focus, .skin-yellow .top-menu-header .navbar .nav .open>a:hover, .skin-yellow .top-menu-header .navbar .nav>.active>a, .skin-yellow .top-menu-header .navbar .nav>li>a:active, .skin-yellow .top-menu-header .navbar .nav>li>a:focus, .skin-yellow .top-menu-header .navbar .nav>li>a:hover { background: #ff7900; color: #f6f6f6 } .skin-yellow .top-menu-header .navbar .sidebar-toggle:hover { color: #f6f6f6; background: rgba(0, 0, 0, .1); background-color: #ff7900 } .skin-yellow .top-menu-header .navbar .sidebar-toggle { color: #fff } @media (max-width:767px) { .skin-yellow .top-menu-header .navbar .dropdown-menu li.divider { background-color: rgba(255, 255, 255, .1) } .skin-yellow .top-menu-header .navbar .dropdown-menu li a { color: #333 } } .skin-yellow .top-menu-header .logo { background-color: #ff7900; color: #fff; border-bottom: 0 solid transparent } .skin-yellow .top-menu-header .logo:hover { background-color: #ff7900 } .skin-yellow #top-menu-navbar-search a { color: #ff7900 } .skin-yellow .top-menu-header li.user-header { background-color: #ff7900 } .skin-yellow .left-side, .skin-yellow .sidebar-left, .skin-yellow .wrapper { background-color: #222d32 } .skin-yellow .user-panel>.info, .skin-yellow .user-panel>.info>a { color: #fff } .skin-yellow .sidebar-menu>li.header { color: #CFD8DC; background: #1a2226 } .skin-yellow .sidebar-menu>li>a { border-left: 3px solid transparent; border-left-color: transparent } .skin-yellow .sidebar-menu>li.active>a, .skin-yellow .sidebar-menu>li:hover>a { color: #fff; background: #787c7e; border-left-color: #ff7900 } .skin-yellow .sidebar-menu>li>.treeview-menu { margin: 0 1px; background: #1a2226 } .skin-yellow .sidebar a { color: #fff } .skin-yellow .sidebar a:hover { text-decoration: none; } .skin-yellow .treeview-menu>li>a { color: #CFD8DC } .skin-yellow .treeview-menu>li.active>a, .skin-yellow .treeview-menu>li>a:hover { color: #fff } .skin-yellow .sidebar-form { border-radius: 3px; border: 1px solid #374850; margin: 10px } .skin-yellow .sidebar-form .btn, .skin-yellow .sidebar-form input[type=text] { box-shadow: none; background-color: #fff; border: 1px solid transparent; height: 35px } .skin-yellow .sidebar-form input[type=text] { color: #666; border-radius: 2px 0 0 2px } .skin-yellow .sidebar-form input[type=text]:focus, .skin-yellow .sidebar-form input[type=text]:focus+.input-group-btn .btn { background-color: #fff; color: #666 } .skin-yellow .sidebar-form input[type=text]:focus+.input-group-btn .btn { border-left-color: #fff } .skin-yellow .sidebar-form .btn { color: #999; border-radius: 0 2px 2px 0 } .skin-yellow .main-footer a { color: #ff7900 } .skin-yellow .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a, .skin-yellow .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a, .skin-yellow .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a { background-color: #ff7900!important; color: #fff!important; border: none; margin: -1px } .skin-yellow .nav-tabs-custom>.nav-tabs>li.active { border-top-color: #ff7900 } .skin-yellow .pricing-container .pricing-item { color: #333; background: #fff; box-shadow: 0 0 10px rgba(46, 59, 125, .23) } .skin-yellow .pricing-container .pricing-deco { background: #ff7900 } .skin-yellow .pricing-container .pricing-price, .skin-yellow .pricing-container .pricing-title { color: #fff } .skin-yellow .pricing-container .pricing-action { color: #fff; background: #ff7900 } .pricing-container .pricing-action:focus, .skin-yellow .pricing-container .pricing-action:hover { background-color: #262626 } .skin-yellow #generic-price-table { background-color: #f1f1f1 } .skin-yellow #generic-price-table .generic-content { background-color: #fff } .skin-yellow #generic-price-table .generic-content .generic-head-price { background-color: #f6f6f6 } .skin-yellow #generic-price-table .generic-content .generic-head-price .generic-head-content .head_bg { border-color: #e4e4e4 transparent transparent #e4e4e4 } .skin-yellow #generic-price-table .generic-content .generic-head-price .generic-head-content .head span { color: #525252 } .skin-yellow #generic-price-table .generic-content .generic-head-price .generic-price-tag .month, .skin-yellow #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .cent, .skin-yellow #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .currency, .skin-yellow #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .sign { color: #414141 } .skin-yellow #generic-price-table .generic-content .generic-feature-list ul li { color: #a7a7a7 } .skin-yellow #generic-price-table .generic-content .generic-feature-list ul li span { color: #414141 } .skin-yellow #generic-price-table .generic-content .generic-feature-list ul li:hover { background-color: #ff7900; border-left: 5px solid #ffce3b } .skin-yellow #generic-price-table .generic-content .generic-price-btn a { border: 1px solid #ffc824; color: #ff7900 } .skin-yellow #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head_bg, .skin-yellow #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head_bg { border-color: #ffc824 transparent transparent #ffc824; color: #fff } .skin-yellow #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head span, .skin-yellow #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head span { color: #fff } .skin-yellow #generic-price-table .generic-content.active .generic-price-btn a, .skin-yellow #generic-price-table .generic-content:hover .generic-price-btn a { background-color: #ff7900; color: #fff } .skin-yellow .bottom_btn { background-color: #333 } .skin-yellow .bottom_btn:hover { background-color: #666; color: #FFF } .skin-yellow .dataTables_paginate .pagination .active a { background-color: #ff7900; border-color: #ff7900 } .skin-yellow .dataTable a { color: #ff7900 } .skin-yellow .pagination>li>a:active, .skin-yellow .pagination>li>a:focus { background-color: #ff7900; border-color: #ff7900; color: #fff } .skin-yellow .box-error, .skin-yellow .box-forgot, .skin-yellow .box-lockscreen, .skin-yellow .box-login, .skin-yellow .box-offline, .skin-yellow .box-register { border-top: 3px solid #3949ab } .skin-yellow .box-error a, .skin-yellow .box-forgot a, .skin-yellow .box-lockscreen a, .skin-yellow .box-login a, .skin-yellow .box-offline a, .skin-yellow .box-register a { color: #ff7900 } .skin-yellow .btn-primary, .skin-yellow .btn-primary .ink, .skin-yellow .btn-primary.active, .skin-yellow .btn-primary:active, .skin-yellow .btn-primary:focus, .skin-yellow .btn-primary:hover, .skin-yellow .dropdown-toggle.btn-primary, .skin-yellow .dropdown-toggle.btn-primary .ink, .skin-yellow .dropdown-toggle.btn-primary.active, .skin-yellow .dropdown-toggle.btn-primary:active, .skin-yellow .dropdown-toggle.btn-primary:focus, .skin-yellow .dropdown-toggle.btn-primary:hover { background-color: #ff7900 } .skin-yellow .btn-flat.btn-primary { color: #ff7900 } .skin-yellow .btn-flat.btn-primary:hover { color: #ff7900; background-color: #e5e5e5 } .skin-yellow .btn-flat.btn-primary.active, .skin-yellow .btn-flat.btn-primary:active { color: #ff7900; background-color: #ccc } .skin-yellow .add-icon i { color: #fff } .skin-yellow .all-drivers .information .email a { color: #ff7900 } .nav-stacked>li.active>a:hover, .skin-yellow .nav-stacked>li.active>a { border-left-color: #ff7900 } .skin-yellow .price-car { background-color: #ff7900!important } .skin-yellow .return-up { background: #ff7900 } .skin-yellow a:active, .skin-yellow a:focus, .skin-yellow a:hover, .skin-yellow a { outline: 0; text-decoration: none; color: #3949ab; } .skin-yellow .top-menu-header .navbar { background-color: #3949ab; } .skin-yellow .top-menu-header .logo { background-color: #3949ab; color: #fff; border-bottom: 0 solid transparent; } .skin-yellow .sidebar-menu>li.header:hover>a { color: #fff; background: #ff7900; border-left-color: #fff; } .skin-yellow .sidebar-menu>li:hover>a { color: #fff; background: #1e282c; border-left-color: #fff; } .skin-yellow .dataTables_paginate .pagination .active a { background-color: #3949ab; border-color: #3949ab; } .skin-yellow .btn-primary, .skin-yellow .btn-primary .ink, .skin-yellow .btn-primary.active, .skin-yellow .btn-primary:active, .skin-yellow .btn-primary:focus, .skin-yellow .btn-primary:hover, .skin-yellow .dropdown-toggle.btn-primary, .skin-yellow .dropdown-toggle.btn-primary .ink, .skin-yellow .dropdown-toggle.btn-primary.active, .skin-yellow .dropdown-toggle.btn-primary:active, .skin-yellow .dropdown-toggle.btn-primary:focus, .skin-yellow .dropdown-toggle.btn-primary:hover { background-color: #3949ab; } .skin-yellow .return-up { background: #3949ab; } .skin-yellow .top-menu-header .navbar .nav .open>a, .skin-yellow .top-menu-header .navbar .nav .open>a:focus, .skin-yellow .top-menu-header .navbar .nav .open>a:hover, .skin-yellow .top-menu-header .navbar .nav>.active>a, .skin-yellow .top-menu-header .navbar .nav>li>a:active, .skin-yellow .top-menu-header .navbar .nav>li>a:focus, .skin-yellow .top-menu-header .navbar .nav>li>a:hover { background: #3949ab; color: #f6f6f6; } .skin-yellow .top-menu-header .logo:hover { background-color: #3949ab; } .skin-yellow .dataTable a { color: #3949ab; }
public/assets/css/skins/all-skins.min.css
.skin-blue .spinner { background-color: #4FC3F7 } .skin-blue a { color: #29b6f6 } .skin-blue a:active, .skin-blue a:focus, .skin-blue a:hover { outline: 0; text-decoration: none; color: #4FC3F7 } .skin-blue .form-control:focus { border-color: #29b6f6 } .skin-blue .top-menu-header .navbar { background-color: #29B6F6 } .skin-blue .top-menu-header .navbar .nav>li>a { color: #fff } .skin-blue .top-menu-header .navbar .nav .open>a, .skin-blue .top-menu-header .navbar .nav .open>a:focus, .skin-blue .top-menu-header .navbar .nav .open>a:hover, .skin-blue .top-menu-header .navbar .nav>.active>a, .skin-blue .top-menu-header .navbar .nav>li>a:active, .skin-blue .top-menu-header .navbar .nav>li>a:focus, .skin-blue .top-menu-header .navbar .nav>li>a:hover { background: #4FC3F7; color: #f6f6f6 } .skin-blue .top-menu-header .navbar .sidebar-toggle:hover { color: #f6f6f6; background: rgba(0, 0, 0, .1); background-color: #4FC3F7 } .skin-blue .top-menu-header .navbar .sidebar-toggle { color: #fff } @media (max-width:767px) { .skin-blue .top-menu-header .navbar .dropdown-menu li.divider { background-color: rgba(255, 255, 255, .1) } .skin-blue .top-menu-header .navbar .dropdown-menu li a { color: #333 } } .skin-blue .top-menu-header .logo { background-color: #29B6F6; color: #fff; border-bottom: 0 solid transparent } .skin-blue .top-menu-header .logo:hover { background-color: #4FC3F7 } .skin-blue #top-menu-navbar-search a { color: #29B6F6 } .skin-blue .top-menu-header li.user-header { background-color: #29B6F6 } .skin-blue .left-side, .skin-blue .sidebar-left, .skin-blue .wrapper { background-color: #222d32 } .skin-blue .user-panel>.info, .skin-blue .user-panel>.info>a { color: #fff } .skin-blue .sidebar-menu>li.header { color: #CFD8DC; background: #1a2226 } .skin-blue .sidebar-menu>li>a { border-left: 3px solid transparent; border-left-color: transparent } .skin-blue .sidebar-menu>li.active>a, .skin-blue .sidebar-menu>li:hover>a { color: #fff; background: #1e282c; border-left-color: #29B6F6 } .skin-blue .sidebar-menu>li>.treeview-menu { margin: 0 1px; background: #1a2226 } .skin-blue .sidebar a { color: #fff } .skin-blue .sidebar a:hover { text-decoration: none } .skin-blue .treeview-menu>li>a { color: #CFD8DC } .skin-blue .treeview-menu>li.active>a, .skin-blue .treeview-menu>li>a:hover { color: #fff } .skin-blue .sidebar-form { border-radius: 3px; border: 1px solid #374850; margin: 10px } .skin-blue .sidebar-form .btn, .skin-blue .sidebar-form input[type=text] { box-shadow: none; background-color: #fff; border: 1px solid transparent; height: 35px } .skin-blue .sidebar-form input[type=text] { color: #666; border-radius: 2px 0 0 2px } .skin-blue .sidebar-form input[type=text]:focus, .skin-blue .sidebar-form input[type=text]:focus+.input-group-btn .btn { background-color: #fff; color: #666 } .skin-blue .sidebar-form input[type=text]:focus+.input-group-btn .btn { border-left-color: #fff } .skin-blue .sidebar-form .btn { color: #999; border-radius: 0 2px 2px 0 } .skin-blue .main-footer a { color: #29B6F6 } .skin-blue .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a, .skin-blue .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a, .skin-blue .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a { background-color: #29B6F6!important; color: #fff!important; border: none; margin: -1px } .skin-blue .nav-tabs-custom>.nav-tabs>li.active { border-top-color: #29B6F6 } .skin-blue .pricing-container .pricing-item { color: #333; background: #fff; box-shadow: 0 0 10px rgba(46, 59, 125, .23) } .skin-blue .pricing-container .pricing-deco { background: #29B6F6 } .skin-blue .pricing-container .pricing-price, .skin-blue .pricing-container .pricing-title { color: #fff } .skin-blue .pricing-container .pricing-action { color: #fff; background: #29B6F6 } .pricing-container .pricing-action:focus, .skin-blue .pricing-container .pricing-action:hover { background-color: #262626 } .skin-blue #generic-price-table { background-color: #f1f1f1 } .skin-blue #generic-price-table .generic-content { background-color: #fff } .skin-blue #generic-price-table .generic-content .generic-head-price { background-color: #f6f6f6 } .skin-blue #generic-price-table .generic-content .generic-head-price .generic-head-content .head_bg { border-color: #e4e4e4 transparent transparent #e4e4e4 } .skin-blue #generic-price-table .generic-content .generic-head-price .generic-head-content .head span { color: #525252 } .skin-blue #generic-price-table .generic-content .generic-head-price .generic-price-tag .month, .skin-blue #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .cent, .skin-blue #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .currency, .skin-blue #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .sign { color: #414141 } .skin-blue #generic-price-table .generic-content .generic-feature-list ul li { color: #a7a7a7 } .skin-blue #generic-price-table .generic-content .generic-feature-list ul li span { color: #414141 } .skin-blue #generic-price-table .generic-content .generic-feature-list ul li:hover { background-color: #29B6F6; border-left: 5px solid #4FC3F7 } .skin-blue #generic-price-table .generic-content .generic-price-btn a { border: 1px solid #29B6F6; color: #29B6F6 } .skin-blue #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head_bg, .skin-blue #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head_bg { border-color: #29B6F6 transparent transparent #29B6F6; color: #fff } .skin-blue #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head span, .skin-blue #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head span { color: #fff } .skin-blue #generic-price-table .generic-content.active .generic-price-btn a, .skin-blue #generic-price-table .generic-content:hover .generic-price-btn a { background-color: #29B6F6; color: #fff } .skin-blue .bottom_btn { background-color: #333 } .skin-blue .bottom_btn:hover { background-color: #666; color: #FFF } .skin-blue .dataTables_paginate .pagination .active a { background-color: #29B6F6; border-color: #29B6F6 } .skin-blue .dataTable a { color: #29B6F6 } .skin-blue .pagination>li>a:active, .skin-blue .pagination>li>a:focus { background-color: #29B6F6; border-color: #29B6F6; color: #fff } .skin-blue .box-error, .skin-blue .box-forgot, .skin-blue .box-lockscreen, .skin-blue .box-login, .skin-blue .box-offline, .skin-blue .box-register { border-top: 3px solid #29B6F6 } .skin-blue .box-error a, .skin-blue .box-forgot a, .skin-blue .box-lockscreen a, .skin-blue .box-login a, .skin-blue .box-offline a, .skin-blue .box-register a { color: #29B6F6 } .skin-blue .btn-primary, .skin-blue .btn-primary .ink, .skin-blue .btn-primary.active, .skin-blue .btn-primary:active, .skin-blue .btn-primary:focus, .skin-blue .btn-primary:hover, .skin-blue .dropdown-toggle.btn-primary, .skin-blue .dropdown-toggle.btn-primary .ink, .skin-blue .dropdown-toggle.btn-primary.active, .skin-blue .dropdown-toggle.btn-primary:active, .skin-blue .dropdown-toggle.btn-primary:focus, .skin-blue .dropdown-toggle.btn-primary:hover { background-color: #29b6f6 } .skin-blue .btn-flat.btn-primary { color: #29b6f6 } .skin-blue .btn-flat.btn-primary:hover { color: #29b6f6; background-color: #e5e5e5 } .skin-blue .btn-flat.btn-primary.active, .skin-blue .btn-flat.btn-primary:active { color: #29b6f6; background-color: #ccc } .skin-blue .add-icon i { color: #fff } .skin-blue .all-drivers .information .email a { color: #29b6f6 } .nav-stacked>li.active>a:hover, .skin-blue .nav-stacked>li.active>a { border-left-color: #29B6F6 } .skin-blue .price-car { background-color: #29b6f6!important } .skin-blue .return-up { background: #29B6F6 } .skin-red .spinner { background-color: #e60000 } .skin-red a { color: #d50000 } .skin-red a:active, .skin-red a:focus, .skin-red a:hover { outline: 0; text-decoration: none; color: #e60000 } .skin-red .form-control:focus { border-color: #d50000 } .skin-red .top-menu-header .navbar { background-color: #d50000 } .skin-red .top-menu-header .navbar .nav>li>a { color: #fff } .skin-red .top-menu-header .navbar .nav .open>a, .skin-red .top-menu-header .navbar .nav .open>a:focus, .skin-red .top-menu-header .navbar .nav .open>a:hover, .skin-red .top-menu-header .navbar .nav>.active>a, .skin-red .top-menu-header .navbar .nav>li>a:active, .skin-red .top-menu-header .navbar .nav>li>a:focus, .skin-red .top-menu-header .navbar .nav>li>a:hover { background: #e60000; color: #f6f6f6 } .skin-red .top-menu-header .navbar .sidebar-toggle:hover { color: #f6f6f6; background: rgba(0, 0, 0, .1); background-color: #e60000 } .skin-red .top-menu-header .navbar .sidebar-toggle { color: #fff } @media (max-width:767px) { .skin-red .top-menu-header .navbar .dropdown-menu li.divider { background-color: rgba(255, 255, 255, .1) } .skin-red .top-menu-header .navbar .dropdown-menu li a { color: #333 } } .skin-red .top-menu-header .logo { background-color: #d50000; color: #fff; border-bottom: 0 solid transparent } .skin-red .top-menu-header .logo:hover { background-color: #e60000 } .skin-red #top-menu-navbar-search a { color: #e60000 } .skin-red .top-menu-header li.user-header { background-color: #d50000 } .skin-red .left-side, .skin-red .sidebar-left, .skin-red .wrapper { background-color: #222d32 } .skin-red .user-panel>.info, .skin-red .user-panel>.info>a { color: #fff } .skin-red .sidebar-menu>li.header { color: #CFD8DC; background: #1a2226 } .skin-red .sidebar-menu>li>a { border-left: 3px solid transparent; border-left-color: transparent } .skin-red .sidebar-menu>li.active>a, .skin-red .sidebar-menu>li:hover>a { color: #fff; background: #1e282c; border-left-color: #d50000 } .skin-red .sidebar-menu>li>.treeview-menu { margin: 0 1px; background: #1a2226 } .skin-red .sidebar a { color: #fff } .skin-red .sidebar a:hover { text-decoration: none } .skin-red .treeview-menu>li>a { color: #CFD8DC } .skin-red .treeview-menu>li.active>a, .skin-red .treeview-menu>li>a:hover { color: #fff } .skin-red .sidebar-form { border-radius: 3px; border: 1px solid #374850; margin: 10px } .skin-red .sidebar-form .btn, .skin-red .sidebar-form input[type=text] { box-shadow: none; background-color: #fff; border: 1px solid transparent; height: 35px } .skin-red .sidebar-form input[type=text] { color: #666; border-radius: 2px 0 0 2px } .skin-red .sidebar-form input[type=text]:focus, .skin-red .sidebar-form input[type=text]:focus+.input-group-btn .btn { background-color: #fff; color: #666 } .skin-red .sidebar-form input[type=text]:focus+.input-group-btn .btn { border-left-color: #fff } .skin-red .sidebar-form .btn { color: #999; border-radius: 0 2px 2px 0 } .skin-red.layout-top-nav .top-menu-header>.logo { background-color: #d50000; color: #fff; border-bottom: 0 solid transparent } .skin-red.layout-top-nav .top-menu-header>.logo:hover { background-color: #e60000 } .skin-red .main-footer a { color: #d50000 } .skin-red .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a, .skin-red .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a, .skin-red .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a { background-color: #d50000!important; color: #fff!important; border: none; margin: -1px } .skin-red .nav-tabs-custom>.nav-tabs>li.active { border-top-color: #d50000 } .skin-red .pricing-container .pricing-item { color: #333; background: #fff; box-shadow: 0 0 10px rgba(46, 59, 125, .23) } .skin-red .pricing-container .pricing-deco { background: #d50000 } .skin-red .pricing-container .pricing-price, .skin-red .pricing-container .pricing-title { color: #fff } .skin-red .pricing-container .pricing-action { color: #fff; background: #d50000 } .pricing-container .pricing-action:focus, .skin-red .pricing-container .pricing-action:hover { background-color: #262626 } .skin-red #generic-price-table { background-color: #f1f1f1 } .skin-red #generic-price-table .generic-content { background-color: #fff } .skin-red #generic-price-table .generic-content .generic-head-price { background-color: #f6f6f6 } .skin-red #generic-price-table .generic-content .generic-head-price .generic-head-content .head_bg { border-color: #e4e4e4 transparent transparent #e4e4e4 } .skin-red #generic-price-table .generic-content .generic-head-price .generic-head-content .head span { color: #525252 } .skin-red #generic-price-table .generic-content .generic-head-price .generic-price-tag .month, .skin-red #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .cent, .skin-red #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .currency, .skin-red #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .sign { color: #414141 } .skin-red #generic-price-table .generic-content .generic-feature-list ul li { color: #a7a7a7 } .skin-red #generic-price-table .generic-content .generic-feature-list ul li span { color: #414141 } .skin-red #generic-price-table .generic-content .generic-feature-list ul li:hover { background-color: #d50000; border-left: 5px solid #e60000 } .skin-red #generic-price-table .generic-content .generic-price-btn a { border: 1px solid #d50000; color: #d50000 } .skin-red #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head_bg, .skin-red #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head_bg { border-color: #d50000 transparent transparent #d50000; color: #fff } .skin-red #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head span, .skin-red #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head span { color: #fff } .skin-red #generic-price-table .generic-content.active .generic-price-btn a, .skin-red #generic-price-table .generic-content:hover .generic-price-btn a { background-color: #d50000; color: #fff } .skin-red .bottom_btn { background-color: #333 } .skin-red .bottom_btn:hover { background-color: #666; color: #FFF } .skin-red .dataTables_paginate .pagination .active a { background-color: #d50000; border-color: #d50000 } .skin-red .dataTable a { color: #d50000 } .skin-red .pagination>li>a:active, .skin-red .pagination>li>a:focus { background-color: #d50000; border-color: #d50000; color: #fff } .skin-red .box-error, .skin-red .box-forgot, .skin-red .box-lockscreen, .skin-red .box-login, .skin-red .box-offline, .skin-red .box-register { border-top: 3px solid #d50000 } .skin-red .box-error a, .skin-red .box-forgot a, .skin-red .box-lockscreen a, .skin-red .box-login a, .skin-red .box-offline a, .skin-red .box-register a { color: #d50000 } .skin-red .btn-primary, .skin-red .btn-primary .ink, .skin-red .btn-primary.active, .skin-red .btn-primary:active, .skin-red .btn-primary:focus, .skin-red .btn-primary:hover, .skin-red .dropdown-toggle.btn-primary, .skin-red .dropdown-toggle.btn-primary .ink, .skin-red .dropdown-toggle.btn-primary.active, .skin-red .dropdown-toggle.btn-primary:active, .skin-red .dropdown-toggle.btn-primary:focus, .skin-red .dropdown-toggle.btn-primary:hover { background-color: #d50000 } .skin-red .btn-flat.btn-primary { color: #d50000 } .skin-red .btn-flat.btn-primary:hover { color: #d50000; background-color: #e5e5e5 } .skin-red .btn-flat.btn-primary.active, .skin-red .btn-flat.btn-primary:active { color: #d50000; background-color: #ccc } .skin-red .add-icon i { color: #fff } .skin-red .all-drivers .information .email a { color: #d50000 } .nav-stacked>li.active>a:hover, .skin-red .nav-stacked>li.active>a { border-left-color: #d50000 } .skin-red .price-car { background-color: #d50000!important } .skin-red .return-up { background: #d50000 } .skin-purple-gradient .spinner { background-color: #be3af0 } .skin-purple-gradient a { color: #893de3 } .skin-purple-gradient a:active, .skin-purple-gradient a:focus, .skin-purple-gradient a:hover { outline: 0; text-decoration: none; color: #be3af0 } .skin-purple-gradient .form-control:focus { border-color: #893de3 } .skin-purple-gradient .top-menu-header .navbar { background-image: -ms-linear-gradient(left, #893DE3 0, #BE3AF0 100%); background-image: -moz-linear-gradient(left, #893DE3 0, #BE3AF0 100%); background-image: -o-linear-gradient(left, #893DE3 0, #BE3AF0 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #893DE3), color-stop(100, #BE3AF0)); background-image: -webkit-linear-gradient(left, #893DE3 0, #BE3AF0 100%); background-image: linear-gradient(to right, #893DE3 0, #BE3AF0 100%) } .skin-purple-gradient .top-menu-header .navbar .nav>li>a { color: #fff } .skin-purple-gradient .top-menu-header .navbar .nav .open>a, .skin-purple-gradient .top-menu-header .navbar .nav .open>a:focus, .skin-purple-gradient .top-menu-header .navbar .nav .open>a:hover, .skin-purple-gradient .top-menu-header .navbar .nav>.active>a, .skin-purple-gradient .top-menu-header .navbar .nav>li>a:active, .skin-purple-gradient .top-menu-header .navbar .nav>li>a:focus, .skin-purple-gradient .top-menu-header .navbar .nav>li>a:hover { background: #be3af0; color: #f6f6f6 } .skin-purple-gradient .top-menu-header .navbar .sidebar-toggle:hover { color: #f6f6f6; background: rgba(0, 0, 0, .1); background-color: #be3af0 } .skin-purple-gradient .pagination>li>a:active, .skin-purple-gradient .pagination>li>a:focus, .skin-purple-gradient .top-menu-header li.user-header { background-image: -ms-linear-gradient(left, #893DE3 0, #BE3AF0 100%); background-image: -moz-linear-gradient(left, #893DE3 0, #BE3AF0 100%); background-image: -o-linear-gradient(left, #893DE3 0, #BE3AF0 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #893DE3), color-stop(100, #BE3AF0)); background-image: -webkit-linear-gradient(left, #893DE3 0, #BE3AF0 100%) } .skin-purple-gradient .top-menu-header .navbar .sidebar-toggle { color: #fff } @media (max-width:767px) { .skin-purple-gradient .top-menu-header .navbar .dropdown-menu li.divider { background-color: rgba(255, 255, 255, .1) } .skin-purple-gradient .top-menu-header .navbar .dropdown-menu li a { color: #333 } } .skin-purple-gradient .top-menu-header .logo { background-color: #893de3; color: #fff; border-bottom: 0 solid transparent } .skin-purple-gradient .top-menu-header .logo:hover { background-color: #be3af0 } .skin-purple-gradient #top-menu-navbar-search a { color: #be3af0 } .skin-purple-gradient .top-menu-header li.user-header { background-image: linear-gradient(to right, #893DE3 0, #BE3AF0 100%) } .skin-purple-gradient .left-side, .skin-purple-gradient .sidebar-left, .skin-purple-gradient .wrapper { background-color: #222d32 } .skin-purple-gradient .user-panel>.info, .skin-purple-gradient .user-panel>.info>a { color: #fff } .skin-purple-gradient .sidebar-menu>li.header { color: #CFD8DC; background: #1a2226 } .skin-purple-gradient .sidebar-menu>li>a { border-left: 3px solid transparent; border-left-color: transparent } .skin-purple-gradient .sidebar-menu>li.active>a, .skin-purple-gradient .sidebar-menu>li:hover>a { color: #fff; background: #1e282c; border-left-color: #893de3 } .skin-purple-gradient .sidebar-menu>li>.treeview-menu { margin: 0 1px; background: #1a2226 } .skin-purple-gradient .sidebar a { color: #fff } .skin-purple-gradient .sidebar a:hover { text-decoration: none } .skin-purple-gradient .treeview-menu>li>a { color: #CFD8DC } .skin-purple-gradient .treeview-menu>li.active>a, .skin-purple-gradient .treeview-menu>li>a:hover { color: #fff } .skin-purple-gradient .sidebar-form { border-radius: 3px; border: 1px solid #374850; margin: 10px } .skin-purple-gradient .sidebar-form .btn, .skin-purple-gradient .sidebar-form input[type=text] { box-shadow: none; background-color: #fff; border: 1px solid transparent; height: 35px } .skin-purple-gradient .sidebar-form input[type=text] { color: #666; border-radius: 2px 0 0 2px } .skin-purple-gradient .sidebar-form input[type=text]:focus, .skin-purple-gradient .sidebar-form input[type=text]:focus+.input-group-btn .btn { background-color: #fff; color: #666 } .skin-purple-gradient .sidebar-form input[type=text]:focus+.input-group-btn .btn { border-left-color: #fff } .skin-purple-gradient .sidebar-form .btn { color: #999; border-radius: 0 2px 2px 0 } .skin-purple-gradient.layout-top-nav .top-menu-header>.logo { background-color: #893de3; color: #fff; border-bottom: 0 solid transparent } .skin-purple-gradient.layout-top-nav .top-menu-header>.logo:hover { background-color: #be3af0 } .skin-purple-gradient .main-footer a { color: #893de3 } .skin-purple-gradient .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a, .skin-purple-gradient .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a, .skin-purple-gradient .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a { background-image: -ms-linear-gradient(left, #893DE3 0, #BE3AF0 100%)!important; background-image: -moz-linear-gradient(left, #893DE3 0, #BE3AF0 100%)!important; background-image: -o-linear-gradient(left, #893DE3 0, #BE3AF0 100%)!important; background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #893DE3), color-stop(100, #BE3AF0))!important; background-image: -webkit-linear-gradient(left, #893DE3 0, #BE3AF0 100%)!important; background-image: linear-gradient(to right, #893DE3 0, #BE3AF0 100%)!important; color: #fff!important; border: none; margin: -1px } .skin-purple-gradient .nav-tabs-custom>.nav-tabs>li.active { border-top-color: #893de3 } .skin-purple-gradient .pricing-container .pricing-item { color: #333; background: #fff; box-shadow: 0 0 10px rgba(46, 59, 125, .23) } .skin-purple-gradient .pricing-container .pricing-deco { background: #893de3 } .skin-purple-gradient .pricing-container .pricing-price, .skin-purple-gradient .pricing-container .pricing-title { color: #fff } .skin-purple-gradient .pricing-container .pricing-action { color: #fff; background: #893de3 } .pricing-container .pricing-action:focus, .skin-purple-gradient .pricing-container .pricing-action:hover { background-color: #262626 } .skin-purple-gradient #generic-price-table { background-color: #f1f1f1 } .skin-purple-gradient #generic-price-table .generic-content { background-color: #fff } .skin-purple-gradient #generic-price-table .generic-content .generic-head-price { background-color: #f6f6f6 } .skin-purple-gradient #generic-price-table .generic-content .generic-head-price .generic-head-content .head_bg { border-color: #e4e4e4 transparent transparent #e4e4e4 } .skin-purple-gradient #generic-price-table .generic-content .generic-head-price .generic-head-content .head span { color: #525252 } .skin-purple-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .month, .skin-purple-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .cent, .skin-purple-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .currency, .skin-purple-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .sign { color: #414141 } .skin-purple-gradient #generic-price-table .generic-content .generic-feature-list ul li { color: #a7a7a7 } .skin-purple-gradient #generic-price-table .generic-content .generic-feature-list ul li span { color: #414141 } .skin-purple-gradient #generic-price-table .generic-content .generic-feature-list ul li:hover { background-color: #893de3; border-left: 5px solid #be3af0 } .skin-purple-gradient #generic-price-table .generic-content .generic-price-btn a { border: 1px solid #893de3; color: #893de3 } .skin-purple-gradient #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head_bg, .skin-purple-gradient #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head_bg { border-color: #893de3 transparent transparent #893de3; color: #fff } .skin-purple-gradient #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head span, .skin-purple-gradient #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head span { color: #fff } .skin-purple-gradient #generic-price-table .generic-content.active .generic-price-btn a, .skin-purple-gradient #generic-price-table .generic-content:hover .generic-price-btn a { background-color: #893de3; color: #fff } .skin-purple-gradient .bottom_btn { background-color: #333 } .skin-purple-gradient .bottom_btn:hover { background-color: #666; color: #FFF } .skin-purple-gradient .dataTables_paginate .pagination .active a { background-color: #893de3; border-color: #893de3 } .skin-purple-gradient .dataTable a { color: #893de3 } .skin-purple-gradient .pagination>li>a:active, .skin-purple-gradient .pagination>li>a:focus { background-image: linear-gradient(to right, #893DE3 0, #BE3AF0 100%); border-color: #893de3; color: #fff } .skin-purple-gradient .box-error, .skin-purple-gradient .box-forgot, .skin-purple-gradient .box-lockscreen, .skin-purple-gradient .box-login, .skin-purple-gradient .box-offline, .skin-purple-gradient .box-register { border-top: 3px solid #893de3 } .skin-purple-gradient .box-error a, .skin-purple-gradient .box-forgot a, .skin-purple-gradient .box-lockscreen a, .skin-purple-gradient .box-login a, .skin-purple-gradient .box-offline a, .skin-purple-gradient .box-register a { color: #893de3 } .skin-purple-gradient .btn-primary, .skin-purple-gradient .btn-primary .ink, .skin-purple-gradient .btn-primary.active, .skin-purple-gradient .btn-primary:active, .skin-purple-gradient .btn-primary:focus, .skin-purple-gradient .btn-primary:hover, .skin-purple-gradient .dropdown-toggle.btn-primary, .skin-purple-gradient .dropdown-toggle.btn-primary .ink, .skin-purple-gradient .dropdown-toggle.btn-primary.active, .skin-purple-gradient .dropdown-toggle.btn-primary:active, .skin-purple-gradient .dropdown-toggle.btn-primary:focus, .skin-purple-gradient .dropdown-toggle.btn-primary:hover { background-image: -ms-linear-gradient(left, #893DE3 0, #BE3AF0 100%); background-image: -moz-linear-gradient(left, #893DE3 0, #BE3AF0 100%); background-image: -o-linear-gradient(left, #893DE3 0, #BE3AF0 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #893DE3), color-stop(100, #BE3AF0)); background-image: -webkit-linear-gradient(left, #893DE3 0, #BE3AF0 100%); background-image: linear-gradient(to right, #893DE3 0, #BE3AF0 100%) } .skin-purple-gradient .btn-flat.btn-primary { color: #893de3 } .skin-purple-gradient .btn-flat.btn-primary:hover { color: #893de3; background-color: #e5e5e5 } .skin-purple-gradient .btn-flat.btn-primary.active, .skin-purple-gradient .btn-flat.btn-primary:active { color: #893de3; background-color: #ccc } .skin-purple-gradient .add-icon i { color: #fff } .skin-purple-gradient .all-drivers .information .email a { color: #893de3 } .nav-stacked>li.active>a:hover, .skin-purple-gradient .nav-stacked>li.active>a { border-left-color: #893de3 } .skin-purple-gradient .price-car { background-color: #893de3!important } .skin-purple-gradient .return-up { background: #893de3 } .skin-pink-gradient .spinner { background-color: #e91e63 } .skin-pink-gradient a { color: #e91e63 } .skin-pink-gradient a:active, .skin-pink-gradient a:focus, .skin-pink-gradient a:hover { outline: 0; text-decoration: none; color: #d81b60 } .skin-pink-gradient .form-control:focus { border-color: #d81b60 } .skin-pink-gradient .top-menu-header .navbar { background-image: -ms-linear-gradient(left, #D81B60 0, #E91E63 100%); background-image: -moz-linear-gradient(left, #D81B60 0, #E91E63 100%); background-image: -o-linear-gradient(left, #D81B60 0, #E91E63 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D81B60), color-stop(100, #E91E63)); background-image: -webkit-linear-gradient(left, #D81B60 0, #E91E63 100%); background-image: linear-gradient(to right, #D81B60 0, #E91E63 100%) } .skin-pink-gradient .top-menu-header .navbar .nav>li>a { color: #fff } .skin-pink-gradient .top-menu-header .navbar .nav .open>a, .skin-pink-gradient .top-menu-header .navbar .nav .open>a:focus, .skin-pink-gradient .top-menu-header .navbar .nav .open>a:hover, .skin-pink-gradient .top-menu-header .navbar .nav>.active>a, .skin-pink-gradient .top-menu-header .navbar .nav>li>a:active, .skin-pink-gradient .top-menu-header .navbar .nav>li>a:focus, .skin-pink-gradient .top-menu-header .navbar .nav>li>a:hover { background: #e91e63; color: #f6f6f6 } .skin-pink-gradient .top-menu-header .navbar .sidebar-toggle:hover { color: #f6f6f6; background: rgba(0, 0, 0, .1); background-color: #e91e63 } .skin-pink-gradient .pagination>li>a:active, .skin-pink-gradient .pagination>li>a:focus, .skin-pink-gradient .top-menu-header li.user-header { background-image: -ms-linear-gradient(left, #D81B60 0, #E91E63 100%); background-image: -moz-linear-gradient(left, #D81B60 0, #E91E63 100%); background-image: -o-linear-gradient(left, #D81B60 0, #E91E63 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D81B60), color-stop(100, #E91E63)); background-image: -webkit-linear-gradient(left, #D81B60 0, #E91E63 100%) } .skin-pink-gradient .top-menu-header .navbar .sidebar-toggle { color: #fff } @media (max-width:767px) { .skin-pink-gradient .top-menu-header .navbar .dropdown-menu li.divider { background-color: rgba(255, 255, 255, .1) } .skin-pink-gradient .top-menu-header .navbar .dropdown-menu li a { color: #333 } } .skin-pink-gradient .top-menu-header .logo { background-color: #d81b60; color: #fff; border-bottom: 0 solid transparent } .skin-pink-gradient .top-menu-header .logo:hover { background-color: #e91e63 } .skin-pink-gradient #top-menu-navbar-search a { color: #e91e63 } .skin-pink-gradient .top-menu-header li.user-header { background-image: linear-gradient(to right, #D81B60 0, #E91E63 100%) } .skin-pink-gradient .left-side, .skin-pink-gradient .sidebar-left, .skin-pink-gradient .wrapper { background-color: #222d32 } .skin-pink-gradient .user-panel>.info, .skin-pink-gradient .user-panel>.info>a { color: #fff } .skin-pink-gradient .sidebar-menu>li.header { color: #CFD8DC; background: #1a2226 } .skin-pink-gradient .sidebar-menu>li>a { border-left: 3px solid transparent; border-left-color: transparent } .skin-pink-gradient .sidebar-menu>li.active>a, .skin-pink-gradient .sidebar-menu>li:hover>a { color: #fff; background: #1e282c; border-left-color: #d81b60 } .skin-pink-gradient .sidebar-menu>li>.treeview-menu { margin: 0 1px; background: #1a2226 } .skin-pink-gradient .sidebar a { color: #fff } .skin-pink-gradient .sidebar a:hover { text-decoration: none } .skin-pink-gradient .treeview-menu>li>a { color: #CFD8DC } .skin-pink-gradient .treeview-menu>li.active>a, .skin-pink-gradient .treeview-menu>li>a:hover { color: #fff } .skin-pink-gradient .sidebar-form { border-radius: 3px; border: 1px solid #374850; margin: 10px } .skin-pink-gradient .sidebar-form .btn, .skin-pink-gradient .sidebar-form input[type=text] { box-shadow: none; background-color: #fff; border: 1px solid transparent; height: 35px } .skin-pink-gradient .sidebar-form input[type=text] { color: #666; border-radius: 2px 0 0 2px } .skin-pink-gradient .sidebar-form input[type=text]:focus, .skin-pink-gradient .sidebar-form input[type=text]:focus+.input-group-btn .btn { background-color: #fff; color: #666 } .skin-pink-gradient .sidebar-form input[type=text]:focus+.input-group-btn .btn { border-left-color: #fff } .skin-pink-gradient .sidebar-form .btn { color: #999; border-radius: 0 2px 2px 0 } .skin-pink-gradient.layout-top-nav .top-menu-header>.logo { background-color: #d81b60; color: #fff; border-bottom: 0 solid transparent } .skin-pink-gradient.layout-top-nav .top-menu-header>.logo:hover { background-color: #e91e63 } .skin-pink-gradient .main-footer a { color: #d81b60 } .skin-pink-gradient .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a, .skin-pink-gradient .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a, .skin-pink-gradient .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a { background-image: -ms-linear-gradient(left, #D81B60 0, #E91E63 100%)!important; background-image: -moz-linear-gradient(left, #D81B60 0, #E91E63 100%)!important; background-image: -o-linear-gradient(left, #D81B60 0, #E91E63 100%)!important; background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D81B60), color-stop(100, #E91E63))!important; background-image: -webkit-linear-gradient(left, #D81B60 0, #E91E63 100%)!important; background-image: linear-gradient(to right, #D81B60 0, #E91E63 100%)!important; color: #fff!important; border: none; margin: -1px } .skin-pink-gradient .nav-tabs-custom>.nav-tabs>li.active { border-top-color: #d81b60 } .skin-pink-gradient .pricing-container .pricing-item { color: #333; background: #fff; box-shadow: 0 0 10px rgba(46, 59, 125, .23) } .skin-pink-gradient .pricing-container .pricing-deco { background: #d81b60 } .skin-pink-gradient .pricing-container .pricing-price, .skin-pink-gradient .pricing-container .pricing-title { color: #fff } .skin-pink-gradient .pricing-container .pricing-action { color: #fff; background: #d81b60 } .pricing-container .pricing-action:focus, .skin-pink-gradient .pricing-container .pricing-action:hover { background-color: #262626 } .skin-pink-gradient #generic-price-table { background-color: #f1f1f1 } .skin-pink-gradient #generic-price-table .generic-content { background-color: #fff } .skin-pink-gradient #generic-price-table .generic-content .generic-head-price { background-color: #f6f6f6 } .skin-pink-gradient #generic-price-table .generic-content .generic-head-price .generic-head-content .head_bg { border-color: #e4e4e4 transparent transparent #e4e4e4 } .skin-pink-gradient #generic-price-table .generic-content .generic-head-price .generic-head-content .head span { color: #525252 } .skin-pink-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .month, .skin-pink-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .cent, .skin-pink-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .currency, .skin-pink-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .sign { color: #414141 } .skin-pink-gradient #generic-price-table .generic-content .generic-feature-list ul li { color: #a7a7a7 } .skin-pink-gradient #generic-price-table .generic-content .generic-feature-list ul li span { color: #414141 } .skin-pink-gradient #generic-price-table .generic-content .generic-feature-list ul li:hover { background-color: #d81b60; border-left: 5px solid #e91e63 } .skin-pink-gradient #generic-price-table .generic-content .generic-price-btn a { border: 1px solid #d81b60; color: #d81b60 } .skin-pink-gradient #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head_bg, .skin-pink-gradient #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head_bg { border-color: #d81b60 transparent transparent #d81b60; color: #fff } .skin-pink-gradient #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head span, .skin-pink-gradient #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head span { color: #fff } .skin-pink-gradient #generic-price-table .generic-content.active .generic-price-btn a, .skin-pink-gradient #generic-price-table .generic-content:hover .generic-price-btn a { background-color: #d81b60; color: #fff } .skin-pink-gradient .bottom_btn { background-color: #333 } .skin-pink-gradient .bottom_btn:hover { background-color: #666; color: #FFF } .skin-pink-gradient .dataTables_paginate .pagination .active a { background-color: #d81b60; border-color: #d81b60 } .skin-pink-gradient .dataTable a { color: #d81b60 } .skin-pink-gradient .pagination>li>a:active, .skin-pink-gradient .pagination>li>a:focus { background-image: linear-gradient(to right, #D81B60 0, #E91E63 100%); border-color: #d81b60; color: #fff } .skin-pink-gradient .box-error, .skin-pink-gradient .box-forgot, .skin-pink-gradient .box-lockscreen, .skin-pink-gradient .box-login, .skin-pink-gradient .box-offline, .skin-pink-gradient .box-register { border-top: 3px solid #d81b60 } .skin-pink-gradient .box-error a, .skin-pink-gradient .box-forgot a, .skin-pink-gradient .box-lockscreen a, .skin-pink-gradient .box-login a, .skin-pink-gradient .box-offline a, .skin-pink-gradient .box-register a { color: #d81b60 } .skin-pink-gradient .btn-primary, .skin-pink-gradient .btn-primary .ink, .skin-pink-gradient .btn-primary.active, .skin-pink-gradient .btn-primary:active, .skin-pink-gradient .btn-primary:focus, .skin-pink-gradient .btn-primary:hover, .skin-pink-gradient .dropdown-toggle.btn-primary, .skin-pink-gradient .dropdown-toggle.btn-primary .ink, .skin-pink-gradient .dropdown-toggle.btn-primary.active, .skin-pink-gradient .dropdown-toggle.btn-primary:active, .skin-pink-gradient .dropdown-toggle.btn-primary:focus, .skin-pink-gradient .dropdown-toggle.btn-primary:hover { background-image: -ms-linear-gradient(left, #D81B60 0, #E91E63 100%); background-image: -moz-linear-gradient(left, #D81B60 0, #E91E63 100%); background-image: -o-linear-gradient(left, #D81B60 0, #E91E63 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D81B60), color-stop(100, #E91E63)); background-image: -webkit-linear-gradient(left, #D81B60 0, #E91E63 100%); background-image: linear-gradient(to right, #D81B60 0, #E91E63 100%) } .skin-pink-gradient .btn-flat.btn-primary { color: #d81b60 } .skin-pink-gradient .btn-flat.btn-primary:hover { color: #d81b60; background-color: #e5e5e5 } .skin-pink-gradient .btn-flat.btn-primary.active, .skin-pink-gradient .btn-flat.btn-primary:active { color: #d81b60; background-color: #ccc } .skin-pink-gradient .add-icon i { color: #fff } .skin-pink-gradient .all-drivers .information .email a { color: #d81b60 } .nav-stacked>li.active>a:hover, .skin-pink-gradient .nav-stacked>li.active>a { border-left-color: #d81b60 } .skin-pink-gradient .price-car { background-color: #d81b60!important } .skin-pink-gradient .return-up { background: #d81b60 } .skin-indigo-gradient .spinner { background-color: #3f51b5 } .skin-indigo-gradient a { color: #3949ab } .skin-indigo-gradient a:active, .skin-indigo-gradient a:focus, .skin-indigo-gradient a:hover { outline: 0; text-decoration: none; color: #3f51b5 } .skin-indigo-gradient .form-control:focus { border-color: #3949ab } .skin-indigo-gradient .top-menu-header .navbar { background-image: -ms-linear-gradient(left, #3949ab 0, #3f51b5 100%); background-image: -moz-linear-gradient(left, #3949ab 0, #3f51b5 100%); background-image: -o-linear-gradient(left, #3949ab 0, #3f51b5 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #3949ab), color-stop(100, #3f51b5)); background-image: -webkit-linear-gradient(left, #3949ab 0, #3f51b5 100%); background-image: linear-gradient(to right, #3949ab 0, #3f51b5 100%) } .skin-indigo-gradient .top-menu-header .navbar .nav>li>a { color: #fff } .skin-indigo-gradient .top-menu-header .navbar .nav .open>a, .skin-indigo-gradient .top-menu-header .navbar .nav .open>a:focus, .skin-indigo-gradient .top-menu-header .navbar .nav .open>a:hover, .skin-indigo-gradient .top-menu-header .navbar .nav>.active>a, .skin-indigo-gradient .top-menu-header .navbar .nav>li>a:active, .skin-indigo-gradient .top-menu-header .navbar .nav>li>a:focus, .skin-indigo-gradient .top-menu-header .navbar .nav>li>a:hover { background: #3f51b5; color: #f6f6f6 } .skin-indigo-gradient .top-menu-header .navbar .sidebar-toggle:hover { color: #f6f6f6; background: rgba(0, 0, 0, .1); background-color: #3f51b5 } .skin-indigo-gradient .pagination>li>a:active, .skin-indigo-gradient .pagination>li>a:focus, .skin-indigo-gradient .top-menu-header li.user-header { background-image: -ms-linear-gradient(left, #3949ab 0, #3f51b5 100%); background-image: -moz-linear-gradient(left, #3949ab 0, #3f51b5 100%); background-image: -o-linear-gradient(left, #3949ab 0, #3f51b5 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #3949ab), color-stop(100, #3f51b5)); background-image: -webkit-linear-gradient(left, #3949ab 0, #3f51b5 100%) } .skin-indigo-gradient .top-menu-header .navbar .sidebar-toggle { color: #fff } @media (max-width:767px) { .skin-indigo-gradient .top-menu-header .navbar .dropdown-menu li.divider { background-color: rgba(255, 255, 255, .1) } .skin-indigo-gradient .top-menu-header .navbar .dropdown-menu li a { color: #333 } } .skin-indigo-gradient .top-menu-header .logo { background-color: #3949ab; color: #fff; border-bottom: 0 solid transparent } .skin-indigo-gradient .top-menu-header .logo:hover { background-color: #3f51b5 } .skin-indigo-gradient #top-menu-navbar-search a { color: #3f51b5 } .skin-indigo-gradient .top-menu-header li.user-header { background-image: linear-gradient(to right, #3949ab 0, #3f51b5 100%) } .skin-indigo-gradient .left-side, .skin-indigo-gradient .sidebar-left, .skin-indigo-gradient .wrapper { background-color: #222d32 } .skin-indigo-gradient .user-panel>.info, .skin-indigo-gradient .user-panel>.info>a { color: #fff } .skin-indigo-gradient .sidebar-menu>li.header { color: #CFD8DC; background: #1a2226 } .skin-indigo-gradient .sidebar-menu>li>a { border-left: 3px solid transparent; border-left-color: transparent } .skin-indigo-gradient .sidebar-menu>li.active>a, .skin-indigo-gradient .sidebar-menu>li:hover>a { color: #fff; background: #1e282c; border-left-color: #3949ab } .skin-indigo-gradient .sidebar-menu>li>.treeview-menu { margin: 0 1px; background: #1a2226 } .skin-indigo-gradient .sidebar a { color: #fff } .skin-indigo-gradient .sidebar a:hover { text-decoration: none } .skin-indigo-gradient .treeview-menu>li>a { color: #CFD8DC } .skin-indigo-gradient .treeview-menu>li.active>a, .skin-indigo-gradient .treeview-menu>li>a:hover { color: #fff } .skin-indigo-gradient .sidebar-form { border-radius: 3px; border: 1px solid #374850; margin: 10px } .skin-indigo-gradient .sidebar-form .btn, .skin-indigo-gradient .sidebar-form input[type=text] { box-shadow: none; background-color: #fff; border: 1px solid transparent; height: 35px } .skin-indigo-gradient .sidebar-form input[type=text] { color: #666; border-radius: 2px 0 0 2px } .skin-indigo-gradient .sidebar-form input[type=text]:focus, .skin-indigo-gradient .sidebar-form input[type=text]:focus+.input-group-btn .btn { background-color: #fff; color: #666 } .skin-indigo-gradient .sidebar-form input[type=text]:focus+.input-group-btn .btn { border-left-color: #fff } .skin-indigo-gradient .sidebar-form .btn { color: #999; border-radius: 0 2px 2px 0 } .skin-indigo-gradient.layout-top-nav .top-menu-header>.logo { background-color: #3949ab; color: #fff; border-bottom: 0 solid transparent } .skin-indigo-gradient.layout-top-nav .top-menu-header>.logo:hover { background-color: #3f51b5 } .skin-indigo-gradient .main-footer a { color: #3949ab } .skin-indigo-gradient .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a, .skin-indigo-gradient .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a, .skin-indigo-gradient .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a { background-image: -ms-linear-gradient(left, #3949ab 0, #3f51b5 100%)!important; background-image: -moz-linear-gradient(left, #3949ab 0, #3f51b5 100%)!important; background-image: -o-linear-gradient(left, #3949ab 0, #3f51b5 100%)!important; background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #3949ab), color-stop(100, #3f51b5))!important; background-image: -webkit-linear-gradient(left, #3949ab 0, #3f51b5 100%)!important; background-image: linear-gradient(to right, #3949ab 0, #3f51b5 100%)!important; color: #fff!important; border: none; margin: -1px } .skin-indigo-gradient .nav-tabs-custom>.nav-tabs>li.active { border-top-color: #3949ab } .skin-indigo-gradient .pricing-container .pricing-item { color: #333; background: #fff; box-shadow: 0 0 10px rgba(46, 59, 125, .23) } .skin-indigo-gradient .pricing-container .pricing-deco { background: #3949ab } .skin-indigo-gradient .pricing-container .pricing-price, .skin-indigo-gradient .pricing-container .pricing-title { color: #fff } .skin-indigo-gradient .pricing-container .pricing-action { color: #fff; background: #3949ab } .pricing-container .pricing-action:focus, .skin-indigo-gradient .pricing-container .pricing-action:hover { background-color: #262626 } .skin-indigo-gradient #generic-price-table { background-color: #f1f1f1 } .skin-indigo-gradient #generic-price-table .generic-content { background-color: #fff } .skin-indigo-gradient #generic-price-table .generic-content .generic-head-price { background-color: #f6f6f6 } .skin-indigo-gradient #generic-price-table .generic-content .generic-head-price .generic-head-content .head_bg { border-color: #e4e4e4 transparent transparent #e4e4e4 } .skin-indigo-gradient #generic-price-table .generic-content .generic-head-price .generic-head-content .head span { color: #525252 } .skin-indigo-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .month, .skin-indigo-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .cent, .skin-indigo-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .currency, .skin-indigo-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .sign { color: #414141 } .skin-indigo-gradient #generic-price-table .generic-content .generic-feature-list ul li { color: #a7a7a7 } .skin-indigo-gradient #generic-price-table .generic-content .generic-feature-list ul li span { color: #414141 } .skin-indigo-gradient #generic-price-table .generic-content .generic-feature-list ul li:hover { background-color: #3949ab; border-left: 5px solid #3f51b5 } .skin-indigo-gradient #generic-price-table .generic-content .generic-price-btn a { border: 1px solid #3949ab; color: #3949ab } .skin-indigo-gradient #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head_bg, .skin-indigo-gradient #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head_bg { border-color: #3949ab transparent transparent #3949ab; color: #fff } .skin-indigo-gradient #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head span, .skin-indigo-gradient #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head span { color: #fff } .skin-indigo-gradient #generic-price-table .generic-content.active .generic-price-btn a, .skin-indigo-gradient #generic-price-table .generic-content:hover .generic-price-btn a { background-color: #3949ab; color: #fff } .skin-indigo-gradient .bottom_btn { background-color: #333 } .skin-indigo-gradient .bottom_btn:hover { background-color: #666; color: #FFF } .skin-indigo-gradient .dataTables_paginate .pagination .active a { background-color: #3949ab; border-color: #3949ab } .skin-indigo-gradient .dataTable a { color: #3949ab } .skin-indigo-gradient .pagination>li>a:active, .skin-indigo-gradient .pagination>li>a:focus { background-image: linear-gradient(to right, #3949ab 0, #3f51b5 100%); border-color: #3949ab; color: #fff } .skin-indigo-gradient .box-error, .skin-indigo-gradient .box-forgot, .skin-indigo-gradient .box-lockscreen, .skin-indigo-gradient .box-login, .skin-indigo-gradient .box-offline, .skin-indigo-gradient .box-register { border-top: 3px solid #3949ab } .skin-indigo-gradient .box-error a, .skin-indigo-gradient .box-forgot a, .skin-indigo-gradient .box-lockscreen a, .skin-indigo-gradient .box-login a, .skin-indigo-gradient .box-offline a, .skin-indigo-gradient .box-register a { color: #3949ab } .skin-indigo-gradient .btn-primary, .skin-indigo-gradient .btn-primary .ink, .skin-indigo-gradient .btn-primary.active, .skin-indigo-gradient .btn-primary:active, .skin-indigo-gradient .btn-primary:focus, .skin-indigo-gradient .btn-primary:hover, .skin-indigo-gradient .dropdown-toggle.btn-primary, .skin-indigo-gradient .dropdown-toggle.btn-primary .ink, .skin-indigo-gradient .dropdown-toggle.btn-primary.active, .skin-indigo-gradient .dropdown-toggle.btn-primary:active, .skin-indigo-gradient .dropdown-toggle.btn-primary:focus, .skin-indigo-gradient .dropdown-toggle.btn-primary:hover { background-image: -ms-linear-gradient(left, #3949ab 0, #3f51b5 100%); background-image: -moz-linear-gradient(left, #3949ab 0, #3f51b5 100%); background-image: -o-linear-gradient(left, #3949ab 0, #3f51b5 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #3949ab), color-stop(100, #3f51b5)); background-image: -webkit-linear-gradient(left, #3949ab 0, #3f51b5 100%); background-image: linear-gradient(to right, #3949ab 0, #3f51b5 100%) } .skin-indigo-gradient .btn-flat.btn-primary { color: #3949ab } .skin-indigo-gradient .btn-flat.btn-primary:hover { color: #3949ab; background-color: #e5e5e5 } .skin-indigo-gradient .btn-flat.btn-primary.active, .skin-indigo-gradient .btn-flat.btn-primary:active { color: #3949ab; background-color: #ccc } .skin-indigo-gradient .add-icon i { color: #fff } .skin-indigo-gradient .all-drivers .information .email a { color: #3949ab } .nav-stacked>li.active>a:hover, .skin-indigo-gradient .nav-stacked>li.active>a { border-left-color: #3949ab } .skin-indigo-gradient .price-car { background-color: #3949ab!important } .skin-indigo-gradient .return-up { background: #3949ab } .skin-grey .spinner { background-color: #424242 } .skin-grey a { color: #212121 } .skin-grey a:active, .skin-grey a:focus, .skin-grey a:hover { outline: 0; text-decoration: none; color: #424242 } .skin-grey .form-control:focus { border-color: #212121 } .skin-grey .top-menu-header .navbar { background-color: #212121 } .skin-grey .top-menu-header .navbar .nav>li>a { color: #fff } .skin-grey .top-menu-header .navbar .nav .open>a, .skin-grey .top-menu-header .navbar .nav .open>a:focus, .skin-grey .top-menu-header .navbar .nav .open>a:hover, .skin-grey .top-menu-header .navbar .nav>.active>a, .skin-grey .top-menu-header .navbar .nav>li>a:active, .skin-grey .top-menu-header .navbar .nav>li>a:focus, .skin-grey .top-menu-header .navbar .nav>li>a:hover { background: #424242; color: #f6f6f6 } .skin-grey .top-menu-header .navbar .sidebar-toggle:hover { color: #f6f6f6; background: rgba(0, 0, 0, .1); background-color: #424242 } .skin-grey .top-menu-header .navbar .sidebar-toggle { color: #fff } @media (max-width:767px) { .skin-grey .top-menu-header .navbar .dropdown-menu li.divider { background-color: rgba(255, 255, 255, .1) } .skin-grey .top-menu-header .navbar .dropdown-menu li a { color: #333 } } .skin-grey .top-menu-header .logo { background-color: #212121; color: #fff; border-bottom: 0 solid transparent } .skin-grey .top-menu-header .logo:hover { background-color: #424242 } .skin-grey #top-menu-navbar-search a { color: #212121 } .skin-grey .top-menu-header li.user-header { background-color: #212121 } .skin-grey .left-side, .skin-grey .sidebar-left, .skin-grey .wrapper { background-color: #222d32 } .skin-grey .user-panel>.info, .skin-grey .user-panel>.info>a { color: #fff } .skin-grey .sidebar-menu>li.header { color: #CFD8DC; background: #1a2226 } .skin-grey .sidebar-menu>li>a { border-left: 3px solid transparent; border-left-color: transparent } .skin-grey .sidebar-menu>li.active>a, .skin-grey .sidebar-menu>li:hover>a { color: #fff; background: #1e282c; border-left-color: #212121 } .skin-grey .sidebar-menu>li>.treeview-menu { margin: 0 1px; background: #1a2226 } .skin-grey .sidebar a { color: #fff } .skin-grey .sidebar a:hover { text-decoration: none } .skin-grey .treeview-menu>li>a { color: #CFD8DC } .skin-grey .treeview-menu>li.active>a, .skin-grey .treeview-menu>li>a:hover { color: #fff } .skin-grey .sidebar-form { border-radius: 3px; border: 1px solid #374850; margin: 10px } .skin-grey .sidebar-form .btn, .skin-grey .sidebar-form input[type=text] { box-shadow: none; background-color: #fff; border: 1px solid transparent; height: 35px } .skin-grey .sidebar-form input[type=text] { color: #666; border-radius: 2px 0 0 2px } .skin-grey .sidebar-form input[type=text]:focus, .skin-grey .sidebar-form input[type=text]:focus+.input-group-btn .btn { background-color: #fff; color: #666 } .skin-grey .sidebar-form input[type=text]:focus+.input-group-btn .btn { border-left-color: #fff } .skin-grey .sidebar-form .btn { color: #999; border-radius: 0 2px 2px 0 } .skin-grey .main-footer a { color: #212121 } .skin-grey .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a, .skin-grey .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a, .skin-grey .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a { background-color: #212121!important; color: #fff!important; border: none; margin: -1px } .skin-grey .nav-tabs-custom>.nav-tabs>li.active { border-top-color: #212121 } .skin-grey .pricing-container .pricing-item { color: #333; background: #fff; box-shadow: 0 0 10px rgba(46, 59, 125, .23) } .skin-grey .pricing-container .pricing-deco { background: #212121 } .skin-grey .pricing-container .pricing-price, .skin-grey .pricing-container .pricing-title { color: #fff } .skin-grey .pricing-container .pricing-action { color: #fff; background: #212121 } .pricing-container .pricing-action:focus, .skin-grey .pricing-container .pricing-action:hover { background-color: #262626 } .skin-grey #generic-price-table { background-color: #f1f1f1 } .skin-grey #generic-price-table .generic-content { background-color: #fff } .skin-grey #generic-price-table .generic-content .generic-head-price { background-color: #f6f6f6 } .skin-grey #generic-price-table .generic-content .generic-head-price .generic-head-content .head_bg { border-color: #e4e4e4 transparent transparent #e4e4e4 } .skin-grey #generic-price-table .generic-content .generic-head-price .generic-head-content .head span { color: #525252 } .skin-grey #generic-price-table .generic-content .generic-head-price .generic-price-tag .month, .skin-grey #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .cent, .skin-grey #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .currency, .skin-grey #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .sign { color: #414141 } .skin-grey #generic-price-table .generic-content .generic-feature-list ul li { color: #a7a7a7 } .skin-grey #generic-price-table .generic-content .generic-feature-list ul li span { color: #414141 } .skin-grey #generic-price-table .generic-content .generic-feature-list ul li:hover { background-color: #212121; border-left: 5px solid #424242 } .skin-grey #generic-price-table .generic-content .generic-price-btn a { border: 1px solid #212121; color: #212121 } .skin-grey #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head_bg, .skin-grey #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head_bg { border-color: #212121 transparent transparent #212121; color: #fff } .skin-grey #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head span, .skin-grey #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head span { color: #fff } .skin-grey #generic-price-table .generic-content.active .generic-price-btn a, .skin-grey #generic-price-table .generic-content:hover .generic-price-btn a { background-color: #212121; color: #fff } .skin-grey .bottom_btn { background-color: #333 } .skin-grey .bottom_btn:hover { background-color: #666; color: #FFF } .skin-grey .dataTables_paginate .pagination .active a { background-color: #212121; border-color: #212121 } .skin-grey .dataTable a { color: #212121 } .skin-grey .pagination>li>a:active, .skin-grey .pagination>li>a:focus { background-color: #212121; border-color: #212121; color: #fff } .skin-grey .box-error, .skin-grey .box-forgot, .skin-grey .box-lockscreen, .skin-grey .box-login, .skin-grey .box-offline, .skin-grey .box-register { border-top: 3px solid #212121 } .skin-grey .box-error a, .skin-grey .box-forgot a, .skin-grey .box-lockscreen a, .skin-grey .box-login a, .skin-grey .box-offline a, .skin-grey .box-register a { color: #212121 } .skin-grey .btn-primary, .skin-grey .btn-primary .ink, .skin-grey .btn-primary.active, .skin-grey .btn-primary:active, .skin-grey .btn-primary:focus, .skin-grey .btn-primary:hover, .skin-grey .dropdown-toggle.btn-primary, .skin-grey .dropdown-toggle.btn-primary .ink, .skin-grey .dropdown-toggle.btn-primary.active, .skin-grey .dropdown-toggle.btn-primary:active, .skin-grey .dropdown-toggle.btn-primary:focus, .skin-grey .dropdown-toggle.btn-primary:hover { background-color: #212121 } .skin-grey .btn-flat.btn-primary { color: #212121 } .skin-grey .btn-flat.btn-primary:hover { color: #212121; background-color: #e5e5e5 } .skin-grey .btn-flat.btn-primary.active, .skin-grey .btn-flat.btn-primary:active { color: #212121; background-color: #ccc } .skin-grey .add-icon i { color: #fff } .skin-grey .all-drivers .information .email a { color: #212121 } .nav-stacked>li.active>a:hover, .skin-grey .nav-stacked>li.active>a { border-left-color: #212121 } .skin-grey .price-car { background-color: #212121!important } .skin-grey .return-up { background: #212121 } .skin-green-gradient .spinner { background-color: #66bb6a } .skin-green-gradient a { color: #43a047 } .skin-green-gradient a:active, .skin-green-gradient a:focus, .skin-green-gradient a:hover { outline: 0; text-decoration: none; color: #66bb6a } .skin-green-gradient .form-control:focus { border-color: #43a047 } .skin-green-gradient .top-menu-header .navbar { background-image: -ms-linear-gradient(left, #43a047 0, #66bb6a 100%); background-image: -moz-linear-gradient(left, #43a047 0, #66bb6a 100%); background-image: -o-linear-gradient(left, #43a047 0, #66bb6a 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #43a047), color-stop(100, #66bb6a)); background-image: -webkit-linear-gradient(left, #43a047 0, #66bb6a 100%); background-image: linear-gradient(to right, #43a047 0, #66bb6a 100%) } .skin-green-gradient .top-menu-header .navbar .nav>li>a { color: #fff } .skin-green-gradient .top-menu-header .navbar .nav .open>a, .skin-green-gradient .top-menu-header .navbar .nav .open>a:focus, .skin-green-gradient .top-menu-header .navbar .nav .open>a:hover, .skin-green-gradient .top-menu-header .navbar .nav>.active>a, .skin-green-gradient .top-menu-header .navbar .nav>li>a:active, .skin-green-gradient .top-menu-header .navbar .nav>li>a:focus, .skin-green-gradient .top-menu-header .navbar .nav>li>a:hover { background: #66bb6a; color: #f6f6f6 } .skin-green-gradient .top-menu-header .navbar .sidebar-toggle:hover { color: #f6f6f6; background: rgba(0, 0, 0, .1); background-color: #66bb6a } .skin-green-gradient .pagination>li>a:active, .skin-green-gradient .pagination>li>a:focus, .skin-green-gradient .top-menu-header li.user-header { background-image: -ms-linear-gradient(left, #43a047 0, #66bb6a 100%); background-image: -moz-linear-gradient(left, #43a047 0, #66bb6a 100%); background-image: -o-linear-gradient(left, #43a047 0, #66bb6a 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #43a047), color-stop(100, #66bb6a)); background-image: -webkit-linear-gradient(left, #43a047 0, #66bb6a 100%) } .skin-green-gradient .top-menu-header .navbar .sidebar-toggle { color: #fff } @media (max-width:767px) { .skin-green-gradient .top-menu-header .navbar .dropdown-menu li.divider { background-color: rgba(255, 255, 255, .1) } .skin-green-gradient .top-menu-header .navbar .dropdown-menu li a { color: #333 } } .skin-green-gradient .top-menu-header .logo { background-color: #43a047; color: #fff; border-bottom: 0 solid transparent } .skin-green-gradient .top-menu-header .logo:hover { background-color: #66bb6a } .skin-green-gradient #top-menu-navbar-search a { color: #66bb6a } .skin-green-gradient .top-menu-header li.user-header { background-image: linear-gradient(to right, #43a047 0, #66bb6a 100%) } .skin-green-gradient .left-side, .skin-green-gradient .sidebar-left, .skin-green-gradient .wrapper { background-color: #222d32 } .skin-green-gradient .user-panel>.info, .skin-green-gradient .user-panel>.info>a { color: #fff } .skin-green-gradient .sidebar-menu>li.header { color: #CFD8DC; background: #1a2226 } .skin-green-gradient .sidebar-menu>li>a { border-left: 3px solid transparent; border-left-color: transparent } .skin-green-gradient .sidebar-menu>li.active>a, .skin-green-gradient .sidebar-menu>li:hover>a { color: #fff; background: #1e282c; border-left-color: #43a047 } .skin-green-gradient .sidebar-menu>li>.treeview-menu { margin: 0 1px; background: #1a2226 } .skin-green-gradient .sidebar a { color: #fff } .skin-green-gradient .sidebar a:hover { text-decoration: none } .skin-green-gradient .treeview-menu>li>a { color: #CFD8DC } .skin-green-gradient .treeview-menu>li.active>a, .skin-green-gradient .treeview-menu>li>a:hover { color: #fff } .skin-green-gradient .sidebar-form { border-radius: 3px; border: 1px solid #374850; margin: 10px } .skin-green-gradient .sidebar-form .btn, .skin-green-gradient .sidebar-form input[type=text] { box-shadow: none; background-color: #fff; border: 1px solid transparent; height: 35px } .skin-green-gradient .sidebar-form input[type=text] { color: #666; border-radius: 2px 0 0 2px } .skin-green-gradient .sidebar-form input[type=text]:focus, .skin-green-gradient .sidebar-form input[type=text]:focus+.input-group-btn .btn { background-color: #fff; color: #666 } .skin-green-gradient .sidebar-form input[type=text]:focus+.input-group-btn .btn { border-left-color: #fff } .skin-green-gradient .sidebar-form .btn { color: #999; border-radius: 0 2px 2px 0 } .skin-green-gradient.layout-top-nav .top-menu-header>.logo { background-color: #43a047; color: #fff; border-bottom: 0 solid transparent } .skin-green-gradient.layout-top-nav .top-menu-header>.logo:hover { background-color: #66bb6a } .skin-green-gradient .main-footer a { color: #43a047 } .skin-green-gradient .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a, .skin-green-gradient .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a, .skin-green-gradient .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a { background-image: -ms-linear-gradient(left, #43a047 0, #66bb6a 100%)!important; background-image: -moz-linear-gradient(left, #43a047 0, #66bb6a 100%)!important; background-image: -o-linear-gradient(left, #43a047 0, #66bb6a 100%)!important; background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #43a047), color-stop(100, #66bb6a))!important; background-image: -webkit-linear-gradient(left, #43a047 0, #66bb6a 100%)!important; background-image: linear-gradient(to right, #43a047 0, #66bb6a 100%)!important; color: #fff!important; border: none; margin: -1px } .skin-green-gradient .nav-tabs-custom>.nav-tabs>li.active { border-top-color: #43a047 } .skin-green-gradient .pricing-container .pricing-item { color: #333; background: #fff; box-shadow: 0 0 10px rgba(46, 59, 125, .23) } .skin-green-gradient .pricing-container .pricing-deco { background: #43a047 } .skin-green-gradient .pricing-container .pricing-price, .skin-green-gradient .pricing-container .pricing-title { color: #fff } .skin-green-gradient .pricing-container .pricing-action { color: #fff; background: #43a047 } .pricing-container .pricing-action:focus, .skin-green-gradient .pricing-container .pricing-action:hover { background-color: #262626 } .skin-green-gradient #generic-price-table { background-color: #f1f1f1 } .skin-green-gradient #generic-price-table .generic-content { background-color: #fff } .skin-green-gradient #generic-price-table .generic-content .generic-head-price { background-color: #f6f6f6 } .skin-green-gradient #generic-price-table .generic-content .generic-head-price .generic-head-content .head_bg { border-color: #e4e4e4 transparent transparent #e4e4e4 } .skin-green-gradient #generic-price-table .generic-content .generic-head-price .generic-head-content .head span { color: #525252 } .skin-green-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .month, .skin-green-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .cent, .skin-green-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .currency, .skin-green-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .sign { color: #414141 } .skin-green-gradient #generic-price-table .generic-content .generic-feature-list ul li { color: #a7a7a7 } .skin-green-gradient #generic-price-table .generic-content .generic-feature-list ul li span { color: #414141 } .skin-green-gradient #generic-price-table .generic-content .generic-feature-list ul li:hover { background-color: #43a047; border-left: 5px solid #66bb6a } .skin-green-gradient #generic-price-table .generic-content .generic-price-btn a { border: 1px solid #43a047; color: #43a047 } .skin-green-gradient #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head_bg, .skin-green-gradient #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head_bg { border-color: #43a047 transparent transparent #43a047; color: #fff } .skin-green-gradient #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head span, .skin-green-gradient #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head span { color: #fff } .skin-green-gradient #generic-price-table .generic-content.active .generic-price-btn a, .skin-green-gradient #generic-price-table .generic-content:hover .generic-price-btn a { background-color: #43a047; color: #fff } .skin-green-gradient .bottom_btn { background-color: #333 } .skin-green-gradient .bottom_btn:hover { background-color: #666; color: #FFF } .skin-green-gradient .dataTables_paginate .pagination .active a { background-color: #43a047; border-color: #43a047 } .skin-green-gradient .dataTable a { color: #43a047 } .skin-green-gradient .pagination>li>a:active, .skin-green-gradient .pagination>li>a:focus { background-image: linear-gradient(to right, #43a047 0, #66bb6a 100%); border-color: #43a047; color: #fff } .skin-green-gradient .box-error, .skin-green-gradient .box-forgot, .skin-green-gradient .box-lockscreen, .skin-green-gradient .box-login, .skin-green-gradient .box-offline, .skin-green-gradient .box-register { border-top: 3px solid #43a047 } .skin-green-gradient .box-error a, .skin-green-gradient .box-forgot a, .skin-green-gradient .box-lockscreen a, .skin-green-gradient .box-login a, .skin-green-gradient .box-offline a, .skin-green-gradient .box-register a { color: #43a047 } .skin-green-gradient .btn-primary, .skin-green-gradient .btn-primary .ink, .skin-green-gradient .btn-primary.active, .skin-green-gradient .btn-primary:active, .skin-green-gradient .btn-primary:focus, .skin-green-gradient .btn-primary:hover, .skin-green-gradient .dropdown-toggle.btn-primary, .skin-green-gradient .dropdown-toggle.btn-primary .ink, .skin-green-gradient .dropdown-toggle.btn-primary.active, .skin-green-gradient .dropdown-toggle.btn-primary:active, .skin-green-gradient .dropdown-toggle.btn-primary:focus, .skin-green-gradient .dropdown-toggle.btn-primary:hover { background-image: -ms-linear-gradient(left, #43a047 0, #66bb6a 100%); background-image: -moz-linear-gradient(left, #43a047 0, #66bb6a 100%); background-image: -o-linear-gradient(left, #43a047 0, #66bb6a 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #43a047), color-stop(100, #66bb6a)); background-image: -webkit-linear-gradient(left, #43a047 0, #66bb6a 100%); background-image: linear-gradient(to right, #43a047 0, #66bb6a 100%) } .skin-green-gradient .btn-flat.btn-primary { color: #43a047 } .skin-green-gradient .btn-flat.btn-primary:hover { color: #43a047; background-color: #e5e5e5 } .skin-green-gradient .btn-flat.btn-primary.active, .skin-green-gradient .btn-flat.btn-primary:active { color: #43a047; background-color: #ccc } .skin-green-gradient .add-icon i { color: #fff } .skin-green-gradient .all-drivers .information .email a { color: #43a047 } .nav-stacked>li.active>a:hover, .skin-green-gradient .nav-stacked>li.active>a { border-left-color: #43a047 } .skin-green-gradient .price-car { background-color: #43a047!important } .skin-green-gradient .return-up { background: #43a047 } .skin-deep-orange-gradient .spinner { background-color: #ff7043 } .skin-deep-orange-gradient a { color: #ff5722 } .skin-deep-orange-gradient a:active, .skin-deep-orange-gradient a:focus, .skin-deep-orange-gradient a:hover { outline: 0; text-decoration: none; color: #ff7043 } .skin-deep-orange-gradient .form-control:focus { border-color: #ff5722 } .skin-deep-orange-gradient .top-menu-header .navbar { background-image: -ms-linear-gradient(left, #ff5722 0, #ff7043 100%); background-image: -moz-linear-gradient(left, #ff5722 0, #ff7043 100%); background-image: -o-linear-gradient(left, #ff5722 0, #ff7043 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ff5722), color-stop(100, #ff7043)); background-image: -webkit-linear-gradient(left, #ff5722 0, #ff7043 100%); background-image: linear-gradient(to right, #ff5722 0, #ff7043 100%) } .skin-deep-orange-gradient .top-menu-header .navbar .nav>li>a { color: #fff } .skin-deep-orange-gradient .top-menu-header .navbar .nav .open>a, .skin-deep-orange-gradient .top-menu-header .navbar .nav .open>a:focus, .skin-deep-orange-gradient .top-menu-header .navbar .nav .open>a:hover, .skin-deep-orange-gradient .top-menu-header .navbar .nav>.active>a, .skin-deep-orange-gradient .top-menu-header .navbar .nav>li>a:active, .skin-deep-orange-gradient .top-menu-header .navbar .nav>li>a:focus, .skin-deep-orange-gradient .top-menu-header .navbar .nav>li>a:hover { background: #ff7043; color: #f6f6f6 } .skin-deep-orange-gradient .top-menu-header .navbar .sidebar-toggle:hover { color: #f6f6f6; background: rgba(0, 0, 0, .1); background-color: #ff7043 } .skin-deep-orange-gradient .top-menu-header .navbar .sidebar-toggle { color: #fff } @media (max-width:767px) { .skin-deep-orange-gradient .top-menu-header .navbar .dropdown-menu li.divider { background-color: rgba(255, 255, 255, .1) } .skin-deep-orange-gradient .top-menu-header .navbar .dropdown-menu li a { color: #333 } } .skin-deep-orange-gradient .top-menu-header .logo { background-color: #ff5722; color: #fff; border-bottom: 0 solid transparent } .skin-deep-orange-gradient .top-menu-header .logo:hover { background-color: #ff7043 } .skin-deep-orange-gradient #top-menu-navbar-search a { color: #ff7043 } .skin-deep-orange-gradient .top-menu-header li.user-header { background-image: -ms-linear-gradient(left, #ff5722 0, #ff7043 100%); background-image: -moz-linear-gradient(left, #ff5722 0, #ff7043 100%); background-image: -o-linear-gradient(left, #ff5722 0, #ff7043 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ff5722), color-stop(100, #ff7043)); background-image: -webkit-linear-gradient(left, #ff5722 0, #ff7043 100%); background-image: linear-gradient(to right, #ff5722 0, #ff7043 100%) } .skin-deep-orange-gradient .left-side, .skin-deep-orange-gradient .sidebar-left, .skin-deep-orange-gradient .wrapper { background-color: #222d32 } .skin-deep-orange-gradient .user-panel>.info, .skin-deep-orange-gradient .user-panel>.info>a { color: #fff } .skin-deep-orange-gradient .sidebar-menu>li.header { color: #CFD8DC; background: #1a2226 } .skin-deep-orange-gradient .sidebar-menu>li>a { border-left: 3px solid transparent; border-left-color: transparent } .skin-deep-orange-gradient .sidebar-menu>li.active>a, .skin-deep-orange-gradient .sidebar-menu>li:hover>a { color: #fff; background: #1e282c; border-left-color: #ff5722 } .skin-deep-orange-gradient .sidebar-menu>li>.treeview-menu { margin: 0 1px; background: #1a2226 } .skin-deep-orange-gradient .sidebar a { color: #fff } .skin-deep-orange-gradient .sidebar a:hover { text-decoration: none } .skin-deep-orange-gradient .treeview-menu>li>a { color: #CFD8DC } .skin-deep-orange-gradient .treeview-menu>li.active>a, .skin-deep-orange-gradient .treeview-menu>li>a:hover { color: #fff } .skin-deep-orange-gradient .sidebar-form { border-radius: 3px; border: 1px solid #374850; margin: 10px } .skin-deep-orange-gradient .sidebar-form .btn, .skin-deep-orange-gradient .sidebar-form input[type=text] { box-shadow: none; background-color: #fff; border: 1px solid transparent; height: 35px } .skin-deep-orange-gradient .sidebar-form input[type=text] { color: #666; border-radius: 2px 0 0 2px } .skin-deep-orange-gradient .sidebar-form input[type=text]:focus, .skin-deep-orange-gradient .sidebar-form input[type=text]:focus+.input-group-btn .btn { background-color: #fff; color: #666 } .skin-deep-orange-gradient .sidebar-form input[type=text]:focus+.input-group-btn .btn { border-left-color: #fff } .skin-deep-orange-gradient .sidebar-form .btn { color: #999; border-radius: 0 2px 2px 0 } .skin-deep-orange-gradient.layout-top-nav .top-menu-header>.logo { background-color: #ff5722; color: #fff; border-bottom: 0 solid transparent } .skin-deep-orange-gradient.layout-top-nav .top-menu-header>.logo:hover { background-color: #ff7043 } .skin-deep-orange-gradient .main-footer a { color: #ff5722 } .skin-deep-orange-gradient .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a, .skin-deep-orange-gradient .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a, .skin-deep-orange-gradient .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a { background-image: -ms-linear-gradient(left, #ff5722 0, #ff7043 100%)!important; background-image: -moz-linear-gradient(left, #ff5722 0, #ff7043 100%)!important; background-image: -o-linear-gradient(left, #ff5722 0, #ff7043 100%)!important; background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ff5722), color-stop(100, #ff7043))!important; background-image: -webkit-linear-gradient(left, #ff5722 0, #ff7043 100%)!important; background-image: linear-gradient(to right, #ff5722 0, #ff7043 100%)!important; color: #fff!important; border: none; margin: -1px } .skin-deep-orange-gradient .nav-tabs-custom>.nav-tabs>li.active { border-top-color: #ff5722 } .skin-deep-orange-gradient .pricing-container .pricing-item { color: #333; background: #fff; box-shadow: 0 0 10px rgba(46, 59, 125, .23) } .skin-deep-orange-gradient .pricing-container .pricing-deco { background: #ff5722 } .skin-deep-orange-gradient .pricing-container .pricing-price, .skin-deep-orange-gradient .pricing-container .pricing-title { color: #fff } .skin-deep-orange-gradient .pricing-container .pricing-action { color: #fff; background: #ff5722 } .pricing-container .pricing-action:focus, .skin-deep-orange-gradient .pricing-container .pricing-action:hover { background-color: #262626 } .skin-deep-orange-gradient #generic-price-table { background-color: #f1f1f1 } .skin-deep-orange-gradient #generic-price-table .generic-content { background-color: #fff } .skin-deep-orange-gradient #generic-price-table .generic-content .generic-head-price { background-color: #f6f6f6 } .skin-deep-orange-gradient #generic-price-table .generic-content .generic-head-price .generic-head-content .head_bg { border-color: #e4e4e4 transparent transparent #e4e4e4 } .skin-deep-orange-gradient #generic-price-table .generic-content .generic-head-price .generic-head-content .head span { color: #525252 } .skin-deep-orange-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .month, .skin-deep-orange-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .cent, .skin-deep-orange-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .currency, .skin-deep-orange-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .sign { color: #414141 } .skin-deep-orange-gradient #generic-price-table .generic-content .generic-feature-list ul li { color: #a7a7a7 } .skin-deep-orange-gradient #generic-price-table .generic-content .generic-feature-list ul li span { color: #414141 } .skin-deep-orange-gradient #generic-price-table .generic-content .generic-feature-list ul li:hover { background-color: #ff5722; border-left: 5px solid #ff7043 } .skin-deep-orange-gradient #generic-price-table .generic-content .generic-price-btn a { border: 1px solid #ff5722; color: #ff5722 } .skin-deep-orange-gradient #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head_bg, .skin-deep-orange-gradient #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head_bg { border-color: #ff5722 transparent transparent #ff5722; color: #fff } .skin-deep-orange-gradient #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head span, .skin-deep-orange-gradient #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head span { color: #fff } .skin-deep-orange-gradient #generic-price-table .generic-content.active .generic-price-btn a, .skin-deep-orange-gradient #generic-price-table .generic-content:hover .generic-price-btn a { background-color: #ff5722; color: #fff } .skin-deep-orange-gradient .bottom_btn { background-color: #333 } .skin-deep-orange-gradient .bottom_btn:hover { background-color: #666; color: #FFF } .skin-deep-orange-gradient .dataTables_paginate .pagination .active a { background-color: #ff5722; border-color: #ff5722 } .skin-deep-orange-gradient .dataTable a { color: #ff5722 } .skin-deep-orange-gradient .pagination>li>a:active, .skin-deep-orange-gradient .pagination>li>a:focus { background: linear-gradient(60deg, #ff5722, #ff7043); border-color: #ff5722; color: #fff } .skin-deep-orange-gradient .box-error, .skin-deep-orange-gradient .box-forgot, .skin-deep-orange-gradient .box-lockscreen, .skin-deep-orange-gradient .box-login, .skin-deep-orange-gradient .box-offline, .skin-deep-orange-gradient .box-register { border-top: 3px solid #ff5722 } .skin-deep-orange-gradient .box-error a, .skin-deep-orange-gradient .box-forgot a, .skin-deep-orange-gradient .box-lockscreen a, .skin-deep-orange-gradient .box-login a, .skin-deep-orange-gradient .box-offline a, .skin-deep-orange-gradient .box-register a { color: #ff5722 } .skin-deep-orange-gradient .btn-primary, .skin-deep-orange-gradient .btn-primary .ink, .skin-deep-orange-gradient .btn-primary.active, .skin-deep-orange-gradient .btn-primary:active, .skin-deep-orange-gradient .btn-primary:focus, .skin-deep-orange-gradient .btn-primary:hover, .skin-deep-orange-gradient .dropdown-toggle.btn-primary, .skin-deep-orange-gradient .dropdown-toggle.btn-primary .ink, .skin-deep-orange-gradient .dropdown-toggle.btn-primary.active, .skin-deep-orange-gradient .dropdown-toggle.btn-primary:active, .skin-deep-orange-gradient .dropdown-toggle.btn-primary:focus, .skin-deep-orange-gradient .dropdown-toggle.btn-primary:hover { background-image: -ms-linear-gradient(left, #ff5722 0, #ff7043 100%); background-image: -moz-linear-gradient(left, #ff5722 0, #ff7043 100%); background-image: -o-linear-gradient(left, #ff5722 0, #ff7043 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ff5722), color-stop(100, #ff7043)); background-image: -webkit-linear-gradient(left, #ff5722 0, #ff7043 100%); background-image: linear-gradient(to right, #ff5722 0, #ff7043 100%) } .skin-deep-orange-gradient .btn-flat.btn-primary { color: #ff5722 } .skin-deep-orange-gradient .btn-flat.btn-primary:hover { color: #ff5722; background-color: #e5e5e5 } .skin-deep-orange-gradient .btn-flat.btn-primary.active, .skin-deep-orange-gradient .btn-flat.btn-primary:active { color: #ff5722; background-color: #ccc } .skin-deep-orange-gradient .add-icon i { color: #fff } .skin-deep-orange-gradient .all-drivers .information .email a { color: #ff5722 } .nav-stacked>li.active>a:hover, .skin-deep-orange-gradient .nav-stacked>li.active>a { border-left-color: #ff5722 } .skin-deep-orange-gradient .price-car { background-color: #ff5722!important } .skin-deep-orange-gradient .return-up { background: #ff5722 } .skin-cyan .spinner { background-color: #00bcd4 } .skin-cyan a { color: #00acc1 } .skin-cyan a:active, .skin-cyan a:focus, .skin-cyan a:hover { outline: 0; text-decoration: none; color: #00bcd4 } .skin-cyan .form-control:focus { border-color: #00acc1 } .skin-cyan .top-menu-header .navbar { background-color: #00acc1 } .skin-cyan .top-menu-header .navbar .nav>li>a { color: #fff } .skin-cyan .top-menu-header .navbar .nav .open>a, .skin-cyan .top-menu-header .navbar .nav .open>a:focus, .skin-cyan .top-menu-header .navbar .nav .open>a:hover, .skin-cyan .top-menu-header .navbar .nav>.active>a, .skin-cyan .top-menu-header .navbar .nav>li>a:active, .skin-cyan .top-menu-header .navbar .nav>li>a:focus, .skin-cyan .top-menu-header .navbar .nav>li>a:hover { background: #00bcd4; color: #f6f6f6 } .skin-cyan .top-menu-header .navbar .sidebar-toggle:hover { color: #f6f6f6; background: rgba(0, 0, 0, .1); background-color: #00bcd4 } .skin-cyan .top-menu-header .navbar .sidebar-toggle { color: #fff } @media (max-width:767px) { .skin-cyan .top-menu-header .navbar .dropdown-menu li.divider { background-color: rgba(255, 255, 255, .1) } .skin-cyan .top-menu-header .navbar .dropdown-menu li a { color: #333 } } .skin-cyan .top-menu-header .logo { background-color: #00acc1; color: #fff; border-bottom: 0 solid transparent } .skin-cyan .top-menu-header .logo:hover { background-color: #00bcd4 } .skin-cyan #top-menu-navbar-search a { color: #00acc1 } .skin-cyan .top-menu-header li.user-header { background-color: #00acc1 } .skin-cyan .left-side, .skin-cyan .sidebar-left, .skin-cyan .wrapper { background-color: #222d32 } .skin-cyan .user-panel>.info, .skin-cyan .user-panel>.info>a { color: #fff } .skin-cyan .sidebar-menu>li.header { color: #CFD8DC; background: #1a2226 } .skin-cyan .sidebar-menu>li>a { border-left: 3px solid transparent; border-left-color: transparent } .skin-cyan .sidebar-menu>li.active>a, .skin-cyan .sidebar-menu>li:hover>a { color: #fff; background: #1e282c; border-left-color: #00acc1 } .skin-cyan .sidebar-menu>li>.treeview-menu { margin: 0 1px; background: #1a2226 } .skin-cyan .sidebar a { color: #fff } .skin-cyan .sidebar a:hover { text-decoration: none } .skin-cyan .treeview-menu>li>a { color: #CFD8DC } .skin-cyan .treeview-menu>li.active>a, .skin-cyan .treeview-menu>li>a:hover { color: #fff } .skin-cyan .sidebar-form { border-radius: 3px; border: 1px solid #374850; margin: 10px } .skin-cyan .sidebar-form .btn, .skin-cyan .sidebar-form input[type=text] { box-shadow: none; background-color: #fff; border: 1px solid transparent; height: 35px } .skin-cyan .sidebar-form input[type=text] { color: #666; border-radius: 2px 0 0 2px } .skin-cyan .sidebar-form input[type=text]:focus, .skin-cyan .sidebar-form input[type=text]:focus+.input-group-btn .btn { background-color: #fff; color: #666 } .skin-cyan .sidebar-form input[type=text]:focus+.input-group-btn .btn { border-left-color: #fff } .skin-cyan .sidebar-form .btn { color: #999; border-radius: 0 2px 2px 0 } .skin-cyan .main-footer a { color: #00acc1 } .skin-cyan .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a, .skin-cyan .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a, .skin-cyan .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a { background-color: #00acc1!important; color: #fff!important; border: none; margin: -1px } .skin-cyan .nav-tabs-custom>.nav-tabs>li.active { border-top-color: #00acc1 } .skin-cyan .pricing-container .pricing-item { color: #333; background: #fff; box-shadow: 0 0 10px rgba(46, 59, 125, .23) } .skin-cyan .pricing-container .pricing-deco { background: #00acc1 } .skin-cyan .pricing-container .pricing-price, .skin-cyan .pricing-container .pricing-title { color: #fff } .skin-cyan .pricing-container .pricing-action { color: #fff; background: #00acc1 } .pricing-container .pricing-action:focus, .skin-cyan .pricing-container .pricing-action:hover { background-color: #262626 } .skin-cyan #generic-price-table { background-color: #f1f1f1 } .skin-cyan #generic-price-table .generic-content { background-color: #fff } .skin-cyan #generic-price-table .generic-content .generic-head-price { background-color: #f6f6f6 } .skin-cyan #generic-price-table .generic-content .generic-head-price .generic-head-content .head_bg { border-color: #e4e4e4 transparent transparent #e4e4e4 } .skin-cyan #generic-price-table .generic-content .generic-head-price .generic-head-content .head span { color: #525252 } .skin-cyan #generic-price-table .generic-content .generic-head-price .generic-price-tag .month, .skin-cyan #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .cent, .skin-cyan #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .currency, .skin-cyan #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .sign { color: #414141 } .skin-cyan #generic-price-table .generic-content .generic-feature-list ul li { color: #a7a7a7 } .skin-cyan #generic-price-table .generic-content .generic-feature-list ul li span { color: #414141 } .skin-cyan #generic-price-table .generic-content .generic-feature-list ul li:hover { background-color: #00acc1; border-left: 5px solid #00bcd4 } .skin-cyan #generic-price-table .generic-content .generic-price-btn a { border: 1px solid #00acc1; color: #00acc1 } .skin-cyan #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head_bg, .skin-cyan #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head_bg { border-color: #00acc1 transparent transparent #00acc1; color: #fff } .skin-cyan #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head span, .skin-cyan #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head span { color: #fff } .skin-cyan #generic-price-table .generic-content.active .generic-price-btn a, .skin-cyan #generic-price-table .generic-content:hover .generic-price-btn a { background-color: #00acc1; color: #fff } .skin-cyan .bottom_btn { background-color: #333 } .skin-cyan .bottom_btn:hover { background-color: #666; color: #FFF } .skin-cyan .dataTables_paginate .pagination .active a { background-color: #00acc1; border-color: #00acc1 } .skin-cyan .dataTable a { color: #00acc1 } .skin-cyan .pagination>li>a:active, .skin-cyan .pagination>li>a:focus { background-color: #00acc1; border-color: #00acc1; color: #fff } .skin-cyan .box-error, .skin-cyan .box-forgot, .skin-cyan .box-lockscreen, .skin-cyan .box-login, .skin-cyan .box-offline, .skin-cyan .box-register { border-top: 3px solid #00acc1 } .skin-cyan .box-error a, .skin-cyan .box-forgot a, .skin-cyan .box-lockscreen a, .skin-cyan .box-login a, .skin-cyan .box-offline a, .skin-cyan .box-register a { color: #00acc1 } .skin-cyan .btn-primary, .skin-cyan .btn-primary .ink, .skin-cyan .btn-primary.active, .skin-cyan .btn-primary:active, .skin-cyan .btn-primary:focus, .skin-cyan .btn-primary:hover, .skin-cyan .dropdown-toggle.btn-primary, .skin-cyan .dropdown-toggle.btn-primary .ink, .skin-cyan .dropdown-toggle.btn-primary.active, .skin-cyan .dropdown-toggle.btn-primary:active, .skin-cyan .dropdown-toggle.btn-primary:focus, .skin-cyan .dropdown-toggle.btn-primary:hover { background-color: #00acc1 } .skin-cyan .btn-flat.btn-primary { color: #00acc1 } .skin-cyan .btn-flat.btn-primary:hover { color: #00acc1; background-color: #e5e5e5 } .skin-cyan .btn-flat.btn-primary.active, .skin-cyan .btn-flat.btn-primary:active { color: #00acc1; background-color: #ccc } .skin-cyan .add-icon i { color: #fff } .skin-cyan .all-drivers .information .email a { color: #00acc1 } .nav-stacked>li.active>a:hover, .skin-cyan .nav-stacked>li.active>a { border-left-color: #00acc1 } .skin-cyan .price-car { background-color: #00acc1!important } .skin-cyan .return-up { background: #00acc1 } .skin-brown-gradient .spinner { background-color: #6d4c41 } .skin-brown-gradient a { color: #5d4037 } .skin-brown-gradient a:active, .skin-brown-gradient a:focus, .skin-brown-gradient a:hover { outline: 0; text-decoration: none; color: #6d4c41 } .skin-brown-gradient .form-control:focus { border-color: #5d4037 } .skin-brown-gradient .top-menu-header .navbar { background-image: -ms-linear-gradient(left, #5d4037 0, #6d4c41 100%); background-image: -moz-linear-gradient(left, #5d4037 0, #6d4c41 100%); background-image: -o-linear-gradient(left, #5d4037 0, #6d4c41 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #5d4037), color-stop(100, #6d4c41)); background-image: -webkit-linear-gradient(left, #5d4037 0, #6d4c41 100%); background-image: linear-gradient(to right, #5d4037 0, #6d4c41 100%) } .skin-brown-gradient .top-menu-header .navbar .nav>li>a { color: #fff } .skin-brown-gradient .top-menu-header .navbar .nav .open>a, .skin-brown-gradient .top-menu-header .navbar .nav .open>a:focus, .skin-brown-gradient .top-menu-header .navbar .nav .open>a:hover, .skin-brown-gradient .top-menu-header .navbar .nav>.active>a, .skin-brown-gradient .top-menu-header .navbar .nav>li>a:active, .skin-brown-gradient .top-menu-header .navbar .nav>li>a:focus, .skin-brown-gradient .top-menu-header .navbar .nav>li>a:hover { background: #6d4c41; color: #f6f6f6 } .skin-brown-gradient .top-menu-header .navbar .sidebar-toggle:hover { color: #f6f6f6; background: rgba(0, 0, 0, .1); background-color: #6d4c41 } .skin-brown-gradient .pagination>li>a:active, .skin-brown-gradient .pagination>li>a:focus, .skin-brown-gradient .top-menu-header li.user-header { background-image: -ms-linear-gradient(left, #5d4037 0, #6d4c41 100%); background-image: -moz-linear-gradient(left, #5d4037 0, #6d4c41 100%); background-image: -o-linear-gradient(left, #5d4037 0, #6d4c41 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #5d4037), color-stop(100, #6d4c41)); background-image: -webkit-linear-gradient(left, #5d4037 0, #6d4c41 100%) } .skin-brown-gradient .top-menu-header .navbar .sidebar-toggle { color: #fff } @media (max-width:767px) { .skin-brown-gradient .top-menu-header .navbar .dropdown-menu li.divider { background-color: rgba(255, 255, 255, .1) } .skin-brown-gradient .top-menu-header .navbar .dropdown-menu li a { color: #333 } } .skin-brown-gradient .top-menu-header .logo { background-color: #5d4037; color: #fff; border-bottom: 0 solid transparent } .skin-brown-gradient .top-menu-header .logo:hover { background-color: #6d4c41 } .skin-brown-gradient #top-menu-navbar-search a { color: #6d4c41 } .skin-brown-gradient .top-menu-header li.user-header { background-image: linear-gradient(to right, #5d4037 0, #6d4c41 100%) } .skin-brown-gradient .left-side, .skin-brown-gradient .sidebar-left, .skin-brown-gradient .wrapper { background-color: #222d32 } .skin-brown-gradient .user-panel>.info, .skin-brown-gradient .user-panel>.info>a { color: #fff } .skin-brown-gradient .sidebar-menu>li.header { color: #CFD8DC; background: #1a2226 } .skin-brown-gradient .sidebar-menu>li>a { border-left: 3px solid transparent; border-left-color: transparent } .skin-brown-gradient .sidebar-menu>li.active>a, .skin-brown-gradient .sidebar-menu>li:hover>a { color: #fff; background: #1e282c; border-left-color: #5d4037 } .skin-brown-gradient .sidebar-menu>li>.treeview-menu { margin: 0 1px; background: #1a2226 } .skin-brown-gradient .sidebar a { color: #fff } .skin-brown-gradient .sidebar a:hover { text-decoration: none } .skin-brown-gradient .treeview-menu>li>a { color: #CFD8DC } .skin-brown-gradient .treeview-menu>li.active>a, .skin-brown-gradient .treeview-menu>li>a:hover { color: #fff } .skin-brown-gradient .sidebar-form { border-radius: 3px; border: 1px solid #374850; margin: 10px } .skin-brown-gradient .sidebar-form .btn, .skin-brown-gradient .sidebar-form input[type=text] { box-shadow: none; background-color: #fff; border: 1px solid transparent; height: 35px } .skin-brown-gradient .sidebar-form input[type=text] { color: #666; border-radius: 2px 0 0 2px } .skin-brown-gradient .sidebar-form input[type=text]:focus, .skin-brown-gradient .sidebar-form input[type=text]:focus+.input-group-btn .btn { background-color: #fff; color: #666 } .skin-brown-gradient .sidebar-form input[type=text]:focus+.input-group-btn .btn { border-left-color: #fff } .skin-brown-gradient .sidebar-form .btn { color: #999; border-radius: 0 2px 2px 0 } .skin-brown-gradient.layout-top-nav .top-menu-header>.logo { background-color: #5d4037; color: #fff; border-bottom: 0 solid transparent } .skin-brown-gradient.layout-top-nav .top-menu-header>.logo:hover { background-color: #6d4c41 } .skin-brown-gradient .main-footer a { color: #5d4037 } .skin-brown-gradient .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a, .skin-brown-gradient .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a, .skin-brown-gradient .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a { background-image: -ms-linear-gradient(left, #5d4037 0, #6d4c41 100%)!important; background-image: -moz-linear-gradient(left, #5d4037 0, #6d4c41 100%)!important; background-image: -o-linear-gradient(left, #5d4037 0, #6d4c41 100%)!important; background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #5d4037), color-stop(100, #6d4c41))!important; background-image: -webkit-linear-gradient(left, #5d4037 0, #6d4c41 100%)!important; background-image: linear-gradient(to right, #5d4037 0, #6d4c41 100%)!important; color: #fff!important; border: none; margin: -1px } .skin-brown-gradient .nav-tabs-custom>.nav-tabs>li.active { border-top-color: #5d4037 } .skin-brown-gradient .pricing-container .pricing-item { color: #333; background: #fff; box-shadow: 0 0 10px rgba(46, 59, 125, .23) } .skin-brown-gradient .pricing-container .pricing-deco { background: #5d4037 } .skin-brown-gradient .pricing-container .pricing-price, .skin-brown-gradient .pricing-container .pricing-title { color: #fff } .skin-brown-gradient .pricing-container .pricing-action { color: #fff; background: #5d4037 } .pricing-container .pricing-action:focus, .skin-brown-gradient .pricing-container .pricing-action:hover { background-color: #262626 } .skin-brown-gradient #generic-price-table { background-color: #f1f1f1 } .skin-brown-gradient #generic-price-table .generic-content { background-color: #fff } .skin-brown-gradient #generic-price-table .generic-content .generic-head-price { background-color: #f6f6f6 } .skin-brown-gradient #generic-price-table .generic-content .generic-head-price .generic-head-content .head_bg { border-color: #e4e4e4 transparent transparent #e4e4e4 } .skin-brown-gradient #generic-price-table .generic-content .generic-head-price .generic-head-content .head span { color: #525252 } .skin-brown-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .month, .skin-brown-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .cent, .skin-brown-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .currency, .skin-brown-gradient #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .sign { color: #414141 } .skin-brown-gradient #generic-price-table .generic-content .generic-feature-list ul li { color: #a7a7a7 } .skin-brown-gradient #generic-price-table .generic-content .generic-feature-list ul li span { color: #414141 } .skin-brown-gradient #generic-price-table .generic-content .generic-feature-list ul li:hover { background-color: #5d4037; border-left: 5px solid #6d4c41 } .skin-brown-gradient #generic-price-table .generic-content .generic-price-btn a { border: 1px solid #5d4037; color: #5d4037 } .skin-brown-gradient #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head_bg, .skin-brown-gradient #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head_bg { border-color: #5d4037 transparent transparent #5d4037; color: #fff } .skin-brown-gradient #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head span, .skin-brown-gradient #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head span { color: #fff } .skin-brown-gradient #generic-price-table .generic-content.active .generic-price-btn a, .skin-brown-gradient #generic-price-table .generic-content:hover .generic-price-btn a { background-color: #5d4037; color: #fff } .skin-brown-gradient .bottom_btn { background-color: #333 } .skin-brown-gradient .bottom_btn:hover { background-color: #666; color: #FFF } .skin-brown-gradient .dataTables_paginate .pagination .active a { background-color: #5d4037; border-color: #5d4037 } .skin-brown-gradient .dataTable a { color: #5d4037 } .skin-brown-gradient .pagination>li>a:active, .skin-brown-gradient .pagination>li>a:focus { background-image: linear-gradient(to right, #5d4037 0, #6d4c41 100%); border-color: #5d4037; color: #fff } .skin-brown-gradient .box-error, .skin-brown-gradient .box-forgot, .skin-brown-gradient .box-lockscreen, .skin-brown-gradient .box-login, .skin-brown-gradient .box-offline, .skin-brown-gradient .box-register { border-top: 3px solid #5d4037 } .skin-brown-gradient .box-error a, .skin-brown-gradient .box-forgot a, .skin-brown-gradient .box-lockscreen a, .skin-brown-gradient .box-login a, .skin-brown-gradient .box-offline a, .skin-brown-gradient .box-register a { color: #5d4037 } .skin-brown-gradient .btn-primary, .skin-brown-gradient .btn-primary .ink, .skin-brown-gradient .btn-primary.active, .skin-brown-gradient .btn-primary:active, .skin-brown-gradient .btn-primary:focus, .skin-brown-gradient .btn-primary:hover, .skin-brown-gradient .dropdown-toggle.btn-primary, .skin-brown-gradient .dropdown-toggle.btn-primary .ink, .skin-brown-gradient .dropdown-toggle.btn-primary.active, .skin-brown-gradient .dropdown-toggle.btn-primary:active, .skin-brown-gradient .dropdown-toggle.btn-primary:focus, .skin-brown-gradient .dropdown-toggle.btn-primary:hover { background-image: -ms-linear-gradient(left, #5d4037 0, #6d4c41 100%); background-image: -moz-linear-gradient(left, #5d4037 0, #6d4c41 100%); background-image: -o-linear-gradient(left, #5d4037 0, #6d4c41 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #5d4037), color-stop(100, #6d4c41)); background-image: -webkit-linear-gradient(left, #5d4037 0, #6d4c41 100%); background-image: linear-gradient(to right, #5d4037 0, #6d4c41 100%) } .skin-brown-gradient .btn-flat.btn-primary { color: #5d4037 } .skin-brown-gradient .btn-flat.btn-primary:hover { color: #5d4037; background-color: #e5e5e5 } .skin-brown-gradient .btn-flat.btn-primary.active, .skin-brown-gradient .btn-flat.btn-primary:active { color: #5d4037; background-color: #ccc } .skin-brown-gradient .add-icon i { color: #fff } .skin-brown-gradient .all-drivers .information .email a { color: #5d4037 } .nav-stacked>li.active>a:hover, .skin-brown-gradient .nav-stacked>li.active>a { border-left-color: #5d4037 } .skin-brown-gradient .price-car { background-color: #5d4037!important } .skin-brown-gradient .return-up { background: #5d4037 } .skin-black .spinner { background-color: #1a1a1a } .skin-black a { color: #000 } .skin-black a:active, .skin-black a:focus, .skin-black a:hover { outline: 0; text-decoration: none; color: #1a1a1a } .skin-black .form-control:focus { border-color: #000 } .skin-black .top-menu-header .navbar { background-color: #000 } .skin-black .top-menu-header .navbar .nav>li>a { color: #fff } .skin-black .top-menu-header .navbar .nav .open>a, .skin-black .top-menu-header .navbar .nav .open>a:focus, .skin-black .top-menu-header .navbar .nav .open>a:hover, .skin-black .top-menu-header .navbar .nav>.active>a, .skin-black .top-menu-header .navbar .nav>li>a:active, .skin-black .top-menu-header .navbar .nav>li>a:focus, .skin-black .top-menu-header .navbar .nav>li>a:hover { background: #1a1a1a; color: #f6f6f6 } .skin-black .top-menu-header .navbar .sidebar-toggle:hover { color: #f6f6f6; background: rgba(0, 0, 0, .1); background-color: #1a1a1a } .skin-black .top-menu-header .navbar .sidebar-toggle { color: #fff } @media (max-width:767px) { .skin-black .top-menu-header .navbar .dropdown-menu li.divider { background-color: rgba(255, 255, 255, .1) } .skin-black .top-menu-header .navbar .dropdown-menu li a { color: #333 } } .skin-black .top-menu-header .logo { background-color: #000; color: #fff; border-bottom: 0 solid transparent } .skin-black .top-menu-header .logo:hover { background-color: #1a1a1a } .skin-black #top-menu-navbar-search a { color: #000 } .skin-black .top-menu-header li.user-header { background-color: #000 } .skin-black .left-side, .skin-black .sidebar-left, .skin-black .wrapper { background-color: #222d32 } .skin-black .user-panel>.info, .skin-black .user-panel>.info>a { color: #fff } .skin-black .sidebar-menu>li.header { color: #CFD8DC; background: #1a2226 } .skin-black .sidebar-menu>li>a { border-left: 3px solid transparent; border-left-color: transparent } .skin-black .sidebar-menu>li.active>a, .skin-black .sidebar-menu>li:hover>a { color: #fff; background: #1e282c; border-left-color: #000 } .skin-black .sidebar-menu>li>.treeview-menu { margin: 0 1px; background: #1a2226 } .skin-black .sidebar a { color: #fff } .skin-black .sidebar a:hover { text-decoration: none } .skin-black .treeview-menu>li>a { color: #CFD8DC } .skin-black .treeview-menu>li.active>a, .skin-black .treeview-menu>li>a:hover { color: #fff } .skin-black .sidebar-form { border-radius: 3px; border: 1px solid #374850; margin: 10px } .skin-black .sidebar-form .btn, .skin-black .sidebar-form input[type=text] { box-shadow: none; background-color: #fff; border: 1px solid transparent; height: 35px } .skin-black .sidebar-form input[type=text] { color: #666; border-radius: 2px 0 0 2px } .skin-black .sidebar-form input[type=text]:focus, .skin-black .sidebar-form input[type=text]:focus+.input-group-btn .btn { background-color: #fff; color: #666 } .skin-black .sidebar-form input[type=text]:focus+.input-group-btn .btn { border-left-color: #fff } .skin-black .sidebar-form .btn { color: #999; border-radius: 0 2px 2px 0 } .skin-black .main-footer a { color: #000 } .skin-black .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a, .skin-black .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a, .skin-black .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a { background-color: #000!important; color: #fff!important; border: none; margin: -1px } .skin-black .nav-tabs-custom>.nav-tabs>li.active { border-top-color: #000 } .skin-black .pricing-container .pricing-item { color: #333; background: #fff; box-shadow: 0 0 10px rgba(46, 59, 125, .23) } .skin-black .pricing-container .pricing-deco { background: #000 } .skin-black .pricing-container .pricing-price, .skin-black .pricing-container .pricing-title { color: #fff } .skin-black .pricing-container .pricing-action { color: #fff; background: #000 } .pricing-container .pricing-action:focus, .skin-black .pricing-container .pricing-action:hover { background-color: #262626 } .skin-black #generic-price-table { background-color: #f1f1f1 } .skin-black #generic-price-table .generic-content { background-color: #fff } .skin-black #generic-price-table .generic-content .generic-head-price { background-color: #f6f6f6 } .skin-black #generic-price-table .generic-content .generic-head-price .generic-head-content .head_bg { border-color: #e4e4e4 transparent transparent #e4e4e4 } .skin-black #generic-price-table .generic-content .generic-head-price .generic-head-content .head span { color: #525252 } .skin-black #generic-price-table .generic-content .generic-head-price .generic-price-tag .month, .skin-black #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .cent, .skin-black #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .currency, .skin-black #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .sign { color: #414141 } .skin-black #generic-price-table .generic-content .generic-feature-list ul li { color: #a7a7a7 } .skin-black #generic-price-table .generic-content .generic-feature-list ul li span { color: #414141 } .skin-black #generic-price-table .generic-content .generic-feature-list ul li:hover { background-color: #000; border-left: 5px solid #1a1a1a } .skin-black #generic-price-table .generic-content .generic-price-btn a { border: 1px solid #000; color: #000 } .skin-black #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head_bg, .skin-black #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head_bg { border-color: #000 transparent transparent #000; color: #fff } .skin-black #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head span, .skin-black #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head span { color: #fff } .skin-black #generic-price-table .generic-content.active .generic-price-btn a, .skin-black #generic-price-table .generic-content:hover .generic-price-btn a { background-color: #000; color: #fff } .skin-black .bottom_btn { background-color: #333 } .skin-black .bottom_btn:hover { background-color: #666; color: #FFF } .skin-black .dataTables_paginate .pagination .active a { background-color: #000; border-color: #000 } .skin-black .dataTable a { color: #000 } .skin-black .pagination>li>a:active, .skin-black .pagination>li>a:focus { background-color: #000; border-color: #000; color: #fff } .skin-black .box-error, .skin-black .box-forgot, .skin-black .box-lockscreen, .skin-black .box-login, .skin-black .box-offline, .skin-black .box-register { border-top: 3px solid #000 } .skin-black .box-error a, .skin-black .box-forgot a, .skin-black .box-lockscreen a, .skin-black .box-login a, .skin-black .box-offline a, .skin-black .box-register a { color: #000 } .skin-black .btn-primary, .skin-black .btn-primary .ink, .skin-black .btn-primary.active, .skin-black .btn-primary:active, .skin-black .btn-primary:focus, .skin-black .btn-primary:hover, .skin-black .dropdown-toggle.btn-primary, .skin-black .dropdown-toggle.btn-primary .ink, .skin-black .dropdown-toggle.btn-primary.active, .skin-black .dropdown-toggle.btn-primary:active, .skin-black .dropdown-toggle.btn-primary:focus, .skin-black .dropdown-toggle.btn-primary:hover { background-color: #000 } .skin-black .btn-flat.btn-primary { color: #000 } .skin-black .btn-flat.btn-primary:hover { color: #000; background-color: #e5e5e5 } .skin-black .btn-flat.btn-primary.active, .skin-black .btn-flat.btn-primary:active { color: #000; background-color: #ccc } .skin-black .add-icon i { color: #fff } .skin-black .all-drivers .information .email a { color: #000 } .nav-stacked>li.active>a:hover, .skin-black .nav-stacked>li.active>a { border-left-color: #000 } .skin-black .price-car { background-color: #000!important } .skin-black .return-up { background: #000 } .skin-yellow .spinner { background-color: #ff7900 } .skin-yellow a { color: #ff7900 } .skin-yellow a:active, .skin-yellow a:focus, .skin-yellow a:hover { outline: 0; text-decoration: none; color: #ff7900 } .skin-yellow .form-control:focus { border-color: #ff7900 } .skin-yellow .top-menu-header .navbar { background-color: #ff7900 } .skin-yellow .top-menu-header .navbar .nav>li>a { color: #fff } .skin-yellow .top-menu-header .navbar .nav .open>a, .skin-yellow .top-menu-header .navbar .nav .open>a:focus, .skin-yellow .top-menu-header .navbar .nav .open>a:hover, .skin-yellow .top-menu-header .navbar .nav>.active>a, .skin-yellow .top-menu-header .navbar .nav>li>a:active, .skin-yellow .top-menu-header .navbar .nav>li>a:focus, .skin-yellow .top-menu-header .navbar .nav>li>a:hover { background: #ff7900; color: #f6f6f6 } .skin-yellow .top-menu-header .navbar .sidebar-toggle:hover { color: #f6f6f6; background: rgba(0, 0, 0, .1); background-color: #ff7900 } .skin-yellow .top-menu-header .navbar .sidebar-toggle { color: #fff } @media (max-width:767px) { .skin-yellow .top-menu-header .navbar .dropdown-menu li.divider { background-color: rgba(255, 255, 255, .1) } .skin-yellow .top-menu-header .navbar .dropdown-menu li a { color: #333 } } .skin-yellow .top-menu-header .logo { background-color: #ff7900; color: #fff; border-bottom: 0 solid transparent } .skin-yellow .top-menu-header .logo:hover { background-color: #ff7900 } .skin-yellow #top-menu-navbar-search a { color: #ff7900 } .skin-yellow .top-menu-header li.user-header { background-color: #ff7900 } .skin-yellow .left-side, .skin-yellow .sidebar-left, .skin-yellow .wrapper { background-color: #222d32 } .skin-yellow .user-panel>.info, .skin-yellow .user-panel>.info>a { color: #fff } .skin-yellow .sidebar-menu>li.header { color: #CFD8DC; background: #1a2226 } .skin-yellow .sidebar-menu>li>a { border-left: 3px solid transparent; border-left-color: transparent } .skin-yellow .sidebar-menu>li.active>a, .skin-yellow .sidebar-menu>li:hover>a { color: #fff; background: #787c7e; border-left-color: #ff7900 } .skin-yellow .sidebar-menu>li>.treeview-menu { margin: 0 1px; background: #1a2226 } .skin-yellow .sidebar a { color: #fff } .skin-yellow .sidebar a:hover { text-decoration: none; } .skin-yellow .treeview-menu>li>a { color: #CFD8DC } .skin-yellow .treeview-menu>li.active>a, .skin-yellow .treeview-menu>li>a:hover { color: #fff } .skin-yellow .sidebar-form { border-radius: 3px; border: 1px solid #374850; margin: 10px } .skin-yellow .sidebar-form .btn, .skin-yellow .sidebar-form input[type=text] { box-shadow: none; background-color: #fff; border: 1px solid transparent; height: 35px } .skin-yellow .sidebar-form input[type=text] { color: #666; border-radius: 2px 0 0 2px } .skin-yellow .sidebar-form input[type=text]:focus, .skin-yellow .sidebar-form input[type=text]:focus+.input-group-btn .btn { background-color: #fff; color: #666 } .skin-yellow .sidebar-form input[type=text]:focus+.input-group-btn .btn { border-left-color: #fff } .skin-yellow .sidebar-form .btn { color: #999; border-radius: 0 2px 2px 0 } .skin-yellow .main-footer a { color: #ff7900 } .skin-yellow .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a, .skin-yellow .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a, .skin-yellow .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a { background-color: #ff7900!important; color: #fff!important; border: none; margin: -1px } .skin-yellow .nav-tabs-custom>.nav-tabs>li.active { border-top-color: #ff7900 } .skin-yellow .pricing-container .pricing-item { color: #333; background: #fff; box-shadow: 0 0 10px rgba(46, 59, 125, .23) } .skin-yellow .pricing-container .pricing-deco { background: #ff7900 } .skin-yellow .pricing-container .pricing-price, .skin-yellow .pricing-container .pricing-title { color: #fff } .skin-yellow .pricing-container .pricing-action { color: #fff; background: #ff7900 } .pricing-container .pricing-action:focus, .skin-yellow .pricing-container .pricing-action:hover { background-color: #262626 } .skin-yellow #generic-price-table { background-color: #f1f1f1 } .skin-yellow #generic-price-table .generic-content { background-color: #fff } .skin-yellow #generic-price-table .generic-content .generic-head-price { background-color: #f6f6f6 } .skin-yellow #generic-price-table .generic-content .generic-head-price .generic-head-content .head_bg { border-color: #e4e4e4 transparent transparent #e4e4e4 } .skin-yellow #generic-price-table .generic-content .generic-head-price .generic-head-content .head span { color: #525252 } .skin-yellow #generic-price-table .generic-content .generic-head-price .generic-price-tag .month, .skin-yellow #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .cent, .skin-yellow #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .currency, .skin-yellow #generic-price-table .generic-content .generic-head-price .generic-price-tag .price .sign { color: #414141 } .skin-yellow #generic-price-table .generic-content .generic-feature-list ul li { color: #a7a7a7 } .skin-yellow #generic-price-table .generic-content .generic-feature-list ul li span { color: #414141 } .skin-yellow #generic-price-table .generic-content .generic-feature-list ul li:hover { background-color: #ff7900; border-left: 5px solid #ffce3b } .skin-yellow #generic-price-table .generic-content .generic-price-btn a { border: 1px solid #ffc824; color: #ff7900 } .skin-yellow #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head_bg, .skin-yellow #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head_bg { border-color: #ffc824 transparent transparent #ffc824; color: #fff } .skin-yellow #generic-price-table .generic-content.active .generic-head-price .generic-head-content .head span, .skin-yellow #generic-price-table .generic-content:hover .generic-head-price .generic-head-content .head span { color: #fff } .skin-yellow #generic-price-table .generic-content.active .generic-price-btn a, .skin-yellow #generic-price-table .generic-content:hover .generic-price-btn a { background-color: #ff7900; color: #fff } .skin-yellow .bottom_btn { background-color: #333 } .skin-yellow .bottom_btn:hover { background-color: #666; color: #FFF } .skin-yellow .dataTables_paginate .pagination .active a { background-color: #ff7900; border-color: #ff7900 } .skin-yellow .dataTable a { color: #ff7900 } .skin-yellow .pagination>li>a:active, .skin-yellow .pagination>li>a:focus { background-color: #ff7900; border-color: #ff7900; color: #fff } .skin-yellow .box-error, .skin-yellow .box-forgot, .skin-yellow .box-lockscreen, .skin-yellow .box-login, .skin-yellow .box-offline, .skin-yellow .box-register { border-top: 3px solid #3949ab } .skin-yellow .box-error a, .skin-yellow .box-forgot a, .skin-yellow .box-lockscreen a, .skin-yellow .box-login a, .skin-yellow .box-offline a, .skin-yellow .box-register a { color: #ff7900 } .skin-yellow .btn-primary, .skin-yellow .btn-primary .ink, .skin-yellow .btn-primary.active, .skin-yellow .btn-primary:active, .skin-yellow .btn-primary:focus, .skin-yellow .btn-primary:hover, .skin-yellow .dropdown-toggle.btn-primary, .skin-yellow .dropdown-toggle.btn-primary .ink, .skin-yellow .dropdown-toggle.btn-primary.active, .skin-yellow .dropdown-toggle.btn-primary:active, .skin-yellow .dropdown-toggle.btn-primary:focus, .skin-yellow .dropdown-toggle.btn-primary:hover { background-color: #ff7900 } .skin-yellow .btn-flat.btn-primary { color: #ff7900 } .skin-yellow .btn-flat.btn-primary:hover { color: #ff7900; background-color: #e5e5e5 } .skin-yellow .btn-flat.btn-primary.active, .skin-yellow .btn-flat.btn-primary:active { color: #ff7900; background-color: #ccc } .skin-yellow .add-icon i { color: #fff } .skin-yellow .all-drivers .information .email a { color: #ff7900 } .nav-stacked>li.active>a:hover, .skin-yellow .nav-stacked>li.active>a { border-left-color: #ff7900 } .skin-yellow .price-car { background-color: #ff7900!important } .skin-yellow .return-up { background: #ff7900 } .skin-yellow a:active, .skin-yellow a:focus, .skin-yellow a:hover, .skin-yellow a { outline: 0; text-decoration: none; color: #3949ab; } .skin-yellow .top-menu-header .navbar { background-color: #3949ab; } .skin-yellow .top-menu-header .logo { background-color: #3949ab; color: #fff; border-bottom: 0 solid transparent; } .skin-yellow .sidebar-menu>li.header:hover>a { color: #fff; background: #ff7900; border-left-color: #fff; } .skin-yellow .sidebar-menu>li:hover>a { color: #fff; background: #1e282c; border-left-color: #fff; } .skin-yellow .dataTables_paginate .pagination .active a { background-color: #3949ab; border-color: #3949ab; } .skin-yellow .btn-primary, .skin-yellow .btn-primary .ink, .skin-yellow .btn-primary.active, .skin-yellow .btn-primary:active, .skin-yellow .btn-primary:focus, .skin-yellow .btn-primary:hover, .skin-yellow .dropdown-toggle.btn-primary, .skin-yellow .dropdown-toggle.btn-primary .ink, .skin-yellow .dropdown-toggle.btn-primary.active, .skin-yellow .dropdown-toggle.btn-primary:active, .skin-yellow .dropdown-toggle.btn-primary:focus, .skin-yellow .dropdown-toggle.btn-primary:hover { background-color: #3949ab; } .skin-yellow .return-up { background: #3949ab; } .skin-yellow .top-menu-header .navbar .nav .open>a, .skin-yellow .top-menu-header .navbar .nav .open>a:focus, .skin-yellow .top-menu-header .navbar .nav .open>a:hover, .skin-yellow .top-menu-header .navbar .nav>.active>a, .skin-yellow .top-menu-header .navbar .nav>li>a:active, .skin-yellow .top-menu-header .navbar .nav>li>a:focus, .skin-yellow .top-menu-header .navbar .nav>li>a:hover { background: #3949ab; color: #f6f6f6; } .skin-yellow .top-menu-header .logo:hover { background-color: #3949ab; } .skin-yellow .dataTable a { color: #3949ab; }
0.411466
0.065128
* { margin: 0px; padding: 0px; } body { background-color: #222; background-image: url(/images/stars.png); background-repeat: no-repeat; background-size: 50%; color: #0FF; } /*NAVBAR*/ #nav_bar { /*background-color: #333;*/ float: left; } #nav_bar a { display: block; border-style: solid; border-color: #444; border-radius: 8px; padding: 10px; color: #FFF; } .nav_btn { border-style: solid; border-color: #222; background-color: rgba(90, 46, 57, 0.27); color: #FAFAFA; padding-left: 2px; height: 30px; } .nav_btn input + label{ position: relative; display: block; float: right; cursor: pointer; user-select: none; left: -2px; top: 1px; border-width: 2px 3px 3px 2px; /*border-right-width: 3px; border-bottom-width: 3px;*/ /*float: right;*/ height: 23px; width: 23px; margin-left: 10px; text-align: center; border-radius: 15px; border-color: #222; border-top-color: #333; border-left-color: #333; border-style: solid; background-color: #514343; color: #222; font-weight: bold; font-size: larger; /*background-image: url(/images/standby_trans.png);*/ background-repeat: no-repeat; /*background-size: cover;*/ box-shadow: 3px 3px 5px rgba(0,0,0,0.4); } .source input[type="checkbox"]:checked + .standby{ background-color: #18B969; } .filter input[type="checkbox"]:checked + .standby{ background-color: #FB29A7; } .standby:active { left: -1px; top: 2px; border-right-width: 2px; border-bottom-width: 2px; box-shadow: 1px 1px 5px rgba(0,0,0,0.1); } /*.source input[type="checkbox"]:checked + .standby{ }*/ .nav_btn input[type="checkbox"] { display: none; } #music { background-image: url(/images/music_note.png); background-size: 20px 20px; background-position: 2px 1px; background-repeat: no-repeat; } #code { background-image: url("/images/semi_colon.png"); background-size: 4px 14px; background-position: 10px 5px; background-repeat: no-repeat; } #my_pick { background-image: url("/images/star.png"); background-size: 17px 17px; background-position: 3px 2px; background-repeat: no-repeat; } #portfolio { background-image: url("/images/tie.png"); background-size: 24px 23px; background-repeat: no-repeat; } #content { float: left; display: inline-block; }
public/css/test.css
* { margin: 0px; padding: 0px; } body { background-color: #222; background-image: url(/images/stars.png); background-repeat: no-repeat; background-size: 50%; color: #0FF; } /*NAVBAR*/ #nav_bar { /*background-color: #333;*/ float: left; } #nav_bar a { display: block; border-style: solid; border-color: #444; border-radius: 8px; padding: 10px; color: #FFF; } .nav_btn { border-style: solid; border-color: #222; background-color: rgba(90, 46, 57, 0.27); color: #FAFAFA; padding-left: 2px; height: 30px; } .nav_btn input + label{ position: relative; display: block; float: right; cursor: pointer; user-select: none; left: -2px; top: 1px; border-width: 2px 3px 3px 2px; /*border-right-width: 3px; border-bottom-width: 3px;*/ /*float: right;*/ height: 23px; width: 23px; margin-left: 10px; text-align: center; border-radius: 15px; border-color: #222; border-top-color: #333; border-left-color: #333; border-style: solid; background-color: #514343; color: #222; font-weight: bold; font-size: larger; /*background-image: url(/images/standby_trans.png);*/ background-repeat: no-repeat; /*background-size: cover;*/ box-shadow: 3px 3px 5px rgba(0,0,0,0.4); } .source input[type="checkbox"]:checked + .standby{ background-color: #18B969; } .filter input[type="checkbox"]:checked + .standby{ background-color: #FB29A7; } .standby:active { left: -1px; top: 2px; border-right-width: 2px; border-bottom-width: 2px; box-shadow: 1px 1px 5px rgba(0,0,0,0.1); } /*.source input[type="checkbox"]:checked + .standby{ }*/ .nav_btn input[type="checkbox"] { display: none; } #music { background-image: url(/images/music_note.png); background-size: 20px 20px; background-position: 2px 1px; background-repeat: no-repeat; } #code { background-image: url("/images/semi_colon.png"); background-size: 4px 14px; background-position: 10px 5px; background-repeat: no-repeat; } #my_pick { background-image: url("/images/star.png"); background-size: 17px 17px; background-position: 3px 2px; background-repeat: no-repeat; } #portfolio { background-image: url("/images/tie.png"); background-size: 24px 23px; background-repeat: no-repeat; } #content { float: left; display: inline-block; }
0.172381
0.090695
.form-required { &::after { @apply ml-1; @apply text-red-400; content: '*'; } } /* wrapper for label/input */ .form-group { @apply flex flex-col mb-4; .description { @apply mt-1; @apply text-14 italic; } } .form-input-label { @apply mb-2; @apply font-bold text-14; } .form-input, .form-select, .form-textarea { @apply w-full py-2 px-3; @apply text-gray-800 leading-tight; @apply appearance-none border border-gray-300 rounded bg-white; &:focus { @apply outline-none; box-shadow: 0px 0px 0px 2px theme(colors.secondary.500); } } .form-select { @apply bg-no-repeat; background-image: url(/themes/fire/assets/media/svgs/icon--chevron-down.svg); background-position: right 10px center; background-size: 15px 15px; } textarea.form-input, .form-textarea { min-height: 7rem; } .form-type-checkbox { @apply relative; @apply block; .form-checkbox { @apply absolute -z-1; @apply opacity-0; &:checked ~ .form-input-label:before { @apply bg-primary-500 border-primary-500; } } .form-input-label { @apply relative; @apply inline-block mb-0 align-top; @apply text-16 antialiased font-normal leading-normal text-gray-700 font-body; &:before, &:after { @apply top-0; content: ''; height: 20px; width: 20px; left: -29px; } &:before { @appl absolute; @apply block; @apply border-2 border-gray-500 rounded-sm; @apply pointer-events-none; } &:after { @apply absolute; @apply block; background: no-repeat 50% / 50% 50%; background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='check' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16 fa-9x'%3E%3Cpath fill='%23fff' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E"); } } } .image-widget { @apply flex items-center; .button { @apply ml-3; } } /* Removes Chrome autofill yellow */ @-webkit-keyframes autofill { to { @apply text-black text-white; } } input:-webkit-autofill { -webkit-animation-name: autofill; -webkit-animation-fill-mode: both; } /*! purgecss end ignore */
web/wp-content/themes/fire/assets/styles/components/forms.css
.form-required { &::after { @apply ml-1; @apply text-red-400; content: '*'; } } /* wrapper for label/input */ .form-group { @apply flex flex-col mb-4; .description { @apply mt-1; @apply text-14 italic; } } .form-input-label { @apply mb-2; @apply font-bold text-14; } .form-input, .form-select, .form-textarea { @apply w-full py-2 px-3; @apply text-gray-800 leading-tight; @apply appearance-none border border-gray-300 rounded bg-white; &:focus { @apply outline-none; box-shadow: 0px 0px 0px 2px theme(colors.secondary.500); } } .form-select { @apply bg-no-repeat; background-image: url(/themes/fire/assets/media/svgs/icon--chevron-down.svg); background-position: right 10px center; background-size: 15px 15px; } textarea.form-input, .form-textarea { min-height: 7rem; } .form-type-checkbox { @apply relative; @apply block; .form-checkbox { @apply absolute -z-1; @apply opacity-0; &:checked ~ .form-input-label:before { @apply bg-primary-500 border-primary-500; } } .form-input-label { @apply relative; @apply inline-block mb-0 align-top; @apply text-16 antialiased font-normal leading-normal text-gray-700 font-body; &:before, &:after { @apply top-0; content: ''; height: 20px; width: 20px; left: -29px; } &:before { @appl absolute; @apply block; @apply border-2 border-gray-500 rounded-sm; @apply pointer-events-none; } &:after { @apply absolute; @apply block; background: no-repeat 50% / 50% 50%; background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='check' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16 fa-9x'%3E%3Cpath fill='%23fff' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E"); } } } .image-widget { @apply flex items-center; .button { @apply ml-3; } } /* Removes Chrome autofill yellow */ @-webkit-keyframes autofill { to { @apply text-black text-white; } } input:-webkit-autofill { -webkit-animation-name: autofill; -webkit-animation-fill-mode: both; } /*! purgecss end ignore */
0.441673
0.057335