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
.load{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%); /*change these sizes to fit into your project*/ width:100px; height:100px; } .load hr{border:0;margin:0;width:40%;height:40%;position:absolute;border-radius:50%;animation:spin 2s ease infinite} .load :first-child{background:#19A68C;animation-delay:-1.5s} .load :nth-child(2){background:#F63D3A;animation-delay:-1s} .load :nth-child(3){background:#FDA543;animation-delay:-0.5s} .load :last-child{background:#193B48} @keyframes spin{ 0%,100%{transform:translate(0)} 25%{transform:translate(160%)} 50%{transform:translate(160%, 160%)} 75%{transform:translate(0, 160%)} } /* Set the color of the icon */ #myBtn { display: none; /* Hidden by default */ position: fixed; /* Fixed/sticky position */ bottom: 60px; /* Place the button at the bottom of the page */ right: 30px; /* Place the button 30px from the right */ z-index: 99; /* Make sure it does not overlap */ border: none; /* Remove borders */ outline: none; /* Remove outline */ background-color: rgb(0,123,255); /* Set a background color */ border-radius: 50%; color: white; /* Text color */ font-weight: bold; cursor: pointer; /* Add a mouse pointer on hover */ padding-left: 15px; padding-right: 15px; border-radius: 50%; /* Rounded corners */ font-size: 40px; /* Increase font size */ } #myBtn:hover { background-color: white; color: rgb(0,123,255); } /* PROJECT NAME" */ .group { position:relative; margin-bottom:10px; } input { font-size:18px; padding:10px 10px 5px; display:block; width:300px; border:none; border-bottom:1px solid #757575; } input:focus { outline:none; } /* LABEL ======================================= */ #title_label { color:#999; font-size:18px; font-weight:normal; position:absolute; pointer-events:none; left:42%; top:10px; transition:0.2s ease all; -moz-transition:0.2s ease all; -webkit-transition:0.2s ease all; } .label { color:#999; font-size:18px; font-weight:normal; position:absolute; pointer-events:none; left:42%; top:10px; transition:0.2s ease all; -moz-transition:0.2s ease all; -webkit-transition:0.2s ease all; width: 200px; } #title_input, .qTitle{ text-align: center; } /* active state */ #title_input:focus ~ label, #title_input:valid ~ label { top:-80px; left: 32%; font-size: 40px; color:white; text-align: right; } .qTitle:focus ~ label, .qTitle:valid ~ label { top:-32px; left: 20px !important ; font-size: 25px; color:black; text-align: right; } .qOption:focus ~ label, .qOption:valid ~ label { left: 90%; font-size: 20px; color:black; text-align: center; } /* BOTTOM BARS ================================= */ .bar { position:relative; display:block; width:300px; } .bar:before, .bar:after { content:''; height:2px; width:0; bottom:1px; position:absolute; background:#5264AE; transition:0.2s ease all; -moz-transition:0.2s ease all; -webkit-transition:0.2s ease all; } .bar:before { left:50%; } .bar:after { right:50%; } /* active state */ input:focus ~ .bar:before, input:focus ~ .bar:after { width:50%; } /* HIGHLIGHTER ================================== */ .highlight { position:absolute; height:60%; width:100px; top:25%; left:0; pointer-events:none; opacity:0.5; } /* active state */ input:focus ~ .highlight { -webkit-animation:inputHighlighter 0.3s ease; -moz-animation:inputHighlighter 0.3s ease; animation:inputHighlighter 0.3s ease; } /* ANIMATIONS ================ */ @-webkit-keyframes inputHighlighter { from { background:#5264AE; } to { width:0; background:transparent; } } @-moz-keyframes inputHighlighter { from { background:#5264AE; } to { width:0; background:transparent; } } @keyframes inputHighlighter { from { background:#5264AE; } to { width:0; background:transparent; } } * { list-style: none; text-decoration: none; outline: 0; } a { color: black; text-indent: -10px; font-size: 24px; } a:active, a:focus { color: #D81B60; font-weight: bold; } #add_label, #add_label:before, #add_label:after { cursor: move; position: absolute; top: -15vh; left: 48vw; width: 80px; height: 80px; border-radius: 50%; background-color: #007bff; box-shadow: rgba(0, 0, 0, 0.117647) 0px 0px 8px 0px, rgba(0, 0, 0, 0.239216) 0px 8px 8px 0px; transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1); z-index: 2; } label #open { position: absolute; top: 15px; left: 19px; color: white; font-size: 48px; cursor: pointer; } label #close { opacity: 0; cursor: pointer; } #menu-toggle:not(:checked) + label:hover { box-shadow: rgba(0, 0, 0, 0.0784314) 0px 0px 12px 0px, rgba(0, 0, 0, 0.239216) 0px 12px 12px 0px; } #menu { position: absolute; padding: 0; left: 70vw; width: 80px; height: 80px; margin-top: 120px; border-radius: 50%; border: none; transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1); z-index: 1; cursor: move; } #menu-toggle:checked + label { /* BUTTTON CONTENT CONTAINER */ position: absolute; left: 70vw; width: 200px; height: 270px; margin-top: 16vh; background-color: white; border-radius: 3px; box-shadow: rgba(0, 0, 0, 0.117647) 0px 0px 8px 0px, rgba(0, 0, 0, 0.239216) 0px 8px 8px 0px; transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1); z-index: 1; } #menu-toggle:checked + label #open { opacity: 0; pointer-events: none; } #menu-toggle:checked + label #close { position: absolute; top: -40px; right: 10px; color: #0079c1; font-size: 48px; opacity: 1; } #menu-toggle:checked + label + #menu { /* BUTTTON CONTENT */ position: absolute; margin-top: -8px; left: 70vw; width: 200px; height: 250px; border-radius: 3px; transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1); z-index: 2; } #menu-toggle:not(:checked) + label + #menu li { opacity: 0; position: absolute; top: 0; left: 0; pointer-events: none; } #menu-toggle:checked + label + #menu li { opacity: 1; margin-left: 30px; padding-bottom: 10px; transition: .2s ease .1s; } [type="checkbox"]:not(:checked), [type="checkbox"]:checked { display: none; } /* The switch - the box around the slider */ .switch { position: relative; display: inline-block; width: 40px; height: 20px; } /* Hide default HTML checkbox */ .switch input { opacity: 0; width: 0; height: 0; } /* The slider */ .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; } .slider:before { position: absolute; content: ""; height: 12px; width: 12px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: .4s; transition: .4s; } input:checked + .slider { background-color: #2196F3; } input:focus + .slider { box-shadow: 0 0 1px #2196F3; } input:checked + .slider:before { -webkit-transform: translateX(22px); -ms-transform: translateX(22px); transform: translateX(22px); } /* Rounded sliders */ .slider.round { border-radius: 34px; } .slider.round:before { border-radius: 50%; } #update{ position: relative;left: 85vw;bottom: 30%;width: 140px;position: fixed;font-size: 20px;font-weight: bold; } /* --- INPUT TAGS -- */ .bootstrap-tagsinput { background-color: #fff; border: 1px solid #ccc; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); display: inline-block; padding: 4px 6px; color: #555; vertical-align: middle; border-radius: 4px; line-height: 22px; cursor: text; max-height: 70px; overflow-y: scroll; overflow-x: visible; width: 100%; } .bootstrap-tagsinput input { border: none; box-shadow: none; outline: none; background-color: transparent; padding: 15 6px; margin: 0; width: auto; max-width: inherit; } .bootstrap-tagsinput.form-control input::-moz-placeholder { color: #777; opacity: 1; } .bootstrap-tagsinput.form-control input:-ms-input-placeholder { color: #777; } .bootstrap-tagsinput.form-control input::-webkit-input-placeholder { color: #777; } .bootstrap-tagsinput input:focus { border: none; box-shadow: none; } .bootstrap-tagsinput .badge { margin: 2px 0; padding:5px 8px; } .bootstrap-tagsinput .badge [data-role="remove"] { margin-left: 8px; cursor: pointer; } .bootstrap-tagsinput .badge [data-role="remove"]:after { content: "×"; padding: 0px 4px; background-color:rgba(0, 0, 0, 0.1); border-radius:50%; font-size:13px } .bootstrap-tagsinput .badge [data-role="remove"]:hover:after { background-color:rgba(0, 0, 0, 0.62);} .bootstrap-tagsinput .badge [data-role="remove"]:hover:active { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .tt-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 14px; background-color: #ffffff; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; cursor: pointer; } .tt-suggestion { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.428571429; color: #333333; white-space: nowrap; } .tt-suggestion:hover, .tt-suggestion:focus { color: #ffffff; text-decoration: none; outline: 0; background-color: #428bca; } /* ------------- WEB RESPONSIVE --------------- */ @media screen and (max-width: 1402px) { #menu-toggle:checked + label { left: 68vw; } #menu-toggle:checked + label + #menu { left: 68vw; } } @media screen and (max-width: 1200px) { #menu-toggle:checked + label { left: 72vw; width: 160px; } #update{ left: 88vw; width: 100px !important; } #menu-toggle:checked + label + #menu { left: 72vw; width: 160px; } #title_label{ left: 37%; } #title_input:focus ~ label, #title_input:valid ~ label { left: 22%; } } [id^="mcq_container"]{ max-width: 600px; } @media screen and (max-width: 990px) { #theme_title{ font-size: 30px; } .bar{ width: 250px !important; } #title_label{ left: 34%; } #title_input{ width: 250px; } #title_input:focus ~ label, #title_input:valid ~ label { left: 18%; } #update{ left: 5vw; bottom: 15%; } #menu-toggle:checked + label { left: 78vw; } #menu-toggle:checked + label + #menu { left: 78vw; } } @media screen and (max-height: 837px) { #title_input:focus ~ label, #title_input:valid ~ label { left: 7% ; } } @media screen and (max-height: 800px) { #fofo{ top: -10vh; } } @media screen and (max-height: 674px) { #fofo{ top: -15vh; } .card-img-top{ height: 130px; } .card{ margin-top: 3%; } #update{ left: 3.5vw; bottom: 15%; } #menu-toggle:checked + label { /*Content container */ margin-top: 100px; width: 230px; height: 130px; background-color: white; margin-top: 20vh; } #menu-toggle:checked + label + #menu { /*Content Inside */ width: 230px; height: 130px; float: left; background-color: white; margin-top: 5px; background-color: white; } #menu li{ text-align: center; float: left; } .Q{ font-size: 20px; } } @media screen and (max-height: 557px) { #secinfo{ height: 0px; display: none; } #subitle{ font-size:20px; } #subitle_container{ height: 10% !important; } #fofo{ top: -20vh; height: 500px !important; } #update{ bottom: 7%; } } .dropdown-item{ font-size: 20px; padding-left: 30px; } body{ background-color: rgb(244,244,244); } @media screen and (max-height: 469px) and (min-width: 770px) { #menu-toggle:checked + label { /*Content container */ margin-top: 42px !important; width: 620px; height: 30px; background-color: white; margin-top: 20vh; margin-left: -400px; } #menu-toggle:checked + label + #menu { /*Content Inside */ width: 620px; height: 30px; float: left; background-color: white; margin-top: -40px; background-color: white; margin-left: -400px; } } @media screen and (min-height: 783px) { .card{ margin-top: 4%; } } /* ------------- PHONE RESPONSIVE --------------- */ @media screen and (max-width: 767px) { .bar{ width: 300px !important; } .Q{ font-size: 24px; } #update{ position: relative;left: 85vw;bottom: 30%;width: 140px;position: fixed;font-size: 20px;font-weight: bold; } #title_input{ width: 300px; } #myBtn{ left: -5000px !important; /* Make button disapear (phone scroll is fast)*/ } #main{ height: 400px !important; } #container_add{ position: relative !important; } #menu{ /*Content Inside */ margin-top: -110px; left: 45vw ; } #add_label, #add_label:before, #add_label:after{ left: 45vw ; top: -90px; } #menu-toggle:checked + label #close { top: -40px; } #menu-toggle:checked + label + #menu { /*Content Inside */ margin-top: -135px; left: 25vw ; width: 362px; height: 100px; float: left; background-color: white; } #update{ bottom: 0px; margin-left: -30vw; } #menu li{ text-align: center; float: left; } #menu-toggle:checked + label { /*Content container */ margin-top: -25px; left: 25vw ; height: 100px; width: 360px; } #test{ background:transparent; margin-top: -200px; height: 0px !important; } #test2{ background:transparent; height: 0px !important; margin-top: -355px; margin-left: 140px; } .mainR{ height: 300px !important; } #proj_img{ position: absolute; margin-top: 7vh !important; margin-left: 32vw; } } @media screen and (max-width: 689px) { #menu-toggle:checked + label + #menu { left: 20vw; } #menu-toggle:checked + label { left: 20vw ; } #proj_img{ position: absolute; margin-top: 7vh !important; margin-left: 28vw; } } @media screen and (max-width: 553px) { #menu-toggle:checked + label + #menu { left: 15vw; } #menu-toggle:checked + label { left: 15vw ; } #title_input:focus ~ label, #title_input:valid ~ label { left: 30%; } #title_label{ left: 40%; } #proj_img{ position: absolute; margin-top: 7vh !important; margin-left: 25vw; } } @media screen and (max-width: 507px) { .qOption:focus ~ label, .qOption:valid ~ label { color: white; } #add_label{ left: 40vw; } } @media screen and (max-width: 468px) { #menu-toggle:checked + label + #menu { left: 10vw; } #menu-toggle:checked + label { left: 10vw ; } #title_input:focus ~ label, #title_input:valid ~ label { left: 27%; } #proj_img{ position: absolute; margin-top: 7vh !important; margin-left: 20vw; } } @media screen and (max-width: 418px) { #update{ left: 90vw; } #menu-toggle:checked + label + #menu { left: 7vw; } #menu-toggle:checked + label { left: 7vw ; } #title_input:focus ~ label, #title_input:valid ~ label { left: 20%; } #title_label{ left: 37%; } } @media screen and (max-width: 398px) { #menu-toggle:checked + label + #menu { left: 2vw; } #menu-toggle:checked + label { left: 2vw ; } .switch{ margin-left: 15%!important; } } @media screen and (max-width: 348px) { #brand { font-size: 0px; } #proj_img{ position: absolute; margin-top: 7vh !important; margin-left: 14vw; } } @media screen and (max-width: 374px) { /* Iphone 5 Compliant Special Div */ #theme_title{ font-size: 25px; } .fa-circle{ margin-right: 0px !important; } .close{ margin-left: 0px !important; } .qOption{ width: 80% !important; } .se{ width: 250px !important; } .Q{ font-size: 20px !important; } #menu-toggle:checked + label { /*Content container */ width: 310px; height: 90px; } #menu-toggle:checked + label + #menu { width: 310px; height: 90px; } } @media screen and (min-height: 757px) and (max-width: 767px) { #test2{ margin-top: -372px !important; } } @media screen and (min-height: 707px) and (max-width: 767px) { #test{ margin-top: -220px; } #test2{ margin-top: -365px; } #proj_img{ margin-top: 6vh !important; } } @media screen and (max-height: 684px) and (max-width: 767px) { #test{ margin-top: -180px; } #test2{ margin-top: -345px; } } @media screen and (max-height: 520px) and (max-width: 767px) { #test{ margin-top: -160px; } #test2{ margin-top: -335px; } } @media screen and (max-width: 990px) { #row1{ height: 800px !important; } #world{ height: 50% !important; } #bar{ height: 50% !important; } #round{ height: 50% !important; } #line{ height: 50% !important; } #row2{ margin-top: 100px !important; height: 800px !important; } } @media screen and (max-width: 477px) { .switch_menu{ padding: 12px !important; font-size:20px !important; } } @media screen and (max-width: 433px) { #menu button{ padding: 5px; font-size: 20px !important; } } @media screen and (max-width: 407px) { .switch_menu{ padding: 7px !important; font-size:13px !important; } }
assets/css/view.css
.load{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%); /*change these sizes to fit into your project*/ width:100px; height:100px; } .load hr{border:0;margin:0;width:40%;height:40%;position:absolute;border-radius:50%;animation:spin 2s ease infinite} .load :first-child{background:#19A68C;animation-delay:-1.5s} .load :nth-child(2){background:#F63D3A;animation-delay:-1s} .load :nth-child(3){background:#FDA543;animation-delay:-0.5s} .load :last-child{background:#193B48} @keyframes spin{ 0%,100%{transform:translate(0)} 25%{transform:translate(160%)} 50%{transform:translate(160%, 160%)} 75%{transform:translate(0, 160%)} } /* Set the color of the icon */ #myBtn { display: none; /* Hidden by default */ position: fixed; /* Fixed/sticky position */ bottom: 60px; /* Place the button at the bottom of the page */ right: 30px; /* Place the button 30px from the right */ z-index: 99; /* Make sure it does not overlap */ border: none; /* Remove borders */ outline: none; /* Remove outline */ background-color: rgb(0,123,255); /* Set a background color */ border-radius: 50%; color: white; /* Text color */ font-weight: bold; cursor: pointer; /* Add a mouse pointer on hover */ padding-left: 15px; padding-right: 15px; border-radius: 50%; /* Rounded corners */ font-size: 40px; /* Increase font size */ } #myBtn:hover { background-color: white; color: rgb(0,123,255); } /* PROJECT NAME" */ .group { position:relative; margin-bottom:10px; } input { font-size:18px; padding:10px 10px 5px; display:block; width:300px; border:none; border-bottom:1px solid #757575; } input:focus { outline:none; } /* LABEL ======================================= */ #title_label { color:#999; font-size:18px; font-weight:normal; position:absolute; pointer-events:none; left:42%; top:10px; transition:0.2s ease all; -moz-transition:0.2s ease all; -webkit-transition:0.2s ease all; } .label { color:#999; font-size:18px; font-weight:normal; position:absolute; pointer-events:none; left:42%; top:10px; transition:0.2s ease all; -moz-transition:0.2s ease all; -webkit-transition:0.2s ease all; width: 200px; } #title_input, .qTitle{ text-align: center; } /* active state */ #title_input:focus ~ label, #title_input:valid ~ label { top:-80px; left: 32%; font-size: 40px; color:white; text-align: right; } .qTitle:focus ~ label, .qTitle:valid ~ label { top:-32px; left: 20px !important ; font-size: 25px; color:black; text-align: right; } .qOption:focus ~ label, .qOption:valid ~ label { left: 90%; font-size: 20px; color:black; text-align: center; } /* BOTTOM BARS ================================= */ .bar { position:relative; display:block; width:300px; } .bar:before, .bar:after { content:''; height:2px; width:0; bottom:1px; position:absolute; background:#5264AE; transition:0.2s ease all; -moz-transition:0.2s ease all; -webkit-transition:0.2s ease all; } .bar:before { left:50%; } .bar:after { right:50%; } /* active state */ input:focus ~ .bar:before, input:focus ~ .bar:after { width:50%; } /* HIGHLIGHTER ================================== */ .highlight { position:absolute; height:60%; width:100px; top:25%; left:0; pointer-events:none; opacity:0.5; } /* active state */ input:focus ~ .highlight { -webkit-animation:inputHighlighter 0.3s ease; -moz-animation:inputHighlighter 0.3s ease; animation:inputHighlighter 0.3s ease; } /* ANIMATIONS ================ */ @-webkit-keyframes inputHighlighter { from { background:#5264AE; } to { width:0; background:transparent; } } @-moz-keyframes inputHighlighter { from { background:#5264AE; } to { width:0; background:transparent; } } @keyframes inputHighlighter { from { background:#5264AE; } to { width:0; background:transparent; } } * { list-style: none; text-decoration: none; outline: 0; } a { color: black; text-indent: -10px; font-size: 24px; } a:active, a:focus { color: #D81B60; font-weight: bold; } #add_label, #add_label:before, #add_label:after { cursor: move; position: absolute; top: -15vh; left: 48vw; width: 80px; height: 80px; border-radius: 50%; background-color: #007bff; box-shadow: rgba(0, 0, 0, 0.117647) 0px 0px 8px 0px, rgba(0, 0, 0, 0.239216) 0px 8px 8px 0px; transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1); z-index: 2; } label #open { position: absolute; top: 15px; left: 19px; color: white; font-size: 48px; cursor: pointer; } label #close { opacity: 0; cursor: pointer; } #menu-toggle:not(:checked) + label:hover { box-shadow: rgba(0, 0, 0, 0.0784314) 0px 0px 12px 0px, rgba(0, 0, 0, 0.239216) 0px 12px 12px 0px; } #menu { position: absolute; padding: 0; left: 70vw; width: 80px; height: 80px; margin-top: 120px; border-radius: 50%; border: none; transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1); z-index: 1; cursor: move; } #menu-toggle:checked + label { /* BUTTTON CONTENT CONTAINER */ position: absolute; left: 70vw; width: 200px; height: 270px; margin-top: 16vh; background-color: white; border-radius: 3px; box-shadow: rgba(0, 0, 0, 0.117647) 0px 0px 8px 0px, rgba(0, 0, 0, 0.239216) 0px 8px 8px 0px; transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1); z-index: 1; } #menu-toggle:checked + label #open { opacity: 0; pointer-events: none; } #menu-toggle:checked + label #close { position: absolute; top: -40px; right: 10px; color: #0079c1; font-size: 48px; opacity: 1; } #menu-toggle:checked + label + #menu { /* BUTTTON CONTENT */ position: absolute; margin-top: -8px; left: 70vw; width: 200px; height: 250px; border-radius: 3px; transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1); z-index: 2; } #menu-toggle:not(:checked) + label + #menu li { opacity: 0; position: absolute; top: 0; left: 0; pointer-events: none; } #menu-toggle:checked + label + #menu li { opacity: 1; margin-left: 30px; padding-bottom: 10px; transition: .2s ease .1s; } [type="checkbox"]:not(:checked), [type="checkbox"]:checked { display: none; } /* The switch - the box around the slider */ .switch { position: relative; display: inline-block; width: 40px; height: 20px; } /* Hide default HTML checkbox */ .switch input { opacity: 0; width: 0; height: 0; } /* The slider */ .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; } .slider:before { position: absolute; content: ""; height: 12px; width: 12px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: .4s; transition: .4s; } input:checked + .slider { background-color: #2196F3; } input:focus + .slider { box-shadow: 0 0 1px #2196F3; } input:checked + .slider:before { -webkit-transform: translateX(22px); -ms-transform: translateX(22px); transform: translateX(22px); } /* Rounded sliders */ .slider.round { border-radius: 34px; } .slider.round:before { border-radius: 50%; } #update{ position: relative;left: 85vw;bottom: 30%;width: 140px;position: fixed;font-size: 20px;font-weight: bold; } /* --- INPUT TAGS -- */ .bootstrap-tagsinput { background-color: #fff; border: 1px solid #ccc; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); display: inline-block; padding: 4px 6px; color: #555; vertical-align: middle; border-radius: 4px; line-height: 22px; cursor: text; max-height: 70px; overflow-y: scroll; overflow-x: visible; width: 100%; } .bootstrap-tagsinput input { border: none; box-shadow: none; outline: none; background-color: transparent; padding: 15 6px; margin: 0; width: auto; max-width: inherit; } .bootstrap-tagsinput.form-control input::-moz-placeholder { color: #777; opacity: 1; } .bootstrap-tagsinput.form-control input:-ms-input-placeholder { color: #777; } .bootstrap-tagsinput.form-control input::-webkit-input-placeholder { color: #777; } .bootstrap-tagsinput input:focus { border: none; box-shadow: none; } .bootstrap-tagsinput .badge { margin: 2px 0; padding:5px 8px; } .bootstrap-tagsinput .badge [data-role="remove"] { margin-left: 8px; cursor: pointer; } .bootstrap-tagsinput .badge [data-role="remove"]:after { content: "×"; padding: 0px 4px; background-color:rgba(0, 0, 0, 0.1); border-radius:50%; font-size:13px } .bootstrap-tagsinput .badge [data-role="remove"]:hover:after { background-color:rgba(0, 0, 0, 0.62);} .bootstrap-tagsinput .badge [data-role="remove"]:hover:active { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .tt-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 14px; background-color: #ffffff; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; cursor: pointer; } .tt-suggestion { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.428571429; color: #333333; white-space: nowrap; } .tt-suggestion:hover, .tt-suggestion:focus { color: #ffffff; text-decoration: none; outline: 0; background-color: #428bca; } /* ------------- WEB RESPONSIVE --------------- */ @media screen and (max-width: 1402px) { #menu-toggle:checked + label { left: 68vw; } #menu-toggle:checked + label + #menu { left: 68vw; } } @media screen and (max-width: 1200px) { #menu-toggle:checked + label { left: 72vw; width: 160px; } #update{ left: 88vw; width: 100px !important; } #menu-toggle:checked + label + #menu { left: 72vw; width: 160px; } #title_label{ left: 37%; } #title_input:focus ~ label, #title_input:valid ~ label { left: 22%; } } [id^="mcq_container"]{ max-width: 600px; } @media screen and (max-width: 990px) { #theme_title{ font-size: 30px; } .bar{ width: 250px !important; } #title_label{ left: 34%; } #title_input{ width: 250px; } #title_input:focus ~ label, #title_input:valid ~ label { left: 18%; } #update{ left: 5vw; bottom: 15%; } #menu-toggle:checked + label { left: 78vw; } #menu-toggle:checked + label + #menu { left: 78vw; } } @media screen and (max-height: 837px) { #title_input:focus ~ label, #title_input:valid ~ label { left: 7% ; } } @media screen and (max-height: 800px) { #fofo{ top: -10vh; } } @media screen and (max-height: 674px) { #fofo{ top: -15vh; } .card-img-top{ height: 130px; } .card{ margin-top: 3%; } #update{ left: 3.5vw; bottom: 15%; } #menu-toggle:checked + label { /*Content container */ margin-top: 100px; width: 230px; height: 130px; background-color: white; margin-top: 20vh; } #menu-toggle:checked + label + #menu { /*Content Inside */ width: 230px; height: 130px; float: left; background-color: white; margin-top: 5px; background-color: white; } #menu li{ text-align: center; float: left; } .Q{ font-size: 20px; } } @media screen and (max-height: 557px) { #secinfo{ height: 0px; display: none; } #subitle{ font-size:20px; } #subitle_container{ height: 10% !important; } #fofo{ top: -20vh; height: 500px !important; } #update{ bottom: 7%; } } .dropdown-item{ font-size: 20px; padding-left: 30px; } body{ background-color: rgb(244,244,244); } @media screen and (max-height: 469px) and (min-width: 770px) { #menu-toggle:checked + label { /*Content container */ margin-top: 42px !important; width: 620px; height: 30px; background-color: white; margin-top: 20vh; margin-left: -400px; } #menu-toggle:checked + label + #menu { /*Content Inside */ width: 620px; height: 30px; float: left; background-color: white; margin-top: -40px; background-color: white; margin-left: -400px; } } @media screen and (min-height: 783px) { .card{ margin-top: 4%; } } /* ------------- PHONE RESPONSIVE --------------- */ @media screen and (max-width: 767px) { .bar{ width: 300px !important; } .Q{ font-size: 24px; } #update{ position: relative;left: 85vw;bottom: 30%;width: 140px;position: fixed;font-size: 20px;font-weight: bold; } #title_input{ width: 300px; } #myBtn{ left: -5000px !important; /* Make button disapear (phone scroll is fast)*/ } #main{ height: 400px !important; } #container_add{ position: relative !important; } #menu{ /*Content Inside */ margin-top: -110px; left: 45vw ; } #add_label, #add_label:before, #add_label:after{ left: 45vw ; top: -90px; } #menu-toggle:checked + label #close { top: -40px; } #menu-toggle:checked + label + #menu { /*Content Inside */ margin-top: -135px; left: 25vw ; width: 362px; height: 100px; float: left; background-color: white; } #update{ bottom: 0px; margin-left: -30vw; } #menu li{ text-align: center; float: left; } #menu-toggle:checked + label { /*Content container */ margin-top: -25px; left: 25vw ; height: 100px; width: 360px; } #test{ background:transparent; margin-top: -200px; height: 0px !important; } #test2{ background:transparent; height: 0px !important; margin-top: -355px; margin-left: 140px; } .mainR{ height: 300px !important; } #proj_img{ position: absolute; margin-top: 7vh !important; margin-left: 32vw; } } @media screen and (max-width: 689px) { #menu-toggle:checked + label + #menu { left: 20vw; } #menu-toggle:checked + label { left: 20vw ; } #proj_img{ position: absolute; margin-top: 7vh !important; margin-left: 28vw; } } @media screen and (max-width: 553px) { #menu-toggle:checked + label + #menu { left: 15vw; } #menu-toggle:checked + label { left: 15vw ; } #title_input:focus ~ label, #title_input:valid ~ label { left: 30%; } #title_label{ left: 40%; } #proj_img{ position: absolute; margin-top: 7vh !important; margin-left: 25vw; } } @media screen and (max-width: 507px) { .qOption:focus ~ label, .qOption:valid ~ label { color: white; } #add_label{ left: 40vw; } } @media screen and (max-width: 468px) { #menu-toggle:checked + label + #menu { left: 10vw; } #menu-toggle:checked + label { left: 10vw ; } #title_input:focus ~ label, #title_input:valid ~ label { left: 27%; } #proj_img{ position: absolute; margin-top: 7vh !important; margin-left: 20vw; } } @media screen and (max-width: 418px) { #update{ left: 90vw; } #menu-toggle:checked + label + #menu { left: 7vw; } #menu-toggle:checked + label { left: 7vw ; } #title_input:focus ~ label, #title_input:valid ~ label { left: 20%; } #title_label{ left: 37%; } } @media screen and (max-width: 398px) { #menu-toggle:checked + label + #menu { left: 2vw; } #menu-toggle:checked + label { left: 2vw ; } .switch{ margin-left: 15%!important; } } @media screen and (max-width: 348px) { #brand { font-size: 0px; } #proj_img{ position: absolute; margin-top: 7vh !important; margin-left: 14vw; } } @media screen and (max-width: 374px) { /* Iphone 5 Compliant Special Div */ #theme_title{ font-size: 25px; } .fa-circle{ margin-right: 0px !important; } .close{ margin-left: 0px !important; } .qOption{ width: 80% !important; } .se{ width: 250px !important; } .Q{ font-size: 20px !important; } #menu-toggle:checked + label { /*Content container */ width: 310px; height: 90px; } #menu-toggle:checked + label + #menu { width: 310px; height: 90px; } } @media screen and (min-height: 757px) and (max-width: 767px) { #test2{ margin-top: -372px !important; } } @media screen and (min-height: 707px) and (max-width: 767px) { #test{ margin-top: -220px; } #test2{ margin-top: -365px; } #proj_img{ margin-top: 6vh !important; } } @media screen and (max-height: 684px) and (max-width: 767px) { #test{ margin-top: -180px; } #test2{ margin-top: -345px; } } @media screen and (max-height: 520px) and (max-width: 767px) { #test{ margin-top: -160px; } #test2{ margin-top: -335px; } } @media screen and (max-width: 990px) { #row1{ height: 800px !important; } #world{ height: 50% !important; } #bar{ height: 50% !important; } #round{ height: 50% !important; } #line{ height: 50% !important; } #row2{ margin-top: 100px !important; height: 800px !important; } } @media screen and (max-width: 477px) { .switch_menu{ padding: 12px !important; font-size:20px !important; } } @media screen and (max-width: 433px) { #menu button{ padding: 5px; font-size: 20px !important; } } @media screen and (max-width: 407px) { .switch_menu{ padding: 7px !important; font-size:13px !important; } }
0.225672
0.06078
.et_pb_roles_main_container, .et_pb_modal_overlay { font-family: 'Open Sans', sans-serif; } .et_pb_roles_main_container .button-primary { text-shadow: none !important; } .et_pb_roles_main_container .button:active { -webkit-transform: none; -ms-transform: none; transform: none; } #et_pb_save_roles { -webkit-transition: background .5s; -moz-transition: background .5s; transition: background .5s; color: #FFF; background-color: #00C3AA; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border: none; padding: 0 20px 0 58px; font-size: 18px; font-weight: 300; height: 53px; line-height: 53px; margin: 4px 0 12px; display: inline-block; text-decoration: none; } #et_pb_save_roles:hover { background-color: #01B19A; } #et_pb_save_roles:before { content: '\l'; font-family: 'ETmodules'; left: 14px; top: 3px; font-size: 28px; display: block; position: absolute; text-shadow: none !important; font-weight: 300 !important; } .et_pb_roles_main_container { position: relative; width: 95%; margin: 30px auto 0; } .et_pb_roles_options_container { background-color: #FFF; padding: 60px 0 0 0; display: none; } .active-container { display: block; } .et_pb_roles_container_all { background: #fff; border: 1px solid #e5e5e5; border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; overflow: hidden; border-top: none; } .et_pb_roles_options_internal { padding: 40px; } p.et_pb_roles_notice { padding: 0 40px; margin: 0; font-size: 14px; } #et_pb_layout_controls { overflow: hidden; text-align: right; top: 0; right: 0; background-color: #7e3bd0; } #et_pb_layout_controls .et-pb-layout-buttons { box-sizing: border-box; color: #fff; margin: 0; float: left; border-radius: 0; text-align: center; background-color: #7e3bd0; padding: 20px; font-weight: 400; text-decoration: none; font-size: 18px; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } #et_pb_layout_controls .et-pb-layout-buttons:first-of-type { padding-left: 40px; } #et_pb_layout_controls .et-pb-layout-buttons.disabled { opacity: .3; } #et_pb_layout_controls .et-pb-layout-buttons:focus { outline: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } #et_pb_layout_controls .et-pb-layout-buttons:hover, .et_pb_roles_active_menu { background-color: #8F42EC !important; } .et_pb_roles_title { font-weight: 300; font-size: 22px; color: #FFF; background-color: #6C2EB9; padding: 25px 80px; border-bottom: 0; line-height: 18px; margin-bottom: 0; position: relative; border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; } .et_pb_roles_title:before { font-family: 'etbuilder'; speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: '\3c'; display: block; position: absolute; left: 40px; top: 18px; font-size: 32px; } h4.et_pb_roles_divider { color: #8E969E; border-top: 1px solid #E7ECF1; border-bottom: 1px solid #E7ECF1;display: block; clear: both; position: relative; background-color: #f1f5f9; padding: 20px 40px; font-size: 18px; font-weight: normal; margin: 0; } .et_pb_save_roles_container { position: relative; } /* yes-no button styles */ .et_pb_yes_no_button { width: 100%; display: inline-block; position: relative; cursor: pointer; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;} .et_pb_yes_no_button.et_pb_off_state { background-color: #F1F5F9; } .et_pb_yes_no_button.et_pb_on_state { background-color: #008BDB; } .et_pb_yes_no_button span.et_pb_button_slider { position: absolute; background: #FFF; width: 50%; height: 30px; margin: 5px 0; background: #FFF; -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .et_pb_yes_no_button.et_pb_off_state span.et_pb_button_slider { left: 5px; } .et_pb_yes_no_button.et_pb_on_state span.et_pb_button_slider { left: 50%; margin-left: -5px; } .et_pb_yes_no_button.et_pb_on_state span.et_pb_value_text.et_pb_on_value { margin-left: 0; margin-right: 0; } .et_pb_yes_no_button.et_pb_off_state span.et_pb_value_text.et_pb_off_value { margin-right: 0; margin-left: 0; } .et_pb_yes_no_button span.et_pb_value_text { padding: 11px; float: left; width: 50%; text-align: center; font-weight: 600; text-transform: uppercase; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } span.et_pb_value_text.et_pb_off_value { color: #8E969E; } span.et_pb_value_text.et_pb_on_value { color: #FFF; } .et_pb_yes_no_button_wrapper select { opacity: 0; position: absolute; z-index: -1; width: 0px !important; height: 0px !important; } .et-pb-options-tab-advanced .et_pb_yes_no_button_wrapper { width: 200px; position: relative; } .et-pb-options-tab-advanced .et_pb_yes_no_button { float: left; } .et_pb_button_equal_sides .et_pb_yes_no_button.et_pb_on_state { background-color: #F1F5F9; } .et_pb_button_equal_sides span.et_pb_value_text.et_pb_on_value { color: #8E969E; } .et_pb_capability_option { float: left; padding: 3% 0; margin-right: 3%; display: block; position: relative; min-width: 17.6%; max-width: 150px; box-sizing: border-box; } span.et_pb_capability_title { max-width: 100%; display: block; word-break: break-all; margin-bottom: 10px; display: block; font-weight: 600; font-size: 16px; } .et_pb_roles_options_internal:before, .et_pb_roles_options_internal:after { content:""; display:table; } .et_pb_roles_options_internal:after { clear:both; } /*! Animate.css - http://daneden.me/animate Licensed under the MIT license - http://opensource.org/licenses/MIT Copyright (c) 2015 <NAME> */ @keyframes bounceIn { 0%, 20%, 40%, 60%, 80%, 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 40% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9); } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); } 80% { -webkit-transform: scale3d(.97, .97, .97); transform: scale3d(.97, .97, .97); } 100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @-webkit-keyframes bounceIn { 0%, 20%, 40%, 60%, 80%, 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 40% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9); } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); } 80% { -webkit-transform: scale3d(.97, .97, .97); transform: scale3d(.97, .97, .97); } 100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } /* End Animate.css */ @-webkit-keyframes et_pb_fade_in_small { 0% { opacity: 0; } 100% { opacity: 1; } } @-moz-keyframes et_pb_fade_in_small { 0% { opacity: 0; } 100% { opacity: 1; } } @-o-keyframes et_pb_fade_in_small { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes et_pb_fade_in_small { 0% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes et_pb_fade_in_scale { 0% { opacity: 0; transform: scale(.9,.9); } 100% { opacity: 1; transform: scale(1,1); } } @-moz-keyframes et_pb_fade_in_scale { 0% { opacity: 0; transform: scale(.9,.9) } 100% { opacity: 1; transform: scale(1,1); } } @-o-keyframes et_pb_fade_in_scale { 0% { opacity: 0; transform: scale(.9,.9) } 100% { opacity: 1; transform: scale(1,1); } } @keyframes et_pb_fade_in_scale { 0% { opacity: 0; transform: scale(.9,.9); } 100% { opacity: 1; transform: scale(1,1); } } @-webkit-keyframes et_pb_fade_out_scale { 0% { opacity: 1; transform: scale(1,1); } 100% { opacity: 0; transform: scale(.9,.9); } } @-moz-keyframes et_pb_fade_out_scale { 0% { opacity: 1; transform: scale(1,1); } 100% { opacity: 0; transform: scale(.9,.9); } } @-o-keyframes et_pb_fade_out_scale { 0% { opacity: 1; transform: scale(1,1); } 100% { opacity: 0; transform: scale(.9,.9); } } @keyframes et_pb_fade_out_scale { 0% { opacity: 1; transform: scale(1,1); } 100% { opacity: 0; transform: scale(.9,.9); } } #et_pb_loading_animation, #et_pb_success_animation { transition: background, box-shadow 0.3s; -moz-transition: background, box-shadow 0.3s; -webkit-transition: background, box-shadow 0.3s; box-shadow: 0 0 60px rgba(0, 139, 219, 0.25); position: fixed; top: 50%; left: 50%; width: 50px; height: 50px; background: #FFF; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; margin: -13px 0 0 55px; z-index: 999999; } #et_pb_success_animation { background-color: #A9E900; box-shadow: 0 0 40px rgba(0,0,0,0); } #et_pb_loading_animation:before, #et_pb_success_animation:before { content: ''; position: absolute; top: 50%; left: 50%; background: url( ../../../core/admin/images/ajax-loader.gif ) no-repeat; width: 32px; height: 32px; margin: -16px 0 0 -16px; } #et_pb_success_animation { opacity: 0; } #et_pb_loading_animation.et_pb_hide_loading { box-shadow: 0 0 40px rgba(0, 139, 219, 0); } #et_pb_loading_animation.et_pb_hide_loading:before { display: none; } #et_pb_success_animation:before { background: none; font-family: 'etbuilder'; speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: '\4e'; color: #fff; font-size: 22px; margin: -10px 0 0 -10px; } #et_pb_success_animation.et_pb_active_success { opacity: 1; -webkit-animation: bounceIn 1s; animation: bounceIn 1s; } span.et_pb_toggle_all { display: block; font-size: 16px; cursor: pointer; float: right; } span.et_pb_toggle_all:after { font-family: 'etbuilder'; content: '6'; } #et_pb_layout_controls .et-pb-layout-buttons { box-sizing: border-box; color: #fff; margin: 0; float: left; border-radius: 0; text-align: center; background-color: #7e3bd0; padding: 20px; font-weight: 400; } .et-pb-layout-buttons-reset span.label { display: none; } .et-pb-layout-buttons-reset span.icon:after, .et-pb-modal-close:before { font-family: 'etbuilder'; font-size: 16px; line-height: 1em; -webkit-font-smoothing: antialiased; } #et_pb_layout_controls .et-pb-layout-buttons.et-pb-layout-buttons-reset { float: right; padding: 20px 40px 20px 20px; } .et-pb-layout-buttons-reset span.icon:after { content: '\4d'; } #et_pb_layout_controls .et-pb-layout-buttons:hover { background-color: #8F42EC; } .et_pb_modal_overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgb(255,255,255,0.7); background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 20%, rgba(255,255,255,0.7) 100%); background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 20%,rgba(255,255,255,0.7) 100%); background: radial-gradient(ellipse at center, rgba(255,255,255,1) 20%,rgba(255,255,255,0.7) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); z-index: 9999; -webkit-animation: et_pb_fade_in_small .5s 1 cubic-bezier(0.77,0,.175,1); animation: et_pb_fade_in_small .5s 1 cubic-bezier(0.77,0,.175,1); } .et_pb_prompt_modal { -webkit-animation: et_pb_fade_in_scale .5s 1 cubic-bezier(0.77,0,.175,1); animation: et_pb_fade_in_scale .5s 1 cubic-bezier(0.77,0,.175,1); min-height: 340px; position: fixed; top: 35%; left: 50%; width: 400px; background: #FFF; padding: 108px 40px 40px 40px; margin-left: -200px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-shadow: 0px 0px 100px rgba(0, 160, 210, 0.20); -webkit-box-shadow: 0px 0px 100px rgba(0, 160, 210, 0.20); box-shadow: 0px 0px 100px rgba(0, 160, 210, 0.20); border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; overflow: hidden; } .et_pb_prompt_modal h3 { font-weight: 300; font-size: 22px; color: #fff; background-color: #6c2eb9; position: absolute; top: 0; left: 0; width: 100%; margin: 0; padding: 25px 40px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .et_pb_prompt_modal p { margin-top: 0; font-size: 14px; line-height: 1.5em; color: #32373c;} .et_pb_prompt_modal label { text-transform: uppercase; color: #32373c; font-size: 14px; font-weight: 600; } .et_pb_prompt_buttons { width: 100%; text-align: center; position: absolute; bottom: 0; margin-left: -40px; } .rtl .et_pb_prompt_buttons { margin-left: 0; margin-right: -40px; } .rtl .et_pb_prompt_modal_save_library .et_pb_prompt_buttons { margin-right: 0; } .et_pb_prompt_buttons a.et_pb_prompt_proceed, .et_pb_prompt_modal .et_pb_prompt_buttons input.et_pb_prompt_proceed { -webkit-transition: background .5s; transition: background .5s; background-color: #008bdb; cursor: pointer; border-radius: 0; -webkit-border-radius: 0; padding: 0; margin: 0; font-size: 17px; font-weight: 600; width: 100%; display: inline-block; float: left; height: 60px; line-height: 60px; text-align: center; color: #fff; text-decoration: none; } .et_pb_prompt_buttons a.et_pb_prompt_proceed:hover, .et_pb_prompt_modal .et_pb_prompt_buttons input.et_pb_prompt_proceed:hover { background-color: #007cc3; } .et-pb-modal-close { text-decoration: none; font-size: 23px; color: #fff; position: absolute; top: 0; right: 0; z-index: 10; padding: 22px; background-color: #622aa9; -webkit-transition: background .5s; transition: background .5s; } .et-pb-modal-close:hover { background-color: #552592; color: #fff; } .et-pb-modal-close:focus { outline: none; border: none; color: #fff; box-shadow: none; } .et-pb-modal-close span { display: none; } .et-pb-modal-close:before { font-weight: 800; content: '\22'; font-size: 23px; } /* Portability Integration */ #et_pb_layout_controls .et-pb-portability-button { float: right; padding: 20px; } .et_pb_modal_closing .et_pb_prompt_modal { opacity: 0; -webkit-animation: et_pb_fade_out_scale .5s 1 cubic-bezier(0.77,0,.175,1); animation: et_pb_fade_out_scale .5s 1 cubic-bezier(0.77,0,.175,1); } .et_pb_modal_closing { opacity: 0; -moz-transition: opacity .5s .2s; -webkit-transition: opacity .5s .2s; transition: opacity .5s .2s; } @media all and ( min-width: 1301px ) { .et_pb_capability_option:nth-of-type(5n+0) { margin-right: 0; } } @media all and ( max-width: 1300px ) and ( min-width: 1081px ) { .et_pb_capability_option { min-width: 22%; padding: 4% 0; margin-right: 4%; } .et_pb_capability_option:nth-of-type(4n+0) { margin-right: 0; } } @media all and ( max-width: 1080px ) and ( min-width: 783px ){ .et_pb_capability_option { min-width: 30%; padding: 5% 0; margin-right: 5%; } .et_pb_capability_option:nth-of-type(3n+0) { margin-right: 0; } } @media all and ( max-width: 782px ) and ( min-width: 481px ){ .et_pb_capability_option { min-width: 47%; padding: 6% 0; margin-right: 6%; } .et_pb_capability_option:nth-of-type(2n+0) { margin-right: 0; } } @media all and ( max-width: 480px ) { .et_pb_capability_option { min-width: 100%; padding: 0 0 7% 0; } } @media all and ( max-width: 959px ) { #et_pb_loading_animation, #et_pb_success_animation { margin-left: -7px; } } @media all and ( max-width: 782px ) { #et_pb_loading_animation, #et_pb_success_animation { margin-left: -25px; } }
dist/wp-content/themes/eliteempresarial/includes/builder/styles/roles_style.css
.et_pb_roles_main_container, .et_pb_modal_overlay { font-family: 'Open Sans', sans-serif; } .et_pb_roles_main_container .button-primary { text-shadow: none !important; } .et_pb_roles_main_container .button:active { -webkit-transform: none; -ms-transform: none; transform: none; } #et_pb_save_roles { -webkit-transition: background .5s; -moz-transition: background .5s; transition: background .5s; color: #FFF; background-color: #00C3AA; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border: none; padding: 0 20px 0 58px; font-size: 18px; font-weight: 300; height: 53px; line-height: 53px; margin: 4px 0 12px; display: inline-block; text-decoration: none; } #et_pb_save_roles:hover { background-color: #01B19A; } #et_pb_save_roles:before { content: '\l'; font-family: 'ETmodules'; left: 14px; top: 3px; font-size: 28px; display: block; position: absolute; text-shadow: none !important; font-weight: 300 !important; } .et_pb_roles_main_container { position: relative; width: 95%; margin: 30px auto 0; } .et_pb_roles_options_container { background-color: #FFF; padding: 60px 0 0 0; display: none; } .active-container { display: block; } .et_pb_roles_container_all { background: #fff; border: 1px solid #e5e5e5; border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; overflow: hidden; border-top: none; } .et_pb_roles_options_internal { padding: 40px; } p.et_pb_roles_notice { padding: 0 40px; margin: 0; font-size: 14px; } #et_pb_layout_controls { overflow: hidden; text-align: right; top: 0; right: 0; background-color: #7e3bd0; } #et_pb_layout_controls .et-pb-layout-buttons { box-sizing: border-box; color: #fff; margin: 0; float: left; border-radius: 0; text-align: center; background-color: #7e3bd0; padding: 20px; font-weight: 400; text-decoration: none; font-size: 18px; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } #et_pb_layout_controls .et-pb-layout-buttons:first-of-type { padding-left: 40px; } #et_pb_layout_controls .et-pb-layout-buttons.disabled { opacity: .3; } #et_pb_layout_controls .et-pb-layout-buttons:focus { outline: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } #et_pb_layout_controls .et-pb-layout-buttons:hover, .et_pb_roles_active_menu { background-color: #8F42EC !important; } .et_pb_roles_title { font-weight: 300; font-size: 22px; color: #FFF; background-color: #6C2EB9; padding: 25px 80px; border-bottom: 0; line-height: 18px; margin-bottom: 0; position: relative; border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; } .et_pb_roles_title:before { font-family: 'etbuilder'; speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: '\3c'; display: block; position: absolute; left: 40px; top: 18px; font-size: 32px; } h4.et_pb_roles_divider { color: #8E969E; border-top: 1px solid #E7ECF1; border-bottom: 1px solid #E7ECF1;display: block; clear: both; position: relative; background-color: #f1f5f9; padding: 20px 40px; font-size: 18px; font-weight: normal; margin: 0; } .et_pb_save_roles_container { position: relative; } /* yes-no button styles */ .et_pb_yes_no_button { width: 100%; display: inline-block; position: relative; cursor: pointer; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;} .et_pb_yes_no_button.et_pb_off_state { background-color: #F1F5F9; } .et_pb_yes_no_button.et_pb_on_state { background-color: #008BDB; } .et_pb_yes_no_button span.et_pb_button_slider { position: absolute; background: #FFF; width: 50%; height: 30px; margin: 5px 0; background: #FFF; -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .et_pb_yes_no_button.et_pb_off_state span.et_pb_button_slider { left: 5px; } .et_pb_yes_no_button.et_pb_on_state span.et_pb_button_slider { left: 50%; margin-left: -5px; } .et_pb_yes_no_button.et_pb_on_state span.et_pb_value_text.et_pb_on_value { margin-left: 0; margin-right: 0; } .et_pb_yes_no_button.et_pb_off_state span.et_pb_value_text.et_pb_off_value { margin-right: 0; margin-left: 0; } .et_pb_yes_no_button span.et_pb_value_text { padding: 11px; float: left; width: 50%; text-align: center; font-weight: 600; text-transform: uppercase; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } span.et_pb_value_text.et_pb_off_value { color: #8E969E; } span.et_pb_value_text.et_pb_on_value { color: #FFF; } .et_pb_yes_no_button_wrapper select { opacity: 0; position: absolute; z-index: -1; width: 0px !important; height: 0px !important; } .et-pb-options-tab-advanced .et_pb_yes_no_button_wrapper { width: 200px; position: relative; } .et-pb-options-tab-advanced .et_pb_yes_no_button { float: left; } .et_pb_button_equal_sides .et_pb_yes_no_button.et_pb_on_state { background-color: #F1F5F9; } .et_pb_button_equal_sides span.et_pb_value_text.et_pb_on_value { color: #8E969E; } .et_pb_capability_option { float: left; padding: 3% 0; margin-right: 3%; display: block; position: relative; min-width: 17.6%; max-width: 150px; box-sizing: border-box; } span.et_pb_capability_title { max-width: 100%; display: block; word-break: break-all; margin-bottom: 10px; display: block; font-weight: 600; font-size: 16px; } .et_pb_roles_options_internal:before, .et_pb_roles_options_internal:after { content:""; display:table; } .et_pb_roles_options_internal:after { clear:both; } /*! Animate.css - http://daneden.me/animate Licensed under the MIT license - http://opensource.org/licenses/MIT Copyright (c) 2015 <NAME> */ @keyframes bounceIn { 0%, 20%, 40%, 60%, 80%, 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 40% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9); } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); } 80% { -webkit-transform: scale3d(.97, .97, .97); transform: scale3d(.97, .97, .97); } 100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @-webkit-keyframes bounceIn { 0%, 20%, 40%, 60%, 80%, 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 40% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9); } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); } 80% { -webkit-transform: scale3d(.97, .97, .97); transform: scale3d(.97, .97, .97); } 100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } /* End Animate.css */ @-webkit-keyframes et_pb_fade_in_small { 0% { opacity: 0; } 100% { opacity: 1; } } @-moz-keyframes et_pb_fade_in_small { 0% { opacity: 0; } 100% { opacity: 1; } } @-o-keyframes et_pb_fade_in_small { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes et_pb_fade_in_small { 0% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes et_pb_fade_in_scale { 0% { opacity: 0; transform: scale(.9,.9); } 100% { opacity: 1; transform: scale(1,1); } } @-moz-keyframes et_pb_fade_in_scale { 0% { opacity: 0; transform: scale(.9,.9) } 100% { opacity: 1; transform: scale(1,1); } } @-o-keyframes et_pb_fade_in_scale { 0% { opacity: 0; transform: scale(.9,.9) } 100% { opacity: 1; transform: scale(1,1); } } @keyframes et_pb_fade_in_scale { 0% { opacity: 0; transform: scale(.9,.9); } 100% { opacity: 1; transform: scale(1,1); } } @-webkit-keyframes et_pb_fade_out_scale { 0% { opacity: 1; transform: scale(1,1); } 100% { opacity: 0; transform: scale(.9,.9); } } @-moz-keyframes et_pb_fade_out_scale { 0% { opacity: 1; transform: scale(1,1); } 100% { opacity: 0; transform: scale(.9,.9); } } @-o-keyframes et_pb_fade_out_scale { 0% { opacity: 1; transform: scale(1,1); } 100% { opacity: 0; transform: scale(.9,.9); } } @keyframes et_pb_fade_out_scale { 0% { opacity: 1; transform: scale(1,1); } 100% { opacity: 0; transform: scale(.9,.9); } } #et_pb_loading_animation, #et_pb_success_animation { transition: background, box-shadow 0.3s; -moz-transition: background, box-shadow 0.3s; -webkit-transition: background, box-shadow 0.3s; box-shadow: 0 0 60px rgba(0, 139, 219, 0.25); position: fixed; top: 50%; left: 50%; width: 50px; height: 50px; background: #FFF; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; margin: -13px 0 0 55px; z-index: 999999; } #et_pb_success_animation { background-color: #A9E900; box-shadow: 0 0 40px rgba(0,0,0,0); } #et_pb_loading_animation:before, #et_pb_success_animation:before { content: ''; position: absolute; top: 50%; left: 50%; background: url( ../../../core/admin/images/ajax-loader.gif ) no-repeat; width: 32px; height: 32px; margin: -16px 0 0 -16px; } #et_pb_success_animation { opacity: 0; } #et_pb_loading_animation.et_pb_hide_loading { box-shadow: 0 0 40px rgba(0, 139, 219, 0); } #et_pb_loading_animation.et_pb_hide_loading:before { display: none; } #et_pb_success_animation:before { background: none; font-family: 'etbuilder'; speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: '\4e'; color: #fff; font-size: 22px; margin: -10px 0 0 -10px; } #et_pb_success_animation.et_pb_active_success { opacity: 1; -webkit-animation: bounceIn 1s; animation: bounceIn 1s; } span.et_pb_toggle_all { display: block; font-size: 16px; cursor: pointer; float: right; } span.et_pb_toggle_all:after { font-family: 'etbuilder'; content: '6'; } #et_pb_layout_controls .et-pb-layout-buttons { box-sizing: border-box; color: #fff; margin: 0; float: left; border-radius: 0; text-align: center; background-color: #7e3bd0; padding: 20px; font-weight: 400; } .et-pb-layout-buttons-reset span.label { display: none; } .et-pb-layout-buttons-reset span.icon:after, .et-pb-modal-close:before { font-family: 'etbuilder'; font-size: 16px; line-height: 1em; -webkit-font-smoothing: antialiased; } #et_pb_layout_controls .et-pb-layout-buttons.et-pb-layout-buttons-reset { float: right; padding: 20px 40px 20px 20px; } .et-pb-layout-buttons-reset span.icon:after { content: '\4d'; } #et_pb_layout_controls .et-pb-layout-buttons:hover { background-color: #8F42EC; } .et_pb_modal_overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgb(255,255,255,0.7); background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 20%, rgba(255,255,255,0.7) 100%); background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 20%,rgba(255,255,255,0.7) 100%); background: radial-gradient(ellipse at center, rgba(255,255,255,1) 20%,rgba(255,255,255,0.7) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); z-index: 9999; -webkit-animation: et_pb_fade_in_small .5s 1 cubic-bezier(0.77,0,.175,1); animation: et_pb_fade_in_small .5s 1 cubic-bezier(0.77,0,.175,1); } .et_pb_prompt_modal { -webkit-animation: et_pb_fade_in_scale .5s 1 cubic-bezier(0.77,0,.175,1); animation: et_pb_fade_in_scale .5s 1 cubic-bezier(0.77,0,.175,1); min-height: 340px; position: fixed; top: 35%; left: 50%; width: 400px; background: #FFF; padding: 108px 40px 40px 40px; margin-left: -200px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-shadow: 0px 0px 100px rgba(0, 160, 210, 0.20); -webkit-box-shadow: 0px 0px 100px rgba(0, 160, 210, 0.20); box-shadow: 0px 0px 100px rgba(0, 160, 210, 0.20); border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; overflow: hidden; } .et_pb_prompt_modal h3 { font-weight: 300; font-size: 22px; color: #fff; background-color: #6c2eb9; position: absolute; top: 0; left: 0; width: 100%; margin: 0; padding: 25px 40px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .et_pb_prompt_modal p { margin-top: 0; font-size: 14px; line-height: 1.5em; color: #32373c;} .et_pb_prompt_modal label { text-transform: uppercase; color: #32373c; font-size: 14px; font-weight: 600; } .et_pb_prompt_buttons { width: 100%; text-align: center; position: absolute; bottom: 0; margin-left: -40px; } .rtl .et_pb_prompt_buttons { margin-left: 0; margin-right: -40px; } .rtl .et_pb_prompt_modal_save_library .et_pb_prompt_buttons { margin-right: 0; } .et_pb_prompt_buttons a.et_pb_prompt_proceed, .et_pb_prompt_modal .et_pb_prompt_buttons input.et_pb_prompt_proceed { -webkit-transition: background .5s; transition: background .5s; background-color: #008bdb; cursor: pointer; border-radius: 0; -webkit-border-radius: 0; padding: 0; margin: 0; font-size: 17px; font-weight: 600; width: 100%; display: inline-block; float: left; height: 60px; line-height: 60px; text-align: center; color: #fff; text-decoration: none; } .et_pb_prompt_buttons a.et_pb_prompt_proceed:hover, .et_pb_prompt_modal .et_pb_prompt_buttons input.et_pb_prompt_proceed:hover { background-color: #007cc3; } .et-pb-modal-close { text-decoration: none; font-size: 23px; color: #fff; position: absolute; top: 0; right: 0; z-index: 10; padding: 22px; background-color: #622aa9; -webkit-transition: background .5s; transition: background .5s; } .et-pb-modal-close:hover { background-color: #552592; color: #fff; } .et-pb-modal-close:focus { outline: none; border: none; color: #fff; box-shadow: none; } .et-pb-modal-close span { display: none; } .et-pb-modal-close:before { font-weight: 800; content: '\22'; font-size: 23px; } /* Portability Integration */ #et_pb_layout_controls .et-pb-portability-button { float: right; padding: 20px; } .et_pb_modal_closing .et_pb_prompt_modal { opacity: 0; -webkit-animation: et_pb_fade_out_scale .5s 1 cubic-bezier(0.77,0,.175,1); animation: et_pb_fade_out_scale .5s 1 cubic-bezier(0.77,0,.175,1); } .et_pb_modal_closing { opacity: 0; -moz-transition: opacity .5s .2s; -webkit-transition: opacity .5s .2s; transition: opacity .5s .2s; } @media all and ( min-width: 1301px ) { .et_pb_capability_option:nth-of-type(5n+0) { margin-right: 0; } } @media all and ( max-width: 1300px ) and ( min-width: 1081px ) { .et_pb_capability_option { min-width: 22%; padding: 4% 0; margin-right: 4%; } .et_pb_capability_option:nth-of-type(4n+0) { margin-right: 0; } } @media all and ( max-width: 1080px ) and ( min-width: 783px ){ .et_pb_capability_option { min-width: 30%; padding: 5% 0; margin-right: 5%; } .et_pb_capability_option:nth-of-type(3n+0) { margin-right: 0; } } @media all and ( max-width: 782px ) and ( min-width: 481px ){ .et_pb_capability_option { min-width: 47%; padding: 6% 0; margin-right: 6%; } .et_pb_capability_option:nth-of-type(2n+0) { margin-right: 0; } } @media all and ( max-width: 480px ) { .et_pb_capability_option { min-width: 100%; padding: 0 0 7% 0; } } @media all and ( max-width: 959px ) { #et_pb_loading_animation, #et_pb_success_animation { margin-left: -7px; } } @media all and ( max-width: 782px ) { #et_pb_loading_animation, #et_pb_success_animation { margin-left: -25px; } }
0.35869
0.069858
.syntaxhighlighter { background-color: #fafafa !important; } .syntaxhighlighter .line.alt1 { background-color: #fafafa !important; } .syntaxhighlighter .line.alt2 { background-color: #fafafa !important; } .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 { background-color: rgba(216, 234, 255, 0.6) !important; } .syntaxhighlighter .line.highlighted.number { color: white !important; } .syntaxhighlighter table caption { color: black !important; } .syntaxhighlighter .gutter { color: #aaa !important; } .syntaxhighlighter .gutter .line { border-right: 1px solid #ccc !important; } .syntaxhighlighter .gutter .line.highlighted { background-color: #eee !important; color: #555 !important; } .syntaxhighlighter.printing .line .content { border: none !important; } .syntaxhighlighter.collapsed { overflow: visible !important; } .syntaxhighlighter.collapsed .toolbar { color: #3f5fbf !important; background: white !important; border: 1px solid #d4d0c8 !important; } .syntaxhighlighter.collapsed .toolbar a { color: #3f5fbf !important; } .syntaxhighlighter.collapsed .toolbar a:hover { color: #aa7700 !important; } .syntaxhighlighter .toolbar { color: #a0a0a0 !important; background: #d4d0c8 !important; border: none !important; } .syntaxhighlighter .toolbar a { color: #a0a0a0 !important; } .syntaxhighlighter .toolbar a:hover { color: red !important; } .syntaxhighlighter .plain, .syntaxhighlighter .plain a { color: #222 !important; } .syntaxhighlighter .comments, .syntaxhighlighter .comments a { color: #999 !important; } .syntaxhighlighter .string, .syntaxhighlighter .string a { color: #0c74b1 !important; } .syntaxhighlighter .keyword { color: #609333 !important; } .syntaxhighlighter .preprocessor { color: #646464 !important; } .syntaxhighlighter .variable { color: #ca4c00 !important; } .syntaxhighlighter .value { color: #009900 !important; } .syntaxhighlighter .functions { color: #ff1493 !important; } .syntaxhighlighter .constants { color: #0066cc !important; } .syntaxhighlighter .script { font-weight: bold !important; color: #7f0055 !important; background-color: none !important; } .syntaxhighlighter .color1, .syntaxhighlighter .color1 a { color: gray !important; } .syntaxhighlighter .color2, .syntaxhighlighter .color2 a { color: #ff1493 !important; } .syntaxhighlighter .color3, .syntaxhighlighter .color3 a { color: red !important; } .syntaxhighlighter .keyword { font-weight: bold !important; } .xml .keyword, .xml .keyword a { color: #222 !important; } .xml .color1, .xml .color1 a { color: #222 !important; } .syntaxhighlighter .xml .string { font-style: italic !important; color: #2a00ff !important; }
Smarty/Documentation/documentation/assets/js/syntaxhighlighter/styles/shThemeKreatura.css
.syntaxhighlighter { background-color: #fafafa !important; } .syntaxhighlighter .line.alt1 { background-color: #fafafa !important; } .syntaxhighlighter .line.alt2 { background-color: #fafafa !important; } .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 { background-color: rgba(216, 234, 255, 0.6) !important; } .syntaxhighlighter .line.highlighted.number { color: white !important; } .syntaxhighlighter table caption { color: black !important; } .syntaxhighlighter .gutter { color: #aaa !important; } .syntaxhighlighter .gutter .line { border-right: 1px solid #ccc !important; } .syntaxhighlighter .gutter .line.highlighted { background-color: #eee !important; color: #555 !important; } .syntaxhighlighter.printing .line .content { border: none !important; } .syntaxhighlighter.collapsed { overflow: visible !important; } .syntaxhighlighter.collapsed .toolbar { color: #3f5fbf !important; background: white !important; border: 1px solid #d4d0c8 !important; } .syntaxhighlighter.collapsed .toolbar a { color: #3f5fbf !important; } .syntaxhighlighter.collapsed .toolbar a:hover { color: #aa7700 !important; } .syntaxhighlighter .toolbar { color: #a0a0a0 !important; background: #d4d0c8 !important; border: none !important; } .syntaxhighlighter .toolbar a { color: #a0a0a0 !important; } .syntaxhighlighter .toolbar a:hover { color: red !important; } .syntaxhighlighter .plain, .syntaxhighlighter .plain a { color: #222 !important; } .syntaxhighlighter .comments, .syntaxhighlighter .comments a { color: #999 !important; } .syntaxhighlighter .string, .syntaxhighlighter .string a { color: #0c74b1 !important; } .syntaxhighlighter .keyword { color: #609333 !important; } .syntaxhighlighter .preprocessor { color: #646464 !important; } .syntaxhighlighter .variable { color: #ca4c00 !important; } .syntaxhighlighter .value { color: #009900 !important; } .syntaxhighlighter .functions { color: #ff1493 !important; } .syntaxhighlighter .constants { color: #0066cc !important; } .syntaxhighlighter .script { font-weight: bold !important; color: #7f0055 !important; background-color: none !important; } .syntaxhighlighter .color1, .syntaxhighlighter .color1 a { color: gray !important; } .syntaxhighlighter .color2, .syntaxhighlighter .color2 a { color: #ff1493 !important; } .syntaxhighlighter .color3, .syntaxhighlighter .color3 a { color: red !important; } .syntaxhighlighter .keyword { font-weight: bold !important; } .xml .keyword, .xml .keyword a { color: #222 !important; } .xml .color1, .xml .color1 a { color: #222 !important; } .syntaxhighlighter .xml .string { font-style: italic !important; color: #2a00ff !important; }
0.278944
0.177882
body { font-family:Josefin Sans, sans-serif; font-size:12px; color:#979797; line-height:20px; background:#fff; } a:link,a:visited,a:active{ color:#18453B; outline: 0; text-decoration:none; } a:hover{ color:#000; } h1, h2, h3, h4, h5, h6 { color:#555; font-weight:700; font-family:Josefin Sans, sans-serif; } h1 { font-size:38px; } h2 { font-size:32px; } h3 { font-size:24px; } h4 { font-size:18px; } h5 { font-size:16px; } h6 { font-size:12px; } p { line-height:1.6em; font-size:14px; } .align-right { float:right; margin: 0 0 5px 10px; } .align-left { float:left; margin: 0 10px 5px 0; } /*-----------------------------------------------------------------------------------*/ /* MODAL CONTENT STYLES /*-----------------------------------------------------------------------------------*/ .login a { margin-top: 10px; width:100px; padding:10px 20px; background:#18453B; float:right; color:#fff; font-weight:bold; font-size:12px; text-align:center; } .register a{ margin-top: 10px; width:100px; padding:10px 20px; background:#e30613; float:right; color:#fff; font-weight:bold; font-size:12px; text-align:center; } .dashboard a{ margin-top: 10px; width:150px; padding:10px 20px; background:#e30613; float:right; color:#fff; font-weight:bold; font-size:12px; text-align:center; } .logout a{ margin-top: 10px; width:100px; padding:10px 20px; background:#18453B; float:right; color:#fff; font-weight:bold; font-size:12px; text-align:center; } .login-ico, .register-ico {padding-right:5px;} /*-----------------------------------------------------------------------------------*/ /* HEADER CONTENT STYLES /*-----------------------------------------------------------------------------------*/ #header { border-top:3px solid #18453B; position:absolute; left:0px; right:0px; z-index:11; } .header-wrap {overflow:visible;} .logo { margin-top: -15px; padding-top: 12px; float:left; } .logo h1, .logo h1 a { color: #fff; font-size: 25px; background-color: #18453B; padding-top: 25px; padding-left: 15px; padding-right: 15px; padding-bottom: 10px; } /*-----------------------------------------------------------------------------------*/ /* RESPONSIVE SLIDER CONTENT STYLES /*-----------------------------------------------------------------------------------*/ .slider-wrap {background:url(../images/slider_bg.jpg);overflow:hidden;} .rsp-caption {margin-bottom:30%;} .rsp-caption h2 { text-transform: none; padding:1%; color:#fff; font-family: 'Open Sans', sans-serif; font-weight:400; line-height:30px; font-size:25px; margin-top:92%; } .rsp-caption p { padding:20px 0 30px 0; color:#fff; font-family: 'Helvetica', sans-serif; font-weight:100; line-height:20px; font-size:14px; } .app-ico {margin-top:20px;} .app-ico span { float:left; margin:0 12px 0 0; width:32px; height:32px; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; } .app-ico span img:hover {opacity:0.4;filter: alpha(opacity = 40);} /*-----------------------------------------------------------------------------------*/ /* OTHER CONTENT STYLES /*-----------------------------------------------------------------------------------*/ .space10 {height:10px;} .space20 {height:20px;} .space30 {height:30px;} .space40 {height:40px;} .space50 {height:50px;} .space60 {height:60px;} .space70 {height:70px;} /*-----------------------------------------------------------------------------------*/ /* MAIN CONTENT STYLES /*-----------------------------------------------------------------------------------*/ .wrap { position: relative; } .video { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin: 0 auto -20px auto; width:80%; } .video iframe, .video object, .video embed { position: absolute; top: 0; left: 0; right:0; width: 100%; height: 82%; margin: 0 auto; } /*-----------------------------------------------------------------------------------*/ /* FEATURES CONTENT STYLES /*-----------------------------------------------------------------------------------*/ .features-wrap {overflow: hidden;} .features-content { padding:20px 10px 0 10px; text-align:center; } .features-content:hover {cursor:pointer;} .features-icon { position: relative; border:none; margin-bottom:25px; font-size:30px; text-align:center; } .features-content:hover h5 {color:#18453B;} .features-content:hover .foundicon1-people, .features-content:hover .foundicon1-heart, .features-content:hover .foundicon1-globe { color:#18453B !important; } .features-description{ font-weight:400; line-height:20px; } .features-description h5{ font-size:17px; } .features-description p{ padding:5px 0 10px 0; font-size:12px; font-family:Helvetica,Arial; } /*-----------------------------------------------------------------------------------*/ /* WRAP2 CONTENT STYLES /*-----------------------------------------------------------------------------------*/ .wrap2 {text-align:center;} .wrap2 h2{font-size:24px;} .app-ico2 {margin-top:20px;} .app-ico2 span { text-align:center; margin:0 12px 0 0; width:32px; height:32px; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; } .app-ico2 span img:hover {opacity:0.5;filter: alpha(opacity = 50);} /*-----------------------------------------------------------------------------------*/ /* FOOTER CONTENT STYLES /*-----------------------------------------------------------------------------------*/ .footer { padding:20px 0; border-top:1px solid #d5d5d5; } .footer p { color:#828282; text-align:center; font-size:13px; } /*-----------------------------------------------------------------------------------*/ /* FOOTER CONTENT - SOCIAL STYLES /*-----------------------------------------------------------------------------------*/ .social { width: 110px; margin: 0 auto; } ul.social-networks { overflow:hidden; } ul.social-networks li { float:left; margin:8px 2px 0 2px; border:none; } .icon-twitter a, .icon-facebook a, .icon-flickr a, .icon-dribbble a { float:left; background:url(../images/social-sprite.png) no-repeat left bottom; text-indent:8000px; width:40px; height:40px; -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; } .icon-twitter a:hover, .icon-facebook a:hover, .icon-flickr a:hover, .icon-dribbble a:hover { background:url(../images/social-sprite.png) no-repeat left top; -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; } .icon-twitter, .icon-twitter a {background-position:-0px top;} .icon-twitter a:hover {background-position:-0px bottom;} .icon-facebook, .icon-facebook a {background-position:-40px top;} .icon-facebook a:hover {background-position:-40px bottom;} .icon-dribbble, .icon-dribbble a {background-position:-80px top;} .icon-dribbble a:hover {background-position:-80px bottom;} .icon-flickr, .icon-flickr a {background-position:-120px top;} .icon-flickr a:hover {background-position:-120px bottom;} /*-----------------------------------------------------------------------------------*/ /* TWITTER FEED CONTENT STYLES /*-----------------------------------------------------------------------------------*/ .twitter-feed { padding:0px; position:relative; display:block; width:100%; min-height:80px; text-align:center; } ul#twitter_update_list { margin:0px; padding:0px 35px; list-style:none; } ul#twitter_update_list li { padding:0px 0px 5px 0px; margin:0px; display:none; } .twitter-feed span { font-size:13px; color:#929292; display:block; line-height:1.3em; } .twitter-feed span a { color:#00aeef; text-decoration:none; } .twitter-feed span a:hover { color:#00aeef; border-bottom:1px dotted #00aeef; } .twitter-feed a { color:#777; text-decoration:none; } .twitter-feed a:hover { color:#AAA; text-decoration:none; } /*-----------------------------------------------------------------------------------*/ /* INTRO CONTENT STYLES /*-----------------------------------------------------------------------------------*/ #intro {background:#000 url(../images/intro-bg.png);padding:70px 0;} .intro-image, .intro-video {padding:10px;} .intro-image img, .intro-video img {max-width:100%;height:auto;display:table;margin: 0 auto;} /* #Tablet (Portrait) ================================================== */ /* Note: Design for a width of 768px */ @media only screen and (min-width: 768px) and (max-width: 959px) { .logo img { width:80%; height:auto; } .rsp-caption h2 {font-size: 140%;margin-top:85%;} .slider-wrap { background:url(../images/slider_bg.jpg); padding-top:0px; } .video { margin: 0 auto -20px auto; width:80%; } .video iframe, .video object, .video embed { width: 100%; height: 82%; } } /* #Mobile (Portrait) ================================================== */ /* Note: Design for a width of 320px */ @media only screen and (max-width: 767px) { .logo img { width:60%; height:auto; } .rsp-caption, .rsp-caption h2, .rsp-caption p {display:none;} .slider-wrap { background:url(../images/slider_bg.jpg); padding-top:80px; } .wrap2 h2 { font-size:20px;} .twitter-feed { min-height:120px; } .video { margin: 0 auto 40px auto; width:100%; } .video iframe, .video object, .video embed { width: 100%; height: 100%; } .login{ padding-top: 20px; } .login a { width:50px; height:30px; overflow:hidden; } .register a{ width:50px; height:30px; overflow:hidden; } } /* #Mobile (Landscape) ================================================== */ /* Note: Design for a width of 480px */ @media only screen and (min-width: 480px) and (max-width: 767px) { .rsp-caption, .rsp-caption h2, .rsp-caption p {display:none;} .video { margin: 0 auto 20px auto; width:80%; } .video iframe, .video object, .video embed { width: 100%; height: 80%; } .login a { width:80px; height:auto; } .register a{ width:90px; height:auto; } }
assets/css/style.css
body { font-family:Josefin Sans, sans-serif; font-size:12px; color:#979797; line-height:20px; background:#fff; } a:link,a:visited,a:active{ color:#18453B; outline: 0; text-decoration:none; } a:hover{ color:#000; } h1, h2, h3, h4, h5, h6 { color:#555; font-weight:700; font-family:Josefin Sans, sans-serif; } h1 { font-size:38px; } h2 { font-size:32px; } h3 { font-size:24px; } h4 { font-size:18px; } h5 { font-size:16px; } h6 { font-size:12px; } p { line-height:1.6em; font-size:14px; } .align-right { float:right; margin: 0 0 5px 10px; } .align-left { float:left; margin: 0 10px 5px 0; } /*-----------------------------------------------------------------------------------*/ /* MODAL CONTENT STYLES /*-----------------------------------------------------------------------------------*/ .login a { margin-top: 10px; width:100px; padding:10px 20px; background:#18453B; float:right; color:#fff; font-weight:bold; font-size:12px; text-align:center; } .register a{ margin-top: 10px; width:100px; padding:10px 20px; background:#e30613; float:right; color:#fff; font-weight:bold; font-size:12px; text-align:center; } .dashboard a{ margin-top: 10px; width:150px; padding:10px 20px; background:#e30613; float:right; color:#fff; font-weight:bold; font-size:12px; text-align:center; } .logout a{ margin-top: 10px; width:100px; padding:10px 20px; background:#18453B; float:right; color:#fff; font-weight:bold; font-size:12px; text-align:center; } .login-ico, .register-ico {padding-right:5px;} /*-----------------------------------------------------------------------------------*/ /* HEADER CONTENT STYLES /*-----------------------------------------------------------------------------------*/ #header { border-top:3px solid #18453B; position:absolute; left:0px; right:0px; z-index:11; } .header-wrap {overflow:visible;} .logo { margin-top: -15px; padding-top: 12px; float:left; } .logo h1, .logo h1 a { color: #fff; font-size: 25px; background-color: #18453B; padding-top: 25px; padding-left: 15px; padding-right: 15px; padding-bottom: 10px; } /*-----------------------------------------------------------------------------------*/ /* RESPONSIVE SLIDER CONTENT STYLES /*-----------------------------------------------------------------------------------*/ .slider-wrap {background:url(../images/slider_bg.jpg);overflow:hidden;} .rsp-caption {margin-bottom:30%;} .rsp-caption h2 { text-transform: none; padding:1%; color:#fff; font-family: 'Open Sans', sans-serif; font-weight:400; line-height:30px; font-size:25px; margin-top:92%; } .rsp-caption p { padding:20px 0 30px 0; color:#fff; font-family: 'Helvetica', sans-serif; font-weight:100; line-height:20px; font-size:14px; } .app-ico {margin-top:20px;} .app-ico span { float:left; margin:0 12px 0 0; width:32px; height:32px; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; } .app-ico span img:hover {opacity:0.4;filter: alpha(opacity = 40);} /*-----------------------------------------------------------------------------------*/ /* OTHER CONTENT STYLES /*-----------------------------------------------------------------------------------*/ .space10 {height:10px;} .space20 {height:20px;} .space30 {height:30px;} .space40 {height:40px;} .space50 {height:50px;} .space60 {height:60px;} .space70 {height:70px;} /*-----------------------------------------------------------------------------------*/ /* MAIN CONTENT STYLES /*-----------------------------------------------------------------------------------*/ .wrap { position: relative; } .video { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin: 0 auto -20px auto; width:80%; } .video iframe, .video object, .video embed { position: absolute; top: 0; left: 0; right:0; width: 100%; height: 82%; margin: 0 auto; } /*-----------------------------------------------------------------------------------*/ /* FEATURES CONTENT STYLES /*-----------------------------------------------------------------------------------*/ .features-wrap {overflow: hidden;} .features-content { padding:20px 10px 0 10px; text-align:center; } .features-content:hover {cursor:pointer;} .features-icon { position: relative; border:none; margin-bottom:25px; font-size:30px; text-align:center; } .features-content:hover h5 {color:#18453B;} .features-content:hover .foundicon1-people, .features-content:hover .foundicon1-heart, .features-content:hover .foundicon1-globe { color:#18453B !important; } .features-description{ font-weight:400; line-height:20px; } .features-description h5{ font-size:17px; } .features-description p{ padding:5px 0 10px 0; font-size:12px; font-family:Helvetica,Arial; } /*-----------------------------------------------------------------------------------*/ /* WRAP2 CONTENT STYLES /*-----------------------------------------------------------------------------------*/ .wrap2 {text-align:center;} .wrap2 h2{font-size:24px;} .app-ico2 {margin-top:20px;} .app-ico2 span { text-align:center; margin:0 12px 0 0; width:32px; height:32px; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; } .app-ico2 span img:hover {opacity:0.5;filter: alpha(opacity = 50);} /*-----------------------------------------------------------------------------------*/ /* FOOTER CONTENT STYLES /*-----------------------------------------------------------------------------------*/ .footer { padding:20px 0; border-top:1px solid #d5d5d5; } .footer p { color:#828282; text-align:center; font-size:13px; } /*-----------------------------------------------------------------------------------*/ /* FOOTER CONTENT - SOCIAL STYLES /*-----------------------------------------------------------------------------------*/ .social { width: 110px; margin: 0 auto; } ul.social-networks { overflow:hidden; } ul.social-networks li { float:left; margin:8px 2px 0 2px; border:none; } .icon-twitter a, .icon-facebook a, .icon-flickr a, .icon-dribbble a { float:left; background:url(../images/social-sprite.png) no-repeat left bottom; text-indent:8000px; width:40px; height:40px; -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; } .icon-twitter a:hover, .icon-facebook a:hover, .icon-flickr a:hover, .icon-dribbble a:hover { background:url(../images/social-sprite.png) no-repeat left top; -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; } .icon-twitter, .icon-twitter a {background-position:-0px top;} .icon-twitter a:hover {background-position:-0px bottom;} .icon-facebook, .icon-facebook a {background-position:-40px top;} .icon-facebook a:hover {background-position:-40px bottom;} .icon-dribbble, .icon-dribbble a {background-position:-80px top;} .icon-dribbble a:hover {background-position:-80px bottom;} .icon-flickr, .icon-flickr a {background-position:-120px top;} .icon-flickr a:hover {background-position:-120px bottom;} /*-----------------------------------------------------------------------------------*/ /* TWITTER FEED CONTENT STYLES /*-----------------------------------------------------------------------------------*/ .twitter-feed { padding:0px; position:relative; display:block; width:100%; min-height:80px; text-align:center; } ul#twitter_update_list { margin:0px; padding:0px 35px; list-style:none; } ul#twitter_update_list li { padding:0px 0px 5px 0px; margin:0px; display:none; } .twitter-feed span { font-size:13px; color:#929292; display:block; line-height:1.3em; } .twitter-feed span a { color:#00aeef; text-decoration:none; } .twitter-feed span a:hover { color:#00aeef; border-bottom:1px dotted #00aeef; } .twitter-feed a { color:#777; text-decoration:none; } .twitter-feed a:hover { color:#AAA; text-decoration:none; } /*-----------------------------------------------------------------------------------*/ /* INTRO CONTENT STYLES /*-----------------------------------------------------------------------------------*/ #intro {background:#000 url(../images/intro-bg.png);padding:70px 0;} .intro-image, .intro-video {padding:10px;} .intro-image img, .intro-video img {max-width:100%;height:auto;display:table;margin: 0 auto;} /* #Tablet (Portrait) ================================================== */ /* Note: Design for a width of 768px */ @media only screen and (min-width: 768px) and (max-width: 959px) { .logo img { width:80%; height:auto; } .rsp-caption h2 {font-size: 140%;margin-top:85%;} .slider-wrap { background:url(../images/slider_bg.jpg); padding-top:0px; } .video { margin: 0 auto -20px auto; width:80%; } .video iframe, .video object, .video embed { width: 100%; height: 82%; } } /* #Mobile (Portrait) ================================================== */ /* Note: Design for a width of 320px */ @media only screen and (max-width: 767px) { .logo img { width:60%; height:auto; } .rsp-caption, .rsp-caption h2, .rsp-caption p {display:none;} .slider-wrap { background:url(../images/slider_bg.jpg); padding-top:80px; } .wrap2 h2 { font-size:20px;} .twitter-feed { min-height:120px; } .video { margin: 0 auto 40px auto; width:100%; } .video iframe, .video object, .video embed { width: 100%; height: 100%; } .login{ padding-top: 20px; } .login a { width:50px; height:30px; overflow:hidden; } .register a{ width:50px; height:30px; overflow:hidden; } } /* #Mobile (Landscape) ================================================== */ /* Note: Design for a width of 480px */ @media only screen and (min-width: 480px) and (max-width: 767px) { .rsp-caption, .rsp-caption h2, .rsp-caption p {display:none;} .video { margin: 0 auto 20px auto; width:80%; } .video iframe, .video object, .video embed { width: 100%; height: 80%; } .login a { width:80px; height:auto; } .register a{ width:90px; height:auto; } }
0.271928
0.055464
@import '../common/base.css'; :root { /* Primary Variables */ --brand-primary: #747c88; --brand-primary-hover: #9098a2; --brand-midtone: #f1f1f1; --brand-darktone: #969696; --brand-default-bg: #fff; --brand-default-fg: #22231f; /* Warning colors */ --brand-notice: #f6c358; --brand-warning: #fcb46e; --brand-error: #bf5155; /* Connection Indicator top */ --comp-workspace-before-bg: var(--brand-primary); --comp-bg-kiwi-workspace--disconnected-after-bg: var(--brand-error); /* Container Header */ --comp-header-bg: var(--brand-default-bg); --comp-header-name-fg: var(--brand-default-fg); --comp-header-option-active-fg: var(--brand-default-bg); --comp-header-option-active-bg: var(--brand-primary); /* StateBrowser */ --comp-statebrowser-fg: #fff; --comp-statebrowser-bg: #414956; --comp-statebrowser-bg-networkname: #626975; --comp-statebrowser-channel-active-bg: #ffffff0d; --comp-statebrowser-channel-active-fg: #fff; --comp-usermenu-open-bg: #303742; --comp-statebrowser-network-border: #bda28e; /* Sidebars ( Right Side ) */ --comp-sidebar-bg: #fff; --comp-sidebar-fg: #22231f; --comp-aboutbuffer-bg: rgba(0, 0, 0, 0.03); --comp-aboutbuffer-header-bg: #42b992; /* Misc */ --brand-link-normal: var(--brand-primary); --brand-link--hover: var(--brand-primary-hover); --brand-shadow: rgba(0, 0, 0, 0.1); --comp-border: #b2b2b2; } .kiwi-appsettings-title, .kiwi-appsettings-block h3, .kiwi-networksettings .kiwi-title, .u-form input[type='checkbox']:after, .u-form input[type='radio']:after { background-color: var(--brand-primary); } .kiwi-networksettings .kiwi-title { border-top-color: var(--brand-primary-hover); } .kiwi-statebrowser-network.kiwi-statebrowser-network--active .kiwi-statebrowser-network-header { border-left: 3px solid var(--brand-primary-hover); } .u-tabbed-view-tabs .u-tabbed-view-tab:hover, .u-tabbed-view-tabs .u-tabbed-view-tab.u-tabbed-view-tab--active { border-bottom-color: var(--brand-primary); } .kiwi-statebrowser-newnetwork { border-top-color: var(--brand-primary-hover); } .kiwi-statebrowser-newnetwork a:hover { background: var(--brand-primary-hover); } .kiwi-network-name-options { background-color: var(--comp-statebrowser-bg); } .kiwi-statebrowser-channel-leave { background: transparent; } .kiwi-statebrowser-channelfilter a, .kiwi-statebrowser-channelfilter a:hover { color: #fff; } .kiwi-awaystatusindicator { background: #41e8c9; } .kiwi-awaystatusindicator.kiwi-awaystatusindicator--away { background: var(--brand-error); } .kiwi-startup-common-section-info { border-left-color: var(--brand-primary); } .kiwi-aboutbuffer h4 { background-color: #4b5160; } .kiwi-appsettings-section { background: #f1f1f1; } /* IRC Text Colours */ .irc-fg-colour-white { color: #fff; } .irc-fg-colour-black { color: #000; } .irc-fg-colour-blue { color: #00f; } .irc-fg-colour-green { color: #009300; } .irc-fg-colour-light-red { color: #ff5959; } .irc-fg-colour-brown { color: #743a00; } .irc-fg-colour-purple { color: #a500ff; } .irc-fg-colour-orange { color: #ff8c00; } .irc-fg-colour-yellow { color: #ff0; } .irc-fg-colour-light-green { color: #6fff6f; } .irc-fg-colour-cyan { color: #0cc; } .irc-fg-colour-light-cyan { color: #6dffff; } .irc-fg-colour-light-blue { color: #59b4ff; } .irc-fg-colour-pink { color: #f0f; } .irc-fg-colour-grey { color: #a6a6a6; } .irc-fg-colour-light-grey { color: #e2e2e2; } .irc-bg-colour-white { background-color: #fff; } .irc-bg-colour-black { background-color: #000; } .irc-bg-colour-blue { background-color: #00f; } .irc-bg-colour-green { background-color: #009300; } .irc-bg-colour-light-red { background-color: #ff5959; } .irc-bg-colour-brown { background-color: #743a00; } .irc-bg-colour-purple { background-color: #a500ff; } .irc-bg-colour-orange { background-color: #ff8c00; } .irc-bg-colour-yellow { background-color: #ff0; } .irc-bg-colour-light-green { background-color: #6fff6f; } .irc-bg-colour-cyan { background-color: #0cc; } .irc-bg-colour-light-cyan { background-color: #6dffff; } .irc-bg-colour-light-blue { background-color: #59b4ff; } .irc-bg-colour-pink { background-color: #f0f; } .irc-bg-colour-grey { background-color: #a6a6a6; } .irc-bg-colour-light-grey { background-color: #e2e2e2; }
static/themes/grayfox/theme.css
@import '../common/base.css'; :root { /* Primary Variables */ --brand-primary: #747c88; --brand-primary-hover: #9098a2; --brand-midtone: #f1f1f1; --brand-darktone: #969696; --brand-default-bg: #fff; --brand-default-fg: #22231f; /* Warning colors */ --brand-notice: #f6c358; --brand-warning: #fcb46e; --brand-error: #bf5155; /* Connection Indicator top */ --comp-workspace-before-bg: var(--brand-primary); --comp-bg-kiwi-workspace--disconnected-after-bg: var(--brand-error); /* Container Header */ --comp-header-bg: var(--brand-default-bg); --comp-header-name-fg: var(--brand-default-fg); --comp-header-option-active-fg: var(--brand-default-bg); --comp-header-option-active-bg: var(--brand-primary); /* StateBrowser */ --comp-statebrowser-fg: #fff; --comp-statebrowser-bg: #414956; --comp-statebrowser-bg-networkname: #626975; --comp-statebrowser-channel-active-bg: #ffffff0d; --comp-statebrowser-channel-active-fg: #fff; --comp-usermenu-open-bg: #303742; --comp-statebrowser-network-border: #bda28e; /* Sidebars ( Right Side ) */ --comp-sidebar-bg: #fff; --comp-sidebar-fg: #22231f; --comp-aboutbuffer-bg: rgba(0, 0, 0, 0.03); --comp-aboutbuffer-header-bg: #42b992; /* Misc */ --brand-link-normal: var(--brand-primary); --brand-link--hover: var(--brand-primary-hover); --brand-shadow: rgba(0, 0, 0, 0.1); --comp-border: #b2b2b2; } .kiwi-appsettings-title, .kiwi-appsettings-block h3, .kiwi-networksettings .kiwi-title, .u-form input[type='checkbox']:after, .u-form input[type='radio']:after { background-color: var(--brand-primary); } .kiwi-networksettings .kiwi-title { border-top-color: var(--brand-primary-hover); } .kiwi-statebrowser-network.kiwi-statebrowser-network--active .kiwi-statebrowser-network-header { border-left: 3px solid var(--brand-primary-hover); } .u-tabbed-view-tabs .u-tabbed-view-tab:hover, .u-tabbed-view-tabs .u-tabbed-view-tab.u-tabbed-view-tab--active { border-bottom-color: var(--brand-primary); } .kiwi-statebrowser-newnetwork { border-top-color: var(--brand-primary-hover); } .kiwi-statebrowser-newnetwork a:hover { background: var(--brand-primary-hover); } .kiwi-network-name-options { background-color: var(--comp-statebrowser-bg); } .kiwi-statebrowser-channel-leave { background: transparent; } .kiwi-statebrowser-channelfilter a, .kiwi-statebrowser-channelfilter a:hover { color: #fff; } .kiwi-awaystatusindicator { background: #41e8c9; } .kiwi-awaystatusindicator.kiwi-awaystatusindicator--away { background: var(--brand-error); } .kiwi-startup-common-section-info { border-left-color: var(--brand-primary); } .kiwi-aboutbuffer h4 { background-color: #4b5160; } .kiwi-appsettings-section { background: #f1f1f1; } /* IRC Text Colours */ .irc-fg-colour-white { color: #fff; } .irc-fg-colour-black { color: #000; } .irc-fg-colour-blue { color: #00f; } .irc-fg-colour-green { color: #009300; } .irc-fg-colour-light-red { color: #ff5959; } .irc-fg-colour-brown { color: #743a00; } .irc-fg-colour-purple { color: #a500ff; } .irc-fg-colour-orange { color: #ff8c00; } .irc-fg-colour-yellow { color: #ff0; } .irc-fg-colour-light-green { color: #6fff6f; } .irc-fg-colour-cyan { color: #0cc; } .irc-fg-colour-light-cyan { color: #6dffff; } .irc-fg-colour-light-blue { color: #59b4ff; } .irc-fg-colour-pink { color: #f0f; } .irc-fg-colour-grey { color: #a6a6a6; } .irc-fg-colour-light-grey { color: #e2e2e2; } .irc-bg-colour-white { background-color: #fff; } .irc-bg-colour-black { background-color: #000; } .irc-bg-colour-blue { background-color: #00f; } .irc-bg-colour-green { background-color: #009300; } .irc-bg-colour-light-red { background-color: #ff5959; } .irc-bg-colour-brown { background-color: #743a00; } .irc-bg-colour-purple { background-color: #a500ff; } .irc-bg-colour-orange { background-color: #ff8c00; } .irc-bg-colour-yellow { background-color: #ff0; } .irc-bg-colour-light-green { background-color: #6fff6f; } .irc-bg-colour-cyan { background-color: #0cc; } .irc-bg-colour-light-cyan { background-color: #6dffff; } .irc-bg-colour-light-blue { background-color: #59b4ff; } .irc-bg-colour-pink { background-color: #f0f; } .irc-bg-colour-grey { background-color: #a6a6a6; } .irc-bg-colour-light-grey { background-color: #e2e2e2; }
0.331228
0.040961
body { font-family: 'Playfair Display', serif; font-family: 'Lato', sans-serif; } #about, #services, #portfolio, #contact{ height: 768px; } h1, h2, h3 { font-family: 'Playfair Display', serif; text-transform: uppercase; } p { font-family: 'Lato', sans-serif; font-size: 14pt; font-weight: 300; line-height: 30px; } a:hover { color: #fbcabb; } a { text-decoration: none; color: black; } /***** GRID *****/ .full-width{ width: 1366px; margin: 0 auto; } .half-width{ width: 683px; float: left; } .third-width{ width: 455px; float: left; } /****** HEADER ******/ header img { position: center; padding: 60px 0px 0px 245px; } nav ul li { display: inline-block; padding: 70px 105px; } nav ul li a { font-family: 'Playfair Display', serif; text-transform: uppercase; text-decoration: none; font-size: 24px; color: #000000; } /***** ABOUT *****/ #about h2 { text-transform: uppercase; padding: 120px 0 0 140px; font-weight: 300; } #about p { width: 505px; padding: 0 40px 0 140px; } #about img { width: 551px; padding-top: 120px; } /***** SERVICES *****/ #services p { width: 300px; } #html-image{ padding: 95px 0 0 155px; } #html-text{ padding-left: 135px; } #css-image{ padding: 95px 0 0 100px; } #css-text{ padding-left: 80px; } #psd-image{ padding: 95px 0 0 35px; } #psd-text{ padding-left: 30px; } /***** PORTFOLIO *****/ #portfolio-image{ float: none; clear: both; height: 215px; padding: 90px 0 80px 490px; } #portfolio p { width: 530px; } #jubilee-section{ clear: both; padding-left: 90px; } #rogue-section{ width: 542px; } #rogue-image{ border: 1px solid lightgray; } /***** CONTACT *****/ #contact-left{ padding: 170px 0 0 100px; clear: both; } #contact-center h1 { font-size: 30px; font-weight: 300; padding: 355px 0 0 95px; text-transform: lowercase; } #contact a { color: black; font-weight: 300; text-decoration: none; font-size: 24px; } #contact-envelope{ padding: 0 10px 0 65px; } #contact-right{ padding: 170px 0 0 70px; } /***** FOOTER *****/ footer ul li { display: inline-block; } footer p { font-size: 16px; text-transform: uppercase; } footer .icons{ padding-right: 20px; } #copyright { padding: 0 100px 0 300px; } #icons-credit{ padding-left: 100px; }
css/main.css
body { font-family: 'Playfair Display', serif; font-family: 'Lato', sans-serif; } #about, #services, #portfolio, #contact{ height: 768px; } h1, h2, h3 { font-family: 'Playfair Display', serif; text-transform: uppercase; } p { font-family: 'Lato', sans-serif; font-size: 14pt; font-weight: 300; line-height: 30px; } a:hover { color: #fbcabb; } a { text-decoration: none; color: black; } /***** GRID *****/ .full-width{ width: 1366px; margin: 0 auto; } .half-width{ width: 683px; float: left; } .third-width{ width: 455px; float: left; } /****** HEADER ******/ header img { position: center; padding: 60px 0px 0px 245px; } nav ul li { display: inline-block; padding: 70px 105px; } nav ul li a { font-family: 'Playfair Display', serif; text-transform: uppercase; text-decoration: none; font-size: 24px; color: #000000; } /***** ABOUT *****/ #about h2 { text-transform: uppercase; padding: 120px 0 0 140px; font-weight: 300; } #about p { width: 505px; padding: 0 40px 0 140px; } #about img { width: 551px; padding-top: 120px; } /***** SERVICES *****/ #services p { width: 300px; } #html-image{ padding: 95px 0 0 155px; } #html-text{ padding-left: 135px; } #css-image{ padding: 95px 0 0 100px; } #css-text{ padding-left: 80px; } #psd-image{ padding: 95px 0 0 35px; } #psd-text{ padding-left: 30px; } /***** PORTFOLIO *****/ #portfolio-image{ float: none; clear: both; height: 215px; padding: 90px 0 80px 490px; } #portfolio p { width: 530px; } #jubilee-section{ clear: both; padding-left: 90px; } #rogue-section{ width: 542px; } #rogue-image{ border: 1px solid lightgray; } /***** CONTACT *****/ #contact-left{ padding: 170px 0 0 100px; clear: both; } #contact-center h1 { font-size: 30px; font-weight: 300; padding: 355px 0 0 95px; text-transform: lowercase; } #contact a { color: black; font-weight: 300; text-decoration: none; font-size: 24px; } #contact-envelope{ padding: 0 10px 0 65px; } #contact-right{ padding: 170px 0 0 70px; } /***** FOOTER *****/ footer ul li { display: inline-block; } footer p { font-size: 16px; text-transform: uppercase; } footer .icons{ padding-right: 20px; } #copyright { padding: 0 100px 0 300px; } #icons-credit{ padding-left: 100px; }
0.249813
0.060947
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600,800'); @import url("../icons/css/fontello.css"); /* backward compatible */ @import url("../ionicons/css/ionicons.min.css"); /********************************** Adjustment for Foundation ***********************************/ .container > .row, .container > div > .row {padding-top:10px;padding-bottom:10px} .row img { margin:1.4rem 0 1rem; } /********************************** General ***********************************/ html { font-size: 100%; } body { margin: 0; font-family: "Open Sans", sans-serif; font-size: 100%; line-height: 2; font-weight: 300; } p, td, li, label { font-size: 1.07rem; line-height: 2; font-weight: 300; } h1, h2, h3, h4, h5, h6 { font-family: "Open Sans", sans-serif; font-weight: 300; letter-spacing: 0px; line-height: 1.4; } h1 {font-size: 2.36rem;margin:0.4rem 0;} h2 {font-size: 2rem;margin:0.6rem 0;} h3 {font-size: 1.73rem;margin:0.7rem 0;} h4 {font-size: 1.6rem;margin:0.8rem 0;} h5 {font-size: 1.48rem;margin:0.8rem 0;} h6 {font-size: 1.3rem;margin:0.8rem 0;} p {margin:1rem 0;} .display { margin-bottom: 0.5rem; } .display h1 { font-weight: 800; font-size: 3rem; line-height:1.4; text-transform: uppercase; } .display p { font-size: 1.3rem; font-style: italic; } table td {padding:12px;} @media all and (max-width: 1024px) { h1 {font-size: 1.9rem;} h2 {font-size: 1.6rem;} h3 {font-size: 1.3rem;} h4 {font-size: 1.1rem;} h5 {font-size: 0.9rem;font-weight:bold;} h6 {font-size: 0.8rem;font-weight:bold;} .display h1 { font-size: 2.2rem; } .display p { font-size: 1.1rem; } } /* FIX: Preventing Chrome from wrapping text with span-style (during editing) */ .display h1 span {font-size: inherit;line-height:inherit;} .display p span {font-size: inherit;line-height:inherit;} h1 span {font-size: inherit;line-height:inherit;} h2 span {font-size: inherit;line-height:inherit;} h3 span {font-size: inherit;line-height:inherit;} h4 span {font-size: inherit;line-height:inherit;} h5 span {font-size: inherit;line-height:inherit;} h6 span {font-size: inherit;line-height:inherit;} p span {font-size: inherit; line-height:inherit;} li span {font-size: inherit; line-height:inherit;} a {color: #009E91;} hr {border:none;border-top: rgba(0, 0, 0, 0.18) 1px solid;margin: 2rem 0 !important;} img {max-width:100%;} figure {margin:0} ol, ul {line-height: inherit; font-weight: inherit;} /********************************** Elements ***********************************/ .center {text-align:center} .right {text-align:right} .left {text-align:left} .padding-20 {padding:20px} .padding-25 {padding:25px} .padding-30 {padding:30px} .padding-35 {padding:35px} .padding-40 {padding:40px} @media all and (max-width: 540px) { .center {text-align:initial} .right {text-align:initial} .left {text-align:initial} .padding-20 {padding:0} .padding-25 {padding:0} .padding-30 {padding:0} .padding-35 {padding:0} .padding-40 {padding:0} } .margin-0 {margin:0 !important} .margin-20 {margin:20px !important} .margin-25 {margin:25px !important} .margin-30 {margin:30px !important} .margin-35 {margin:35px !important} .margin-40 {margin:40px !important} .is-card { display:table; background-color:#fff; } .is-card > * { display:table; } .is-card-circle { width:280px; height: 280px; border-radius:500px; padding:70px; margin:0 auto; } @media all and (max-width: 540px) { .is-card-circle { zoom:0.7; -moz-transform: scale(0.7); } } .is-card-content-centered { display:table-cell;vertical-align:middle;text-align:center; } .max-390 { max-width:390px;margin:0 auto; } .shadow-1 { /* card */ -webkit-box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24); -moz-box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24); box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24); } .shadow-2 { /* screenshot */ -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15); box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15); } .shadow-3 { /* highlight */ -webkit-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2); box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2); } img.circle {border-radius:500px;margin-top:0;} img.bordered {border: #ccc 1px solid;} .embed-responsive {position: relative;display:block;height:0;padding:0;overflow:hidden;margin-top: 1.4em;margin-bottom: 1em;} .embed-responsive.embed-responsive-16by9 {padding-bottom: 56.25%;} .embed-responsive.embed-responsive-4by3 {padding-bottom: 75%;} .embed-responsive iframe {position: absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0;} .list {position:relative;margin:1.5em 0;} .list > i {position:absolute;left:-3px;top:7px;font-size:1.7em;line-height:1;} .list > h2, .list > h3 {margin: 0 0 0 50px;} .list > p {margin: 5px 0 0 50px} .quote {position:relative;margin:1.5em 0;} .quote > i {position: absolute;top: -10px; left: -7px;font-size: 2em;} .quote > small {margin-left:50px;opacity: 0.7;font-size: 1em;} .quote > p {margin-left:50px;font-size: 1.5em;} @media all and (max-width: 540px) { .quote > i {left: -15px;font-size:1.5em;} .quote > small {margin-left:20px;ont-size: 1em;} .quote > p {margin-left:20px;font-size: 1.2em;} } .is-social {line-height:1;margin-bottom:1.5em} .is-social a > i {text-decoration:none;color:#333;font-size:1.2em;margin:0 15px;-webkit-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;} .is-social a:first-child > i {margin:0 15px 0 0} .is-social a:last-child > i {margin:0 0 0 15px} .is-social a:hover > i {color:#08c9b9;} .is-light-text .is-social a > i {color:#fff} .is-light-text .is-social a:hover > i {color:#fff} .is-dark-text .is-social a > i {color:#000} .is-dark-text .is-social a:hover > i {color:#000} /* backward compatible */ .social {line-height:1;margin-bottom:1.5em} .social a > i {text-decoration:none;color:#333;font-size:1.2em;margin:0 15px;-webkit-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;} .social a:first-child > i {margin:0 15px 0 0} .social a:last-child > i {margin:0 0 0 15px} .social a:hover > i {color:#08c9b9;} .is-light-text .social a > i {color:#fff} .is-light-text .social a:hover > i {color:#fff} .is-rounded-button-big {display:inline-block;} .is-rounded-button-big a {display:table;float:left;text-align:center;margin:0 20px;border-radius: 500px; width: 110px; height: 110px;background-color: #aaa;} .is-rounded-button-big a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:40px} .is-rounded-button-big a:first-child {margin:0 20px 0 0;} .is-rounded-button-big a:last-child {margin:0 0 0 20px;} .is-rounded-button-medium {display:inline-block;} .is-rounded-button-medium a {display:table;float:left;text-align:center;margin:0 20px;border-radius: 500px; width: 70px; height: 70px;background-color: #aaa;} .is-rounded-button-medium a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:30px} .is-boxed-button-big {display:inline-block;} .is-boxed-button-big a {display:table;float:left;text-align:center;margin:0 30px 0 0;width: 110px; height: 110px;background-color: #aaa;} .is-boxed-button-big a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:40px} .is-boxed-button-big2 {display:inline-block;} .is-boxed-button-big2 a {display:table;float:left;text-align:center;margin:0 30px 0 0;width: 150px; height: 70px;background-color: #aaa;} .is-boxed-button-big2 a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:35px} .is-boxed-button-medium {display:inline-block;} .is-boxed-button-medium a {display:table;float:left;text-align:center;margin:0 30px 0 0;width: 70px; height: 70px;background-color: #aaa;} .is-boxed-button-medium a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:30px} .is-boxed-button-medium2 {display:inline-block;} .is-boxed-button-medium2 a {display:table;float:left;text-align:center;margin:0 30px 0 0;width: 100px; height: 50px;background-color: #aaa;} .is-boxed-button-medium2 a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:25px} .is-boxed-button-small {display:inline-block;} .is-boxed-button-small a {display:table;float:left;text-align:center;margin:0 20px 0 0;width: 50px; height: 50px;background-color: #aaa;} .is-boxed-button-small a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:20px} .size-12 {font-size:12px !important} .size-14 {font-size:14px !important} .size-16 {font-size:16px !important} .size-18 {font-size:18px !important} .size-21 {font-size:21px !important} .size-24 {font-size:24px !important} .size-28 {font-size:28px !important} .size-32 {font-size:32px !important} .size-35 {font-size:35px !important} .size-38 {font-size:38px !important} .size-42 {font-size:42px !important} .size-46 {font-size:46px !important} .size-48 {font-size:48px !important} .size-50 {font-size:50px !important} .size-54 {font-size:54px !important} .size-60 {font-size:60px !important} .size-64 {font-size:64px !important} .size-68 {font-size:68px !important} .size-72 {font-size:72px !important} .size-76 {font-size:76px !important} .size-80 {font-size:80px !important} .size-84 {font-size:84px !important} .size-88 {font-size:88px !important} .size-92 {font-size:92px !important} .size-96 {font-size:96px !important} .size-100 {font-size:100px !important} .size-104 {font-size:104px !important} .size-108 {font-size:108px !important} .size-112 {font-size:112px !important} .size-116 {font-size:116px !important} .size-120 {font-size:120px !important} .size-124 {font-size:124px !important} .size-128 {font-size:128px !important} .size-132 {font-size:132px !important} @media all and (max-width: 1024px) { .size-12 {font-size:12px !important} .size-14 {font-size:14px !important} .size-16 {font-size:16px !important} .size-18 {font-size:18px !important} .size-21 {font-size:21px !important} .size-24 {font-size:24px !important} .size-28 {font-size:26px !important} .size-32 {font-size:28px !important} .size-35 {font-size:30px !important} .size-38 {font-size:32px !important} .size-42 {font-size:34px !important} .size-46 {font-size:36px !important} .size-48 {font-size:38px !important} .size-50 {font-size:40px !important} .size-54 {font-size:42px !important} .size-60 {font-size:44px !important} .size-64 {font-size:46px !important} .size-68 {font-size:48px !important} .size-72 {font-size:50px !important} .size-76 {font-size:52px !important} .size-80 {font-size:54px !important} .size-84 {font-size:56px !important} .size-88 {font-size:58px !important} .size-92 {font-size:60px !important} .size-96 {font-size:62px !important} .size-100 {font-size:64px !important} .size-104 {font-size:66px !important} .size-108 {font-size:68px !important} .size-112 {font-size:70px !important} .size-116 {font-size:72px !important} .size-120 {font-size:74px !important} .size-124 {font-size:76px !important} .size-128 {font-size:78px !important} .size-132 {font-size:80px !important} } /* If text wrapped with span-style during editing, don't apply the fix here (See line59) */ .size-12 span {font-size:12px !important} .size-14 span {font-size:14px !important} .size-16 span {font-size:16px !important} .size-18 span {font-size:18px !important} .size-21 span {font-size:21px !important} .size-24 span {font-size:24px !important} .size-28 span {font-size:28px !important} .size-32 span {font-size:32px !important} .size-35 span {font-size:35px !important} .size-38 span {font-size:38px !important} .size-42 span {font-size:42px !important} .size-46 span {font-size:46px !important} .size-48 span {font-size:48px !important} .size-50 span {font-size:50px !important} .size-54 span {font-size:54px !important} .size-60 span {font-size:60px !important} .size-64 span {font-size:64px !important} .size-68 span {font-size:68px !important} .size-72 span {font-size:72px !important} .size-76 span {font-size:76px !important} .size-80 span {font-size:80px !important} .size-84 span {font-size:84px !important} .size-88 span {font-size:88px !important} .size-92 span {font-size:92px !important} .size-96 span {font-size:96px !important} .size-100 span {font-size:100px !important} .size-104 span {font-size:104px !important} .size-108 span {font-size:108px !important} .size-112 span {font-size:112px !important} .size-116 span {font-size:116px !important} .size-120 span {font-size:120px !important} .size-124 span {font-size:124px !important} .size-128 span {font-size:128px !important} .size-132 span {font-size:132px !important} @media all and (max-width: 1024px) { .size-12 span {font-size:12px !important} .size-14 span {font-size:14px !important} .size-16 span {font-size:16px !important} .size-18 span {font-size:18px !important} .size-21 span {font-size:21px !important} .size-24 span {font-size:24px !important} .size-28 span {font-size:26px !important} .size-32 span {font-size:28px !important} .size-35 span {font-size:30px !important} .size-38 span {font-size:32px !important} .size-42 span {font-size:34px !important} .size-46 span {font-size:36px !important} .size-48 span {font-size:38px !important} .size-50 span {font-size:40px !important} .size-54 span {font-size:42px !important} .size-60 span {font-size:44px !important} .size-64 span {font-size:46px !important} .size-68 span {font-size:48px !important} .size-72 span {font-size:50px !important} .size-76 span {font-size:52px !important} .size-80 span {font-size:54px !important} .size-84 span {font-size:56px !important} .size-88 span {font-size:58px !important} .size-92 span {font-size:60px !important} .size-96 span {font-size:62px !important} .size-100 span {font-size:64px !important} .size-104 span {font-size:66px !important} .size-108 span {font-size:68px !important} .size-112 span {font-size:70px !important} .size-116 span {font-size:72px !important} .size-120 span {font-size:74px !important} .size-124 span {font-size:76px !important} .size-128 span {font-size:78px !important} .size-132 span {font-size:80px !important} } /********************************** Title Styles ***********************************/ .is-light-text * {color: #fff;} .is-dark-text * {color: #000;} /* Style 1 */ .is-title1-96 {margin-top:20px;margin-bottom:20px;} .is-title1-80 {margin-top:15px;margin-bottom:15px;} .is-title1-64 {margin-top:15px;margin-bottom:15px;} .is-title1-48 {margin-top:15px;margin-bottom:15px;} .is-title1-32 {margin-top:15px;margin-bottom:15px;} /* Style 2 */ .is-title2-96 {margin-top:25px;margin-bottom:20px;} .is-title2-80 {margin-top:20px;margin-bottom:15px;} .is-title2-64 {margin-top:20px;margin-bottom:15px;} .is-title2-48 {margin-top:15px;margin-bottom:15px;} .is-title2-32 {margin-top:10px;margin-bottom:15px;} /* Style 3 */ .is-title3-96 {margin-top:30px;margin-bottom:35px;padding:20px 0;border-top:#000 2px solid;border-bottom:#000 2px solid;} .is-title3-80 {margin-top:25px;margin-bottom:33px;padding:20px 0;border-top:#000 2px solid;border-bottom:#000 2px solid;} .is-title3-64 {margin-top:20px;margin-bottom:30px;padding:18px 0;border-top:#000 2px solid;border-bottom:#000 2px solid;} .is-title3-48 {margin-top:20px;margin-bottom:25px;padding:18px 0;border-top:#000 2px solid;border-bottom:#000 2px solid;} .is-title3-32 {margin-top:20px;margin-bottom:20px;padding:15px 0;border-top:#000 2px solid;border-bottom:#000 2px solid;} .is-light-text .is-title3-96 {border-top:#fff 2px solid;border-bottom:#fff 2px solid;} .is-light-text .is-title3-80 {border-top:#fff 2px solid;border-bottom:#fff 2px solid;} .is-light-text .is-title3-64 {border-top:#fff 2px solid;border-bottom:#fff 2px solid;} .is-light-text .is-title3-48 {border-top:#fff 2px solid;border-bottom:#fff 2px solid;} .is-light-text .is-title3-32 {border-top:#fff 2px solid;border-bottom:#fff 2px solid;} .is-dark-text .is-title3-96 {border-top:#000 2px solid;border-bottom:#000 2px solid;} .is-dark-text .is-title3-80 {border-top:#000 2px solid;border-bottom:#000 2px solid;} .is-dark-text .is-title3-64 {border-top:#000 2px solid;border-bottom:#000 2px solid;} .is-dark-text .is-title3-48 {border-top:#000 2px solid;border-bottom:#000 2px solid;} .is-dark-text .is-title3-32 {border-top:#000 2px solid;border-bottom:#000 2px solid;} /* Style 4 */ .is-title4-96 {margin-top:30px;margin-bottom:35px;padding:20px 30px;border:#000 2px solid;} .is-title4-80 {margin-top:25px;margin-bottom:33px;padding:20px 30px;border:#000 2px solid;} .is-title4-64 {margin-top:20px;margin-bottom:30px;padding:18px 28px;border:#000 2px solid;} .is-title4-48 {margin-top:20px;margin-bottom:25px;padding:18px 25px;border:#000 2px solid;} .is-title4-32 {margin-top:20px;margin-bottom:20px;padding:15px 20px;border:#000 2px solid;} .is-light-text .is-title4-96 {border:#fff 2px solid;} .is-light-text .is-title4-80 {border:#fff 2px solid;} .is-light-text .is-title4-64 {border:#fff 2px solid;} .is-light-text .is-title4-48 {border:#fff 2px solid;} .is-light-text .is-title4-32 {border:#fff 2px solid;} .is-dark-text .is-title4-96 {border:#000 2px solid;} .is-dark-text .is-title4-80 {border:#000 2px solid;} .is-dark-text .is-title4-64 {border:#000 2px solid;} .is-dark-text .is-title4-48 {border:#000 2px solid;} .is-dark-text .is-title4-32 {border:#000 2px solid;} /* Style 5 */ .is-title5-96 {margin-top:10px;margin-bottom:35px;padding-bottom:25px;border-bottom:#000 2px solid;} .is-title5-80 {margin-top:10px;margin-bottom:33px;padding-bottom:25px;border-bottom:#000 2px solid;} .is-title5-64 {margin-top:10px;margin-bottom:30px;padding-bottom:20px;border-bottom:#000 2px solid;} .is-title5-48 {margin-top:10px;margin-bottom:25px;padding-bottom:20px;border-bottom:#000 2px solid;} .is-title5-32 {margin-top:10px;margin-bottom:20px;padding-bottom:20px;border-bottom:#000 2px solid;} .is-light-text .is-title5-96 {border-bottom:#fff 2px solid;} .is-light-text .is-title5-80 {border-bottom:#fff 2px solid;} .is-light-text .is-title5-64 {border-bottom:#fff 2px solid;} .is-light-text .is-title5-48 {border-bottom:#fff 2px solid;} .is-light-text .is-title5-32 {border-bottom:#fff 2px solid;} .is-dark-text .is-title5-96 {border-bottom:#000 2px solid;} .is-dark-text .is-title5-80 {border-bottom:#000 2px solid;} .is-dark-text .is-title5-64 {border-bottom:#000 2px solid;} .is-dark-text .is-title5-48 {border-bottom:#000 2px solid;} .is-dark-text .is-title5-32 {border-bottom:#000 2px solid;} /* Extra Title Styles */ .is-title-lite {letter-spacing:3px;word-spacing:5px;} .is-title-lite.is-title3-96, .is-title-lite.is-title4-96, .is-title-lite.is-title5-96 {letter-spacing:4px;word-spacing:8px;} .is-title-lite.is-title3-80, .is-title-lite.is-title4-80, .is-title-lite.is-title5-80 {letter-spacing:4px;word-spacing:8px;} .is-title-lite.is-title3-64, .is-title-lite.is-title4-64, .is-title-lite.is-title5-64 {letter-spacing:4px;word-spacing:8px;} .is-title-lite.is-title3-48, .is-title-lite.is-title4-48, .is-title-lite.is-title5-48 {letter-spacing:4px;word-spacing:8px;} .is-title-lite.is-title3-32, .is-title-lite.is-title4-32, .is-title-lite.is-title5-32 {letter-spacing:3px;word-spacing:5px;} .is-title-bold {font-weight:800;} .is-title-bold.is-title3-96, .is-title-bold.is-title4-96, .is-title-bold.is-title5-96 {border-width:4px;} .is-title-bold.is-title3-80, .is-title-bold.is-title4-80, .is-title-bold.is-title5-80 {border-width:4px;} .is-title-bold.is-title3-64, .is-title-bold.is-title4-64, .is-title-bold.is-title5-64 {border-width:3px;} .is-title-bold.is-title3-48, .is-title-bold.is-title4-48, .is-title-bold.is-title5-48 {border-width:3px;} .is-title-bold.is-title3-32, .is-title-bold.is-title4-32, .is-title-bold.is-title5-32 {border-width:2px;} /********************************** Into Styles ***********************************/ .is-info1 {margin-top:10px;margin-bottom:0px;font-style:italic;} .is-info1.size-21 {margin-top:12px;} .is-info1.size-24 {margin-top:15px;} .is-info2 {margin-top:10px;margin-bottom:0px;} .is-info2.size-21 {margin-top:12px;} .is-info2.size-24 {margin-top:15px;} /********************************** Buttons Styles ***********************************/ .is-btn { padding: 10px 50px; font-size: 1rem; line-height: 2rem; border-radius: 0; letter-spacing: 3px; display: inline-block; margin: 3px 0; font-weight: normal; text-align: center; text-decoration: none; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; -webkit-transition: all 0.16s ease; transition: all 0.16s ease; } /* ghost1 default */ .is-btn-ghost1 { color: #000; border: 2px solid #111; } /* ghost1 light-text */ .is-light-text .is-btn-ghost1, .is-dark-text .is-light-text .is-btn-ghost1 { color: #fff; border: 1px solid #fff;} /* ghost1 dark-text */ .is-dark-text .is-btn-ghost1, .is-light-text .is-dark-text .is-btn-ghost1 { color: #000; border: 1px solid #111; } /* ghost2 default */ .is-btn-ghost2 { color: #000; border: 1px solid ##dcdcdc; background-color: #dcdcdc;} /* ghost2 light-text */ .is-light-text .is-btn-ghost2, .is-dark-text .is-light-text .is-btn-ghost2 { color: #000; border: 1px solid #f9f9f9; background-color: #f9f9f9; } /* ghost2 dark-text */ .is-dark-text .is-btn-ghost2, .is-light-text .is-dark-text .is-btn-ghost2 { color: #000; border: 1px solid #d7d7d7; background-color: #d7d7d7; } .is-btn-small { padding: 5px 25px; font-size: 0.85em; } .is-upper { text-transform:uppercase; } .is-rounded-30 { border-radius: 30px; } /********************************** Header Image with Caption ***********************************/ figure.hdr { position: relative; width: 100%; overflow:hidden; background-color: #000; } figure.hdr img { position: relative; display: block; width: 100%; opacity: 0.8; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: scale(1.2); transform: scale(1.2); } figure.hdr:hover img { opacity: 0.5; -webkit-transform: scale(1); transform: scale(1); } figure.hdr figcaption { position: absolute; top: auto; bottom: 0; left: 0; width: 100%; height: 60%; padding: 0 2.5em; color: #fff; font-size: 1.55em; text-align: center; box-sizing: border-box; z-index:1; } /* Text */ figure.hdr h2 { font-weight: 300; text-transform: uppercase; } figure.hdr h2 span { font-weight: 800; } figure.hdr p { letter-spacing: 1px; font-size: 68.5%; text-transform: uppercase; } figure.hdr h2, figure.hdr p { margin: 0; z-index:10000; } /* Cosmetic */ figure.hdr div { height: 100%; z-index:0; } figure.hdr div::before, figure.hdr div::after { position: absolute; content: ''; } /* One */ figure.one div::before { top: 50px; right: 30px; bottom: 50px; left: 30px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; } figure.one div::after { top: 30px; right: 50px; bottom: 30px; left: 50px; border-right: 1px solid #fff; border-left: 1px solid #fff; } /* Two */ figure.two div::before { top: 30px; right: 30px; bottom: 30px; left: 30px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; } figure.two div::after { top: 30px; right: 30px; bottom: 30px; left: 30px; border-right: 1px solid #fff; border-left: 1px solid #fff; } /* Three */ figure.three figcaption { height: 70%; } figure.three p { margin: 1em 0 0; padding: 2em; border: 1px solid #fff; } /* Four */ figure.four figcaption { height: 60%; text-align: left; } figure.four p { position: absolute; right: 50px; bottom: 50px; left: 50px; padding: 2em; border: 7px solid #fff; } /* Five */ figure.five figcaption { height: 100%; text-align: right; } figure.five h2 { position: absolute; left: 50px; right: 50px; top: 10%; border-bottom: 5px solid #fff; } figure.five p { position: absolute; right: 50px; bottom: 10%; } /* Six */ figure.six figcaption { height: 70%; } figure.six h2 { padding-bottom: 3%; border-bottom: 1px solid #fff; } figure.six p { padding-top: 6%; } /* Seven */ figure.seven figcaption { height: 90%; text-align:left; } figure.seven h2 { border-bottom: 3px solid #fff; } figure.seven p { padding-top: 1em; } /* Eight */ figure.eight figcaption { height: 100%; text-align: right; } figure.eight h2 { position: absolute; left: 50%; right: 50px; bottom: 10%; } figure.eight p { position: absolute; left: 50px; right: 50%; top: 10%; padding-right:0.5em; border-right: 1px solid #fff; }
public/editor/assets/minimalist-basic/content-foundation.css
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600,800'); @import url("../icons/css/fontello.css"); /* backward compatible */ @import url("../ionicons/css/ionicons.min.css"); /********************************** Adjustment for Foundation ***********************************/ .container > .row, .container > div > .row {padding-top:10px;padding-bottom:10px} .row img { margin:1.4rem 0 1rem; } /********************************** General ***********************************/ html { font-size: 100%; } body { margin: 0; font-family: "Open Sans", sans-serif; font-size: 100%; line-height: 2; font-weight: 300; } p, td, li, label { font-size: 1.07rem; line-height: 2; font-weight: 300; } h1, h2, h3, h4, h5, h6 { font-family: "Open Sans", sans-serif; font-weight: 300; letter-spacing: 0px; line-height: 1.4; } h1 {font-size: 2.36rem;margin:0.4rem 0;} h2 {font-size: 2rem;margin:0.6rem 0;} h3 {font-size: 1.73rem;margin:0.7rem 0;} h4 {font-size: 1.6rem;margin:0.8rem 0;} h5 {font-size: 1.48rem;margin:0.8rem 0;} h6 {font-size: 1.3rem;margin:0.8rem 0;} p {margin:1rem 0;} .display { margin-bottom: 0.5rem; } .display h1 { font-weight: 800; font-size: 3rem; line-height:1.4; text-transform: uppercase; } .display p { font-size: 1.3rem; font-style: italic; } table td {padding:12px;} @media all and (max-width: 1024px) { h1 {font-size: 1.9rem;} h2 {font-size: 1.6rem;} h3 {font-size: 1.3rem;} h4 {font-size: 1.1rem;} h5 {font-size: 0.9rem;font-weight:bold;} h6 {font-size: 0.8rem;font-weight:bold;} .display h1 { font-size: 2.2rem; } .display p { font-size: 1.1rem; } } /* FIX: Preventing Chrome from wrapping text with span-style (during editing) */ .display h1 span {font-size: inherit;line-height:inherit;} .display p span {font-size: inherit;line-height:inherit;} h1 span {font-size: inherit;line-height:inherit;} h2 span {font-size: inherit;line-height:inherit;} h3 span {font-size: inherit;line-height:inherit;} h4 span {font-size: inherit;line-height:inherit;} h5 span {font-size: inherit;line-height:inherit;} h6 span {font-size: inherit;line-height:inherit;} p span {font-size: inherit; line-height:inherit;} li span {font-size: inherit; line-height:inherit;} a {color: #009E91;} hr {border:none;border-top: rgba(0, 0, 0, 0.18) 1px solid;margin: 2rem 0 !important;} img {max-width:100%;} figure {margin:0} ol, ul {line-height: inherit; font-weight: inherit;} /********************************** Elements ***********************************/ .center {text-align:center} .right {text-align:right} .left {text-align:left} .padding-20 {padding:20px} .padding-25 {padding:25px} .padding-30 {padding:30px} .padding-35 {padding:35px} .padding-40 {padding:40px} @media all and (max-width: 540px) { .center {text-align:initial} .right {text-align:initial} .left {text-align:initial} .padding-20 {padding:0} .padding-25 {padding:0} .padding-30 {padding:0} .padding-35 {padding:0} .padding-40 {padding:0} } .margin-0 {margin:0 !important} .margin-20 {margin:20px !important} .margin-25 {margin:25px !important} .margin-30 {margin:30px !important} .margin-35 {margin:35px !important} .margin-40 {margin:40px !important} .is-card { display:table; background-color:#fff; } .is-card > * { display:table; } .is-card-circle { width:280px; height: 280px; border-radius:500px; padding:70px; margin:0 auto; } @media all and (max-width: 540px) { .is-card-circle { zoom:0.7; -moz-transform: scale(0.7); } } .is-card-content-centered { display:table-cell;vertical-align:middle;text-align:center; } .max-390 { max-width:390px;margin:0 auto; } .shadow-1 { /* card */ -webkit-box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24); -moz-box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24); box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24); } .shadow-2 { /* screenshot */ -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15); box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15); } .shadow-3 { /* highlight */ -webkit-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2); box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2); } img.circle {border-radius:500px;margin-top:0;} img.bordered {border: #ccc 1px solid;} .embed-responsive {position: relative;display:block;height:0;padding:0;overflow:hidden;margin-top: 1.4em;margin-bottom: 1em;} .embed-responsive.embed-responsive-16by9 {padding-bottom: 56.25%;} .embed-responsive.embed-responsive-4by3 {padding-bottom: 75%;} .embed-responsive iframe {position: absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0;} .list {position:relative;margin:1.5em 0;} .list > i {position:absolute;left:-3px;top:7px;font-size:1.7em;line-height:1;} .list > h2, .list > h3 {margin: 0 0 0 50px;} .list > p {margin: 5px 0 0 50px} .quote {position:relative;margin:1.5em 0;} .quote > i {position: absolute;top: -10px; left: -7px;font-size: 2em;} .quote > small {margin-left:50px;opacity: 0.7;font-size: 1em;} .quote > p {margin-left:50px;font-size: 1.5em;} @media all and (max-width: 540px) { .quote > i {left: -15px;font-size:1.5em;} .quote > small {margin-left:20px;ont-size: 1em;} .quote > p {margin-left:20px;font-size: 1.2em;} } .is-social {line-height:1;margin-bottom:1.5em} .is-social a > i {text-decoration:none;color:#333;font-size:1.2em;margin:0 15px;-webkit-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;} .is-social a:first-child > i {margin:0 15px 0 0} .is-social a:last-child > i {margin:0 0 0 15px} .is-social a:hover > i {color:#08c9b9;} .is-light-text .is-social a > i {color:#fff} .is-light-text .is-social a:hover > i {color:#fff} .is-dark-text .is-social a > i {color:#000} .is-dark-text .is-social a:hover > i {color:#000} /* backward compatible */ .social {line-height:1;margin-bottom:1.5em} .social a > i {text-decoration:none;color:#333;font-size:1.2em;margin:0 15px;-webkit-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;} .social a:first-child > i {margin:0 15px 0 0} .social a:last-child > i {margin:0 0 0 15px} .social a:hover > i {color:#08c9b9;} .is-light-text .social a > i {color:#fff} .is-light-text .social a:hover > i {color:#fff} .is-rounded-button-big {display:inline-block;} .is-rounded-button-big a {display:table;float:left;text-align:center;margin:0 20px;border-radius: 500px; width: 110px; height: 110px;background-color: #aaa;} .is-rounded-button-big a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:40px} .is-rounded-button-big a:first-child {margin:0 20px 0 0;} .is-rounded-button-big a:last-child {margin:0 0 0 20px;} .is-rounded-button-medium {display:inline-block;} .is-rounded-button-medium a {display:table;float:left;text-align:center;margin:0 20px;border-radius: 500px; width: 70px; height: 70px;background-color: #aaa;} .is-rounded-button-medium a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:30px} .is-boxed-button-big {display:inline-block;} .is-boxed-button-big a {display:table;float:left;text-align:center;margin:0 30px 0 0;width: 110px; height: 110px;background-color: #aaa;} .is-boxed-button-big a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:40px} .is-boxed-button-big2 {display:inline-block;} .is-boxed-button-big2 a {display:table;float:left;text-align:center;margin:0 30px 0 0;width: 150px; height: 70px;background-color: #aaa;} .is-boxed-button-big2 a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:35px} .is-boxed-button-medium {display:inline-block;} .is-boxed-button-medium a {display:table;float:left;text-align:center;margin:0 30px 0 0;width: 70px; height: 70px;background-color: #aaa;} .is-boxed-button-medium a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:30px} .is-boxed-button-medium2 {display:inline-block;} .is-boxed-button-medium2 a {display:table;float:left;text-align:center;margin:0 30px 0 0;width: 100px; height: 50px;background-color: #aaa;} .is-boxed-button-medium2 a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:25px} .is-boxed-button-small {display:inline-block;} .is-boxed-button-small a {display:table;float:left;text-align:center;margin:0 20px 0 0;width: 50px; height: 50px;background-color: #aaa;} .is-boxed-button-small a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:20px} .size-12 {font-size:12px !important} .size-14 {font-size:14px !important} .size-16 {font-size:16px !important} .size-18 {font-size:18px !important} .size-21 {font-size:21px !important} .size-24 {font-size:24px !important} .size-28 {font-size:28px !important} .size-32 {font-size:32px !important} .size-35 {font-size:35px !important} .size-38 {font-size:38px !important} .size-42 {font-size:42px !important} .size-46 {font-size:46px !important} .size-48 {font-size:48px !important} .size-50 {font-size:50px !important} .size-54 {font-size:54px !important} .size-60 {font-size:60px !important} .size-64 {font-size:64px !important} .size-68 {font-size:68px !important} .size-72 {font-size:72px !important} .size-76 {font-size:76px !important} .size-80 {font-size:80px !important} .size-84 {font-size:84px !important} .size-88 {font-size:88px !important} .size-92 {font-size:92px !important} .size-96 {font-size:96px !important} .size-100 {font-size:100px !important} .size-104 {font-size:104px !important} .size-108 {font-size:108px !important} .size-112 {font-size:112px !important} .size-116 {font-size:116px !important} .size-120 {font-size:120px !important} .size-124 {font-size:124px !important} .size-128 {font-size:128px !important} .size-132 {font-size:132px !important} @media all and (max-width: 1024px) { .size-12 {font-size:12px !important} .size-14 {font-size:14px !important} .size-16 {font-size:16px !important} .size-18 {font-size:18px !important} .size-21 {font-size:21px !important} .size-24 {font-size:24px !important} .size-28 {font-size:26px !important} .size-32 {font-size:28px !important} .size-35 {font-size:30px !important} .size-38 {font-size:32px !important} .size-42 {font-size:34px !important} .size-46 {font-size:36px !important} .size-48 {font-size:38px !important} .size-50 {font-size:40px !important} .size-54 {font-size:42px !important} .size-60 {font-size:44px !important} .size-64 {font-size:46px !important} .size-68 {font-size:48px !important} .size-72 {font-size:50px !important} .size-76 {font-size:52px !important} .size-80 {font-size:54px !important} .size-84 {font-size:56px !important} .size-88 {font-size:58px !important} .size-92 {font-size:60px !important} .size-96 {font-size:62px !important} .size-100 {font-size:64px !important} .size-104 {font-size:66px !important} .size-108 {font-size:68px !important} .size-112 {font-size:70px !important} .size-116 {font-size:72px !important} .size-120 {font-size:74px !important} .size-124 {font-size:76px !important} .size-128 {font-size:78px !important} .size-132 {font-size:80px !important} } /* If text wrapped with span-style during editing, don't apply the fix here (See line59) */ .size-12 span {font-size:12px !important} .size-14 span {font-size:14px !important} .size-16 span {font-size:16px !important} .size-18 span {font-size:18px !important} .size-21 span {font-size:21px !important} .size-24 span {font-size:24px !important} .size-28 span {font-size:28px !important} .size-32 span {font-size:32px !important} .size-35 span {font-size:35px !important} .size-38 span {font-size:38px !important} .size-42 span {font-size:42px !important} .size-46 span {font-size:46px !important} .size-48 span {font-size:48px !important} .size-50 span {font-size:50px !important} .size-54 span {font-size:54px !important} .size-60 span {font-size:60px !important} .size-64 span {font-size:64px !important} .size-68 span {font-size:68px !important} .size-72 span {font-size:72px !important} .size-76 span {font-size:76px !important} .size-80 span {font-size:80px !important} .size-84 span {font-size:84px !important} .size-88 span {font-size:88px !important} .size-92 span {font-size:92px !important} .size-96 span {font-size:96px !important} .size-100 span {font-size:100px !important} .size-104 span {font-size:104px !important} .size-108 span {font-size:108px !important} .size-112 span {font-size:112px !important} .size-116 span {font-size:116px !important} .size-120 span {font-size:120px !important} .size-124 span {font-size:124px !important} .size-128 span {font-size:128px !important} .size-132 span {font-size:132px !important} @media all and (max-width: 1024px) { .size-12 span {font-size:12px !important} .size-14 span {font-size:14px !important} .size-16 span {font-size:16px !important} .size-18 span {font-size:18px !important} .size-21 span {font-size:21px !important} .size-24 span {font-size:24px !important} .size-28 span {font-size:26px !important} .size-32 span {font-size:28px !important} .size-35 span {font-size:30px !important} .size-38 span {font-size:32px !important} .size-42 span {font-size:34px !important} .size-46 span {font-size:36px !important} .size-48 span {font-size:38px !important} .size-50 span {font-size:40px !important} .size-54 span {font-size:42px !important} .size-60 span {font-size:44px !important} .size-64 span {font-size:46px !important} .size-68 span {font-size:48px !important} .size-72 span {font-size:50px !important} .size-76 span {font-size:52px !important} .size-80 span {font-size:54px !important} .size-84 span {font-size:56px !important} .size-88 span {font-size:58px !important} .size-92 span {font-size:60px !important} .size-96 span {font-size:62px !important} .size-100 span {font-size:64px !important} .size-104 span {font-size:66px !important} .size-108 span {font-size:68px !important} .size-112 span {font-size:70px !important} .size-116 span {font-size:72px !important} .size-120 span {font-size:74px !important} .size-124 span {font-size:76px !important} .size-128 span {font-size:78px !important} .size-132 span {font-size:80px !important} } /********************************** Title Styles ***********************************/ .is-light-text * {color: #fff;} .is-dark-text * {color: #000;} /* Style 1 */ .is-title1-96 {margin-top:20px;margin-bottom:20px;} .is-title1-80 {margin-top:15px;margin-bottom:15px;} .is-title1-64 {margin-top:15px;margin-bottom:15px;} .is-title1-48 {margin-top:15px;margin-bottom:15px;} .is-title1-32 {margin-top:15px;margin-bottom:15px;} /* Style 2 */ .is-title2-96 {margin-top:25px;margin-bottom:20px;} .is-title2-80 {margin-top:20px;margin-bottom:15px;} .is-title2-64 {margin-top:20px;margin-bottom:15px;} .is-title2-48 {margin-top:15px;margin-bottom:15px;} .is-title2-32 {margin-top:10px;margin-bottom:15px;} /* Style 3 */ .is-title3-96 {margin-top:30px;margin-bottom:35px;padding:20px 0;border-top:#000 2px solid;border-bottom:#000 2px solid;} .is-title3-80 {margin-top:25px;margin-bottom:33px;padding:20px 0;border-top:#000 2px solid;border-bottom:#000 2px solid;} .is-title3-64 {margin-top:20px;margin-bottom:30px;padding:18px 0;border-top:#000 2px solid;border-bottom:#000 2px solid;} .is-title3-48 {margin-top:20px;margin-bottom:25px;padding:18px 0;border-top:#000 2px solid;border-bottom:#000 2px solid;} .is-title3-32 {margin-top:20px;margin-bottom:20px;padding:15px 0;border-top:#000 2px solid;border-bottom:#000 2px solid;} .is-light-text .is-title3-96 {border-top:#fff 2px solid;border-bottom:#fff 2px solid;} .is-light-text .is-title3-80 {border-top:#fff 2px solid;border-bottom:#fff 2px solid;} .is-light-text .is-title3-64 {border-top:#fff 2px solid;border-bottom:#fff 2px solid;} .is-light-text .is-title3-48 {border-top:#fff 2px solid;border-bottom:#fff 2px solid;} .is-light-text .is-title3-32 {border-top:#fff 2px solid;border-bottom:#fff 2px solid;} .is-dark-text .is-title3-96 {border-top:#000 2px solid;border-bottom:#000 2px solid;} .is-dark-text .is-title3-80 {border-top:#000 2px solid;border-bottom:#000 2px solid;} .is-dark-text .is-title3-64 {border-top:#000 2px solid;border-bottom:#000 2px solid;} .is-dark-text .is-title3-48 {border-top:#000 2px solid;border-bottom:#000 2px solid;} .is-dark-text .is-title3-32 {border-top:#000 2px solid;border-bottom:#000 2px solid;} /* Style 4 */ .is-title4-96 {margin-top:30px;margin-bottom:35px;padding:20px 30px;border:#000 2px solid;} .is-title4-80 {margin-top:25px;margin-bottom:33px;padding:20px 30px;border:#000 2px solid;} .is-title4-64 {margin-top:20px;margin-bottom:30px;padding:18px 28px;border:#000 2px solid;} .is-title4-48 {margin-top:20px;margin-bottom:25px;padding:18px 25px;border:#000 2px solid;} .is-title4-32 {margin-top:20px;margin-bottom:20px;padding:15px 20px;border:#000 2px solid;} .is-light-text .is-title4-96 {border:#fff 2px solid;} .is-light-text .is-title4-80 {border:#fff 2px solid;} .is-light-text .is-title4-64 {border:#fff 2px solid;} .is-light-text .is-title4-48 {border:#fff 2px solid;} .is-light-text .is-title4-32 {border:#fff 2px solid;} .is-dark-text .is-title4-96 {border:#000 2px solid;} .is-dark-text .is-title4-80 {border:#000 2px solid;} .is-dark-text .is-title4-64 {border:#000 2px solid;} .is-dark-text .is-title4-48 {border:#000 2px solid;} .is-dark-text .is-title4-32 {border:#000 2px solid;} /* Style 5 */ .is-title5-96 {margin-top:10px;margin-bottom:35px;padding-bottom:25px;border-bottom:#000 2px solid;} .is-title5-80 {margin-top:10px;margin-bottom:33px;padding-bottom:25px;border-bottom:#000 2px solid;} .is-title5-64 {margin-top:10px;margin-bottom:30px;padding-bottom:20px;border-bottom:#000 2px solid;} .is-title5-48 {margin-top:10px;margin-bottom:25px;padding-bottom:20px;border-bottom:#000 2px solid;} .is-title5-32 {margin-top:10px;margin-bottom:20px;padding-bottom:20px;border-bottom:#000 2px solid;} .is-light-text .is-title5-96 {border-bottom:#fff 2px solid;} .is-light-text .is-title5-80 {border-bottom:#fff 2px solid;} .is-light-text .is-title5-64 {border-bottom:#fff 2px solid;} .is-light-text .is-title5-48 {border-bottom:#fff 2px solid;} .is-light-text .is-title5-32 {border-bottom:#fff 2px solid;} .is-dark-text .is-title5-96 {border-bottom:#000 2px solid;} .is-dark-text .is-title5-80 {border-bottom:#000 2px solid;} .is-dark-text .is-title5-64 {border-bottom:#000 2px solid;} .is-dark-text .is-title5-48 {border-bottom:#000 2px solid;} .is-dark-text .is-title5-32 {border-bottom:#000 2px solid;} /* Extra Title Styles */ .is-title-lite {letter-spacing:3px;word-spacing:5px;} .is-title-lite.is-title3-96, .is-title-lite.is-title4-96, .is-title-lite.is-title5-96 {letter-spacing:4px;word-spacing:8px;} .is-title-lite.is-title3-80, .is-title-lite.is-title4-80, .is-title-lite.is-title5-80 {letter-spacing:4px;word-spacing:8px;} .is-title-lite.is-title3-64, .is-title-lite.is-title4-64, .is-title-lite.is-title5-64 {letter-spacing:4px;word-spacing:8px;} .is-title-lite.is-title3-48, .is-title-lite.is-title4-48, .is-title-lite.is-title5-48 {letter-spacing:4px;word-spacing:8px;} .is-title-lite.is-title3-32, .is-title-lite.is-title4-32, .is-title-lite.is-title5-32 {letter-spacing:3px;word-spacing:5px;} .is-title-bold {font-weight:800;} .is-title-bold.is-title3-96, .is-title-bold.is-title4-96, .is-title-bold.is-title5-96 {border-width:4px;} .is-title-bold.is-title3-80, .is-title-bold.is-title4-80, .is-title-bold.is-title5-80 {border-width:4px;} .is-title-bold.is-title3-64, .is-title-bold.is-title4-64, .is-title-bold.is-title5-64 {border-width:3px;} .is-title-bold.is-title3-48, .is-title-bold.is-title4-48, .is-title-bold.is-title5-48 {border-width:3px;} .is-title-bold.is-title3-32, .is-title-bold.is-title4-32, .is-title-bold.is-title5-32 {border-width:2px;} /********************************** Into Styles ***********************************/ .is-info1 {margin-top:10px;margin-bottom:0px;font-style:italic;} .is-info1.size-21 {margin-top:12px;} .is-info1.size-24 {margin-top:15px;} .is-info2 {margin-top:10px;margin-bottom:0px;} .is-info2.size-21 {margin-top:12px;} .is-info2.size-24 {margin-top:15px;} /********************************** Buttons Styles ***********************************/ .is-btn { padding: 10px 50px; font-size: 1rem; line-height: 2rem; border-radius: 0; letter-spacing: 3px; display: inline-block; margin: 3px 0; font-weight: normal; text-align: center; text-decoration: none; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; -webkit-transition: all 0.16s ease; transition: all 0.16s ease; } /* ghost1 default */ .is-btn-ghost1 { color: #000; border: 2px solid #111; } /* ghost1 light-text */ .is-light-text .is-btn-ghost1, .is-dark-text .is-light-text .is-btn-ghost1 { color: #fff; border: 1px solid #fff;} /* ghost1 dark-text */ .is-dark-text .is-btn-ghost1, .is-light-text .is-dark-text .is-btn-ghost1 { color: #000; border: 1px solid #111; } /* ghost2 default */ .is-btn-ghost2 { color: #000; border: 1px solid ##dcdcdc; background-color: #dcdcdc;} /* ghost2 light-text */ .is-light-text .is-btn-ghost2, .is-dark-text .is-light-text .is-btn-ghost2 { color: #000; border: 1px solid #f9f9f9; background-color: #f9f9f9; } /* ghost2 dark-text */ .is-dark-text .is-btn-ghost2, .is-light-text .is-dark-text .is-btn-ghost2 { color: #000; border: 1px solid #d7d7d7; background-color: #d7d7d7; } .is-btn-small { padding: 5px 25px; font-size: 0.85em; } .is-upper { text-transform:uppercase; } .is-rounded-30 { border-radius: 30px; } /********************************** Header Image with Caption ***********************************/ figure.hdr { position: relative; width: 100%; overflow:hidden; background-color: #000; } figure.hdr img { position: relative; display: block; width: 100%; opacity: 0.8; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: scale(1.2); transform: scale(1.2); } figure.hdr:hover img { opacity: 0.5; -webkit-transform: scale(1); transform: scale(1); } figure.hdr figcaption { position: absolute; top: auto; bottom: 0; left: 0; width: 100%; height: 60%; padding: 0 2.5em; color: #fff; font-size: 1.55em; text-align: center; box-sizing: border-box; z-index:1; } /* Text */ figure.hdr h2 { font-weight: 300; text-transform: uppercase; } figure.hdr h2 span { font-weight: 800; } figure.hdr p { letter-spacing: 1px; font-size: 68.5%; text-transform: uppercase; } figure.hdr h2, figure.hdr p { margin: 0; z-index:10000; } /* Cosmetic */ figure.hdr div { height: 100%; z-index:0; } figure.hdr div::before, figure.hdr div::after { position: absolute; content: ''; } /* One */ figure.one div::before { top: 50px; right: 30px; bottom: 50px; left: 30px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; } figure.one div::after { top: 30px; right: 50px; bottom: 30px; left: 50px; border-right: 1px solid #fff; border-left: 1px solid #fff; } /* Two */ figure.two div::before { top: 30px; right: 30px; bottom: 30px; left: 30px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; } figure.two div::after { top: 30px; right: 30px; bottom: 30px; left: 30px; border-right: 1px solid #fff; border-left: 1px solid #fff; } /* Three */ figure.three figcaption { height: 70%; } figure.three p { margin: 1em 0 0; padding: 2em; border: 1px solid #fff; } /* Four */ figure.four figcaption { height: 60%; text-align: left; } figure.four p { position: absolute; right: 50px; bottom: 50px; left: 50px; padding: 2em; border: 7px solid #fff; } /* Five */ figure.five figcaption { height: 100%; text-align: right; } figure.five h2 { position: absolute; left: 50px; right: 50px; top: 10%; border-bottom: 5px solid #fff; } figure.five p { position: absolute; right: 50px; bottom: 10%; } /* Six */ figure.six figcaption { height: 70%; } figure.six h2 { padding-bottom: 3%; border-bottom: 1px solid #fff; } figure.six p { padding-top: 6%; } /* Seven */ figure.seven figcaption { height: 90%; text-align:left; } figure.seven h2 { border-bottom: 3px solid #fff; } figure.seven p { padding-top: 1em; } /* Eight */ figure.eight figcaption { height: 100%; text-align: right; } figure.eight h2 { position: absolute; left: 50%; right: 50px; bottom: 10%; } figure.eight p { position: absolute; left: 50px; right: 50%; top: 10%; padding-right:0.5em; border-right: 1px solid #fff; }
0.179674
0.066418
*{ margin: 0; padding: 0; } .navbar-custom { background-color: rgb(0, 0, 0); font-family: 'Playfair Display', serif; } .navbar-custom .navbar-brand{ color: whitesmoke; margin-left:7rem; } #nav-head-center-red { color: red; } .nav-link{ color: whitesmoke; } .navbar-nav{ margin-left:20rem; } .ml-1 { margin-left:18rem; } .ml-5 { margin-left:2rem; } .semi-navbar{ font-family: 'Poly', serif; background-color: rgb(0, 0, 0); max-width: 100%; width: 100vw; height: 6rem; color: whitesmoke; justify-content: center; align-items: center; display: flex; justify-content: flex-end; padding-right: 4rem; } .logo{ display: flex; justify-content: center; align-items: center; margin-right: 15rem; } .one{ width: 60px; position: absolute; z-index: 1; } .two{ width: 40px; position: absolute; z-index: 2; } .three{ width: 20px; position: absolute; z-index: 3; } .semi-navbar-ul{ display: flex; flex-direction: row; margin: 0px 30px; height: 2.5rem; } .semi-navbar-ul-content{ display: flex; flex-direction: row; justify-content: space-evenly; margin: 0px 30px; list-style: none; } .semi-navbar-ul-content a{ display: block; padding: 5px 15px; text-decoration: none; font-size: 20px; color: whitesmoke; height: max-content; } .noBtn a:hover{ border-bottom:3px solid red; overflow: hidden; } .btn-dealership{ background-color: red; font-size: larger; padding: 5px 15px; color: whitesmoke; border: none; } .btn-dealership:hover{ background-color: white; color: black; } .btn-dropDownArrow{ background-color: black; color: red; border: none; } .dropDownContent{ font-family: 'Poly', serif; background-color: rgb(231, 230, 230); max-width: 100%; width: 100vw; height: 9rem; justify-content: center; align-items: center; display: none; padding-right: 4rem; justify-content: space-around; z-index: 2; } .dropDownContent-ul{ display: flex; flex-direction: row; margin: 0px 30px; height: 2.5rem; /* background-color: red; */ width: 90rem; height: 4rem; justify-content: space-around; } .dropDownContent-ul-content{ display: flex; flex-direction: row; justify-content: space-evenly; margin: 0px 30px; list-style: none; } .dropDownContent-ul-content a{ display: block; padding: 5px 15px; text-decoration: none; font-size: 35px; color: rgb(99, 99, 99); height: max-content; } .body-content{ display: flex; flex-direction: row; font-family: 'Playfair Display', serif; } .virus{ z-index: 1; height: 35rem; margin-top: 10rem; position: absolute; box-sizing: border-box; } .scooter{ z-index: 2; position: relative; height: 45rem; margin-left: 10rem; margin-top: 2rem; } .letters{ display: flex; font-size: 50px; margin-top: 10rem; margin-left:3rem ; font-size: 60px; } .para{ width: 20rem; margin-left:3rem ; } .btn-show{ background-color: red; font-size: larger; padding: 5px 15px; color: whitesmoke; border: none; margin-left: 50px; margin-top: 30px; } .btn-show:hover{ background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); }
scooter website/style.css
*{ margin: 0; padding: 0; } .navbar-custom { background-color: rgb(0, 0, 0); font-family: 'Playfair Display', serif; } .navbar-custom .navbar-brand{ color: whitesmoke; margin-left:7rem; } #nav-head-center-red { color: red; } .nav-link{ color: whitesmoke; } .navbar-nav{ margin-left:20rem; } .ml-1 { margin-left:18rem; } .ml-5 { margin-left:2rem; } .semi-navbar{ font-family: 'Poly', serif; background-color: rgb(0, 0, 0); max-width: 100%; width: 100vw; height: 6rem; color: whitesmoke; justify-content: center; align-items: center; display: flex; justify-content: flex-end; padding-right: 4rem; } .logo{ display: flex; justify-content: center; align-items: center; margin-right: 15rem; } .one{ width: 60px; position: absolute; z-index: 1; } .two{ width: 40px; position: absolute; z-index: 2; } .three{ width: 20px; position: absolute; z-index: 3; } .semi-navbar-ul{ display: flex; flex-direction: row; margin: 0px 30px; height: 2.5rem; } .semi-navbar-ul-content{ display: flex; flex-direction: row; justify-content: space-evenly; margin: 0px 30px; list-style: none; } .semi-navbar-ul-content a{ display: block; padding: 5px 15px; text-decoration: none; font-size: 20px; color: whitesmoke; height: max-content; } .noBtn a:hover{ border-bottom:3px solid red; overflow: hidden; } .btn-dealership{ background-color: red; font-size: larger; padding: 5px 15px; color: whitesmoke; border: none; } .btn-dealership:hover{ background-color: white; color: black; } .btn-dropDownArrow{ background-color: black; color: red; border: none; } .dropDownContent{ font-family: 'Poly', serif; background-color: rgb(231, 230, 230); max-width: 100%; width: 100vw; height: 9rem; justify-content: center; align-items: center; display: none; padding-right: 4rem; justify-content: space-around; z-index: 2; } .dropDownContent-ul{ display: flex; flex-direction: row; margin: 0px 30px; height: 2.5rem; /* background-color: red; */ width: 90rem; height: 4rem; justify-content: space-around; } .dropDownContent-ul-content{ display: flex; flex-direction: row; justify-content: space-evenly; margin: 0px 30px; list-style: none; } .dropDownContent-ul-content a{ display: block; padding: 5px 15px; text-decoration: none; font-size: 35px; color: rgb(99, 99, 99); height: max-content; } .body-content{ display: flex; flex-direction: row; font-family: 'Playfair Display', serif; } .virus{ z-index: 1; height: 35rem; margin-top: 10rem; position: absolute; box-sizing: border-box; } .scooter{ z-index: 2; position: relative; height: 45rem; margin-left: 10rem; margin-top: 2rem; } .letters{ display: flex; font-size: 50px; margin-top: 10rem; margin-left:3rem ; font-size: 60px; } .para{ width: 20rem; margin-left:3rem ; } .btn-show{ background-color: red; font-size: larger; padding: 5px 15px; color: whitesmoke; border: none; margin-left: 50px; margin-top: 30px; } .btn-show:hover{ background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); }
0.387227
0.074669
@font-face { font-family: 'ClearSans'; src: url('../fonts/ClearSans-Light.ttf'); } iframe{ width:100%; } #nav-bloc{ z-index: 1500; position: fixed; top:0; background-color: whitesmoke; border-bottom: solid lightgrey 1px; } #core{ position: relative; top:0; } body{ margin:0; padding:0; background:#FFF; overflow-x:hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: ClearSans, serif; } #createdemande{ width:100%; text-align: center; margin-bottom: 5%; } #confidence{ display: block; background-color: #F2F2F2; font-size: 3em; width:100%; padding-top: 2vh; text-align: center; } a:hover{text-decoration: none; cursor:pointer;} a,button{outline: none!important;} /* Prevent ugly blue glow on chrome and safari */ a:hover{ text-decoration: none; cursor:pointer; } .panel-heading{ font-size: 24px; } #connectinfo_title{ width:100%; text-align: center; color: #FFF; font-size: 5em; } #bloc-1{ min-height:90vh; padding-top: 10%; } #bloc-1 a, #bloc-1 select, #bloc-1 input{ height:7vh; } #bloc-1 a{ padding:0; } /* Globals type styling */ h1, h2, h3, h4, h5, h6, p, label, .btn, a{ font-family:Roboto; } #btn-recherche{ width:100%; height:100%; } .btn{ font-size:15px; } /* Site container width */ .container{ width:100%; padding-left:0; padding-right:0; } /* = Blocs -------------------------------------------------------------- */ .bloc{ width:100%; clear:both; background: 50% 50% no-repeat; padding:0 50px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position:relative; } .bloc .container{ padding-left:0; padding-right:0; } /* Sizes */ .bloc-lg{ padding:100px 50px; } .bloc-md{ padding:50px; } .bloc-sm{ padding:20px 50px; } /* Background Styles */ .bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{ -webkit-background-size: auto!important; -moz-background-size: auto!important; -o-background-size: auto!important; background-size: auto!important; } .bg-l-edge{ background: left no-repeat; } /* Background Effects */ .b-parallax{ background-attachment:fixed; } /*.container{ padding: auto 0; }*/ /* Dark theme */ .d-bloc{ color:rgba(255,255,255,.7); } .d-bloc button:hover{ color:rgba(255,255,255,.9); } .d-bloc h1, .d-bloc h2, .d-bloc h3, .d-bloc h4,.d-bloc h5, .d-bloc h6, .d-bloc .ico{ color:rgba(255,255,255,.9); } .d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{ border-color:rgba(255,255,255,.9); } .d-bloc .divider-h span{ border-color:rgba(255,255,255,.2); } .d-bloc a{ color:rgba(255,255,255,.6); } .d-bloc a:hover{ color:rgba(255,255,255,1); } .d-bloc .navbar-toggle .icon-bar{ background:rgba(255,255,255,1); } .d-bloc .btn-wire,.d-bloc .btn-wire:hover{ color:rgba(255,255,255,1); border-color:rgba(255,255,255,1); } .d-bloc .panel{ color:rgba(0,0,0,.5); } .d-bloc .panel button:hover{ color:rgba(0,0,0,.7); } .d-bloc .panel h1,.d-bloc .panel h2, .d-bloc .panel h3, .d-bloc .panel h4, .d-bloc .panel h5, .d-bloc .panel h6, .d-bloc .ico{ color:rgba(0,0,0,.7); } .d-bloc .panel icon{ border-color:rgba(0,0,0,.7); } .d-bloc .panel .divider-h span{ border-color:rgba(0,0,0,.1); } .d-bloc .panel a{ color:rgba(0,0,0,.6); } .d-bloc .panel a:hover{ color:rgba(0,0,0,1); } .d-bloc .panel .btn-wire, .d-bloc .panel .btn-wire:hover{ color:rgba(0,0,0,.7); border-color:rgba(0,0,0,.3); } /* Light theme */ .l-bloc{ color:rgba(0,0,0,.5); } .l-bloc button:hover{ color:rgba(0,0,0,.7); } .l-bloc h1,.l-bloc h2,.l-bloc h3,.l-bloc h4,.l-bloc h5, .l-bloc h6, .l-bloc .ico{ color:rgba(0,0,0,.7); } .l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{ border-color:rgba(0,0,0,.7); } .l-bloc .divider-h span{ border-color:rgba(0,0,0,.1); } .l-bloc a{ color:rgba(250,250,250,.9); } .l-bloc a:hover{ color:#FFF; } .l-bloc .navbar-toggle .icon-bar{ color:rgba(0,0,0,.6); } .l-bloc .btn-wire, .l-bloc .btn-wire:hover{ color:rgba(0,0,0,.7); border-color:rgba(0,0,0,.3); } /* Row Margin Offsets */ .voffset-md{ margin-top:50px; } /* Dividers */ .b-divider{ border-top:1px solid rgba(0,0,0,.1); border-bottom:1px solid rgba(0,0,0,.1); } /* Bloc text custom styling */ /* = NavBar -------------------------------------------------------------- */ .navbar{ margin-bottom: 0; z-index:1; } .navbar-brand{ height:auto; padding:15px 15px; font-size:25px!important; font-weight:normal; font-weight:600; } .navbar-brand img{ max-height: 200px; margin: 0 5px 0 0; display:inline; } .navbar-brand{ padding: 15px 15px; } .navbar .nav{ padding-top: 2px; margin-right: -16px; float:right; z-index:1; } .nav > li{ float:left; margin-top:4px; font-size:16px; } .navbar-nav .open .dropdown-menu > li > a{ text-align: inherit; } .nav > li a:hover, .nav > li a:focus{ background:transparent; } #device{ display: inline; width: 15vw; } .menu-li:hover{ background-color: whitesmoke; } .nav .open>a, .nav .open>a:focus, .nav .open>a:hover{ background-color: rgba(245, 245, 245, 0.2); } .register{ margin: 10px; display: block; } .form-group label{ margin:10px; padding: 6px 12px; text-align: right; } .navbar-toggle{ margin: 10px 10px 0 0; border: 0px; } .navbar-toggle:hover{ background:transparent!important; } .navbar-toggle .icon-bar{ background-color: rgba(0,0,0,.5); width: 26px; } /* Inverted navbar */ .nav-invert .navbar .nav{ float:left; } .nav-invert .navbar-header, .nav-invert .navbar-brand{ float:right; } @media (min-width: 768px){ .site-navigation{ position:absolute; top:50%; right:20px; transform:translate(0, -50%); -webkit-transform:translateY(-50%); } .nav-invert .site-navigation{ left:20px; right:0; } .nav-center{ text-align:center; } .nav-center .navbar-header{ width:100%; } .nav-center .navbar-header, .nav-center .navbar-brand, .nav-center .nav > li{ float: none; display:inline-block; } .nav-center .site-navigation{ position:relative; width:100%; margin-top:20px; } } .nav > li > .dropdown a{ background: none!important; display: block; padding: 14px 15px; } nav .caret{ margin: 0 5px; } .hero .hero-nav{ padding-left:inherit; padding-right:inherit; } /* = Bric adjustment margins -------------------------------------------------------------- */ .mg-clear{ margin:0; } .mg-sm{ margin-top:10px; margin-bottom:5px; } .mg-md{ margin-top:10px; margin-bottom:20px; } .mg-lg{ margin-top:10px; margin-bottom:40px; } /* = Buttons -------------------------------------------------------------- */ .btn{ margin: 0 5px 5px 0; } .btn.pull-right{ margin: 0 0 5px 5px; } .btn-d,.btn-d:hover,.btn-d:focus{ color:#FFF!important; background:rgba(0,0,0,.3); } /* Prevent ugly blue glow on chrome and safari */ button{ outline: none!important; } .btn-rd{ border-radius: 40px; } .btn-glossy{ border:1px solid rgba(0,0,0,.09); border-bottom-color:rgba(0,0,0,.2); text-shadow:0 1px 0 rgba(0,0,1,.2); box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08); background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%); background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%); background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%); background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%); } .a-btn{ padding: 6px 10px 6px 0; line-height: 1.42857143; display:inline-block; } .text-center .a-btn{ padding: 6px 0; } .a-block{ width:100%; text-align: left; } .btn .caret{ margin:0 0 0 5px}.dropdown a .caret{ margin:0 0 0 5px} /* = Icons -------------------------------------------------------------- */ .icon-sm{ font-size:18px!important; } .icon-lg{ font-size:60px!important; } .icon-round{ margin:0 auto; border:2px solid transparent; border-radius: 50%; padding: 32px 30px 26px 30px; min-width:80px; } .icon-round,.icon-md,.icon-square.icon-md,.icon-rounded.icon-md{ min-width: 92px; } .icon-round.icon-lg,.icon-square.icon-lg,.icon-rounded.icon-lg{ min-width: 122px; } .icon-round.icon-xl,.icon-square.icon-xl,.icon-rounded.icon-xl{ min-width: 162px; } /* Rounded Image */ .img-rd{ border-radius:6px; } .img-rd-md{ border-radius:20px; } .img-rd-lg{ border-radius:34px; } /* = Text & Icon Styles -------------------------------------------------------------- */ .lg-shadow{ text-shadow:0 2px 5px rgba(0,0,0,.5); } .pressed-t{ text-shadow:0 1px 0 #FFF; } /* = Text Widths -------------------------------------------------------------- */ .text-w-sm{ max-width:150px; } .text-center.text-w-sm, .text-center.text-w-md, .text-center.text-w-lg{ margin-left: auto; margin-right: auto; } /* = Panels -------------------------------------------------------------- */ .panel{ border:0!important; box-shadow: 0 0 2px rgba(0,0,0,.4); } .panel-heading, .panel-footer{ background-color: inherit; border-color: rgba(0,0,0,.1)!important; } .panel-sq, .panel-sq .panel-heading, .panel-sq .panel-footer{ border-radius:0; } .panel-rd{ border-radius:30px; } .panel-rd .panel-heading{ border-radius:29px 29px 0 0; } .panel-rd .panel-footer{ border-radius:0 0 29px 29px; } /* = Dividers -------------------------------------------------------------- */ .divider-h span{ display: block; border-top:1px solid transparent; } .divider-half{ width: 50%; margin: 0 auto; } .dropdown-menu .divider-h,.dropdown-menu .divider-half{ padding:0; } /* = Forms -------------------------------------------------------------- */ .input-navbar{ width:20%; display: inline; } #search-navbar{ margin:15px; margin-left: 25%; margin-bottom: 0; } .form-control{ border-color:rgba(0,0,0,.1); box-shadow:none; } /* iFrame */ iframe{ border:0; } /* ScrollToTop button */ .scrollToTop{ width:40px; height:40px; position:fixed; bottom:20px; right:20px; opacity: 0; z-index: 500; transition: all .3s ease-in-out; } .scrollToTop span{ margin-top: 6px; } .showScrollTop{ font-size: 14px; opacity: 1; } /* = Custom Colour Styling -------------------------------------------------------------- */ /* Background colour styles */ .bgc-pastel-blue{ background-color:#B3C3CD; } .bgc-white-smoke{ background-color:#F7F7F7; } .bgc-anti-flash-white{ background-color:#F2F2F2; } /* Text colour styles */ .tc-white{ color:#FFFFFF!important; } /* Button colour styles */ .btn-white{ background:#FFFFFF; color:rgba(0,0,0,.5)!important; } .btn-white:hover{ background:#cccccc; color:rgba(0,0,0,.5)!important; } .btn-light-slate-gray{ background:#6F88A3; color:#FFFFFF!important; } .btn-light-slate-gray:hover{ background:#596d82; color:#FFFFFF!important; } /* Link colour styles */ .ltc-anti-flash-white{ color:#F2F2F2!important; } .ltc-anti-flash-white:hover{ color:#c2c2c2!important; } /* Icon colour styles */ .icon-anti-flash-white{ color:#F2F2F2!important; border-color:#F2F2F2!important; } .icon-white{ color:#FFFFFF!important; border-color:#FFFFFF!important; } /* Bloc image backgrounds */ /* .bg-Fotolia-106742253-S{ background-image:url('img/Fotolia_106742253_S.jpg'); }*/ .bg-vieux5{ background-image:url('../img/vieux5.jpg'); } .container.bloc-lg .icon-round:hover{ background-color: rgba(255,255,255,0.3); } /* = Mobile adjustments -------------------------------------------------------------- */ @media (max-width: 1024px) { .bloc{ padding-left: 20px; padding-right: 20px; } } @media (max-width: 768px) { .container{width:100%;} .b-parallax{background-attachment:scroll;} .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */ } @media (max-width: 767px) { .page-container{ overflow-x: hidden; position:relative; } h1,h2,h3,h4,h5,h6,p{ padding-left:10px!important; padding-right:10px!important; } #hero-bloc h1{ font-size:40px; } #hero-bloc h2{ font-size:34px; } #hero-bloc h3{ font-size:25px; } .bloc{ padding-left: 0; padding-right: 0; -webkit-background-size: auto 200%; -moz-background-size: auto 200%; -o-background-size: auto 200%; background-size: auto 200%; } .b-parallax{ background-attachment:scroll; } .navbar .nav{ padding-top: 0; border-top:1px solid rgba(0,0,0,.2); float:none!important; } .navbar.row{ margin-left: 0; margin-right: 0; } .site-navigation{ position:inherit; transform:none; -webkit-transform:none; -ms-transform:none; } .nav > li{ margin-top: 0; border-bottom:1px solid rgba(0,0,0,.1); background:rgba(0,0,0,.05); text-align: left; padding-left:15px; width:100%; } .nav > li:hover{ background:rgba(0,0,0,.08); } #hero-bloc .navbar .nav{ background:rgba(0,0,0,.8); } #hero-bloc .navbar .nav a{ color:rgba(255,255,255,.6); } .hero{ padding:50px 0; } .hero-nav{ left:-1px; right:-1px; } .navbar-collapse{ padding:0; overflow-x: hidden; -webkit-box-shadow: none; box-shadow: none; } .navbar-brand img{ max-height: 40px; width:auto; margin: -10px 10px 0 0; } .nav-invert .navbar-header{ float: none; width:100%; } .nav-invert .navbar-toggle{ float:left; } .btn.pull-left, .btn.pull-right{ float:none!important; } .bloc-group .bloc{ display:block; width:100%; } .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{ padding-left: 10px; padding-right: 10px; } .bloc-xxl,.bloc-xl,.bloc-lg{ padding: 40px 0; } .bloc-sm,.bloc-md{ padding-left: 0; padding-right: 0; } .a-block{ padding:0 10px; } .btn-dwn{ display:none; } .voffset{ margin-top:5px; } .voffset-md{ margin-top:20px; } .voffset-lg{ margin-top:30px; } form{ padding:5px; } .close-lightbox{ display:inline-block; } .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { margin-top: 30px; margin-bottom: 30px; } .video-bg-contianer{ display:none; } }
public/css/style.css
@font-face { font-family: 'ClearSans'; src: url('../fonts/ClearSans-Light.ttf'); } iframe{ width:100%; } #nav-bloc{ z-index: 1500; position: fixed; top:0; background-color: whitesmoke; border-bottom: solid lightgrey 1px; } #core{ position: relative; top:0; } body{ margin:0; padding:0; background:#FFF; overflow-x:hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: ClearSans, serif; } #createdemande{ width:100%; text-align: center; margin-bottom: 5%; } #confidence{ display: block; background-color: #F2F2F2; font-size: 3em; width:100%; padding-top: 2vh; text-align: center; } a:hover{text-decoration: none; cursor:pointer;} a,button{outline: none!important;} /* Prevent ugly blue glow on chrome and safari */ a:hover{ text-decoration: none; cursor:pointer; } .panel-heading{ font-size: 24px; } #connectinfo_title{ width:100%; text-align: center; color: #FFF; font-size: 5em; } #bloc-1{ min-height:90vh; padding-top: 10%; } #bloc-1 a, #bloc-1 select, #bloc-1 input{ height:7vh; } #bloc-1 a{ padding:0; } /* Globals type styling */ h1, h2, h3, h4, h5, h6, p, label, .btn, a{ font-family:Roboto; } #btn-recherche{ width:100%; height:100%; } .btn{ font-size:15px; } /* Site container width */ .container{ width:100%; padding-left:0; padding-right:0; } /* = Blocs -------------------------------------------------------------- */ .bloc{ width:100%; clear:both; background: 50% 50% no-repeat; padding:0 50px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position:relative; } .bloc .container{ padding-left:0; padding-right:0; } /* Sizes */ .bloc-lg{ padding:100px 50px; } .bloc-md{ padding:50px; } .bloc-sm{ padding:20px 50px; } /* Background Styles */ .bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{ -webkit-background-size: auto!important; -moz-background-size: auto!important; -o-background-size: auto!important; background-size: auto!important; } .bg-l-edge{ background: left no-repeat; } /* Background Effects */ .b-parallax{ background-attachment:fixed; } /*.container{ padding: auto 0; }*/ /* Dark theme */ .d-bloc{ color:rgba(255,255,255,.7); } .d-bloc button:hover{ color:rgba(255,255,255,.9); } .d-bloc h1, .d-bloc h2, .d-bloc h3, .d-bloc h4,.d-bloc h5, .d-bloc h6, .d-bloc .ico{ color:rgba(255,255,255,.9); } .d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{ border-color:rgba(255,255,255,.9); } .d-bloc .divider-h span{ border-color:rgba(255,255,255,.2); } .d-bloc a{ color:rgba(255,255,255,.6); } .d-bloc a:hover{ color:rgba(255,255,255,1); } .d-bloc .navbar-toggle .icon-bar{ background:rgba(255,255,255,1); } .d-bloc .btn-wire,.d-bloc .btn-wire:hover{ color:rgba(255,255,255,1); border-color:rgba(255,255,255,1); } .d-bloc .panel{ color:rgba(0,0,0,.5); } .d-bloc .panel button:hover{ color:rgba(0,0,0,.7); } .d-bloc .panel h1,.d-bloc .panel h2, .d-bloc .panel h3, .d-bloc .panel h4, .d-bloc .panel h5, .d-bloc .panel h6, .d-bloc .ico{ color:rgba(0,0,0,.7); } .d-bloc .panel icon{ border-color:rgba(0,0,0,.7); } .d-bloc .panel .divider-h span{ border-color:rgba(0,0,0,.1); } .d-bloc .panel a{ color:rgba(0,0,0,.6); } .d-bloc .panel a:hover{ color:rgba(0,0,0,1); } .d-bloc .panel .btn-wire, .d-bloc .panel .btn-wire:hover{ color:rgba(0,0,0,.7); border-color:rgba(0,0,0,.3); } /* Light theme */ .l-bloc{ color:rgba(0,0,0,.5); } .l-bloc button:hover{ color:rgba(0,0,0,.7); } .l-bloc h1,.l-bloc h2,.l-bloc h3,.l-bloc h4,.l-bloc h5, .l-bloc h6, .l-bloc .ico{ color:rgba(0,0,0,.7); } .l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{ border-color:rgba(0,0,0,.7); } .l-bloc .divider-h span{ border-color:rgba(0,0,0,.1); } .l-bloc a{ color:rgba(250,250,250,.9); } .l-bloc a:hover{ color:#FFF; } .l-bloc .navbar-toggle .icon-bar{ color:rgba(0,0,0,.6); } .l-bloc .btn-wire, .l-bloc .btn-wire:hover{ color:rgba(0,0,0,.7); border-color:rgba(0,0,0,.3); } /* Row Margin Offsets */ .voffset-md{ margin-top:50px; } /* Dividers */ .b-divider{ border-top:1px solid rgba(0,0,0,.1); border-bottom:1px solid rgba(0,0,0,.1); } /* Bloc text custom styling */ /* = NavBar -------------------------------------------------------------- */ .navbar{ margin-bottom: 0; z-index:1; } .navbar-brand{ height:auto; padding:15px 15px; font-size:25px!important; font-weight:normal; font-weight:600; } .navbar-brand img{ max-height: 200px; margin: 0 5px 0 0; display:inline; } .navbar-brand{ padding: 15px 15px; } .navbar .nav{ padding-top: 2px; margin-right: -16px; float:right; z-index:1; } .nav > li{ float:left; margin-top:4px; font-size:16px; } .navbar-nav .open .dropdown-menu > li > a{ text-align: inherit; } .nav > li a:hover, .nav > li a:focus{ background:transparent; } #device{ display: inline; width: 15vw; } .menu-li:hover{ background-color: whitesmoke; } .nav .open>a, .nav .open>a:focus, .nav .open>a:hover{ background-color: rgba(245, 245, 245, 0.2); } .register{ margin: 10px; display: block; } .form-group label{ margin:10px; padding: 6px 12px; text-align: right; } .navbar-toggle{ margin: 10px 10px 0 0; border: 0px; } .navbar-toggle:hover{ background:transparent!important; } .navbar-toggle .icon-bar{ background-color: rgba(0,0,0,.5); width: 26px; } /* Inverted navbar */ .nav-invert .navbar .nav{ float:left; } .nav-invert .navbar-header, .nav-invert .navbar-brand{ float:right; } @media (min-width: 768px){ .site-navigation{ position:absolute; top:50%; right:20px; transform:translate(0, -50%); -webkit-transform:translateY(-50%); } .nav-invert .site-navigation{ left:20px; right:0; } .nav-center{ text-align:center; } .nav-center .navbar-header{ width:100%; } .nav-center .navbar-header, .nav-center .navbar-brand, .nav-center .nav > li{ float: none; display:inline-block; } .nav-center .site-navigation{ position:relative; width:100%; margin-top:20px; } } .nav > li > .dropdown a{ background: none!important; display: block; padding: 14px 15px; } nav .caret{ margin: 0 5px; } .hero .hero-nav{ padding-left:inherit; padding-right:inherit; } /* = Bric adjustment margins -------------------------------------------------------------- */ .mg-clear{ margin:0; } .mg-sm{ margin-top:10px; margin-bottom:5px; } .mg-md{ margin-top:10px; margin-bottom:20px; } .mg-lg{ margin-top:10px; margin-bottom:40px; } /* = Buttons -------------------------------------------------------------- */ .btn{ margin: 0 5px 5px 0; } .btn.pull-right{ margin: 0 0 5px 5px; } .btn-d,.btn-d:hover,.btn-d:focus{ color:#FFF!important; background:rgba(0,0,0,.3); } /* Prevent ugly blue glow on chrome and safari */ button{ outline: none!important; } .btn-rd{ border-radius: 40px; } .btn-glossy{ border:1px solid rgba(0,0,0,.09); border-bottom-color:rgba(0,0,0,.2); text-shadow:0 1px 0 rgba(0,0,1,.2); box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08); background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%); background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%); background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%); background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%); } .a-btn{ padding: 6px 10px 6px 0; line-height: 1.42857143; display:inline-block; } .text-center .a-btn{ padding: 6px 0; } .a-block{ width:100%; text-align: left; } .btn .caret{ margin:0 0 0 5px}.dropdown a .caret{ margin:0 0 0 5px} /* = Icons -------------------------------------------------------------- */ .icon-sm{ font-size:18px!important; } .icon-lg{ font-size:60px!important; } .icon-round{ margin:0 auto; border:2px solid transparent; border-radius: 50%; padding: 32px 30px 26px 30px; min-width:80px; } .icon-round,.icon-md,.icon-square.icon-md,.icon-rounded.icon-md{ min-width: 92px; } .icon-round.icon-lg,.icon-square.icon-lg,.icon-rounded.icon-lg{ min-width: 122px; } .icon-round.icon-xl,.icon-square.icon-xl,.icon-rounded.icon-xl{ min-width: 162px; } /* Rounded Image */ .img-rd{ border-radius:6px; } .img-rd-md{ border-radius:20px; } .img-rd-lg{ border-radius:34px; } /* = Text & Icon Styles -------------------------------------------------------------- */ .lg-shadow{ text-shadow:0 2px 5px rgba(0,0,0,.5); } .pressed-t{ text-shadow:0 1px 0 #FFF; } /* = Text Widths -------------------------------------------------------------- */ .text-w-sm{ max-width:150px; } .text-center.text-w-sm, .text-center.text-w-md, .text-center.text-w-lg{ margin-left: auto; margin-right: auto; } /* = Panels -------------------------------------------------------------- */ .panel{ border:0!important; box-shadow: 0 0 2px rgba(0,0,0,.4); } .panel-heading, .panel-footer{ background-color: inherit; border-color: rgba(0,0,0,.1)!important; } .panel-sq, .panel-sq .panel-heading, .panel-sq .panel-footer{ border-radius:0; } .panel-rd{ border-radius:30px; } .panel-rd .panel-heading{ border-radius:29px 29px 0 0; } .panel-rd .panel-footer{ border-radius:0 0 29px 29px; } /* = Dividers -------------------------------------------------------------- */ .divider-h span{ display: block; border-top:1px solid transparent; } .divider-half{ width: 50%; margin: 0 auto; } .dropdown-menu .divider-h,.dropdown-menu .divider-half{ padding:0; } /* = Forms -------------------------------------------------------------- */ .input-navbar{ width:20%; display: inline; } #search-navbar{ margin:15px; margin-left: 25%; margin-bottom: 0; } .form-control{ border-color:rgba(0,0,0,.1); box-shadow:none; } /* iFrame */ iframe{ border:0; } /* ScrollToTop button */ .scrollToTop{ width:40px; height:40px; position:fixed; bottom:20px; right:20px; opacity: 0; z-index: 500; transition: all .3s ease-in-out; } .scrollToTop span{ margin-top: 6px; } .showScrollTop{ font-size: 14px; opacity: 1; } /* = Custom Colour Styling -------------------------------------------------------------- */ /* Background colour styles */ .bgc-pastel-blue{ background-color:#B3C3CD; } .bgc-white-smoke{ background-color:#F7F7F7; } .bgc-anti-flash-white{ background-color:#F2F2F2; } /* Text colour styles */ .tc-white{ color:#FFFFFF!important; } /* Button colour styles */ .btn-white{ background:#FFFFFF; color:rgba(0,0,0,.5)!important; } .btn-white:hover{ background:#cccccc; color:rgba(0,0,0,.5)!important; } .btn-light-slate-gray{ background:#6F88A3; color:#FFFFFF!important; } .btn-light-slate-gray:hover{ background:#596d82; color:#FFFFFF!important; } /* Link colour styles */ .ltc-anti-flash-white{ color:#F2F2F2!important; } .ltc-anti-flash-white:hover{ color:#c2c2c2!important; } /* Icon colour styles */ .icon-anti-flash-white{ color:#F2F2F2!important; border-color:#F2F2F2!important; } .icon-white{ color:#FFFFFF!important; border-color:#FFFFFF!important; } /* Bloc image backgrounds */ /* .bg-Fotolia-106742253-S{ background-image:url('img/Fotolia_106742253_S.jpg'); }*/ .bg-vieux5{ background-image:url('../img/vieux5.jpg'); } .container.bloc-lg .icon-round:hover{ background-color: rgba(255,255,255,0.3); } /* = Mobile adjustments -------------------------------------------------------------- */ @media (max-width: 1024px) { .bloc{ padding-left: 20px; padding-right: 20px; } } @media (max-width: 768px) { .container{width:100%;} .b-parallax{background-attachment:scroll;} .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */ } @media (max-width: 767px) { .page-container{ overflow-x: hidden; position:relative; } h1,h2,h3,h4,h5,h6,p{ padding-left:10px!important; padding-right:10px!important; } #hero-bloc h1{ font-size:40px; } #hero-bloc h2{ font-size:34px; } #hero-bloc h3{ font-size:25px; } .bloc{ padding-left: 0; padding-right: 0; -webkit-background-size: auto 200%; -moz-background-size: auto 200%; -o-background-size: auto 200%; background-size: auto 200%; } .b-parallax{ background-attachment:scroll; } .navbar .nav{ padding-top: 0; border-top:1px solid rgba(0,0,0,.2); float:none!important; } .navbar.row{ margin-left: 0; margin-right: 0; } .site-navigation{ position:inherit; transform:none; -webkit-transform:none; -ms-transform:none; } .nav > li{ margin-top: 0; border-bottom:1px solid rgba(0,0,0,.1); background:rgba(0,0,0,.05); text-align: left; padding-left:15px; width:100%; } .nav > li:hover{ background:rgba(0,0,0,.08); } #hero-bloc .navbar .nav{ background:rgba(0,0,0,.8); } #hero-bloc .navbar .nav a{ color:rgba(255,255,255,.6); } .hero{ padding:50px 0; } .hero-nav{ left:-1px; right:-1px; } .navbar-collapse{ padding:0; overflow-x: hidden; -webkit-box-shadow: none; box-shadow: none; } .navbar-brand img{ max-height: 40px; width:auto; margin: -10px 10px 0 0; } .nav-invert .navbar-header{ float: none; width:100%; } .nav-invert .navbar-toggle{ float:left; } .btn.pull-left, .btn.pull-right{ float:none!important; } .bloc-group .bloc{ display:block; width:100%; } .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{ padding-left: 10px; padding-right: 10px; } .bloc-xxl,.bloc-xl,.bloc-lg{ padding: 40px 0; } .bloc-sm,.bloc-md{ padding-left: 0; padding-right: 0; } .a-block{ padding:0 10px; } .btn-dwn{ display:none; } .voffset{ margin-top:5px; } .voffset-md{ margin-top:20px; } .voffset-lg{ margin-top:30px; } form{ padding:5px; } .close-lightbox{ display:inline-block; } .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { margin-top: 30px; margin-bottom: 30px; } .video-bg-contianer{ display:none; } }
0.223971
0.070049
:root { --testCol: white; --baseCol: rgb(124, 71, 225); --bootColor: rgb(214, 217, 224); } .textOneIN { margin: 0px; font-weight: bold; font-size: 14px; line-height: 153.1%; -webkit-box-align: center; align-items: center; } .textTwoIN { margin: 5px 0px 0px; font-weight: normal; font-size: 12px; line-height: 10px; -webkit-box-align: center; align-items: center; } .activeBlockIntro .imgSpanBlock { background-color: white; cursor: auto; } .logoIn { color: #7d899b; font-size: 25px; } .BlockIntro .imgSpanBlock { color: white; font-size: 22px; cursor: pointer; } .activeBlockIntro .imgSpanBlock { color: rgb(94, 39, 201); } .btnQuote { border: 1px solid var(--testCol); color: var(--testCol); } #introMblock { background-color: rgb(94, 39, 201); color: var(--testCol); transition: 0.1s; padding-bottom: 25px; } .centreCont { max-width: 50%; } .imgSpanBlock { display: flex; width: 48px; height: 48px; border-radius: 36px; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; margin: 0px auto; box-sizing: border-box; padding: 10px; } .BlockIntro { border-bottom: 2px solid var(--baseCol); } .activeBlockIntro { border-bottom: 2px solid var(--bootColor); } .orBlock { width: 100%; max-width: 81px; height: 0px; border: 1px solid var(--baseCol); } .sponDevider { height: 32px; border: 1px solid rgb(107, 52, 200); margin: 0px 12px; } .iplTeams > img { max-width: 5rem; } .sponsorsBlock { max-width: 520px; margin: 32px auto 10px; border-radius: 10px; border: 1px solid rgb(147, 100, 237); overflow: hidden; background: linear-gradient( rgba(44, 9, 112, 0.7) 0%, rgba(44, 9, 112, 0.12) 57.41%, rgba(255, 61, 103, 0.05) 104.26% ); } .carNumber { border: 1px solid rgb(195, 202, 210); border-radius: 8px; font-size: 0.875rem; } @media only screen and (max-width: 768px) { .sideImgCont { display: none; } #introMblock { background-color: white; } :root { --testCol: rgb(62, 70, 81); --baseCol: rgb(214, 217, 224); --bootColor: rgb(124, 71, 225); } .mainhead { color: rgb(40, 46, 51); letter-spacing: 0.01em; font-weight: 800; } .subhead { font-size: 0.875rem; letter-spacing: 0.02em; color: rgb(65, 74, 83); } .centreCont { /* width: 100%; */ max-width: 100%; } .activeBlockIntro .imgSpanBlock { background-color: rgb(124, 71, 225); } .BlockIntro .imgSpanBlock { color: rgb(94, 39, 201); } .activeBlockIntro .imgSpanBlock { color: white; } }
src/Components/home/components/Intro/intro.css
:root { --testCol: white; --baseCol: rgb(124, 71, 225); --bootColor: rgb(214, 217, 224); } .textOneIN { margin: 0px; font-weight: bold; font-size: 14px; line-height: 153.1%; -webkit-box-align: center; align-items: center; } .textTwoIN { margin: 5px 0px 0px; font-weight: normal; font-size: 12px; line-height: 10px; -webkit-box-align: center; align-items: center; } .activeBlockIntro .imgSpanBlock { background-color: white; cursor: auto; } .logoIn { color: #7d899b; font-size: 25px; } .BlockIntro .imgSpanBlock { color: white; font-size: 22px; cursor: pointer; } .activeBlockIntro .imgSpanBlock { color: rgb(94, 39, 201); } .btnQuote { border: 1px solid var(--testCol); color: var(--testCol); } #introMblock { background-color: rgb(94, 39, 201); color: var(--testCol); transition: 0.1s; padding-bottom: 25px; } .centreCont { max-width: 50%; } .imgSpanBlock { display: flex; width: 48px; height: 48px; border-radius: 36px; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; margin: 0px auto; box-sizing: border-box; padding: 10px; } .BlockIntro { border-bottom: 2px solid var(--baseCol); } .activeBlockIntro { border-bottom: 2px solid var(--bootColor); } .orBlock { width: 100%; max-width: 81px; height: 0px; border: 1px solid var(--baseCol); } .sponDevider { height: 32px; border: 1px solid rgb(107, 52, 200); margin: 0px 12px; } .iplTeams > img { max-width: 5rem; } .sponsorsBlock { max-width: 520px; margin: 32px auto 10px; border-radius: 10px; border: 1px solid rgb(147, 100, 237); overflow: hidden; background: linear-gradient( rgba(44, 9, 112, 0.7) 0%, rgba(44, 9, 112, 0.12) 57.41%, rgba(255, 61, 103, 0.05) 104.26% ); } .carNumber { border: 1px solid rgb(195, 202, 210); border-radius: 8px; font-size: 0.875rem; } @media only screen and (max-width: 768px) { .sideImgCont { display: none; } #introMblock { background-color: white; } :root { --testCol: rgb(62, 70, 81); --baseCol: rgb(214, 217, 224); --bootColor: rgb(124, 71, 225); } .mainhead { color: rgb(40, 46, 51); letter-spacing: 0.01em; font-weight: 800; } .subhead { font-size: 0.875rem; letter-spacing: 0.02em; color: rgb(65, 74, 83); } .centreCont { /* width: 100%; */ max-width: 100%; } .activeBlockIntro .imgSpanBlock { background-color: rgb(124, 71, 225); } .BlockIntro .imgSpanBlock { color: rgb(94, 39, 201); } .activeBlockIntro .imgSpanBlock { color: white; } }
0.494629
0.214691
*, *::before, *::after{ padding: 0; margin: 0; box-sizing: border-box; } /* Déclaration des variables pour les couleurs : */ :root{ --orange: rgb(228,116,51); --noir: rgb(34,34,34); --text: rgba(236,236,236,.9); --gris-fonce: rgba(179, 179, 179, .7); } /* Design Général */ body{ background: var(--gris-clair); color: var(--text); display: flex; justify-content: center; align-items: center; height: 100vh; width: 100vw; font-family: 'Lato', sans-serif; } /* Design de la carte */ .event{ background: var(--noir); box-shadow: 0 0 20px var(--noir); height: auto; width: 800px; border-radius: 3px; display: flex; align-items: flex-start; padding: 40px 60px; } /* Design de la partie date sur la gauche de la carte */ .event__date{ display: flex; flex-direction: column; align-items: center; justify-content: center; font-weight: 700; color: var(--orange); padding-right: 30px; } .event__date--day{ font-size: 80px; font-weight: 300; } .event__date--month{ text-transform: uppercase; margin-top: -10px; font-size: 25px; } .event__date--year{ margin-top: -4px; font-size: 25px; } /* Design de la partie texte / informations, sur la droite de la carte */ .event__description{ padding-left: 30px; display: flex; flex-direction: column; } .event__description--title{ font-size: 32px; margin-bottom: 12px; padding-bottom: 3px; border-bottom: 3px solid var(--orange); font-weight: 700; } .event__description--location{ color: var(--gris-fonce); font-style: italic; font-weight: 700; margin-bottom: 20px; font-size: 12px; } .event__description--text{ margin-bottom: 20px; } /* Design du bouton */ .event__btn{ color: var(--text); font-weight: 700; text-decoration: none; padding: 10px 25px; border-radius: 30px; background-color: var(--orange); align-self: flex-start; box-shadow: 0 3px 5px rgba(0,0,0,.4); transition: all .2s; } .event__btn:hover{ background-color: var(--noir); box-shadow: 0 3px 10px rgba(228,116,51,.8); transform: translateY(-2px); color: var(--orange); }
style.css
*, *::before, *::after{ padding: 0; margin: 0; box-sizing: border-box; } /* Déclaration des variables pour les couleurs : */ :root{ --orange: rgb(228,116,51); --noir: rgb(34,34,34); --text: rgba(236,236,236,.9); --gris-fonce: rgba(179, 179, 179, .7); } /* Design Général */ body{ background: var(--gris-clair); color: var(--text); display: flex; justify-content: center; align-items: center; height: 100vh; width: 100vw; font-family: 'Lato', sans-serif; } /* Design de la carte */ .event{ background: var(--noir); box-shadow: 0 0 20px var(--noir); height: auto; width: 800px; border-radius: 3px; display: flex; align-items: flex-start; padding: 40px 60px; } /* Design de la partie date sur la gauche de la carte */ .event__date{ display: flex; flex-direction: column; align-items: center; justify-content: center; font-weight: 700; color: var(--orange); padding-right: 30px; } .event__date--day{ font-size: 80px; font-weight: 300; } .event__date--month{ text-transform: uppercase; margin-top: -10px; font-size: 25px; } .event__date--year{ margin-top: -4px; font-size: 25px; } /* Design de la partie texte / informations, sur la droite de la carte */ .event__description{ padding-left: 30px; display: flex; flex-direction: column; } .event__description--title{ font-size: 32px; margin-bottom: 12px; padding-bottom: 3px; border-bottom: 3px solid var(--orange); font-weight: 700; } .event__description--location{ color: var(--gris-fonce); font-style: italic; font-weight: 700; margin-bottom: 20px; font-size: 12px; } .event__description--text{ margin-bottom: 20px; } /* Design du bouton */ .event__btn{ color: var(--text); font-weight: 700; text-decoration: none; padding: 10px 25px; border-radius: 30px; background-color: var(--orange); align-self: flex-start; box-shadow: 0 3px 5px rgba(0,0,0,.4); transition: all .2s; } .event__btn:hover{ background-color: var(--noir); box-shadow: 0 3px 10px rgba(228,116,51,.8); transform: translateY(-2px); color: var(--orange); }
0.464416
0.084795
.ui-dialog { position: absolute; padding: 0; width: 60% !important; min-width: 300px; overflow: hidden; } .ui-dialog .ui-dialog-titlebar { padding: 9px 1em; position: relative; margin: -1px -1px 0 -1px; background: rgb(255,255,255); background: url(data:image/svg+xml;base64,<KEY> background: -moz-linear-gradient(top, rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1))); background: -webkit-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%); background: -o-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%); background: -ms-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%); background: linear-gradient(top, rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); } .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; font-size: 16px; } .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } .ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; } .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; } .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; } .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: 3px 1em 3px .4em; } .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { text-align: center; } .ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; } .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } .ui-draggable .ui-dialog-titlebar { cursor: move; }
AppDashboard/static/css/supr-theme/jquery.ui.dialog.css
.ui-dialog { position: absolute; padding: 0; width: 60% !important; min-width: 300px; overflow: hidden; } .ui-dialog .ui-dialog-titlebar { padding: 9px 1em; position: relative; margin: -1px -1px 0 -1px; background: rgb(255,255,255); background: url(data:image/svg+xml;base64,<KEY> background: -moz-linear-gradient(top, rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1))); background: -webkit-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%); background: -o-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%); background: -ms-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%); background: linear-gradient(top, rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); } .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; font-size: 16px; } .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } .ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; } .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; } .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; } .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: 3px 1em 3px .4em; } .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { text-align: center; } .ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; } .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } .ui-draggable .ui-dialog-titlebar { cursor: move; }
0.287868
0.044827
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400&amp;display=swap&amp;subset=latin-ext'); body { max-width: 100em; margin: 0 auto; font-family: 'Source Sans Pro', sans-serif; font-weight: 300; line-height: 1.5; width: 100%; padding: 2em !important; color: #555; box-sizing: border-box; } h1, h2, h3, h4, h5, h6 { margin: 2em 0 1em; line-height: 1.25; font-weight: 400; display: block; } h1 { font-size: 1.5em; } h2 { font-size: 1.2em; padding-bottom: 0.25em; border-bottom: solid #b5d437 .25em; } h3 { font-size: 1em; padding-bottom: 0.25em; border-bottom: solid #ffd03f .25em; } h4 { font-size: .9em; } ul, ol { margin: 1em 0; padding-left: 4em; display: block; } li { display: list-item; } hr { border: none; height: 0.1em; background: #555; } p { font-size: 0.8em; margin-bottom: 0.8em; display: block; } img { width: 100%; max-width: 50em; display: block; margin: 1em auto; } blockquote { display: block; margin: 1.5em 0; } blockquote { border-left: 0.4em solid #dddddd; padding: 0 1.5em; color: #777777; } blockquote > :first-child { margin-top: 0; } blockquote > :last-child { margin-bottom: 0; } a:visited, a:active, a:link { text-decoration: none; color: #555; border-bottom: 0.2em #80c8bc solid; padding-left: 0.3em; padding-right: 0.3em; cursor: pointer; } a:hover { color: #80c8bc !important; background-color: rgba(128, 200, 188, .2); cursor: pointer; } table { border-collapse: collapse; display: table; border-spacing: 0.2em; border-color: grey; width: 100%; font-size: .8em; } thead { display: table-header-group; vertical-align: middle; border-color: inherit; } tbody { display: table-row-group; vertical-align: middle; border-color: inherit; } tr { display: table-row; vertical-align: inherit; border-color: inherit; } th { font-weight: 400; } td, th { display: table-cell; vertical-align: inherit; padding: 0.7em 1em; border: solid 0.1em #e5e5e5; text-align: left; } th { border-bottom-width: 0.2em; } pre { display: block; font-family: monospace; white-space: pre; margin: 1em 0; } code { font-family: monospace; } strong { font-weight: bold; } em { font-style: italic; } del { text-decoration: line-through; }
resources/default.css
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400&amp;display=swap&amp;subset=latin-ext'); body { max-width: 100em; margin: 0 auto; font-family: 'Source Sans Pro', sans-serif; font-weight: 300; line-height: 1.5; width: 100%; padding: 2em !important; color: #555; box-sizing: border-box; } h1, h2, h3, h4, h5, h6 { margin: 2em 0 1em; line-height: 1.25; font-weight: 400; display: block; } h1 { font-size: 1.5em; } h2 { font-size: 1.2em; padding-bottom: 0.25em; border-bottom: solid #b5d437 .25em; } h3 { font-size: 1em; padding-bottom: 0.25em; border-bottom: solid #ffd03f .25em; } h4 { font-size: .9em; } ul, ol { margin: 1em 0; padding-left: 4em; display: block; } li { display: list-item; } hr { border: none; height: 0.1em; background: #555; } p { font-size: 0.8em; margin-bottom: 0.8em; display: block; } img { width: 100%; max-width: 50em; display: block; margin: 1em auto; } blockquote { display: block; margin: 1.5em 0; } blockquote { border-left: 0.4em solid #dddddd; padding: 0 1.5em; color: #777777; } blockquote > :first-child { margin-top: 0; } blockquote > :last-child { margin-bottom: 0; } a:visited, a:active, a:link { text-decoration: none; color: #555; border-bottom: 0.2em #80c8bc solid; padding-left: 0.3em; padding-right: 0.3em; cursor: pointer; } a:hover { color: #80c8bc !important; background-color: rgba(128, 200, 188, .2); cursor: pointer; } table { border-collapse: collapse; display: table; border-spacing: 0.2em; border-color: grey; width: 100%; font-size: .8em; } thead { display: table-header-group; vertical-align: middle; border-color: inherit; } tbody { display: table-row-group; vertical-align: middle; border-color: inherit; } tr { display: table-row; vertical-align: inherit; border-color: inherit; } th { font-weight: 400; } td, th { display: table-cell; vertical-align: inherit; padding: 0.7em 1em; border: solid 0.1em #e5e5e5; text-align: left; } th { border-bottom-width: 0.2em; } pre { display: block; font-family: monospace; white-space: pre; margin: 1em 0; } code { font-family: monospace; } strong { font-weight: bold; } em { font-style: italic; } del { text-decoration: line-through; }
0.496582
0.143308
.spectrum { --spectrum-fieldbutton-placeholder-text-color: var(--spectrum-alias-placeholder-text-color); --spectrum-fieldbutton-text-color: var(--spectrum-alias-text-color); --spectrum-fieldbutton-icon-color: var(--spectrum-alias-icon-color); --spectrum-fieldbutton-background-color: var(--spectrum-global-color-gray-75); --spectrum-fieldbutton-border-color: var(--spectrum-alias-border-color); --spectrum-fieldbutton-placeholder-text-color-hover: var(--spectrum-alias-placeholder-text-color-hover); --spectrum-fieldbutton-text-color-hover: var(--spectrum-alias-text-color-hover); --spectrum-fieldbutton-icon-color-hover: var(--spectrum-alias-icon-color-hover); --spectrum-fieldbutton-background-color-hover: var(--spectrum-global-color-gray-50); --spectrum-fieldbutton-border-color-hover: var(--spectrum-alias-border-color-hover); --spectrum-fieldbutton-placeholder-text-color-key-focus: var(--spectrum-alias-placeholder-text-color-hover); --spectrum-fieldbutton-text-color-key-focus: var(--spectrum-alias-text-color-hover); --spectrum-fieldbutton-icon-color-key-focus: var(--spectrum-alias-icon-color-focus); --spectrum-fieldbutton-background-color-key-focus: var(--spectrum-global-color-gray-50); --spectrum-fieldbutton-border-color-key-focus: var(--spectrum-alias-border-color-focus); --spectrum-fieldbutton-border-size-key-focus: var(--spectrum-alias-border-size-thick); --spectrum-fieldbutton-placeholder-text-color-disabled: var(--spectrum-alias-text-color-disabled); --spectrum-fieldbutton-text-color-disabled: var(--spectrum-alias-text-color-disabled); --spectrum-fieldbutton-icon-color-disabled: var(--spectrum-alias-icon-color-disabled); --spectrum-fieldbutton-background-color-disabled: var(--spectrum-global-color-gray-200); --spectrum-fieldbutton-border-color-disabled: var(--spectrum-alias-border-color-disabled); --spectrum-fieldbutton-validation-icon-color-disabled: var(--spectrum-global-color-gray-500); --spectrum-fieldbutton-text-color-down: var(--spectrum-alias-text-color-down); --spectrum-fieldbutton-icon-color-down: var(--spectrum-alias-icon-color-down); --spectrum-fieldbutton-background-color-down: var(--spectrum-global-color-gray-200); --spectrum-fieldbutton-border-color-down: var(--spectrum-alias-border-color-down); --spectrum-fieldbutton-placeholder-text-color-down: var(--spectrum-global-color-gray-900); --spectrum-fieldbutton-text-color-mouse-focus: var(--spectrum-alias-text-color-hover); --spectrum-fieldbutton-background-color-mouse-focus: var(--spectrum-global-color-gray-200); --spectrum-fieldbutton-border-color-mouse-focus: var(--spectrum-alias-border-color-down); --spectrum-fieldbutton-icon-color-mouse-focus: var(--spectrum-alias-icon-color-focus); --spectrum-fieldbutton-placeholder-text-color-mouse-focus: var(--spectrum-global-color-gray-900); --spectrum-fieldbutton-border-color-error: var(--spectrum-global-color-red-500); --spectrum-fieldbutton-validation-icon-color-error: var(--spectrum-semantic-negative-color-icon); --spectrum-fieldbutton-border-color-error-hover: var(--spectrum-global-color-red-600); --spectrum-fieldbutton-validation-icon-color-error-hover: var(--spectrum-semantic-negative-color-icon); --spectrum-fieldbutton-border-color-error-down: var(--spectrum-global-color-red-600); --spectrum-fieldbutton-validation-icon-color-error-down: var(--spectrum-semantic-negative-color-icon); --spectrum-fieldbutton-border-color-error-key-focus: var(--spectrum-alias-border-color-focus); --spectrum-fieldbutton-validation-icon-color-error-key-focus: var(--spectrum-semantic-negative-color-icon); --spectrum-fieldbutton-border-color-error-mouse-focus: var(--spectrum-global-color-red-500); --spectrum-fieldbutton-validation-icon-color-error-mouse-focus: var(--spectrum-semantic-negative-color-icon); --spectrum-fieldbutton-placeholder-text-font-style: var(--spectrum-global-font-style-italic); --spectrum-fieldbutton-placeholder-text-font-weight: var(--spectrum-global-font-weight-regular); --spectrum-fieldbutton-placeholder-text-size: var(--spectrum-global-dimension-font-size-100); --spectrum-fieldbutton-text-font-family: var(--spectrum-alias-body-text-font-family); --spectrum-fieldbutton-text-font-style: var(--spectrum-global-font-style-regular); --spectrum-fieldbutton-text-font-weight: var(--spectrum-global-font-weight-regular); --spectrum-fieldbutton-text-line-height: var(--spectrum-alias-body-text-line-height); --spectrum-fieldbutton-text-letter-spacing: var(--spectrum-global-font-letter-spacing-none); --spectrum-fieldbutton-text-transform: none; --spectrum-fieldbutton-text-size: var(--spectrum-alias-font-size-default); --spectrum-fieldbutton-icon-size: var(--spectrum-alias-workflow-icon-size); --spectrum-fieldbutton-border-size: var(--spectrum-alias-border-size-thin); --spectrum-fieldbutton-border-size-focus: var(--spectrum-alias-border-size-thick); --spectrum-fieldbutton-ui-icon-height: 6px; --spectrum-fieldbutton-ui-icon-wireIdth: var(--spectrum-global-dimension-static-size-125); --spectrum-fieldbutton-height: var(--spectrum-global-dimension-size-400); --spectrum-fieldbutton-min-wireIdth: var(--spectrum-global-dimension-size-400); --spectrum-fieldbutton-padding-x: var(--spectrum-global-dimension-size-150); --spectrum-fieldbutton-border-radius: var(--spectrum-alias-border-radius-regular); --spectrum-fieldbutton-affixed-border-radius: 0; --spectrum-fieldbutton-label-gap-x: var(--spectrum-global-dimension-size-100); --spectrum-fieldbutton-label-gap-y: var(--spectrum-global-dimension-size-100); --spectrum-fieldbutton-asterisk-size: var(--spectrum-global-dimension-size-100); --spectrum-fieldbutton-asterisk-gap: var(--spectrum-global-dimension-size-50); --spectrum-fieldbutton-text-baseline: var(--spectrum-global-dimension-size-150); --spectrum-fieldbutton-icon-gap: var(--spectrum-global-dimension-size-100); --spectrum-fieldbutton-icon-margin-left: var(--spectrum-global-dimension-size-150); --spectrum-fieldbutton-icon-padding-y: var(--spectrum-global-dimension-size-85); --spectrum-fieldbutton-success-icon-height: var(--spectrum-global-dimension-size-150); --spectrum-fieldbutton-success-icon-wireIdth: var(--spectrum-global-dimension-size-150); --spectrum-fieldbutton-error-icon-height: var(--spectrum-global-dimension-size-225); --spectrum-fieldbutton-error-icon-wireIdth: var(--spectrum-global-dimension-size-225); --spectrum-fieldbutton-quiet-placeholder-text-color: var(--spectrum-alias-placeholder-text-color); --spectrum-fieldbutton-quiet-text-color: var(--spectrum-alias-text-color); --spectrum-fieldbutton-quiet-icon-color: var(--spectrum-alias-icon-color); --spectrum-fieldbutton-quiet-background-color: var(--spectrum-alias-background-color-transparent); --spectrum-fieldbutton-quiet-border-color: var(--spectrum-alias-border-color-transparent); --spectrum-fieldbutton-quiet-placeholder-text-color-hover: var(--spectrum-alias-placeholder-text-color-hover); --spectrum-fieldbutton-quiet-text-color-hover: var(--spectrum-alias-text-color-hover); --spectrum-fieldbutton-quiet-icon-color-hover: var(--spectrum-alias-icon-color-hover); --spectrum-fieldbutton-quiet-background-color-hover: var(--spectrum-alias-background-color-transparent); --spectrum-fieldbutton-quiet-border-color-hover: var(--spectrum-alias-border-color-transparent); --spectrum-fieldbutton-quiet-placeholder-text-color-key-focus: var(--spectrum-alias-placeholder-text-color-hover); --spectrum-fieldbutton-quiet-text-color-key-focus: var(--spectrum-alias-text-color-hover); --spectrum-fieldbutton-quiet-icon-color-key-focus: var(--spectrum-alias-icon-color-focus); --spectrum-fieldbutton-quiet-background-color-key-focus: var(--spectrum-alias-background-color-transparent); --spectrum-fieldbutton-quiet-border-color-key-focus: var(--spectrum-alias-border-color-focus); --spectrum-fieldbutton-quiet-border-size-key-focus: var(--spectrum-alias-border-size-thick); --spectrum-fieldbutton-quiet-placeholder-text-color-disabled: var(--spectrum-alias-text-color-disabled); --spectrum-fieldbutton-quiet-text-color-disabled: var(--spectrum-alias-text-color-disabled); --spectrum-fieldbutton-quiet-icon-color-disabled: var(--spectrum-alias-icon-color-disabled); --spectrum-fieldbutton-quiet-background-color-disabled: var(--spectrum-alias-background-color-transparent); --spectrum-fieldbutton-quiet-border-color-disabled: var(--spectrum-alias-border-color-transparent); --spectrum-fieldbutton-quiet-validation-icon-color-disabled: var(--spectrum-global-color-gray-500); --spectrum-fieldbutton-quiet-text-color-down: var(--spectrum-alias-text-color-down); --spectrum-fieldbutton-quiet-icon-color-down: var(--spectrum-alias-icon-color-down); --spectrum-fieldbutton-quiet-background-color-down: var(--spectrum-alias-background-color-transparent); --spectrum-fieldbutton-quiet-border-color-down: var(--spectrum-alias-border-color-transparent); --spectrum-fieldbutton-quiet-placeholder-text-color-down: var(--spectrum-global-color-gray-900); --spectrum-fieldbutton-quiet-text-color-mouse-focus: var(--spectrum-alias-text-color-hover); --spectrum-fieldbutton-quiet-background-color-mouse-focus: var(--spectrum-alias-background-color-transparent); --spectrum-fieldbutton-quiet-border-color-mouse-focus: var(--spectrum-alias-border-color-down); --spectrum-fieldbutton-quiet-icon-color-mouse-focus: var(--spectrum-alias-icon-color-focus); --spectrum-fieldbutton-quiet-placeholder-text-color-mouse-focus: var(--spectrum-global-color-gray-900); --spectrum-fieldbutton-quiet-border-color-error: var(--spectrum-global-color-red-500); --spectrum-fieldbutton-quiet-validation-icon-color-error: var(--spectrum-semantic-negative-color-icon); --spectrum-fieldbutton-quiet-border-color-error-hover: var(--spectrum-global-color-red-600); --spectrum-fieldbutton-quiet-validation-icon-color-error-hover: var(--spectrum-semantic-negative-color-icon); --spectrum-fieldbutton-quiet-border-color-error-down: var(--spectrum-global-color-red-600); --spectrum-fieldbutton-quiet-validation-icon-color-error-down: var(--spectrum-semantic-negative-color-icon); --spectrum-fieldbutton-quiet-border-color-error-key-focus: var(--spectrum-alias-border-color-focus); --spectrum-fieldbutton-quiet-validation-icon-color-error-key-focus: var(--spectrum-semantic-negative-color-icon); --spectrum-fieldbutton-quiet-border-color-error-mouse-focus: var(--spectrum-global-color-red-500); --spectrum-fieldbutton-quiet-validation-icon-color-error-mouse-focus: var(--spectrum-semantic-negative-color-icon); --spectrum-fieldbutton-quiet-placeholder-text-font-style: var(--spectrum-global-font-style-italic); --spectrum-fieldbutton-quiet-placeholder-text-font-weight: var(--spectrum-global-font-weight-regular); --spectrum-fieldbutton-quiet-placeholder-text-size: var(--spectrum-global-dimension-font-size-100); --spectrum-fieldbutton-quiet-text-font-family: var(--spectrum-alias-body-text-font-family); --spectrum-fieldbutton-quiet-text-font-style: var(--spectrum-global-font-style-regular); --spectrum-fieldbutton-quiet-text-font-weight: var(--spectrum-global-font-weight-regular); --spectrum-fieldbutton-quiet-text-line-height: var(--spectrum-alias-body-text-line-height); --spectrum-fieldbutton-quiet-text-letter-spacing: var(--spectrum-global-font-letter-spacing-none); --spectrum-fieldbutton-quiet-text-transform: none; --spectrum-fieldbutton-quiet-text-size: var(--spectrum-alias-font-size-default); --spectrum-fieldbutton-quiet-icon-size: var(--spectrum-alias-workflow-icon-size); --spectrum-fieldbutton-quiet-border-size: var(--spectrum-alias-border-size-thin); --spectrum-fieldbutton-quiet-border-size-focus: var(--spectrum-alias-border-size-thick); --spectrum-fieldbutton-quiet-ui-icon-height: 6px; --spectrum-fieldbutton-quiet-ui-icon-wireIdth: var(--spectrum-global-dimension-static-size-125); --spectrum-fieldbutton-quiet-height: var(--spectrum-global-dimension-size-400); --spectrum-fieldbutton-quiet-padding-x: 0px; --spectrum-fieldbutton-quiet-border-radius: 0px; --spectrum-fieldbutton-quiet-affixed-border-radius: 0; --spectrum-fieldbutton-quiet-label-gap-x: var(--spectrum-global-dimension-size-150); --spectrum-fieldbutton-quiet-label-gap-y: 0px; --spectrum-fieldbutton-quiet-asterisk-size: var(--spectrum-global-dimension-size-100); --spectrum-fieldbutton-quiet-asterisk-gap: var(--spectrum-global-dimension-size-50); --spectrum-fieldbutton-quiet-text-baseline: var(--spectrum-global-dimension-size-150); --spectrum-fieldbutton-quiet-icon-gap: var(--spectrum-global-dimension-size-100); --spectrum-fieldbutton-quiet-icon-margin-left: var(--spectrum-global-dimension-size-150); --spectrum-fieldbutton-quiet-icon-padding-y: var(--spectrum-global-dimension-size-85); --spectrum-fieldbutton-quiet-success-icon-height: var(--spectrum-global-dimension-size-150); --spectrum-fieldbutton-quiet-success-icon-wireIdth: var(--spectrum-global-dimension-size-150); --spectrum-fieldbutton-quiet-error-icon-height: var(--spectrum-global-dimension-size-225); --spectrum-fieldbutton-quiet-error-icon-wireIdth: var(--spectrum-global-dimension-size-225); --spectrum-fieldbutton-quiet-affixed-border-size: var(--spectrum-global-dimension-static-size-10); }
example/counter/web/assets/styles/@spectrum-css/vars/dist/components/spectrum-fieldbutton.css
.spectrum { --spectrum-fieldbutton-placeholder-text-color: var(--spectrum-alias-placeholder-text-color); --spectrum-fieldbutton-text-color: var(--spectrum-alias-text-color); --spectrum-fieldbutton-icon-color: var(--spectrum-alias-icon-color); --spectrum-fieldbutton-background-color: var(--spectrum-global-color-gray-75); --spectrum-fieldbutton-border-color: var(--spectrum-alias-border-color); --spectrum-fieldbutton-placeholder-text-color-hover: var(--spectrum-alias-placeholder-text-color-hover); --spectrum-fieldbutton-text-color-hover: var(--spectrum-alias-text-color-hover); --spectrum-fieldbutton-icon-color-hover: var(--spectrum-alias-icon-color-hover); --spectrum-fieldbutton-background-color-hover: var(--spectrum-global-color-gray-50); --spectrum-fieldbutton-border-color-hover: var(--spectrum-alias-border-color-hover); --spectrum-fieldbutton-placeholder-text-color-key-focus: var(--spectrum-alias-placeholder-text-color-hover); --spectrum-fieldbutton-text-color-key-focus: var(--spectrum-alias-text-color-hover); --spectrum-fieldbutton-icon-color-key-focus: var(--spectrum-alias-icon-color-focus); --spectrum-fieldbutton-background-color-key-focus: var(--spectrum-global-color-gray-50); --spectrum-fieldbutton-border-color-key-focus: var(--spectrum-alias-border-color-focus); --spectrum-fieldbutton-border-size-key-focus: var(--spectrum-alias-border-size-thick); --spectrum-fieldbutton-placeholder-text-color-disabled: var(--spectrum-alias-text-color-disabled); --spectrum-fieldbutton-text-color-disabled: var(--spectrum-alias-text-color-disabled); --spectrum-fieldbutton-icon-color-disabled: var(--spectrum-alias-icon-color-disabled); --spectrum-fieldbutton-background-color-disabled: var(--spectrum-global-color-gray-200); --spectrum-fieldbutton-border-color-disabled: var(--spectrum-alias-border-color-disabled); --spectrum-fieldbutton-validation-icon-color-disabled: var(--spectrum-global-color-gray-500); --spectrum-fieldbutton-text-color-down: var(--spectrum-alias-text-color-down); --spectrum-fieldbutton-icon-color-down: var(--spectrum-alias-icon-color-down); --spectrum-fieldbutton-background-color-down: var(--spectrum-global-color-gray-200); --spectrum-fieldbutton-border-color-down: var(--spectrum-alias-border-color-down); --spectrum-fieldbutton-placeholder-text-color-down: var(--spectrum-global-color-gray-900); --spectrum-fieldbutton-text-color-mouse-focus: var(--spectrum-alias-text-color-hover); --spectrum-fieldbutton-background-color-mouse-focus: var(--spectrum-global-color-gray-200); --spectrum-fieldbutton-border-color-mouse-focus: var(--spectrum-alias-border-color-down); --spectrum-fieldbutton-icon-color-mouse-focus: var(--spectrum-alias-icon-color-focus); --spectrum-fieldbutton-placeholder-text-color-mouse-focus: var(--spectrum-global-color-gray-900); --spectrum-fieldbutton-border-color-error: var(--spectrum-global-color-red-500); --spectrum-fieldbutton-validation-icon-color-error: var(--spectrum-semantic-negative-color-icon); --spectrum-fieldbutton-border-color-error-hover: var(--spectrum-global-color-red-600); --spectrum-fieldbutton-validation-icon-color-error-hover: var(--spectrum-semantic-negative-color-icon); --spectrum-fieldbutton-border-color-error-down: var(--spectrum-global-color-red-600); --spectrum-fieldbutton-validation-icon-color-error-down: var(--spectrum-semantic-negative-color-icon); --spectrum-fieldbutton-border-color-error-key-focus: var(--spectrum-alias-border-color-focus); --spectrum-fieldbutton-validation-icon-color-error-key-focus: var(--spectrum-semantic-negative-color-icon); --spectrum-fieldbutton-border-color-error-mouse-focus: var(--spectrum-global-color-red-500); --spectrum-fieldbutton-validation-icon-color-error-mouse-focus: var(--spectrum-semantic-negative-color-icon); --spectrum-fieldbutton-placeholder-text-font-style: var(--spectrum-global-font-style-italic); --spectrum-fieldbutton-placeholder-text-font-weight: var(--spectrum-global-font-weight-regular); --spectrum-fieldbutton-placeholder-text-size: var(--spectrum-global-dimension-font-size-100); --spectrum-fieldbutton-text-font-family: var(--spectrum-alias-body-text-font-family); --spectrum-fieldbutton-text-font-style: var(--spectrum-global-font-style-regular); --spectrum-fieldbutton-text-font-weight: var(--spectrum-global-font-weight-regular); --spectrum-fieldbutton-text-line-height: var(--spectrum-alias-body-text-line-height); --spectrum-fieldbutton-text-letter-spacing: var(--spectrum-global-font-letter-spacing-none); --spectrum-fieldbutton-text-transform: none; --spectrum-fieldbutton-text-size: var(--spectrum-alias-font-size-default); --spectrum-fieldbutton-icon-size: var(--spectrum-alias-workflow-icon-size); --spectrum-fieldbutton-border-size: var(--spectrum-alias-border-size-thin); --spectrum-fieldbutton-border-size-focus: var(--spectrum-alias-border-size-thick); --spectrum-fieldbutton-ui-icon-height: 6px; --spectrum-fieldbutton-ui-icon-wireIdth: var(--spectrum-global-dimension-static-size-125); --spectrum-fieldbutton-height: var(--spectrum-global-dimension-size-400); --spectrum-fieldbutton-min-wireIdth: var(--spectrum-global-dimension-size-400); --spectrum-fieldbutton-padding-x: var(--spectrum-global-dimension-size-150); --spectrum-fieldbutton-border-radius: var(--spectrum-alias-border-radius-regular); --spectrum-fieldbutton-affixed-border-radius: 0; --spectrum-fieldbutton-label-gap-x: var(--spectrum-global-dimension-size-100); --spectrum-fieldbutton-label-gap-y: var(--spectrum-global-dimension-size-100); --spectrum-fieldbutton-asterisk-size: var(--spectrum-global-dimension-size-100); --spectrum-fieldbutton-asterisk-gap: var(--spectrum-global-dimension-size-50); --spectrum-fieldbutton-text-baseline: var(--spectrum-global-dimension-size-150); --spectrum-fieldbutton-icon-gap: var(--spectrum-global-dimension-size-100); --spectrum-fieldbutton-icon-margin-left: var(--spectrum-global-dimension-size-150); --spectrum-fieldbutton-icon-padding-y: var(--spectrum-global-dimension-size-85); --spectrum-fieldbutton-success-icon-height: var(--spectrum-global-dimension-size-150); --spectrum-fieldbutton-success-icon-wireIdth: var(--spectrum-global-dimension-size-150); --spectrum-fieldbutton-error-icon-height: var(--spectrum-global-dimension-size-225); --spectrum-fieldbutton-error-icon-wireIdth: var(--spectrum-global-dimension-size-225); --spectrum-fieldbutton-quiet-placeholder-text-color: var(--spectrum-alias-placeholder-text-color); --spectrum-fieldbutton-quiet-text-color: var(--spectrum-alias-text-color); --spectrum-fieldbutton-quiet-icon-color: var(--spectrum-alias-icon-color); --spectrum-fieldbutton-quiet-background-color: var(--spectrum-alias-background-color-transparent); --spectrum-fieldbutton-quiet-border-color: var(--spectrum-alias-border-color-transparent); --spectrum-fieldbutton-quiet-placeholder-text-color-hover: var(--spectrum-alias-placeholder-text-color-hover); --spectrum-fieldbutton-quiet-text-color-hover: var(--spectrum-alias-text-color-hover); --spectrum-fieldbutton-quiet-icon-color-hover: var(--spectrum-alias-icon-color-hover); --spectrum-fieldbutton-quiet-background-color-hover: var(--spectrum-alias-background-color-transparent); --spectrum-fieldbutton-quiet-border-color-hover: var(--spectrum-alias-border-color-transparent); --spectrum-fieldbutton-quiet-placeholder-text-color-key-focus: var(--spectrum-alias-placeholder-text-color-hover); --spectrum-fieldbutton-quiet-text-color-key-focus: var(--spectrum-alias-text-color-hover); --spectrum-fieldbutton-quiet-icon-color-key-focus: var(--spectrum-alias-icon-color-focus); --spectrum-fieldbutton-quiet-background-color-key-focus: var(--spectrum-alias-background-color-transparent); --spectrum-fieldbutton-quiet-border-color-key-focus: var(--spectrum-alias-border-color-focus); --spectrum-fieldbutton-quiet-border-size-key-focus: var(--spectrum-alias-border-size-thick); --spectrum-fieldbutton-quiet-placeholder-text-color-disabled: var(--spectrum-alias-text-color-disabled); --spectrum-fieldbutton-quiet-text-color-disabled: var(--spectrum-alias-text-color-disabled); --spectrum-fieldbutton-quiet-icon-color-disabled: var(--spectrum-alias-icon-color-disabled); --spectrum-fieldbutton-quiet-background-color-disabled: var(--spectrum-alias-background-color-transparent); --spectrum-fieldbutton-quiet-border-color-disabled: var(--spectrum-alias-border-color-transparent); --spectrum-fieldbutton-quiet-validation-icon-color-disabled: var(--spectrum-global-color-gray-500); --spectrum-fieldbutton-quiet-text-color-down: var(--spectrum-alias-text-color-down); --spectrum-fieldbutton-quiet-icon-color-down: var(--spectrum-alias-icon-color-down); --spectrum-fieldbutton-quiet-background-color-down: var(--spectrum-alias-background-color-transparent); --spectrum-fieldbutton-quiet-border-color-down: var(--spectrum-alias-border-color-transparent); --spectrum-fieldbutton-quiet-placeholder-text-color-down: var(--spectrum-global-color-gray-900); --spectrum-fieldbutton-quiet-text-color-mouse-focus: var(--spectrum-alias-text-color-hover); --spectrum-fieldbutton-quiet-background-color-mouse-focus: var(--spectrum-alias-background-color-transparent); --spectrum-fieldbutton-quiet-border-color-mouse-focus: var(--spectrum-alias-border-color-down); --spectrum-fieldbutton-quiet-icon-color-mouse-focus: var(--spectrum-alias-icon-color-focus); --spectrum-fieldbutton-quiet-placeholder-text-color-mouse-focus: var(--spectrum-global-color-gray-900); --spectrum-fieldbutton-quiet-border-color-error: var(--spectrum-global-color-red-500); --spectrum-fieldbutton-quiet-validation-icon-color-error: var(--spectrum-semantic-negative-color-icon); --spectrum-fieldbutton-quiet-border-color-error-hover: var(--spectrum-global-color-red-600); --spectrum-fieldbutton-quiet-validation-icon-color-error-hover: var(--spectrum-semantic-negative-color-icon); --spectrum-fieldbutton-quiet-border-color-error-down: var(--spectrum-global-color-red-600); --spectrum-fieldbutton-quiet-validation-icon-color-error-down: var(--spectrum-semantic-negative-color-icon); --spectrum-fieldbutton-quiet-border-color-error-key-focus: var(--spectrum-alias-border-color-focus); --spectrum-fieldbutton-quiet-validation-icon-color-error-key-focus: var(--spectrum-semantic-negative-color-icon); --spectrum-fieldbutton-quiet-border-color-error-mouse-focus: var(--spectrum-global-color-red-500); --spectrum-fieldbutton-quiet-validation-icon-color-error-mouse-focus: var(--spectrum-semantic-negative-color-icon); --spectrum-fieldbutton-quiet-placeholder-text-font-style: var(--spectrum-global-font-style-italic); --spectrum-fieldbutton-quiet-placeholder-text-font-weight: var(--spectrum-global-font-weight-regular); --spectrum-fieldbutton-quiet-placeholder-text-size: var(--spectrum-global-dimension-font-size-100); --spectrum-fieldbutton-quiet-text-font-family: var(--spectrum-alias-body-text-font-family); --spectrum-fieldbutton-quiet-text-font-style: var(--spectrum-global-font-style-regular); --spectrum-fieldbutton-quiet-text-font-weight: var(--spectrum-global-font-weight-regular); --spectrum-fieldbutton-quiet-text-line-height: var(--spectrum-alias-body-text-line-height); --spectrum-fieldbutton-quiet-text-letter-spacing: var(--spectrum-global-font-letter-spacing-none); --spectrum-fieldbutton-quiet-text-transform: none; --spectrum-fieldbutton-quiet-text-size: var(--spectrum-alias-font-size-default); --spectrum-fieldbutton-quiet-icon-size: var(--spectrum-alias-workflow-icon-size); --spectrum-fieldbutton-quiet-border-size: var(--spectrum-alias-border-size-thin); --spectrum-fieldbutton-quiet-border-size-focus: var(--spectrum-alias-border-size-thick); --spectrum-fieldbutton-quiet-ui-icon-height: 6px; --spectrum-fieldbutton-quiet-ui-icon-wireIdth: var(--spectrum-global-dimension-static-size-125); --spectrum-fieldbutton-quiet-height: var(--spectrum-global-dimension-size-400); --spectrum-fieldbutton-quiet-padding-x: 0px; --spectrum-fieldbutton-quiet-border-radius: 0px; --spectrum-fieldbutton-quiet-affixed-border-radius: 0; --spectrum-fieldbutton-quiet-label-gap-x: var(--spectrum-global-dimension-size-150); --spectrum-fieldbutton-quiet-label-gap-y: 0px; --spectrum-fieldbutton-quiet-asterisk-size: var(--spectrum-global-dimension-size-100); --spectrum-fieldbutton-quiet-asterisk-gap: var(--spectrum-global-dimension-size-50); --spectrum-fieldbutton-quiet-text-baseline: var(--spectrum-global-dimension-size-150); --spectrum-fieldbutton-quiet-icon-gap: var(--spectrum-global-dimension-size-100); --spectrum-fieldbutton-quiet-icon-margin-left: var(--spectrum-global-dimension-size-150); --spectrum-fieldbutton-quiet-icon-padding-y: var(--spectrum-global-dimension-size-85); --spectrum-fieldbutton-quiet-success-icon-height: var(--spectrum-global-dimension-size-150); --spectrum-fieldbutton-quiet-success-icon-wireIdth: var(--spectrum-global-dimension-size-150); --spectrum-fieldbutton-quiet-error-icon-height: var(--spectrum-global-dimension-size-225); --spectrum-fieldbutton-quiet-error-icon-wireIdth: var(--spectrum-global-dimension-size-225); --spectrum-fieldbutton-quiet-affixed-border-size: var(--spectrum-global-dimension-static-size-10); }
0.602412
0.051534
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700); @font-face { font-family: 'mal'; font-style: normal; font-weight: 400; src: url('../fonts/mal.ttf'); } body { font-family: 'Lato', sans-serif; background: #353535; } h1 { font-size: 2.5em; margin-bottom: 15px; } h2 { font-size: 1.5em; margin-bottom: 7px; } .mal a { font-family: mal; color:#5074c9; } p { font-size:0.90em; } #section0,#section3{ background-image: url('../img/bg.jpg'); background-size: cover; background-position: center center; } .container * { font-weight: bold; } #section2 * { color: black; } #section0 * { color: whitesmoke; } #slide0-1 * { color: #ffca28; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; } #slide0-2 * { color: #dc7285; } #slide0-3 * { color: #000; } #slide0-4 * { color: #000; text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF; } #slide0-5 * { color: #ff5722; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; } #slide0-6 * { color: #000; } #slide0-7 * { color: #ba68c8; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; } #slide0-8 * { color: #000; } #slide0-9 * { color: #26a69a; } #slide0-10 * { color: #000; } #slide0-11 * { color: #000; } #slide0-1{ background-image: url('../img/1.jpg'); background-size: cover; background-position: center center; } #section2{ background-image: url('../img/side.jpg'); background-size: cover; background-position: center center; } #slide0-2{ background-image: url('../img/2.jpg'); background-size: cover; background-position: center center; } #slide0-3{ background-image: url('../img/3.jpg'); background-size: cover; background-position: center center; } #slide0-4{ background-image: url('../img/4.jpg'); background-size: cover; background-position: center center; } #slide0-5{ background-image: url('../img/5.jpg'); background-size: cover; background-position: center center; } #slide0-6{ background-image: url('../img/6.jpg'); background-size: cover; background-position: center center; } #slide0-7{ background-image: url('../img/7.jpg'); background-size: cover; background-position: center center; } #slide0-8{ background-image: url('../img/8.jpg'); background-size: cover; background-position: center center; } #slide0-9{ background-image: url('../img/9.jpg'); background-size: cover; background-position: center center; } #slide0-10{ background-image: url('../img/10.jpg'); background-size: cover; background-position: center center; } #slide0-11{ background-image: url('../img/11.jpg'); background-size: cover; background-position: center center; } /* h1,h2,h3,h4,h5,h6,p { */ /* color:#e5e5e5; */ /* } */ .center { text-align: center; -webkit-text-align: center; } .center-o { text-align: center; -webkit-text-align: center; margin: 0 auto; } .container { width:80%; margin:0 auto; color:#e5e5e5; } .section{ text-align:center; overflow: hidden; } .black { color:black; } .bold { font-weight: bold; } .content { width: 100%; height: 100%; background-color: #e3e3e3; } @media (min-width: 768px) { .form-control { height: 34px; padding: 6px 12px; font-size: 14px; font-weight: normal; color: #555; } #mobi { display:none; } h1 { font-size: 4em; } h2 { font-size: 3em; } .specialh { font-size: 2.5em; } .container p { font-size: 1.35em; } .special { font-size: 1em; } .prog { display:block; /* margin-left: -3000px; */ transition: 2s; } .progress { width: 550px; margin: 4px auto; } }
css/style.css
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700); @font-face { font-family: 'mal'; font-style: normal; font-weight: 400; src: url('../fonts/mal.ttf'); } body { font-family: 'Lato', sans-serif; background: #353535; } h1 { font-size: 2.5em; margin-bottom: 15px; } h2 { font-size: 1.5em; margin-bottom: 7px; } .mal a { font-family: mal; color:#5074c9; } p { font-size:0.90em; } #section0,#section3{ background-image: url('../img/bg.jpg'); background-size: cover; background-position: center center; } .container * { font-weight: bold; } #section2 * { color: black; } #section0 * { color: whitesmoke; } #slide0-1 * { color: #ffca28; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; } #slide0-2 * { color: #dc7285; } #slide0-3 * { color: #000; } #slide0-4 * { color: #000; text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF; } #slide0-5 * { color: #ff5722; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; } #slide0-6 * { color: #000; } #slide0-7 * { color: #ba68c8; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; } #slide0-8 * { color: #000; } #slide0-9 * { color: #26a69a; } #slide0-10 * { color: #000; } #slide0-11 * { color: #000; } #slide0-1{ background-image: url('../img/1.jpg'); background-size: cover; background-position: center center; } #section2{ background-image: url('../img/side.jpg'); background-size: cover; background-position: center center; } #slide0-2{ background-image: url('../img/2.jpg'); background-size: cover; background-position: center center; } #slide0-3{ background-image: url('../img/3.jpg'); background-size: cover; background-position: center center; } #slide0-4{ background-image: url('../img/4.jpg'); background-size: cover; background-position: center center; } #slide0-5{ background-image: url('../img/5.jpg'); background-size: cover; background-position: center center; } #slide0-6{ background-image: url('../img/6.jpg'); background-size: cover; background-position: center center; } #slide0-7{ background-image: url('../img/7.jpg'); background-size: cover; background-position: center center; } #slide0-8{ background-image: url('../img/8.jpg'); background-size: cover; background-position: center center; } #slide0-9{ background-image: url('../img/9.jpg'); background-size: cover; background-position: center center; } #slide0-10{ background-image: url('../img/10.jpg'); background-size: cover; background-position: center center; } #slide0-11{ background-image: url('../img/11.jpg'); background-size: cover; background-position: center center; } /* h1,h2,h3,h4,h5,h6,p { */ /* color:#e5e5e5; */ /* } */ .center { text-align: center; -webkit-text-align: center; } .center-o { text-align: center; -webkit-text-align: center; margin: 0 auto; } .container { width:80%; margin:0 auto; color:#e5e5e5; } .section{ text-align:center; overflow: hidden; } .black { color:black; } .bold { font-weight: bold; } .content { width: 100%; height: 100%; background-color: #e3e3e3; } @media (min-width: 768px) { .form-control { height: 34px; padding: 6px 12px; font-size: 14px; font-weight: normal; color: #555; } #mobi { display:none; } h1 { font-size: 4em; } h2 { font-size: 3em; } .specialh { font-size: 2.5em; } .container p { font-size: 1.35em; } .special { font-size: 1em; } .prog { display:block; /* margin-left: -3000px; */ transition: 2s; } .progress { width: 550px; margin: 4px auto; } }
0.254416
0.109372
@import url(https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic); *{ font-family: "Poppins"; } :root { /*---+---+---+---+---+---+---+ | C | O | L | O | U | R | S | +---+---+---+---+---+---+---*/ /* Comment this block out if you want to keep the default theme colour. */ /* This will also work with custom colours from color.firefox.com. */ /* Theme Colour Suggestions * Dark Light */ --window-colour: #1E2021; /* #FAFAFC; */ --secondary-colour: #191B1C; /* #EAEAEC; */ --inverted-colour: #FAFAFC; /* #1E2021; */ /* Containter Tab Colours */ --uc-identity-color-blue: #7ED6DF; --uc-identity-color-turquoise: #55E6C1; --uc-identity-color-green: #B8E994; --uc-identity-color-yellow: #F7D794; --uc-identity-color-orange: #F19066; --uc-identity-color-red: #FC5C65; --uc-identity-color-pink: #F78FB3; --uc-identity-color-purple: #786FA6; --accent-color: 54, 54, 54; --secondary-accent-color: 140, 140, 140; --third-accent-color: 190, 190, 190; --light-color: 255, 255, 255; --dark-color: 36, 36, 36; --caption-min-color: 125, 133, 151; --caption-max-color: 92, 103, 125; --caption-close-color: 51, 65, 92; /* URL colour in URL bar suggestions */ --urlbar-popup-url-color: var(--uc-identity-color-purple) !important; /*---+---+---+---+---+---+---+ | V | I | S | U | A | L | S | +---+---+---+---+---+---+---*/ /* global border radius */ --uc-border-radius: 0; /* dynamic url bar width settings */ --uc-urlbar-width: clamp(200px, 40vw, 500px); /* dynamic tab width settings */ --uc-active-tab-width: clamp(100px, 20vw, 300px); --uc-inactive-tab-width: clamp( 50px, 15vw, 200px); /* if active always shows the tab close button */ --show-tab-close-button: none; /* DEFAULT: -moz-inline-box; */ /* if active only shows the tab close button on hover*/ --show-tab-close-button-hover: none; /* DEFAULT: -moz-inline-box; */ /* adds left and right margin to the container-tabs indicator */ --container-tabs-indicator-margin: 10px; } /*---+---+---+---+---+---+---+ | B | U | T | T | O | N | S | +---+---+---+---+---+---+---*/ #back-button, #forward-button { display: none !important; } /* bookmark icon */ #star-button{ display: none !important; } /* zoom indicator */ #urlbar-zoom-button { display: none !important; } #reader-mode-button{ display: none !important; } /* tracking protection shield icon */ #tracking-protection-icon-container { display: none !important; } /* #identity-box { display: none !important } /* hides encryption AND permission items */ #identity-permission-box { display: none !important; } /* only hodes permission items */ /* e.g. playing indicator (secondary - not icon) */ .tab-secondary-label { display: none !important; } #pageActionButton { display: none !important; } #page-action-buttons { display: none !important; } /*=============================================================================================*/ /*---+---+---+---+---+---+ | L | A | Y | O | U | T | +---+---+---+---+---+---*/ /* No need to change anything below this comment. * Just tweak it if you want to tweak the overall layout. c: */ :root { --uc-theme-colour: var(--window-colour); --uc-hover-colour: var(--secondary-colour); --uc-inverted-colour: var(--inverted-colour); --button-bgcolor: var(--uc-theme-colour) !important; --button-hover-bgcolor: var(--uc-hover-colour) !important; --button-active-bgcolor: var(--uc-hover-colour) !important; --toolbar-bgcolor: var(--uc-theme-colour) !important; --toolbarbutton-hover-background: var(--uc-hover-colour) !important; --toolbarbutton-active-background: var(--uc-hover-colour) !important; --toolbarbutton-border-radius: var(--uc-border-radius) !important; --lwt-toolbar-field-focus: var(--uc-theme-colour) !important; --toolbarbutton-icon-fill: var(--uc-inverted-colour) !important; --toolbar-field-focus-background-color: var(--secondary-colour) !important; --toolbar-field-color: var(--uc-inverted-colour) !important; --toolbar-field-focus-color: var(--uc-inverted-colour) !important; --tabs-border-color: var(--uc-theme-colour) !important; --tab-border-radius: var(--uc-border-radius) !important; --lwt-text-color: var(--uc-inverted-colour) !important; --lwt-tab-text: var(--uc-inverted-colour) !important; --lwt-sidebar-background-color: var(--uc-hover-colour) !important; --lwt-sidebar-text-color: var(--uc-inverted-colour) !important; --arrowpanel-border-color: var(--uc-theme-colour) !important; --arrowpanel-border-radius: var(--uc-border-radius) !important; --arrowpanel-background: var(--uc-theme-colour) !important; --arrowpanel-color: var(--inverted-colour) !important; --autocomplete-popup-highlight-background: var(--uc-inverted-colour) !important; --autocomplete-popup-highlight-color: var(--uc-inverted-colour) !important; --autocomplete-popup-hover-background: var(--uc-inverted-colour) !important; --tab-block-margin: 2px !important; } window, #main-window, #toolbar-menubar, #TabsToolbar, #PersonalToolbar, #navigator-toolbox, #sidebar-box, #nav-bar { -moz-appearance: none !important; border: none !important; box-shadow: none !important; background: var(--uc-theme-colour) !important; } #statuspanel { display: none !important;} /* grey out ccons inside the toolbar to make it * more aligned with the Black & White colour look */ #PersonalToolbar toolbarbutton:not(:hover), #bookmarks-toolbar-button:not(:hover) { filter: grayscale(1) !important; } /* remove window control buttons */ /* .titlebar-buttonbox-container { display: none !important; } */ .titlebar-buttonbox { position: relative; margin-right: 0px; /* margin-top: -10px !important; */ } .titlebar-button { transition: all 0.3s ease !important; padding: 8px 10px !important; background-color: transparent !important; /* background: rgba(var(--dark-color), 1) !important; */ } .titlebar-button.titlebar-close { padding-right: 26px !important; } .titlebar-button > .toolbarbutton-icon { transition: all 0.3s ease !important; list-style-image: none; border-radius: 10px; } .titlebar-button.titlebar-min > .toolbarbutton-icon { background: rgba(var(--caption-min-color), 1) !important; } .titlebar-button.titlebar-max > .toolbarbutton-icon, .titlebar-button.titlebar-restore > .toolbarbutton-icon { background: rgba(var(--caption-max-color), 1) !important; } .titlebar-button.titlebar-close > .toolbarbutton-icon { background: rgba(var(--caption-close-color), 1) !important; } .titlebar-button:hover > .toolbarbutton-icon { background: rgba(var(--third-accent-color), 1) !important; } .titlebar-button.titlebar-min:hover > .toolbarbutton-icon, .titlebar-button.titlebar-max:hover > .toolbarbutton-icon, .titlebar-button.titlebar-restore:hover > .toolbarbutton-icon, .titlebar-button.titlebar-close:hover > .toolbarbutton-icon { } /* remove "padding" left and right from tabs */ .titlebar-spacer { display: none !important; } /* remove gap after pinned tabs */ #tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab[first-visible-unpinned-tab] { margin-inline-start: 0 !important; } /* remove tab shadow */ .tabbrowser-tab >.tab-stack > .tab-background { box-shadow: none !important; } /* tab background */ .tabbrowser-tab > .tab-stack > .tab-background { background: var(--uc-theme-colour) !important; } /* active tab background */ .tabbrowser-tab[selected] > .tab-stack > .tab-background { background: var(--uc-hover-colour) !important; } /* tab foreground */ .tabbrowser-tab > .tab-stack { color: var(--uc-inverted-colour) !important; } /* tab close button options */ .tabbrowser-tab:not([pinned]) .tab-close-button { display: var(--show-tab-close-button) !important; } .tabbrowser-tab:not([pinned]):hover .tab-close-button { display: var(--show-tab-close-button-hover) !important } /* adaptive tab width */ .tabbrowser-tab[selected][fadein]:not([pinned]) { max-width: var(--uc-active-tab-width) !important; } .tabbrowser-tab[fadein]:not([selected]):not([pinned]) { max-width: var(--uc-inactive-tab-width) !important; } /* container tabs indicator */ .tabbrowser-tab[usercontextid] > .tab-stack > .tab-background > .tab-context-line { margin: -1px var(--container-tabs-indicator-margin) 0 var(--container-tabs-indicator-margin) !important; border-radius: var(--tab-border-radius) !important; } /* show favicon when media is playing but tab is hovered */ .tab-icon-image:not([pinned]) { opacity: 1 !important; } /* Makes the speaker icon to always appear if the tab is playing (not only on hover) */ .tab-icon-overlay:not([crashed]), .tab-icon-overlay[pinned][crashed][selected] { top: 5px !important; z-index: 1 !important; padding: 1.5px !important; inset-inline-end: -8px !important; width: 16px !important; height: 16px !important; border-radius: 10px !important; } /* style and position speaker icon */ .tab-icon-overlay:not([sharing], [crashed]):is([soundplaying], [muted], [activemedia-blocked]) { stroke: transparent !important; background: transparent !important; opacity: 1 !important; fill-opacity: 0.8 !important; color: currentColor !important; stroke: var(--uc-theme-colour) !important; background-color: var(--uc-theme-colour) !important; } /* change the colours of the speaker icon on active tab to match tab colours */ .tabbrowser-tab[selected] .tab-icon-overlay:not([sharing], [crashed]):is([soundplaying], [muted], [activemedia-blocked]) { stroke: var(--uc-hover-colour) !important; background-color: var(--uc-hover-colour) !important; } .tab-icon-overlay:not([pinned], [sharing], [crashed]):is([soundplaying], [muted], [activemedia-blocked]) { margin-inline-end: 9.5px !important; } .tabbrowser-tab:not([image]) .tab-icon-overlay:not([pinned], [sharing], [crashed]) { top: 0 !important; padding: 0 !important; margin-inline-end: 5.5px !important; inset-inline-end: 0 !important; } .tab-icon-overlay:not([crashed])[soundplaying]:hover, .tab-icon-overlay:not([crashed])[muted]:hover, .tab-icon-overlay:not([crashed])[activemedia-blocked]:hover { color: currentColor !important; stroke: var(--uc-inverted-colour) !important; background-color: var(--uc-inverted-colour) !important; fill-opacity: 0.95 !important; } .tabbrowser-tab[selected] .tab-icon-overlay:not([crashed])[soundplaying]:hover, .tabbrowser-tab[selected] .tab-icon-overlay:not([crashed])[muted]:hover, .tabbrowser-tab[selected] .tab-icon-overlay:not([crashed])[activemedia-blocked]:hover { color: currentColor !important; stroke: var(--uc-inverted-colour) !important; background-color: var(--uc-inverted-colour) !important; fill-opacity: 0.95 !important; } /* speaker icon colour fix */ #TabsToolbar .tab-icon-overlay:not([crashed])[soundplaying], #TabsToolbar .tab-icon-overlay:not([crashed])[muted], #TabsToolbar .tab-icon-overlay:not([crashed])[activemedia-blocked] { color: var(--uc-inverted-colour) !important; } /* speaker icon colour fix on hover */ #TabsToolbar .tab-icon-overlay:not([crashed])[soundplaying]:hover, #TabsToolbar .tab-icon-overlay:not([crashed])[muted]:hover, #TabsToolbar .tab-icon-overlay:not([crashed])[activemedia-blocked]:hover { color: var(--uc-theme-colour) !important; } #nav-bar { border: none !important; box-shadow: none !important; background: transparent !important; } /* remove border below whole nav */ #navigator-toolbox { border-bottom: none !important; } #urlbar, #urlbar * { outline: none !important; box-shadow: none !important; } #urlbar-background { border: var(--uc-hover-colour) !important; } #urlbar[focused="true"] > #urlbar-background, #urlbar:not([open]) > #urlbar-background { background: transparent !important; } #urlbar[open] > #urlbar-background { background: var(--uc-theme-colour) !important; } .urlbarView-row:hover > .urlbarView-row-inner, .urlbarView-row[selected] > .urlbarView-row-inner { background: var(--uc-hover-colour) !important; } /* transition to oneline */ @media (min-width: 1000px) { /* move tabs bar over */ #TabsToolbar { margin-left: var(--uc-urlbar-width) !important; } /* move entire nav bar */ #nav-bar { margin: calc((var(--urlbar-min-height) * -1) - 8px) calc(100vw - var(--uc-urlbar-width)) 0 0 !important; } } /* end media query */ /* Container Tabs */ .identity-color-blue { --identity-tab-color: var(--uc-identity-color-blue) !important; --identity-icon-color: var(--uc-identity-color-blue) !important; } .identity-color-turquoise { --identity-tab-color: var(--uc-identity-color-turquoise) !important; --identity-icon-color: var(--uc-identity-color-turquoise) !important; } .identity-color-green { --identity-tab-color: var(--uc-identity-color-green) !important; --identity-icon-color: var(--uc-identity-color-green) !important; } .identity-color-yellow { --identity-tab-color: var(--uc-identity-color-yellow) !important; --identity-icon-color: var(--uc-identity-color-yellow) !important; } .identity-color-orange { --identity-tab-color: var(--uc-identity-color-orange) !important; --identity-icon-color: var(--uc-identity-color-orange) !important; } .identity-color-red { --identity-tab-color: var(--uc-identity-color-red) !important; --identity-icon-color: var(--uc-identity-color-red) !important; } .identity-color-pink { --identity-tab-color: var(--uc-identity-color-pink) !important; --identity-icon-color: var(--uc-identity-color-pink) !important; } .identity-color-purple { --identity-tab-color: var(--uc-identity-color-purple) !important; --identity-icon-color: var(--uc-identity-color-purple) !important; }
config/firefox/chrome.css
@import url(https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic); *{ font-family: "Poppins"; } :root { /*---+---+---+---+---+---+---+ | C | O | L | O | U | R | S | +---+---+---+---+---+---+---*/ /* Comment this block out if you want to keep the default theme colour. */ /* This will also work with custom colours from color.firefox.com. */ /* Theme Colour Suggestions * Dark Light */ --window-colour: #1E2021; /* #FAFAFC; */ --secondary-colour: #191B1C; /* #EAEAEC; */ --inverted-colour: #FAFAFC; /* #1E2021; */ /* Containter Tab Colours */ --uc-identity-color-blue: #7ED6DF; --uc-identity-color-turquoise: #55E6C1; --uc-identity-color-green: #B8E994; --uc-identity-color-yellow: #F7D794; --uc-identity-color-orange: #F19066; --uc-identity-color-red: #FC5C65; --uc-identity-color-pink: #F78FB3; --uc-identity-color-purple: #786FA6; --accent-color: 54, 54, 54; --secondary-accent-color: 140, 140, 140; --third-accent-color: 190, 190, 190; --light-color: 255, 255, 255; --dark-color: 36, 36, 36; --caption-min-color: 125, 133, 151; --caption-max-color: 92, 103, 125; --caption-close-color: 51, 65, 92; /* URL colour in URL bar suggestions */ --urlbar-popup-url-color: var(--uc-identity-color-purple) !important; /*---+---+---+---+---+---+---+ | V | I | S | U | A | L | S | +---+---+---+---+---+---+---*/ /* global border radius */ --uc-border-radius: 0; /* dynamic url bar width settings */ --uc-urlbar-width: clamp(200px, 40vw, 500px); /* dynamic tab width settings */ --uc-active-tab-width: clamp(100px, 20vw, 300px); --uc-inactive-tab-width: clamp( 50px, 15vw, 200px); /* if active always shows the tab close button */ --show-tab-close-button: none; /* DEFAULT: -moz-inline-box; */ /* if active only shows the tab close button on hover*/ --show-tab-close-button-hover: none; /* DEFAULT: -moz-inline-box; */ /* adds left and right margin to the container-tabs indicator */ --container-tabs-indicator-margin: 10px; } /*---+---+---+---+---+---+---+ | B | U | T | T | O | N | S | +---+---+---+---+---+---+---*/ #back-button, #forward-button { display: none !important; } /* bookmark icon */ #star-button{ display: none !important; } /* zoom indicator */ #urlbar-zoom-button { display: none !important; } #reader-mode-button{ display: none !important; } /* tracking protection shield icon */ #tracking-protection-icon-container { display: none !important; } /* #identity-box { display: none !important } /* hides encryption AND permission items */ #identity-permission-box { display: none !important; } /* only hodes permission items */ /* e.g. playing indicator (secondary - not icon) */ .tab-secondary-label { display: none !important; } #pageActionButton { display: none !important; } #page-action-buttons { display: none !important; } /*=============================================================================================*/ /*---+---+---+---+---+---+ | L | A | Y | O | U | T | +---+---+---+---+---+---*/ /* No need to change anything below this comment. * Just tweak it if you want to tweak the overall layout. c: */ :root { --uc-theme-colour: var(--window-colour); --uc-hover-colour: var(--secondary-colour); --uc-inverted-colour: var(--inverted-colour); --button-bgcolor: var(--uc-theme-colour) !important; --button-hover-bgcolor: var(--uc-hover-colour) !important; --button-active-bgcolor: var(--uc-hover-colour) !important; --toolbar-bgcolor: var(--uc-theme-colour) !important; --toolbarbutton-hover-background: var(--uc-hover-colour) !important; --toolbarbutton-active-background: var(--uc-hover-colour) !important; --toolbarbutton-border-radius: var(--uc-border-radius) !important; --lwt-toolbar-field-focus: var(--uc-theme-colour) !important; --toolbarbutton-icon-fill: var(--uc-inverted-colour) !important; --toolbar-field-focus-background-color: var(--secondary-colour) !important; --toolbar-field-color: var(--uc-inverted-colour) !important; --toolbar-field-focus-color: var(--uc-inverted-colour) !important; --tabs-border-color: var(--uc-theme-colour) !important; --tab-border-radius: var(--uc-border-radius) !important; --lwt-text-color: var(--uc-inverted-colour) !important; --lwt-tab-text: var(--uc-inverted-colour) !important; --lwt-sidebar-background-color: var(--uc-hover-colour) !important; --lwt-sidebar-text-color: var(--uc-inverted-colour) !important; --arrowpanel-border-color: var(--uc-theme-colour) !important; --arrowpanel-border-radius: var(--uc-border-radius) !important; --arrowpanel-background: var(--uc-theme-colour) !important; --arrowpanel-color: var(--inverted-colour) !important; --autocomplete-popup-highlight-background: var(--uc-inverted-colour) !important; --autocomplete-popup-highlight-color: var(--uc-inverted-colour) !important; --autocomplete-popup-hover-background: var(--uc-inverted-colour) !important; --tab-block-margin: 2px !important; } window, #main-window, #toolbar-menubar, #TabsToolbar, #PersonalToolbar, #navigator-toolbox, #sidebar-box, #nav-bar { -moz-appearance: none !important; border: none !important; box-shadow: none !important; background: var(--uc-theme-colour) !important; } #statuspanel { display: none !important;} /* grey out ccons inside the toolbar to make it * more aligned with the Black & White colour look */ #PersonalToolbar toolbarbutton:not(:hover), #bookmarks-toolbar-button:not(:hover) { filter: grayscale(1) !important; } /* remove window control buttons */ /* .titlebar-buttonbox-container { display: none !important; } */ .titlebar-buttonbox { position: relative; margin-right: 0px; /* margin-top: -10px !important; */ } .titlebar-button { transition: all 0.3s ease !important; padding: 8px 10px !important; background-color: transparent !important; /* background: rgba(var(--dark-color), 1) !important; */ } .titlebar-button.titlebar-close { padding-right: 26px !important; } .titlebar-button > .toolbarbutton-icon { transition: all 0.3s ease !important; list-style-image: none; border-radius: 10px; } .titlebar-button.titlebar-min > .toolbarbutton-icon { background: rgba(var(--caption-min-color), 1) !important; } .titlebar-button.titlebar-max > .toolbarbutton-icon, .titlebar-button.titlebar-restore > .toolbarbutton-icon { background: rgba(var(--caption-max-color), 1) !important; } .titlebar-button.titlebar-close > .toolbarbutton-icon { background: rgba(var(--caption-close-color), 1) !important; } .titlebar-button:hover > .toolbarbutton-icon { background: rgba(var(--third-accent-color), 1) !important; } .titlebar-button.titlebar-min:hover > .toolbarbutton-icon, .titlebar-button.titlebar-max:hover > .toolbarbutton-icon, .titlebar-button.titlebar-restore:hover > .toolbarbutton-icon, .titlebar-button.titlebar-close:hover > .toolbarbutton-icon { } /* remove "padding" left and right from tabs */ .titlebar-spacer { display: none !important; } /* remove gap after pinned tabs */ #tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab[first-visible-unpinned-tab] { margin-inline-start: 0 !important; } /* remove tab shadow */ .tabbrowser-tab >.tab-stack > .tab-background { box-shadow: none !important; } /* tab background */ .tabbrowser-tab > .tab-stack > .tab-background { background: var(--uc-theme-colour) !important; } /* active tab background */ .tabbrowser-tab[selected] > .tab-stack > .tab-background { background: var(--uc-hover-colour) !important; } /* tab foreground */ .tabbrowser-tab > .tab-stack { color: var(--uc-inverted-colour) !important; } /* tab close button options */ .tabbrowser-tab:not([pinned]) .tab-close-button { display: var(--show-tab-close-button) !important; } .tabbrowser-tab:not([pinned]):hover .tab-close-button { display: var(--show-tab-close-button-hover) !important } /* adaptive tab width */ .tabbrowser-tab[selected][fadein]:not([pinned]) { max-width: var(--uc-active-tab-width) !important; } .tabbrowser-tab[fadein]:not([selected]):not([pinned]) { max-width: var(--uc-inactive-tab-width) !important; } /* container tabs indicator */ .tabbrowser-tab[usercontextid] > .tab-stack > .tab-background > .tab-context-line { margin: -1px var(--container-tabs-indicator-margin) 0 var(--container-tabs-indicator-margin) !important; border-radius: var(--tab-border-radius) !important; } /* show favicon when media is playing but tab is hovered */ .tab-icon-image:not([pinned]) { opacity: 1 !important; } /* Makes the speaker icon to always appear if the tab is playing (not only on hover) */ .tab-icon-overlay:not([crashed]), .tab-icon-overlay[pinned][crashed][selected] { top: 5px !important; z-index: 1 !important; padding: 1.5px !important; inset-inline-end: -8px !important; width: 16px !important; height: 16px !important; border-radius: 10px !important; } /* style and position speaker icon */ .tab-icon-overlay:not([sharing], [crashed]):is([soundplaying], [muted], [activemedia-blocked]) { stroke: transparent !important; background: transparent !important; opacity: 1 !important; fill-opacity: 0.8 !important; color: currentColor !important; stroke: var(--uc-theme-colour) !important; background-color: var(--uc-theme-colour) !important; } /* change the colours of the speaker icon on active tab to match tab colours */ .tabbrowser-tab[selected] .tab-icon-overlay:not([sharing], [crashed]):is([soundplaying], [muted], [activemedia-blocked]) { stroke: var(--uc-hover-colour) !important; background-color: var(--uc-hover-colour) !important; } .tab-icon-overlay:not([pinned], [sharing], [crashed]):is([soundplaying], [muted], [activemedia-blocked]) { margin-inline-end: 9.5px !important; } .tabbrowser-tab:not([image]) .tab-icon-overlay:not([pinned], [sharing], [crashed]) { top: 0 !important; padding: 0 !important; margin-inline-end: 5.5px !important; inset-inline-end: 0 !important; } .tab-icon-overlay:not([crashed])[soundplaying]:hover, .tab-icon-overlay:not([crashed])[muted]:hover, .tab-icon-overlay:not([crashed])[activemedia-blocked]:hover { color: currentColor !important; stroke: var(--uc-inverted-colour) !important; background-color: var(--uc-inverted-colour) !important; fill-opacity: 0.95 !important; } .tabbrowser-tab[selected] .tab-icon-overlay:not([crashed])[soundplaying]:hover, .tabbrowser-tab[selected] .tab-icon-overlay:not([crashed])[muted]:hover, .tabbrowser-tab[selected] .tab-icon-overlay:not([crashed])[activemedia-blocked]:hover { color: currentColor !important; stroke: var(--uc-inverted-colour) !important; background-color: var(--uc-inverted-colour) !important; fill-opacity: 0.95 !important; } /* speaker icon colour fix */ #TabsToolbar .tab-icon-overlay:not([crashed])[soundplaying], #TabsToolbar .tab-icon-overlay:not([crashed])[muted], #TabsToolbar .tab-icon-overlay:not([crashed])[activemedia-blocked] { color: var(--uc-inverted-colour) !important; } /* speaker icon colour fix on hover */ #TabsToolbar .tab-icon-overlay:not([crashed])[soundplaying]:hover, #TabsToolbar .tab-icon-overlay:not([crashed])[muted]:hover, #TabsToolbar .tab-icon-overlay:not([crashed])[activemedia-blocked]:hover { color: var(--uc-theme-colour) !important; } #nav-bar { border: none !important; box-shadow: none !important; background: transparent !important; } /* remove border below whole nav */ #navigator-toolbox { border-bottom: none !important; } #urlbar, #urlbar * { outline: none !important; box-shadow: none !important; } #urlbar-background { border: var(--uc-hover-colour) !important; } #urlbar[focused="true"] > #urlbar-background, #urlbar:not([open]) > #urlbar-background { background: transparent !important; } #urlbar[open] > #urlbar-background { background: var(--uc-theme-colour) !important; } .urlbarView-row:hover > .urlbarView-row-inner, .urlbarView-row[selected] > .urlbarView-row-inner { background: var(--uc-hover-colour) !important; } /* transition to oneline */ @media (min-width: 1000px) { /* move tabs bar over */ #TabsToolbar { margin-left: var(--uc-urlbar-width) !important; } /* move entire nav bar */ #nav-bar { margin: calc((var(--urlbar-min-height) * -1) - 8px) calc(100vw - var(--uc-urlbar-width)) 0 0 !important; } } /* end media query */ /* Container Tabs */ .identity-color-blue { --identity-tab-color: var(--uc-identity-color-blue) !important; --identity-icon-color: var(--uc-identity-color-blue) !important; } .identity-color-turquoise { --identity-tab-color: var(--uc-identity-color-turquoise) !important; --identity-icon-color: var(--uc-identity-color-turquoise) !important; } .identity-color-green { --identity-tab-color: var(--uc-identity-color-green) !important; --identity-icon-color: var(--uc-identity-color-green) !important; } .identity-color-yellow { --identity-tab-color: var(--uc-identity-color-yellow) !important; --identity-icon-color: var(--uc-identity-color-yellow) !important; } .identity-color-orange { --identity-tab-color: var(--uc-identity-color-orange) !important; --identity-icon-color: var(--uc-identity-color-orange) !important; } .identity-color-red { --identity-tab-color: var(--uc-identity-color-red) !important; --identity-icon-color: var(--uc-identity-color-red) !important; } .identity-color-pink { --identity-tab-color: var(--uc-identity-color-pink) !important; --identity-icon-color: var(--uc-identity-color-pink) !important; } .identity-color-purple { --identity-tab-color: var(--uc-identity-color-purple) !important; --identity-icon-color: var(--uc-identity-color-purple) !important; }
0.393385
0.117117
@charset "UTF-8"; /*------------------------------------------------------------------ [Master Stylesheet] Project: Brunette ++++ Imports ++++ ++++ Reset ++++ ++++ Basic ++++ ++CSS Basic++ ++Padding++ ++Margin++ ++Background Colors++ ++Text Colors++ ++Border++ ++Colors++ ++Shadow++ ++Font Size++ ++Font Weight++ ++Text Case++ ++Letter Spacing++ ++Line Height++ ++Width++ ++Max Width++ ++Min Width++ ++Height++ ++Max Height++ ++Min Height++ ++Hr++ ++Opacity++ ++Div Sizes++ ++Z-Index++ ++Loader++ ++Scrollbar++ ++Typography++ ++Buttons++ ++Wrapper++ ++Grid++ ++Section++ ++Footer++ ++Form++ ++Inut group++ ++Form validation++ ++Select2++ ++Tinymce++ ++File Upload++ ++Jquery Toggle++ ++Form-Wizard++ ++Popover++ ++Accordion++ ++Table++ ++Data Table++ ++Responsive Table++ ++Morris Chart++ ++Sparkline++ ++Flot Chart++ ++Peity chart++ ++Echats++ ++Easy pie chart++ ++Nestable++ ++Modals++ ++Sweet-alert++ ++Notification++ ++Tooltop++ ++Images++ ++Icons++ ++Checkbox++ ++Radio++ ++Carousel++ ++Twitter slider++ ++Color Pickr++ ++Range Slider++ ++Daterangepicker++ ++Invoice++ ++Faq++ ++Profile++ ++Activity++ ++Widgets++ ++Dropdown++ ++Avatar++ ++Pagination++ ++Badge++ ++List Group++ ++Google Map++ ++Vecotor Map++ ++Progressbar++ ++Chat UI++ ++Email UI++ ++Caledar++ ++Auth pages++ ++Gallery++ ++Cropperjs++ -------------------------------------------------------------------*/ /****************************/ /** Imports **/ /****************************/ @import url(https://fonts.googleapis.com/icon?family=Material+Icons|Roboto:300i,400,400i,500,700); @import url(../../vendors/bootstrap/dist/css/bootstrap.min.css); @import url(font-awesome.min.css); @import url(ionicons.min.css); @import url(dripicons.css); @import url(glyphicons.css); @import url(themify-icons.css); @import url(animate.css); @import url(simple-line-icons.css); @import url(linea-icon.css); @import url(pe-icon-7-stroke.css); @import url(material-design-iconic-font.min.css); @import url(../../vendors/owl.carousel/dist/assets/owl.carousel.min.css); @import url(../../vendors/owl.carousel/dist/assets/owl.theme.default.min.css); /*__________________________________________________________________; [Mixin] Project: Brunette ___________________________________________________________________*/ /*__________________________________________________________________; [Colors] Project: Brunette ___________________________________________________________________*/ /****************************/ /** Reset **/ /****************************/ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, 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; } em, cite { font-style: italic; } strong { font-weight: bold; } body { color: #313f96; font-size: 1rem; font-style: normal; font-weight: 400; font-family: "Roboto", sans-serif; line-height: 1.5; background: #acb0b1; overflow-x: hidden; } .main-font, .jq-toast-wrap .jq-toast-single, .jq-toast-wrap .jq-toast-single .jq-toast-heading { font-family: "Roboto", sans-serif; } a:hover, a:active { outline: 0; } ul { list-style: none; } a { text-decoration: none; color: #313f96; -webkit-transition: color 0.2s ease; -moz-transition: color 0.2s ease; transition: color 0.2s ease; } a:hover { text-decoration: none; color: #313f96; } a:focus { text-decoration: none; outline: none; color: #313f96; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { color: #313f96; font-family: inherit; font-weight: 500; line-height: 1.2; } .h1, h1 { font-size: 2.5rem; } .h2, h2 { font-size: 2rem; } .h3, h3 { font-size: 1.75rem; } .h4, h4 { font-size: 1.5rem; } .h5, h5 { font-size: 1.25rem; } .h6, h6 { font-size: 1rem; } @media (max-width: 576px) { .h1, h1 { font-size: 2.2rem; } } p.lead { font-size: 18px; font-weight: 400; color: #313f96; line-height: 27px; margin-bottom: 0; } .force-UTF-8 { content: "¡"; } dt { font-weight: 600; } ::-webkit-file-upload-button { cursor: pointer; } /****************************/ /** Basic **/ /****************************/ /*CSS Basic*/ .overflow-hide { overflow: hidden !important; } .overflow-show { overflow: visible !important; } .clearfix { overflow: hidden; clear: both; float: none; } .word-break { word-break: break-all; } .seprator-block { margin-bottom: 80px; } .twa-2x { background-size: 1.3em 1.3em; height: 1.3em; width: 1.3em; } /*Absolute positions*/ .t-0 { top: 0 !important; } .b-0 { bottom: 0 !important; } .l-0 { left: 0 !important; } .r-0 { right: 0 !important; } /*Padding*/ .pa-0 { padding: 0px !important; } .pa-5 { padding: 5px !important; } .pa-10 { padding: 10px !important; } .pa-15 { padding: 15px !important; } .pa-20 { padding: 20px !important; } .pa-25 { padding: 25px !important; } .pa-30 { padding: 30px !important; } .pa-35 { padding: 35px !important; } .pa-40 { padding: 40px !important; } .pa-45 { padding: 45px !important; } .pa-50 { padding: 50px !important; } .pa-55 { padding: 55px !important; } .pa-60 { padding: 60px !important; } .pa-65 { padding: 65px !important; } .pa-70 { padding: 70px !important; } .pa-75 { padding: 75px !important; } .pa-80 { padding: 80px !important; } .pa-85 { padding: 85px !important; } .pa-90 { padding: 90px !important; } .pa-95 { padding: 95px !important; } .pa-100 { padding: 100px !important; } .pt-0 { padding-top: 0px !important; } .pt-5 { padding-top: 5px !important; } .pt-10 { padding-top: 10px !important; } .pt-15 { padding-top: 15px !important; } .pt-20 { padding-top: 20px !important; } .pt-25 { padding-top: 25px !important; } .pt-30 { padding-top: 30px !important; } .pt-35 { padding-top: 35px !important; } .pt-40 { padding-top: 40px !important; } .pt-45 { padding-top: 45px !important; } .pt-50 { padding-top: 50px !important; } .pt-55 { padding-top: 55px !important; } .pt-60 { padding-top: 60px !important; } .pt-65 { padding-top: 65px !important; } .pt-70 { padding-top: 70px !important; } .pt-75 { padding-top: 75px !important; } .pt-80 { padding-top: 80px !important; } .pt-85 { padding-top: 85px !important; } .pt-90 { padding-top: 90px !important; } .pt-95 { padding-top: 95px !important; } .pt-100 { padding-top: 100px !important; } .pb-0 { padding-bottom: 0px !important; } .pb-5 { padding-bottom: 5px !important; } .pb-10 { padding-bottom: 10px !important; } .pb-15 { padding-bottom: 15px !important; } .pb-20 { padding-bottom: 20px !important; } .pb-25 { padding-bottom: 25px !important; } .pb-30 { padding-bottom: 30px !important; } .pb-35 { padding-bottom: 35px !important; } .pb-40 { padding-bottom: 40px !important; } .pb-45 { padding-bottom: 45px !important; } .pb-50 { padding-bottom: 50px !important; } .pb-55 { padding-bottom: 55px !important; } .pb-60 { padding-bottom: 60px !important; } .pb-65 { padding-bottom: 65px !important; } .pb-70 { padding-bottom: 70px !important; } .pb-75 { padding-bottom: 75px !important; } .pb-80 { padding-bottom: 80px !important; } .pb-85 { padding-bottom: 85px !important; } .pb-90 { padding-bottom: 90px !important; } .pb-95 { padding-bottom: 95px !important; } .pb-100 { padding-bottom: 100px !important; } .pl-0 { padding-left: 0px !important; } .pl-5 { padding-left: 5px !important; } .pl-10 { padding-left: 10px !important; } .pl-15 { padding-left: 15px !important; } .pl-20 { padding-left: 20px !important; } .pl-25 { padding-left: 25px !important; } .pl-30 { padding-left: 30px !important; } .pl-35 { padding-left: 35px !important; } .pl-40 { padding-left: 40px !important; } .pl-45 { padding-left: 45px !important; } .pl-50 { padding-left: 50px !important; } .pl-55 { padding-left: 55px !important; } .pl-60 { padding-left: 60px !important; } .pl-65 { padding-left: 65px !important; } .pl-70 { padding-left: 70px !important; } .pl-75 { padding-left: 75px !important; } .pl-80 { padding-left: 80px !important; } .pl-85 { padding-left: 85px !important; } .pl-90 { padding-left: 90px !important; } .pl-95 { padding-left: 95px !important; } .pl-100 { padding-left: 100px !important; } .pr-0 { padding-right: 0px !important; } .pr-5 { padding-right: 5px !important; } .pr-10 { padding-right: 10px !important; } .pr-15 { padding-right: 15px !important; } .pr-20 { padding-right: 20px !important; } .pr-25 { padding-right: 25px !important; } .pr-30 { padding-right: 30px !important; } .pr-35 { padding-right: 35px !important; } .pr-40 { padding-right: 40px !important; } .pr-45 { padding-right: 45px !important; } .pr-50 { padding-right: 50px !important; } .pr-55 { padding-right: 55px !important; } .pr-60 { padding-right: 60px !important; } .pr-65 { padding-right: 65px !important; } .pr-70 { padding-right: 70px !important; } .pr-75 { padding-right: 75px !important; } .pr-80 { padding-right: 80px !important; } .pr-85 { padding-right: 85px !important; } .pr-90 { padding-right: 90px !important; } .pr-95 { padding-right: 95px !important; } .pr-100 { padding-right: 100px !important; } .px-0 { padding-left: 0px !important; padding-right: 0px !important; } .px-5 { padding-left: 5px !important; padding-right: 5px !important; } .px-10 { padding-left: 10px !important; padding-right: 10px !important; } .px-15 { padding-left: 15px !important; padding-right: 15px !important; } .px-20 { padding-left: 20px !important; padding-right: 20px !important; } .px-25 { padding-left: 25px !important; padding-right: 25px !important; } .px-30 { padding-left: 30px !important; padding-right: 30px !important; } .px-35 { padding-left: 35px !important; padding-right: 35px !important; } .px-40 { padding-left: 40px !important; padding-right: 40px !important; } .px-45 { padding-left: 45px !important; padding-right: 45px !important; } .px-50 { padding-left: 50px !important; padding-right: 50px !important; } .px-55 { padding-left: 55px !important; padding-right: 55px !important; } .px-60 { padding-left: 60px !important; padding-right: 60px !important; } .px-65 { padding-left: 65px !important; padding-right: 65px !important; } .px-70 { padding-left: 70px !important; padding-right: 70px !important; } .px-75 { padding-left: 75px !important; padding-right: 75px !important; } .px-80 { padding-left: 80px !important; padding-right: 80px !important; } .px-85 { padding-left: 85px !important; padding-right: 85px !important; } .px-90 { padding-left: 90px !important; padding-right: 90px !important; } .px-95 { padding-left: 95px !important; padding-right: 95px !important; } .px-100 { padding-left: 100px !important; padding-right: 100px !important; } .py-0 { padding-top: 0px !important; padding-bottom: 0px !important; } .py-5 { padding-top: 5px !important; padding-bottom: 5px !important; } .py-10 { padding-top: 10px !important; padding-bottom: 10px !important; } .py-15 { padding-top: 15px !important; padding-bottom: 15px !important; } .py-20 { padding-top: 20px !important; padding-bottom: 20px !important; } .py-25 { padding-top: 25px !important; padding-bottom: 25px !important; } .py-30 { padding-top: 30px !important; padding-bottom: 30px !important; } .py-35 { padding-top: 35px !important; padding-bottom: 35px !important; } .py-40 { padding-top: 40px !important; padding-bottom: 40px !important; } .py-45 { padding-top: 45px !important; padding-bottom: 45px !important; } .py-50 { padding-top: 50px !important; padding-bottom: 50px !important; } .py-55 { padding-top: 55px !important; padding-bottom: 55px !important; } .py-60 { padding-top: 60px !important; padding-bottom: 60px !important; } .py-65 { padding-top: 65px !important; padding-bottom: 65px !important; } .py-70 { padding-top: 70px !important; padding-bottom: 70px !important; } .py-75 { padding-top: 75px !important; padding-bottom: 75px !important; } .py-80 { padding-top: 80px !important; padding-bottom: 80px !important; } .py-85 { padding-top: 85px !important; padding-bottom: 85px !important; } .py-90 { padding-top: 90px !important; padding-bottom: 90px !important; } .py-95 { padding-top: 95px !important; padding-bottom: 95px !important; } .py-100 { padding-top: 100px !important; padding-bottom: 100px !important; } @media (min-width: 576px) { .pa-sm-0 { padding: 0px !important; } .pa-sm-5 { padding: 5px !important; } .pa-sm-10 { padding: 10px !important; } .pa-sm-15 { padding: 15px !important; } .pa-sm-20 { padding: 20px !important; } .pa-sm-25 { padding: 25px !important; } .pa-sm-30 { padding: 30px !important; } .pa-sm-35 { padding: 35px !important; } .pa-sm-40 { padding: 40px !important; } .pa-sm-45 { padding: 45px !important; } .pa-sm-50 { padding: 50px !important; } .pa-sm-55 { padding: 55px !important; } .pa-sm-60 { padding: 60px !important; } .pa-sm-65 { padding: 65px !important; } .pa-sm-70 { padding: 70px !important; } .pa-sm-75 { padding: 75px !important; } .pa-sm-80 { padding: 80px !important; } .pa-sm-85 { padding: 85px !important; } .pa-sm-90 { padding: 90px !important; } .pa-sm-95 { padding: 95px !important; } .pa-sm-100 { padding: 100px !important; } .pt-sm-0 { padding-top: 0px !important; } .pt-sm-5 { padding-top: 5px !important; } .pt-sm-10 { padding-top: 10px !important; } .pt-sm-15 { padding-top: 15px !important; } .pt-sm-20 { padding-top: 20px !important; } .pt-sm-25 { padding-top: 25px !important; } .pt-sm-30 { padding-top: 30px !important; } .pt-sm-35 { padding-top: 35px !important; } .pt-sm-40 { padding-top: 40px !important; } .pt-sm-45 { padding-top: 45px !important; } .pt-sm-50 { padding-top: 50px !important; } .pt-sm-55 { padding-top: 55px !important; } .pt-sm-60 { padding-top: 60px !important; } .pt-sm-65 { padding-top: 65px !important; } .pt-sm-70 { padding-top: 70px !important; } .pt-sm-75 { padding-top: 75px !important; } .pt-sm-80 { padding-top: 80px !important; } .pt-sm-85 { padding-top: 85px !important; } .pt-sm-90 { padding-top: 90px !important; } .pt-sm-95 { padding-top: 95px !important; } .pt-sm-100 { padding-top: 100px !important; } .pb-sm-0 { padding-bottom: 0px !important; } .pb-sm-5 { padding-bottom: 5px !important; } .pb-sm-10 { padding-bottom: 10px !important; } .pb-sm-15 { padding-bottom: 15px !important; } .pb-sm-20 { padding-bottom: 20px !important; } .pb-sm-25 { padding-bottom: 25px !important; } .pb-sm-30 { padding-bottom: 30px !important; } .pb-sm-35 { padding-bottom: 35px !important; } .pb-sm-40 { padding-bottom: 40px !important; } .pb-sm-45 { padding-bottom: 45px !important; } .pb-sm-50 { padding-bottom: 50px !important; } .pb-sm-55 { padding-bottom: 55px !important; } .pb-sm-60 { padding-bottom: 60px !important; } .pb-sm-65 { padding-bottom: 65px !important; } .pb-sm-70 { padding-bottom: 70px !important; } .pb-sm-75 { padding-bottom: 75px !important; } .pb-sm-80 { padding-bottom: 80px !important; } .pb-sm-85 { padding-bottom: 85px !important; } .pb-sm-90 { padding-bottom: 90px !important; } .pb-sm-95 { padding-bottom: 95px !important; } .pb-sm-100 { padding-bottom: 100px !important; } .pl-sm-0 { padding-left: 0px !important; } .pl-sm-5 { padding-left: 5px !important; } .pl-sm-10 { padding-left: 10px !important; } .pl-sm-15 { padding-left: 15px !important; } .pl-sm-20 { padding-left: 20px !important; } .pl-sm-25 { padding-left: 25px !important; } .pl-sm-30 { padding-left: 30px !important; } .pl-sm-35 { padding-left: 35px !important; } .pl-sm-40 { padding-left: 40px !important; } .pl-sm-45 { padding-left: 45px !important; } .pl-sm-50 { padding-left: 50px !important; } .pl-sm-55 { padding-left: 55px !important; } .pl-sm-60 { padding-left: 60px !important; } .pl-sm-65 { padding-left: 65px !important; } .pl-sm-70 { padding-left: 70px !important; } .pl-sm-75 { padding-left: 75px !important; } .pl-sm-80 { padding-left: 80px !important; } .pl-sm-85 { padding-left: 85px !important; } .pl-sm-90 { padding-left: 90px !important; } .pl-sm-95 { padding-left: 95px !important; } .pl-sm-100 { padding-left: 100px !important; } .pr-sm-0 { padding-right: 0px !important; } .pr-sm-5 { padding-right: 5px !important; } .pr-sm-10 { padding-right: 10px !important; } .pr-sm-15 { padding-right: 15px !important; } .pr-sm-20 { padding-right: 20px !important; } .pr-sm-25 { padding-right: 25px !important; } .pr-sm-30 { padding-right: 30px !important; } .pr-sm-35 { padding-right: 35px !important; } .pr-sm-40 { padding-right: 40px !important; } .pr-sm-45 { padding-right: 45px !important; } .pr-sm-50 { padding-right: 50px !important; } .pr-sm-55 { padding-right: 55px !important; } .pr-sm-60 { padding-right: 60px !important; } .pr-sm-65 { padding-right: 65px !important; } .pr-sm-70 { padding-right: 70px !important; } .pr-sm-75 { padding-right: 75px !important; } .pr-sm-80 { padding-right: 80px !important; } .pr-sm-85 { padding-right: 85px !important; } .pr-sm-90 { padding-right: 90px !important; } .pr-sm-95 { padding-right: 95px !important; } .pr-sm-100 { padding-right: 100px !important; } .px-sm-0 { padding-left: 0px !important; padding-right: 0px !important; } .px-sm-5 { padding-left: 5px !important; padding-right: 5px !important; } .px-sm-10 { padding-left: 10px !important; padding-right: 10px !important; } .px-sm-15 { padding-left: 15px !important; padding-right: 15px !important; } .px-sm-20 { padding-left: 20px !important; padding-right: 20px !important; } .px-sm-25 { padding-left: 25px !important; padding-right: 25px !important; } .px-sm-30 { padding-left: 30px !important; padding-right: 30px !important; } .px-sm-35 { padding-left: 35px !important; padding-right: 35px !important; } .px-sm-40 { padding-left: 40px !important; padding-right: 40px !important; } .px-sm-45 { padding-left: 45px !important; padding-right: 45px !important; } .px-sm-50 { padding-left: 50px !important; padding-right: 50px !important; } .px-sm-55 { padding-left: 55px !important; padding-right: 55px !important; } .px-sm-60 { padding-left: 60px !important; padding-right: 60px !important; } .px-sm-65 { padding-left: 65px !important; padding-right: 65px !important; } .px-sm-70 { padding-left: 70px !important; padding-right: 70px !important; } .px-sm-75 { padding-left: 75px !important; padding-right: 75px !important; } .px-sm-80 { padding-left: 80px !important; padding-right: 80px !important; } .px-sm-85 { padding-left: 85px !important; padding-right: 85px !important; } .px-sm-90 { padding-left: 90px !important; padding-right: 90px !important; } .px-sm-95 { padding-left: 95px !important; padding-right: 95px !important; } .px-sm-100 { padding-left: 100px !important; padding-right: 100px !important; } .py-sm-0 { padding-top: 0px !important; padding-bottom: 0px !important; } .py-sm-5 { padding-top: 5px !important; padding-bottom: 5px !important; } .py-sm-10 { padding-top: 10px !important; padding-bottom: 10px !important; } .py-sm-15 { padding-top: 15px !important; padding-bottom: 15px !important; } .py-sm-20 { padding-top: 20px !important; padding-bottom: 20px !important; } .py-sm-25 { padding-top: 25px !important; padding-bottom: 25px !important; } .py-sm-30 { padding-top: 30px !important; padding-bottom: 30px !important; } .py-sm-35 { padding-top: 35px !important; padding-bottom: 35px !important; } .py-sm-40 { padding-top: 40px !important; padding-bottom: 40px !important; } .py-sm-45 { padding-top: 45px !important; padding-bottom: 45px !important; } .py-sm-50 { padding-top: 50px !important; padding-bottom: 50px !important; } .py-sm-55 { padding-top: 55px !important; padding-bottom: 55px !important; } .py-sm-60 { padding-top: 60px !important; padding-bottom: 60px !important; } .py-sm-65 { padding-top: 65px !important; padding-bottom: 65px !important; } .py-sm-70 { padding-top: 70px !important; padding-bottom: 70px !important; } .py-sm-75 { padding-top: 75px !important; padding-bottom: 75px !important; } .py-sm-80 { padding-top: 80px !important; padding-bottom: 80px !important; } .py-sm-85 { padding-top: 85px !important; padding-bottom: 85px !important; } .py-sm-90 { padding-top: 90px !important; padding-bottom: 90px !important; } .py-sm-95 { padding-top: 95px !important; padding-bottom: 95px !important; } .py-sm-100 { padding-top: 100px !important; padding-bottom: 100px !important; } } @media (min-width: 768px) { .pa-md-0 { padding: 0px !important; } .pa-md-5 { padding: 5px !important; } .pa-md-10 { padding: 10px !important; } .pa-md-15 { padding: 15px !important; } .pa-md-20 { padding: 20px !important; } .pa-md-25 { padding: 25px !important; } .pa-md-30 { padding: 30px !important; } .pa-md-35 { padding: 35px !important; } .pa-md-40 { padding: 40px !important; } .pa-md-45 { padding: 45px !important; } .pa-md-50 { padding: 50px !important; } .pa-md-55 { padding: 55px !important; } .pa-md-60 { padding: 60px !important; } .pa-md-65 { padding: 65px !important; } .pa-md-70 { padding: 70px !important; } .pa-md-75 { padding: 75px !important; } .pa-md-80 { padding: 80px !important; } .pa-md-85 { padding: 85px !important; } .pa-md-90 { padding: 90px !important; } .pa-md-95 { padding: 95px !important; } .pa-md-100 { padding: 100px !important; } .pt-md-0 { padding-top: 0px !important; } .pt-md-5 { padding-top: 5px !important; } .pt-md-10 { padding-top: 10px !important; } .pt-md-15 { padding-top: 15px !important; } .pt-md-20 { padding-top: 20px !important; } .pt-md-25 { padding-top: 25px !important; } .pt-md-30 { padding-top: 30px !important; } .pt-md-35 { padding-top: 35px !important; } .pt-md-40 { padding-top: 40px !important; } .pt-md-45 { padding-top: 45px !important; } .pt-md-50 { padding-top: 50px !important; } .pt-md-55 { padding-top: 55px !important; } .pt-md-60 { padding-top: 60px !important; } .pt-md-65 { padding-top: 65px !important; } .pt-md-70 { padding-top: 70px !important; } .pt-md-75 { padding-top: 75px !important; } .pt-md-80 { padding-top: 80px !important; } .pt-md-85 { padding-top: 85px !important; } .pt-md-90 { padding-top: 90px !important; } .pt-md-95 { padding-top: 95px !important; } .pt-md-100 { padding-top: 100px !important; } .pb-md-0 { padding-bottom: 0px !important; } .pb-md-5 { padding-bottom: 5px !important; } .pb-md-10 { padding-bottom: 10px !important; } .pb-md-15 { padding-bottom: 15px !important; } .pb-md-20 { padding-bottom: 20px !important; } .pb-md-25 { padding-bottom: 25px !important; } .pb-md-30 { padding-bottom: 30px !important; } .pb-md-35 { padding-bottom: 35px !important; } .pb-md-40 { padding-bottom: 40px !important; } .pb-md-45 { padding-bottom: 45px !important; } .pb-md-50 { padding-bottom: 50px !important; } .pb-md-55 { padding-bottom: 55px !important; } .pb-md-60 { padding-bottom: 60px !important; } .pb-md-65 { padding-bottom: 65px !important; } .pb-md-70 { padding-bottom: 70px !important; } .pb-md-75 { padding-bottom: 75px !important; } .pb-md-80 { padding-bottom: 80px !important; } .pb-md-85 { padding-bottom: 85px !important; } .pb-md-90 { padding-bottom: 90px !important; } .pb-md-95 { padding-bottom: 95px !important; } .pb-md-100 { padding-bottom: 100px !important; } .pl-md-0 { padding-left: 0px !important; } .pl-md-5 { padding-left: 5px !important; } .pl-md-10 { padding-left: 10px !important; } .pl-md-15 { padding-left: 15px !important; } .pl-md-20 { padding-left: 20px !important; } .pl-md-25 { padding-left: 25px !important; } .pl-md-30 { padding-left: 30px !important; } .pl-md-35 { padding-left: 35px !important; } .pl-md-40 { padding-left: 40px !important; } .pl-md-45 { padding-left: 45px !important; } .pl-md-50 { padding-left: 50px !important; } .pl-md-55 { padding-left: 55px !important; } .pl-md-60 { padding-left: 60px !important; } .pl-md-65 { padding-left: 65px !important; } .pl-md-70 { padding-left: 70px !important; } .pl-md-75 { padding-left: 75px !important; } .pl-md-80 { padding-left: 80px !important; } .pl-md-85 { padding-left: 85px !important; } .pl-md-90 { padding-left: 90px !important; } .pl-md-95 { padding-left: 95px !important; } .pl-md-100 { padding-left: 100px !important; } .pr-md-0 { padding-right: 0px !important; } .pr-md-5 { padding-right: 5px !important; } .pr-md-10 { padding-right: 10px !important; } .pr-md-15 { padding-right: 15px !important; } .pr-md-20 { padding-right: 20px !important; } .pr-md-25 { padding-right: 25px !important; } .pr-md-30 { padding-right: 30px !important; } .pr-md-35 { padding-right: 35px !important; } .pr-md-40 { padding-right: 40px !important; } .pr-md-45 { padding-right: 45px !important; } .pr-md-50 { padding-right: 50px !important; } .pr-md-55 { padding-right: 55px !important; } .pr-md-60 { padding-right: 60px !important; } .pr-md-65 { padding-right: 65px !important; } .pr-md-70 { padding-right: 70px !important; } .pr-md-75 { padding-right: 75px !important; } .pr-md-80 { padding-right: 80px !important; } .pr-md-85 { padding-right: 85px !important; } .pr-md-90 { padding-right: 90px !important; } .pr-md-95 { padding-right: 95px !important; } .pr-md-100 { padding-right: 100px !important; } .px-md-0 { padding-left: 0px !important; padding-right: 0px !important; } .px-md-5 { padding-left: 5px !important; padding-right: 5px !important; } .px-md-10 { padding-left: 10px !important; padding-right: 10px !important; } .px-md-15 { padding-left: 15px !important; padding-right: 15px !important; } .px-md-20 { padding-left: 20px !important; padding-right: 20px !important; } .px-md-25 { padding-left: 25px !important; padding-right: 25px !important; } .px-md-30 { padding-left: 30px !important; padding-right: 30px !important; } .px-md-35 { padding-left: 35px !important; padding-right: 35px !important; } .px-md-40 { padding-left: 40px !important; padding-right: 40px !important; } .px-md-45 { padding-left: 45px !important; padding-right: 45px !important; } .px-md-50 { padding-left: 50px !important; padding-right: 50px !important; } .px-md-55 { padding-left: 55px !important; padding-right: 55px !important; } .px-md-60 { padding-left: 60px !important; padding-right: 60px !important; } .px-md-65 { padding-left: 65px !important; padding-right: 65px !important; } .px-md-70 { padding-left: 70px !important; padding-right: 70px !important; } .px-md-75 { padding-left: 75px !important; padding-right: 75px !important; } .px-md-80 { padding-left: 80px !important; padding-right: 80px !important; } .px-md-85 { padding-left: 85px !important; padding-right: 85px !important; } .px-md-90 { padding-left: 90px !important; padding-right: 90px !important; } .px-md-95 { padding-left: 95px !important; padding-right: 95px !important; } .px-md-100 { padding-left: 100px !important; padding-right: 100px !important; } .py-md-0 { padding-top: 0px !important; padding-bottom: 0px !important; } .py-md-5 { padding-top: 5px !important; padding-bottom: 5px !important; } .py-md-10 { padding-top: 10px !important; padding-bottom: 10px !important; } .py-md-15 { padding-top: 15px !important; padding-bottom: 15px !important; } .py-md-20 { padding-top: 20px !important; padding-bottom: 20px !important; } .py-md-25 { padding-top: 25px !important; padding-bottom: 25px !important; } .py-md-30 { padding-top: 30px !important; padding-bottom: 30px !important; } .py-md-35 { padding-top: 35px !important; padding-bottom: 35px !important; } .py-md-40 { padding-top: 40px !important; padding-bottom: 40px !important; } .py-md-45 { padding-top: 45px !important; padding-bottom: 45px !important; } .py-md-50 { padding-top: 50px !important; padding-bottom: 50px !important; } .py-md-55 { padding-top: 55px !important; padding-bottom: 55px !important; } .py-md-60 { padding-top: 60px !important; padding-bottom: 60px !important; } .py-md-65 { padding-top: 65px !important; padding-bottom: 65px !important; } .py-md-70 { padding-top: 70px !important; padding-bottom: 70px !important; } .py-md-75 { padding-top: 75px !important; padding-bottom: 75px !important; } .py-md-80 { padding-top: 80px !important; padding-bottom: 80px !important; } .py-md-85 { padding-top: 85px !important; padding-bottom: 85px !important; } .py-md-90 { padding-top: 90px !important; padding-bottom: 90px !important; } .py-md-95 { padding-top: 95px !important; padding-bottom: 95px !important; } .py-md-100 { padding-top: 100px !important; padding-bottom: 100px !important; } } @media (min-width: 992px) { .pa-lg-0 { padding: 0px !important; } .pa-lg-5 { padding: 5px !important; } .pa-lg-10 { padding: 10px !important; } .pa-lg-15 { padding: 15px !important; } .pa-lg-20 { padding: 20px !important; } .pa-lg-25 { padding: 25px !important; } .pa-lg-30 { padding: 30px !important; } .pa-lg-35 { padding: 35px !important; } .pa-lg-40 { padding: 40px !important; } .pa-lg-45 { padding: 45px !important; } .pa-lg-50 { padding: 50px !important; } .pa-lg-55 { padding: 55px !important; } .pa-lg-60 { padding: 60px !important; } .pa-lg-65 { padding: 65px !important; } .pa-lg-70 { padding: 70px !important; } .pa-lg-75 { padding: 75px !important; } .pa-lg-80 { padding: 80px !important; } .pa-lg-85 { padding: 85px !important; } .pa-lg-90 { padding: 90px !important; } .pa-lg-95 { padding: 95px !important; } .pa-lg-100 { padding: 100px !important; } .pt-lg-0 { padding-top: 0px !important; } .pt-lg-5 { padding-top: 5px !important; } .pt-lg-10 { padding-top: 10px !important; } .pt-lg-15 { padding-top: 15px !important; } .pt-lg-20 { padding-top: 20px !important; } .pt-lg-25 { padding-top: 25px !important; } .pt-lg-30 { padding-top: 30px !important; } .pt-lg-35 { padding-top: 35px !important; } .pt-lg-40 { padding-top: 40px !important; } .pt-lg-45 { padding-top: 45px !important; } .pt-lg-50 { padding-top: 50px !important; } .pt-lg-55 { padding-top: 55px !important; } .pt-lg-60 { padding-top: 60px !important; } .pt-lg-65 { padding-top: 65px !important; } .pt-lg-70 { padding-top: 70px !important; } .pt-lg-75 { padding-top: 75px !important; } .pt-lg-80 { padding-top: 80px !important; } .pt-lg-85 { padding-top: 85px !important; } .pt-lg-90 { padding-top: 90px !important; } .pt-lg-95 { padding-top: 95px !important; } .pt-lg-100 { padding-top: 100px !important; } .pb-lg-0 { padding-bottom: 0px !important; } .pb-lg-5 { padding-bottom: 5px !important; } .pb-lg-10 { padding-bottom: 10px !important; } .pb-lg-15 { padding-bottom: 15px !important; } .pb-lg-20 { padding-bottom: 20px !important; } .pb-lg-25 { padding-bottom: 25px !important; } .pb-lg-30 { padding-bottom: 30px !important; } .pb-lg-35 { padding-bottom: 35px !important; } .pb-lg-40 { padding-bottom: 40px !important; } .pb-lg-45 { padding-bottom: 45px !important; } .pb-lg-50 { padding-bottom: 50px !important; } .pb-lg-55 { padding-bottom: 55px !important; } .pb-lg-60 { padding-bottom: 60px !important; } .pb-lg-65 { padding-bottom: 65px !important; } .pb-lg-70 { padding-bottom: 70px !important; } .pb-lg-75 { padding-bottom: 75px !important; } .pb-lg-80 { padding-bottom: 80px !important; } .pb-lg-85 { padding-bottom: 85px !important; } .pb-lg-90 { padding-bottom: 90px !important; } .pb-lg-95 { padding-bottom: 95px !important; } .pb-lg-100 { padding-bottom: 100px !important; } .pl-lg-0 { padding-left: 0px !important; } .pl-lg-5 { padding-left: 5px !important; } .pl-lg-10 { padding-left: 10px !important; } .pl-lg-15 { padding-left: 15px !important; } .pl-lg-20 { padding-left: 20px !important; } .pl-lg-25 { padding-left: 25px !important; } .pl-lg-30 { padding-left: 30px !important; } .pl-lg-35 { padding-left: 35px !important; } .pl-lg-40 { padding-left: 40px !important; } .pl-lg-45 { padding-left: 45px !important; } .pl-lg-50 { padding-left: 50px !important; } .pl-lg-55 { padding-left: 55px !important; } .pl-lg-60 { padding-left: 60px !important; } .pl-lg-65 { padding-left: 65px !important; } .pl-lg-70 { padding-left: 70px !important; } .pl-lg-75 { padding-left: 75px !important; } .pl-lg-80 { padding-left: 80px !important; } .pl-lg-85 { padding-left: 85px !important; } .pl-lg-90 { padding-left: 90px !important; } .pl-lg-95 { padding-left: 95px !important; } .pl-lg-100 { padding-left: 100px !important; } .pr-lg-0 { padding-right: 0px !important; } .pr-lg-5 { padding-right: 5px !important; } .pr-lg-10 { padding-right: 10px !important; } .pr-lg-15 { padding-right: 15px !important; } .pr-lg-20 { padding-right: 20px !important; } .pr-lg-25 { padding-right: 25px !important; } .pr-lg-30 { padding-right: 30px !important; } .pr-lg-35 { padding-right: 35px !important; } .pr-lg-40 { padding-right: 40px !important; } .pr-lg-45 { padding-right: 45px !important; } .pr-lg-50 { padding-right: 50px !important; } .pr-lg-55 { padding-right: 55px !important; } .pr-lg-60 { padding-right: 60px !important; } .pr-lg-65 { padding-right: 65px !important; } .pr-lg-70 { padding-right: 70px !important; } .pr-lg-75 { padding-right: 75px !important; } .pr-lg-80 { padding-right: 80px !important; } .pr-lg-85 { padding-right: 85px !important; } .pr-lg-90 { padding-right: 90px !important; } .pr-lg-95 { padding-right: 95px !important; } .pr-lg-100 { padding-right: 100px !important; } .px-lg-0 { padding-left: 0px !important; padding-right: 0px !important; } .px-lg-5 { padding-left: 5px !important; padding-right: 5px !important; } .px-lg-10 { padding-left: 10px !important; padding-right: 10px !important; } .px-lg-15 { padding-left: 15px !important; padding-right: 15px !important; } .px-lg-20 { padding-left: 20px !important; padding-right: 20px !important; } .px-lg-25 { padding-left: 25px !important; padding-right: 25px !important; } .px-lg-30 { padding-left: 30px !important; padding-right: 30px !important; } .px-lg-35 { padding-left: 35px !important; padding-right: 35px !important; } .px-lg-40 { padding-left: 40px !important; padding-right: 40px !important; } .px-lg-45 { padding-left: 45px !important; padding-right: 45px !important; } .px-lg-50 { padding-left: 50px !important; padding-right: 50px !important; } .px-lg-55 { padding-left: 55px !important; padding-right: 55px !important; } .px-lg-60 { padding-left: 60px !important; padding-right: 60px !important; } .px-lg-65 { padding-left: 65px !important; padding-right: 65px !important; } .px-lg-70 { padding-left: 70px !important; padding-right: 70px !important; } .px-lg-75 { padding-left: 75px !important; padding-right: 75px !important; } .px-lg-80 { padding-left: 80px !important; padding-right: 80px !important; } .px-lg-85 { padding-left: 85px !important; padding-right: 85px !important; } .px-lg-90 { padding-left: 90px !important; padding-right: 90px !important; } .px-lg-95 { padding-left: 95px !important; padding-right: 95px !important; } .px-lg-100 { padding-left: 100px !important; padding-right: 100px !important; } .py-lg-0 { padding-top: 0px !important; padding-bottom: 0px !important; } .py-lg-5 { padding-top: 5px !important; padding-bottom: 5px !important; } .py-lg-10 { padding-top: 10px !important; padding-bottom: 10px !important; } .py-lg-15 { padding-top: 15px !important; padding-bottom: 15px !important; } .py-lg-20 { padding-top: 20px !important; padding-bottom: 20px !important; } .py-lg-25 { padding-top: 25px !important; padding-bottom: 25px !important; } .py-lg-30 { padding-top: 30px !important; padding-bottom: 30px !important; } .py-lg-35 { padding-top: 35px !important; padding-bottom: 35px !important; } .py-lg-40 { padding-top: 40px !important; padding-bottom: 40px !important; } .py-lg-45 { padding-top: 45px !important; padding-bottom: 45px !important; } .py-lg-50 { padding-top: 50px !important; padding-bottom: 50px !important; } .py-lg-55 { padding-top: 55px !important; padding-bottom: 55px !important; } .py-lg-60 { padding-top: 60px !important; padding-bottom: 60px !important; } .py-lg-65 { padding-top: 65px !important; padding-bottom: 65px !important; } .py-lg-70 { padding-top: 70px !important; padding-bottom: 70px !important; } .py-lg-75 { padding-top: 75px !important; padding-bottom: 75px !important; } .py-lg-80 { padding-top: 80px !important; padding-bottom: 80px !important; } .py-lg-85 { padding-top: 85px !important; padding-bottom: 85px !important; } .py-lg-90 { padding-top: 90px !important; padding-bottom: 90px !important; } .py-lg-95 { padding-top: 95px !important; padding-bottom: 95px !important; } .py-lg-100 { padding-top: 100px !important; padding-bottom: 100px !important; } } @media (min-width: 1200px) { .pa-xl-0 { padding: 0px !important; } .pa-xl-5 { padding: 5px !important; } .pa-xl-10 { padding: 10px !important; } .pa-xl-15 { padding: 15px !important; } .pa-xl-20 { padding: 20px !important; } .pa-xl-25 { padding: 25px !important; } .pa-xl-30 { padding: 30px !important; } .pa-xl-35 { padding: 35px !important; } .pa-xl-40 { padding: 40px !important; } .pa-xl-45 { padding: 45px !important; } .pa-xl-50 { padding: 50px !important; } .pa-xl-55 { padding: 55px !important; } .pa-xl-60 { padding: 60px !important; } .pa-xl-65 { padding: 65px !important; } .pa-xl-70 { padding: 70px !important; } .pa-xl-75 { padding: 75px !important; } .pa-xl-80 { padding: 80px !important; } .pa-xl-85 { padding: 85px !important; } .pa-xl-90 { padding: 90px !important; } .pa-xl-95 { padding: 95px !important; } .pa-xl-100 { padding: 100px !important; } .pt-xl-0 { padding-top: 0px !important; } .pt-xl-5 { padding-top: 5px !important; } .pt-xl-10 { padding-top: 10px !important; } .pt-xl-15 { padding-top: 15px !important; } .pt-xl-20 { padding-top: 20px !important; } .pt-xl-25 { padding-top: 25px !important; } .pt-xl-30 { padding-top: 30px !important; } .pt-xl-35 { padding-top: 35px !important; } .pt-xl-40 { padding-top: 40px !important; } .pt-xl-45 { padding-top: 45px !important; } .pt-xl-50 { padding-top: 50px !important; } .pt-xl-55 { padding-top: 55px !important; } .pt-xl-60 { padding-top: 60px !important; } .pt-xl-65 { padding-top: 65px !important; } .pt-xl-70 { padding-top: 70px !important; } .pt-xl-75 { padding-top: 75px !important; } .pt-xl-80 { padding-top: 80px !important; } .pt-xl-85 { padding-top: 85px !important; } .pt-xl-90 { padding-top: 90px !important; } .pt-xl-95 { padding-top: 95px !important; } .pt-xl-100 { padding-top: 100px !important; } .pb-xl-0 { padding-bottom: 0px !important; } .pb-xl-5 { padding-bottom: 5px !important; } .pb-xl-10 { padding-bottom: 10px !important; } .pb-xl-15 { padding-bottom: 15px !important; } .pb-xl-20 { padding-bottom: 20px !important; } .pb-xl-25 { padding-bottom: 25px !important; } .pb-xl-30 { padding-bottom: 30px !important; } .pb-xl-35 { padding-bottom: 35px !important; } .pb-xl-40 { padding-bottom: 40px !important; } .pb-xl-45 { padding-bottom: 45px !important; } .pb-xl-50 { padding-bottom: 50px !important; } .pb-xl-55 { padding-bottom: 55px !important; } .pb-xl-60 { padding-bottom: 60px !important; } .pb-xl-65 { padding-bottom: 65px !important; } .pb-xl-70 { padding-bottom: 70px !important; } .pb-xl-75 { padding-bottom: 75px !important; } .pb-xl-80 { padding-bottom: 80px !important; } .pb-xl-85 { padding-bottom: 85px !important; } .pb-xl-90 { padding-bottom: 90px !important; } .pb-xl-95 { padding-bottom: 95px !important; } .pb-xl-100 { padding-bottom: 100px !important; } .pl-xl-0 { padding-left: 0px !important; } .pl-xl-5 { padding-left: 5px !important; } .pl-xl-10 { padding-left: 10px !important; } .pl-xl-15 { padding-left: 15px !important; } .pl-xl-20 { padding-left: 20px !important; } .pl-xl-25 { padding-left: 25px !important; } .pl-xl-30 { padding-left: 30px !important; } .pl-xl-35 { padding-left: 35px !important; } .pl-xl-40 { padding-left: 40px !important; } .pl-xl-45 { padding-left: 45px !important; } .pl-xl-50 { padding-left: 50px !important; } .pl-xl-55 { padding-left: 55px !important; } .pl-xl-60 { padding-left: 60px !important; } .pl-xl-65 { padding-left: 65px !important; } .pl-xl-70 { padding-left: 70px !important; } .pl-xl-75 { padding-left: 75px !important; } .pl-xl-80 { padding-left: 80px !important; } .pl-xl-85 { padding-left: 85px !important; } .pl-xl-90 { padding-left: 90px !important; } .pl-xl-95 { padding-left: 95px !important; } .pl-xl-100 { padding-left: 100px !important; } .pr-xl-0 { padding-right: 0px !important; } .pr-xl-5 { padding-right: 5px !important; } .pr-xl-10 { padding-right: 10px !important; } .pr-xl-15 { padding-right: 15px !important; } .pr-xl-20 { padding-right: 20px !important; } .pr-xl-25 { padding-right: 25px !important; } .pr-xl-30 { padding-right: 30px !important; } .pr-xl-35 { padding-right: 35px !important; } .pr-xl-40 { padding-right: 40px !important; } .pr-xl-45 { padding-right: 45px !important; } .pr-xl-50 { padding-right: 50px !important; } .pr-xl-55 { padding-right: 55px !important; } .pr-xl-60 { padding-right: 60px !important; } .pr-xl-65 { padding-right: 65px !important; } .pr-xl-70 { padding-right: 70px !important; } .pr-xl-75 { padding-right: 75px !important; } .pr-xl-80 { padding-right: 80px !important; } .pr-xl-85 { padding-right: 85px !important; } .pr-xl-90 { padding-right: 90px !important; } .pr-xl-95 { padding-right: 95px !important; } .pr-xl-100 { padding-right: 100px !important; } .px-xl-0 { padding-left: 0px !important; padding-right: 0px !important; } .px-xl-5 { padding-left: 5px !important; padding-right: 5px !important; } .px-xl-10 { padding-left: 10px !important; padding-right: 10px !important; } .px-xl-15 { padding-left: 15px !important; padding-right: 15px !important; } .px-xl-20 { padding-left: 20px !important; padding-right: 20px !important; } .px-xl-25 { padding-left: 25px !important; padding-right: 25px !important; } .px-xl-30 { padding-left: 30px !important; padding-right: 30px !important; } .px-xl-35 { padding-left: 35px !important; padding-right: 35px !important; } .px-xl-40 { padding-left: 40px !important; padding-right: 40px !important; } .px-xl-45 { padding-left: 45px !important; padding-right: 45px !important; } .px-xl-50 { padding-left: 50px !important; padding-right: 50px !important; } .px-xl-55 { padding-left: 55px !important; padding-right: 55px !important; } .px-xl-60 { padding-left: 60px !important; padding-right: 60px !important; } .px-xl-65 { padding-left: 65px !important; padding-right: 65px !important; } .px-xl-70 { padding-left: 70px !important; padding-right: 70px !important; } .px-xl-75 { padding-left: 75px !important; padding-right: 75px !important; } .px-xl-80 { padding-left: 80px !important; padding-right: 80px !important; } .px-xl-85 { padding-left: 85px !important; padding-right: 85px !important; } .px-xl-90 { padding-left: 90px !important; padding-right: 90px !important; } .px-xl-95 { padding-left: 95px !important; padding-right: 95px !important; } .px-xl-100 { padding-left: 100px !important; padding-right: 100px !important; } .py-xl-0 { padding-top: 0px !important; padding-bottom: 0px !important; } .py-xl-5 { padding-top: 5px !important; padding-bottom: 5px !important; } .py-xl-10 { padding-top: 10px !important; padding-bottom: 10px !important; } .py-xl-15 { padding-top: 15px !important; padding-bottom: 15px !important; } .py-xl-20 { padding-top: 20px !important; padding-bottom: 20px !important; } .py-xl-25 { padding-top: 25px !important; padding-bottom: 25px !important; } .py-xl-30 { padding-top: 30px !important; padding-bottom: 30px !important; } .py-xl-35 { padding-top: 35px !important; padding-bottom: 35px !important; } .py-xl-40 { padding-top: 40px !important; padding-bottom: 40px !important; } .py-xl-45 { padding-top: 45px !important; padding-bottom: 45px !important; } .py-xl-50 { padding-top: 50px !important; padding-bottom: 50px !important; } .py-xl-55 { padding-top: 55px !important; padding-bottom: 55px !important; } .py-xl-60 { padding-top: 60px !important; padding-bottom: 60px !important; } .py-xl-65 { padding-top: 65px !important; padding-bottom: 65px !important; } .py-xl-70 { padding-top: 70px !important; padding-bottom: 70px !important; } .py-xl-75 { padding-top: 75px !important; padding-bottom: 75px !important; } .py-xl-80 { padding-top: 80px !important; padding-bottom: 80px !important; } .py-xl-85 { padding-top: 85px !important; padding-bottom: 85px !important; } .py-xl-90 { padding-top: 90px !important; padding-bottom: 90px !important; } .py-xl-95 { padding-top: 95px !important; padding-bottom: 95px !important; } .py-xl-100 { padding-top: 100px !important; padding-bottom: 100px !important; } } /*Margin*/ .ma-0 { margin: 0px !important; } .ma-5 { margin: 5px !important; } .ma-10 { margin: 10px !important; } .ma-15 { margin: 15px !important; } .ma-20 { margin: 20px !important; } .ma-25 { margin: 25px !important; } .ma-30 { margin: 30px !important; } .ma-35 { margin: 35px !important; } .ma-40 { margin: 40px !important; } .ma-45 { margin: 45px !important; } .ma-50 { margin: 50px !important; } .ma-55 { margin: 55px !important; } .ma-60 { margin: 60px !important; } .ma-65 { margin: 65px !important; } .ma-70 { margin: 70px !important; } .ma-75 { margin: 75px !important; } .ma-80 { margin: 80px !important; } .ma-85 { margin: 85px !important; } .ma-90 { margin: 90px !important; } .ma-95 { margin: 95px !important; } .ma-100 { margin: 100px !important; } .mt-0 { margin-top: 0px !important; } .mt-5 { margin-top: 5px !important; } .mt-10 { margin-top: 10px !important; } .mt-15 { margin-top: 15px !important; } .mt-20 { margin-top: 20px !important; } .mt-25 { margin-top: 25px !important; } .mt-30 { margin-top: 30px !important; } .mt-35 { margin-top: 35px !important; } .mt-40 { margin-top: 40px !important; } .mt-45 { margin-top: 45px !important; } .mt-50 { margin-top: 50px !important; } .mt-55 { margin-top: 55px !important; } .mt-60 { margin-top: 60px !important; } .mt-65 { margin-top: 65px !important; } .mt-70 { margin-top: 70px !important; } .mt-75 { margin-top: 75px !important; } .mt-80 { margin-top: 80px !important; } .mt-85 { margin-top: 85px !important; } .mt-90 { margin-top: 90px !important; } .mt-95 { margin-top: 95px !important; } .mt-100 { margin-top: 100px !important; } .mb-0 { margin-bottom: 0px !important; } .mb-5 { margin-bottom: 5px !important; } .mb-10 { margin-bottom: 10px !important; } .mb-15 { margin-bottom: 15px !important; } .mb-20 { margin-bottom: 20px !important; } .mb-25 { margin-bottom: 25px !important; } .mb-30 { margin-bottom: 30px !important; } .mb-35 { margin-bottom: 35px !important; } .mb-40 { margin-bottom: 40px !important; } .mb-45 { margin-bottom: 45px !important; } .mb-50 { margin-bottom: 50px !important; } .mb-55 { margin-bottom: 55px !important; } .mb-60 { margin-bottom: 60px !important; } .mb-65 { margin-bottom: 65px !important; } .mb-70 { margin-bottom: 70px !important; } .mb-75 { margin-bottom: 75px !important; } .mb-80 { margin-bottom: 80px !important; } .mb-85 { margin-bottom: 85px !important; } .mb-90 { margin-bottom: 90px !important; } .mb-95 { margin-bottom: 95px !important; } .mb-100 { margin-bottom: 100px !important; } .ml-0 { margin-left: 0px !important; } .ml-5 { margin-left: 5px !important; } .ml-10 { margin-left: 10px !important; } .ml-15 { margin-left: 15px !important; } .ml-20 { margin-left: 20px !important; } .ml-25 { margin-left: 25px !important; } .ml-30 { margin-left: 30px !important; } .ml-35 { margin-left: 35px !important; } .ml-40 { margin-left: 40px !important; } .ml-45 { margin-left: 45px !important; } .ml-50 { margin-left: 50px !important; } .ml-55 { margin-left: 55px !important; } .ml-60 { margin-left: 60px !important; } .ml-65 { margin-left: 65px !important; } .ml-70 { margin-left: 70px !important; } .ml-75 { margin-left: 75px !important; } .ml-80 { margin-left: 80px !important; } .ml-85 { margin-left: 85px !important; } .ml-90 { margin-left: 90px !important; } .ml-95 { margin-left: 95px !important; } .ml-100 { margin-left: 100px !important; } .mr-0 { margin-right: 0px !important; } .mr-5 { margin-right: 5px !important; } .mr-10 { margin-right: 10px !important; } .mr-15 { margin-right: 15px !important; } .mr-20 { margin-right: 20px !important; } .mr-25 { margin-right: 25px !important; } .mr-30 { margin-right: 30px !important; } .mr-35 { margin-right: 35px !important; } .mr-40 { margin-right: 40px !important; } .mr-45 { margin-right: 45px !important; } .mr-50 { margin-right: 50px !important; } .mr-55 { margin-right: 55px !important; } .mr-60 { margin-right: 60px !important; } .mr-65 { margin-right: 65px !important; } .mr-70 { margin-right: 70px !important; } .mr-75 { margin-right: 75px !important; } .mr-80 { margin-right: 80px !important; } .mr-85 { margin-right: 85px !important; } .mr-90 { margin-right: 90px !important; } .mr-95 { margin-right: 95px !important; } .mr-100 { margin-right: 100px !important; } .mx-0 { margin-left: 0px !important; margin-right: 0px !important; } .mx-5 { margin-left: 5px !important; margin-right: 5px !important; } .mx-10 { margin-left: 10px !important; margin-right: 10px !important; } .mx-15 { margin-left: 15px !important; margin-right: 15px !important; } .mx-20 { margin-left: 20px !important; margin-right: 20px !important; } .mx-25 { margin-left: 25px !important; margin-right: 25px !important; } .mx-30 { margin-left: 30px !important; margin-right: 30px !important; } .mx-35 { margin-left: 35px !important; margin-right: 35px !important; } .mx-40 { margin-left: 40px !important; margin-right: 40px !important; } .mx-45 { margin-left: 45px !important; margin-right: 45px !important; } .mx-50 { margin-left: 50px !important; margin-right: 50px !important; } .mx-55 { margin-left: 55px !important; margin-right: 55px !important; } .mx-60 { margin-left: 60px !important; margin-right: 60px !important; } .mx-65 { margin-left: 65px !important; margin-right: 65px !important; } .mx-70 { margin-left: 70px !important; margin-right: 70px !important; } .mx-75 { margin-left: 75px !important; margin-right: 75px !important; } .mx-80 { margin-left: 80px !important; margin-right: 80px !important; } .mx-85 { margin-left: 85px !important; margin-right: 85px !important; } .mx-90 { margin-left: 90px !important; margin-right: 90px !important; } .mx-95 { margin-left: 95px !important; margin-right: 95px !important; } .mx-100 { margin-left: 100px !important; margin-right: 100px !important; } .my-0 { margin-top: 0px !important; margin-bottom: 0px !important; } .my-5 { margin-top: 5px !important; margin-bottom: 5px !important; } .my-10 { margin-top: 10px !important; margin-bottom: 10px !important; } .my-15 { margin-top: 15px !important; margin-bottom: 15px !important; } .my-20 { margin-top: 20px !important; margin-bottom: 20px !important; } .my-25 { margin-top: 25px !important; margin-bottom: 25px !important; } .my-30 { margin-top: 30px !important; margin-bottom: 30px !important; } .my-35 { margin-top: 35px !important; margin-bottom: 35px !important; } .my-40 { margin-top: 40px !important; margin-bottom: 40px !important; } .my-45 { margin-top: 45px !important; margin-bottom: 45px !important; } .my-50 { margin-top: 50px !important; margin-bottom: 50px !important; } .my-55 { margin-top: 55px !important; margin-bottom: 55px !important; } .my-60 { margin-top: 60px !important; margin-bottom: 60px !important; } .my-65 { margin-top: 65px !important; margin-bottom: 65px !important; } .my-70 { margin-top: 70px !important; margin-bottom: 70px !important; } .my-75 { margin-top: 75px !important; margin-bottom: 75px !important; } .my-80 { margin-top: 80px !important; margin-bottom: 80px !important; } .my-85 { margin-top: 85px !important; margin-bottom: 85px !important; } .my-90 { margin-top: 90px !important; margin-bottom: 90px !important; } .my-95 { margin-top: 95px !important; margin-bottom: 95px !important; } .my-100 { margin-top: 100px !important; margin-bottom: 100px !important; } @media (min-width: 576px) { .ma-sm-0 { margin: 0px !important; } .ma-sm-5 { margin: 5px !important; } .ma-sm-10 { margin: 10px !important; } .ma-sm-15 { margin: 15px !important; } .ma-sm-20 { margin: 20px !important; } .ma-sm-25 { margin: 25px !important; } .ma-sm-30 { margin: 30px !important; } .ma-sm-35 { margin: 35px !important; } .ma-sm-40 { margin: 40px !important; } .ma-sm-45 { margin: 45px !important; } .ma-sm-50 { margin: 50px !important; } .ma-sm-55 { margin: 55px !important; } .ma-sm-60 { margin: 60px !important; } .ma-sm-65 { margin: 65px !important; } .ma-sm-70 { margin: 70px !important; } .ma-sm-75 { margin: 75px !important; } .ma-sm-80 { margin: 80px !important; } .ma-sm-85 { margin: 85px !important; } .ma-sm-90 { margin: 90px !important; } .ma-sm-95 { margin: 95px !important; } .ma-sm-100 { margin: 100px !important; } .mt-sm-0 { margin-top: 0px !important; } .mt-sm-5 { margin-top: 5px !important; } .mt-sm-10 { margin-top: 10px !important; } .mt-sm-15 { margin-top: 15px !important; } .mt-sm-20 { margin-top: 20px !important; } .mt-sm-25 { margin-top: 25px !important; } .mt-sm-30 { margin-top: 30px !important; } .mt-sm-35 { margin-top: 35px !important; } .mt-sm-40 { margin-top: 40px !important; } .mt-sm-45 { margin-top: 45px !important; } .mt-sm-50 { margin-top: 50px !important; } .mt-sm-55 { margin-top: 55px !important; } .mt-sm-60 { margin-top: 60px !important; } .mt-sm-65 { margin-top: 65px !important; } .mt-sm-70 { margin-top: 70px !important; } .mt-sm-75 { margin-top: 75px !important; } .mt-sm-80 { margin-top: 80px !important; } .mt-sm-85 { margin-top: 85px !important; } .mt-sm-90 { margin-top: 90px !important; } .mt-sm-95 { margin-top: 95px !important; } .mt-sm-100 { margin-top: 100px !important; } .mb-sm-0 { margin-bottom: 0px !important; } .mb-sm-5 { margin-bottom: 5px !important; } .mb-sm-10 { margin-bottom: 10px !important; } .mb-sm-15 { margin-bottom: 15px !important; } .mb-sm-20 { margin-bottom: 20px !important; } .mb-sm-25 { margin-bottom: 25px !important; } .mb-sm-30 { margin-bottom: 30px !important; } .mb-sm-35 { margin-bottom: 35px !important; } .mb-sm-40 { margin-bottom: 40px !important; } .mb-sm-45 { margin-bottom: 45px !important; } .mb-sm-50 { margin-bottom: 50px !important; } .mb-sm-55 { margin-bottom: 55px !important; } .mb-sm-60 { margin-bottom: 60px !important; } .mb-sm-65 { margin-bottom: 65px !important; } .mb-sm-70 { margin-bottom: 70px !important; } .mb-sm-75 { margin-bottom: 75px !important; } .mb-sm-80 { margin-bottom: 80px !important; } .mb-sm-85 { margin-bottom: 85px !important; } .mb-sm-90 { margin-bottom: 90px !important; } .mb-sm-95 { margin-bottom: 95px !important; } .mb-sm-100 { margin-bottom: 100px !important; } .ml-sm-0 { margin-left: 0px !important; } .ml-sm-5 { margin-left: 5px !important; } .ml-sm-10 { margin-left: 10px !important; } .ml-sm-15 { margin-left: 15px !important; } .ml-sm-20 { margin-left: 20px !important; } .ml-sm-25 { margin-left: 25px !important; } .ml-sm-30 { margin-left: 30px !important; } .ml-sm-35 { margin-left: 35px !important; } .ml-sm-40 { margin-left: 40px !important; } .ml-sm-45 { margin-left: 45px !important; } .ml-sm-50 { margin-left: 50px !important; } .ml-sm-55 { margin-left: 55px !important; } .ml-sm-60 { margin-left: 60px !important; } .ml-sm-65 { margin-left: 65px !important; } .ml-sm-70 { margin-left: 70px !important; } .ml-sm-75 { margin-left: 75px !important; } .ml-sm-80 { margin-left: 80px !important; } .ml-sm-85 { margin-left: 85px !important; } .ml-sm-90 { margin-left: 90px !important; } .ml-sm-95 { margin-left: 95px !important; } .ml-sm-100 { margin-left: 100px !important; } .mr-sm-0 { margin-right: 0px !important; } .mr-sm-5 { margin-right: 5px !important; } .mr-sm-10 { margin-right: 10px !important; } .mr-sm-15 { margin-right: 15px !important; } .mr-sm-20 { margin-right: 20px !important; } .mr-sm-25 { margin-right: 25px !important; } .mr-sm-30 { margin-right: 30px !important; } .mr-sm-35 { margin-right: 35px !important; } .mr-sm-40 { margin-right: 40px !important; } .mr-sm-45 { margin-right: 45px !important; } .mr-sm-50 { margin-right: 50px !important; } .mr-sm-55 { margin-right: 55px !important; } .mr-sm-60 { margin-right: 60px !important; } .mr-sm-65 { margin-right: 65px !important; } .mr-sm-70 { margin-right: 70px !important; } .mr-sm-75 { margin-right: 75px !important; } .mr-sm-80 { margin-right: 80px !important; } .mr-sm-85 { margin-right: 85px !important; } .mr-sm-90 { margin-right: 90px !important; } .mr-sm-95 { margin-right: 95px !important; } .mr-sm-100 { margin-right: 100px !important; } .mx-sm-0 { margin-left: 0px !important; margin-right: 0px !important; } .mx-sm-5 { margin-left: 5px !important; margin-right: 5px !important; } .mx-sm-10 { margin-left: 10px !important; margin-right: 10px !important; } .mx-sm-15 { margin-left: 15px !important; margin-right: 15px !important; } .mx-sm-20 { margin-left: 20px !important; margin-right: 20px !important; } .mx-sm-25 { margin-left: 25px !important; margin-right: 25px !important; } .mx-sm-30 { margin-left: 30px !important; margin-right: 30px !important; } .mx-sm-35 { margin-left: 35px !important; margin-right: 35px !important; } .mx-sm-40 { margin-left: 40px !important; margin-right: 40px !important; } .mx-sm-45 { margin-left: 45px !important; margin-right: 45px !important; } .mx-sm-50 { margin-left: 50px !important; margin-right: 50px !important; } .mx-sm-55 { margin-left: 55px !important; margin-right: 55px !important; } .mx-sm-60 { margin-left: 60px !important; margin-right: 60px !important; } .mx-sm-65 { margin-left: 65px !important; margin-right: 65px !important; } .mx-sm-70 { margin-left: 70px !important; margin-right: 70px !important; } .mx-sm-75 { margin-left: 75px !important; margin-right: 75px !important; } .mx-sm-80 { margin-left: 80px !important; margin-right: 80px !important; } .mx-sm-85 { margin-left: 85px !important; margin-right: 85px !important; } .mx-sm-90 { margin-left: 90px !important; margin-right: 90px !important; } .mx-sm-95 { margin-left: 95px !important; margin-right: 95px !important; } .mx-sm-100 { margin-left: 100px !important; margin-right: 100px !important; } .my-sm-0 { margin-top: 0px !important; margin-bottom: 0px !important; } .my-sm-5 { margin-top: 5px !important; margin-bottom: 5px !important; } .my-sm-10 { margin-top: 10px !important; margin-bottom: 10px !important; } .my-sm-15 { margin-top: 15px !important; margin-bottom: 15px !important; } .my-sm-20 { margin-top: 20px !important; margin-bottom: 20px !important; } .my-sm-25 { margin-top: 25px !important; margin-bottom: 25px !important; } .my-sm-30 { margin-top: 30px !important; margin-bottom: 30px !important; } .my-sm-35 { margin-top: 35px !important; margin-bottom: 35px !important; } .my-sm-40 { margin-top: 40px !important; margin-bottom: 40px !important; } .my-sm-45 { margin-top: 45px !important; margin-bottom: 45px !important; } .my-sm-50 { margin-top: 50px !important; margin-bottom: 50px !important; } .my-sm-55 { margin-top: 55px !important; margin-bottom: 55px !important; } .my-sm-60 { margin-top: 60px !important; margin-bottom: 60px !important; } .my-sm-65 { margin-top: 65px !important; margin-bottom: 65px !important; } .my-sm-70 { margin-top: 70px !important; margin-bottom: 70px !important; } .my-sm-75 { margin-top: 75px !important; margin-bottom: 75px !important; } .my-sm-80 { margin-top: 80px !important; margin-bottom: 80px !important; } .my-sm-85 { margin-top: 85px !important; margin-bottom: 85px !important; } .my-sm-90 { margin-top: 90px !important; margin-bottom: 90px !important; } .my-sm-95 { margin-top: 95px !important; margin-bottom: 95px !important; } .my-sm-100 { margin-top: 100px !important; margin-bottom: 100px !important; } } @media (min-width: 768px) { .ma-md-0 { margin: 0px !important; } .ma-md-5 { margin: 5px !important; } .ma-md-10 { margin: 10px !important; } .ma-md-15 { margin: 15px !important; } .ma-md-20 { margin: 20px !important; } .ma-md-25 { margin: 25px !important; } .ma-md-30 { margin: 30px !important; } .ma-md-35 { margin: 35px !important; } .ma-md-40 { margin: 40px !important; } .ma-md-45 { margin: 45px !important; } .ma-md-50 { margin: 50px !important; } .ma-md-55 { margin: 55px !important; } .ma-md-60 { margin: 60px !important; } .ma-md-65 { margin: 65px !important; } .ma-md-70 { margin: 70px !important; } .ma-md-75 { margin: 75px !important; } .ma-md-80 { margin: 80px !important; } .ma-md-85 { margin: 85px !important; } .ma-md-90 { margin: 90px !important; } .ma-md-95 { margin: 95px !important; } .ma-md-100 { margin: 100px !important; } .mt-md-0 { margin-top: 0px !important; } .mt-md-5 { margin-top: 5px !important; } .mt-md-10 { margin-top: 10px !important; } .mt-md-15 { margin-top: 15px !important; } .mt-md-20 { margin-top: 20px !important; } .mt-md-25 { margin-top: 25px !important; } .mt-md-30 { margin-top: 30px !important; } .mt-md-35 { margin-top: 35px !important; } .mt-md-40 { margin-top: 40px !important; } .mt-md-45 { margin-top: 45px !important; } .mt-md-50 { margin-top: 50px !important; } .mt-md-55 { margin-top: 55px !important; } .mt-md-60 { margin-top: 60px !important; } .mt-md-65 { margin-top: 65px !important; } .mt-md-70 { margin-top: 70px !important; } .mt-md-75 { margin-top: 75px !important; } .mt-md-80 { margin-top: 80px !important; } .mt-md-85 { margin-top: 85px !important; } .mt-md-90 { margin-top: 90px !important; } .mt-md-95 { margin-top: 95px !important; } .mt-md-100 { margin-top: 100px !important; } .mb-md-0 { margin-bottom: 0px !important; } .mb-md-5 { margin-bottom: 5px !important; } .mb-md-10 { margin-bottom: 10px !important; } .mb-md-15 { margin-bottom: 15px !important; } .mb-md-20 { margin-bottom: 20px !important; } .mb-md-25 { margin-bottom: 25px !important; } .mb-md-30 { margin-bottom: 30px !important; } .mb-md-35 { margin-bottom: 35px !important; } .mb-md-40 { margin-bottom: 40px !important; } .mb-md-45 { margin-bottom: 45px !important; } .mb-md-50 { margin-bottom: 50px !important; } .mb-md-55 { margin-bottom: 55px !important; } .mb-md-60 { margin-bottom: 60px !important; } .mb-md-65 { margin-bottom: 65px !important; } .mb-md-70 { margin-bottom: 70px !important; } .mb-md-75 { margin-bottom: 75px !important; } .mb-md-80 { margin-bottom: 80px !important; } .mb-md-85 { margin-bottom: 85px !important; } .mb-md-90 { margin-bottom: 90px !important; } .mb-md-95 { margin-bottom: 95px !important; } .mb-md-100 { margin-bottom: 100px !important; } .ml-md-0 { margin-left: 0px !important; } .ml-md-5 { margin-left: 5px !important; } .ml-md-10 { margin-left: 10px !important; } .ml-md-15 { margin-left: 15px !important; } .ml-md-20 { margin-left: 20px !important; } .ml-md-25 { margin-left: 25px !important; } .ml-md-30 { margin-left: 30px !important; } .ml-md-35 { margin-left: 35px !important; } .ml-md-40 { margin-left: 40px !important; } .ml-md-45 { margin-left: 45px !important; } .ml-md-50 { margin-left: 50px !important; } .ml-md-55 { margin-left: 55px !important; } .ml-md-60 { margin-left: 60px !important; } .ml-md-65 { margin-left: 65px !important; } .ml-md-70 { margin-left: 70px !important; } .ml-md-75 { margin-left: 75px !important; } .ml-md-80 { margin-left: 80px !important; } .ml-md-85 { margin-left: 85px !important; } .ml-md-90 { margin-left: 90px !important; } .ml-md-95 { margin-left: 95px !important; } .ml-md-100 { margin-left: 100px !important; } .mr-md-0 { margin-right: 0px !important; } .mr-md-5 { margin-right: 5px !important; } .mr-md-10 { margin-right: 10px !important; } .mr-md-15 { margin-right: 15px !important; } .mr-md-20 { margin-right: 20px !important; } .mr-md-25 { margin-right: 25px !important; } .mr-md-30 { margin-right: 30px !important; } .mr-md-35 { margin-right: 35px !important; } .mr-md-40 { margin-right: 40px !important; } .mr-md-45 { margin-right: 45px !important; } .mr-md-50 { margin-right: 50px !important; } .mr-md-55 { margin-right: 55px !important; } .mr-md-60 { margin-right: 60px !important; } .mr-md-65 { margin-right: 65px !important; } .mr-md-70 { margin-right: 70px !important; } .mr-md-75 { margin-right: 75px !important; } .mr-md-80 { margin-right: 80px !important; } .mr-md-85 { margin-right: 85px !important; } .mr-md-90 { margin-right: 90px !important; } .mr-md-95 { margin-right: 95px !important; } .mr-md-100 { margin-right: 100px !important; } .mx-md-0 { margin-left: 0px !important; margin-right: 0px !important; } .mx-md-5 { margin-left: 5px !important; margin-right: 5px !important; } .mx-md-10 { margin-left: 10px !important; margin-right: 10px !important; } .mx-md-15 { margin-left: 15px !important; margin-right: 15px !important; } .mx-md-20 { margin-left: 20px !important; margin-right: 20px !important; } .mx-md-25 { margin-left: 25px !important; margin-right: 25px !important; } .mx-md-30 { margin-left: 30px !important; margin-right: 30px !important; } .mx-md-35 { margin-left: 35px !important; margin-right: 35px !important; } .mx-md-40 { margin-left: 40px !important; margin-right: 40px !important; } .mx-md-45 { margin-left: 45px !important; margin-right: 45px !important; } .mx-md-50 { margin-left: 50px !important; margin-right: 50px !important; } .mx-md-55 { margin-left: 55px !important; margin-right: 55px !important; } .mx-md-60 { margin-left: 60px !important; margin-right: 60px !important; } .mx-md-65 { margin-left: 65px !important; margin-right: 65px !important; } .mx-md-70 { margin-left: 70px !important; margin-right: 70px !important; } .mx-md-75 { margin-left: 75px !important; margin-right: 75px !important; } .mx-md-80 { margin-left: 80px !important; margin-right: 80px !important; } .mx-md-85 { margin-left: 85px !important; margin-right: 85px !important; } .mx-md-90 { margin-left: 90px !important; margin-right: 90px !important; } .mx-md-95 { margin-left: 95px !important; margin-right: 95px !important; } .mx-md-100 { margin-left: 100px !important; margin-right: 100px !important; } .my-md-0 { margin-top: 0px !important; margin-bottom: 0px !important; } .my-md-5 { margin-top: 5px !important; margin-bottom: 5px !important; } .my-md-10 { margin-top: 10px !important; margin-bottom: 10px !important; } .my-md-15 { margin-top: 15px !important; margin-bottom: 15px !important; } .my-md-20 { margin-top: 20px !important; margin-bottom: 20px !important; } .my-md-25 { margin-top: 25px !important; margin-bottom: 25px !important; } .my-md-30 { margin-top: 30px !important; margin-bottom: 30px !important; } .my-md-35 { margin-top: 35px !important; margin-bottom: 35px !important; } .my-md-40 { margin-top: 40px !important; margin-bottom: 40px !important; } .my-md-45 { margin-top: 45px !important; margin-bottom: 45px !important; } .my-md-50 { margin-top: 50px !important; margin-bottom: 50px !important; } .my-md-55 { margin-top: 55px !important; margin-bottom: 55px !important; } .my-md-60 { margin-top: 60px !important; margin-bottom: 60px !important; } .my-md-65 { margin-top: 65px !important; margin-bottom: 65px !important; } .my-md-70 { margin-top: 70px !important; margin-bottom: 70px !important; } .my-md-75 { margin-top: 75px !important; margin-bottom: 75px !important; } .my-md-80 { margin-top: 80px !important; margin-bottom: 80px !important; } .my-md-85 { margin-top: 85px !important; margin-bottom: 85px !important; } .my-md-90 { margin-top: 90px !important; margin-bottom: 90px !important; } .my-md-95 { margin-top: 95px !important; margin-bottom: 95px !important; } .my-md-100 { margin-top: 100px !important; margin-bottom: 100px !important; } } @media (min-width: 992px) { .ma-lg-0 { margin: 0px !important; } .ma-lg-5 { margin: 5px !important; } .ma-lg-10 { margin: 10px !important; } .ma-lg-15 { margin: 15px !important; } .ma-lg-20 { margin: 20px !important; } .ma-lg-25 { margin: 25px !important; } .ma-lg-30 { margin: 30px !important; } .ma-lg-35 { margin: 35px !important; } .ma-lg-40 { margin: 40px !important; } .ma-lg-45 { margin: 45px !important; } .ma-lg-50 { margin: 50px !important; } .ma-lg-55 { margin: 55px !important; } .ma-lg-60 { margin: 60px !important; } .ma-lg-65 { margin: 65px !important; } .ma-lg-70 { margin: 70px !important; } .ma-lg-75 { margin: 75px !important; } .ma-lg-80 { margin: 80px !important; } .ma-lg-85 { margin: 85px !important; } .ma-lg-90 { margin: 90px !important; } .ma-lg-95 { margin: 95px !important; } .ma-lg-100 { margin: 100px !important; } .mt-lg-0 { margin-top: 0px !important; } .mt-lg-5 { margin-top: 5px !important; } .mt-lg-10 { margin-top: 10px !important; } .mt-lg-15 { margin-top: 15px !important; } .mt-lg-20 { margin-top: 20px !important; } .mt-lg-25 { margin-top: 25px !important; } .mt-lg-30 { margin-top: 30px !important; } .mt-lg-35 { margin-top: 35px !important; } .mt-lg-40 { margin-top: 40px !important; } .mt-lg-45 { margin-top: 45px !important; } .mt-lg-50 { margin-top: 50px !important; } .mt-lg-55 { margin-top: 55px !important; } .mt-lg-60 { margin-top: 60px !important; } .mt-lg-65 { margin-top: 65px !important; } .mt-lg-70 { margin-top: 70px !important; } .mt-lg-75 { margin-top: 75px !important; } .mt-lg-80 { margin-top: 80px !important; } .mt-lg-85 { margin-top: 85px !important; } .mt-lg-90 { margin-top: 90px !important; } .mt-lg-95 { margin-top: 95px !important; } .mt-lg-100 { margin-top: 100px !important; } .mb-lg-0 { margin-bottom: 0px !important; } .mb-lg-5 { margin-bottom: 5px !important; } .mb-lg-10 { margin-bottom: 10px !important; } .mb-lg-15 { margin-bottom: 15px !important; } .mb-lg-20 { margin-bottom: 20px !important; } .mb-lg-25 { margin-bottom: 25px !important; } .mb-lg-30 { margin-bottom: 30px !important; } .mb-lg-35 { margin-bottom: 35px !important; } .mb-lg-40 { margin-bottom: 40px !important; } .mb-lg-45 { margin-bottom: 45px !important; } .mb-lg-50 { margin-bottom: 50px !important; } .mb-lg-55 { margin-bottom: 55px !important; } .mb-lg-60 { margin-bottom: 60px !important; } .mb-lg-65 { margin-bottom: 65px !important; } .mb-lg-70 { margin-bottom: 70px !important; } .mb-lg-75 { margin-bottom: 75px !important; } .mb-lg-80 { margin-bottom: 80px !important; } .mb-lg-85 { margin-bottom: 85px !important; } .mb-lg-90 { margin-bottom: 90px !important; } .mb-lg-95 { margin-bottom: 95px !important; } .mb-lg-100 { margin-bottom: 100px !important; } .ml-lg-0 { margin-left: 0px !important; } .ml-lg-5 { margin-left: 5px !important; } .ml-lg-10 { margin-left: 10px !important; } .ml-lg-15 { margin-left: 15px !important; } .ml-lg-20 { margin-left: 20px !important; } .ml-lg-25 { margin-left: 25px !important; } .ml-lg-30 { margin-left: 30px !important; } .ml-lg-35 { margin-left: 35px !important; } .ml-lg-40 { margin-left: 40px !important; } .ml-lg-45 { margin-left: 45px !important; } .ml-lg-50 { margin-left: 50px !important; } .ml-lg-55 { margin-left: 55px !important; } .ml-lg-60 { margin-left: 60px !important; } .ml-lg-65 { margin-left: 65px !important; } .ml-lg-70 { margin-left: 70px !important; } .ml-lg-75 { margin-left: 75px !important; } .ml-lg-80 { margin-left: 80px !important; } .ml-lg-85 { margin-left: 85px !important; } .ml-lg-90 { margin-left: 90px !important; } .ml-lg-95 { margin-left: 95px !important; } .ml-lg-100 { margin-left: 100px !important; } .mr-lg-0 { margin-right: 0px !important; } .mr-lg-5 { margin-right: 5px !important; } .mr-lg-10 { margin-right: 10px !important; } .mr-lg-15 { margin-right: 15px !important; } .mr-lg-20 { margin-right: 20px !important; } .mr-lg-25 { margin-right: 25px !important; } .mr-lg-30 { margin-right: 30px !important; } .mr-lg-35 { margin-right: 35px !important; } .mr-lg-40 { margin-right: 40px !important; } .mr-lg-45 { margin-right: 45px !important; } .mr-lg-50 { margin-right: 50px !important; } .mr-lg-55 { margin-right: 55px !important; } .mr-lg-60 { margin-right: 60px !important; } .mr-lg-65 { margin-right: 65px !important; } .mr-lg-70 { margin-right: 70px !important; } .mr-lg-75 { margin-right: 75px !important; } .mr-lg-80 { margin-right: 80px !important; } .mr-lg-85 { margin-right: 85px !important; } .mr-lg-90 { margin-right: 90px !important; } .mr-lg-95 { margin-right: 95px !important; } .mr-lg-100 { margin-right: 100px !important; } .mx-lg-0 { margin-left: 0px !important; margin-right: 0px !important; } .mx-lg-5 { margin-left: 5px !important; margin-right: 5px !important; } .mx-lg-10 { margin-left: 10px !important; margin-right: 10px !important; } .mx-lg-15 { margin-left: 15px !important; margin-right: 15px !important; } .mx-lg-20 { margin-left: 20px !important; margin-right: 20px !important; } .mx-lg-25 { margin-left: 25px !important; margin-right: 25px !important; } .mx-lg-30 { margin-left: 30px !important; margin-right: 30px !important; } .mx-lg-35 { margin-left: 35px !important; margin-right: 35px !important; } .mx-lg-40 { margin-left: 40px !important; margin-right: 40px !important; } .mx-lg-45 { margin-left: 45px !important; margin-right: 45px !important; } .mx-lg-50 { margin-left: 50px !important; margin-right: 50px !important; } .mx-lg-55 { margin-left: 55px !important; margin-right: 55px !important; } .mx-lg-60 { margin-left: 60px !important; margin-right: 60px !important; } .mx-lg-65 { margin-left: 65px !important; margin-right: 65px !important; } .mx-lg-70 { margin-left: 70px !important; margin-right: 70px !important; } .mx-lg-75 { margin-left: 75px !important; margin-right: 75px !important; } .mx-lg-80 { margin-left: 80px !important; margin-right: 80px !important; } .mx-lg-85 { margin-left: 85px !important; margin-right: 85px !important; } .mx-lg-90 { margin-left: 90px !important; margin-right: 90px !important; } .mx-lg-95 { margin-left: 95px !important; margin-right: 95px !important; } .mx-lg-100 { margin-left: 100px !important; margin-right: 100px !important; } .my-lg-0 { margin-top: 0px !important; margin-bottom: 0px !important; } .my-lg-5 { margin-top: 5px !important; margin-bottom: 5px !important; } .my-lg-10 { margin-top: 10px !important; margin-bottom: 10px !important; } .my-lg-15 { margin-top: 15px !important; margin-bottom: 15px !important; } .my-lg-20 { margin-top: 20px !important; margin-bottom: 20px !important; } .my-lg-25 { margin-top: 25px !important; margin-bottom: 25px !important; } .my-lg-30 { margin-top: 30px !important; margin-bottom: 30px !important; } .my-lg-35 { margin-top: 35px !important; margin-bottom: 35px !important; } .my-lg-40 { margin-top: 40px !important; margin-bottom: 40px !important; } .my-lg-45 { margin-top: 45px !important; margin-bottom: 45px !important; } .my-lg-50 { margin-top: 50px !important; margin-bottom: 50px !important; } .my-lg-55 { margin-top: 55px !important; margin-bottom: 55px !important; } .my-lg-60 { margin-top: 60px !important; margin-bottom: 60px !important; } .my-lg-65 { margin-top: 65px !important; margin-bottom: 65px !important; } .my-lg-70 { margin-top: 70px !important; margin-bottom: 70px !important; } .my-lg-75 { margin-top: 75px !important; margin-bottom: 75px !important; } .my-lg-80 { margin-top: 80px !important; margin-bottom: 80px !important; } .my-lg-85 { margin-top: 85px !important; margin-bottom: 85px !important; } .my-lg-90 { margin-top: 90px !important; margin-bottom: 90px !important; } .my-lg-95 { margin-top: 95px !important; margin-bottom: 95px !important; } .my-lg-100 { margin-top: 100px !important; margin-bottom: 100px !important; } } @media (min-width: 1200px) { .ma-xl-0 { margin: 0px !important; } .ma-xl-5 { margin: 5px !important; } .ma-xl-10 { margin: 10px !important; } .ma-xl-15 { margin: 15px !important; } .ma-xl-20 { margin: 20px !important; } .ma-xl-25 { margin: 25px !important; } .ma-xl-30 { margin: 30px !important; } .ma-xl-35 { margin: 35px !important; } .ma-xl-40 { margin: 40px !important; } .ma-xl-45 { margin: 45px !important; } .ma-xl-50 { margin: 50px !important; } .ma-xl-55 { margin: 55px !important; } .ma-xl-60 { margin: 60px !important; } .ma-xl-65 { margin: 65px !important; } .ma-xl-70 { margin: 70px !important; } .ma-xl-75 { margin: 75px !important; } .ma-xl-80 { margin: 80px !important; } .ma-xl-85 { margin: 85px !important; } .ma-xl-90 { margin: 90px !important; } .ma-xl-95 { margin: 95px !important; } .ma-xl-100 { margin: 100px !important; } .mt-xl-0 { margin-top: 0px !important; } .mt-xl-5 { margin-top: 5px !important; } .mt-xl-10 { margin-top: 10px !important; } .mt-xl-15 { margin-top: 15px !important; } .mt-xl-20 { margin-top: 20px !important; } .mt-xl-25 { margin-top: 25px !important; } .mt-xl-30 { margin-top: 30px !important; } .mt-xl-35 { margin-top: 35px !important; } .mt-xl-40 { margin-top: 40px !important; } .mt-xl-45 { margin-top: 45px !important; } .mt-xl-50 { margin-top: 50px !important; } .mt-xl-55 { margin-top: 55px !important; } .mt-xl-60 { margin-top: 60px !important; } .mt-xl-65 { margin-top: 65px !important; } .mt-xl-70 { margin-top: 70px !important; } .mt-xl-75 { margin-top: 75px !important; } .mt-xl-80 { margin-top: 80px !important; } .mt-xl-85 { margin-top: 85px !important; } .mt-xl-90 { margin-top: 90px !important; } .mt-xl-95 { margin-top: 95px !important; } .mt-xl-100 { margin-top: 100px !important; } .mb-xl-0 { margin-bottom: 0px !important; } .mb-xl-5 { margin-bottom: 5px !important; } .mb-xl-10 { margin-bottom: 10px !important; } .mb-xl-15 { margin-bottom: 15px !important; } .mb-xl-20 { margin-bottom: 20px !important; } .mb-xl-25 { margin-bottom: 25px !important; } .mb-xl-30 { margin-bottom: 30px !important; } .mb-xl-35 { margin-bottom: 35px !important; } .mb-xl-40 { margin-bottom: 40px !important; } .mb-xl-45 { margin-bottom: 45px !important; } .mb-xl-50 { margin-bottom: 50px !important; } .mb-xl-55 { margin-bottom: 55px !important; } .mb-xl-60 { margin-bottom: 60px !important; } .mb-xl-65 { margin-bottom: 65px !important; } .mb-xl-70 { margin-bottom: 70px !important; } .mb-xl-75 { margin-bottom: 75px !important; } .mb-xl-80 { margin-bottom: 80px !important; } .mb-xl-85 { margin-bottom: 85px !important; } .mb-xl-90 { margin-bottom: 90px !important; } .mb-xl-95 { margin-bottom: 95px !important; } .mb-xl-100 { margin-bottom: 100px !important; } .ml-xl-0 { margin-left: 0px !important; } .ml-xl-5 { margin-left: 5px !important; } .ml-xl-10 { margin-left: 10px !important; } .ml-xl-15 { margin-left: 15px !important; } .ml-xl-20 { margin-left: 20px !important; } .ml-xl-25 { margin-left: 25px !important; } .ml-xl-30 { margin-left: 30px !important; } .ml-xl-35 { margin-left: 35px !important; } .ml-xl-40 { margin-left: 40px !important; } .ml-xl-45 { margin-left: 45px !important; } .ml-xl-50 { margin-left: 50px !important; } .ml-xl-55 { margin-left: 55px !important; } .ml-xl-60 { margin-left: 60px !important; } .ml-xl-65 { margin-left: 65px !important; } .ml-xl-70 { margin-left: 70px !important; } .ml-xl-75 { margin-left: 75px !important; } .ml-xl-80 { margin-left: 80px !important; } .ml-xl-85 { margin-left: 85px !important; } .ml-xl-90 { margin-left: 90px !important; } .ml-xl-95 { margin-left: 95px !important; } .ml-xl-100 { margin-left: 100px !important; } .mr-xl-0 { margin-right: 0px !important; } .mr-xl-5 { margin-right: 5px !important; } .mr-xl-10 { margin-right: 10px !important; } .mr-xl-15 { margin-right: 15px !important; } .mr-xl-20 { margin-right: 20px !important; } .mr-xl-25 { margin-right: 25px !important; } .mr-xl-30 { margin-right: 30px !important; } .mr-xl-35 { margin-right: 35px !important; } .mr-xl-40 { margin-right: 40px !important; } .mr-xl-45 { margin-right: 45px !important; } .mr-xl-50 { margin-right: 50px !important; } .mr-xl-55 { margin-right: 55px !important; } .mr-xl-60 { margin-right: 60px !important; } .mr-xl-65 { margin-right: 65px !important; } .mr-xl-70 { margin-right: 70px !important; } .mr-xl-75 { margin-right: 75px !important; } .mr-xl-80 { margin-right: 80px !important; } .mr-xl-85 { margin-right: 85px !important; } .mr-xl-90 { margin-right: 90px !important; } .mr-xl-95 { margin-right: 95px !important; } .mr-xl-100 { margin-right: 100px !important; } .mx-xl-0 { margin-left: 0px !important; margin-right: 0px !important; } .mx-xl-5 { margin-left: 5px !important; margin-right: 5px !important; } .mx-xl-10 { margin-left: 10px !important; margin-right: 10px !important; } .mx-xl-15 { margin-left: 15px !important; margin-right: 15px !important; } .mx-xl-20 { margin-left: 20px !important; margin-right: 20px !important; } .mx-xl-25 { margin-left: 25px !important; margin-right: 25px !important; } .mx-xl-30 { margin-left: 30px !important; margin-right: 30px !important; } .mx-xl-35 { margin-left: 35px !important; margin-right: 35px !important; } .mx-xl-40 { margin-left: 40px !important; margin-right: 40px !important; } .mx-xl-45 { margin-left: 45px !important; margin-right: 45px !important; } .mx-xl-50 { margin-left: 50px !important; margin-right: 50px !important; } .mx-xl-55 { margin-left: 55px !important; margin-right: 55px !important; } .mx-xl-60 { margin-left: 60px !important; margin-right: 60px !important; } .mx-xl-65 { margin-left: 65px !important; margin-right: 65px !important; } .mx-xl-70 { margin-left: 70px !important; margin-right: 70px !important; } .mx-xl-75 { margin-left: 75px !important; margin-right: 75px !important; } .mx-xl-80 { margin-left: 80px !important; margin-right: 80px !important; } .mx-xl-85 { margin-left: 85px !important; margin-right: 85px !important; } .mx-xl-90 { margin-left: 90px !important; margin-right: 90px !important; } .mx-xl-95 { margin-left: 95px !important; margin-right: 95px !important; } .mx-xl-100 { margin-left: 100px !important; margin-right: 100px !important; } .my-xl-0 { margin-top: 0px !important; margin-bottom: 0px !important; } .my-xl-5 { margin-top: 5px !important; margin-bottom: 5px !important; } .my-xl-10 { margin-top: 10px !important; margin-bottom: 10px !important; } .my-xl-15 { margin-top: 15px !important; margin-bottom: 15px !important; } .my-xl-20 { margin-top: 20px !important; margin-bottom: 20px !important; } .my-xl-25 { margin-top: 25px !important; margin-bottom: 25px !important; } .my-xl-30 { margin-top: 30px !important; margin-bottom: 30px !important; } .my-xl-35 { margin-top: 35px !important; margin-bottom: 35px !important; } .my-xl-40 { margin-top: 40px !important; margin-bottom: 40px !important; } .my-xl-45 { margin-top: 45px !important; margin-bottom: 45px !important; } .my-xl-50 { margin-top: 50px !important; margin-bottom: 50px !important; } .my-xl-55 { margin-top: 55px !important; margin-bottom: 55px !important; } .my-xl-60 { margin-top: 60px !important; margin-bottom: 60px !important; } .my-xl-65 { margin-top: 65px !important; margin-bottom: 65px !important; } .my-xl-70 { margin-top: 70px !important; margin-bottom: 70px !important; } .my-xl-75 { margin-top: 75px !important; margin-bottom: 75px !important; } .my-xl-80 { margin-top: 80px !important; margin-bottom: 80px !important; } .my-xl-85 { margin-top: 85px !important; margin-bottom: 85px !important; } .my-xl-90 { margin-top: 90px !important; margin-bottom: 90px !important; } .my-xl-95 { margin-top: 95px !important; margin-bottom: 95px !important; } .my-xl-100 { margin-top: 100px !important; margin-bottom: 100px !important; } } /*Background Colors*/ .bg-sky-light-5 { background-color: #edf9fe !important; } .bg-sky-light-4 { background-color: #b2e6fa !important; } .bg-sky-light-3 { background-color: #7fd5f7 !important; } .bg-sky-light-2 { background-color: #52c7f5 !important; } .bg-sky-light-1 { background-color: #21b7f2 !important; } .bg-sky { background-color: #00acf0 !important; } .bg-sky-dark-5 { background-color: #075875 !important; } .bg-sky-dark-4 { background-color: #02729a !important; } .bg-sky-dark-3 { background-color: #0285b4 !important; } .bg-sky-dark-2 { background-color: #0293c9 !important; } .bg-sky-dark-1 { background-color: #00a0df !important; } .bg-green-light-5 { background-color: #eff9f2 !important; } .bg-green-light-4 { background-color: #bce7c7 !important; } .bg-green-light-3 { background-color: #90d7a3 !important; } .bg-green-light-2 { background-color: #69c982 !important; } .bg-green-light-1 { background-color: #3fb95f !important; } .bg-green, .bg-success { background-color: #22af47 !important; } .bg-green-dark-5 { background-color: #05592b !important; } .bg-green-dark-4 { background-color: #056b33 !important; } .bg-green-dark-3 { background-color: #138431 !important; } .bg-green-dark-2 { background-color: #179237 !important; } .bg-green-dark-1 { background-color: #1aa23e !important; } .bg-yellow-light-5 { background-color: #fff8eb !important; } .bg-yellow-light-4 { background-color: #ffecc2 !important; } .bg-yellow-light-3 { background-color: #ffdf9a !important; } .bg-yellow-light-2 { background-color: #ffd477 !important; } .bg-yellow-light-1 { background-color: #ffc750 !important; } .bg-yellow, .bg-warning { background-color: #ffbf36 !important; } .bg-yellow-dark-5 { background-color: #cb7e03 !important; } .bg-yellow-dark-4 { background-color: #eb9000 !important; } .bg-yellow-dark-3 { background-color: #faa000 !important; } .bg-yellow-dark-2 { background-color: #ffac19 !important; } .bg-yellow-dark-1 { background-color: #ffb71d !important; } .bg-red-light-5 { background-color: #fff1f1 !important; } .bg-red-light-4 { background-color: #fdc5c3 !important; } .bg-red-light-3 { background-color: #fb9f9b !important; } .bg-red-light-2 { background-color: #fa7d77 !important; } .bg-red-light-1 { background-color: #f95851 !important; } .bg-red, .bg-danger { background-color: #f83f37 !important; } .bg-red-dark-5 { background-color: #8b0c12 !important; } .bg-red-dark-4 { background-color: #b10911 !important; } .bg-red-dark-3 { background-color: #cf020d !important; } .bg-red-dark-2 { background-color: #ed1622 !important; } .bg-red-dark-1 { background-color: #ff2f26 !important; } .bg-blue-light-5 { background-color: #edf7fe !important; } .bg-blue-light-4 { background-color: #b2defa !important; } .bg-blue-light-3 { background-color: #7fc8f6 !important; } .bg-blue-light-2 { background-color: #52b5f3 !important; } .bg-blue-light-1 { background-color: #21a0f0 !important; } .bg-blue { background-color: #0092ee !important; } .bg-blue-dark-5 { background-color: #044067 !important; } .bg-blue-dark-4 { background-color: #004f82 !important; } .bg-blue-dark-3 { background-color: #0768a5 !important; } .bg-blue-dark-2 { background-color: #007fd0 !important; } .bg-blue-dark-1 { background-color: #0089e0 !important; } .bg-cyan-light-5 { background-color: #effafb !important; } .bg-cyan-light-4 { background-color: #bbebf0 !important; } .bg-cyan-light-3 { background-color: #8edde6 !important; } .bg-cyan-light-2 { background-color: #66d2dd !important; } .bg-cyan-light-1 { background-color: #3bc5d3 !important; } .bg-cyan, .bg-info { background-color: #1ebccd !important; } .bg-cyan-dark-5 { background-color: #065459 !important; } .bg-cyan-dark-4 { background-color: #046b73 !important; } .bg-cyan-dark-3 { background-color: #0b858f !important; } .bg-cyan-dark-2 { background-color: #0e949f !important; } .bg-cyan-dark-1 { background-color: #16a9b9 !important; } .bg-grey-light-5, .bg-secondary-light-5 { background-color: #f5f5f5 !important; } .bg-grey-light-4, .bg-secondary-light-4 { background-color: #e2e2e2 !important; } .bg-grey-light-3, .bg-secondary-light-3 { background-color: #cecece !important; } .bg-grey-light-2, .bg-secondary-light-2 { background-color: #bdbdbd !important; } .bg-grey-light-1, .bg-secondary-light-1 { background-color: #ababab !important; } .bg-secondary, .bg-grey { background-color: #9e9e9e !important; } .bg-grey-dark-1, .bg-secondary-dark-1 { background-color: #919191 !important; } .bg-grey-dark-2, .bg-secondary-dark-2 { background-color: #858484 !important; } .bg-grey-dark-3, .bg-secondary-dark-3 { background-color: #777474 !important; } .bg-grey-dark-4, .bg-secondary-dark-4 { background-color: #666161 !important; } .bg-grey-dark-5, .bg-secondary-dark-5 { background-color: #524c4c !important; } .bg-pink-light-5 { background-color: #feeff4 !important; } .bg-pink-light-4 { background-color: #fabacf !important; } .bg-pink-light-3 { background-color: #f68daf !important; } .bg-pink-light-2 { background-color: #f36493 !important; } .bg-pink-light-1 { background-color: #ef3975 !important; } .bg-pink { background-color: #ed1b60 !important; } .bg-pink-dark-5 { background-color: #6f1333 !important; } .bg-pink-dark-4 { background-color: #90143f !important; } .bg-pink-dark-3 { background-color: #a7194b !important; } .bg-pink-dark-2 { background-color: #be1b54 !important; } .bg-pink-dark-1 { background-color: #df195f !important; } .bg-purple-light-5 { background-color: #f9f0f9 !important; } .bg-purple-light-4 { background-color: #e6bde5 !important; } .bg-purple-light-3 { background-color: #d592d4 !important; } .bg-purple-light-2 { background-color: #c66cc5 !important; } .bg-purple-light-1 { background-color: #b642b5 !important; } .bg-purple { background-color: #ab26aa !important; } .bg-purple-dark-5 { background-color: #5d1864 !important; } .bg-purple-dark-4 { background-color: #701b76 !important; } .bg-purple-dark-3 { background-color: #7c2181 !important; } .bg-purple-dark-2 { background-color: #882787 !important; } .bg-purple-dark-1 { background-color: #9a3092 !important; } .bg-violet-light-5 { background-color: #f4f2fa !important; } .bg-violet-light-4 { background-color: #d1c5e8 !important; } .bg-violet-light-3 { background-color: #b29fd8 !important; } .bg-violet-light-2 { background-color: #977dcb !important; } .bg-violet-light-1 { background-color: #7a59bc !important; } .bg-violet { background-color: #6640b2 !important; } .bg-violet-dark-5 { background-color: #2d1453 !important; } .bg-violet-dark-4 { background-color: #3a196c !important; } .bg-violet-dark-3 { background-color: #482e7e !important; } .bg-violet-dark-2 { background-color: #5935a3 !important; } .bg-violet-dark-1 { background-color: #603bab !important; } .bg-indigo-light-5 { background-color: #f1f3f9 !important; } .bg-indigo-light-4 { background-color: #c4cce7 !important; } .bg-indigo-light-3 { background-color: #9caad8 !important; } .bg-indigo-light-2 { background-color: #798cca !important; } .bg-indigo-light-1 { background-color: #536bbb !important; } .bg-indigo { background-color: #3a55b1 !important; } .bg-indigo-dark-5 { background-color: #0a2042 !important; } .bg-indigo-dark-4 { background-color: #002663 !important; } .bg-indigo-dark-3 { background-color: #273c87 !important; } .bg-indigo-dark-2 { background-color: #2f4595 !important; } .bg-indigo-dark-1 { background-color: #3650ab !important; } .bg-teal-light-5 { background-color: #edf8f6 !important; } .bg-teal-light-4 { background-color: #b2e1da !important; } .bg-teal-light-3 { background-color: #7fcdc1 !important; } .bg-teal-light-2 { background-color: #52bbac !important; } .bg-teal-light-1 { background-color: #21a894 !important; } .bg-teal { background-color: #009b84 !important; } .bg-teal-dark-5 { background-color: #044b3b !important; } .bg-teal-dark-4 { background-color: #02624f !important; } .bg-teal-dark-3 { background-color: #026f58 !important; } .bg-teal-dark-2 { background-color: #028068 !important; } .bg-teal-dark-1 { background-color: #018975 !important; } .bg-neon-light-5 { background-color: #f3f9ec !important; } .bg-neon-light-4 { background-color: #dbedc6 !important; } .bg-neon-light-3 { background-color: #c3e0a0 !important; } .bg-neon-light-2 { background-color: #aed67e !important; } .bg-neon-light-1 { background-color: #97ca5a !important; } .bg-neon { background-color: #88c241 !important; } .bg-neon-dark-5 { background-color: #3d680f !important; } .bg-neon-dark-4 { background-color: #4c7f16 !important; } .bg-neon-dark-3 { background-color: #59970e !important; } .bg-neon-dark-2 { background-color: #67a41c !important; } .bg-neon-dark-1 { background-color: #79b62f !important; } .bg-lime-light-5 { background-color: #f9faeb !important; } .bg-lime-light-4 { background-color: #f1f4d0 !important; } .bg-lime-light-3 { background-color: #e7ecb0 !important; } .bg-lime-light-2 { background-color: #dfe594 !important; } .bg-lime-light-1 { background-color: #d6de76 !important; } .bg-lime { background-color: #d0d962 !important; } .bg-lime-dark-5 { background-color: #6f7208 !important; } .bg-lime-dark-4 { background-color: #878b09 !important; } .bg-lime-dark-3 { background-color: #9ea809 !important; } .bg-lime-dark-2 { background-color: #b7c11a !important; } .bg-lime-dark-1 { background-color: #c3cc34 !important; } .bg-sun-light-5 { background-color: #fffbe5 !important; } .bg-sun-light-4 { background-color: #fef7c2 !important; } .bg-sun-light-3 { background-color: #fef19a !important; } .bg-sun-light-2 { background-color: #feec76 !important; } .bg-sun-light-1 { background-color: #fde74f !important; } .bg-sun { background-color: #fde335 !important; } .bg-sun-dark-5 { background-color: #a48f03 !important; } .bg-sun-dark-4 { background-color: #bca300 !important; } .bg-sun-dark-3 { background-color: #cdb308 !important; } .bg-sun-dark-2 { background-color: #dfc414 !important; } .bg-sun-dark-1 { background-color: #ecd11e !important; } .bg-orange-light-5 { background-color: #fff4e9 !important; } .bg-orange-light-4 { background-color: #ffdfbe !important; } .bg-orange-light-3 { background-color: #ffca93 !important; } .bg-orange-light-2 { background-color: #ffb76d !important; } .bg-orange-light-1 { background-color: #ffa344 !important; } .bg-orange { background-color: #ff9528 !important; } .bg-orange-dark-5 { background-color: #c74c00 !important; } .bg-orange-dark-4 { background-color: #e05602 !important; } .bg-orange-dark-3 { background-color: #f16611 !important; } .bg-orange-dark-2 { background-color: #ff7800 !important; } .bg-orange-dark-1 { background-color: #ff880e !important; } .bg-pumpkin-light-5 { background-color: #fff4f0 !important; } .bg-pumpkin-light-4 { background-color: #ffcfbe !important; } .bg-pumpkin-light-3 { background-color: #ffaf93 !important; } .bg-pumpkin-light-2 { background-color: #ff936d !important; } .bg-pumpkin-light-1 { background-color: #ff7544 !important; } .bg-pumpkin { background-color: #ff6028 !important; } .bg-pumpkin-dark-5 { background-color: #ac2c00 !important; } .bg-pumpkin-dark-4 { background-color: #c63300 !important; } .bg-pumpkin-dark-3 { background-color: #dd3f08 !important; } .bg-pumpkin-dark-2 { background-color: #e8470f !important; } .bg-pumpkin-dark-1 { background-color: #fb551c !important; } .bg-brown-light-5 { background-color: #f6f3f2 !important; } .bg-brown-light-4 { background-color: #d7cbc8 !important; } .bg-brown-light-3 { background-color: #bca9a4 !important; } .bg-brown-light-2 { background-color: #a58b84 !important; } .bg-brown-light-1 { background-color: #8b6a61 !important; } .bg-primary, .bg-brown { background-color: #313f96 !important; } .bg-brown-dark-5 { background-color: #301811 !important; } .bg-brown-dark-4 { background-color: #44241b !important; } .bg-brown-dark-3 { background-color: #502f25 !important; } .bg-brown-dark-2 { background-color: #633d32 !important; } .bg-brown-dark-1 { background-color: #f9bb09 !important; } .bg-gold-light-5 { background-color: #fbf8f1 !important; } .bg-gold-light-4 { background-color: #ece0c5 !important; } .bg-gold-light-3 { background-color: #e0cc9f !important; } .bg-gold-light-2 { background-color: #d5ba7d !important; } .bg-gold-light-1 { background-color: #c9a658 !important; } .bg-gold { background-color: #c1993f !important; } .bg-gold-dark-5 { background-color: #6d4d05 !important; } .bg-gold-dark-4 { background-color: #85600d !important; } .bg-gold-dark-3 { background-color: #98731e !important; } .bg-gold-dark-2 { background-color: #a27b25 !important; } .bg-gold-dark-1 { background-color: #b48c32 !important; } .bg-smoke-light-5 { background-color: #f4f6f7 !important; } .bg-smoke-light-4 { background-color: #ced8dc !important; } .bg-smoke-light-3 { background-color: #aebec4 !important; } .bg-smoke-light-2 { background-color: #92a7b0 !important; } .bg-smoke-light-1 { background-color: #738e99 !important; } .bg-smoke { background-color: #5e7d8a !important; } .bg-smoke-dark-5 { background-color: #172a32 !important; } .bg-smoke-dark-4 { background-color: #233c46 !important; } .bg-smoke-dark-3 { background-color: #304e5a !important; } .bg-smoke-dark-2 { background-color: #40606d !important; } .bg-smoke-dark-1 { background-color: #4a6b78 !important; } .bg-white { background-color: #fff !important; } .bg-light { background-color: #f5f5f6 !important; } .bg-light-10 { background-color: #e0e3e4 !important; } .bg-light-15 { background-color: #e0e3e4 !important; } .bg-light-20 { background-color: #d6d9da !important; } .bg-light-30 { background-color: #c1c6c8 !important; } .bg-light-40 { background-color: #adb3b6 !important; } .bg-light-50 { background-color: #98a0a3 !important; } .bg-light-60 { background-color: #848d91 !important; } .bg-light-70 { background-color: #6f7a7f !important; } .bg-light-80 { background-color: #5b676d !important; } .bg-light-90 { background-color: #46545a !important; } .bg-dark { background-color: #324148 !important; } .bg-dark-20 { background-color: #2b383e !important; } .bg-dark-40 { background-color: #273238 !important; } .bg-dark-60 { background-color: #212a2f !important; } .bg-dark-80 { background-color: #1a2225 !important; } .bg-dark-100 { background-color: #0d1113 !important; } .bg-twitter { background-color: #00aced !important; } .bg-gradient-primary { background: #313f96; background: linear-gradient(45deg, #313f96, #6640b2) !important; background: -webkit-bg-linear-gradient(45deg, #313f96, #6640b2) !important; } .bg-gradient-info { background: #1ebccd; background: linear-gradient(45deg, #1ebccd, #3a55b1) !important; background: -webkit-bg-linear-gradient(45deg, #1ebccd, #3a55b1) !important; } .bg-gradient-success { background: #22af47; background: linear-gradient(45deg, #22af47, #d0d962) !important; background: -webkit-bg-linear-gradient(45deg, #22af47, #d0d962) !important; } .bg-gradient-warning { background: #ffbf36; background: linear-gradient(45deg, #ffbf36, #ff6028) !important; background: -webkit-bg-linear-gradient(45deg, #ffbf36, #ff6028) !important; } .bg-gradient-danger { background: #f83f37; background: linear-gradient(45deg, #f83f37, #ab26aa) !important; background: -webkit-bg-linear-gradient(45deg, #f83f37, #ab26aa) !important; } .bg-gradient-secondary { background: #9e9e9e; background: linear-gradient(45deg, #9e9e9e, #5e7d8a) !important; background: -webkit-bg-linear-gradient(45deg, #9e9e9e, #5e7d8a) !important; } .bg-gradient-light { background: #f5f5f6; background: linear-gradient(45deg, #f5f5f6, #9e9e9e) !important; background: -webkit-bg-linear-gradient(45deg, #f5f5f6, #9e9e9e) !important; } .bg-gradient-dark { background: #324148; background: linear-gradient(45deg, #324148, #313f96) !important; background: -webkit-bg-linear-gradient(45deg, #324148, #313f96) !important; } .bg-gradient-pony { background: #ed1b60; background: linear-gradient(45deg, #ed1b60, #1ebccd) !important; background: -webkit-bg-linear-gradient(45deg, #ed1b60, #1ebccd) !important; } .bg-gradient-space { background: #ab26aa; background: linear-gradient(45deg, #ab26aa, #fde335) !important; background: -webkit-bg-linear-gradient(45deg, #ab26aa, #fde335) !important; } .bg-gradient-streaks { background: #6640b2; background: linear-gradient(45deg, #6640b2, #009b84) !important; background: -webkit-bg-linear-gradient(45deg, #6640b2, #009b84) !important; } .bg-gradient-bunting { background: #3a55b1; background: linear-gradient(45deg, #3a55b1, #313f96) !important; background: -webkit-bg-linear-gradient(45deg, #3a55b1, #313f96) !important; } .bg-gradient-paradise { background: #0092ee; background: linear-gradient(45deg, #0092ee, #88c241) !important; background: -webkit-bg-linear-gradient(45deg, #0092ee, #88c241) !important; } .bg-gradient-heaven { background: #88c241; background: linear-gradient(45deg, #88c241, #00acf0) !important; background: -webkit-bg-linear-gradient(45deg, #88c241, #00acf0) !important; } .bg-gradient-honey { background: #d0d962; background: linear-gradient(45deg, #d0d962, #ff9528) !important; background: -webkit-bg-linear-gradient(45deg, #d0d962, #ff9528) !important; } .bg-gradient-warbler { background: #fde335; background: linear-gradient(45deg, #fde335, #9e9e9e) !important; background: -webkit-bg-linear-gradient(45deg, #fde335, #9e9e9e) !important; } .bg-gradient-dusk { background: #ff9528; background: linear-gradient(45deg, #ff9528, #6640b2) !important; background: -webkit-bg-linear-gradient(45deg, #ff9528, #6640b2) !important; } .bg-gradient-citrine { background: #ff6028; background: linear-gradient(45deg, #ff6028, #313f96) !important; background: -webkit-bg-linear-gradient(45deg, #ff6028, #313f96) !important; } .bg-gradient-royston { background: #313f96; background: linear-gradient(45deg, #313f96, #009b84) !important; background: -webkit-bg-linear-gradient(45deg, #313f96, #009b84) !important; } .bg-gradient-ashes { background: #5e7d8a; background: linear-gradient(45deg, #5e7d8a, #324148) !important; background: -webkit-bg-linear-gradient(45deg, #5e7d8a, #324148) !important; } .bg-gradient-metal { background: #c1993f; background: linear-gradient(45deg, #c1993f, #9e9e9e) !important; background: -webkit-bg-linear-gradient(45deg, #c1993f, #9e9e9e) !important; } .bg-gradient-sunset { background: #009b84; background: linear-gradient(45deg, #009b84, #ff6028) !important; background: -webkit-bg-linear-gradient(45deg, #009b84, #ff6028) !important; } .bg-trans-light-10 { background: rgba(255, 255, 255, 0.1); } .bg-trans-light-15 { background: rgba(255, 255, 255, 0.15); } .bg-trans-light-20 { background: rgba(255, 255, 255, 0.2); } .bg-trans-light-25 { background: rgba(255, 255, 255, 0.25); } .bg-trans-light-30 { background: rgba(255, 255, 255, 0.3); } .bg-trans-light-35 { background: rgba(255, 255, 255, 0.35); } .bg-trans-light-40 { background: rgba(255, 255, 255, 0.4); } .bg-trans-light-45 { background: rgba(255, 255, 255, 0.45); } .bg-trans-light-50 { background: rgba(255, 255, 255, 0.5); } .bg-trans-light-55 { background: rgba(255, 255, 255, 0.55); } .bg-trans-light-60 { background: rgba(255, 255, 255, 0.6); } .bg-trans-light-65 { background: rgba(255, 255, 255, 0.65); } .bg-trans-light-70 { background: rgba(255, 255, 255, 0.7); } .bg-trans-light-75 { background: rgba(255, 255, 255, 0.75); } .bg-trans-light-80 { background: rgba(255, 255, 255, 0.8); } .bg-trans-light-85 { background: rgba(255, 255, 255, 0.85); } .bg-trans-light-90 { background: rgba(255, 255, 255, 0.9); } .bg-trans-dark-10 { background: rgba(26, 34, 37, 0.1); } .bg-trans-dark-15 { background: rgba(26, 34, 37, 0.15); } .bg-trans-dark-20 { background: rgba(26, 34, 37, 0.2); } .bg-trans-dark-25 { background: rgba(26, 34, 37, 0.25); } .bg-trans-dark-30 { background: rgba(26, 34, 37, 0.3); } .bg-trans-dark-35 { background: rgba(26, 34, 37, 0.35); } .bg-trans-dark-40 { background: rgba(26, 34, 37, 0.4); } .bg-trans-dark-45 { background: rgba(26, 34, 37, 0.45); } .bg-trans-dark-50 { background: rgba(26, 34, 37, 0.5); } .bg-trans-dark-55 { background: rgba(26, 34, 37, 0.55); } .bg-trans-dark-60 { background: rgba(26, 34, 37, 0.6); } .bg-trans-dark-65 { background: rgba(26, 34, 37, 0.65); } .bg-trans-dark-70 { background: rgba(26, 34, 37, 0.7); } .bg-trans-dark-75 { background: rgba(26, 34, 37, 0.75); } .bg-trans-dark-80 { background: rgba(26, 34, 37, 0.8); } .bg-trans-dark-85 { background: rgba(26, 34, 37, 0.85); } .bg-trans-dark-90 { background: rgba(26, 34, 37, 0.9); } .bg-trans-dark-95 { background: rgba(26, 34, 37, 0.95); } .overlay-wrap { position: relative; } .overlay-wrap .bg-overlay { position: absolute; left: 0; top: 0; height: 100%; width: 100%; z-index: 1; } /*Text Colors*/ .text-sky { color: #00acf0 !important; } .text-cyan, .text-info { color: #1ebccd !important; } .text-green, .text-success { color: #22af47 !important; } .text-yellow, .text-warning { color: #ffbf36 !important; } .text-red, .text-danger { color: #f83f37 !important; } .text-blue { color: #0092ee !important; } .text-pink { color: #ed1b60 !important; } .text-purple { color: #ab26aa !important; } .text-violet { color: #6640b2 !important; } .text-indigo { color: #3a55b1 !important; } .text-blue { color: #0092ee !important; } .text-teal { color: #009b84 !important; } .text-neon { color: #88c241 !important; } .text-lime { color: #d0d962 !important; } .text-sun { color: #fde335 !important; } .text-orange { color: #ff9528 !important; } .text-pumpkin { color: #ff6028 !important; } .text-primary, .text-brown { color: #313f96 !important; } .text-gold { color: #c1993f !important; } .text-smoke, .text-muted { color: #5e7d8a !important; } .text-grey, .text-secondary { color: #9e9e9e !important; } .text-dark { color: #324148 !important; } .text-light { color: #848d91 !important; } .text-white { color: #fff !important; } .text-light-10 { color: #e0e3e4 !important; } .text-light-15 { color: #e0e3e4 !important; } .text-light-20 { color: #d6d9da !important; } .text-light-30 { color: #c1c6c8 !important; } .text-light-40 { color: #adb3b6 !important; } .text-light-50 { color: #98a0a3 !important; } .text-light-60 { color: #848d91 !important; } .text-light-70 { color: #6f7a7f !important; } .text-light-80 { color: #5b676d !important; } .text-light-90 { color: #46545a !important; } .text-dark-20 { color: #2b383e !important; } .text-dark-40 { color: #273238 !important; } .text-dark-60 { color: #212a2f !important; } .text-dark-80 { color: #1a2225 !important; } .text-dark-100 { color: #0d1113 !important; } .text-disabled { color: #c1c6c8 !important; } /*Border*/ .border { border: 1px solid #e0e3e4 !important; } .border-top { border-top: 1px solid #e0e3e4 !important; } .border-bottom { border-bottom: 1px solid #e0e3e4 !important; } .border-left { border-left: 1px solid #e0e3e4 !important; } .border-right { border-right: 1px solid #e0e3e4 !important; } .border-2 { border-width: 2px !important; } .border-3 { border-width: 3px !important; } .border-4 { border-width: 4px !important; } .border-5 { border-width: 5px !important; } .border-0 { border: 0 !important; } .border-top-0 { border-top: 0 !important; } .border-bottom-0 { border-bottom: 0 !important; } .border-left-0 { border-left: 0 !important; } .border-right-0 { border-right: 0 !important; } .rounded { border-radius: 4px !important; } .rounded-top { border-top-left-radius: 0.25rem !important; border-top-right-radius: 0.25rem !important; } .rounded-top-left { border-top-left-radius: 0.25rem !important; } .rounded-top-right { border-top-right-radius: 0.25rem !important; } .rounded-left { border-top-left-radius: 0.25rem !important; border-bottom-left-radius: 0.25rem !important; } .rounded-right { border-top-right-radius: 0.25rem !important; border-bottom-right-radius: 0.25rem !important; } .rounded-bottom { border-bottom-left-radius: 0.25rem !important; border-bottom-right-radius: 0.25rem !important; } .rounded-bottom-left { border-bottom-left-radius: 0.25rem !important; } .rounded-bottom-right { border-bottom-right-radius: 0.25rem !important; } .rounded-top-0 { border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; } .rounded-top-left-0 { border-top-left-radius: 0 !important; } .rounded-top-right-0 { border-top-right-radius: 0 !important; } .rounded-left-0 { border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; } .rounded-right-0 { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; } .rounded-bottom-0 { border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important; } .rounded-bottom-left-0 { border-bottom-left-radius: 0 !important; } .rounded-bottom-right-0 { border-bottom-right-radius: 0 !important; } .rounded-0 { border-radius: 0px !important; } .rounded-1 { border-radius: 1px !important; } .rounded-2 { border-radius: 2px !important; } .rounded-3 { border-radius: 3px !important; } .rounded-4 { border-radius: 4px !important; } .rounded-5 { border-radius: 5px !important; } .rounded-6 { border-radius: 6px !important; } .rounded-7 { border-radius: 7px !important; } .rounded-8 { border-radius: 8px !important; } .rounded-9 { border-radius: 9px !important; } .rounded-10 { border-radius: 10px !important; } .rounded-15 { border-radius: 15px !important; } .rounded-20 { border-radius: 20px !important; } .rounded-25 { border-radius: 25px !important; } .rounded-30 { border-radius: 30px !important; } .rounded-35 { border-radius: 35px !important; } .rounded-40 { border-radius: 40px !important; } .rounded-45 { border-radius: 45px !important; } .rounded-50 { border-radius: 50px !important; } .circle { border-radius: 50% !important; } .square { border-radius: 0 !important; } .border-sky { border-color: #00acf0 !important; } .border-info, .border-cyan { border-color: #1ebccd !important; } .border-danger, .border-red { border-color: #f83f37 !important; } .border-success, .border-green { border-color: #22af47 !important; } .border-warning, .border-yellow { border-color: #ffbf36 !important; } .border-pink { border-color: #ed1b60 !important; } .border-purple { border-color: #ab26aa !important; } .border-violet { border-color: #6640b2 !important; } .border-indigo { border-color: #3a55b1 !important; } .border-blue { border-color: #0092ee !important; } .border-teal { border-color: #009b84 !important; } .border-neon { border-color: #88c241 !important; } .border-lime { border-color: #d0d962 !important; } .border-sun { border-color: #fde335 !important; } .border-orange { border-color: #ff9528 !important; } .border-pumpkin { border-color: #ff6028 !important; } .border-primary, .border-brown { border-color: #313f96 !important; } .border-gold { border-color: #c1993f !important; } .border-smoke { border-color: #5e7d8a !important; } .border-white { border-color: #fff !important; } .border-light { border-color: #f5f5f6 !important; } .border-light-10 { border-color: #e0e3e4 !important; } .border-light-15 { border-color: #e0e3e4 !important; } .border-light-20 { border-color: #d6d9da !important; } .border-light-30 { border-color: #c1c6c8 !important; } .border-light-40 { border-color: #adb3b6 !important; } .border-light-50 { border-color: #98a0a3 !important; } .border-light-60 { border-color: #848d91 !important; } .border-light-70 { border-color: #6f7a7f !important; } .border-light-80 { border-color: #5b676d !important; } .border-light-90 { border-color: #46545a !important; } .border-dark { border-color: #324148 !important; } .border-dark-20 { border-color: #2b383e !important; } .border-dark-40 { border-color: #273238 !important; } .border-dark-60 { border-color: #212a2f !important; } .border-dark-80 { border-color: #1a2225 !important; } .border-dark-100 { border-color: #0d1113 !important; } .border-secondary { border-color: #9e9e9e !important; } .subtractive-example > .d-inline-block { border: 1px solid #adb3b6; } /*Colors*/ .color-palette-wrap .color-wrap { padding: 15px; } /*Shadow*/ .shadow-none { box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important; } .shadow-top { box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1) !important; } .shadow-bottom { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) !important; } .shadow-left { box-shadow: -2px 0 2px rgba(0, 0, 0, 0.1) !important; } .shadow-right { box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1) !important; } .shadow-sm { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) !important; } .shadow-sm.shadow-top { box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1) !important; } .shadow-sm.shadow-bottom { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) !important; } .shadow-sm.shadow-left { box-shadow: -2px 0 2px rgba(0, 0, 0, 0.1) !important; } .shadow-sm.shadow-right { box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1) !important; } .shadow-hover-sm { -webkit-transition: box-shadow 0.3s ease; -moz-transition: box-shadow 0.3s ease; transition: box-shadow 0.3s ease; } .shadow-hover-sm:hover { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) !important; } .shadow-hover-sm:hover.shadow-top { box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1) !important; } .shadow-hover-sm:hover.shadow-bottom { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) !important; } .shadow-hover-sm:hover.shadow-left { box-shadow: -2px 0 2px rgba(0, 0, 0, 0.1) !important; } .shadow-hover-sm:hover.shadow-right { box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1) !important; } .shadow { box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1) !important; } .shadow.shadow-top { box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.1) !important; } .shadow.shadow-bottom { box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1) !important; } .shadow.shadow-left { box-shadow: -4px 0 5px rgba(0, 0, 0, 0.1) !important; } .shadow.shadow-right { box-shadow: 4px 0 5px rgba(0, 0, 0, 0.1) !important; } .shadow-hover { -webkit-transition: box-shadow 0.3s ease; -moz-transition: box-shadow 0.3s ease; transition: box-shadow 0.3s ease; } .shadow-hover:hover { box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1) !important; } .shadow-hover:hover.shadow-top { box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.1) !important; } .shadow-hover:hover.shadow-bottom { box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1) !important; } .shadow-hover:hover.shadow-left { box-shadow: -4px 0 5px rgba(0, 0, 0, 0.1) !important; } .shadow-hover:hover.shadow-right { box-shadow: 4px 0 5px rgba(0, 0, 0, 0.1) !important; } .shadow-lg { box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1) !important; } .shadow-lg.shadow-top { box-shadow: 0 -6px 10px rgba(0, 0, 0, 0.1) !important; } .shadow-lg.shadow-bottom { box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1) !important; } .shadow-lg.shadow-left { box-shadow: -6px 0 10px rgba(0, 0, 0, 0.1) !important; } .shadow-lg.shadow-right { box-shadow: 6px 0 10px rgba(0, 0, 0, 0.1) !important; } .shadow-hover-lg { -webkit-transition: box-shadow 0.3s ease; -moz-transition: box-shadow 0.3s ease; transition: box-shadow 0.3s ease; } .shadow-hover-lg:hover { box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1) !important; } .shadow-hover-lg:hover.shadow-top { box-shadow: 0 -6px 10px rgba(0, 0, 0, 0.1) !important; } .shadow-hover-lg:hover.shadow-bottom { box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1) !important; } .shadow-hover-lg:hover.shadow-left { box-shadow: -6px 0 10px rgba(0, 0, 0, 0.1) !important; } .shadow-hover-lg:hover.shadow-right { box-shadow: 6px 0 10px rgba(0, 0, 0, 0.1) !important; } .shadow-xl { box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1) !important; } .shadow-xl.shadow-top { box-shadow: 0 -8px 10px rgba(0, 0, 0, 0.1) !important; } .shadow-xl.shadow-bottom { box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1) !important; } .shadow-xl.shadow-left { box-shadow: -8px 0 10px rgba(0, 0, 0, 0.1) !important; } .shadow-xl.shadow-right { box-shadow: 8px 0 10px rgba(0, 0, 0, 0.1) !important; } .shadow-hover-xl { -webkit-transition: box-shadow 0.3s ease; -moz-transition: box-shadow 0.3s ease; transition: box-shadow 0.3s ease; } .shadow-hover-xl:hover { box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1) !important; } .shadow-hover-xl:hover.shadow-top { box-shadow: 0 -8px 10px rgba(0, 0, 0, 0.1) !important; } .shadow-hover-xl:hover.shadow-bottom { box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1) !important; } .shadow-hover-xl:hover.shadow-left { box-shadow: -8px 0 10px rgba(0, 0, 0, 0.1) !important; } .shadow-hover-xl:hover.shadow-right { box-shadow: 8px 0 10px rgba(0, 0, 0, 0.1) !important; } /*Font Size*/ .font-11 { font-size: 11px !important; } .font-12 { font-size: 12px !important; } .font-13 { font-size: 13px !important; } .font-14 { font-size: 14px !important; } .font-15 { font-size: 15px !important; } .font-16 { font-size: 16px !important; } .font-17 { font-size: 17px !important; } .font-18 { font-size: 18px !important; } .font-19 { font-size: 19px !important; } .font-20 { font-size: 20px !important; } .font-21 { font-size: 21px !important; } .font-22 { font-size: 22px !important; } .font-23 { font-size: 23px !important; } .font-24 { font-size: 24px !important; } .font-25 { font-size: 25px !important; } .font-26 { font-size: 26px !important; } .font-27 { font-size: 27px !important; } .font-28 { font-size: 28px !important; } .font-29 { font-size: 29px !important; } .font-30 { font-size: 30px !important; } .font-31 { font-size: 31px !important; } .font-32 { font-size: 32px !important; } .font-33 { font-size: 33px !important; } .font-34 { font-size: 34px !important; } .font-35 { font-size: 35px !important; } .font-36 { font-size: 36px !important; } .font-37 { font-size: 37px !important; } .font-38 { font-size: 38px !important; } .font-39 { font-size: 39px !important; } .font-40 { font-size: 40px !important; } .font-41 { font-size: 41px !important; } .font-42 { font-size: 42px !important; } .font-43 { font-size: 43px !important; } .font-44 { font-size: 44px !important; } .font-45 { font-size: 45px !important; } .font-46 { font-size: 46px !important; } .font-47 { font-size: 47px !important; } .font-48 { font-size: 48px !important; } .font-49 { font-size: 49px !important; } .font-50 { font-size: 50px !important; } @media (min-width: 576px) { .font-sm-11 { font-size: 11px !important; } .font-sm-12 { font-size: 12px !important; } .font-sm-13 { font-size: 13px !important; } .font-sm-14 { font-size: 14px !important; } .font-sm-15 { font-size: 15px !important; } .font-sm-16 { font-size: 16px !important; } .font-sm-17 { font-size: 17px !important; } .font-sm-18 { font-size: 18px !important; } .font-sm-19 { font-size: 19px !important; } .font-sm-20 { font-size: 20px !important; } .font-sm-21 { font-size: 21px !important; } .font-sm-22 { font-size: 22px !important; } .font-sm-23 { font-size: 23px !important; } .font-sm-24 { font-size: 24px !important; } .font-sm-25 { font-size: 25px !important; } .font-sm-26 { font-size: 26px !important; } .font-sm-27 { font-size: 27px !important; } .font-sm-28 { font-size: 28px !important; } .font-sm-29 { font-size: 29px !important; } .font-sm-30 { font-size: 30px !important; } .font-sm-31 { font-size: 31px !important; } .font-sm-32 { font-size: 32px !important; } .font-sm-33 { font-size: 33px !important; } .font-sm-34 { font-size: 34px !important; } .font-sm-35 { font-size: 35px !important; } .font-sm-36 { font-size: 36px !important; } .font-sm-37 { font-size: 37px !important; } .font-sm-38 { font-size: 38px !important; } .font-sm-39 { font-size: 39px !important; } .font-sm-40 { font-size: 40px !important; } .font-sm-41 { font-size: 41px !important; } .font-sm-42 { font-size: 42px !important; } .font-sm-43 { font-size: 43px !important; } .font-sm-44 { font-size: 44px !important; } .font-sm-45 { font-size: 45px !important; } .font-sm-46 { font-size: 46px !important; } .font-sm-47 { font-size: 47px !important; } .font-sm-48 { font-size: 48px !important; } .font-sm-49 { font-size: 49px !important; } .font-sm-50 { font-size: 50px !important; } } @media (min-width: 768px) { .font-md-11 { font-size: 11px !important; } .font-md-12 { font-size: 12px !important; } .font-md-13 { font-size: 13px !important; } .font-md-14 { font-size: 14px !important; } .font-md-15 { font-size: 15px !important; } .font-md-16 { font-size: 16px !important; } .font-md-17 { font-size: 17px !important; } .font-md-18 { font-size: 18px !important; } .font-md-19 { font-size: 19px !important; } .font-md-20 { font-size: 20px !important; } .font-md-21 { font-size: 21px !important; } .font-md-22 { font-size: 22px !important; } .font-md-23 { font-size: 23px !important; } .font-md-24 { font-size: 24px !important; } .font-md-25 { font-size: 25px !important; } .font-md-26 { font-size: 26px !important; } .font-md-27 { font-size: 27px !important; } .font-md-28 { font-size: 28px !important; } .font-md-29 { font-size: 29px !important; } .font-md-30 { font-size: 30px !important; } .font-md-31 { font-size: 31px !important; } .font-md-32 { font-size: 32px !important; } .font-md-33 { font-size: 33px !important; } .font-md-34 { font-size: 34px !important; } .font-md-35 { font-size: 35px !important; } .font-md-36 { font-size: 36px !important; } .font-md-37 { font-size: 37px !important; } .font-md-38 { font-size: 38px !important; } .font-md-39 { font-size: 39px !important; } .font-md-40 { font-size: 40px !important; } .font-md-41 { font-size: 41px !important; } .font-md-42 { font-size: 42px !important; } .font-md-43 { font-size: 43px !important; } .font-md-44 { font-size: 44px !important; } .font-md-45 { font-size: 45px !important; } .font-md-46 { font-size: 46px !important; } .font-md-47 { font-size: 47px !important; } .font-md-48 { font-size: 48px !important; } .font-md-49 { font-size: 49px !important; } .font-md-50 { font-size: 50px !important; } } @media (min-width: 992px) { .font-lg-11 { font-size: 11px !important; } .font-lg-12 { font-size: 12px !important; } .font-lg-13 { font-size: 13px !important; } .font-lg-14 { font-size: 14px !important; } .font-lg-15 { font-size: 15px !important; } .font-lg-16 { font-size: 16px !important; } .font-lg-17 { font-size: 17px !important; } .font-lg-18 { font-size: 18px !important; } .font-lg-19 { font-size: 19px !important; } .font-lg-20 { font-size: 20px !important; } .font-lg-21 { font-size: 21px !important; } .font-lg-22 { font-size: 22px !important; } .font-lg-23 { font-size: 23px !important; } .font-lg-24 { font-size: 24px !important; } .font-lg-25 { font-size: 25px !important; } .font-lg-26 { font-size: 26px !important; } .font-lg-27 { font-size: 27px !important; } .font-lg-28 { font-size: 28px !important; } .font-lg-29 { font-size: 29px !important; } .font-lg-30 { font-size: 30px !important; } .font-lg-31 { font-size: 31px !important; } .font-lg-32 { font-size: 32px !important; } .font-lg-33 { font-size: 33px !important; } .font-lg-34 { font-size: 34px !important; } .font-lg-35 { font-size: 35px !important; } .font-lg-36 { font-size: 36px !important; } .font-lg-37 { font-size: 37px !important; } .font-lg-38 { font-size: 38px !important; } .font-lg-39 { font-size: 39px !important; } .font-lg-40 { font-size: 40px !important; } .font-lg-41 { font-size: 41px !important; } .font-lg-42 { font-size: 42px !important; } .font-lg-43 { font-size: 43px !important; } .font-lg-44 { font-size: 44px !important; } .font-lg-45 { font-size: 45px !important; } .font-lg-46 { font-size: 46px !important; } .font-lg-47 { font-size: 47px !important; } .font-lg-48 { font-size: 48px !important; } .font-lg-49 { font-size: 49px !important; } .font-lg-50 { font-size: 50px !important; } } @media (min-width: 1200px) { .font-xl-11 { font-size: 11px !important; } .font-xl-12 { font-size: 12px !important; } .font-xl-13 { font-size: 13px !important; } .font-xl-14 { font-size: 14px !important; } .font-xl-15 { font-size: 15px !important; } .font-xl-16 { font-size: 16px !important; } .font-xl-17 { font-size: 17px !important; } .font-xl-18 { font-size: 18px !important; } .font-xl-19 { font-size: 19px !important; } .font-xl-20 { font-size: 20px !important; } .font-xl-21 { font-size: 21px !important; } .font-xl-22 { font-size: 22px !important; } .font-xl-23 { font-size: 23px !important; } .font-xl-24 { font-size: 24px !important; } .font-xl-25 { font-size: 25px !important; } .font-xl-26 { font-size: 26px !important; } .font-xl-27 { font-size: 27px !important; } .font-xl-28 { font-size: 28px !important; } .font-xl-29 { font-size: 29px !important; } .font-xl-30 { font-size: 30px !important; } .font-xl-31 { font-size: 31px !important; } .font-xl-32 { font-size: 32px !important; } .font-xl-33 { font-size: 33px !important; } .font-xl-34 { font-size: 34px !important; } .font-xl-35 { font-size: 35px !important; } .font-xl-36 { font-size: 36px !important; } .font-xl-37 { font-size: 37px !important; } .font-xl-38 { font-size: 38px !important; } .font-xl-39 { font-size: 39px !important; } .font-xl-40 { font-size: 40px !important; } .font-xl-41 { font-size: 41px !important; } .font-xl-42 { font-size: 42px !important; } .font-xl-43 { font-size: 43px !important; } .font-xl-44 { font-size: 44px !important; } .font-xl-45 { font-size: 45px !important; } .font-xl-46 { font-size: 46px !important; } .font-xl-47 { font-size: 47px !important; } .font-xl-48 { font-size: 48px !important; } .font-xl-49 { font-size: 49px !important; } .font-xl-50 { font-size: 50px !important; } } /*Font Weight*/ .font-weight-400 { font-weight: 400 !important; } .font-weight-500 { font-weight: 500 !important; } .font-weight-600 { font-weight: 600 !important; } .font-weight-700 { font-weight: 700 !important; } /*Text Case*/ .text-nonecase { text-transform: none !important; } /*Letter Spacing*/ .letter-spacing-5 { letter-spacing: 0.5px !important; } .letter-spacing-10 { letter-spacing: 1px !important; } .letter-spacing-15 { letter-spacing: 1.5px !important; } .letter-spacing-20 { letter-spacing: 2px !important; } .letter-spacing-25 { letter-spacing: 2.5px !important; } .letter-spacing-30 { letter-spacing: 3px !important; } .letter-spacing-35 { letter-spacing: 3.5px !important; } .letter-spacing-40 { letter-spacing: 4px !important; } .letter-spacing-45 { letter-spacing: 4.5px !important; } .letter-spacing-50 { letter-spacing: 5px !important; } /*Line Height*/ .line-height-0 { line-height: 0 !important; } .line-height-10 { line-height: 1 !important; } .line-height-11 { line-height: 1.1 !important; } .line-height-12 { line-height: 1.2 !important; } .line-height-13 { line-height: 1.3 !important; } .line-height-14 { line-height: 1.4 !important; } .line-height-15 { line-height: 1.5 !important; } .line-height-16 { line-height: 1.6 !important; } .line-height-17 { line-height: 1.7 !important; } .line-height-18 { line-height: 1.8 !important; } .line-height-19 { line-height: 1.9 !important; } .line-height-20 { line-height: 2 !important; } /*Width*/ .w-25p { width: 25px !important; } .w-30p { width: 30px !important; } .w-35p { width: 35px !important; } .w-40p { width: 40px !important; } .w-45p { width: 45px !important; } .w-50p { width: 50px !important; } .w-55p { width: 55px !important; } .w-60p { width: 60px !important; } .w-65p { width: 65px !important; } .w-70p { width: 70px !important; } .w-75p { width: 75px !important; } .w-80p { width: 80px !important; } .w-85p { width: 85px !important; } .w-90p { width: 90px !important; } .w-95p { width: 95px !important; } .w-100p { width: 100px !important; } .w-105p { width: 105px !important; } .w-110p { width: 110px !important; } .w-115p { width: 115px !important; } .w-120p { width: 120px !important; } .w-125p { width: 125px !important; } .w-130p { width: 130px !important; } .w-135p { width: 135px !important; } .w-140p { width: 140px !important; } .w-145p { width: 145px !important; } .w-150p { width: 150px !important; } .w-155p { width: 155px !important; } .w-160p { width: 160px !important; } .w-165p { width: 165px !important; } .w-170p { width: 170px !important; } .w-175p { width: 175px !important; } .w-180p { width: 180px !important; } .w-185p { width: 185px !important; } .w-190p { width: 190px !important; } .w-195p { width: 195px !important; } .w-200p { width: 200px !important; } .w-205p { width: 205px !important; } .w-210p { width: 210px !important; } .w-215p { width: 215px !important; } .w-220p { width: 220px !important; } .w-225p { width: 225px !important; } .w-230p { width: 230px !important; } .w-235p { width: 235px !important; } .w-240p { width: 240px !important; } .w-245p { width: 245px !important; } .w-250p { width: 250px !important; } .w-255p { width: 255px !important; } .w-260p { width: 260px !important; } .w-265p { width: 265px !important; } .w-270p { width: 270px !important; } .w-275p { width: 275px !important; } .w-280p { width: 280px !important; } .w-285p { width: 285px !important; } .w-290p { width: 290px !important; } .w-295p { width: 295px !important; } .w-300p { width: 300px !important; } .w-305p { width: 305px !important; } .w-310p { width: 310px !important; } .w-315p { width: 315px !important; } .w-320p { width: 320px !important; } .w-325p { width: 325px !important; } .w-330p { width: 330px !important; } .w-335p { width: 335px !important; } .w-340p { width: 340px !important; } .w-345p { width: 345px !important; } .w-350p { width: 350px !important; } .w-355p { width: 355px !important; } .w-360p { width: 360px !important; } .w-365p { width: 365px !important; } .w-370p { width: 370px !important; } .w-375p { width: 375px !important; } .w-380p { width: 380px !important; } .w-385p { width: 385px !important; } .w-390p { width: 390px !important; } .w-395p { width: 395px !important; } .w-400p { width: 400px !important; } .w-405p { width: 405px !important; } .w-410p { width: 410px !important; } .w-415p { width: 415px !important; } .w-420p { width: 420px !important; } .w-425p { width: 425px !important; } .w-430p { width: 430px !important; } .w-435p { width: 435px !important; } .w-440p { width: 440px !important; } .w-445p { width: 445px !important; } .w-450p { width: 450px !important; } .w-455p { width: 455px !important; } .w-460p { width: 460px !important; } .w-465p { width: 465px !important; } .w-470p { width: 470px !important; } .w-475p { width: 475px !important; } .w-480p { width: 480px !important; } .w-485p { width: 485px !important; } .w-490p { width: 490px !important; } .w-495p { width: 495px !important; } .w-500p { width: 500px !important; } .w-505p { width: 505px !important; } .w-510p { width: 510px !important; } .w-515p { width: 515px !important; } .w-520p { width: 520px !important; } .w-525p { width: 525px !important; } .w-530p { width: 530px !important; } .w-535p { width: 535px !important; } .w-540p { width: 540px !important; } .w-545p { width: 545px !important; } .w-550p { width: 550px !important; } .w-555p { width: 555px !important; } .w-560p { width: 560px !important; } .w-565p { width: 565px !important; } .w-570p { width: 570px !important; } .w-575p { width: 575px !important; } .w-580p { width: 580px !important; } .w-585p { width: 585px !important; } .w-590p { width: 590px !important; } .w-595p { width: 595px !important; } .w-600p { width: 600px !important; } .w-605p { width: 605px !important; } .w-610p { width: 610px !important; } .w-615p { width: 615px !important; } .w-620p { width: 620px !important; } .w-625p { width: 625px !important; } .w-630p { width: 630px !important; } .w-635p { width: 635px !important; } .w-640p { width: 640px !important; } .w-645p { width: 645px !important; } .w-650p { width: 650px !important; } .w-655p { width: 655px !important; } .w-660p { width: 660px !important; } .w-665p { width: 665px !important; } .w-670p { width: 670px !important; } .w-675p { width: 675px !important; } .w-680p { width: 680px !important; } .w-685p { width: 685px !important; } .w-690p { width: 690px !important; } .w-695p { width: 695px !important; } .w-700p { width: 700px !important; } .w-705p { width: 705px !important; } .w-710p { width: 710px !important; } .w-715p { width: 715px !important; } .w-720p { width: 720px !important; } .w-725p { width: 725px !important; } .w-730p { width: 730px !important; } .w-735p { width: 735px !important; } .w-740p { width: 740px !important; } .w-745p { width: 745px !important; } .w-750p { width: 750px !important; } .w-755p { width: 755px !important; } .w-760p { width: 760px !important; } .w-765p { width: 765px !important; } .w-770p { width: 770px !important; } .w-775p { width: 775px !important; } .w-780p { width: 780px !important; } .w-785p { width: 785px !important; } .w-790p { width: 790px !important; } .w-795p { width: 795px !important; } .w-800p { width: 800px !important; } @media (min-width: 576px) { .w-sm-25p { width: 25px !important; } .w-sm-30p { width: 30px !important; } .w-sm-35p { width: 35px !important; } .w-sm-40p { width: 40px !important; } .w-sm-45p { width: 45px !important; } .w-sm-50p { width: 50px !important; } .w-sm-55p { width: 55px !important; } .w-sm-60p { width: 60px !important; } .w-sm-65p { width: 65px !important; } .w-sm-70p { width: 70px !important; } .w-sm-75p { width: 75px !important; } .w-sm-80p { width: 80px !important; } .w-sm-85p { width: 85px !important; } .w-sm-90p { width: 90px !important; } .w-sm-95p { width: 95px !important; } .w-sm-100p { width: 100px !important; } .w-sm-105p { width: 105px !important; } .w-sm-110p { width: 110px !important; } .w-sm-115p { width: 115px !important; } .w-sm-120p { width: 120px !important; } .w-sm-125p { width: 125px !important; } .w-sm-130p { width: 130px !important; } .w-sm-135p { width: 135px !important; } .w-sm-140p { width: 140px !important; } .w-sm-145p { width: 145px !important; } .w-sm-150p { width: 150px !important; } .w-sm-155p { width: 155px !important; } .w-sm-160p { width: 160px !important; } .w-sm-165p { width: 165px !important; } .w-sm-170p { width: 170px !important; } .w-sm-175p { width: 175px !important; } .w-sm-180p { width: 180px !important; } .w-sm-185p { width: 185px !important; } .w-sm-190p { width: 190px !important; } .w-sm-195p { width: 195px !important; } .w-sm-200p { width: 200px !important; } .w-sm-205p { width: 205px !important; } .w-sm-210p { width: 210px !important; } .w-sm-215p { width: 215px !important; } .w-sm-220p { width: 220px !important; } .w-sm-225p { width: 225px !important; } .w-sm-230p { width: 230px !important; } .w-sm-235p { width: 235px !important; } .w-sm-240p { width: 240px !important; } .w-sm-245p { width: 245px !important; } .w-sm-250p { width: 250px !important; } .w-sm-255p { width: 255px !important; } .w-sm-260p { width: 260px !important; } .w-sm-265p { width: 265px !important; } .w-sm-270p { width: 270px !important; } .w-sm-275p { width: 275px !important; } .w-sm-280p { width: 280px !important; } .w-sm-285p { width: 285px !important; } .w-sm-290p { width: 290px !important; } .w-sm-295p { width: 295px !important; } .w-sm-300p { width: 300px !important; } .w-sm-305p { width: 305px !important; } .w-sm-310p { width: 310px !important; } .w-sm-315p { width: 315px !important; } .w-sm-320p { width: 320px !important; } .w-sm-325p { width: 325px !important; } .w-sm-330p { width: 330px !important; } .w-sm-335p { width: 335px !important; } .w-sm-340p { width: 340px !important; } .w-sm-345p { width: 345px !important; } .w-sm-350p { width: 350px !important; } .w-sm-355p { width: 355px !important; } .w-sm-360p { width: 360px !important; } .w-sm-365p { width: 365px !important; } .w-sm-370p { width: 370px !important; } .w-sm-375p { width: 375px !important; } .w-sm-380p { width: 380px !important; } .w-sm-385p { width: 385px !important; } .w-sm-390p { width: 390px !important; } .w-sm-395p { width: 395px !important; } .w-sm-400p { width: 400px !important; } .w-sm-405p { width: 405px !important; } .w-sm-410p { width: 410px !important; } .w-sm-415p { width: 415px !important; } .w-sm-420p { width: 420px !important; } .w-sm-425p { width: 425px !important; } .w-sm-430p { width: 430px !important; } .w-sm-435p { width: 435px !important; } .w-sm-440p { width: 440px !important; } .w-sm-445p { width: 445px !important; } .w-sm-450p { width: 450px !important; } .w-sm-455p { width: 455px !important; } .w-sm-460p { width: 460px !important; } .w-sm-465p { width: 465px !important; } .w-sm-470p { width: 470px !important; } .w-sm-475p { width: 475px !important; } .w-sm-480p { width: 480px !important; } .w-sm-485p { width: 485px !important; } .w-sm-490p { width: 490px !important; } .w-sm-495p { width: 495px !important; } .w-sm-500p { width: 500px !important; } .w-sm-505p { width: 505px !important; } .w-sm-510p { width: 510px !important; } .w-sm-515p { width: 515px !important; } .w-sm-520p { width: 520px !important; } .w-sm-525p { width: 525px !important; } .w-sm-530p { width: 530px !important; } .w-sm-535p { width: 535px !important; } .w-sm-540p { width: 540px !important; } .w-sm-545p { width: 545px !important; } .w-sm-550p { width: 550px !important; } .w-sm-555p { width: 555px !important; } .w-sm-560p { width: 560px !important; } .w-sm-565p { width: 565px !important; } .w-sm-570p { width: 570px !important; } .w-sm-575p { width: 575px !important; } .w-sm-580p { width: 580px !important; } .w-sm-585p { width: 585px !important; } .w-sm-590p { width: 590px !important; } .w-sm-595p { width: 595px !important; } .w-sm-600p { width: 600px !important; } .w-sm-605p { width: 605px !important; } .w-sm-610p { width: 610px !important; } .w-sm-615p { width: 615px !important; } .w-sm-620p { width: 620px !important; } .w-sm-625p { width: 625px !important; } .w-sm-630p { width: 630px !important; } .w-sm-635p { width: 635px !important; } .w-sm-640p { width: 640px !important; } .w-sm-645p { width: 645px !important; } .w-sm-650p { width: 650px !important; } .w-sm-655p { width: 655px !important; } .w-sm-660p { width: 660px !important; } .w-sm-665p { width: 665px !important; } .w-sm-670p { width: 670px !important; } .w-sm-675p { width: 675px !important; } .w-sm-680p { width: 680px !important; } .w-sm-685p { width: 685px !important; } .w-sm-690p { width: 690px !important; } .w-sm-695p { width: 695px !important; } .w-sm-700p { width: 700px !important; } .w-sm-705p { width: 705px !important; } .w-sm-710p { width: 710px !important; } .w-sm-715p { width: 715px !important; } .w-sm-720p { width: 720px !important; } .w-sm-725p { width: 725px !important; } .w-sm-730p { width: 730px !important; } .w-sm-735p { width: 735px !important; } .w-sm-740p { width: 740px !important; } .w-sm-745p { width: 745px !important; } .w-sm-750p { width: 750px !important; } .w-sm-755p { width: 755px !important; } .w-sm-760p { width: 760px !important; } .w-sm-765p { width: 765px !important; } .w-sm-770p { width: 770px !important; } .w-sm-775p { width: 775px !important; } .w-sm-780p { width: 780px !important; } .w-sm-785p { width: 785px !important; } .w-sm-790p { width: 790px !important; } .w-sm-795p { width: 795px !important; } .w-sm-800p { width: 800px !important; } } @media (min-width: 768px) { .w-md-25p { width: 25px !important; } .w-md-30p { width: 30px !important; } .w-md-35p { width: 35px !important; } .w-md-40p { width: 40px !important; } .w-md-45p { width: 45px !important; } .w-md-50p { width: 50px !important; } .w-md-55p { width: 55px !important; } .w-md-60p { width: 60px !important; } .w-md-65p { width: 65px !important; } .w-md-70p { width: 70px !important; } .w-md-75p { width: 75px !important; } .w-md-80p { width: 80px !important; } .w-md-85p { width: 85px !important; } .w-md-90p { width: 90px !important; } .w-md-95p { width: 95px !important; } .w-md-100p { width: 100px !important; } .w-md-105p { width: 105px !important; } .w-md-110p { width: 110px !important; } .w-md-115p { width: 115px !important; } .w-md-120p { width: 120px !important; } .w-md-125p { width: 125px !important; } .w-md-130p { width: 130px !important; } .w-md-135p { width: 135px !important; } .w-md-140p { width: 140px !important; } .w-md-145p { width: 145px !important; } .w-md-150p { width: 150px !important; } .w-md-155p { width: 155px !important; } .w-md-160p { width: 160px !important; } .w-md-165p { width: 165px !important; } .w-md-170p { width: 170px !important; } .w-md-175p { width: 175px !important; } .w-md-180p { width: 180px !important; } .w-md-185p { width: 185px !important; } .w-md-190p { width: 190px !important; } .w-md-195p { width: 195px !important; } .w-md-200p { width: 200px !important; } .w-md-205p { width: 205px !important; } .w-md-210p { width: 210px !important; } .w-md-215p { width: 215px !important; } .w-md-220p { width: 220px !important; } .w-md-225p { width: 225px !important; } .w-md-230p { width: 230px !important; } .w-md-235p { width: 235px !important; } .w-md-240p { width: 240px !important; } .w-md-245p { width: 245px !important; } .w-md-250p { width: 250px !important; } .w-md-255p { width: 255px !important; } .w-md-260p { width: 260px !important; } .w-md-265p { width: 265px !important; } .w-md-270p { width: 270px !important; } .w-md-275p { width: 275px !important; } .w-md-280p { width: 280px !important; } .w-md-285p { width: 285px !important; } .w-md-290p { width: 290px !important; } .w-md-295p { width: 295px !important; } .w-md-300p { width: 300px !important; } .w-md-305p { width: 305px !important; } .w-md-310p { width: 310px !important; } .w-md-315p { width: 315px !important; } .w-md-320p { width: 320px !important; } .w-md-325p { width: 325px !important; } .w-md-330p { width: 330px !important; } .w-md-335p { width: 335px !important; } .w-md-340p { width: 340px !important; } .w-md-345p { width: 345px !important; } .w-md-350p { width: 350px !important; } .w-md-355p { width: 355px !important; } .w-md-360p { width: 360px !important; } .w-md-365p { width: 365px !important; } .w-md-370p { width: 370px !important; } .w-md-375p { width: 375px !important; } .w-md-380p { width: 380px !important; } .w-md-385p { width: 385px !important; } .w-md-390p { width: 390px !important; } .w-md-395p { width: 395px !important; } .w-md-400p { width: 400px !important; } .w-md-405p { width: 405px !important; } .w-md-410p { width: 410px !important; } .w-md-415p { width: 415px !important; } .w-md-420p { width: 420px !important; } .w-md-425p { width: 425px !important; } .w-md-430p { width: 430px !important; } .w-md-435p { width: 435px !important; } .w-md-440p { width: 440px !important; } .w-md-445p { width: 445px !important; } .w-md-450p { width: 450px !important; } .w-md-455p { width: 455px !important; } .w-md-460p { width: 460px !important; } .w-md-465p { width: 465px !important; } .w-md-470p { width: 470px !important; } .w-md-475p { width: 475px !important; } .w-md-480p { width: 480px !important; } .w-md-485p { width: 485px !important; } .w-md-490p { width: 490px !important; } .w-md-495p { width: 495px !important; } .w-md-500p { width: 500px !important; } .w-md-505p { width: 505px !important; } .w-md-510p { width: 510px !important; } .w-md-515p { width: 515px !important; } .w-md-520p { width: 520px !important; } .w-md-525p { width: 525px !important; } .w-md-530p { width: 530px !important; } .w-md-535p { width: 535px !important; } .w-md-540p { width: 540px !important; } .w-md-545p { width: 545px !important; } .w-md-550p { width: 550px !important; } .w-md-555p { width: 555px !important; } .w-md-560p { width: 560px !important; } .w-md-565p { width: 565px !important; } .w-md-570p { width: 570px !important; } .w-md-575p { width: 575px !important; } .w-md-580p { width: 580px !important; } .w-md-585p { width: 585px !important; } .w-md-590p { width: 590px !important; } .w-md-595p { width: 595px !important; } .w-md-600p { width: 600px !important; } .w-md-605p { width: 605px !important; } .w-md-610p { width: 610px !important; } .w-md-615p { width: 615px !important; } .w-md-620p { width: 620px !important; } .w-md-625p { width: 625px !important; } .w-md-630p { width: 630px !important; } .w-md-635p { width: 635px !important; } .w-md-640p { width: 640px !important; } .w-md-645p { width: 645px !important; } .w-md-650p { width: 650px !important; } .w-md-655p { width: 655px !important; } .w-md-660p { width: 660px !important; } .w-md-665p { width: 665px !important; } .w-md-670p { width: 670px !important; } .w-md-675p { width: 675px !important; } .w-md-680p { width: 680px !important; } .w-md-685p { width: 685px !important; } .w-md-690p { width: 690px !important; } .w-md-695p { width: 695px !important; } .w-md-700p { width: 700px !important; } .w-md-705p { width: 705px !important; } .w-md-710p { width: 710px !important; } .w-md-715p { width: 715px !important; } .w-md-720p { width: 720px !important; } .w-md-725p { width: 725px !important; } .w-md-730p { width: 730px !important; } .w-md-735p { width: 735px !important; } .w-md-740p { width: 740px !important; } .w-md-745p { width: 745px !important; } .w-md-750p { width: 750px !important; } .w-md-755p { width: 755px !important; } .w-md-760p { width: 760px !important; } .w-md-765p { width: 765px !important; } .w-md-770p { width: 770px !important; } .w-md-775p { width: 775px !important; } .w-md-780p { width: 780px !important; } .w-md-785p { width: 785px !important; } .w-md-790p { width: 790px !important; } .w-md-795p { width: 795px !important; } .w-md-800p { width: 800px !important; } } @media (min-width: 992px) { .w-lg-25p { width: 25px !important; } .w-lg-30p { width: 30px !important; } .w-lg-35p { width: 35px !important; } .w-lg-40p { width: 40px !important; } .w-lg-45p { width: 45px !important; } .w-lg-50p { width: 50px !important; } .w-lg-55p { width: 55px !important; } .w-lg-60p { width: 60px !important; } .w-lg-65p { width: 65px !important; } .w-lg-70p { width: 70px !important; } .w-lg-75p { width: 75px !important; } .w-lg-80p { width: 80px !important; } .w-lg-85p { width: 85px !important; } .w-lg-90p { width: 90px !important; } .w-lg-95p { width: 95px !important; } .w-lg-100p { width: 100px !important; } .w-lg-105p { width: 105px !important; } .w-lg-110p { width: 110px !important; } .w-lg-115p { width: 115px !important; } .w-lg-120p { width: 120px !important; } .w-lg-125p { width: 125px !important; } .w-lg-130p { width: 130px !important; } .w-lg-135p { width: 135px !important; } .w-lg-140p { width: 140px !important; } .w-lg-145p { width: 145px !important; } .w-lg-150p { width: 150px !important; } .w-lg-155p { width: 155px !important; } .w-lg-160p { width: 160px !important; } .w-lg-165p { width: 165px !important; } .w-lg-170p { width: 170px !important; } .w-lg-175p { width: 175px !important; } .w-lg-180p { width: 180px !important; } .w-lg-185p { width: 185px !important; } .w-lg-190p { width: 190px !important; } .w-lg-195p { width: 195px !important; } .w-lg-200p { width: 200px !important; } .w-lg-205p { width: 205px !important; } .w-lg-210p { width: 210px !important; } .w-lg-215p { width: 215px !important; } .w-lg-220p { width: 220px !important; } .w-lg-225p { width: 225px !important; } .w-lg-230p { width: 230px !important; } .w-lg-235p { width: 235px !important; } .w-lg-240p { width: 240px !important; } .w-lg-245p { width: 245px !important; } .w-lg-250p { width: 250px !important; } .w-lg-255p { width: 255px !important; } .w-lg-260p { width: 260px !important; } .w-lg-265p { width: 265px !important; } .w-lg-270p { width: 270px !important; } .w-lg-275p { width: 275px !important; } .w-lg-280p { width: 280px !important; } .w-lg-285p { width: 285px !important; } .w-lg-290p { width: 290px !important; } .w-lg-295p { width: 295px !important; } .w-lg-300p { width: 300px !important; } .w-lg-305p { width: 305px !important; } .w-lg-310p { width: 310px !important; } .w-lg-315p { width: 315px !important; } .w-lg-320p { width: 320px !important; } .w-lg-325p { width: 325px !important; } .w-lg-330p { width: 330px !important; } .w-lg-335p { width: 335px !important; } .w-lg-340p { width: 340px !important; } .w-lg-345p { width: 345px !important; } .w-lg-350p { width: 350px !important; } .w-lg-355p { width: 355px !important; } .w-lg-360p { width: 360px !important; } .w-lg-365p { width: 365px !important; } .w-lg-370p { width: 370px !important; } .w-lg-375p { width: 375px !important; } .w-lg-380p { width: 380px !important; } .w-lg-385p { width: 385px !important; } .w-lg-390p { width: 390px !important; } .w-lg-395p { width: 395px !important; } .w-lg-400p { width: 400px !important; } .w-lg-405p { width: 405px !important; } .w-lg-410p { width: 410px !important; } .w-lg-415p { width: 415px !important; } .w-lg-420p { width: 420px !important; } .w-lg-425p { width: 425px !important; } .w-lg-430p { width: 430px !important; } .w-lg-435p { width: 435px !important; } .w-lg-440p { width: 440px !important; } .w-lg-445p { width: 445px !important; } .w-lg-450p { width: 450px !important; } .w-lg-455p { width: 455px !important; } .w-lg-460p { width: 460px !important; } .w-lg-465p { width: 465px !important; } .w-lg-470p { width: 470px !important; } .w-lg-475p { width: 475px !important; } .w-lg-480p { width: 480px !important; } .w-lg-485p { width: 485px !important; } .w-lg-490p { width: 490px !important; } .w-lg-495p { width: 495px !important; } .w-lg-500p { width: 500px !important; } .w-lg-505p { width: 505px !important; } .w-lg-510p { width: 510px !important; } .w-lg-515p { width: 515px !important; } .w-lg-520p { width: 520px !important; } .w-lg-525p { width: 525px !important; } .w-lg-530p { width: 530px !important; } .w-lg-535p { width: 535px !important; } .w-lg-540p { width: 540px !important; } .w-lg-545p { width: 545px !important; } .w-lg-550p { width: 550px !important; } .w-lg-555p { width: 555px !important; } .w-lg-560p { width: 560px !important; } .w-lg-565p { width: 565px !important; } .w-lg-570p { width: 570px !important; } .w-lg-575p { width: 575px !important; } .w-lg-580p { width: 580px !important; } .w-lg-585p { width: 585px !important; } .w-lg-590p { width: 590px !important; } .w-lg-595p { width: 595px !important; } .w-lg-600p { width: 600px !important; } .w-lg-605p { width: 605px !important; } .w-lg-610p { width: 610px !important; } .w-lg-615p { width: 615px !important; } .w-lg-620p { width: 620px !important; } .w-lg-625p { width: 625px !important; } .w-lg-630p { width: 630px !important; } .w-lg-635p { width: 635px !important; } .w-lg-640p { width: 640px !important; } .w-lg-645p { width: 645px !important; } .w-lg-650p { width: 650px !important; } .w-lg-655p { width: 655px !important; } .w-lg-660p { width: 660px !important; } .w-lg-665p { width: 665px !important; } .w-lg-670p { width: 670px !important; } .w-lg-675p { width: 675px !important; } .w-lg-680p { width: 680px !important; } .w-lg-685p { width: 685px !important; } .w-lg-690p { width: 690px !important; } .w-lg-695p { width: 695px !important; } .w-lg-700p { width: 700px !important; } .w-lg-705p { width: 705px !important; } .w-lg-710p { width: 710px !important; } .w-lg-715p { width: 715px !important; } .w-lg-720p { width: 720px !important; } .w-lg-725p { width: 725px !important; } .w-lg-730p { width: 730px !important; } .w-lg-735p { width: 735px !important; } .w-lg-740p { width: 740px !important; } .w-lg-745p { width: 745px !important; } .w-lg-750p { width: 750px !important; } .w-lg-755p { width: 755px !important; } .w-lg-760p { width: 760px !important; } .w-lg-765p { width: 765px !important; } .w-lg-770p { width: 770px !important; } .w-lg-775p { width: 775px !important; } .w-lg-780p { width: 780px !important; } .w-lg-785p { width: 785px !important; } .w-lg-790p { width: 790px !important; } .w-lg-795p { width: 795px !important; } .w-lg-800p { width: 800px !important; } } @media (min-width: 1200px) { .w-xl-25p { width: 25px !important; } .w-xl-30p { width: 30px !important; } .w-xl-35p { width: 35px !important; } .w-xl-40p { width: 40px !important; } .w-xl-45p { width: 45px !important; } .w-xl-50p { width: 50px !important; } .w-xl-55p { width: 55px !important; } .w-xl-60p { width: 60px !important; } .w-xl-65p { width: 65px !important; } .w-xl-70p { width: 70px !important; } .w-xl-75p { width: 75px !important; } .w-xl-80p { width: 80px !important; } .w-xl-85p { width: 85px !important; } .w-xl-90p { width: 90px !important; } .w-xl-95p { width: 95px !important; } .w-xl-100p { width: 100px !important; } .w-xl-105p { width: 105px !important; } .w-xl-110p { width: 110px !important; } .w-xl-115p { width: 115px !important; } .w-xl-120p { width: 120px !important; } .w-xl-125p { width: 125px !important; } .w-xl-130p { width: 130px !important; } .w-xl-135p { width: 135px !important; } .w-xl-140p { width: 140px !important; } .w-xl-145p { width: 145px !important; } .w-xl-150p { width: 150px !important; } .w-xl-155p { width: 155px !important; } .w-xl-160p { width: 160px !important; } .w-xl-165p { width: 165px !important; } .w-xl-170p { width: 170px !important; } .w-xl-175p { width: 175px !important; } .w-xl-180p { width: 180px !important; } .w-xl-185p { width: 185px !important; } .w-xl-190p { width: 190px !important; } .w-xl-195p { width: 195px !important; } .w-xl-200p { width: 200px !important; } .w-xl-205p { width: 205px !important; } .w-xl-210p { width: 210px !important; } .w-xl-215p { width: 215px !important; } .w-xl-220p { width: 220px !important; } .w-xl-225p { width: 225px !important; } .w-xl-230p { width: 230px !important; } .w-xl-235p { width: 235px !important; } .w-xl-240p { width: 240px !important; } .w-xl-245p { width: 245px !important; } .w-xl-250p { width: 250px !important; } .w-xl-255p { width: 255px !important; } .w-xl-260p { width: 260px !important; } .w-xl-265p { width: 265px !important; } .w-xl-270p { width: 270px !important; } .w-xl-275p { width: 275px !important; } .w-xl-280p { width: 280px !important; } .w-xl-285p { width: 285px !important; } .w-xl-290p { width: 290px !important; } .w-xl-295p { width: 295px !important; } .w-xl-300p { width: 300px !important; } .w-xl-305p { width: 305px !important; } .w-xl-310p { width: 310px !important; } .w-xl-315p { width: 315px !important; } .w-xl-320p { width: 320px !important; } .w-xl-325p { width: 325px !important; } .w-xl-330p { width: 330px !important; } .w-xl-335p { width: 335px !important; } .w-xl-340p { width: 340px !important; } .w-xl-345p { width: 345px !important; } .w-xl-350p { width: 350px !important; } .w-xl-355p { width: 355px !important; } .w-xl-360p { width: 360px !important; } .w-xl-365p { width: 365px !important; } .w-xl-370p { width: 370px !important; } .w-xl-375p { width: 375px !important; } .w-xl-380p { width: 380px !important; } .w-xl-385p { width: 385px !important; } .w-xl-390p { width: 390px !important; } .w-xl-395p { width: 395px !important; } .w-xl-400p { width: 400px !important; } .w-xl-405p { width: 405px !important; } .w-xl-410p { width: 410px !important; } .w-xl-415p { width: 415px !important; } .w-xl-420p { width: 420px !important; } .w-xl-425p { width: 425px !important; } .w-xl-430p { width: 430px !important; } .w-xl-435p { width: 435px !important; } .w-xl-440p { width: 440px !important; } .w-xl-445p { width: 445px !important; } .w-xl-450p { width: 450px !important; } .w-xl-455p { width: 455px !important; } .w-xl-460p { width: 460px !important; } .w-xl-465p { width: 465px !important; } .w-xl-470p { width: 470px !important; } .w-xl-475p { width: 475px !important; } .w-xl-480p { width: 480px !important; } .w-xl-485p { width: 485px !important; } .w-xl-490p { width: 490px !important; } .w-xl-495p { width: 495px !important; } .w-xl-500p { width: 500px !important; } .w-xl-505p { width: 505px !important; } .w-xl-510p { width: 510px !important; } .w-xl-515p { width: 515px !important; } .w-xl-520p { width: 520px !important; } .w-xl-525p { width: 525px !important; } .w-xl-530p { width: 530px !important; } .w-xl-535p { width: 535px !important; } .w-xl-540p { width: 540px !important; } .w-xl-545p { width: 545px !important; } .w-xl-550p { width: 550px !important; } .w-xl-555p { width: 555px !important; } .w-xl-560p { width: 560px !important; } .w-xl-565p { width: 565px !important; } .w-xl-570p { width: 570px !important; } .w-xl-575p { width: 575px !important; } .w-xl-580p { width: 580px !important; } .w-xl-585p { width: 585px !important; } .w-xl-590p { width: 590px !important; } .w-xl-595p { width: 595px !important; } .w-xl-600p { width: 600px !important; } .w-xl-605p { width: 605px !important; } .w-xl-610p { width: 610px !important; } .w-xl-615p { width: 615px !important; } .w-xl-620p { width: 620px !important; } .w-xl-625p { width: 625px !important; } .w-xl-630p { width: 630px !important; } .w-xl-635p { width: 635px !important; } .w-xl-640p { width: 640px !important; } .w-xl-645p { width: 645px !important; } .w-xl-650p { width: 650px !important; } .w-xl-655p { width: 655px !important; } .w-xl-660p { width: 660px !important; } .w-xl-665p { width: 665px !important; } .w-xl-670p { width: 670px !important; } .w-xl-675p { width: 675px !important; } .w-xl-680p { width: 680px !important; } .w-xl-685p { width: 685px !important; } .w-xl-690p { width: 690px !important; } .w-xl-695p { width: 695px !important; } .w-xl-700p { width: 700px !important; } .w-xl-705p { width: 705px !important; } .w-xl-710p { width: 710px !important; } .w-xl-715p { width: 715px !important; } .w-xl-720p { width: 720px !important; } .w-xl-725p { width: 725px !important; } .w-xl-730p { width: 730px !important; } .w-xl-735p { width: 735px !important; } .w-xl-740p { width: 740px !important; } .w-xl-745p { width: 745px !important; } .w-xl-750p { width: 750px !important; } .w-xl-755p { width: 755px !important; } .w-xl-760p { width: 760px !important; } .w-xl-765p { width: 765px !important; } .w-xl-770p { width: 770px !important; } .w-xl-775p { width: 775px !important; } .w-xl-780p { width: 780px !important; } .w-xl-785p { width: 785px !important; } .w-xl-790p { width: 790px !important; } .w-xl-795p { width: 795px !important; } .w-xl-800p { width: 800px !important; } } @media (min-width: 1400px) { .w-xxl-25p { width: 25px !important; } .w-xxl-30p { width: 30px !important; } .w-xxl-35p { width: 35px !important; } .w-xxl-40p { width: 40px !important; } .w-xxl-45p { width: 45px !important; } .w-xxl-50p { width: 50px !important; } .w-xxl-55p { width: 55px !important; } .w-xxl-60p { width: 60px !important; } .w-xxl-65p { width: 65px !important; } .w-xxl-70p { width: 70px !important; } .w-xxl-75p { width: 75px !important; } .w-xxl-80p { width: 80px !important; } .w-xxl-85p { width: 85px !important; } .w-xxl-90p { width: 90px !important; } .w-xxl-95p { width: 95px !important; } .w-xxl-100p { width: 100px !important; } .w-xxl-105p { width: 105px !important; } .w-xxl-110p { width: 110px !important; } .w-xxl-115p { width: 115px !important; } .w-xxl-120p { width: 120px !important; } .w-xxl-125p { width: 125px !important; } .w-xxl-130p { width: 130px !important; } .w-xxl-135p { width: 135px !important; } .w-xxl-140p { width: 140px !important; } .w-xxl-145p { width: 145px !important; } .w-xxl-150p { width: 150px !important; } .w-xxl-155p { width: 155px !important; } .w-xxl-160p { width: 160px !important; } .w-xxl-165p { width: 165px !important; } .w-xxl-170p { width: 170px !important; } .w-xxl-175p { width: 175px !important; } .w-xxl-180p { width: 180px !important; } .w-xxl-185p { width: 185px !important; } .w-xxl-190p { width: 190px !important; } .w-xxl-195p { width: 195px !important; } .w-xxl-200p { width: 200px !important; } .w-xxl-205p { width: 205px !important; } .w-xxl-210p { width: 210px !important; } .w-xxl-215p { width: 215px !important; } .w-xxl-220p { width: 220px !important; } .w-xxl-225p { width: 225px !important; } .w-xxl-230p { width: 230px !important; } .w-xxl-235p { width: 235px !important; } .w-xxl-240p { width: 240px !important; } .w-xxl-245p { width: 245px !important; } .w-xxl-250p { width: 250px !important; } .w-xxl-255p { width: 255px !important; } .w-xxl-260p { width: 260px !important; } .w-xxl-265p { width: 265px !important; } .w-xxl-270p { width: 270px !important; } .w-xxl-275p { width: 275px !important; } .w-xxl-280p { width: 280px !important; } .w-xxl-285p { width: 285px !important; } .w-xxl-290p { width: 290px !important; } .w-xxl-295p { width: 295px !important; } .w-xxl-300p { width: 300px !important; } .w-xxl-305p { width: 305px !important; } .w-xxl-310p { width: 310px !important; } .w-xxl-315p { width: 315px !important; } .w-xxl-320p { width: 320px !important; } .w-xxl-325p { width: 325px !important; } .w-xxl-330p { width: 330px !important; } .w-xxl-335p { width: 335px !important; } .w-xxl-340p { width: 340px !important; } .w-xxl-345p { width: 345px !important; } .w-xxl-350p { width: 350px !important; } .w-xxl-355p { width: 355px !important; } .w-xxl-360p { width: 360px !important; } .w-xxl-365p { width: 365px !important; } .w-xxl-370p { width: 370px !important; } .w-xxl-375p { width: 375px !important; } .w-xxl-380p { width: 380px !important; } .w-xxl-385p { width: 385px !important; } .w-xxl-390p { width: 390px !important; } .w-xxl-395p { width: 395px !important; } .w-xxl-400p { width: 400px !important; } .w-xxl-405p { width: 405px !important; } .w-xxl-410p { width: 410px !important; } .w-xxl-415p { width: 415px !important; } .w-xxl-420p { width: 420px !important; } .w-xxl-425p { width: 425px !important; } .w-xxl-430p { width: 430px !important; } .w-xxl-435p { width: 435px !important; } .w-xxl-440p { width: 440px !important; } .w-xxl-445p { width: 445px !important; } .w-xxl-450p { width: 450px !important; } .w-xxl-455p { width: 455px !important; } .w-xxl-460p { width: 460px !important; } .w-xxl-465p { width: 465px !important; } .w-xxl-470p { width: 470px !important; } .w-xxl-475p { width: 475px !important; } .w-xxl-480p { width: 480px !important; } .w-xxl-485p { width: 485px !important; } .w-xxl-490p { width: 490px !important; } .w-xxl-495p { width: 495px !important; } .w-xxl-500p { width: 500px !important; } .w-xxl-505p { width: 505px !important; } .w-xxl-510p { width: 510px !important; } .w-xxl-515p { width: 515px !important; } .w-xxl-520p { width: 520px !important; } .w-xxl-525p { width: 525px !important; } .w-xxl-530p { width: 530px !important; } .w-xxl-535p { width: 535px !important; } .w-xxl-540p { width: 540px !important; } .w-xxl-545p { width: 545px !important; } .w-xxl-550p { width: 550px !important; } .w-xxl-555p { width: 555px !important; } .w-xxl-560p { width: 560px !important; } .w-xxl-565p { width: 565px !important; } .w-xxl-570p { width: 570px !important; } .w-xxl-575p { width: 575px !important; } .w-xxl-580p { width: 580px !important; } .w-xxl-585p { width: 585px !important; } .w-xxl-590p { width: 590px !important; } .w-xxl-595p { width: 595px !important; } .w-xxl-600p { width: 600px !important; } .w-xxl-605p { width: 605px !important; } .w-xxl-610p { width: 610px !important; } .w-xxl-615p { width: 615px !important; } .w-xxl-620p { width: 620px !important; } .w-xxl-625p { width: 625px !important; } .w-xxl-630p { width: 630px !important; } .w-xxl-635p { width: 635px !important; } .w-xxl-640p { width: 640px !important; } .w-xxl-645p { width: 645px !important; } .w-xxl-650p { width: 650px !important; } .w-xxl-655p { width: 655px !important; } .w-xxl-660p { width: 660px !important; } .w-xxl-665p { width: 665px !important; } .w-xxl-670p { width: 670px !important; } .w-xxl-675p { width: 675px !important; } .w-xxl-680p { width: 680px !important; } .w-xxl-685p { width: 685px !important; } .w-xxl-690p { width: 690px !important; } .w-xxl-695p { width: 695px !important; } .w-xxl-700p { width: 700px !important; } .w-xxl-705p { width: 705px !important; } .w-xxl-710p { width: 710px !important; } .w-xxl-715p { width: 715px !important; } .w-xxl-720p { width: 720px !important; } .w-xxl-725p { width: 725px !important; } .w-xxl-730p { width: 730px !important; } .w-xxl-735p { width: 735px !important; } .w-xxl-740p { width: 740px !important; } .w-xxl-745p { width: 745px !important; } .w-xxl-750p { width: 750px !important; } .w-xxl-755p { width: 755px !important; } .w-xxl-760p { width: 760px !important; } .w-xxl-765p { width: 765px !important; } .w-xxl-770p { width: 770px !important; } .w-xxl-775p { width: 775px !important; } .w-xxl-780p { width: 780px !important; } .w-xxl-785p { width: 785px !important; } .w-xxl-790p { width: 790px !important; } .w-xxl-795p { width: 795px !important; } .w-xxl-800p { width: 800px !important; } } .w-5 { width: 5% !important; } .w-10 { width: 10% !important; } .w-15 { width: 15% !important; } .w-20 { width: 20% !important; } .w-25 { width: 25% !important; } .w-30 { width: 30% !important; } .w-35 { width: 35% !important; } .w-40 { width: 40% !important; } .w-45 { width: 45% !important; } .w-50 { width: 50% !important; } .w-55 { width: 55% !important; } .w-60 { width: 60% !important; } .w-65 { width: 65% !important; } .w-70 { width: 70% !important; } .w-75 { width: 75% !important; } .w-80 { width: 80% !important; } .w-85 { width: 85% !important; } .w-90 { width: 90% !important; } .w-95 { width: 95% !important; } .w-100 { width: 100% !important; } @media (min-width: 576px) { .w-sm-5 { width: 5% !important; } .w-sm-10 { width: 10% !important; } .w-sm-15 { width: 15% !important; } .w-sm-20 { width: 20% !important; } .w-sm-25 { width: 25% !important; } .w-sm-30 { width: 30% !important; } .w-sm-35 { width: 35% !important; } .w-sm-40 { width: 40% !important; } .w-sm-45 { width: 45% !important; } .w-sm-50 { width: 50% !important; } .w-sm-55 { width: 55% !important; } .w-sm-60 { width: 60% !important; } .w-sm-65 { width: 65% !important; } .w-sm-70 { width: 70% !important; } .w-sm-75 { width: 75% !important; } .w-sm-80 { width: 80% !important; } .w-sm-85 { width: 85% !important; } .w-sm-90 { width: 90% !important; } .w-sm-95 { width: 95% !important; } .w-sm-100 { width: 100% !important; } } @media (min-width: 768px) { .w-md-5 { width: 5% !important; } .w-md-10 { width: 10% !important; } .w-md-15 { width: 15% !important; } .w-md-20 { width: 20% !important; } .w-md-25 { width: 25% !important; } .w-md-30 { width: 30% !important; } .w-md-35 { width: 35% !important; } .w-md-40 { width: 40% !important; } .w-md-45 { width: 45% !important; } .w-md-50 { width: 50% !important; } .w-md-55 { width: 55% !important; } .w-md-60 { width: 60% !important; } .w-md-65 { width: 65% !important; } .w-md-70 { width: 70% !important; } .w-md-75 { width: 75% !important; } .w-md-80 { width: 80% !important; } .w-md-85 { width: 85% !important; } .w-md-90 { width: 90% !important; } .w-md-95 { width: 95% !important; } .w-md-100 { width: 100% !important; } } @media (min-width: 992px) { .w-lg-5 { width: 5% !important; } .w-lg-10 { width: 10% !important; } .w-lg-15 { width: 15% !important; } .w-lg-20 { width: 20% !important; } .w-lg-25 { width: 25% !important; } .w-lg-30 { width: 30% !important; } .w-lg-35 { width: 35% !important; } .w-lg-40 { width: 40% !important; } .w-lg-45 { width: 45% !important; } .w-lg-50 { width: 50% !important; } .w-lg-55 { width: 55% !important; } .w-lg-60 { width: 60% !important; } .w-lg-65 { width: 65% !important; } .w-lg-70 { width: 70% !important; } .w-lg-75 { width: 75% !important; } .w-lg-80 { width: 80% !important; } .w-lg-85 { width: 85% !important; } .w-lg-90 { width: 90% !important; } .w-lg-95 { width: 95% !important; } .w-lg-100 { width: 100% !important; } } @media (min-width: 1200px) { .w-xl-5 { width: 5% !important; } .w-xl-10 { width: 10% !important; } .w-xl-15 { width: 15% !important; } .w-xl-20 { width: 20% !important; } .w-xl-25 { width: 25% !important; } .w-xl-30 { width: 30% !important; } .w-xl-35 { width: 35% !important; } .w-xl-40 { width: 40% !important; } .w-xl-45 { width: 45% !important; } .w-xl-50 { width: 50% !important; } .w-xl-55 { width: 55% !important; } .w-xl-60 { width: 60% !important; } .w-xl-65 { width: 65% !important; } .w-xl-70 { width: 70% !important; } .w-xl-75 { width: 75% !important; } .w-xl-80 { width: 80% !important; } .w-xl-85 { width: 85% !important; } .w-xl-90 { width: 90% !important; } .w-xl-95 { width: 95% !important; } .w-xl-100 { width: 100% !important; } } @media (min-width: 1400px) { .w-xxl-5 { width: 5% !important; } .w-xxl-10 { width: 10% !important; } .w-xxl-15 { width: 15% !important; } .w-xxl-20 { width: 20% !important; } .w-xxl-25 { width: 25% !important; } .w-xxl-30 { width: 30% !important; } .w-xxl-35 { width: 35% !important; } .w-xxl-40 { width: 40% !important; } .w-xxl-45 { width: 45% !important; } .w-xxl-50 { width: 50% !important; } .w-xxl-55 { width: 55% !important; } .w-xxl-60 { width: 60% !important; } .w-xxl-65 { width: 65% !important; } .w-xxl-70 { width: 70% !important; } .w-xxl-75 { width: 75% !important; } .w-xxl-80 { width: 80% !important; } .w-xxl-85 { width: 85% !important; } .w-xxl-90 { width: 90% !important; } .w-xxl-95 { width: 95% !important; } .w-xxl-100 { width: 100% !important; } } /*Max Width*/ .mw-25p { max-width: 25px !important; } .mw-50p { max-width: 50px !important; } .mw-75p { max-width: 75px !important; } .mw-100p { max-width: 100px !important; } .mw-125p { max-width: 125px !important; } .mw-150p { max-width: 150px !important; } .mw-175p { max-width: 175px !important; } .mw-200p { max-width: 200px !important; } .mw-225p { max-width: 225px !important; } .mw-250p { max-width: 250px !important; } .mw-275p { max-width: 275px !important; } .mw-300p { max-width: 300px !important; } .mw-325p { max-width: 325px !important; } .mw-350p { max-width: 350px !important; } .mw-375p { max-width: 375px !important; } .mw-400p { max-width: 400px !important; } .mw-425p { max-width: 425px !important; } .mw-450p { max-width: 450px !important; } .mw-475p { max-width: 475px !important; } .mw-500p { max-width: 500px !important; } .mw-525p { max-width: 525px !important; } .mw-550p { max-width: 550px !important; } .mw-575p { max-width: 575px !important; } .mw-600p { max-width: 600px !important; } .mw-625p { max-width: 625px !important; } .mw-650p { max-width: 650px !important; } .mw-675p { max-width: 675px !important; } .mw-700p { max-width: 700px !important; } .mw-725p { max-width: 725px !important; } .mw-750p { max-width: 750px !important; } .mw-775p { max-width: 775px !important; } .mw-800p { max-width: 800px !important; } /*Min Width*/ .mnw-0 { min-width: 0 !important; } .mnw-25p { min-width: 25px !important; } .mnw-50p { min-width: 50px !important; } .mnw-75p { min-width: 75px !important; } .mnw-100p { min-width: 100px !important; } .mnw-125p { min-width: 125px !important; } .mnw-150p { min-width: 150px !important; } .mnw-175p { min-width: 175px !important; } .mnw-200p { min-width: 200px !important; } .mnw-225p { min-width: 225px !important; } .mnw-250p { min-width: 250px !important; } .mnw-275p { min-width: 275px !important; } .mnw-300p { min-width: 300px !important; } .mnw-325p { min-width: 325px !important; } .mnw-350p { min-width: 350px !important; } .mnw-375p { min-width: 375px !important; } .mnw-400p { min-width: 400px !important; } .mnw-425p { min-width: 425px !important; } .mnw-450p { min-width: 450px !important; } .mnw-475p { min-width: 475px !important; } .mnw-500p { min-width: 500px !important; } .mnw-525p { min-width: 525px !important; } .mnw-550p { min-width: 550px !important; } .mnw-575p { min-width: 575px !important; } .mnw-600p { min-width: 600px !important; } .mnw-625p { min-width: 625px !important; } .mnw-650p { min-width: 650px !important; } .mnw-675p { min-width: 675px !important; } .mnw-700p { min-width: 700px !important; } .mnw-725p { min-width: 725px !important; } .mnw-750p { min-width: 750px !important; } .mnw-775p { min-width: 775px !important; } .mnw-800p { min-width: 800px !important; } /*Height*/ .h-25p { height: 25px !important; } .h-30p { height: 30px !important; } .h-35p { height: 35px !important; } .h-40p { height: 40px !important; } .h-45p { height: 45px !important; } .h-50p { height: 50px !important; } .h-55p { height: 55px !important; } .h-60p { height: 60px !important; } .h-65p { height: 65px !important; } .h-70p { height: 70px !important; } .h-75p { height: 75px !important; } .h-80p { height: 80px !important; } .h-85p { height: 85px !important; } .h-90p { height: 90px !important; } .h-95p { height: 95px !important; } .h-100p { height: 100px !important; } .h-105p { height: 105px !important; } .h-110p { height: 110px !important; } .h-115p { height: 115px !important; } .h-120p { height: 120px !important; } .h-125p { height: 125px !important; } .h-130p { height: 130px !important; } .h-135p { height: 135px !important; } .h-140p { height: 140px !important; } .h-145p { height: 145px !important; } .h-150p { height: 150px !important; } .h-155p { height: 155px !important; } .h-160p { height: 160px !important; } .h-165p { height: 165px !important; } .h-170p { height: 170px !important; } .h-175p { height: 175px !important; } .h-180p { height: 180px !important; } .h-185p { height: 185px !important; } .h-190p { height: 190px !important; } .h-195p { height: 195px !important; } .h-200p { height: 200px !important; } .h-205p { height: 205px !important; } .h-210p { height: 210px !important; } .h-215p { height: 215px !important; } .h-220p { height: 220px !important; } .h-225p { height: 225px !important; } .h-230p { height: 230px !important; } .h-235p { height: 235px !important; } .h-240p { height: 240px !important; } .h-245p { height: 245px !important; } .h-250p { height: 250px !important; } .h-255p { height: 255px !important; } .h-260p { height: 260px !important; } .h-265p { height: 265px !important; } .h-270p { height: 270px !important; } .h-275p { height: 275px !important; } .h-280p { height: 280px !important; } .h-285p { height: 285px !important; } .h-290p { height: 290px !important; } .h-295p { height: 295px !important; } .h-300p { height: 300px !important; } .h-305p { height: 305px !important; } .h-310p { height: 310px !important; } .h-315p { height: 315px !important; } .h-320p { height: 320px !important; } .h-325p { height: 325px !important; } .h-330p { height: 330px !important; } .h-335p { height: 335px !important; } .h-340p { height: 340px !important; } .h-345p { height: 345px !important; } .h-350p { height: 350px !important; } .h-355p { height: 355px !important; } .h-360p { height: 360px !important; } .h-365p { height: 365px !important; } .h-370p { height: 370px !important; } .h-375p { height: 375px !important; } .h-380p { height: 380px !important; } .h-385p { height: 385px !important; } .h-390p { height: 390px !important; } .h-395p { height: 395px !important; } .h-400p { height: 400px !important; } .h-405p { height: 405px !important; } .h-410p { height: 410px !important; } .h-415p { height: 415px !important; } .h-420p { height: 420px !important; } .h-425p { height: 425px !important; } .h-430p { height: 430px !important; } .h-435p { height: 435px !important; } .h-440p { height: 440px !important; } .h-445p { height: 445px !important; } .h-450p { height: 450px !important; } .h-455p { height: 455px !important; } .h-460p { height: 460px !important; } .h-465p { height: 465px !important; } .h-470p { height: 470px !important; } .h-475p { height: 475px !important; } .h-480p { height: 480px !important; } .h-485p { height: 485px !important; } .h-490p { height: 490px !important; } .h-495p { height: 495px !important; } .h-500p { height: 500px !important; } .h-505p { height: 505px !important; } .h-510p { height: 510px !important; } .h-515p { height: 515px !important; } .h-520p { height: 520px !important; } .h-525p { height: 525px !important; } .h-530p { height: 530px !important; } .h-535p { height: 535px !important; } .h-540p { height: 540px !important; } .h-545p { height: 545px !important; } .h-550p { height: 550px !important; } .h-555p { height: 555px !important; } .h-560p { height: 560px !important; } .h-565p { height: 565px !important; } .h-570p { height: 570px !important; } .h-575p { height: 575px !important; } .h-580p { height: 580px !important; } .h-585p { height: 585px !important; } .h-590p { height: 590px !important; } .h-595p { height: 595px !important; } .h-600p { height: 600px !important; } .h-605p { height: 605px !important; } .h-610p { height: 610px !important; } .h-615p { height: 615px !important; } .h-620p { height: 620px !important; } .h-625p { height: 625px !important; } .h-630p { height: 630px !important; } .h-635p { height: 635px !important; } .h-640p { height: 640px !important; } .h-645p { height: 645px !important; } .h-650p { height: 650px !important; } .h-655p { height: 655px !important; } .h-660p { height: 660px !important; } .h-665p { height: 665px !important; } .h-670p { height: 670px !important; } .h-675p { height: 675px !important; } .h-680p { height: 680px !important; } .h-685p { height: 685px !important; } .h-690p { height: 690px !important; } .h-695p { height: 695px !important; } .h-700p { height: 700px !important; } .h-705p { height: 705px !important; } .h-710p { height: 710px !important; } .h-715p { height: 715px !important; } .h-720p { height: 720px !important; } .h-725p { height: 725px !important; } .h-730p { height: 730px !important; } .h-735p { height: 735px !important; } .h-740p { height: 740px !important; } .h-745p { height: 745px !important; } .h-750p { height: 750px !important; } .h-755p { height: 755px !important; } .h-760p { height: 760px !important; } .h-765p { height: 765px !important; } .h-770p { height: 770px !important; } .h-775p { height: 775px !important; } .h-780p { height: 780px !important; } .h-785p { height: 785px !important; } .h-790p { height: 790px !important; } .h-795p { height: 795px !important; } .h-800p { height: 800px !important; } .h-25 { height: 25% !important; } .h-30 { height: 30% !important; } .h-35 { height: 35% !important; } .h-40 { height: 40% !important; } .h-45 { height: 45% !important; } .h-50 { height: 50% !important; } .h-55 { height: 55% !important; } .h-60 { height: 60% !important; } .h-65 { height: 65% !important; } .h-70 { height: 70% !important; } .h-75 { height: 75% !important; } .h-80 { height: 80% !important; } .h-85 { height: 85% !important; } .h-90 { height: 90% !important; } .h-95 { height: 95% !important; } .h-100 { height: 100% !important; } /*Max Height*/ .mh-100p { max-height: 100px !important; } .mh-125p { max-height: 125px !important; } .mh-150p { max-height: 150px !important; } .mh-175p { max-height: 175px !important; } .mh-200p { max-height: 200px !important; } .mh-225p { max-height: 225px !important; } .mh-250p { max-height: 250px !important; } .mh-275p { max-height: 275px !important; } .mh-300p { max-height: 300px !important; } .mh-325p { max-height: 325px !important; } .mh-350p { max-height: 350px !important; } .mh-375p { max-height: 375px !important; } .mh-400p { max-height: 400px !important; } .mh-425p { max-height: 425px !important; } .mh-450p { max-height: 450px !important; } .mh-475p { max-height: 475px !important; } .mh-500p { max-height: 500px !important; } .mh-525p { max-height: 525px !important; } .mh-550p { max-height: 550px !important; } .mh-575p { max-height: 575px !important; } .mh-600p { max-height: 600px !important; } .mh-625p { max-height: 625px !important; } .mh-650p { max-height: 650px !important; } .mh-675p { max-height: 675px !important; } .mh-700p { max-height: 700px !important; } .mh-725p { max-height: 725px !important; } .mh-750p { max-height: 750px !important; } .mh-775p { max-height: 775px !important; } .mh-800p { max-height: 800px !important; } /*Min Height*/ .mnh-100p { min-height: 100px !important; } .mnh-125p { min-height: 125px !important; } .mnh-150p { min-height: 150px !important; } .mnh-175p { min-height: 175px !important; } .mnh-200p { min-height: 200px !important; } .mnh-225p { min-height: 225px !important; } .mnh-250p { min-height: 250px !important; } .mnh-275p { min-height: 275px !important; } .mnh-300p { min-height: 300px !important; } .mnh-325p { min-height: 325px !important; } .mnh-350p { min-height: 350px !important; } .mnh-375p { min-height: 375px !important; } .mnh-400p { min-height: 400px !important; } .mnh-425p { min-height: 425px !important; } .mnh-450p { min-height: 450px !important; } .mnh-475p { min-height: 475px !important; } .mnh-500p { min-height: 500px !important; } .mnh-525p { min-height: 525px !important; } .mnh-550p { min-height: 550px !important; } .mnh-575p { min-height: 575px !important; } .mnh-600p { min-height: 600px !important; } .mnh-625p { min-height: 625px !important; } .mnh-650p { min-height: 650px !important; } .mnh-675p { min-height: 675px !important; } .mnh-700p { min-height: 700px !important; } .mnh-725p { min-height: 725px !important; } .mnh-750p { min-height: 750px !important; } .mnh-775p { min-height: 775px !important; } .mnh-800p { min-height: 800px !important; } /*Hr*/ hr { margin-top: 20px; margin-bottom: 20px; border-top: 1px solid #e0e3e4; } hr.hr-light { border-top: 1px solid #f5f5f6; } hr.hr-light-10 { border-top: 1px solid #e0e3e4; } hr.hr-light-15 { border-top: 1px solid #e0e3e4; } hr.hr-light-20 { border-top: 1px solid #d6d9da; } hr.hr-light-30 { border-top: 1px solid #c1c6c8; } hr.hr-dark { border-top: 1px solid #324148; } hr.hr-dark-20 { border-top: 1px solid #2b383e; } hr.hr-dark-40 { border-top: 1px solid #273238; } hr.hr-white { border-top: 1px solid #fff; } hr.hr-primary { border-top: 1px solid #313f96; } hr.hr-success { border-top: 1px solid #22af47; } hr.hr-info { border-top: 1px solid #1ebccd; } hr.hr-warning { border-top: 1px solid #ffbf36; } hr.hr-danger { border-top: 1px solid #f83f37; } hr.hr-secondary { border-top: 1px solid #9e9e9e; } hr.hr-soft-primary { border-top: 1px solid #d7cbc8; } hr.hr-soft-success { border-top: 1px solid #bce7c7; } hr.hr-soft-info { border-top: 1px solid #bbebf0; } hr.hr-soft-warning { border-top: 1px solid #ffecc2; } hr.hr-soft-danger { border-top: 1px solid #fdc5c3; } hr.hr-soft-secondary { border-top: 1px solid #e2e2e2; } hr.hr-2 { border-width: 2px !important; } hr.hr-3 { border-width: 3px !important; } /*Opacity*/ .opacity-10 { opacity: 0.1 !important; } .opacity-15 { opacity: 0.15 !important; } .opacity-20 { opacity: 0.2 !important; } .opacity-25 { opacity: 0.25 !important; } .opacity-30 { opacity: 0.3 !important; } .opacity-35 { opacity: 0.35 !important; } .opacity-40 { opacity: 0.4 !important; } .opacity-45 { opacity: 0.45 !important; } .opacity-50 { opacity: 0.5 !important; } .opacity-55 { opacity: 0.55 !important; } .opacity-60 { opacity: 0.6 !important; } .opacity-65 { opacity: 0.65 !important; } .opacity-70 { opacity: 0.7 !important; } .opacity-75 { opacity: 0.75 !important; } .opacity-80 { opacity: 0.8 !important; } .opacity-85 { opacity: 0.85 !important; } .opacity-90 { opacity: 0.9 !important; } .opacity-95 { opacity: 0.95 !important; } .opacity-100 { opacity: 1 !important; } /*Div Sizes*/ .d-8 { height: 8px !important; width: 8px !important; } .d-10 { height: 10px !important; width: 10px !important; } .d-12 { height: 12px !important; width: 12px !important; } .d-14 { height: 14px !important; width: 14px !important; } .d-16 { height: 16px !important; width: 16px !important; } .d-18 { height: 18px !important; width: 18px !important; } .d-20 { height: 20px !important; width: 20px !important; } .d-22 { height: 22px !important; width: 22px !important; } .d-24 { height: 24px !important; width: 24px !important; } .d-26 { height: 26px !important; width: 26px !important; } .d-28 { height: 28px !important; width: 28px !important; } .d-30 { height: 30px !important; width: 30px !important; } .d-32 { height: 32px !important; width: 32px !important; } .d-34 { height: 34px !important; width: 34px !important; } .d-36 { height: 36px !important; width: 36px !important; } .d-38 { height: 38px !important; width: 38px !important; } .d-40 { height: 40px !important; width: 40px !important; } .d-42 { height: 42px !important; width: 42px !important; } .d-44 { height: 44px !important; width: 44px !important; } .d-46 { height: 46px !important; width: 46px !important; } .d-48 { height: 48px !important; width: 48px !important; } .d-50 { height: 50px !important; width: 50px !important; } .d-54 { height: 54px !important; width: 54px !important; } .d-58 { height: 58px !important; width: 58px !important; } .d-62 { height: 62px !important; width: 62px !important; } .d-66 { height: 66px !important; width: 66px !important; } .d-70 { height: 70px !important; width: 70px !important; } .d-74 { height: 74px !important; width: 74px !important; } .d-78 { height: 78px !important; width: 78px !important; } .d-82 { height: 82px !important; width: 82px !important; } .d-86 { height: 86px !important; width: 86px !important; } .d-90 { height: 90px !important; width: 90px !important; } .d-94 { height: 94px !important; width: 94px !important; } .d-98 { height: 98px !important; width: 98px !important; } .d-100 { height: 100px !important; width: 100px !important; } .d-110 { height: 110px !important; width: 110px !important; } .d-120 { height: 120px !important; width: 120px !important; } .d-130 { height: 130px !important; width: 130px !important; } .d-140 { height: 140px !important; width: 140px !important; } .d-150 { height: 150px !important; width: 150px !important; } /*Z-Index*/ .z-index-1 { z-index: 1 !important; } .z-index-2 { z-index: 2 !important; } .z-index-3 { z-index: 3 !important; } .z-index-4 { z-index: 4 !important; } .z-index-5 { z-index: 5 !important; } .z-index-6 { z-index: 6 !important; } .z-index-7 { z-index: 7 !important; } .z-index-8 { z-index: 8 !important; } .z-index-9 { z-index: 9 !important; } .z-index-10 { z-index: 10 !important; } /*Loader*/ .preloader-it { background: #fff; position: fixed; z-index: 10001; height: 100%; width: 100%; overflow: hidden; } .loader-pendulums { position: relative; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display: block; margin: 0 auto; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 4rem; width: 1em; height: 1em; border-radius: 50%; border: 0.1em solid #e0e3e4; } .loader-pendulums:before, .loader-pendulums:after { content: ''; width: 1em; height: 1em; left: -.1em; top: -.1em; padding: .1em; display: block; border-radius: 50%; position: absolute; -webkit-transform-origin: center center; transform-origin: center center; border: .1em solid; border-color: #adb3b6 transparent transparent transparent; -webkit-animation: pendulum infinite 2s cubic-bezier(0.3, 1.65, 0.7, -0.65); animation: pendulum infinite 2s cubic-bezier(0.3, 1.65, 0.7, -0.65); } .loader-pendulums:before { border-color: #324148 transparent transparent transparent; -webkit-animation-delay: -1s; animation-delay: -1s; -webkit-animation-name: pendulum2; animation-name: pendulum2; } @-webkit-keyframes pendulum { from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(359deg); -moz-transform: rotate(359deg); -ms-transform: rotate(359deg); -o-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes pendulum { from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(359deg); -moz-transform: rotate(359deg); -ms-transform: rotate(359deg); -o-transform: rotate(359deg); transform: rotate(359deg); } } @-webkit-keyframes pendulum2 { from { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } to { -webkit-transform: rotate(520deg); -moz-transform: rotate(520deg); -ms-transform: rotate(520deg); -o-transform: rotate(520deg); transform: rotate(520deg); } } @keyframes pendulum2 { from { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } to { -webkit-transform: rotate(520deg); -moz-transform: rotate(520deg); -ms-transform: rotate(520deg); -o-transform: rotate(520deg); transform: rotate(520deg); } } /*Scrollbar*/ .slimScrollBar { right: 0 !important; } .nicescroll-rails.nicescroll-rails-vr { z-index: 999 !important; } /*Typography*/ .blockquote { font-size: 18px; padding: 15px 20px; background: #f5f5f6; color: #324148; border-left: 3px solid #313f96; } .blockquote > p { margin-bottom: 5px; } .blockquote-footer { font-size: 76%; } .mark, mark { padding: 3px 6px; background-color: #fef7c2; color: #324148; border-radius: 3px; } .small, small { font-size: 80%; font-weight: 400; } code { background-color: #f6f3f2; border-radius: 3px; padding: 3px 6px; font-size: 87.5%; color: #313f96; } ul.list-ul { list-style: none; counter-reset: li; } ul.list-ul > li { padding-left: 30px; } ul.list-ul > li:before { content: '\2022'; display: inline-block; height: 20px; width: 20px; text-align: center; font-size: 26px; margin-left: -20px; position: relative; left: -10px; padding-top: 1px; top: 5px; line-height: 12px; } ol.list-ol { list-style: none; counter-reset: li; } ol.list-ol > li { padding-left: 30px; counter-increment: li; } ol.list-ol > li:before { content: counter(li); display: inline-block; height: 20px; width: 20px; background: #e0e3e4; text-align: center; border-radius: 50%; font-size: 12px; margin-left: -20px; position: relative; left: -10px; padding: 1px; top: -1px; } ul.list-icon { list-style: none; } ul.list-icon > li { padding-left: 30px; counter-increment: li; } ul.list-icon > li .feather-icon { display: inline-block; height: 20px; width: 20px; text-align: center; margin-left: -20px; position: relative; left: -10px; padding: 1px; top: -1px; } .display-1 { font-size: 5rem; } .display-2 { font-size: 4.5rem; } .display-3 { font-size: 3.5rem; } .display-4 { font-size: 2.5rem; } .display-5 { font-size: 2rem; font-weight: 300; line-height: 1.2; } .display-6 { font-size: 1.6rem; font-weight: 300; line-height: 1.2; } @media (max-width: 576px) { .display-1 { font-size: 3.5rem; } .display-2 { font-size: 3rem; } .display-3 { font-size: 2.75rem; } .display-4 { font-size: 2.25rem; } } /*Buttons*/ .btn { /*text-transform: capitalize;*/ outline: none; border-width: 2px; } .btn:focus, .btn:active, .btn:hover { box-shadow: none !important; } .btn.btn-wth-icon { position: relative; } .btn.btn-wth-icon .feather-icon .feather { height: 20px; width: 20px; } .btn.btn-wth-icon .btn-text { padding-left: 35px; } .btn.btn-wth-icon .icon-label { background: rgba(0, 0, 0, 0.08) none repeat scroll 0 0; position: absolute; border-radius: .25rem; top: -2px; left: -2px; bottom: -2px; width: 40px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center; } .btn.btn-wth-icon .icon-label > i, .btn.btn-wth-icon .icon-label > span { font-size: 15px; } .btn.btn-wth-icon.icon-right .icon-label { right: -2px; left: auto; } .btn.btn-wth-icon.icon-right .btn-text { padding-left: 0 !important; padding-right: 35px; } .btn.btn-wth-icon.icon-wthot-bg .icon-label { background: transparent; width: auto !important; left: .75em; } .btn.btn-wth-icon.icon-wthot-bg .btn-text { padding-left: 20px; } .btn.btn-wth-icon.icon-wthot-bg.icon-right .icon-label { right: .75em; left: auto !important; } .btn.btn-wth-icon.icon-wthot-bg.icon-right .btn-text { padding-left: 0 !important; padding-right: 20px; } .btn.btn-wth-icon.btn-lg .feather-icon .feather { height: 24px; width: 24px; } .btn.btn-wth-icon.btn-lg .icon-label { width: 46px; border-radius: .25rem; } .btn.btn-wth-icon.btn-lg .icon-label > i, .btn.btn-wth-icon.btn-lg .icon-label > span { font-size: 18px; } .btn.btn-wth-icon.btn-lg .btn-text { padding-left: 42px; } .btn.btn-wth-icon.btn-lg.icon-right .btn-text { padding-right: 42px; } .btn.btn-wth-icon.btn-lg.icon-wthot-bg .icon-label { left: 1rem; } .btn.btn-wth-icon.btn-lg.icon-wthot-bg .btn-text { padding-left: 28px; } .btn.btn-wth-icon.btn-lg.icon-wthot-bg.icon-right .icon-label { right: 1rem; } .btn.btn-wth-icon.btn-lg.icon-wthot-bg.icon-right .btn-text { padding-right: 28px; } .btn.btn-wth-icon.btn-sm .feather-icon .feather { height: 16px; width: 16px; } .btn.btn-wth-icon.btn-sm .icon-label { width: 33px; border-radius: .2rem; } .btn.btn-wth-icon.btn-sm .icon-label > i, .btn.btn-wth-icon.btn-sm .icon-label > span { font-size: 13px; } .btn.btn-wth-icon.btn-sm .btn-text { padding-left: 30px; } .btn.btn-wth-icon.btn-sm.icon-right .btn-text { padding-right: 30px; } .btn.btn-wth-icon.btn-sm.icon-wthot-bg .icon-label { left: .5rem; } .btn.btn-wth-icon.btn-sm.icon-wthot-bg .btn-text { padding-left: 18px; } .btn.btn-wth-icon.btn-sm.icon-wthot-bg.icon-right .icon-label { right: .5rem; } .btn.btn-wth-icon.btn-sm.icon-wthot-bg.icon-right .btn-text { padding-right: 18px; } .btn.btn-wth-icon.btn-xs .feather-icon .feather { height: 13px; width: 13px; } .btn.btn-wth-icon.btn-xs .icon-label { width: 26px; border-radius: .2rem; } .btn.btn-wth-icon.btn-xs .icon-label > i, .btn.btn-wth-icon.btn-xs .icon-label > span { font-size: 11px; } .btn.btn-wth-icon.btn-xs .btn-text { padding-left: 24px; } .btn.btn-wth-icon.btn-xs.icon-right .btn-text { padding-right: 24px; } .btn.btn-wth-icon.btn-xs.icon-wthot-bg .icon-label { left: .3rem; } .btn.btn-wth-icon.btn-xs.icon-wthot-bg .btn-text { padding-left: 15px; } .btn.btn-wth-icon.btn-xs.icon-wthot-bg.icon-right .icon-label { right: .3rem; } .btn.btn-wth-icon.btn-xs.icon-wthot-bg.icon-right .btn-text { padding-right: 15px; } .btn.btn-rounded { border-radius: 50px; } .btn.btn-rounded .icon-label { border-radius: 50% !important; } .btn.btn-xs { padding: .15rem .4rem; font-size: .75rem; } .btn.btn-icon { height: 40px; width: 40px; padding: 0; } .btn.btn-icon > i, .btn.btn-icon > span { font-size: 15px; } .btn.btn-icon .feather-icon .feather { height: 20px; width: 20px; } .btn.btn-icon.btn-icon-circle { border-radius: 50%; } .btn.btn-icon.btn-icon-only { height: auto; width: auto; border: none; padding: 0; background: transparent !important; } .btn.btn-icon.btn-icon-style-1 { -webkit-transition: all 400ms; -moz-transition: all 400ms; transition: all 400ms; } .btn.btn-icon.btn-icon-style-1:hover { border-radius: 50%; } .btn.btn-icon.btn-icon-style-2 { -webkit-transition: all 400ms; -moz-transition: all 400ms; transition: all 400ms; } .btn.btn-icon.btn-icon-style-2:hover { border-radius: 0; } .btn.btn-icon.btn-icon-style-3 { position: relative; border: none; background: transparent !important; color: #324148; } .btn.btn-icon.btn-icon-style-3 > i, .btn.btn-icon.btn-icon-style-3 > span { position: relative; z-index: 1; } .btn.btn-icon.btn-icon-style-3::before { content: ""; position: absolute; top: 50%; left: 50%; height: 0; width: 0; background: #00acf0; -webkit-transition: all 400ms; -moz-transition: all 400ms; transition: all 400ms; } .btn.btn-icon.btn-icon-style-3.btn-icon-circle::before { border-radius: 50%; } .btn.btn-icon.btn-icon-style-3:hover::before { top: 0; left: 0; height: 100%; width: 100%; } .btn.btn-icon.btn-icon-style-3:hover > i, .btn.btn-icon.btn-icon-style-3:hover > span { color: #fff; } .btn.btn-icon.btn-icon-style-4 { color: #324148; -webkit-transition: color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } .btn.btn-icon.btn-icon-style-4:hover { color: #f83f37; } .btn.btn-icon.btn-lg { height: 50px; width: 50px; } .btn.btn-icon.btn-lg > i, .btn.btn-icon.btn-lg > span { font-size: 18px; } .btn.btn-icon.btn-lg .feather-icon .feather { height: 24px; width: 24px; } .btn.btn-icon.btn-sm { height: 35px; width: 35px; } .btn.btn-icon.btn-sm > i, .btn.btn-icon.btn-sm > span { font-size: 13px; } .btn.btn-icon.btn-sm .feather-icon .feather { height: 16px; width: 16px; } .btn.btn-icon.btn-xs { height: 25px; width: 25px; padding-left: 0; padding-right: 0; } .btn.btn-icon.btn-xs > i, .btn.btn-icon.btn-xs > span { font-size: 11px; } .btn.btn-icon.btn-xs .feather-icon .feather { height: 13px; width: 13px; } .btn-icon-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center; height: 100%; width: 100%; } .btn-icon-wrap > i, .btn-icon-wrap > span { line-height: 0; } .btn-icon-dropdown { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .btn-sky { color: #fff; background-color: #00acf0; border-color: #00acf0; } .btn-sky:hover, .btn-sky:focus { color: #fff; background-color: #00a0df; border-color: #00a0df; } .btn-sky:not(:disabled):not(.disabled).active, .btn-sky:not(:disabled):not(.disabled):active { color: #fff; background-color: #0293c9; border-color: #0293c9; } .btn-sky.disabled, .btn-sky:disabled { color: #fff; background-color: #7fd5f7; border-color: #7fd5f7; } .btn-info, .btn-cyan { color: #fff; background-color: #1ebccd; border-color: #1ebccd; } .btn-info:hover, .btn-info:focus, .btn-cyan:hover, .btn-cyan:focus { color: #fff; background-color: #16a9b9; border-color: #16a9b9; } .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .btn-cyan:not(:disabled):not(.disabled).active, .btn-cyan:not(:disabled):not(.disabled):active { color: #fff; background-color: #0e949f; border-color: #0e949f; } .btn-info.disabled, .btn-info:disabled, .btn-cyan.disabled, .btn-cyan:disabled { color: #fff; background-color: #8edde6; border-color: #8edde6; } .btn-success, .btn-green { color: #fff; background-color: #22af47; border-color: #22af47; } .btn-success:hover, .btn-success:focus, .btn-green:hover, .btn-green:focus { color: #fff; background-color: #1aa23e; border-color: #1aa23e; } .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .btn-green:not(:disabled):not(.disabled):active { color: #fff; background-color: #179237; border-color: #179237; } .btn-success.disabled, .btn-success:disabled, .btn-green.disabled, .btn-green:disabled { color: #fff; background-color: #90d7a3; border-color: #90d7a3; } .btn-warning, .btn-yellow { color: #fff; background-color: #ffbf36; border-color: #ffbf36; } .btn-warning:hover, .btn-warning:focus, .btn-yellow:hover, .btn-yellow:focus { color: #fff; background-color: #ffb71d; border-color: #ffb71d; } .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active, .btn-yellow:not(:disabled):not(.disabled):active { color: #fff; background-color: #ffac19; border-color: #ffac19; } .btn-warning.disabled, .btn-warning:disabled, .btn-yellow.disabled, .btn-yellow:disabled { color: #fff; background-color: #ffdf9a; border-color: #ffdf9a; } .btn-danger, .btn-red { color: #fff; background-color: #f83f37; border-color: #f83f37; } .btn-danger:hover, .btn-danger:focus, .btn-red:hover, .btn-red:focus { color: #fff; background-color: #ff2f26; border-color: #ff2f26; } .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .btn-red:not(:disabled):not(.disabled):active { color: #fff; background-color: #ed1622; border-color: #ed1622; } .btn-danger.disabled, .btn-danger:disabled, .btn-red.disabled, .btn-red:disabled { color: #fff; background-color: #fb9f9b; border-color: #fb9f9b; } .btn-secondary, .btn-grey { color: #fff; background-color: #9e9e9e; border-color: #9e9e9e; } .btn-secondary:hover, .btn-secondary:focus, .btn-grey:hover, .btn-grey:focus { color: #fff; background-color: #919191; border-color: #919191; } .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .btn-grey:not(:disabled):not(.disabled).active, .btn-grey:not(:disabled):not(.disabled):active { color: #fff; background-color: #858484; border-color: #858484; } .btn-secondary.disabled, .btn-secondary:disabled, .btn-grey.disabled, .btn-grey:disabled { color: #fff; background-color: #cecece; border-color: #cecece; } .btn-pink { color: #fff; background-color: #ed1b60; border-color: #ed1b60; } .btn-pink:hover, .btn-pink:focus { color: #fff; background-color: #df195f; border-color: #df195f; } .btn-pink:not(:disabled):not(.disabled).active, .btn-pink:not(:disabled):not(.disabled):active { color: #fff; background-color: #be1b54; border-color: #be1b54; } .btn-pink.disabled, .btn-pink:disabled { color: #fff; background-color: #f68daf; border-color: #f68daf; } .btn-purple { color: #fff; background-color: #ab26aa; border-color: #ab26aa; } .btn-purple:hover, .btn-purple:focus { color: #fff; background-color: #9a3092; border-color: #9a3092; } .btn-purple:not(:disabled):not(.disabled).active, .btn-purple:not(:disabled):not(.disabled):active { color: #fff; background-color: #882787; border-color: #882787; } .btn-purple.disabled, .btn-purple:disabled { color: #fff; background-color: #d592d4; border-color: #d592d4; } .btn-violet { color: #fff; background-color: #6640b2; border-color: #6640b2; } .btn-violet:hover, .btn-violet:focus { color: #fff; background-color: #603bab; border-color: #603bab; } .btn-violet:not(:disabled):not(.disabled).active, .btn-violet:not(:disabled):not(.disabled):active { color: #fff; background-color: #5935a3; border-color: #5935a3; } .btn-violet.disabled, .btn-violet:disabled { color: #fff; background-color: #b29fd8; border-color: #b29fd8; } .btn-indigo { color: #fff; background-color: #3a55b1; border-color: #3a55b1; } .btn-indigo:hover, .btn-indigo:focus { color: #fff; background-color: #3650ab; border-color: #3650ab; } .btn-indigo:not(:disabled):not(.disabled).active, .btn-indigo:not(:disabled):not(.disabled):active { color: #fff; background-color: #2f4595; border-color: #2f4595; } .btn-indigo.disabled, .btn-indigo:disabled { color: #fff; background-color: #9caad8; border-color: #9caad8; } .btn-blue { color: #fff; background-color: #0092ee; border-color: #0092ee; } .btn-blue:hover, .btn-blue:focus { color: #fff; background-color: #0089e0; border-color: #0089e0; } .btn-blue:not(:disabled):not(.disabled).active, .btn-blue:not(:disabled):not(.disabled):active { color: #fff; background-color: #007fd0; border-color: #007fd0; } .btn-blue.disabled, .btn-blue:disabled { color: #fff; background-color: #7fc8f6; border-color: #7fc8f6; } .btn-teal { color: #fff; background-color: #009b84; border-color: #009b84; } .btn-teal:hover, .btn-teal:focus { color: #fff; background-color: #018975; border-color: #018975; } .btn-teal:not(:disabled):not(.disabled).active, .btn-teal:not(:disabled):not(.disabled):active { color: #fff; background-color: #028068; border-color: #028068; } .btn-teal.disabled, .btn-teal:disabled { color: #fff; background-color: #7fcdc1; border-color: #7fcdc1; } .btn-neon { color: #fff; background-color: #88c241; border-color: #88c241; } .btn-neon:hover, .btn-neon:focus { color: #fff; background-color: #79b62f; border-color: #79b62f; } .btn-neon:not(:disabled):not(.disabled).active, .btn-neon:not(:disabled):not(.disabled):active { color: #fff; background-color: #67a41c; border-color: #67a41c; } .btn-neon.disabled, .btn-neon:disabled { color: #fff; background-color: #c3e0a0; border-color: #c3e0a0; } .btn-lime { color: #324148; background-color: #d0d962; border-color: #d0d962; } .btn-lime:hover, .btn-lime:focus { color: #324148; background-color: #c3cc34; border-color: #c3cc34; } .btn-lime:not(:disabled):not(.disabled).active, .btn-lime:not(:disabled):not(.disabled):active { color: #324148; background-color: #b7c11a; border-color: #b7c11a; } .btn-lime.disabled, .btn-lime:disabled { color: #324148; background-color: #e7ecb0; border-color: #e7ecb0; } .btn-sun { color: #324148; background-color: #fde335; border-color: #fde335; } .btn-sun:hover, .btn-sun:focus { color: #324148; background-color: #ecd11e; border-color: #ecd11e; } .btn-sun:not(:disabled):not(.disabled).active, .btn-sun:not(:disabled):not(.disabled):active { color: #324148; background-color: #dfc414; border-color: #dfc414; } .btn-sun.disabled, .btn-sun:disabled { color: #324148; background-color: #fef19a; border-color: #fef19a; } .btn-orange { color: #fff; background-color: #ff9528; border-color: #ff9528; } .btn-orange:hover, .btn-orange:focus { color: #fff; background-color: #ff880e; border-color: #ff880e; } .btn-orange:not(:disabled):not(.disabled).active, .btn-orange:not(:disabled):not(.disabled):active { color: #fff; background-color: #ff7800; border-color: #ff7800; } .btn-orange.disabled, .btn-orange:disabled { color: #fff; background-color: #ffca93; border-color: #ffca93; } .btn-pumpkin { color: #fff; background-color: #ff6028; border-color: #ff6028; } .btn-pumpkin:hover, .btn-pumpkin:focus { color: #fff; background-color: #fb551c; border-color: #fb551c; } .btn-pumpkin:not(:disabled):not(.disabled).active, .btn-pumpkin:not(:disabled):not(.disabled):active { color: #fff; background-color: #e8470f; border-color: #e8470f; } .btn-pumpkin.disabled, .btn-pumpkin:disabled { color: #fff; background-color: #ffaf93; border-color: #ffaf93; } .btn-primary, .btn-brown { color: #fff; background-color: #313f96; border-color: #313f96; } .btn-primary:hover, .btn-primary:focus, .btn-brown:hover, .btn-brown:focus { color: #fff; background-color: #f9bb09 ; border-color: #f9bb09 ; } .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .btn-brown:not(:disabled):not(.disabled).active, .btn-brown:not(:disabled):not(.disabled):active { color: #fff; background-color: #633d32; border-color: #633d32; } .btn-primary.disabled, .btn-primary:disabled, .btn-brown.disabled, .btn-brown:disabled { color: #fff; background-color: #bca9a4; border-color: #bca9a4; } .btn-gold { color: #fff; background-color: #c1993f; border-color: #c1993f; } .btn-gold:hover, .btn-gold:focus { color: #fff; background-color: #b48c32; border-color: #b48c32; } .btn-gold:not(:disabled):not(.disabled).active, .btn-gold:not(:disabled):not(.disabled):active { color: #fff; background-color: #a27b25; border-color: #a27b25; } .btn-gold.disabled, .btn-gold:disabled { color: #fff; background-color: #e0cc9f; border-color: #e0cc9f; } .btn-smoke { color: #fff; background-color: #5e7d8a; border-color: #5e7d8a; } .btn-smoke:hover, .btn-smoke:focus { color: #fff; background-color: #4a6b78; border-color: #4a6b78; } .btn-smoke:not(:disabled):not(.disabled).active, .btn-smoke:not(:disabled):not(.disabled):active { color: #fff; background-color: #40606d; border-color: #40606d; } .btn-smoke.disabled, .btn-smoke:disabled { color: #fff; background-color: #aebec4; border-color: #aebec4; } .btn-dark { color: #fff; background-color: #324148; border-color: #324148; } .btn-dark:hover, .btn-dark:focus { color: #fff; background-color: #2b383e; border-color: #2b383e; } .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active { color: #fff; background-color: #273238; border-color: #273238; } .btn-dark.disabled, .btn-dark:disabled { color: #fff; background-color: #adb3b6; border-color: #adb3b6; } .btn-light { color: #324148; background-color: #e0e3e4; border-color: #e0e3e4; } .btn-light:hover, .btn-light:focus { color: #324148; background-color: #d6d9da; border-color: #d6d9da; } .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active { color: #324148; background-color: #c1c6c8; border-color: #c1c6c8; } .btn-light.disabled, .btn-light:disabled { color: #324148; background-color: #f5f5f6; border-color: #f5f5f6; } .btn-gradient-primary { color: #fff; border: none; background: #313f96; background: linear-gradient(45deg, #313f96, #6640b2) !important; background: -webkit-bg-linear-gradient(45deg, #313f96, #6640b2) !important; } .btn-gradient-primary:hover, .btn-gradient-primary:focus { color: #fff; background: #f9bb09 ; background: linear-gradient(45deg, #f9bb09 , #603bab) !important; background: -webkit-bg-linear-gradient(45deg, #f9bb09 , #603bab) !important; } .btn-gradient-primary:not(:disabled):not(.disabled).active, .btn-gradient-primary:not(:disabled):not(.disabled):active { color: #fff; background: #633d32; background: linear-gradient(45deg, #633d32, #5935a3) !important; background: -webkit-bg-linear-gradient(45deg, #633d32, #5935a3) !important; } .btn-gradient-primary.disabled, .btn-gradient-primary:disabled { color: #fff; background: #bca9a4; background: linear-gradient(45deg, #bca9a4, #b29fd8) !important; background: -webkit-bg-linear-gradient(45deg, #bca9a4, #b29fd8) !important; } .btn-gradient-info { color: #fff; border: none; background: #1ebccd; background: linear-gradient(45deg, #1ebccd, #3a55b1) !important; background: -webkit-bg-linear-gradient(45deg, #1ebccd, #3a55b1) !important; } .btn-gradient-info:hover, .btn-gradient-info:focus { color: #fff; background: #16a9b9; background: linear-gradient(45deg, #16a9b9, #3650ab) !important; background: -webkit-bg-linear-gradient(45deg, #16a9b9, #3650ab) !important; } .btn-gradient-info:not(:disabled):not(.disabled).active, .btn-gradient-info:not(:disabled):not(.disabled):active { color: #fff; background: #0e949f; background: linear-gradient(45deg, #0e949f, #2f4595) !important; background: -webkit-bg-linear-gradient(45deg, #0e949f, #2f4595) !important; } .btn-gradient-info.disabled, .btn-gradient-info:disabled { color: #fff; background: #8edde6; background: linear-gradient(45deg, #8edde6, #9caad8) !important; background: -webkit-bg-linear-gradient(45deg, #8edde6, #9caad8) !important; } .btn-gradient-success { color: #fff; border: none; background: #22af47; background: linear-gradient(45deg, #22af47, #d0d962) !important; background: -webkit-bg-linear-gradient(45deg, #22af47, #d0d962) !important; } .btn-gradient-success:hover, .btn-gradient-success:focus { color: #fff; background: #1aa23e; background: linear-gradient(45deg, #1aa23e, #c3cc34) !important; background: -webkit-bg-linear-gradient(45deg, #1aa23e, #c3cc34) !important; } .btn-gradient-success:not(:disabled):not(.disabled).active, .btn-gradient-success:not(:disabled):not(.disabled):active { color: #fff; background: #179237; background: linear-gradient(45deg, #179237, #b7c11a) !important; background: -webkit-bg-linear-gradient(45deg, #179237, #b7c11a) !important; } .btn-gradient-success.disabled, .btn-gradient-success:disabled { color: #fff; background: #90d7a3; background: linear-gradient(45deg, #90d7a3, #e7ecb0) !important; background: -webkit-bg-linear-gradient(45deg, #90d7a3, #e7ecb0) !important; } .btn-gradient-warning { color: #fff; border: none; background: #ffbf36; background: linear-gradient(45deg, #ffbf36, #ff6028) !important; background: -webkit-bg-linear-gradient(45deg, #ffbf36, #ff6028) !important; } .btn-gradient-warning:hover, .btn-gradient-warning:focus { color: #fff; background: #ffb71d; background: linear-gradient(45deg, #ffb71d, #fb551c) !important; background: -webkit-bg-linear-gradient(45deg, #ffb71d, #fb551c) !important; } .btn-gradient-warning:not(:disabled):not(.disabled).active, .btn-gradient-warning:not(:disabled):not(.disabled):active { color: #fff; background: #ffac19; background: linear-gradient(45deg, #ffac19, #e8470f) !important; background: -webkit-bg-linear-gradient(45deg, #ffac19, #e8470f) !important; } .btn-gradient-warning.disabled, .btn-gradient-warning:disabled { color: #fff; background: #ffdf9a; background: linear-gradient(45deg, #ffdf9a, #ffaf93) !important; background: -webkit-bg-linear-gradient(45deg, #ffdf9a, #ffaf93) !important; } .btn-gradient-danger { color: #fff; border: none; background: #f83f37; background: linear-gradient(45deg, #f83f37, #ab26aa) !important; background: -webkit-bg-linear-gradient(45deg, #f83f37, #ab26aa) !important; } .btn-gradient-danger:hover, .btn-gradient-danger:focus { color: #fff; background: #ff2f26; background: linear-gradient(45deg, #ff2f26, #9a3092) !important; background: -webkit-bg-linear-gradient(45deg, #ff2f26, #9a3092) !important; } .btn-gradient-danger:not(:disabled):not(.disabled).active, .btn-gradient-danger:not(:disabled):not(.disabled):active { color: #fff; background: #ed1622; background: linear-gradient(45deg, #ed1622, #882787) !important; background: -webkit-bg-linear-gradient(45deg, #ed1622, #882787) !important; } .btn-gradient-danger.disabled, .btn-gradient-danger:disabled { color: #fff; background: #fb9f9b; background: linear-gradient(45deg, #fb9f9b, #d592d4) !important; background: -webkit-bg-linear-gradient(45deg, #fb9f9b, #d592d4) !important; } .btn-gradient-secondary { color: #fff; border: none; background: #9e9e9e; background: linear-gradient(45deg, #9e9e9e, #5e7d8a) !important; background: -webkit-bg-linear-gradient(45deg, #9e9e9e, #5e7d8a) !important; } .btn-gradient-secondary:hover, .btn-gradient-secondary:focus { color: #fff; background: #919191; background: linear-gradient(45deg, #919191, #4a6b78) !important; background: -webkit-bg-linear-gradient(45deg, #919191, #4a6b78) !important; } .btn-gradient-secondary:not(:disabled):not(.disabled).active, .btn-gradient-secondary:not(:disabled):not(.disabled):active { color: #fff; background: #858484; background: linear-gradient(45deg, #858484, #40606d) !important; background: -webkit-bg-linear-gradient(45deg, #858484, #40606d) !important; } .btn-gradient-secondary.disabled, .btn-gradient-secondary:disabled { color: #fff; background: #cecece; background: linear-gradient(45deg, #cecece, #aebec4) !important; background: -webkit-bg-linear-gradient(45deg, #cecece, #aebec4) !important; } .btn-gradient-light { color: #324148; border: none; background: #f5f5f6; background: linear-gradient(45deg, #f5f5f6, #9e9e9e) !important; background: -webkit-bg-linear-gradient(45deg, #f5f5f6, #9e9e9e) !important; } .btn-gradient-light:hover, .btn-gradient-light:focus { color: #324148; background: #e0e3e4; background: linear-gradient(45deg, #e0e3e4, #919191) !important; background: -webkit-bg-linear-gradient(45deg, #e0e3e4, #919191) !important; } .btn-gradient-light:not(:disabled):not(.disabled).active, .btn-gradient-light:not(:disabled):not(.disabled):active { color: #324148; background: #c1c6c8; background: linear-gradient(45deg, #c1c6c8, #858484) !important; background: -webkit-bg-linear-gradient(45deg, #c1c6c8, #858484) !important; } .btn-gradient-light.disabled, .btn-gradient-light:disabled { color: #324148; background: #f5f5f6; background: linear-gradient(45deg, #f5f5f6, #cecece) !important; background: -webkit-bg-linear-gradient(45deg, #f5f5f6, #cecece) !important; } .btn-gradient-dark { color: #fff; border: none; background: #324148; background: linear-gradient(45deg, #324148, #313f96) !important; background: -webkit-bg-linear-gradient(45deg, #324148, #313f96) !important; } .btn-gradient-dark:hover, .btn-gradient-dark:focus { color: #fff; background: #2b383e; background: linear-gradient(45deg, #2b383e, #f9bb09 ) !important; background: -webkit-bg-linear-gradient(45deg, #2b383e, #f9bb09 ) !important; } .btn-gradient-dark:not(:disabled):not(.disabled).active, .btn-gradient-dark:not(:disabled):not(.disabled):active { color: #fff; background: #273238; background: linear-gradient(45deg, #273238, #633d32) !important; background: -webkit-bg-linear-gradient(45deg, #273238, #633d32) !important; } .btn-gradient-dark.disabled, .btn-gradient-dark:disabled { color: #fff; background: #324148; background: linear-gradient(45deg, #324148, #bca9a4) !important; background: -webkit-bg-linear-gradient(45deg, #324148, #bca9a4) !important; } .btn-gradient-pony { color: #fff; border: none; background: #ed1b60; background: linear-gradient(45deg, #ed1b60, #1ebccd) !important; background: -webkit-bg-linear-gradient(45deg, #ed1b60, #1ebccd) !important; } .btn-gradient-pony:hover, .btn-gradient-pony:focus { color: #fff; background: #df195f; background: linear-gradient(45deg, #df195f, #16a9b9) !important; background: -webkit-bg-linear-gradient(45deg, #df195f, #16a9b9) !important; } .btn-gradient-pony:not(:disabled):not(.disabled).active, .btn-gradient-pony:not(:disabled):not(.disabled):active { color: #fff; background: #be1b54; background: linear-gradient(45deg, #be1b54, #0e949f) !important; background: -webkit-bg-linear-gradient(45deg, #be1b54, #0e949f) !important; } .btn-gradient-pony.disabled, .btn-gradient-pony:disabled { color: #fff; background: #f68daf; background: linear-gradient(45deg, #f68daf, #8edde6) !important; background: -webkit-bg-linear-gradient(45deg, #f68daf, #8edde6) !important; } .btn-gradient-space { color: #fff; border: none; background: #ab26aa; background: linear-gradient(45deg, #ab26aa, #fde335) !important; background: -webkit-bg-linear-gradient(45deg, #ab26aa, #fde335) !important; } .btn-gradient-space:hover, .btn-gradient-space:focus { color: #fff; background: #9a3092; background: linear-gradient(45deg, #9a3092, #ecd11e) !important; background: -webkit-bg-linear-gradient(45deg, #9a3092, #ecd11e) !important; } .btn-gradient-space:not(:disabled):not(.disabled).active, .btn-gradient-space:not(:disabled):not(.disabled):active { color: #fff; background: #882787; background: linear-gradient(45deg, #882787, #dfc414) !important; background: -webkit-bg-linear-gradient(45deg, #882787, #dfc414) !important; } .btn-gradient-space.disabled, .btn-gradient-space:disabled { color: #fff; background: #d592d4; background: linear-gradient(45deg, #d592d4, #fef19a) !important; background: -webkit-bg-linear-gradient(45deg, #d592d4, #fef19a) !important; } .btn-gradient-streaks { color: #fff; border: none; background: #6640b2; background: linear-gradient(45deg, #6640b2, #009b84) !important; background: -webkit-bg-linear-gradient(45deg, #6640b2, #009b84) !important; } .btn-gradient-streaks:hover, .btn-gradient-streaks:focus { color: #fff; background: #603bab; background: linear-gradient(45deg, #603bab, #018975) !important; background: -webkit-bg-linear-gradient(45deg, #603bab, #018975) !important; } .btn-gradient-streaks:not(:disabled):not(.disabled).active, .btn-gradient-streaks:not(:disabled):not(.disabled):active { color: #fff; background: #5935a3; background: linear-gradient(45deg, #5935a3, #028068) !important; background: -webkit-bg-linear-gradient(45deg, #5935a3, #028068) !important; } .btn-gradient-streaks.disabled, .btn-gradient-streaks:disabled { color: #fff; background: #b29fd8; background: linear-gradient(45deg, #b29fd8, #7fcdc1) !important; background: -webkit-bg-linear-gradient(45deg, #b29fd8, #7fcdc1) !important; } .btn-gradient-bunting { color: #fff; border: none; background: #3a55b1; background: linear-gradient(45deg, #3a55b1, #313f96) !important; background: -webkit-bg-linear-gradient(45deg, #3a55b1, #313f96) !important; } .btn-gradient-bunting:hover, .btn-gradient-bunting:focus { color: #fff; background: #3650ab; background: linear-gradient(45deg, #3650ab, #f9bb09 ) !important; background: -webkit-bg-linear-gradient(45deg, #3650ab, #f9bb09 ) !important; } .btn-gradient-bunting:not(:disabled):not(.disabled).active, .btn-gradient-bunting:not(:disabled):not(.disabled):active { color: #fff; background: #2f4595; background: linear-gradient(45deg, #2f4595, #633d32) !important; background: -webkit-bg-linear-gradient(45deg, #2f4595, #633d32) !important; } .btn-gradient-bunting.disabled, .btn-gradient-bunting:disabled { color: #fff; background: #9caad8; background: linear-gradient(45deg, #9caad8, #bca9a4) !important; background: -webkit-bg-linear-gradient(45deg, #9caad8, #bca9a4) !important; } .btn-gradient-paradise { color: #fff; border: none; background: #0092ee; background: linear-gradient(45deg, #0092ee, #88c241) !important; background: -webkit-bg-linear-gradient(45deg, #0092ee, #88c241) !important; } .btn-gradient-paradise:hover, .btn-gradient-paradise:focus { color: #fff; background: #0089e0; background: linear-gradient(45deg, #0089e0, #79b62f) !important; background: -webkit-bg-linear-gradient(45deg, #0089e0, #79b62f) !important; } .btn-gradient-paradise:not(:disabled):not(.disabled).active, .btn-gradient-paradise:not(:disabled):not(.disabled):active { color: #fff; background: #007fd0; background: linear-gradient(45deg, #007fd0, #67a41c) !important; background: -webkit-bg-linear-gradient(45deg, #007fd0, #67a41c) !important; } .btn-gradient-paradise.disabled, .btn-gradient-paradise:disabled { color: #fff; background: #7fc8f6; background: linear-gradient(45deg, #7fc8f6, #c3e0a0) !important; background: -webkit-bg-linear-gradient(45deg, #7fc8f6, #c3e0a0) !important; } .btn-gradient-heaven { color: #fff; border: none; background: #88c241; background: linear-gradient(45deg, #88c241, #00acf0) !important; background: -webkit-bg-linear-gradient(45deg, #88c241, #00acf0) !important; } .btn-gradient-heaven:hover, .btn-gradient-heaven:focus { color: #fff; background: #79b62f; background: linear-gradient(45deg, #79b62f, #00a0df) !important; background: -webkit-bg-linear-gradient(45deg, #79b62f, #00a0df) !important; } .btn-gradient-heaven:not(:disabled):not(.disabled).active, .btn-gradient-heaven:not(:disabled):not(.disabled):active { color: #fff; background: #67a41c; background: linear-gradient(45deg, #67a41c, #0293c9) !important; background: -webkit-bg-linear-gradient(45deg, #67a41c, #0293c9) !important; } .btn-gradient-heaven.disabled, .btn-gradient-heaven:disabled { color: #fff; background: #c3e0a0; background: linear-gradient(45deg, #c3e0a0, #7fd5f7) !important; background: -webkit-bg-linear-gradient(45deg, #c3e0a0, #7fd5f7) !important; } .btn-gradient-honey { color: #fff; border: none; background: #d0d962; background: linear-gradient(45deg, #d0d962, #ff9528) !important; background: -webkit-bg-linear-gradient(45deg, #d0d962, #ff9528) !important; } .btn-gradient-honey:hover, .btn-gradient-honey:focus { color: #fff; background: #c3cc34; background: linear-gradient(45deg, #c3cc34, #ff880e) !important; background: -webkit-bg-linear-gradient(45deg, #c3cc34, #ff880e) !important; } .btn-gradient-honey:not(:disabled):not(.disabled).active, .btn-gradient-honey:not(:disabled):not(.disabled):active { color: #fff; background: #b7c11a; background: linear-gradient(45deg, #b7c11a, #ff7800) !important; background: -webkit-bg-linear-gradient(45deg, #b7c11a, #ff7800) !important; } .btn-gradient-honey.disabled, .btn-gradient-honey:disabled { color: #fff; background: #e7ecb0; background: linear-gradient(45deg, #e7ecb0, #ffca93) !important; background: -webkit-bg-linear-gradient(45deg, #e7ecb0, #ffca93) !important; } .btn-gradient-warbler { color: #fff; border: none; background: #fde335; background: linear-gradient(45deg, #fde335, #9e9e9e) !important; background: -webkit-bg-linear-gradient(45deg, #fde335, #9e9e9e) !important; } .btn-gradient-warbler:hover, .btn-gradient-warbler:focus { color: #fff; background: #ecd11e; background: linear-gradient(45deg, #ecd11e, #919191) !important; background: -webkit-bg-linear-gradient(45deg, #ecd11e, #919191) !important; } .btn-gradient-warbler:not(:disabled):not(.disabled).active, .btn-gradient-warbler:not(:disabled):not(.disabled):active { color: #fff; background: #dfc414; background: linear-gradient(45deg, #dfc414, #858484) !important; background: -webkit-bg-linear-gradient(45deg, #dfc414, #858484) !important; } .btn-gradient-warbler.disabled, .btn-gradient-warbler:disabled { color: #fff; background: #fef19a; background: linear-gradient(45deg, #fef19a, #cecece) !important; background: -webkit-bg-linear-gradient(45deg, #fef19a, #cecece) !important; } .btn-gradient-dusk { color: #fff; border: none; background: #ff9528; background: linear-gradient(45deg, #ff9528, #6640b2) !important; background: -webkit-bg-linear-gradient(45deg, #ff9528, #6640b2) !important; } .btn-gradient-dusk:hover, .btn-gradient-dusk:focus { color: #fff; background: #ff880e; background: linear-gradient(45deg, #ff880e, #603bab) !important; background: -webkit-bg-linear-gradient(45deg, #ff880e, #603bab) !important; } .btn-gradient-dusk:not(:disabled):not(.disabled).active, .btn-gradient-dusk:not(:disabled):not(.disabled):active { color: #fff; background: #ff7800; background: linear-gradient(45deg, #ff7800, #5935a3) !important; background: -webkit-bg-linear-gradient(45deg, #ff7800, #5935a3) !important; } .btn-gradient-dusk.disabled, .btn-gradient-dusk:disabled { color: #fff; background: #ffca93; background: linear-gradient(45deg, #ffca93, #b29fd8) !important; background: -webkit-bg-linear-gradient(45deg, #ffca93, #b29fd8) !important; } .btn-gradient-citrine { color: #fff; border: none; background: #ff6028; background: linear-gradient(45deg, #ff6028, #313f96) !important; background: -webkit-bg-linear-gradient(45deg, #ff6028, #313f96) !important; } .btn-gradient-citrine:hover, .btn-gradient-citrine:focus { color: #fff; background: #fb551c; background: linear-gradient(45deg, #fb551c, #f9bb09 ) !important; background: -webkit-bg-linear-gradient(45deg, #fb551c, #f9bb09 ) !important; } .btn-gradient-citrine:not(:disabled):not(.disabled).active, .btn-gradient-citrine:not(:disabled):not(.disabled):active { color: #fff; background: #e8470f; background: linear-gradient(45deg, #e8470f, #633d32) !important; background: -webkit-bg-linear-gradient(45deg, #e8470f, #633d32) !important; } .btn-gradient-citrine.disabled, .btn-gradient-citrine:disabled { color: #fff; background: #ffaf93; background: linear-gradient(45deg, #ffaf93, #bca9a4) !important; background: -webkit-bg-linear-gradient(45deg, #ffaf93, #bca9a4) !important; } .btn-gradient-royston { color: #fff; border: none; background: #313f96; background: linear-gradient(45deg, #313f96, #009b84) !important; background: -webkit-bg-linear-gradient(45deg, #313f96, #009b84) !important; } .btn-gradient-royston:hover, .btn-gradient-royston:focus { color: #fff; background: #f9bb09 ; background: linear-gradient(45deg, #f9bb09 , #018975) !important; background: -webkit-bg-linear-gradient(45deg, #f9bb09 , #018975) !important; } .btn-gradient-royston:not(:disabled):not(.disabled).active, .btn-gradient-royston:not(:disabled):not(.disabled):active { color: #fff; background: #633d32; background: linear-gradient(45deg, #633d32, #028068) !important; background: -webkit-bg-linear-gradient(45deg, #633d32, #028068) !important; } .btn-gradient-royston.disabled, .btn-gradient-royston:disabled { color: #fff; background: #bca9a4; background: linear-gradient(45deg, #bca9a4, #7fcdc1) !important; background: -webkit-bg-linear-gradient(45deg, #bca9a4, #7fcdc1) !important; } .btn-gradient-ashes { color: #fff; border: none; background: #5e7d8a; background: linear-gradient(45deg, #5e7d8a, #324148) !important; background: -webkit-bg-linear-gradient(45deg, #5e7d8a, #324148) !important; } .btn-gradient-ashes:hover, .btn-gradient-ashes:focus { color: #fff; background: #4a6b78; background: linear-gradient(45deg, #4a6b78, #2b383e) !important; background: -webkit-bg-linear-gradient(45deg, #4a6b78, #2b383e) !important; } .btn-gradient-ashes:not(:disabled):not(.disabled).active, .btn-gradient-ashes:not(:disabled):not(.disabled):active { color: #fff; background: #40606d; background: linear-gradient(45deg, #40606d, #273238) !important; background: -webkit-bg-linear-gradient(45deg, #40606d, #273238) !important; } .btn-gradient-ashes.disabled, .btn-gradient-ashes:disabled { color: #fff; background: #aebec4; background: linear-gradient(45deg, #aebec4, #324148) !important; background: -webkit-bg-linear-gradient(45deg, #aebec4, #324148) !important; } .btn-gradient-metal { color: #fff; border: none; background: #c1993f; background: linear-gradient(45deg, #c1993f, #9e9e9e) !important; background: -webkit-bg-linear-gradient(45deg, #c1993f, #9e9e9e) !important; } .btn-gradient-metal:hover, .btn-gradient-metal:focus { color: #fff; background: #b48c32; background: linear-gradient(45deg, #b48c32, #919191) !important; background: -webkit-bg-linear-gradient(45deg, #b48c32, #919191) !important; } .btn-gradient-metal:not(:disabled):not(.disabled).active, .btn-gradient-metal:not(:disabled):not(.disabled):active { color: #fff; background: #a27b25; background: linear-gradient(45deg, #a27b25, #858484) !important; background: -webkit-bg-linear-gradient(45deg, #a27b25, #858484) !important; } .btn-gradient-metal.disabled, .btn-gradient-metal:disabled { color: #fff; background: #e0cc9f; background: linear-gradient(45deg, #e0cc9f, #cecece) !important; background: -webkit-bg-linear-gradient(45deg, #e0cc9f, #cecece) !important; } .btn-gradient-sunset { color: #fff; border: none; background: #009b84; background: linear-gradient(45deg, #009b84, #ff6028) !important; background: -webkit-bg-linear-gradient(45deg, #009b84, #ff6028) !important; } .btn-gradient-sunset:hover, .btn-gradient-sunset:focus { color: #fff; background: #018975; background: linear-gradient(45deg, #018975, #fb551c) !important; background: -webkit-bg-linear-gradient(45deg, #018975, #fb551c) !important; } .btn-gradient-sunset:not(:disabled):not(.disabled).active, .btn-gradient-sunset:not(:disabled):not(.disabled):active { color: #fff; background: #028068; background: linear-gradient(45deg, #028068, #e8470f) !important; background: -webkit-bg-linear-gradient(45deg, #028068, #e8470f) !important; } .btn-gradient-sunset.disabled, .btn-gradient-sunset:disabled { color: #fff; background: #7fcdc1; background: linear-gradient(45deg, #7fcdc1, #ffaf93) !important; background: -webkit-bg-linear-gradient(45deg, #7fcdc1, #ffaf93) !important; } .btn-outline-sky { color: #00acf0; background-color: transparent; background-image: none; border-color: #00acf0; } .btn-outline-sky:hover, .btn-outline-sky:focus { color: #fff; background-color: #00a0df; border-color: #00a0df; } .btn-outline-sky:not(:disabled):not(.disabled).active, .btn-outline-sky:not(:disabled):not(.disabled):active { color: #fff; background-color: #0293c9; border-color: #0293c9; } .btn-outline-sky.disabled, .btn-outline-sky:disabled { color: #fff; background-color: #7fd5f7; border-color: #7fd5f7; } .btn-outline-info, .btn-outline-cyan { color: #1ebccd; background-color: transparent; background-image: none; border-color: #1ebccd; } .btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-cyan:hover, .btn-outline-cyan:focus { color: #fff; background-color: #16a9b9; border-color: #16a9b9; } .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-cyan:not(:disabled):not(.disabled).active, .btn-outline-cyan:not(:disabled):not(.disabled):active { color: #fff; background-color: #0e949f; border-color: #0e949f; } .btn-outline-info.disabled, .btn-outline-info:disabled, .btn-outline-cyan.disabled, .btn-outline-cyan:disabled { color: #fff; background-color: #8edde6; border-color: #8edde6; } .btn-outline-success, .btn-outline-green { color: #22af47; background-color: transparent; background-image: none; border-color: #22af47; } .btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-green:hover, .btn-outline-green:focus { color: #fff; background-color: #1aa23e; border-color: #1aa23e; } .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active, .btn-outline-green:not(:disabled):not(.disabled):active { color: #fff; background-color: #179237; border-color: #179237; } .btn-outline-success.disabled, .btn-outline-success:disabled, .btn-outline-green.disabled, .btn-outline-green:disabled { color: #fff; background-color: #90d7a3; border-color: #90d7a3; } .btn-outline-warning, .btn-outline-yellow { color: #ffbf36; background-color: transparent; background-image: none; border-color: #ffbf36; } .btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-yellow:hover, .btn-outline-yellow:focus { color: #fff; background-color: #ffb71d; border-color: #ffb71d; } .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active, .btn-outline-yellow:not(:disabled):not(.disabled):active { color: #fff; background-color: #ffac19; border-color: #ffac19; } .btn-outline-warning.disabled, .btn-outline-warning:disabled, .btn-outline-yellow.disabled, .btn-outline-yellow:disabled { color: #fff; background-color: #ffdf9a; border-color: #ffdf9a; } .btn-outline-danger, .btn-outline-red { color: #f83f37; background-color: transparent; background-image: none; border-color: #f83f37; } .btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-red:hover, .btn-outline-red:focus { color: #fff; background-color: #ff2f26; border-color: #ff2f26; } .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active, .btn-outline-red:not(:disabled):not(.disabled):active { color: #fff; background-color: #ed1622; border-color: #ed1622; } .btn-outline-danger.disabled, .btn-outline-danger:disabled, .btn-outline-red.disabled, .btn-outline-red:disabled { color: #fff; background-color: #fb9f9b; border-color: #fb9f9b; } .btn-outline-secondary, .btn-outline-grey { color: #9e9e9e; background-color: transparent; background-image: none; border-color: #9e9e9e; } .btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-grey:hover, .btn-outline-grey:focus { color: #fff; background-color: #919191; border-color: #919191; } .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-grey:not(:disabled):not(.disabled).active, .btn-outline-grey:not(:disabled):not(.disabled):active { color: #fff; background-color: #858484; border-color: #858484; } .btn-outline-secondary.disabled, .btn-outline-secondary:disabled, .btn-outline-grey.disabled, .btn-outline-grey:disabled { color: #fff; background-color: #cecece; border-color: #cecece; } .btn-outline-pink { color: #ed1b60; background-color: transparent; background-image: none; border-color: #ed1b60; } .btn-outline-pink:hover, .btn-outline-pink:focus { color: #fff; background-color: #df195f; border-color: #df195f; } .btn-outline-pink:not(:disabled):not(.disabled).active, .btn-outline-pink:not(:disabled):not(.disabled):active { color: #fff; background-color: #be1b54; border-color: #be1b54; } .btn-outline-pink.disabled, .btn-outline-pink:disabled { color: #fff; background-color: #f68daf; border-color: #f68daf; } .btn-outline-purple { color: #ab26aa; background-color: transparent; background-image: none; border-color: #ab26aa; } .btn-outline-purple:hover, .btn-outline-purple:focus { color: #fff; background-color: #9a3092; border-color: #9a3092; } .btn-outline-purple:not(:disabled):not(.disabled).active, .btn-outline-purple:not(:disabled):not(.disabled):active { color: #fff; background-color: #882787; border-color: #882787; } .btn-outline-purple.disabled, .btn-outline-purple:disabled { color: #fff; background-color: #d592d4; border-color: #d592d4; } .btn-outline-violet { color: #6640b2; background-color: transparent; background-image: none; border-color: #6640b2; } .btn-outline-violet:hover, .btn-outline-violet:focus { color: #fff; background-color: #603bab; border-color: #603bab; } .btn-outline-violet:not(:disabled):not(.disabled).active, .btn-outline-violet:not(:disabled):not(.disabled):active { color: #fff; background-color: #5935a3; border-color: #5935a3; } .btn-outline-violet.disabled, .btn-outline-violet:disabled { color: #fff; background-color: #b29fd8; border-color: #b29fd8; } .btn-outline-indigo { color: #3a55b1; background-color: transparent; background-image: none; border-color: #3a55b1; } .btn-outline-indigo:hover, .btn-outline-indigo:focus { color: #fff; background-color: #3650ab; border-color: #3650ab; } .btn-outline-indigo:not(:disabled):not(.disabled).active, .btn-outline-indigo:not(:disabled):not(.disabled):active { color: #fff; background-color: #2f4595; border-color: #2f4595; } .btn-outline-indigo.disabled, .btn-outline-indigo:disabled { color: #fff; background-color: #9caad8; border-color: #9caad8; } .btn-outline-blue { color: #0092ee; background-color: transparent; background-image: none; border-color: #0092ee; } .btn-outline-blue:hover, .btn-outline-blue:focus { color: #fff; background-color: #0089e0; border-color: #0089e0; } .btn-outline-blue:not(:disabled):not(.disabled).active, .btn-outline-blue:not(:disabled):not(.disabled):active { color: #fff; background-color: #007fd0; border-color: #007fd0; } .btn-outline-blue.disabled, .btn-outline-blue:disabled { color: #fff; background-color: #7fc8f6; border-color: #7fc8f6; } .btn-outline-teal { color: #009b84; background-color: transparent; background-image: none; border-color: #009b84; } .btn-outline-teal:hover, .btn-outline-teal:focus { color: #fff; background-color: #018975; border-color: #018975; } .btn-outline-teal:not(:disabled):not(.disabled).active, .btn-outline-teal:not(:disabled):not(.disabled):active { color: #fff; background-color: #028068; border-color: #028068; } .btn-outline-teal.disabled, .btn-outline-teal:disabled { color: #fff; background-color: #7fcdc1; border-color: #7fcdc1; } .btn-outline-neon { color: #88c241; background-color: transparent; background-image: none; border-color: #88c241; } .btn-outline-neon:hover, .btn-outline-neon:focus { color: #fff; background-color: #79b62f; border-color: #79b62f; } .btn-outline-neon:not(:disabled):not(.disabled).active, .btn-outline-neon:not(:disabled):not(.disabled):active { color: #fff; background-color: #67a41c; border-color: #67a41c; } .btn-outline-neon.disabled, .btn-outline-neon:disabled { color: #fff; background-color: #c3e0a0; border-color: #c3e0a0; } .btn-outline-lime { color: #d0d962; background-color: transparent; background-image: none; border-color: #d0d962; } .btn-outline-lime:hover, .btn-outline-lime:focus { color: #324148; background-color: #c3cc34; border-color: #c3cc34; } .btn-outline-lime:not(:disabled):not(.disabled).active, .btn-outline-lime:not(:disabled):not(.disabled):active { color: #324148; background-color: #b7c11a; border-color: #b7c11a; } .btn-outline-lime.disabled, .btn-outline-lime:disabled { color: #324148; background-color: #e7ecb0; border-color: #e7ecb0; } .btn-outline-sun { color: #fde335; background-color: transparent; background-image: none; border-color: #fde335; } .btn-outline-sun:hover, .btn-outline-sun:focus { color: #324148; background-color: #ecd11e; border-color: #ecd11e; } .btn-outline-sun:not(:disabled):not(.disabled).active, .btn-outline-sun:not(:disabled):not(.disabled):active { color: #324148; background-color: #dfc414; border-color: #dfc414; } .btn-outline-sun.disabled, .btn-outline-sun:disabled { color: #324148; background-color: #fef19a; border-color: #fef19a; } .btn-outline-orange { color: #ff9528; background-color: transparent; background-image: none; border-color: #ff9528; } .btn-outline-orange:hover, .btn-outline-orange:focus { color: #fff; background-color: #ff880e; border-color: #ff880e; } .btn-outline-orange:not(:disabled):not(.disabled).active, .btn-outline-orange:not(:disabled):not(.disabled):active { color: #fff; background-color: #ff7800; border-color: #ff7800; } .btn-outline-orange.disabled, .btn-outline-orange:disabled { color: #fff; background-color: #ffca93; border-color: #ffca93; } .btn-outline-pumpkin { color: #ff6028; background-color: transparent; background-image: none; border-color: #ff6028; } .btn-outline-pumpkin:hover, .btn-outline-pumpkin:focus { color: #fff; background-color: #fb551c; border-color: #fb551c; } .btn-outline-pumpkin:not(:disabled):not(.disabled).active, .btn-outline-pumpkin:not(:disabled):not(.disabled):active { color: #fff; background-color: #e8470f; border-color: #e8470f; } .btn-outline-pumpkin.disabled, .btn-outline-pumpkin:disabled { color: #fff; background-color: #ffaf93; border-color: #ffaf93; } .btn-outline-primary, .btn-outline-brown { color: #313f96; background-color: transparent; background-image: none; border-color: #313f96; } .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-brown:hover, .btn-outline-brown:focus { color: #fff; background-color: #f9bb09 ; border-color: #f9bb09 ; } .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-brown:not(:disabled):not(.disabled).active, .btn-outline-brown:not(:disabled):not(.disabled):active { color: #fff; background-color: #633d32; border-color: #633d32; } .btn-outline-primary.disabled, .btn-outline-primary:disabled, .btn-outline-brown.disabled, .btn-outline-brown:disabled { color: #fff; background-color: #bca9a4; border-color: #bca9a4; } .btn-outline-gold { color: #c1993f; background-color: transparent; background-image: none; border-color: #c1993f; } .btn-outline-gold:hover, .btn-outline-gold:focus { color: #fff; background-color: #b48c32; border-color: #b48c32; } .btn-outline-gold:not(:disabled):not(.disabled).active, .btn-outline-gold:not(:disabled):not(.disabled):active { color: #fff; background-color: #a27b25; border-color: #a27b25; } .btn-outline-gold.disabled, .btn-outline-gold:disabled { color: #fff; background-color: #e0cc9f; border-color: #e0cc9f; } .btn-outline-smoke { color: #5e7d8a; background-color: transparent; background-image: none; border-color: #5e7d8a; } .btn-outline-smoke:hover, .btn-outline-smoke:focus { color: #fff; background-color: #4a6b78; border-color: #4a6b78; } .btn-outline-smoke:not(:disabled):not(.disabled).active, .btn-outline-smoke:not(:disabled):not(.disabled):active { color: #fff; background-color: #40606d; border-color: #40606d; } .btn-outline-smoke.disabled, .btn-outline-smoke:disabled { color: #fff; background-color: #aebec4; border-color: #aebec4; } .btn-outline-dark { color: #324148; background-color: transparent; background-image: none; border-color: #324148; } .btn-outline-dark:hover, .btn-outline-dark:focus { color: #fff; background-color: #2b383e; border-color: #2b383e; } .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active { color: #fff; background-color: #273238; border-color: #273238; } .btn-outline-dark.disabled, .btn-outline-dark:disabled { color: #fff; background-color: #adb3b6; border-color: #adb3b6; } .btn-outline-light { color: #324148; background-color: transparent; background-image: none; border-color: #e0e3e4; } .btn-outline-light:hover, .btn-outline-light:focus { color: #324148; background-color: #d6d9da; border-color: #d6d9da; } .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active { color: #324148; background-color: #c1c6c8; border-color: #c1c6c8; } .btn-outline-light.disabled, .btn-outline-light:disabled { color: #324148; background-color: #f5f5f6; border-color: #f5f5f6; } .show > .btn-sky.dropdown-toggle, .show > .btn-outline-sky.dropdown-toggle { color: #fff; background-color: #0293c9; border-color: #0293c9; } .show > .btn-info.dropdown-toggle, .show > .btn-cyan.dropdown-toggle, .show > .btn-outline-info.dropdown-toggle, .show > .btn-outline-cyan.dropdown-toggle { color: #fff; background-color: #0e949f; border-color: #0e949f; } .show > .btn-success.dropdown-toggle, .show > .btn-green.dropdown-toggle, .show > .btn-outline-success.dropdown-toggle, .show > .btn-outline-green.dropdown-toggle { color: #fff; background-color: #179237; border-color: #179237; } .show > .btn-warning.dropdown-toggle, .show > .btn-yellow.dropdown-toggle, .show > .btn-outline-warning.dropdown-toggle, .show > .btn-outline-yellow.dropdown-toggle { color: #fff; background-color: #ffac19; border-color: #ffac19; } .show > .btn-danger.dropdown-toggle, .show > .btn-red.dropdown-toggle, .show > .btn-outline-danger.dropdown-toggle, .show > .btn-outline-red.dropdown-toggle { color: #fff; background-color: #ed1622; border-color: #ed1622; } .show > .btn-secondary.dropdown-toggle, .show > .btn-grey.dropdown-toggle, .show > .btn-outline-secondary.dropdown-toggle, .show > .btn-outline-grey.dropdown-toggle { color: #fff; background-color: #858484; border-color: #858484; } .show > .btn-grey.dropdown-toggle, .show > .btn-outline-grey.dropdown-toggle { color: #fff; background-color: #858484; border-color: #858484; } .show > .btn-pink.dropdown-toggle, .show > .btn-outline-pink.dropdown-toggle { color: #fff; background-color: #be1b54; border-color: #be1b54; } .show > .btn-purple.dropdown-toggle, .show > .btn-outline-purple.dropdown-toggle { color: #fff; background-color: #882787; border-color: #882787; } .show > .btn-violet.dropdown-toggle, .show > .btn-outline-violet.dropdown-toggle { color: #fff; background-color: #5935a3; border-color: #5935a3; } .show > .btn-indigo.dropdown-toggle, .show > .btn-outline-indigo.dropdown-toggle { color: #fff; background-color: #2f4595; border-color: #2f4595; } .show > .btn-blue.dropdown-toggle, .show > .btn-outline-blue.dropdown-toggle { color: #fff; background-color: #007fd0; border-color: #007fd0; } .show > .btn-teal.dropdown-toggle, .show > .btn-outline-teal.dropdown-toggle { color: #fff; background-color: #028068; border-color: #028068; } .show > .btn-neon.dropdown-toggle, .show > .btn-outline-neon.dropdown-toggle { color: #fff; background-color: #67a41c; border-color: #67a41c; } .show > .btn-lime.dropdown-toggle, .show > .btn-outline-lime.dropdown-toggle { color: #324148; background-color: #b7c11a; border-color: #b7c11a; } .show > .btn-sun.dropdown-toggle, .show > .btn-outline-sun.dropdown-toggle { color: #324148; background-color: #dfc414; border-color: #dfc414; } .show > .btn-orange.dropdown-toggle, .show > .btn-outline-orange.dropdown-toggle { color: #fff; background-color: #ff7800; border-color: #ff7800; } .show > .btn-pumpkin.dropdown-toggle, .show > .btn-outline-pumpkin.dropdown-toggle { color: #fff; background-color: #e8470f; border-color: #e8470f; } .show > .btn-primary.dropdown-toggle, .show > .btn-brown.dropdown-toggle, .show > .btn-outline-primary.dropdown-toggle, .show > .btn-outline-brown.dropdown-toggle { color: #fff; background-color: #633d32; border-color: #633d32; } .show > .btn-gold.dropdown-toggle, .show > .btn-outline-gold.dropdown-toggle { color: #fff; background-color: #a27b25; border-color: #a27b25; } .show > .btn-smoke.dropdown-toggle, .show > .btn-outline-smoke.dropdown-toggle { color: #fff; background-color: #40606d; border-color: #40606d; } .show > .btn-light.dropdown-toggle, .show > .btn-outline-light.dropdown-toggle { color: #324148; background-color: #c1c6c8; border-color: #c1c6c8; } .show > .btn-dark.dropdown-toggle, .show > .btn-outline-dark.dropdown-toggle { color: #fff; background-color: #273238; border-color: #273238; } .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -2px; } .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -2px; } .btn-group.btn-group-rounded .btn:first-child { border-top-left-radius: 50px; border-bottom-left-radius: 50px; } .btn-group.btn-group-rounded .btn:last-child { border-top-right-radius: 50px; border-bottom-right-radius: 50px; } .btn-group-lg > .btn, .btn-lg { font-size: 1.1rem; border-radius: 0.25rem; } .btn-group-xs > .btn, .btn-xs { font-size: 1.1rem; border-radius: 0.2rem; padding: .05rem .3rem; font-size: .85rem; } .button-list > .btn, .button-list > .btn-group { margin-top: 15px; margin-right: 10px; } button.close { outline: none; } /*Wrapper*/ .hk-wrapper { background: #fff; position: relative; } .hk-pg-wrapper { background: #fff; padding: 57px 0 60px; position: relative; } .hk-pg-wrapper .hk-pg-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 25px; } .hk-pg-wrapper .hk-pg-header .hk-pg-title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .hk-pg-wrapper .hk-pg-header .hk-pg-title .pg-title-icon { padding-right: 10px; color: #c1c6c8; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; } .hk-pg-wrapper .hk-pg-header > div:first-child, .hk-pg-wrapper .hk-pg-header > div:last-child { margin-bottom: 15px; } /*Navigation*/ /*------------------------------------------------------------------ [Navbar] Project: Brunette -------------------------------------------------------------------*/ /*Nav*/ .nav .nav-link.link-icon-left i, .nav .nav-link.link-icon-left span { padding-right: 10px; font-size: 18px; } .nav .nav-link.link-icon-top i, .nav .nav-link.link-icon-top span { display: block; text-align: center; font-size: 21px; } .nav.nav-tabs { border-bottom: none; } .nav.nav-tabs .nav-link { border-top: none; border-left: none; border-right: none; border-radius: 0; border-bottom: 3px solid transparent; -webkit-transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; } .nav.nav-tabs .nav-link.active { color: #324148; background: transparent; border-color: #ffd606; } .nav.nav-tabs .nav-link.active:hover, .nav.nav-tabs .nav-link.active:focus { border-color: #ffd606; } .nav.nav-tabs .nav-link:hover, .nav.nav-tabs .nav-link:focus { color: #e1e3e4; border-color: transparent; } .nav.nav-tabs .nav-link.disabled { color: #c1c6c8; } .nav.nav-tabs .nav-item.show .nav-link { color: #324148; border-color: #00acf0; background: transparent; } .nav.nav-tabs .dropdown-menu { margin-top: 1px; } .nav.nav-tabs.nav-tabs-sky .nav-link.active, .nav.nav-tabs.nav-tabs-primary .nav-link.active { border-color: #00acf0; } .nav.nav-tabs.nav-tabs-sky .nav-link.active:hover, .nav.nav-tabs.nav-tabs-sky .nav-link.active:focus, .nav.nav-tabs.nav-tabs-primary .nav-link.active:hover, .nav.nav-tabs.nav-tabs-primary .nav-link.active:focus { border-color: #00acf0; } .nav.nav-tabs.nav-tabs-sky .nav-item.show .nav-link, .nav.nav-tabs.nav-tabs-primary .nav-item.show .nav-link { border-color: #00acf0; } .nav.nav-tabs.nav-tabs-cyan .nav-link.active, .nav.nav-tabs.nav-tabs-info .nav-link.active { border-color: #1ebccd; } .nav.nav-tabs.nav-tabs-cyan .nav-link.active:hover, .nav.nav-tabs.nav-tabs-cyan .nav-link.active:focus, .nav.nav-tabs.nav-tabs-info .nav-link.active:hover, .nav.nav-tabs.nav-tabs-info .nav-link.active:focus { border-color: #1ebccd; } .nav.nav-tabs.nav-tabs-cyan .nav-item.show .nav-link, .nav.nav-tabs.nav-tabs-info .nav-item.show .nav-link { border-color: #1ebccd; } .nav.nav-tabs.nav-tabs-green .nav-link.active, .nav.nav-tabs.nav-tabs-success .nav-link.active { border-color: #22af47; } .nav.nav-tabs.nav-tabs-green .nav-link.active:hover, .nav.nav-tabs.nav-tabs-green .nav-link.active:focus, .nav.nav-tabs.nav-tabs-success .nav-link.active:hover, .nav.nav-tabs.nav-tabs-success .nav-link.active:focus { border-color: #22af47; } .nav.nav-tabs.nav-tabs-green .nav-item.show .nav-link, .nav.nav-tabs.nav-tabs-success .nav-item.show .nav-link { border-color: #22af47; } .nav.nav-tabs.nav-tabs-yellow .nav-link.active, .nav.nav-tabs.nav-tabs-warning .nav-link.active { border-color: #ffbf36; } .nav.nav-tabs.nav-tabs-yellow .nav-link.active:hover, .nav.nav-tabs.nav-tabs-yellow .nav-link.active:focus, .nav.nav-tabs.nav-tabs-warning .nav-link.active:hover, .nav.nav-tabs.nav-tabs-warning .nav-link.active:focus { border-color: #ffbf36; } .nav.nav-tabs.nav-tabs-yellow .nav-item.show .nav-link, .nav.nav-tabs.nav-tabs-warning .nav-item.show .nav-link { border-color: #ffbf36; } .nav.nav-tabs.nav-tabs-red .nav-link.active, .nav.nav-tabs.nav-tabs-danger .nav-link.active { border-color: #f83f37; } .nav.nav-tabs.nav-tabs-red .nav-link.active:hover, .nav.nav-tabs.nav-tabs-red .nav-link.active:focus, .nav.nav-tabs.nav-tabs-danger .nav-link.active:hover, .nav.nav-tabs.nav-tabs-danger .nav-link.active:focus { border-color: #f83f37; } .nav.nav-tabs.nav-tabs-red .nav-item.show .nav-link, .nav.nav-tabs.nav-tabs-danger .nav-item.show .nav-link { border-color: #f83f37; } .nav.nav-tabs.nav-tabs-blue .nav-link.active { border-color: #0092ee; } .nav.nav-tabs.nav-tabs-blue .nav-link.active:hover, .nav.nav-tabs.nav-tabs-blue .nav-link.active:focus { border-color: #0092ee; } .nav.nav-tabs.nav-tabs-blue .nav-item.show .nav-link { border-color: #0092ee; } .nav.nav-tabs.nav-tabs-pink .nav-link.active { border-color: #ed1b60; } .nav.nav-tabs.nav-tabs-pink .nav-link.active:hover, .nav.nav-tabs.nav-tabs-pink .nav-link.active:focus { border-color: #ed1b60; } .nav.nav-tabs.nav-tabs-pink .nav-item.show .nav-link { border-color: #ed1b60; } .nav.nav-tabs.nav-tabs-purple .nav-link.active { border-color: #ab26aa; } .nav.nav-tabs.nav-tabs-purple .nav-link.active:hover, .nav.nav-tabs.nav-tabs-purple .nav-link.active:focus { border-color: #ab26aa; } .nav.nav-tabs.nav-tabs-purple .nav-item.show .nav-link { border-color: #ab26aa; } .nav.nav-tabs.nav-tabs-violet .nav-link.active { border-color: #6640b2; } .nav.nav-tabs.nav-tabs-violet .nav-link.active:hover, .nav.nav-tabs.nav-tabs-violet .nav-link.active:focus { border-color: #6640b2; } .nav.nav-tabs.nav-tabs-violet .nav-item.show .nav-link { border-color: #6640b2; } .nav.nav-tabs.nav-tabs-indigo .nav-link.active { border-color: #3a55b1; } .nav.nav-tabs.nav-tabs-indigo .nav-link.active:hover, .nav.nav-tabs.nav-tabs-indigo .nav-link.active:focus { border-color: #3a55b1; } .nav.nav-tabs.nav-tabs-indigo .nav-item.show .nav-link { border-color: #3a55b1; } .nav.nav-tabs.nav-tabs-blue .nav-link.active { border-color: #0092ee; } .nav.nav-tabs.nav-tabs-blue .nav-link.active:hover, .nav.nav-tabs.nav-tabs-blue .nav-link.active:focus { border-color: #0092ee; } .nav.nav-tabs.nav-tabs-blue .nav-item.show .nav-link { border-color: #0092ee; } .nav.nav-tabs.nav-tabs-teal .nav-link.active { border-color: #009b84; } .nav.nav-tabs.nav-tabs-teal .nav-link.active:hover, .nav.nav-tabs.nav-tabs-teal .nav-link.active:focus { border-color: #009b84; } .nav.nav-tabs.nav-tabs-teal .nav-item.show .nav-link { border-color: #009b84; } .nav.nav-tabs.nav-tabs-neon .nav-link.active { border-color: #88c241; } .nav.nav-tabs.nav-tabs-neon .nav-link.active:hover, .nav.nav-tabs.nav-tabs-neon .nav-link.active:focus { border-color: #88c241; } .nav.nav-tabs.nav-tabs-neon .nav-item.show .nav-link { border-color: #88c241; } .nav.nav-tabs.nav-tabs-lime .nav-link.active { border-color: #d0d962; } .nav.nav-tabs.nav-tabs-lime .nav-link.active:hover, .nav.nav-tabs.nav-tabs-lime .nav-link.active:focus { border-color: #d0d962; } .nav.nav-tabs.nav-tabs-lime .nav-item.show .nav-link { border-color: #d0d962; } .nav.nav-tabs.nav-tabs-sun .nav-link.active { border-color: #fde335; } .nav.nav-tabs.nav-tabs-sun .nav-link.active:hover, .nav.nav-tabs.nav-tabs-sun .nav-link.active:focus { border-color: #fde335; } .nav.nav-tabs.nav-tabs-sun .nav-item.show .nav-link { border-color: #fde335; } .nav.nav-tabs.nav-tabs-orange .nav-link.active { border-color: #ff9528; } .nav.nav-tabs.nav-tabs-orange .nav-link.active:hover, .nav.nav-tabs.nav-tabs-orange .nav-link.active:focus { border-color: #ff9528; } .nav.nav-tabs.nav-tabs-orange .nav-item.show .nav-link { border-color: #ff9528; } .nav.nav-tabs.nav-tabs-pumpkin .nav-link.active { border-color: #ff6028; } .nav.nav-tabs.nav-tabs-pumpkin .nav-link.active:hover, .nav.nav-tabs.nav-tabs-pumpkin .nav-link.active:focus { border-color: #ff6028; } .nav.nav-tabs.nav-tabs-pumpkin .nav-item.show .nav-link { border-color: #ff6028; } .nav.nav-tabs.nav-tabs-brown .nav-link.active { border-color: #313f96; } .nav.nav-tabs.nav-tabs-brown .nav-link.active:hover, .nav.nav-tabs.nav-tabs-brown .nav-link.active:focus { border-color: #313f96; } .nav.nav-tabs.nav-tabs-brown .nav-item.show .nav-link { border-color: #313f96; } .nav.nav-tabs.nav-tabs-gold .nav-link.active { border-color: #c1993f; } .nav.nav-tabs.nav-tabs-gold .nav-link.active:hover, .nav.nav-tabs.nav-tabs-gold .nav-link.active:focus { border-color: #c1993f; } .nav.nav-tabs.nav-tabs-gold .nav-item.show .nav-link { border-color: #c1993f; } .nav.nav-tabs.nav-tabs-smoke .nav-link.active { border-color: #5e7d8a; } .nav.nav-tabs.nav-tabs-smoke .nav-link.active:hover, .nav.nav-tabs.nav-tabs-smoke .nav-link.active:focus { border-color: #5e7d8a; } .nav.nav-tabs.nav-tabs-smoke .nav-item.show .nav-link { border-color: #5e7d8a; } .nav.nav-tabs.nav-tabs-grey .nav-link.active, .nav.nav-tabs.nav-tabs-secondary .nav-link.active { border-color: #9e9e9e; } .nav.nav-tabs.nav-tabs-grey .nav-link.active:hover, .nav.nav-tabs.nav-tabs-grey .nav-link.active:focus, .nav.nav-tabs.nav-tabs-secondary .nav-link.active:hover, .nav.nav-tabs.nav-tabs-secondary .nav-link.active:focus { border-color: #9e9e9e; } .nav.nav-tabs.nav-tabs-grey .nav-item.show .nav-link, .nav.nav-tabs.nav-tabs-secondary .nav-item.show .nav-link { border-color: #9e9e9e; } .nav.nav-tabs.nav-tabs-dark .nav-link.active { border-color: #324148; } .nav.nav-tabs.nav-tabs-dark .nav-link.active:hover, .nav.nav-tabs.nav-tabs-dark .nav-link.active:focus { border-color: #324148; } .nav.nav-tabs.nav-tabs-dark .nav-item.show .nav-link { border-color: #324148; } .nav.nav-tabs.nav-tabs-light .nav-link.active { border-color: #e0e3e4; } .nav.nav-tabs.nav-tabs-light .nav-link.active:hover, .nav.nav-tabs.nav-tabs-light .nav-link.active:focus { border-color: #e0e3e4; } .nav.nav-tabs.nav-tabs-light .nav-item.show .nav-link { border-color: #e0e3e4; } .nav.nav-pills .nav-link { -webkit-transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; } .nav.nav-pills .nav-link.active { color: #fff; background-color: #313f96; } .nav.nav-pills .nav-link.active:hover, .nav.nav-pills .nav-link.active:focus { color: #fff; } .nav.nav-pills .nav-link:hover, .nav.nav-pills .nav-link:focus { color: #324148; } .nav.nav-pills .nav-link.disabled { color: #c1c6c8; } .nav.nav-pills .nav-item.show .nav-link { color: #fff; background-color: #00acf0; } .nav.nav-pills.nav-pills-square .nav-link { border-radius: 0; } .nav.nav-pills.nav-pills-rounded .nav-link { border-radius: 50px; } .nav.nav-pills.nav-pills-sky .nav-link.active, .nav.nav-pills.nav-pills-primary .nav-link.active { background-color: #00acf0; } .nav.nav-pills.nav-pills-sky .nav-item.show .nav-link, .nav.nav-pills.nav-pills-primary .nav-item.show .nav-link { background-color: #00acf0; } .nav.nav-pills.nav-pills-cyan .nav-link.active, .nav.nav-pills.nav-pills-info .nav-link.active { background-color: #1ebccd; } .nav.nav-pills.nav-pills-cyan .nav-item.show .nav-link, .nav.nav-pills.nav-pills-info .nav-item.show .nav-link { background-color: #1ebccd; } .nav.nav-pills.nav-pills-green .nav-link.active, .nav.nav-pills.nav-pills-success .nav-link.active { background-color: #22af47; } .nav.nav-pills.nav-pills-green .nav-item.show .nav-link, .nav.nav-pills.nav-pills-success .nav-item.show .nav-link { background-color: #22af47; } .nav.nav-pills.nav-pills-yellow .nav-link.active, .nav.nav-pills.nav-pills-warning .nav-link.active { background-color: #ffbf36; } .nav.nav-pills.nav-pills-yellow .nav-item.show .nav-link, .nav.nav-pills.nav-pills-warning .nav-item.show .nav-link { background-color: #ffbf36; } .nav.nav-pills.nav-pills-red .nav-link.active, .nav.nav-pills.nav-pills-danger .nav-link.active { background-color: #f83f37; } .nav.nav-pills.nav-pills-red .nav-item.show .nav-link, .nav.nav-pills.nav-pills-danger .nav-item.show .nav-link { background-color: #f83f37; } .nav.nav-pills.nav-pills-blue .nav-link.active { background-color: #0092ee; } .nav.nav-pills.nav-pills-blue .nav-item.show .nav-link { background-color: #0092ee; } .nav.nav-pills.nav-pills-pink .nav-link.active { background-color: #ed1b60; } .nav.nav-pills.nav-pills-pink .nav-item.show .nav-link { background-color: #ed1b60; } .nav.nav-pills.nav-pills-purple .nav-link.active { background-color: #ab26aa; } .nav.nav-pills.nav-pills-purple .nav-item.show .nav-link { background-color: #ab26aa; } .nav.nav-pills.nav-pills-violet .nav-link.active { background-color: #6640b2; } .nav.nav-pills.nav-pills-violet .nav-item.show .nav-link { background-color: #6640b2; } .nav.nav-pills.nav-pills-indigo .nav-link.active { background-color: #3a55b1; } .nav.nav-pills.nav-pills-indigo .nav-item.show .nav-link { background-color: #3a55b1; } .nav.nav-pills.nav-pills-blue .nav-link.active { background-color: #0092ee; } .nav.nav-pills.nav-pills-blue .nav-item.show .nav-link { background-color: #0092ee; } .nav.nav-pills.nav-pills-teal .nav-link.active { background-color: #009b84; } .nav.nav-pills.nav-pills-teal .nav-item.show .nav-link { background-color: #009b84; } .nav.nav-pills.nav-pills-neon .nav-link.active { background-color: #88c241; } .nav.nav-pills.nav-pills-neon .nav-item.show .nav-link { background-color: #88c241; } .nav.nav-pills.nav-pills-lime .nav-link.active { background-color: #d0d962; } .nav.nav-pills.nav-pills-lime .nav-item.show .nav-link { background-color: #d0d962; } .nav.nav-pills.nav-pills-sun .nav-link.active { color: #324148; background-color: #fde335; } .nav.nav-pills.nav-pills-sun .nav-item.show .nav-link { color: #324148; background-color: #fde335; } .nav.nav-pills.nav-pills-orange .nav-link.active { background-color: #ff9528; } .nav.nav-pills.nav-pills-orange .nav-item.show .nav-link { background-color: #ff9528; } .nav.nav-pills.nav-pills-pumpkin .nav-link.active { background-color: #ff6028; } .nav.nav-pills.nav-pills-pumpkin .nav-item.show .nav-link { background-color: #ff6028; } .nav.nav-pills.nav-pills-brown .nav-link.active { background-color: #313f96; } .nav.nav-pills.nav-pills-brown .nav-item.show .nav-link { background-color: #313f96; } .nav.nav-pills.nav-pills-gold .nav-link.active { background-color: #c1993f; } .nav.nav-pills.nav-pills-gold .nav-item.show .nav-link { background-color: #c1993f; } .nav.nav-pills.nav-pills-smoke .nav-link.active { background-color: #5e7d8a; } .nav.nav-pills.nav-pills-smoke .nav-item.show .nav-link { background-color: #5e7d8a; } .nav.nav-pills.nav-pills-grey .nav-link.active, .nav.nav-pills.nav-pills-secondary .nav-link.active { background-color: #9e9e9e; } .nav.nav-pills.nav-pills-grey .nav-item.show .nav-link, .nav.nav-pills.nav-pills-secondary .nav-item.show .nav-link { background-color: #9e9e9e; } .nav.nav-pills.nav-pills-dark .nav-link.active { background-color: #324148; } .nav.nav-pills.nav-pills-dark .nav-item.show .nav-link { background-color: #324148; } .nav.nav-pills.nav-pills-light .nav-link.active { color: #324148; background-color: #e0e3e4; } .nav.nav-pills.nav-pills-light .nav-item.show .nav-link { color: #324148; background-color: #e0e3e4; } .nav.nav-dark .nav-link { color: rgba(255, 255, 255, 0.5); } .nav.nav-dark .nav-link.active { color: #fff; } .nav.nav-dark .nav-link.active:hover, .nav.nav-dark .nav-link.active:focus { color: #fff; } .nav.nav-dark .nav-link:hover, .nav.nav-dark .nav-link:focus { color: rgba(255, 255, 255, 0.7); } .nav.nav-dark .nav-link.disabled { color: rgba(255, 255, 255, 0.3); } .nav.nav-dark .nav-item.show .nav-link { color: #fff; } .nav.nav-dark.nav-tabs .nav-link.active { color: #fff; } .nav.nav-dark.nav-tabs .nav-link.active:hover, .nav.nav-dark.nav-tabs .nav-link.active:focus { color: #fff; } .nav.nav-dark.nav-tabs .nav-link:hover, .nav.nav-dark.nav-tabs .nav-link:focus { color: rgba(255, 255, 255, 0.7); } .nav.nav-dark.nav-tabs .nav-link.disabled { color: rgba(255, 255, 255, 0.3); } .nav.nav-dark.nav-tabs .nav-item.show .nav-link { color: #fff; } .nav.nav-dark.nav-pills .nav-link.active { color: #fff; } .nav.nav-dark.nav-pills .nav-link.disabled { color: rgba(255, 255, 255, 0.3); } .nav.nav-dark.nav-pills .nav-item.show .nav-link { color: #fff; } .nav.nav-light .nav-link { color: rgb(255, 255, 255); } .nav.nav-light .nav-link.active { color: #e1e1e1; } .nav.nav-light .nav-link.active:hover, .nav.nav-light .nav-link.active:focus { color: #e1e1e1; } .nav.nav-light .nav-link:hover, .nav.nav-light .nav-link:focus { color: rgba(255, 255, 255, 0.7); } .nav.nav-light .nav-link.disabled { color: rgba(50, 65, 72, 0.3); } .nav.nav-light .nav-item.show .nav-link { color:#e1e1e1; } .nav.nav-light.nav-tabs .nav-link.active { color: #fff; font-weight: 800; } .nav.nav-light.nav-tabs .nav-link.active:hover, .nav.nav-light.nav-tabs .nav-link.active:focus { color: #e1e1e1; } .nav.nav-light.nav-tabs .nav-link:hover, .nav.nav-light.nav-tabs .nav-link:focus { color: rgba(255, 255, 255, 0.7); } .nav.nav-light.nav-tabs .nav-link.disabled { color: rgba(50, 65, 72, 0.3); } .nav.nav-light.nav-tabs .nav-item.show .nav-link { color: #e1e1e1; } .nav.nav-light.nav-pills .nav-link.active { color: #fff; } .nav.nav-light.nav-pills .nav-link.disabled { color: rgba(50, 65, 72, 0.3); } .nav.nav-light.nav-pills .nav-item.show .nav-link { color: #fff; } .nav.nav-dark.nav-pills.nav-pills-sun .nav-link.active, .nav.nav-dark.nav-pills.nav-pills-light .nav-link.active, .nav.nav-light.nav-pills.nav-pills-sun .nav-link.active, .nav.nav-light.nav-pills.nav-pills-light .nav-link.active { color: #e1e1e1; } .nav.nav-dark.nav-pills.nav-pills-sun .nav-item.show .nav-link, .nav.nav-dark.nav-pills.nav-pills-light .nav-item.show .nav-link, .nav.nav-light.nav-pills.nav-pills-sun .nav-item.show .nav-link, .nav.nav-light.nav-pills.nav-pills-light .nav-item.show .nav-link { color: #e1e1e1; } .nav.nav-sm .nav-link { padding: .25rem 0.75rem; font-size: 14px; } /*Navbar*/ .navbar-light .navbar-nav .nav-link { color: rgba(50, 65, 72, 0.5); } .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { color: rgba(255, 255, 255, 0.7); } .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show { color: #e1e1e1; } .navbar-light .navbar-nav .nav-link.disabled { color: rgba(50, 65, 72, 0.3); } .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .show > .nav-link { color: #e1e1e1; } @media (max-width: 1199px) { .navbar-demo .input-group { width: auto; margin-bottom: .5rem; } .navbar-demo .navbar-nav .nav-link { padding-right: 1rem; } .navbar-demo .navbar-nav .dropdown-menu { position: absolute; } } .navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.5); } .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: rgba(255, 255, 255, 0.7); } .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show { color: #fff; } .navbar-dark .navbar-nav .nav-link.disabled { color: rgba(255, 255, 255, 0.3); } .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .show > .nav-link { color: #fff; } /*Top Nav*/ .hk-wrapper .hk-navbar { padding-top: 0; padding-bottom: 0; box-shadow: 0 0 28px rgba(0, 0, 0, 0.07); } .hk-wrapper .hk-navbar .feather-icon { display: block; } .hk-wrapper .hk-navbar .feather-icon > svg { width: 20px; height: 20px; } .hk-wrapper .hk-navbar a.navbar-toggle-btn { line-height: 57px; margin-right: 18px; } .hk-wrapper .hk-navbar a.navbar-brand { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 22px; font-weight: 500; text-transform: capitalize; } .hk-wrapper .hk-navbar a.nav-link-hover { position: relative; text-align: center; } .hk-wrapper .hk-navbar a.nav-link-hover:after { content: ""; position: absolute; bottom: 0; left: -8px; right: -8px; top: 0; margin: auto; z-index: -1; height: 37px; width: 37px; opacity: 0; border-radius: 50%; -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -ms-transform: scale(1.3); -o-transform: scale(1.3); transform: scale(1.3); -webkit-transition: 0.3s ease; -moz-transition: 0.3s ease; transition: 0.3s ease; } .hk-wrapper .hk-navbar a.nav-link-hover:hover:after { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .hk-wrapper .hk-navbar .navbar-nav { -ms-flex-direction: row; flex-direction: row; margin-left: auto; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .hk-wrapper .hk-navbar .navbar-nav .nav-item .nav-link { line-height: 57px; padding: 0 12px; } .hk-wrapper .hk-navbar .navbar-nav .nav-item:last-child .nav-link { padding-right: 0; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-authentication .nav-link .media { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-authentication .nav-link .media .media-img-wrap { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-right: 10px; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-authentication .nav-link .media .media-img-wrap .avatar { display: -webkit-box; display: -ms-flexbox; display: flex; height: 35px; width: 35px; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-authentication .nav-link .media .media-img-wrap .badge-indicator { bottom: 2px; height: 7px; right: 0; position: absolute; width: 7px; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-authentication .nav-link .media .media-body { display: -webkit-box; display: -ms-flexbox; display: flex; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-authentication .nav-link .media .media-body > span { font-size: 14px; text-transform: capitalize; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-authentication .nav-link .media .media-body > span > i { padding-left: 10px; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-notifications .nav-link { position: relative; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-notifications .nav-link .badge-wrap { position: absolute; top: 14px; right: 10px; line-height: 0; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-notifications .nav-link .badge-wrap .badge { position: relative; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-notifications .nav-link .badge-wrap .pulse { animation: pulse 2s infinite; } @-webkit-keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(122, 84, 73, 0.8); } 70% { box-shadow: 0 0 0 10px rgba(122, 84, 73, 0); } 100% { box-shadow: 0 0 0 0 rgba(122, 84, 73, 0); } } @keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(122, 84, 73, 0.8); } 70% { box-shadow: 0 0 0 10px rgba(122, 84, 73, 0); } 100% { box-shadow: 0 0 0 0 rgba(122, 84, 73, 0); } } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-notifications .dropdown-menu { min-width: 350px; padding-bottom: 0; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-notifications .dropdown-menu .dropdown-divider { margin: 0; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-notifications .dropdown-menu .dropdown-header { border-bottom: 1px solid #e0e3e4; padding-bottom: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-notifications .dropdown-menu .dropdown-header > a { margin-left: auto; font-weight: normal; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-notifications .dropdown-menu .dropdown-item { white-space: inherit; padding: .75rem 1.25rem; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-notifications .dropdown-menu .dropdown-item .media .media-img-wrap { margin-right: 15px; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-notifications .dropdown-menu .dropdown-item .media .media-body > div { display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-notifications .dropdown-menu .dropdown-item .media .media-body > div .notifications-text { color: #5e7d8a; font-size: 14px; max-width: 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-notifications .dropdown-menu .dropdown-item .media .media-body > div .notifications-time { color: #5e7d8a; font-size: 12px; margin-top: 3px; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-notifications .dropdown-menu .dropdown-item.read-notifications { background: #f5f5f6; } .hk-wrapper .hk-navbar.navbar-light { background: #313f96; } .hk-wrapper .hk-navbar.navbar-light .navbar-brand { color: white; } .hk-wrapper .hk-navbar.navbar-light a.navbar-toggle-btn { color: white; } .hk-wrapper .hk-navbar.navbar-light a.nav-link-hover:after { background: rgba(50, 65, 72, 0.1); } .hk-wrapper .hk-navbar.navbar-light .navbar-nav.hk-navbar-content .nav-item .nav-link { color: white; } .hk-wrapper .hk-navbar.navbar-light .navbar-nav.hk-navbar-content .nav-item .nav-link:hover, .hk-wrapper .hk-navbar.navbar-light .navbar-nav.hk-navbar-content .nav-item .nav-link:focus { color: white; } .hk-wrapper .hk-navbar.navbar-light .navbar-nav.hk-navbar-content .nav-item.dropdown.dropdown-authentication .nav-link .media .media-body > span > i { color: white; } .hk-wrapper .hk-navbar.navbar-dark { background: #502f25; } .hk-wrapper .hk-navbar.navbar-dark a.navbar-toggle-btn { color: #fff; } .hk-wrapper .hk-navbar.navbar-dark a.nav-link-hover:after { background: rgba(255, 255, 255, 0.1); } .hk-wrapper .hk-navbar.navbar-dark .navbar-nav.hk-navbar-content .nav-item .nav-link { color: rgba(255, 255, 255, 0.7); } .hk-wrapper .hk-navbar.navbar-dark .navbar-nav.hk-navbar-content .nav-item .nav-link:hover, .hk-wrapper .hk-navbar.navbar-dark .navbar-nav.hk-navbar-content .nav-item .nav-link:focus { color: #fff; } .hk-wrapper .hk-navbar.navbar-dark .navbar-nav.hk-navbar-content .nav-item.dropdown.dropdown-authentication .nav-link .media .media-body > span > i { color: rgba(255, 255, 255, 0.4); } .hk-wrapper .hk-navbar.hk-navbar-alt .navbar-nav { margin-left: 0; } .hk-wrapper .hk-navbar.hk-navbar-alt .navbar-search-alt { margin-left: auto; } .hk-wrapper .hk-navbar.hk-navbar-alt .navbar-search-alt .input-group .input-group-prepend { border: none; position: absolute; left: 0; z-index: 1; height: 100%; pointer-events: none; } .hk-wrapper .hk-navbar.hk-navbar-alt .navbar-search-alt .input-group .input-group-prepend .input-group-text { background: transparent; border: none; color: #fff; } .hk-wrapper .hk-navbar.hk-navbar-alt .navbar-search-alt .input-group > input { border-radius: 50px; border: none; padding-left: 30px; padding-left: 40px; } .hk-wrapper .hk-navbar.hk-navbar-alt .navbar-toggler { padding: 0; font-size: inherit; border: none; } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-light .navbar-search-alt .input-group .input-group-prepend .input-group-text { color: rgba(255, 255, 255, 0.7); } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-light .navbar-search-alt .input-group > input { background: rgba(50, 65, 72, 0.05); color: #324148; } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-light .navbar-search-alt .input-group > input::-webkit-input-placeholder { color: rgba(50, 65, 72, 0.4); } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-light .navbar-search-alt .input-group > input:-moz-placeholder { color: rgba(50, 65, 72, 0.4); } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-light .navbar-search-alt .input-group > input::-moz-placeholder { color: rgba(50, 65, 72, 0.4); } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-light .navbar-search-alt .input-group > input:-ms-input-placeholder { color: rgba(50, 65, 72, 0.4); } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-dark .navbar-search-alt .input-group .input-group-prepend .input-group-text { color: rgba(255, 255, 255, 0.7); } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-dark .navbar-search-alt .input-group > input { background: rgba(255, 255, 255, 0.1); color: #fff; } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-dark .navbar-search-alt .input-group > input::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.4); } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-dark .navbar-search-alt .input-group > input:-moz-placeholder { color: rgba(255, 255, 255, 0.4); } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-dark .navbar-search-alt .input-group > input::-moz-placeholder { color: rgba(255, 255, 255, 0.4); } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-dark .navbar-search-alt .input-group > input:-ms-input-placeholder { color: rgba(255, 255, 255, 0.4); } .hk-wrapper .navbar-search { position: absolute; top: 57px; left: 240px; right: 0px; z-index: 1; -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; } .hk-wrapper .navbar-search input { height: 50px; padding-left: 44px; background: #fef7c2; border: none; border-radius: 0; } .hk-wrapper .navbar-search input:focus { background: #fef7c2; border: none; box-shadow: none; } .hk-wrapper .navbar-search input:disabled { background-color: #fde74f; } .hk-wrapper .navbar-search input[readonly] { background-color: #ecd11e; } .hk-wrapper .navbar-search .feather-icon { display: block; } .hk-wrapper .navbar-search .feather-icon > svg { height: 18px; width: 18px; } .hk-wrapper .navbar-search .navbar-search-icon { position: absolute; left: 15px; top: 50%; color: #98a0a3; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } .hk-wrapper .navbar-search .navbar-search-close { position: absolute; right: 15px; top: 50%; color: #324148; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } .hk-wrapper.hk-nav-toggle .navbar-search { left: 51px; } .hk-wrapper.navbar-search-toggle .navbar-search { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } .hk-wrapper.navbar-search-toggle .hk-pg-wrapper { padding-top: 107px; } .hk-wrapper.scrollable-nav .hk-navbar { position: absolute; } @media (max-width: 1199px) { .hk-wrapper a.nav-link-hover { position: relative; text-align: center; } .hk-wrapper a.nav-link-hover:after { display: none; } .hk-wrapper .hk-navbar a.navbar-toggle-btn { margin-right: 12px; } .hk-wrapper .hk-navbar .navbar-brand { margin-right: 0; } .hk-wrapper .hk-navbar .navbar-nav .dropdown-menu { position: absolute; } .hk-wrapper .hk-navbar .navbar-nav .nav-item .nav-link { padding-left: 7px; padding-right: 7px; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-authentication .nav-link .media .media-img-wrap { margin-right: 0; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-authentication .nav-link .media .media-body { display: none; } .hk-wrapper .hk-navbar.hk-navbar-alt { justify-content: flex-start; -webkit-justify-content: flex-start; -ms-flex-pack: flex-start; } .hk-wrapper .hk-navbar.hk-navbar-alt > .navbar-nav { margin-left: auto; } .hk-wrapper .hk-navbar.hk-navbar-alt .navbar-collapse { position: absolute; width: 100%; top: 57px; left: 0; } .hk-wrapper .hk-navbar.hk-navbar-alt .navbar-collapse > .navbar-nav { flex-direction: column; align-items: flex-start; padding: 0 1rem; } .hk-wrapper .hk-navbar.hk-navbar-alt .navbar-collapse > .navbar-nav .nav-item { width: 100%; } .hk-wrapper .hk-navbar.hk-navbar-alt .navbar-collapse > .navbar-nav .nav-item .nav-link { line-height: 46px; border-bottom: 1px solid; } .hk-wrapper .hk-navbar.hk-navbar-alt .navbar-collapse > .navbar-nav .nav-item .dropdown-menu { position: static; border: none; background: transparent; } .hk-wrapper .hk-navbar.hk-navbar-alt .navbar-collapse > .navbar-nav .nav-item .dropdown-menu a.dropdown-item:not(.active):hover, .hk-wrapper .hk-navbar.hk-navbar-alt .navbar-collapse > .navbar-nav .nav-item .dropdown-menu a.dropdown-item:not(.active):focus { background: transparent; } .hk-wrapper .hk-navbar.hk-navbar-alt .navbar-search-alt { margin: 1.6rem 1rem; } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-light .navbar-collapse { background: #e0e3e4; } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-light .navbar-collapse > .navbar-nav .nav-item .nav-link { border-color: rgba(50, 65, 72, 0.1); } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-light .navbar-collapse > .navbar-nav .nav-item .dropdown-menu a.dropdown-item { color: rgba(50, 65, 72, 0.5); border-color: rgba(50, 65, 72, 0.3); } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-light .navbar-collapse > .navbar-nav .nav-item .dropdown-menu a.dropdown-item:hover, .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-light .navbar-collapse > .navbar-nav .nav-item .dropdown-menu a.dropdown-item:focus { color: rgba(255, 255, 255, 0.7); } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-light .navbar-collapse > .navbar-nav .nav-item .dropdown-menu a.dropdown-item.active, .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-light .navbar-collapse > .navbar-nav .nav-item .dropdown-menu a.dropdown-item.show { color: #324148; } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-dark .navbar-collapse { background: #2b383e; } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-dark .navbar-collapse > .navbar-nav .nav-item .nav-link { border-color: rgba(255, 255, 255, 0.1); } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-dark .navbar-collapse > .navbar-nav .nav-item .dropdown-menu a.dropdown-item { color: rgba(255, 255, 255, 0.5); } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-dark .navbar-collapse > .navbar-nav .nav-item .dropdown-menu a.dropdown-item:hover, .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-dark .navbar-collapse > .navbar-nav .nav-item .dropdown-menu a.dropdown-item:focus { color: rgba(255, 255, 255, 0.7); } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-dark .navbar-collapse > .navbar-nav .nav-item .dropdown-menu a.dropdown-item.active, .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-dark .navbar-collapse > .navbar-nav .nav-item .dropdown-menu a.dropdown-item.show { color: #fff; } .hk-wrapper .navbar-search { left: 0px; } .hk-wrapper.hk-nav-toggle .navbar-search { left: 0; } } @media (max-width: 414px) { .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-notifications { position: static; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-notifications .dropdown-menu { left: 0; right: 0; min-width: auto; } .hk-wrapper .hk-navbar .navbar-nav .nav-item .nav-link { padding-left: 4px; padding-right: 4px; } } /*Vertical Navigation*/ .hk-wrapper.hk-vertical-nav .hk-pg-wrapper { margin-left: 240px; left: 0; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; } .hk-wrapper.hk-vertical-nav .hk-nav { position: fixed; top: 57px; left: 0; width: 240px; margin-left: 0; bottom: 0; z-index: 100; border: none; box-shadow: 0 0 28px rgba(0, 0, 0, 0.07); -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; } .hk-wrapper.hk-vertical-nav .hk-nav .nav-header { padding: .5rem 1.15rem; width: 240px; font-size: 11px; text-transform: uppercase; font-weight: 700; } .hk-wrapper.hk-vertical-nav .hk-nav .nav-header > span:last-child { display: none; } .hk-wrapper.hk-vertical-nav .hk-nav .nav-separator { margin: 15px 0; } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav-wrap { padding-top: 0.75rem; padding-bottom: 0.75rem; } .hk-wrapper.hk-vertical-nav .hk-nav .hk-nav-close { padding: 1rem; display: none; position: absolute; width: 100%; z-index: 1; background: inherit; } .hk-wrapper.hk-vertical-nav .hk-nav .hk-nav-close .feather-icon { display: block; } .hk-wrapper.hk-vertical-nav .hk-nav .hk-nav-close .feather-icon > svg { height: 20px; width: 20px; } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav li { width: 240px; } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .nav-item .nav-link-text { display: inline-block; } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .nav-item .nav-link { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .5rem 1rem; } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .nav-item .nav-link > i { font-size: 16px; margin-right: 15px; line-height: 25px; } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .nav-item .nav-link > .feather-icon { min-width: 32px; line-height: 25px; } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .nav-item .nav-link > .feather-icon > svg { height: 18px; width: 18px; } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .nav-item .nav-link[data-toggle="collapse"]::after { content: '\f2f9'; font: normal normal normal 14px/1 'Material-Design-Iconic-Font'; font-size: 16px; text-rendering: auto; margin-left: auto; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .nav-item .nav-link[data-toggle="collapse"][aria-expanded="true"]::after { -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .nav-item .nav-link.link-with-badge:after { display: none; } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .nav-item .nav-link.link-with-badge .badge { margin-left: auto; } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1 .nav-item .nav-link { padding: 0.35rem 1rem 0.35rem 3rem; font-size: 14px; } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1 .nav-item .nav-link[data-toggle="collapse"]::after { font-size: 14px; } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1 .nav-item ul.collapse-level-2 .nav-item .nav-link { padding: 0.35rem 1rem 0.35rem 4rem; } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1 .nav-item ul.collapse-level-2 .nav-item .nav-link[data-toggle="collapse"]::after { font-size: 14px; } .hk-wrapper.hk-vertical-nav .hk-nav.hk-nav-light { background: #fff; } .hk-wrapper.hk-vertical-nav .hk-nav.hk-nav-light .nav-header { color: wheat; } .hk-wrapper.hk-vertical-nav .hk-nav.hk-nav-light .nav-separator { border-color: rgb(255, 214, 7)} .hk-wrapper.hk-vertical-nav .hk-nav.hk-nav-light .navbar-nav .nav-item .nav-link { color: white; } .hk-wrapper.hk-vertical-nav .hk-nav.hk-nav-light .navbar-nav .nav-item .nav-link:hover, .hk-wrapper.hk-vertical-nav .hk-nav.hk-nav-light .navbar-nav .nav-item .nav-link:focus { color: white; } .hk-wrapper.hk-vertical-nav .hk-nav.hk-nav-light .navbar-nav .nav-item.active > .nav-link { color: white; } .hk-wrapper.hk-vertical-nav .hk-nav.hk-nav-light .hk-nav-close { color: white; } .hk-wrapper.hk-vertical-nav .hk-nav.hk-nav-dark { background: #301811; } .hk-wrapper.hk-vertical-nav .hk-nav.hk-nav-dark .nav-header { color: rgba(255, 255, 255, 0.4); } .hk-wrapper.hk-vertical-nav .hk-nav.hk-nav-dark .nav-separator { border-color: rgba(255, 255, 255, 0.05); } .hk-wrapper.hk-vertical-nav .hk-nav.hk-nav-dark .navbar-nav .nav-item .nav-link { color: rgba(255, 255, 255, 0.6); } .hk-wrapper.hk-vertical-nav .hk-nav.hk-nav-dark .navbar-nav .nav-item .nav-link:hover, .hk-wrapper.hk-vertical-nav .hk-nav.hk-nav-dark .navbar-nav .nav-item .nav-link:focus { color: rgba(255, 255, 255, 0.8); } .hk-wrapper.hk-vertical-nav .hk-nav.hk-nav-dark .navbar-nav .nav-item.active > .nav-link { color: #fff; } .hk-wrapper.hk-vertical-nav .hk-nav.hk-nav-dark .hk-nav-close { color: #fff; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-pg-wrapper { margin-left: 51px; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav { width: 51px; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav .nav-header > span:first-child { display: none; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav .nav-header > span:last-child { display: inline; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav .navbar-nav .nav-item .nav-link-text { display: none; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav .navbar-nav .collapse.show { display: none; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav:hover { width: 240px; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav:hover .nav-header > span:first-child { display: inline; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav:hover .nav-header > span:last-child { display: none; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav:hover .navbar-nav .nav-item .nav-link-text { display: inline-block; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav:hover .navbar-nav .collapse.show { display: block; } .hk-wrapper.hk-vertical-nav .hk-nav-backdrop { background: rgba(50, 65, 72, 0.5); position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 1030; -webkit-transition: opacity 0.4s ease; -moz-transition: opacity 0.4s ease; transition: opacity 0.4s ease; opacity: 0; height: 0; width: 0; visibility: hidden; } .hk-wrapper.hk-vertical-nav.scrollable-nav .hk-nav { position: absolute; } @media (min-width: 1200px) { .hk-wrapper.hk-vertical-nav.hk-icon-nav .hk-pg-wrapper { margin-left: 51px; } .hk-wrapper.hk-vertical-nav.hk-icon-nav .hk-nav { width: 51px; } .hk-wrapper.hk-vertical-nav.hk-icon-nav .hk-nav .nav-header > span:first-child { display: none; } .hk-wrapper.hk-vertical-nav.hk-icon-nav .hk-nav .nav-header > span:last-child { display: inline; } .hk-wrapper.hk-vertical-nav.hk-icon-nav .hk-nav .navbar-nav .nav-item .nav-link-text { display: none; } .hk-wrapper.hk-vertical-nav.hk-icon-nav .hk-nav .navbar-nav .collapse.show { display: none; } .hk-wrapper.hk-vertical-nav.hk-icon-nav .hk-nav:hover { width: 240px; } .hk-wrapper.hk-vertical-nav.hk-icon-nav .hk-nav:hover .nav-header > span:first-child { display: inline; } .hk-wrapper.hk-vertical-nav.hk-icon-nav .hk-nav:hover .nav-header > span:last-child { display: none; } .hk-wrapper.hk-vertical-nav.hk-icon-nav .hk-nav:hover .navbar-nav .nav-item .nav-link-text { display: inline-block; } .hk-wrapper.hk-vertical-nav.hk-icon-nav .hk-nav:hover .navbar-nav .collapse.show { display: block; } .hk-wrapper.hk-vertical-nav.hk-icon-nav.hk-nav-toggle .hk-pg-wrapper { margin-left: 240px; left: 0; } .hk-wrapper.hk-vertical-nav.hk-icon-nav.hk-nav-toggle .hk-nav { left: 0; width: 240px; margin-left: 0; } .hk-wrapper.hk-vertical-nav.hk-icon-nav.hk-nav-toggle .hk-nav .nav-header > span:first-child { display: inline; } .hk-wrapper.hk-vertical-nav.hk-icon-nav.hk-nav-toggle .hk-nav .nav-header > span:last-child { display: none; } .hk-wrapper.hk-vertical-nav.hk-icon-nav.hk-nav-toggle .hk-nav .navbar-nav .nav-item .nav-link-text { display: inline-block; } .hk-wrapper.hk-vertical-nav.hk-icon-nav.hk-nav-toggle .hk-nav .navbar-nav .collapse.show { display: block; } } @media (max-width: 1199px) { .hk-wrapper.hk-vertical-nav .hk-pg-wrapper { margin-left: 0px; } .hk-wrapper.hk-vertical-nav .hk-nav { left: -240px; top: 0; z-index: 1040; } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav-wrap { padding-top: 3.3rem; } .hk-wrapper.hk-vertical-nav .hk-nav .nav-header > span:first-child { display: inline; } .hk-wrapper.hk-vertical-nav .hk-nav .nav-header > span:last-child { display: none; } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .nav-item .nav-link-text { display: inline-block; } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .collapse.show { display: block; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-pg-wrapper { left: 0; margin-left: 0; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav { width: 240px; left: 0; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav .nav-header > span:first-child { display: inline; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav .nav-header > span:last-child { display: none; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav .navbar-nav .nav-item .nav-link-text { display: inline-block; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav .navbar-nav .collapse.show { display: block; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav .hk-nav-close { display: block; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav-backdrop { opacity: 1; height: auto; width: auto; visibility: visible; } } /*Horizontal Navigation*/ .hk-wrapper.hk-horizontal-nav .hk-pg-wrapper { position: relative; left: 0; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; } .hk-wrapper.hk-horizontal-nav .hk-nav { position: fixed; top: 0; left: -240px; width: 240px; margin-left: 0; bottom: 0; z-index: 1040; border: none; box-shadow: 0 28px 28px rgba(0, 0, 0, 0.07); -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav-wrap { padding-top: 3.3rem; padding-bottom: 0.75rem; } .hk-wrapper.hk-horizontal-nav .hk-nav .hk-nav-close { padding: 1rem; display: block; position: absolute; width: 100%; z-index: 1; background: inherit; } .hk-wrapper.hk-horizontal-nav .hk-nav .hk-nav-close .feather-icon { display: block; } .hk-wrapper.hk-horizontal-nav .hk-nav .hk-nav-close .feather-icon > svg { height: 20px; width: 20px; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav.flex-row { -ms-flex-direction: column !important; flex-direction: column !important; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav li { width: 240px; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item .nav-link-text { display: inline-block; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item .nav-link { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .5rem 1rem; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item .nav-link > .feather-icon { min-width: 32px; line-height: 25px; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item .nav-link > .feather-icon > svg { height: 18px; width: 18px; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item .nav-link[data-toggle="collapse"]::after { content: '\f2f9'; font: normal normal normal 14px/1 'Material-Design-Iconic-Font'; font-size: 16px; text-rendering: auto; margin-left: auto; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item .nav-link[data-toggle="collapse"][aria-expanded="true"]::after { -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item .nav-link.link-with-badge:after { display: none; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item .nav-link.link-with-badge .badge { margin-left: auto; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item .nav-link.link-with-indicator > .feather-icon { position: relative; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item .nav-link.link-with-indicator > .feather-icon .badge { position: absolute; left: 13px; top: 0px; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1 .nav-item .nav-link { padding: 0.35rem 1rem 0.35rem 3rem; font-size: 14px; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1 .nav-item .nav-link[data-toggle="collapse"]::after { font-size: 14px; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1 .nav-item ul.collapse-level-2 .nav-item .nav-link { padding: 0.35rem 1rem 0.35rem 4rem; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1 .nav-item ul.collapse-level-2 .nav-item .nav-link[data-toggle="collapse"]::after { font-size: 14px; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item.horizontal-nav-separator:after { content: ""; height: 100%; width: 1px; position: absolute; background: #e0e3e4; position: absolute; top: 0; right: 0; } .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-light { background: #fff; } .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-light .nav-header { color: rgba(50, 65, 72, 0.4); } .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-light .nav-separator { border-color: rgba(50, 65, 72, 0.05); } .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-light .navbar-nav .nav-item .nav-link { color: rgba(50, 65, 72, 0.6); } .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-light .navbar-nav .nav-item .nav-link:hover, .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-light .navbar-nav .nav-item .nav-link:focus { color: rgba(50, 65, 72, 0.8); } .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-light .navbar-nav .nav-item.active > .nav-link { color: #324148; } .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-light .hk-nav-close { color: #324148; } .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-dark { background: #502f25; } .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-dark .nav-header { color: rgba(255, 255, 255, 0.4); } .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-dark .nav-separator { border-color: rgba(255, 255, 255, 0.05); } .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-dark .navbar-nav .nav-item .nav-link { color: rgba(255, 255, 255, 0.6); } .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-dark .navbar-nav .nav-item .nav-link:hover, .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-dark .navbar-nav .nav-item .nav-link:focus { color: rgba(255, 255, 255, 0.8); } .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-dark .navbar-nav .nav-item.active > .nav-link { color: #fff; } .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-dark .hk-nav-close { color: #fff; } .hk-wrapper.hk-horizontal-nav .hk-nav-backdrop { background: rgba(50, 65, 72, 0.5); position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 1030; -webkit-transition: opacity 0.4s ease; -moz-transition: opacity 0.4s ease; transition: opacity 0.4s ease; opacity: 0; height: 0; width: 0; visibility: hidden; } .hk-wrapper.hk-horizontal-nav.hk-nav-toggle .hk-pg-wrapper { left: 0; } .hk-wrapper.hk-horizontal-nav.hk-nav-toggle .hk-nav { left: 0; } .hk-wrapper.hk-horizontal-nav.hk-nav-toggle .hk-nav-backdrop { opacity: 1; height: auto; width: auto; visibility: visible; } .hk-wrapper.hk-horizontal-nav.scrollable-nav .hk-nav { position: absolute; } @media (min-width: 1200px) { .hk-wrapper.hk-horizontal-nav .navbar-search { top: 97px; left: 0; } .hk-wrapper.hk-horizontal-nav.navbar-search-toggle .navbar-search { top: 106px; } .hk-wrapper.hk-horizontal-nav.navbar-search-toggle .hk-pg-wrapper { padding-top: 156px; left: 0; } .hk-wrapper.hk-horizontal-nav .hk-pg-wrapper { margin-left: 0; padding-top: 106px; left: 0; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; } .hk-wrapper.hk-horizontal-nav .hk-nav { left: 0; top: 57px; bottom: auto; width: 100%; z-index: 100; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); box-shadow: 0 0 28px rgba(0, 0, 0, 0.07); } .hk-wrapper.hk-horizontal-nav .hk-nav > .slimScrollDiv { overflow: visible !important; } .hk-wrapper.hk-horizontal-nav .hk-nav > .slimScrollDiv > .nicescroll-bar { overflow: visible !important; } .hk-wrapper.hk-horizontal-nav .hk-nav > .slimScrollDiv .slimScrollBar { display: none !important; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav-wrap { padding-top: 0; padding-bottom: 0; } .hk-wrapper.hk-horizontal-nav .hk-nav .hk-nav-close { display: none; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav > .nav-item > .nav-link { min-height: 50px; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav li { width: auto; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav.flex-row { -ms-flex-direction: row !important; flex-direction: row !important; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item { position: relative; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item .nav-link { padding: .75rem 1rem; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item .nav-link > .feather-icon { min-width: 26px; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item .nav-link[data-toggle="collapse"]::after { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item .nav-link[data-toggle="collapse"][aria-expanded="true"]::after { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item .nav-link.link-with-badge .badge { margin-left: 15px; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1, .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-2 { height: auto !important; min-width: 10rem; position: absolute !important; z-index: 1; border-radius: .25rem; border: 1px solid #e0e3e4; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1.collapse.show, .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1.collapsing, .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-2.collapse.show, .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-2.collapsing { display: none; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1 { left: 0; padding: 1rem 0; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1 .nav-item .nav-link { padding: .25rem 1.5rem; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1 .nav-item ul.collapse-level-2 { padding: 0.5rem 0; left: 100%; top: 0; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1 .nav-item ul.collapse-level-2 .nav-item .nav-link { padding: .25rem 1rem; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item:hover > ul.collapse, .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item:hover > ul.collapse.show, .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item:hover > ul.collapsing { display: block; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav > .nav-item > .nav-link[data-toggle="collapse"]::after { margin-left: 10px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav > .nav-item > .nav-link[data-toggle="collapse"][aria-expanded="true"]::after { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-light .navbar-nav .nav-item ul.collapse-level-1, .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-light .navbar-nav .nav-item ul.collapse-level-2 { background: #fff; } .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-dark .navbar-nav .nav-item ul.collapse-level-1, .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-dark .navbar-nav .nav-item ul.collapse-level-2 { background: #502f25; } .hk-wrapper.hk-horizontal-nav.hk-nav-toggle.hk-wrapper.hk-horizontal-nav .navbar-search { top: 57px; left: 0; } .hk-wrapper.hk-horizontal-nav.hk-nav-toggle.hk-wrapper.hk-horizontal-nav.navbar-search-toggle .hk-pg-wrapper { padding-top: 107px; left: 0; } .hk-wrapper.hk-horizontal-nav.hk-nav-toggle.hk-wrapper.hk-horizontal-nav .hk-pg-wrapper { padding-top: 57px; margin-left: 0; left: 0; } .hk-wrapper.hk-horizontal-nav.hk-nav-toggle .hk-nav { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); } .hk-wrapper.hk-horizontal-nav.hk-nav-toggle .hk-nav .navbar-nav .nav-item .nav-link-text { display: inline-block; } .hk-wrapper.hk-horizontal-nav.hk-nav-toggle .hk-nav-backdrop { opacity: 0; height: 0; width: 0; visibility: hidden; } } .hk-wrapper .hk-settings-panel { position: fixed; top: 0; right: -310px; width: 310px; bottom: 0; z-index: 1040; border: none; background: #fff; box-shadow: 0 28px 28px rgba(0, 0, 0, 0.07); -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; } .hk-wrapper .hk-settings-panel .settings-panel-wrap { padding: 20px; } .hk-wrapper .hk-settings-panel .settings-panel-wrap .settings-panel-head { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between; } .hk-wrapper .hk-settings-panel .settings-panel-wrap .settings-panel-head a { color: #adb3b6; position: absolute; right: 10px; top: 10px; } .hk-wrapper .hk-settings-panel .settings-panel-wrap .settings-panel-head a .feather-icon { display: block; } .hk-wrapper .hk-settings-panel .settings-panel-wrap .settings-panel-head a .feather-icon > svg { height: 18px; width: 18px; } .hk-wrapper .hk-settings-panel .settings-panel-wrap .layout-img-wrap { margin-top: 15px; } .hk-wrapper .hk-settings-panel .settings-panel-wrap .layout-img-wrap a { display: inline-block; font-size: 0; position: relative; } .hk-wrapper .hk-settings-panel .settings-panel-wrap .layout-img-wrap a img { width: 100%; } .hk-wrapper .hk-settings-panel .settings-panel-wrap .layout-img-wrap a i { font-size: 15px; position: absolute; right: 25px; top: 10px; opacity: 0; height: 20px; width: 20px; background: #313f96; border-radius: 50%; text-align: center; padding-top: 2px; color: #fff; } .hk-wrapper .hk-settings-panel .settings-panel-wrap .layout-img-wrap a.active i { opacity: 1; } .hk-wrapper.hk-settings-toggle .hk-settings-panel { right: 0; } /*Grid*/ .hk-row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -7px; margin-left: -7px; } .hk-row > .col, .hk-row > [class*="col-"] { padding-right: 7px; padding-left: 7px; } /*Section*/ .hk-sec-wrapper { background: #fff; padding: 1.5rem; border: 1px solid #e2e2e2; border-radius: .25rem; box-shadow: 0 0px 18px rgba(0, 0, 0, 0.1); margin-bottom: 14px; } .hk-sec-wrapper .hk-sec-title { display: block; margin-bottom: 10px; } .hk-sec-wrapper .hk-sec-label { font-size: 14px; display: block; text-transform: uppercase; } @media (max-width: 1400px) { .hk-sec-wrapper { padding-left: 1.25rem; padding-right: 1.25rem; } } @media (max-width: 767px) { .hk-pg-wrapper { padding-bottom: 85px; } } @media (max-width: 575px) { .hk-sec-wrapper { padding-left: 1rem; padding-right: 1rem; } } /*Card*/ .card { border-color: #e2e2e2; margin-bottom: 14px; box-shadow: 0 0px 18px rgba(0, 0, 0, 0.1); } .card .card-header { background: transparent; border-color: #e2e2e2; } .card .card-header.card-header-action { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between; } .card .card-action-wrap a { color: #6f7a7f; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; } .card .card-action-wrap a[data-toggle="collapse"] i, .card .card-action-wrap a[data-toggle="collapse"] span { font-size: 24px; } .card .card-action-wrap a.collapsed span.zmdi-chevron-down:before, .card .card-action-wrap a.collapsed i.zmdi-chevron-down:before { content: '\f2fc'; } .card .card-action-wrap a.card-close i, .card .card-action-wrap a.card-close span { font-size: 20px; } .card .card-action-wrap a.full-screen i, .card .card-action-wrap a.full-screen span { font-size: 18px; } .card .card-action-wrap a.dropdown-toggle i, .card .card-action-wrap a.dropdown-toggle span { font-size: 23px; } .card .card-action-wrap a:hover { color: #324148; } .card .card-text { margin-bottom: 15px; } .card .card-text:last-child { margin-bottom: 0; } .card .card-footer { background: transparent; border-color: #e0e3e4; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .card .card-img-bg { overflow: hidden; background-size: cover; background-position: center; background-repeat: no-repeat; } .card .card-img-overlay { position: static; } .card.card-refresh { position: relative; } .card.card-refresh .refresh-container { background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0; height: 100%; left: 0; position: absolute; top: 0; width: 100%; display: none; z-index: 5; cursor: wait; overflow: hidden; } .card.card-refresh .refresh-container .loader-pendulums { font-size: 2rem; } .card.card-refresh > .card-header .card-action-wrap > a.refresh span, .card.card-refresh > .card-header .card-action-wrap > a.refresh i { font-size: 21px; } .card.fullscreen { height: 100%; left: 0; margin: 0; position: fixed; overflow-y: auto; top: 0; width: 100%; z-index: 1040; } .card.fullscreen > .card-header .card-action-wrap > a, .card.fullscreen > .card-header .card-action-wrap .dropdown { opacity: 0; visibility: hidden; } .card.fullscreen > .card-header .card-action-wrap > a.full-screen, .card.fullscreen > .card-header .card-action-wrap .dropdown.full-screen { opacity: 1; visibility: visible; } .card.fullscreen > .card-header .card-action-wrap > a.full-screen i.ion-md-expand::before, .card.fullscreen > .card-header .card-action-wrap .dropdown.full-screen i.ion-md-expand::before { content: "\f2d8"; } .card.card-lg .card-header, .card.card-lg .card-footer { padding: .9rem 1.5rem; } .card.card-lg .card-body { padding: 1.5rem; } .card.card-sm .card-header, .card.card-sm .card-footer { padding: .75rem 1rem; } .card.card-sm .card-body { padding: 1rem; } .card.card-flush { border: 0 !important; box-shadow: none !important; } .card-column-1 { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; -webkit-column-gap: 0; -moz-column-gap: 0; column-gap: 0; } .card-group { box-shadow: 0 0px 18px rgba(0, 0, 0, 0.1); margin-bottom: 14px; } .card-group > .card { margin-bottom: 0; box-shadow: none; } @media (max-width: 576px) { .card.card-lg .card-header, .card.card-lg .card-footer { padding: .75rem 1.25rem; } .card.card-lg .card-body { padding: 1.25rem; } } /*Breadcrumb*/ .hk-breadcrumb .breadcrumb { border-bottom: 1px solid; border-radius: 0; padding: 12px 15px; margin-bottom: 2rem; border-color: rgba(50, 65, 72, 0.05); } .hk-breadcrumb .breadcrumb .breadcrumb-item { font-size: 14px; } .hk-breadcrumb .breadcrumb.breadcrumb-light { background: #fff; } .hk-breadcrumb .breadcrumb.breadcrumb-light .breadcrumb-item > a { color: rgba(50, 65, 72, 0.5); } .hk-breadcrumb .breadcrumb.breadcrumb-light .breadcrumb-item > a:hover, .hk-breadcrumb .breadcrumb.breadcrumb-light .breadcrumb-item > a:focus { color: rgb(49, 63, 150); } .hk-breadcrumb .breadcrumb.breadcrumb-light .breadcrumb-item.active { color: rgba(50, 65, 72, 0.8); } .hk-breadcrumb .breadcrumb.breadcrumb-light .breadcrumb-item + .breadcrumb-item:before { color: rgba(50, 65, 72, 0.2); } .hk-breadcrumb .breadcrumb.breadcrumb-dark { background: #324148; } .hk-breadcrumb .breadcrumb.breadcrumb-dark .breadcrumb-item > a { color: rgba(255, 255, 255, 0.5); } .hk-breadcrumb .breadcrumb.breadcrumb-dark .breadcrumb-item > a:hover, .hk-breadcrumb .breadcrumb.breadcrumb-dark .breadcrumb-item > a:focus { color: rgba(255, 255, 255, 0.7); } .hk-breadcrumb .breadcrumb.breadcrumb-dark .breadcrumb-item.active { color: rgba(255, 255, 255, 0.8); } .hk-breadcrumb .breadcrumb.breadcrumb-dark .breadcrumb-item + .breadcrumb-item:before { color: rgba(255, 255, 255, 0.2); } .hk-breadcrumb .breadcrumb-item + .breadcrumb-item { padding-left: .3rem; } .hk-breadcrumb .breadcrumb-item + .breadcrumb-item:before { font-family: "dripicons-v2" !important; content: "V"; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 11px; padding-right: .3rem; position: relative; top: 1px; color: rgba(193, 198, 200, 0.8); } /*Footer*/ .hk-footer-wrap { position: absolute; left: 0; right: 0; bottom: 0; } .hk-footer-wrap .footer p { display: block; font-size: 13px; line-height: 60px; } .hk-footer-wrap .footer a { margin-left: 5px; } .hk-footer-wrap .footer .col-sm-12:nth-child(2) { text-align: right; } @media (max-width: 767px) { .hk-footer-wrap .footer { padding-left: 5px; padding-right: 5px; margin-left: 0; margin-right: 0; padding-bottom: 15px; } .hk-footer-wrap .footer p { display: block; font-size: 13px; line-height: 35px; } .hk-footer-wrap .footer a { margin-left: 5px; } .hk-footer-wrap .footer .col-sm-12, .hk-footer-wrap .footer .col-sm-12:nth-child(2) { text-align: center; } } /*Form*/ .form-control, .dd-handle { color: #324148; border-width: 2px; border-color: #e0e3e4; padding: .375rem .75rem; height: calc(2.25rem + 4px); } .form-control:focus, .dd-handle:focus { box-shadow: none; border-color: #313f96; } .form-control.square-input, .square-input.dd-handle { border-radius: 0; } .form-control:disabled, .dd-handle:disabled { background-color: #fff; border-color: #f5f5f6; color: #c1c6c8; opacity: 1; } .form-control[readonly], [readonly].dd-handle { background-color: #fff; border-color: #d6d9da; } .form-control.filled-input, .filled-input.dd-handle { background: #f5f5f6; border: none; } .form-control.filled-input:focus, .filled-input.dd-handle:focus { background: #e0e3e4; border: none; box-shadow: none; } .form-control.filled-input:disabled, .filled-input.dd-handle:disabled { background: rgba(245, 245, 246, 0.6); } .form-control.filled-input[readonly], .filled-input[readonly].dd-handle { background-color: #d6d9da; } .form-control.outline-input, .outline-input.dd-handle { background: transparent; } .form-control.transparent-input, .transparent-input.dd-handle { background: transparent; border: none; } .form-control.transparent-input:focus, .transparent-input.dd-handle:focus { background: transparent; border: none; box-shadow: none; } .form-control.rounded-input, .rounded-input.dd-handle { border-radius: 50px; } .form-control::-webkit-input-placeholder, .dd-handle::-webkit-input-placeholder { color: #c1c6c8; } .form-control:-moz-placeholder, .dd-handle:-moz-placeholder { color: #c1c6c8; } .form-control::-moz-placeholder, .dd-handle::-moz-placeholder { color: #c1c6c8; } .form-control:-ms-input-placeholder, .dd-handle:-ms-input-placeholder { color: #c1c6c8; } .form-control-lg, .custom-select-lg { font-size: 1.1rem; padding: .5rem 1rem; height: calc(2.875rem + 4px); } .form-control-sm, .custom-select-sm { font-size: 0.875rem; padding: .25rem .5rem; height: calc(1.8125rem + 4px); } .custom-select { padding-right: 1.75rem; } /*Inut group*/ .input-group-prepend { margin-right: -2px; } .input-group-append { margin-left: -2px; } .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text { margin-left: -2px; } .input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-file + .dd-handle, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .custom-select + .dd-handle, .input-group > .form-control + .custom-file, .input-group > .dd-handle + .custom-file, .input-group > .form-control + .custom-select, .input-group > .dd-handle + .custom-select, .input-group > .form-control + .form-control, .input-group > .dd-handle + .form-control, .input-group > .form-control + .dd-handle, .input-group > .dd-handle + .dd-handle { margin-left: -2px; } .input-group-text { border-color: #e0e3e4; background-color: #f5f5f6; border-width: 2px; } label { margin-bottom: 10px; color: #324148; } .custom-control-input:disabled ~ .custom-control-label { color: #5e7d8a; } .custom-file-label { color: #324148; border: 2px solid #e0e3e4; height: calc(2.25rem + 4px); } .custom-file-label:after { border-left: 0; background: #f5f5f6; } /*Form validation*/ .custom-select.is-valid, .form-control.is-valid, .is-valid.dd-handle, .was-validated .custom-select:valid, .was-validated .form-control:valid, .was-validated .dd-handle:valid { border-color: #22af47; } .custom-select.is-invalid, .form-control.is-invalid, .is-invalid.dd-handle, .was-validated .custom-select:invalid, .was-validated .form-control:invalid, .was-validated .dd-handle:invalid { border-color: #f95851; } .valid-feedback { color: #22af47; } .invalid-feedback { color: #f95851; } .custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label { color: #22af47; } .custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label { color: #f95851; } .custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before { background-color: #f95851; } .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before { background-color: #22af47; } .custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before { background-color: #22af47; } .custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before { box-shadow: none; } .custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before { box-shadow: none; } .custom-select.is-valid:focus, .form-control.is-valid:focus, .is-valid.dd-handle:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus, .was-validated .dd-handle:valid:focus { border-color: #22af47; box-shadow: none; } .custom-select.is-invalid:focus, .form-control.is-invalid:focus, .is-invalid.dd-handle:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus, .was-validated .dd-handle:invalid:focus { border-color: #f95851; box-shadow: none; } .custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label { border-color: #f95851; } .custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label { border-color: #22af47; } .custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label { box-shadow: none; border-color: #22af47; } .custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label { box-shadow: none; border-color: #f95851; } .valid-tooltip { background: #22af47; } .invalid-tooltip { background: #f95851; } /*Select2*/ .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .select2-dropdown { border-color: #e0e3e4; } .select2-container { width: 100% !important; } .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple { display: block; width: 100%; height: calc(2.25rem + 4px); padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; color: #324148; background-color: #fff; border: 2px solid #e0e3e4; border-radius: .25rem; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; } .select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--multiple:focus { border-color: #313f96; } .select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--multiple .select2-selection__arrow { height: calc(2.25rem + 4px); top: 0; right: 6px; } .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--multiple .select2-selection__rendered { color: #324148; line-height: inherit; } .select2-container--default .select2-search--dropdown .select2-search__field { border-color: #e0e3e4; } .select2-container--default.select2-container--focus .select2-selection--multiple { border: solid #313f96 2px; } .select2-container--default.select2-container--open .select2-selection--single { border-color: #313f96; } .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { border-radius: .25rem; } .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #313f96; } .select2-container--default .select2-results__option[aria-selected="true"] { background-color: #f5f5f6; color: #324148; } .select2-container--default .select2-selection--multiple { height: auto; min-height: calc(2.25rem + 4px); } .select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: #313f96; border: none; color: #fff; margin-right: 6px; margin-top: 6px; padding: 1px 7px; } .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove { color: #fff; font-weight: 600; margin-left: 6px; float: right; font-size: 14px; opacity: 0.5; padding-top: 1px; } .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover { opacity: 1; } .select2-container--default .select2-selection--multiple .select2-selection__rendered { padding: 0 6px; } /*Tinymce*/ .mce-container, .mce-container *, .mce-widget, .mce-widget *, .mce-reset { color: #98a0a3 !important; } .mce-text { font-family: "Roboto", sans-serif !important; } .mce-menu-item .mce-caret { border-left-color: #98a0a3 !important; } div.mce-menu .mce-menu-item-sep, .mce-menu-item-sep:hover { border-bottom-color: #e0e3e4 !important; } .mce-menu { border-bottom-color: #e0e3e4 !important; } .tinymce-wrap .mce-tinymce { box-shadow: none; } .tinymce-wrap .mce-toolbar .mce-btn-group { padding: 3px 0; } .tinymce-wrap .mce-btn-group .mce-btn { margin-left: 3px; margin-right: 3px; } .tinymce-wrap .mce-btn-group:not(:first-child) { border-left: none; padding-left: 0; margin-left: 0; } .tinymce-wrap .mce-container, .tinymce-wrap .mce-container *, .tinymce-wrap .mce-widget, .tinymce-wrap .mce-widget *, .tinymce-wrap .mce-reset { font-family: inherit; color: #98a0a3; } .tinymce-wrap .mce-panel { border-color: #e0e3e4; border-radius: 4px; } .tinymce-wrap .mce-top-part::before { box-shadow: none; } .tinymce-wrap .mce-btn:hover, .tinymce-wrap .mce-btn.mce-disabled:hover button, .tinymce-wrap .mce-menubar .mce-menubtn:hover, .tinymce-wrap .mce-menubar .mce-menubtn:focus { border-color: transparent; border-radius: 3px; background: #f5f5f6; color: #324148; } .tinymce-wrap .mce-btn.mce-active:hover, .tinymce-wrap .mce-btn.mce-active:focus, .tinymce-wrap .mce-btn.mce-active:active { background: #f5f5f6; border-color: transparent; } .tinymce-wrap .mce-btn.mce-active, .tinymce-wrap .mce-btn:active { background: #f5f5f6; border-color: transparent; } .tinymce-wrap .mce-btn.mce-active button i, .tinymce-wrap .mce-btn:active button i { color: #313f96 !important; } .tinymce-wrap .mce-btn.mce-active button, .tinymce-wrap .mce-btn.mce-active:hover button, .tinymce-wrap .mce-btn.mce-active i, .tinymce-wrap .mce-btn.mce-active:hover i { color: #313f96; } .tinymce-wrap .mce-btn.mce-active .mce-caret, .tinymce-wrap .mce-btn.mce-active:hover .mce-caret { border-top-color: #98a0a3; } .mce-ico { font-family: 'tinymce',Arial !important; color: #5b676d !important; } .mce-menu-item.mce-active.mce-menu-item-normal { background: #f5f5f6 !important; } .mce-tooltip { opacity: 1 !important; filter: alpha(opacity=100) !important; } .mce-tooltip-inner { font-size: 12px !important; background-color: #324148 !important; padding: 0.25rem 0.5rem !important; border-radius: 0.25rem; color: #fff !important; font-family: "Roboto", sans-serif !important; } .mce-tooltip-arrow { border-bottom-color: #324148 !important; } .mce-menu-item:hover, .mce-menu-item:focus { background: #f5f5f6 !important; } /*File Upload*/ .btn-file { overflow: hidden; position: relative; vertical-align: middle; display: inline-block; } .btn-file input { position: absolute; top: 0; right: 0; margin: 0; opacity: 0; filter: alpha(opacity=0); font-size: 23px; height: 100%; width: 100%; direction: ltr; cursor: pointer; } .fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists { display: none; } .fileinput.input-group > .input-group-append:last-child > .btn.btn-file:not(:last-child):not(.dropdown-toggle), .fileinput.input-group > .input-group-append:not(:last-child) > .btn.btn-file, .fileinput.input-group > .input-group-prepend > .btn.btn-file { border-top-right-radius: .25rem; border-bottom-right-radius: .25rem; } .fileinput.fileinput-exists.input-group > .input-group-append:last-child > .btn.btn-file:not(:last-child):not(.dropdown-toggle), .fileinput.fileinput-exists.input-group > .input-group-append:not(:last-child) > .btn.btn-file, .fileinput.fileinput-exists.input-group > .input-group-prepend > .btn.btn-file { border-top-right-radius: 0; border-bottom-right-radius: 0; } .dropzone { border: 2px dashed #e0e3e4; color: #324148; } .dropzone .dz-message { margin: 3em 0; } .dropzone .dz-preview .dz-details { color: #324148; } .dropzone .dz-preview .dz-filename span { background-color: transparent; } .dropzone .dz-preview .dz-image { border-radius: 4px; } .dropzone .dz-preview.dz-file-preview .dz-image { border-radius: 4px; } .dropify-wrapper { border: 2px dashed #e0e3e4; font-family: inherit; color: #324148; } .dropify-wrapper .dropify-message span.file-icon { font-size: 28px; color: #fff; height: 60px; width: 60px; background: #313f96; border-radius: 50%; display: block; margin: auto; position: relative; } .dropify-wrapper .dropify-message span.file-icon:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f2c8"; top: 50%; position: absolute; left: 0; right: 0; margin: auto; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } .dropify-wrapper .dropify-preview .dropify-infos { background: rgba(50, 65, 72, 0.85); } .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p { font-weight: 500; } .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message { margin-top: 0px; padding-top: 0px; opacity: 1; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: #adb3b6; font-size: 11px; } .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message:before { display: none; } .dropify-wrapper .dropify-clear { border: none; font-size: 11px; padding: 2px 6px; font-weight: 500; letter-spacing: 0.5px; top: 8px; right: 8px; } .dropify-wrapper .dropify-clear:hover { border-radius: 4px; } /*Jquery Toggle*/ .toggle-wrap .toggle { margin-top: 15px; margin-right: 10px; } .toggle { width: 50px; height: 25px; display: inline-block; } .toggle .toggle-on, .toggle .toggle-select .toggle-inner .active { background: #313f96; color: #fff; text-shadow: none; box-shadow: none; } .toggle .toggle-off { background: #6f7a7f; text-shadow: none; color: #fff; } .toggle .toggle-slide { box-shadow: none; } .toggle .toggle-on + .toggle-blob { background: #fff; box-shadow: none; border: 3px solid #6f7a7f; } .toggle .toggle-on.active + .toggle-blob { border-color: #313f96; } .toggle .toggle-select .toggle-on, .toggle .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-sky .toggle-on, .toggle.toggle-bg-sky .toggle-select .toggle-inner .active { background: #00acf0; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-sky .toggle-select .toggle-on, .toggle.toggle-bg-sky .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-sky .toggle-on.active + .toggle-blob { border-color: #00acf0; } .toggle.toggle-bg-cyan .toggle-on, .toggle.toggle-bg-cyan .toggle-select .toggle-inner .active, .toggle.toggle-bg-info .toggle-on, .toggle.toggle-bg-info .toggle-select .toggle-inner .active { background: #1ebccd; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-cyan .toggle-select .toggle-on, .toggle.toggle-bg-cyan .toggle-select .toggle-off, .toggle.toggle-bg-info .toggle-select .toggle-on, .toggle.toggle-bg-info .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-cyan .toggle-on.active + .toggle-blob, .toggle.toggle-bg-info .toggle-on.active + .toggle-blob { border-color: #1ebccd; } .toggle.toggle-bg-green .toggle-on, .toggle.toggle-bg-green .toggle-select .toggle-inner .active, .toggle.toggle-bg-success .toggle-on, .toggle.toggle-bg-success .toggle-select .toggle-inner .active { background: #22af47; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-green .toggle-select .toggle-on, .toggle.toggle-bg-green .toggle-select .toggle-off, .toggle.toggle-bg-success .toggle-select .toggle-on, .toggle.toggle-bg-success .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-green .toggle-on.active + .toggle-blob, .toggle.toggle-bg-success .toggle-on.active + .toggle-blob { border-color: #22af47; } .toggle.toggle-bg-yellow .toggle-on, .toggle.toggle-bg-yellow .toggle-select .toggle-inner .active, .toggle.toggle-bg-warning .toggle-on, .toggle.toggle-bg-warning .toggle-select .toggle-inner .active { background: #ffbf36; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-yellow .toggle-select .toggle-on, .toggle.toggle-bg-yellow .toggle-select .toggle-off, .toggle.toggle-bg-warning .toggle-select .toggle-on, .toggle.toggle-bg-warning .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-yellow .toggle-on.active + .toggle-blob, .toggle.toggle-bg-warning .toggle-on.active + .toggle-blob { border-color: #ffbf36; } .toggle.toggle-bg-red .toggle-on, .toggle.toggle-bg-red .toggle-select .toggle-inner .active, .toggle.toggle-bg-danger .toggle-on, .toggle.toggle-bg-danger .toggle-select .toggle-inner .active { background: #f83f37; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-red .toggle-select .toggle-on, .toggle.toggle-bg-red .toggle-select .toggle-off, .toggle.toggle-bg-danger .toggle-select .toggle-on, .toggle.toggle-bg-danger .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-red .toggle-on.active + .toggle-blob, .toggle.toggle-bg-danger .toggle-on.active + .toggle-blob { border-color: #f83f37; } .toggle.toggle-bg-pink .toggle-on, .toggle.toggle-bg-pink .toggle-select .toggle-inner .active { background: #ed1b60; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-pink .toggle-select .toggle-on, .toggle.toggle-bg-pink .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-pink .toggle-on.active + .toggle-blob { border-color: #ed1b60; } .toggle.toggle-bg-purple .toggle-on, .toggle.toggle-bg-purple .toggle-select .toggle-inner .active { background: #ab26aa; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-purple .toggle-select .toggle-on, .toggle.toggle-bg-purple .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-purple .toggle-on.active + .toggle-blob { border-color: #ab26aa; } .toggle.toggle-bg-violet .toggle-on, .toggle.toggle-bg-violet .toggle-select .toggle-inner .active { background: #6640b2; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-violet .toggle-select .toggle-on, .toggle.toggle-bg-violet .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-violet .toggle-on.active + .toggle-blob { border-color: #6640b2; } .toggle.toggle-bg-indigo .toggle-on, .toggle.toggle-bg-indigo .toggle-select .toggle-inner .active { background: #3a55b1; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-indigo .toggle-select .toggle-on, .toggle.toggle-bg-indigo .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-indigo .toggle-on.active + .toggle-blob { border-color: #3a55b1; } .toggle.toggle-bg-blue .toggle-on, .toggle.toggle-bg-blue .toggle-select .toggle-inner .active { background: #0092ee; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-blue .toggle-select .toggle-on, .toggle.toggle-bg-blue .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-blue .toggle-on.active + .toggle-blob { border-color: #0092ee; } .toggle.toggle-bg-teal .toggle-on, .toggle.toggle-bg-teal .toggle-select .toggle-inner .active { background: #009b84; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-teal .toggle-select .toggle-on, .toggle.toggle-bg-teal .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-teal .toggle-on.active + .toggle-blob { border-color: #009b84; } .toggle.toggle-bg-neon .toggle-on, .toggle.toggle-bg-neon .toggle-select .toggle-inner .active { background: #88c241; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-neon .toggle-select .toggle-on, .toggle.toggle-bg-neon .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-neon .toggle-on.active + .toggle-blob { border-color: #88c241; } .toggle.toggle-bg-lime .toggle-on, .toggle.toggle-bg-lime .toggle-select .toggle-inner .active { background: #d0d962; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-lime .toggle-select .toggle-on, .toggle.toggle-bg-lime .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-lime .toggle-on.active + .toggle-blob { border-color: #d0d962; } .toggle.toggle-bg-sun .toggle-on, .toggle.toggle-bg-sun .toggle-select .toggle-inner .active { background: #fde335; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-sun .toggle-select .toggle-on, .toggle.toggle-bg-sun .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-sun .toggle-on.active + .toggle-blob { border-color: #fde335; } .toggle.toggle-bg-orange .toggle-on, .toggle.toggle-bg-orange .toggle-select .toggle-inner .active { background: #ff9528; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-orange .toggle-select .toggle-on, .toggle.toggle-bg-orange .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-orange .toggle-on.active + .toggle-blob { border-color: #ff9528; } .toggle.toggle-bg-pumpkin .toggle-on, .toggle.toggle-bg-pumpkin .toggle-select .toggle-inner .active { background: #ff6028; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-pumpkin .toggle-select .toggle-on, .toggle.toggle-bg-pumpkin .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-pumpkin .toggle-on.active + .toggle-blob { border-color: #ff6028; } .toggle.toggle-bg-brown .toggle-on, .toggle.toggle-bg-brown .toggle-select .toggle-inner .active, .toggle.toggle-bg-primary .toggle-on, .toggle.toggle-bg-primary .toggle-select .toggle-inner .active { background: #313f96; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-brown .toggle-select .toggle-on, .toggle.toggle-bg-brown .toggle-select .toggle-off, .toggle.toggle-bg-primary .toggle-select .toggle-on, .toggle.toggle-bg-primary .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-brown .toggle-on.active + .toggle-blob, .toggle.toggle-bg-primary .toggle-on.active + .toggle-blob { border-color: #313f96; } .toggle.toggle-bg-gold .toggle-on, .toggle.toggle-bg-gold .toggle-select .toggle-inner .active { background: #c1993f; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-gold .toggle-select .toggle-on, .toggle.toggle-bg-gold .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-gold .toggle-on.active + .toggle-blob { border-color: #c1993f; } .toggle.toggle-bg-grey .toggle-on, .toggle.toggle-bg-grey .toggle-select .toggle-inner .active, .toggle.toggle-bg-secondary .toggle-on, .toggle.toggle-bg-secondary .toggle-select .toggle-inner .active, .toggle.toggle-bg-muted .toggle-on, .toggle.toggle-bg-muted .toggle-select .toggle-inner .active { background: #9e9e9e; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-grey .toggle-select .toggle-on, .toggle.toggle-bg-grey .toggle-select .toggle-off, .toggle.toggle-bg-secondary .toggle-select .toggle-on, .toggle.toggle-bg-secondary .toggle-select .toggle-off, .toggle.toggle-bg-muted .toggle-select .toggle-on, .toggle.toggle-bg-muted .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-grey .toggle-on.active + .toggle-blob, .toggle.toggle-bg-secondary .toggle-on.active + .toggle-blob, .toggle.toggle-bg-muted .toggle-on.active + .toggle-blob { border-color: #9e9e9e; } .toggle.toggle-bg-dark .toggle-on, .toggle.toggle-bg-dark .toggle-select .toggle-inner .active { background: #324148; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-dark .toggle-select .toggle-on, .toggle.toggle-bg-dark .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-dark .toggle-on.active + .toggle-blob { border-color: #324148; } .toggle.toggle-bg-light .toggle-on, .toggle.toggle-bg-light .toggle-select .toggle-inner .active { background: #848d91; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-light .toggle-select .toggle-on, .toggle.toggle-bg-light .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-light .toggle-on.active + .toggle-blob { border-color: #848d91; } .toggle.toggle-lg { width: 64px; height: 32px; } .toggle.toggle-lg .toggle-on, .toggle.toggle-lg .toggle-select .toggle-inner .active { font-size: 12px; } .toggle.toggle-sm { width: 50px; height: 20px; } .toggle.toggle-sm .toggle-on, .toggle.toggle-sm .toggle-select .toggle-inner .active { font-size: 10px; } .toggle.toggle-simple { width: 47px; } .toggle.toggle-simple.toggle-lg { width: 58px; } .toggle.toggle-simple.toggle-sm { width: 35px; } /*Form-Wizard*/ .wizard .wizard-icon-wrap { display: table; height: 35px; width: 35px; background: #e0e3e4; border-radius: 50%; float: left; text-align: center; position: relative; } .wizard .wizard-icon-wrap:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #313f96; border-radius: 50%; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-transition: -webkit-transform 0.3s ease-in-out; -moz-transition: -moz-transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out; z-index: 1; } .wizard .wizard-icon-wrap i { display: table-cell; vertical-align: middle; color: #6f7a7f; font-size: 21px; position: relative; z-index: 2; } .wizard .wizard-head-text-wrap { display: inline-block; margin-left: 10px; padding-top: 7px; } .wizard .wizard-head-text-wrap > span { display: block; font-size: 13px; font-weight: 600; color: #324148; text-transform: uppercase; } .wizard .wizard-head-text-wrap .step-count { color: #adb3b6; font-size: 13px; } .wizard > .content { background: #fff; border-radius: 0; min-height: 100px; margin: 0; border: none; padding-bottom: 10px; } .wizard > .content > .body { width: 100%; height: auto; padding: 30px; position: static; } .wizard > .content > .body input { border-width: 2px; border-color: #e0e3e4; } .wizard > .content > .body ul > li { display: inherit; } .wizard > .actions { background: #fff; padding: 10px 30px; } .wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active { display: inline-block; font-weight: 400; text-align: center; white-space: nowrap; background: #313f96; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid #313f96; text-transform: capitalize; outline: none; border-width: 2px; border-radius: .25rem; padding: .15rem .4rem; font-size: .75rem; } .wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active { background: #cecece; color: #fff; border: 1px solid #cecece; opacity: .65; } .wizard > .actions > ul > li { margin: 0 0.3em; } .wizard > .steps { margin-bottom: 20px; } .wizard > .steps > ul > li { width: auto; margin-right: 30px; margin-bottom: 20px; } .wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active { padding: 0; margin: 0; overflow: hidden; } .wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active { background: transparent; color: inherit; } .wizard > .steps .current a .wizard-icon-wrap, .wizard > .steps .current a:hover .wizard-icon-wrap, .wizard > .steps .current a:active .wizard-icon-wrap { background: transparent; } .wizard > .steps .current a .wizard-icon-wrap:before, .wizard > .steps .current a:hover .wizard-icon-wrap:before, .wizard > .steps .current a:active .wizard-icon-wrap:before { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .wizard > .steps .current a .wizard-icon-wrap i, .wizard > .steps .current a:hover .wizard-icon-wrap i, .wizard > .steps .current a:active .wizard-icon-wrap i { color: #fff; } .wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active { background: transparent; color: inherit; overflow: hidden; } .wizard > .steps .done a .wizard-icon-wrap, .wizard > .steps .done a:hover .wizard-icon-wrap, .wizard > .steps .done a:active .wizard-icon-wrap { background: #009b84; } .wizard > .steps .done a .wizard-icon-wrap:before, .wizard > .steps .done a:hover .wizard-icon-wrap:before, .wizard > .steps .done a:active .wizard-icon-wrap:before { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); } .wizard > .steps .done a .wizard-icon-wrap i, .wizard > .steps .done a:hover .wizard-icon-wrap i, .wizard > .steps .done a:active .wizard-icon-wrap i { color: #fff; } .wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active { background: transparent; color: inherit; } @media (max-width: 991px) { .wizard .steps ul > li { width: 100%; } } /*Popover*/ .popover { border: 1px solid #d6d9da; border-radius: 3px; } .popover-header { color: #324148; background-color: #f5f5f6; border-bottom: none; padding: 0.65rem .75rem; } .popover-body { padding: .65rem .75rem; color: inherit; } /*Accordion*/ .accordion .card { margin-bottom: 0; } .accordion .card:first-of-type .card-header:first-child > a { border-top-left-radius: calc(.25rem - 1px); border-top-right-radius: calc(.25rem - 1px); } .accordion .card .card-header { padding: 0; border-width: 0; } .accordion .card .card-header.activestate { border-width: 1px; } .accordion .card .card-header > a { background: #313f96; color: #fff; font-weight: 500; padding: .75rem 1.25rem; display: block; width: 100%; text-align: left; position: relative; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .accordion .card .card-header > a::before { content: '\f2fc'; font: normal normal normal 14px/1 'Material-Design-Iconic-Font'; font-size: 20px; text-rendering: auto; position: absolute; top: 15px; right: 20px; } .accordion .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion .card .card-header > a.collapsed:before { content: '\f2f9'; } .accordion.accordion-info .card .card-header > a, .accordion.accordion-cyan .card .card-header > a { background: #1ebccd; color: #fff; } .accordion.accordion-info .card .card-header > a.collapsed, .accordion.accordion-cyan .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-sky .card .card-header > a { background: #00acf0; color: #fff; } .accordion.accordion-sky .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-success .card .card-header > a, .accordion.accordion-green .card .card-header > a { background: #22af47; color: #fff; } .accordion.accordion-success .card .card-header > a.collapsed, .accordion.accordion-green .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-danger .card .card-header > a, .accordion.accordion-red .card .card-header > a { background: #f83f37; color: #fff; } .accordion.accordion-danger .card .card-header > a.collapsed, .accordion.accordion-red .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-warning .card .card-header > a, .accordion.accordion-yellow .card .card-header > a { background: #ffbf36; color: #fff; } .accordion.accordion-warning .card .card-header > a.collapsed, .accordion.accordion-yellow .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-pink .card .card-header > a { background: #ed1b60; color: #fff; } .accordion.accordion-pink .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-purple .card .card-header > a { background: #ab26aa; color: #fff; } .accordion.accordion-purple .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-violet .card .card-header > a { background: #6640b2; color: #fff; } .accordion.accordion-violet .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-indigo .card .card-header > a { background: #3a55b1; color: #fff; } .accordion.accordion-indigo .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-blue .card .card-header > a { background: #0092ee; color: #fff; } .accordion.accordion-blue .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-teal .card .card-header > a { background: #009b84; color: #fff; } .accordion.accordion-teal .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-neon .card .card-header > a { background: #88c241; color: #fff; } .accordion.accordion-neon .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-lime .card .card-header > a { background: #d0d962; color: #fff; } .accordion.accordion-lime .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-sun .card .card-header > a { background: #fde335; color: #fff; } .accordion.accordion-sun .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-orange .card .card-header > a { background: #ff9528; color: #fff; } .accordion.accordion-orange .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-pumpkin .card .card-header > a { background: #ff6028; color: #fff; } .accordion.accordion-pumpkin .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-brown .card .card-header > a, .accordion.accordion-primary .card .card-header > a { background: #313f96; color: #fff; } .accordion.accordion-brown .card .card-header > a.collapsed, .accordion.accordion-primary .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-gold .card .card-header > a { background: #c1993f; color: #fff; } .accordion.accordion-gold .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-smoke .card .card-header > a { background: #5e7d8a; color: #fff; } .accordion.accordion-smoke .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-secondary .card .card-header > a, .accordion.accordion-grey .card .card-header > a { background: #9e9e9e; color: #fff; } .accordion.accordion-secondary .card .card-header > a.collapsed, .accordion.accordion-grey .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-light .card .card-header > a { background: #e0e3e4; color: #324148; } .accordion.accordion-light .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-dark .card .card-header > a { background: #324148; color: #fff; } .accordion.accordion-dark .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2 .card .card-header > a { background: transparent; color: #313f96; padding-left: 50px; } .accordion.accordion-type-2 .card .card-header > a:before { display: none; } .accordion.accordion-type-2 .card .card-header > a::after { display: inline-block; font: normal normal normal 14px/1 'Ionicons'; speak: none; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: auto; position: absolute; content: "\f176"; font-size: 21px; top: 15px; left: 20px; } .accordion.accordion-type-2 .card .card-header > a.collapsed { color: #324148; } .accordion.accordion-type-2 .card .card-header > a.collapsed:after { content: "\f158"; } .accordion.accordion-type-2.accordion-info .card .card-header > a, .accordion.accordion-type-2.accordion-cyan .card .card-header > a { color: #1ebccd; } .accordion.accordion-type-2.accordion-info .card .card-header > a.collapsed, .accordion.accordion-type-2.accordion-cyan .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-sky .card .card-header > a { color: #00acf0; } .accordion.accordion-type-2.accordion-sky .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-success .card .card-header > a, .accordion.accordion-type-2.accordion-green .card .card-header > a { color: #22af47; } .accordion.accordion-type-2.accordion-success .card .card-header > a.collapsed, .accordion.accordion-type-2.accordion-green .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-danger .card .card-header > a, .accordion.accordion-type-2.accordion-red .card .card-header > a { color: #f83f37; } .accordion.accordion-type-2.accordion-danger .card .card-header > a.collapsed, .accordion.accordion-type-2.accordion-red .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-warning .card .card-header > a, .accordion.accordion-type-2.accordion-yellow .card .card-header > a { color: #ffbf36; } .accordion.accordion-type-2.accordion-warning .card .card-header > a.collapsed, .accordion.accordion-type-2.accordion-yellow .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-pink .card .card-header > a { color: #ed1b60; } .accordion.accordion-type-2.accordion-pink .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-purple .card .card-header > a { color: #ab26aa; } .accordion.accordion-type-2.accordion-purple .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-violet .card .card-header > a { color: #6640b2; } .accordion.accordion-type-2.accordion-violet .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-indigo .card .card-header > a { color: #3a55b1; } .accordion.accordion-type-2.accordion-indigo .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-blue .card .card-header > a { color: #0092ee; } .accordion.accordion-type-2.accordion-blue .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-teal .card .card-header > a { color: #009b84; } .accordion.accordion-type-2.accordion-teal .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-neon .card .card-header > a { color: #88c241; } .accordion.accordion-type-2.accordion-neon .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-lime .card .card-header > a { color: #d0d962; } .accordion.accordion-type-2.accordion-lime .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-sun .card .card-header > a { color: #fde335; } .accordion.accordion-type-2.accordion-sun .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-orange .card .card-header > a { color: #ff9528; } .accordion.accordion-type-2.accordion-orange .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-pumpkin .card .card-header > a { color: #ff6028; } .accordion.accordion-type-2.accordion-pumpkin .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-brown .card .card-header > a { color: #313f96; } .accordion.accordion-type-2.accordion-brown .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-gold .card .card-header > a { color: #c1993f; } .accordion.accordion-type-2.accordion-gold .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-smoke .card .card-header > a { color: #5e7d8a; } .accordion.accordion-type-2.accordion-smoke .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-secondary .card .card-header > a, .accordion.accordion-type-2.accordion-grey .card .card-header > a { color: #9e9e9e; } .accordion.accordion-type-2.accordion-secondary .card .card-header > a.collapsed, .accordion.accordion-type-2.accordion-grey .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-light .card .card-header > a { color: #98a0a3; } .accordion.accordion-type-2.accordion-light .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-dark .card .card-header > a { color: #324148; } .accordion.accordion-type-2.accordion-dark .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-flush > .card { border-left: 0; border-right: 0; border-radius: 0; } /*Table*/ .table thead th { border-top: none; border-bottom: none; vertical-align: middle; } .table.table-dark thead th { background: #324148; } .table th { font-weight: 500; color: #313f96; font-size: 14px; text-transform: capitalize; } .table td, .table th { border-top: 1px solid #e0e3e4; vertical-align: middle; padding: .75rem 1.25rem; } .table.table-hover tbody tr:hover, .table.table-striped tbody tr:nth-of-type(2n+1) { background-color: #f5f5f6; } .table.table-bordered { border: none; } .table.table-bordered td { border-color: #e0e3e4; border-top: none; } .table.table-bordered th { border-top: 1px solid #e0e3e4; border-bottom: 1px solid #e0e3e4; } .table.table-flush td, .table.table-flush th { border-top: none; border-bottom: none; } .table .thead-primary th, .table .thead-blue th, .table .thead-success th, .table .thead-green th, .table .thead-info th, .table .thead-cyan th, .table .thead-warning th, .table .thead-yellow th, .table .thead-danger th, .table .thead-red th, .table .thead-secondary th, .table .thead-grey th { color: #fff; } .table .thead-sky th { background-color: #00acf0; } .table .thead-success th, .table .thead-green th { background-color: #22af47; } .table .thead-info th, .table .thead-cyan th { background-color: #1ebccd; } .table .thead-warning th, .table .thead-yellow th { background-color: #ffbf36; } .table .thead-danger th, .table .thead-red th { background-color: #f83f37; } .table .thead-secondary th, .table .thead-grey th { background-color: #9e9e9e; } .table .thead-pink th { background-color: #ed1b60; } .table .thead-purple th { background-color: #ab26aa; } .table .thead-violet th { background-color: #6640b2; } .table .thead-indigo th { background-color: #3a55b1; } .table .thead-blue th { background-color: #0092ee; } .table .thead-teal th { background-color: #009b84; } .table .thead-neon th { background-color: #88c241; } .table .thead-lime th { background-color: #d0d962; } .table .thead-sun th { background-color: #fde335; } .table .thead-orange th { background-color: #ff9528; } .table .thead-pumpkin th { background-color: #ff6028; } .table .thead-primary th, .table .thead-brown th { background-color: #313f96; } .table .thead-gold th { background-color: #c1993f; } .table .thead-smoke th { background-color: #5e7d8a; } .table .thead-active th { background-color: #5e7d8a; color: #fff; } .table .thead-light th { background-color: #e0e3e4; } .table .thead-dark th { background-color: #324148; color: #fff; } .table-lg td, .table-lg th { padding: 0.75rem 1.5rem; } .table-sm td, .table-sm th { padding: 0.45rem 1.25rem; } .table-sm td { font-size: 15px; } .table-sky { background-color: #edf9fe; } .table-sky > td, .table-sky > th { background-color: #edf9fe; } .table-success, .table-green { background-color: #eff9f2; } .table-success > td, .table-success > th, .table-green > td, .table-green > th { background-color: #eff9f2; } .table-info, .table-cyan { background-color: #effafb; } .table-info > td, .table-info > th, .table-cyan > td, .table-cyan > th { background-color: #effafb; } .table-warning, .table-yellow { background-color: #fff8eb; } .table-warning > td, .table-warning > th, .table-yellow > td, .table-yellow > th { background-color: #fff8eb; } .table-danger, .table-red { background-color: #fff1f1; } .table-danger > td, .table-danger > th, .table-red > td, .table-red > th { background-color: #fff1f1; } .table-active { background-color: #f4f6f7; } .table-active > td, .table-active > th { background-color: #f4f6f7; } .table-grey, .table-secondary { background-color: #f5f5f5; } .table-grey > td, .table-grey > th, .table-secondary > td, .table-secondary > th { background-color: #f5f5f5; } .table-pink { background-color: #feeff4; } .table-pink > td, .table-pink > th { background-color: #feeff4; } .table-purple { background-color: #f9f0f9; } .table-purple > td, .table-purple > th { background-color: #f9f0f9; } .table-violet { background-color: #f4f2fa; } .table-violet > td, .table-violet > th { background-color: #f4f2fa; } .table-indigo { background-color: #f1f3f9; } .table-indigo > td, .table-indigo > th { background-color: #f1f3f9; } .table-blue { background-color: #edf7fe; } .table-blue > td, .table-blue > th { background-color: #edf7fe; } .table-teal { background-color: #edf8f6; } .table-teal > td, .table-teal > th { background-color: #edf8f6; } .table-neon { background-color: #f3f9ec; } .table-neon > td, .table-neon > th { background-color: #f3f9ec; } .table-lime { background-color: #f9faeb; } .table-lime > td, .table-lime > th { background-color: #f9faeb; } .table-orange { background-color: #fff4e9; } .table-orange > td, .table-orange > th { background-color: #fff4e9; } .table-pumpkin { background-color: #fff4f0; } .table-pumpkin > td, .table-pumpkin > th { background-color: #fff4f0; } .table-primary, .table-brown { background-color: #f6f3f2; } .table-primary > td, .table-primary > th, .table-brown > td, .table-brown > th { background-color: #f6f3f2; } .table-gold { background-color: #fbf8f1; } .table-gold > td, .table-gold > th { background-color: #fbf8f1; } .table-smoke { background-color: #f4f6f7; } .table-smoke > td, .table-smoke > th { background-color: #f4f6f7; } .table-light { background-color: #f5f5f6; } .table-light > td, .table-light > th { background-color: #f5f5f6; } .table-dark { background: #2b383e; } .table-dark td, .table-dark th { border-top-color: #2b383e; } .table-dark th { color: #fff; } .table-dark > td, .table-dark > th { color: #fff; background: #2b383e; } .table-dark.table.table-bordered td, .table-dark.table.table-bordered th { border-color: #2b383e; } @media (max-width: 1200px) { .table-responsive .table > tbody > tr > td, .table-responsive .table > tbody > tr > th, .table-responsive .table > tfoot > tr > td, .table-responsive .table > tfoot > tr > th, .table-responsive .table > thead > tr > td, .table-responsive .table > thead > tr > th { white-space: nowrap; } } /*Data Table*/ table.dataTable { box-sizing: border-box; } table.dataTable th, table.dataTable td { box-sizing: border-box; } table.dataTable thead th, table.dataTable thead td, table.dataTable tbody th, table.dataTable tbody td { padding: .75rem 1.25rem; } table.dataTable thead td, table.dataTable thead th { border-bottom: none; font-weight: 500; position: relative; } table.dataTable thead td.sorting::before, table.dataTable thead td.sorting_asc::before, table.dataTable thead td.sorting_desc::before, table.dataTable thead td.sorting::after, table.dataTable thead td.sorting_asc::after, table.dataTable thead td.sorting_desc::after, table.dataTable thead th.sorting::before, table.dataTable thead th.sorting_asc::before, table.dataTable thead th.sorting_desc::before, table.dataTable thead th.sorting::after, table.dataTable thead th.sorting_asc::after, table.dataTable thead th.sorting_desc::after { display: inline-block; font-family: "Ionicons"; speak: none; font-size: 18px; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; z-index: 10; right: 7px; } table.dataTable thead td.sorting::before, table.dataTable thead td.sorting_asc::before, table.dataTable thead td.sorting_desc::before, table.dataTable thead td.sorting::after, table.dataTable thead td.sorting_asc::after, table.dataTable thead td.sorting_desc::after, table.dataTable thead th.sorting::before, table.dataTable thead th.sorting_asc::before, table.dataTable thead th.sorting_desc::before, table.dataTable thead th.sorting::after, table.dataTable thead th.sorting_asc::after, table.dataTable thead th.sorting_desc::after { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); content: ""; color: #313f96; } table.dataTable thead td.sorting_asc::before, table.dataTable thead th.sorting_asc::before { content: "\f11a"; } table.dataTable thead td.sorting_desc::after, table.dataTable thead th.sorting_desc::after { content: "\f118"; } table.dataTable tfoot td, table.dataTable tfoot th { border-top: none; font-weight: 500; padding: .75rem 1.25rem; background: #e0e3e4; } table.dataTable.no-footer { border-bottom: none; } table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td { border-top: 1px solid #e0e3e4; } table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td { border-top: 1px solid #e0e3e4; } table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd { background: rgba(245, 245, 246, 0.5); } table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected { background: #301811; color: #fff; } table.dataTable tbody tr.selected { background: #301811; color: #fff; } table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 { background: rgba(214, 217, 218, 0.2); } table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 { background: #301811; color: #fff; } table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 { background: rgba(224, 227, 228, 0.3); } table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 { background: #301811; color: #fff; } table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover { background-color: #313f96; color: #fff; } table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected { background: #301811; color: #fff; } table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > tr:first-child { padding-left: 1.25rem; } table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > tr:first-child:before { display: none; } table.dataTable > tbody > tr.child ul.dtr-details { width: 100%; } table.dataTable > tbody > tr.child ul.dtr-details > li { border-bottom: none; padding: 0.25em; } table.dataTable > tbody > tr.child ul.dtr-details > li:first-child { padding-top: 0.25em; } table.dataTable > tbody > tr.child span.dtr-title { min-width: 80px; font-weight: 500; font-size: 13px; text-transform: uppercase; color: #301811; } table.dataTable > tbody > tr.child span.dtr-data { color: #848d91; } .dataTables_wrapper .dataTables_paginate .paginate_button { padding: 0; margin-left: 0; color: #301811 !important; border: none !important; background: transparent !important; box-shadow: none !important; border-radius: 0; } .dataTables_wrapper .dataTables_filter input { margin-left: 0; } .dataTables_wrapper .dataTables_length select { width: 80px; margin-right: 10px; } @media (max-width: 991px) { .dataTables_wrapper .dataTables_length { display: none; } } /*Responsive Table*/ .tablesaw .tablesaw-sortable-head { padding: 0.75rem 1.25rem; } .tablesaw .tablesaw-sortable-head .tablesaw-sortable-arrow { position: absolute; right: 8px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); top: 50%; height: 24px; } .tablesaw .tablesaw-sortable-head .tablesaw-sortable-btn { padding: 0; } .tablesaw.tablesaw-swipe .tablesaw-swipe-cellpersist { border-right: none; } .tablesaw.tablesaw-stack td .tablesaw-cell-label, .tablesaw .tablesaw-stack th .tablesaw-cell-label { font-weight: 500; color: #324148; font-size: 13px; text-transform: uppercase; padding: 3px .6em 0 0; } .tablesaw-bar .tablesaw-bar-section .tablesaw-btn { margin-left: 10px; margin-top: 0; padding: 0; height: auto; position: relative; top: -2px; } .tablesaw-bar .tablesaw-bar-section .tablesaw-btn span { display: none; } .tablesaw-bar .tablesaw-bar-section .tablesaw-btn:after { display: none; } .tablesaw-bar .tablesaw-bar-section label { color: #324148; text-transform: capitalize; } .tablesaw-bar .tablesaw-bar-section select { position: static; min-height: 1em; opacity: 1; display: inline-block; width: 100%; height: calc(2.25rem + 4px); padding: .375rem 1.75rem .375rem .75rem; line-height: 1.5; color: #324148; vertical-align: middle; background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center; background-size: auto auto; background-size: 8px 10px; border: 2px solid #e0e3e4; border-radius: .25rem; -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-transition: border-color 0.15s ease-in-out; -moz-transition: border-color 0.15s ease-in-out; transition: border-color 0.15s ease-in-out; } .tablesaw-bar .tablesaw-bar-section select:focus { border-color: #313f96; } .tablesaw-columntoggle-popup .btn-group > label { margin-right: 15px; margin-bottom: 0; } .tablesaw-columntoggle-popup .btn-group > label:last-child { margin-right: 0; } .tablesaw-columntoggle-popup .btn-group > label input { margin-right: 5px; } @media (max-width: 39.9375em) { .tablesaw-stack tbody tr { border-bottom: none; } .tablesaw-stack tbody tr:first-child { border-top: 1px solid #e0e3e4; } } /*Morris Chart*/ .morris-chart { width: 100%; } .morris-chart svg { width: 100%; } .morris-chart.donut-chart svg path { stroke: transparent; } .morris-hover.morris-default-style { background: #fff; border: none; border-radius: 6px; box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1); color: #324148; font-size: 12px; font-family: inherit; } .morris-hover.morris-default-style .morris-hover-row-label { color: #324148; font-size: 12px; } /*Sparkline*/ .jqstooltip { width: auto !important; height: auto !important; background: #fff !important; border: none !important; box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1); border-radius: 6px; } .jqstooltip .jqsfield { color: #324148 !important; font-size: 12px; } /*Flot Chart*/ .flot-container { width: 100%; height: 400px; } .flot-container .legendColorBox > div { border: none !important; } .demo-placeholder { width: 100%; height: 100%; } .flotTip { background: #fff; border: none; border-radius: 6px; box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1); color: #324148; font-size: 12px; font-family: inherit; } .legendLabel { color: #324148; font-size: 12px; padding-left: 9px; } /*Peity chart*/ .peity-gradient polygon { fill: url(#grad); } .css-peity { height: 0; width: 0; position: absolute; } /*Echats*/ .echart > div:last-child { box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1); } /*Easy pie chart*/ .easy-pie-chart { position: relative; width: 100%; } .easy-pie-chart > span { font-size: 12px; position: absolute; text-align: center; line-height: 50px; width: 100%; } /*Nestable*/ .dd-handle { font-weight: 500; margin: 0 0 6px; font-size: 14px; padding: 8px 15px; background: #fff; color: #324148; height: 38px; border-color: #e0e3e4; } .dd-handle:hover, .dd-handle:focus, .dd-handle:active { color: #324148; background: #f5f5f6; } .dd-item > button { margin: 0; height: 38px; font-size: 24px; width: 42px; color: #adb3b6; outline: none; } .dd-item > button.dd-expand:before, .dd-item > button.dd-collapse:before { font-family: "Ionicons"; content: ""; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .dd-item > button.dd-expand::before { content: "\f102"; } .dd-item > button.dd-collapse::before { content: "\f1fc"; } .dd-item > button:hover, .dd-item > button:focus, .dd-item > button:active { outline: none; } .dd-placeholder { background: transparent; border-color: #e0e3e4; } .dd3-content { display: block; width: 100%; border-radius: 3px; font-weight: 500; margin: 0 0 6px; font-size: 14px; padding: 8px 15px 8px 66px; background: #fff; color: #324148; border: 2px solid #e0e3e4; } .dd3-content:hover, .dd3-content:focus, .dd3-content:active { color: #324148; background: #f5f5f6; } .dd-dragel > .dd3-item > .dd3-content { margin: 0; } .dd3-item > button { margin-left: 42px; } .dd3-handle { position: absolute; margin: 0; left: 0; top: 0; cursor: pointer; font-size: 19px; color: #adb3b6; width: 42px; text-indent: 100%; white-space: nowrap; overflow: hidden; padding: 18px; border-color: #e0e3e4; border-radius: 3px 0 0 3px; } .dd3-handle:before { font-family: "Ionicons"; content: "\f32a"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #9e9e9e; display: block; position: absolute; left: 0; top: 8px; width: 100%; text-align: center; text-indent: 0; } /*Modals*/ .modal-content, .modal-header, .modal-footer { border-color: #e0e3e4; } .modal-content { border-radius: .25rem; border: none; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); } .modal-header { border-top-left-radius: .25rem; border-top-right-radius: .25rem; } .modal-header, .modal-body, .modal-footer { Padding: 0.75rem 1.25rem; } .close { color: #6f7a7f; opacity: 1; text-shadow: none; } .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover { color: #6f7a7f; opacity: 1; } .modal-backdrop { background-color: #324148; } /*Sweet-alert*/ .sweet-alert { border-radius: 2px; font-family: inherit; } .sweet-alert h2 { font-weight: 400; color: #324148; } .sweet-alert button { box-shadow: none !important; font-size: inherit; } /*Notification*/ .alert { border-radius: 3px; } .alert i { font-size: 24px; } .alert .alert-link { font-weight: normal; font-weight: 500; color: inherit; filter: brightness(120%) contrast(100%); } .alert.alert-dismissible .close { padding: .60rem 1.25rem; text-shadow: none; } .alert.alert-primary { color: #301811; background: #f6f3f2; border-color: rgba(215, 203, 200, 0.3); } .alert.alert-success { color: #05592b; background: #eff9f2; border-color: rgba(188, 231, 199, 0.3); } .alert.alert-info { color: #065459; background: #effafb; border-color: rgba(187, 235, 240, 0.3); } .alert.alert-danger { color: #8b0c12; background: #fff1f1; border-color: rgba(253, 197, 195, 0.3); } .alert.alert-warning { color: #cb7e03; background: #fff8eb; border-color: rgba(255, 236, 194, 0.3); } .alert.alert-secondary { color: #524c4c; background: #f5f5f5; border-color: rgba(226, 226, 226, 0.3); } .alert.alert-light { color: #5b676d; background: #f5f5f6; border-color: #e0e3e4; } .alert.alert-dark { color: #fff; background: #324148; border-color: #2b383e; } .alert.alert-dark.alert-dismissible .close:not(:disabled):not(.disabled):focus, .alert.alert-dark.alert-dismissible .close:not(:disabled):not(.disabled):hover { color: #fff; text-decoration: none; opacity: 1; } .alert.alert-inv.alert-inv-primary { background: #313f96; color: #f6f3f2; } .alert.alert-inv.alert-inv-primary.alert-dismissible .close:not(:disabled):not(.disabled):focus, .alert.alert-inv.alert-inv-primary.alert-dismissible .close:not(:disabled):not(.disabled):hover { color: #fff; text-decoration: none; opacity: 1; } .alert.alert-inv.alert-inv-info { background: #1ebccd; color: #effafb; } .alert.alert-inv.alert-inv-info.alert-dismissible .close:not(:disabled):not(.disabled):focus, .alert.alert-inv.alert-inv-info.alert-dismissible .close:not(:disabled):not(.disabled):hover { color: #fff; text-decoration: none; opacity: 1; } .alert.alert-inv.alert-inv-success { background: #22af47; color: #eff9f2; } .alert.alert-inv.alert-inv-success.alert-dismissible .close:not(:disabled):not(.disabled):focus, .alert.alert-inv.alert-inv-success.alert-dismissible .close:not(:disabled):not(.disabled):hover { color: #fff; text-decoration: none; opacity: 1; } .alert.alert-inv.alert-inv-warning { background: #ffbf36; color: #fff8eb; } .alert.alert-inv.alert-inv-warning.alert-dismissible .close:not(:disabled):not(.disabled):focus, .alert.alert-inv.alert-inv-warning.alert-dismissible .close:not(:disabled):not(.disabled):hover { color: #fff; text-decoration: none; opacity: 1; } .alert.alert-inv.alert-inv-danger { background: #f83f37; color: #fff1f1; } .alert.alert-inv.alert-inv-danger.alert-dismissible .close:not(:disabled):not(.disabled):focus, .alert.alert-inv.alert-inv-danger.alert-dismissible .close:not(:disabled):not(.disabled):hover { color: #fff; text-decoration: none; opacity: 1; } .alert.alert-inv.alert-inv-secondary { background: #9e9e9e; color: #f5f5f5; } .alert.alert-inv.alert-inv-secondary.alert-dismissible .close:not(:disabled):not(.disabled):focus, .alert.alert-inv.alert-inv-secondary.alert-dismissible .close:not(:disabled):not(.disabled):hover { color: #fff; text-decoration: none; opacity: 1; } .alert.alert-wth-icon { padding-left: 54px; position: relative; } .alert.alert-wth-icon .alert-icon-wrap { display: block; text-align: center; padding-top: 12px; height: 100%; width: 54px; left: 0; top: 0; position: absolute; } .alert-dismissable .close, .alert-dismissible .close { top: 0; } .jq-toast-wrap { width: 300px; } .jq-toast-wrap .jq-toast-single { color: #fff; border-radius: 2px; margin: 0; border: 1px solid; background: #324148; font-size: 14px; line-height: 1.3; } .jq-toast-wrap .jq-toast-single .jq-toast-loader { border-radius: 2px 2px 0 0; height: 2px; } .jq-toast-wrap .jq-toast-single .close-jq-toast-single { font-size: 23px; top: 0; } .jq-toast-wrap .jq-toast-single .jq-toast-heading { font-size: 16px !important; color: inherit; font-weight: 500; } .jq-toast-wrap .jq-toast-single.jq-toast-primary { background: #f6f3f2; color: #301811; border-color: rgba(215, 203, 200, 0.3); } .jq-toast-wrap .jq-toast-single.jq-toast-secondary { background: #f5f5f5; color: #524c4c; border-color: rgba(226, 226, 226, 0.3); } .jq-toast-wrap .jq-toast-single.jq-toast-info { background: #effafb; color: #065459; border-color: rgba(187, 235, 240, 0.3); } .jq-toast-wrap .jq-toast-single.jq-toast-success { background: #eff9f2; color: #05592b; border-color: rgba(188, 231, 199, 0.3); } .jq-toast-wrap .jq-toast-single.jq-toast-warning { background: #fff8eb; color: #cb7e03; border-color: rgba(255, 236, 194, 0.3); } .jq-toast-wrap .jq-toast-single.jq-toast-danger { background: #fff1f1; color: #8b0c12; border-color: rgba(253, 197, 195, 0.3); } .jq-toast-wrap .jq-toast-single.jq-toast-light { background: #f5f5f6; color: #5b676d; border-color: #e0e3e4; } .jq-toast-wrap .jq-toast-single.jq-toast-dark { background: #324148; color: #fff; border-color: #2b383e; } .jq-toast-wrap .jq-toast-single.jq-has-icon { padding: 11px 25px 15px 45px; } .jq-toast-wrap .jq-toast-single.jq-has-icon .jq-toast-icon { position: absolute; font-size: 17px; left: 11px; top: 14px; } .bottom-center-fullwidth .jq-toast-wrap { left: 0 !important; right: 0 !important; width: 100% !important; bottom: 0 !important; } .top-center-fullwidth .jq-toast-wrap { left: 0 !important; right: 0 !important; width: 100% !important; top: 2px !important; } @media (max-width: 576px) { .jq-toast-wrap.top-right, .jq-toast-wrap.top-left, .jq-toast-wrap.bottom-right, .jq-toast-wrap.bottom-left { left: 0; right: 0; width: 100%; } } /*Tooltop*/ .tooltip { font-size: 12px; } .tooltip .tooltip-inner { background: #324148; } .tooltip.show { opacity: 1; } .tooltip.bs-tooltip-left .arrow::before { border-left-color: #324148; } .tooltip.bs-tooltip-right .arrow::before { border-right-color: #324148; } .tooltip.bs-tooltip-top .arrow::before { border-top-color: #324148; } .tooltip.bs-tooltip-bottom .arrow::before { border-bottom-color: #324148; } .tooltip.tooltip-sky .tooltip-inner { background: #00acf0; } .tooltip.tooltip-sky.bs-tooltip-left .arrow::before { border-left-color: #00acf0; } .tooltip.tooltip-sky.bs-tooltip-right .arrow::before { border-right-color: #00acf0; } .tooltip.tooltip-sky.bs-tooltip-top .arrow::before { border-top-color: #00acf0; } .tooltip.tooltip-sky.bs-tooltip-bottom .arrow::before { border-bottom-color: #00acf0; } .tooltip.tooltip-success .tooltip-inner, .tooltip.tooltip-green .tooltip-inner { background: #22af47; } .tooltip.tooltip-success.bs-tooltip-left .arrow::before, .tooltip.tooltip-green.bs-tooltip-left .arrow::before { border-left-color: #22af47; } .tooltip.tooltip-success.bs-tooltip-right .arrow::before, .tooltip.tooltip-green.bs-tooltip-right .arrow::before { border-right-color: #22af47; } .tooltip.tooltip-success.bs-tooltip-top .arrow::before, .tooltip.tooltip-green.bs-tooltip-top .arrow::before { border-top-color: #22af47; } .tooltip.tooltip-success.bs-tooltip-bottom .arrow::before, .tooltip.tooltip-green.bs-tooltip-bottom .arrow::before { border-bottom-color: #22af47; } .tooltip.tooltip-info .tooltip-inner, .tooltip.tooltip-cyan .tooltip-inner { background: #1ebccd; } .tooltip.tooltip-info.bs-tooltip-left .arrow::before, .tooltip.tooltip-cyan.bs-tooltip-left .arrow::before { border-left-color: #1ebccd; } .tooltip.tooltip-info.bs-tooltip-right .arrow::before, .tooltip.tooltip-cyan.bs-tooltip-right .arrow::before { border-right-color: #1ebccd; } .tooltip.tooltip-info.bs-tooltip-top .arrow::before, .tooltip.tooltip-cyan.bs-tooltip-top .arrow::before { border-top-color: #1ebccd; } .tooltip.tooltip-info.bs-tooltip-bottom .arrow::before, .tooltip.tooltip-cyan.bs-tooltip-bottom .arrow::before { border-bottom-color: #1ebccd; } .tooltip.tooltip-warning .tooltip-inner, .tooltip.tooltip-yellow .tooltip-inner { background: #ffbf36; } .tooltip.tooltip-warning.bs-tooltip-left .arrow::before, .tooltip.tooltip-yellow.bs-tooltip-left .arrow::before { border-left-color: #ffbf36; } .tooltip.tooltip-warning.bs-tooltip-right .arrow::before, .tooltip.tooltip-yellow.bs-tooltip-right .arrow::before { border-right-color: #ffbf36; } .tooltip.tooltip-warning.bs-tooltip-top .arrow::before, .tooltip.tooltip-yellow.bs-tooltip-top .arrow::before { border-top-color: #ffbf36; } .tooltip.tooltip-warning.bs-tooltip-bottom .arrow::before, .tooltip.tooltip-yellow.bs-tooltip-bottom .arrow::before { border-bottom-color: #ffbf36; } .tooltip.tooltip-danger .tooltip-inner, .tooltip.tooltip-red .tooltip-inner { background: #f83f37; } .tooltip.tooltip-danger.bs-tooltip-left .arrow::before, .tooltip.tooltip-red.bs-tooltip-left .arrow::before { border-left-color: #f83f37; } .tooltip.tooltip-danger.bs-tooltip-right .arrow::before, .tooltip.tooltip-red.bs-tooltip-right .arrow::before { border-right-color: #f83f37; } .tooltip.tooltip-danger.bs-tooltip-top .arrow::before, .tooltip.tooltip-red.bs-tooltip-top .arrow::before { border-top-color: #f83f37; } .tooltip.tooltip-danger.bs-tooltip-bottom .arrow::before, .tooltip.tooltip-red.bs-tooltip-bottom .arrow::before { border-bottom-color: #f83f37; } .tooltip.tooltip-secondary .tooltip-inner, .tooltip.tooltip-grey .tooltip-inner { background: #9e9e9e; } .tooltip.tooltip-secondary.bs-tooltip-left .arrow::before, .tooltip.tooltip-grey.bs-tooltip-left .arrow::before { border-left-color: #9e9e9e; } .tooltip.tooltip-secondary.bs-tooltip-right .arrow::before, .tooltip.tooltip-grey.bs-tooltip-right .arrow::before { border-right-color: #9e9e9e; } .tooltip.tooltip-secondary.bs-tooltip-top .arrow::before, .tooltip.tooltip-grey.bs-tooltip-top .arrow::before { border-top-color: #9e9e9e; } .tooltip.tooltip-secondary.bs-tooltip-bottom .arrow::before, .tooltip.tooltip-grey.bs-tooltip-bottom .arrow::before { border-bottom-color: #9e9e9e; } .tooltip.tooltip-light .tooltip-inner { background: #e0e3e4; color: #324148; } .tooltip.tooltip-light.bs-tooltip-left .arrow::before { border-left-color: #e0e3e4; } .tooltip.tooltip-light.bs-tooltip-right .arrow::before { border-right-color: #e0e3e4; } .tooltip.tooltip-light.bs-tooltip-top .arrow::before { border-top-color: #e0e3e4; } .tooltip.tooltip-light.bs-tooltip-bottom .arrow::before { border-bottom-color: #e0e3e4; } .tooltip.tooltip-dark .tooltip-inner { background: #324148; } .tooltip.tooltip-dark.bs-tooltip-left .arrow::before { border-left-color: #324148; } .tooltip.tooltip-dark.bs-tooltip-right .arrow::before { border-right-color: #324148; } .tooltip.tooltip-dark.bs-tooltip-top .arrow::before { border-top-color: #324148; } .tooltip.tooltip-dark.bs-tooltip-bottom .arrow::before { border-bottom-color: #324148; } .tooltip.tooltip-pink .tooltip-inner { background: #ed1b60; } .tooltip.tooltip-pink.bs-tooltip-left .arrow::before { border-left-color: #ed1b60; } .tooltip.tooltip-pink.bs-tooltip-right .arrow::before { border-right-color: #ed1b60; } .tooltip.tooltip-pink.bs-tooltip-top .arrow::before { border-top-color: #ed1b60; } .tooltip.tooltip-pink.bs-tooltip-bottom .arrow::before { border-bottom-color: #ed1b60; } .tooltip.tooltip-purple .tooltip-inner { background: #ab26aa; } .tooltip.tooltip-purple.bs-tooltip-left .arrow::before { border-left-color: #ab26aa; } .tooltip.tooltip-purple.bs-tooltip-right .arrow::before { border-right-color: #ab26aa; } .tooltip.tooltip-purple.bs-tooltip-top .arrow::before { border-top-color: #ab26aa; } .tooltip.tooltip-purple.bs-tooltip-bottom .arrow::before { border-bottom-color: #ab26aa; } .tooltip.tooltip-violet .tooltip-inner { background: #6640b2; } .tooltip.tooltip-violet.bs-tooltip-left .arrow::before { border-left-color: #6640b2; } .tooltip.tooltip-violet.bs-tooltip-right .arrow::before { border-right-color: #6640b2; } .tooltip.tooltip-violet.bs-tooltip-top .arrow::before { border-top-color: #6640b2; } .tooltip.tooltip-violet.bs-tooltip-bottom .arrow::before { border-bottom-color: #6640b2; } .tooltip.tooltip-indigo .tooltip-inner { background: #3a55b1; } .tooltip.tooltip-indigo.bs-tooltip-left .arrow::before { border-left-color: #3a55b1; } .tooltip.tooltip-indigo.bs-tooltip-right .arrow::before { border-right-color: #3a55b1; } .tooltip.tooltip-indigo.bs-tooltip-top .arrow::before { border-top-color: #3a55b1; } .tooltip.tooltip-indigo.bs-tooltip-bottom .arrow::before { border-bottom-color: #3a55b1; } .tooltip.tooltip-blue .tooltip-inner { background: #0092ee; } .tooltip.tooltip-blue.bs-tooltip-left .arrow::before { border-left-color: #0092ee; } .tooltip.tooltip-blue.bs-tooltip-right .arrow::before { border-right-color: #0092ee; } .tooltip.tooltip-blue.bs-tooltip-top .arrow::before { border-top-color: #0092ee; } .tooltip.tooltip-blue.bs-tooltip-bottom .arrow::before { border-bottom-color: #0092ee; } .tooltip.tooltip-teal .tooltip-inner { background: #009b84; } .tooltip.tooltip-teal.bs-tooltip-left .arrow::before { border-left-color: #009b84; } .tooltip.tooltip-teal.bs-tooltip-right .arrow::before { border-right-color: #009b84; } .tooltip.tooltip-teal.bs-tooltip-top .arrow::before { border-top-color: #009b84; } .tooltip.tooltip-teal.bs-tooltip-bottom .arrow::before { border-bottom-color: #009b84; } .tooltip.tooltip-neon .tooltip-inner { background: #88c241; } .tooltip.tooltip-neon.bs-tooltip-left .arrow::before { border-left-color: #88c241; } .tooltip.tooltip-neon.bs-tooltip-right .arrow::before { border-right-color: #88c241; } .tooltip.tooltip-neon.bs-tooltip-top .arrow::before { border-top-color: #88c241; } .tooltip.tooltip-neon.bs-tooltip-bottom .arrow::before { border-bottom-color: #88c241; } .tooltip.tooltip-lime .tooltip-inner { background: #d0d962; } .tooltip.tooltip-lime.bs-tooltip-left .arrow::before { border-left-color: #d0d962; } .tooltip.tooltip-lime.bs-tooltip-right .arrow::before { border-right-color: #d0d962; } .tooltip.tooltip-lime.bs-tooltip-top .arrow::before { border-top-color: #d0d962; } .tooltip.tooltip-lime.bs-tooltip-bottom .arrow::before { border-bottom-color: #d0d962; } .tooltip.tooltip-sun .tooltip-inner { background: #fde335; } .tooltip.tooltip-sun.bs-tooltip-left .arrow::before { border-left-color: #fde335; } .tooltip.tooltip-sun.bs-tooltip-right .arrow::before { border-right-color: #fde335; } .tooltip.tooltip-sun.bs-tooltip-top .arrow::before { border-top-color: #fde335; } .tooltip.tooltip-sun.bs-tooltip-bottom .arrow::before { border-bottom-color: #fde335; } .tooltip.tooltip-orange .tooltip-inner { background: #ff9528; } .tooltip.tooltip-orange.bs-tooltip-left .arrow::before { border-left-color: #ff9528; } .tooltip.tooltip-orange.bs-tooltip-right .arrow::before { border-right-color: #ff9528; } .tooltip.tooltip-orange.bs-tooltip-top .arrow::before { border-top-color: #ff9528; } .tooltip.tooltip-orange.bs-tooltip-bottom .arrow::before { border-bottom-color: #ff9528; } .tooltip.tooltip-pumpkin .tooltip-inner { background: #ff6028; } .tooltip.tooltip-pumpkin.bs-tooltip-left .arrow::before { border-left-color: #ff6028; } .tooltip.tooltip-pumpkin.bs-tooltip-right .arrow::before { border-right-color: #ff6028; } .tooltip.tooltip-pumpkin.bs-tooltip-top .arrow::before { border-top-color: #ff6028; } .tooltip.tooltip-pumpkin.bs-tooltip-bottom .arrow::before { border-bottom-color: #ff6028; } .tooltip.tooltip-primary .tooltip-inner, .tooltip.tooltip-brown .tooltip-inner { background: #313f96; } .tooltip.tooltip-primary.bs-tooltip-left .arrow::before, .tooltip.tooltip-brown.bs-tooltip-left .arrow::before { border-left-color: #313f96; } .tooltip.tooltip-primary.bs-tooltip-right .arrow::before, .tooltip.tooltip-brown.bs-tooltip-right .arrow::before { border-right-color: #313f96; } .tooltip.tooltip-primary.bs-tooltip-top .arrow::before, .tooltip.tooltip-brown.bs-tooltip-top .arrow::before { border-top-color: #313f96; } .tooltip.tooltip-primary.bs-tooltip-bottom .arrow::before, .tooltip.tooltip-brown.bs-tooltip-bottom .arrow::before { border-bottom-color: #313f96; } .tooltip.tooltip-gold .tooltip-inner { background: #c1993f; } .tooltip.tooltip-gold.bs-tooltip-left .arrow::before { border-left-color: #c1993f; } .tooltip.tooltip-gold.bs-tooltip-right .arrow::before { border-right-color: #c1993f; } .tooltip.tooltip-gold.bs-tooltip-top .arrow::before { border-top-color: #c1993f; } .tooltip.tooltip-gold.bs-tooltip-bottom .arrow::before { border-bottom-color: #c1993f; } .tooltip.tooltip-smoke .tooltip-inner { background: #5e7d8a; } .tooltip.tooltip-smoke.bs-tooltip-left .arrow::before { border-left-color: #5e7d8a; } .tooltip.tooltip-smoke.bs-tooltip-right .arrow::before { border-right-color: #5e7d8a; } .tooltip.tooltip-smoke.bs-tooltip-top .arrow::before { border-top-color: #5e7d8a; } .tooltip.tooltip-smoke.bs-tooltip-bottom .arrow::before { border-bottom-color: #5e7d8a; } /*Images*/ .img-thumbnail { border-color: #e0e3e4; border-radius: 0; } .img-background { background-size: cover; background-repeat: no-repeat; background-position: center; } /*Icons*/ .font-icons-wrap li { text-align: center; display: inline-block; padding: 10px; min-width: 50px; min-height: 60px; } .font-icons-wrap li a { position: relative; color: #324148; } .font-icons-wrap li a > i { font-size: 27px; } .font-icons-wrap li a span { display: inline-block; position: absolute; background-color: #0092ee; color: #fff; padding: 4px 7px; font-size: 12px; white-space: nowrap; top: -30px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); display: none; } .font-icons-wrap li a:hover span { display: block; } .feather { stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; fill: none; } .feather-icon { font-size: 0 !important; } .feather-icon.fe-x > svg { height: 16px; width: 16px; } /*Checkbox*/ .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before { background-color: #313f96; } .custom-checkbox.checkbox-sky .custom-control-input:checked ~ .custom-control-label::before { background-color: #00acf0; } .custom-checkbox.checkbox-success .custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox.checkbox-green .custom-control-input:checked ~ .custom-control-label::before { background-color: #22af47; } .custom-checkbox.checkbox-info .custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox.checkbox-cyan .custom-control-input:checked ~ .custom-control-label::before { background-color: #1ebccd; } .custom-checkbox.checkbox-warning .custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox.checkbox-yellow .custom-control-input:checked ~ .custom-control-label::before { background-color: #ffbf36; } .custom-checkbox.checkbox-danger .custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox.checkbox-red .custom-control-input:checked ~ .custom-control-label::before { background-color: #f83f37; } .custom-checkbox.checkbox-secondary .custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox.checkbox-grey .custom-control-input:checked ~ .custom-control-label::before { background-color: #9e9e9e; } .custom-checkbox.checkbox-dark .custom-control-input:checked ~ .custom-control-label::before { background-color: #324148; } .custom-checkbox.checkbox-light .custom-control-input:checked ~ .custom-control-label::before { background-color: #d6d9da; } .custom-checkbox.checkbox-pink .custom-control-input:checked ~ .custom-control-label::before { background-color: #ed1b60; } .custom-checkbox.checkbox-purple .custom-control-input:checked ~ .custom-control-label::before { background-color: #ab26aa; } .custom-checkbox.checkbox-violet .custom-control-input:checked ~ .custom-control-label::before { background-color: #6640b2; } .custom-checkbox.checkbox-indigo .custom-control-input:checked ~ .custom-control-label::before { background-color: #3a55b1; } .custom-checkbox.checkbox-blue .custom-control-input:checked ~ .custom-control-label::before { background-color: #0092ee; } .custom-checkbox.checkbox-teal .custom-control-input:checked ~ .custom-control-label::before { background-color: #009b84; } .custom-checkbox.checkbox-neon .custom-control-input:checked ~ .custom-control-label::before { background-color: #88c241; } .custom-checkbox.checkbox-lime .custom-control-input:checked ~ .custom-control-label::before { background-color: #d0d962; } .custom-checkbox.checkbox-sun .custom-control-input:checked ~ .custom-control-label::before { background-color: #fde335; } .custom-checkbox.checkbox-orange .custom-control-input:checked ~ .custom-control-label::before { background-color: #ff9528; } .custom-checkbox.checkbox-pumpkin .custom-control-input:checked ~ .custom-control-label::before { background-color: #ff6028; } .custom-checkbox.checkbox-primary .custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox.checkbox-brown .custom-control-input:checked ~ .custom-control-label::before { background-color: #313f96; } .custom-checkbox.checkbox-gold .custom-control-input:checked ~ .custom-control-label::before { background-color: #c1993f; } .custom-checkbox.checkbox-smoke .custom-control-input:checked ~ .custom-control-label::before { background-color: #5e7d8a; } .custom-control-input:focus ~ .custom-control-label::before { box-shadow: none; } /*Radio*/ .custom-radio .custom-control-input:checked ~ .custom-control-label::before { background-color: #00acf0; } .custom-radio.radio-sky .custom-control-input:checked ~ .custom-control-label::before { background-color: #00acf0; } .custom-radio.radio-success .custom-control-input:checked ~ .custom-control-label::before, .custom-radio.radio-green .custom-control-input:checked ~ .custom-control-label::before { background-color: #22af47; } .custom-radio.radio-info .custom-control-input:checked ~ .custom-control-label::before, .custom-radio.radio-cyan .custom-control-input:checked ~ .custom-control-label::before { background-color: #1ebccd; } .custom-radio.radio-warning .custom-control-input:checked ~ .custom-control-label::before, .custom-radio.radio-yellow .custom-control-input:checked ~ .custom-control-label::before { background-color: #ffbf36; } .custom-radio.radio-danger .custom-control-input:checked ~ .custom-control-label::before, .custom-radio.radio-red .custom-control-input:checked ~ .custom-control-label::before { background-color: #f83f37; } .custom-radio.radio-secondary .custom-control-input:checked ~ .custom-control-label::before, .custom-radio.radio-grey .custom-control-input:checked ~ .custom-control-label::before { background-color: #9e9e9e; } .custom-radio.radio-dark .custom-control-input:checked ~ .custom-control-label::before { background-color: #324148; } .custom-radio.radio-light .custom-control-input:checked ~ .custom-control-label::before { background-color: #d6d9da; } .custom-radio.radio-pink .custom-control-input:checked ~ .custom-control-label::before { background-color: #ed1b60; } .custom-radio.radio-purple .custom-control-input:checked ~ .custom-control-label::before { background-color: #ab26aa; } .custom-radio.radio-violet .custom-control-input:checked ~ .custom-control-label::before { background-color: #6640b2; } .custom-radio.radio-indigo .custom-control-input:checked ~ .custom-control-label::before { background-color: #3a55b1; } .custom-radio.radio-blue .custom-control-input:checked ~ .custom-control-label::before { background-color: #0092ee; } .custom-radio.radio-teal .custom-control-input:checked ~ .custom-control-label::before { background-color: #009b84; } .custom-radio.radio-neon .custom-control-input:checked ~ .custom-control-label::before { background-color: #88c241; } .custom-radio.radio-lime .custom-control-input:checked ~ .custom-control-label::before { background-color: #d0d962; } .custom-radio.radio-sun .custom-control-input:checked ~ .custom-control-label::before { background-color: #fde335; } .custom-radio.radio-orange .custom-control-input:checked ~ .custom-control-label::before { background-color: #ff9528; } .custom-radio.radio-pumpkin .custom-control-input:checked ~ .custom-control-label::before { background-color: #ff6028; } .custom-radio.radio-primary .custom-control-input:checked ~ .custom-control-label::before, .custom-radio.radio-brown .custom-control-input:checked ~ .custom-control-label::before { background-color: #313f96; } .custom-radio.radio-gold .custom-control-input:checked ~ .custom-control-label::before { background-color: #c1993f; } .custom-radio.radio-smoke .custom-control-input:checked ~ .custom-control-label::before { background-color: #5e7d8a; } /*Carousel*/ .carousel-control-prev, .carousel-control-next { opacity: 1; } .carousel-control-prev:hover .carousel-control-next-icon, .carousel-control-prev:hover .carousel-control-prev-icon, .carousel-control-next:hover .carousel-control-next-icon, .carousel-control-next:hover .carousel-control-prev-icon { border-color: white; } .carousel-control-next-icon, .carousel-control-prev-icon { height: 50px; width: 50px; border: 2px solid; border-color: rgba(255, 255, 255, 0.5); border-radius: 50%; background: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center; font-size: 21px; } .carousel-control-next-icon:before, .carousel-control-prev-icon:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .carousel-control-next-icon:before { content: "\f287"; } .carousel-control-prev-icon:before { content: "\f27d"; } .carousel-indicators { bottom: 20px; } .carousel-indicators li { width: 8px; height: 8px; margin-right: 5px; margin-left: 5px; border-radius: 50%; background: rgba(193, 198, 200, 0.5); } .carousel-indicators li.active { background: #c1c6c8; } .carousel-caption { bottom: 30px; } .owl-carousel .item-video { height: auto; } .owl-carousel .owl-video-tn { background-size: cover; } .owl-carousel .owl-dots .owl-dot span { width: 8px; height: 8px; margin: 0 5px; background: rgba(193, 198, 200, 0.5); } .owl-carousel .owl-dots .owl-dot:focus { outline: none; } .owl-carousel .owl-dots .owl-dot:hover span { background: #c1c6c8; } .owl-carousel .owl-dots .owl-dot.active span { background: #c1c6c8; } .owl-carousel .owl-video-play-icon { background: rgba(255, 255, 255, 0.8); left: 20px; bottom: 20px; margin: 0; height: 35px; width: 35px; border-radius: 50%; top: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center; color: #313f96; } .owl-carousel .owl-video-play-icon:before { display: inline-block; font-family: "Ionicons"; padding-left: 3px; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f488"; } .owl-carousel .owl-video-play-icon:hover { -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); } .owl-carousel.dots-on-item .owl-dots { position: absolute; left: 0; right: 0; bottom: 10px; } @media (max-width: 991px) { .carousel-control-next-icon, .carousel-control-prev-icon { height: 30px; width: 30px; font-size: 17px; } } /*Twitter slider*/ .twitter-slider-wrap i.fa-twitter { font-size: 30px; color: #fff; } .twitter-slider-wrap .owl-carousel { text-align: center; } .twitter-slider-wrap .owl-carousel .user, .twitter-slider-wrap .owl-carousel .interact { display: none; } .twitter-slider-wrap .owl-carousel .tweet { font-size: 16px; color: #fff; margin-bottom: 30px; } .twitter-slider-wrap .owl-carousel .tweet > a { color: #fff; } .twitter-slider-wrap .owl-carousel .timePosted > a { font-size: 12px; color: #fff; } /*Color Pickr*/ .pickr:before { position: absolute; content: ""; height: 100%; width: 35px; background: #f5f5f6; right: 0; z-index: 1; pointer-events: none; } .pickr:after { font-family: "Ionicons"; speak: none; font-size: 18px; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f280"; color: #324148; position: absolute; right: 0; top: 8px; z-index: 2; width: 35px; height: 100%; text-align: center; pointer-events: none; } .pickr .pcr-app { z-index: 100; } .pickr .pcr-app .pcr-interaction input { padding: .3em .5em; letter-spacing: inherit; border-radius: 4px; background: #f5f5f6; color: #c1c6c8; } .pickr .pcr-app .pcr-interaction .pcr-save { background: #313f96; color: #fff; } .pickr .pcr-app .pcr-interaction .pcr-clear { background: #f83f37; color: #fff; } .pickr .pcr-app .pcr-interaction .pcr-type.active { background: #edf9fe; color: #313f96; } .pickr .pcr-app .pcr-interaction .pcr-result { color: #324148; border: 2px solid #e0e3e4; background: #fff; border-radius: .25rem; } .pickr .pcr-app .pcr-interaction .pcr-result:focus { box-shadow: none; border-color: #313f96; } .pickr .pcr-button { width: 100%; border-radius: 0; } @media (max-width: 414px) { .pcr-app { max-width: 310px; } } /*Range Slider*/ .irs-line { height: 7px; background: #e0e3e4; border: none; border-radius: 0; } .irs-bar { height: 7px; border: none; border-radius: 0; background: #313f96; } .irs-slider { top: 27px; width: 20px; height: 20px; border: 2px solid #fff; background: #313f96; border-radius: 50%; box-shadow: none; } .irs-slider.state_hover, .irs-slider:hover { background: #313f96; } .irs-bar-edge { height: 7px; top: 33px; width: 14px; border: none; background: #313f96; border-radius: 0; } .irs-from, .irs-to, .irs-single { font-size: 14px; background: #324148; line-height: 1.5; border-radius: 4px; -moz-border-radius: 4px; } .irs-min, .irs-max { color: #324148; font-size: 12px; background: #e0e3e4; line-height: 1.5; border-radius: 4px; -moz-border-radius: 4px; } .irs.irs-sm .irs-line { height: 3px; } .irs.irs-sm .irs-bar { height: 3px; } .irs.irs-sm .irs-slider { top: 29px; width: 12px; height: 12px; } .irs.irs-sm .irs-bar-edge { height: 3px; } .irs-sky .irs-bar, .irs-sky .irs-bar-edge { background: #00acf0; } .irs-sky .irs-slider { background: #00acf0; } .irs-sky .irs-slider.state_hover, .irs-sky .irs-slider:hover { background: #00acf0; } .irs-cyan .irs-bar, .irs-cyan .irs-bar-edge, .irs-info .irs-bar, .irs-info .irs-bar-edge { background: #1ebccd; } .irs-cyan .irs-slider, .irs-info .irs-slider { background: #1ebccd; } .irs-cyan .irs-slider.state_hover, .irs-cyan .irs-slider:hover, .irs-info .irs-slider.state_hover, .irs-info .irs-slider:hover { background: #1ebccd; } .irs-green .irs-bar, .irs-green .irs-bar-edge, .irs-success .irs-bar, .irs-success .irs-bar-edge { background: #22af47; } .irs-green .irs-slider, .irs-success .irs-slider { background: #22af47; } .irs-green .irs-slider.state_hover, .irs-green .irs-slider:hover, .irs-success .irs-slider.state_hover, .irs-success .irs-slider:hover { background: #22af47; } .irs-yellow .irs-bar, .irs-yellow .irs-bar-edge, .irs-warning .irs-bar, .irs-warning .irs-bar-edge { background: #ffbf36; } .irs-yellow .irs-slider, .irs-warning .irs-slider { background: #ffbf36; } .irs-yellow .irs-slider.state_hover, .irs-yellow .irs-slider:hover, .irs-warning .irs-slider.state_hover, .irs-warning .irs-slider:hover { background: #ffbf36; } .irs-red .irs-bar, .irs-red .irs-bar-edge, .irs-danger .irs-bar, .irs-danger .irs-bar-edge { background: #f83f37; } .irs-red .irs-slider, .irs-danger .irs-slider { background: #f83f37; } .irs-red .irs-slider.state_hover, .irs-red .irs-slider:hover, .irs-danger .irs-slider.state_hover, .irs-danger .irs-slider:hover { background: #f83f37; } .irs-blue .irs-bar, .irs-blue .irs-bar-edge { background: #0092ee; } .irs-blue .irs-slider { background: #0092ee; } .irs-blue .irs-slider.state_hover, .irs-blue .irs-slider:hover { background: #0092ee; } .irs-pink .irs-bar, .irs-pink .irs-bar-edge { background: #ed1b60; } .irs-pink .irs-slider { background: #ed1b60; } .irs-pink .irs-slider.state_hover, .irs-pink .irs-slider:hover { background: #ed1b60; } .irs-purple .irs-bar, .irs-purple .irs-bar-edge { background: #ab26aa; } .irs-purple .irs-slider { background: #ab26aa; } .irs-purple .irs-slider.state_hover, .irs-purple .irs-slider:hover { background: #ab26aa; } .irs-violet .irs-bar, .irs-violet .irs-bar-edge { background: #6640b2; } .irs-violet .irs-slider { background: #6640b2; } .irs-violet .irs-slider.state_hover, .irs-violet .irs-slider:hover { background: #6640b2; } .irs-indigo .irs-bar, .irs-indigo .irs-bar-edge { background: #3a55b1; } .irs-indigo .irs-slider { background: #3a55b1; } .irs-indigo .irs-slider.state_hover, .irs-indigo .irs-slider:hover { background: #3a55b1; } .irs-teal .irs-bar, .irs-teal .irs-bar-edge { background: #009b84; } .irs-teal .irs-slider { background: #009b84; } .irs-teal .irs-slider.state_hover, .irs-teal .irs-slider:hover { background: #009b84; } .irs-neon .irs-bar, .irs-neon .irs-bar-edge { background: #88c241; } .irs-neon .irs-slider { background: #88c241; } .irs-neon .irs-slider.state_hover, .irs-neon .irs-slider:hover { background: #88c241; } .irs-lime .irs-bar, .irs-lime .irs-bar-edge { background: #d0d962; } .irs-lime .irs-slider { background: #d0d962; } .irs-lime .irs-slider.state_hover, .irs-lime .irs-slider:hover { background: #d0d962; } .irs-sun .irs-bar, .irs-sun .irs-bar-edge { background: #fde335; } .irs-sun .irs-slider { background: #fde335; } .irs-sun .irs-slider.state_hover, .irs-sun .irs-slider:hover { background: #fde335; } .irs-orange .irs-bar, .irs-orange .irs-bar-edge { background: #ff9528; } .irs-orange .irs-slider { background: #ff9528; } .irs-orange .irs-slider.state_hover, .irs-orange .irs-slider:hover { background: #ff9528; } .irs-pumpkin .irs-bar, .irs-pumpkin .irs-bar-edge { background: #ff6028; } .irs-pumpkin .irs-slider { background: #ff6028; } .irs-pumpkin .irs-slider.state_hover, .irs-pumpkin .irs-slider:hover { background: #ff6028; } .irs-primary .irs-bar, .irs-primary .irs-bar-edge, .irs-brown .irs-bar, .irs-brown .irs-bar-edge { background: #313f96; } .irs-primary .irs-slider, .irs-brown .irs-slider { background: #313f96; } .irs-primary .irs-slider.state_hover, .irs-primary .irs-slider:hover, .irs-brown .irs-slider.state_hover, .irs-brown .irs-slider:hover { background: #313f96; } .irs-gold .irs-bar, .irs-gold .irs-bar-edge { background: #c1993f; } .irs-gold .irs-slider { background: #c1993f; } .irs-gold .irs-slider.state_hover, .irs-gold .irs-slider:hover { background: #c1993f; } .irs-grey .irs-bar, .irs-grey .irs-bar-edge, .irs-secondary .irs-bar, .irs-secondary .irs-bar-edge { background: #9e9e9e; } .irs-grey .irs-slider, .irs-secondary .irs-slider { background: #9e9e9e; } .irs-grey .irs-slider.state_hover, .irs-grey .irs-slider:hover, .irs-secondary .irs-slider.state_hover, .irs-secondary .irs-slider:hover { background: #9e9e9e; } .irs-dark .irs-bar, .irs-dark .irs-bar-edge { background: #324148; } .irs-dark .irs-slider { background: #324148; } .irs-dark .irs-slider.state_hover, .irs-dark .irs-slider:hover { background: #324148; } .irs-light .irs-bar, .irs-light .irs-bar-edge { background: #f5f5f6; } .irs-light .irs-slider { background: #f5f5f6; } .irs-light .irs-slider.state_hover, .irs-light .irs-slider:hover { background: #f5f5f6; } /*Daterangepicker*/ .daterangepicker { font-family: inherit; border-color: #e0e3e4; } .daterangepicker:before, .daterangepicker:after { display: none; } .daterangepicker .drp-buttons .btn { margin-left: 8px; padding: .25rem .5rem; font-size: .875rem; font-weight: 400; } .daterangepicker td.active, .daterangepicker td.active:hover { background-color: #313f96; } .daterangepicker td.active.available:hover, .daterangepicker td.active:hover.available:hover { background-color: #313f96; } .daterangepicker td.in-range { background-color: #f6f3f2; color: #324148; } .daterangepicker td.in-range.active, .daterangepicker td.in-range.active:hover { background-color: #313f96; } .daterangepicker td.available:hover { background-color: #f5f5f6; } .daterangepicker th.available:hover { background-color: transparent; } .daterangepicker .calendar-table th, .daterangepicker .calendar-table td { min-width: 33px; width: 33px; height: 33px; font-size: 13px; color: #5e7d8a; } .daterangepicker .calendar-table th.active, .daterangepicker .calendar-table th.active:hover, .daterangepicker .calendar-table td.active, .daterangepicker .calendar-table td.active:hover { color: #fff; } .daterangepicker .calendar-table th.active.available:hover, .daterangepicker .calendar-table th.active:hover.available:hover, .daterangepicker .calendar-table td.active.available:hover, .daterangepicker .calendar-table td.active:hover.available:hover { color: #fff; } .daterangepicker .calendar-table th.next span, .daterangepicker .calendar-table th.prev span { border-color: #c1c6c8; } .daterangepicker .calendar-table th:hover.next span, .daterangepicker .calendar-table th:hover.prev span { border-color: #324148; } .daterangepicker th.month { width: auto; font-size: 14px; color: #324148; letter-spacing: .5px; text-transform: uppercase; font-weight: 600; } .daterangepicker .drp-buttons { border: none; background: #f5f5f6; } .daterangepicker .drp-selected { font-size: 13px; padding-right: 3px; color: #324148; font-weight: 500; letter-spacing: 0.5px; } .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date { color: #e0e3e4; } .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect { background: #fff; width: 60px; margin: 10px auto; border: 2px solid #e0e3e4; padding: 3px; border-radius: 4px; font-size: 13px; color: #324148; } .daterangepicker select.monthselect, .daterangepicker select.yearselect { background: #fff; border: 2px solid #e0e3e4; padding: 3px; border-radius: 4px; font-size: 13px; color: #324148; } .daterangepicker .ranges li { font-size: 14px; padding: 10px 12px; } .daterangepicker .ranges li:hover { background-color: #f5f5f6; } .daterangepicker .ranges li.active { background-color: #313f96; } .daterangepicker.show-ranges .drp-calendar.left { border-color: #e0e3e4; } @media (max-width: 767px) { .daterangepicker { width: 281px; } .daterangepicker.show-ranges .drp-calendar.left { border: none; } .daterangepicker .drp-buttons { text-align: left; } .daterangepicker .drp-buttons .btn { margin-left: 0; margin-right: 8px; } .daterangepicker .drp-buttons .drp-selected { display: block; margin-bottom: 10px; } .daterangepicker.ltr .ranges { width: 100%; } .daterangepicker.ltr .ranges ul { width: 100%; } .daterangepicker.ltr .drp-calendar { width: 100%; } .daterangepicker.ltr .drp-calendar.left .calendar-table { padding-right: 0; } } /*Invoice*/ .hk-invoice-wrap .invoice-from-wrap > .row div:last-child, .hk-invoice-wrap .invoice-to-wrap > .row div:last-child { text-align: right; } @media (max-width: 767px) { .hk-invoice-wrap .invoice-from-wrap > .row div:last-child, .hk-invoice-wrap .invoice-to-wrap > .row div:last-child { text-align: left; } } /*Faq*/ .faq-search-wrap { padding: 50px 0 60px; } .faq-search-wrap .form-group .form-control, .faq-search-wrap .form-group .dd-handle { border-top-right-radius: .25rem; border-bottom-right-radius: .25rem; } .faq-search-wrap .form-group .input-group-append { position: absolute; right: 0; top: 0; bottom: 0; z-index: 10; pointer-events: none; } .faq-search-wrap .form-group .input-group-append .input-group-text { background: transparent; border: none; } .faq-search-wrap .form-group .input-group-append .input-group-text .feather-icon > svg { height: 18px; width: 18px; } /*Profile*/ .profile-cover-wrap .profile-cover-img { background-size: cover; background-position: center; background-repeat: no-repeat; height: 100%; width: 100%; position: absolute; left: 0; top: 0; } .profile-cover-wrap .profile-cover-content { position: relative; z-index: 1; } .profile-cover-wrap .profile-cover-content .button-list { display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: flex-end; -webkit-justify-content: flex-end; -ms-flex-pack: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; } .profile-cover-wrap .profile-cover-content .button-list > .btn { margin-left: 15px; margin-top: 0; margin-right: 0; } .profile-cover-wrap .profile-cover-content .media .media-img-wrap { margin-right: 15px; } .profile-cover-wrap .profile-cover-content .media .media-img-wrap .avatar { height: 100px; width: 100px; } .card.card-profile-feed .btn-pg-link { position: absolute; bottom: 25px; left: 25px; } .card.card-profile-feed .feed-img-layout .row { margin-right: -5px; margin-left: -5px; } .card.card-profile-feed .feed-img-layout .row > [class*="col-"] { padding-right: 5px; padding-left: 5px; } .card.card-profile-feed .feed-img-layout .feed-img { background-size: cover; background-repeat: no-repeat; background-position: center; width: 100%; } .card.card-profile-feed .btn-video-link { background: rgba(50, 65, 72, 0.5); height: 45px; width: 45px; position: absolute; border-radius: 50%; left: 0; right: 0; top: 0; bottom: 0; margin: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center; color: #fff; } .card.card-profile-feed .btn-video-link:before { display: inline-block; font-family: "Ionicons"; padding-left: 3px; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f488"; } .card.card-profile-feed .card-footer > div a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #adb3b6; font-size: 15px; } .card.card-profile-feed .card-footer > div a > i { font-size: 18px; margin-right: 10px; } .card.card-profile-feed .card-footer > div:last-child { display: -webkit-box; display: -ms-flexbox; display: flex; } .card.card-profile-feed .card-footer > div:last-child a { margin-right: 10px; } .card.card-profile-feed .card-footer > div:last-child a:last-child { margin-right: 0; } @media (max-width: 991px) { .profile-cover-wrap .profile-cover-content .media { -ms-flex-direction: column; flex-direction: column; margin-bottom: 20px; text-align: center; } .profile-cover-wrap .profile-cover-content .media .media-img-wrap { margin-right: 0; margin-bottom: 15px; } .profile-cover-wrap .profile-cover-content .media .media-img-wrap .avatar { height: 70px; width: 70px; } .profile-cover-wrap .profile-cover-content .button-list { ms-flex-pack: center; justify-content: center; } } /*Activity*/ .user-activity .media { position: relative; padding-bottom: 20px; margin-left: 20px; } .user-activity .media .media-img-wrap { position: absolute; left: -20px; } .user-activity .media:after { content: ""; position: absolute; width: 1px; height: calc(100% - 77px); background: #eaecec; top: 60px; } .user-activity .media .media-body { border-bottom: 1px solid #e0e3e4; padding-bottom: 30px; margin-left: 40px; min-width: 0; } .user-activity .media:last-child .media-body { border-bottom: none; } .user-activity.user-activity-sm .media { padding-bottom: 10px; margin-left: 16px; } .user-activity.user-activity-sm .media .media-img-wrap { left: -16px; } .user-activity.user-activity-sm .media:after { height: calc(100% - 47px); top: 40px; } .user-activity.user-activity-sm .media .media-body { padding-bottom: 10px; margin-left: 30px; } @media (max-width: 576px) { .user-activity .media .media-body { margin-left: 35px; } } /*Widgets*/ .hk-dash-type-1 .card-header .nav.nav-tabs { min-height: 100px; } .hk-dash-type-1 .card-header .nav.nav-tabs > a.nav-item { background: rgba(245, 245, 246, 0.5); border-right: 1px solid #e0e3e4; border-bottom: 0; } .hk-dash-type-1 .card-header .nav.nav-tabs > a.nav-item:last-child { border-right: 0 !important; } .hk-dash-type-1 .card-header .nav.nav-tabs > a.nav-item.active { border: none; background: #fff; border-right: 1px solid #e0e3e4; } .hk-dash-type-1 .card-header .nav.nav-tabs > a.nav-item.active .display-4 { color: #313f96; } .hk-dash-type-1 .card-header .nav.nav-tabs > a.nav-item > div > div:last-child > span:last-child { font-size: 14px; text-transform: capitalize; font-weight: 600; } .review-star { color: #324148; } .review-star > .feather-icon { display: block; } .review-star > .feather-icon > svg { height: 20px; width: 20px; } .review-star:hover { color: #324148; } .review-star:hover > .feather-icon > svg { fill: #324148 !important; } .review-star:hover > .feather-icon > svg polygon { fill: #324148 !important; } .review-star.starred { color: #324148; } .review-star.starred > .feather-icon > svg { fill: #324148 !important; } .review-star.starred > .feather-icon > svg polygon { fill: #324148 !important; } @media (max-width: 991px) { .hk-dash-type-2.card-group { display: block; } .hk-dash-type-2.card-group > .card:first-child, .hk-dash-type-2.card-group > .card:last-child { border-radius: .25rem; } } @media (max-width: 576px) { .hk-dash-type-1 .card-header .nav.nav-tabs { min-height: 70px; } .hk-dash-type-1 .card-header .nav.nav-tabs > a.nav-item .display-4 { font-size: 1.5rem; } } @media (max-width: 414px) { .hk-dash-type-1 .card-header .nav.nav-tabs > a.nav-item > div > div:last-child > span:last-child { font-size: 13px; } } .hk-legend-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center; -ms-flex-wrap: wrap; flex-wrap: wrap; } .hk-legend-wrap .hk-legend { margin-left: 15px; margin-right: 15px; } .hk-legend-wrap .hk-legend > span:last-child { display: inline-block; text-transform: capitalize; font-size: 14px; margin-left: 8px; } /*Dropdown*/ .dropdown-toggle.no-caret:after { display: none; } .dropdown-toggle:after { vertical-align: .2em; border-top: 0.23em solid; border-right: .23em solid transparent; border-left: .23em solid transparent; } .dropup .dropdown-toggle::after { vertical-align: .2em; border-right: .23em solid transparent; border-bottom: .23em solid; border-left: .23em solid transparent; } .dropleft .dropdown-toggle::before { vertical-align: .2em; border-top: .23em solid transparent; border-right: .23em solid; border-bottom: .23em solid transparent; } .dropright .dropdown-toggle::before { vertical-align: .2em; border-top: .23em solid transparent; border-right: .23em solid; border-bottom: .23em solid transparent; } .dropright .dropdown-toggle::after { vertical-align: .2em; border-top: .23em solid transparent; border-bottom: .23em solid transparent; border-left: .23em solid; } .dropdown-menu { color: #324148; border-color: #e0e3e4; } .dropdown-menu .dropdown-header, .dropdown-menu .dropdown-item-text { color: #5e7d8a; } .dropdown-menu .dropdown-item { color: #324148; } .dropdown-menu .dropdown-item .dropdown-icon { color: #adb3b6; font-size: 18px; margin-right: 10px; width: 18px; } .dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active { background-color: #313f96; color: #fff; } .dropdown-menu .dropdown-item:focus:not(.active):not(.disabled), .dropdown-menu .dropdown-item:hover:not(.active):not(.disabled) { background-color: #f5f5f6; color: #0d1113; } .dropdown-menu .dropdown-item:disabled, .dropdown-menu .dropdown-item.disabled { color: #c1c6c8; background-color: transparent; } .dropdown-menu .sub-dropdown-menu { position: relative; } .dropdown-menu .sub-dropdown-menu .dropdown-item i { font-size: 18px; margin-right: 10px; width: 18px; } .dropdown-menu .sub-dropdown-menu .dropdown-menu { top: 0; } .dropdown-menu .sub-dropdown-menu .dropdown-menu:before, .dropdown-menu .sub-dropdown-menu .dropdown-menu:after { display: none !important; } .dropdown-menu .sub-dropdown-menu .dropdown-menu.open-left-side { right: 100% !important; left: auto !important; } .dropdown-menu .sub-dropdown-menu .dropdown-menu.open-right-side { left: 100% !important; } .dropdown-menu.dropdown-menu-dark { background: #301811; border-color: #2b383e; color: #fff; } .dropdown-menu.dropdown-menu-dark .dropdown-header, .dropdown-menu.dropdown-menu-dark .dropdown-item-text { color: #6f7a7f; } .dropdown-menu.dropdown-menu-dark .dropdown-item { color: #e0e3e4; } .dropdown-menu.dropdown-menu-dark .dropdown-item:focus:not(.active):not(.disabled), .dropdown-menu.dropdown-menu-dark .dropdown-item:hover:not(.active):not(.disabled) { background-color: #8b6a61; color: #fff; } .dropdown-menu.dropdown-menu-dark .dropdown-item.active, .dropdown-menu.dropdown-menu-dark .dropdown-item:active { color: #fff; } .dropdown-menu.dropdown-menu-dark .dropdown-item:disabled, .dropdown-menu.dropdown-menu-dark .dropdown-item.disabled { color: #5b676d; } .dropdown-menu.dropdown-menu-dark .dropdown-divider { border-color: #2b383e; } .dropdown-divider { border-color: #e0e3e4; } .show-on-hover:hover > .dropdown-menu { display: block; } .show-on-hover > .dropdown-toggle:active { pointer-events: none; } .dropdown-menu.animated { -webkit-animation-duration: 0.55s; animation-duration: 0.55s; -webkit-animation-timing-function: ease; animation-timing-function: ease; } /*Avatar*/ .avatar { font-size: 1rem; position: relative; display: inline-block; width: 3.875rem; height: 3.875rem; } .avatar.avatar-xl { font-size: 1.70833rem; width: 5.125rem; height: 5.125rem; } .avatar.avatar-lg { font-size: 1.4rem; width: 4.5rem; height: 4.5rem; } .avatar.avatar-md { font-size: .95rem; width: 3.25rem; height: 3.25rem; } .avatar.avatar-sm { font-size: .9rem; width: 2.625rem; height: 2.625rem; } .avatar.avatar-xs { font-size: .6rem; width: 2rem; height: 2rem; } .avatar .avatar-img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } .avatar .avatar-text { display: block; width: 100%; height: 100%; position: relative; text-transform: uppercase; overflow: hidden; background: #fff; font-weight: 600; color: #313f96; } .avatar .avatar-text .initial-wrap { display: table; width: 100%; height: 100%; } .avatar .avatar-text .initial-wrap > span { position: relative; display: table-cell; vertical-align: middle; text-align: center; } .avatar .avatar-text:before { content: ""; position: absolute; height: 100%; width: 100%; left: 0; top: 0; background: rgba(178, 230, 250, 0.5); } .avatar .avatar-text.avatar-text-cyan, .avatar .avatar-text.avatar-text-info { color: #1ebccd; } .avatar .avatar-text.avatar-text-cyan:before, .avatar .avatar-text.avatar-text-info:before { background: rgba(187, 235, 240, 0.5); } .avatar .avatar-text.avatar-text-light { color: #6f7a7f; } .avatar .avatar-text.avatar-text-light:before { background: rgba(173, 179, 182, 0.5); } .avatar .avatar-text.avatar-text-dark { color: #fff; } .avatar .avatar-text.avatar-text-dark:before { background: #324148 !important; } .avatar .avatar-text.avatar-text-sky { color: #00acf0; } .avatar .avatar-text.avatar-text-sky:before { background: rgba(178, 230, 250, 0.5); } .avatar .avatar-text.avatar-text-green, .avatar .avatar-text.avatar-text-success { color: #22af47; } .avatar .avatar-text.avatar-text-green:before, .avatar .avatar-text.avatar-text-success:before { background: rgba(188, 231, 199, 0.5); } .avatar .avatar-text.avatar-text-red, .avatar .avatar-text.avatar-text-danger { color: #f83f37; } .avatar .avatar-text.avatar-text-red:before, .avatar .avatar-text.avatar-text-danger:before { background: rgba(253, 197, 195, 0.5); } .avatar .avatar-text.avatar-text-yellow, .avatar .avatar-text.avatar-text-warning { color: #ffbf36; } .avatar .avatar-text.avatar-text-yellow:before, .avatar .avatar-text.avatar-text-warning:before { background: rgba(255, 236, 194, 0.5); } .avatar .avatar-text.avatar-text-pink { color: #ed1b60; } .avatar .avatar-text.avatar-text-pink:before { background: rgba(250, 186, 207, 0.5); } .avatar .avatar-text.avatar-text-purple { color: #ab26aa; } .avatar .avatar-text.avatar-text-purple:before { background: rgba(230, 189, 229, 0.5); } .avatar .avatar-text.avatar-text-violet { color: #6640b2; } .avatar .avatar-text.avatar-text-violet:before { background: rgba(209, 197, 232, 0.5); } .avatar .avatar-text.avatar-text-indigo { color: #3a55b1; } .avatar .avatar-text.avatar-text-indigo:before { background: rgba(196, 204, 231, 0.5); } .avatar .avatar-text.avatar-text-blue { color: #0092ee; } .avatar .avatar-text.avatar-text-blue:before { background: rgba(178, 222, 250, 0.5); } .avatar .avatar-text.avatar-text-teal { color: #009b84; } .avatar .avatar-text.avatar-text-teal:before { background: rgba(178, 225, 218, 0.5); } .avatar .avatar-text.avatar-text-neon { color: #88c241; } .avatar .avatar-text.avatar-text-neon:before { background: rgba(219, 237, 198, 0.5); } .avatar .avatar-text.avatar-text-lime { color: #d0d962; } .avatar .avatar-text.avatar-text-lime:before { background: rgba(241, 244, 208, 0.5); } .avatar .avatar-text.avatar-text-sun { color: #fde335; } .avatar .avatar-text.avatar-text-sun:before { background: rgba(254, 247, 194, 0.5); } .avatar .avatar-text.avatar-text-orange { color: #ff9528; } .avatar .avatar-text.avatar-text-orange:before { background: rgba(255, 223, 190, 0.5); } .avatar .avatar-text.avatar-text-pumpkin { color: #ff6028; } .avatar .avatar-text.avatar-text-pumpkin:before { background: rgba(255, 207, 190, 0.5); } .avatar .avatar-text.avatar-text-brown, .avatar .avatar-text.avatar-text-primary { color: #313f96; } .avatar .avatar-text.avatar-text-brown:before, .avatar .avatar-text.avatar-text-primary:before { background: rgba(215, 203, 200, 0.5); } .avatar .avatar-text.avatar-text-gold { color: #c1993f; } .avatar .avatar-text.avatar-text-gold:before { background: rgba(236, 224, 197, 0.5); } .avatar .avatar-text.avatar-text-grey, .avatar .avatar-text.avatar-text-secondary { color: #9e9e9e; } .avatar .avatar-text.avatar-text-grey:before, .avatar .avatar-text.avatar-text-secondary:before { background: rgba(226, 226, 226, 0.5); } .avatar .avatar-text.avatar-text-inv-cyan, .avatar .avatar-text.avatar-text-inv-info { color: #fff; } .avatar .avatar-text.avatar-text-inv-cyan:before, .avatar .avatar-text.avatar-text-inv-info:before { background-color: #1ebccd !important; } .avatar .avatar-text.avatar-text-inv-sky { color: #fff; } .avatar .avatar-text.avatar-text-inv-sky:before { background-color: #00acf0 !important; } .avatar .avatar-text.avatar-text-inv-green, .avatar .avatar-text.avatar-text-inv-success { color: #fff; } .avatar .avatar-text.avatar-text-inv-green:before, .avatar .avatar-text.avatar-text-inv-success:before { background-color: #22af47 !important; } .avatar .avatar-text.avatar-text-inv-red, .avatar .avatar-text.avatar-text-inv-danger { color: #fff; } .avatar .avatar-text.avatar-text-inv-red:before, .avatar .avatar-text.avatar-text-inv-danger:before { background-color: #f83f37 !important; } .avatar .avatar-text.avatar-text-inv-yellow, .avatar .avatar-text.avatar-text-inv-warning { color: #fff; } .avatar .avatar-text.avatar-text-inv-yellow:before, .avatar .avatar-text.avatar-text-inv-warning:before { background-color: #ffbf36 !important; } .avatar .avatar-text.avatar-text-inv-pink { color: #fff; } .avatar .avatar-text.avatar-text-inv-pink:before { background-color: #ed1b60 !important; } .avatar .avatar-text.avatar-text-inv-purple { color: #fff; } .avatar .avatar-text.avatar-text-inv-purple:before { background-color: #ab26aa !important; } .avatar .avatar-text.avatar-text-inv-violet { color: #fff; } .avatar .avatar-text.avatar-text-inv-violet:before { background-color: #6640b2 !important; } .avatar .avatar-text.avatar-text-inv-indigo { color: #fff; } .avatar .avatar-text.avatar-text-inv-indigo:before { background-color: #3a55b1 !important; } .avatar .avatar-text.avatar-text-inv-blue { color: #fff; } .avatar .avatar-text.avatar-text-inv-blue:before { background-color: #0092ee !important; } .avatar .avatar-text.avatar-text-inv-teal { color: #fff; } .avatar .avatar-text.avatar-text-inv-teal:before { background-color: #009b84 !important; } .avatar .avatar-text.avatar-text-inv-neon { color: #fff; } .avatar .avatar-text.avatar-text-inv-neon:before { background-color: #88c241 !important; } .avatar .avatar-text.avatar-text-inv-lime { color: #fff; } .avatar .avatar-text.avatar-text-inv-lime:before { background-color: #d0d962 !important; } .avatar .avatar-text.avatar-text-inv-sun { color: #fff; } .avatar .avatar-text.avatar-text-inv-sun:before { background-color: #fde335 !important; } .avatar .avatar-text.avatar-text-inv-orange { color: #fff; } .avatar .avatar-text.avatar-text-inv-orange:before { background-color: #ff9528 !important; } .avatar .avatar-text.avatar-text-inv-pumpkin { color: #fff; } .avatar .avatar-text.avatar-text-inv-pumpkin:before { background-color: #ff6028 !important; } .avatar .avatar-text.avatar-text-inv-brown, .avatar .avatar-text.avatar-text-inv-primary { color: #fff; } .avatar .avatar-text.avatar-text-inv-brown:before, .avatar .avatar-text.avatar-text-inv-primary:before { background-color: #313f96 !important; } .avatar .avatar-text.avatar-text-inv-gold { color: #fff; } .avatar .avatar-text.avatar-text-inv-gold:before { background-color: #c1993f !important; } .avatar .avatar-text.avatar-text-inv-grey, .avatar .avatar-text.avatar-text-inv-secondary { color: #fff; } .avatar .avatar-text.avatar-text-inv-grey:before, .avatar .avatar-text.avatar-text-inv-secondary:before { background-color: #9e9e9e !important; } .avatar-group { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; } .avatar-group .avatar { font-size: .9rem; width: 2.625rem; height: 2.625rem; } .avatar-group .avatar .avatar-img, .avatar-group .avatar .avatar-text { border: 2px solid #fff; } .avatar-group.avatar-group-overlapped .avatar { margin-right: -13px; } .avatar-group.avatar-group-overlapped .avatar:hover { z-index: 1; } .avatar-group.avatar-group-lg .avatar { font-size: .95rem; width: 3.25rem; height: 3.25rem; } .avatar-group.avatar-group-lg.avatar-group-overlapped .avatar { margin-right: -15px; } .avatar-group.avatar-group-sm .avatar { font-size: .6rem; width: 2rem; height: 2rem; } .avatar-group.avatar-group-sm.avatar-group-overlapped .avatar { margin-right: -10px; } /*Pagination*/ .pagination-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .page-link { color: #324148; border-color: #e0e3e4; } .page-link:focus, .page-link:hover { color: #324148; background-color: #e0e3e4; border-color: #e0e3e4; } .pagination .page-item.active .page-link { background: #313f96; border-color: #313f96; color: #fff; } .pagination .page-item.active.active-info .page-link, .pagination .page-item.active.active-cyan .page-link { background: #1ebccd; border-color: #1ebccd; color: #fff; } .pagination .page-item.active.active-sky .page-link { background: #00acf0; border-color: #00acf0; color: #fff; } .pagination .page-item.active.active-success .page-link, .pagination .page-item.active.active-green .page-link { background: #22af47; border-color: #22af47; color: #fff; } .pagination .page-item.active.active-danger .page-link, .pagination .page-item.active.active-red .page-link { background: #f83f37; border-color: #f83f37; color: #fff; } .pagination .page-item.active.active-warning .page-link, .pagination .page-item.active.active-yellow .page-link { background: #ffbf36; border-color: #ffbf36; color: #fff; } .pagination .page-item.active.active-pink .page-link { background: #ed1b60; border-color: #ed1b60; color: #fff; } .pagination .page-item.active.active-purple .page-link { background: #ab26aa; border-color: #ab26aa; color: #fff; } .pagination .page-item.active.active-violet .page-link { background: #6640b2; border-color: #6640b2; color: #fff; } .pagination .page-item.active.active-indigo .page-link { background: #3a55b1; border-color: #3a55b1; color: #fff; } .pagination .page-item.active.active-blue .page-link { background: #0092ee; border-color: #0092ee; color: #fff; } .pagination .page-item.active.active-teal .page-link { background: #009b84; border-color: #009b84; color: #fff; } .pagination .page-item.active.active-neon .page-link { background: #88c241; border-color: #88c241; color: #fff; } .pagination .page-item.active.active-lime .page-link { background: #d0d962; border-color: #d0d962; color: #fff; } .pagination .page-item.active.active-sun .page-link { background: #fde335; border-color: #fde335; color: #fff; } .pagination .page-item.active.active-orange .page-link { background: #ff9528; border-color: #ff9528; color: #fff; } .pagination .page-item.active.active-pumpkin .page-link { background: #ff6028; border-color: #ff6028; color: #fff; } .pagination .page-item.active.active-primary .page-link, .pagination .page-item.active.active-brown .page-link { background: #313f96; border-color: #313f96; color: #fff; } .pagination .page-item.active.active-gold .page-link { background: #c1993f; border-color: #c1993f; color: #fff; } .pagination .page-item.active.active-secondary .page-link, .pagination .page-item.active.active-grey .page-link { background: #9e9e9e; border-color: #9e9e9e; color: #fff; } .pagination .page-item.active.active-light .page-link { background: #e0e3e4; border-color: #e0e3e4; color: #324148; } .pagination .page-item.active.active-dark .page-link { background: #324148; border-color: #324148; color: #fff; } .pagination .page-item.disabled .page-link { color: #c1c6c8; } .pagination.custom-pagination .page-item + .page-item { padding-left: 8px; margin: 0; } .pagination.custom-pagination .page-link { padding: .5rem .8rem; border-radius: .25rem; } .pagination.custom-pagination.pagination-rounded .page-link { border-radius: 50px; } .pagination.custom-pagination.pagination-rounded .page-item:first-child .page-link, .pagination.custom-pagination.pagination-rounded .page-item:last-child .page-link { border-radius: 50px; } .pagination.custom-pagination.pagination-filled .page-item:not(.active) .page-link { background: #f5f5f6; border-color: #f5f5f6; } .pagination.custom-pagination.pagination-filled .page-item:not(.active):hover .page-link { background-color: #e0e3e4; } .pagination.custom-pagination.pagination-simple .page-item:not(.active) .page-link { border-color: transparent; } /*Badge*/ .badge { font-weight: 500; border-radius: 4px; padding: 5px 7px; font-size: 72%; letter-spacing: 0.3px; vertical-align: middle; display: inline-block; text-align: center; text-transform: capitalize; } .badge.badge-indicator { width: 7px; height: 7px; border-radius: 50%; padding: 0; position: relative; } .badge.badge-indicator:empty { display: inline-block; } .badge.badge-indicator.badge-indicator-sm { width: 5px; height: 5px; } .badge.badge-sm { padding: 3px 5px; font-size: 60%; } .badge.badge-info, .badge.badge-cyan { background: #1ebccd; color: #fff; } .badge.badge-sky { background: #00acf0; color: #fff; } .badge.badge-success, .badge.badge-green { background: #22af47; color: #fff; } .badge.badge-danger, .badge.badge-red { background: #f83f37; color: #fff; } .badge.badge-warning, .badge.badge-yellow { background: #ffbf36; color: #fff; } .badge.badge-pink { background: #ed1b60; color: #fff; } .badge.badge-purple { background: #ab26aa; color: #fff; } .badge.badge-violet { background: #6640b2; color: #fff; } .badge.badge-indigo { background: #3a55b1; color: #fff; } .badge.badge-blue { background: #0092ee; color: #fff; } .badge.badge-teal { background: #009b84; color: #fff; } .badge.badge-neon { background: #88c241; color: #fff; } .badge.badge-lime { background: #d0d962; color: #fff; } .badge.badge-sun { background: #fde335; color: #fff; } .badge.badge-orange { background: #ff9528; color: #fff; } .badge.badge-pumpkin { background: #ff6028; color: #fff; } .badge.badge-primary, .badge.badge-brown { background: #313f96; color: #fff; } .badge.badge-gold { background: #c1993f; color: #fff; } .badge.badge-smoke { background: #5e7d8a; color: #fff; } .badge.badge-secondary, .badge.badge-grey { background: #9e9e9e; color: #fff; } .badge.badge-light { background: #e0e3e4; color: #324148; } .badge.badge-dark { background: #324148; color: #fff; } .badge.badge-outline { background: transparent; border: 2px solid; } .badge.badge-outline.badge-info, .badge.badge-outline.badge-cyan { border-color: #1ebccd; color: #1ebccd; } .badge.badge-outline.badge-sky { border-color: #00acf0; color: #00acf0; } .badge.badge-outline.badge-success, .badge.badge-outline.badge-green { border-color: #22af47; color: #22af47; } .badge.badge-outline.badge-danger, .badge.badge-outline.badge-red { border-color: #f83f37; color: #f83f37; } .badge.badge-outline.badge-warning, .badge.badge-outline.badge-yellow { border-color: #ffbf36; color: #ffbf36; } .badge.badge-outline.badge-secondary, .badge.badge-outline.badge-grey { border-color: #9e9e9e; color: #9e9e9e; } .badge.badge-outline.badge-light { border-color: #e0e3e4; color: #324148; } .badge.badge-outline.badge-dark { border-color: #324148; color: #324148; } .badge.badge-outline.badge-pink { border-color: #ed1b60; color: #ed1b60; } .badge.badge-outline.badge-purple { border-color: #ab26aa; color: #ab26aa; } .badge.badge-outline.badge-violet { border-color: #6640b2; color: #6640b2; } .badge.badge-outline.badge-indigo { border-color: #3a55b1; color: #3a55b1; } .badge.badge-outline.badge-blue { border-color: #0092ee; color: #0092ee; } .badge.badge-outline.badge-teal { border-color: #009b84; color: #009b84; } .badge.badge-outline.badge-neon { border-color: #88c241; color: #88c241; } .badge.badge-outline.badge-lime { border-color: #d0d962; color: #d0d962; } .badge.badge-outline.badge-sun { border-color: #fde335; color: #fde335; } .badge.badge-outline.badge-orange { border-color: #ff9528; color: #ff9528; } .badge.badge-outline.badge-pumpkin { border-color: #ff6028; color: #ff6028; } .badge.badge-outline.badge-primary, .badge.badge-outline.badge-brown { border-color: #313f96; color: #313f96; } .badge.badge-outline.badge-gold { border-color: #c1993f; color: #c1993f; } .badge.badge-soft-cyan, .badge.badge-soft-info { background: #effafb; color: #1ebccd; } .badge.badge-soft-sky { background: #edf9fe; color: #00acf0; } .badge.badge-soft-green, .badge.badge-soft-success { background: #eff9f2; color: #22af47; } .badge.badge-soft-red, .badge.badge-soft-danger { background: #fff1f1; color: #f83f37; } .badge.badge-soft-yellow, .badge.badge-soft-warning { background: #fff8eb; color: #ffbf36; } .badge.badge-soft-pink { background: #feeff4; color: #ed1b60; } .badge.badge-soft-purple { background: #f9f0f9; color: #ab26aa; } .badge.badge-soft-violet { background: #f4f2fa; color: #6640b2; } .badge.badge-soft-indigo { background: #f1f3f9; color: #3a55b1; } .badge.badge-soft-blue { background: #edf7fe; color: #0092ee; } .badge.badge-soft-teal { background: #edf8f6; color: #009b84; } .badge.badge-soft-neon { background: #f3f9ec; color: #88c241; } .badge.badge-soft-lime { background: #f9faeb; color: #d0d962; } .badge.badge-soft-sun { background: #fffbe5; color: #fde335; } .badge.badge-soft-orange { background: #fff4e9; color: #ff9528; } .badge.badge-soft-pumpkin { background: #fff4f0; color: #ff6028; } .badge.badge-soft-brown, .badge.badge-soft-primary { background: #f6f3f2; color: #313f96; } .badge.badge-soft-gold { background: #fbf8f1; color: #c1993f; } .badge.badge-soft-smoke { background: #f4f6f7; color: #5e7d8a; } .badge.badge-soft-grey, .badge.badge-soft-secondary { background: #f5f5f5; color: #9e9e9e; } .badge.badge-pill { border-radius: 50px; } .badge-indicator-demo .badge-indicator { bottom: 2px; } .btn .badge { top: -2px; } /*List Group*/ .list-group-item { border-color: #e0e3e4; } .list-group-item.active { background-color: #313f96; border-color: #313f96; } .list-group-item.active h1, .list-group-item.active h2, .list-group-item.active h3, .list-group-item.active h4, .list-group-item.active h5, .list-group-item.active h6 { color: #fff; } .list-group-item.disabled, .list-group-item:disabled { color: #c1c6c8; } .list-group-item.list-group-item-action:not(.active):focus, .list-group-item.list-group-item-action:not(.active):hover { background-color: #f5f5f6; } .list-group-item.list-group-item-primary:not(.active) { color: #301811; background-color: #f6f3f2; } .list-group-item.list-group-item-info:not(.active) { color: #065459; background-color: #effafb; } .list-group-item.list-group-item-success:not(.active) { color: #05592b; background-color: #eff9f2; } .list-group-item.list-group-item-warning:not(.active) { color: #cb7e03; background-color: #fff8eb; } .list-group-item.list-group-item-danger:not(.active) { color: #8b0c12; background-color: #fff1f1; } .list-group-item.list-group-item-secondary:not(.active) { color: #524c4c; background-color: #f5f5f5; } .list-group-item.list-group-item-light:not(.active) { color: #5b676d; background-color: #f5f5f6; } .list-group-item.list-group-item-dark:not(.active) { color: #fff; background-color: #324148; } .list-group-item.list-group-inv { color: #fff; } .list-group-item.list-group-inv.list-group-inv-primary:not(.active) { background-color: #313f96; color: #f6f3f2; border-color: #313f96; } .list-group-item.list-group-inv.list-group-inv-info:not(.active) { background-color: #1ebccd; color: #effafb; border-color: #1ebccd; } .list-group-item.list-group-inv.list-group-inv-success:not(.active) { background-color: #22af47; color: #eff9f2; border-color: #22af47; } .list-group-item.list-group-inv.list-group-inv-warning:not(.active) { background-color: #ffbf36; color: #fff8eb; border-color: #ffbf36; } .list-group-item.list-group-inv.list-group-inv-danger:not(.active) { background-color: #f83f37; color: #fff1f1; border-color: #f83f37; } .list-group-item.list-group-inv.list-group-inv-secondary:not(.active) { background-color: #9e9e9e; color: #f5f5f5; border-color: #9e9e9e; } /*Google Map*/ .gmap { height: calc(100vh - 103px); } .infowindow-wrap .infowindow-header { color: #324148; padding: 10px 5px 0; font-family: "Roboto", sans-serif; } .infowindow-wrap .infowindow-body { padding: 10px 5px 10px; color: #5e7d8a; font-size: 16px; font-weight: 400; font-family: "Roboto", sans-serif; } /*Vecotor Map*/ .jvectormap-zoomin, .jvectormap-zoomout { line-height: 9px; background: #324148; padding: 4px; width: 12px; height: 13px; border-radius: 0; } .jvectormap-zoomout { top: 31px; } .jvectormap-goback { padding: .15rem .4rem; font-size: .75rem; background: #313f96; border-radius: 0.2rem; } .jvectormap-legend-cnt-h .jvectormap-legend-tick-sample { height: 23px; } .jvectormap-legend-cnt-h .jvectormap-legend { background: #324148; padding: 3px 5px 5px 5px; border-radius: 2px; } .jvectormap-legend-cnt-h .jvectormap-legend.jvectormap-legend-icons { color: #324148; background: #fff; border: #d6d9da 1px solid; } .jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-title { font-weight: 500; margin-bottom: 10px; } .jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick { width: 55px; } .jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick .jvectormap-legend-tick-text { font-size: 11px; font-weight: 500; text-transform: capitalize; margin-top: 5px; } /*Progressbar*/ .progress { border-radius: 0; } .progress.progress-bar-rounded { border-radius: 50px; } .progress.progress-bar-rounded .progress-bar { border-radius: 50px; } .progress.progress-bar-xs { height: 5px; } .progress.progress-bar-sm { height: 9px; } .progress.progress-bar-md { height: 13px; } .progress.progress-bar-lg { height: 18px; } .progress.progress-bar-xl { height: 20px; } .progress .progress-bar { background-color: #313f96; } .progress .progress-bar.progress-anim { width: 0; } .progress-label { text-transform: capitalize; font-size: 14px; font-weight: 400; margin-bottom: 7px; } .progress-wrap.lb-side-left .progress-lb-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .progress-wrap.lb-side-left .progress-lb-wrap .progress-label { display: inline-block; padding-right: 15px; flex: 0 0 auto; -ms-flex: 0 0 auto; margin-bottom: 0; } .progress-wrap.lb-side-left .progress-lb-wrap .progress { flex: 1 1 100%; -ms-flex: 1 1 100%; max-width: 100%; } /*Chat UI*/ .chatapp-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .chatapp-wrap .chatapp-left { -ms-flex: 0 0 35%; flex: 0 0 35%; max-width: 35%; border-right: 1px solid #e0e3e4; position: relative; z-index: 4; left: 0; } .chatapp-wrap .chatapp-left header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between; height: 72px; padding: 0 15px; background: #fff; border-bottom: 1px solid #e0e3e4; color: #324148; } .chatapp-wrap .chatapp-left header span { font-size: 20px; font-weight: 600; text-transform: capitalize; } .chatapp-wrap .chatapp-left header .chat-more { color: #5e7d8a; } .chatapp-wrap .chatapp-left header .feather-icon { display: block; } .chatapp-wrap .chatapp-left .chat-search { width: 100%; background: #f5f5f6; padding: 10px 15px; } .chatapp-wrap .chatapp-left .chat-search .input-group { width: 100%; } .chatapp-wrap .chatapp-left .chat-search .input-group .form-control, .chatapp-wrap .chatapp-left .chat-search .input-group .dd-handle { padding-left: 36px; border-radius: 50px; border: none; background: #fff; } .chatapp-wrap .chatapp-left .chat-search .input-group .form-control:focus, .chatapp-wrap .chatapp-left .chat-search .input-group .dd-handle:focus { border: none; box-shadow: none; background: #fff; } .chatapp-wrap .chatapp-left .chat-search .input-group .input-group-prepend { position: absolute; left: 10px; top: 0; z-index: 4; bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; pointer-events: none; } .chatapp-wrap .chatapp-left .chat-search .input-group .input-group-prepend .feather-icon { display: block; color: #848d91; } .chatapp-wrap .chatapp-left .chat-search .input-group .input-group-prepend .feather-icon > svg { height: 18px; width: 18px; } .chatapp-wrap .chatapp-left .chatapp-users-list { background: #fff; } .chatapp-wrap .chatapp-left .chatapp-users-list a.media { padding: 10px 15px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; } .chatapp-wrap .chatapp-left .chatapp-users-list a.media .media-img-wrap { position: relative; margin-right: 15px; } .chatapp-wrap .chatapp-left .chatapp-users-list a.media .media-img-wrap .avatar { height: 45px; width: 45px; } .chatapp-wrap .chatapp-left .chatapp-users-list a.media .media-img-wrap .badge-indicator { bottom: 7px; height: 7px; right: 4px; position: absolute; width: 7px; } .chatapp-wrap .chatapp-left .chatapp-users-list a.media .media-body { display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between; } .chatapp-wrap .chatapp-left .chatapp-users-list a.media .media-body > div:First-child .user-name, .chatapp-wrap .chatapp-left .chatapp-users-list a.media .media-body > div:First-child .user-last-chat { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 270px; } .chatapp-wrap .chatapp-left .chatapp-users-list a.media .media-body > div:First-child .user-name { text-transform: capitalize; color: #324148; } .chatapp-wrap .chatapp-left .chatapp-users-list a.media .media-body > div:First-child .user-last-chat { font-size: 14px; line-height: 24px; color: #5e7d8a; } .chatapp-wrap .chatapp-left .chatapp-users-list a.media .media-body > div:last-child { text-align: right; } .chatapp-wrap .chatapp-left .chatapp-users-list a.media .media-body > div:last-child .last-chat-time { font-size: 13px; } .chatapp-wrap .chatapp-left .chatapp-users-list a.media:hover { background: #f5f5f6; } .chatapp-wrap .chatapp-left .chatapp-users-list a.media.read-chat .media-body > div:last-child .last-chat-time { color: #5e7d8a; } .chatapp-wrap .chatapp-left .chatapp-users-list a.media.active-user { background: #f5f5f6; } .chatapp-wrap .chatapp-left .chatapp-users-list .chat-hr-wrap > hr { margin: 0; } .chatapp-wrap .chatapp-right { -ms-flex: 0 0 65%; flex: 0 0 65%; max-width: 65%; } .chatapp-wrap .chatapp-right header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between; height: 72px; padding: 0 15px; background: #fff; border-bottom: 1px solid #e0e3e4; } .chatapp-wrap .chatapp-right header .feather-icon { display: block; } .chatapp-wrap .chatapp-right header .back-user-list { display: none; margin-right: 20px; } .chatapp-wrap .chatapp-right header .media { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .chatapp-wrap .chatapp-right header .media .media-img-wrap { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-right: 15px; } .chatapp-wrap .chatapp-right header .media .media-img-wrap .avatar { height: 50px; width: 50px; } .chatapp-wrap .chatapp-right header .media .media-img-wrap .badge-indicator { bottom: 3px; height: 7px; right: 4px; position: absolute; width: 7px; } .chatapp-wrap .chatapp-right header .media .media-body .user-name { font-size: 16px; font-weight: 500; color: #324148; text-transform: capitalize; } .chatapp-wrap .chatapp-right header .media .media-body .user-status { font-size: 14px; } .chatapp-wrap .chatapp-right header .chat-options-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; } .chatapp-wrap .chatapp-right header .chat-options-wrap > a { margin-left: 25px; display: inline-block; } .chatapp-wrap .chatapp-right .chat-body { background: #f5f5f6; } .chatapp-wrap .chatapp-right .chat-body ul.list-unstyled { width: 80%; margin: 0 auto; padding: 20px 15px; } .chatapp-wrap .chatapp-right .chat-body .media .avatar { height: 32px; width: 32px; } .chatapp-wrap .chatapp-right .chat-body .media .media-body { margin-left: 20px; } .chatapp-wrap .chatapp-right .chat-body .media .media-body .msg-box > div { padding: 10px 15px; border-radius: .25rem; display: inline-block; position: relative; } .chatapp-wrap .chatapp-right .chat-body .media .media-body .msg-box > div p { color: #324148; } .chatapp-wrap .chatapp-right .chat-body .media .media-body .msg-box > div .chat-time { display: block; text-transform: uppercase; font-size: 13px; margin-top: 5px; } .chatapp-wrap .chatapp-right .chat-body .media .media-body .msg-box > div .arrow-triangle-wrap { position: absolute; top: 5px; } .chatapp-wrap .chatapp-right .chat-body .media .media-body .msg-box > div .arrow-triangle-wrap .arrow-triangle { position: relative; background-color: #fff; } .chatapp-wrap .chatapp-right .chat-body .media .media-body .msg-box > div .arrow-triangle-wrap .arrow-triangle:before, .chatapp-wrap .chatapp-right .chat-body .media .media-body .msg-box > div .arrow-triangle-wrap .arrow-triangle:after { content: ''; position: absolute; background-color: #fff; } .chatapp-wrap .chatapp-right .chat-body .media .media-body .msg-box > div .arrow-triangle-wrap .arrow-triangle, .chatapp-wrap .chatapp-right .chat-body .media .media-body .msg-box > div .arrow-triangle-wrap .arrow-triangle:before, .chatapp-wrap .chatapp-right .chat-body .media .media-body .msg-box > div .arrow-triangle-wrap .arrow-triangle:after { width: 12px; height: 12px; border-top-right-radius: 0.15rem; } .chatapp-wrap .chatapp-right .chat-body .media .media-body .msg-box > div .arrow-triangle-wrap .arrow-triangle.left { -webkit-transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866); -moz-transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866); -ms-transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866); -o-transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866); transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866); } .chatapp-wrap .chatapp-right .chat-body .media .media-body .msg-box > div .arrow-triangle-wrap .arrow-triangle.right { -webkit-transform: rotate(-30deg) skewX(-30deg) scale(1, 0.866); -moz-transform: rotate(-30deg) skewX(-30deg) scale(1, 0.866); -ms-transform: rotate(-30deg) skewX(-30deg) scale(1, 0.866); -o-transform: rotate(-30deg) skewX(-30deg) scale(1, 0.866); transform: rotate(-30deg) skewX(-30deg) scale(1, 0.866); } .chatapp-wrap .chatapp-right .chat-body .media .media-body .msg-box > div .arrow-triangle-wrap .arrow-triangle:before { -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%); -moz-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%); -ms-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%); -o-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%); transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%); } .chatapp-wrap .chatapp-right .chat-body .media .media-body .msg-box > div .arrow-triangle-wrap .arrow-triangle:after { -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%); -moz-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%); -ms-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%); -o-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%); transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%); } .chatapp-wrap .chatapp-right .chat-body .media .media-body .msg-box + .msg-box { margin-top: 5px; } .chatapp-wrap .chatapp-right .chat-body .media .media-body .msg-box + .msg-box .arrow-triangle-wrap { display: none; } .chatapp-wrap .chatapp-right .chat-body .media.received { margin-bottom: 20px; } .chatapp-wrap .chatapp-right .chat-body .media.received .media-body .msg-box > div { background: #fff; } .chatapp-wrap .chatapp-right .chat-body .media.received .media-body .msg-box > div .arrow-triangle-wrap { left: 2px; } .chatapp-wrap .chatapp-right .chat-body .media.received .media-body .msg-box > div .chat-time { color: rgba(50, 65, 72, 0.4); } .chatapp-wrap .chatapp-right .chat-body .media.sent { margin-bottom: 20px; } .chatapp-wrap .chatapp-right .chat-body .media.sent .media-body { margin-left: 0; display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: flex-end; -webkit-justify-content: flex-end; -ms-flex-pack: flex-end; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: flex-end; -ms-flex-align: flex-end; align-items: flex-end; } .chatapp-wrap .chatapp-right .chat-body .media.sent .media-body .msg-box > div { background: #313f96; } .chatapp-wrap .chatapp-right .chat-body .media.sent .media-body .msg-box > div .arrow-triangle-wrap { right: 2px; } .chatapp-wrap .chatapp-right .chat-body .media.sent .media-body .msg-box > div .arrow-triangle-wrap .arrow-triangle { background-color: #313f96; } .chatapp-wrap .chatapp-right .chat-body .media.sent .media-body .msg-box > div .arrow-triangle-wrap .arrow-triangle:before, .chatapp-wrap .chatapp-right .chat-body .media.sent .media-body .msg-box > div .arrow-triangle-wrap .arrow-triangle:after { background-color: #313f96; } .chatapp-wrap .chatapp-right .chat-body .media.sent .media-body .msg-box > div p { color: #fff; } .chatapp-wrap .chatapp-right .chat-body .media.sent .media-body .msg-box > div .chat-time { text-align: right; color: rgba(255, 255, 255, 0.4); } .chatapp-wrap .chatapp-right .chat-body .day-sep { position: relative; text-align: center; overflow: hidden; font-size: 14px; margin: 30px 0; text-transform: capitalize; } .chatapp-wrap .chatapp-right .chat-body .day-sep:before { background: #e0e3e4; content: ""; height: 1px; right: 50%; margin-right: 28px; position: absolute; top: 50%; width: 100%; } .chatapp-wrap .chatapp-right .chat-body .day-sep:after { background: #e0e3e4; content: ""; height: 1px; left: 50%; margin-left: 28px; position: absolute; top: 50%; width: 100%; } .chatapp-wrap .chatapp-right footer { padding: 10px 15px; background: #fff; border-top: 1px solid #e0e3e4; margin-top: -1px; position: relative; } .chatapp-wrap .chatapp-right footer .feather-icon { display: block; } .chatapp-wrap .chatapp-right footer .input-group { width: 100%; } .chatapp-wrap .chatapp-right footer .input-group .form-control, .chatapp-wrap .chatapp-right footer .input-group .dd-handle { border-radius: 50px; border: none; background: #f5f5f6; } .chatapp-wrap .chatapp-right footer .input-group .form-control:focus, .chatapp-wrap .chatapp-right footer .input-group .dd-handle:focus { border: none; box-shadow: none; background: #f5f5f6; } .chatapp-wrap .chatapp-right footer .input-group .input-group-prepend .btn, .chatapp-wrap .chatapp-right footer .input-group .input-group-append .btn { border: none; background: transparent; } .chatapp-wrap .chatapp-right footer .input-group .input-group-prepend .btn .feather-icon, .chatapp-wrap .chatapp-right footer .input-group .input-group-append .btn .feather-icon { display: block; color: #adb3b6; } .chatapp-wrap .chatapp-right footer .input-group .input-group-prepend .btn .feather-icon > svg, .chatapp-wrap .chatapp-right footer .input-group .input-group-append .btn .feather-icon > svg { height: 21px; width: 21px; } .hk-wrapper.navbar-search-toggle .chatapp-wrap .chatapp-left .chatapp-users-list { height: calc(100vh - 257px); } .hk-wrapper.navbar-search-toggle .chatapp-wrap .chatapp-right .chat-body { height: calc(100vh - 257px); } @media (min-width: 1200px) { .hk-wrapper.hk-horizontal-nav .chatapp-wrap .chatapp-left .chatapp-users-list { height: calc(100vh - 257px); } .hk-wrapper.hk-horizontal-nav .chatapp-wrap .chatapp-right .chat-body { height: calc(100vh - 257px); } .hk-wrapper.hk-horizontal-nav.navbar-search-toggle .chatapp-wrap .chatapp-left .chatapp-users-list { height: calc(100vh - 307px); } .hk-wrapper.hk-horizontal-nav.navbar-search-toggle .chatapp-wrap .chatapp-right .chat-body { height: calc(100vh - 307px); } .hk-wrapper.hk-horizontal-nav.hk-nav-toggle .chatapp-wrap .chatapp-left .chatapp-users-list { height: calc(100vh - 207px); } .hk-wrapper.hk-horizontal-nav.hk-nav-toggle .chatapp-wrap .chatapp-right .chat-body { height: calc(100vh - 207px); } .hk-wrapper.hk-horizontal-nav.hk-nav-toggle.navbar-search-toggle .chatapp-wrap .chatapp-left .chatapp-users-list { height: calc(100vh - 257px); } .hk-wrapper.hk-horizontal-nav.hk-nav-toggle.navbar-search-toggle .chatapp-wrap .chatapp-right .chat-body { height: calc(100vh - 257px); } } @media (max-width: 1400px) { .chatapp-wrap .chatapp-left .chatapp-users-list a.media .media-body > div:first-child .user-name, .chatapp-wrap .chatapp-left .chatapp-users-list a.media .media-body > div:first-child .user-last-chat { max-width: 190px; } } @media (max-width: 1024px) { .chatapp-wrap .chatapp-left, .chatapp-wrap .chatapp-right { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; -webkit-transition: left 0.3s ease-in-out, right 0.3s ease-in-out; -moz-transition: left 0.3s ease-in-out, right 0.3s ease-in-out; transition: left 0.3s ease-in-out, right 0.3s ease-in-out; } .chatapp-wrap .chatapp-right { right: -100%; position: absolute; top: 0; } .chatapp-wrap .chatapp-right header { justify-content: start; -webkit-justify-content: start; -ms-flex-pack: start; } .chatapp-wrap .chatapp-right header .back-user-list { display: block; } .chatapp-wrap .chatapp-right header .chat-options-wrap { margin-left: auto; } .chatapp-wrap .chatapp-right .chat-body ul.list-unstyled { width: 100%; } .chatapp-wrap.chatapp-slide .chatapp-left { left: -100%; } .chatapp-wrap.chatapp-slide .chatapp-right { right: 0; } } /*Email UI*/ .emailapp-wrap { position: relative; } .emailapp-wrap .emailapp-sidebar { position: absolute; width: 200px; background: #f4f6f7; left: 0; z-index: 10; border-right: 1px solid #e0e3e4; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; } .emailapp-wrap .emailapp-sidebar .emailapp-nav-wrap { padding: 15px; } .emailapp-wrap .emailapp-sidebar .emailapp-nav-wrap .close-emailapp-sidebar { display: none; padding: 0 .5rem; } .emailapp-wrap .emailapp-sidebar .emailapp-nav-wrap .close-emailapp-sidebar > .feather-icon { display: block; } .emailapp-wrap .emailapp-sidebar .emailapp-nav-wrap .nav.mail-category .nav-item .nav-link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-transform: capitalize; color: #5e7d8a; } .emailapp-wrap .emailapp-sidebar .emailapp-nav-wrap .nav.mail-category .nav-item .nav-link .badge { margin-left: 10px; } .emailapp-wrap .emailapp-sidebar .emailapp-nav-wrap .nav.mail-category .nav-item.active .nav-link { color: #324148; } .emailapp-wrap .emailapp-sidebar .emailapp-nav-wrap .nav.mail-labels .nav-item .nav-link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #324148; text-transform: capitalize; } .emailapp-wrap .emailapp-sidebar .emailapp-nav-wrap .nav.mail-labels .nav-item .nav-link .badge-indicator { margin-right: 15px; } .emailapp-wrap .emailapp-sidebar .emailapp-nav-wrap .nav.mail-settings .nav-item .nav-link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #5e7d8a; text-transform: capitalize; } .emailapp-wrap .emailapp-sidebar .emailapp-nav-wrap .nav.mail-settings .nav-item .nav-link > i { margin-right: 15px; } .emailapp-wrap .emailapp-sidebar .emailapp-nav-wrap hr { margin-left: -20px; margin-right: -20px; } .emailapp-wrap.emailapp-sidebar-toggle .emailapp-sidebar { left: -200px; } .emailapp-wrap.emailapp-sidebar-toggle .email-box { margin-left: 0; } .emailapp-wrap .email-box { margin-left: 200px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; } .emailapp-wrap .email-box .email-star { color: #5e7d8a; } .emailapp-wrap .email-box .email-star > .feather-icon { display: block; } .emailapp-wrap .email-box .email-star > .feather-icon > svg { height: 16px; width: 16px; } .emailapp-wrap .email-box .email-star:hover { color: #22af47; } .emailapp-wrap .email-box .email-star:hover > .feather-icon > svg { fill: #22af47 !important; } .emailapp-wrap .email-box .email-star:hover > .feather-icon > svg polygon { fill: #22af47 !important; } .emailapp-wrap .email-box .email-star.starred { color: #22af47; } .emailapp-wrap .email-box .email-star.starred > .feather-icon > svg { fill: #22af47 !important; } .emailapp-wrap .email-box .email-star.starred > .feather-icon > svg polygon { fill: #22af47 !important; } .emailapp-wrap .email-box .emailapp-left { -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; border-right: 1px solid #e0e3e4; position: relative; z-index: 4; left: 0; } .emailapp-wrap .email-box .emailapp-left header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between; height: 72px; padding: 0 15px; background: #fff; border-bottom: 1px solid #e0e3e4; color: #324148; } .emailapp-wrap .email-box .emailapp-left header span { font-size: 20px; font-weight: 600; text-transform: capitalize; } .emailapp-wrap .email-box .emailapp-left header .emailapp-sidebar-move { color: #5e7d8a; } .emailapp-wrap .email-box .emailapp-left header .feather-icon { display: block; } .emailapp-wrap .email-box .emailapp-left .email-search { width: 100%; background: #f5f5f6; padding: 10px 15px; } .emailapp-wrap .email-box .emailapp-left .email-search .input-group { width: 100%; } .emailapp-wrap .email-box .emailapp-left .email-search .input-group .form-control, .emailapp-wrap .email-box .emailapp-left .email-search .input-group .dd-handle { padding-left: 36px; border-radius: 50px; border: none; background: #fff; } .emailapp-wrap .email-box .emailapp-left .email-search .input-group .form-control:focus, .emailapp-wrap .email-box .emailapp-left .email-search .input-group .dd-handle:focus { border: none; box-shadow: none; background: #fff; } .emailapp-wrap .email-box .emailapp-left .email-search .input-group .input-group-prepend { position: absolute; left: 10px; top: 0; z-index: 4; bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; pointer-events: none; } .emailapp-wrap .email-box .emailapp-left .email-search .input-group .input-group-prepend .feather-icon { display: block; color: #848d91; } .emailapp-wrap .email-box .emailapp-left .email-search .input-group .input-group-prepend .feather-icon > svg { height: 18px; width: 18px; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list { background: #fff; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media { padding: 12px 15px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-img-wrap { position: relative; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-img-wrap .avatar { height: 45px; width: 45px; margin-right: 15px; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body { display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:First-child .email-head, .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:First-child .email-subject, .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:First-child .email-text > p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 300px; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:First-child .email-head { text-transform: capitalize; color: #324148; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:First-child .email-subject { color: #313f96; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:First-child .email-text > p { font-size: 14px; color: #5e7d8a; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:last-child .last-email-details { font-size: 13px; display: -webkit-box; display: -ms-flexbox; display: flex; align-items: center; justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:last-child .last-email-details .badge-indicator { margin-right: 5px; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:last-child .last-email-details .email-attachment-label { color: #5e7d8a; margin-right: 5px; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:last-child .last-email-details .email-attachment-label .feather-icon { display: block; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:last-child .last-email-details .email-attachment-label .feather-icon > svg { height: 13px; width: 13px; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:last-child .email-star { display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: flex-end; -webkit-justify-content: flex-end; -ms-flex-pack: flex-end; margin-top: 30px; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media:hover { background: #f5f5f6; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media.read-email .media-body > div:first-child .email-subject { color: #324148; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media.read-email .media-body > div:last-child .last-email-details { color: #324148; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media.active-email { background: #f5f5f6; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list .email-hr-wrap > hr { margin: 0; } .emailapp-wrap .email-box .emailapp-right { -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%; } .emailapp-wrap .email-box .emailapp-right header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between; height: 72px; padding: 0 15px; background: #fff; border-bottom: 1px solid #e0e3e4; } .emailapp-wrap .email-box .emailapp-right header .back-email-list { display: none; margin-right: 20px; } .emailapp-wrap .email-box .emailapp-right header .email-options-wrap { margin-left: auto; display: flex; } .emailapp-wrap .email-box .emailapp-right header .email-options-wrap > a { margin-left: 25px; display: inline-block; } .emailapp-wrap .email-box .emailapp-right header .email-options-wrap .feather-icon { display: block; } .emailapp-wrap .email-box .emailapp-right .email-body { background: #fff; } .emailapp-wrap .email-box .emailapp-right .email-body .email-subject-head { display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between; } .emailapp-wrap .email-box .emailapp-right .email-body .email-subject-head h4, .emailapp-wrap .email-box .emailapp-right .email-body .email-subject-head > div { margin-bottom: 10px; } .emailapp-wrap .email-box .emailapp-right .email-body .email-subject-head .email-star { display: block; text-align: right; margin-left: 10px; } .emailapp-wrap .email-box .emailapp-right .email-body .email-head { display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between; } .emailapp-wrap .email-box .emailapp-right .email-body .email-head .sender-email { font-size: 14px; } .emailapp-wrap .email-box .emailapp-right .email-body .email-head .media .media-img-wrap { margin-right: 15px; } .emailapp-wrap .email-box .emailapp-right .email-body .email-head .media .media-img-wrap .avatar { height: 45px; width: 45px; } .emailapp-wrap .email-box .emailapp-right .email-body .email-head .media .media-body .sender-name { color: #324148; font-weight: 500; } .emailapp-wrap .email-box .emailapp-right .email-body .email-head .head-other-wrap span { font-size: 13px; } .emailapp-wrap .email-box .emailapp-right .email-body .email-head .head-other-wrap a.dropdown-toggle { color: #5e7d8a; } .emailapp-wrap .email-box .emailapp-right .email-body .email-text-wrap .email-end-detail > span:first-child { color: #324148; } .emailapp-wrap .email-box .emailapp-right .email-body .email-attachment-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; } .emailapp-wrap .email-box .emailapp-right .email-body .email-attachment-wrap .email-attachment-block { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: auto; } .emailapp-wrap .email-box .emailapp-right .email-body .email-attachment-wrap .email-attachment-block .file-name { font-size: 15px; font-weight: 500; color: #324148; } .emailapp-wrap .email-box .emailapp-right .email-body .email-attachment-wrap .email-attachment-block .file-size { color: #5e7d8a; } .emailapp-wrap .email-box .emailapp-right .email-body .email-attachment-wrap .email-attachment-block > a { margin-right: 20px; } .emailapp-wrap .email-box .emailapp-right .email-body .email-attachment-wrap > div.d-flex > a { font-size: 20px; color: #5e7d8a; } .emailapp-wrap .email-box .emailapp-right .email-body .email-attachment-wrap > div.d-flex > a:first-child { margin-right: 15px; } .emailapp-wrap .email-box .emailapp-right .email-body .nicescroll-bar > div { padding: 15px; } @media (max-width: 1600px) { .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:first-child .email-head, .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:first-child .email-subject, .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:first-child .email-text > p { max-width: 200px; } } @media (max-width: 1400px) { .emailapp-wrap .emailapp-sidebar { left: -200px; } .emailapp-wrap .emailapp-sidebar .emailapp-nav-wrap .close-emailapp-sidebar { display: block; } .emailapp-wrap.emailapp-sidebar-toggle .emailapp-sidebar { left: 0; } .emailapp-wrap .email-box { margin-left: 0; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:first-child .email-head, .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:first-child .email-subject, .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:first-child .email-text > p { max-width: 200px; } } @media (max-width: 1024px) { .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:first-child .email-head, .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:first-child .email-subject, .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:first-child .email-text > p { max-width: 450px; } .emailapp-wrap .email-box .emailapp-left, .emailapp-wrap .email-box .emailapp-right { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; -webkit-transition: left 0.3s ease-in-out, right 0.3s ease-in-out; -moz-transition: left 0.3s ease-in-out, right 0.3s ease-in-out; transition: left 0.3s ease-in-out, right 0.3s ease-in-out; } .emailapp-wrap .email-box .emailapp-right { right: -100%; position: absolute; top: 0; } .emailapp-wrap .email-box .emailapp-right header { justify-content: start; -webkit-justify-content: start; -ms-flex-pack: start; } .emailapp-wrap .email-box .emailapp-right header .back-email-list { display: block; } .emailapp-wrap.emailapp-slide .email-box .emailapp-left { left: -100%; } .emailapp-wrap.emailapp-slide .email-box .emailapp-right { right: 0; } } @media (max-width: 768px) { .emailapp-wrap .email-box .emailapp-right .email-body .email-subject-head { -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: wrap; flex-wrap: wrap; } .emailapp-wrap .email-box .emailapp-right .email-body .email-subject-head h5 { margin-bottom: 15px; } .emailapp-wrap .email-box .emailapp-right .email-body .email-head { -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: wrap; flex-wrap: wrap; } .emailapp-wrap .email-box .emailapp-right .email-body .email-head .head-other-wrap { margin-top: 10px; } } @media (max-width: 576px) { .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:first-child .email-head, .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:first-child .email-subject, .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:first-child .email-text > p { max-width: 160px; } } /*File Manager*/ .fmapp-wrap { position: relative; } .fmapp-wrap .fmapp-sidebar { position: absolute; width: 200px; background: #f4f6f7; left: 0; z-index: 10; border-right: 1px solid #e0e3e4; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; } .fmapp-wrap .fmapp-sidebar .fmapp-nav-wrap { padding: 15px; } .fmapp-wrap .fmapp-sidebar .fmapp-nav-wrap .close-fmapp-sidebar { display: none; padding: 0 .5rem; } .fmapp-wrap .fmapp-sidebar .fmapp-nav-wrap .close-fmapp-sidebar > .feather-icon { display: block; } .fmapp-wrap .fmapp-sidebar .fmapp-nav-wrap .nav.mail-category .nav-item .nav-link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-transform: capitalize; color: #5e7d8a; } .fmapp-wrap .fmapp-sidebar .fmapp-nav-wrap .nav.mail-category .nav-item .nav-link .badge { margin-left: 10px; } .fmapp-wrap .fmapp-sidebar .fmapp-nav-wrap .nav.mail-category .nav-item.active .nav-link { color: #324148; } .fmapp-wrap .fmapp-sidebar .fmapp-nav-wrap .nav.mail-labels .nav-item .nav-link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #324148; text-transform: capitalize; } .fmapp-wrap .fmapp-sidebar .fmapp-nav-wrap .nav.mail-labels .nav-item .nav-link .badge-indicator { margin-right: 15px; } .fmapp-wrap .fmapp-sidebar .fmapp-nav-wrap .nav.mail-settings .nav-item .nav-link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #5e7d8a; text-transform: capitalize; } .fmapp-wrap .fmapp-sidebar .fmapp-nav-wrap .nav.mail-settings .nav-item .nav-link > i { margin-right: 15px; } .fmapp-wrap .fmapp-sidebar .fmapp-nav-wrap hr { margin-left: -20px; margin-right: -20px; } .fmapp-wrap.fmapp-sidebar-toggle .fmapp-sidebar { left: -200px; } .fmapp-wrap.fmapp-sidebar-toggle .fm-box { margin-left: 0; } .fmapp-wrap .fm-box { margin-left: 200px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; } .fmapp-wrap .fm-box .fmapp-main { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .fmapp-wrap .fm-box .fmapp-main header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between; height: 72px; padding: 0 15px; background: #fff; border-bottom: 1px solid #e0e3e4; } .fmapp-wrap .fm-box .fmapp-main header > span { font-size: 20px; font-weight: 600; color: #324148; text-transform: capitalize; } .fmapp-wrap .fm-box .fmapp-main header .fmapp-sidebar-move { color: #5e7d8a; } .fmapp-wrap .fm-box .fmapp-main header .fmapp-sidebar-move .feather-icon { display: block; } .fmapp-wrap .fm-box .fmapp-main header .fm-options-wrap { display: flex; } .fmapp-wrap .fm-box .fmapp-main header .fm-options-wrap > a, .fmapp-wrap .fm-box .fmapp-main header .fm-options-wrap > span { margin-left: 25px; display: inline-block; color: #5e7d8a; } .fmapp-wrap .fm-box .fmapp-main header .fm-options-wrap > a:first-child, .fmapp-wrap .fm-box .fmapp-main header .fm-options-wrap > span:first-child { margin-left: 0; } .fmapp-wrap .fm-box .fmapp-main header .fm-options-wrap .feather-icon { display: block; } .fmapp-wrap .fm-box .fmapp-main header .fm-options-wrap .feather-icon.grid-view { display: none; } .fmapp-wrap .fm-box .fmapp-main .fm-body { background: #fff; } .fmapp-wrap .fm-box .fmapp-main .fm-body .fmapp-view-wrap .fmapp-grid-view { padding: 20px 15px; } .fmapp-wrap .fm-box .fmapp-main .fm-body .fmapp-view-wrap .fmapp-grid-view .file-preview { display: inline-block; max-width: 100%; } .fmapp-wrap .fm-box .fmapp-main .fm-body .fmapp-view-wrap .fmapp-grid-view .file-name { display: block; font-size: 14px; color: #324148; word-break: break-all; } .fmapp-wrap .fm-box .fmapp-main .fm-body .fmapp-table-view { display: none; } .fmapp-wrap .fm-box .fmapp-main .fm-body .fmapp-table-view table .file-name { color: #324148; } .fmapp-wrap .fm-box .fmapp-main .fm-body .fmapp-table-view table img.file-preview { max-width: 100%; height: 45px; } .fmapp-wrap .fm-box .fmapp-main .fm-body .fmapp-table-view table .files-more-link { display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: flex-end; -webkit-justify-content: flex-end; -ms-flex-pack: flex-end; } .fmapp-wrap .fm-box .fmapp-main .fm-body .fmapp-table-view table .files-more-link > a { margin-right: 24px; font-size: 20px; } .fmapp-wrap .fm-box .fmapp-main .fm-body .fmapp-table-view table .files-more-link > a:first-child { color: #5e7d8a; } .fmapp-wrap .fm-box .fmapp-main .fm-body .fmapp-table-view table .files-more-link > a:last-child { color: #5e7d8a; margin-right: 0; } .fmapp-wrap .fm-box .fmapp-main .fm-body .fmapp-table-view table.table-hover tbody tr:hover { background-color: #f6f3f2; } .fmapp-wrap .fm-box .fmapp-main.fmapp-view-switch header .fm-options-wrap .feather-icon.grid-view { display: block; } .fmapp-wrap .fm-box .fmapp-main.fmapp-view-switch header .fm-options-wrap .feather-icon.list-view { display: none; } .fmapp-wrap .fm-box .fmapp-main.fmapp-view-switch .fm-body .fmapp-grid-view { display: none; } .fmapp-wrap .fm-box .fmapp-main.fmapp-view-switch .fm-body .fmapp-table-view { display: block; } @media (max-width: 1400px) { .fmapp-wrap .fmapp-sidebar { left: -200px; } .fmapp-wrap .fmapp-sidebar .fmapp-nav-wrap .close-fmapp-sidebar { display: block; } .fmapp-wrap.fmapp-sidebar-toggle .fmapp-sidebar { left: 0; } .fmapp-wrap .fm-box { margin-left: 0; } } /*Caledar*/ .calendarapp-wrap { position: relative; } .calendarapp-wrap .calendarapp-sidebar { position: absolute; width: 225px; background: #fff; padding: 15px; left: 0; z-index: 10; border-right: 1px solid #e0e3e4; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; } .calendarapp-wrap .calendarapp-sidebar .slimScrollDiv, .calendarapp-wrap .calendarapp-sidebar .nicescroll-bar { overflow: visible !important; } .calendarapp-wrap .calendarapp-sidebar .close-calendarapp-sidebar { display: none; margin: 0 0 15px; } .calendarapp-wrap .calendarapp-sidebar .close-calendarapp-sidebar .feather-icon { display: block; } .calendarapp-wrap .calendarapp-sidebar .add-event-wrap .calendar-event { padding: 0.5rem 0.75rem; cursor: grab; } .calendarapp-wrap .calendarapp-sidebar .add-event-wrap .calendar-event .close { font-size: 1.25rem; padding-top: .5rem; } .calendarapp-wrap.calendarapp-sidebar-toggle .calendarapp-sidebar { left: -225px; } .calendarapp-wrap.calendarapp-sidebar-toggle .calendar-wrap { margin-left: 0; } .calendarapp-wrap .calendar-wrap { margin-left: 225px; position: relative; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; } .calendarapp-wrap .calendar-wrap .fc-event { position: relative; display: block; font-size: 79%; border: 1px solid #313f96; border-radius: 0; line-height: inherit; } .calendarapp-wrap .calendar-wrap .fc-event, .calendarapp-wrap .calendar-wrap .fc-event-dot { background: #313f96; } .calendarapp-wrap .calendar-wrap .fc button { height: auto; padding: .25rem .5rem; font-size: .875rem; } .calendarapp-wrap .calendar-wrap .fc button.fc-calendarSidebar-button { color: #98a0a3; padding: 0; background: transparent; border: none; } .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar { height: 80px; display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; align-items: center; justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between; margin-bottom: 0; padding: 0 15px; background: #fff; border-bottom: 1px solid #e0e3e4; } .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar .fc-left { display: -webkit-box; display: -ms-flexbox; display: flex; order: 1; } .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar .fc-right { order: 3; } .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar .fc-center { order: 2; } .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar > .fc-clear { display: none; } .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar .fc-center h2 { font-size: 20px; font-weight: 600; text-transform: capitalize; padding: 0 25px; } .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar .fc-center > div { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-view-container { background: #fff; } .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-view-container .table-bordered { border: 0; } .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-view-container .table-bordered thead td, .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-view-container .table-bordered thead th { border-bottom: 0; border-top: 0; border-color: #e0e3e4; } .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-view-container .table-bordered td, .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-view-container .table-bordered th { border-left: 0; border-bottom: 0; border-color: #e0e3e4; } .calendarapp-wrap .calendar-wrap .fc .fc-list-heading td { color: #324148; font-weight: normal; } @media (max-width: 1024px) { .calendarapp-wrap .calendarapp-sidebar { left: -225px; } .calendarapp-wrap .calendarapp-sidebar .close-calendarapp-sidebar { display: block; } .calendarapp-wrap.calendarapp-sidebar-toggle .calendarapp-sidebar { left: 0; } .calendarapp-wrap .calendar-wrap { margin-left: 0; } } @media (max-width: 767px) { .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar .fc-today-button, .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar .fc-right { display: none; } .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar .fc-left { position: absolute; top: 0; bottom: 0; } .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar .fc-center { margin-left: auto; margin-right: auto; } } @media (max-width: 414px) { .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar .fc-center h2 { padding: 0 10px; font-size: 16px; } } /*Auth pages*/ .hk-pg-wrapper.hk-auth-wrapper { padding: 0; background: #f4f6f7; } .hk-pg-wrapper.hk-auth-wrapper > header { position: absolute; top: 0; z-index: 10; width: 100%; padding: 20px; } .hk-pg-wrapper.hk-auth-wrapper .auth-cover-img { background-size: cover; background-repeat: no-repeat; background-position: center; height: 100vh; width: 100%; } .hk-pg-wrapper.hk-auth-wrapper .auth-cover-img .auth-cover-info { position: relative; z-index: 2; padding: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; } .hk-pg-wrapper.hk-auth-wrapper .auth-cover-img .auth-cover-info .auth-cover-content { margin: 0 auto; } .hk-pg-wrapper.hk-auth-wrapper .auth-cover-img .auth-cover-info .auth-cover-content .play-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #fff; margin-top: 30px; } .hk-pg-wrapper.hk-auth-wrapper .auth-cover-img .auth-cover-info .auth-cover-content .play-wrap .play-btn { background: rgba(255, 255, 255, 0.3); height: 45px; width: 45px; border-radius: 50%; top: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center; color: #fff; margin-right: 10px; } .hk-pg-wrapper.hk-auth-wrapper .auth-cover-img .auth-cover-info .auth-cover-content .play-wrap .play-btn:before { display: inline-block; font-family: "Ionicons"; padding-left: 3px; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f488"; } .hk-pg-wrapper.hk-auth-wrapper .auth-cover-img .auth-cover-info .auth-cover-content .play-wrap > span { font-size: 14px; color: #fff; } .hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap { padding: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100vh; } .hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap .auth-form { margin: 0 auto; } .hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap .auth-form .option-sep { position: relative; text-align: center; overflow: hidden; font-size: 14px; margin: 30px 0; text-transform: uppercase; } .hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap .auth-form .option-sep:before { background: #d6d9da; content: ""; height: 1px; right: 50%; margin-right: 28px; position: absolute; top: 50%; width: 100%; } .hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap .auth-form .option-sep:after { background: #d6d9da; content: ""; height: 1px; left: 50%; margin-left: 28px; position: absolute; top: 50%; width: 100%; } .hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap .auth-form .form-group .form-control, .hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap .auth-form .form-group .dd-handle { border-top-right-radius: .25rem; border-bottom-right-radius: .25rem; } .hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap .auth-form .form-group .form-control.rounded-input, .hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap .auth-form .form-group .rounded-input.dd-handle { border-top-right-radius: 50px; border-bottom-right-radius: 50px; } .hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap .auth-form .form-group .input-group-append { position: absolute; right: 0; top: 0; bottom: 0; z-index: 10; pointer-events: none; } .hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap .auth-form .form-group .input-group-append .input-group-text { background: transparent; border: none; } .hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap .auth-form .form-group .input-group-append .input-group-text .feather-icon > svg { height: 18px; width: 18px; } @media (max-width: 1199px) { .hk-pg-wrapper.hk-auth-wrapper .auth-cover-img { height: auto; } .hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap { height: auto; } } /*Gallery*/ .hk-gallery-wrap .tab-content .tab-pane .row.hk-gallery { margin-right: -5px; margin-left: -5px; } .hk-gallery-wrap .tab-content .tab-pane .row.hk-gallery > [class*="col-"] { padding-right: 5px; padding-left: 5px; } .hk-gallery-wrap .tab-content .tab-pane .row.hk-gallery > [class*="col-"] > a { position: relative; display: block; } .hk-gallery-wrap .tab-content .tab-pane .row.hk-gallery > [class*="col-"] > a .gallery-img { min-height: 160px; max-width: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; } .hk-gallery-wrap .tab-content .tab-pane .row.hk-gallery > [class*="col-"] > a > i { color: #fff; position: absolute; right: 10px; bottom: 10px; font-size: 18px; } .lg-outer .lg-video .lg-object { display: inline-block; position: absolute; top: 0; left: 0; right: 0; margin: auto; width: auto !important; height: 100% !important; } /*Cropperjs*/ .img-container, .img-preview { background-color: #f5f5f6; width: 100%; text-align: center; } .img-container { min-height: 200px; max-height: 469px; margin-bottom: 16px; } .img-container > img { max-width: 100%; } .docs-preview { margin-right: -16px; } .img-preview { float: left; margin-right: 8px; margin-bottom: 8px; overflow: hidden; } .img-preview > img { max-width: 100%; } .preview-lg { width: 255px; height: 143px; } .preview-md { width: 128px; height: 72px; } .preview-sm { width: 72px; height: 41px; } .preview-xs { width: 40px; height: 24px; margin-right: 0; } .docs-data > .input-group { margin-bottom: 8px; } .docs-data > .input-group > label { min-width: 80px; } .docs-buttons > .btn, .docs-buttons > .btn-group, .docs-buttons > .form-control, .docs-buttons > .dd-handle { margin-right: 4px; margin-bottom: 8px; } .docs-toggles > .btn, .docs-toggles > .btn-group, .docs-toggles > .dropdown { margin-bottom: 8px; } .docs-tooltip { display: block; margin: -8px -12px; padding: 8px 12px; } .docs-aspect-ratios, .docs-view-modes { width: 100%; } .docs-aspect-ratios > .btn { width: 20%; } .docs-view-modes > .btn { width: 25%; } .docs-options .dropdown-menu { width: 100%; } .docs-options .dropdown-menu > li { padding: 4px 16px; } .docs-options .dropdown-menu > li:hover { background-color: #f7f7f7; } .docs-options .dropdown-menu > li > label { margin-bottom: 0; } .docs-cropped .modal-body { text-align: center; } .docs-cropped .modal-body > img, .docs-cropped .modal-body > canvas { max-width: 100%; } .common-credits > li { display: block; margin-bottom: 15px; } .common-credits > li:last-child { margin-bottom: 0; } /*Landing Page*/ .hk-landing .play-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 30px; justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center; } .hk-landing .play-wrap > span { font-size: 14px; color: #fff; } .hk-landing .play-wrap .play-btn { height: 60px; width: 60px; border-radius: 50%; background: rgba(255, 255, 255, 0.3); color: #fff; top: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center; margin-right: 10px; } .hk-landing .play-wrap .play-btn::before { display: inline-block; font-family: "Ionicons"; padding-left: 3px; font-size: 28px; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f488"; } .hk-landing .owl-carousel.dots-on-item .owl-dots { bottom: auto; } .hk-landing .hk-landing-sec { padding: 80px 0; } .hk-landing .hk-preview-sec { background-image: url(../img/landing-pg/herobg.png); background-size: cover; background-position: center; background-repeat: no-repeat; padding-top: 57px; } .hk-landing .feature-block { display: inline-block; margin: 0 15px 15px 15px; width: 100px; } .hk-landing .feature-block .card { height: 100px; width: 100px; margin-bottom: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center; } .hk-landing .feature-block .card img { width: 44px; } .hk-landing .feature-block .feature-cap { font-size: 14px; color: #324148; font-weight: 500; } @media (max-width: 1199px) { .hk-landing .container.px-0 { max-width: 100%; } } @media all and (-ms-high-contrast: none) { *::-ms-backdrop, .media-body { flex-basis: auto !important; } /*# sourceMappingURL=style.css.map */
public/back/dist/css/style.css
@charset "UTF-8"; /*------------------------------------------------------------------ [Master Stylesheet] Project: Brunette ++++ Imports ++++ ++++ Reset ++++ ++++ Basic ++++ ++CSS Basic++ ++Padding++ ++Margin++ ++Background Colors++ ++Text Colors++ ++Border++ ++Colors++ ++Shadow++ ++Font Size++ ++Font Weight++ ++Text Case++ ++Letter Spacing++ ++Line Height++ ++Width++ ++Max Width++ ++Min Width++ ++Height++ ++Max Height++ ++Min Height++ ++Hr++ ++Opacity++ ++Div Sizes++ ++Z-Index++ ++Loader++ ++Scrollbar++ ++Typography++ ++Buttons++ ++Wrapper++ ++Grid++ ++Section++ ++Footer++ ++Form++ ++Inut group++ ++Form validation++ ++Select2++ ++Tinymce++ ++File Upload++ ++Jquery Toggle++ ++Form-Wizard++ ++Popover++ ++Accordion++ ++Table++ ++Data Table++ ++Responsive Table++ ++Morris Chart++ ++Sparkline++ ++Flot Chart++ ++Peity chart++ ++Echats++ ++Easy pie chart++ ++Nestable++ ++Modals++ ++Sweet-alert++ ++Notification++ ++Tooltop++ ++Images++ ++Icons++ ++Checkbox++ ++Radio++ ++Carousel++ ++Twitter slider++ ++Color Pickr++ ++Range Slider++ ++Daterangepicker++ ++Invoice++ ++Faq++ ++Profile++ ++Activity++ ++Widgets++ ++Dropdown++ ++Avatar++ ++Pagination++ ++Badge++ ++List Group++ ++Google Map++ ++Vecotor Map++ ++Progressbar++ ++Chat UI++ ++Email UI++ ++Caledar++ ++Auth pages++ ++Gallery++ ++Cropperjs++ -------------------------------------------------------------------*/ /****************************/ /** Imports **/ /****************************/ @import url(https://fonts.googleapis.com/icon?family=Material+Icons|Roboto:300i,400,400i,500,700); @import url(../../vendors/bootstrap/dist/css/bootstrap.min.css); @import url(font-awesome.min.css); @import url(ionicons.min.css); @import url(dripicons.css); @import url(glyphicons.css); @import url(themify-icons.css); @import url(animate.css); @import url(simple-line-icons.css); @import url(linea-icon.css); @import url(pe-icon-7-stroke.css); @import url(material-design-iconic-font.min.css); @import url(../../vendors/owl.carousel/dist/assets/owl.carousel.min.css); @import url(../../vendors/owl.carousel/dist/assets/owl.theme.default.min.css); /*__________________________________________________________________; [Mixin] Project: Brunette ___________________________________________________________________*/ /*__________________________________________________________________; [Colors] Project: Brunette ___________________________________________________________________*/ /****************************/ /** Reset **/ /****************************/ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, 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; } em, cite { font-style: italic; } strong { font-weight: bold; } body { color: #313f96; font-size: 1rem; font-style: normal; font-weight: 400; font-family: "Roboto", sans-serif; line-height: 1.5; background: #acb0b1; overflow-x: hidden; } .main-font, .jq-toast-wrap .jq-toast-single, .jq-toast-wrap .jq-toast-single .jq-toast-heading { font-family: "Roboto", sans-serif; } a:hover, a:active { outline: 0; } ul { list-style: none; } a { text-decoration: none; color: #313f96; -webkit-transition: color 0.2s ease; -moz-transition: color 0.2s ease; transition: color 0.2s ease; } a:hover { text-decoration: none; color: #313f96; } a:focus { text-decoration: none; outline: none; color: #313f96; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { color: #313f96; font-family: inherit; font-weight: 500; line-height: 1.2; } .h1, h1 { font-size: 2.5rem; } .h2, h2 { font-size: 2rem; } .h3, h3 { font-size: 1.75rem; } .h4, h4 { font-size: 1.5rem; } .h5, h5 { font-size: 1.25rem; } .h6, h6 { font-size: 1rem; } @media (max-width: 576px) { .h1, h1 { font-size: 2.2rem; } } p.lead { font-size: 18px; font-weight: 400; color: #313f96; line-height: 27px; margin-bottom: 0; } .force-UTF-8 { content: "¡"; } dt { font-weight: 600; } ::-webkit-file-upload-button { cursor: pointer; } /****************************/ /** Basic **/ /****************************/ /*CSS Basic*/ .overflow-hide { overflow: hidden !important; } .overflow-show { overflow: visible !important; } .clearfix { overflow: hidden; clear: both; float: none; } .word-break { word-break: break-all; } .seprator-block { margin-bottom: 80px; } .twa-2x { background-size: 1.3em 1.3em; height: 1.3em; width: 1.3em; } /*Absolute positions*/ .t-0 { top: 0 !important; } .b-0 { bottom: 0 !important; } .l-0 { left: 0 !important; } .r-0 { right: 0 !important; } /*Padding*/ .pa-0 { padding: 0px !important; } .pa-5 { padding: 5px !important; } .pa-10 { padding: 10px !important; } .pa-15 { padding: 15px !important; } .pa-20 { padding: 20px !important; } .pa-25 { padding: 25px !important; } .pa-30 { padding: 30px !important; } .pa-35 { padding: 35px !important; } .pa-40 { padding: 40px !important; } .pa-45 { padding: 45px !important; } .pa-50 { padding: 50px !important; } .pa-55 { padding: 55px !important; } .pa-60 { padding: 60px !important; } .pa-65 { padding: 65px !important; } .pa-70 { padding: 70px !important; } .pa-75 { padding: 75px !important; } .pa-80 { padding: 80px !important; } .pa-85 { padding: 85px !important; } .pa-90 { padding: 90px !important; } .pa-95 { padding: 95px !important; } .pa-100 { padding: 100px !important; } .pt-0 { padding-top: 0px !important; } .pt-5 { padding-top: 5px !important; } .pt-10 { padding-top: 10px !important; } .pt-15 { padding-top: 15px !important; } .pt-20 { padding-top: 20px !important; } .pt-25 { padding-top: 25px !important; } .pt-30 { padding-top: 30px !important; } .pt-35 { padding-top: 35px !important; } .pt-40 { padding-top: 40px !important; } .pt-45 { padding-top: 45px !important; } .pt-50 { padding-top: 50px !important; } .pt-55 { padding-top: 55px !important; } .pt-60 { padding-top: 60px !important; } .pt-65 { padding-top: 65px !important; } .pt-70 { padding-top: 70px !important; } .pt-75 { padding-top: 75px !important; } .pt-80 { padding-top: 80px !important; } .pt-85 { padding-top: 85px !important; } .pt-90 { padding-top: 90px !important; } .pt-95 { padding-top: 95px !important; } .pt-100 { padding-top: 100px !important; } .pb-0 { padding-bottom: 0px !important; } .pb-5 { padding-bottom: 5px !important; } .pb-10 { padding-bottom: 10px !important; } .pb-15 { padding-bottom: 15px !important; } .pb-20 { padding-bottom: 20px !important; } .pb-25 { padding-bottom: 25px !important; } .pb-30 { padding-bottom: 30px !important; } .pb-35 { padding-bottom: 35px !important; } .pb-40 { padding-bottom: 40px !important; } .pb-45 { padding-bottom: 45px !important; } .pb-50 { padding-bottom: 50px !important; } .pb-55 { padding-bottom: 55px !important; } .pb-60 { padding-bottom: 60px !important; } .pb-65 { padding-bottom: 65px !important; } .pb-70 { padding-bottom: 70px !important; } .pb-75 { padding-bottom: 75px !important; } .pb-80 { padding-bottom: 80px !important; } .pb-85 { padding-bottom: 85px !important; } .pb-90 { padding-bottom: 90px !important; } .pb-95 { padding-bottom: 95px !important; } .pb-100 { padding-bottom: 100px !important; } .pl-0 { padding-left: 0px !important; } .pl-5 { padding-left: 5px !important; } .pl-10 { padding-left: 10px !important; } .pl-15 { padding-left: 15px !important; } .pl-20 { padding-left: 20px !important; } .pl-25 { padding-left: 25px !important; } .pl-30 { padding-left: 30px !important; } .pl-35 { padding-left: 35px !important; } .pl-40 { padding-left: 40px !important; } .pl-45 { padding-left: 45px !important; } .pl-50 { padding-left: 50px !important; } .pl-55 { padding-left: 55px !important; } .pl-60 { padding-left: 60px !important; } .pl-65 { padding-left: 65px !important; } .pl-70 { padding-left: 70px !important; } .pl-75 { padding-left: 75px !important; } .pl-80 { padding-left: 80px !important; } .pl-85 { padding-left: 85px !important; } .pl-90 { padding-left: 90px !important; } .pl-95 { padding-left: 95px !important; } .pl-100 { padding-left: 100px !important; } .pr-0 { padding-right: 0px !important; } .pr-5 { padding-right: 5px !important; } .pr-10 { padding-right: 10px !important; } .pr-15 { padding-right: 15px !important; } .pr-20 { padding-right: 20px !important; } .pr-25 { padding-right: 25px !important; } .pr-30 { padding-right: 30px !important; } .pr-35 { padding-right: 35px !important; } .pr-40 { padding-right: 40px !important; } .pr-45 { padding-right: 45px !important; } .pr-50 { padding-right: 50px !important; } .pr-55 { padding-right: 55px !important; } .pr-60 { padding-right: 60px !important; } .pr-65 { padding-right: 65px !important; } .pr-70 { padding-right: 70px !important; } .pr-75 { padding-right: 75px !important; } .pr-80 { padding-right: 80px !important; } .pr-85 { padding-right: 85px !important; } .pr-90 { padding-right: 90px !important; } .pr-95 { padding-right: 95px !important; } .pr-100 { padding-right: 100px !important; } .px-0 { padding-left: 0px !important; padding-right: 0px !important; } .px-5 { padding-left: 5px !important; padding-right: 5px !important; } .px-10 { padding-left: 10px !important; padding-right: 10px !important; } .px-15 { padding-left: 15px !important; padding-right: 15px !important; } .px-20 { padding-left: 20px !important; padding-right: 20px !important; } .px-25 { padding-left: 25px !important; padding-right: 25px !important; } .px-30 { padding-left: 30px !important; padding-right: 30px !important; } .px-35 { padding-left: 35px !important; padding-right: 35px !important; } .px-40 { padding-left: 40px !important; padding-right: 40px !important; } .px-45 { padding-left: 45px !important; padding-right: 45px !important; } .px-50 { padding-left: 50px !important; padding-right: 50px !important; } .px-55 { padding-left: 55px !important; padding-right: 55px !important; } .px-60 { padding-left: 60px !important; padding-right: 60px !important; } .px-65 { padding-left: 65px !important; padding-right: 65px !important; } .px-70 { padding-left: 70px !important; padding-right: 70px !important; } .px-75 { padding-left: 75px !important; padding-right: 75px !important; } .px-80 { padding-left: 80px !important; padding-right: 80px !important; } .px-85 { padding-left: 85px !important; padding-right: 85px !important; } .px-90 { padding-left: 90px !important; padding-right: 90px !important; } .px-95 { padding-left: 95px !important; padding-right: 95px !important; } .px-100 { padding-left: 100px !important; padding-right: 100px !important; } .py-0 { padding-top: 0px !important; padding-bottom: 0px !important; } .py-5 { padding-top: 5px !important; padding-bottom: 5px !important; } .py-10 { padding-top: 10px !important; padding-bottom: 10px !important; } .py-15 { padding-top: 15px !important; padding-bottom: 15px !important; } .py-20 { padding-top: 20px !important; padding-bottom: 20px !important; } .py-25 { padding-top: 25px !important; padding-bottom: 25px !important; } .py-30 { padding-top: 30px !important; padding-bottom: 30px !important; } .py-35 { padding-top: 35px !important; padding-bottom: 35px !important; } .py-40 { padding-top: 40px !important; padding-bottom: 40px !important; } .py-45 { padding-top: 45px !important; padding-bottom: 45px !important; } .py-50 { padding-top: 50px !important; padding-bottom: 50px !important; } .py-55 { padding-top: 55px !important; padding-bottom: 55px !important; } .py-60 { padding-top: 60px !important; padding-bottom: 60px !important; } .py-65 { padding-top: 65px !important; padding-bottom: 65px !important; } .py-70 { padding-top: 70px !important; padding-bottom: 70px !important; } .py-75 { padding-top: 75px !important; padding-bottom: 75px !important; } .py-80 { padding-top: 80px !important; padding-bottom: 80px !important; } .py-85 { padding-top: 85px !important; padding-bottom: 85px !important; } .py-90 { padding-top: 90px !important; padding-bottom: 90px !important; } .py-95 { padding-top: 95px !important; padding-bottom: 95px !important; } .py-100 { padding-top: 100px !important; padding-bottom: 100px !important; } @media (min-width: 576px) { .pa-sm-0 { padding: 0px !important; } .pa-sm-5 { padding: 5px !important; } .pa-sm-10 { padding: 10px !important; } .pa-sm-15 { padding: 15px !important; } .pa-sm-20 { padding: 20px !important; } .pa-sm-25 { padding: 25px !important; } .pa-sm-30 { padding: 30px !important; } .pa-sm-35 { padding: 35px !important; } .pa-sm-40 { padding: 40px !important; } .pa-sm-45 { padding: 45px !important; } .pa-sm-50 { padding: 50px !important; } .pa-sm-55 { padding: 55px !important; } .pa-sm-60 { padding: 60px !important; } .pa-sm-65 { padding: 65px !important; } .pa-sm-70 { padding: 70px !important; } .pa-sm-75 { padding: 75px !important; } .pa-sm-80 { padding: 80px !important; } .pa-sm-85 { padding: 85px !important; } .pa-sm-90 { padding: 90px !important; } .pa-sm-95 { padding: 95px !important; } .pa-sm-100 { padding: 100px !important; } .pt-sm-0 { padding-top: 0px !important; } .pt-sm-5 { padding-top: 5px !important; } .pt-sm-10 { padding-top: 10px !important; } .pt-sm-15 { padding-top: 15px !important; } .pt-sm-20 { padding-top: 20px !important; } .pt-sm-25 { padding-top: 25px !important; } .pt-sm-30 { padding-top: 30px !important; } .pt-sm-35 { padding-top: 35px !important; } .pt-sm-40 { padding-top: 40px !important; } .pt-sm-45 { padding-top: 45px !important; } .pt-sm-50 { padding-top: 50px !important; } .pt-sm-55 { padding-top: 55px !important; } .pt-sm-60 { padding-top: 60px !important; } .pt-sm-65 { padding-top: 65px !important; } .pt-sm-70 { padding-top: 70px !important; } .pt-sm-75 { padding-top: 75px !important; } .pt-sm-80 { padding-top: 80px !important; } .pt-sm-85 { padding-top: 85px !important; } .pt-sm-90 { padding-top: 90px !important; } .pt-sm-95 { padding-top: 95px !important; } .pt-sm-100 { padding-top: 100px !important; } .pb-sm-0 { padding-bottom: 0px !important; } .pb-sm-5 { padding-bottom: 5px !important; } .pb-sm-10 { padding-bottom: 10px !important; } .pb-sm-15 { padding-bottom: 15px !important; } .pb-sm-20 { padding-bottom: 20px !important; } .pb-sm-25 { padding-bottom: 25px !important; } .pb-sm-30 { padding-bottom: 30px !important; } .pb-sm-35 { padding-bottom: 35px !important; } .pb-sm-40 { padding-bottom: 40px !important; } .pb-sm-45 { padding-bottom: 45px !important; } .pb-sm-50 { padding-bottom: 50px !important; } .pb-sm-55 { padding-bottom: 55px !important; } .pb-sm-60 { padding-bottom: 60px !important; } .pb-sm-65 { padding-bottom: 65px !important; } .pb-sm-70 { padding-bottom: 70px !important; } .pb-sm-75 { padding-bottom: 75px !important; } .pb-sm-80 { padding-bottom: 80px !important; } .pb-sm-85 { padding-bottom: 85px !important; } .pb-sm-90 { padding-bottom: 90px !important; } .pb-sm-95 { padding-bottom: 95px !important; } .pb-sm-100 { padding-bottom: 100px !important; } .pl-sm-0 { padding-left: 0px !important; } .pl-sm-5 { padding-left: 5px !important; } .pl-sm-10 { padding-left: 10px !important; } .pl-sm-15 { padding-left: 15px !important; } .pl-sm-20 { padding-left: 20px !important; } .pl-sm-25 { padding-left: 25px !important; } .pl-sm-30 { padding-left: 30px !important; } .pl-sm-35 { padding-left: 35px !important; } .pl-sm-40 { padding-left: 40px !important; } .pl-sm-45 { padding-left: 45px !important; } .pl-sm-50 { padding-left: 50px !important; } .pl-sm-55 { padding-left: 55px !important; } .pl-sm-60 { padding-left: 60px !important; } .pl-sm-65 { padding-left: 65px !important; } .pl-sm-70 { padding-left: 70px !important; } .pl-sm-75 { padding-left: 75px !important; } .pl-sm-80 { padding-left: 80px !important; } .pl-sm-85 { padding-left: 85px !important; } .pl-sm-90 { padding-left: 90px !important; } .pl-sm-95 { padding-left: 95px !important; } .pl-sm-100 { padding-left: 100px !important; } .pr-sm-0 { padding-right: 0px !important; } .pr-sm-5 { padding-right: 5px !important; } .pr-sm-10 { padding-right: 10px !important; } .pr-sm-15 { padding-right: 15px !important; } .pr-sm-20 { padding-right: 20px !important; } .pr-sm-25 { padding-right: 25px !important; } .pr-sm-30 { padding-right: 30px !important; } .pr-sm-35 { padding-right: 35px !important; } .pr-sm-40 { padding-right: 40px !important; } .pr-sm-45 { padding-right: 45px !important; } .pr-sm-50 { padding-right: 50px !important; } .pr-sm-55 { padding-right: 55px !important; } .pr-sm-60 { padding-right: 60px !important; } .pr-sm-65 { padding-right: 65px !important; } .pr-sm-70 { padding-right: 70px !important; } .pr-sm-75 { padding-right: 75px !important; } .pr-sm-80 { padding-right: 80px !important; } .pr-sm-85 { padding-right: 85px !important; } .pr-sm-90 { padding-right: 90px !important; } .pr-sm-95 { padding-right: 95px !important; } .pr-sm-100 { padding-right: 100px !important; } .px-sm-0 { padding-left: 0px !important; padding-right: 0px !important; } .px-sm-5 { padding-left: 5px !important; padding-right: 5px !important; } .px-sm-10 { padding-left: 10px !important; padding-right: 10px !important; } .px-sm-15 { padding-left: 15px !important; padding-right: 15px !important; } .px-sm-20 { padding-left: 20px !important; padding-right: 20px !important; } .px-sm-25 { padding-left: 25px !important; padding-right: 25px !important; } .px-sm-30 { padding-left: 30px !important; padding-right: 30px !important; } .px-sm-35 { padding-left: 35px !important; padding-right: 35px !important; } .px-sm-40 { padding-left: 40px !important; padding-right: 40px !important; } .px-sm-45 { padding-left: 45px !important; padding-right: 45px !important; } .px-sm-50 { padding-left: 50px !important; padding-right: 50px !important; } .px-sm-55 { padding-left: 55px !important; padding-right: 55px !important; } .px-sm-60 { padding-left: 60px !important; padding-right: 60px !important; } .px-sm-65 { padding-left: 65px !important; padding-right: 65px !important; } .px-sm-70 { padding-left: 70px !important; padding-right: 70px !important; } .px-sm-75 { padding-left: 75px !important; padding-right: 75px !important; } .px-sm-80 { padding-left: 80px !important; padding-right: 80px !important; } .px-sm-85 { padding-left: 85px !important; padding-right: 85px !important; } .px-sm-90 { padding-left: 90px !important; padding-right: 90px !important; } .px-sm-95 { padding-left: 95px !important; padding-right: 95px !important; } .px-sm-100 { padding-left: 100px !important; padding-right: 100px !important; } .py-sm-0 { padding-top: 0px !important; padding-bottom: 0px !important; } .py-sm-5 { padding-top: 5px !important; padding-bottom: 5px !important; } .py-sm-10 { padding-top: 10px !important; padding-bottom: 10px !important; } .py-sm-15 { padding-top: 15px !important; padding-bottom: 15px !important; } .py-sm-20 { padding-top: 20px !important; padding-bottom: 20px !important; } .py-sm-25 { padding-top: 25px !important; padding-bottom: 25px !important; } .py-sm-30 { padding-top: 30px !important; padding-bottom: 30px !important; } .py-sm-35 { padding-top: 35px !important; padding-bottom: 35px !important; } .py-sm-40 { padding-top: 40px !important; padding-bottom: 40px !important; } .py-sm-45 { padding-top: 45px !important; padding-bottom: 45px !important; } .py-sm-50 { padding-top: 50px !important; padding-bottom: 50px !important; } .py-sm-55 { padding-top: 55px !important; padding-bottom: 55px !important; } .py-sm-60 { padding-top: 60px !important; padding-bottom: 60px !important; } .py-sm-65 { padding-top: 65px !important; padding-bottom: 65px !important; } .py-sm-70 { padding-top: 70px !important; padding-bottom: 70px !important; } .py-sm-75 { padding-top: 75px !important; padding-bottom: 75px !important; } .py-sm-80 { padding-top: 80px !important; padding-bottom: 80px !important; } .py-sm-85 { padding-top: 85px !important; padding-bottom: 85px !important; } .py-sm-90 { padding-top: 90px !important; padding-bottom: 90px !important; } .py-sm-95 { padding-top: 95px !important; padding-bottom: 95px !important; } .py-sm-100 { padding-top: 100px !important; padding-bottom: 100px !important; } } @media (min-width: 768px) { .pa-md-0 { padding: 0px !important; } .pa-md-5 { padding: 5px !important; } .pa-md-10 { padding: 10px !important; } .pa-md-15 { padding: 15px !important; } .pa-md-20 { padding: 20px !important; } .pa-md-25 { padding: 25px !important; } .pa-md-30 { padding: 30px !important; } .pa-md-35 { padding: 35px !important; } .pa-md-40 { padding: 40px !important; } .pa-md-45 { padding: 45px !important; } .pa-md-50 { padding: 50px !important; } .pa-md-55 { padding: 55px !important; } .pa-md-60 { padding: 60px !important; } .pa-md-65 { padding: 65px !important; } .pa-md-70 { padding: 70px !important; } .pa-md-75 { padding: 75px !important; } .pa-md-80 { padding: 80px !important; } .pa-md-85 { padding: 85px !important; } .pa-md-90 { padding: 90px !important; } .pa-md-95 { padding: 95px !important; } .pa-md-100 { padding: 100px !important; } .pt-md-0 { padding-top: 0px !important; } .pt-md-5 { padding-top: 5px !important; } .pt-md-10 { padding-top: 10px !important; } .pt-md-15 { padding-top: 15px !important; } .pt-md-20 { padding-top: 20px !important; } .pt-md-25 { padding-top: 25px !important; } .pt-md-30 { padding-top: 30px !important; } .pt-md-35 { padding-top: 35px !important; } .pt-md-40 { padding-top: 40px !important; } .pt-md-45 { padding-top: 45px !important; } .pt-md-50 { padding-top: 50px !important; } .pt-md-55 { padding-top: 55px !important; } .pt-md-60 { padding-top: 60px !important; } .pt-md-65 { padding-top: 65px !important; } .pt-md-70 { padding-top: 70px !important; } .pt-md-75 { padding-top: 75px !important; } .pt-md-80 { padding-top: 80px !important; } .pt-md-85 { padding-top: 85px !important; } .pt-md-90 { padding-top: 90px !important; } .pt-md-95 { padding-top: 95px !important; } .pt-md-100 { padding-top: 100px !important; } .pb-md-0 { padding-bottom: 0px !important; } .pb-md-5 { padding-bottom: 5px !important; } .pb-md-10 { padding-bottom: 10px !important; } .pb-md-15 { padding-bottom: 15px !important; } .pb-md-20 { padding-bottom: 20px !important; } .pb-md-25 { padding-bottom: 25px !important; } .pb-md-30 { padding-bottom: 30px !important; } .pb-md-35 { padding-bottom: 35px !important; } .pb-md-40 { padding-bottom: 40px !important; } .pb-md-45 { padding-bottom: 45px !important; } .pb-md-50 { padding-bottom: 50px !important; } .pb-md-55 { padding-bottom: 55px !important; } .pb-md-60 { padding-bottom: 60px !important; } .pb-md-65 { padding-bottom: 65px !important; } .pb-md-70 { padding-bottom: 70px !important; } .pb-md-75 { padding-bottom: 75px !important; } .pb-md-80 { padding-bottom: 80px !important; } .pb-md-85 { padding-bottom: 85px !important; } .pb-md-90 { padding-bottom: 90px !important; } .pb-md-95 { padding-bottom: 95px !important; } .pb-md-100 { padding-bottom: 100px !important; } .pl-md-0 { padding-left: 0px !important; } .pl-md-5 { padding-left: 5px !important; } .pl-md-10 { padding-left: 10px !important; } .pl-md-15 { padding-left: 15px !important; } .pl-md-20 { padding-left: 20px !important; } .pl-md-25 { padding-left: 25px !important; } .pl-md-30 { padding-left: 30px !important; } .pl-md-35 { padding-left: 35px !important; } .pl-md-40 { padding-left: 40px !important; } .pl-md-45 { padding-left: 45px !important; } .pl-md-50 { padding-left: 50px !important; } .pl-md-55 { padding-left: 55px !important; } .pl-md-60 { padding-left: 60px !important; } .pl-md-65 { padding-left: 65px !important; } .pl-md-70 { padding-left: 70px !important; } .pl-md-75 { padding-left: 75px !important; } .pl-md-80 { padding-left: 80px !important; } .pl-md-85 { padding-left: 85px !important; } .pl-md-90 { padding-left: 90px !important; } .pl-md-95 { padding-left: 95px !important; } .pl-md-100 { padding-left: 100px !important; } .pr-md-0 { padding-right: 0px !important; } .pr-md-5 { padding-right: 5px !important; } .pr-md-10 { padding-right: 10px !important; } .pr-md-15 { padding-right: 15px !important; } .pr-md-20 { padding-right: 20px !important; } .pr-md-25 { padding-right: 25px !important; } .pr-md-30 { padding-right: 30px !important; } .pr-md-35 { padding-right: 35px !important; } .pr-md-40 { padding-right: 40px !important; } .pr-md-45 { padding-right: 45px !important; } .pr-md-50 { padding-right: 50px !important; } .pr-md-55 { padding-right: 55px !important; } .pr-md-60 { padding-right: 60px !important; } .pr-md-65 { padding-right: 65px !important; } .pr-md-70 { padding-right: 70px !important; } .pr-md-75 { padding-right: 75px !important; } .pr-md-80 { padding-right: 80px !important; } .pr-md-85 { padding-right: 85px !important; } .pr-md-90 { padding-right: 90px !important; } .pr-md-95 { padding-right: 95px !important; } .pr-md-100 { padding-right: 100px !important; } .px-md-0 { padding-left: 0px !important; padding-right: 0px !important; } .px-md-5 { padding-left: 5px !important; padding-right: 5px !important; } .px-md-10 { padding-left: 10px !important; padding-right: 10px !important; } .px-md-15 { padding-left: 15px !important; padding-right: 15px !important; } .px-md-20 { padding-left: 20px !important; padding-right: 20px !important; } .px-md-25 { padding-left: 25px !important; padding-right: 25px !important; } .px-md-30 { padding-left: 30px !important; padding-right: 30px !important; } .px-md-35 { padding-left: 35px !important; padding-right: 35px !important; } .px-md-40 { padding-left: 40px !important; padding-right: 40px !important; } .px-md-45 { padding-left: 45px !important; padding-right: 45px !important; } .px-md-50 { padding-left: 50px !important; padding-right: 50px !important; } .px-md-55 { padding-left: 55px !important; padding-right: 55px !important; } .px-md-60 { padding-left: 60px !important; padding-right: 60px !important; } .px-md-65 { padding-left: 65px !important; padding-right: 65px !important; } .px-md-70 { padding-left: 70px !important; padding-right: 70px !important; } .px-md-75 { padding-left: 75px !important; padding-right: 75px !important; } .px-md-80 { padding-left: 80px !important; padding-right: 80px !important; } .px-md-85 { padding-left: 85px !important; padding-right: 85px !important; } .px-md-90 { padding-left: 90px !important; padding-right: 90px !important; } .px-md-95 { padding-left: 95px !important; padding-right: 95px !important; } .px-md-100 { padding-left: 100px !important; padding-right: 100px !important; } .py-md-0 { padding-top: 0px !important; padding-bottom: 0px !important; } .py-md-5 { padding-top: 5px !important; padding-bottom: 5px !important; } .py-md-10 { padding-top: 10px !important; padding-bottom: 10px !important; } .py-md-15 { padding-top: 15px !important; padding-bottom: 15px !important; } .py-md-20 { padding-top: 20px !important; padding-bottom: 20px !important; } .py-md-25 { padding-top: 25px !important; padding-bottom: 25px !important; } .py-md-30 { padding-top: 30px !important; padding-bottom: 30px !important; } .py-md-35 { padding-top: 35px !important; padding-bottom: 35px !important; } .py-md-40 { padding-top: 40px !important; padding-bottom: 40px !important; } .py-md-45 { padding-top: 45px !important; padding-bottom: 45px !important; } .py-md-50 { padding-top: 50px !important; padding-bottom: 50px !important; } .py-md-55 { padding-top: 55px !important; padding-bottom: 55px !important; } .py-md-60 { padding-top: 60px !important; padding-bottom: 60px !important; } .py-md-65 { padding-top: 65px !important; padding-bottom: 65px !important; } .py-md-70 { padding-top: 70px !important; padding-bottom: 70px !important; } .py-md-75 { padding-top: 75px !important; padding-bottom: 75px !important; } .py-md-80 { padding-top: 80px !important; padding-bottom: 80px !important; } .py-md-85 { padding-top: 85px !important; padding-bottom: 85px !important; } .py-md-90 { padding-top: 90px !important; padding-bottom: 90px !important; } .py-md-95 { padding-top: 95px !important; padding-bottom: 95px !important; } .py-md-100 { padding-top: 100px !important; padding-bottom: 100px !important; } } @media (min-width: 992px) { .pa-lg-0 { padding: 0px !important; } .pa-lg-5 { padding: 5px !important; } .pa-lg-10 { padding: 10px !important; } .pa-lg-15 { padding: 15px !important; } .pa-lg-20 { padding: 20px !important; } .pa-lg-25 { padding: 25px !important; } .pa-lg-30 { padding: 30px !important; } .pa-lg-35 { padding: 35px !important; } .pa-lg-40 { padding: 40px !important; } .pa-lg-45 { padding: 45px !important; } .pa-lg-50 { padding: 50px !important; } .pa-lg-55 { padding: 55px !important; } .pa-lg-60 { padding: 60px !important; } .pa-lg-65 { padding: 65px !important; } .pa-lg-70 { padding: 70px !important; } .pa-lg-75 { padding: 75px !important; } .pa-lg-80 { padding: 80px !important; } .pa-lg-85 { padding: 85px !important; } .pa-lg-90 { padding: 90px !important; } .pa-lg-95 { padding: 95px !important; } .pa-lg-100 { padding: 100px !important; } .pt-lg-0 { padding-top: 0px !important; } .pt-lg-5 { padding-top: 5px !important; } .pt-lg-10 { padding-top: 10px !important; } .pt-lg-15 { padding-top: 15px !important; } .pt-lg-20 { padding-top: 20px !important; } .pt-lg-25 { padding-top: 25px !important; } .pt-lg-30 { padding-top: 30px !important; } .pt-lg-35 { padding-top: 35px !important; } .pt-lg-40 { padding-top: 40px !important; } .pt-lg-45 { padding-top: 45px !important; } .pt-lg-50 { padding-top: 50px !important; } .pt-lg-55 { padding-top: 55px !important; } .pt-lg-60 { padding-top: 60px !important; } .pt-lg-65 { padding-top: 65px !important; } .pt-lg-70 { padding-top: 70px !important; } .pt-lg-75 { padding-top: 75px !important; } .pt-lg-80 { padding-top: 80px !important; } .pt-lg-85 { padding-top: 85px !important; } .pt-lg-90 { padding-top: 90px !important; } .pt-lg-95 { padding-top: 95px !important; } .pt-lg-100 { padding-top: 100px !important; } .pb-lg-0 { padding-bottom: 0px !important; } .pb-lg-5 { padding-bottom: 5px !important; } .pb-lg-10 { padding-bottom: 10px !important; } .pb-lg-15 { padding-bottom: 15px !important; } .pb-lg-20 { padding-bottom: 20px !important; } .pb-lg-25 { padding-bottom: 25px !important; } .pb-lg-30 { padding-bottom: 30px !important; } .pb-lg-35 { padding-bottom: 35px !important; } .pb-lg-40 { padding-bottom: 40px !important; } .pb-lg-45 { padding-bottom: 45px !important; } .pb-lg-50 { padding-bottom: 50px !important; } .pb-lg-55 { padding-bottom: 55px !important; } .pb-lg-60 { padding-bottom: 60px !important; } .pb-lg-65 { padding-bottom: 65px !important; } .pb-lg-70 { padding-bottom: 70px !important; } .pb-lg-75 { padding-bottom: 75px !important; } .pb-lg-80 { padding-bottom: 80px !important; } .pb-lg-85 { padding-bottom: 85px !important; } .pb-lg-90 { padding-bottom: 90px !important; } .pb-lg-95 { padding-bottom: 95px !important; } .pb-lg-100 { padding-bottom: 100px !important; } .pl-lg-0 { padding-left: 0px !important; } .pl-lg-5 { padding-left: 5px !important; } .pl-lg-10 { padding-left: 10px !important; } .pl-lg-15 { padding-left: 15px !important; } .pl-lg-20 { padding-left: 20px !important; } .pl-lg-25 { padding-left: 25px !important; } .pl-lg-30 { padding-left: 30px !important; } .pl-lg-35 { padding-left: 35px !important; } .pl-lg-40 { padding-left: 40px !important; } .pl-lg-45 { padding-left: 45px !important; } .pl-lg-50 { padding-left: 50px !important; } .pl-lg-55 { padding-left: 55px !important; } .pl-lg-60 { padding-left: 60px !important; } .pl-lg-65 { padding-left: 65px !important; } .pl-lg-70 { padding-left: 70px !important; } .pl-lg-75 { padding-left: 75px !important; } .pl-lg-80 { padding-left: 80px !important; } .pl-lg-85 { padding-left: 85px !important; } .pl-lg-90 { padding-left: 90px !important; } .pl-lg-95 { padding-left: 95px !important; } .pl-lg-100 { padding-left: 100px !important; } .pr-lg-0 { padding-right: 0px !important; } .pr-lg-5 { padding-right: 5px !important; } .pr-lg-10 { padding-right: 10px !important; } .pr-lg-15 { padding-right: 15px !important; } .pr-lg-20 { padding-right: 20px !important; } .pr-lg-25 { padding-right: 25px !important; } .pr-lg-30 { padding-right: 30px !important; } .pr-lg-35 { padding-right: 35px !important; } .pr-lg-40 { padding-right: 40px !important; } .pr-lg-45 { padding-right: 45px !important; } .pr-lg-50 { padding-right: 50px !important; } .pr-lg-55 { padding-right: 55px !important; } .pr-lg-60 { padding-right: 60px !important; } .pr-lg-65 { padding-right: 65px !important; } .pr-lg-70 { padding-right: 70px !important; } .pr-lg-75 { padding-right: 75px !important; } .pr-lg-80 { padding-right: 80px !important; } .pr-lg-85 { padding-right: 85px !important; } .pr-lg-90 { padding-right: 90px !important; } .pr-lg-95 { padding-right: 95px !important; } .pr-lg-100 { padding-right: 100px !important; } .px-lg-0 { padding-left: 0px !important; padding-right: 0px !important; } .px-lg-5 { padding-left: 5px !important; padding-right: 5px !important; } .px-lg-10 { padding-left: 10px !important; padding-right: 10px !important; } .px-lg-15 { padding-left: 15px !important; padding-right: 15px !important; } .px-lg-20 { padding-left: 20px !important; padding-right: 20px !important; } .px-lg-25 { padding-left: 25px !important; padding-right: 25px !important; } .px-lg-30 { padding-left: 30px !important; padding-right: 30px !important; } .px-lg-35 { padding-left: 35px !important; padding-right: 35px !important; } .px-lg-40 { padding-left: 40px !important; padding-right: 40px !important; } .px-lg-45 { padding-left: 45px !important; padding-right: 45px !important; } .px-lg-50 { padding-left: 50px !important; padding-right: 50px !important; } .px-lg-55 { padding-left: 55px !important; padding-right: 55px !important; } .px-lg-60 { padding-left: 60px !important; padding-right: 60px !important; } .px-lg-65 { padding-left: 65px !important; padding-right: 65px !important; } .px-lg-70 { padding-left: 70px !important; padding-right: 70px !important; } .px-lg-75 { padding-left: 75px !important; padding-right: 75px !important; } .px-lg-80 { padding-left: 80px !important; padding-right: 80px !important; } .px-lg-85 { padding-left: 85px !important; padding-right: 85px !important; } .px-lg-90 { padding-left: 90px !important; padding-right: 90px !important; } .px-lg-95 { padding-left: 95px !important; padding-right: 95px !important; } .px-lg-100 { padding-left: 100px !important; padding-right: 100px !important; } .py-lg-0 { padding-top: 0px !important; padding-bottom: 0px !important; } .py-lg-5 { padding-top: 5px !important; padding-bottom: 5px !important; } .py-lg-10 { padding-top: 10px !important; padding-bottom: 10px !important; } .py-lg-15 { padding-top: 15px !important; padding-bottom: 15px !important; } .py-lg-20 { padding-top: 20px !important; padding-bottom: 20px !important; } .py-lg-25 { padding-top: 25px !important; padding-bottom: 25px !important; } .py-lg-30 { padding-top: 30px !important; padding-bottom: 30px !important; } .py-lg-35 { padding-top: 35px !important; padding-bottom: 35px !important; } .py-lg-40 { padding-top: 40px !important; padding-bottom: 40px !important; } .py-lg-45 { padding-top: 45px !important; padding-bottom: 45px !important; } .py-lg-50 { padding-top: 50px !important; padding-bottom: 50px !important; } .py-lg-55 { padding-top: 55px !important; padding-bottom: 55px !important; } .py-lg-60 { padding-top: 60px !important; padding-bottom: 60px !important; } .py-lg-65 { padding-top: 65px !important; padding-bottom: 65px !important; } .py-lg-70 { padding-top: 70px !important; padding-bottom: 70px !important; } .py-lg-75 { padding-top: 75px !important; padding-bottom: 75px !important; } .py-lg-80 { padding-top: 80px !important; padding-bottom: 80px !important; } .py-lg-85 { padding-top: 85px !important; padding-bottom: 85px !important; } .py-lg-90 { padding-top: 90px !important; padding-bottom: 90px !important; } .py-lg-95 { padding-top: 95px !important; padding-bottom: 95px !important; } .py-lg-100 { padding-top: 100px !important; padding-bottom: 100px !important; } } @media (min-width: 1200px) { .pa-xl-0 { padding: 0px !important; } .pa-xl-5 { padding: 5px !important; } .pa-xl-10 { padding: 10px !important; } .pa-xl-15 { padding: 15px !important; } .pa-xl-20 { padding: 20px !important; } .pa-xl-25 { padding: 25px !important; } .pa-xl-30 { padding: 30px !important; } .pa-xl-35 { padding: 35px !important; } .pa-xl-40 { padding: 40px !important; } .pa-xl-45 { padding: 45px !important; } .pa-xl-50 { padding: 50px !important; } .pa-xl-55 { padding: 55px !important; } .pa-xl-60 { padding: 60px !important; } .pa-xl-65 { padding: 65px !important; } .pa-xl-70 { padding: 70px !important; } .pa-xl-75 { padding: 75px !important; } .pa-xl-80 { padding: 80px !important; } .pa-xl-85 { padding: 85px !important; } .pa-xl-90 { padding: 90px !important; } .pa-xl-95 { padding: 95px !important; } .pa-xl-100 { padding: 100px !important; } .pt-xl-0 { padding-top: 0px !important; } .pt-xl-5 { padding-top: 5px !important; } .pt-xl-10 { padding-top: 10px !important; } .pt-xl-15 { padding-top: 15px !important; } .pt-xl-20 { padding-top: 20px !important; } .pt-xl-25 { padding-top: 25px !important; } .pt-xl-30 { padding-top: 30px !important; } .pt-xl-35 { padding-top: 35px !important; } .pt-xl-40 { padding-top: 40px !important; } .pt-xl-45 { padding-top: 45px !important; } .pt-xl-50 { padding-top: 50px !important; } .pt-xl-55 { padding-top: 55px !important; } .pt-xl-60 { padding-top: 60px !important; } .pt-xl-65 { padding-top: 65px !important; } .pt-xl-70 { padding-top: 70px !important; } .pt-xl-75 { padding-top: 75px !important; } .pt-xl-80 { padding-top: 80px !important; } .pt-xl-85 { padding-top: 85px !important; } .pt-xl-90 { padding-top: 90px !important; } .pt-xl-95 { padding-top: 95px !important; } .pt-xl-100 { padding-top: 100px !important; } .pb-xl-0 { padding-bottom: 0px !important; } .pb-xl-5 { padding-bottom: 5px !important; } .pb-xl-10 { padding-bottom: 10px !important; } .pb-xl-15 { padding-bottom: 15px !important; } .pb-xl-20 { padding-bottom: 20px !important; } .pb-xl-25 { padding-bottom: 25px !important; } .pb-xl-30 { padding-bottom: 30px !important; } .pb-xl-35 { padding-bottom: 35px !important; } .pb-xl-40 { padding-bottom: 40px !important; } .pb-xl-45 { padding-bottom: 45px !important; } .pb-xl-50 { padding-bottom: 50px !important; } .pb-xl-55 { padding-bottom: 55px !important; } .pb-xl-60 { padding-bottom: 60px !important; } .pb-xl-65 { padding-bottom: 65px !important; } .pb-xl-70 { padding-bottom: 70px !important; } .pb-xl-75 { padding-bottom: 75px !important; } .pb-xl-80 { padding-bottom: 80px !important; } .pb-xl-85 { padding-bottom: 85px !important; } .pb-xl-90 { padding-bottom: 90px !important; } .pb-xl-95 { padding-bottom: 95px !important; } .pb-xl-100 { padding-bottom: 100px !important; } .pl-xl-0 { padding-left: 0px !important; } .pl-xl-5 { padding-left: 5px !important; } .pl-xl-10 { padding-left: 10px !important; } .pl-xl-15 { padding-left: 15px !important; } .pl-xl-20 { padding-left: 20px !important; } .pl-xl-25 { padding-left: 25px !important; } .pl-xl-30 { padding-left: 30px !important; } .pl-xl-35 { padding-left: 35px !important; } .pl-xl-40 { padding-left: 40px !important; } .pl-xl-45 { padding-left: 45px !important; } .pl-xl-50 { padding-left: 50px !important; } .pl-xl-55 { padding-left: 55px !important; } .pl-xl-60 { padding-left: 60px !important; } .pl-xl-65 { padding-left: 65px !important; } .pl-xl-70 { padding-left: 70px !important; } .pl-xl-75 { padding-left: 75px !important; } .pl-xl-80 { padding-left: 80px !important; } .pl-xl-85 { padding-left: 85px !important; } .pl-xl-90 { padding-left: 90px !important; } .pl-xl-95 { padding-left: 95px !important; } .pl-xl-100 { padding-left: 100px !important; } .pr-xl-0 { padding-right: 0px !important; } .pr-xl-5 { padding-right: 5px !important; } .pr-xl-10 { padding-right: 10px !important; } .pr-xl-15 { padding-right: 15px !important; } .pr-xl-20 { padding-right: 20px !important; } .pr-xl-25 { padding-right: 25px !important; } .pr-xl-30 { padding-right: 30px !important; } .pr-xl-35 { padding-right: 35px !important; } .pr-xl-40 { padding-right: 40px !important; } .pr-xl-45 { padding-right: 45px !important; } .pr-xl-50 { padding-right: 50px !important; } .pr-xl-55 { padding-right: 55px !important; } .pr-xl-60 { padding-right: 60px !important; } .pr-xl-65 { padding-right: 65px !important; } .pr-xl-70 { padding-right: 70px !important; } .pr-xl-75 { padding-right: 75px !important; } .pr-xl-80 { padding-right: 80px !important; } .pr-xl-85 { padding-right: 85px !important; } .pr-xl-90 { padding-right: 90px !important; } .pr-xl-95 { padding-right: 95px !important; } .pr-xl-100 { padding-right: 100px !important; } .px-xl-0 { padding-left: 0px !important; padding-right: 0px !important; } .px-xl-5 { padding-left: 5px !important; padding-right: 5px !important; } .px-xl-10 { padding-left: 10px !important; padding-right: 10px !important; } .px-xl-15 { padding-left: 15px !important; padding-right: 15px !important; } .px-xl-20 { padding-left: 20px !important; padding-right: 20px !important; } .px-xl-25 { padding-left: 25px !important; padding-right: 25px !important; } .px-xl-30 { padding-left: 30px !important; padding-right: 30px !important; } .px-xl-35 { padding-left: 35px !important; padding-right: 35px !important; } .px-xl-40 { padding-left: 40px !important; padding-right: 40px !important; } .px-xl-45 { padding-left: 45px !important; padding-right: 45px !important; } .px-xl-50 { padding-left: 50px !important; padding-right: 50px !important; } .px-xl-55 { padding-left: 55px !important; padding-right: 55px !important; } .px-xl-60 { padding-left: 60px !important; padding-right: 60px !important; } .px-xl-65 { padding-left: 65px !important; padding-right: 65px !important; } .px-xl-70 { padding-left: 70px !important; padding-right: 70px !important; } .px-xl-75 { padding-left: 75px !important; padding-right: 75px !important; } .px-xl-80 { padding-left: 80px !important; padding-right: 80px !important; } .px-xl-85 { padding-left: 85px !important; padding-right: 85px !important; } .px-xl-90 { padding-left: 90px !important; padding-right: 90px !important; } .px-xl-95 { padding-left: 95px !important; padding-right: 95px !important; } .px-xl-100 { padding-left: 100px !important; padding-right: 100px !important; } .py-xl-0 { padding-top: 0px !important; padding-bottom: 0px !important; } .py-xl-5 { padding-top: 5px !important; padding-bottom: 5px !important; } .py-xl-10 { padding-top: 10px !important; padding-bottom: 10px !important; } .py-xl-15 { padding-top: 15px !important; padding-bottom: 15px !important; } .py-xl-20 { padding-top: 20px !important; padding-bottom: 20px !important; } .py-xl-25 { padding-top: 25px !important; padding-bottom: 25px !important; } .py-xl-30 { padding-top: 30px !important; padding-bottom: 30px !important; } .py-xl-35 { padding-top: 35px !important; padding-bottom: 35px !important; } .py-xl-40 { padding-top: 40px !important; padding-bottom: 40px !important; } .py-xl-45 { padding-top: 45px !important; padding-bottom: 45px !important; } .py-xl-50 { padding-top: 50px !important; padding-bottom: 50px !important; } .py-xl-55 { padding-top: 55px !important; padding-bottom: 55px !important; } .py-xl-60 { padding-top: 60px !important; padding-bottom: 60px !important; } .py-xl-65 { padding-top: 65px !important; padding-bottom: 65px !important; } .py-xl-70 { padding-top: 70px !important; padding-bottom: 70px !important; } .py-xl-75 { padding-top: 75px !important; padding-bottom: 75px !important; } .py-xl-80 { padding-top: 80px !important; padding-bottom: 80px !important; } .py-xl-85 { padding-top: 85px !important; padding-bottom: 85px !important; } .py-xl-90 { padding-top: 90px !important; padding-bottom: 90px !important; } .py-xl-95 { padding-top: 95px !important; padding-bottom: 95px !important; } .py-xl-100 { padding-top: 100px !important; padding-bottom: 100px !important; } } /*Margin*/ .ma-0 { margin: 0px !important; } .ma-5 { margin: 5px !important; } .ma-10 { margin: 10px !important; } .ma-15 { margin: 15px !important; } .ma-20 { margin: 20px !important; } .ma-25 { margin: 25px !important; } .ma-30 { margin: 30px !important; } .ma-35 { margin: 35px !important; } .ma-40 { margin: 40px !important; } .ma-45 { margin: 45px !important; } .ma-50 { margin: 50px !important; } .ma-55 { margin: 55px !important; } .ma-60 { margin: 60px !important; } .ma-65 { margin: 65px !important; } .ma-70 { margin: 70px !important; } .ma-75 { margin: 75px !important; } .ma-80 { margin: 80px !important; } .ma-85 { margin: 85px !important; } .ma-90 { margin: 90px !important; } .ma-95 { margin: 95px !important; } .ma-100 { margin: 100px !important; } .mt-0 { margin-top: 0px !important; } .mt-5 { margin-top: 5px !important; } .mt-10 { margin-top: 10px !important; } .mt-15 { margin-top: 15px !important; } .mt-20 { margin-top: 20px !important; } .mt-25 { margin-top: 25px !important; } .mt-30 { margin-top: 30px !important; } .mt-35 { margin-top: 35px !important; } .mt-40 { margin-top: 40px !important; } .mt-45 { margin-top: 45px !important; } .mt-50 { margin-top: 50px !important; } .mt-55 { margin-top: 55px !important; } .mt-60 { margin-top: 60px !important; } .mt-65 { margin-top: 65px !important; } .mt-70 { margin-top: 70px !important; } .mt-75 { margin-top: 75px !important; } .mt-80 { margin-top: 80px !important; } .mt-85 { margin-top: 85px !important; } .mt-90 { margin-top: 90px !important; } .mt-95 { margin-top: 95px !important; } .mt-100 { margin-top: 100px !important; } .mb-0 { margin-bottom: 0px !important; } .mb-5 { margin-bottom: 5px !important; } .mb-10 { margin-bottom: 10px !important; } .mb-15 { margin-bottom: 15px !important; } .mb-20 { margin-bottom: 20px !important; } .mb-25 { margin-bottom: 25px !important; } .mb-30 { margin-bottom: 30px !important; } .mb-35 { margin-bottom: 35px !important; } .mb-40 { margin-bottom: 40px !important; } .mb-45 { margin-bottom: 45px !important; } .mb-50 { margin-bottom: 50px !important; } .mb-55 { margin-bottom: 55px !important; } .mb-60 { margin-bottom: 60px !important; } .mb-65 { margin-bottom: 65px !important; } .mb-70 { margin-bottom: 70px !important; } .mb-75 { margin-bottom: 75px !important; } .mb-80 { margin-bottom: 80px !important; } .mb-85 { margin-bottom: 85px !important; } .mb-90 { margin-bottom: 90px !important; } .mb-95 { margin-bottom: 95px !important; } .mb-100 { margin-bottom: 100px !important; } .ml-0 { margin-left: 0px !important; } .ml-5 { margin-left: 5px !important; } .ml-10 { margin-left: 10px !important; } .ml-15 { margin-left: 15px !important; } .ml-20 { margin-left: 20px !important; } .ml-25 { margin-left: 25px !important; } .ml-30 { margin-left: 30px !important; } .ml-35 { margin-left: 35px !important; } .ml-40 { margin-left: 40px !important; } .ml-45 { margin-left: 45px !important; } .ml-50 { margin-left: 50px !important; } .ml-55 { margin-left: 55px !important; } .ml-60 { margin-left: 60px !important; } .ml-65 { margin-left: 65px !important; } .ml-70 { margin-left: 70px !important; } .ml-75 { margin-left: 75px !important; } .ml-80 { margin-left: 80px !important; } .ml-85 { margin-left: 85px !important; } .ml-90 { margin-left: 90px !important; } .ml-95 { margin-left: 95px !important; } .ml-100 { margin-left: 100px !important; } .mr-0 { margin-right: 0px !important; } .mr-5 { margin-right: 5px !important; } .mr-10 { margin-right: 10px !important; } .mr-15 { margin-right: 15px !important; } .mr-20 { margin-right: 20px !important; } .mr-25 { margin-right: 25px !important; } .mr-30 { margin-right: 30px !important; } .mr-35 { margin-right: 35px !important; } .mr-40 { margin-right: 40px !important; } .mr-45 { margin-right: 45px !important; } .mr-50 { margin-right: 50px !important; } .mr-55 { margin-right: 55px !important; } .mr-60 { margin-right: 60px !important; } .mr-65 { margin-right: 65px !important; } .mr-70 { margin-right: 70px !important; } .mr-75 { margin-right: 75px !important; } .mr-80 { margin-right: 80px !important; } .mr-85 { margin-right: 85px !important; } .mr-90 { margin-right: 90px !important; } .mr-95 { margin-right: 95px !important; } .mr-100 { margin-right: 100px !important; } .mx-0 { margin-left: 0px !important; margin-right: 0px !important; } .mx-5 { margin-left: 5px !important; margin-right: 5px !important; } .mx-10 { margin-left: 10px !important; margin-right: 10px !important; } .mx-15 { margin-left: 15px !important; margin-right: 15px !important; } .mx-20 { margin-left: 20px !important; margin-right: 20px !important; } .mx-25 { margin-left: 25px !important; margin-right: 25px !important; } .mx-30 { margin-left: 30px !important; margin-right: 30px !important; } .mx-35 { margin-left: 35px !important; margin-right: 35px !important; } .mx-40 { margin-left: 40px !important; margin-right: 40px !important; } .mx-45 { margin-left: 45px !important; margin-right: 45px !important; } .mx-50 { margin-left: 50px !important; margin-right: 50px !important; } .mx-55 { margin-left: 55px !important; margin-right: 55px !important; } .mx-60 { margin-left: 60px !important; margin-right: 60px !important; } .mx-65 { margin-left: 65px !important; margin-right: 65px !important; } .mx-70 { margin-left: 70px !important; margin-right: 70px !important; } .mx-75 { margin-left: 75px !important; margin-right: 75px !important; } .mx-80 { margin-left: 80px !important; margin-right: 80px !important; } .mx-85 { margin-left: 85px !important; margin-right: 85px !important; } .mx-90 { margin-left: 90px !important; margin-right: 90px !important; } .mx-95 { margin-left: 95px !important; margin-right: 95px !important; } .mx-100 { margin-left: 100px !important; margin-right: 100px !important; } .my-0 { margin-top: 0px !important; margin-bottom: 0px !important; } .my-5 { margin-top: 5px !important; margin-bottom: 5px !important; } .my-10 { margin-top: 10px !important; margin-bottom: 10px !important; } .my-15 { margin-top: 15px !important; margin-bottom: 15px !important; } .my-20 { margin-top: 20px !important; margin-bottom: 20px !important; } .my-25 { margin-top: 25px !important; margin-bottom: 25px !important; } .my-30 { margin-top: 30px !important; margin-bottom: 30px !important; } .my-35 { margin-top: 35px !important; margin-bottom: 35px !important; } .my-40 { margin-top: 40px !important; margin-bottom: 40px !important; } .my-45 { margin-top: 45px !important; margin-bottom: 45px !important; } .my-50 { margin-top: 50px !important; margin-bottom: 50px !important; } .my-55 { margin-top: 55px !important; margin-bottom: 55px !important; } .my-60 { margin-top: 60px !important; margin-bottom: 60px !important; } .my-65 { margin-top: 65px !important; margin-bottom: 65px !important; } .my-70 { margin-top: 70px !important; margin-bottom: 70px !important; } .my-75 { margin-top: 75px !important; margin-bottom: 75px !important; } .my-80 { margin-top: 80px !important; margin-bottom: 80px !important; } .my-85 { margin-top: 85px !important; margin-bottom: 85px !important; } .my-90 { margin-top: 90px !important; margin-bottom: 90px !important; } .my-95 { margin-top: 95px !important; margin-bottom: 95px !important; } .my-100 { margin-top: 100px !important; margin-bottom: 100px !important; } @media (min-width: 576px) { .ma-sm-0 { margin: 0px !important; } .ma-sm-5 { margin: 5px !important; } .ma-sm-10 { margin: 10px !important; } .ma-sm-15 { margin: 15px !important; } .ma-sm-20 { margin: 20px !important; } .ma-sm-25 { margin: 25px !important; } .ma-sm-30 { margin: 30px !important; } .ma-sm-35 { margin: 35px !important; } .ma-sm-40 { margin: 40px !important; } .ma-sm-45 { margin: 45px !important; } .ma-sm-50 { margin: 50px !important; } .ma-sm-55 { margin: 55px !important; } .ma-sm-60 { margin: 60px !important; } .ma-sm-65 { margin: 65px !important; } .ma-sm-70 { margin: 70px !important; } .ma-sm-75 { margin: 75px !important; } .ma-sm-80 { margin: 80px !important; } .ma-sm-85 { margin: 85px !important; } .ma-sm-90 { margin: 90px !important; } .ma-sm-95 { margin: 95px !important; } .ma-sm-100 { margin: 100px !important; } .mt-sm-0 { margin-top: 0px !important; } .mt-sm-5 { margin-top: 5px !important; } .mt-sm-10 { margin-top: 10px !important; } .mt-sm-15 { margin-top: 15px !important; } .mt-sm-20 { margin-top: 20px !important; } .mt-sm-25 { margin-top: 25px !important; } .mt-sm-30 { margin-top: 30px !important; } .mt-sm-35 { margin-top: 35px !important; } .mt-sm-40 { margin-top: 40px !important; } .mt-sm-45 { margin-top: 45px !important; } .mt-sm-50 { margin-top: 50px !important; } .mt-sm-55 { margin-top: 55px !important; } .mt-sm-60 { margin-top: 60px !important; } .mt-sm-65 { margin-top: 65px !important; } .mt-sm-70 { margin-top: 70px !important; } .mt-sm-75 { margin-top: 75px !important; } .mt-sm-80 { margin-top: 80px !important; } .mt-sm-85 { margin-top: 85px !important; } .mt-sm-90 { margin-top: 90px !important; } .mt-sm-95 { margin-top: 95px !important; } .mt-sm-100 { margin-top: 100px !important; } .mb-sm-0 { margin-bottom: 0px !important; } .mb-sm-5 { margin-bottom: 5px !important; } .mb-sm-10 { margin-bottom: 10px !important; } .mb-sm-15 { margin-bottom: 15px !important; } .mb-sm-20 { margin-bottom: 20px !important; } .mb-sm-25 { margin-bottom: 25px !important; } .mb-sm-30 { margin-bottom: 30px !important; } .mb-sm-35 { margin-bottom: 35px !important; } .mb-sm-40 { margin-bottom: 40px !important; } .mb-sm-45 { margin-bottom: 45px !important; } .mb-sm-50 { margin-bottom: 50px !important; } .mb-sm-55 { margin-bottom: 55px !important; } .mb-sm-60 { margin-bottom: 60px !important; } .mb-sm-65 { margin-bottom: 65px !important; } .mb-sm-70 { margin-bottom: 70px !important; } .mb-sm-75 { margin-bottom: 75px !important; } .mb-sm-80 { margin-bottom: 80px !important; } .mb-sm-85 { margin-bottom: 85px !important; } .mb-sm-90 { margin-bottom: 90px !important; } .mb-sm-95 { margin-bottom: 95px !important; } .mb-sm-100 { margin-bottom: 100px !important; } .ml-sm-0 { margin-left: 0px !important; } .ml-sm-5 { margin-left: 5px !important; } .ml-sm-10 { margin-left: 10px !important; } .ml-sm-15 { margin-left: 15px !important; } .ml-sm-20 { margin-left: 20px !important; } .ml-sm-25 { margin-left: 25px !important; } .ml-sm-30 { margin-left: 30px !important; } .ml-sm-35 { margin-left: 35px !important; } .ml-sm-40 { margin-left: 40px !important; } .ml-sm-45 { margin-left: 45px !important; } .ml-sm-50 { margin-left: 50px !important; } .ml-sm-55 { margin-left: 55px !important; } .ml-sm-60 { margin-left: 60px !important; } .ml-sm-65 { margin-left: 65px !important; } .ml-sm-70 { margin-left: 70px !important; } .ml-sm-75 { margin-left: 75px !important; } .ml-sm-80 { margin-left: 80px !important; } .ml-sm-85 { margin-left: 85px !important; } .ml-sm-90 { margin-left: 90px !important; } .ml-sm-95 { margin-left: 95px !important; } .ml-sm-100 { margin-left: 100px !important; } .mr-sm-0 { margin-right: 0px !important; } .mr-sm-5 { margin-right: 5px !important; } .mr-sm-10 { margin-right: 10px !important; } .mr-sm-15 { margin-right: 15px !important; } .mr-sm-20 { margin-right: 20px !important; } .mr-sm-25 { margin-right: 25px !important; } .mr-sm-30 { margin-right: 30px !important; } .mr-sm-35 { margin-right: 35px !important; } .mr-sm-40 { margin-right: 40px !important; } .mr-sm-45 { margin-right: 45px !important; } .mr-sm-50 { margin-right: 50px !important; } .mr-sm-55 { margin-right: 55px !important; } .mr-sm-60 { margin-right: 60px !important; } .mr-sm-65 { margin-right: 65px !important; } .mr-sm-70 { margin-right: 70px !important; } .mr-sm-75 { margin-right: 75px !important; } .mr-sm-80 { margin-right: 80px !important; } .mr-sm-85 { margin-right: 85px !important; } .mr-sm-90 { margin-right: 90px !important; } .mr-sm-95 { margin-right: 95px !important; } .mr-sm-100 { margin-right: 100px !important; } .mx-sm-0 { margin-left: 0px !important; margin-right: 0px !important; } .mx-sm-5 { margin-left: 5px !important; margin-right: 5px !important; } .mx-sm-10 { margin-left: 10px !important; margin-right: 10px !important; } .mx-sm-15 { margin-left: 15px !important; margin-right: 15px !important; } .mx-sm-20 { margin-left: 20px !important; margin-right: 20px !important; } .mx-sm-25 { margin-left: 25px !important; margin-right: 25px !important; } .mx-sm-30 { margin-left: 30px !important; margin-right: 30px !important; } .mx-sm-35 { margin-left: 35px !important; margin-right: 35px !important; } .mx-sm-40 { margin-left: 40px !important; margin-right: 40px !important; } .mx-sm-45 { margin-left: 45px !important; margin-right: 45px !important; } .mx-sm-50 { margin-left: 50px !important; margin-right: 50px !important; } .mx-sm-55 { margin-left: 55px !important; margin-right: 55px !important; } .mx-sm-60 { margin-left: 60px !important; margin-right: 60px !important; } .mx-sm-65 { margin-left: 65px !important; margin-right: 65px !important; } .mx-sm-70 { margin-left: 70px !important; margin-right: 70px !important; } .mx-sm-75 { margin-left: 75px !important; margin-right: 75px !important; } .mx-sm-80 { margin-left: 80px !important; margin-right: 80px !important; } .mx-sm-85 { margin-left: 85px !important; margin-right: 85px !important; } .mx-sm-90 { margin-left: 90px !important; margin-right: 90px !important; } .mx-sm-95 { margin-left: 95px !important; margin-right: 95px !important; } .mx-sm-100 { margin-left: 100px !important; margin-right: 100px !important; } .my-sm-0 { margin-top: 0px !important; margin-bottom: 0px !important; } .my-sm-5 { margin-top: 5px !important; margin-bottom: 5px !important; } .my-sm-10 { margin-top: 10px !important; margin-bottom: 10px !important; } .my-sm-15 { margin-top: 15px !important; margin-bottom: 15px !important; } .my-sm-20 { margin-top: 20px !important; margin-bottom: 20px !important; } .my-sm-25 { margin-top: 25px !important; margin-bottom: 25px !important; } .my-sm-30 { margin-top: 30px !important; margin-bottom: 30px !important; } .my-sm-35 { margin-top: 35px !important; margin-bottom: 35px !important; } .my-sm-40 { margin-top: 40px !important; margin-bottom: 40px !important; } .my-sm-45 { margin-top: 45px !important; margin-bottom: 45px !important; } .my-sm-50 { margin-top: 50px !important; margin-bottom: 50px !important; } .my-sm-55 { margin-top: 55px !important; margin-bottom: 55px !important; } .my-sm-60 { margin-top: 60px !important; margin-bottom: 60px !important; } .my-sm-65 { margin-top: 65px !important; margin-bottom: 65px !important; } .my-sm-70 { margin-top: 70px !important; margin-bottom: 70px !important; } .my-sm-75 { margin-top: 75px !important; margin-bottom: 75px !important; } .my-sm-80 { margin-top: 80px !important; margin-bottom: 80px !important; } .my-sm-85 { margin-top: 85px !important; margin-bottom: 85px !important; } .my-sm-90 { margin-top: 90px !important; margin-bottom: 90px !important; } .my-sm-95 { margin-top: 95px !important; margin-bottom: 95px !important; } .my-sm-100 { margin-top: 100px !important; margin-bottom: 100px !important; } } @media (min-width: 768px) { .ma-md-0 { margin: 0px !important; } .ma-md-5 { margin: 5px !important; } .ma-md-10 { margin: 10px !important; } .ma-md-15 { margin: 15px !important; } .ma-md-20 { margin: 20px !important; } .ma-md-25 { margin: 25px !important; } .ma-md-30 { margin: 30px !important; } .ma-md-35 { margin: 35px !important; } .ma-md-40 { margin: 40px !important; } .ma-md-45 { margin: 45px !important; } .ma-md-50 { margin: 50px !important; } .ma-md-55 { margin: 55px !important; } .ma-md-60 { margin: 60px !important; } .ma-md-65 { margin: 65px !important; } .ma-md-70 { margin: 70px !important; } .ma-md-75 { margin: 75px !important; } .ma-md-80 { margin: 80px !important; } .ma-md-85 { margin: 85px !important; } .ma-md-90 { margin: 90px !important; } .ma-md-95 { margin: 95px !important; } .ma-md-100 { margin: 100px !important; } .mt-md-0 { margin-top: 0px !important; } .mt-md-5 { margin-top: 5px !important; } .mt-md-10 { margin-top: 10px !important; } .mt-md-15 { margin-top: 15px !important; } .mt-md-20 { margin-top: 20px !important; } .mt-md-25 { margin-top: 25px !important; } .mt-md-30 { margin-top: 30px !important; } .mt-md-35 { margin-top: 35px !important; } .mt-md-40 { margin-top: 40px !important; } .mt-md-45 { margin-top: 45px !important; } .mt-md-50 { margin-top: 50px !important; } .mt-md-55 { margin-top: 55px !important; } .mt-md-60 { margin-top: 60px !important; } .mt-md-65 { margin-top: 65px !important; } .mt-md-70 { margin-top: 70px !important; } .mt-md-75 { margin-top: 75px !important; } .mt-md-80 { margin-top: 80px !important; } .mt-md-85 { margin-top: 85px !important; } .mt-md-90 { margin-top: 90px !important; } .mt-md-95 { margin-top: 95px !important; } .mt-md-100 { margin-top: 100px !important; } .mb-md-0 { margin-bottom: 0px !important; } .mb-md-5 { margin-bottom: 5px !important; } .mb-md-10 { margin-bottom: 10px !important; } .mb-md-15 { margin-bottom: 15px !important; } .mb-md-20 { margin-bottom: 20px !important; } .mb-md-25 { margin-bottom: 25px !important; } .mb-md-30 { margin-bottom: 30px !important; } .mb-md-35 { margin-bottom: 35px !important; } .mb-md-40 { margin-bottom: 40px !important; } .mb-md-45 { margin-bottom: 45px !important; } .mb-md-50 { margin-bottom: 50px !important; } .mb-md-55 { margin-bottom: 55px !important; } .mb-md-60 { margin-bottom: 60px !important; } .mb-md-65 { margin-bottom: 65px !important; } .mb-md-70 { margin-bottom: 70px !important; } .mb-md-75 { margin-bottom: 75px !important; } .mb-md-80 { margin-bottom: 80px !important; } .mb-md-85 { margin-bottom: 85px !important; } .mb-md-90 { margin-bottom: 90px !important; } .mb-md-95 { margin-bottom: 95px !important; } .mb-md-100 { margin-bottom: 100px !important; } .ml-md-0 { margin-left: 0px !important; } .ml-md-5 { margin-left: 5px !important; } .ml-md-10 { margin-left: 10px !important; } .ml-md-15 { margin-left: 15px !important; } .ml-md-20 { margin-left: 20px !important; } .ml-md-25 { margin-left: 25px !important; } .ml-md-30 { margin-left: 30px !important; } .ml-md-35 { margin-left: 35px !important; } .ml-md-40 { margin-left: 40px !important; } .ml-md-45 { margin-left: 45px !important; } .ml-md-50 { margin-left: 50px !important; } .ml-md-55 { margin-left: 55px !important; } .ml-md-60 { margin-left: 60px !important; } .ml-md-65 { margin-left: 65px !important; } .ml-md-70 { margin-left: 70px !important; } .ml-md-75 { margin-left: 75px !important; } .ml-md-80 { margin-left: 80px !important; } .ml-md-85 { margin-left: 85px !important; } .ml-md-90 { margin-left: 90px !important; } .ml-md-95 { margin-left: 95px !important; } .ml-md-100 { margin-left: 100px !important; } .mr-md-0 { margin-right: 0px !important; } .mr-md-5 { margin-right: 5px !important; } .mr-md-10 { margin-right: 10px !important; } .mr-md-15 { margin-right: 15px !important; } .mr-md-20 { margin-right: 20px !important; } .mr-md-25 { margin-right: 25px !important; } .mr-md-30 { margin-right: 30px !important; } .mr-md-35 { margin-right: 35px !important; } .mr-md-40 { margin-right: 40px !important; } .mr-md-45 { margin-right: 45px !important; } .mr-md-50 { margin-right: 50px !important; } .mr-md-55 { margin-right: 55px !important; } .mr-md-60 { margin-right: 60px !important; } .mr-md-65 { margin-right: 65px !important; } .mr-md-70 { margin-right: 70px !important; } .mr-md-75 { margin-right: 75px !important; } .mr-md-80 { margin-right: 80px !important; } .mr-md-85 { margin-right: 85px !important; } .mr-md-90 { margin-right: 90px !important; } .mr-md-95 { margin-right: 95px !important; } .mr-md-100 { margin-right: 100px !important; } .mx-md-0 { margin-left: 0px !important; margin-right: 0px !important; } .mx-md-5 { margin-left: 5px !important; margin-right: 5px !important; } .mx-md-10 { margin-left: 10px !important; margin-right: 10px !important; } .mx-md-15 { margin-left: 15px !important; margin-right: 15px !important; } .mx-md-20 { margin-left: 20px !important; margin-right: 20px !important; } .mx-md-25 { margin-left: 25px !important; margin-right: 25px !important; } .mx-md-30 { margin-left: 30px !important; margin-right: 30px !important; } .mx-md-35 { margin-left: 35px !important; margin-right: 35px !important; } .mx-md-40 { margin-left: 40px !important; margin-right: 40px !important; } .mx-md-45 { margin-left: 45px !important; margin-right: 45px !important; } .mx-md-50 { margin-left: 50px !important; margin-right: 50px !important; } .mx-md-55 { margin-left: 55px !important; margin-right: 55px !important; } .mx-md-60 { margin-left: 60px !important; margin-right: 60px !important; } .mx-md-65 { margin-left: 65px !important; margin-right: 65px !important; } .mx-md-70 { margin-left: 70px !important; margin-right: 70px !important; } .mx-md-75 { margin-left: 75px !important; margin-right: 75px !important; } .mx-md-80 { margin-left: 80px !important; margin-right: 80px !important; } .mx-md-85 { margin-left: 85px !important; margin-right: 85px !important; } .mx-md-90 { margin-left: 90px !important; margin-right: 90px !important; } .mx-md-95 { margin-left: 95px !important; margin-right: 95px !important; } .mx-md-100 { margin-left: 100px !important; margin-right: 100px !important; } .my-md-0 { margin-top: 0px !important; margin-bottom: 0px !important; } .my-md-5 { margin-top: 5px !important; margin-bottom: 5px !important; } .my-md-10 { margin-top: 10px !important; margin-bottom: 10px !important; } .my-md-15 { margin-top: 15px !important; margin-bottom: 15px !important; } .my-md-20 { margin-top: 20px !important; margin-bottom: 20px !important; } .my-md-25 { margin-top: 25px !important; margin-bottom: 25px !important; } .my-md-30 { margin-top: 30px !important; margin-bottom: 30px !important; } .my-md-35 { margin-top: 35px !important; margin-bottom: 35px !important; } .my-md-40 { margin-top: 40px !important; margin-bottom: 40px !important; } .my-md-45 { margin-top: 45px !important; margin-bottom: 45px !important; } .my-md-50 { margin-top: 50px !important; margin-bottom: 50px !important; } .my-md-55 { margin-top: 55px !important; margin-bottom: 55px !important; } .my-md-60 { margin-top: 60px !important; margin-bottom: 60px !important; } .my-md-65 { margin-top: 65px !important; margin-bottom: 65px !important; } .my-md-70 { margin-top: 70px !important; margin-bottom: 70px !important; } .my-md-75 { margin-top: 75px !important; margin-bottom: 75px !important; } .my-md-80 { margin-top: 80px !important; margin-bottom: 80px !important; } .my-md-85 { margin-top: 85px !important; margin-bottom: 85px !important; } .my-md-90 { margin-top: 90px !important; margin-bottom: 90px !important; } .my-md-95 { margin-top: 95px !important; margin-bottom: 95px !important; } .my-md-100 { margin-top: 100px !important; margin-bottom: 100px !important; } } @media (min-width: 992px) { .ma-lg-0 { margin: 0px !important; } .ma-lg-5 { margin: 5px !important; } .ma-lg-10 { margin: 10px !important; } .ma-lg-15 { margin: 15px !important; } .ma-lg-20 { margin: 20px !important; } .ma-lg-25 { margin: 25px !important; } .ma-lg-30 { margin: 30px !important; } .ma-lg-35 { margin: 35px !important; } .ma-lg-40 { margin: 40px !important; } .ma-lg-45 { margin: 45px !important; } .ma-lg-50 { margin: 50px !important; } .ma-lg-55 { margin: 55px !important; } .ma-lg-60 { margin: 60px !important; } .ma-lg-65 { margin: 65px !important; } .ma-lg-70 { margin: 70px !important; } .ma-lg-75 { margin: 75px !important; } .ma-lg-80 { margin: 80px !important; } .ma-lg-85 { margin: 85px !important; } .ma-lg-90 { margin: 90px !important; } .ma-lg-95 { margin: 95px !important; } .ma-lg-100 { margin: 100px !important; } .mt-lg-0 { margin-top: 0px !important; } .mt-lg-5 { margin-top: 5px !important; } .mt-lg-10 { margin-top: 10px !important; } .mt-lg-15 { margin-top: 15px !important; } .mt-lg-20 { margin-top: 20px !important; } .mt-lg-25 { margin-top: 25px !important; } .mt-lg-30 { margin-top: 30px !important; } .mt-lg-35 { margin-top: 35px !important; } .mt-lg-40 { margin-top: 40px !important; } .mt-lg-45 { margin-top: 45px !important; } .mt-lg-50 { margin-top: 50px !important; } .mt-lg-55 { margin-top: 55px !important; } .mt-lg-60 { margin-top: 60px !important; } .mt-lg-65 { margin-top: 65px !important; } .mt-lg-70 { margin-top: 70px !important; } .mt-lg-75 { margin-top: 75px !important; } .mt-lg-80 { margin-top: 80px !important; } .mt-lg-85 { margin-top: 85px !important; } .mt-lg-90 { margin-top: 90px !important; } .mt-lg-95 { margin-top: 95px !important; } .mt-lg-100 { margin-top: 100px !important; } .mb-lg-0 { margin-bottom: 0px !important; } .mb-lg-5 { margin-bottom: 5px !important; } .mb-lg-10 { margin-bottom: 10px !important; } .mb-lg-15 { margin-bottom: 15px !important; } .mb-lg-20 { margin-bottom: 20px !important; } .mb-lg-25 { margin-bottom: 25px !important; } .mb-lg-30 { margin-bottom: 30px !important; } .mb-lg-35 { margin-bottom: 35px !important; } .mb-lg-40 { margin-bottom: 40px !important; } .mb-lg-45 { margin-bottom: 45px !important; } .mb-lg-50 { margin-bottom: 50px !important; } .mb-lg-55 { margin-bottom: 55px !important; } .mb-lg-60 { margin-bottom: 60px !important; } .mb-lg-65 { margin-bottom: 65px !important; } .mb-lg-70 { margin-bottom: 70px !important; } .mb-lg-75 { margin-bottom: 75px !important; } .mb-lg-80 { margin-bottom: 80px !important; } .mb-lg-85 { margin-bottom: 85px !important; } .mb-lg-90 { margin-bottom: 90px !important; } .mb-lg-95 { margin-bottom: 95px !important; } .mb-lg-100 { margin-bottom: 100px !important; } .ml-lg-0 { margin-left: 0px !important; } .ml-lg-5 { margin-left: 5px !important; } .ml-lg-10 { margin-left: 10px !important; } .ml-lg-15 { margin-left: 15px !important; } .ml-lg-20 { margin-left: 20px !important; } .ml-lg-25 { margin-left: 25px !important; } .ml-lg-30 { margin-left: 30px !important; } .ml-lg-35 { margin-left: 35px !important; } .ml-lg-40 { margin-left: 40px !important; } .ml-lg-45 { margin-left: 45px !important; } .ml-lg-50 { margin-left: 50px !important; } .ml-lg-55 { margin-left: 55px !important; } .ml-lg-60 { margin-left: 60px !important; } .ml-lg-65 { margin-left: 65px !important; } .ml-lg-70 { margin-left: 70px !important; } .ml-lg-75 { margin-left: 75px !important; } .ml-lg-80 { margin-left: 80px !important; } .ml-lg-85 { margin-left: 85px !important; } .ml-lg-90 { margin-left: 90px !important; } .ml-lg-95 { margin-left: 95px !important; } .ml-lg-100 { margin-left: 100px !important; } .mr-lg-0 { margin-right: 0px !important; } .mr-lg-5 { margin-right: 5px !important; } .mr-lg-10 { margin-right: 10px !important; } .mr-lg-15 { margin-right: 15px !important; } .mr-lg-20 { margin-right: 20px !important; } .mr-lg-25 { margin-right: 25px !important; } .mr-lg-30 { margin-right: 30px !important; } .mr-lg-35 { margin-right: 35px !important; } .mr-lg-40 { margin-right: 40px !important; } .mr-lg-45 { margin-right: 45px !important; } .mr-lg-50 { margin-right: 50px !important; } .mr-lg-55 { margin-right: 55px !important; } .mr-lg-60 { margin-right: 60px !important; } .mr-lg-65 { margin-right: 65px !important; } .mr-lg-70 { margin-right: 70px !important; } .mr-lg-75 { margin-right: 75px !important; } .mr-lg-80 { margin-right: 80px !important; } .mr-lg-85 { margin-right: 85px !important; } .mr-lg-90 { margin-right: 90px !important; } .mr-lg-95 { margin-right: 95px !important; } .mr-lg-100 { margin-right: 100px !important; } .mx-lg-0 { margin-left: 0px !important; margin-right: 0px !important; } .mx-lg-5 { margin-left: 5px !important; margin-right: 5px !important; } .mx-lg-10 { margin-left: 10px !important; margin-right: 10px !important; } .mx-lg-15 { margin-left: 15px !important; margin-right: 15px !important; } .mx-lg-20 { margin-left: 20px !important; margin-right: 20px !important; } .mx-lg-25 { margin-left: 25px !important; margin-right: 25px !important; } .mx-lg-30 { margin-left: 30px !important; margin-right: 30px !important; } .mx-lg-35 { margin-left: 35px !important; margin-right: 35px !important; } .mx-lg-40 { margin-left: 40px !important; margin-right: 40px !important; } .mx-lg-45 { margin-left: 45px !important; margin-right: 45px !important; } .mx-lg-50 { margin-left: 50px !important; margin-right: 50px !important; } .mx-lg-55 { margin-left: 55px !important; margin-right: 55px !important; } .mx-lg-60 { margin-left: 60px !important; margin-right: 60px !important; } .mx-lg-65 { margin-left: 65px !important; margin-right: 65px !important; } .mx-lg-70 { margin-left: 70px !important; margin-right: 70px !important; } .mx-lg-75 { margin-left: 75px !important; margin-right: 75px !important; } .mx-lg-80 { margin-left: 80px !important; margin-right: 80px !important; } .mx-lg-85 { margin-left: 85px !important; margin-right: 85px !important; } .mx-lg-90 { margin-left: 90px !important; margin-right: 90px !important; } .mx-lg-95 { margin-left: 95px !important; margin-right: 95px !important; } .mx-lg-100 { margin-left: 100px !important; margin-right: 100px !important; } .my-lg-0 { margin-top: 0px !important; margin-bottom: 0px !important; } .my-lg-5 { margin-top: 5px !important; margin-bottom: 5px !important; } .my-lg-10 { margin-top: 10px !important; margin-bottom: 10px !important; } .my-lg-15 { margin-top: 15px !important; margin-bottom: 15px !important; } .my-lg-20 { margin-top: 20px !important; margin-bottom: 20px !important; } .my-lg-25 { margin-top: 25px !important; margin-bottom: 25px !important; } .my-lg-30 { margin-top: 30px !important; margin-bottom: 30px !important; } .my-lg-35 { margin-top: 35px !important; margin-bottom: 35px !important; } .my-lg-40 { margin-top: 40px !important; margin-bottom: 40px !important; } .my-lg-45 { margin-top: 45px !important; margin-bottom: 45px !important; } .my-lg-50 { margin-top: 50px !important; margin-bottom: 50px !important; } .my-lg-55 { margin-top: 55px !important; margin-bottom: 55px !important; } .my-lg-60 { margin-top: 60px !important; margin-bottom: 60px !important; } .my-lg-65 { margin-top: 65px !important; margin-bottom: 65px !important; } .my-lg-70 { margin-top: 70px !important; margin-bottom: 70px !important; } .my-lg-75 { margin-top: 75px !important; margin-bottom: 75px !important; } .my-lg-80 { margin-top: 80px !important; margin-bottom: 80px !important; } .my-lg-85 { margin-top: 85px !important; margin-bottom: 85px !important; } .my-lg-90 { margin-top: 90px !important; margin-bottom: 90px !important; } .my-lg-95 { margin-top: 95px !important; margin-bottom: 95px !important; } .my-lg-100 { margin-top: 100px !important; margin-bottom: 100px !important; } } @media (min-width: 1200px) { .ma-xl-0 { margin: 0px !important; } .ma-xl-5 { margin: 5px !important; } .ma-xl-10 { margin: 10px !important; } .ma-xl-15 { margin: 15px !important; } .ma-xl-20 { margin: 20px !important; } .ma-xl-25 { margin: 25px !important; } .ma-xl-30 { margin: 30px !important; } .ma-xl-35 { margin: 35px !important; } .ma-xl-40 { margin: 40px !important; } .ma-xl-45 { margin: 45px !important; } .ma-xl-50 { margin: 50px !important; } .ma-xl-55 { margin: 55px !important; } .ma-xl-60 { margin: 60px !important; } .ma-xl-65 { margin: 65px !important; } .ma-xl-70 { margin: 70px !important; } .ma-xl-75 { margin: 75px !important; } .ma-xl-80 { margin: 80px !important; } .ma-xl-85 { margin: 85px !important; } .ma-xl-90 { margin: 90px !important; } .ma-xl-95 { margin: 95px !important; } .ma-xl-100 { margin: 100px !important; } .mt-xl-0 { margin-top: 0px !important; } .mt-xl-5 { margin-top: 5px !important; } .mt-xl-10 { margin-top: 10px !important; } .mt-xl-15 { margin-top: 15px !important; } .mt-xl-20 { margin-top: 20px !important; } .mt-xl-25 { margin-top: 25px !important; } .mt-xl-30 { margin-top: 30px !important; } .mt-xl-35 { margin-top: 35px !important; } .mt-xl-40 { margin-top: 40px !important; } .mt-xl-45 { margin-top: 45px !important; } .mt-xl-50 { margin-top: 50px !important; } .mt-xl-55 { margin-top: 55px !important; } .mt-xl-60 { margin-top: 60px !important; } .mt-xl-65 { margin-top: 65px !important; } .mt-xl-70 { margin-top: 70px !important; } .mt-xl-75 { margin-top: 75px !important; } .mt-xl-80 { margin-top: 80px !important; } .mt-xl-85 { margin-top: 85px !important; } .mt-xl-90 { margin-top: 90px !important; } .mt-xl-95 { margin-top: 95px !important; } .mt-xl-100 { margin-top: 100px !important; } .mb-xl-0 { margin-bottom: 0px !important; } .mb-xl-5 { margin-bottom: 5px !important; } .mb-xl-10 { margin-bottom: 10px !important; } .mb-xl-15 { margin-bottom: 15px !important; } .mb-xl-20 { margin-bottom: 20px !important; } .mb-xl-25 { margin-bottom: 25px !important; } .mb-xl-30 { margin-bottom: 30px !important; } .mb-xl-35 { margin-bottom: 35px !important; } .mb-xl-40 { margin-bottom: 40px !important; } .mb-xl-45 { margin-bottom: 45px !important; } .mb-xl-50 { margin-bottom: 50px !important; } .mb-xl-55 { margin-bottom: 55px !important; } .mb-xl-60 { margin-bottom: 60px !important; } .mb-xl-65 { margin-bottom: 65px !important; } .mb-xl-70 { margin-bottom: 70px !important; } .mb-xl-75 { margin-bottom: 75px !important; } .mb-xl-80 { margin-bottom: 80px !important; } .mb-xl-85 { margin-bottom: 85px !important; } .mb-xl-90 { margin-bottom: 90px !important; } .mb-xl-95 { margin-bottom: 95px !important; } .mb-xl-100 { margin-bottom: 100px !important; } .ml-xl-0 { margin-left: 0px !important; } .ml-xl-5 { margin-left: 5px !important; } .ml-xl-10 { margin-left: 10px !important; } .ml-xl-15 { margin-left: 15px !important; } .ml-xl-20 { margin-left: 20px !important; } .ml-xl-25 { margin-left: 25px !important; } .ml-xl-30 { margin-left: 30px !important; } .ml-xl-35 { margin-left: 35px !important; } .ml-xl-40 { margin-left: 40px !important; } .ml-xl-45 { margin-left: 45px !important; } .ml-xl-50 { margin-left: 50px !important; } .ml-xl-55 { margin-left: 55px !important; } .ml-xl-60 { margin-left: 60px !important; } .ml-xl-65 { margin-left: 65px !important; } .ml-xl-70 { margin-left: 70px !important; } .ml-xl-75 { margin-left: 75px !important; } .ml-xl-80 { margin-left: 80px !important; } .ml-xl-85 { margin-left: 85px !important; } .ml-xl-90 { margin-left: 90px !important; } .ml-xl-95 { margin-left: 95px !important; } .ml-xl-100 { margin-left: 100px !important; } .mr-xl-0 { margin-right: 0px !important; } .mr-xl-5 { margin-right: 5px !important; } .mr-xl-10 { margin-right: 10px !important; } .mr-xl-15 { margin-right: 15px !important; } .mr-xl-20 { margin-right: 20px !important; } .mr-xl-25 { margin-right: 25px !important; } .mr-xl-30 { margin-right: 30px !important; } .mr-xl-35 { margin-right: 35px !important; } .mr-xl-40 { margin-right: 40px !important; } .mr-xl-45 { margin-right: 45px !important; } .mr-xl-50 { margin-right: 50px !important; } .mr-xl-55 { margin-right: 55px !important; } .mr-xl-60 { margin-right: 60px !important; } .mr-xl-65 { margin-right: 65px !important; } .mr-xl-70 { margin-right: 70px !important; } .mr-xl-75 { margin-right: 75px !important; } .mr-xl-80 { margin-right: 80px !important; } .mr-xl-85 { margin-right: 85px !important; } .mr-xl-90 { margin-right: 90px !important; } .mr-xl-95 { margin-right: 95px !important; } .mr-xl-100 { margin-right: 100px !important; } .mx-xl-0 { margin-left: 0px !important; margin-right: 0px !important; } .mx-xl-5 { margin-left: 5px !important; margin-right: 5px !important; } .mx-xl-10 { margin-left: 10px !important; margin-right: 10px !important; } .mx-xl-15 { margin-left: 15px !important; margin-right: 15px !important; } .mx-xl-20 { margin-left: 20px !important; margin-right: 20px !important; } .mx-xl-25 { margin-left: 25px !important; margin-right: 25px !important; } .mx-xl-30 { margin-left: 30px !important; margin-right: 30px !important; } .mx-xl-35 { margin-left: 35px !important; margin-right: 35px !important; } .mx-xl-40 { margin-left: 40px !important; margin-right: 40px !important; } .mx-xl-45 { margin-left: 45px !important; margin-right: 45px !important; } .mx-xl-50 { margin-left: 50px !important; margin-right: 50px !important; } .mx-xl-55 { margin-left: 55px !important; margin-right: 55px !important; } .mx-xl-60 { margin-left: 60px !important; margin-right: 60px !important; } .mx-xl-65 { margin-left: 65px !important; margin-right: 65px !important; } .mx-xl-70 { margin-left: 70px !important; margin-right: 70px !important; } .mx-xl-75 { margin-left: 75px !important; margin-right: 75px !important; } .mx-xl-80 { margin-left: 80px !important; margin-right: 80px !important; } .mx-xl-85 { margin-left: 85px !important; margin-right: 85px !important; } .mx-xl-90 { margin-left: 90px !important; margin-right: 90px !important; } .mx-xl-95 { margin-left: 95px !important; margin-right: 95px !important; } .mx-xl-100 { margin-left: 100px !important; margin-right: 100px !important; } .my-xl-0 { margin-top: 0px !important; margin-bottom: 0px !important; } .my-xl-5 { margin-top: 5px !important; margin-bottom: 5px !important; } .my-xl-10 { margin-top: 10px !important; margin-bottom: 10px !important; } .my-xl-15 { margin-top: 15px !important; margin-bottom: 15px !important; } .my-xl-20 { margin-top: 20px !important; margin-bottom: 20px !important; } .my-xl-25 { margin-top: 25px !important; margin-bottom: 25px !important; } .my-xl-30 { margin-top: 30px !important; margin-bottom: 30px !important; } .my-xl-35 { margin-top: 35px !important; margin-bottom: 35px !important; } .my-xl-40 { margin-top: 40px !important; margin-bottom: 40px !important; } .my-xl-45 { margin-top: 45px !important; margin-bottom: 45px !important; } .my-xl-50 { margin-top: 50px !important; margin-bottom: 50px !important; } .my-xl-55 { margin-top: 55px !important; margin-bottom: 55px !important; } .my-xl-60 { margin-top: 60px !important; margin-bottom: 60px !important; } .my-xl-65 { margin-top: 65px !important; margin-bottom: 65px !important; } .my-xl-70 { margin-top: 70px !important; margin-bottom: 70px !important; } .my-xl-75 { margin-top: 75px !important; margin-bottom: 75px !important; } .my-xl-80 { margin-top: 80px !important; margin-bottom: 80px !important; } .my-xl-85 { margin-top: 85px !important; margin-bottom: 85px !important; } .my-xl-90 { margin-top: 90px !important; margin-bottom: 90px !important; } .my-xl-95 { margin-top: 95px !important; margin-bottom: 95px !important; } .my-xl-100 { margin-top: 100px !important; margin-bottom: 100px !important; } } /*Background Colors*/ .bg-sky-light-5 { background-color: #edf9fe !important; } .bg-sky-light-4 { background-color: #b2e6fa !important; } .bg-sky-light-3 { background-color: #7fd5f7 !important; } .bg-sky-light-2 { background-color: #52c7f5 !important; } .bg-sky-light-1 { background-color: #21b7f2 !important; } .bg-sky { background-color: #00acf0 !important; } .bg-sky-dark-5 { background-color: #075875 !important; } .bg-sky-dark-4 { background-color: #02729a !important; } .bg-sky-dark-3 { background-color: #0285b4 !important; } .bg-sky-dark-2 { background-color: #0293c9 !important; } .bg-sky-dark-1 { background-color: #00a0df !important; } .bg-green-light-5 { background-color: #eff9f2 !important; } .bg-green-light-4 { background-color: #bce7c7 !important; } .bg-green-light-3 { background-color: #90d7a3 !important; } .bg-green-light-2 { background-color: #69c982 !important; } .bg-green-light-1 { background-color: #3fb95f !important; } .bg-green, .bg-success { background-color: #22af47 !important; } .bg-green-dark-5 { background-color: #05592b !important; } .bg-green-dark-4 { background-color: #056b33 !important; } .bg-green-dark-3 { background-color: #138431 !important; } .bg-green-dark-2 { background-color: #179237 !important; } .bg-green-dark-1 { background-color: #1aa23e !important; } .bg-yellow-light-5 { background-color: #fff8eb !important; } .bg-yellow-light-4 { background-color: #ffecc2 !important; } .bg-yellow-light-3 { background-color: #ffdf9a !important; } .bg-yellow-light-2 { background-color: #ffd477 !important; } .bg-yellow-light-1 { background-color: #ffc750 !important; } .bg-yellow, .bg-warning { background-color: #ffbf36 !important; } .bg-yellow-dark-5 { background-color: #cb7e03 !important; } .bg-yellow-dark-4 { background-color: #eb9000 !important; } .bg-yellow-dark-3 { background-color: #faa000 !important; } .bg-yellow-dark-2 { background-color: #ffac19 !important; } .bg-yellow-dark-1 { background-color: #ffb71d !important; } .bg-red-light-5 { background-color: #fff1f1 !important; } .bg-red-light-4 { background-color: #fdc5c3 !important; } .bg-red-light-3 { background-color: #fb9f9b !important; } .bg-red-light-2 { background-color: #fa7d77 !important; } .bg-red-light-1 { background-color: #f95851 !important; } .bg-red, .bg-danger { background-color: #f83f37 !important; } .bg-red-dark-5 { background-color: #8b0c12 !important; } .bg-red-dark-4 { background-color: #b10911 !important; } .bg-red-dark-3 { background-color: #cf020d !important; } .bg-red-dark-2 { background-color: #ed1622 !important; } .bg-red-dark-1 { background-color: #ff2f26 !important; } .bg-blue-light-5 { background-color: #edf7fe !important; } .bg-blue-light-4 { background-color: #b2defa !important; } .bg-blue-light-3 { background-color: #7fc8f6 !important; } .bg-blue-light-2 { background-color: #52b5f3 !important; } .bg-blue-light-1 { background-color: #21a0f0 !important; } .bg-blue { background-color: #0092ee !important; } .bg-blue-dark-5 { background-color: #044067 !important; } .bg-blue-dark-4 { background-color: #004f82 !important; } .bg-blue-dark-3 { background-color: #0768a5 !important; } .bg-blue-dark-2 { background-color: #007fd0 !important; } .bg-blue-dark-1 { background-color: #0089e0 !important; } .bg-cyan-light-5 { background-color: #effafb !important; } .bg-cyan-light-4 { background-color: #bbebf0 !important; } .bg-cyan-light-3 { background-color: #8edde6 !important; } .bg-cyan-light-2 { background-color: #66d2dd !important; } .bg-cyan-light-1 { background-color: #3bc5d3 !important; } .bg-cyan, .bg-info { background-color: #1ebccd !important; } .bg-cyan-dark-5 { background-color: #065459 !important; } .bg-cyan-dark-4 { background-color: #046b73 !important; } .bg-cyan-dark-3 { background-color: #0b858f !important; } .bg-cyan-dark-2 { background-color: #0e949f !important; } .bg-cyan-dark-1 { background-color: #16a9b9 !important; } .bg-grey-light-5, .bg-secondary-light-5 { background-color: #f5f5f5 !important; } .bg-grey-light-4, .bg-secondary-light-4 { background-color: #e2e2e2 !important; } .bg-grey-light-3, .bg-secondary-light-3 { background-color: #cecece !important; } .bg-grey-light-2, .bg-secondary-light-2 { background-color: #bdbdbd !important; } .bg-grey-light-1, .bg-secondary-light-1 { background-color: #ababab !important; } .bg-secondary, .bg-grey { background-color: #9e9e9e !important; } .bg-grey-dark-1, .bg-secondary-dark-1 { background-color: #919191 !important; } .bg-grey-dark-2, .bg-secondary-dark-2 { background-color: #858484 !important; } .bg-grey-dark-3, .bg-secondary-dark-3 { background-color: #777474 !important; } .bg-grey-dark-4, .bg-secondary-dark-4 { background-color: #666161 !important; } .bg-grey-dark-5, .bg-secondary-dark-5 { background-color: #524c4c !important; } .bg-pink-light-5 { background-color: #feeff4 !important; } .bg-pink-light-4 { background-color: #fabacf !important; } .bg-pink-light-3 { background-color: #f68daf !important; } .bg-pink-light-2 { background-color: #f36493 !important; } .bg-pink-light-1 { background-color: #ef3975 !important; } .bg-pink { background-color: #ed1b60 !important; } .bg-pink-dark-5 { background-color: #6f1333 !important; } .bg-pink-dark-4 { background-color: #90143f !important; } .bg-pink-dark-3 { background-color: #a7194b !important; } .bg-pink-dark-2 { background-color: #be1b54 !important; } .bg-pink-dark-1 { background-color: #df195f !important; } .bg-purple-light-5 { background-color: #f9f0f9 !important; } .bg-purple-light-4 { background-color: #e6bde5 !important; } .bg-purple-light-3 { background-color: #d592d4 !important; } .bg-purple-light-2 { background-color: #c66cc5 !important; } .bg-purple-light-1 { background-color: #b642b5 !important; } .bg-purple { background-color: #ab26aa !important; } .bg-purple-dark-5 { background-color: #5d1864 !important; } .bg-purple-dark-4 { background-color: #701b76 !important; } .bg-purple-dark-3 { background-color: #7c2181 !important; } .bg-purple-dark-2 { background-color: #882787 !important; } .bg-purple-dark-1 { background-color: #9a3092 !important; } .bg-violet-light-5 { background-color: #f4f2fa !important; } .bg-violet-light-4 { background-color: #d1c5e8 !important; } .bg-violet-light-3 { background-color: #b29fd8 !important; } .bg-violet-light-2 { background-color: #977dcb !important; } .bg-violet-light-1 { background-color: #7a59bc !important; } .bg-violet { background-color: #6640b2 !important; } .bg-violet-dark-5 { background-color: #2d1453 !important; } .bg-violet-dark-4 { background-color: #3a196c !important; } .bg-violet-dark-3 { background-color: #482e7e !important; } .bg-violet-dark-2 { background-color: #5935a3 !important; } .bg-violet-dark-1 { background-color: #603bab !important; } .bg-indigo-light-5 { background-color: #f1f3f9 !important; } .bg-indigo-light-4 { background-color: #c4cce7 !important; } .bg-indigo-light-3 { background-color: #9caad8 !important; } .bg-indigo-light-2 { background-color: #798cca !important; } .bg-indigo-light-1 { background-color: #536bbb !important; } .bg-indigo { background-color: #3a55b1 !important; } .bg-indigo-dark-5 { background-color: #0a2042 !important; } .bg-indigo-dark-4 { background-color: #002663 !important; } .bg-indigo-dark-3 { background-color: #273c87 !important; } .bg-indigo-dark-2 { background-color: #2f4595 !important; } .bg-indigo-dark-1 { background-color: #3650ab !important; } .bg-teal-light-5 { background-color: #edf8f6 !important; } .bg-teal-light-4 { background-color: #b2e1da !important; } .bg-teal-light-3 { background-color: #7fcdc1 !important; } .bg-teal-light-2 { background-color: #52bbac !important; } .bg-teal-light-1 { background-color: #21a894 !important; } .bg-teal { background-color: #009b84 !important; } .bg-teal-dark-5 { background-color: #044b3b !important; } .bg-teal-dark-4 { background-color: #02624f !important; } .bg-teal-dark-3 { background-color: #026f58 !important; } .bg-teal-dark-2 { background-color: #028068 !important; } .bg-teal-dark-1 { background-color: #018975 !important; } .bg-neon-light-5 { background-color: #f3f9ec !important; } .bg-neon-light-4 { background-color: #dbedc6 !important; } .bg-neon-light-3 { background-color: #c3e0a0 !important; } .bg-neon-light-2 { background-color: #aed67e !important; } .bg-neon-light-1 { background-color: #97ca5a !important; } .bg-neon { background-color: #88c241 !important; } .bg-neon-dark-5 { background-color: #3d680f !important; } .bg-neon-dark-4 { background-color: #4c7f16 !important; } .bg-neon-dark-3 { background-color: #59970e !important; } .bg-neon-dark-2 { background-color: #67a41c !important; } .bg-neon-dark-1 { background-color: #79b62f !important; } .bg-lime-light-5 { background-color: #f9faeb !important; } .bg-lime-light-4 { background-color: #f1f4d0 !important; } .bg-lime-light-3 { background-color: #e7ecb0 !important; } .bg-lime-light-2 { background-color: #dfe594 !important; } .bg-lime-light-1 { background-color: #d6de76 !important; } .bg-lime { background-color: #d0d962 !important; } .bg-lime-dark-5 { background-color: #6f7208 !important; } .bg-lime-dark-4 { background-color: #878b09 !important; } .bg-lime-dark-3 { background-color: #9ea809 !important; } .bg-lime-dark-2 { background-color: #b7c11a !important; } .bg-lime-dark-1 { background-color: #c3cc34 !important; } .bg-sun-light-5 { background-color: #fffbe5 !important; } .bg-sun-light-4 { background-color: #fef7c2 !important; } .bg-sun-light-3 { background-color: #fef19a !important; } .bg-sun-light-2 { background-color: #feec76 !important; } .bg-sun-light-1 { background-color: #fde74f !important; } .bg-sun { background-color: #fde335 !important; } .bg-sun-dark-5 { background-color: #a48f03 !important; } .bg-sun-dark-4 { background-color: #bca300 !important; } .bg-sun-dark-3 { background-color: #cdb308 !important; } .bg-sun-dark-2 { background-color: #dfc414 !important; } .bg-sun-dark-1 { background-color: #ecd11e !important; } .bg-orange-light-5 { background-color: #fff4e9 !important; } .bg-orange-light-4 { background-color: #ffdfbe !important; } .bg-orange-light-3 { background-color: #ffca93 !important; } .bg-orange-light-2 { background-color: #ffb76d !important; } .bg-orange-light-1 { background-color: #ffa344 !important; } .bg-orange { background-color: #ff9528 !important; } .bg-orange-dark-5 { background-color: #c74c00 !important; } .bg-orange-dark-4 { background-color: #e05602 !important; } .bg-orange-dark-3 { background-color: #f16611 !important; } .bg-orange-dark-2 { background-color: #ff7800 !important; } .bg-orange-dark-1 { background-color: #ff880e !important; } .bg-pumpkin-light-5 { background-color: #fff4f0 !important; } .bg-pumpkin-light-4 { background-color: #ffcfbe !important; } .bg-pumpkin-light-3 { background-color: #ffaf93 !important; } .bg-pumpkin-light-2 { background-color: #ff936d !important; } .bg-pumpkin-light-1 { background-color: #ff7544 !important; } .bg-pumpkin { background-color: #ff6028 !important; } .bg-pumpkin-dark-5 { background-color: #ac2c00 !important; } .bg-pumpkin-dark-4 { background-color: #c63300 !important; } .bg-pumpkin-dark-3 { background-color: #dd3f08 !important; } .bg-pumpkin-dark-2 { background-color: #e8470f !important; } .bg-pumpkin-dark-1 { background-color: #fb551c !important; } .bg-brown-light-5 { background-color: #f6f3f2 !important; } .bg-brown-light-4 { background-color: #d7cbc8 !important; } .bg-brown-light-3 { background-color: #bca9a4 !important; } .bg-brown-light-2 { background-color: #a58b84 !important; } .bg-brown-light-1 { background-color: #8b6a61 !important; } .bg-primary, .bg-brown { background-color: #313f96 !important; } .bg-brown-dark-5 { background-color: #301811 !important; } .bg-brown-dark-4 { background-color: #44241b !important; } .bg-brown-dark-3 { background-color: #502f25 !important; } .bg-brown-dark-2 { background-color: #633d32 !important; } .bg-brown-dark-1 { background-color: #f9bb09 !important; } .bg-gold-light-5 { background-color: #fbf8f1 !important; } .bg-gold-light-4 { background-color: #ece0c5 !important; } .bg-gold-light-3 { background-color: #e0cc9f !important; } .bg-gold-light-2 { background-color: #d5ba7d !important; } .bg-gold-light-1 { background-color: #c9a658 !important; } .bg-gold { background-color: #c1993f !important; } .bg-gold-dark-5 { background-color: #6d4d05 !important; } .bg-gold-dark-4 { background-color: #85600d !important; } .bg-gold-dark-3 { background-color: #98731e !important; } .bg-gold-dark-2 { background-color: #a27b25 !important; } .bg-gold-dark-1 { background-color: #b48c32 !important; } .bg-smoke-light-5 { background-color: #f4f6f7 !important; } .bg-smoke-light-4 { background-color: #ced8dc !important; } .bg-smoke-light-3 { background-color: #aebec4 !important; } .bg-smoke-light-2 { background-color: #92a7b0 !important; } .bg-smoke-light-1 { background-color: #738e99 !important; } .bg-smoke { background-color: #5e7d8a !important; } .bg-smoke-dark-5 { background-color: #172a32 !important; } .bg-smoke-dark-4 { background-color: #233c46 !important; } .bg-smoke-dark-3 { background-color: #304e5a !important; } .bg-smoke-dark-2 { background-color: #40606d !important; } .bg-smoke-dark-1 { background-color: #4a6b78 !important; } .bg-white { background-color: #fff !important; } .bg-light { background-color: #f5f5f6 !important; } .bg-light-10 { background-color: #e0e3e4 !important; } .bg-light-15 { background-color: #e0e3e4 !important; } .bg-light-20 { background-color: #d6d9da !important; } .bg-light-30 { background-color: #c1c6c8 !important; } .bg-light-40 { background-color: #adb3b6 !important; } .bg-light-50 { background-color: #98a0a3 !important; } .bg-light-60 { background-color: #848d91 !important; } .bg-light-70 { background-color: #6f7a7f !important; } .bg-light-80 { background-color: #5b676d !important; } .bg-light-90 { background-color: #46545a !important; } .bg-dark { background-color: #324148 !important; } .bg-dark-20 { background-color: #2b383e !important; } .bg-dark-40 { background-color: #273238 !important; } .bg-dark-60 { background-color: #212a2f !important; } .bg-dark-80 { background-color: #1a2225 !important; } .bg-dark-100 { background-color: #0d1113 !important; } .bg-twitter { background-color: #00aced !important; } .bg-gradient-primary { background: #313f96; background: linear-gradient(45deg, #313f96, #6640b2) !important; background: -webkit-bg-linear-gradient(45deg, #313f96, #6640b2) !important; } .bg-gradient-info { background: #1ebccd; background: linear-gradient(45deg, #1ebccd, #3a55b1) !important; background: -webkit-bg-linear-gradient(45deg, #1ebccd, #3a55b1) !important; } .bg-gradient-success { background: #22af47; background: linear-gradient(45deg, #22af47, #d0d962) !important; background: -webkit-bg-linear-gradient(45deg, #22af47, #d0d962) !important; } .bg-gradient-warning { background: #ffbf36; background: linear-gradient(45deg, #ffbf36, #ff6028) !important; background: -webkit-bg-linear-gradient(45deg, #ffbf36, #ff6028) !important; } .bg-gradient-danger { background: #f83f37; background: linear-gradient(45deg, #f83f37, #ab26aa) !important; background: -webkit-bg-linear-gradient(45deg, #f83f37, #ab26aa) !important; } .bg-gradient-secondary { background: #9e9e9e; background: linear-gradient(45deg, #9e9e9e, #5e7d8a) !important; background: -webkit-bg-linear-gradient(45deg, #9e9e9e, #5e7d8a) !important; } .bg-gradient-light { background: #f5f5f6; background: linear-gradient(45deg, #f5f5f6, #9e9e9e) !important; background: -webkit-bg-linear-gradient(45deg, #f5f5f6, #9e9e9e) !important; } .bg-gradient-dark { background: #324148; background: linear-gradient(45deg, #324148, #313f96) !important; background: -webkit-bg-linear-gradient(45deg, #324148, #313f96) !important; } .bg-gradient-pony { background: #ed1b60; background: linear-gradient(45deg, #ed1b60, #1ebccd) !important; background: -webkit-bg-linear-gradient(45deg, #ed1b60, #1ebccd) !important; } .bg-gradient-space { background: #ab26aa; background: linear-gradient(45deg, #ab26aa, #fde335) !important; background: -webkit-bg-linear-gradient(45deg, #ab26aa, #fde335) !important; } .bg-gradient-streaks { background: #6640b2; background: linear-gradient(45deg, #6640b2, #009b84) !important; background: -webkit-bg-linear-gradient(45deg, #6640b2, #009b84) !important; } .bg-gradient-bunting { background: #3a55b1; background: linear-gradient(45deg, #3a55b1, #313f96) !important; background: -webkit-bg-linear-gradient(45deg, #3a55b1, #313f96) !important; } .bg-gradient-paradise { background: #0092ee; background: linear-gradient(45deg, #0092ee, #88c241) !important; background: -webkit-bg-linear-gradient(45deg, #0092ee, #88c241) !important; } .bg-gradient-heaven { background: #88c241; background: linear-gradient(45deg, #88c241, #00acf0) !important; background: -webkit-bg-linear-gradient(45deg, #88c241, #00acf0) !important; } .bg-gradient-honey { background: #d0d962; background: linear-gradient(45deg, #d0d962, #ff9528) !important; background: -webkit-bg-linear-gradient(45deg, #d0d962, #ff9528) !important; } .bg-gradient-warbler { background: #fde335; background: linear-gradient(45deg, #fde335, #9e9e9e) !important; background: -webkit-bg-linear-gradient(45deg, #fde335, #9e9e9e) !important; } .bg-gradient-dusk { background: #ff9528; background: linear-gradient(45deg, #ff9528, #6640b2) !important; background: -webkit-bg-linear-gradient(45deg, #ff9528, #6640b2) !important; } .bg-gradient-citrine { background: #ff6028; background: linear-gradient(45deg, #ff6028, #313f96) !important; background: -webkit-bg-linear-gradient(45deg, #ff6028, #313f96) !important; } .bg-gradient-royston { background: #313f96; background: linear-gradient(45deg, #313f96, #009b84) !important; background: -webkit-bg-linear-gradient(45deg, #313f96, #009b84) !important; } .bg-gradient-ashes { background: #5e7d8a; background: linear-gradient(45deg, #5e7d8a, #324148) !important; background: -webkit-bg-linear-gradient(45deg, #5e7d8a, #324148) !important; } .bg-gradient-metal { background: #c1993f; background: linear-gradient(45deg, #c1993f, #9e9e9e) !important; background: -webkit-bg-linear-gradient(45deg, #c1993f, #9e9e9e) !important; } .bg-gradient-sunset { background: #009b84; background: linear-gradient(45deg, #009b84, #ff6028) !important; background: -webkit-bg-linear-gradient(45deg, #009b84, #ff6028) !important; } .bg-trans-light-10 { background: rgba(255, 255, 255, 0.1); } .bg-trans-light-15 { background: rgba(255, 255, 255, 0.15); } .bg-trans-light-20 { background: rgba(255, 255, 255, 0.2); } .bg-trans-light-25 { background: rgba(255, 255, 255, 0.25); } .bg-trans-light-30 { background: rgba(255, 255, 255, 0.3); } .bg-trans-light-35 { background: rgba(255, 255, 255, 0.35); } .bg-trans-light-40 { background: rgba(255, 255, 255, 0.4); } .bg-trans-light-45 { background: rgba(255, 255, 255, 0.45); } .bg-trans-light-50 { background: rgba(255, 255, 255, 0.5); } .bg-trans-light-55 { background: rgba(255, 255, 255, 0.55); } .bg-trans-light-60 { background: rgba(255, 255, 255, 0.6); } .bg-trans-light-65 { background: rgba(255, 255, 255, 0.65); } .bg-trans-light-70 { background: rgba(255, 255, 255, 0.7); } .bg-trans-light-75 { background: rgba(255, 255, 255, 0.75); } .bg-trans-light-80 { background: rgba(255, 255, 255, 0.8); } .bg-trans-light-85 { background: rgba(255, 255, 255, 0.85); } .bg-trans-light-90 { background: rgba(255, 255, 255, 0.9); } .bg-trans-dark-10 { background: rgba(26, 34, 37, 0.1); } .bg-trans-dark-15 { background: rgba(26, 34, 37, 0.15); } .bg-trans-dark-20 { background: rgba(26, 34, 37, 0.2); } .bg-trans-dark-25 { background: rgba(26, 34, 37, 0.25); } .bg-trans-dark-30 { background: rgba(26, 34, 37, 0.3); } .bg-trans-dark-35 { background: rgba(26, 34, 37, 0.35); } .bg-trans-dark-40 { background: rgba(26, 34, 37, 0.4); } .bg-trans-dark-45 { background: rgba(26, 34, 37, 0.45); } .bg-trans-dark-50 { background: rgba(26, 34, 37, 0.5); } .bg-trans-dark-55 { background: rgba(26, 34, 37, 0.55); } .bg-trans-dark-60 { background: rgba(26, 34, 37, 0.6); } .bg-trans-dark-65 { background: rgba(26, 34, 37, 0.65); } .bg-trans-dark-70 { background: rgba(26, 34, 37, 0.7); } .bg-trans-dark-75 { background: rgba(26, 34, 37, 0.75); } .bg-trans-dark-80 { background: rgba(26, 34, 37, 0.8); } .bg-trans-dark-85 { background: rgba(26, 34, 37, 0.85); } .bg-trans-dark-90 { background: rgba(26, 34, 37, 0.9); } .bg-trans-dark-95 { background: rgba(26, 34, 37, 0.95); } .overlay-wrap { position: relative; } .overlay-wrap .bg-overlay { position: absolute; left: 0; top: 0; height: 100%; width: 100%; z-index: 1; } /*Text Colors*/ .text-sky { color: #00acf0 !important; } .text-cyan, .text-info { color: #1ebccd !important; } .text-green, .text-success { color: #22af47 !important; } .text-yellow, .text-warning { color: #ffbf36 !important; } .text-red, .text-danger { color: #f83f37 !important; } .text-blue { color: #0092ee !important; } .text-pink { color: #ed1b60 !important; } .text-purple { color: #ab26aa !important; } .text-violet { color: #6640b2 !important; } .text-indigo { color: #3a55b1 !important; } .text-blue { color: #0092ee !important; } .text-teal { color: #009b84 !important; } .text-neon { color: #88c241 !important; } .text-lime { color: #d0d962 !important; } .text-sun { color: #fde335 !important; } .text-orange { color: #ff9528 !important; } .text-pumpkin { color: #ff6028 !important; } .text-primary, .text-brown { color: #313f96 !important; } .text-gold { color: #c1993f !important; } .text-smoke, .text-muted { color: #5e7d8a !important; } .text-grey, .text-secondary { color: #9e9e9e !important; } .text-dark { color: #324148 !important; } .text-light { color: #848d91 !important; } .text-white { color: #fff !important; } .text-light-10 { color: #e0e3e4 !important; } .text-light-15 { color: #e0e3e4 !important; } .text-light-20 { color: #d6d9da !important; } .text-light-30 { color: #c1c6c8 !important; } .text-light-40 { color: #adb3b6 !important; } .text-light-50 { color: #98a0a3 !important; } .text-light-60 { color: #848d91 !important; } .text-light-70 { color: #6f7a7f !important; } .text-light-80 { color: #5b676d !important; } .text-light-90 { color: #46545a !important; } .text-dark-20 { color: #2b383e !important; } .text-dark-40 { color: #273238 !important; } .text-dark-60 { color: #212a2f !important; } .text-dark-80 { color: #1a2225 !important; } .text-dark-100 { color: #0d1113 !important; } .text-disabled { color: #c1c6c8 !important; } /*Border*/ .border { border: 1px solid #e0e3e4 !important; } .border-top { border-top: 1px solid #e0e3e4 !important; } .border-bottom { border-bottom: 1px solid #e0e3e4 !important; } .border-left { border-left: 1px solid #e0e3e4 !important; } .border-right { border-right: 1px solid #e0e3e4 !important; } .border-2 { border-width: 2px !important; } .border-3 { border-width: 3px !important; } .border-4 { border-width: 4px !important; } .border-5 { border-width: 5px !important; } .border-0 { border: 0 !important; } .border-top-0 { border-top: 0 !important; } .border-bottom-0 { border-bottom: 0 !important; } .border-left-0 { border-left: 0 !important; } .border-right-0 { border-right: 0 !important; } .rounded { border-radius: 4px !important; } .rounded-top { border-top-left-radius: 0.25rem !important; border-top-right-radius: 0.25rem !important; } .rounded-top-left { border-top-left-radius: 0.25rem !important; } .rounded-top-right { border-top-right-radius: 0.25rem !important; } .rounded-left { border-top-left-radius: 0.25rem !important; border-bottom-left-radius: 0.25rem !important; } .rounded-right { border-top-right-radius: 0.25rem !important; border-bottom-right-radius: 0.25rem !important; } .rounded-bottom { border-bottom-left-radius: 0.25rem !important; border-bottom-right-radius: 0.25rem !important; } .rounded-bottom-left { border-bottom-left-radius: 0.25rem !important; } .rounded-bottom-right { border-bottom-right-radius: 0.25rem !important; } .rounded-top-0 { border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; } .rounded-top-left-0 { border-top-left-radius: 0 !important; } .rounded-top-right-0 { border-top-right-radius: 0 !important; } .rounded-left-0 { border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; } .rounded-right-0 { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; } .rounded-bottom-0 { border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important; } .rounded-bottom-left-0 { border-bottom-left-radius: 0 !important; } .rounded-bottom-right-0 { border-bottom-right-radius: 0 !important; } .rounded-0 { border-radius: 0px !important; } .rounded-1 { border-radius: 1px !important; } .rounded-2 { border-radius: 2px !important; } .rounded-3 { border-radius: 3px !important; } .rounded-4 { border-radius: 4px !important; } .rounded-5 { border-radius: 5px !important; } .rounded-6 { border-radius: 6px !important; } .rounded-7 { border-radius: 7px !important; } .rounded-8 { border-radius: 8px !important; } .rounded-9 { border-radius: 9px !important; } .rounded-10 { border-radius: 10px !important; } .rounded-15 { border-radius: 15px !important; } .rounded-20 { border-radius: 20px !important; } .rounded-25 { border-radius: 25px !important; } .rounded-30 { border-radius: 30px !important; } .rounded-35 { border-radius: 35px !important; } .rounded-40 { border-radius: 40px !important; } .rounded-45 { border-radius: 45px !important; } .rounded-50 { border-radius: 50px !important; } .circle { border-radius: 50% !important; } .square { border-radius: 0 !important; } .border-sky { border-color: #00acf0 !important; } .border-info, .border-cyan { border-color: #1ebccd !important; } .border-danger, .border-red { border-color: #f83f37 !important; } .border-success, .border-green { border-color: #22af47 !important; } .border-warning, .border-yellow { border-color: #ffbf36 !important; } .border-pink { border-color: #ed1b60 !important; } .border-purple { border-color: #ab26aa !important; } .border-violet { border-color: #6640b2 !important; } .border-indigo { border-color: #3a55b1 !important; } .border-blue { border-color: #0092ee !important; } .border-teal { border-color: #009b84 !important; } .border-neon { border-color: #88c241 !important; } .border-lime { border-color: #d0d962 !important; } .border-sun { border-color: #fde335 !important; } .border-orange { border-color: #ff9528 !important; } .border-pumpkin { border-color: #ff6028 !important; } .border-primary, .border-brown { border-color: #313f96 !important; } .border-gold { border-color: #c1993f !important; } .border-smoke { border-color: #5e7d8a !important; } .border-white { border-color: #fff !important; } .border-light { border-color: #f5f5f6 !important; } .border-light-10 { border-color: #e0e3e4 !important; } .border-light-15 { border-color: #e0e3e4 !important; } .border-light-20 { border-color: #d6d9da !important; } .border-light-30 { border-color: #c1c6c8 !important; } .border-light-40 { border-color: #adb3b6 !important; } .border-light-50 { border-color: #98a0a3 !important; } .border-light-60 { border-color: #848d91 !important; } .border-light-70 { border-color: #6f7a7f !important; } .border-light-80 { border-color: #5b676d !important; } .border-light-90 { border-color: #46545a !important; } .border-dark { border-color: #324148 !important; } .border-dark-20 { border-color: #2b383e !important; } .border-dark-40 { border-color: #273238 !important; } .border-dark-60 { border-color: #212a2f !important; } .border-dark-80 { border-color: #1a2225 !important; } .border-dark-100 { border-color: #0d1113 !important; } .border-secondary { border-color: #9e9e9e !important; } .subtractive-example > .d-inline-block { border: 1px solid #adb3b6; } /*Colors*/ .color-palette-wrap .color-wrap { padding: 15px; } /*Shadow*/ .shadow-none { box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important; } .shadow-top { box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1) !important; } .shadow-bottom { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) !important; } .shadow-left { box-shadow: -2px 0 2px rgba(0, 0, 0, 0.1) !important; } .shadow-right { box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1) !important; } .shadow-sm { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) !important; } .shadow-sm.shadow-top { box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1) !important; } .shadow-sm.shadow-bottom { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) !important; } .shadow-sm.shadow-left { box-shadow: -2px 0 2px rgba(0, 0, 0, 0.1) !important; } .shadow-sm.shadow-right { box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1) !important; } .shadow-hover-sm { -webkit-transition: box-shadow 0.3s ease; -moz-transition: box-shadow 0.3s ease; transition: box-shadow 0.3s ease; } .shadow-hover-sm:hover { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) !important; } .shadow-hover-sm:hover.shadow-top { box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1) !important; } .shadow-hover-sm:hover.shadow-bottom { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) !important; } .shadow-hover-sm:hover.shadow-left { box-shadow: -2px 0 2px rgba(0, 0, 0, 0.1) !important; } .shadow-hover-sm:hover.shadow-right { box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1) !important; } .shadow { box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1) !important; } .shadow.shadow-top { box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.1) !important; } .shadow.shadow-bottom { box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1) !important; } .shadow.shadow-left { box-shadow: -4px 0 5px rgba(0, 0, 0, 0.1) !important; } .shadow.shadow-right { box-shadow: 4px 0 5px rgba(0, 0, 0, 0.1) !important; } .shadow-hover { -webkit-transition: box-shadow 0.3s ease; -moz-transition: box-shadow 0.3s ease; transition: box-shadow 0.3s ease; } .shadow-hover:hover { box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1) !important; } .shadow-hover:hover.shadow-top { box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.1) !important; } .shadow-hover:hover.shadow-bottom { box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1) !important; } .shadow-hover:hover.shadow-left { box-shadow: -4px 0 5px rgba(0, 0, 0, 0.1) !important; } .shadow-hover:hover.shadow-right { box-shadow: 4px 0 5px rgba(0, 0, 0, 0.1) !important; } .shadow-lg { box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1) !important; } .shadow-lg.shadow-top { box-shadow: 0 -6px 10px rgba(0, 0, 0, 0.1) !important; } .shadow-lg.shadow-bottom { box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1) !important; } .shadow-lg.shadow-left { box-shadow: -6px 0 10px rgba(0, 0, 0, 0.1) !important; } .shadow-lg.shadow-right { box-shadow: 6px 0 10px rgba(0, 0, 0, 0.1) !important; } .shadow-hover-lg { -webkit-transition: box-shadow 0.3s ease; -moz-transition: box-shadow 0.3s ease; transition: box-shadow 0.3s ease; } .shadow-hover-lg:hover { box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1) !important; } .shadow-hover-lg:hover.shadow-top { box-shadow: 0 -6px 10px rgba(0, 0, 0, 0.1) !important; } .shadow-hover-lg:hover.shadow-bottom { box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1) !important; } .shadow-hover-lg:hover.shadow-left { box-shadow: -6px 0 10px rgba(0, 0, 0, 0.1) !important; } .shadow-hover-lg:hover.shadow-right { box-shadow: 6px 0 10px rgba(0, 0, 0, 0.1) !important; } .shadow-xl { box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1) !important; } .shadow-xl.shadow-top { box-shadow: 0 -8px 10px rgba(0, 0, 0, 0.1) !important; } .shadow-xl.shadow-bottom { box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1) !important; } .shadow-xl.shadow-left { box-shadow: -8px 0 10px rgba(0, 0, 0, 0.1) !important; } .shadow-xl.shadow-right { box-shadow: 8px 0 10px rgba(0, 0, 0, 0.1) !important; } .shadow-hover-xl { -webkit-transition: box-shadow 0.3s ease; -moz-transition: box-shadow 0.3s ease; transition: box-shadow 0.3s ease; } .shadow-hover-xl:hover { box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1) !important; } .shadow-hover-xl:hover.shadow-top { box-shadow: 0 -8px 10px rgba(0, 0, 0, 0.1) !important; } .shadow-hover-xl:hover.shadow-bottom { box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1) !important; } .shadow-hover-xl:hover.shadow-left { box-shadow: -8px 0 10px rgba(0, 0, 0, 0.1) !important; } .shadow-hover-xl:hover.shadow-right { box-shadow: 8px 0 10px rgba(0, 0, 0, 0.1) !important; } /*Font Size*/ .font-11 { font-size: 11px !important; } .font-12 { font-size: 12px !important; } .font-13 { font-size: 13px !important; } .font-14 { font-size: 14px !important; } .font-15 { font-size: 15px !important; } .font-16 { font-size: 16px !important; } .font-17 { font-size: 17px !important; } .font-18 { font-size: 18px !important; } .font-19 { font-size: 19px !important; } .font-20 { font-size: 20px !important; } .font-21 { font-size: 21px !important; } .font-22 { font-size: 22px !important; } .font-23 { font-size: 23px !important; } .font-24 { font-size: 24px !important; } .font-25 { font-size: 25px !important; } .font-26 { font-size: 26px !important; } .font-27 { font-size: 27px !important; } .font-28 { font-size: 28px !important; } .font-29 { font-size: 29px !important; } .font-30 { font-size: 30px !important; } .font-31 { font-size: 31px !important; } .font-32 { font-size: 32px !important; } .font-33 { font-size: 33px !important; } .font-34 { font-size: 34px !important; } .font-35 { font-size: 35px !important; } .font-36 { font-size: 36px !important; } .font-37 { font-size: 37px !important; } .font-38 { font-size: 38px !important; } .font-39 { font-size: 39px !important; } .font-40 { font-size: 40px !important; } .font-41 { font-size: 41px !important; } .font-42 { font-size: 42px !important; } .font-43 { font-size: 43px !important; } .font-44 { font-size: 44px !important; } .font-45 { font-size: 45px !important; } .font-46 { font-size: 46px !important; } .font-47 { font-size: 47px !important; } .font-48 { font-size: 48px !important; } .font-49 { font-size: 49px !important; } .font-50 { font-size: 50px !important; } @media (min-width: 576px) { .font-sm-11 { font-size: 11px !important; } .font-sm-12 { font-size: 12px !important; } .font-sm-13 { font-size: 13px !important; } .font-sm-14 { font-size: 14px !important; } .font-sm-15 { font-size: 15px !important; } .font-sm-16 { font-size: 16px !important; } .font-sm-17 { font-size: 17px !important; } .font-sm-18 { font-size: 18px !important; } .font-sm-19 { font-size: 19px !important; } .font-sm-20 { font-size: 20px !important; } .font-sm-21 { font-size: 21px !important; } .font-sm-22 { font-size: 22px !important; } .font-sm-23 { font-size: 23px !important; } .font-sm-24 { font-size: 24px !important; } .font-sm-25 { font-size: 25px !important; } .font-sm-26 { font-size: 26px !important; } .font-sm-27 { font-size: 27px !important; } .font-sm-28 { font-size: 28px !important; } .font-sm-29 { font-size: 29px !important; } .font-sm-30 { font-size: 30px !important; } .font-sm-31 { font-size: 31px !important; } .font-sm-32 { font-size: 32px !important; } .font-sm-33 { font-size: 33px !important; } .font-sm-34 { font-size: 34px !important; } .font-sm-35 { font-size: 35px !important; } .font-sm-36 { font-size: 36px !important; } .font-sm-37 { font-size: 37px !important; } .font-sm-38 { font-size: 38px !important; } .font-sm-39 { font-size: 39px !important; } .font-sm-40 { font-size: 40px !important; } .font-sm-41 { font-size: 41px !important; } .font-sm-42 { font-size: 42px !important; } .font-sm-43 { font-size: 43px !important; } .font-sm-44 { font-size: 44px !important; } .font-sm-45 { font-size: 45px !important; } .font-sm-46 { font-size: 46px !important; } .font-sm-47 { font-size: 47px !important; } .font-sm-48 { font-size: 48px !important; } .font-sm-49 { font-size: 49px !important; } .font-sm-50 { font-size: 50px !important; } } @media (min-width: 768px) { .font-md-11 { font-size: 11px !important; } .font-md-12 { font-size: 12px !important; } .font-md-13 { font-size: 13px !important; } .font-md-14 { font-size: 14px !important; } .font-md-15 { font-size: 15px !important; } .font-md-16 { font-size: 16px !important; } .font-md-17 { font-size: 17px !important; } .font-md-18 { font-size: 18px !important; } .font-md-19 { font-size: 19px !important; } .font-md-20 { font-size: 20px !important; } .font-md-21 { font-size: 21px !important; } .font-md-22 { font-size: 22px !important; } .font-md-23 { font-size: 23px !important; } .font-md-24 { font-size: 24px !important; } .font-md-25 { font-size: 25px !important; } .font-md-26 { font-size: 26px !important; } .font-md-27 { font-size: 27px !important; } .font-md-28 { font-size: 28px !important; } .font-md-29 { font-size: 29px !important; } .font-md-30 { font-size: 30px !important; } .font-md-31 { font-size: 31px !important; } .font-md-32 { font-size: 32px !important; } .font-md-33 { font-size: 33px !important; } .font-md-34 { font-size: 34px !important; } .font-md-35 { font-size: 35px !important; } .font-md-36 { font-size: 36px !important; } .font-md-37 { font-size: 37px !important; } .font-md-38 { font-size: 38px !important; } .font-md-39 { font-size: 39px !important; } .font-md-40 { font-size: 40px !important; } .font-md-41 { font-size: 41px !important; } .font-md-42 { font-size: 42px !important; } .font-md-43 { font-size: 43px !important; } .font-md-44 { font-size: 44px !important; } .font-md-45 { font-size: 45px !important; } .font-md-46 { font-size: 46px !important; } .font-md-47 { font-size: 47px !important; } .font-md-48 { font-size: 48px !important; } .font-md-49 { font-size: 49px !important; } .font-md-50 { font-size: 50px !important; } } @media (min-width: 992px) { .font-lg-11 { font-size: 11px !important; } .font-lg-12 { font-size: 12px !important; } .font-lg-13 { font-size: 13px !important; } .font-lg-14 { font-size: 14px !important; } .font-lg-15 { font-size: 15px !important; } .font-lg-16 { font-size: 16px !important; } .font-lg-17 { font-size: 17px !important; } .font-lg-18 { font-size: 18px !important; } .font-lg-19 { font-size: 19px !important; } .font-lg-20 { font-size: 20px !important; } .font-lg-21 { font-size: 21px !important; } .font-lg-22 { font-size: 22px !important; } .font-lg-23 { font-size: 23px !important; } .font-lg-24 { font-size: 24px !important; } .font-lg-25 { font-size: 25px !important; } .font-lg-26 { font-size: 26px !important; } .font-lg-27 { font-size: 27px !important; } .font-lg-28 { font-size: 28px !important; } .font-lg-29 { font-size: 29px !important; } .font-lg-30 { font-size: 30px !important; } .font-lg-31 { font-size: 31px !important; } .font-lg-32 { font-size: 32px !important; } .font-lg-33 { font-size: 33px !important; } .font-lg-34 { font-size: 34px !important; } .font-lg-35 { font-size: 35px !important; } .font-lg-36 { font-size: 36px !important; } .font-lg-37 { font-size: 37px !important; } .font-lg-38 { font-size: 38px !important; } .font-lg-39 { font-size: 39px !important; } .font-lg-40 { font-size: 40px !important; } .font-lg-41 { font-size: 41px !important; } .font-lg-42 { font-size: 42px !important; } .font-lg-43 { font-size: 43px !important; } .font-lg-44 { font-size: 44px !important; } .font-lg-45 { font-size: 45px !important; } .font-lg-46 { font-size: 46px !important; } .font-lg-47 { font-size: 47px !important; } .font-lg-48 { font-size: 48px !important; } .font-lg-49 { font-size: 49px !important; } .font-lg-50 { font-size: 50px !important; } } @media (min-width: 1200px) { .font-xl-11 { font-size: 11px !important; } .font-xl-12 { font-size: 12px !important; } .font-xl-13 { font-size: 13px !important; } .font-xl-14 { font-size: 14px !important; } .font-xl-15 { font-size: 15px !important; } .font-xl-16 { font-size: 16px !important; } .font-xl-17 { font-size: 17px !important; } .font-xl-18 { font-size: 18px !important; } .font-xl-19 { font-size: 19px !important; } .font-xl-20 { font-size: 20px !important; } .font-xl-21 { font-size: 21px !important; } .font-xl-22 { font-size: 22px !important; } .font-xl-23 { font-size: 23px !important; } .font-xl-24 { font-size: 24px !important; } .font-xl-25 { font-size: 25px !important; } .font-xl-26 { font-size: 26px !important; } .font-xl-27 { font-size: 27px !important; } .font-xl-28 { font-size: 28px !important; } .font-xl-29 { font-size: 29px !important; } .font-xl-30 { font-size: 30px !important; } .font-xl-31 { font-size: 31px !important; } .font-xl-32 { font-size: 32px !important; } .font-xl-33 { font-size: 33px !important; } .font-xl-34 { font-size: 34px !important; } .font-xl-35 { font-size: 35px !important; } .font-xl-36 { font-size: 36px !important; } .font-xl-37 { font-size: 37px !important; } .font-xl-38 { font-size: 38px !important; } .font-xl-39 { font-size: 39px !important; } .font-xl-40 { font-size: 40px !important; } .font-xl-41 { font-size: 41px !important; } .font-xl-42 { font-size: 42px !important; } .font-xl-43 { font-size: 43px !important; } .font-xl-44 { font-size: 44px !important; } .font-xl-45 { font-size: 45px !important; } .font-xl-46 { font-size: 46px !important; } .font-xl-47 { font-size: 47px !important; } .font-xl-48 { font-size: 48px !important; } .font-xl-49 { font-size: 49px !important; } .font-xl-50 { font-size: 50px !important; } } /*Font Weight*/ .font-weight-400 { font-weight: 400 !important; } .font-weight-500 { font-weight: 500 !important; } .font-weight-600 { font-weight: 600 !important; } .font-weight-700 { font-weight: 700 !important; } /*Text Case*/ .text-nonecase { text-transform: none !important; } /*Letter Spacing*/ .letter-spacing-5 { letter-spacing: 0.5px !important; } .letter-spacing-10 { letter-spacing: 1px !important; } .letter-spacing-15 { letter-spacing: 1.5px !important; } .letter-spacing-20 { letter-spacing: 2px !important; } .letter-spacing-25 { letter-spacing: 2.5px !important; } .letter-spacing-30 { letter-spacing: 3px !important; } .letter-spacing-35 { letter-spacing: 3.5px !important; } .letter-spacing-40 { letter-spacing: 4px !important; } .letter-spacing-45 { letter-spacing: 4.5px !important; } .letter-spacing-50 { letter-spacing: 5px !important; } /*Line Height*/ .line-height-0 { line-height: 0 !important; } .line-height-10 { line-height: 1 !important; } .line-height-11 { line-height: 1.1 !important; } .line-height-12 { line-height: 1.2 !important; } .line-height-13 { line-height: 1.3 !important; } .line-height-14 { line-height: 1.4 !important; } .line-height-15 { line-height: 1.5 !important; } .line-height-16 { line-height: 1.6 !important; } .line-height-17 { line-height: 1.7 !important; } .line-height-18 { line-height: 1.8 !important; } .line-height-19 { line-height: 1.9 !important; } .line-height-20 { line-height: 2 !important; } /*Width*/ .w-25p { width: 25px !important; } .w-30p { width: 30px !important; } .w-35p { width: 35px !important; } .w-40p { width: 40px !important; } .w-45p { width: 45px !important; } .w-50p { width: 50px !important; } .w-55p { width: 55px !important; } .w-60p { width: 60px !important; } .w-65p { width: 65px !important; } .w-70p { width: 70px !important; } .w-75p { width: 75px !important; } .w-80p { width: 80px !important; } .w-85p { width: 85px !important; } .w-90p { width: 90px !important; } .w-95p { width: 95px !important; } .w-100p { width: 100px !important; } .w-105p { width: 105px !important; } .w-110p { width: 110px !important; } .w-115p { width: 115px !important; } .w-120p { width: 120px !important; } .w-125p { width: 125px !important; } .w-130p { width: 130px !important; } .w-135p { width: 135px !important; } .w-140p { width: 140px !important; } .w-145p { width: 145px !important; } .w-150p { width: 150px !important; } .w-155p { width: 155px !important; } .w-160p { width: 160px !important; } .w-165p { width: 165px !important; } .w-170p { width: 170px !important; } .w-175p { width: 175px !important; } .w-180p { width: 180px !important; } .w-185p { width: 185px !important; } .w-190p { width: 190px !important; } .w-195p { width: 195px !important; } .w-200p { width: 200px !important; } .w-205p { width: 205px !important; } .w-210p { width: 210px !important; } .w-215p { width: 215px !important; } .w-220p { width: 220px !important; } .w-225p { width: 225px !important; } .w-230p { width: 230px !important; } .w-235p { width: 235px !important; } .w-240p { width: 240px !important; } .w-245p { width: 245px !important; } .w-250p { width: 250px !important; } .w-255p { width: 255px !important; } .w-260p { width: 260px !important; } .w-265p { width: 265px !important; } .w-270p { width: 270px !important; } .w-275p { width: 275px !important; } .w-280p { width: 280px !important; } .w-285p { width: 285px !important; } .w-290p { width: 290px !important; } .w-295p { width: 295px !important; } .w-300p { width: 300px !important; } .w-305p { width: 305px !important; } .w-310p { width: 310px !important; } .w-315p { width: 315px !important; } .w-320p { width: 320px !important; } .w-325p { width: 325px !important; } .w-330p { width: 330px !important; } .w-335p { width: 335px !important; } .w-340p { width: 340px !important; } .w-345p { width: 345px !important; } .w-350p { width: 350px !important; } .w-355p { width: 355px !important; } .w-360p { width: 360px !important; } .w-365p { width: 365px !important; } .w-370p { width: 370px !important; } .w-375p { width: 375px !important; } .w-380p { width: 380px !important; } .w-385p { width: 385px !important; } .w-390p { width: 390px !important; } .w-395p { width: 395px !important; } .w-400p { width: 400px !important; } .w-405p { width: 405px !important; } .w-410p { width: 410px !important; } .w-415p { width: 415px !important; } .w-420p { width: 420px !important; } .w-425p { width: 425px !important; } .w-430p { width: 430px !important; } .w-435p { width: 435px !important; } .w-440p { width: 440px !important; } .w-445p { width: 445px !important; } .w-450p { width: 450px !important; } .w-455p { width: 455px !important; } .w-460p { width: 460px !important; } .w-465p { width: 465px !important; } .w-470p { width: 470px !important; } .w-475p { width: 475px !important; } .w-480p { width: 480px !important; } .w-485p { width: 485px !important; } .w-490p { width: 490px !important; } .w-495p { width: 495px !important; } .w-500p { width: 500px !important; } .w-505p { width: 505px !important; } .w-510p { width: 510px !important; } .w-515p { width: 515px !important; } .w-520p { width: 520px !important; } .w-525p { width: 525px !important; } .w-530p { width: 530px !important; } .w-535p { width: 535px !important; } .w-540p { width: 540px !important; } .w-545p { width: 545px !important; } .w-550p { width: 550px !important; } .w-555p { width: 555px !important; } .w-560p { width: 560px !important; } .w-565p { width: 565px !important; } .w-570p { width: 570px !important; } .w-575p { width: 575px !important; } .w-580p { width: 580px !important; } .w-585p { width: 585px !important; } .w-590p { width: 590px !important; } .w-595p { width: 595px !important; } .w-600p { width: 600px !important; } .w-605p { width: 605px !important; } .w-610p { width: 610px !important; } .w-615p { width: 615px !important; } .w-620p { width: 620px !important; } .w-625p { width: 625px !important; } .w-630p { width: 630px !important; } .w-635p { width: 635px !important; } .w-640p { width: 640px !important; } .w-645p { width: 645px !important; } .w-650p { width: 650px !important; } .w-655p { width: 655px !important; } .w-660p { width: 660px !important; } .w-665p { width: 665px !important; } .w-670p { width: 670px !important; } .w-675p { width: 675px !important; } .w-680p { width: 680px !important; } .w-685p { width: 685px !important; } .w-690p { width: 690px !important; } .w-695p { width: 695px !important; } .w-700p { width: 700px !important; } .w-705p { width: 705px !important; } .w-710p { width: 710px !important; } .w-715p { width: 715px !important; } .w-720p { width: 720px !important; } .w-725p { width: 725px !important; } .w-730p { width: 730px !important; } .w-735p { width: 735px !important; } .w-740p { width: 740px !important; } .w-745p { width: 745px !important; } .w-750p { width: 750px !important; } .w-755p { width: 755px !important; } .w-760p { width: 760px !important; } .w-765p { width: 765px !important; } .w-770p { width: 770px !important; } .w-775p { width: 775px !important; } .w-780p { width: 780px !important; } .w-785p { width: 785px !important; } .w-790p { width: 790px !important; } .w-795p { width: 795px !important; } .w-800p { width: 800px !important; } @media (min-width: 576px) { .w-sm-25p { width: 25px !important; } .w-sm-30p { width: 30px !important; } .w-sm-35p { width: 35px !important; } .w-sm-40p { width: 40px !important; } .w-sm-45p { width: 45px !important; } .w-sm-50p { width: 50px !important; } .w-sm-55p { width: 55px !important; } .w-sm-60p { width: 60px !important; } .w-sm-65p { width: 65px !important; } .w-sm-70p { width: 70px !important; } .w-sm-75p { width: 75px !important; } .w-sm-80p { width: 80px !important; } .w-sm-85p { width: 85px !important; } .w-sm-90p { width: 90px !important; } .w-sm-95p { width: 95px !important; } .w-sm-100p { width: 100px !important; } .w-sm-105p { width: 105px !important; } .w-sm-110p { width: 110px !important; } .w-sm-115p { width: 115px !important; } .w-sm-120p { width: 120px !important; } .w-sm-125p { width: 125px !important; } .w-sm-130p { width: 130px !important; } .w-sm-135p { width: 135px !important; } .w-sm-140p { width: 140px !important; } .w-sm-145p { width: 145px !important; } .w-sm-150p { width: 150px !important; } .w-sm-155p { width: 155px !important; } .w-sm-160p { width: 160px !important; } .w-sm-165p { width: 165px !important; } .w-sm-170p { width: 170px !important; } .w-sm-175p { width: 175px !important; } .w-sm-180p { width: 180px !important; } .w-sm-185p { width: 185px !important; } .w-sm-190p { width: 190px !important; } .w-sm-195p { width: 195px !important; } .w-sm-200p { width: 200px !important; } .w-sm-205p { width: 205px !important; } .w-sm-210p { width: 210px !important; } .w-sm-215p { width: 215px !important; } .w-sm-220p { width: 220px !important; } .w-sm-225p { width: 225px !important; } .w-sm-230p { width: 230px !important; } .w-sm-235p { width: 235px !important; } .w-sm-240p { width: 240px !important; } .w-sm-245p { width: 245px !important; } .w-sm-250p { width: 250px !important; } .w-sm-255p { width: 255px !important; } .w-sm-260p { width: 260px !important; } .w-sm-265p { width: 265px !important; } .w-sm-270p { width: 270px !important; } .w-sm-275p { width: 275px !important; } .w-sm-280p { width: 280px !important; } .w-sm-285p { width: 285px !important; } .w-sm-290p { width: 290px !important; } .w-sm-295p { width: 295px !important; } .w-sm-300p { width: 300px !important; } .w-sm-305p { width: 305px !important; } .w-sm-310p { width: 310px !important; } .w-sm-315p { width: 315px !important; } .w-sm-320p { width: 320px !important; } .w-sm-325p { width: 325px !important; } .w-sm-330p { width: 330px !important; } .w-sm-335p { width: 335px !important; } .w-sm-340p { width: 340px !important; } .w-sm-345p { width: 345px !important; } .w-sm-350p { width: 350px !important; } .w-sm-355p { width: 355px !important; } .w-sm-360p { width: 360px !important; } .w-sm-365p { width: 365px !important; } .w-sm-370p { width: 370px !important; } .w-sm-375p { width: 375px !important; } .w-sm-380p { width: 380px !important; } .w-sm-385p { width: 385px !important; } .w-sm-390p { width: 390px !important; } .w-sm-395p { width: 395px !important; } .w-sm-400p { width: 400px !important; } .w-sm-405p { width: 405px !important; } .w-sm-410p { width: 410px !important; } .w-sm-415p { width: 415px !important; } .w-sm-420p { width: 420px !important; } .w-sm-425p { width: 425px !important; } .w-sm-430p { width: 430px !important; } .w-sm-435p { width: 435px !important; } .w-sm-440p { width: 440px !important; } .w-sm-445p { width: 445px !important; } .w-sm-450p { width: 450px !important; } .w-sm-455p { width: 455px !important; } .w-sm-460p { width: 460px !important; } .w-sm-465p { width: 465px !important; } .w-sm-470p { width: 470px !important; } .w-sm-475p { width: 475px !important; } .w-sm-480p { width: 480px !important; } .w-sm-485p { width: 485px !important; } .w-sm-490p { width: 490px !important; } .w-sm-495p { width: 495px !important; } .w-sm-500p { width: 500px !important; } .w-sm-505p { width: 505px !important; } .w-sm-510p { width: 510px !important; } .w-sm-515p { width: 515px !important; } .w-sm-520p { width: 520px !important; } .w-sm-525p { width: 525px !important; } .w-sm-530p { width: 530px !important; } .w-sm-535p { width: 535px !important; } .w-sm-540p { width: 540px !important; } .w-sm-545p { width: 545px !important; } .w-sm-550p { width: 550px !important; } .w-sm-555p { width: 555px !important; } .w-sm-560p { width: 560px !important; } .w-sm-565p { width: 565px !important; } .w-sm-570p { width: 570px !important; } .w-sm-575p { width: 575px !important; } .w-sm-580p { width: 580px !important; } .w-sm-585p { width: 585px !important; } .w-sm-590p { width: 590px !important; } .w-sm-595p { width: 595px !important; } .w-sm-600p { width: 600px !important; } .w-sm-605p { width: 605px !important; } .w-sm-610p { width: 610px !important; } .w-sm-615p { width: 615px !important; } .w-sm-620p { width: 620px !important; } .w-sm-625p { width: 625px !important; } .w-sm-630p { width: 630px !important; } .w-sm-635p { width: 635px !important; } .w-sm-640p { width: 640px !important; } .w-sm-645p { width: 645px !important; } .w-sm-650p { width: 650px !important; } .w-sm-655p { width: 655px !important; } .w-sm-660p { width: 660px !important; } .w-sm-665p { width: 665px !important; } .w-sm-670p { width: 670px !important; } .w-sm-675p { width: 675px !important; } .w-sm-680p { width: 680px !important; } .w-sm-685p { width: 685px !important; } .w-sm-690p { width: 690px !important; } .w-sm-695p { width: 695px !important; } .w-sm-700p { width: 700px !important; } .w-sm-705p { width: 705px !important; } .w-sm-710p { width: 710px !important; } .w-sm-715p { width: 715px !important; } .w-sm-720p { width: 720px !important; } .w-sm-725p { width: 725px !important; } .w-sm-730p { width: 730px !important; } .w-sm-735p { width: 735px !important; } .w-sm-740p { width: 740px !important; } .w-sm-745p { width: 745px !important; } .w-sm-750p { width: 750px !important; } .w-sm-755p { width: 755px !important; } .w-sm-760p { width: 760px !important; } .w-sm-765p { width: 765px !important; } .w-sm-770p { width: 770px !important; } .w-sm-775p { width: 775px !important; } .w-sm-780p { width: 780px !important; } .w-sm-785p { width: 785px !important; } .w-sm-790p { width: 790px !important; } .w-sm-795p { width: 795px !important; } .w-sm-800p { width: 800px !important; } } @media (min-width: 768px) { .w-md-25p { width: 25px !important; } .w-md-30p { width: 30px !important; } .w-md-35p { width: 35px !important; } .w-md-40p { width: 40px !important; } .w-md-45p { width: 45px !important; } .w-md-50p { width: 50px !important; } .w-md-55p { width: 55px !important; } .w-md-60p { width: 60px !important; } .w-md-65p { width: 65px !important; } .w-md-70p { width: 70px !important; } .w-md-75p { width: 75px !important; } .w-md-80p { width: 80px !important; } .w-md-85p { width: 85px !important; } .w-md-90p { width: 90px !important; } .w-md-95p { width: 95px !important; } .w-md-100p { width: 100px !important; } .w-md-105p { width: 105px !important; } .w-md-110p { width: 110px !important; } .w-md-115p { width: 115px !important; } .w-md-120p { width: 120px !important; } .w-md-125p { width: 125px !important; } .w-md-130p { width: 130px !important; } .w-md-135p { width: 135px !important; } .w-md-140p { width: 140px !important; } .w-md-145p { width: 145px !important; } .w-md-150p { width: 150px !important; } .w-md-155p { width: 155px !important; } .w-md-160p { width: 160px !important; } .w-md-165p { width: 165px !important; } .w-md-170p { width: 170px !important; } .w-md-175p { width: 175px !important; } .w-md-180p { width: 180px !important; } .w-md-185p { width: 185px !important; } .w-md-190p { width: 190px !important; } .w-md-195p { width: 195px !important; } .w-md-200p { width: 200px !important; } .w-md-205p { width: 205px !important; } .w-md-210p { width: 210px !important; } .w-md-215p { width: 215px !important; } .w-md-220p { width: 220px !important; } .w-md-225p { width: 225px !important; } .w-md-230p { width: 230px !important; } .w-md-235p { width: 235px !important; } .w-md-240p { width: 240px !important; } .w-md-245p { width: 245px !important; } .w-md-250p { width: 250px !important; } .w-md-255p { width: 255px !important; } .w-md-260p { width: 260px !important; } .w-md-265p { width: 265px !important; } .w-md-270p { width: 270px !important; } .w-md-275p { width: 275px !important; } .w-md-280p { width: 280px !important; } .w-md-285p { width: 285px !important; } .w-md-290p { width: 290px !important; } .w-md-295p { width: 295px !important; } .w-md-300p { width: 300px !important; } .w-md-305p { width: 305px !important; } .w-md-310p { width: 310px !important; } .w-md-315p { width: 315px !important; } .w-md-320p { width: 320px !important; } .w-md-325p { width: 325px !important; } .w-md-330p { width: 330px !important; } .w-md-335p { width: 335px !important; } .w-md-340p { width: 340px !important; } .w-md-345p { width: 345px !important; } .w-md-350p { width: 350px !important; } .w-md-355p { width: 355px !important; } .w-md-360p { width: 360px !important; } .w-md-365p { width: 365px !important; } .w-md-370p { width: 370px !important; } .w-md-375p { width: 375px !important; } .w-md-380p { width: 380px !important; } .w-md-385p { width: 385px !important; } .w-md-390p { width: 390px !important; } .w-md-395p { width: 395px !important; } .w-md-400p { width: 400px !important; } .w-md-405p { width: 405px !important; } .w-md-410p { width: 410px !important; } .w-md-415p { width: 415px !important; } .w-md-420p { width: 420px !important; } .w-md-425p { width: 425px !important; } .w-md-430p { width: 430px !important; } .w-md-435p { width: 435px !important; } .w-md-440p { width: 440px !important; } .w-md-445p { width: 445px !important; } .w-md-450p { width: 450px !important; } .w-md-455p { width: 455px !important; } .w-md-460p { width: 460px !important; } .w-md-465p { width: 465px !important; } .w-md-470p { width: 470px !important; } .w-md-475p { width: 475px !important; } .w-md-480p { width: 480px !important; } .w-md-485p { width: 485px !important; } .w-md-490p { width: 490px !important; } .w-md-495p { width: 495px !important; } .w-md-500p { width: 500px !important; } .w-md-505p { width: 505px !important; } .w-md-510p { width: 510px !important; } .w-md-515p { width: 515px !important; } .w-md-520p { width: 520px !important; } .w-md-525p { width: 525px !important; } .w-md-530p { width: 530px !important; } .w-md-535p { width: 535px !important; } .w-md-540p { width: 540px !important; } .w-md-545p { width: 545px !important; } .w-md-550p { width: 550px !important; } .w-md-555p { width: 555px !important; } .w-md-560p { width: 560px !important; } .w-md-565p { width: 565px !important; } .w-md-570p { width: 570px !important; } .w-md-575p { width: 575px !important; } .w-md-580p { width: 580px !important; } .w-md-585p { width: 585px !important; } .w-md-590p { width: 590px !important; } .w-md-595p { width: 595px !important; } .w-md-600p { width: 600px !important; } .w-md-605p { width: 605px !important; } .w-md-610p { width: 610px !important; } .w-md-615p { width: 615px !important; } .w-md-620p { width: 620px !important; } .w-md-625p { width: 625px !important; } .w-md-630p { width: 630px !important; } .w-md-635p { width: 635px !important; } .w-md-640p { width: 640px !important; } .w-md-645p { width: 645px !important; } .w-md-650p { width: 650px !important; } .w-md-655p { width: 655px !important; } .w-md-660p { width: 660px !important; } .w-md-665p { width: 665px !important; } .w-md-670p { width: 670px !important; } .w-md-675p { width: 675px !important; } .w-md-680p { width: 680px !important; } .w-md-685p { width: 685px !important; } .w-md-690p { width: 690px !important; } .w-md-695p { width: 695px !important; } .w-md-700p { width: 700px !important; } .w-md-705p { width: 705px !important; } .w-md-710p { width: 710px !important; } .w-md-715p { width: 715px !important; } .w-md-720p { width: 720px !important; } .w-md-725p { width: 725px !important; } .w-md-730p { width: 730px !important; } .w-md-735p { width: 735px !important; } .w-md-740p { width: 740px !important; } .w-md-745p { width: 745px !important; } .w-md-750p { width: 750px !important; } .w-md-755p { width: 755px !important; } .w-md-760p { width: 760px !important; } .w-md-765p { width: 765px !important; } .w-md-770p { width: 770px !important; } .w-md-775p { width: 775px !important; } .w-md-780p { width: 780px !important; } .w-md-785p { width: 785px !important; } .w-md-790p { width: 790px !important; } .w-md-795p { width: 795px !important; } .w-md-800p { width: 800px !important; } } @media (min-width: 992px) { .w-lg-25p { width: 25px !important; } .w-lg-30p { width: 30px !important; } .w-lg-35p { width: 35px !important; } .w-lg-40p { width: 40px !important; } .w-lg-45p { width: 45px !important; } .w-lg-50p { width: 50px !important; } .w-lg-55p { width: 55px !important; } .w-lg-60p { width: 60px !important; } .w-lg-65p { width: 65px !important; } .w-lg-70p { width: 70px !important; } .w-lg-75p { width: 75px !important; } .w-lg-80p { width: 80px !important; } .w-lg-85p { width: 85px !important; } .w-lg-90p { width: 90px !important; } .w-lg-95p { width: 95px !important; } .w-lg-100p { width: 100px !important; } .w-lg-105p { width: 105px !important; } .w-lg-110p { width: 110px !important; } .w-lg-115p { width: 115px !important; } .w-lg-120p { width: 120px !important; } .w-lg-125p { width: 125px !important; } .w-lg-130p { width: 130px !important; } .w-lg-135p { width: 135px !important; } .w-lg-140p { width: 140px !important; } .w-lg-145p { width: 145px !important; } .w-lg-150p { width: 150px !important; } .w-lg-155p { width: 155px !important; } .w-lg-160p { width: 160px !important; } .w-lg-165p { width: 165px !important; } .w-lg-170p { width: 170px !important; } .w-lg-175p { width: 175px !important; } .w-lg-180p { width: 180px !important; } .w-lg-185p { width: 185px !important; } .w-lg-190p { width: 190px !important; } .w-lg-195p { width: 195px !important; } .w-lg-200p { width: 200px !important; } .w-lg-205p { width: 205px !important; } .w-lg-210p { width: 210px !important; } .w-lg-215p { width: 215px !important; } .w-lg-220p { width: 220px !important; } .w-lg-225p { width: 225px !important; } .w-lg-230p { width: 230px !important; } .w-lg-235p { width: 235px !important; } .w-lg-240p { width: 240px !important; } .w-lg-245p { width: 245px !important; } .w-lg-250p { width: 250px !important; } .w-lg-255p { width: 255px !important; } .w-lg-260p { width: 260px !important; } .w-lg-265p { width: 265px !important; } .w-lg-270p { width: 270px !important; } .w-lg-275p { width: 275px !important; } .w-lg-280p { width: 280px !important; } .w-lg-285p { width: 285px !important; } .w-lg-290p { width: 290px !important; } .w-lg-295p { width: 295px !important; } .w-lg-300p { width: 300px !important; } .w-lg-305p { width: 305px !important; } .w-lg-310p { width: 310px !important; } .w-lg-315p { width: 315px !important; } .w-lg-320p { width: 320px !important; } .w-lg-325p { width: 325px !important; } .w-lg-330p { width: 330px !important; } .w-lg-335p { width: 335px !important; } .w-lg-340p { width: 340px !important; } .w-lg-345p { width: 345px !important; } .w-lg-350p { width: 350px !important; } .w-lg-355p { width: 355px !important; } .w-lg-360p { width: 360px !important; } .w-lg-365p { width: 365px !important; } .w-lg-370p { width: 370px !important; } .w-lg-375p { width: 375px !important; } .w-lg-380p { width: 380px !important; } .w-lg-385p { width: 385px !important; } .w-lg-390p { width: 390px !important; } .w-lg-395p { width: 395px !important; } .w-lg-400p { width: 400px !important; } .w-lg-405p { width: 405px !important; } .w-lg-410p { width: 410px !important; } .w-lg-415p { width: 415px !important; } .w-lg-420p { width: 420px !important; } .w-lg-425p { width: 425px !important; } .w-lg-430p { width: 430px !important; } .w-lg-435p { width: 435px !important; } .w-lg-440p { width: 440px !important; } .w-lg-445p { width: 445px !important; } .w-lg-450p { width: 450px !important; } .w-lg-455p { width: 455px !important; } .w-lg-460p { width: 460px !important; } .w-lg-465p { width: 465px !important; } .w-lg-470p { width: 470px !important; } .w-lg-475p { width: 475px !important; } .w-lg-480p { width: 480px !important; } .w-lg-485p { width: 485px !important; } .w-lg-490p { width: 490px !important; } .w-lg-495p { width: 495px !important; } .w-lg-500p { width: 500px !important; } .w-lg-505p { width: 505px !important; } .w-lg-510p { width: 510px !important; } .w-lg-515p { width: 515px !important; } .w-lg-520p { width: 520px !important; } .w-lg-525p { width: 525px !important; } .w-lg-530p { width: 530px !important; } .w-lg-535p { width: 535px !important; } .w-lg-540p { width: 540px !important; } .w-lg-545p { width: 545px !important; } .w-lg-550p { width: 550px !important; } .w-lg-555p { width: 555px !important; } .w-lg-560p { width: 560px !important; } .w-lg-565p { width: 565px !important; } .w-lg-570p { width: 570px !important; } .w-lg-575p { width: 575px !important; } .w-lg-580p { width: 580px !important; } .w-lg-585p { width: 585px !important; } .w-lg-590p { width: 590px !important; } .w-lg-595p { width: 595px !important; } .w-lg-600p { width: 600px !important; } .w-lg-605p { width: 605px !important; } .w-lg-610p { width: 610px !important; } .w-lg-615p { width: 615px !important; } .w-lg-620p { width: 620px !important; } .w-lg-625p { width: 625px !important; } .w-lg-630p { width: 630px !important; } .w-lg-635p { width: 635px !important; } .w-lg-640p { width: 640px !important; } .w-lg-645p { width: 645px !important; } .w-lg-650p { width: 650px !important; } .w-lg-655p { width: 655px !important; } .w-lg-660p { width: 660px !important; } .w-lg-665p { width: 665px !important; } .w-lg-670p { width: 670px !important; } .w-lg-675p { width: 675px !important; } .w-lg-680p { width: 680px !important; } .w-lg-685p { width: 685px !important; } .w-lg-690p { width: 690px !important; } .w-lg-695p { width: 695px !important; } .w-lg-700p { width: 700px !important; } .w-lg-705p { width: 705px !important; } .w-lg-710p { width: 710px !important; } .w-lg-715p { width: 715px !important; } .w-lg-720p { width: 720px !important; } .w-lg-725p { width: 725px !important; } .w-lg-730p { width: 730px !important; } .w-lg-735p { width: 735px !important; } .w-lg-740p { width: 740px !important; } .w-lg-745p { width: 745px !important; } .w-lg-750p { width: 750px !important; } .w-lg-755p { width: 755px !important; } .w-lg-760p { width: 760px !important; } .w-lg-765p { width: 765px !important; } .w-lg-770p { width: 770px !important; } .w-lg-775p { width: 775px !important; } .w-lg-780p { width: 780px !important; } .w-lg-785p { width: 785px !important; } .w-lg-790p { width: 790px !important; } .w-lg-795p { width: 795px !important; } .w-lg-800p { width: 800px !important; } } @media (min-width: 1200px) { .w-xl-25p { width: 25px !important; } .w-xl-30p { width: 30px !important; } .w-xl-35p { width: 35px !important; } .w-xl-40p { width: 40px !important; } .w-xl-45p { width: 45px !important; } .w-xl-50p { width: 50px !important; } .w-xl-55p { width: 55px !important; } .w-xl-60p { width: 60px !important; } .w-xl-65p { width: 65px !important; } .w-xl-70p { width: 70px !important; } .w-xl-75p { width: 75px !important; } .w-xl-80p { width: 80px !important; } .w-xl-85p { width: 85px !important; } .w-xl-90p { width: 90px !important; } .w-xl-95p { width: 95px !important; } .w-xl-100p { width: 100px !important; } .w-xl-105p { width: 105px !important; } .w-xl-110p { width: 110px !important; } .w-xl-115p { width: 115px !important; } .w-xl-120p { width: 120px !important; } .w-xl-125p { width: 125px !important; } .w-xl-130p { width: 130px !important; } .w-xl-135p { width: 135px !important; } .w-xl-140p { width: 140px !important; } .w-xl-145p { width: 145px !important; } .w-xl-150p { width: 150px !important; } .w-xl-155p { width: 155px !important; } .w-xl-160p { width: 160px !important; } .w-xl-165p { width: 165px !important; } .w-xl-170p { width: 170px !important; } .w-xl-175p { width: 175px !important; } .w-xl-180p { width: 180px !important; } .w-xl-185p { width: 185px !important; } .w-xl-190p { width: 190px !important; } .w-xl-195p { width: 195px !important; } .w-xl-200p { width: 200px !important; } .w-xl-205p { width: 205px !important; } .w-xl-210p { width: 210px !important; } .w-xl-215p { width: 215px !important; } .w-xl-220p { width: 220px !important; } .w-xl-225p { width: 225px !important; } .w-xl-230p { width: 230px !important; } .w-xl-235p { width: 235px !important; } .w-xl-240p { width: 240px !important; } .w-xl-245p { width: 245px !important; } .w-xl-250p { width: 250px !important; } .w-xl-255p { width: 255px !important; } .w-xl-260p { width: 260px !important; } .w-xl-265p { width: 265px !important; } .w-xl-270p { width: 270px !important; } .w-xl-275p { width: 275px !important; } .w-xl-280p { width: 280px !important; } .w-xl-285p { width: 285px !important; } .w-xl-290p { width: 290px !important; } .w-xl-295p { width: 295px !important; } .w-xl-300p { width: 300px !important; } .w-xl-305p { width: 305px !important; } .w-xl-310p { width: 310px !important; } .w-xl-315p { width: 315px !important; } .w-xl-320p { width: 320px !important; } .w-xl-325p { width: 325px !important; } .w-xl-330p { width: 330px !important; } .w-xl-335p { width: 335px !important; } .w-xl-340p { width: 340px !important; } .w-xl-345p { width: 345px !important; } .w-xl-350p { width: 350px !important; } .w-xl-355p { width: 355px !important; } .w-xl-360p { width: 360px !important; } .w-xl-365p { width: 365px !important; } .w-xl-370p { width: 370px !important; } .w-xl-375p { width: 375px !important; } .w-xl-380p { width: 380px !important; } .w-xl-385p { width: 385px !important; } .w-xl-390p { width: 390px !important; } .w-xl-395p { width: 395px !important; } .w-xl-400p { width: 400px !important; } .w-xl-405p { width: 405px !important; } .w-xl-410p { width: 410px !important; } .w-xl-415p { width: 415px !important; } .w-xl-420p { width: 420px !important; } .w-xl-425p { width: 425px !important; } .w-xl-430p { width: 430px !important; } .w-xl-435p { width: 435px !important; } .w-xl-440p { width: 440px !important; } .w-xl-445p { width: 445px !important; } .w-xl-450p { width: 450px !important; } .w-xl-455p { width: 455px !important; } .w-xl-460p { width: 460px !important; } .w-xl-465p { width: 465px !important; } .w-xl-470p { width: 470px !important; } .w-xl-475p { width: 475px !important; } .w-xl-480p { width: 480px !important; } .w-xl-485p { width: 485px !important; } .w-xl-490p { width: 490px !important; } .w-xl-495p { width: 495px !important; } .w-xl-500p { width: 500px !important; } .w-xl-505p { width: 505px !important; } .w-xl-510p { width: 510px !important; } .w-xl-515p { width: 515px !important; } .w-xl-520p { width: 520px !important; } .w-xl-525p { width: 525px !important; } .w-xl-530p { width: 530px !important; } .w-xl-535p { width: 535px !important; } .w-xl-540p { width: 540px !important; } .w-xl-545p { width: 545px !important; } .w-xl-550p { width: 550px !important; } .w-xl-555p { width: 555px !important; } .w-xl-560p { width: 560px !important; } .w-xl-565p { width: 565px !important; } .w-xl-570p { width: 570px !important; } .w-xl-575p { width: 575px !important; } .w-xl-580p { width: 580px !important; } .w-xl-585p { width: 585px !important; } .w-xl-590p { width: 590px !important; } .w-xl-595p { width: 595px !important; } .w-xl-600p { width: 600px !important; } .w-xl-605p { width: 605px !important; } .w-xl-610p { width: 610px !important; } .w-xl-615p { width: 615px !important; } .w-xl-620p { width: 620px !important; } .w-xl-625p { width: 625px !important; } .w-xl-630p { width: 630px !important; } .w-xl-635p { width: 635px !important; } .w-xl-640p { width: 640px !important; } .w-xl-645p { width: 645px !important; } .w-xl-650p { width: 650px !important; } .w-xl-655p { width: 655px !important; } .w-xl-660p { width: 660px !important; } .w-xl-665p { width: 665px !important; } .w-xl-670p { width: 670px !important; } .w-xl-675p { width: 675px !important; } .w-xl-680p { width: 680px !important; } .w-xl-685p { width: 685px !important; } .w-xl-690p { width: 690px !important; } .w-xl-695p { width: 695px !important; } .w-xl-700p { width: 700px !important; } .w-xl-705p { width: 705px !important; } .w-xl-710p { width: 710px !important; } .w-xl-715p { width: 715px !important; } .w-xl-720p { width: 720px !important; } .w-xl-725p { width: 725px !important; } .w-xl-730p { width: 730px !important; } .w-xl-735p { width: 735px !important; } .w-xl-740p { width: 740px !important; } .w-xl-745p { width: 745px !important; } .w-xl-750p { width: 750px !important; } .w-xl-755p { width: 755px !important; } .w-xl-760p { width: 760px !important; } .w-xl-765p { width: 765px !important; } .w-xl-770p { width: 770px !important; } .w-xl-775p { width: 775px !important; } .w-xl-780p { width: 780px !important; } .w-xl-785p { width: 785px !important; } .w-xl-790p { width: 790px !important; } .w-xl-795p { width: 795px !important; } .w-xl-800p { width: 800px !important; } } @media (min-width: 1400px) { .w-xxl-25p { width: 25px !important; } .w-xxl-30p { width: 30px !important; } .w-xxl-35p { width: 35px !important; } .w-xxl-40p { width: 40px !important; } .w-xxl-45p { width: 45px !important; } .w-xxl-50p { width: 50px !important; } .w-xxl-55p { width: 55px !important; } .w-xxl-60p { width: 60px !important; } .w-xxl-65p { width: 65px !important; } .w-xxl-70p { width: 70px !important; } .w-xxl-75p { width: 75px !important; } .w-xxl-80p { width: 80px !important; } .w-xxl-85p { width: 85px !important; } .w-xxl-90p { width: 90px !important; } .w-xxl-95p { width: 95px !important; } .w-xxl-100p { width: 100px !important; } .w-xxl-105p { width: 105px !important; } .w-xxl-110p { width: 110px !important; } .w-xxl-115p { width: 115px !important; } .w-xxl-120p { width: 120px !important; } .w-xxl-125p { width: 125px !important; } .w-xxl-130p { width: 130px !important; } .w-xxl-135p { width: 135px !important; } .w-xxl-140p { width: 140px !important; } .w-xxl-145p { width: 145px !important; } .w-xxl-150p { width: 150px !important; } .w-xxl-155p { width: 155px !important; } .w-xxl-160p { width: 160px !important; } .w-xxl-165p { width: 165px !important; } .w-xxl-170p { width: 170px !important; } .w-xxl-175p { width: 175px !important; } .w-xxl-180p { width: 180px !important; } .w-xxl-185p { width: 185px !important; } .w-xxl-190p { width: 190px !important; } .w-xxl-195p { width: 195px !important; } .w-xxl-200p { width: 200px !important; } .w-xxl-205p { width: 205px !important; } .w-xxl-210p { width: 210px !important; } .w-xxl-215p { width: 215px !important; } .w-xxl-220p { width: 220px !important; } .w-xxl-225p { width: 225px !important; } .w-xxl-230p { width: 230px !important; } .w-xxl-235p { width: 235px !important; } .w-xxl-240p { width: 240px !important; } .w-xxl-245p { width: 245px !important; } .w-xxl-250p { width: 250px !important; } .w-xxl-255p { width: 255px !important; } .w-xxl-260p { width: 260px !important; } .w-xxl-265p { width: 265px !important; } .w-xxl-270p { width: 270px !important; } .w-xxl-275p { width: 275px !important; } .w-xxl-280p { width: 280px !important; } .w-xxl-285p { width: 285px !important; } .w-xxl-290p { width: 290px !important; } .w-xxl-295p { width: 295px !important; } .w-xxl-300p { width: 300px !important; } .w-xxl-305p { width: 305px !important; } .w-xxl-310p { width: 310px !important; } .w-xxl-315p { width: 315px !important; } .w-xxl-320p { width: 320px !important; } .w-xxl-325p { width: 325px !important; } .w-xxl-330p { width: 330px !important; } .w-xxl-335p { width: 335px !important; } .w-xxl-340p { width: 340px !important; } .w-xxl-345p { width: 345px !important; } .w-xxl-350p { width: 350px !important; } .w-xxl-355p { width: 355px !important; } .w-xxl-360p { width: 360px !important; } .w-xxl-365p { width: 365px !important; } .w-xxl-370p { width: 370px !important; } .w-xxl-375p { width: 375px !important; } .w-xxl-380p { width: 380px !important; } .w-xxl-385p { width: 385px !important; } .w-xxl-390p { width: 390px !important; } .w-xxl-395p { width: 395px !important; } .w-xxl-400p { width: 400px !important; } .w-xxl-405p { width: 405px !important; } .w-xxl-410p { width: 410px !important; } .w-xxl-415p { width: 415px !important; } .w-xxl-420p { width: 420px !important; } .w-xxl-425p { width: 425px !important; } .w-xxl-430p { width: 430px !important; } .w-xxl-435p { width: 435px !important; } .w-xxl-440p { width: 440px !important; } .w-xxl-445p { width: 445px !important; } .w-xxl-450p { width: 450px !important; } .w-xxl-455p { width: 455px !important; } .w-xxl-460p { width: 460px !important; } .w-xxl-465p { width: 465px !important; } .w-xxl-470p { width: 470px !important; } .w-xxl-475p { width: 475px !important; } .w-xxl-480p { width: 480px !important; } .w-xxl-485p { width: 485px !important; } .w-xxl-490p { width: 490px !important; } .w-xxl-495p { width: 495px !important; } .w-xxl-500p { width: 500px !important; } .w-xxl-505p { width: 505px !important; } .w-xxl-510p { width: 510px !important; } .w-xxl-515p { width: 515px !important; } .w-xxl-520p { width: 520px !important; } .w-xxl-525p { width: 525px !important; } .w-xxl-530p { width: 530px !important; } .w-xxl-535p { width: 535px !important; } .w-xxl-540p { width: 540px !important; } .w-xxl-545p { width: 545px !important; } .w-xxl-550p { width: 550px !important; } .w-xxl-555p { width: 555px !important; } .w-xxl-560p { width: 560px !important; } .w-xxl-565p { width: 565px !important; } .w-xxl-570p { width: 570px !important; } .w-xxl-575p { width: 575px !important; } .w-xxl-580p { width: 580px !important; } .w-xxl-585p { width: 585px !important; } .w-xxl-590p { width: 590px !important; } .w-xxl-595p { width: 595px !important; } .w-xxl-600p { width: 600px !important; } .w-xxl-605p { width: 605px !important; } .w-xxl-610p { width: 610px !important; } .w-xxl-615p { width: 615px !important; } .w-xxl-620p { width: 620px !important; } .w-xxl-625p { width: 625px !important; } .w-xxl-630p { width: 630px !important; } .w-xxl-635p { width: 635px !important; } .w-xxl-640p { width: 640px !important; } .w-xxl-645p { width: 645px !important; } .w-xxl-650p { width: 650px !important; } .w-xxl-655p { width: 655px !important; } .w-xxl-660p { width: 660px !important; } .w-xxl-665p { width: 665px !important; } .w-xxl-670p { width: 670px !important; } .w-xxl-675p { width: 675px !important; } .w-xxl-680p { width: 680px !important; } .w-xxl-685p { width: 685px !important; } .w-xxl-690p { width: 690px !important; } .w-xxl-695p { width: 695px !important; } .w-xxl-700p { width: 700px !important; } .w-xxl-705p { width: 705px !important; } .w-xxl-710p { width: 710px !important; } .w-xxl-715p { width: 715px !important; } .w-xxl-720p { width: 720px !important; } .w-xxl-725p { width: 725px !important; } .w-xxl-730p { width: 730px !important; } .w-xxl-735p { width: 735px !important; } .w-xxl-740p { width: 740px !important; } .w-xxl-745p { width: 745px !important; } .w-xxl-750p { width: 750px !important; } .w-xxl-755p { width: 755px !important; } .w-xxl-760p { width: 760px !important; } .w-xxl-765p { width: 765px !important; } .w-xxl-770p { width: 770px !important; } .w-xxl-775p { width: 775px !important; } .w-xxl-780p { width: 780px !important; } .w-xxl-785p { width: 785px !important; } .w-xxl-790p { width: 790px !important; } .w-xxl-795p { width: 795px !important; } .w-xxl-800p { width: 800px !important; } } .w-5 { width: 5% !important; } .w-10 { width: 10% !important; } .w-15 { width: 15% !important; } .w-20 { width: 20% !important; } .w-25 { width: 25% !important; } .w-30 { width: 30% !important; } .w-35 { width: 35% !important; } .w-40 { width: 40% !important; } .w-45 { width: 45% !important; } .w-50 { width: 50% !important; } .w-55 { width: 55% !important; } .w-60 { width: 60% !important; } .w-65 { width: 65% !important; } .w-70 { width: 70% !important; } .w-75 { width: 75% !important; } .w-80 { width: 80% !important; } .w-85 { width: 85% !important; } .w-90 { width: 90% !important; } .w-95 { width: 95% !important; } .w-100 { width: 100% !important; } @media (min-width: 576px) { .w-sm-5 { width: 5% !important; } .w-sm-10 { width: 10% !important; } .w-sm-15 { width: 15% !important; } .w-sm-20 { width: 20% !important; } .w-sm-25 { width: 25% !important; } .w-sm-30 { width: 30% !important; } .w-sm-35 { width: 35% !important; } .w-sm-40 { width: 40% !important; } .w-sm-45 { width: 45% !important; } .w-sm-50 { width: 50% !important; } .w-sm-55 { width: 55% !important; } .w-sm-60 { width: 60% !important; } .w-sm-65 { width: 65% !important; } .w-sm-70 { width: 70% !important; } .w-sm-75 { width: 75% !important; } .w-sm-80 { width: 80% !important; } .w-sm-85 { width: 85% !important; } .w-sm-90 { width: 90% !important; } .w-sm-95 { width: 95% !important; } .w-sm-100 { width: 100% !important; } } @media (min-width: 768px) { .w-md-5 { width: 5% !important; } .w-md-10 { width: 10% !important; } .w-md-15 { width: 15% !important; } .w-md-20 { width: 20% !important; } .w-md-25 { width: 25% !important; } .w-md-30 { width: 30% !important; } .w-md-35 { width: 35% !important; } .w-md-40 { width: 40% !important; } .w-md-45 { width: 45% !important; } .w-md-50 { width: 50% !important; } .w-md-55 { width: 55% !important; } .w-md-60 { width: 60% !important; } .w-md-65 { width: 65% !important; } .w-md-70 { width: 70% !important; } .w-md-75 { width: 75% !important; } .w-md-80 { width: 80% !important; } .w-md-85 { width: 85% !important; } .w-md-90 { width: 90% !important; } .w-md-95 { width: 95% !important; } .w-md-100 { width: 100% !important; } } @media (min-width: 992px) { .w-lg-5 { width: 5% !important; } .w-lg-10 { width: 10% !important; } .w-lg-15 { width: 15% !important; } .w-lg-20 { width: 20% !important; } .w-lg-25 { width: 25% !important; } .w-lg-30 { width: 30% !important; } .w-lg-35 { width: 35% !important; } .w-lg-40 { width: 40% !important; } .w-lg-45 { width: 45% !important; } .w-lg-50 { width: 50% !important; } .w-lg-55 { width: 55% !important; } .w-lg-60 { width: 60% !important; } .w-lg-65 { width: 65% !important; } .w-lg-70 { width: 70% !important; } .w-lg-75 { width: 75% !important; } .w-lg-80 { width: 80% !important; } .w-lg-85 { width: 85% !important; } .w-lg-90 { width: 90% !important; } .w-lg-95 { width: 95% !important; } .w-lg-100 { width: 100% !important; } } @media (min-width: 1200px) { .w-xl-5 { width: 5% !important; } .w-xl-10 { width: 10% !important; } .w-xl-15 { width: 15% !important; } .w-xl-20 { width: 20% !important; } .w-xl-25 { width: 25% !important; } .w-xl-30 { width: 30% !important; } .w-xl-35 { width: 35% !important; } .w-xl-40 { width: 40% !important; } .w-xl-45 { width: 45% !important; } .w-xl-50 { width: 50% !important; } .w-xl-55 { width: 55% !important; } .w-xl-60 { width: 60% !important; } .w-xl-65 { width: 65% !important; } .w-xl-70 { width: 70% !important; } .w-xl-75 { width: 75% !important; } .w-xl-80 { width: 80% !important; } .w-xl-85 { width: 85% !important; } .w-xl-90 { width: 90% !important; } .w-xl-95 { width: 95% !important; } .w-xl-100 { width: 100% !important; } } @media (min-width: 1400px) { .w-xxl-5 { width: 5% !important; } .w-xxl-10 { width: 10% !important; } .w-xxl-15 { width: 15% !important; } .w-xxl-20 { width: 20% !important; } .w-xxl-25 { width: 25% !important; } .w-xxl-30 { width: 30% !important; } .w-xxl-35 { width: 35% !important; } .w-xxl-40 { width: 40% !important; } .w-xxl-45 { width: 45% !important; } .w-xxl-50 { width: 50% !important; } .w-xxl-55 { width: 55% !important; } .w-xxl-60 { width: 60% !important; } .w-xxl-65 { width: 65% !important; } .w-xxl-70 { width: 70% !important; } .w-xxl-75 { width: 75% !important; } .w-xxl-80 { width: 80% !important; } .w-xxl-85 { width: 85% !important; } .w-xxl-90 { width: 90% !important; } .w-xxl-95 { width: 95% !important; } .w-xxl-100 { width: 100% !important; } } /*Max Width*/ .mw-25p { max-width: 25px !important; } .mw-50p { max-width: 50px !important; } .mw-75p { max-width: 75px !important; } .mw-100p { max-width: 100px !important; } .mw-125p { max-width: 125px !important; } .mw-150p { max-width: 150px !important; } .mw-175p { max-width: 175px !important; } .mw-200p { max-width: 200px !important; } .mw-225p { max-width: 225px !important; } .mw-250p { max-width: 250px !important; } .mw-275p { max-width: 275px !important; } .mw-300p { max-width: 300px !important; } .mw-325p { max-width: 325px !important; } .mw-350p { max-width: 350px !important; } .mw-375p { max-width: 375px !important; } .mw-400p { max-width: 400px !important; } .mw-425p { max-width: 425px !important; } .mw-450p { max-width: 450px !important; } .mw-475p { max-width: 475px !important; } .mw-500p { max-width: 500px !important; } .mw-525p { max-width: 525px !important; } .mw-550p { max-width: 550px !important; } .mw-575p { max-width: 575px !important; } .mw-600p { max-width: 600px !important; } .mw-625p { max-width: 625px !important; } .mw-650p { max-width: 650px !important; } .mw-675p { max-width: 675px !important; } .mw-700p { max-width: 700px !important; } .mw-725p { max-width: 725px !important; } .mw-750p { max-width: 750px !important; } .mw-775p { max-width: 775px !important; } .mw-800p { max-width: 800px !important; } /*Min Width*/ .mnw-0 { min-width: 0 !important; } .mnw-25p { min-width: 25px !important; } .mnw-50p { min-width: 50px !important; } .mnw-75p { min-width: 75px !important; } .mnw-100p { min-width: 100px !important; } .mnw-125p { min-width: 125px !important; } .mnw-150p { min-width: 150px !important; } .mnw-175p { min-width: 175px !important; } .mnw-200p { min-width: 200px !important; } .mnw-225p { min-width: 225px !important; } .mnw-250p { min-width: 250px !important; } .mnw-275p { min-width: 275px !important; } .mnw-300p { min-width: 300px !important; } .mnw-325p { min-width: 325px !important; } .mnw-350p { min-width: 350px !important; } .mnw-375p { min-width: 375px !important; } .mnw-400p { min-width: 400px !important; } .mnw-425p { min-width: 425px !important; } .mnw-450p { min-width: 450px !important; } .mnw-475p { min-width: 475px !important; } .mnw-500p { min-width: 500px !important; } .mnw-525p { min-width: 525px !important; } .mnw-550p { min-width: 550px !important; } .mnw-575p { min-width: 575px !important; } .mnw-600p { min-width: 600px !important; } .mnw-625p { min-width: 625px !important; } .mnw-650p { min-width: 650px !important; } .mnw-675p { min-width: 675px !important; } .mnw-700p { min-width: 700px !important; } .mnw-725p { min-width: 725px !important; } .mnw-750p { min-width: 750px !important; } .mnw-775p { min-width: 775px !important; } .mnw-800p { min-width: 800px !important; } /*Height*/ .h-25p { height: 25px !important; } .h-30p { height: 30px !important; } .h-35p { height: 35px !important; } .h-40p { height: 40px !important; } .h-45p { height: 45px !important; } .h-50p { height: 50px !important; } .h-55p { height: 55px !important; } .h-60p { height: 60px !important; } .h-65p { height: 65px !important; } .h-70p { height: 70px !important; } .h-75p { height: 75px !important; } .h-80p { height: 80px !important; } .h-85p { height: 85px !important; } .h-90p { height: 90px !important; } .h-95p { height: 95px !important; } .h-100p { height: 100px !important; } .h-105p { height: 105px !important; } .h-110p { height: 110px !important; } .h-115p { height: 115px !important; } .h-120p { height: 120px !important; } .h-125p { height: 125px !important; } .h-130p { height: 130px !important; } .h-135p { height: 135px !important; } .h-140p { height: 140px !important; } .h-145p { height: 145px !important; } .h-150p { height: 150px !important; } .h-155p { height: 155px !important; } .h-160p { height: 160px !important; } .h-165p { height: 165px !important; } .h-170p { height: 170px !important; } .h-175p { height: 175px !important; } .h-180p { height: 180px !important; } .h-185p { height: 185px !important; } .h-190p { height: 190px !important; } .h-195p { height: 195px !important; } .h-200p { height: 200px !important; } .h-205p { height: 205px !important; } .h-210p { height: 210px !important; } .h-215p { height: 215px !important; } .h-220p { height: 220px !important; } .h-225p { height: 225px !important; } .h-230p { height: 230px !important; } .h-235p { height: 235px !important; } .h-240p { height: 240px !important; } .h-245p { height: 245px !important; } .h-250p { height: 250px !important; } .h-255p { height: 255px !important; } .h-260p { height: 260px !important; } .h-265p { height: 265px !important; } .h-270p { height: 270px !important; } .h-275p { height: 275px !important; } .h-280p { height: 280px !important; } .h-285p { height: 285px !important; } .h-290p { height: 290px !important; } .h-295p { height: 295px !important; } .h-300p { height: 300px !important; } .h-305p { height: 305px !important; } .h-310p { height: 310px !important; } .h-315p { height: 315px !important; } .h-320p { height: 320px !important; } .h-325p { height: 325px !important; } .h-330p { height: 330px !important; } .h-335p { height: 335px !important; } .h-340p { height: 340px !important; } .h-345p { height: 345px !important; } .h-350p { height: 350px !important; } .h-355p { height: 355px !important; } .h-360p { height: 360px !important; } .h-365p { height: 365px !important; } .h-370p { height: 370px !important; } .h-375p { height: 375px !important; } .h-380p { height: 380px !important; } .h-385p { height: 385px !important; } .h-390p { height: 390px !important; } .h-395p { height: 395px !important; } .h-400p { height: 400px !important; } .h-405p { height: 405px !important; } .h-410p { height: 410px !important; } .h-415p { height: 415px !important; } .h-420p { height: 420px !important; } .h-425p { height: 425px !important; } .h-430p { height: 430px !important; } .h-435p { height: 435px !important; } .h-440p { height: 440px !important; } .h-445p { height: 445px !important; } .h-450p { height: 450px !important; } .h-455p { height: 455px !important; } .h-460p { height: 460px !important; } .h-465p { height: 465px !important; } .h-470p { height: 470px !important; } .h-475p { height: 475px !important; } .h-480p { height: 480px !important; } .h-485p { height: 485px !important; } .h-490p { height: 490px !important; } .h-495p { height: 495px !important; } .h-500p { height: 500px !important; } .h-505p { height: 505px !important; } .h-510p { height: 510px !important; } .h-515p { height: 515px !important; } .h-520p { height: 520px !important; } .h-525p { height: 525px !important; } .h-530p { height: 530px !important; } .h-535p { height: 535px !important; } .h-540p { height: 540px !important; } .h-545p { height: 545px !important; } .h-550p { height: 550px !important; } .h-555p { height: 555px !important; } .h-560p { height: 560px !important; } .h-565p { height: 565px !important; } .h-570p { height: 570px !important; } .h-575p { height: 575px !important; } .h-580p { height: 580px !important; } .h-585p { height: 585px !important; } .h-590p { height: 590px !important; } .h-595p { height: 595px !important; } .h-600p { height: 600px !important; } .h-605p { height: 605px !important; } .h-610p { height: 610px !important; } .h-615p { height: 615px !important; } .h-620p { height: 620px !important; } .h-625p { height: 625px !important; } .h-630p { height: 630px !important; } .h-635p { height: 635px !important; } .h-640p { height: 640px !important; } .h-645p { height: 645px !important; } .h-650p { height: 650px !important; } .h-655p { height: 655px !important; } .h-660p { height: 660px !important; } .h-665p { height: 665px !important; } .h-670p { height: 670px !important; } .h-675p { height: 675px !important; } .h-680p { height: 680px !important; } .h-685p { height: 685px !important; } .h-690p { height: 690px !important; } .h-695p { height: 695px !important; } .h-700p { height: 700px !important; } .h-705p { height: 705px !important; } .h-710p { height: 710px !important; } .h-715p { height: 715px !important; } .h-720p { height: 720px !important; } .h-725p { height: 725px !important; } .h-730p { height: 730px !important; } .h-735p { height: 735px !important; } .h-740p { height: 740px !important; } .h-745p { height: 745px !important; } .h-750p { height: 750px !important; } .h-755p { height: 755px !important; } .h-760p { height: 760px !important; } .h-765p { height: 765px !important; } .h-770p { height: 770px !important; } .h-775p { height: 775px !important; } .h-780p { height: 780px !important; } .h-785p { height: 785px !important; } .h-790p { height: 790px !important; } .h-795p { height: 795px !important; } .h-800p { height: 800px !important; } .h-25 { height: 25% !important; } .h-30 { height: 30% !important; } .h-35 { height: 35% !important; } .h-40 { height: 40% !important; } .h-45 { height: 45% !important; } .h-50 { height: 50% !important; } .h-55 { height: 55% !important; } .h-60 { height: 60% !important; } .h-65 { height: 65% !important; } .h-70 { height: 70% !important; } .h-75 { height: 75% !important; } .h-80 { height: 80% !important; } .h-85 { height: 85% !important; } .h-90 { height: 90% !important; } .h-95 { height: 95% !important; } .h-100 { height: 100% !important; } /*Max Height*/ .mh-100p { max-height: 100px !important; } .mh-125p { max-height: 125px !important; } .mh-150p { max-height: 150px !important; } .mh-175p { max-height: 175px !important; } .mh-200p { max-height: 200px !important; } .mh-225p { max-height: 225px !important; } .mh-250p { max-height: 250px !important; } .mh-275p { max-height: 275px !important; } .mh-300p { max-height: 300px !important; } .mh-325p { max-height: 325px !important; } .mh-350p { max-height: 350px !important; } .mh-375p { max-height: 375px !important; } .mh-400p { max-height: 400px !important; } .mh-425p { max-height: 425px !important; } .mh-450p { max-height: 450px !important; } .mh-475p { max-height: 475px !important; } .mh-500p { max-height: 500px !important; } .mh-525p { max-height: 525px !important; } .mh-550p { max-height: 550px !important; } .mh-575p { max-height: 575px !important; } .mh-600p { max-height: 600px !important; } .mh-625p { max-height: 625px !important; } .mh-650p { max-height: 650px !important; } .mh-675p { max-height: 675px !important; } .mh-700p { max-height: 700px !important; } .mh-725p { max-height: 725px !important; } .mh-750p { max-height: 750px !important; } .mh-775p { max-height: 775px !important; } .mh-800p { max-height: 800px !important; } /*Min Height*/ .mnh-100p { min-height: 100px !important; } .mnh-125p { min-height: 125px !important; } .mnh-150p { min-height: 150px !important; } .mnh-175p { min-height: 175px !important; } .mnh-200p { min-height: 200px !important; } .mnh-225p { min-height: 225px !important; } .mnh-250p { min-height: 250px !important; } .mnh-275p { min-height: 275px !important; } .mnh-300p { min-height: 300px !important; } .mnh-325p { min-height: 325px !important; } .mnh-350p { min-height: 350px !important; } .mnh-375p { min-height: 375px !important; } .mnh-400p { min-height: 400px !important; } .mnh-425p { min-height: 425px !important; } .mnh-450p { min-height: 450px !important; } .mnh-475p { min-height: 475px !important; } .mnh-500p { min-height: 500px !important; } .mnh-525p { min-height: 525px !important; } .mnh-550p { min-height: 550px !important; } .mnh-575p { min-height: 575px !important; } .mnh-600p { min-height: 600px !important; } .mnh-625p { min-height: 625px !important; } .mnh-650p { min-height: 650px !important; } .mnh-675p { min-height: 675px !important; } .mnh-700p { min-height: 700px !important; } .mnh-725p { min-height: 725px !important; } .mnh-750p { min-height: 750px !important; } .mnh-775p { min-height: 775px !important; } .mnh-800p { min-height: 800px !important; } /*Hr*/ hr { margin-top: 20px; margin-bottom: 20px; border-top: 1px solid #e0e3e4; } hr.hr-light { border-top: 1px solid #f5f5f6; } hr.hr-light-10 { border-top: 1px solid #e0e3e4; } hr.hr-light-15 { border-top: 1px solid #e0e3e4; } hr.hr-light-20 { border-top: 1px solid #d6d9da; } hr.hr-light-30 { border-top: 1px solid #c1c6c8; } hr.hr-dark { border-top: 1px solid #324148; } hr.hr-dark-20 { border-top: 1px solid #2b383e; } hr.hr-dark-40 { border-top: 1px solid #273238; } hr.hr-white { border-top: 1px solid #fff; } hr.hr-primary { border-top: 1px solid #313f96; } hr.hr-success { border-top: 1px solid #22af47; } hr.hr-info { border-top: 1px solid #1ebccd; } hr.hr-warning { border-top: 1px solid #ffbf36; } hr.hr-danger { border-top: 1px solid #f83f37; } hr.hr-secondary { border-top: 1px solid #9e9e9e; } hr.hr-soft-primary { border-top: 1px solid #d7cbc8; } hr.hr-soft-success { border-top: 1px solid #bce7c7; } hr.hr-soft-info { border-top: 1px solid #bbebf0; } hr.hr-soft-warning { border-top: 1px solid #ffecc2; } hr.hr-soft-danger { border-top: 1px solid #fdc5c3; } hr.hr-soft-secondary { border-top: 1px solid #e2e2e2; } hr.hr-2 { border-width: 2px !important; } hr.hr-3 { border-width: 3px !important; } /*Opacity*/ .opacity-10 { opacity: 0.1 !important; } .opacity-15 { opacity: 0.15 !important; } .opacity-20 { opacity: 0.2 !important; } .opacity-25 { opacity: 0.25 !important; } .opacity-30 { opacity: 0.3 !important; } .opacity-35 { opacity: 0.35 !important; } .opacity-40 { opacity: 0.4 !important; } .opacity-45 { opacity: 0.45 !important; } .opacity-50 { opacity: 0.5 !important; } .opacity-55 { opacity: 0.55 !important; } .opacity-60 { opacity: 0.6 !important; } .opacity-65 { opacity: 0.65 !important; } .opacity-70 { opacity: 0.7 !important; } .opacity-75 { opacity: 0.75 !important; } .opacity-80 { opacity: 0.8 !important; } .opacity-85 { opacity: 0.85 !important; } .opacity-90 { opacity: 0.9 !important; } .opacity-95 { opacity: 0.95 !important; } .opacity-100 { opacity: 1 !important; } /*Div Sizes*/ .d-8 { height: 8px !important; width: 8px !important; } .d-10 { height: 10px !important; width: 10px !important; } .d-12 { height: 12px !important; width: 12px !important; } .d-14 { height: 14px !important; width: 14px !important; } .d-16 { height: 16px !important; width: 16px !important; } .d-18 { height: 18px !important; width: 18px !important; } .d-20 { height: 20px !important; width: 20px !important; } .d-22 { height: 22px !important; width: 22px !important; } .d-24 { height: 24px !important; width: 24px !important; } .d-26 { height: 26px !important; width: 26px !important; } .d-28 { height: 28px !important; width: 28px !important; } .d-30 { height: 30px !important; width: 30px !important; } .d-32 { height: 32px !important; width: 32px !important; } .d-34 { height: 34px !important; width: 34px !important; } .d-36 { height: 36px !important; width: 36px !important; } .d-38 { height: 38px !important; width: 38px !important; } .d-40 { height: 40px !important; width: 40px !important; } .d-42 { height: 42px !important; width: 42px !important; } .d-44 { height: 44px !important; width: 44px !important; } .d-46 { height: 46px !important; width: 46px !important; } .d-48 { height: 48px !important; width: 48px !important; } .d-50 { height: 50px !important; width: 50px !important; } .d-54 { height: 54px !important; width: 54px !important; } .d-58 { height: 58px !important; width: 58px !important; } .d-62 { height: 62px !important; width: 62px !important; } .d-66 { height: 66px !important; width: 66px !important; } .d-70 { height: 70px !important; width: 70px !important; } .d-74 { height: 74px !important; width: 74px !important; } .d-78 { height: 78px !important; width: 78px !important; } .d-82 { height: 82px !important; width: 82px !important; } .d-86 { height: 86px !important; width: 86px !important; } .d-90 { height: 90px !important; width: 90px !important; } .d-94 { height: 94px !important; width: 94px !important; } .d-98 { height: 98px !important; width: 98px !important; } .d-100 { height: 100px !important; width: 100px !important; } .d-110 { height: 110px !important; width: 110px !important; } .d-120 { height: 120px !important; width: 120px !important; } .d-130 { height: 130px !important; width: 130px !important; } .d-140 { height: 140px !important; width: 140px !important; } .d-150 { height: 150px !important; width: 150px !important; } /*Z-Index*/ .z-index-1 { z-index: 1 !important; } .z-index-2 { z-index: 2 !important; } .z-index-3 { z-index: 3 !important; } .z-index-4 { z-index: 4 !important; } .z-index-5 { z-index: 5 !important; } .z-index-6 { z-index: 6 !important; } .z-index-7 { z-index: 7 !important; } .z-index-8 { z-index: 8 !important; } .z-index-9 { z-index: 9 !important; } .z-index-10 { z-index: 10 !important; } /*Loader*/ .preloader-it { background: #fff; position: fixed; z-index: 10001; height: 100%; width: 100%; overflow: hidden; } .loader-pendulums { position: relative; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display: block; margin: 0 auto; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 4rem; width: 1em; height: 1em; border-radius: 50%; border: 0.1em solid #e0e3e4; } .loader-pendulums:before, .loader-pendulums:after { content: ''; width: 1em; height: 1em; left: -.1em; top: -.1em; padding: .1em; display: block; border-radius: 50%; position: absolute; -webkit-transform-origin: center center; transform-origin: center center; border: .1em solid; border-color: #adb3b6 transparent transparent transparent; -webkit-animation: pendulum infinite 2s cubic-bezier(0.3, 1.65, 0.7, -0.65); animation: pendulum infinite 2s cubic-bezier(0.3, 1.65, 0.7, -0.65); } .loader-pendulums:before { border-color: #324148 transparent transparent transparent; -webkit-animation-delay: -1s; animation-delay: -1s; -webkit-animation-name: pendulum2; animation-name: pendulum2; } @-webkit-keyframes pendulum { from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(359deg); -moz-transform: rotate(359deg); -ms-transform: rotate(359deg); -o-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes pendulum { from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(359deg); -moz-transform: rotate(359deg); -ms-transform: rotate(359deg); -o-transform: rotate(359deg); transform: rotate(359deg); } } @-webkit-keyframes pendulum2 { from { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } to { -webkit-transform: rotate(520deg); -moz-transform: rotate(520deg); -ms-transform: rotate(520deg); -o-transform: rotate(520deg); transform: rotate(520deg); } } @keyframes pendulum2 { from { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } to { -webkit-transform: rotate(520deg); -moz-transform: rotate(520deg); -ms-transform: rotate(520deg); -o-transform: rotate(520deg); transform: rotate(520deg); } } /*Scrollbar*/ .slimScrollBar { right: 0 !important; } .nicescroll-rails.nicescroll-rails-vr { z-index: 999 !important; } /*Typography*/ .blockquote { font-size: 18px; padding: 15px 20px; background: #f5f5f6; color: #324148; border-left: 3px solid #313f96; } .blockquote > p { margin-bottom: 5px; } .blockquote-footer { font-size: 76%; } .mark, mark { padding: 3px 6px; background-color: #fef7c2; color: #324148; border-radius: 3px; } .small, small { font-size: 80%; font-weight: 400; } code { background-color: #f6f3f2; border-radius: 3px; padding: 3px 6px; font-size: 87.5%; color: #313f96; } ul.list-ul { list-style: none; counter-reset: li; } ul.list-ul > li { padding-left: 30px; } ul.list-ul > li:before { content: '\2022'; display: inline-block; height: 20px; width: 20px; text-align: center; font-size: 26px; margin-left: -20px; position: relative; left: -10px; padding-top: 1px; top: 5px; line-height: 12px; } ol.list-ol { list-style: none; counter-reset: li; } ol.list-ol > li { padding-left: 30px; counter-increment: li; } ol.list-ol > li:before { content: counter(li); display: inline-block; height: 20px; width: 20px; background: #e0e3e4; text-align: center; border-radius: 50%; font-size: 12px; margin-left: -20px; position: relative; left: -10px; padding: 1px; top: -1px; } ul.list-icon { list-style: none; } ul.list-icon > li { padding-left: 30px; counter-increment: li; } ul.list-icon > li .feather-icon { display: inline-block; height: 20px; width: 20px; text-align: center; margin-left: -20px; position: relative; left: -10px; padding: 1px; top: -1px; } .display-1 { font-size: 5rem; } .display-2 { font-size: 4.5rem; } .display-3 { font-size: 3.5rem; } .display-4 { font-size: 2.5rem; } .display-5 { font-size: 2rem; font-weight: 300; line-height: 1.2; } .display-6 { font-size: 1.6rem; font-weight: 300; line-height: 1.2; } @media (max-width: 576px) { .display-1 { font-size: 3.5rem; } .display-2 { font-size: 3rem; } .display-3 { font-size: 2.75rem; } .display-4 { font-size: 2.25rem; } } /*Buttons*/ .btn { /*text-transform: capitalize;*/ outline: none; border-width: 2px; } .btn:focus, .btn:active, .btn:hover { box-shadow: none !important; } .btn.btn-wth-icon { position: relative; } .btn.btn-wth-icon .feather-icon .feather { height: 20px; width: 20px; } .btn.btn-wth-icon .btn-text { padding-left: 35px; } .btn.btn-wth-icon .icon-label { background: rgba(0, 0, 0, 0.08) none repeat scroll 0 0; position: absolute; border-radius: .25rem; top: -2px; left: -2px; bottom: -2px; width: 40px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center; } .btn.btn-wth-icon .icon-label > i, .btn.btn-wth-icon .icon-label > span { font-size: 15px; } .btn.btn-wth-icon.icon-right .icon-label { right: -2px; left: auto; } .btn.btn-wth-icon.icon-right .btn-text { padding-left: 0 !important; padding-right: 35px; } .btn.btn-wth-icon.icon-wthot-bg .icon-label { background: transparent; width: auto !important; left: .75em; } .btn.btn-wth-icon.icon-wthot-bg .btn-text { padding-left: 20px; } .btn.btn-wth-icon.icon-wthot-bg.icon-right .icon-label { right: .75em; left: auto !important; } .btn.btn-wth-icon.icon-wthot-bg.icon-right .btn-text { padding-left: 0 !important; padding-right: 20px; } .btn.btn-wth-icon.btn-lg .feather-icon .feather { height: 24px; width: 24px; } .btn.btn-wth-icon.btn-lg .icon-label { width: 46px; border-radius: .25rem; } .btn.btn-wth-icon.btn-lg .icon-label > i, .btn.btn-wth-icon.btn-lg .icon-label > span { font-size: 18px; } .btn.btn-wth-icon.btn-lg .btn-text { padding-left: 42px; } .btn.btn-wth-icon.btn-lg.icon-right .btn-text { padding-right: 42px; } .btn.btn-wth-icon.btn-lg.icon-wthot-bg .icon-label { left: 1rem; } .btn.btn-wth-icon.btn-lg.icon-wthot-bg .btn-text { padding-left: 28px; } .btn.btn-wth-icon.btn-lg.icon-wthot-bg.icon-right .icon-label { right: 1rem; } .btn.btn-wth-icon.btn-lg.icon-wthot-bg.icon-right .btn-text { padding-right: 28px; } .btn.btn-wth-icon.btn-sm .feather-icon .feather { height: 16px; width: 16px; } .btn.btn-wth-icon.btn-sm .icon-label { width: 33px; border-radius: .2rem; } .btn.btn-wth-icon.btn-sm .icon-label > i, .btn.btn-wth-icon.btn-sm .icon-label > span { font-size: 13px; } .btn.btn-wth-icon.btn-sm .btn-text { padding-left: 30px; } .btn.btn-wth-icon.btn-sm.icon-right .btn-text { padding-right: 30px; } .btn.btn-wth-icon.btn-sm.icon-wthot-bg .icon-label { left: .5rem; } .btn.btn-wth-icon.btn-sm.icon-wthot-bg .btn-text { padding-left: 18px; } .btn.btn-wth-icon.btn-sm.icon-wthot-bg.icon-right .icon-label { right: .5rem; } .btn.btn-wth-icon.btn-sm.icon-wthot-bg.icon-right .btn-text { padding-right: 18px; } .btn.btn-wth-icon.btn-xs .feather-icon .feather { height: 13px; width: 13px; } .btn.btn-wth-icon.btn-xs .icon-label { width: 26px; border-radius: .2rem; } .btn.btn-wth-icon.btn-xs .icon-label > i, .btn.btn-wth-icon.btn-xs .icon-label > span { font-size: 11px; } .btn.btn-wth-icon.btn-xs .btn-text { padding-left: 24px; } .btn.btn-wth-icon.btn-xs.icon-right .btn-text { padding-right: 24px; } .btn.btn-wth-icon.btn-xs.icon-wthot-bg .icon-label { left: .3rem; } .btn.btn-wth-icon.btn-xs.icon-wthot-bg .btn-text { padding-left: 15px; } .btn.btn-wth-icon.btn-xs.icon-wthot-bg.icon-right .icon-label { right: .3rem; } .btn.btn-wth-icon.btn-xs.icon-wthot-bg.icon-right .btn-text { padding-right: 15px; } .btn.btn-rounded { border-radius: 50px; } .btn.btn-rounded .icon-label { border-radius: 50% !important; } .btn.btn-xs { padding: .15rem .4rem; font-size: .75rem; } .btn.btn-icon { height: 40px; width: 40px; padding: 0; } .btn.btn-icon > i, .btn.btn-icon > span { font-size: 15px; } .btn.btn-icon .feather-icon .feather { height: 20px; width: 20px; } .btn.btn-icon.btn-icon-circle { border-radius: 50%; } .btn.btn-icon.btn-icon-only { height: auto; width: auto; border: none; padding: 0; background: transparent !important; } .btn.btn-icon.btn-icon-style-1 { -webkit-transition: all 400ms; -moz-transition: all 400ms; transition: all 400ms; } .btn.btn-icon.btn-icon-style-1:hover { border-radius: 50%; } .btn.btn-icon.btn-icon-style-2 { -webkit-transition: all 400ms; -moz-transition: all 400ms; transition: all 400ms; } .btn.btn-icon.btn-icon-style-2:hover { border-radius: 0; } .btn.btn-icon.btn-icon-style-3 { position: relative; border: none; background: transparent !important; color: #324148; } .btn.btn-icon.btn-icon-style-3 > i, .btn.btn-icon.btn-icon-style-3 > span { position: relative; z-index: 1; } .btn.btn-icon.btn-icon-style-3::before { content: ""; position: absolute; top: 50%; left: 50%; height: 0; width: 0; background: #00acf0; -webkit-transition: all 400ms; -moz-transition: all 400ms; transition: all 400ms; } .btn.btn-icon.btn-icon-style-3.btn-icon-circle::before { border-radius: 50%; } .btn.btn-icon.btn-icon-style-3:hover::before { top: 0; left: 0; height: 100%; width: 100%; } .btn.btn-icon.btn-icon-style-3:hover > i, .btn.btn-icon.btn-icon-style-3:hover > span { color: #fff; } .btn.btn-icon.btn-icon-style-4 { color: #324148; -webkit-transition: color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } .btn.btn-icon.btn-icon-style-4:hover { color: #f83f37; } .btn.btn-icon.btn-lg { height: 50px; width: 50px; } .btn.btn-icon.btn-lg > i, .btn.btn-icon.btn-lg > span { font-size: 18px; } .btn.btn-icon.btn-lg .feather-icon .feather { height: 24px; width: 24px; } .btn.btn-icon.btn-sm { height: 35px; width: 35px; } .btn.btn-icon.btn-sm > i, .btn.btn-icon.btn-sm > span { font-size: 13px; } .btn.btn-icon.btn-sm .feather-icon .feather { height: 16px; width: 16px; } .btn.btn-icon.btn-xs { height: 25px; width: 25px; padding-left: 0; padding-right: 0; } .btn.btn-icon.btn-xs > i, .btn.btn-icon.btn-xs > span { font-size: 11px; } .btn.btn-icon.btn-xs .feather-icon .feather { height: 13px; width: 13px; } .btn-icon-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center; height: 100%; width: 100%; } .btn-icon-wrap > i, .btn-icon-wrap > span { line-height: 0; } .btn-icon-dropdown { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .btn-sky { color: #fff; background-color: #00acf0; border-color: #00acf0; } .btn-sky:hover, .btn-sky:focus { color: #fff; background-color: #00a0df; border-color: #00a0df; } .btn-sky:not(:disabled):not(.disabled).active, .btn-sky:not(:disabled):not(.disabled):active { color: #fff; background-color: #0293c9; border-color: #0293c9; } .btn-sky.disabled, .btn-sky:disabled { color: #fff; background-color: #7fd5f7; border-color: #7fd5f7; } .btn-info, .btn-cyan { color: #fff; background-color: #1ebccd; border-color: #1ebccd; } .btn-info:hover, .btn-info:focus, .btn-cyan:hover, .btn-cyan:focus { color: #fff; background-color: #16a9b9; border-color: #16a9b9; } .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .btn-cyan:not(:disabled):not(.disabled).active, .btn-cyan:not(:disabled):not(.disabled):active { color: #fff; background-color: #0e949f; border-color: #0e949f; } .btn-info.disabled, .btn-info:disabled, .btn-cyan.disabled, .btn-cyan:disabled { color: #fff; background-color: #8edde6; border-color: #8edde6; } .btn-success, .btn-green { color: #fff; background-color: #22af47; border-color: #22af47; } .btn-success:hover, .btn-success:focus, .btn-green:hover, .btn-green:focus { color: #fff; background-color: #1aa23e; border-color: #1aa23e; } .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .btn-green:not(:disabled):not(.disabled):active { color: #fff; background-color: #179237; border-color: #179237; } .btn-success.disabled, .btn-success:disabled, .btn-green.disabled, .btn-green:disabled { color: #fff; background-color: #90d7a3; border-color: #90d7a3; } .btn-warning, .btn-yellow { color: #fff; background-color: #ffbf36; border-color: #ffbf36; } .btn-warning:hover, .btn-warning:focus, .btn-yellow:hover, .btn-yellow:focus { color: #fff; background-color: #ffb71d; border-color: #ffb71d; } .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active, .btn-yellow:not(:disabled):not(.disabled):active { color: #fff; background-color: #ffac19; border-color: #ffac19; } .btn-warning.disabled, .btn-warning:disabled, .btn-yellow.disabled, .btn-yellow:disabled { color: #fff; background-color: #ffdf9a; border-color: #ffdf9a; } .btn-danger, .btn-red { color: #fff; background-color: #f83f37; border-color: #f83f37; } .btn-danger:hover, .btn-danger:focus, .btn-red:hover, .btn-red:focus { color: #fff; background-color: #ff2f26; border-color: #ff2f26; } .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .btn-red:not(:disabled):not(.disabled):active { color: #fff; background-color: #ed1622; border-color: #ed1622; } .btn-danger.disabled, .btn-danger:disabled, .btn-red.disabled, .btn-red:disabled { color: #fff; background-color: #fb9f9b; border-color: #fb9f9b; } .btn-secondary, .btn-grey { color: #fff; background-color: #9e9e9e; border-color: #9e9e9e; } .btn-secondary:hover, .btn-secondary:focus, .btn-grey:hover, .btn-grey:focus { color: #fff; background-color: #919191; border-color: #919191; } .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .btn-grey:not(:disabled):not(.disabled).active, .btn-grey:not(:disabled):not(.disabled):active { color: #fff; background-color: #858484; border-color: #858484; } .btn-secondary.disabled, .btn-secondary:disabled, .btn-grey.disabled, .btn-grey:disabled { color: #fff; background-color: #cecece; border-color: #cecece; } .btn-pink { color: #fff; background-color: #ed1b60; border-color: #ed1b60; } .btn-pink:hover, .btn-pink:focus { color: #fff; background-color: #df195f; border-color: #df195f; } .btn-pink:not(:disabled):not(.disabled).active, .btn-pink:not(:disabled):not(.disabled):active { color: #fff; background-color: #be1b54; border-color: #be1b54; } .btn-pink.disabled, .btn-pink:disabled { color: #fff; background-color: #f68daf; border-color: #f68daf; } .btn-purple { color: #fff; background-color: #ab26aa; border-color: #ab26aa; } .btn-purple:hover, .btn-purple:focus { color: #fff; background-color: #9a3092; border-color: #9a3092; } .btn-purple:not(:disabled):not(.disabled).active, .btn-purple:not(:disabled):not(.disabled):active { color: #fff; background-color: #882787; border-color: #882787; } .btn-purple.disabled, .btn-purple:disabled { color: #fff; background-color: #d592d4; border-color: #d592d4; } .btn-violet { color: #fff; background-color: #6640b2; border-color: #6640b2; } .btn-violet:hover, .btn-violet:focus { color: #fff; background-color: #603bab; border-color: #603bab; } .btn-violet:not(:disabled):not(.disabled).active, .btn-violet:not(:disabled):not(.disabled):active { color: #fff; background-color: #5935a3; border-color: #5935a3; } .btn-violet.disabled, .btn-violet:disabled { color: #fff; background-color: #b29fd8; border-color: #b29fd8; } .btn-indigo { color: #fff; background-color: #3a55b1; border-color: #3a55b1; } .btn-indigo:hover, .btn-indigo:focus { color: #fff; background-color: #3650ab; border-color: #3650ab; } .btn-indigo:not(:disabled):not(.disabled).active, .btn-indigo:not(:disabled):not(.disabled):active { color: #fff; background-color: #2f4595; border-color: #2f4595; } .btn-indigo.disabled, .btn-indigo:disabled { color: #fff; background-color: #9caad8; border-color: #9caad8; } .btn-blue { color: #fff; background-color: #0092ee; border-color: #0092ee; } .btn-blue:hover, .btn-blue:focus { color: #fff; background-color: #0089e0; border-color: #0089e0; } .btn-blue:not(:disabled):not(.disabled).active, .btn-blue:not(:disabled):not(.disabled):active { color: #fff; background-color: #007fd0; border-color: #007fd0; } .btn-blue.disabled, .btn-blue:disabled { color: #fff; background-color: #7fc8f6; border-color: #7fc8f6; } .btn-teal { color: #fff; background-color: #009b84; border-color: #009b84; } .btn-teal:hover, .btn-teal:focus { color: #fff; background-color: #018975; border-color: #018975; } .btn-teal:not(:disabled):not(.disabled).active, .btn-teal:not(:disabled):not(.disabled):active { color: #fff; background-color: #028068; border-color: #028068; } .btn-teal.disabled, .btn-teal:disabled { color: #fff; background-color: #7fcdc1; border-color: #7fcdc1; } .btn-neon { color: #fff; background-color: #88c241; border-color: #88c241; } .btn-neon:hover, .btn-neon:focus { color: #fff; background-color: #79b62f; border-color: #79b62f; } .btn-neon:not(:disabled):not(.disabled).active, .btn-neon:not(:disabled):not(.disabled):active { color: #fff; background-color: #67a41c; border-color: #67a41c; } .btn-neon.disabled, .btn-neon:disabled { color: #fff; background-color: #c3e0a0; border-color: #c3e0a0; } .btn-lime { color: #324148; background-color: #d0d962; border-color: #d0d962; } .btn-lime:hover, .btn-lime:focus { color: #324148; background-color: #c3cc34; border-color: #c3cc34; } .btn-lime:not(:disabled):not(.disabled).active, .btn-lime:not(:disabled):not(.disabled):active { color: #324148; background-color: #b7c11a; border-color: #b7c11a; } .btn-lime.disabled, .btn-lime:disabled { color: #324148; background-color: #e7ecb0; border-color: #e7ecb0; } .btn-sun { color: #324148; background-color: #fde335; border-color: #fde335; } .btn-sun:hover, .btn-sun:focus { color: #324148; background-color: #ecd11e; border-color: #ecd11e; } .btn-sun:not(:disabled):not(.disabled).active, .btn-sun:not(:disabled):not(.disabled):active { color: #324148; background-color: #dfc414; border-color: #dfc414; } .btn-sun.disabled, .btn-sun:disabled { color: #324148; background-color: #fef19a; border-color: #fef19a; } .btn-orange { color: #fff; background-color: #ff9528; border-color: #ff9528; } .btn-orange:hover, .btn-orange:focus { color: #fff; background-color: #ff880e; border-color: #ff880e; } .btn-orange:not(:disabled):not(.disabled).active, .btn-orange:not(:disabled):not(.disabled):active { color: #fff; background-color: #ff7800; border-color: #ff7800; } .btn-orange.disabled, .btn-orange:disabled { color: #fff; background-color: #ffca93; border-color: #ffca93; } .btn-pumpkin { color: #fff; background-color: #ff6028; border-color: #ff6028; } .btn-pumpkin:hover, .btn-pumpkin:focus { color: #fff; background-color: #fb551c; border-color: #fb551c; } .btn-pumpkin:not(:disabled):not(.disabled).active, .btn-pumpkin:not(:disabled):not(.disabled):active { color: #fff; background-color: #e8470f; border-color: #e8470f; } .btn-pumpkin.disabled, .btn-pumpkin:disabled { color: #fff; background-color: #ffaf93; border-color: #ffaf93; } .btn-primary, .btn-brown { color: #fff; background-color: #313f96; border-color: #313f96; } .btn-primary:hover, .btn-primary:focus, .btn-brown:hover, .btn-brown:focus { color: #fff; background-color: #f9bb09 ; border-color: #f9bb09 ; } .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .btn-brown:not(:disabled):not(.disabled).active, .btn-brown:not(:disabled):not(.disabled):active { color: #fff; background-color: #633d32; border-color: #633d32; } .btn-primary.disabled, .btn-primary:disabled, .btn-brown.disabled, .btn-brown:disabled { color: #fff; background-color: #bca9a4; border-color: #bca9a4; } .btn-gold { color: #fff; background-color: #c1993f; border-color: #c1993f; } .btn-gold:hover, .btn-gold:focus { color: #fff; background-color: #b48c32; border-color: #b48c32; } .btn-gold:not(:disabled):not(.disabled).active, .btn-gold:not(:disabled):not(.disabled):active { color: #fff; background-color: #a27b25; border-color: #a27b25; } .btn-gold.disabled, .btn-gold:disabled { color: #fff; background-color: #e0cc9f; border-color: #e0cc9f; } .btn-smoke { color: #fff; background-color: #5e7d8a; border-color: #5e7d8a; } .btn-smoke:hover, .btn-smoke:focus { color: #fff; background-color: #4a6b78; border-color: #4a6b78; } .btn-smoke:not(:disabled):not(.disabled).active, .btn-smoke:not(:disabled):not(.disabled):active { color: #fff; background-color: #40606d; border-color: #40606d; } .btn-smoke.disabled, .btn-smoke:disabled { color: #fff; background-color: #aebec4; border-color: #aebec4; } .btn-dark { color: #fff; background-color: #324148; border-color: #324148; } .btn-dark:hover, .btn-dark:focus { color: #fff; background-color: #2b383e; border-color: #2b383e; } .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active { color: #fff; background-color: #273238; border-color: #273238; } .btn-dark.disabled, .btn-dark:disabled { color: #fff; background-color: #adb3b6; border-color: #adb3b6; } .btn-light { color: #324148; background-color: #e0e3e4; border-color: #e0e3e4; } .btn-light:hover, .btn-light:focus { color: #324148; background-color: #d6d9da; border-color: #d6d9da; } .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active { color: #324148; background-color: #c1c6c8; border-color: #c1c6c8; } .btn-light.disabled, .btn-light:disabled { color: #324148; background-color: #f5f5f6; border-color: #f5f5f6; } .btn-gradient-primary { color: #fff; border: none; background: #313f96; background: linear-gradient(45deg, #313f96, #6640b2) !important; background: -webkit-bg-linear-gradient(45deg, #313f96, #6640b2) !important; } .btn-gradient-primary:hover, .btn-gradient-primary:focus { color: #fff; background: #f9bb09 ; background: linear-gradient(45deg, #f9bb09 , #603bab) !important; background: -webkit-bg-linear-gradient(45deg, #f9bb09 , #603bab) !important; } .btn-gradient-primary:not(:disabled):not(.disabled).active, .btn-gradient-primary:not(:disabled):not(.disabled):active { color: #fff; background: #633d32; background: linear-gradient(45deg, #633d32, #5935a3) !important; background: -webkit-bg-linear-gradient(45deg, #633d32, #5935a3) !important; } .btn-gradient-primary.disabled, .btn-gradient-primary:disabled { color: #fff; background: #bca9a4; background: linear-gradient(45deg, #bca9a4, #b29fd8) !important; background: -webkit-bg-linear-gradient(45deg, #bca9a4, #b29fd8) !important; } .btn-gradient-info { color: #fff; border: none; background: #1ebccd; background: linear-gradient(45deg, #1ebccd, #3a55b1) !important; background: -webkit-bg-linear-gradient(45deg, #1ebccd, #3a55b1) !important; } .btn-gradient-info:hover, .btn-gradient-info:focus { color: #fff; background: #16a9b9; background: linear-gradient(45deg, #16a9b9, #3650ab) !important; background: -webkit-bg-linear-gradient(45deg, #16a9b9, #3650ab) !important; } .btn-gradient-info:not(:disabled):not(.disabled).active, .btn-gradient-info:not(:disabled):not(.disabled):active { color: #fff; background: #0e949f; background: linear-gradient(45deg, #0e949f, #2f4595) !important; background: -webkit-bg-linear-gradient(45deg, #0e949f, #2f4595) !important; } .btn-gradient-info.disabled, .btn-gradient-info:disabled { color: #fff; background: #8edde6; background: linear-gradient(45deg, #8edde6, #9caad8) !important; background: -webkit-bg-linear-gradient(45deg, #8edde6, #9caad8) !important; } .btn-gradient-success { color: #fff; border: none; background: #22af47; background: linear-gradient(45deg, #22af47, #d0d962) !important; background: -webkit-bg-linear-gradient(45deg, #22af47, #d0d962) !important; } .btn-gradient-success:hover, .btn-gradient-success:focus { color: #fff; background: #1aa23e; background: linear-gradient(45deg, #1aa23e, #c3cc34) !important; background: -webkit-bg-linear-gradient(45deg, #1aa23e, #c3cc34) !important; } .btn-gradient-success:not(:disabled):not(.disabled).active, .btn-gradient-success:not(:disabled):not(.disabled):active { color: #fff; background: #179237; background: linear-gradient(45deg, #179237, #b7c11a) !important; background: -webkit-bg-linear-gradient(45deg, #179237, #b7c11a) !important; } .btn-gradient-success.disabled, .btn-gradient-success:disabled { color: #fff; background: #90d7a3; background: linear-gradient(45deg, #90d7a3, #e7ecb0) !important; background: -webkit-bg-linear-gradient(45deg, #90d7a3, #e7ecb0) !important; } .btn-gradient-warning { color: #fff; border: none; background: #ffbf36; background: linear-gradient(45deg, #ffbf36, #ff6028) !important; background: -webkit-bg-linear-gradient(45deg, #ffbf36, #ff6028) !important; } .btn-gradient-warning:hover, .btn-gradient-warning:focus { color: #fff; background: #ffb71d; background: linear-gradient(45deg, #ffb71d, #fb551c) !important; background: -webkit-bg-linear-gradient(45deg, #ffb71d, #fb551c) !important; } .btn-gradient-warning:not(:disabled):not(.disabled).active, .btn-gradient-warning:not(:disabled):not(.disabled):active { color: #fff; background: #ffac19; background: linear-gradient(45deg, #ffac19, #e8470f) !important; background: -webkit-bg-linear-gradient(45deg, #ffac19, #e8470f) !important; } .btn-gradient-warning.disabled, .btn-gradient-warning:disabled { color: #fff; background: #ffdf9a; background: linear-gradient(45deg, #ffdf9a, #ffaf93) !important; background: -webkit-bg-linear-gradient(45deg, #ffdf9a, #ffaf93) !important; } .btn-gradient-danger { color: #fff; border: none; background: #f83f37; background: linear-gradient(45deg, #f83f37, #ab26aa) !important; background: -webkit-bg-linear-gradient(45deg, #f83f37, #ab26aa) !important; } .btn-gradient-danger:hover, .btn-gradient-danger:focus { color: #fff; background: #ff2f26; background: linear-gradient(45deg, #ff2f26, #9a3092) !important; background: -webkit-bg-linear-gradient(45deg, #ff2f26, #9a3092) !important; } .btn-gradient-danger:not(:disabled):not(.disabled).active, .btn-gradient-danger:not(:disabled):not(.disabled):active { color: #fff; background: #ed1622; background: linear-gradient(45deg, #ed1622, #882787) !important; background: -webkit-bg-linear-gradient(45deg, #ed1622, #882787) !important; } .btn-gradient-danger.disabled, .btn-gradient-danger:disabled { color: #fff; background: #fb9f9b; background: linear-gradient(45deg, #fb9f9b, #d592d4) !important; background: -webkit-bg-linear-gradient(45deg, #fb9f9b, #d592d4) !important; } .btn-gradient-secondary { color: #fff; border: none; background: #9e9e9e; background: linear-gradient(45deg, #9e9e9e, #5e7d8a) !important; background: -webkit-bg-linear-gradient(45deg, #9e9e9e, #5e7d8a) !important; } .btn-gradient-secondary:hover, .btn-gradient-secondary:focus { color: #fff; background: #919191; background: linear-gradient(45deg, #919191, #4a6b78) !important; background: -webkit-bg-linear-gradient(45deg, #919191, #4a6b78) !important; } .btn-gradient-secondary:not(:disabled):not(.disabled).active, .btn-gradient-secondary:not(:disabled):not(.disabled):active { color: #fff; background: #858484; background: linear-gradient(45deg, #858484, #40606d) !important; background: -webkit-bg-linear-gradient(45deg, #858484, #40606d) !important; } .btn-gradient-secondary.disabled, .btn-gradient-secondary:disabled { color: #fff; background: #cecece; background: linear-gradient(45deg, #cecece, #aebec4) !important; background: -webkit-bg-linear-gradient(45deg, #cecece, #aebec4) !important; } .btn-gradient-light { color: #324148; border: none; background: #f5f5f6; background: linear-gradient(45deg, #f5f5f6, #9e9e9e) !important; background: -webkit-bg-linear-gradient(45deg, #f5f5f6, #9e9e9e) !important; } .btn-gradient-light:hover, .btn-gradient-light:focus { color: #324148; background: #e0e3e4; background: linear-gradient(45deg, #e0e3e4, #919191) !important; background: -webkit-bg-linear-gradient(45deg, #e0e3e4, #919191) !important; } .btn-gradient-light:not(:disabled):not(.disabled).active, .btn-gradient-light:not(:disabled):not(.disabled):active { color: #324148; background: #c1c6c8; background: linear-gradient(45deg, #c1c6c8, #858484) !important; background: -webkit-bg-linear-gradient(45deg, #c1c6c8, #858484) !important; } .btn-gradient-light.disabled, .btn-gradient-light:disabled { color: #324148; background: #f5f5f6; background: linear-gradient(45deg, #f5f5f6, #cecece) !important; background: -webkit-bg-linear-gradient(45deg, #f5f5f6, #cecece) !important; } .btn-gradient-dark { color: #fff; border: none; background: #324148; background: linear-gradient(45deg, #324148, #313f96) !important; background: -webkit-bg-linear-gradient(45deg, #324148, #313f96) !important; } .btn-gradient-dark:hover, .btn-gradient-dark:focus { color: #fff; background: #2b383e; background: linear-gradient(45deg, #2b383e, #f9bb09 ) !important; background: -webkit-bg-linear-gradient(45deg, #2b383e, #f9bb09 ) !important; } .btn-gradient-dark:not(:disabled):not(.disabled).active, .btn-gradient-dark:not(:disabled):not(.disabled):active { color: #fff; background: #273238; background: linear-gradient(45deg, #273238, #633d32) !important; background: -webkit-bg-linear-gradient(45deg, #273238, #633d32) !important; } .btn-gradient-dark.disabled, .btn-gradient-dark:disabled { color: #fff; background: #324148; background: linear-gradient(45deg, #324148, #bca9a4) !important; background: -webkit-bg-linear-gradient(45deg, #324148, #bca9a4) !important; } .btn-gradient-pony { color: #fff; border: none; background: #ed1b60; background: linear-gradient(45deg, #ed1b60, #1ebccd) !important; background: -webkit-bg-linear-gradient(45deg, #ed1b60, #1ebccd) !important; } .btn-gradient-pony:hover, .btn-gradient-pony:focus { color: #fff; background: #df195f; background: linear-gradient(45deg, #df195f, #16a9b9) !important; background: -webkit-bg-linear-gradient(45deg, #df195f, #16a9b9) !important; } .btn-gradient-pony:not(:disabled):not(.disabled).active, .btn-gradient-pony:not(:disabled):not(.disabled):active { color: #fff; background: #be1b54; background: linear-gradient(45deg, #be1b54, #0e949f) !important; background: -webkit-bg-linear-gradient(45deg, #be1b54, #0e949f) !important; } .btn-gradient-pony.disabled, .btn-gradient-pony:disabled { color: #fff; background: #f68daf; background: linear-gradient(45deg, #f68daf, #8edde6) !important; background: -webkit-bg-linear-gradient(45deg, #f68daf, #8edde6) !important; } .btn-gradient-space { color: #fff; border: none; background: #ab26aa; background: linear-gradient(45deg, #ab26aa, #fde335) !important; background: -webkit-bg-linear-gradient(45deg, #ab26aa, #fde335) !important; } .btn-gradient-space:hover, .btn-gradient-space:focus { color: #fff; background: #9a3092; background: linear-gradient(45deg, #9a3092, #ecd11e) !important; background: -webkit-bg-linear-gradient(45deg, #9a3092, #ecd11e) !important; } .btn-gradient-space:not(:disabled):not(.disabled).active, .btn-gradient-space:not(:disabled):not(.disabled):active { color: #fff; background: #882787; background: linear-gradient(45deg, #882787, #dfc414) !important; background: -webkit-bg-linear-gradient(45deg, #882787, #dfc414) !important; } .btn-gradient-space.disabled, .btn-gradient-space:disabled { color: #fff; background: #d592d4; background: linear-gradient(45deg, #d592d4, #fef19a) !important; background: -webkit-bg-linear-gradient(45deg, #d592d4, #fef19a) !important; } .btn-gradient-streaks { color: #fff; border: none; background: #6640b2; background: linear-gradient(45deg, #6640b2, #009b84) !important; background: -webkit-bg-linear-gradient(45deg, #6640b2, #009b84) !important; } .btn-gradient-streaks:hover, .btn-gradient-streaks:focus { color: #fff; background: #603bab; background: linear-gradient(45deg, #603bab, #018975) !important; background: -webkit-bg-linear-gradient(45deg, #603bab, #018975) !important; } .btn-gradient-streaks:not(:disabled):not(.disabled).active, .btn-gradient-streaks:not(:disabled):not(.disabled):active { color: #fff; background: #5935a3; background: linear-gradient(45deg, #5935a3, #028068) !important; background: -webkit-bg-linear-gradient(45deg, #5935a3, #028068) !important; } .btn-gradient-streaks.disabled, .btn-gradient-streaks:disabled { color: #fff; background: #b29fd8; background: linear-gradient(45deg, #b29fd8, #7fcdc1) !important; background: -webkit-bg-linear-gradient(45deg, #b29fd8, #7fcdc1) !important; } .btn-gradient-bunting { color: #fff; border: none; background: #3a55b1; background: linear-gradient(45deg, #3a55b1, #313f96) !important; background: -webkit-bg-linear-gradient(45deg, #3a55b1, #313f96) !important; } .btn-gradient-bunting:hover, .btn-gradient-bunting:focus { color: #fff; background: #3650ab; background: linear-gradient(45deg, #3650ab, #f9bb09 ) !important; background: -webkit-bg-linear-gradient(45deg, #3650ab, #f9bb09 ) !important; } .btn-gradient-bunting:not(:disabled):not(.disabled).active, .btn-gradient-bunting:not(:disabled):not(.disabled):active { color: #fff; background: #2f4595; background: linear-gradient(45deg, #2f4595, #633d32) !important; background: -webkit-bg-linear-gradient(45deg, #2f4595, #633d32) !important; } .btn-gradient-bunting.disabled, .btn-gradient-bunting:disabled { color: #fff; background: #9caad8; background: linear-gradient(45deg, #9caad8, #bca9a4) !important; background: -webkit-bg-linear-gradient(45deg, #9caad8, #bca9a4) !important; } .btn-gradient-paradise { color: #fff; border: none; background: #0092ee; background: linear-gradient(45deg, #0092ee, #88c241) !important; background: -webkit-bg-linear-gradient(45deg, #0092ee, #88c241) !important; } .btn-gradient-paradise:hover, .btn-gradient-paradise:focus { color: #fff; background: #0089e0; background: linear-gradient(45deg, #0089e0, #79b62f) !important; background: -webkit-bg-linear-gradient(45deg, #0089e0, #79b62f) !important; } .btn-gradient-paradise:not(:disabled):not(.disabled).active, .btn-gradient-paradise:not(:disabled):not(.disabled):active { color: #fff; background: #007fd0; background: linear-gradient(45deg, #007fd0, #67a41c) !important; background: -webkit-bg-linear-gradient(45deg, #007fd0, #67a41c) !important; } .btn-gradient-paradise.disabled, .btn-gradient-paradise:disabled { color: #fff; background: #7fc8f6; background: linear-gradient(45deg, #7fc8f6, #c3e0a0) !important; background: -webkit-bg-linear-gradient(45deg, #7fc8f6, #c3e0a0) !important; } .btn-gradient-heaven { color: #fff; border: none; background: #88c241; background: linear-gradient(45deg, #88c241, #00acf0) !important; background: -webkit-bg-linear-gradient(45deg, #88c241, #00acf0) !important; } .btn-gradient-heaven:hover, .btn-gradient-heaven:focus { color: #fff; background: #79b62f; background: linear-gradient(45deg, #79b62f, #00a0df) !important; background: -webkit-bg-linear-gradient(45deg, #79b62f, #00a0df) !important; } .btn-gradient-heaven:not(:disabled):not(.disabled).active, .btn-gradient-heaven:not(:disabled):not(.disabled):active { color: #fff; background: #67a41c; background: linear-gradient(45deg, #67a41c, #0293c9) !important; background: -webkit-bg-linear-gradient(45deg, #67a41c, #0293c9) !important; } .btn-gradient-heaven.disabled, .btn-gradient-heaven:disabled { color: #fff; background: #c3e0a0; background: linear-gradient(45deg, #c3e0a0, #7fd5f7) !important; background: -webkit-bg-linear-gradient(45deg, #c3e0a0, #7fd5f7) !important; } .btn-gradient-honey { color: #fff; border: none; background: #d0d962; background: linear-gradient(45deg, #d0d962, #ff9528) !important; background: -webkit-bg-linear-gradient(45deg, #d0d962, #ff9528) !important; } .btn-gradient-honey:hover, .btn-gradient-honey:focus { color: #fff; background: #c3cc34; background: linear-gradient(45deg, #c3cc34, #ff880e) !important; background: -webkit-bg-linear-gradient(45deg, #c3cc34, #ff880e) !important; } .btn-gradient-honey:not(:disabled):not(.disabled).active, .btn-gradient-honey:not(:disabled):not(.disabled):active { color: #fff; background: #b7c11a; background: linear-gradient(45deg, #b7c11a, #ff7800) !important; background: -webkit-bg-linear-gradient(45deg, #b7c11a, #ff7800) !important; } .btn-gradient-honey.disabled, .btn-gradient-honey:disabled { color: #fff; background: #e7ecb0; background: linear-gradient(45deg, #e7ecb0, #ffca93) !important; background: -webkit-bg-linear-gradient(45deg, #e7ecb0, #ffca93) !important; } .btn-gradient-warbler { color: #fff; border: none; background: #fde335; background: linear-gradient(45deg, #fde335, #9e9e9e) !important; background: -webkit-bg-linear-gradient(45deg, #fde335, #9e9e9e) !important; } .btn-gradient-warbler:hover, .btn-gradient-warbler:focus { color: #fff; background: #ecd11e; background: linear-gradient(45deg, #ecd11e, #919191) !important; background: -webkit-bg-linear-gradient(45deg, #ecd11e, #919191) !important; } .btn-gradient-warbler:not(:disabled):not(.disabled).active, .btn-gradient-warbler:not(:disabled):not(.disabled):active { color: #fff; background: #dfc414; background: linear-gradient(45deg, #dfc414, #858484) !important; background: -webkit-bg-linear-gradient(45deg, #dfc414, #858484) !important; } .btn-gradient-warbler.disabled, .btn-gradient-warbler:disabled { color: #fff; background: #fef19a; background: linear-gradient(45deg, #fef19a, #cecece) !important; background: -webkit-bg-linear-gradient(45deg, #fef19a, #cecece) !important; } .btn-gradient-dusk { color: #fff; border: none; background: #ff9528; background: linear-gradient(45deg, #ff9528, #6640b2) !important; background: -webkit-bg-linear-gradient(45deg, #ff9528, #6640b2) !important; } .btn-gradient-dusk:hover, .btn-gradient-dusk:focus { color: #fff; background: #ff880e; background: linear-gradient(45deg, #ff880e, #603bab) !important; background: -webkit-bg-linear-gradient(45deg, #ff880e, #603bab) !important; } .btn-gradient-dusk:not(:disabled):not(.disabled).active, .btn-gradient-dusk:not(:disabled):not(.disabled):active { color: #fff; background: #ff7800; background: linear-gradient(45deg, #ff7800, #5935a3) !important; background: -webkit-bg-linear-gradient(45deg, #ff7800, #5935a3) !important; } .btn-gradient-dusk.disabled, .btn-gradient-dusk:disabled { color: #fff; background: #ffca93; background: linear-gradient(45deg, #ffca93, #b29fd8) !important; background: -webkit-bg-linear-gradient(45deg, #ffca93, #b29fd8) !important; } .btn-gradient-citrine { color: #fff; border: none; background: #ff6028; background: linear-gradient(45deg, #ff6028, #313f96) !important; background: -webkit-bg-linear-gradient(45deg, #ff6028, #313f96) !important; } .btn-gradient-citrine:hover, .btn-gradient-citrine:focus { color: #fff; background: #fb551c; background: linear-gradient(45deg, #fb551c, #f9bb09 ) !important; background: -webkit-bg-linear-gradient(45deg, #fb551c, #f9bb09 ) !important; } .btn-gradient-citrine:not(:disabled):not(.disabled).active, .btn-gradient-citrine:not(:disabled):not(.disabled):active { color: #fff; background: #e8470f; background: linear-gradient(45deg, #e8470f, #633d32) !important; background: -webkit-bg-linear-gradient(45deg, #e8470f, #633d32) !important; } .btn-gradient-citrine.disabled, .btn-gradient-citrine:disabled { color: #fff; background: #ffaf93; background: linear-gradient(45deg, #ffaf93, #bca9a4) !important; background: -webkit-bg-linear-gradient(45deg, #ffaf93, #bca9a4) !important; } .btn-gradient-royston { color: #fff; border: none; background: #313f96; background: linear-gradient(45deg, #313f96, #009b84) !important; background: -webkit-bg-linear-gradient(45deg, #313f96, #009b84) !important; } .btn-gradient-royston:hover, .btn-gradient-royston:focus { color: #fff; background: #f9bb09 ; background: linear-gradient(45deg, #f9bb09 , #018975) !important; background: -webkit-bg-linear-gradient(45deg, #f9bb09 , #018975) !important; } .btn-gradient-royston:not(:disabled):not(.disabled).active, .btn-gradient-royston:not(:disabled):not(.disabled):active { color: #fff; background: #633d32; background: linear-gradient(45deg, #633d32, #028068) !important; background: -webkit-bg-linear-gradient(45deg, #633d32, #028068) !important; } .btn-gradient-royston.disabled, .btn-gradient-royston:disabled { color: #fff; background: #bca9a4; background: linear-gradient(45deg, #bca9a4, #7fcdc1) !important; background: -webkit-bg-linear-gradient(45deg, #bca9a4, #7fcdc1) !important; } .btn-gradient-ashes { color: #fff; border: none; background: #5e7d8a; background: linear-gradient(45deg, #5e7d8a, #324148) !important; background: -webkit-bg-linear-gradient(45deg, #5e7d8a, #324148) !important; } .btn-gradient-ashes:hover, .btn-gradient-ashes:focus { color: #fff; background: #4a6b78; background: linear-gradient(45deg, #4a6b78, #2b383e) !important; background: -webkit-bg-linear-gradient(45deg, #4a6b78, #2b383e) !important; } .btn-gradient-ashes:not(:disabled):not(.disabled).active, .btn-gradient-ashes:not(:disabled):not(.disabled):active { color: #fff; background: #40606d; background: linear-gradient(45deg, #40606d, #273238) !important; background: -webkit-bg-linear-gradient(45deg, #40606d, #273238) !important; } .btn-gradient-ashes.disabled, .btn-gradient-ashes:disabled { color: #fff; background: #aebec4; background: linear-gradient(45deg, #aebec4, #324148) !important; background: -webkit-bg-linear-gradient(45deg, #aebec4, #324148) !important; } .btn-gradient-metal { color: #fff; border: none; background: #c1993f; background: linear-gradient(45deg, #c1993f, #9e9e9e) !important; background: -webkit-bg-linear-gradient(45deg, #c1993f, #9e9e9e) !important; } .btn-gradient-metal:hover, .btn-gradient-metal:focus { color: #fff; background: #b48c32; background: linear-gradient(45deg, #b48c32, #919191) !important; background: -webkit-bg-linear-gradient(45deg, #b48c32, #919191) !important; } .btn-gradient-metal:not(:disabled):not(.disabled).active, .btn-gradient-metal:not(:disabled):not(.disabled):active { color: #fff; background: #a27b25; background: linear-gradient(45deg, #a27b25, #858484) !important; background: -webkit-bg-linear-gradient(45deg, #a27b25, #858484) !important; } .btn-gradient-metal.disabled, .btn-gradient-metal:disabled { color: #fff; background: #e0cc9f; background: linear-gradient(45deg, #e0cc9f, #cecece) !important; background: -webkit-bg-linear-gradient(45deg, #e0cc9f, #cecece) !important; } .btn-gradient-sunset { color: #fff; border: none; background: #009b84; background: linear-gradient(45deg, #009b84, #ff6028) !important; background: -webkit-bg-linear-gradient(45deg, #009b84, #ff6028) !important; } .btn-gradient-sunset:hover, .btn-gradient-sunset:focus { color: #fff; background: #018975; background: linear-gradient(45deg, #018975, #fb551c) !important; background: -webkit-bg-linear-gradient(45deg, #018975, #fb551c) !important; } .btn-gradient-sunset:not(:disabled):not(.disabled).active, .btn-gradient-sunset:not(:disabled):not(.disabled):active { color: #fff; background: #028068; background: linear-gradient(45deg, #028068, #e8470f) !important; background: -webkit-bg-linear-gradient(45deg, #028068, #e8470f) !important; } .btn-gradient-sunset.disabled, .btn-gradient-sunset:disabled { color: #fff; background: #7fcdc1; background: linear-gradient(45deg, #7fcdc1, #ffaf93) !important; background: -webkit-bg-linear-gradient(45deg, #7fcdc1, #ffaf93) !important; } .btn-outline-sky { color: #00acf0; background-color: transparent; background-image: none; border-color: #00acf0; } .btn-outline-sky:hover, .btn-outline-sky:focus { color: #fff; background-color: #00a0df; border-color: #00a0df; } .btn-outline-sky:not(:disabled):not(.disabled).active, .btn-outline-sky:not(:disabled):not(.disabled):active { color: #fff; background-color: #0293c9; border-color: #0293c9; } .btn-outline-sky.disabled, .btn-outline-sky:disabled { color: #fff; background-color: #7fd5f7; border-color: #7fd5f7; } .btn-outline-info, .btn-outline-cyan { color: #1ebccd; background-color: transparent; background-image: none; border-color: #1ebccd; } .btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-cyan:hover, .btn-outline-cyan:focus { color: #fff; background-color: #16a9b9; border-color: #16a9b9; } .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-cyan:not(:disabled):not(.disabled).active, .btn-outline-cyan:not(:disabled):not(.disabled):active { color: #fff; background-color: #0e949f; border-color: #0e949f; } .btn-outline-info.disabled, .btn-outline-info:disabled, .btn-outline-cyan.disabled, .btn-outline-cyan:disabled { color: #fff; background-color: #8edde6; border-color: #8edde6; } .btn-outline-success, .btn-outline-green { color: #22af47; background-color: transparent; background-image: none; border-color: #22af47; } .btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-green:hover, .btn-outline-green:focus { color: #fff; background-color: #1aa23e; border-color: #1aa23e; } .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active, .btn-outline-green:not(:disabled):not(.disabled):active { color: #fff; background-color: #179237; border-color: #179237; } .btn-outline-success.disabled, .btn-outline-success:disabled, .btn-outline-green.disabled, .btn-outline-green:disabled { color: #fff; background-color: #90d7a3; border-color: #90d7a3; } .btn-outline-warning, .btn-outline-yellow { color: #ffbf36; background-color: transparent; background-image: none; border-color: #ffbf36; } .btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-yellow:hover, .btn-outline-yellow:focus { color: #fff; background-color: #ffb71d; border-color: #ffb71d; } .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active, .btn-outline-yellow:not(:disabled):not(.disabled):active { color: #fff; background-color: #ffac19; border-color: #ffac19; } .btn-outline-warning.disabled, .btn-outline-warning:disabled, .btn-outline-yellow.disabled, .btn-outline-yellow:disabled { color: #fff; background-color: #ffdf9a; border-color: #ffdf9a; } .btn-outline-danger, .btn-outline-red { color: #f83f37; background-color: transparent; background-image: none; border-color: #f83f37; } .btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-red:hover, .btn-outline-red:focus { color: #fff; background-color: #ff2f26; border-color: #ff2f26; } .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active, .btn-outline-red:not(:disabled):not(.disabled):active { color: #fff; background-color: #ed1622; border-color: #ed1622; } .btn-outline-danger.disabled, .btn-outline-danger:disabled, .btn-outline-red.disabled, .btn-outline-red:disabled { color: #fff; background-color: #fb9f9b; border-color: #fb9f9b; } .btn-outline-secondary, .btn-outline-grey { color: #9e9e9e; background-color: transparent; background-image: none; border-color: #9e9e9e; } .btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-grey:hover, .btn-outline-grey:focus { color: #fff; background-color: #919191; border-color: #919191; } .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-grey:not(:disabled):not(.disabled).active, .btn-outline-grey:not(:disabled):not(.disabled):active { color: #fff; background-color: #858484; border-color: #858484; } .btn-outline-secondary.disabled, .btn-outline-secondary:disabled, .btn-outline-grey.disabled, .btn-outline-grey:disabled { color: #fff; background-color: #cecece; border-color: #cecece; } .btn-outline-pink { color: #ed1b60; background-color: transparent; background-image: none; border-color: #ed1b60; } .btn-outline-pink:hover, .btn-outline-pink:focus { color: #fff; background-color: #df195f; border-color: #df195f; } .btn-outline-pink:not(:disabled):not(.disabled).active, .btn-outline-pink:not(:disabled):not(.disabled):active { color: #fff; background-color: #be1b54; border-color: #be1b54; } .btn-outline-pink.disabled, .btn-outline-pink:disabled { color: #fff; background-color: #f68daf; border-color: #f68daf; } .btn-outline-purple { color: #ab26aa; background-color: transparent; background-image: none; border-color: #ab26aa; } .btn-outline-purple:hover, .btn-outline-purple:focus { color: #fff; background-color: #9a3092; border-color: #9a3092; } .btn-outline-purple:not(:disabled):not(.disabled).active, .btn-outline-purple:not(:disabled):not(.disabled):active { color: #fff; background-color: #882787; border-color: #882787; } .btn-outline-purple.disabled, .btn-outline-purple:disabled { color: #fff; background-color: #d592d4; border-color: #d592d4; } .btn-outline-violet { color: #6640b2; background-color: transparent; background-image: none; border-color: #6640b2; } .btn-outline-violet:hover, .btn-outline-violet:focus { color: #fff; background-color: #603bab; border-color: #603bab; } .btn-outline-violet:not(:disabled):not(.disabled).active, .btn-outline-violet:not(:disabled):not(.disabled):active { color: #fff; background-color: #5935a3; border-color: #5935a3; } .btn-outline-violet.disabled, .btn-outline-violet:disabled { color: #fff; background-color: #b29fd8; border-color: #b29fd8; } .btn-outline-indigo { color: #3a55b1; background-color: transparent; background-image: none; border-color: #3a55b1; } .btn-outline-indigo:hover, .btn-outline-indigo:focus { color: #fff; background-color: #3650ab; border-color: #3650ab; } .btn-outline-indigo:not(:disabled):not(.disabled).active, .btn-outline-indigo:not(:disabled):not(.disabled):active { color: #fff; background-color: #2f4595; border-color: #2f4595; } .btn-outline-indigo.disabled, .btn-outline-indigo:disabled { color: #fff; background-color: #9caad8; border-color: #9caad8; } .btn-outline-blue { color: #0092ee; background-color: transparent; background-image: none; border-color: #0092ee; } .btn-outline-blue:hover, .btn-outline-blue:focus { color: #fff; background-color: #0089e0; border-color: #0089e0; } .btn-outline-blue:not(:disabled):not(.disabled).active, .btn-outline-blue:not(:disabled):not(.disabled):active { color: #fff; background-color: #007fd0; border-color: #007fd0; } .btn-outline-blue.disabled, .btn-outline-blue:disabled { color: #fff; background-color: #7fc8f6; border-color: #7fc8f6; } .btn-outline-teal { color: #009b84; background-color: transparent; background-image: none; border-color: #009b84; } .btn-outline-teal:hover, .btn-outline-teal:focus { color: #fff; background-color: #018975; border-color: #018975; } .btn-outline-teal:not(:disabled):not(.disabled).active, .btn-outline-teal:not(:disabled):not(.disabled):active { color: #fff; background-color: #028068; border-color: #028068; } .btn-outline-teal.disabled, .btn-outline-teal:disabled { color: #fff; background-color: #7fcdc1; border-color: #7fcdc1; } .btn-outline-neon { color: #88c241; background-color: transparent; background-image: none; border-color: #88c241; } .btn-outline-neon:hover, .btn-outline-neon:focus { color: #fff; background-color: #79b62f; border-color: #79b62f; } .btn-outline-neon:not(:disabled):not(.disabled).active, .btn-outline-neon:not(:disabled):not(.disabled):active { color: #fff; background-color: #67a41c; border-color: #67a41c; } .btn-outline-neon.disabled, .btn-outline-neon:disabled { color: #fff; background-color: #c3e0a0; border-color: #c3e0a0; } .btn-outline-lime { color: #d0d962; background-color: transparent; background-image: none; border-color: #d0d962; } .btn-outline-lime:hover, .btn-outline-lime:focus { color: #324148; background-color: #c3cc34; border-color: #c3cc34; } .btn-outline-lime:not(:disabled):not(.disabled).active, .btn-outline-lime:not(:disabled):not(.disabled):active { color: #324148; background-color: #b7c11a; border-color: #b7c11a; } .btn-outline-lime.disabled, .btn-outline-lime:disabled { color: #324148; background-color: #e7ecb0; border-color: #e7ecb0; } .btn-outline-sun { color: #fde335; background-color: transparent; background-image: none; border-color: #fde335; } .btn-outline-sun:hover, .btn-outline-sun:focus { color: #324148; background-color: #ecd11e; border-color: #ecd11e; } .btn-outline-sun:not(:disabled):not(.disabled).active, .btn-outline-sun:not(:disabled):not(.disabled):active { color: #324148; background-color: #dfc414; border-color: #dfc414; } .btn-outline-sun.disabled, .btn-outline-sun:disabled { color: #324148; background-color: #fef19a; border-color: #fef19a; } .btn-outline-orange { color: #ff9528; background-color: transparent; background-image: none; border-color: #ff9528; } .btn-outline-orange:hover, .btn-outline-orange:focus { color: #fff; background-color: #ff880e; border-color: #ff880e; } .btn-outline-orange:not(:disabled):not(.disabled).active, .btn-outline-orange:not(:disabled):not(.disabled):active { color: #fff; background-color: #ff7800; border-color: #ff7800; } .btn-outline-orange.disabled, .btn-outline-orange:disabled { color: #fff; background-color: #ffca93; border-color: #ffca93; } .btn-outline-pumpkin { color: #ff6028; background-color: transparent; background-image: none; border-color: #ff6028; } .btn-outline-pumpkin:hover, .btn-outline-pumpkin:focus { color: #fff; background-color: #fb551c; border-color: #fb551c; } .btn-outline-pumpkin:not(:disabled):not(.disabled).active, .btn-outline-pumpkin:not(:disabled):not(.disabled):active { color: #fff; background-color: #e8470f; border-color: #e8470f; } .btn-outline-pumpkin.disabled, .btn-outline-pumpkin:disabled { color: #fff; background-color: #ffaf93; border-color: #ffaf93; } .btn-outline-primary, .btn-outline-brown { color: #313f96; background-color: transparent; background-image: none; border-color: #313f96; } .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-brown:hover, .btn-outline-brown:focus { color: #fff; background-color: #f9bb09 ; border-color: #f9bb09 ; } .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-brown:not(:disabled):not(.disabled).active, .btn-outline-brown:not(:disabled):not(.disabled):active { color: #fff; background-color: #633d32; border-color: #633d32; } .btn-outline-primary.disabled, .btn-outline-primary:disabled, .btn-outline-brown.disabled, .btn-outline-brown:disabled { color: #fff; background-color: #bca9a4; border-color: #bca9a4; } .btn-outline-gold { color: #c1993f; background-color: transparent; background-image: none; border-color: #c1993f; } .btn-outline-gold:hover, .btn-outline-gold:focus { color: #fff; background-color: #b48c32; border-color: #b48c32; } .btn-outline-gold:not(:disabled):not(.disabled).active, .btn-outline-gold:not(:disabled):not(.disabled):active { color: #fff; background-color: #a27b25; border-color: #a27b25; } .btn-outline-gold.disabled, .btn-outline-gold:disabled { color: #fff; background-color: #e0cc9f; border-color: #e0cc9f; } .btn-outline-smoke { color: #5e7d8a; background-color: transparent; background-image: none; border-color: #5e7d8a; } .btn-outline-smoke:hover, .btn-outline-smoke:focus { color: #fff; background-color: #4a6b78; border-color: #4a6b78; } .btn-outline-smoke:not(:disabled):not(.disabled).active, .btn-outline-smoke:not(:disabled):not(.disabled):active { color: #fff; background-color: #40606d; border-color: #40606d; } .btn-outline-smoke.disabled, .btn-outline-smoke:disabled { color: #fff; background-color: #aebec4; border-color: #aebec4; } .btn-outline-dark { color: #324148; background-color: transparent; background-image: none; border-color: #324148; } .btn-outline-dark:hover, .btn-outline-dark:focus { color: #fff; background-color: #2b383e; border-color: #2b383e; } .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active { color: #fff; background-color: #273238; border-color: #273238; } .btn-outline-dark.disabled, .btn-outline-dark:disabled { color: #fff; background-color: #adb3b6; border-color: #adb3b6; } .btn-outline-light { color: #324148; background-color: transparent; background-image: none; border-color: #e0e3e4; } .btn-outline-light:hover, .btn-outline-light:focus { color: #324148; background-color: #d6d9da; border-color: #d6d9da; } .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active { color: #324148; background-color: #c1c6c8; border-color: #c1c6c8; } .btn-outline-light.disabled, .btn-outline-light:disabled { color: #324148; background-color: #f5f5f6; border-color: #f5f5f6; } .show > .btn-sky.dropdown-toggle, .show > .btn-outline-sky.dropdown-toggle { color: #fff; background-color: #0293c9; border-color: #0293c9; } .show > .btn-info.dropdown-toggle, .show > .btn-cyan.dropdown-toggle, .show > .btn-outline-info.dropdown-toggle, .show > .btn-outline-cyan.dropdown-toggle { color: #fff; background-color: #0e949f; border-color: #0e949f; } .show > .btn-success.dropdown-toggle, .show > .btn-green.dropdown-toggle, .show > .btn-outline-success.dropdown-toggle, .show > .btn-outline-green.dropdown-toggle { color: #fff; background-color: #179237; border-color: #179237; } .show > .btn-warning.dropdown-toggle, .show > .btn-yellow.dropdown-toggle, .show > .btn-outline-warning.dropdown-toggle, .show > .btn-outline-yellow.dropdown-toggle { color: #fff; background-color: #ffac19; border-color: #ffac19; } .show > .btn-danger.dropdown-toggle, .show > .btn-red.dropdown-toggle, .show > .btn-outline-danger.dropdown-toggle, .show > .btn-outline-red.dropdown-toggle { color: #fff; background-color: #ed1622; border-color: #ed1622; } .show > .btn-secondary.dropdown-toggle, .show > .btn-grey.dropdown-toggle, .show > .btn-outline-secondary.dropdown-toggle, .show > .btn-outline-grey.dropdown-toggle { color: #fff; background-color: #858484; border-color: #858484; } .show > .btn-grey.dropdown-toggle, .show > .btn-outline-grey.dropdown-toggle { color: #fff; background-color: #858484; border-color: #858484; } .show > .btn-pink.dropdown-toggle, .show > .btn-outline-pink.dropdown-toggle { color: #fff; background-color: #be1b54; border-color: #be1b54; } .show > .btn-purple.dropdown-toggle, .show > .btn-outline-purple.dropdown-toggle { color: #fff; background-color: #882787; border-color: #882787; } .show > .btn-violet.dropdown-toggle, .show > .btn-outline-violet.dropdown-toggle { color: #fff; background-color: #5935a3; border-color: #5935a3; } .show > .btn-indigo.dropdown-toggle, .show > .btn-outline-indigo.dropdown-toggle { color: #fff; background-color: #2f4595; border-color: #2f4595; } .show > .btn-blue.dropdown-toggle, .show > .btn-outline-blue.dropdown-toggle { color: #fff; background-color: #007fd0; border-color: #007fd0; } .show > .btn-teal.dropdown-toggle, .show > .btn-outline-teal.dropdown-toggle { color: #fff; background-color: #028068; border-color: #028068; } .show > .btn-neon.dropdown-toggle, .show > .btn-outline-neon.dropdown-toggle { color: #fff; background-color: #67a41c; border-color: #67a41c; } .show > .btn-lime.dropdown-toggle, .show > .btn-outline-lime.dropdown-toggle { color: #324148; background-color: #b7c11a; border-color: #b7c11a; } .show > .btn-sun.dropdown-toggle, .show > .btn-outline-sun.dropdown-toggle { color: #324148; background-color: #dfc414; border-color: #dfc414; } .show > .btn-orange.dropdown-toggle, .show > .btn-outline-orange.dropdown-toggle { color: #fff; background-color: #ff7800; border-color: #ff7800; } .show > .btn-pumpkin.dropdown-toggle, .show > .btn-outline-pumpkin.dropdown-toggle { color: #fff; background-color: #e8470f; border-color: #e8470f; } .show > .btn-primary.dropdown-toggle, .show > .btn-brown.dropdown-toggle, .show > .btn-outline-primary.dropdown-toggle, .show > .btn-outline-brown.dropdown-toggle { color: #fff; background-color: #633d32; border-color: #633d32; } .show > .btn-gold.dropdown-toggle, .show > .btn-outline-gold.dropdown-toggle { color: #fff; background-color: #a27b25; border-color: #a27b25; } .show > .btn-smoke.dropdown-toggle, .show > .btn-outline-smoke.dropdown-toggle { color: #fff; background-color: #40606d; border-color: #40606d; } .show > .btn-light.dropdown-toggle, .show > .btn-outline-light.dropdown-toggle { color: #324148; background-color: #c1c6c8; border-color: #c1c6c8; } .show > .btn-dark.dropdown-toggle, .show > .btn-outline-dark.dropdown-toggle { color: #fff; background-color: #273238; border-color: #273238; } .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -2px; } .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -2px; } .btn-group.btn-group-rounded .btn:first-child { border-top-left-radius: 50px; border-bottom-left-radius: 50px; } .btn-group.btn-group-rounded .btn:last-child { border-top-right-radius: 50px; border-bottom-right-radius: 50px; } .btn-group-lg > .btn, .btn-lg { font-size: 1.1rem; border-radius: 0.25rem; } .btn-group-xs > .btn, .btn-xs { font-size: 1.1rem; border-radius: 0.2rem; padding: .05rem .3rem; font-size: .85rem; } .button-list > .btn, .button-list > .btn-group { margin-top: 15px; margin-right: 10px; } button.close { outline: none; } /*Wrapper*/ .hk-wrapper { background: #fff; position: relative; } .hk-pg-wrapper { background: #fff; padding: 57px 0 60px; position: relative; } .hk-pg-wrapper .hk-pg-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 25px; } .hk-pg-wrapper .hk-pg-header .hk-pg-title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .hk-pg-wrapper .hk-pg-header .hk-pg-title .pg-title-icon { padding-right: 10px; color: #c1c6c8; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; } .hk-pg-wrapper .hk-pg-header > div:first-child, .hk-pg-wrapper .hk-pg-header > div:last-child { margin-bottom: 15px; } /*Navigation*/ /*------------------------------------------------------------------ [Navbar] Project: Brunette -------------------------------------------------------------------*/ /*Nav*/ .nav .nav-link.link-icon-left i, .nav .nav-link.link-icon-left span { padding-right: 10px; font-size: 18px; } .nav .nav-link.link-icon-top i, .nav .nav-link.link-icon-top span { display: block; text-align: center; font-size: 21px; } .nav.nav-tabs { border-bottom: none; } .nav.nav-tabs .nav-link { border-top: none; border-left: none; border-right: none; border-radius: 0; border-bottom: 3px solid transparent; -webkit-transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; } .nav.nav-tabs .nav-link.active { color: #324148; background: transparent; border-color: #ffd606; } .nav.nav-tabs .nav-link.active:hover, .nav.nav-tabs .nav-link.active:focus { border-color: #ffd606; } .nav.nav-tabs .nav-link:hover, .nav.nav-tabs .nav-link:focus { color: #e1e3e4; border-color: transparent; } .nav.nav-tabs .nav-link.disabled { color: #c1c6c8; } .nav.nav-tabs .nav-item.show .nav-link { color: #324148; border-color: #00acf0; background: transparent; } .nav.nav-tabs .dropdown-menu { margin-top: 1px; } .nav.nav-tabs.nav-tabs-sky .nav-link.active, .nav.nav-tabs.nav-tabs-primary .nav-link.active { border-color: #00acf0; } .nav.nav-tabs.nav-tabs-sky .nav-link.active:hover, .nav.nav-tabs.nav-tabs-sky .nav-link.active:focus, .nav.nav-tabs.nav-tabs-primary .nav-link.active:hover, .nav.nav-tabs.nav-tabs-primary .nav-link.active:focus { border-color: #00acf0; } .nav.nav-tabs.nav-tabs-sky .nav-item.show .nav-link, .nav.nav-tabs.nav-tabs-primary .nav-item.show .nav-link { border-color: #00acf0; } .nav.nav-tabs.nav-tabs-cyan .nav-link.active, .nav.nav-tabs.nav-tabs-info .nav-link.active { border-color: #1ebccd; } .nav.nav-tabs.nav-tabs-cyan .nav-link.active:hover, .nav.nav-tabs.nav-tabs-cyan .nav-link.active:focus, .nav.nav-tabs.nav-tabs-info .nav-link.active:hover, .nav.nav-tabs.nav-tabs-info .nav-link.active:focus { border-color: #1ebccd; } .nav.nav-tabs.nav-tabs-cyan .nav-item.show .nav-link, .nav.nav-tabs.nav-tabs-info .nav-item.show .nav-link { border-color: #1ebccd; } .nav.nav-tabs.nav-tabs-green .nav-link.active, .nav.nav-tabs.nav-tabs-success .nav-link.active { border-color: #22af47; } .nav.nav-tabs.nav-tabs-green .nav-link.active:hover, .nav.nav-tabs.nav-tabs-green .nav-link.active:focus, .nav.nav-tabs.nav-tabs-success .nav-link.active:hover, .nav.nav-tabs.nav-tabs-success .nav-link.active:focus { border-color: #22af47; } .nav.nav-tabs.nav-tabs-green .nav-item.show .nav-link, .nav.nav-tabs.nav-tabs-success .nav-item.show .nav-link { border-color: #22af47; } .nav.nav-tabs.nav-tabs-yellow .nav-link.active, .nav.nav-tabs.nav-tabs-warning .nav-link.active { border-color: #ffbf36; } .nav.nav-tabs.nav-tabs-yellow .nav-link.active:hover, .nav.nav-tabs.nav-tabs-yellow .nav-link.active:focus, .nav.nav-tabs.nav-tabs-warning .nav-link.active:hover, .nav.nav-tabs.nav-tabs-warning .nav-link.active:focus { border-color: #ffbf36; } .nav.nav-tabs.nav-tabs-yellow .nav-item.show .nav-link, .nav.nav-tabs.nav-tabs-warning .nav-item.show .nav-link { border-color: #ffbf36; } .nav.nav-tabs.nav-tabs-red .nav-link.active, .nav.nav-tabs.nav-tabs-danger .nav-link.active { border-color: #f83f37; } .nav.nav-tabs.nav-tabs-red .nav-link.active:hover, .nav.nav-tabs.nav-tabs-red .nav-link.active:focus, .nav.nav-tabs.nav-tabs-danger .nav-link.active:hover, .nav.nav-tabs.nav-tabs-danger .nav-link.active:focus { border-color: #f83f37; } .nav.nav-tabs.nav-tabs-red .nav-item.show .nav-link, .nav.nav-tabs.nav-tabs-danger .nav-item.show .nav-link { border-color: #f83f37; } .nav.nav-tabs.nav-tabs-blue .nav-link.active { border-color: #0092ee; } .nav.nav-tabs.nav-tabs-blue .nav-link.active:hover, .nav.nav-tabs.nav-tabs-blue .nav-link.active:focus { border-color: #0092ee; } .nav.nav-tabs.nav-tabs-blue .nav-item.show .nav-link { border-color: #0092ee; } .nav.nav-tabs.nav-tabs-pink .nav-link.active { border-color: #ed1b60; } .nav.nav-tabs.nav-tabs-pink .nav-link.active:hover, .nav.nav-tabs.nav-tabs-pink .nav-link.active:focus { border-color: #ed1b60; } .nav.nav-tabs.nav-tabs-pink .nav-item.show .nav-link { border-color: #ed1b60; } .nav.nav-tabs.nav-tabs-purple .nav-link.active { border-color: #ab26aa; } .nav.nav-tabs.nav-tabs-purple .nav-link.active:hover, .nav.nav-tabs.nav-tabs-purple .nav-link.active:focus { border-color: #ab26aa; } .nav.nav-tabs.nav-tabs-purple .nav-item.show .nav-link { border-color: #ab26aa; } .nav.nav-tabs.nav-tabs-violet .nav-link.active { border-color: #6640b2; } .nav.nav-tabs.nav-tabs-violet .nav-link.active:hover, .nav.nav-tabs.nav-tabs-violet .nav-link.active:focus { border-color: #6640b2; } .nav.nav-tabs.nav-tabs-violet .nav-item.show .nav-link { border-color: #6640b2; } .nav.nav-tabs.nav-tabs-indigo .nav-link.active { border-color: #3a55b1; } .nav.nav-tabs.nav-tabs-indigo .nav-link.active:hover, .nav.nav-tabs.nav-tabs-indigo .nav-link.active:focus { border-color: #3a55b1; } .nav.nav-tabs.nav-tabs-indigo .nav-item.show .nav-link { border-color: #3a55b1; } .nav.nav-tabs.nav-tabs-blue .nav-link.active { border-color: #0092ee; } .nav.nav-tabs.nav-tabs-blue .nav-link.active:hover, .nav.nav-tabs.nav-tabs-blue .nav-link.active:focus { border-color: #0092ee; } .nav.nav-tabs.nav-tabs-blue .nav-item.show .nav-link { border-color: #0092ee; } .nav.nav-tabs.nav-tabs-teal .nav-link.active { border-color: #009b84; } .nav.nav-tabs.nav-tabs-teal .nav-link.active:hover, .nav.nav-tabs.nav-tabs-teal .nav-link.active:focus { border-color: #009b84; } .nav.nav-tabs.nav-tabs-teal .nav-item.show .nav-link { border-color: #009b84; } .nav.nav-tabs.nav-tabs-neon .nav-link.active { border-color: #88c241; } .nav.nav-tabs.nav-tabs-neon .nav-link.active:hover, .nav.nav-tabs.nav-tabs-neon .nav-link.active:focus { border-color: #88c241; } .nav.nav-tabs.nav-tabs-neon .nav-item.show .nav-link { border-color: #88c241; } .nav.nav-tabs.nav-tabs-lime .nav-link.active { border-color: #d0d962; } .nav.nav-tabs.nav-tabs-lime .nav-link.active:hover, .nav.nav-tabs.nav-tabs-lime .nav-link.active:focus { border-color: #d0d962; } .nav.nav-tabs.nav-tabs-lime .nav-item.show .nav-link { border-color: #d0d962; } .nav.nav-tabs.nav-tabs-sun .nav-link.active { border-color: #fde335; } .nav.nav-tabs.nav-tabs-sun .nav-link.active:hover, .nav.nav-tabs.nav-tabs-sun .nav-link.active:focus { border-color: #fde335; } .nav.nav-tabs.nav-tabs-sun .nav-item.show .nav-link { border-color: #fde335; } .nav.nav-tabs.nav-tabs-orange .nav-link.active { border-color: #ff9528; } .nav.nav-tabs.nav-tabs-orange .nav-link.active:hover, .nav.nav-tabs.nav-tabs-orange .nav-link.active:focus { border-color: #ff9528; } .nav.nav-tabs.nav-tabs-orange .nav-item.show .nav-link { border-color: #ff9528; } .nav.nav-tabs.nav-tabs-pumpkin .nav-link.active { border-color: #ff6028; } .nav.nav-tabs.nav-tabs-pumpkin .nav-link.active:hover, .nav.nav-tabs.nav-tabs-pumpkin .nav-link.active:focus { border-color: #ff6028; } .nav.nav-tabs.nav-tabs-pumpkin .nav-item.show .nav-link { border-color: #ff6028; } .nav.nav-tabs.nav-tabs-brown .nav-link.active { border-color: #313f96; } .nav.nav-tabs.nav-tabs-brown .nav-link.active:hover, .nav.nav-tabs.nav-tabs-brown .nav-link.active:focus { border-color: #313f96; } .nav.nav-tabs.nav-tabs-brown .nav-item.show .nav-link { border-color: #313f96; } .nav.nav-tabs.nav-tabs-gold .nav-link.active { border-color: #c1993f; } .nav.nav-tabs.nav-tabs-gold .nav-link.active:hover, .nav.nav-tabs.nav-tabs-gold .nav-link.active:focus { border-color: #c1993f; } .nav.nav-tabs.nav-tabs-gold .nav-item.show .nav-link { border-color: #c1993f; } .nav.nav-tabs.nav-tabs-smoke .nav-link.active { border-color: #5e7d8a; } .nav.nav-tabs.nav-tabs-smoke .nav-link.active:hover, .nav.nav-tabs.nav-tabs-smoke .nav-link.active:focus { border-color: #5e7d8a; } .nav.nav-tabs.nav-tabs-smoke .nav-item.show .nav-link { border-color: #5e7d8a; } .nav.nav-tabs.nav-tabs-grey .nav-link.active, .nav.nav-tabs.nav-tabs-secondary .nav-link.active { border-color: #9e9e9e; } .nav.nav-tabs.nav-tabs-grey .nav-link.active:hover, .nav.nav-tabs.nav-tabs-grey .nav-link.active:focus, .nav.nav-tabs.nav-tabs-secondary .nav-link.active:hover, .nav.nav-tabs.nav-tabs-secondary .nav-link.active:focus { border-color: #9e9e9e; } .nav.nav-tabs.nav-tabs-grey .nav-item.show .nav-link, .nav.nav-tabs.nav-tabs-secondary .nav-item.show .nav-link { border-color: #9e9e9e; } .nav.nav-tabs.nav-tabs-dark .nav-link.active { border-color: #324148; } .nav.nav-tabs.nav-tabs-dark .nav-link.active:hover, .nav.nav-tabs.nav-tabs-dark .nav-link.active:focus { border-color: #324148; } .nav.nav-tabs.nav-tabs-dark .nav-item.show .nav-link { border-color: #324148; } .nav.nav-tabs.nav-tabs-light .nav-link.active { border-color: #e0e3e4; } .nav.nav-tabs.nav-tabs-light .nav-link.active:hover, .nav.nav-tabs.nav-tabs-light .nav-link.active:focus { border-color: #e0e3e4; } .nav.nav-tabs.nav-tabs-light .nav-item.show .nav-link { border-color: #e0e3e4; } .nav.nav-pills .nav-link { -webkit-transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; } .nav.nav-pills .nav-link.active { color: #fff; background-color: #313f96; } .nav.nav-pills .nav-link.active:hover, .nav.nav-pills .nav-link.active:focus { color: #fff; } .nav.nav-pills .nav-link:hover, .nav.nav-pills .nav-link:focus { color: #324148; } .nav.nav-pills .nav-link.disabled { color: #c1c6c8; } .nav.nav-pills .nav-item.show .nav-link { color: #fff; background-color: #00acf0; } .nav.nav-pills.nav-pills-square .nav-link { border-radius: 0; } .nav.nav-pills.nav-pills-rounded .nav-link { border-radius: 50px; } .nav.nav-pills.nav-pills-sky .nav-link.active, .nav.nav-pills.nav-pills-primary .nav-link.active { background-color: #00acf0; } .nav.nav-pills.nav-pills-sky .nav-item.show .nav-link, .nav.nav-pills.nav-pills-primary .nav-item.show .nav-link { background-color: #00acf0; } .nav.nav-pills.nav-pills-cyan .nav-link.active, .nav.nav-pills.nav-pills-info .nav-link.active { background-color: #1ebccd; } .nav.nav-pills.nav-pills-cyan .nav-item.show .nav-link, .nav.nav-pills.nav-pills-info .nav-item.show .nav-link { background-color: #1ebccd; } .nav.nav-pills.nav-pills-green .nav-link.active, .nav.nav-pills.nav-pills-success .nav-link.active { background-color: #22af47; } .nav.nav-pills.nav-pills-green .nav-item.show .nav-link, .nav.nav-pills.nav-pills-success .nav-item.show .nav-link { background-color: #22af47; } .nav.nav-pills.nav-pills-yellow .nav-link.active, .nav.nav-pills.nav-pills-warning .nav-link.active { background-color: #ffbf36; } .nav.nav-pills.nav-pills-yellow .nav-item.show .nav-link, .nav.nav-pills.nav-pills-warning .nav-item.show .nav-link { background-color: #ffbf36; } .nav.nav-pills.nav-pills-red .nav-link.active, .nav.nav-pills.nav-pills-danger .nav-link.active { background-color: #f83f37; } .nav.nav-pills.nav-pills-red .nav-item.show .nav-link, .nav.nav-pills.nav-pills-danger .nav-item.show .nav-link { background-color: #f83f37; } .nav.nav-pills.nav-pills-blue .nav-link.active { background-color: #0092ee; } .nav.nav-pills.nav-pills-blue .nav-item.show .nav-link { background-color: #0092ee; } .nav.nav-pills.nav-pills-pink .nav-link.active { background-color: #ed1b60; } .nav.nav-pills.nav-pills-pink .nav-item.show .nav-link { background-color: #ed1b60; } .nav.nav-pills.nav-pills-purple .nav-link.active { background-color: #ab26aa; } .nav.nav-pills.nav-pills-purple .nav-item.show .nav-link { background-color: #ab26aa; } .nav.nav-pills.nav-pills-violet .nav-link.active { background-color: #6640b2; } .nav.nav-pills.nav-pills-violet .nav-item.show .nav-link { background-color: #6640b2; } .nav.nav-pills.nav-pills-indigo .nav-link.active { background-color: #3a55b1; } .nav.nav-pills.nav-pills-indigo .nav-item.show .nav-link { background-color: #3a55b1; } .nav.nav-pills.nav-pills-blue .nav-link.active { background-color: #0092ee; } .nav.nav-pills.nav-pills-blue .nav-item.show .nav-link { background-color: #0092ee; } .nav.nav-pills.nav-pills-teal .nav-link.active { background-color: #009b84; } .nav.nav-pills.nav-pills-teal .nav-item.show .nav-link { background-color: #009b84; } .nav.nav-pills.nav-pills-neon .nav-link.active { background-color: #88c241; } .nav.nav-pills.nav-pills-neon .nav-item.show .nav-link { background-color: #88c241; } .nav.nav-pills.nav-pills-lime .nav-link.active { background-color: #d0d962; } .nav.nav-pills.nav-pills-lime .nav-item.show .nav-link { background-color: #d0d962; } .nav.nav-pills.nav-pills-sun .nav-link.active { color: #324148; background-color: #fde335; } .nav.nav-pills.nav-pills-sun .nav-item.show .nav-link { color: #324148; background-color: #fde335; } .nav.nav-pills.nav-pills-orange .nav-link.active { background-color: #ff9528; } .nav.nav-pills.nav-pills-orange .nav-item.show .nav-link { background-color: #ff9528; } .nav.nav-pills.nav-pills-pumpkin .nav-link.active { background-color: #ff6028; } .nav.nav-pills.nav-pills-pumpkin .nav-item.show .nav-link { background-color: #ff6028; } .nav.nav-pills.nav-pills-brown .nav-link.active { background-color: #313f96; } .nav.nav-pills.nav-pills-brown .nav-item.show .nav-link { background-color: #313f96; } .nav.nav-pills.nav-pills-gold .nav-link.active { background-color: #c1993f; } .nav.nav-pills.nav-pills-gold .nav-item.show .nav-link { background-color: #c1993f; } .nav.nav-pills.nav-pills-smoke .nav-link.active { background-color: #5e7d8a; } .nav.nav-pills.nav-pills-smoke .nav-item.show .nav-link { background-color: #5e7d8a; } .nav.nav-pills.nav-pills-grey .nav-link.active, .nav.nav-pills.nav-pills-secondary .nav-link.active { background-color: #9e9e9e; } .nav.nav-pills.nav-pills-grey .nav-item.show .nav-link, .nav.nav-pills.nav-pills-secondary .nav-item.show .nav-link { background-color: #9e9e9e; } .nav.nav-pills.nav-pills-dark .nav-link.active { background-color: #324148; } .nav.nav-pills.nav-pills-dark .nav-item.show .nav-link { background-color: #324148; } .nav.nav-pills.nav-pills-light .nav-link.active { color: #324148; background-color: #e0e3e4; } .nav.nav-pills.nav-pills-light .nav-item.show .nav-link { color: #324148; background-color: #e0e3e4; } .nav.nav-dark .nav-link { color: rgba(255, 255, 255, 0.5); } .nav.nav-dark .nav-link.active { color: #fff; } .nav.nav-dark .nav-link.active:hover, .nav.nav-dark .nav-link.active:focus { color: #fff; } .nav.nav-dark .nav-link:hover, .nav.nav-dark .nav-link:focus { color: rgba(255, 255, 255, 0.7); } .nav.nav-dark .nav-link.disabled { color: rgba(255, 255, 255, 0.3); } .nav.nav-dark .nav-item.show .nav-link { color: #fff; } .nav.nav-dark.nav-tabs .nav-link.active { color: #fff; } .nav.nav-dark.nav-tabs .nav-link.active:hover, .nav.nav-dark.nav-tabs .nav-link.active:focus { color: #fff; } .nav.nav-dark.nav-tabs .nav-link:hover, .nav.nav-dark.nav-tabs .nav-link:focus { color: rgba(255, 255, 255, 0.7); } .nav.nav-dark.nav-tabs .nav-link.disabled { color: rgba(255, 255, 255, 0.3); } .nav.nav-dark.nav-tabs .nav-item.show .nav-link { color: #fff; } .nav.nav-dark.nav-pills .nav-link.active { color: #fff; } .nav.nav-dark.nav-pills .nav-link.disabled { color: rgba(255, 255, 255, 0.3); } .nav.nav-dark.nav-pills .nav-item.show .nav-link { color: #fff; } .nav.nav-light .nav-link { color: rgb(255, 255, 255); } .nav.nav-light .nav-link.active { color: #e1e1e1; } .nav.nav-light .nav-link.active:hover, .nav.nav-light .nav-link.active:focus { color: #e1e1e1; } .nav.nav-light .nav-link:hover, .nav.nav-light .nav-link:focus { color: rgba(255, 255, 255, 0.7); } .nav.nav-light .nav-link.disabled { color: rgba(50, 65, 72, 0.3); } .nav.nav-light .nav-item.show .nav-link { color:#e1e1e1; } .nav.nav-light.nav-tabs .nav-link.active { color: #fff; font-weight: 800; } .nav.nav-light.nav-tabs .nav-link.active:hover, .nav.nav-light.nav-tabs .nav-link.active:focus { color: #e1e1e1; } .nav.nav-light.nav-tabs .nav-link:hover, .nav.nav-light.nav-tabs .nav-link:focus { color: rgba(255, 255, 255, 0.7); } .nav.nav-light.nav-tabs .nav-link.disabled { color: rgba(50, 65, 72, 0.3); } .nav.nav-light.nav-tabs .nav-item.show .nav-link { color: #e1e1e1; } .nav.nav-light.nav-pills .nav-link.active { color: #fff; } .nav.nav-light.nav-pills .nav-link.disabled { color: rgba(50, 65, 72, 0.3); } .nav.nav-light.nav-pills .nav-item.show .nav-link { color: #fff; } .nav.nav-dark.nav-pills.nav-pills-sun .nav-link.active, .nav.nav-dark.nav-pills.nav-pills-light .nav-link.active, .nav.nav-light.nav-pills.nav-pills-sun .nav-link.active, .nav.nav-light.nav-pills.nav-pills-light .nav-link.active { color: #e1e1e1; } .nav.nav-dark.nav-pills.nav-pills-sun .nav-item.show .nav-link, .nav.nav-dark.nav-pills.nav-pills-light .nav-item.show .nav-link, .nav.nav-light.nav-pills.nav-pills-sun .nav-item.show .nav-link, .nav.nav-light.nav-pills.nav-pills-light .nav-item.show .nav-link { color: #e1e1e1; } .nav.nav-sm .nav-link { padding: .25rem 0.75rem; font-size: 14px; } /*Navbar*/ .navbar-light .navbar-nav .nav-link { color: rgba(50, 65, 72, 0.5); } .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { color: rgba(255, 255, 255, 0.7); } .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show { color: #e1e1e1; } .navbar-light .navbar-nav .nav-link.disabled { color: rgba(50, 65, 72, 0.3); } .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .show > .nav-link { color: #e1e1e1; } @media (max-width: 1199px) { .navbar-demo .input-group { width: auto; margin-bottom: .5rem; } .navbar-demo .navbar-nav .nav-link { padding-right: 1rem; } .navbar-demo .navbar-nav .dropdown-menu { position: absolute; } } .navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.5); } .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: rgba(255, 255, 255, 0.7); } .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show { color: #fff; } .navbar-dark .navbar-nav .nav-link.disabled { color: rgba(255, 255, 255, 0.3); } .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .show > .nav-link { color: #fff; } /*Top Nav*/ .hk-wrapper .hk-navbar { padding-top: 0; padding-bottom: 0; box-shadow: 0 0 28px rgba(0, 0, 0, 0.07); } .hk-wrapper .hk-navbar .feather-icon { display: block; } .hk-wrapper .hk-navbar .feather-icon > svg { width: 20px; height: 20px; } .hk-wrapper .hk-navbar a.navbar-toggle-btn { line-height: 57px; margin-right: 18px; } .hk-wrapper .hk-navbar a.navbar-brand { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 22px; font-weight: 500; text-transform: capitalize; } .hk-wrapper .hk-navbar a.nav-link-hover { position: relative; text-align: center; } .hk-wrapper .hk-navbar a.nav-link-hover:after { content: ""; position: absolute; bottom: 0; left: -8px; right: -8px; top: 0; margin: auto; z-index: -1; height: 37px; width: 37px; opacity: 0; border-radius: 50%; -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -ms-transform: scale(1.3); -o-transform: scale(1.3); transform: scale(1.3); -webkit-transition: 0.3s ease; -moz-transition: 0.3s ease; transition: 0.3s ease; } .hk-wrapper .hk-navbar a.nav-link-hover:hover:after { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .hk-wrapper .hk-navbar .navbar-nav { -ms-flex-direction: row; flex-direction: row; margin-left: auto; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .hk-wrapper .hk-navbar .navbar-nav .nav-item .nav-link { line-height: 57px; padding: 0 12px; } .hk-wrapper .hk-navbar .navbar-nav .nav-item:last-child .nav-link { padding-right: 0; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-authentication .nav-link .media { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-authentication .nav-link .media .media-img-wrap { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-right: 10px; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-authentication .nav-link .media .media-img-wrap .avatar { display: -webkit-box; display: -ms-flexbox; display: flex; height: 35px; width: 35px; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-authentication .nav-link .media .media-img-wrap .badge-indicator { bottom: 2px; height: 7px; right: 0; position: absolute; width: 7px; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-authentication .nav-link .media .media-body { display: -webkit-box; display: -ms-flexbox; display: flex; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-authentication .nav-link .media .media-body > span { font-size: 14px; text-transform: capitalize; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-authentication .nav-link .media .media-body > span > i { padding-left: 10px; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-notifications .nav-link { position: relative; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-notifications .nav-link .badge-wrap { position: absolute; top: 14px; right: 10px; line-height: 0; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-notifications .nav-link .badge-wrap .badge { position: relative; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-notifications .nav-link .badge-wrap .pulse { animation: pulse 2s infinite; } @-webkit-keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(122, 84, 73, 0.8); } 70% { box-shadow: 0 0 0 10px rgba(122, 84, 73, 0); } 100% { box-shadow: 0 0 0 0 rgba(122, 84, 73, 0); } } @keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(122, 84, 73, 0.8); } 70% { box-shadow: 0 0 0 10px rgba(122, 84, 73, 0); } 100% { box-shadow: 0 0 0 0 rgba(122, 84, 73, 0); } } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-notifications .dropdown-menu { min-width: 350px; padding-bottom: 0; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-notifications .dropdown-menu .dropdown-divider { margin: 0; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-notifications .dropdown-menu .dropdown-header { border-bottom: 1px solid #e0e3e4; padding-bottom: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-notifications .dropdown-menu .dropdown-header > a { margin-left: auto; font-weight: normal; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-notifications .dropdown-menu .dropdown-item { white-space: inherit; padding: .75rem 1.25rem; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-notifications .dropdown-menu .dropdown-item .media .media-img-wrap { margin-right: 15px; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-notifications .dropdown-menu .dropdown-item .media .media-body > div { display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-notifications .dropdown-menu .dropdown-item .media .media-body > div .notifications-text { color: #5e7d8a; font-size: 14px; max-width: 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-notifications .dropdown-menu .dropdown-item .media .media-body > div .notifications-time { color: #5e7d8a; font-size: 12px; margin-top: 3px; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-notifications .dropdown-menu .dropdown-item.read-notifications { background: #f5f5f6; } .hk-wrapper .hk-navbar.navbar-light { background: #313f96; } .hk-wrapper .hk-navbar.navbar-light .navbar-brand { color: white; } .hk-wrapper .hk-navbar.navbar-light a.navbar-toggle-btn { color: white; } .hk-wrapper .hk-navbar.navbar-light a.nav-link-hover:after { background: rgba(50, 65, 72, 0.1); } .hk-wrapper .hk-navbar.navbar-light .navbar-nav.hk-navbar-content .nav-item .nav-link { color: white; } .hk-wrapper .hk-navbar.navbar-light .navbar-nav.hk-navbar-content .nav-item .nav-link:hover, .hk-wrapper .hk-navbar.navbar-light .navbar-nav.hk-navbar-content .nav-item .nav-link:focus { color: white; } .hk-wrapper .hk-navbar.navbar-light .navbar-nav.hk-navbar-content .nav-item.dropdown.dropdown-authentication .nav-link .media .media-body > span > i { color: white; } .hk-wrapper .hk-navbar.navbar-dark { background: #502f25; } .hk-wrapper .hk-navbar.navbar-dark a.navbar-toggle-btn { color: #fff; } .hk-wrapper .hk-navbar.navbar-dark a.nav-link-hover:after { background: rgba(255, 255, 255, 0.1); } .hk-wrapper .hk-navbar.navbar-dark .navbar-nav.hk-navbar-content .nav-item .nav-link { color: rgba(255, 255, 255, 0.7); } .hk-wrapper .hk-navbar.navbar-dark .navbar-nav.hk-navbar-content .nav-item .nav-link:hover, .hk-wrapper .hk-navbar.navbar-dark .navbar-nav.hk-navbar-content .nav-item .nav-link:focus { color: #fff; } .hk-wrapper .hk-navbar.navbar-dark .navbar-nav.hk-navbar-content .nav-item.dropdown.dropdown-authentication .nav-link .media .media-body > span > i { color: rgba(255, 255, 255, 0.4); } .hk-wrapper .hk-navbar.hk-navbar-alt .navbar-nav { margin-left: 0; } .hk-wrapper .hk-navbar.hk-navbar-alt .navbar-search-alt { margin-left: auto; } .hk-wrapper .hk-navbar.hk-navbar-alt .navbar-search-alt .input-group .input-group-prepend { border: none; position: absolute; left: 0; z-index: 1; height: 100%; pointer-events: none; } .hk-wrapper .hk-navbar.hk-navbar-alt .navbar-search-alt .input-group .input-group-prepend .input-group-text { background: transparent; border: none; color: #fff; } .hk-wrapper .hk-navbar.hk-navbar-alt .navbar-search-alt .input-group > input { border-radius: 50px; border: none; padding-left: 30px; padding-left: 40px; } .hk-wrapper .hk-navbar.hk-navbar-alt .navbar-toggler { padding: 0; font-size: inherit; border: none; } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-light .navbar-search-alt .input-group .input-group-prepend .input-group-text { color: rgba(255, 255, 255, 0.7); } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-light .navbar-search-alt .input-group > input { background: rgba(50, 65, 72, 0.05); color: #324148; } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-light .navbar-search-alt .input-group > input::-webkit-input-placeholder { color: rgba(50, 65, 72, 0.4); } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-light .navbar-search-alt .input-group > input:-moz-placeholder { color: rgba(50, 65, 72, 0.4); } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-light .navbar-search-alt .input-group > input::-moz-placeholder { color: rgba(50, 65, 72, 0.4); } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-light .navbar-search-alt .input-group > input:-ms-input-placeholder { color: rgba(50, 65, 72, 0.4); } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-dark .navbar-search-alt .input-group .input-group-prepend .input-group-text { color: rgba(255, 255, 255, 0.7); } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-dark .navbar-search-alt .input-group > input { background: rgba(255, 255, 255, 0.1); color: #fff; } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-dark .navbar-search-alt .input-group > input::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.4); } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-dark .navbar-search-alt .input-group > input:-moz-placeholder { color: rgba(255, 255, 255, 0.4); } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-dark .navbar-search-alt .input-group > input::-moz-placeholder { color: rgba(255, 255, 255, 0.4); } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-dark .navbar-search-alt .input-group > input:-ms-input-placeholder { color: rgba(255, 255, 255, 0.4); } .hk-wrapper .navbar-search { position: absolute; top: 57px; left: 240px; right: 0px; z-index: 1; -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; } .hk-wrapper .navbar-search input { height: 50px; padding-left: 44px; background: #fef7c2; border: none; border-radius: 0; } .hk-wrapper .navbar-search input:focus { background: #fef7c2; border: none; box-shadow: none; } .hk-wrapper .navbar-search input:disabled { background-color: #fde74f; } .hk-wrapper .navbar-search input[readonly] { background-color: #ecd11e; } .hk-wrapper .navbar-search .feather-icon { display: block; } .hk-wrapper .navbar-search .feather-icon > svg { height: 18px; width: 18px; } .hk-wrapper .navbar-search .navbar-search-icon { position: absolute; left: 15px; top: 50%; color: #98a0a3; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } .hk-wrapper .navbar-search .navbar-search-close { position: absolute; right: 15px; top: 50%; color: #324148; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } .hk-wrapper.hk-nav-toggle .navbar-search { left: 51px; } .hk-wrapper.navbar-search-toggle .navbar-search { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } .hk-wrapper.navbar-search-toggle .hk-pg-wrapper { padding-top: 107px; } .hk-wrapper.scrollable-nav .hk-navbar { position: absolute; } @media (max-width: 1199px) { .hk-wrapper a.nav-link-hover { position: relative; text-align: center; } .hk-wrapper a.nav-link-hover:after { display: none; } .hk-wrapper .hk-navbar a.navbar-toggle-btn { margin-right: 12px; } .hk-wrapper .hk-navbar .navbar-brand { margin-right: 0; } .hk-wrapper .hk-navbar .navbar-nav .dropdown-menu { position: absolute; } .hk-wrapper .hk-navbar .navbar-nav .nav-item .nav-link { padding-left: 7px; padding-right: 7px; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-authentication .nav-link .media .media-img-wrap { margin-right: 0; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-authentication .nav-link .media .media-body { display: none; } .hk-wrapper .hk-navbar.hk-navbar-alt { justify-content: flex-start; -webkit-justify-content: flex-start; -ms-flex-pack: flex-start; } .hk-wrapper .hk-navbar.hk-navbar-alt > .navbar-nav { margin-left: auto; } .hk-wrapper .hk-navbar.hk-navbar-alt .navbar-collapse { position: absolute; width: 100%; top: 57px; left: 0; } .hk-wrapper .hk-navbar.hk-navbar-alt .navbar-collapse > .navbar-nav { flex-direction: column; align-items: flex-start; padding: 0 1rem; } .hk-wrapper .hk-navbar.hk-navbar-alt .navbar-collapse > .navbar-nav .nav-item { width: 100%; } .hk-wrapper .hk-navbar.hk-navbar-alt .navbar-collapse > .navbar-nav .nav-item .nav-link { line-height: 46px; border-bottom: 1px solid; } .hk-wrapper .hk-navbar.hk-navbar-alt .navbar-collapse > .navbar-nav .nav-item .dropdown-menu { position: static; border: none; background: transparent; } .hk-wrapper .hk-navbar.hk-navbar-alt .navbar-collapse > .navbar-nav .nav-item .dropdown-menu a.dropdown-item:not(.active):hover, .hk-wrapper .hk-navbar.hk-navbar-alt .navbar-collapse > .navbar-nav .nav-item .dropdown-menu a.dropdown-item:not(.active):focus { background: transparent; } .hk-wrapper .hk-navbar.hk-navbar-alt .navbar-search-alt { margin: 1.6rem 1rem; } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-light .navbar-collapse { background: #e0e3e4; } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-light .navbar-collapse > .navbar-nav .nav-item .nav-link { border-color: rgba(50, 65, 72, 0.1); } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-light .navbar-collapse > .navbar-nav .nav-item .dropdown-menu a.dropdown-item { color: rgba(50, 65, 72, 0.5); border-color: rgba(50, 65, 72, 0.3); } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-light .navbar-collapse > .navbar-nav .nav-item .dropdown-menu a.dropdown-item:hover, .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-light .navbar-collapse > .navbar-nav .nav-item .dropdown-menu a.dropdown-item:focus { color: rgba(255, 255, 255, 0.7); } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-light .navbar-collapse > .navbar-nav .nav-item .dropdown-menu a.dropdown-item.active, .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-light .navbar-collapse > .navbar-nav .nav-item .dropdown-menu a.dropdown-item.show { color: #324148; } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-dark .navbar-collapse { background: #2b383e; } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-dark .navbar-collapse > .navbar-nav .nav-item .nav-link { border-color: rgba(255, 255, 255, 0.1); } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-dark .navbar-collapse > .navbar-nav .nav-item .dropdown-menu a.dropdown-item { color: rgba(255, 255, 255, 0.5); } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-dark .navbar-collapse > .navbar-nav .nav-item .dropdown-menu a.dropdown-item:hover, .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-dark .navbar-collapse > .navbar-nav .nav-item .dropdown-menu a.dropdown-item:focus { color: rgba(255, 255, 255, 0.7); } .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-dark .navbar-collapse > .navbar-nav .nav-item .dropdown-menu a.dropdown-item.active, .hk-wrapper .hk-navbar.hk-navbar-alt.navbar-dark .navbar-collapse > .navbar-nav .nav-item .dropdown-menu a.dropdown-item.show { color: #fff; } .hk-wrapper .navbar-search { left: 0px; } .hk-wrapper.hk-nav-toggle .navbar-search { left: 0; } } @media (max-width: 414px) { .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-notifications { position: static; } .hk-wrapper .hk-navbar .navbar-nav .nav-item.dropdown.dropdown-notifications .dropdown-menu { left: 0; right: 0; min-width: auto; } .hk-wrapper .hk-navbar .navbar-nav .nav-item .nav-link { padding-left: 4px; padding-right: 4px; } } /*Vertical Navigation*/ .hk-wrapper.hk-vertical-nav .hk-pg-wrapper { margin-left: 240px; left: 0; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; } .hk-wrapper.hk-vertical-nav .hk-nav { position: fixed; top: 57px; left: 0; width: 240px; margin-left: 0; bottom: 0; z-index: 100; border: none; box-shadow: 0 0 28px rgba(0, 0, 0, 0.07); -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; } .hk-wrapper.hk-vertical-nav .hk-nav .nav-header { padding: .5rem 1.15rem; width: 240px; font-size: 11px; text-transform: uppercase; font-weight: 700; } .hk-wrapper.hk-vertical-nav .hk-nav .nav-header > span:last-child { display: none; } .hk-wrapper.hk-vertical-nav .hk-nav .nav-separator { margin: 15px 0; } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav-wrap { padding-top: 0.75rem; padding-bottom: 0.75rem; } .hk-wrapper.hk-vertical-nav .hk-nav .hk-nav-close { padding: 1rem; display: none; position: absolute; width: 100%; z-index: 1; background: inherit; } .hk-wrapper.hk-vertical-nav .hk-nav .hk-nav-close .feather-icon { display: block; } .hk-wrapper.hk-vertical-nav .hk-nav .hk-nav-close .feather-icon > svg { height: 20px; width: 20px; } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav li { width: 240px; } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .nav-item .nav-link-text { display: inline-block; } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .nav-item .nav-link { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .5rem 1rem; } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .nav-item .nav-link > i { font-size: 16px; margin-right: 15px; line-height: 25px; } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .nav-item .nav-link > .feather-icon { min-width: 32px; line-height: 25px; } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .nav-item .nav-link > .feather-icon > svg { height: 18px; width: 18px; } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .nav-item .nav-link[data-toggle="collapse"]::after { content: '\f2f9'; font: normal normal normal 14px/1 'Material-Design-Iconic-Font'; font-size: 16px; text-rendering: auto; margin-left: auto; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .nav-item .nav-link[data-toggle="collapse"][aria-expanded="true"]::after { -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .nav-item .nav-link.link-with-badge:after { display: none; } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .nav-item .nav-link.link-with-badge .badge { margin-left: auto; } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1 .nav-item .nav-link { padding: 0.35rem 1rem 0.35rem 3rem; font-size: 14px; } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1 .nav-item .nav-link[data-toggle="collapse"]::after { font-size: 14px; } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1 .nav-item ul.collapse-level-2 .nav-item .nav-link { padding: 0.35rem 1rem 0.35rem 4rem; } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1 .nav-item ul.collapse-level-2 .nav-item .nav-link[data-toggle="collapse"]::after { font-size: 14px; } .hk-wrapper.hk-vertical-nav .hk-nav.hk-nav-light { background: #fff; } .hk-wrapper.hk-vertical-nav .hk-nav.hk-nav-light .nav-header { color: wheat; } .hk-wrapper.hk-vertical-nav .hk-nav.hk-nav-light .nav-separator { border-color: rgb(255, 214, 7)} .hk-wrapper.hk-vertical-nav .hk-nav.hk-nav-light .navbar-nav .nav-item .nav-link { color: white; } .hk-wrapper.hk-vertical-nav .hk-nav.hk-nav-light .navbar-nav .nav-item .nav-link:hover, .hk-wrapper.hk-vertical-nav .hk-nav.hk-nav-light .navbar-nav .nav-item .nav-link:focus { color: white; } .hk-wrapper.hk-vertical-nav .hk-nav.hk-nav-light .navbar-nav .nav-item.active > .nav-link { color: white; } .hk-wrapper.hk-vertical-nav .hk-nav.hk-nav-light .hk-nav-close { color: white; } .hk-wrapper.hk-vertical-nav .hk-nav.hk-nav-dark { background: #301811; } .hk-wrapper.hk-vertical-nav .hk-nav.hk-nav-dark .nav-header { color: rgba(255, 255, 255, 0.4); } .hk-wrapper.hk-vertical-nav .hk-nav.hk-nav-dark .nav-separator { border-color: rgba(255, 255, 255, 0.05); } .hk-wrapper.hk-vertical-nav .hk-nav.hk-nav-dark .navbar-nav .nav-item .nav-link { color: rgba(255, 255, 255, 0.6); } .hk-wrapper.hk-vertical-nav .hk-nav.hk-nav-dark .navbar-nav .nav-item .nav-link:hover, .hk-wrapper.hk-vertical-nav .hk-nav.hk-nav-dark .navbar-nav .nav-item .nav-link:focus { color: rgba(255, 255, 255, 0.8); } .hk-wrapper.hk-vertical-nav .hk-nav.hk-nav-dark .navbar-nav .nav-item.active > .nav-link { color: #fff; } .hk-wrapper.hk-vertical-nav .hk-nav.hk-nav-dark .hk-nav-close { color: #fff; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-pg-wrapper { margin-left: 51px; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav { width: 51px; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav .nav-header > span:first-child { display: none; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav .nav-header > span:last-child { display: inline; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav .navbar-nav .nav-item .nav-link-text { display: none; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav .navbar-nav .collapse.show { display: none; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav:hover { width: 240px; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav:hover .nav-header > span:first-child { display: inline; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav:hover .nav-header > span:last-child { display: none; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav:hover .navbar-nav .nav-item .nav-link-text { display: inline-block; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav:hover .navbar-nav .collapse.show { display: block; } .hk-wrapper.hk-vertical-nav .hk-nav-backdrop { background: rgba(50, 65, 72, 0.5); position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 1030; -webkit-transition: opacity 0.4s ease; -moz-transition: opacity 0.4s ease; transition: opacity 0.4s ease; opacity: 0; height: 0; width: 0; visibility: hidden; } .hk-wrapper.hk-vertical-nav.scrollable-nav .hk-nav { position: absolute; } @media (min-width: 1200px) { .hk-wrapper.hk-vertical-nav.hk-icon-nav .hk-pg-wrapper { margin-left: 51px; } .hk-wrapper.hk-vertical-nav.hk-icon-nav .hk-nav { width: 51px; } .hk-wrapper.hk-vertical-nav.hk-icon-nav .hk-nav .nav-header > span:first-child { display: none; } .hk-wrapper.hk-vertical-nav.hk-icon-nav .hk-nav .nav-header > span:last-child { display: inline; } .hk-wrapper.hk-vertical-nav.hk-icon-nav .hk-nav .navbar-nav .nav-item .nav-link-text { display: none; } .hk-wrapper.hk-vertical-nav.hk-icon-nav .hk-nav .navbar-nav .collapse.show { display: none; } .hk-wrapper.hk-vertical-nav.hk-icon-nav .hk-nav:hover { width: 240px; } .hk-wrapper.hk-vertical-nav.hk-icon-nav .hk-nav:hover .nav-header > span:first-child { display: inline; } .hk-wrapper.hk-vertical-nav.hk-icon-nav .hk-nav:hover .nav-header > span:last-child { display: none; } .hk-wrapper.hk-vertical-nav.hk-icon-nav .hk-nav:hover .navbar-nav .nav-item .nav-link-text { display: inline-block; } .hk-wrapper.hk-vertical-nav.hk-icon-nav .hk-nav:hover .navbar-nav .collapse.show { display: block; } .hk-wrapper.hk-vertical-nav.hk-icon-nav.hk-nav-toggle .hk-pg-wrapper { margin-left: 240px; left: 0; } .hk-wrapper.hk-vertical-nav.hk-icon-nav.hk-nav-toggle .hk-nav { left: 0; width: 240px; margin-left: 0; } .hk-wrapper.hk-vertical-nav.hk-icon-nav.hk-nav-toggle .hk-nav .nav-header > span:first-child { display: inline; } .hk-wrapper.hk-vertical-nav.hk-icon-nav.hk-nav-toggle .hk-nav .nav-header > span:last-child { display: none; } .hk-wrapper.hk-vertical-nav.hk-icon-nav.hk-nav-toggle .hk-nav .navbar-nav .nav-item .nav-link-text { display: inline-block; } .hk-wrapper.hk-vertical-nav.hk-icon-nav.hk-nav-toggle .hk-nav .navbar-nav .collapse.show { display: block; } } @media (max-width: 1199px) { .hk-wrapper.hk-vertical-nav .hk-pg-wrapper { margin-left: 0px; } .hk-wrapper.hk-vertical-nav .hk-nav { left: -240px; top: 0; z-index: 1040; } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav-wrap { padding-top: 3.3rem; } .hk-wrapper.hk-vertical-nav .hk-nav .nav-header > span:first-child { display: inline; } .hk-wrapper.hk-vertical-nav .hk-nav .nav-header > span:last-child { display: none; } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .nav-item .nav-link-text { display: inline-block; } .hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .collapse.show { display: block; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-pg-wrapper { left: 0; margin-left: 0; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav { width: 240px; left: 0; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav .nav-header > span:first-child { display: inline; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav .nav-header > span:last-child { display: none; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav .navbar-nav .nav-item .nav-link-text { display: inline-block; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav .navbar-nav .collapse.show { display: block; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav .hk-nav-close { display: block; } .hk-wrapper.hk-vertical-nav.hk-nav-toggle .hk-nav-backdrop { opacity: 1; height: auto; width: auto; visibility: visible; } } /*Horizontal Navigation*/ .hk-wrapper.hk-horizontal-nav .hk-pg-wrapper { position: relative; left: 0; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; } .hk-wrapper.hk-horizontal-nav .hk-nav { position: fixed; top: 0; left: -240px; width: 240px; margin-left: 0; bottom: 0; z-index: 1040; border: none; box-shadow: 0 28px 28px rgba(0, 0, 0, 0.07); -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav-wrap { padding-top: 3.3rem; padding-bottom: 0.75rem; } .hk-wrapper.hk-horizontal-nav .hk-nav .hk-nav-close { padding: 1rem; display: block; position: absolute; width: 100%; z-index: 1; background: inherit; } .hk-wrapper.hk-horizontal-nav .hk-nav .hk-nav-close .feather-icon { display: block; } .hk-wrapper.hk-horizontal-nav .hk-nav .hk-nav-close .feather-icon > svg { height: 20px; width: 20px; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav.flex-row { -ms-flex-direction: column !important; flex-direction: column !important; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav li { width: 240px; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item .nav-link-text { display: inline-block; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item .nav-link { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .5rem 1rem; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item .nav-link > .feather-icon { min-width: 32px; line-height: 25px; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item .nav-link > .feather-icon > svg { height: 18px; width: 18px; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item .nav-link[data-toggle="collapse"]::after { content: '\f2f9'; font: normal normal normal 14px/1 'Material-Design-Iconic-Font'; font-size: 16px; text-rendering: auto; margin-left: auto; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item .nav-link[data-toggle="collapse"][aria-expanded="true"]::after { -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item .nav-link.link-with-badge:after { display: none; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item .nav-link.link-with-badge .badge { margin-left: auto; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item .nav-link.link-with-indicator > .feather-icon { position: relative; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item .nav-link.link-with-indicator > .feather-icon .badge { position: absolute; left: 13px; top: 0px; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1 .nav-item .nav-link { padding: 0.35rem 1rem 0.35rem 3rem; font-size: 14px; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1 .nav-item .nav-link[data-toggle="collapse"]::after { font-size: 14px; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1 .nav-item ul.collapse-level-2 .nav-item .nav-link { padding: 0.35rem 1rem 0.35rem 4rem; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1 .nav-item ul.collapse-level-2 .nav-item .nav-link[data-toggle="collapse"]::after { font-size: 14px; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item.horizontal-nav-separator:after { content: ""; height: 100%; width: 1px; position: absolute; background: #e0e3e4; position: absolute; top: 0; right: 0; } .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-light { background: #fff; } .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-light .nav-header { color: rgba(50, 65, 72, 0.4); } .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-light .nav-separator { border-color: rgba(50, 65, 72, 0.05); } .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-light .navbar-nav .nav-item .nav-link { color: rgba(50, 65, 72, 0.6); } .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-light .navbar-nav .nav-item .nav-link:hover, .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-light .navbar-nav .nav-item .nav-link:focus { color: rgba(50, 65, 72, 0.8); } .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-light .navbar-nav .nav-item.active > .nav-link { color: #324148; } .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-light .hk-nav-close { color: #324148; } .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-dark { background: #502f25; } .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-dark .nav-header { color: rgba(255, 255, 255, 0.4); } .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-dark .nav-separator { border-color: rgba(255, 255, 255, 0.05); } .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-dark .navbar-nav .nav-item .nav-link { color: rgba(255, 255, 255, 0.6); } .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-dark .navbar-nav .nav-item .nav-link:hover, .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-dark .navbar-nav .nav-item .nav-link:focus { color: rgba(255, 255, 255, 0.8); } .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-dark .navbar-nav .nav-item.active > .nav-link { color: #fff; } .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-dark .hk-nav-close { color: #fff; } .hk-wrapper.hk-horizontal-nav .hk-nav-backdrop { background: rgba(50, 65, 72, 0.5); position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 1030; -webkit-transition: opacity 0.4s ease; -moz-transition: opacity 0.4s ease; transition: opacity 0.4s ease; opacity: 0; height: 0; width: 0; visibility: hidden; } .hk-wrapper.hk-horizontal-nav.hk-nav-toggle .hk-pg-wrapper { left: 0; } .hk-wrapper.hk-horizontal-nav.hk-nav-toggle .hk-nav { left: 0; } .hk-wrapper.hk-horizontal-nav.hk-nav-toggle .hk-nav-backdrop { opacity: 1; height: auto; width: auto; visibility: visible; } .hk-wrapper.hk-horizontal-nav.scrollable-nav .hk-nav { position: absolute; } @media (min-width: 1200px) { .hk-wrapper.hk-horizontal-nav .navbar-search { top: 97px; left: 0; } .hk-wrapper.hk-horizontal-nav.navbar-search-toggle .navbar-search { top: 106px; } .hk-wrapper.hk-horizontal-nav.navbar-search-toggle .hk-pg-wrapper { padding-top: 156px; left: 0; } .hk-wrapper.hk-horizontal-nav .hk-pg-wrapper { margin-left: 0; padding-top: 106px; left: 0; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; } .hk-wrapper.hk-horizontal-nav .hk-nav { left: 0; top: 57px; bottom: auto; width: 100%; z-index: 100; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); box-shadow: 0 0 28px rgba(0, 0, 0, 0.07); } .hk-wrapper.hk-horizontal-nav .hk-nav > .slimScrollDiv { overflow: visible !important; } .hk-wrapper.hk-horizontal-nav .hk-nav > .slimScrollDiv > .nicescroll-bar { overflow: visible !important; } .hk-wrapper.hk-horizontal-nav .hk-nav > .slimScrollDiv .slimScrollBar { display: none !important; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav-wrap { padding-top: 0; padding-bottom: 0; } .hk-wrapper.hk-horizontal-nav .hk-nav .hk-nav-close { display: none; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav > .nav-item > .nav-link { min-height: 50px; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav li { width: auto; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav.flex-row { -ms-flex-direction: row !important; flex-direction: row !important; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item { position: relative; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item .nav-link { padding: .75rem 1rem; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item .nav-link > .feather-icon { min-width: 26px; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item .nav-link[data-toggle="collapse"]::after { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item .nav-link[data-toggle="collapse"][aria-expanded="true"]::after { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item .nav-link.link-with-badge .badge { margin-left: 15px; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1, .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-2 { height: auto !important; min-width: 10rem; position: absolute !important; z-index: 1; border-radius: .25rem; border: 1px solid #e0e3e4; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1.collapse.show, .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1.collapsing, .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-2.collapse.show, .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-2.collapsing { display: none; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1 { left: 0; padding: 1rem 0; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1 .nav-item .nav-link { padding: .25rem 1.5rem; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1 .nav-item ul.collapse-level-2 { padding: 0.5rem 0; left: 100%; top: 0; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1 .nav-item ul.collapse-level-2 .nav-item .nav-link { padding: .25rem 1rem; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item:hover > ul.collapse, .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item:hover > ul.collapse.show, .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item:hover > ul.collapsing { display: block; } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav > .nav-item > .nav-link[data-toggle="collapse"]::after { margin-left: 10px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav > .nav-item > .nav-link[data-toggle="collapse"][aria-expanded="true"]::after { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-light .navbar-nav .nav-item ul.collapse-level-1, .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-light .navbar-nav .nav-item ul.collapse-level-2 { background: #fff; } .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-dark .navbar-nav .nav-item ul.collapse-level-1, .hk-wrapper.hk-horizontal-nav .hk-nav.hk-nav-dark .navbar-nav .nav-item ul.collapse-level-2 { background: #502f25; } .hk-wrapper.hk-horizontal-nav.hk-nav-toggle.hk-wrapper.hk-horizontal-nav .navbar-search { top: 57px; left: 0; } .hk-wrapper.hk-horizontal-nav.hk-nav-toggle.hk-wrapper.hk-horizontal-nav.navbar-search-toggle .hk-pg-wrapper { padding-top: 107px; left: 0; } .hk-wrapper.hk-horizontal-nav.hk-nav-toggle.hk-wrapper.hk-horizontal-nav .hk-pg-wrapper { padding-top: 57px; margin-left: 0; left: 0; } .hk-wrapper.hk-horizontal-nav.hk-nav-toggle .hk-nav { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); } .hk-wrapper.hk-horizontal-nav.hk-nav-toggle .hk-nav .navbar-nav .nav-item .nav-link-text { display: inline-block; } .hk-wrapper.hk-horizontal-nav.hk-nav-toggle .hk-nav-backdrop { opacity: 0; height: 0; width: 0; visibility: hidden; } } .hk-wrapper .hk-settings-panel { position: fixed; top: 0; right: -310px; width: 310px; bottom: 0; z-index: 1040; border: none; background: #fff; box-shadow: 0 28px 28px rgba(0, 0, 0, 0.07); -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; } .hk-wrapper .hk-settings-panel .settings-panel-wrap { padding: 20px; } .hk-wrapper .hk-settings-panel .settings-panel-wrap .settings-panel-head { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between; } .hk-wrapper .hk-settings-panel .settings-panel-wrap .settings-panel-head a { color: #adb3b6; position: absolute; right: 10px; top: 10px; } .hk-wrapper .hk-settings-panel .settings-panel-wrap .settings-panel-head a .feather-icon { display: block; } .hk-wrapper .hk-settings-panel .settings-panel-wrap .settings-panel-head a .feather-icon > svg { height: 18px; width: 18px; } .hk-wrapper .hk-settings-panel .settings-panel-wrap .layout-img-wrap { margin-top: 15px; } .hk-wrapper .hk-settings-panel .settings-panel-wrap .layout-img-wrap a { display: inline-block; font-size: 0; position: relative; } .hk-wrapper .hk-settings-panel .settings-panel-wrap .layout-img-wrap a img { width: 100%; } .hk-wrapper .hk-settings-panel .settings-panel-wrap .layout-img-wrap a i { font-size: 15px; position: absolute; right: 25px; top: 10px; opacity: 0; height: 20px; width: 20px; background: #313f96; border-radius: 50%; text-align: center; padding-top: 2px; color: #fff; } .hk-wrapper .hk-settings-panel .settings-panel-wrap .layout-img-wrap a.active i { opacity: 1; } .hk-wrapper.hk-settings-toggle .hk-settings-panel { right: 0; } /*Grid*/ .hk-row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -7px; margin-left: -7px; } .hk-row > .col, .hk-row > [class*="col-"] { padding-right: 7px; padding-left: 7px; } /*Section*/ .hk-sec-wrapper { background: #fff; padding: 1.5rem; border: 1px solid #e2e2e2; border-radius: .25rem; box-shadow: 0 0px 18px rgba(0, 0, 0, 0.1); margin-bottom: 14px; } .hk-sec-wrapper .hk-sec-title { display: block; margin-bottom: 10px; } .hk-sec-wrapper .hk-sec-label { font-size: 14px; display: block; text-transform: uppercase; } @media (max-width: 1400px) { .hk-sec-wrapper { padding-left: 1.25rem; padding-right: 1.25rem; } } @media (max-width: 767px) { .hk-pg-wrapper { padding-bottom: 85px; } } @media (max-width: 575px) { .hk-sec-wrapper { padding-left: 1rem; padding-right: 1rem; } } /*Card*/ .card { border-color: #e2e2e2; margin-bottom: 14px; box-shadow: 0 0px 18px rgba(0, 0, 0, 0.1); } .card .card-header { background: transparent; border-color: #e2e2e2; } .card .card-header.card-header-action { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between; } .card .card-action-wrap a { color: #6f7a7f; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; } .card .card-action-wrap a[data-toggle="collapse"] i, .card .card-action-wrap a[data-toggle="collapse"] span { font-size: 24px; } .card .card-action-wrap a.collapsed span.zmdi-chevron-down:before, .card .card-action-wrap a.collapsed i.zmdi-chevron-down:before { content: '\f2fc'; } .card .card-action-wrap a.card-close i, .card .card-action-wrap a.card-close span { font-size: 20px; } .card .card-action-wrap a.full-screen i, .card .card-action-wrap a.full-screen span { font-size: 18px; } .card .card-action-wrap a.dropdown-toggle i, .card .card-action-wrap a.dropdown-toggle span { font-size: 23px; } .card .card-action-wrap a:hover { color: #324148; } .card .card-text { margin-bottom: 15px; } .card .card-text:last-child { margin-bottom: 0; } .card .card-footer { background: transparent; border-color: #e0e3e4; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .card .card-img-bg { overflow: hidden; background-size: cover; background-position: center; background-repeat: no-repeat; } .card .card-img-overlay { position: static; } .card.card-refresh { position: relative; } .card.card-refresh .refresh-container { background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0; height: 100%; left: 0; position: absolute; top: 0; width: 100%; display: none; z-index: 5; cursor: wait; overflow: hidden; } .card.card-refresh .refresh-container .loader-pendulums { font-size: 2rem; } .card.card-refresh > .card-header .card-action-wrap > a.refresh span, .card.card-refresh > .card-header .card-action-wrap > a.refresh i { font-size: 21px; } .card.fullscreen { height: 100%; left: 0; margin: 0; position: fixed; overflow-y: auto; top: 0; width: 100%; z-index: 1040; } .card.fullscreen > .card-header .card-action-wrap > a, .card.fullscreen > .card-header .card-action-wrap .dropdown { opacity: 0; visibility: hidden; } .card.fullscreen > .card-header .card-action-wrap > a.full-screen, .card.fullscreen > .card-header .card-action-wrap .dropdown.full-screen { opacity: 1; visibility: visible; } .card.fullscreen > .card-header .card-action-wrap > a.full-screen i.ion-md-expand::before, .card.fullscreen > .card-header .card-action-wrap .dropdown.full-screen i.ion-md-expand::before { content: "\f2d8"; } .card.card-lg .card-header, .card.card-lg .card-footer { padding: .9rem 1.5rem; } .card.card-lg .card-body { padding: 1.5rem; } .card.card-sm .card-header, .card.card-sm .card-footer { padding: .75rem 1rem; } .card.card-sm .card-body { padding: 1rem; } .card.card-flush { border: 0 !important; box-shadow: none !important; } .card-column-1 { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; -webkit-column-gap: 0; -moz-column-gap: 0; column-gap: 0; } .card-group { box-shadow: 0 0px 18px rgba(0, 0, 0, 0.1); margin-bottom: 14px; } .card-group > .card { margin-bottom: 0; box-shadow: none; } @media (max-width: 576px) { .card.card-lg .card-header, .card.card-lg .card-footer { padding: .75rem 1.25rem; } .card.card-lg .card-body { padding: 1.25rem; } } /*Breadcrumb*/ .hk-breadcrumb .breadcrumb { border-bottom: 1px solid; border-radius: 0; padding: 12px 15px; margin-bottom: 2rem; border-color: rgba(50, 65, 72, 0.05); } .hk-breadcrumb .breadcrumb .breadcrumb-item { font-size: 14px; } .hk-breadcrumb .breadcrumb.breadcrumb-light { background: #fff; } .hk-breadcrumb .breadcrumb.breadcrumb-light .breadcrumb-item > a { color: rgba(50, 65, 72, 0.5); } .hk-breadcrumb .breadcrumb.breadcrumb-light .breadcrumb-item > a:hover, .hk-breadcrumb .breadcrumb.breadcrumb-light .breadcrumb-item > a:focus { color: rgb(49, 63, 150); } .hk-breadcrumb .breadcrumb.breadcrumb-light .breadcrumb-item.active { color: rgba(50, 65, 72, 0.8); } .hk-breadcrumb .breadcrumb.breadcrumb-light .breadcrumb-item + .breadcrumb-item:before { color: rgba(50, 65, 72, 0.2); } .hk-breadcrumb .breadcrumb.breadcrumb-dark { background: #324148; } .hk-breadcrumb .breadcrumb.breadcrumb-dark .breadcrumb-item > a { color: rgba(255, 255, 255, 0.5); } .hk-breadcrumb .breadcrumb.breadcrumb-dark .breadcrumb-item > a:hover, .hk-breadcrumb .breadcrumb.breadcrumb-dark .breadcrumb-item > a:focus { color: rgba(255, 255, 255, 0.7); } .hk-breadcrumb .breadcrumb.breadcrumb-dark .breadcrumb-item.active { color: rgba(255, 255, 255, 0.8); } .hk-breadcrumb .breadcrumb.breadcrumb-dark .breadcrumb-item + .breadcrumb-item:before { color: rgba(255, 255, 255, 0.2); } .hk-breadcrumb .breadcrumb-item + .breadcrumb-item { padding-left: .3rem; } .hk-breadcrumb .breadcrumb-item + .breadcrumb-item:before { font-family: "dripicons-v2" !important; content: "V"; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 11px; padding-right: .3rem; position: relative; top: 1px; color: rgba(193, 198, 200, 0.8); } /*Footer*/ .hk-footer-wrap { position: absolute; left: 0; right: 0; bottom: 0; } .hk-footer-wrap .footer p { display: block; font-size: 13px; line-height: 60px; } .hk-footer-wrap .footer a { margin-left: 5px; } .hk-footer-wrap .footer .col-sm-12:nth-child(2) { text-align: right; } @media (max-width: 767px) { .hk-footer-wrap .footer { padding-left: 5px; padding-right: 5px; margin-left: 0; margin-right: 0; padding-bottom: 15px; } .hk-footer-wrap .footer p { display: block; font-size: 13px; line-height: 35px; } .hk-footer-wrap .footer a { margin-left: 5px; } .hk-footer-wrap .footer .col-sm-12, .hk-footer-wrap .footer .col-sm-12:nth-child(2) { text-align: center; } } /*Form*/ .form-control, .dd-handle { color: #324148; border-width: 2px; border-color: #e0e3e4; padding: .375rem .75rem; height: calc(2.25rem + 4px); } .form-control:focus, .dd-handle:focus { box-shadow: none; border-color: #313f96; } .form-control.square-input, .square-input.dd-handle { border-radius: 0; } .form-control:disabled, .dd-handle:disabled { background-color: #fff; border-color: #f5f5f6; color: #c1c6c8; opacity: 1; } .form-control[readonly], [readonly].dd-handle { background-color: #fff; border-color: #d6d9da; } .form-control.filled-input, .filled-input.dd-handle { background: #f5f5f6; border: none; } .form-control.filled-input:focus, .filled-input.dd-handle:focus { background: #e0e3e4; border: none; box-shadow: none; } .form-control.filled-input:disabled, .filled-input.dd-handle:disabled { background: rgba(245, 245, 246, 0.6); } .form-control.filled-input[readonly], .filled-input[readonly].dd-handle { background-color: #d6d9da; } .form-control.outline-input, .outline-input.dd-handle { background: transparent; } .form-control.transparent-input, .transparent-input.dd-handle { background: transparent; border: none; } .form-control.transparent-input:focus, .transparent-input.dd-handle:focus { background: transparent; border: none; box-shadow: none; } .form-control.rounded-input, .rounded-input.dd-handle { border-radius: 50px; } .form-control::-webkit-input-placeholder, .dd-handle::-webkit-input-placeholder { color: #c1c6c8; } .form-control:-moz-placeholder, .dd-handle:-moz-placeholder { color: #c1c6c8; } .form-control::-moz-placeholder, .dd-handle::-moz-placeholder { color: #c1c6c8; } .form-control:-ms-input-placeholder, .dd-handle:-ms-input-placeholder { color: #c1c6c8; } .form-control-lg, .custom-select-lg { font-size: 1.1rem; padding: .5rem 1rem; height: calc(2.875rem + 4px); } .form-control-sm, .custom-select-sm { font-size: 0.875rem; padding: .25rem .5rem; height: calc(1.8125rem + 4px); } .custom-select { padding-right: 1.75rem; } /*Inut group*/ .input-group-prepend { margin-right: -2px; } .input-group-append { margin-left: -2px; } .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text { margin-left: -2px; } .input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-file + .dd-handle, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .custom-select + .dd-handle, .input-group > .form-control + .custom-file, .input-group > .dd-handle + .custom-file, .input-group > .form-control + .custom-select, .input-group > .dd-handle + .custom-select, .input-group > .form-control + .form-control, .input-group > .dd-handle + .form-control, .input-group > .form-control + .dd-handle, .input-group > .dd-handle + .dd-handle { margin-left: -2px; } .input-group-text { border-color: #e0e3e4; background-color: #f5f5f6; border-width: 2px; } label { margin-bottom: 10px; color: #324148; } .custom-control-input:disabled ~ .custom-control-label { color: #5e7d8a; } .custom-file-label { color: #324148; border: 2px solid #e0e3e4; height: calc(2.25rem + 4px); } .custom-file-label:after { border-left: 0; background: #f5f5f6; } /*Form validation*/ .custom-select.is-valid, .form-control.is-valid, .is-valid.dd-handle, .was-validated .custom-select:valid, .was-validated .form-control:valid, .was-validated .dd-handle:valid { border-color: #22af47; } .custom-select.is-invalid, .form-control.is-invalid, .is-invalid.dd-handle, .was-validated .custom-select:invalid, .was-validated .form-control:invalid, .was-validated .dd-handle:invalid { border-color: #f95851; } .valid-feedback { color: #22af47; } .invalid-feedback { color: #f95851; } .custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label { color: #22af47; } .custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label { color: #f95851; } .custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before { background-color: #f95851; } .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before { background-color: #22af47; } .custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before { background-color: #22af47; } .custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before { box-shadow: none; } .custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before { box-shadow: none; } .custom-select.is-valid:focus, .form-control.is-valid:focus, .is-valid.dd-handle:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus, .was-validated .dd-handle:valid:focus { border-color: #22af47; box-shadow: none; } .custom-select.is-invalid:focus, .form-control.is-invalid:focus, .is-invalid.dd-handle:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus, .was-validated .dd-handle:invalid:focus { border-color: #f95851; box-shadow: none; } .custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label { border-color: #f95851; } .custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label { border-color: #22af47; } .custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label { box-shadow: none; border-color: #22af47; } .custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label { box-shadow: none; border-color: #f95851; } .valid-tooltip { background: #22af47; } .invalid-tooltip { background: #f95851; } /*Select2*/ .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .select2-dropdown { border-color: #e0e3e4; } .select2-container { width: 100% !important; } .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple { display: block; width: 100%; height: calc(2.25rem + 4px); padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; color: #324148; background-color: #fff; border: 2px solid #e0e3e4; border-radius: .25rem; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; } .select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--multiple:focus { border-color: #313f96; } .select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--multiple .select2-selection__arrow { height: calc(2.25rem + 4px); top: 0; right: 6px; } .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--multiple .select2-selection__rendered { color: #324148; line-height: inherit; } .select2-container--default .select2-search--dropdown .select2-search__field { border-color: #e0e3e4; } .select2-container--default.select2-container--focus .select2-selection--multiple { border: solid #313f96 2px; } .select2-container--default.select2-container--open .select2-selection--single { border-color: #313f96; } .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { border-radius: .25rem; } .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #313f96; } .select2-container--default .select2-results__option[aria-selected="true"] { background-color: #f5f5f6; color: #324148; } .select2-container--default .select2-selection--multiple { height: auto; min-height: calc(2.25rem + 4px); } .select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: #313f96; border: none; color: #fff; margin-right: 6px; margin-top: 6px; padding: 1px 7px; } .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove { color: #fff; font-weight: 600; margin-left: 6px; float: right; font-size: 14px; opacity: 0.5; padding-top: 1px; } .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover { opacity: 1; } .select2-container--default .select2-selection--multiple .select2-selection__rendered { padding: 0 6px; } /*Tinymce*/ .mce-container, .mce-container *, .mce-widget, .mce-widget *, .mce-reset { color: #98a0a3 !important; } .mce-text { font-family: "Roboto", sans-serif !important; } .mce-menu-item .mce-caret { border-left-color: #98a0a3 !important; } div.mce-menu .mce-menu-item-sep, .mce-menu-item-sep:hover { border-bottom-color: #e0e3e4 !important; } .mce-menu { border-bottom-color: #e0e3e4 !important; } .tinymce-wrap .mce-tinymce { box-shadow: none; } .tinymce-wrap .mce-toolbar .mce-btn-group { padding: 3px 0; } .tinymce-wrap .mce-btn-group .mce-btn { margin-left: 3px; margin-right: 3px; } .tinymce-wrap .mce-btn-group:not(:first-child) { border-left: none; padding-left: 0; margin-left: 0; } .tinymce-wrap .mce-container, .tinymce-wrap .mce-container *, .tinymce-wrap .mce-widget, .tinymce-wrap .mce-widget *, .tinymce-wrap .mce-reset { font-family: inherit; color: #98a0a3; } .tinymce-wrap .mce-panel { border-color: #e0e3e4; border-radius: 4px; } .tinymce-wrap .mce-top-part::before { box-shadow: none; } .tinymce-wrap .mce-btn:hover, .tinymce-wrap .mce-btn.mce-disabled:hover button, .tinymce-wrap .mce-menubar .mce-menubtn:hover, .tinymce-wrap .mce-menubar .mce-menubtn:focus { border-color: transparent; border-radius: 3px; background: #f5f5f6; color: #324148; } .tinymce-wrap .mce-btn.mce-active:hover, .tinymce-wrap .mce-btn.mce-active:focus, .tinymce-wrap .mce-btn.mce-active:active { background: #f5f5f6; border-color: transparent; } .tinymce-wrap .mce-btn.mce-active, .tinymce-wrap .mce-btn:active { background: #f5f5f6; border-color: transparent; } .tinymce-wrap .mce-btn.mce-active button i, .tinymce-wrap .mce-btn:active button i { color: #313f96 !important; } .tinymce-wrap .mce-btn.mce-active button, .tinymce-wrap .mce-btn.mce-active:hover button, .tinymce-wrap .mce-btn.mce-active i, .tinymce-wrap .mce-btn.mce-active:hover i { color: #313f96; } .tinymce-wrap .mce-btn.mce-active .mce-caret, .tinymce-wrap .mce-btn.mce-active:hover .mce-caret { border-top-color: #98a0a3; } .mce-ico { font-family: 'tinymce',Arial !important; color: #5b676d !important; } .mce-menu-item.mce-active.mce-menu-item-normal { background: #f5f5f6 !important; } .mce-tooltip { opacity: 1 !important; filter: alpha(opacity=100) !important; } .mce-tooltip-inner { font-size: 12px !important; background-color: #324148 !important; padding: 0.25rem 0.5rem !important; border-radius: 0.25rem; color: #fff !important; font-family: "Roboto", sans-serif !important; } .mce-tooltip-arrow { border-bottom-color: #324148 !important; } .mce-menu-item:hover, .mce-menu-item:focus { background: #f5f5f6 !important; } /*File Upload*/ .btn-file { overflow: hidden; position: relative; vertical-align: middle; display: inline-block; } .btn-file input { position: absolute; top: 0; right: 0; margin: 0; opacity: 0; filter: alpha(opacity=0); font-size: 23px; height: 100%; width: 100%; direction: ltr; cursor: pointer; } .fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists { display: none; } .fileinput.input-group > .input-group-append:last-child > .btn.btn-file:not(:last-child):not(.dropdown-toggle), .fileinput.input-group > .input-group-append:not(:last-child) > .btn.btn-file, .fileinput.input-group > .input-group-prepend > .btn.btn-file { border-top-right-radius: .25rem; border-bottom-right-radius: .25rem; } .fileinput.fileinput-exists.input-group > .input-group-append:last-child > .btn.btn-file:not(:last-child):not(.dropdown-toggle), .fileinput.fileinput-exists.input-group > .input-group-append:not(:last-child) > .btn.btn-file, .fileinput.fileinput-exists.input-group > .input-group-prepend > .btn.btn-file { border-top-right-radius: 0; border-bottom-right-radius: 0; } .dropzone { border: 2px dashed #e0e3e4; color: #324148; } .dropzone .dz-message { margin: 3em 0; } .dropzone .dz-preview .dz-details { color: #324148; } .dropzone .dz-preview .dz-filename span { background-color: transparent; } .dropzone .dz-preview .dz-image { border-radius: 4px; } .dropzone .dz-preview.dz-file-preview .dz-image { border-radius: 4px; } .dropify-wrapper { border: 2px dashed #e0e3e4; font-family: inherit; color: #324148; } .dropify-wrapper .dropify-message span.file-icon { font-size: 28px; color: #fff; height: 60px; width: 60px; background: #313f96; border-radius: 50%; display: block; margin: auto; position: relative; } .dropify-wrapper .dropify-message span.file-icon:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f2c8"; top: 50%; position: absolute; left: 0; right: 0; margin: auto; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } .dropify-wrapper .dropify-preview .dropify-infos { background: rgba(50, 65, 72, 0.85); } .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p { font-weight: 500; } .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message { margin-top: 0px; padding-top: 0px; opacity: 1; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: #adb3b6; font-size: 11px; } .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message:before { display: none; } .dropify-wrapper .dropify-clear { border: none; font-size: 11px; padding: 2px 6px; font-weight: 500; letter-spacing: 0.5px; top: 8px; right: 8px; } .dropify-wrapper .dropify-clear:hover { border-radius: 4px; } /*Jquery Toggle*/ .toggle-wrap .toggle { margin-top: 15px; margin-right: 10px; } .toggle { width: 50px; height: 25px; display: inline-block; } .toggle .toggle-on, .toggle .toggle-select .toggle-inner .active { background: #313f96; color: #fff; text-shadow: none; box-shadow: none; } .toggle .toggle-off { background: #6f7a7f; text-shadow: none; color: #fff; } .toggle .toggle-slide { box-shadow: none; } .toggle .toggle-on + .toggle-blob { background: #fff; box-shadow: none; border: 3px solid #6f7a7f; } .toggle .toggle-on.active + .toggle-blob { border-color: #313f96; } .toggle .toggle-select .toggle-on, .toggle .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-sky .toggle-on, .toggle.toggle-bg-sky .toggle-select .toggle-inner .active { background: #00acf0; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-sky .toggle-select .toggle-on, .toggle.toggle-bg-sky .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-sky .toggle-on.active + .toggle-blob { border-color: #00acf0; } .toggle.toggle-bg-cyan .toggle-on, .toggle.toggle-bg-cyan .toggle-select .toggle-inner .active, .toggle.toggle-bg-info .toggle-on, .toggle.toggle-bg-info .toggle-select .toggle-inner .active { background: #1ebccd; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-cyan .toggle-select .toggle-on, .toggle.toggle-bg-cyan .toggle-select .toggle-off, .toggle.toggle-bg-info .toggle-select .toggle-on, .toggle.toggle-bg-info .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-cyan .toggle-on.active + .toggle-blob, .toggle.toggle-bg-info .toggle-on.active + .toggle-blob { border-color: #1ebccd; } .toggle.toggle-bg-green .toggle-on, .toggle.toggle-bg-green .toggle-select .toggle-inner .active, .toggle.toggle-bg-success .toggle-on, .toggle.toggle-bg-success .toggle-select .toggle-inner .active { background: #22af47; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-green .toggle-select .toggle-on, .toggle.toggle-bg-green .toggle-select .toggle-off, .toggle.toggle-bg-success .toggle-select .toggle-on, .toggle.toggle-bg-success .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-green .toggle-on.active + .toggle-blob, .toggle.toggle-bg-success .toggle-on.active + .toggle-blob { border-color: #22af47; } .toggle.toggle-bg-yellow .toggle-on, .toggle.toggle-bg-yellow .toggle-select .toggle-inner .active, .toggle.toggle-bg-warning .toggle-on, .toggle.toggle-bg-warning .toggle-select .toggle-inner .active { background: #ffbf36; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-yellow .toggle-select .toggle-on, .toggle.toggle-bg-yellow .toggle-select .toggle-off, .toggle.toggle-bg-warning .toggle-select .toggle-on, .toggle.toggle-bg-warning .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-yellow .toggle-on.active + .toggle-blob, .toggle.toggle-bg-warning .toggle-on.active + .toggle-blob { border-color: #ffbf36; } .toggle.toggle-bg-red .toggle-on, .toggle.toggle-bg-red .toggle-select .toggle-inner .active, .toggle.toggle-bg-danger .toggle-on, .toggle.toggle-bg-danger .toggle-select .toggle-inner .active { background: #f83f37; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-red .toggle-select .toggle-on, .toggle.toggle-bg-red .toggle-select .toggle-off, .toggle.toggle-bg-danger .toggle-select .toggle-on, .toggle.toggle-bg-danger .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-red .toggle-on.active + .toggle-blob, .toggle.toggle-bg-danger .toggle-on.active + .toggle-blob { border-color: #f83f37; } .toggle.toggle-bg-pink .toggle-on, .toggle.toggle-bg-pink .toggle-select .toggle-inner .active { background: #ed1b60; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-pink .toggle-select .toggle-on, .toggle.toggle-bg-pink .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-pink .toggle-on.active + .toggle-blob { border-color: #ed1b60; } .toggle.toggle-bg-purple .toggle-on, .toggle.toggle-bg-purple .toggle-select .toggle-inner .active { background: #ab26aa; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-purple .toggle-select .toggle-on, .toggle.toggle-bg-purple .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-purple .toggle-on.active + .toggle-blob { border-color: #ab26aa; } .toggle.toggle-bg-violet .toggle-on, .toggle.toggle-bg-violet .toggle-select .toggle-inner .active { background: #6640b2; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-violet .toggle-select .toggle-on, .toggle.toggle-bg-violet .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-violet .toggle-on.active + .toggle-blob { border-color: #6640b2; } .toggle.toggle-bg-indigo .toggle-on, .toggle.toggle-bg-indigo .toggle-select .toggle-inner .active { background: #3a55b1; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-indigo .toggle-select .toggle-on, .toggle.toggle-bg-indigo .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-indigo .toggle-on.active + .toggle-blob { border-color: #3a55b1; } .toggle.toggle-bg-blue .toggle-on, .toggle.toggle-bg-blue .toggle-select .toggle-inner .active { background: #0092ee; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-blue .toggle-select .toggle-on, .toggle.toggle-bg-blue .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-blue .toggle-on.active + .toggle-blob { border-color: #0092ee; } .toggle.toggle-bg-teal .toggle-on, .toggle.toggle-bg-teal .toggle-select .toggle-inner .active { background: #009b84; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-teal .toggle-select .toggle-on, .toggle.toggle-bg-teal .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-teal .toggle-on.active + .toggle-blob { border-color: #009b84; } .toggle.toggle-bg-neon .toggle-on, .toggle.toggle-bg-neon .toggle-select .toggle-inner .active { background: #88c241; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-neon .toggle-select .toggle-on, .toggle.toggle-bg-neon .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-neon .toggle-on.active + .toggle-blob { border-color: #88c241; } .toggle.toggle-bg-lime .toggle-on, .toggle.toggle-bg-lime .toggle-select .toggle-inner .active { background: #d0d962; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-lime .toggle-select .toggle-on, .toggle.toggle-bg-lime .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-lime .toggle-on.active + .toggle-blob { border-color: #d0d962; } .toggle.toggle-bg-sun .toggle-on, .toggle.toggle-bg-sun .toggle-select .toggle-inner .active { background: #fde335; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-sun .toggle-select .toggle-on, .toggle.toggle-bg-sun .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-sun .toggle-on.active + .toggle-blob { border-color: #fde335; } .toggle.toggle-bg-orange .toggle-on, .toggle.toggle-bg-orange .toggle-select .toggle-inner .active { background: #ff9528; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-orange .toggle-select .toggle-on, .toggle.toggle-bg-orange .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-orange .toggle-on.active + .toggle-blob { border-color: #ff9528; } .toggle.toggle-bg-pumpkin .toggle-on, .toggle.toggle-bg-pumpkin .toggle-select .toggle-inner .active { background: #ff6028; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-pumpkin .toggle-select .toggle-on, .toggle.toggle-bg-pumpkin .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-pumpkin .toggle-on.active + .toggle-blob { border-color: #ff6028; } .toggle.toggle-bg-brown .toggle-on, .toggle.toggle-bg-brown .toggle-select .toggle-inner .active, .toggle.toggle-bg-primary .toggle-on, .toggle.toggle-bg-primary .toggle-select .toggle-inner .active { background: #313f96; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-brown .toggle-select .toggle-on, .toggle.toggle-bg-brown .toggle-select .toggle-off, .toggle.toggle-bg-primary .toggle-select .toggle-on, .toggle.toggle-bg-primary .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-brown .toggle-on.active + .toggle-blob, .toggle.toggle-bg-primary .toggle-on.active + .toggle-blob { border-color: #313f96; } .toggle.toggle-bg-gold .toggle-on, .toggle.toggle-bg-gold .toggle-select .toggle-inner .active { background: #c1993f; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-gold .toggle-select .toggle-on, .toggle.toggle-bg-gold .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-gold .toggle-on.active + .toggle-blob { border-color: #c1993f; } .toggle.toggle-bg-grey .toggle-on, .toggle.toggle-bg-grey .toggle-select .toggle-inner .active, .toggle.toggle-bg-secondary .toggle-on, .toggle.toggle-bg-secondary .toggle-select .toggle-inner .active, .toggle.toggle-bg-muted .toggle-on, .toggle.toggle-bg-muted .toggle-select .toggle-inner .active { background: #9e9e9e; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-grey .toggle-select .toggle-on, .toggle.toggle-bg-grey .toggle-select .toggle-off, .toggle.toggle-bg-secondary .toggle-select .toggle-on, .toggle.toggle-bg-secondary .toggle-select .toggle-off, .toggle.toggle-bg-muted .toggle-select .toggle-on, .toggle.toggle-bg-muted .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-grey .toggle-on.active + .toggle-blob, .toggle.toggle-bg-secondary .toggle-on.active + .toggle-blob, .toggle.toggle-bg-muted .toggle-on.active + .toggle-blob { border-color: #9e9e9e; } .toggle.toggle-bg-dark .toggle-on, .toggle.toggle-bg-dark .toggle-select .toggle-inner .active { background: #324148; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-dark .toggle-select .toggle-on, .toggle.toggle-bg-dark .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-dark .toggle-on.active + .toggle-blob { border-color: #324148; } .toggle.toggle-bg-light .toggle-on, .toggle.toggle-bg-light .toggle-select .toggle-inner .active { background: #848d91; color: #fff; text-shadow: none; box-shadow: none; } .toggle.toggle-bg-light .toggle-select .toggle-on, .toggle.toggle-bg-light .toggle-select .toggle-off { background: #6f7a7f; color: #fff; } .toggle.toggle-bg-light .toggle-on.active + .toggle-blob { border-color: #848d91; } .toggle.toggle-lg { width: 64px; height: 32px; } .toggle.toggle-lg .toggle-on, .toggle.toggle-lg .toggle-select .toggle-inner .active { font-size: 12px; } .toggle.toggle-sm { width: 50px; height: 20px; } .toggle.toggle-sm .toggle-on, .toggle.toggle-sm .toggle-select .toggle-inner .active { font-size: 10px; } .toggle.toggle-simple { width: 47px; } .toggle.toggle-simple.toggle-lg { width: 58px; } .toggle.toggle-simple.toggle-sm { width: 35px; } /*Form-Wizard*/ .wizard .wizard-icon-wrap { display: table; height: 35px; width: 35px; background: #e0e3e4; border-radius: 50%; float: left; text-align: center; position: relative; } .wizard .wizard-icon-wrap:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #313f96; border-radius: 50%; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-transition: -webkit-transform 0.3s ease-in-out; -moz-transition: -moz-transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out; z-index: 1; } .wizard .wizard-icon-wrap i { display: table-cell; vertical-align: middle; color: #6f7a7f; font-size: 21px; position: relative; z-index: 2; } .wizard .wizard-head-text-wrap { display: inline-block; margin-left: 10px; padding-top: 7px; } .wizard .wizard-head-text-wrap > span { display: block; font-size: 13px; font-weight: 600; color: #324148; text-transform: uppercase; } .wizard .wizard-head-text-wrap .step-count { color: #adb3b6; font-size: 13px; } .wizard > .content { background: #fff; border-radius: 0; min-height: 100px; margin: 0; border: none; padding-bottom: 10px; } .wizard > .content > .body { width: 100%; height: auto; padding: 30px; position: static; } .wizard > .content > .body input { border-width: 2px; border-color: #e0e3e4; } .wizard > .content > .body ul > li { display: inherit; } .wizard > .actions { background: #fff; padding: 10px 30px; } .wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active { display: inline-block; font-weight: 400; text-align: center; white-space: nowrap; background: #313f96; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid #313f96; text-transform: capitalize; outline: none; border-width: 2px; border-radius: .25rem; padding: .15rem .4rem; font-size: .75rem; } .wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active { background: #cecece; color: #fff; border: 1px solid #cecece; opacity: .65; } .wizard > .actions > ul > li { margin: 0 0.3em; } .wizard > .steps { margin-bottom: 20px; } .wizard > .steps > ul > li { width: auto; margin-right: 30px; margin-bottom: 20px; } .wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active { padding: 0; margin: 0; overflow: hidden; } .wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active { background: transparent; color: inherit; } .wizard > .steps .current a .wizard-icon-wrap, .wizard > .steps .current a:hover .wizard-icon-wrap, .wizard > .steps .current a:active .wizard-icon-wrap { background: transparent; } .wizard > .steps .current a .wizard-icon-wrap:before, .wizard > .steps .current a:hover .wizard-icon-wrap:before, .wizard > .steps .current a:active .wizard-icon-wrap:before { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .wizard > .steps .current a .wizard-icon-wrap i, .wizard > .steps .current a:hover .wizard-icon-wrap i, .wizard > .steps .current a:active .wizard-icon-wrap i { color: #fff; } .wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active { background: transparent; color: inherit; overflow: hidden; } .wizard > .steps .done a .wizard-icon-wrap, .wizard > .steps .done a:hover .wizard-icon-wrap, .wizard > .steps .done a:active .wizard-icon-wrap { background: #009b84; } .wizard > .steps .done a .wizard-icon-wrap:before, .wizard > .steps .done a:hover .wizard-icon-wrap:before, .wizard > .steps .done a:active .wizard-icon-wrap:before { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); } .wizard > .steps .done a .wizard-icon-wrap i, .wizard > .steps .done a:hover .wizard-icon-wrap i, .wizard > .steps .done a:active .wizard-icon-wrap i { color: #fff; } .wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active { background: transparent; color: inherit; } @media (max-width: 991px) { .wizard .steps ul > li { width: 100%; } } /*Popover*/ .popover { border: 1px solid #d6d9da; border-radius: 3px; } .popover-header { color: #324148; background-color: #f5f5f6; border-bottom: none; padding: 0.65rem .75rem; } .popover-body { padding: .65rem .75rem; color: inherit; } /*Accordion*/ .accordion .card { margin-bottom: 0; } .accordion .card:first-of-type .card-header:first-child > a { border-top-left-radius: calc(.25rem - 1px); border-top-right-radius: calc(.25rem - 1px); } .accordion .card .card-header { padding: 0; border-width: 0; } .accordion .card .card-header.activestate { border-width: 1px; } .accordion .card .card-header > a { background: #313f96; color: #fff; font-weight: 500; padding: .75rem 1.25rem; display: block; width: 100%; text-align: left; position: relative; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .accordion .card .card-header > a::before { content: '\f2fc'; font: normal normal normal 14px/1 'Material-Design-Iconic-Font'; font-size: 20px; text-rendering: auto; position: absolute; top: 15px; right: 20px; } .accordion .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion .card .card-header > a.collapsed:before { content: '\f2f9'; } .accordion.accordion-info .card .card-header > a, .accordion.accordion-cyan .card .card-header > a { background: #1ebccd; color: #fff; } .accordion.accordion-info .card .card-header > a.collapsed, .accordion.accordion-cyan .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-sky .card .card-header > a { background: #00acf0; color: #fff; } .accordion.accordion-sky .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-success .card .card-header > a, .accordion.accordion-green .card .card-header > a { background: #22af47; color: #fff; } .accordion.accordion-success .card .card-header > a.collapsed, .accordion.accordion-green .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-danger .card .card-header > a, .accordion.accordion-red .card .card-header > a { background: #f83f37; color: #fff; } .accordion.accordion-danger .card .card-header > a.collapsed, .accordion.accordion-red .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-warning .card .card-header > a, .accordion.accordion-yellow .card .card-header > a { background: #ffbf36; color: #fff; } .accordion.accordion-warning .card .card-header > a.collapsed, .accordion.accordion-yellow .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-pink .card .card-header > a { background: #ed1b60; color: #fff; } .accordion.accordion-pink .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-purple .card .card-header > a { background: #ab26aa; color: #fff; } .accordion.accordion-purple .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-violet .card .card-header > a { background: #6640b2; color: #fff; } .accordion.accordion-violet .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-indigo .card .card-header > a { background: #3a55b1; color: #fff; } .accordion.accordion-indigo .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-blue .card .card-header > a { background: #0092ee; color: #fff; } .accordion.accordion-blue .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-teal .card .card-header > a { background: #009b84; color: #fff; } .accordion.accordion-teal .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-neon .card .card-header > a { background: #88c241; color: #fff; } .accordion.accordion-neon .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-lime .card .card-header > a { background: #d0d962; color: #fff; } .accordion.accordion-lime .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-sun .card .card-header > a { background: #fde335; color: #fff; } .accordion.accordion-sun .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-orange .card .card-header > a { background: #ff9528; color: #fff; } .accordion.accordion-orange .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-pumpkin .card .card-header > a { background: #ff6028; color: #fff; } .accordion.accordion-pumpkin .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-brown .card .card-header > a, .accordion.accordion-primary .card .card-header > a { background: #313f96; color: #fff; } .accordion.accordion-brown .card .card-header > a.collapsed, .accordion.accordion-primary .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-gold .card .card-header > a { background: #c1993f; color: #fff; } .accordion.accordion-gold .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-smoke .card .card-header > a { background: #5e7d8a; color: #fff; } .accordion.accordion-smoke .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-secondary .card .card-header > a, .accordion.accordion-grey .card .card-header > a { background: #9e9e9e; color: #fff; } .accordion.accordion-secondary .card .card-header > a.collapsed, .accordion.accordion-grey .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-light .card .card-header > a { background: #e0e3e4; color: #324148; } .accordion.accordion-light .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-dark .card .card-header > a { background: #324148; color: #fff; } .accordion.accordion-dark .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2 .card .card-header > a { background: transparent; color: #313f96; padding-left: 50px; } .accordion.accordion-type-2 .card .card-header > a:before { display: none; } .accordion.accordion-type-2 .card .card-header > a::after { display: inline-block; font: normal normal normal 14px/1 'Ionicons'; speak: none; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: auto; position: absolute; content: "\f176"; font-size: 21px; top: 15px; left: 20px; } .accordion.accordion-type-2 .card .card-header > a.collapsed { color: #324148; } .accordion.accordion-type-2 .card .card-header > a.collapsed:after { content: "\f158"; } .accordion.accordion-type-2.accordion-info .card .card-header > a, .accordion.accordion-type-2.accordion-cyan .card .card-header > a { color: #1ebccd; } .accordion.accordion-type-2.accordion-info .card .card-header > a.collapsed, .accordion.accordion-type-2.accordion-cyan .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-sky .card .card-header > a { color: #00acf0; } .accordion.accordion-type-2.accordion-sky .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-success .card .card-header > a, .accordion.accordion-type-2.accordion-green .card .card-header > a { color: #22af47; } .accordion.accordion-type-2.accordion-success .card .card-header > a.collapsed, .accordion.accordion-type-2.accordion-green .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-danger .card .card-header > a, .accordion.accordion-type-2.accordion-red .card .card-header > a { color: #f83f37; } .accordion.accordion-type-2.accordion-danger .card .card-header > a.collapsed, .accordion.accordion-type-2.accordion-red .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-warning .card .card-header > a, .accordion.accordion-type-2.accordion-yellow .card .card-header > a { color: #ffbf36; } .accordion.accordion-type-2.accordion-warning .card .card-header > a.collapsed, .accordion.accordion-type-2.accordion-yellow .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-pink .card .card-header > a { color: #ed1b60; } .accordion.accordion-type-2.accordion-pink .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-purple .card .card-header > a { color: #ab26aa; } .accordion.accordion-type-2.accordion-purple .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-violet .card .card-header > a { color: #6640b2; } .accordion.accordion-type-2.accordion-violet .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-indigo .card .card-header > a { color: #3a55b1; } .accordion.accordion-type-2.accordion-indigo .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-blue .card .card-header > a { color: #0092ee; } .accordion.accordion-type-2.accordion-blue .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-teal .card .card-header > a { color: #009b84; } .accordion.accordion-type-2.accordion-teal .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-neon .card .card-header > a { color: #88c241; } .accordion.accordion-type-2.accordion-neon .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-lime .card .card-header > a { color: #d0d962; } .accordion.accordion-type-2.accordion-lime .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-sun .card .card-header > a { color: #fde335; } .accordion.accordion-type-2.accordion-sun .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-orange .card .card-header > a { color: #ff9528; } .accordion.accordion-type-2.accordion-orange .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-pumpkin .card .card-header > a { color: #ff6028; } .accordion.accordion-type-2.accordion-pumpkin .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-brown .card .card-header > a { color: #313f96; } .accordion.accordion-type-2.accordion-brown .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-gold .card .card-header > a { color: #c1993f; } .accordion.accordion-type-2.accordion-gold .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-smoke .card .card-header > a { color: #5e7d8a; } .accordion.accordion-type-2.accordion-smoke .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-secondary .card .card-header > a, .accordion.accordion-type-2.accordion-grey .card .card-header > a { color: #9e9e9e; } .accordion.accordion-type-2.accordion-secondary .card .card-header > a.collapsed, .accordion.accordion-type-2.accordion-grey .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-light .card .card-header > a { color: #98a0a3; } .accordion.accordion-type-2.accordion-light .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-type-2.accordion-dark .card .card-header > a { color: #324148; } .accordion.accordion-type-2.accordion-dark .card .card-header > a.collapsed { color: #324148; background: transparent; } .accordion.accordion-flush > .card { border-left: 0; border-right: 0; border-radius: 0; } /*Table*/ .table thead th { border-top: none; border-bottom: none; vertical-align: middle; } .table.table-dark thead th { background: #324148; } .table th { font-weight: 500; color: #313f96; font-size: 14px; text-transform: capitalize; } .table td, .table th { border-top: 1px solid #e0e3e4; vertical-align: middle; padding: .75rem 1.25rem; } .table.table-hover tbody tr:hover, .table.table-striped tbody tr:nth-of-type(2n+1) { background-color: #f5f5f6; } .table.table-bordered { border: none; } .table.table-bordered td { border-color: #e0e3e4; border-top: none; } .table.table-bordered th { border-top: 1px solid #e0e3e4; border-bottom: 1px solid #e0e3e4; } .table.table-flush td, .table.table-flush th { border-top: none; border-bottom: none; } .table .thead-primary th, .table .thead-blue th, .table .thead-success th, .table .thead-green th, .table .thead-info th, .table .thead-cyan th, .table .thead-warning th, .table .thead-yellow th, .table .thead-danger th, .table .thead-red th, .table .thead-secondary th, .table .thead-grey th { color: #fff; } .table .thead-sky th { background-color: #00acf0; } .table .thead-success th, .table .thead-green th { background-color: #22af47; } .table .thead-info th, .table .thead-cyan th { background-color: #1ebccd; } .table .thead-warning th, .table .thead-yellow th { background-color: #ffbf36; } .table .thead-danger th, .table .thead-red th { background-color: #f83f37; } .table .thead-secondary th, .table .thead-grey th { background-color: #9e9e9e; } .table .thead-pink th { background-color: #ed1b60; } .table .thead-purple th { background-color: #ab26aa; } .table .thead-violet th { background-color: #6640b2; } .table .thead-indigo th { background-color: #3a55b1; } .table .thead-blue th { background-color: #0092ee; } .table .thead-teal th { background-color: #009b84; } .table .thead-neon th { background-color: #88c241; } .table .thead-lime th { background-color: #d0d962; } .table .thead-sun th { background-color: #fde335; } .table .thead-orange th { background-color: #ff9528; } .table .thead-pumpkin th { background-color: #ff6028; } .table .thead-primary th, .table .thead-brown th { background-color: #313f96; } .table .thead-gold th { background-color: #c1993f; } .table .thead-smoke th { background-color: #5e7d8a; } .table .thead-active th { background-color: #5e7d8a; color: #fff; } .table .thead-light th { background-color: #e0e3e4; } .table .thead-dark th { background-color: #324148; color: #fff; } .table-lg td, .table-lg th { padding: 0.75rem 1.5rem; } .table-sm td, .table-sm th { padding: 0.45rem 1.25rem; } .table-sm td { font-size: 15px; } .table-sky { background-color: #edf9fe; } .table-sky > td, .table-sky > th { background-color: #edf9fe; } .table-success, .table-green { background-color: #eff9f2; } .table-success > td, .table-success > th, .table-green > td, .table-green > th { background-color: #eff9f2; } .table-info, .table-cyan { background-color: #effafb; } .table-info > td, .table-info > th, .table-cyan > td, .table-cyan > th { background-color: #effafb; } .table-warning, .table-yellow { background-color: #fff8eb; } .table-warning > td, .table-warning > th, .table-yellow > td, .table-yellow > th { background-color: #fff8eb; } .table-danger, .table-red { background-color: #fff1f1; } .table-danger > td, .table-danger > th, .table-red > td, .table-red > th { background-color: #fff1f1; } .table-active { background-color: #f4f6f7; } .table-active > td, .table-active > th { background-color: #f4f6f7; } .table-grey, .table-secondary { background-color: #f5f5f5; } .table-grey > td, .table-grey > th, .table-secondary > td, .table-secondary > th { background-color: #f5f5f5; } .table-pink { background-color: #feeff4; } .table-pink > td, .table-pink > th { background-color: #feeff4; } .table-purple { background-color: #f9f0f9; } .table-purple > td, .table-purple > th { background-color: #f9f0f9; } .table-violet { background-color: #f4f2fa; } .table-violet > td, .table-violet > th { background-color: #f4f2fa; } .table-indigo { background-color: #f1f3f9; } .table-indigo > td, .table-indigo > th { background-color: #f1f3f9; } .table-blue { background-color: #edf7fe; } .table-blue > td, .table-blue > th { background-color: #edf7fe; } .table-teal { background-color: #edf8f6; } .table-teal > td, .table-teal > th { background-color: #edf8f6; } .table-neon { background-color: #f3f9ec; } .table-neon > td, .table-neon > th { background-color: #f3f9ec; } .table-lime { background-color: #f9faeb; } .table-lime > td, .table-lime > th { background-color: #f9faeb; } .table-orange { background-color: #fff4e9; } .table-orange > td, .table-orange > th { background-color: #fff4e9; } .table-pumpkin { background-color: #fff4f0; } .table-pumpkin > td, .table-pumpkin > th { background-color: #fff4f0; } .table-primary, .table-brown { background-color: #f6f3f2; } .table-primary > td, .table-primary > th, .table-brown > td, .table-brown > th { background-color: #f6f3f2; } .table-gold { background-color: #fbf8f1; } .table-gold > td, .table-gold > th { background-color: #fbf8f1; } .table-smoke { background-color: #f4f6f7; } .table-smoke > td, .table-smoke > th { background-color: #f4f6f7; } .table-light { background-color: #f5f5f6; } .table-light > td, .table-light > th { background-color: #f5f5f6; } .table-dark { background: #2b383e; } .table-dark td, .table-dark th { border-top-color: #2b383e; } .table-dark th { color: #fff; } .table-dark > td, .table-dark > th { color: #fff; background: #2b383e; } .table-dark.table.table-bordered td, .table-dark.table.table-bordered th { border-color: #2b383e; } @media (max-width: 1200px) { .table-responsive .table > tbody > tr > td, .table-responsive .table > tbody > tr > th, .table-responsive .table > tfoot > tr > td, .table-responsive .table > tfoot > tr > th, .table-responsive .table > thead > tr > td, .table-responsive .table > thead > tr > th { white-space: nowrap; } } /*Data Table*/ table.dataTable { box-sizing: border-box; } table.dataTable th, table.dataTable td { box-sizing: border-box; } table.dataTable thead th, table.dataTable thead td, table.dataTable tbody th, table.dataTable tbody td { padding: .75rem 1.25rem; } table.dataTable thead td, table.dataTable thead th { border-bottom: none; font-weight: 500; position: relative; } table.dataTable thead td.sorting::before, table.dataTable thead td.sorting_asc::before, table.dataTable thead td.sorting_desc::before, table.dataTable thead td.sorting::after, table.dataTable thead td.sorting_asc::after, table.dataTable thead td.sorting_desc::after, table.dataTable thead th.sorting::before, table.dataTable thead th.sorting_asc::before, table.dataTable thead th.sorting_desc::before, table.dataTable thead th.sorting::after, table.dataTable thead th.sorting_asc::after, table.dataTable thead th.sorting_desc::after { display: inline-block; font-family: "Ionicons"; speak: none; font-size: 18px; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; z-index: 10; right: 7px; } table.dataTable thead td.sorting::before, table.dataTable thead td.sorting_asc::before, table.dataTable thead td.sorting_desc::before, table.dataTable thead td.sorting::after, table.dataTable thead td.sorting_asc::after, table.dataTable thead td.sorting_desc::after, table.dataTable thead th.sorting::before, table.dataTable thead th.sorting_asc::before, table.dataTable thead th.sorting_desc::before, table.dataTable thead th.sorting::after, table.dataTable thead th.sorting_asc::after, table.dataTable thead th.sorting_desc::after { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); content: ""; color: #313f96; } table.dataTable thead td.sorting_asc::before, table.dataTable thead th.sorting_asc::before { content: "\f11a"; } table.dataTable thead td.sorting_desc::after, table.dataTable thead th.sorting_desc::after { content: "\f118"; } table.dataTable tfoot td, table.dataTable tfoot th { border-top: none; font-weight: 500; padding: .75rem 1.25rem; background: #e0e3e4; } table.dataTable.no-footer { border-bottom: none; } table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td { border-top: 1px solid #e0e3e4; } table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td { border-top: 1px solid #e0e3e4; } table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd { background: rgba(245, 245, 246, 0.5); } table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected { background: #301811; color: #fff; } table.dataTable tbody tr.selected { background: #301811; color: #fff; } table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 { background: rgba(214, 217, 218, 0.2); } table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 { background: #301811; color: #fff; } table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 { background: rgba(224, 227, 228, 0.3); } table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 { background: #301811; color: #fff; } table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover { background-color: #313f96; color: #fff; } table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected { background: #301811; color: #fff; } table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > tr:first-child { padding-left: 1.25rem; } table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > tr:first-child:before { display: none; } table.dataTable > tbody > tr.child ul.dtr-details { width: 100%; } table.dataTable > tbody > tr.child ul.dtr-details > li { border-bottom: none; padding: 0.25em; } table.dataTable > tbody > tr.child ul.dtr-details > li:first-child { padding-top: 0.25em; } table.dataTable > tbody > tr.child span.dtr-title { min-width: 80px; font-weight: 500; font-size: 13px; text-transform: uppercase; color: #301811; } table.dataTable > tbody > tr.child span.dtr-data { color: #848d91; } .dataTables_wrapper .dataTables_paginate .paginate_button { padding: 0; margin-left: 0; color: #301811 !important; border: none !important; background: transparent !important; box-shadow: none !important; border-radius: 0; } .dataTables_wrapper .dataTables_filter input { margin-left: 0; } .dataTables_wrapper .dataTables_length select { width: 80px; margin-right: 10px; } @media (max-width: 991px) { .dataTables_wrapper .dataTables_length { display: none; } } /*Responsive Table*/ .tablesaw .tablesaw-sortable-head { padding: 0.75rem 1.25rem; } .tablesaw .tablesaw-sortable-head .tablesaw-sortable-arrow { position: absolute; right: 8px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); top: 50%; height: 24px; } .tablesaw .tablesaw-sortable-head .tablesaw-sortable-btn { padding: 0; } .tablesaw.tablesaw-swipe .tablesaw-swipe-cellpersist { border-right: none; } .tablesaw.tablesaw-stack td .tablesaw-cell-label, .tablesaw .tablesaw-stack th .tablesaw-cell-label { font-weight: 500; color: #324148; font-size: 13px; text-transform: uppercase; padding: 3px .6em 0 0; } .tablesaw-bar .tablesaw-bar-section .tablesaw-btn { margin-left: 10px; margin-top: 0; padding: 0; height: auto; position: relative; top: -2px; } .tablesaw-bar .tablesaw-bar-section .tablesaw-btn span { display: none; } .tablesaw-bar .tablesaw-bar-section .tablesaw-btn:after { display: none; } .tablesaw-bar .tablesaw-bar-section label { color: #324148; text-transform: capitalize; } .tablesaw-bar .tablesaw-bar-section select { position: static; min-height: 1em; opacity: 1; display: inline-block; width: 100%; height: calc(2.25rem + 4px); padding: .375rem 1.75rem .375rem .75rem; line-height: 1.5; color: #324148; vertical-align: middle; background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center; background-size: auto auto; background-size: 8px 10px; border: 2px solid #e0e3e4; border-radius: .25rem; -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-transition: border-color 0.15s ease-in-out; -moz-transition: border-color 0.15s ease-in-out; transition: border-color 0.15s ease-in-out; } .tablesaw-bar .tablesaw-bar-section select:focus { border-color: #313f96; } .tablesaw-columntoggle-popup .btn-group > label { margin-right: 15px; margin-bottom: 0; } .tablesaw-columntoggle-popup .btn-group > label:last-child { margin-right: 0; } .tablesaw-columntoggle-popup .btn-group > label input { margin-right: 5px; } @media (max-width: 39.9375em) { .tablesaw-stack tbody tr { border-bottom: none; } .tablesaw-stack tbody tr:first-child { border-top: 1px solid #e0e3e4; } } /*Morris Chart*/ .morris-chart { width: 100%; } .morris-chart svg { width: 100%; } .morris-chart.donut-chart svg path { stroke: transparent; } .morris-hover.morris-default-style { background: #fff; border: none; border-radius: 6px; box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1); color: #324148; font-size: 12px; font-family: inherit; } .morris-hover.morris-default-style .morris-hover-row-label { color: #324148; font-size: 12px; } /*Sparkline*/ .jqstooltip { width: auto !important; height: auto !important; background: #fff !important; border: none !important; box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1); border-radius: 6px; } .jqstooltip .jqsfield { color: #324148 !important; font-size: 12px; } /*Flot Chart*/ .flot-container { width: 100%; height: 400px; } .flot-container .legendColorBox > div { border: none !important; } .demo-placeholder { width: 100%; height: 100%; } .flotTip { background: #fff; border: none; border-radius: 6px; box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1); color: #324148; font-size: 12px; font-family: inherit; } .legendLabel { color: #324148; font-size: 12px; padding-left: 9px; } /*Peity chart*/ .peity-gradient polygon { fill: url(#grad); } .css-peity { height: 0; width: 0; position: absolute; } /*Echats*/ .echart > div:last-child { box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1); } /*Easy pie chart*/ .easy-pie-chart { position: relative; width: 100%; } .easy-pie-chart > span { font-size: 12px; position: absolute; text-align: center; line-height: 50px; width: 100%; } /*Nestable*/ .dd-handle { font-weight: 500; margin: 0 0 6px; font-size: 14px; padding: 8px 15px; background: #fff; color: #324148; height: 38px; border-color: #e0e3e4; } .dd-handle:hover, .dd-handle:focus, .dd-handle:active { color: #324148; background: #f5f5f6; } .dd-item > button { margin: 0; height: 38px; font-size: 24px; width: 42px; color: #adb3b6; outline: none; } .dd-item > button.dd-expand:before, .dd-item > button.dd-collapse:before { font-family: "Ionicons"; content: ""; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .dd-item > button.dd-expand::before { content: "\f102"; } .dd-item > button.dd-collapse::before { content: "\f1fc"; } .dd-item > button:hover, .dd-item > button:focus, .dd-item > button:active { outline: none; } .dd-placeholder { background: transparent; border-color: #e0e3e4; } .dd3-content { display: block; width: 100%; border-radius: 3px; font-weight: 500; margin: 0 0 6px; font-size: 14px; padding: 8px 15px 8px 66px; background: #fff; color: #324148; border: 2px solid #e0e3e4; } .dd3-content:hover, .dd3-content:focus, .dd3-content:active { color: #324148; background: #f5f5f6; } .dd-dragel > .dd3-item > .dd3-content { margin: 0; } .dd3-item > button { margin-left: 42px; } .dd3-handle { position: absolute; margin: 0; left: 0; top: 0; cursor: pointer; font-size: 19px; color: #adb3b6; width: 42px; text-indent: 100%; white-space: nowrap; overflow: hidden; padding: 18px; border-color: #e0e3e4; border-radius: 3px 0 0 3px; } .dd3-handle:before { font-family: "Ionicons"; content: "\f32a"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #9e9e9e; display: block; position: absolute; left: 0; top: 8px; width: 100%; text-align: center; text-indent: 0; } /*Modals*/ .modal-content, .modal-header, .modal-footer { border-color: #e0e3e4; } .modal-content { border-radius: .25rem; border: none; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); } .modal-header { border-top-left-radius: .25rem; border-top-right-radius: .25rem; } .modal-header, .modal-body, .modal-footer { Padding: 0.75rem 1.25rem; } .close { color: #6f7a7f; opacity: 1; text-shadow: none; } .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover { color: #6f7a7f; opacity: 1; } .modal-backdrop { background-color: #324148; } /*Sweet-alert*/ .sweet-alert { border-radius: 2px; font-family: inherit; } .sweet-alert h2 { font-weight: 400; color: #324148; } .sweet-alert button { box-shadow: none !important; font-size: inherit; } /*Notification*/ .alert { border-radius: 3px; } .alert i { font-size: 24px; } .alert .alert-link { font-weight: normal; font-weight: 500; color: inherit; filter: brightness(120%) contrast(100%); } .alert.alert-dismissible .close { padding: .60rem 1.25rem; text-shadow: none; } .alert.alert-primary { color: #301811; background: #f6f3f2; border-color: rgba(215, 203, 200, 0.3); } .alert.alert-success { color: #05592b; background: #eff9f2; border-color: rgba(188, 231, 199, 0.3); } .alert.alert-info { color: #065459; background: #effafb; border-color: rgba(187, 235, 240, 0.3); } .alert.alert-danger { color: #8b0c12; background: #fff1f1; border-color: rgba(253, 197, 195, 0.3); } .alert.alert-warning { color: #cb7e03; background: #fff8eb; border-color: rgba(255, 236, 194, 0.3); } .alert.alert-secondary { color: #524c4c; background: #f5f5f5; border-color: rgba(226, 226, 226, 0.3); } .alert.alert-light { color: #5b676d; background: #f5f5f6; border-color: #e0e3e4; } .alert.alert-dark { color: #fff; background: #324148; border-color: #2b383e; } .alert.alert-dark.alert-dismissible .close:not(:disabled):not(.disabled):focus, .alert.alert-dark.alert-dismissible .close:not(:disabled):not(.disabled):hover { color: #fff; text-decoration: none; opacity: 1; } .alert.alert-inv.alert-inv-primary { background: #313f96; color: #f6f3f2; } .alert.alert-inv.alert-inv-primary.alert-dismissible .close:not(:disabled):not(.disabled):focus, .alert.alert-inv.alert-inv-primary.alert-dismissible .close:not(:disabled):not(.disabled):hover { color: #fff; text-decoration: none; opacity: 1; } .alert.alert-inv.alert-inv-info { background: #1ebccd; color: #effafb; } .alert.alert-inv.alert-inv-info.alert-dismissible .close:not(:disabled):not(.disabled):focus, .alert.alert-inv.alert-inv-info.alert-dismissible .close:not(:disabled):not(.disabled):hover { color: #fff; text-decoration: none; opacity: 1; } .alert.alert-inv.alert-inv-success { background: #22af47; color: #eff9f2; } .alert.alert-inv.alert-inv-success.alert-dismissible .close:not(:disabled):not(.disabled):focus, .alert.alert-inv.alert-inv-success.alert-dismissible .close:not(:disabled):not(.disabled):hover { color: #fff; text-decoration: none; opacity: 1; } .alert.alert-inv.alert-inv-warning { background: #ffbf36; color: #fff8eb; } .alert.alert-inv.alert-inv-warning.alert-dismissible .close:not(:disabled):not(.disabled):focus, .alert.alert-inv.alert-inv-warning.alert-dismissible .close:not(:disabled):not(.disabled):hover { color: #fff; text-decoration: none; opacity: 1; } .alert.alert-inv.alert-inv-danger { background: #f83f37; color: #fff1f1; } .alert.alert-inv.alert-inv-danger.alert-dismissible .close:not(:disabled):not(.disabled):focus, .alert.alert-inv.alert-inv-danger.alert-dismissible .close:not(:disabled):not(.disabled):hover { color: #fff; text-decoration: none; opacity: 1; } .alert.alert-inv.alert-inv-secondary { background: #9e9e9e; color: #f5f5f5; } .alert.alert-inv.alert-inv-secondary.alert-dismissible .close:not(:disabled):not(.disabled):focus, .alert.alert-inv.alert-inv-secondary.alert-dismissible .close:not(:disabled):not(.disabled):hover { color: #fff; text-decoration: none; opacity: 1; } .alert.alert-wth-icon { padding-left: 54px; position: relative; } .alert.alert-wth-icon .alert-icon-wrap { display: block; text-align: center; padding-top: 12px; height: 100%; width: 54px; left: 0; top: 0; position: absolute; } .alert-dismissable .close, .alert-dismissible .close { top: 0; } .jq-toast-wrap { width: 300px; } .jq-toast-wrap .jq-toast-single { color: #fff; border-radius: 2px; margin: 0; border: 1px solid; background: #324148; font-size: 14px; line-height: 1.3; } .jq-toast-wrap .jq-toast-single .jq-toast-loader { border-radius: 2px 2px 0 0; height: 2px; } .jq-toast-wrap .jq-toast-single .close-jq-toast-single { font-size: 23px; top: 0; } .jq-toast-wrap .jq-toast-single .jq-toast-heading { font-size: 16px !important; color: inherit; font-weight: 500; } .jq-toast-wrap .jq-toast-single.jq-toast-primary { background: #f6f3f2; color: #301811; border-color: rgba(215, 203, 200, 0.3); } .jq-toast-wrap .jq-toast-single.jq-toast-secondary { background: #f5f5f5; color: #524c4c; border-color: rgba(226, 226, 226, 0.3); } .jq-toast-wrap .jq-toast-single.jq-toast-info { background: #effafb; color: #065459; border-color: rgba(187, 235, 240, 0.3); } .jq-toast-wrap .jq-toast-single.jq-toast-success { background: #eff9f2; color: #05592b; border-color: rgba(188, 231, 199, 0.3); } .jq-toast-wrap .jq-toast-single.jq-toast-warning { background: #fff8eb; color: #cb7e03; border-color: rgba(255, 236, 194, 0.3); } .jq-toast-wrap .jq-toast-single.jq-toast-danger { background: #fff1f1; color: #8b0c12; border-color: rgba(253, 197, 195, 0.3); } .jq-toast-wrap .jq-toast-single.jq-toast-light { background: #f5f5f6; color: #5b676d; border-color: #e0e3e4; } .jq-toast-wrap .jq-toast-single.jq-toast-dark { background: #324148; color: #fff; border-color: #2b383e; } .jq-toast-wrap .jq-toast-single.jq-has-icon { padding: 11px 25px 15px 45px; } .jq-toast-wrap .jq-toast-single.jq-has-icon .jq-toast-icon { position: absolute; font-size: 17px; left: 11px; top: 14px; } .bottom-center-fullwidth .jq-toast-wrap { left: 0 !important; right: 0 !important; width: 100% !important; bottom: 0 !important; } .top-center-fullwidth .jq-toast-wrap { left: 0 !important; right: 0 !important; width: 100% !important; top: 2px !important; } @media (max-width: 576px) { .jq-toast-wrap.top-right, .jq-toast-wrap.top-left, .jq-toast-wrap.bottom-right, .jq-toast-wrap.bottom-left { left: 0; right: 0; width: 100%; } } /*Tooltop*/ .tooltip { font-size: 12px; } .tooltip .tooltip-inner { background: #324148; } .tooltip.show { opacity: 1; } .tooltip.bs-tooltip-left .arrow::before { border-left-color: #324148; } .tooltip.bs-tooltip-right .arrow::before { border-right-color: #324148; } .tooltip.bs-tooltip-top .arrow::before { border-top-color: #324148; } .tooltip.bs-tooltip-bottom .arrow::before { border-bottom-color: #324148; } .tooltip.tooltip-sky .tooltip-inner { background: #00acf0; } .tooltip.tooltip-sky.bs-tooltip-left .arrow::before { border-left-color: #00acf0; } .tooltip.tooltip-sky.bs-tooltip-right .arrow::before { border-right-color: #00acf0; } .tooltip.tooltip-sky.bs-tooltip-top .arrow::before { border-top-color: #00acf0; } .tooltip.tooltip-sky.bs-tooltip-bottom .arrow::before { border-bottom-color: #00acf0; } .tooltip.tooltip-success .tooltip-inner, .tooltip.tooltip-green .tooltip-inner { background: #22af47; } .tooltip.tooltip-success.bs-tooltip-left .arrow::before, .tooltip.tooltip-green.bs-tooltip-left .arrow::before { border-left-color: #22af47; } .tooltip.tooltip-success.bs-tooltip-right .arrow::before, .tooltip.tooltip-green.bs-tooltip-right .arrow::before { border-right-color: #22af47; } .tooltip.tooltip-success.bs-tooltip-top .arrow::before, .tooltip.tooltip-green.bs-tooltip-top .arrow::before { border-top-color: #22af47; } .tooltip.tooltip-success.bs-tooltip-bottom .arrow::before, .tooltip.tooltip-green.bs-tooltip-bottom .arrow::before { border-bottom-color: #22af47; } .tooltip.tooltip-info .tooltip-inner, .tooltip.tooltip-cyan .tooltip-inner { background: #1ebccd; } .tooltip.tooltip-info.bs-tooltip-left .arrow::before, .tooltip.tooltip-cyan.bs-tooltip-left .arrow::before { border-left-color: #1ebccd; } .tooltip.tooltip-info.bs-tooltip-right .arrow::before, .tooltip.tooltip-cyan.bs-tooltip-right .arrow::before { border-right-color: #1ebccd; } .tooltip.tooltip-info.bs-tooltip-top .arrow::before, .tooltip.tooltip-cyan.bs-tooltip-top .arrow::before { border-top-color: #1ebccd; } .tooltip.tooltip-info.bs-tooltip-bottom .arrow::before, .tooltip.tooltip-cyan.bs-tooltip-bottom .arrow::before { border-bottom-color: #1ebccd; } .tooltip.tooltip-warning .tooltip-inner, .tooltip.tooltip-yellow .tooltip-inner { background: #ffbf36; } .tooltip.tooltip-warning.bs-tooltip-left .arrow::before, .tooltip.tooltip-yellow.bs-tooltip-left .arrow::before { border-left-color: #ffbf36; } .tooltip.tooltip-warning.bs-tooltip-right .arrow::before, .tooltip.tooltip-yellow.bs-tooltip-right .arrow::before { border-right-color: #ffbf36; } .tooltip.tooltip-warning.bs-tooltip-top .arrow::before, .tooltip.tooltip-yellow.bs-tooltip-top .arrow::before { border-top-color: #ffbf36; } .tooltip.tooltip-warning.bs-tooltip-bottom .arrow::before, .tooltip.tooltip-yellow.bs-tooltip-bottom .arrow::before { border-bottom-color: #ffbf36; } .tooltip.tooltip-danger .tooltip-inner, .tooltip.tooltip-red .tooltip-inner { background: #f83f37; } .tooltip.tooltip-danger.bs-tooltip-left .arrow::before, .tooltip.tooltip-red.bs-tooltip-left .arrow::before { border-left-color: #f83f37; } .tooltip.tooltip-danger.bs-tooltip-right .arrow::before, .tooltip.tooltip-red.bs-tooltip-right .arrow::before { border-right-color: #f83f37; } .tooltip.tooltip-danger.bs-tooltip-top .arrow::before, .tooltip.tooltip-red.bs-tooltip-top .arrow::before { border-top-color: #f83f37; } .tooltip.tooltip-danger.bs-tooltip-bottom .arrow::before, .tooltip.tooltip-red.bs-tooltip-bottom .arrow::before { border-bottom-color: #f83f37; } .tooltip.tooltip-secondary .tooltip-inner, .tooltip.tooltip-grey .tooltip-inner { background: #9e9e9e; } .tooltip.tooltip-secondary.bs-tooltip-left .arrow::before, .tooltip.tooltip-grey.bs-tooltip-left .arrow::before { border-left-color: #9e9e9e; } .tooltip.tooltip-secondary.bs-tooltip-right .arrow::before, .tooltip.tooltip-grey.bs-tooltip-right .arrow::before { border-right-color: #9e9e9e; } .tooltip.tooltip-secondary.bs-tooltip-top .arrow::before, .tooltip.tooltip-grey.bs-tooltip-top .arrow::before { border-top-color: #9e9e9e; } .tooltip.tooltip-secondary.bs-tooltip-bottom .arrow::before, .tooltip.tooltip-grey.bs-tooltip-bottom .arrow::before { border-bottom-color: #9e9e9e; } .tooltip.tooltip-light .tooltip-inner { background: #e0e3e4; color: #324148; } .tooltip.tooltip-light.bs-tooltip-left .arrow::before { border-left-color: #e0e3e4; } .tooltip.tooltip-light.bs-tooltip-right .arrow::before { border-right-color: #e0e3e4; } .tooltip.tooltip-light.bs-tooltip-top .arrow::before { border-top-color: #e0e3e4; } .tooltip.tooltip-light.bs-tooltip-bottom .arrow::before { border-bottom-color: #e0e3e4; } .tooltip.tooltip-dark .tooltip-inner { background: #324148; } .tooltip.tooltip-dark.bs-tooltip-left .arrow::before { border-left-color: #324148; } .tooltip.tooltip-dark.bs-tooltip-right .arrow::before { border-right-color: #324148; } .tooltip.tooltip-dark.bs-tooltip-top .arrow::before { border-top-color: #324148; } .tooltip.tooltip-dark.bs-tooltip-bottom .arrow::before { border-bottom-color: #324148; } .tooltip.tooltip-pink .tooltip-inner { background: #ed1b60; } .tooltip.tooltip-pink.bs-tooltip-left .arrow::before { border-left-color: #ed1b60; } .tooltip.tooltip-pink.bs-tooltip-right .arrow::before { border-right-color: #ed1b60; } .tooltip.tooltip-pink.bs-tooltip-top .arrow::before { border-top-color: #ed1b60; } .tooltip.tooltip-pink.bs-tooltip-bottom .arrow::before { border-bottom-color: #ed1b60; } .tooltip.tooltip-purple .tooltip-inner { background: #ab26aa; } .tooltip.tooltip-purple.bs-tooltip-left .arrow::before { border-left-color: #ab26aa; } .tooltip.tooltip-purple.bs-tooltip-right .arrow::before { border-right-color: #ab26aa; } .tooltip.tooltip-purple.bs-tooltip-top .arrow::before { border-top-color: #ab26aa; } .tooltip.tooltip-purple.bs-tooltip-bottom .arrow::before { border-bottom-color: #ab26aa; } .tooltip.tooltip-violet .tooltip-inner { background: #6640b2; } .tooltip.tooltip-violet.bs-tooltip-left .arrow::before { border-left-color: #6640b2; } .tooltip.tooltip-violet.bs-tooltip-right .arrow::before { border-right-color: #6640b2; } .tooltip.tooltip-violet.bs-tooltip-top .arrow::before { border-top-color: #6640b2; } .tooltip.tooltip-violet.bs-tooltip-bottom .arrow::before { border-bottom-color: #6640b2; } .tooltip.tooltip-indigo .tooltip-inner { background: #3a55b1; } .tooltip.tooltip-indigo.bs-tooltip-left .arrow::before { border-left-color: #3a55b1; } .tooltip.tooltip-indigo.bs-tooltip-right .arrow::before { border-right-color: #3a55b1; } .tooltip.tooltip-indigo.bs-tooltip-top .arrow::before { border-top-color: #3a55b1; } .tooltip.tooltip-indigo.bs-tooltip-bottom .arrow::before { border-bottom-color: #3a55b1; } .tooltip.tooltip-blue .tooltip-inner { background: #0092ee; } .tooltip.tooltip-blue.bs-tooltip-left .arrow::before { border-left-color: #0092ee; } .tooltip.tooltip-blue.bs-tooltip-right .arrow::before { border-right-color: #0092ee; } .tooltip.tooltip-blue.bs-tooltip-top .arrow::before { border-top-color: #0092ee; } .tooltip.tooltip-blue.bs-tooltip-bottom .arrow::before { border-bottom-color: #0092ee; } .tooltip.tooltip-teal .tooltip-inner { background: #009b84; } .tooltip.tooltip-teal.bs-tooltip-left .arrow::before { border-left-color: #009b84; } .tooltip.tooltip-teal.bs-tooltip-right .arrow::before { border-right-color: #009b84; } .tooltip.tooltip-teal.bs-tooltip-top .arrow::before { border-top-color: #009b84; } .tooltip.tooltip-teal.bs-tooltip-bottom .arrow::before { border-bottom-color: #009b84; } .tooltip.tooltip-neon .tooltip-inner { background: #88c241; } .tooltip.tooltip-neon.bs-tooltip-left .arrow::before { border-left-color: #88c241; } .tooltip.tooltip-neon.bs-tooltip-right .arrow::before { border-right-color: #88c241; } .tooltip.tooltip-neon.bs-tooltip-top .arrow::before { border-top-color: #88c241; } .tooltip.tooltip-neon.bs-tooltip-bottom .arrow::before { border-bottom-color: #88c241; } .tooltip.tooltip-lime .tooltip-inner { background: #d0d962; } .tooltip.tooltip-lime.bs-tooltip-left .arrow::before { border-left-color: #d0d962; } .tooltip.tooltip-lime.bs-tooltip-right .arrow::before { border-right-color: #d0d962; } .tooltip.tooltip-lime.bs-tooltip-top .arrow::before { border-top-color: #d0d962; } .tooltip.tooltip-lime.bs-tooltip-bottom .arrow::before { border-bottom-color: #d0d962; } .tooltip.tooltip-sun .tooltip-inner { background: #fde335; } .tooltip.tooltip-sun.bs-tooltip-left .arrow::before { border-left-color: #fde335; } .tooltip.tooltip-sun.bs-tooltip-right .arrow::before { border-right-color: #fde335; } .tooltip.tooltip-sun.bs-tooltip-top .arrow::before { border-top-color: #fde335; } .tooltip.tooltip-sun.bs-tooltip-bottom .arrow::before { border-bottom-color: #fde335; } .tooltip.tooltip-orange .tooltip-inner { background: #ff9528; } .tooltip.tooltip-orange.bs-tooltip-left .arrow::before { border-left-color: #ff9528; } .tooltip.tooltip-orange.bs-tooltip-right .arrow::before { border-right-color: #ff9528; } .tooltip.tooltip-orange.bs-tooltip-top .arrow::before { border-top-color: #ff9528; } .tooltip.tooltip-orange.bs-tooltip-bottom .arrow::before { border-bottom-color: #ff9528; } .tooltip.tooltip-pumpkin .tooltip-inner { background: #ff6028; } .tooltip.tooltip-pumpkin.bs-tooltip-left .arrow::before { border-left-color: #ff6028; } .tooltip.tooltip-pumpkin.bs-tooltip-right .arrow::before { border-right-color: #ff6028; } .tooltip.tooltip-pumpkin.bs-tooltip-top .arrow::before { border-top-color: #ff6028; } .tooltip.tooltip-pumpkin.bs-tooltip-bottom .arrow::before { border-bottom-color: #ff6028; } .tooltip.tooltip-primary .tooltip-inner, .tooltip.tooltip-brown .tooltip-inner { background: #313f96; } .tooltip.tooltip-primary.bs-tooltip-left .arrow::before, .tooltip.tooltip-brown.bs-tooltip-left .arrow::before { border-left-color: #313f96; } .tooltip.tooltip-primary.bs-tooltip-right .arrow::before, .tooltip.tooltip-brown.bs-tooltip-right .arrow::before { border-right-color: #313f96; } .tooltip.tooltip-primary.bs-tooltip-top .arrow::before, .tooltip.tooltip-brown.bs-tooltip-top .arrow::before { border-top-color: #313f96; } .tooltip.tooltip-primary.bs-tooltip-bottom .arrow::before, .tooltip.tooltip-brown.bs-tooltip-bottom .arrow::before { border-bottom-color: #313f96; } .tooltip.tooltip-gold .tooltip-inner { background: #c1993f; } .tooltip.tooltip-gold.bs-tooltip-left .arrow::before { border-left-color: #c1993f; } .tooltip.tooltip-gold.bs-tooltip-right .arrow::before { border-right-color: #c1993f; } .tooltip.tooltip-gold.bs-tooltip-top .arrow::before { border-top-color: #c1993f; } .tooltip.tooltip-gold.bs-tooltip-bottom .arrow::before { border-bottom-color: #c1993f; } .tooltip.tooltip-smoke .tooltip-inner { background: #5e7d8a; } .tooltip.tooltip-smoke.bs-tooltip-left .arrow::before { border-left-color: #5e7d8a; } .tooltip.tooltip-smoke.bs-tooltip-right .arrow::before { border-right-color: #5e7d8a; } .tooltip.tooltip-smoke.bs-tooltip-top .arrow::before { border-top-color: #5e7d8a; } .tooltip.tooltip-smoke.bs-tooltip-bottom .arrow::before { border-bottom-color: #5e7d8a; } /*Images*/ .img-thumbnail { border-color: #e0e3e4; border-radius: 0; } .img-background { background-size: cover; background-repeat: no-repeat; background-position: center; } /*Icons*/ .font-icons-wrap li { text-align: center; display: inline-block; padding: 10px; min-width: 50px; min-height: 60px; } .font-icons-wrap li a { position: relative; color: #324148; } .font-icons-wrap li a > i { font-size: 27px; } .font-icons-wrap li a span { display: inline-block; position: absolute; background-color: #0092ee; color: #fff; padding: 4px 7px; font-size: 12px; white-space: nowrap; top: -30px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); display: none; } .font-icons-wrap li a:hover span { display: block; } .feather { stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; fill: none; } .feather-icon { font-size: 0 !important; } .feather-icon.fe-x > svg { height: 16px; width: 16px; } /*Checkbox*/ .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before { background-color: #313f96; } .custom-checkbox.checkbox-sky .custom-control-input:checked ~ .custom-control-label::before { background-color: #00acf0; } .custom-checkbox.checkbox-success .custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox.checkbox-green .custom-control-input:checked ~ .custom-control-label::before { background-color: #22af47; } .custom-checkbox.checkbox-info .custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox.checkbox-cyan .custom-control-input:checked ~ .custom-control-label::before { background-color: #1ebccd; } .custom-checkbox.checkbox-warning .custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox.checkbox-yellow .custom-control-input:checked ~ .custom-control-label::before { background-color: #ffbf36; } .custom-checkbox.checkbox-danger .custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox.checkbox-red .custom-control-input:checked ~ .custom-control-label::before { background-color: #f83f37; } .custom-checkbox.checkbox-secondary .custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox.checkbox-grey .custom-control-input:checked ~ .custom-control-label::before { background-color: #9e9e9e; } .custom-checkbox.checkbox-dark .custom-control-input:checked ~ .custom-control-label::before { background-color: #324148; } .custom-checkbox.checkbox-light .custom-control-input:checked ~ .custom-control-label::before { background-color: #d6d9da; } .custom-checkbox.checkbox-pink .custom-control-input:checked ~ .custom-control-label::before { background-color: #ed1b60; } .custom-checkbox.checkbox-purple .custom-control-input:checked ~ .custom-control-label::before { background-color: #ab26aa; } .custom-checkbox.checkbox-violet .custom-control-input:checked ~ .custom-control-label::before { background-color: #6640b2; } .custom-checkbox.checkbox-indigo .custom-control-input:checked ~ .custom-control-label::before { background-color: #3a55b1; } .custom-checkbox.checkbox-blue .custom-control-input:checked ~ .custom-control-label::before { background-color: #0092ee; } .custom-checkbox.checkbox-teal .custom-control-input:checked ~ .custom-control-label::before { background-color: #009b84; } .custom-checkbox.checkbox-neon .custom-control-input:checked ~ .custom-control-label::before { background-color: #88c241; } .custom-checkbox.checkbox-lime .custom-control-input:checked ~ .custom-control-label::before { background-color: #d0d962; } .custom-checkbox.checkbox-sun .custom-control-input:checked ~ .custom-control-label::before { background-color: #fde335; } .custom-checkbox.checkbox-orange .custom-control-input:checked ~ .custom-control-label::before { background-color: #ff9528; } .custom-checkbox.checkbox-pumpkin .custom-control-input:checked ~ .custom-control-label::before { background-color: #ff6028; } .custom-checkbox.checkbox-primary .custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox.checkbox-brown .custom-control-input:checked ~ .custom-control-label::before { background-color: #313f96; } .custom-checkbox.checkbox-gold .custom-control-input:checked ~ .custom-control-label::before { background-color: #c1993f; } .custom-checkbox.checkbox-smoke .custom-control-input:checked ~ .custom-control-label::before { background-color: #5e7d8a; } .custom-control-input:focus ~ .custom-control-label::before { box-shadow: none; } /*Radio*/ .custom-radio .custom-control-input:checked ~ .custom-control-label::before { background-color: #00acf0; } .custom-radio.radio-sky .custom-control-input:checked ~ .custom-control-label::before { background-color: #00acf0; } .custom-radio.radio-success .custom-control-input:checked ~ .custom-control-label::before, .custom-radio.radio-green .custom-control-input:checked ~ .custom-control-label::before { background-color: #22af47; } .custom-radio.radio-info .custom-control-input:checked ~ .custom-control-label::before, .custom-radio.radio-cyan .custom-control-input:checked ~ .custom-control-label::before { background-color: #1ebccd; } .custom-radio.radio-warning .custom-control-input:checked ~ .custom-control-label::before, .custom-radio.radio-yellow .custom-control-input:checked ~ .custom-control-label::before { background-color: #ffbf36; } .custom-radio.radio-danger .custom-control-input:checked ~ .custom-control-label::before, .custom-radio.radio-red .custom-control-input:checked ~ .custom-control-label::before { background-color: #f83f37; } .custom-radio.radio-secondary .custom-control-input:checked ~ .custom-control-label::before, .custom-radio.radio-grey .custom-control-input:checked ~ .custom-control-label::before { background-color: #9e9e9e; } .custom-radio.radio-dark .custom-control-input:checked ~ .custom-control-label::before { background-color: #324148; } .custom-radio.radio-light .custom-control-input:checked ~ .custom-control-label::before { background-color: #d6d9da; } .custom-radio.radio-pink .custom-control-input:checked ~ .custom-control-label::before { background-color: #ed1b60; } .custom-radio.radio-purple .custom-control-input:checked ~ .custom-control-label::before { background-color: #ab26aa; } .custom-radio.radio-violet .custom-control-input:checked ~ .custom-control-label::before { background-color: #6640b2; } .custom-radio.radio-indigo .custom-control-input:checked ~ .custom-control-label::before { background-color: #3a55b1; } .custom-radio.radio-blue .custom-control-input:checked ~ .custom-control-label::before { background-color: #0092ee; } .custom-radio.radio-teal .custom-control-input:checked ~ .custom-control-label::before { background-color: #009b84; } .custom-radio.radio-neon .custom-control-input:checked ~ .custom-control-label::before { background-color: #88c241; } .custom-radio.radio-lime .custom-control-input:checked ~ .custom-control-label::before { background-color: #d0d962; } .custom-radio.radio-sun .custom-control-input:checked ~ .custom-control-label::before { background-color: #fde335; } .custom-radio.radio-orange .custom-control-input:checked ~ .custom-control-label::before { background-color: #ff9528; } .custom-radio.radio-pumpkin .custom-control-input:checked ~ .custom-control-label::before { background-color: #ff6028; } .custom-radio.radio-primary .custom-control-input:checked ~ .custom-control-label::before, .custom-radio.radio-brown .custom-control-input:checked ~ .custom-control-label::before { background-color: #313f96; } .custom-radio.radio-gold .custom-control-input:checked ~ .custom-control-label::before { background-color: #c1993f; } .custom-radio.radio-smoke .custom-control-input:checked ~ .custom-control-label::before { background-color: #5e7d8a; } /*Carousel*/ .carousel-control-prev, .carousel-control-next { opacity: 1; } .carousel-control-prev:hover .carousel-control-next-icon, .carousel-control-prev:hover .carousel-control-prev-icon, .carousel-control-next:hover .carousel-control-next-icon, .carousel-control-next:hover .carousel-control-prev-icon { border-color: white; } .carousel-control-next-icon, .carousel-control-prev-icon { height: 50px; width: 50px; border: 2px solid; border-color: rgba(255, 255, 255, 0.5); border-radius: 50%; background: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center; font-size: 21px; } .carousel-control-next-icon:before, .carousel-control-prev-icon:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .carousel-control-next-icon:before { content: "\f287"; } .carousel-control-prev-icon:before { content: "\f27d"; } .carousel-indicators { bottom: 20px; } .carousel-indicators li { width: 8px; height: 8px; margin-right: 5px; margin-left: 5px; border-radius: 50%; background: rgba(193, 198, 200, 0.5); } .carousel-indicators li.active { background: #c1c6c8; } .carousel-caption { bottom: 30px; } .owl-carousel .item-video { height: auto; } .owl-carousel .owl-video-tn { background-size: cover; } .owl-carousel .owl-dots .owl-dot span { width: 8px; height: 8px; margin: 0 5px; background: rgba(193, 198, 200, 0.5); } .owl-carousel .owl-dots .owl-dot:focus { outline: none; } .owl-carousel .owl-dots .owl-dot:hover span { background: #c1c6c8; } .owl-carousel .owl-dots .owl-dot.active span { background: #c1c6c8; } .owl-carousel .owl-video-play-icon { background: rgba(255, 255, 255, 0.8); left: 20px; bottom: 20px; margin: 0; height: 35px; width: 35px; border-radius: 50%; top: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center; color: #313f96; } .owl-carousel .owl-video-play-icon:before { display: inline-block; font-family: "Ionicons"; padding-left: 3px; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f488"; } .owl-carousel .owl-video-play-icon:hover { -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); } .owl-carousel.dots-on-item .owl-dots { position: absolute; left: 0; right: 0; bottom: 10px; } @media (max-width: 991px) { .carousel-control-next-icon, .carousel-control-prev-icon { height: 30px; width: 30px; font-size: 17px; } } /*Twitter slider*/ .twitter-slider-wrap i.fa-twitter { font-size: 30px; color: #fff; } .twitter-slider-wrap .owl-carousel { text-align: center; } .twitter-slider-wrap .owl-carousel .user, .twitter-slider-wrap .owl-carousel .interact { display: none; } .twitter-slider-wrap .owl-carousel .tweet { font-size: 16px; color: #fff; margin-bottom: 30px; } .twitter-slider-wrap .owl-carousel .tweet > a { color: #fff; } .twitter-slider-wrap .owl-carousel .timePosted > a { font-size: 12px; color: #fff; } /*Color Pickr*/ .pickr:before { position: absolute; content: ""; height: 100%; width: 35px; background: #f5f5f6; right: 0; z-index: 1; pointer-events: none; } .pickr:after { font-family: "Ionicons"; speak: none; font-size: 18px; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f280"; color: #324148; position: absolute; right: 0; top: 8px; z-index: 2; width: 35px; height: 100%; text-align: center; pointer-events: none; } .pickr .pcr-app { z-index: 100; } .pickr .pcr-app .pcr-interaction input { padding: .3em .5em; letter-spacing: inherit; border-radius: 4px; background: #f5f5f6; color: #c1c6c8; } .pickr .pcr-app .pcr-interaction .pcr-save { background: #313f96; color: #fff; } .pickr .pcr-app .pcr-interaction .pcr-clear { background: #f83f37; color: #fff; } .pickr .pcr-app .pcr-interaction .pcr-type.active { background: #edf9fe; color: #313f96; } .pickr .pcr-app .pcr-interaction .pcr-result { color: #324148; border: 2px solid #e0e3e4; background: #fff; border-radius: .25rem; } .pickr .pcr-app .pcr-interaction .pcr-result:focus { box-shadow: none; border-color: #313f96; } .pickr .pcr-button { width: 100%; border-radius: 0; } @media (max-width: 414px) { .pcr-app { max-width: 310px; } } /*Range Slider*/ .irs-line { height: 7px; background: #e0e3e4; border: none; border-radius: 0; } .irs-bar { height: 7px; border: none; border-radius: 0; background: #313f96; } .irs-slider { top: 27px; width: 20px; height: 20px; border: 2px solid #fff; background: #313f96; border-radius: 50%; box-shadow: none; } .irs-slider.state_hover, .irs-slider:hover { background: #313f96; } .irs-bar-edge { height: 7px; top: 33px; width: 14px; border: none; background: #313f96; border-radius: 0; } .irs-from, .irs-to, .irs-single { font-size: 14px; background: #324148; line-height: 1.5; border-radius: 4px; -moz-border-radius: 4px; } .irs-min, .irs-max { color: #324148; font-size: 12px; background: #e0e3e4; line-height: 1.5; border-radius: 4px; -moz-border-radius: 4px; } .irs.irs-sm .irs-line { height: 3px; } .irs.irs-sm .irs-bar { height: 3px; } .irs.irs-sm .irs-slider { top: 29px; width: 12px; height: 12px; } .irs.irs-sm .irs-bar-edge { height: 3px; } .irs-sky .irs-bar, .irs-sky .irs-bar-edge { background: #00acf0; } .irs-sky .irs-slider { background: #00acf0; } .irs-sky .irs-slider.state_hover, .irs-sky .irs-slider:hover { background: #00acf0; } .irs-cyan .irs-bar, .irs-cyan .irs-bar-edge, .irs-info .irs-bar, .irs-info .irs-bar-edge { background: #1ebccd; } .irs-cyan .irs-slider, .irs-info .irs-slider { background: #1ebccd; } .irs-cyan .irs-slider.state_hover, .irs-cyan .irs-slider:hover, .irs-info .irs-slider.state_hover, .irs-info .irs-slider:hover { background: #1ebccd; } .irs-green .irs-bar, .irs-green .irs-bar-edge, .irs-success .irs-bar, .irs-success .irs-bar-edge { background: #22af47; } .irs-green .irs-slider, .irs-success .irs-slider { background: #22af47; } .irs-green .irs-slider.state_hover, .irs-green .irs-slider:hover, .irs-success .irs-slider.state_hover, .irs-success .irs-slider:hover { background: #22af47; } .irs-yellow .irs-bar, .irs-yellow .irs-bar-edge, .irs-warning .irs-bar, .irs-warning .irs-bar-edge { background: #ffbf36; } .irs-yellow .irs-slider, .irs-warning .irs-slider { background: #ffbf36; } .irs-yellow .irs-slider.state_hover, .irs-yellow .irs-slider:hover, .irs-warning .irs-slider.state_hover, .irs-warning .irs-slider:hover { background: #ffbf36; } .irs-red .irs-bar, .irs-red .irs-bar-edge, .irs-danger .irs-bar, .irs-danger .irs-bar-edge { background: #f83f37; } .irs-red .irs-slider, .irs-danger .irs-slider { background: #f83f37; } .irs-red .irs-slider.state_hover, .irs-red .irs-slider:hover, .irs-danger .irs-slider.state_hover, .irs-danger .irs-slider:hover { background: #f83f37; } .irs-blue .irs-bar, .irs-blue .irs-bar-edge { background: #0092ee; } .irs-blue .irs-slider { background: #0092ee; } .irs-blue .irs-slider.state_hover, .irs-blue .irs-slider:hover { background: #0092ee; } .irs-pink .irs-bar, .irs-pink .irs-bar-edge { background: #ed1b60; } .irs-pink .irs-slider { background: #ed1b60; } .irs-pink .irs-slider.state_hover, .irs-pink .irs-slider:hover { background: #ed1b60; } .irs-purple .irs-bar, .irs-purple .irs-bar-edge { background: #ab26aa; } .irs-purple .irs-slider { background: #ab26aa; } .irs-purple .irs-slider.state_hover, .irs-purple .irs-slider:hover { background: #ab26aa; } .irs-violet .irs-bar, .irs-violet .irs-bar-edge { background: #6640b2; } .irs-violet .irs-slider { background: #6640b2; } .irs-violet .irs-slider.state_hover, .irs-violet .irs-slider:hover { background: #6640b2; } .irs-indigo .irs-bar, .irs-indigo .irs-bar-edge { background: #3a55b1; } .irs-indigo .irs-slider { background: #3a55b1; } .irs-indigo .irs-slider.state_hover, .irs-indigo .irs-slider:hover { background: #3a55b1; } .irs-teal .irs-bar, .irs-teal .irs-bar-edge { background: #009b84; } .irs-teal .irs-slider { background: #009b84; } .irs-teal .irs-slider.state_hover, .irs-teal .irs-slider:hover { background: #009b84; } .irs-neon .irs-bar, .irs-neon .irs-bar-edge { background: #88c241; } .irs-neon .irs-slider { background: #88c241; } .irs-neon .irs-slider.state_hover, .irs-neon .irs-slider:hover { background: #88c241; } .irs-lime .irs-bar, .irs-lime .irs-bar-edge { background: #d0d962; } .irs-lime .irs-slider { background: #d0d962; } .irs-lime .irs-slider.state_hover, .irs-lime .irs-slider:hover { background: #d0d962; } .irs-sun .irs-bar, .irs-sun .irs-bar-edge { background: #fde335; } .irs-sun .irs-slider { background: #fde335; } .irs-sun .irs-slider.state_hover, .irs-sun .irs-slider:hover { background: #fde335; } .irs-orange .irs-bar, .irs-orange .irs-bar-edge { background: #ff9528; } .irs-orange .irs-slider { background: #ff9528; } .irs-orange .irs-slider.state_hover, .irs-orange .irs-slider:hover { background: #ff9528; } .irs-pumpkin .irs-bar, .irs-pumpkin .irs-bar-edge { background: #ff6028; } .irs-pumpkin .irs-slider { background: #ff6028; } .irs-pumpkin .irs-slider.state_hover, .irs-pumpkin .irs-slider:hover { background: #ff6028; } .irs-primary .irs-bar, .irs-primary .irs-bar-edge, .irs-brown .irs-bar, .irs-brown .irs-bar-edge { background: #313f96; } .irs-primary .irs-slider, .irs-brown .irs-slider { background: #313f96; } .irs-primary .irs-slider.state_hover, .irs-primary .irs-slider:hover, .irs-brown .irs-slider.state_hover, .irs-brown .irs-slider:hover { background: #313f96; } .irs-gold .irs-bar, .irs-gold .irs-bar-edge { background: #c1993f; } .irs-gold .irs-slider { background: #c1993f; } .irs-gold .irs-slider.state_hover, .irs-gold .irs-slider:hover { background: #c1993f; } .irs-grey .irs-bar, .irs-grey .irs-bar-edge, .irs-secondary .irs-bar, .irs-secondary .irs-bar-edge { background: #9e9e9e; } .irs-grey .irs-slider, .irs-secondary .irs-slider { background: #9e9e9e; } .irs-grey .irs-slider.state_hover, .irs-grey .irs-slider:hover, .irs-secondary .irs-slider.state_hover, .irs-secondary .irs-slider:hover { background: #9e9e9e; } .irs-dark .irs-bar, .irs-dark .irs-bar-edge { background: #324148; } .irs-dark .irs-slider { background: #324148; } .irs-dark .irs-slider.state_hover, .irs-dark .irs-slider:hover { background: #324148; } .irs-light .irs-bar, .irs-light .irs-bar-edge { background: #f5f5f6; } .irs-light .irs-slider { background: #f5f5f6; } .irs-light .irs-slider.state_hover, .irs-light .irs-slider:hover { background: #f5f5f6; } /*Daterangepicker*/ .daterangepicker { font-family: inherit; border-color: #e0e3e4; } .daterangepicker:before, .daterangepicker:after { display: none; } .daterangepicker .drp-buttons .btn { margin-left: 8px; padding: .25rem .5rem; font-size: .875rem; font-weight: 400; } .daterangepicker td.active, .daterangepicker td.active:hover { background-color: #313f96; } .daterangepicker td.active.available:hover, .daterangepicker td.active:hover.available:hover { background-color: #313f96; } .daterangepicker td.in-range { background-color: #f6f3f2; color: #324148; } .daterangepicker td.in-range.active, .daterangepicker td.in-range.active:hover { background-color: #313f96; } .daterangepicker td.available:hover { background-color: #f5f5f6; } .daterangepicker th.available:hover { background-color: transparent; } .daterangepicker .calendar-table th, .daterangepicker .calendar-table td { min-width: 33px; width: 33px; height: 33px; font-size: 13px; color: #5e7d8a; } .daterangepicker .calendar-table th.active, .daterangepicker .calendar-table th.active:hover, .daterangepicker .calendar-table td.active, .daterangepicker .calendar-table td.active:hover { color: #fff; } .daterangepicker .calendar-table th.active.available:hover, .daterangepicker .calendar-table th.active:hover.available:hover, .daterangepicker .calendar-table td.active.available:hover, .daterangepicker .calendar-table td.active:hover.available:hover { color: #fff; } .daterangepicker .calendar-table th.next span, .daterangepicker .calendar-table th.prev span { border-color: #c1c6c8; } .daterangepicker .calendar-table th:hover.next span, .daterangepicker .calendar-table th:hover.prev span { border-color: #324148; } .daterangepicker th.month { width: auto; font-size: 14px; color: #324148; letter-spacing: .5px; text-transform: uppercase; font-weight: 600; } .daterangepicker .drp-buttons { border: none; background: #f5f5f6; } .daterangepicker .drp-selected { font-size: 13px; padding-right: 3px; color: #324148; font-weight: 500; letter-spacing: 0.5px; } .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date { color: #e0e3e4; } .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect { background: #fff; width: 60px; margin: 10px auto; border: 2px solid #e0e3e4; padding: 3px; border-radius: 4px; font-size: 13px; color: #324148; } .daterangepicker select.monthselect, .daterangepicker select.yearselect { background: #fff; border: 2px solid #e0e3e4; padding: 3px; border-radius: 4px; font-size: 13px; color: #324148; } .daterangepicker .ranges li { font-size: 14px; padding: 10px 12px; } .daterangepicker .ranges li:hover { background-color: #f5f5f6; } .daterangepicker .ranges li.active { background-color: #313f96; } .daterangepicker.show-ranges .drp-calendar.left { border-color: #e0e3e4; } @media (max-width: 767px) { .daterangepicker { width: 281px; } .daterangepicker.show-ranges .drp-calendar.left { border: none; } .daterangepicker .drp-buttons { text-align: left; } .daterangepicker .drp-buttons .btn { margin-left: 0; margin-right: 8px; } .daterangepicker .drp-buttons .drp-selected { display: block; margin-bottom: 10px; } .daterangepicker.ltr .ranges { width: 100%; } .daterangepicker.ltr .ranges ul { width: 100%; } .daterangepicker.ltr .drp-calendar { width: 100%; } .daterangepicker.ltr .drp-calendar.left .calendar-table { padding-right: 0; } } /*Invoice*/ .hk-invoice-wrap .invoice-from-wrap > .row div:last-child, .hk-invoice-wrap .invoice-to-wrap > .row div:last-child { text-align: right; } @media (max-width: 767px) { .hk-invoice-wrap .invoice-from-wrap > .row div:last-child, .hk-invoice-wrap .invoice-to-wrap > .row div:last-child { text-align: left; } } /*Faq*/ .faq-search-wrap { padding: 50px 0 60px; } .faq-search-wrap .form-group .form-control, .faq-search-wrap .form-group .dd-handle { border-top-right-radius: .25rem; border-bottom-right-radius: .25rem; } .faq-search-wrap .form-group .input-group-append { position: absolute; right: 0; top: 0; bottom: 0; z-index: 10; pointer-events: none; } .faq-search-wrap .form-group .input-group-append .input-group-text { background: transparent; border: none; } .faq-search-wrap .form-group .input-group-append .input-group-text .feather-icon > svg { height: 18px; width: 18px; } /*Profile*/ .profile-cover-wrap .profile-cover-img { background-size: cover; background-position: center; background-repeat: no-repeat; height: 100%; width: 100%; position: absolute; left: 0; top: 0; } .profile-cover-wrap .profile-cover-content { position: relative; z-index: 1; } .profile-cover-wrap .profile-cover-content .button-list { display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: flex-end; -webkit-justify-content: flex-end; -ms-flex-pack: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; } .profile-cover-wrap .profile-cover-content .button-list > .btn { margin-left: 15px; margin-top: 0; margin-right: 0; } .profile-cover-wrap .profile-cover-content .media .media-img-wrap { margin-right: 15px; } .profile-cover-wrap .profile-cover-content .media .media-img-wrap .avatar { height: 100px; width: 100px; } .card.card-profile-feed .btn-pg-link { position: absolute; bottom: 25px; left: 25px; } .card.card-profile-feed .feed-img-layout .row { margin-right: -5px; margin-left: -5px; } .card.card-profile-feed .feed-img-layout .row > [class*="col-"] { padding-right: 5px; padding-left: 5px; } .card.card-profile-feed .feed-img-layout .feed-img { background-size: cover; background-repeat: no-repeat; background-position: center; width: 100%; } .card.card-profile-feed .btn-video-link { background: rgba(50, 65, 72, 0.5); height: 45px; width: 45px; position: absolute; border-radius: 50%; left: 0; right: 0; top: 0; bottom: 0; margin: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center; color: #fff; } .card.card-profile-feed .btn-video-link:before { display: inline-block; font-family: "Ionicons"; padding-left: 3px; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f488"; } .card.card-profile-feed .card-footer > div a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #adb3b6; font-size: 15px; } .card.card-profile-feed .card-footer > div a > i { font-size: 18px; margin-right: 10px; } .card.card-profile-feed .card-footer > div:last-child { display: -webkit-box; display: -ms-flexbox; display: flex; } .card.card-profile-feed .card-footer > div:last-child a { margin-right: 10px; } .card.card-profile-feed .card-footer > div:last-child a:last-child { margin-right: 0; } @media (max-width: 991px) { .profile-cover-wrap .profile-cover-content .media { -ms-flex-direction: column; flex-direction: column; margin-bottom: 20px; text-align: center; } .profile-cover-wrap .profile-cover-content .media .media-img-wrap { margin-right: 0; margin-bottom: 15px; } .profile-cover-wrap .profile-cover-content .media .media-img-wrap .avatar { height: 70px; width: 70px; } .profile-cover-wrap .profile-cover-content .button-list { ms-flex-pack: center; justify-content: center; } } /*Activity*/ .user-activity .media { position: relative; padding-bottom: 20px; margin-left: 20px; } .user-activity .media .media-img-wrap { position: absolute; left: -20px; } .user-activity .media:after { content: ""; position: absolute; width: 1px; height: calc(100% - 77px); background: #eaecec; top: 60px; } .user-activity .media .media-body { border-bottom: 1px solid #e0e3e4; padding-bottom: 30px; margin-left: 40px; min-width: 0; } .user-activity .media:last-child .media-body { border-bottom: none; } .user-activity.user-activity-sm .media { padding-bottom: 10px; margin-left: 16px; } .user-activity.user-activity-sm .media .media-img-wrap { left: -16px; } .user-activity.user-activity-sm .media:after { height: calc(100% - 47px); top: 40px; } .user-activity.user-activity-sm .media .media-body { padding-bottom: 10px; margin-left: 30px; } @media (max-width: 576px) { .user-activity .media .media-body { margin-left: 35px; } } /*Widgets*/ .hk-dash-type-1 .card-header .nav.nav-tabs { min-height: 100px; } .hk-dash-type-1 .card-header .nav.nav-tabs > a.nav-item { background: rgba(245, 245, 246, 0.5); border-right: 1px solid #e0e3e4; border-bottom: 0; } .hk-dash-type-1 .card-header .nav.nav-tabs > a.nav-item:last-child { border-right: 0 !important; } .hk-dash-type-1 .card-header .nav.nav-tabs > a.nav-item.active { border: none; background: #fff; border-right: 1px solid #e0e3e4; } .hk-dash-type-1 .card-header .nav.nav-tabs > a.nav-item.active .display-4 { color: #313f96; } .hk-dash-type-1 .card-header .nav.nav-tabs > a.nav-item > div > div:last-child > span:last-child { font-size: 14px; text-transform: capitalize; font-weight: 600; } .review-star { color: #324148; } .review-star > .feather-icon { display: block; } .review-star > .feather-icon > svg { height: 20px; width: 20px; } .review-star:hover { color: #324148; } .review-star:hover > .feather-icon > svg { fill: #324148 !important; } .review-star:hover > .feather-icon > svg polygon { fill: #324148 !important; } .review-star.starred { color: #324148; } .review-star.starred > .feather-icon > svg { fill: #324148 !important; } .review-star.starred > .feather-icon > svg polygon { fill: #324148 !important; } @media (max-width: 991px) { .hk-dash-type-2.card-group { display: block; } .hk-dash-type-2.card-group > .card:first-child, .hk-dash-type-2.card-group > .card:last-child { border-radius: .25rem; } } @media (max-width: 576px) { .hk-dash-type-1 .card-header .nav.nav-tabs { min-height: 70px; } .hk-dash-type-1 .card-header .nav.nav-tabs > a.nav-item .display-4 { font-size: 1.5rem; } } @media (max-width: 414px) { .hk-dash-type-1 .card-header .nav.nav-tabs > a.nav-item > div > div:last-child > span:last-child { font-size: 13px; } } .hk-legend-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center; -ms-flex-wrap: wrap; flex-wrap: wrap; } .hk-legend-wrap .hk-legend { margin-left: 15px; margin-right: 15px; } .hk-legend-wrap .hk-legend > span:last-child { display: inline-block; text-transform: capitalize; font-size: 14px; margin-left: 8px; } /*Dropdown*/ .dropdown-toggle.no-caret:after { display: none; } .dropdown-toggle:after { vertical-align: .2em; border-top: 0.23em solid; border-right: .23em solid transparent; border-left: .23em solid transparent; } .dropup .dropdown-toggle::after { vertical-align: .2em; border-right: .23em solid transparent; border-bottom: .23em solid; border-left: .23em solid transparent; } .dropleft .dropdown-toggle::before { vertical-align: .2em; border-top: .23em solid transparent; border-right: .23em solid; border-bottom: .23em solid transparent; } .dropright .dropdown-toggle::before { vertical-align: .2em; border-top: .23em solid transparent; border-right: .23em solid; border-bottom: .23em solid transparent; } .dropright .dropdown-toggle::after { vertical-align: .2em; border-top: .23em solid transparent; border-bottom: .23em solid transparent; border-left: .23em solid; } .dropdown-menu { color: #324148; border-color: #e0e3e4; } .dropdown-menu .dropdown-header, .dropdown-menu .dropdown-item-text { color: #5e7d8a; } .dropdown-menu .dropdown-item { color: #324148; } .dropdown-menu .dropdown-item .dropdown-icon { color: #adb3b6; font-size: 18px; margin-right: 10px; width: 18px; } .dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active { background-color: #313f96; color: #fff; } .dropdown-menu .dropdown-item:focus:not(.active):not(.disabled), .dropdown-menu .dropdown-item:hover:not(.active):not(.disabled) { background-color: #f5f5f6; color: #0d1113; } .dropdown-menu .dropdown-item:disabled, .dropdown-menu .dropdown-item.disabled { color: #c1c6c8; background-color: transparent; } .dropdown-menu .sub-dropdown-menu { position: relative; } .dropdown-menu .sub-dropdown-menu .dropdown-item i { font-size: 18px; margin-right: 10px; width: 18px; } .dropdown-menu .sub-dropdown-menu .dropdown-menu { top: 0; } .dropdown-menu .sub-dropdown-menu .dropdown-menu:before, .dropdown-menu .sub-dropdown-menu .dropdown-menu:after { display: none !important; } .dropdown-menu .sub-dropdown-menu .dropdown-menu.open-left-side { right: 100% !important; left: auto !important; } .dropdown-menu .sub-dropdown-menu .dropdown-menu.open-right-side { left: 100% !important; } .dropdown-menu.dropdown-menu-dark { background: #301811; border-color: #2b383e; color: #fff; } .dropdown-menu.dropdown-menu-dark .dropdown-header, .dropdown-menu.dropdown-menu-dark .dropdown-item-text { color: #6f7a7f; } .dropdown-menu.dropdown-menu-dark .dropdown-item { color: #e0e3e4; } .dropdown-menu.dropdown-menu-dark .dropdown-item:focus:not(.active):not(.disabled), .dropdown-menu.dropdown-menu-dark .dropdown-item:hover:not(.active):not(.disabled) { background-color: #8b6a61; color: #fff; } .dropdown-menu.dropdown-menu-dark .dropdown-item.active, .dropdown-menu.dropdown-menu-dark .dropdown-item:active { color: #fff; } .dropdown-menu.dropdown-menu-dark .dropdown-item:disabled, .dropdown-menu.dropdown-menu-dark .dropdown-item.disabled { color: #5b676d; } .dropdown-menu.dropdown-menu-dark .dropdown-divider { border-color: #2b383e; } .dropdown-divider { border-color: #e0e3e4; } .show-on-hover:hover > .dropdown-menu { display: block; } .show-on-hover > .dropdown-toggle:active { pointer-events: none; } .dropdown-menu.animated { -webkit-animation-duration: 0.55s; animation-duration: 0.55s; -webkit-animation-timing-function: ease; animation-timing-function: ease; } /*Avatar*/ .avatar { font-size: 1rem; position: relative; display: inline-block; width: 3.875rem; height: 3.875rem; } .avatar.avatar-xl { font-size: 1.70833rem; width: 5.125rem; height: 5.125rem; } .avatar.avatar-lg { font-size: 1.4rem; width: 4.5rem; height: 4.5rem; } .avatar.avatar-md { font-size: .95rem; width: 3.25rem; height: 3.25rem; } .avatar.avatar-sm { font-size: .9rem; width: 2.625rem; height: 2.625rem; } .avatar.avatar-xs { font-size: .6rem; width: 2rem; height: 2rem; } .avatar .avatar-img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } .avatar .avatar-text { display: block; width: 100%; height: 100%; position: relative; text-transform: uppercase; overflow: hidden; background: #fff; font-weight: 600; color: #313f96; } .avatar .avatar-text .initial-wrap { display: table; width: 100%; height: 100%; } .avatar .avatar-text .initial-wrap > span { position: relative; display: table-cell; vertical-align: middle; text-align: center; } .avatar .avatar-text:before { content: ""; position: absolute; height: 100%; width: 100%; left: 0; top: 0; background: rgba(178, 230, 250, 0.5); } .avatar .avatar-text.avatar-text-cyan, .avatar .avatar-text.avatar-text-info { color: #1ebccd; } .avatar .avatar-text.avatar-text-cyan:before, .avatar .avatar-text.avatar-text-info:before { background: rgba(187, 235, 240, 0.5); } .avatar .avatar-text.avatar-text-light { color: #6f7a7f; } .avatar .avatar-text.avatar-text-light:before { background: rgba(173, 179, 182, 0.5); } .avatar .avatar-text.avatar-text-dark { color: #fff; } .avatar .avatar-text.avatar-text-dark:before { background: #324148 !important; } .avatar .avatar-text.avatar-text-sky { color: #00acf0; } .avatar .avatar-text.avatar-text-sky:before { background: rgba(178, 230, 250, 0.5); } .avatar .avatar-text.avatar-text-green, .avatar .avatar-text.avatar-text-success { color: #22af47; } .avatar .avatar-text.avatar-text-green:before, .avatar .avatar-text.avatar-text-success:before { background: rgba(188, 231, 199, 0.5); } .avatar .avatar-text.avatar-text-red, .avatar .avatar-text.avatar-text-danger { color: #f83f37; } .avatar .avatar-text.avatar-text-red:before, .avatar .avatar-text.avatar-text-danger:before { background: rgba(253, 197, 195, 0.5); } .avatar .avatar-text.avatar-text-yellow, .avatar .avatar-text.avatar-text-warning { color: #ffbf36; } .avatar .avatar-text.avatar-text-yellow:before, .avatar .avatar-text.avatar-text-warning:before { background: rgba(255, 236, 194, 0.5); } .avatar .avatar-text.avatar-text-pink { color: #ed1b60; } .avatar .avatar-text.avatar-text-pink:before { background: rgba(250, 186, 207, 0.5); } .avatar .avatar-text.avatar-text-purple { color: #ab26aa; } .avatar .avatar-text.avatar-text-purple:before { background: rgba(230, 189, 229, 0.5); } .avatar .avatar-text.avatar-text-violet { color: #6640b2; } .avatar .avatar-text.avatar-text-violet:before { background: rgba(209, 197, 232, 0.5); } .avatar .avatar-text.avatar-text-indigo { color: #3a55b1; } .avatar .avatar-text.avatar-text-indigo:before { background: rgba(196, 204, 231, 0.5); } .avatar .avatar-text.avatar-text-blue { color: #0092ee; } .avatar .avatar-text.avatar-text-blue:before { background: rgba(178, 222, 250, 0.5); } .avatar .avatar-text.avatar-text-teal { color: #009b84; } .avatar .avatar-text.avatar-text-teal:before { background: rgba(178, 225, 218, 0.5); } .avatar .avatar-text.avatar-text-neon { color: #88c241; } .avatar .avatar-text.avatar-text-neon:before { background: rgba(219, 237, 198, 0.5); } .avatar .avatar-text.avatar-text-lime { color: #d0d962; } .avatar .avatar-text.avatar-text-lime:before { background: rgba(241, 244, 208, 0.5); } .avatar .avatar-text.avatar-text-sun { color: #fde335; } .avatar .avatar-text.avatar-text-sun:before { background: rgba(254, 247, 194, 0.5); } .avatar .avatar-text.avatar-text-orange { color: #ff9528; } .avatar .avatar-text.avatar-text-orange:before { background: rgba(255, 223, 190, 0.5); } .avatar .avatar-text.avatar-text-pumpkin { color: #ff6028; } .avatar .avatar-text.avatar-text-pumpkin:before { background: rgba(255, 207, 190, 0.5); } .avatar .avatar-text.avatar-text-brown, .avatar .avatar-text.avatar-text-primary { color: #313f96; } .avatar .avatar-text.avatar-text-brown:before, .avatar .avatar-text.avatar-text-primary:before { background: rgba(215, 203, 200, 0.5); } .avatar .avatar-text.avatar-text-gold { color: #c1993f; } .avatar .avatar-text.avatar-text-gold:before { background: rgba(236, 224, 197, 0.5); } .avatar .avatar-text.avatar-text-grey, .avatar .avatar-text.avatar-text-secondary { color: #9e9e9e; } .avatar .avatar-text.avatar-text-grey:before, .avatar .avatar-text.avatar-text-secondary:before { background: rgba(226, 226, 226, 0.5); } .avatar .avatar-text.avatar-text-inv-cyan, .avatar .avatar-text.avatar-text-inv-info { color: #fff; } .avatar .avatar-text.avatar-text-inv-cyan:before, .avatar .avatar-text.avatar-text-inv-info:before { background-color: #1ebccd !important; } .avatar .avatar-text.avatar-text-inv-sky { color: #fff; } .avatar .avatar-text.avatar-text-inv-sky:before { background-color: #00acf0 !important; } .avatar .avatar-text.avatar-text-inv-green, .avatar .avatar-text.avatar-text-inv-success { color: #fff; } .avatar .avatar-text.avatar-text-inv-green:before, .avatar .avatar-text.avatar-text-inv-success:before { background-color: #22af47 !important; } .avatar .avatar-text.avatar-text-inv-red, .avatar .avatar-text.avatar-text-inv-danger { color: #fff; } .avatar .avatar-text.avatar-text-inv-red:before, .avatar .avatar-text.avatar-text-inv-danger:before { background-color: #f83f37 !important; } .avatar .avatar-text.avatar-text-inv-yellow, .avatar .avatar-text.avatar-text-inv-warning { color: #fff; } .avatar .avatar-text.avatar-text-inv-yellow:before, .avatar .avatar-text.avatar-text-inv-warning:before { background-color: #ffbf36 !important; } .avatar .avatar-text.avatar-text-inv-pink { color: #fff; } .avatar .avatar-text.avatar-text-inv-pink:before { background-color: #ed1b60 !important; } .avatar .avatar-text.avatar-text-inv-purple { color: #fff; } .avatar .avatar-text.avatar-text-inv-purple:before { background-color: #ab26aa !important; } .avatar .avatar-text.avatar-text-inv-violet { color: #fff; } .avatar .avatar-text.avatar-text-inv-violet:before { background-color: #6640b2 !important; } .avatar .avatar-text.avatar-text-inv-indigo { color: #fff; } .avatar .avatar-text.avatar-text-inv-indigo:before { background-color: #3a55b1 !important; } .avatar .avatar-text.avatar-text-inv-blue { color: #fff; } .avatar .avatar-text.avatar-text-inv-blue:before { background-color: #0092ee !important; } .avatar .avatar-text.avatar-text-inv-teal { color: #fff; } .avatar .avatar-text.avatar-text-inv-teal:before { background-color: #009b84 !important; } .avatar .avatar-text.avatar-text-inv-neon { color: #fff; } .avatar .avatar-text.avatar-text-inv-neon:before { background-color: #88c241 !important; } .avatar .avatar-text.avatar-text-inv-lime { color: #fff; } .avatar .avatar-text.avatar-text-inv-lime:before { background-color: #d0d962 !important; } .avatar .avatar-text.avatar-text-inv-sun { color: #fff; } .avatar .avatar-text.avatar-text-inv-sun:before { background-color: #fde335 !important; } .avatar .avatar-text.avatar-text-inv-orange { color: #fff; } .avatar .avatar-text.avatar-text-inv-orange:before { background-color: #ff9528 !important; } .avatar .avatar-text.avatar-text-inv-pumpkin { color: #fff; } .avatar .avatar-text.avatar-text-inv-pumpkin:before { background-color: #ff6028 !important; } .avatar .avatar-text.avatar-text-inv-brown, .avatar .avatar-text.avatar-text-inv-primary { color: #fff; } .avatar .avatar-text.avatar-text-inv-brown:before, .avatar .avatar-text.avatar-text-inv-primary:before { background-color: #313f96 !important; } .avatar .avatar-text.avatar-text-inv-gold { color: #fff; } .avatar .avatar-text.avatar-text-inv-gold:before { background-color: #c1993f !important; } .avatar .avatar-text.avatar-text-inv-grey, .avatar .avatar-text.avatar-text-inv-secondary { color: #fff; } .avatar .avatar-text.avatar-text-inv-grey:before, .avatar .avatar-text.avatar-text-inv-secondary:before { background-color: #9e9e9e !important; } .avatar-group { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; } .avatar-group .avatar { font-size: .9rem; width: 2.625rem; height: 2.625rem; } .avatar-group .avatar .avatar-img, .avatar-group .avatar .avatar-text { border: 2px solid #fff; } .avatar-group.avatar-group-overlapped .avatar { margin-right: -13px; } .avatar-group.avatar-group-overlapped .avatar:hover { z-index: 1; } .avatar-group.avatar-group-lg .avatar { font-size: .95rem; width: 3.25rem; height: 3.25rem; } .avatar-group.avatar-group-lg.avatar-group-overlapped .avatar { margin-right: -15px; } .avatar-group.avatar-group-sm .avatar { font-size: .6rem; width: 2rem; height: 2rem; } .avatar-group.avatar-group-sm.avatar-group-overlapped .avatar { margin-right: -10px; } /*Pagination*/ .pagination-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .page-link { color: #324148; border-color: #e0e3e4; } .page-link:focus, .page-link:hover { color: #324148; background-color: #e0e3e4; border-color: #e0e3e4; } .pagination .page-item.active .page-link { background: #313f96; border-color: #313f96; color: #fff; } .pagination .page-item.active.active-info .page-link, .pagination .page-item.active.active-cyan .page-link { background: #1ebccd; border-color: #1ebccd; color: #fff; } .pagination .page-item.active.active-sky .page-link { background: #00acf0; border-color: #00acf0; color: #fff; } .pagination .page-item.active.active-success .page-link, .pagination .page-item.active.active-green .page-link { background: #22af47; border-color: #22af47; color: #fff; } .pagination .page-item.active.active-danger .page-link, .pagination .page-item.active.active-red .page-link { background: #f83f37; border-color: #f83f37; color: #fff; } .pagination .page-item.active.active-warning .page-link, .pagination .page-item.active.active-yellow .page-link { background: #ffbf36; border-color: #ffbf36; color: #fff; } .pagination .page-item.active.active-pink .page-link { background: #ed1b60; border-color: #ed1b60; color: #fff; } .pagination .page-item.active.active-purple .page-link { background: #ab26aa; border-color: #ab26aa; color: #fff; } .pagination .page-item.active.active-violet .page-link { background: #6640b2; border-color: #6640b2; color: #fff; } .pagination .page-item.active.active-indigo .page-link { background: #3a55b1; border-color: #3a55b1; color: #fff; } .pagination .page-item.active.active-blue .page-link { background: #0092ee; border-color: #0092ee; color: #fff; } .pagination .page-item.active.active-teal .page-link { background: #009b84; border-color: #009b84; color: #fff; } .pagination .page-item.active.active-neon .page-link { background: #88c241; border-color: #88c241; color: #fff; } .pagination .page-item.active.active-lime .page-link { background: #d0d962; border-color: #d0d962; color: #fff; } .pagination .page-item.active.active-sun .page-link { background: #fde335; border-color: #fde335; color: #fff; } .pagination .page-item.active.active-orange .page-link { background: #ff9528; border-color: #ff9528; color: #fff; } .pagination .page-item.active.active-pumpkin .page-link { background: #ff6028; border-color: #ff6028; color: #fff; } .pagination .page-item.active.active-primary .page-link, .pagination .page-item.active.active-brown .page-link { background: #313f96; border-color: #313f96; color: #fff; } .pagination .page-item.active.active-gold .page-link { background: #c1993f; border-color: #c1993f; color: #fff; } .pagination .page-item.active.active-secondary .page-link, .pagination .page-item.active.active-grey .page-link { background: #9e9e9e; border-color: #9e9e9e; color: #fff; } .pagination .page-item.active.active-light .page-link { background: #e0e3e4; border-color: #e0e3e4; color: #324148; } .pagination .page-item.active.active-dark .page-link { background: #324148; border-color: #324148; color: #fff; } .pagination .page-item.disabled .page-link { color: #c1c6c8; } .pagination.custom-pagination .page-item + .page-item { padding-left: 8px; margin: 0; } .pagination.custom-pagination .page-link { padding: .5rem .8rem; border-radius: .25rem; } .pagination.custom-pagination.pagination-rounded .page-link { border-radius: 50px; } .pagination.custom-pagination.pagination-rounded .page-item:first-child .page-link, .pagination.custom-pagination.pagination-rounded .page-item:last-child .page-link { border-radius: 50px; } .pagination.custom-pagination.pagination-filled .page-item:not(.active) .page-link { background: #f5f5f6; border-color: #f5f5f6; } .pagination.custom-pagination.pagination-filled .page-item:not(.active):hover .page-link { background-color: #e0e3e4; } .pagination.custom-pagination.pagination-simple .page-item:not(.active) .page-link { border-color: transparent; } /*Badge*/ .badge { font-weight: 500; border-radius: 4px; padding: 5px 7px; font-size: 72%; letter-spacing: 0.3px; vertical-align: middle; display: inline-block; text-align: center; text-transform: capitalize; } .badge.badge-indicator { width: 7px; height: 7px; border-radius: 50%; padding: 0; position: relative; } .badge.badge-indicator:empty { display: inline-block; } .badge.badge-indicator.badge-indicator-sm { width: 5px; height: 5px; } .badge.badge-sm { padding: 3px 5px; font-size: 60%; } .badge.badge-info, .badge.badge-cyan { background: #1ebccd; color: #fff; } .badge.badge-sky { background: #00acf0; color: #fff; } .badge.badge-success, .badge.badge-green { background: #22af47; color: #fff; } .badge.badge-danger, .badge.badge-red { background: #f83f37; color: #fff; } .badge.badge-warning, .badge.badge-yellow { background: #ffbf36; color: #fff; } .badge.badge-pink { background: #ed1b60; color: #fff; } .badge.badge-purple { background: #ab26aa; color: #fff; } .badge.badge-violet { background: #6640b2; color: #fff; } .badge.badge-indigo { background: #3a55b1; color: #fff; } .badge.badge-blue { background: #0092ee; color: #fff; } .badge.badge-teal { background: #009b84; color: #fff; } .badge.badge-neon { background: #88c241; color: #fff; } .badge.badge-lime { background: #d0d962; color: #fff; } .badge.badge-sun { background: #fde335; color: #fff; } .badge.badge-orange { background: #ff9528; color: #fff; } .badge.badge-pumpkin { background: #ff6028; color: #fff; } .badge.badge-primary, .badge.badge-brown { background: #313f96; color: #fff; } .badge.badge-gold { background: #c1993f; color: #fff; } .badge.badge-smoke { background: #5e7d8a; color: #fff; } .badge.badge-secondary, .badge.badge-grey { background: #9e9e9e; color: #fff; } .badge.badge-light { background: #e0e3e4; color: #324148; } .badge.badge-dark { background: #324148; color: #fff; } .badge.badge-outline { background: transparent; border: 2px solid; } .badge.badge-outline.badge-info, .badge.badge-outline.badge-cyan { border-color: #1ebccd; color: #1ebccd; } .badge.badge-outline.badge-sky { border-color: #00acf0; color: #00acf0; } .badge.badge-outline.badge-success, .badge.badge-outline.badge-green { border-color: #22af47; color: #22af47; } .badge.badge-outline.badge-danger, .badge.badge-outline.badge-red { border-color: #f83f37; color: #f83f37; } .badge.badge-outline.badge-warning, .badge.badge-outline.badge-yellow { border-color: #ffbf36; color: #ffbf36; } .badge.badge-outline.badge-secondary, .badge.badge-outline.badge-grey { border-color: #9e9e9e; color: #9e9e9e; } .badge.badge-outline.badge-light { border-color: #e0e3e4; color: #324148; } .badge.badge-outline.badge-dark { border-color: #324148; color: #324148; } .badge.badge-outline.badge-pink { border-color: #ed1b60; color: #ed1b60; } .badge.badge-outline.badge-purple { border-color: #ab26aa; color: #ab26aa; } .badge.badge-outline.badge-violet { border-color: #6640b2; color: #6640b2; } .badge.badge-outline.badge-indigo { border-color: #3a55b1; color: #3a55b1; } .badge.badge-outline.badge-blue { border-color: #0092ee; color: #0092ee; } .badge.badge-outline.badge-teal { border-color: #009b84; color: #009b84; } .badge.badge-outline.badge-neon { border-color: #88c241; color: #88c241; } .badge.badge-outline.badge-lime { border-color: #d0d962; color: #d0d962; } .badge.badge-outline.badge-sun { border-color: #fde335; color: #fde335; } .badge.badge-outline.badge-orange { border-color: #ff9528; color: #ff9528; } .badge.badge-outline.badge-pumpkin { border-color: #ff6028; color: #ff6028; } .badge.badge-outline.badge-primary, .badge.badge-outline.badge-brown { border-color: #313f96; color: #313f96; } .badge.badge-outline.badge-gold { border-color: #c1993f; color: #c1993f; } .badge.badge-soft-cyan, .badge.badge-soft-info { background: #effafb; color: #1ebccd; } .badge.badge-soft-sky { background: #edf9fe; color: #00acf0; } .badge.badge-soft-green, .badge.badge-soft-success { background: #eff9f2; color: #22af47; } .badge.badge-soft-red, .badge.badge-soft-danger { background: #fff1f1; color: #f83f37; } .badge.badge-soft-yellow, .badge.badge-soft-warning { background: #fff8eb; color: #ffbf36; } .badge.badge-soft-pink { background: #feeff4; color: #ed1b60; } .badge.badge-soft-purple { background: #f9f0f9; color: #ab26aa; } .badge.badge-soft-violet { background: #f4f2fa; color: #6640b2; } .badge.badge-soft-indigo { background: #f1f3f9; color: #3a55b1; } .badge.badge-soft-blue { background: #edf7fe; color: #0092ee; } .badge.badge-soft-teal { background: #edf8f6; color: #009b84; } .badge.badge-soft-neon { background: #f3f9ec; color: #88c241; } .badge.badge-soft-lime { background: #f9faeb; color: #d0d962; } .badge.badge-soft-sun { background: #fffbe5; color: #fde335; } .badge.badge-soft-orange { background: #fff4e9; color: #ff9528; } .badge.badge-soft-pumpkin { background: #fff4f0; color: #ff6028; } .badge.badge-soft-brown, .badge.badge-soft-primary { background: #f6f3f2; color: #313f96; } .badge.badge-soft-gold { background: #fbf8f1; color: #c1993f; } .badge.badge-soft-smoke { background: #f4f6f7; color: #5e7d8a; } .badge.badge-soft-grey, .badge.badge-soft-secondary { background: #f5f5f5; color: #9e9e9e; } .badge.badge-pill { border-radius: 50px; } .badge-indicator-demo .badge-indicator { bottom: 2px; } .btn .badge { top: -2px; } /*List Group*/ .list-group-item { border-color: #e0e3e4; } .list-group-item.active { background-color: #313f96; border-color: #313f96; } .list-group-item.active h1, .list-group-item.active h2, .list-group-item.active h3, .list-group-item.active h4, .list-group-item.active h5, .list-group-item.active h6 { color: #fff; } .list-group-item.disabled, .list-group-item:disabled { color: #c1c6c8; } .list-group-item.list-group-item-action:not(.active):focus, .list-group-item.list-group-item-action:not(.active):hover { background-color: #f5f5f6; } .list-group-item.list-group-item-primary:not(.active) { color: #301811; background-color: #f6f3f2; } .list-group-item.list-group-item-info:not(.active) { color: #065459; background-color: #effafb; } .list-group-item.list-group-item-success:not(.active) { color: #05592b; background-color: #eff9f2; } .list-group-item.list-group-item-warning:not(.active) { color: #cb7e03; background-color: #fff8eb; } .list-group-item.list-group-item-danger:not(.active) { color: #8b0c12; background-color: #fff1f1; } .list-group-item.list-group-item-secondary:not(.active) { color: #524c4c; background-color: #f5f5f5; } .list-group-item.list-group-item-light:not(.active) { color: #5b676d; background-color: #f5f5f6; } .list-group-item.list-group-item-dark:not(.active) { color: #fff; background-color: #324148; } .list-group-item.list-group-inv { color: #fff; } .list-group-item.list-group-inv.list-group-inv-primary:not(.active) { background-color: #313f96; color: #f6f3f2; border-color: #313f96; } .list-group-item.list-group-inv.list-group-inv-info:not(.active) { background-color: #1ebccd; color: #effafb; border-color: #1ebccd; } .list-group-item.list-group-inv.list-group-inv-success:not(.active) { background-color: #22af47; color: #eff9f2; border-color: #22af47; } .list-group-item.list-group-inv.list-group-inv-warning:not(.active) { background-color: #ffbf36; color: #fff8eb; border-color: #ffbf36; } .list-group-item.list-group-inv.list-group-inv-danger:not(.active) { background-color: #f83f37; color: #fff1f1; border-color: #f83f37; } .list-group-item.list-group-inv.list-group-inv-secondary:not(.active) { background-color: #9e9e9e; color: #f5f5f5; border-color: #9e9e9e; } /*Google Map*/ .gmap { height: calc(100vh - 103px); } .infowindow-wrap .infowindow-header { color: #324148; padding: 10px 5px 0; font-family: "Roboto", sans-serif; } .infowindow-wrap .infowindow-body { padding: 10px 5px 10px; color: #5e7d8a; font-size: 16px; font-weight: 400; font-family: "Roboto", sans-serif; } /*Vecotor Map*/ .jvectormap-zoomin, .jvectormap-zoomout { line-height: 9px; background: #324148; padding: 4px; width: 12px; height: 13px; border-radius: 0; } .jvectormap-zoomout { top: 31px; } .jvectormap-goback { padding: .15rem .4rem; font-size: .75rem; background: #313f96; border-radius: 0.2rem; } .jvectormap-legend-cnt-h .jvectormap-legend-tick-sample { height: 23px; } .jvectormap-legend-cnt-h .jvectormap-legend { background: #324148; padding: 3px 5px 5px 5px; border-radius: 2px; } .jvectormap-legend-cnt-h .jvectormap-legend.jvectormap-legend-icons { color: #324148; background: #fff; border: #d6d9da 1px solid; } .jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-title { font-weight: 500; margin-bottom: 10px; } .jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick { width: 55px; } .jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick .jvectormap-legend-tick-text { font-size: 11px; font-weight: 500; text-transform: capitalize; margin-top: 5px; } /*Progressbar*/ .progress { border-radius: 0; } .progress.progress-bar-rounded { border-radius: 50px; } .progress.progress-bar-rounded .progress-bar { border-radius: 50px; } .progress.progress-bar-xs { height: 5px; } .progress.progress-bar-sm { height: 9px; } .progress.progress-bar-md { height: 13px; } .progress.progress-bar-lg { height: 18px; } .progress.progress-bar-xl { height: 20px; } .progress .progress-bar { background-color: #313f96; } .progress .progress-bar.progress-anim { width: 0; } .progress-label { text-transform: capitalize; font-size: 14px; font-weight: 400; margin-bottom: 7px; } .progress-wrap.lb-side-left .progress-lb-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .progress-wrap.lb-side-left .progress-lb-wrap .progress-label { display: inline-block; padding-right: 15px; flex: 0 0 auto; -ms-flex: 0 0 auto; margin-bottom: 0; } .progress-wrap.lb-side-left .progress-lb-wrap .progress { flex: 1 1 100%; -ms-flex: 1 1 100%; max-width: 100%; } /*Chat UI*/ .chatapp-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .chatapp-wrap .chatapp-left { -ms-flex: 0 0 35%; flex: 0 0 35%; max-width: 35%; border-right: 1px solid #e0e3e4; position: relative; z-index: 4; left: 0; } .chatapp-wrap .chatapp-left header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between; height: 72px; padding: 0 15px; background: #fff; border-bottom: 1px solid #e0e3e4; color: #324148; } .chatapp-wrap .chatapp-left header span { font-size: 20px; font-weight: 600; text-transform: capitalize; } .chatapp-wrap .chatapp-left header .chat-more { color: #5e7d8a; } .chatapp-wrap .chatapp-left header .feather-icon { display: block; } .chatapp-wrap .chatapp-left .chat-search { width: 100%; background: #f5f5f6; padding: 10px 15px; } .chatapp-wrap .chatapp-left .chat-search .input-group { width: 100%; } .chatapp-wrap .chatapp-left .chat-search .input-group .form-control, .chatapp-wrap .chatapp-left .chat-search .input-group .dd-handle { padding-left: 36px; border-radius: 50px; border: none; background: #fff; } .chatapp-wrap .chatapp-left .chat-search .input-group .form-control:focus, .chatapp-wrap .chatapp-left .chat-search .input-group .dd-handle:focus { border: none; box-shadow: none; background: #fff; } .chatapp-wrap .chatapp-left .chat-search .input-group .input-group-prepend { position: absolute; left: 10px; top: 0; z-index: 4; bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; pointer-events: none; } .chatapp-wrap .chatapp-left .chat-search .input-group .input-group-prepend .feather-icon { display: block; color: #848d91; } .chatapp-wrap .chatapp-left .chat-search .input-group .input-group-prepend .feather-icon > svg { height: 18px; width: 18px; } .chatapp-wrap .chatapp-left .chatapp-users-list { background: #fff; } .chatapp-wrap .chatapp-left .chatapp-users-list a.media { padding: 10px 15px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; } .chatapp-wrap .chatapp-left .chatapp-users-list a.media .media-img-wrap { position: relative; margin-right: 15px; } .chatapp-wrap .chatapp-left .chatapp-users-list a.media .media-img-wrap .avatar { height: 45px; width: 45px; } .chatapp-wrap .chatapp-left .chatapp-users-list a.media .media-img-wrap .badge-indicator { bottom: 7px; height: 7px; right: 4px; position: absolute; width: 7px; } .chatapp-wrap .chatapp-left .chatapp-users-list a.media .media-body { display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between; } .chatapp-wrap .chatapp-left .chatapp-users-list a.media .media-body > div:First-child .user-name, .chatapp-wrap .chatapp-left .chatapp-users-list a.media .media-body > div:First-child .user-last-chat { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 270px; } .chatapp-wrap .chatapp-left .chatapp-users-list a.media .media-body > div:First-child .user-name { text-transform: capitalize; color: #324148; } .chatapp-wrap .chatapp-left .chatapp-users-list a.media .media-body > div:First-child .user-last-chat { font-size: 14px; line-height: 24px; color: #5e7d8a; } .chatapp-wrap .chatapp-left .chatapp-users-list a.media .media-body > div:last-child { text-align: right; } .chatapp-wrap .chatapp-left .chatapp-users-list a.media .media-body > div:last-child .last-chat-time { font-size: 13px; } .chatapp-wrap .chatapp-left .chatapp-users-list a.media:hover { background: #f5f5f6; } .chatapp-wrap .chatapp-left .chatapp-users-list a.media.read-chat .media-body > div:last-child .last-chat-time { color: #5e7d8a; } .chatapp-wrap .chatapp-left .chatapp-users-list a.media.active-user { background: #f5f5f6; } .chatapp-wrap .chatapp-left .chatapp-users-list .chat-hr-wrap > hr { margin: 0; } .chatapp-wrap .chatapp-right { -ms-flex: 0 0 65%; flex: 0 0 65%; max-width: 65%; } .chatapp-wrap .chatapp-right header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between; height: 72px; padding: 0 15px; background: #fff; border-bottom: 1px solid #e0e3e4; } .chatapp-wrap .chatapp-right header .feather-icon { display: block; } .chatapp-wrap .chatapp-right header .back-user-list { display: none; margin-right: 20px; } .chatapp-wrap .chatapp-right header .media { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .chatapp-wrap .chatapp-right header .media .media-img-wrap { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-right: 15px; } .chatapp-wrap .chatapp-right header .media .media-img-wrap .avatar { height: 50px; width: 50px; } .chatapp-wrap .chatapp-right header .media .media-img-wrap .badge-indicator { bottom: 3px; height: 7px; right: 4px; position: absolute; width: 7px; } .chatapp-wrap .chatapp-right header .media .media-body .user-name { font-size: 16px; font-weight: 500; color: #324148; text-transform: capitalize; } .chatapp-wrap .chatapp-right header .media .media-body .user-status { font-size: 14px; } .chatapp-wrap .chatapp-right header .chat-options-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; } .chatapp-wrap .chatapp-right header .chat-options-wrap > a { margin-left: 25px; display: inline-block; } .chatapp-wrap .chatapp-right .chat-body { background: #f5f5f6; } .chatapp-wrap .chatapp-right .chat-body ul.list-unstyled { width: 80%; margin: 0 auto; padding: 20px 15px; } .chatapp-wrap .chatapp-right .chat-body .media .avatar { height: 32px; width: 32px; } .chatapp-wrap .chatapp-right .chat-body .media .media-body { margin-left: 20px; } .chatapp-wrap .chatapp-right .chat-body .media .media-body .msg-box > div { padding: 10px 15px; border-radius: .25rem; display: inline-block; position: relative; } .chatapp-wrap .chatapp-right .chat-body .media .media-body .msg-box > div p { color: #324148; } .chatapp-wrap .chatapp-right .chat-body .media .media-body .msg-box > div .chat-time { display: block; text-transform: uppercase; font-size: 13px; margin-top: 5px; } .chatapp-wrap .chatapp-right .chat-body .media .media-body .msg-box > div .arrow-triangle-wrap { position: absolute; top: 5px; } .chatapp-wrap .chatapp-right .chat-body .media .media-body .msg-box > div .arrow-triangle-wrap .arrow-triangle { position: relative; background-color: #fff; } .chatapp-wrap .chatapp-right .chat-body .media .media-body .msg-box > div .arrow-triangle-wrap .arrow-triangle:before, .chatapp-wrap .chatapp-right .chat-body .media .media-body .msg-box > div .arrow-triangle-wrap .arrow-triangle:after { content: ''; position: absolute; background-color: #fff; } .chatapp-wrap .chatapp-right .chat-body .media .media-body .msg-box > div .arrow-triangle-wrap .arrow-triangle, .chatapp-wrap .chatapp-right .chat-body .media .media-body .msg-box > div .arrow-triangle-wrap .arrow-triangle:before, .chatapp-wrap .chatapp-right .chat-body .media .media-body .msg-box > div .arrow-triangle-wrap .arrow-triangle:after { width: 12px; height: 12px; border-top-right-radius: 0.15rem; } .chatapp-wrap .chatapp-right .chat-body .media .media-body .msg-box > div .arrow-triangle-wrap .arrow-triangle.left { -webkit-transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866); -moz-transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866); -ms-transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866); -o-transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866); transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866); } .chatapp-wrap .chatapp-right .chat-body .media .media-body .msg-box > div .arrow-triangle-wrap .arrow-triangle.right { -webkit-transform: rotate(-30deg) skewX(-30deg) scale(1, 0.866); -moz-transform: rotate(-30deg) skewX(-30deg) scale(1, 0.866); -ms-transform: rotate(-30deg) skewX(-30deg) scale(1, 0.866); -o-transform: rotate(-30deg) skewX(-30deg) scale(1, 0.866); transform: rotate(-30deg) skewX(-30deg) scale(1, 0.866); } .chatapp-wrap .chatapp-right .chat-body .media .media-body .msg-box > div .arrow-triangle-wrap .arrow-triangle:before { -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%); -moz-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%); -ms-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%); -o-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%); transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%); } .chatapp-wrap .chatapp-right .chat-body .media .media-body .msg-box > div .arrow-triangle-wrap .arrow-triangle:after { -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%); -moz-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%); -ms-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%); -o-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%); transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%); } .chatapp-wrap .chatapp-right .chat-body .media .media-body .msg-box + .msg-box { margin-top: 5px; } .chatapp-wrap .chatapp-right .chat-body .media .media-body .msg-box + .msg-box .arrow-triangle-wrap { display: none; } .chatapp-wrap .chatapp-right .chat-body .media.received { margin-bottom: 20px; } .chatapp-wrap .chatapp-right .chat-body .media.received .media-body .msg-box > div { background: #fff; } .chatapp-wrap .chatapp-right .chat-body .media.received .media-body .msg-box > div .arrow-triangle-wrap { left: 2px; } .chatapp-wrap .chatapp-right .chat-body .media.received .media-body .msg-box > div .chat-time { color: rgba(50, 65, 72, 0.4); } .chatapp-wrap .chatapp-right .chat-body .media.sent { margin-bottom: 20px; } .chatapp-wrap .chatapp-right .chat-body .media.sent .media-body { margin-left: 0; display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: flex-end; -webkit-justify-content: flex-end; -ms-flex-pack: flex-end; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: flex-end; -ms-flex-align: flex-end; align-items: flex-end; } .chatapp-wrap .chatapp-right .chat-body .media.sent .media-body .msg-box > div { background: #313f96; } .chatapp-wrap .chatapp-right .chat-body .media.sent .media-body .msg-box > div .arrow-triangle-wrap { right: 2px; } .chatapp-wrap .chatapp-right .chat-body .media.sent .media-body .msg-box > div .arrow-triangle-wrap .arrow-triangle { background-color: #313f96; } .chatapp-wrap .chatapp-right .chat-body .media.sent .media-body .msg-box > div .arrow-triangle-wrap .arrow-triangle:before, .chatapp-wrap .chatapp-right .chat-body .media.sent .media-body .msg-box > div .arrow-triangle-wrap .arrow-triangle:after { background-color: #313f96; } .chatapp-wrap .chatapp-right .chat-body .media.sent .media-body .msg-box > div p { color: #fff; } .chatapp-wrap .chatapp-right .chat-body .media.sent .media-body .msg-box > div .chat-time { text-align: right; color: rgba(255, 255, 255, 0.4); } .chatapp-wrap .chatapp-right .chat-body .day-sep { position: relative; text-align: center; overflow: hidden; font-size: 14px; margin: 30px 0; text-transform: capitalize; } .chatapp-wrap .chatapp-right .chat-body .day-sep:before { background: #e0e3e4; content: ""; height: 1px; right: 50%; margin-right: 28px; position: absolute; top: 50%; width: 100%; } .chatapp-wrap .chatapp-right .chat-body .day-sep:after { background: #e0e3e4; content: ""; height: 1px; left: 50%; margin-left: 28px; position: absolute; top: 50%; width: 100%; } .chatapp-wrap .chatapp-right footer { padding: 10px 15px; background: #fff; border-top: 1px solid #e0e3e4; margin-top: -1px; position: relative; } .chatapp-wrap .chatapp-right footer .feather-icon { display: block; } .chatapp-wrap .chatapp-right footer .input-group { width: 100%; } .chatapp-wrap .chatapp-right footer .input-group .form-control, .chatapp-wrap .chatapp-right footer .input-group .dd-handle { border-radius: 50px; border: none; background: #f5f5f6; } .chatapp-wrap .chatapp-right footer .input-group .form-control:focus, .chatapp-wrap .chatapp-right footer .input-group .dd-handle:focus { border: none; box-shadow: none; background: #f5f5f6; } .chatapp-wrap .chatapp-right footer .input-group .input-group-prepend .btn, .chatapp-wrap .chatapp-right footer .input-group .input-group-append .btn { border: none; background: transparent; } .chatapp-wrap .chatapp-right footer .input-group .input-group-prepend .btn .feather-icon, .chatapp-wrap .chatapp-right footer .input-group .input-group-append .btn .feather-icon { display: block; color: #adb3b6; } .chatapp-wrap .chatapp-right footer .input-group .input-group-prepend .btn .feather-icon > svg, .chatapp-wrap .chatapp-right footer .input-group .input-group-append .btn .feather-icon > svg { height: 21px; width: 21px; } .hk-wrapper.navbar-search-toggle .chatapp-wrap .chatapp-left .chatapp-users-list { height: calc(100vh - 257px); } .hk-wrapper.navbar-search-toggle .chatapp-wrap .chatapp-right .chat-body { height: calc(100vh - 257px); } @media (min-width: 1200px) { .hk-wrapper.hk-horizontal-nav .chatapp-wrap .chatapp-left .chatapp-users-list { height: calc(100vh - 257px); } .hk-wrapper.hk-horizontal-nav .chatapp-wrap .chatapp-right .chat-body { height: calc(100vh - 257px); } .hk-wrapper.hk-horizontal-nav.navbar-search-toggle .chatapp-wrap .chatapp-left .chatapp-users-list { height: calc(100vh - 307px); } .hk-wrapper.hk-horizontal-nav.navbar-search-toggle .chatapp-wrap .chatapp-right .chat-body { height: calc(100vh - 307px); } .hk-wrapper.hk-horizontal-nav.hk-nav-toggle .chatapp-wrap .chatapp-left .chatapp-users-list { height: calc(100vh - 207px); } .hk-wrapper.hk-horizontal-nav.hk-nav-toggle .chatapp-wrap .chatapp-right .chat-body { height: calc(100vh - 207px); } .hk-wrapper.hk-horizontal-nav.hk-nav-toggle.navbar-search-toggle .chatapp-wrap .chatapp-left .chatapp-users-list { height: calc(100vh - 257px); } .hk-wrapper.hk-horizontal-nav.hk-nav-toggle.navbar-search-toggle .chatapp-wrap .chatapp-right .chat-body { height: calc(100vh - 257px); } } @media (max-width: 1400px) { .chatapp-wrap .chatapp-left .chatapp-users-list a.media .media-body > div:first-child .user-name, .chatapp-wrap .chatapp-left .chatapp-users-list a.media .media-body > div:first-child .user-last-chat { max-width: 190px; } } @media (max-width: 1024px) { .chatapp-wrap .chatapp-left, .chatapp-wrap .chatapp-right { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; -webkit-transition: left 0.3s ease-in-out, right 0.3s ease-in-out; -moz-transition: left 0.3s ease-in-out, right 0.3s ease-in-out; transition: left 0.3s ease-in-out, right 0.3s ease-in-out; } .chatapp-wrap .chatapp-right { right: -100%; position: absolute; top: 0; } .chatapp-wrap .chatapp-right header { justify-content: start; -webkit-justify-content: start; -ms-flex-pack: start; } .chatapp-wrap .chatapp-right header .back-user-list { display: block; } .chatapp-wrap .chatapp-right header .chat-options-wrap { margin-left: auto; } .chatapp-wrap .chatapp-right .chat-body ul.list-unstyled { width: 100%; } .chatapp-wrap.chatapp-slide .chatapp-left { left: -100%; } .chatapp-wrap.chatapp-slide .chatapp-right { right: 0; } } /*Email UI*/ .emailapp-wrap { position: relative; } .emailapp-wrap .emailapp-sidebar { position: absolute; width: 200px; background: #f4f6f7; left: 0; z-index: 10; border-right: 1px solid #e0e3e4; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; } .emailapp-wrap .emailapp-sidebar .emailapp-nav-wrap { padding: 15px; } .emailapp-wrap .emailapp-sidebar .emailapp-nav-wrap .close-emailapp-sidebar { display: none; padding: 0 .5rem; } .emailapp-wrap .emailapp-sidebar .emailapp-nav-wrap .close-emailapp-sidebar > .feather-icon { display: block; } .emailapp-wrap .emailapp-sidebar .emailapp-nav-wrap .nav.mail-category .nav-item .nav-link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-transform: capitalize; color: #5e7d8a; } .emailapp-wrap .emailapp-sidebar .emailapp-nav-wrap .nav.mail-category .nav-item .nav-link .badge { margin-left: 10px; } .emailapp-wrap .emailapp-sidebar .emailapp-nav-wrap .nav.mail-category .nav-item.active .nav-link { color: #324148; } .emailapp-wrap .emailapp-sidebar .emailapp-nav-wrap .nav.mail-labels .nav-item .nav-link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #324148; text-transform: capitalize; } .emailapp-wrap .emailapp-sidebar .emailapp-nav-wrap .nav.mail-labels .nav-item .nav-link .badge-indicator { margin-right: 15px; } .emailapp-wrap .emailapp-sidebar .emailapp-nav-wrap .nav.mail-settings .nav-item .nav-link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #5e7d8a; text-transform: capitalize; } .emailapp-wrap .emailapp-sidebar .emailapp-nav-wrap .nav.mail-settings .nav-item .nav-link > i { margin-right: 15px; } .emailapp-wrap .emailapp-sidebar .emailapp-nav-wrap hr { margin-left: -20px; margin-right: -20px; } .emailapp-wrap.emailapp-sidebar-toggle .emailapp-sidebar { left: -200px; } .emailapp-wrap.emailapp-sidebar-toggle .email-box { margin-left: 0; } .emailapp-wrap .email-box { margin-left: 200px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; } .emailapp-wrap .email-box .email-star { color: #5e7d8a; } .emailapp-wrap .email-box .email-star > .feather-icon { display: block; } .emailapp-wrap .email-box .email-star > .feather-icon > svg { height: 16px; width: 16px; } .emailapp-wrap .email-box .email-star:hover { color: #22af47; } .emailapp-wrap .email-box .email-star:hover > .feather-icon > svg { fill: #22af47 !important; } .emailapp-wrap .email-box .email-star:hover > .feather-icon > svg polygon { fill: #22af47 !important; } .emailapp-wrap .email-box .email-star.starred { color: #22af47; } .emailapp-wrap .email-box .email-star.starred > .feather-icon > svg { fill: #22af47 !important; } .emailapp-wrap .email-box .email-star.starred > .feather-icon > svg polygon { fill: #22af47 !important; } .emailapp-wrap .email-box .emailapp-left { -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; border-right: 1px solid #e0e3e4; position: relative; z-index: 4; left: 0; } .emailapp-wrap .email-box .emailapp-left header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between; height: 72px; padding: 0 15px; background: #fff; border-bottom: 1px solid #e0e3e4; color: #324148; } .emailapp-wrap .email-box .emailapp-left header span { font-size: 20px; font-weight: 600; text-transform: capitalize; } .emailapp-wrap .email-box .emailapp-left header .emailapp-sidebar-move { color: #5e7d8a; } .emailapp-wrap .email-box .emailapp-left header .feather-icon { display: block; } .emailapp-wrap .email-box .emailapp-left .email-search { width: 100%; background: #f5f5f6; padding: 10px 15px; } .emailapp-wrap .email-box .emailapp-left .email-search .input-group { width: 100%; } .emailapp-wrap .email-box .emailapp-left .email-search .input-group .form-control, .emailapp-wrap .email-box .emailapp-left .email-search .input-group .dd-handle { padding-left: 36px; border-radius: 50px; border: none; background: #fff; } .emailapp-wrap .email-box .emailapp-left .email-search .input-group .form-control:focus, .emailapp-wrap .email-box .emailapp-left .email-search .input-group .dd-handle:focus { border: none; box-shadow: none; background: #fff; } .emailapp-wrap .email-box .emailapp-left .email-search .input-group .input-group-prepend { position: absolute; left: 10px; top: 0; z-index: 4; bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; pointer-events: none; } .emailapp-wrap .email-box .emailapp-left .email-search .input-group .input-group-prepend .feather-icon { display: block; color: #848d91; } .emailapp-wrap .email-box .emailapp-left .email-search .input-group .input-group-prepend .feather-icon > svg { height: 18px; width: 18px; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list { background: #fff; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media { padding: 12px 15px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-img-wrap { position: relative; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-img-wrap .avatar { height: 45px; width: 45px; margin-right: 15px; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body { display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:First-child .email-head, .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:First-child .email-subject, .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:First-child .email-text > p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 300px; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:First-child .email-head { text-transform: capitalize; color: #324148; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:First-child .email-subject { color: #313f96; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:First-child .email-text > p { font-size: 14px; color: #5e7d8a; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:last-child .last-email-details { font-size: 13px; display: -webkit-box; display: -ms-flexbox; display: flex; align-items: center; justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:last-child .last-email-details .badge-indicator { margin-right: 5px; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:last-child .last-email-details .email-attachment-label { color: #5e7d8a; margin-right: 5px; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:last-child .last-email-details .email-attachment-label .feather-icon { display: block; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:last-child .last-email-details .email-attachment-label .feather-icon > svg { height: 13px; width: 13px; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:last-child .email-star { display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: flex-end; -webkit-justify-content: flex-end; -ms-flex-pack: flex-end; margin-top: 30px; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media:hover { background: #f5f5f6; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media.read-email .media-body > div:first-child .email-subject { color: #324148; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media.read-email .media-body > div:last-child .last-email-details { color: #324148; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media.active-email { background: #f5f5f6; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list .email-hr-wrap > hr { margin: 0; } .emailapp-wrap .email-box .emailapp-right { -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%; } .emailapp-wrap .email-box .emailapp-right header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between; height: 72px; padding: 0 15px; background: #fff; border-bottom: 1px solid #e0e3e4; } .emailapp-wrap .email-box .emailapp-right header .back-email-list { display: none; margin-right: 20px; } .emailapp-wrap .email-box .emailapp-right header .email-options-wrap { margin-left: auto; display: flex; } .emailapp-wrap .email-box .emailapp-right header .email-options-wrap > a { margin-left: 25px; display: inline-block; } .emailapp-wrap .email-box .emailapp-right header .email-options-wrap .feather-icon { display: block; } .emailapp-wrap .email-box .emailapp-right .email-body { background: #fff; } .emailapp-wrap .email-box .emailapp-right .email-body .email-subject-head { display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between; } .emailapp-wrap .email-box .emailapp-right .email-body .email-subject-head h4, .emailapp-wrap .email-box .emailapp-right .email-body .email-subject-head > div { margin-bottom: 10px; } .emailapp-wrap .email-box .emailapp-right .email-body .email-subject-head .email-star { display: block; text-align: right; margin-left: 10px; } .emailapp-wrap .email-box .emailapp-right .email-body .email-head { display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between; } .emailapp-wrap .email-box .emailapp-right .email-body .email-head .sender-email { font-size: 14px; } .emailapp-wrap .email-box .emailapp-right .email-body .email-head .media .media-img-wrap { margin-right: 15px; } .emailapp-wrap .email-box .emailapp-right .email-body .email-head .media .media-img-wrap .avatar { height: 45px; width: 45px; } .emailapp-wrap .email-box .emailapp-right .email-body .email-head .media .media-body .sender-name { color: #324148; font-weight: 500; } .emailapp-wrap .email-box .emailapp-right .email-body .email-head .head-other-wrap span { font-size: 13px; } .emailapp-wrap .email-box .emailapp-right .email-body .email-head .head-other-wrap a.dropdown-toggle { color: #5e7d8a; } .emailapp-wrap .email-box .emailapp-right .email-body .email-text-wrap .email-end-detail > span:first-child { color: #324148; } .emailapp-wrap .email-box .emailapp-right .email-body .email-attachment-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; } .emailapp-wrap .email-box .emailapp-right .email-body .email-attachment-wrap .email-attachment-block { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: auto; } .emailapp-wrap .email-box .emailapp-right .email-body .email-attachment-wrap .email-attachment-block .file-name { font-size: 15px; font-weight: 500; color: #324148; } .emailapp-wrap .email-box .emailapp-right .email-body .email-attachment-wrap .email-attachment-block .file-size { color: #5e7d8a; } .emailapp-wrap .email-box .emailapp-right .email-body .email-attachment-wrap .email-attachment-block > a { margin-right: 20px; } .emailapp-wrap .email-box .emailapp-right .email-body .email-attachment-wrap > div.d-flex > a { font-size: 20px; color: #5e7d8a; } .emailapp-wrap .email-box .emailapp-right .email-body .email-attachment-wrap > div.d-flex > a:first-child { margin-right: 15px; } .emailapp-wrap .email-box .emailapp-right .email-body .nicescroll-bar > div { padding: 15px; } @media (max-width: 1600px) { .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:first-child .email-head, .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:first-child .email-subject, .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:first-child .email-text > p { max-width: 200px; } } @media (max-width: 1400px) { .emailapp-wrap .emailapp-sidebar { left: -200px; } .emailapp-wrap .emailapp-sidebar .emailapp-nav-wrap .close-emailapp-sidebar { display: block; } .emailapp-wrap.emailapp-sidebar-toggle .emailapp-sidebar { left: 0; } .emailapp-wrap .email-box { margin-left: 0; } .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:first-child .email-head, .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:first-child .email-subject, .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:first-child .email-text > p { max-width: 200px; } } @media (max-width: 1024px) { .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:first-child .email-head, .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:first-child .email-subject, .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:first-child .email-text > p { max-width: 450px; } .emailapp-wrap .email-box .emailapp-left, .emailapp-wrap .email-box .emailapp-right { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; -webkit-transition: left 0.3s ease-in-out, right 0.3s ease-in-out; -moz-transition: left 0.3s ease-in-out, right 0.3s ease-in-out; transition: left 0.3s ease-in-out, right 0.3s ease-in-out; } .emailapp-wrap .email-box .emailapp-right { right: -100%; position: absolute; top: 0; } .emailapp-wrap .email-box .emailapp-right header { justify-content: start; -webkit-justify-content: start; -ms-flex-pack: start; } .emailapp-wrap .email-box .emailapp-right header .back-email-list { display: block; } .emailapp-wrap.emailapp-slide .email-box .emailapp-left { left: -100%; } .emailapp-wrap.emailapp-slide .email-box .emailapp-right { right: 0; } } @media (max-width: 768px) { .emailapp-wrap .email-box .emailapp-right .email-body .email-subject-head { -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: wrap; flex-wrap: wrap; } .emailapp-wrap .email-box .emailapp-right .email-body .email-subject-head h5 { margin-bottom: 15px; } .emailapp-wrap .email-box .emailapp-right .email-body .email-head { -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: wrap; flex-wrap: wrap; } .emailapp-wrap .email-box .emailapp-right .email-body .email-head .head-other-wrap { margin-top: 10px; } } @media (max-width: 576px) { .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:first-child .email-head, .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:first-child .email-subject, .emailapp-wrap .email-box .emailapp-left .emailapp-emails-list a.media .media-body > div:first-child .email-text > p { max-width: 160px; } } /*File Manager*/ .fmapp-wrap { position: relative; } .fmapp-wrap .fmapp-sidebar { position: absolute; width: 200px; background: #f4f6f7; left: 0; z-index: 10; border-right: 1px solid #e0e3e4; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; } .fmapp-wrap .fmapp-sidebar .fmapp-nav-wrap { padding: 15px; } .fmapp-wrap .fmapp-sidebar .fmapp-nav-wrap .close-fmapp-sidebar { display: none; padding: 0 .5rem; } .fmapp-wrap .fmapp-sidebar .fmapp-nav-wrap .close-fmapp-sidebar > .feather-icon { display: block; } .fmapp-wrap .fmapp-sidebar .fmapp-nav-wrap .nav.mail-category .nav-item .nav-link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-transform: capitalize; color: #5e7d8a; } .fmapp-wrap .fmapp-sidebar .fmapp-nav-wrap .nav.mail-category .nav-item .nav-link .badge { margin-left: 10px; } .fmapp-wrap .fmapp-sidebar .fmapp-nav-wrap .nav.mail-category .nav-item.active .nav-link { color: #324148; } .fmapp-wrap .fmapp-sidebar .fmapp-nav-wrap .nav.mail-labels .nav-item .nav-link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #324148; text-transform: capitalize; } .fmapp-wrap .fmapp-sidebar .fmapp-nav-wrap .nav.mail-labels .nav-item .nav-link .badge-indicator { margin-right: 15px; } .fmapp-wrap .fmapp-sidebar .fmapp-nav-wrap .nav.mail-settings .nav-item .nav-link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #5e7d8a; text-transform: capitalize; } .fmapp-wrap .fmapp-sidebar .fmapp-nav-wrap .nav.mail-settings .nav-item .nav-link > i { margin-right: 15px; } .fmapp-wrap .fmapp-sidebar .fmapp-nav-wrap hr { margin-left: -20px; margin-right: -20px; } .fmapp-wrap.fmapp-sidebar-toggle .fmapp-sidebar { left: -200px; } .fmapp-wrap.fmapp-sidebar-toggle .fm-box { margin-left: 0; } .fmapp-wrap .fm-box { margin-left: 200px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; } .fmapp-wrap .fm-box .fmapp-main { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .fmapp-wrap .fm-box .fmapp-main header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between; height: 72px; padding: 0 15px; background: #fff; border-bottom: 1px solid #e0e3e4; } .fmapp-wrap .fm-box .fmapp-main header > span { font-size: 20px; font-weight: 600; color: #324148; text-transform: capitalize; } .fmapp-wrap .fm-box .fmapp-main header .fmapp-sidebar-move { color: #5e7d8a; } .fmapp-wrap .fm-box .fmapp-main header .fmapp-sidebar-move .feather-icon { display: block; } .fmapp-wrap .fm-box .fmapp-main header .fm-options-wrap { display: flex; } .fmapp-wrap .fm-box .fmapp-main header .fm-options-wrap > a, .fmapp-wrap .fm-box .fmapp-main header .fm-options-wrap > span { margin-left: 25px; display: inline-block; color: #5e7d8a; } .fmapp-wrap .fm-box .fmapp-main header .fm-options-wrap > a:first-child, .fmapp-wrap .fm-box .fmapp-main header .fm-options-wrap > span:first-child { margin-left: 0; } .fmapp-wrap .fm-box .fmapp-main header .fm-options-wrap .feather-icon { display: block; } .fmapp-wrap .fm-box .fmapp-main header .fm-options-wrap .feather-icon.grid-view { display: none; } .fmapp-wrap .fm-box .fmapp-main .fm-body { background: #fff; } .fmapp-wrap .fm-box .fmapp-main .fm-body .fmapp-view-wrap .fmapp-grid-view { padding: 20px 15px; } .fmapp-wrap .fm-box .fmapp-main .fm-body .fmapp-view-wrap .fmapp-grid-view .file-preview { display: inline-block; max-width: 100%; } .fmapp-wrap .fm-box .fmapp-main .fm-body .fmapp-view-wrap .fmapp-grid-view .file-name { display: block; font-size: 14px; color: #324148; word-break: break-all; } .fmapp-wrap .fm-box .fmapp-main .fm-body .fmapp-table-view { display: none; } .fmapp-wrap .fm-box .fmapp-main .fm-body .fmapp-table-view table .file-name { color: #324148; } .fmapp-wrap .fm-box .fmapp-main .fm-body .fmapp-table-view table img.file-preview { max-width: 100%; height: 45px; } .fmapp-wrap .fm-box .fmapp-main .fm-body .fmapp-table-view table .files-more-link { display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: flex-end; -webkit-justify-content: flex-end; -ms-flex-pack: flex-end; } .fmapp-wrap .fm-box .fmapp-main .fm-body .fmapp-table-view table .files-more-link > a { margin-right: 24px; font-size: 20px; } .fmapp-wrap .fm-box .fmapp-main .fm-body .fmapp-table-view table .files-more-link > a:first-child { color: #5e7d8a; } .fmapp-wrap .fm-box .fmapp-main .fm-body .fmapp-table-view table .files-more-link > a:last-child { color: #5e7d8a; margin-right: 0; } .fmapp-wrap .fm-box .fmapp-main .fm-body .fmapp-table-view table.table-hover tbody tr:hover { background-color: #f6f3f2; } .fmapp-wrap .fm-box .fmapp-main.fmapp-view-switch header .fm-options-wrap .feather-icon.grid-view { display: block; } .fmapp-wrap .fm-box .fmapp-main.fmapp-view-switch header .fm-options-wrap .feather-icon.list-view { display: none; } .fmapp-wrap .fm-box .fmapp-main.fmapp-view-switch .fm-body .fmapp-grid-view { display: none; } .fmapp-wrap .fm-box .fmapp-main.fmapp-view-switch .fm-body .fmapp-table-view { display: block; } @media (max-width: 1400px) { .fmapp-wrap .fmapp-sidebar { left: -200px; } .fmapp-wrap .fmapp-sidebar .fmapp-nav-wrap .close-fmapp-sidebar { display: block; } .fmapp-wrap.fmapp-sidebar-toggle .fmapp-sidebar { left: 0; } .fmapp-wrap .fm-box { margin-left: 0; } } /*Caledar*/ .calendarapp-wrap { position: relative; } .calendarapp-wrap .calendarapp-sidebar { position: absolute; width: 225px; background: #fff; padding: 15px; left: 0; z-index: 10; border-right: 1px solid #e0e3e4; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; } .calendarapp-wrap .calendarapp-sidebar .slimScrollDiv, .calendarapp-wrap .calendarapp-sidebar .nicescroll-bar { overflow: visible !important; } .calendarapp-wrap .calendarapp-sidebar .close-calendarapp-sidebar { display: none; margin: 0 0 15px; } .calendarapp-wrap .calendarapp-sidebar .close-calendarapp-sidebar .feather-icon { display: block; } .calendarapp-wrap .calendarapp-sidebar .add-event-wrap .calendar-event { padding: 0.5rem 0.75rem; cursor: grab; } .calendarapp-wrap .calendarapp-sidebar .add-event-wrap .calendar-event .close { font-size: 1.25rem; padding-top: .5rem; } .calendarapp-wrap.calendarapp-sidebar-toggle .calendarapp-sidebar { left: -225px; } .calendarapp-wrap.calendarapp-sidebar-toggle .calendar-wrap { margin-left: 0; } .calendarapp-wrap .calendar-wrap { margin-left: 225px; position: relative; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; } .calendarapp-wrap .calendar-wrap .fc-event { position: relative; display: block; font-size: 79%; border: 1px solid #313f96; border-radius: 0; line-height: inherit; } .calendarapp-wrap .calendar-wrap .fc-event, .calendarapp-wrap .calendar-wrap .fc-event-dot { background: #313f96; } .calendarapp-wrap .calendar-wrap .fc button { height: auto; padding: .25rem .5rem; font-size: .875rem; } .calendarapp-wrap .calendar-wrap .fc button.fc-calendarSidebar-button { color: #98a0a3; padding: 0; background: transparent; border: none; } .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar { height: 80px; display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; align-items: center; justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between; margin-bottom: 0; padding: 0 15px; background: #fff; border-bottom: 1px solid #e0e3e4; } .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar .fc-left { display: -webkit-box; display: -ms-flexbox; display: flex; order: 1; } .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar .fc-right { order: 3; } .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar .fc-center { order: 2; } .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar > .fc-clear { display: none; } .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar .fc-center h2 { font-size: 20px; font-weight: 600; text-transform: capitalize; padding: 0 25px; } .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar .fc-center > div { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-view-container { background: #fff; } .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-view-container .table-bordered { border: 0; } .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-view-container .table-bordered thead td, .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-view-container .table-bordered thead th { border-bottom: 0; border-top: 0; border-color: #e0e3e4; } .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-view-container .table-bordered td, .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-view-container .table-bordered th { border-left: 0; border-bottom: 0; border-color: #e0e3e4; } .calendarapp-wrap .calendar-wrap .fc .fc-list-heading td { color: #324148; font-weight: normal; } @media (max-width: 1024px) { .calendarapp-wrap .calendarapp-sidebar { left: -225px; } .calendarapp-wrap .calendarapp-sidebar .close-calendarapp-sidebar { display: block; } .calendarapp-wrap.calendarapp-sidebar-toggle .calendarapp-sidebar { left: 0; } .calendarapp-wrap .calendar-wrap { margin-left: 0; } } @media (max-width: 767px) { .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar .fc-today-button, .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar .fc-right { display: none; } .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar .fc-left { position: absolute; top: 0; bottom: 0; } .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar .fc-center { margin-left: auto; margin-right: auto; } } @media (max-width: 414px) { .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar .fc-center h2 { padding: 0 10px; font-size: 16px; } } /*Auth pages*/ .hk-pg-wrapper.hk-auth-wrapper { padding: 0; background: #f4f6f7; } .hk-pg-wrapper.hk-auth-wrapper > header { position: absolute; top: 0; z-index: 10; width: 100%; padding: 20px; } .hk-pg-wrapper.hk-auth-wrapper .auth-cover-img { background-size: cover; background-repeat: no-repeat; background-position: center; height: 100vh; width: 100%; } .hk-pg-wrapper.hk-auth-wrapper .auth-cover-img .auth-cover-info { position: relative; z-index: 2; padding: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; } .hk-pg-wrapper.hk-auth-wrapper .auth-cover-img .auth-cover-info .auth-cover-content { margin: 0 auto; } .hk-pg-wrapper.hk-auth-wrapper .auth-cover-img .auth-cover-info .auth-cover-content .play-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #fff; margin-top: 30px; } .hk-pg-wrapper.hk-auth-wrapper .auth-cover-img .auth-cover-info .auth-cover-content .play-wrap .play-btn { background: rgba(255, 255, 255, 0.3); height: 45px; width: 45px; border-radius: 50%; top: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center; color: #fff; margin-right: 10px; } .hk-pg-wrapper.hk-auth-wrapper .auth-cover-img .auth-cover-info .auth-cover-content .play-wrap .play-btn:before { display: inline-block; font-family: "Ionicons"; padding-left: 3px; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f488"; } .hk-pg-wrapper.hk-auth-wrapper .auth-cover-img .auth-cover-info .auth-cover-content .play-wrap > span { font-size: 14px; color: #fff; } .hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap { padding: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100vh; } .hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap .auth-form { margin: 0 auto; } .hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap .auth-form .option-sep { position: relative; text-align: center; overflow: hidden; font-size: 14px; margin: 30px 0; text-transform: uppercase; } .hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap .auth-form .option-sep:before { background: #d6d9da; content: ""; height: 1px; right: 50%; margin-right: 28px; position: absolute; top: 50%; width: 100%; } .hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap .auth-form .option-sep:after { background: #d6d9da; content: ""; height: 1px; left: 50%; margin-left: 28px; position: absolute; top: 50%; width: 100%; } .hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap .auth-form .form-group .form-control, .hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap .auth-form .form-group .dd-handle { border-top-right-radius: .25rem; border-bottom-right-radius: .25rem; } .hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap .auth-form .form-group .form-control.rounded-input, .hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap .auth-form .form-group .rounded-input.dd-handle { border-top-right-radius: 50px; border-bottom-right-radius: 50px; } .hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap .auth-form .form-group .input-group-append { position: absolute; right: 0; top: 0; bottom: 0; z-index: 10; pointer-events: none; } .hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap .auth-form .form-group .input-group-append .input-group-text { background: transparent; border: none; } .hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap .auth-form .form-group .input-group-append .input-group-text .feather-icon > svg { height: 18px; width: 18px; } @media (max-width: 1199px) { .hk-pg-wrapper.hk-auth-wrapper .auth-cover-img { height: auto; } .hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap { height: auto; } } /*Gallery*/ .hk-gallery-wrap .tab-content .tab-pane .row.hk-gallery { margin-right: -5px; margin-left: -5px; } .hk-gallery-wrap .tab-content .tab-pane .row.hk-gallery > [class*="col-"] { padding-right: 5px; padding-left: 5px; } .hk-gallery-wrap .tab-content .tab-pane .row.hk-gallery > [class*="col-"] > a { position: relative; display: block; } .hk-gallery-wrap .tab-content .tab-pane .row.hk-gallery > [class*="col-"] > a .gallery-img { min-height: 160px; max-width: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; } .hk-gallery-wrap .tab-content .tab-pane .row.hk-gallery > [class*="col-"] > a > i { color: #fff; position: absolute; right: 10px; bottom: 10px; font-size: 18px; } .lg-outer .lg-video .lg-object { display: inline-block; position: absolute; top: 0; left: 0; right: 0; margin: auto; width: auto !important; height: 100% !important; } /*Cropperjs*/ .img-container, .img-preview { background-color: #f5f5f6; width: 100%; text-align: center; } .img-container { min-height: 200px; max-height: 469px; margin-bottom: 16px; } .img-container > img { max-width: 100%; } .docs-preview { margin-right: -16px; } .img-preview { float: left; margin-right: 8px; margin-bottom: 8px; overflow: hidden; } .img-preview > img { max-width: 100%; } .preview-lg { width: 255px; height: 143px; } .preview-md { width: 128px; height: 72px; } .preview-sm { width: 72px; height: 41px; } .preview-xs { width: 40px; height: 24px; margin-right: 0; } .docs-data > .input-group { margin-bottom: 8px; } .docs-data > .input-group > label { min-width: 80px; } .docs-buttons > .btn, .docs-buttons > .btn-group, .docs-buttons > .form-control, .docs-buttons > .dd-handle { margin-right: 4px; margin-bottom: 8px; } .docs-toggles > .btn, .docs-toggles > .btn-group, .docs-toggles > .dropdown { margin-bottom: 8px; } .docs-tooltip { display: block; margin: -8px -12px; padding: 8px 12px; } .docs-aspect-ratios, .docs-view-modes { width: 100%; } .docs-aspect-ratios > .btn { width: 20%; } .docs-view-modes > .btn { width: 25%; } .docs-options .dropdown-menu { width: 100%; } .docs-options .dropdown-menu > li { padding: 4px 16px; } .docs-options .dropdown-menu > li:hover { background-color: #f7f7f7; } .docs-options .dropdown-menu > li > label { margin-bottom: 0; } .docs-cropped .modal-body { text-align: center; } .docs-cropped .modal-body > img, .docs-cropped .modal-body > canvas { max-width: 100%; } .common-credits > li { display: block; margin-bottom: 15px; } .common-credits > li:last-child { margin-bottom: 0; } /*Landing Page*/ .hk-landing .play-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 30px; justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center; } .hk-landing .play-wrap > span { font-size: 14px; color: #fff; } .hk-landing .play-wrap .play-btn { height: 60px; width: 60px; border-radius: 50%; background: rgba(255, 255, 255, 0.3); color: #fff; top: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center; margin-right: 10px; } .hk-landing .play-wrap .play-btn::before { display: inline-block; font-family: "Ionicons"; padding-left: 3px; font-size: 28px; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f488"; } .hk-landing .owl-carousel.dots-on-item .owl-dots { bottom: auto; } .hk-landing .hk-landing-sec { padding: 80px 0; } .hk-landing .hk-preview-sec { background-image: url(../img/landing-pg/herobg.png); background-size: cover; background-position: center; background-repeat: no-repeat; padding-top: 57px; } .hk-landing .feature-block { display: inline-block; margin: 0 15px 15px 15px; width: 100px; } .hk-landing .feature-block .card { height: 100px; width: 100px; margin-bottom: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center; } .hk-landing .feature-block .card img { width: 44px; } .hk-landing .feature-block .feature-cap { font-size: 14px; color: #324148; font-weight: 500; } @media (max-width: 1199px) { .hk-landing .container.px-0 { max-width: 100%; } } @media all and (-ms-high-contrast: none) { *::-ms-backdrop, .media-body { flex-basis: auto !important; } /*# sourceMappingURL=style.css.map */
0.321034
0.092934
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: helvetica; } .contenedor { padding: 60px 0; width: 90%; max-width: 1000px; margin: auto; overflow: hidden; } .titulo { color: #642a73; font-size: 30px; text-align: center; margin-bottom: 60px; } /* Header */ header { width: 100%; height: 600px; background: #bc4e9c; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, hsla(340, 95%, 50%, 0.459), hsla(317, 45%, 52%, 0.664)), url(../img/fondo.jpg); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to right, hsla(340, 95%, 50%, 0.459), hsla(317, 45%, 52%, 0.664)), url(../img/fondo.jpg); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ background-size: cover; background-attachment: fixed; position: relative; } nav{ text-align: right; padding: 30px 50px 0 0; } nav > a{ color:#fff; font-weight: 300; text-decoration: none; margin-right: 10px; } nav > a:hover{ text-decoration: underline; } header .textos-header{ display: flex; height: 430px; width: 100%; align-items: center; justify-content: center; flex-direction: column; text-align: center; } .textos-header h1{ font-size: 70px; color:#fff; } .textos-header h2{ font-size: 30px; font-weight: 300; color:#fff; } .wave{ position: absolute; bottom: 0; width: 100%; } /* About us */ main .sobre-nosotros{ padding: 30px 0 60px 0; } .contenedor-sobre-nosotros{ display: flex; justify-content: space-evenly; } .imagen-about-us{ width: 48%; } .sobre-nosotros .contenido-textos{ width: 48%; } .contenido-textos h3{ margin-bottom: 15px; } .contenido-textos h3 span{ background: #4d0686; color: #fff; border-radius: 50%; display: inline-block; text-align: center; width: 30px; height: 30px; padding: 2px; box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5); margin-right: 5px; } .contenido-textos p{ padding: 0px 0px 30px 15px; font-weight: 300; text-align: justify; } /* Galeria */ .productos{ background: #f2f2f2; } .galeria-port{ display: flex; justify-content: space-evenly; flex-wrap: wrap; } .imagen-port{ width: 24%; margin-bottom: 10px; overflow: hidden; position: relative; cursor: pointer; box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5); } .imagen-port > img{ width: 100%; height: 100%; object-fit: cover; display: block; } .hover-galeria{ position: absolute; width: 100%; height: 100%; top: 0; transform: scale(0); background: rgba(227, 213, 238, 0.555); transition: transform .5s; display: flex; justify-content: center; align-items: center; flex-direction: column; } .hover-galeria img{ width: 50px; } .hover-galeria p{ color: rgb(0, 0, 0); } .imagen-port:hover .hover-galeria{ transform: scale(1); } /* Envios */ .cards{ display: flex; justify-content: space-evenly; } .cards .card{ background:#642a73; display: flex; width: 45%; height: 200px; align-items: center; justify-content: space-evenly; border-radius: 5px; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6); } .cards .card img{ width: 20%; height: 40%; object-fit: cover; border-radius: 5%; display: block; } .cards .card > .contenido-texto-card{ width: 60%; color: #fff; } .cards .card > .contenido-texto-card p{ font-weight: 300; padding-top: 5px; } /* Our team */ .about-services{ background: #f2f2f2; padding-bottom: 30px; } .servicio-cont{ display:flex; justify-content: space-between; align-items: center; } .servicio-ind{ width: 30%; text-align: center; } .servicio-ind img{ width: 75%; } .servicio-ind h3{ margin: 10px 0; } .servicio-ind p{ font-weight: 300; text-align: justify; } /* footer */ footer{ background: #414141; padding: 60px 0 30px 0; margin: auto; overflow: hidden; } .contenedor-footer{ display: flex; width: 90%; justify-content: space-evenly; margin: auto; padding-bottom: 50px; border-bottom: 1px solid #ccc; } .content-foo{ text-align: center; } .content-foo h4{ color: #fff; border-bottom: 3px solid #af20d3; padding-bottom: 5px; margin-bottom: 10px; } .content-foo p{ color: #ccc; } .titulo-final{ text-align: center; font-size: 24px; margin: 20px 0 0 0; color: #9e9797; } @media screen and (max-width:900px){ header{ background-position: center; } .contenedor-sobre-nosotros{ flex-direction: column; justify-content: center; align-items: center; } .sobre-nosotros .contenido-textos{ width: 90%; } .imagen-about-us{ width: 90%; } /* Galeria */ .imagen-port{ width: 44%; } /* Clientes */ .cards{ flex-direction: column; justify-content: center; align-items: center; } .cards .card{ width: 90%; } .cards .card:first-child{ margin-bottom: 30px; } /* servicios */ .servicio-cont{ justify-content: center; flex-direction: column; } .servicio-ind{ width: 100%; text-align: center; } .servicio-ind:nth-child(1), .servicio-ind:nth-child(2){ margin-bottom: 60px; } .servicio-ind img{ width: 90%; } } @media screen and (max-width:500px){ nav{ text-align: center; padding: 30px 0 0 0; } nav > a{ margin-right: 5px; } .textos-header h1{ font-size: 35px; } .textos-header h2{ font-size: 20px; } /* ABOUT US */ .imagen-about-us{ margin-bottom: 60px; width: 99%; } .sobre-nosotros .contenido-textos{ width: 95%; } /* Galeria */ .imagen-port{ width: 95%; } /* Clients */ .cards .card{ height: 450px; display: flex; flex-direction: column; align-items: center; } .cards .card img{ width: 90px; height: 90px; } /* Footer */ .contenedor-footer{ flex-direction: column; border: none; } .content-foo{ margin-bottom: 20px; text-align: center; } .content-foo h4{ border: none; } .content-foo p{ color: #ccc; border-bottom: 1px solid #f2f2f2; padding-bottom: 20px; } .titulo-final{ font-size: 20px; } }
Distribuidora Gemsy/css/style.css
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: helvetica; } .contenedor { padding: 60px 0; width: 90%; max-width: 1000px; margin: auto; overflow: hidden; } .titulo { color: #642a73; font-size: 30px; text-align: center; margin-bottom: 60px; } /* Header */ header { width: 100%; height: 600px; background: #bc4e9c; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, hsla(340, 95%, 50%, 0.459), hsla(317, 45%, 52%, 0.664)), url(../img/fondo.jpg); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to right, hsla(340, 95%, 50%, 0.459), hsla(317, 45%, 52%, 0.664)), url(../img/fondo.jpg); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ background-size: cover; background-attachment: fixed; position: relative; } nav{ text-align: right; padding: 30px 50px 0 0; } nav > a{ color:#fff; font-weight: 300; text-decoration: none; margin-right: 10px; } nav > a:hover{ text-decoration: underline; } header .textos-header{ display: flex; height: 430px; width: 100%; align-items: center; justify-content: center; flex-direction: column; text-align: center; } .textos-header h1{ font-size: 70px; color:#fff; } .textos-header h2{ font-size: 30px; font-weight: 300; color:#fff; } .wave{ position: absolute; bottom: 0; width: 100%; } /* About us */ main .sobre-nosotros{ padding: 30px 0 60px 0; } .contenedor-sobre-nosotros{ display: flex; justify-content: space-evenly; } .imagen-about-us{ width: 48%; } .sobre-nosotros .contenido-textos{ width: 48%; } .contenido-textos h3{ margin-bottom: 15px; } .contenido-textos h3 span{ background: #4d0686; color: #fff; border-radius: 50%; display: inline-block; text-align: center; width: 30px; height: 30px; padding: 2px; box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5); margin-right: 5px; } .contenido-textos p{ padding: 0px 0px 30px 15px; font-weight: 300; text-align: justify; } /* Galeria */ .productos{ background: #f2f2f2; } .galeria-port{ display: flex; justify-content: space-evenly; flex-wrap: wrap; } .imagen-port{ width: 24%; margin-bottom: 10px; overflow: hidden; position: relative; cursor: pointer; box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5); } .imagen-port > img{ width: 100%; height: 100%; object-fit: cover; display: block; } .hover-galeria{ position: absolute; width: 100%; height: 100%; top: 0; transform: scale(0); background: rgba(227, 213, 238, 0.555); transition: transform .5s; display: flex; justify-content: center; align-items: center; flex-direction: column; } .hover-galeria img{ width: 50px; } .hover-galeria p{ color: rgb(0, 0, 0); } .imagen-port:hover .hover-galeria{ transform: scale(1); } /* Envios */ .cards{ display: flex; justify-content: space-evenly; } .cards .card{ background:#642a73; display: flex; width: 45%; height: 200px; align-items: center; justify-content: space-evenly; border-radius: 5px; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6); } .cards .card img{ width: 20%; height: 40%; object-fit: cover; border-radius: 5%; display: block; } .cards .card > .contenido-texto-card{ width: 60%; color: #fff; } .cards .card > .contenido-texto-card p{ font-weight: 300; padding-top: 5px; } /* Our team */ .about-services{ background: #f2f2f2; padding-bottom: 30px; } .servicio-cont{ display:flex; justify-content: space-between; align-items: center; } .servicio-ind{ width: 30%; text-align: center; } .servicio-ind img{ width: 75%; } .servicio-ind h3{ margin: 10px 0; } .servicio-ind p{ font-weight: 300; text-align: justify; } /* footer */ footer{ background: #414141; padding: 60px 0 30px 0; margin: auto; overflow: hidden; } .contenedor-footer{ display: flex; width: 90%; justify-content: space-evenly; margin: auto; padding-bottom: 50px; border-bottom: 1px solid #ccc; } .content-foo{ text-align: center; } .content-foo h4{ color: #fff; border-bottom: 3px solid #af20d3; padding-bottom: 5px; margin-bottom: 10px; } .content-foo p{ color: #ccc; } .titulo-final{ text-align: center; font-size: 24px; margin: 20px 0 0 0; color: #9e9797; } @media screen and (max-width:900px){ header{ background-position: center; } .contenedor-sobre-nosotros{ flex-direction: column; justify-content: center; align-items: center; } .sobre-nosotros .contenido-textos{ width: 90%; } .imagen-about-us{ width: 90%; } /* Galeria */ .imagen-port{ width: 44%; } /* Clientes */ .cards{ flex-direction: column; justify-content: center; align-items: center; } .cards .card{ width: 90%; } .cards .card:first-child{ margin-bottom: 30px; } /* servicios */ .servicio-cont{ justify-content: center; flex-direction: column; } .servicio-ind{ width: 100%; text-align: center; } .servicio-ind:nth-child(1), .servicio-ind:nth-child(2){ margin-bottom: 60px; } .servicio-ind img{ width: 90%; } } @media screen and (max-width:500px){ nav{ text-align: center; padding: 30px 0 0 0; } nav > a{ margin-right: 5px; } .textos-header h1{ font-size: 35px; } .textos-header h2{ font-size: 20px; } /* ABOUT US */ .imagen-about-us{ margin-bottom: 60px; width: 99%; } .sobre-nosotros .contenido-textos{ width: 95%; } /* Galeria */ .imagen-port{ width: 95%; } /* Clients */ .cards .card{ height: 450px; display: flex; flex-direction: column; align-items: center; } .cards .card img{ width: 90px; height: 90px; } /* Footer */ .contenedor-footer{ flex-direction: column; border: none; } .content-foo{ margin-bottom: 20px; text-align: center; } .content-foo h4{ border: none; } .content-foo p{ color: #ccc; border-bottom: 1px solid #f2f2f2; padding-bottom: 20px; } .titulo-final{ font-size: 20px; } }
0.308919
0.069226
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; } a{ text-decoration: none; } a:hover{ text-decoration: none; } header { height: 82px; background-color: rgba(211,211,211,0.5); } body{ background-image: url("../img/background.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed; } footer >.row{ height: 105px; padding-top: 14px; } footer >.container p{ position: relative; top: 29px; left: 86px; } header img{ width: 57px; position: relative; left: 187px; border-radius: 50%; } .first{ margin: 0; position: relative; margin-top: -22px; background-image: url("../img/firstimg.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed; text-align: center; } .first p{ font-weight: 900; position: relative; font-size: 41pt; line-height: 76pt; word-spacing: -1px; top: 79px; color: #84084a; text-shadow: white 1px 0px, white 1px 1px, white 0px 1px, white -1px 1px, white -1px 0px, white -1px -1px, white 0px -1px, white 1px -1px; } .active{ width: 100%; background: rgba(211,211,211,0.9); transition: all 0.4s ease; } .header_btn{ float:right; position: relative; right: 3%; } .second_btn{ float:right; position: relative; right: 3%; } .btn_top{ color: #fff; float: right; text-align: center; line-height: 2; margin: 15px 0; -webkit-transition: 0; -moz-transition: 0; -o-transition: 0; transition: 0; border: none; position: relative; font-weight: bold; text-transform: uppercase; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; font-size: 14px; padding-top: 11px; padding-bottom: 10px; padding-left: 35px; padding-right: 35px; background: #50c1e9; -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.3); -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.3); box-shadow: 0 2px 5px rgba(0,0,0,0.3); } .btn_top_active{ background: white; color: black!important; } #container{ text-align: center; max-width: 990px; margin: 0 auto; } #container h1{ font-size: 38pt; font-weight: 600; } #container h2{ font-weight: 600; } .item{ position: relative; left: 15%; border: 1px solid #333; width: 200px; height: 200px; border-radius: 50%; margin: 2%; overflow: hidden; } .item img { max-width: 120%; width: 200px; height: 200px; margin-left: -10%; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .hotTP{ font-size: 18pt; line-height: 26pt; word-spacing: -1px; font-family: Exo2Bold, sans-serif; color: black; } .item:hover img { -moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); } #whyWe img{ margin: 20px auto 5px; width: 100%; max-width: 128px; } #getContact{ width: 100%; margin: 0 auto; background: rgb(211,211,211) url(../img/footerimg.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; padding: 39px 0; } #getContact h1{ font-size: 38pt; line-height: 46pt; text-align: center; font-weight: 600; } #getContact h2{ font-size: 26pt; line-height: 32pt; text-align: center; word-spacing: -1px; } .form-group{ font-family: Lato-Regular,sans-serif; font-size: 18px; color: #000; line-height: 22px; margin-bottom: 20px; } .form-group input{ border-color: transparent; height: 40px!important; margin-top: 5px; } .form-group textarea{ border-color: transparent; resize: none; overflow-y: scroll; margin-top: 5px; border-color: dodgerblue; border-radius: 3px; } #getContact label{ display: block; } #getContact form{ max-width: 820px; margin: 0px auto; margin-bottom: 44px; } #getContact form input, textarea{ width:100%; border-color: dodgerblue; border-radius: 3px; } #getContact .submitForm{ -webkit-transition: 0; -moz-transition: 0; -o-transition: 0; transition: 0; border: none; position: relative; font-weight: bold; text-transform: uppercase; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; font-size: 14px; padding-top: 11px; padding-bottom: 10px; padding-left: 35px; padding-right: 35px; background: #50c1e9; -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.3); -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.3); box-shadow: 0 2px 5px rgba(0,0,0,0.3); top: 1px; color: #fff; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d1b5c', endColorstr='#4d1b5c'); width:156px; float: left; } #getContact .submitForm:hover{ background: grey; } footer ul li { font-size: 13pt; line-height: 20px; text-align: left; padding-left: 20px; } #errors{ position: absolute; z-index: 99999; width: 100%; color: #fff; font-size: 16px; top: 82px; background-color: red; } .alert{ position: absolute; z-index: 9999; top: 82px; width: 100%; } .row{ width: 100%; } .second_btn{ top: 10%; right: 41.5%; } @media screen and (max-width: 880px) { .product { margin-left: 5.7%; } .btn_top{ padding-left: 10px; padding-right: 10px; } .first p { font-size: 37pt; } .second_btn{ right: 109px; top: 54px; margin-bottom: 52px; } } @media (max-width: 992px){ .second_btn{ right: 34%; } } @media screen and (max-width: 1100px) and (min-width: 900px) { .product { margin-left: 6.7%; } } @media screen and (max-width: 1100px) and (min-width: 1000px) { .product { margin-left: 10.7%; } } @media screen and (max-width: 1100px) { .btn_top{ padding-left: 10px; padding-right: 10px; } .first p { font-size: 37pt; line-height: 52pt; top: 112px; } .second_btn{ right: 40%; top: 20%; margin-bottom: 52px; } } @media screen and (max-width: 700px) { .product { margin-left: 3.7%; } .item{ left: 28%; } .btn_top{ padding-left: 10px; padding-right: 10px; } .header_btn{ bottom: 94%; } .first p { font-size: 30pt; line-height: 1.5; margin-bottom: 0; } .second_btn{ right: 36%; top: 20%; margin-bottom: 52px; } #getContact .submitForm{ left: 37.5%; } } @media screen and (max-width: 420px)and (min-width: 240px) { header img { left: 6%; } .product { margin-left: 3.7%; } .item{ left: 18%; } .btn_top{ padding-left: 10px; padding-right: 10px; } .header_btn{ bottom: 94%; } .first p { font-size: 30pt; line-height: 1.5; margin-bottom: 0; } .second_btn{ right: 27%; top: 20%; margin-bottom: 52px; } #getContact .submitForm{ left: 29.5%; } .nav-footer{ float: none !important; } #getContact h1 { font-size: 35pt; } } @media screen and (max-width: 420px)and (min-width: 240px) { header img { left: 6%; } .product { margin-left: 3.7%; } .item{ left: 15%; } .btn_top{ padding-left: 10px; padding-right: 10px; } .header_btn{ bottom: 94%; } .first p { font-size: 30pt; line-height: 1.5; margin-bottom: 0; } .second_btn{ right: 26%; top: 16%; margin-bottom: 52px; } #getContact .submitForm{ left: 27.5%; } .nav-footer{ float: none !important; } #getContact h1 { font-size: 31pt; top: -36px; position: relative; } } @media screen and (max-width: 420px)and (min-width: 240px) { header img { left: 6%; } .product { margin-left: 3.7%; } .item{ left: 13.5%; } .btn_top{ padding-left: 10px; padding-right: 10px; } .header_btn{ bottom: 94%; } .first p { font-size: 30pt; line-height: 1.5; margin-bottom: 0; } .second_btn{ right: 24%; top: 14%; margin-bottom: 52px; } #getContact .submitForm{ left: 29.5%; } .nav-footer{ float: none !important; } #getContact h1 { font-size: 35pt; } } @media screen and (max-width: 370px)and (min-width: 240px) { header img { left: 6%; } .product { margin-left: 3.7%; } .item{ left: 7.5%; } .btn_top{ padding-left: 10px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; top: 5px; } .header_btn{ bottom: 94%; } .first p { font-size: 27pt; line-height: 1.3; margin-bottom: 0; } .second_btn{ right: 20%; top: 15.5%; margin-bottom: 52px; } #getContact .submitForm{ left: 25.5%; } .nav-footer{ float: none !important; } #getContact h1 { font-size: 30pt; } } @media screen and (max-width: 330px)and (min-width: 240px) { header img { left: 6%; } .product { margin-left: 3.7%; } .item{ left: 8%; } .btn_top{ padding-left: 10px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; top: 5px; } .header_btn{ bottom: 94%; } .first p { font-size: 24.7pt; line-height: 1.3; margin-bottom: 0; } .second_btn{ right: 20%; top: 18%; margin-bottom: 52px; } #getContact .submitForm{ left: 24.5%; } .nav-footer{ float: none !important; } #getContact h1 { font-size: 30pt; } }
public/css/site.css
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; } a{ text-decoration: none; } a:hover{ text-decoration: none; } header { height: 82px; background-color: rgba(211,211,211,0.5); } body{ background-image: url("../img/background.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed; } footer >.row{ height: 105px; padding-top: 14px; } footer >.container p{ position: relative; top: 29px; left: 86px; } header img{ width: 57px; position: relative; left: 187px; border-radius: 50%; } .first{ margin: 0; position: relative; margin-top: -22px; background-image: url("../img/firstimg.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed; text-align: center; } .first p{ font-weight: 900; position: relative; font-size: 41pt; line-height: 76pt; word-spacing: -1px; top: 79px; color: #84084a; text-shadow: white 1px 0px, white 1px 1px, white 0px 1px, white -1px 1px, white -1px 0px, white -1px -1px, white 0px -1px, white 1px -1px; } .active{ width: 100%; background: rgba(211,211,211,0.9); transition: all 0.4s ease; } .header_btn{ float:right; position: relative; right: 3%; } .second_btn{ float:right; position: relative; right: 3%; } .btn_top{ color: #fff; float: right; text-align: center; line-height: 2; margin: 15px 0; -webkit-transition: 0; -moz-transition: 0; -o-transition: 0; transition: 0; border: none; position: relative; font-weight: bold; text-transform: uppercase; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; font-size: 14px; padding-top: 11px; padding-bottom: 10px; padding-left: 35px; padding-right: 35px; background: #50c1e9; -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.3); -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.3); box-shadow: 0 2px 5px rgba(0,0,0,0.3); } .btn_top_active{ background: white; color: black!important; } #container{ text-align: center; max-width: 990px; margin: 0 auto; } #container h1{ font-size: 38pt; font-weight: 600; } #container h2{ font-weight: 600; } .item{ position: relative; left: 15%; border: 1px solid #333; width: 200px; height: 200px; border-radius: 50%; margin: 2%; overflow: hidden; } .item img { max-width: 120%; width: 200px; height: 200px; margin-left: -10%; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .hotTP{ font-size: 18pt; line-height: 26pt; word-spacing: -1px; font-family: Exo2Bold, sans-serif; color: black; } .item:hover img { -moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); } #whyWe img{ margin: 20px auto 5px; width: 100%; max-width: 128px; } #getContact{ width: 100%; margin: 0 auto; background: rgb(211,211,211) url(../img/footerimg.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; padding: 39px 0; } #getContact h1{ font-size: 38pt; line-height: 46pt; text-align: center; font-weight: 600; } #getContact h2{ font-size: 26pt; line-height: 32pt; text-align: center; word-spacing: -1px; } .form-group{ font-family: Lato-Regular,sans-serif; font-size: 18px; color: #000; line-height: 22px; margin-bottom: 20px; } .form-group input{ border-color: transparent; height: 40px!important; margin-top: 5px; } .form-group textarea{ border-color: transparent; resize: none; overflow-y: scroll; margin-top: 5px; border-color: dodgerblue; border-radius: 3px; } #getContact label{ display: block; } #getContact form{ max-width: 820px; margin: 0px auto; margin-bottom: 44px; } #getContact form input, textarea{ width:100%; border-color: dodgerblue; border-radius: 3px; } #getContact .submitForm{ -webkit-transition: 0; -moz-transition: 0; -o-transition: 0; transition: 0; border: none; position: relative; font-weight: bold; text-transform: uppercase; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; font-size: 14px; padding-top: 11px; padding-bottom: 10px; padding-left: 35px; padding-right: 35px; background: #50c1e9; -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.3); -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.3); box-shadow: 0 2px 5px rgba(0,0,0,0.3); top: 1px; color: #fff; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d1b5c', endColorstr='#4d1b5c'); width:156px; float: left; } #getContact .submitForm:hover{ background: grey; } footer ul li { font-size: 13pt; line-height: 20px; text-align: left; padding-left: 20px; } #errors{ position: absolute; z-index: 99999; width: 100%; color: #fff; font-size: 16px; top: 82px; background-color: red; } .alert{ position: absolute; z-index: 9999; top: 82px; width: 100%; } .row{ width: 100%; } .second_btn{ top: 10%; right: 41.5%; } @media screen and (max-width: 880px) { .product { margin-left: 5.7%; } .btn_top{ padding-left: 10px; padding-right: 10px; } .first p { font-size: 37pt; } .second_btn{ right: 109px; top: 54px; margin-bottom: 52px; } } @media (max-width: 992px){ .second_btn{ right: 34%; } } @media screen and (max-width: 1100px) and (min-width: 900px) { .product { margin-left: 6.7%; } } @media screen and (max-width: 1100px) and (min-width: 1000px) { .product { margin-left: 10.7%; } } @media screen and (max-width: 1100px) { .btn_top{ padding-left: 10px; padding-right: 10px; } .first p { font-size: 37pt; line-height: 52pt; top: 112px; } .second_btn{ right: 40%; top: 20%; margin-bottom: 52px; } } @media screen and (max-width: 700px) { .product { margin-left: 3.7%; } .item{ left: 28%; } .btn_top{ padding-left: 10px; padding-right: 10px; } .header_btn{ bottom: 94%; } .first p { font-size: 30pt; line-height: 1.5; margin-bottom: 0; } .second_btn{ right: 36%; top: 20%; margin-bottom: 52px; } #getContact .submitForm{ left: 37.5%; } } @media screen and (max-width: 420px)and (min-width: 240px) { header img { left: 6%; } .product { margin-left: 3.7%; } .item{ left: 18%; } .btn_top{ padding-left: 10px; padding-right: 10px; } .header_btn{ bottom: 94%; } .first p { font-size: 30pt; line-height: 1.5; margin-bottom: 0; } .second_btn{ right: 27%; top: 20%; margin-bottom: 52px; } #getContact .submitForm{ left: 29.5%; } .nav-footer{ float: none !important; } #getContact h1 { font-size: 35pt; } } @media screen and (max-width: 420px)and (min-width: 240px) { header img { left: 6%; } .product { margin-left: 3.7%; } .item{ left: 15%; } .btn_top{ padding-left: 10px; padding-right: 10px; } .header_btn{ bottom: 94%; } .first p { font-size: 30pt; line-height: 1.5; margin-bottom: 0; } .second_btn{ right: 26%; top: 16%; margin-bottom: 52px; } #getContact .submitForm{ left: 27.5%; } .nav-footer{ float: none !important; } #getContact h1 { font-size: 31pt; top: -36px; position: relative; } } @media screen and (max-width: 420px)and (min-width: 240px) { header img { left: 6%; } .product { margin-left: 3.7%; } .item{ left: 13.5%; } .btn_top{ padding-left: 10px; padding-right: 10px; } .header_btn{ bottom: 94%; } .first p { font-size: 30pt; line-height: 1.5; margin-bottom: 0; } .second_btn{ right: 24%; top: 14%; margin-bottom: 52px; } #getContact .submitForm{ left: 29.5%; } .nav-footer{ float: none !important; } #getContact h1 { font-size: 35pt; } } @media screen and (max-width: 370px)and (min-width: 240px) { header img { left: 6%; } .product { margin-left: 3.7%; } .item{ left: 7.5%; } .btn_top{ padding-left: 10px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; top: 5px; } .header_btn{ bottom: 94%; } .first p { font-size: 27pt; line-height: 1.3; margin-bottom: 0; } .second_btn{ right: 20%; top: 15.5%; margin-bottom: 52px; } #getContact .submitForm{ left: 25.5%; } .nav-footer{ float: none !important; } #getContact h1 { font-size: 30pt; } } @media screen and (max-width: 330px)and (min-width: 240px) { header img { left: 6%; } .product { margin-left: 3.7%; } .item{ left: 8%; } .btn_top{ padding-left: 10px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; top: 5px; } .header_btn{ bottom: 94%; } .first p { font-size: 24.7pt; line-height: 1.3; margin-bottom: 0; } .second_btn{ right: 20%; top: 18%; margin-bottom: 52px; } #getContact .submitForm{ left: 24.5%; } .nav-footer{ float: none !important; } #getContact h1 { font-size: 30pt; } }
0.336549
0.086285
@CHARSET "UTF-8"; #main { position: relative; bottom: 50px; } .title { mrgin-top: -500px; text-align: center; } #admin-contents { width: 453px; height: 50px; top: 0; bottom: 0; left: 0; right: 0; position: absolute; margin: auto; } body { width: 100%; font-family: 'メイリオ', sans-serif; font-size: 18px; color: #333333; /* 黒 */ } .text-title { text-align: center; } input.txt2 { height: 40px; /*入力欄の縦の長さ*/ width: 450px; /*入力欄の横の長さ*/ background-color: #f7f7f7; /*入力欄の中の色*/ border-radius: 5px; /*入力欄の角の丸み*/ font-size: 18px; /*入力欄の文字サイズ*/ } .productDescription { resize: none; height: 200px; /*入力欄の縦の長さ*/ width: 450px; /*入力欄の横の長さ*/ background-color: #f7f7f7; /*入力欄の中の色*/ border-radius: 5px; /*入力欄の角の丸み*/ font-size: 18px; /*入力欄の文字サイズ*/ } .errormessage { color: #ed7d22; } input.txt3 { height: 40px; /*入力欄の縦の長さ*/ width: 450px; /*入力欄の横の長さ*/ background-color: #f7f7f7; /*入力欄の中の色*/ border-radius: 5px; /*入力欄の角の丸み*/ font-size: 18px; height: 40px; /*入力欄の文字サイズ*/ } textarea { resize: none; height: 200px; /*入力欄の縦の長さ*/ width: 450px; /*入力欄の横の長さ*/ background-color: #f7f7f7; /*入力欄の中の色*/ border-radius: 5px; /*入力欄の角の丸み*/ font-size: 18px; /*入力欄の文字サイズ*/ } textfield { resize: none; height: 200px; /*入力欄の縦の長さ*/ width: 450px; /*入力欄の横の長さ*/ background-color: #f7f7f7; /*入力欄の中の色*/ border-radius: 5px; /*入力欄の角の丸み*/ font-size: 18px; /*入力欄の文字サイズ*/ } select { width: 225px; height: 40px; background-color: #f7f7f7; border-radius: 5px; } .AllBox { width: 450px; } .submit_btn { font-size: 20px; clear: both; width: 200px; height: 40px; margin: 5px; color: #FFF; background: #ed7d22; border-radius: 20px; box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05); border: solid 2px #d27d00; outline: 0; /*変な枠線を非表示に*/ cursor: pointer; /*マウスを乗せたとき指マークにする*/ position: relative; left: 120px; } #correction { position: relative; left: 200px; color: #ed7d22; } img { width: 225px; max-height: 225px; } header img{ width: auto; height: 70px; margin-left: 20px; display: block; z-index:1; }
WebContent/css/addProduct.css
@CHARSET "UTF-8"; #main { position: relative; bottom: 50px; } .title { mrgin-top: -500px; text-align: center; } #admin-contents { width: 453px; height: 50px; top: 0; bottom: 0; left: 0; right: 0; position: absolute; margin: auto; } body { width: 100%; font-family: 'メイリオ', sans-serif; font-size: 18px; color: #333333; /* 黒 */ } .text-title { text-align: center; } input.txt2 { height: 40px; /*入力欄の縦の長さ*/ width: 450px; /*入力欄の横の長さ*/ background-color: #f7f7f7; /*入力欄の中の色*/ border-radius: 5px; /*入力欄の角の丸み*/ font-size: 18px; /*入力欄の文字サイズ*/ } .productDescription { resize: none; height: 200px; /*入力欄の縦の長さ*/ width: 450px; /*入力欄の横の長さ*/ background-color: #f7f7f7; /*入力欄の中の色*/ border-radius: 5px; /*入力欄の角の丸み*/ font-size: 18px; /*入力欄の文字サイズ*/ } .errormessage { color: #ed7d22; } input.txt3 { height: 40px; /*入力欄の縦の長さ*/ width: 450px; /*入力欄の横の長さ*/ background-color: #f7f7f7; /*入力欄の中の色*/ border-radius: 5px; /*入力欄の角の丸み*/ font-size: 18px; height: 40px; /*入力欄の文字サイズ*/ } textarea { resize: none; height: 200px; /*入力欄の縦の長さ*/ width: 450px; /*入力欄の横の長さ*/ background-color: #f7f7f7; /*入力欄の中の色*/ border-radius: 5px; /*入力欄の角の丸み*/ font-size: 18px; /*入力欄の文字サイズ*/ } textfield { resize: none; height: 200px; /*入力欄の縦の長さ*/ width: 450px; /*入力欄の横の長さ*/ background-color: #f7f7f7; /*入力欄の中の色*/ border-radius: 5px; /*入力欄の角の丸み*/ font-size: 18px; /*入力欄の文字サイズ*/ } select { width: 225px; height: 40px; background-color: #f7f7f7; border-radius: 5px; } .AllBox { width: 450px; } .submit_btn { font-size: 20px; clear: both; width: 200px; height: 40px; margin: 5px; color: #FFF; background: #ed7d22; border-radius: 20px; box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05); border: solid 2px #d27d00; outline: 0; /*変な枠線を非表示に*/ cursor: pointer; /*マウスを乗せたとき指マークにする*/ position: relative; left: 120px; } #correction { position: relative; left: 200px; color: #ed7d22; } img { width: 225px; max-height: 225px; } header img{ width: auto; height: 70px; margin-left: 20px; display: block; z-index:1; }
0.198569
0.084985
footer .cart span { background: url(/static/base/img/cart1.png) no-repeat; background-size: 0.513889rem; } footer .cart{ color: gold; } body{ width: 100%; height: 100%; position: absolute; /*设置使最外层的框架固定不动使内部的可以动*/ } .contents{ width: 100%; height: 100%; position: fixed; overflow-y: auto; overflow-x: hidden; padding-bottom: 3rem; } .mycontent{ margin-top: 1.5rem; overflow-y: auto; overflow-x: hidden; } .cartgoods{ width: 100%; height: 2.5rem; overflow: hidden; position: relative; } .uleft{ float: left; width: 4rem; overflow: hidden; } .uright{ float: right; width: 6rem; } .uright p:first-child{ height: 0.7rem; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .uright p:last-child{ color: red; } .usleft{ float: left; line-height: 2.5rem; text-align: center; width: 1.5rem; height: 100%; } .usright{ float: right; } .usleft img{ width: 1rem; } .usright img{ height: 2.5rem; } /*操作购物车*/ .cartcontent{ height: 0.8rem; width: 3.6rem; background: yellow; position: absolute; bottom: 0.05rem; left: 4rem; overflow: hidden; } .cartcontent div{ float: left; } .mynum{ width: 2rem; height: 0.8rem; background: #cccccc; border: 0.01rem solid red; text-align: center; line-height: 0.8rem; } .mycartleft{ font-size: 1rem; font-weight: bold; width: 0.8rem !important; height: 0.8rem; text-align: center; line-height: 0.8rem; /*border-radius: 50%;*/ background: red; /*position: absolute;*/ /*bottom: 0.05rem;*/ /*left: 4rem;*/ color: white; } .mycartright{ font-size: 1rem; font-weight: bold; width: 0.8rem !important; height: 0.8rem; text-align: center; line-height: 0.8rem; /*border-radius: 50%;*/ background: red; /*position: absolute;*/ /*bottom: 0.05rem;*/ /*left: 4rem;*/ color: white; } /**/ #mytrue{ background-color: white; width: 100%; height: 1.5rem; position: fixed; bottom: 1.5rem; overflow: hidden; } #mytrue div{ float: left; } .myleft{ height: 100%; width: 1.5rem; /*background: yellow;*/ line-height: 1.5rem; text-align: center; } .myleft img{ width: 1rem; } .mycenter{ height: 100%; width: 5rem; /*background: blue;*/ overflow: hidden; } .centerleft{ height: 100%; width: 2rem; /*background: blue;*/ float: left; font-size: 0.5rem; line-height: 1.5rem; color: black; text-align: center; } .myprece{ height: 100%; width: 3rem; /*background: blue;*/ float: right; font-size: 0.5rem; line-height: 1.5rem; color: black; text-align: center; } .myright{ height: 100%; width: 3.5rem; background: pink; font-size: 0.8rem; line-height: 1.5rem; text-align: center; color: black; } /*删除按钮*/ .mydel{ width: 1.2rem; height: 0.8rem; line-height: 0.8rem; text-align: center; font-size: 0.5rem; color: #ccc; background: cyan; position: fixed; right: 0.5rem; top: 0.6rem; }
AxfProject/static/cart02/css/cart.css
footer .cart span { background: url(/static/base/img/cart1.png) no-repeat; background-size: 0.513889rem; } footer .cart{ color: gold; } body{ width: 100%; height: 100%; position: absolute; /*设置使最外层的框架固定不动使内部的可以动*/ } .contents{ width: 100%; height: 100%; position: fixed; overflow-y: auto; overflow-x: hidden; padding-bottom: 3rem; } .mycontent{ margin-top: 1.5rem; overflow-y: auto; overflow-x: hidden; } .cartgoods{ width: 100%; height: 2.5rem; overflow: hidden; position: relative; } .uleft{ float: left; width: 4rem; overflow: hidden; } .uright{ float: right; width: 6rem; } .uright p:first-child{ height: 0.7rem; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .uright p:last-child{ color: red; } .usleft{ float: left; line-height: 2.5rem; text-align: center; width: 1.5rem; height: 100%; } .usright{ float: right; } .usleft img{ width: 1rem; } .usright img{ height: 2.5rem; } /*操作购物车*/ .cartcontent{ height: 0.8rem; width: 3.6rem; background: yellow; position: absolute; bottom: 0.05rem; left: 4rem; overflow: hidden; } .cartcontent div{ float: left; } .mynum{ width: 2rem; height: 0.8rem; background: #cccccc; border: 0.01rem solid red; text-align: center; line-height: 0.8rem; } .mycartleft{ font-size: 1rem; font-weight: bold; width: 0.8rem !important; height: 0.8rem; text-align: center; line-height: 0.8rem; /*border-radius: 50%;*/ background: red; /*position: absolute;*/ /*bottom: 0.05rem;*/ /*left: 4rem;*/ color: white; } .mycartright{ font-size: 1rem; font-weight: bold; width: 0.8rem !important; height: 0.8rem; text-align: center; line-height: 0.8rem; /*border-radius: 50%;*/ background: red; /*position: absolute;*/ /*bottom: 0.05rem;*/ /*left: 4rem;*/ color: white; } /**/ #mytrue{ background-color: white; width: 100%; height: 1.5rem; position: fixed; bottom: 1.5rem; overflow: hidden; } #mytrue div{ float: left; } .myleft{ height: 100%; width: 1.5rem; /*background: yellow;*/ line-height: 1.5rem; text-align: center; } .myleft img{ width: 1rem; } .mycenter{ height: 100%; width: 5rem; /*background: blue;*/ overflow: hidden; } .centerleft{ height: 100%; width: 2rem; /*background: blue;*/ float: left; font-size: 0.5rem; line-height: 1.5rem; color: black; text-align: center; } .myprece{ height: 100%; width: 3rem; /*background: blue;*/ float: right; font-size: 0.5rem; line-height: 1.5rem; color: black; text-align: center; } .myright{ height: 100%; width: 3.5rem; background: pink; font-size: 0.8rem; line-height: 1.5rem; text-align: center; color: black; } /*删除按钮*/ .mydel{ width: 1.2rem; height: 0.8rem; line-height: 0.8rem; text-align: center; font-size: 0.5rem; color: #ccc; background: cyan; position: fixed; right: 0.5rem; top: 0.6rem; }
0.44746
0.089733
.carousel-control-next, .carousel-control-prev { width: 4%; } .image-hover img{ -webkit-transform: scale(1); transform: scale(1); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; } .image-hover img:hover{ -webkit-transform: scale(1.05); transform: scale(1.05); box-shadow: 0px 0px 30px 5px #d9d9d987; margin-top: -10px; margin-bottom: 10px; } .border-grey { border: 1px solid #e7e7e7; border-radius: 8px; } header.masthead { position: relative; background-color: #343a40; background: url("../img/ginex-salary-survey-welcome.jpg") no-repeat center center; background-size: cover; background-attachment:scroll; padding-top: 11rem; padding-bottom: 8rem; box-shadow:.3px .3px 5px 1px #999; height: 100vh; } header.masthead .overlay { position: absolute; background-color: #212529; height: 100%; width: 100%; top: 0; left: 0; opacity: 0.3; } header.masthead h1 { font-size: 2rem; } .showcase .showcase-text { padding: 3rem; } .showcase .showcase-img { min-height: 23rem; background-size: cover; } .benefit { padding-top: 3rem; padding-bottom: 1rem; } /*---------------------------- Link in header ------------------------------*/ .navbar-light .navbar-nav .nav-link { color: rgba(0,0,0,.7); } .nav-link.menu-item { display: inline-block; position: relative; color: #797979; padding-left: 0.5rem; padding-right: .5rem;} .nav-link.menu-item:hover { color: #4e8fd1 !important;} .nav-link.menu-item:before, .nav-link.menu-item:after { content: ''; position: absolute; bottom: .5em; height: 3px; transition: all 0.3s cubic-bezier(0.15, 0.29, 0.42, 0.63); } .nav-link.menu-item:hover:before, .nav-link.menu-item:hover:after { transition: all 0.3s cubic-bezier(0.54, 0.38, 0.85, 0.54); } .nav-link.menu-item:before { left: .5rem; right: 100%; border-top: 1px solid; } .nav-link.menu-item:after { right: .5rem; left: 100%; border-top: 1px solid; height: 2px; } .nav-link.menu-item.current:before, .nav-link.menu-item:hover:before { right: .5rem; } .nav-link.menu-item.current:after, .nav-link.menu-item:hover:after { left: .5rem; } /*------------------------ button in header -------------------------*/ .button{ display: inline-block; text-transform: uppercase; border-radius: 10em; border: 3px solid #4e8fd1; text-align: center; line-height: 1; transition: all .25s; padding:6px 8px; font-size: 12px; font-weight: bold; font-family: "Open Sans", Arial, sans-serif; } .button.button--slim{ border-width: 2px; } .button.button--ghost{ color: #4e8fd1; border-color: #4e8fd1; background: transparent; } .button:hover{ color: #fff; border-collapse: #4e8fd1; background: #4e8fd1; text-decoration: none; } /*---------------------- Log-in-form ------------------------*/ .form-signin { width: 100%; max-width: 330px; padding: 15px; margin: 0 auto; border-radius: 5px; } .form-signin .checkbox { font-weight: 400; } .form-signin .form-control { position: relative; box-sizing: border-box; height: auto; padding: 10px; font-size: 16px; } .form-signin .form-control:focus { z-index: 2; } .form-signin input[type="email"] { margin-bottom: -1px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .form-signin input[type="password"] { margin-bottom: 10px; border-top-left-radius: 0; border-top-right-radius: 0; } /*-------------------------- modify bootstrap navigation ---------------------------*/ nav a.link{ color: #333; padding: 10px 15px; text-decoration: none; display: inline-block; transition: .1s ease-in; font-size: 80%; border-radius: .25rem; } nav a.link:hover{ background-color: #007bff; color: #fff; } nav.navbar{ box-shadow:.3px .3px 5px 1px #999; padding: .35em 0em; } /* ------------------ Page section --------------------*/ .page-section { padding: 3.5rem 0; } .text-white { color: #fff!important; } /* ------------------ Footer --------------------*/ footer{ color: #fff; background-color: #222; } footer ul{ list-style: none; } footer i.fas{ color: var(--success); } footer .mission i.fas{ color: #fff; } footer ul li{ padding: 3px; } .footer-block-title span{ color: #fff; font-weight: 700; font-size: 18px; padding: 3px 0px 6px 0px; border-bottom: 3px solid var(--warning); text-transform: uppercase; } footer .mission{ font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14.5px; } /* ---------------------- custom form -----------------------*/ form.ticksy-form .field{ background: #fff; border-radius: 3px; border: 1px solid #ccc; width: 100%; font-size: 14px; line-height: 35px; height: 35px; padding: 0px 53px 0px 10px; color: #333; } .ticksy-form p { position: relative; margin-bottom: 0px; } form.ticksy-form p .required{ color: #E85E3C; position: absolute; top: 12px; right: 18px; font-size: 10px; line-height: 1; } /*------------------------ pricing ------------------------*/ .pricingTable{ text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, .3); transition: all .3s ease 0s; } .pricingTable:hover{ margin-top: -20px; } .pricingTable > .pricingTable-header{ color: #fff; } .pricingTable-header > .heading{ background: #727cb6; display: block; padding: 20px; margin-bottom: 5px; } .heading > h3{ text-transform: capitalize; margin: 0; } .pricingTable-header > .price-value{ padding: 2px; background: #5f6795; display: block; font-size: 32px; } .pricingTable:hover .price-value > .price, .pricingTable .price-value > .mo{ display: none; } .pricingTable:hover .price-value > .mo{ display: block; } .pricingTable > .pricingContent{ margin-top: 5px; } .pricingContent > ul{ padding: 0; list-style: none; margin-bottom: 5px; } .pricingContent > ul > li{ padding: 8px 20px; border-bottom: 1px solid #dddddd; } .pricingContent > ul > li:nth-child(odd){ background: #ECF0F1; } .pricingTable > .pricingTable-sign-up{ padding: 15px 0; border: 1px solid #ecf0f1; } .pricingTable-sign-up > .btn-block{ width: 80%; margin: 0 auto; background: #727cb6; border: 0px none; color:#fff; text-transform: capitalize; font-weight: bold; border-radius: 0px; } .pricingTable-sign-up > .btn-block:hover{ background: #5f6795; color:#fff; } .blue .heading,.blue .btn-block{ background: #3498db; } .blue .price-value,.blue .btn-block:hover{ background: #3480b7; } .pink .heading,.pink .btn-block{ background: #ed687c; } .pink .price-value,.pink .btn-block:hover{ background: #bb5163; } .yellow .heading,.yellow .btn-block{ background: #28a745; } .yellow .price-value,.yellow .btn-block:hover{ background: #218838; } @media only screen and (max-width: 768px){ .pricingTable{ margin-bottom: 80px; } } /*------------------- responsive --------------------*/ @media (min-width: 768px) { header.masthead { padding-top: 12rem; padding-bottom: 12rem; } header.masthead h1 { font-size: 3rem; } } @media (min-width: 768px) { .showcase .showcase-text { padding: 3rem; } } @media screen and (max-width: 768px){ #welcome-heading{ font-size: 18px; } }
public/css/survey-home.css
.carousel-control-next, .carousel-control-prev { width: 4%; } .image-hover img{ -webkit-transform: scale(1); transform: scale(1); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; } .image-hover img:hover{ -webkit-transform: scale(1.05); transform: scale(1.05); box-shadow: 0px 0px 30px 5px #d9d9d987; margin-top: -10px; margin-bottom: 10px; } .border-grey { border: 1px solid #e7e7e7; border-radius: 8px; } header.masthead { position: relative; background-color: #343a40; background: url("../img/ginex-salary-survey-welcome.jpg") no-repeat center center; background-size: cover; background-attachment:scroll; padding-top: 11rem; padding-bottom: 8rem; box-shadow:.3px .3px 5px 1px #999; height: 100vh; } header.masthead .overlay { position: absolute; background-color: #212529; height: 100%; width: 100%; top: 0; left: 0; opacity: 0.3; } header.masthead h1 { font-size: 2rem; } .showcase .showcase-text { padding: 3rem; } .showcase .showcase-img { min-height: 23rem; background-size: cover; } .benefit { padding-top: 3rem; padding-bottom: 1rem; } /*---------------------------- Link in header ------------------------------*/ .navbar-light .navbar-nav .nav-link { color: rgba(0,0,0,.7); } .nav-link.menu-item { display: inline-block; position: relative; color: #797979; padding-left: 0.5rem; padding-right: .5rem;} .nav-link.menu-item:hover { color: #4e8fd1 !important;} .nav-link.menu-item:before, .nav-link.menu-item:after { content: ''; position: absolute; bottom: .5em; height: 3px; transition: all 0.3s cubic-bezier(0.15, 0.29, 0.42, 0.63); } .nav-link.menu-item:hover:before, .nav-link.menu-item:hover:after { transition: all 0.3s cubic-bezier(0.54, 0.38, 0.85, 0.54); } .nav-link.menu-item:before { left: .5rem; right: 100%; border-top: 1px solid; } .nav-link.menu-item:after { right: .5rem; left: 100%; border-top: 1px solid; height: 2px; } .nav-link.menu-item.current:before, .nav-link.menu-item:hover:before { right: .5rem; } .nav-link.menu-item.current:after, .nav-link.menu-item:hover:after { left: .5rem; } /*------------------------ button in header -------------------------*/ .button{ display: inline-block; text-transform: uppercase; border-radius: 10em; border: 3px solid #4e8fd1; text-align: center; line-height: 1; transition: all .25s; padding:6px 8px; font-size: 12px; font-weight: bold; font-family: "Open Sans", Arial, sans-serif; } .button.button--slim{ border-width: 2px; } .button.button--ghost{ color: #4e8fd1; border-color: #4e8fd1; background: transparent; } .button:hover{ color: #fff; border-collapse: #4e8fd1; background: #4e8fd1; text-decoration: none; } /*---------------------- Log-in-form ------------------------*/ .form-signin { width: 100%; max-width: 330px; padding: 15px; margin: 0 auto; border-radius: 5px; } .form-signin .checkbox { font-weight: 400; } .form-signin .form-control { position: relative; box-sizing: border-box; height: auto; padding: 10px; font-size: 16px; } .form-signin .form-control:focus { z-index: 2; } .form-signin input[type="email"] { margin-bottom: -1px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .form-signin input[type="password"] { margin-bottom: 10px; border-top-left-radius: 0; border-top-right-radius: 0; } /*-------------------------- modify bootstrap navigation ---------------------------*/ nav a.link{ color: #333; padding: 10px 15px; text-decoration: none; display: inline-block; transition: .1s ease-in; font-size: 80%; border-radius: .25rem; } nav a.link:hover{ background-color: #007bff; color: #fff; } nav.navbar{ box-shadow:.3px .3px 5px 1px #999; padding: .35em 0em; } /* ------------------ Page section --------------------*/ .page-section { padding: 3.5rem 0; } .text-white { color: #fff!important; } /* ------------------ Footer --------------------*/ footer{ color: #fff; background-color: #222; } footer ul{ list-style: none; } footer i.fas{ color: var(--success); } footer .mission i.fas{ color: #fff; } footer ul li{ padding: 3px; } .footer-block-title span{ color: #fff; font-weight: 700; font-size: 18px; padding: 3px 0px 6px 0px; border-bottom: 3px solid var(--warning); text-transform: uppercase; } footer .mission{ font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14.5px; } /* ---------------------- custom form -----------------------*/ form.ticksy-form .field{ background: #fff; border-radius: 3px; border: 1px solid #ccc; width: 100%; font-size: 14px; line-height: 35px; height: 35px; padding: 0px 53px 0px 10px; color: #333; } .ticksy-form p { position: relative; margin-bottom: 0px; } form.ticksy-form p .required{ color: #E85E3C; position: absolute; top: 12px; right: 18px; font-size: 10px; line-height: 1; } /*------------------------ pricing ------------------------*/ .pricingTable{ text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, .3); transition: all .3s ease 0s; } .pricingTable:hover{ margin-top: -20px; } .pricingTable > .pricingTable-header{ color: #fff; } .pricingTable-header > .heading{ background: #727cb6; display: block; padding: 20px; margin-bottom: 5px; } .heading > h3{ text-transform: capitalize; margin: 0; } .pricingTable-header > .price-value{ padding: 2px; background: #5f6795; display: block; font-size: 32px; } .pricingTable:hover .price-value > .price, .pricingTable .price-value > .mo{ display: none; } .pricingTable:hover .price-value > .mo{ display: block; } .pricingTable > .pricingContent{ margin-top: 5px; } .pricingContent > ul{ padding: 0; list-style: none; margin-bottom: 5px; } .pricingContent > ul > li{ padding: 8px 20px; border-bottom: 1px solid #dddddd; } .pricingContent > ul > li:nth-child(odd){ background: #ECF0F1; } .pricingTable > .pricingTable-sign-up{ padding: 15px 0; border: 1px solid #ecf0f1; } .pricingTable-sign-up > .btn-block{ width: 80%; margin: 0 auto; background: #727cb6; border: 0px none; color:#fff; text-transform: capitalize; font-weight: bold; border-radius: 0px; } .pricingTable-sign-up > .btn-block:hover{ background: #5f6795; color:#fff; } .blue .heading,.blue .btn-block{ background: #3498db; } .blue .price-value,.blue .btn-block:hover{ background: #3480b7; } .pink .heading,.pink .btn-block{ background: #ed687c; } .pink .price-value,.pink .btn-block:hover{ background: #bb5163; } .yellow .heading,.yellow .btn-block{ background: #28a745; } .yellow .price-value,.yellow .btn-block:hover{ background: #218838; } @media only screen and (max-width: 768px){ .pricingTable{ margin-bottom: 80px; } } /*------------------- responsive --------------------*/ @media (min-width: 768px) { header.masthead { padding-top: 12rem; padding-bottom: 12rem; } header.masthead h1 { font-size: 3rem; } } @media (min-width: 768px) { .showcase .showcase-text { padding: 3rem; } } @media screen and (max-width: 768px){ #welcome-heading{ font-size: 18px; } }
0.424173
0.077553
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, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } /* Let's go for the actual style */ body { background-color: #EEEEEE; font-family: 'Noto Sans'; } header { text-shadow:0 5px 6px rgba(150,150,150,0.69); text-align: center; color: #1182DB; } header > h1 { font-size: 300%; } header > h2 { margin-left: 1em; font-size: 120%; } header > p.status { font-weight: bold; margin: 1em; color: red; } input[type="text"] { background-color: white; color: #404552; border: 0px; border-bottom: 2px solid #2196F3; font-size: 1.1em; margin-left: 8px; padding-left: 4px; } .searchbar { width: 50%; margin: auto; } .searchbar input[type="text"] { width: 100%; margin: auto; font-size: 1.4em; text-align: center; } .searchbar input[type="text"]::placeholder { text-align: center; } .searchbar input[type="text"]:focus::-webkit-input-placeholder { opacity: 0; } .searchbar input[type="text"]:focus::-moz-placeholder { opacity: 0; } .searchbar input[type="text"]:focus:-moz-placeholder { opacity: 0; } .searchbar input[type="text"]:focus:-ms-input-placeholder { opacity: 0; } .searchbar > h3 { font-size: 150%; font-weight: bold; color: #1182DB; } section { background-color: #FFFFFF; width: 80%; margin: 30px auto; padding: 10px 15px; text-align: center; box-shadow: 0px 1px 2px rgba(0,0,0, 0.25); } section.footer { opacity: 0.5; } section.footer:hover { opacity: 1; } section.footer .version { font-size: 80%; } section > h2 { font-size: 200%; font-weight: bold; } a, a:link, a:visited { color: #2196F3; } button { line-height: 1.9em; color: #FFF; font-weight: bold; vertical-align: middle; padding: 6px 12px; margin: 12px auto 0px; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); border-radius: 2px; border: 1px solid transparent; min-width: 140px; background: #2196F3 none repeat scroll 0% 0%; cursor: pointer; width: calc(20% - 4px); } button.small { width: auto; line-height: 1.2em; } .description { margin: 10px; text-decoration: underline; } h5 { margin: 20px; font-weight: bold; } form { margin-bottom: 6px; } .maintainer { font-size: 60%; text-align: right; } .secure-warning { background-color: #ffc600; color: #5f5f5f; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); border-radius: 2px; border: 1px solid transparent; width: 80%; margin: auto; margin-bottom: 6px; } form { display: none; } h5 { display: none; } .showmore-box { display: none; } .showmore, .showless { color: #888888; cursor: pointer; } .showmore-box:checked ~ .showmore { display: none; } .showmore-box:not(:checked) ~ .showless { display: none; } .showmore-box:checked ~ form, .showmore-box:checked ~ h5 { display: block; } /* Additional styles for error pages */ .exception-message { background-color: #c00000; color: #FFFFFF; font-weight: bold; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); border-radius: 2px; border: 1px solid transparent; width: 80%; margin: auto; margin-bottom: 6px; } .advice { margin-left: auto; margin-right: auto; display: table; } .advice > li { text-align: left; }
static/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, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } /* Let's go for the actual style */ body { background-color: #EEEEEE; font-family: 'Noto Sans'; } header { text-shadow:0 5px 6px rgba(150,150,150,0.69); text-align: center; color: #1182DB; } header > h1 { font-size: 300%; } header > h2 { margin-left: 1em; font-size: 120%; } header > p.status { font-weight: bold; margin: 1em; color: red; } input[type="text"] { background-color: white; color: #404552; border: 0px; border-bottom: 2px solid #2196F3; font-size: 1.1em; margin-left: 8px; padding-left: 4px; } .searchbar { width: 50%; margin: auto; } .searchbar input[type="text"] { width: 100%; margin: auto; font-size: 1.4em; text-align: center; } .searchbar input[type="text"]::placeholder { text-align: center; } .searchbar input[type="text"]:focus::-webkit-input-placeholder { opacity: 0; } .searchbar input[type="text"]:focus::-moz-placeholder { opacity: 0; } .searchbar input[type="text"]:focus:-moz-placeholder { opacity: 0; } .searchbar input[type="text"]:focus:-ms-input-placeholder { opacity: 0; } .searchbar > h3 { font-size: 150%; font-weight: bold; color: #1182DB; } section { background-color: #FFFFFF; width: 80%; margin: 30px auto; padding: 10px 15px; text-align: center; box-shadow: 0px 1px 2px rgba(0,0,0, 0.25); } section.footer { opacity: 0.5; } section.footer:hover { opacity: 1; } section.footer .version { font-size: 80%; } section > h2 { font-size: 200%; font-weight: bold; } a, a:link, a:visited { color: #2196F3; } button { line-height: 1.9em; color: #FFF; font-weight: bold; vertical-align: middle; padding: 6px 12px; margin: 12px auto 0px; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); border-radius: 2px; border: 1px solid transparent; min-width: 140px; background: #2196F3 none repeat scroll 0% 0%; cursor: pointer; width: calc(20% - 4px); } button.small { width: auto; line-height: 1.2em; } .description { margin: 10px; text-decoration: underline; } h5 { margin: 20px; font-weight: bold; } form { margin-bottom: 6px; } .maintainer { font-size: 60%; text-align: right; } .secure-warning { background-color: #ffc600; color: #5f5f5f; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); border-radius: 2px; border: 1px solid transparent; width: 80%; margin: auto; margin-bottom: 6px; } form { display: none; } h5 { display: none; } .showmore-box { display: none; } .showmore, .showless { color: #888888; cursor: pointer; } .showmore-box:checked ~ .showmore { display: none; } .showmore-box:not(:checked) ~ .showless { display: none; } .showmore-box:checked ~ form, .showmore-box:checked ~ h5 { display: block; } /* Additional styles for error pages */ .exception-message { background-color: #c00000; color: #FFFFFF; font-weight: bold; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); border-radius: 2px; border: 1px solid transparent; width: 80%; margin: auto; margin-bottom: 6px; } .advice { margin-left: auto; margin-right: auto; display: table; } .advice > li { text-align: left; }
0.364551
0.127734
:host(ui5-button:not([hidden])) { display: inline-block; } ui5-button:not([hidden]) { display: inline-block; } span[dir="rtl"] .sapMBtn.sapMBtnWithIcon .sapMBtnText { margin-right: var(--_ui5_button_base_icon_margin); margin-left: 0; } span[dir="rtl"] .sapMBtn.sapMBtnIconEnd .sapWCIconInButton { margin-right: var(--_ui5_button_base_icon_margin); margin-left: 0; } ui5-button span[data-sap-ui-wc-root] { display: inline-block; } span[data-sap-ui-wc-root].sapUiSizeCompact .sapWCIconInButton { font-size: 1rem; } span[data-sap-ui-wc-root].sapUiSizeCompact .sapMBtn { padding: var(--_ui5_button_compact_padding); min-height: var(--_ui5_button_compact_height); min-width: var(--_ui5_button_base_min_compact_width); } span[data-sap-ui-wc-root] .sapMBtn { min-width: var(--_ui5_button_base_min_width); min-height: var(--_ui5_button_base_height); } ui5-button span[data-sap-ui-wc-root] .sapMBtn::before { /* this is a hack for a bug in IE https:/* github.com/philipwalton/flexbugs/issues/231 */ content: ''; min-height: inherit; font-size: 0; } .sapMBtn { width: 100%; height: 100%; font-family: var(--sapUiFontFamily); font-size: var(--sapMFontMediumSize); font-weight: normal; box-sizing: border-box; padding: var(--_ui5_button_base_padding); border-radius: var(--_ui5_button_border_radius); border-width: 0.0625rem; cursor: pointer; display: flex; justify-content: center; align-items: center; background-color: var(--sapUiButtonBackground); border: 1px solid var(--sapUiButtonBorderColor); color: var(--sapUiButtonTextColor); text-shadow: var(--sapUiShadowText); outline: none; position: relative; } .sapMBtn:not(.sapMBtnActive):hover { background: var(--sapUiButtonHoverBackground); } .sapMBtn .sapWCIconInButton { font-size: var(--_ui5_button_base_icon_only_font_size); position: relative; color: inherit; } .sapMBtn.sapMBtnIconEnd { flex-direction: row-reverse; } .sapMBtn.sapMBtnIconEnd .sapWCIconInButton { margin-left: var(--_ui5_button_base_icon_margin); } .sapMBtn.sapMBtnNoText { padding: var(--_ui5_button_base_icon_only_padding); } .sapMBtnText { outline: none; position: relative; } .sapMBtn.sapMBtnWithIcon .sapMBtnText { margin-left: var(--_ui5_button_base_icon_margin); } .sapMBtnDisabled { opacity: 0.5; pointer-events: none; } .sapMBtn:focus::after { content: ""; position: absolute; border: var(--_ui5_button_focus_after_border); top: var(--_ui5_button_focus_after_top); bottom: var(--_ui5_button_focus_after_bottom); left: var(--_ui5_button_focus_after_left); right: var(--_ui5_button_focus_after_right); } .sapMBtn::-moz-focus-inner { border: 0; } .sapMBtnActive { background-image: none; background-color: var(--sapUiButtonActiveBackground); border-color: var(--_ui5_button_active_border_color); color: var(--sapUiButtonActiveTextColor); text-shadow: none; } .sapMBtnActive:focus::after { border-color: var(--sapUiContentContrastFocusColor); } .sapMBtn.sapMBtnPositive { background-color: var(--sapUiButtonAcceptBackground); border-color: var(--_ui5_button_positive_border_color); color: var(--sapUiButtonAcceptTextColor); text-shadow: var(--sapUiShadowText); } .sapMBtn.sapMBtnPositive:hover { background-color: var(--sapUiButtonAcceptHoverBackground); border-color: var(--_ui5_button_positive_border_hover_color); } .sapMBtn.sapMBtnPositive.sapMBtnActive { background-color: var(--sapUiButtonAcceptActiveBackground); border-color: var(--_ui5_button_positive_border_active_color); color: var(--sapUiButtonActiveTextColor); text-shadow: none; } .sapMBtn.sapMBtnPositive:focus { border-color: var(--_ui5_button_positive_focus_border_color); } .sapMBtn.sapMBtnPositive.sapMBtnActive:focus::after { border-color: var(--sapUiContentContrastFocusColor); } .sapMBtn.sapMBtnPositive:focus::after { border-color: var(--_ui5_button_positive_border_focus_hover_color); } .sapMBtn.sapMBtnNegative { background-color: var(--sapUiButtonRejectBackground); border-color: var(--sapUiButtonRejectBorderColor); color: var(--sapUiButtonRejectTextColor); text-shadow: var(--sapUiShadowText); } .sapMBtn.sapMBtnNegative:hover { background-color: var(--sapUiButtonRejectHoverBackground); border-color: var(--sapUiButtonRejectHoverBorderColor); } .sapMBtn.sapMBtnNegative:focus { border-color: var(--_ui5_button_negative_focus_border_color); } .sapMBtn.sapMBtnNegative.sapMBtnActive { background-color: var(--sapUiButtonRejectActiveBackground); border-color: var(--_ui5_button_negative_active_border_color); color: var(--sapUiButtonActiveTextColor); text-shadow: none; } .sapMBtn.sapMBtnNegative.sapMBtnActive:focus::after { border-color: var(--sapUiContentContrastFocusColor); } .sapMBtn.sapMBtnNegative:focus::after { border-color: var(--_ui5_button_positive_border_focus_hover_color); } .sapMBtn.sapMBtnEmphasized { background-color: var(--sapUiButtonEmphasizedBackground); border-color: var(--sapUiButtonEmphasizedBorderColor); color: var(--sapUiButtonEmphasizedTextColor); text-shadow: 0 0 0.125rem var(--sapUiButtonEmphasizedTextShadow); font-weight: var(--_ui5_button_emphasized_font_weight); } .sapMBtn.sapMBtnEmphasized:hover { background-color: var(--sapUiButtonEmphasizedHoverBackground); border-color: var(--sapUiButtonEmphasizedHoverBorderColor); } .sapMBtn.sapMBtnEmphasized.sapMBtnActive { background-color: var(--sapUiButtonEmphasizedActiveBackground); border-color: var(--sapUiButtonEmphasizedActiveBorderColor); color: var(--sapUiButtonActiveTextColor); text-shadow: none; } .sapMBtn.sapMBtnEmphasized:focus::after, .sapMBtn.sapMBtnEmphasized.sapMBtnActive:focus::after { border-color: var(--sapUiContentContrastFocusColor); } .sapMBtn.sapMBtnEmphasized:focus { border-color: var(--_ui5_button_emphasized_focused_border_color); } .sapMBtn.sapMBtnTransparent { background-color: var(--sapUiButtonLiteBackground); border-color: var(--sapUiButtonLiteBorderColor); color: var(--sapUiButtonLiteTextColor); text-shadow: var(--sapUiShadowText); border-color: transparent; } .sapMBtn.sapMBtnTransparent:hover { background-color: var(--sapUiButtonLiteHoverBackground); } .sapMBtn.sapMBtnTransparent.sapMBtnActive { background-color: var(--sapUiButtonLiteActiveBackground); color: var(--sapUiButtonActiveTextColor); text-shadow: none; } .sapMBtn.sapMBtnTransparent:hover:not(.sapMBtnActive) { border-color: transparent; }
packages/main/src/themes/Button.css
:host(ui5-button:not([hidden])) { display: inline-block; } ui5-button:not([hidden]) { display: inline-block; } span[dir="rtl"] .sapMBtn.sapMBtnWithIcon .sapMBtnText { margin-right: var(--_ui5_button_base_icon_margin); margin-left: 0; } span[dir="rtl"] .sapMBtn.sapMBtnIconEnd .sapWCIconInButton { margin-right: var(--_ui5_button_base_icon_margin); margin-left: 0; } ui5-button span[data-sap-ui-wc-root] { display: inline-block; } span[data-sap-ui-wc-root].sapUiSizeCompact .sapWCIconInButton { font-size: 1rem; } span[data-sap-ui-wc-root].sapUiSizeCompact .sapMBtn { padding: var(--_ui5_button_compact_padding); min-height: var(--_ui5_button_compact_height); min-width: var(--_ui5_button_base_min_compact_width); } span[data-sap-ui-wc-root] .sapMBtn { min-width: var(--_ui5_button_base_min_width); min-height: var(--_ui5_button_base_height); } ui5-button span[data-sap-ui-wc-root] .sapMBtn::before { /* this is a hack for a bug in IE https:/* github.com/philipwalton/flexbugs/issues/231 */ content: ''; min-height: inherit; font-size: 0; } .sapMBtn { width: 100%; height: 100%; font-family: var(--sapUiFontFamily); font-size: var(--sapMFontMediumSize); font-weight: normal; box-sizing: border-box; padding: var(--_ui5_button_base_padding); border-radius: var(--_ui5_button_border_radius); border-width: 0.0625rem; cursor: pointer; display: flex; justify-content: center; align-items: center; background-color: var(--sapUiButtonBackground); border: 1px solid var(--sapUiButtonBorderColor); color: var(--sapUiButtonTextColor); text-shadow: var(--sapUiShadowText); outline: none; position: relative; } .sapMBtn:not(.sapMBtnActive):hover { background: var(--sapUiButtonHoverBackground); } .sapMBtn .sapWCIconInButton { font-size: var(--_ui5_button_base_icon_only_font_size); position: relative; color: inherit; } .sapMBtn.sapMBtnIconEnd { flex-direction: row-reverse; } .sapMBtn.sapMBtnIconEnd .sapWCIconInButton { margin-left: var(--_ui5_button_base_icon_margin); } .sapMBtn.sapMBtnNoText { padding: var(--_ui5_button_base_icon_only_padding); } .sapMBtnText { outline: none; position: relative; } .sapMBtn.sapMBtnWithIcon .sapMBtnText { margin-left: var(--_ui5_button_base_icon_margin); } .sapMBtnDisabled { opacity: 0.5; pointer-events: none; } .sapMBtn:focus::after { content: ""; position: absolute; border: var(--_ui5_button_focus_after_border); top: var(--_ui5_button_focus_after_top); bottom: var(--_ui5_button_focus_after_bottom); left: var(--_ui5_button_focus_after_left); right: var(--_ui5_button_focus_after_right); } .sapMBtn::-moz-focus-inner { border: 0; } .sapMBtnActive { background-image: none; background-color: var(--sapUiButtonActiveBackground); border-color: var(--_ui5_button_active_border_color); color: var(--sapUiButtonActiveTextColor); text-shadow: none; } .sapMBtnActive:focus::after { border-color: var(--sapUiContentContrastFocusColor); } .sapMBtn.sapMBtnPositive { background-color: var(--sapUiButtonAcceptBackground); border-color: var(--_ui5_button_positive_border_color); color: var(--sapUiButtonAcceptTextColor); text-shadow: var(--sapUiShadowText); } .sapMBtn.sapMBtnPositive:hover { background-color: var(--sapUiButtonAcceptHoverBackground); border-color: var(--_ui5_button_positive_border_hover_color); } .sapMBtn.sapMBtnPositive.sapMBtnActive { background-color: var(--sapUiButtonAcceptActiveBackground); border-color: var(--_ui5_button_positive_border_active_color); color: var(--sapUiButtonActiveTextColor); text-shadow: none; } .sapMBtn.sapMBtnPositive:focus { border-color: var(--_ui5_button_positive_focus_border_color); } .sapMBtn.sapMBtnPositive.sapMBtnActive:focus::after { border-color: var(--sapUiContentContrastFocusColor); } .sapMBtn.sapMBtnPositive:focus::after { border-color: var(--_ui5_button_positive_border_focus_hover_color); } .sapMBtn.sapMBtnNegative { background-color: var(--sapUiButtonRejectBackground); border-color: var(--sapUiButtonRejectBorderColor); color: var(--sapUiButtonRejectTextColor); text-shadow: var(--sapUiShadowText); } .sapMBtn.sapMBtnNegative:hover { background-color: var(--sapUiButtonRejectHoverBackground); border-color: var(--sapUiButtonRejectHoverBorderColor); } .sapMBtn.sapMBtnNegative:focus { border-color: var(--_ui5_button_negative_focus_border_color); } .sapMBtn.sapMBtnNegative.sapMBtnActive { background-color: var(--sapUiButtonRejectActiveBackground); border-color: var(--_ui5_button_negative_active_border_color); color: var(--sapUiButtonActiveTextColor); text-shadow: none; } .sapMBtn.sapMBtnNegative.sapMBtnActive:focus::after { border-color: var(--sapUiContentContrastFocusColor); } .sapMBtn.sapMBtnNegative:focus::after { border-color: var(--_ui5_button_positive_border_focus_hover_color); } .sapMBtn.sapMBtnEmphasized { background-color: var(--sapUiButtonEmphasizedBackground); border-color: var(--sapUiButtonEmphasizedBorderColor); color: var(--sapUiButtonEmphasizedTextColor); text-shadow: 0 0 0.125rem var(--sapUiButtonEmphasizedTextShadow); font-weight: var(--_ui5_button_emphasized_font_weight); } .sapMBtn.sapMBtnEmphasized:hover { background-color: var(--sapUiButtonEmphasizedHoverBackground); border-color: var(--sapUiButtonEmphasizedHoverBorderColor); } .sapMBtn.sapMBtnEmphasized.sapMBtnActive { background-color: var(--sapUiButtonEmphasizedActiveBackground); border-color: var(--sapUiButtonEmphasizedActiveBorderColor); color: var(--sapUiButtonActiveTextColor); text-shadow: none; } .sapMBtn.sapMBtnEmphasized:focus::after, .sapMBtn.sapMBtnEmphasized.sapMBtnActive:focus::after { border-color: var(--sapUiContentContrastFocusColor); } .sapMBtn.sapMBtnEmphasized:focus { border-color: var(--_ui5_button_emphasized_focused_border_color); } .sapMBtn.sapMBtnTransparent { background-color: var(--sapUiButtonLiteBackground); border-color: var(--sapUiButtonLiteBorderColor); color: var(--sapUiButtonLiteTextColor); text-shadow: var(--sapUiShadowText); border-color: transparent; } .sapMBtn.sapMBtnTransparent:hover { background-color: var(--sapUiButtonLiteHoverBackground); } .sapMBtn.sapMBtnTransparent.sapMBtnActive { background-color: var(--sapUiButtonLiteActiveBackground); color: var(--sapUiButtonActiveTextColor); text-shadow: none; } .sapMBtn.sapMBtnTransparent:hover:not(.sapMBtnActive) { border-color: transparent; }
0.408985
0.095434
html, body { width: 100%; height: 100%; margin: 0px; } div.game-of-life-controls { position: absolute; top: 0; left: 0; margin: 0 auto; text-align: center; width: 100%; background-color: lightblue; opacity: 0; padding-top: 10px; padding-bottom: 10px; } div.game-of-life-controls:hover { opacity: 1; } input[type='button'] { width: 10%; height: 30px; color: white; border-radius: 4px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); background: rgb(66, 184, 221); /* this is a light blue */ margin-right: 8px; } input[type='text'] { width: 40px; margin-left: 8px; } input[type=range] { -webkit-appearance: none; margin: 18px 0; width: 20%; margin-left: 8px; margin-right: 8px; } input[type=range]:focus { outline: none; } input[type=range]::-webkit-slider-runnable-track { width: 100%; height: 8.4px; cursor: pointer; animate: 0.2s; box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; background: #3071a9; border-radius: 1.3px; border: 0.2px solid #010101; } input[type=range]::-webkit-slider-thumb { box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; border: 1px solid #000000; height: 36px; width: 16px; border-radius: 3px; background: #ffffff; cursor: pointer; -webkit-appearance: none; margin-top: -14px; } input[type=range]:focus::-webkit-slider-runnable-track { background: #367ebd; } input[type=range]::-moz-range-track { width: 100%; height: 8.4px; cursor: pointer; animate: 0.2s; box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; background: #3071a9; border-radius: 1.3px; border: 0.2px solid #010101; } input[type=range]::-moz-range-thumb { box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; border: 1px solid #000000; height: 36px; width: 16px; border-radius: 3px; background: #ffffff; cursor: pointer; } input[type=range]::-ms-track { width: 100%; height: 8.4px; cursor: pointer; animate: 0.2s; background: transparent; border-color: transparent; border-width: 16px 0; color: transparent; } input[type=range]::-ms-fill-lower { background: #2a6495; border: 0.2px solid #010101; border-radius: 2.6px; box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; } input[type=range]::-ms-fill-upper { background: #3071a9; border: 0.2px solid #010101; border-radius: 2.6px; box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; } input[type=range]::-ms-thumb { box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; border: 1px solid #000000; height: 36px; width: 16px; border-radius: 3px; background: #ffffff; cursor: pointer; } input[type=range]:focus::-ms-fill-lower { background: #3071a9; } input[type=range]:focus::-ms-fill-upper { background: #367ebd; }
Style.css
html, body { width: 100%; height: 100%; margin: 0px; } div.game-of-life-controls { position: absolute; top: 0; left: 0; margin: 0 auto; text-align: center; width: 100%; background-color: lightblue; opacity: 0; padding-top: 10px; padding-bottom: 10px; } div.game-of-life-controls:hover { opacity: 1; } input[type='button'] { width: 10%; height: 30px; color: white; border-radius: 4px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); background: rgb(66, 184, 221); /* this is a light blue */ margin-right: 8px; } input[type='text'] { width: 40px; margin-left: 8px; } input[type=range] { -webkit-appearance: none; margin: 18px 0; width: 20%; margin-left: 8px; margin-right: 8px; } input[type=range]:focus { outline: none; } input[type=range]::-webkit-slider-runnable-track { width: 100%; height: 8.4px; cursor: pointer; animate: 0.2s; box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; background: #3071a9; border-radius: 1.3px; border: 0.2px solid #010101; } input[type=range]::-webkit-slider-thumb { box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; border: 1px solid #000000; height: 36px; width: 16px; border-radius: 3px; background: #ffffff; cursor: pointer; -webkit-appearance: none; margin-top: -14px; } input[type=range]:focus::-webkit-slider-runnable-track { background: #367ebd; } input[type=range]::-moz-range-track { width: 100%; height: 8.4px; cursor: pointer; animate: 0.2s; box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; background: #3071a9; border-radius: 1.3px; border: 0.2px solid #010101; } input[type=range]::-moz-range-thumb { box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; border: 1px solid #000000; height: 36px; width: 16px; border-radius: 3px; background: #ffffff; cursor: pointer; } input[type=range]::-ms-track { width: 100%; height: 8.4px; cursor: pointer; animate: 0.2s; background: transparent; border-color: transparent; border-width: 16px 0; color: transparent; } input[type=range]::-ms-fill-lower { background: #2a6495; border: 0.2px solid #010101; border-radius: 2.6px; box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; } input[type=range]::-ms-fill-upper { background: #3071a9; border: 0.2px solid #010101; border-radius: 2.6px; box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; } input[type=range]::-ms-thumb { box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; border: 1px solid #000000; height: 36px; width: 16px; border-radius: 3px; background: #ffffff; cursor: pointer; } input[type=range]:focus::-ms-fill-lower { background: #3071a9; } input[type=range]:focus::-ms-fill-upper { background: #367ebd; }
0.390941
0.103976
body { margin: 0px; } #top_page,#back_ground,#contentslist_page,#test_enviroment_page { width : 1000px; height: 1400px; padding-left: 10px; padding-right: 10px; } #back_ground { background: url(../resource/title_green.png); background-size: cover; } #report_page,#summary_page { width : 1000px; padding-left: 10px; padding-right: 10px; } .page-break-before { page-break-before: always; } /*表紙*/ #title_block { top: 500px; left: 100px; width : 700px; position:absolute; font-size: 25px; } #title { word-wrap: break-word; } .author_infomation { top: 1100px; left: 200px; position: absolute; } .infomation { font-size: 25px; } h1{ word-wrap: break-word; } /*目次*/ #contents { font-size: 25px; } .contents_sub { font-size: 20px; } /*共通*/ .text { font-size: 20px; white-space: normal; } h2 { font-size: 30px; color: green; } h3 { font-size: 25px; color: green; margin-left: 20px; } .section_area { left: 20px; position:relative; } .table { width: 950px; margin: 0px auto 15px auto; display: inline-table; } /*環境情報のテーブル*/ .terms, .value { width: 475px; } /*サマリの図*/ .summary_fig { width: 800px; margin-left: auto; margin-right: auto; } .summary_img { height: 600px; width: 800px; } /*テスト結果のフレーム*/ th { background: #d0e2be; border:solid 1px #000000; } td { border: solid 1px #000000; padding: 0.5em; table-layout:fixed; word-break : break-all; } .report_terms { width: 180px; } /*出力されるグラフ*/ figure { width: 480px; margin: 0px; text-align: center; } .frame { width: 1000px; } .result_frame{ width: 480px; height: 460px; display: inline-block; margin-bottom: 10px; } .result_img { width: 480px; height: 460px; } .result_img img { width: 100%; } /*グラフナンバー*/ figcaption { text-align: center; } /*出力されるテーブル*/ table { word-wrap: break-word; border-collapse: collapse; border-color:#000000; } .result_table table th{ background: #ffffff; text-align: center; } .result_table table{ margin: 0px auto; table-layout: fixed; width: 450px; } .result_table { width: 480px; height: 460px; } /*判定色分け*/ .pass { color: #0000ff; } .fail { color: #ff0000; } /*レポートフォーマット改版履歴テーブル*/ .version, .date { width: 200px; } .influence{ width: 550px; }
src/backend/report/template/css/base_report.css
body { margin: 0px; } #top_page,#back_ground,#contentslist_page,#test_enviroment_page { width : 1000px; height: 1400px; padding-left: 10px; padding-right: 10px; } #back_ground { background: url(../resource/title_green.png); background-size: cover; } #report_page,#summary_page { width : 1000px; padding-left: 10px; padding-right: 10px; } .page-break-before { page-break-before: always; } /*表紙*/ #title_block { top: 500px; left: 100px; width : 700px; position:absolute; font-size: 25px; } #title { word-wrap: break-word; } .author_infomation { top: 1100px; left: 200px; position: absolute; } .infomation { font-size: 25px; } h1{ word-wrap: break-word; } /*目次*/ #contents { font-size: 25px; } .contents_sub { font-size: 20px; } /*共通*/ .text { font-size: 20px; white-space: normal; } h2 { font-size: 30px; color: green; } h3 { font-size: 25px; color: green; margin-left: 20px; } .section_area { left: 20px; position:relative; } .table { width: 950px; margin: 0px auto 15px auto; display: inline-table; } /*環境情報のテーブル*/ .terms, .value { width: 475px; } /*サマリの図*/ .summary_fig { width: 800px; margin-left: auto; margin-right: auto; } .summary_img { height: 600px; width: 800px; } /*テスト結果のフレーム*/ th { background: #d0e2be; border:solid 1px #000000; } td { border: solid 1px #000000; padding: 0.5em; table-layout:fixed; word-break : break-all; } .report_terms { width: 180px; } /*出力されるグラフ*/ figure { width: 480px; margin: 0px; text-align: center; } .frame { width: 1000px; } .result_frame{ width: 480px; height: 460px; display: inline-block; margin-bottom: 10px; } .result_img { width: 480px; height: 460px; } .result_img img { width: 100%; } /*グラフナンバー*/ figcaption { text-align: center; } /*出力されるテーブル*/ table { word-wrap: break-word; border-collapse: collapse; border-color:#000000; } .result_table table th{ background: #ffffff; text-align: center; } .result_table table{ margin: 0px auto; table-layout: fixed; width: 450px; } .result_table { width: 480px; height: 460px; } /*判定色分け*/ .pass { color: #0000ff; } .fail { color: #ff0000; } /*レポートフォーマット改版履歴テーブル*/ .version, .date { width: 200px; } .influence{ width: 550px; }
0.29798
0.071819
.footer-bs { background-color: #26272B; margin-top: 23%; padding: 60px 40px ; color: rgba(255,255,255,1.00); border-top-left-radius: 5px; border-top-right-radius: 5px; } .footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns, .footer-copy { padding:10px 25px; } .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; } .footer-bs .footer-brand h2 { margin:0px 0px 10px; } .footer-bs .footer-brand p { font-size:14px; color:rgba(255,255,255,0.70); } .footer-bs .footer-nav ul.pages { list-style:none; padding:0px; } .footer-bs .footer-nav ul.pages li { padding:5px 0px;} .footer-bs .footer-nav ul.pages a { color:rgba(255,255,255,1.00); font-weight:bold; text-transform:uppercase; } .footer-bs .footer-nav ul.pages a:hover { color:rgba(255,255,255,0.80); text-decoration:none; } .footer-bs .footer-nav h2, .footer-bs .footer-brand h2 { font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 3px; margin-bottom:10px; } .footer-bs .footer-nav ul.list { list-style:none; padding:0px; } .footer-bs .footer-nav ul.list li { padding:5px 0px;} .footer-bs .footer-nav ul.list a { color:rgba(255,255,255,0.80); } .footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,0.60); text-decoration:none; } .footer-bs .footer-social ul { list-style:none; padding:0px; } .footer-bs .footer-social h2 { font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 3px; } .footer-bs .footer-social li { padding:5px 4px;} .footer-bs .footer-social a { color:rgba(255,255,255,1.00);} .footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; } .footer-bs .footer-ns h2 { font-size: 11px; text-transform: uppercase; letter-spacing: 3px; margin-bottom:10px; } .footer-bs .footer-ns p { font-size:12px; color:rgba(255,255,255,0.70); } .footer-hr{ border: 0; clear:both; display:block; width: 96%; background-color:#FFFFFF; height: 1px; } .footer-social-links { position: relative; left: 590px; } .footer-social-links li{ display: inline-block; } .footer-social-links a{ width: 40px; height: 40px; font-size: 16px; float: left; margin-right: 10px; padding: 10px; border: 1px solid #404040; border-radius: 50px; text-align: center; color: #fff; line-height: 1; -webkit-transition: background 0.3s ease-in-out; -moz-transition: background 0.3s ease-in-out; transition: background 0.3s ease-in-out; background:#33363C; } .footer-social-links a:hover{ background:rgba(255,255,255,0.60); } @media (min-width: 768px) { }
public/css/footer.css
.footer-bs { background-color: #26272B; margin-top: 23%; padding: 60px 40px ; color: rgba(255,255,255,1.00); border-top-left-radius: 5px; border-top-right-radius: 5px; } .footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns, .footer-copy { padding:10px 25px; } .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; } .footer-bs .footer-brand h2 { margin:0px 0px 10px; } .footer-bs .footer-brand p { font-size:14px; color:rgba(255,255,255,0.70); } .footer-bs .footer-nav ul.pages { list-style:none; padding:0px; } .footer-bs .footer-nav ul.pages li { padding:5px 0px;} .footer-bs .footer-nav ul.pages a { color:rgba(255,255,255,1.00); font-weight:bold; text-transform:uppercase; } .footer-bs .footer-nav ul.pages a:hover { color:rgba(255,255,255,0.80); text-decoration:none; } .footer-bs .footer-nav h2, .footer-bs .footer-brand h2 { font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 3px; margin-bottom:10px; } .footer-bs .footer-nav ul.list { list-style:none; padding:0px; } .footer-bs .footer-nav ul.list li { padding:5px 0px;} .footer-bs .footer-nav ul.list a { color:rgba(255,255,255,0.80); } .footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,0.60); text-decoration:none; } .footer-bs .footer-social ul { list-style:none; padding:0px; } .footer-bs .footer-social h2 { font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 3px; } .footer-bs .footer-social li { padding:5px 4px;} .footer-bs .footer-social a { color:rgba(255,255,255,1.00);} .footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; } .footer-bs .footer-ns h2 { font-size: 11px; text-transform: uppercase; letter-spacing: 3px; margin-bottom:10px; } .footer-bs .footer-ns p { font-size:12px; color:rgba(255,255,255,0.70); } .footer-hr{ border: 0; clear:both; display:block; width: 96%; background-color:#FFFFFF; height: 1px; } .footer-social-links { position: relative; left: 590px; } .footer-social-links li{ display: inline-block; } .footer-social-links a{ width: 40px; height: 40px; font-size: 16px; float: left; margin-right: 10px; padding: 10px; border: 1px solid #404040; border-radius: 50px; text-align: center; color: #fff; line-height: 1; -webkit-transition: background 0.3s ease-in-out; -moz-transition: background 0.3s ease-in-out; transition: background 0.3s ease-in-out; background:#33363C; } .footer-social-links a:hover{ background:rgba(255,255,255,0.60); } @media (min-width: 768px) { }
0.220552
0.057308
#noResources { padding: 8px; text-align: left; } /* About */ div#page_about { } div#page_about .titled_dialog_content { margin-top: 24px; } div#page_about .titled_dialog_content td { text-align: center; padding-top: 8px; margin-top: 24px; } div#page_about .titled_dialog_content td img { border-style: none; } /* Properties page */ div#page_properties { margin-left: auto; max-width: 64em; margin-right: auto; text-align: left; } div#page_properties #subCategories td { padding: 4px 8px 4px 8px; } div#page_properties #subCategories td.link { width: 20%; text-align: center; } div#page_properties #subCategories td.link img { border: 0; } div#page_properties #subCategories td.link a,div #page_properties #subCategories td.link a:visited,div #page_properties #subCategories td.link a:link,div #page_properties #subCategories td.link a:hover { width: 20%; font-weight: bold; border: 0px; text-align: center; } div#page_properties #subCategories td.link a:hover { text-decoration: underline; } div#page_properties #subCategories td.description { text-align: left; width: 80%; } div#page_properties .button_bar { text-align: left; margin-top: 8px; } div#page_properties #propertyItems { padding: 4px; } div#page_properties #propertyItems table { table-layout: fixed; overflow: hidden; } div#page_properties #propertyItems td.label { padding-left: 12px; width: 30%; } div#page_properties #propertyItems td.value { width: 70%; } /* Profiles */ div#page_profiles { } div#page_profiles #personal { padding-top: 8px; } div#page_profiles #pager_personalProfiles .resource_table thead tr, div#page_profiles #pager_personalProfiles .resource_table tfoot tr { background-color: gray; } /* Property profile */ div#page_propertyProfile { margin: 0 auto; text-align: left; width: 38em; } div#page_propertyProfile .dialog_form_table td.label { width: 25%; } div#page_propertyProfile .dialog_form_table td.value { width: 75%; } div#page_propertyProfile .tabPanel .tabContent { min-height: 18em; } /* Generic Error Page */ div#page_error { margin: 6em auto; text-align: left; width: 36em; } div#page_error td.icon { padding: 8px; } div#page_error .dialog_form_table tfoot td { padding: 8px; } div#page_error .exceptionText { overflow: scroll; width: 100% ; height: 14em; background-color: white; border: 1px solid black; } /* License agreement */ div#page_licenseAgreement { margin: 6em auto; text-align: left; width: 44em; } div#page_licenseAgreement td.icon { padding: 8px; } div#page_licenseAgreement td.text { padding: 1em; margin: 1em; } div#page_licenseAgreement #licenseAgreement { font-size: 10pt; width: 460px; height: 280px; overflow: auto; text-align: left; border-width: 1px; border-color: #000000; border-style: solid; margin: 0 auto; padding: 4px; background: #ffffff; color: #000000; } /* Session download history. */ div#page_redirect_temp_downloads { margin: 6em auto; text-align: left; width: 33em; } div#page_redirect_temp_downloads td.text { padding: 1em; margin: 1em; } /* General Confirm Page */ div#page_confirm { margin: 6em auto; text-align: left; width: 40em; max-width: 40em; } div#page_confirm td.icon { padding: 8px; } div#page_confirm td.text { padding-top: 0.5em; } div#page_confirm .exceptionText { padding-top: 0.5em; text-align: left; } div#page_confirm .exceptionMessage { text-align: left; } div#page_confirm .titled_dialog_content td.exceptionMessage { padding: 0.5em 0 0.5em 0; text-align: left; } div#page_confirm .traceMessage { text-align: left; font-size: 0.9em; } div#page_confirm .traceMessage pre { height: 10em; overflow: scroll; background-color: #ededed; font-size: 1em; margin: 0; padding: 0; border-style: solid; border-width: 1px; border-color: #dcdcdc; float: left; /* not sure this is needed anymore */ } /* File Download Confirm Page */ div#page_fileDownload { margin: 6em auto; text-align: left; width: 36em; } div#page_fileDownload .titled_dialog_content td.exceptionMessage { padding: 0; } div#page_fileDownload .titled_dialog_content td.traceMessage { max-width: 34em; } div#page_fileDownload .downloadWarning { color: #cc0000; font-weight: bold; } /* Property items */ #propertyItems tr a,#propertyItems tr a:visited,#propertyItems tr a:link,#propertyItems tr a:hover { text-decoration: none; color: black; font-weight: normal; } /* Styles for other individual page components */ div#page_favorites { } div#page_favorites .resource_table td { } div#page_favorites .resource_table td.name { white-space: nowrap; overflow: hidden; text-align: left; } div#page_favorites .resource_table td.resourceClass { text-align: left; width: 10em; max-width: 10em; white-space: nowrap; overflow: hidden; } div#page_favorites .resource_table td.subType { text-align: left; width: 8em; max-width: 8em; white-space: nowrap; overflow: hidden; } div#page_favorites .resource_table td.actions { text-align: left; width: 120px; max-width: 120px; white-space: nowrap; overflow: hidden; } /* Authentication */ #siteName { text-align: center; font-weight: bold; font-size: 1.2em; margin-bottom: 1.5em; } #welcomeMessage { margin-top: 3em; margin-left: auto; margin-right: auto; width: 50em; } #welcomeMessage td.label { vertical-align: top; text-align: center; } #welcomeMessage td.justify { vertical-align: top; text-align: justify; } #welcomeMessage td.center { vertical-align: top; text-align: center; } #welcomeMessage img { text-align: center; } div#page_login_user_password { width: 24em; max-width: 36em; margin-left: auto; margin-right: auto; } div#page_login_user_password inner { width: 24em; } div#page_login_user_password input.username,div #page_login_user_password input.password { width: 100%; } div#page_login_personal_questions { width: 28em; max-width: 36em; margin-left: auto; margin-right: auto; text-align: center; } div#page_login_http { width: 28em; max-width: 36em; margin-left: auto; margin-right: auto; text-align: center; } div#page_select_auth_scheme { width: 28em; max-width: 36em; margin-left: auto; margin-right: auto; } div#page_change_password { width: 28em; max-width: 32em; margin-left: auto; margin-right: auto; } div#page_change_password .dialog_form_table{ width: 95%; } div#page_set_personal_answers { width: 28em; max-width: 32em; margin-left: auto; margin-right: auto; } /* Select property profile */ div#page_select_property_profile { width: 28em; max-width: 36em; margin-left: auto; margin-right: auto; } div#page_select_property_profile td.label { width: 25%; } div#page_select_property_profile td.value { width: 75%; } div#page_select_property_profile tr.formCombo select { width: 100%; } div#page_select_property_profile tr.formCheckbox td { text-align: center; } /* Extension Store */ #page_configureExtensions .tabPanel .tabContent { } #page_configureExtensions .filtered_resources { background-color: white; } div#page_configureExtensions #notConnected { margin-bottom: 1em; } div#page_extensionStoreContent { } div#page_extensionStoreContent td.name { overflow: hidden; text-align: left; white-space: nowrap; } div#page_extensionStoreContent td.status { width: 30px; } div#page_extensionStoreContent td.actions { width: 100px; } /* Shutdown */ div#page_shutdown { width: 28em; max-width: 32em; margin-left: auto; margin-right: auto; } div#page_shutdown .dialog_form_table { margin: 4px; } div#page_shutdown .dialog_form_table td.label { width: 25%; } div#page_shutdown .dialog_form_table td.value { width: 75%; } div#page_shutdown .dialog_form_table tr.formBlock td { text-align: center; } div#page_shutdown .dialog_form_table tr.formBlock input { text-align: right; padding-left: 8px; width: 4em; } div#page_shutdown .formRadio .label { text-align: right; } div#page_shutdown .formRadio .value { text-align: left; padding-left: 8px; } /* Accounts Content */ div#page_accounts { } div#page_accounts .dialog_content_table .filter { text-align: left; } div#page_accounts .dialog_content_table .view { width: 26em; } div#page_accounts td.status { width: 7em; max-width: 7em; } div#page_accounts td.account { min-width: 10em; white-space: nowrap; } div#page_accounts td.type { } div#page_accounts td.action { width: 100px; max-width: 100px; } /* Account Content */ div#page_account { width: 38em; margin-left: auto; margin-right: auto; } div#page_account .tabContent { min-height: 22em; } div#page_account .dialog_form_table { width: 100%; } div#page_account .dialog_form_table td.label { width: 35%; } div#page_account .dialog_form_table tr.formMultiEntry select { height: 10em; } div#page_account .dialog_form_table td.value { width: 65%; } div#page_account tr.formMultiEntry,div #page_account tr.formMultiEntry td { vertical-align: top; } div#page_account .confidential { font-style: italic; } /* IP Restrictions */ div#page_ip_restrictions { } div#page_ip_restrictions td.address { } div#page_ip_restrictions td.type { width: 5em; max-width: 5em; } div#page_ip_restrictions td.actions { width: 92px; max-width: 92px; } div#page_ip_restriction .dialog_form_table { margin: 4px 8px 4px 8px; } div#page_ip_restriction { width: 38em; margin-left: auto; margin-right: auto; } div#page_ip_restriction tr.formBlock td.value { padding-left: 5em; } /* Policy */ div#page_policies .component_resourceList { padding-top: 12px; } div#page_policies .dialog_content_table .filter { text-align: left; } div#page_policies .dialog_content_table .view { width: 26em; } div#page_policies td.actions { width: 100px; max-width: 100px; } div#page_policy { margin: 0 auto; text-align: left; width: 38em; } div#page_policy .dialog_form_table .formTextArea textarea { height: 19em; } div#page_policy .dialog_form_table td.label { width: 25%; } div#page_policy .dialog_form_table td.value { width: 75%; } div#page_policy .tabPanel .tabContent { min-height: 23em; } /* Access Rights List */ div#page_accessRightsList .component_resourceList { padding-top: 12px; } div#page_accessRightsList thead td { text-align: left; } div#page_accessRightsList td.name { } div#page_accessRightsList td.permissionClass { width: 6em; max-width: 6em; } div#page_accessRightsList td.policies { width: 15em; max-width: 15em; } div#page_accessRightsList td.onwardDelegatable { width: 5em; max-width: 5em; } div#page_accessRightsList td.actions { width: 100px; max-width: 100px; } div#page_accessRightsList #permitting { margin-top: 12px; } div#page_accessRightsList #permitting .resource_table thead tr { background-color: gray; color: white; font-weight: bold; } div#page_accessRightsList #permitting .resource_table tfoot tr { background-color: gray; color: white; font-weight: bold; } /* Access Rights */ div#page_accessRights { margin: 0 auto; text-align: left; width: 97%; } div#page_accessRights .tabPanel .tabContent { min-height: 20em; height: 21em; } div#page_accessRights table { width: 100%; table-layout: fixed; } div#page_accessRights #availablePermissions { width: 100%; } div#page_accessRights #selectedPermissions { width: 100%; } div#page_accessRights .label { width: 30%; } div#page_accessRights .value { width: 50%; } div#page_accessRights .action { text-align: center; width: 20%; } div#page_accessRights .formSelect { vertical-align: top; } div#page_accessRights .formSelect .action input { width: 80%; } /* Roles */ div#page_roles { } div#page_roles td.role { } div#page_roles td.actions { width: 70px; max-width: 70px; } /* Role */ div#page_role { width: 36em; max-width: 36em; margin-left: auto; margin-right: auto; } div#page_role .accounts { padding-bottom: 1em; } /* Status */ div#page_status .filtered_resources { background-color: white; } /* System information */ #page_status .tabPanel .tabContent { } /* User sessions */ #page_userSessions { } #page_userSessions td.user { overflow: hidden; text-align: left; white-space: nowrap; } #page_userSessions td.actions { width: 100px; } /* System Info */ #page_systemInfo { } /* Message Queue */ div#page_messageQueue .resource_table { margin-bottom: 16px; } div#page_messageQueue .resource_table td.id { width: 8%; text-align: center; } div#page_messageQueue .resource_table td.sink { width: 10%; text-align: center; } div#page_messageQueue .resource_table td.subject { width: 28%; text-align: center; } div#page_messageQueue .resource_table td.recipients { width: 19%; text-align: center; } div#page_messageQueue .resource_table td.urgent { width: 10%; text-align: center; } div#page_messageQueue .resource_table td.attempts { width: 10%; text-align: center; } div#page_messageQueue .resource_table td.lastAttempts { width: 15%; text-align: center; } div#page_messageQueue .resource_table tbody td.id { text-align: right; } div#page_messageQueue #messageSinks { margin-bottom: 16px; } div#page_messageQueue #messageSinks table { table-layout: fixed; } div#page_messageQueue #messageSinks td.action { text-align: left; width: 20%; } div#page_messageQueue #messageSinks td.action input { width: 80%; } div#page_messageQueue #messageSinks td.description { text-align: left; width: 80%; } div#page_messageQueue .resource_table tbody td.subject { text-align: left; } /* Send Message */ div#page_sendMessage { margin: 0 auto; text-align: left; width: 39em; } div#page_sendMessage .tabContent { min-height: 24em; } div#page_sendMessage .dialog_form_table td.label { width: 25%; } div#page_sendMessage .dialog_form_table td.value { width: 75%; } /* Replacements */ div#page_replacements { } div#page_replacements .dialog_content { width: 100%; margin-bottom: 16px; } div#page_replacements table.resource_table { margin-bottom: 8px; padding: 2px 2px 2px 2px; width: 100%; table-layout: fixed; overflow: hidden; } div#page_replacements table.site_table { margin-bottom: 4px; padding: 1px 1px 1px 1px; width: 100%; table-layout: fixed; } div#page_replacements .site_table tbody td.siteEntry { text-align: left; width: 80%; overflow: hidden; } div#page_replacements .site_table tbody td.siteAction { text-align: left; width: 15px; max-width: 15px; } div#page_replacements .resource_table td { white-space: nowrap; overflow: hidden; } div#page_replacements .resource_table tr { vertical-align: middle; } div#page_replacements .resource_table tbody td.replaceTitle { text-align: left; background-color: #3d649e; width: 6em; max-width: 6em; color: white; } div#page_replacements .resource_table tbody td.markTitle { text-align: left; background-color: #3d649e; width: 50px; max-width: 50px; color: white; } div#page_replacements .resource_table tbody td.mimeTitle { text-align: left; background-color: #3d649e; width: 14em; max-width: 14em; color: white; } div#page_replacements .resource_table tbody td.siteTitle { text-align: left; background-color: #3d649e; width: 55%; color: white; } /* Replacement */ div#page_replacement { width: 40em; margin-left: auto; margin-right: auto; text-align: center; table-layout: fixed; } div#page_replacement .formText input { width: 100%; } div#page_replacement .dialog_form_table td.label { width: 25%; } div#page_replacement .dialog_form_table td.value { width: 75%; } /* Key Store */ div#page_keyStore { } div#page_keyStore .dialog_content_table .filter { text-align: left; } div#page_keyStore .dialog_content_table .view { width: 26em; } div#page_keyStore .filtered_resources td.alias { overflow: hidden; text-align: left; white-space: nowrap; } div#page_keyStore .filtered_resources td.type { width: 10em; max-width: 10em; } div#page_keyStore .filtered_resources td.actions { width: 80px; max-width: 60px; } .keyStorePageOptionItem a, .keyStorePageOptionItem a:visited, .keyStorePageOptionItem a:link, .keyStorePageOptionItem a:hover { text-decoration: none; color: black; display: block; font-weight: normal; width: 100%; background-color: #f4f4f4; color: #000000; margin: 0; padding-top: 4px; padding-bottom: 4px; } .keyStorePageOptionItem a:hover { background-color: #3d649e; color: #ffffff; } /* Key Store Information */ div#page_keyStoreInformation h3 { text-align: left; font-size: 1.2em; margin: 0.4em 0 0 0.4em; } div#page_keyStoreInformation .label { width: 10em; } div#page_keyStoreInformation .value { } /* VPN Client */ div#page_launchAgent, div.page_launchViaAgentApplet { width: 260px; margin-left: auto; margin-right: auto; text-align: center; } .page_launchViaAgentApplet .noJava { margin: 8px; } /* Authentication schemes */ div#page_authenticationSchemes .component_resourceList { padding-top: 12px; } div#page_authenticationSchemes td.enabled { text-align: center; width: 6em; } div#page_authenticationSchemes td.priority { text-align: center; width: 6em; } div#page_authenticationSchemes td.actions { width: 150px; max-width: 150px; } /* Authentication scheme */ div#page_authenticationScheme { margin: 0 auto; text-align: left; width: 42em; } div#page_authenticationScheme .dialog_form_table td.label { width: 25%; } div#page_authenticationScheme .dialog_form_table td.value { width: 75%; } div#page_authenticationScheme .tabPanel .tabContent { height: 22em; } div#page_authenticationScheme #tab_panel_policies select { height: 18em; } /* Attribute Definitions */ div#page_attributeDefinitions { margin: 0 auto; text-align: left; } div#page_attributeDefinitions .dialog_content { width: 100%; } div#page_attributeDefinitions .resource_table td { white-space: nowrap; overflow: hidden; } div#page_attributeDefinitions td.name { width: 75%; } div#page_attributeDefinitions td.tableMessage { overflow: visible; white-space: normal; } div#page_attributeDefinitions td.actions { width: 25%; } /* User Attribute Definition */ div#page_attributeDefinition { margin: 0 auto; text-align: left; width: 45em; } div#page_attributeDefinition .dialog_form_table td.label { width: 25%; } div#page_attributeDefinition .dialog_form_table tr.formTextArea textarea { width: 75%; height: 8em; } div#page_attributeDefinition .dialog_form_table td.value { width: 75%; } /* User Attributes */ div#page_attributes { margin: 0 auto; text-align: left; width: 38em; } div#page_attributes .dialog_form_table td.label { width: 25%; } div#page_attributes .dialog_form_table td.value { width: 75%; } /* Private key passphrase */ div#page_update_private_key_passphrase { width: 28em; max-width: 32em; margin-left: auto; margin-right: auto; } #page_update_private_key_passphrase .label { width: 30%; } #page_update_private_key_passphrase .formPassword input { width: 100%; } page_update_private_key_passphrase .value { width: 70%; } #page_update_private_key_passphrase .formCheckbox .label { padding-top: 6px; vertical-align: middle; text-align: center; } #page_update_private_key_passphrase .formCheckbox input { padding-top: 6px; vertical-align: middle; } div#page_prompt_for_private_key_passphrase { width: 28em; max-width: 32em; margin-left: auto; margin-right: auto; } /* Prompt for session password */ div#page_prompt_for_session_password { width: 28em; max-width: 32em; margin-left: auto; margin-right: auto; } /* Prompt for new key password */ div#page_prompt_for_new_key_password { width: 28em; max-width: 32em; margin-left: auto; margin-right: auto; } /* Upload */ div#page_upload { margin: 0 auto; text-align: left; width: 36em; } /* Redirect */ div#page_redirect { margin-top: 4em; margin-left: auto; margin-right: auto; text-align: left; width: 36em; } div#page_redirect img { text-align: left; vertical-align: middle; } div#page_redirect .dialog_content { margin: 8px; padding: 8px; } /* Resource Information */ div#page_resourceInformation h3 { text-align: left; font-size: 1.2em; margin: 0.4em 0 0 0.4em; } div#page_resourceInformation .label { width: 10em; } div#page_resourceInformation .value { } div#page_resourceInformation .attachedPolicies { margin-top: 0.7em; margin-left: 1em; } div#page_resourceInformation .policies { margin-top: 0.4rm; border-left: 1px solid #dddddd; padding-left: 0.6em; vertical-align: top; } div#page_resourceInformation .details { border-top: 1px solid #dddddd; } /* Account Information */ div#page_accountInformation h3 { text-align: left; font-size: 1.2em; margin: 0.4em 0 0 0.4em; } div#page_accountInformation .label { width: 10em; } div#page_accountInformation .value { } /* Role Information */ div#page_roleInformation h3 { text-align: left; font-size: 1.2em; margin: 0.4em 0 0 0.4em; } div#page_roleInformation .label { width: 10em; } div#page_roleInformation .value { } /* Install shutdown */ /* VPN Client */ div#page_installShutdown { width: 16em; margin-left: auto; margin-right: auto; text-align: center; vertical-align: middle; } div#page_installShutdown .dialog_content { vertical-align: center; height: 4em; } div#page_installShutdown .dialog_content #shutdownMessage { vertical-align: middle; height: 100%; padding: 1em; }
adito-webapp/src/main/webapp/theme/default/pageStyles.css
#noResources { padding: 8px; text-align: left; } /* About */ div#page_about { } div#page_about .titled_dialog_content { margin-top: 24px; } div#page_about .titled_dialog_content td { text-align: center; padding-top: 8px; margin-top: 24px; } div#page_about .titled_dialog_content td img { border-style: none; } /* Properties page */ div#page_properties { margin-left: auto; max-width: 64em; margin-right: auto; text-align: left; } div#page_properties #subCategories td { padding: 4px 8px 4px 8px; } div#page_properties #subCategories td.link { width: 20%; text-align: center; } div#page_properties #subCategories td.link img { border: 0; } div#page_properties #subCategories td.link a,div #page_properties #subCategories td.link a:visited,div #page_properties #subCategories td.link a:link,div #page_properties #subCategories td.link a:hover { width: 20%; font-weight: bold; border: 0px; text-align: center; } div#page_properties #subCategories td.link a:hover { text-decoration: underline; } div#page_properties #subCategories td.description { text-align: left; width: 80%; } div#page_properties .button_bar { text-align: left; margin-top: 8px; } div#page_properties #propertyItems { padding: 4px; } div#page_properties #propertyItems table { table-layout: fixed; overflow: hidden; } div#page_properties #propertyItems td.label { padding-left: 12px; width: 30%; } div#page_properties #propertyItems td.value { width: 70%; } /* Profiles */ div#page_profiles { } div#page_profiles #personal { padding-top: 8px; } div#page_profiles #pager_personalProfiles .resource_table thead tr, div#page_profiles #pager_personalProfiles .resource_table tfoot tr { background-color: gray; } /* Property profile */ div#page_propertyProfile { margin: 0 auto; text-align: left; width: 38em; } div#page_propertyProfile .dialog_form_table td.label { width: 25%; } div#page_propertyProfile .dialog_form_table td.value { width: 75%; } div#page_propertyProfile .tabPanel .tabContent { min-height: 18em; } /* Generic Error Page */ div#page_error { margin: 6em auto; text-align: left; width: 36em; } div#page_error td.icon { padding: 8px; } div#page_error .dialog_form_table tfoot td { padding: 8px; } div#page_error .exceptionText { overflow: scroll; width: 100% ; height: 14em; background-color: white; border: 1px solid black; } /* License agreement */ div#page_licenseAgreement { margin: 6em auto; text-align: left; width: 44em; } div#page_licenseAgreement td.icon { padding: 8px; } div#page_licenseAgreement td.text { padding: 1em; margin: 1em; } div#page_licenseAgreement #licenseAgreement { font-size: 10pt; width: 460px; height: 280px; overflow: auto; text-align: left; border-width: 1px; border-color: #000000; border-style: solid; margin: 0 auto; padding: 4px; background: #ffffff; color: #000000; } /* Session download history. */ div#page_redirect_temp_downloads { margin: 6em auto; text-align: left; width: 33em; } div#page_redirect_temp_downloads td.text { padding: 1em; margin: 1em; } /* General Confirm Page */ div#page_confirm { margin: 6em auto; text-align: left; width: 40em; max-width: 40em; } div#page_confirm td.icon { padding: 8px; } div#page_confirm td.text { padding-top: 0.5em; } div#page_confirm .exceptionText { padding-top: 0.5em; text-align: left; } div#page_confirm .exceptionMessage { text-align: left; } div#page_confirm .titled_dialog_content td.exceptionMessage { padding: 0.5em 0 0.5em 0; text-align: left; } div#page_confirm .traceMessage { text-align: left; font-size: 0.9em; } div#page_confirm .traceMessage pre { height: 10em; overflow: scroll; background-color: #ededed; font-size: 1em; margin: 0; padding: 0; border-style: solid; border-width: 1px; border-color: #dcdcdc; float: left; /* not sure this is needed anymore */ } /* File Download Confirm Page */ div#page_fileDownload { margin: 6em auto; text-align: left; width: 36em; } div#page_fileDownload .titled_dialog_content td.exceptionMessage { padding: 0; } div#page_fileDownload .titled_dialog_content td.traceMessage { max-width: 34em; } div#page_fileDownload .downloadWarning { color: #cc0000; font-weight: bold; } /* Property items */ #propertyItems tr a,#propertyItems tr a:visited,#propertyItems tr a:link,#propertyItems tr a:hover { text-decoration: none; color: black; font-weight: normal; } /* Styles for other individual page components */ div#page_favorites { } div#page_favorites .resource_table td { } div#page_favorites .resource_table td.name { white-space: nowrap; overflow: hidden; text-align: left; } div#page_favorites .resource_table td.resourceClass { text-align: left; width: 10em; max-width: 10em; white-space: nowrap; overflow: hidden; } div#page_favorites .resource_table td.subType { text-align: left; width: 8em; max-width: 8em; white-space: nowrap; overflow: hidden; } div#page_favorites .resource_table td.actions { text-align: left; width: 120px; max-width: 120px; white-space: nowrap; overflow: hidden; } /* Authentication */ #siteName { text-align: center; font-weight: bold; font-size: 1.2em; margin-bottom: 1.5em; } #welcomeMessage { margin-top: 3em; margin-left: auto; margin-right: auto; width: 50em; } #welcomeMessage td.label { vertical-align: top; text-align: center; } #welcomeMessage td.justify { vertical-align: top; text-align: justify; } #welcomeMessage td.center { vertical-align: top; text-align: center; } #welcomeMessage img { text-align: center; } div#page_login_user_password { width: 24em; max-width: 36em; margin-left: auto; margin-right: auto; } div#page_login_user_password inner { width: 24em; } div#page_login_user_password input.username,div #page_login_user_password input.password { width: 100%; } div#page_login_personal_questions { width: 28em; max-width: 36em; margin-left: auto; margin-right: auto; text-align: center; } div#page_login_http { width: 28em; max-width: 36em; margin-left: auto; margin-right: auto; text-align: center; } div#page_select_auth_scheme { width: 28em; max-width: 36em; margin-left: auto; margin-right: auto; } div#page_change_password { width: 28em; max-width: 32em; margin-left: auto; margin-right: auto; } div#page_change_password .dialog_form_table{ width: 95%; } div#page_set_personal_answers { width: 28em; max-width: 32em; margin-left: auto; margin-right: auto; } /* Select property profile */ div#page_select_property_profile { width: 28em; max-width: 36em; margin-left: auto; margin-right: auto; } div#page_select_property_profile td.label { width: 25%; } div#page_select_property_profile td.value { width: 75%; } div#page_select_property_profile tr.formCombo select { width: 100%; } div#page_select_property_profile tr.formCheckbox td { text-align: center; } /* Extension Store */ #page_configureExtensions .tabPanel .tabContent { } #page_configureExtensions .filtered_resources { background-color: white; } div#page_configureExtensions #notConnected { margin-bottom: 1em; } div#page_extensionStoreContent { } div#page_extensionStoreContent td.name { overflow: hidden; text-align: left; white-space: nowrap; } div#page_extensionStoreContent td.status { width: 30px; } div#page_extensionStoreContent td.actions { width: 100px; } /* Shutdown */ div#page_shutdown { width: 28em; max-width: 32em; margin-left: auto; margin-right: auto; } div#page_shutdown .dialog_form_table { margin: 4px; } div#page_shutdown .dialog_form_table td.label { width: 25%; } div#page_shutdown .dialog_form_table td.value { width: 75%; } div#page_shutdown .dialog_form_table tr.formBlock td { text-align: center; } div#page_shutdown .dialog_form_table tr.formBlock input { text-align: right; padding-left: 8px; width: 4em; } div#page_shutdown .formRadio .label { text-align: right; } div#page_shutdown .formRadio .value { text-align: left; padding-left: 8px; } /* Accounts Content */ div#page_accounts { } div#page_accounts .dialog_content_table .filter { text-align: left; } div#page_accounts .dialog_content_table .view { width: 26em; } div#page_accounts td.status { width: 7em; max-width: 7em; } div#page_accounts td.account { min-width: 10em; white-space: nowrap; } div#page_accounts td.type { } div#page_accounts td.action { width: 100px; max-width: 100px; } /* Account Content */ div#page_account { width: 38em; margin-left: auto; margin-right: auto; } div#page_account .tabContent { min-height: 22em; } div#page_account .dialog_form_table { width: 100%; } div#page_account .dialog_form_table td.label { width: 35%; } div#page_account .dialog_form_table tr.formMultiEntry select { height: 10em; } div#page_account .dialog_form_table td.value { width: 65%; } div#page_account tr.formMultiEntry,div #page_account tr.formMultiEntry td { vertical-align: top; } div#page_account .confidential { font-style: italic; } /* IP Restrictions */ div#page_ip_restrictions { } div#page_ip_restrictions td.address { } div#page_ip_restrictions td.type { width: 5em; max-width: 5em; } div#page_ip_restrictions td.actions { width: 92px; max-width: 92px; } div#page_ip_restriction .dialog_form_table { margin: 4px 8px 4px 8px; } div#page_ip_restriction { width: 38em; margin-left: auto; margin-right: auto; } div#page_ip_restriction tr.formBlock td.value { padding-left: 5em; } /* Policy */ div#page_policies .component_resourceList { padding-top: 12px; } div#page_policies .dialog_content_table .filter { text-align: left; } div#page_policies .dialog_content_table .view { width: 26em; } div#page_policies td.actions { width: 100px; max-width: 100px; } div#page_policy { margin: 0 auto; text-align: left; width: 38em; } div#page_policy .dialog_form_table .formTextArea textarea { height: 19em; } div#page_policy .dialog_form_table td.label { width: 25%; } div#page_policy .dialog_form_table td.value { width: 75%; } div#page_policy .tabPanel .tabContent { min-height: 23em; } /* Access Rights List */ div#page_accessRightsList .component_resourceList { padding-top: 12px; } div#page_accessRightsList thead td { text-align: left; } div#page_accessRightsList td.name { } div#page_accessRightsList td.permissionClass { width: 6em; max-width: 6em; } div#page_accessRightsList td.policies { width: 15em; max-width: 15em; } div#page_accessRightsList td.onwardDelegatable { width: 5em; max-width: 5em; } div#page_accessRightsList td.actions { width: 100px; max-width: 100px; } div#page_accessRightsList #permitting { margin-top: 12px; } div#page_accessRightsList #permitting .resource_table thead tr { background-color: gray; color: white; font-weight: bold; } div#page_accessRightsList #permitting .resource_table tfoot tr { background-color: gray; color: white; font-weight: bold; } /* Access Rights */ div#page_accessRights { margin: 0 auto; text-align: left; width: 97%; } div#page_accessRights .tabPanel .tabContent { min-height: 20em; height: 21em; } div#page_accessRights table { width: 100%; table-layout: fixed; } div#page_accessRights #availablePermissions { width: 100%; } div#page_accessRights #selectedPermissions { width: 100%; } div#page_accessRights .label { width: 30%; } div#page_accessRights .value { width: 50%; } div#page_accessRights .action { text-align: center; width: 20%; } div#page_accessRights .formSelect { vertical-align: top; } div#page_accessRights .formSelect .action input { width: 80%; } /* Roles */ div#page_roles { } div#page_roles td.role { } div#page_roles td.actions { width: 70px; max-width: 70px; } /* Role */ div#page_role { width: 36em; max-width: 36em; margin-left: auto; margin-right: auto; } div#page_role .accounts { padding-bottom: 1em; } /* Status */ div#page_status .filtered_resources { background-color: white; } /* System information */ #page_status .tabPanel .tabContent { } /* User sessions */ #page_userSessions { } #page_userSessions td.user { overflow: hidden; text-align: left; white-space: nowrap; } #page_userSessions td.actions { width: 100px; } /* System Info */ #page_systemInfo { } /* Message Queue */ div#page_messageQueue .resource_table { margin-bottom: 16px; } div#page_messageQueue .resource_table td.id { width: 8%; text-align: center; } div#page_messageQueue .resource_table td.sink { width: 10%; text-align: center; } div#page_messageQueue .resource_table td.subject { width: 28%; text-align: center; } div#page_messageQueue .resource_table td.recipients { width: 19%; text-align: center; } div#page_messageQueue .resource_table td.urgent { width: 10%; text-align: center; } div#page_messageQueue .resource_table td.attempts { width: 10%; text-align: center; } div#page_messageQueue .resource_table td.lastAttempts { width: 15%; text-align: center; } div#page_messageQueue .resource_table tbody td.id { text-align: right; } div#page_messageQueue #messageSinks { margin-bottom: 16px; } div#page_messageQueue #messageSinks table { table-layout: fixed; } div#page_messageQueue #messageSinks td.action { text-align: left; width: 20%; } div#page_messageQueue #messageSinks td.action input { width: 80%; } div#page_messageQueue #messageSinks td.description { text-align: left; width: 80%; } div#page_messageQueue .resource_table tbody td.subject { text-align: left; } /* Send Message */ div#page_sendMessage { margin: 0 auto; text-align: left; width: 39em; } div#page_sendMessage .tabContent { min-height: 24em; } div#page_sendMessage .dialog_form_table td.label { width: 25%; } div#page_sendMessage .dialog_form_table td.value { width: 75%; } /* Replacements */ div#page_replacements { } div#page_replacements .dialog_content { width: 100%; margin-bottom: 16px; } div#page_replacements table.resource_table { margin-bottom: 8px; padding: 2px 2px 2px 2px; width: 100%; table-layout: fixed; overflow: hidden; } div#page_replacements table.site_table { margin-bottom: 4px; padding: 1px 1px 1px 1px; width: 100%; table-layout: fixed; } div#page_replacements .site_table tbody td.siteEntry { text-align: left; width: 80%; overflow: hidden; } div#page_replacements .site_table tbody td.siteAction { text-align: left; width: 15px; max-width: 15px; } div#page_replacements .resource_table td { white-space: nowrap; overflow: hidden; } div#page_replacements .resource_table tr { vertical-align: middle; } div#page_replacements .resource_table tbody td.replaceTitle { text-align: left; background-color: #3d649e; width: 6em; max-width: 6em; color: white; } div#page_replacements .resource_table tbody td.markTitle { text-align: left; background-color: #3d649e; width: 50px; max-width: 50px; color: white; } div#page_replacements .resource_table tbody td.mimeTitle { text-align: left; background-color: #3d649e; width: 14em; max-width: 14em; color: white; } div#page_replacements .resource_table tbody td.siteTitle { text-align: left; background-color: #3d649e; width: 55%; color: white; } /* Replacement */ div#page_replacement { width: 40em; margin-left: auto; margin-right: auto; text-align: center; table-layout: fixed; } div#page_replacement .formText input { width: 100%; } div#page_replacement .dialog_form_table td.label { width: 25%; } div#page_replacement .dialog_form_table td.value { width: 75%; } /* Key Store */ div#page_keyStore { } div#page_keyStore .dialog_content_table .filter { text-align: left; } div#page_keyStore .dialog_content_table .view { width: 26em; } div#page_keyStore .filtered_resources td.alias { overflow: hidden; text-align: left; white-space: nowrap; } div#page_keyStore .filtered_resources td.type { width: 10em; max-width: 10em; } div#page_keyStore .filtered_resources td.actions { width: 80px; max-width: 60px; } .keyStorePageOptionItem a, .keyStorePageOptionItem a:visited, .keyStorePageOptionItem a:link, .keyStorePageOptionItem a:hover { text-decoration: none; color: black; display: block; font-weight: normal; width: 100%; background-color: #f4f4f4; color: #000000; margin: 0; padding-top: 4px; padding-bottom: 4px; } .keyStorePageOptionItem a:hover { background-color: #3d649e; color: #ffffff; } /* Key Store Information */ div#page_keyStoreInformation h3 { text-align: left; font-size: 1.2em; margin: 0.4em 0 0 0.4em; } div#page_keyStoreInformation .label { width: 10em; } div#page_keyStoreInformation .value { } /* VPN Client */ div#page_launchAgent, div.page_launchViaAgentApplet { width: 260px; margin-left: auto; margin-right: auto; text-align: center; } .page_launchViaAgentApplet .noJava { margin: 8px; } /* Authentication schemes */ div#page_authenticationSchemes .component_resourceList { padding-top: 12px; } div#page_authenticationSchemes td.enabled { text-align: center; width: 6em; } div#page_authenticationSchemes td.priority { text-align: center; width: 6em; } div#page_authenticationSchemes td.actions { width: 150px; max-width: 150px; } /* Authentication scheme */ div#page_authenticationScheme { margin: 0 auto; text-align: left; width: 42em; } div#page_authenticationScheme .dialog_form_table td.label { width: 25%; } div#page_authenticationScheme .dialog_form_table td.value { width: 75%; } div#page_authenticationScheme .tabPanel .tabContent { height: 22em; } div#page_authenticationScheme #tab_panel_policies select { height: 18em; } /* Attribute Definitions */ div#page_attributeDefinitions { margin: 0 auto; text-align: left; } div#page_attributeDefinitions .dialog_content { width: 100%; } div#page_attributeDefinitions .resource_table td { white-space: nowrap; overflow: hidden; } div#page_attributeDefinitions td.name { width: 75%; } div#page_attributeDefinitions td.tableMessage { overflow: visible; white-space: normal; } div#page_attributeDefinitions td.actions { width: 25%; } /* User Attribute Definition */ div#page_attributeDefinition { margin: 0 auto; text-align: left; width: 45em; } div#page_attributeDefinition .dialog_form_table td.label { width: 25%; } div#page_attributeDefinition .dialog_form_table tr.formTextArea textarea { width: 75%; height: 8em; } div#page_attributeDefinition .dialog_form_table td.value { width: 75%; } /* User Attributes */ div#page_attributes { margin: 0 auto; text-align: left; width: 38em; } div#page_attributes .dialog_form_table td.label { width: 25%; } div#page_attributes .dialog_form_table td.value { width: 75%; } /* Private key passphrase */ div#page_update_private_key_passphrase { width: 28em; max-width: 32em; margin-left: auto; margin-right: auto; } #page_update_private_key_passphrase .label { width: 30%; } #page_update_private_key_passphrase .formPassword input { width: 100%; } page_update_private_key_passphrase .value { width: 70%; } #page_update_private_key_passphrase .formCheckbox .label { padding-top: 6px; vertical-align: middle; text-align: center; } #page_update_private_key_passphrase .formCheckbox input { padding-top: 6px; vertical-align: middle; } div#page_prompt_for_private_key_passphrase { width: 28em; max-width: 32em; margin-left: auto; margin-right: auto; } /* Prompt for session password */ div#page_prompt_for_session_password { width: 28em; max-width: 32em; margin-left: auto; margin-right: auto; } /* Prompt for new key password */ div#page_prompt_for_new_key_password { width: 28em; max-width: 32em; margin-left: auto; margin-right: auto; } /* Upload */ div#page_upload { margin: 0 auto; text-align: left; width: 36em; } /* Redirect */ div#page_redirect { margin-top: 4em; margin-left: auto; margin-right: auto; text-align: left; width: 36em; } div#page_redirect img { text-align: left; vertical-align: middle; } div#page_redirect .dialog_content { margin: 8px; padding: 8px; } /* Resource Information */ div#page_resourceInformation h3 { text-align: left; font-size: 1.2em; margin: 0.4em 0 0 0.4em; } div#page_resourceInformation .label { width: 10em; } div#page_resourceInformation .value { } div#page_resourceInformation .attachedPolicies { margin-top: 0.7em; margin-left: 1em; } div#page_resourceInformation .policies { margin-top: 0.4rm; border-left: 1px solid #dddddd; padding-left: 0.6em; vertical-align: top; } div#page_resourceInformation .details { border-top: 1px solid #dddddd; } /* Account Information */ div#page_accountInformation h3 { text-align: left; font-size: 1.2em; margin: 0.4em 0 0 0.4em; } div#page_accountInformation .label { width: 10em; } div#page_accountInformation .value { } /* Role Information */ div#page_roleInformation h3 { text-align: left; font-size: 1.2em; margin: 0.4em 0 0 0.4em; } div#page_roleInformation .label { width: 10em; } div#page_roleInformation .value { } /* Install shutdown */ /* VPN Client */ div#page_installShutdown { width: 16em; margin-left: auto; margin-right: auto; text-align: center; vertical-align: middle; } div#page_installShutdown .dialog_content { vertical-align: center; height: 4em; } div#page_installShutdown .dialog_content #shutdownMessage { vertical-align: middle; height: 100%; padding: 1em; }
0.168241
0.043793
body { background-color: #282828; color: fff; } a { color: #fff; text-decoration: none; } a:hover { color: #c4986e; } p { color: #fff; } img { border-color: #393939; } .site-title a, .site-description { color: #fff; } .site-title a:hover { color: #c4986e; } .mainmenu-area { background-color: #282828; border-bottom: 1px solid #393939; } .header-area { border-bottom: 1px solid #393939; } .mainmenu li a { color: #fff; } .mainmenu li:hover a, .mainmenu li.active a { color: #c4986e; } .footer-area { background-color: #282828; border-top: 1px solid #393939; } .header-area { padding-top: 15px; } .footer-area { margin-top: 50px; } article.post { background-color: transparent; } .single article.post { border-bottom: 1px solid #393939; } .blog-post { width: 100%; margin-bottom: 35px; } .blog-post img{ border-radius: 0px; } .blog-post .post-content { padding-top: 30px; } ul.meta-list { padding: 0; margin: 0; } ul.meta-list li { margin-right: 8px; display: inline-block; } ul.meta-list li span{ color: #fff; font-size: 11px; text-transform: uppercase; } ul.meta-list li a { color: #ffffff; font-size: 11px; font-weight: 400; text-transform: uppercase; line-height: 30px; text-decoration: none; transition: 0.5s; } ul.meta-list li a:hover { color: #c4986e; transition: 0.5s; } ul.meta-list li i { display: inline-block; width: 30px; height: 30px; line-height: 30px; border: 1px solid #393939; color: #fff; text-align: center; font-size: 15px; float: left; margin-right: 15px; } .blog-post .post-content h3 { padding-top: 20px; margin-top: 20px; border-top: 1px solid #313131; color: #ffffff; font-size: 20px; font-weight: 600; text-transform: uppercase; } .blog-post .post-content h3 a { color: #ffffff; text-decoration: none; } .blog-post .post-content h3 a:hover { color: #c4986e; } .post-content p { font-size: 15px; color: rgba(255, 255, 255, 0.8); font-weight: 400; line-height: 26px; margin: 0 0 16px; } a.button-one span { position: relative; z-index: 2; } a.button-one { display: inline-block; padding: 5px 20px; color: #ffffff; border: 1px solid #393939; font-size: 13px; text-transform: uppercase; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; text-decoration: none; transition: 0.5s; } a.button-one:hover { background-color: #c4986e; transition: 0.5s; } .archive ul.meta-list li span.byline{ margin-bottom: 15px; display: block; } .widget { background-color: #282828; } .widget h2 { color: #fff; border-bottom: 1px solid #393939; } .breadcrumbs-area::before { background: #282828; } .breadcrumbs-area { border-bottom: 1px solid #393939; } .widget a { color: #fff; } .widget a:hover { color: #c4986e; } .entry-title a, .entry-footer span a, .entry-meta a { color: #fff; } .entry-title i, .entry-footer span i, .entry-meta i { color: #fff; margin-right: 15px; } .entry-meta { color: #fff; } .entry-title a:hover, .entry-footer span a:hover, .entry-meta a:hover { color: #c4986e; } .nav-links a { color: #fff; background-color: transparent; border: 1px solid #393939; text-decoration: none; } .nav-links a:hover, .page-links a:hover { color: #fff; border-color: #c4986e; background-color: #c4986e; } .comment-reply-title { color: #fff; } .comment-form textarea { border: 1px solid #393939; background-color: transparent; color: #fff; } .comment-form input[type="checkbox"], .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] { border: 1px solid #393939; background-color: transparent; color: #fff; } .comment-form input[type="text"]:hover, .comment-form input[type="text"]:focus, .comment-form input[type="email"]:hover, .comment-form input[type="email"]:focus, .comment-form input[type="url"]:hover, .comment-form input[type="url"]:focus, .comment-form textarea:hover, .comment-form textarea:focus { border: 1px solid #c4986e; } .comment-form input[type="submit"] { border: 1px solid #393939; color: #fff; background-color: transparent; } .comment-form input[type="submit"]:hover { background: #c4986e; border: 1px solid #c4986e; } article.page { background-color: transparent; color: #fff; } .wp-block-search .wp-block-search__label { color: #fff; } .wp-block-search .wp-block-search__input { border: 1px solid #393939; background-color: transparent; transition: 0.5s; color: #fff; } .wp-block-search .wp-block-search__input:hover { background: #c4986e; border: 1px solid #c4986e; transition: 0.5s; } .wp-block-search .wp-block-search__button { border: 1px solid #393939; background: transparent; margin-left: 0px; color: #fff; transition: 0.5s; } .wp-block-search .wp-block-search__button:hover { background: #c4986e; border: 1px solid #c4986e; transition: 0.5s; } .search-area h1 { color: #fff; } .search-form input[type="search"] { border: 1px solid #393939; background-color: transparent; color: #fff; } .search-form input[type="search"]:hover { background: #c4986e; border: 1px solid #c4986e; } .search-form input[type="submit"] { border: 1px solid #393939; background: transparent; } .search-form input[type="submit"]:hover { background: #c4986e; border: 1px solid #c4986e; } .error-page h2 { color: #fff; margin-bottom: 30px; } a.button { color: #fff; background-color: transparent; border: 1px solid #393939; } a.button:hover { background-color: #c4986e; border: 1px solid #c4986e; color: #fff; }
assets/css/main-style.css
body { background-color: #282828; color: fff; } a { color: #fff; text-decoration: none; } a:hover { color: #c4986e; } p { color: #fff; } img { border-color: #393939; } .site-title a, .site-description { color: #fff; } .site-title a:hover { color: #c4986e; } .mainmenu-area { background-color: #282828; border-bottom: 1px solid #393939; } .header-area { border-bottom: 1px solid #393939; } .mainmenu li a { color: #fff; } .mainmenu li:hover a, .mainmenu li.active a { color: #c4986e; } .footer-area { background-color: #282828; border-top: 1px solid #393939; } .header-area { padding-top: 15px; } .footer-area { margin-top: 50px; } article.post { background-color: transparent; } .single article.post { border-bottom: 1px solid #393939; } .blog-post { width: 100%; margin-bottom: 35px; } .blog-post img{ border-radius: 0px; } .blog-post .post-content { padding-top: 30px; } ul.meta-list { padding: 0; margin: 0; } ul.meta-list li { margin-right: 8px; display: inline-block; } ul.meta-list li span{ color: #fff; font-size: 11px; text-transform: uppercase; } ul.meta-list li a { color: #ffffff; font-size: 11px; font-weight: 400; text-transform: uppercase; line-height: 30px; text-decoration: none; transition: 0.5s; } ul.meta-list li a:hover { color: #c4986e; transition: 0.5s; } ul.meta-list li i { display: inline-block; width: 30px; height: 30px; line-height: 30px; border: 1px solid #393939; color: #fff; text-align: center; font-size: 15px; float: left; margin-right: 15px; } .blog-post .post-content h3 { padding-top: 20px; margin-top: 20px; border-top: 1px solid #313131; color: #ffffff; font-size: 20px; font-weight: 600; text-transform: uppercase; } .blog-post .post-content h3 a { color: #ffffff; text-decoration: none; } .blog-post .post-content h3 a:hover { color: #c4986e; } .post-content p { font-size: 15px; color: rgba(255, 255, 255, 0.8); font-weight: 400; line-height: 26px; margin: 0 0 16px; } a.button-one span { position: relative; z-index: 2; } a.button-one { display: inline-block; padding: 5px 20px; color: #ffffff; border: 1px solid #393939; font-size: 13px; text-transform: uppercase; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; text-decoration: none; transition: 0.5s; } a.button-one:hover { background-color: #c4986e; transition: 0.5s; } .archive ul.meta-list li span.byline{ margin-bottom: 15px; display: block; } .widget { background-color: #282828; } .widget h2 { color: #fff; border-bottom: 1px solid #393939; } .breadcrumbs-area::before { background: #282828; } .breadcrumbs-area { border-bottom: 1px solid #393939; } .widget a { color: #fff; } .widget a:hover { color: #c4986e; } .entry-title a, .entry-footer span a, .entry-meta a { color: #fff; } .entry-title i, .entry-footer span i, .entry-meta i { color: #fff; margin-right: 15px; } .entry-meta { color: #fff; } .entry-title a:hover, .entry-footer span a:hover, .entry-meta a:hover { color: #c4986e; } .nav-links a { color: #fff; background-color: transparent; border: 1px solid #393939; text-decoration: none; } .nav-links a:hover, .page-links a:hover { color: #fff; border-color: #c4986e; background-color: #c4986e; } .comment-reply-title { color: #fff; } .comment-form textarea { border: 1px solid #393939; background-color: transparent; color: #fff; } .comment-form input[type="checkbox"], .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] { border: 1px solid #393939; background-color: transparent; color: #fff; } .comment-form input[type="text"]:hover, .comment-form input[type="text"]:focus, .comment-form input[type="email"]:hover, .comment-form input[type="email"]:focus, .comment-form input[type="url"]:hover, .comment-form input[type="url"]:focus, .comment-form textarea:hover, .comment-form textarea:focus { border: 1px solid #c4986e; } .comment-form input[type="submit"] { border: 1px solid #393939; color: #fff; background-color: transparent; } .comment-form input[type="submit"]:hover { background: #c4986e; border: 1px solid #c4986e; } article.page { background-color: transparent; color: #fff; } .wp-block-search .wp-block-search__label { color: #fff; } .wp-block-search .wp-block-search__input { border: 1px solid #393939; background-color: transparent; transition: 0.5s; color: #fff; } .wp-block-search .wp-block-search__input:hover { background: #c4986e; border: 1px solid #c4986e; transition: 0.5s; } .wp-block-search .wp-block-search__button { border: 1px solid #393939; background: transparent; margin-left: 0px; color: #fff; transition: 0.5s; } .wp-block-search .wp-block-search__button:hover { background: #c4986e; border: 1px solid #c4986e; transition: 0.5s; } .search-area h1 { color: #fff; } .search-form input[type="search"] { border: 1px solid #393939; background-color: transparent; color: #fff; } .search-form input[type="search"]:hover { background: #c4986e; border: 1px solid #c4986e; } .search-form input[type="submit"] { border: 1px solid #393939; background: transparent; } .search-form input[type="submit"]:hover { background: #c4986e; border: 1px solid #c4986e; } .error-page h2 { color: #fff; margin-bottom: 30px; } a.button { color: #fff; background-color: transparent; border: 1px solid #393939; } a.button:hover { background-color: #c4986e; border: 1px solid #c4986e; color: #fff; }
0.214856
0.047009
body { font-family: 'Microsoft YaHei'; background-color:#000 !important; } .relative { position: relative; width: 100%; height: 100%; } .left-top-blue { width: 100%; height: 100%; padding: 10px 10px 0px; background-color: #2572eb; position: relative; } #container { padding-top: 70px; } .yq_title { position: absolute; left: 20px; top: 20px; font-size: 30px; line-height: 53px; color: #fff; z-index: 10; } .yq_title .ntiline { width: 53px; height: 53px; background-position: 0px -46px; } .yq_subtitle { position: absolute; font-size: 20px; top: 10px; color: #fff; } @media (min-width:580px) { .yq_subtitle { right: 15px; top: 30px; } } @media (max-width:580px) { .yq_subtitle { left: 60px; top: 35px; line-height: 1.2; } } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { padding-left: 10px; padding-right: 10px; } .outer { padding: 20px 30px 20px 20px; } .highcharts-container, text { font-family: 'Microsoft YaHei' !important; } .top-right-level { margin-left: -10px; margin-right: -10px; } .margin-bo20 { margin-bottom: 20px; } .top-right-one { width: 100%; padding: 8px 20px; line-height: 1.2; height: 100%; color: #FFF; background-color: #78ba00; } .top-right-one a, .top-right-two a { color: #fff; text-decoration: none; } .top-right-one a:hover, .top-right-two a:hover { color: #fff; text-decoration: none; } .top-right-two { width: 100%; padding: 8px 8px 8px 5px; line-height: 1.2; height: 100%; color: #FFF; background-color: #d74f2a; } .midword { font-size: 40px; overflow: hidden; margin-bottom: 8px; } .midword a, .midword span { float: left; } .midword span { font-size: 16px; padding: 22px 0px 0px 5px; } .bigword { font-size: 45px; overflow: hidden; } .bigword a, .bigword span { float: left; } .bigword span { font-size: 16px; padding: 27px 0px 0px 5px; } .eyelid1 .modal-header { padding: 8px 15px; } .eyelid1 .modal-body { min-height: 400px; } #warning .warn_content span { cursor: pointer; } #warning > div:nth-child(2) { background-color: #c14726; } .warn_img { text-align: center; vertical-align: middle; } .warn_img .alpha_img { height: 100%; width: 0px; vertical-align: middle; } .warn_img .img-responsive { cursor: pointer; vertical-align: middle; display: inline-block; width: 200px; max-width: 230px; } @media (max-width:600px) { .warn_img .img-responsive { width: 100% !important; } } .warn_text { display: table-cell; vertical-align: middle; } .warn_text span { display: inline-block; vertical-align: middle; font-size: 16px; color: #ffffff !important; } @media (min-width:1000px) { .warn_text span { font-size: 30px; } } .hot-word span { display: inline-block; margin-right: 3px; color: #ededed; margin-bottom: 5px; } .hot-word span.word1 { font-size: 16px; } .hot-word span.word2 { font-size: 12px; } .hot-word span.word3 { font-size: 12px; } .hot-word span.word4 { font-size: 24px; } .hot-word span.word5 { font-size: 18px; } .hot-word span.word6 { font-size: 24px; } .hot-word span.word7 { font-size: 20px; } .hot-word span.word8 { font-size: 13px; } .hot-word span.word9 { font-size: 14px; } .hot-word span.word10 { font-size: 18px; } .hot-word span.word11 { font-size: 18px; } .hot-word span.word12 { font-size: 13px; } .top-right-news { width: 100%; height: 100%; color: #FFF; background-color: #639901; border:1px solid #000; position:relative; } .right-news-title { position: absolute; left: 0px; top: 0px; height: 20%; background: #78ba00; padding-left: 12px; text-align: left; color: #ffffff; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 22px; } .right-news-title a { color: #ffffff; } .right-news-title i { float: left; margin-top: 4px; } .right-news-title span, .four-title span { font-size: 14px; } .top-right-four { position: relative; width: 100%; height: 100%; color: #FFF; background-color: #05869a; border:1px solid #000; } .four-content, .three-content { width: 100%; height:77%; overflow: hidden; padding: 10px 10px 0px; } .four-content { position: absolute; top: 22%; left: 0px; } .three-content { height: 95px; } .three-content span { padding: 15px; white-space: nowrap; } .zh_word1 { color: #f59277; font-size: 32px; } .zh_word2 { color: #ffe2da; font-size: 28px; } .zh_word3 { color: #eb7b5d; font-size: 19px; } .zh_word4 { color: #e46a49; font-size: 42px; } .zh_word5 { font-size: 20px; color: #e76845; } .zh_word6 { font-size: 14px; color: #fcbdac; } .zh_word7 { font-size: 25px; color: #ffe2da; } .zh_word8 { font-size: 37px; color: #ffffff; } .zh_word9 { font-size: 15px; color: #ffcdc0; } .four-title { position: absolute; top: 0px; left: 0px; height: 20%; background: #017789; padding-left: 12px; color: #a0f1fe; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 22px; } .four-title a { color: #ffffff; } .four-title i { float: left; margin-top: 3px; } .four-content ul { padding-left: 0px; list-style-type: none; } .four-content li { font-size: 13px; height: 20px; overflow: hidden; margin-bottom: 12px; position: relative; } .fl-content { position: absolute; left: 0px; top: 0px; width: 100%; padding-right: 40px; padding-left: 20px; height: 20px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .fl-content a { color: #ffffff; } .fl-content a:hover { color: #ffffff; } .nt_green { background: url(../img/greenpoint.png) no-repeat 0px 3px; } .nt_red { background: url(../img/redpoint.png) no-repeat 0px 3px; } .nt_yellow { background: url(../img/yellowpoint.png) no-repeat 0px 3px; } .fl-contenta { float: left; max-width: 100%; padding-right: 30px; padding-left: 20px; height: 20px; background: url(../img/point.png) no-repeat 5px 6px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .four-content li span.data { position: absolute; right: 0px; top: 0px; width: 50px; white-space: nowrap; display: inline-block; height: 20px; overflow: hidden; text-align:right; } .kbh-content { width: 100%; height: 100%; background-color: #0871a6; border:1px solid #000; } #ei_0, #ei_1, #ei_2, #ei_3, #ei_4, #ei_5, #pi_0, #ci_0, #ci_1, #ci_2, #ci_3, #ci_4, #ci_5, #ci_6 { margin-top: 20px; } .zt-listtop { position: absolute; width: 100%; height: 30px; left: 0px; top: 18px; background: url(../img/black-gray.png) repeat; } .zt-listtop ul { margin: 0px; padding: 0px; } .zt-listtop ul li { list-style-type: none; padding: 7px 10px 5px 15px; height: 30px; } .kbh-imgcon { width: 100%; height: 245px; background-position: center; background-size: 100% 245px; position: relative; } .kbh-title { padding: 0px 15px; background-color: #139fe6; font-size: 22px; height: 20%; color: #fff; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .kbh-title .ntiline { margin-top: 3px; } .bigxing { width: 17px; height: 16px; background-position: 0px 0px; background-image: url(../img/kbh-xing.png); } .bigxing-ban { width: 17px; height: 16px; background-position: -27px 0px; background-image: url(../img/kbh-xing.png); } .bigxing-gray { width: 17px; height: 16px; background-position: -56px 0px; background-image: url(../img/kbh-xing.png); } .litxing { width: 13px; height: 12px; background-position: 0px -30px; background-image: url(../img/kbh-xing.png); } .litxing-ban { width: 13px; height: 12px; background-position: -22px -30px; background-image: url(../img/kbh-xing.png); } .litxing-gray { width: 13px; height: 12px; background-position: -42px -30px; background-image: url(../img/kbh-xing.png); } .zt-list ul, .lt-list ul { margin: 12px 0px 0px; padding: 0px; } .zt-list ul li, .lt-list ul li { list-style-type: none; padding: 8px 10px 6px 15px; height: 32px; } .zt-list ul li span.num, .lt-list ul li span.num, .zt-listtop ul li span.num { float: left; width: 18px; height: 18px; font-size: 11px; color: #6a6a6a; background-color: #fff; text-align: center; line-height: 18px; margin-right: -18px; } .zt-list ul li span.word, .lt-list ul li span.word, .zt-listtop ul li span.word { float: left; width: 100%; padding-left: 26px; padding-right: 85px; color: #fff; font-size: 12px; height: 18px; line-height: 18px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .find-list { height: 240px; overflow: hidden; } .zt-list ul li span.xing, .find-list ul li span.xing, .lt-list ul li span.xing, .zt-listtop ul li span.xing { float: right; margin-left: -85px; } .zt-list ul li span.xing img, .find-list ul li span.xing img, .lt-list ul li span.xing img, .zt-listtop ul li span.xing img { outline: none; margin-right: 3px; float: left; } .zt-list ul li span.xing img, .zt-listtop ul li span.xing img { margin-top: 2px; } .find-list ul li span.xing img { margin-top: 8px; } .lt-list ul li span.xing img { margin-top: 2px; } .find-list ul { margin: 0px; padding: 0px; } .find-list ul li { overflow: hidden; list-style-type: none; height: 30px; margin-top: 16px; background-color: #424242; color: #fff; padding: 0px 10px 0px 20px; line-height: 30px; } .find-list ul li span.img { float: left; margin-right: -30px; } .find-list ul li span.img img { float: left; width: 30px; height: 30px; } .find-list ul li span.word { float: left; font-size: 14px; height: 30px; width: 100%; padding-left: 36px; padding-right: 85px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .bottom-green { width: 100%; min-height: 110px; background-color: #78ba00; } .bottom-green .col-md-2, .bottom-green .col-md-10 { width: 100%; } .bo-media { padding-right: 0px !important; overflow: hidden; } .bo-media > .media > .pull-left { float: right !important; width: 60px; height: 100%; background-color: #6ca700; margin: 0px; text-align: center; line-height: 110px; } .pull-left .no_alpha { vertical-align: middle; } .pull-left .alpha_img { width: 0px; height: 100%; vertical-align: middle; } .list-item { padding-right: 50px; overflow: hidden; } .listone { color:#fff; width:100%; font-size:12px; height:20px; line-height:18px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; text-decoration:underline; } .listone a { color: #ffffff; } .listtwo { overflow: hidden; font-size: 12px; color: #fff; margin-bottom: 10px; } .fleft { float: left; } .fright { float: right; } .fleft span { padding-right: 40px; } .fright span { padding-left: 50px; } #placeholder3 { padding-top: 10px !important; } @media (max-width: 880px) { .fright span { padding-left: 20px; } .fleft span { padding-right: 20px; } } @media (max-width: 600px) { .fright span { padding-left: 5px; } .fleft span { padding-right: 5px; } .list-item { padding-right: 20px; } } @media (max-width:500px) { .listtwo > .fleft { float: none; } /*.listtwo > .fleft > span, .listtwo > .fright > span { white-space:nowrap; }*/ .listtwo > .fright { float: none; } .fleft span { padding-right: 10px; float: left; } .fright span { padding-left: 0px; padding-right: 10px; float: left; } } .listthree { color: #000; font-size: 12px; } .one-hide-green { font-size: 15px; color: #fff; height: 135px; background-color: #6ca700; padding: 50px 0px 0px 8px; } .current { display: block; } .eyelid1, .eyelid2, .eyelid3 { height: 100%; overflow: hidden; } .eyelid4, .eyelid5, .eyelid6 { height: 100%; overflow: hidden; } .eyelid1 > div:nth-child(2) { padding: 0px !important; overflow: hidden; } .top-right-one > div { padding-right: 0px !important; } .list-body { margin-top: 80px; overflow: hidden; } .top-title1 { line-height: 68px; } .top-title1 i { float: left; margin-top: 8px; } .list-body > ul { margin: 0px; padding: 0px; list-style-type: none; } .list-body > ul > li { margin-bottom: 2px; } @media (max-width: 992px) { .margin-sm-bo20 { margin-bottom: 20px; } } @media (max-width:772px) { .mar-sx-bo20 { margin-bottom: 20px; } } @media (max-width:760px) { .yq_subtitle { left: 80px; top: 75px; line-height: 1.2; } } .box.title_big .content { background: none; } .box .content { padding: 10px 10px 0px 25px; } .description { font-size: 13px; } .height_big { height: 290px; } .color_3 { background-color: #2572eb !important; } .text_color_3 { color: #2572eb !important; } .box { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; border: 0px solid #e9e9e9; height: 290px; color: #fff; position: relative; } .box.title_big { position: relative; } #tooltip { -webkit-box-shadow: rgba(0,0,0,0.5) 0px 1px 3px; -moz-box-shadow: rgba(0,0,0,0.5) 0px 1px 3px; box-shadow: rgba(0,0,0,0.5) 0px 1px 3px; } #tooltip .date { font-size: 12px; color: #a5a4a4; } #tooltip .title { font-size: 24px; font-weight: bold; } #tooltip:before { position: absolute; bottom: -7px; left: 33px; display: inline-block; border-right: 9px solid transparent; border-top: 9px solid #CCC; border-left: 9px solid transparent; border-top-color: rgba(0,0,0,0.2); content: ''; } #tooltip:after { position: absolute; bottom: -6px; left: 34px; display: inline-block; border-right: 8px solid transparent; border-top: 8px solid white; border-left: 8px solid transparent; content: ''; } .bottom-title { position: absolute; right: 0px; top: 12px; font-size: 16px; } .top-title { position: absolute; left: 25px; top: 5px; font-size: 20px; } .top-title1 { position: absolute; color: #fff; left: 10px; top: 5px; font-size: 32px; } .forum-hot { width: 100%; height: 80%; position: relative; overflow: hidden; } .forum-hota { width: 100%; position: relative; overflow: hidden; } .forum-hota span { padding: 5px 10px; white-space: nowrap; } .forum-hota span.word1 { font-size: 8px; color: #818080; } .forum-hota span.word2 { font-size: 9px; color: #818080; } .forum-hota span.word3 { font-size: 10px; color: #818080; } .forum-hota span.word4 { font-size: 11px; color: #818080; } .forum-hota span.word5 { font-size: 12px; color: #818080; } .forum-hota span.word6 { font-size: 13px; color: #818080; } .forum-hota span.word7 { font-size: 14px; color: #818080; } .forum-hota span.word8 { font-size: 12px; color: #7ec5e1; } .forum-hota span.word9 { font-size: 15px; color: #94b1b7; } .forum-hota span.word10 { font-size: 18px; color: #5fb8fc; } .forum-hota span.word11 { font-size: 21px; color: #7bc7de; } .forum-hota span.word12 { font-size: 15px; color: #58be96; } .forum-hota span.word13 { font-size: 15px; color: #f1e8e8; } .forum-hota span.word14 { font-size: 25px; color: #93c2a0; } .forum-hota span.word15 { font-size: 18px; color: #ea9eba; } .forum-hota span.word16 { font-size: 15px; color: #ea9eba; } .forum-hota span.word17 { font-size: 18px; color: #58be96; } .forum-hota span.word18 { font-size: 15px; color: #93c2a0; } .forum-hota span.word19 { font-size: 18px; color: #7ec5e1; } .forum-hota span.word20 { font-size: 12px; color: #ce754b; } .forum-hota span.word21 { font-size: 12px; color: #9491b7; } .forum-hot > div { display: none; position: absolute; text-align: center; color: #fff; overflow: hidden; } .forum1, .forum-hot > div:nth-child(1) { left: 2%; top: 10%; width: 90px; height: 90px; border-radius: 90px; background-color: #94b1b7; font-size: 20px; padding-top: 30px; display: block; } .forum2, .forum-hot > div:nth-child(2) { left: 18%; top: 48%; width: 85px; height: 85px; border-radius: 85px; background-color: #ff7dad; font-size: 20px; padding-top: 25px; display: block; } .forum4, .forum-hot > div:nth-child(3) { left: 44%; top: 45%; width: 80px; height: 80px; border-radius: 80px; background-color: #93c2a0; font-size: 16px; padding-top: 30px; display: block; } .forum3, .forum-hot > div:nth-child(4) { left: 30%; top: 2%; width: 75px; height: 75px; border-radius: 75px; background-color: #ce754b; font-size: 18px; padding-top: 25px; display: block; } .forum5, .forum-hot > div:nth-child(5) { left: 56%; top: 5%; width: 72px; height: 72px; border-radius: 72px; background-color:#7bc3de ; font-size: 16px; padding-top: 28px; display: block; } .forum6, .forum-hot > div:nth-child(6) { left: 66%; top: 46%; width: 75px; height: 75px; border-radius: 85px; background-color: #cd357b; font-size: 16px; padding-top: 28px; display: block; } .forum7, .forum-hot > div:nth-child(7) { left: 76%; top: 10%; width: 72px; height: 72px; border-radius: 72px; background-color: #ea9eba; font-size: 15px; padding-top: 25px; display: block; } .forum8, .forum-hot > div:nth-child(8) { left: 40%; top: 62%; width: 65px; height: 65px; border-radius: 65px; background-color: #ea9eba; font-size: 14px; padding-top: 25px; display: block; } .forum9, .forum-hot > div:nth-child(9) { left: 45%; top: 6%; width: 64px; height: 64px; border-radius: 64px; background-color: #58be96; font-size: 14px; padding-top: 20px; display: block; } .forum10, .forum-hot > div:nth-child(10) { left: 25%; top: 8%; width: 68px; height: 68px; border-radius: 68px; background-color: #87a366; font-size: 14px; padding-top: 20px; display: block; } .forum11, .forum-hot > div:nth-child(11) { left: 92%; top: 20%; width: 18px; height: 18px; border-radius: 18px; background-color: #94b1b7; font-size: 0px; display: block; } .forum12, .forum-hot > div:nth-child(12) { left: 3%; top: 80%; width: 15px; height: 15px; border-radius: 15px; background-color: #7ec5e1; font-size: 0px; display: block; } .forum13, .forum-hot > div:nth-child(13) { left: 8%; top: 5%; width: 12px; height: 12px; border-radius: 12px; background-color: #56c197; font-size: 0px; display: block; } .content-pl2 { padding: 0px 10px; } .content-pl2-title { position: absolute; right: 10px; top: 8px; font-size: 18px; font-weight: bold; opacity: 0.8; z-index: 100; } .nantong { font-size: 25px; padding-right: 15px; } @-webkit-keyframes rotate-start { 0% { -webkit-transform: perspective(500px) rotateX(0deg); } 100% { -webkit-transform: perspective(500px) rotateX(180deg); } } @keyframes rotate-start { 0% { transform: perspective(500px) rotateX(0deg); } 100% { transform: perspective(500px) rotateX(180deg); } } .fs1 { font-size: 15px; } .fs2 { font-size: 19px; } .fs3 { font-size: 24px; } .co1 { color: white; } .co2 { color: #78ba00; } .co3 { color: #ea9eba; } .left-top-yq { background-color: #2d3a4a; } .yq_showRandar { background-position: 50% 0%; background-repeat: no-repeat; background-image: url(../img/radar.gif); } .nt_icon { position: relative; display: inline-block; background-image: url(../img/nt_icon.png); margin-right: 8px; } .ntiline { float: left; width: 24px; height: 25px; background-position: 0px 0px; } .ntiword { width: 26px; height: 26px; background-position: -39px 0px; float: left; margin-top: 3px; } .ntilist { width: 26px; height: 26px; background-position: -78px 0px; } .kbh-cityManage { background-color: #006a23; } .kbh-cityManage .kbh-title { background-color: #00c13f; } .kbh-safe { background-color: #017878; } .kbh-safe .kbh-title { background-color: #01a5a5; } .kbh-hbzs { background-color: #146da0; } .kbh-hbzs .kbh-title { background-color: #1faeff; } .kbh-economic { background-color: #0871a6; } .kbh-economic .kbh-title { background-color: #56c5ff; } .kbh-agriculture { background-color: #146da0; } .kbh-agriculture .kbh-title { background-color: #1faeff; } .kbh-people { background-color: #1a50a4; } .kbh-people .kbh-title { background-color: #2572eb; } .kbh-business { background-color: #4c0073; } .kbh-business .kbh-title { background-color: #7301ad; } #mainContainer { width: 100%; height: 100%; padding: 10px; } .warning_title { font-size: 16px; } .warning_con ul { margin-left: 0px; padding-left: 20px; } .nt_news { background-color: #87321b; } .nt_news .right-news-title { background: #d74f2a; } .nt_hotword_city { background-color: #0871a6; } .nt_hotword_city .kbh-title { background-color: #56c5ff; } .nt_hotword_safe { background-color: #01a5a5; } .nt_hotword_safe .kbh-title { background-color: #21d4d4; } .kbh-traffic { background-color: #0871a6; } .kbh-traffic .kbh-title { background-color: #56c5ff; } .nt_hotword_tra { background-color: #0e8ccb; } .nt_hotword_tra .kbh-title { background-color: #34aeeb; } .nt_hotword_hb { background-color: #bd6209; } .nt_hotword_hb .kbh-title { background-color: #e09851; } .nt_cj { background-color: #1a50a4; } .nt_cj .kbh-title { background-color: #2572eb; } .nt_hotword_cj { background-color: #0b3679; } .nt_hotword_cj .kbh-title { background-color: #1a50a4; } .nt_hotword_eco { background-color: #1a50a4; } .nt_hotword_eco .kbh-title { background-color: #2572eb; } .nt_hotword_ecoa { background-color: #1a5fca; } .nt_hotword_ecoa .kbh-title { background-color: #3980ef; } .nt_hotword_peo { background-color: #087878; } .nt_hotword_peo .kbh-title { background-color: #01a5a5; } .nt_hotword_peo1 { background-color: #454444; } .nt_hotword_peo1 .kbh-title { background-color: #585757; } .nt_gy { background-color: #087878; } .nt_gy .kbh-title { background-color: #01a5a5; } .nt_hotword_gy { background-color: #016565; } .nt_hotword_gy .kbh-title { background-color: #029999; } .nt_hotword_bui { background-color: #4c0073; } .nt_hotword_bui .kbh-title { background-color: #7301ad; } .nt_travel { background-color: #639901; } .nt_travel .kbh-title { background-color: #78ba00; } .nt_hotword_travel { background-color: #639901; } .nt_hotword_travel .kbh-title { background-color: #78ba00; } .poup_title { display: inline-block; width: 380px; height: 20px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } #myModal .modal-body ul { margin: 0px; padding: 0px 0px 0px 8px; list-style: none; overflow: hidden; } #myModal .modal-body li { height: 24px; background: url(../img/black_point.png) no-repeat 0px 11px; margin-bottom: 5px; padding-left: 12px; } #myModal .modal-body li > a, #myModal .modal-body li > span { display: inline-block; height: 24px; line-height: 24px; } .firstlevel, .twolevel, .threelevel { width: 100%; overflow: hidden; } .oneModel { float: left; width: 20%; position: relative; } .loading { background-image: url('/img/load.gif'); background-position: center center; background-repeat: no-repeat; } .fourModel { float: left; width: 80%; } .fourModel>div.highcharts-container{ border:1px solid #000; } @media (max-width: 1030px) { .kbh-title{ font-size:20px; } .four-title{ font-size:20px; } .right-news-title{ font-size:20px; } .ntiline{ width:22px; height:23px; background-position:0px -112px; } .ntiword{ width:22px; height:23px; background-position:-33px -112px; margin-top:2px; } .ntilist{ width:22px; height:23px; background-position:-67px -112px; margin-top:3px !important; } .kbh-title{ padding:0px 5px; } .nt_icon{ margin-right:5px; } .right-news-title{ padding-left:5px; } .four-title{ padding-left:5px; } }
public/css/sep14.css
body { font-family: 'Microsoft YaHei'; background-color:#000 !important; } .relative { position: relative; width: 100%; height: 100%; } .left-top-blue { width: 100%; height: 100%; padding: 10px 10px 0px; background-color: #2572eb; position: relative; } #container { padding-top: 70px; } .yq_title { position: absolute; left: 20px; top: 20px; font-size: 30px; line-height: 53px; color: #fff; z-index: 10; } .yq_title .ntiline { width: 53px; height: 53px; background-position: 0px -46px; } .yq_subtitle { position: absolute; font-size: 20px; top: 10px; color: #fff; } @media (min-width:580px) { .yq_subtitle { right: 15px; top: 30px; } } @media (max-width:580px) { .yq_subtitle { left: 60px; top: 35px; line-height: 1.2; } } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { padding-left: 10px; padding-right: 10px; } .outer { padding: 20px 30px 20px 20px; } .highcharts-container, text { font-family: 'Microsoft YaHei' !important; } .top-right-level { margin-left: -10px; margin-right: -10px; } .margin-bo20 { margin-bottom: 20px; } .top-right-one { width: 100%; padding: 8px 20px; line-height: 1.2; height: 100%; color: #FFF; background-color: #78ba00; } .top-right-one a, .top-right-two a { color: #fff; text-decoration: none; } .top-right-one a:hover, .top-right-two a:hover { color: #fff; text-decoration: none; } .top-right-two { width: 100%; padding: 8px 8px 8px 5px; line-height: 1.2; height: 100%; color: #FFF; background-color: #d74f2a; } .midword { font-size: 40px; overflow: hidden; margin-bottom: 8px; } .midword a, .midword span { float: left; } .midword span { font-size: 16px; padding: 22px 0px 0px 5px; } .bigword { font-size: 45px; overflow: hidden; } .bigword a, .bigword span { float: left; } .bigword span { font-size: 16px; padding: 27px 0px 0px 5px; } .eyelid1 .modal-header { padding: 8px 15px; } .eyelid1 .modal-body { min-height: 400px; } #warning .warn_content span { cursor: pointer; } #warning > div:nth-child(2) { background-color: #c14726; } .warn_img { text-align: center; vertical-align: middle; } .warn_img .alpha_img { height: 100%; width: 0px; vertical-align: middle; } .warn_img .img-responsive { cursor: pointer; vertical-align: middle; display: inline-block; width: 200px; max-width: 230px; } @media (max-width:600px) { .warn_img .img-responsive { width: 100% !important; } } .warn_text { display: table-cell; vertical-align: middle; } .warn_text span { display: inline-block; vertical-align: middle; font-size: 16px; color: #ffffff !important; } @media (min-width:1000px) { .warn_text span { font-size: 30px; } } .hot-word span { display: inline-block; margin-right: 3px; color: #ededed; margin-bottom: 5px; } .hot-word span.word1 { font-size: 16px; } .hot-word span.word2 { font-size: 12px; } .hot-word span.word3 { font-size: 12px; } .hot-word span.word4 { font-size: 24px; } .hot-word span.word5 { font-size: 18px; } .hot-word span.word6 { font-size: 24px; } .hot-word span.word7 { font-size: 20px; } .hot-word span.word8 { font-size: 13px; } .hot-word span.word9 { font-size: 14px; } .hot-word span.word10 { font-size: 18px; } .hot-word span.word11 { font-size: 18px; } .hot-word span.word12 { font-size: 13px; } .top-right-news { width: 100%; height: 100%; color: #FFF; background-color: #639901; border:1px solid #000; position:relative; } .right-news-title { position: absolute; left: 0px; top: 0px; height: 20%; background: #78ba00; padding-left: 12px; text-align: left; color: #ffffff; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 22px; } .right-news-title a { color: #ffffff; } .right-news-title i { float: left; margin-top: 4px; } .right-news-title span, .four-title span { font-size: 14px; } .top-right-four { position: relative; width: 100%; height: 100%; color: #FFF; background-color: #05869a; border:1px solid #000; } .four-content, .three-content { width: 100%; height:77%; overflow: hidden; padding: 10px 10px 0px; } .four-content { position: absolute; top: 22%; left: 0px; } .three-content { height: 95px; } .three-content span { padding: 15px; white-space: nowrap; } .zh_word1 { color: #f59277; font-size: 32px; } .zh_word2 { color: #ffe2da; font-size: 28px; } .zh_word3 { color: #eb7b5d; font-size: 19px; } .zh_word4 { color: #e46a49; font-size: 42px; } .zh_word5 { font-size: 20px; color: #e76845; } .zh_word6 { font-size: 14px; color: #fcbdac; } .zh_word7 { font-size: 25px; color: #ffe2da; } .zh_word8 { font-size: 37px; color: #ffffff; } .zh_word9 { font-size: 15px; color: #ffcdc0; } .four-title { position: absolute; top: 0px; left: 0px; height: 20%; background: #017789; padding-left: 12px; color: #a0f1fe; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 22px; } .four-title a { color: #ffffff; } .four-title i { float: left; margin-top: 3px; } .four-content ul { padding-left: 0px; list-style-type: none; } .four-content li { font-size: 13px; height: 20px; overflow: hidden; margin-bottom: 12px; position: relative; } .fl-content { position: absolute; left: 0px; top: 0px; width: 100%; padding-right: 40px; padding-left: 20px; height: 20px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .fl-content a { color: #ffffff; } .fl-content a:hover { color: #ffffff; } .nt_green { background: url(../img/greenpoint.png) no-repeat 0px 3px; } .nt_red { background: url(../img/redpoint.png) no-repeat 0px 3px; } .nt_yellow { background: url(../img/yellowpoint.png) no-repeat 0px 3px; } .fl-contenta { float: left; max-width: 100%; padding-right: 30px; padding-left: 20px; height: 20px; background: url(../img/point.png) no-repeat 5px 6px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .four-content li span.data { position: absolute; right: 0px; top: 0px; width: 50px; white-space: nowrap; display: inline-block; height: 20px; overflow: hidden; text-align:right; } .kbh-content { width: 100%; height: 100%; background-color: #0871a6; border:1px solid #000; } #ei_0, #ei_1, #ei_2, #ei_3, #ei_4, #ei_5, #pi_0, #ci_0, #ci_1, #ci_2, #ci_3, #ci_4, #ci_5, #ci_6 { margin-top: 20px; } .zt-listtop { position: absolute; width: 100%; height: 30px; left: 0px; top: 18px; background: url(../img/black-gray.png) repeat; } .zt-listtop ul { margin: 0px; padding: 0px; } .zt-listtop ul li { list-style-type: none; padding: 7px 10px 5px 15px; height: 30px; } .kbh-imgcon { width: 100%; height: 245px; background-position: center; background-size: 100% 245px; position: relative; } .kbh-title { padding: 0px 15px; background-color: #139fe6; font-size: 22px; height: 20%; color: #fff; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .kbh-title .ntiline { margin-top: 3px; } .bigxing { width: 17px; height: 16px; background-position: 0px 0px; background-image: url(../img/kbh-xing.png); } .bigxing-ban { width: 17px; height: 16px; background-position: -27px 0px; background-image: url(../img/kbh-xing.png); } .bigxing-gray { width: 17px; height: 16px; background-position: -56px 0px; background-image: url(../img/kbh-xing.png); } .litxing { width: 13px; height: 12px; background-position: 0px -30px; background-image: url(../img/kbh-xing.png); } .litxing-ban { width: 13px; height: 12px; background-position: -22px -30px; background-image: url(../img/kbh-xing.png); } .litxing-gray { width: 13px; height: 12px; background-position: -42px -30px; background-image: url(../img/kbh-xing.png); } .zt-list ul, .lt-list ul { margin: 12px 0px 0px; padding: 0px; } .zt-list ul li, .lt-list ul li { list-style-type: none; padding: 8px 10px 6px 15px; height: 32px; } .zt-list ul li span.num, .lt-list ul li span.num, .zt-listtop ul li span.num { float: left; width: 18px; height: 18px; font-size: 11px; color: #6a6a6a; background-color: #fff; text-align: center; line-height: 18px; margin-right: -18px; } .zt-list ul li span.word, .lt-list ul li span.word, .zt-listtop ul li span.word { float: left; width: 100%; padding-left: 26px; padding-right: 85px; color: #fff; font-size: 12px; height: 18px; line-height: 18px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .find-list { height: 240px; overflow: hidden; } .zt-list ul li span.xing, .find-list ul li span.xing, .lt-list ul li span.xing, .zt-listtop ul li span.xing { float: right; margin-left: -85px; } .zt-list ul li span.xing img, .find-list ul li span.xing img, .lt-list ul li span.xing img, .zt-listtop ul li span.xing img { outline: none; margin-right: 3px; float: left; } .zt-list ul li span.xing img, .zt-listtop ul li span.xing img { margin-top: 2px; } .find-list ul li span.xing img { margin-top: 8px; } .lt-list ul li span.xing img { margin-top: 2px; } .find-list ul { margin: 0px; padding: 0px; } .find-list ul li { overflow: hidden; list-style-type: none; height: 30px; margin-top: 16px; background-color: #424242; color: #fff; padding: 0px 10px 0px 20px; line-height: 30px; } .find-list ul li span.img { float: left; margin-right: -30px; } .find-list ul li span.img img { float: left; width: 30px; height: 30px; } .find-list ul li span.word { float: left; font-size: 14px; height: 30px; width: 100%; padding-left: 36px; padding-right: 85px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .bottom-green { width: 100%; min-height: 110px; background-color: #78ba00; } .bottom-green .col-md-2, .bottom-green .col-md-10 { width: 100%; } .bo-media { padding-right: 0px !important; overflow: hidden; } .bo-media > .media > .pull-left { float: right !important; width: 60px; height: 100%; background-color: #6ca700; margin: 0px; text-align: center; line-height: 110px; } .pull-left .no_alpha { vertical-align: middle; } .pull-left .alpha_img { width: 0px; height: 100%; vertical-align: middle; } .list-item { padding-right: 50px; overflow: hidden; } .listone { color:#fff; width:100%; font-size:12px; height:20px; line-height:18px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; text-decoration:underline; } .listone a { color: #ffffff; } .listtwo { overflow: hidden; font-size: 12px; color: #fff; margin-bottom: 10px; } .fleft { float: left; } .fright { float: right; } .fleft span { padding-right: 40px; } .fright span { padding-left: 50px; } #placeholder3 { padding-top: 10px !important; } @media (max-width: 880px) { .fright span { padding-left: 20px; } .fleft span { padding-right: 20px; } } @media (max-width: 600px) { .fright span { padding-left: 5px; } .fleft span { padding-right: 5px; } .list-item { padding-right: 20px; } } @media (max-width:500px) { .listtwo > .fleft { float: none; } /*.listtwo > .fleft > span, .listtwo > .fright > span { white-space:nowrap; }*/ .listtwo > .fright { float: none; } .fleft span { padding-right: 10px; float: left; } .fright span { padding-left: 0px; padding-right: 10px; float: left; } } .listthree { color: #000; font-size: 12px; } .one-hide-green { font-size: 15px; color: #fff; height: 135px; background-color: #6ca700; padding: 50px 0px 0px 8px; } .current { display: block; } .eyelid1, .eyelid2, .eyelid3 { height: 100%; overflow: hidden; } .eyelid4, .eyelid5, .eyelid6 { height: 100%; overflow: hidden; } .eyelid1 > div:nth-child(2) { padding: 0px !important; overflow: hidden; } .top-right-one > div { padding-right: 0px !important; } .list-body { margin-top: 80px; overflow: hidden; } .top-title1 { line-height: 68px; } .top-title1 i { float: left; margin-top: 8px; } .list-body > ul { margin: 0px; padding: 0px; list-style-type: none; } .list-body > ul > li { margin-bottom: 2px; } @media (max-width: 992px) { .margin-sm-bo20 { margin-bottom: 20px; } } @media (max-width:772px) { .mar-sx-bo20 { margin-bottom: 20px; } } @media (max-width:760px) { .yq_subtitle { left: 80px; top: 75px; line-height: 1.2; } } .box.title_big .content { background: none; } .box .content { padding: 10px 10px 0px 25px; } .description { font-size: 13px; } .height_big { height: 290px; } .color_3 { background-color: #2572eb !important; } .text_color_3 { color: #2572eb !important; } .box { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; border: 0px solid #e9e9e9; height: 290px; color: #fff; position: relative; } .box.title_big { position: relative; } #tooltip { -webkit-box-shadow: rgba(0,0,0,0.5) 0px 1px 3px; -moz-box-shadow: rgba(0,0,0,0.5) 0px 1px 3px; box-shadow: rgba(0,0,0,0.5) 0px 1px 3px; } #tooltip .date { font-size: 12px; color: #a5a4a4; } #tooltip .title { font-size: 24px; font-weight: bold; } #tooltip:before { position: absolute; bottom: -7px; left: 33px; display: inline-block; border-right: 9px solid transparent; border-top: 9px solid #CCC; border-left: 9px solid transparent; border-top-color: rgba(0,0,0,0.2); content: ''; } #tooltip:after { position: absolute; bottom: -6px; left: 34px; display: inline-block; border-right: 8px solid transparent; border-top: 8px solid white; border-left: 8px solid transparent; content: ''; } .bottom-title { position: absolute; right: 0px; top: 12px; font-size: 16px; } .top-title { position: absolute; left: 25px; top: 5px; font-size: 20px; } .top-title1 { position: absolute; color: #fff; left: 10px; top: 5px; font-size: 32px; } .forum-hot { width: 100%; height: 80%; position: relative; overflow: hidden; } .forum-hota { width: 100%; position: relative; overflow: hidden; } .forum-hota span { padding: 5px 10px; white-space: nowrap; } .forum-hota span.word1 { font-size: 8px; color: #818080; } .forum-hota span.word2 { font-size: 9px; color: #818080; } .forum-hota span.word3 { font-size: 10px; color: #818080; } .forum-hota span.word4 { font-size: 11px; color: #818080; } .forum-hota span.word5 { font-size: 12px; color: #818080; } .forum-hota span.word6 { font-size: 13px; color: #818080; } .forum-hota span.word7 { font-size: 14px; color: #818080; } .forum-hota span.word8 { font-size: 12px; color: #7ec5e1; } .forum-hota span.word9 { font-size: 15px; color: #94b1b7; } .forum-hota span.word10 { font-size: 18px; color: #5fb8fc; } .forum-hota span.word11 { font-size: 21px; color: #7bc7de; } .forum-hota span.word12 { font-size: 15px; color: #58be96; } .forum-hota span.word13 { font-size: 15px; color: #f1e8e8; } .forum-hota span.word14 { font-size: 25px; color: #93c2a0; } .forum-hota span.word15 { font-size: 18px; color: #ea9eba; } .forum-hota span.word16 { font-size: 15px; color: #ea9eba; } .forum-hota span.word17 { font-size: 18px; color: #58be96; } .forum-hota span.word18 { font-size: 15px; color: #93c2a0; } .forum-hota span.word19 { font-size: 18px; color: #7ec5e1; } .forum-hota span.word20 { font-size: 12px; color: #ce754b; } .forum-hota span.word21 { font-size: 12px; color: #9491b7; } .forum-hot > div { display: none; position: absolute; text-align: center; color: #fff; overflow: hidden; } .forum1, .forum-hot > div:nth-child(1) { left: 2%; top: 10%; width: 90px; height: 90px; border-radius: 90px; background-color: #94b1b7; font-size: 20px; padding-top: 30px; display: block; } .forum2, .forum-hot > div:nth-child(2) { left: 18%; top: 48%; width: 85px; height: 85px; border-radius: 85px; background-color: #ff7dad; font-size: 20px; padding-top: 25px; display: block; } .forum4, .forum-hot > div:nth-child(3) { left: 44%; top: 45%; width: 80px; height: 80px; border-radius: 80px; background-color: #93c2a0; font-size: 16px; padding-top: 30px; display: block; } .forum3, .forum-hot > div:nth-child(4) { left: 30%; top: 2%; width: 75px; height: 75px; border-radius: 75px; background-color: #ce754b; font-size: 18px; padding-top: 25px; display: block; } .forum5, .forum-hot > div:nth-child(5) { left: 56%; top: 5%; width: 72px; height: 72px; border-radius: 72px; background-color:#7bc3de ; font-size: 16px; padding-top: 28px; display: block; } .forum6, .forum-hot > div:nth-child(6) { left: 66%; top: 46%; width: 75px; height: 75px; border-radius: 85px; background-color: #cd357b; font-size: 16px; padding-top: 28px; display: block; } .forum7, .forum-hot > div:nth-child(7) { left: 76%; top: 10%; width: 72px; height: 72px; border-radius: 72px; background-color: #ea9eba; font-size: 15px; padding-top: 25px; display: block; } .forum8, .forum-hot > div:nth-child(8) { left: 40%; top: 62%; width: 65px; height: 65px; border-radius: 65px; background-color: #ea9eba; font-size: 14px; padding-top: 25px; display: block; } .forum9, .forum-hot > div:nth-child(9) { left: 45%; top: 6%; width: 64px; height: 64px; border-radius: 64px; background-color: #58be96; font-size: 14px; padding-top: 20px; display: block; } .forum10, .forum-hot > div:nth-child(10) { left: 25%; top: 8%; width: 68px; height: 68px; border-radius: 68px; background-color: #87a366; font-size: 14px; padding-top: 20px; display: block; } .forum11, .forum-hot > div:nth-child(11) { left: 92%; top: 20%; width: 18px; height: 18px; border-radius: 18px; background-color: #94b1b7; font-size: 0px; display: block; } .forum12, .forum-hot > div:nth-child(12) { left: 3%; top: 80%; width: 15px; height: 15px; border-radius: 15px; background-color: #7ec5e1; font-size: 0px; display: block; } .forum13, .forum-hot > div:nth-child(13) { left: 8%; top: 5%; width: 12px; height: 12px; border-radius: 12px; background-color: #56c197; font-size: 0px; display: block; } .content-pl2 { padding: 0px 10px; } .content-pl2-title { position: absolute; right: 10px; top: 8px; font-size: 18px; font-weight: bold; opacity: 0.8; z-index: 100; } .nantong { font-size: 25px; padding-right: 15px; } @-webkit-keyframes rotate-start { 0% { -webkit-transform: perspective(500px) rotateX(0deg); } 100% { -webkit-transform: perspective(500px) rotateX(180deg); } } @keyframes rotate-start { 0% { transform: perspective(500px) rotateX(0deg); } 100% { transform: perspective(500px) rotateX(180deg); } } .fs1 { font-size: 15px; } .fs2 { font-size: 19px; } .fs3 { font-size: 24px; } .co1 { color: white; } .co2 { color: #78ba00; } .co3 { color: #ea9eba; } .left-top-yq { background-color: #2d3a4a; } .yq_showRandar { background-position: 50% 0%; background-repeat: no-repeat; background-image: url(../img/radar.gif); } .nt_icon { position: relative; display: inline-block; background-image: url(../img/nt_icon.png); margin-right: 8px; } .ntiline { float: left; width: 24px; height: 25px; background-position: 0px 0px; } .ntiword { width: 26px; height: 26px; background-position: -39px 0px; float: left; margin-top: 3px; } .ntilist { width: 26px; height: 26px; background-position: -78px 0px; } .kbh-cityManage { background-color: #006a23; } .kbh-cityManage .kbh-title { background-color: #00c13f; } .kbh-safe { background-color: #017878; } .kbh-safe .kbh-title { background-color: #01a5a5; } .kbh-hbzs { background-color: #146da0; } .kbh-hbzs .kbh-title { background-color: #1faeff; } .kbh-economic { background-color: #0871a6; } .kbh-economic .kbh-title { background-color: #56c5ff; } .kbh-agriculture { background-color: #146da0; } .kbh-agriculture .kbh-title { background-color: #1faeff; } .kbh-people { background-color: #1a50a4; } .kbh-people .kbh-title { background-color: #2572eb; } .kbh-business { background-color: #4c0073; } .kbh-business .kbh-title { background-color: #7301ad; } #mainContainer { width: 100%; height: 100%; padding: 10px; } .warning_title { font-size: 16px; } .warning_con ul { margin-left: 0px; padding-left: 20px; } .nt_news { background-color: #87321b; } .nt_news .right-news-title { background: #d74f2a; } .nt_hotword_city { background-color: #0871a6; } .nt_hotword_city .kbh-title { background-color: #56c5ff; } .nt_hotword_safe { background-color: #01a5a5; } .nt_hotword_safe .kbh-title { background-color: #21d4d4; } .kbh-traffic { background-color: #0871a6; } .kbh-traffic .kbh-title { background-color: #56c5ff; } .nt_hotword_tra { background-color: #0e8ccb; } .nt_hotword_tra .kbh-title { background-color: #34aeeb; } .nt_hotword_hb { background-color: #bd6209; } .nt_hotword_hb .kbh-title { background-color: #e09851; } .nt_cj { background-color: #1a50a4; } .nt_cj .kbh-title { background-color: #2572eb; } .nt_hotword_cj { background-color: #0b3679; } .nt_hotword_cj .kbh-title { background-color: #1a50a4; } .nt_hotword_eco { background-color: #1a50a4; } .nt_hotword_eco .kbh-title { background-color: #2572eb; } .nt_hotword_ecoa { background-color: #1a5fca; } .nt_hotword_ecoa .kbh-title { background-color: #3980ef; } .nt_hotword_peo { background-color: #087878; } .nt_hotword_peo .kbh-title { background-color: #01a5a5; } .nt_hotword_peo1 { background-color: #454444; } .nt_hotword_peo1 .kbh-title { background-color: #585757; } .nt_gy { background-color: #087878; } .nt_gy .kbh-title { background-color: #01a5a5; } .nt_hotword_gy { background-color: #016565; } .nt_hotword_gy .kbh-title { background-color: #029999; } .nt_hotword_bui { background-color: #4c0073; } .nt_hotword_bui .kbh-title { background-color: #7301ad; } .nt_travel { background-color: #639901; } .nt_travel .kbh-title { background-color: #78ba00; } .nt_hotword_travel { background-color: #639901; } .nt_hotword_travel .kbh-title { background-color: #78ba00; } .poup_title { display: inline-block; width: 380px; height: 20px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } #myModal .modal-body ul { margin: 0px; padding: 0px 0px 0px 8px; list-style: none; overflow: hidden; } #myModal .modal-body li { height: 24px; background: url(../img/black_point.png) no-repeat 0px 11px; margin-bottom: 5px; padding-left: 12px; } #myModal .modal-body li > a, #myModal .modal-body li > span { display: inline-block; height: 24px; line-height: 24px; } .firstlevel, .twolevel, .threelevel { width: 100%; overflow: hidden; } .oneModel { float: left; width: 20%; position: relative; } .loading { background-image: url('/img/load.gif'); background-position: center center; background-repeat: no-repeat; } .fourModel { float: left; width: 80%; } .fourModel>div.highcharts-container{ border:1px solid #000; } @media (max-width: 1030px) { .kbh-title{ font-size:20px; } .four-title{ font-size:20px; } .right-news-title{ font-size:20px; } .ntiline{ width:22px; height:23px; background-position:0px -112px; } .ntiword{ width:22px; height:23px; background-position:-33px -112px; margin-top:2px; } .ntilist{ width:22px; height:23px; background-position:-67px -112px; margin-top:3px !important; } .kbh-title{ padding:0px 5px; } .nt_icon{ margin-right:5px; } .right-news-title{ padding-left:5px; } .four-title{ padding-left:5px; } }
0.542379
0.062818
:root { --action-sheet-mask-color: rgba(0, 0, 0, 0.1); --material-action-sheet-mask-color: rgba(0, 0, 0, 0.2); } /*~ name: Action Sheet category: Action Sheet markup: | <div class="action-sheet-mask"></div> <div class="action-sheet"> <div class="action-sheet-title">Title</div> <button class="action-sheet-button">Label</button> <button class="action-sheet-button">Cancel</button> </div> */ /*~ name: Action Sheet with Delete Label category: Action Sheet markup: | <div class="action-sheet-mask"></div> <div class="action-sheet"> <button class="action-sheet-button">Label</button> <button class="action-sheet-button action-sheet-button--destructive">Delete Label</button> <button class="action-sheet-button">Cancel</button> </div> */ .action-sheet { @apply(--reset-font); cursor: default; position: absolute; left: 10px; /* iOS 9, 10, 11 */ right: 10px; /* iOS 9, 10, 11 */ bottom: 10px; /* iOS 9, 10, 11 */ z-index: 2; } .action-sheet-button { box-sizing: border-box; height: 56px; font-size: 20px; text-align: center; color: var(--action-sheet-button-color); background-color: var(--action-sheet-button-background-color); border-radius: 0; line-height: 56px; border: none; appearance: none; display: block; width: 100%; @apply(--ellipsis); background-size: 100% 1px; background-repeat: no-repeat; background-position: bottom; background-image: linear-gradient(0deg, var(--action-sheet-button-separator-color), var(--action-sheet-button-separator-color) 100%); @media (--retina-query) { background-image: linear-gradient(0deg, var(--action-sheet-button-separator-color), var(--action-sheet-button-separator-color) 50%, transparent 50%); } } .action-sheet-button:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } .action-sheet-button:active { background-color: var(--action-sheet-button-active-background-color); background-image: none; } .action-sheet-button:focus { outline: none; } .action-sheet-button:nth-last-of-type(2) { border-bottom-right-radius: 12px; border-bottom-left-radius: 12px; background-image: none; } .action-sheet-button:last-of-type { border-radius: 12px; margin: 8px 0 0 0; /* iOS 9, 10, 11 */ background-color: var(--action-sheet-cancel-button-background-color); background-image: none; font-weight: 600; } .action-sheet-button:last-of-type:active { background-color: var(--action-sheet-button-active-background-color); } .action-sheet-button--destructive { color: var(--action-sheet-button-destructive-color); } .action-sheet-title { box-sizing: border-box; height: 56px; font-size: 13px; color: var(--action-sheet-title-color); text-align: center; background-color: var(--action-sheet-button-background-color); line-height: 56px; @apply(--ellipsis); background-size: 100% 1px; background-repeat: no-repeat; background-position: bottom; background-image: linear-gradient(0deg, var(--action-sheet-button-separator-color), var(--action-sheet-button-separator-color) 100%); @media (--retina-query) { background-image: linear-gradient(0deg, var(--action-sheet-button-separator-color), var(--action-sheet-button-separator-color) 50%, transparent 50%); } } .action-sheet-title:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } .action-sheet-icon { display: none; } .action-sheet-mask { position: absolute; left: 0; top: 0; right: 0; bottom: 0; background-color: var(--action-sheet-mask-color); z-index: 1; } /*~ name: Material Action Sheet category: Action Sheet markup: | <div class="action-sheet-mask action-sheet-mask--material"></div> <div class="action-sheet action-sheet--material"> <button class="action-sheet-button action-sheet-button--material"><i class="ion-android-checkbox-blank action-sheet-icon--material"></i>Label</button> <button class="action-sheet-button action-sheet-button--material"><i class="ion-android-checkbox-blank action-sheet-icon--material"></i>Label</button> <button class="action-sheet-button action-sheet-button--material"><i class="ion-android-close action-sheet-icon--material"></i>Cancel</button> </div> */ /*~ name: Material Action Sheet with Title category: Action Sheet markup: | <div class="action-sheet-mask action-sheet-mask--material"></div> <div class="action-sheet action-sheet--material"> <div class="action-sheet-title action-sheet-title--material">Title</div> <button class="action-sheet-button action-sheet-button--material"><i class="ion-android-checkbox-blank action-sheet-icon--material"></i>Label</button> <button class="action-sheet-button action-sheet-button--material"><i class="ion-android-close action-sheet-icon--material"></i>Cancel</button> </div> */ .action-sheet--material { left: 0; right: 0; bottom: 0; @apply(--material-shadow-5); } .action-sheet-title--material { @apply(--material-font); border-radius: 0; background-image: none; text-align: left; height: 56px; line-height: 56px; font-size: 16px; padding: 0 0 0 16px; color: var(--material-action-sheet-text-color); background-color: white; font-weight: 400; } .action-sheet-title--material:first-child { border-radius: 0; } .action-sheet-button--material { @apply(--material-font); border-radius: 0; background-image: none; height: 52px; line-height: 52px; text-align: left; font-size: 16px; padding: 0 0 0 16px; color: var(--material-action-sheet-text-color); font-weight: 400; background-color: white; } .action-sheet-button--material:first-child { border-radius: 0; } .action-sheet-button--material:nth-last-of-type(2) { border-radius: 0; } .action-sheet-button--material:last-of-type { margin: 0; border-radius: 0; font-weight: 400; background-color: white; } .action-sheet-icon--material { display: inline-block; float: left; height: 52px; line-height: 52px; margin-right: 32px; font-size: 26px; width: 0.8em; text-align: center; } .action-sheet-mask--material { background-color: var(--material-action-sheet-mask-color); }
www/lib/onsenui/css-components-src/src/components/action-sheet.css
:root { --action-sheet-mask-color: rgba(0, 0, 0, 0.1); --material-action-sheet-mask-color: rgba(0, 0, 0, 0.2); } /*~ name: Action Sheet category: Action Sheet markup: | <div class="action-sheet-mask"></div> <div class="action-sheet"> <div class="action-sheet-title">Title</div> <button class="action-sheet-button">Label</button> <button class="action-sheet-button">Cancel</button> </div> */ /*~ name: Action Sheet with Delete Label category: Action Sheet markup: | <div class="action-sheet-mask"></div> <div class="action-sheet"> <button class="action-sheet-button">Label</button> <button class="action-sheet-button action-sheet-button--destructive">Delete Label</button> <button class="action-sheet-button">Cancel</button> </div> */ .action-sheet { @apply(--reset-font); cursor: default; position: absolute; left: 10px; /* iOS 9, 10, 11 */ right: 10px; /* iOS 9, 10, 11 */ bottom: 10px; /* iOS 9, 10, 11 */ z-index: 2; } .action-sheet-button { box-sizing: border-box; height: 56px; font-size: 20px; text-align: center; color: var(--action-sheet-button-color); background-color: var(--action-sheet-button-background-color); border-radius: 0; line-height: 56px; border: none; appearance: none; display: block; width: 100%; @apply(--ellipsis); background-size: 100% 1px; background-repeat: no-repeat; background-position: bottom; background-image: linear-gradient(0deg, var(--action-sheet-button-separator-color), var(--action-sheet-button-separator-color) 100%); @media (--retina-query) { background-image: linear-gradient(0deg, var(--action-sheet-button-separator-color), var(--action-sheet-button-separator-color) 50%, transparent 50%); } } .action-sheet-button:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } .action-sheet-button:active { background-color: var(--action-sheet-button-active-background-color); background-image: none; } .action-sheet-button:focus { outline: none; } .action-sheet-button:nth-last-of-type(2) { border-bottom-right-radius: 12px; border-bottom-left-radius: 12px; background-image: none; } .action-sheet-button:last-of-type { border-radius: 12px; margin: 8px 0 0 0; /* iOS 9, 10, 11 */ background-color: var(--action-sheet-cancel-button-background-color); background-image: none; font-weight: 600; } .action-sheet-button:last-of-type:active { background-color: var(--action-sheet-button-active-background-color); } .action-sheet-button--destructive { color: var(--action-sheet-button-destructive-color); } .action-sheet-title { box-sizing: border-box; height: 56px; font-size: 13px; color: var(--action-sheet-title-color); text-align: center; background-color: var(--action-sheet-button-background-color); line-height: 56px; @apply(--ellipsis); background-size: 100% 1px; background-repeat: no-repeat; background-position: bottom; background-image: linear-gradient(0deg, var(--action-sheet-button-separator-color), var(--action-sheet-button-separator-color) 100%); @media (--retina-query) { background-image: linear-gradient(0deg, var(--action-sheet-button-separator-color), var(--action-sheet-button-separator-color) 50%, transparent 50%); } } .action-sheet-title:first-child { border-top-left-radius: 12px; border-top-right-radius: 12px; } .action-sheet-icon { display: none; } .action-sheet-mask { position: absolute; left: 0; top: 0; right: 0; bottom: 0; background-color: var(--action-sheet-mask-color); z-index: 1; } /*~ name: Material Action Sheet category: Action Sheet markup: | <div class="action-sheet-mask action-sheet-mask--material"></div> <div class="action-sheet action-sheet--material"> <button class="action-sheet-button action-sheet-button--material"><i class="ion-android-checkbox-blank action-sheet-icon--material"></i>Label</button> <button class="action-sheet-button action-sheet-button--material"><i class="ion-android-checkbox-blank action-sheet-icon--material"></i>Label</button> <button class="action-sheet-button action-sheet-button--material"><i class="ion-android-close action-sheet-icon--material"></i>Cancel</button> </div> */ /*~ name: Material Action Sheet with Title category: Action Sheet markup: | <div class="action-sheet-mask action-sheet-mask--material"></div> <div class="action-sheet action-sheet--material"> <div class="action-sheet-title action-sheet-title--material">Title</div> <button class="action-sheet-button action-sheet-button--material"><i class="ion-android-checkbox-blank action-sheet-icon--material"></i>Label</button> <button class="action-sheet-button action-sheet-button--material"><i class="ion-android-close action-sheet-icon--material"></i>Cancel</button> </div> */ .action-sheet--material { left: 0; right: 0; bottom: 0; @apply(--material-shadow-5); } .action-sheet-title--material { @apply(--material-font); border-radius: 0; background-image: none; text-align: left; height: 56px; line-height: 56px; font-size: 16px; padding: 0 0 0 16px; color: var(--material-action-sheet-text-color); background-color: white; font-weight: 400; } .action-sheet-title--material:first-child { border-radius: 0; } .action-sheet-button--material { @apply(--material-font); border-radius: 0; background-image: none; height: 52px; line-height: 52px; text-align: left; font-size: 16px; padding: 0 0 0 16px; color: var(--material-action-sheet-text-color); font-weight: 400; background-color: white; } .action-sheet-button--material:first-child { border-radius: 0; } .action-sheet-button--material:nth-last-of-type(2) { border-radius: 0; } .action-sheet-button--material:last-of-type { margin: 0; border-radius: 0; font-weight: 400; background-color: white; } .action-sheet-icon--material { display: inline-block; float: left; height: 52px; line-height: 52px; margin-right: 32px; font-size: 26px; width: 0.8em; text-align: center; } .action-sheet-mask--material { background-color: var(--material-action-sheet-mask-color); }
0.437103
0.100084
.iconGroup { display: flex; position: absolute; left: 10px; top: 15px; } .icon { transition: 0.3s all; z-index: 10; max-width: 50px; min-width: 35px; flex: 1; margin-right: 5px; } .icon svg { height: 28px; fill: white; } .icon svg:hover { opacity: 0.5; } .actionButtonGroup { display: flex; bottom: 0; z-index: 5; left: 0; background: var(--color-blue); box-shadow: 0 0 5px 0 #000; width: 100%; position: fixed; height: 43px; } .actionButtonGroup a { flex: 1; font-size: 0.5rem; border-left: 1px solid var(--color-button-blue); padding: 5px 0; text-align: center; color: white; text-decoration: none; position: relative; min-width: 40px; } .actionButtonGroup a:nth-child(6), .actionButtonGroup a:nth-child(7), .actionButtonGroup a:nth-child(8), .actionButtonGroup a:nth-child(9), .actionButtonGroup a:nth-child(10) { display: none; } .actionButtonGroup a:first-child { border-left: 0; } .actionButtonGroup a:hover { color: var(--color-light-pink); } .actionButtonGroup a > span { display: block; height: 20px; } .gitHubButtonWrap { position: absolute; right: 10px; top: 15px; z-index: 1; display: flex; } .gitHubButtonWrap > span > span { display: flex; } .iconWrapper { height: 15px; width: 100%; display: flex; justify-content: center; } .langSelect { min-width: 90px; } .langSelect > select { width: 100%; min-height: 28px; font-size: 16px; display: block; background: none; appearance: none; color: white; border: 1px solid var(--color-light-blue); border-radius: 3px; padding-left: 10px; padding-right: 15px; cursor: pointer; position: relative; } .langSelect > select:hover { border: 1px solid var(--color-secondary); } .langSelect > select > option { color: black; } .langSelect:after { content: "▼"; font-size: 10px; right: 5px; top: 2px; position: absolute; pointer-events: none; } .lightLangSelect:after { color: white; } .lightActionButtonWrapper { height: 60px; background: var(--color-primary); border-bottom: 3px solid var(--color-light-pink); } .mobileMenu { width: 66.99%; right: 0; left: auto; z-index: 2; } @media (min-width: 768px) { .gitHubButtonWrap { right: 10px; } .langSelect > select { font-size: 14px; } .langSelect:after { right: 8px; } .actionButtonGroup a:nth-child(6), .actionButtonGroup a:nth-child(7), .actionButtonGroup a:nth-child(8), .actionButtonGroup a:nth-child(9), .actionButtonGroup a:nth-child(10) { display: block; } .actionButtonGroup a:nth-child(12) { display: none; } } @media (min-width: 1040px) { .menuExpandLink { font-size: 0.7rem; position: relative; top: -2px; cursor: default; } .menuExpandLink span { transition: 0.4s all; } .menuExpandLink:hover span { color: var(--color-light-pink); } .lightActionButtonWrapper { height: auto; } .iconWrapper { display: none; } .iconGroup { left: 20px; } .actionButtonGroup a.mobileNav { display: none !important; } .actionButtonGroup { z-index: 1; justify-content: space-around; position: inherit; background: none; border: none; margin: 0 auto; background: var(--color-button-blue); height: auto; max-width: 610px; padding: 13px 8px; } .darkActionButtonGroup { background: none; box-shadow: none; color: white; } .actionButtonGroup a { font-size: 0.7rem; flex: none; border: none; padding: 2px 0; } .darkActionButtonGroup a { color: white; font-weight: 500; } .tools { height: 29px; display: inline-block; } span.tools:focus { outline: none; } .tools:focus ~ div .menuExpand, .tools:hover ~ div .menuExpand { transform: translateY(0px); opacity: 1; transition: 0.35s all ease-in; } .menuExpand { transition: 0.25s all ease-in; padding: 6px 10px 0; background: var(--color-button-blue); transform: translateY(-80px); opacity: 0; width: max-content; overflow: hidden; } .menuExpand:hover { transform: translateY(0px); opacity: 1; } .menuExpand a { text-align: left; padding: 2px 0; display: block; width: 100%; margin-bottom: 7px; } } @media (min-width: 1280px) { .menuExpandLink { font-size: 0.8rem; top: -1px; } .gitHubButtonWrap { right: 20px; } .actionButtonGroup { max-width: 800px; } .actionButtonGroup a:nth-child(8) { display: block; } .actionButtonGroup a { font-size: 0.8rem; } }
src/components/Nav.module.css
.iconGroup { display: flex; position: absolute; left: 10px; top: 15px; } .icon { transition: 0.3s all; z-index: 10; max-width: 50px; min-width: 35px; flex: 1; margin-right: 5px; } .icon svg { height: 28px; fill: white; } .icon svg:hover { opacity: 0.5; } .actionButtonGroup { display: flex; bottom: 0; z-index: 5; left: 0; background: var(--color-blue); box-shadow: 0 0 5px 0 #000; width: 100%; position: fixed; height: 43px; } .actionButtonGroup a { flex: 1; font-size: 0.5rem; border-left: 1px solid var(--color-button-blue); padding: 5px 0; text-align: center; color: white; text-decoration: none; position: relative; min-width: 40px; } .actionButtonGroup a:nth-child(6), .actionButtonGroup a:nth-child(7), .actionButtonGroup a:nth-child(8), .actionButtonGroup a:nth-child(9), .actionButtonGroup a:nth-child(10) { display: none; } .actionButtonGroup a:first-child { border-left: 0; } .actionButtonGroup a:hover { color: var(--color-light-pink); } .actionButtonGroup a > span { display: block; height: 20px; } .gitHubButtonWrap { position: absolute; right: 10px; top: 15px; z-index: 1; display: flex; } .gitHubButtonWrap > span > span { display: flex; } .iconWrapper { height: 15px; width: 100%; display: flex; justify-content: center; } .langSelect { min-width: 90px; } .langSelect > select { width: 100%; min-height: 28px; font-size: 16px; display: block; background: none; appearance: none; color: white; border: 1px solid var(--color-light-blue); border-radius: 3px; padding-left: 10px; padding-right: 15px; cursor: pointer; position: relative; } .langSelect > select:hover { border: 1px solid var(--color-secondary); } .langSelect > select > option { color: black; } .langSelect:after { content: "▼"; font-size: 10px; right: 5px; top: 2px; position: absolute; pointer-events: none; } .lightLangSelect:after { color: white; } .lightActionButtonWrapper { height: 60px; background: var(--color-primary); border-bottom: 3px solid var(--color-light-pink); } .mobileMenu { width: 66.99%; right: 0; left: auto; z-index: 2; } @media (min-width: 768px) { .gitHubButtonWrap { right: 10px; } .langSelect > select { font-size: 14px; } .langSelect:after { right: 8px; } .actionButtonGroup a:nth-child(6), .actionButtonGroup a:nth-child(7), .actionButtonGroup a:nth-child(8), .actionButtonGroup a:nth-child(9), .actionButtonGroup a:nth-child(10) { display: block; } .actionButtonGroup a:nth-child(12) { display: none; } } @media (min-width: 1040px) { .menuExpandLink { font-size: 0.7rem; position: relative; top: -2px; cursor: default; } .menuExpandLink span { transition: 0.4s all; } .menuExpandLink:hover span { color: var(--color-light-pink); } .lightActionButtonWrapper { height: auto; } .iconWrapper { display: none; } .iconGroup { left: 20px; } .actionButtonGroup a.mobileNav { display: none !important; } .actionButtonGroup { z-index: 1; justify-content: space-around; position: inherit; background: none; border: none; margin: 0 auto; background: var(--color-button-blue); height: auto; max-width: 610px; padding: 13px 8px; } .darkActionButtonGroup { background: none; box-shadow: none; color: white; } .actionButtonGroup a { font-size: 0.7rem; flex: none; border: none; padding: 2px 0; } .darkActionButtonGroup a { color: white; font-weight: 500; } .tools { height: 29px; display: inline-block; } span.tools:focus { outline: none; } .tools:focus ~ div .menuExpand, .tools:hover ~ div .menuExpand { transform: translateY(0px); opacity: 1; transition: 0.35s all ease-in; } .menuExpand { transition: 0.25s all ease-in; padding: 6px 10px 0; background: var(--color-button-blue); transform: translateY(-80px); opacity: 0; width: max-content; overflow: hidden; } .menuExpand:hover { transform: translateY(0px); opacity: 1; } .menuExpand a { text-align: left; padding: 2px 0; display: block; width: 100%; margin-bottom: 7px; } } @media (min-width: 1280px) { .menuExpandLink { font-size: 0.8rem; top: -1px; } .gitHubButtonWrap { right: 20px; } .actionButtonGroup { max-width: 800px; } .actionButtonGroup a:nth-child(8) { display: block; } .actionButtonGroup a { font-size: 0.8rem; } }
0.677154
0.099952
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; } .symbol { font-size: 0.9em; font-family: Times New Roman; border-radius: 1em; padding: .1em .6em .1em .6em; font-weight: bolder; color: white; background-color: #4E5A56; }.icon-info { background-color: #3229CF; } .icon-error { background: #e64943; font-family: Consolas; } .icon-tick { background: #13c823; } .icon-excl { background: #ffd54b; color: black; } .icon-info:before { content: 'i'; } .icon-error:before { content: 'x'; } .icon-tick:before { content: '\002713'; } .icon-excl:before { content: '!'; } .toast-title { font-weight: bold; } .info, .success, .warning, .error, .validation { border: 1px solid; margin: 10px 0px; padding: 15px 10px 15px 50px; background-repeat: no-repeat; background-position: 10px center; } .success { color: #4F8A10; background-color: #DFF2BF; } .toast-message { -ms-word-wrap: break-word; word-wrap: break-word; } .toast-message a, .toast-message label { color: #ffffff; } .toast-message a:hover { color: #cccccc; text-decoration: none; } .toast-top-full-width { top: 0; right: 0; width: 100%; } .toast-bottom-full-width { bottom: 0; right: 0; width: 100%; } .toast-top-left { top: 12px; left: 12px; } .toast-top-right { top: 12px; right: 12px; } .toast-bottom-right { right: 12px; bottom: 12px; } .toast-bottom-left { bottom: 12px; left: 12px; } #toast-container { position: fixed; z-index: 999998; } #toast-container * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } #toast-container > div > div { margin: 0 0 6px; padding: 15px 15px 15px 50px; width: 300px; -moz-border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px; background-position: 15px center; background-repeat: no-repeat; -moz-box-shadow: 0 0 12px #999999; -webkit-box-shadow: 0 0 12px #999999; box-shadow: 0 0 12px #999999; color: #ffffff; /*opacity: 0.8; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); filter: alpha(opacity=80);*/ } #toast-container > div > :hover { -moz-box-shadow: 0 0 12px #000000; -webkit-box-shadow: 0 0 12px #000000; box-shadow: 0 0 12px #000000; opacity: 1; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); filter: alpha(opacity=100); cursor: pointer; } #toast-container > div > .toast-info { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; } #toast-container > div > .toast-error { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV<KEY> !important; } #toast-container > div > .toast-success { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; } #toast-container > div > .toast-warning { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+<KEY> !important; } #toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div { width: 96%; margin: auto; } .toast { background-color: #030303; z-index: 999999; } .toast-success { background-color: #51a351; } .toast-error { background-color: #bd362f; } .toast-info { background-color: #2f96b4; } .toast-warning { background-color: #f89406; } @media all and (max-width: 240px) { #toast-container > div > div { padding: 8px 8px 8px 50px; width: 108px; } } @media all and (min-width: 241px) and (max-width: 320px) { #toast-container > div > div { padding: 8px 8px 8px 50px; width: 128px; } } @media all and (min-width: 321px) and (max-width: 480px) { #toast-container > div > div { padding: 8px 8px 8px 50px; width: 192px; } } @media all and (min-width: 481px) and (max-width: 768px) { #toast-container > div > div { padding: 15px 15px 15px 50px; width: 300px; } } /*Animation CSS3*/ .animateToaster-enter, .animateToaster-leave { -webkit-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all; -moz-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all; -ms-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all; -o-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all; transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all; } .animateToaster-enter.animateToaster-enter-active, .animateToaster-leave { opacity: 0.8; } .animateToaster-leave.animateToaster-leave-active, .animateToaster-enter { opacity: 0; } 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; /*-- W3Layouts --*/ }/* 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%; } /*--- end reset code ---*/ body { /* background:url(/src/assets/images/banner.jpg); */ background-repeat: no-repeat; background-position: center; background-attachment: fixed; background-size: 100% 100%; -webkit-background-size: 100% 100%; -moz-background-size: 100% 100%; -o-background-size: 100% 100%; -ms-background-size: 100% 100%; font-family: 'Cabin', sans-serif; } h1.header-agileits { text-align: center; font-size: 50px; font-weight: normal; padding-top: 35px; text-transform: uppercase; color: #fff; letter-spacing: 8px; } p.header-agileits { font-size: 17px; font-weight: normal; line-height: 35px; margin-bottom: 45px; color: #dcdcdc; text-align: center; } .content-w3ls { width: 42%; margin: 20px auto 50px; background-color: rgba(3, 9, 12, 0.36); padding: 55px 50px; } .form-control { padding-bottom: 35px; } .form-control:nth-child(9) { padding-bottom:0; padding-top: 16px; } span { color: red; } label.header { font-size: 20px; width: 300px; font-weight: 500; color: #fff; text-align: justify; letter-spacing: 2px; text-transform: capitalize; display: inline-block; margin-bottom: 10px; float: left; width: 40%; } input#name,input#email,input#bill,input#usrtel,textarea#message { font-family: 'Exo 2', sans-serif; border: 1px solid #fff; color: #fff; text-align: justify; outline: none; letter-spacing: 1px; font-size: 15px; font-weight: normal; background-color: rgba(82, 56, 76, 0.15); float: right; } input#name,input#email,input#bill,input#usrtel { height:45px; padding:0 15px; width:54.5%; } label.enquiry { font-size: 20px; font-weight: 500; color: #fff; float: left; text-align: justify; letter-spacing: 2px; text-transform: capitalize; display: inline-block; margin-bottom: 25px; } textarea#message { height:150px; padding:15px; width:54.5%; } input::-webkit-input-placeholder { color:#c1c1c1!important; } input:-moz-placeholder { /* Firefox 18- */ color:#c1c1c1!important; } input::-moz-placeholder { /* Firefox 19+ */ color:#c1c1c1!important; } input:-ms-input-placeholder { color:#c1c1c1!important; } textarea::-webkit-input-placeholder { color:#c1c1c1!important; } textarea::-moz-placeholder { /* Firefox 18- */ color:#c1c1c1!important; } textarea::-moz-placeholder { /* Firefox 19+ */ color:#c1c1c1!important; } textarea::-ms-input-placeholder { color:#c1c1c1!important; } .register { background-color: #22f1ef; width:20%; height: 50px; border: none; cursor: pointer; color: #fff; text-align: center; letter-spacing:1px; outline: none; font-size:17px; font-weight: normal; text-transform: uppercase; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; } .register:hover { background-color:#36b051; color:#fff; } .reset { background-color: #f15f22; width:20%; float:right; margin-right:2px; margin-left:5px; height: 50px; border: none; cursor: pointer; color: #fff; letter-spacing:1px; outline: none; font-size:17px; font-weight: normal; text-transform: uppercase; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; } p.copyright { font-size: 16px; text-align: center; color: #fff; padding-bottom: 50px; } p.copyright a { color:#22f1ef; } p.copyright a:hover { color:#fff; } p.be-wls { font-size: 15px; color: #fff; margin-bottom: 17px; } .agile-w3ls { padding-left: 270px; } /*-- responsive design --*/ @media (max-width: 1366px) { .content-w3ls { width: 45%; } .agile-w3ls { padding-left: 326px; } } @media (max-width: 1280px) { .content-w3ls { width: 51%; } .agile-w3ls { padding-left: 304px; } } @media (max-width: 1080px) { h1.header-agileits { font-size:40px; padding-top:25px; } .content-w3ls { width: 58%; } .agile-w3ls { padding-left: 250px; } } @media (max-width: 1024px) { .agile-w3ls { padding-left: 237px; } } @media (max-width: 991px) { .content-w3ls { width: 62%; } .agile-w3ls { padding-left: 305px; } } @media (max-width: 800px) { .agile-w3ls { padding-left: 245px; } .content-w3ls { width: 77%; } } @media (max-width: 768px) { .content-w3ls { width: 80%; padding: 28px 28px; } label.header { width: 38%; } .agile-w3ls { padding-left: 230px; } } @media (max-width: 736px) { .content-w3ls { width: 85%; } .agile-w3ls { padding-left: 245px; } } @media (max-width: 667px) { label.header { float: none; width: 100%; } input#name, input#email, input#bill, input#usrtel, textarea#message { float: none; } .content-w3ls { width: 66%; } input#name, input#email, input#bill, input#usrtel,textarea#message { width: 92.5%; } .form-control { padding-bottom: 20px; } label.header { font-size: 18px; } .agile-w3ls { padding-left: 0px; } .register { width: 28%; } } @media (max-width: 640px) { h1.header-agileits { font-size: 35px; padding-top: 20px; } input#name, input#email, input#bill, input#usrtel,textarea#message { width: 92%; } } @media (max-width: 600px) { .content-w3ls { width: 68%; } } @media (max-width: 568px) { .content-w3ls { width:74%; } } @media (max-width: 480px) { h1.header-agileits { font-size: 30px; padding-top: 18px; } input#name, input#email, input#bill, input#usrtel,textarea#message { width: 90.5%; } } @media (max-width: 414px) { input#name, input#email, input#bill, input#usrtel,textarea#message { width: 88.5%; } .register { width: 38%; height:40px; } p.copyright { font-size: 15px; line-height: 28px; padding-bottom: 24px; } } @media (max-width: 384px) { input#name, input#email, input#bill, input#usrtel, textarea#message { width: 88%; } } @media (max-width: 320px) { h1.header-agileits { font-size: 25px; padding-top: 18px; letter-spacing: 5px; } input#name, input#email, input#bill, input#usrtel { height: 40px; padding: 0 10px; } .content-w3ls { width: 80%; padding: 16px 16px; } input#name, input#email, input#bill, input#usrtel, textarea#message { width: 91%; font-size: 14px; } textarea#message { height: 100px; padding: 10px; } .register { font-size:15px; } }
src/app/register.component.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; } .symbol { font-size: 0.9em; font-family: Times New Roman; border-radius: 1em; padding: .1em .6em .1em .6em; font-weight: bolder; color: white; background-color: #4E5A56; }.icon-info { background-color: #3229CF; } .icon-error { background: #e64943; font-family: Consolas; } .icon-tick { background: #13c823; } .icon-excl { background: #ffd54b; color: black; } .icon-info:before { content: 'i'; } .icon-error:before { content: 'x'; } .icon-tick:before { content: '\002713'; } .icon-excl:before { content: '!'; } .toast-title { font-weight: bold; } .info, .success, .warning, .error, .validation { border: 1px solid; margin: 10px 0px; padding: 15px 10px 15px 50px; background-repeat: no-repeat; background-position: 10px center; } .success { color: #4F8A10; background-color: #DFF2BF; } .toast-message { -ms-word-wrap: break-word; word-wrap: break-word; } .toast-message a, .toast-message label { color: #ffffff; } .toast-message a:hover { color: #cccccc; text-decoration: none; } .toast-top-full-width { top: 0; right: 0; width: 100%; } .toast-bottom-full-width { bottom: 0; right: 0; width: 100%; } .toast-top-left { top: 12px; left: 12px; } .toast-top-right { top: 12px; right: 12px; } .toast-bottom-right { right: 12px; bottom: 12px; } .toast-bottom-left { bottom: 12px; left: 12px; } #toast-container { position: fixed; z-index: 999998; } #toast-container * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } #toast-container > div > div { margin: 0 0 6px; padding: 15px 15px 15px 50px; width: 300px; -moz-border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px; background-position: 15px center; background-repeat: no-repeat; -moz-box-shadow: 0 0 12px #999999; -webkit-box-shadow: 0 0 12px #999999; box-shadow: 0 0 12px #999999; color: #ffffff; /*opacity: 0.8; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); filter: alpha(opacity=80);*/ } #toast-container > div > :hover { -moz-box-shadow: 0 0 12px #000000; -webkit-box-shadow: 0 0 12px #000000; box-shadow: 0 0 12px #000000; opacity: 1; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); filter: alpha(opacity=100); cursor: pointer; } #toast-container > div > .toast-info { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; } #toast-container > div > .toast-error { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV<KEY> !important; } #toast-container > div > .toast-success { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; } #toast-container > div > .toast-warning { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+<KEY> !important; } #toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div { width: 96%; margin: auto; } .toast { background-color: #030303; z-index: 999999; } .toast-success { background-color: #51a351; } .toast-error { background-color: #bd362f; } .toast-info { background-color: #2f96b4; } .toast-warning { background-color: #f89406; } @media all and (max-width: 240px) { #toast-container > div > div { padding: 8px 8px 8px 50px; width: 108px; } } @media all and (min-width: 241px) and (max-width: 320px) { #toast-container > div > div { padding: 8px 8px 8px 50px; width: 128px; } } @media all and (min-width: 321px) and (max-width: 480px) { #toast-container > div > div { padding: 8px 8px 8px 50px; width: 192px; } } @media all and (min-width: 481px) and (max-width: 768px) { #toast-container > div > div { padding: 15px 15px 15px 50px; width: 300px; } } /*Animation CSS3*/ .animateToaster-enter, .animateToaster-leave { -webkit-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all; -moz-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all; -ms-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all; -o-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all; transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all; } .animateToaster-enter.animateToaster-enter-active, .animateToaster-leave { opacity: 0.8; } .animateToaster-leave.animateToaster-leave-active, .animateToaster-enter { opacity: 0; } 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; /*-- W3Layouts --*/ }/* 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%; } /*--- end reset code ---*/ body { /* background:url(/src/assets/images/banner.jpg); */ background-repeat: no-repeat; background-position: center; background-attachment: fixed; background-size: 100% 100%; -webkit-background-size: 100% 100%; -moz-background-size: 100% 100%; -o-background-size: 100% 100%; -ms-background-size: 100% 100%; font-family: 'Cabin', sans-serif; } h1.header-agileits { text-align: center; font-size: 50px; font-weight: normal; padding-top: 35px; text-transform: uppercase; color: #fff; letter-spacing: 8px; } p.header-agileits { font-size: 17px; font-weight: normal; line-height: 35px; margin-bottom: 45px; color: #dcdcdc; text-align: center; } .content-w3ls { width: 42%; margin: 20px auto 50px; background-color: rgba(3, 9, 12, 0.36); padding: 55px 50px; } .form-control { padding-bottom: 35px; } .form-control:nth-child(9) { padding-bottom:0; padding-top: 16px; } span { color: red; } label.header { font-size: 20px; width: 300px; font-weight: 500; color: #fff; text-align: justify; letter-spacing: 2px; text-transform: capitalize; display: inline-block; margin-bottom: 10px; float: left; width: 40%; } input#name,input#email,input#bill,input#usrtel,textarea#message { font-family: 'Exo 2', sans-serif; border: 1px solid #fff; color: #fff; text-align: justify; outline: none; letter-spacing: 1px; font-size: 15px; font-weight: normal; background-color: rgba(82, 56, 76, 0.15); float: right; } input#name,input#email,input#bill,input#usrtel { height:45px; padding:0 15px; width:54.5%; } label.enquiry { font-size: 20px; font-weight: 500; color: #fff; float: left; text-align: justify; letter-spacing: 2px; text-transform: capitalize; display: inline-block; margin-bottom: 25px; } textarea#message { height:150px; padding:15px; width:54.5%; } input::-webkit-input-placeholder { color:#c1c1c1!important; } input:-moz-placeholder { /* Firefox 18- */ color:#c1c1c1!important; } input::-moz-placeholder { /* Firefox 19+ */ color:#c1c1c1!important; } input:-ms-input-placeholder { color:#c1c1c1!important; } textarea::-webkit-input-placeholder { color:#c1c1c1!important; } textarea::-moz-placeholder { /* Firefox 18- */ color:#c1c1c1!important; } textarea::-moz-placeholder { /* Firefox 19+ */ color:#c1c1c1!important; } textarea::-ms-input-placeholder { color:#c1c1c1!important; } .register { background-color: #22f1ef; width:20%; height: 50px; border: none; cursor: pointer; color: #fff; text-align: center; letter-spacing:1px; outline: none; font-size:17px; font-weight: normal; text-transform: uppercase; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; } .register:hover { background-color:#36b051; color:#fff; } .reset { background-color: #f15f22; width:20%; float:right; margin-right:2px; margin-left:5px; height: 50px; border: none; cursor: pointer; color: #fff; letter-spacing:1px; outline: none; font-size:17px; font-weight: normal; text-transform: uppercase; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; } p.copyright { font-size: 16px; text-align: center; color: #fff; padding-bottom: 50px; } p.copyright a { color:#22f1ef; } p.copyright a:hover { color:#fff; } p.be-wls { font-size: 15px; color: #fff; margin-bottom: 17px; } .agile-w3ls { padding-left: 270px; } /*-- responsive design --*/ @media (max-width: 1366px) { .content-w3ls { width: 45%; } .agile-w3ls { padding-left: 326px; } } @media (max-width: 1280px) { .content-w3ls { width: 51%; } .agile-w3ls { padding-left: 304px; } } @media (max-width: 1080px) { h1.header-agileits { font-size:40px; padding-top:25px; } .content-w3ls { width: 58%; } .agile-w3ls { padding-left: 250px; } } @media (max-width: 1024px) { .agile-w3ls { padding-left: 237px; } } @media (max-width: 991px) { .content-w3ls { width: 62%; } .agile-w3ls { padding-left: 305px; } } @media (max-width: 800px) { .agile-w3ls { padding-left: 245px; } .content-w3ls { width: 77%; } } @media (max-width: 768px) { .content-w3ls { width: 80%; padding: 28px 28px; } label.header { width: 38%; } .agile-w3ls { padding-left: 230px; } } @media (max-width: 736px) { .content-w3ls { width: 85%; } .agile-w3ls { padding-left: 245px; } } @media (max-width: 667px) { label.header { float: none; width: 100%; } input#name, input#email, input#bill, input#usrtel, textarea#message { float: none; } .content-w3ls { width: 66%; } input#name, input#email, input#bill, input#usrtel,textarea#message { width: 92.5%; } .form-control { padding-bottom: 20px; } label.header { font-size: 18px; } .agile-w3ls { padding-left: 0px; } .register { width: 28%; } } @media (max-width: 640px) { h1.header-agileits { font-size: 35px; padding-top: 20px; } input#name, input#email, input#bill, input#usrtel,textarea#message { width: 92%; } } @media (max-width: 600px) { .content-w3ls { width: 68%; } } @media (max-width: 568px) { .content-w3ls { width:74%; } } @media (max-width: 480px) { h1.header-agileits { font-size: 30px; padding-top: 18px; } input#name, input#email, input#bill, input#usrtel,textarea#message { width: 90.5%; } } @media (max-width: 414px) { input#name, input#email, input#bill, input#usrtel,textarea#message { width: 88.5%; } .register { width: 38%; height:40px; } p.copyright { font-size: 15px; line-height: 28px; padding-bottom: 24px; } } @media (max-width: 384px) { input#name, input#email, input#bill, input#usrtel, textarea#message { width: 88%; } } @media (max-width: 320px) { h1.header-agileits { font-size: 25px; padding-top: 18px; letter-spacing: 5px; } input#name, input#email, input#bill, input#usrtel { height: 40px; padding: 0 10px; } .content-w3ls { width: 80%; padding: 16px 16px; } input#name, input#email, input#bill, input#usrtel, textarea#message { width: 91%; font-size: 14px; } textarea#message { height: 100px; padding: 10px; } .register { font-size:15px; } }
0.215805
0.100216
*{ font-size: 14px; } .show-container{ background: #f3f3f3; width: 100%; height: auto; padding: 5px 0 100px; } .show-center{ width: 1240px; height: auto; margin: 0 auto; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; } .show-left{ width: 920px; height: 100%; background: #fff; } .konw-show-left{ background: #fff; padding: 30px 20px 50px; } .konw-show-left h1, .konw-show-left h2{ font-size: 26px } .konw-show-left h6{ color: #ae9a99; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; height: 45px; border-bottom: 1px solid #eeeeee; } .bdsharebuttonbox{ display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; } .konw-show-left .konw-content{ width: 100%; height: auto; padding: 30px 0 50px; line-height: 25px; } .show-page{ width: 100%; height: 50px; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; } .show-page button{ width: 300px; height: 50px; border: 1px solid #d0d0d0; border-radius: 5px; padding: 0 20px; overflow: hidden; font-size: 14px; background: #fff; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; margin: 0 15px; cursor: pointer; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .konw-show-left .konw-content{ width: 100%; height: auto; padding: 30px 0 50px; line-height: 25px; } .konw-show-left .konw-content img{ margin: 10px auto; max-width: 100%; width: auto; height: auto; display: block; } h3{ font-size: 18px; } h6{ font-size: 12px; } .konw-relative ul{ display: flex; flex-wrap: wrap; } .konw-relative ul li{ width: 400px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-left: 14px; } .konw-relative ul li a{ color: #5f5f5f; font-size: 14px; } .show-right-active { top: 85px; z-index: 2021; position: fixed; } .show-container .show-center .show-right { width: 300px; height: 100%; } .show-container .show-center .show-right .right { width: 300px; height: 450px; background: #fff; padding: 20px; } .show-container .show-center .show-right .right .p-title { width: 100%; height: 60px; background: #373737; color: #fff; font-size: 16px; border-radius: 5px; text-align: center; line-height: 60px; margin-bottom: 20px; } .show-container .show-center .show-right .right .ul { width: 100%; height: 54px; } .show-container .show-center .show-right .right .ul li { list-style: none; border: 1px solid #eee; border-radius: 5px; width: 50%; height: 100%; text-align: center; font-size: 14px; float: left; } .show-container .show-center .show-right .right .ul li a { line-height: 54px; text-decoration: none; color: #333; } .show-container .show-center .show-right .right .ul .active { background: #00ae66; color: #fff; border-color: #00AE66; } .show-container .show-center .show-right .right .ul .active a { color: #fff; } .show-container .show-center .show-right .right .from { width: 100%; height: auto; } .show-container .show-center .show-right .right .from input { width: 100%; height: 47px; border: 1px solid #eee; border-radius: 5px; text-indent: 10px; font-size: 14px; margin-top: 12px; outline: none; } .show-container .show-center .show-right .right .from .size { position: relative; } .show-container .show-center .show-right .right .from i { position: absolute; top: 25px; right: 20px; color: #adadad; display: inline-block; } .show-container .show-center .show-right .right .from .button { display: flex; justify-content: space-between; margin: 8px 0 16px; } .show-container .show-center .show-right .right .from .button a { background: #919191; width: 135px; height: 47px; border: 1px solid #eee; font-size: 14px; margin-top: 12px; border-radius: 5px; text-align: center; line-height: 47px; color: #fff; display: block; text-decoration: none; } .show-container .show-center .show-right .right .from .button input { background: #c79e68; width: 135px; color: #fff; } .show-container .show-center .show-right .right .from h6 { color: #686868; font-size: 12px; }
template/default/css/jzgl_tz.css
*{ font-size: 14px; } .show-container{ background: #f3f3f3; width: 100%; height: auto; padding: 5px 0 100px; } .show-center{ width: 1240px; height: auto; margin: 0 auto; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; } .show-left{ width: 920px; height: 100%; background: #fff; } .konw-show-left{ background: #fff; padding: 30px 20px 50px; } .konw-show-left h1, .konw-show-left h2{ font-size: 26px } .konw-show-left h6{ color: #ae9a99; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; height: 45px; border-bottom: 1px solid #eeeeee; } .bdsharebuttonbox{ display: flex; display: -webkit-flex; display: -ms-flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; } .konw-show-left .konw-content{ width: 100%; height: auto; padding: 30px 0 50px; line-height: 25px; } .show-page{ width: 100%; height: 50px; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; } .show-page button{ width: 300px; height: 50px; border: 1px solid #d0d0d0; border-radius: 5px; padding: 0 20px; overflow: hidden; font-size: 14px; background: #fff; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; margin: 0 15px; cursor: pointer; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .konw-show-left .konw-content{ width: 100%; height: auto; padding: 30px 0 50px; line-height: 25px; } .konw-show-left .konw-content img{ margin: 10px auto; max-width: 100%; width: auto; height: auto; display: block; } h3{ font-size: 18px; } h6{ font-size: 12px; } .konw-relative ul{ display: flex; flex-wrap: wrap; } .konw-relative ul li{ width: 400px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-left: 14px; } .konw-relative ul li a{ color: #5f5f5f; font-size: 14px; } .show-right-active { top: 85px; z-index: 2021; position: fixed; } .show-container .show-center .show-right { width: 300px; height: 100%; } .show-container .show-center .show-right .right { width: 300px; height: 450px; background: #fff; padding: 20px; } .show-container .show-center .show-right .right .p-title { width: 100%; height: 60px; background: #373737; color: #fff; font-size: 16px; border-radius: 5px; text-align: center; line-height: 60px; margin-bottom: 20px; } .show-container .show-center .show-right .right .ul { width: 100%; height: 54px; } .show-container .show-center .show-right .right .ul li { list-style: none; border: 1px solid #eee; border-radius: 5px; width: 50%; height: 100%; text-align: center; font-size: 14px; float: left; } .show-container .show-center .show-right .right .ul li a { line-height: 54px; text-decoration: none; color: #333; } .show-container .show-center .show-right .right .ul .active { background: #00ae66; color: #fff; border-color: #00AE66; } .show-container .show-center .show-right .right .ul .active a { color: #fff; } .show-container .show-center .show-right .right .from { width: 100%; height: auto; } .show-container .show-center .show-right .right .from input { width: 100%; height: 47px; border: 1px solid #eee; border-radius: 5px; text-indent: 10px; font-size: 14px; margin-top: 12px; outline: none; } .show-container .show-center .show-right .right .from .size { position: relative; } .show-container .show-center .show-right .right .from i { position: absolute; top: 25px; right: 20px; color: #adadad; display: inline-block; } .show-container .show-center .show-right .right .from .button { display: flex; justify-content: space-between; margin: 8px 0 16px; } .show-container .show-center .show-right .right .from .button a { background: #919191; width: 135px; height: 47px; border: 1px solid #eee; font-size: 14px; margin-top: 12px; border-radius: 5px; text-align: center; line-height: 47px; color: #fff; display: block; text-decoration: none; } .show-container .show-center .show-right .right .from .button input { background: #c79e68; width: 135px; color: #fff; } .show-container .show-center .show-right .right .from h6 { color: #686868; font-size: 12px; }
0.271928
0.079818
@font-face { font-family: roboto; font-style: normal; font-weight: 400; src: url(../fonts/RobotoRegular/RobotoRegular.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoRegular/RobotoRegular.woff) format("woff"), url(../fonts/RobotoRegular/RobotoRegular.ttf) format("truetype") } @font-face { font-family: roboto; font-style: normal; font-weight: 700; src: url(../fonts/RobotoBold/RobotoBold.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoBold/RobotoBold.woff) format("woff"), url(../fonts/RobotoBold/RobotoBold.ttf) format("truetype") } ::-webkit-input-placeholder { color: #666; opacity: 1; font-style: italic } :-moz-placeholder { color: #666; opacity: 1; font-style: italic } ::-moz-placeholder { color: #666; opacity: 1; font-style: italic } :-ms-input-placeholder { color: #666; opacity: 1; font-style: italic } ::-moz-selection { background: #b3d4fc; text-shadow: none } ::selection { background: #b3d4fc; text-shadow: none } a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, 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 } html { width: 100%; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; overflow-x: hidden!important } body { font-family: "Open Sans", Arial, sans-serif; font-size: 62.5%; color: #222; background-color: #fff!important; width: 100%; display: block; /*overflow-x: hidden!important;*/ line-height: 1 } a { color: #007aff; text-decoration: none; cursor: pointer } a:hover { color: #00c853; -webkit-transition: all .3s linear; transition: all .3s linear } .owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; position: relative; z-index: 1 } .owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; -moz-backface-visibility: hidden } .owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0 } .owl-carousel .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0, 0, 0) } .owl-carousel .owl-item, .owl-carousel .owl-wrapper { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0) } .owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none } .owl-carousel .owl-item img { display: block; width: 100% } .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled { display: none } .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { cursor: pointer; cursor: hand; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .owl-carousel.owl-loaded { display: block } .owl-carousel.owl-loading { opacity: 0; display: block } .owl-carousel.owl-hidden { opacity: 0 } .owl-carousel.owl-refresh .owl-item { visibility: hidden } .owl-carousel.owl-drag .owl-item { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .owl-carousel.owl-grab { cursor: move; cursor: -webkit-grab; cursor: grab } .owl-carousel.owl-rtl { direction: rtl } .owl-carousel.owl-rtl .owl-item { float: right } .no-js .owl-carousel { display: block } .owl-carousel .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both } .owl-carousel .owl-animated-in { z-index: 0 } .owl-carousel .owl-animated-out { z-index: 1 } .owl-carousel .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut } @-webkit-keyframes fadeOut { 0% { opacity: 1 } 100% { opacity: 0 } } @keyframes fadeOut { 0% { opacity: 1 } 100% { opacity: 0 } } .owl-height { -webkit-transition: height .5s ease-in-out; transition: height .5s ease-in-out } .owl-carousel .owl-item .owl-lazy { opacity: 0; -webkit-transition: opacity .4s ease; transition: opacity .4s ease } .owl-carousel .owl-item img.owl-lazy { -webkit-transform-style: preserve-3d; transform-style: preserve-3d } .owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000 } .owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url(owl.video.play.png) no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; -webkit-transition: -webkit-transform .1s ease; transition: -webkit-transform .1s ease; transition: transform .1s ease; transition: transform .1s ease, -webkit-transform .1s ease } .owl-carousel .owl-video-play-icon:hover { -ms-transform: scale(1.3, 1.3); -webkit-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3) } .owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn { display: none } .owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; -webkit-transition: opacity .4s ease; transition: opacity .4s ease } .owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100% } /*! * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com) * Copyright 2011-2017 The Bootstrap Authors * Copyright 2011-2017 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ @-ms-viewport { width: device-width } html { -webkit-box-sizing: border-box; box-sizing: border-box; -ms-overflow-style: scrollbar } *, ::after, ::before { -webkit-box-sizing: inherit; box-sizing: inherit } .container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto } @media (min-width:576px) { .container { max-width: 540px } } @media (min-width:768px) { .container { max-width: 720px } } @media (min-width:992px) { .container { max-width: 960px } } @media (min-width:1200px) { .container { max-width: 1140px } } .container-fluid { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto } .row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px } .no-gutters { margin-right: 0; margin-left: 0 } .no-gutters>.col, .no-gutters>[class*=col-] { padding-right: 0; padding-left: 0 } .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { position: relative; width: 100%; min-height: 1px; padding-right: 15px; padding-left: 15px } .col { -webkit-flex-basis: 0; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100% } .col-auto { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none } .col-1 { -webkit-box-flex: 0; -webkit-flex: 0 0 8.33333%; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333% } .col-2 { -webkit-box-flex: 0; -webkit-flex: 0 0 16.66667%; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667% } .col-3 { -webkit-box-flex: 0; -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% } .col-4 { -webkit-box-flex: 0; -webkit-flex: 0 0 33.33333%; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333% } .col-5 { -webkit-box-flex: 0; -webkit-flex: 0 0 41.66667%; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667% } .col-6 { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .col-7 { -webkit-box-flex: 0; -webkit-flex: 0 0 58.33333%; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333% } .col-8 { -webkit-box-flex: 0; -webkit-flex: 0 0 66.66667%; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667% } .col-9 { -webkit-box-flex: 0; -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% } .col-10 { -webkit-box-flex: 0; -webkit-flex: 0 0 83.33333%; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333% } .col-11 { -webkit-box-flex: 0; -webkit-flex: 0 0 91.66667%; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667% } .col-12 { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .order-first { -webkit-box-ordinal-group: 0; -webkit-order: -1; -ms-flex-order: -1; order: -1 } .order-1 { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1 } .order-2 { -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2 } .order-3 { -webkit-box-ordinal-group: 4; -webkit-order: 3; -ms-flex-order: 3; order: 3 } .order-4 { -webkit-box-ordinal-group: 5; -webkit-order: 4; -ms-flex-order: 4; order: 4 } .order-5 { -webkit-box-ordinal-group: 6; -webkit-order: 5; -ms-flex-order: 5; order: 5 } .order-6 { -webkit-box-ordinal-group: 7; -webkit-order: 6; -ms-flex-order: 6; order: 6 } .order-7 { -webkit-box-ordinal-group: 8; -webkit-order: 7; -ms-flex-order: 7; order: 7 } .order-8 { -webkit-box-ordinal-group: 9; -webkit-order: 8; -ms-flex-order: 8; order: 8 } .order-9 { -webkit-box-ordinal-group: 10; -webkit-order: 9; -ms-flex-order: 9; order: 9 } .order-10 { -webkit-box-ordinal-group: 11; -webkit-order: 10; -ms-flex-order: 10; order: 10 } .order-11 { -webkit-box-ordinal-group: 12; -webkit-order: 11; -ms-flex-order: 11; order: 11 } .order-12 { -webkit-box-ordinal-group: 13; -webkit-order: 12; -ms-flex-order: 12; order: 12 } .offset-1 { margin-left: 8.33333% } .offset-2 { margin-left: 16.66667% } .offset-3 { margin-left: 25% } .offset-4 { margin-left: 33.33333% } .offset-5 { margin-left: 41.66667% } .offset-6 { margin-left: 50% } .offset-7 { margin-left: 58.33333% } .offset-8 { margin-left: 66.66667% } .offset-9 { margin-left: 75% } .offset-10 { margin-left: 83.33333% } .offset-11 { margin-left: 91.66667% } @media (min-width:576px) { .col-sm { -webkit-flex-basis: 0; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100% } .col-sm-auto { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none } .col-sm-1 { -webkit-box-flex: 0; -webkit-flex: 0 0 8.33333%; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333% } .col-sm-2 { -webkit-box-flex: 0; -webkit-flex: 0 0 16.66667%; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667% } .col-sm-3 { -webkit-box-flex: 0; -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% } .col-sm-4 { -webkit-box-flex: 0; -webkit-flex: 0 0 33.33333%; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333% } .col-sm-5 { -webkit-box-flex: 0; -webkit-flex: 0 0 41.66667%; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667% } .col-sm-6 { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .col-sm-7 { -webkit-box-flex: 0; -webkit-flex: 0 0 58.33333%; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333% } .col-sm-8 { -webkit-box-flex: 0; -webkit-flex: 0 0 66.66667%; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667% } .col-sm-9 { -webkit-box-flex: 0; -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% } .col-sm-10 { -webkit-box-flex: 0; -webkit-flex: 0 0 83.33333%; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333% } .col-sm-11 { -webkit-box-flex: 0; -webkit-flex: 0 0 91.66667%; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667% } .col-sm-12 { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .order-sm-first { -webkit-box-ordinal-group: 0; -webkit-order: -1; -ms-flex-order: -1; order: -1 } .order-sm-1 { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1 } .order-sm-2 { -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2 } .order-sm-3 { -webkit-box-ordinal-group: 4; -webkit-order: 3; -ms-flex-order: 3; order: 3 } .order-sm-4 { -webkit-box-ordinal-group: 5; -webkit-order: 4; -ms-flex-order: 4; order: 4 } .order-sm-5 { -webkit-box-ordinal-group: 6; -webkit-order: 5; -ms-flex-order: 5; order: 5 } .order-sm-6 { -webkit-box-ordinal-group: 7; -webkit-order: 6; -ms-flex-order: 6; order: 6 } .order-sm-7 { -webkit-box-ordinal-group: 8; -webkit-order: 7; -ms-flex-order: 7; order: 7 } .order-sm-8 { -webkit-box-ordinal-group: 9; -webkit-order: 8; -ms-flex-order: 8; order: 8 } .order-sm-9 { -webkit-box-ordinal-group: 10; -webkit-order: 9; -ms-flex-order: 9; order: 9 } .order-sm-10 { -webkit-box-ordinal-group: 11; -webkit-order: 10; -ms-flex-order: 10; order: 10 } .order-sm-11 { -webkit-box-ordinal-group: 12; -webkit-order: 11; -ms-flex-order: 11; order: 11 } .order-sm-12 { -webkit-box-ordinal-group: 13; -webkit-order: 12; -ms-flex-order: 12; order: 12 } .offset-sm-0 { margin-left: 0 } .offset-sm-1 { margin-left: 8.33333% } .offset-sm-2 { margin-left: 16.66667% } .offset-sm-3 { margin-left: 25% } .offset-sm-4 { margin-left: 33.33333% } .offset-sm-5 { margin-left: 41.66667% } .offset-sm-6 { margin-left: 50% } .offset-sm-7 { margin-left: 58.33333% } .offset-sm-8 { margin-left: 66.66667% } .offset-sm-9 { margin-left: 75% } .offset-sm-10 { margin-left: 83.33333% } .offset-sm-11 { margin-left: 91.66667% } } @media (min-width:768px) { .col-md { -webkit-flex-basis: 0; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100% } .col-md-auto { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none } .col-md-1 { -webkit-box-flex: 0; -webkit-flex: 0 0 8.33333%; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333% } .col-md-2 { -webkit-box-flex: 0; -webkit-flex: 0 0 16.66667%; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667% } .col-md-3 { -webkit-box-flex: 0; -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% } .col-md-4 { -webkit-box-flex: 0; -webkit-flex: 0 0 33.33333%; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333% } .col-md-5 { -webkit-box-flex: 0; -webkit-flex: 0 0 41.66667%; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667% } .col-md-6 { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .col-md-7 { -webkit-box-flex: 0; -webkit-flex: 0 0 58.33333%; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333% } .col-md-8 { -webkit-box-flex: 0; -webkit-flex: 0 0 66.66667%; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667% } .col-md-9 { -webkit-box-flex: 0; -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% } .col-md-10 { -webkit-box-flex: 0; -webkit-flex: 0 0 83.33333%; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333% } .col-md-11 { -webkit-box-flex: 0; -webkit-flex: 0 0 91.66667%; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667% } .col-md-12 { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .order-md-first { -webkit-box-ordinal-group: 0; -webkit-order: -1; -ms-flex-order: -1; order: -1 } .order-md-1 { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1 } .order-md-2 { -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2 } .order-md-3 { -webkit-box-ordinal-group: 4; -webkit-order: 3; -ms-flex-order: 3; order: 3 } .order-md-4 { -webkit-box-ordinal-group: 5; -webkit-order: 4; -ms-flex-order: 4; order: 4 } .order-md-5 { -webkit-box-ordinal-group: 6; -webkit-order: 5; -ms-flex-order: 5; order: 5 } .order-md-6 { -webkit-box-ordinal-group: 7; -webkit-order: 6; -ms-flex-order: 6; order: 6 } .order-md-7 { -webkit-box-ordinal-group: 8; -webkit-order: 7; -ms-flex-order: 7; order: 7 } .order-md-8 { -webkit-box-ordinal-group: 9; -webkit-order: 8; -ms-flex-order: 8; order: 8 } .order-md-9 { -webkit-box-ordinal-group: 10; -webkit-order: 9; -ms-flex-order: 9; order: 9 } .order-md-10 { -webkit-box-ordinal-group: 11; -webkit-order: 10; -ms-flex-order: 10; order: 10 } .order-md-11 { -webkit-box-ordinal-group: 12; -webkit-order: 11; -ms-flex-order: 11; order: 11 } .order-md-12 { -webkit-box-ordinal-group: 13; -webkit-order: 12; -ms-flex-order: 12; order: 12 } .offset-md-0 { margin-left: 0 } .offset-md-1 { margin-left: 8.33333% } .offset-md-2 { margin-left: 16.66667% } .offset-md-3 { margin-left: 25% } .offset-md-4 { margin-left: 33.33333% } .offset-md-5 { margin-left: 41.66667% } .offset-md-6 { margin-left: 50% } .offset-md-7 { margin-left: 58.33333% } .offset-md-8 { margin-left: 66.66667% } .offset-md-9 { margin-left: 75% } .offset-md-10 { margin-left: 83.33333% } .offset-md-11 { margin-left: 91.66667% } } @media (min-width:992px) { .col-lg { -webkit-flex-basis: 0; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100% } .col-lg-auto { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none } .col-lg-1 { -webkit-box-flex: 0; -webkit-flex: 0 0 8.33333%; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333% } .col-lg-2 { -webkit-box-flex: 0; -webkit-flex: 0 0 16.66667%; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667% } .col-lg-3 { -webkit-box-flex: 0; -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% } .col-lg-4 { -webkit-box-flex: 0; -webkit-flex: 0 0 33.33333%; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333% } .col-lg-5 { -webkit-box-flex: 0; -webkit-flex: 0 0 41.66667%; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667% } .col-lg-6 { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .col-lg-7 { -webkit-box-flex: 0; -webkit-flex: 0 0 58.33333%; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333% } .col-lg-8 { -webkit-box-flex: 0; -webkit-flex: 0 0 66.66667%; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667% } .col-lg-9 { -webkit-box-flex: 0; -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% } .col-lg-10 { -webkit-box-flex: 0; -webkit-flex: 0 0 83.33333%; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333% } .col-lg-11 { -webkit-box-flex: 0; -webkit-flex: 0 0 91.66667%; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667% } .col-lg-12 { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .order-lg-first { -webkit-box-ordinal-group: 0; -webkit-order: -1; -ms-flex-order: -1; order: -1 } .order-lg-1 { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1 } .order-lg-2 { -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2 } .order-lg-3 { -webkit-box-ordinal-group: 4; -webkit-order: 3; -ms-flex-order: 3; order: 3 } .order-lg-4 { -webkit-box-ordinal-group: 5; -webkit-order: 4; -ms-flex-order: 4; order: 4 } .order-lg-5 { -webkit-box-ordinal-group: 6; -webkit-order: 5; -ms-flex-order: 5; order: 5 } .order-lg-6 { -webkit-box-ordinal-group: 7; -webkit-order: 6; -ms-flex-order: 6; order: 6 } .order-lg-7 { -webkit-box-ordinal-group: 8; -webkit-order: 7; -ms-flex-order: 7; order: 7 } .order-lg-8 { -webkit-box-ordinal-group: 9; -webkit-order: 8; -ms-flex-order: 8; order: 8 } .order-lg-9 { -webkit-box-ordinal-group: 10; -webkit-order: 9; -ms-flex-order: 9; order: 9 } .order-lg-10 { -webkit-box-ordinal-group: 11; -webkit-order: 10; -ms-flex-order: 10; order: 10 } .order-lg-11 { -webkit-box-ordinal-group: 12; -webkit-order: 11; -ms-flex-order: 11; order: 11 } .order-lg-12 { -webkit-box-ordinal-group: 13; -webkit-order: 12; -ms-flex-order: 12; order: 12 } .offset-lg-0 { margin-left: 0 } .offset-lg-1 { margin-left: 8.33333% } .offset-lg-2 { margin-left: 16.66667% } .offset-lg-3 { margin-left: 25% } .offset-lg-4 { margin-left: 33.33333% } .offset-lg-5 { margin-left: 41.66667% } .offset-lg-6 { margin-left: 50% } .offset-lg-7 { margin-left: 58.33333% } .offset-lg-8 { margin-left: 66.66667% } .offset-lg-9 { margin-left: 75% } .offset-lg-10 { margin-left: 83.33333% } .offset-lg-11 { margin-left: 91.66667% } } @media (min-width:1200px) { .col-xl { -webkit-flex-basis: 0; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100% } .col-xl-auto { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none } .col-xl-1 { -webkit-box-flex: 0; -webkit-flex: 0 0 8.33333%; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333% } .col-xl-2 { -webkit-box-flex: 0; -webkit-flex: 0 0 16.66667%; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667% } .col-xl-3 { -webkit-box-flex: 0; -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% } .col-xl-4 { -webkit-box-flex: 0; -webkit-flex: 0 0 33.33333%; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333% } .col-xl-5 { -webkit-box-flex: 0; -webkit-flex: 0 0 41.66667%; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667% } .col-xl-6 { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .col-xl-7 { -webkit-box-flex: 0; -webkit-flex: 0 0 58.33333%; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333% } .col-xl-8 { -webkit-box-flex: 0; -webkit-flex: 0 0 66.66667%; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667% } .col-xl-9 { -webkit-box-flex: 0; -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% } .col-xl-10 { -webkit-box-flex: 0; -webkit-flex: 0 0 83.33333%; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333% } .col-xl-11 { -webkit-box-flex: 0; -webkit-flex: 0 0 91.66667%; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667% } .col-xl-12 { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .order-xl-first { -webkit-box-ordinal-group: 0; -webkit-order: -1; -ms-flex-order: -1; order: -1 } .order-xl-1 { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1 } .order-xl-2 { -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2 } .order-xl-3 { -webkit-box-ordinal-group: 4; -webkit-order: 3; -ms-flex-order: 3; order: 3 } .order-xl-4 { -webkit-box-ordinal-group: 5; -webkit-order: 4; -ms-flex-order: 4; order: 4 } .order-xl-5 { -webkit-box-ordinal-group: 6; -webkit-order: 5; -ms-flex-order: 5; order: 5 } .order-xl-6 { -webkit-box-ordinal-group: 7; -webkit-order: 6; -ms-flex-order: 6; order: 6 } .order-xl-7 { -webkit-box-ordinal-group: 8; -webkit-order: 7; -ms-flex-order: 7; order: 7 } .order-xl-8 { -webkit-box-ordinal-group: 9; -webkit-order: 8; -ms-flex-order: 8; order: 8 } .order-xl-9 { -webkit-box-ordinal-group: 10; -webkit-order: 9; -ms-flex-order: 9; order: 9 } .order-xl-10 { -webkit-box-ordinal-group: 11; -webkit-order: 10; -ms-flex-order: 10; order: 10 } .order-xl-11 { -webkit-box-ordinal-group: 12; -webkit-order: 11; -ms-flex-order: 11; order: 11 } .order-xl-12 { -webkit-box-ordinal-group: 13; -webkit-order: 12; -ms-flex-order: 12; order: 12 } .offset-xl-0 { margin-left: 0 } .offset-xl-1 { margin-left: 8.33333% } .offset-xl-2 { margin-left: 16.66667% } .offset-xl-3 { margin-left: 25% } .offset-xl-4 { margin-left: 33.33333% } .offset-xl-5 { margin-left: 41.66667% } .offset-xl-6 { margin-left: 50% } .offset-xl-7 { margin-left: 58.33333% } .offset-xl-8 { margin-left: 66.66667% } .offset-xl-9 { margin-left: 75% } .offset-xl-10 { margin-left: 83.33333% } .offset-xl-11 { margin-left: 91.66667% } } .flex-row { -webkit-box-orient: horizontal!important; -webkit-box-direction: normal!important; -webkit-flex-direction: row!important; -ms-flex-direction: row!important; flex-direction: row!important } .flex-column { -webkit-box-orient: vertical!important; -webkit-box-direction: normal!important; -webkit-flex-direction: column!important; -ms-flex-direction: column!important; flex-direction: column!important } .flex-row-reverse { -webkit-box-orient: horizontal!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: row-reverse!important; -ms-flex-direction: row-reverse!important; flex-direction: row-reverse!important } .flex-column-reverse { -webkit-box-orient: vertical!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: column-reverse!important; -ms-flex-direction: column-reverse!important; flex-direction: column-reverse!important } .flex-wrap { -webkit-flex-wrap: wrap!important; -ms-flex-wrap: wrap!important; flex-wrap: wrap!important } .flex-nowrap { -webkit-flex-wrap: nowrap!important; -ms-flex-wrap: nowrap!important; flex-wrap: nowrap!important } .flex-wrap-reverse { -webkit-flex-wrap: wrap-reverse!important; -ms-flex-wrap: wrap-reverse!important; flex-wrap: wrap-reverse!important } .justify-content-start { -webkit-box-pack: start!important; -webkit-justify-content: flex-start!important; -ms-flex-pack: start!important; justify-content: flex-start!important } .justify-content-end { -webkit-box-pack: end!important; -webkit-justify-content: flex-end!important; -ms-flex-pack: end!important; justify-content: flex-end!important } .justify-content-center { -webkit-box-pack: center!important; -webkit-justify-content: center!important; -ms-flex-pack: center!important; justify-content: center!important } .justify-content-between { -webkit-box-pack: justify!important; -webkit-justify-content: space-between!important; -ms-flex-pack: justify!important; justify-content: space-between!important } .justify-content-around { -webkit-justify-content: space-around!important; -ms-flex-pack: distribute!important; justify-content: space-around!important } .align-items-start { -webkit-box-align: start!important; -webkit-align-items: flex-start!important; -ms-flex-align: start!important; align-items: flex-start!important } .align-items-end { -webkit-box-align: end!important; -webkit-align-items: flex-end!important; -ms-flex-align: end!important; align-items: flex-end!important } .align-items-center { -webkit-box-align: center!important; -webkit-align-items: center!important; -ms-flex-align: center!important; align-items: center!important } .align-items-baseline { -webkit-box-align: baseline!important; -webkit-align-items: baseline!important; -ms-flex-align: baseline!important; align-items: baseline!important } .align-items-stretch { -webkit-box-align: stretch!important; -webkit-align-items: stretch!important; -ms-flex-align: stretch!important; align-items: stretch!important } .align-content-start { -webkit-align-content: flex-start!important; -ms-flex-line-pack: start!important; align-content: flex-start!important } .align-content-end { -webkit-align-content: flex-end!important; -ms-flex-line-pack: end!important; align-content: flex-end!important } .align-content-center { -webkit-align-content: center!important; -ms-flex-line-pack: center!important; align-content: center!important } .align-content-between { -webkit-align-content: space-between!important; -ms-flex-line-pack: justify!important; align-content: space-between!important } .align-content-around { -webkit-align-content: space-around!important; -ms-flex-line-pack: distribute!important; align-content: space-around!important } .align-content-stretch { -webkit-align-content: stretch!important; -ms-flex-line-pack: stretch!important; align-content: stretch!important } .align-self-auto { -webkit-align-self: auto!important; -ms-flex-item-align: auto!important; -ms-grid-row-align: auto!important; align-self: auto!important } .align-self-start { -webkit-align-self: flex-start!important; -ms-flex-item-align: start!important; align-self: flex-start!important } .align-self-end { -webkit-align-self: flex-end!important; -ms-flex-item-align: end!important; align-self: flex-end!important } .align-self-center { -webkit-align-self: center!important; -ms-flex-item-align: center!important; -ms-grid-row-align: center!important; align-self: center!important } .align-self-baseline { -webkit-align-self: baseline!important; -ms-flex-item-align: baseline!important; align-self: baseline!important } .align-self-stretch { -webkit-align-self: stretch!important; -ms-flex-item-align: stretch!important; -ms-grid-row-align: stretch!important; align-self: stretch!important } @media (min-width:576px) { .flex-sm-row { -webkit-box-orient: horizontal!important; -webkit-box-direction: normal!important; -webkit-flex-direction: row!important; -ms-flex-direction: row!important; flex-direction: row!important } .flex-sm-column { -webkit-box-orient: vertical!important; -webkit-box-direction: normal!important; -webkit-flex-direction: column!important; -ms-flex-direction: column!important; flex-direction: column!important } .flex-sm-row-reverse { -webkit-box-orient: horizontal!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: row-reverse!important; -ms-flex-direction: row-reverse!important; flex-direction: row-reverse!important } .flex-sm-column-reverse { -webkit-box-orient: vertical!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: column-reverse!important; -ms-flex-direction: column-reverse!important; flex-direction: column-reverse!important } .flex-sm-wrap { -webkit-flex-wrap: wrap!important; -ms-flex-wrap: wrap!important; flex-wrap: wrap!important } .flex-sm-nowrap { -webkit-flex-wrap: nowrap!important; -ms-flex-wrap: nowrap!important; flex-wrap: nowrap!important } .flex-sm-wrap-reverse { -webkit-flex-wrap: wrap-reverse!important; -ms-flex-wrap: wrap-reverse!important; flex-wrap: wrap-reverse!important } .justify-content-sm-start { -webkit-box-pack: start!important; -webkit-justify-content: flex-start!important; -ms-flex-pack: start!important; justify-content: flex-start!important } .justify-content-sm-end { -webkit-box-pack: end!important; -webkit-justify-content: flex-end!important; -ms-flex-pack: end!important; justify-content: flex-end!important } .justify-content-sm-center { -webkit-box-pack: center!important; -webkit-justify-content: center!important; -ms-flex-pack: center!important; justify-content: center!important } .justify-content-sm-between { -webkit-box-pack: justify!important; -webkit-justify-content: space-between!important; -ms-flex-pack: justify!important; justify-content: space-between!important } .justify-content-sm-around { -webkit-justify-content: space-around!important; -ms-flex-pack: distribute!important; justify-content: space-around!important } .align-items-sm-start { -webkit-box-align: start!important; -webkit-align-items: flex-start!important; -ms-flex-align: start!important; align-items: flex-start!important } .align-items-sm-end { -webkit-box-align: end!important; -webkit-align-items: flex-end!important; -ms-flex-align: end!important; align-items: flex-end!important } .align-items-sm-center { -webkit-box-align: center!important; -webkit-align-items: center!important; -ms-flex-align: center!important; align-items: center!important } .align-items-sm-baseline { -webkit-box-align: baseline!important; -webkit-align-items: baseline!important; -ms-flex-align: baseline!important; align-items: baseline!important } .align-items-sm-stretch { -webkit-box-align: stretch!important; -webkit-align-items: stretch!important; -ms-flex-align: stretch!important; align-items: stretch!important } .align-content-sm-start { -webkit-align-content: flex-start!important; -ms-flex-line-pack: start!important; align-content: flex-start!important } .align-content-sm-end { -webkit-align-content: flex-end!important; -ms-flex-line-pack: end!important; align-content: flex-end!important } .align-content-sm-center { -webkit-align-content: center!important; -ms-flex-line-pack: center!important; align-content: center!important } .align-content-sm-between { -webkit-align-content: space-between!important; -ms-flex-line-pack: justify!important; align-content: space-between!important } .align-content-sm-around { -webkit-align-content: space-around!important; -ms-flex-line-pack: distribute!important; align-content: space-around!important } .align-content-sm-stretch { -webkit-align-content: stretch!important; -ms-flex-line-pack: stretch!important; align-content: stretch!important } .align-self-sm-auto { -webkit-align-self: auto!important; -ms-flex-item-align: auto!important; -ms-grid-row-align: auto!important; align-self: auto!important } .align-self-sm-start { -webkit-align-self: flex-start!important; -ms-flex-item-align: start!important; align-self: flex-start!important } .align-self-sm-end { -webkit-align-self: flex-end!important; -ms-flex-item-align: end!important; align-self: flex-end!important } .align-self-sm-center { -webkit-align-self: center!important; -ms-flex-item-align: center!important; -ms-grid-row-align: center!important; align-self: center!important } .align-self-sm-baseline { -webkit-align-self: baseline!important; -ms-flex-item-align: baseline!important; align-self: baseline!important } .align-self-sm-stretch { -webkit-align-self: stretch!important; -ms-flex-item-align: stretch!important; -ms-grid-row-align: stretch!important; align-self: stretch!important } } @media (min-width:768px) { .flex-md-row { -webkit-box-orient: horizontal!important; -webkit-box-direction: normal!important; -webkit-flex-direction: row!important; -ms-flex-direction: row!important; flex-direction: row!important } .flex-md-column { -webkit-box-orient: vertical!important; -webkit-box-direction: normal!important; -webkit-flex-direction: column!important; -ms-flex-direction: column!important; flex-direction: column!important } .flex-md-row-reverse { -webkit-box-orient: horizontal!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: row-reverse!important; -ms-flex-direction: row-reverse!important; flex-direction: row-reverse!important } .flex-md-column-reverse { -webkit-box-orient: vertical!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: column-reverse!important; -ms-flex-direction: column-reverse!important; flex-direction: column-reverse!important } .flex-md-wrap { -webkit-flex-wrap: wrap!important; -ms-flex-wrap: wrap!important; flex-wrap: wrap!important } .flex-md-nowrap { -webkit-flex-wrap: nowrap!important; -ms-flex-wrap: nowrap!important; flex-wrap: nowrap!important } .flex-md-wrap-reverse { -webkit-flex-wrap: wrap-reverse!important; -ms-flex-wrap: wrap-reverse!important; flex-wrap: wrap-reverse!important } .justify-content-md-start { -webkit-box-pack: start!important; -webkit-justify-content: flex-start!important; -ms-flex-pack: start!important; justify-content: flex-start!important } .justify-content-md-end { -webkit-box-pack: end!important; -webkit-justify-content: flex-end!important; -ms-flex-pack: end!important; justify-content: flex-end!important } .justify-content-md-center { -webkit-box-pack: center!important; -webkit-justify-content: center!important; -ms-flex-pack: center!important; justify-content: center!important } .justify-content-md-between { -webkit-box-pack: justify!important; -webkit-justify-content: space-between!important; -ms-flex-pack: justify!important; justify-content: space-between!important } .justify-content-md-around { -webkit-justify-content: space-around!important; -ms-flex-pack: distribute!important; justify-content: space-around!important } .align-items-md-start { -webkit-box-align: start!important; -webkit-align-items: flex-start!important; -ms-flex-align: start!important; align-items: flex-start!important } .align-items-md-end { -webkit-box-align: end!important; -webkit-align-items: flex-end!important; -ms-flex-align: end!important; align-items: flex-end!important } .align-items-md-center { -webkit-box-align: center!important; -webkit-align-items: center!important; -ms-flex-align: center!important; align-items: center!important } .align-items-md-baseline { -webkit-box-align: baseline!important; -webkit-align-items: baseline!important; -ms-flex-align: baseline!important; align-items: baseline!important } .align-items-md-stretch { -webkit-box-align: stretch!important; -webkit-align-items: stretch!important; -ms-flex-align: stretch!important; align-items: stretch!important } .align-content-md-start { -webkit-align-content: flex-start!important; -ms-flex-line-pack: start!important; align-content: flex-start!important } .align-content-md-end { -webkit-align-content: flex-end!important; -ms-flex-line-pack: end!important; align-content: flex-end!important } .align-content-md-center { -webkit-align-content: center!important; -ms-flex-line-pack: center!important; align-content: center!important } .align-content-md-between { -webkit-align-content: space-between!important; -ms-flex-line-pack: justify!important; align-content: space-between!important } .align-content-md-around { -webkit-align-content: space-around!important; -ms-flex-line-pack: distribute!important; align-content: space-around!important } .align-content-md-stretch { -webkit-align-content: stretch!important; -ms-flex-line-pack: stretch!important; align-content: stretch!important } .align-self-md-auto { -webkit-align-self: auto!important; -ms-flex-item-align: auto!important; -ms-grid-row-align: auto!important; align-self: auto!important } .align-self-md-start { -webkit-align-self: flex-start!important; -ms-flex-item-align: start!important; align-self: flex-start!important } .align-self-md-end { -webkit-align-self: flex-end!important; -ms-flex-item-align: end!important; align-self: flex-end!important } .align-self-md-center { -webkit-align-self: center!important; -ms-flex-item-align: center!important; -ms-grid-row-align: center!important; align-self: center!important } .align-self-md-baseline { -webkit-align-self: baseline!important; -ms-flex-item-align: baseline!important; align-self: baseline!important } .align-self-md-stretch { -webkit-align-self: stretch!important; -ms-flex-item-align: stretch!important; -ms-grid-row-align: stretch!important; align-self: stretch!important } } @media (min-width:992px) { .flex-lg-row { -webkit-box-orient: horizontal!important; -webkit-box-direction: normal!important; -webkit-flex-direction: row!important; -ms-flex-direction: row!important; flex-direction: row!important } .flex-lg-column { -webkit-box-orient: vertical!important; -webkit-box-direction: normal!important; -webkit-flex-direction: column!important; -ms-flex-direction: column!important; flex-direction: column!important } .flex-lg-row-reverse { -webkit-box-orient: horizontal!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: row-reverse!important; -ms-flex-direction: row-reverse!important; flex-direction: row-reverse!important } .flex-lg-column-reverse { -webkit-box-orient: vertical!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: column-reverse!important; -ms-flex-direction: column-reverse!important; flex-direction: column-reverse!important } .flex-lg-wrap { -webkit-flex-wrap: wrap!important; -ms-flex-wrap: wrap!important; flex-wrap: wrap!important } .flex-lg-nowrap { -webkit-flex-wrap: nowrap!important; -ms-flex-wrap: nowrap!important; flex-wrap: nowrap!important } .flex-lg-wrap-reverse { -webkit-flex-wrap: wrap-reverse!important; -ms-flex-wrap: wrap-reverse!important; flex-wrap: wrap-reverse!important } .justify-content-lg-start { -webkit-box-pack: start!important; -webkit-justify-content: flex-start!important; -ms-flex-pack: start!important; justify-content: flex-start!important } .justify-content-lg-end { -webkit-box-pack: end!important; -webkit-justify-content: flex-end!important; -ms-flex-pack: end!important; justify-content: flex-end!important } .justify-content-lg-center { -webkit-box-pack: center!important; -webkit-justify-content: center!important; -ms-flex-pack: center!important; justify-content: center!important } .justify-content-lg-between { -webkit-box-pack: justify!important; -webkit-justify-content: space-between!important; -ms-flex-pack: justify!important; justify-content: space-between!important } .justify-content-lg-around { -webkit-justify-content: space-around!important; -ms-flex-pack: distribute!important; justify-content: space-around!important } .align-items-lg-start { -webkit-box-align: start!important; -webkit-align-items: flex-start!important; -ms-flex-align: start!important; align-items: flex-start!important } .align-items-lg-end { -webkit-box-align: end!important; -webkit-align-items: flex-end!important; -ms-flex-align: end!important; align-items: flex-end!important } .align-items-lg-center { -webkit-box-align: center!important; -webkit-align-items: center!important; -ms-flex-align: center!important; align-items: center!important } .align-items-lg-baseline { -webkit-box-align: baseline!important; -webkit-align-items: baseline!important; -ms-flex-align: baseline!important; align-items: baseline!important } .align-items-lg-stretch { -webkit-box-align: stretch!important; -webkit-align-items: stretch!important; -ms-flex-align: stretch!important; align-items: stretch!important } .align-content-lg-start { -webkit-align-content: flex-start!important; -ms-flex-line-pack: start!important; align-content: flex-start!important } .align-content-lg-end { -webkit-align-content: flex-end!important; -ms-flex-line-pack: end!important; align-content: flex-end!important } .align-content-lg-center { -webkit-align-content: center!important; -ms-flex-line-pack: center!important; align-content: center!important } .align-content-lg-between { -webkit-align-content: space-between!important; -ms-flex-line-pack: justify!important; align-content: space-between!important } .align-content-lg-around { -webkit-align-content: space-around!important; -ms-flex-line-pack: distribute!important; align-content: space-around!important } .align-content-lg-stretch { -webkit-align-content: stretch!important; -ms-flex-line-pack: stretch!important; align-content: stretch!important } .align-self-lg-auto { -webkit-align-self: auto!important; -ms-flex-item-align: auto!important; -ms-grid-row-align: auto!important; align-self: auto!important } .align-self-lg-start { -webkit-align-self: flex-start!important; -ms-flex-item-align: start!important; align-self: flex-start!important } .align-self-lg-end { -webkit-align-self: flex-end!important; -ms-flex-item-align: end!important; align-self: flex-end!important } .align-self-lg-center { -webkit-align-self: center!important; -ms-flex-item-align: center!important; -ms-grid-row-align: center!important; align-self: center!important } .align-self-lg-baseline { -webkit-align-self: baseline!important; -ms-flex-item-align: baseline!important; align-self: baseline!important } .align-self-lg-stretch { -webkit-align-self: stretch!important; -ms-flex-item-align: stretch!important; -ms-grid-row-align: stretch!important; align-self: stretch!important } } @media (min-width:1200px) { .flex-xl-row { -webkit-box-orient: horizontal!important; -webkit-box-direction: normal!important; -webkit-flex-direction: row!important; -ms-flex-direction: row!important; flex-direction: row!important } .flex-xl-column { -webkit-box-orient: vertical!important; -webkit-box-direction: normal!important; -webkit-flex-direction: column!important; -ms-flex-direction: column!important; flex-direction: column!important } .flex-xl-row-reverse { -webkit-box-orient: horizontal!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: row-reverse!important; -ms-flex-direction: row-reverse!important; flex-direction: row-reverse!important } .flex-xl-column-reverse { -webkit-box-orient: vertical!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: column-reverse!important; -ms-flex-direction: column-reverse!important; flex-direction: column-reverse!important } .flex-xl-wrap { -webkit-flex-wrap: wrap!important; -ms-flex-wrap: wrap!important; flex-wrap: wrap!important } .flex-xl-nowrap { -webkit-flex-wrap: nowrap!important; -ms-flex-wrap: nowrap!important; flex-wrap: nowrap!important } .flex-xl-wrap-reverse { -webkit-flex-wrap: wrap-reverse!important; -ms-flex-wrap: wrap-reverse!important; flex-wrap: wrap-reverse!important } .justify-content-xl-start { -webkit-box-pack: start!important; -webkit-justify-content: flex-start!important; -ms-flex-pack: start!important; justify-content: flex-start!important } .justify-content-xl-end { -webkit-box-pack: end!important; -webkit-justify-content: flex-end!important; -ms-flex-pack: end!important; justify-content: flex-end!important } .justify-content-xl-center { -webkit-box-pack: center!important; -webkit-justify-content: center!important; -ms-flex-pack: center!important; justify-content: center!important } .justify-content-xl-between { -webkit-box-pack: justify!important; -webkit-justify-content: space-between!important; -ms-flex-pack: justify!important; justify-content: space-between!important } .justify-content-xl-around { -webkit-justify-content: space-around!important; -ms-flex-pack: distribute!important; justify-content: space-around!important } .align-items-xl-start { -webkit-box-align: start!important; -webkit-align-items: flex-start!important; -ms-flex-align: start!important; align-items: flex-start!important } .align-items-xl-end { -webkit-box-align: end!important; -webkit-align-items: flex-end!important; -ms-flex-align: end!important; align-items: flex-end!important } .align-items-xl-center { -webkit-box-align: center!important; -webkit-align-items: center!important; -ms-flex-align: center!important; align-items: center!important } .align-items-xl-baseline { -webkit-box-align: baseline!important; -webkit-align-items: baseline!important; -ms-flex-align: baseline!important; align-items: baseline!important } .align-items-xl-stretch { -webkit-box-align: stretch!important; -webkit-align-items: stretch!important; -ms-flex-align: stretch!important; align-items: stretch!important } .align-content-xl-start { -webkit-align-content: flex-start!important; -ms-flex-line-pack: start!important; align-content: flex-start!important } .align-content-xl-end { -webkit-align-content: flex-end!important; -ms-flex-line-pack: end!important; align-content: flex-end!important } .align-content-xl-center { -webkit-align-content: center!important; -ms-flex-line-pack: center!important; align-content: center!important } .align-content-xl-between { -webkit-align-content: space-between!important; -ms-flex-line-pack: justify!important; align-content: space-between!important } .align-content-xl-around { -webkit-align-content: space-around!important; -ms-flex-line-pack: distribute!important; align-content: space-around!important } .align-content-xl-stretch { -webkit-align-content: stretch!important; -ms-flex-line-pack: stretch!important; align-content: stretch!important } .align-self-xl-auto { -webkit-align-self: auto!important; -ms-flex-item-align: auto!important; -ms-grid-row-align: auto!important; align-self: auto!important } .align-self-xl-start { -webkit-align-self: flex-start!important; -ms-flex-item-align: start!important; align-self: flex-start!important } .align-self-xl-end { -webkit-align-self: flex-end!important; -ms-flex-item-align: end!important; align-self: flex-end!important } .align-self-xl-center { -webkit-align-self: center!important; -ms-flex-item-align: center!important; -ms-grid-row-align: center!important; align-self: center!important } .align-self-xl-baseline { -webkit-align-self: baseline!important; -ms-flex-item-align: baseline!important; align-self: baseline!important } .align-self-xl-stretch { -webkit-align-self: stretch!important; -ms-flex-item-align: stretch!important; -ms-grid-row-align: stretch!important; align-self: stretch!important } } .flex-row { -webkit-box-orient: horizontal!important; -webkit-box-direction: normal!important; -webkit-flex-direction: row!important; -ms-flex-direction: row!important; flex-direction: row!important } .flex-column { -webkit-box-orient: vertical!important; -webkit-box-direction: normal!important; -webkit-flex-direction: column!important; -ms-flex-direction: column!important; flex-direction: column!important } .flex-row-reverse { -webkit-box-orient: horizontal!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: row-reverse!important; -ms-flex-direction: row-reverse!important; flex-direction: row-reverse!important } .flex-column-reverse { -webkit-box-orient: vertical!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: column-reverse!important; -ms-flex-direction: column-reverse!important; flex-direction: column-reverse!important } .flex-wrap { -webkit-flex-wrap: wrap!important; -ms-flex-wrap: wrap!important; flex-wrap: wrap!important } .flex-nowrap { -webkit-flex-wrap: nowrap!important; -ms-flex-wrap: nowrap!important; flex-wrap: nowrap!important } .flex-wrap-reverse { -webkit-flex-wrap: wrap-reverse!important; -ms-flex-wrap: wrap-reverse!important; flex-wrap: wrap-reverse!important } .justify-content-start { -webkit-box-pack: start!important; -webkit-justify-content: flex-start!important; -ms-flex-pack: start!important; justify-content: flex-start!important } .justify-content-end { -webkit-box-pack: end!important; -webkit-justify-content: flex-end!important; -ms-flex-pack: end!important; justify-content: flex-end!important } .justify-content-center { -webkit-box-pack: center!important; -webkit-justify-content: center!important; -ms-flex-pack: center!important; justify-content: center!important } .justify-content-between { -webkit-box-pack: justify!important; -webkit-justify-content: space-between!important; -ms-flex-pack: justify!important; justify-content: space-between!important } .justify-content-around { -webkit-justify-content: space-around!important; -ms-flex-pack: distribute!important; justify-content: space-around!important } .align-items-start { -webkit-box-align: start!important; -webkit-align-items: flex-start!important; -ms-flex-align: start!important; align-items: flex-start!important } .align-items-end { -webkit-box-align: end!important; -webkit-align-items: flex-end!important; -ms-flex-align: end!important; align-items: flex-end!important } .align-items-center { -webkit-box-align: center!important; -webkit-align-items: center!important; -ms-flex-align: center!important; align-items: center!important } .align-items-baseline { -webkit-box-align: baseline!important; -webkit-align-items: baseline!important; -ms-flex-align: baseline!important; align-items: baseline!important } .align-items-stretch { -webkit-box-align: stretch!important; -webkit-align-items: stretch!important; -ms-flex-align: stretch!important; align-items: stretch!important } .align-content-start { -webkit-align-content: flex-start!important; -ms-flex-line-pack: start!important; align-content: flex-start!important } .align-content-end { -webkit-align-content: flex-end!important; -ms-flex-line-pack: end!important; align-content: flex-end!important } .align-content-center { -webkit-align-content: center!important; -ms-flex-line-pack: center!important; align-content: center!important } .align-content-between { -webkit-align-content: space-between!important; -ms-flex-line-pack: justify!important; align-content: space-between!important } .align-content-around { -webkit-align-content: space-around!important; -ms-flex-line-pack: distribute!important; align-content: space-around!important } .align-content-stretch { -webkit-align-content: stretch!important; -ms-flex-line-pack: stretch!important; align-content: stretch!important } .align-self-auto { -webkit-align-self: auto!important; -ms-flex-item-align: auto!important; -ms-grid-row-align: auto!important; align-self: auto!important } .align-self-start { -webkit-align-self: flex-start!important; -ms-flex-item-align: start!important; align-self: flex-start!important } .align-self-end { -webkit-align-self: flex-end!important; -ms-flex-item-align: end!important; align-self: flex-end!important } .align-self-center { -webkit-align-self: center!important; -ms-flex-item-align: center!important; -ms-grid-row-align: center!important; align-self: center!important } .align-self-baseline { -webkit-align-self: baseline!important; -ms-flex-item-align: baseline!important; align-self: baseline!important } .align-self-stretch { -webkit-align-self: stretch!important; -ms-flex-item-align: stretch!important; -ms-grid-row-align: stretch!important; align-self: stretch!important } @media (min-width:576px) { .flex-sm-row { -webkit-box-orient: horizontal!important; -webkit-box-direction: normal!important; -webkit-flex-direction: row!important; -ms-flex-direction: row!important; flex-direction: row!important } .flex-sm-column { -webkit-box-orient: vertical!important; -webkit-box-direction: normal!important; -webkit-flex-direction: column!important; -ms-flex-direction: column!important; flex-direction: column!important } .flex-sm-row-reverse { -webkit-box-orient: horizontal!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: row-reverse!important; -ms-flex-direction: row-reverse!important; flex-direction: row-reverse!important } .flex-sm-column-reverse { -webkit-box-orient: vertical!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: column-reverse!important; -ms-flex-direction: column-reverse!important; flex-direction: column-reverse!important } .flex-sm-wrap { -webkit-flex-wrap: wrap!important; -ms-flex-wrap: wrap!important; flex-wrap: wrap!important } .flex-sm-nowrap { -webkit-flex-wrap: nowrap!important; -ms-flex-wrap: nowrap!important; flex-wrap: nowrap!important } .flex-sm-wrap-reverse { -webkit-flex-wrap: wrap-reverse!important; -ms-flex-wrap: wrap-reverse!important; flex-wrap: wrap-reverse!important } .justify-content-sm-start { -webkit-box-pack: start!important; -webkit-justify-content: flex-start!important; -ms-flex-pack: start!important; justify-content: flex-start!important } .justify-content-sm-end { -webkit-box-pack: end!important; -webkit-justify-content: flex-end!important; -ms-flex-pack: end!important; justify-content: flex-end!important } .justify-content-sm-center { -webkit-box-pack: center!important; -webkit-justify-content: center!important; -ms-flex-pack: center!important; justify-content: center!important } .justify-content-sm-between { -webkit-box-pack: justify!important; -webkit-justify-content: space-between!important; -ms-flex-pack: justify!important; justify-content: space-between!important } .justify-content-sm-around { -webkit-justify-content: space-around!important; -ms-flex-pack: distribute!important; justify-content: space-around!important } .align-items-sm-start { -webkit-box-align: start!important; -webkit-align-items: flex-start!important; -ms-flex-align: start!important; align-items: flex-start!important } .align-items-sm-end { -webkit-box-align: end!important; -webkit-align-items: flex-end!important; -ms-flex-align: end!important; align-items: flex-end!important } .align-items-sm-center { -webkit-box-align: center!important; -webkit-align-items: center!important; -ms-flex-align: center!important; align-items: center!important } .align-items-sm-baseline { -webkit-box-align: baseline!important; -webkit-align-items: baseline!important; -ms-flex-align: baseline!important; align-items: baseline!important } .align-items-sm-stretch { -webkit-box-align: stretch!important; -webkit-align-items: stretch!important; -ms-flex-align: stretch!important; align-items: stretch!important } .align-content-sm-start { -webkit-align-content: flex-start!important; -ms-flex-line-pack: start!important; align-content: flex-start!important } .align-content-sm-end { -webkit-align-content: flex-end!important; -ms-flex-line-pack: end!important; align-content: flex-end!important } .align-content-sm-center { -webkit-align-content: center!important; -ms-flex-line-pack: center!important; align-content: center!important } .align-content-sm-between { -webkit-align-content: space-between!important; -ms-flex-line-pack: justify!important; align-content: space-between!important } .align-content-sm-around { -webkit-align-content: space-around!important; -ms-flex-line-pack: distribute!important; align-content: space-around!important } .align-content-sm-stretch { -webkit-align-content: stretch!important; -ms-flex-line-pack: stretch!important; align-content: stretch!important } .align-self-sm-auto { -webkit-align-self: auto!important; -ms-flex-item-align: auto!important; -ms-grid-row-align: auto!important; align-self: auto!important } .align-self-sm-start { -webkit-align-self: flex-start!important; -ms-flex-item-align: start!important; align-self: flex-start!important } .align-self-sm-end { -webkit-align-self: flex-end!important; -ms-flex-item-align: end!important; align-self: flex-end!important } .align-self-sm-center { -webkit-align-self: center!important; -ms-flex-item-align: center!important; -ms-grid-row-align: center!important; align-self: center!important } .align-self-sm-baseline { -webkit-align-self: baseline!important; -ms-flex-item-align: baseline!important; align-self: baseline!important } .align-self-sm-stretch { -webkit-align-self: stretch!important; -ms-flex-item-align: stretch!important; -ms-grid-row-align: stretch!important; align-self: stretch!important } } @media (min-width:768px) { .flex-md-row { -webkit-box-orient: horizontal!important; -webkit-box-direction: normal!important; -webkit-flex-direction: row!important; -ms-flex-direction: row!important; flex-direction: row!important } .flex-md-column { -webkit-box-orient: vertical!important; -webkit-box-direction: normal!important; -webkit-flex-direction: column!important; -ms-flex-direction: column!important; flex-direction: column!important } .flex-md-row-reverse { -webkit-box-orient: horizontal!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: row-reverse!important; -ms-flex-direction: row-reverse!important; flex-direction: row-reverse!important } .flex-md-column-reverse { -webkit-box-orient: vertical!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: column-reverse!important; -ms-flex-direction: column-reverse!important; flex-direction: column-reverse!important } .flex-md-wrap { -webkit-flex-wrap: wrap!important; -ms-flex-wrap: wrap!important; flex-wrap: wrap!important } .flex-md-nowrap { -webkit-flex-wrap: nowrap!important; -ms-flex-wrap: nowrap!important; flex-wrap: nowrap!important } .flex-md-wrap-reverse { -webkit-flex-wrap: wrap-reverse!important; -ms-flex-wrap: wrap-reverse!important; flex-wrap: wrap-reverse!important } .justify-content-md-start { -webkit-box-pack: start!important; -webkit-justify-content: flex-start!important; -ms-flex-pack: start!important; justify-content: flex-start!important } .justify-content-md-end { -webkit-box-pack: end!important; -webkit-justify-content: flex-end!important; -ms-flex-pack: end!important; justify-content: flex-end!important } .justify-content-md-center { -webkit-box-pack: center!important; -webkit-justify-content: center!important; -ms-flex-pack: center!important; justify-content: center!important } .justify-content-md-between { -webkit-box-pack: justify!important; -webkit-justify-content: space-between!important; -ms-flex-pack: justify!important; justify-content: space-between!important } .justify-content-md-around { -webkit-justify-content: space-around!important; -ms-flex-pack: distribute!important; justify-content: space-around!important } .align-items-md-start { -webkit-box-align: start!important; -webkit-align-items: flex-start!important; -ms-flex-align: start!important; align-items: flex-start!important } .align-items-md-end { -webkit-box-align: end!important; -webkit-align-items: flex-end!important; -ms-flex-align: end!important; align-items: flex-end!important } .align-items-md-center { -webkit-box-align: center!important; -webkit-align-items: center!important; -ms-flex-align: center!important; align-items: center!important } .align-items-md-baseline { -webkit-box-align: baseline!important; -webkit-align-items: baseline!important; -ms-flex-align: baseline!important; align-items: baseline!important } .align-items-md-stretch { -webkit-box-align: stretch!important; -webkit-align-items: stretch!important; -ms-flex-align: stretch!important; align-items: stretch!important } .align-content-md-start { -webkit-align-content: flex-start!important; -ms-flex-line-pack: start!important; align-content: flex-start!important } .align-content-md-end { -webkit-align-content: flex-end!important; -ms-flex-line-pack: end!important; align-content: flex-end!important } .align-content-md-center { -webkit-align-content: center!important; -ms-flex-line-pack: center!important; align-content: center!important } .align-content-md-between { -webkit-align-content: space-between!important; -ms-flex-line-pack: justify!important; align-content: space-between!important } .align-content-md-around { -webkit-align-content: space-around!important; -ms-flex-line-pack: distribute!important; align-content: space-around!important } .align-content-md-stretch { -webkit-align-content: stretch!important; -ms-flex-line-pack: stretch!important; align-content: stretch!important } .align-self-md-auto { -webkit-align-self: auto!important; -ms-flex-item-align: auto!important; -ms-grid-row-align: auto!important; align-self: auto!important } .align-self-md-start { -webkit-align-self: flex-start!important; -ms-flex-item-align: start!important; align-self: flex-start!important } .align-self-md-end { -webkit-align-self: flex-end!important; -ms-flex-item-align: end!important; align-self: flex-end!important } .align-self-md-center { -webkit-align-self: center!important; -ms-flex-item-align: center!important; -ms-grid-row-align: center!important; align-self: center!important } .align-self-md-baseline { -webkit-align-self: baseline!important; -ms-flex-item-align: baseline!important; align-self: baseline!important } .align-self-md-stretch { -webkit-align-self: stretch!important; -ms-flex-item-align: stretch!important; -ms-grid-row-align: stretch!important; align-self: stretch!important } } @media (min-width:992px) { .flex-lg-row { -webkit-box-orient: horizontal!important; -webkit-box-direction: normal!important; -webkit-flex-direction: row!important; -ms-flex-direction: row!important; flex-direction: row!important } .flex-lg-column { -webkit-box-orient: vertical!important; -webkit-box-direction: normal!important; -webkit-flex-direction: column!important; -ms-flex-direction: column!important; flex-direction: column!important } .flex-lg-row-reverse { -webkit-box-orient: horizontal!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: row-reverse!important; -ms-flex-direction: row-reverse!important; flex-direction: row-reverse!important } .flex-lg-column-reverse { -webkit-box-orient: vertical!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: column-reverse!important; -ms-flex-direction: column-reverse!important; flex-direction: column-reverse!important } .flex-lg-wrap { -webkit-flex-wrap: wrap!important; -ms-flex-wrap: wrap!important; flex-wrap: wrap!important } .flex-lg-nowrap { -webkit-flex-wrap: nowrap!important; -ms-flex-wrap: nowrap!important; flex-wrap: nowrap!important } .flex-lg-wrap-reverse { -webkit-flex-wrap: wrap-reverse!important; -ms-flex-wrap: wrap-reverse!important; flex-wrap: wrap-reverse!important } .justify-content-lg-start { -webkit-box-pack: start!important; -webkit-justify-content: flex-start!important; -ms-flex-pack: start!important; justify-content: flex-start!important } .justify-content-lg-end { -webkit-box-pack: end!important; -webkit-justify-content: flex-end!important; -ms-flex-pack: end!important; justify-content: flex-end!important } .justify-content-lg-center { -webkit-box-pack: center!important; -webkit-justify-content: center!important; -ms-flex-pack: center!important; justify-content: center!important } .justify-content-lg-between { -webkit-box-pack: justify!important; -webkit-justify-content: space-between!important; -ms-flex-pack: justify!important; justify-content: space-between!important } .justify-content-lg-around { -webkit-justify-content: space-around!important; -ms-flex-pack: distribute!important; justify-content: space-around!important } .align-items-lg-start { -webkit-box-align: start!important; -webkit-align-items: flex-start!important; -ms-flex-align: start!important; align-items: flex-start!important } .align-items-lg-end { -webkit-box-align: end!important; -webkit-align-items: flex-end!important; -ms-flex-align: end!important; align-items: flex-end!important } .align-items-lg-center { -webkit-box-align: center!important; -webkit-align-items: center!important; -ms-flex-align: center!important; align-items: center!important } .align-items-lg-baseline { -webkit-box-align: baseline!important; -webkit-align-items: baseline!important; -ms-flex-align: baseline!important; align-items: baseline!important } .align-items-lg-stretch { -webkit-box-align: stretch!important; -webkit-align-items: stretch!important; -ms-flex-align: stretch!important; align-items: stretch!important } .align-content-lg-start { -webkit-align-content: flex-start!important; -ms-flex-line-pack: start!important; align-content: flex-start!important } .align-content-lg-end { -webkit-align-content: flex-end!important; -ms-flex-line-pack: end!important; align-content: flex-end!important } .align-content-lg-center { -webkit-align-content: center!important; -ms-flex-line-pack: center!important; align-content: center!important } .align-content-lg-between { -webkit-align-content: space-between!important; -ms-flex-line-pack: justify!important; align-content: space-between!important } .align-content-lg-around { -webkit-align-content: space-around!important; -ms-flex-line-pack: distribute!important; align-content: space-around!important } .align-content-lg-stretch { -webkit-align-content: stretch!important; -ms-flex-line-pack: stretch!important; align-content: stretch!important } .align-self-lg-auto { -webkit-align-self: auto!important; -ms-flex-item-align: auto!important; -ms-grid-row-align: auto!important; align-self: auto!important } .align-self-lg-start { -webkit-align-self: flex-start!important; -ms-flex-item-align: start!important; align-self: flex-start!important } .align-self-lg-end { -webkit-align-self: flex-end!important; -ms-flex-item-align: end!important; align-self: flex-end!important } .align-self-lg-center { -webkit-align-self: center!important; -ms-flex-item-align: center!important; -ms-grid-row-align: center!important; align-self: center!important } .align-self-lg-baseline { -webkit-align-self: baseline!important; -ms-flex-item-align: baseline!important; align-self: baseline!important } .align-self-lg-stretch { -webkit-align-self: stretch!important; -ms-flex-item-align: stretch!important; -ms-grid-row-align: stretch!important; align-self: stretch!important } } @media (min-width:1200px) { .flex-xl-row { -webkit-box-orient: horizontal!important; -webkit-box-direction: normal!important; -webkit-flex-direction: row!important; -ms-flex-direction: row!important; flex-direction: row!important } .flex-xl-column { -webkit-box-orient: vertical!important; -webkit-box-direction: normal!important; -webkit-flex-direction: column!important; -ms-flex-direction: column!important; flex-direction: column!important } .flex-xl-row-reverse { -webkit-box-orient: horizontal!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: row-reverse!important; -ms-flex-direction: row-reverse!important; flex-direction: row-reverse!important } .flex-xl-column-reverse { -webkit-box-orient: vertical!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: column-reverse!important; -ms-flex-direction: column-reverse!important; flex-direction: column-reverse!important } .flex-xl-wrap { -webkit-flex-wrap: wrap!important; -ms-flex-wrap: wrap!important; flex-wrap: wrap!important } .flex-xl-nowrap { -webkit-flex-wrap: nowrap!important; -ms-flex-wrap: nowrap!important; flex-wrap: nowrap!important } .flex-xl-wrap-reverse { -webkit-flex-wrap: wrap-reverse!important; -ms-flex-wrap: wrap-reverse!important; flex-wrap: wrap-reverse!important } .justify-content-xl-start { -webkit-box-pack: start!important; -webkit-justify-content: flex-start!important; -ms-flex-pack: start!important; justify-content: flex-start!important } .justify-content-xl-end { -webkit-box-pack: end!important; -webkit-justify-content: flex-end!important; -ms-flex-pack: end!important; justify-content: flex-end!important } .justify-content-xl-center { -webkit-box-pack: center!important; -webkit-justify-content: center!important; -ms-flex-pack: center!important; justify-content: center!important } .justify-content-xl-between { -webkit-box-pack: justify!important; -webkit-justify-content: space-between!important; -ms-flex-pack: justify!important; justify-content: space-between!important } .justify-content-xl-around { -webkit-justify-content: space-around!important; -ms-flex-pack: distribute!important; justify-content: space-around!important } .align-items-xl-start { -webkit-box-align: start!important; -webkit-align-items: flex-start!important; -ms-flex-align: start!important; align-items: flex-start!important } .align-items-xl-end { -webkit-box-align: end!important; -webkit-align-items: flex-end!important; -ms-flex-align: end!important; align-items: flex-end!important } .align-items-xl-center { -webkit-box-align: center!important; -webkit-align-items: center!important; -ms-flex-align: center!important; align-items: center!important } .align-items-xl-baseline { -webkit-box-align: baseline!important; -webkit-align-items: baseline!important; -ms-flex-align: baseline!important; align-items: baseline!important } .align-items-xl-stretch { -webkit-box-align: stretch!important; -webkit-align-items: stretch!important; -ms-flex-align: stretch!important; align-items: stretch!important } .align-content-xl-start { -webkit-align-content: flex-start!important; -ms-flex-line-pack: start!important; align-content: flex-start!important } .align-content-xl-end { -webkit-align-content: flex-end!important; -ms-flex-line-pack: end!important; align-content: flex-end!important } .align-content-xl-center { -webkit-align-content: center!important; -ms-flex-line-pack: center!important; align-content: center!important } .align-content-xl-between { -webkit-align-content: space-between!important; -ms-flex-line-pack: justify!important; align-content: space-between!important } .align-content-xl-around { -webkit-align-content: space-around!important; -ms-flex-line-pack: distribute!important; align-content: space-around!important } .align-content-xl-stretch { -webkit-align-content: stretch!important; -ms-flex-line-pack: stretch!important; align-content: stretch!important } .align-self-xl-auto { -webkit-align-self: auto!important; -ms-flex-item-align: auto!important; -ms-grid-row-align: auto!important; align-self: auto!important } .align-self-xl-start { -webkit-align-self: flex-start!important; -ms-flex-item-align: start!important; align-self: flex-start!important } .align-self-xl-end { -webkit-align-self: flex-end!important; -ms-flex-item-align: end!important; align-self: flex-end!important } .align-self-xl-center { -webkit-align-self: center!important; -ms-flex-item-align: center!important; -ms-grid-row-align: center!important; align-self: center!important } .align-self-xl-baseline { -webkit-align-self: baseline!important; -ms-flex-item-align: baseline!important; align-self: baseline!important } .align-self-xl-stretch { -webkit-align-self: stretch!important; -ms-flex-item-align: stretch!important; -ms-grid-row-align: stretch!important; align-self: stretch!important } } @keyframes smoothScroll { 0% { transform: translateY(-200px) } 100% { transform: translateY(0px) } } .header-fixed .container { position: static; } .header-fixed { position: fixed; left: 0; top: 0; width: 100%; background-color: #fff; z-index: 999998; height: auto; float: none; box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.23); padding: 20px 0 12px; visibility: hidden; } .header-fix { animation: smoothScroll 0.6s forwards; visibility: visible; } .header-fixed .logo { line-height: 24px; } .header-fixed__head { color: #222222; font-family: Rubik; font-size: 18px; font-weight: 700; text-transform: uppercase; } .header-fixed__bottom { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-align-items: center; align-items: center; justify-content: space-between; } .header-fixed__top { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-align-items: center; align-items: center; justify-content: space-between; margin-bottom: 8px; } .main-list { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-align-items: center; align-items: center; } .hamburger { height: 24px; display: none; } .hamburger-box { width: 40px; height: 24px; display: inline-block; position: relative; } .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before { position: absolute; border-radius: 4px; } .hamburger-inner::after, .hamburger-inner::before { content: ""; display: block; } .hamburger-inner { width: 29px; height: 3px; background-color: #777; top: 50%; transform: translateY(-50%); } .hamburger-inner::before { top: -8px; } .hamburger-inner::after { bottom: -8px; } .hamburger-inner::after, .hamburger-inner::before { width: 29px; height: 3px; background-color: #777; } .main-list a { color: #777777; font-family: "Open Sans"; font-size: 14px; font-weight: 400; position: relative; } .main-list li + li{ margin-left: 18px; } .main-list a::before { content: ''; left: 0; bottom: -2px; height: 2px; width: 100%; background-color: #00C853; position: absolute; opacity: 0; transition: opacity .25s linear; } .main-list a:hover::before { opacity: 1; transition: opacity .25s linear; } .header-fixed .sub-nav { height: auto; padding: 0; } .header-fixed .sub-nav i { -webkit-transition: none; -o-transition: none; transition: none; } .container { width: 96%; max-width: 1200px; margin-left: auto; margin-right: auto; position: relative } header { width: 100%; float: left; height: 60px; position: relative; z-index: 2000 } header .logo { font-family: Rubik, sans-serif; font-weight: 600; font-size: 24px; line-height: 60px; color: #00c853; float: left; text-transform: uppercase } header .slogan { font-family: Rubik, sans-serif; font-weight: 200; font-size: 1em; line-height: 20px; color: #00c853; float: left; clear: left; text-transform: uppercase } header .main-nav { width: 60%; margin: 0 20%; position: absolute; text-align: center; height: 20px; padding: 20px 0 } header .main-nav li { display: inline-block; margin: 0 5px } header .main-nav a { line-height: 20px; font-size: 16px; color: #777; text-align: center } header .main-nav a:hover { color: #222 } header .sub-nav { float: right; height: 20px; padding: 28px 0; } header .sub-nav li { display: inline-block; margin: 0 0 0 10px } header .sub-nav i { line-height: 20px; color: #ccc; } header .sub-nav i { font-size: 18px; transition: all .3s linear; } .a-search { position: relative; } .a-search .fa-search { position: absolute; right: 8px; top: 7px; } .a-search input{ height: 34px; padding: 6px 12px; font-family: 'Open Sans', sans-serif; color: #555; background-color: #fff; width: 100%; font-size: 14px; min-width: 260px; border-radius: 4px; outline: none; border: none; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); border: 1px solid rgba(0, 0, 0, 0.15); -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; } .a-search input:focus + i { color: #333; } .a-search input:focus { -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6); border-color: #66afe9; outline: 0; } .clearfix::after { display: block; clear: both; content: '' } .page-animal { font-size: 18px } .page-animal img { max-width: 100%; border-radius: 6px; } .page-animal section { padding: 35px 0; border-bottom: 1px solid #e9e9e9 } .page-animal * { -webkit-box-sizing: border-box; box-sizing: border-box } /*header { font-size: 62.5% }*/ /*.ap-header { font-size: 62.5% }*/ header .logo span { color: #00c853; font-family: Rubik, sans-serif; font-size: 12px; text-transform: uppercase; display: block; font-weight: 400; line-height: 1 } header .main-nav { padding-top: 38px } header .main-nav li { padding-left: 30px; position: relative } header .main-nav li::before { content: ''; width: 20px; height: 20px; background: url(../img/mammals.png) no-repeat center; position: absolute; top: 0; left: 0 } header .main-nav li:nth-child(2)::before { background: url(../img/reptiles.png) no-repeat center } header .main-nav li:nth-child(3)::before { background: url(../img/birds.png) no-repeat center } header .main-nav .catalog-li::before { content: ''; width: 20px; height: 20px; background: url(../img/mammals_white.png) no-repeat center; position: absolute; top: 0; left: 0 } header .main-nav .catalog-li:nth-child(2)::before { background: url(../img/reptiles_white.png) no-repeat center } header .main-nav .catalog-li:nth-child(3)::before { background: url(../img/birds_white.png) no-repeat center } .page-animal .open-gallery{ cursor: zoom-in; } .page-animal a { font-family: Rubik, sans-serif } .page-animal p { margin: 10px 0; line-height: 1.5 } .center { text-align: center; margin-top: 50px } .tl-center { text-align: center } .no-gutter-r { padding-right: 0!important } .a-h1, .a-h2, .a-h3 { font-family: Rubik, sans-serif; color: #222 } .a-h1 { font-size: 50px; font-weight: 700; text-transform: uppercase; margin: 15px 0 15px } .a-h2 { font-weight: 500; font-size: 42px; margin-bottom: 40px } .a-h3 { font-size: 26px; font-weight: 700; margin-bottom: 25px } .show-more { font-size: 16px; font-weight: 500; text-decoration: underline; text-transform: uppercase; color: #777; margin-left: 5px; white-space: nowrap } .show-more:hover { color: #000; text-decoration: none } section.s-char { padding-top: 100px } .s-char-block { margin-bottom: 25px } .s-char-img img { height: 100% } .s-char-heading { border-bottom: 1px solid #e9e9e9; padding-bottom: 25px } .s-char-heading__name { color: #777; font-family: Rubik, sans-serif; margin: 0!important; line-height: 1!important } .s-char-heading__name span::after { content: ''; width: 4px; height: 4px; background-color: #777; -webkit-border-radius: 50%; border-radius: 50%; display: inline-block; vertical-align: middle; margin-left: 5px } .s-char-kinds { padding: 18px 0; border-bottom: 1px solid #e9e9e9 } .s-char-kinds__attr { font-size: 14px; font-weight: 600; text-transform: uppercase; color: #777 } .s-char-kinds__name { display: block; font-size: 18px } .s-char-kinds__species { display: block; font-size: 18px; font-weight: 500; } .s-char-kinds__item { margin-bottom: 15px } .s-char-kinds .unactive { color: #222 } .s-char-char__block { padding: 12px 0; border-bottom: 1px solid #e9e9e9 } .s-char-char-custom { display: -webkit-flex; margin-top: 25px; padding: 0 15px; display: -moz-flex; display: -ms-flex; display: -o-flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; display: flex; justify-content: space-between; -ms-align-items: center; align-items: center; width: 100%; } .s-char-char-custom .s-char-char__wrap { position: relative; border-bottom: 1px solid #EAEAEA; padding-bottom: 10px; flex-grow: 1; } .s-char-kinds-custom { border-bottom: none; } .s-char-char__wrap-wrap { flex-grow: 1; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; display: flex; justify-content: space-between; -ms-align-items: center; align-items: center; } .s-char-char-custom .s-char-char__wrap::before { content: ''; position: absolute; height: 80%; width: 1px; right: 44px; background: #EAEAEA; top: 50%; transform: translateY(-50%); /*margin-bottom: 10px;*/ /*padding-bottom: 10px;*/ /*margin: 2px 2px;*/ } .s-char-char__wrap::after{ content: ''; position: absolute; height: 6px; width: 10px; right: 40px; background: #FFFFFF; top: 100%; transform: translateY(-50%); } .s-char-char-custom .s-char-char__wrap-wrap:last-child .s-char-char__wrap:last-child::before { display: none; } .s-char-char__wrap:first-child::after{ display: none; } .s-char-char-custom .s-char-char__wrap-wrap:last-child .s-char-char__wrap:last-child::after { display: none; } .s-char-char__name { font-size: 14px; font-weight: 600; text-transform: uppercase; color: #777; margin-bottom: 10px } .s-char-char__num { font-size: 26px; font-weight: 400; text-transform: uppercase; color: #00c853; font-family: Rubik, sans-serif } .video .content { float: none; } .s-char-text { margin-bottom: 30px; margin-top: 35px; } .s-char-status-item { text-align: center; width: 103px; height: 103px; -webkit-border-radius: 5px; border-radius: 5px; position: relative; display: inline-block; margin-right: 15px; margin-bottom: 20px; -webkit-transition: all .3s linear; transition: all .3s linear; vertical-align: middle; } .s-char-status-item:hover { -webkit-transform: translateY(10px); -ms-transform: translateY(10px); transform: translateY(10px) } .s-char-status-item p { font-family: Rubik, sans-serif; font-size: 30px; font-weight: 700; color: #fff; margin-bottom: 0; line-height: 1; padding-top: 13px } .s-char-status-item span { font-size: 14px; font-weight: 400; color: #fff } .s-gallery { position: relative; padding-bottom: 50px!important } .s-gallery-block { font-size: 0 } .s-gallery-block__sm:first-child { margin-bottom: 20px } .s-gallery-item { font-size: 0; height: 100%; } .s-gallery-item--md img { height: 100%; } .s-gallery-item img { width: 100%; } .s-gallery-arrow { width: 62px; height: 62px; background-color: #b3b3b3; -webkit-border-radius: 50%; border-radius: 50%; position: absolute; top: -15px; right: 0; cursor: pointer; -webkit-transition: all .3s linear; transition: all .3s linear } .s-gallery-arrow::before { content: '\2191'; position: absolute; text-align: center; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: #fff; font-size: 30px } .s-gallery-arrow:hover { background-color: #8d8d8d } .s-distr-block { margin-bottom: 50px } .s-distr-block--row .row { margin-bottom: 15px } .s-distr-geography__slug { font-size: 16px; font-weight: 600; text-transform: uppercase; color: #777 } .s-distr-geography__link { font-size: 22px; margin-left: 2px } .s-distr-zone-item { text-align: center; width: 100%; max-width: 278px; height: 100%; min-height: 101px; -webkit-border-radius: 5px; border-radius: 5px; text-shadow: -1px 1px 0 rgba(0, 0, 0, .79); font-size: 24px; font-weight: 700; margin: auto; color: #fff; padding: 10px 5px; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-align-items: center; align-items: center; justify-content: center; position: relative; } .s-distr-margin { margin-bottom: 30px; } .s-distr-zone-item:hover { color: #fff } .s-distr-climate__link { width: 100%; max-width: 278px; height: 100%; min-height: 101px; font-size: 24px; font-weight: 700; color: #fff; margin: auto; text-align: center; -webkit-border-radius: 5px; border-radius: 5px; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; justify-content: center; -ms-align-items: center; align-items: center; } .s-distr-climate__link:hover { color: #fff } .s-habbit-group { margin-bottom: 27px } .s-habbit-group__slug { font-size: 16px; font-weight: 600; text-transform: uppercase; color: #777 } .s-habbit-group__black { color: #222 } .s-habbit-group__black:hover { color: #222 } .s-habbit-group a { margin-left: 2px; font-size: 22px } .s-habbit-content { margin-bottom: 30px } .s-diet-block p { margin-bottom: 40px } .s-diet-nutrition-margin { padding-bottom: 20px } .s-diet-item__slug { font-size: 16px; text-transform: uppercase; color: #777; margin-right: 20px; font-weight: 600 } .s-diet-item__link { font-size: 22px; margin-right: 5px } .s-mating-descr .row { margin-bottom: 18px } .s-mating-slug__text { font-size: 16px; color: #777; text-transform: uppercase; font-weight: 600 } .s-mating-char__text { color: #222; font-size: 18px; font-weight: 600; font-size: 20px } .s-mating-char a { display: inline-block; font-size: 20px } .s-mating-text p:first-child { margin-top: 0 } .s-population-link { margin-bottom: 15px } .s-population-img { margin-bottom: 40px } .s-population-slug { text-transform: uppercase; color: #777; font-weight: 600; font-size: 16px } .s-population__link { font-size: 22px } .s-population-view { margin-top: 60px } .s-population-view__item { width: 50px; height: 50px; border: 2px solid #999a96; -webkit-border-radius: 50%; border-radius: 50%; line-height: 50px; text-align: center; text-transform: uppercase; font-weight: 700; font-size: 18px; color: #999a96; display: inline-block } .s-population-view .active { background-color: #00c853; color: #fff; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; border: none } .s-domest-content{ margin-bottom: 20px; } .s-domest-cat__status { text-transform: uppercase; font-size: 16px; color: #777; font-family: "Open Sans", Arial, sans-serif; font-weight: 600; margin-right: 30px; margin-bottom: 12px; display: inline-block; vertical-align: baseline; } .s-domest-cat__link { font-size: 22px; margin-right: 10px; display: inline-block; vertical-align: baseline; } .s-domest__img { text-align: center; font-size: 0; } .s-fact { padding-bottom: 30px!important } .s-fact-list li { font-size: 20px; color: #222; line-height: 1.3; margin-bottom: 45px; padding-left: 45px; position: relative } .s-fact-list li::before { content: ''; width: 27px; height: 26px; display: inline-block; background: url(../img/Ibex_icon.png) no-repeat center; position: absolute; top: 0; left: 0 } .s-ref-item { margin-bottom: 12px; } .s-related .a-h2 { text-align: center } .s-related-row { margin-bottom: 30px } .s-related-item { height: 316px; -webkit-border-radius: 8px; border-radius: 8px; overflow: hidden; max-width: 252px; position: relative; display: block } .s-related-item__content { padding: 20px; background-color: rgba(0, 0, 0, .6); -webkit-border-bottom-left-radius: 8px; border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; border-bottom-right-radius: 8px; margin-top: auto; width: 100%; position: absolute; bottom: 0 } .s-related-item__content span { font-size: 16px; color: #00f666; font-family: Rubik, sans-serif } .s-related-item__name { font-family: Rubik, sans-serif; text-transform: uppercase; color: #fff; font-weight: 500; font-size: 22px; margin-bottom: 4px } .s-fascinating-block { position: relative } .s-fascinating .a-h2 { text-align: center } .s-fascinating-item { max-width: 1050px; margin-left: auto; margin-right: auto; text-align: center } .s-fascinating .s-related-item { display: inline-block; width: 256px } .owl-nav .owl-next, .owl-nav .owl-prev { position: absolute; width: 52px; height: 52px; -webkit-border-radius: 50%; border-radius: 50%; background-color: #b3b3b3; top: 42% } .owl-nav .owl-next::after, .owl-nav .owl-prev::after { content: ''; width: 16px; height: 16px; border-bottom: 2px solid #fff; border-left: 2px solid #fff; position: absolute; left: 0; top: 0; bottom: 0; right: 0; margin: auto; -webkit-transition: all .3s linear; transition: all .3s linear } .owl-nav .owl-next { right: -60px } .owl-nav .owl-next::after { -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg) } .owl-nav .owl-prev { left: -60px } .owl-nav .owl-prev::after { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg) } .s-footer { border-top: 8px solid #e9e9e9; padding: 35px 0 30px; font-size: 62.5% } .s-footer-logo { font-weight: 600; font-family: Rubik, sans-serif; color: #00c853; text-transform: uppercase; line-height: 1; font-size: 3em } .s-footer-logo span { color: #00c853; font-family: Rubik, sans-serif; font-size: 12px; text-transform: uppercase; display: block; font-weight: 400; margin-top: 10px } .s-footer-form input { font-size: 16px; color: #868686; font-family: "Open Sans", sans-serif; background-color: #e9e9e9; padding: 20px; border: none; width: 100%; max-width: 318px; -webkit-border-radius: 8px; border-radius: 8px; height: 53px } .s-footer-form input:focus { outline: 0 } .s-footer-form button { outline: 0; border: none; cursor: pointer; color: #fff; font-size: 16px; font-weight: 600; background-color: #007aff; height: 53px; margin-left: -15px; -webkit-border-radius: 8px; border-radius: 8px; padding: 0 37px; -webkit-transition: all .3s linear; transition: all .3s linear } .s-footer-form button:hover { background-color: #004999 } .s-footer .copyright { text-align: center; font-weight: 600; color: #777; font-size: 16px; margin-top: 10px /*margin-top: 40px return this margin if email form enabled as in original design */ } .main-head .logo { color: #fff; } .main-head .logo span { color: #fff; } .main-head .main-nav a { color: #fff; } @media only screen and (max-width:1200px) { .s-char-char-custom .s-char-char__wrap::before { right: 15px; } .s-char-char__wrap::after{ right: 11px; } } @media only screen and (max-width:1100px) { .s-gallery-block__sm { margin-bottom: 14px } .owl-nav .owl-next { right: -50px } .owl-nav .owl-prev { left: -50px } .s-fascinating-block { max-width: 800px; margin: 0 auto } .s-footer-form input { max-width: 275px } } @media only screen and (max-width:992px) { .header-fixed .sub-nav { position: static; transform: none; } .main-head .logo { color: #00c853; } .main-head .logo span { color: #00c853; } .main-content { /*background-color: #1C9654;*/ padding-top: 150px; } .s-char-kinds-custom { border-bottom: 1px solid #e9e9e9; } .s-char-char-custom .s-char-char__wrap { width: 50%; border-bottom: none; } .s-char-char-custom .s-char-char__wrap::before { display: none; } .s-char-char__wrap::after { display: none; } .s-char-char__wrap-wrap { width: 100%; border-bottom: none; } .s-domest__img{ margin-bottom: 30px; } .content { padding-top: 130px } .s-char-img { text-align: center } .s-char-img img { height: auto } .s-char-status { text-align: center } .a-h1 { font-size: 40px } .a-h2 { font-size: 32px } .a-h3 { font-size: 22px } .s-gallery { text-align: center } .s-gallery-block__sm { margin-bottom: 20px } .s-gallery-item--md { padding-bottom: 20px } .s-gallery-item--left { text-align: left } .s-gallery-item--right { text-align: center } .show-more { font-size: 14px } .s-distr-geography__link { font-size: 18px; line-height: 1.4 } .s-distr-geography__slug { line-height: 1.4 } .s-distr-zone-item { margin-bottom: 20px; } .s-habbit-img { margin-bottom: 30px; text-align: center } .s-habbit-group a { font-size: 18px } .s-diet-img { text-align: center; margin-top: 30px } .s-mating-text { margin-top: 20px } .s-population-view { margin-bottom: 40px } .s-related-item { margin-bottom: 30px } .ml-auto { margin-left: auto } .s-fascinating-block { max-width: 600px; margin: 0 auto } .s-footer { text-align: center } .s-footer-logo { display: inline-block; margin-bottom: 40px } .s-footer-form input { max-width: 320px } .page-animal { font-size: 16px } .main-nav { top: 140px } header { text-align: center } header .logo { text-align: center; float: none } header .main-nav { margin: 0 18% } header .sub-nav { position: absolute; top: 80px; left: 50%; transform: translateX(-50%); } section.s-char { padding-top: 230px; } /*.no-gutter-r{ padding-right: 15px!important; }*/ } @media only screen and (max-width:768px) { .header-fixed .logo { width: 50%; text-align: left; font-size: 20px; } .header-fixed__top { -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; justify-content: center; } .socials-list { text-align: right; } .header-fixed .header-fixed__head { width: 50%; } .header-fixed .sub-nav { margin-top: 10px; } .header-fixed__head { text-align: right; } section.s-char { padding-top: 220px } header .main-nav { padding-top: 25px; } header .sub-nav { padding-top: 22px; } .s-char-kinds__name { font-size: 15px } .s-char-kinds__species { font-size: 15px; font-weight: 500; } .s-char-char__num { font-size: 22px } .s-diet-item__link { font-size: 18px } .s-fact-list li { font-size: 16px } .s-related-item { margin-left: auto; margin-right: auto } .s-distr { padding-bottom: 15px!important } .s-distr-zone h3 { text-align: center } .s-distr-climate h3 { text-align: center } .owl-nav .owl-next { right: 0 } .owl-nav .owl-prev { left: 0 } } @media only screen and (max-width:568px) { .no-gutter-r { padding-right: 15px!important } .header-fixed__top { -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; } .socials-list { width: 100%; margin-top: 6px; } .s-domest-cat__link { font-size: 20px; } .page-animal { font-size: 14px } .page-animal section { padding: 35px 0 } .s-gallery { padding-bottom: 20px!important } .s-gallery-item--left { text-align: center } .s-gallery-item--right { text-align: center } section.s-char { padding-top: 200px } /*header .logo { font-size: 2.8em }*/ header .sub-nav { padding: 15px 0 } header .main-nav { padding-top: 15px; width: 100%; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); margin: 0 } .a-h1 { font-size: 30px } .a-h2 { font-size: 26px; margin-bottom: 25px } .a-h3 { font-size: 20px } .s-distr-geography__slug { margin-bottom: 10px; font-size: 14px } .s-distr-climate { text-align: center } .s-distr-zone .a-h3 { text-align: center } .s-habbit-group__slug { margin-bottom: 10px } .s-gallery-arrow { display: none } .s-gallery-item { margin-bottom: 20px } .s-gallery-block__sm { margin-bottom: 0 } .s-mating-slug__text { font-size: 14px } .s-mating-char__text { font-size: 16px } .s-mating-char a { font-size: 16px } .s-population-slug { margin-bottom: 10px } .s-population__link { font-size: 18px } .s-population-view { text-align: center; margin-top: 40px } .s-population-view__item { margin-bottom: 10px; margin-right: 5px } .s-footer-form input { margin-bottom: 20px } } @media only screen and (max-width:1199px) { .hamburger { display: block; } .main-list { display: none; position: absolute; left: 0; width: 100%; top: 100%; background-color: #fff; z-index: 99999; box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.23); text-align: left; padding: 25px; } .main-list li { margin-bottom: 8px; } .main-list li + li { margin-left: 0; } }
resources/css/site/____new.css
@font-face { font-family: roboto; font-style: normal; font-weight: 400; src: url(../fonts/RobotoRegular/RobotoRegular.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoRegular/RobotoRegular.woff) format("woff"), url(../fonts/RobotoRegular/RobotoRegular.ttf) format("truetype") } @font-face { font-family: roboto; font-style: normal; font-weight: 700; src: url(../fonts/RobotoBold/RobotoBold.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoBold/RobotoBold.woff) format("woff"), url(../fonts/RobotoBold/RobotoBold.ttf) format("truetype") } ::-webkit-input-placeholder { color: #666; opacity: 1; font-style: italic } :-moz-placeholder { color: #666; opacity: 1; font-style: italic } ::-moz-placeholder { color: #666; opacity: 1; font-style: italic } :-ms-input-placeholder { color: #666; opacity: 1; font-style: italic } ::-moz-selection { background: #b3d4fc; text-shadow: none } ::selection { background: #b3d4fc; text-shadow: none } a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, 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 } html { width: 100%; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; overflow-x: hidden!important } body { font-family: "Open Sans", Arial, sans-serif; font-size: 62.5%; color: #222; background-color: #fff!important; width: 100%; display: block; /*overflow-x: hidden!important;*/ line-height: 1 } a { color: #007aff; text-decoration: none; cursor: pointer } a:hover { color: #00c853; -webkit-transition: all .3s linear; transition: all .3s linear } .owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; position: relative; z-index: 1 } .owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; -moz-backface-visibility: hidden } .owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0 } .owl-carousel .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0, 0, 0) } .owl-carousel .owl-item, .owl-carousel .owl-wrapper { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0) } .owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none } .owl-carousel .owl-item img { display: block; width: 100% } .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled { display: none } .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { cursor: pointer; cursor: hand; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .owl-carousel.owl-loaded { display: block } .owl-carousel.owl-loading { opacity: 0; display: block } .owl-carousel.owl-hidden { opacity: 0 } .owl-carousel.owl-refresh .owl-item { visibility: hidden } .owl-carousel.owl-drag .owl-item { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .owl-carousel.owl-grab { cursor: move; cursor: -webkit-grab; cursor: grab } .owl-carousel.owl-rtl { direction: rtl } .owl-carousel.owl-rtl .owl-item { float: right } .no-js .owl-carousel { display: block } .owl-carousel .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both } .owl-carousel .owl-animated-in { z-index: 0 } .owl-carousel .owl-animated-out { z-index: 1 } .owl-carousel .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut } @-webkit-keyframes fadeOut { 0% { opacity: 1 } 100% { opacity: 0 } } @keyframes fadeOut { 0% { opacity: 1 } 100% { opacity: 0 } } .owl-height { -webkit-transition: height .5s ease-in-out; transition: height .5s ease-in-out } .owl-carousel .owl-item .owl-lazy { opacity: 0; -webkit-transition: opacity .4s ease; transition: opacity .4s ease } .owl-carousel .owl-item img.owl-lazy { -webkit-transform-style: preserve-3d; transform-style: preserve-3d } .owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000 } .owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url(owl.video.play.png) no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; -webkit-transition: -webkit-transform .1s ease; transition: -webkit-transform .1s ease; transition: transform .1s ease; transition: transform .1s ease, -webkit-transform .1s ease } .owl-carousel .owl-video-play-icon:hover { -ms-transform: scale(1.3, 1.3); -webkit-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3) } .owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn { display: none } .owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; -webkit-transition: opacity .4s ease; transition: opacity .4s ease } .owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100% } /*! * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com) * Copyright 2011-2017 The Bootstrap Authors * Copyright 2011-2017 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ @-ms-viewport { width: device-width } html { -webkit-box-sizing: border-box; box-sizing: border-box; -ms-overflow-style: scrollbar } *, ::after, ::before { -webkit-box-sizing: inherit; box-sizing: inherit } .container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto } @media (min-width:576px) { .container { max-width: 540px } } @media (min-width:768px) { .container { max-width: 720px } } @media (min-width:992px) { .container { max-width: 960px } } @media (min-width:1200px) { .container { max-width: 1140px } } .container-fluid { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto } .row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px } .no-gutters { margin-right: 0; margin-left: 0 } .no-gutters>.col, .no-gutters>[class*=col-] { padding-right: 0; padding-left: 0 } .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { position: relative; width: 100%; min-height: 1px; padding-right: 15px; padding-left: 15px } .col { -webkit-flex-basis: 0; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100% } .col-auto { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none } .col-1 { -webkit-box-flex: 0; -webkit-flex: 0 0 8.33333%; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333% } .col-2 { -webkit-box-flex: 0; -webkit-flex: 0 0 16.66667%; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667% } .col-3 { -webkit-box-flex: 0; -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% } .col-4 { -webkit-box-flex: 0; -webkit-flex: 0 0 33.33333%; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333% } .col-5 { -webkit-box-flex: 0; -webkit-flex: 0 0 41.66667%; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667% } .col-6 { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .col-7 { -webkit-box-flex: 0; -webkit-flex: 0 0 58.33333%; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333% } .col-8 { -webkit-box-flex: 0; -webkit-flex: 0 0 66.66667%; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667% } .col-9 { -webkit-box-flex: 0; -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% } .col-10 { -webkit-box-flex: 0; -webkit-flex: 0 0 83.33333%; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333% } .col-11 { -webkit-box-flex: 0; -webkit-flex: 0 0 91.66667%; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667% } .col-12 { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .order-first { -webkit-box-ordinal-group: 0; -webkit-order: -1; -ms-flex-order: -1; order: -1 } .order-1 { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1 } .order-2 { -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2 } .order-3 { -webkit-box-ordinal-group: 4; -webkit-order: 3; -ms-flex-order: 3; order: 3 } .order-4 { -webkit-box-ordinal-group: 5; -webkit-order: 4; -ms-flex-order: 4; order: 4 } .order-5 { -webkit-box-ordinal-group: 6; -webkit-order: 5; -ms-flex-order: 5; order: 5 } .order-6 { -webkit-box-ordinal-group: 7; -webkit-order: 6; -ms-flex-order: 6; order: 6 } .order-7 { -webkit-box-ordinal-group: 8; -webkit-order: 7; -ms-flex-order: 7; order: 7 } .order-8 { -webkit-box-ordinal-group: 9; -webkit-order: 8; -ms-flex-order: 8; order: 8 } .order-9 { -webkit-box-ordinal-group: 10; -webkit-order: 9; -ms-flex-order: 9; order: 9 } .order-10 { -webkit-box-ordinal-group: 11; -webkit-order: 10; -ms-flex-order: 10; order: 10 } .order-11 { -webkit-box-ordinal-group: 12; -webkit-order: 11; -ms-flex-order: 11; order: 11 } .order-12 { -webkit-box-ordinal-group: 13; -webkit-order: 12; -ms-flex-order: 12; order: 12 } .offset-1 { margin-left: 8.33333% } .offset-2 { margin-left: 16.66667% } .offset-3 { margin-left: 25% } .offset-4 { margin-left: 33.33333% } .offset-5 { margin-left: 41.66667% } .offset-6 { margin-left: 50% } .offset-7 { margin-left: 58.33333% } .offset-8 { margin-left: 66.66667% } .offset-9 { margin-left: 75% } .offset-10 { margin-left: 83.33333% } .offset-11 { margin-left: 91.66667% } @media (min-width:576px) { .col-sm { -webkit-flex-basis: 0; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100% } .col-sm-auto { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none } .col-sm-1 { -webkit-box-flex: 0; -webkit-flex: 0 0 8.33333%; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333% } .col-sm-2 { -webkit-box-flex: 0; -webkit-flex: 0 0 16.66667%; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667% } .col-sm-3 { -webkit-box-flex: 0; -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% } .col-sm-4 { -webkit-box-flex: 0; -webkit-flex: 0 0 33.33333%; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333% } .col-sm-5 { -webkit-box-flex: 0; -webkit-flex: 0 0 41.66667%; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667% } .col-sm-6 { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .col-sm-7 { -webkit-box-flex: 0; -webkit-flex: 0 0 58.33333%; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333% } .col-sm-8 { -webkit-box-flex: 0; -webkit-flex: 0 0 66.66667%; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667% } .col-sm-9 { -webkit-box-flex: 0; -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% } .col-sm-10 { -webkit-box-flex: 0; -webkit-flex: 0 0 83.33333%; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333% } .col-sm-11 { -webkit-box-flex: 0; -webkit-flex: 0 0 91.66667%; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667% } .col-sm-12 { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .order-sm-first { -webkit-box-ordinal-group: 0; -webkit-order: -1; -ms-flex-order: -1; order: -1 } .order-sm-1 { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1 } .order-sm-2 { -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2 } .order-sm-3 { -webkit-box-ordinal-group: 4; -webkit-order: 3; -ms-flex-order: 3; order: 3 } .order-sm-4 { -webkit-box-ordinal-group: 5; -webkit-order: 4; -ms-flex-order: 4; order: 4 } .order-sm-5 { -webkit-box-ordinal-group: 6; -webkit-order: 5; -ms-flex-order: 5; order: 5 } .order-sm-6 { -webkit-box-ordinal-group: 7; -webkit-order: 6; -ms-flex-order: 6; order: 6 } .order-sm-7 { -webkit-box-ordinal-group: 8; -webkit-order: 7; -ms-flex-order: 7; order: 7 } .order-sm-8 { -webkit-box-ordinal-group: 9; -webkit-order: 8; -ms-flex-order: 8; order: 8 } .order-sm-9 { -webkit-box-ordinal-group: 10; -webkit-order: 9; -ms-flex-order: 9; order: 9 } .order-sm-10 { -webkit-box-ordinal-group: 11; -webkit-order: 10; -ms-flex-order: 10; order: 10 } .order-sm-11 { -webkit-box-ordinal-group: 12; -webkit-order: 11; -ms-flex-order: 11; order: 11 } .order-sm-12 { -webkit-box-ordinal-group: 13; -webkit-order: 12; -ms-flex-order: 12; order: 12 } .offset-sm-0 { margin-left: 0 } .offset-sm-1 { margin-left: 8.33333% } .offset-sm-2 { margin-left: 16.66667% } .offset-sm-3 { margin-left: 25% } .offset-sm-4 { margin-left: 33.33333% } .offset-sm-5 { margin-left: 41.66667% } .offset-sm-6 { margin-left: 50% } .offset-sm-7 { margin-left: 58.33333% } .offset-sm-8 { margin-left: 66.66667% } .offset-sm-9 { margin-left: 75% } .offset-sm-10 { margin-left: 83.33333% } .offset-sm-11 { margin-left: 91.66667% } } @media (min-width:768px) { .col-md { -webkit-flex-basis: 0; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100% } .col-md-auto { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none } .col-md-1 { -webkit-box-flex: 0; -webkit-flex: 0 0 8.33333%; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333% } .col-md-2 { -webkit-box-flex: 0; -webkit-flex: 0 0 16.66667%; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667% } .col-md-3 { -webkit-box-flex: 0; -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% } .col-md-4 { -webkit-box-flex: 0; -webkit-flex: 0 0 33.33333%; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333% } .col-md-5 { -webkit-box-flex: 0; -webkit-flex: 0 0 41.66667%; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667% } .col-md-6 { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .col-md-7 { -webkit-box-flex: 0; -webkit-flex: 0 0 58.33333%; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333% } .col-md-8 { -webkit-box-flex: 0; -webkit-flex: 0 0 66.66667%; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667% } .col-md-9 { -webkit-box-flex: 0; -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% } .col-md-10 { -webkit-box-flex: 0; -webkit-flex: 0 0 83.33333%; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333% } .col-md-11 { -webkit-box-flex: 0; -webkit-flex: 0 0 91.66667%; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667% } .col-md-12 { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .order-md-first { -webkit-box-ordinal-group: 0; -webkit-order: -1; -ms-flex-order: -1; order: -1 } .order-md-1 { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1 } .order-md-2 { -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2 } .order-md-3 { -webkit-box-ordinal-group: 4; -webkit-order: 3; -ms-flex-order: 3; order: 3 } .order-md-4 { -webkit-box-ordinal-group: 5; -webkit-order: 4; -ms-flex-order: 4; order: 4 } .order-md-5 { -webkit-box-ordinal-group: 6; -webkit-order: 5; -ms-flex-order: 5; order: 5 } .order-md-6 { -webkit-box-ordinal-group: 7; -webkit-order: 6; -ms-flex-order: 6; order: 6 } .order-md-7 { -webkit-box-ordinal-group: 8; -webkit-order: 7; -ms-flex-order: 7; order: 7 } .order-md-8 { -webkit-box-ordinal-group: 9; -webkit-order: 8; -ms-flex-order: 8; order: 8 } .order-md-9 { -webkit-box-ordinal-group: 10; -webkit-order: 9; -ms-flex-order: 9; order: 9 } .order-md-10 { -webkit-box-ordinal-group: 11; -webkit-order: 10; -ms-flex-order: 10; order: 10 } .order-md-11 { -webkit-box-ordinal-group: 12; -webkit-order: 11; -ms-flex-order: 11; order: 11 } .order-md-12 { -webkit-box-ordinal-group: 13; -webkit-order: 12; -ms-flex-order: 12; order: 12 } .offset-md-0 { margin-left: 0 } .offset-md-1 { margin-left: 8.33333% } .offset-md-2 { margin-left: 16.66667% } .offset-md-3 { margin-left: 25% } .offset-md-4 { margin-left: 33.33333% } .offset-md-5 { margin-left: 41.66667% } .offset-md-6 { margin-left: 50% } .offset-md-7 { margin-left: 58.33333% } .offset-md-8 { margin-left: 66.66667% } .offset-md-9 { margin-left: 75% } .offset-md-10 { margin-left: 83.33333% } .offset-md-11 { margin-left: 91.66667% } } @media (min-width:992px) { .col-lg { -webkit-flex-basis: 0; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100% } .col-lg-auto { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none } .col-lg-1 { -webkit-box-flex: 0; -webkit-flex: 0 0 8.33333%; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333% } .col-lg-2 { -webkit-box-flex: 0; -webkit-flex: 0 0 16.66667%; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667% } .col-lg-3 { -webkit-box-flex: 0; -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% } .col-lg-4 { -webkit-box-flex: 0; -webkit-flex: 0 0 33.33333%; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333% } .col-lg-5 { -webkit-box-flex: 0; -webkit-flex: 0 0 41.66667%; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667% } .col-lg-6 { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .col-lg-7 { -webkit-box-flex: 0; -webkit-flex: 0 0 58.33333%; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333% } .col-lg-8 { -webkit-box-flex: 0; -webkit-flex: 0 0 66.66667%; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667% } .col-lg-9 { -webkit-box-flex: 0; -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% } .col-lg-10 { -webkit-box-flex: 0; -webkit-flex: 0 0 83.33333%; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333% } .col-lg-11 { -webkit-box-flex: 0; -webkit-flex: 0 0 91.66667%; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667% } .col-lg-12 { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .order-lg-first { -webkit-box-ordinal-group: 0; -webkit-order: -1; -ms-flex-order: -1; order: -1 } .order-lg-1 { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1 } .order-lg-2 { -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2 } .order-lg-3 { -webkit-box-ordinal-group: 4; -webkit-order: 3; -ms-flex-order: 3; order: 3 } .order-lg-4 { -webkit-box-ordinal-group: 5; -webkit-order: 4; -ms-flex-order: 4; order: 4 } .order-lg-5 { -webkit-box-ordinal-group: 6; -webkit-order: 5; -ms-flex-order: 5; order: 5 } .order-lg-6 { -webkit-box-ordinal-group: 7; -webkit-order: 6; -ms-flex-order: 6; order: 6 } .order-lg-7 { -webkit-box-ordinal-group: 8; -webkit-order: 7; -ms-flex-order: 7; order: 7 } .order-lg-8 { -webkit-box-ordinal-group: 9; -webkit-order: 8; -ms-flex-order: 8; order: 8 } .order-lg-9 { -webkit-box-ordinal-group: 10; -webkit-order: 9; -ms-flex-order: 9; order: 9 } .order-lg-10 { -webkit-box-ordinal-group: 11; -webkit-order: 10; -ms-flex-order: 10; order: 10 } .order-lg-11 { -webkit-box-ordinal-group: 12; -webkit-order: 11; -ms-flex-order: 11; order: 11 } .order-lg-12 { -webkit-box-ordinal-group: 13; -webkit-order: 12; -ms-flex-order: 12; order: 12 } .offset-lg-0 { margin-left: 0 } .offset-lg-1 { margin-left: 8.33333% } .offset-lg-2 { margin-left: 16.66667% } .offset-lg-3 { margin-left: 25% } .offset-lg-4 { margin-left: 33.33333% } .offset-lg-5 { margin-left: 41.66667% } .offset-lg-6 { margin-left: 50% } .offset-lg-7 { margin-left: 58.33333% } .offset-lg-8 { margin-left: 66.66667% } .offset-lg-9 { margin-left: 75% } .offset-lg-10 { margin-left: 83.33333% } .offset-lg-11 { margin-left: 91.66667% } } @media (min-width:1200px) { .col-xl { -webkit-flex-basis: 0; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100% } .col-xl-auto { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none } .col-xl-1 { -webkit-box-flex: 0; -webkit-flex: 0 0 8.33333%; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333% } .col-xl-2 { -webkit-box-flex: 0; -webkit-flex: 0 0 16.66667%; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667% } .col-xl-3 { -webkit-box-flex: 0; -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% } .col-xl-4 { -webkit-box-flex: 0; -webkit-flex: 0 0 33.33333%; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333% } .col-xl-5 { -webkit-box-flex: 0; -webkit-flex: 0 0 41.66667%; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667% } .col-xl-6 { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .col-xl-7 { -webkit-box-flex: 0; -webkit-flex: 0 0 58.33333%; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333% } .col-xl-8 { -webkit-box-flex: 0; -webkit-flex: 0 0 66.66667%; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667% } .col-xl-9 { -webkit-box-flex: 0; -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% } .col-xl-10 { -webkit-box-flex: 0; -webkit-flex: 0 0 83.33333%; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333% } .col-xl-11 { -webkit-box-flex: 0; -webkit-flex: 0 0 91.66667%; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667% } .col-xl-12 { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .order-xl-first { -webkit-box-ordinal-group: 0; -webkit-order: -1; -ms-flex-order: -1; order: -1 } .order-xl-1 { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1 } .order-xl-2 { -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2 } .order-xl-3 { -webkit-box-ordinal-group: 4; -webkit-order: 3; -ms-flex-order: 3; order: 3 } .order-xl-4 { -webkit-box-ordinal-group: 5; -webkit-order: 4; -ms-flex-order: 4; order: 4 } .order-xl-5 { -webkit-box-ordinal-group: 6; -webkit-order: 5; -ms-flex-order: 5; order: 5 } .order-xl-6 { -webkit-box-ordinal-group: 7; -webkit-order: 6; -ms-flex-order: 6; order: 6 } .order-xl-7 { -webkit-box-ordinal-group: 8; -webkit-order: 7; -ms-flex-order: 7; order: 7 } .order-xl-8 { -webkit-box-ordinal-group: 9; -webkit-order: 8; -ms-flex-order: 8; order: 8 } .order-xl-9 { -webkit-box-ordinal-group: 10; -webkit-order: 9; -ms-flex-order: 9; order: 9 } .order-xl-10 { -webkit-box-ordinal-group: 11; -webkit-order: 10; -ms-flex-order: 10; order: 10 } .order-xl-11 { -webkit-box-ordinal-group: 12; -webkit-order: 11; -ms-flex-order: 11; order: 11 } .order-xl-12 { -webkit-box-ordinal-group: 13; -webkit-order: 12; -ms-flex-order: 12; order: 12 } .offset-xl-0 { margin-left: 0 } .offset-xl-1 { margin-left: 8.33333% } .offset-xl-2 { margin-left: 16.66667% } .offset-xl-3 { margin-left: 25% } .offset-xl-4 { margin-left: 33.33333% } .offset-xl-5 { margin-left: 41.66667% } .offset-xl-6 { margin-left: 50% } .offset-xl-7 { margin-left: 58.33333% } .offset-xl-8 { margin-left: 66.66667% } .offset-xl-9 { margin-left: 75% } .offset-xl-10 { margin-left: 83.33333% } .offset-xl-11 { margin-left: 91.66667% } } .flex-row { -webkit-box-orient: horizontal!important; -webkit-box-direction: normal!important; -webkit-flex-direction: row!important; -ms-flex-direction: row!important; flex-direction: row!important } .flex-column { -webkit-box-orient: vertical!important; -webkit-box-direction: normal!important; -webkit-flex-direction: column!important; -ms-flex-direction: column!important; flex-direction: column!important } .flex-row-reverse { -webkit-box-orient: horizontal!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: row-reverse!important; -ms-flex-direction: row-reverse!important; flex-direction: row-reverse!important } .flex-column-reverse { -webkit-box-orient: vertical!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: column-reverse!important; -ms-flex-direction: column-reverse!important; flex-direction: column-reverse!important } .flex-wrap { -webkit-flex-wrap: wrap!important; -ms-flex-wrap: wrap!important; flex-wrap: wrap!important } .flex-nowrap { -webkit-flex-wrap: nowrap!important; -ms-flex-wrap: nowrap!important; flex-wrap: nowrap!important } .flex-wrap-reverse { -webkit-flex-wrap: wrap-reverse!important; -ms-flex-wrap: wrap-reverse!important; flex-wrap: wrap-reverse!important } .justify-content-start { -webkit-box-pack: start!important; -webkit-justify-content: flex-start!important; -ms-flex-pack: start!important; justify-content: flex-start!important } .justify-content-end { -webkit-box-pack: end!important; -webkit-justify-content: flex-end!important; -ms-flex-pack: end!important; justify-content: flex-end!important } .justify-content-center { -webkit-box-pack: center!important; -webkit-justify-content: center!important; -ms-flex-pack: center!important; justify-content: center!important } .justify-content-between { -webkit-box-pack: justify!important; -webkit-justify-content: space-between!important; -ms-flex-pack: justify!important; justify-content: space-between!important } .justify-content-around { -webkit-justify-content: space-around!important; -ms-flex-pack: distribute!important; justify-content: space-around!important } .align-items-start { -webkit-box-align: start!important; -webkit-align-items: flex-start!important; -ms-flex-align: start!important; align-items: flex-start!important } .align-items-end { -webkit-box-align: end!important; -webkit-align-items: flex-end!important; -ms-flex-align: end!important; align-items: flex-end!important } .align-items-center { -webkit-box-align: center!important; -webkit-align-items: center!important; -ms-flex-align: center!important; align-items: center!important } .align-items-baseline { -webkit-box-align: baseline!important; -webkit-align-items: baseline!important; -ms-flex-align: baseline!important; align-items: baseline!important } .align-items-stretch { -webkit-box-align: stretch!important; -webkit-align-items: stretch!important; -ms-flex-align: stretch!important; align-items: stretch!important } .align-content-start { -webkit-align-content: flex-start!important; -ms-flex-line-pack: start!important; align-content: flex-start!important } .align-content-end { -webkit-align-content: flex-end!important; -ms-flex-line-pack: end!important; align-content: flex-end!important } .align-content-center { -webkit-align-content: center!important; -ms-flex-line-pack: center!important; align-content: center!important } .align-content-between { -webkit-align-content: space-between!important; -ms-flex-line-pack: justify!important; align-content: space-between!important } .align-content-around { -webkit-align-content: space-around!important; -ms-flex-line-pack: distribute!important; align-content: space-around!important } .align-content-stretch { -webkit-align-content: stretch!important; -ms-flex-line-pack: stretch!important; align-content: stretch!important } .align-self-auto { -webkit-align-self: auto!important; -ms-flex-item-align: auto!important; -ms-grid-row-align: auto!important; align-self: auto!important } .align-self-start { -webkit-align-self: flex-start!important; -ms-flex-item-align: start!important; align-self: flex-start!important } .align-self-end { -webkit-align-self: flex-end!important; -ms-flex-item-align: end!important; align-self: flex-end!important } .align-self-center { -webkit-align-self: center!important; -ms-flex-item-align: center!important; -ms-grid-row-align: center!important; align-self: center!important } .align-self-baseline { -webkit-align-self: baseline!important; -ms-flex-item-align: baseline!important; align-self: baseline!important } .align-self-stretch { -webkit-align-self: stretch!important; -ms-flex-item-align: stretch!important; -ms-grid-row-align: stretch!important; align-self: stretch!important } @media (min-width:576px) { .flex-sm-row { -webkit-box-orient: horizontal!important; -webkit-box-direction: normal!important; -webkit-flex-direction: row!important; -ms-flex-direction: row!important; flex-direction: row!important } .flex-sm-column { -webkit-box-orient: vertical!important; -webkit-box-direction: normal!important; -webkit-flex-direction: column!important; -ms-flex-direction: column!important; flex-direction: column!important } .flex-sm-row-reverse { -webkit-box-orient: horizontal!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: row-reverse!important; -ms-flex-direction: row-reverse!important; flex-direction: row-reverse!important } .flex-sm-column-reverse { -webkit-box-orient: vertical!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: column-reverse!important; -ms-flex-direction: column-reverse!important; flex-direction: column-reverse!important } .flex-sm-wrap { -webkit-flex-wrap: wrap!important; -ms-flex-wrap: wrap!important; flex-wrap: wrap!important } .flex-sm-nowrap { -webkit-flex-wrap: nowrap!important; -ms-flex-wrap: nowrap!important; flex-wrap: nowrap!important } .flex-sm-wrap-reverse { -webkit-flex-wrap: wrap-reverse!important; -ms-flex-wrap: wrap-reverse!important; flex-wrap: wrap-reverse!important } .justify-content-sm-start { -webkit-box-pack: start!important; -webkit-justify-content: flex-start!important; -ms-flex-pack: start!important; justify-content: flex-start!important } .justify-content-sm-end { -webkit-box-pack: end!important; -webkit-justify-content: flex-end!important; -ms-flex-pack: end!important; justify-content: flex-end!important } .justify-content-sm-center { -webkit-box-pack: center!important; -webkit-justify-content: center!important; -ms-flex-pack: center!important; justify-content: center!important } .justify-content-sm-between { -webkit-box-pack: justify!important; -webkit-justify-content: space-between!important; -ms-flex-pack: justify!important; justify-content: space-between!important } .justify-content-sm-around { -webkit-justify-content: space-around!important; -ms-flex-pack: distribute!important; justify-content: space-around!important } .align-items-sm-start { -webkit-box-align: start!important; -webkit-align-items: flex-start!important; -ms-flex-align: start!important; align-items: flex-start!important } .align-items-sm-end { -webkit-box-align: end!important; -webkit-align-items: flex-end!important; -ms-flex-align: end!important; align-items: flex-end!important } .align-items-sm-center { -webkit-box-align: center!important; -webkit-align-items: center!important; -ms-flex-align: center!important; align-items: center!important } .align-items-sm-baseline { -webkit-box-align: baseline!important; -webkit-align-items: baseline!important; -ms-flex-align: baseline!important; align-items: baseline!important } .align-items-sm-stretch { -webkit-box-align: stretch!important; -webkit-align-items: stretch!important; -ms-flex-align: stretch!important; align-items: stretch!important } .align-content-sm-start { -webkit-align-content: flex-start!important; -ms-flex-line-pack: start!important; align-content: flex-start!important } .align-content-sm-end { -webkit-align-content: flex-end!important; -ms-flex-line-pack: end!important; align-content: flex-end!important } .align-content-sm-center { -webkit-align-content: center!important; -ms-flex-line-pack: center!important; align-content: center!important } .align-content-sm-between { -webkit-align-content: space-between!important; -ms-flex-line-pack: justify!important; align-content: space-between!important } .align-content-sm-around { -webkit-align-content: space-around!important; -ms-flex-line-pack: distribute!important; align-content: space-around!important } .align-content-sm-stretch { -webkit-align-content: stretch!important; -ms-flex-line-pack: stretch!important; align-content: stretch!important } .align-self-sm-auto { -webkit-align-self: auto!important; -ms-flex-item-align: auto!important; -ms-grid-row-align: auto!important; align-self: auto!important } .align-self-sm-start { -webkit-align-self: flex-start!important; -ms-flex-item-align: start!important; align-self: flex-start!important } .align-self-sm-end { -webkit-align-self: flex-end!important; -ms-flex-item-align: end!important; align-self: flex-end!important } .align-self-sm-center { -webkit-align-self: center!important; -ms-flex-item-align: center!important; -ms-grid-row-align: center!important; align-self: center!important } .align-self-sm-baseline { -webkit-align-self: baseline!important; -ms-flex-item-align: baseline!important; align-self: baseline!important } .align-self-sm-stretch { -webkit-align-self: stretch!important; -ms-flex-item-align: stretch!important; -ms-grid-row-align: stretch!important; align-self: stretch!important } } @media (min-width:768px) { .flex-md-row { -webkit-box-orient: horizontal!important; -webkit-box-direction: normal!important; -webkit-flex-direction: row!important; -ms-flex-direction: row!important; flex-direction: row!important } .flex-md-column { -webkit-box-orient: vertical!important; -webkit-box-direction: normal!important; -webkit-flex-direction: column!important; -ms-flex-direction: column!important; flex-direction: column!important } .flex-md-row-reverse { -webkit-box-orient: horizontal!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: row-reverse!important; -ms-flex-direction: row-reverse!important; flex-direction: row-reverse!important } .flex-md-column-reverse { -webkit-box-orient: vertical!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: column-reverse!important; -ms-flex-direction: column-reverse!important; flex-direction: column-reverse!important } .flex-md-wrap { -webkit-flex-wrap: wrap!important; -ms-flex-wrap: wrap!important; flex-wrap: wrap!important } .flex-md-nowrap { -webkit-flex-wrap: nowrap!important; -ms-flex-wrap: nowrap!important; flex-wrap: nowrap!important } .flex-md-wrap-reverse { -webkit-flex-wrap: wrap-reverse!important; -ms-flex-wrap: wrap-reverse!important; flex-wrap: wrap-reverse!important } .justify-content-md-start { -webkit-box-pack: start!important; -webkit-justify-content: flex-start!important; -ms-flex-pack: start!important; justify-content: flex-start!important } .justify-content-md-end { -webkit-box-pack: end!important; -webkit-justify-content: flex-end!important; -ms-flex-pack: end!important; justify-content: flex-end!important } .justify-content-md-center { -webkit-box-pack: center!important; -webkit-justify-content: center!important; -ms-flex-pack: center!important; justify-content: center!important } .justify-content-md-between { -webkit-box-pack: justify!important; -webkit-justify-content: space-between!important; -ms-flex-pack: justify!important; justify-content: space-between!important } .justify-content-md-around { -webkit-justify-content: space-around!important; -ms-flex-pack: distribute!important; justify-content: space-around!important } .align-items-md-start { -webkit-box-align: start!important; -webkit-align-items: flex-start!important; -ms-flex-align: start!important; align-items: flex-start!important } .align-items-md-end { -webkit-box-align: end!important; -webkit-align-items: flex-end!important; -ms-flex-align: end!important; align-items: flex-end!important } .align-items-md-center { -webkit-box-align: center!important; -webkit-align-items: center!important; -ms-flex-align: center!important; align-items: center!important } .align-items-md-baseline { -webkit-box-align: baseline!important; -webkit-align-items: baseline!important; -ms-flex-align: baseline!important; align-items: baseline!important } .align-items-md-stretch { -webkit-box-align: stretch!important; -webkit-align-items: stretch!important; -ms-flex-align: stretch!important; align-items: stretch!important } .align-content-md-start { -webkit-align-content: flex-start!important; -ms-flex-line-pack: start!important; align-content: flex-start!important } .align-content-md-end { -webkit-align-content: flex-end!important; -ms-flex-line-pack: end!important; align-content: flex-end!important } .align-content-md-center { -webkit-align-content: center!important; -ms-flex-line-pack: center!important; align-content: center!important } .align-content-md-between { -webkit-align-content: space-between!important; -ms-flex-line-pack: justify!important; align-content: space-between!important } .align-content-md-around { -webkit-align-content: space-around!important; -ms-flex-line-pack: distribute!important; align-content: space-around!important } .align-content-md-stretch { -webkit-align-content: stretch!important; -ms-flex-line-pack: stretch!important; align-content: stretch!important } .align-self-md-auto { -webkit-align-self: auto!important; -ms-flex-item-align: auto!important; -ms-grid-row-align: auto!important; align-self: auto!important } .align-self-md-start { -webkit-align-self: flex-start!important; -ms-flex-item-align: start!important; align-self: flex-start!important } .align-self-md-end { -webkit-align-self: flex-end!important; -ms-flex-item-align: end!important; align-self: flex-end!important } .align-self-md-center { -webkit-align-self: center!important; -ms-flex-item-align: center!important; -ms-grid-row-align: center!important; align-self: center!important } .align-self-md-baseline { -webkit-align-self: baseline!important; -ms-flex-item-align: baseline!important; align-self: baseline!important } .align-self-md-stretch { -webkit-align-self: stretch!important; -ms-flex-item-align: stretch!important; -ms-grid-row-align: stretch!important; align-self: stretch!important } } @media (min-width:992px) { .flex-lg-row { -webkit-box-orient: horizontal!important; -webkit-box-direction: normal!important; -webkit-flex-direction: row!important; -ms-flex-direction: row!important; flex-direction: row!important } .flex-lg-column { -webkit-box-orient: vertical!important; -webkit-box-direction: normal!important; -webkit-flex-direction: column!important; -ms-flex-direction: column!important; flex-direction: column!important } .flex-lg-row-reverse { -webkit-box-orient: horizontal!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: row-reverse!important; -ms-flex-direction: row-reverse!important; flex-direction: row-reverse!important } .flex-lg-column-reverse { -webkit-box-orient: vertical!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: column-reverse!important; -ms-flex-direction: column-reverse!important; flex-direction: column-reverse!important } .flex-lg-wrap { -webkit-flex-wrap: wrap!important; -ms-flex-wrap: wrap!important; flex-wrap: wrap!important } .flex-lg-nowrap { -webkit-flex-wrap: nowrap!important; -ms-flex-wrap: nowrap!important; flex-wrap: nowrap!important } .flex-lg-wrap-reverse { -webkit-flex-wrap: wrap-reverse!important; -ms-flex-wrap: wrap-reverse!important; flex-wrap: wrap-reverse!important } .justify-content-lg-start { -webkit-box-pack: start!important; -webkit-justify-content: flex-start!important; -ms-flex-pack: start!important; justify-content: flex-start!important } .justify-content-lg-end { -webkit-box-pack: end!important; -webkit-justify-content: flex-end!important; -ms-flex-pack: end!important; justify-content: flex-end!important } .justify-content-lg-center { -webkit-box-pack: center!important; -webkit-justify-content: center!important; -ms-flex-pack: center!important; justify-content: center!important } .justify-content-lg-between { -webkit-box-pack: justify!important; -webkit-justify-content: space-between!important; -ms-flex-pack: justify!important; justify-content: space-between!important } .justify-content-lg-around { -webkit-justify-content: space-around!important; -ms-flex-pack: distribute!important; justify-content: space-around!important } .align-items-lg-start { -webkit-box-align: start!important; -webkit-align-items: flex-start!important; -ms-flex-align: start!important; align-items: flex-start!important } .align-items-lg-end { -webkit-box-align: end!important; -webkit-align-items: flex-end!important; -ms-flex-align: end!important; align-items: flex-end!important } .align-items-lg-center { -webkit-box-align: center!important; -webkit-align-items: center!important; -ms-flex-align: center!important; align-items: center!important } .align-items-lg-baseline { -webkit-box-align: baseline!important; -webkit-align-items: baseline!important; -ms-flex-align: baseline!important; align-items: baseline!important } .align-items-lg-stretch { -webkit-box-align: stretch!important; -webkit-align-items: stretch!important; -ms-flex-align: stretch!important; align-items: stretch!important } .align-content-lg-start { -webkit-align-content: flex-start!important; -ms-flex-line-pack: start!important; align-content: flex-start!important } .align-content-lg-end { -webkit-align-content: flex-end!important; -ms-flex-line-pack: end!important; align-content: flex-end!important } .align-content-lg-center { -webkit-align-content: center!important; -ms-flex-line-pack: center!important; align-content: center!important } .align-content-lg-between { -webkit-align-content: space-between!important; -ms-flex-line-pack: justify!important; align-content: space-between!important } .align-content-lg-around { -webkit-align-content: space-around!important; -ms-flex-line-pack: distribute!important; align-content: space-around!important } .align-content-lg-stretch { -webkit-align-content: stretch!important; -ms-flex-line-pack: stretch!important; align-content: stretch!important } .align-self-lg-auto { -webkit-align-self: auto!important; -ms-flex-item-align: auto!important; -ms-grid-row-align: auto!important; align-self: auto!important } .align-self-lg-start { -webkit-align-self: flex-start!important; -ms-flex-item-align: start!important; align-self: flex-start!important } .align-self-lg-end { -webkit-align-self: flex-end!important; -ms-flex-item-align: end!important; align-self: flex-end!important } .align-self-lg-center { -webkit-align-self: center!important; -ms-flex-item-align: center!important; -ms-grid-row-align: center!important; align-self: center!important } .align-self-lg-baseline { -webkit-align-self: baseline!important; -ms-flex-item-align: baseline!important; align-self: baseline!important } .align-self-lg-stretch { -webkit-align-self: stretch!important; -ms-flex-item-align: stretch!important; -ms-grid-row-align: stretch!important; align-self: stretch!important } } @media (min-width:1200px) { .flex-xl-row { -webkit-box-orient: horizontal!important; -webkit-box-direction: normal!important; -webkit-flex-direction: row!important; -ms-flex-direction: row!important; flex-direction: row!important } .flex-xl-column { -webkit-box-orient: vertical!important; -webkit-box-direction: normal!important; -webkit-flex-direction: column!important; -ms-flex-direction: column!important; flex-direction: column!important } .flex-xl-row-reverse { -webkit-box-orient: horizontal!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: row-reverse!important; -ms-flex-direction: row-reverse!important; flex-direction: row-reverse!important } .flex-xl-column-reverse { -webkit-box-orient: vertical!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: column-reverse!important; -ms-flex-direction: column-reverse!important; flex-direction: column-reverse!important } .flex-xl-wrap { -webkit-flex-wrap: wrap!important; -ms-flex-wrap: wrap!important; flex-wrap: wrap!important } .flex-xl-nowrap { -webkit-flex-wrap: nowrap!important; -ms-flex-wrap: nowrap!important; flex-wrap: nowrap!important } .flex-xl-wrap-reverse { -webkit-flex-wrap: wrap-reverse!important; -ms-flex-wrap: wrap-reverse!important; flex-wrap: wrap-reverse!important } .justify-content-xl-start { -webkit-box-pack: start!important; -webkit-justify-content: flex-start!important; -ms-flex-pack: start!important; justify-content: flex-start!important } .justify-content-xl-end { -webkit-box-pack: end!important; -webkit-justify-content: flex-end!important; -ms-flex-pack: end!important; justify-content: flex-end!important } .justify-content-xl-center { -webkit-box-pack: center!important; -webkit-justify-content: center!important; -ms-flex-pack: center!important; justify-content: center!important } .justify-content-xl-between { -webkit-box-pack: justify!important; -webkit-justify-content: space-between!important; -ms-flex-pack: justify!important; justify-content: space-between!important } .justify-content-xl-around { -webkit-justify-content: space-around!important; -ms-flex-pack: distribute!important; justify-content: space-around!important } .align-items-xl-start { -webkit-box-align: start!important; -webkit-align-items: flex-start!important; -ms-flex-align: start!important; align-items: flex-start!important } .align-items-xl-end { -webkit-box-align: end!important; -webkit-align-items: flex-end!important; -ms-flex-align: end!important; align-items: flex-end!important } .align-items-xl-center { -webkit-box-align: center!important; -webkit-align-items: center!important; -ms-flex-align: center!important; align-items: center!important } .align-items-xl-baseline { -webkit-box-align: baseline!important; -webkit-align-items: baseline!important; -ms-flex-align: baseline!important; align-items: baseline!important } .align-items-xl-stretch { -webkit-box-align: stretch!important; -webkit-align-items: stretch!important; -ms-flex-align: stretch!important; align-items: stretch!important } .align-content-xl-start { -webkit-align-content: flex-start!important; -ms-flex-line-pack: start!important; align-content: flex-start!important } .align-content-xl-end { -webkit-align-content: flex-end!important; -ms-flex-line-pack: end!important; align-content: flex-end!important } .align-content-xl-center { -webkit-align-content: center!important; -ms-flex-line-pack: center!important; align-content: center!important } .align-content-xl-between { -webkit-align-content: space-between!important; -ms-flex-line-pack: justify!important; align-content: space-between!important } .align-content-xl-around { -webkit-align-content: space-around!important; -ms-flex-line-pack: distribute!important; align-content: space-around!important } .align-content-xl-stretch { -webkit-align-content: stretch!important; -ms-flex-line-pack: stretch!important; align-content: stretch!important } .align-self-xl-auto { -webkit-align-self: auto!important; -ms-flex-item-align: auto!important; -ms-grid-row-align: auto!important; align-self: auto!important } .align-self-xl-start { -webkit-align-self: flex-start!important; -ms-flex-item-align: start!important; align-self: flex-start!important } .align-self-xl-end { -webkit-align-self: flex-end!important; -ms-flex-item-align: end!important; align-self: flex-end!important } .align-self-xl-center { -webkit-align-self: center!important; -ms-flex-item-align: center!important; -ms-grid-row-align: center!important; align-self: center!important } .align-self-xl-baseline { -webkit-align-self: baseline!important; -ms-flex-item-align: baseline!important; align-self: baseline!important } .align-self-xl-stretch { -webkit-align-self: stretch!important; -ms-flex-item-align: stretch!important; -ms-grid-row-align: stretch!important; align-self: stretch!important } } .flex-row { -webkit-box-orient: horizontal!important; -webkit-box-direction: normal!important; -webkit-flex-direction: row!important; -ms-flex-direction: row!important; flex-direction: row!important } .flex-column { -webkit-box-orient: vertical!important; -webkit-box-direction: normal!important; -webkit-flex-direction: column!important; -ms-flex-direction: column!important; flex-direction: column!important } .flex-row-reverse { -webkit-box-orient: horizontal!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: row-reverse!important; -ms-flex-direction: row-reverse!important; flex-direction: row-reverse!important } .flex-column-reverse { -webkit-box-orient: vertical!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: column-reverse!important; -ms-flex-direction: column-reverse!important; flex-direction: column-reverse!important } .flex-wrap { -webkit-flex-wrap: wrap!important; -ms-flex-wrap: wrap!important; flex-wrap: wrap!important } .flex-nowrap { -webkit-flex-wrap: nowrap!important; -ms-flex-wrap: nowrap!important; flex-wrap: nowrap!important } .flex-wrap-reverse { -webkit-flex-wrap: wrap-reverse!important; -ms-flex-wrap: wrap-reverse!important; flex-wrap: wrap-reverse!important } .justify-content-start { -webkit-box-pack: start!important; -webkit-justify-content: flex-start!important; -ms-flex-pack: start!important; justify-content: flex-start!important } .justify-content-end { -webkit-box-pack: end!important; -webkit-justify-content: flex-end!important; -ms-flex-pack: end!important; justify-content: flex-end!important } .justify-content-center { -webkit-box-pack: center!important; -webkit-justify-content: center!important; -ms-flex-pack: center!important; justify-content: center!important } .justify-content-between { -webkit-box-pack: justify!important; -webkit-justify-content: space-between!important; -ms-flex-pack: justify!important; justify-content: space-between!important } .justify-content-around { -webkit-justify-content: space-around!important; -ms-flex-pack: distribute!important; justify-content: space-around!important } .align-items-start { -webkit-box-align: start!important; -webkit-align-items: flex-start!important; -ms-flex-align: start!important; align-items: flex-start!important } .align-items-end { -webkit-box-align: end!important; -webkit-align-items: flex-end!important; -ms-flex-align: end!important; align-items: flex-end!important } .align-items-center { -webkit-box-align: center!important; -webkit-align-items: center!important; -ms-flex-align: center!important; align-items: center!important } .align-items-baseline { -webkit-box-align: baseline!important; -webkit-align-items: baseline!important; -ms-flex-align: baseline!important; align-items: baseline!important } .align-items-stretch { -webkit-box-align: stretch!important; -webkit-align-items: stretch!important; -ms-flex-align: stretch!important; align-items: stretch!important } .align-content-start { -webkit-align-content: flex-start!important; -ms-flex-line-pack: start!important; align-content: flex-start!important } .align-content-end { -webkit-align-content: flex-end!important; -ms-flex-line-pack: end!important; align-content: flex-end!important } .align-content-center { -webkit-align-content: center!important; -ms-flex-line-pack: center!important; align-content: center!important } .align-content-between { -webkit-align-content: space-between!important; -ms-flex-line-pack: justify!important; align-content: space-between!important } .align-content-around { -webkit-align-content: space-around!important; -ms-flex-line-pack: distribute!important; align-content: space-around!important } .align-content-stretch { -webkit-align-content: stretch!important; -ms-flex-line-pack: stretch!important; align-content: stretch!important } .align-self-auto { -webkit-align-self: auto!important; -ms-flex-item-align: auto!important; -ms-grid-row-align: auto!important; align-self: auto!important } .align-self-start { -webkit-align-self: flex-start!important; -ms-flex-item-align: start!important; align-self: flex-start!important } .align-self-end { -webkit-align-self: flex-end!important; -ms-flex-item-align: end!important; align-self: flex-end!important } .align-self-center { -webkit-align-self: center!important; -ms-flex-item-align: center!important; -ms-grid-row-align: center!important; align-self: center!important } .align-self-baseline { -webkit-align-self: baseline!important; -ms-flex-item-align: baseline!important; align-self: baseline!important } .align-self-stretch { -webkit-align-self: stretch!important; -ms-flex-item-align: stretch!important; -ms-grid-row-align: stretch!important; align-self: stretch!important } @media (min-width:576px) { .flex-sm-row { -webkit-box-orient: horizontal!important; -webkit-box-direction: normal!important; -webkit-flex-direction: row!important; -ms-flex-direction: row!important; flex-direction: row!important } .flex-sm-column { -webkit-box-orient: vertical!important; -webkit-box-direction: normal!important; -webkit-flex-direction: column!important; -ms-flex-direction: column!important; flex-direction: column!important } .flex-sm-row-reverse { -webkit-box-orient: horizontal!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: row-reverse!important; -ms-flex-direction: row-reverse!important; flex-direction: row-reverse!important } .flex-sm-column-reverse { -webkit-box-orient: vertical!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: column-reverse!important; -ms-flex-direction: column-reverse!important; flex-direction: column-reverse!important } .flex-sm-wrap { -webkit-flex-wrap: wrap!important; -ms-flex-wrap: wrap!important; flex-wrap: wrap!important } .flex-sm-nowrap { -webkit-flex-wrap: nowrap!important; -ms-flex-wrap: nowrap!important; flex-wrap: nowrap!important } .flex-sm-wrap-reverse { -webkit-flex-wrap: wrap-reverse!important; -ms-flex-wrap: wrap-reverse!important; flex-wrap: wrap-reverse!important } .justify-content-sm-start { -webkit-box-pack: start!important; -webkit-justify-content: flex-start!important; -ms-flex-pack: start!important; justify-content: flex-start!important } .justify-content-sm-end { -webkit-box-pack: end!important; -webkit-justify-content: flex-end!important; -ms-flex-pack: end!important; justify-content: flex-end!important } .justify-content-sm-center { -webkit-box-pack: center!important; -webkit-justify-content: center!important; -ms-flex-pack: center!important; justify-content: center!important } .justify-content-sm-between { -webkit-box-pack: justify!important; -webkit-justify-content: space-between!important; -ms-flex-pack: justify!important; justify-content: space-between!important } .justify-content-sm-around { -webkit-justify-content: space-around!important; -ms-flex-pack: distribute!important; justify-content: space-around!important } .align-items-sm-start { -webkit-box-align: start!important; -webkit-align-items: flex-start!important; -ms-flex-align: start!important; align-items: flex-start!important } .align-items-sm-end { -webkit-box-align: end!important; -webkit-align-items: flex-end!important; -ms-flex-align: end!important; align-items: flex-end!important } .align-items-sm-center { -webkit-box-align: center!important; -webkit-align-items: center!important; -ms-flex-align: center!important; align-items: center!important } .align-items-sm-baseline { -webkit-box-align: baseline!important; -webkit-align-items: baseline!important; -ms-flex-align: baseline!important; align-items: baseline!important } .align-items-sm-stretch { -webkit-box-align: stretch!important; -webkit-align-items: stretch!important; -ms-flex-align: stretch!important; align-items: stretch!important } .align-content-sm-start { -webkit-align-content: flex-start!important; -ms-flex-line-pack: start!important; align-content: flex-start!important } .align-content-sm-end { -webkit-align-content: flex-end!important; -ms-flex-line-pack: end!important; align-content: flex-end!important } .align-content-sm-center { -webkit-align-content: center!important; -ms-flex-line-pack: center!important; align-content: center!important } .align-content-sm-between { -webkit-align-content: space-between!important; -ms-flex-line-pack: justify!important; align-content: space-between!important } .align-content-sm-around { -webkit-align-content: space-around!important; -ms-flex-line-pack: distribute!important; align-content: space-around!important } .align-content-sm-stretch { -webkit-align-content: stretch!important; -ms-flex-line-pack: stretch!important; align-content: stretch!important } .align-self-sm-auto { -webkit-align-self: auto!important; -ms-flex-item-align: auto!important; -ms-grid-row-align: auto!important; align-self: auto!important } .align-self-sm-start { -webkit-align-self: flex-start!important; -ms-flex-item-align: start!important; align-self: flex-start!important } .align-self-sm-end { -webkit-align-self: flex-end!important; -ms-flex-item-align: end!important; align-self: flex-end!important } .align-self-sm-center { -webkit-align-self: center!important; -ms-flex-item-align: center!important; -ms-grid-row-align: center!important; align-self: center!important } .align-self-sm-baseline { -webkit-align-self: baseline!important; -ms-flex-item-align: baseline!important; align-self: baseline!important } .align-self-sm-stretch { -webkit-align-self: stretch!important; -ms-flex-item-align: stretch!important; -ms-grid-row-align: stretch!important; align-self: stretch!important } } @media (min-width:768px) { .flex-md-row { -webkit-box-orient: horizontal!important; -webkit-box-direction: normal!important; -webkit-flex-direction: row!important; -ms-flex-direction: row!important; flex-direction: row!important } .flex-md-column { -webkit-box-orient: vertical!important; -webkit-box-direction: normal!important; -webkit-flex-direction: column!important; -ms-flex-direction: column!important; flex-direction: column!important } .flex-md-row-reverse { -webkit-box-orient: horizontal!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: row-reverse!important; -ms-flex-direction: row-reverse!important; flex-direction: row-reverse!important } .flex-md-column-reverse { -webkit-box-orient: vertical!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: column-reverse!important; -ms-flex-direction: column-reverse!important; flex-direction: column-reverse!important } .flex-md-wrap { -webkit-flex-wrap: wrap!important; -ms-flex-wrap: wrap!important; flex-wrap: wrap!important } .flex-md-nowrap { -webkit-flex-wrap: nowrap!important; -ms-flex-wrap: nowrap!important; flex-wrap: nowrap!important } .flex-md-wrap-reverse { -webkit-flex-wrap: wrap-reverse!important; -ms-flex-wrap: wrap-reverse!important; flex-wrap: wrap-reverse!important } .justify-content-md-start { -webkit-box-pack: start!important; -webkit-justify-content: flex-start!important; -ms-flex-pack: start!important; justify-content: flex-start!important } .justify-content-md-end { -webkit-box-pack: end!important; -webkit-justify-content: flex-end!important; -ms-flex-pack: end!important; justify-content: flex-end!important } .justify-content-md-center { -webkit-box-pack: center!important; -webkit-justify-content: center!important; -ms-flex-pack: center!important; justify-content: center!important } .justify-content-md-between { -webkit-box-pack: justify!important; -webkit-justify-content: space-between!important; -ms-flex-pack: justify!important; justify-content: space-between!important } .justify-content-md-around { -webkit-justify-content: space-around!important; -ms-flex-pack: distribute!important; justify-content: space-around!important } .align-items-md-start { -webkit-box-align: start!important; -webkit-align-items: flex-start!important; -ms-flex-align: start!important; align-items: flex-start!important } .align-items-md-end { -webkit-box-align: end!important; -webkit-align-items: flex-end!important; -ms-flex-align: end!important; align-items: flex-end!important } .align-items-md-center { -webkit-box-align: center!important; -webkit-align-items: center!important; -ms-flex-align: center!important; align-items: center!important } .align-items-md-baseline { -webkit-box-align: baseline!important; -webkit-align-items: baseline!important; -ms-flex-align: baseline!important; align-items: baseline!important } .align-items-md-stretch { -webkit-box-align: stretch!important; -webkit-align-items: stretch!important; -ms-flex-align: stretch!important; align-items: stretch!important } .align-content-md-start { -webkit-align-content: flex-start!important; -ms-flex-line-pack: start!important; align-content: flex-start!important } .align-content-md-end { -webkit-align-content: flex-end!important; -ms-flex-line-pack: end!important; align-content: flex-end!important } .align-content-md-center { -webkit-align-content: center!important; -ms-flex-line-pack: center!important; align-content: center!important } .align-content-md-between { -webkit-align-content: space-between!important; -ms-flex-line-pack: justify!important; align-content: space-between!important } .align-content-md-around { -webkit-align-content: space-around!important; -ms-flex-line-pack: distribute!important; align-content: space-around!important } .align-content-md-stretch { -webkit-align-content: stretch!important; -ms-flex-line-pack: stretch!important; align-content: stretch!important } .align-self-md-auto { -webkit-align-self: auto!important; -ms-flex-item-align: auto!important; -ms-grid-row-align: auto!important; align-self: auto!important } .align-self-md-start { -webkit-align-self: flex-start!important; -ms-flex-item-align: start!important; align-self: flex-start!important } .align-self-md-end { -webkit-align-self: flex-end!important; -ms-flex-item-align: end!important; align-self: flex-end!important } .align-self-md-center { -webkit-align-self: center!important; -ms-flex-item-align: center!important; -ms-grid-row-align: center!important; align-self: center!important } .align-self-md-baseline { -webkit-align-self: baseline!important; -ms-flex-item-align: baseline!important; align-self: baseline!important } .align-self-md-stretch { -webkit-align-self: stretch!important; -ms-flex-item-align: stretch!important; -ms-grid-row-align: stretch!important; align-self: stretch!important } } @media (min-width:992px) { .flex-lg-row { -webkit-box-orient: horizontal!important; -webkit-box-direction: normal!important; -webkit-flex-direction: row!important; -ms-flex-direction: row!important; flex-direction: row!important } .flex-lg-column { -webkit-box-orient: vertical!important; -webkit-box-direction: normal!important; -webkit-flex-direction: column!important; -ms-flex-direction: column!important; flex-direction: column!important } .flex-lg-row-reverse { -webkit-box-orient: horizontal!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: row-reverse!important; -ms-flex-direction: row-reverse!important; flex-direction: row-reverse!important } .flex-lg-column-reverse { -webkit-box-orient: vertical!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: column-reverse!important; -ms-flex-direction: column-reverse!important; flex-direction: column-reverse!important } .flex-lg-wrap { -webkit-flex-wrap: wrap!important; -ms-flex-wrap: wrap!important; flex-wrap: wrap!important } .flex-lg-nowrap { -webkit-flex-wrap: nowrap!important; -ms-flex-wrap: nowrap!important; flex-wrap: nowrap!important } .flex-lg-wrap-reverse { -webkit-flex-wrap: wrap-reverse!important; -ms-flex-wrap: wrap-reverse!important; flex-wrap: wrap-reverse!important } .justify-content-lg-start { -webkit-box-pack: start!important; -webkit-justify-content: flex-start!important; -ms-flex-pack: start!important; justify-content: flex-start!important } .justify-content-lg-end { -webkit-box-pack: end!important; -webkit-justify-content: flex-end!important; -ms-flex-pack: end!important; justify-content: flex-end!important } .justify-content-lg-center { -webkit-box-pack: center!important; -webkit-justify-content: center!important; -ms-flex-pack: center!important; justify-content: center!important } .justify-content-lg-between { -webkit-box-pack: justify!important; -webkit-justify-content: space-between!important; -ms-flex-pack: justify!important; justify-content: space-between!important } .justify-content-lg-around { -webkit-justify-content: space-around!important; -ms-flex-pack: distribute!important; justify-content: space-around!important } .align-items-lg-start { -webkit-box-align: start!important; -webkit-align-items: flex-start!important; -ms-flex-align: start!important; align-items: flex-start!important } .align-items-lg-end { -webkit-box-align: end!important; -webkit-align-items: flex-end!important; -ms-flex-align: end!important; align-items: flex-end!important } .align-items-lg-center { -webkit-box-align: center!important; -webkit-align-items: center!important; -ms-flex-align: center!important; align-items: center!important } .align-items-lg-baseline { -webkit-box-align: baseline!important; -webkit-align-items: baseline!important; -ms-flex-align: baseline!important; align-items: baseline!important } .align-items-lg-stretch { -webkit-box-align: stretch!important; -webkit-align-items: stretch!important; -ms-flex-align: stretch!important; align-items: stretch!important } .align-content-lg-start { -webkit-align-content: flex-start!important; -ms-flex-line-pack: start!important; align-content: flex-start!important } .align-content-lg-end { -webkit-align-content: flex-end!important; -ms-flex-line-pack: end!important; align-content: flex-end!important } .align-content-lg-center { -webkit-align-content: center!important; -ms-flex-line-pack: center!important; align-content: center!important } .align-content-lg-between { -webkit-align-content: space-between!important; -ms-flex-line-pack: justify!important; align-content: space-between!important } .align-content-lg-around { -webkit-align-content: space-around!important; -ms-flex-line-pack: distribute!important; align-content: space-around!important } .align-content-lg-stretch { -webkit-align-content: stretch!important; -ms-flex-line-pack: stretch!important; align-content: stretch!important } .align-self-lg-auto { -webkit-align-self: auto!important; -ms-flex-item-align: auto!important; -ms-grid-row-align: auto!important; align-self: auto!important } .align-self-lg-start { -webkit-align-self: flex-start!important; -ms-flex-item-align: start!important; align-self: flex-start!important } .align-self-lg-end { -webkit-align-self: flex-end!important; -ms-flex-item-align: end!important; align-self: flex-end!important } .align-self-lg-center { -webkit-align-self: center!important; -ms-flex-item-align: center!important; -ms-grid-row-align: center!important; align-self: center!important } .align-self-lg-baseline { -webkit-align-self: baseline!important; -ms-flex-item-align: baseline!important; align-self: baseline!important } .align-self-lg-stretch { -webkit-align-self: stretch!important; -ms-flex-item-align: stretch!important; -ms-grid-row-align: stretch!important; align-self: stretch!important } } @media (min-width:1200px) { .flex-xl-row { -webkit-box-orient: horizontal!important; -webkit-box-direction: normal!important; -webkit-flex-direction: row!important; -ms-flex-direction: row!important; flex-direction: row!important } .flex-xl-column { -webkit-box-orient: vertical!important; -webkit-box-direction: normal!important; -webkit-flex-direction: column!important; -ms-flex-direction: column!important; flex-direction: column!important } .flex-xl-row-reverse { -webkit-box-orient: horizontal!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: row-reverse!important; -ms-flex-direction: row-reverse!important; flex-direction: row-reverse!important } .flex-xl-column-reverse { -webkit-box-orient: vertical!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: column-reverse!important; -ms-flex-direction: column-reverse!important; flex-direction: column-reverse!important } .flex-xl-wrap { -webkit-flex-wrap: wrap!important; -ms-flex-wrap: wrap!important; flex-wrap: wrap!important } .flex-xl-nowrap { -webkit-flex-wrap: nowrap!important; -ms-flex-wrap: nowrap!important; flex-wrap: nowrap!important } .flex-xl-wrap-reverse { -webkit-flex-wrap: wrap-reverse!important; -ms-flex-wrap: wrap-reverse!important; flex-wrap: wrap-reverse!important } .justify-content-xl-start { -webkit-box-pack: start!important; -webkit-justify-content: flex-start!important; -ms-flex-pack: start!important; justify-content: flex-start!important } .justify-content-xl-end { -webkit-box-pack: end!important; -webkit-justify-content: flex-end!important; -ms-flex-pack: end!important; justify-content: flex-end!important } .justify-content-xl-center { -webkit-box-pack: center!important; -webkit-justify-content: center!important; -ms-flex-pack: center!important; justify-content: center!important } .justify-content-xl-between { -webkit-box-pack: justify!important; -webkit-justify-content: space-between!important; -ms-flex-pack: justify!important; justify-content: space-between!important } .justify-content-xl-around { -webkit-justify-content: space-around!important; -ms-flex-pack: distribute!important; justify-content: space-around!important } .align-items-xl-start { -webkit-box-align: start!important; -webkit-align-items: flex-start!important; -ms-flex-align: start!important; align-items: flex-start!important } .align-items-xl-end { -webkit-box-align: end!important; -webkit-align-items: flex-end!important; -ms-flex-align: end!important; align-items: flex-end!important } .align-items-xl-center { -webkit-box-align: center!important; -webkit-align-items: center!important; -ms-flex-align: center!important; align-items: center!important } .align-items-xl-baseline { -webkit-box-align: baseline!important; -webkit-align-items: baseline!important; -ms-flex-align: baseline!important; align-items: baseline!important } .align-items-xl-stretch { -webkit-box-align: stretch!important; -webkit-align-items: stretch!important; -ms-flex-align: stretch!important; align-items: stretch!important } .align-content-xl-start { -webkit-align-content: flex-start!important; -ms-flex-line-pack: start!important; align-content: flex-start!important } .align-content-xl-end { -webkit-align-content: flex-end!important; -ms-flex-line-pack: end!important; align-content: flex-end!important } .align-content-xl-center { -webkit-align-content: center!important; -ms-flex-line-pack: center!important; align-content: center!important } .align-content-xl-between { -webkit-align-content: space-between!important; -ms-flex-line-pack: justify!important; align-content: space-between!important } .align-content-xl-around { -webkit-align-content: space-around!important; -ms-flex-line-pack: distribute!important; align-content: space-around!important } .align-content-xl-stretch { -webkit-align-content: stretch!important; -ms-flex-line-pack: stretch!important; align-content: stretch!important } .align-self-xl-auto { -webkit-align-self: auto!important; -ms-flex-item-align: auto!important; -ms-grid-row-align: auto!important; align-self: auto!important } .align-self-xl-start { -webkit-align-self: flex-start!important; -ms-flex-item-align: start!important; align-self: flex-start!important } .align-self-xl-end { -webkit-align-self: flex-end!important; -ms-flex-item-align: end!important; align-self: flex-end!important } .align-self-xl-center { -webkit-align-self: center!important; -ms-flex-item-align: center!important; -ms-grid-row-align: center!important; align-self: center!important } .align-self-xl-baseline { -webkit-align-self: baseline!important; -ms-flex-item-align: baseline!important; align-self: baseline!important } .align-self-xl-stretch { -webkit-align-self: stretch!important; -ms-flex-item-align: stretch!important; -ms-grid-row-align: stretch!important; align-self: stretch!important } } @keyframes smoothScroll { 0% { transform: translateY(-200px) } 100% { transform: translateY(0px) } } .header-fixed .container { position: static; } .header-fixed { position: fixed; left: 0; top: 0; width: 100%; background-color: #fff; z-index: 999998; height: auto; float: none; box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.23); padding: 20px 0 12px; visibility: hidden; } .header-fix { animation: smoothScroll 0.6s forwards; visibility: visible; } .header-fixed .logo { line-height: 24px; } .header-fixed__head { color: #222222; font-family: Rubik; font-size: 18px; font-weight: 700; text-transform: uppercase; } .header-fixed__bottom { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-align-items: center; align-items: center; justify-content: space-between; } .header-fixed__top { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-align-items: center; align-items: center; justify-content: space-between; margin-bottom: 8px; } .main-list { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-align-items: center; align-items: center; } .hamburger { height: 24px; display: none; } .hamburger-box { width: 40px; height: 24px; display: inline-block; position: relative; } .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before { position: absolute; border-radius: 4px; } .hamburger-inner::after, .hamburger-inner::before { content: ""; display: block; } .hamburger-inner { width: 29px; height: 3px; background-color: #777; top: 50%; transform: translateY(-50%); } .hamburger-inner::before { top: -8px; } .hamburger-inner::after { bottom: -8px; } .hamburger-inner::after, .hamburger-inner::before { width: 29px; height: 3px; background-color: #777; } .main-list a { color: #777777; font-family: "Open Sans"; font-size: 14px; font-weight: 400; position: relative; } .main-list li + li{ margin-left: 18px; } .main-list a::before { content: ''; left: 0; bottom: -2px; height: 2px; width: 100%; background-color: #00C853; position: absolute; opacity: 0; transition: opacity .25s linear; } .main-list a:hover::before { opacity: 1; transition: opacity .25s linear; } .header-fixed .sub-nav { height: auto; padding: 0; } .header-fixed .sub-nav i { -webkit-transition: none; -o-transition: none; transition: none; } .container { width: 96%; max-width: 1200px; margin-left: auto; margin-right: auto; position: relative } header { width: 100%; float: left; height: 60px; position: relative; z-index: 2000 } header .logo { font-family: Rubik, sans-serif; font-weight: 600; font-size: 24px; line-height: 60px; color: #00c853; float: left; text-transform: uppercase } header .slogan { font-family: Rubik, sans-serif; font-weight: 200; font-size: 1em; line-height: 20px; color: #00c853; float: left; clear: left; text-transform: uppercase } header .main-nav { width: 60%; margin: 0 20%; position: absolute; text-align: center; height: 20px; padding: 20px 0 } header .main-nav li { display: inline-block; margin: 0 5px } header .main-nav a { line-height: 20px; font-size: 16px; color: #777; text-align: center } header .main-nav a:hover { color: #222 } header .sub-nav { float: right; height: 20px; padding: 28px 0; } header .sub-nav li { display: inline-block; margin: 0 0 0 10px } header .sub-nav i { line-height: 20px; color: #ccc; } header .sub-nav i { font-size: 18px; transition: all .3s linear; } .a-search { position: relative; } .a-search .fa-search { position: absolute; right: 8px; top: 7px; } .a-search input{ height: 34px; padding: 6px 12px; font-family: 'Open Sans', sans-serif; color: #555; background-color: #fff; width: 100%; font-size: 14px; min-width: 260px; border-radius: 4px; outline: none; border: none; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); border: 1px solid rgba(0, 0, 0, 0.15); -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; } .a-search input:focus + i { color: #333; } .a-search input:focus { -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6); border-color: #66afe9; outline: 0; } .clearfix::after { display: block; clear: both; content: '' } .page-animal { font-size: 18px } .page-animal img { max-width: 100%; border-radius: 6px; } .page-animal section { padding: 35px 0; border-bottom: 1px solid #e9e9e9 } .page-animal * { -webkit-box-sizing: border-box; box-sizing: border-box } /*header { font-size: 62.5% }*/ /*.ap-header { font-size: 62.5% }*/ header .logo span { color: #00c853; font-family: Rubik, sans-serif; font-size: 12px; text-transform: uppercase; display: block; font-weight: 400; line-height: 1 } header .main-nav { padding-top: 38px } header .main-nav li { padding-left: 30px; position: relative } header .main-nav li::before { content: ''; width: 20px; height: 20px; background: url(../img/mammals.png) no-repeat center; position: absolute; top: 0; left: 0 } header .main-nav li:nth-child(2)::before { background: url(../img/reptiles.png) no-repeat center } header .main-nav li:nth-child(3)::before { background: url(../img/birds.png) no-repeat center } header .main-nav .catalog-li::before { content: ''; width: 20px; height: 20px; background: url(../img/mammals_white.png) no-repeat center; position: absolute; top: 0; left: 0 } header .main-nav .catalog-li:nth-child(2)::before { background: url(../img/reptiles_white.png) no-repeat center } header .main-nav .catalog-li:nth-child(3)::before { background: url(../img/birds_white.png) no-repeat center } .page-animal .open-gallery{ cursor: zoom-in; } .page-animal a { font-family: Rubik, sans-serif } .page-animal p { margin: 10px 0; line-height: 1.5 } .center { text-align: center; margin-top: 50px } .tl-center { text-align: center } .no-gutter-r { padding-right: 0!important } .a-h1, .a-h2, .a-h3 { font-family: Rubik, sans-serif; color: #222 } .a-h1 { font-size: 50px; font-weight: 700; text-transform: uppercase; margin: 15px 0 15px } .a-h2 { font-weight: 500; font-size: 42px; margin-bottom: 40px } .a-h3 { font-size: 26px; font-weight: 700; margin-bottom: 25px } .show-more { font-size: 16px; font-weight: 500; text-decoration: underline; text-transform: uppercase; color: #777; margin-left: 5px; white-space: nowrap } .show-more:hover { color: #000; text-decoration: none } section.s-char { padding-top: 100px } .s-char-block { margin-bottom: 25px } .s-char-img img { height: 100% } .s-char-heading { border-bottom: 1px solid #e9e9e9; padding-bottom: 25px } .s-char-heading__name { color: #777; font-family: Rubik, sans-serif; margin: 0!important; line-height: 1!important } .s-char-heading__name span::after { content: ''; width: 4px; height: 4px; background-color: #777; -webkit-border-radius: 50%; border-radius: 50%; display: inline-block; vertical-align: middle; margin-left: 5px } .s-char-kinds { padding: 18px 0; border-bottom: 1px solid #e9e9e9 } .s-char-kinds__attr { font-size: 14px; font-weight: 600; text-transform: uppercase; color: #777 } .s-char-kinds__name { display: block; font-size: 18px } .s-char-kinds__species { display: block; font-size: 18px; font-weight: 500; } .s-char-kinds__item { margin-bottom: 15px } .s-char-kinds .unactive { color: #222 } .s-char-char__block { padding: 12px 0; border-bottom: 1px solid #e9e9e9 } .s-char-char-custom { display: -webkit-flex; margin-top: 25px; padding: 0 15px; display: -moz-flex; display: -ms-flex; display: -o-flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; display: flex; justify-content: space-between; -ms-align-items: center; align-items: center; width: 100%; } .s-char-char-custom .s-char-char__wrap { position: relative; border-bottom: 1px solid #EAEAEA; padding-bottom: 10px; flex-grow: 1; } .s-char-kinds-custom { border-bottom: none; } .s-char-char__wrap-wrap { flex-grow: 1; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; display: flex; justify-content: space-between; -ms-align-items: center; align-items: center; } .s-char-char-custom .s-char-char__wrap::before { content: ''; position: absolute; height: 80%; width: 1px; right: 44px; background: #EAEAEA; top: 50%; transform: translateY(-50%); /*margin-bottom: 10px;*/ /*padding-bottom: 10px;*/ /*margin: 2px 2px;*/ } .s-char-char__wrap::after{ content: ''; position: absolute; height: 6px; width: 10px; right: 40px; background: #FFFFFF; top: 100%; transform: translateY(-50%); } .s-char-char-custom .s-char-char__wrap-wrap:last-child .s-char-char__wrap:last-child::before { display: none; } .s-char-char__wrap:first-child::after{ display: none; } .s-char-char-custom .s-char-char__wrap-wrap:last-child .s-char-char__wrap:last-child::after { display: none; } .s-char-char__name { font-size: 14px; font-weight: 600; text-transform: uppercase; color: #777; margin-bottom: 10px } .s-char-char__num { font-size: 26px; font-weight: 400; text-transform: uppercase; color: #00c853; font-family: Rubik, sans-serif } .video .content { float: none; } .s-char-text { margin-bottom: 30px; margin-top: 35px; } .s-char-status-item { text-align: center; width: 103px; height: 103px; -webkit-border-radius: 5px; border-radius: 5px; position: relative; display: inline-block; margin-right: 15px; margin-bottom: 20px; -webkit-transition: all .3s linear; transition: all .3s linear; vertical-align: middle; } .s-char-status-item:hover { -webkit-transform: translateY(10px); -ms-transform: translateY(10px); transform: translateY(10px) } .s-char-status-item p { font-family: Rubik, sans-serif; font-size: 30px; font-weight: 700; color: #fff; margin-bottom: 0; line-height: 1; padding-top: 13px } .s-char-status-item span { font-size: 14px; font-weight: 400; color: #fff } .s-gallery { position: relative; padding-bottom: 50px!important } .s-gallery-block { font-size: 0 } .s-gallery-block__sm:first-child { margin-bottom: 20px } .s-gallery-item { font-size: 0; height: 100%; } .s-gallery-item--md img { height: 100%; } .s-gallery-item img { width: 100%; } .s-gallery-arrow { width: 62px; height: 62px; background-color: #b3b3b3; -webkit-border-radius: 50%; border-radius: 50%; position: absolute; top: -15px; right: 0; cursor: pointer; -webkit-transition: all .3s linear; transition: all .3s linear } .s-gallery-arrow::before { content: '\2191'; position: absolute; text-align: center; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: #fff; font-size: 30px } .s-gallery-arrow:hover { background-color: #8d8d8d } .s-distr-block { margin-bottom: 50px } .s-distr-block--row .row { margin-bottom: 15px } .s-distr-geography__slug { font-size: 16px; font-weight: 600; text-transform: uppercase; color: #777 } .s-distr-geography__link { font-size: 22px; margin-left: 2px } .s-distr-zone-item { text-align: center; width: 100%; max-width: 278px; height: 100%; min-height: 101px; -webkit-border-radius: 5px; border-radius: 5px; text-shadow: -1px 1px 0 rgba(0, 0, 0, .79); font-size: 24px; font-weight: 700; margin: auto; color: #fff; padding: 10px 5px; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-align-items: center; align-items: center; justify-content: center; position: relative; } .s-distr-margin { margin-bottom: 30px; } .s-distr-zone-item:hover { color: #fff } .s-distr-climate__link { width: 100%; max-width: 278px; height: 100%; min-height: 101px; font-size: 24px; font-weight: 700; color: #fff; margin: auto; text-align: center; -webkit-border-radius: 5px; border-radius: 5px; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; justify-content: center; -ms-align-items: center; align-items: center; } .s-distr-climate__link:hover { color: #fff } .s-habbit-group { margin-bottom: 27px } .s-habbit-group__slug { font-size: 16px; font-weight: 600; text-transform: uppercase; color: #777 } .s-habbit-group__black { color: #222 } .s-habbit-group__black:hover { color: #222 } .s-habbit-group a { margin-left: 2px; font-size: 22px } .s-habbit-content { margin-bottom: 30px } .s-diet-block p { margin-bottom: 40px } .s-diet-nutrition-margin { padding-bottom: 20px } .s-diet-item__slug { font-size: 16px; text-transform: uppercase; color: #777; margin-right: 20px; font-weight: 600 } .s-diet-item__link { font-size: 22px; margin-right: 5px } .s-mating-descr .row { margin-bottom: 18px } .s-mating-slug__text { font-size: 16px; color: #777; text-transform: uppercase; font-weight: 600 } .s-mating-char__text { color: #222; font-size: 18px; font-weight: 600; font-size: 20px } .s-mating-char a { display: inline-block; font-size: 20px } .s-mating-text p:first-child { margin-top: 0 } .s-population-link { margin-bottom: 15px } .s-population-img { margin-bottom: 40px } .s-population-slug { text-transform: uppercase; color: #777; font-weight: 600; font-size: 16px } .s-population__link { font-size: 22px } .s-population-view { margin-top: 60px } .s-population-view__item { width: 50px; height: 50px; border: 2px solid #999a96; -webkit-border-radius: 50%; border-radius: 50%; line-height: 50px; text-align: center; text-transform: uppercase; font-weight: 700; font-size: 18px; color: #999a96; display: inline-block } .s-population-view .active { background-color: #00c853; color: #fff; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; border: none } .s-domest-content{ margin-bottom: 20px; } .s-domest-cat__status { text-transform: uppercase; font-size: 16px; color: #777; font-family: "Open Sans", Arial, sans-serif; font-weight: 600; margin-right: 30px; margin-bottom: 12px; display: inline-block; vertical-align: baseline; } .s-domest-cat__link { font-size: 22px; margin-right: 10px; display: inline-block; vertical-align: baseline; } .s-domest__img { text-align: center; font-size: 0; } .s-fact { padding-bottom: 30px!important } .s-fact-list li { font-size: 20px; color: #222; line-height: 1.3; margin-bottom: 45px; padding-left: 45px; position: relative } .s-fact-list li::before { content: ''; width: 27px; height: 26px; display: inline-block; background: url(../img/Ibex_icon.png) no-repeat center; position: absolute; top: 0; left: 0 } .s-ref-item { margin-bottom: 12px; } .s-related .a-h2 { text-align: center } .s-related-row { margin-bottom: 30px } .s-related-item { height: 316px; -webkit-border-radius: 8px; border-radius: 8px; overflow: hidden; max-width: 252px; position: relative; display: block } .s-related-item__content { padding: 20px; background-color: rgba(0, 0, 0, .6); -webkit-border-bottom-left-radius: 8px; border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; border-bottom-right-radius: 8px; margin-top: auto; width: 100%; position: absolute; bottom: 0 } .s-related-item__content span { font-size: 16px; color: #00f666; font-family: Rubik, sans-serif } .s-related-item__name { font-family: Rubik, sans-serif; text-transform: uppercase; color: #fff; font-weight: 500; font-size: 22px; margin-bottom: 4px } .s-fascinating-block { position: relative } .s-fascinating .a-h2 { text-align: center } .s-fascinating-item { max-width: 1050px; margin-left: auto; margin-right: auto; text-align: center } .s-fascinating .s-related-item { display: inline-block; width: 256px } .owl-nav .owl-next, .owl-nav .owl-prev { position: absolute; width: 52px; height: 52px; -webkit-border-radius: 50%; border-radius: 50%; background-color: #b3b3b3; top: 42% } .owl-nav .owl-next::after, .owl-nav .owl-prev::after { content: ''; width: 16px; height: 16px; border-bottom: 2px solid #fff; border-left: 2px solid #fff; position: absolute; left: 0; top: 0; bottom: 0; right: 0; margin: auto; -webkit-transition: all .3s linear; transition: all .3s linear } .owl-nav .owl-next { right: -60px } .owl-nav .owl-next::after { -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg) } .owl-nav .owl-prev { left: -60px } .owl-nav .owl-prev::after { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg) } .s-footer { border-top: 8px solid #e9e9e9; padding: 35px 0 30px; font-size: 62.5% } .s-footer-logo { font-weight: 600; font-family: Rubik, sans-serif; color: #00c853; text-transform: uppercase; line-height: 1; font-size: 3em } .s-footer-logo span { color: #00c853; font-family: Rubik, sans-serif; font-size: 12px; text-transform: uppercase; display: block; font-weight: 400; margin-top: 10px } .s-footer-form input { font-size: 16px; color: #868686; font-family: "Open Sans", sans-serif; background-color: #e9e9e9; padding: 20px; border: none; width: 100%; max-width: 318px; -webkit-border-radius: 8px; border-radius: 8px; height: 53px } .s-footer-form input:focus { outline: 0 } .s-footer-form button { outline: 0; border: none; cursor: pointer; color: #fff; font-size: 16px; font-weight: 600; background-color: #007aff; height: 53px; margin-left: -15px; -webkit-border-radius: 8px; border-radius: 8px; padding: 0 37px; -webkit-transition: all .3s linear; transition: all .3s linear } .s-footer-form button:hover { background-color: #004999 } .s-footer .copyright { text-align: center; font-weight: 600; color: #777; font-size: 16px; margin-top: 10px /*margin-top: 40px return this margin if email form enabled as in original design */ } .main-head .logo { color: #fff; } .main-head .logo span { color: #fff; } .main-head .main-nav a { color: #fff; } @media only screen and (max-width:1200px) { .s-char-char-custom .s-char-char__wrap::before { right: 15px; } .s-char-char__wrap::after{ right: 11px; } } @media only screen and (max-width:1100px) { .s-gallery-block__sm { margin-bottom: 14px } .owl-nav .owl-next { right: -50px } .owl-nav .owl-prev { left: -50px } .s-fascinating-block { max-width: 800px; margin: 0 auto } .s-footer-form input { max-width: 275px } } @media only screen and (max-width:992px) { .header-fixed .sub-nav { position: static; transform: none; } .main-head .logo { color: #00c853; } .main-head .logo span { color: #00c853; } .main-content { /*background-color: #1C9654;*/ padding-top: 150px; } .s-char-kinds-custom { border-bottom: 1px solid #e9e9e9; } .s-char-char-custom .s-char-char__wrap { width: 50%; border-bottom: none; } .s-char-char-custom .s-char-char__wrap::before { display: none; } .s-char-char__wrap::after { display: none; } .s-char-char__wrap-wrap { width: 100%; border-bottom: none; } .s-domest__img{ margin-bottom: 30px; } .content { padding-top: 130px } .s-char-img { text-align: center } .s-char-img img { height: auto } .s-char-status { text-align: center } .a-h1 { font-size: 40px } .a-h2 { font-size: 32px } .a-h3 { font-size: 22px } .s-gallery { text-align: center } .s-gallery-block__sm { margin-bottom: 20px } .s-gallery-item--md { padding-bottom: 20px } .s-gallery-item--left { text-align: left } .s-gallery-item--right { text-align: center } .show-more { font-size: 14px } .s-distr-geography__link { font-size: 18px; line-height: 1.4 } .s-distr-geography__slug { line-height: 1.4 } .s-distr-zone-item { margin-bottom: 20px; } .s-habbit-img { margin-bottom: 30px; text-align: center } .s-habbit-group a { font-size: 18px } .s-diet-img { text-align: center; margin-top: 30px } .s-mating-text { margin-top: 20px } .s-population-view { margin-bottom: 40px } .s-related-item { margin-bottom: 30px } .ml-auto { margin-left: auto } .s-fascinating-block { max-width: 600px; margin: 0 auto } .s-footer { text-align: center } .s-footer-logo { display: inline-block; margin-bottom: 40px } .s-footer-form input { max-width: 320px } .page-animal { font-size: 16px } .main-nav { top: 140px } header { text-align: center } header .logo { text-align: center; float: none } header .main-nav { margin: 0 18% } header .sub-nav { position: absolute; top: 80px; left: 50%; transform: translateX(-50%); } section.s-char { padding-top: 230px; } /*.no-gutter-r{ padding-right: 15px!important; }*/ } @media only screen and (max-width:768px) { .header-fixed .logo { width: 50%; text-align: left; font-size: 20px; } .header-fixed__top { -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; justify-content: center; } .socials-list { text-align: right; } .header-fixed .header-fixed__head { width: 50%; } .header-fixed .sub-nav { margin-top: 10px; } .header-fixed__head { text-align: right; } section.s-char { padding-top: 220px } header .main-nav { padding-top: 25px; } header .sub-nav { padding-top: 22px; } .s-char-kinds__name { font-size: 15px } .s-char-kinds__species { font-size: 15px; font-weight: 500; } .s-char-char__num { font-size: 22px } .s-diet-item__link { font-size: 18px } .s-fact-list li { font-size: 16px } .s-related-item { margin-left: auto; margin-right: auto } .s-distr { padding-bottom: 15px!important } .s-distr-zone h3 { text-align: center } .s-distr-climate h3 { text-align: center } .owl-nav .owl-next { right: 0 } .owl-nav .owl-prev { left: 0 } } @media only screen and (max-width:568px) { .no-gutter-r { padding-right: 15px!important } .header-fixed__top { -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; } .socials-list { width: 100%; margin-top: 6px; } .s-domest-cat__link { font-size: 20px; } .page-animal { font-size: 14px } .page-animal section { padding: 35px 0 } .s-gallery { padding-bottom: 20px!important } .s-gallery-item--left { text-align: center } .s-gallery-item--right { text-align: center } section.s-char { padding-top: 200px } /*header .logo { font-size: 2.8em }*/ header .sub-nav { padding: 15px 0 } header .main-nav { padding-top: 15px; width: 100%; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); margin: 0 } .a-h1 { font-size: 30px } .a-h2 { font-size: 26px; margin-bottom: 25px } .a-h3 { font-size: 20px } .s-distr-geography__slug { margin-bottom: 10px; font-size: 14px } .s-distr-climate { text-align: center } .s-distr-zone .a-h3 { text-align: center } .s-habbit-group__slug { margin-bottom: 10px } .s-gallery-arrow { display: none } .s-gallery-item { margin-bottom: 20px } .s-gallery-block__sm { margin-bottom: 0 } .s-mating-slug__text { font-size: 14px } .s-mating-char__text { font-size: 16px } .s-mating-char a { font-size: 16px } .s-population-slug { margin-bottom: 10px } .s-population__link { font-size: 18px } .s-population-view { text-align: center; margin-top: 40px } .s-population-view__item { margin-bottom: 10px; margin-right: 5px } .s-footer-form input { margin-bottom: 20px } } @media only screen and (max-width:1199px) { .hamburger { display: block; } .main-list { display: none; position: absolute; left: 0; width: 100%; top: 100%; background-color: #fff; z-index: 99999; box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.23); text-align: left; padding: 25px; } .main-list li { margin-bottom: 8px; } .main-list li + li { margin-left: 0; } }
0.393618
0.06165
:root { --accent-color: hsl(0, 0%, 50%); --accent-color-dark: hsl(0, 0%, 30%); --accent-color-light: hsl(0, 0%, 70%); --main-text-color: #444444; --contrast-text-color: white; --dim-text-color: #AAAAAA; --main-text-size: 15px; --button-bg-color: white; --focus-color: hsl(0, 0%, 50%); --focus-color-light: hsl(0, 0%, 40%); --shadow: 0 2px 15px 0 #11111155; --background-gradient: linear-gradient(#CCC, #777); font-family: sans-serif; color: var(--main-text-color); } #bg { /*This fix is for chrome, which doesn't play nice with css variables. Actually set by js*/ background: var(--background-gradient); height: 105vh; width: 100vw; display: block; position: fixed; z-index: -1; margin: 0; padding: 0; left: 0; top: 0; } select { -webkit-appearance: none; -moz-appearance: none; appearance: none; /* remove default arrow */ border: 1px solid var(--accent-color); padding: 0 4px; padding-right:20px; height: 26px; border-radius: 5px; font-size: var(--main-text-size); color: var(--accent-color); background-color: white; } select:hover, select:focus { color: black; border-width: 2px; padding: 0 3px; padding-right:19px; } .select-arrow { pointer-events: none; display: inline-block; width: 15px; height: 25px; margin-left: -20px; margin-bottom: -7px; border-radius: 0 3px 3px 0; background: url("../img/dropdown-arrow.svg") 50% no-repeat; background-color: var(--accent-color); } @media not screen and (max-width: 600px) { .mobile-only { display: none; } } @media only screen and (max-width: 600px) { .non-mobile-only { display: none; } } .lh { display: inline-block; } .content-block { background-color: var(--contrast-text-color); box-shadow: var(--shadow); border-radius: 4px; padding: 20px; margin: 20px 10px; flex-grow: 1; overflow: hidden; } #top-bar { transition-duration: 0.25s; position: fixed; width: 100%; top: 0; margin: -8px; margin-top: 0; padding: 10px; height: 30px; background-color: white; line-height: 35px; overflow: hidden; z-index: 1000; } #top-bar.scrolled { box-shadow: var(--shadow); } #top-userinfo { float: right; margin-right: 20px; } #top-title { overflow: hidden; position: absolute; font-weight: bold; font-size: 150%; vertical-align: middle; margin-bottom: -2px; padding: 0; max-width: 40%; line-height: 33px; white-space: nowrap; display: inline-block; height: 30px; background-color: white; } #top-bar *:not(div) { margin-left: 10px; } #top-bar a { text-decoration: none; margin-left: -2px; padding: 0; color: var(--accent-color); fill: var(--accent-color); } #top-bar a:hover { text-decoration: underline; } #footer { text-align: center; padding-bottom: 8px; } #footer a { display: inline-block; color: #FFF9; text-decoration: none; padding: 0 10px; padding-top: 2px; } #footer a:hover { text-decoration: underline; } #footer a:not(:last-child) { border-right: 1px solid #FFF6; } h1 { margin-top: 5px; } h3 { display: inline-block; font-weight: normal; margin: 3px 0; padding: 0; } input[type~="submit"] { -webkit-transition-duration: 0.1s; /* Safari */ transition-duration: 0.1s; background-color: var(--button-bg-color); border: 1px solid var(--accent-color); height: 26px; border-radius: 4px; font-size: var(--main-text-size); color: var(--accent-color); } input[type~="submit"]:focus { background-color: var(--focus-color); color: black; } input[type~="submit"]:hover { background-color: var(--accent-color); color: var(--contrast-text-color); } input[type~="text"], input[type~="password"] { background-color: var(--button-bg-color); border: 1px solid var(--accent-color); height: 26px; border-radius: 4px; font-size: var(--main-text-size); margin: 2px 3.7px 2px 0; padding: 0 5px; } input[type~="text"]:focus, input[type~="password"]:focus { border-width: 2px; padding: 4px; } input[type~="text"]:hover:not(:focus), input[type~="password"]:hover:not(:focus) { box-shadow: inset 0 0 0 1px var(--focus-color); } @media only screen and (max-width: 600px) { #footer { padding: 10px 0; } input[type~="text"], input[type~="password"] { padding: 20px; width: 79%; } input[type~="text"]:focus, input[type~="password"]:focus { padding: 19px; } input[type~="submit"]:not(#add-plus) { padding: 10px 15px 30px 15px; } select { height: 45px; padding-right: 25px; padding-left: 10px; } select:hover, select:focus { height: 45px; padding-right: 24px; padding-left: 9px; } .select-arrow { padding-left: 4px; margin-left: -23px; margin-bottom: -16.5px; height: 44px; } #top-userinfo:not(a){ font-size: 0; margin-right: 10px; } #top-userinfo a{ font-size: 16px; } } #all-content { font-family: Helvetica, Arial, sans-serif; padding-top: 40px; } @media not screen and (max-width: 600px) { #all-content{ margin: 10px 5%; } #top-userinfo, #top-title { padding-right: 6%; padding-left: 5%; } } @media only screen and (max-width: 600px) { body { padding: 0; margin: 0; } .content-block:not(#chart-block){ padding: 20px 15px; margin: 1px 0; border-radius: 0; box-shadow: none; } #all-content { padding-top: 50px; } #top-userinfo { padding: 0; } #top-title { padding: 0; max-width: 61%; } #top-bar { margin-bottom: 1px; margin-top: 0; margin-right: 0; } #top-bar input[type~="submit"] { padding: 0 10px; } } .text-center { text-align: center; } .text-left { text-align: left; } .text-right { text-align: right; } .hidden { display: none; } input[type=checkbox].css-checkbox { position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0; } input[type=checkbox].css-checkbox + label.css-label { height: 15px; width: 15px; margin: 0; background-color: white; border: 1px solid var(--dim-text-color); display:inline-block; line-height:25px; font-size:25px; vertical-align:middle; cursor:pointer; border-radius: 4px; } input[type=checkbox].css-checkbox:checked + label.css-label { background-color: var(--accent-color); border-color: var(--accent-color); } input[type=checkbox].css-checkbox:checked + label.css-label::after { content: ''; display: block; width: 4px; height: 8px; border: solid #000; border-width: 0 3px 3px 0; border-color: var(--contrast-text-color); transform: rotate(45deg); margin: 1px 4px; } label.css-label { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } input[type=checkbox].css-checkbox:focus + label.css-label, input[type=checkbox].css-checkbox:hover + label.css-label{ background-color: var(--focus-color-light); } input:focus, select:focus, textarea:focus, button:focus { outline: none; }
app/static/css/syles-base.css
:root { --accent-color: hsl(0, 0%, 50%); --accent-color-dark: hsl(0, 0%, 30%); --accent-color-light: hsl(0, 0%, 70%); --main-text-color: #444444; --contrast-text-color: white; --dim-text-color: #AAAAAA; --main-text-size: 15px; --button-bg-color: white; --focus-color: hsl(0, 0%, 50%); --focus-color-light: hsl(0, 0%, 40%); --shadow: 0 2px 15px 0 #11111155; --background-gradient: linear-gradient(#CCC, #777); font-family: sans-serif; color: var(--main-text-color); } #bg { /*This fix is for chrome, which doesn't play nice with css variables. Actually set by js*/ background: var(--background-gradient); height: 105vh; width: 100vw; display: block; position: fixed; z-index: -1; margin: 0; padding: 0; left: 0; top: 0; } select { -webkit-appearance: none; -moz-appearance: none; appearance: none; /* remove default arrow */ border: 1px solid var(--accent-color); padding: 0 4px; padding-right:20px; height: 26px; border-radius: 5px; font-size: var(--main-text-size); color: var(--accent-color); background-color: white; } select:hover, select:focus { color: black; border-width: 2px; padding: 0 3px; padding-right:19px; } .select-arrow { pointer-events: none; display: inline-block; width: 15px; height: 25px; margin-left: -20px; margin-bottom: -7px; border-radius: 0 3px 3px 0; background: url("../img/dropdown-arrow.svg") 50% no-repeat; background-color: var(--accent-color); } @media not screen and (max-width: 600px) { .mobile-only { display: none; } } @media only screen and (max-width: 600px) { .non-mobile-only { display: none; } } .lh { display: inline-block; } .content-block { background-color: var(--contrast-text-color); box-shadow: var(--shadow); border-radius: 4px; padding: 20px; margin: 20px 10px; flex-grow: 1; overflow: hidden; } #top-bar { transition-duration: 0.25s; position: fixed; width: 100%; top: 0; margin: -8px; margin-top: 0; padding: 10px; height: 30px; background-color: white; line-height: 35px; overflow: hidden; z-index: 1000; } #top-bar.scrolled { box-shadow: var(--shadow); } #top-userinfo { float: right; margin-right: 20px; } #top-title { overflow: hidden; position: absolute; font-weight: bold; font-size: 150%; vertical-align: middle; margin-bottom: -2px; padding: 0; max-width: 40%; line-height: 33px; white-space: nowrap; display: inline-block; height: 30px; background-color: white; } #top-bar *:not(div) { margin-left: 10px; } #top-bar a { text-decoration: none; margin-left: -2px; padding: 0; color: var(--accent-color); fill: var(--accent-color); } #top-bar a:hover { text-decoration: underline; } #footer { text-align: center; padding-bottom: 8px; } #footer a { display: inline-block; color: #FFF9; text-decoration: none; padding: 0 10px; padding-top: 2px; } #footer a:hover { text-decoration: underline; } #footer a:not(:last-child) { border-right: 1px solid #FFF6; } h1 { margin-top: 5px; } h3 { display: inline-block; font-weight: normal; margin: 3px 0; padding: 0; } input[type~="submit"] { -webkit-transition-duration: 0.1s; /* Safari */ transition-duration: 0.1s; background-color: var(--button-bg-color); border: 1px solid var(--accent-color); height: 26px; border-radius: 4px; font-size: var(--main-text-size); color: var(--accent-color); } input[type~="submit"]:focus { background-color: var(--focus-color); color: black; } input[type~="submit"]:hover { background-color: var(--accent-color); color: var(--contrast-text-color); } input[type~="text"], input[type~="password"] { background-color: var(--button-bg-color); border: 1px solid var(--accent-color); height: 26px; border-radius: 4px; font-size: var(--main-text-size); margin: 2px 3.7px 2px 0; padding: 0 5px; } input[type~="text"]:focus, input[type~="password"]:focus { border-width: 2px; padding: 4px; } input[type~="text"]:hover:not(:focus), input[type~="password"]:hover:not(:focus) { box-shadow: inset 0 0 0 1px var(--focus-color); } @media only screen and (max-width: 600px) { #footer { padding: 10px 0; } input[type~="text"], input[type~="password"] { padding: 20px; width: 79%; } input[type~="text"]:focus, input[type~="password"]:focus { padding: 19px; } input[type~="submit"]:not(#add-plus) { padding: 10px 15px 30px 15px; } select { height: 45px; padding-right: 25px; padding-left: 10px; } select:hover, select:focus { height: 45px; padding-right: 24px; padding-left: 9px; } .select-arrow { padding-left: 4px; margin-left: -23px; margin-bottom: -16.5px; height: 44px; } #top-userinfo:not(a){ font-size: 0; margin-right: 10px; } #top-userinfo a{ font-size: 16px; } } #all-content { font-family: Helvetica, Arial, sans-serif; padding-top: 40px; } @media not screen and (max-width: 600px) { #all-content{ margin: 10px 5%; } #top-userinfo, #top-title { padding-right: 6%; padding-left: 5%; } } @media only screen and (max-width: 600px) { body { padding: 0; margin: 0; } .content-block:not(#chart-block){ padding: 20px 15px; margin: 1px 0; border-radius: 0; box-shadow: none; } #all-content { padding-top: 50px; } #top-userinfo { padding: 0; } #top-title { padding: 0; max-width: 61%; } #top-bar { margin-bottom: 1px; margin-top: 0; margin-right: 0; } #top-bar input[type~="submit"] { padding: 0 10px; } } .text-center { text-align: center; } .text-left { text-align: left; } .text-right { text-align: right; } .hidden { display: none; } input[type=checkbox].css-checkbox { position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0; } input[type=checkbox].css-checkbox + label.css-label { height: 15px; width: 15px; margin: 0; background-color: white; border: 1px solid var(--dim-text-color); display:inline-block; line-height:25px; font-size:25px; vertical-align:middle; cursor:pointer; border-radius: 4px; } input[type=checkbox].css-checkbox:checked + label.css-label { background-color: var(--accent-color); border-color: var(--accent-color); } input[type=checkbox].css-checkbox:checked + label.css-label::after { content: ''; display: block; width: 4px; height: 8px; border: solid #000; border-width: 0 3px 3px 0; border-color: var(--contrast-text-color); transform: rotate(45deg); margin: 1px 4px; } label.css-label { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } input[type=checkbox].css-checkbox:focus + label.css-label, input[type=checkbox].css-checkbox:hover + label.css-label{ background-color: var(--focus-color-light); } input:focus, select:focus, textarea:focus, button:focus { outline: none; }
0.326916
0.122235
@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap'); /* html{ background-image: url("assets/background") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size:cover; } */ body{ font-family: 'Shadows Into Light', cursive; margin: 0; background-image: url("assets/background"); background-position: center center; background-size: cover; background-repeat: no-repeat; } .app{ width: 100vw; height: 100vh; /* display:flex; flex-direction: column; align-items: center; */ } header{ position: absolute; left: 25%; font-size: 2rem; font-family: '<NAME>', cursive; color: #5A942C; } .controls{ position: absolute; left: 2%; top: 2%; width: 7vw; height: 35vh; display: flex; flex-direction: column; justify-content: space-evenly; align-items: center; background-color: rgb(226, 200, 48); color: white; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3); border-radius: 10px; } .controls div { display: flex; flex-direction: column; width: 80%; justify-content: center; } .title{ font-size: 2rem; } .btn{ padding: 3px; font-size: 1.5rem; width: 100%; height: 100%; cursor: pointer; justify-content: center; align-items: center; } .btn:hover{ background-color: rgb(247, 172, 86); } .project{ width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; /* background-color: rgb(173, 173, 173); */ } canvas{ background-color: white; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3); position: absolute; top: 20%; border-radius: 10px; } /* canvas{ position: absolute; left: 11%; top: 15%; box-shadow: 3px 3px 3px; width: 1680px; height: 938px; } */ input{ font-size: 2rem; background-color: rgba(0, 0, 0, 0); outline: none; border: 0; text-align: center; color: rgb(161, 161, 161) } #screenshot-btn{ height: 40px; width: 160px; font-size: 1.3rem; background-color:rgb(226, 200, 48) ; font-family: 'Shadows Into Light', cursive; color: white; border: none; border-radius: 10px; outline: none; position: absolute; bottom: 100px; left: 50%; transform: translateX(-50%); z-index: 9999; } #screenshot-btn:hover{ background-color: rgb(247, 172, 86); height: 55px; width: 175px; font-size: 1.5rem; }
projects/project-4-p4/draft1/style.css
@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap'); /* html{ background-image: url("assets/background") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size:cover; } */ body{ font-family: 'Shadows Into Light', cursive; margin: 0; background-image: url("assets/background"); background-position: center center; background-size: cover; background-repeat: no-repeat; } .app{ width: 100vw; height: 100vh; /* display:flex; flex-direction: column; align-items: center; */ } header{ position: absolute; left: 25%; font-size: 2rem; font-family: '<NAME>', cursive; color: #5A942C; } .controls{ position: absolute; left: 2%; top: 2%; width: 7vw; height: 35vh; display: flex; flex-direction: column; justify-content: space-evenly; align-items: center; background-color: rgb(226, 200, 48); color: white; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3); border-radius: 10px; } .controls div { display: flex; flex-direction: column; width: 80%; justify-content: center; } .title{ font-size: 2rem; } .btn{ padding: 3px; font-size: 1.5rem; width: 100%; height: 100%; cursor: pointer; justify-content: center; align-items: center; } .btn:hover{ background-color: rgb(247, 172, 86); } .project{ width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; /* background-color: rgb(173, 173, 173); */ } canvas{ background-color: white; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3); position: absolute; top: 20%; border-radius: 10px; } /* canvas{ position: absolute; left: 11%; top: 15%; box-shadow: 3px 3px 3px; width: 1680px; height: 938px; } */ input{ font-size: 2rem; background-color: rgba(0, 0, 0, 0); outline: none; border: 0; text-align: center; color: rgb(161, 161, 161) } #screenshot-btn{ height: 40px; width: 160px; font-size: 1.3rem; background-color:rgb(226, 200, 48) ; font-family: 'Shadows Into Light', cursive; color: white; border: none; border-radius: 10px; outline: none; position: absolute; bottom: 100px; left: 50%; transform: translateX(-50%); z-index: 9999; } #screenshot-btn:hover{ background-color: rgb(247, 172, 86); height: 55px; width: 175px; font-size: 1.5rem; }
0.427516
0.09277
@import url(http://weloveiconfonts.com/api/?family=entypo); @import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700); [class*="entypo-"]:before { font-family: 'entypo', sans-serif; } *, div { box-sizing: border-box; } html, body { width: 100%; height: 100%; background: #e8eaf6; -webkit-font-smoothing: antialiased; } .container { display: block; width: 70%; margin: 20px auto 0 auto; background: #fff; height: 100vh; } .sw { float: left; width: 100%; height: 80px; padding: 15px; font-size: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; box-shadow: 0 2px 0 0px rgba(0, 0, 0, 0.1); } .sw form { float: left; width: 100%; height: 50px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .sw a.logo { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; -webkit-box-ordinal-group: 1; -webkit-order: 0; -ms-flex-order: 0; order: 0; width: auto; height: 100%; max-width: 80px; margin-right: 10px; -webkit-transition: all 0.05s ease-in-out; transition: all 0.05s ease-in-out; visibility: visible; opacity: 1; background-image: url("http://gmrgo.github.io/gmrui/img/logo.png"); background-position: 0 center; background-repeat: no-repeat; background-size: contain; } .sw a.logo img { max-width: 100%; width: auto; } .sw .search { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; outline: none; border: none; border-radius: 0; background: #fff; padding: 10px; font-family: 'Roboto', sans-serif; height: 30px; -webkit-transition: all 0.05s ease-in-out; transition: all 0.05s ease-in-out; -webkit-appearance: none; } .sw .search:focus { height: 60px; margin-left: -15px; padding: 10px 15px; } .sw .search:focus + .go { height: 80px; margin-right: -15px; max-width: 80px; color: #533687; } .sw .search:focus + .go + a.logo { visibility: hidden; opacity: 0; max-width: 0px; margin-right: 0; } .sw .go { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; -webkit-box-ordinal-group: 4; -webkit-order: 3; -ms-flex-order: 3; order: 3; max-width: 50px; display: inline-block; border: none; background: #fff; color: #ccc; height: 50px; -webkit-transition: all 0.05s ease-in-out; transition: all 0.05s ease-in-out; font-size: 21px; outline: none; } .content { float: left; width: 100%; clear: both; padding: 15px; text-align: center; } .content h1 { font-family: 'Roboto', sans-serif; color: #333; padding: 0; font-size: 48px; font-weight: 500; -webkit-font-smoothing: antialiased; letter-spacing: -0.02em; margin-top: 50px 0 0 0; } .content p { font-family: "Roboto", sans-serif; font-size: 16px; color: #333; -webkit-font-smoothing: antialiased; } .content p a { color: #533687; text-decoration: none; } .content p a:hover { text-decoration: underline; } .content cite { color: #aaa; }
views/css/search.css
@import url(http://weloveiconfonts.com/api/?family=entypo); @import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700); [class*="entypo-"]:before { font-family: 'entypo', sans-serif; } *, div { box-sizing: border-box; } html, body { width: 100%; height: 100%; background: #e8eaf6; -webkit-font-smoothing: antialiased; } .container { display: block; width: 70%; margin: 20px auto 0 auto; background: #fff; height: 100vh; } .sw { float: left; width: 100%; height: 80px; padding: 15px; font-size: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; box-shadow: 0 2px 0 0px rgba(0, 0, 0, 0.1); } .sw form { float: left; width: 100%; height: 50px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .sw a.logo { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; -webkit-box-ordinal-group: 1; -webkit-order: 0; -ms-flex-order: 0; order: 0; width: auto; height: 100%; max-width: 80px; margin-right: 10px; -webkit-transition: all 0.05s ease-in-out; transition: all 0.05s ease-in-out; visibility: visible; opacity: 1; background-image: url("http://gmrgo.github.io/gmrui/img/logo.png"); background-position: 0 center; background-repeat: no-repeat; background-size: contain; } .sw a.logo img { max-width: 100%; width: auto; } .sw .search { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; outline: none; border: none; border-radius: 0; background: #fff; padding: 10px; font-family: 'Roboto', sans-serif; height: 30px; -webkit-transition: all 0.05s ease-in-out; transition: all 0.05s ease-in-out; -webkit-appearance: none; } .sw .search:focus { height: 60px; margin-left: -15px; padding: 10px 15px; } .sw .search:focus + .go { height: 80px; margin-right: -15px; max-width: 80px; color: #533687; } .sw .search:focus + .go + a.logo { visibility: hidden; opacity: 0; max-width: 0px; margin-right: 0; } .sw .go { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; -webkit-box-ordinal-group: 4; -webkit-order: 3; -ms-flex-order: 3; order: 3; max-width: 50px; display: inline-block; border: none; background: #fff; color: #ccc; height: 50px; -webkit-transition: all 0.05s ease-in-out; transition: all 0.05s ease-in-out; font-size: 21px; outline: none; } .content { float: left; width: 100%; clear: both; padding: 15px; text-align: center; } .content h1 { font-family: 'Roboto', sans-serif; color: #333; padding: 0; font-size: 48px; font-weight: 500; -webkit-font-smoothing: antialiased; letter-spacing: -0.02em; margin-top: 50px 0 0 0; } .content p { font-family: "Roboto", sans-serif; font-size: 16px; color: #333; -webkit-font-smoothing: antialiased; } .content p a { color: #533687; text-decoration: none; } .content p a:hover { text-decoration: underline; } .content cite { color: #aaa; }
0.260954
0.051678
@font-face{ font-family: awesome; src: url(../Fonts/FontawesomeWebfont.ttf); } * { padding: 0; margin: 0; box-sizing: border-box; } /*body { background-color: #F0E3B2; }*/ body::-webkit-scrollbar { width: 12px; } body::-webkit-scrollbar-thumb { background-color: #5ab271; border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); } html, body, main { height: 100%; width: 100%; } header, main, footer { width: 975px; word-wrap: break-word; background: #e6dede; margin: 7px auto; box-shadow: 1px 0 16px #578503; } .logo { display: inline-block; } .cont { width: 975px; padding: 10px; margin: auto; } .cont p { text-indent: 15px; padding-top: 10px; } main { font-size: 17px; vertical-align: middle; background-color: #F3EFDB; margin: 5px auto; } header { height: 188px; color: #fff; font-size: 20px; background-color: #5ab271; text-align: center; padding-top: 31px; border-radius: 25px 25px 0 0; } .header-table { display: table; padding: 10px 0; margin: 10px auto; } .header-table img, .header-table a { font-size: 30px; text-decoration: none; line-height: 30px; display: table-cell; vertical-align: middle; border-radius: 50%; } .header-table img { box-shadow: 0px 0 40px #F3EFDB; } header a { color: #fff; text-align: center; text-decoration: none; } header h3 { text-align: center; } header span { font-size: 28px; line-height: 26px; vertical-align: middle; display: table-cell; } .main-table { width: 90%; display: table; padding: 10px 0; margin: auto; } p:first-letter { color: #27a64c; font-size: 150%; } a { color: #27a64c; } p { text-indent: 15px; padding-top: 10px; } h1 { font-size: 23px; } strong { color: #245336; } summary{ height: 30px; outline: none; font-size: 19px; padding-top: 5px; padding-left: 10px; border-radius: 10px; cursor: pointer; } details ol, details p { text-align: justify; padding-left: 30px; } .double_quotes { quotes: '"' '"'; } .brackets { quotes: "(" ")"; } details ol, details p { text-align: justify; padding-left: 30px; } #top { outline: none; } .main-table { width: 90%; display: table; padding: 10px 0; margin: auto; color: #500700; } blockquote { text-align: justify; padding: 10px; border: 1px solid #c6c1b5; } footer { background-color: #F3EFDB; } .footer-table { width: 975px; text-align: center; text-overflow:clip; display: table; padding: 20px 0; margin: auto; } .footer-cell { display: table-cell; vertical-align: middle; } .move-top { text-decoration: none; } .move-top:after { position: relative; top: 8px; font-family: awesome; font-size: 35px; text-decoration: none; content: '\f102'; margin-left: 15px; }
Content/Styles/CopyrightLicense.css
@font-face{ font-family: awesome; src: url(../Fonts/FontawesomeWebfont.ttf); } * { padding: 0; margin: 0; box-sizing: border-box; } /*body { background-color: #F0E3B2; }*/ body::-webkit-scrollbar { width: 12px; } body::-webkit-scrollbar-thumb { background-color: #5ab271; border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); } html, body, main { height: 100%; width: 100%; } header, main, footer { width: 975px; word-wrap: break-word; background: #e6dede; margin: 7px auto; box-shadow: 1px 0 16px #578503; } .logo { display: inline-block; } .cont { width: 975px; padding: 10px; margin: auto; } .cont p { text-indent: 15px; padding-top: 10px; } main { font-size: 17px; vertical-align: middle; background-color: #F3EFDB; margin: 5px auto; } header { height: 188px; color: #fff; font-size: 20px; background-color: #5ab271; text-align: center; padding-top: 31px; border-radius: 25px 25px 0 0; } .header-table { display: table; padding: 10px 0; margin: 10px auto; } .header-table img, .header-table a { font-size: 30px; text-decoration: none; line-height: 30px; display: table-cell; vertical-align: middle; border-radius: 50%; } .header-table img { box-shadow: 0px 0 40px #F3EFDB; } header a { color: #fff; text-align: center; text-decoration: none; } header h3 { text-align: center; } header span { font-size: 28px; line-height: 26px; vertical-align: middle; display: table-cell; } .main-table { width: 90%; display: table; padding: 10px 0; margin: auto; } p:first-letter { color: #27a64c; font-size: 150%; } a { color: #27a64c; } p { text-indent: 15px; padding-top: 10px; } h1 { font-size: 23px; } strong { color: #245336; } summary{ height: 30px; outline: none; font-size: 19px; padding-top: 5px; padding-left: 10px; border-radius: 10px; cursor: pointer; } details ol, details p { text-align: justify; padding-left: 30px; } .double_quotes { quotes: '"' '"'; } .brackets { quotes: "(" ")"; } details ol, details p { text-align: justify; padding-left: 30px; } #top { outline: none; } .main-table { width: 90%; display: table; padding: 10px 0; margin: auto; color: #500700; } blockquote { text-align: justify; padding: 10px; border: 1px solid #c6c1b5; } footer { background-color: #F3EFDB; } .footer-table { width: 975px; text-align: center; text-overflow:clip; display: table; padding: 20px 0; margin: auto; } .footer-cell { display: table-cell; vertical-align: middle; } .move-top { text-decoration: none; } .move-top:after { position: relative; top: 8px; font-family: awesome; font-size: 35px; text-decoration: none; content: '\f102'; margin-left: 15px; }
0.343012
0.087837
body { font-family: 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-size: 13px; color: #4c4c4c; } table { font-family: 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-size: 100%; color: #4c4c4c; } img{ border: 0px; } a:link { color: #5A5A5A; text-decoration: none; } a:active { color: #5A5A5A; text-decoration: none; } a:visited { color: #5A5A5A; text-decoration: none; } a:hover { color: #25A0DB; text-decoration: underline; } a:hover.ThemeLinkButton, a:hover.ThemeLinkButtonSmall, a:link.ThemeLinkButton, a:link.ThemeLinkButtonSmall, a:visited.ThemeLinkButton, a:visited.ThemeLinkButtonSmall, a:active.ThemeLinkButton, a:active.ThemeLinkButtonSmall { color: #fff; text-decoration: none; } .ThemeLinkButton:hover, .ThemeLinkButtonSmall:hover, span:hover.rdAgCommand, span:hover.rdAcCommand, span:hover.rdOgCommand, span:hover.rdCgCommand, span:hover.rdDashboardCommand, .rdPopupContent span:hover.rdDashboardCommand, #rowChangeTab span:hover.rdDashboardCommand, span:hover.rdPopupPanelCommand, .rdAgUnselectedTab:hover, .rdOgUnselectedTab:hover { -webkit-transition: background-color 0.20s ease-in-out 0s; -moz-transition: background-color 0.20s ease-in-out 0s; transition: background-color 0.20s ease-in-out 0s; background-color: #38c2e9; } .ThemeLinkButton:active, .ThemeLinkButtonSmall:active, .ThemeLinkButton:active span, .ThemeLinkButtonSmall:active span, img:active.rdThemePaging, span:active.rdAgCommand, span:active.rdOgCommand, span:active.rdCgCommand, span:active.rdDashboardCommand, #rowChangeTab span:active.rdDashboardCommand, span:active.rdPopupPanelCommand { background-color: #6ae5f6 !important; } .rdAgUnselectedTabOn:hover { background-color: #fad73f; } /* AnalysisGrid */ .rdAg, .rdAc , .rdDg, .rdOg, .rdCg { font-family: 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-size: 13px; } .rdAg table, .rdAc table, .rdDg table, .rdOg table, .rdCg table { font-family: 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-size: 13px; } .rdAgCaptionRow{ height: 37px; background-color: #25a0da; font-family: 'Segoe UI Light', 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-weight: 100; font-size: 220%; } .rdAgCaptionRow TD{ background-color: #25a0da; padding-left: 15px; } .rdThemeDataTableCell { padding: 4px; } .rdAg .rdThemeDataTableHeader td { background-color: #fff !important; color: #fff; } .rdAg .rdThemeDataTableCell { background-color: #fff; } #rowMenu table{ background: transparent; border: none; border-spacing: 0px; padding-top: 6px; } #colSpacerCalc, #colSpacerLayout, #colSpacerLayout, #colSpacerSort, #colSpacerFilter, #colSpacerGroup, #colSpacerAggr, #colSpacerChart, #colSpacerCrosstab{ width: 2px; padding: 0px; } .rdAg #lblExport, .rdAg #lblExportCrosstab { color: #fff; } /* AnalysisGrid: Main Menu */ .rdAgUnselectedTab, .rdOgUnselectedTab{ width: 89px; height: 52px; background-image: none; background: #25a0da; border: none; padding: 5px 5px; text-decoration: none; color: #000000; } .rdAgUnselectedTab td, .rdOgUnselectedTab td { color: #fff; } .rdAgSelectedTabOn { background-color: #66CCFF; } .rdAgUnselectedTabOn { background-color: #66CCFF; } .rdAgSelectedTab, .rdOgSelectedTab{ width: 89px; height: 52px; background-image: none; background-color: #2f2f2f; border: none; padding: 5px 5px; text-decoration: none; margin-left: 0px; } #rowPaging table, #rowCrosstab table, #rowChart table, #rowAggr table, #rowGroup table, #rowFilter table, #rowSortOrder table, #rowLayout table, #rowCalc table, #rowQueryBuilder table, #rowsOlapGrid{ background: transparent; border: none; color: #2f2f2f; } .rdAgTabHeading { font-size: 120%; } .rdAgPanel{ background-color: #25a0da; color: #2f2f2f; vertical-align: top; border: none; } .rdAgContentHeadingRow { margin-top: -1px; margin-left: -1px; padding: 0px; background-color: #2f2f2f; color: #fff; } .rdAgContentHeading{ font-family: 'Segoe UI Light','Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-weight: 100; font-size: 200%; } /*Buttons*/ .rdAgCommand, .rdOgCommand, .rdAcCommand, span.rdCgCommand, .rdDashboardCommand, .rdPopupContent span.rdDashboardCommand { background-image: none; background-color: #25a0da; color: #fff !important; font-size: 105%; text-decoration: none !important; border: none; padding-right: 8px; padding-left: 8px; padding-top: 3px; padding-bottom: 3px; cursor: pointer; } .rdAgCommand, .rdOgCommand, span.rdCgCommand , .rdPopupPanelCommand, .rdPopupPanel .ThemeLinkButton, .rdPopupPanel .ThemeLinkButtonSmall { border: 1px solid #45d2f0 !important; } .ThemeLinkButton span, .ThemeLinkButtonSmall span { color: #fff !important; } .ThemeLinkButton:hover span, .ThemeLinkButtonSmall:hover span { -webkit-transition: background-color 0.20s ease-in-out 0s; -moz-transition: background-color 0.20s ease-in-out 0s; transition: background-color 0.20s ease-in-out 0s; background-color: #38c2e9; } .rdAcContentRow { border: 1px solid #90909c; background-color: transparent; } .rdAcCommandLeft, .rdAcCommandMiddle, .rdAcCommandRight { padding-right: 3px; padding-left: 3px; padding-top: 2px; padding-bottom: 2px; margin: 2px; border-radius: 0px 0px 0px 0px; } .rdAcCommandHighlight { background-image: none; background-color: #2f2f2f; font-size: 105%; } .rdRemoveTableStyle td, .rdAg .rdRemoveTableStyle td, .rdRemoveTableStyle th { background-image: none; background-color: transparent; height: 5px; border: none; border-collapse: collapse; } /*SubDataTable*/ .rdThemeSubDataTable { background-color: #fff; /* This is used as the border for the subtable */ margin-top: 5px; margin-bottom: 5px; } table.rdThemeSubDataTable th, .rdThemeSubDataTable th { background-color: #2f2f2f; color: #fff; padding-left: 4px; padding-top: 2px; padding-right: 3px; padding-bottom: 2px; } .rdThemeSubDataTableGroupHeaderRow td { background-color: #878786; color: #fff; padding-left: 3px; } .rdThemeSubDataTableDataTableCell { background-color: #ececec; color: #4c4c4c; } .rdThemeSubDataTableMoreInfoRow { background-color: #fff; color: #4c4c4c; padding-left: 3px; } .rdThemeSubDataTableGroupSummaryRow td { background-color: #b3b2b2; color: #fff; padding-left: 3px; } .rdThemeSubDataTableSummaryRow td { background-color: #2f2f2f; color: #fff; padding-left: 3px; } /* User Input Controls */ .rdThemeInputCaption { padding-right: 10px; vertical-align: middle; } input.rdThemeInput, textarea.rdThemeInput, select.rdThemeInput, select.rdDataCalendarDropdown { font-family: 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-size: 13px; border: 1px solid #90909c; padding: 4px; } /* Input checkbox list */ .rd-checkboxlist, .rd-checkboxlist-dropdown { font-family: 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; background-color: #fff; border: 1px solid #90909C; } .rd-checkboxlist-popup { border: 1px solid #90909C; background-color: #fff; padding: 4px; } /* Paging */ .rdThemePaging{ font-size:14px; margin-bottom: 2px; } .rdAg .rdThemePaging { background-color:#25a0da; } .rdThemePaging a{ font-size: 100%; } .rdAg .rdThemePaging a span{ color: #fff; padding-bottom: 1px; padding-top: 0px; padding-left: 5px; padding-right: 5px; text-align: center; border: #fff 1px solid; border-radius: 2px 2px 2px 2px; } .rdThemePagingCurrent { background-color: #25a0da; color: #fff; padding-bottom: 1px; padding-top: 0px; padding-left: 5px; padding-right: 5px; text-align: center; border-radius: 2px 2px 2px 2px; } .rdAg .rdThemePagingCurrent { background-color: #fff; color: #25a0da; } input.rdThemePagingCurrent { font-family: 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-size: 100%; background-color: #fff; color: #90909c; border: 1px solid #90909c; padding: 2px; border-radius: 0px 0px 0px 0px; } /* Quicktip */ .rdquicktip-content, .rdCcTextNormal, .rdCcTextNormal table, .rdCcTextNormal td, .rdCcTextNormal span { background-color: #2f2f2f !important; border-color: #000; color: #fff; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter: alpha(opacity=90); opacity: 0.9; border-radius: 0px; } .rdquicktip-content .rdquicktip-table, .rdquicktip-content .rdquicktip-table td { color: #fff; } .quicktip-pointer { border-color: #000 transparent; } .quicktip-pointer-inner { border-color: #2f2f2f transparent; } .rdquicktip-content .header { background-color: #2f2f2f; font-family: 'Segoe UI Light', 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-size: 140%; font-weight: 100; } .rdCcTextNormal .rdPopupContent span { color: #fff; } .rdCcTextPositive, .rdCcTextNormal .rdPopupContent .rdCcTextPositive span { color: green; } .rdCcTextNegative, .rdCcTextNormal .rdPopupContent .rdCcTextNegative span { color: darkred; } /* PopupMenu */ /* Analysis / Dimension / OLAP Chart Grid */ table.rdAgDataTable th, tr.rdAgHeaderRow th { background-image: none; background-color: #fff; border-right: 2px solid #25a0da; border-bottom: 2px solid #25a0da; color: #25a0da; } table.rdAgDataTable th a { font-size: 110%; color: #25a0da; } .rdDgCaptionRow td, .rdCgCaptionRow td, .rdOgCaptionRow td { background-color:#25a0da; } .rdDgSelected, .rdCgSelected { background-color: #2f2f2f; color: #fff; } .rdDg table, .rdCg table { font-family: 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; } .rdDgContentHeading , .rdCgContentHeading, .rdOgContentHeading{ color:#fff; } .rdOgSortColumn span{ color:black; } .rdDgPanel, .rdCgPanel, .rdOgPanel { background-color: #fff; border: none; } .rdDgCaptionRow, .rdDgContentHeading, .rdCgCaptionRow, .rdCgContentHeading, .rdOgCaptionRow, .rdOgContentHeading{ font-family: 'Segoe UI Light', 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-weight: 100; font-size: 200% !important; } .rdAg tr.ThemeAlternatingRow td { background-color: #E8E8E8; padding: 4px; } .rdCg #lblColumnTitle, .rdCg #lblRowTitle { color: #4c4c4c !important; } /* Tabs */ .yui-navset, .yui-nav{ font-family: 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-size: 13px; } .yui-nav li{ font-family: 'Segoe UI Light', 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-size: 169% !important; } .yui-nav li span{ padding: 4px; } .yui-nav a{ border: none !important; text-decoration: none; margin-bottom: 4px; } .yui-navset .yui-nav li a { color: #ccc; margin-top: 0 !important; margin-left: 1px; margin-right: 1px; } .yui-navset .yui-content { border: none; } .yui-navset li em{ padding: 0px !important; } .yui-navset .yui-nav .selected a{ background-color: transparent !important; background-image: none !important; color: #4c4c4c !important; -webkit-transition: color 0.20s ease-in-out 0s; -moz-transition: color 0.20s ease-in-out 0s; transition: color 0.20s ease-in-out 0s; } .yui-nav a:link{ background-color:#fff !important; background-image:none !important; } /* dashboard */ .rdDashboard, .rdDashboard table { font-family: 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-size: 12px; } td.rdDashboard { font-family: 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-size: 100%; background-color: #fff; padding: 0px; } #rdDashboardPanelTable, #rdDivDashboardPanelTable, .rdDashboardDropZone { background-color: #c0c0c0; color: #4c4c4c; } #rdDivDashboardPanelTable { /*padding-left: 10px; #22246.*/ padding-bottom: 10px; } .rdDashboardPanel{ border: none; } td.rdDashboardDropZoneActive, .rdAgDropZoneActive { background-image: none; background-color: #ccc; } .rdDashboardPanel, .rdDashboardPanel table{ background-color: #fff; /*c8ebfa*/ border: none; border-collapse: collapse; } .rdDashboardTitle table { background-image: none !important; color: #fff; font-size: 15px; padding: 0px; } .rdDashboardTitle .rdDashboardCommand { font-family: 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-weight: none; } td.rdDashboardTitle { background-image: none !important; background-color: #2f2f2f; padding: 0px; } .rdDashboardTitleCaption { font-family: 'Segoe UI Light', 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-weight: 100; font-size: 120%; padding: 4px; } .rdDashboardColumn .rdDashboardTitleCaption, #rdDivDashboardPanelTable .rdDashboardTitleCaption { color: #4c4c4c; } .rdDashboardControl { padding: 4px; } .rdDashboardText { padding: 4px; } #rowChangeTab { background-color: #c0c0c0; } #rowChangeTab .rdDashboardCommand{ background-color: #c0c0c0; } #rowsTabChange table, #rdDashboardListTable table{ background-color: transparent; } #rowsTabChange .rdDashboardTitle, #rowPanelList .rdDashboardTitle{ border: none; } #rdTabAddNewTab a{ font-size: 60%; } #rdTabAddNewTab em{ padding-top: 0px; padding-right: 0px; padding-bottom: 8px; } .rdDashboardParams { background: transparent; color: #4c4c4c; font-size: 110%; } tr.rdDashboardParams td { background-color: #efefef; padding: 3px; } td.rdDashboardParams { border-color: #ccc; border-style: solid; border-top-width: 1px; border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; } .rdDashboardParams table { background-color: #efefef; } .rdDashboardParams a{ float: right; } /* calendar */ .rdDataCalendarFont, .rdDataCalendar , .rdDataCalendar table, .rdDataCalendarPopUp, .rdDataCalendarPopUp table, .rdTimePicker { font-family: 'Segoe UI','Lucida Grande','Verdana','Arial','helvetica','sans-serif'; font-size: 13px; font-weight: normal; } .rdTimePicker { background-color: #9f9d9d; } .rdPopupContent .rdTimePicker { background-color: #25a0db; } table.rdDataCalendar{ background-color: transparent; border-collapse: collapse; } .rdPopupContent table.rdDataCalendar{ background-color: #25a0db; border-collapse: collapse; } .rdDataCalendarWeekdayCaption, .rdTimePickerTableHeaderCaption{ background-color: #fff; color: #2f2f2f !important; font-size: 18px; } .rdDataCalendarWeekdayCaption td { color: #2f2f2f !important; } .rdDataCalendarDay, .rdTimePickerCell, .rdTimePickerAMPMCell{ background-color: #fff; color: #2f2f2f; } .rdPopupContent .rdDataCalendarDay, .rdPopupContent .rdTimePickerCell, .rdPopupContent .rdTimePickerAMPMCell, .rdPopupContent .rdDataCalendarDay span, .rdPopupContent .rdTimePickerCell span, .rdPopupContent .rdTimePickerAMPMCell span { background-color: #fff !important; color: #2f2f2f !important; } .rdDataCalendarToday, .rdPopupContent .rdDataCalendarToday, .rdPopupContent .rdDataCalendarToday span { background-color: #ccc !important; } .rdDataCalendarCaption , .rdDataCalendarDayCaption{ color: #2f2f2f !important; font-size: 135%; } .rdDataCalendarDayOutsideMonth, .rdDataCalendarDayOutsideMonth span{ background-color: #E8E8E8 !important; } .rdDataCalendarDayOutsideMonth { border-right: #fff solid 1px; height: 25px; /*Issue 22365*/ } .rdPopupContent .rdDataCalendarDayOutsideMonth { border: #25a0db solid 1px; } td.rdDataCalendarDay{ border: #9f9d9d solid 1px; } .rdPopupContent td.rdDataCalendarDay{ border: #25a0db solid 1px; } .rdDataCalendarDayLabel, .rdTimePickerLabel { font-family: 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-size: 105%; } .rdDataCalendarDayLabelHighlight a, .rdDataCalendarDayLabelHighlight td, .rdPopupContent .rdDataCalendarDayLabelHighlight span, .rdPopupContent .rdDataCalendarDayCaption, .rdDataCalendarDayLabelHighlight, .rdTimePickerLabelHighlight{ color: #fff !important; } .rdDataCalendarDayLabelHighlight, .rdTimePickerLabelHighlight, .rdPopupContent .rdDataCalendarDayLabelHighlight span, .rdPopupContent .rdTimePickerLabelHighlight span{ background-color: #66CCFF !important; } #Cal-2-CaptionCell.rdDataCalendarCaption, #Cal-3-CaptionCell.rdDataCalendarCaption { line-height: 35px; } /* datatable / crosstabtable */ .rdThemeDataTableMainHeader a{ color: #fff; } .rdThemeDataTableMainHeader{ background-color: #2f2f2f; color: #fff; font-size: 140%; padding-left: 15px; text-align: left; margin-bottom: 2px; border-right: 2px solid #fff; } .rdThemeDataTableHeader { color: #fff; background-color: #25a0db; border-right: 2px solid #fff; border-bottom: 2px solid #fff; padding:4px; font-size:100%; } .rdThemeDataTableHeader td { background-color: #25a0db !important; color: #fff; } .rdThemeDataTableHeader a { color: #fff !important; } .rdThemeDataTableHeaderRow th{ background-color: #2F2F2F; color:#fff; font-weight:normal; border-right: 2px solid #fff; border-bottom: 2px solid #fff; } .rdThemeDataTableSummaryRow td { background-color: #25a0db; color: #fff; } .rdThemeDataTableGroupHeaderRow0 td, .rdAg tr.rdAgGroup0HeaderRow td { background-color: #66CCFF; color: #fff; padding: 4px; } .rdThemeDataTableGroupHeaderRow1 td, .rdAg tr.rdAgGroup1HeaderRow td { background-color: #7CE0FC; color: #fff; padding: 4px; } .rdThemeDataTableGroupHeaderRow2 td, .rdAg tr.rdAgGroup2HeaderRow td { background-color: #9AEFFD; color: #25a0da; padding: 4px; } .rdThemeDataTableGroupHeaderRow3 td, .rdAg tr.rdAgGroup3HeaderRow td { background-color: #D4FEFE; color: #25a0da; padding: 4px; } .rdThemeDataTableGroupHeaderRow4 td, .rdAg tr.rdAgGroup4HeaderRow td { background-color: #ddeaf9; color: #25a0da; padding: 4px; } .rdThemeDataTableGroupSummaryRow td { padding: 4px; } /* WaitPage */ .rdThemeWaitPanel { background-color: #25a0da; padding: 10px; } .rdThemeWaitCaption { color: #fff; font-size: 18px; } /*User classes*/ .ThemeHeaderLargest { font-family: 'Segoe UI Light', 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; color: #2f2f2f; font-size: 220%; font-weight: 100; } .ThemeHeaderLarger { font-family: 'Segoe UI Light', 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; color: #2f2f2f; font-size: 169%; font-weight: 100; } .ThemeHeaderLarge { font-family: 'Segoe UI Light', 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; color: #2f2f2f; font-size: 130%; font-weight: 100; } .ThemeHeader{ font-family: 'Segoe UI Light', 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; color: #2f2f2f; } .ThemeHeaderSmall { color: #2f2f2f; font-size: 85%; } .ThemeHeaderSmaller { color: #2f2f2f; font-size: 75%; } .ThemeHeaderSmallest { color: #2f2f2f; font-size: 60%; } .ThemeTextLargest { font-size: 160%; } .ThemeTextLarger { font-size: 145%; } .ThemeTextLarge { font-size: 130%; } .ThemeTextSmall { font-size: 85%; } .ThemeTextSmaller { font-size: 75%; } .ThemeTextSmallest { font-size: 60%; } .ThemeMarginLargest { margin: 25px; } .ThemeMarginLarger { margin: 20px; } .ThemeMarginLarge { margin: 15px; } .ThemeMargin { margin: 5px; } .ThemePaddingLargest { padding: 25px; } .ThemePaddingLarger { padding: 20px; } .ThemePaddingLarge { padding: 15px; } .ThemePadding { padding: 5px; } .ThemeBold { font-weight: bold; } .ThemeItalic { font-style: italic; } .ThemeContainerBordered { border: solid 2px #25A0DA; padding: 3px; } .ThemeContainerShaded { background-color: #9AEFFD; padding: 3px; } .ThemeContainerShadedAndBordered { background-color:#25a0da; color:#fff; } tr.ThemeAlternatingRow td.rdThemeDataTableCell { background-color: #E8E8E8; padding: 4px; } .ThemeLinkButton { color: #fff !important; font-size: 105%; background: #25a0da; background-position: bottom; text-decoration: none; padding-left: 11px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; margin-right: 7px; margin-bottom: 2px; line-height: 24px; cursor: pointer; white-space: nowrap; } .ThemeLinkButtonSmall { color: #fff !important; font-size: 105%; background: #25a0da; text-decoration: none; margin-left: 3px; padding-right: 3px; padding-left: 3px; padding-top: 2px; padding-bottom: 2px; cursor: pointer; vertical-align: middle; line-height: 24px; white-space: nowrap; } .ThemeTextPositive { color: green; } .ThemeTextNegative { color: darkred; } .ThemeTextNormal { font-size: 12px; color: #444; } .ThemeErrorText { color: #790619 !important; font-family: arial, sans-serif; font-size: 100%; border: 1px solid #d8000c !important; background-color: #ffbaba !important; } .ThemeNoWrap { white-space: nowrap; } .ThemeHidden { display: none; } .ThemeAlignCenter { text-align: center; } .ThemeAlignLeft { text-align: left; } .ThemeAlignRight { text-align: right; } .ThemeAlignTop { vertical-align: top; } .ThemeAlignTopLeft { vertical-align: top; text-align: left; } .ThemeAlignTopRight { vertical-align: top; text-align: right; } .ThemeAlignBottom { vertical-align: bottom; } .ThemeAlignBottomLeft { vertical-align: bottom; text-align: left; } .ThemeAlignBottomRight { vertical-align: bottom; text-align: right; } /*User classes*/ .ThemeContainerShadedAndBordered a { color: #fff; } /*.ThemeAlignRight a{ color:#25a0da; border:1px solid #fff; padding:0 5px 0 5px; text-decoration:none; } .ThemeAlignRight a:hover{ text-decoration: underline; }*/ /* MultiColumnList */ .ThemeContainer tr td span:hover{ background-color:#e0eefb; } /* popup */ /* ORIGINAL .rdPopupPanel, .rdPopupContent { font-size: 13px; background-color: #25a0da !important; color: #fff !important; border-color: transparent; } */ .rdPopupPanel, .rdPopupContent { font-size: 13px; background-color: #fff !important; border-color: #888888; } /* ORIGINAL .rdPopupContent .rdThemeInputCaption, .rdPopupContent td, .rdPopupContent span { color: #fff; background-color:#25a0da; } */ .rdPopupContent .rdThemeInputCaption, .rdPopupContent td, .rdPopupContent span { color: #2F2F2F; } .rdPopupContent a span { color: #5A5A5A; } .rdPopupPanelTitle, .rdPopupPanelTitle td, .rdPopupPanelTitle span { background-color:#25a0da; background-image:none; color:#fff; } .rdPopupPanelTitle .rdPopupPanelCommand { border: none !important; } .rdPopupPanelTitleCaption{ font-family: 'Segoe UI Light', 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-weight: 100; font-size: 140%; } .rdPopupPanelCommand{ font-size: 140%; background: none; text-decoration: none !important; color: #fff !important; border-color:transparent; } /* PopupMenu */ .yuimenu { border: none; } .yuimenubaritemlabel, .yuimenuitemlabel, .yuimenubaritem, .yuimenuitem { color: #fff !important; } .yuimenubaritemlabel-selected, .yuimenuitemlabel-selected, .yuimenubaritem-selected, .yuimenuitem-selected { color: #fff; background-color: #2f2f2f; text-decoration: none; } .first-of-type{ background-color: #25a0da; border: none; display: block; padding: 5px; width:100%; } .first-of-type li a{ color:#fff; } .first-of-type:hover{ background-color: #25a0da; } /* DimensionGrid, OlapGrid, ChartGrid */ .rdDgPanel table, .rdCgPanel table, .rdOgPanel table{ border-collapse: collapse; } .rdCgFilterTable td, .rdDg #popupFilter td, .rdDg #popupFilter a { background-color: #25a0da !important; color: #fff; } td.rdDgPanel table, .rdDgContentHeadingRow, td.rdCgPanel table, .rdCgContentHeadingRow, .rdOgContentHeadingRow, .rdOgContentHeading { background-color: #2f2f2f !important; font-size: 100%; } td.rdDgPanel .rdThemeDataTableCell, td.rdCgPanel .rdThemeDataTableCell { background-color: #fff; } .rdOgDataCell, .rdCgDataCell { border-right: #ccc solid 1px; border-bottom: #ccc solid 1px; padding: 4px; } td.rdDgPanelLine, .rdDgPanelLine td, .rdDgPanelLine a:link, td.rdCgPanelLine, .rdCgPanelLine td, .rdCgPanelLine a:link{ background-color: #fff; font-size: 100%; border: none; } .rdDgPanelLine .rdDgSelected a:link .rdCgPanelLine .rdCgSelected a:link{ color: #fff !important; font-weight: normal; } .rdDgPanelLine .rdDgSelected, .rdCgPanelLine .rdCgSelected, .rdCgPanelLine .rdCgSelected span { background-color: #25a0da !important; } th.rdOgPositionCellXAxis, td.rdOgPositionCellXAxis, td.rdOgPositionCellXAxis td, th.rdOgPositionCellYAxis, th.rdOgSortColumn, th.rdCgPositionCellXAxis, td.rdCgPositionCellXAxis, td.rdCgPositionCellXAxis td, th.rdCgPositionCellYAxis { background-image: none; background-color: #25a0da !important; color: #fff; padding: 4px; } th.rdOgPositionCellXAxis, td.rdOgPositionCellXAxis, th.rdCgPositionCellXAxis, td.rdCgPositionCellXAxis { border-right: #fff solid 1px; border-bottom: #fff solid 1px; padding: 4px; } th.rdOgPositionCellYAxis, th.rdOgSortColumn { border-right: #fff solid 1px; } .rdOgPositionCellYAxis, th.rdOgPositionCellXAxis{ color: #fff !important; } td .rdDgPanelLine, td .rdDgPanelLine table{ background-color: #fff !important; } .rdOgContentHeadingRow .rdOgCommand { padding: 0.1em 1em; } .rdOgContentHeadingRow #lblShowEmpty { color: #fff; } /*Report Author*/ .rdReportAuthor_CommandLeft, .rdReportAuthor_CommandMiddle{ padding: 5px 12px!important; margin: 0px; border-radius: 0; } /*buttom menu*/ .rdAcCommandHighlight { padding-top: 0px!important; padding-bottom: 4px!important; } .rdAcCommand{ padding-top: 0px!important; padding-bottom: 4px!important; text-decoration: none!!important; } .rdAgPanel span a:hover{ text-decoration: none!important; } .rd-element-editor { border: solid 1px #C9E6F2; } .rd-element-editor:hover { border-color: #68B6E3; } .rd-element-editor-header { background-color: #f8f8f8; } .rd-element-editor-droppable { border: solid 1px #C9E6F2; } .rd-element-editor-droppable:hover { border-color: #68B6E3; } .column-with-droppable { border-right: 1px solid #C9E6F2; } #lblSwitchToDesignModeTrue, #lblSwitchToPreviewModeTrue{ color:#fff!important; } .reportAuthorbgcmenu{ background-color: #25A0DA; } .rdReportAuthor_BackgroundMenu { height: 21px!important; } /* ingoGo - Table for Share Bookmarks list */ table #dtBookmarkSharedWith.rdThemeDataTable{ border-collapse: collapse !important; border: none; } #rowBookmarkSharedWith { min-height: 185px; height: 185px; } table #dtBookmarkSharedWith a{ display: inline-block; line-height: 28px; padding-right: 25px; background: transparent url("../../rdBookmarkOrganizer/deleteOn.png") top right no-repeat; } table #dtBookmarkSharedWith td:first-of-type > span{ display: inline-block; line-height: 28px; padding-left: 25px; background: transparent url("../../rdBookmarkOrganizer/rdBookmarkSharingOn.png") top left no-repeat; } .iconAddUser{ background: transparent url("../../rdBookmarkOrganizer/rdBookmarkSharingAdd.png") top left no-repeat; height: 24px; display: block; } #dtBookmarkSharedWith a, #dtBookmarkSharedWith a:hover, #rdDivBookmarkShareTemplate a, #rdDivBookmarkShareTemplate a:hover{ text-decoration: none; } #lblDimSwap, #lblExport{ color:#fff; } #DpForInputDate_txtOrderDate_rdInputDateElement td{ /*Issue 22365*/ vertical-align: top; } .rdDataCalendar .rdDataCalendarDropdown{ /*Issue 22365*/ margin-bottom: 2px; margin-top: 2px; }
rdTemplate/rdTheme/Transit/Theme.css
body { font-family: 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-size: 13px; color: #4c4c4c; } table { font-family: 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-size: 100%; color: #4c4c4c; } img{ border: 0px; } a:link { color: #5A5A5A; text-decoration: none; } a:active { color: #5A5A5A; text-decoration: none; } a:visited { color: #5A5A5A; text-decoration: none; } a:hover { color: #25A0DB; text-decoration: underline; } a:hover.ThemeLinkButton, a:hover.ThemeLinkButtonSmall, a:link.ThemeLinkButton, a:link.ThemeLinkButtonSmall, a:visited.ThemeLinkButton, a:visited.ThemeLinkButtonSmall, a:active.ThemeLinkButton, a:active.ThemeLinkButtonSmall { color: #fff; text-decoration: none; } .ThemeLinkButton:hover, .ThemeLinkButtonSmall:hover, span:hover.rdAgCommand, span:hover.rdAcCommand, span:hover.rdOgCommand, span:hover.rdCgCommand, span:hover.rdDashboardCommand, .rdPopupContent span:hover.rdDashboardCommand, #rowChangeTab span:hover.rdDashboardCommand, span:hover.rdPopupPanelCommand, .rdAgUnselectedTab:hover, .rdOgUnselectedTab:hover { -webkit-transition: background-color 0.20s ease-in-out 0s; -moz-transition: background-color 0.20s ease-in-out 0s; transition: background-color 0.20s ease-in-out 0s; background-color: #38c2e9; } .ThemeLinkButton:active, .ThemeLinkButtonSmall:active, .ThemeLinkButton:active span, .ThemeLinkButtonSmall:active span, img:active.rdThemePaging, span:active.rdAgCommand, span:active.rdOgCommand, span:active.rdCgCommand, span:active.rdDashboardCommand, #rowChangeTab span:active.rdDashboardCommand, span:active.rdPopupPanelCommand { background-color: #6ae5f6 !important; } .rdAgUnselectedTabOn:hover { background-color: #fad73f; } /* AnalysisGrid */ .rdAg, .rdAc , .rdDg, .rdOg, .rdCg { font-family: 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-size: 13px; } .rdAg table, .rdAc table, .rdDg table, .rdOg table, .rdCg table { font-family: 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-size: 13px; } .rdAgCaptionRow{ height: 37px; background-color: #25a0da; font-family: 'Segoe UI Light', 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-weight: 100; font-size: 220%; } .rdAgCaptionRow TD{ background-color: #25a0da; padding-left: 15px; } .rdThemeDataTableCell { padding: 4px; } .rdAg .rdThemeDataTableHeader td { background-color: #fff !important; color: #fff; } .rdAg .rdThemeDataTableCell { background-color: #fff; } #rowMenu table{ background: transparent; border: none; border-spacing: 0px; padding-top: 6px; } #colSpacerCalc, #colSpacerLayout, #colSpacerLayout, #colSpacerSort, #colSpacerFilter, #colSpacerGroup, #colSpacerAggr, #colSpacerChart, #colSpacerCrosstab{ width: 2px; padding: 0px; } .rdAg #lblExport, .rdAg #lblExportCrosstab { color: #fff; } /* AnalysisGrid: Main Menu */ .rdAgUnselectedTab, .rdOgUnselectedTab{ width: 89px; height: 52px; background-image: none; background: #25a0da; border: none; padding: 5px 5px; text-decoration: none; color: #000000; } .rdAgUnselectedTab td, .rdOgUnselectedTab td { color: #fff; } .rdAgSelectedTabOn { background-color: #66CCFF; } .rdAgUnselectedTabOn { background-color: #66CCFF; } .rdAgSelectedTab, .rdOgSelectedTab{ width: 89px; height: 52px; background-image: none; background-color: #2f2f2f; border: none; padding: 5px 5px; text-decoration: none; margin-left: 0px; } #rowPaging table, #rowCrosstab table, #rowChart table, #rowAggr table, #rowGroup table, #rowFilter table, #rowSortOrder table, #rowLayout table, #rowCalc table, #rowQueryBuilder table, #rowsOlapGrid{ background: transparent; border: none; color: #2f2f2f; } .rdAgTabHeading { font-size: 120%; } .rdAgPanel{ background-color: #25a0da; color: #2f2f2f; vertical-align: top; border: none; } .rdAgContentHeadingRow { margin-top: -1px; margin-left: -1px; padding: 0px; background-color: #2f2f2f; color: #fff; } .rdAgContentHeading{ font-family: 'Segoe UI Light','Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-weight: 100; font-size: 200%; } /*Buttons*/ .rdAgCommand, .rdOgCommand, .rdAcCommand, span.rdCgCommand, .rdDashboardCommand, .rdPopupContent span.rdDashboardCommand { background-image: none; background-color: #25a0da; color: #fff !important; font-size: 105%; text-decoration: none !important; border: none; padding-right: 8px; padding-left: 8px; padding-top: 3px; padding-bottom: 3px; cursor: pointer; } .rdAgCommand, .rdOgCommand, span.rdCgCommand , .rdPopupPanelCommand, .rdPopupPanel .ThemeLinkButton, .rdPopupPanel .ThemeLinkButtonSmall { border: 1px solid #45d2f0 !important; } .ThemeLinkButton span, .ThemeLinkButtonSmall span { color: #fff !important; } .ThemeLinkButton:hover span, .ThemeLinkButtonSmall:hover span { -webkit-transition: background-color 0.20s ease-in-out 0s; -moz-transition: background-color 0.20s ease-in-out 0s; transition: background-color 0.20s ease-in-out 0s; background-color: #38c2e9; } .rdAcContentRow { border: 1px solid #90909c; background-color: transparent; } .rdAcCommandLeft, .rdAcCommandMiddle, .rdAcCommandRight { padding-right: 3px; padding-left: 3px; padding-top: 2px; padding-bottom: 2px; margin: 2px; border-radius: 0px 0px 0px 0px; } .rdAcCommandHighlight { background-image: none; background-color: #2f2f2f; font-size: 105%; } .rdRemoveTableStyle td, .rdAg .rdRemoveTableStyle td, .rdRemoveTableStyle th { background-image: none; background-color: transparent; height: 5px; border: none; border-collapse: collapse; } /*SubDataTable*/ .rdThemeSubDataTable { background-color: #fff; /* This is used as the border for the subtable */ margin-top: 5px; margin-bottom: 5px; } table.rdThemeSubDataTable th, .rdThemeSubDataTable th { background-color: #2f2f2f; color: #fff; padding-left: 4px; padding-top: 2px; padding-right: 3px; padding-bottom: 2px; } .rdThemeSubDataTableGroupHeaderRow td { background-color: #878786; color: #fff; padding-left: 3px; } .rdThemeSubDataTableDataTableCell { background-color: #ececec; color: #4c4c4c; } .rdThemeSubDataTableMoreInfoRow { background-color: #fff; color: #4c4c4c; padding-left: 3px; } .rdThemeSubDataTableGroupSummaryRow td { background-color: #b3b2b2; color: #fff; padding-left: 3px; } .rdThemeSubDataTableSummaryRow td { background-color: #2f2f2f; color: #fff; padding-left: 3px; } /* User Input Controls */ .rdThemeInputCaption { padding-right: 10px; vertical-align: middle; } input.rdThemeInput, textarea.rdThemeInput, select.rdThemeInput, select.rdDataCalendarDropdown { font-family: 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-size: 13px; border: 1px solid #90909c; padding: 4px; } /* Input checkbox list */ .rd-checkboxlist, .rd-checkboxlist-dropdown { font-family: 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; background-color: #fff; border: 1px solid #90909C; } .rd-checkboxlist-popup { border: 1px solid #90909C; background-color: #fff; padding: 4px; } /* Paging */ .rdThemePaging{ font-size:14px; margin-bottom: 2px; } .rdAg .rdThemePaging { background-color:#25a0da; } .rdThemePaging a{ font-size: 100%; } .rdAg .rdThemePaging a span{ color: #fff; padding-bottom: 1px; padding-top: 0px; padding-left: 5px; padding-right: 5px; text-align: center; border: #fff 1px solid; border-radius: 2px 2px 2px 2px; } .rdThemePagingCurrent { background-color: #25a0da; color: #fff; padding-bottom: 1px; padding-top: 0px; padding-left: 5px; padding-right: 5px; text-align: center; border-radius: 2px 2px 2px 2px; } .rdAg .rdThemePagingCurrent { background-color: #fff; color: #25a0da; } input.rdThemePagingCurrent { font-family: 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-size: 100%; background-color: #fff; color: #90909c; border: 1px solid #90909c; padding: 2px; border-radius: 0px 0px 0px 0px; } /* Quicktip */ .rdquicktip-content, .rdCcTextNormal, .rdCcTextNormal table, .rdCcTextNormal td, .rdCcTextNormal span { background-color: #2f2f2f !important; border-color: #000; color: #fff; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter: alpha(opacity=90); opacity: 0.9; border-radius: 0px; } .rdquicktip-content .rdquicktip-table, .rdquicktip-content .rdquicktip-table td { color: #fff; } .quicktip-pointer { border-color: #000 transparent; } .quicktip-pointer-inner { border-color: #2f2f2f transparent; } .rdquicktip-content .header { background-color: #2f2f2f; font-family: 'Segoe UI Light', 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-size: 140%; font-weight: 100; } .rdCcTextNormal .rdPopupContent span { color: #fff; } .rdCcTextPositive, .rdCcTextNormal .rdPopupContent .rdCcTextPositive span { color: green; } .rdCcTextNegative, .rdCcTextNormal .rdPopupContent .rdCcTextNegative span { color: darkred; } /* PopupMenu */ /* Analysis / Dimension / OLAP Chart Grid */ table.rdAgDataTable th, tr.rdAgHeaderRow th { background-image: none; background-color: #fff; border-right: 2px solid #25a0da; border-bottom: 2px solid #25a0da; color: #25a0da; } table.rdAgDataTable th a { font-size: 110%; color: #25a0da; } .rdDgCaptionRow td, .rdCgCaptionRow td, .rdOgCaptionRow td { background-color:#25a0da; } .rdDgSelected, .rdCgSelected { background-color: #2f2f2f; color: #fff; } .rdDg table, .rdCg table { font-family: 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; } .rdDgContentHeading , .rdCgContentHeading, .rdOgContentHeading{ color:#fff; } .rdOgSortColumn span{ color:black; } .rdDgPanel, .rdCgPanel, .rdOgPanel { background-color: #fff; border: none; } .rdDgCaptionRow, .rdDgContentHeading, .rdCgCaptionRow, .rdCgContentHeading, .rdOgCaptionRow, .rdOgContentHeading{ font-family: 'Segoe UI Light', 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-weight: 100; font-size: 200% !important; } .rdAg tr.ThemeAlternatingRow td { background-color: #E8E8E8; padding: 4px; } .rdCg #lblColumnTitle, .rdCg #lblRowTitle { color: #4c4c4c !important; } /* Tabs */ .yui-navset, .yui-nav{ font-family: 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-size: 13px; } .yui-nav li{ font-family: 'Segoe UI Light', 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-size: 169% !important; } .yui-nav li span{ padding: 4px; } .yui-nav a{ border: none !important; text-decoration: none; margin-bottom: 4px; } .yui-navset .yui-nav li a { color: #ccc; margin-top: 0 !important; margin-left: 1px; margin-right: 1px; } .yui-navset .yui-content { border: none; } .yui-navset li em{ padding: 0px !important; } .yui-navset .yui-nav .selected a{ background-color: transparent !important; background-image: none !important; color: #4c4c4c !important; -webkit-transition: color 0.20s ease-in-out 0s; -moz-transition: color 0.20s ease-in-out 0s; transition: color 0.20s ease-in-out 0s; } .yui-nav a:link{ background-color:#fff !important; background-image:none !important; } /* dashboard */ .rdDashboard, .rdDashboard table { font-family: 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-size: 12px; } td.rdDashboard { font-family: 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-size: 100%; background-color: #fff; padding: 0px; } #rdDashboardPanelTable, #rdDivDashboardPanelTable, .rdDashboardDropZone { background-color: #c0c0c0; color: #4c4c4c; } #rdDivDashboardPanelTable { /*padding-left: 10px; #22246.*/ padding-bottom: 10px; } .rdDashboardPanel{ border: none; } td.rdDashboardDropZoneActive, .rdAgDropZoneActive { background-image: none; background-color: #ccc; } .rdDashboardPanel, .rdDashboardPanel table{ background-color: #fff; /*c8ebfa*/ border: none; border-collapse: collapse; } .rdDashboardTitle table { background-image: none !important; color: #fff; font-size: 15px; padding: 0px; } .rdDashboardTitle .rdDashboardCommand { font-family: 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-weight: none; } td.rdDashboardTitle { background-image: none !important; background-color: #2f2f2f; padding: 0px; } .rdDashboardTitleCaption { font-family: 'Segoe UI Light', 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-weight: 100; font-size: 120%; padding: 4px; } .rdDashboardColumn .rdDashboardTitleCaption, #rdDivDashboardPanelTable .rdDashboardTitleCaption { color: #4c4c4c; } .rdDashboardControl { padding: 4px; } .rdDashboardText { padding: 4px; } #rowChangeTab { background-color: #c0c0c0; } #rowChangeTab .rdDashboardCommand{ background-color: #c0c0c0; } #rowsTabChange table, #rdDashboardListTable table{ background-color: transparent; } #rowsTabChange .rdDashboardTitle, #rowPanelList .rdDashboardTitle{ border: none; } #rdTabAddNewTab a{ font-size: 60%; } #rdTabAddNewTab em{ padding-top: 0px; padding-right: 0px; padding-bottom: 8px; } .rdDashboardParams { background: transparent; color: #4c4c4c; font-size: 110%; } tr.rdDashboardParams td { background-color: #efefef; padding: 3px; } td.rdDashboardParams { border-color: #ccc; border-style: solid; border-top-width: 1px; border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; } .rdDashboardParams table { background-color: #efefef; } .rdDashboardParams a{ float: right; } /* calendar */ .rdDataCalendarFont, .rdDataCalendar , .rdDataCalendar table, .rdDataCalendarPopUp, .rdDataCalendarPopUp table, .rdTimePicker { font-family: 'Segoe UI','Lucida Grande','Verdana','Arial','helvetica','sans-serif'; font-size: 13px; font-weight: normal; } .rdTimePicker { background-color: #9f9d9d; } .rdPopupContent .rdTimePicker { background-color: #25a0db; } table.rdDataCalendar{ background-color: transparent; border-collapse: collapse; } .rdPopupContent table.rdDataCalendar{ background-color: #25a0db; border-collapse: collapse; } .rdDataCalendarWeekdayCaption, .rdTimePickerTableHeaderCaption{ background-color: #fff; color: #2f2f2f !important; font-size: 18px; } .rdDataCalendarWeekdayCaption td { color: #2f2f2f !important; } .rdDataCalendarDay, .rdTimePickerCell, .rdTimePickerAMPMCell{ background-color: #fff; color: #2f2f2f; } .rdPopupContent .rdDataCalendarDay, .rdPopupContent .rdTimePickerCell, .rdPopupContent .rdTimePickerAMPMCell, .rdPopupContent .rdDataCalendarDay span, .rdPopupContent .rdTimePickerCell span, .rdPopupContent .rdTimePickerAMPMCell span { background-color: #fff !important; color: #2f2f2f !important; } .rdDataCalendarToday, .rdPopupContent .rdDataCalendarToday, .rdPopupContent .rdDataCalendarToday span { background-color: #ccc !important; } .rdDataCalendarCaption , .rdDataCalendarDayCaption{ color: #2f2f2f !important; font-size: 135%; } .rdDataCalendarDayOutsideMonth, .rdDataCalendarDayOutsideMonth span{ background-color: #E8E8E8 !important; } .rdDataCalendarDayOutsideMonth { border-right: #fff solid 1px; height: 25px; /*Issue 22365*/ } .rdPopupContent .rdDataCalendarDayOutsideMonth { border: #25a0db solid 1px; } td.rdDataCalendarDay{ border: #9f9d9d solid 1px; } .rdPopupContent td.rdDataCalendarDay{ border: #25a0db solid 1px; } .rdDataCalendarDayLabel, .rdTimePickerLabel { font-family: 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-size: 105%; } .rdDataCalendarDayLabelHighlight a, .rdDataCalendarDayLabelHighlight td, .rdPopupContent .rdDataCalendarDayLabelHighlight span, .rdPopupContent .rdDataCalendarDayCaption, .rdDataCalendarDayLabelHighlight, .rdTimePickerLabelHighlight{ color: #fff !important; } .rdDataCalendarDayLabelHighlight, .rdTimePickerLabelHighlight, .rdPopupContent .rdDataCalendarDayLabelHighlight span, .rdPopupContent .rdTimePickerLabelHighlight span{ background-color: #66CCFF !important; } #Cal-2-CaptionCell.rdDataCalendarCaption, #Cal-3-CaptionCell.rdDataCalendarCaption { line-height: 35px; } /* datatable / crosstabtable */ .rdThemeDataTableMainHeader a{ color: #fff; } .rdThemeDataTableMainHeader{ background-color: #2f2f2f; color: #fff; font-size: 140%; padding-left: 15px; text-align: left; margin-bottom: 2px; border-right: 2px solid #fff; } .rdThemeDataTableHeader { color: #fff; background-color: #25a0db; border-right: 2px solid #fff; border-bottom: 2px solid #fff; padding:4px; font-size:100%; } .rdThemeDataTableHeader td { background-color: #25a0db !important; color: #fff; } .rdThemeDataTableHeader a { color: #fff !important; } .rdThemeDataTableHeaderRow th{ background-color: #2F2F2F; color:#fff; font-weight:normal; border-right: 2px solid #fff; border-bottom: 2px solid #fff; } .rdThemeDataTableSummaryRow td { background-color: #25a0db; color: #fff; } .rdThemeDataTableGroupHeaderRow0 td, .rdAg tr.rdAgGroup0HeaderRow td { background-color: #66CCFF; color: #fff; padding: 4px; } .rdThemeDataTableGroupHeaderRow1 td, .rdAg tr.rdAgGroup1HeaderRow td { background-color: #7CE0FC; color: #fff; padding: 4px; } .rdThemeDataTableGroupHeaderRow2 td, .rdAg tr.rdAgGroup2HeaderRow td { background-color: #9AEFFD; color: #25a0da; padding: 4px; } .rdThemeDataTableGroupHeaderRow3 td, .rdAg tr.rdAgGroup3HeaderRow td { background-color: #D4FEFE; color: #25a0da; padding: 4px; } .rdThemeDataTableGroupHeaderRow4 td, .rdAg tr.rdAgGroup4HeaderRow td { background-color: #ddeaf9; color: #25a0da; padding: 4px; } .rdThemeDataTableGroupSummaryRow td { padding: 4px; } /* WaitPage */ .rdThemeWaitPanel { background-color: #25a0da; padding: 10px; } .rdThemeWaitCaption { color: #fff; font-size: 18px; } /*User classes*/ .ThemeHeaderLargest { font-family: 'Segoe UI Light', 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; color: #2f2f2f; font-size: 220%; font-weight: 100; } .ThemeHeaderLarger { font-family: 'Segoe UI Light', 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; color: #2f2f2f; font-size: 169%; font-weight: 100; } .ThemeHeaderLarge { font-family: 'Segoe UI Light', 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; color: #2f2f2f; font-size: 130%; font-weight: 100; } .ThemeHeader{ font-family: 'Segoe UI Light', 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; color: #2f2f2f; } .ThemeHeaderSmall { color: #2f2f2f; font-size: 85%; } .ThemeHeaderSmaller { color: #2f2f2f; font-size: 75%; } .ThemeHeaderSmallest { color: #2f2f2f; font-size: 60%; } .ThemeTextLargest { font-size: 160%; } .ThemeTextLarger { font-size: 145%; } .ThemeTextLarge { font-size: 130%; } .ThemeTextSmall { font-size: 85%; } .ThemeTextSmaller { font-size: 75%; } .ThemeTextSmallest { font-size: 60%; } .ThemeMarginLargest { margin: 25px; } .ThemeMarginLarger { margin: 20px; } .ThemeMarginLarge { margin: 15px; } .ThemeMargin { margin: 5px; } .ThemePaddingLargest { padding: 25px; } .ThemePaddingLarger { padding: 20px; } .ThemePaddingLarge { padding: 15px; } .ThemePadding { padding: 5px; } .ThemeBold { font-weight: bold; } .ThemeItalic { font-style: italic; } .ThemeContainerBordered { border: solid 2px #25A0DA; padding: 3px; } .ThemeContainerShaded { background-color: #9AEFFD; padding: 3px; } .ThemeContainerShadedAndBordered { background-color:#25a0da; color:#fff; } tr.ThemeAlternatingRow td.rdThemeDataTableCell { background-color: #E8E8E8; padding: 4px; } .ThemeLinkButton { color: #fff !important; font-size: 105%; background: #25a0da; background-position: bottom; text-decoration: none; padding-left: 11px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; margin-right: 7px; margin-bottom: 2px; line-height: 24px; cursor: pointer; white-space: nowrap; } .ThemeLinkButtonSmall { color: #fff !important; font-size: 105%; background: #25a0da; text-decoration: none; margin-left: 3px; padding-right: 3px; padding-left: 3px; padding-top: 2px; padding-bottom: 2px; cursor: pointer; vertical-align: middle; line-height: 24px; white-space: nowrap; } .ThemeTextPositive { color: green; } .ThemeTextNegative { color: darkred; } .ThemeTextNormal { font-size: 12px; color: #444; } .ThemeErrorText { color: #790619 !important; font-family: arial, sans-serif; font-size: 100%; border: 1px solid #d8000c !important; background-color: #ffbaba !important; } .ThemeNoWrap { white-space: nowrap; } .ThemeHidden { display: none; } .ThemeAlignCenter { text-align: center; } .ThemeAlignLeft { text-align: left; } .ThemeAlignRight { text-align: right; } .ThemeAlignTop { vertical-align: top; } .ThemeAlignTopLeft { vertical-align: top; text-align: left; } .ThemeAlignTopRight { vertical-align: top; text-align: right; } .ThemeAlignBottom { vertical-align: bottom; } .ThemeAlignBottomLeft { vertical-align: bottom; text-align: left; } .ThemeAlignBottomRight { vertical-align: bottom; text-align: right; } /*User classes*/ .ThemeContainerShadedAndBordered a { color: #fff; } /*.ThemeAlignRight a{ color:#25a0da; border:1px solid #fff; padding:0 5px 0 5px; text-decoration:none; } .ThemeAlignRight a:hover{ text-decoration: underline; }*/ /* MultiColumnList */ .ThemeContainer tr td span:hover{ background-color:#e0eefb; } /* popup */ /* ORIGINAL .rdPopupPanel, .rdPopupContent { font-size: 13px; background-color: #25a0da !important; color: #fff !important; border-color: transparent; } */ .rdPopupPanel, .rdPopupContent { font-size: 13px; background-color: #fff !important; border-color: #888888; } /* ORIGINAL .rdPopupContent .rdThemeInputCaption, .rdPopupContent td, .rdPopupContent span { color: #fff; background-color:#25a0da; } */ .rdPopupContent .rdThemeInputCaption, .rdPopupContent td, .rdPopupContent span { color: #2F2F2F; } .rdPopupContent a span { color: #5A5A5A; } .rdPopupPanelTitle, .rdPopupPanelTitle td, .rdPopupPanelTitle span { background-color:#25a0da; background-image:none; color:#fff; } .rdPopupPanelTitle .rdPopupPanelCommand { border: none !important; } .rdPopupPanelTitleCaption{ font-family: 'Segoe UI Light', 'Segoe UI', 'Lucida Grande', 'Verdana', 'Arial', 'helvetica', 'sans-serif'; font-weight: 100; font-size: 140%; } .rdPopupPanelCommand{ font-size: 140%; background: none; text-decoration: none !important; color: #fff !important; border-color:transparent; } /* PopupMenu */ .yuimenu { border: none; } .yuimenubaritemlabel, .yuimenuitemlabel, .yuimenubaritem, .yuimenuitem { color: #fff !important; } .yuimenubaritemlabel-selected, .yuimenuitemlabel-selected, .yuimenubaritem-selected, .yuimenuitem-selected { color: #fff; background-color: #2f2f2f; text-decoration: none; } .first-of-type{ background-color: #25a0da; border: none; display: block; padding: 5px; width:100%; } .first-of-type li a{ color:#fff; } .first-of-type:hover{ background-color: #25a0da; } /* DimensionGrid, OlapGrid, ChartGrid */ .rdDgPanel table, .rdCgPanel table, .rdOgPanel table{ border-collapse: collapse; } .rdCgFilterTable td, .rdDg #popupFilter td, .rdDg #popupFilter a { background-color: #25a0da !important; color: #fff; } td.rdDgPanel table, .rdDgContentHeadingRow, td.rdCgPanel table, .rdCgContentHeadingRow, .rdOgContentHeadingRow, .rdOgContentHeading { background-color: #2f2f2f !important; font-size: 100%; } td.rdDgPanel .rdThemeDataTableCell, td.rdCgPanel .rdThemeDataTableCell { background-color: #fff; } .rdOgDataCell, .rdCgDataCell { border-right: #ccc solid 1px; border-bottom: #ccc solid 1px; padding: 4px; } td.rdDgPanelLine, .rdDgPanelLine td, .rdDgPanelLine a:link, td.rdCgPanelLine, .rdCgPanelLine td, .rdCgPanelLine a:link{ background-color: #fff; font-size: 100%; border: none; } .rdDgPanelLine .rdDgSelected a:link .rdCgPanelLine .rdCgSelected a:link{ color: #fff !important; font-weight: normal; } .rdDgPanelLine .rdDgSelected, .rdCgPanelLine .rdCgSelected, .rdCgPanelLine .rdCgSelected span { background-color: #25a0da !important; } th.rdOgPositionCellXAxis, td.rdOgPositionCellXAxis, td.rdOgPositionCellXAxis td, th.rdOgPositionCellYAxis, th.rdOgSortColumn, th.rdCgPositionCellXAxis, td.rdCgPositionCellXAxis, td.rdCgPositionCellXAxis td, th.rdCgPositionCellYAxis { background-image: none; background-color: #25a0da !important; color: #fff; padding: 4px; } th.rdOgPositionCellXAxis, td.rdOgPositionCellXAxis, th.rdCgPositionCellXAxis, td.rdCgPositionCellXAxis { border-right: #fff solid 1px; border-bottom: #fff solid 1px; padding: 4px; } th.rdOgPositionCellYAxis, th.rdOgSortColumn { border-right: #fff solid 1px; } .rdOgPositionCellYAxis, th.rdOgPositionCellXAxis{ color: #fff !important; } td .rdDgPanelLine, td .rdDgPanelLine table{ background-color: #fff !important; } .rdOgContentHeadingRow .rdOgCommand { padding: 0.1em 1em; } .rdOgContentHeadingRow #lblShowEmpty { color: #fff; } /*Report Author*/ .rdReportAuthor_CommandLeft, .rdReportAuthor_CommandMiddle{ padding: 5px 12px!important; margin: 0px; border-radius: 0; } /*buttom menu*/ .rdAcCommandHighlight { padding-top: 0px!important; padding-bottom: 4px!important; } .rdAcCommand{ padding-top: 0px!important; padding-bottom: 4px!important; text-decoration: none!!important; } .rdAgPanel span a:hover{ text-decoration: none!important; } .rd-element-editor { border: solid 1px #C9E6F2; } .rd-element-editor:hover { border-color: #68B6E3; } .rd-element-editor-header { background-color: #f8f8f8; } .rd-element-editor-droppable { border: solid 1px #C9E6F2; } .rd-element-editor-droppable:hover { border-color: #68B6E3; } .column-with-droppable { border-right: 1px solid #C9E6F2; } #lblSwitchToDesignModeTrue, #lblSwitchToPreviewModeTrue{ color:#fff!important; } .reportAuthorbgcmenu{ background-color: #25A0DA; } .rdReportAuthor_BackgroundMenu { height: 21px!important; } /* ingoGo - Table for Share Bookmarks list */ table #dtBookmarkSharedWith.rdThemeDataTable{ border-collapse: collapse !important; border: none; } #rowBookmarkSharedWith { min-height: 185px; height: 185px; } table #dtBookmarkSharedWith a{ display: inline-block; line-height: 28px; padding-right: 25px; background: transparent url("../../rdBookmarkOrganizer/deleteOn.png") top right no-repeat; } table #dtBookmarkSharedWith td:first-of-type > span{ display: inline-block; line-height: 28px; padding-left: 25px; background: transparent url("../../rdBookmarkOrganizer/rdBookmarkSharingOn.png") top left no-repeat; } .iconAddUser{ background: transparent url("../../rdBookmarkOrganizer/rdBookmarkSharingAdd.png") top left no-repeat; height: 24px; display: block; } #dtBookmarkSharedWith a, #dtBookmarkSharedWith a:hover, #rdDivBookmarkShareTemplate a, #rdDivBookmarkShareTemplate a:hover{ text-decoration: none; } #lblDimSwap, #lblExport{ color:#fff; } #DpForInputDate_txtOrderDate_rdInputDateElement td{ /*Issue 22365*/ vertical-align: top; } .rdDataCalendar .rdDataCalendarDropdown{ /*Issue 22365*/ margin-bottom: 2px; margin-top: 2px; }
0.292494
0.065247
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); @import url('https://fonts.googleapis.com/css2?family=New+Tegomin&display=swap'); body { background-image: url('https://image.freepik.com/free-vector/copy-space-spring-background_52683-55304.jpg'); background-repeat: no-repeat; background-attachment: fixed; background-size: 100%; width: 77%; margin: auto; } header { height: 100px; background-color: rgba(228, 211, 207, 0.6); margin-bottom: 20px; margin-top: 10px; } header h1 { width: 40%; font-family: 'New Tegomin', serif; font-size: 60px; padding-left: 30px; display: inline; padding-top: 10px; color: #2b2e4a; width: 40%; } header nav { float: right; font-family: 'New Tegomin', serif; font-size: 20px; color: black; padding: 10px; } main { background-color: rgba(228, 211, 207, 0.6); color: #2b2e4a; } body header nav a { text-decoration: none; padding: 10px; color: #2b2e4a; } .intro { width: 45%; float: right; margin-right: 60px; margin-top: 40px; text-align: center; } .mainImg { width: 45%; display: inline; padding: 20px; } .mainP { margin-bottom: 30px; font-size: 20px; } .soci { list-style: none; display: inline; padding: 10px; } .topCounter { width: 95%; margin: auto; text-align: center; margin-top: 50px; } .topTen { text-align: center; height: 70px; font-family: 'New Tegomin', serif; font-size: 30px; padding-top: 20px; color: #2b2e4a; background-color: rgba(150, 187, 124, 0.3); } .list { width: 48%; display: inline-block; } .mome { color: #2b2e4a; border: 2px solid rgba(150, 187, 124, 0.3); width: 85%; margin: 5px; font-size: 18px; padding: 15px; } .eduEx { width: 45%; display: inline-block; padding: 20px; } .text { height: 70px; text-align: center; margin-bottom: 30px; text-align: center; font-family: 'New Tegomin', serif; font-size: 30px; padding-top: 20px; color: #2b2e4a; background-color: rgba(150, 187, 124, 0.3) } ul { font-family: 'Roboto', sans-serif; font-size: 17px; list-style-type: circle; }
css/style.css
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); @import url('https://fonts.googleapis.com/css2?family=New+Tegomin&display=swap'); body { background-image: url('https://image.freepik.com/free-vector/copy-space-spring-background_52683-55304.jpg'); background-repeat: no-repeat; background-attachment: fixed; background-size: 100%; width: 77%; margin: auto; } header { height: 100px; background-color: rgba(228, 211, 207, 0.6); margin-bottom: 20px; margin-top: 10px; } header h1 { width: 40%; font-family: 'New Tegomin', serif; font-size: 60px; padding-left: 30px; display: inline; padding-top: 10px; color: #2b2e4a; width: 40%; } header nav { float: right; font-family: 'New Tegomin', serif; font-size: 20px; color: black; padding: 10px; } main { background-color: rgba(228, 211, 207, 0.6); color: #2b2e4a; } body header nav a { text-decoration: none; padding: 10px; color: #2b2e4a; } .intro { width: 45%; float: right; margin-right: 60px; margin-top: 40px; text-align: center; } .mainImg { width: 45%; display: inline; padding: 20px; } .mainP { margin-bottom: 30px; font-size: 20px; } .soci { list-style: none; display: inline; padding: 10px; } .topCounter { width: 95%; margin: auto; text-align: center; margin-top: 50px; } .topTen { text-align: center; height: 70px; font-family: 'New Tegomin', serif; font-size: 30px; padding-top: 20px; color: #2b2e4a; background-color: rgba(150, 187, 124, 0.3); } .list { width: 48%; display: inline-block; } .mome { color: #2b2e4a; border: 2px solid rgba(150, 187, 124, 0.3); width: 85%; margin: 5px; font-size: 18px; padding: 15px; } .eduEx { width: 45%; display: inline-block; padding: 20px; } .text { height: 70px; text-align: center; margin-bottom: 30px; text-align: center; font-family: 'New Tegomin', serif; font-size: 30px; padding-top: 20px; color: #2b2e4a; background-color: rgba(150, 187, 124, 0.3) } ul { font-family: 'Roboto', sans-serif; font-size: 17px; list-style-type: circle; }
0.443359
0.121529
*{ margin: 0; padding: 0; box-sizing: border-box; } html{ scroll-behavior: smooth; } body{ background-color: #edf4f8; } p{ text-align: justify; } /* button, .btn{ border: 1px solid; } */ /* media queries */ @media (min-width: 300px) and (max-width: 576px) { form .botao-grande{ width: 100%; margin-left: 0; } #libras, #animais{ display: none; } } /* cabeçalho */ header{ z-index: 100; background-image: linear-gradient(#8869AD,#6C439B); } header a{ color: white; } header a:hover{ color: rgb(197, 194, 194); } .hamburguer{ background-color: rgb(197, 194, 194); } .hamburguer:hover{ background-color:#6c757d; } .navbar-toggler-icon{ background-image: url("../imagens/icone_menu.png"); } .logo{ width: 65px; } #sub_menu{ background-color: rgb(197, 194, 194); } #sub_menu a{ color: black; } /* botoes fixos */ #botoes{ display: flex; align-content: center; justify-content: space-between; padding: 10px; background-color: #B7A5CD; z-index: 80px; } #animais img{ width: 200px; filter: invert(1); } #botoes_layaout{ background-origin: padding-box; display: flex; align-items: center; justify-content: center; font-weight: bold; } #botoes_layaout button{ margin-left: 10px; margin-right: 10px; } #botoes_layaout img{ width: 19px; margin-bottom: 2px; filter: invert(1); } #topo1{ display: flex; align-items: center; width: 50px; } #topo2 a{ height: 40px; margin-top: 10px; font-weight: bold; } #topo2 img{ width: 19px; } /* RODAPÉ */ footer{ display: grid; display: flex; justify-content: space-between; background-image: linear-gradient(#6C439B,#8869AD); } footer section{ color: white; padding: 10px; } #contato a{ color: white; text-decoration: none; } #contato a:hover{ color: rgb(197, 194, 194); } #links img{ width: 30px; margin: 5px; filter: invert(1); margin-bottom: 30px; } #veterinario img{ filter: invert(1); width: 50px; margin-left: 10px; } #veterinario a{ margin-right: 20px; color: white; text-decoration: none; } #veterinario a:hover{ color: rgb(197, 194, 194); }
patinhas/css/padrao.css
*{ margin: 0; padding: 0; box-sizing: border-box; } html{ scroll-behavior: smooth; } body{ background-color: #edf4f8; } p{ text-align: justify; } /* button, .btn{ border: 1px solid; } */ /* media queries */ @media (min-width: 300px) and (max-width: 576px) { form .botao-grande{ width: 100%; margin-left: 0; } #libras, #animais{ display: none; } } /* cabeçalho */ header{ z-index: 100; background-image: linear-gradient(#8869AD,#6C439B); } header a{ color: white; } header a:hover{ color: rgb(197, 194, 194); } .hamburguer{ background-color: rgb(197, 194, 194); } .hamburguer:hover{ background-color:#6c757d; } .navbar-toggler-icon{ background-image: url("../imagens/icone_menu.png"); } .logo{ width: 65px; } #sub_menu{ background-color: rgb(197, 194, 194); } #sub_menu a{ color: black; } /* botoes fixos */ #botoes{ display: flex; align-content: center; justify-content: space-between; padding: 10px; background-color: #B7A5CD; z-index: 80px; } #animais img{ width: 200px; filter: invert(1); } #botoes_layaout{ background-origin: padding-box; display: flex; align-items: center; justify-content: center; font-weight: bold; } #botoes_layaout button{ margin-left: 10px; margin-right: 10px; } #botoes_layaout img{ width: 19px; margin-bottom: 2px; filter: invert(1); } #topo1{ display: flex; align-items: center; width: 50px; } #topo2 a{ height: 40px; margin-top: 10px; font-weight: bold; } #topo2 img{ width: 19px; } /* RODAPÉ */ footer{ display: grid; display: flex; justify-content: space-between; background-image: linear-gradient(#6C439B,#8869AD); } footer section{ color: white; padding: 10px; } #contato a{ color: white; text-decoration: none; } #contato a:hover{ color: rgb(197, 194, 194); } #links img{ width: 30px; margin: 5px; filter: invert(1); margin-bottom: 30px; } #veterinario img{ filter: invert(1); width: 50px; margin-left: 10px; } #veterinario a{ margin-right: 20px; color: white; text-decoration: none; } #veterinario a:hover{ color: rgb(197, 194, 194); }
0.364099
0.053651
* Color Guide * teal -- #00b8b8 dark teal -- #027d7d hot pink -- #de3d83 yellow -- #e4bd0b purple -- #9d4eb6 green -- #5da87b grey -- #a5a5a5 */ /** * Normalize */ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: 700; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 0; } hr { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } code, kbd, pre, samp { font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } select { text-transform: none; } button { overflow: visible; } button, input, select, textarea { max-width: 100%; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; opacity: .5; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-right: 0.4375em; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #d1d1d1; margin: 0 0 1.75em; min-width: inherit; padding: 0.875em; } fieldset >:last-child { margin-bottom: 0; } legend { border: 0; padding: 0; } textarea { overflow: auto; vertical-align: top; } optgroup { font-weight: bold; } /** * Typography */ body, button, input, select, textarea { color: #0b0b0b; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 16px; font-style: normal; font-size: 1em; line-height: 1.5em; } h1, h2, h3, h4, h5 { text-transform: uppercase; color: #00b8b8; } h4, h5 { color: #a5a5a5; } h1, .page-title { font-weight: 600; font-size: 2.75em; line-height: 1.0909090909090908em; margin-top: 0.8181818181818181em; margin-bottom: 0.27272727272727em; } h2 { font-weight: 600; font-size: 1.9375em; line-height: 1.5483870967741935em; margin-top: 0.7741935483870968em; margin-bottom: 0.7741935483870968em; } h3 { font-weight: 600; font-size: 1.375em; line-height: 1.0909090909090908em; margin-top: 1.0909090909090908em; margin-bottom: 0em; } h4 { font-weight: 600; font-size: 1em; line-height: 1.5em; margin-top: 1.5em; margin-bottom: 0em; } h5 { font-weight: 400; font-size: 1em; line-height: 1.5em; margin-top: 1.5em; margin-bottom: 0em; } h6 { color: #a5a5a5; font-weight: 300; font-size: 0.8em; line-height: 1.5em; margin-top: 0.8em; margin-bottom: 0; } p, ul, ol, pre, table, blockquote { margin-top: 0em; margin-bottom: 1.5em; } ul ul, ol ol, ul ol, ol ul { margin-top: 0; margin-bottom: 0; } hr { border: 1px solid; margin: -1px 0; } b, strong, em, small, code { line-height: 1; } /** * Global Styles */ .clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .main-content-width-wrapper { max-width: 1200px; margin: 0 auto; padding: 0 2em; } p { max-width: 650px; } a { color: #de3d83; } a:visited { color: #9d4eb6; } a:hover { color: #e4bd0b; } a:active { color: #00b8b8 ; } .button { text-transform: uppercase; border: none; background: #e4bd0b; padding: .5em 3em; transition: .5s all; } .button:hover { background: #de3d83; } .button a { color: #fff; text-decoration: none; } /** * Header Styles */ .header { background-color: #fff; padding: 1em; overflow: auto; } .logo { width: 200px; display: block; float: left; margin-left: 2em; margin-top: 1em; } .main-navigation { float: right; margin-top: 2em; } .main-navigation li { list-style-type: none; float: left; margin-right: 1.5em; } .main-navigation a { color: #a5a5a5; text-decoration: none; text-transform: uppercase; letter-spacing: .1em; display: block; padding: 0 1em; transition: .5s all; } .main-navigation a:hover { color: #00b8b8; } #menu-icon { display: none; } /** * Footer Styles */ .footer { margin-top: 1em; padding: 1em 0 3em 0; background: #e0e5db; clear: both; } .footer-navigation { max-width: 700px ; margin: 1em auto; } .footer-navigation li { list-style-type: none; float: left; } .footer-navigation a { color: #00b8b8; text-decoration: none; text-transform: uppercase; letter-spacing: .1em; display: block; padding: 0 1em; transition: .5s all; } .footer-navigation a:hover { color: #01d8d8; } .copyright { max-width: 960px; margin: 4em auto; clear: left; text-align: center; } /** * Sidebar Styles */ .sidebar { background: #5da87b; float: right; width: 30%; padding: 1em; } .sidebar .widget-title, .sidebar .widget_text { color: #fff; } /** * Front-Page/Home Template */ .home h1, .home h2, .home h3 { color: #fff; } .home-hero-section { background: url(images/home-hero-bg.jpg) no-repeat; background-size: cover; min-height: 550px; } .hero-content { background: rgba(47, 47, 47, 0.47); background: rgba(228, 189, 11, 0.25); float: right; width: 35%; min-width: 450px; padding: 0 3em; margin-top: 4em; text-align: right; color: #fff; } .hero-content p { font-size: 1.375em; font-weight: 300; line-height: 1.5; margin-top: 1.0909090909090908em; } .button-home { display: block; width: 300px; padding: 1em 0; margin-bottom: 1em; float: right; } .button-purple { background: #9d4eb6; } .button-purple:hover { background: #c100ff; } .button-pink { background: #de3d83; } .button-pink:hover { background: #ff006f; } .home-philosophy-section, .home-location-section { box-sizing: border-box; font-size: 1.2em; line-height: 1.8; color: #fff; width: 49%; margin-top: 1em; margin-bottom: 1em; padding: 1.5em; height: 400px; text-align: center; } .home-philosophy-section { background: url(images/home-philosophy-section-bg.jpg) no-repeat; background-size: cover; float: left; } .home-location-section { background: url(images/home-location-section-bg.jpg) no-repeat; background-size: cover; float: right; } .home-location-section p, .home-philosophy-section p { max-width: none; } .home-featured-instructors-section { background: url(images/home-featured-instructors-section-bg.jpg) no-repeat; background-size: cover; clear: both; overflow: auto; padding: 0 1em; } .featured-instructors-width-wrapper { max-width: 1100px; margin: 0 auto; } .home-featured-instructors-section h2 { text-align: center; padding-top: 1.5em; } .featured-instructor { color: #fff; text-align: center; line-height: 1.9em; width: 30%; float: left; margin: 0 1em 1em 1em; padding: 1em; max-width: 350px; box-shadow: none; box-sizing: border-box; transition: .5s all; } .featured-instructor:hover { box-shadow: 0 0 20px 2px #0d0d0d; } .featured-instructor h3 { margin-bottom: .5em; } .featured-instructor img { width: 275px; } .featured-instructor-pink { background: #de3d83; } .featured-instructor-pink h3 { color: #00b8b8; } .featured-instructor-teal { background: #00b8b8; } .featured-instructor-teal h3 { color: #de3d83; } .featured-instructor-purple { background: #9d4eb6; } .featured-instructor-purple h3 { color: #5da87b; } .featured-instructor .button:hover { background: #5da87b; } /** * Classes Template */ .classes-wrapper { background-image: url(images/classes-template-bg.png); background-repeat: no-repeat; background-size: cover; padding: 2em; min-height: 600px; } .class-container h2 { color: #fff; } .classes-entry p { color: #fff; color: #151515; font-weight: 300; } .class-container { background: #fff; width: 40%; min-width: 387px; max-width: 500px; margin: 2em 2em 2em 0; border: 1px solid #dbdbdb; float: left; box-shadow: none; transition: .25s all; } .class-container:hover { box-shadow: 0 0 15px 1px #c1c1c1; } .class-container-content { padding: 0 2em 2em 2em; } .class-container h2 { font-size: 1.375em; font-weight: 300; line-height: 1.0909090909090908em; text-transform: capitalize; padding: .5em; margin-top: 0; } .class-skill-section, .class-length-section, .class-instructor-section { width: 40%; text-align: center; float: left; } .instructor-name, .skill-level, .length { color: #a5a5a5; } .instructor-headshot { display: block; margin: .5em auto; max-width: 120px; } .class-skill-level .skill-level { margin: .5em 0; } .class-skill-section, .class-length-section { margin-left: 4em; } .class-description { clear: both; } .enroll-button { display: block; margin: 0 auto; } .class-container .enroll-button:hover { background-color: #00b8b8; } .class-container-pink h2, .class-container-pink .enroll-button { background-color: #de3d83; } .class-container-pink h3 { color: #de3d83; } .class-container-purple h2, .class-container-purple .enroll-button { background-color: #9d4eb6; } .class-container-purple h3 { color: #9d4eb6; } .class-container-teal h2, .class-container-teal .enroll-button { background-color: #027d7d ; } .class-container-teal h3 { color: #027d7d; } .class-container-green h2, .class-container-green .enroll-button { background-color: #5da87b; } .class-container-green h3 { color: #5da87b; } /** * Two Column Template */ .two-column-entry { float: left; width: 55%; margin-right: 1em; } /** * Responsive Styles */ @media screen and (max-width:1122px) { /* Header */ .logo { width: 150px; margin-left: 0; } .main-navigation { padding-left: 0; font-size: 0.9em; } /* Home Page */ .hero-content { background: rgba(228,189,11,0.8); } .home-philosophy-section, .home-location-section { height: 500px; } .featured-instructor { width: 29%; } .featured-instructor img { width: 225px; } } @media screen and (max-width: 900px) { /* Header */ .logo { margin-left: 0; width: 125px; } /* Home Page */ .featured-instructor { margin-right: .5em; } .featured-instructor img { width: 175px; } } @media screen and (max-width: 875px) { /* Main Navigation */ #menu-icon { display: inline-block; position: absolute; right: 30px; padding: .5em 1em; text-decoration: none; color: #00b8b8; border-radius: 5px; width: 40px; height 40px; border: 3px solid #808080; } .mobile-menu { width: 100px; height: 50px; position: absolute; right: 31px; border-radius: 5px; transition: .5s all; } .mobile-menu:hover .menu-main-navigation-container { cursor: pointer; height: 42px; } .main-navigation , .main-navigation:active { display: none; position: absolute; padding: 20px; background: #fff; border: 5px solid #444; right: 0px; top: 15px; width: 250px; border-radius: 4px 0 4px 4px; } .main-navigation { padding: 0; } .main-navigation li { text-align: center; width: 100%; padding: 10px 0; margin: 0; } .main-navigation li:hover { background-color: #ededed; } .mobile-menu:hover .main-navigation { display: block; } /* Home Page */ .hero-content { margin-top: 2em; } } @media screen and (max-width: 745px) { /* Header */ .logo { margin-top: 0; } /* Home Page */ .featured-instructor img { width: 150px; } } @media screen and (max-width: 675px) { /* Home Page */ .hero-content { box-sizing: border-box; text-align: center; margin-top: 0; margin-left: auto; margin-right: auto; padding: 3em; float: none; } .button-home { float: none; margin: 1em auto; } .home-philosophy-section, .home-location-section { float: none; width: 100%; height: auto; } .featured-instructor { float: none; width: 100%; margin-left: auto; margin-right: auto; } .footer-navigation { padding: 0; } .footer-navigation li { width: 100%; float: none; margin-top: 1em; text-align: center; } .copyright { width: 100%; text-align: center; margin-left: 0; } } @media screen and (max-width: 430px) { .hero-content { min-width: 300px; } .header { min-width: 300px; } }
style.css
* Color Guide * teal -- #00b8b8 dark teal -- #027d7d hot pink -- #de3d83 yellow -- #e4bd0b purple -- #9d4eb6 green -- #5da87b grey -- #a5a5a5 */ /** * Normalize */ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: 700; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 0; } hr { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } code, kbd, pre, samp { font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } select { text-transform: none; } button { overflow: visible; } button, input, select, textarea { max-width: 100%; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; opacity: .5; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-right: 0.4375em; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #d1d1d1; margin: 0 0 1.75em; min-width: inherit; padding: 0.875em; } fieldset >:last-child { margin-bottom: 0; } legend { border: 0; padding: 0; } textarea { overflow: auto; vertical-align: top; } optgroup { font-weight: bold; } /** * Typography */ body, button, input, select, textarea { color: #0b0b0b; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 16px; font-style: normal; font-size: 1em; line-height: 1.5em; } h1, h2, h3, h4, h5 { text-transform: uppercase; color: #00b8b8; } h4, h5 { color: #a5a5a5; } h1, .page-title { font-weight: 600; font-size: 2.75em; line-height: 1.0909090909090908em; margin-top: 0.8181818181818181em; margin-bottom: 0.27272727272727em; } h2 { font-weight: 600; font-size: 1.9375em; line-height: 1.5483870967741935em; margin-top: 0.7741935483870968em; margin-bottom: 0.7741935483870968em; } h3 { font-weight: 600; font-size: 1.375em; line-height: 1.0909090909090908em; margin-top: 1.0909090909090908em; margin-bottom: 0em; } h4 { font-weight: 600; font-size: 1em; line-height: 1.5em; margin-top: 1.5em; margin-bottom: 0em; } h5 { font-weight: 400; font-size: 1em; line-height: 1.5em; margin-top: 1.5em; margin-bottom: 0em; } h6 { color: #a5a5a5; font-weight: 300; font-size: 0.8em; line-height: 1.5em; margin-top: 0.8em; margin-bottom: 0; } p, ul, ol, pre, table, blockquote { margin-top: 0em; margin-bottom: 1.5em; } ul ul, ol ol, ul ol, ol ul { margin-top: 0; margin-bottom: 0; } hr { border: 1px solid; margin: -1px 0; } b, strong, em, small, code { line-height: 1; } /** * Global Styles */ .clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .main-content-width-wrapper { max-width: 1200px; margin: 0 auto; padding: 0 2em; } p { max-width: 650px; } a { color: #de3d83; } a:visited { color: #9d4eb6; } a:hover { color: #e4bd0b; } a:active { color: #00b8b8 ; } .button { text-transform: uppercase; border: none; background: #e4bd0b; padding: .5em 3em; transition: .5s all; } .button:hover { background: #de3d83; } .button a { color: #fff; text-decoration: none; } /** * Header Styles */ .header { background-color: #fff; padding: 1em; overflow: auto; } .logo { width: 200px; display: block; float: left; margin-left: 2em; margin-top: 1em; } .main-navigation { float: right; margin-top: 2em; } .main-navigation li { list-style-type: none; float: left; margin-right: 1.5em; } .main-navigation a { color: #a5a5a5; text-decoration: none; text-transform: uppercase; letter-spacing: .1em; display: block; padding: 0 1em; transition: .5s all; } .main-navigation a:hover { color: #00b8b8; } #menu-icon { display: none; } /** * Footer Styles */ .footer { margin-top: 1em; padding: 1em 0 3em 0; background: #e0e5db; clear: both; } .footer-navigation { max-width: 700px ; margin: 1em auto; } .footer-navigation li { list-style-type: none; float: left; } .footer-navigation a { color: #00b8b8; text-decoration: none; text-transform: uppercase; letter-spacing: .1em; display: block; padding: 0 1em; transition: .5s all; } .footer-navigation a:hover { color: #01d8d8; } .copyright { max-width: 960px; margin: 4em auto; clear: left; text-align: center; } /** * Sidebar Styles */ .sidebar { background: #5da87b; float: right; width: 30%; padding: 1em; } .sidebar .widget-title, .sidebar .widget_text { color: #fff; } /** * Front-Page/Home Template */ .home h1, .home h2, .home h3 { color: #fff; } .home-hero-section { background: url(images/home-hero-bg.jpg) no-repeat; background-size: cover; min-height: 550px; } .hero-content { background: rgba(47, 47, 47, 0.47); background: rgba(228, 189, 11, 0.25); float: right; width: 35%; min-width: 450px; padding: 0 3em; margin-top: 4em; text-align: right; color: #fff; } .hero-content p { font-size: 1.375em; font-weight: 300; line-height: 1.5; margin-top: 1.0909090909090908em; } .button-home { display: block; width: 300px; padding: 1em 0; margin-bottom: 1em; float: right; } .button-purple { background: #9d4eb6; } .button-purple:hover { background: #c100ff; } .button-pink { background: #de3d83; } .button-pink:hover { background: #ff006f; } .home-philosophy-section, .home-location-section { box-sizing: border-box; font-size: 1.2em; line-height: 1.8; color: #fff; width: 49%; margin-top: 1em; margin-bottom: 1em; padding: 1.5em; height: 400px; text-align: center; } .home-philosophy-section { background: url(images/home-philosophy-section-bg.jpg) no-repeat; background-size: cover; float: left; } .home-location-section { background: url(images/home-location-section-bg.jpg) no-repeat; background-size: cover; float: right; } .home-location-section p, .home-philosophy-section p { max-width: none; } .home-featured-instructors-section { background: url(images/home-featured-instructors-section-bg.jpg) no-repeat; background-size: cover; clear: both; overflow: auto; padding: 0 1em; } .featured-instructors-width-wrapper { max-width: 1100px; margin: 0 auto; } .home-featured-instructors-section h2 { text-align: center; padding-top: 1.5em; } .featured-instructor { color: #fff; text-align: center; line-height: 1.9em; width: 30%; float: left; margin: 0 1em 1em 1em; padding: 1em; max-width: 350px; box-shadow: none; box-sizing: border-box; transition: .5s all; } .featured-instructor:hover { box-shadow: 0 0 20px 2px #0d0d0d; } .featured-instructor h3 { margin-bottom: .5em; } .featured-instructor img { width: 275px; } .featured-instructor-pink { background: #de3d83; } .featured-instructor-pink h3 { color: #00b8b8; } .featured-instructor-teal { background: #00b8b8; } .featured-instructor-teal h3 { color: #de3d83; } .featured-instructor-purple { background: #9d4eb6; } .featured-instructor-purple h3 { color: #5da87b; } .featured-instructor .button:hover { background: #5da87b; } /** * Classes Template */ .classes-wrapper { background-image: url(images/classes-template-bg.png); background-repeat: no-repeat; background-size: cover; padding: 2em; min-height: 600px; } .class-container h2 { color: #fff; } .classes-entry p { color: #fff; color: #151515; font-weight: 300; } .class-container { background: #fff; width: 40%; min-width: 387px; max-width: 500px; margin: 2em 2em 2em 0; border: 1px solid #dbdbdb; float: left; box-shadow: none; transition: .25s all; } .class-container:hover { box-shadow: 0 0 15px 1px #c1c1c1; } .class-container-content { padding: 0 2em 2em 2em; } .class-container h2 { font-size: 1.375em; font-weight: 300; line-height: 1.0909090909090908em; text-transform: capitalize; padding: .5em; margin-top: 0; } .class-skill-section, .class-length-section, .class-instructor-section { width: 40%; text-align: center; float: left; } .instructor-name, .skill-level, .length { color: #a5a5a5; } .instructor-headshot { display: block; margin: .5em auto; max-width: 120px; } .class-skill-level .skill-level { margin: .5em 0; } .class-skill-section, .class-length-section { margin-left: 4em; } .class-description { clear: both; } .enroll-button { display: block; margin: 0 auto; } .class-container .enroll-button:hover { background-color: #00b8b8; } .class-container-pink h2, .class-container-pink .enroll-button { background-color: #de3d83; } .class-container-pink h3 { color: #de3d83; } .class-container-purple h2, .class-container-purple .enroll-button { background-color: #9d4eb6; } .class-container-purple h3 { color: #9d4eb6; } .class-container-teal h2, .class-container-teal .enroll-button { background-color: #027d7d ; } .class-container-teal h3 { color: #027d7d; } .class-container-green h2, .class-container-green .enroll-button { background-color: #5da87b; } .class-container-green h3 { color: #5da87b; } /** * Two Column Template */ .two-column-entry { float: left; width: 55%; margin-right: 1em; } /** * Responsive Styles */ @media screen and (max-width:1122px) { /* Header */ .logo { width: 150px; margin-left: 0; } .main-navigation { padding-left: 0; font-size: 0.9em; } /* Home Page */ .hero-content { background: rgba(228,189,11,0.8); } .home-philosophy-section, .home-location-section { height: 500px; } .featured-instructor { width: 29%; } .featured-instructor img { width: 225px; } } @media screen and (max-width: 900px) { /* Header */ .logo { margin-left: 0; width: 125px; } /* Home Page */ .featured-instructor { margin-right: .5em; } .featured-instructor img { width: 175px; } } @media screen and (max-width: 875px) { /* Main Navigation */ #menu-icon { display: inline-block; position: absolute; right: 30px; padding: .5em 1em; text-decoration: none; color: #00b8b8; border-radius: 5px; width: 40px; height 40px; border: 3px solid #808080; } .mobile-menu { width: 100px; height: 50px; position: absolute; right: 31px; border-radius: 5px; transition: .5s all; } .mobile-menu:hover .menu-main-navigation-container { cursor: pointer; height: 42px; } .main-navigation , .main-navigation:active { display: none; position: absolute; padding: 20px; background: #fff; border: 5px solid #444; right: 0px; top: 15px; width: 250px; border-radius: 4px 0 4px 4px; } .main-navigation { padding: 0; } .main-navigation li { text-align: center; width: 100%; padding: 10px 0; margin: 0; } .main-navigation li:hover { background-color: #ededed; } .mobile-menu:hover .main-navigation { display: block; } /* Home Page */ .hero-content { margin-top: 2em; } } @media screen and (max-width: 745px) { /* Header */ .logo { margin-top: 0; } /* Home Page */ .featured-instructor img { width: 150px; } } @media screen and (max-width: 675px) { /* Home Page */ .hero-content { box-sizing: border-box; text-align: center; margin-top: 0; margin-left: auto; margin-right: auto; padding: 3em; float: none; } .button-home { float: none; margin: 1em auto; } .home-philosophy-section, .home-location-section { float: none; width: 100%; height: auto; } .featured-instructor { float: none; width: 100%; margin-left: auto; margin-right: auto; } .footer-navigation { padding: 0; } .footer-navigation li { width: 100%; float: none; margin-top: 1em; text-align: center; } .copyright { width: 100%; text-align: center; margin-left: 0; } } @media screen and (max-width: 430px) { .hero-content { min-width: 300px; } .header { min-width: 300px; } }
0.327023
0.05328
:root{ --primary-font: 'Dosis', sans-serif; --primary-color: #FFA200; } h3{ text-align: center; padding-bottom: 10px; font-family: 'Dosis', sans-serif; } p, ul li{ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif } /* ======================= About Section ================================ */ .about { width: 100%; height: 350px; background-color: var(--primary-color); } .about .about-container { width: 80%; margin-left: 10% ; background-color: var(--primary-color); } .about-content, .about-image { float: left; margin: 35px 0px; padding: 5px 15px } .about-image img { width: 300px; height: 250px; } .about-content { width: 50%; margin-left: 5%; } .about-content h3 { text-align: left } .about-content button{ padding:12px 25px; background: white; color: var(--primary-color); border: none; margin-top: 15px; } .about-content h3, p { text-align: left; color:white } .about-content p { text-align: left; color:white; padding-top: 15px; } .about-image { width: 25%; margin-left: 5%; } /* ====================================== section 5 ===================================== */ .main { clear: both; width: 100%; background: white; } .main .container { width: 80%; margin-left: 10% ; background-color: white; margin-top: 35px; margin-bottom: 35px; } .child1, .child2, .child3 { width: 25%; display: inline-block; margin: 35px 0px; padding: 12px 15px; border-radius: 15px; } .child1 .child2 .child3 p{ font-family: Dosis; } .child1 { background-color: white; margin-left: 5%; } .child1 p, .child3 p{ color: black } .child2 { background-color: var(--primary-color); margin-left: 4%; } .child3 { background-color: white; margin-left: 4%; } .container .section5-image { text-align: center; margin-left: 35px; width: 75%; margin-bottom: 10px; } .section5-image img { width: 65px; height: 70px; } /* ======================== volunteer ========================================= */ .volunteer{ background: linear-gradient(rgba(240, 61, 86, 0.4),rgba(67, 100, 13, 0.4)),url('../image/component\ \(1\).png'); background-size: cover; height: 550px; } .volunteer .volunteer-holder{ width: 80%; margin-left: 10% ; background-color: transparent; } .volunteer-image, .volunteer-form{ float:left; margin: 60px 0px; padding: 12px 15px; margin-left: 4%; } .volunteer-form h3{ text-align: left; font-family: var(--primary-font); color: white; font-size: 30px; padding-bottom: 20px; } .volunteer-image img{ width: 400px; height: 320px; } .volunteer-form{ width: 40%; margin-left: 7%; } label{ display: block; color:white; padding: 15px 0px; } input[type=text], textarea{ outline: none; width: 90%; box-sizing: border-box; margin-bottom: 5px; border-color: transparent; background:transparent; border-bottom: 2px solid white; } input[type=text]:focus, textarea:focus { border-color: transparent; background:transparent; border-bottom: 2px solid #1c87c9; } input[type=submit]{ padding:12px 25px; background: white; color: var(--primary-color); border: none; margin-top: 15px; } /* ====================================== Footer ===================================== */ footer { clear: both; background: black; color: white; padding: 12px; height: 320px; } .footer-holder { width: 80%; margin-left: 10% ; background-color: black; margin-top: 35px; margin-bottom: 35px; } .footer-about h3, .footer-sitelink h3, .footer-question h3{ text-align: left; padding-bottom: 10px; font-family: 'Dosis', sans-serif; } .footer-line{ width: 35px; height: 2px; background: wheat; margin-bottom: 15px; } .footer-sitelink ul li { list-style: none; padding: 5px 0px; } .footer-sitelink ul li a { color: white; text-decoration: none; } .footer-about, .footer-sitelink, .footer-question { float: left; text-align: left; } .footer-about{ margin-left: 4%; width: 30%; } .footer-about p{ padding: 5px 0px; } .footer-empty{ top:5%; } .footer-question img{ padding-top: 10px; width: 43px; height: 40px; } .footer-sitelink{ margin-left: 5%; width: 25% } .footer-sitelink ul li { list-style: none; padding: 5px 0px; } .footer-sitelink ul li a { color: white; text-decoration: none; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif } .footer-question{ margin-left: 4%; width: 30% } .footer-question img{ width: 40px; height: 40px; display: inline-block; } .footer2 { clear: both; text-align: center; padding-top: 20px; font-family: var(--primary-font); } .team{ color:var(--primary-color); } ======= ------------------------------------------------ */ /* BASIC SETUP */ /* ------------------------------------------------ */ * { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } html, body { background-color: #fff; color: #fff; font-family: 'Lato', 'Arial', sans-serif; font-weight: 300; font-size: 20px; text-rendering: optimizeLegibility; overflow-x: hidden; } /* ------------------------------------------------ */ /* REUSABLE COMPONENTS */ /* ------------------------------------------------ */ .row { margin: 0 auto; } section { padding: 80px 0; } /* ------- HEADINGS --------*/ h1, h2, h3 { font-weight: 300; } h1 { margin-top: 0; margin-bottom: 20px; color: #fff; font-size: 250%; word-spacing: 4px; letter-spacing: 8px; } h2 { font-size: 250%; margin-bottom: 30px; } h2:after { display: block; height: 2px; background-color: #FF8121; content: " "; width: 80px; margin-top: 10px; } h3 { font-size: 150%; margin-bottom: 15px; } h3:after { display: block; height: 2px; background-color: #fff; content: " "; width: 80px; margin-top: 10px; } /* ------- LINKS --------*/ a:link, a:visited { color: #e67e22; text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid #e67e22; -webkit-transition: border-bottom 0.2s, color 0.2s; transition: border-bottom 0.2s, color 0.2s; } a:hover, a:active { color: #555; text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid transparent; } /* ------------------------------------------------ */ /* HEADER */ /* ------------------------------------------------ */ header button { font-size: 30px; background-color: #f0981d; border-color: #f0981d; width: 150%; border-radius: 40px; } header span { color: #f0981d; } header { background-image: url(../img/header-background-image1.png); background-size: cover; background-position: center; height: 100vh; background-attachment: fixed; } .logo { height: 62px; width: auto; float: left; margin-top: 50px; margin-left: 100px; } /*ABOUT SECTION*/ [about_us] { padding: 70px; height: 350px; color: #fff; line-height: 20px; background: #ffeb3be3; } [about_us] div { padding: 20px; } img[about_image] { float: right; width: 40%; height: 300px; box-sizing: border-box; border-radius: 10px; } [about_us] button { padding: 7px; border: none; background-color: orange; margin: 20px 0; } /*3_ITEMS AND BE A VOLUNTEER SECTION*/ [items_3] { padding: 70px; } [items_3_view] td { text-align: center; padding: 50px; } [make_donation] { width: 33%; } [volunteer] { width: 34%; background: orange; border-radius: 50px; } [sponsorship] { width: 33%; } [volunteer_section] { padding-top: 100px; padding-bottom: 80px; background-image: url(../img/cake1.jpg); opacity: 0.8; } [volunteer_section_view], [items_3_view] { width: 100%; } [for_image] { width: 50%; } [message_form] { width: 50%; color: #fff; } [message_form] input[type="text"], [message_form] input[type="email"], [message_form] textarea { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; outline: none; display: block; width: 70%; border: none; border-bottom: 1px solid #ddd; background: transparent; height: 25px; line-height: 20px; } [message_form] textarea { height: 60px; } [message_form] label { line-height: 40px; } [message_form] input[type="button"] { color: orange; background: #ddd; margin-top: 15px; padding: 7px; border: none; } [for_image] img { margin-left: 120px; width: 70%; border-radius: 10px; } /* END OF VOLUNTEER SECTION*/ .logo { height: 100px; width: auto; float: left; margin-top: 40px; } .logo-black { /*display: none;*/ height: 50px; width: auto; float: left; /*margin: 5px 0;*/ margin-top: 35px; margin-left: 40px; } /* Main navi */ .main-nav { float: right; list-style: none; margin-top: 55px; margin-right: 100px; } .main-nav li { display: inline-block; margin-left: 40px; font-family: Montserrat; font-weight: lighter; font-size: 30px; } .main-nav li a:link, .main-nav li a:visited { padding: 8px 0; color: #fff; text-decoration: none; text-transform: uppercase; font-size: 90%; border-bottom: 2px solid transparent; -webkit-transition: border-bottom 0.2s; transition: border-bottom 0.2s; } .main-nav li a:hover, .main-nav li a:active { border-bottom: 2px solid #e67e22; color: #e67e22; } .header-text-box { position: absolute; width: 1140px; top: 60%; left: 75%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-family: Dosis; font-size: 150%; } .header-text-box span {} .orange-text { color: #e67e22; } /* ----------------------------------------------- */ /* VISION AND DONATION */ /* ----------------------------------------------- */ .section-vision { width: 100%; height: 300px; margin-bottom: 15px; } .vision-3-boxes { width: 80%; height: 300px; margin-top: -130px; display: flex; flex-direction: row; } .vision { width: 40%; height: 300px; background-color: #e67e22; } .donate { width: 30%; height: 300px; background-color: #FE982D; } .volunteer { width: 30%; height: 300px; background-color: #F2B141; } .vision h3 { margin-top: 50px; margin-left: 15%; font-family: Dosis; font-size: 150%; } .vision-notes { line-height: 145%; width: 70%; margin-left: 15%; font-family: Dosis; } .donate h3 { margin-top: 50px; margin-left: 15%; font-family: Dosis; font-size: 150%; } .donate-notes { line-height: 145%; width: 70%; margin-left: 15%; font-family: Open Sans; font-size: 17px; } .donate-button { width: 200px; height: 50px; background-color: #fff; margin: 20px 0 0 15%; -webkit-box-shadow: 0px 0px 15px -3px rgba(138, 112, 138, 1); -moz-box-shadow: 0px 0px 15px -3px rgba(138, 112, 138, 1); box-shadow: 0px 0px 15px -3px rgba(138, 112, 138, 1); } .donate-button p { position: absolute; font-family: Open Sans; color: #000; margin-top: 10px; margin-left: 45px; } .volunteer h3 { margin-top: 50px; margin-left: 15%; font-family: Dosis; font-size: 150%; } .volunteer-notes { line-height: 145%; width: 70%; margin-left: 15%; font-family: Open Sans; font-size: 17px; } .volunteer-button { width: 200px; height: 50px; background-color: #fff; margin: 20px 0 0 15%; -webkit-box-shadow: 0px 0px 15px -3px rgba(138, 112, 138, 1); -moz-box-shadow: 0px 0px 15px -3px rgba(138, 112, 138, 1); box-shadow: 0px 0px 15px -3px rgba(138, 112, 138, 1); } .volunteer-button p { position: absolute; font-family: Open Sans; color: #000; margin: 0 auto; margin-top: 10px; margin-left: 35px; } /* ----------------------------------------------- */ /* ABOUT US */ /* ----------------------------------------------- */ .section-about-us { width: 100%; height: 500px; background-color: #F2B141; } .about-us-2-boxes { width: 85%; height: 350px; display: flex; flex-direction: row; margin-top: -50px; } .about-us { width: 60%; height: 100%; } .about-us h2 { margin-left: 5%; font-family: Dosis; } .about-us-notes { line-height: 145%; width: 70%; margin-left: 5%; font-family: Open Sans; font-size: 21px; } .about-us-button { width: 180px; height: 60px; background-color: #FF8121; margin: 20px 0 0 5%; -webkit-box-shadow: 0px 0px 15px -3px rgba(138, 112, 138, 1); -moz-box-shadow: 0px 0px 15px -3px rgba(138, 112, 138, 1); box-shadow: 0px 0px 15px -3px rgba(138, 112, 138, 1); } .about-us-button p { position: absolute; font-family: Open Sans; color: #fff; margin: 0 auto; margin-top: 15px; margin-left: 35px; } .about-us-img { width: 40%; height: 100%; margin-top: 20px; margin-right: 50px; } .about-main-img { width: 500px; height: 370px; background-image: url(../img/about-us-img.png); background-size: cover; background-position: center; border-radius: 10px; -webkit-box-shadow: 35px 35px 0px -2px rgba(255, 255, 255, 0.07); -moz-box-shadow: 35px 35px 0px -2px rgba(255, 255, 255, 0.07); box-shadow: 35px 35px 0px -2px rgba(255, 255, 255, 0.07); } #about{ background-color:orange; #ffb833; color: #fff; } .text{ float:left; width:40%; padding-left: 5%; } .pic{ float:right; width:49%; } h2,p{ font-family:georgia; } .text h2{ font-size:35px; } .text p{ line-height:1.5em; font-size: 23px; } .pic { margin-top: 4%; } .pic img{ border-radius:10px; box-shadow: 17px 19px #ffc14d; } #readMore{ background-color:#ffa600; color: #fff; border-color:#ffa600; height: 40px; font-family: montserrat; font-size: 20px; border:none; width:37%; box-shadow: 0 0 10px rgba(0, 0, 0 , .2); } hr{ color:#e0e0e0; background-color: #e0e0e0; border-color: #e0e0e0; margin: 0 auto 20px auto; width: 100px !important; /*border-width:10px; width:70%;*/ margin-left:-0.5%; border-color: #ffa600; } /* HEADER */ /* ----------------------------------------------- */ header { background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/hero3.png); background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/hero3.png); background-size: cover; background-position: center; height: 100vh; /*background-attachment: fixed;*/ } .hero-text-box { position: absolute; width: 1140px; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: white; font-size: 30px; /*text-align:center;*/ } .text-align { margin-left: 550px; margin-top: 150px; } .wraper { height: 100vh; width: 80%; display: flex; justify-content: center; align-items: center; } #section3 { margin: 2rem 6rem; display: flex; box-sizing: border-box; font-family: 'Roboto', sans-serif; width: 90%; } /* change color to corect one */ .donate { background-color: #fe982d; } /* change color to corect one */ .vision { background-color: #ff8121; color: white; } .our { border-bottom: 2px solid white; } /* change color to corect one */ .volunteer { background-color: #f2b141; } .donatebtn { background-color: white; border-style: none; border-radius: 5px; padding: 0.8rem; font-size: large; } .sec3 { padding: 2rem; } .sec3 h3 { letter-spacing: 2px; } @media screen and (max-width: 550px) { #section3 { display: flex; flex-direction: column; margin: 1rem 2rem; } .wraper { display: block; } } /*MAKING THE SCREEN RESPONSIVE*/ /* Big tablet to 1200px (widths smaller taht the 1140px row) */ @media only screen and (max-width: 1200px) { .hero-text-box { width: 100%; padding: 0 2%; } .row { padding: 0 2%; } } /* Small tablet to big tablet: from 768px to 1023px */ @media only screen and (max-width: 1023px) { body { font-size: 18px; } section { padding: 60px 0; } .long-copy { width: 80%; margin-left: 10%; } .steps-box { margin-top: 10px; } .steps-box:last-child { margin-top: 10px; } .works-steps { margin-bottom: 40px; } .works-step:last-of-type { margin-bottom: 60px; } .app-screen { width: 50%; } .icon-small { width: 17px; margin-right: 5px; } .city-feature { font-size: 90%; } .plan-box { width: 100%; margin-left: 0%; } .plan-price { font-size: 250%; } .contact-form { width: 80%; } } /* Small phones to small tablets: from 481px to 767px */ @media only screen and (max-width: 767px) { body { font-size: 16px; } section { padding: 30px 0; } .row, .hero-text-box { padding: 0 4%; } .col { width: 100%; margin: 0 0 4% 0; } } /* section5 css */ #section5 { display: flex; box-sizing: border-box; padding: 2rem; margin: 1rem; font-family: 'Roboto', sans-serif; } .sec5 { border: 1px solid #ccc; border-radius: 1rem; margin: 1rem; padding: 1rem; } .sec5 h4 { text-align: center; font-size: large; letter-spacing: 1px; } /* set image to center */ .sec5 img { display: block; margin-left: auto; margin-right: auto; } .volunteer5 { background-color: #fe982d; color: white; } /* for small screen size */ @media screen and (max-width: 550px) { #section5 { display: flex; flex-direction: column; margin: 1rem 2rem; } } /* end of section5 */
css/style.css
:root{ --primary-font: 'Dosis', sans-serif; --primary-color: #FFA200; } h3{ text-align: center; padding-bottom: 10px; font-family: 'Dosis', sans-serif; } p, ul li{ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif } /* ======================= About Section ================================ */ .about { width: 100%; height: 350px; background-color: var(--primary-color); } .about .about-container { width: 80%; margin-left: 10% ; background-color: var(--primary-color); } .about-content, .about-image { float: left; margin: 35px 0px; padding: 5px 15px } .about-image img { width: 300px; height: 250px; } .about-content { width: 50%; margin-left: 5%; } .about-content h3 { text-align: left } .about-content button{ padding:12px 25px; background: white; color: var(--primary-color); border: none; margin-top: 15px; } .about-content h3, p { text-align: left; color:white } .about-content p { text-align: left; color:white; padding-top: 15px; } .about-image { width: 25%; margin-left: 5%; } /* ====================================== section 5 ===================================== */ .main { clear: both; width: 100%; background: white; } .main .container { width: 80%; margin-left: 10% ; background-color: white; margin-top: 35px; margin-bottom: 35px; } .child1, .child2, .child3 { width: 25%; display: inline-block; margin: 35px 0px; padding: 12px 15px; border-radius: 15px; } .child1 .child2 .child3 p{ font-family: Dosis; } .child1 { background-color: white; margin-left: 5%; } .child1 p, .child3 p{ color: black } .child2 { background-color: var(--primary-color); margin-left: 4%; } .child3 { background-color: white; margin-left: 4%; } .container .section5-image { text-align: center; margin-left: 35px; width: 75%; margin-bottom: 10px; } .section5-image img { width: 65px; height: 70px; } /* ======================== volunteer ========================================= */ .volunteer{ background: linear-gradient(rgba(240, 61, 86, 0.4),rgba(67, 100, 13, 0.4)),url('../image/component\ \(1\).png'); background-size: cover; height: 550px; } .volunteer .volunteer-holder{ width: 80%; margin-left: 10% ; background-color: transparent; } .volunteer-image, .volunteer-form{ float:left; margin: 60px 0px; padding: 12px 15px; margin-left: 4%; } .volunteer-form h3{ text-align: left; font-family: var(--primary-font); color: white; font-size: 30px; padding-bottom: 20px; } .volunteer-image img{ width: 400px; height: 320px; } .volunteer-form{ width: 40%; margin-left: 7%; } label{ display: block; color:white; padding: 15px 0px; } input[type=text], textarea{ outline: none; width: 90%; box-sizing: border-box; margin-bottom: 5px; border-color: transparent; background:transparent; border-bottom: 2px solid white; } input[type=text]:focus, textarea:focus { border-color: transparent; background:transparent; border-bottom: 2px solid #1c87c9; } input[type=submit]{ padding:12px 25px; background: white; color: var(--primary-color); border: none; margin-top: 15px; } /* ====================================== Footer ===================================== */ footer { clear: both; background: black; color: white; padding: 12px; height: 320px; } .footer-holder { width: 80%; margin-left: 10% ; background-color: black; margin-top: 35px; margin-bottom: 35px; } .footer-about h3, .footer-sitelink h3, .footer-question h3{ text-align: left; padding-bottom: 10px; font-family: 'Dosis', sans-serif; } .footer-line{ width: 35px; height: 2px; background: wheat; margin-bottom: 15px; } .footer-sitelink ul li { list-style: none; padding: 5px 0px; } .footer-sitelink ul li a { color: white; text-decoration: none; } .footer-about, .footer-sitelink, .footer-question { float: left; text-align: left; } .footer-about{ margin-left: 4%; width: 30%; } .footer-about p{ padding: 5px 0px; } .footer-empty{ top:5%; } .footer-question img{ padding-top: 10px; width: 43px; height: 40px; } .footer-sitelink{ margin-left: 5%; width: 25% } .footer-sitelink ul li { list-style: none; padding: 5px 0px; } .footer-sitelink ul li a { color: white; text-decoration: none; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif } .footer-question{ margin-left: 4%; width: 30% } .footer-question img{ width: 40px; height: 40px; display: inline-block; } .footer2 { clear: both; text-align: center; padding-top: 20px; font-family: var(--primary-font); } .team{ color:var(--primary-color); } ======= ------------------------------------------------ */ /* BASIC SETUP */ /* ------------------------------------------------ */ * { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } html, body { background-color: #fff; color: #fff; font-family: 'Lato', 'Arial', sans-serif; font-weight: 300; font-size: 20px; text-rendering: optimizeLegibility; overflow-x: hidden; } /* ------------------------------------------------ */ /* REUSABLE COMPONENTS */ /* ------------------------------------------------ */ .row { margin: 0 auto; } section { padding: 80px 0; } /* ------- HEADINGS --------*/ h1, h2, h3 { font-weight: 300; } h1 { margin-top: 0; margin-bottom: 20px; color: #fff; font-size: 250%; word-spacing: 4px; letter-spacing: 8px; } h2 { font-size: 250%; margin-bottom: 30px; } h2:after { display: block; height: 2px; background-color: #FF8121; content: " "; width: 80px; margin-top: 10px; } h3 { font-size: 150%; margin-bottom: 15px; } h3:after { display: block; height: 2px; background-color: #fff; content: " "; width: 80px; margin-top: 10px; } /* ------- LINKS --------*/ a:link, a:visited { color: #e67e22; text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid #e67e22; -webkit-transition: border-bottom 0.2s, color 0.2s; transition: border-bottom 0.2s, color 0.2s; } a:hover, a:active { color: #555; text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid transparent; } /* ------------------------------------------------ */ /* HEADER */ /* ------------------------------------------------ */ header button { font-size: 30px; background-color: #f0981d; border-color: #f0981d; width: 150%; border-radius: 40px; } header span { color: #f0981d; } header { background-image: url(../img/header-background-image1.png); background-size: cover; background-position: center; height: 100vh; background-attachment: fixed; } .logo { height: 62px; width: auto; float: left; margin-top: 50px; margin-left: 100px; } /*ABOUT SECTION*/ [about_us] { padding: 70px; height: 350px; color: #fff; line-height: 20px; background: #ffeb3be3; } [about_us] div { padding: 20px; } img[about_image] { float: right; width: 40%; height: 300px; box-sizing: border-box; border-radius: 10px; } [about_us] button { padding: 7px; border: none; background-color: orange; margin: 20px 0; } /*3_ITEMS AND BE A VOLUNTEER SECTION*/ [items_3] { padding: 70px; } [items_3_view] td { text-align: center; padding: 50px; } [make_donation] { width: 33%; } [volunteer] { width: 34%; background: orange; border-radius: 50px; } [sponsorship] { width: 33%; } [volunteer_section] { padding-top: 100px; padding-bottom: 80px; background-image: url(../img/cake1.jpg); opacity: 0.8; } [volunteer_section_view], [items_3_view] { width: 100%; } [for_image] { width: 50%; } [message_form] { width: 50%; color: #fff; } [message_form] input[type="text"], [message_form] input[type="email"], [message_form] textarea { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; outline: none; display: block; width: 70%; border: none; border-bottom: 1px solid #ddd; background: transparent; height: 25px; line-height: 20px; } [message_form] textarea { height: 60px; } [message_form] label { line-height: 40px; } [message_form] input[type="button"] { color: orange; background: #ddd; margin-top: 15px; padding: 7px; border: none; } [for_image] img { margin-left: 120px; width: 70%; border-radius: 10px; } /* END OF VOLUNTEER SECTION*/ .logo { height: 100px; width: auto; float: left; margin-top: 40px; } .logo-black { /*display: none;*/ height: 50px; width: auto; float: left; /*margin: 5px 0;*/ margin-top: 35px; margin-left: 40px; } /* Main navi */ .main-nav { float: right; list-style: none; margin-top: 55px; margin-right: 100px; } .main-nav li { display: inline-block; margin-left: 40px; font-family: Montserrat; font-weight: lighter; font-size: 30px; } .main-nav li a:link, .main-nav li a:visited { padding: 8px 0; color: #fff; text-decoration: none; text-transform: uppercase; font-size: 90%; border-bottom: 2px solid transparent; -webkit-transition: border-bottom 0.2s; transition: border-bottom 0.2s; } .main-nav li a:hover, .main-nav li a:active { border-bottom: 2px solid #e67e22; color: #e67e22; } .header-text-box { position: absolute; width: 1140px; top: 60%; left: 75%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-family: Dosis; font-size: 150%; } .header-text-box span {} .orange-text { color: #e67e22; } /* ----------------------------------------------- */ /* VISION AND DONATION */ /* ----------------------------------------------- */ .section-vision { width: 100%; height: 300px; margin-bottom: 15px; } .vision-3-boxes { width: 80%; height: 300px; margin-top: -130px; display: flex; flex-direction: row; } .vision { width: 40%; height: 300px; background-color: #e67e22; } .donate { width: 30%; height: 300px; background-color: #FE982D; } .volunteer { width: 30%; height: 300px; background-color: #F2B141; } .vision h3 { margin-top: 50px; margin-left: 15%; font-family: Dosis; font-size: 150%; } .vision-notes { line-height: 145%; width: 70%; margin-left: 15%; font-family: Dosis; } .donate h3 { margin-top: 50px; margin-left: 15%; font-family: Dosis; font-size: 150%; } .donate-notes { line-height: 145%; width: 70%; margin-left: 15%; font-family: Open Sans; font-size: 17px; } .donate-button { width: 200px; height: 50px; background-color: #fff; margin: 20px 0 0 15%; -webkit-box-shadow: 0px 0px 15px -3px rgba(138, 112, 138, 1); -moz-box-shadow: 0px 0px 15px -3px rgba(138, 112, 138, 1); box-shadow: 0px 0px 15px -3px rgba(138, 112, 138, 1); } .donate-button p { position: absolute; font-family: Open Sans; color: #000; margin-top: 10px; margin-left: 45px; } .volunteer h3 { margin-top: 50px; margin-left: 15%; font-family: Dosis; font-size: 150%; } .volunteer-notes { line-height: 145%; width: 70%; margin-left: 15%; font-family: Open Sans; font-size: 17px; } .volunteer-button { width: 200px; height: 50px; background-color: #fff; margin: 20px 0 0 15%; -webkit-box-shadow: 0px 0px 15px -3px rgba(138, 112, 138, 1); -moz-box-shadow: 0px 0px 15px -3px rgba(138, 112, 138, 1); box-shadow: 0px 0px 15px -3px rgba(138, 112, 138, 1); } .volunteer-button p { position: absolute; font-family: Open Sans; color: #000; margin: 0 auto; margin-top: 10px; margin-left: 35px; } /* ----------------------------------------------- */ /* ABOUT US */ /* ----------------------------------------------- */ .section-about-us { width: 100%; height: 500px; background-color: #F2B141; } .about-us-2-boxes { width: 85%; height: 350px; display: flex; flex-direction: row; margin-top: -50px; } .about-us { width: 60%; height: 100%; } .about-us h2 { margin-left: 5%; font-family: Dosis; } .about-us-notes { line-height: 145%; width: 70%; margin-left: 5%; font-family: Open Sans; font-size: 21px; } .about-us-button { width: 180px; height: 60px; background-color: #FF8121; margin: 20px 0 0 5%; -webkit-box-shadow: 0px 0px 15px -3px rgba(138, 112, 138, 1); -moz-box-shadow: 0px 0px 15px -3px rgba(138, 112, 138, 1); box-shadow: 0px 0px 15px -3px rgba(138, 112, 138, 1); } .about-us-button p { position: absolute; font-family: Open Sans; color: #fff; margin: 0 auto; margin-top: 15px; margin-left: 35px; } .about-us-img { width: 40%; height: 100%; margin-top: 20px; margin-right: 50px; } .about-main-img { width: 500px; height: 370px; background-image: url(../img/about-us-img.png); background-size: cover; background-position: center; border-radius: 10px; -webkit-box-shadow: 35px 35px 0px -2px rgba(255, 255, 255, 0.07); -moz-box-shadow: 35px 35px 0px -2px rgba(255, 255, 255, 0.07); box-shadow: 35px 35px 0px -2px rgba(255, 255, 255, 0.07); } #about{ background-color:orange; #ffb833; color: #fff; } .text{ float:left; width:40%; padding-left: 5%; } .pic{ float:right; width:49%; } h2,p{ font-family:georgia; } .text h2{ font-size:35px; } .text p{ line-height:1.5em; font-size: 23px; } .pic { margin-top: 4%; } .pic img{ border-radius:10px; box-shadow: 17px 19px #ffc14d; } #readMore{ background-color:#ffa600; color: #fff; border-color:#ffa600; height: 40px; font-family: montserrat; font-size: 20px; border:none; width:37%; box-shadow: 0 0 10px rgba(0, 0, 0 , .2); } hr{ color:#e0e0e0; background-color: #e0e0e0; border-color: #e0e0e0; margin: 0 auto 20px auto; width: 100px !important; /*border-width:10px; width:70%;*/ margin-left:-0.5%; border-color: #ffa600; } /* HEADER */ /* ----------------------------------------------- */ header { background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/hero3.png); background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/hero3.png); background-size: cover; background-position: center; height: 100vh; /*background-attachment: fixed;*/ } .hero-text-box { position: absolute; width: 1140px; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: white; font-size: 30px; /*text-align:center;*/ } .text-align { margin-left: 550px; margin-top: 150px; } .wraper { height: 100vh; width: 80%; display: flex; justify-content: center; align-items: center; } #section3 { margin: 2rem 6rem; display: flex; box-sizing: border-box; font-family: 'Roboto', sans-serif; width: 90%; } /* change color to corect one */ .donate { background-color: #fe982d; } /* change color to corect one */ .vision { background-color: #ff8121; color: white; } .our { border-bottom: 2px solid white; } /* change color to corect one */ .volunteer { background-color: #f2b141; } .donatebtn { background-color: white; border-style: none; border-radius: 5px; padding: 0.8rem; font-size: large; } .sec3 { padding: 2rem; } .sec3 h3 { letter-spacing: 2px; } @media screen and (max-width: 550px) { #section3 { display: flex; flex-direction: column; margin: 1rem 2rem; } .wraper { display: block; } } /*MAKING THE SCREEN RESPONSIVE*/ /* Big tablet to 1200px (widths smaller taht the 1140px row) */ @media only screen and (max-width: 1200px) { .hero-text-box { width: 100%; padding: 0 2%; } .row { padding: 0 2%; } } /* Small tablet to big tablet: from 768px to 1023px */ @media only screen and (max-width: 1023px) { body { font-size: 18px; } section { padding: 60px 0; } .long-copy { width: 80%; margin-left: 10%; } .steps-box { margin-top: 10px; } .steps-box:last-child { margin-top: 10px; } .works-steps { margin-bottom: 40px; } .works-step:last-of-type { margin-bottom: 60px; } .app-screen { width: 50%; } .icon-small { width: 17px; margin-right: 5px; } .city-feature { font-size: 90%; } .plan-box { width: 100%; margin-left: 0%; } .plan-price { font-size: 250%; } .contact-form { width: 80%; } } /* Small phones to small tablets: from 481px to 767px */ @media only screen and (max-width: 767px) { body { font-size: 16px; } section { padding: 30px 0; } .row, .hero-text-box { padding: 0 4%; } .col { width: 100%; margin: 0 0 4% 0; } } /* section5 css */ #section5 { display: flex; box-sizing: border-box; padding: 2rem; margin: 1rem; font-family: 'Roboto', sans-serif; } .sec5 { border: 1px solid #ccc; border-radius: 1rem; margin: 1rem; padding: 1rem; } .sec5 h4 { text-align: center; font-size: large; letter-spacing: 1px; } /* set image to center */ .sec5 img { display: block; margin-left: auto; margin-right: auto; } .volunteer5 { background-color: #fe982d; color: white; } /* for small screen size */ @media screen and (max-width: 550px) { #section5 { display: flex; flex-direction: column; margin: 1rem 2rem; } } /* end of section5 */
0.342462
0.095771
.bg-wrap1 { width: 100%; background: url(../img/hotte_homebg.jpg) no-repeat; background-size: cover; background-position: center center; padding: 250px 0; position: relative; z-index: 1; } .bg-wrap1::after { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: #000; opacity: 0.85; z-index: -1; } .bg-container { max-width: 1140px; margin: 0 auto; padding: 0 15px; display: flex; align-items: center; } .bg-container .bg-left h1 { color: #fff; font-size: 90px; font-weight: 700; margin-bottom: 20px; } .bg-container .bg-left h1 strong { color: #ff702a; } .bg-container .bg-left h1 span { font-weight: 100; position: relative; } .bg-container h1 span::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background-color: #ff702a; } .bg-container .bg-right { padding: 0 15px; } .bg-container .bg-right img { width: 100%; height: 100%; object-fit: cover; } .bg-container .bg-left p { font-size: 20px; font-weight: 400; color: #fff; margin-bottom: 30px; } .bg-container .bg-left p a { text-decoration: none; color: #ff702a; } .bg-container .bg-left .btn { text-decoration: none; color: #fff; padding: 15px 30px; border-radius: 35px; transition: all 0.3s; overflow: hidden; position: relative; z-index: 1; } .bg-container .bg-left .btn::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to right, #f65f26, #d41c18); border-radius: 35px; border: 2px solid transparent; z-index: -1; } .bg-container .bg-left .btn:hover { color: #ff702a; } .bg-container .bg-left .btn:hover::after { content: ""; width: 100%; height: 100%; background: transparent; border: 2px solid #ff702a; } .bg-bubble { position: absolute; width: 220px; bottom: 8%; left: 200px; } .bg-bubble img { width: 100%; height: 100%; object-fit: cover; } .wrap2{ max-width: 1140px; margin: 0 auto; display: flex; align-items: center; padding: 80px 0; } .order-img{ width: 450px; } .order-img img{ width: 100%; height: 100%; object-fit: cover; } .order-right{ margin-left:100px ; padding: 30px; border-radius: 10px; background:#feeee7; } .order-right .icon{ width: 60px; padding: 12px 15px; margin: 0 auto; border-radius: 10px; background: #fff; transform: rotate(45deg); margin-bottom:20px; } .order-right .icon img{ width: 100%; height: 100%; object-fit: cover; } .order-right h1{ font-size: 50px; font-weight: 700; color: #0a0626; text-align: center; padding: 20px 0; } .order-right h1 span{ color:#ff702a; } .order-right p{ color: #494442; font-size: 16px; font-weight: 500; line-height: 1.6; text-align: center; } .order-right p span{ color: #ff702a; } .order-right .money{ margin-top: 30px; background: #fff; padding: 25px; border-radius: 10px; display: flex; justify-content: space-around; align-items: center; } .money .text1 h2{ font-size: 38px; color: #ff702a; font-weight: 700; } .money .text1 h2 span{ font-size: 18px; } .money .text1 .iconfont{ font-size: 15px; font-weight: 600; margin-right: 5px; color: #0a0626; } .add{ padding: 0 26px; background: #feeee7; transform: rotate(45deg); border-radius: 10px; } .add .subtract{ display: flex; flex-direction:column ; justify-content: space-between; align-items: center; transform: rotate(-45deg); } .add .subtract span{ color: #0a0626; font-size: 20px; font-weight: 700; } .add .subtract a{ font-size: 20px; font-weight: 500; text-decoration: none; color: #000; } .money .btn { font-size: 14px; border: 1px solid transparent; padding: 10px 20px; background: #ff702a; border-radius: 35px; transition: all 0.3s; } .money .btn:hover{ color: #ff702a; border: 1px solid #ff702a; background: transparent; } .wrap3{ max-width: 1140px; margin: 0 auto; padding: 50px 40px; background: #ff702a; border-radius: 25px; position: relative; z-index: -1; } .wrap3::after{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:url(../img/llinebg.png) no-repeat; background-size: cover; background-position: center center; } .wrap3 ul{ list-style: none; position: relative; z-index: 1; display: flex; flex-wrap: wrap; } .wrap3 ul li{ width: 33.3333333%; padding: 8px 0; display: flex; } .wrap3 ul li .img1{ width: 90px; height: 90px; background: #ffffff5c; border-radius: 50%; display: flex; justify-content: center; align-items: center; } .wrap3 ul li .img1 img{ width: 32px; } .wrap3 ul li .text1{ width: 200px; margin-left: 20px; color: #fff; /* display: none; */ } .wrap3 ul li .text1 h1{ font-size: 26px; font-weight: 700; line-height: 1.6; margin-bottom: 10px; } .wrap4{ max-width: 1140px; margin: 40px auto; } .wrap4 .title1{ padding: 0 255px; text-align: center; } .wrap4 .title1 h1{ font-size: 50px; font-weight: 700; margin-bottom: 10px; } .wrap4 .title1 h1 span{ color: #f65f26; } .list1 ul{ list-style: none; display: flex; flex-wrap: wrap; justify-content: center; } .list1 ul li{ padding: 20px; border-radius: 8px; background: #feeee7; /* margin-top: 30px; */ margin: 30px 10px 0; } .list1 ul li .list-img{ position: relative; } .list1 ul li .list1-img{ width: 200px; } .list1 ul li .list-img1{ padding: 20px 50px; } .list1 ul li .list1-img img{ width: 100%; height: 100%; object-fit: cover; } .list1-price{ padding: 20px; margin-top: 20px; background: #fff; border-radius: 3px; } .list1-price h4{ font-size: 24px; font-weight: 700; margin-bottom:5px; } .list1-price p{ font-size: 14px; } .list1-price .iconfont{ font-size: 15px; font-weight: 600; margin-right: 5px; color: #0a0626; } .list1-price h1{ font-size: 28px; font-weight: 700; color: #f65f26; } .list1-price h1 span{ font-size: 18px; } .priceer{ display: flex; justify-content: space-between; align-items: center; } .list1-price .priceer a{ text-decoration: none; padding: 10px 20px; font-size: 14px; color: #000; font-weight: 500; background: #feeee7; border-radius: 35px; transition: all 0.3s; } .list1-price .priceer a:hover{ background: #fc802a; color: #fff; } .list-img .list-content{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; padding: 20px; border-radius: 10px; box-sizing: border-box; /* z-index: 999; */ display: none; background: linear-gradient(to right,#fc802a,#d41c18); } .list1 li:hover .list-content{ display: block; } .list-img .list-content h3{ font-size: 24px; font-weight: 700; margin-bottom: 10px; color: #fff; } .list-img .list-content p{ font-size: 14px; color: #fff; } .wrap5{ width: 100%; height: 100%; margin-bottom:40px; background: url(../img/offerbgimg.jpg) no-repeat; background-size: cover; background-position: center center; padding: 180px 0; } .offers{ max-width: 1140px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; padding: 0 50px; } .off-text{ width: 50%; padding: 0 15px; box-sizing: border-box; } .off-text h1{ font-size: 55px; color: #fff; font-weight: 700; } .off-text h1 span{ color: #fc802a; } .off-text h5{ font-size: 18px; color: #dccedc; padding: 20px 0; line-height: 1.4; } .off-text .p1{ font-size: 14px; color: #b6a9a9; padding-left: 30px; border-left: 2px solid #fc802a; margin-bottom:16px; } .off-money{ display: flex; justify-content: space-between; } .off-money h2{ font-size: 38px; color: #ff702a; font-weight: 700; } .off-money h2 span{ font-size: 18px; } .off-money .p2{ font-size: 14px; color: #a09894; } .off-money .p2 span{ font-size: 13px; margin-right: 5px; } .off-money .off-btn{ text-decoration: none; display: inline-block; height: 100%; font-size: 14px; color: #fff; border-radius: 35px; transition: all 0.3s; padding: 12px 25px; background: #ff702a; border: 1px solid transparent; margin-top: 20px; } .off-right{ width: 50%; padding: 0 15px; box-sizing: border-box; } .off-right .off-img{ width: 250px; } .off-right .off-img img{ width: 100%; height: 100%; object-fit: cover; } .wrap6{ max-width: 1140px; margin: 0 auto; } .wrap6 .car-title { padding: 0 300px; text-align: center; margin-bottom: 20px; } .wrap6 .car-title h1{ font-size: 50px; font-weight: 700; color: #0a0626; } .wrap6 .car-title h1 span{ color: #ff702a; } .swriper{ display: flex; margin: 0 10px; } .swriper .swr-left{ display: flex; flex-direction: column; justify-content: space-between; margin-right: 50px; } .swriper .swr-right{ display: flex; flex-direction: column; justify-content: space-between; margin-left: 50px; } .swriper .box{ width: 118px; } .swriper .box img{ width: 100%; height: 100%; object-fit: cover; } /* TODO 轮播样式 */ .sli-wrap { width: 100%; background: #feeee7; background-image: url(../img/circle1.png); background-repeat: no-repeat; background-position: center center; border-radius: 10px; overflow: hidden; padding:40px 20px; margin-bottom: 30px; } .swiper-container{ overflow: hidden; } .sli-wrap .swiper-container .swiper-slide{ width: 775px; height: 100%; } .swiper-container .swiper-slide .sli-img{ max-width: 118px; margin: auto; } .swiper-container .swiper-slide .sli-img img{ width: 100%; height: 100%; object-fit: cover; } .sli-text .p1{ color: #807670; font-size: 18px; padding: 20px 0; text-align: center; } .sli-text h5{ text-align: center; font-size: 20px; color: #0a0626; font-weight: 700; padding: 10px 0; } .sli-text .p2{ text-align: center; font-size:14px; color: #807670; } .sli-wrap .swiper-container .swiper-button-prev{ background-image: url("") !important; width: 40px; height: 40px; background: #fff; border-radius: 50%; text-align: center; line-height: 40px; position: absolute; top: 15%; left: 15%; } .swiper-button-prev span{ font-size: 22px; font-weight: 700; } .sli-wrap .swiper-container .swiper-button-next{ background-image: url("") !important; width: 40px; height: 40px; background: #fff; border-radius: 50%; text-align: center; line-height: 40px; position: absolute; top: 15%; right: 15%; } .swiper-button-next span{ font-size: 22px; font-weight: 700; } .sli-wrap .swiper-container .swiper-button-prev:hover span{ color: #ff702a; } .sli-wrap .swiper-container .swiper-button-next:hover span{ color: #ff702a; } /* 播放 */ .wrap7{ margin-top:20px; background: url(../img/testyimg.jpg) no-repeat; background-size: cover; } .video{ max-width: 1140px; margin: 0 auto; padding: 50px; display: flex; } .video .vid-text{ width: 50%; padding: 30px 0; box-sizing: border-box; } .video .vid-text h1{ font-size: 46px; color: #fff; font-weight: 700; line-height: 1.2; } .video .vid-text h1 span{ color: #0a0626; } .video .vid-text p { font-size: 20px; color: #fff; line-height: 1.6; padding-top:15px; } .video .vid-slid{ width: 50%; margin: 0 10px; padding: 50px; } .video .vid-img{ padding:50px; border-left: 2px dashed #fff; box-sizing: border-box; display: flex; align-items: center; } .video .vid-img .play{ width: 80px; height: 80px; background: rgba(255, 255, 255, 0.377); border-radius: 50%; position: relative; } .video .vid-img .play::after{ content: ""; position: absolute; bottom:30%; left: 22%; border: 15px solid #000; border-radius:5px; border-color: #fff #fff transparent transparent; transform: rotate(45deg); } .video .vid-img p{ padding-left:20px; font-size: 24px; color: #fff; font-weight: 700; } @media screen and (max-width: 1567px){ .video .vid-img{ border-left: 2px dashed #fff; } .wrap6 .car-title h1{ font-size: 45px; font-weight: 700; color: #0a0626; } } @media screen and (max-width: 1566px) { .bg-container { max-width: 1140px; } .bg-container .bg-left h1 { font-size: 87px; } .bg-container .bg-left p { font-size: 16px; } .bg-container .bg-left .btn { padding: 12px 22px; font-size: 14px; } .bg-bubble { width: 170px; bottom: 3%; left: 6%; } .bg-container .bg-left .btn { font-size: 14px; padding: 12px 22px; } .bg-container .bg-right { width: 300px; padding-top: 20px; display: block; margin-left: auto; } .bg-container .bg-left { margin-left: 20px; } .bg-wrap1 { padding-top: 195px; padding-bottom: 200px; } .wrap2{ padding:40px 100px; } .order-right{ padding: 40px; } .order-right .icon{ width: 52px; } .order-right h1{ font-size: 44px; } .order-right p{ font-size: 14px; padding: 0; } .order-right .money{ margin-top: 15px; padding: 15px; } .money .text1 h2{ font-size: 30px; } .money .text1 p{ font-size: 13px; } .wrap3{ max-width: 1140px; padding: 50px 45px; } .wrap3 ul li .img1{ width: 75px; height: 75px; } .wrap3 ul li .text1 h1{ font-size: 26px; margin-bottom: 0; } .wrap3 ul li .text1 p{ font-size: 14px; } .wrap4 .title1{ padding: 0 330px; } .wrap4 .title1 h1{ font-size: 38px; text-align: center; } .wrap4 .title1 p{ font-size: 14px; text-align: center; /* text-indent: 11%; */ } .off-text h1{ font-size: 50px; color: #fff; font-weight: 700; } .off-money h2{ font-size: 34px; color: #ff702a; font-weight: 700; } .wrap6 .car-title { padding: 0px 250px; } .swriper .box{ width: 118px; } .swiper-container .swiper-slide .sli-img{ max-width: 118px; margin: auto; } .sli-text .p1{ font-size: 16px; } .sli-text h5{ font-size: 20px; } .add .subtract span{ font-size: 18px; } .bg-container h1 span::after{ background-color: rgb(255, 112, 42); } .video .vid-img{ border-left: 2px dashed transparent; } .wrap6 .car-title h1{ font-size: 38px; } .off-right{ display: flex; justify-content: center; } } @media screen and (max-width: 1199px) { .bg-container .bg-left h1 { font-size: 64px; } .bg-bubble { width: 140px; bottom: 3%; left: 2%; } .bg-container .bg-left { flex: 0 0 50%; max-width: 50%; } .bg-container .bg-left h1 .food { margin-right: 0; } .bg-wrap1 { padding:185px 0 130px; } .wrap2{ padding:40px 70px; } .order-img{ width: 300px; } .order-right{ padding:20px; /* margin-left: 50px; */ } .order-right h1{ font-size: 36px; } .money .text1 h2{ font-size: 28px; } .wrap3{ max-width: 900px; padding: 45px 20px; } .wrap3 ul li .img1{ width: 70px; height: 70px; } .wrap3 ul li .text1 h1{ font-size: 24px; margin-bottom: 0; } .wrap4 .title1{ padding: 0 250px; } .wrap4 .title1{ padding: 0 300px; } .off-text h1{ font-size: 45px; color: #fff; font-weight: 700; } .off-text h5{ font-size: 16px; color: #dccedc; padding: 20px 0; } .off-text .p1{ font-size: 12px; color: #b6a9a9; padding-left: 30px; border-left: 2px solid #fc802a; margin-bottom:16px; } .off-money h2{ font-size: 30px; color: #ff702a; font-weight: 700; } .off-money .off-btn { padding: 10px 22px; font-size: 12px; } .list1 ul li .list1-img{ width: 250px; } .off-right .off-img{ width: 200px; } .wrap6 .car-title h1{ font-size: 36px; } .swriper .box{ width: 100px; } .swiper-container .swiper-slide .sli-img{ max-width: 100px; margin: auto; } .sli-text .p1{ font-size: 14px; } .sli-text h5{ font-size: 18px; } .sli-text .p2{ font-size: 14px; } .video .vid-text h1{ font-size: 40px; } .video .vid-text p { font-size: 18px; } .video .vid-img p{ font-size: 22px; } .video .vid-img .play { width: 70px; height: 70px; } .video .vid-img .play::after { border-width: 12px; } .add .subtract span{ font-size: 16px; } .wrap3 ul li .img1 img{ width: 28px; } .bg-container h1 span::after{ background-color: transparent; } } @media screen and (max-width: 991px) { .bg-container { max-width: 960px; } .bg-bubble { width: 140px; bottom: 0; left: 2%; } .bg-container .bg-left h1 { font-size: 50px; } .bg-container .bg-left p { font-size: 14px; } .bg-container .bg-left .btn { font-size: 12px; padding: 10px 20px; } .bg-container .bg-right { width: 215px; padding-top: 20px; display: block; margin-left: auto; } .wrap2{ padding:40px 60px; } .order-right{ padding:20px; margin-left: 50px; } .order-img{ width: 270px; } .order-right h1{ font-size: 30px; } .order-right p{ font-size: 12px; padding: 0; text-indent: 20px; } .order-right .money{ margin-top: 15px; padding: 10px; } .money .text1 h2{ font-size: 26px; } .money .text1 p{ font-size: 12px; } .wrap3{ max-width: 700px; padding: 20px; } .wrap3 ul li .text1 h1{ font-size: 22px; margin-bottom: 0; } .wrap4 .title1 h1{ font-size: 34px; text-align: center; } .wrap4 .title1 p{ font-size: 13px; text-align: center; } .off-text h1{ font-size: 40px; color: #fff; font-weight: 700; } .off-text h5{ font-size: 14px; color: #dccedc; padding: 20px 0; } .off-money h2{ font-size: 28px; color: #ff702a; font-weight: 700; } .off-money .off-btn { padding: 8px 20px; font-size: 10px; } .off-right .off-img{ width: 180px; } .wrap6 .car-title h1{ font-size: 34px; } .wrap6 .car-title { padding: 0px 200px; } .swriper .box{ width: 80px; } .swiper-container .swiper-slide .sli-img{ max-width: 80px; margin: auto; } .sli-text .p1{ font-size: 12px; } .sli-text h5{ font-size: 16px; } .sli-text .p2{ font-size: 12px; } .video .vid-text h1{ font-size: 35px; } .video .vid-text p { font-size: 16px; } .video .vid-img p{ font-size: 20px; } .video .vid-img .play { width: 60px; height: 60px; } .add .subtract span{ font-size: 14px; } .money .btn{ font-size: 12px; } .wrap3 ul li{ width: 50%; flex-wrap: wrap; } .wrap3 ul li .text1{ margin-top: 10px; width: 299px; } } @media screen and (max-width: 915px){ .wrap4 .title1{ padding: 0 200px; } .off-text h1{ font-size: 35px; color: #fff; font-weight: 700; } .off-text h5{ font-size: 13px; color: #dccedc; padding: 20px 0; } .off-money h2{ font-size: 24px; color: #ff702a; font-weight: 700; } .off-money .off-btn { padding: 6px 18px; font-size: 8px; } .list1 ul li .list1-img{ width: 200px; } .wrap6 .car-title h1{ font-size: 32px; } .swriper .box{ width: 60px; } .swiper-container .swiper-slide .sli-img{ max-width: 60px; margin: auto; } .video .vid-text h1{ font-size: 30px; } .video .vid-text p { font-size: 14px; } .video .vid-img p{ font-size: 18px; } .video .vid-img { padding: 50px 0 50px 50px; } .video .vid-slid{ padding: 50px 0 50px 50px; } .order-right{ padding:20px; margin-left: 50px; } .order-img{ width: 200px; } .add .subtract span{ font-size: 12px; } } @media screen and (max-width: 767px) { .bg-container { max-width: 720px; } .bg-bubble { display: none; } .bg-container .bg-right { width: 150px; padding-top: 20px; display: none; margin-left: auto; } .bg-container .bg-left { margin: 0 auto; } .bg-wrap1 { padding-top: 155px; padding-bottom: 130px; } .wrap2{ flex-wrap: wrap; justify-content: center; align-items: center; padding: 40px 10px; } .order-right{ margin: 0 50px; } .order-right h1{ font-size: 30px; } .order-right p{ font-size: 14px; padding: 0; } .money .text1 h2{ font-size: 34px; } .money .text1 p{ font-size: 14px; } .money{ flex-direction:column; } .text1{ margin-bottom:20px; } .btn{ margin-top:20px; } .wrap3{ max-width: 720px; margin: 0 50px; } .wrap3 ul{ flex-direction: column; } .wrap3 ul li{ width: 100%; } .wrap4 .title1{ padding: 0 120px; } .off-text h1{ font-size: 40px; color: #fff; font-weight: 700; } .off-text h5{ font-size: 16px; color: #dccedc; padding: 20px 0; } .off-text .p1{ font-size: 14px; color: #b6a9a9; padding-left: 30px; border-left: 2px solid #fc802a; margin-bottom:16px; } .off-text{ width: 100%; margin-bottom: 80px; } .off-right{ width: 100%; display: flex; justify-content: center; margin-left: 0; } .off-money h2{ font-size: 28px; color: #ff702a; font-weight: 700; } .off-money .off-btn { padding: 10px 22px; font-size: 12px; margin-top: 10px; } .list1 ul li .list1-img{ width: 250px; } .off-right .off-img{ width: 250px; } .wrap6 .car-title { padding: 0px 50px; } .swriper .swr-left{ display: none; } .swriper .swr-right{ display: none; } .swiper-container .swiper-slide .sli-img{ max-width:80px; margin: auto; } .sli-text .p1{ font-size: 14px; } .sli-text h5{ font-size: 18px; } .sli-text .p2{ font-size: 14px; } .video .vid-text h1{ font-size: 35px; } .video .vid-text p { font-size: 16px; } .video .vid-img p{ font-size: 20px; } .video{ flex-wrap: wrap; justify-content: center; } .video .vid-img { padding: 50px 0; border-left: transparent; } .video .vid-text{ width: 100%; } .video .vid-slid{ width: 100%; } .add .subtract span{ font-size: 16px; } .money .btn{ font-size: 14px; } .wrap3 ul li .img1{ width: 75px; height: 75px; } .wrap3 ul li .img1 img{ width: 36px; } .wrap3 ul li .text1{ margin-top: 10px; width:200px; } .sli-wrap .swiper-container .swiper-button-prev{ display: none; } .sli-wrap .swiper-container .swiper-button-next{ display: none; } } @media screen and (max-width: 576px) { .bg-container { max-width: 540px; } .bg-container .bg-left { flex: 0 0 100%; max-width: 100%; } .bg-container .bg-left { flex: 0 0 100%; max-width: 100%; } .wrap3{ max-width: 540px; margin: 0 30px; } .order-right{ margin: 0; } .wrap4 .title1{ padding: 0 90px; } .off-money .off-btn { padding: 8px 20px; font-size: 10px; } .off-right .off-img{ width: 200px; } .add .subtract span{ font-size: 14px; } .wrap2{ padding-left:10px; padding-right:10px; } } @media screen and (max-width: 491px) { .bg-container .bg-left h1 { font-size: 45px; } .bg-wrap1 { padding-top: 115px; padding-bottom: 130px; } .order-img{ width: 200px; margin:auto; } .wrap2{ padding: 40px 30px; } .order-right{ padding:15px 10px 10px; } .order-right p{ font-size: 13px; padding: 0; } .money .text1 h2{ font-size: 24px; } .money .text1 p{ font-size: 13px; } .wrap3 ul li .text1 h1{ font-size: 20px; margin-bottom: 0; } .wrap3 ul li .text1 p{ font-size: 12px; } .wrap4 .title1 h1{ font-size: 30px; text-align: center; } .wrap4 .title1 p{ font-size: 12px; text-align: center; } .wrap4 .title1{ padding: 0 80px; } .off-text h1{ font-size: 28px; color: #fff; font-weight: 700; } .off-text h5{ font-size: 12px; color: #dccedc; padding: 20px 0; } .off-text .p1{ font-size: 12px; color: #b6a9a9; padding-left: 30px; border-left: 2px solid #fc802a; margin-bottom:16px; } .off-money h2{ font-size: 20px; color: #ff702a; font-weight: 700; } .off-money .off-btn { padding: 6px 18px; font-size: 8px; } .list1 ul li .list1-img{ width: 180px; } .off-right .off-img{ width: 180px; } .wrap6 .car-title h1{ font-size: 30px; } .sli-text .p1{ font-size: 12px; } .sli-text h5{ font-size: 16px; } .sli-text .p2{ font-size: 12px; } .video .vid-text h1{ font-size: 30px; } .video .vid-text p { font-size: 14px; } .video .vid-img p{ font-size: 18px; } .order-right h1 { font-size:23px; } .money .btn{ font-size: 12px; } .wrap3 ul li .img1{ width: 70px; height: 70px; } .wrap3 ul li .img1 img{ width: 28px; } } @media screen and (max-width: 450px) { .wrap4 .title1{ padding: 0 70px; } .wrap2{ padding: 40px 10px; } } @media screen and (max-width: 400px) { .bg-container .bg-left h1 { font-size: 40px; } .bg-container .bg-left p { font-size: 12px; } .wrap3{ margin: 0 10px; } .wrap3 ul li .img1{ width: 65px; height: 65px; } .wrap3 ul li .text1 h1{ font-size: 18px; margin-bottom: 0; } .wrap4 .title1 h1{ font-size: 24px; text-align: center; } .wrap4 .title1 p{ font-size: 10px; text-align: center; } .wrap4 .title1{ padding: 0 60px; } .off-money .off-btn { padding: 4px 10px; font-size:10px; } .list1 ul li .list1-img{ width: 160px; } .wrap6 .car-title h1{ font-size: 25px; } .wrap6 .car-title { padding: 0px 30px; } .swiper-container .swiper-slide .sli-img{ max-width: 60px; margin: auto; } .video .vid-text h1{ font-size: 25px; } .video .vid-slid { padding: 0; } .order-right h1 { font-size: 28px; } .add .subtract span{ font-size: 12px; } .wrap3 ul li .text1{ margin-top: 10px; width:150px; } } @media screen and (max-width: 350px) { .order-right p{ font-size: 12px; padding: 0; } .money .text1 p{ font-size: 12px; } .wrap4 .title1{ padding: 0 50px; } .list1 ul li{ margin:10px; box-sizing: border-box; } .off-text .p1{ font-size: 10px; color: #b6a9a9; padding-left: 30px; border-left: 2px solid #fc802a; margin-bottom:16px; } .off-money h2{ font-size: 18px; color: #ff702a; font-weight: 700; } .wrap6 .car-title h1{ font-size: 20px; } .sli-text .p1{ font-size: 10px; } .sli-text h5{ font-size: 14px; } .sli-text .p2{ font-size: 10px; } .video .vid-text h1{ font-size: 20px; } .video .vid-text p { font-size: 10px; } .video .vid-img p{ font-size: 16px; } .video { padding: 24px; } .wrap3 ul li .text1{ margin-top: 10px; width:150px; } } @media screen and (max-width: 320px) { .bg-container .bg-left h1 { font-size: 35px; } .bg-container .bg-left p { font-size: 14px; } .money .text1 h2{ font-size: 18px; } .wrap4 .title1{ padding: 0 40px; } .off-text h1{ font-size: 24px; color: #fff; font-weight: 700; } .off-text h5{ font-size: 10px; color: #dccedc; padding: 20px 0; } .off-money .off-btn { padding: 2px 8px; } .list1 ul li .list1-img{ width: 140px; } .wrap6 .car-title { padding: 0px 20px; } .order-right h1 { font-size:20px; } .wrap3 ul li .text1 h1{ font-size: 14px; } .wrap3 ul li .text1 p{ font-size: 12px; } }
web/code/project/hotte/css/home.css
.bg-wrap1 { width: 100%; background: url(../img/hotte_homebg.jpg) no-repeat; background-size: cover; background-position: center center; padding: 250px 0; position: relative; z-index: 1; } .bg-wrap1::after { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: #000; opacity: 0.85; z-index: -1; } .bg-container { max-width: 1140px; margin: 0 auto; padding: 0 15px; display: flex; align-items: center; } .bg-container .bg-left h1 { color: #fff; font-size: 90px; font-weight: 700; margin-bottom: 20px; } .bg-container .bg-left h1 strong { color: #ff702a; } .bg-container .bg-left h1 span { font-weight: 100; position: relative; } .bg-container h1 span::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background-color: #ff702a; } .bg-container .bg-right { padding: 0 15px; } .bg-container .bg-right img { width: 100%; height: 100%; object-fit: cover; } .bg-container .bg-left p { font-size: 20px; font-weight: 400; color: #fff; margin-bottom: 30px; } .bg-container .bg-left p a { text-decoration: none; color: #ff702a; } .bg-container .bg-left .btn { text-decoration: none; color: #fff; padding: 15px 30px; border-radius: 35px; transition: all 0.3s; overflow: hidden; position: relative; z-index: 1; } .bg-container .bg-left .btn::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to right, #f65f26, #d41c18); border-radius: 35px; border: 2px solid transparent; z-index: -1; } .bg-container .bg-left .btn:hover { color: #ff702a; } .bg-container .bg-left .btn:hover::after { content: ""; width: 100%; height: 100%; background: transparent; border: 2px solid #ff702a; } .bg-bubble { position: absolute; width: 220px; bottom: 8%; left: 200px; } .bg-bubble img { width: 100%; height: 100%; object-fit: cover; } .wrap2{ max-width: 1140px; margin: 0 auto; display: flex; align-items: center; padding: 80px 0; } .order-img{ width: 450px; } .order-img img{ width: 100%; height: 100%; object-fit: cover; } .order-right{ margin-left:100px ; padding: 30px; border-radius: 10px; background:#feeee7; } .order-right .icon{ width: 60px; padding: 12px 15px; margin: 0 auto; border-radius: 10px; background: #fff; transform: rotate(45deg); margin-bottom:20px; } .order-right .icon img{ width: 100%; height: 100%; object-fit: cover; } .order-right h1{ font-size: 50px; font-weight: 700; color: #0a0626; text-align: center; padding: 20px 0; } .order-right h1 span{ color:#ff702a; } .order-right p{ color: #494442; font-size: 16px; font-weight: 500; line-height: 1.6; text-align: center; } .order-right p span{ color: #ff702a; } .order-right .money{ margin-top: 30px; background: #fff; padding: 25px; border-radius: 10px; display: flex; justify-content: space-around; align-items: center; } .money .text1 h2{ font-size: 38px; color: #ff702a; font-weight: 700; } .money .text1 h2 span{ font-size: 18px; } .money .text1 .iconfont{ font-size: 15px; font-weight: 600; margin-right: 5px; color: #0a0626; } .add{ padding: 0 26px; background: #feeee7; transform: rotate(45deg); border-radius: 10px; } .add .subtract{ display: flex; flex-direction:column ; justify-content: space-between; align-items: center; transform: rotate(-45deg); } .add .subtract span{ color: #0a0626; font-size: 20px; font-weight: 700; } .add .subtract a{ font-size: 20px; font-weight: 500; text-decoration: none; color: #000; } .money .btn { font-size: 14px; border: 1px solid transparent; padding: 10px 20px; background: #ff702a; border-radius: 35px; transition: all 0.3s; } .money .btn:hover{ color: #ff702a; border: 1px solid #ff702a; background: transparent; } .wrap3{ max-width: 1140px; margin: 0 auto; padding: 50px 40px; background: #ff702a; border-radius: 25px; position: relative; z-index: -1; } .wrap3::after{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:url(../img/llinebg.png) no-repeat; background-size: cover; background-position: center center; } .wrap3 ul{ list-style: none; position: relative; z-index: 1; display: flex; flex-wrap: wrap; } .wrap3 ul li{ width: 33.3333333%; padding: 8px 0; display: flex; } .wrap3 ul li .img1{ width: 90px; height: 90px; background: #ffffff5c; border-radius: 50%; display: flex; justify-content: center; align-items: center; } .wrap3 ul li .img1 img{ width: 32px; } .wrap3 ul li .text1{ width: 200px; margin-left: 20px; color: #fff; /* display: none; */ } .wrap3 ul li .text1 h1{ font-size: 26px; font-weight: 700; line-height: 1.6; margin-bottom: 10px; } .wrap4{ max-width: 1140px; margin: 40px auto; } .wrap4 .title1{ padding: 0 255px; text-align: center; } .wrap4 .title1 h1{ font-size: 50px; font-weight: 700; margin-bottom: 10px; } .wrap4 .title1 h1 span{ color: #f65f26; } .list1 ul{ list-style: none; display: flex; flex-wrap: wrap; justify-content: center; } .list1 ul li{ padding: 20px; border-radius: 8px; background: #feeee7; /* margin-top: 30px; */ margin: 30px 10px 0; } .list1 ul li .list-img{ position: relative; } .list1 ul li .list1-img{ width: 200px; } .list1 ul li .list-img1{ padding: 20px 50px; } .list1 ul li .list1-img img{ width: 100%; height: 100%; object-fit: cover; } .list1-price{ padding: 20px; margin-top: 20px; background: #fff; border-radius: 3px; } .list1-price h4{ font-size: 24px; font-weight: 700; margin-bottom:5px; } .list1-price p{ font-size: 14px; } .list1-price .iconfont{ font-size: 15px; font-weight: 600; margin-right: 5px; color: #0a0626; } .list1-price h1{ font-size: 28px; font-weight: 700; color: #f65f26; } .list1-price h1 span{ font-size: 18px; } .priceer{ display: flex; justify-content: space-between; align-items: center; } .list1-price .priceer a{ text-decoration: none; padding: 10px 20px; font-size: 14px; color: #000; font-weight: 500; background: #feeee7; border-radius: 35px; transition: all 0.3s; } .list1-price .priceer a:hover{ background: #fc802a; color: #fff; } .list-img .list-content{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; padding: 20px; border-radius: 10px; box-sizing: border-box; /* z-index: 999; */ display: none; background: linear-gradient(to right,#fc802a,#d41c18); } .list1 li:hover .list-content{ display: block; } .list-img .list-content h3{ font-size: 24px; font-weight: 700; margin-bottom: 10px; color: #fff; } .list-img .list-content p{ font-size: 14px; color: #fff; } .wrap5{ width: 100%; height: 100%; margin-bottom:40px; background: url(../img/offerbgimg.jpg) no-repeat; background-size: cover; background-position: center center; padding: 180px 0; } .offers{ max-width: 1140px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; padding: 0 50px; } .off-text{ width: 50%; padding: 0 15px; box-sizing: border-box; } .off-text h1{ font-size: 55px; color: #fff; font-weight: 700; } .off-text h1 span{ color: #fc802a; } .off-text h5{ font-size: 18px; color: #dccedc; padding: 20px 0; line-height: 1.4; } .off-text .p1{ font-size: 14px; color: #b6a9a9; padding-left: 30px; border-left: 2px solid #fc802a; margin-bottom:16px; } .off-money{ display: flex; justify-content: space-between; } .off-money h2{ font-size: 38px; color: #ff702a; font-weight: 700; } .off-money h2 span{ font-size: 18px; } .off-money .p2{ font-size: 14px; color: #a09894; } .off-money .p2 span{ font-size: 13px; margin-right: 5px; } .off-money .off-btn{ text-decoration: none; display: inline-block; height: 100%; font-size: 14px; color: #fff; border-radius: 35px; transition: all 0.3s; padding: 12px 25px; background: #ff702a; border: 1px solid transparent; margin-top: 20px; } .off-right{ width: 50%; padding: 0 15px; box-sizing: border-box; } .off-right .off-img{ width: 250px; } .off-right .off-img img{ width: 100%; height: 100%; object-fit: cover; } .wrap6{ max-width: 1140px; margin: 0 auto; } .wrap6 .car-title { padding: 0 300px; text-align: center; margin-bottom: 20px; } .wrap6 .car-title h1{ font-size: 50px; font-weight: 700; color: #0a0626; } .wrap6 .car-title h1 span{ color: #ff702a; } .swriper{ display: flex; margin: 0 10px; } .swriper .swr-left{ display: flex; flex-direction: column; justify-content: space-between; margin-right: 50px; } .swriper .swr-right{ display: flex; flex-direction: column; justify-content: space-between; margin-left: 50px; } .swriper .box{ width: 118px; } .swriper .box img{ width: 100%; height: 100%; object-fit: cover; } /* TODO 轮播样式 */ .sli-wrap { width: 100%; background: #feeee7; background-image: url(../img/circle1.png); background-repeat: no-repeat; background-position: center center; border-radius: 10px; overflow: hidden; padding:40px 20px; margin-bottom: 30px; } .swiper-container{ overflow: hidden; } .sli-wrap .swiper-container .swiper-slide{ width: 775px; height: 100%; } .swiper-container .swiper-slide .sli-img{ max-width: 118px; margin: auto; } .swiper-container .swiper-slide .sli-img img{ width: 100%; height: 100%; object-fit: cover; } .sli-text .p1{ color: #807670; font-size: 18px; padding: 20px 0; text-align: center; } .sli-text h5{ text-align: center; font-size: 20px; color: #0a0626; font-weight: 700; padding: 10px 0; } .sli-text .p2{ text-align: center; font-size:14px; color: #807670; } .sli-wrap .swiper-container .swiper-button-prev{ background-image: url("") !important; width: 40px; height: 40px; background: #fff; border-radius: 50%; text-align: center; line-height: 40px; position: absolute; top: 15%; left: 15%; } .swiper-button-prev span{ font-size: 22px; font-weight: 700; } .sli-wrap .swiper-container .swiper-button-next{ background-image: url("") !important; width: 40px; height: 40px; background: #fff; border-radius: 50%; text-align: center; line-height: 40px; position: absolute; top: 15%; right: 15%; } .swiper-button-next span{ font-size: 22px; font-weight: 700; } .sli-wrap .swiper-container .swiper-button-prev:hover span{ color: #ff702a; } .sli-wrap .swiper-container .swiper-button-next:hover span{ color: #ff702a; } /* 播放 */ .wrap7{ margin-top:20px; background: url(../img/testyimg.jpg) no-repeat; background-size: cover; } .video{ max-width: 1140px; margin: 0 auto; padding: 50px; display: flex; } .video .vid-text{ width: 50%; padding: 30px 0; box-sizing: border-box; } .video .vid-text h1{ font-size: 46px; color: #fff; font-weight: 700; line-height: 1.2; } .video .vid-text h1 span{ color: #0a0626; } .video .vid-text p { font-size: 20px; color: #fff; line-height: 1.6; padding-top:15px; } .video .vid-slid{ width: 50%; margin: 0 10px; padding: 50px; } .video .vid-img{ padding:50px; border-left: 2px dashed #fff; box-sizing: border-box; display: flex; align-items: center; } .video .vid-img .play{ width: 80px; height: 80px; background: rgba(255, 255, 255, 0.377); border-radius: 50%; position: relative; } .video .vid-img .play::after{ content: ""; position: absolute; bottom:30%; left: 22%; border: 15px solid #000; border-radius:5px; border-color: #fff #fff transparent transparent; transform: rotate(45deg); } .video .vid-img p{ padding-left:20px; font-size: 24px; color: #fff; font-weight: 700; } @media screen and (max-width: 1567px){ .video .vid-img{ border-left: 2px dashed #fff; } .wrap6 .car-title h1{ font-size: 45px; font-weight: 700; color: #0a0626; } } @media screen and (max-width: 1566px) { .bg-container { max-width: 1140px; } .bg-container .bg-left h1 { font-size: 87px; } .bg-container .bg-left p { font-size: 16px; } .bg-container .bg-left .btn { padding: 12px 22px; font-size: 14px; } .bg-bubble { width: 170px; bottom: 3%; left: 6%; } .bg-container .bg-left .btn { font-size: 14px; padding: 12px 22px; } .bg-container .bg-right { width: 300px; padding-top: 20px; display: block; margin-left: auto; } .bg-container .bg-left { margin-left: 20px; } .bg-wrap1 { padding-top: 195px; padding-bottom: 200px; } .wrap2{ padding:40px 100px; } .order-right{ padding: 40px; } .order-right .icon{ width: 52px; } .order-right h1{ font-size: 44px; } .order-right p{ font-size: 14px; padding: 0; } .order-right .money{ margin-top: 15px; padding: 15px; } .money .text1 h2{ font-size: 30px; } .money .text1 p{ font-size: 13px; } .wrap3{ max-width: 1140px; padding: 50px 45px; } .wrap3 ul li .img1{ width: 75px; height: 75px; } .wrap3 ul li .text1 h1{ font-size: 26px; margin-bottom: 0; } .wrap3 ul li .text1 p{ font-size: 14px; } .wrap4 .title1{ padding: 0 330px; } .wrap4 .title1 h1{ font-size: 38px; text-align: center; } .wrap4 .title1 p{ font-size: 14px; text-align: center; /* text-indent: 11%; */ } .off-text h1{ font-size: 50px; color: #fff; font-weight: 700; } .off-money h2{ font-size: 34px; color: #ff702a; font-weight: 700; } .wrap6 .car-title { padding: 0px 250px; } .swriper .box{ width: 118px; } .swiper-container .swiper-slide .sli-img{ max-width: 118px; margin: auto; } .sli-text .p1{ font-size: 16px; } .sli-text h5{ font-size: 20px; } .add .subtract span{ font-size: 18px; } .bg-container h1 span::after{ background-color: rgb(255, 112, 42); } .video .vid-img{ border-left: 2px dashed transparent; } .wrap6 .car-title h1{ font-size: 38px; } .off-right{ display: flex; justify-content: center; } } @media screen and (max-width: 1199px) { .bg-container .bg-left h1 { font-size: 64px; } .bg-bubble { width: 140px; bottom: 3%; left: 2%; } .bg-container .bg-left { flex: 0 0 50%; max-width: 50%; } .bg-container .bg-left h1 .food { margin-right: 0; } .bg-wrap1 { padding:185px 0 130px; } .wrap2{ padding:40px 70px; } .order-img{ width: 300px; } .order-right{ padding:20px; /* margin-left: 50px; */ } .order-right h1{ font-size: 36px; } .money .text1 h2{ font-size: 28px; } .wrap3{ max-width: 900px; padding: 45px 20px; } .wrap3 ul li .img1{ width: 70px; height: 70px; } .wrap3 ul li .text1 h1{ font-size: 24px; margin-bottom: 0; } .wrap4 .title1{ padding: 0 250px; } .wrap4 .title1{ padding: 0 300px; } .off-text h1{ font-size: 45px; color: #fff; font-weight: 700; } .off-text h5{ font-size: 16px; color: #dccedc; padding: 20px 0; } .off-text .p1{ font-size: 12px; color: #b6a9a9; padding-left: 30px; border-left: 2px solid #fc802a; margin-bottom:16px; } .off-money h2{ font-size: 30px; color: #ff702a; font-weight: 700; } .off-money .off-btn { padding: 10px 22px; font-size: 12px; } .list1 ul li .list1-img{ width: 250px; } .off-right .off-img{ width: 200px; } .wrap6 .car-title h1{ font-size: 36px; } .swriper .box{ width: 100px; } .swiper-container .swiper-slide .sli-img{ max-width: 100px; margin: auto; } .sli-text .p1{ font-size: 14px; } .sli-text h5{ font-size: 18px; } .sli-text .p2{ font-size: 14px; } .video .vid-text h1{ font-size: 40px; } .video .vid-text p { font-size: 18px; } .video .vid-img p{ font-size: 22px; } .video .vid-img .play { width: 70px; height: 70px; } .video .vid-img .play::after { border-width: 12px; } .add .subtract span{ font-size: 16px; } .wrap3 ul li .img1 img{ width: 28px; } .bg-container h1 span::after{ background-color: transparent; } } @media screen and (max-width: 991px) { .bg-container { max-width: 960px; } .bg-bubble { width: 140px; bottom: 0; left: 2%; } .bg-container .bg-left h1 { font-size: 50px; } .bg-container .bg-left p { font-size: 14px; } .bg-container .bg-left .btn { font-size: 12px; padding: 10px 20px; } .bg-container .bg-right { width: 215px; padding-top: 20px; display: block; margin-left: auto; } .wrap2{ padding:40px 60px; } .order-right{ padding:20px; margin-left: 50px; } .order-img{ width: 270px; } .order-right h1{ font-size: 30px; } .order-right p{ font-size: 12px; padding: 0; text-indent: 20px; } .order-right .money{ margin-top: 15px; padding: 10px; } .money .text1 h2{ font-size: 26px; } .money .text1 p{ font-size: 12px; } .wrap3{ max-width: 700px; padding: 20px; } .wrap3 ul li .text1 h1{ font-size: 22px; margin-bottom: 0; } .wrap4 .title1 h1{ font-size: 34px; text-align: center; } .wrap4 .title1 p{ font-size: 13px; text-align: center; } .off-text h1{ font-size: 40px; color: #fff; font-weight: 700; } .off-text h5{ font-size: 14px; color: #dccedc; padding: 20px 0; } .off-money h2{ font-size: 28px; color: #ff702a; font-weight: 700; } .off-money .off-btn { padding: 8px 20px; font-size: 10px; } .off-right .off-img{ width: 180px; } .wrap6 .car-title h1{ font-size: 34px; } .wrap6 .car-title { padding: 0px 200px; } .swriper .box{ width: 80px; } .swiper-container .swiper-slide .sli-img{ max-width: 80px; margin: auto; } .sli-text .p1{ font-size: 12px; } .sli-text h5{ font-size: 16px; } .sli-text .p2{ font-size: 12px; } .video .vid-text h1{ font-size: 35px; } .video .vid-text p { font-size: 16px; } .video .vid-img p{ font-size: 20px; } .video .vid-img .play { width: 60px; height: 60px; } .add .subtract span{ font-size: 14px; } .money .btn{ font-size: 12px; } .wrap3 ul li{ width: 50%; flex-wrap: wrap; } .wrap3 ul li .text1{ margin-top: 10px; width: 299px; } } @media screen and (max-width: 915px){ .wrap4 .title1{ padding: 0 200px; } .off-text h1{ font-size: 35px; color: #fff; font-weight: 700; } .off-text h5{ font-size: 13px; color: #dccedc; padding: 20px 0; } .off-money h2{ font-size: 24px; color: #ff702a; font-weight: 700; } .off-money .off-btn { padding: 6px 18px; font-size: 8px; } .list1 ul li .list1-img{ width: 200px; } .wrap6 .car-title h1{ font-size: 32px; } .swriper .box{ width: 60px; } .swiper-container .swiper-slide .sli-img{ max-width: 60px; margin: auto; } .video .vid-text h1{ font-size: 30px; } .video .vid-text p { font-size: 14px; } .video .vid-img p{ font-size: 18px; } .video .vid-img { padding: 50px 0 50px 50px; } .video .vid-slid{ padding: 50px 0 50px 50px; } .order-right{ padding:20px; margin-left: 50px; } .order-img{ width: 200px; } .add .subtract span{ font-size: 12px; } } @media screen and (max-width: 767px) { .bg-container { max-width: 720px; } .bg-bubble { display: none; } .bg-container .bg-right { width: 150px; padding-top: 20px; display: none; margin-left: auto; } .bg-container .bg-left { margin: 0 auto; } .bg-wrap1 { padding-top: 155px; padding-bottom: 130px; } .wrap2{ flex-wrap: wrap; justify-content: center; align-items: center; padding: 40px 10px; } .order-right{ margin: 0 50px; } .order-right h1{ font-size: 30px; } .order-right p{ font-size: 14px; padding: 0; } .money .text1 h2{ font-size: 34px; } .money .text1 p{ font-size: 14px; } .money{ flex-direction:column; } .text1{ margin-bottom:20px; } .btn{ margin-top:20px; } .wrap3{ max-width: 720px; margin: 0 50px; } .wrap3 ul{ flex-direction: column; } .wrap3 ul li{ width: 100%; } .wrap4 .title1{ padding: 0 120px; } .off-text h1{ font-size: 40px; color: #fff; font-weight: 700; } .off-text h5{ font-size: 16px; color: #dccedc; padding: 20px 0; } .off-text .p1{ font-size: 14px; color: #b6a9a9; padding-left: 30px; border-left: 2px solid #fc802a; margin-bottom:16px; } .off-text{ width: 100%; margin-bottom: 80px; } .off-right{ width: 100%; display: flex; justify-content: center; margin-left: 0; } .off-money h2{ font-size: 28px; color: #ff702a; font-weight: 700; } .off-money .off-btn { padding: 10px 22px; font-size: 12px; margin-top: 10px; } .list1 ul li .list1-img{ width: 250px; } .off-right .off-img{ width: 250px; } .wrap6 .car-title { padding: 0px 50px; } .swriper .swr-left{ display: none; } .swriper .swr-right{ display: none; } .swiper-container .swiper-slide .sli-img{ max-width:80px; margin: auto; } .sli-text .p1{ font-size: 14px; } .sli-text h5{ font-size: 18px; } .sli-text .p2{ font-size: 14px; } .video .vid-text h1{ font-size: 35px; } .video .vid-text p { font-size: 16px; } .video .vid-img p{ font-size: 20px; } .video{ flex-wrap: wrap; justify-content: center; } .video .vid-img { padding: 50px 0; border-left: transparent; } .video .vid-text{ width: 100%; } .video .vid-slid{ width: 100%; } .add .subtract span{ font-size: 16px; } .money .btn{ font-size: 14px; } .wrap3 ul li .img1{ width: 75px; height: 75px; } .wrap3 ul li .img1 img{ width: 36px; } .wrap3 ul li .text1{ margin-top: 10px; width:200px; } .sli-wrap .swiper-container .swiper-button-prev{ display: none; } .sli-wrap .swiper-container .swiper-button-next{ display: none; } } @media screen and (max-width: 576px) { .bg-container { max-width: 540px; } .bg-container .bg-left { flex: 0 0 100%; max-width: 100%; } .bg-container .bg-left { flex: 0 0 100%; max-width: 100%; } .wrap3{ max-width: 540px; margin: 0 30px; } .order-right{ margin: 0; } .wrap4 .title1{ padding: 0 90px; } .off-money .off-btn { padding: 8px 20px; font-size: 10px; } .off-right .off-img{ width: 200px; } .add .subtract span{ font-size: 14px; } .wrap2{ padding-left:10px; padding-right:10px; } } @media screen and (max-width: 491px) { .bg-container .bg-left h1 { font-size: 45px; } .bg-wrap1 { padding-top: 115px; padding-bottom: 130px; } .order-img{ width: 200px; margin:auto; } .wrap2{ padding: 40px 30px; } .order-right{ padding:15px 10px 10px; } .order-right p{ font-size: 13px; padding: 0; } .money .text1 h2{ font-size: 24px; } .money .text1 p{ font-size: 13px; } .wrap3 ul li .text1 h1{ font-size: 20px; margin-bottom: 0; } .wrap3 ul li .text1 p{ font-size: 12px; } .wrap4 .title1 h1{ font-size: 30px; text-align: center; } .wrap4 .title1 p{ font-size: 12px; text-align: center; } .wrap4 .title1{ padding: 0 80px; } .off-text h1{ font-size: 28px; color: #fff; font-weight: 700; } .off-text h5{ font-size: 12px; color: #dccedc; padding: 20px 0; } .off-text .p1{ font-size: 12px; color: #b6a9a9; padding-left: 30px; border-left: 2px solid #fc802a; margin-bottom:16px; } .off-money h2{ font-size: 20px; color: #ff702a; font-weight: 700; } .off-money .off-btn { padding: 6px 18px; font-size: 8px; } .list1 ul li .list1-img{ width: 180px; } .off-right .off-img{ width: 180px; } .wrap6 .car-title h1{ font-size: 30px; } .sli-text .p1{ font-size: 12px; } .sli-text h5{ font-size: 16px; } .sli-text .p2{ font-size: 12px; } .video .vid-text h1{ font-size: 30px; } .video .vid-text p { font-size: 14px; } .video .vid-img p{ font-size: 18px; } .order-right h1 { font-size:23px; } .money .btn{ font-size: 12px; } .wrap3 ul li .img1{ width: 70px; height: 70px; } .wrap3 ul li .img1 img{ width: 28px; } } @media screen and (max-width: 450px) { .wrap4 .title1{ padding: 0 70px; } .wrap2{ padding: 40px 10px; } } @media screen and (max-width: 400px) { .bg-container .bg-left h1 { font-size: 40px; } .bg-container .bg-left p { font-size: 12px; } .wrap3{ margin: 0 10px; } .wrap3 ul li .img1{ width: 65px; height: 65px; } .wrap3 ul li .text1 h1{ font-size: 18px; margin-bottom: 0; } .wrap4 .title1 h1{ font-size: 24px; text-align: center; } .wrap4 .title1 p{ font-size: 10px; text-align: center; } .wrap4 .title1{ padding: 0 60px; } .off-money .off-btn { padding: 4px 10px; font-size:10px; } .list1 ul li .list1-img{ width: 160px; } .wrap6 .car-title h1{ font-size: 25px; } .wrap6 .car-title { padding: 0px 30px; } .swiper-container .swiper-slide .sli-img{ max-width: 60px; margin: auto; } .video .vid-text h1{ font-size: 25px; } .video .vid-slid { padding: 0; } .order-right h1 { font-size: 28px; } .add .subtract span{ font-size: 12px; } .wrap3 ul li .text1{ margin-top: 10px; width:150px; } } @media screen and (max-width: 350px) { .order-right p{ font-size: 12px; padding: 0; } .money .text1 p{ font-size: 12px; } .wrap4 .title1{ padding: 0 50px; } .list1 ul li{ margin:10px; box-sizing: border-box; } .off-text .p1{ font-size: 10px; color: #b6a9a9; padding-left: 30px; border-left: 2px solid #fc802a; margin-bottom:16px; } .off-money h2{ font-size: 18px; color: #ff702a; font-weight: 700; } .wrap6 .car-title h1{ font-size: 20px; } .sli-text .p1{ font-size: 10px; } .sli-text h5{ font-size: 14px; } .sli-text .p2{ font-size: 10px; } .video .vid-text h1{ font-size: 20px; } .video .vid-text p { font-size: 10px; } .video .vid-img p{ font-size: 16px; } .video { padding: 24px; } .wrap3 ul li .text1{ margin-top: 10px; width:150px; } } @media screen and (max-width: 320px) { .bg-container .bg-left h1 { font-size: 35px; } .bg-container .bg-left p { font-size: 14px; } .money .text1 h2{ font-size: 18px; } .wrap4 .title1{ padding: 0 40px; } .off-text h1{ font-size: 24px; color: #fff; font-weight: 700; } .off-text h5{ font-size: 10px; color: #dccedc; padding: 20px 0; } .off-money .off-btn { padding: 2px 8px; } .list1 ul li .list1-img{ width: 140px; } .wrap6 .car-title { padding: 0px 20px; } .order-right h1 { font-size:20px; } .wrap3 ul li .text1 h1{ font-size: 14px; } .wrap3 ul li .text1 p{ font-size: 12px; } }
0.436142
0.058561
.inforRichTextContainer { position: relative; width: 100%; } .inforRichTextEditor, .inforRichTextHtmlView { border: 1px solid #b3b3b3; border-radius: 4px; color: #1a1a1a; font-family: helvetica,arial,sans-serif; font-size: 12px; height: 200px; line-height: 18px; min-height: 100px; overflow: auto; width: 100%; } .inforRichTextEditor.has-error { border: 1px solid #d5000e; } .inforRichTextContainer .icon-error { top: 60px; right: 0; } .inforRichTextEditor blockquote { margin-top: 10px; margin-bottom: 10px; margin-left: 20px; padding-left: 15px; border-left: 2px solid #ccc; } .inforRichTextHtmlView { padding: 0; } .inforRichTextEditor p { margin: 0; padding: 0; font-size: 1em; line-height: 18px; } .inforRichTextEditor[readonly] { border: 1px solid transparent; } .inforRTToolbar { border-radius: 3px; overflow: hidden; width: 100%; min-height: 0; } .inforRichTextEditor[disabled], .inforRichTextEditor[disabled]:focus { border: 1px solid transparent; cursor: default; opacity: 0.5; } .inforRichTextEditor:focus{ border: 1px solid #13A3F7; } .inforRichTextEditor.has-error:focus { background-color: #FDF2F3 !important; border: 1px solid #d5000e !important; } .inforRichTextEditor a { cursor: pointer; } .inforIconButton.blockQuote { color: #8d8d8d; font-family: Helvetica,Arial; font-size: 4.5em; padding-top: 3px; } .inforIconButton.showHtml, .inforIconButton.normal, .inforIconButton.h2, .inforIconButton.h3 { color: #666; font-family: Helvetica,Arial; font-size: 1.3em; line-height: 23px; width: auto !important; } .inforRTToolbar .inforDropdownContainer { margin-left: 10px; margin-right: 10px; top: 3px; width: 100px; } .inforIconButton.blockQuote:hover, .inforIconButton.showHtml:hover { color: #2b2b2b; } .ui-tabs-panel .inforRichTextEditor { background-color: white; } .inforIconButton.bold span{ background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAcElEQVR42mNggID/ROAzQJzGgAP8JwHPpNQAEHbBZwA2oAT1AkxNOakGMEA1kW2AMRDfRVKjREkYlFMSiLuhrqE4FoxJDQNBIF6FlqhIjgUQeIekTpBSA5RINWAmkpp3lAbiTEoMuIvufwYSExGKZgCt8pLUblOItgAAAABJRU5ErkJggg==") center center no-repeat;} .inforIconButton.italic span { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAfklEQVR42mNgwA/+E4FpoxkZaAHxP6iG90DMw0AimIVkYzepmkWA+BtU818gViLVgBok2zeQqpkTiF8gGeBAqgGpSJrPkaqZEYivIhmQTKoB7kiaX0O9QxLYgWRAM6maDZESzk8gliTVgIVIti8lVbMENOreQbEFsRoHLtcBAOMmShXmv1LtAAAAAElFTkSuQmCC") center center no-repeat;} .inforIconButton.underline span { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAP0lEQVR42mNgQAX/kTADCXKjBowagFNRKJJ4KLEG7EZTiA2vwmeAMREGKDEQACBDZmLR2EGMZrLAfwoxZQYAAOnJc2sqi7J/AAAAAElFTkSuQmCC") center center no-repeat;} .inforIconButton.strikeThrough span { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAeklEQVR42mNgwA1WAfF/JFzOQAIQRNMMwmdIMaAciwEgbEysAWeQNM1EYncQo9kYScNuNP47YgzoQNKQhsVFoYQMuIukWBBLmKxioAX4TwGmjgFUAbtJtBklTSgRGdfluNSVo6U8YvNIKLa4J5RQVmFLE6Qk1VBkVwAASrZqY2yyLEQAAAAASUVORK5CYII=") center center no-repeat;} .inforIconButton.justifyLeft span { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQAAAAA3iMLMAAAAAnRSTlMAAQGU/a4AAAAUSURBVGjeY/j/nwECQAx+EMIrAgAkoQwxFqNyswAAAABJRU5ErkJggg==") center center no-repeat;} .inforIconButton.justifyCenter span { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQAAAAA3iMLMAAAAAnRSTlMAAQGU/a4AAAAVSURBVGjeY/j/nwECgIwDzCCEVwQAabkPAXL5hdAAAAAASUVORK5CYII=") no-repeat scroll center center rgba(0, 0, 0, 0);} .inforIconButton.justifyRight span { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQAAAAA3iMLMAAAAAnRSTlMAAQGU/a4AAAAVSURBVGjeY/j/nwECgIwPDCCEVwQAev8PtfrrZyAAAAAASUVORK5CYII=") center center no-repeat;} .inforIconButton.outdent span{ background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQAAAAA3iMLMAAAAAnRSTlMAAQGU/a4AAAAlSURBVGjeY/j/nwECgIz3DAznGRga/zMwMoAQkAHkvgdLwdQAAFyQDnfirEg+AAAAAElFTkSuQmCC") center 4px no-repeat;} .inforIconButton.indent span { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQAAAAA3iMLMAAAAAnRSTlMAAQGU/a4AAAAlSURBVGjeY/j/nwGIIADIeM/A8JyBgfk/AyMDCAEZQO57BrgaAH+sDaubekkRAAAAAElFTkSuQmCC") center center no-repeat;} .inforIconButton.bulletList span { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAPElEQVR42mNgYGAIAOKXQPwaiMMYyAAvgPg/FL+Hiv0nATM8R+K8IscAPyB+BNUcwDAkwWgsjMbCwMcCAGPyZ1fQASBuAAAAAElFTkSuQmCC") center center no-repeat;} .inforIconButton.numberList span { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQAAAAA3iMLMAAAAAnRSTlMAAQGU/a4AAAAjSURBVGjeY7D/z7CBAYTk/zP8/w8i74NFClBFJjAwXACJAAC4TxJtYH4lpgAAAABJRU5ErkJggg==") no-repeat scroll center center rgba(0, 0, 0, 0);} .inforIconButton.image span { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQAAAAA3iMLMAAAAAnRSTlMAAQGU/a4AAAAoSURBVHjaY2hgZKj/B0b7GOrlQGT5P4bkfwyO3xgYHjEwODAggwZGAHveDEMNus8WAAAAAElFTkSuQmCC") center center no-repeat;}
Controls/inforRichTextEditor/css/inforRichTextEditor.css
.inforRichTextContainer { position: relative; width: 100%; } .inforRichTextEditor, .inforRichTextHtmlView { border: 1px solid #b3b3b3; border-radius: 4px; color: #1a1a1a; font-family: helvetica,arial,sans-serif; font-size: 12px; height: 200px; line-height: 18px; min-height: 100px; overflow: auto; width: 100%; } .inforRichTextEditor.has-error { border: 1px solid #d5000e; } .inforRichTextContainer .icon-error { top: 60px; right: 0; } .inforRichTextEditor blockquote { margin-top: 10px; margin-bottom: 10px; margin-left: 20px; padding-left: 15px; border-left: 2px solid #ccc; } .inforRichTextHtmlView { padding: 0; } .inforRichTextEditor p { margin: 0; padding: 0; font-size: 1em; line-height: 18px; } .inforRichTextEditor[readonly] { border: 1px solid transparent; } .inforRTToolbar { border-radius: 3px; overflow: hidden; width: 100%; min-height: 0; } .inforRichTextEditor[disabled], .inforRichTextEditor[disabled]:focus { border: 1px solid transparent; cursor: default; opacity: 0.5; } .inforRichTextEditor:focus{ border: 1px solid #13A3F7; } .inforRichTextEditor.has-error:focus { background-color: #FDF2F3 !important; border: 1px solid #d5000e !important; } .inforRichTextEditor a { cursor: pointer; } .inforIconButton.blockQuote { color: #8d8d8d; font-family: Helvetica,Arial; font-size: 4.5em; padding-top: 3px; } .inforIconButton.showHtml, .inforIconButton.normal, .inforIconButton.h2, .inforIconButton.h3 { color: #666; font-family: Helvetica,Arial; font-size: 1.3em; line-height: 23px; width: auto !important; } .inforRTToolbar .inforDropdownContainer { margin-left: 10px; margin-right: 10px; top: 3px; width: 100px; } .inforIconButton.blockQuote:hover, .inforIconButton.showHtml:hover { color: #2b2b2b; } .ui-tabs-panel .inforRichTextEditor { background-color: white; } .inforIconButton.bold span{ background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAcElEQVR42mNggID/ROAzQJzGgAP8JwHPpNQAEHbBZwA2oAT1AkxNOakGMEA1kW2AMRDfRVKjREkYlFMSiLuhrqE4FoxJDQNBIF6FlqhIjgUQeIekTpBSA5RINWAmkpp3lAbiTEoMuIvufwYSExGKZgCt8pLUblOItgAAAABJRU5ErkJggg==") center center no-repeat;} .inforIconButton.italic span { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAfklEQVR42mNgwA/+E4FpoxkZaAHxP6iG90DMw0AimIVkYzepmkWA+BtU818gViLVgBok2zeQqpkTiF8gGeBAqgGpSJrPkaqZEYivIhmQTKoB7kiaX0O9QxLYgWRAM6maDZESzk8gliTVgIVIti8lVbMENOreQbEFsRoHLtcBAOMmShXmv1LtAAAAAElFTkSuQmCC") center center no-repeat;} .inforIconButton.underline span { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAP0lEQVR42mNgQAX/kTADCXKjBowagFNRKJJ4KLEG7EZTiA2vwmeAMREGKDEQACBDZmLR2EGMZrLAfwoxZQYAAOnJc2sqi7J/AAAAAElFTkSuQmCC") center center no-repeat;} .inforIconButton.strikeThrough span { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAeklEQVR42mNgwA1WAfF/JFzOQAIQRNMMwmdIMaAciwEgbEysAWeQNM1EYncQo9kYScNuNP47YgzoQNKQhsVFoYQMuIukWBBLmKxioAX4TwGmjgFUAbtJtBklTSgRGdfluNSVo6U8YvNIKLa4J5RQVmFLE6Qk1VBkVwAASrZqY2yyLEQAAAAASUVORK5CYII=") center center no-repeat;} .inforIconButton.justifyLeft span { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQAAAAA3iMLMAAAAAnRSTlMAAQGU/a4AAAAUSURBVGjeY/j/nwECQAx+EMIrAgAkoQwxFqNyswAAAABJRU5ErkJggg==") center center no-repeat;} .inforIconButton.justifyCenter span { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQAAAAA3iMLMAAAAAnRSTlMAAQGU/a4AAAAVSURBVGjeY/j/nwECgIwDzCCEVwQAabkPAXL5hdAAAAAASUVORK5CYII=") no-repeat scroll center center rgba(0, 0, 0, 0);} .inforIconButton.justifyRight span { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQAAAAA3iMLMAAAAAnRSTlMAAQGU/a4AAAAVSURBVGjeY/j/nwECgIwPDCCEVwQAev8PtfrrZyAAAAAASUVORK5CYII=") center center no-repeat;} .inforIconButton.outdent span{ background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQAAAAA3iMLMAAAAAnRSTlMAAQGU/a4AAAAlSURBVGjeY/j/nwECgIz3DAznGRga/zMwMoAQkAHkvgdLwdQAAFyQDnfirEg+AAAAAElFTkSuQmCC") center 4px no-repeat;} .inforIconButton.indent span { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQAAAAA3iMLMAAAAAnRSTlMAAQGU/a4AAAAlSURBVGjeY/j/nwGIIADIeM/A8JyBgfk/AyMDCAEZQO57BrgaAH+sDaubekkRAAAAAElFTkSuQmCC") center center no-repeat;} .inforIconButton.bulletList span { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAPElEQVR42mNgYGAIAOKXQPwaiMMYyAAvgPg/FL+Hiv0nATM8R+K8IscAPyB+BNUcwDAkwWgsjMbCwMcCAGPyZ1fQASBuAAAAAElFTkSuQmCC") center center no-repeat;} .inforIconButton.numberList span { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQAAAAA3iMLMAAAAAnRSTlMAAQGU/a4AAAAjSURBVGjeY7D/z7CBAYTk/zP8/w8i74NFClBFJjAwXACJAAC4TxJtYH4lpgAAAABJRU5ErkJggg==") no-repeat scroll center center rgba(0, 0, 0, 0);} .inforIconButton.image span { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQAAAAA3iMLMAAAAAnRSTlMAAQGU/a4AAAAoSURBVHjaY2hgZKj/B0b7GOrlQGT5P4bkfwyO3xgYHjEwODAggwZGAHveDEMNus8WAAAAAElFTkSuQmCC") center center no-repeat;}
0.263884
0.085748
@media screen and (min-width:1440px) { .principal_main{ margin: 0 32px; grid-template-columns: 15% 55% 25%; grid-template-rows: 366px auto; align-items: center; gap: 0px 40px; } .principal_main_container{ width: 100%; height: 366px; border-radius: 8px; grid-column-start: 2; grid-column-end: 3; grid-row-start: 1; grid-row-end: 2; align-self: start; } .principal_main_container_box{ width: calc(100% - 32px); height: calc(366px - 32px); margin-left: 16px; margin-top: 16px; border-radius: 8px; border-style: none; } .principal_main_container_box_code{ width: calc(100% - 32px); height: calc(366px - 32px - 65px); margin-left: 16px; margin-top: 16px; border-radius: 8px; border-style: none; } .principal_main_container_highlight{ margin-top: 16px; margin-bottom: 16px; height: 56px; grid-column-start: 2; grid-column-end: 3; grid-row-start: 2; grid-row-end: 2; } /* menu lateral */ .principal_main_menuLista{ display:flex; grid-column-start: 1; grid-column-end: 2; grid-row-start: 1; grid-row-end: 2; align-self: start; } /* formulario seu projeto */ .principal_main_projeto{ grid-column-start: 3; grid-column-end: 4; grid-row-start: 1; grid-row-end: 1; align-self: start; } .principal_main_projeto_formulario_inputNome, .principal_main_projeto_formulario_inputDescricao{ margin: 10px 0 10px 0; width: calc(100% - 15px); height: 56px; } .principal_main_projeto_formulario_linguagem, .principal_main_projeto_formulario_salvar{ margin: 10px 0 10px 0; width: calc(100% - 4px); height: 56px; } .principal_main_projeto_formulario_seletor{ margin: 10px 0 10px 0; width: calc(100% - 4px); height: 56px; display: flex; justify-content: space-around; align-items: center; } .principal_main_projeto_formulario_seletor_cor{ width: calc(100% - 4px); height: 50px; } .principal_main_projeto_personalizacao{ flex-direction: column; } }
css/main/main-responsivo/main-responsivo-desktop.css
@media screen and (min-width:1440px) { .principal_main{ margin: 0 32px; grid-template-columns: 15% 55% 25%; grid-template-rows: 366px auto; align-items: center; gap: 0px 40px; } .principal_main_container{ width: 100%; height: 366px; border-radius: 8px; grid-column-start: 2; grid-column-end: 3; grid-row-start: 1; grid-row-end: 2; align-self: start; } .principal_main_container_box{ width: calc(100% - 32px); height: calc(366px - 32px); margin-left: 16px; margin-top: 16px; border-radius: 8px; border-style: none; } .principal_main_container_box_code{ width: calc(100% - 32px); height: calc(366px - 32px - 65px); margin-left: 16px; margin-top: 16px; border-radius: 8px; border-style: none; } .principal_main_container_highlight{ margin-top: 16px; margin-bottom: 16px; height: 56px; grid-column-start: 2; grid-column-end: 3; grid-row-start: 2; grid-row-end: 2; } /* menu lateral */ .principal_main_menuLista{ display:flex; grid-column-start: 1; grid-column-end: 2; grid-row-start: 1; grid-row-end: 2; align-self: start; } /* formulario seu projeto */ .principal_main_projeto{ grid-column-start: 3; grid-column-end: 4; grid-row-start: 1; grid-row-end: 1; align-self: start; } .principal_main_projeto_formulario_inputNome, .principal_main_projeto_formulario_inputDescricao{ margin: 10px 0 10px 0; width: calc(100% - 15px); height: 56px; } .principal_main_projeto_formulario_linguagem, .principal_main_projeto_formulario_salvar{ margin: 10px 0 10px 0; width: calc(100% - 4px); height: 56px; } .principal_main_projeto_formulario_seletor{ margin: 10px 0 10px 0; width: calc(100% - 4px); height: 56px; display: flex; justify-content: space-around; align-items: center; } .principal_main_projeto_formulario_seletor_cor{ width: calc(100% - 4px); height: 50px; } .principal_main_projeto_personalizacao{ flex-direction: column; } }
0.359477
0.13012
body { padding-top: 30px; /* Margin bottom by footer height */ margin-bottom: 60px; } span.active { color: #009900; } span.inactive { color: #ff0000; } td.sorted { background-color: #f1fced !important; } .sticky-footer { position: absolute; bottom: 0; width: 100%; background-color: #f5f5f5; text-align: center; /* Set the fixed height of the footer here */ height: 60px; line-height: 60px; } .sticky-footer p { margin-bottom: 0; } .pagination { margin: 0 !important; } #session-language { margin: 8px 15px 0 20px; } #session-language-dropdown { margin: 13px 15px 0 0; } #session-language-dropdown li { position: relative; } .selected-session-language { position: absolute; top: 6px; left: 4px; } @media (max-width:767px) { #session-language { margin: 12px 0 0 15px; } } /*****************************************************************************/ /* Additional color classes for striped tables (Bootstrap Standard Colors) */ /*****************************************************************************/ .table-striped-error tbody > tr:nth-child(odd) > td, .table-striped-error tbody > tr:nth-child(odd) > th { background-color: #f2dede; /* red-bar */ } .table-hover-error > tbody > tr:hover > td, .table-hover-error > tbody > tr:hover > th { background-color: #edd9d9 !important; } /*****************************************************************************/ .table-striped-success tbody > tr:nth-child(odd) > td, .table-striped-success tbody > tr:nth-child(odd) > th { background-color: #dff0d8; /* green-bar */ } .table-hover-success > tbody > tr:hover > td, .table-hover-success > tbody > tr:hover > th { background-color: #daebd3 !important; } /*****************************************************************************/ .table-striped-info tbody > tr:nth-child(odd) > td, .table-striped-info tbody > tr:nth-child(odd) > th { background-color: #d9edf7; /* blue-bar */ } .table-hover-info > tbody > tr:hover > td, .table-hover-info > tbody > tr:hover > th { background-color: #d4e8f2 !important; } /*****************************************************************************/ .table-striped-warning tbody > tr:nth-child(odd) > td, .table-striped-warning tbody > tr:nth-child(odd) > th { background-color: #fcf8e3; /* yellow-bar */ } .table-hover-warning > tbody > tr:hover > td, .table-hover-warning > tbody > tr:hover > th { background-color: #f7f3de !important; }
assets/themes/admin/css/admin.css
body { padding-top: 30px; /* Margin bottom by footer height */ margin-bottom: 60px; } span.active { color: #009900; } span.inactive { color: #ff0000; } td.sorted { background-color: #f1fced !important; } .sticky-footer { position: absolute; bottom: 0; width: 100%; background-color: #f5f5f5; text-align: center; /* Set the fixed height of the footer here */ height: 60px; line-height: 60px; } .sticky-footer p { margin-bottom: 0; } .pagination { margin: 0 !important; } #session-language { margin: 8px 15px 0 20px; } #session-language-dropdown { margin: 13px 15px 0 0; } #session-language-dropdown li { position: relative; } .selected-session-language { position: absolute; top: 6px; left: 4px; } @media (max-width:767px) { #session-language { margin: 12px 0 0 15px; } } /*****************************************************************************/ /* Additional color classes for striped tables (Bootstrap Standard Colors) */ /*****************************************************************************/ .table-striped-error tbody > tr:nth-child(odd) > td, .table-striped-error tbody > tr:nth-child(odd) > th { background-color: #f2dede; /* red-bar */ } .table-hover-error > tbody > tr:hover > td, .table-hover-error > tbody > tr:hover > th { background-color: #edd9d9 !important; } /*****************************************************************************/ .table-striped-success tbody > tr:nth-child(odd) > td, .table-striped-success tbody > tr:nth-child(odd) > th { background-color: #dff0d8; /* green-bar */ } .table-hover-success > tbody > tr:hover > td, .table-hover-success > tbody > tr:hover > th { background-color: #daebd3 !important; } /*****************************************************************************/ .table-striped-info tbody > tr:nth-child(odd) > td, .table-striped-info tbody > tr:nth-child(odd) > th { background-color: #d9edf7; /* blue-bar */ } .table-hover-info > tbody > tr:hover > td, .table-hover-info > tbody > tr:hover > th { background-color: #d4e8f2 !important; } /*****************************************************************************/ .table-striped-warning tbody > tr:nth-child(odd) > td, .table-striped-warning tbody > tr:nth-child(odd) > th { background-color: #fcf8e3; /* yellow-bar */ } .table-hover-warning > tbody > tr:hover > td, .table-hover-warning > tbody > tr:hover > th { background-color: #f7f3de !important; }
0.521715
0.077727
html, body { background: #fff; margin: 0 0; overflow: hidden; color: #000; height: 100vh; width: 100vw; font-family: 'EB Garamond', serif; font-style: normal; font-synthesis: none; font-stretch: ultra-condensed; font-variant: no-common-ligatures proportional-nums slashed-zero; font-size: 4vw; line-height: calc(4vw * 1.50); font-kerning: normal; text-rendering: geometricPrecision; } h1, h2, h3, h4 { margin: 2vw 0; padding: 0; padding: 0; color: #444; width: 100%; text-align: center; font-weight: 100; line-height: 1.25; } h1, h2, h3, h4, h5, h6 { font-family: 'Berkshire Swash', cursive; } img { border: 0; -ms-interpolation-mode: bicubic; } a { color: #0077ff; outline: 0 none; text-decoration: none; } a:focus, a:active, a:hover { outline: 0 none; color: #070; } a:active { text-shadow: 0 0 2px #fff; } p { text-indent: 5vw; margin: 0 0 0 0; } p.start-chapter { text-indent: 0; margin: 0 0 0 0; } p.start-chapter:first-letter { display: inline-block; margin: 0 1vw 0 0; float: left; font-size: calc( 3 * 4vw ); /* three times normal size */ line-height: calc(2 * 4vw * 1.50 * 0.95); font-family: 'Berkshire Swash', cursive; /* background: yellow; */ /* Test what looks good on your book */ } blockquote { text-align: center; font-size: 90%; font-style: italic; position: relative; quotes: "\201C""\201D""\2018""\2019"; width: 90%; margin: calc( 4 * (150vh *(1115/1443))/100 * 7/5) auto; } blockquote p { margin: calc( 4 * (150vh *(1115/1443))/100 * 7/5) auto !important; } pre, code { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; margin: 0 auto calc( 4 * (150vh *(1115/1443))/100 * 7/5); font-size: 90%; text-align: center; } h3 { font-family: 'Berkshire Swash', cursive; line-height: 1.2em; color: black; font-size: 200%; } ol { margin: calc((4vw * 1.50)/2) 5vw; padding: 0; list-style-type: none; counter-reset: step-counter calc(var(--start) - 1); } ol li { counter-increment: step-counter; } ol li::before { content: counter(step-counter) ". "; margin-right: 1vw; color: black; font-weight: bold; padding: 0.3vw 0.8vw 0.3vw 0; } ol li.split-li {} ol li.split-li::before { content: ''; margin-right: -0.8vw; background-color: rgba(255, 255, 255, 1); color: black; font-weight: bold; padding: 0.3vw 0.8vw 0.3vw 0; } ul { margin: 0 0 0 5vw; padding: 0; list-style: none; } ul li { margin: 0; padding: 0; } hr.section { border: 0; text-align: center; height: calc(4vw * 1.50); /* Take a break of two lines only. */ margin: calc((4vw * 1.50)/2) 0; } hr.section::after { content: ""; } hr.section::before { content: "❧"; color: black; } hr.chapter { border: 0; text-align: center; height: calc(4vw * 1.50); /* Take a break of two lines only. */ margin: calc((4vw * 1.50)/2) 0; } hr.chapter::after { content: " "; } hr.chapter::before { content: "❧"; color: black; } hr { border: 0; text-align: center; height: calc(4vw * 1.50); /* Take a break of two lines only. */ margin: calc((4vw * 1.50)/2) 0; } hr::after { content: ""; } hr::before { content: "❦"; color: black; } /* Page specific wrapper classes. */ .leaf { height: 100%; height: 100vh; width: 100%; width: 100vw; margin: auto; } .inner { margin: calc((100vh - (17 * (4vw * 1.5) + 4vw))/2) auto; width: 85vw; max-height: calc(17 * (4vw * 1.5) + 4vw); break-after: right; /*background: aliceblue; */ /* enable to see the maximum staging area */ } .flex { display: -webkit-box; display: flex !important; align-items: center; justify-content: center; } .justify { text-align: justify; } /* Helper classes */ .no-indent { text-indent: 0; /* Continue line on a new page with break on the previous page. */ } .stretch-last-line { text-align-last: justify; /* Not supported on Safari */ } .squeeze-para { letter-spacing: -0.5px; /* Handle orphans and widows manually */ } .stretch-para { letter-spacing: 0.5px; /* Handle orphans and widows manually */ } .uppercase { text-transform: uppercase; } .pad-vertically { padding: calc(4vw * 1) 0; } .center { text-align: center; margin: 0 auto; } .small { font-size: 80%; }
templates/style.css
html, body { background: #fff; margin: 0 0; overflow: hidden; color: #000; height: 100vh; width: 100vw; font-family: 'EB Garamond', serif; font-style: normal; font-synthesis: none; font-stretch: ultra-condensed; font-variant: no-common-ligatures proportional-nums slashed-zero; font-size: 4vw; line-height: calc(4vw * 1.50); font-kerning: normal; text-rendering: geometricPrecision; } h1, h2, h3, h4 { margin: 2vw 0; padding: 0; padding: 0; color: #444; width: 100%; text-align: center; font-weight: 100; line-height: 1.25; } h1, h2, h3, h4, h5, h6 { font-family: 'Berkshire Swash', cursive; } img { border: 0; -ms-interpolation-mode: bicubic; } a { color: #0077ff; outline: 0 none; text-decoration: none; } a:focus, a:active, a:hover { outline: 0 none; color: #070; } a:active { text-shadow: 0 0 2px #fff; } p { text-indent: 5vw; margin: 0 0 0 0; } p.start-chapter { text-indent: 0; margin: 0 0 0 0; } p.start-chapter:first-letter { display: inline-block; margin: 0 1vw 0 0; float: left; font-size: calc( 3 * 4vw ); /* three times normal size */ line-height: calc(2 * 4vw * 1.50 * 0.95); font-family: 'Berkshire Swash', cursive; /* background: yellow; */ /* Test what looks good on your book */ } blockquote { text-align: center; font-size: 90%; font-style: italic; position: relative; quotes: "\201C""\201D""\2018""\2019"; width: 90%; margin: calc( 4 * (150vh *(1115/1443))/100 * 7/5) auto; } blockquote p { margin: calc( 4 * (150vh *(1115/1443))/100 * 7/5) auto !important; } pre, code { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; margin: 0 auto calc( 4 * (150vh *(1115/1443))/100 * 7/5); font-size: 90%; text-align: center; } h3 { font-family: 'Berkshire Swash', cursive; line-height: 1.2em; color: black; font-size: 200%; } ol { margin: calc((4vw * 1.50)/2) 5vw; padding: 0; list-style-type: none; counter-reset: step-counter calc(var(--start) - 1); } ol li { counter-increment: step-counter; } ol li::before { content: counter(step-counter) ". "; margin-right: 1vw; color: black; font-weight: bold; padding: 0.3vw 0.8vw 0.3vw 0; } ol li.split-li {} ol li.split-li::before { content: ''; margin-right: -0.8vw; background-color: rgba(255, 255, 255, 1); color: black; font-weight: bold; padding: 0.3vw 0.8vw 0.3vw 0; } ul { margin: 0 0 0 5vw; padding: 0; list-style: none; } ul li { margin: 0; padding: 0; } hr.section { border: 0; text-align: center; height: calc(4vw * 1.50); /* Take a break of two lines only. */ margin: calc((4vw * 1.50)/2) 0; } hr.section::after { content: ""; } hr.section::before { content: "❧"; color: black; } hr.chapter { border: 0; text-align: center; height: calc(4vw * 1.50); /* Take a break of two lines only. */ margin: calc((4vw * 1.50)/2) 0; } hr.chapter::after { content: " "; } hr.chapter::before { content: "❧"; color: black; } hr { border: 0; text-align: center; height: calc(4vw * 1.50); /* Take a break of two lines only. */ margin: calc((4vw * 1.50)/2) 0; } hr::after { content: ""; } hr::before { content: "❦"; color: black; } /* Page specific wrapper classes. */ .leaf { height: 100%; height: 100vh; width: 100%; width: 100vw; margin: auto; } .inner { margin: calc((100vh - (17 * (4vw * 1.5) + 4vw))/2) auto; width: 85vw; max-height: calc(17 * (4vw * 1.5) + 4vw); break-after: right; /*background: aliceblue; */ /* enable to see the maximum staging area */ } .flex { display: -webkit-box; display: flex !important; align-items: center; justify-content: center; } .justify { text-align: justify; } /* Helper classes */ .no-indent { text-indent: 0; /* Continue line on a new page with break on the previous page. */ } .stretch-last-line { text-align-last: justify; /* Not supported on Safari */ } .squeeze-para { letter-spacing: -0.5px; /* Handle orphans and widows manually */ } .stretch-para { letter-spacing: 0.5px; /* Handle orphans and widows manually */ } .uppercase { text-transform: uppercase; } .pad-vertically { padding: calc(4vw * 1) 0; } .center { text-align: center; margin: 0 auto; } .small { font-size: 80%; }
0.503174
0.09187
.other_top_con{ position: relative; width: 100%; background-image: url(../imgs/top/buyerDetailBg.png); background-position: 50%; background-repeat: no-repeat; background-size: cover; } .other_top_con .other_top_crumbs{ width: 1400px; height: 50px; line-height: 50px; margin: 0 auto; font-size: 14px; } .other_top_con .other_top_crumbs a{ color: #fff; opacity: 1; } .other_top_con .other_top_crumbs span,.other_top_con .other_top_crumbs i{ color: #fff; opacity: 0.8; } .other_top_con .other_top_crumbs i{ vertical-align: -1px; } .other_top_con .other_top_title{ position: absolute; width: 366px; height: 56px; line-height: 56px; margin-left: -183px; left: 50%; bottom: -8px; background: url(../imgs/top/buyerDetailTitle.png) no-repeat; font-size: 18px; font-weight: 700; color: #DB2700; text-align: center; } .other_top_date .date_last{ margin-top: 12px; font-size: 18px; color: #fff; text-align: center; } .other_top_date .date_info{ margin-top: 10px; font-size: 14px; color: #fff; opacity: 0.8; text-align: center; } .bid_head_container{ width: 100%; background-color: #fff; } .bid_head_con{ width: 1400px; margin: 0 auto; padding-top: 40px; } .bid_head_con .bid_head_title{ width: 990px; line-height: 1.5; font-size: 24px; font-weight: 700; color: #333; float: left; } .bid_head_con .bid_head_tips{ width: 990px; margin-top: 14px; font-size: 14px; color: #999; float: left; } .bid_head_con .bid_head_tips span{ margin-right: 20px; } .bid_head_con .bid_head_cells{ width: 990px; margin-top: 20px; float: left; } .bid_head_con .bid_head_cells span{ display: inline-block; height: 28px; line-height: 28px; border: solid 1px #F5AF9D; border-radius: 28px; margin-right: 8px; padding: 0 16px; color: #DC2F00; text-align: center; } .bid_head_con .bid_head_handle{ width: 240px; float: right; } .bid_head_handle .bid_handle_btn{ position: relative; display: inline-block; width: 100px; height: 38px; line-height: 38px; border: solid 1px #ccc; border-radius: 4px; color: #666; text-align: center; float: right; } .bid_head_handle .bid_handle_btn i{ font-size: 18px; vertical-align: -2px; margin-right: 4px; } .bid_head_handle .bid_handle_btn:hover{ border: solid 1px #FF3600; color: #FF3600; } .bid_bubble_warp{ position: absolute; display: none; top: 36px; left: -20px; } .bid_head_handle .bid_handle_btn:hover .bid_bubble_warp{ display: inline-block; } .bid_bubble{ position: relative; display: inline-block; width: 100px; height: 28px; line-height: 28px; padding: 0 20px; background-color: #fff; border: solid 1px #FF3600; border-radius: 6px; color: #666; text-align: center; } .bid_bubble::before{ position: absolute; content: ''; width: 0; height: 0; border-width: 8px 8px; border-style: solid; border-color: transparent transparent #FF3600; left: 50%; top: -16px; margin-left: -8px; } .bid_bubble::after{ position: absolute; content: ''; width: 0; height: 0; border-width: 8px 8px; border-style: solid; border-color: transparent transparent #fff; left: 50%; top: -15px; margin-left: -8px; } .bid_head_con .bid_head_steps{ width: 100%; float: left; } .bid_head_con .bid_head_steps li{ position: relative; display: inline-block; width: 10%; margin-top: 50px; padding-bottom: 20px; border-bottom: solid 2px #E9E9E9; color: #999; text-align: center; float: left; } .bid_head_steps .bid_steps_circle{ position: absolute; display: inline-block; width: 8px; height: 8px; left: 50%; margin-left: -6px; bottom: -7px; background-color: #BFBFBF; border: solid 2px #fff; border-radius: 8px; } .bid_head_con .bid_head_steps li.stepDone{ color: #333; border-bottom: solid 2px #22BC3C; } .bid_head_steps li.stepDone .bid_steps_circle{ background-color: #fff; border: solid 2px #22BC3C; } .bid_head_con .bid_head_steps li.stepDoing{ font-weight: 700; color: #22BC3C; border-bottom: solid 2px #22BC3C; } .bid_head_con .bid_head_steps li.stepDoing p,.bid_head_con .bid_head_steps li.stepDoing a{ color: #22BC3C; } .bid_head_steps li.stepDoing .bid_steps_circle{ background-color: #22BC3C; border: solid 2px #fff; } .bid_body_container{ width: 100%; padding: 30px 0 80px 0; background-color: #F4F4F4; } .bid_body_con{ width: 1400px; margin: 0 auto; background-color: #fff; } .bid_body_con .bid_body_title{ padding-left: 30px; border-bottom: solid 1px #e5e5e5; } .bid_body_con .bid_body_title span{ display: inline-block; height: 52px; line-height: 52px; border-bottom: solid 2px #FF3600; font-size: 16px; font-weight: 700; color: #333; } .bid_body_con .bid_body_detail{ padding: 20px 30px 40px 30px; } .bid_body_con .bid_detail_nav{ height: 60px; line-height: 60px; padding: 0 20px; background-color: #FFFBFA; border-bottom: 1px solid #F5AF9D; } .bid_detail_nav li { height: 50px; line-height: 50px; margin-top: 10px; color: #333; float: left; } .bid_detail_nav li a { display: inline-block; height: 50px; padding: 0 20px; } .bid_detail_nav li.act { border: 1px solid #F5AF9D; border-bottom: none; border-top-left-radius: 4px; border-top-right-radius: 4px; background-color: #fff; font-weight: 700; color: #DC2F00; } .bid_detail_nav li:hover a,.bid_detail_nav li.act a{ color: #DC2F00; } .bid_form_block i.icon-wenhao { display: inline-block; width: 18px; height: 18px; line-height: 18px; margin-top: 40px; margin-left: 6px; background-color: #7392B5; border-radius: 18px; font-size: 12px; color: #fff; text-align: center; }
client/bidding_v2/public-resource/css/componentOther.css
.other_top_con{ position: relative; width: 100%; background-image: url(../imgs/top/buyerDetailBg.png); background-position: 50%; background-repeat: no-repeat; background-size: cover; } .other_top_con .other_top_crumbs{ width: 1400px; height: 50px; line-height: 50px; margin: 0 auto; font-size: 14px; } .other_top_con .other_top_crumbs a{ color: #fff; opacity: 1; } .other_top_con .other_top_crumbs span,.other_top_con .other_top_crumbs i{ color: #fff; opacity: 0.8; } .other_top_con .other_top_crumbs i{ vertical-align: -1px; } .other_top_con .other_top_title{ position: absolute; width: 366px; height: 56px; line-height: 56px; margin-left: -183px; left: 50%; bottom: -8px; background: url(../imgs/top/buyerDetailTitle.png) no-repeat; font-size: 18px; font-weight: 700; color: #DB2700; text-align: center; } .other_top_date .date_last{ margin-top: 12px; font-size: 18px; color: #fff; text-align: center; } .other_top_date .date_info{ margin-top: 10px; font-size: 14px; color: #fff; opacity: 0.8; text-align: center; } .bid_head_container{ width: 100%; background-color: #fff; } .bid_head_con{ width: 1400px; margin: 0 auto; padding-top: 40px; } .bid_head_con .bid_head_title{ width: 990px; line-height: 1.5; font-size: 24px; font-weight: 700; color: #333; float: left; } .bid_head_con .bid_head_tips{ width: 990px; margin-top: 14px; font-size: 14px; color: #999; float: left; } .bid_head_con .bid_head_tips span{ margin-right: 20px; } .bid_head_con .bid_head_cells{ width: 990px; margin-top: 20px; float: left; } .bid_head_con .bid_head_cells span{ display: inline-block; height: 28px; line-height: 28px; border: solid 1px #F5AF9D; border-radius: 28px; margin-right: 8px; padding: 0 16px; color: #DC2F00; text-align: center; } .bid_head_con .bid_head_handle{ width: 240px; float: right; } .bid_head_handle .bid_handle_btn{ position: relative; display: inline-block; width: 100px; height: 38px; line-height: 38px; border: solid 1px #ccc; border-radius: 4px; color: #666; text-align: center; float: right; } .bid_head_handle .bid_handle_btn i{ font-size: 18px; vertical-align: -2px; margin-right: 4px; } .bid_head_handle .bid_handle_btn:hover{ border: solid 1px #FF3600; color: #FF3600; } .bid_bubble_warp{ position: absolute; display: none; top: 36px; left: -20px; } .bid_head_handle .bid_handle_btn:hover .bid_bubble_warp{ display: inline-block; } .bid_bubble{ position: relative; display: inline-block; width: 100px; height: 28px; line-height: 28px; padding: 0 20px; background-color: #fff; border: solid 1px #FF3600; border-radius: 6px; color: #666; text-align: center; } .bid_bubble::before{ position: absolute; content: ''; width: 0; height: 0; border-width: 8px 8px; border-style: solid; border-color: transparent transparent #FF3600; left: 50%; top: -16px; margin-left: -8px; } .bid_bubble::after{ position: absolute; content: ''; width: 0; height: 0; border-width: 8px 8px; border-style: solid; border-color: transparent transparent #fff; left: 50%; top: -15px; margin-left: -8px; } .bid_head_con .bid_head_steps{ width: 100%; float: left; } .bid_head_con .bid_head_steps li{ position: relative; display: inline-block; width: 10%; margin-top: 50px; padding-bottom: 20px; border-bottom: solid 2px #E9E9E9; color: #999; text-align: center; float: left; } .bid_head_steps .bid_steps_circle{ position: absolute; display: inline-block; width: 8px; height: 8px; left: 50%; margin-left: -6px; bottom: -7px; background-color: #BFBFBF; border: solid 2px #fff; border-radius: 8px; } .bid_head_con .bid_head_steps li.stepDone{ color: #333; border-bottom: solid 2px #22BC3C; } .bid_head_steps li.stepDone .bid_steps_circle{ background-color: #fff; border: solid 2px #22BC3C; } .bid_head_con .bid_head_steps li.stepDoing{ font-weight: 700; color: #22BC3C; border-bottom: solid 2px #22BC3C; } .bid_head_con .bid_head_steps li.stepDoing p,.bid_head_con .bid_head_steps li.stepDoing a{ color: #22BC3C; } .bid_head_steps li.stepDoing .bid_steps_circle{ background-color: #22BC3C; border: solid 2px #fff; } .bid_body_container{ width: 100%; padding: 30px 0 80px 0; background-color: #F4F4F4; } .bid_body_con{ width: 1400px; margin: 0 auto; background-color: #fff; } .bid_body_con .bid_body_title{ padding-left: 30px; border-bottom: solid 1px #e5e5e5; } .bid_body_con .bid_body_title span{ display: inline-block; height: 52px; line-height: 52px; border-bottom: solid 2px #FF3600; font-size: 16px; font-weight: 700; color: #333; } .bid_body_con .bid_body_detail{ padding: 20px 30px 40px 30px; } .bid_body_con .bid_detail_nav{ height: 60px; line-height: 60px; padding: 0 20px; background-color: #FFFBFA; border-bottom: 1px solid #F5AF9D; } .bid_detail_nav li { height: 50px; line-height: 50px; margin-top: 10px; color: #333; float: left; } .bid_detail_nav li a { display: inline-block; height: 50px; padding: 0 20px; } .bid_detail_nav li.act { border: 1px solid #F5AF9D; border-bottom: none; border-top-left-radius: 4px; border-top-right-radius: 4px; background-color: #fff; font-weight: 700; color: #DC2F00; } .bid_detail_nav li:hover a,.bid_detail_nav li.act a{ color: #DC2F00; } .bid_form_block i.icon-wenhao { display: inline-block; width: 18px; height: 18px; line-height: 18px; margin-top: 40px; margin-left: 6px; background-color: #7392B5; border-radius: 18px; font-size: 12px; color: #fff; text-align: center; }
0.475605
0.056236
.pindiv_user img {} .pindiv_user { height: 30px; text-align: center; } .pindiv_user img { display: inline-block; width: 30px; } .pindivheader { width: 100%; height: 30px; margin-top: 10px; } .pindiv_username { display: inline-block; overflow: hidden; margin-left: 14px; white-space: nowrap; text-overflow: ellipsis; line-height: 34px; font-weight: bold; font-size: 14px; color: #000; height: 30px; font-family: "Helvetica Neue", "Helvetica", arial, sans-serif; text-decoration: none; } hr.pindiv_hr { height: 1px; background-color: #E4E4E4; border: none; box-sizing: border-box; margin: 10px 0 0 0; } .pindiv_tabs ul { display: table; table-layout: fixed; margin: auto; padding: 0; width: 200px; } .pindiv_tabs ul li { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; /* background-color: #fff; */ display: table-cell; float: none; line-height: 14px; padding: 14px 0; text-align: center; } span.pindiv_value { color: #aaa; display: block; font-size: 16px; font-weight: bold; padding-bottom: 3px; } span.pindiv_label { color: #9a9a9a; display: block; font-weight: normal; font-size: 11px; } .pindiv_tabs { font-family: "Helvetica Neue", "Helvetica", arial, sans-serif; } .pindiv_container { width: 100%; background-color: #e9e9e9; text-align: center; overflow: hidden; } img.pindiv_pinWrapper_img { -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-topleft: 6px; -moz-border-radius-topright: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -ms-transition: all .2s ease-out; -o-transition: all .2s ease-out; transition: all .2s ease-out; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .pindiv_pinWrapper { display: block; /* width: 237px; */ -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22); box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22); margin-bottom: 20px; background-color: #fff; position: absolute; -webkit-transition: all 0.3s ease-out; -moz-transform: translate3d(0, 0, 0); -moz-transition: all 0.3s ease-out; left: 0; top: 0; transform: translate3d(0, 0, 0); transition: all 0.3s ease-out; } .pincontainer_pinColumn { width: 237px; display: inline-block; vertical-align: top; padding-bottom: 20px; } .pindiv_container_inner { overflow: auto; margin: 0 -300px 0 0; padding-right: 300px; height: 100%; position: relative; overflow-x: hidden; } .pindiv_pinWrapper_decr { background-color: #fff; padding: 3% 5% 0 5%; margin-bottom: 3%; color: #444343; border-top: solid 1px #F1F1F1; text-overflow: ellipsis; overflow: hidden; font-family: "Helvetica Neue", "Helvetica", arial, sans-serif; text-align: left; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #333; font-size: 13px; line-height: 17px; box-sizing: border-box; /* max-height: 50px; */ } .pindiv_pinWrapper_content { position: relative; -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-topleft: 6px; -moz-border-radius-topright: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -ms-transition: all .2s ease-out; -o-transition: all .2s ease-out; transition: all .2s ease-out; background-repeat: no-repeat; background-position: center top; background-size: contain; } a.pindiv_pinWrapper_pinlink { position: absolute; top: 0; left: 0; display: block; z-index: 1; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; } a.pindiv_pinWrapper_sourcelink { display: block; box-sizing: border-box; width: 100%; height: 20%; max-height: 40px; position: absolute; z-index: 1; left: 0; bottom: 0; color: #fff; text-decoration: none; font-family: "Helvetica Neue", "Helvetica", arial, sans-serif; font-size: 12px; padding: 5px; box-sizing: border-box; line-height: 18px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&amp;0+0,0.4+100 */ background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.4))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%); /* W3C */ filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#66000000', GradientType=0); /* IE6-9 */ opacity: 0; -webkit-opacity: 0; -moz-opacity: 0; overflow: hidden; text-overflow: ellipsis; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -ms-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out; white-space: nowrap; } .pindiv_container_inner { -webkit-overflow-scrolling: touch; } .pindiv_container_inner > * { -webkit-transform: translateZ(0px); -webkit-transform: translate3d(0, 0, 0); } a.pindiv_username:hover { color: #bd081c; } a.pin_data_pinbutton { z-index: 2; position: absolute; /* left: 50%; */ top: 10px; opacity: 0; -moz-opacity: 0; -webkit-opacity: 0; background-size: 40px 60px!important; height: 20px!important; padding: 0!important; vertical-align: baseline!important; text-decoration: none!important; width: 40px!important; background-position: 0 -20px; background-image: url(https://s-passets.pinimg.com/images/pidgets/pinit_bg_en_rect_red_20_1.png)!important; /* box-shadow: 0px 0px 1px 0px #333; */ margin: 0 auto; } a.pin_data_pinbutton:hover { background-position: 0 0px; } a.pin_data_pinbutton:active { background-position: 0 -40px; }
public/css/pinapi_assets/pinapiwidget.css
.pindiv_user img {} .pindiv_user { height: 30px; text-align: center; } .pindiv_user img { display: inline-block; width: 30px; } .pindivheader { width: 100%; height: 30px; margin-top: 10px; } .pindiv_username { display: inline-block; overflow: hidden; margin-left: 14px; white-space: nowrap; text-overflow: ellipsis; line-height: 34px; font-weight: bold; font-size: 14px; color: #000; height: 30px; font-family: "Helvetica Neue", "Helvetica", arial, sans-serif; text-decoration: none; } hr.pindiv_hr { height: 1px; background-color: #E4E4E4; border: none; box-sizing: border-box; margin: 10px 0 0 0; } .pindiv_tabs ul { display: table; table-layout: fixed; margin: auto; padding: 0; width: 200px; } .pindiv_tabs ul li { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; /* background-color: #fff; */ display: table-cell; float: none; line-height: 14px; padding: 14px 0; text-align: center; } span.pindiv_value { color: #aaa; display: block; font-size: 16px; font-weight: bold; padding-bottom: 3px; } span.pindiv_label { color: #9a9a9a; display: block; font-weight: normal; font-size: 11px; } .pindiv_tabs { font-family: "Helvetica Neue", "Helvetica", arial, sans-serif; } .pindiv_container { width: 100%; background-color: #e9e9e9; text-align: center; overflow: hidden; } img.pindiv_pinWrapper_img { -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-topleft: 6px; -moz-border-radius-topright: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -ms-transition: all .2s ease-out; -o-transition: all .2s ease-out; transition: all .2s ease-out; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .pindiv_pinWrapper { display: block; /* width: 237px; */ -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22); box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22); margin-bottom: 20px; background-color: #fff; position: absolute; -webkit-transition: all 0.3s ease-out; -moz-transform: translate3d(0, 0, 0); -moz-transition: all 0.3s ease-out; left: 0; top: 0; transform: translate3d(0, 0, 0); transition: all 0.3s ease-out; } .pincontainer_pinColumn { width: 237px; display: inline-block; vertical-align: top; padding-bottom: 20px; } .pindiv_container_inner { overflow: auto; margin: 0 -300px 0 0; padding-right: 300px; height: 100%; position: relative; overflow-x: hidden; } .pindiv_pinWrapper_decr { background-color: #fff; padding: 3% 5% 0 5%; margin-bottom: 3%; color: #444343; border-top: solid 1px #F1F1F1; text-overflow: ellipsis; overflow: hidden; font-family: "Helvetica Neue", "Helvetica", arial, sans-serif; text-align: left; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #333; font-size: 13px; line-height: 17px; box-sizing: border-box; /* max-height: 50px; */ } .pindiv_pinWrapper_content { position: relative; -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-topleft: 6px; -moz-border-radius-topright: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -ms-transition: all .2s ease-out; -o-transition: all .2s ease-out; transition: all .2s ease-out; background-repeat: no-repeat; background-position: center top; background-size: contain; } a.pindiv_pinWrapper_pinlink { position: absolute; top: 0; left: 0; display: block; z-index: 1; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; } a.pindiv_pinWrapper_sourcelink { display: block; box-sizing: border-box; width: 100%; height: 20%; max-height: 40px; position: absolute; z-index: 1; left: 0; bottom: 0; color: #fff; text-decoration: none; font-family: "Helvetica Neue", "Helvetica", arial, sans-serif; font-size: 12px; padding: 5px; box-sizing: border-box; line-height: 18px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&amp;0+0,0.4+100 */ background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.4))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%); /* W3C */ filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#66000000', GradientType=0); /* IE6-9 */ opacity: 0; -webkit-opacity: 0; -moz-opacity: 0; overflow: hidden; text-overflow: ellipsis; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -ms-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out; white-space: nowrap; } .pindiv_container_inner { -webkit-overflow-scrolling: touch; } .pindiv_container_inner > * { -webkit-transform: translateZ(0px); -webkit-transform: translate3d(0, 0, 0); } a.pindiv_username:hover { color: #bd081c; } a.pin_data_pinbutton { z-index: 2; position: absolute; /* left: 50%; */ top: 10px; opacity: 0; -moz-opacity: 0; -webkit-opacity: 0; background-size: 40px 60px!important; height: 20px!important; padding: 0!important; vertical-align: baseline!important; text-decoration: none!important; width: 40px!important; background-position: 0 -20px; background-image: url(https://s-passets.pinimg.com/images/pidgets/pinit_bg_en_rect_red_20_1.png)!important; /* box-shadow: 0px 0px 1px 0px #333; */ margin: 0 auto; } a.pin_data_pinbutton:hover { background-position: 0 0px; } a.pin_data_pinbutton:active { background-position: 0 -40px; }
0.3295
0.094594
@media only screen and (min-width: 1200px){ } @media only screen and (min-width: 1200px) and (max-width: 1380px) { /*** ============================================= Top Bar Style2 Style ============================================= ***/ .top-style2-right .top-right-menu li { padding-right: 10px; } .top-style2-right .topbar-social-links li { padding-right: 20px; } /*** ============================================= Main Header Header style2 Style ============================================= ***/ .header-style2 .inner-container { position: relative; padding: 0 25px; } .main-menu.style2 .navigation > li { margin-right: 35px; } .mainmenu-right.style2 { margin-left: 0px; } } @media only screen and (min-width: 1200px) and (max-width: 1880px) { /*** ============================================= Instagram Area Style ============================================= ***/ .instagram-title { margin-right: -30px; padding: 190px 0; } .instagram-title .pattern-bg { position: absolute; top: 0; left: -500px; bottom: -1000px; right: 0; background-repeat: repeat; z-index: -1; } .instagram-items { margin-right: 0; } .instagram-items li { width: 254px; } } /* Medium screen */ @media only screen and (min-width: 992px) and (max-width: 1199px) { /*** ============================================= Main Header Header Style1 Style ============================================= ***/ .header-upper-style1 .inner-container { padding: 0 20px; } .main-menu .navigation > li { margin-right: 20px; } .header-lower-style1 .inner-content { border: none; } .header-contact-info { border-left: none; padding-left: 0; float: none !important; overflow: hidden; margin-bottom: 23px; } .header-contact-info li { border-right: none; padding-right: 0; margin-right: 50px; } .header-social-links-style1 { padding-right: 0; margin: 0; float: none !important; overflow: hidden; text-align: center; } .header-social-links-style1 li { float: none; margin-right: 0; margin: 0 8px; } /*** ============================================= About Area style ============================================= ***/ .about-area { padding-top: 60px; padding-bottom: 146px; } .about-text { padding-left: 0px; } .about-carousel-box .owl-dots { margin-top: 80px !important; } /*** ============================================= Working Area style ============================================= ***/ .single-working-box .text-holder .outer-box .icon { width: 50px; } .single-working-box .text-holder .outer-box .text { padding-left: 0px; padding-right: 10px; } /*** ============================================= Working Process Area style ============================================= ***/ .single-working-process .inner { padding: 82px 10px 50px; } /*** ============================================= Footer Area style ============================================= ***/ .single-footer-widget.marbtm50{ margin-bottom: 50px; } /*** ============================================= Top Bar Style2 style ============================================= ***/ .top-bar-style2 { padding: 20px 20px; } .top-style2-left { overflow: hidden; text-align: center; } .top-style2-left p { display: block; float: none; } .top-style2-left ul { display: block; overflow: hidden; float: none; padding-left: 0; } .top-style2-left ul li { display: inline-block; float: none; padding-right: 16px; margin-right: 15px; } .top-style2-right { overflow: hidden; float: none; text-align: center; padding-top: 11px; } .top-style2-right .top-right-menu { display: block; overflow: hidden; float: none; padding-right: 0; margin-right: 0; text-align: center; } .top-style2-right .top-right-menu:before { display: none; } .top-style2-right .top-right-menu li { float: none; padding-right: 0px; margin: 0 5px; } .top-style2-right .topbar-social-links { display: block; float: none; overflow: hidden; text-align: center; } .top-style2-right .topbar-social-links li { float: none; padding-right: 0; margin: 0 13px; } /*** ============================================= Main Header Header Style2 style ============================================= ***/ .header-style2 .inner-container { position: relative; padding: 0 10px; } .main-menu.style2 .navigation > li { margin-right: 20px; } .main-menu.style2 .navigation > li.dropdown > a:after { display: none; } .mainmenu-right.style2 { margin-left: 0px; } .outer-search-box { margin-right: 10px; } .mainmenu-right.style2 .button { margin-left: 15px; } .mainmenu-right.style2 .button a { padding: 0 15px 0; } .mainmenu-right.style2 .button a.btn-one span:before { display: none; } /*** ============================================= About Style2 Area style ============================================= ***/ .about-style2-image-box { margin-top: 170px; } .about-style2-image-box .pattern { top: -110px; left: 0; right: 0; bottom: -110px; width: 100%; height: auto; } /*** ============================================= Working Style2 Area style ============================================= ***/ .single-working-box-style2 { width: 50%; margin-bottom: 60px; } .working-style-bottom { padding-top: 24px; } /*** ============================================= Why Choose Area style ============================================= ***/ .why-choose-content { max-width: 100%; width: 100%; display: flex; justify-content: center; flex-direction: row; flex-wrap: wrap; } /*** ============================================= Contact Details Area style ============================================= ***/ .contact-details-form-box .title-box { padding-bottom: 25px; } .contact-details-form-box { padding: 30px 60px 0px; padding-left: 0; } /*** ============================================= Brand Area Style2 style ============================================= ***/ .brand-area.style2 { padding-top: 110px; padding-bottom: 80px; } .single-brand-item.style2 { max-width: 280px; margin-right: 30px; margin-bottom: 30px; } /*** ============================================= Instagram Area Style ============================================= ***/ .instagram-title { margin-right: 0; padding: 43px 0; } .instagram-title .pattern-bg { top: 0; left: -500px; bottom: -500px; right: -500px; background-repeat: repeat; } .instagram-items { margin-right: 0; } .instagram-items li { width: 154px; } /*** ============================================= Header Style3 Area style ============================================= ***/ .header-contact-info.style2 { padding-left: 30px; margin: 30px 0 30px; float: left !important; } .header-contact-info.style2 li { margin-right: 20px; } .header-contact-info.style2 li .single-item .icon { width: 40px; } .header-contact-info.style2 li .single-item .icon span:before { top: 2px; font-size: 40px; line-height: 40px; } .header-contact-info.style2 li .single-item .text { padding-left: 10px; } .header-contact-info.style2 li .single-item .text h3 { font-size: 16px; } .header-call-button { width: 210px; padding: 30px 10px 30px; } .header-call-button .inner { padding-right: 45px; } .header-call-button .inner .icon span:before { font-size: 30px; } .header-call-button .inner .title h3 { font-size: 16px; margin: 3px 0 0; } /*** ============================================= Mainmenu Style3 Area style ============================================= ***/ .main-menu.style3 .navigation > li > a { padding: 30px 17px 26px; } /*** ============================================= Brand Style3 style ============================================= ***/ .single-brand-item.style3 { max-width: 130px; } /*** ============================================= Footer Area Style3 Style ============================================= ***/ .single-footer-widget .usefull-links ul { float: none !important; } .single-footer-widget .usefull-links ul.marleft30 { margin-left: 0px; } /*** ============================================= Company Overview Area Style ============================================= ***/ .company-overview-area { padding: 105px 0 86px; } .intro-box { position: relative; display: block; margin-bottom: 42px; } .intro-box .text { max-width: 770px; width: 100%; margin-top: 24px; } .single-history-content .text-box { padding-left: 20px; min-height: auto; } .single-history-content .text-box .inner { padding-top: 40px; padding-right: 20px; } .single-history-content .text-box .inner .title { position: relative; display: block; padding: 25px 0 20px; } .single-history-content .text-box .inner .text p { margin: 0 0 10px; } .single-fact-counter { margin-bottom: 30px; } /*** ============================================= Footer Area Style4 Style ============================================= ***/ .single-footer-widget.s4 .usefull-links ul { float: left !important; } li .single-footer-contact-info { max-width: 310px; } li .single-footer-contact-info .inner { padding: 35px 15px 30px; } li .single-footer-contact-info .text p br{ display: none; } /*** ============================================= Services Style2 Service Page Style ============================================= ***/ .services-style2-service-page .sec-title { padding-bottom: 13px; } .services-style2-service-page .text { margin-top: 0px; margin-bottom: 32px; } .single-service-style2 .text-holder .inner .text { padding: 0 20px 32px; } .single-service-style2 .text-holder .inner .text p { font-size: 15px; line-height: 25px; } /*** ============================================= Single Service Area Style ============================================= ***/ .single-advantages-box { margin-bottom: 30px; } .how-work-box { padding-top: 50px; } .how-work-box .how-works-content { padding-top: 50px; } /*** ============================================= Project Description Area style ============================================= ***/ .project-description-image-box img { max-width: 100%; float: none; width: 100%; } .project-description-content { position: relative; display: block; z-index: 3; padding-top: 50px; padding-left: 0px; } /*** ============================================= Project Info Area style ============================================= ***/ .project-info-area { padding-top: 44px; padding-bottom: 110px; } .project-info-area .pattern-bg { top: auto; right: 0; bottom: 0; } .project-info-content { margin: -6px auto 30px; } .project-info-image-box img { max-width: 100%; float: none; width: 100%; } /*** ============================================= Blog Area Blog Single Area style ============================================= ***/ .blog-single-image-with-text-box .image-box li { margin-right: 30px; max-width: 270px; width: 100%; } .blog-prev-next-option .single { max-width: 270px; width: 100%; } /*** ============================================= Main Shop Area style ============================================= ***/ .shop-sidebar-wrapper { float: right; } /*** ============================================= Login Register Area style ============================================= ***/ .login-register-area .form a.forgot-password { margin: 70px 0 0; } .login-register-area .form.register { overflow: hidden; margin-top: 50px; } .login-register-area .form h6 { margin: 28px 0 0; } /*** ============================================= Job Career Brochures Area style ============================================= ***/ .job-career-brochures-box .overlay-content .innner .box h1 { font-size: 28px; line-height: 38px; margin: 0 0 14px; } /*** ============================================= Blog Area Blog Large Area Area style ============================================= ***/ .single-blog-post.style4:before { bottom: 0; } } /* Tablet Layout: 768px. */ @media only screen and (min-width: 768px) and (max-width: 991px) { /*** ============================================= Main Header Header Style1 Style ============================================= ***/ .header-upper-style1 .inner-container { position: relative; display: block; padding: 0 20px; margin-top: -45px; } .logo-box-style1 { position: absolute; margin: 15px 0; top: 0; left: 20px; float: none !important; z-index: 33; } .main-menu-box { position: relative; display: block; float: none !important; } .mainmenu-right { position: absolute; float: none; margin-left: 0; top: 0; right: 60px; z-index: 33; } .mainmenu-right .outer-search-box { padding: 15px 0; margin-right: 20px; } .mainmenu-right .cart-box { margin: 15px 0; } .header-upper-style1.fixed-header .inner-container { max-width: 690px; } .header-upper-style1.fixed-header .logo-box-style1 { margin: 15px 0; } .header-upper-style1.fixed-header .outer-search-box { padding: 15px 0; } .header-upper-style1.fixed-header .cart-box { margin: 15px 0; } .header-lower-style1 .inner-content { border: none; } .header-contact-info { border-left: none; padding-left: 0; float: none !important; overflow: hidden; margin-bottom: 23px; text-align: center; width: 290px; margin: 0 auto 23px; } .header-contact-info li { border-right: none; padding-right: 0; margin-right: 0; float: none; display: block; margin-bottom: 25px; } .header-contact-info li:last-child{ margin-bottom: 0; } .header-social-links-style1 { padding-right: 0; margin: 0; float: none !important; overflow: hidden; text-align: center; } .header-social-links-style1 li { float: none; margin-right: 0; margin: 0 8px; } /*** ============================================= About Area style ============================================= ***/ .about-area { padding-top: 60px; padding-bottom: 170px; } .about-text { padding-left: 0; margin-top: 60px; } .about-carousel-box .owl-dots { margin-top: 80px !important; } /*** ============================================= Slogan Area style ============================================= ***/ .slogan-area .flex-box-two { justify-content: center; } .slogan-area .title { margin-bottom: 22px; text-align: center; } /*** ============================================= Appointment Area style ============================================= ***/ .appointment-area { background: #27282c; background-position: unset; background-attachment: scroll; background-size: cover; } .appointment-box { padding: 44px 50px 50px; margin-top: 40px; } /*** ============================================= Brand Area style ============================================= ***/ .brand-area .sec-title { padding-bottom: 130px; } .brand-items-carousel.owl-carousel .owl-nav { position: absolute; left: 0; right: auto; top: -100px; } /*** ============================================= Footer Area style ============================================= ***/ .single-footer-widget.marbtm50{ margin-bottom: 50px; } /*** ============================================= Top Bar Style2 style ============================================= ***/ .top-bar-style2 { padding: 20px 20px; } .top-style2-left { overflow: hidden; text-align: center; } .top-style2-left p { display: block; float: none; } .top-style2-left ul { display: block; overflow: hidden; float: none; padding-left: 0; } .top-style2-left ul li { display: inline-block; float: none; padding-right: 16px; margin-right: 15px; } .top-style2-right { overflow: hidden; float: none; text-align: center; padding-top: 11px; } .top-style2-right .top-right-menu { display: block; overflow: hidden; float: none; padding-right: 0; margin-right: 0; text-align: center; } .top-style2-right .top-right-menu:before { display: none; } .top-style2-right .top-right-menu li { float: none; padding-right: 0px; margin: 0 5px; } .top-style2-right .topbar-social-links { display: block; float: none; overflow: hidden; text-align: center; } .top-style2-right .topbar-social-links li { float: none; padding-right: 0; margin: 0 13px; } /*** ============================================= Main Header Header Style2 style ============================================= ***/ .header-style2 .inner-container { position: relative; padding: 0 20px; } .logo-box-style2 { position: absolute; margin: 0; top: 0px; left: 20px; margin: 15px 0; z-index: 33; } .mainmenu-right.style2 { position: absolute; top: 0; right: 60px; margin: 0; } .mainmenu-right.style2 .outer-search-box { padding: 15px 0; margin-right: 10px; } .mainmenu-right.style2 .cart-box { float: left; margin: 15px 0; } .mainmenu-right.style2 .button { margin-left: 15px; padding: 15px 0px; } .mainmenu-right.style2 .button a { padding: 0 15px 0; } .mainmenu-right.style2 .button a.btn-one span:before { display: none; } /*** ============================================= About Style2 Area style ============================================= ***/ .about-style2-image-box { margin-top: 170px; } .about-style2-image-box .pattern { top: -110px; left: 0; right: 0; bottom: -110px; width: 100%; height: auto; } /*** ============================================= Working Style2 Area style ============================================= ***/ .single-working-box-style2 { width: 50%; margin-bottom: 60px; } .working-style-bottom { padding-top: 24px; } /*** ============================================= Why Choose Area style ============================================= ***/ .why-choose-content { max-width: 100%; width: 100%; display: flex; justify-content: center; flex-direction: row; flex-wrap: wrap; } /*** ============================================= Contact Details Area style ============================================= ***/ .content-info-box { min-height: 650px; margin-right: 5px; } .contact-details-form-box { padding: 65px 60px 110px; width: 100%; } /*** ============================================= Brand Area Style2 style ============================================= ***/ .brand-area.style2 { padding-top: 110px; padding-bottom: 80px; } .brand-area.style2 .sec-title { padding-bottom: 50px; } .single-brand-item.style2 { max-width: 200px; margin-right: 30px; margin-bottom: 30px; } /*** ============================================= Instagram Area Style ============================================= ***/ .instagram-title { margin-right: 0; padding: 43px 0; } .instagram-title .pattern-bg { top: 0; left: -500px; bottom: -500px; right: -500px; background-repeat: repeat; } .instagram-items { margin-right: 0; } .instagram-items li { width: 115px; } /*** ============================================= Footer Area Style2 Style ============================================= ***/ .single-footer-widget.pdtop50-s2{ padding-top: 50px; } .single-footer-widget .subscribe-form { max-width: 450px; width: 100%; } /*** ============================================= Header Style3 Area style ============================================= ***/ .logo-box-style3 { margin: 30px 0; float: none !important; text-align: center; } .header-contact-info.style2 { position: relative; display: block; padding: 0; margin: 0 auto; float: none !important; width: 265px; } .header-call-button { width: 270px; padding: 30px 30px 30px; float: none !important; margin: 25px auto 0; } /*** ============================================= Mainmenu Style3 Area style ============================================= ***/ .mainmenu-right.style3 { position: absolute; top: 0; left: 0; z-index: 33; float: none !important; display: inline-block; right: auto; margin: 5px 0; } /*** ============================================= Featured Area style ============================================= ***/ .about-style3-content .button a.black { margin-top: 20px; } .about-style3-bg.banner-animate { animation: none; background-size: cover; background-repeat: no-repeat; background-position: center bottom; } /*** ============================================= Brand Style3 style ============================================= ***/ .single-brand-item.style3 { max-width: 200px; } /*** ============================================= Footer Area Style3 Style ============================================= ***/ .single-footer-widget.marbtm50-s3 { margin-bottom: 50px; } /*** ============================================= Company Overview Area Style ============================================= ***/ .company-overview-area { padding: 105px 0 86px; } .intro-box { position: relative; display: block; margin-bottom: 42px; } .intro-box .text { max-width: 770px; width: 100%; margin-top: 24px; } .single-history-content .img-box { width: 100%; float: none; } .single-history-content .img-box .inner { padding-right: 0; } .single-history-content .text-box { width: 100%; float: none; padding-left: 30px; min-height: auto; } .single-history-content .text-box .inner { position: relative; display: block; padding-top: 50px; padding-right: 30px; padding-bottom: 50px; } .single-fact-counter { margin-bottom: 30px; } /*** ============================================= Footer Area Style4 Style ============================================= ***/ .footer-area.style4 { padding: 110px 0 100px; } .single-footer-widget.pdtop50-s4 { padding-top: 50px; } /*** ============================================= Footer Contact Info Area Style ============================================= ***/ .footer-contact-info-area { margin: 0; padding: 30px 0 20px; } li .single-footer-contact-info { display: block; float: none; max-width: 300px; width: 100%; border-right: none; overflow: hidden; margin: 0 auto; } li .single-footer-contact-info .inner { position: relative; display: block; padding: 15px 0px 15px; } /*** ============================================= Footer Bottom Area Style3 style ============================================= ***/ .footer-bottom-area.style3 { padding: 29px 0 28px; } /*** ============================================= Timer Area style ============================================= ***/ .countdown-timer li { margin: 0 3px; } /*** ============================================= Services Style2 Service Page Style ============================================= ***/ .services-style2-service-page .sec-title { padding-bottom: 13px; } .services-style2-service-page .text { margin-top: 0px; margin-bottom: 32px; } .single-service-style2 .text-holder .inner .text { padding: 0 20px 32px; } /*** ============================================= Single Service Area Style ============================================= ***/ .single-service-sidebar:before { display: none; } .single-service-top { margin-top: 50px; } .single-advantages-box { margin-bottom: 30px; } .how-work-box { padding-top: 50px; } .how-work-box .how-works-content { padding-top: 50px; } /*** ============================================= Main Project Area Style5 Style ============================================= ***/ .single-project-style8 .overlay-content .inner-content .title-box h3 { font-size: 15px; } /*** ============================================= Project Description Area style ============================================= ***/ .project-description-image-box img { max-width: 100%; float: none; width: 100%; } .project-description-content { position: relative; display: block; z-index: 3; padding-top: 50px; padding-left: 0px; } /*** ============================================= Project Info Area style ============================================= ***/ .project-info-area { padding-top: 44px; padding-bottom: 110px; } .project-info-area .pattern-bg { top: auto; right: 0; bottom: 0; } .project-info-content { margin: -6px auto 30px; } .project-info-image-box img { max-width: 100%; float: none; width: 100%; } /*** ============================================= Blog Area Blog Large Area style ============================================= ***/ #blog-area.blog-large-area { padding-bottom: 60px; } .single-blog-post.style4 { padding-left: 30px; padding-right: 0px; margin-bottom: 50px; } .single-blog-post.style4:before { top: -300px; left: 0; bottom: 0; } #blog-area .sidebar-wrapper { position: relative; display: block; max-width: 300px; margin-left: 0px; z-index: 99; padding-top: 100px; } /*** ============================================= Blog Area Blog Single Area style ============================================= ***/ #blog-area.blog-single-area { position: relative; display: block; padding: 0 0 60px; } .blog-single-area .blog-post { margin-right: 0px; } .blog-single-image-with-text-box .image-box li { margin-right: 30px; max-width: 329px; } .blog-prev-next-option .single { max-width: 330px; width: 100%; } /*** ============================================= Main Shop Area style ============================================= ***/ .shop-sidebar-wrapper { padding-top: 100px; } /*** ============================================= Single Shop Area style ============================================= ***/ .single-product-image-holder { margin-right: 0; } .single-shop-content .content-box { margin-top: 40px; } /*** ============================================= Cart Area style ============================================= ***/ .cart-area .cart-bottom .calculate-shipping { padding-bottom: 60px; } /*** ============================================= Checkout Area style ============================================= ***/ .checkout-area .form.shipping-info { padding-top: 60px; } .checkout-area .cart-total { padding-top: 60px; } /*** ============================================= Login Register Area style ============================================= ***/ .login-register-area .form a.forgot-password { margin: 70px 0 0; } .login-register-area .register { padding-top: 50px; } .login-register-area .form h6 { color: #797979; float: left; font-size: 14px; margin-bottom: 0; margin-right: 0; margin-top: 27px; } /*** ============================================= Contact Address Area style ============================================= ***/ .contact-address-area { padding-bottom: 27px; } .single-contact-address-box { margin-top: -115px; margin-bottom: 155px; } .contact-address-area .bottom-text { padding-top: 0; margin-top: -100px; } .contact-form-image-box { position: relative; z-index: 1; top: -110px; right: 0; } /*** ============================================= Contact Info Area style ============================================= ***/ .contact-info-area { padding: 110px 0 0px; } } /* Mobile Layout: 320px. */ @media only screen and (max-width: 767px) { /*** ============================================= Main Header Header Style1 Style ============================================= ***/ .header-upper-style1 .inner-container { position: relative; display: block; padding: 0 10px; margin-top: -45px; } .logo-box-style1 { position: absolute; margin: 22px 0 23px; top: 0; left: 10px; float: none !important; z-index: 33; } .logo-box-style1 img { max-width: 70%; } .main-menu-box { position: relative; display: block; float: none !important; } .mainmenu-right { position: absolute; float: none; margin-left: 0; top: 0; right: 60px; z-index: 33; } .mainmenu-right .outer-search-box { padding: 15px 0; margin-right: 10px; } .mainmenu-right .cart-box { margin: 15px 0; } .header-upper-style1.fixed-header .inner-container { max-width: 350px; } .header-upper-style1.fixed-header .logo-box-style1 { margin: 22px 0 23px; } .header-upper-style1.fixed-header .outer-search-box { padding: 15px 0; } .header-upper-style1.fixed-header .cart-box { margin: 15px 0; } .header-lower-style1 .inner-content { border: none; } .header-contact-info { border-left: none; padding-left: 0; float: none !important; overflow: hidden; margin-bottom: 23px; text-align: center; width: 290px; margin: 0 auto 23px; } .header-contact-info li { border-right: none; padding-right: 0; margin-right: 0; float: none; display: block; margin-bottom: 25px; } .header-contact-info li:last-child{ margin-bottom: 0; } .header-social-links-style1 { padding-right: 0; margin: 0; float: none !important; overflow: hidden; text-align: center; } .header-social-links-style1 li { float: none; margin-right: 0; margin: 0 8px; } /*** ============================================= About Area style ============================================= ***/ .about-area { padding-top: 60px; padding-bottom: 170px; } .about-image-box { padding-top: 20px; padding-left: 20px; } .about-text { padding-left: 0; margin-top: 60px; } .about-carousel-box .single-box .icon-holder, .about-carousel-box .single-box .text-holder { display: block; vertical-align: middle; } .about-carousel-box .single-box .text-holder { padding-left: 0px; margin-top: 30px; } .about-carousel-box .owl-dots { margin-top: 80px !important; } /*** ============================================= Recently Project Area style ============================================= ***/ .recently-project-area .sec-title { padding-bottom: 24px; float: none !important; } .more-project-button { float: none !important; margin: 0; padding-bottom: 52px; } /*** ============================================= Slogan Area style ============================================= ***/ .slogan-area .flex-box-two { justify-content: center; } .slogan-area .title { margin-bottom: 22px; text-align: center; } /*** ============================================= Testimonial Area style ============================================= ***/ .testimonial-area .sec-title { padding-bottom: 24px; float: none !important; } .more-reviews-button { float: none !important; margin: 0; padding-bottom: 52px; } /*** ============================================= Appointment Area style ============================================= ***/ .appointment-area { background: #27282c; background-position: unset; background-attachment: scroll; background-size: cover; } .appointment-box { padding: 44px 30px 50px; margin-top: 40px; } /*** ============================================= Brand Area style ============================================= ***/ .brand-area .sec-title { padding-bottom: 130px; } .brand-items-carousel.owl-carousel .owl-nav { position: absolute; left: 0; right: auto; top: -100px; } /*** ============================================= Footer Area style ============================================= ***/ .single-footer-widget.marbtm50{ margin-bottom: 50px; } .single-footer-widget.pdbtm50{ padding-bottom: 50px; } /*** ============================================= Footer Bottom Area style ============================================= ***/ .footer-bottom-content.flex-box-two{ justify-content: center; } /*** ============================================= Top Bar Style2 style ============================================= ***/ .top-bar-style2 { padding: 20px 20px; } .top-style2-left { overflow: hidden; text-align: center; } .top-style2-left p { display: block; float: none; } .top-style2-left ul { display: block; overflow: hidden; float: none; padding-left: 0; } .top-style2-left ul li { display: inline-block; float: none; padding-right: 0; margin-right: 0; margin: 0 10px; } .top-style2-left ul li:before { display: none; } .top-style2-right { overflow: hidden; float: none; text-align: center; padding-top: 11px; } .top-style2-right .top-right-menu { display: block; overflow: hidden; float: none; padding-right: 0; margin-right: 0; text-align: center; } .top-style2-right .top-right-menu:before { display: none; } .top-style2-right .top-right-menu li { float: none; padding-right: 0px; margin: 0 5px; } .top-style2-right .topbar-social-links { display: block; float: none; overflow: hidden; text-align: center; } .top-style2-right .topbar-social-links li { float: none; padding-right: 0; margin: 0 13px; } /*** ============================================= Main Header Header Style2 style ============================================= ***/ .header-style2 .inner-container { position: relative; padding: 0 10px; } .logo-box-style2 { position: absolute; margin: 0; top: 0px; left: 10px; margin: 22px 0 23px; z-index: 33; } .logo-box-style2 a img{ width: 70%; } .mainmenu-right.style2 { position: absolute; top: 0; right: 60px; margin: 0; } .mainmenu-right.style2 .outer-search-box { padding: 15px 0; margin-right: 10px; } .mainmenu-right.style2 .cart-box { float: left; margin: 15px 0; } .mainmenu-right.style2 .button { display: none; } /*** ============================================= About Style2 Area style ============================================= ***/ .about-style2-image-box { margin-top: 170px; } .about-style2-image-box .pattern { top: -110px; left: 0; right: 0; bottom: -110px; width: 100%; height: auto; } .about-style2-text .authorised-info .signature, .about-style2-text .authorised-info .name { display: block; } .about-style2-text .authorised-info .name { border-left: none; padding-left: 0; margin-top: 20px; } .about-style2-image-box .overlay-box { left: 40px; bottom: 30px; right: 40px; max-width: 300px; margin: 0 auto; } .about-style2-image-box .overlay-box .title { float: none; padding: 23px 0 20px; padding-left: 20px; } .about-style2-image-box .overlay-box .button { float: none; } .about-style2-image-box .overlay-box .button a span:before { margin: 0 auto; } /*** ============================================= Working Style2 Area style ============================================= ***/ .single-working-box-style2 { width: 100%; margin-bottom: 60px; } .working-style-bottom { padding-top: 24px; } /*** ============================================= Slogan Style2 Area style ============================================= ***/ .slogan-style2-area .inner-content .button a.call-us { margin-bottom: 20px; } .slogan-style2-area .inner-content .title.float-bob{ animation: none; } /*** ============================================= Why Choose Area style ============================================= ***/ .why-choose-title { padding-bottom: 60px; max-width: 100%; width: 100%; } .why-choose-content { max-width: 100%; width: 100%; display: flex; justify-content: center; flex-direction: row; flex-wrap: wrap; } .why-choose-content .single-box { padding: 50px 40px 42px; padding-right: 30px; width: 100%; } /*** ============================================= Working Process Style2 Area style ============================================= ***/ .working-process-style2-area .sec-title { padding-bottom: 125px; } .working-process-carousel.owl-carousel .owl-nav { position: absolute; left: 0; right: auto; top: -95px; } .single-working-process-style2 { max-width: 330px; min-width: 330px; } .single-working-process-style2 .top-box:after { width: 330px; } /*** ============================================= Contact Details Area style ============================================= ***/ .content-info-box { min-height: 650px; margin-right: 5px; } .contact-details-form-box { padding: 65px 20px 110px; width: 100%; } /*** ============================================= Brand Area Style2 style ============================================= ***/ .brand-area.style2 { padding-top: 110px; padding-bottom: 80px; } .brand-area.style2 .sec-title { padding-bottom: 50px; } .single-brand-item.style2 { max-width: 290px; float: none; margin: 0 auto 30px; } .single-brand-item.style2:last-child { margin-right: auto; } /*** ============================================= Instagram Area Style ============================================= ***/ .instagram-title { margin-right: 0; padding: 43px 0; text-align: center; } .instagram-title .pattern-bg { display: none; } .instagram-items { margin-right: 0; } .instagram-items li { width: 270px; display: block; float: none; margin: 0 auto; } /*** ============================================= Footer Area Style2 Style ============================================= ***/ .single-footer-widget.pdtop50-s2{ padding-top: 50px; } .single-footer-widget.marbtm50-s2{ margin-bottom: 50px; } .single-footer-widget .usefull-links ul { float: none !important; display: block; } .single-footer-widget .usefull-links ul.borders-left { margin-left: 0; padding-left: 0; float: none !important; display: block; } .single-footer-widget .usefull-links ul.borders-left:before { display: none; } .single-footer-widget .subscribe-form { max-width: 450px; width: 100%; } /*** ============================================= Topbar Style3 Area style ============================================= ***/ .topbar-style3-content { justify-content: center; flex-direction: row; align-items: center; flex-wrap: wrap; } /*** ============================================= Header Style3 Area style ============================================= ***/ .logo-box-style3 { margin: 30px 0; float: none !important; text-align: center; } .header-contact-info.style2 { position: relative; display: block; padding: 0; margin: 0 auto; float: none !important; width: 265px; } .header-call-button { width: 270px; padding: 30px 30px 30px; float: none !important; margin: 25px auto 0; } /*** ============================================= Mainmenu Style3 Area style ============================================= ***/ .mainmenu-right.style3 { position: absolute; top: 0; left: 0; z-index: 33; float: none !important; display: inline-block; right: auto; margin: 5px 0; } .mainmenu-right.style3 .button a { width: 230px; } /*** ============================================= Featured Area style ============================================= ***/ .about-style3-content .button a.black { margin-top: 20px; } .about-style3-bg.banner-animate { animation: none; background-size: cover; background-repeat: no-repeat; background-position: center bottom; } /*** ============================================= Latest Projects Area style ============================================= ***/ .latest-projects-area .sec-title { padding-bottom: 115px; } .project-carousel-v3.owl-carousel .owl-nav { position: absolute; top: -90px; left: 0; right: 0; max-width: 120px; margin: 0 auto; } /*** ============================================= Team Area style ============================================= ***/ .team-area .sec-title{ display: block; float: none !important; padding-bottom: 24px; } .view-all-member { margin-top: 0px; float: none !important; padding-bottom: 42px; } /*** ============================================= Brand Style3 style ============================================= ***/ .single-brand-item.style3 { max-width: 170px; width: 100%; float: none; margin-right: 0; margin: 0 auto; } .single-brand-item.style3:last-child { margin-right: auto; } /*** ============================================= Brand Style3 style ============================================= ***/ .latest-blog-area.style3 .sec-title { display: block; float: none !important; padding-bottom: 24px; } .more-blog-button { margin-top: 0px; float: none !important; padding-bottom: 42px; } /*** ============================================= Footer Area Style3 Style ============================================= ***/ .single-footer-widget.marbtm50-s3 { margin-bottom: 50px; } .single-footer-widget .usefull-links ul { float: none !important; display: block; } .single-footer-widget .usefull-links ul.marleft30 { margin-left: 0px; } .single-footer-widget.pdtop50-s3 { padding-top: 50px; } .footer-bottom-area .copyright-text { text-align: center; margin: 0; } /*** ============================================= Company Overview Area Style ============================================= ***/ .company-overview-area { padding: 105px 0 86px; } .intro-box { position: relative; display: block; margin-bottom: 42px; } .intro-box .text { max-width: 770px; width: 100%; margin-top: 24px; } .single-history-content { box-shadow: none; } .single-history-content .img-box { width: 100%; float: none; } .single-history-content .img-box .inner { padding-right: 0; } .single-history-content .text-box { width: 100%; float: none; padding-left: 0px; min-height: auto; } .single-history-content .text-box .inner { position: relative; display: block; padding-top: 50px; padding-right: 0px; padding-bottom: 50px; } .single-history-content .text-box .inner .title h3 br{ display: none; } .single-fact-counter { max-width: 270px; margin: 0 auto 30px; } /*** ============================================= Footer Area Style4 Style ============================================= ***/ .footer-area.style4 { padding: 110px 0 100px; } .single-footer-widget.marbtm50-s4 { margin-bottom: 50px; } .single-footer-widget.pdtop50-s4 { padding-top: 50px; } /*** ============================================= Footer Contact Info Area Style ============================================= ***/ .footer-contact-info-area { margin: 0; padding: 30px 0 20px; } li .single-footer-contact-info { display: block; float: none; max-width: 300px; width: 100%; border-right: none; overflow: hidden; margin: 0 auto; } li .single-footer-contact-info .inner { position: relative; display: block; padding: 15px 0px 15px; } /*** ============================================= Footer Bottom Area Style3 style ============================================= ***/ .footer-bottom-area.style3 { padding: 29px 0 28px; } /*** ============================================= Faq Area style ============================================= ***/ .faq-content-box { padding: 60px 20px 40px; } .accordion-box .accordion .accord-btn h4 { font-size: 16px; line-height: 22px; } .accordion-box .accordion .accord-btn { padding-left: 20px; padding-right: 40px; padding-top: 22px; padding-bottom: 22px; } .accordion-box .accordion .accord-btn::after { right: 20px; } /*** ============================================= Coming Soon Content Area style ============================================= ***/ .coming-soon-content .title { font-size: 50px; line-height: 60px; } /*** ============================================= Timer Area style ============================================= ***/ .timer-box { padding: 74px 15px 72px; margin-top: -320px; } .countdown-timer li { margin: 0 3px; } .timer-box .subscribe-box .subscribe-form button { width: 130px; } .timer-box .subscribe-box .subscribe-form input[type="email"] { padding: 0 10px; padding-right: 135px; } /*** ============================================= Error Page Area style ============================================= ***/ .error-content .title { font-size: 110px; line-height: 100px; margin: 13px 0 14px; } /*** ============================================= Services Style2 Service Page Style ============================================= ***/ .services-style2-service-page .sec-title { padding-bottom: 13px; } .services-style2-service-page .text { margin-top: 0px; margin-bottom: 32px; } .single-service-style2 .text-holder .inner .text { padding: 0 20px 32px; } /*** ============================================= Testimonial Style3 Service Page Style ============================================= ***/ .testimonial-style3-service-page .sec-title { padding-bottom: 115px; } .testimonial-style3-service-page .owl-carousel .owl-nav { top: -95px; left: 0; right: auto; } .testimonial-style3-service-page .owl-carousel .owl-nav .owl-prev { left: 0px; right: 0; } .testimonial-style3-service-page .owl-carousel .owl-nav .owl-next { margin-left: 10px; right: auto; left: 60px; } /*** ============================================= Single Service Area Style ============================================= ***/ .single-service-sidebar:before { display: none; } .single-service-top { margin-top: 50px; } .single-advantages-box { margin-bottom: 30px; } .how-work-box { padding-top: 50px; } .how-work-box .how-works-content { padding-top: 50px; } .sidebar-contact-box .inner-content { padding: 48px 15px 50px; } .additional-information-box .additional-info-content-box { padding: 40px 15px 20px; } /*** ============================================= Main Project Area Style5 Style ============================================= ***/ .main-project-area.style5:before { display: none; } .single-project-style8 .overlay-content .inner-content .title-box h3 { font-size: 16px; } /*** ============================================= Main Project Area Style6 Style ============================================= ***/ .main-project-area.style6:before { display: none; } /*** ============================================= Project Description Area style ============================================= ***/ .project-description-image-box img { max-width: 100%; float: none; width: 100%; } .project-description-content { position: relative; display: block; z-index: 3; padding-top: 50px; padding-left: 0px; } /*** ============================================= Project Info Area style ============================================= ***/ .project-info-area { padding-top: 44px; padding-bottom: 110px; } .project-info-area .pattern-bg { top: auto; right: 0; bottom: 0; } .project-info-content { margin: -6px auto 30px; } .project-info-image-box img { max-width: 100%; float: none; width: 100%; } /*** ============================================= Blog Area Blog Large Area style ============================================= ***/ #blog-area.blog-large-area { padding-bottom: 60px; } .single-blog-post.style4 { padding-left: 30px; padding-right: 0px; margin-bottom: 50px; } .single-blog-post.style4:before { top: -300px; left: 0; bottom: 0; } .single-blog-post.style4 .text-holder .blog-title { font-size: 24px; line-height: 32px; } #blog-area .sidebar-wrapper { position: relative; display: block; max-width: 300px; margin-left: 0px; z-index: 99; padding-top: 100px; } /*** ============================================= Breadcrumb area style ============================================= ***/ .breadcrumb-area .inner-content-box .title-s2 h1 { font-size: 40px; line-height: 52px; } /*** ============================================= Blog Area Blog Single Area style ============================================= ***/ #blog-area.blog-single-area { position: relative; display: block; padding: 0 0 60px; } .blog-single-area .blog-post { margin-right: 0px; } .blog-single-image-with-text-box .image-box li { margin-right: 30px; max-width: 329px; } .blog-prev-next-option .single { max-width: 330px; width: 100%; } /*** ============================================= Single Post Info Area style ============================================= ***/ .single-post-info-area { padding: 104px 0 99px; } .single-post-info-content .blog-title { font-size: 36px; line-height: 46px; margin: 22px 0 0; } .blog-single-image-with-text-box .image-box li { margin-right: 0; max-width: 100%; float: none; display: block; margin-bottom: 10px; } .blog-single-image-with-text-box .image-box li:last-child{ margin-bottom: 0; } .tag-with-social-links-box .tag-box { float: none !important; overflow: hidden; } .tag-with-social-links-box .social-links-box { float: none !important; overflow: hidden; margin-top: 5px; } .blog-prev-next-option .single { max-width: 300px; width: 100%; float: none !important; margin: 0 auto; } .blog-prev-next-option .single.prev{ margin-bottom: 30px; } .author-box-holder { padding: 45px 30px 40px; } .author-box-holder .inner-box .img-box, .author-box-holder .inner-box .text { display: block; } .author-box-holder .inner-box .text { padding-left: 0px; margin-top: 20px; } .blog-single-area .inner-comment-box .single-comment-outer-box { padding: 35px 30px 32px; } .blog-single-area .inner-comment-box .single-comment-box { padding-left: 0px; } .blog-single-area .inner-comment-box .single-comment-box .img-box { position: static; width: 80px; height: 80px; } .blog-single-area .inner-comment-box .single-comment-box .text-box { margin-top: 20px; margin-left: 0px; } .blog-single-area .inner-comment-box .single-comment-outer-box.mar-left { margin-left: 30px; } .author-quote-box { padding: 33px 25px 33px; } /*** ============================================= Main Shop Area style ============================================= ***/ .shop-sidebar-wrapper { padding-top: 100px; } .showing-result-shorting { display: flex; justify-content: space-between; flex-direction: column; flex-wrap: wrap; align-items: center; padding-bottom: 30px; border-bottom: 1px solid #ededed; margin-bottom: 50px; } .showing-result-shorting .showing { margin: 14px 0 0; } /*** ============================================= Single Shop Area style ============================================= ***/ .single-product-image-holder { margin-right: 0; } .single-shop-content .content-box { margin-top: 40px; } /*** ============================================= Cart Area style ============================================= ***/ .cart-middle .apply-coupon { padding-left: 0; } .cart-middle .apply-coupon input[type="text"] { margin: 0 0 20px; position: static; width: 225px; } .cart-area .cart-bottom .calculate-shipping { padding-bottom: 60px; } .cart-middle .update-cart { float: left !important; margin: 20px 0 0; } .cart-bottom .calculate-shipping input[type="text"] { margin-bottom: 25px; } /*** ============================================= Checkout Area style ============================================= ***/ .checkout-area .form.shipping-info { padding-top: 60px; } .checkout-area .cart-total { padding-top: 60px; } .checkout-area .exisitng-customer h5 a { display: block; width: 100%; padding: 0; margin-top: 7px; } .checkout-area .coupon h5 a { display: block; width: 100%; padding: 0; margin-top: 7px; } /*** ============================================= Login Register Area style ============================================= ***/ .login-register-area .form a.forgot-password { float: left; margin: 35px 0 0; } .login-register-area .form.register { padding-top: 60px; } .login-register-area .form .social-icon { float: left; margin-right: 0; margin-top: 30px; } .login-register-area .form .social-icon span { left: 0; position: relative; } .login-register-area .form .social-icon .login-with { position: static; } .login-register-area .form h6 { margin: 20px 0 0; } .login-register-area .form .right { display: block; overflow: hidden; margin-left: 0px; } /*** ============================================= Contact Address Area style ============================================= ***/ .contact-address-area { padding-bottom: 27px; } .single-contact-address-box { margin-top: -115px; margin-bottom: 155px; } .contact-address-area .bottom-text { padding-top: 0; margin-top: -100px; } .contact-form-image-box { position: relative; z-index: 1; top: -110px; right: 0; } /*** ============================================= Contact Info Area style ============================================= ***/ .contact-info-area { padding: 110px 0 0px; } /*** ============================================= Job Career Brochures Area style ============================================= ***/ .job-career-brochures-box .overlay-content .innner .box h1 { font-size: 18px; line-height: 28px; margin: 0 0 11px; } .job-career-brochures-box .overlay-content .innner .box p { margin: 0 0 12px; } .job-career-brochures-box .overlay-content .innner .box a { padding: 0 30px 0; line-height: 50px; } } /* Wide Mobile Layout: 480px. */ @media (min-width: 992px){ .navbar-collapse.collapse { display: block !important; height: auto; padding-bottom: 0; overflow: visible !important; } .navbar-toggle { display: none !important; } } @media only screen and (max-width: 991px){ .mainmenu-area .inner-content{ position: relative; display: block; } .main-menu { display: block; float: none; padding-top: 17px; padding-bottom: 0px; z-index: 5; width: 100%; } .main-menu .navigation li { margin-left: 0; margin-right: 0; padding: 0; float: none; } .main-menu .collapse { border: none; border-radius: 0px !important; float: none; margin: 0; height: auto; overflow: auto; padding: 0; width: 100%; } .main-menu .collapse.in, .main-menu .collapsing { border: none; border-radius: 0px; margin: 0; padding: 0; border-top: none; } .main-menu .navbar-header { position: relative; float: none; display: block; text-align: right; width: 100%; padding: 63px 0 0; right: 0px; z-index: 12; } .main-menu .navbar-header .navbar-toggle { background: #000100; border: 1px dashed #000100; display: inline-block; border-radius: 3px; float: none; margin: 0; z-index: 7; width: 50px; height: 47px; cursor: pointer; padding: 0 9px; position: absolute; top: 0; right: 0; } .main-menu .navbar-header .navbar-toggle .icon-bar { display: block; background: #e7e7e7; width: 30px; height: 2px; border-radius: 1px; } .main-menu .navbar-header .navbar-toggle .icon-bar+.icon-bar { margin-top: 6px; } .main-menu .navbar-collapse > .navigation { float: none !important; width: 100% !important; margin-top: 0px; margin-bottom: 0px; } .main-menu .navbar-collapse .navigation > li{ display: block; margin: 0px !important; padding: 0; float: none !important; width:100%; } .main-menu .navbar-collapse > .navigation > li > ul, .main-menu .navbar-collapse > .navigation > li > ul > li > ul{ position: relative; float: none; visibility: visible; opacity: 1; display: none; margin: 0px; padding: 0; left: auto !important; right: auto !important; top: auto !important; width: 100%; background: none; border-radius: 0px; box-shadow: none; transition: none !important; } .main-menu .navbar-collapse .navigation li, .main-menu .navbar-collapse .navigation li ul li, .main-menu .navbar-collapse .navigation li ul li ul li{ background: #27282c; border-top: 1px solid #151618; opacity:1 !important; top:0px !important; left:0px !important; visibility: visible !important; } .main-menu .navbar-collapse .navigation li:last-child, .main-menu .navbar-collapse .navigation li ul li:last-child, .main-menu .navbar-collapse .navigation li ul li ul li:last-child{ border-bottom: 1px solid #151618; } .main-menu .navbar-collapse .navigation li ul li{ border-bottom: 0px solid #151618 !important; } .main-menu .navbar-collapse .navigation li ul li ul li{ border-bottom: 0px solid #151618 !important; } .main-menu .navbar-collapse .navigation li a { padding: 10px 10px !important; line-height: 22px; color: #f1f1f1; text-align: left; } .main-menu .navbar-collapse .navigation li ul li a { padding: 10px 10px !important; line-height: 22px; color: #ffffff; text-align: left; font-size: 14px; font-weight: 400; border: none !important; text-transform: capitalize; font-family: 'Rubik', sans-serif; } .main-menu .navbar-collapse .navigation li a:hover, .main-menu .navbar-collapse .navigation li a:active, .main-menu .navbar-collapse .navigation li a:focus{ } .main-menu .navbar-collapse > .navigation > li:hover > a, .main-menu .navbar-collapse > .navigation > li > ul > li:hover > a, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a, .main-menu .navbar-collapse > .navigation > li.current > a{ color: #ffffff !important; background: #023020; } .main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn{ display:block; } .main-menu .navbar-collapse .navigation > li > ul{ border: none; padding: 0; margin: 0; } .main-menu .navigation > li > ul > li > a:after { display: none; } .main-menu.style2 .navigation > li.dropdown > a:after { display: none; } } @media only screen and (min-width: 1200px) and (max-width: 1500px) { .main-slider.style2 .tparrows { left: 30% !important; } .main-slider.style2 .tp-rightarrow { left: 38% !important; } } @media only screen and (min-width: 800px) and (max-width: 1199px) { .main-slider.style2 .tparrows { left: 25% !important; } .main-slider.style2 .tp-rightarrow { left: 35% !important; } } @media only screen and (max-width: 799px){ .main-slider.style2 .tparrows{ display: none !important; } } @media only screen and (min-width: 1200px) and (max-width: 1300px) { .main-slider .slide-content.left-slide{ margin-left: 50px; } .main-slider.style2 .slide-content.left-slide{ margin-left: 0px; } } @media only screen and (max-width: 1199px){ .main-slider .slide-content.left-slide{ margin-left: 50px; } .main-slider.style2 .slide-content .big-title{ font-size: 40px; line-height: 1.2em; } .main-slider.style2 .slide-content .text{ font-size: 16px; line-height: 1.6em; } } @media only screen and (max-width: 1039px){ /*** ============================================= Highlights Area style ============================================= ***/ .highlights-area { margin-top: 0; padding-top: 110px; } /*** ============================================= Featured Area style ============================================= ***/ .featured-area { margin-top: 0px; padding-top: 60px; background: #ffffff; } .main-slider .tparrows { top: 50% !important; } .main-slider .slide-content.left-slide{ margin-left: 50px; } .main-slider .slide-content .big-title{ font-size: 50px; line-height: 1.1em; } .main-slider.style3 .slide-content .big-title{ font-size: 50px; line-height: 1.2em; } .main-slider.style3 .slide-content .text{ font-size: 16px; line-height: 1.6em; } } @media only screen and (max-width: 777px){ .main-slider .slide-content .big-title{ font-size: 40px; line-height: 1.1em; } .main-slider .slide-content .text{ font-size: 16px; line-height: 1.6em; font-weight: 400; } .main-slider .slide-content .text br{ display: none; } .main-slider .slide-content .btn-box a.project-view-button { display: block; margin-left: 0; padding: 0; line-height: 50px; } .main-slider .slide-content .btn-box a.project-view-button:before { display: none; } .main-slider.style2 .slide-content .big-title{ font-size: 30px; line-height: 1.2em; } .main-slider.style2 .slide-content .text{ font-size: 15px; line-height: 1.6em; } .main-slider.style3 .slide-content .big-title{ font-size: 30px; line-height: 1.2em; } .main-slider.style3 .slide-content .text{ font-size: 14px; line-height: 1.6em; } } @media only screen and (max-width: 599px) { /*** ============================================= Rev slider wrapper style ============================================= ***/ .main-slider .slide-content.left-slide{ margin-left: 0px; } .main-slider .slide-content .big-title{ font-size: 30px; line-height: 1.0em; } .main-slider .slide-content .text{ font-size: 14px; line-height: 1.4em; } .main-slider .slide-content .btn-box a { line-height: 50px; } .main-slider.style2 .slide-content.left-slide{ margin-left: 0px; } .main-slider.style2 .slide-content .big-title{ font-size: 20px; line-height: 1.3em; } .main-slider.style2 .slide-content .text{ font-size: 14px; line-height: 1.6em; } .main-slider.style3 .slide-content .big-title{ font-size: 20px; line-height: 1.2em; font-weight: 600; } .main-slider.style3 .slide-content .text{ font-size: 14px; line-height: 1.6em; } } @media only screen and (max-width: 479px) { .main-slider .slide-content.left-slide{ margin-left: 0px; } .main-slider .slide-content .big-title{ font-size: 25px; line-height: 1.3em; font-weight: 500; } .main-slider .slide-content .btn-box a{ line-height: 50px; padding: 0 20px 0; } .main-slider.style2 .slide-content .big-title{ font-size: 20px; line-height: 1.3em; } .main-slider.style2 .slide-content .text{ font-size: 14px; line-height: 1.4em; } .main-slider.style2 .slide-content .btn-box a.slide-style2-button { margin-left: 5px; line-height: 70px; } .main-slider.style2 .slide-content .btn-box a.slide-style2-button:before { display: none; } .main-slider.style3 .slide-content .big-title{ font-size: 20px; line-height: 1.2em; font-weight: 500; } .main-slider.style3 .slide-content .text{ font-size: 14px; line-height: 1.6em; } } @media only screen and (max-width: 400px) { .main-slider .slide-content .big-title{ font-size: 20px; line-height: 1.3em; font-weight: 500; } }
public/frontend/css/responsive.css
@media only screen and (min-width: 1200px){ } @media only screen and (min-width: 1200px) and (max-width: 1380px) { /*** ============================================= Top Bar Style2 Style ============================================= ***/ .top-style2-right .top-right-menu li { padding-right: 10px; } .top-style2-right .topbar-social-links li { padding-right: 20px; } /*** ============================================= Main Header Header style2 Style ============================================= ***/ .header-style2 .inner-container { position: relative; padding: 0 25px; } .main-menu.style2 .navigation > li { margin-right: 35px; } .mainmenu-right.style2 { margin-left: 0px; } } @media only screen and (min-width: 1200px) and (max-width: 1880px) { /*** ============================================= Instagram Area Style ============================================= ***/ .instagram-title { margin-right: -30px; padding: 190px 0; } .instagram-title .pattern-bg { position: absolute; top: 0; left: -500px; bottom: -1000px; right: 0; background-repeat: repeat; z-index: -1; } .instagram-items { margin-right: 0; } .instagram-items li { width: 254px; } } /* Medium screen */ @media only screen and (min-width: 992px) and (max-width: 1199px) { /*** ============================================= Main Header Header Style1 Style ============================================= ***/ .header-upper-style1 .inner-container { padding: 0 20px; } .main-menu .navigation > li { margin-right: 20px; } .header-lower-style1 .inner-content { border: none; } .header-contact-info { border-left: none; padding-left: 0; float: none !important; overflow: hidden; margin-bottom: 23px; } .header-contact-info li { border-right: none; padding-right: 0; margin-right: 50px; } .header-social-links-style1 { padding-right: 0; margin: 0; float: none !important; overflow: hidden; text-align: center; } .header-social-links-style1 li { float: none; margin-right: 0; margin: 0 8px; } /*** ============================================= About Area style ============================================= ***/ .about-area { padding-top: 60px; padding-bottom: 146px; } .about-text { padding-left: 0px; } .about-carousel-box .owl-dots { margin-top: 80px !important; } /*** ============================================= Working Area style ============================================= ***/ .single-working-box .text-holder .outer-box .icon { width: 50px; } .single-working-box .text-holder .outer-box .text { padding-left: 0px; padding-right: 10px; } /*** ============================================= Working Process Area style ============================================= ***/ .single-working-process .inner { padding: 82px 10px 50px; } /*** ============================================= Footer Area style ============================================= ***/ .single-footer-widget.marbtm50{ margin-bottom: 50px; } /*** ============================================= Top Bar Style2 style ============================================= ***/ .top-bar-style2 { padding: 20px 20px; } .top-style2-left { overflow: hidden; text-align: center; } .top-style2-left p { display: block; float: none; } .top-style2-left ul { display: block; overflow: hidden; float: none; padding-left: 0; } .top-style2-left ul li { display: inline-block; float: none; padding-right: 16px; margin-right: 15px; } .top-style2-right { overflow: hidden; float: none; text-align: center; padding-top: 11px; } .top-style2-right .top-right-menu { display: block; overflow: hidden; float: none; padding-right: 0; margin-right: 0; text-align: center; } .top-style2-right .top-right-menu:before { display: none; } .top-style2-right .top-right-menu li { float: none; padding-right: 0px; margin: 0 5px; } .top-style2-right .topbar-social-links { display: block; float: none; overflow: hidden; text-align: center; } .top-style2-right .topbar-social-links li { float: none; padding-right: 0; margin: 0 13px; } /*** ============================================= Main Header Header Style2 style ============================================= ***/ .header-style2 .inner-container { position: relative; padding: 0 10px; } .main-menu.style2 .navigation > li { margin-right: 20px; } .main-menu.style2 .navigation > li.dropdown > a:after { display: none; } .mainmenu-right.style2 { margin-left: 0px; } .outer-search-box { margin-right: 10px; } .mainmenu-right.style2 .button { margin-left: 15px; } .mainmenu-right.style2 .button a { padding: 0 15px 0; } .mainmenu-right.style2 .button a.btn-one span:before { display: none; } /*** ============================================= About Style2 Area style ============================================= ***/ .about-style2-image-box { margin-top: 170px; } .about-style2-image-box .pattern { top: -110px; left: 0; right: 0; bottom: -110px; width: 100%; height: auto; } /*** ============================================= Working Style2 Area style ============================================= ***/ .single-working-box-style2 { width: 50%; margin-bottom: 60px; } .working-style-bottom { padding-top: 24px; } /*** ============================================= Why Choose Area style ============================================= ***/ .why-choose-content { max-width: 100%; width: 100%; display: flex; justify-content: center; flex-direction: row; flex-wrap: wrap; } /*** ============================================= Contact Details Area style ============================================= ***/ .contact-details-form-box .title-box { padding-bottom: 25px; } .contact-details-form-box { padding: 30px 60px 0px; padding-left: 0; } /*** ============================================= Brand Area Style2 style ============================================= ***/ .brand-area.style2 { padding-top: 110px; padding-bottom: 80px; } .single-brand-item.style2 { max-width: 280px; margin-right: 30px; margin-bottom: 30px; } /*** ============================================= Instagram Area Style ============================================= ***/ .instagram-title { margin-right: 0; padding: 43px 0; } .instagram-title .pattern-bg { top: 0; left: -500px; bottom: -500px; right: -500px; background-repeat: repeat; } .instagram-items { margin-right: 0; } .instagram-items li { width: 154px; } /*** ============================================= Header Style3 Area style ============================================= ***/ .header-contact-info.style2 { padding-left: 30px; margin: 30px 0 30px; float: left !important; } .header-contact-info.style2 li { margin-right: 20px; } .header-contact-info.style2 li .single-item .icon { width: 40px; } .header-contact-info.style2 li .single-item .icon span:before { top: 2px; font-size: 40px; line-height: 40px; } .header-contact-info.style2 li .single-item .text { padding-left: 10px; } .header-contact-info.style2 li .single-item .text h3 { font-size: 16px; } .header-call-button { width: 210px; padding: 30px 10px 30px; } .header-call-button .inner { padding-right: 45px; } .header-call-button .inner .icon span:before { font-size: 30px; } .header-call-button .inner .title h3 { font-size: 16px; margin: 3px 0 0; } /*** ============================================= Mainmenu Style3 Area style ============================================= ***/ .main-menu.style3 .navigation > li > a { padding: 30px 17px 26px; } /*** ============================================= Brand Style3 style ============================================= ***/ .single-brand-item.style3 { max-width: 130px; } /*** ============================================= Footer Area Style3 Style ============================================= ***/ .single-footer-widget .usefull-links ul { float: none !important; } .single-footer-widget .usefull-links ul.marleft30 { margin-left: 0px; } /*** ============================================= Company Overview Area Style ============================================= ***/ .company-overview-area { padding: 105px 0 86px; } .intro-box { position: relative; display: block; margin-bottom: 42px; } .intro-box .text { max-width: 770px; width: 100%; margin-top: 24px; } .single-history-content .text-box { padding-left: 20px; min-height: auto; } .single-history-content .text-box .inner { padding-top: 40px; padding-right: 20px; } .single-history-content .text-box .inner .title { position: relative; display: block; padding: 25px 0 20px; } .single-history-content .text-box .inner .text p { margin: 0 0 10px; } .single-fact-counter { margin-bottom: 30px; } /*** ============================================= Footer Area Style4 Style ============================================= ***/ .single-footer-widget.s4 .usefull-links ul { float: left !important; } li .single-footer-contact-info { max-width: 310px; } li .single-footer-contact-info .inner { padding: 35px 15px 30px; } li .single-footer-contact-info .text p br{ display: none; } /*** ============================================= Services Style2 Service Page Style ============================================= ***/ .services-style2-service-page .sec-title { padding-bottom: 13px; } .services-style2-service-page .text { margin-top: 0px; margin-bottom: 32px; } .single-service-style2 .text-holder .inner .text { padding: 0 20px 32px; } .single-service-style2 .text-holder .inner .text p { font-size: 15px; line-height: 25px; } /*** ============================================= Single Service Area Style ============================================= ***/ .single-advantages-box { margin-bottom: 30px; } .how-work-box { padding-top: 50px; } .how-work-box .how-works-content { padding-top: 50px; } /*** ============================================= Project Description Area style ============================================= ***/ .project-description-image-box img { max-width: 100%; float: none; width: 100%; } .project-description-content { position: relative; display: block; z-index: 3; padding-top: 50px; padding-left: 0px; } /*** ============================================= Project Info Area style ============================================= ***/ .project-info-area { padding-top: 44px; padding-bottom: 110px; } .project-info-area .pattern-bg { top: auto; right: 0; bottom: 0; } .project-info-content { margin: -6px auto 30px; } .project-info-image-box img { max-width: 100%; float: none; width: 100%; } /*** ============================================= Blog Area Blog Single Area style ============================================= ***/ .blog-single-image-with-text-box .image-box li { margin-right: 30px; max-width: 270px; width: 100%; } .blog-prev-next-option .single { max-width: 270px; width: 100%; } /*** ============================================= Main Shop Area style ============================================= ***/ .shop-sidebar-wrapper { float: right; } /*** ============================================= Login Register Area style ============================================= ***/ .login-register-area .form a.forgot-password { margin: 70px 0 0; } .login-register-area .form.register { overflow: hidden; margin-top: 50px; } .login-register-area .form h6 { margin: 28px 0 0; } /*** ============================================= Job Career Brochures Area style ============================================= ***/ .job-career-brochures-box .overlay-content .innner .box h1 { font-size: 28px; line-height: 38px; margin: 0 0 14px; } /*** ============================================= Blog Area Blog Large Area Area style ============================================= ***/ .single-blog-post.style4:before { bottom: 0; } } /* Tablet Layout: 768px. */ @media only screen and (min-width: 768px) and (max-width: 991px) { /*** ============================================= Main Header Header Style1 Style ============================================= ***/ .header-upper-style1 .inner-container { position: relative; display: block; padding: 0 20px; margin-top: -45px; } .logo-box-style1 { position: absolute; margin: 15px 0; top: 0; left: 20px; float: none !important; z-index: 33; } .main-menu-box { position: relative; display: block; float: none !important; } .mainmenu-right { position: absolute; float: none; margin-left: 0; top: 0; right: 60px; z-index: 33; } .mainmenu-right .outer-search-box { padding: 15px 0; margin-right: 20px; } .mainmenu-right .cart-box { margin: 15px 0; } .header-upper-style1.fixed-header .inner-container { max-width: 690px; } .header-upper-style1.fixed-header .logo-box-style1 { margin: 15px 0; } .header-upper-style1.fixed-header .outer-search-box { padding: 15px 0; } .header-upper-style1.fixed-header .cart-box { margin: 15px 0; } .header-lower-style1 .inner-content { border: none; } .header-contact-info { border-left: none; padding-left: 0; float: none !important; overflow: hidden; margin-bottom: 23px; text-align: center; width: 290px; margin: 0 auto 23px; } .header-contact-info li { border-right: none; padding-right: 0; margin-right: 0; float: none; display: block; margin-bottom: 25px; } .header-contact-info li:last-child{ margin-bottom: 0; } .header-social-links-style1 { padding-right: 0; margin: 0; float: none !important; overflow: hidden; text-align: center; } .header-social-links-style1 li { float: none; margin-right: 0; margin: 0 8px; } /*** ============================================= About Area style ============================================= ***/ .about-area { padding-top: 60px; padding-bottom: 170px; } .about-text { padding-left: 0; margin-top: 60px; } .about-carousel-box .owl-dots { margin-top: 80px !important; } /*** ============================================= Slogan Area style ============================================= ***/ .slogan-area .flex-box-two { justify-content: center; } .slogan-area .title { margin-bottom: 22px; text-align: center; } /*** ============================================= Appointment Area style ============================================= ***/ .appointment-area { background: #27282c; background-position: unset; background-attachment: scroll; background-size: cover; } .appointment-box { padding: 44px 50px 50px; margin-top: 40px; } /*** ============================================= Brand Area style ============================================= ***/ .brand-area .sec-title { padding-bottom: 130px; } .brand-items-carousel.owl-carousel .owl-nav { position: absolute; left: 0; right: auto; top: -100px; } /*** ============================================= Footer Area style ============================================= ***/ .single-footer-widget.marbtm50{ margin-bottom: 50px; } /*** ============================================= Top Bar Style2 style ============================================= ***/ .top-bar-style2 { padding: 20px 20px; } .top-style2-left { overflow: hidden; text-align: center; } .top-style2-left p { display: block; float: none; } .top-style2-left ul { display: block; overflow: hidden; float: none; padding-left: 0; } .top-style2-left ul li { display: inline-block; float: none; padding-right: 16px; margin-right: 15px; } .top-style2-right { overflow: hidden; float: none; text-align: center; padding-top: 11px; } .top-style2-right .top-right-menu { display: block; overflow: hidden; float: none; padding-right: 0; margin-right: 0; text-align: center; } .top-style2-right .top-right-menu:before { display: none; } .top-style2-right .top-right-menu li { float: none; padding-right: 0px; margin: 0 5px; } .top-style2-right .topbar-social-links { display: block; float: none; overflow: hidden; text-align: center; } .top-style2-right .topbar-social-links li { float: none; padding-right: 0; margin: 0 13px; } /*** ============================================= Main Header Header Style2 style ============================================= ***/ .header-style2 .inner-container { position: relative; padding: 0 20px; } .logo-box-style2 { position: absolute; margin: 0; top: 0px; left: 20px; margin: 15px 0; z-index: 33; } .mainmenu-right.style2 { position: absolute; top: 0; right: 60px; margin: 0; } .mainmenu-right.style2 .outer-search-box { padding: 15px 0; margin-right: 10px; } .mainmenu-right.style2 .cart-box { float: left; margin: 15px 0; } .mainmenu-right.style2 .button { margin-left: 15px; padding: 15px 0px; } .mainmenu-right.style2 .button a { padding: 0 15px 0; } .mainmenu-right.style2 .button a.btn-one span:before { display: none; } /*** ============================================= About Style2 Area style ============================================= ***/ .about-style2-image-box { margin-top: 170px; } .about-style2-image-box .pattern { top: -110px; left: 0; right: 0; bottom: -110px; width: 100%; height: auto; } /*** ============================================= Working Style2 Area style ============================================= ***/ .single-working-box-style2 { width: 50%; margin-bottom: 60px; } .working-style-bottom { padding-top: 24px; } /*** ============================================= Why Choose Area style ============================================= ***/ .why-choose-content { max-width: 100%; width: 100%; display: flex; justify-content: center; flex-direction: row; flex-wrap: wrap; } /*** ============================================= Contact Details Area style ============================================= ***/ .content-info-box { min-height: 650px; margin-right: 5px; } .contact-details-form-box { padding: 65px 60px 110px; width: 100%; } /*** ============================================= Brand Area Style2 style ============================================= ***/ .brand-area.style2 { padding-top: 110px; padding-bottom: 80px; } .brand-area.style2 .sec-title { padding-bottom: 50px; } .single-brand-item.style2 { max-width: 200px; margin-right: 30px; margin-bottom: 30px; } /*** ============================================= Instagram Area Style ============================================= ***/ .instagram-title { margin-right: 0; padding: 43px 0; } .instagram-title .pattern-bg { top: 0; left: -500px; bottom: -500px; right: -500px; background-repeat: repeat; } .instagram-items { margin-right: 0; } .instagram-items li { width: 115px; } /*** ============================================= Footer Area Style2 Style ============================================= ***/ .single-footer-widget.pdtop50-s2{ padding-top: 50px; } .single-footer-widget .subscribe-form { max-width: 450px; width: 100%; } /*** ============================================= Header Style3 Area style ============================================= ***/ .logo-box-style3 { margin: 30px 0; float: none !important; text-align: center; } .header-contact-info.style2 { position: relative; display: block; padding: 0; margin: 0 auto; float: none !important; width: 265px; } .header-call-button { width: 270px; padding: 30px 30px 30px; float: none !important; margin: 25px auto 0; } /*** ============================================= Mainmenu Style3 Area style ============================================= ***/ .mainmenu-right.style3 { position: absolute; top: 0; left: 0; z-index: 33; float: none !important; display: inline-block; right: auto; margin: 5px 0; } /*** ============================================= Featured Area style ============================================= ***/ .about-style3-content .button a.black { margin-top: 20px; } .about-style3-bg.banner-animate { animation: none; background-size: cover; background-repeat: no-repeat; background-position: center bottom; } /*** ============================================= Brand Style3 style ============================================= ***/ .single-brand-item.style3 { max-width: 200px; } /*** ============================================= Footer Area Style3 Style ============================================= ***/ .single-footer-widget.marbtm50-s3 { margin-bottom: 50px; } /*** ============================================= Company Overview Area Style ============================================= ***/ .company-overview-area { padding: 105px 0 86px; } .intro-box { position: relative; display: block; margin-bottom: 42px; } .intro-box .text { max-width: 770px; width: 100%; margin-top: 24px; } .single-history-content .img-box { width: 100%; float: none; } .single-history-content .img-box .inner { padding-right: 0; } .single-history-content .text-box { width: 100%; float: none; padding-left: 30px; min-height: auto; } .single-history-content .text-box .inner { position: relative; display: block; padding-top: 50px; padding-right: 30px; padding-bottom: 50px; } .single-fact-counter { margin-bottom: 30px; } /*** ============================================= Footer Area Style4 Style ============================================= ***/ .footer-area.style4 { padding: 110px 0 100px; } .single-footer-widget.pdtop50-s4 { padding-top: 50px; } /*** ============================================= Footer Contact Info Area Style ============================================= ***/ .footer-contact-info-area { margin: 0; padding: 30px 0 20px; } li .single-footer-contact-info { display: block; float: none; max-width: 300px; width: 100%; border-right: none; overflow: hidden; margin: 0 auto; } li .single-footer-contact-info .inner { position: relative; display: block; padding: 15px 0px 15px; } /*** ============================================= Footer Bottom Area Style3 style ============================================= ***/ .footer-bottom-area.style3 { padding: 29px 0 28px; } /*** ============================================= Timer Area style ============================================= ***/ .countdown-timer li { margin: 0 3px; } /*** ============================================= Services Style2 Service Page Style ============================================= ***/ .services-style2-service-page .sec-title { padding-bottom: 13px; } .services-style2-service-page .text { margin-top: 0px; margin-bottom: 32px; } .single-service-style2 .text-holder .inner .text { padding: 0 20px 32px; } /*** ============================================= Single Service Area Style ============================================= ***/ .single-service-sidebar:before { display: none; } .single-service-top { margin-top: 50px; } .single-advantages-box { margin-bottom: 30px; } .how-work-box { padding-top: 50px; } .how-work-box .how-works-content { padding-top: 50px; } /*** ============================================= Main Project Area Style5 Style ============================================= ***/ .single-project-style8 .overlay-content .inner-content .title-box h3 { font-size: 15px; } /*** ============================================= Project Description Area style ============================================= ***/ .project-description-image-box img { max-width: 100%; float: none; width: 100%; } .project-description-content { position: relative; display: block; z-index: 3; padding-top: 50px; padding-left: 0px; } /*** ============================================= Project Info Area style ============================================= ***/ .project-info-area { padding-top: 44px; padding-bottom: 110px; } .project-info-area .pattern-bg { top: auto; right: 0; bottom: 0; } .project-info-content { margin: -6px auto 30px; } .project-info-image-box img { max-width: 100%; float: none; width: 100%; } /*** ============================================= Blog Area Blog Large Area style ============================================= ***/ #blog-area.blog-large-area { padding-bottom: 60px; } .single-blog-post.style4 { padding-left: 30px; padding-right: 0px; margin-bottom: 50px; } .single-blog-post.style4:before { top: -300px; left: 0; bottom: 0; } #blog-area .sidebar-wrapper { position: relative; display: block; max-width: 300px; margin-left: 0px; z-index: 99; padding-top: 100px; } /*** ============================================= Blog Area Blog Single Area style ============================================= ***/ #blog-area.blog-single-area { position: relative; display: block; padding: 0 0 60px; } .blog-single-area .blog-post { margin-right: 0px; } .blog-single-image-with-text-box .image-box li { margin-right: 30px; max-width: 329px; } .blog-prev-next-option .single { max-width: 330px; width: 100%; } /*** ============================================= Main Shop Area style ============================================= ***/ .shop-sidebar-wrapper { padding-top: 100px; } /*** ============================================= Single Shop Area style ============================================= ***/ .single-product-image-holder { margin-right: 0; } .single-shop-content .content-box { margin-top: 40px; } /*** ============================================= Cart Area style ============================================= ***/ .cart-area .cart-bottom .calculate-shipping { padding-bottom: 60px; } /*** ============================================= Checkout Area style ============================================= ***/ .checkout-area .form.shipping-info { padding-top: 60px; } .checkout-area .cart-total { padding-top: 60px; } /*** ============================================= Login Register Area style ============================================= ***/ .login-register-area .form a.forgot-password { margin: 70px 0 0; } .login-register-area .register { padding-top: 50px; } .login-register-area .form h6 { color: #797979; float: left; font-size: 14px; margin-bottom: 0; margin-right: 0; margin-top: 27px; } /*** ============================================= Contact Address Area style ============================================= ***/ .contact-address-area { padding-bottom: 27px; } .single-contact-address-box { margin-top: -115px; margin-bottom: 155px; } .contact-address-area .bottom-text { padding-top: 0; margin-top: -100px; } .contact-form-image-box { position: relative; z-index: 1; top: -110px; right: 0; } /*** ============================================= Contact Info Area style ============================================= ***/ .contact-info-area { padding: 110px 0 0px; } } /* Mobile Layout: 320px. */ @media only screen and (max-width: 767px) { /*** ============================================= Main Header Header Style1 Style ============================================= ***/ .header-upper-style1 .inner-container { position: relative; display: block; padding: 0 10px; margin-top: -45px; } .logo-box-style1 { position: absolute; margin: 22px 0 23px; top: 0; left: 10px; float: none !important; z-index: 33; } .logo-box-style1 img { max-width: 70%; } .main-menu-box { position: relative; display: block; float: none !important; } .mainmenu-right { position: absolute; float: none; margin-left: 0; top: 0; right: 60px; z-index: 33; } .mainmenu-right .outer-search-box { padding: 15px 0; margin-right: 10px; } .mainmenu-right .cart-box { margin: 15px 0; } .header-upper-style1.fixed-header .inner-container { max-width: 350px; } .header-upper-style1.fixed-header .logo-box-style1 { margin: 22px 0 23px; } .header-upper-style1.fixed-header .outer-search-box { padding: 15px 0; } .header-upper-style1.fixed-header .cart-box { margin: 15px 0; } .header-lower-style1 .inner-content { border: none; } .header-contact-info { border-left: none; padding-left: 0; float: none !important; overflow: hidden; margin-bottom: 23px; text-align: center; width: 290px; margin: 0 auto 23px; } .header-contact-info li { border-right: none; padding-right: 0; margin-right: 0; float: none; display: block; margin-bottom: 25px; } .header-contact-info li:last-child{ margin-bottom: 0; } .header-social-links-style1 { padding-right: 0; margin: 0; float: none !important; overflow: hidden; text-align: center; } .header-social-links-style1 li { float: none; margin-right: 0; margin: 0 8px; } /*** ============================================= About Area style ============================================= ***/ .about-area { padding-top: 60px; padding-bottom: 170px; } .about-image-box { padding-top: 20px; padding-left: 20px; } .about-text { padding-left: 0; margin-top: 60px; } .about-carousel-box .single-box .icon-holder, .about-carousel-box .single-box .text-holder { display: block; vertical-align: middle; } .about-carousel-box .single-box .text-holder { padding-left: 0px; margin-top: 30px; } .about-carousel-box .owl-dots { margin-top: 80px !important; } /*** ============================================= Recently Project Area style ============================================= ***/ .recently-project-area .sec-title { padding-bottom: 24px; float: none !important; } .more-project-button { float: none !important; margin: 0; padding-bottom: 52px; } /*** ============================================= Slogan Area style ============================================= ***/ .slogan-area .flex-box-two { justify-content: center; } .slogan-area .title { margin-bottom: 22px; text-align: center; } /*** ============================================= Testimonial Area style ============================================= ***/ .testimonial-area .sec-title { padding-bottom: 24px; float: none !important; } .more-reviews-button { float: none !important; margin: 0; padding-bottom: 52px; } /*** ============================================= Appointment Area style ============================================= ***/ .appointment-area { background: #27282c; background-position: unset; background-attachment: scroll; background-size: cover; } .appointment-box { padding: 44px 30px 50px; margin-top: 40px; } /*** ============================================= Brand Area style ============================================= ***/ .brand-area .sec-title { padding-bottom: 130px; } .brand-items-carousel.owl-carousel .owl-nav { position: absolute; left: 0; right: auto; top: -100px; } /*** ============================================= Footer Area style ============================================= ***/ .single-footer-widget.marbtm50{ margin-bottom: 50px; } .single-footer-widget.pdbtm50{ padding-bottom: 50px; } /*** ============================================= Footer Bottom Area style ============================================= ***/ .footer-bottom-content.flex-box-two{ justify-content: center; } /*** ============================================= Top Bar Style2 style ============================================= ***/ .top-bar-style2 { padding: 20px 20px; } .top-style2-left { overflow: hidden; text-align: center; } .top-style2-left p { display: block; float: none; } .top-style2-left ul { display: block; overflow: hidden; float: none; padding-left: 0; } .top-style2-left ul li { display: inline-block; float: none; padding-right: 0; margin-right: 0; margin: 0 10px; } .top-style2-left ul li:before { display: none; } .top-style2-right { overflow: hidden; float: none; text-align: center; padding-top: 11px; } .top-style2-right .top-right-menu { display: block; overflow: hidden; float: none; padding-right: 0; margin-right: 0; text-align: center; } .top-style2-right .top-right-menu:before { display: none; } .top-style2-right .top-right-menu li { float: none; padding-right: 0px; margin: 0 5px; } .top-style2-right .topbar-social-links { display: block; float: none; overflow: hidden; text-align: center; } .top-style2-right .topbar-social-links li { float: none; padding-right: 0; margin: 0 13px; } /*** ============================================= Main Header Header Style2 style ============================================= ***/ .header-style2 .inner-container { position: relative; padding: 0 10px; } .logo-box-style2 { position: absolute; margin: 0; top: 0px; left: 10px; margin: 22px 0 23px; z-index: 33; } .logo-box-style2 a img{ width: 70%; } .mainmenu-right.style2 { position: absolute; top: 0; right: 60px; margin: 0; } .mainmenu-right.style2 .outer-search-box { padding: 15px 0; margin-right: 10px; } .mainmenu-right.style2 .cart-box { float: left; margin: 15px 0; } .mainmenu-right.style2 .button { display: none; } /*** ============================================= About Style2 Area style ============================================= ***/ .about-style2-image-box { margin-top: 170px; } .about-style2-image-box .pattern { top: -110px; left: 0; right: 0; bottom: -110px; width: 100%; height: auto; } .about-style2-text .authorised-info .signature, .about-style2-text .authorised-info .name { display: block; } .about-style2-text .authorised-info .name { border-left: none; padding-left: 0; margin-top: 20px; } .about-style2-image-box .overlay-box { left: 40px; bottom: 30px; right: 40px; max-width: 300px; margin: 0 auto; } .about-style2-image-box .overlay-box .title { float: none; padding: 23px 0 20px; padding-left: 20px; } .about-style2-image-box .overlay-box .button { float: none; } .about-style2-image-box .overlay-box .button a span:before { margin: 0 auto; } /*** ============================================= Working Style2 Area style ============================================= ***/ .single-working-box-style2 { width: 100%; margin-bottom: 60px; } .working-style-bottom { padding-top: 24px; } /*** ============================================= Slogan Style2 Area style ============================================= ***/ .slogan-style2-area .inner-content .button a.call-us { margin-bottom: 20px; } .slogan-style2-area .inner-content .title.float-bob{ animation: none; } /*** ============================================= Why Choose Area style ============================================= ***/ .why-choose-title { padding-bottom: 60px; max-width: 100%; width: 100%; } .why-choose-content { max-width: 100%; width: 100%; display: flex; justify-content: center; flex-direction: row; flex-wrap: wrap; } .why-choose-content .single-box { padding: 50px 40px 42px; padding-right: 30px; width: 100%; } /*** ============================================= Working Process Style2 Area style ============================================= ***/ .working-process-style2-area .sec-title { padding-bottom: 125px; } .working-process-carousel.owl-carousel .owl-nav { position: absolute; left: 0; right: auto; top: -95px; } .single-working-process-style2 { max-width: 330px; min-width: 330px; } .single-working-process-style2 .top-box:after { width: 330px; } /*** ============================================= Contact Details Area style ============================================= ***/ .content-info-box { min-height: 650px; margin-right: 5px; } .contact-details-form-box { padding: 65px 20px 110px; width: 100%; } /*** ============================================= Brand Area Style2 style ============================================= ***/ .brand-area.style2 { padding-top: 110px; padding-bottom: 80px; } .brand-area.style2 .sec-title { padding-bottom: 50px; } .single-brand-item.style2 { max-width: 290px; float: none; margin: 0 auto 30px; } .single-brand-item.style2:last-child { margin-right: auto; } /*** ============================================= Instagram Area Style ============================================= ***/ .instagram-title { margin-right: 0; padding: 43px 0; text-align: center; } .instagram-title .pattern-bg { display: none; } .instagram-items { margin-right: 0; } .instagram-items li { width: 270px; display: block; float: none; margin: 0 auto; } /*** ============================================= Footer Area Style2 Style ============================================= ***/ .single-footer-widget.pdtop50-s2{ padding-top: 50px; } .single-footer-widget.marbtm50-s2{ margin-bottom: 50px; } .single-footer-widget .usefull-links ul { float: none !important; display: block; } .single-footer-widget .usefull-links ul.borders-left { margin-left: 0; padding-left: 0; float: none !important; display: block; } .single-footer-widget .usefull-links ul.borders-left:before { display: none; } .single-footer-widget .subscribe-form { max-width: 450px; width: 100%; } /*** ============================================= Topbar Style3 Area style ============================================= ***/ .topbar-style3-content { justify-content: center; flex-direction: row; align-items: center; flex-wrap: wrap; } /*** ============================================= Header Style3 Area style ============================================= ***/ .logo-box-style3 { margin: 30px 0; float: none !important; text-align: center; } .header-contact-info.style2 { position: relative; display: block; padding: 0; margin: 0 auto; float: none !important; width: 265px; } .header-call-button { width: 270px; padding: 30px 30px 30px; float: none !important; margin: 25px auto 0; } /*** ============================================= Mainmenu Style3 Area style ============================================= ***/ .mainmenu-right.style3 { position: absolute; top: 0; left: 0; z-index: 33; float: none !important; display: inline-block; right: auto; margin: 5px 0; } .mainmenu-right.style3 .button a { width: 230px; } /*** ============================================= Featured Area style ============================================= ***/ .about-style3-content .button a.black { margin-top: 20px; } .about-style3-bg.banner-animate { animation: none; background-size: cover; background-repeat: no-repeat; background-position: center bottom; } /*** ============================================= Latest Projects Area style ============================================= ***/ .latest-projects-area .sec-title { padding-bottom: 115px; } .project-carousel-v3.owl-carousel .owl-nav { position: absolute; top: -90px; left: 0; right: 0; max-width: 120px; margin: 0 auto; } /*** ============================================= Team Area style ============================================= ***/ .team-area .sec-title{ display: block; float: none !important; padding-bottom: 24px; } .view-all-member { margin-top: 0px; float: none !important; padding-bottom: 42px; } /*** ============================================= Brand Style3 style ============================================= ***/ .single-brand-item.style3 { max-width: 170px; width: 100%; float: none; margin-right: 0; margin: 0 auto; } .single-brand-item.style3:last-child { margin-right: auto; } /*** ============================================= Brand Style3 style ============================================= ***/ .latest-blog-area.style3 .sec-title { display: block; float: none !important; padding-bottom: 24px; } .more-blog-button { margin-top: 0px; float: none !important; padding-bottom: 42px; } /*** ============================================= Footer Area Style3 Style ============================================= ***/ .single-footer-widget.marbtm50-s3 { margin-bottom: 50px; } .single-footer-widget .usefull-links ul { float: none !important; display: block; } .single-footer-widget .usefull-links ul.marleft30 { margin-left: 0px; } .single-footer-widget.pdtop50-s3 { padding-top: 50px; } .footer-bottom-area .copyright-text { text-align: center; margin: 0; } /*** ============================================= Company Overview Area Style ============================================= ***/ .company-overview-area { padding: 105px 0 86px; } .intro-box { position: relative; display: block; margin-bottom: 42px; } .intro-box .text { max-width: 770px; width: 100%; margin-top: 24px; } .single-history-content { box-shadow: none; } .single-history-content .img-box { width: 100%; float: none; } .single-history-content .img-box .inner { padding-right: 0; } .single-history-content .text-box { width: 100%; float: none; padding-left: 0px; min-height: auto; } .single-history-content .text-box .inner { position: relative; display: block; padding-top: 50px; padding-right: 0px; padding-bottom: 50px; } .single-history-content .text-box .inner .title h3 br{ display: none; } .single-fact-counter { max-width: 270px; margin: 0 auto 30px; } /*** ============================================= Footer Area Style4 Style ============================================= ***/ .footer-area.style4 { padding: 110px 0 100px; } .single-footer-widget.marbtm50-s4 { margin-bottom: 50px; } .single-footer-widget.pdtop50-s4 { padding-top: 50px; } /*** ============================================= Footer Contact Info Area Style ============================================= ***/ .footer-contact-info-area { margin: 0; padding: 30px 0 20px; } li .single-footer-contact-info { display: block; float: none; max-width: 300px; width: 100%; border-right: none; overflow: hidden; margin: 0 auto; } li .single-footer-contact-info .inner { position: relative; display: block; padding: 15px 0px 15px; } /*** ============================================= Footer Bottom Area Style3 style ============================================= ***/ .footer-bottom-area.style3 { padding: 29px 0 28px; } /*** ============================================= Faq Area style ============================================= ***/ .faq-content-box { padding: 60px 20px 40px; } .accordion-box .accordion .accord-btn h4 { font-size: 16px; line-height: 22px; } .accordion-box .accordion .accord-btn { padding-left: 20px; padding-right: 40px; padding-top: 22px; padding-bottom: 22px; } .accordion-box .accordion .accord-btn::after { right: 20px; } /*** ============================================= Coming Soon Content Area style ============================================= ***/ .coming-soon-content .title { font-size: 50px; line-height: 60px; } /*** ============================================= Timer Area style ============================================= ***/ .timer-box { padding: 74px 15px 72px; margin-top: -320px; } .countdown-timer li { margin: 0 3px; } .timer-box .subscribe-box .subscribe-form button { width: 130px; } .timer-box .subscribe-box .subscribe-form input[type="email"] { padding: 0 10px; padding-right: 135px; } /*** ============================================= Error Page Area style ============================================= ***/ .error-content .title { font-size: 110px; line-height: 100px; margin: 13px 0 14px; } /*** ============================================= Services Style2 Service Page Style ============================================= ***/ .services-style2-service-page .sec-title { padding-bottom: 13px; } .services-style2-service-page .text { margin-top: 0px; margin-bottom: 32px; } .single-service-style2 .text-holder .inner .text { padding: 0 20px 32px; } /*** ============================================= Testimonial Style3 Service Page Style ============================================= ***/ .testimonial-style3-service-page .sec-title { padding-bottom: 115px; } .testimonial-style3-service-page .owl-carousel .owl-nav { top: -95px; left: 0; right: auto; } .testimonial-style3-service-page .owl-carousel .owl-nav .owl-prev { left: 0px; right: 0; } .testimonial-style3-service-page .owl-carousel .owl-nav .owl-next { margin-left: 10px; right: auto; left: 60px; } /*** ============================================= Single Service Area Style ============================================= ***/ .single-service-sidebar:before { display: none; } .single-service-top { margin-top: 50px; } .single-advantages-box { margin-bottom: 30px; } .how-work-box { padding-top: 50px; } .how-work-box .how-works-content { padding-top: 50px; } .sidebar-contact-box .inner-content { padding: 48px 15px 50px; } .additional-information-box .additional-info-content-box { padding: 40px 15px 20px; } /*** ============================================= Main Project Area Style5 Style ============================================= ***/ .main-project-area.style5:before { display: none; } .single-project-style8 .overlay-content .inner-content .title-box h3 { font-size: 16px; } /*** ============================================= Main Project Area Style6 Style ============================================= ***/ .main-project-area.style6:before { display: none; } /*** ============================================= Project Description Area style ============================================= ***/ .project-description-image-box img { max-width: 100%; float: none; width: 100%; } .project-description-content { position: relative; display: block; z-index: 3; padding-top: 50px; padding-left: 0px; } /*** ============================================= Project Info Area style ============================================= ***/ .project-info-area { padding-top: 44px; padding-bottom: 110px; } .project-info-area .pattern-bg { top: auto; right: 0; bottom: 0; } .project-info-content { margin: -6px auto 30px; } .project-info-image-box img { max-width: 100%; float: none; width: 100%; } /*** ============================================= Blog Area Blog Large Area style ============================================= ***/ #blog-area.blog-large-area { padding-bottom: 60px; } .single-blog-post.style4 { padding-left: 30px; padding-right: 0px; margin-bottom: 50px; } .single-blog-post.style4:before { top: -300px; left: 0; bottom: 0; } .single-blog-post.style4 .text-holder .blog-title { font-size: 24px; line-height: 32px; } #blog-area .sidebar-wrapper { position: relative; display: block; max-width: 300px; margin-left: 0px; z-index: 99; padding-top: 100px; } /*** ============================================= Breadcrumb area style ============================================= ***/ .breadcrumb-area .inner-content-box .title-s2 h1 { font-size: 40px; line-height: 52px; } /*** ============================================= Blog Area Blog Single Area style ============================================= ***/ #blog-area.blog-single-area { position: relative; display: block; padding: 0 0 60px; } .blog-single-area .blog-post { margin-right: 0px; } .blog-single-image-with-text-box .image-box li { margin-right: 30px; max-width: 329px; } .blog-prev-next-option .single { max-width: 330px; width: 100%; } /*** ============================================= Single Post Info Area style ============================================= ***/ .single-post-info-area { padding: 104px 0 99px; } .single-post-info-content .blog-title { font-size: 36px; line-height: 46px; margin: 22px 0 0; } .blog-single-image-with-text-box .image-box li { margin-right: 0; max-width: 100%; float: none; display: block; margin-bottom: 10px; } .blog-single-image-with-text-box .image-box li:last-child{ margin-bottom: 0; } .tag-with-social-links-box .tag-box { float: none !important; overflow: hidden; } .tag-with-social-links-box .social-links-box { float: none !important; overflow: hidden; margin-top: 5px; } .blog-prev-next-option .single { max-width: 300px; width: 100%; float: none !important; margin: 0 auto; } .blog-prev-next-option .single.prev{ margin-bottom: 30px; } .author-box-holder { padding: 45px 30px 40px; } .author-box-holder .inner-box .img-box, .author-box-holder .inner-box .text { display: block; } .author-box-holder .inner-box .text { padding-left: 0px; margin-top: 20px; } .blog-single-area .inner-comment-box .single-comment-outer-box { padding: 35px 30px 32px; } .blog-single-area .inner-comment-box .single-comment-box { padding-left: 0px; } .blog-single-area .inner-comment-box .single-comment-box .img-box { position: static; width: 80px; height: 80px; } .blog-single-area .inner-comment-box .single-comment-box .text-box { margin-top: 20px; margin-left: 0px; } .blog-single-area .inner-comment-box .single-comment-outer-box.mar-left { margin-left: 30px; } .author-quote-box { padding: 33px 25px 33px; } /*** ============================================= Main Shop Area style ============================================= ***/ .shop-sidebar-wrapper { padding-top: 100px; } .showing-result-shorting { display: flex; justify-content: space-between; flex-direction: column; flex-wrap: wrap; align-items: center; padding-bottom: 30px; border-bottom: 1px solid #ededed; margin-bottom: 50px; } .showing-result-shorting .showing { margin: 14px 0 0; } /*** ============================================= Single Shop Area style ============================================= ***/ .single-product-image-holder { margin-right: 0; } .single-shop-content .content-box { margin-top: 40px; } /*** ============================================= Cart Area style ============================================= ***/ .cart-middle .apply-coupon { padding-left: 0; } .cart-middle .apply-coupon input[type="text"] { margin: 0 0 20px; position: static; width: 225px; } .cart-area .cart-bottom .calculate-shipping { padding-bottom: 60px; } .cart-middle .update-cart { float: left !important; margin: 20px 0 0; } .cart-bottom .calculate-shipping input[type="text"] { margin-bottom: 25px; } /*** ============================================= Checkout Area style ============================================= ***/ .checkout-area .form.shipping-info { padding-top: 60px; } .checkout-area .cart-total { padding-top: 60px; } .checkout-area .exisitng-customer h5 a { display: block; width: 100%; padding: 0; margin-top: 7px; } .checkout-area .coupon h5 a { display: block; width: 100%; padding: 0; margin-top: 7px; } /*** ============================================= Login Register Area style ============================================= ***/ .login-register-area .form a.forgot-password { float: left; margin: 35px 0 0; } .login-register-area .form.register { padding-top: 60px; } .login-register-area .form .social-icon { float: left; margin-right: 0; margin-top: 30px; } .login-register-area .form .social-icon span { left: 0; position: relative; } .login-register-area .form .social-icon .login-with { position: static; } .login-register-area .form h6 { margin: 20px 0 0; } .login-register-area .form .right { display: block; overflow: hidden; margin-left: 0px; } /*** ============================================= Contact Address Area style ============================================= ***/ .contact-address-area { padding-bottom: 27px; } .single-contact-address-box { margin-top: -115px; margin-bottom: 155px; } .contact-address-area .bottom-text { padding-top: 0; margin-top: -100px; } .contact-form-image-box { position: relative; z-index: 1; top: -110px; right: 0; } /*** ============================================= Contact Info Area style ============================================= ***/ .contact-info-area { padding: 110px 0 0px; } /*** ============================================= Job Career Brochures Area style ============================================= ***/ .job-career-brochures-box .overlay-content .innner .box h1 { font-size: 18px; line-height: 28px; margin: 0 0 11px; } .job-career-brochures-box .overlay-content .innner .box p { margin: 0 0 12px; } .job-career-brochures-box .overlay-content .innner .box a { padding: 0 30px 0; line-height: 50px; } } /* Wide Mobile Layout: 480px. */ @media (min-width: 992px){ .navbar-collapse.collapse { display: block !important; height: auto; padding-bottom: 0; overflow: visible !important; } .navbar-toggle { display: none !important; } } @media only screen and (max-width: 991px){ .mainmenu-area .inner-content{ position: relative; display: block; } .main-menu { display: block; float: none; padding-top: 17px; padding-bottom: 0px; z-index: 5; width: 100%; } .main-menu .navigation li { margin-left: 0; margin-right: 0; padding: 0; float: none; } .main-menu .collapse { border: none; border-radius: 0px !important; float: none; margin: 0; height: auto; overflow: auto; padding: 0; width: 100%; } .main-menu .collapse.in, .main-menu .collapsing { border: none; border-radius: 0px; margin: 0; padding: 0; border-top: none; } .main-menu .navbar-header { position: relative; float: none; display: block; text-align: right; width: 100%; padding: 63px 0 0; right: 0px; z-index: 12; } .main-menu .navbar-header .navbar-toggle { background: #000100; border: 1px dashed #000100; display: inline-block; border-radius: 3px; float: none; margin: 0; z-index: 7; width: 50px; height: 47px; cursor: pointer; padding: 0 9px; position: absolute; top: 0; right: 0; } .main-menu .navbar-header .navbar-toggle .icon-bar { display: block; background: #e7e7e7; width: 30px; height: 2px; border-radius: 1px; } .main-menu .navbar-header .navbar-toggle .icon-bar+.icon-bar { margin-top: 6px; } .main-menu .navbar-collapse > .navigation { float: none !important; width: 100% !important; margin-top: 0px; margin-bottom: 0px; } .main-menu .navbar-collapse .navigation > li{ display: block; margin: 0px !important; padding: 0; float: none !important; width:100%; } .main-menu .navbar-collapse > .navigation > li > ul, .main-menu .navbar-collapse > .navigation > li > ul > li > ul{ position: relative; float: none; visibility: visible; opacity: 1; display: none; margin: 0px; padding: 0; left: auto !important; right: auto !important; top: auto !important; width: 100%; background: none; border-radius: 0px; box-shadow: none; transition: none !important; } .main-menu .navbar-collapse .navigation li, .main-menu .navbar-collapse .navigation li ul li, .main-menu .navbar-collapse .navigation li ul li ul li{ background: #27282c; border-top: 1px solid #151618; opacity:1 !important; top:0px !important; left:0px !important; visibility: visible !important; } .main-menu .navbar-collapse .navigation li:last-child, .main-menu .navbar-collapse .navigation li ul li:last-child, .main-menu .navbar-collapse .navigation li ul li ul li:last-child{ border-bottom: 1px solid #151618; } .main-menu .navbar-collapse .navigation li ul li{ border-bottom: 0px solid #151618 !important; } .main-menu .navbar-collapse .navigation li ul li ul li{ border-bottom: 0px solid #151618 !important; } .main-menu .navbar-collapse .navigation li a { padding: 10px 10px !important; line-height: 22px; color: #f1f1f1; text-align: left; } .main-menu .navbar-collapse .navigation li ul li a { padding: 10px 10px !important; line-height: 22px; color: #ffffff; text-align: left; font-size: 14px; font-weight: 400; border: none !important; text-transform: capitalize; font-family: 'Rubik', sans-serif; } .main-menu .navbar-collapse .navigation li a:hover, .main-menu .navbar-collapse .navigation li a:active, .main-menu .navbar-collapse .navigation li a:focus{ } .main-menu .navbar-collapse > .navigation > li:hover > a, .main-menu .navbar-collapse > .navigation > li > ul > li:hover > a, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a, .main-menu .navbar-collapse > .navigation > li.current > a{ color: #ffffff !important; background: #023020; } .main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn{ display:block; } .main-menu .navbar-collapse .navigation > li > ul{ border: none; padding: 0; margin: 0; } .main-menu .navigation > li > ul > li > a:after { display: none; } .main-menu.style2 .navigation > li.dropdown > a:after { display: none; } } @media only screen and (min-width: 1200px) and (max-width: 1500px) { .main-slider.style2 .tparrows { left: 30% !important; } .main-slider.style2 .tp-rightarrow { left: 38% !important; } } @media only screen and (min-width: 800px) and (max-width: 1199px) { .main-slider.style2 .tparrows { left: 25% !important; } .main-slider.style2 .tp-rightarrow { left: 35% !important; } } @media only screen and (max-width: 799px){ .main-slider.style2 .tparrows{ display: none !important; } } @media only screen and (min-width: 1200px) and (max-width: 1300px) { .main-slider .slide-content.left-slide{ margin-left: 50px; } .main-slider.style2 .slide-content.left-slide{ margin-left: 0px; } } @media only screen and (max-width: 1199px){ .main-slider .slide-content.left-slide{ margin-left: 50px; } .main-slider.style2 .slide-content .big-title{ font-size: 40px; line-height: 1.2em; } .main-slider.style2 .slide-content .text{ font-size: 16px; line-height: 1.6em; } } @media only screen and (max-width: 1039px){ /*** ============================================= Highlights Area style ============================================= ***/ .highlights-area { margin-top: 0; padding-top: 110px; } /*** ============================================= Featured Area style ============================================= ***/ .featured-area { margin-top: 0px; padding-top: 60px; background: #ffffff; } .main-slider .tparrows { top: 50% !important; } .main-slider .slide-content.left-slide{ margin-left: 50px; } .main-slider .slide-content .big-title{ font-size: 50px; line-height: 1.1em; } .main-slider.style3 .slide-content .big-title{ font-size: 50px; line-height: 1.2em; } .main-slider.style3 .slide-content .text{ font-size: 16px; line-height: 1.6em; } } @media only screen and (max-width: 777px){ .main-slider .slide-content .big-title{ font-size: 40px; line-height: 1.1em; } .main-slider .slide-content .text{ font-size: 16px; line-height: 1.6em; font-weight: 400; } .main-slider .slide-content .text br{ display: none; } .main-slider .slide-content .btn-box a.project-view-button { display: block; margin-left: 0; padding: 0; line-height: 50px; } .main-slider .slide-content .btn-box a.project-view-button:before { display: none; } .main-slider.style2 .slide-content .big-title{ font-size: 30px; line-height: 1.2em; } .main-slider.style2 .slide-content .text{ font-size: 15px; line-height: 1.6em; } .main-slider.style3 .slide-content .big-title{ font-size: 30px; line-height: 1.2em; } .main-slider.style3 .slide-content .text{ font-size: 14px; line-height: 1.6em; } } @media only screen and (max-width: 599px) { /*** ============================================= Rev slider wrapper style ============================================= ***/ .main-slider .slide-content.left-slide{ margin-left: 0px; } .main-slider .slide-content .big-title{ font-size: 30px; line-height: 1.0em; } .main-slider .slide-content .text{ font-size: 14px; line-height: 1.4em; } .main-slider .slide-content .btn-box a { line-height: 50px; } .main-slider.style2 .slide-content.left-slide{ margin-left: 0px; } .main-slider.style2 .slide-content .big-title{ font-size: 20px; line-height: 1.3em; } .main-slider.style2 .slide-content .text{ font-size: 14px; line-height: 1.6em; } .main-slider.style3 .slide-content .big-title{ font-size: 20px; line-height: 1.2em; font-weight: 600; } .main-slider.style3 .slide-content .text{ font-size: 14px; line-height: 1.6em; } } @media only screen and (max-width: 479px) { .main-slider .slide-content.left-slide{ margin-left: 0px; } .main-slider .slide-content .big-title{ font-size: 25px; line-height: 1.3em; font-weight: 500; } .main-slider .slide-content .btn-box a{ line-height: 50px; padding: 0 20px 0; } .main-slider.style2 .slide-content .big-title{ font-size: 20px; line-height: 1.3em; } .main-slider.style2 .slide-content .text{ font-size: 14px; line-height: 1.4em; } .main-slider.style2 .slide-content .btn-box a.slide-style2-button { margin-left: 5px; line-height: 70px; } .main-slider.style2 .slide-content .btn-box a.slide-style2-button:before { display: none; } .main-slider.style3 .slide-content .big-title{ font-size: 20px; line-height: 1.2em; font-weight: 500; } .main-slider.style3 .slide-content .text{ font-size: 14px; line-height: 1.6em; } } @media only screen and (max-width: 400px) { .main-slider .slide-content .big-title{ font-size: 20px; line-height: 1.3em; font-weight: 500; } }
0.355663
0.092729
.highlighter-rouge .highlight { background-color: #1d1f21 } .highlighter-rouge { color: #c5c8c6; margin: 0 auto 1em auto; /*max-width: 56.25rem;*/ } .highlighter-rouge .c { color: #969896 } /* Comment */ .highlighter-rouge .err { color: #cc6666 } /* Error */ .highlighter-rouge .k { color: #b294bb } /* Keyword */ .highlighter-rouge .l { color: #de935f } /* Literal */ .highlighter-rouge .n { color: #c5c8c6 } /* Name */ .highlighter-rouge .o { color: #8abeb7 } /* Operator */ .highlighter-rouge .p { color: #c5c8c6 } /* Punctuation */ .highlighter-rouge .cm { color: #969896 } /* Comment.Multiline */ .highlighter-rouge .cp { color: #969896 } /* Comment.Preproc */ .highlighter-rouge .c1 { color: #969896 } /* Comment.Single */ .highlighter-rouge .cs { color: #969896 } /* Comment.Special */ .highlighter-rouge .gd { color: #cc6666 } /* Generic.Deleted */ .highlighter-rouge .ge { font-style: italic } /* Generic.Emph */ .highlighter-rouge .gh { color: #c5c8c6; font-weight: bold } /* Generic.Heading */ .highlighter-rouge .gi { color: #b5bd68 } /* Generic.Inserted */ .highlighter-rouge .gp { color: #969896; font-weight: bold } /* Generic.Prompt */ .highlighter-rouge .gs { font-weight: bold } /* Generic.Strong */ .highlighter-rouge .gu { color: #8abeb7; font-weight: bold } /* Generic.Subheading */ .highlighter-rouge .kc { color: #b294bb } /* Keyword.Constant */ .highlighter-rouge .kd { color: #b294bb } /* Keyword.Declaration */ .highlighter-rouge .kn { color: #8abeb7 } /* Keyword.Namespace */ .highlighter-rouge .kp { color: #ebebeb } /* Keyword.Pseudo */ .highlighter-rouge .kr { color: #b294bb } /* Keyword.Reserved */ .highlighter-rouge .kt { color: #f0c674 } /* Keyword.Type */ .highlighter-rouge .ld { color: #b5bd68 } /* Literal.Date */ .highlighter-rouge .m { color: #de935f } /* Literal.Number */ .highlighter-rouge .s { color: #b5bd68 } /* Literal.String */ .highlighter-rouge .na { color: #81a2be } /* Name.Attribute */ .highlighter-rouge .nb { color: #c5c8c6 } /* Name.Builtin */ .highlighter-rouge .nc { color: #f0c674 } /* Name.Class */ .highlighter-rouge .no { color: #e7c547 } /* Name.Constant */ .highlighter-rouge .nd { color: #8abeb7 } /* Name.Decorator */ .highlighter-rouge .ni { color: #c5c8c6 } /* Name.Entity */ .highlighter-rouge .ne { color: #cc6666 } /* Name.Exception */ .highlighter-rouge .nf { color: #81a2be } /* Name.Function */ .highlighter-rouge .nl { color: #c5c8c6 } /* Name.Label */ .highlighter-rouge .nn { color: #f0c674 } /* Name.Namespace */ .highlighter-rouge .nx { color: #81a2be } /* Name.Other */ .highlighter-rouge .py { color: #c5c8c6 } /* Name.Property */ .highlighter-rouge .nt { color: #8abeb7 } /* Name.Tag */ .highlighter-rouge .nv { color: #cc6666 } /* Name.Variable */ .highlighter-rouge .ow { color: #8abeb7 } /* Operator.Word */ .highlighter-rouge .w { color: #c5c8c6 } /* Text.Whitespace */ .highlighter-rouge .mf { color: #de935f } /* Literal.Number.Float */ .highlighter-rouge .mh { color: #de935f } /* Literal.Number.Hex */ .highlighter-rouge .mi { color: #de935f } /* Literal.Number.Integer */ .highlighter-rouge .mo { color: #de935f } /* Literal.Number.Oct */ .highlighter-rouge .sb { color: #b5bd68 } /* Literal.String.Backtick */ .highlighter-rouge .sc { color: #c5c8c6 } /* Literal.String.Char */ .highlighter-rouge .sd { color: #969896 } /* Literal.String.Doc */ .highlighter-rouge .s2 { color: #b5bd68 } /* Literal.String.Double */ .highlighter-rouge .se { color: #de935f } /* Literal.String.Escape */ .highlighter-rouge .sh { color: #b5bd68 } /* Literal.String.Heredoc */ .highlighter-rouge .si { color: #de935f } /* Literal.String.Interpol */ .highlighter-rouge .sx { color: #b5bd68 } /* Literal.String.Other */ .highlighter-rouge .sr { color: #b5bd68 } /* Literal.String.Regex */ .highlighter-rouge .s1 { color: #b5bd68 } /* Literal.String.Single */ .highlighter-rouge .ss { color: #de935f } /* Literal.String.Symbol */ .highlighter-rouge .bp { color: #c5c8c6 } /* Name.Builtin.Pseudo */ .highlighter-rouge .vc { color: #cc6666 } /* Name.Variable.Class */ .highlighter-rouge .vg { color: #cc6666 } /* Name.Variable.Global */ .highlighter-rouge .vi { color: #cc6666 } /* Name.Variable.Instance */ .highlighter-rouge .il { color: #de935f }
assets/css/syntax.css
.highlighter-rouge .highlight { background-color: #1d1f21 } .highlighter-rouge { color: #c5c8c6; margin: 0 auto 1em auto; /*max-width: 56.25rem;*/ } .highlighter-rouge .c { color: #969896 } /* Comment */ .highlighter-rouge .err { color: #cc6666 } /* Error */ .highlighter-rouge .k { color: #b294bb } /* Keyword */ .highlighter-rouge .l { color: #de935f } /* Literal */ .highlighter-rouge .n { color: #c5c8c6 } /* Name */ .highlighter-rouge .o { color: #8abeb7 } /* Operator */ .highlighter-rouge .p { color: #c5c8c6 } /* Punctuation */ .highlighter-rouge .cm { color: #969896 } /* Comment.Multiline */ .highlighter-rouge .cp { color: #969896 } /* Comment.Preproc */ .highlighter-rouge .c1 { color: #969896 } /* Comment.Single */ .highlighter-rouge .cs { color: #969896 } /* Comment.Special */ .highlighter-rouge .gd { color: #cc6666 } /* Generic.Deleted */ .highlighter-rouge .ge { font-style: italic } /* Generic.Emph */ .highlighter-rouge .gh { color: #c5c8c6; font-weight: bold } /* Generic.Heading */ .highlighter-rouge .gi { color: #b5bd68 } /* Generic.Inserted */ .highlighter-rouge .gp { color: #969896; font-weight: bold } /* Generic.Prompt */ .highlighter-rouge .gs { font-weight: bold } /* Generic.Strong */ .highlighter-rouge .gu { color: #8abeb7; font-weight: bold } /* Generic.Subheading */ .highlighter-rouge .kc { color: #b294bb } /* Keyword.Constant */ .highlighter-rouge .kd { color: #b294bb } /* Keyword.Declaration */ .highlighter-rouge .kn { color: #8abeb7 } /* Keyword.Namespace */ .highlighter-rouge .kp { color: #ebebeb } /* Keyword.Pseudo */ .highlighter-rouge .kr { color: #b294bb } /* Keyword.Reserved */ .highlighter-rouge .kt { color: #f0c674 } /* Keyword.Type */ .highlighter-rouge .ld { color: #b5bd68 } /* Literal.Date */ .highlighter-rouge .m { color: #de935f } /* Literal.Number */ .highlighter-rouge .s { color: #b5bd68 } /* Literal.String */ .highlighter-rouge .na { color: #81a2be } /* Name.Attribute */ .highlighter-rouge .nb { color: #c5c8c6 } /* Name.Builtin */ .highlighter-rouge .nc { color: #f0c674 } /* Name.Class */ .highlighter-rouge .no { color: #e7c547 } /* Name.Constant */ .highlighter-rouge .nd { color: #8abeb7 } /* Name.Decorator */ .highlighter-rouge .ni { color: #c5c8c6 } /* Name.Entity */ .highlighter-rouge .ne { color: #cc6666 } /* Name.Exception */ .highlighter-rouge .nf { color: #81a2be } /* Name.Function */ .highlighter-rouge .nl { color: #c5c8c6 } /* Name.Label */ .highlighter-rouge .nn { color: #f0c674 } /* Name.Namespace */ .highlighter-rouge .nx { color: #81a2be } /* Name.Other */ .highlighter-rouge .py { color: #c5c8c6 } /* Name.Property */ .highlighter-rouge .nt { color: #8abeb7 } /* Name.Tag */ .highlighter-rouge .nv { color: #cc6666 } /* Name.Variable */ .highlighter-rouge .ow { color: #8abeb7 } /* Operator.Word */ .highlighter-rouge .w { color: #c5c8c6 } /* Text.Whitespace */ .highlighter-rouge .mf { color: #de935f } /* Literal.Number.Float */ .highlighter-rouge .mh { color: #de935f } /* Literal.Number.Hex */ .highlighter-rouge .mi { color: #de935f } /* Literal.Number.Integer */ .highlighter-rouge .mo { color: #de935f } /* Literal.Number.Oct */ .highlighter-rouge .sb { color: #b5bd68 } /* Literal.String.Backtick */ .highlighter-rouge .sc { color: #c5c8c6 } /* Literal.String.Char */ .highlighter-rouge .sd { color: #969896 } /* Literal.String.Doc */ .highlighter-rouge .s2 { color: #b5bd68 } /* Literal.String.Double */ .highlighter-rouge .se { color: #de935f } /* Literal.String.Escape */ .highlighter-rouge .sh { color: #b5bd68 } /* Literal.String.Heredoc */ .highlighter-rouge .si { color: #de935f } /* Literal.String.Interpol */ .highlighter-rouge .sx { color: #b5bd68 } /* Literal.String.Other */ .highlighter-rouge .sr { color: #b5bd68 } /* Literal.String.Regex */ .highlighter-rouge .s1 { color: #b5bd68 } /* Literal.String.Single */ .highlighter-rouge .ss { color: #de935f } /* Literal.String.Symbol */ .highlighter-rouge .bp { color: #c5c8c6 } /* Name.Builtin.Pseudo */ .highlighter-rouge .vc { color: #cc6666 } /* Name.Variable.Class */ .highlighter-rouge .vg { color: #cc6666 } /* Name.Variable.Global */ .highlighter-rouge .vi { color: #cc6666 } /* Name.Variable.Instance */ .highlighter-rouge .il { color: #de935f }
0.219087
0.193243
@import url('https://fonts.googleapis.com/css?family=Montserrat|Montserrat+Alternates|Poppins&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Montserrat Alternates', sans-serif; } /*body { background: white; background-size: 100vw 100vh; background-repeat: no-repeat; }*/ .capa { position: fixed; width: 100%; height: 100%; background: rgba(18, 1, 34, 0.6); z-index: -1; top: 0; left: 0; } /*Estilos para el encabezado*/ .header { width: 100%; height: 20%; position: fixed; top: -18px; left: 0; } .container { width: 100%; max-width: 1200px; margin: auto; } .container .btn-menu, .logo { float: left; line-height: 100px; } /*.logo { padding-bottom: 200px; }*/ .container .btn-menu label { color: #fff; font-size: 25px; cursor: pointer; } .logo h1 { color: #fff; font-weight: 400; font-size: 22px; margin-left: 10px; } .container .menu { float: right; line-height: 100px; } .container .menu a { display: inline-block; padding: 15px; line-height: normal; text-decoration: none; color: #fff; transition: all 0.3s ease; border-bottom: 2px solid transparent; font-size: 15px; margin-right: 5px; } .header a:hover { border-bottom: 2px solid #fbde37; padding-bottom: 5px; } /*Fin de Estilos para el encabezado*/ /*Menù lateral*/ #btn-menu { display: none; } .container-menu { position: absolute; background: #283673ab; width: 100%; height: 100vh; top: 0; left: 0; transition: all 500ms ease; opacity: 0; visibility: hidden; } #btn-menu:checked~.container-menu { opacity: 1; visibility: visible; } .cont-menu { width: 100%; max-width: 250px; background: #1c1c1c; height: 100vh; position: relative; transition: all 500ms ease; transform: translateX(-100%); } #btn-menu:checked~.container-menu .cont-menu { transform: translateX(0%); } .cont-menu nav { transform: translateY(15%); } .cont-menu nav a { display: block; text-decoration: none; padding: 20px; color: #c7c7c7; border-left: 5px solid transparent; transition: all 400ms ease; } .cont-menu nav a:hover { border-bottom: 2px solid #fbde37; border-left: 5px solid #fbde37; background: #1f1f1f; } .cont-menu label { position: absolute; right: 5px; top: 10px; color: #fff; cursor: pointer; font-size: 18px; } /*Fin de Menù lateral*/ /*Primera sección imagenes*/ .primeraSection { height: 550px; width: 30%; float: right; } .primeraSection .img1 { /*Para que pueda quedar a la izq de la img*/ background-image: url('../imgs/apartamento1.jpg'); } /*Footer */ #footer-principal { background: rgba(18, 1, 34, 0.6); }
css/home.css
@import url('https://fonts.googleapis.com/css?family=Montserrat|Montserrat+Alternates|Poppins&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Montserrat Alternates', sans-serif; } /*body { background: white; background-size: 100vw 100vh; background-repeat: no-repeat; }*/ .capa { position: fixed; width: 100%; height: 100%; background: rgba(18, 1, 34, 0.6); z-index: -1; top: 0; left: 0; } /*Estilos para el encabezado*/ .header { width: 100%; height: 20%; position: fixed; top: -18px; left: 0; } .container { width: 100%; max-width: 1200px; margin: auto; } .container .btn-menu, .logo { float: left; line-height: 100px; } /*.logo { padding-bottom: 200px; }*/ .container .btn-menu label { color: #fff; font-size: 25px; cursor: pointer; } .logo h1 { color: #fff; font-weight: 400; font-size: 22px; margin-left: 10px; } .container .menu { float: right; line-height: 100px; } .container .menu a { display: inline-block; padding: 15px; line-height: normal; text-decoration: none; color: #fff; transition: all 0.3s ease; border-bottom: 2px solid transparent; font-size: 15px; margin-right: 5px; } .header a:hover { border-bottom: 2px solid #fbde37; padding-bottom: 5px; } /*Fin de Estilos para el encabezado*/ /*Menù lateral*/ #btn-menu { display: none; } .container-menu { position: absolute; background: #283673ab; width: 100%; height: 100vh; top: 0; left: 0; transition: all 500ms ease; opacity: 0; visibility: hidden; } #btn-menu:checked~.container-menu { opacity: 1; visibility: visible; } .cont-menu { width: 100%; max-width: 250px; background: #1c1c1c; height: 100vh; position: relative; transition: all 500ms ease; transform: translateX(-100%); } #btn-menu:checked~.container-menu .cont-menu { transform: translateX(0%); } .cont-menu nav { transform: translateY(15%); } .cont-menu nav a { display: block; text-decoration: none; padding: 20px; color: #c7c7c7; border-left: 5px solid transparent; transition: all 400ms ease; } .cont-menu nav a:hover { border-bottom: 2px solid #fbde37; border-left: 5px solid #fbde37; background: #1f1f1f; } .cont-menu label { position: absolute; right: 5px; top: 10px; color: #fff; cursor: pointer; font-size: 18px; } /*Fin de Menù lateral*/ /*Primera sección imagenes*/ .primeraSection { height: 550px; width: 30%; float: right; } .primeraSection .img1 { /*Para que pueda quedar a la izq de la img*/ background-image: url('../imgs/apartamento1.jpg'); } /*Footer */ #footer-principal { background: rgba(18, 1, 34, 0.6); }
0.383988
0.094594
* { box-sizing: border-box; } body { font-family: 'Lato', sans-serif; } .btn-play { width: 75%; padding: .5rem; border-radius: 1rem; font-size: 1.125rem; } .hero { width: 100%; height: 100%; /*min-height: 450px;*/ position: relative; top: 0; left: 0; background-color: #d9edfd; transform: translate3d(0, 0, 0); } .layer-1 { animation: parallax_fg linear 20s infinite both; background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/24650/1.png) 0 100% repeat-x; z-index: 1; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-size: auto 136px; } .layer-2 { animation: parallax_fg linear 30s infinite both; background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/24650/2.png) 0 100% repeat-x; z-index: 1; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-size: auto 145px; } .layer-3 { animation: parallax_fg linear 55s infinite both; background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/24650/3.png) 0 100% repeat-x; z-index: 1; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-size: auto 158px; } .layer-4 { animation: parallax_fg linear 75s infinite both; background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/24650/4.png) 0 100% repeat-x; z-index: 1; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-size: auto 468px; } .layer-5 { animation: parallax_fg linear 95s infinite both; background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/24650/5.png) 0 100% repeat-x; z-index: 1; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-size: auto 311px; } .layer-6 { animation: parallax_fg linear 120s infinite both; background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/24650/6.png) 0 100% repeat-x; z-index: 1; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-size: auto 222px; } .bike-1, .bike-2 { background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/24650/bike.png) 0 100% no-repeat; z-index: 1; position: absolute; bottom: 100px; left: 0; width: 100%; height: 100%; background-size: auto 75px; animation: parallax_bike linear 10s infinite both; } .bike-2 { animation: parallax_bike linear 15s infinite both; } @keyframes parallax_fg { 0% { background-position: 2765px 100%; } 100% { background-position: 550px 100%; } } @keyframes parallax_bike { 0% { background-position: -300px 100%; } 100% { background-position: 2000px 100%; } }
1.css
* { box-sizing: border-box; } body { font-family: 'Lato', sans-serif; } .btn-play { width: 75%; padding: .5rem; border-radius: 1rem; font-size: 1.125rem; } .hero { width: 100%; height: 100%; /*min-height: 450px;*/ position: relative; top: 0; left: 0; background-color: #d9edfd; transform: translate3d(0, 0, 0); } .layer-1 { animation: parallax_fg linear 20s infinite both; background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/24650/1.png) 0 100% repeat-x; z-index: 1; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-size: auto 136px; } .layer-2 { animation: parallax_fg linear 30s infinite both; background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/24650/2.png) 0 100% repeat-x; z-index: 1; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-size: auto 145px; } .layer-3 { animation: parallax_fg linear 55s infinite both; background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/24650/3.png) 0 100% repeat-x; z-index: 1; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-size: auto 158px; } .layer-4 { animation: parallax_fg linear 75s infinite both; background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/24650/4.png) 0 100% repeat-x; z-index: 1; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-size: auto 468px; } .layer-5 { animation: parallax_fg linear 95s infinite both; background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/24650/5.png) 0 100% repeat-x; z-index: 1; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-size: auto 311px; } .layer-6 { animation: parallax_fg linear 120s infinite both; background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/24650/6.png) 0 100% repeat-x; z-index: 1; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-size: auto 222px; } .bike-1, .bike-2 { background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/24650/bike.png) 0 100% no-repeat; z-index: 1; position: absolute; bottom: 100px; left: 0; width: 100%; height: 100%; background-size: auto 75px; animation: parallax_bike linear 10s infinite both; } .bike-2 { animation: parallax_bike linear 15s infinite both; } @keyframes parallax_fg { 0% { background-position: 2765px 100%; } 100% { background-position: 550px 100%; } } @keyframes parallax_bike { 0% { background-position: -300px 100%; } 100% { background-position: 2000px 100%; } }
0.683842
0.143698
.nav ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: rgb(158, 199, 212); } .nav li { float: left; } .nav li a { display: block; color: white; text-align: center; padding: 14px 16px; text-decoration: none; } .nav li a:hover { background-color: rgb(134, 170, 180); } .blok1 { background: #F9F9F9; height: 500px; margin: 0 auto; } .blok1_tekst{ padding-top: 2%; padding-left: 2.5%; float: left; } .blok1 img { float: left; margin: 0 auto; } .blok1 p { line-height: 0.1; } .blok2 { background: #ffff; height: 500px; margin: 0 auto; } .blok2 p { line-height: 0.1; } .blok2_tekst{ padding-top: 2%; padding-left: 2.5%; float: left; } .blok2 img { float: right; margin: 0 auto; } /* ALGEMEEN ---------------------------------------------------- */ html{ font-family: Arial, Helvetica, sans-serif; } body { background-attachment: fixed; background-position: top center; background-repeat: no-repeat; background-size: cover; position: relative; } body:after { position: absolute; content: ""; left: 0; top: 0; width: 100%; height: 100%; position: fixed; background-image: -webkit-linear-gradient(0deg, pink 0%, lightblue 100%); opacity: 0.6; z-index: -1; } .container { max-width: 80%; margin: 100px; background-color: white; margin-right: auto; margin-left: auto; width: 100%; } /* OVER ---------------------------------------------------- */ .over img { float: right; margin: 0 auto; } .over_tekst { float: left; padding-top: 2%; padding-left: 3%; line-height: 3; } /* PORTFOLIO ---------------------------------------------------- */ .gallery { background-color: white; } .gallery img { width: 100%; height: auto; } .desc { padding: 15px; text-align: center; } .responsive { margin: 0 auto; float: left; width: 25%; padding-left: 77px; padding-top: 60px; } /* CLEARFIX ---------------------------------------------------- */ .clearfix:after { content: ""; display: table; clear: both; } /* TERUG KNOP ---------------------------------------------------- */ .back-to-top { display:none; position: fixed; bottom: 2em; right: 0px; text-decoration: none; color: white; background-color: rgb(158, 199, 212); font-size: 20px; padding: 1em; margin-right: 70px; } .back-to-top:hover { background-color: rgb(134, 170, 180); text-decoration:none; color:#ffffff; } /* SKILLBAR ---------------------------------------------------- */ .row { width: 330%;; } .skillbar { position: relative; display: block; width: 100%; margin-bottom: 30px; } .skillbar-bar { height: 3px; width: 0px; background: pink; } .skillbar-title { font-weight: 600; line-height: 1; display: inline-block; } .skill-bar-percent { float: right; display: inline-block; color: black; font-weight: 600; text-transform: uppercase; } /* PORTFOLIO ---------------------------------------------------- */ .portcontainer { position: relative; float: left; margin-right: 20px; } /* Make the image to responsive */ .image { display: block; height: 300px; } /* The overlay effect - lays on top of the container and over the image */ .overlay { position: absolute; background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.5); color: #f1f1f1; width: 86.5%; transition: .5s ease; opacity:0; color: white; font-size: 20px; padding: 20px; text-align: center; } /* When you mouse over the container, fade in the overlay title */ .portcontainer:hover .overlay { opacity: 1; } #ervaringen { height: 600px; } #portfolio { height:1000px}
css/style.css
.nav ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: rgb(158, 199, 212); } .nav li { float: left; } .nav li a { display: block; color: white; text-align: center; padding: 14px 16px; text-decoration: none; } .nav li a:hover { background-color: rgb(134, 170, 180); } .blok1 { background: #F9F9F9; height: 500px; margin: 0 auto; } .blok1_tekst{ padding-top: 2%; padding-left: 2.5%; float: left; } .blok1 img { float: left; margin: 0 auto; } .blok1 p { line-height: 0.1; } .blok2 { background: #ffff; height: 500px; margin: 0 auto; } .blok2 p { line-height: 0.1; } .blok2_tekst{ padding-top: 2%; padding-left: 2.5%; float: left; } .blok2 img { float: right; margin: 0 auto; } /* ALGEMEEN ---------------------------------------------------- */ html{ font-family: Arial, Helvetica, sans-serif; } body { background-attachment: fixed; background-position: top center; background-repeat: no-repeat; background-size: cover; position: relative; } body:after { position: absolute; content: ""; left: 0; top: 0; width: 100%; height: 100%; position: fixed; background-image: -webkit-linear-gradient(0deg, pink 0%, lightblue 100%); opacity: 0.6; z-index: -1; } .container { max-width: 80%; margin: 100px; background-color: white; margin-right: auto; margin-left: auto; width: 100%; } /* OVER ---------------------------------------------------- */ .over img { float: right; margin: 0 auto; } .over_tekst { float: left; padding-top: 2%; padding-left: 3%; line-height: 3; } /* PORTFOLIO ---------------------------------------------------- */ .gallery { background-color: white; } .gallery img { width: 100%; height: auto; } .desc { padding: 15px; text-align: center; } .responsive { margin: 0 auto; float: left; width: 25%; padding-left: 77px; padding-top: 60px; } /* CLEARFIX ---------------------------------------------------- */ .clearfix:after { content: ""; display: table; clear: both; } /* TERUG KNOP ---------------------------------------------------- */ .back-to-top { display:none; position: fixed; bottom: 2em; right: 0px; text-decoration: none; color: white; background-color: rgb(158, 199, 212); font-size: 20px; padding: 1em; margin-right: 70px; } .back-to-top:hover { background-color: rgb(134, 170, 180); text-decoration:none; color:#ffffff; } /* SKILLBAR ---------------------------------------------------- */ .row { width: 330%;; } .skillbar { position: relative; display: block; width: 100%; margin-bottom: 30px; } .skillbar-bar { height: 3px; width: 0px; background: pink; } .skillbar-title { font-weight: 600; line-height: 1; display: inline-block; } .skill-bar-percent { float: right; display: inline-block; color: black; font-weight: 600; text-transform: uppercase; } /* PORTFOLIO ---------------------------------------------------- */ .portcontainer { position: relative; float: left; margin-right: 20px; } /* Make the image to responsive */ .image { display: block; height: 300px; } /* The overlay effect - lays on top of the container and over the image */ .overlay { position: absolute; background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.5); color: #f1f1f1; width: 86.5%; transition: .5s ease; opacity:0; color: white; font-size: 20px; padding: 20px; text-align: center; } /* When you mouse over the container, fade in the overlay title */ .portcontainer:hover .overlay { opacity: 1; } #ervaringen { height: 600px; } #portfolio { height:1000px}
0.489015
0.114467
#preload-wrapper { background:#000; bottom:0; left:0; position:absolute; right:0; top:0; z-index:99 } #preload { background:url(../images/preload.gif) center center no-repeat; height:24px; left:50%; margin:-12px 0 0 -12px; position:absolute; top:50%; width:24px } /* 2 Navigation Menu ================================================== ================================================== ================================================== */ nav { background:#161616; bottom:-45px; height:25px; left:0; margin:0!important; padding:0 0 20px; position:absolute; width:100%; z-index:9999 } nav .nav { float:right } nav .nav li { float:left } nav .nav li a { -moz-transition:all .3s ease-out; -ms-transition:all .3s ease-out; -o-transition:all .3s ease-out; -webkit-transition:all .3s ease-out; border-right:1px solid #161616; color:#999; padding:12px 30px 15px; transition:all .3s ease-out } .nav li a:hover, .nav li.active a { background:#D00355; border-right:1px solid #7e0032; color:#FFF; } nav a#logo { float:left;margin:5px 30px 0 30px;width:100px } nav a#logo img { height:30px;margin-top:2px } nav a#logo h1 { color:#FFF;margin-top:0 } /* Mobile menu toggle */ .menuToggle { background: url(../images/icons/menuToggle.png) 0 0 no-repeat; cursor: pointer; display: none; float:left; margin:15px 0 0 30px; text-indent:-9999px; width:24px } /* 3 Parallax sections ================================================== ================================================== ================================================== */ .parallax { height:auto;overflow:hidden;padding:60px 0;position:relative!important } .common-bg { background:#363636 url(../images/pattern/pattern1.png) 0 0 repeat fixed } .big-spotlight{ height:auto;padding:10px 0 80px 0;overflow:visible } #portfolio, #blog { height:auto;overflow:hidden;width:100% } #blog { margin-top:-60px } #blog-outer { padding-bottom:0 } #load-post { background:#161616;height:80px;padding-top:40px;text-align:center } #copyright{ background:#161616;padding:15px 0;text-align:center } footer { background:#262626 url(../images/pattern/pattern2.png) 0 0 repeat } /* Parallax backgrounds */ #about-heading, #portfolio-heading, #blog-heading, #contact-heading { background:#161616 url(../images/placeholders/img2.jpg) 50% 0 no-repeat fixed;border-top:10px solid rgba(0,0,0,0.5);border-bottom:10px solid rgba(0,0,0,0.5) } #customers { background:url(../images/placeholders/img2.jpg) 50% 0 no-repeat fixed } .spotlight-bg { background:url(../images/placeholders/img2.jpg) 50% 0 no-repeat fixed;height:500px;overflow:visible } #quote-1 { background:url(../images/placeholders/img2.jpg) 50% 0 no-repeat fixed } #quote-2 { background:url(../images/placeholders/img2.jpg) 50% 0 no-repeat fixed } #quote-3 { background:url(../images/placeholders/img2.jpg) 50% 0 no-repeat fixed } #address { background:url(../images/placeholders/img2.jpg) 50% 0 no-repeat fixed;height:775px } #about-heading, #portfolio-heading, #blog-heading, #contact-heading, #customers, .spotlight-bg, #quote-1, #quote-2, #quote-3, #address { -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; background-color:#343434 } /* 4 Homepage section ================================================== ================================================== ================================================== */ h1#main-logo { -moz-transition:all .3s ease-out; -ms-transition:all .3s ease-out; -o-transition:all .3s ease-out; -webkit-transition:all .3s ease-out; -moz-border-radius:50%; -webkit-border-radius:50%; background:#D00355; border-radius:50%; color:#FFF; height:40px; left:50%; margin:-70px 0 0 -85px; padding:50px 20px; position:absolute; text-align:center; top:50%; transition:all .3s ease-out; width:100px } h1#main-logo:hover { -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); -webkit-transform:scale(1.1); filter:"progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',M11=1.1,M12=-0,M21=0,M22=1.1)"; transform:scale(1.1) } h1#main-logo a { color:#FFF; } /* 5 Service boxes ================================================== ================================================== ================================================== */ .service-icon, .service-icon-center, .service-icon-right, .service-icon-left { margin-bottom:60px } .service-icon-center, .service-icon-right, .service-icon-left { padding-top:62px } .service-icon { padding-left:62px;margin-right:57px } .service-icon-center { text-align:center } .service-icon-right { clear:both;text-align:right } .service-icon-left { text-align:left } .alarm { background:url(../images/icons/alarm.png) 0 5px no-repeat } .application { background:url(../images/icons/application.png) 0 5px no-repeat } .arrows { background:url(../images/icons/arrows.png) 0 5px no-repeat } .brush { background:url(../images/icons/brush.png) 0 5px no-repeat } .clock { background:url(../images/icons/clock.png) 0 5px no-repeat } .filmstrip { background:url(../images/icons/filmstrip.png) 0 5px no-repeat } .footprint { background:url(../images/icons/footprint.png) 0 5px no-repeat } .globe { background:url(../images/icons/globe.png) 0 5px no-repeat } .help { background:url(../images/icons/help.png) 0 5px no-repeat } .home { background:url(../images/icons/home.png) 0 5px no-repeat } .info { background:url(../images/icons/info.png) 0 5px no-repeat } .leaf { background:url(../images/icons/leaf.png) 0 5px no-repeat } .mail { background:url(../images/icons/mail.png) 0 5px no-repeat } .lightbulb { background:url(../images/icons/lightbulb.png) 0 5px no-repeat } .speechbubble { background:url(../images/icons/speechbubble.png) 0 5px no-repeat } .strategy { background:url(../images/icons/strategy.png) 0 5px no-repeat } .wifi { background:url(../images/icons/wifi.png) 0 5px no-repeat } .write { background:url(../images/icons/write.png) 0 5px no-repeat } .service-icon-center.alarm, .service-icon-center.application, .service-icon-center.arrows, .service-icon-center.brush, .service-icon-center.clock, .service-icon-center.filmstrip, .service-icon-center.footprint, .service-icon-center.globe, .service-icon-center.help, .service-icon-center.home, .service-icon-center.info, .service-icon-center.leaf, .service-icon-center.lightbulb, .service-icon-center.mail, .service-icon-center.speechbubble, .service-icon-center.strategy, .service-icon-center.wifi, .service-icon-center.write, .service-icon-center.app { background-position:50% 0 } .service-icon-right.alarm, .service-icon-right.application, .service-icon-right.arrows, .service-icon-right.brush, .service-icon-right.clock, .service-icon-right.filmstrip, .service-icon-right.footprint, .service-icon-right.globe, .service-icon-right.help, .service-icon-right.home, .service-icon-right.info, .service-icon-right.leaf, .service-icon-right.lightbulb, .service-icon-right.mail, .service-icon-right.speechbubble, .service-icon-right.strategy, .service-icon-right.wifi, .service-icon-right.write, .service-icon-right.app { background-position:100% 0 } /* 6 Client Logos ================================================== ================================================== ================================================== */ ul.logos { margin-left:30px } ul.logos li { display:block; float:left; margin-right:15px; width:180px } /* 7 Team members section ================================================== ================================================== ================================================== */ ul.team-member { margin-left:0;width:100% } ul.team-member li { position:relative;text-align:center } .member-image { -moz-border-radius:50%; -webkit-border-radius:50%; background:#444; border-radius:50%; height:160px; margin-bottom:30px; padding:5px; width:160px } ul.team-member li img { -moz-transition:all .3s ease-out; -ms-transition:all .3s ease-out; -o-transition:all .3s ease-out; -webkit-transition:all .3s ease-out; -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; height:160px; transition:all .3s ease-out; width:160px } ul.team-member li img:hover { -khtml-opacity:0.3; -moz-opacity:0.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter:“alpha(opacity=30)”; opacity:0.3 } ul.team-member li span { color:#999 } ul.team-member .member-image ul.team-social { -khtml-opacity:0; -moz-opacity:0; -moz-transition:all .3s ease-out; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -ms-transition:all .3s ease-out; -o-transition:all .3s ease-out; -webkit-transition:all .3s ease-out; -moz-border-radius:50%; -webkit-border-radius:50%; background:#444; border-radius:50%; filter:"alpha(opacity=0)"; height:100px; left:0; opacity:0; padding:70px 0 0 20px; position:absolute; top:0; transition:all .3s ease-out; width:150px } ul.team-member .member-image:hover ul.team-social { -khtml-opacity:0.9; -moz-opacity:0.9; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter:"alpha(opacity=90)"; opacity:0.9 } ul.team-member ul.team-social li { float:left } ul.team-member ul.team-social li a { -moz-border-radius:50%; -webkit-border-radius:50%; background:#D00355 url(../images/icons/team-social.png) 0 0 no-repeat; border-radius:50%; display:block; height:30px; margin-left:10px; position:relative; width:30px; } ul.team-member ul.team-social a.twitter-team { background-position:0 0 } ul.team-member ul.team-social a.dribbble-team { background-position:-30px 0 } ul.team-member ul.team-social a.facebook-team { background-position:-60px 0 } /* 8 Portfolio ================================================== ================================================== ================================================== */ /* Portfolio filters */ ul.portfolio-filters { margin:0 0 0 275px } ul.portfolio-filters li { float:left;padding-right:50px;text-align:center } ul.portfolio-filters li a { background:url(../images/portfolioFilters.png) 0 2px no-repeat;color:#444;padding-left:25px } ul.portfolio-filters li a.selected,ul.portfolio-filters li a:hover,ul.portfolio-filters li a:active { background:url(../images/portfolioActiveFilters.png) 0 2px no-repeat;color:#D00355 } /* Portfolio items */ .portfolio a { color:#ededed } article.portfolio { box-shadow:none; display:block; float:left !important; overflow:hidden; position:relative; text-align:center } article.portfolio img { -moz-transition:all .7s ease-out; -ms-transition:all .7s ease-out; -o-transition:all .7s ease-out; -webkit-transition:all .7s ease-out; display:block; position:relative; transition:all .7s ease-in-out } article.portfolio:hover img { -khtml-opacity:0.3; -moz-opacity:0.3; -moz-transform:scale(2); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; -ms-transform:scale(2); -o-transform:scale(2); -webkit-transform:scale(2); filter:"alpha(opacity=30)"; opacity:0.3; transform:scale(2) } article.portfolio .portfolio-zoom,article.portfolio .portfolio-video, article.spotlight .portfolio-zoom { -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; left:50%; height:32px; margin:30px 0 0 -16px; position:absolute; width:32px } article.spotlight .portfolio-zoom { margin-top:10px } article.portfolio .portfolio-detail { -moz-transition:all .5s ease-out; -ms-transition:all .5s ease-out; -o-transition:all .5s ease-out; -webkit-transition:all .5s ease-out; background:rgb(0,0,0); background:rgba(0,0,0,0.7); left:0; opacity:0; overflow:hidden; position:absolute; transition:all .5s ease-out } article.portfolio .portfolio-detail h1, article.portfolio .portfolio-detail h2, article.portfolio .portfolio-detail h3, article.portfolio .portfolio-detail h4, article.portfolio .portfolio-detail h5, article.portfolio .portfolio-detail h6 {margin-top:23% } article.portfolio .portfolio-zoom, article.spotlight .portfolio-zoom { background:#D00355 url(../images/icons/link.png) 50% 50% no-repeat } article.portfolio:hover .portfolio-zoom,article.portfolio:hover .portfolio-video, article.portfolio:hover .portfolio-detail, article.spotlight:hover .portfolio-zoom { -khtml-opacity:0.9; -moz-opacity:0.9; -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90); filter:“alpha(opacity=90)”; opacity:0.9 } article.portfolio:hover .portfolio-detail { top:0 !important } /* Isotope Specs */ .isotope-item { z-index:2 } .isotope-hidden.isotope-item { pointer-events:none;z-index:1 } .isotope, .isotope .isotope-item { -webkit-transition-duration: .8s; -moz-transition-duration: .8s; -ms-transition-duration: .8s; -o-transition-duration: .8s; transition-duration: .8s; } .isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; } .isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -ms-transition-property: -ms-transform, opacity; -o-transition-property: -o-transform, opacity; transition-property: transform, opacity; } .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; } /* 9 Spotlight sections ================================================== ================================================== ================================================== */ .spotlight { -moz-border-radius:50%; -webkit-border-radius:50%; background:#191919; border-radius:50%; float:left; height:250px; margin:0 15px; padding:10px; position:relative; width:250px } .spotlight img { -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; } .spotlight .spotlight-detail { -khtml-opacity:0; -moz-opacity:0; -moz-transition:all .3s ease-out; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -ms-transition:all .3s ease-out; -o-transition:all .3s ease-out; -webkit-transition:all .3s ease-out; -moz-border-radius:50%; -webkit-border-radius:50%; background:#111; border-radius:50%; filter:“alpha(opacity=0)”; height:70px; left:0; opacity:0; padding:100px 40px; position:absolute; text-align:center; top:0; transition:all .3s ease-out; width:190px } .spotlight:hover .spotlight-detail { -khtml-opacity:0.9; -moz-opacity:0.9; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter:"alpha(opacity=90)"; opacity:0.9 } .big-spotlight .container{ margin-top:-350px } /* 10 Blog section ================================================== ================================================== ================================================== */ article.post { display:block; float: left !important; margin-bottom:30px; overflow:hidden; position:relative } article.post img { margin-bottom:10px } article.post img.post-image { overflow:hidden;float:left } article.post .post-detail { float:left; margin:0 30px 10px 30px; padding-top:20px; position:relative !important; width:80% } article.post .post-detail span.post-icon { -moz-border-radius:50%; -webkit-border-radius:50%; background:#D00355 url(../images/icons/postPin.png) 50% 50% no-repeat; border-radius:50%; left:50%; height:40px; margin-left:-20px; position:absolute; top:-30px; width:40px } article.post .post-detail a,.post-detail a:hover { color:#f9f9f9 } article.post section.meta { border-top:1px dotted #444;clear:both;padding:15px 0 0;width:100% !important } article.post section.meta .date { background:url(../images/icons/date.png) 0 3px no-repeat; color:#777; float:left; padding-left:20px } article.post .meta a { color:#afafaf;float:right } .hidden-post { clear:both;display:none;height:0 !important } .full-post { -moz-border-radius:0; -webkit-border-radius:0; background:#363636 url(../images/pattern/pattern1.png) top left repeat; border:none; border-radius:0; box-shadow:1px 1px 2px #000; margin-left:-300px; width:600px } .full-post .post-img { float:left; height:180px; margin-bottom:30px; overflow:hidden; width:100% } .full-post img { float:left;margin:0;width:100% } .full-post .post-content { float:left;margin:20px 40px;width:520px } .full-post .post-content .meta { border-bottom:1px dotted #444; border-top:1px dotted #444; color:#999; float:left; margin:10px 0 30px; padding:10px; width:500px } .full-post .post-content .meta .time { background:url(../images/icons/date.png) 0 3px no-repeat;float:left;padding-left:25px } .full-post .post-content .meta .author { background:url(../images/icons/author.png) 0 3px no-repeat;float:right;padding-left:25px } #load-post a { background:url(../images/icons/load-post.png) right center no-repeat;color:#333;padding:20px 60px 20px 0 } /* 11 Contact section ================================================== ================================================== ================================================== */ .office-box { -moz-border-radius:50%; -webkit-border-radius:50%; background:rgb(0,0,0); background:rgba(0,0,0,0.6); border:10px solid #262626; border-radius:50%; float:left; height:170px; padding:40px 0; text-align:center; width:250px } .office-box h1, .office-box h2, .office-box h3, .office-box h4, .office-box h5, .office-box h6 { border-bottom:1px dotted #999; color:#EDEDED; margin:0 auto; padding-bottom:10px; width:150px } .office-box p { color:#999;margin:17px 0 } .office-box em { color:#999;margin-right:10px } .office-box a { color:#D00355 } #map_canvas { bottom:0; left:0; position:absolute; right:0; top:475px; z-index:10 } /* 12 Contact Form ================================================== ================================================== ================================================== */ fieldset { float:left;margin:0 30px 0 0 !important } #address fieldset p { color:#000;margin:0 0 0 30px;position:relative !important } label { color:#c9c9c9;position:relative !important } input[type=email],input[type=text],textarea { -moz-border-radius:5px; -webkit-border-radius:5px; background:rgb(0,0,0); background:rgba(0,0,0,0.6); border:5px solid #262626; border-radius:5px; color:#dedede; float:left; height:30px; line-height:1.125em; margin-right:30px; padding:0 10px } textarea { height:100px;padding-top:10px } input[type=email]:focus,input[type=text]:focus,textarea:focus { -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,255,255,0.3); -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,255,255,0.3); border-color:rgb(255,255,255); border-color:rgba(255,255,255,0.3); box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,255,255,0.3) } input::-webkit-input-placeholder,input:-moz-placeholder,input:-ms-input-placeholder { color:#222 } .btn { -moz-border-radius:5px; -webkit-border-radius:5px; background:#D00355; background:-ms-linear-gradient(top, #b10344, #D00355); background:-moz-linear-gradient(top, #b10344, #D00355); background:-o-linear-gradient(top, #b10344, #D00355); background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#D00355), to(#b10344)); background:-webkit-linear-gradient(top, #b10344, #D00355); border:1px solid #B0276F; border-radius:5px; box-shadow: none; color:#fff; float: right; height:40px; margin: 10px -16px 0 0; text-shadow: none } .btn:hover { background:#D00355; background: -ms-linear-gradient(top, #D00355, #b10344); background: -moz-linear-gradient(top, #D00355, #b10344); background: -o-linear-gradient(top, #D00355, #b10344); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b10344), to(#D00355)); background: -webkit-linear-gradient(top, #D00355, #b10344); color:#fff } #address span.error { color:#D00355; position:absolute; top:2px; width:100% } #address span#name_error, #address span#email_error { left:40px } #address span#subject_error { left:50px } #address span#message_error { left:60px } #message-box { background:url(../images/icons/heart.png) 0 3px no-repeat; display:none; float:left; margin:-30px 0 0 35px; padding-left:25px; width: 320px } #address #message-box p { color:#f9f9f9;margin:0 } /* 13 Footer section ================================================== ================================================== ================================================== */ footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 { color:#444!important;text-align:center } .contact-icon { background:url(../images/icons/contact-icon.png) 50% 100% no-repeat;padding-bottom:50px } .twitter-icon { background:url(../images/icons/twitter-icon.png) 50% 100% no-repeat;padding-bottom:50px } /* 14 Copyright section ================================================== ================================================== ================================================== */ #copyright p { margin:10px 0; } #copyright a { color:#D00355;font-weight:700 } /* 15 Twitter Updates ================================================== ================================================== ================================================== */ footer .twitter-feed { border-bottom:1px solid #444; border-top:1px solid #444; height:140px; margin:30px 0; overflow:hidden; position:relative; text-align:center } footer .tweet_list { margin:0 auto;padding:0;position:relative } footer .tweet_list li { height:110px;padding:15px 0 } footer .tweet_list .tweet_text { color:#b5b5b5;display:block;margin-top:10px } footer .tweet_list .tweet_text a { color:#D00355 } footer .tweet_list .tweet_time a { color:#777 } /* 16 Social Icons ================================================== ================================================== ================================================== */ ul.social_icons { margin:30px auto;width:896px } ul.social_icons li { float:left } ul.social_icons a { -moz-transition:none; -ms-transition-duration:none; -o-transition:none; -webkit-transition:none; background:url(../images/icons/social-icons.png) 0 0 no-repeat; display:block; height:64px; margin:0 5px; position:relative; transition:none; width:64px } ul.social_icons a#twitter { background-position:0 0 } ul.social_icons a#facebook { background-position:-64px 0 } ul.social_icons a#dribbble { background-position:-128px 0 } ul.social_icons a#vimeo { background-position:-192px 0 } ul.social_icons a#flickr { background-position:-257px 0 } ul.social_icons a#youtube { background-position:-321px 0 } ul.social_icons a#skype { background-position:-384px 0 } ul.social_icons a#forrst { background-position:-448px 0 } ul.social_icons a#google { background-position:-512px 0 } ul.social_icons a#digg { background-position:-576px 0 } ul.social_icons a#share-this { background-position:-640px 0 } ul.social_icons a#rss { background-position:-705px 0 } ul.social_icons a#twitter:hover { background-position:0 -64px } ul.social_icons a#facebook:hover { background-position:-64px -64px } ul.social_icons a#dribbble:hover { background-position:-128px -64px } ul.social_icons a#vimeo:hover { background-position:-192px -64px } ul.social_icons a#flickr:hover { background-position:-257px -64px } ul.social_icons a#youtube:hover { background-position:-321px -64px } ul.social_icons a#skype:hover { background-position:-384px -64px } ul.social_icons a#forrst:hover { background-position:-448px -64px } ul.social_icons a#google:hover { background-position:-512px -64px } ul.social_icons a#digg:hover { background-position:-576px -64px } ul.social_icons a#share-this:hover { background-position:-640px -64px } ul.social_icons a#rss:hover { background-position:-705px -64px } ul.social_icons li a span{ _display:none; -moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; -khtml-opacity:0; -moz-opacity:0; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-border-radius:5px; -webkit-border-radius:5px; background:#ededed; border-radius:5px; bottom:-20px; color:#444; filter:"alpha(opacity=0)"; left:60px; margin-left:-64px; opacity:0; padding:5px; pointer-events:none; position:absolute; text-align:center; transition:all 0.3s ease-in-out; width:60px } ul.social_icons li a:hover span{ -khtml-opacity:1; -moz-opacity:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; bottom: -45px; filter:"alpha(opacity=100)"; opacity:1 } /* 17 FlexSlider ================================================== ================================================== ================================================== */ /* General styles */ .flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus { outline:none; } .slides,.flex-control-nav,.flex-direction-nav { margin:0;padding:0; } .flexslider { margin:0 0 60px; padding:0; position:relative; zoom:1 } .slides > li { -webkit-backface-visibility:hidden;display:none } .slides img { display:block;width:100% } .flex-pauseplay a { background:rgb(0,0,0) url(../images/flexsliderPlayPause.png) no-repeat; background:rgba(0,0,0,0.8) url(../images/flexsliderPlayPause.png) no-repeat; height:50px; position:absolute; margin-top:-18px; right:202px; text-indent:-9999px; text-transform:capitalize; bottom:100px; width:50px } .flex-pauseplay a.flex-pause { background-position:0 100% } .flex-pauseplay a.flex-play { background-position:0 0 } .slides:after { clear:both; content:"."; display:block; height:0; line-height:0; visibility:hidden } * html .slides { height:1% } .flex-viewport { -moz-transition:all .1s ease; -ms-transition:all .1s ease; -o-transition:all .1s ease; -webkit-transition:all .1s ease; max-height:2000px; transition:all .1s ease } .loading .flex-viewport { max-height:300px } .flexslider .slides { zoom:1 } .carousel li { margin-right:5px } .flex-direction-nav { height:0 } .flex-direction-nav a { -moz-transition:all .3s ease; -ms-transition:all .3s ease; -o-transition:all .3s ease; -webkit-transition:all .3s ease; background:rgb(0,0,0) url(../images/flexsliderNav.png) no-repeat 0 0; background:rgba(0,0,0,0.8) url(../images/flexsliderNav.png) no-repeat 0 0; border-left:1px solid #333; cursor:pointer; display:block; height:50px; margin:-18px 0 0; position:absolute; text-indent:-9999px; bottom:100px; transition:all .3s ease; width:50px; z-index:10 } .flex-direction-nav .flex-next { right:100px } .flex-direction-nav .flex-prev { background-position:0 100%;right:151px } .flexslider:hover .flex-next { -khtml-opacity:0.8; -moz-opacity:0.8; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter:"alpha(opacity=80)"; opacity:0.8; right:5px } .flexslider:hover .flex-prev { -khtml-opacity:0.8; -moz-opacity:0.8; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter:"alpha(opacity=80)"; left:5px; opacity:0.8 } .flex-direction-nav .flex-disabled { -khtml-opacity:0.3; -moz-opacity:0.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; cursor:default; filter:"alpha(opacity=30)"; opacity:0.3!important } .flex-control-nav { bottom:-40px; left:0; position:absolute; text-align:center; width:100% } .flex-control-nav li { display:inline-block;*display:inline;margin:0 6px;zoom:1 } .flex-control-paging li a { -moz-border-radius:20px; -moz-box-shadow:inset 0 0 3px rgba(0,0,0,0.3); -o-border-radius:20px; -webkit-border-radius:20px; -webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3); background:rgb(255,255,255); background:rgba(255,255,255,0.2); border-radius:20px; box-shadow:inset 0 0 3px rgba(0,0,0,0.3); cursor:pointer; display:block; height:11px; text-indent:-9999px; width:11px; } .flex-control-paging li a:hover, .flex-control-paging li a.flex-active { background:rgb(0,0,0);background:rgba(0,0,0,0.9) } .flex-control-thumbs { margin:5px 0 0;overflow:hidden;position:static } .flex-control-thumbs li { float:left;margin:0;width:25% } .flex-control-thumbs img { -khtml-opacity:0.7; -moz-opacity:0.7; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; cursor:pointer; display:block; filter:"alpha(opacity=70)"; opacity:0.7; width:100% } .flex-control-thumbs .flex-active { -khtml-opacity:1; -moz-opacity:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; cursor:default; filter:"alpha(opacity=100)"; opacity:1 } html[xmlns] .slides,.no-js .slides > li:first-child { display:block } .flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover,.flex-control-thumbs img:hover { -khtml-opacity:1; -moz-opacity:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:"alpha(opacity=100)"; opacity:1 } /* Homepage background slider */ #background-slider { height:100%; left:0; margin:0; position:absolute; top:0; width:100% } #background-slider .slides > li { left:0;position:absolute;top:0 } #background-slider .flex-control-nav { bottom:40px } #background-slider .caption-center { bottom:200px; left:0; position:absolute; text-align:center; width:100% } #background-slider .caption-center p, #background-slider .caption-left p, #background-slider .caption-right p { background:rgb(0,0,0); background:rgba(0,0,0,0.8); color:#c6c6c6; margin:10px 0; padding:10px 20px } #background-slider .caption-center em, #background-slider .caption-left em, #background-slider .caption-right em { color:#ededed;padding:0 10px } #background-slider .caption-left, #background-slider .caption-right { bottom:300px;position:absolute;width:370px } #background-slider .caption-left { left:100px } #background-slider .caption-right { right:100px } /* Small slider */ .small-slider { -moz-border-radius:5px; -webkit-border-radius:5px; background:#161616; border-radius:5px; padding:10px; position:relative } .small-slider .slides > li { left:0;position:absolute;top:0 } .small-slider .slides img { height:auto;max-width:100% } .small-slider .slides { zoom:1 } /* Big slider */ .big-slider { background:url(../images/placeholders/macpro.png) 0 0 no-repeat; left:50%; margin:0 0 30px -380px; position:relative !important } .big-slider .slides > li { left:91px;position:absolute;top:24px } .big-slider .slides img { height:361px;width:579px } .big-slider .slides { height:495px;zoom:1 } .big-slider .flex-control-nav { bottom:0;margin-left:-25% } /* 18 Fancybox ================================================== ================================================== ================================================== */ .fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav,. fancybox-nav span, .fancybox-tmp { border:0; margin:0; outline:none; padding:0; vertical-align:top } .fancybox-wrap { left:0; position:absolute; top:0; z-index:8020 } .fancybox-skin { box-shadow:1px 1px 2px #000; color:#444; position:relative; text-shadow:none } .fancybox-opened { z-index:8030 } .fancybox-outer, .fancybox-inner { position:relative } .fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling:touch } .fancybox-error { color:#444; margin:0; padding:15px; white-space:nowrap } .fancybox-image, .fancybox-iframe { display:block;height:100%;width:100% } .fancybox-image { max-height:100%;max-width:100% } #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background:#161616 url(../images/fancybox.png) no-repeat; border-left:1px solid #444; position:absolute; top:-30px } #fancybox-loading { background-position:0 -108px; cursor:pointer; left:50%; margin-left:-22px; margin-top:-22px; opacity:0.8; position:fixed; top:50%; z-index:8060 } #fancybox-loading div { background:url(../images/preload.gif) center center no-repeat;height:24px;width:24px } .fancybox-close { background-position:-60px 0; cursor:pointer; height:30px; position:absolute; right:0; width:30px; z-index:8040 } .fancybox-nav span { cursor:pointer; height:30px; position:absolute; width:30px; z-index:8040 } .fancybox-prev span { background-position:0 0;right:62px } .fancybox-next span { background-position:-30px 0;right:31px } .fancybox-tmp { left:-99999px; max-height:99999px; max-width:99999px; overflow:visible!important; position:absolute; top:-99999px; visibility:hidden } .fancybox-overlay { background:rgb(0,0,0,.8); background:rgba(0,0,0,.8); display:none; left:0; overflow:hidden; position:absolute; top:0; z-index:8010 } .fancybox-overlay-fixed { bottom:0;position:fixed;right:0 } .fancybox-lock .fancybox-overlay { overflow:auto;overflow-y:scroll } .fancybox-title { background:#161616; color:#FFF; padding:10px 20px; position:relative; text-shadow:none!important; visibility:hidden; z-index:8050 } .fancybox-opened .fancybox-title { visibility:visible } .fancybox-title-outside-wrap { text-align:center } .fancybox-title-inside-wrap, .fancybox-title-over-wrap, .fancybox-title-float-wrap { background:#262626; bottom:0; color:#FFF; left:0; margin-top:10px; position:absolute } .fancybox-inner, .fancybox-lock { overflow:hidden } /* 19 Html5 video js ================================================== ================================================== ================================================== */ .video-js { background-color:#000; font-size:10px; padding:0; position:relative; vertical-align:middle; width:100% !important } .video-js .vjs-tech { height:100%; left:0; position:absolute; top:0; width:100% } .video-js:-moz-full-screen { position:absolute } body.vjs-full-window { height:100%; margin:0; overflow-y:auto; padding:0 } .video-js.vjs-fullscreen { _position:absolute; bottom:0; height:100%!important; left:0; overflow:hidden; position:fixed; right:0; top:0; width:100%!important; z-index:1000 } .video-js:-webkit-full-screen { height:100%!important;width:100%!important } .vjs-poster { cursor:pointer; margin:0 auto; max-height:100%; padding:0; position:relative; width:100% } .video-js .vjs-text-track-display { bottom:40px; font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; left:10px; position:absolute; right:10px; text-align:center } .video-js .vjs-text-track { background:rgb(0,0,0); background:rgba(0,0,0,0.5); color:#fff; display:none; font-size:14px; margin-bottom:10px; text-align:center } .video-js .vjs-subtitles { color:#fff } .video-js .vjs-captions { color:#fc6 } .vjs-tt-cue { display:block } .vjs-fade-in { -ms-transition: visibility 0s linear 0s, opacity 0.3s linear; -moz-transition: visibility 0s linear 0s, opacity 0.3s linear; -o-transition: visibility 0s linear 0s, opacity 0.3s linear; -webkit-transition: visibility 0s linear 0s, opacity 0.3s linear; opacity: 1 !important; transition: visibility 0s linear 0s, opacity 0.3s linear; visibility: visible !important; } .vjs-fade-out { -ms-transition: visibility 0s linear 1.5s,opacity 1.5s linear; -moz-transition: visibility 0s linear 1.5s,opacity 1.5s linear; -o-transition: visibility 0s linear 1.5s,opacity 1.5s linear; -webkit-transition: visibility 0s linear 1.5s,opacity 1.5s linear; opacity: 0 !important; transition: visibility 0s linear 1.5s,opacity 1.5s linear; visibility: hidden !important; } /* Skin styles */ .html-video { -moz-border-radius:5px; -webkit-border-radius:5px; padding:10px; background:#161616; border-radius:5px } video:hover, video:active, video:focus { outline:none !important } .skin .vjs-controls { background:rgb(0,0,0); background:rgba(0,0,0,0.9); border-top:1px solid #262626; bottom:0; color:#fff; height:26px; left:0; margin:0; opacity:0; padding:0; position:absolute; right:0; visibility:hidden } .skin .vjs-control { float:left; height:26px; margin:0; padding:0; position:relative; text-align:center; width:26px } .skin .vjs-control:focus { outline:0 } .skin .vjs-control-text { border:0; clip:rect(0000); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px } /* Play/ Pause controls */ .skin .vjs-play-control { cursor:pointer!important;margin: 3px 5px;width:20px } .skin.vjs-paused .vjs-play-control div { background:url(../images/icons/video.png) -20px 0;height:20px;width:20px } .skin.vjs-playing .vjs-play-control div {background:url(../images/icons/video.png) 0 0;height:20px;width:20px } .skin .vjs-mute-control { cursor:pointer!important; position:absolute; right:105px; top:3px; width:20px } /* Mute controls */ .skin .vjs-mute-control div { background:url(../images/icons/video.png) 0 -20px;height:20px;width:20px } .skin .vjs-mute-control.vjs-vol-0 div { background:url(../images/icons/video.png) -20px -20px } /* Volume controls */ .skin .vjs-volume-control { float:right;width:50px } .skin .vjs-volume-bar { -moz-border-radius:3px; -webkit-border-radius:3px; background:#444; border-radius:3px; cursor:pointer!important; height:6px; margin:11px 0; position:relative; width:50px } .skin .vjs-volume-level { -moz-border-radius:3px; -webkit-border-radius:3px; background:#888; border-radius:3px; height:6px; left:0; position:absolute; top:0 } .skin .vjs-volume-handle { -moz-border-radius:6px; -webkit-border-radius:6px; background:#dedede; border:1px solid #f9f9f9; border-radius:6px; height:8px; left:0; position:absolute; top:-2px; width:8px } /* Progress controls */ .skin div.vjs-progress-control { border-bottom:1px solid #1F1F1F; border-top:1px solid #222; height:6px; left:75px; position:absolute; right:180px; top:10px; width:auto } .skin .vjs-progress-holder { -moz-border-radius:6px; -webkit-border-radius:6px; background:#111; border-radius:6px; cursor:pointer!important; height:10px; margin:0; padding:0; position:relative } .skin .vjs-progress-holder .vjs-play-progress,.skin .vjs-progress-holder .vjs-load-progress { -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; display:block; height:6px; left:0; margin:0; padding:0; position:absolute; top:0 } .skin .vjs-play-progress { background:#888 } .skin .vjs-load-progress { background:#444;opacity:0.8 } .skin div.vjs-seek-handle { background:url(../images/icons/video.png) -40px -20px; height:16px; left:0; margin-top:-7px; position:absolute; top:0; width:16px } /* Time controls */ .skin .vjs-time-controls { position:absolute; right:0; top:5px; width:30px } .skin .vjs-current-time { left:33px } .skin .vjs-duration { display:none;right:0 } .skin .vjs-remaining-time { right:137px } .vjs-time-divider { display:none } /* Fullscreen controls */ .skin .vjs-fullscreen-control { cursor:pointer!important;float:right;width:40px } .skin.vjs-fullscreen .vjs-fullscreen-control div { background:url(../images/icons/video.png) -60px 0 } .skin .vjs-fullscreen-control div { background:url(../images/icons/video.png) -40px 0; height:20px; margin:5px 10px; width:20px } /* Play big button controls */ .skin .vjs-big-play-button { -moz-border-radius:50%; -webkit-border-radius:50%; background:rgb(0,0,0); background:rgba(0,0,0,0.8); border-radius:50%; cursor:pointer!important; display:block; height:80px; left:50%; margin:-40px 0 0 -40px; outline:none; position:absolute; text-align:center; top:50%; vertical-align:center; width:80px; z-index:2 } .skin div.vjs-big-play-button span { background:url(../images/icons/video.png) 0 -40px; display:block; height:24px; left:50%; margin:-12px 0 0 -9px; position:absolute; top:50%; width:18px } /* Loading spinner */ .vjs-loading-spinner { background:url(../images/preload.gif) 50% 50% no-repeat; display:none; height:24px; left:50%; margin:-12px 0 0 -12px; position:absolute; top:50%; width:24px } /* 20 IE8 specs ================================================== ================================================== ================================================== */ .ie8 .service-icon { padding-left:62px;margin-right:27px } .ie8 ul.logos li { margin-right:0;width:16% } .ie8 .member-image { background:#444 !important;height:130px;width:130px } .ie8 ul.team-member li img { height:130px;width:130px } .ie8 ul.team-member .member-image ul.team-social { display:none;height:85px;padding:55px 0 0 5px;width:130px } .ie8 ul.team-member .member-image:hover ul.team-social { display: block } .ie8 ul.portfolio-filters { margin:0 0 0 147px } .ie8 .spotlight { height:190px;margin:0 15px !important;width:190px } .ie8 .spotlight .spotlight-detail { background:#111;display:none;height:110px;padding:50px 40px;width:130px } .ie8 .spotlight:hover .spotlight-detail { display:block } .ie8 .flex-control-paging li a { background:#444 !important } .ie8 .flex-control-paging li a:hover, .flex-control-paging li a.flex-active { background:#161616 !important } .ie8 .big-slider .flex-control-nav { bottom:0;margin-left:-21% } .ie8 .office-box { height:170px;padding:10px 0;width:190px } .ie8 ul.social_icons li a span { display:none } .ie8 ul.social_icons li a:hover span { display:block }
wp-content/themes/dataTaker/stylesheets/layout.css
#preload-wrapper { background:#000; bottom:0; left:0; position:absolute; right:0; top:0; z-index:99 } #preload { background:url(../images/preload.gif) center center no-repeat; height:24px; left:50%; margin:-12px 0 0 -12px; position:absolute; top:50%; width:24px } /* 2 Navigation Menu ================================================== ================================================== ================================================== */ nav { background:#161616; bottom:-45px; height:25px; left:0; margin:0!important; padding:0 0 20px; position:absolute; width:100%; z-index:9999 } nav .nav { float:right } nav .nav li { float:left } nav .nav li a { -moz-transition:all .3s ease-out; -ms-transition:all .3s ease-out; -o-transition:all .3s ease-out; -webkit-transition:all .3s ease-out; border-right:1px solid #161616; color:#999; padding:12px 30px 15px; transition:all .3s ease-out } .nav li a:hover, .nav li.active a { background:#D00355; border-right:1px solid #7e0032; color:#FFF; } nav a#logo { float:left;margin:5px 30px 0 30px;width:100px } nav a#logo img { height:30px;margin-top:2px } nav a#logo h1 { color:#FFF;margin-top:0 } /* Mobile menu toggle */ .menuToggle { background: url(../images/icons/menuToggle.png) 0 0 no-repeat; cursor: pointer; display: none; float:left; margin:15px 0 0 30px; text-indent:-9999px; width:24px } /* 3 Parallax sections ================================================== ================================================== ================================================== */ .parallax { height:auto;overflow:hidden;padding:60px 0;position:relative!important } .common-bg { background:#363636 url(../images/pattern/pattern1.png) 0 0 repeat fixed } .big-spotlight{ height:auto;padding:10px 0 80px 0;overflow:visible } #portfolio, #blog { height:auto;overflow:hidden;width:100% } #blog { margin-top:-60px } #blog-outer { padding-bottom:0 } #load-post { background:#161616;height:80px;padding-top:40px;text-align:center } #copyright{ background:#161616;padding:15px 0;text-align:center } footer { background:#262626 url(../images/pattern/pattern2.png) 0 0 repeat } /* Parallax backgrounds */ #about-heading, #portfolio-heading, #blog-heading, #contact-heading { background:#161616 url(../images/placeholders/img2.jpg) 50% 0 no-repeat fixed;border-top:10px solid rgba(0,0,0,0.5);border-bottom:10px solid rgba(0,0,0,0.5) } #customers { background:url(../images/placeholders/img2.jpg) 50% 0 no-repeat fixed } .spotlight-bg { background:url(../images/placeholders/img2.jpg) 50% 0 no-repeat fixed;height:500px;overflow:visible } #quote-1 { background:url(../images/placeholders/img2.jpg) 50% 0 no-repeat fixed } #quote-2 { background:url(../images/placeholders/img2.jpg) 50% 0 no-repeat fixed } #quote-3 { background:url(../images/placeholders/img2.jpg) 50% 0 no-repeat fixed } #address { background:url(../images/placeholders/img2.jpg) 50% 0 no-repeat fixed;height:775px } #about-heading, #portfolio-heading, #blog-heading, #contact-heading, #customers, .spotlight-bg, #quote-1, #quote-2, #quote-3, #address { -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; background-color:#343434 } /* 4 Homepage section ================================================== ================================================== ================================================== */ h1#main-logo { -moz-transition:all .3s ease-out; -ms-transition:all .3s ease-out; -o-transition:all .3s ease-out; -webkit-transition:all .3s ease-out; -moz-border-radius:50%; -webkit-border-radius:50%; background:#D00355; border-radius:50%; color:#FFF; height:40px; left:50%; margin:-70px 0 0 -85px; padding:50px 20px; position:absolute; text-align:center; top:50%; transition:all .3s ease-out; width:100px } h1#main-logo:hover { -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); -webkit-transform:scale(1.1); filter:"progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',M11=1.1,M12=-0,M21=0,M22=1.1)"; transform:scale(1.1) } h1#main-logo a { color:#FFF; } /* 5 Service boxes ================================================== ================================================== ================================================== */ .service-icon, .service-icon-center, .service-icon-right, .service-icon-left { margin-bottom:60px } .service-icon-center, .service-icon-right, .service-icon-left { padding-top:62px } .service-icon { padding-left:62px;margin-right:57px } .service-icon-center { text-align:center } .service-icon-right { clear:both;text-align:right } .service-icon-left { text-align:left } .alarm { background:url(../images/icons/alarm.png) 0 5px no-repeat } .application { background:url(../images/icons/application.png) 0 5px no-repeat } .arrows { background:url(../images/icons/arrows.png) 0 5px no-repeat } .brush { background:url(../images/icons/brush.png) 0 5px no-repeat } .clock { background:url(../images/icons/clock.png) 0 5px no-repeat } .filmstrip { background:url(../images/icons/filmstrip.png) 0 5px no-repeat } .footprint { background:url(../images/icons/footprint.png) 0 5px no-repeat } .globe { background:url(../images/icons/globe.png) 0 5px no-repeat } .help { background:url(../images/icons/help.png) 0 5px no-repeat } .home { background:url(../images/icons/home.png) 0 5px no-repeat } .info { background:url(../images/icons/info.png) 0 5px no-repeat } .leaf { background:url(../images/icons/leaf.png) 0 5px no-repeat } .mail { background:url(../images/icons/mail.png) 0 5px no-repeat } .lightbulb { background:url(../images/icons/lightbulb.png) 0 5px no-repeat } .speechbubble { background:url(../images/icons/speechbubble.png) 0 5px no-repeat } .strategy { background:url(../images/icons/strategy.png) 0 5px no-repeat } .wifi { background:url(../images/icons/wifi.png) 0 5px no-repeat } .write { background:url(../images/icons/write.png) 0 5px no-repeat } .service-icon-center.alarm, .service-icon-center.application, .service-icon-center.arrows, .service-icon-center.brush, .service-icon-center.clock, .service-icon-center.filmstrip, .service-icon-center.footprint, .service-icon-center.globe, .service-icon-center.help, .service-icon-center.home, .service-icon-center.info, .service-icon-center.leaf, .service-icon-center.lightbulb, .service-icon-center.mail, .service-icon-center.speechbubble, .service-icon-center.strategy, .service-icon-center.wifi, .service-icon-center.write, .service-icon-center.app { background-position:50% 0 } .service-icon-right.alarm, .service-icon-right.application, .service-icon-right.arrows, .service-icon-right.brush, .service-icon-right.clock, .service-icon-right.filmstrip, .service-icon-right.footprint, .service-icon-right.globe, .service-icon-right.help, .service-icon-right.home, .service-icon-right.info, .service-icon-right.leaf, .service-icon-right.lightbulb, .service-icon-right.mail, .service-icon-right.speechbubble, .service-icon-right.strategy, .service-icon-right.wifi, .service-icon-right.write, .service-icon-right.app { background-position:100% 0 } /* 6 Client Logos ================================================== ================================================== ================================================== */ ul.logos { margin-left:30px } ul.logos li { display:block; float:left; margin-right:15px; width:180px } /* 7 Team members section ================================================== ================================================== ================================================== */ ul.team-member { margin-left:0;width:100% } ul.team-member li { position:relative;text-align:center } .member-image { -moz-border-radius:50%; -webkit-border-radius:50%; background:#444; border-radius:50%; height:160px; margin-bottom:30px; padding:5px; width:160px } ul.team-member li img { -moz-transition:all .3s ease-out; -ms-transition:all .3s ease-out; -o-transition:all .3s ease-out; -webkit-transition:all .3s ease-out; -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; height:160px; transition:all .3s ease-out; width:160px } ul.team-member li img:hover { -khtml-opacity:0.3; -moz-opacity:0.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter:“alpha(opacity=30)”; opacity:0.3 } ul.team-member li span { color:#999 } ul.team-member .member-image ul.team-social { -khtml-opacity:0; -moz-opacity:0; -moz-transition:all .3s ease-out; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -ms-transition:all .3s ease-out; -o-transition:all .3s ease-out; -webkit-transition:all .3s ease-out; -moz-border-radius:50%; -webkit-border-radius:50%; background:#444; border-radius:50%; filter:"alpha(opacity=0)"; height:100px; left:0; opacity:0; padding:70px 0 0 20px; position:absolute; top:0; transition:all .3s ease-out; width:150px } ul.team-member .member-image:hover ul.team-social { -khtml-opacity:0.9; -moz-opacity:0.9; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter:"alpha(opacity=90)"; opacity:0.9 } ul.team-member ul.team-social li { float:left } ul.team-member ul.team-social li a { -moz-border-radius:50%; -webkit-border-radius:50%; background:#D00355 url(../images/icons/team-social.png) 0 0 no-repeat; border-radius:50%; display:block; height:30px; margin-left:10px; position:relative; width:30px; } ul.team-member ul.team-social a.twitter-team { background-position:0 0 } ul.team-member ul.team-social a.dribbble-team { background-position:-30px 0 } ul.team-member ul.team-social a.facebook-team { background-position:-60px 0 } /* 8 Portfolio ================================================== ================================================== ================================================== */ /* Portfolio filters */ ul.portfolio-filters { margin:0 0 0 275px } ul.portfolio-filters li { float:left;padding-right:50px;text-align:center } ul.portfolio-filters li a { background:url(../images/portfolioFilters.png) 0 2px no-repeat;color:#444;padding-left:25px } ul.portfolio-filters li a.selected,ul.portfolio-filters li a:hover,ul.portfolio-filters li a:active { background:url(../images/portfolioActiveFilters.png) 0 2px no-repeat;color:#D00355 } /* Portfolio items */ .portfolio a { color:#ededed } article.portfolio { box-shadow:none; display:block; float:left !important; overflow:hidden; position:relative; text-align:center } article.portfolio img { -moz-transition:all .7s ease-out; -ms-transition:all .7s ease-out; -o-transition:all .7s ease-out; -webkit-transition:all .7s ease-out; display:block; position:relative; transition:all .7s ease-in-out } article.portfolio:hover img { -khtml-opacity:0.3; -moz-opacity:0.3; -moz-transform:scale(2); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; -ms-transform:scale(2); -o-transform:scale(2); -webkit-transform:scale(2); filter:"alpha(opacity=30)"; opacity:0.3; transform:scale(2) } article.portfolio .portfolio-zoom,article.portfolio .portfolio-video, article.spotlight .portfolio-zoom { -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; left:50%; height:32px; margin:30px 0 0 -16px; position:absolute; width:32px } article.spotlight .portfolio-zoom { margin-top:10px } article.portfolio .portfolio-detail { -moz-transition:all .5s ease-out; -ms-transition:all .5s ease-out; -o-transition:all .5s ease-out; -webkit-transition:all .5s ease-out; background:rgb(0,0,0); background:rgba(0,0,0,0.7); left:0; opacity:0; overflow:hidden; position:absolute; transition:all .5s ease-out } article.portfolio .portfolio-detail h1, article.portfolio .portfolio-detail h2, article.portfolio .portfolio-detail h3, article.portfolio .portfolio-detail h4, article.portfolio .portfolio-detail h5, article.portfolio .portfolio-detail h6 {margin-top:23% } article.portfolio .portfolio-zoom, article.spotlight .portfolio-zoom { background:#D00355 url(../images/icons/link.png) 50% 50% no-repeat } article.portfolio:hover .portfolio-zoom,article.portfolio:hover .portfolio-video, article.portfolio:hover .portfolio-detail, article.spotlight:hover .portfolio-zoom { -khtml-opacity:0.9; -moz-opacity:0.9; -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90); filter:“alpha(opacity=90)”; opacity:0.9 } article.portfolio:hover .portfolio-detail { top:0 !important } /* Isotope Specs */ .isotope-item { z-index:2 } .isotope-hidden.isotope-item { pointer-events:none;z-index:1 } .isotope, .isotope .isotope-item { -webkit-transition-duration: .8s; -moz-transition-duration: .8s; -ms-transition-duration: .8s; -o-transition-duration: .8s; transition-duration: .8s; } .isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; } .isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -ms-transition-property: -ms-transform, opacity; -o-transition-property: -o-transform, opacity; transition-property: transform, opacity; } .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; } /* 9 Spotlight sections ================================================== ================================================== ================================================== */ .spotlight { -moz-border-radius:50%; -webkit-border-radius:50%; background:#191919; border-radius:50%; float:left; height:250px; margin:0 15px; padding:10px; position:relative; width:250px } .spotlight img { -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; } .spotlight .spotlight-detail { -khtml-opacity:0; -moz-opacity:0; -moz-transition:all .3s ease-out; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -ms-transition:all .3s ease-out; -o-transition:all .3s ease-out; -webkit-transition:all .3s ease-out; -moz-border-radius:50%; -webkit-border-radius:50%; background:#111; border-radius:50%; filter:“alpha(opacity=0)”; height:70px; left:0; opacity:0; padding:100px 40px; position:absolute; text-align:center; top:0; transition:all .3s ease-out; width:190px } .spotlight:hover .spotlight-detail { -khtml-opacity:0.9; -moz-opacity:0.9; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter:"alpha(opacity=90)"; opacity:0.9 } .big-spotlight .container{ margin-top:-350px } /* 10 Blog section ================================================== ================================================== ================================================== */ article.post { display:block; float: left !important; margin-bottom:30px; overflow:hidden; position:relative } article.post img { margin-bottom:10px } article.post img.post-image { overflow:hidden;float:left } article.post .post-detail { float:left; margin:0 30px 10px 30px; padding-top:20px; position:relative !important; width:80% } article.post .post-detail span.post-icon { -moz-border-radius:50%; -webkit-border-radius:50%; background:#D00355 url(../images/icons/postPin.png) 50% 50% no-repeat; border-radius:50%; left:50%; height:40px; margin-left:-20px; position:absolute; top:-30px; width:40px } article.post .post-detail a,.post-detail a:hover { color:#f9f9f9 } article.post section.meta { border-top:1px dotted #444;clear:both;padding:15px 0 0;width:100% !important } article.post section.meta .date { background:url(../images/icons/date.png) 0 3px no-repeat; color:#777; float:left; padding-left:20px } article.post .meta a { color:#afafaf;float:right } .hidden-post { clear:both;display:none;height:0 !important } .full-post { -moz-border-radius:0; -webkit-border-radius:0; background:#363636 url(../images/pattern/pattern1.png) top left repeat; border:none; border-radius:0; box-shadow:1px 1px 2px #000; margin-left:-300px; width:600px } .full-post .post-img { float:left; height:180px; margin-bottom:30px; overflow:hidden; width:100% } .full-post img { float:left;margin:0;width:100% } .full-post .post-content { float:left;margin:20px 40px;width:520px } .full-post .post-content .meta { border-bottom:1px dotted #444; border-top:1px dotted #444; color:#999; float:left; margin:10px 0 30px; padding:10px; width:500px } .full-post .post-content .meta .time { background:url(../images/icons/date.png) 0 3px no-repeat;float:left;padding-left:25px } .full-post .post-content .meta .author { background:url(../images/icons/author.png) 0 3px no-repeat;float:right;padding-left:25px } #load-post a { background:url(../images/icons/load-post.png) right center no-repeat;color:#333;padding:20px 60px 20px 0 } /* 11 Contact section ================================================== ================================================== ================================================== */ .office-box { -moz-border-radius:50%; -webkit-border-radius:50%; background:rgb(0,0,0); background:rgba(0,0,0,0.6); border:10px solid #262626; border-radius:50%; float:left; height:170px; padding:40px 0; text-align:center; width:250px } .office-box h1, .office-box h2, .office-box h3, .office-box h4, .office-box h5, .office-box h6 { border-bottom:1px dotted #999; color:#EDEDED; margin:0 auto; padding-bottom:10px; width:150px } .office-box p { color:#999;margin:17px 0 } .office-box em { color:#999;margin-right:10px } .office-box a { color:#D00355 } #map_canvas { bottom:0; left:0; position:absolute; right:0; top:475px; z-index:10 } /* 12 Contact Form ================================================== ================================================== ================================================== */ fieldset { float:left;margin:0 30px 0 0 !important } #address fieldset p { color:#000;margin:0 0 0 30px;position:relative !important } label { color:#c9c9c9;position:relative !important } input[type=email],input[type=text],textarea { -moz-border-radius:5px; -webkit-border-radius:5px; background:rgb(0,0,0); background:rgba(0,0,0,0.6); border:5px solid #262626; border-radius:5px; color:#dedede; float:left; height:30px; line-height:1.125em; margin-right:30px; padding:0 10px } textarea { height:100px;padding-top:10px } input[type=email]:focus,input[type=text]:focus,textarea:focus { -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,255,255,0.3); -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,255,255,0.3); border-color:rgb(255,255,255); border-color:rgba(255,255,255,0.3); box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,255,255,0.3) } input::-webkit-input-placeholder,input:-moz-placeholder,input:-ms-input-placeholder { color:#222 } .btn { -moz-border-radius:5px; -webkit-border-radius:5px; background:#D00355; background:-ms-linear-gradient(top, #b10344, #D00355); background:-moz-linear-gradient(top, #b10344, #D00355); background:-o-linear-gradient(top, #b10344, #D00355); background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#D00355), to(#b10344)); background:-webkit-linear-gradient(top, #b10344, #D00355); border:1px solid #B0276F; border-radius:5px; box-shadow: none; color:#fff; float: right; height:40px; margin: 10px -16px 0 0; text-shadow: none } .btn:hover { background:#D00355; background: -ms-linear-gradient(top, #D00355, #b10344); background: -moz-linear-gradient(top, #D00355, #b10344); background: -o-linear-gradient(top, #D00355, #b10344); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b10344), to(#D00355)); background: -webkit-linear-gradient(top, #D00355, #b10344); color:#fff } #address span.error { color:#D00355; position:absolute; top:2px; width:100% } #address span#name_error, #address span#email_error { left:40px } #address span#subject_error { left:50px } #address span#message_error { left:60px } #message-box { background:url(../images/icons/heart.png) 0 3px no-repeat; display:none; float:left; margin:-30px 0 0 35px; padding-left:25px; width: 320px } #address #message-box p { color:#f9f9f9;margin:0 } /* 13 Footer section ================================================== ================================================== ================================================== */ footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 { color:#444!important;text-align:center } .contact-icon { background:url(../images/icons/contact-icon.png) 50% 100% no-repeat;padding-bottom:50px } .twitter-icon { background:url(../images/icons/twitter-icon.png) 50% 100% no-repeat;padding-bottom:50px } /* 14 Copyright section ================================================== ================================================== ================================================== */ #copyright p { margin:10px 0; } #copyright a { color:#D00355;font-weight:700 } /* 15 Twitter Updates ================================================== ================================================== ================================================== */ footer .twitter-feed { border-bottom:1px solid #444; border-top:1px solid #444; height:140px; margin:30px 0; overflow:hidden; position:relative; text-align:center } footer .tweet_list { margin:0 auto;padding:0;position:relative } footer .tweet_list li { height:110px;padding:15px 0 } footer .tweet_list .tweet_text { color:#b5b5b5;display:block;margin-top:10px } footer .tweet_list .tweet_text a { color:#D00355 } footer .tweet_list .tweet_time a { color:#777 } /* 16 Social Icons ================================================== ================================================== ================================================== */ ul.social_icons { margin:30px auto;width:896px } ul.social_icons li { float:left } ul.social_icons a { -moz-transition:none; -ms-transition-duration:none; -o-transition:none; -webkit-transition:none; background:url(../images/icons/social-icons.png) 0 0 no-repeat; display:block; height:64px; margin:0 5px; position:relative; transition:none; width:64px } ul.social_icons a#twitter { background-position:0 0 } ul.social_icons a#facebook { background-position:-64px 0 } ul.social_icons a#dribbble { background-position:-128px 0 } ul.social_icons a#vimeo { background-position:-192px 0 } ul.social_icons a#flickr { background-position:-257px 0 } ul.social_icons a#youtube { background-position:-321px 0 } ul.social_icons a#skype { background-position:-384px 0 } ul.social_icons a#forrst { background-position:-448px 0 } ul.social_icons a#google { background-position:-512px 0 } ul.social_icons a#digg { background-position:-576px 0 } ul.social_icons a#share-this { background-position:-640px 0 } ul.social_icons a#rss { background-position:-705px 0 } ul.social_icons a#twitter:hover { background-position:0 -64px } ul.social_icons a#facebook:hover { background-position:-64px -64px } ul.social_icons a#dribbble:hover { background-position:-128px -64px } ul.social_icons a#vimeo:hover { background-position:-192px -64px } ul.social_icons a#flickr:hover { background-position:-257px -64px } ul.social_icons a#youtube:hover { background-position:-321px -64px } ul.social_icons a#skype:hover { background-position:-384px -64px } ul.social_icons a#forrst:hover { background-position:-448px -64px } ul.social_icons a#google:hover { background-position:-512px -64px } ul.social_icons a#digg:hover { background-position:-576px -64px } ul.social_icons a#share-this:hover { background-position:-640px -64px } ul.social_icons a#rss:hover { background-position:-705px -64px } ul.social_icons li a span{ _display:none; -moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; -khtml-opacity:0; -moz-opacity:0; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-border-radius:5px; -webkit-border-radius:5px; background:#ededed; border-radius:5px; bottom:-20px; color:#444; filter:"alpha(opacity=0)"; left:60px; margin-left:-64px; opacity:0; padding:5px; pointer-events:none; position:absolute; text-align:center; transition:all 0.3s ease-in-out; width:60px } ul.social_icons li a:hover span{ -khtml-opacity:1; -moz-opacity:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; bottom: -45px; filter:"alpha(opacity=100)"; opacity:1 } /* 17 FlexSlider ================================================== ================================================== ================================================== */ /* General styles */ .flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus { outline:none; } .slides,.flex-control-nav,.flex-direction-nav { margin:0;padding:0; } .flexslider { margin:0 0 60px; padding:0; position:relative; zoom:1 } .slides > li { -webkit-backface-visibility:hidden;display:none } .slides img { display:block;width:100% } .flex-pauseplay a { background:rgb(0,0,0) url(../images/flexsliderPlayPause.png) no-repeat; background:rgba(0,0,0,0.8) url(../images/flexsliderPlayPause.png) no-repeat; height:50px; position:absolute; margin-top:-18px; right:202px; text-indent:-9999px; text-transform:capitalize; bottom:100px; width:50px } .flex-pauseplay a.flex-pause { background-position:0 100% } .flex-pauseplay a.flex-play { background-position:0 0 } .slides:after { clear:both; content:"."; display:block; height:0; line-height:0; visibility:hidden } * html .slides { height:1% } .flex-viewport { -moz-transition:all .1s ease; -ms-transition:all .1s ease; -o-transition:all .1s ease; -webkit-transition:all .1s ease; max-height:2000px; transition:all .1s ease } .loading .flex-viewport { max-height:300px } .flexslider .slides { zoom:1 } .carousel li { margin-right:5px } .flex-direction-nav { height:0 } .flex-direction-nav a { -moz-transition:all .3s ease; -ms-transition:all .3s ease; -o-transition:all .3s ease; -webkit-transition:all .3s ease; background:rgb(0,0,0) url(../images/flexsliderNav.png) no-repeat 0 0; background:rgba(0,0,0,0.8) url(../images/flexsliderNav.png) no-repeat 0 0; border-left:1px solid #333; cursor:pointer; display:block; height:50px; margin:-18px 0 0; position:absolute; text-indent:-9999px; bottom:100px; transition:all .3s ease; width:50px; z-index:10 } .flex-direction-nav .flex-next { right:100px } .flex-direction-nav .flex-prev { background-position:0 100%;right:151px } .flexslider:hover .flex-next { -khtml-opacity:0.8; -moz-opacity:0.8; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter:"alpha(opacity=80)"; opacity:0.8; right:5px } .flexslider:hover .flex-prev { -khtml-opacity:0.8; -moz-opacity:0.8; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter:"alpha(opacity=80)"; left:5px; opacity:0.8 } .flex-direction-nav .flex-disabled { -khtml-opacity:0.3; -moz-opacity:0.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; cursor:default; filter:"alpha(opacity=30)"; opacity:0.3!important } .flex-control-nav { bottom:-40px; left:0; position:absolute; text-align:center; width:100% } .flex-control-nav li { display:inline-block;*display:inline;margin:0 6px;zoom:1 } .flex-control-paging li a { -moz-border-radius:20px; -moz-box-shadow:inset 0 0 3px rgba(0,0,0,0.3); -o-border-radius:20px; -webkit-border-radius:20px; -webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3); background:rgb(255,255,255); background:rgba(255,255,255,0.2); border-radius:20px; box-shadow:inset 0 0 3px rgba(0,0,0,0.3); cursor:pointer; display:block; height:11px; text-indent:-9999px; width:11px; } .flex-control-paging li a:hover, .flex-control-paging li a.flex-active { background:rgb(0,0,0);background:rgba(0,0,0,0.9) } .flex-control-thumbs { margin:5px 0 0;overflow:hidden;position:static } .flex-control-thumbs li { float:left;margin:0;width:25% } .flex-control-thumbs img { -khtml-opacity:0.7; -moz-opacity:0.7; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; cursor:pointer; display:block; filter:"alpha(opacity=70)"; opacity:0.7; width:100% } .flex-control-thumbs .flex-active { -khtml-opacity:1; -moz-opacity:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; cursor:default; filter:"alpha(opacity=100)"; opacity:1 } html[xmlns] .slides,.no-js .slides > li:first-child { display:block } .flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover,.flex-control-thumbs img:hover { -khtml-opacity:1; -moz-opacity:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:"alpha(opacity=100)"; opacity:1 } /* Homepage background slider */ #background-slider { height:100%; left:0; margin:0; position:absolute; top:0; width:100% } #background-slider .slides > li { left:0;position:absolute;top:0 } #background-slider .flex-control-nav { bottom:40px } #background-slider .caption-center { bottom:200px; left:0; position:absolute; text-align:center; width:100% } #background-slider .caption-center p, #background-slider .caption-left p, #background-slider .caption-right p { background:rgb(0,0,0); background:rgba(0,0,0,0.8); color:#c6c6c6; margin:10px 0; padding:10px 20px } #background-slider .caption-center em, #background-slider .caption-left em, #background-slider .caption-right em { color:#ededed;padding:0 10px } #background-slider .caption-left, #background-slider .caption-right { bottom:300px;position:absolute;width:370px } #background-slider .caption-left { left:100px } #background-slider .caption-right { right:100px } /* Small slider */ .small-slider { -moz-border-radius:5px; -webkit-border-radius:5px; background:#161616; border-radius:5px; padding:10px; position:relative } .small-slider .slides > li { left:0;position:absolute;top:0 } .small-slider .slides img { height:auto;max-width:100% } .small-slider .slides { zoom:1 } /* Big slider */ .big-slider { background:url(../images/placeholders/macpro.png) 0 0 no-repeat; left:50%; margin:0 0 30px -380px; position:relative !important } .big-slider .slides > li { left:91px;position:absolute;top:24px } .big-slider .slides img { height:361px;width:579px } .big-slider .slides { height:495px;zoom:1 } .big-slider .flex-control-nav { bottom:0;margin-left:-25% } /* 18 Fancybox ================================================== ================================================== ================================================== */ .fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav,. fancybox-nav span, .fancybox-tmp { border:0; margin:0; outline:none; padding:0; vertical-align:top } .fancybox-wrap { left:0; position:absolute; top:0; z-index:8020 } .fancybox-skin { box-shadow:1px 1px 2px #000; color:#444; position:relative; text-shadow:none } .fancybox-opened { z-index:8030 } .fancybox-outer, .fancybox-inner { position:relative } .fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling:touch } .fancybox-error { color:#444; margin:0; padding:15px; white-space:nowrap } .fancybox-image, .fancybox-iframe { display:block;height:100%;width:100% } .fancybox-image { max-height:100%;max-width:100% } #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background:#161616 url(../images/fancybox.png) no-repeat; border-left:1px solid #444; position:absolute; top:-30px } #fancybox-loading { background-position:0 -108px; cursor:pointer; left:50%; margin-left:-22px; margin-top:-22px; opacity:0.8; position:fixed; top:50%; z-index:8060 } #fancybox-loading div { background:url(../images/preload.gif) center center no-repeat;height:24px;width:24px } .fancybox-close { background-position:-60px 0; cursor:pointer; height:30px; position:absolute; right:0; width:30px; z-index:8040 } .fancybox-nav span { cursor:pointer; height:30px; position:absolute; width:30px; z-index:8040 } .fancybox-prev span { background-position:0 0;right:62px } .fancybox-next span { background-position:-30px 0;right:31px } .fancybox-tmp { left:-99999px; max-height:99999px; max-width:99999px; overflow:visible!important; position:absolute; top:-99999px; visibility:hidden } .fancybox-overlay { background:rgb(0,0,0,.8); background:rgba(0,0,0,.8); display:none; left:0; overflow:hidden; position:absolute; top:0; z-index:8010 } .fancybox-overlay-fixed { bottom:0;position:fixed;right:0 } .fancybox-lock .fancybox-overlay { overflow:auto;overflow-y:scroll } .fancybox-title { background:#161616; color:#FFF; padding:10px 20px; position:relative; text-shadow:none!important; visibility:hidden; z-index:8050 } .fancybox-opened .fancybox-title { visibility:visible } .fancybox-title-outside-wrap { text-align:center } .fancybox-title-inside-wrap, .fancybox-title-over-wrap, .fancybox-title-float-wrap { background:#262626; bottom:0; color:#FFF; left:0; margin-top:10px; position:absolute } .fancybox-inner, .fancybox-lock { overflow:hidden } /* 19 Html5 video js ================================================== ================================================== ================================================== */ .video-js { background-color:#000; font-size:10px; padding:0; position:relative; vertical-align:middle; width:100% !important } .video-js .vjs-tech { height:100%; left:0; position:absolute; top:0; width:100% } .video-js:-moz-full-screen { position:absolute } body.vjs-full-window { height:100%; margin:0; overflow-y:auto; padding:0 } .video-js.vjs-fullscreen { _position:absolute; bottom:0; height:100%!important; left:0; overflow:hidden; position:fixed; right:0; top:0; width:100%!important; z-index:1000 } .video-js:-webkit-full-screen { height:100%!important;width:100%!important } .vjs-poster { cursor:pointer; margin:0 auto; max-height:100%; padding:0; position:relative; width:100% } .video-js .vjs-text-track-display { bottom:40px; font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; left:10px; position:absolute; right:10px; text-align:center } .video-js .vjs-text-track { background:rgb(0,0,0); background:rgba(0,0,0,0.5); color:#fff; display:none; font-size:14px; margin-bottom:10px; text-align:center } .video-js .vjs-subtitles { color:#fff } .video-js .vjs-captions { color:#fc6 } .vjs-tt-cue { display:block } .vjs-fade-in { -ms-transition: visibility 0s linear 0s, opacity 0.3s linear; -moz-transition: visibility 0s linear 0s, opacity 0.3s linear; -o-transition: visibility 0s linear 0s, opacity 0.3s linear; -webkit-transition: visibility 0s linear 0s, opacity 0.3s linear; opacity: 1 !important; transition: visibility 0s linear 0s, opacity 0.3s linear; visibility: visible !important; } .vjs-fade-out { -ms-transition: visibility 0s linear 1.5s,opacity 1.5s linear; -moz-transition: visibility 0s linear 1.5s,opacity 1.5s linear; -o-transition: visibility 0s linear 1.5s,opacity 1.5s linear; -webkit-transition: visibility 0s linear 1.5s,opacity 1.5s linear; opacity: 0 !important; transition: visibility 0s linear 1.5s,opacity 1.5s linear; visibility: hidden !important; } /* Skin styles */ .html-video { -moz-border-radius:5px; -webkit-border-radius:5px; padding:10px; background:#161616; border-radius:5px } video:hover, video:active, video:focus { outline:none !important } .skin .vjs-controls { background:rgb(0,0,0); background:rgba(0,0,0,0.9); border-top:1px solid #262626; bottom:0; color:#fff; height:26px; left:0; margin:0; opacity:0; padding:0; position:absolute; right:0; visibility:hidden } .skin .vjs-control { float:left; height:26px; margin:0; padding:0; position:relative; text-align:center; width:26px } .skin .vjs-control:focus { outline:0 } .skin .vjs-control-text { border:0; clip:rect(0000); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px } /* Play/ Pause controls */ .skin .vjs-play-control { cursor:pointer!important;margin: 3px 5px;width:20px } .skin.vjs-paused .vjs-play-control div { background:url(../images/icons/video.png) -20px 0;height:20px;width:20px } .skin.vjs-playing .vjs-play-control div {background:url(../images/icons/video.png) 0 0;height:20px;width:20px } .skin .vjs-mute-control { cursor:pointer!important; position:absolute; right:105px; top:3px; width:20px } /* Mute controls */ .skin .vjs-mute-control div { background:url(../images/icons/video.png) 0 -20px;height:20px;width:20px } .skin .vjs-mute-control.vjs-vol-0 div { background:url(../images/icons/video.png) -20px -20px } /* Volume controls */ .skin .vjs-volume-control { float:right;width:50px } .skin .vjs-volume-bar { -moz-border-radius:3px; -webkit-border-radius:3px; background:#444; border-radius:3px; cursor:pointer!important; height:6px; margin:11px 0; position:relative; width:50px } .skin .vjs-volume-level { -moz-border-radius:3px; -webkit-border-radius:3px; background:#888; border-radius:3px; height:6px; left:0; position:absolute; top:0 } .skin .vjs-volume-handle { -moz-border-radius:6px; -webkit-border-radius:6px; background:#dedede; border:1px solid #f9f9f9; border-radius:6px; height:8px; left:0; position:absolute; top:-2px; width:8px } /* Progress controls */ .skin div.vjs-progress-control { border-bottom:1px solid #1F1F1F; border-top:1px solid #222; height:6px; left:75px; position:absolute; right:180px; top:10px; width:auto } .skin .vjs-progress-holder { -moz-border-radius:6px; -webkit-border-radius:6px; background:#111; border-radius:6px; cursor:pointer!important; height:10px; margin:0; padding:0; position:relative } .skin .vjs-progress-holder .vjs-play-progress,.skin .vjs-progress-holder .vjs-load-progress { -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; display:block; height:6px; left:0; margin:0; padding:0; position:absolute; top:0 } .skin .vjs-play-progress { background:#888 } .skin .vjs-load-progress { background:#444;opacity:0.8 } .skin div.vjs-seek-handle { background:url(../images/icons/video.png) -40px -20px; height:16px; left:0; margin-top:-7px; position:absolute; top:0; width:16px } /* Time controls */ .skin .vjs-time-controls { position:absolute; right:0; top:5px; width:30px } .skin .vjs-current-time { left:33px } .skin .vjs-duration { display:none;right:0 } .skin .vjs-remaining-time { right:137px } .vjs-time-divider { display:none } /* Fullscreen controls */ .skin .vjs-fullscreen-control { cursor:pointer!important;float:right;width:40px } .skin.vjs-fullscreen .vjs-fullscreen-control div { background:url(../images/icons/video.png) -60px 0 } .skin .vjs-fullscreen-control div { background:url(../images/icons/video.png) -40px 0; height:20px; margin:5px 10px; width:20px } /* Play big button controls */ .skin .vjs-big-play-button { -moz-border-radius:50%; -webkit-border-radius:50%; background:rgb(0,0,0); background:rgba(0,0,0,0.8); border-radius:50%; cursor:pointer!important; display:block; height:80px; left:50%; margin:-40px 0 0 -40px; outline:none; position:absolute; text-align:center; top:50%; vertical-align:center; width:80px; z-index:2 } .skin div.vjs-big-play-button span { background:url(../images/icons/video.png) 0 -40px; display:block; height:24px; left:50%; margin:-12px 0 0 -9px; position:absolute; top:50%; width:18px } /* Loading spinner */ .vjs-loading-spinner { background:url(../images/preload.gif) 50% 50% no-repeat; display:none; height:24px; left:50%; margin:-12px 0 0 -12px; position:absolute; top:50%; width:24px } /* 20 IE8 specs ================================================== ================================================== ================================================== */ .ie8 .service-icon { padding-left:62px;margin-right:27px } .ie8 ul.logos li { margin-right:0;width:16% } .ie8 .member-image { background:#444 !important;height:130px;width:130px } .ie8 ul.team-member li img { height:130px;width:130px } .ie8 ul.team-member .member-image ul.team-social { display:none;height:85px;padding:55px 0 0 5px;width:130px } .ie8 ul.team-member .member-image:hover ul.team-social { display: block } .ie8 ul.portfolio-filters { margin:0 0 0 147px } .ie8 .spotlight { height:190px;margin:0 15px !important;width:190px } .ie8 .spotlight .spotlight-detail { background:#111;display:none;height:110px;padding:50px 40px;width:130px } .ie8 .spotlight:hover .spotlight-detail { display:block } .ie8 .flex-control-paging li a { background:#444 !important } .ie8 .flex-control-paging li a:hover, .flex-control-paging li a.flex-active { background:#161616 !important } .ie8 .big-slider .flex-control-nav { bottom:0;margin-left:-21% } .ie8 .office-box { height:170px;padding:10px 0;width:190px } .ie8 ul.social_icons li a span { display:none } .ie8 ul.social_icons li a:hover span { display:block }
0.083703
0.13134
:root { --normalText: #f8f8f2; --colorOk2: #f92672; --colorOk3: #ae81ff; --colorOk4: #a6e22e; --colorOk5: #e6db74; --colorOk6: #66d9ef; --colorOk7: #fd971f; } #app.okaidia {background: #2d2d2d; color: var(--normalText); } #app.okaidia pre { color: var(--normalText) } #app.okaidia textarea { caret-color: var(--normalText) } /* PrismJS 1.21.0 https://prismjs.com/download.html#themes=prism-okaidia&languages=excel-formula+sql&plugins=show-invisibles+highlight-keywords+match-braces */ /** * okaidia theme for JavaScript, CSS and HTML * Loosely based on Monokai textmate theme by http://www.monokai.nl/ * @author ocodia */ .okaidia code[class*="language-"], .okaidia pre[class*="language-"] { color: var(--normalText); background: none; text-shadow: 0 1px rgba(0, 0, 0, 0.3); font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; font-size: 1em; text-align: left; white-space: pre; word-spacing: normal; word-break: normal; word-wrap: normal; line-height: 1.5; -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; } /* Code blocks */ .okaidia pre[class*="language-"] { padding: 1em; margin: .5em 0; overflow: auto; border-radius: 0.3em; } .okaidia :not(pre) > code[class*="language-"], .okaidia pre[class*="language-"] { background: #272822; } /* Inline code */ .okaidia :not(pre) > code[class*="language-"] { padding: .1em; border-radius: .3em; white-space: normal; } .okaidia .token.comment, .okaidia .token.prolog, .okaidia .token.doctype, .okaidia .token.cdata { color: #8292a2; } .okaidia .token.punctuation { color: var(--normalText); } .okaidia .token.namespace { opacity: .7; } .okaidia .token.property, .okaidia .token.tag, .okaidia .token.constant, .okaidia .token.symbol, .okaidia .token.deleted { color: var(--colorOk7); } .okaidia .token.boolean, .okaidia .token.number { color: var(--colorOk3); } .okaidia .token.selector, .okaidia .token.attr-name, .okaidia .token.string, .okaidia .token.char, .okaidia .token.builtin, .okaidia .token.inserted { color: var(--colorOk4); } .okaidia .token.entity, .okaidia .token.url, .okaidia .language-css .token.string, .okaidia .style .token.string, .okaidia .token.variable { color: var(--normalText); } .okaidia .token.operator, .okaidia .token.atrule, .okaidia .token.attr-value, .okaidia .token.class-name { color: var(--colorOk6); } .okaidia .token.function, .okaidia .token.keyword { color: var(--colorOk2); } .okaidia .token.regex, .okaidia .token.important { color: var(--colorOk7); } .okaidia .token.important, .okaidia .token.bold { font-weight: bold; } .okaidia .token.italic { font-style: italic; } .okaidia .token.entity { cursor: help; } .okaidia .token.tab:not(:empty), .okaidia .token.cr, .okaidia .token.lf, .okaidia .token.space { position: relative; } .okaidia .token.tab:not(:empty):before, .okaidia .token.cr:before, .okaidia .token.lf:before, .okaidia .token.space:before { color: #808080; opacity: 0.6; position: absolute; } .okaidia .token.tab:not(:empty):before { content: '\21E5'; } .okaidia .token.cr:before { content: '\240D'; } .okaidia .token.crlf:before { content: '\240D\240A'; } .okaidia .token.lf:before { content: '\240A'; } .okaidia .token.space:before { content: '\00B7'; } .okaidia .token.punctuation.brace-hover, .okaidia .token.punctuation.brace-selected { outline: solid 1px; } .okaidia .rainbow-braces .token.punctuation.brace-level-1, .okaidia .rainbow-braces .token.punctuation.brace-level-5, .okaidia .rainbow-braces .token.punctuation.brace-level-9 { color: #E50; opacity: 1; } .okaidia .rainbow-braces .token.punctuation.brace-level-2, .okaidia .rainbow-braces .token.punctuation.brace-level-6, .okaidia .rainbow-braces .token.punctuation.brace-level-10 { color: #0B3; opacity: 1; } .okaidia .rainbow-braces .token.punctuation.brace-level-3, .okaidia .rainbow-braces .token.punctuation.brace-level-7, .okaidia .rainbow-braces .token.punctuation.brace-level-11 { color: #26F; opacity: 1; } .okaidia .rainbow-braces .token.punctuation.brace-level-4, .okaidia .rainbow-braces .token.punctuation.brace-level-8, .okaidia .rainbow-braces .token.punctuation.brace-level-12 { color: #E0E; opacity: 1; }
app/styles/prism-okaidia.css
:root { --normalText: #f8f8f2; --colorOk2: #f92672; --colorOk3: #ae81ff; --colorOk4: #a6e22e; --colorOk5: #e6db74; --colorOk6: #66d9ef; --colorOk7: #fd971f; } #app.okaidia {background: #2d2d2d; color: var(--normalText); } #app.okaidia pre { color: var(--normalText) } #app.okaidia textarea { caret-color: var(--normalText) } /* PrismJS 1.21.0 https://prismjs.com/download.html#themes=prism-okaidia&languages=excel-formula+sql&plugins=show-invisibles+highlight-keywords+match-braces */ /** * okaidia theme for JavaScript, CSS and HTML * Loosely based on Monokai textmate theme by http://www.monokai.nl/ * @author ocodia */ .okaidia code[class*="language-"], .okaidia pre[class*="language-"] { color: var(--normalText); background: none; text-shadow: 0 1px rgba(0, 0, 0, 0.3); font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; font-size: 1em; text-align: left; white-space: pre; word-spacing: normal; word-break: normal; word-wrap: normal; line-height: 1.5; -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; } /* Code blocks */ .okaidia pre[class*="language-"] { padding: 1em; margin: .5em 0; overflow: auto; border-radius: 0.3em; } .okaidia :not(pre) > code[class*="language-"], .okaidia pre[class*="language-"] { background: #272822; } /* Inline code */ .okaidia :not(pre) > code[class*="language-"] { padding: .1em; border-radius: .3em; white-space: normal; } .okaidia .token.comment, .okaidia .token.prolog, .okaidia .token.doctype, .okaidia .token.cdata { color: #8292a2; } .okaidia .token.punctuation { color: var(--normalText); } .okaidia .token.namespace { opacity: .7; } .okaidia .token.property, .okaidia .token.tag, .okaidia .token.constant, .okaidia .token.symbol, .okaidia .token.deleted { color: var(--colorOk7); } .okaidia .token.boolean, .okaidia .token.number { color: var(--colorOk3); } .okaidia .token.selector, .okaidia .token.attr-name, .okaidia .token.string, .okaidia .token.char, .okaidia .token.builtin, .okaidia .token.inserted { color: var(--colorOk4); } .okaidia .token.entity, .okaidia .token.url, .okaidia .language-css .token.string, .okaidia .style .token.string, .okaidia .token.variable { color: var(--normalText); } .okaidia .token.operator, .okaidia .token.atrule, .okaidia .token.attr-value, .okaidia .token.class-name { color: var(--colorOk6); } .okaidia .token.function, .okaidia .token.keyword { color: var(--colorOk2); } .okaidia .token.regex, .okaidia .token.important { color: var(--colorOk7); } .okaidia .token.important, .okaidia .token.bold { font-weight: bold; } .okaidia .token.italic { font-style: italic; } .okaidia .token.entity { cursor: help; } .okaidia .token.tab:not(:empty), .okaidia .token.cr, .okaidia .token.lf, .okaidia .token.space { position: relative; } .okaidia .token.tab:not(:empty):before, .okaidia .token.cr:before, .okaidia .token.lf:before, .okaidia .token.space:before { color: #808080; opacity: 0.6; position: absolute; } .okaidia .token.tab:not(:empty):before { content: '\21E5'; } .okaidia .token.cr:before { content: '\240D'; } .okaidia .token.crlf:before { content: '\240D\240A'; } .okaidia .token.lf:before { content: '\240A'; } .okaidia .token.space:before { content: '\00B7'; } .okaidia .token.punctuation.brace-hover, .okaidia .token.punctuation.brace-selected { outline: solid 1px; } .okaidia .rainbow-braces .token.punctuation.brace-level-1, .okaidia .rainbow-braces .token.punctuation.brace-level-5, .okaidia .rainbow-braces .token.punctuation.brace-level-9 { color: #E50; opacity: 1; } .okaidia .rainbow-braces .token.punctuation.brace-level-2, .okaidia .rainbow-braces .token.punctuation.brace-level-6, .okaidia .rainbow-braces .token.punctuation.brace-level-10 { color: #0B3; opacity: 1; } .okaidia .rainbow-braces .token.punctuation.brace-level-3, .okaidia .rainbow-braces .token.punctuation.brace-level-7, .okaidia .rainbow-braces .token.punctuation.brace-level-11 { color: #26F; opacity: 1; } .okaidia .rainbow-braces .token.punctuation.brace-level-4, .okaidia .rainbow-braces .token.punctuation.brace-level-8, .okaidia .rainbow-braces .token.punctuation.brace-level-12 { color: #E0E; opacity: 1; }
0.390708
0.15084
@charset "UTF-8"; h1, .heading-1 { font-size: 45px; line-height: 55px; font-weight: 300; } h2, .heading-2 { font-size: 40px; line-height: 50px; font-weight: 300; } h3, .heading-3 { font-weight: 300; font-size: 30px; line-height: 36px; } h4, .heading-4 { font-size: 24px; line-height: 29px; font-weight: 300; margin-bottom: 20px; } h4 .xl, .heading-4 .xl { font-size: 45px !important; line-height: 50px !important; } h5, .heading-5 { font-weight: 400; font-size: 20px; line-height: 25px; } p, .p { font-size: 16px; line-height: 20px; font-weight: 400; } ul { padding: 0; margin: 0; } a:hover, a:visited, a:focus { text-decoration: none; color: unset; } * b { font-weight: 600 !important; } * b.white { font-weight: 500 !important; } img { max-width: 100%; height: auto; } .content-styling h1, .content-styling .heading-1 { font-size: 40px; line-height: 50px; margin-bottom: 20px; } .content-styling h2, .content-styling .heading-2 { font-size: 30px; line-height: 35px; } .content-styling h3, .content-styling .heading-3 { font-size: 20px; line-height: 25px; font-weight: 400; } .content-styling h4, .content-styling .heading-4 { font-size: 18px; line-height: 19px; margin-bottom: 2px; text-transform: uppercase; font-weight: 400; letter-spacing: 0.5px; } .content-styling h4 .xl, .content-styling .heading-4 .xl { font-size: 55px; line-height: 60px; } .content-styling h5, .content-styling .heading-5 { font-size: 16px; line-height: 20px; font-weight: 400; } .content-styling p, .content-styling .p { font-size: 14px; line-height: 21px; } .content-styling ul { padding-left: 20px; list-style: disc; margin-top: 2px; margin-bottom: 12px; } .content-styling ul li { font-size: 14px; line-height: 21px; padding: 3px 0; } .content-styling ul li ul { list-style: none; margin-left: 0; padding-left: 10px; } .content-styling ul li ul li { position: relative; } .content-styling ul li ul li:before { content: "–"; position: absolute; left: -15px; } .content-styling ul li, .content-styling ul a { font-size: 14px; line-height: 20px; font-weight: 400; } .content-styling blockquote { font-size: 25px; line-height: 28px; font-weight: 400; padding: 20px; margin: 30px 0; text-align: center; } .content-styling blockquote.smaller { font-size: 20px; line-height: 25px; } .content-styling blockquote.smaller-margin { margin: 5px 0; } .content-styling a { color: #7DC242; font-weight: 500; } body, html { overflow-x: hidden; } body *, html * { -webkit-box-sizing: border-box; box-sizing: border-box; font-family: 'Roboto', sans-serif; color: #003767; } .browser-recommend { display: none; position: fixed; top: 0; left: 0; height: 100vh; width: 100vw; background-color: rgba(255, 255, 255, 0.44); z-index: 2; } .browser-recommend .window { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .browser-recommend .window .popup { height: 350px; width: 500px; position: relative; } .browser-recommend .window .popup .close { top: 10px; right: 10px; position: absolute; cursor: pointer; } .loader { background-color: white; position: fixed; z-index: 20; height: 100vh; width: 100vw; left: 0; top: 0; } .not-supported { background-color: white; position: fixed; z-index: 20; height: 100%; width: 100vw; left: 0; top: 0; } @media screen and (min-width: 768px) { .not-supported { display: none !important; } } header .top-header h3 { font-size: 24px; } header .top-header .top-links ul { list-style: none; margin: 0; } header .top-header .top-links ul li { position: relative; font-size: 14px; padding-left: 20px; display: inline-block; } header .top-header .top-links ul li img { width: 27px; padding: 10px 10px 10px 0; } header .top-header .top-links ul li .dropdown { display: none; position: absolute; left: 0; top: 100%; z-index: 5; width: 240px; padding: 16px; background: #E2F3FB; } header .top-header .top-links ul li .dropdown ul { height: auto; } header .top-header .top-links ul li .dropdown ul li, header .top-header .top-links ul li .dropdown ul a { height: auto; line-height: 15px; font-size: 13px; } header .top-header .top-links ul li .dropdown ul li { padding: 8px 0; display: block; border-right: none; } header .top-header .top-links ul li .dropdown ul li a { padding: 12px 0; } @media screen and (min-width: 992px) { header .top-header .top-links ul li .dropdown ul li a { padding: 8px 0; } } header .top-header .top-links ul li:hover .dropdown { display: block; } header .top-header .logo { max-width: 250px; } header .top-header .search input { font-size: 14px; padding: 5px 15px; } header .top-header .search .submit { background: #5A5758; color: white; border: 1px solid #5A5758; font-size: 16px; cursor: pointer; } header .main-nav { z-index: 3; } header .main-nav nav .home { padding: 11px; } header .main-nav nav ul { list-style: none; } header .main-nav nav ul li.menu-item { border: 1px solid; border-top: 0; -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#64BDE0)) 1 100%; -webkit-border-image: -webkit-linear-gradient(top, white, #64BDE0) 1 100%; -o-border-image: -o-linear-gradient(top, white, #64BDE0) 1 100%; border-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#64BDE0)) 1 100%; border-image: linear-gradient(to bottom, white, #64BDE0) 1 100%; height: 100%; width: 100%; position: relative; } header .main-nav nav ul li.menu-item a { height: 100%; } header .main-nav nav ul li.menu-item.activeItem { background-color: #7DC242; } header .main-nav nav ul li.menu-item.activeItem .navbar-item { color: white; } header .main-nav nav ul li.menu-item:nth-child(6) .dropdown { max-height: 550px; overflow-Y: scroll; min-width: 400px; left: initial; right: 0; } header .main-nav nav ul li.menu-item:last-child { border-right: 0; } header .main-nav nav ul li.menu-item:last-child .dropdown { max-height: 550px; overflow-Y: scroll; left: initial; right: 0; } header .main-nav nav ul li .navbar-item { display: inline-block; cursor: pointer; padding: 15px 10px; font-size: 11px; line-height: 12px; text-transform: uppercase; color: #003767; } @media screen and (min-width: 1200px) { header .main-nav nav ul li .navbar-item { padding: 15px 10px; font-size: 14px; line-height: 15px; } } header .main-nav nav ul li .dropdown { display: none; position: absolute; left: 0; top: 100%; z-index: 5; min-width: 300px; padding: 16px; background: #E2F3FB; } header .main-nav nav ul li .dropdown ul { height: auto; } header .main-nav nav ul li .dropdown ul li, header .main-nav nav ul li .dropdown ul a { height: auto; line-height: 15px; font-size: 13px; color: #003767; } header .main-nav nav ul li .dropdown ul li { padding: 7px 0; display: block; border-right: none; } header .main-nav nav ul li .dropdown ul li a { padding: 12px 0; } @media screen and (min-width: 992px) { header .main-nav nav ul li .dropdown ul li a { padding: 8px 0; } } header .main-nav nav ul li:hover .dropdown { display: block; } .sidebar { min-height: 100vh; } .sidebar ul { padding: 0; margin: 0; list-style: none; } .sidebar ul li { padding: 15px 10px; -webkit-transition: all 400ms; -o-transition: all 400ms; transition: all 400ms; } .sidebar ul li ul li { padding: 5px 0; } .sidebar ul li.active { background-color: #7DC242; } .sidebar ul li.active a { color: white; } .sidebar ul li.active:hover a { color: white; } .sidebar ul li:hover a { color: #7DC242; } .sidebar ul li a { font-size: 14px; line-height: 18px; display: block; color: #003767; font-weight: 400; } .popup-trigger { cursor: pointer; } .popups { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 20; background: transparent; -webkit-transition: background 400ms; -o-transition: background 400ms; transition: background 400ms; } .popups.opened { background: rgba(0, 0, 0, 0.75); } .popups .popup { overflow: visible; max-width: 1000px; width: 80%; display: none; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-height: 70vh; } table { margin: 20px 0; font-size: 14px; width: 99%; border-collapse: collapse; } table .large-text { font-size: 15.5px !important; } table thead tr td, table thead tr th, table tbody tr td, table tbody tr th { padding: 5px 10px; } table thead tr td.border-right-white, table thead tr th.border-right-white, table tbody tr td.border-right-white, table tbody tr th.border-right-white { border-right: 1px solid white; } table thead tr td.border-bottom-thick, table thead tr th.border-bottom-thick, table tbody tr td.border-bottom-thick, table tbody tr th.border-bottom-thick { border-bottom: 2px solid #003767; } table thead tr td.border-bottom-thin, table thead tr th.border-bottom-thin, table tbody tr td.border-bottom-thin, table tbody tr th.border-bottom-thin { border-bottom: 1px solid #003767; } table thead tr td.border-top, table thead tr th.border-top, table tbody tr td.border-top, table tbody tr th.border-top { border-top: 1px solid #003767; } table thead tr td.border-left, table thead tr th.border-left, table tbody tr td.border-left, table tbody tr th.border-left { border-left: 1px solid #003767; } table thead tr td.border-right, table thead tr th.border-right, table tbody tr td.border-right, table tbody tr th.border-right { border-right: 1px solid #003767; } table thead tr td.border-bottom-white-thin, table thead tr th.border-bottom-white-thin, table tbody tr td.border-bottom-white-thin, table tbody tr th.border-bottom-white-thin { border-bottom: 1px solid white; } table thead tr td.top, table thead tr th.top, table tbody tr td.top, table tbody tr th.top { vertical-align: top; } table thead tr td.bottom, table thead tr th.bottom, table tbody tr td.bottom, table tbody tr th.bottom { vertical-align: bottom; } table tbody tr td { line-height: 16px; width: 1px; } table tbody tr td.foot-text { line-height: 20px; font-size: 13px; padding: 0 10px !important; } table tbody tr td.smaller { font-size: 12px; } @media screen and (min-width: 1600px) { table tbody tr td.smaller { font-size: 15px; } } table tbody tr td ul li { font-size: 13px !important; } @media screen and (min-width: 1600px) { table tbody tr td ul li { font-size: 14px !important; } } @media screen and (min-width: 1600px) { table { font-size: 14px; } } main .banner-section { position: relative; } main .banner-section .sky-blue-transparent-bg { position: absolute; bottom: 0; left: 0; width: 100%; } main .banner-section .banner { height: 70vh; } main .banner-section .banner.banner-1 { background-image: url(../img/homepage/banner_1.jpg); } main .banner-section .banner.banner-2 { background-image: url(../img/homepage/Homepages-slider-images.jpg); } main .banner-section .banner.banner-3 { background-image: url(../img/homepage/Homepages-slider-images2.jpg); } main .banner-section .banner.banner-4 { background-image: url(../img/homepage/Homepages-slider-images3.jpg); } main .banner-section .banner.banner-5 { background-image: url(../img/homepage/Homepages-slider-images4.jpg); } main .reports .dark-grey-bg { padding: 15px; -webkit-transition: all 400ms; -o-transition: all 400ms; transition: all 400ms; } main .reports .dark-grey-bg:hover { background-color: #979797; } main .reports a { font-size: 14px; } main .review .dark-blue-border { padding: 20px 40px; min-height: 180px; } main .creating-value h2 { font-size: 55px; line-height: 40px; } main .creating-value h2 span { font-size: 40px; } main .creating-value img { border: 1px solid #979797; } main .video-block { cursor: pointer; } main .video-block .thumbnail { position: relative; margin-bottom: 10px; } main .video-block .thumbnail .icon { position: absolute; bottom: 0; left: 0; width: 45px; } main .leadership .thick-light-blue-border { margin-top: 60px; } @media screen and (min-width: 992px) { main .leadership .thick-light-blue-border { margin-top: 100px; } } main .leadership .thick-light-blue-border img { position: absolute; bottom: 0; } main .clicks-exp .clicks-slider .gallery-img { height: 436px; } @media screen and (min-width: 1200px) { main .clicks-exp .clicks-slider .gallery-img { height: 550px; } } main .clicks-exp .clicks-slider p { margin-bottom: 0; position: absolute; bottom: 0; left: 0px; width: 100%; padding: 10px 30px; background-color: rgba(0, 55, 103, 0.84); } main .clicks-exp .clicks-slider .slick-prev, main .clicks-exp .clicks-slider .slick-next { outline: none; font-size: 0; position: absolute; top: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); border: none; background: none; z-index: 5; width: 40px; height: 40px; color: #003767; } main .clicks-exp .clicks-slider .slick-prev:before, main .clicks-exp .clicks-slider .slick-next:before { content: " "; } main .clicks-exp .clicks-slider .slick-prev { left: 0; border-bottom: 6px solid; border-left: 6px solid; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } main .clicks-exp .clicks-slider .slick-next { right: 0; text-align: right; border-bottom: 6px solid; border-left: 6px solid; -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-135deg); } main .clicks-exp .nav-slide { cursor: pointer; padding: 10px !important; } @media screen and (min-width: 1200px) { main .clicks-exp .nav-slide { padding: 15px !important; } } main .business-model .popup-trigger { cursor: pointer; -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; stroke: transparent; stroke-width: 1px; stroke-linejoin: round; } main .business-model .popup-trigger:hover { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); stroke: #005bab; fill: #d4f1ff; z-index: 100; } main .business-model .capital-resources .opaque-blue-bg { width: 147px; } main .material-issues span { font-size: 16px; font-weight: 600; } main .material-issues span.large-number { font-weight: 400; line-height: 47px; font-size: 66px; } main .material-issues .number-heading .large-number { line-height: 120px; font-size: 160px; } main .material-issues .number-heading h2 { margin-top: -70px; } main .investment-case ul li { padding: 0; } main .investment-case .letter-spacing-smaller { letter-spacing: -10px; } main .bod .image { position: relative; } main .bod .image h4 { width: 100%; bottom: 0; position: absolute; background-color: rgba(255, 255, 255, 0.84); } main .create-value-cit .light-blue-background h2 { line-height: 38px; } main .create-value-cit .equity-heading { padding-top: 18px; margin-left: -140px; } @media screen and (min-width: 1200px) { main .create-value-cit .equity-heading { padding-top: 33px; margin-left: -176px; } } main .create-value-cit .negative-top-margin { margin-top: -150px; } main .create-value-cit .helping-hand-heading { margin-left: -119px; padding-top: 55px; } @media screen and (min-width: 1200px) { main .create-value-cit .helping-hand-heading { width: 90%; padding-top: 42px; } } main .bod h4 { line-height: 9px; } main .reward-value thead tr td.remove-padding, main .reward-value thead tr th.remove-padding, main .reward-value tbody tr td.remove-padding, main .reward-value tbody tr th.remove-padding { padding: 0; } .svg { overflow: visible !important; } .popup-trigger { cursor: pointer; } .popups { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 100; background: transparent; -webkit-transition: background 0.4s; -o-transition: background 0.4s; transition: background 0.4s; } .popups.opened { background: rgba(0, 0, 0, 0.75); } .popups .popup { display: none; position: absolute; top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); } .popups .popup iframe { max-width: 100% !important; } .creating-value-2018 .line-heading { margin-top: 40px; margin-bottom: 20px; border-top: 1px solid #003767; } .creating-value-2018 .line-heading h2 { font-size: 15px; line-height: 20px; padding: 10px 30px; display: inline-block; min-width: 220px; text-align: center; } .group-profile .neg-top-margin { margin-top: -100px; margin-right: 20px; } .business-model .light-blue-bg { position: relative; } .business-model .light-blue-bg .arrow { position: absolute; bottom: 100%; left: 0; } .material-issues .number { position: relative; z-index: 2; margin-left: 25px; margin-right: 15px; } .material-issues .number:after { content: ''; background: #003767; -webkit-border-radius: 50%; border-radius: 50%; height: 30px; width: 30px; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: -1; } .chairman .david, .chairman .michael, .ceo .david, .ceo .michael, .cfo .david, .cfo .michael { position: relative; bottom: -60px; } .b-o-d .center-line-heading { margin-top: 20px; margin-bottom: 20px; position: relative; } .b-o-d .center-line-heading h2 { background: #fff; padding: 5px 10px; position: relative; z-index: 1; display: inline-block; } .b-o-d .center-line-heading:after { content: ''; height: 1px; width: 100%; background: #003767; position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .b-o-d p { margin-bottom: 2px; } .value-citizen .blue-header { position: relative; } .value-citizen .blue-header h2 { position: absolute; top: -20px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); padding: 5px 13px; min-width: 300px; text-align: center; } .value-citizen .blue-header.share-ownership { padding-top: 60px; } .value-citizen .blue-header.share-ownership .dark-blue-border-right { border-right: none; } @media screen and (min-width: 1200px) { .value-citizen .blue-header.share-ownership .dark-blue-border-right { border-right: 1px solid #003767; } } @media screen and (min-width: 992px) { .value-citizen .blue-header.share-ownership { padding-top: 40px; } } .value-citizen .blue-header.employment-equity, .value-citizen .blue-header.helping-hand, .value-citizen .blue-header.charitable-causes { margin-top: 60px; padding-top: 60px; } @media screen and (min-width: 1200px) { .value-citizen .blue-header.employment-equity, .value-citizen .blue-header.helping-hand, .value-citizen .blue-header.charitable-causes { padding-top: 40px; } } .value-citizen .blue-header.helping-hand { position: relative; } .value-citizen .blue-header.helping-hand img { width: 180px; position: absolute; left: 67px; bottom: -45px; } .value-citizen .blue-header.charitable-causes { position: relative; } .value-citizen .blue-header.charitable-causes img { position: absolute; width: 130px; z-index: 2; right: -35px; bottom: -95px; } .shareholder-diary table td { padding-bottom: 0; } .side-buttons { display: none; -webkit-box-sizing: border-box; box-sizing: border-box; position: fixed; right: 0; top: 45vh; background: #939598; z-index: 500; padding: 10px; } .side-buttons a { padding: 6px; display: block; border-bottom: 2px solid #87898C; } .side-buttons a:last-of-type { border-bottom: none; } .side-buttons a.search { position: relative; } .side-buttons a.search form { background: #939598; position: absolute; right: 100%; top: -5px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 10px; } .side-buttons a.search form input { height: 30px; } .side-buttons a.search form [type="submit"] { display: none; } .side-buttons img { width: 30px; height: auto; display: block; } @media screen and (min-width: 992px) { .side-buttons { display: block; } } iframe { max-width: 100% !important; } footer { padding: 10px 0; } .blue { color: #005BAA !important; } .white { color: white !important; font-weight: 300; } .white b, .white u { font-weight: 500 !important; color: white; } .white:hover, .white:visited, .white:focus { color: white !important; text-decoration: none !important; } .dark-blue { color: #003767; } .sky-blue { color: #64BDE0; } .green { color: #7DC242; } .white-bg { background-color: white; } .light-blue-bg { background-color: #E2F3FB; } .sky-blue-transparent-bg { background-color: rgba(100, 189, 224, 0.78); } .sky-blue-bg { background-color: #64BDE0; } .dark-grey-bg { background-color: #5A5758; } .light-grey-bg { background-color: #ececec; } .light-green-bg { background-color: #f0f7eb; } .green-bg { background-color: #7DC242; } .dark-blue-bg { background-color: #003767; } .thick-dark-blue-border { border: 9px solid #003767; } .thick-light-blue-border { border: 11px solid #E2F3FB; } .dark-blue-border { border: 1px solid #003767; } .dark-blue-border-top { border-top: 1px solid #003767; } .dark-blue-border-right { border-right: 1px solid #003767; } .dark-blue-border-bottom { border-bottom: 1px solid #003767; } .border-right-grey-dotted { border-right: 2px dotted #979797; } .larger { font-size: 35px; line-height: 40px; } .larger.xl { font-size: 55px; line-height: 60px; } .scroll-horizontal { overflow-x: auto; } .dash { border: 0.5px solid #003767; margin: 20px 0; position: relative; width: 100%; } .dash.smaller-margin { margin: 5px 0; } .circle { position: absolute; -webkit-border-radius: 50%; border-radius: 50%; width: 30px; height: 30px; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .circle img { width: 15px; height: 15px; } .icon-margin { margin-right: 10px; } .row { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; } .remove-flex { -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; } .width-100 { width: 100%; } .box-margin { margin-top: 30px; margin-bottom: 30px; } .box-padding { padding: 20px; } .box-padding-smaller { padding: 5px 10px; } .float-left { margin-right: 5px; } .small-content-padding { padding-top: 20px; padding-bottom: 20px; } .medium-content-padding { padding-top: 40px; padding-bottom: 40px; } .large-content-padding { padding-top: 60px; padding-bottom: 60px; } .sub-content { padding-left: 20px; } @media screen and (min-width: 992px) { .side-padding { padding-left: 30px; padding-right: 30px; } } .padding-top-5px { padding-top: 5px; } .padding-top-20px { padding-top: 20px; } .padding-bottom-20px { padding-bottom: 20px; } .margin-bottom-0 { margin-bottom: 0 !important; } .margin-top-0 { margin-top: 0 !important; } .margin-left-5px { margin-left: 5px; } .margin-right-5px { margin-right: 5px; } .margin-top-10px { margin-top: 10px; } .margin-top-20px { margin-top: 20px; } .margin-bottom-5px { margin-bottom: 5px !important; } .margin-bottom-10px { margin-bottom: 10px !important; } .margin-bottom-20px { margin-bottom: 20px !important; } .margin-bottom-40px { margin-bottom: 40px !important; } .margin-bottom-60px { margin-bottom: 60px !important; } .max-width-100 { max-width: 100%; } .background-left { -webkit-background-size: cover; background-size: cover; background-repeat: no-repeat; background-position: left; } .background-right { -webkit-background-size: cover; background-size: cover; background-repeat: no-repeat; background-position: right; } .background-center { -webkit-background-size: cover; background-size: cover; background-repeat: no-repeat; background-position: center; } .background-top { -webkit-background-size: cover; background-size: cover; background-repeat: no-repeat; background-position: top; } .background-bottom { -webkit-background-size: cover; background-size: cover; background-repeat: no-repeat; background-position: bottom; } .scrolled { top: 0; position: fixed; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; z-index: 2; width: 100%; } .ytp-title-link { display: none !important; } .slick-dots { position: absolute; bottom: 0px; text-align: center; width: 100%; } .slick-dots li { position: relative; display: inline-block; margin: 15px 10px; cursor: pointer; } .slick-dots li.slick-active button:before { opacity: 1; } .slick-dots li button { border: 0; background: transparent; display: block; height: 17px; width: 17px; outline: none; line-height: 0; font-size: 0; color: transparent; cursor: pointer; } .slick-dots li button:before { content: ''; position: absolute; top: 0; left: 0; -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); -webkit-border-radius: 50%; border-radius: 50%; width: 17px; height: 17px; font-family: "slick"; font-size: 63px; line-height: 5px; text-align: center; opacity: 1 !important; background-color: white; } @media screen and (min-width: 992px) { .slick-dots { z-index: 1; } } .btn { padding: 10px 15px; margin-top: 20px; text-transform: uppercase; font-size: 14px; line-height: 16px; display: inline-block; cursor: pointer; -webkit-transition: all 400ms; -o-transition: all 400ms; transition: all 400ms; } .btn.grey-btn { background-color: #5A5758; color: white; } .btn.grey-btn:hover { background-color: #828181; } .img-enlarge { position: relative; display: block; } .img-enlarge:before, .img-enlarge:after { -webkit-transition: opacity 0.4s; -o-transition: opacity 0.4s; transition: opacity 0.4s; } .img-enlarge:before { content: ''; position: absolute; width: 100%; height: 100%; background: rgba(108, 110, 111, 0.35); opacity: 0; } .img-enlarge:after { content: ''; position: absolute; top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); color: white; text-transform: uppercase; padding: 25px; background: rgba(0, 0, 0, 0.48); opacity: 0; -webkit-transition: padding 0.4s; -o-transition: padding 0.4s; transition: padding 0.4s; -webkit-transition-delay: 0.1s; -o-transition-delay: 0.1s; transition-delay: 0.1s; background-image: url("../img/zoom-in.png"); background-position: center; background-repeat: no-repeat; -webkit-background-size: 50% 50%; background-size: 50%; -webkit-border-radius: 30px; border-radius: 30px; } .img-enlarge:hover:before, .img-enlarge:hover:after { opacity: 1; } .img-enlarge:hover:after { padding: 60px; } .img-enlarge img { padding: 20px; } .order-0 { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; -webkit-order: 0; order: 0; } .order-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; -webkit-order: 1; order: 1; } .order-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; -webkit-order: 2; order: 2; } .order-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; -webkit-order: 3; order: 3; } .order-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; -webkit-order: 4; order: 4; } .order-5 { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; -webkit-order: 5; order: 5; } .order-6 { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; -webkit-order: 6; order: 6; } .order-7 { -webkit-box-ordinal-group: 8; -ms-flex-order: 7; -webkit-order: 7; order: 7; } .order-8 { -webkit-box-ordinal-group: 9; -ms-flex-order: 8; -webkit-order: 8; order: 8; } .order-9 { -webkit-box-ordinal-group: 10; -ms-flex-order: 9; -webkit-order: 9; order: 9; } .order-10 { -webkit-box-ordinal-group: 11; -ms-flex-order: 10; -webkit-order: 10; order: 10; } .order-11 { -webkit-box-ordinal-group: 12; -ms-flex-order: 11; -webkit-order: 11; order: 11; } .order-12 { -webkit-box-ordinal-group: 13; -ms-flex-order: 12; -webkit-order: 12; order: 12; } @media screen and (min-width: 992px) { .order-lg-0 { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; -webkit-order: 0; order: 0; } .order-lg-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; -webkit-order: 1; order: 1; } .order-lg-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; -webkit-order: 2; order: 2; } .order-lg-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; -webkit-order: 3; order: 3; } .order-lg-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; -webkit-order: 4; order: 4; } .order-lg-5 { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; -webkit-order: 5; order: 5; } .order-lg-6 { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; -webkit-order: 6; order: 6; } .order-lg-7 { -webkit-box-ordinal-group: 8; -ms-flex-order: 7; -webkit-order: 7; order: 7; } .order-lg-8 { -webkit-box-ordinal-group: 9; -ms-flex-order: 8; -webkit-order: 8; order: 8; } .order-lg-9 { -webkit-box-ordinal-group: 10; -ms-flex-order: 9; -webkit-order: 9; order: 9; } .order-lg-10 { -webkit-box-ordinal-group: 11; -ms-flex-order: 10; -webkit-order: 10; order: 10; } .order-lg-11 { -webkit-box-ordinal-group: 12; -ms-flex-order: 11; -webkit-order: 11; order: 11; } .order-lg-12 { -webkit-box-ordinal-group: 13; -ms-flex-order: 12; -webkit-order: 12; order: 12; } }
assets/css_files/main.css
@charset "UTF-8"; h1, .heading-1 { font-size: 45px; line-height: 55px; font-weight: 300; } h2, .heading-2 { font-size: 40px; line-height: 50px; font-weight: 300; } h3, .heading-3 { font-weight: 300; font-size: 30px; line-height: 36px; } h4, .heading-4 { font-size: 24px; line-height: 29px; font-weight: 300; margin-bottom: 20px; } h4 .xl, .heading-4 .xl { font-size: 45px !important; line-height: 50px !important; } h5, .heading-5 { font-weight: 400; font-size: 20px; line-height: 25px; } p, .p { font-size: 16px; line-height: 20px; font-weight: 400; } ul { padding: 0; margin: 0; } a:hover, a:visited, a:focus { text-decoration: none; color: unset; } * b { font-weight: 600 !important; } * b.white { font-weight: 500 !important; } img { max-width: 100%; height: auto; } .content-styling h1, .content-styling .heading-1 { font-size: 40px; line-height: 50px; margin-bottom: 20px; } .content-styling h2, .content-styling .heading-2 { font-size: 30px; line-height: 35px; } .content-styling h3, .content-styling .heading-3 { font-size: 20px; line-height: 25px; font-weight: 400; } .content-styling h4, .content-styling .heading-4 { font-size: 18px; line-height: 19px; margin-bottom: 2px; text-transform: uppercase; font-weight: 400; letter-spacing: 0.5px; } .content-styling h4 .xl, .content-styling .heading-4 .xl { font-size: 55px; line-height: 60px; } .content-styling h5, .content-styling .heading-5 { font-size: 16px; line-height: 20px; font-weight: 400; } .content-styling p, .content-styling .p { font-size: 14px; line-height: 21px; } .content-styling ul { padding-left: 20px; list-style: disc; margin-top: 2px; margin-bottom: 12px; } .content-styling ul li { font-size: 14px; line-height: 21px; padding: 3px 0; } .content-styling ul li ul { list-style: none; margin-left: 0; padding-left: 10px; } .content-styling ul li ul li { position: relative; } .content-styling ul li ul li:before { content: "–"; position: absolute; left: -15px; } .content-styling ul li, .content-styling ul a { font-size: 14px; line-height: 20px; font-weight: 400; } .content-styling blockquote { font-size: 25px; line-height: 28px; font-weight: 400; padding: 20px; margin: 30px 0; text-align: center; } .content-styling blockquote.smaller { font-size: 20px; line-height: 25px; } .content-styling blockquote.smaller-margin { margin: 5px 0; } .content-styling a { color: #7DC242; font-weight: 500; } body, html { overflow-x: hidden; } body *, html * { -webkit-box-sizing: border-box; box-sizing: border-box; font-family: 'Roboto', sans-serif; color: #003767; } .browser-recommend { display: none; position: fixed; top: 0; left: 0; height: 100vh; width: 100vw; background-color: rgba(255, 255, 255, 0.44); z-index: 2; } .browser-recommend .window { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .browser-recommend .window .popup { height: 350px; width: 500px; position: relative; } .browser-recommend .window .popup .close { top: 10px; right: 10px; position: absolute; cursor: pointer; } .loader { background-color: white; position: fixed; z-index: 20; height: 100vh; width: 100vw; left: 0; top: 0; } .not-supported { background-color: white; position: fixed; z-index: 20; height: 100%; width: 100vw; left: 0; top: 0; } @media screen and (min-width: 768px) { .not-supported { display: none !important; } } header .top-header h3 { font-size: 24px; } header .top-header .top-links ul { list-style: none; margin: 0; } header .top-header .top-links ul li { position: relative; font-size: 14px; padding-left: 20px; display: inline-block; } header .top-header .top-links ul li img { width: 27px; padding: 10px 10px 10px 0; } header .top-header .top-links ul li .dropdown { display: none; position: absolute; left: 0; top: 100%; z-index: 5; width: 240px; padding: 16px; background: #E2F3FB; } header .top-header .top-links ul li .dropdown ul { height: auto; } header .top-header .top-links ul li .dropdown ul li, header .top-header .top-links ul li .dropdown ul a { height: auto; line-height: 15px; font-size: 13px; } header .top-header .top-links ul li .dropdown ul li { padding: 8px 0; display: block; border-right: none; } header .top-header .top-links ul li .dropdown ul li a { padding: 12px 0; } @media screen and (min-width: 992px) { header .top-header .top-links ul li .dropdown ul li a { padding: 8px 0; } } header .top-header .top-links ul li:hover .dropdown { display: block; } header .top-header .logo { max-width: 250px; } header .top-header .search input { font-size: 14px; padding: 5px 15px; } header .top-header .search .submit { background: #5A5758; color: white; border: 1px solid #5A5758; font-size: 16px; cursor: pointer; } header .main-nav { z-index: 3; } header .main-nav nav .home { padding: 11px; } header .main-nav nav ul { list-style: none; } header .main-nav nav ul li.menu-item { border: 1px solid; border-top: 0; -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#64BDE0)) 1 100%; -webkit-border-image: -webkit-linear-gradient(top, white, #64BDE0) 1 100%; -o-border-image: -o-linear-gradient(top, white, #64BDE0) 1 100%; border-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#64BDE0)) 1 100%; border-image: linear-gradient(to bottom, white, #64BDE0) 1 100%; height: 100%; width: 100%; position: relative; } header .main-nav nav ul li.menu-item a { height: 100%; } header .main-nav nav ul li.menu-item.activeItem { background-color: #7DC242; } header .main-nav nav ul li.menu-item.activeItem .navbar-item { color: white; } header .main-nav nav ul li.menu-item:nth-child(6) .dropdown { max-height: 550px; overflow-Y: scroll; min-width: 400px; left: initial; right: 0; } header .main-nav nav ul li.menu-item:last-child { border-right: 0; } header .main-nav nav ul li.menu-item:last-child .dropdown { max-height: 550px; overflow-Y: scroll; left: initial; right: 0; } header .main-nav nav ul li .navbar-item { display: inline-block; cursor: pointer; padding: 15px 10px; font-size: 11px; line-height: 12px; text-transform: uppercase; color: #003767; } @media screen and (min-width: 1200px) { header .main-nav nav ul li .navbar-item { padding: 15px 10px; font-size: 14px; line-height: 15px; } } header .main-nav nav ul li .dropdown { display: none; position: absolute; left: 0; top: 100%; z-index: 5; min-width: 300px; padding: 16px; background: #E2F3FB; } header .main-nav nav ul li .dropdown ul { height: auto; } header .main-nav nav ul li .dropdown ul li, header .main-nav nav ul li .dropdown ul a { height: auto; line-height: 15px; font-size: 13px; color: #003767; } header .main-nav nav ul li .dropdown ul li { padding: 7px 0; display: block; border-right: none; } header .main-nav nav ul li .dropdown ul li a { padding: 12px 0; } @media screen and (min-width: 992px) { header .main-nav nav ul li .dropdown ul li a { padding: 8px 0; } } header .main-nav nav ul li:hover .dropdown { display: block; } .sidebar { min-height: 100vh; } .sidebar ul { padding: 0; margin: 0; list-style: none; } .sidebar ul li { padding: 15px 10px; -webkit-transition: all 400ms; -o-transition: all 400ms; transition: all 400ms; } .sidebar ul li ul li { padding: 5px 0; } .sidebar ul li.active { background-color: #7DC242; } .sidebar ul li.active a { color: white; } .sidebar ul li.active:hover a { color: white; } .sidebar ul li:hover a { color: #7DC242; } .sidebar ul li a { font-size: 14px; line-height: 18px; display: block; color: #003767; font-weight: 400; } .popup-trigger { cursor: pointer; } .popups { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 20; background: transparent; -webkit-transition: background 400ms; -o-transition: background 400ms; transition: background 400ms; } .popups.opened { background: rgba(0, 0, 0, 0.75); } .popups .popup { overflow: visible; max-width: 1000px; width: 80%; display: none; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-height: 70vh; } table { margin: 20px 0; font-size: 14px; width: 99%; border-collapse: collapse; } table .large-text { font-size: 15.5px !important; } table thead tr td, table thead tr th, table tbody tr td, table tbody tr th { padding: 5px 10px; } table thead tr td.border-right-white, table thead tr th.border-right-white, table tbody tr td.border-right-white, table tbody tr th.border-right-white { border-right: 1px solid white; } table thead tr td.border-bottom-thick, table thead tr th.border-bottom-thick, table tbody tr td.border-bottom-thick, table tbody tr th.border-bottom-thick { border-bottom: 2px solid #003767; } table thead tr td.border-bottom-thin, table thead tr th.border-bottom-thin, table tbody tr td.border-bottom-thin, table tbody tr th.border-bottom-thin { border-bottom: 1px solid #003767; } table thead tr td.border-top, table thead tr th.border-top, table tbody tr td.border-top, table tbody tr th.border-top { border-top: 1px solid #003767; } table thead tr td.border-left, table thead tr th.border-left, table tbody tr td.border-left, table tbody tr th.border-left { border-left: 1px solid #003767; } table thead tr td.border-right, table thead tr th.border-right, table tbody tr td.border-right, table tbody tr th.border-right { border-right: 1px solid #003767; } table thead tr td.border-bottom-white-thin, table thead tr th.border-bottom-white-thin, table tbody tr td.border-bottom-white-thin, table tbody tr th.border-bottom-white-thin { border-bottom: 1px solid white; } table thead tr td.top, table thead tr th.top, table tbody tr td.top, table tbody tr th.top { vertical-align: top; } table thead tr td.bottom, table thead tr th.bottom, table tbody tr td.bottom, table tbody tr th.bottom { vertical-align: bottom; } table tbody tr td { line-height: 16px; width: 1px; } table tbody tr td.foot-text { line-height: 20px; font-size: 13px; padding: 0 10px !important; } table tbody tr td.smaller { font-size: 12px; } @media screen and (min-width: 1600px) { table tbody tr td.smaller { font-size: 15px; } } table tbody tr td ul li { font-size: 13px !important; } @media screen and (min-width: 1600px) { table tbody tr td ul li { font-size: 14px !important; } } @media screen and (min-width: 1600px) { table { font-size: 14px; } } main .banner-section { position: relative; } main .banner-section .sky-blue-transparent-bg { position: absolute; bottom: 0; left: 0; width: 100%; } main .banner-section .banner { height: 70vh; } main .banner-section .banner.banner-1 { background-image: url(../img/homepage/banner_1.jpg); } main .banner-section .banner.banner-2 { background-image: url(../img/homepage/Homepages-slider-images.jpg); } main .banner-section .banner.banner-3 { background-image: url(../img/homepage/Homepages-slider-images2.jpg); } main .banner-section .banner.banner-4 { background-image: url(../img/homepage/Homepages-slider-images3.jpg); } main .banner-section .banner.banner-5 { background-image: url(../img/homepage/Homepages-slider-images4.jpg); } main .reports .dark-grey-bg { padding: 15px; -webkit-transition: all 400ms; -o-transition: all 400ms; transition: all 400ms; } main .reports .dark-grey-bg:hover { background-color: #979797; } main .reports a { font-size: 14px; } main .review .dark-blue-border { padding: 20px 40px; min-height: 180px; } main .creating-value h2 { font-size: 55px; line-height: 40px; } main .creating-value h2 span { font-size: 40px; } main .creating-value img { border: 1px solid #979797; } main .video-block { cursor: pointer; } main .video-block .thumbnail { position: relative; margin-bottom: 10px; } main .video-block .thumbnail .icon { position: absolute; bottom: 0; left: 0; width: 45px; } main .leadership .thick-light-blue-border { margin-top: 60px; } @media screen and (min-width: 992px) { main .leadership .thick-light-blue-border { margin-top: 100px; } } main .leadership .thick-light-blue-border img { position: absolute; bottom: 0; } main .clicks-exp .clicks-slider .gallery-img { height: 436px; } @media screen and (min-width: 1200px) { main .clicks-exp .clicks-slider .gallery-img { height: 550px; } } main .clicks-exp .clicks-slider p { margin-bottom: 0; position: absolute; bottom: 0; left: 0px; width: 100%; padding: 10px 30px; background-color: rgba(0, 55, 103, 0.84); } main .clicks-exp .clicks-slider .slick-prev, main .clicks-exp .clicks-slider .slick-next { outline: none; font-size: 0; position: absolute; top: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); border: none; background: none; z-index: 5; width: 40px; height: 40px; color: #003767; } main .clicks-exp .clicks-slider .slick-prev:before, main .clicks-exp .clicks-slider .slick-next:before { content: " "; } main .clicks-exp .clicks-slider .slick-prev { left: 0; border-bottom: 6px solid; border-left: 6px solid; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } main .clicks-exp .clicks-slider .slick-next { right: 0; text-align: right; border-bottom: 6px solid; border-left: 6px solid; -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-135deg); } main .clicks-exp .nav-slide { cursor: pointer; padding: 10px !important; } @media screen and (min-width: 1200px) { main .clicks-exp .nav-slide { padding: 15px !important; } } main .business-model .popup-trigger { cursor: pointer; -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; stroke: transparent; stroke-width: 1px; stroke-linejoin: round; } main .business-model .popup-trigger:hover { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); stroke: #005bab; fill: #d4f1ff; z-index: 100; } main .business-model .capital-resources .opaque-blue-bg { width: 147px; } main .material-issues span { font-size: 16px; font-weight: 600; } main .material-issues span.large-number { font-weight: 400; line-height: 47px; font-size: 66px; } main .material-issues .number-heading .large-number { line-height: 120px; font-size: 160px; } main .material-issues .number-heading h2 { margin-top: -70px; } main .investment-case ul li { padding: 0; } main .investment-case .letter-spacing-smaller { letter-spacing: -10px; } main .bod .image { position: relative; } main .bod .image h4 { width: 100%; bottom: 0; position: absolute; background-color: rgba(255, 255, 255, 0.84); } main .create-value-cit .light-blue-background h2 { line-height: 38px; } main .create-value-cit .equity-heading { padding-top: 18px; margin-left: -140px; } @media screen and (min-width: 1200px) { main .create-value-cit .equity-heading { padding-top: 33px; margin-left: -176px; } } main .create-value-cit .negative-top-margin { margin-top: -150px; } main .create-value-cit .helping-hand-heading { margin-left: -119px; padding-top: 55px; } @media screen and (min-width: 1200px) { main .create-value-cit .helping-hand-heading { width: 90%; padding-top: 42px; } } main .bod h4 { line-height: 9px; } main .reward-value thead tr td.remove-padding, main .reward-value thead tr th.remove-padding, main .reward-value tbody tr td.remove-padding, main .reward-value tbody tr th.remove-padding { padding: 0; } .svg { overflow: visible !important; } .popup-trigger { cursor: pointer; } .popups { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 100; background: transparent; -webkit-transition: background 0.4s; -o-transition: background 0.4s; transition: background 0.4s; } .popups.opened { background: rgba(0, 0, 0, 0.75); } .popups .popup { display: none; position: absolute; top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); } .popups .popup iframe { max-width: 100% !important; } .creating-value-2018 .line-heading { margin-top: 40px; margin-bottom: 20px; border-top: 1px solid #003767; } .creating-value-2018 .line-heading h2 { font-size: 15px; line-height: 20px; padding: 10px 30px; display: inline-block; min-width: 220px; text-align: center; } .group-profile .neg-top-margin { margin-top: -100px; margin-right: 20px; } .business-model .light-blue-bg { position: relative; } .business-model .light-blue-bg .arrow { position: absolute; bottom: 100%; left: 0; } .material-issues .number { position: relative; z-index: 2; margin-left: 25px; margin-right: 15px; } .material-issues .number:after { content: ''; background: #003767; -webkit-border-radius: 50%; border-radius: 50%; height: 30px; width: 30px; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: -1; } .chairman .david, .chairman .michael, .ceo .david, .ceo .michael, .cfo .david, .cfo .michael { position: relative; bottom: -60px; } .b-o-d .center-line-heading { margin-top: 20px; margin-bottom: 20px; position: relative; } .b-o-d .center-line-heading h2 { background: #fff; padding: 5px 10px; position: relative; z-index: 1; display: inline-block; } .b-o-d .center-line-heading:after { content: ''; height: 1px; width: 100%; background: #003767; position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .b-o-d p { margin-bottom: 2px; } .value-citizen .blue-header { position: relative; } .value-citizen .blue-header h2 { position: absolute; top: -20px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); padding: 5px 13px; min-width: 300px; text-align: center; } .value-citizen .blue-header.share-ownership { padding-top: 60px; } .value-citizen .blue-header.share-ownership .dark-blue-border-right { border-right: none; } @media screen and (min-width: 1200px) { .value-citizen .blue-header.share-ownership .dark-blue-border-right { border-right: 1px solid #003767; } } @media screen and (min-width: 992px) { .value-citizen .blue-header.share-ownership { padding-top: 40px; } } .value-citizen .blue-header.employment-equity, .value-citizen .blue-header.helping-hand, .value-citizen .blue-header.charitable-causes { margin-top: 60px; padding-top: 60px; } @media screen and (min-width: 1200px) { .value-citizen .blue-header.employment-equity, .value-citizen .blue-header.helping-hand, .value-citizen .blue-header.charitable-causes { padding-top: 40px; } } .value-citizen .blue-header.helping-hand { position: relative; } .value-citizen .blue-header.helping-hand img { width: 180px; position: absolute; left: 67px; bottom: -45px; } .value-citizen .blue-header.charitable-causes { position: relative; } .value-citizen .blue-header.charitable-causes img { position: absolute; width: 130px; z-index: 2; right: -35px; bottom: -95px; } .shareholder-diary table td { padding-bottom: 0; } .side-buttons { display: none; -webkit-box-sizing: border-box; box-sizing: border-box; position: fixed; right: 0; top: 45vh; background: #939598; z-index: 500; padding: 10px; } .side-buttons a { padding: 6px; display: block; border-bottom: 2px solid #87898C; } .side-buttons a:last-of-type { border-bottom: none; } .side-buttons a.search { position: relative; } .side-buttons a.search form { background: #939598; position: absolute; right: 100%; top: -5px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 10px; } .side-buttons a.search form input { height: 30px; } .side-buttons a.search form [type="submit"] { display: none; } .side-buttons img { width: 30px; height: auto; display: block; } @media screen and (min-width: 992px) { .side-buttons { display: block; } } iframe { max-width: 100% !important; } footer { padding: 10px 0; } .blue { color: #005BAA !important; } .white { color: white !important; font-weight: 300; } .white b, .white u { font-weight: 500 !important; color: white; } .white:hover, .white:visited, .white:focus { color: white !important; text-decoration: none !important; } .dark-blue { color: #003767; } .sky-blue { color: #64BDE0; } .green { color: #7DC242; } .white-bg { background-color: white; } .light-blue-bg { background-color: #E2F3FB; } .sky-blue-transparent-bg { background-color: rgba(100, 189, 224, 0.78); } .sky-blue-bg { background-color: #64BDE0; } .dark-grey-bg { background-color: #5A5758; } .light-grey-bg { background-color: #ececec; } .light-green-bg { background-color: #f0f7eb; } .green-bg { background-color: #7DC242; } .dark-blue-bg { background-color: #003767; } .thick-dark-blue-border { border: 9px solid #003767; } .thick-light-blue-border { border: 11px solid #E2F3FB; } .dark-blue-border { border: 1px solid #003767; } .dark-blue-border-top { border-top: 1px solid #003767; } .dark-blue-border-right { border-right: 1px solid #003767; } .dark-blue-border-bottom { border-bottom: 1px solid #003767; } .border-right-grey-dotted { border-right: 2px dotted #979797; } .larger { font-size: 35px; line-height: 40px; } .larger.xl { font-size: 55px; line-height: 60px; } .scroll-horizontal { overflow-x: auto; } .dash { border: 0.5px solid #003767; margin: 20px 0; position: relative; width: 100%; } .dash.smaller-margin { margin: 5px 0; } .circle { position: absolute; -webkit-border-radius: 50%; border-radius: 50%; width: 30px; height: 30px; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .circle img { width: 15px; height: 15px; } .icon-margin { margin-right: 10px; } .row { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; } .remove-flex { -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; } .width-100 { width: 100%; } .box-margin { margin-top: 30px; margin-bottom: 30px; } .box-padding { padding: 20px; } .box-padding-smaller { padding: 5px 10px; } .float-left { margin-right: 5px; } .small-content-padding { padding-top: 20px; padding-bottom: 20px; } .medium-content-padding { padding-top: 40px; padding-bottom: 40px; } .large-content-padding { padding-top: 60px; padding-bottom: 60px; } .sub-content { padding-left: 20px; } @media screen and (min-width: 992px) { .side-padding { padding-left: 30px; padding-right: 30px; } } .padding-top-5px { padding-top: 5px; } .padding-top-20px { padding-top: 20px; } .padding-bottom-20px { padding-bottom: 20px; } .margin-bottom-0 { margin-bottom: 0 !important; } .margin-top-0 { margin-top: 0 !important; } .margin-left-5px { margin-left: 5px; } .margin-right-5px { margin-right: 5px; } .margin-top-10px { margin-top: 10px; } .margin-top-20px { margin-top: 20px; } .margin-bottom-5px { margin-bottom: 5px !important; } .margin-bottom-10px { margin-bottom: 10px !important; } .margin-bottom-20px { margin-bottom: 20px !important; } .margin-bottom-40px { margin-bottom: 40px !important; } .margin-bottom-60px { margin-bottom: 60px !important; } .max-width-100 { max-width: 100%; } .background-left { -webkit-background-size: cover; background-size: cover; background-repeat: no-repeat; background-position: left; } .background-right { -webkit-background-size: cover; background-size: cover; background-repeat: no-repeat; background-position: right; } .background-center { -webkit-background-size: cover; background-size: cover; background-repeat: no-repeat; background-position: center; } .background-top { -webkit-background-size: cover; background-size: cover; background-repeat: no-repeat; background-position: top; } .background-bottom { -webkit-background-size: cover; background-size: cover; background-repeat: no-repeat; background-position: bottom; } .scrolled { top: 0; position: fixed; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; z-index: 2; width: 100%; } .ytp-title-link { display: none !important; } .slick-dots { position: absolute; bottom: 0px; text-align: center; width: 100%; } .slick-dots li { position: relative; display: inline-block; margin: 15px 10px; cursor: pointer; } .slick-dots li.slick-active button:before { opacity: 1; } .slick-dots li button { border: 0; background: transparent; display: block; height: 17px; width: 17px; outline: none; line-height: 0; font-size: 0; color: transparent; cursor: pointer; } .slick-dots li button:before { content: ''; position: absolute; top: 0; left: 0; -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); -webkit-border-radius: 50%; border-radius: 50%; width: 17px; height: 17px; font-family: "slick"; font-size: 63px; line-height: 5px; text-align: center; opacity: 1 !important; background-color: white; } @media screen and (min-width: 992px) { .slick-dots { z-index: 1; } } .btn { padding: 10px 15px; margin-top: 20px; text-transform: uppercase; font-size: 14px; line-height: 16px; display: inline-block; cursor: pointer; -webkit-transition: all 400ms; -o-transition: all 400ms; transition: all 400ms; } .btn.grey-btn { background-color: #5A5758; color: white; } .btn.grey-btn:hover { background-color: #828181; } .img-enlarge { position: relative; display: block; } .img-enlarge:before, .img-enlarge:after { -webkit-transition: opacity 0.4s; -o-transition: opacity 0.4s; transition: opacity 0.4s; } .img-enlarge:before { content: ''; position: absolute; width: 100%; height: 100%; background: rgba(108, 110, 111, 0.35); opacity: 0; } .img-enlarge:after { content: ''; position: absolute; top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); color: white; text-transform: uppercase; padding: 25px; background: rgba(0, 0, 0, 0.48); opacity: 0; -webkit-transition: padding 0.4s; -o-transition: padding 0.4s; transition: padding 0.4s; -webkit-transition-delay: 0.1s; -o-transition-delay: 0.1s; transition-delay: 0.1s; background-image: url("../img/zoom-in.png"); background-position: center; background-repeat: no-repeat; -webkit-background-size: 50% 50%; background-size: 50%; -webkit-border-radius: 30px; border-radius: 30px; } .img-enlarge:hover:before, .img-enlarge:hover:after { opacity: 1; } .img-enlarge:hover:after { padding: 60px; } .img-enlarge img { padding: 20px; } .order-0 { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; -webkit-order: 0; order: 0; } .order-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; -webkit-order: 1; order: 1; } .order-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; -webkit-order: 2; order: 2; } .order-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; -webkit-order: 3; order: 3; } .order-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; -webkit-order: 4; order: 4; } .order-5 { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; -webkit-order: 5; order: 5; } .order-6 { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; -webkit-order: 6; order: 6; } .order-7 { -webkit-box-ordinal-group: 8; -ms-flex-order: 7; -webkit-order: 7; order: 7; } .order-8 { -webkit-box-ordinal-group: 9; -ms-flex-order: 8; -webkit-order: 8; order: 8; } .order-9 { -webkit-box-ordinal-group: 10; -ms-flex-order: 9; -webkit-order: 9; order: 9; } .order-10 { -webkit-box-ordinal-group: 11; -ms-flex-order: 10; -webkit-order: 10; order: 10; } .order-11 { -webkit-box-ordinal-group: 12; -ms-flex-order: 11; -webkit-order: 11; order: 11; } .order-12 { -webkit-box-ordinal-group: 13; -ms-flex-order: 12; -webkit-order: 12; order: 12; } @media screen and (min-width: 992px) { .order-lg-0 { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; -webkit-order: 0; order: 0; } .order-lg-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; -webkit-order: 1; order: 1; } .order-lg-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; -webkit-order: 2; order: 2; } .order-lg-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; -webkit-order: 3; order: 3; } .order-lg-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; -webkit-order: 4; order: 4; } .order-lg-5 { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; -webkit-order: 5; order: 5; } .order-lg-6 { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; -webkit-order: 6; order: 6; } .order-lg-7 { -webkit-box-ordinal-group: 8; -ms-flex-order: 7; -webkit-order: 7; order: 7; } .order-lg-8 { -webkit-box-ordinal-group: 9; -ms-flex-order: 8; -webkit-order: 8; order: 8; } .order-lg-9 { -webkit-box-ordinal-group: 10; -ms-flex-order: 9; -webkit-order: 9; order: 9; } .order-lg-10 { -webkit-box-ordinal-group: 11; -ms-flex-order: 10; -webkit-order: 10; order: 10; } .order-lg-11 { -webkit-box-ordinal-group: 12; -ms-flex-order: 11; -webkit-order: 11; order: 11; } .order-lg-12 { -webkit-box-ordinal-group: 13; -ms-flex-order: 12; -webkit-order: 12; order: 12; } }
0.356895
0.048812
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-sizing: border-box; box-sizing: border-box; border: 2px solid black; background-color: rgba(255, 34, 34, 0.8); border-color: rgba(255, 34, 34, 0.8); border-radius: 15px; } #containerImagenHeader { -webkit-box-sizing: border-box; box-sizing: border-box; width: 200px; 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; margin-left: 50px; } nav div { -webkit-box-sizing: border-box; box-sizing: border-box; width: 1095px; text-align: center; } nav ul { -webkit-box-sizing: border-box; box-sizing: border-box; width: 1095px; 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; text-decoration: none; } nav ul li { float: left; text-align: center; font-size: 20px; list-style: none; margin: 5px 50px; text-decoration: none; } nav ul li:hover { background-color: rgba(109, 82, 206, 0.2); font-size: 25px; } main { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; border: rgba(226, 214, 40, 0.8); border-radius: 16px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 10px; background-color: rgba(226, 214, 40, 0.5); } #circulo { -webkit-box-sizing: border-box; box-sizing: border-box; border: 2px solid #3939da; background-color: white; border-radius: 50%; font-size: 18px; text-align: center; padding: 12px; } article section { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; margin: 10px 10px; background-color: white; border: 2px solid #3939da; border-radius: 16px; padding: 6px; } #comentarios { background-color: rgba(226, 214, 40, 0.2); border: none; background-color: #8282e8; padding: 18px; } main aside div { -webkit-box-sizing: border-box; box-sizing: border-box; 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; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; border: 2px solid #3939da; border-radius: 16px; background-color: white; margin: 2px; padding: 0px 3px; } #opinion { text-align: center; } footer { 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-align: center; -ms-flex-align: center; align-items: center; -ms-flex-pack: distribute; justify-content: space-around; margin: 5px auto; background-color: rgba(255, 34, 34, 0.8); border-radius: 16px; } 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-sizing: border-box; box-sizing: border-box; border: 2px solid black; background-color: rgba(255, 34, 34, 0.8); border-color: rgba(255, 34, 34, 0.8); border-radius: 15px; text-align: center; } #catalogoContainerImagenHeader { -webkit-box-sizing: border-box; box-sizing: border-box; width: 200px; 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; margin-left: 50px; } nav div { -webkit-box-sizing: border-box; box-sizing: border-box; width: 1095px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 18px; } nav ul li { float: left; text-align: center; font-size: 20px; list-style: none; margin: 5px 100px; text-decoration: none; } nav ul li:hover { background-color: rgba(109, 82, 206, 0.2); font-size: 25px; } /*# sourceMappingURL=styles.css.map */
pagina_web_terminada/css/styles.css
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-sizing: border-box; box-sizing: border-box; border: 2px solid black; background-color: rgba(255, 34, 34, 0.8); border-color: rgba(255, 34, 34, 0.8); border-radius: 15px; } #containerImagenHeader { -webkit-box-sizing: border-box; box-sizing: border-box; width: 200px; 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; margin-left: 50px; } nav div { -webkit-box-sizing: border-box; box-sizing: border-box; width: 1095px; text-align: center; } nav ul { -webkit-box-sizing: border-box; box-sizing: border-box; width: 1095px; 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; text-decoration: none; } nav ul li { float: left; text-align: center; font-size: 20px; list-style: none; margin: 5px 50px; text-decoration: none; } nav ul li:hover { background-color: rgba(109, 82, 206, 0.2); font-size: 25px; } main { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; border: rgba(226, 214, 40, 0.8); border-radius: 16px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 10px; background-color: rgba(226, 214, 40, 0.5); } #circulo { -webkit-box-sizing: border-box; box-sizing: border-box; border: 2px solid #3939da; background-color: white; border-radius: 50%; font-size: 18px; text-align: center; padding: 12px; } article section { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; margin: 10px 10px; background-color: white; border: 2px solid #3939da; border-radius: 16px; padding: 6px; } #comentarios { background-color: rgba(226, 214, 40, 0.2); border: none; background-color: #8282e8; padding: 18px; } main aside div { -webkit-box-sizing: border-box; box-sizing: border-box; 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; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; border: 2px solid #3939da; border-radius: 16px; background-color: white; margin: 2px; padding: 0px 3px; } #opinion { text-align: center; } footer { 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-align: center; -ms-flex-align: center; align-items: center; -ms-flex-pack: distribute; justify-content: space-around; margin: 5px auto; background-color: rgba(255, 34, 34, 0.8); border-radius: 16px; } 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-sizing: border-box; box-sizing: border-box; border: 2px solid black; background-color: rgba(255, 34, 34, 0.8); border-color: rgba(255, 34, 34, 0.8); border-radius: 15px; text-align: center; } #catalogoContainerImagenHeader { -webkit-box-sizing: border-box; box-sizing: border-box; width: 200px; 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; margin-left: 50px; } nav div { -webkit-box-sizing: border-box; box-sizing: border-box; width: 1095px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 18px; } nav ul li { float: left; text-align: center; font-size: 20px; list-style: none; margin: 5px 100px; text-decoration: none; } nav ul li:hover { background-color: rgba(109, 82, 206, 0.2); font-size: 25px; } /*# sourceMappingURL=styles.css.map */
0.314787
0.048903
.module-data { width: 100% !important; } .table { overflow: hidden; } .table .header { padding: 15px 0; background-color: #039BE6; font-size: 0; } .table .zelle { font-size: 12px; word-wrap: break-word; text-align: center; -moz-user-select: text; -ms-user-select: text; user-select: text; -webkit-user-select: text; padding: 0 15px; } .table .zelle:nth-child(1) { width: 10%; } .table .zelle:nth-child(2) { width: 15%; } .table .zelle:nth-child(3) { width: 15%; } .table .zelle:nth-child(4) { width: 20%; } .table .zelle:nth-child(5) { width: 10%; } .table .zelle:nth-child(6) { width: 15%; } .table .zelle:nth-child(7) { width: 15%; } .table .zelle:nth-child(8) { width: 15%; } .table .header .zelle { color: #FFF; font-weight: bold; font-size: 14px; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-select: none; cursor: default; text-align: center; } .table .line { border-bottom: 1px dotted #ECECEC; font-size: 0; } .table .line.green { background-color: #cafcf1;; } .table .line:last-child { border-bottom: none; } .table .line .short-info { padding: 5px 0px; font-size: 0; } .table .line .full-info { padding: 0 50px; max-height: 0; overflow: hidden; background-color: #F7FFF7; } .table .line .info-togler:checked ~ .short-info .action.more { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .table .line .info-togler:checked ~ .full-info { max-height: 1000px; padding: 20px 50px } .center { text-align: center; } .right { text-align: right; } .left { text-align: left; } .receipt { width: 100%; border-collapse: collapse; border-style: solid; border-width: 1px; border-color: #000; } .receipt td { padding: 5px 10px; } .bold { font-weight: bold; } .user-data { font-size: 0; margin-bottom: 30px; } .user-data > * { margin-right: 50px; } .user-data > *:last-child { margin-right: 0; } .fixed { position: fixed; bottom: 0; right: 0; margin: 0 !important; } .additional-actions__input { width: 100%; } .additional-actions__textarea { width: 100%; }
public/admin/css/orders.css
.module-data { width: 100% !important; } .table { overflow: hidden; } .table .header { padding: 15px 0; background-color: #039BE6; font-size: 0; } .table .zelle { font-size: 12px; word-wrap: break-word; text-align: center; -moz-user-select: text; -ms-user-select: text; user-select: text; -webkit-user-select: text; padding: 0 15px; } .table .zelle:nth-child(1) { width: 10%; } .table .zelle:nth-child(2) { width: 15%; } .table .zelle:nth-child(3) { width: 15%; } .table .zelle:nth-child(4) { width: 20%; } .table .zelle:nth-child(5) { width: 10%; } .table .zelle:nth-child(6) { width: 15%; } .table .zelle:nth-child(7) { width: 15%; } .table .zelle:nth-child(8) { width: 15%; } .table .header .zelle { color: #FFF; font-weight: bold; font-size: 14px; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-select: none; cursor: default; text-align: center; } .table .line { border-bottom: 1px dotted #ECECEC; font-size: 0; } .table .line.green { background-color: #cafcf1;; } .table .line:last-child { border-bottom: none; } .table .line .short-info { padding: 5px 0px; font-size: 0; } .table .line .full-info { padding: 0 50px; max-height: 0; overflow: hidden; background-color: #F7FFF7; } .table .line .info-togler:checked ~ .short-info .action.more { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .table .line .info-togler:checked ~ .full-info { max-height: 1000px; padding: 20px 50px } .center { text-align: center; } .right { text-align: right; } .left { text-align: left; } .receipt { width: 100%; border-collapse: collapse; border-style: solid; border-width: 1px; border-color: #000; } .receipt td { padding: 5px 10px; } .bold { font-weight: bold; } .user-data { font-size: 0; margin-bottom: 30px; } .user-data > * { margin-right: 50px; } .user-data > *:last-child { margin-right: 0; } .fixed { position: fixed; bottom: 0; right: 0; margin: 0 !important; } .additional-actions__input { width: 100%; } .additional-actions__textarea { width: 100%; }
0.438545
0.1291
.leaflet-control-minimap { border:solid rgba(255, 255, 255, 1.0) 4px; box-shadow: 0 1px 5px rgba(0,0,0,0.65); border-radius: 3px; background: #f8f8f9; transition: all .2s; } .leaflet-control-minimap a { background-color: rgba(255, 255, 255, 1.0); background-repeat: no-repeat; z-index: 99999; transition: all .2s; } .leaflet-control-minimap a.minimized-bottomright { -webkit-transform: rotate(180deg); transform: rotate(180deg); border-radius: 0px; } .leaflet-control-minimap a.minimized-topleft { -webkit-transform: rotate(0deg); transform: rotate(0deg); border-radius: 0px; } .leaflet-control-minimap a.minimized-bottomleft { -webkit-transform: rotate(270deg); transform: rotate(270deg); border-radius: 0px; } .leaflet-control-minimap a.minimized-topright { -webkit-transform: rotate(90deg); transform: rotate(90deg); border-radius: 0px; } .leaflet-control-minimap-toggle-display{ background-image: url("images/toggle.svg"); background-size: cover; position: absolute; border-radius: 3px 0px 0px 0px; } .leaflet-oldie .leaflet-control-minimap-toggle-display{ background-image: url("images/toggle.png"); } .leaflet-control-minimap-toggle-display-bottomright { bottom: 0; right: 0; } .leaflet-control-minimap-toggle-display-topleft{ top: 0; left: 0; -webkit-transform: rotate(180deg); transform: rotate(180deg); } .leaflet-control-minimap-toggle-display-bottomleft{ bottom: 0; left: 0; -webkit-transform: rotate(90deg); transform: rotate(90deg); } .leaflet-control-minimap-toggle-display-topright{ top: 0; right: 0; -webkit-transform: rotate(270deg); transform: rotate(270deg); } /* Old IE */ .leaflet-oldie .leaflet-control-minimap { border: 1px solid #999; } .leaflet-oldie .leaflet-control-minimap a { background-color: #fff; } .leaflet-oldie .leaflet-control-minimap a.minimized { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }
frontend/web/leaflet/miniMap/src/Control.MiniMap.css
.leaflet-control-minimap { border:solid rgba(255, 255, 255, 1.0) 4px; box-shadow: 0 1px 5px rgba(0,0,0,0.65); border-radius: 3px; background: #f8f8f9; transition: all .2s; } .leaflet-control-minimap a { background-color: rgba(255, 255, 255, 1.0); background-repeat: no-repeat; z-index: 99999; transition: all .2s; } .leaflet-control-minimap a.minimized-bottomright { -webkit-transform: rotate(180deg); transform: rotate(180deg); border-radius: 0px; } .leaflet-control-minimap a.minimized-topleft { -webkit-transform: rotate(0deg); transform: rotate(0deg); border-radius: 0px; } .leaflet-control-minimap a.minimized-bottomleft { -webkit-transform: rotate(270deg); transform: rotate(270deg); border-radius: 0px; } .leaflet-control-minimap a.minimized-topright { -webkit-transform: rotate(90deg); transform: rotate(90deg); border-radius: 0px; } .leaflet-control-minimap-toggle-display{ background-image: url("images/toggle.svg"); background-size: cover; position: absolute; border-radius: 3px 0px 0px 0px; } .leaflet-oldie .leaflet-control-minimap-toggle-display{ background-image: url("images/toggle.png"); } .leaflet-control-minimap-toggle-display-bottomright { bottom: 0; right: 0; } .leaflet-control-minimap-toggle-display-topleft{ top: 0; left: 0; -webkit-transform: rotate(180deg); transform: rotate(180deg); } .leaflet-control-minimap-toggle-display-bottomleft{ bottom: 0; left: 0; -webkit-transform: rotate(90deg); transform: rotate(90deg); } .leaflet-control-minimap-toggle-display-topright{ top: 0; right: 0; -webkit-transform: rotate(270deg); transform: rotate(270deg); } /* Old IE */ .leaflet-oldie .leaflet-control-minimap { border: 1px solid #999; } .leaflet-oldie .leaflet-control-minimap a { background-color: #fff; } .leaflet-oldie .leaflet-control-minimap a.minimized { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }
0.408985
0.265895
html, body { /* background-color: #fff; */ color: #636b6f; font-family: 'Nunito', sans-serif; font-weight: 200; height: 100vh; margin: 0; background-image: url("/images/landscape.jpg"); background-attachment: fixed; } .full-height { height: 100vh; } ul { padding: 0; list-style-type: none; } .flex-center { align-items: center; display: flex; justify-content: center; } .position-ref { position: relative; } .top-right { position: absolute; right: 10px; top: 18px; } .content { text-align: center; } .title { font-size: 84px; } .links > a { color: #636b6f; padding: 0 25px; font-size: 13px; font-weight: 600; letter-spacing: .1rem; text-decoration: none; text-transform: uppercase; } .m-b-md { margin-bottom: 30px; } .map { height: 400px; width: 50%; margin-left:auto; margin-right:auto; } .titreBarre { color: rgba(0,0,0,.5); margin-top: 4px; margin-left:20px; } .titreAccueil { color:#3d2b03d9; text-align: center; margin-bottom: 50px; } .accueilContainer { text-align: center; } .marche { flex: 1; display: block; width: 80%; margin-top: 10px; border: solid 1px white; margin-right: auto; margin-left: auto; } .marcheHaut { border-bottom:solid 0.5px white; } .marron { color:#dfa771; } .vert { color: #094914; } h3 { text-align: center; height: 55px; } .map { height: 400px; width: 50%; margin-left:auto; margin-right:auto; } .avatar { width:150px; height:150px; float:left; border-radius:50%; margin-right: 25px; } .avatar2 { width: 100px; height: auto; top: 10px; left: 10px; border-radius: 50%; margin-right: 25px; margin-left: 25px; } .presentation { display:flex; flex-wrap: wrap; flex-direction: row; justify-content: space-evenly; } .affichageInfoMarche { margin-right: auto; margin-left: auto; } .fond { background-color: #ede6e4; padding:30px; opacity:0.8; } .descrMarche { border: solid; border-width: 1px; border-radius: 5px; border-color: grey; background-color: white; margin: 20px; padding: 10px; } .descrMarche2{ border: solid; border-width: 1px; border-radius: 5px; border-color: grey; background-color: white; padding:10px; } .titreMarche{ color: #2d6637; text-align: center; margin-top: 15px; margin-bottom: 5px; } .contenue { position: relative; display:flex; justify-content: center; bottom:20px; } h2.contenue { position: relative; display: flex; justify-content: center; bottom: 20px; margin-top: 10px; } .titreContenue { position: static; padding-top:10px; margin-left:20px; color:#2d6637; } .btnMarches{ position: relative; display:flex; flex-direction: row-reverse; bottom:30px; } .commentaire{ background-color: #bee6c4; margin-left: 5%; width: 70%; border-radius: 10px; margin-top: 10px; padding: 10px; } .connexionBox { border: solid; border-width: 1px; margin-top: 10%; border-radius: 5px; border-color: black; } .connexionTitre { padding: .75rem 1.25rem; margin-bottom: 0; background-color: #ede6e4; border-bottom: 1px solid rgba(0,0,0,.125); color:#2d6637; } .connexionBouton{ display: inline-block; font-weight: 400; color: #212529; text-align: center; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: transparent; border: 1px solid transparent; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; border-radius: .25rem; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; color: #2d6637; background-color: #ede6e4; border-color: #2d6637; } .registerBox { border: solid; border-width: 1px; border-radius: 5px; border-color: white; padding:10px; } .registerBox2 { border: solid; border-width: 1px; border-radius: 5px; border-color: white; } @import "compass/css3"; @import url(https://fonts.googleapis.com/css?family=Lato:300,400,900); * { box-sizing: border-box; } .button-wrap { text-align: center; margin-left: 20px; } /* Gestion des boutons de niveau */ .bnoir{ background:black; color: white; } .brouge{ background:red;color: white; } .bbleu{ background:blue;color: white; } .bvert{ background:green; color: white; } .bnone{ background-color: white; color:black; } .button-label { display: inline-block; padding: 3px 5px; cursor: pointer; border-radius: 0.25em; box-shadow: 0 3px 10px rgba(0,0,0,0.2), inset 0 -3px 0 rgba(0,0,0,0.22); transition: 0.3s; user-select: none; } .button-label:active { transform: translateY(2px); box-shadow: 0 3px 10px rgba(0,0,0,0.2), inset 0px -1px 0 rgba(0,0,0,0.22); } #bnone:checked + .button-label{ background-color: gray; } #bnone:hover + .button-label{ background-color: gray; } #bnoir:checked + .button-label { background: #3b3c3d; color:gray; } #bnoir:hover+.button-label { background: #3b3c3d; } #brouge:checked + .button-label { background: #ed5555; color:gray; } #brouge:hover + .button-label { background: #ed5555; } #bbleu:checked + .button-label { background: #5571ed; color:gray; } #bbleu:hover + .button-label { background: #5571ed; } #bvert:checked + .button-label { background: #55ed71; color:gray; } #bvert:hover+.button-label { background: #55ed71; } .hidden { display: none; } /* Home */ .home { color: white; margin-top: 20px; } .homeBox{ margin-top: 10px; border: solid 1px white; widows: 90%; margin-right:auto; margin-left:auto; } .homeBox2{ margin-top: 10px; overflow: auto; white-space: nowrap; box-sizing: content-box; border:solid 1px; } .photo{ width: auto; height: 150px; float: left; margin-right: 25px; border-radius: 50%; } .homeHaut1{ height: 170px; padding: 10px; } .homeHaut2{ border-left: solid 1px black; flex-direction: column; } .homeBas1{ padding: 10px; } .homeMarche { width: 220px; height: 150px; display: inline-block; justify-content: center; margin: 10px; border: solid 1px; } .homeMarcheTitre{ background-color: #c4f5c5; text-align: center; padding: 5px; } .newRandoBox { padding: 20px 10px; margin-bottom: 20px; border: solid 1px white; margin-top: 10px; } .descrUser { background-color: white; width: 90%; margin-left: auto; margin-right: auto; margin-top: 15px; margin-bottom: 10px; display: flex; justify-content: center; align-items: center; border-radius:5px; } .modifBouton { border: solid; border-width: 1px; margin-top: 10%; border-radius: 5px; border-color: #2d6637; position:absolute; top:0; right:0; } .contenueProf { position: relative; display:flex; justify-content: center; bottom:20px; } h2.contenue { position: relative; display: flex; justify-content: center; bottom: 20px; margin-top: 10px; } .titreContenueProf { color: #2d6637; margin-left: 10px; } .photoProf { width: auto; height: 230px; float: left; margin-right: 25px; border-radius: 50%; margin-top: 40px; } #MyForm{ display: none; }
public/css/style.css
html, body { /* background-color: #fff; */ color: #636b6f; font-family: 'Nunito', sans-serif; font-weight: 200; height: 100vh; margin: 0; background-image: url("/images/landscape.jpg"); background-attachment: fixed; } .full-height { height: 100vh; } ul { padding: 0; list-style-type: none; } .flex-center { align-items: center; display: flex; justify-content: center; } .position-ref { position: relative; } .top-right { position: absolute; right: 10px; top: 18px; } .content { text-align: center; } .title { font-size: 84px; } .links > a { color: #636b6f; padding: 0 25px; font-size: 13px; font-weight: 600; letter-spacing: .1rem; text-decoration: none; text-transform: uppercase; } .m-b-md { margin-bottom: 30px; } .map { height: 400px; width: 50%; margin-left:auto; margin-right:auto; } .titreBarre { color: rgba(0,0,0,.5); margin-top: 4px; margin-left:20px; } .titreAccueil { color:#3d2b03d9; text-align: center; margin-bottom: 50px; } .accueilContainer { text-align: center; } .marche { flex: 1; display: block; width: 80%; margin-top: 10px; border: solid 1px white; margin-right: auto; margin-left: auto; } .marcheHaut { border-bottom:solid 0.5px white; } .marron { color:#dfa771; } .vert { color: #094914; } h3 { text-align: center; height: 55px; } .map { height: 400px; width: 50%; margin-left:auto; margin-right:auto; } .avatar { width:150px; height:150px; float:left; border-radius:50%; margin-right: 25px; } .avatar2 { width: 100px; height: auto; top: 10px; left: 10px; border-radius: 50%; margin-right: 25px; margin-left: 25px; } .presentation { display:flex; flex-wrap: wrap; flex-direction: row; justify-content: space-evenly; } .affichageInfoMarche { margin-right: auto; margin-left: auto; } .fond { background-color: #ede6e4; padding:30px; opacity:0.8; } .descrMarche { border: solid; border-width: 1px; border-radius: 5px; border-color: grey; background-color: white; margin: 20px; padding: 10px; } .descrMarche2{ border: solid; border-width: 1px; border-radius: 5px; border-color: grey; background-color: white; padding:10px; } .titreMarche{ color: #2d6637; text-align: center; margin-top: 15px; margin-bottom: 5px; } .contenue { position: relative; display:flex; justify-content: center; bottom:20px; } h2.contenue { position: relative; display: flex; justify-content: center; bottom: 20px; margin-top: 10px; } .titreContenue { position: static; padding-top:10px; margin-left:20px; color:#2d6637; } .btnMarches{ position: relative; display:flex; flex-direction: row-reverse; bottom:30px; } .commentaire{ background-color: #bee6c4; margin-left: 5%; width: 70%; border-radius: 10px; margin-top: 10px; padding: 10px; } .connexionBox { border: solid; border-width: 1px; margin-top: 10%; border-radius: 5px; border-color: black; } .connexionTitre { padding: .75rem 1.25rem; margin-bottom: 0; background-color: #ede6e4; border-bottom: 1px solid rgba(0,0,0,.125); color:#2d6637; } .connexionBouton{ display: inline-block; font-weight: 400; color: #212529; text-align: center; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: transparent; border: 1px solid transparent; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; border-radius: .25rem; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; color: #2d6637; background-color: #ede6e4; border-color: #2d6637; } .registerBox { border: solid; border-width: 1px; border-radius: 5px; border-color: white; padding:10px; } .registerBox2 { border: solid; border-width: 1px; border-radius: 5px; border-color: white; } @import "compass/css3"; @import url(https://fonts.googleapis.com/css?family=Lato:300,400,900); * { box-sizing: border-box; } .button-wrap { text-align: center; margin-left: 20px; } /* Gestion des boutons de niveau */ .bnoir{ background:black; color: white; } .brouge{ background:red;color: white; } .bbleu{ background:blue;color: white; } .bvert{ background:green; color: white; } .bnone{ background-color: white; color:black; } .button-label { display: inline-block; padding: 3px 5px; cursor: pointer; border-radius: 0.25em; box-shadow: 0 3px 10px rgba(0,0,0,0.2), inset 0 -3px 0 rgba(0,0,0,0.22); transition: 0.3s; user-select: none; } .button-label:active { transform: translateY(2px); box-shadow: 0 3px 10px rgba(0,0,0,0.2), inset 0px -1px 0 rgba(0,0,0,0.22); } #bnone:checked + .button-label{ background-color: gray; } #bnone:hover + .button-label{ background-color: gray; } #bnoir:checked + .button-label { background: #3b3c3d; color:gray; } #bnoir:hover+.button-label { background: #3b3c3d; } #brouge:checked + .button-label { background: #ed5555; color:gray; } #brouge:hover + .button-label { background: #ed5555; } #bbleu:checked + .button-label { background: #5571ed; color:gray; } #bbleu:hover + .button-label { background: #5571ed; } #bvert:checked + .button-label { background: #55ed71; color:gray; } #bvert:hover+.button-label { background: #55ed71; } .hidden { display: none; } /* Home */ .home { color: white; margin-top: 20px; } .homeBox{ margin-top: 10px; border: solid 1px white; widows: 90%; margin-right:auto; margin-left:auto; } .homeBox2{ margin-top: 10px; overflow: auto; white-space: nowrap; box-sizing: content-box; border:solid 1px; } .photo{ width: auto; height: 150px; float: left; margin-right: 25px; border-radius: 50%; } .homeHaut1{ height: 170px; padding: 10px; } .homeHaut2{ border-left: solid 1px black; flex-direction: column; } .homeBas1{ padding: 10px; } .homeMarche { width: 220px; height: 150px; display: inline-block; justify-content: center; margin: 10px; border: solid 1px; } .homeMarcheTitre{ background-color: #c4f5c5; text-align: center; padding: 5px; } .newRandoBox { padding: 20px 10px; margin-bottom: 20px; border: solid 1px white; margin-top: 10px; } .descrUser { background-color: white; width: 90%; margin-left: auto; margin-right: auto; margin-top: 15px; margin-bottom: 10px; display: flex; justify-content: center; align-items: center; border-radius:5px; } .modifBouton { border: solid; border-width: 1px; margin-top: 10%; border-radius: 5px; border-color: #2d6637; position:absolute; top:0; right:0; } .contenueProf { position: relative; display:flex; justify-content: center; bottom:20px; } h2.contenue { position: relative; display: flex; justify-content: center; bottom: 20px; margin-top: 10px; } .titreContenueProf { color: #2d6637; margin-left: 10px; } .photoProf { width: auto; height: 230px; float: left; margin-right: 25px; border-radius: 50%; margin-top: 40px; } #MyForm{ display: none; }
0.547948
0.105165
@charset "utf-8"; /*-----header & side_menu start-----*/ @media only screen and (max-width: 768px) { .header_menu_toggle { display: none; } .link_menu_place { opacity: 0; position: relative; left: -10000px; } .link_menu, .link_menu_place, .link_lock { border-color: transparent; background: none; } .link_menu, .link_menu_place { display: -webkit-box; display: -ms-flexbox; display: flex; margin-left: -10px; margin-right: 0; } .link_menu { position: absolute; top: 10px; left: 20px; z-index: 201; } .link_menu .ic { opacity: 0; } .link_lock { margin-right: -10px; margin-left: 0; } .link_lock .ic { opacity: 0; } .link_lock .ic.white { opacity: 1; } .header .search { display: none; } .header .main_content { height: 71px; } .header .aside { height: auto; } .aside_hold { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .aside { width: auto; } .main_content { width: 100%; } .header .main_indent { padding: 0; } .side_menu { position: fixed; top: 0; bottom: 0; width: 110px; z-index: 200; -webkit-transform: translate3d(-110px, 0, 0); transform: translate3d(-110px, 0, 0); -webkit-transition: all 0.2s linear; transition: all 0.2s linear; } .side_menu .in { position: absolute; top: 0; left: 0; bottom: 0; right: 0; overflow: auto; margin: 71px 0 0 0; } #show_aside_menu:checked + * .side_menu { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } #show_aside_menu:checked + * .link_menu { position: fixed; } #show_aside_menu:checked + * .link_menu > span { opacity: 0; } #show_aside_menu:checked + * .link_menu .ic { opacity: 1; } } /*-----header & side_menu end-----*/ /*-----footer start-----*/ @media only screen and (max-width: 768px) { .footer > .container > .main_indent { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .bmenu { margin-top: 13px; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; margin-bottom: -5px; } .bmenu li { margin-bottom: 5px; } .bottom_menu { background: none; } /*.bg_dark_grey + .bg_dark_grey .bottom_menu { padding-top: 0; }*/ .bottom_menu .path { margin: 0; } .bottom_menu .path, .bottom_menu .path a { color: #9fa9b0; } } /*-----footer end-----*/ /*-----content start-----*/ @media only screen and (max-width: 768px) { .show_mob { display: block!important; } .course_top_info.show_mob, .main_checks.show_mob { display: -webkit-box!important; display: -ms-flexbox!important; display: flex!important; } .hide_mob { display: none!important; } h1, .h1 { font-size: 29px; font-size: 25px; } h2, .h2, .main_head h2, .main_head .h2 { font-size: 21px; } h3, .h3 { font-size: 21px; } h4, .h4 { font-size: 21px; } .main_indent, .main_indent2 { padding: 20px; } .load_more { margin-top: 20px; } .load_more_block .load_more { margin: 0; } .slick-arrow, .slick-arrow { width: 20px; margin-left: -20px; margin-right: -20px; } .side_l .reviews_slider { padding-right: 20px; } .side_r { padding: 20px 10px 7px 10px; } .side_r > * { padding: 0 10px; margin-bottom: 20px; } .bank_info_top { margin: 20px 0; font-size: 13px; } .bank_info_top img { height: 25px; margin-right: 10px; } .reviews_slider.main_indent, .opinions_hold { padding-right: 20px; } .reviews_slider .h2, .opinions_hold .h2 { margin-bottom: 19px; font-size: 21px; } .opinions_hold { padding-right: 20px; padding-top: 0; margin-left: -10px; margin-right: -10px; } .opinions_hold > * { padding-left: 10px; padding-right: 10px; } .opinions_hold > * + * { margin-top: 20px; } .info_block { padding-right: 20px; padding-left: 40px; } .info_block .pic { left: 20px; } .info_block.btn_hold { padding: 20px; } .info_block.view2 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; } .info_block.view2 .btn { margin: 0; } .bidding_slider { margin-left: -20px; margin-right: -20px; } .bidding_slider .slick-list { padding: 0 10px; } .bidding_slider .slick-arrow { width: 20px; margin-left: -20px; margin-right: -20px; } .main_head .path { display: none; } .main_head { font-size: 13px; padding-bottom: 10px; } .main_head h2, .main_head .h2 { font-size: 22px; } .main_head_side_hold .tabs_small { margin: 20px -20px 0 -20px; padding: 0 20px; overflow: auto; } .main_head_side_hold { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; } .main_head_side_hold h2 { margin: 0; } .main_head .logo_hold { float: none; margin: 11px 0 28px 0; padding: 0; height: auto; } .main_head .logo_hold img { max-width: 100%; max-height: 30px; width: auto; height: auto; } .course_top_info { float: none; margin: 14px 0 33px 0; padding: 0; border: 0; border-radius: 0; text-align: left; 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; } .course_top_info strong { white-space: nowrap; margin: 0; } .mob_center { text-align: center; } } @media only screen and (max-width: 640px) { .side_r > * { width: 100%; } } @media only screen and (max-width: 768px) { .title_tabs { margin-left: -10px; margin-right: -10px; } .title_tabs > * { margin-left: 10px; margin-right: 10px; } } @media only screen and (max-width: 530px) { .title_tabs { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .title_tabs > * { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } .title_tabs > *.active { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-top: 10px; } } @media only screen and (max-width: 768px) { .slider_values { display: none; } .slider_values li { display: none; } .slider_values li:first-child, .slider_values li:last-child { display: block; } .form_head { font-size: 15px; } .form_title { margin-top: -5px; display: block; margin-bottom: 18px; } .form_title .h3 { margin-bottom: 17px; } .form_title .tabs_small, .form_title .tabs_small.view2 { overflow: auto; margin: 0 -20px; padding: 0 20px; } .form_row { -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 0; } .form_row .label { margin-right: -100px; } .form_checks .label { margin-right: 20px; } .form_row > .form_el { margin-bottom: 24px; } .form_row > .form_el.notind { margin-top: -28px; } .form_row > .form_el_last { margin-bottom: 4px; } .form_el_wid1, .form_el_wid2, .form_el_wid3, .form_el_wid4, .form_el_wid5, .form_el_wid6 { -webkit-box-flex: 1; -ms-flex: 1 1 10%; flex: 1 1 10%; } .form_row > .form_el_full_mobile, .form_row:after { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; width: 100%; } .form_el_full_mobile .label { margin-right: 0; } .form_row.submit { margin-bottom: -20px; margin-top: 0; } .form_toggle { margin: -3px 0; } .form_money { margin-bottom: 0; } /*.form_el.with_values { margin-bottom: 40px; }*/ .form_row > * { width: auto; } .form_row > .form_el_course { margin-bottom: 0; } .data_transfer { margin-top: 20px; margin-bottom: 20px; text-align: center; } .data_transfer .ic { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .form_inline_input { display: block; } .form_inline_input .label { margin: 0 -100px 17px 0; } .form_row .to_hide { display: none; } .form_inline_input .input { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; } .form .input_center input { padding-left: 16px!important; padding-right: 16px!important; text-align: left; } .input_checks { width: auto; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; } .form_checks ul { margin-left: -9px; margin-right: -9px; margin-bottom: -4px; } .form_checks li { white-space: normal; -webkit-box-flex: 1; -ms-flex: auto; flex: auto; width: auto!important; margin-left: 9px; margin-right: 9px; margin-bottom: 4px!important; } .form_checks_inline .form_el, .form_el.form_checks_inline { display: block; } .form_checks_inline .label, .form_additional .form_checks_inline .label { margin-top: 0; margin-bottom: 13px; } .form_logo { width: 100px; padding: 0 20px; margin: -30px 0; } .form_logo img { max-height: 30px; } .form_check { -ms-flex-item-align: stretch; -ms-grid-row-align: stretch; align-self: stretch; } .form_additional { margin: -10px -20px -20px -20px; } .form_additional .toggle { padding: 0; } .form_additional .toggle > div { width: 100%; padding-right: 20px; position: relative; } .form_additional .toggle .ic_place { position: absolute; right: 0; top: 50%; margin: -12px 13px; } .form_additional .toggle .to_hide { display: none; } .form_additional .in .main_indent { padding-bottom: 10px; padding-top: 0; } .form_additional .form_row { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; margin-top: 0; margin-bottom: 0; } .form_additional .form_row > * { margin-top: 10px; margin-bottom: 10px; } .form_additional .form_checks ul { margin-top: 0; margin-bottom: -7px; } .form_additional .form_checks_inline .label { margin-bottom: 5px; } .form_convertor { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .form_convertor h3, .form_convertor .h3 { margin: 3px 0 30px 0; } .form_convertor .form_in { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; margin-bottom: 40px; } .form_convertor .form_row > * { margin-bottom: 13px; -webkit-box-flex: 1; -ms-flex: auto; flex: auto; } .form_convertor .nice_block { width: auto; margin: -14px 0 0 0; } .voting { padding-left: 30px; padding-right: 30px; } .rate { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .rate > * { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; } .rate .stars_hold { width: 100%; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; margin: 20px 0 0 0; } .rate .label { margin: 0; text-align: left; } } @media only screen and (max-width: 768px) { .sort { 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; } .sort .in { display: none; } .sort .mob_text, .sort .mob_select { position: static; left: auto; } .sort .mob_select { min-width: 100px; } } @media only screen and (max-width: 768px) { .info, .graph_legend, .bank_course_head .info, .today_course .rates { font-size: 10px; line-height: 15px; margin-left: -5px; margin-right: -5px; } .info li, .graph_legend li, .bank_course_head .info li, .today_course .rates > * { width: auto!important; padding-left: 5px; padding-right: 5px; margin-left: 0; margin-right: 0; } .today_course .rates { margin-left: -10px; margin-right: -10px; } .today_course .rates > * { padding-left: 10px; padding-right: 10px; } .info strong, .graph_legend strong, .bank_course_head .info strong, .today_course .rates strong { font-size: 17px; margin: 0 0 3px 0; } .credit .l { display: none; } .credit .c { padding: 15px 0 15px 20px; } .credit .name, .expert_opinion .name { font-size: 17px; line-height: 21px; margin: 0 0 5px 0; } .credit .add_info, .credit .b_link { position: static; left: auto; } .credit .r { padding: 0 20px 20px 20px; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .credit .r > * { margin-top: 20px; } .credit .r .toggle_open { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } .credit .r .to_compare { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } .credit .actions { padding: 20px; } .credit .actions > * { display: none; } .credit .actions .btn { display: block; width: 100%; } .b_place { padding: 10px; } .b_place_in { padding: 10px; } } @media only screen and (max-width: 500px) { .b_place { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .b_place_in { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; } } @media only screen and (max-width: 768px) { .benefits { padding: 11px 0 0 0; } .benefits li { padding-bottom: 9px; } .benefits li strong { font-size: 15px; line-height: 23px; } .benefits .time { margin-bottom: 11px; } } @media only screen and (max-width: 500px) { .benefits li { width: 50%; } } @media only screen and (max-width: 400px) { } @media only screen and (max-width: 768px) { .message { margin-bottom: 10px; } .message .wrap { padding-left: 20px; padding-right: 20px; } .message .ava { margin-right: 10px; } .message .answer_form .wrap { padding-top: 20px; padding-bottom: 20px; } .message .answer_form .answer_submit { margin-top: 10px; } .message .answer_form .answer_submit { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; } .message .answer_form .answer_submit .btn span { padding: 0; } .message .answer_form .answer_submit .btn + div { margin: 18px 0 0 -46px; text-align: right; } .message .head2 { font-size: 13px; } .message.review2 .wrap { padding: 20px; } .message.review2 .ava { width: 70px; height: 70px; margin: -40px -30px; } .message.review2 .big { font-size: 17px; line-height: 21px; margin: 0 0 5px 0; } .messages_mini .big { font-size: 17px; line-height: 21px; margin: 0 0 5px 0; } .messages_mini .hr { margin: 10px 0; } .reviews_slider .slick-arrow { display: none!important; } .reviews_slider .message .big, .reviews_slider .message .head2 { padding-right: 0; } .message .stars { width: 88px; height: 13px; margin-left: 0; } .message .stars, .message .stars > div { background-size: 88px 200%; } .message .stars > div { background-position: 0 -13px; } .reviews_slider .message, .opinion { padding-bottom: 60px; } .reviews_slider .btns, .opinion .btns { left: 0; right: 0; margin: 20px 13px 24px 12px; } .reviews_slider.main_indent .btns { margin: 20px 33px 44px 32px; } .expert_opinion { padding: 20px; } .expert_opinion .h2 { margin-bottom: 20px; } } @media only screen and (max-width: 400px) { .btns .btn { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } .btns .btn > span { padding: 0; } } @media only screen and (max-width: 768px) { .faq { padding-bottom: 10px; } .faq .h2 { font-size: 21px; margin: 0 0 19px 0; } .faq_el { margin-bottom: 10px; } .faq_el .head { font-size: 15px; line-height: 21px; padding-top: 12px; padding-bottom: 13px; padding-left: 20px; } .faq_el .head .pic { top: 23px; } .faq_el .in .in_ind { padding: 0 20px 20px 20px; } } @media only screen and (max-width: 900px) { .link_block.view4 .img { margin-right: 10px; } .link_block.view4 .btn { min-width: 0; margin-left: 10px; } } @media only screen and (max-width: 840px) { .link_block.view4:after { content: ' '; clear: both; display: block; width: 0; height: 0; overflow: hidden; font-size: 0; } .link_block.view4 { display: block; } .link_block.view4 .img { float: left; margin: 0 24px 20px 0; } .link_block.view4 .text { overflow: hidden; padding-bottom: 20px; } .link_block.view4 .btn { clear: both; margin: 0; width: 100%; } } @media only screen and (max-width: 657px) { .link_block.view4:after { display: none; } .link_block.view4 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .link_block.view4 .img { float: none; margin: 0 auto 20px auto; } } @media only screen and (max-width: 768px) { .link_block { font-size: 13px; padding: 20px; } .link_block .arr { display: none; } .link_block .dot { display: block; width: auto; height: auto; background: none; } .link_block.view1 { min-height: 81px; padding-top: 20px; padding-bottom: 20px; } .link_block.view1 .img { width: 152px; padding-left: 10px; padding-right: 10px; } .link_block.view1 .big { font-size: 17px; margin: 0 0 4px 0; } .link_block.view2 { padding-bottom: 20px; } .link_block.view2 .big { font-size: 17px; margin: 0 0 4px 0; } .link_block.view3 { padding-bottom: 20px; } .link_block.view3 .img { width: 60px; height: 60px; margin-right: 10px; } .link_block.view3 .big { font-size: 17px; margin: 0 0 4px 0; } .link_block.view4 { font-size: 13px; padding-left: 20px; padding-right: 20px; } .link_block.view4 .big { font-size: 17px; margin: 0 0 4px 0; } .top_place > .container { padding: 5px 5px 0 5px; } } @media only screen and (max-width: 440px) { .link_block.view1, .link_block.view3 { padding-left: 20px; border-left-width: 5px; } .link_block.view1 .img, .link_block.view3 .img { display: none; } } @media only screen and (max-width: 768px) { .graph { padding-right: 87px; position: relative; } .graph_pos { display: block; } .graph_line { position: absolute; top: 0; right: 0; margin: 20px 67px; -webkit-transform-origin: 100% 0; transform-origin: 100% 0; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); } .graph_legend { -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -56px; margin-top: 0; padding-top: 4px; margin-bottom: -20px; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .graph_legend li { width: 50%!important; margin-bottom: 0; height: 55px; padding-right: 0; -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; } .graph_legend li.order1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } .graph_legend li.order2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } .graph_legend li.order3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; } .graph_legend li.order4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; } .tablist { padding: 0 10px; } .tablist > * { height: 47px; margin: 0 10px; font-size: 13px; } .table_main { background: #fff; } .table_main table { display: block; margin: -10px 0; } .table_main table * { display: block; } .table_main table tr { border-top: 1px solid #ebecee; padding: 15px 0; } .table_main table tr:first-child { border-top-width: 0; } .table_main th, .table_main td { border: 0; padding: 0; background: none; width: auto; } .table_main th { margin-bottom: 4px; } .comissions { padding: 0; } .comissions_head, .comissions ul { padding-left: 20px; padding-right: 20px; } .comissions_head { font-size: 14px; padding-top: 19px; padding-bottom: 20px; } .comissions_head .big { font-weight: 300; font-size: 20px; margin-top: 3px; } .comissions ul { list-style: none; margin: 0; padding-top: 20px; padding-bottom: 28px; } .comissions li { margin: 23px 0 0 0; padding: 0; } .comissions li:first-child { margin-top: 0; } .comissions ul strong { margin-right: 0.3em; } .plus_minus .el { padding-left: 20px; } .plus_minus .el:first-child { padding-right: 20px; } .docs { padding-bottom: 0; -webkit-column-gap: 0; -moz-column-gap: 0; column-gap: 0; } .docs li { padding-left: 20px; } .docs .ic { position: absolute; top: 0; left: -4px; -webkit-transform: scale(0.8); transform: scale(0.8); } .table_scroll { overflow: auto; max-height: 294px; margin: -20px; box-shadow: none; border-top: 1px solid #ededed; border-bottom: 1px solid #ededed; } .table_scroll table { width: auto; } .table_scroll .wid1 { width: 105px; min-width: 105px; max-width: 105px; } .table_scroll .wid2 { width: 115px; min-width: 115px; max-width: 115px; } .table_scroll th, .table_scroll td { padding-left: 10px; } .table_scroll .table_in { overflow: visible; } .table_scroll .table_t:after, .table_scroll .table_b:after { display: none; } .table_scroll .table_c .table_in { max-height: none; } } @media only screen and (max-width: 768px) { .offices_list_hold, .offices_list_hold_wide { height: auto; } .offices_list_hold_wide { height: auto; } .map_place { height: 400px; } .side_r.map_place { height: auto; padding: 0; } .offices_list_hold .map_place { height: 75vh; } .list_places, .offices_list_hold_wide .list_places, .offices_list_slider .list_places { width: auto; } .list_places li, .offices_list_hold_wide .list_places li, .offices_list_slider .list_places li { width: 290px; min-width: 290px; } .list_places { float: none; height: auto; display: -webkit-box; display: -ms-flexbox; display: flex; overflow: auto; } .list_places li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .list_places li.active { cursor: default; } .list_places .slick-list, .list_places .slick-track { height: 100%!important; -webkit-transform: none!important; transform: none!important; overflow: hidden; overflow-y: auto; display: -webkit-box!important; display: -ms-flexbox!important; display: flex!important; } .place_info { padding: 20px; width: 100%; } .place_info_popup { top: 0; left: 0; } .place_info_popup .close { margin: 8px; } .place_info_popup .close .ic { -webkit-transform: scale(0.6); transform: scale(0.6); } .place_info .time_info { display: block; margin-top: -3px; } .place_logo { text-align: left; margin: -6px 0 13px 0; } .place_logo img { max-height: 40px; } .place_name { font-size: 17px; line-height: 21px; margin-bottom: 16px; } .place_contacts_hide { display: none; } .place_contacts_show { display: block; } .select_area { width: 100%; margin: 20px 0 0 0; } .tabs_small > *, .tabs_small.view2 > *, .main_checks label span { padding-left: 10px; padding-right: 10px; } .tabs_small .ic { margin-left: -4px; margin-right: -4px; } .tabs_head .tabs_small { margin-left: -20px; margin-right: -20px; padding-left: 20px; padding-right: 20px; overflow: auto; } } @media only screen and (max-width: 768px) { .today_courses_top { padding-bottom: 0; } .today_courses_top h3 { margin: 0 0 19px 0; } .today_courses_top .time_info { display: none; } .today_courses_top ul { margin: 0 -20px; } .today_courses_top ul li { width: 50%; padding: 0 20px; margin: 0; border-bottom: 1px solid #eef2f5; } .today_courses_top .today_course { width: 100%; border: 0; border-radius: 0; padding-left: 0; padding-right: 0; } .today_courses_top .today_course .rates { float: left; margin: 0 9px 0 -11px; } .today_courses_top .today_course .rates > * { width: auto; padding: 0 11px; margin: 0; } .today_courses_top .today_course .chart { overflow: hidden; float: none; margin: 0; } .today_course_wide .rates { margin-top: 5px; margin-bottom: 4px; } .today_courses_slider .today_course .rates { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-left: -11px; margin-right: -11px; margin-top: 12px; margin-bottom: -4px; } .today_courses_slider .rates > * { width: auto; margin: 0 11px; } .today_courses_slider .today_course .big { height: auto; } .today_courses_slider ul, .today_courses_slider .today_course { height: auto; } } @media only screen and (max-width: 525px) { .today_courses_top ul li { width: 100%; } } @media only screen and (max-width: 768px) { .bank_contacts { padding-left: 10px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px; } .bank_contacts li, .bank_contacts li.wid2 { width: 50%; padding: 12px 10px; } } @media only screen and (max-width: 400px) { .bank_contacts li, .bank_contacts li.wid2 { width: 100%; } } @media only screen and (max-width: 768px) { .bank_services { padding-top: 0; padding-bottom: 4px; } .bank_services .slick-slider { padding-left: 10px; padding-right: 10px; } .bank_services li { padding-left: 10px; padding-right: 10px; } .bank_cards { padding-top: 10px; padding-bottom: 10px; } .bank_cards .slick-slider { padding-left: 10px; padding-right: 10px; } .bank_cards li { width: 175px; padding-left: 10px; padding-right: 10px; } } @media only screen and (max-width: 768px) { .bank_info_head { padding: 30px 20px; margin: -20px; } .bank_info_ind { padding-top: 8px; padding-bottom: 6px; } .articles { margin: 6px -10px -14px -10px; } .articles li { padding: 14px 10px; } .news2 { padding: 0; position: relative; } .cyr_info .h3 { } .cyr_info .h4 { } .cyr_info ul { margin-left: -25px; margin-right: -25px; } .cyr_info ul li { margin-left: 25px; margin-right: 25px; } .cyr_info ul strong { font-size: 30px; } } @media only screen and (max-width: 394px) { .articles li { width: 100%; } } @media only screen and (max-width: 768px) { .calc_result { margin-bottom: -20px; margin-top: 0; padding: 17px 0 15px 20px; } .calc_result .big2 { font-size: inherit; } .calc_result ul { margin-right: -20px; position: relative; z-index: 2; } .calc_result li { padding: 0; margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; } .calc_result li > * { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } .calc_result li > .r { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; min-width: 55px; margin: 0 3px 0 0; } .calc_result .hr { margin-right: -10px; } } @media only screen and (max-width: 768px) { .card_head { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; padding-bottom: 25px; padding-top: 29px; } .card_head .img { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 254px; margin: 0 auto 7px auto; } .benefits2 { padding-bottom: 18px; padding-top: 18px; } .benefits2 li { margin-left: 10px; margin-right: 10px; } .benefits2 img { height: 22px; } .other_offers { padding: 0; } .other_offers .h3 { margin: 0; padding: 21px 20px; } } @media only screen and (max-width: 768px) { .benefits_checks { padding: 17px 20px 3px 20px; } } @media only screen and (max-width: 440px) { .benefits_checks { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; } } @media only screen and (max-width: 768px) { .bank_course_head { padding-top: 15px; padding-bottom: 15px; } } @media only screen and (max-width: 460px) { .bank_course_head { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; display: -webkit-box; display: -ms-flexbox; display: flex; padding-bottom: 30px; } .bank_course_head .big { white-space: normal; overflow: visible; } .bank_course_head .big:before { display: none; } .bank_course_head .r { float: none; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; margin-left: 0; margin-top: 10px; margin-bottom: 0; } .bank_course_head .l { overflow: visible; } .bank_course_head .info li { width: auto!important; } .bank_course_head .time_info { float: right; font-size: 11px; line-height: 17px; width: 106px; white-space: normal; margin-right: -20px; padding-right: 10px; } .bank_course_head .time_info .ic { top: -4px; } } @media only screen and (max-width: 768px) { .modal { padding: 0; } .modal .close { margin: 20px; } .compare { padding: 20px 20px 0 20px; } .compare .h1 { margin: -1px 50px 19px 0; font-size: 21px; } .compare_table { margin: 0 -20px; font-size: 13px; line-height: 16px; } .compare_table th, .compare_table td { padding-left: 17px; padding-right: 17px; } .compare_table th { width: 114px; min-width: 114px; max-width: 114px; } .compare_table td { width: 153px; min-width: 153px; max-width: 153px; } .compare .rating { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-bottom: -3px; } .compare .rating .stars { margin: 0 -2px 8px -2px; } .compare .btn_hold { display: block; padding: 0; margin: -8px -8px; } .compare .btn_hold .btn { width: 100%; min-width: 0; } } @media only screen and (max-width: 768px) { .filter_info { line-height: 19px; } .filter_info > .container { height: 64px; padding: 0 20px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .filter_info .l { width: auto; padding: 0; margin-right: 0; white-space: normal; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; line-height: inherit; } .filter_info .l > .ic { display: none; } .filter_info .r { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; padding: 0; } .filter_info .c { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; padding: 0; margin: 0 10px; } .filter_info .c > * { padding: 0; } .filter_info .el { } .filter_info .small { font-size: 11px; font-weight: 500; color: #707375; line-height: 14px; } .filter_info .btn { min-width: 0; margin: 0 10px; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; } } @media only screen and (max-width: 440px) { .course_actions { font-size: 11px; line-height: 16px; margin-left: -17px; margin-right: -17px; } .course_actions li { margin-left: 17px; margin-right: 17px; padding-left: 40px; } .course_actions img { height: 30px; top: 1px; } } @media only screen and (max-width: 768px) { .bank_ratings > * { padding-left: 20px; padding-right: 20px; } } @media only screen and (max-width: 600px) { .bank_ratings > * { width: 100%; border-left-width: 0; border-right-width: 0; } } @media only screen and (max-width: 768px) { .credit_form .h1 { font-size: 21px; line-height: 1; margin-top: -1px; } .credit_form .t, .credit_form .c, .credit_form .b { padding: 20px; } .credit_form .c { padding-top: 20px; padding-bottom: 20px; } .credit_form .r { padding: 20px; margin-left: 20px; } .credit_form .r .logo_hold { margin-bottom: 14px; } } @media only screen and (max-width: 670px) { .input_with_info .text { width: 98px; } .credit_form .steps { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: -4px; } .credit_form .steps .step { width: 60px; padding: 0; text-align: center; } .credit_form .steps .step div { display: none; } .credit_form .steps .step .num { display: block; position: static; left: auto; top: auto; } .credit_form .steps .arr { margin-left: 0; margin-right: 0; } .credit_form .l .label:first-child { margin-top: 2px; } .credit_form .r { display: none; } .credit_form .b { padding-top: 0; margin-top: 5px; padding-bottom: 30px; } .credit_form .check { margin-top: 17px; margin-bottom: -2px; } .credit_form .c_done { padding-top: 39px; padding-bottom: 30px; } .credit_form .c_done img { height: 110px; } .credit_form .c_done .big { font-size: 21px; margin: 0 0 12px 0; } .credit_form .b_done { margin-top: 0; padding-bottom: 44px; } .credit_form .b_done .btn { min-width: 0; } .credit_form .b_done .btn span { padding-left: 20px; padding-right: 20px; } } @media only screen and (max-width: 768px) { .nacbank_courses { font-size: 10px; } .nacbank_courses td { padding-top: 15px; padding-bottom: 15px; } .nacbank_courses th:first-child, .nacbank_courses td:first-child { padding-left: 20px; } .nacbank_courses th:last-child, .nacbank_courses td:last-child { padding-right: 5px; } .nacbank_courses .img { padding: 14px 8px 14px 0!important; vertical-align: top; } .nacbank_courses .img img { width: 40px; } .nacbank_courses .big { font-size: 15px; line-height: 17px; margin-bottom: 0; } .nacbank_courses .val { width: auto; } .nacbank_courses .change { width: auto; } } /*-----content end-----*/
public/css/widget_files/mobile.css
@charset "utf-8"; /*-----header & side_menu start-----*/ @media only screen and (max-width: 768px) { .header_menu_toggle { display: none; } .link_menu_place { opacity: 0; position: relative; left: -10000px; } .link_menu, .link_menu_place, .link_lock { border-color: transparent; background: none; } .link_menu, .link_menu_place { display: -webkit-box; display: -ms-flexbox; display: flex; margin-left: -10px; margin-right: 0; } .link_menu { position: absolute; top: 10px; left: 20px; z-index: 201; } .link_menu .ic { opacity: 0; } .link_lock { margin-right: -10px; margin-left: 0; } .link_lock .ic { opacity: 0; } .link_lock .ic.white { opacity: 1; } .header .search { display: none; } .header .main_content { height: 71px; } .header .aside { height: auto; } .aside_hold { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .aside { width: auto; } .main_content { width: 100%; } .header .main_indent { padding: 0; } .side_menu { position: fixed; top: 0; bottom: 0; width: 110px; z-index: 200; -webkit-transform: translate3d(-110px, 0, 0); transform: translate3d(-110px, 0, 0); -webkit-transition: all 0.2s linear; transition: all 0.2s linear; } .side_menu .in { position: absolute; top: 0; left: 0; bottom: 0; right: 0; overflow: auto; margin: 71px 0 0 0; } #show_aside_menu:checked + * .side_menu { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } #show_aside_menu:checked + * .link_menu { position: fixed; } #show_aside_menu:checked + * .link_menu > span { opacity: 0; } #show_aside_menu:checked + * .link_menu .ic { opacity: 1; } } /*-----header & side_menu end-----*/ /*-----footer start-----*/ @media only screen and (max-width: 768px) { .footer > .container > .main_indent { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .bmenu { margin-top: 13px; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; margin-bottom: -5px; } .bmenu li { margin-bottom: 5px; } .bottom_menu { background: none; } /*.bg_dark_grey + .bg_dark_grey .bottom_menu { padding-top: 0; }*/ .bottom_menu .path { margin: 0; } .bottom_menu .path, .bottom_menu .path a { color: #9fa9b0; } } /*-----footer end-----*/ /*-----content start-----*/ @media only screen and (max-width: 768px) { .show_mob { display: block!important; } .course_top_info.show_mob, .main_checks.show_mob { display: -webkit-box!important; display: -ms-flexbox!important; display: flex!important; } .hide_mob { display: none!important; } h1, .h1 { font-size: 29px; font-size: 25px; } h2, .h2, .main_head h2, .main_head .h2 { font-size: 21px; } h3, .h3 { font-size: 21px; } h4, .h4 { font-size: 21px; } .main_indent, .main_indent2 { padding: 20px; } .load_more { margin-top: 20px; } .load_more_block .load_more { margin: 0; } .slick-arrow, .slick-arrow { width: 20px; margin-left: -20px; margin-right: -20px; } .side_l .reviews_slider { padding-right: 20px; } .side_r { padding: 20px 10px 7px 10px; } .side_r > * { padding: 0 10px; margin-bottom: 20px; } .bank_info_top { margin: 20px 0; font-size: 13px; } .bank_info_top img { height: 25px; margin-right: 10px; } .reviews_slider.main_indent, .opinions_hold { padding-right: 20px; } .reviews_slider .h2, .opinions_hold .h2 { margin-bottom: 19px; font-size: 21px; } .opinions_hold { padding-right: 20px; padding-top: 0; margin-left: -10px; margin-right: -10px; } .opinions_hold > * { padding-left: 10px; padding-right: 10px; } .opinions_hold > * + * { margin-top: 20px; } .info_block { padding-right: 20px; padding-left: 40px; } .info_block .pic { left: 20px; } .info_block.btn_hold { padding: 20px; } .info_block.view2 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; } .info_block.view2 .btn { margin: 0; } .bidding_slider { margin-left: -20px; margin-right: -20px; } .bidding_slider .slick-list { padding: 0 10px; } .bidding_slider .slick-arrow { width: 20px; margin-left: -20px; margin-right: -20px; } .main_head .path { display: none; } .main_head { font-size: 13px; padding-bottom: 10px; } .main_head h2, .main_head .h2 { font-size: 22px; } .main_head_side_hold .tabs_small { margin: 20px -20px 0 -20px; padding: 0 20px; overflow: auto; } .main_head_side_hold { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; } .main_head_side_hold h2 { margin: 0; } .main_head .logo_hold { float: none; margin: 11px 0 28px 0; padding: 0; height: auto; } .main_head .logo_hold img { max-width: 100%; max-height: 30px; width: auto; height: auto; } .course_top_info { float: none; margin: 14px 0 33px 0; padding: 0; border: 0; border-radius: 0; text-align: left; 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; } .course_top_info strong { white-space: nowrap; margin: 0; } .mob_center { text-align: center; } } @media only screen and (max-width: 640px) { .side_r > * { width: 100%; } } @media only screen and (max-width: 768px) { .title_tabs { margin-left: -10px; margin-right: -10px; } .title_tabs > * { margin-left: 10px; margin-right: 10px; } } @media only screen and (max-width: 530px) { .title_tabs { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .title_tabs > * { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } .title_tabs > *.active { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-top: 10px; } } @media only screen and (max-width: 768px) { .slider_values { display: none; } .slider_values li { display: none; } .slider_values li:first-child, .slider_values li:last-child { display: block; } .form_head { font-size: 15px; } .form_title { margin-top: -5px; display: block; margin-bottom: 18px; } .form_title .h3 { margin-bottom: 17px; } .form_title .tabs_small, .form_title .tabs_small.view2 { overflow: auto; margin: 0 -20px; padding: 0 20px; } .form_row { -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 0; } .form_row .label { margin-right: -100px; } .form_checks .label { margin-right: 20px; } .form_row > .form_el { margin-bottom: 24px; } .form_row > .form_el.notind { margin-top: -28px; } .form_row > .form_el_last { margin-bottom: 4px; } .form_el_wid1, .form_el_wid2, .form_el_wid3, .form_el_wid4, .form_el_wid5, .form_el_wid6 { -webkit-box-flex: 1; -ms-flex: 1 1 10%; flex: 1 1 10%; } .form_row > .form_el_full_mobile, .form_row:after { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; width: 100%; } .form_el_full_mobile .label { margin-right: 0; } .form_row.submit { margin-bottom: -20px; margin-top: 0; } .form_toggle { margin: -3px 0; } .form_money { margin-bottom: 0; } /*.form_el.with_values { margin-bottom: 40px; }*/ .form_row > * { width: auto; } .form_row > .form_el_course { margin-bottom: 0; } .data_transfer { margin-top: 20px; margin-bottom: 20px; text-align: center; } .data_transfer .ic { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .form_inline_input { display: block; } .form_inline_input .label { margin: 0 -100px 17px 0; } .form_row .to_hide { display: none; } .form_inline_input .input { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; } .form .input_center input { padding-left: 16px!important; padding-right: 16px!important; text-align: left; } .input_checks { width: auto; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; } .form_checks ul { margin-left: -9px; margin-right: -9px; margin-bottom: -4px; } .form_checks li { white-space: normal; -webkit-box-flex: 1; -ms-flex: auto; flex: auto; width: auto!important; margin-left: 9px; margin-right: 9px; margin-bottom: 4px!important; } .form_checks_inline .form_el, .form_el.form_checks_inline { display: block; } .form_checks_inline .label, .form_additional .form_checks_inline .label { margin-top: 0; margin-bottom: 13px; } .form_logo { width: 100px; padding: 0 20px; margin: -30px 0; } .form_logo img { max-height: 30px; } .form_check { -ms-flex-item-align: stretch; -ms-grid-row-align: stretch; align-self: stretch; } .form_additional { margin: -10px -20px -20px -20px; } .form_additional .toggle { padding: 0; } .form_additional .toggle > div { width: 100%; padding-right: 20px; position: relative; } .form_additional .toggle .ic_place { position: absolute; right: 0; top: 50%; margin: -12px 13px; } .form_additional .toggle .to_hide { display: none; } .form_additional .in .main_indent { padding-bottom: 10px; padding-top: 0; } .form_additional .form_row { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; margin-top: 0; margin-bottom: 0; } .form_additional .form_row > * { margin-top: 10px; margin-bottom: 10px; } .form_additional .form_checks ul { margin-top: 0; margin-bottom: -7px; } .form_additional .form_checks_inline .label { margin-bottom: 5px; } .form_convertor { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .form_convertor h3, .form_convertor .h3 { margin: 3px 0 30px 0; } .form_convertor .form_in { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; margin-bottom: 40px; } .form_convertor .form_row > * { margin-bottom: 13px; -webkit-box-flex: 1; -ms-flex: auto; flex: auto; } .form_convertor .nice_block { width: auto; margin: -14px 0 0 0; } .voting { padding-left: 30px; padding-right: 30px; } .rate { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .rate > * { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; } .rate .stars_hold { width: 100%; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; margin: 20px 0 0 0; } .rate .label { margin: 0; text-align: left; } } @media only screen and (max-width: 768px) { .sort { 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; } .sort .in { display: none; } .sort .mob_text, .sort .mob_select { position: static; left: auto; } .sort .mob_select { min-width: 100px; } } @media only screen and (max-width: 768px) { .info, .graph_legend, .bank_course_head .info, .today_course .rates { font-size: 10px; line-height: 15px; margin-left: -5px; margin-right: -5px; } .info li, .graph_legend li, .bank_course_head .info li, .today_course .rates > * { width: auto!important; padding-left: 5px; padding-right: 5px; margin-left: 0; margin-right: 0; } .today_course .rates { margin-left: -10px; margin-right: -10px; } .today_course .rates > * { padding-left: 10px; padding-right: 10px; } .info strong, .graph_legend strong, .bank_course_head .info strong, .today_course .rates strong { font-size: 17px; margin: 0 0 3px 0; } .credit .l { display: none; } .credit .c { padding: 15px 0 15px 20px; } .credit .name, .expert_opinion .name { font-size: 17px; line-height: 21px; margin: 0 0 5px 0; } .credit .add_info, .credit .b_link { position: static; left: auto; } .credit .r { padding: 0 20px 20px 20px; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .credit .r > * { margin-top: 20px; } .credit .r .toggle_open { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } .credit .r .to_compare { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } .credit .actions { padding: 20px; } .credit .actions > * { display: none; } .credit .actions .btn { display: block; width: 100%; } .b_place { padding: 10px; } .b_place_in { padding: 10px; } } @media only screen and (max-width: 500px) { .b_place { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .b_place_in { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; } } @media only screen and (max-width: 768px) { .benefits { padding: 11px 0 0 0; } .benefits li { padding-bottom: 9px; } .benefits li strong { font-size: 15px; line-height: 23px; } .benefits .time { margin-bottom: 11px; } } @media only screen and (max-width: 500px) { .benefits li { width: 50%; } } @media only screen and (max-width: 400px) { } @media only screen and (max-width: 768px) { .message { margin-bottom: 10px; } .message .wrap { padding-left: 20px; padding-right: 20px; } .message .ava { margin-right: 10px; } .message .answer_form .wrap { padding-top: 20px; padding-bottom: 20px; } .message .answer_form .answer_submit { margin-top: 10px; } .message .answer_form .answer_submit { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; } .message .answer_form .answer_submit .btn span { padding: 0; } .message .answer_form .answer_submit .btn + div { margin: 18px 0 0 -46px; text-align: right; } .message .head2 { font-size: 13px; } .message.review2 .wrap { padding: 20px; } .message.review2 .ava { width: 70px; height: 70px; margin: -40px -30px; } .message.review2 .big { font-size: 17px; line-height: 21px; margin: 0 0 5px 0; } .messages_mini .big { font-size: 17px; line-height: 21px; margin: 0 0 5px 0; } .messages_mini .hr { margin: 10px 0; } .reviews_slider .slick-arrow { display: none!important; } .reviews_slider .message .big, .reviews_slider .message .head2 { padding-right: 0; } .message .stars { width: 88px; height: 13px; margin-left: 0; } .message .stars, .message .stars > div { background-size: 88px 200%; } .message .stars > div { background-position: 0 -13px; } .reviews_slider .message, .opinion { padding-bottom: 60px; } .reviews_slider .btns, .opinion .btns { left: 0; right: 0; margin: 20px 13px 24px 12px; } .reviews_slider.main_indent .btns { margin: 20px 33px 44px 32px; } .expert_opinion { padding: 20px; } .expert_opinion .h2 { margin-bottom: 20px; } } @media only screen and (max-width: 400px) { .btns .btn { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } .btns .btn > span { padding: 0; } } @media only screen and (max-width: 768px) { .faq { padding-bottom: 10px; } .faq .h2 { font-size: 21px; margin: 0 0 19px 0; } .faq_el { margin-bottom: 10px; } .faq_el .head { font-size: 15px; line-height: 21px; padding-top: 12px; padding-bottom: 13px; padding-left: 20px; } .faq_el .head .pic { top: 23px; } .faq_el .in .in_ind { padding: 0 20px 20px 20px; } } @media only screen and (max-width: 900px) { .link_block.view4 .img { margin-right: 10px; } .link_block.view4 .btn { min-width: 0; margin-left: 10px; } } @media only screen and (max-width: 840px) { .link_block.view4:after { content: ' '; clear: both; display: block; width: 0; height: 0; overflow: hidden; font-size: 0; } .link_block.view4 { display: block; } .link_block.view4 .img { float: left; margin: 0 24px 20px 0; } .link_block.view4 .text { overflow: hidden; padding-bottom: 20px; } .link_block.view4 .btn { clear: both; margin: 0; width: 100%; } } @media only screen and (max-width: 657px) { .link_block.view4:after { display: none; } .link_block.view4 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .link_block.view4 .img { float: none; margin: 0 auto 20px auto; } } @media only screen and (max-width: 768px) { .link_block { font-size: 13px; padding: 20px; } .link_block .arr { display: none; } .link_block .dot { display: block; width: auto; height: auto; background: none; } .link_block.view1 { min-height: 81px; padding-top: 20px; padding-bottom: 20px; } .link_block.view1 .img { width: 152px; padding-left: 10px; padding-right: 10px; } .link_block.view1 .big { font-size: 17px; margin: 0 0 4px 0; } .link_block.view2 { padding-bottom: 20px; } .link_block.view2 .big { font-size: 17px; margin: 0 0 4px 0; } .link_block.view3 { padding-bottom: 20px; } .link_block.view3 .img { width: 60px; height: 60px; margin-right: 10px; } .link_block.view3 .big { font-size: 17px; margin: 0 0 4px 0; } .link_block.view4 { font-size: 13px; padding-left: 20px; padding-right: 20px; } .link_block.view4 .big { font-size: 17px; margin: 0 0 4px 0; } .top_place > .container { padding: 5px 5px 0 5px; } } @media only screen and (max-width: 440px) { .link_block.view1, .link_block.view3 { padding-left: 20px; border-left-width: 5px; } .link_block.view1 .img, .link_block.view3 .img { display: none; } } @media only screen and (max-width: 768px) { .graph { padding-right: 87px; position: relative; } .graph_pos { display: block; } .graph_line { position: absolute; top: 0; right: 0; margin: 20px 67px; -webkit-transform-origin: 100% 0; transform-origin: 100% 0; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); } .graph_legend { -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -56px; margin-top: 0; padding-top: 4px; margin-bottom: -20px; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .graph_legend li { width: 50%!important; margin-bottom: 0; height: 55px; padding-right: 0; -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; } .graph_legend li.order1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } .graph_legend li.order2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } .graph_legend li.order3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; } .graph_legend li.order4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; } .tablist { padding: 0 10px; } .tablist > * { height: 47px; margin: 0 10px; font-size: 13px; } .table_main { background: #fff; } .table_main table { display: block; margin: -10px 0; } .table_main table * { display: block; } .table_main table tr { border-top: 1px solid #ebecee; padding: 15px 0; } .table_main table tr:first-child { border-top-width: 0; } .table_main th, .table_main td { border: 0; padding: 0; background: none; width: auto; } .table_main th { margin-bottom: 4px; } .comissions { padding: 0; } .comissions_head, .comissions ul { padding-left: 20px; padding-right: 20px; } .comissions_head { font-size: 14px; padding-top: 19px; padding-bottom: 20px; } .comissions_head .big { font-weight: 300; font-size: 20px; margin-top: 3px; } .comissions ul { list-style: none; margin: 0; padding-top: 20px; padding-bottom: 28px; } .comissions li { margin: 23px 0 0 0; padding: 0; } .comissions li:first-child { margin-top: 0; } .comissions ul strong { margin-right: 0.3em; } .plus_minus .el { padding-left: 20px; } .plus_minus .el:first-child { padding-right: 20px; } .docs { padding-bottom: 0; -webkit-column-gap: 0; -moz-column-gap: 0; column-gap: 0; } .docs li { padding-left: 20px; } .docs .ic { position: absolute; top: 0; left: -4px; -webkit-transform: scale(0.8); transform: scale(0.8); } .table_scroll { overflow: auto; max-height: 294px; margin: -20px; box-shadow: none; border-top: 1px solid #ededed; border-bottom: 1px solid #ededed; } .table_scroll table { width: auto; } .table_scroll .wid1 { width: 105px; min-width: 105px; max-width: 105px; } .table_scroll .wid2 { width: 115px; min-width: 115px; max-width: 115px; } .table_scroll th, .table_scroll td { padding-left: 10px; } .table_scroll .table_in { overflow: visible; } .table_scroll .table_t:after, .table_scroll .table_b:after { display: none; } .table_scroll .table_c .table_in { max-height: none; } } @media only screen and (max-width: 768px) { .offices_list_hold, .offices_list_hold_wide { height: auto; } .offices_list_hold_wide { height: auto; } .map_place { height: 400px; } .side_r.map_place { height: auto; padding: 0; } .offices_list_hold .map_place { height: 75vh; } .list_places, .offices_list_hold_wide .list_places, .offices_list_slider .list_places { width: auto; } .list_places li, .offices_list_hold_wide .list_places li, .offices_list_slider .list_places li { width: 290px; min-width: 290px; } .list_places { float: none; height: auto; display: -webkit-box; display: -ms-flexbox; display: flex; overflow: auto; } .list_places li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .list_places li.active { cursor: default; } .list_places .slick-list, .list_places .slick-track { height: 100%!important; -webkit-transform: none!important; transform: none!important; overflow: hidden; overflow-y: auto; display: -webkit-box!important; display: -ms-flexbox!important; display: flex!important; } .place_info { padding: 20px; width: 100%; } .place_info_popup { top: 0; left: 0; } .place_info_popup .close { margin: 8px; } .place_info_popup .close .ic { -webkit-transform: scale(0.6); transform: scale(0.6); } .place_info .time_info { display: block; margin-top: -3px; } .place_logo { text-align: left; margin: -6px 0 13px 0; } .place_logo img { max-height: 40px; } .place_name { font-size: 17px; line-height: 21px; margin-bottom: 16px; } .place_contacts_hide { display: none; } .place_contacts_show { display: block; } .select_area { width: 100%; margin: 20px 0 0 0; } .tabs_small > *, .tabs_small.view2 > *, .main_checks label span { padding-left: 10px; padding-right: 10px; } .tabs_small .ic { margin-left: -4px; margin-right: -4px; } .tabs_head .tabs_small { margin-left: -20px; margin-right: -20px; padding-left: 20px; padding-right: 20px; overflow: auto; } } @media only screen and (max-width: 768px) { .today_courses_top { padding-bottom: 0; } .today_courses_top h3 { margin: 0 0 19px 0; } .today_courses_top .time_info { display: none; } .today_courses_top ul { margin: 0 -20px; } .today_courses_top ul li { width: 50%; padding: 0 20px; margin: 0; border-bottom: 1px solid #eef2f5; } .today_courses_top .today_course { width: 100%; border: 0; border-radius: 0; padding-left: 0; padding-right: 0; } .today_courses_top .today_course .rates { float: left; margin: 0 9px 0 -11px; } .today_courses_top .today_course .rates > * { width: auto; padding: 0 11px; margin: 0; } .today_courses_top .today_course .chart { overflow: hidden; float: none; margin: 0; } .today_course_wide .rates { margin-top: 5px; margin-bottom: 4px; } .today_courses_slider .today_course .rates { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-left: -11px; margin-right: -11px; margin-top: 12px; margin-bottom: -4px; } .today_courses_slider .rates > * { width: auto; margin: 0 11px; } .today_courses_slider .today_course .big { height: auto; } .today_courses_slider ul, .today_courses_slider .today_course { height: auto; } } @media only screen and (max-width: 525px) { .today_courses_top ul li { width: 100%; } } @media only screen and (max-width: 768px) { .bank_contacts { padding-left: 10px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px; } .bank_contacts li, .bank_contacts li.wid2 { width: 50%; padding: 12px 10px; } } @media only screen and (max-width: 400px) { .bank_contacts li, .bank_contacts li.wid2 { width: 100%; } } @media only screen and (max-width: 768px) { .bank_services { padding-top: 0; padding-bottom: 4px; } .bank_services .slick-slider { padding-left: 10px; padding-right: 10px; } .bank_services li { padding-left: 10px; padding-right: 10px; } .bank_cards { padding-top: 10px; padding-bottom: 10px; } .bank_cards .slick-slider { padding-left: 10px; padding-right: 10px; } .bank_cards li { width: 175px; padding-left: 10px; padding-right: 10px; } } @media only screen and (max-width: 768px) { .bank_info_head { padding: 30px 20px; margin: -20px; } .bank_info_ind { padding-top: 8px; padding-bottom: 6px; } .articles { margin: 6px -10px -14px -10px; } .articles li { padding: 14px 10px; } .news2 { padding: 0; position: relative; } .cyr_info .h3 { } .cyr_info .h4 { } .cyr_info ul { margin-left: -25px; margin-right: -25px; } .cyr_info ul li { margin-left: 25px; margin-right: 25px; } .cyr_info ul strong { font-size: 30px; } } @media only screen and (max-width: 394px) { .articles li { width: 100%; } } @media only screen and (max-width: 768px) { .calc_result { margin-bottom: -20px; margin-top: 0; padding: 17px 0 15px 20px; } .calc_result .big2 { font-size: inherit; } .calc_result ul { margin-right: -20px; position: relative; z-index: 2; } .calc_result li { padding: 0; margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; } .calc_result li > * { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } .calc_result li > .r { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; min-width: 55px; margin: 0 3px 0 0; } .calc_result .hr { margin-right: -10px; } } @media only screen and (max-width: 768px) { .card_head { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; padding-bottom: 25px; padding-top: 29px; } .card_head .img { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 254px; margin: 0 auto 7px auto; } .benefits2 { padding-bottom: 18px; padding-top: 18px; } .benefits2 li { margin-left: 10px; margin-right: 10px; } .benefits2 img { height: 22px; } .other_offers { padding: 0; } .other_offers .h3 { margin: 0; padding: 21px 20px; } } @media only screen and (max-width: 768px) { .benefits_checks { padding: 17px 20px 3px 20px; } } @media only screen and (max-width: 440px) { .benefits_checks { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; } } @media only screen and (max-width: 768px) { .bank_course_head { padding-top: 15px; padding-bottom: 15px; } } @media only screen and (max-width: 460px) { .bank_course_head { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; display: -webkit-box; display: -ms-flexbox; display: flex; padding-bottom: 30px; } .bank_course_head .big { white-space: normal; overflow: visible; } .bank_course_head .big:before { display: none; } .bank_course_head .r { float: none; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; margin-left: 0; margin-top: 10px; margin-bottom: 0; } .bank_course_head .l { overflow: visible; } .bank_course_head .info li { width: auto!important; } .bank_course_head .time_info { float: right; font-size: 11px; line-height: 17px; width: 106px; white-space: normal; margin-right: -20px; padding-right: 10px; } .bank_course_head .time_info .ic { top: -4px; } } @media only screen and (max-width: 768px) { .modal { padding: 0; } .modal .close { margin: 20px; } .compare { padding: 20px 20px 0 20px; } .compare .h1 { margin: -1px 50px 19px 0; font-size: 21px; } .compare_table { margin: 0 -20px; font-size: 13px; line-height: 16px; } .compare_table th, .compare_table td { padding-left: 17px; padding-right: 17px; } .compare_table th { width: 114px; min-width: 114px; max-width: 114px; } .compare_table td { width: 153px; min-width: 153px; max-width: 153px; } .compare .rating { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-bottom: -3px; } .compare .rating .stars { margin: 0 -2px 8px -2px; } .compare .btn_hold { display: block; padding: 0; margin: -8px -8px; } .compare .btn_hold .btn { width: 100%; min-width: 0; } } @media only screen and (max-width: 768px) { .filter_info { line-height: 19px; } .filter_info > .container { height: 64px; padding: 0 20px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .filter_info .l { width: auto; padding: 0; margin-right: 0; white-space: normal; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; line-height: inherit; } .filter_info .l > .ic { display: none; } .filter_info .r { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; padding: 0; } .filter_info .c { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; padding: 0; margin: 0 10px; } .filter_info .c > * { padding: 0; } .filter_info .el { } .filter_info .small { font-size: 11px; font-weight: 500; color: #707375; line-height: 14px; } .filter_info .btn { min-width: 0; margin: 0 10px; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; } } @media only screen and (max-width: 440px) { .course_actions { font-size: 11px; line-height: 16px; margin-left: -17px; margin-right: -17px; } .course_actions li { margin-left: 17px; margin-right: 17px; padding-left: 40px; } .course_actions img { height: 30px; top: 1px; } } @media only screen and (max-width: 768px) { .bank_ratings > * { padding-left: 20px; padding-right: 20px; } } @media only screen and (max-width: 600px) { .bank_ratings > * { width: 100%; border-left-width: 0; border-right-width: 0; } } @media only screen and (max-width: 768px) { .credit_form .h1 { font-size: 21px; line-height: 1; margin-top: -1px; } .credit_form .t, .credit_form .c, .credit_form .b { padding: 20px; } .credit_form .c { padding-top: 20px; padding-bottom: 20px; } .credit_form .r { padding: 20px; margin-left: 20px; } .credit_form .r .logo_hold { margin-bottom: 14px; } } @media only screen and (max-width: 670px) { .input_with_info .text { width: 98px; } .credit_form .steps { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: -4px; } .credit_form .steps .step { width: 60px; padding: 0; text-align: center; } .credit_form .steps .step div { display: none; } .credit_form .steps .step .num { display: block; position: static; left: auto; top: auto; } .credit_form .steps .arr { margin-left: 0; margin-right: 0; } .credit_form .l .label:first-child { margin-top: 2px; } .credit_form .r { display: none; } .credit_form .b { padding-top: 0; margin-top: 5px; padding-bottom: 30px; } .credit_form .check { margin-top: 17px; margin-bottom: -2px; } .credit_form .c_done { padding-top: 39px; padding-bottom: 30px; } .credit_form .c_done img { height: 110px; } .credit_form .c_done .big { font-size: 21px; margin: 0 0 12px 0; } .credit_form .b_done { margin-top: 0; padding-bottom: 44px; } .credit_form .b_done .btn { min-width: 0; } .credit_form .b_done .btn span { padding-left: 20px; padding-right: 20px; } } @media only screen and (max-width: 768px) { .nacbank_courses { font-size: 10px; } .nacbank_courses td { padding-top: 15px; padding-bottom: 15px; } .nacbank_courses th:first-child, .nacbank_courses td:first-child { padding-left: 20px; } .nacbank_courses th:last-child, .nacbank_courses td:last-child { padding-right: 5px; } .nacbank_courses .img { padding: 14px 8px 14px 0!important; vertical-align: top; } .nacbank_courses .img img { width: 40px; } .nacbank_courses .big { font-size: 15px; line-height: 17px; margin-bottom: 0; } .nacbank_courses .val { width: auto; } .nacbank_courses .change { width: auto; } } /*-----content end-----*/
0.284576
0.049959
html, body, #content { height: 100%; } .module { min-height: 100%; box-sizing: border-box; } body { background: #d8e2d8 url(/docs/images/square_bg.png) fixed; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; padding: 0; margin: 0; font-size: 14px; line-height: 22px; } a { color: #800; -webkit-transition-property: opacity, -webkit-transform, color, background-color, padding, -webkit-box-shadow; -webkit-transition-duration: 0.15s; -webkit-transition-timing-function: ease-out; } a:hover { opacity: 0.8; } #wrap { } h1 { font-family: 'Helvetica Nueue', Helvetica, Arial, FreeSans, sans-serif; text-rendering: geometricPrecision; } pre { background: rgba(255,255,255,.8); border: 1px solid #bbb; padding:5px; border-radius: 3px; box-shadow: 1px 3px 6px #ddd; } code { background: rgba(255,255,255,.8); color: #333; border-radius: 3px; font-size: 13px; font-family: Monaco; /*text-shadow: 1px 2px 2px #555;*/ } pre code { border: 0 none; padding: 1.2em; overflow-x: auto; } h2 { margin-top: 0; } h3 { padding-top: 35px; } h3 code { font-weight: normal; } hr { display: none; height: 1px; border: 0 none; padding: 0; margin: 90px 0; background: -webkit-gradient(linear, left top, right top, from(rgba(57, 172, 57, 0.0)), color-stop(0.5, rgba(57, 172, 57, 0.33)), to(rgba(57, 172, 57, 0.0))) } .doclinks hr { margin: 10px 0; } li { list-style: square; } #header { padding-top: 22px; padding-bottom: 25px; text-transform: lowercase; } #header h1 { margin-top: 0; margin-bottom: 0; } #header h1 a { text-decoration: none; } #header .mongoose { font-size: 48px; font-weight: 100; color: #fff; letter-spacing: -5px; } #links { position: fixed; top: 0; left: 0; bottom: 0; width: 210px; overflow-x: hidden; overflow-y: auto; padding: 15px 0 30px 20px; border-right: 1px solid #ddd; background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(0.92, transparent), color-stop(0.9201, rgba(172,172,172, 0.0)), to(rgba(172,172,172, 0.4))), transparent; } #links .schematypes span { display: none; } #content { padding: 0; margin: 0 0 0 230px; } #content .controls { padding: 5px 15px 5px 10px; position: fixed; background: #fff; border: 3px solid #eee; border-radius: 0 0 12px 0; border-width: 0 3px 3px 10px; width: 100%; bottom: 0; opacity: 0.75; -webkit-transition-property: opacity; -webkit-transition-duration: 0.15s; -webkit-transition-timing-function: ease-out; } #content .controls:hover { opacity: .9; } #content p { word-wrap: break-word; } #content > ul { margin: 0; padding: 0; } .private { display: none; } .doclinks li.private a:before, .doclinks .module.private a:before, .doclinks item.private a:before { content: "p"; background: #333; color: #fff; font-size: 11px; line-height: 15px; font-weight: normal; padding: 0 2px; border-radius: 3px; border: 1px solid #333; display: inline-block; margin-right: 5px; } #content .private h3:after { content: "private"; background: #333; color: #fff; font-size: 11px; line-height: 15px; font-weight: normal; padding: 0 2px; border-radius: 3px; border: 1px solid #333; display: inline-block; margin-left: 5px; } .module { list-style: none; padding: 30px 0 0 30px; border-color: #eee; border-width: 9px 10px; border-style: solid; background-color: #fff; } .module > * { max-width: 700px; } .item { margin-bottom: 175px; } .item h3 a { color: #333; text-decoration: none; } .property h3 span { color: #444; } .description { margin-top: 25px; } .sourcecode { display: none; } .showcode { font-size: 12px; cursor: pointer; display: none; } .load .showcode { display: block; } .types a { text-decoration: none; } li.guide ul { padding-left: 16px; } @media only screen and (device-width: 768px) { } @media only screen and (max-width: 480px) { #forkbanner { display: none } #header .mongoose { font-size: 65px; text-align: center; } html, body, #content { height: auto; } #links { position: static; width: auto; border: 0 none; border-right: 0 none; border-bottom: 1px solid #ddd; background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.92, transparent), color-stop(0.9201, rgba(172,172,172, 0.0)), to(rgba(172,172,172, 0.4))), transparent; padding: 15px 0; } #links, #links ul, #links li { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } #links ul { padding: 0 10px 0 0; } #links li { list-style: none; display: inline-block; width: 25%; text-align: center; } #links .home, #links .support, #links .fork { display: none; } .doclinks { display: none; } #content { margin-left: 0; } .module { padding-left: 5px; border-width: 3px; } #links li.guide { display: block; width: 390px; margin-bottom: 15px; } #links li.guide > a { display: none; } #links li ul li { width: 44%; text-align: left; } #links li ul li ul li { width: 95%; } #links .plugins, #links .changelog { display: none; } #links .schematypes span { display: inline; } #links .double { width: 332px; } #links .double > ul { display: inline; float: right; } #links .double > ul li { width: 155px; } }
docs/3.2.x/docs/css/guide.css
html, body, #content { height: 100%; } .module { min-height: 100%; box-sizing: border-box; } body { background: #d8e2d8 url(/docs/images/square_bg.png) fixed; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; padding: 0; margin: 0; font-size: 14px; line-height: 22px; } a { color: #800; -webkit-transition-property: opacity, -webkit-transform, color, background-color, padding, -webkit-box-shadow; -webkit-transition-duration: 0.15s; -webkit-transition-timing-function: ease-out; } a:hover { opacity: 0.8; } #wrap { } h1 { font-family: 'Helvetica Nueue', Helvetica, Arial, FreeSans, sans-serif; text-rendering: geometricPrecision; } pre { background: rgba(255,255,255,.8); border: 1px solid #bbb; padding:5px; border-radius: 3px; box-shadow: 1px 3px 6px #ddd; } code { background: rgba(255,255,255,.8); color: #333; border-radius: 3px; font-size: 13px; font-family: Monaco; /*text-shadow: 1px 2px 2px #555;*/ } pre code { border: 0 none; padding: 1.2em; overflow-x: auto; } h2 { margin-top: 0; } h3 { padding-top: 35px; } h3 code { font-weight: normal; } hr { display: none; height: 1px; border: 0 none; padding: 0; margin: 90px 0; background: -webkit-gradient(linear, left top, right top, from(rgba(57, 172, 57, 0.0)), color-stop(0.5, rgba(57, 172, 57, 0.33)), to(rgba(57, 172, 57, 0.0))) } .doclinks hr { margin: 10px 0; } li { list-style: square; } #header { padding-top: 22px; padding-bottom: 25px; text-transform: lowercase; } #header h1 { margin-top: 0; margin-bottom: 0; } #header h1 a { text-decoration: none; } #header .mongoose { font-size: 48px; font-weight: 100; color: #fff; letter-spacing: -5px; } #links { position: fixed; top: 0; left: 0; bottom: 0; width: 210px; overflow-x: hidden; overflow-y: auto; padding: 15px 0 30px 20px; border-right: 1px solid #ddd; background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(0.92, transparent), color-stop(0.9201, rgba(172,172,172, 0.0)), to(rgba(172,172,172, 0.4))), transparent; } #links .schematypes span { display: none; } #content { padding: 0; margin: 0 0 0 230px; } #content .controls { padding: 5px 15px 5px 10px; position: fixed; background: #fff; border: 3px solid #eee; border-radius: 0 0 12px 0; border-width: 0 3px 3px 10px; width: 100%; bottom: 0; opacity: 0.75; -webkit-transition-property: opacity; -webkit-transition-duration: 0.15s; -webkit-transition-timing-function: ease-out; } #content .controls:hover { opacity: .9; } #content p { word-wrap: break-word; } #content > ul { margin: 0; padding: 0; } .private { display: none; } .doclinks li.private a:before, .doclinks .module.private a:before, .doclinks item.private a:before { content: "p"; background: #333; color: #fff; font-size: 11px; line-height: 15px; font-weight: normal; padding: 0 2px; border-radius: 3px; border: 1px solid #333; display: inline-block; margin-right: 5px; } #content .private h3:after { content: "private"; background: #333; color: #fff; font-size: 11px; line-height: 15px; font-weight: normal; padding: 0 2px; border-radius: 3px; border: 1px solid #333; display: inline-block; margin-left: 5px; } .module { list-style: none; padding: 30px 0 0 30px; border-color: #eee; border-width: 9px 10px; border-style: solid; background-color: #fff; } .module > * { max-width: 700px; } .item { margin-bottom: 175px; } .item h3 a { color: #333; text-decoration: none; } .property h3 span { color: #444; } .description { margin-top: 25px; } .sourcecode { display: none; } .showcode { font-size: 12px; cursor: pointer; display: none; } .load .showcode { display: block; } .types a { text-decoration: none; } li.guide ul { padding-left: 16px; } @media only screen and (device-width: 768px) { } @media only screen and (max-width: 480px) { #forkbanner { display: none } #header .mongoose { font-size: 65px; text-align: center; } html, body, #content { height: auto; } #links { position: static; width: auto; border: 0 none; border-right: 0 none; border-bottom: 1px solid #ddd; background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.92, transparent), color-stop(0.9201, rgba(172,172,172, 0.0)), to(rgba(172,172,172, 0.4))), transparent; padding: 15px 0; } #links, #links ul, #links li { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } #links ul { padding: 0 10px 0 0; } #links li { list-style: none; display: inline-block; width: 25%; text-align: center; } #links .home, #links .support, #links .fork { display: none; } .doclinks { display: none; } #content { margin-left: 0; } .module { padding-left: 5px; border-width: 3px; } #links li.guide { display: block; width: 390px; margin-bottom: 15px; } #links li.guide > a { display: none; } #links li ul li { width: 44%; text-align: left; } #links li ul li ul li { width: 95%; } #links .plugins, #links .changelog { display: none; } #links .schematypes span { display: inline; } #links .double { width: 332px; } #links .double > ul { display: inline; float: right; } #links .double > ul li { width: 155px; } }
0.327991
0.076304
body { font-size:11px; } @page big_table { prince-rotate-body: landscape; prince-shrink-to-fit: auto; } table.wide_table { page: big_table; } .nav ul li a {border-top:0px; background-color:transparent; } #navig a[href] {background-color: transparent; font-weight: bold; font-size: 12px; } .sectionHead { padding-left: 10px; font-weight: bold; padding-top: 5px; } .sectionHead2 { padding-left: 12px; } #navig a[href]::after { content: leader(".") target-counter(attr(href), page); } #navig ul.indent2 { padding-left:4px;} #navig li.indent3 { padding-left:14px;} a[href]::after { /* " (page " target-counter(attr(href), page) ")" */ content: ""; } a[href^="http:"]::after, a[href^="https:"]::after { content: ""; } a[href] { color: #373BB1 !important; } a[href*="mailto"]::after, a[data-toggle="tooltip"]::after, a[href].noCrossRef::after { content: ""; } a[href]::after { content: " [See page " target-counter(attr(href), page) "]" } @page { margin: 60pt 90pt 60pt 90pt; font-family: "Optimo-Plain", "Helvetica Neue", Helvetica, Arial, sans-serif; font-style:none; color: gray; } .printTitle { line-height:30pt; font-size:27pt; font-weight: bold; letter-spacing: -.5px; margin-bottom:25px; } .printSubtitle { font-size: 19pt; color: #999999 !important; font-family: "Grotesque MT Light"; line-height: 22pt; letter-spacing: -.5px; margin-bottom:20px; } .printTitleArea hr { color: #999999 !important; height: 2px; width: 100%; } .printTitleImage { max-width:300px; } .printTitleImage { max-width: 250px; } #navig { /*page-break-before: always;*/ } .copyrightBoilerplate { page-break-before:always; font-size:14px; } .lastGeneratedDate { font-style: italic; font-size:14px; color: #999999; } .alert a { text-decoration: none !important; } body.title { page: title } @page title { @top-left { content: " "; } @top-right { content: " " } @bottom-right { content: " "; } @bottom-left { content: " "; } } body.frontmatter { page: frontmatter } body.frontmatter {counter-reset: page 1} @page frontmatter { @top-left { content: prince-script(guideName); } /*@top-right { content: prince-script(datestamp); }*/ @top-right { content: " " } @bottom-right { content: counter(page, lower-roman); } /*@bottom-left { content: "<EMAIL>"; }*/ @bottom-left { content: " " } } body.first_page {counter-reset: page 1} h1 { string-set: doctitle content() } @page { @top-left { content: string(doctitle); font-size: 11px; font-style: italic; } /*@top-right { content: prince-script(datestamp); font-size: 11px; }*/ @bottom-right { content: "Page " counter(page); font-size: 11px; } @bottom-left { content: prince-script(guideName); font-size: 11px; } } .alert { background-color: #fafafa !important; border-color: #dedede !important; color: black; } pre { background-color: #fafafa; }
css/printstyles.css
body { font-size:11px; } @page big_table { prince-rotate-body: landscape; prince-shrink-to-fit: auto; } table.wide_table { page: big_table; } .nav ul li a {border-top:0px; background-color:transparent; } #navig a[href] {background-color: transparent; font-weight: bold; font-size: 12px; } .sectionHead { padding-left: 10px; font-weight: bold; padding-top: 5px; } .sectionHead2 { padding-left: 12px; } #navig a[href]::after { content: leader(".") target-counter(attr(href), page); } #navig ul.indent2 { padding-left:4px;} #navig li.indent3 { padding-left:14px;} a[href]::after { /* " (page " target-counter(attr(href), page) ")" */ content: ""; } a[href^="http:"]::after, a[href^="https:"]::after { content: ""; } a[href] { color: #373BB1 !important; } a[href*="mailto"]::after, a[data-toggle="tooltip"]::after, a[href].noCrossRef::after { content: ""; } a[href]::after { content: " [See page " target-counter(attr(href), page) "]" } @page { margin: 60pt 90pt 60pt 90pt; font-family: "Optimo-Plain", "Helvetica Neue", Helvetica, Arial, sans-serif; font-style:none; color: gray; } .printTitle { line-height:30pt; font-size:27pt; font-weight: bold; letter-spacing: -.5px; margin-bottom:25px; } .printSubtitle { font-size: 19pt; color: #999999 !important; font-family: "Grotesque MT Light"; line-height: 22pt; letter-spacing: -.5px; margin-bottom:20px; } .printTitleArea hr { color: #999999 !important; height: 2px; width: 100%; } .printTitleImage { max-width:300px; } .printTitleImage { max-width: 250px; } #navig { /*page-break-before: always;*/ } .copyrightBoilerplate { page-break-before:always; font-size:14px; } .lastGeneratedDate { font-style: italic; font-size:14px; color: #999999; } .alert a { text-decoration: none !important; } body.title { page: title } @page title { @top-left { content: " "; } @top-right { content: " " } @bottom-right { content: " "; } @bottom-left { content: " "; } } body.frontmatter { page: frontmatter } body.frontmatter {counter-reset: page 1} @page frontmatter { @top-left { content: prince-script(guideName); } /*@top-right { content: prince-script(datestamp); }*/ @top-right { content: " " } @bottom-right { content: counter(page, lower-roman); } /*@bottom-left { content: "<EMAIL>"; }*/ @bottom-left { content: " " } } body.first_page {counter-reset: page 1} h1 { string-set: doctitle content() } @page { @top-left { content: string(doctitle); font-size: 11px; font-style: italic; } /*@top-right { content: prince-script(datestamp); font-size: 11px; }*/ @bottom-right { content: "Page " counter(page); font-size: 11px; } @bottom-left { content: prince-script(guideName); font-size: 11px; } } .alert { background-color: #fafafa !important; border-color: #dedede !important; color: black; } pre { background-color: #fafafa; }
0.500977
0.158044
.account-block { margin: auto; height: 80%; width: 70%; background-color: white; } .signin-block { text-align: center; } .img-block { color: white; background-size: cover; background-position: center; } .btn-bot { position: absolute; margin-left: -45px; left: 50%; padding: 5px 10px 5px 10px; border: 2px solid white; border-radius: 10px; bottom: 25px; text-decoration: none !important; color: white; } .btn-bot:hover { color: black; border: 2px solid black; background-color: rgba(255, 255, 255, 0.891); } .welcome { position: relative; top: 12%; left: 28%; border-radius: 50px; font-size: 2.2rem; width: 44%; } label { font-size: 1.2em; } .form-group { padding: 6% 8% 8% 8%; position: relative; display: inline-block; top: 80px; color: black; } #id_login, #id_password { border-top: none; border-left: none; border-right: none; color: #000; } .loginbutton { padding: 8px 10px 5px 10px; font-size:1rem; margin-bottom: 1.6rem; margin-top: 1rem; border: 2px solid white; border-radius: 50px; background: #e0e0e0; box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff; color:#e0e0e0; background:rgba(1,1,1); outline:none; } .loginbutton:hover{ background-color: #e0e0e0; color:black; border: 3px solid black; } fa-google{ padding-right: 5px; } .googlebutton { position: relative; background-color: #c4b4ff; color: white; padding: 7px 5px; border: 2px solid white; text-decoration: none !important; border-radius: 50px; background: #e0e0e0; box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff; border:3px solid #e0e0e0; bottom: -1%; left: 3px; } .forgotpassword { font-size: 15px; position: relative; left: 30px; top: 10px; } .googlebutton:hover { color: white; } strong { color: red; } @media only screen and (max-width: 1200px) { .img-block { display: none; } .googlebutton{ bottom:2%; } } @media only screen and (max-width: 900px) { .loginbutton { padding: 8px 10px 5px 10px; font-size:1rem; margin-bottom: 2rem; margin-top: 1rem; } .form-group { padding: 5% 5% 13% 5%; margin-top: -1rem; } .account-block { margin: auto; height: 70%; background-color: white; } .welcome{ font-size: 1.5rem; width: 40%; left: 30%; } .googlebutton{ bottom: 5%; } } @media only screen and (max-width: 600px) { .loginbutton { padding: 8px 10px 5px 10px; font-size:1rem; margin-bottom: 5rem; margin-top: 1rem; margin-left: -1rem; } .welcome { font-size: 1.75rem; margin-top: -2rem; } .form-group { padding: 7% 5% 5% 5%; } .forgotpassword { font-size: 16px; position: relative; left: 30px; top: 10px; } .welcome{ font-size: 1.5rem; width: 60%; left: 20%; } } ::placeholder{ color: #000; font-weight: normal; }
static/mainapp/css/login.css
.account-block { margin: auto; height: 80%; width: 70%; background-color: white; } .signin-block { text-align: center; } .img-block { color: white; background-size: cover; background-position: center; } .btn-bot { position: absolute; margin-left: -45px; left: 50%; padding: 5px 10px 5px 10px; border: 2px solid white; border-radius: 10px; bottom: 25px; text-decoration: none !important; color: white; } .btn-bot:hover { color: black; border: 2px solid black; background-color: rgba(255, 255, 255, 0.891); } .welcome { position: relative; top: 12%; left: 28%; border-radius: 50px; font-size: 2.2rem; width: 44%; } label { font-size: 1.2em; } .form-group { padding: 6% 8% 8% 8%; position: relative; display: inline-block; top: 80px; color: black; } #id_login, #id_password { border-top: none; border-left: none; border-right: none; color: #000; } .loginbutton { padding: 8px 10px 5px 10px; font-size:1rem; margin-bottom: 1.6rem; margin-top: 1rem; border: 2px solid white; border-radius: 50px; background: #e0e0e0; box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff; color:#e0e0e0; background:rgba(1,1,1); outline:none; } .loginbutton:hover{ background-color: #e0e0e0; color:black; border: 3px solid black; } fa-google{ padding-right: 5px; } .googlebutton { position: relative; background-color: #c4b4ff; color: white; padding: 7px 5px; border: 2px solid white; text-decoration: none !important; border-radius: 50px; background: #e0e0e0; box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff; border:3px solid #e0e0e0; bottom: -1%; left: 3px; } .forgotpassword { font-size: 15px; position: relative; left: 30px; top: 10px; } .googlebutton:hover { color: white; } strong { color: red; } @media only screen and (max-width: 1200px) { .img-block { display: none; } .googlebutton{ bottom:2%; } } @media only screen and (max-width: 900px) { .loginbutton { padding: 8px 10px 5px 10px; font-size:1rem; margin-bottom: 2rem; margin-top: 1rem; } .form-group { padding: 5% 5% 13% 5%; margin-top: -1rem; } .account-block { margin: auto; height: 70%; background-color: white; } .welcome{ font-size: 1.5rem; width: 40%; left: 30%; } .googlebutton{ bottom: 5%; } } @media only screen and (max-width: 600px) { .loginbutton { padding: 8px 10px 5px 10px; font-size:1rem; margin-bottom: 5rem; margin-top: 1rem; margin-left: -1rem; } .welcome { font-size: 1.75rem; margin-top: -2rem; } .form-group { padding: 7% 5% 5% 5%; } .forgotpassword { font-size: 16px; position: relative; left: 30px; top: 10px; } .welcome{ font-size: 1.5rem; width: 60%; left: 20%; } } ::placeholder{ color: #000; font-weight: normal; }
0.477798
0.147678
.resp{ width: 100%; } th{ color: darkblue; } /* --- CSS Table --- */ table.blueTable { border: 1px solid #1C6EA4; background-color: #EEEEEE; width: 100%; text-align: left; border-collapse: collapse; } table.blueTable td, table.blueTable th { border: 1px solid #AAAAAA; padding: 3px 2px; } table.blueTable tbody td { font-size: 13px; } table.blueTable tr:nth-child(even) { background: #D0E4F5; } table.blueTable thead { background: #1C6EA4; background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%); background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%); background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%); border-bottom: 2px solid #444444; } table.blueTable thead th { font-size: 15px; font-weight: bold; color: #FFFFFF; border-left: 2px solid #D0E4F5; } table.blueTable thead th:first-child { border-left: none; } table.blueTable tfoot { font-size: 14px; font-weight: bold; color: #FFFFFF; background: #D0E4F5; background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%); background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%); background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%); border-top: 2px solid #444444; } table.blueTable tfoot td { font-size: 14px; } table.blueTable tfoot .links { text-align: right; } table.blueTable tfoot .links a { display: inline-block; background: #1C6EA4; color: #FFFFFF; padding: 2px 8px; border-radius: 5px; } /* --- Footer --- */ #container { width: 100%; height: 330px } #part1 { width: 100%; height: 280px; background-color: #292929 } #part2 { width: 100%; height: 50px; background-color: black; position: relative; top: -15px } #companyinfo { width: 14%; height: 280px; position: relative; left: 8%; top: 30px } #sitelink { font-size: 35px; color: #f44336 } #sitelink:hover { color: #e65100 } #title { color: gray; position: relative; top: 0px; font-size: 14.1px } #detail { color: #aaa7a7; font-size: 16px } #explore { width: 14%; height: 280px; position: relative; top: -235px; left: 29% } #txt1, #txt2, #txt3, #txt4, #txt5 { color: white; font-size: 20px } .link { display: flex; width: 90px; height: 40px; color: #aaa7a7; background-color: transparent; border-top: 2px solid white; position: relative; top: -10px } .link:hover, .link1:hover { color: #e65100 } #visit { width: 14%; height: 280px; position: relative; top: -515px; left: 42% } .text { color: #aaa7a7; font-size: 14px; margin-top: -10px } #legal { width: 14%; height: 280px; position: relative; top: -800px; left: 59.5% } .link1 { display: flex; width: 150px; height: 40px; color: #aaa7a7; background-color: transparent; border-top: 2px solid white; position: relative; top: -10px; margin-top: 7px } #subscribe { position: relative; top: -1080px; left: 78%; width: 14%; height: 280px } #email { color: white; position: relative; top: -20px } .btn { position: relative; top: -10px } #txt5 { position: relative; top: 0px } .social { position: relative; top: -5px; margin-right: 10px; color: white; cursor: pointer } .fa-facebook-square:hover { color: #3B579D } .fa-linkedin:hover { color: #007BB6 } .fa-twitter-square:hover { color: #2CAAE1 } #txt6 { color: white; position: relative; top: 13px; left: 8%; width: 80%; color: #aaa7a7; } .material-icons { position: relative; top: 3px } @media only screen and (max-width:1000px) { #companyinfo { width: 20% } #sitelink { font-size: 30px } #txt5, #txt4 { font-size: 17px } #txt5, .social { position: relative; top: -5px } } @media only screen and (max-width:850px) { #companyinfo { position: relative; left: 3% } #txt6 { position: relative; left: 3% } #txt1, #txt2, #txt3, #txt4, #txt5 { font-size: 15px } #explore { position: relative; top: -240px; left: 26% } #sitelink { font-size: 25px } #detail { font-size: 13px } .link { width: 60px } #visit { position: relative; top: -520px; left: 37% } .text { font-size: 13px } #legal { position: relative; top: -800px; left: 54% } #subscribe { position: relative; top: -1080px; left: 76%; width: 20% } #txt5, .social { position: relative; left: -110%; top: 10px; } #email, .btn { position: relative; top: 0px; } #part1 { height: 250px } } .class1{ color: blue; text-decoration: underline; } .class2{ color: green; text-decoration: overline; } .lbl { color: black; width: 200px; font-weight: bold; background-color: #efefef; border-radius: 5px; font-size: 16px; padding-left: 11px; padding-right: 4px; padding-bottom: 5px; margin-right: 100px; margin-bottom: 70px; } td{ marging:5px; } /* Styled table */ .styled-table { border-collapse: collapse; margin: 5px 0; font-size: 0.9em; font-family: sans-serif; /*min-width: 400px;*/ box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); float: left; } .styled-table thead tr { background-color: #009879; color: #ffffff; text-align: left; height: 5px; } .styled-table th{ padding: 5px 5px; color:#FFFFFF; height: 5px; } .styled-table td { padding: 5px 5px; } .styled-table tbody tr { border-bottom: 1px solid #dddddd; } .styled-table tbody tr:nth-of-type(even) { background-color: #f3f3f3; } .styled-table tbody tr:last-of-type { border-bottom: 2px solid #009879; } .styled-table tbody tr.active-row { font-weight: bold; color: #009879; } /* Table wrapper *************************** ********************************************/ *{ box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; } body{ font-family: Helvetica; -webkit-font-smoothing: antialiased; /* background: rgba( 71, 147, 227, 1);*/ } h2{ text-align: center; font-size: 18px; text-transform: uppercase; letter-spacing: 1px; color: white; padding: 30px 0; } /* Table Styles */ .table-wrapper{ margin: 10px 70px 70px; box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 ); } .fl-table { border-radius: 5px; font-size: 12px; font-weight: normal; border: none; border-collapse: collapse; width: 100%; max-width: 100%; white-space: nowrap; background-color: white; } .fl-table td, .fl-table th { text-align: center; padding: 8px; } .fl-table td { border-right: 1px solid #f8f8f8; font-size: 12px; vertical-align: middle; padding-top: 10px; } .fl-table thead th { color: #ffffff; background: #4FC3A1; } .fl-table thead th:nth-child(odd) { color: #ffffff; background: #324960; } .fl-table tr:nth-child(even) { background: #F8F8F8; } /* Responsive */ @media (max-width: 767px) { .fl-table { display: block; width: 100%; } .table-wrapper:before{ content: "Scroll horizontally >"; display: block; text-align: right; font-size: 11px; color: white; padding: 0 0 10px; } .fl-table thead, .fl-table tbody, .fl-table thead th { display: block; } .fl-table thead th:last-child{ border-bottom: none; } .fl-table thead { float: left; } .fl-table tbody { width: auto; position: relative; overflow-x: auto; } .fl-table td, .fl-table th { padding: 20px .625em .625em .625em; height: 60px; vertical-align: middle; box-sizing: border-box; overflow-x: hidden; overflow-y: auto; width: 120px; font-size: 13px; text-overflow: ellipsis; } .fl-table thead th { text-align: left; border-bottom: 1px solid #f7f7f9; } .fl-table tbody tr { display: table-cell; } .fl-table tbody tr:nth-child(odd) { background: none; } .fl-table tr:nth-child(even) { background: transparent; } .fl-table tr td:nth-child(odd) { background: #F8F8F8; border-right: 1px solid #E6E4E4; } .fl-table tr td:nth-child(even) { border-right: 1px solid #E6E4E4; } .fl-table tbody td { display: block; text-align: center; } } /***************************************** Menu design ******************************************/ @import url('https://fonts.googleapis.com/css?family=Montserrat:600|Open+Sans:600&display=swap'); *{ margin: 0; padding: 0; text-decoration: none; } .sidebar{ position: relative; width: 240px; left: 20px; height: 100%; background: #1e1e1e; transition: all .5s ease; } .sidebar header{ font-size: 28px; color: white; line-height: 70px; text-align: center; background: #1b1b1b; user-select: none; font-family: 'Montserrat', sans-serif; } .sidebar a{ display: block; height: 65px; width: 100%; color: white; line-height: 65px; padding-left: 30px; box-sizing: border-box; border-bottom: 1px solid black; border-top: 1px solid rgba(255,255,255,.1); border-left: 5px solid transparent; font-family: 'Open Sans', sans-serif; transition: all .5s ease; } a.active,a:hover{ border-left: 5px solid #b93632; color: #b93632; } .sidebar a i{ font-size: 23px; margin-right: 16px; } .sidebar a span{ letter-spacing: 1px; text-transform: uppercase; } #check{ display: none; } label #btn,label #cancel{ position: absolute; cursor: pointer; color: white; border-radius: 5px; border: 1px solid #262626; margin: 15px 30px; font-size: 29px; background: #262626; height: 45px; width: 45px; text-align: center; line-height: 45px; transition: all .5s ease; } label #cancel{ opacity: 0; visibility: hidden; } #check:checked ~ .sidebar{ left: 0; } #check:checked ~ label #btn{ margin-left: 245px; opacity: 0; visibility: hidden; } #check:checked ~ label #cancel{ margin-left: 245px; opacity: 1; visibility: visible; } @media(max-width : 860px){ .sidebar{ height: auto; width: 70px; left: 0; margin: 100px 0; } header,#btn,#cancel{ display: none; } span{ position: absolute; margin-left: 23px; opacity: 0; visibility: hidden; } .sidebar a{ height: 60px; } .sidebar a i{ margin-left: -10px; } a:hover { width: 200px; background: inherit; } .sidebar a:hover span{ opacity: 1; visibility: visible; } }
public/css/style.css
.resp{ width: 100%; } th{ color: darkblue; } /* --- CSS Table --- */ table.blueTable { border: 1px solid #1C6EA4; background-color: #EEEEEE; width: 100%; text-align: left; border-collapse: collapse; } table.blueTable td, table.blueTable th { border: 1px solid #AAAAAA; padding: 3px 2px; } table.blueTable tbody td { font-size: 13px; } table.blueTable tr:nth-child(even) { background: #D0E4F5; } table.blueTable thead { background: #1C6EA4; background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%); background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%); background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%); border-bottom: 2px solid #444444; } table.blueTable thead th { font-size: 15px; font-weight: bold; color: #FFFFFF; border-left: 2px solid #D0E4F5; } table.blueTable thead th:first-child { border-left: none; } table.blueTable tfoot { font-size: 14px; font-weight: bold; color: #FFFFFF; background: #D0E4F5; background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%); background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%); background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%); border-top: 2px solid #444444; } table.blueTable tfoot td { font-size: 14px; } table.blueTable tfoot .links { text-align: right; } table.blueTable tfoot .links a { display: inline-block; background: #1C6EA4; color: #FFFFFF; padding: 2px 8px; border-radius: 5px; } /* --- Footer --- */ #container { width: 100%; height: 330px } #part1 { width: 100%; height: 280px; background-color: #292929 } #part2 { width: 100%; height: 50px; background-color: black; position: relative; top: -15px } #companyinfo { width: 14%; height: 280px; position: relative; left: 8%; top: 30px } #sitelink { font-size: 35px; color: #f44336 } #sitelink:hover { color: #e65100 } #title { color: gray; position: relative; top: 0px; font-size: 14.1px } #detail { color: #aaa7a7; font-size: 16px } #explore { width: 14%; height: 280px; position: relative; top: -235px; left: 29% } #txt1, #txt2, #txt3, #txt4, #txt5 { color: white; font-size: 20px } .link { display: flex; width: 90px; height: 40px; color: #aaa7a7; background-color: transparent; border-top: 2px solid white; position: relative; top: -10px } .link:hover, .link1:hover { color: #e65100 } #visit { width: 14%; height: 280px; position: relative; top: -515px; left: 42% } .text { color: #aaa7a7; font-size: 14px; margin-top: -10px } #legal { width: 14%; height: 280px; position: relative; top: -800px; left: 59.5% } .link1 { display: flex; width: 150px; height: 40px; color: #aaa7a7; background-color: transparent; border-top: 2px solid white; position: relative; top: -10px; margin-top: 7px } #subscribe { position: relative; top: -1080px; left: 78%; width: 14%; height: 280px } #email { color: white; position: relative; top: -20px } .btn { position: relative; top: -10px } #txt5 { position: relative; top: 0px } .social { position: relative; top: -5px; margin-right: 10px; color: white; cursor: pointer } .fa-facebook-square:hover { color: #3B579D } .fa-linkedin:hover { color: #007BB6 } .fa-twitter-square:hover { color: #2CAAE1 } #txt6 { color: white; position: relative; top: 13px; left: 8%; width: 80%; color: #aaa7a7; } .material-icons { position: relative; top: 3px } @media only screen and (max-width:1000px) { #companyinfo { width: 20% } #sitelink { font-size: 30px } #txt5, #txt4 { font-size: 17px } #txt5, .social { position: relative; top: -5px } } @media only screen and (max-width:850px) { #companyinfo { position: relative; left: 3% } #txt6 { position: relative; left: 3% } #txt1, #txt2, #txt3, #txt4, #txt5 { font-size: 15px } #explore { position: relative; top: -240px; left: 26% } #sitelink { font-size: 25px } #detail { font-size: 13px } .link { width: 60px } #visit { position: relative; top: -520px; left: 37% } .text { font-size: 13px } #legal { position: relative; top: -800px; left: 54% } #subscribe { position: relative; top: -1080px; left: 76%; width: 20% } #txt5, .social { position: relative; left: -110%; top: 10px; } #email, .btn { position: relative; top: 0px; } #part1 { height: 250px } } .class1{ color: blue; text-decoration: underline; } .class2{ color: green; text-decoration: overline; } .lbl { color: black; width: 200px; font-weight: bold; background-color: #efefef; border-radius: 5px; font-size: 16px; padding-left: 11px; padding-right: 4px; padding-bottom: 5px; margin-right: 100px; margin-bottom: 70px; } td{ marging:5px; } /* Styled table */ .styled-table { border-collapse: collapse; margin: 5px 0; font-size: 0.9em; font-family: sans-serif; /*min-width: 400px;*/ box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); float: left; } .styled-table thead tr { background-color: #009879; color: #ffffff; text-align: left; height: 5px; } .styled-table th{ padding: 5px 5px; color:#FFFFFF; height: 5px; } .styled-table td { padding: 5px 5px; } .styled-table tbody tr { border-bottom: 1px solid #dddddd; } .styled-table tbody tr:nth-of-type(even) { background-color: #f3f3f3; } .styled-table tbody tr:last-of-type { border-bottom: 2px solid #009879; } .styled-table tbody tr.active-row { font-weight: bold; color: #009879; } /* Table wrapper *************************** ********************************************/ *{ box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; } body{ font-family: Helvetica; -webkit-font-smoothing: antialiased; /* background: rgba( 71, 147, 227, 1);*/ } h2{ text-align: center; font-size: 18px; text-transform: uppercase; letter-spacing: 1px; color: white; padding: 30px 0; } /* Table Styles */ .table-wrapper{ margin: 10px 70px 70px; box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 ); } .fl-table { border-radius: 5px; font-size: 12px; font-weight: normal; border: none; border-collapse: collapse; width: 100%; max-width: 100%; white-space: nowrap; background-color: white; } .fl-table td, .fl-table th { text-align: center; padding: 8px; } .fl-table td { border-right: 1px solid #f8f8f8; font-size: 12px; vertical-align: middle; padding-top: 10px; } .fl-table thead th { color: #ffffff; background: #4FC3A1; } .fl-table thead th:nth-child(odd) { color: #ffffff; background: #324960; } .fl-table tr:nth-child(even) { background: #F8F8F8; } /* Responsive */ @media (max-width: 767px) { .fl-table { display: block; width: 100%; } .table-wrapper:before{ content: "Scroll horizontally >"; display: block; text-align: right; font-size: 11px; color: white; padding: 0 0 10px; } .fl-table thead, .fl-table tbody, .fl-table thead th { display: block; } .fl-table thead th:last-child{ border-bottom: none; } .fl-table thead { float: left; } .fl-table tbody { width: auto; position: relative; overflow-x: auto; } .fl-table td, .fl-table th { padding: 20px .625em .625em .625em; height: 60px; vertical-align: middle; box-sizing: border-box; overflow-x: hidden; overflow-y: auto; width: 120px; font-size: 13px; text-overflow: ellipsis; } .fl-table thead th { text-align: left; border-bottom: 1px solid #f7f7f9; } .fl-table tbody tr { display: table-cell; } .fl-table tbody tr:nth-child(odd) { background: none; } .fl-table tr:nth-child(even) { background: transparent; } .fl-table tr td:nth-child(odd) { background: #F8F8F8; border-right: 1px solid #E6E4E4; } .fl-table tr td:nth-child(even) { border-right: 1px solid #E6E4E4; } .fl-table tbody td { display: block; text-align: center; } } /***************************************** Menu design ******************************************/ @import url('https://fonts.googleapis.com/css?family=Montserrat:600|Open+Sans:600&display=swap'); *{ margin: 0; padding: 0; text-decoration: none; } .sidebar{ position: relative; width: 240px; left: 20px; height: 100%; background: #1e1e1e; transition: all .5s ease; } .sidebar header{ font-size: 28px; color: white; line-height: 70px; text-align: center; background: #1b1b1b; user-select: none; font-family: 'Montserrat', sans-serif; } .sidebar a{ display: block; height: 65px; width: 100%; color: white; line-height: 65px; padding-left: 30px; box-sizing: border-box; border-bottom: 1px solid black; border-top: 1px solid rgba(255,255,255,.1); border-left: 5px solid transparent; font-family: 'Open Sans', sans-serif; transition: all .5s ease; } a.active,a:hover{ border-left: 5px solid #b93632; color: #b93632; } .sidebar a i{ font-size: 23px; margin-right: 16px; } .sidebar a span{ letter-spacing: 1px; text-transform: uppercase; } #check{ display: none; } label #btn,label #cancel{ position: absolute; cursor: pointer; color: white; border-radius: 5px; border: 1px solid #262626; margin: 15px 30px; font-size: 29px; background: #262626; height: 45px; width: 45px; text-align: center; line-height: 45px; transition: all .5s ease; } label #cancel{ opacity: 0; visibility: hidden; } #check:checked ~ .sidebar{ left: 0; } #check:checked ~ label #btn{ margin-left: 245px; opacity: 0; visibility: hidden; } #check:checked ~ label #cancel{ margin-left: 245px; opacity: 1; visibility: visible; } @media(max-width : 860px){ .sidebar{ height: auto; width: 70px; left: 0; margin: 100px 0; } header,#btn,#cancel{ display: none; } span{ position: absolute; margin-left: 23px; opacity: 0; visibility: hidden; } .sidebar a{ height: 60px; } .sidebar a i{ margin-left: -10px; } a:hover { width: 200px; background: inherit; } .sidebar a:hover span{ opacity: 1; visibility: visible; } }
0.372619
0.111
body { padding-top: 50px; } .navbar-nav>li { float: left; } /* Utility class for vertical alignment */ .vcenter { float:none; display:inline-block; vertical-align:middle; } div#post-timestamp { color: #777; margin-bottom: 20px; } /* Home -------------------------------------------------- */ /* Styling for hero section */ .hero { margin: 20px 0px; background-color: #f8f8f8; } /* About -------------------------------------------------- */ @media (min-width: 768px) { .profile > div { margin-bottom: 30px } } /* Blog -------------------------------------------------- */ /* Display images in posts on a line of their own */ article.post img { display: block; float: left; margin-bottom: 24px; margin-right: 24px; } article.post p { clear: left; } /* Margin before recent posts */ article.post { margin-bottom: 24px; } div#post-content { margin-bottom: 48px; } article blockquote { font-size: 1em; } article pre { display: block; font-size: 0.7em; background-color: #f8f8f8; } article pre.inline { display: inline; } /* syntax highlight based on GitHub's TODO there must be a better way... */ article pre .pl-c { color: #6a737d; } article pre .pl-cl { color: #005cc5; } article pre .pl-en { color: #6f42c1; } article pre .pl-k { color: #d73a49; } article pre .pl-s { color: #032f62; } article pre .pl-v { color: #e36209; } article i.fa-check { color: #6ea43b; } article i.fa-times { color: #ec2e2d; } article .indent { margin-left: 100px; } /* Contact -------------------------------------------------- */ /* Margin after icons */ #contact i { margin-right: 12px; } a .contact-text { color: #555 } a:hover .contact-text, a:focus .contact-text { color: #777; text-decoration: underline; } /* Sticky footer styles -------------------------------------------------- */ @media (max-width: 767px) { body { margin-bottom: 120px; } .footer { /* Set the fixed height of the footer here */ min-height: 120px; } body>.container { padding: 120px 15px 0; } } @media (min-width: 768px) and (max-width: 991px) { body { margin-bottom: 80px; } .footer { /* Set the fixed height of the footer here */ min-height: 80px; } body>.container { padding: 80px 15px 0; } } @media (min-width: 992px) { body { margin-bottom: 60px; } .footer { /* Set the fixed height of the footer here */ min-height: 60px; } body>.container { padding: 60px 15px 0; } } html { position: relative; min-height: 100%; } .footer { position: absolute; bottom: 0; width: 100%; color: #fff; background-color: #353544; } .footer>.container p { margin: 20px 0; } .footer>.container p a { color: #b3b3b3; padding: 0 5px; } .footer>.container p.text-muted a { color: #777; padding: 0; } .footer>.container p a:hover, .footer>.container p a:active { color: #fff; } .footer>.container { padding-right: 15px; padding-left: 15px; }
content/media/css/application.css
body { padding-top: 50px; } .navbar-nav>li { float: left; } /* Utility class for vertical alignment */ .vcenter { float:none; display:inline-block; vertical-align:middle; } div#post-timestamp { color: #777; margin-bottom: 20px; } /* Home -------------------------------------------------- */ /* Styling for hero section */ .hero { margin: 20px 0px; background-color: #f8f8f8; } /* About -------------------------------------------------- */ @media (min-width: 768px) { .profile > div { margin-bottom: 30px } } /* Blog -------------------------------------------------- */ /* Display images in posts on a line of their own */ article.post img { display: block; float: left; margin-bottom: 24px; margin-right: 24px; } article.post p { clear: left; } /* Margin before recent posts */ article.post { margin-bottom: 24px; } div#post-content { margin-bottom: 48px; } article blockquote { font-size: 1em; } article pre { display: block; font-size: 0.7em; background-color: #f8f8f8; } article pre.inline { display: inline; } /* syntax highlight based on GitHub's TODO there must be a better way... */ article pre .pl-c { color: #6a737d; } article pre .pl-cl { color: #005cc5; } article pre .pl-en { color: #6f42c1; } article pre .pl-k { color: #d73a49; } article pre .pl-s { color: #032f62; } article pre .pl-v { color: #e36209; } article i.fa-check { color: #6ea43b; } article i.fa-times { color: #ec2e2d; } article .indent { margin-left: 100px; } /* Contact -------------------------------------------------- */ /* Margin after icons */ #contact i { margin-right: 12px; } a .contact-text { color: #555 } a:hover .contact-text, a:focus .contact-text { color: #777; text-decoration: underline; } /* Sticky footer styles -------------------------------------------------- */ @media (max-width: 767px) { body { margin-bottom: 120px; } .footer { /* Set the fixed height of the footer here */ min-height: 120px; } body>.container { padding: 120px 15px 0; } } @media (min-width: 768px) and (max-width: 991px) { body { margin-bottom: 80px; } .footer { /* Set the fixed height of the footer here */ min-height: 80px; } body>.container { padding: 80px 15px 0; } } @media (min-width: 992px) { body { margin-bottom: 60px; } .footer { /* Set the fixed height of the footer here */ min-height: 60px; } body>.container { padding: 60px 15px 0; } } html { position: relative; min-height: 100%; } .footer { position: absolute; bottom: 0; width: 100%; color: #fff; background-color: #353544; } .footer>.container p { margin: 20px 0; } .footer>.container p a { color: #b3b3b3; padding: 0 5px; } .footer>.container p.text-muted a { color: #777; padding: 0; } .footer>.container p a:hover, .footer>.container p a:active { color: #fff; } .footer>.container { padding-right: 15px; padding-left: 15px; }
0.342462
0.066448
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;1,400;1,600;1,700&display=swap"); * { padding: 0; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: 'Montserrat', sans-serif; scroll-behavior: smooth; } header.masthead { height: 100vh; padding-top: 12rem; padding-bottom: 10rem; background: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 229, 226, 0.8)), color-stop(105%, #143b84)), url("../../img/fest2017.jpg"); background: linear-gradient(to bottom, rgba(233, 229, 226, 0.8) 0%, #143b84 105%), url("../../img/fest2017.jpg"); background-size: cover; background-position: center; } header.masthead .button-header:hover { color: #143b84; } header.masthead .header-h1 { font-weight: bold; } .nav-link { color: #fff !important; font-weight: 600; } .nav-link:hover { color: #06193b !important; } .socmed-icon { font-size: 1.6em; } .socmed-icon .link-text { display: none; } .scrolling-active { background-color: #fff; -webkit-box-shadow: 0 3px 1rem rgba(0, 0, 0, 0.3); box-shadow: 0 3px 1rem rgba(0, 0, 0, 0.3); padding-top: 0.375rem !important; padding-bottom: 0.375rem !important; } .scrolling-active .nav-link { color: #143b84 !important; } .scrolling-active .nav-link:hover { color: #06193b !important; } .divider { color: #fff; } #about { padding-top: 5rem; padding-bottom: 5rem; } #about .section-title { font-size: 3rem; line-height: 1rem; font-weight: bold; color: #143b84; } #about .section-desc { font-size: 1rem; line-height: 1.75rem; padding-top: 0.5rem; color: #06193b; } #about .row { margin-top: 2rem; margin-bottom: 1.5rem; } #about .row p { font-size: 1rem; line-height: 1.625; margin-top: 2rem; color: #06193b; } #about .row img { border: 2px solid #C8C9E0; -webkit-box-shadow: 6px 12px 15px 6px rgba(0, 0, 0, 0.25); box-shadow: 6px 12px 15px 6px rgba(0, 0, 0, 0.25); border-radius: 50px; margin-top: 2rem; margin-bottom: 2rem; } #programs { background: #143b84 url("../../img/blob.svg"); background-repeat: repeat-y; background-size: cover; background-position: top; padding-top: 5rem; } #programs .section-title { font-size: 3rem; line-height: 1rem; font-weight: bold; color: #ffffff; } #programs .section-desc { font-size: 1rem; line-height: 1.75rem; padding-top: 0.5rem; color: #dfdfdf; } #programs .program-title { margin-top: 3rem; } #programs .program-title h3 { font-weight: 600; color: #fff; } #programs .program-title-2 { margin-top: 3rem; } #programs .program-title-2 h3 { font-weight: 600; color: #fff; } #programs .program-desc { margin-top: 0.5rem; } #programs .program-desc p { line-height: 1.75rem; color: #e2dede; } #programs .img-fluid { border: 2px solid #0651C0; border-radius: 20px; -webkit-box-shadow: 6px 12px 15px 6px rgba(0, 0, 0, 0.25); box-shadow: 6px 12px 15px 6px rgba(0, 0, 0, 0.25); } #programs .svg-wave { border: 0; } #programs .button-daftar { -webkit-transition-property: all; transition-property: all; -webkit-transition-delay: 2ms; transition-delay: 2ms; } #programs .button-daftar:hover { color: #143b84; } #gallery { background: #0651C0 url("../../img/layered-waves.svg"); background-repeat: no-repeat; background-size: cover; background-position: top; margin-top: -0.250rem; } #gallery .section-title { font-size: 3rem; line-height: 1rem; font-weight: bold; color: #ffffff; } #gallery .section-desc { font-size: 1rem; line-height: 1.75rem; padding-top: 0.5rem; color: #dfdfdf; } #gallery .gallery img { border-radius: 10% !important; -webkit-box-shadow: 6px 12px 15px 6px rgba(0, 0, 0, 0.25) !important; box-shadow: 6px 12px 15px 6px rgba(0, 0, 0, 0.25) !important; } #gallery .button-gallery { -webkit-transition-property: all; transition-property: all; -webkit-transition-delay: 2ms; transition-delay: 2ms; } #gallery .button-gallery:hover { color: #143b84; background-color: #fff; border: 1px solid #143b84; } #testimonial { background: #143b84 url("../../img/wave2.svg"); background-repeat: repeat-y; background-size: cover; background-position: top; padding-top: 5rem; padding-bottom: 5rem; } #testimonial .section-title { font-size: 3rem; line-height: 1rem; font-weight: bold; color: #143b84; } #testimonial .section-desc { font-size: 1rem; line-height: 1.75rem; padding-top: 0.5rem; color: #06193b; } #testimonial .testimonial-carousel { margin-top: 5rem; } #testimonial .carousel-indicatiors button { color: #143b84 !important; } #testimonial .card { position: relative; background: #fff; -webkit-box-shadow: 0 8px 30px -7px #c9dff0; box-shadow: 0 8px 30px -7px #c9dff0; margin: 0 20px; padding: 0 10px; border-radius: 20px; border: 0; margin-bottom: 3rem; } #testimonial .card .card-img-top { max-width: 100px; border-radius: 50%; margin: 15px auto 0; -webkit-box-shadow: 0 8px 20px -4px #95abbb; box-shadow: 0 8px 20px -4px #95abbb; width: 100px; height: 100px; } #testimonial .card h5 { color: #143b84; font-size: 21px; line-height: 1.3; } #testimonial .card h5 span { font-size: 18px; color: #666666; } #contact { background: #143b84; background-repeat: repeat-y; background-size: cover; background-position: top; padding-top: 5rem; padding-bottom: 5rem; } #contact .section-title { font-size: 3rem; line-height: 1rem; font-weight: bold; color: #ffffff; } #contact .section-desc { font-size: 1rem; line-height: 1.75rem; padding-top: 0.5rem; color: #dfdfdf; } #contact .form-contact { margin-top: 4rem; } #contact .form-contact input { margin-bottom: 1rem; } .border-top { border-top: 1px solid #143b84 !important; } footer { background-color: #fff; margin-left: 0; margin-right: 0; } footer .row-1 ul { margin-bottom: 1rem; } footer .row-1 ul li { font-size: 1.5em; } footer .row-1 ul li a { color: #143b84; font-size: 0.7em; text-decoration: none; } footer .row-1 ul li a.disabled { pointer-events: none; cursor: default; } footer .footer-icons { color: #143b84; font-size: 1.5em; } footer .footer-text { color: #143b84; } header.about-masthead { height: 30vh; padding-top: 2rem; } header.about-masthead .button-header:hover { color: #143b84; } header.about-masthead .header-h1 { font-weight: bold; } #about-about { padding-top: 3rem; padding-bottom: 5rem; margin-top: -1rem; } #about-about .row { margin-bottom: 1.5rem; } #about-about .row p { font-size: 1rem; line-height: 1.625; color: #ffffff; } #about-about .row img { border: 2px solid #C8C9E0; -webkit-box-shadow: 6px 12px 15px 6px rgba(0, 0, 0, 0.25); box-shadow: 6px 12px 15px 6px rgba(0, 0, 0, 0.25); border-radius: 50px; margin-bottom: 2rem; } #team { padding-top: 5rem; padding-bottom: 5rem; } #team .section-title { font-size: 3rem; line-height: 1rem; font-weight: bold; color: #ffffff; } #team .section-desc { font-size: 1rem; line-height: 1.75rem; padding-top: 0.5rem; color: #dfdfdf; } #team .team-carousel { margin-top: 5rem; } #team .carousel-indicatiors button { color: #143b84 !important; } #team .card { position: relative; background: #fff; -webkit-box-shadow: 0 8px 30px -7px #c9dff0; box-shadow: 0 8px 30px -7px #c9dff0; margin: 0 20px; padding: 0 10px; border-radius: 20px; border: 0; margin-bottom: 3rem; } #team .card .card-img-top { max-width: 100px; border-radius: 50%; margin: 15px auto 0; -webkit-box-shadow: 0 8px 20px -4px #95abbb; box-shadow: 0 8px 20px -4px #95abbb; width: 100px; height: 100px; } #team .card h5 { color: #143b84; font-size: 21px; line-height: 1.3; } #team .card h5 span { font-size: 18px; color: #666666; } #team .card .team-socmed { 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; } #team .card .team-socmed ul { padding-left: 0; list-style: none; } #team .card .team-socmed ul li { display: inline; } #team .card .team-socmed ul li a { font-size: 1.5em; margin: 0.5rem; color: #143b84; } #team .card .team-socmed ul li a:hover { color: #06193b; } #announcement { padding-top: 3rem; padding-bottom: 5rem; } #announcement .news-card { background: rgba(255, 255, 255, 0.8); -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-radius: 50px; border: 1px solid rgba(255, 255, 255, 0.18); } #announcement .news-card .text-blue h2 { color: #143b84; } #announcement .news-card .text-blue p.date { color: #143b84; } #announcement .news-card .text-blue p { color: #06193b; } #gallery-section { height: 100%; position: relative; overflow: hidden; } @media only screen and (max-width: 991px) { .navbar { background-color: #fff; -webkit-box-shadow: 0 3px 1rem rgba(0, 0, 0, 0.3); box-shadow: 0 3px 1rem rgba(0, 0, 0, 0.3); } .navbar .nav-link { color: #143b84 !important; } .navbar .nav-link:hover { color: #06193b !important; } .navbar .socmed-icon { font-size: 1em; } .navbar .socmed-icon .link-text { display: inline; } ul.socmed-icon li { display: inline !important; } #about .row { padding-left: 2rem; padding-right: 2rem; } #programs .row { padding-left: 2rem; padding-right: 2rem; } } @media only screen and (max-width: 767px) { .program-img { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } .program-text { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; text-align: center; padding-top: 0.5rem; } .program-img-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } .program-text-2 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; text-align: center !important; padding-top: 0.5rem; } .program-title { text-align: center; } .program-title-2 { text-align: center !important; } .row-1 { text-align: start; } }
public/css/main.css
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;1,400;1,600;1,700&display=swap"); * { padding: 0; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: 'Montserrat', sans-serif; scroll-behavior: smooth; } header.masthead { height: 100vh; padding-top: 12rem; padding-bottom: 10rem; background: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 229, 226, 0.8)), color-stop(105%, #143b84)), url("../../img/fest2017.jpg"); background: linear-gradient(to bottom, rgba(233, 229, 226, 0.8) 0%, #143b84 105%), url("../../img/fest2017.jpg"); background-size: cover; background-position: center; } header.masthead .button-header:hover { color: #143b84; } header.masthead .header-h1 { font-weight: bold; } .nav-link { color: #fff !important; font-weight: 600; } .nav-link:hover { color: #06193b !important; } .socmed-icon { font-size: 1.6em; } .socmed-icon .link-text { display: none; } .scrolling-active { background-color: #fff; -webkit-box-shadow: 0 3px 1rem rgba(0, 0, 0, 0.3); box-shadow: 0 3px 1rem rgba(0, 0, 0, 0.3); padding-top: 0.375rem !important; padding-bottom: 0.375rem !important; } .scrolling-active .nav-link { color: #143b84 !important; } .scrolling-active .nav-link:hover { color: #06193b !important; } .divider { color: #fff; } #about { padding-top: 5rem; padding-bottom: 5rem; } #about .section-title { font-size: 3rem; line-height: 1rem; font-weight: bold; color: #143b84; } #about .section-desc { font-size: 1rem; line-height: 1.75rem; padding-top: 0.5rem; color: #06193b; } #about .row { margin-top: 2rem; margin-bottom: 1.5rem; } #about .row p { font-size: 1rem; line-height: 1.625; margin-top: 2rem; color: #06193b; } #about .row img { border: 2px solid #C8C9E0; -webkit-box-shadow: 6px 12px 15px 6px rgba(0, 0, 0, 0.25); box-shadow: 6px 12px 15px 6px rgba(0, 0, 0, 0.25); border-radius: 50px; margin-top: 2rem; margin-bottom: 2rem; } #programs { background: #143b84 url("../../img/blob.svg"); background-repeat: repeat-y; background-size: cover; background-position: top; padding-top: 5rem; } #programs .section-title { font-size: 3rem; line-height: 1rem; font-weight: bold; color: #ffffff; } #programs .section-desc { font-size: 1rem; line-height: 1.75rem; padding-top: 0.5rem; color: #dfdfdf; } #programs .program-title { margin-top: 3rem; } #programs .program-title h3 { font-weight: 600; color: #fff; } #programs .program-title-2 { margin-top: 3rem; } #programs .program-title-2 h3 { font-weight: 600; color: #fff; } #programs .program-desc { margin-top: 0.5rem; } #programs .program-desc p { line-height: 1.75rem; color: #e2dede; } #programs .img-fluid { border: 2px solid #0651C0; border-radius: 20px; -webkit-box-shadow: 6px 12px 15px 6px rgba(0, 0, 0, 0.25); box-shadow: 6px 12px 15px 6px rgba(0, 0, 0, 0.25); } #programs .svg-wave { border: 0; } #programs .button-daftar { -webkit-transition-property: all; transition-property: all; -webkit-transition-delay: 2ms; transition-delay: 2ms; } #programs .button-daftar:hover { color: #143b84; } #gallery { background: #0651C0 url("../../img/layered-waves.svg"); background-repeat: no-repeat; background-size: cover; background-position: top; margin-top: -0.250rem; } #gallery .section-title { font-size: 3rem; line-height: 1rem; font-weight: bold; color: #ffffff; } #gallery .section-desc { font-size: 1rem; line-height: 1.75rem; padding-top: 0.5rem; color: #dfdfdf; } #gallery .gallery img { border-radius: 10% !important; -webkit-box-shadow: 6px 12px 15px 6px rgba(0, 0, 0, 0.25) !important; box-shadow: 6px 12px 15px 6px rgba(0, 0, 0, 0.25) !important; } #gallery .button-gallery { -webkit-transition-property: all; transition-property: all; -webkit-transition-delay: 2ms; transition-delay: 2ms; } #gallery .button-gallery:hover { color: #143b84; background-color: #fff; border: 1px solid #143b84; } #testimonial { background: #143b84 url("../../img/wave2.svg"); background-repeat: repeat-y; background-size: cover; background-position: top; padding-top: 5rem; padding-bottom: 5rem; } #testimonial .section-title { font-size: 3rem; line-height: 1rem; font-weight: bold; color: #143b84; } #testimonial .section-desc { font-size: 1rem; line-height: 1.75rem; padding-top: 0.5rem; color: #06193b; } #testimonial .testimonial-carousel { margin-top: 5rem; } #testimonial .carousel-indicatiors button { color: #143b84 !important; } #testimonial .card { position: relative; background: #fff; -webkit-box-shadow: 0 8px 30px -7px #c9dff0; box-shadow: 0 8px 30px -7px #c9dff0; margin: 0 20px; padding: 0 10px; border-radius: 20px; border: 0; margin-bottom: 3rem; } #testimonial .card .card-img-top { max-width: 100px; border-radius: 50%; margin: 15px auto 0; -webkit-box-shadow: 0 8px 20px -4px #95abbb; box-shadow: 0 8px 20px -4px #95abbb; width: 100px; height: 100px; } #testimonial .card h5 { color: #143b84; font-size: 21px; line-height: 1.3; } #testimonial .card h5 span { font-size: 18px; color: #666666; } #contact { background: #143b84; background-repeat: repeat-y; background-size: cover; background-position: top; padding-top: 5rem; padding-bottom: 5rem; } #contact .section-title { font-size: 3rem; line-height: 1rem; font-weight: bold; color: #ffffff; } #contact .section-desc { font-size: 1rem; line-height: 1.75rem; padding-top: 0.5rem; color: #dfdfdf; } #contact .form-contact { margin-top: 4rem; } #contact .form-contact input { margin-bottom: 1rem; } .border-top { border-top: 1px solid #143b84 !important; } footer { background-color: #fff; margin-left: 0; margin-right: 0; } footer .row-1 ul { margin-bottom: 1rem; } footer .row-1 ul li { font-size: 1.5em; } footer .row-1 ul li a { color: #143b84; font-size: 0.7em; text-decoration: none; } footer .row-1 ul li a.disabled { pointer-events: none; cursor: default; } footer .footer-icons { color: #143b84; font-size: 1.5em; } footer .footer-text { color: #143b84; } header.about-masthead { height: 30vh; padding-top: 2rem; } header.about-masthead .button-header:hover { color: #143b84; } header.about-masthead .header-h1 { font-weight: bold; } #about-about { padding-top: 3rem; padding-bottom: 5rem; margin-top: -1rem; } #about-about .row { margin-bottom: 1.5rem; } #about-about .row p { font-size: 1rem; line-height: 1.625; color: #ffffff; } #about-about .row img { border: 2px solid #C8C9E0; -webkit-box-shadow: 6px 12px 15px 6px rgba(0, 0, 0, 0.25); box-shadow: 6px 12px 15px 6px rgba(0, 0, 0, 0.25); border-radius: 50px; margin-bottom: 2rem; } #team { padding-top: 5rem; padding-bottom: 5rem; } #team .section-title { font-size: 3rem; line-height: 1rem; font-weight: bold; color: #ffffff; } #team .section-desc { font-size: 1rem; line-height: 1.75rem; padding-top: 0.5rem; color: #dfdfdf; } #team .team-carousel { margin-top: 5rem; } #team .carousel-indicatiors button { color: #143b84 !important; } #team .card { position: relative; background: #fff; -webkit-box-shadow: 0 8px 30px -7px #c9dff0; box-shadow: 0 8px 30px -7px #c9dff0; margin: 0 20px; padding: 0 10px; border-radius: 20px; border: 0; margin-bottom: 3rem; } #team .card .card-img-top { max-width: 100px; border-radius: 50%; margin: 15px auto 0; -webkit-box-shadow: 0 8px 20px -4px #95abbb; box-shadow: 0 8px 20px -4px #95abbb; width: 100px; height: 100px; } #team .card h5 { color: #143b84; font-size: 21px; line-height: 1.3; } #team .card h5 span { font-size: 18px; color: #666666; } #team .card .team-socmed { 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; } #team .card .team-socmed ul { padding-left: 0; list-style: none; } #team .card .team-socmed ul li { display: inline; } #team .card .team-socmed ul li a { font-size: 1.5em; margin: 0.5rem; color: #143b84; } #team .card .team-socmed ul li a:hover { color: #06193b; } #announcement { padding-top: 3rem; padding-bottom: 5rem; } #announcement .news-card { background: rgba(255, 255, 255, 0.8); -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-radius: 50px; border: 1px solid rgba(255, 255, 255, 0.18); } #announcement .news-card .text-blue h2 { color: #143b84; } #announcement .news-card .text-blue p.date { color: #143b84; } #announcement .news-card .text-blue p { color: #06193b; } #gallery-section { height: 100%; position: relative; overflow: hidden; } @media only screen and (max-width: 991px) { .navbar { background-color: #fff; -webkit-box-shadow: 0 3px 1rem rgba(0, 0, 0, 0.3); box-shadow: 0 3px 1rem rgba(0, 0, 0, 0.3); } .navbar .nav-link { color: #143b84 !important; } .navbar .nav-link:hover { color: #06193b !important; } .navbar .socmed-icon { font-size: 1em; } .navbar .socmed-icon .link-text { display: inline; } ul.socmed-icon li { display: inline !important; } #about .row { padding-left: 2rem; padding-right: 2rem; } #programs .row { padding-left: 2rem; padding-right: 2rem; } } @media only screen and (max-width: 767px) { .program-img { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } .program-text { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; text-align: center; padding-top: 0.5rem; } .program-img-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } .program-text-2 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; text-align: center !important; padding-top: 0.5rem; } .program-title { text-align: center; } .program-title-2 { text-align: center !important; } .row-1 { text-align: start; } }
0.31542
0.071949
.landing { position: relative; background: linear-gradient(rgba(0, 0, 0, 0.227), rgba(0, 0, 0, 0.5)), url('../../../assets/images/landing.webp') no-repeat center 80% / cover; display: flex; flex-direction: column; align-items: center; justify-content: center; font-family: 'Kaushan Script', cursive; min-width: 100vw; min-height: 140vh; margin: 0; padding: 0; margin-top: -50vh; padding-top: 40vh; z-index: -1; } .landing-inner { color: #fff; height: 60%; width: 60%; margin: auto; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; } .landing-inner h1 { font-size: 15vw; color: #faeca0; text-shadow: -0.34vh 0 0.56vh rgb(46, 46, 46); } .landing-inner p { font-size: 4vw; color: #faeca0; text-shadow: -0.34vh 0 0.56vh rgb(46, 46, 46); max-width: 60%; } .landing-inner .buttons { margin-top: 1.8vh; } .register-form, .login-form { min-width: 100vw; text-align: center; justify-content: center; z-index: 2000; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; min-height: 100vh; overflow-y: scroll; background: url('../../../assets/images/login.webp'); font-family: 'Kaush<NAME>', cursive; background-position: center; background-repeat: no-repeat; background-size: cover; margin-top: -50vh; padding-top: 60vh; min-height: 100vh; display: flex; flex-direction: column; gap: 1vw; max-width: 80vw; padding-bottom: 20vh; min-height: 100vh; } .authInput { padding: 1.2vh !important; margin: 1.12vh; color: rgba(255, 255, 255, 0.911); font-size: 2.5vh !important; min-width: 40vw; } .authInput::placeholder { font-size: 2.1vh !important; } .lead { font-size: 2.5vh; } .heading { font-size: 10vh; } .link { font-size: 2.2vw; } .link a { color: #6cafa4; } .auth__button { padding: 2vh 2.5vh; color: #333 !important; border: 1px solid #333; background: #f5e7a2; margin-top: 2vh; margin-bottom: 1vh; border-radius: 2vh; outline: none; border: none; font-size: 3vh !important; transition: all linear 0.3s; min-width: 25vw !important; max-width: 30vw; } .auth__button:hover { background: #0f2027; background: -webkit-linear-gradient(to right, #2c5364, #203a43, #0f2027); background: linear-gradient(to right, #2c5364, #203a43, #0f2027); color: #fff !important; } .googleButton { width: 60%; padding-top: 2.2vh; padding-bottom: 2.2vh; text-align: center; color: #000; text-transform: uppercase; font-weight: 600; font-size: 3vh !important; cursor: pointer; display: inline-block; border: 2px solid #3c73ff; background-color: #3c73ff; border-radius: 2.8vh; color: #fff; transition: 0.3s; } .googleButton:hover { box-shadow: 8px 8px #99bdff; transition: 0.3s; } .login-inner-form, .register-inner-form { display: flex; flex-direction: column; align-items: center; min-width: 40vw; max-width: 80vw; color: #faeca0; text-shadow: -0.34vh 0 0.56vh rgb(36 36 36); background: rgba(91, 127, 160, 0.6); box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 3vh; padding: 2vh; }
view/src/domain/layouts/styles/landing.css
.landing { position: relative; background: linear-gradient(rgba(0, 0, 0, 0.227), rgba(0, 0, 0, 0.5)), url('../../../assets/images/landing.webp') no-repeat center 80% / cover; display: flex; flex-direction: column; align-items: center; justify-content: center; font-family: 'Kaushan Script', cursive; min-width: 100vw; min-height: 140vh; margin: 0; padding: 0; margin-top: -50vh; padding-top: 40vh; z-index: -1; } .landing-inner { color: #fff; height: 60%; width: 60%; margin: auto; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; } .landing-inner h1 { font-size: 15vw; color: #faeca0; text-shadow: -0.34vh 0 0.56vh rgb(46, 46, 46); } .landing-inner p { font-size: 4vw; color: #faeca0; text-shadow: -0.34vh 0 0.56vh rgb(46, 46, 46); max-width: 60%; } .landing-inner .buttons { margin-top: 1.8vh; } .register-form, .login-form { min-width: 100vw; text-align: center; justify-content: center; z-index: 2000; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; min-height: 100vh; overflow-y: scroll; background: url('../../../assets/images/login.webp'); font-family: 'Kaush<NAME>', cursive; background-position: center; background-repeat: no-repeat; background-size: cover; margin-top: -50vh; padding-top: 60vh; min-height: 100vh; display: flex; flex-direction: column; gap: 1vw; max-width: 80vw; padding-bottom: 20vh; min-height: 100vh; } .authInput { padding: 1.2vh !important; margin: 1.12vh; color: rgba(255, 255, 255, 0.911); font-size: 2.5vh !important; min-width: 40vw; } .authInput::placeholder { font-size: 2.1vh !important; } .lead { font-size: 2.5vh; } .heading { font-size: 10vh; } .link { font-size: 2.2vw; } .link a { color: #6cafa4; } .auth__button { padding: 2vh 2.5vh; color: #333 !important; border: 1px solid #333; background: #f5e7a2; margin-top: 2vh; margin-bottom: 1vh; border-radius: 2vh; outline: none; border: none; font-size: 3vh !important; transition: all linear 0.3s; min-width: 25vw !important; max-width: 30vw; } .auth__button:hover { background: #0f2027; background: -webkit-linear-gradient(to right, #2c5364, #203a43, #0f2027); background: linear-gradient(to right, #2c5364, #203a43, #0f2027); color: #fff !important; } .googleButton { width: 60%; padding-top: 2.2vh; padding-bottom: 2.2vh; text-align: center; color: #000; text-transform: uppercase; font-weight: 600; font-size: 3vh !important; cursor: pointer; display: inline-block; border: 2px solid #3c73ff; background-color: #3c73ff; border-radius: 2.8vh; color: #fff; transition: 0.3s; } .googleButton:hover { box-shadow: 8px 8px #99bdff; transition: 0.3s; } .login-inner-form, .register-inner-form { display: flex; flex-direction: column; align-items: center; min-width: 40vw; max-width: 80vw; color: #faeca0; text-shadow: -0.34vh 0 0.56vh rgb(36 36 36); background: rgba(91, 127, 160, 0.6); box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 3vh; padding: 2vh; }
0.488771
0.107954
body { line-height: 1.4; color: #333; font-family: Helvetica,"Hiragino Sans GB","WenQuanYi Micro Hei","Microsoft YaHei",sans-serif,"Noto Sans CJK SC"; font-size: 12px; } input, textarea, select { font-size: 12px; font-size: 100%; outline: none; font-family: arial,microsoft yahei; font-family: inherit; } body, h1, h2, h3, h4, h5, h6, p, ul, ol, form { margin: 0; } h4, h5, h6 { font-size: 1em; } ul, ol { padding-left: 0; list-style-type: none; } a img { border: 0; } img { border: 0; } a { text-decoration: none; color:#333; } table{ border-collapse: collapse; } textarea { min-height: 50px; resize: none; } /*input[type="checkbox"] { -webkit-appearance: none; background: #fff url(i/blue.png); height: 22px; vertical-align: middle; width: 22px; }*/ input[type="checkbox"], input[type="radio"] { visibility: hidden; visibility: visible\9; min-width: 14px; width:auto; height: 14px; margin: 0; padding: 0; } h1{ font-family: microsoft yahei; font-weight: normal; letter-spacing: 1px; } input[type="checkbox"] + label { padding-left: 15px; min-width: 14px; width:auto; height: 14px; background-image: url(../images/uncheck.png); background-image: none\9; background-repeat: no-repeat; line-height: 14px; font-family: microsoft yahei; font-weight: normal; letter-spacing: 1px;} input[type="radio"] + label{ padding-left: 17px; min-width: 14px; width:auto; height:20px; background-image: url(../images/unradio.png); background-image: none\9; background-repeat: no-repeat; line-height:15px; } input[type="checkbox"]:checked + label { color: #000; background-image: url(../images/check.png); background-repeat: no-repeat; } input[type="radio"]:checked + label { color: #000; background-image: url(../images/radio.png); background-repeat: no-repeat; } /*# sourceMappingURL=reset.css.map */ #bi{ width: 250px; }
usercenter-front/src/main/resources/static/plugins/jquery/css/score/reset.css
body { line-height: 1.4; color: #333; font-family: Helvetica,"Hiragino Sans GB","WenQuanYi Micro Hei","Microsoft YaHei",sans-serif,"Noto Sans CJK SC"; font-size: 12px; } input, textarea, select { font-size: 12px; font-size: 100%; outline: none; font-family: arial,microsoft yahei; font-family: inherit; } body, h1, h2, h3, h4, h5, h6, p, ul, ol, form { margin: 0; } h4, h5, h6 { font-size: 1em; } ul, ol { padding-left: 0; list-style-type: none; } a img { border: 0; } img { border: 0; } a { text-decoration: none; color:#333; } table{ border-collapse: collapse; } textarea { min-height: 50px; resize: none; } /*input[type="checkbox"] { -webkit-appearance: none; background: #fff url(i/blue.png); height: 22px; vertical-align: middle; width: 22px; }*/ input[type="checkbox"], input[type="radio"] { visibility: hidden; visibility: visible\9; min-width: 14px; width:auto; height: 14px; margin: 0; padding: 0; } h1{ font-family: microsoft yahei; font-weight: normal; letter-spacing: 1px; } input[type="checkbox"] + label { padding-left: 15px; min-width: 14px; width:auto; height: 14px; background-image: url(../images/uncheck.png); background-image: none\9; background-repeat: no-repeat; line-height: 14px; font-family: microsoft yahei; font-weight: normal; letter-spacing: 1px;} input[type="radio"] + label{ padding-left: 17px; min-width: 14px; width:auto; height:20px; background-image: url(../images/unradio.png); background-image: none\9; background-repeat: no-repeat; line-height:15px; } input[type="checkbox"]:checked + label { color: #000; background-image: url(../images/check.png); background-repeat: no-repeat; } input[type="radio"]:checked + label { color: #000; background-image: url(../images/radio.png); background-repeat: no-repeat; } /*# sourceMappingURL=reset.css.map */ #bi{ width: 250px; }
0.401923
0.093223
@-moz-document domain("leadbook.ru") { body{background: #FFF !important; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;} .gray_color .navbar-default{background-image:none !important; border-bottom:1px solid #eee !important; padding-top: 10px !important;} .beta-logo{display:none !important;} .navbar .nav>li>a{color: #B143B0 !important;} .breadcrumb-arrow{display:none;} .gray_color .navbar-default .navbar-nav > .active > a, .gray_color .navbar-default .navbar-nav > .active > a:hover, .gray_color .navbar-default .navbar-nav > .active > a:focus { color: #B143B0 !important; background-color: #fff !important; background-image: none !important; } .navbar{min-height: 70px !important;} .user-links{top: -73px !important;} .gray_color .category-menu li{ background-color: #fff; background-image: none !important;} .nav.category-menu > li > a{ padding: 6px 0px; color: rgb(177, 67, 176) !important; font-size: 15px !important;} .sidebar h3{color:#777;} .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 3 !important; border-bottom-right-radius: 3 !important; } .btn-warning, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] { background-color: #B143B0; border-color: #B143B0; margin-right: 10px;} .btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) { border-top-left-radius: 3 !important; border-bottom-left-radius: 3 !important; } .gray_color .category-menu.city_list_menu li { background:none !important;} .description p{ color:rgb(90, 90, 90) !important; text-shadow: none !important;} .description p a{color:rgb(177, 67, 176) !important;} .description {color:rgb(90, 90, 90) !important; background: none !important; background-image: none !important; border:none !important; } .faces {display:none;} .new_year {display:none;} .description :last-child{color:rgb(90, 90, 90); padding:0px !important;} }
data/usercss/109701.user.css
@-moz-document domain("leadbook.ru") { body{background: #FFF !important; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;} .gray_color .navbar-default{background-image:none !important; border-bottom:1px solid #eee !important; padding-top: 10px !important;} .beta-logo{display:none !important;} .navbar .nav>li>a{color: #B143B0 !important;} .breadcrumb-arrow{display:none;} .gray_color .navbar-default .navbar-nav > .active > a, .gray_color .navbar-default .navbar-nav > .active > a:hover, .gray_color .navbar-default .navbar-nav > .active > a:focus { color: #B143B0 !important; background-color: #fff !important; background-image: none !important; } .navbar{min-height: 70px !important;} .user-links{top: -73px !important;} .gray_color .category-menu li{ background-color: #fff; background-image: none !important;} .nav.category-menu > li > a{ padding: 6px 0px; color: rgb(177, 67, 176) !important; font-size: 15px !important;} .sidebar h3{color:#777;} .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 3 !important; border-bottom-right-radius: 3 !important; } .btn-warning, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] { background-color: #B143B0; border-color: #B143B0; margin-right: 10px;} .btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) { border-top-left-radius: 3 !important; border-bottom-left-radius: 3 !important; } .gray_color .category-menu.city_list_menu li { background:none !important;} .description p{ color:rgb(90, 90, 90) !important; text-shadow: none !important;} .description p a{color:rgb(177, 67, 176) !important;} .description {color:rgb(90, 90, 90) !important; background: none !important; background-image: none !important; border:none !important; } .faces {display:none;} .new_year {display:none;} .description :last-child{color:rgb(90, 90, 90); padding:0px !important;} }
0.226698
0.055387
*{ margin: 0; padding: 0; box-sizing: border-box; } body{ font-family: 'Work Sans', sans-serif; } .contenedor { padding: 60px 0; width: 90%; max-width: 1000px; margin: auto; overflow: hidden; } .titulo{ color: #53ff01; font-size: 30px; text-align: center; margin-bottom: 60px; } /*header*/ header{ width: 100%; height: 650px; background: #a8ff78; /* fallback for old browsers */ background: -webkit-linear-gradient(to left, hsla(202, 100%, 61%, 0.5), hsla(101, 100%, 50%, 0.5)); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to left, hsla(202, 100%, 61%, 0.5), hsla(101, 100%, 50%, 0.5)), url(../img/banner.jpg); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ background-size: cover; background-attachment: fixed; position: relative; } nav{ text-align: left; padding: 30px 50px 0 0; } nav > a { color: white; font-weight: bold; text-decoration: none; margin-left: 20px; } nav > a:hover { text-decoration: underline; } .logo { margin-top: -150px; margin-left: 950px; } :root { --facebook: #3b5998; --instagram: #ff8000; --whatsapp: #00bb2d; } .redes-container { display: flex; align-items: center; justify-content: center; } .redes-container ul li { display: inline-block; margin: 0 5px 0 0 ; width: 50px; height: 50px; text-align: center; z-index: 100; } .redes-container ul li a { display: block; padding: 0 10px 0 0; background: #53ff01; color: white; line-height: 50px; font-size: 20px; box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, .2); transition: .2s; border-radius: 5px; } .redes-container ul:hover a { filter: blur(1px); } .redes-container ul li a:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .2); filter: none; } .redes-container ul li .facebook:hover { background: var(--facebook); } .redes-container ul li .instagram:hover { background: var(--instagram); } .redes-container ul li .whatsapp:hover { background: var(--whatsapp); } header .textos-header{ display: flex; height: 430px; width: 100%; align-items: center; justify-content: center; flex-direction: column; text-align: center; } .textos-header h1{ font-size: 50px; color: white; } .textos-header h2{ font-size: 30px; color: white; font-weight: 500; } .wave { position: absolute; bottom: 0; width: 100%; } .contenedor-sobre-nosotros { display: flex; justify-content: space-evenly; } .imagen-about.us { width: 48%; } .sobre-nosotros .contenido-textos { width: 59%; } .contenido-textos h3 { margin-bottom: 15px; } .contenido-textos h3 span { background: #52ff00; color: white; border-radius: 50%; display: inline-block; width: 25px; height: 25px; padding: 2px; box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5); margin-right: 5px; } .contenido-textos p{ padding: 0px 0px 30px 15px; font-weight: 500; text-align: justify; } .servicios{ background: white; } .galeria-serv { display: flex; justify-content: space-evenly; flex-wrap: wrap; } .imagen-serv { width: 24%; height: 200px; margin-bottom: 25px; overflow: hidden; position: relative; cursor: pointer; box-shadow: 0 0 6px o rgba(0, 0, 0, .5); } .imagen-serv > img { width: 100%; height: 100%; object-fit: cover; display: inline-block; } .hover-galeria { position: absolute; width: 100%; height: 100%; top: 0px; transform: scale(0); background: hsla(101, 100%, 50%, 0.701); transition: transform .5s; display: flex; justify-content: center; align-items: center; flex-direction: column; } .hover-galeria img { width: 50px; } .hover-galeria p{ color: white; } .imagen-serv:hover .hover-galeria { transform: scale(1); } .cards { display: flex; justify-content: space-evenly; } .cards .card { background: #52ff00; display: flex; width: 46%; height: 200px; align-items: center; justify-content: space-evenly; border-radius: 5px; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6); } .cards .card img { width: 100px; height: 100px; object-fit: cover; border: 3px solid white; border-radius: 50%; display: block; } .cards .card > .contenido-texto-card { width: 60%; color: black; } .cards .card > .contenido-texto-card p { font-weight: 500; padding-top: 5px; } footer { background: hsla(101, 100%, 50%, 0.701); padding: 30px 50px 0 0; margin: auto; overflow: hidden; } .contenedor-footer { display: flex; width: 90%; justify-content: space-evenly; margin: auto; padding-bottom: 50px; border-bottom: 1px solid #ccc; } .content-foo { text-align: center; } .content-foo h4 { color: white; border-bottom: 3px solid #52ff00; padding-bottom: 5px; margin-bottom: 10px; } .titulo-final { text-align: center; font-size: 15px; margin: 20px; }
css/estilos.css
*{ margin: 0; padding: 0; box-sizing: border-box; } body{ font-family: 'Work Sans', sans-serif; } .contenedor { padding: 60px 0; width: 90%; max-width: 1000px; margin: auto; overflow: hidden; } .titulo{ color: #53ff01; font-size: 30px; text-align: center; margin-bottom: 60px; } /*header*/ header{ width: 100%; height: 650px; background: #a8ff78; /* fallback for old browsers */ background: -webkit-linear-gradient(to left, hsla(202, 100%, 61%, 0.5), hsla(101, 100%, 50%, 0.5)); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to left, hsla(202, 100%, 61%, 0.5), hsla(101, 100%, 50%, 0.5)), url(../img/banner.jpg); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ background-size: cover; background-attachment: fixed; position: relative; } nav{ text-align: left; padding: 30px 50px 0 0; } nav > a { color: white; font-weight: bold; text-decoration: none; margin-left: 20px; } nav > a:hover { text-decoration: underline; } .logo { margin-top: -150px; margin-left: 950px; } :root { --facebook: #3b5998; --instagram: #ff8000; --whatsapp: #00bb2d; } .redes-container { display: flex; align-items: center; justify-content: center; } .redes-container ul li { display: inline-block; margin: 0 5px 0 0 ; width: 50px; height: 50px; text-align: center; z-index: 100; } .redes-container ul li a { display: block; padding: 0 10px 0 0; background: #53ff01; color: white; line-height: 50px; font-size: 20px; box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, .2); transition: .2s; border-radius: 5px; } .redes-container ul:hover a { filter: blur(1px); } .redes-container ul li a:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .2); filter: none; } .redes-container ul li .facebook:hover { background: var(--facebook); } .redes-container ul li .instagram:hover { background: var(--instagram); } .redes-container ul li .whatsapp:hover { background: var(--whatsapp); } header .textos-header{ display: flex; height: 430px; width: 100%; align-items: center; justify-content: center; flex-direction: column; text-align: center; } .textos-header h1{ font-size: 50px; color: white; } .textos-header h2{ font-size: 30px; color: white; font-weight: 500; } .wave { position: absolute; bottom: 0; width: 100%; } .contenedor-sobre-nosotros { display: flex; justify-content: space-evenly; } .imagen-about.us { width: 48%; } .sobre-nosotros .contenido-textos { width: 59%; } .contenido-textos h3 { margin-bottom: 15px; } .contenido-textos h3 span { background: #52ff00; color: white; border-radius: 50%; display: inline-block; width: 25px; height: 25px; padding: 2px; box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5); margin-right: 5px; } .contenido-textos p{ padding: 0px 0px 30px 15px; font-weight: 500; text-align: justify; } .servicios{ background: white; } .galeria-serv { display: flex; justify-content: space-evenly; flex-wrap: wrap; } .imagen-serv { width: 24%; height: 200px; margin-bottom: 25px; overflow: hidden; position: relative; cursor: pointer; box-shadow: 0 0 6px o rgba(0, 0, 0, .5); } .imagen-serv > img { width: 100%; height: 100%; object-fit: cover; display: inline-block; } .hover-galeria { position: absolute; width: 100%; height: 100%; top: 0px; transform: scale(0); background: hsla(101, 100%, 50%, 0.701); transition: transform .5s; display: flex; justify-content: center; align-items: center; flex-direction: column; } .hover-galeria img { width: 50px; } .hover-galeria p{ color: white; } .imagen-serv:hover .hover-galeria { transform: scale(1); } .cards { display: flex; justify-content: space-evenly; } .cards .card { background: #52ff00; display: flex; width: 46%; height: 200px; align-items: center; justify-content: space-evenly; border-radius: 5px; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6); } .cards .card img { width: 100px; height: 100px; object-fit: cover; border: 3px solid white; border-radius: 50%; display: block; } .cards .card > .contenido-texto-card { width: 60%; color: black; } .cards .card > .contenido-texto-card p { font-weight: 500; padding-top: 5px; } footer { background: hsla(101, 100%, 50%, 0.701); padding: 30px 50px 0 0; margin: auto; overflow: hidden; } .contenedor-footer { display: flex; width: 90%; justify-content: space-evenly; margin: auto; padding-bottom: 50px; border-bottom: 1px solid #ccc; } .content-foo { text-align: center; } .content-foo h4 { color: white; border-bottom: 3px solid #52ff00; padding-bottom: 5px; margin-bottom: 10px; } .titulo-final { text-align: center; font-size: 15px; margin: 20px; }
0.345216
0.052449
[type="checkbox"]:not(:checked), [type="checkbox"]:checked { position: absolute; left: -9999px; opacity: 0; } [type="checkbox"]+label { position: relative; padding-left: 21px; cursor: pointer; display: inline-block; height: 21px; line-height: 18px; font-size: 14px; color: #595a5a; font-weight: 400; -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; } [type="checkbox"].filled-in:not(:checked)+label:before { width: 0; height: 0; border: 3px solid transparent; left: 6px; top: 10px; -webkit-transform: rotateZ(37deg); transform: rotateZ(37deg); -webkit-transform-origin: 20% 40%; transform-origin: 100% 100%; } [type="checkbox"]+label:before, [type="checkbox"]:not(.filled-in)+label:after { content: ''; position: absolute; top: 0; left: 0; width: 18px; height: 18px; z-index: 0; border: 2px solid #5a5a5a; border-radius: 1px; margin-top: 2px; transition: .2s; } [type="checkbox"].filled-in:checked+label:before { top: 0; left: 1px; width: 8px; height: 13px; border-top: 2px solid transparent; border-left: 2px solid transparent; border-right: 2px solid #fff; border-bottom: 2px solid #fff; -webkit-transform: rotateZ(37deg); transform: rotateZ(37deg); -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; } [type="checkbox"].filled-in+label:before, [type="checkbox"].filled-in+label:after { content: ''; left: 0; position: absolute; transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s; z-index: 1; } [type="checkbox"].filled-in:not(:checked)+label:after { height: 20px; width: 20px; background-color: transparent; border: 2px solid #0fafb7; top: 0px; z-index: 0; } [type="checkbox"].filled-in:checked+label:after { top: 0; width: 20px; height: 20px; border: 2px solid #0fafb7; background-color: #0fafb7; z-index: 0; } [type="radio"]:not(:checked), [type="radio"]:checked { position: absolute; left: -9999px; opacity: 0; } [type="radio"]:not(:checked)+label, [type="radio"]:checked+label { position: relative; padding-left: 25px; cursor: pointer; display: inline-block; height: 25px; line-height: 24px; font-size: 14px; transition: .28s ease; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-weight: 400; color: #595a5a; font-weight: 400; } [type="radio"]+label:before, [type="radio"]+label:after { content: ''; position: absolute; left: 0; top: 0; margin: 4px; width: 16px; height: 16px; z-index: 0; transition: .28s ease; } [type="radio"]:checked+label:before { border: 2px solid transparent; } [type="radio"]:not(:checked)+label:before, [type="radio"]:not(:checked)+label:after, [type="radio"]:checked+label:before, [type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after { border-radius: 50%; } [type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after { border: 2px solid #0fafb7; } [type="radio"]:checked+label:after { -webkit-transform: scale(1.02); transform: scale(1.02); } [type="radio"].with-gap:checked+label:after { -webkit-transform: scale(0.5); transform: scale(0.5); } [type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after { background-color: #0fafb7; } [type="radio"]:not(:checked)+label:before, [type="radio"]:not(:checked)+label:after { border: 2px solid #5a5a5a; } [type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after { border: 2px solid #0fafb7; } /********************************************* Material CSS End For Form Element *********************************************/
public/css/pages/form-elements.css
[type="checkbox"]:not(:checked), [type="checkbox"]:checked { position: absolute; left: -9999px; opacity: 0; } [type="checkbox"]+label { position: relative; padding-left: 21px; cursor: pointer; display: inline-block; height: 21px; line-height: 18px; font-size: 14px; color: #595a5a; font-weight: 400; -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; } [type="checkbox"].filled-in:not(:checked)+label:before { width: 0; height: 0; border: 3px solid transparent; left: 6px; top: 10px; -webkit-transform: rotateZ(37deg); transform: rotateZ(37deg); -webkit-transform-origin: 20% 40%; transform-origin: 100% 100%; } [type="checkbox"]+label:before, [type="checkbox"]:not(.filled-in)+label:after { content: ''; position: absolute; top: 0; left: 0; width: 18px; height: 18px; z-index: 0; border: 2px solid #5a5a5a; border-radius: 1px; margin-top: 2px; transition: .2s; } [type="checkbox"].filled-in:checked+label:before { top: 0; left: 1px; width: 8px; height: 13px; border-top: 2px solid transparent; border-left: 2px solid transparent; border-right: 2px solid #fff; border-bottom: 2px solid #fff; -webkit-transform: rotateZ(37deg); transform: rotateZ(37deg); -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; } [type="checkbox"].filled-in+label:before, [type="checkbox"].filled-in+label:after { content: ''; left: 0; position: absolute; transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s; z-index: 1; } [type="checkbox"].filled-in:not(:checked)+label:after { height: 20px; width: 20px; background-color: transparent; border: 2px solid #0fafb7; top: 0px; z-index: 0; } [type="checkbox"].filled-in:checked+label:after { top: 0; width: 20px; height: 20px; border: 2px solid #0fafb7; background-color: #0fafb7; z-index: 0; } [type="radio"]:not(:checked), [type="radio"]:checked { position: absolute; left: -9999px; opacity: 0; } [type="radio"]:not(:checked)+label, [type="radio"]:checked+label { position: relative; padding-left: 25px; cursor: pointer; display: inline-block; height: 25px; line-height: 24px; font-size: 14px; transition: .28s ease; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-weight: 400; color: #595a5a; font-weight: 400; } [type="radio"]+label:before, [type="radio"]+label:after { content: ''; position: absolute; left: 0; top: 0; margin: 4px; width: 16px; height: 16px; z-index: 0; transition: .28s ease; } [type="radio"]:checked+label:before { border: 2px solid transparent; } [type="radio"]:not(:checked)+label:before, [type="radio"]:not(:checked)+label:after, [type="radio"]:checked+label:before, [type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after { border-radius: 50%; } [type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after { border: 2px solid #0fafb7; } [type="radio"]:checked+label:after { -webkit-transform: scale(1.02); transform: scale(1.02); } [type="radio"].with-gap:checked+label:after { -webkit-transform: scale(0.5); transform: scale(0.5); } [type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after { background-color: #0fafb7; } [type="radio"]:not(:checked)+label:before, [type="radio"]:not(:checked)+label:after { border: 2px solid #5a5a5a; } [type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after { border: 2px solid #0fafb7; } /********************************************* Material CSS End For Form Element *********************************************/
0.319334
0.070176
.icon { display: inline-block; width: 1em; height: 1em; stroke-width: 0; stroke: currentColor; fill: currentColor; } /* ========================================== Single-colored icons can be modified like so: .icon-name { font-size: 32px; color: red; } ========================================== */ .icon-images { width: 1.125em; } .icon-connection { width: 1.25em; } .icon-books { width: 1.125em; } .icon-users { width: 1.125em; } .icon-volume-high { width: 1.0625em; } .icon-asterisk { width: 0.9285714285714285em; } .icon-search { width: 0.9285714285714285em; } .icon-search-plus { width: 0.9285714285714285em; } .icon-search-minus { width: 0.9285714285714285em; } .icon-cog { width: 0.8571428571428571em; } .icon-arrow-circle-o-down { width: 0.8571428571428571em; } .icon-arrow-circle-o-up { width: 0.8571428571428571em; } .icon-edit { width: 1.0005714285714284em; } .icon-share-square-o { width: 0.9319285714285714em; } .icon-check-square-o { width: 0.9324999999999999em; } .icon-question-circle { width: 0.8571428571428571em; } .icon-arrow-left { width: 0.8928571428571428em; } .icon-arrow-right { width: 0.8214285714285714em; } .icon-arrow-up { width: 0.9285714285714285em; } .icon-arrow-down { width: 0.9285714285714285em; } .icon-expand { width: 0.8571428571428571em; } .icon-compress { width: 0.8571428571428571em; } .icon-twitter-square { width: 0.8849206349206348em; } .icon-facebook-square { width: 0.8571428571428571em; } .icon-cogs { width: 1.0714285714285714em; } .icon-thumbs-o-up { width: 0.8571428571428571em; } .icon-thumbs-o-down { width: 0.8571428571428571em; } .icon-sign-out { width: 0.875em; } .icon-linkedin-square { width: 0.8571428571428571em; } .icon-sign-in { width: 0.8571428571428571em; } .icon-unlock { width: 0.9285714285714285em; } .icon-feed { width: 0.7862857142857141em; } .icon-arrow-circle-left { width: 0.8571428571428571em; } .icon-arrow-circle-right { width: 0.8571428571428571em; } .icon-arrow-circle-up { width: 0.8571428571428571em; } .icon-arrow-circle-down { width: 0.8571428571428571em; } .icon-globe { width: 0.8571428571428571em; } .icon-filter { width: 0.7857142857142857em; } .icon-arrows-alt { width: 0.8571428571428571em; } .icon-link { width: 0.9285714285714285em; } .icon-paperclip { width: 0.7857142857142857em; } .icon-bars { width: 0.8571428571428571em; } .icon-linkedin { width: 0.8571428571428571em; } .icon-rotate-left { width: 0.8571428571428571em; } .icon-angle-left { width: 0.375em; } .icon-angle-right { width: 0.33928571428571425em; } .icon-angle-up { width: 0.6428571428571428em; } .icon-angle-down { width: 0.6428571428571428em; } .icon-desktop { width: 1.0714285714285714em; } .icon-mail-reply-all { width: 0.996642857142857em; } .icon-chain-broken { width: 0.9285714285714285em; } .icon-chevron-circle-left { width: 0.8571428571428571em; } .icon-chevron-circle-right { width: 0.8571428571428571em; } .icon-chevron-circle-up { width: 0.8571428571428571em; } .icon-chevron-circle-down { width: 0.8571428571428571em; } .icon-html5 { width: 0.7857142857142857em; } .icon-unlock-alt { width: 0.6428571428571428em; } .icon-youtube-square { width: 0.8571428571428571em; } .icon-stack-overflow { width: 0.8571428571428571em; } .icon-apple { width: 0.7773571428571427em; } .icon-windows { width: 0.9285714285714285em; } .icon-trello { width: 0.8571428571428571em; } .icon-female { width: 0.7142857142857142em; } .icon-male { width: 0.5714285714285714em; } .icon-arrow-circle-o-right { width: 0.8571428571428571em; } .icon-arrow-circle-o-left { width: 0.8571428571428571em; } .icon-file-image-o { width: 0.8571428571428571em; } .icon-paper-plane { width: 1.0011428571428571em; } .icon-paper-plane-o { width: 1.0005714285714284em; } .icon-share-alt { width: 0.8571428571428571em; } .icon-cc-visa { width: 1.2857142857142856em; } .icon-cc-paypal { width: 1.2857142857142856em; } .icon-cc-stripe { width: 1.2857142857142856em; } .icon-bell-slash { width: 1.1428571428571428em; } .icon-bell-slash-o { width: 1.1428571428571428em; } .icon-facebook-official { width: 0.8571428571428571em; } .icon-trademark { width: 1.101em; } .icon-wikipedia-w { width: 1.2857142857142856em; } .icon-question-circle-o { width: 0.8571428571428571em; }
assets/icons/style.css
.icon { display: inline-block; width: 1em; height: 1em; stroke-width: 0; stroke: currentColor; fill: currentColor; } /* ========================================== Single-colored icons can be modified like so: .icon-name { font-size: 32px; color: red; } ========================================== */ .icon-images { width: 1.125em; } .icon-connection { width: 1.25em; } .icon-books { width: 1.125em; } .icon-users { width: 1.125em; } .icon-volume-high { width: 1.0625em; } .icon-asterisk { width: 0.9285714285714285em; } .icon-search { width: 0.9285714285714285em; } .icon-search-plus { width: 0.9285714285714285em; } .icon-search-minus { width: 0.9285714285714285em; } .icon-cog { width: 0.8571428571428571em; } .icon-arrow-circle-o-down { width: 0.8571428571428571em; } .icon-arrow-circle-o-up { width: 0.8571428571428571em; } .icon-edit { width: 1.0005714285714284em; } .icon-share-square-o { width: 0.9319285714285714em; } .icon-check-square-o { width: 0.9324999999999999em; } .icon-question-circle { width: 0.8571428571428571em; } .icon-arrow-left { width: 0.8928571428571428em; } .icon-arrow-right { width: 0.8214285714285714em; } .icon-arrow-up { width: 0.9285714285714285em; } .icon-arrow-down { width: 0.9285714285714285em; } .icon-expand { width: 0.8571428571428571em; } .icon-compress { width: 0.8571428571428571em; } .icon-twitter-square { width: 0.8849206349206348em; } .icon-facebook-square { width: 0.8571428571428571em; } .icon-cogs { width: 1.0714285714285714em; } .icon-thumbs-o-up { width: 0.8571428571428571em; } .icon-thumbs-o-down { width: 0.8571428571428571em; } .icon-sign-out { width: 0.875em; } .icon-linkedin-square { width: 0.8571428571428571em; } .icon-sign-in { width: 0.8571428571428571em; } .icon-unlock { width: 0.9285714285714285em; } .icon-feed { width: 0.7862857142857141em; } .icon-arrow-circle-left { width: 0.8571428571428571em; } .icon-arrow-circle-right { width: 0.8571428571428571em; } .icon-arrow-circle-up { width: 0.8571428571428571em; } .icon-arrow-circle-down { width: 0.8571428571428571em; } .icon-globe { width: 0.8571428571428571em; } .icon-filter { width: 0.7857142857142857em; } .icon-arrows-alt { width: 0.8571428571428571em; } .icon-link { width: 0.9285714285714285em; } .icon-paperclip { width: 0.7857142857142857em; } .icon-bars { width: 0.8571428571428571em; } .icon-linkedin { width: 0.8571428571428571em; } .icon-rotate-left { width: 0.8571428571428571em; } .icon-angle-left { width: 0.375em; } .icon-angle-right { width: 0.33928571428571425em; } .icon-angle-up { width: 0.6428571428571428em; } .icon-angle-down { width: 0.6428571428571428em; } .icon-desktop { width: 1.0714285714285714em; } .icon-mail-reply-all { width: 0.996642857142857em; } .icon-chain-broken { width: 0.9285714285714285em; } .icon-chevron-circle-left { width: 0.8571428571428571em; } .icon-chevron-circle-right { width: 0.8571428571428571em; } .icon-chevron-circle-up { width: 0.8571428571428571em; } .icon-chevron-circle-down { width: 0.8571428571428571em; } .icon-html5 { width: 0.7857142857142857em; } .icon-unlock-alt { width: 0.6428571428571428em; } .icon-youtube-square { width: 0.8571428571428571em; } .icon-stack-overflow { width: 0.8571428571428571em; } .icon-apple { width: 0.7773571428571427em; } .icon-windows { width: 0.9285714285714285em; } .icon-trello { width: 0.8571428571428571em; } .icon-female { width: 0.7142857142857142em; } .icon-male { width: 0.5714285714285714em; } .icon-arrow-circle-o-right { width: 0.8571428571428571em; } .icon-arrow-circle-o-left { width: 0.8571428571428571em; } .icon-file-image-o { width: 0.8571428571428571em; } .icon-paper-plane { width: 1.0011428571428571em; } .icon-paper-plane-o { width: 1.0005714285714284em; } .icon-share-alt { width: 0.8571428571428571em; } .icon-cc-visa { width: 1.2857142857142856em; } .icon-cc-paypal { width: 1.2857142857142856em; } .icon-cc-stripe { width: 1.2857142857142856em; } .icon-bell-slash { width: 1.1428571428571428em; } .icon-bell-slash-o { width: 1.1428571428571428em; } .icon-facebook-official { width: 0.8571428571428571em; } .icon-trademark { width: 1.101em; } .icon-wikipedia-w { width: 1.2857142857142856em; } .icon-question-circle-o { width: 0.8571428571428571em; }
0.459076
0.063193
*{ padding:0; } /* ######################################## */ /* Background Image */ /* ######################################## */ html { background: url("/static/Imgs/hexagon_background.jpg") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } /* ######################################## */ /* Main Body Styles */ /* ######################################## */ h1, h2, h3, h4, h5, h6, header, title { font-family: "Roboto Thin", "Roboto Light", "Arial Narrow"; font-kerning: auto; letter-spacing: 3px; font-weight: bold; } .body { width: 80%; margin: 0px auto; background-color: white; min-height: 400px; min-width: 500px; max-width: 1100px; max-height: 80%; box-shadow: 1px 20px 20px 15px #000000; padding-bottom: 20px; } .main-content { width: 80%; padding: 10px; margin: auto; } .main-content > p { word-wrap: break-word; } img#headerImg { display: block; width: 100%; max-width: 1110px; margin: 0px auto; background-position: center; box-shadow: 1px 20px 20px -20px #000000; border: 1px solid #dddd; border-radius: 5px; padding: 5px; height: auto; } /* ######################################## */ /* Shodan Query Styles */ /* ######################################## */ #shodanQuery { width: 70%; } .shodan_result_list { margin-top:5%; } .shodan_result { border: 1px solid black; margin: auto; list-style:none; } .shodan_result.container:hover { background-color: #dedede; } #page_heading { text-align:center; } .search_form { margin:auto; text-align:center; } .result_overview { align-content: center; margin: auto; } /* ######################################## */ /* Button Styles */ /* ######################################## */ input[type=submit], button[type=submit], button[id=queryBtn] { background-color: whitesmoke; padding: 2px 5px 2px 5px; color: black; margin: 2px; border-radius: 4px; box-shadow: 0 2px 5px #1d1d1d; } input[type=submit]:hover, button[type=submit]:hover, button[id=queryBtn]:hover { background-color: #69b2ec; color: black; box-shadow: 0 2px 4px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19); } input[type=submit]:hover, button[type=submit]:hover, button[id=queryBtn]:hover { box-shadow: 0 1px 1px 0 #2d2d2d; transform: translateY(1px); } /* ######################################## */ /* Query Sheet Table Styles */ /* ######################################## */ .query_modal { width: 70%; } .query_modal_table { border: 1px solid #1b03a3; padding: 10px 5px 10px 5px; table-layout: fixed; margin-left: auto; margin-right: auto; border-radius: 4px; background: url("/static/Imgs/query_sheet_background.jpg") no-repeat center center ; contain: content; } caption { text-align:center; caption-side: top; font-size: 24px; color: white; } th { padding: 10px 5px 10px 5px; border: 1px solid black; font-weight: bolder; background-color: #e7ded7; } .query_modal_col:nth-child(1) { width: 200px; } .query_modal_col:nth-child(2) { width: 300px; } .query_modal_tr { border: 1px solid black; word-break: normal; text-align: left; padding: 5px 10px 5px 10px; } /* ######################################## */ /* Results Table Styles */ /* ######################################## */ table { border: 1px solid black; padding: 10px 5px 10px 5px; table-layout: fixed; margin-left: auto; margin-right: auto; } col { width: 350px; } td { border: 1px solid black; overflow-x: hidden; text-align: left; padding: 5px 10px 5px 10px; } tr:hover, td:hover { background-color: #dedede; } /* ######################################## */ /* Screenshot Img and Img Modal Styles */ /* ######################################## */ .screenshot_div { padding-top: 20px; margin-left: auto; margin-right: auto; } #resultImg { border: 1px solid #dddd; border-radius: 5px; padding: 5px; max-width: 100%; height: auto; margin: auto; display: block; } .image_modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ padding-top: 100px; /* Location of the box */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.9); /* Black w/ opacity */ } /* Modal Content (Image) */ .modal_content { margin: auto; display: block; width: 80%; max-width: 900px; } /* Add Animation - Zoom in the Modal */ .modal_content { animation-name: zoom; animation-duration: 0.6s; } @keyframes zoom { from {transform:scale(0)} to {transform:scale(1)} } /* The Close Button */ .close_modal { position: absolute; top: 15px; right: 35px; color: #f1f1f1; font-size: 40px; font-weight: bold; transition: 0.3s; } .close_modal:hover, .close_modal:focus { color: #bbb; text-decoration: none; cursor: pointer; } /* 100% Image Width on Smaller Screens */ @media only screen and (max-width: 700px){ .modal-content { width: 100%; } } /* ######################################## */ /* Query Cheat Sheet Modal Styles */ /* ######################################## */ .query_modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ padding-top: 100px; /* Location of the box */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.9); /* Black w/ opacity */ } /* Modal Content (Image) */ .query_modal_content { margin: auto; display: block; width: 80%; } /* Add Animation - Zoom in the Modal */ .query_modal_content { animation-name: query_zoom; animation-duration: 0.6s; } @keyframes query_zoom { from {transform:scale(0)} to {transform:scale(1)} } /* The Close Button */ .close_query_modal { position: absolute; top: 15px; right: 35px; color: #f1f1f1; font-size: 40px; font-weight: bold; transition: 0.3s; } .close_query_modal:hover, .close_query_modal:focus { color: #bbb; text-decoration: none; cursor: pointer; } /* 100% Image Width on Smaller Screens */ @media only screen and (max-width: 700px){ .query_modal_content { width: 100%; } }
container-applications/Shodan/static/css/main.css
*{ padding:0; } /* ######################################## */ /* Background Image */ /* ######################################## */ html { background: url("/static/Imgs/hexagon_background.jpg") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } /* ######################################## */ /* Main Body Styles */ /* ######################################## */ h1, h2, h3, h4, h5, h6, header, title { font-family: "Roboto Thin", "Roboto Light", "Arial Narrow"; font-kerning: auto; letter-spacing: 3px; font-weight: bold; } .body { width: 80%; margin: 0px auto; background-color: white; min-height: 400px; min-width: 500px; max-width: 1100px; max-height: 80%; box-shadow: 1px 20px 20px 15px #000000; padding-bottom: 20px; } .main-content { width: 80%; padding: 10px; margin: auto; } .main-content > p { word-wrap: break-word; } img#headerImg { display: block; width: 100%; max-width: 1110px; margin: 0px auto; background-position: center; box-shadow: 1px 20px 20px -20px #000000; border: 1px solid #dddd; border-radius: 5px; padding: 5px; height: auto; } /* ######################################## */ /* Shodan Query Styles */ /* ######################################## */ #shodanQuery { width: 70%; } .shodan_result_list { margin-top:5%; } .shodan_result { border: 1px solid black; margin: auto; list-style:none; } .shodan_result.container:hover { background-color: #dedede; } #page_heading { text-align:center; } .search_form { margin:auto; text-align:center; } .result_overview { align-content: center; margin: auto; } /* ######################################## */ /* Button Styles */ /* ######################################## */ input[type=submit], button[type=submit], button[id=queryBtn] { background-color: whitesmoke; padding: 2px 5px 2px 5px; color: black; margin: 2px; border-radius: 4px; box-shadow: 0 2px 5px #1d1d1d; } input[type=submit]:hover, button[type=submit]:hover, button[id=queryBtn]:hover { background-color: #69b2ec; color: black; box-shadow: 0 2px 4px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19); } input[type=submit]:hover, button[type=submit]:hover, button[id=queryBtn]:hover { box-shadow: 0 1px 1px 0 #2d2d2d; transform: translateY(1px); } /* ######################################## */ /* Query Sheet Table Styles */ /* ######################################## */ .query_modal { width: 70%; } .query_modal_table { border: 1px solid #1b03a3; padding: 10px 5px 10px 5px; table-layout: fixed; margin-left: auto; margin-right: auto; border-radius: 4px; background: url("/static/Imgs/query_sheet_background.jpg") no-repeat center center ; contain: content; } caption { text-align:center; caption-side: top; font-size: 24px; color: white; } th { padding: 10px 5px 10px 5px; border: 1px solid black; font-weight: bolder; background-color: #e7ded7; } .query_modal_col:nth-child(1) { width: 200px; } .query_modal_col:nth-child(2) { width: 300px; } .query_modal_tr { border: 1px solid black; word-break: normal; text-align: left; padding: 5px 10px 5px 10px; } /* ######################################## */ /* Results Table Styles */ /* ######################################## */ table { border: 1px solid black; padding: 10px 5px 10px 5px; table-layout: fixed; margin-left: auto; margin-right: auto; } col { width: 350px; } td { border: 1px solid black; overflow-x: hidden; text-align: left; padding: 5px 10px 5px 10px; } tr:hover, td:hover { background-color: #dedede; } /* ######################################## */ /* Screenshot Img and Img Modal Styles */ /* ######################################## */ .screenshot_div { padding-top: 20px; margin-left: auto; margin-right: auto; } #resultImg { border: 1px solid #dddd; border-radius: 5px; padding: 5px; max-width: 100%; height: auto; margin: auto; display: block; } .image_modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ padding-top: 100px; /* Location of the box */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.9); /* Black w/ opacity */ } /* Modal Content (Image) */ .modal_content { margin: auto; display: block; width: 80%; max-width: 900px; } /* Add Animation - Zoom in the Modal */ .modal_content { animation-name: zoom; animation-duration: 0.6s; } @keyframes zoom { from {transform:scale(0)} to {transform:scale(1)} } /* The Close Button */ .close_modal { position: absolute; top: 15px; right: 35px; color: #f1f1f1; font-size: 40px; font-weight: bold; transition: 0.3s; } .close_modal:hover, .close_modal:focus { color: #bbb; text-decoration: none; cursor: pointer; } /* 100% Image Width on Smaller Screens */ @media only screen and (max-width: 700px){ .modal-content { width: 100%; } } /* ######################################## */ /* Query Cheat Sheet Modal Styles */ /* ######################################## */ .query_modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ padding-top: 100px; /* Location of the box */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.9); /* Black w/ opacity */ } /* Modal Content (Image) */ .query_modal_content { margin: auto; display: block; width: 80%; } /* Add Animation - Zoom in the Modal */ .query_modal_content { animation-name: query_zoom; animation-duration: 0.6s; } @keyframes query_zoom { from {transform:scale(0)} to {transform:scale(1)} } /* The Close Button */ .close_query_modal { position: absolute; top: 15px; right: 35px; color: #f1f1f1; font-size: 40px; font-weight: bold; transition: 0.3s; } .close_query_modal:hover, .close_query_modal:focus { color: #bbb; text-decoration: none; cursor: pointer; } /* 100% Image Width on Smaller Screens */ @media only screen and (max-width: 700px){ .query_modal_content { width: 100%; } }
0.304765
0.05752
background: linear-gradient(329.54deg, #29b6d1 0%, #00c7c7 100%); /*O primeiro valor (329.54deg)é um valor numérico de graus (deg é graus). O segundo valor é um hexadecimal é uma cor (#29b6d1) o 0% é para ser um gradiente bem fraquinho. E o terceiro é a cor onde vai terminar (#00c7c7). A leitura é: a transição de cor começa no segundo valor com 0% transicionando em 100% para a terceira cor */ text-align: center; /*Alinhar todos os textos no centro*/ min-height: 100vh; /*Altura mínima de 100 viewport height*/ display: flex; } #container{ margin: auto; width: min(90%, 112rem); } .location, h1, .visit p{ /*Aqui eu coloquei uma classe (.visit) ou seja, procure o elemento com a classe "visit", e dentro da classe "visit, não importa quantos elementos abaixo, procuro todos que forem "p"*/ height: 16vh; } #logo{ animation-delay: 50ms; } .location{ animation-delay: 100ms; font-size: 2.4rem; line-height: 3.4rem; } main h1{ animation-delay: 150ms; font-size: clamp(4rem, 8vw, 8.4rem); } .visit a{ width: 8rem; height: 8rem; background-color: #ffd666; border: none; /*Sem borda*/ border-radius: 3rem; /*arredondamento*/ display: flex; align-items: center; /*alinha os itens no eixo X*/ justify-content: center; /*alinha os itens no exito Y*/ margin: auto; transition: background .2s; animation-delay: 300ms; } .visit a:hover{ background: #96feff; } .visit p{ animation-delay: 200ms; } /*Desktop version (versão para desktop)*/ @media (min-width: 760px){ #container{ padding: 5rem 2rem; background: url("../images/bg.svg") no-repeat 80% / clamp(30rem, 54vw, 56rem); } header{ display: flex; align-items: center; /*Só funciona se tiver um display flex ou grid.*/ justify-content: space-between; /*colocou um espaço entre eles (entre a logomarca e a location). E também só funcionar com display flex ou grid*/ } .location, h1, .visit p{ /*Alguns códigos acima a gente pegou esses mesmos elementos e colocou o height com 16vh, ali funciona para o Mobile, agora vou colocar arrumar já que se deixar como está não consigo alinhar ao centro. */ height: initial; /*coloquei como a alturo inicial, ou seja, sem os 16vh de antes.*/ text-align: initial; /*mesmo propósito do de cima*/ } .location{ text-align: right; /*alinhamento a direita*/ } main h1{ font-weight: bold; line-height: .88; /*altura da linha*/ margin: clamp(10%, 9vh, 12%) 0 4rem; width: min(300px, 80%); } .visit p{ font-size: 2.3rem; line-height: 3.4rem; width: clamp(20rem, 20vw, 30rem); } .visit{ display: flex; align-items: center; justify-content: space-between; } .visit a{ margin: initial; } }
nlw/public/css/page-landing.css
background: linear-gradient(329.54deg, #29b6d1 0%, #00c7c7 100%); /*O primeiro valor (329.54deg)é um valor numérico de graus (deg é graus). O segundo valor é um hexadecimal é uma cor (#29b6d1) o 0% é para ser um gradiente bem fraquinho. E o terceiro é a cor onde vai terminar (#00c7c7). A leitura é: a transição de cor começa no segundo valor com 0% transicionando em 100% para a terceira cor */ text-align: center; /*Alinhar todos os textos no centro*/ min-height: 100vh; /*Altura mínima de 100 viewport height*/ display: flex; } #container{ margin: auto; width: min(90%, 112rem); } .location, h1, .visit p{ /*Aqui eu coloquei uma classe (.visit) ou seja, procure o elemento com a classe "visit", e dentro da classe "visit, não importa quantos elementos abaixo, procuro todos que forem "p"*/ height: 16vh; } #logo{ animation-delay: 50ms; } .location{ animation-delay: 100ms; font-size: 2.4rem; line-height: 3.4rem; } main h1{ animation-delay: 150ms; font-size: clamp(4rem, 8vw, 8.4rem); } .visit a{ width: 8rem; height: 8rem; background-color: #ffd666; border: none; /*Sem borda*/ border-radius: 3rem; /*arredondamento*/ display: flex; align-items: center; /*alinha os itens no eixo X*/ justify-content: center; /*alinha os itens no exito Y*/ margin: auto; transition: background .2s; animation-delay: 300ms; } .visit a:hover{ background: #96feff; } .visit p{ animation-delay: 200ms; } /*Desktop version (versão para desktop)*/ @media (min-width: 760px){ #container{ padding: 5rem 2rem; background: url("../images/bg.svg") no-repeat 80% / clamp(30rem, 54vw, 56rem); } header{ display: flex; align-items: center; /*Só funciona se tiver um display flex ou grid.*/ justify-content: space-between; /*colocou um espaço entre eles (entre a logomarca e a location). E também só funcionar com display flex ou grid*/ } .location, h1, .visit p{ /*Alguns códigos acima a gente pegou esses mesmos elementos e colocou o height com 16vh, ali funciona para o Mobile, agora vou colocar arrumar já que se deixar como está não consigo alinhar ao centro. */ height: initial; /*coloquei como a alturo inicial, ou seja, sem os 16vh de antes.*/ text-align: initial; /*mesmo propósito do de cima*/ } .location{ text-align: right; /*alinhamento a direita*/ } main h1{ font-weight: bold; line-height: .88; /*altura da linha*/ margin: clamp(10%, 9vh, 12%) 0 4rem; width: min(300px, 80%); } .visit p{ font-size: 2.3rem; line-height: 3.4rem; width: clamp(20rem, 20vw, 30rem); } .visit{ display: flex; align-items: center; justify-content: space-between; } .visit a{ margin: initial; } }
0.482185
0.371792
.input { border: 1px solid red; } /* 1.【CSS 的过渡动画效果】:指的是 C3中的 transition */ .show { /* opacity: 1; transition: all 1s ease-in; */ animation: show-item 1s ease-in forwards; } .hide { /* opacity: 0; transition: all 1s ease-in; */ animation: hide-item 1s ease-in forwards; } /* 2.【CSS的动画效果】: 指的是 @keyframes */ @keyframes hide-item { 0% { opacity: 1; color: red; } 50% { opacity: 0.5; color: green; } /* 默认情况下,animation的最后一帧效果不会被保持。 而是会恢复到最开始动画的状态 */ /* 如果需要保持一帧动画状态,在使用动画时,加上 forwards 如在 .hide 中{ animation: hide-item 1s ease-in forwards; } */ 100% { opacity: 0; color: blue; } } @keyframes show-item { 0% { opacity: 0; color: red; } 50% { opacity: 0.5; color: green; } /* 默认情况下,animation的最后一帧效果不会被保持。 而是会恢复到最开始动画的状态 */ /* 如果需要保持一帧动画状态,在使用动画时,加上 forwards 如在 .hide 中{ animation: hide-item 1s ease-in forwards; } */ 100% { opacity: 1; color: blue; } } /* 使用上面 2 种方式的动画,比较局限,涉及到 js 动画无法处理 */ /* 3.【使用 react-transition-group 实现动画】 */ /* 借助 react-transition-group 这个模块,可以实现更加复杂的动画效果 */ /* https://reactcommunity.org/react-transition-group/ */ /* CSS Transition https://reactcommunity.org/react-transition-group/css-transition import { CSSTransition } from 'react-transition-group'; */ /* 入场动画:还未入场时 */ .fade-enter { opacity: 0; } /* 入场动画:从入场第二个时刻,到入场动画执行完成 */ .fade-enter-active { opacity: 1; transition: opacity 1s ease-in; } /* 入场动画:入场动画完成之后,会被增加到DOM元素中 */ .fade-enter-done { opacity: 1; /* color: red; */ } /* 上面 这些类中, fade-中的fade是通过 classNames="fade" 中设置的。需要与classNames中的值一致 */ /* 出场动画:第一个时刻,会在DOM上增加 fade-exit 类名*/ .fade-exit { opacity: 1; } /* 出场动画:一直存在在DOM */ .fade-exit-active { opacity: 0; transition: opacity 1s ease-in; } /* 出场动画:整个出场动画完成之后, */ .fade-exit-done { opacity: 0; } /* 这样就使用CSSTransitionGroup实现动画。 */ /* 第一次加载时的类名 */ .fade-appear { opacity: 0; } .fade-appear-active { opacity: 1; transition: opacity 1s ease-in; }
src/style.css
.input { border: 1px solid red; } /* 1.【CSS 的过渡动画效果】:指的是 C3中的 transition */ .show { /* opacity: 1; transition: all 1s ease-in; */ animation: show-item 1s ease-in forwards; } .hide { /* opacity: 0; transition: all 1s ease-in; */ animation: hide-item 1s ease-in forwards; } /* 2.【CSS的动画效果】: 指的是 @keyframes */ @keyframes hide-item { 0% { opacity: 1; color: red; } 50% { opacity: 0.5; color: green; } /* 默认情况下,animation的最后一帧效果不会被保持。 而是会恢复到最开始动画的状态 */ /* 如果需要保持一帧动画状态,在使用动画时,加上 forwards 如在 .hide 中{ animation: hide-item 1s ease-in forwards; } */ 100% { opacity: 0; color: blue; } } @keyframes show-item { 0% { opacity: 0; color: red; } 50% { opacity: 0.5; color: green; } /* 默认情况下,animation的最后一帧效果不会被保持。 而是会恢复到最开始动画的状态 */ /* 如果需要保持一帧动画状态,在使用动画时,加上 forwards 如在 .hide 中{ animation: hide-item 1s ease-in forwards; } */ 100% { opacity: 1; color: blue; } } /* 使用上面 2 种方式的动画,比较局限,涉及到 js 动画无法处理 */ /* 3.【使用 react-transition-group 实现动画】 */ /* 借助 react-transition-group 这个模块,可以实现更加复杂的动画效果 */ /* https://reactcommunity.org/react-transition-group/ */ /* CSS Transition https://reactcommunity.org/react-transition-group/css-transition import { CSSTransition } from 'react-transition-group'; */ /* 入场动画:还未入场时 */ .fade-enter { opacity: 0; } /* 入场动画:从入场第二个时刻,到入场动画执行完成 */ .fade-enter-active { opacity: 1; transition: opacity 1s ease-in; } /* 入场动画:入场动画完成之后,会被增加到DOM元素中 */ .fade-enter-done { opacity: 1; /* color: red; */ } /* 上面 这些类中, fade-中的fade是通过 classNames="fade" 中设置的。需要与classNames中的值一致 */ /* 出场动画:第一个时刻,会在DOM上增加 fade-exit 类名*/ .fade-exit { opacity: 1; } /* 出场动画:一直存在在DOM */ .fade-exit-active { opacity: 0; transition: opacity 1s ease-in; } /* 出场动画:整个出场动画完成之后, */ .fade-exit-done { opacity: 0; } /* 这样就使用CSSTransitionGroup实现动画。 */ /* 第一次加载时的类名 */ .fade-appear { opacity: 0; } .fade-appear-active { opacity: 1; transition: opacity 1s ease-in; }
0.339609
0.186929
body { font-family: 'Montserrat', sans-serif; margin: 0; color: white; min-width: 300px; } h1 { font-size: 48px; font-weight: 700; margin-top: 135px; text-align: center; } h2 { font-weight: 400; margin-bottom: 60px; text-align: center; } .logo { height: 100px; } /*maxwidth + centering*/ .limitedWidthBlockContainer { display: flex; justify-content: center; } .limitedWidthBlock { width: 100%; max-width: 1400px; padding: 0 25px; } /*Colors*/ :root { --main-color: #3498db; --secondary-color: #2c3e50; --text-color: #3d4c68; --footer-text-color: #a6b0b3; --footer-main-color: #3d424f; --footer-secondary-color: #2d2f3e; /*background-color: var(--main-color);*/ } /********/ /*Header*/ /********/ /*informations*/ .informations { font-size: 13px; background-color: var(--main-color); } .informations img { height: 17px; } .informations ul { display: flex; padding-left: 0; } .informations ul li { display: flex; list-style: none; margin-right: 36px; } .informations__phone, .informations__mail { margin-right: 10px; } /*menu*/ .menu { background-color: white; } .menu .limitedWidthBlock { display: flex; justify-content: space-between; } .menu a { display: flex; align-items: center; text-decoration: none; } .menu nav { display: flex; } .menu nav ul { display: flex; margin: 0; line-height: 130px; } .menu nav ul li { list-style: none; margin-left: 50px; color: var(--text-color); } .menu nav ul li:hover { font-weight: 600; color: #3498db !important; } /*banniere*/ .banniere { width: 100%; height: 550px; object-fit: cover; display: flex; } /******/ /*Main*/ /******/ main { background-color: var(--main-color); } /*items*/ .items { margin-bottom: 135px; display: flex; justify-content: space-around; flex-wrap: wrap; } .items a { width: 21%; text-decoration: none; color: unset; } .items a:hover article { box-shadow: rgba(42, 18, 206, 0.9) 0 0 22px 6px; } .items article { background-color: var(--secondary-color); display: flex; flex-direction: column; align-items: center; margin-bottom: 40px; padding-top: 25px; width: 100%; } .items article img { width: 160px; height: 160px; object-fit: cover; border-radius: 10px; } .items article h3 { font-size: 22px; font-weight: 700; text-align: center; text-transform: uppercase; } .items article p { text-align: center; padding-left: 23px; padding-right: 23px; box-sizing: border-box; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; white-space: normal; } /********/ /*Footer*/ /********/ footer { color: var(--footer-text-color); display: flex; flex-direction: column; font-size: 14px; } footer .footerMain, footer .footerSecondary { width: 100%; } /*footerMain*/ .footerMain { background-color: var(--footer-main-color); padding: 50px 0; } .footerMain .limitedWidthBlock { display: flex; justify-content: space-between; } .footerMain .limitedWidthBlock div { display: flex; align-items: center; } /*footerSecondary*/ .footerSecondary { background-color: var(--footer-secondary-color); padding: 25px 0; } /***************/ /*Media queries*/ /***************/ @media (max-width: 991.98px) { .informations ul { display: flex; justify-content: space-around; } .items a { width: 42%; } .footerMain .limitedWidthBlock { display: flex; flex-direction: column; align-items: center; } .footerSecondary .limitedWidthBlock p { text-align: center; } } @media (max-width: 575.98px) { .informations ul { flex-direction: column; align-items: center; } .informations ul li{ margin-bottom: 14px; margin-right: 0; } .menu .limitedWidthBlock { display: flex; flex-direction: column; align-items: center; } .logo { margin-top: 20px; } .menu nav ul { padding: 0; line-height: 80px; } .menu nav ul a:first-child li { margin-left: 0; } .items a { width: 75%; } }
css/style.css
body { font-family: 'Montserrat', sans-serif; margin: 0; color: white; min-width: 300px; } h1 { font-size: 48px; font-weight: 700; margin-top: 135px; text-align: center; } h2 { font-weight: 400; margin-bottom: 60px; text-align: center; } .logo { height: 100px; } /*maxwidth + centering*/ .limitedWidthBlockContainer { display: flex; justify-content: center; } .limitedWidthBlock { width: 100%; max-width: 1400px; padding: 0 25px; } /*Colors*/ :root { --main-color: #3498db; --secondary-color: #2c3e50; --text-color: #3d4c68; --footer-text-color: #a6b0b3; --footer-main-color: #3d424f; --footer-secondary-color: #2d2f3e; /*background-color: var(--main-color);*/ } /********/ /*Header*/ /********/ /*informations*/ .informations { font-size: 13px; background-color: var(--main-color); } .informations img { height: 17px; } .informations ul { display: flex; padding-left: 0; } .informations ul li { display: flex; list-style: none; margin-right: 36px; } .informations__phone, .informations__mail { margin-right: 10px; } /*menu*/ .menu { background-color: white; } .menu .limitedWidthBlock { display: flex; justify-content: space-between; } .menu a { display: flex; align-items: center; text-decoration: none; } .menu nav { display: flex; } .menu nav ul { display: flex; margin: 0; line-height: 130px; } .menu nav ul li { list-style: none; margin-left: 50px; color: var(--text-color); } .menu nav ul li:hover { font-weight: 600; color: #3498db !important; } /*banniere*/ .banniere { width: 100%; height: 550px; object-fit: cover; display: flex; } /******/ /*Main*/ /******/ main { background-color: var(--main-color); } /*items*/ .items { margin-bottom: 135px; display: flex; justify-content: space-around; flex-wrap: wrap; } .items a { width: 21%; text-decoration: none; color: unset; } .items a:hover article { box-shadow: rgba(42, 18, 206, 0.9) 0 0 22px 6px; } .items article { background-color: var(--secondary-color); display: flex; flex-direction: column; align-items: center; margin-bottom: 40px; padding-top: 25px; width: 100%; } .items article img { width: 160px; height: 160px; object-fit: cover; border-radius: 10px; } .items article h3 { font-size: 22px; font-weight: 700; text-align: center; text-transform: uppercase; } .items article p { text-align: center; padding-left: 23px; padding-right: 23px; box-sizing: border-box; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; white-space: normal; } /********/ /*Footer*/ /********/ footer { color: var(--footer-text-color); display: flex; flex-direction: column; font-size: 14px; } footer .footerMain, footer .footerSecondary { width: 100%; } /*footerMain*/ .footerMain { background-color: var(--footer-main-color); padding: 50px 0; } .footerMain .limitedWidthBlock { display: flex; justify-content: space-between; } .footerMain .limitedWidthBlock div { display: flex; align-items: center; } /*footerSecondary*/ .footerSecondary { background-color: var(--footer-secondary-color); padding: 25px 0; } /***************/ /*Media queries*/ /***************/ @media (max-width: 991.98px) { .informations ul { display: flex; justify-content: space-around; } .items a { width: 42%; } .footerMain .limitedWidthBlock { display: flex; flex-direction: column; align-items: center; } .footerSecondary .limitedWidthBlock p { text-align: center; } } @media (max-width: 575.98px) { .informations ul { flex-direction: column; align-items: center; } .informations ul li{ margin-bottom: 14px; margin-right: 0; } .menu .limitedWidthBlock { display: flex; flex-direction: column; align-items: center; } .logo { margin-top: 20px; } .menu nav ul { padding: 0; line-height: 80px; } .menu nav ul a:first-child li { margin-left: 0; } .items a { width: 75%; } }
0.191857
0.058078
body { margin: 0; padding: 0; } a { color: #272; } h2 span { font-size: small; } .note-preview strong { font-weight: 700; color: steelblue; } .note-preview em { color: CornFlowerBlue; } form { margin-bottom: 10px; margin-right:20px; } #django-messages { float:left; clear:left; border: 1px dotted blue; margin-left: 15px; background-color: PowderBlue; padding-right: 10px; border-radius: 10px; } .unread { font-family: Arial Black,Arial Bold,Gadget,sans-serif; color: yellow; background: cornflowerblue; padding: 2px 5px 2px 5px; border-radius: 5px; position: relative; top: -5px; } /* ------- login panels ------------- */ #login-fieldset { border-radius: 5px; border: 1px groove threedface; background: #cccccc; } #login-fieldset legend { background: #63b363; border: 1px groove threedface; color: white; border-radius: 5px; padding: 5px; font-size: small; } .fieldset-wrapper { float: left; } /*######## Smart Green ########*/ .smart-green { padding: 30px 10px 20px 10px; font: 12px Arial, Helvetica, sans-serif; color: #666; margin-left: -5px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#42aa42+34,88c17f+48,006e2e+71 */ background: #42aa42; /* Old browsers */ background: -moz-linear-gradient(-45deg, #42aa42 34%, #88c17f 48%, #006e2e 71%); /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, #42aa42 34%,#88c17f 48%,#006e2e 71%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #42aa42 34%,#88c17f 48%,#006e2e 71%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42aa42', endColorstr='#006e2e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ //background: #9DC45F; text-shadow: 2px 2px 1px #4e342a; //border-radius: 5px 5px 0px 0px; //-webkit-border-radius: 5px 5px 0px 0px; //-moz-border-radius: 5px 5px 0px 0px; border-bottom:2px solid #d6a45a; /* light purple */ } .smart-green h1 { font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif; padding: 20px 0px 20px 40px; display: block; margin: -30px -30px 10px -30px; color: #FFF; } a { margin:0; } .smart-green h1>span { display: block; font-size: 11px; color: #FFF; } label { display: block; margin: 0px 0px 5px; float:left; clear: left; width:100%; } label>span { float: left; margin-top: 10px; color: #5E5E5E; } input[type="submit"] { background: #272; color: #FFF; padding: 5px 15px 5px 15px; border-radius: 5px; border: solid 1px #20538D; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2); } input:not([type="submit"]) { width: 100%; } input, textarea, select { color: #555; height: 40px; line-height:15px; padding: 0px 0px 0px 10px; margin-top: 2px; margin-bottom: 5px; border: 1px solid #E5E5E5; background: #FBFBFB; outline: 0; -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2); box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2); font: normal 20px Arial, Helvetica, sans-serif; } textarea{ height:250px; padding-top: 10px; line-height: 2.3ex; font-size: large; width:100%; } select { background: url('down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%); background: url('down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9)); -webkit-appearance:none; -moz-appearance: none; text-indent: 0.01px; text-overflow: ''; /* width:100%;*/ height:30px; } .button { background-color: #9DC45F; border-radius: 5px; /* -webkit-border-radius: 5px;*/ /* -moz-border-border-radius: 5px;*/ border: none; padding: 10px 25px 10px 25px; color: #FFF; text-shadow: 1px 1px 1px #949494; float: left; margin-right: 25px; } .button:hover { background-color:#80A24A; } #form-errors { border: 1px solid brown; background: khaki; color: darkred; padding: 10px 10px 10px 15px; border-radius: 10px; margin-top: 10px; margin-left: 10px; float:left; clear:left; } .errorlist { /* remove extra left indent to bullet point */ padding-left: 1.4em; } /* ------------------------------ */ .splat-memos, .splat-notes { list-style: none; margin-left: -30px; } .note-title { font-size: 20px; } .splat-notes li:before { font-size: large; content: "\0BB \020"; } .splat-memos li:before { content: "\0BB \020"; } .splat-notes div { text-indent: 1.3em; } .splat-notes .note-excerpt { margin-left: 1em; margin-top: 1em; margin-bottom: 1.5em; margin-right: 1.5em; font-size: 16px; } .note-preview { font-size: large; float: left; clear: left; } #container { font-family: Arial, Helvetica, sans-serif; margin-left: 5px; float: left; clear: left; width: 100%; } /* ---------------------- */ .pagination { background: #f2f2f2; padding: 20px; margin-bottom: 20px; } .page { margin-bottom: 10px; width: 30px; display: inline-block; padding: 4px 15px; margin-right: 15px; border-radius: 3px; border: solid 1px #c0c0c0; background: #e9e9e9; box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1); font-size: .875em; font-weight: bold; text-decoration: none; color: #717171; text-shadow: 0px 1px 0px rgba(255,255,255, 1); } .page:hover, .page.gradient:hover { background: #fefefe; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0)); background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0); } .page.active { border: none; background: #616161; box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8); color: #f0f0f0; text-shadow: 0px 0px 3px rgba(0,0,0, .5); } .page.gradient { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9)); background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9); } .pagination.dark { background: #414449; color: #feffff; } .page.dark { border: solid 1px #32373b; background: #3e4347; box-shadow: inset 0px 1px 1px rgba(255,255,255, .1), 0px 1px 3px rgba(0,0,0, .1); color: #feffff; text-shadow: 0px 1px 0px rgba(0,0,0, .5); } .page.dark:hover, .page.dark.gradient:hover { background: #3d4f5d; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#547085), to(#3d4f5d)); background: -moz-linear-gradient(0% 0% 270deg,#547085, #3d4f5d); } .page.dark.active { border: none; background: #2f3237; box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .1); } .page.dark.gradient { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#565b5f), to(#3e4347)); background: -moz-linear-gradient(0% 0% 270deg,#565b5f, #3e4347); } /*--------------------------------------------------------*/ /* Based on http://usabilitypost.com/2012/01/10/pressed-button-state-with-css3/ */ #menu-title { margin-left: 10px; } #top-button-menu-container a.button-link { background: rgba(73,155,234,1); background: -moz-linear-gradient(-45deg, rgba(73,155,234,1) 0%, rgba(73,155,234,1) 27%, rgba(93,218,240,1) 46%, rgba(32,124,229,1) 79%, rgba(32,124,229,1) 100%); background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(27%, rgba(73,155,234,1)), color-stop(46%, rgba(93,218,240,1)), color-stop(79%, rgba(32,124,229,1)), color-stop(100%, rgba(32,124,229,1))); background: -webkit-linear-gradient(-45deg, rgba(73,155,234,1) 0%, rgba(73,155,234,1) 27%, rgba(93,218,240,1) 46%, rgba(32,124,229,1) 79%, rgba(32,124,229,1) 100%); background: -o-linear-gradient(-45deg, rgba(73,155,234,1) 0%, rgba(73,155,234,1) 27%, rgba(93,218,240,1) 46%, rgba(32,124,229,1) 79%, rgba(32,124,229,1) 100%); background: -ms-linear-gradient(-45deg, rgba(73,155,234,1) 0%, rgba(73,155,234,1) 27%, rgba(93,218,240,1) 46%, rgba(32,124,229,1) 79%, rgba(32,124,229,1) 100%); background: linear-gradient(135deg, rgba(73,155,234,1) 0%, rgba(73,155,234,1) 27%, rgba(93,218,240,1) 46%, rgba(32,124,229,1) 79%, rgba(32,124,229,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=1 ); //background: #4479BA; color: #FFF; } a.button-link { background: rgba(34,117,34,1); /* background: -moz-linear-gradient(-45deg, rgba(34,117,34,1) 0%, rgba(34,117,34,1) 27%, rgba(157,199,157,1) 46%, rgba(34,117,34,1) 79%, rgba(34,117,34,1) 100%); background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(34,117,34,1)), color-stop(27%, rgba(34,117,34,1)), color-stop(46%, rgba(157,199,157,1)), color-stop(79%, rgba(34,117,34,1)), color-stop(100%, rgba(34,117,34,1))); background: -webkit-linear-gradient(-45deg, rgba(34,117,34,1) 0%, rgba(34,117,34,1) 27%, rgba(157,199,157,1) 46%, rgba(34,117,34,1) 79%, rgba(34,117,34,1) 100%); background: -o-linear-gradient(-45deg, rgba(34,117,34,1) 0%, rgba(34,117,34,1) 27%, rgba(157,199,157,1) 46%, rgba(34,117,34,1) 79%, rgba(34,117,34,1) 100%); background: -ms-linear-gradient(-45deg, rgba(34,117,34,1) 0%, rgba(34,117,34,1) 27%, rgba(157,199,157,1) 46%, rgba(34,117,34,1) 79%, rgba(34,117,34,1) 100%); background: linear-gradient(135deg, rgba(34,117,34,1) 0%, rgba(34,117,34,1) 27%, rgba(157,199,157,1) 46%, rgba(34,117,34,1) 79%, rgba(34,117,34,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#227522', endColorstr='#227522', GradientType=1 ); */ //background: #272; color: #FFF; font-size: 15px; text-decoration: none; padding: 10px 25px; display:block; min-width: 150px; margin-right: 15px; margin-bottom: 10px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 5px 5px 2px #d6a45a; } #small-btn-container { width:100%; } a.small-button-link { text-decoration: none; padding: 5px 15px; background: #4479BA; color: #FFF; display:inline; width: 60px; margin-left: 5px !important; margin-right: 10px; margin-bottom: 20px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; border: solid 1px #20538D; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2); } ul.btn-menu-container li { display: inline; float: left; } ul.btn-menu-container li a { display: block; } ul.btn-menu-container { list-style-type: none; margin-left: 20px; } .tag-size1 { font-size: 12px; } .tag-size2 { font-size: 16px; } .tag-size3 { font-size: 24px; } .tag-cloud { border: 1px solid #ccc; margin-left: 50px; margin-bottom: 10px; border-radius: 10px; padding: 5px; }
assets/style.css
body { margin: 0; padding: 0; } a { color: #272; } h2 span { font-size: small; } .note-preview strong { font-weight: 700; color: steelblue; } .note-preview em { color: CornFlowerBlue; } form { margin-bottom: 10px; margin-right:20px; } #django-messages { float:left; clear:left; border: 1px dotted blue; margin-left: 15px; background-color: PowderBlue; padding-right: 10px; border-radius: 10px; } .unread { font-family: Arial Black,Arial Bold,Gadget,sans-serif; color: yellow; background: cornflowerblue; padding: 2px 5px 2px 5px; border-radius: 5px; position: relative; top: -5px; } /* ------- login panels ------------- */ #login-fieldset { border-radius: 5px; border: 1px groove threedface; background: #cccccc; } #login-fieldset legend { background: #63b363; border: 1px groove threedface; color: white; border-radius: 5px; padding: 5px; font-size: small; } .fieldset-wrapper { float: left; } /*######## Smart Green ########*/ .smart-green { padding: 30px 10px 20px 10px; font: 12px Arial, Helvetica, sans-serif; color: #666; margin-left: -5px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#42aa42+34,88c17f+48,006e2e+71 */ background: #42aa42; /* Old browsers */ background: -moz-linear-gradient(-45deg, #42aa42 34%, #88c17f 48%, #006e2e 71%); /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, #42aa42 34%,#88c17f 48%,#006e2e 71%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #42aa42 34%,#88c17f 48%,#006e2e 71%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42aa42', endColorstr='#006e2e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ //background: #9DC45F; text-shadow: 2px 2px 1px #4e342a; //border-radius: 5px 5px 0px 0px; //-webkit-border-radius: 5px 5px 0px 0px; //-moz-border-radius: 5px 5px 0px 0px; border-bottom:2px solid #d6a45a; /* light purple */ } .smart-green h1 { font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif; padding: 20px 0px 20px 40px; display: block; margin: -30px -30px 10px -30px; color: #FFF; } a { margin:0; } .smart-green h1>span { display: block; font-size: 11px; color: #FFF; } label { display: block; margin: 0px 0px 5px; float:left; clear: left; width:100%; } label>span { float: left; margin-top: 10px; color: #5E5E5E; } input[type="submit"] { background: #272; color: #FFF; padding: 5px 15px 5px 15px; border-radius: 5px; border: solid 1px #20538D; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2); } input:not([type="submit"]) { width: 100%; } input, textarea, select { color: #555; height: 40px; line-height:15px; padding: 0px 0px 0px 10px; margin-top: 2px; margin-bottom: 5px; border: 1px solid #E5E5E5; background: #FBFBFB; outline: 0; -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2); box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2); font: normal 20px Arial, Helvetica, sans-serif; } textarea{ height:250px; padding-top: 10px; line-height: 2.3ex; font-size: large; width:100%; } select { background: url('down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%); background: url('down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9)); -webkit-appearance:none; -moz-appearance: none; text-indent: 0.01px; text-overflow: ''; /* width:100%;*/ height:30px; } .button { background-color: #9DC45F; border-radius: 5px; /* -webkit-border-radius: 5px;*/ /* -moz-border-border-radius: 5px;*/ border: none; padding: 10px 25px 10px 25px; color: #FFF; text-shadow: 1px 1px 1px #949494; float: left; margin-right: 25px; } .button:hover { background-color:#80A24A; } #form-errors { border: 1px solid brown; background: khaki; color: darkred; padding: 10px 10px 10px 15px; border-radius: 10px; margin-top: 10px; margin-left: 10px; float:left; clear:left; } .errorlist { /* remove extra left indent to bullet point */ padding-left: 1.4em; } /* ------------------------------ */ .splat-memos, .splat-notes { list-style: none; margin-left: -30px; } .note-title { font-size: 20px; } .splat-notes li:before { font-size: large; content: "\0BB \020"; } .splat-memos li:before { content: "\0BB \020"; } .splat-notes div { text-indent: 1.3em; } .splat-notes .note-excerpt { margin-left: 1em; margin-top: 1em; margin-bottom: 1.5em; margin-right: 1.5em; font-size: 16px; } .note-preview { font-size: large; float: left; clear: left; } #container { font-family: Arial, Helvetica, sans-serif; margin-left: 5px; float: left; clear: left; width: 100%; } /* ---------------------- */ .pagination { background: #f2f2f2; padding: 20px; margin-bottom: 20px; } .page { margin-bottom: 10px; width: 30px; display: inline-block; padding: 4px 15px; margin-right: 15px; border-radius: 3px; border: solid 1px #c0c0c0; background: #e9e9e9; box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1); font-size: .875em; font-weight: bold; text-decoration: none; color: #717171; text-shadow: 0px 1px 0px rgba(255,255,255, 1); } .page:hover, .page.gradient:hover { background: #fefefe; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0)); background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0); } .page.active { border: none; background: #616161; box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8); color: #f0f0f0; text-shadow: 0px 0px 3px rgba(0,0,0, .5); } .page.gradient { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9)); background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9); } .pagination.dark { background: #414449; color: #feffff; } .page.dark { border: solid 1px #32373b; background: #3e4347; box-shadow: inset 0px 1px 1px rgba(255,255,255, .1), 0px 1px 3px rgba(0,0,0, .1); color: #feffff; text-shadow: 0px 1px 0px rgba(0,0,0, .5); } .page.dark:hover, .page.dark.gradient:hover { background: #3d4f5d; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#547085), to(#3d4f5d)); background: -moz-linear-gradient(0% 0% 270deg,#547085, #3d4f5d); } .page.dark.active { border: none; background: #2f3237; box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .1); } .page.dark.gradient { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#565b5f), to(#3e4347)); background: -moz-linear-gradient(0% 0% 270deg,#565b5f, #3e4347); } /*--------------------------------------------------------*/ /* Based on http://usabilitypost.com/2012/01/10/pressed-button-state-with-css3/ */ #menu-title { margin-left: 10px; } #top-button-menu-container a.button-link { background: rgba(73,155,234,1); background: -moz-linear-gradient(-45deg, rgba(73,155,234,1) 0%, rgba(73,155,234,1) 27%, rgba(93,218,240,1) 46%, rgba(32,124,229,1) 79%, rgba(32,124,229,1) 100%); background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(27%, rgba(73,155,234,1)), color-stop(46%, rgba(93,218,240,1)), color-stop(79%, rgba(32,124,229,1)), color-stop(100%, rgba(32,124,229,1))); background: -webkit-linear-gradient(-45deg, rgba(73,155,234,1) 0%, rgba(73,155,234,1) 27%, rgba(93,218,240,1) 46%, rgba(32,124,229,1) 79%, rgba(32,124,229,1) 100%); background: -o-linear-gradient(-45deg, rgba(73,155,234,1) 0%, rgba(73,155,234,1) 27%, rgba(93,218,240,1) 46%, rgba(32,124,229,1) 79%, rgba(32,124,229,1) 100%); background: -ms-linear-gradient(-45deg, rgba(73,155,234,1) 0%, rgba(73,155,234,1) 27%, rgba(93,218,240,1) 46%, rgba(32,124,229,1) 79%, rgba(32,124,229,1) 100%); background: linear-gradient(135deg, rgba(73,155,234,1) 0%, rgba(73,155,234,1) 27%, rgba(93,218,240,1) 46%, rgba(32,124,229,1) 79%, rgba(32,124,229,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=1 ); //background: #4479BA; color: #FFF; } a.button-link { background: rgba(34,117,34,1); /* background: -moz-linear-gradient(-45deg, rgba(34,117,34,1) 0%, rgba(34,117,34,1) 27%, rgba(157,199,157,1) 46%, rgba(34,117,34,1) 79%, rgba(34,117,34,1) 100%); background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(34,117,34,1)), color-stop(27%, rgba(34,117,34,1)), color-stop(46%, rgba(157,199,157,1)), color-stop(79%, rgba(34,117,34,1)), color-stop(100%, rgba(34,117,34,1))); background: -webkit-linear-gradient(-45deg, rgba(34,117,34,1) 0%, rgba(34,117,34,1) 27%, rgba(157,199,157,1) 46%, rgba(34,117,34,1) 79%, rgba(34,117,34,1) 100%); background: -o-linear-gradient(-45deg, rgba(34,117,34,1) 0%, rgba(34,117,34,1) 27%, rgba(157,199,157,1) 46%, rgba(34,117,34,1) 79%, rgba(34,117,34,1) 100%); background: -ms-linear-gradient(-45deg, rgba(34,117,34,1) 0%, rgba(34,117,34,1) 27%, rgba(157,199,157,1) 46%, rgba(34,117,34,1) 79%, rgba(34,117,34,1) 100%); background: linear-gradient(135deg, rgba(34,117,34,1) 0%, rgba(34,117,34,1) 27%, rgba(157,199,157,1) 46%, rgba(34,117,34,1) 79%, rgba(34,117,34,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#227522', endColorstr='#227522', GradientType=1 ); */ //background: #272; color: #FFF; font-size: 15px; text-decoration: none; padding: 10px 25px; display:block; min-width: 150px; margin-right: 15px; margin-bottom: 10px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 5px 5px 2px #d6a45a; } #small-btn-container { width:100%; } a.small-button-link { text-decoration: none; padding: 5px 15px; background: #4479BA; color: #FFF; display:inline; width: 60px; margin-left: 5px !important; margin-right: 10px; margin-bottom: 20px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; border: solid 1px #20538D; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2); } ul.btn-menu-container li { display: inline; float: left; } ul.btn-menu-container li a { display: block; } ul.btn-menu-container { list-style-type: none; margin-left: 20px; } .tag-size1 { font-size: 12px; } .tag-size2 { font-size: 16px; } .tag-size3 { font-size: 24px; } .tag-cloud { border: 1px solid #ccc; margin-left: 50px; margin-bottom: 10px; border-radius: 10px; padding: 5px; }
0.303525
0.157137
@font-face { font-family: "Socialicious"; src: url("../font/socialicious.eot"); src: url("../font/socialicious.eot?#iefix") format("embedded-opentype"), url("../font/socialicious.ttf") format("truetype"), url("../font/socialicious.svg#socialicious") format("svg"), url("../font/socialicious.woff") format("woff"); font-weight: normal; font-style: normal; } [data-icon]:before { font-family: "Socialicious"; content: attr(data-icon); font-style: normal; font-weight: normal; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; } [class^="icon-"]:before, [class*=" icon-"]:before { font-family: "Socialicious"; font-style: normal; font-weight: normal; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; } .icon-bebo:before { content: "a"; } .icon-bebo-sign:before { content: "b"; } .icon-bread:before { content: "c"; } .icon-bread-sign:before { content: "d"; } .icon-dribbble:before { content: "e"; } .icon-dribbble-sign:before { content: "f"; } .icon-facebook:before { content: "g"; } .icon-facebook-sign:before { content: "h"; } .icon-flickr:before { content: "i"; } .icon-flickr-sign:before { content: "j"; } .icon-foursquare:before { content: "k"; } .icon-foursquare-sign:before { content: "l"; } .icon-linkedin-sign:before { content: "p"; } .icon-linkedin:before { content: "q"; } .icon-lastfm-sign:before { content: "r"; } .icon-lastfm:before { content: "s"; } .icon-klout-sign:before { content: "t"; } .icon-klout:before { content: "u"; } .icon-instagram-sign:before { content: "v"; } .icon-instagram:before { content: "w"; } .icon-spotify:before { content: "A"; } .icon-spotify-sign:before { content: "B"; } .icon-tumblr:before { content: "F"; } .icon-tumblr-sign:before { content: "G"; } .icon-twitter:before { content: "H"; } .icon-twitter-sign:before { content: "I"; } .icon-vevo:before { content: "J"; } .icon-vevo-sign:before { content: "K"; } .icon-vimeo:before { content: "L"; } .icon-vimeo-sign:before { content: "M"; } .icon-wordpress-sign:before { content: "N"; } .icon-wordpress:before { content: "O"; } .icon-yelp:before { content: "C"; } .icon-yelp-sign:before { content: "D"; } .icon-youtube:before { content: "E"; } .icon-youtube-sign:before { content: "P"; } .icon-github:before { content: "m"; } .icon-github-sign:before { content: "z"; } .icon-pinterest:before { content: "n"; } .icon-pinterest-sign:before { content: "o"; } .icon-googleplus:before { content: "x"; } .icon-googleplus-sign:before { content: "y"; } .icon-quora:before { content: "Q"; } .icon-quora-sign:before { content: "R"; } .icon-reddit:before { content: "S"; } .icon-reddit-sign:before { content: "T"; } .icon-soundcloud:before { content: "U"; } .icon-soundcloud-sign:before { content: "V"; } .icon-yahoo:before { content: "W"; } .icon-yahoo-sign:before { content: "X"; } .icon-behance:before { content: "0"; } .icon-behance-sign:before { content: "1"; } .icon-disqus:before { content: "2"; } .icon-disqus-sign:before { content: "3"; } .icon-goodreads:before { content: "Y"; } .icon-goodreads-sign:before { content: "Z"; } .icon-techendo:before { content: "4"; } .icon-techendo-sign:before { content: "5"; } /* more sprites.less reset */ .icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"] { background-image: none; } [class^="icon-"]:before, [class*=" icon-"]:before { text-decoration: inherit; display: inline-block; speak: none; } /* makes sure icons active on rollover in links */ a [class^="icon-"], a [class*=" icon-"] { display: inline-block; } /* makes the font 33% larger relative to the icon container */ .icon-large:before { vertical-align: -10%; font-size: 1.3333333333333333em; } .btn [class^="icon-"], .nav [class^="icon-"], .btn [class*=" icon-"], .nav [class*=" icon-"] { display: -moz-inline-stack; display: inline-block; vertical-align: middle; *vertical-align: auto; zoom: 1; *display: inline; color: #fff; margin-right: 2px; margin-top: -2px; /* keeps button heights with and without icons the same */ } .btn [class^="icon-"].icon-large, .nav [class^="icon-"].icon-large, .btn [class*=" icon-"].icon-large, .nav [class*=" icon-"].icon-large { line-height: .9em; } .btn [class^="icon-"].icon-spin, .nav [class^="icon-"].icon-spin, .btn [class*=" icon-"].icon-spin, .nav [class*=" icon-"].icon-spin { display: inline-block; } .nav-tabs [class^="icon-"], .nav-pills [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"] { /* keeps button heights with and without icons the same */ } .nav-tabs [class^="icon-"], .nav-pills [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"], .nav-tabs [class^="icon-"].icon-large, .nav-pills [class^="icon-"].icon-large, .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class*=" icon-"].icon-large { line-height: .9em; } li [class^="icon-"], .nav li [class^="icon-"], li [class*=" icon-"], .nav li [class*=" icon-"] { display: inline-block; width: 1.25em; text-align: center; } li [class^="icon-"].icon-large, .nav li [class^="icon-"].icon-large, li [class*=" icon-"].icon-large, .nav li [class*=" icon-"].icon-large { /* increased font size for icon-large */ width: 1.5625em; } ul.icons { list-style-type: none; text-indent: -0.75em; } ul.icons li [class^="icon-"], ul.icons li [class*=" icon-"] { width: .75em; } .icon-muted { color: #eeeeee; } .icon-border { border: solid 1px #eeeeee; padding: .2em .25em .15em; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .icon-2x { font-size: 2em; } .icon-2x.icon-border { border-width: 2px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .icon-3x { font-size: 3em; } .icon-3x.icon-border { border-width: 3px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .icon-4x { font-size: 4em; } .icon-4x.icon-border { border-width: 4px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } [class^="icon-"].pull-left, [class*=" icon-"].pull-left { margin-right: .3em; } [class^="icon-"].pull-right, [class*=" icon-"].pull-right { margin-left: .3em; } .btn [class^="icon-"].pull-left.icon-2x, .btn [class*=" icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x, .btn [class*=" icon-"].pull-right.icon-2x { margin-top: .18em; } .btn [class^="icon-"].icon-spin.icon-large, .btn [class*=" icon-"].icon-spin.icon-large { line-height: .8em; } .btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class*=" icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x, .btn.btn-small [class*=" icon-"].pull-right.icon-2x { margin-top: .25em; } .btn.btn-large [class^="icon-"], .btn.btn-large [class*=" icon-"] { margin-top: 0; } .btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x { margin-top: .05em; } .btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x { margin-right: .2em; } .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x { margin-left: .2em; } .btn-facebook { color: white; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #355089; background-image: -moz-linear-gradient(top, #3b5998, #2d4373); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5998), to(#2d4373)); background-image: -webkit-linear-gradient(top, #3b5998, #2d4373); background-image: -o-linear-gradient(top, #3b5998, #2d4373); background-image: linear-gradient(to bottom, #3b5998, #2d4373); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3B5998', endColorstr='#FF2D4373', GradientType=0); border-color: #2d4373 #2d4373 #17233c; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #2d4373; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); border-color: #1e2e4f; } .btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .btn-facebook.disabled, .btn-facebook[disabled] { color: white; background-color: #2d4373; *background-color: #263961; } .btn-facebook:active, .btn-facebook.active { background-color: #1e2e4f \9; } .btn-linkedin { color: white; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #426ba5; background-image: -moz-linear-gradient(top, #4875b4, #395d90); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4875b4), to(#395d90)); background-image: -webkit-linear-gradient(top, #4875b4, #395d90); background-image: -o-linear-gradient(top, #4875b4, #395d90); background-image: linear-gradient(to bottom, #4875b4, #395d90); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4875B4', endColorstr='#FF395D90', GradientType=0); border-color: #395d90 #395d90 #243a59; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #395d90; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); border-color: #2b466b; } .btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active, .btn-linkedin.active, .btn-linkedin.disabled, .btn-linkedin[disabled] { color: white; background-color: #395d90; *background-color: #32517d; } .btn-linkedin:active, .btn-linkedin.active { background-color: #2b466b \9; } .btn-twitter { color: white; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #1ebff5; background-image: -moz-linear-gradient(top, #33ccff, #00ace6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#33ccff), to(#00ace6)); background-image: -webkit-linear-gradient(top, #33ccff, #00ace6); background-image: -o-linear-gradient(top, #33ccff, #00ace6); background-image: linear-gradient(to bottom, #33ccff, #00ace6); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF33CCFF', endColorstr='#FF00ACE6', GradientType=0); border-color: #00ace6 #00ace6 #007399; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #00ace6; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); border-color: #00a4db; } .btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active, .btn-twitter.disabled, .btn-twitter[disabled] { color: white; background-color: #00ace6; *background-color: #0099cc; } .btn-twitter:active, .btn-twitter.active { background-color: #0086b3 \9; } .btn-github { color: white; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: black; background-image: -moz-linear-gradient(top, black, black); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(black), to(black)); background-image: -webkit-linear-gradient(top, black, black); background-image: -o-linear-gradient(top, black, black); background-image: linear-gradient(to bottom, #000000, #000000); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF000000', endColorstr='#FF000000', GradientType=0); border-color: black black black; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: black; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); border-color: black; } .btn-github:hover, .btn-github:focus, .btn-github:active, .btn-github.active, .btn-github.disabled, .btn-github[disabled] { color: white; background-color: black; *background-color: black; } .btn-github:active, .btn-github.active { background-color: black \9; } .btn-google { color: white; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #c83e2d; background-image: -moz-linear-gradient(top, #dc4a38, #aa2d1e); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dc4a38), to(#aa2d1e)); background-image: -webkit-linear-gradient(top, #dc4a38, #aa2d1e); background-image: -o-linear-gradient(top, #dc4a38, #aa2d1e); background-image: linear-gradient(to bottom, #dc4a38, #aa2d1e); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDC4A38', endColorstr='#FFAA2D1E', GradientType=0); border-color: #aa2d1e #aa2d1e #691c12; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #aa2d1e; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); border-color: #a12b1c; } .btn-google:hover, .btn-google:focus, .btn-google:active, .btn-google.active, .btn-google.disabled, .btn-google[disabled] { color: white; background-color: #aa2d1e; *background-color: #94271a; } .btn-google:active, .btn-google.active { background-color: #7e2216 \9; } /* Social Identities */ i.icon-bebo, i.icon-bebo-sign { color: #ee1010; } i.icon-behance-sign, i.icon-behance { color: #005cff; } i.icon-bread-sign, i.icon-bread { color: #00a4e4; } i.icon-disqus-sign, i.icon-disqus { color: #2e9fff; } i.icon-dribbble-sign, i.icon-dribbble { color: #ea4c89; } i.icon-facebook-sign, i.icon-facebook { color: #3b5998; } i.icon-flickr-sign, i.icon-flickr { color: #ed1e83; } i.icon-foursquare, i.icon-foursquare-sign { color: #0cbadf; } i.icon-github-sign, i.icon-github { color: black; } i.icon-goodreads-sign, i.icon-goodreads { color: #5a471c; } i.icon-googleplus-sign, i.icon-googleplus { color: #303030; } i.icon-instagram-sign, i.icon-instagram { color: #3f729b; } i.icon-klout-sign, i.icon-klout { color: #e24a25; } i.icon-lastfm-sign, i.icon-lastfm { color: #a52f23; } i.icon-linkedin-sign, i.icon-linkedin { color: #4875b4; } i.icon-pinterest-sign, i.icon-pinterest { color: #cb2027; } i.icon-quora-sign, i.icon-quora { color: #a72822; } i.icon-reddit-sign, i.icon-reddit { color: #638cb1; } i.icon-soundcloud-sign, i.icon-soundcloud { color: #ef3b24; } i.icon-spotify-sign, i.icon-spotify { color: #75c044; } i.icon-techendo-sign, i.icon-techendo { color: #32363c; } i.icon-tumblr-sign, i.icon-tumblr { color: #45556b; } i.icon-twitter-sign, i.icon-twitter { color: #33ccff; } i.icon-vevo, i.icon-vevo-sign { color: #dc2726; } i.icon-vimeo, i.icon-vimeo-sign { color: #1fb7ea; } i.icon-wordpress, i.icon-wordpress-sign { color: #464342; } i.icon-yahoo-sign, i.icon-yahoo { color: #8b2c8e; } i.icon-yelp-sign, i.icon-yelp { color: #ca3c27; } i.icon-youtube-sign, i.icon-youtube { color: #eb2629; }
css/socialicious.css
@font-face { font-family: "Socialicious"; src: url("../font/socialicious.eot"); src: url("../font/socialicious.eot?#iefix") format("embedded-opentype"), url("../font/socialicious.ttf") format("truetype"), url("../font/socialicious.svg#socialicious") format("svg"), url("../font/socialicious.woff") format("woff"); font-weight: normal; font-style: normal; } [data-icon]:before { font-family: "Socialicious"; content: attr(data-icon); font-style: normal; font-weight: normal; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; } [class^="icon-"]:before, [class*=" icon-"]:before { font-family: "Socialicious"; font-style: normal; font-weight: normal; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; } .icon-bebo:before { content: "a"; } .icon-bebo-sign:before { content: "b"; } .icon-bread:before { content: "c"; } .icon-bread-sign:before { content: "d"; } .icon-dribbble:before { content: "e"; } .icon-dribbble-sign:before { content: "f"; } .icon-facebook:before { content: "g"; } .icon-facebook-sign:before { content: "h"; } .icon-flickr:before { content: "i"; } .icon-flickr-sign:before { content: "j"; } .icon-foursquare:before { content: "k"; } .icon-foursquare-sign:before { content: "l"; } .icon-linkedin-sign:before { content: "p"; } .icon-linkedin:before { content: "q"; } .icon-lastfm-sign:before { content: "r"; } .icon-lastfm:before { content: "s"; } .icon-klout-sign:before { content: "t"; } .icon-klout:before { content: "u"; } .icon-instagram-sign:before { content: "v"; } .icon-instagram:before { content: "w"; } .icon-spotify:before { content: "A"; } .icon-spotify-sign:before { content: "B"; } .icon-tumblr:before { content: "F"; } .icon-tumblr-sign:before { content: "G"; } .icon-twitter:before { content: "H"; } .icon-twitter-sign:before { content: "I"; } .icon-vevo:before { content: "J"; } .icon-vevo-sign:before { content: "K"; } .icon-vimeo:before { content: "L"; } .icon-vimeo-sign:before { content: "M"; } .icon-wordpress-sign:before { content: "N"; } .icon-wordpress:before { content: "O"; } .icon-yelp:before { content: "C"; } .icon-yelp-sign:before { content: "D"; } .icon-youtube:before { content: "E"; } .icon-youtube-sign:before { content: "P"; } .icon-github:before { content: "m"; } .icon-github-sign:before { content: "z"; } .icon-pinterest:before { content: "n"; } .icon-pinterest-sign:before { content: "o"; } .icon-googleplus:before { content: "x"; } .icon-googleplus-sign:before { content: "y"; } .icon-quora:before { content: "Q"; } .icon-quora-sign:before { content: "R"; } .icon-reddit:before { content: "S"; } .icon-reddit-sign:before { content: "T"; } .icon-soundcloud:before { content: "U"; } .icon-soundcloud-sign:before { content: "V"; } .icon-yahoo:before { content: "W"; } .icon-yahoo-sign:before { content: "X"; } .icon-behance:before { content: "0"; } .icon-behance-sign:before { content: "1"; } .icon-disqus:before { content: "2"; } .icon-disqus-sign:before { content: "3"; } .icon-goodreads:before { content: "Y"; } .icon-goodreads-sign:before { content: "Z"; } .icon-techendo:before { content: "4"; } .icon-techendo-sign:before { content: "5"; } /* more sprites.less reset */ .icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"] { background-image: none; } [class^="icon-"]:before, [class*=" icon-"]:before { text-decoration: inherit; display: inline-block; speak: none; } /* makes sure icons active on rollover in links */ a [class^="icon-"], a [class*=" icon-"] { display: inline-block; } /* makes the font 33% larger relative to the icon container */ .icon-large:before { vertical-align: -10%; font-size: 1.3333333333333333em; } .btn [class^="icon-"], .nav [class^="icon-"], .btn [class*=" icon-"], .nav [class*=" icon-"] { display: -moz-inline-stack; display: inline-block; vertical-align: middle; *vertical-align: auto; zoom: 1; *display: inline; color: #fff; margin-right: 2px; margin-top: -2px; /* keeps button heights with and without icons the same */ } .btn [class^="icon-"].icon-large, .nav [class^="icon-"].icon-large, .btn [class*=" icon-"].icon-large, .nav [class*=" icon-"].icon-large { line-height: .9em; } .btn [class^="icon-"].icon-spin, .nav [class^="icon-"].icon-spin, .btn [class*=" icon-"].icon-spin, .nav [class*=" icon-"].icon-spin { display: inline-block; } .nav-tabs [class^="icon-"], .nav-pills [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"] { /* keeps button heights with and without icons the same */ } .nav-tabs [class^="icon-"], .nav-pills [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"], .nav-tabs [class^="icon-"].icon-large, .nav-pills [class^="icon-"].icon-large, .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class*=" icon-"].icon-large { line-height: .9em; } li [class^="icon-"], .nav li [class^="icon-"], li [class*=" icon-"], .nav li [class*=" icon-"] { display: inline-block; width: 1.25em; text-align: center; } li [class^="icon-"].icon-large, .nav li [class^="icon-"].icon-large, li [class*=" icon-"].icon-large, .nav li [class*=" icon-"].icon-large { /* increased font size for icon-large */ width: 1.5625em; } ul.icons { list-style-type: none; text-indent: -0.75em; } ul.icons li [class^="icon-"], ul.icons li [class*=" icon-"] { width: .75em; } .icon-muted { color: #eeeeee; } .icon-border { border: solid 1px #eeeeee; padding: .2em .25em .15em; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .icon-2x { font-size: 2em; } .icon-2x.icon-border { border-width: 2px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .icon-3x { font-size: 3em; } .icon-3x.icon-border { border-width: 3px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .icon-4x { font-size: 4em; } .icon-4x.icon-border { border-width: 4px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } [class^="icon-"].pull-left, [class*=" icon-"].pull-left { margin-right: .3em; } [class^="icon-"].pull-right, [class*=" icon-"].pull-right { margin-left: .3em; } .btn [class^="icon-"].pull-left.icon-2x, .btn [class*=" icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x, .btn [class*=" icon-"].pull-right.icon-2x { margin-top: .18em; } .btn [class^="icon-"].icon-spin.icon-large, .btn [class*=" icon-"].icon-spin.icon-large { line-height: .8em; } .btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class*=" icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x, .btn.btn-small [class*=" icon-"].pull-right.icon-2x { margin-top: .25em; } .btn.btn-large [class^="icon-"], .btn.btn-large [class*=" icon-"] { margin-top: 0; } .btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x { margin-top: .05em; } .btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x { margin-right: .2em; } .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x { margin-left: .2em; } .btn-facebook { color: white; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #355089; background-image: -moz-linear-gradient(top, #3b5998, #2d4373); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5998), to(#2d4373)); background-image: -webkit-linear-gradient(top, #3b5998, #2d4373); background-image: -o-linear-gradient(top, #3b5998, #2d4373); background-image: linear-gradient(to bottom, #3b5998, #2d4373); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3B5998', endColorstr='#FF2D4373', GradientType=0); border-color: #2d4373 #2d4373 #17233c; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #2d4373; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); border-color: #1e2e4f; } .btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .btn-facebook.disabled, .btn-facebook[disabled] { color: white; background-color: #2d4373; *background-color: #263961; } .btn-facebook:active, .btn-facebook.active { background-color: #1e2e4f \9; } .btn-linkedin { color: white; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #426ba5; background-image: -moz-linear-gradient(top, #4875b4, #395d90); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4875b4), to(#395d90)); background-image: -webkit-linear-gradient(top, #4875b4, #395d90); background-image: -o-linear-gradient(top, #4875b4, #395d90); background-image: linear-gradient(to bottom, #4875b4, #395d90); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4875B4', endColorstr='#FF395D90', GradientType=0); border-color: #395d90 #395d90 #243a59; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #395d90; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); border-color: #2b466b; } .btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active, .btn-linkedin.active, .btn-linkedin.disabled, .btn-linkedin[disabled] { color: white; background-color: #395d90; *background-color: #32517d; } .btn-linkedin:active, .btn-linkedin.active { background-color: #2b466b \9; } .btn-twitter { color: white; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #1ebff5; background-image: -moz-linear-gradient(top, #33ccff, #00ace6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#33ccff), to(#00ace6)); background-image: -webkit-linear-gradient(top, #33ccff, #00ace6); background-image: -o-linear-gradient(top, #33ccff, #00ace6); background-image: linear-gradient(to bottom, #33ccff, #00ace6); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF33CCFF', endColorstr='#FF00ACE6', GradientType=0); border-color: #00ace6 #00ace6 #007399; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #00ace6; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); border-color: #00a4db; } .btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active, .btn-twitter.disabled, .btn-twitter[disabled] { color: white; background-color: #00ace6; *background-color: #0099cc; } .btn-twitter:active, .btn-twitter.active { background-color: #0086b3 \9; } .btn-github { color: white; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: black; background-image: -moz-linear-gradient(top, black, black); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(black), to(black)); background-image: -webkit-linear-gradient(top, black, black); background-image: -o-linear-gradient(top, black, black); background-image: linear-gradient(to bottom, #000000, #000000); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF000000', endColorstr='#FF000000', GradientType=0); border-color: black black black; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: black; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); border-color: black; } .btn-github:hover, .btn-github:focus, .btn-github:active, .btn-github.active, .btn-github.disabled, .btn-github[disabled] { color: white; background-color: black; *background-color: black; } .btn-github:active, .btn-github.active { background-color: black \9; } .btn-google { color: white; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #c83e2d; background-image: -moz-linear-gradient(top, #dc4a38, #aa2d1e); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dc4a38), to(#aa2d1e)); background-image: -webkit-linear-gradient(top, #dc4a38, #aa2d1e); background-image: -o-linear-gradient(top, #dc4a38, #aa2d1e); background-image: linear-gradient(to bottom, #dc4a38, #aa2d1e); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDC4A38', endColorstr='#FFAA2D1E', GradientType=0); border-color: #aa2d1e #aa2d1e #691c12; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #aa2d1e; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); border-color: #a12b1c; } .btn-google:hover, .btn-google:focus, .btn-google:active, .btn-google.active, .btn-google.disabled, .btn-google[disabled] { color: white; background-color: #aa2d1e; *background-color: #94271a; } .btn-google:active, .btn-google.active { background-color: #7e2216 \9; } /* Social Identities */ i.icon-bebo, i.icon-bebo-sign { color: #ee1010; } i.icon-behance-sign, i.icon-behance { color: #005cff; } i.icon-bread-sign, i.icon-bread { color: #00a4e4; } i.icon-disqus-sign, i.icon-disqus { color: #2e9fff; } i.icon-dribbble-sign, i.icon-dribbble { color: #ea4c89; } i.icon-facebook-sign, i.icon-facebook { color: #3b5998; } i.icon-flickr-sign, i.icon-flickr { color: #ed1e83; } i.icon-foursquare, i.icon-foursquare-sign { color: #0cbadf; } i.icon-github-sign, i.icon-github { color: black; } i.icon-goodreads-sign, i.icon-goodreads { color: #5a471c; } i.icon-googleplus-sign, i.icon-googleplus { color: #303030; } i.icon-instagram-sign, i.icon-instagram { color: #3f729b; } i.icon-klout-sign, i.icon-klout { color: #e24a25; } i.icon-lastfm-sign, i.icon-lastfm { color: #a52f23; } i.icon-linkedin-sign, i.icon-linkedin { color: #4875b4; } i.icon-pinterest-sign, i.icon-pinterest { color: #cb2027; } i.icon-quora-sign, i.icon-quora { color: #a72822; } i.icon-reddit-sign, i.icon-reddit { color: #638cb1; } i.icon-soundcloud-sign, i.icon-soundcloud { color: #ef3b24; } i.icon-spotify-sign, i.icon-spotify { color: #75c044; } i.icon-techendo-sign, i.icon-techendo { color: #32363c; } i.icon-tumblr-sign, i.icon-tumblr { color: #45556b; } i.icon-twitter-sign, i.icon-twitter { color: #33ccff; } i.icon-vevo, i.icon-vevo-sign { color: #dc2726; } i.icon-vimeo, i.icon-vimeo-sign { color: #1fb7ea; } i.icon-wordpress, i.icon-wordpress-sign { color: #464342; } i.icon-yahoo-sign, i.icon-yahoo { color: #8b2c8e; } i.icon-yelp-sign, i.icon-yelp { color: #ca3c27; } i.icon-youtube-sign, i.icon-youtube { color: #eb2629; }
0.319121
0.093678
input.buttonblue,input.buttonred,input.hotbutton,input.defbutton{cursor:hand;color:#FFF;font-weight:bold;font-size:11px;padding:2px 1px;margin:0;white-space:nowrap} input.buttonred,input.hotbutton{background:url("/im/bg_sunorange.gif") repeat-x left top #E76F00;border-right:1px solid #C06600;border-bottom:1px solid #C06600;border-left:1px solid #FAE2CC;border-top:1px solid #FAE2CC} input.buttonblue,input.defbutton{background:url("/im/bg_sunblue.gif") repeat-x 0 -10px #304C60;border-right:1px solid #304C60;border-bottom:1px solid #304C60;border-left:1px solid #BACDD9;border-top:1px solid #BACDD9} input.buttonred:hover,input.buttonblue:hover,input.hotbutton:hover,input.defbutton:hover{color:#fbe249} input.error, select.error, textarea.error{border:2px solid;background:#FEE;border-top-color:#C00;border-left-color:#C00;border-right-color:#F00;border-bottom-color:#F00} input.medium{width:120px} input.mediumlarge,select.rightmodule{width:130px} input.large{width:200px} p.error{background:white;border:1px solid #D12124;padding:10px;color:#D12124;text-decoration:none} label.error{color:#c00;font-weight:bold} label.error a:link{color:#c00;text-decoration:underline} label.error a:visited{color:#c00;text-decoration:underline} label.error a:hover{color:#c00;text-decoration:underline} input[type="text"]:focus,input[type="password"]:focus,select:focus{background:#fffaea} form div.country-lang-selectors input{vertical-align:middle;margin-right:2px} form div.country-lang-selectors p{margin:6px 0px} form div.country-lang-selectors label{cursor:pointer} /* hr */ hr.light{background:#E3E3E3;color:#E3E3E3;height:2px;padding:0;border:0} hr{background:#333;color:#333;height:2px;padding:0;border:0;clear:both} .pc0v5 hr,.col1 hr.light,.col2 hr.light{background:#CCC;color:#CCC;height:2px;padding:0;border-left:0;border-right:0;border-top:0;border-bottom:1px #FFF solid;margin-bottom:10px} td.grey3 span.sp5{line-height:2px;font-size:2px !important} div.hr{margin:10px 0;background:#ddd;height:2px;clear:both} div.hr hr{display:none} div.d7 div.hr{background:#ddd} div.pc1 div.hr{height:0;border:1px solid #ccc;border-color:#ccc white white #ccc} /* misc */ p.bluearrows,div.bluearrows,span.bluearrows,a.bluearrows,.chevron{background:url("/im/ar_dbl_blue.png") no-repeat top left;padding-left:10px} p.bluearrows,div.bluearrows,span.bluearrows,a.bluearrows,.chevron{_background:url("/im/ar_dbl_blue.gif") no-repeat top left} .l5v0 ul li,ul.bluearrows li{margin:0;padding:0 0 4px 10px;list-style-image:url("/im/a.gif");background:url("/im/ar_dbl_blue.png") no-repeat left top} .l5v0 ul li,ul.bluearrows li{_background:url("/im/ar_dbl_blue.gif") no-repeat left top} .l5v0 ul,ul.bluearrows{margin:0;padding:0} ul.bluearrows li.current{background-image:url("/im/ar_single_black_bold.gif");font-weight:bold} .whtcopy,a.whitelink,a.whitelink:link,a.whitelink:hover,a.whitelink:visited{color:#FFF} td.sectiontitle1,td.sectiontitle1 a,td.sectiontitle1 div,td.sectiontitle2,td.sectiontitle2 a,td.sectiontitle2 div{font-weight:bold} .sunblue a.whitelink,.sunblue a.whitelink:visited{color:#FFF} .sunblue a.yellowlink,.sunblue a.yellowlink:visited,td.sunblue b,td.sunblue div.navtitle{color:#FFD55C} span.hotbutton{white-space:nowrap;line-height:2em;margin:0 3px} span.hotbutton a:link,span.hotbutton a:visited{color:#FFF;padding:2px 8px;border-right:1px solid #C06600;border-bottom:1px solid #C06600;border-left:1px solid #FAE2CC;border-top:1px solid #FAE2CC;background:url("/im/bg_sunorange.gif") repeat-x left top #E76F00;font-weight:bold} span.buttonlink{white-space:nowrap;line-height:2em;margin:0 3px} span.buttonlink a:link,span.buttonlink a:visited{color:#FFF;padding:2px 8px;border-right:1px solid #304C60;border-bottom:1px solid #304C60;border-left:1px solid #BACDD9;border-top:1px solid #BACDD9;background:url("/im/bg_sunblue.gif") repeat-x 0 -10px #304C60;font-weight:bold} span.hotbutton a:hover,span.buttonlink a:hover{color:#FBE249;text-decoration:none} span.hotbutton a strong,span.buttonlink a strong{margin:0;padding:0;color:#fff} ul.nobullet li,li.nobullet{list-style-image:url("/im/a.gif")} .clear{clear:both !important} .securelink{padding-right:12px;background:url("/im/ic_secure.gif") no-repeat top right} .spaced li{padding-top:.5em} ul.goto,ul.showDiv{margin:0;padding:0} .jsenabled ul.goto,.jsenabled ul.showDiv{height:15px;visibility:hidden} .jsenabled .listTitle,.jsenabled .loadUrl{display:none} span:hover.imgswap{cursor:pointer} .jsenabled .hidethis{display:none} .spriteswap{position:relative} ul.icons{margin:0;padding:0} body div ul.icons li{margin:0;padding:0 0 3px 17px;list-style-image:url("/im/a.gif");background-repeat:no-repeat;background-position:left top} body div ul.feedicon li,body div ul.icons li.feedicon{background:url("/im/ic_feed_12x.gif") no-repeat 1px 0} body div ul.emailicon li,body div ul.icons li.emailicon{background-image:url("/im/ic_email.gif")} body div ul.printicon li,body div ul.icons li.printicon{background-image:url("/im/ic_print.gif")} body div ul.phoneicon li,body div ul.icons li.phoneicon{background-image:url("/im/ic_phone.gif")} body div ul.bullet-bs li,body div ul.icons li.bullet-bs{background:url("/im/ic_bullet_bs.gif") no-repeat 4px 1px} body div ul.bullet-bh li,body div ul.icons li.bullet-bh{background:url("/im/ic_bullet_bh.gif") no-repeat 4px 1px} body div ul.bullet-ds li,body div ul.icons li.bullet-ds{background:url("/im/ic_bullet_ds.gif") no-repeat 4px 1px} body div ul.bullet-dh li,body div ul.icons li.bullet-dh{background:url("/im/ic_bullet_dh.gif") no-repeat 4px 1px} body div ul.bullet-cs li,body div ul.icons li.bullet-cs{background:url("/im/ic_bullet_cs.gif") no-repeat 4px 1px} body div ul.bullet-ch li,body div ul.icons li.bullet-ch{background:url("/im/ic_bullet_ch.gif") no-repeat 4px 1px} a.icon {padding-left:18px;font-weight:bold} a.videoicon {background:url("/im/ic_video.gif") left top no-repeat} a.audioicon {background:url("/im/ic_audio.gif") 0 1px no-repeat} /* clear */ .l3:after,.l2:after,.pn5v1w2:after,.pn5v0w2:after,.pn5w4:after,.g8:after,.l4:after,.l5:after,.l5x4:after,.pc6 div.pc6w4:after,.g19:after,.g20:after{content:".";display:block;height:0;clear:both;visibility:hidden} /* xfade */ .xfade{z-index:2;visibility:hidden;position:absolute;top:0;left:0;opacity:1;filter:alpha(opacity=100);-moz-opacity:1} .xfadefirst{z-index:3;visibility:visible;opacity:1;filter:alpha(opacity=100);-moz-opacity:1;position:absolute;top:0;left:0} ul.listfade {position:relative;height:1.5em;margin:0;padding:0} ul.listfade li{visibility:hidden;position:absolute;top:0;left:0;list-style-image:url("/im/a.gif");margin:0;padding:0} ul.listfade li:first-child {visibility:visible} ul.listfade li.xfadefirst{visibility:visible} .browserOldMoz ul.listfade li{position:relative;left:0;top:-1.5em;margin-bottom:-1.5em;height:1.5em} /* imgbox */ .imgleft{margin:0 10px 0 0;float:left} .imgright{margin:0 0 0 10px;float:right} .imgcenter{margin-left:auto;margin-right:auto;width:100%} .imgzoom a{background:url("/im/BL_zoom.gif") no-repeat bottom left;display:block} div.imgbox div.zoomimg{background:url("/im/30p_black.png") repeat} .zoomimg div{padding:0} .zoomimg img{padding:0;margin:10px} .imgw1{background:url("/im/generic_tl.png") no-repeat top left} .imgw2{background:url("/im/generic_tr.png") no-repeat top right} .imgw3{background:url("/im/generic_bl.png") no-repeat bottom left} .imgw4{background:url("/im/generic_br.png") no-repeat bottom right} div.imgw1{_background-image:url("/im/generic_tl.gif")} div.imgw2{_background-image:url("/im/generic_tr.gif")} div.imgw3{_background-image:url("/im/generic_bl.gif")} div.imgw4{_background-image:url("/im/generic_br.gif")} .d7 div.cornerBL .imgw1,.pc1 div.cornerBL .imgw1,.bg1 .imgw1{background-image:url("/im/TL_eee.gif")} .d7 div.cornerBL .imgw2,.pc1 div.cornerBL .imgw2,.bg1 .imgw2{background-image:url("/im/TR_eee.gif")} .d7 div.cornerBL .imgw3,.pc1 div.cornerBL .imgw3,.bg1 .imgw3{background-image:url("/im/BL_eee.gif")} .d7 div.cornerBL .imgw4,.pc1 div.cornerBL .imgw4,.bg1 .imgw4{background-image:url("/im/BR_eee.gif")} /* pad */ div.pad2x8{padding:2px 8px} div.pad3x0{padding:3px 0} div.pad5x10{padding:5px 10px} div.pad5x10x5x0{padding:5px 10px 5px 0} .headerpadding{padding:1px 10px} .redwidgetpadding{padding:2px 0 3px 0} .gwpadding1{padding:2px 10px 7px 8px} /* table styles */ table.th-nowrap th{white-space:nowrap} td.tablecaption,th.tablecaption,.tablecaption a,.tablecaption div a, td.tablecaption2,th.tablecaption2,.tablecaption2 a,.tablecaption2 div a, td.tablecaption3,th.tablecaption3,.tablecaption3 a,.tablecaption3 div a, td.tablecaption4,th.tablecaption4,.tablecaption4 a,.tablecaption4 div a, td.tablecaption5,th.tablecaption5,.tablecaption5 a,.tablecaption5 div a, td.tablecaption6,th.tablecaption6,.tablecaption6 a,.tablecaption6 div a, td.tablecaption7,th.tablecaption7,.tablecaption7 a,.tablecaption7 div a{color:#FFF;font-weight:bold} td.redwidget{color:#FFF;vertical-align:top} td.redwidget b{color:#FFDE00} td.redwidget a:link,td.redwidget a:visited{color:#FFF} td.redwidget a:hover{color:#FBE249;text-decoration:none} td.redwidget{border-right:1px solid #C06600;border-bottom:1px solid #C06600;border-left:1px solid #FAE2CC;border-top:1px solid #FAE2CC} table tr td.redwidget{background:url("/im/bg_sunorange.gif") repeat-x left top #E76F00} td.columncaption,th.columncaption{text-align:left;background:#C3CCD3;font-weight:bold;padding:3px} td.columncaption2,th.columncaption2{text-align:left;background:#CCC;font-weight:bold} td.columncaption3,th.columncaption3{color:#FFF;background:#666;font-weight:bold} td.columncaption4,th.columncaption4{background:#CCC;font-weight:bold} td.columncaption5,th.columncaption5{background:#CCC} table[bgcolor="#666699"], td[bgcolor="#666699"], table[bgcolor="#666699"] td.tablecaption, table[bgcolor="#000000"] td.tablecaption, table.black td.tablecaption, table.dkblue td.tablecaption, td.tablecaption,th.tablecaption{background:#35556B} td.tablecaption2,th.tablecaption2{background:#000} td.tablecaption3,th.tablecaption3{background:#6579A6} td.tablecaption4,th.tablecaption4{background:#B3B3B3} td.tablecaption5,th.tablecaption5{background:#993300} td.tablecaption6,th.tablecaption6{background:#C00} td.tablecaption7,th.tablecaption7{background:#A3B8CB} td.tablecaption div.headerpadding{background:url("/im/a2_corner_tr.gif") no-repeat right top;padding:6px 8px 4px 15px} tr td.tablecaption,table tr.dkgrey td.tablecaption{background:url("/im/bg_titlebar.gif") no-repeat left top} td.tablecaption2 div.headerpadding{background:url("/im/a2_corner_tr.gif") no-repeat right top;padding:6px 8px 4px 15px} tr td.tablecaption2,table tr.dkgrey td.tablecaption2{background:url("/im/bg_titlebar.gif") no-repeat left top} td.vatop,th.vatop,tr.vatop td,tr.vatop th,table.vatop td,table.vatop th,div.vatop{vertical-align:top} td.vamiddle,th.vamiddle,tr.vamiddle td,tr.vamiddle th,table.vamiddle td,table.vamiddle th,div.vamiddle{vertical-align:middle} td.vabottom,th.vabottom,tr.vabottom td,tr.vabottom th,table.vabottom td,table.vabottom th,div.vabottom{vertical-align:bottom} tr td.tablecaption,tr td.tablecaption2,tr td.tablecaption3{padding:0;vertical-align:top} .d7v4 .tablecaption2,.d7v4 .tablecaption,.d7v9 .tablecaption2,.d7v9 .tablecaption{background:#A4B8CB;color:#fff} .d7v4 .tablecaption2 .headerpadding,.d7v4 .tablecaption .headerpadding,.d7v9 .tablecaption2 .headerpadding,.d7v9 .tablecaption .headerpadding{background:#A4B8CB;padding-left:11px} /* table colors */ table.dkblue{background:#35556B} .dkblue span.rightarrowblue{color:#fff} td.dkblue,th.dkblue,tr.dkblue td,tr.dkblue th,table tr td.dkblue,table tr th.dkblue{background:#35556B;color:#FFF} div.dkgrey1,table.dkgrey1,td.dkgrey1,th.dkgrey1,tr.dkgrey1 td,tr.dkgrey1 th,table tr td.dkgrey1,table tr th.dkgrey1{background:#BBB} table.grey1,td.grey1,th.grey1,tr.grey1 td,tr.grey1 th,table tr td.grey1,table tr th.grey1{background:#EEE} table.grey2,td.grey2,th.grey2,tr.grey2 td,tr.grey2 th,table tr td.grey2,table tr th.grey2{background:#FDFDFD} tr td.tablecaption2 div.headerpadding a,td.tablecaption2{background-color:transparent} table.yellow1,td.yellow1,th.yellow1,tr.yellow1 td,tr.yellow1 th,table tr td.yellow1,table tr th.yellow1{background:#EFEFEF} /* share this page */ div#sharepage{position:relative;padding-right:127px;z-index:28} div#sharepage a{color:#3E6B8A} div.sharepage{position:absolute;top:-3px;right:10px} div.sharepage td,div.sharepage table{background:transparent url("/im/share-page-bgs.gif") no-repeat 100% -30px} div.sharepage table a{border:none;height:27px;display:block} div.sharepage td#share-mailto{background-position:-356px 0} div.sharepage td#share-mailto a{width:28px} div.sharepage td#share-technorati{background-position:0 0} div.sharepage td#share-technorati a{width:27px} div.share-mailto td#share-technorati{background-position:-3px 0} div.share-mailto td#share-technorati a{width:23px} div.sharepage td#share-delicious{background-position:-27px 0} div.sharepage td#share-delicious a{width:23px} div.sharepage td#share-digg{background-position:-49px 0} div.sharepage td#share-digg a{width:22px} div.sharepage td#share-slashdot{background-position:-71px 0} div.sharepage td#share-slashdot a{width:22px} div.sharepage td#share-feed{background-position:-95px 0} div.sharepage td#share-feed a{width:32px} div.sharepage td#share-multiple-feeds{background-position:-127px 0} div.sharepage td#share-multiple-feeds.showing{background-position:-164px 0} div.sharepage td#share-multiple-feeds a{width:37px} div.sharepage td#share-blank {padding-left:3px} div#share-feed-list{font-weight:normal;font-size:12px;position:absolute;top:25px;right:4px;padding-right:20px;background:transparent url("/im/feed-list-bg-right.png") no-repeat bottom right;max-width:250px} div#share-feed-list ul{background:transparent url("/im/feed-list-bg.png") no-repeat bottom left} div#share-feed-list ul li{padding:0;background:transparent url("/im/ic_feed_12x.gif") no-repeat 13px 1px} div#share-feed-list ul li.last-child {padding-bottom:8px} div#share-feed-list ul li.first-child {padding-top:7px;background-position:13px 8px} div#share-feed-list span.x1{display:block;width:6px;height:6px;position:absolute;top:0;left:5px;background:transparent url("/im/feed-list-topcorners.png") no-repeat top left} div#share-feed-list span.x2{display:block;width:6px;height:6px;position:absolute;top:0;right:5px;background:transparent url("/im/feed-list-topcorners.png") no-repeat top right} div#share-feed-list ul li div{background:transparent url("/im/feed-list-line.png") repeat-x bottom left;margin:0 -15px 0 5px;padding:0 15px 6px 25px} div#share-feed-list ul li.last-child div{background-position:-1000px -1000px}/* ie7 */ * html div#share-feed-list{background-image:url("/im/feed-list-bg-right.gif")}/* ie6 */ * html div#share-feed-list ul{background-image:url("/im/feed-list-bg.gif")} * html div#share-feed-list span.x1{background-image:url("/im/feed-list-topcorners.gif")} * html div#share-feed-list span.x2{background-image:url("/im/feed-list-topcorners.gif")} * html div#share-feed-list ul li div{background-image:url("/im/feed-list-line.gif")} * html div#share-feed-list span.x2{right:4px} .browserSafari #sharepage h1 {padding-right:1px} /* c1 */ .pagetitle img{padding-top:4px} /* d1 & d2 */ .d1,.d2{margin-bottom:10px} .d1,.d2,.d1 .dkgrey1,.d1 .dkgrey1 .white1,.d2 .dkgrey1,.d2 .dkgrey1 .white1{background:#EEE} .d1 td.grey3 span.sp5{border-bottom:#FFF solid 1px;display:block;height:1px;overflow:hidden} .d1 .grey1,.d2 .grey1{background:transparent;padding-left:4px} .d1 table.vatop,.d2 table.vatop,.d1 h5,.d2 h5{margin:0 0 0 5px} .d2 table.dkgrey1 table.vatop{margin:0} .d1 .gwpadding1 .navtitle,.d2 .gwpadding1 .navtitle,.d1 .sectiontitle1,.d2 .sectiontitle1,.d1 .sectiontitle2,.d2 .sectiontitle2{padding-left:5px} .d1 .gwpadding1,.d2 .gwpadding1{padding-left:20px} td.sectiontitle2{padding-top:2px} table.dkgrey1 table tr td.tablecaption2{background:url("/im/bg_sunblue.gif") repeat-x} table.dkgrey1 table tr td.tablecaption2 div.headerpadding{background:transparent} table.dkgrey1 table.white1 tr td div.pad10{padding:0 10px} td.tablecaption2 + td img[width="10"]{width:10px;height:24px;background:#FFF} td.tablecaption2 + td.black{background:#fff;color:#000} table.dkgrey1 table tr td.tablecaption3{background:url("/im/bg_sunblue.gif")} table.dkgrey1 table tr td.tablecaption3 div.headerpadding{background:transparent} table.dkgrey1 table.white1 tr td div.pad10{padding:0 10px} td.tablecaption3 div.headerpadding,td.tablecaption3 div.headerpadding2{background:url("/im/a2_corner_tr.gif") no-repeat right top;padding:6px 8px 4px 15px} tr td.tablecaption3,table tr.dkgrey td.tablecaption3{background:url("/im/bg_titlebar.gif") no-repeat left top} table.dkgrey1 table tr td.tablecaption{background:url("/im/bg_sunblue.gif")} table.dkgrey1 table tr td.tablecaption div.headerpadding{background:transparent} table.dkgrey1 table.white1 tr td div.pad10{padding:0 10px} td.medgrey div.headerpadding{padding:4px 8px 4px 15px} /* d7 */ .d7 div.cornerBL{background:url("/im/generic_bl.gif") no-repeat bottom left #EEE;border-top:none} .d7 div.cornerBR{background:url("/im/generic_br.gif") no-repeat bottom right;padding:10px 6px;_height:1px;position:static} .d7 p.intro{font-size:13px;color:#666;font-weight:bold;margin-top:0} .d7 hr.light,.d7 hr,.d7v4 .g2v3 hr,.d7v4 .g2v4 hr,.d7v4 .g2v5 hr,.d7v9 .g2v3 hr,.d7v9 .g2v4 hr,.d7v9 .g2v5 hr{background:#CCC;color:#CCC;height:2px;padding:0;border-left:0;border-right:0;border-top:0;border-bottom:1px #FFF solid;margin-bottom:10px} .d7v0{border-bottom:#507c9a solid 2px} .d7v0 .skip{height:0;width:0;overflow:hidden} .d7v0 td.suntab div{border-bottom:#FFF solid 2px;border-right:#FFF solid 2px} .d7v0 td.suntabactive div{border-right:#FFF solid 2px} .d7v1 div.suntabsubrow{padding:5px 7px 5px 4px} .d7v1 span{border-right:#FFF solid 1px;padding-right:5px;padding-left:3px} .d7v1 span.lastitem{border-right:#507c9a solid 0;padding-right:5px;padding-left:3px} .d7v2{border-bottom:#507c9a solid 2px;border-left:#507c9a solid 2px;border-right:#507c9a solid 2px;padding:6px 6px 10px 6px} .d7v4{background:#FFF;margin:0;padding:0} .d7v6{padding:3px 0} .d7v7{padding:0 0 4px 0;margin-bottom:4px;border-bottom:#CCC 2px solid;color:#696969} .d7v7 b{color:#E76F00} .d7v7 div{padding-top:3px} .d7v8 .suntabsubsubrow div{padding:3px 0 3px 10px} .d7v8 .suntabsubsubrow form{padding:0 0 4px 0;display:block} .d7v8 a:visited{color:#3E6B8A} .d7v8{background:#CCDAE3;border-top:1px #fff solid;padding:6px 6px 6px 5px} .d7v8 b{color:#000} .d7v8 span{border-right:#507c9a solid 1px;padding-right:5px;padding-left:3px} .d7v8 span.lastitem,.d7v8 span.remove{border-right:0;padding-right:5px;padding-left:3px} .d7v9 div.cornerBR{padding:10px 22px 22px 22px} .d7v10{background:#CCDAE3;border-top:1px #fff solid} .d7v10 td{padding:8px 4px 5px 9px} .d7v10 ul.bluearrows li.currentpg{font-weight:bold;list-style-image:url("/im/a.gif");background:url("/im/ar_single_black_bold.gif") no-repeat left top} .d7v11 {text-align:right;margin:9px 0 -23px 0} .d7v11 a{margin-left:1em} td.suntabactive a{color:#fff} td.suntabactive,table.suntabbg,td.suntabbg,th.suntabbg,tr.suntabbg td,tr.suntabbg th,table tr td.suntabbg,table tr th.suntabbg{background:#507c9a} td.suntabactive{background:#507c9a url("/im/bg_titlebar.gif") no-repeat left top;border-right:1px solid #FFF;padding:0} td.suntabactive div{background:url("/im/a2_corner_tr.gif") no-repeat right top;padding:9px 7px 5px 7px} td.suntab{background:#CCDAE3 url("/im/d7_tab_bg.gif") repeat-x;border-right:1px solid #FFF;border-top:3px solid #FFF} td.suntab div{background:url("/im/corner_navblue_tr.gif") no-repeat right top;padding:9px 7px 5px 7px} td.suntab div{padding:6px 7px 3px 7px} td.suntab div a:visited{color:#35556B} div.suntabsubrow{padding:9px 7px 5px 7px;background:#507c9a} div.suntabsubrow,div.suntabsubrow span,div.suntabsubrow span b,td.suntabactive div{font-weight:bold;color:#FFF} div.suntabsubrow a,div.suntabsubrow a:visited{font-weight:normal;color:#CCDAE3} table tr td.suntab div,table tr td.suntabactive div{min-height:16px} * html table tr td.suntab div,* html table tr td.suntabactive div{height:16px} /* e1 */ .e1{margin-bottom:10px} .e1 .contact{margin-bottom:8px} .e1 a.small{color:#FFD55C} /* e2 */ .e2{background:url("/im/bg_navgreen.gif") repeat-x left bottom #C7CE46;margin-bottom:10px} .e2 table.navblue{background:url("/im/generic_tr.gif") no-repeat top right} .e2 table.navblue tr td table{margin:8px 6px 8px 6px} .e2 table.navblue tr td table:first-child,.e2 table.navblue tr td table{background:transparent} * html .e2 table.navblue tr td table{background:transparent;border-top:0} .e2 table.navblue .navtitle,.e2 table.navblue .rightarrowblue,.e2 table.navblue table:first-child,.e2 span.rightarrowblue{padding-left:0} /* e4 */ .e4v2 .pad{padding:7px 7px 0 7px} .e4v2{padding-bottom:7px} .e4v0{border:1px solid #B2BC00;padding:0;margin-bottom:10px} .e4 ul{margin:0;padding:0;list-style:none;padding:4px 5px} .e4 li{margin:0;padding:0;list-style-image:url("/im/a.gif");padding:1px 0 1px 21px;font-weight:bold;background-position:2px 2px;background-repeat:no-repeat} .e4 li.e4-go{background-image:url("/im/ic_e4arrows.gif")} .e4 li.e4-contact{background-image:url("/im/ic_email.gif")} .e4 li.e4-phone{background-image:url("/im/ic_phone.gif")} .e4 li.e4-chat{background-image:url("/im/ic_chat.gif")} .e4v3 h6.e4x1{padding:4px 0;text-align:right;margin:0 1px 0 0} .e4v3 h6.e4x1 span{color:#fff;padding:4px 0 4px 16px;background:url("/im/e4_TL.gif") no-repeat top left} .e4v3{margin-bottom:10px;padding:0 8px 8px 0;background:url("/im/e4_TR.gif") no-repeat top right #D1D766} .e4v3 h6.small{color:#999;padding:6px 0 0 8px;font-weight:normal} .e4v3 .e4w2{margin:1px 0 0 8px;padding:0 0 5px 0;background:#FFF} .e4v3 ul{padding:2px 5px} .e4v3:first-child{margin-top:13px} /* e5 */ .e5{background:url("/im/bg_navgreen.gif") repeat-x left bottom #C1C933;margin-bottom:10px} .e5 table.blue1,.e5 table.white1{background:transparent} .e5 table.blue1{background:url("/im/generic_tr.gif") no-repeat top right;border-top:none} .e5 table.white1{background:url("/im/generic_tl.gif") no-repeat top left;padding:0} .e5 table.blue1 table.white1{border:none} /* e8 */ .e8v0{background:url("/im/bg_sunorange.gif") repeat-x left bottom #E76F00;margin-bottom:10px;width:170px} .e8v1,.e8{background:url("/im/bg_dksunblue.gif") repeat-x left bottom #35556B;margin-bottom:10px;width:170px} .e8v2 .e8w1,.e8v0 div.cornerBR,.e8v1 div.cornerBR{background:url("/im/sidenav_corners.gif") no-repeat bottom right;padding:0} .e8v0 div.cornerBR,.e8v1 div.cornerBR{height:8px} .e8v0 .title{color:#FFF;font-weight:bold;padding:8px 8px 2px 8px} .e8v0 .copy{color:#000;padding:2px 8px 4px 8px} .e8v1 .copy a:link,.e8v1 div.copy a:visited{color:#FFF} .e8v1 .title,.e8v2 h5{color:#ED9B09;font-weight:bold;padding:8px 8px 2px 8px;margin:0} .e8v1 div.copy{color:#FFF;padding:2px 8px 4px 8px} .e8v2 ul{margin:0;padding:0 0 8px 8px} .e8w1 ul li{margin:0;list-style-image:url("/im/a.gif");background:url("/im/ar_dbl_white.gif") no-repeat top left;padding:0 6px 3px 10px} div[class="e8w1"] ul li{background:url("/im/ar_dbl_white.png") no-repeat top left} .e8v2 ul a{color:#fff} body div.e8v2 ul.emailicon li,body div.e8v2 ul li.emailicon{background-image:url("/im/ic_email_op.gif")} /* e9 */ .e9v0{background:url("/im/bg_sunorange.gif") repeat-x left bottom #E76F00;margin-bottom:10px;width:170px} .e9v1{background:url("/im/bg_dksunblue.gif") repeat-x left bottom #35556B;margin-bottom:10px;width:170px} .e9 div.cornerBL{width:170px;height:8px;background:url("/im/generic_bl.gif") no-repeat bottom left;padding:0} .e9 div.cornerBR{width:170px;height:8px;background:url("/im/generic_br.gif") no-repeat bottom right;padding:0} .e9 div.cornerTL{width:170px;height:8px;background:url("/im/generic_tl.gif") no-repeat top left;padding:0} .e9 div.cornerTR{width:170px;height:8px;background:url("/im/generic_tr.gif") no-repeat top right;padding:0} .e9v0 div.title{color:#FFF;font-weight:bold;padding:2px 8px 2px 8px} .e9v0 div.copy{color:#000;padding:2px 8px 2px 8px} .e9v1 div.copy a:link,.e9v1 div.copy a:visited{color:#FFF} .e9v1 div.title{color:#ED9B09;font-weight:bold;padding:2px 8px 2px 8px} .e9v1 div.copy{color:#FFF;padding:2px 8px 4px 8px} /* e10 */ .e10{border:#b2bc00 solid 1px;margin-bottom:10px;padding:4px 8px} .e10 ul{margin:0;padding:0} .e10 ul.icons li{margin:0 8px 0 0;display:inline} .e10 a:visited{color:#3E6B8A} /* e12 */ .e12v0{margin-bottom:10px} /* e13 */ .e13{background:#a3b8cb;margin-bottom:10px;width:170px} .e13v1{background:url("/im/bg_medblue_to_darkblue.gif") repeat-x 0 -10px #5482a3} .e13 div.cornerTR{height:8px;background:url("/im/sidenav_corners.gif") no-repeat top left;padding:0} .e13 div.cornerBL{height:8px;background:url("/im/sidenav_corners.gif") no-repeat bottom right;margin-top:5px;padding:0} .e13 .pad{margin:0 10px} .e13 img.popup{margin:0;padding:0;float:right} .e13v0 img{margin:6px 0 0 0;display:block} .e13v0 h3{margin:0;padding:0;float:left} .e13v0r1 div.cornerBL,.e13v0r1 div.cornerBR{height:6px} .e13v0r1 div.pad{margin:0 0 0 6px} .e13v0r1 h3{color:#fff;padding-left:4px;float:none;margin-bottom:3px} .e13v0r1 h3 a{color:#fff;display:block;background:url("/im/ic_open_win_blue.gif") no-repeat top right;margin-right:10px} .e13v0r1 img{margin:2px 1px 0 0;display:inline;background:url("/im/pc3_border_off.gif") no-repeat 0 0;width:77px;height:64px} .e13v0r1 a:hover img{background:url("/im/pc3_border_on.gif") no-repeat 0 0} .e13v0r1 img.popup{width:15px;height:11px;background:transparent} .e13v0r1 a:hover img.popup{background:transparent} .e13v1 h3,.e13v1 p,.e13 div a{color:#fff} .e13v1 h3{padding-bottom:2px} .e13v1 img{margin:3px 0 5px 0;padding:0 18px 0 17px;display:block;background:url("/im/ic_open_win_blue.gif") no-repeat 132px -1px} .e13v1 div.cornerBL{margin-top:4px} .e13v1 p{margin-bottom:5px} .e13 .chevron{background:url("/im/ar_dbl_white.png") no-repeat top left;padding:0 6px 0 10px;display:block} .e13 .chevron{_background:url("/im/ar_dbl_white.gif") no-repeat top left} .e13v0 .chevron{margin:4px 0} /* e14 */ .e14{background:url("/im/bg_lightyellow.gif") repeat-x left bottom #ffdb80;margin-bottom:10px;width:170px} .e14 div.cornerTR{height:8px;background:url("/im/sidenav_corners.gif") no-repeat top left;padding:0} .e14 div.cornerBL{height:8px;background:url("/im/sidenav_corners.gif") no-repeat bottom right;margin-top:5px;padding:0} .e14 div.pad{padding:0 8px 5px 10px} .e14 div.small{font-weight:bold;margin:2px 0 5px 0;color:#535353;line-height:16px;font-size:12px} .e14v1 a{font-weight:bold} .e14v1 div.bluearrows,.e14v1 p.bluearrows{margin:5px 0 3px 0} /* e15 */ .e15{background:url("/im/bg_navblue.gif") repeat-x bottom left #DDE6EC;margin-bottom:10px;width:170px} .e15v1 a{font-weight:bold} .e15v1r1 a{display:block} .e15 h5{margin:2px 0 0 0;color:#444} .e15 h3{padding-top:6px} .e15 ul{margin:0 0 6px;padding:0} .e15 ul li{margin:3px 0;padding:0 0 0 10px;list-style-image:url("/im/a.gif");background:url("/im/ar_dbl_blue.png") no-repeat 0 0} .e15w1,.e15 div.cornerTR{background:url("/im/sidenav_corners.gif") no-repeat top left} .e15w2{padding:2px 8px 3px 10px} .e15 div.pad{padding:0 8px 3px 10px} .e15 div.cornerTR{height:8px} .e15 div.bluearrows,.e15 p.bluearrows{margin:5px 0 3px 0} /* e16 */ .e16{background:url("/im/bg_navgreen.gif") repeat-x bottom left #C7CE46;margin-bottom:10px;width:170px} .e16 div.e16x2{height:8px;background:url("/im/sidenav_corners.gif") no-repeat top left} .e16 div.e16w1{padding:0 8px 8px 8px} .e16 form{display:block} .e16 .buttonred,.e16 .hotbutton{margin:5px 0} .e16 p{margin-top:2px} .e16 ul {margin-top:8px;clear:both} .e16input{width:98%} /* e17 */ .e17{background:url("/im/bg_lightyellow.gif") repeat-x left bottom #ffdb80;margin:0 0 10px 0;width:170px;float:left} .e17 div.e17x2{height:8px;background:url("/im/sidenav_corners.gif") no-repeat top left} .e17 div.e17x4{height:8px;background:url("/im/sidenav_corners.gif") no-repeat bottom right;margin-top:5px} .e17 div.e17w1{padding:0 8px 5px 10px} .e17 h6{color:#666;margin-top:5px} .e17 select{width:98%} /* e18 */ .e18{background:url("/im/bg_mdblue2ltblue_hrz.gif") repeat-y top left;margin:3.5em 0 10px -10px;width:180px;position:relative} .e18 .e18w1{background:url("/im/generic_tr.gif") no-repeat top right} .e18 div[class="e18w1"]{background-image:url("/im/generic_tr.png")} .e18 .e18w2{padding:10px 0;background:url("/im/generic_br.gif") no-repeat bottom right} .e18 div[class="e18w2"]{background-image:url("/im/generic_br.png")} .e18 h3{margin:1px 7px 0 20px} .e18 h5{color:#666;margin:2px 7px 0 20px} .e18 ul{margin:0 5px 6px 21px} .e18 hr{visibility:hidden} .e18 .e18hr{background:url("/im/generic_sidenav_hr.gif") no-repeat top right;height:29px} .e18 div[class="e18hr"]{background-image:url("/im/generic_sidenav_hr.png")} .e18 ul li{margin:0;padding:0 0 0 8px;list-style-image:url("/im/a.gif");background:url("/im/ul_sub_blue_bullet.gif") no-repeat 0 5px} /* e19 */ .e19{margin:0 0 10px 0} .e19w1{width:170px;position:relative;overflow:hidden} .e19 img,.e19 p{margin:0;border:0;padding:0} /* g2 */ .g2v4 .number,.g2v4 span.question{text-align:right;width:20px;float:left} .g2v4 span.question{font-weight:bold} .g2v4 div.question{text-align:left;margin:0 0 8px 45px;font-weight:bold;padding-bottom:0} .g2v4 span.answer{text-align:right;width:40px;float:left;font-weight:bold} .g2v4 div.answer{text-align:left;margin:0 0 11px 45px;padding-bottom:0} .g2v3 hr,.g2v4 hr,.g2v5 hr{background:#E3E3E3;color:#E3E3E3;height:2px;padding:0;border:0} .g2v4 h3{margin-bottom:5px;margin-top:24px} .g2v4 img[src*="ic_ar_up.gif"]{padding-left:32px} div.g2v1 blockquote{background:#35556B;color:white;margin:10px auto;padding:1px 12px;width:75%} div.g2v1 blockquote *{color:white} div.g2v1 blockquote p{margin:10px 0} /* g3 */ div.g3v3 ol{margin:4px} .d7v9 div.g3v3 .tablecaption2{background:#EEE;color:#000} .d7v9 div.g3v3 .tablecaption2 .headerpadding{background:#EEE;padding-left:1px;font-size:15px} .d7v9 div.g3v3 table.dkgrey1{background:#EEE} .d7v9 div.g3v3 table.dkgrey1 tr.grey1 td{background:#EEE} /* ? */ br.ifx{font-size:1px;line-height:0;height:0;display:none} /* g5 */ .g05v0, .g05v1{background:url("/im/bg_ltblue_to_medblue.gif") repeat-x 0 -60px #A6BACD;padding:0;margin:0;position:relative} .g05{margin-bottom:10px} .g05 em,.g05 span,.g05 li,.g05 b,.g05 a{font-size:13px} .g05 li em{display:none} .g05 ul{margin:0;padding:3px;display:inline} .g05 li{list-style:none;display:inline;background:url("/im/arrow_right_blue.gif") left center no-repeat;margin:0 0 0 3px;padding-left:13px} .g05 li span{list-style:none;display:inline;border:solid #5382A1 1px;background:#CCDAE3 url("/im/d7_tab_bg.gif") center left repeat-x;padding:1px;margin:0;color:#000} .g05 li span span{display:none;padding:0 4px 0 0;border:0} .g05 li.current span span{display:inline;border:0;font-weight:bold} .g05 li.current span{border:solid #333 1px;background:url("/im/bg_lightyellow.gif") repeat-x 0 -20px #ffdb80} .g05 li:hover{cursor:default} .g05 li:hover span span{display:inline} .g05 b{padding:4px} .g05 h5{display:inline;margin:0;padding:0} .g05 a:hover{text-decoration:none;cursor:pointer} .g05 a:hover b,.g05 a:hover span{color:#5282A5} .g05 .g05v1 li span span{display:inline} .g05TL{background:url("/im/TR_fff.gif") no-repeat top right} .g05TR{background:url("/im/TL_fff.gif") no-repeat top left} .g05BL{background:url("/im/BL_fff.gif") no-repeat bottom left} .g05BR{background:url("/im/BR_fff.gif") no-repeat bottom right;padding:8px} .d7 div.cornerBL div.g05TL,.pc1 div.cornerBL div.g05TL,.bg1 div.g05TL{background-image:url("/im/TL_eee.gif")} .d7 div.cornerBL div.g05TR,.pc1 div.cornerBL div.g05TR,.bg1 div.g05TR{background-image:url("/im/TR_eee.gif")} .d7 div.cornerBL div.g05BL,.pc1 div.cornerBL div.g05BL,.bg1 div.g05BL{background-image:url("/im/BL_eee.gif")} .d7 div.cornerBL div.g05BR,.pc1 div.cornerBL div.g05BR,.bg1 div.g05BR{background-image:url("/im/BR_eee.gif")} /* ie/pc */ .g05BR{_height:10px} /* g6 */ .g6 table{background:#eee;margin:0} .g6 table td{padding:5px} .g6 table td.tablecaption2{padding:0} .g6 table td.tablecaption2{border-top:8px #fff solid} .g6 td.required{background:url("/im/ic_asteric.gif") no-repeat 5px 30%} .g6 td.label{padding-left:15px} .g6 div.required{text-align:right;margin:3px 12px 0 0} .g6 div.required em{color:#D12124} /* g8 */ .g8{clear:both;margin:5px 0;width:100%} .g8results{float:left;color:#666;font-size:10px;margin:2px 0 0;font-weight:normal} .g8pages{float:right;text-align:right} .g8 ul,.g8 ul li{display:inline;margin:0;padding:0;white-space:normal} .g8 ul li{border-left:1px solid #ccc;padding:0;margin:0} .g8 ul li a,.g8 ul li.g8current{padding:0 0 0 3px} .g8 ul li.g8prev{color:#999;margin:0 4px 0 2px} .g8 ul li.g8next{color:#999;margin:0 2px 0 4px} .g8 ul li.g8prev a{background:url("/im/ar_dbl_blue_left.gif") no-repeat 0 2px;margin:1px;padding:2px 0 2px 10px} .g8 ul li.g8next a{background:url("/im/ar_dbl_blue.gif") no-repeat 100% 2px;margin:1px;padding:2px 10px 2px 0} .g8 .g8pages ul li[class="g8prev"] a,.g8 ul li[class="g8next"] a{background-image:none;padding:2px} .g8 ul li[class="g8prev"] a:before{content:"\AB";margin-right:4px} .g8 ul li[class="g8next"] a:after{content:"\BB";margin-left:4px} .g8 ul li.g8first,.g8 ul li.g8prev,.g8 ul li.g8next{border-left:0} /* g9 */ div.g9{background:url("/im/bg_sunblue.gif") repeat-x left top #5382A1;margin:5px 10px 15px 10px} .g9 div.cornerTL{width:100%;background:url("/im/a2_corner_tl.gif") no-repeat top left;padding:0} .g9 div.cornerTR{width:100%;background:url("/im/a2_corner_tr.gif") no-repeat top right;padding:0} .g9 div.cornerBL{width:100%;background:url("/im/a2_corner_bl.gif") no-repeat bottom left;padding:0} .g9 div.cornerBR{width:100%;background:url("/im/a2_corner_br.gif") no-repeat bottom right;padding:0} .g9 table{height:40px} .g9 td.ques div{color:#FFF;padding:3px 5px 3px 20px} .g9 td.answ div{padding:3px 15px 3px 5px} .g9 td.sbmt div{margin:3px 20px 3px 5px} /* g12 */ .g12{padding-bottom:10px} .g12 .pad{padding-top:10px} /* g14 */ .g14v8{background:url("/im/ar_lg_orange.gif") no-repeat top left;padding-left:18px} .g14v8 h5{margin:0;padding-top:1px} .g14v9{margin-bottom:0} .g14tabtitle{color:#E76F00} /* g15 */ .g15v2{background:#666} .g15v2 table th{background:#a3b8cb;color:#fff} .g15v2 table td{background:#fff} div.g15v3{margin:10px 0} div.g15v3 table{background:white;width:100%;border-collapse:collapse;border:1px solid #bbb} div.g15v3 table td, div.g15v3 table th{border:1px solid #bbb;border-width:1px 0;padding:6px 8px;text-align:left;vertical-align:middle} div.g15v3 table thead th{background:#a3b8cb;border-color:#a3b8cb;color:white;padding-top:5px;padding-bottom:5px} div.g15v3 table tbody tr.odd{background:#eee} div.g15v3 img{border:none;vertical-align:middle;margin-right:2px} div.g15v3 span.g15subscribe{cursor:default;border-bottom:1px dotted #000} div.g15v3 tbody th{padding-left:28px;min-width:180px} div.g15v3 tbody th img.g15feed-icon{float:left;margin-right:5px;margin-left:-22px} div.g15v4{margin:0 0 15px 0} div.g15v4 table th,div.g15v4 table td{border-top:#b2bc00 solid 1px;padding:8px 10px;vertical-align:top} div.g15v4 table th{text-align:left;padding:8px 5px} div.g15v4 table th{padding-right:30px} div.g15v4 table tr.g15th-row th{padding:8px 10px 8px 10px;border-top:0} .g15v4 table td{border-left:#b2bc00 dotted 1px} .g15v4{width:100%;overflow:hidden} .g15v4 table{margin-left:-1px;border-collapse:separate;border-spacing:0;width:100%} div[class~="g15v4"]{overflow:visible} div[class~="g15v4"] table{margin-left:0} div[class~="g15v4"] table td{border-left:0} div[class~="g15v4"] table td + td,div[class~="g15v4"] table th + td{border-left:#b2bc00 dotted 1px} /* g17 */ .g17{margin:10px 0px} .g17 p{margin:0 0 1em 0} .g17 p{color:#666} /* g18 */ .g18v0 .col1,.g18v1 .col1{padding-right:11px} .g18v0 .col2,.g18v1 .col2{padding-left:11px} .g18v0 .col2{width:50%} .g18v1 .col2{width:60%} div.g18v4{margin:12px 0px} div.g18v4 table td{width:33%;vertical-align:top} div.g18v4 table td.col1{padding-right:8px} div.g18v4 table td.col2{padding:0px 4px} div.g18v4 table td.col3{padding-left:8px} /* g19 - OLD */ .g19v0,.g19v2,.g19v4,.g19v6{margin:14px 10px 0 0;float:left} .g19v1,.g19v3,.g19v5,.g19v7{margin:14px 0 0 10px;float:right} .g19v8 table,.g19v9 table{margin-left:auto;margin-right:auto;margin-top:14px;margin-bottom:0} .g19 td img{position:relative;z-index:4;top:-7px;left:0} .g19 div.insideTL{background:url("/im/TL_fff.gif") no-repeat top left;height:7px;width:100%;padding:0;position:relative;z-index:5;top:0;left:0} .g19 div.insideTR{background:url("/im/TR_fff.gif") no-repeat top right;height:7px;width:100%;padding:0;position:relative;z-index:5;top:0;left:0} .g19 div.insideBL{background:url("/im/BL_fff.gif") no-repeat bottom left;height:19px;width:100%;padding:0;position:relative;z-index:5;top:-26px;left:0;margin-bottom:-26px} .g19 div.insideBR{background:url("/im/BR_fff.gif") no-repeat bottom right;height:19px;width:100%;padding:0;position:relative;z-index:5;top:0;left:0} .g19 span.zoomaction div.insideBL{background:url("/im/BL_fff_zoom.gif") no-repeat bottom left} .g19 span.zoomaction:hover div.insideBL{background:url("/im/BL_fff_zoomed.gif") no-repeat bottom left} .d7 div.cornerBL .g19 .insideTL,.pc1 div.cornerBL .g19 .insideTL{background-image:url("/im/TL_eee.gif")} .d7 div.cornerBL .g19 .insideTR,.pc1 div.cornerBL .g19 .insideTR{background-image:url("/im/TR_eee.gif")} .d7 div.cornerBL .g19 .insideBL,.pc1 div.cornerBL .g19 .insideBL{background-image:url("/im/BL_eee.gif")} .d7 div.cornerBL .g19 .insideBR,.pc1 div.cornerBL .g19 .insideBR{background-image:url("/im/BR_eee.gif")} .d7 div.cornerBL .g19 span.zoomaction div.insideBL,.pc1 div.cornerBL .g19 span.zoomaction div.insideBL{background-image:url("/im/BL_eee_zoom.gif")} .d7 div.cornerBL .g19 span.zoomaction:hover div.insideBL,.pc1 div.cornerBL .g19 span.zoomaction:hover div.insideBL{background-image:url("/im/BL_eee_zoomed.gif")} .g19v4 div.insideBL,.g19v4 div.insideBR,.g19v4 div.insideTL,.g19v4 div.insideTR, .g19v5 div.insideBL,.g19v5 div.insideBR,.g19v5 div.insideTL,.g19v5 div.insideTR, .g19v6 div.insideBL,.g19v6 div.insideBR,.g19v6 div.insideTL,.g19v6 div.insideTR, .g19v7 div.insideBL,.g19v7 div.insideBR,.g19v7 div.insideTL,.g19v7 div.insideTR, .g19v9 div.insideBL,.g19v9 div.insideBR,.g19v9 div.insideTL,.g19v9 div.insideTR{background:none !important} .g19v6 .g19 span.zoomaction div.insideBL,.g19v7 .g19 span.zoomaction div.insideBL{background:url("/im/BL_zoom.gif") no-repeat bottom left !important} .g19v6 .g19 span.zoomaction:hover div.insideBL,.g19v7 .g19 span.zoomaction:hover div.insideBL{background:url("/im/BL_zoomed.gif") no-repeat bottom left !important} .g19 td img{_top:-22px;_margin-bottom:-40px} .g19 div.insideBL{_top:-4px;_margin-bottom:0} .g19 div.insideBR{_top:0} .g19 div.insideTL{_top:-7px} .g19 div.insideTR{_top:0} /* g19 */ div.g19v8,div.g19v9{width:100%;text-align:center} div.g19r1{margin:0;float:none} /* g20 - OLD */ .g20v0 .g20,.g20v2 .g20,.g20v4 .g20,.g20v6 .g20{margin:14px 10px 10px 0;float:left;position:relative} .g20v1 .g20,.g20v3 .g20,.g20v5 .g20,.g20v7 .g20{margin:14px 0 10px 10px;float:right;position:relative} .g20v8 .g20,.g20v9 .g20{margin-left:auto;margin-right:auto;margin-top:14px;margin-bottom:0;position:relative} .g20 td{background:#c8c8c8;padding:0} .g20 .thumb{padding:0 8px} .g20 .thumb img{position:relative;z-index:3;top:-6px;left:0} .g20 td .small{padding:1px 8px 9px 8px;text-align:right;color:#222;position:relative;top:-4px} .g20 td.thumb span.zoomaction div.insideBL{background:url("/im/BL_c8c8c8_zoom.gif") no-repeat bottom left !important} .g20 td.thumb span.zoomaction:hover div.insideBL{background:url("/im/BL_c8c8c8_zoomed.gif") no-repeat bottom left !important} .g20v6 .g20 td.thumb span.zoomaction div.insideBL,.g20v7 .g20 td.thumb span.zoomaction div.insideBL{background:url("/im/BL_zoom.gif") no-repeat bottom left !important} .g20v6 .g20 td.thumb span.zoomaction:hover div.insideBL,.g20v7 .g20 td.thumb span.zoomaction:hover div.insideBL{background:url("/im/BL_zoomed.gif") no-repeat bottom left !important} .g20 td div.outsideTL,.g20 div.outsideTR,.g20 div.outsideBL,.g20 div.outsideBR{position:relative} .g20 div.insideTL{width:100%;background:url("/im/TL_c8c8c8.gif") no-repeat top left;height:7px;padding:0;position:relative;z-index:7;top:1px;left:0} .g20 div.insideTR{width:100%;background:url("/im/TR_c8c8c8.gif") no-repeat top right;height:7px;padding:0;position:relative;z-index:7;top:0;left:0} .g20 div.insideBL{width:100%;background:url("/im/BL_c8c8c8.gif") no-repeat bottom left;height:19px;padding:0;position:relative;z-index:7;top:-25px;left:0;margin-bottom:-12px} .g20 div.insideBR{width:100%;background:url("/im/BR_c8c8c8.gif") no-repeat bottom right;height:19px;padding:0;position:relative;z-index:7;top:0;left:0} .g20v4 div.insideBL,.g20v4 div.insideBR,.g20v4 div.insideTL,.g20v4 div.insideTR, .g20v5 div.insideBL,.g20v5 div.insideBR,.g20v5 div.insideTL,.g20v5 div.insideTR, .g20v6 div.insideBL,.g20v6 div.insideBR,.g20v6 div.insideTL,.g20v6 div.insideTR, .g20v7 div.insideBL,.g20v7 div.insideBR,.g20v7 div.insideTL,.g20v7 div.insideTR, .g20v9 div.insideBL,.g20v9 div.insideBR,.g20v9 div.insideTL,.g20v9 div.insideTR{background:none !important} table.g20{_margin-top:19px} .g20 td .small{_top:12px} .g20 .thumb img{_top:-22px;_margin-bottom:-40px} .g20 td.thumb div.insideBL{_top:-4px} .g20 td.thumb div.insideBR{_top:0} .g20 td.thumb div.insideTL{_top:-7px} .g20 td.thumb div.insideTR{_top:0} /* g20 */ .g20{clear:both} .g20r1 div.small{padding-top:8px;clear:both;text-align:right;color:#222} .g20 .g20w1{background:#c8c8c8;padding:0;width:auto} .g20v0 .g20w1,.g20v2 .g20w1,.g20v4 .g20w1,.g20v6 .g20w1{margin:0 10px 10px 0;float:left} .g20v1 .g20w1,.g20v3 .g20w1,.g20v5 .g20w1,.g20v7 .g20w1{margin:0 0 10px 10px;float:right} .g20v8 .g20w1,.g20v8 .g20w2,.g20v9 .g20w1,.g20v9 .g20w2{margin:0 auto} .g20 .imgleft,.g20 .imgright{margin:0} .g20w2{padding:0 6px 8px 6px} .g20 div.imgw1{background:url("/im/TL_c8c8c8.gif") no-repeat top left !important} .g20 div.imgw2{background:url("/im/TR_c8c8c8.gif") no-repeat top right !important} .g20 div.imgw3{background:url("/im/BL_c8c8c8.gif") no-repeat bottom left !important} .g20 div.imgw4{background:url("/im/BR_c8c8c8.gif") no-repeat bottom right !important} .g20 div.outsideTL{width:100%;background:url("/im/TL_fff.gif") no-repeat top left;height:7px;padding:0} .g20 div.outsideTR{width:100%;background:url("/im/TR_fff.gif") no-repeat top right;height:7px;padding:0} .g20 div.outsideBL{width:100%;background:url("/im/BL_fff.gif") no-repeat bottom left;height:7px;padding:10px 0 0 0} .g20 div.outsideBR{width:100%;background:url("/im/BR_fff.gif") no-repeat bottom right;height:7px;padding:0} .d7 div.cornerBL .g20 div.outsideTL,.pc1 div.cornerBL .g20 div.outsideTL,.bg1 .g20 div.outsideTL{background-image:url("/im/TL_eee.gif")} .d7 div.cornerBL .g20 div.outsideTR,.pc1 div.cornerBL .g20 div.outsideTR,.bg1 .g20 div.outsideTR{background-image:url("/im/TR_eee.gif")} .d7 div.cornerBL .g20 div.outsideBL,.pc1 div.cornerBL .g20 div.outsideBL,.bg1 .g20 div.outsideBL{background-image:url("/im/BL_eee.gif")} .d7 div.cornerBL .g20 div.outsideBR,.pc1 div.cornerBL .g20 div.outsideBR,.bg1 .g20 div.outsideBR{background-image:url("/im/BR_eee.gif")} * html .g20 div.outsideTL,* html .g20 div.outsideTR,* html .g20 div.outsideBL,* html .g20 div.outsideBR{display:none} * html .g20 .showcorners div.outsideTL,* html .g20 .showcorners div.outsideTR,* html .g20 .showcorners div.outsideBL,* html .g20 .showcorners div.outsideBR{display:block} /* g21 */ .g21{background:#acacac} .g21 .quote{padding:0 8px 0 8px;font-size:15px;font-weight:bold;color:#fff;font-style:oblique} .g21 .quote b{color:#eee} .g21 .small{color:#222;text-align:right;padding:4px 8px 8px 8px} .g21 div.insideTL{background:url("/im/TL_fff.gif") no-repeat top left;height:7px;width:100%;padding:0} .g21 div.insideTR{background:url("/im/TR_fff.gif") no-repeat top right;height:7px;width:100%;padding:0} .g21 div.insideBL{background:url("/im/BL_fff.gif") no-repeat bottom left;height:7px;width:100%;padding:0} .g21 div.insideBR{background:url("/im/BR_fff.gif") no-repeat bottom right;height:7px;width:100%;padding:0} .g21 img{position:relative;z-index:3;top:-7px;left:0} .g21v0{margin:0} .g21v1{margin:0 10px 10px 0;float:left;width:290px} .g21v2{margin:0 0 10px 10px;float:right;width:290px} .g21v3{margin:10px 0} .g21v3 .statement{padding:0 12px;font-size:17px;font-weight:bold;color:#fff;text-align:center} .d7 div.cornerBL .g21 div.insideTL,.pc1 div.cornerBL .g21 div.insideTL,.bg1 .g21 div.insideTL{background-image:url("/im/TL_eee.gif")} .d7 div.cornerBL .g21 div.insideTR,.pc1 div.cornerBL .g21 div.insideTR,.bg1 .g21 div.insideTR{background-image:url("/im/TR_eee.gif")} .d7 div.cornerBL .g21 div.insideBL,.pc1 div.cornerBL .g21 div.insideBL,.bg1 .g21 div.insideBL{background-image:url("/im/BL_eee.gif")} .d7 div.cornerBL .g21 div.insideBR,.pc1 div.cornerBL .g21 div.insideBR,.bg1 .g21 div.insideBR{background-image:url("/im/BR_eee.gif")} /* g22 */ .g22 .small{color:#666} .g22v1{text-align:right} /* g23 */ div.d7v4 div.g23,div.d7v9 div.g23{background:white;margin:12px 5px;border:1px solid #eee} div.d7v4 div.g23w1,div.d7v9 div.g23w1{background:transparent url("/im/TL_eee.gif") no-repeat top left} div.d7v4 div.g23w2,div.d7v9 div.g23w2{background:transparent url("/im/TR_eee.gif") no-repeat top right} div.d7v4 div.g23w3,div.d7v9 div.g23w3{background:transparent url("/im/BR_eee.gif") no-repeat bottom right} div.d7v4 div.g23w4,div.d7v9 div.g23w4{background:transparent url("/im/BL_eee.gif") no-repeat bottom left;padding:1px 12px} div.d7v9 div.g23{margin:12px 0} div.g23 h1,div.g23 h2,div.g23 h3,div.g23 h4,div.g23 h5,div.g23 h6, div.g23 ul,div.g23 ol,div.g23 dl,div.g23 p,div.g23 blockquote{margin-top:10px;margin-bottom:10px} ul.g23tree{list-style:none;margin-left:0;padding-left:0} ul.g23tree ul{margin:0} div.g23 ul.g23tree li{list-style:none;list-style-image:url("/im/a.gif");margin:0 0 0 -13px;padding:1px 0 1px 31px;background:transparent url("/im/leaf-root.png") no-repeat 0 1px} div.g23 ul.g23tree li li{background-image:url("/im/leaf.png")} div.g23 ul.g23tree li li.last{background-image:url("/im/leaf-last.png")} div.g23 ul.g23tree li.branch{background-image:url("/im/minus-root.png")} div.g23 ul.g23tree li li.branch{background-image:url("/im/minus.png")} html>body div.g23 ul.g23tree li li.last.branch{background-image:url("/im/minus-last.png")} html body ul.g23tree li li.ie-expanded-last{background-image:url("/im/minus-last.png") ! important} div.g23 ul.g23tree li.collapsed{background-image:url("/im/plus-root.png")} div.g23 ul.g23tree li li.collapsed{background-image:url("/im/plus.png")} html>body div.g23 ul.g23tree li li.last.collapsed{background-image:url("/im/plus-last.png")} div.g23 ul.g23tree li.collapsed ul{display:none} html body ul.g23tree li li.ie-collapsed-last{background-image:url("/im/plus-last.png") ! important} div.g23 ul.g23tree li a.g23toggler{margin-left:-20px;cursor:pointer} span.g23checked-count{color:#E76F00;font-weight:bold;padding-left:5px;display:none} li.collapsed span.g23checked-count{display:inline} div.g23 ul.g23tree li img{ vertical-align:middle; border:none; } ul.g23tree li input{margin-top:-3px;_margin:-3px;_vertical-align:middle} div.g23legend img{border:none;vertical-align:middle} .g23item-extra-info{display:block} /* g24 */ .g24v0 ul,.g24v0 ul li{display:inline;margin:0 1px 0 0;padding:0;float:left} .g24v0{background:url("/im/tbadge_title.gif") top left no-repeat;padding:3px 0 0 85px;float:right;margin:0} .g24badge{margin:0 10px 0 5px;float:left} /* g25 */ div.g25 input[type=radio],div.g25 input[type=checkbox]{margin-right:3px} div.g25 div.labeled-input,div.g25 div.info,div.g25 div.checkboxes,div.g25 div.submit,div.g25 div.radiobuttons{clear:both} html body div.g25 p.label{width:173px;float:left;margin:2px 0;color:#666;text-align:right;padding-right:12px} div.g25 p.indicates-required{width:173px;text-align:right;color:#666} div.g25 div.info,div.g25 div.submit{margin-left:185px} html body div.g25biglabels p.label{width:198px} div.g25biglabels p.indicates-required{width:198px;} div.g25biglabels div.info,div.g25biglabels div.submit{margin-left:210px} div.g25 div.labeled-input p,div.g25 div.info p,div.g25 div.checkboxes p{margin:0;padding:3px 0} div.g25 div.radiobuttons p.radiobuttons{margin:0 0 6px 0;position:relative;top:2px} div.g25 div.radiobuttons p.radiobuttons label{margin-right:10px} div.g25 div.radiobuttons input[type=radio]{vertical-align:middle} div.g25 img.required-icon{vertical-align:top} div.g25 .help{font-size:11px;color:#666} div.g25 .help a{font-size:11px} div.g25 div.labeled-input span.help{margin-left:5px} div.g25 div.labeled-input select{min-width:184px} div.g25 div.labeled-input input.short{width:30px} div.g25 div.labeled-input input.medium{width:176px} div.g25 div.labeled-input input.long{width:345px} div.g25biglabels div.labeled-input select{min-width:177px} div.g25biglabels div.labeled-input input.short{width:30px} div.g25biglabels div.labeled-input input.medium{width:170px} div.g25biglabels div.labeled-input input.long{width:320px} div.g25 div.submit input[type=submit]{margin-right:4px} div.g25 fieldset{padding:10px 12px 12px 12px;margin:12px 0px;border:1px solid #ccc} div.g25 fieldset legend{font-weight:bold} div.pc1 div.g25 div.fieldset{margin:15px -22px;padding:4px 22px 0 22px;background:transparent url("/im/25px-gray-square.gif") repeat-x 0 0} div.pc1 div.g25 div.fieldset fieldset{border:none;margin:0;padding:0} div.pc1 div.g25 div.fieldset legend{font-weight:bold;font-size:13px;padding:0 0 16px 0;margin:0 0 0 0} * html div.pc1 div.cornerBR{height:1px} * html div.pc1 div.cornerTR{height:1px} div.g25 div.stacked-radiobuttons,div.g25 div.checkboxes{padding-left:185px;position:relative} div.g25biglabels div.stacked-radiobuttons,div.g25biglabels div.checkboxes{padding-left:210px} div.g25 div.stacked-radiobuttons p{margin:2px} div.g25 div.stacked-radiobuttons p.label,div.g25 div.checkboxes p.label{float:none;position:absolute;top:0px;left:0px} * html div.g25 div.stacked-radiobuttons p.label,* html div.g25 div.checkboxes p.label{left:-185px} * html div.g25biglabels div.stacked-radiobuttons p.label,* html div.g25biglabels div.checkboxes p.label{left:-210px} div.g25 textarea{width:360px} div.g25biglabels textarea{width:335px} /* g26 */ div.g26{margin:13px 0 17px 0} div.g26 table{background:white;border-collapse:collapse} div.g26 table caption{text-align:left;font-weight:bold;font-size:14px;padding-bottom:10px} div.g26 th,div.g26 td{text-align:left;padding:4px 6px} div.g26 th+th,div.g26 td+td,div.g26 th+td,div.g26 td+th{padding-left:0} div.g26 thead th,div.g26 thead td{background:#A3B8CB;font-weight:bold;color:#fff;border-bottom:1px solid #A3B8CB} div.g26 tbody th,div.g26 tbody td{border-top:1px solid #C5D5A9;vertical-align:top} div.g26 tbody.subsect th{font-weight:normal} div.g26 tbody.subsect th:first-child,div.g26 tbody.subsect td:first-child{padding-left:9px} div.g26 tbody.subsect tr.subheading th{padding:5px 6px;color:#666;font-weight:bold;background:#DFE6ED;border-bottom:3px solid white} div.g26 tbody.subsect th,div.g26 tbody.subsect td{border-top:1px dotted #eee;padding-top:2px;padding-bottom:2px} div.g26 tbody.subsect{border-bottom:3px solid white} div.g26 tr.disabled *{color:#bbb;text-decoration:none;font-style:italic;cursor:default} div.g26 table .g26widecol{width:100%} div.g26 table .g26tinycol{white-space:nowrap} div.g26 table .g26right{text-align:right} img.g26download-icon{vertical-align:middle} /* g27 */ .g27p,.g27m{background:url("/im/plus-root.png") no-repeat -12px 50%;padding-right:8px} .g27m{background-image:url("/im/minus-root.png")} .g27 h3,.g27 h3 a,.g27 h3 a:hover,.g27 h3 a:visited{text-decoration:none;color:#E76F00} .g27block p{margin:3px 0 9px 0} /* g28 */ .chapterlist h5.chaptertitle,.chapterlist ul,.chapterlist ul li{display:block;float:left;margin:0;padding:0} .chapterlist h5.chaptertitle{margin:2px 4px 0 0;color:#666} .chapterlist ul li{background:url('/im/bg_chapterbttn.gif') no-repeat 0 0 transparent;margin:0px 2px 1px 1px;width:21px;height:20px;text-align:center;padding-top:3px;} .chapterlist ul li a{margin:1px;font-weight:bold} .chapterlist{margin-top:-2px} /* g29 */ .g29{padding:0;margin:12px 0;border:2px solid #999} .g29 .g29w1{padding:1px 12px 1px 34px;background-repeat:no-repeat;background-position:5px 3px;min-height:29px} * html .g29 .g29w1{padding-left:36px} .g29v0{border-color:#c30;background-color:#f9e6e6} .g29v0 .g29w1{background-image:url("/im/ic_warning.gif")} .g29v1{border-color:#069;background-color:#d5e1f3} .g29v1 .g29w1{background-image:url("/im/ic_notification.gif")} .g29v2{border-color:#fc3;background-color:#ffc} .g29v2 .g29w1{background-image:url("/im/ic_alert_lg.gif")} .g29v3{border-color:#070;background-color:#d8f5d8} .g29v3 .g29w1{background-image:url("/im/ic_success.gif")} .g29 h1,.g29 h2,.g29 h3,.g29 h4,.g29 h5,.g29 h6,.g29 p,.g29 ol,.g29 ul,.g29 dl,.g29 blockquote,.g29 pre{margin-top:7px;margin-bottom:7px;font-size:13px} /* g30 */ .g30,.g30img{position:relative;z-index:2} .g30 ul,.g30 ul li{margin:0;padding:0} .g30 ul li{position:absolute;z-index:4;list-style-image:url("/im/a.gif")} .g30 ul.right li.left,.g30 ul li{background:url('/im/ic_overlay_arrow.gif') no-repeat 3px 5px transparent;padding:5px 10px 5px 20px;display:block;min-height:16px;max-width:190px;text-decoration:none;float:left} .g30 ul li a,.g30 ul li span{background:#ccdae3;border-top:1px solid #eef3f6;border-left:1px solid #eef3f6;border-bottom:1px solid #87a8bd;border-right:1px solid #87a8bd;padding:0 5px 2px 5px;font-size:11px;display:block;position:relative;z-index:5;width:auto} * html .g30 ul li{height:16px} * html .g30 ul li a,* html .g30 ul li span{padding:0 5px} .g30 ul.right li,.g30 ul li.right{background:url('/im/ic_overlay_arrow.gif') no-repeat 100% 5px transparent;padding:5px 17px 5px 10px} .g30 ul li a:visited{color:#3E6B8A} /* g31 */ div.g31{padding:5px 0} div.g31 ul.icons li{padding-right:15px;display:inline;font-size:11px;color:#e76f00} div.g31.list ul li{padding-right:0;display:block} div.g31.right ul{text-align:right} div.g31.right ul li{padding-right:0;margin-left:15px} /* g33 */ div.g33{margin:12px 0px;font-size:11px} div.g33 p{margin:5px 0px} div.g33 *{font-size:11px} /* g34 */ .g34, .g34 table{margin:0 0 10px;padding:0} .g34 table{background:#999;width:100%} .g34 table td{background:#eee;padding:3px 10px} .g34 table td a{font-size:11px} .g34 table th{background:url('/im/bg_titlebar3.gif') 100% 0;text-align:left;color:#fff;padding:3px 5px 2px 10px} .g34 select{width:100%;margin:5px 0;height:8em} .g34w1 {background:url('/im/bg_titlebar.gif') 0 0 no-repeat} .g34 h6 {margin:0;padding:6px 10px 5px;color:#fff;background:url('/im/a2_corner_tr.gif') 100% 0 no-repeat} .g34 h6 a{color:#fff} .g34 td p{clear:both} .g34 td h6{color:#000;padding:8px 0 3px;background:transparent;float:left} .g34 td h6 span{font-weight:normal} .g34 td h6.g34xinfo{color:#000;padding:8px 0 3px;float:right} .g34 div.g34xlink{padding:9px 0 0;float:left;width:30%} .g34 div.g34xlink a{font-size:12px} .g34 div.g34xlink a.popup {background:url('/im/ic_open_win.gif') 100% 0 no-repeat;padding-right:16px;font-weight:bold} .g34 div.g34bttns{text-align:right;padding:6px 0;float:right;width:60%} .g34 td.g34mssg,.g34 td.g34bttns{text-align:right;padding:6px 10px;background:url('/im/bg_d4d4d4_eeeeee.gif') 0 0 repeat-x #eee} .g34 td.g34mssg p{margin:0} .g34 td.g34mssg{text-align:center} .g34 input{padding:1 4px;margin-left:4px} .g34 td.g34mssg a{font-size:12px} .g34 div.g34note {background:url('/im/bg_ltblue2ltblue.gif') 0 100% #eee;padding:10px;border:1px solid #98b4c7;text-align:right} .g34 div.g34note p{text-align:left;margin:0 0 4px} /* i03 */ .i03{margin:8px 0px} .i03 span.hotbutton{white-space:normal;display:block;line-height:17px;margin:8px 0 3px 0} .i03 span.hotbutton a{display:block;width:auto} .i03 p{margin:0 9px} /* j1 */ .j1v0 p{color:#666;font-weight:bold;margin-top:0} .j1v1{margin-bottom:15px} .j1v1 .iconpdf{padding:5px 0} .j1v2{height:80px;margin-bottom:12px} .j1{background:url("/im/bg_white_to_grey.gif") repeat-x left top #fff} .j1 div.cornerBR{width:100%;background:url("/im/generic_br.gif") no-repeat bottom right;padding:0} .j1 a.morelink{font-weight:bold;white-space:nowrap} .j1 a.title{font-weight:bold;font-size:14px} .j1 div.copy{padding-top:4px} .j1 div.plft{background:url("/im/ar_lg_orange.gif") no-repeat top left;padding-bottom:0} .j1 .j1v2{color:#000} .j1 a:visited,.j1 a:link{color:#3E6B8A} .j1v3>div{padding-left:10px} .j1v3{padding-bottom:10px} /* k2 */ .k2{visibility:hidden;position:absolute;z-index:40;left:0;top:-20000px;text-align:left} .k2 p{margin:2px 0 3px} .k2 h5{margin:0 0 3px 0} .k2v0{width:260px;background:url("/im/k2v0_poppin_top.png") 0 0 no-repeat;padding:6px 0 18px 0;margin-top:8px} .k2v0 .k2w1{background:url("/im/k2v0_poppin_btm.png") bottom left no-repeat;padding:0 0 14px 0} .k2v0 .k2w2{background:url("/im/k2v0_poppin_bg.png") 0 50% no-repeat;padding:0 20px 0 35px} .showPointer .k2click,.k2close{cursor:pointer} .k2v1, .k2v2{margin:30px 0 0 99px} .k2v1x1,.k2v1x2,.k2v2x1,.k2v2x2{width:175px;margin:0 !important;float:left;clear:both} .k2v1w1,.k2v2w1{background:url("/im/k2v1_poppin_mid.png") 0 0 repeat-y;color:#fff;width:155px;padding:0 18px 0 8px;margin:0 !important;float:left;clear:both} .k2v2w1{background:url("/im/k2v2_poppin_mid.png") 0 0 repeat-y;color:#000} .k2v1x1{background:url("/im/k2v1_poppin_tb.png") 0 0 no-repeat;height:8px;font-size:2px} .k2v1x2{background:url("/im/k2v1_poppin_tb.png") bottom left no-repeat;height:22px} .aboveleft .k2v1x1,.aboveleft .k2v1x2{background-image:url("/im/k2v1_poppin_tb_oleft.gif")} div[class~="aboveleft"] .k2v1x1,div[class~="aboveleft"] .k2v1x2{background-image:url("/im/k2v1_poppin_tb_oleft.png")} .k2v2x1{background:url("/im/k2v2_poppin_tb.png") 0 0 no-repeat;height:8px;font-size:2px} .k2v2x2{background:url("/im/k2v2_poppin_tb.png") bottom left no-repeat;height:20px} div.k2v1 p,div.k2v1 h5,div.k2v4 p,div.k2v4 h5{color:#fff} .k2v1 a:link,.k2v1 a:visited,.k2v1 a:hover{color:#DAE3EA;font-weight:bold} .k2v4,.k2v6{margin:30px 0 0 300px} .k2v4x1,.k2v4x2,.k2v6x1,.k2v6x2{width:370px;margin:0 !important;float:left;clear:both} .k2v4w1{background:url("/im/k2v4_poppin_mid.png") 0 0 repeat-y;color:#fff;width:350px;padding:0 18px 0 8px;margin:0 !important;float:left;clear:both} .k2v4x1{background:url("/im/k2v4_poppin_tb.png") 0 0 no-repeat;height:8px;font-size:2px} .k2v4x2{background:url("/im/k2v4_poppin_tb.png") bottom left no-repeat;height:20px} .altv4 .k2v4x2{background-position:bottom right} .k2v6w1{background:url("/im/k2v6_poppin_mid.png") 0 0 repeat-y;width:350px;padding:0 18px 0 8px;margin:0 !important;float:left;clear:both} .k2v6x1{background:url("/im/k2v6_poppin_tb.png") 0 0 no-repeat;height:8px;font-size:2px} .k2v6x2{background:url("/im/k2v6_poppin_tb.png") bottom left no-repeat;height:20px} .k2v4 a:link,.k2v4 a:visited,.k2v4 a:hover{color:#DAE3EA;font-weight:bold} .k2icon,.k2text{border-bottom:1px dotted #000;cursor:default} a.k2icon,a.k2text{border-bottom:1px dotted #5382A1;cursor:pointer} a.k2icon:hover,.k2text:hover{text-decoration:none} .g15subscribe,.k2icon{padding-right:12px;background:url("/im/a1_arrow_down.gif") top right no-repeat} .k2v1 li.e4-chat{background-image:url("/im/ic_chat_light.gif")} .k2v1 li.e4-phone{background-image:url("/im/ic_phone_light.gif")} .k2v1 li.e4-contact{background-image:url("/im/ic_email_light.gif")} .k2v1 ul.bluearrows li{background:url("/im/ar_dbl_white.gif") no-repeat left top} .k2v1 ul[class="bluearrows"] li{background:url("/im/ar_dbl_white.png") no-repeat left top} .k2 .e4 ul{padding-left:0} .k2 ul{margin-top:0;margin-bottom:0} .k2 ul:after{content:" ";display:block;height:5px} /* ie56 */ * html .k2v0{background-image:url("/im/k2v0_poppin_top.gif")} * html .k2v0 .k2w1{background-image:url("/im/k2v0_poppin_btm.gif")} * html .k2v0 .k2w2{background-image:url("/im/k2v0_poppin_bg.gif")} * html .k2v1w1{background-image:url("/im/k2v1_poppin_mid.gif")} * html .k2v2w1{background-image:url("/im/k2v2_poppin_mid.gif")} * html .k2v1x1,* html .k2v1x2{background-image:url("/im/k2v1_poppin_tb.gif")} * html .k2v2x1,* html .k2v2x2{background-image:url("/im/k2v2_poppin_tb.gif")} * html .k2v4w1{background-image:url("/im/k2v4_poppin_mid.gif")} * html .k2v4x1,* html .k2v4x2{background-image:url("/im/k2v4_poppin_tb.gif")} * html .k2v6w1{background-image:url("/im/k2v6_poppin_mid.gif")} * html .k2v6x1,* html .k2v6x2{background-image:url("/im/k2v6_poppin_tb.gif")} /* k4 */ div.k4{position:fixed;z-index:100;left:0;right:0;top:0;background:transparent url("/im/dimout.png");padding:197px 0 2000px 0} div.k4 div.k4w4{width:600px;margin:auto} div.k4 div.k4title{background:#ccc;padding:1px 13px;position:relative} div.k4 div.k4title h1, div.k4 div.k4title h2, div.k4 div.k4title h3, div.k4 div.k4title h4, div.k4 div.k4title h5, div.k4 div.k4title h6{margin:5px 0 4px 0;font-size:15px} div.k4 div.k4body{background:#eee;padding:1px 16px;border:1px solid #ccc} div.k4 p, div.k4 ul{margin-top:8px;margin-bottom:8px} div.k4 li{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0} .k4required{color:red} span.k4tip{display:block} div.k4 img{border:none;vertical-align:baseline} div.k4hidden{display:none} div.k4v0 div.k4w4{width:353px;background:transparent url("/im/k4v0bg.gif") no-repeat 50% 0%} div.k4v0 div.k4title{background:transparent} div.k4v0 div.k4body{padding-left:95px;background:#e4e7a6;min-height:1px;border-color:#c7ce46} div.k4v0 div.k4w4 p.k4formarea{margin-left:-80px;clear:both} div.k4v0 .k4label{display:block;width:72px;padding-right:8px;text-align:right;float:left} div.k4v0 .k4input{display:block;position:relative;top:-1px} div.k4v1{padding-top:70px;position:absolute} div.k4v1 div.k4w4{width:603px;background:transparent url("/im/k4v1bg.gif") no-repeat 50% 0%;position:relative} div.k4v1 div.k4title{background:transparent} div.k4v1 div.k4body{background:#dfe6ed;min-height:1px;border-color:#aac0d4} div.k4v1 div.k4w4 p.k4formarea{margin-left:-100px;clear:both} div.k4v1 div.k4w4 p.k4nolabel{margin-left:0} div.k4v1 div.k4w4 p.k4nolabel span.k4tip{padding-left:0} div.k4v1 .k4label{display:block;width:92px;padding-right:8px;text-align:right;float:left} div.k4v1 .k4input{display:block;position:relative;top:-1px} div.k4v1 span.k4tip{display:block;padding-left:100px;margin:3px 0;color:#333;font-size:12px} div.k4v1 p.k4formarea input[type=text]{width:300px} div.k4v1 p.k4formarea textarea{width:400px} div.k4v1 p.k4submitarea{text-align:right} div.k4v1 p.k4copyright{text-align:center;margin-left:-100px} div.k4v1 p.k4close{position:absolute;top:0;right:15px} select.k4in-effect{visibility:hidden} div.k4 select.k4in-effect{visibility:visible} div.k4 a.modal-close{color:#3E6B8A;} div.k4 p.modal-extra{position:absolute;top:0px;right:12px} div.k4 p.modal-extra a:link, div.k4 p.modal-extra a:visited, div.k4 p.modal-extra a:hover, div.k4 p.modal-extra a:active{color:#264154} /* k4 ie6 hacks! */ * html div.k4{background-image:url("/im/dimout.gif");position:absolute;left:0;right:0;width:expression((document.documentElement.offsetWidth-4)+'px')} * html div.k4v0{top:expression(foo=document.documentElement.scrollTop+'px')} * html div.k4v0 div.k4body{height:1px} /* l0 */ .l0v0,.l0v1{margin:5px 10px 0 10px;text-align:center} td .l0v0,td .l0v1{margin:5px 0 0 0} .l0{padding:0;width:780px;height:170px;position:relative;left:0;top:0;margin-left:auto;margin-right:auto;margin-top:10px} .l0v3{margin:5px 10px 0} .l0action{display:inline;float:left} .l0overlay{margin:-70px 0 0 25px;position:relative;height:70px} .l0overlay p {margin:0;padding:0} .l0overlay .hotbutton{margin:0 0 0 -1px} .l0overlay .hotbutton a{font-size:14px} .l0overlay p.l0price{color:#e76f00;font-size:15px;font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,FreeSans,"Luxi-sans","Nimbus Sans L",sans-serif;margin:2px 5px;display:inline;float:left} .l0overlay p.l0extralink{position:absolute;top:28px;left:0;width:390px;background:url("/im/ar_dbl_blue.gif") no-repeat 0 0;padding-left:8px;font-weight:bold} .l0v3 .l0overlay p[class="l0extralink"]{background-image:url("/im/ar_dbl_blue.png")} /* l0v2 - OLD */ .l0items img{display:block;width:780px;height:170px} .l0items{position:absolute;top:0;left:0;z-index:2;opacity:.1;filter:alpha(opacity=1);-moz-opacity:.1} div#l0item1{opacity:1;filter:alpha(opacity=100);-moz-opacity:1;z-index:2} /* l1 */ .l1{margin:0 10px} td .l1{margin:0} .l1v0,.l1v1{height:80px} .l1{background:url("/im/bg_white_to_grey.gif") repeat-x left top #fff} .l1 div.cornerBR{width:100%;background:url("/im/generic_br.gif") no-repeat bottom right;padding:0} .l1 a.morelink{font-weight:bold;white-space:nowrap} .l1 a.title{font-weight:bold;font-size:14px} .l1 div.copy{padding-top:4px} .l1 div.plft{background:url("/im/ar_lg_orange.gif") no-repeat top left;padding-bottom:0} .l1 .l1v0{color:#000} .l1 a:visited,.l1 a:link{color:#3E6B8A} .l1head{font-size:18px;font-weight:bold;margin-bottom:3px} .l1 .hotbutton{margin:0} .l1v1 .l1top{padding-top:4px} .l1v1 .l1lft{margin-left:240px;padding-right:100px} /* l2 */ .l2,.l3{padding-bottom:4px} .l2 a.bluearrows,.l3 a.bluearrows{margin-left:4px} .l2 .l2img{float:left;height:88px;width:100px} .l2 .l2title{padding:10px 0 8px 0px;font-size:15px;font-weight:bold} .l2 a.morelink{font-weight:bold;white-space:nowrap;margin-right:12px} .l2 a.title{font-weight:bold;font-size:14px} .l2 div.copy,.l2 p{padding:0;margin:4px 0 0 0} .l2 div.plft{background:url("/im/ar_lg_orange.gif") no-repeat top left;padding-left:18px;margin-left:106px} .l2v0{margin-top:15px} .l2v1{background:#efefef} .l2v1 .l2x1{margin:0;background:#A3B8CB;padding:3px 10px} .l2v1 .l2x1 b{color:#fff} .l2v1 .l2w1{margin:0;padding:10px} .l2obj{clear:both;min-height:88px;_height:88px} .l2v1 hr.light{clear:both;margin-top:8px} .l2v1 .l2x2{clear:both;background:url("/im/generic_bl.gif") no-repeat bottom left #efefef;height:8px} .l2v1 .l2x3{background:url("/im/generic_br.gif") no-repeat bottom right;height:8px} .l2v1 .cmPrice{font-weight:bold;color:#e76f00;margin:3px 0 8px 0} .l2v1 strike{color: #777} .l2 span.hotbutton{margin:0 9px 0 0} .l2 p.cta{color:#e76f00;font-weight:bold} * html .l2{height:95px} div.l2v0{position:relative} /* l3 --> see l2 block */ .l3{margin-top:15px} .l3 .l3img{float:left;height:88px;width:100px} .l3 a.morelink{font-weight:bold;white-space:nowrap} .l3 div.copy,.l3 p{padding:0;margin:0 0 4px 0} .l3 div.plft{margin-left:113px} .l3 h5{margin:0 0 1px 0;font-size:14px} .l3v1 img.l3v1img{float:left;margin-right:12px;margin-top:3px} .l3 em{font-style:normal;font-weight:normal;color:#666;font-size:11px;margin:0 0 0 3px} .l3 ul.bluearrows{margin-top:4px} .l3 ul.bluearrows li{display:inline;margin-right:1em} * html .l3{height:95px} /* l4 */ .l4v0 {background:url("/im/b3b7_bg.gif") top left repeat-x;float:left;width:780px;border-left:#fff 10px solid;border-right:#fff 10px solid;margin-top:7px} .l4 ul.listfade {height:2.16em;float:left;width:80%} .l4 ul.listfade li {top:.5em;left:8px} .l4 ul.listfade li a,.l4 h6,.l4 h6 a{color:#fff;font-weight:bold} .l4 h6 {float:left;margin:0;padding:.5em 8px 0;height:1.66em;border-right:#fff solid 1px} .l4 p {float:right;width:auto;padding:4px 9px 0 0;margin:0} div.l4w1{background:url("/im/generic_tl.gif") no-repeat top left;float:left;width:100%} div.l4w2{background:url("/im/generic_tr.gif") no-repeat top right;float:left;width:100%} div.l4w3{background:url("/im/generic_bl.gif") no-repeat bottom left;float:left;width:100%} div.l4w4{background:url("/im/generic_br.gif") no-repeat bottom right;float:left;width:100%} .l4 div[class="l4w1"]{background-image:url("/im/generic_tl.png")} .l4 div[class="l4w2"]{background-image:url("/im/generic_tr.png")} .l4 div[class="l4w3"]{background-image:url("/im/generic_bl.png")} .l4 div[class="l4w4"]{background-image:url("/im/generic_br.png")} .l4 .xmlbttn img{width:23px;height:20px;background:url("/im/sunhome_sprite.gif") top left no-repeat} /* l5 */ .l5r1{position:relative;left:10px;top:7px;padding:0 0 7px 0;float:left;width:780px} .l5r1 div{width:9px;height:155px;top:0;left:0;position:absolute;z-index:2;float:left} .l5r1 h3{display:none} .l5r1 ul{background-position:0 0;background-repeat:no-repeat;margin:0 0 0 -1px;padding:84px 0 0 0;width:260px;height:71px;float:left;border-left:#fff 1px solid;z-index:2} .l5r1 ul li a,.l5r1 ul li a:visited{color:#fff} .l5r1 ul li{margin:0 0 0 20px;list-style-image:url("/im/a.gif");background:url("/im/ar_dbl_white.gif") no-repeat top left;padding:0 6px 3px 10px;width:130px} div[class~="l5r1"] ul li{background-image:url("/im/ar_dbl_white.png")} div.l5x1{background:url("/im/generic_tl.gif") no-repeat top left} div.l5x2{background:url("/im/generic_tr.gif") no-repeat top right;left:771px} div.l5x3{background:url("/im/generic_bl.gif") no-repeat bottom left} div.l5x4{background:url("/im/generic_br.gif") no-repeat bottom right;left:771px} div[class="l5x1"]{background-image:url("/im/generic_tl.png")} div[class="l5x2"]{background-image:url("/im/generic_tr.png")} div[class="l5x3"]{background-image:url("/im/generic_bl.png")} div[class="l5x4"]{background-image:url("/im/generic_br.png")} /*dep*/ .l5v0{padding:0 10px;margin:7px 0 0;float:left} .l5v0 .l5w1,.l5v0 .l5w2,.l5v0 .l5w3{float:left;position:relative} .l5v0 .l5w1,.l5v0 .l5w3{width:256px} .l5v0 img,div.l5v0 div.imgbox div{width:256px;height:150px} .l5v0 .l5w2,.l5v0 .l5w2 img,.l5v0 div.l5w2 div.imgbox div{width:254px} .l5v0 .l5w2 {margin:0 7px} div.l5v0 ul li{padding-bottom:0} div.l5v0 ul{margin-left:12px;position:absolute;left:0;top:101px;width:130px} .browserOldMoz div.l5v0 ul{position:relative;left:0;top:-50px;margin-bottom:-50px;height:50px} /* pc0 */ .pc0 h1,.pc0 h2,.pc0 h3,.pc0 h4,.pc0 h5,.pc0 h6,.pc0 p,.pc0 ol,.pc0 ul,.pc0 dl,.pc0 blockquote,.pc0 pre{margin-top:6px;margin-bottom:6px} .pc0 h1,.pc0 h2,.pc0 h3,.pc0 h4,.pc0 h5,.pc0 h6{padding-top:2px} .pc0 h1+p,.pc0 h2+p,.pc0 h3+p,.pc0 h4+p,.pc0 h5+p,.pc0 h6+p{margin-top:-4px} .dstamp{color:#666;white-space:nowrap;font-size:11px} h1 .dstamp,h2 .dstamp,h3 .dstamp,h4 .dstamp,h5 .dstamp,h6 .dstamp{font-weight:normal} .pc0{margin-bottom:16px;clear:both} .pc0v0 ul li{margin:6px 0;padding:0 0 0 10px;list-style:none;list-style-image:url("/im/a.gif");background: url("/im/ul_bullet.gif") no-repeat 0 .4em} .pc0v0 ul{margin-left:0;padding-left:0} .pc0v1 img{margin:6px 0} .pc0v10 img{margin:0 8px 8px 0;padding:0;float:left} .pc0v10 img.right{margin:0 0 8px 8px;padding:0;float:right} .pc0v10 div.bluearrows,.pc0v10 p.bluearrows{background:none} .pc0v10 div.bluearrows a,.pc0v10 p.bluearrows a{background:url("/im/ar_dbl_blue.png") no-repeat top left;padding-left:10px} .pc0v10 div.bluearrows a,.pc0v10 p.bluearrows a{_background-image:url("/im/ar_dbl_blue.gif")} .pc0v5 table tr td img{margin:0 15px 0 10px} .pc0v8 img{display:block;margin:0;padding:0} .pc0v9 span.bluearrows{padding-right:5px} .pc0v9{margin-left:82px;min-height:85px} ul.pc0v11feeds > li > h5+h6{margin-top:-4px} ul.pc0v11feeds li{padding:0px} .pc0v11 ul{margin-left:0} .pc0v11 ul li{list-style-image:url("/im/a.gif");margin-left:0} .pc0v11 h5 a{background:url("/im/ic_permalink.gif") center left no-repeat;padding-left:17px} .pc0v11 em{display:block;font-weight:bold;color:#000;font-style:normal} .pc0v11 em span{color:#444;font-style:normal} .vidthumb{text-align:center;width:124px;margin-top:8px} .vidthumb div{padding:0 5px;background:#a5b8c9} .vidthumb img,.vidthumb a{display:block;margin:0;padding:0} /* pc1 */ .pc1{clear:both;margin-bottom:15px} .pc1 h2{font-size:12px;margin:0} div.pc1 h2 a{font-size:12px;text-decoration:none} div.pc1 h2 a:hover{text-decoration:none} .pc1 p.d1h-extra{text-align:right;position:absolute;top:2px;right:12px} .pc1 div.cornerBL{background:url("/im/generic_bl.gif") no-repeat bottom left #EEE;border-top:none} .pc1 div.cornerBR{background:url("/im/generic_br.gif") no-repeat bottom right;padding:10px 22px 22px 22px} .pc1 div.cornerTL{background:url("/im/a2_corner_tl.gif") no-repeat top left} .pc1 div.cornerTR{background:url("/im/a2_corner_tr.gif") no-repeat top right;padding:5px;position:relative} .pc1 div.cornerTR a,.pc1 div.cornerTR a:visited{color:#fff} .pc1 .cornerTR .title,.pc1 h2{color:#FFF;padding-left:17px;font-weight:bold} .pc1 p.intro{font-size:13px;color:#666;font-weight:bold;margin-top:10px} .pc1v0{background:url("/im/bg_sunblue.gif") repeat-x top left} .pc1v2{background:#eee;margin:12px 0;border-bottom:1px solid #fff} .pc1v2 .pc1w1{background:transparent url("/im/TL_fff.gif") no-repeat top left} .pc1v2 .pc1w2{background:transparent url("/im/TR_fff.gif") no-repeat top right} .pc1v2 .pc1w3{background:transparent url("/im/BL_fff.gif") no-repeat bottom left} .pc1v2 .pc1w4{background:transparent url("/im/BR_fff.gif") no-repeat bottom right;padding:10px 12px 1px} div.pc1v2 div.cornerBL{background-color:transparent} div.pc1 div.cornerBR > p:first-child{margin-top:4px} img.pc1expand-collapse-icon{vertical-align:middle;border:none;margin-right:4px} div.pc1 h2 img.pc1expand-collapse-icon{margin-left:-13px;margin-bottom:1px} .jsenabled div.pc1collapsible,div.pc1collapsed div.cornerBR *{display:none} div.pc1 div.cornerBR p.pc1expand-note{display:none} div.pc1collapsed div.cornerBR{padding:8px 12px} div.pc1collapsed div.cornerBR p.pc1expand-note{color:#888;font-style:italic;display:block;padding-left:12px;background:transparent url('/im/pc1-up-arrow.gif') no-repeat 0 1px;margin:0} div.pc1collapsed{margin-bottom:10px} .bg1 .pc1v2,.d7 div.cornerBL .pc1v2,.pc1 .pc1v2{background:#fff;border-bottom:1px solid #eee} .bg1 .pc1v2 .pc1w1,.d7 div.cornerBL .pc1v2 .pc1w1,.pc1 .pc1v2 .pc1w1{background-image:url("/im/TL_eee.gif")} .bg1 .pc1v2 .pc1w2,.d7 div.cornerBL .pc1v2 .pc1w2,.pc1 .pc1v2 .pc1w2{background-image:url("/im/TR_eee.gif")} .bg1 .pc1v2 .pc1w3,.d7 div.cornerBL .pc1v2 .pc1w3,.pc1 .pc1v2 .pc1w3{background-image:url("/im/BL_eee.gif")} .bg1 .pc1v2 .pc1w4,.d7 div.cornerBL .pc1v2 .pc1w4,.pc1 .pc1v2 .pc1w4{background-image:url("/im/BR_eee.gif");padding:5px 12px 1px} * html .pc1 .pc1v2 {position:relative} /* pc2 */ .pc2,.pc2 ul{margin:0;padding:0} .pc2 table{margin:0;padding:0;background:#fff;text-align:left;clear:both} .pc2 .titlebar th{padding:6px 0 6px 13px;background:#a3b8cb;color:#fff;font-weight:bold;vertical-align:top} .pc2 td.tcell,.pc2 td.intro{margin:0;padding:7px 13px 5px 13px;font-weight:bold;vertical-align:top;color:#000} .pc2 td.tcell,.pc2 th.tcell{width:220px} .pc2 td.dcell{border-left:dashed #c5d5a9 1px;margin:0;padding:7px 16px 5px 6px;font-weight:normal;vertical-align:top} .pc2 hr{margin:0;padding:0;color:#FFF;background:#FFF;border-bottom:1px solid #c5d5a9;border-top:0;height:1px !important} .pc2 .subtitlebar th{color:#777;padding:7px 0 5px 7px;background:#DFE6ED} .pc2 .subtitlebar th.dcell{border-left:dashed #f7f9fa 1px} .pc2 .line{padding:2px 13px} .pc2 .morelink{float:right;font-weight:normal} /* pc3 */ .pc3{padding-bottom:5px} .pc3 .pc3v0{background:url("/im/bg_ltblue_to_medblue.gif") repeat-x left bottom #A6BACD;margin:5px 0 15px 0;max-width:353px} .pc3 img{padding:2px 0 4px 7px;display:inline} .pc3 p{padding:5px 9px 0 9px;margin:0} .pc3w2 img{padding:3px 9px 2px 9px} .pc3w1{background:url("/im/TL_fff.gif") no-repeat top left} .pc3w2{background:url("/im/TR_fff.gif") no-repeat top right;height:15px;text-align:right} .pc3w3{background:url("/im/BL_fff.gif") no-repeat bottom left} .pc3w4{background:url("/im/BR_fff.gif") no-repeat bottom right;height:9px} .d7 div.cornerBL div.pc3w1,.pc1 div.cornerBL div.pc3w1,.bg1 div.pc3w1{background-image:url("/im/TL_eee.gif")} .d7 div.cornerBL div.pc3w2,.pc1 div.cornerBL div.pc3w2,.bg1 div.pc3w2{background-image:url("/im/TR_eee.gif")} .d7 div.cornerBL div.pc3w3,.pc1 div.cornerBL div.pc3w3,.bg1 div.pc3w3{background-image:url("/im/BL_eee.gif")} .d7 div.cornerBL div.pc3w4,.pc1 div.cornerBL div.pc3w4,.bg1 div.pc3w4{background-image:url("/im/BR_eee.gif")} .pc3 a img{background:url("/im/pc3_border_off.gif") no-repeat 7px 2px} .pc3 a:hover img{background:url("/im/pc3_border_on.gif") no-repeat 7px 2px} .pc3 .pc3w2 a img{background:none} /* pc4 */ .pc4{margin-bottom:16px;padding-bottom:0;float:left} .pc4 h3{margin-bottom:6px;padding-top:5px} .pc4w1{margin:5px 0 0 0;max-width:353px} .pc4w4 img{padding-right:5px;float:left;margin:0} .pc4x1{background:#5482a1;color:#fff;text-align:center;line-height:15px;width:130px;float:left} .pc4x5{min-height:80px;_height:80px} .pc4x5 p{color:#fff;margin:0 2px;padding-top:12px;background:url("/im/ic_open_win.gif") no-repeat right 2px} .pc4x5 div{padding:4px 0} .pc4w1,.pc4w2,.pc4w3,.pc4w4{float:left} .pc4x2{background:url("/im/TL_aab6c6_5482a3.gif") no-repeat top left} .pc4x3{background:url("/im/TR_aab6c6_5482a3.gif") no-repeat top right} .pc4x4{background:url("/im/BL_aab6c6_5482a3.gif") no-repeat bottom left} .pc4x5{background:url("/im/BR_aab6c6_5482a3.gif") no-repeat bottom right} .pc4w1{background:url("/im/TL_fff.gif") no-repeat top left #A3B8CB} .pc4w2{background:url("/im/TR_fff.gif") no-repeat top right} .pc4w3{background:url("/im/BL_fff.gif") no-repeat bottom left} .pc4w4{background:url("/im/BR_fff.gif") no-repeat bottom right;padding:5px 5px 5px 5px} .d7 div.cornerBL div.pc4w1,.pc1 div.cornerBL div.pc4w1,.bg1 div.pc4w1{background-image:url("/im/TL_eee.gif")} .d7 div.cornerBL div.pc4w2,.pc1 div.cornerBL div.pc4w2,.bg1 div.pc4w2{background-image:url("/im/TR_eee.gif")} .d7 div.cornerBL div.pc4w3,.pc1 div.cornerBL div.pc4w3,.bg1 div.pc4w3{background-image:url("/im/BL_eee.gif")} .d7 div.cornerBL div.pc4w4,.pc1 div.cornerBL div.pc4w4,.bg1 div.pc4w4{background-image:url("/im/BR_eee.gif")} .pc4v1 img{padding:3px 0 1px 0;margin-top:-27px} .browserOpera .pc4v1 img{padding-bottom:27px} .pc4v1 .pc4icon{position:relative;z-index:5;margin:0;clear:both;width:112px;height:26px;background:url("/im/pc4_popin_icon.png") top right no-repeat} .pc4v1 .pc4icon{_background:url("/im/pc4_popin_icon.gif") top right no-repeat}/* ie56/pc */ .pc4v1{padding-right:10px;margin:0 0 5px 0} .pc4v1 .pc4w1{margin:4px 5px 10px 9px} .col1 .pc4v1 .pc4w1,.col2 .pc4v1 .pc4w1{margin:4px 4px 10px 4px} .pc4v1{margin:0 0 0 0;padding:0 0 0 0;width:100%} .pc4v1 .pc4w0{margin:0 0 10px 0;padding:0 0 10px 0} .pc4select a:link,.pc4select a:visited{background:#35556B url("/im/bg_titlebar.gif") no-repeat -15px -8px;color:#fff;padding:3px 4px;margin:0 4px 0 0;font-weight:bold} .pc4select a:hover{background:#e97d19} .pc4select li{display:inline;padding:0;margin:0} .pc4select em{display:none} .pc4select ul{padding:7px 0 0 0;margin:0} .pc4select h5{color:#666} /* pc5 */ .pc5v0 h3{margin-bottom:5px;padding-top:5px} /* pc6 */ .pc6{margin:15px 0;background:#d7d7d7;width:267px} .pc6floatright{float:right;margin:5px 0 15px 10px} .pc6 .mainoptions{margin-top:8px} .pc6 .notetext{margin-bottom:5px;color:#666} .pc6 fieldset{margin:0;padding:0;border:0} .pc6 input.hotbutton{display:block;margin:5px 10px 3px 0;padding-left:8px;padding-right:8px;clear:both} .pc6 input[type="checkbox"],.pc6 input[type="radio"]{float:left;margin-right:5px;margin-top:3px;clear:both} .pc6 input[type="checkbox"] + label,.pc6 input[type="radio"] + label{float:left;display:block;width:91%;margin-top:3px;margin-bottom:5px} .pc6 select{display:block;margin:3px 0 5px 0;width:92%} .pc6 .textinput{display:block;margin:3px 0 5px 0;width:91%} .pc6 ul.bluearrows li{margin-left:15px;padding:0 0 0 10px} .pc6 legend{display:none} .pc6 div.pc6w1{background:url("/im/TL_fff.gif") no-repeat top left;padding:0} .pc6 div.pc6w2{background:url("/im/TR_fff.gif") no-repeat top right;padding:0} .pc6 div.pc6w3{background:url("/im/BL_fff.gif") no-repeat bottom left;padding:0} .pc6 div.pc6w4{background:url("/im/BR_fff.gif") no-repeat bottom right;padding:3px 6px 8px 8px} .d7 div.cornerBL .pc6 div.pc6w1,.pc1 div.cornerBL .pc6 div.pc6w1,.bg1 .pc6 div.pc6w1{background-image:url("/im/TL_eee.gif")} .d7 div.cornerBL .pc6 div.pc6w2,.pc1 div.cornerBL .pc6 div.pc6w2,.bg1 .pc6 div.pc6w2{background-image:url("/im/TR_eee.gif")} .d7 div.cornerBL .pc6 div.pc6w3,.pc1 div.cornerBL .pc6 div.pc6w3,.bg1 .pc6 div.pc6w3{background-image:url("/im/BL_eee.gif")} .d7 div.cornerBL .pc6 div.pc6w4,.pc1 div.cornerBL .pc6 div.pc6w4,.bg1 .pc6 div.pc6w4{background-image:url("/im/BR_eee.gif")} /* pc7 */ .pc7 select{margin:4px 0;width:190px} .pc7 select{bottom:4px 0} /* pn0 */ div.pn0{background-repeat:no-repeat;background-position:top left} div.pn0,div.pn0 p{color:#000} .pn0v6 a{padding:0 0 0 20px} .pn0v6 div a{padding:0} .pn0v0,.pn0v1,.pn0v2,.pn0v3,.pn0v4 div,.pn0v7 div,.pn0v6 div,.pn0v5,.pn0v8{padding:1px 0 0 20px;background:url("/im/ar_dbl_orng.png") no-repeat 8px 1px} .pn0v0 a,.pn0v1 a,.pn0v2 a,.pn0v3 a,.pn0v8 a,.pn0v4 div,.pn0v5 a.big,.pn0v6 div,.pn0v7 div,.pn0v6 a{display:block;margin-bottom:4px} .pn0v5 a,.pn0v10 a,.pn0v10 form,.pn0v11 a,.pn0v11 form,.pn0v9 a,.pn0v12 div a,.pn0v13 div a{display:block} .pn0v11 select,.pn0v10 input[type="text"]{width:65%} .pn0v11 select,.pn0v11 input,.pn0v11 form{margin-bottom:5px} .pn0v10 form,.pn0v9 p{padding:0 0 10px 0} .pn0v2 b{display:block;padding:8px 0 4px 0} .pn0v2 a.big + b{display:block;padding:0 0 4px 0} .pn0v3 p,.pn0v9 p,.pn0v8 p,.pn0v13 p{margin:4px 0} .pn0v10 p.pn0v11 p{margin:8px 0} .pn0v5 p{margin:4px 0 10px 0} .pn0 a.big,.pn0v4 a.big,.pn0v6 a.big,.pn0v2 b,.pn0v6 p,.pn0v9 p{font-weight:bold} .pn0v1,.pn0v2,.pn0v3,.pn0v5,.pn0v7{margin-left:79px} .pn0v9{margin-left:99px} .pn0v4{padding-left:79px} .pn0,.pn0v4,.pn0v6,.pn0v13 div{margin:0;padding:0 0 16px 0;clear:both} .pn0v6 div.seelink{margin-top:15px;background:transparent} .pn0v12 ul li{list-style-type:none;margin:0;padding:0 0 10px 0} .pn0v12 ul{margin:0} .pn0v12{margin:10px 0} .pn0v12 div{padding:0 0 10px 0} .pn0v14{text-align:right;padding:3px} * html .pn0v1,* html .pn0v2,* html .pn0v3,* html .pn0v5,* html .pn0v7.* html .pn0v9{height:85px} .pn0v1,.pn0v2,.pn0v3,.pn0v5,.pn0v7,.pn0v9{min-height:85px} .pn0v15 ul{margin:0;padding:0} .pn0v15 ul li{font-weight:bold;list-style-image:url("/im/a.gif");background:url('/im/ar_dbl_orng.png') no-repeat 0 0;padding:0 0 0 12px;margin:0 0 4px 8px} .pn0v16{padding:0 0 28px 19px} .pn0v16 h3{margin:0 0 0 -19px !important} .pn0v16 h5 a{margin:0 0 0 -11px;padding:0 0 0 11px;background:url('/im/ar_dbl_orng.png') no-repeat 0 0;display:block} .pn0v16 h5{padding:5px 0 2px 0} .pn0v16 .morelinks{clear:both} .pn0v16 .morelinks li{float:left;margin-right:12px} .pn0v16 select{width:80%} .pn0v16 p img{float:right} .pn0 h3{padding-top:8px;margin:0 0 5px 0} .d7 .pc1v2,.pc1 .pc1v2{margin-top:1px} .d7 .pc1v2 .pn0,.pc1 .pc1v2 .pn0{margin-top:-6px} * html .pn0v15 p,* html .pn0v16 p{margin-top:2px} * html .pn0v0,* html .pn0v1,* html .pn0v2,* html .pn0v3,* html .pn0v4 div,* html .pn0v7 div,* html .pn0v6 div,* html .pn0v5,* html .pn0v8,* html .pn0v15 ul li,* html .pn0v16 h5 a{background-image:url('/im/ar_dbl_orng.gif')} /* pn1 */ .pn1{background:url("/im/bg_sunblue.gif") repeat-x top left} .pn1 div.cornerTL{background:url("/im/a2_corner_tl.gif") no-repeat top left} .pn1 div.cornerTR{background:url("/im/a2_corner_tr.gif") no-repeat top right;padding:5px} .bg1 .pn1 div.cornerTL,.d7 div.cornerBL .pn1 div.cornerTL,.pc1 div.cornerBL .pn1 div.cornerTL{background-image:url("/im/TL_eee.gif")} .bg1 .pn1 div.cornerTL,.d7 div.cornerBL .pn1 div.cornerTR,.pc1 div.cornerBL .pn1 div.cornerTR{background-image:url("/im/TR_eee.gif")} .pn1 .title{color:#FFF;padding-left:8px;font-weight:bold} span.seelink{padding-right:8px;float:right} span.seelink a:link,span.seelink a:visited{color:#FFF;font-weight:bold} /* pn2 */ .pn2v0{width:100%;background:#EFEFEF;margin:0 0 10px 0} .pn2v0 td.col1,.pn2v0 td.col2{padding:10px} .pn2v0 p.intro{margin:10px 0 20px 0} .pn2v0 td.col1{border-right:5px #EFEFEF solid} .pn2v0 td.col2{border-left:5px #EFEFEF solid} /* pn3 */ .pn3v0,.pn3v1{margin:0 0 10px 0} .pn3v0 .col1,.pn3v1 .col1,.pn3v0 .col2{background:#EFEFEF} .pn3v0 p.intro,.pn3v1 p.intro{margin:10px 0 20px 0} .pn3v0 div.pad,.pn3v1 div.pad{padding:10px} .pn3v0 td.col1,.pn3v1 td.col1{border-right:5px #fff solid} .pn3v0 td.col2{border-left:5px #fff solid} /* pn4 */ .pn4{background:#bbb} .pn4 table tr th{background:#ccc;text-align:left;padding;padding:2px 8px} .pn4 table tr td{background:#efefef;width:50%;padding:8px;vertical-align:top} .pn4i{float:left;padding-right:10px} div.pn4 table td.col1 div{float:left;font-weight:bold;width:48%} div.pn4 table td.col1 h5{margin:0} div.pn4 table td.col2 p{margin:1px 0 .9em 0} div.pn4 table td.col2 ul{margin-top:1px} .pn4 p.pnprice{margin:0 0 9px;color:#E86F00} .pn4 .hotbutton{margin:0} /* pn5 */ .pn5 {background:url('/im/bg_ln_blue2grey.gif') repeat-x 0 -110px #eee;margin-bottom:15px;padding:0} .pn5w3{background:url("/im/generic_tl.gif") no-repeat top left} .pn5w4{background:url("/im/generic_tr.gif") no-repeat top right;padding:10px 14px} .pn5w1{background:url("/im/generic_bl.gif") no-repeat bottom left} .pn5w2{background:url("/im/generic_br.gif") no-repeat bottom right} .pn5 h1,.pn5 h1 a{font-size:24px;margin:0 0 7px 0;padding:0;font-weight:normal;letter-spacing:1px;position:relative} .pn5 ul.pn5nav{display:inline;margin:0;padding:0} .pn5 ul.pn5nav li{display:inline;margin:0 4px 10px 4px;padding:0 0 0 7px;float:left;background:url('/im/pn5_bttn_white.png') top left} .pn5 ul.pn5nav li a{display:block;padding:3px 7px 0 0;background:url('/im/pn5_bttn_white.png') bottom right;height:17px;float:left} .pn5 ul.pn5nav li a:visited{color:#3e6b8a} .pn5 ul.pn5nav li:hover a,.pn5 ul.pn5nav li:hover,.pn5 ul.pn5nav li.current,.pn5 ul.pn5nav li.current a{background-image:url('/im/pn5_bttn_blue.png')} .pn5 h1,.pn5 h5,.pn5 ul.pn5nav li:hover a,.pn5 ul.pn5nav li.current a,.pn5 ul.pn5nav li.current a:visited,.pn5x6 a,.pn5x6 a:visited,.pn5subnav li.current a,.pn5subnav li.current a:visited{color:#fff} .pn5subnav li.current,.pn5cta{font-weight:bold} .pn5cta,.pn5list ul.nobullet li{background:url("/im/ar_lg_orange.gif") no-repeat -7px -2px;padding-left:11px} .pn5list ul.nobullet li{margin:0 8px 7px 0;padding-left:11px} .pn5list ul.nobullet{margin:0 0 0 10px} .pn5list a.pn5cta{background:transparent;padding:0} .pn5list em{margin:0 3px} .pn5 h1 a,ul.pn5subnav li a,.pn5 h1 a:visited,ul.pn5subnav li a:visited{color:#ccdae3} .pn5 h5{display:inline;float:left;padding:0 2px;margin-top:2px} .pn5v0w1,.pn5v1w1{clear:both} .pn5v0w2,.pn5v1w2{background:#fff;padding:1px 0px;margin:0;float:left;width:100%} .pn5v0w2 h2{margin:0} .pn5v1w3{background:#fff;padding:5px 0 0 0;float:left;width:100%} .pn5v1w2{padding-top:8px} .pn5x1{height:10px;margin-left:9px;background:url('/im/corners_whitebox.png') top right} .pn5x2{height:10px;margin-left:-9px;width:9px;background:url('/im/corners_whitebox.png') top left} .pn5x3{height:10px;margin-left:9px;background:url('/im/corners_whitebox.png') bottom right;clear:both} .pn5x4{height:10px;margin-left:-9px;width:9px;background:url('/im/corners_whitebox.png') bottom left} .pn5x5{background:url('/im/corners_dkbluebox.png') top right;padding:0;margin:0 0 0 10px} .pn5x6{background:url('/im/corners_dkbluebox.png') top left;padding:1px 10px;margin:0 10px 0 -10px} .pn5v1w2 h3{font-size:18px;margin:0 10px 0 98px} .pn5v1w2 p.intro{margin:0 10px 5px 98px;color:#e76f00;font-size:15px;font-weight:bold} .pn5v1w2 hr{visibility:hidden} .pn5v0w2 img,.pn5v1w2 img{float:left;margin:0 10px} .pn5v1w1 .pn5subnav{margin:0;padding:3px 0;width:100%;overflow:hidden} .pn5v1w1 .pn5subnav li{border-left:#fff solid 1px;padding:0 6px;display:inline;margin:0 0 0 -2px} .pn5col{float:left;margin:0 2px 0 10px} .pn5v0w2 p,.pn5col p{margin:0 0 8px 0} .pn5col1{width:30%} .pn5col2{width:61%} .pn5viewcontent .hidethis{display:block} .pn5viewcontent .pn5subnav li{display:none} .pn5viewcontent .pn5subnav li.current{display:inline} .pn5viewcontent .pn5x3{margin-bottom:12px} * html .pn5{border-bottom:1px solid #eee} * html .pn5col{margin:0 5px 0 6px} * html .pn5 ul.pn5nav li,* html .pn5 ul.pn5nav li a{background-image:url('/im/pn5_bttn_white.gif')} * html .pn5 ul.pn5nav li:hover a,* html .pn5 ul.pn5nav li:hover,* html .pn5 ul.pn5nav li.current,* html .pn5 ul.pn5nav li.current a{background-image:url('/im/pn5_bttn_blue.gif')} * html .pn5v0w1,* html .pn5v1w1,* html .pn5x3,* html .pn5x1{position:relative} * html .pn5x1,* html .pn5x2,* html .pn5x3,* html .pn5x4{background-image:url('/im/corners_whitebox.gif')} * html .pn5x5,* html .pn5x6{background-image:url('/im/corners_dkbluebox.gif')} * html .pn5x2,* html .pn5x4{margin:0;position:relative;left:-9px} * html .pn5col3{width:95%} /* pn6 */ .jsenabled .pn6v0{position:relative;background:url('/im/pn6_bg.gif') top left no-repeat;height:155px;width:780px;margin:15px auto 10px auto;z-index:10} .pn6v0:after{content:".";display:block;height:0;clear:both;visibility:hidden} .pn6section{background-position:-3000px 0;background-repeat:no-repeat;list-style:none;margin:10px 0;padding:0} .jsenabled .pn6grp{float:left;margin:10px 0 0 -1px;padding-left:1px;background:url('/im/pn6_grp_rule.gif') no-repeat 0 0;height:140px} .jsenabled .pn6v0 .pn6grp1{background:none} .pn6grp h5{position:relative;left:0px;top:0;min-width:90px;margin:0;text-transform:uppercase} * html .pn6grp h5{width:90px} .pn6grp h5 span{display:block;position:absolute;left:0px;top:2px;width:100%;text-align:center;float:left;color:#e76f00;font-size:12px} .browserExplorer .pn6grp h5 span{margin-left:expression((this.parentNode.parentNode.offsetWidth - this.offsetWidth) / 2 + "px")} .jsenabled .pn6section{float:left;background-position:14px 33px;margin:0} .pn6title{display:block;width:779px;font-size:18px;font-weight:bold;color:000 !important;border-bottom:1px solid #648194;margin-top:20px} .jsenabled .pn6title{width:99px;height:40px;text-align:center;padding:100px 0 0 0;color:#fff !important;font-size:12px;border:0;margin:0} .jsenabled .pn6box{position:absolute;left:0;top:139px;width:780px;height:90px;z-index:2} .jsenabled .pn6xnav{float:right;display:table;background:url('/im/pn6_bg.gif') top right no-repeat;height:155px;width:170px;border-spacing:0} .jsenabled .pn6xnav ul{display:table-cell;vertical-align:middle;padding:0 0 0 30px;margin:0;width:140px} .pn6xnav ul li{font-weight:bold;list-style-image:url("/im/a.gif");background:url('/im/ar_dbl_orng.png') no-repeat 0 0;padding:0 0 0 12px;margin:0 0 4px 5px} .jsenabled .pn6xnav ul {margin-top:expression((this.parentNode.offsetHeight - this.offsetHeight) / 2 + "px")} .jsenabled .pn6x1{position:relative;left:42px;top:-8px;width:13px;height:10px;z-index:3;background:url('/im/pn6_popin_bg.png') -1553px -126px no-repeat} .jsenabled .pn6x2{height:11px;width:783px;background:url('/im/pn6_popin_bg.png') -783px 0 no-repeat;overflow:hidden} .jsenabled .pn6x3{height:15px;width:783px;background:url('/im/pn6_popin_bg.png') -783px -151px no-repeat;overflow:hidden} .jsenabled .pn6v0w1{width:783px;background:url('/im/pn6_popin_bg.png') 0 0 repeat-y} .pn6v0w2{min-height:165px;width:779px;background:url('/im/pn6_popin_bg.png') top left no-repeat #f9fbfc;overflow:hidden} .jsenabled .pn6v0w2{width:778px;background:url('/im/pn6_popin_bg.png') top left no-repeat #f9fbfc;border-left:#648194 solid 1px;overflow:hidden} * html.jsenabled .pn6,.jsenabled .pn6v0w3{margin-left:-4px} * html.jsenabled .pn6v0w2{overflow:auto;overflow-x:hidden} .jsenabled .pn6box,.jsenabled .pn6x1{display:none} .pn6nav .pn6show .pn6x1,.pn6nav .pn6show .pn6box{display:block} .pn6nav .pn6section:hover .pn6x1,.pn6nav .pn6section:hover .pn6box{display:block} .jsenabled .pn6grp .pn6nav{padding:0;margin-top:-10px} .jsenabled .pn6nav{margin:0;padding:0 0 0 10px} .jsenabled .pn6grp1 .pn6nav{margin-top:-10px;padding:0 0 0 10px} .jsenabled .pn6alt5 .pn6grp .pn6nav{padding:0} .jsenabled .pn6alt5 .pn6nav,.jsenabled .pn6alt5 .pn6grp1 .pn6nav{padding:0 0 0 21px} .jsenabled .pn6alt5 .pn6section{background-position:22px 33px} .jsenabled .pn6alt5 .pn6title{width:115px} .jsenabled .pn6alt5 .pn6x1{left:50px} .jsenabled .pn6alt6 .pn6grp .pn6nav{padding:0} .jsenabled .pn6alt6 .pn6nav,.jsenabled .pn6alt6 .pn6grp1 .pn6nav{padding:0 0 0 29px} .jsenabled .pn6alt6 .pn6section{background-position:24px 33px} .jsenabled .pn6alt6 .pn6title{width:120px} .jsenabled .pn6alt6 .pn6x1{left:52px} .jsenabled .pn6alt7 .pn6grp .pn6nav{padding:0} .jsenabled .pn6alt7 .pn6nav,.jsenabled .pn6alt7 .pn6grp1 .pn6nav{padding:0 0 0 21px} .jsenabled .pn6alt7 .pn6section{background-position:17px 33px} .jsenabled .pn6alt7 .pn6title{width:105px} .jsenabled .pn6alt7 .pn6x1{left:45px} .jsenabled .pn6alt8 .pn6section{background-position:12px 33px} .jsenabled .pn6alt8 .pn6title{width:95px} .jsenabled .pn6alt8 .pn6x1{left:40px}.pn6v0w3{display:table} .pn6{background:url('/im/pn6_popin_bg.png') repeat-y -1566px 0;width:192px;display:table-cell;vertical-align:top;padding:0} .pn6 h6{margin:0 0 4px 0;padding:0} .pn6 h6 a{margin:0 0 0 -12px;padding:0 0 0 12px;background:url('/im/ar_dbl_orng.png') no-repeat 0 0;display:block} .pn6 ul{margin:0 0 1em 0;padding:0} .pn6 ul li{margin:0 0 4px 0;padding:0;list-style-image:url("/im/a.gif")} .pn6 ul.bluearrows li{padding-left:12px} .pn6v2{width:390px} .pn6v2 ul{float:left;width:43%;margin-right:11px} .pn6w1{padding:8px 15px 0 25px;min-height:165px} .pn6v3 h6{font-weight:normal} .pn6v3 ul li{font-weight:bold;background:url('/im/ar_dbl_orng.png') no-repeat 0 0;padding-left:12px} * html .pn6{float:left;height:160px} * html .pn6v3 ul li,* html .pn6xnav ul li,* html .pn6 h6 a{background-image:url('/im/ar_dbl_orng.gif')} * html.jsenabled .pn6x1,* html.jsenabled .pn6x2,* html.jsenabled .pn6x3,* html.jsenabled .pn6v0w1,* html.jsenabled .pn6v0w2,* html.jsenabled .pn6{background-image:url('/im/pn6_popin_bg.gif')} .browserSafari div.pn6{background:url('/im/pn6_popin_rule.gif') repeat-y 0 0} .pn6 p{margin:0 0 1em 0} .pn6v5{border-top:#c9d2db 1px solid;width:800px;clear:both;background:transparent !important;display:block !important} .pn6v5 .pn6w1{border-top:#fff 1px solid;padding:0 0 0 21px;min-height:10px} .pn6v5 p{margin:10px 0 0 0} * html .pn6v5{padding-left:30px;height:5px} .browserExplorer .pn6v5{height:auto;min-height:10px} .browserExplorer7 .pn6v0w3 .pn6{margin-left:-6px;float:left;min-height:160px} .pn6v6{width:585px !important} .pn6v6 ul{float:left;width:31%;margin-right:11px} .pn6third{width:258px} .pn6half{width:390px} /* pm1 */ .pm1v1,.pm1v2{background:#eee;position:relative} .d7 div.cornerBL .pm1v1,.pc1 div.cornerBL .pm1v1,.d7 div.cornerBL .pm1v2,.pc1 div.cornerBL .pm1v2,.bg1 .pm1v1,.bg1 .pm1v2{background:#fff} div.pm1v0,div.pm0v0{background:url("/im/bg_lightyellow.gif") repeat-x left bottom #ffdb80;clear:both;margin:0 0 25px 0} .pm1 div.pm1w1{background:url("/im/TL_fff.gif") no-repeat top left;width:100%;padding:0;float:left} .pm1 div.pm1w2{background:url("/im/TR_fff.gif") no-repeat top right;width:100%;padding:0;float:left} .pm1 div.pm1w3{background:url("/im/BL_fff.gif") no-repeat bottom left;width:100%;padding:0;float:left} .pm1 div.pm1w4{background:url("/im/BR_fff.gif") no-repeat bottom right;width:100%;padding:0;float:left} .d7 div.cornerBL .pm1 div.pm1w1,.pc1 div.cornerBL .pm1 div.pm1w1,.bg1 .pm1 div.pm1w1{background-image:url("/im/TL_eee.gif")} .d7 div.cornerBL .pm1 div.pm1w2,.pc1 div.cornerBL .pm1 div.pm1w2,.bg1 .pm1 div.pm1w2{background-image:url("/im/TR_eee.gif")} .d7 div.cornerBL .pm1 div.pm1w3,.pc1 div.cornerBL .pm1 div.pm1w3,.bg1 .pm1 div.pm1w3{background-image:url("/im/BL_eee.gif")} .d7 div.cornerBL .pm1 div.pm1w4,.pc1 div.cornerBL .pm1 div.pm1w4,.bg1 .pm1 div.pm1w4{background-image:url("/im/BR_eee.gif")} div.pm1v3 div.pm1w1,div.pm1v3 div.pm1w2,div.pm1v3 div.pm1w3,div.pm1v3 div.pm1w4,div.pm1v4 div.pm1w1,div.pm1v4 div.pm1w2,div.pm1v4 div.pm1w3,div.pm1v4 div.pm1w4{background-image:none !important} a.pmtitle{font-weight:bold} .pm1v1 a.pmtitle,.pm1v3 a.pmtitle{padding:0 0 0 20px;font-size:15px;background:url("/im/ar_lg_orange.gif") no-repeat top left} .pm1 p{padding:0 8px 0 0;margin:0} .pm1v1 p,.pm1v3 p{padding:0 12px 0 130px} .pm1v0 p,.pm0v0 p{padding:8px;margin:0} .pm1 a.bluearrows{margin:6px 0 0 0;font-weight:bold;display:block} .pm1v0 a.bluearrows,.pm0v0 a.bluearrows{display:inline;margin-left:10px} .pm1v2 a.bluearrows,.pm1v4 a.bluearrows{margin:6px 0 0 0;font-weight:normal} .col1 .pm1 strong,.col2 .pm1 strong{display:block} .pm1{float:left;width:100%;margin-bottom:15px} * html .pm1{width:98%} .pm1 div.pm1w5{float:left;width:100%;padding:8px} .pm1 .imgbox{margin-right:8px} .pm1v1 div.imgw1{background-image:url("/im/TL_eee.gif")} .pm1v1 div.imgw2{background-image:url("/im/TR_eee.gif")} .pm1v1 div.imgw3{background-image:url("/im/BL_eee.gif")} .pm1v1 div.imgw4{background-image:url("/im/BR_eee.gif")} .d7 div.cornerBL .pm1v1 .imgw1,.pc1 div.cornerBL .pm1v1 .imgw1,.bg1 .pm1v1 .imgw1{background-image:url("/im/generic_tl.gif")} .d7 div.cornerBL .pm1v1 .imgw2,.pc1 div.cornerBL .pm1v1 .imgw2,.bg1 .pm1v1 .imgw2{background-image:url("/im/generic_tr.gif")} .d7 div.cornerBL .pm1v1 .imgw3,.pc1 div.cornerBL .pm1v1 .imgw3,.bg1 .pm1v1 .imgw3{background-image:url("/im/generic_bl.gif")} .d7 div.cornerBL .pm1v1 .imgw4,.pc1 div.cornerBL .pm1v1 .imgw4,.bg1 .pm1v1 .imgw4{background-image:url("/im/generic_br.gif")} .pm1v5{background:url("/im/bg_ltblue2ltblue.gif") repeat-x bottom left #DDE6EC} .d7 div.cornerBL .pm1v5,.pc1 div.cornerBL .pm1v5,.bg1 .pm1v5{background:#fff} .pm1v5 div.pm1w6{margin:15px 20px 0px 20px} .pm1v5 div.pm1w6 p{margin:5px 0} .pm1v5 p{margin:13px 20px 0px 20px} .pm1v5 p strong{color:#e76f00;margin-right:15px} .pm1v5 ul,.pm1v5 ul li{margin-top:5px;margin-bottom:5px} .pm1v5 h2{margin:0 0 6px 0} .pm1v5 div.pm1w4{padding-bottom:13px} .pm1v5 span.hotbutton{margin:0} /* sh1 */ .sh1votetable,.sh1comments,.sh1cat{float:left} .sh1votetable{width:70px;background:#fff;margin-right:10px;border:#ccc solid 1px} .sh1votetable td{text-align:center;padding:2px 0} .sh1comments{width:500px} .sh1total{color:#444} .sh1votecount{font-size:2em;font-weight:bold;border-bottom:#ccc solid 1px;border-top:#ccc solid 1px} .sh1_pos{color:#C9D04D} .sh1_neg{color:#933} .sh1 hr{clear:both;margin-bottom:12px;width:100%;background:#CCC;color:#CCC;height:2px;padding:0;border-left:0;border-right:0;border-top:0;border-bottom:1px #FFF solid} .sh1 h4{margin-top:0} .sh1stype, .sh1stype a{font-size:11px;margin:5px 0 15px 0} .sh1cat{margin:0 10px 10px 0} .wgSubmitting{color:#666} /* print overwrite */ @media print{table.dkgrey1 table tr td.tablecaption2,tr td.tablecaption2 div.headerpadding,div.a2 div.cornerTL,div.a2 div.cornerTR,div.a2 div.cornerBL,div.a2 div.cornerBR,div.vnv1 div.cornerTL,div.vnv1 div.cornerTR,div.vnv1 div.cornerBL,div.vnv1 div.cornerBR{background:none}.sunlogo,.a2search,.a2topiclinks{display:none}div.a2{height:90px}}
2019/sw_developer/0722/docs/technotes/guides/management/css/advanced.css
input.buttonblue,input.buttonred,input.hotbutton,input.defbutton{cursor:hand;color:#FFF;font-weight:bold;font-size:11px;padding:2px 1px;margin:0;white-space:nowrap} input.buttonred,input.hotbutton{background:url("/im/bg_sunorange.gif") repeat-x left top #E76F00;border-right:1px solid #C06600;border-bottom:1px solid #C06600;border-left:1px solid #FAE2CC;border-top:1px solid #FAE2CC} input.buttonblue,input.defbutton{background:url("/im/bg_sunblue.gif") repeat-x 0 -10px #304C60;border-right:1px solid #304C60;border-bottom:1px solid #304C60;border-left:1px solid #BACDD9;border-top:1px solid #BACDD9} input.buttonred:hover,input.buttonblue:hover,input.hotbutton:hover,input.defbutton:hover{color:#fbe249} input.error, select.error, textarea.error{border:2px solid;background:#FEE;border-top-color:#C00;border-left-color:#C00;border-right-color:#F00;border-bottom-color:#F00} input.medium{width:120px} input.mediumlarge,select.rightmodule{width:130px} input.large{width:200px} p.error{background:white;border:1px solid #D12124;padding:10px;color:#D12124;text-decoration:none} label.error{color:#c00;font-weight:bold} label.error a:link{color:#c00;text-decoration:underline} label.error a:visited{color:#c00;text-decoration:underline} label.error a:hover{color:#c00;text-decoration:underline} input[type="text"]:focus,input[type="password"]:focus,select:focus{background:#fffaea} form div.country-lang-selectors input{vertical-align:middle;margin-right:2px} form div.country-lang-selectors p{margin:6px 0px} form div.country-lang-selectors label{cursor:pointer} /* hr */ hr.light{background:#E3E3E3;color:#E3E3E3;height:2px;padding:0;border:0} hr{background:#333;color:#333;height:2px;padding:0;border:0;clear:both} .pc0v5 hr,.col1 hr.light,.col2 hr.light{background:#CCC;color:#CCC;height:2px;padding:0;border-left:0;border-right:0;border-top:0;border-bottom:1px #FFF solid;margin-bottom:10px} td.grey3 span.sp5{line-height:2px;font-size:2px !important} div.hr{margin:10px 0;background:#ddd;height:2px;clear:both} div.hr hr{display:none} div.d7 div.hr{background:#ddd} div.pc1 div.hr{height:0;border:1px solid #ccc;border-color:#ccc white white #ccc} /* misc */ p.bluearrows,div.bluearrows,span.bluearrows,a.bluearrows,.chevron{background:url("/im/ar_dbl_blue.png") no-repeat top left;padding-left:10px} p.bluearrows,div.bluearrows,span.bluearrows,a.bluearrows,.chevron{_background:url("/im/ar_dbl_blue.gif") no-repeat top left} .l5v0 ul li,ul.bluearrows li{margin:0;padding:0 0 4px 10px;list-style-image:url("/im/a.gif");background:url("/im/ar_dbl_blue.png") no-repeat left top} .l5v0 ul li,ul.bluearrows li{_background:url("/im/ar_dbl_blue.gif") no-repeat left top} .l5v0 ul,ul.bluearrows{margin:0;padding:0} ul.bluearrows li.current{background-image:url("/im/ar_single_black_bold.gif");font-weight:bold} .whtcopy,a.whitelink,a.whitelink:link,a.whitelink:hover,a.whitelink:visited{color:#FFF} td.sectiontitle1,td.sectiontitle1 a,td.sectiontitle1 div,td.sectiontitle2,td.sectiontitle2 a,td.sectiontitle2 div{font-weight:bold} .sunblue a.whitelink,.sunblue a.whitelink:visited{color:#FFF} .sunblue a.yellowlink,.sunblue a.yellowlink:visited,td.sunblue b,td.sunblue div.navtitle{color:#FFD55C} span.hotbutton{white-space:nowrap;line-height:2em;margin:0 3px} span.hotbutton a:link,span.hotbutton a:visited{color:#FFF;padding:2px 8px;border-right:1px solid #C06600;border-bottom:1px solid #C06600;border-left:1px solid #FAE2CC;border-top:1px solid #FAE2CC;background:url("/im/bg_sunorange.gif") repeat-x left top #E76F00;font-weight:bold} span.buttonlink{white-space:nowrap;line-height:2em;margin:0 3px} span.buttonlink a:link,span.buttonlink a:visited{color:#FFF;padding:2px 8px;border-right:1px solid #304C60;border-bottom:1px solid #304C60;border-left:1px solid #BACDD9;border-top:1px solid #BACDD9;background:url("/im/bg_sunblue.gif") repeat-x 0 -10px #304C60;font-weight:bold} span.hotbutton a:hover,span.buttonlink a:hover{color:#FBE249;text-decoration:none} span.hotbutton a strong,span.buttonlink a strong{margin:0;padding:0;color:#fff} ul.nobullet li,li.nobullet{list-style-image:url("/im/a.gif")} .clear{clear:both !important} .securelink{padding-right:12px;background:url("/im/ic_secure.gif") no-repeat top right} .spaced li{padding-top:.5em} ul.goto,ul.showDiv{margin:0;padding:0} .jsenabled ul.goto,.jsenabled ul.showDiv{height:15px;visibility:hidden} .jsenabled .listTitle,.jsenabled .loadUrl{display:none} span:hover.imgswap{cursor:pointer} .jsenabled .hidethis{display:none} .spriteswap{position:relative} ul.icons{margin:0;padding:0} body div ul.icons li{margin:0;padding:0 0 3px 17px;list-style-image:url("/im/a.gif");background-repeat:no-repeat;background-position:left top} body div ul.feedicon li,body div ul.icons li.feedicon{background:url("/im/ic_feed_12x.gif") no-repeat 1px 0} body div ul.emailicon li,body div ul.icons li.emailicon{background-image:url("/im/ic_email.gif")} body div ul.printicon li,body div ul.icons li.printicon{background-image:url("/im/ic_print.gif")} body div ul.phoneicon li,body div ul.icons li.phoneicon{background-image:url("/im/ic_phone.gif")} body div ul.bullet-bs li,body div ul.icons li.bullet-bs{background:url("/im/ic_bullet_bs.gif") no-repeat 4px 1px} body div ul.bullet-bh li,body div ul.icons li.bullet-bh{background:url("/im/ic_bullet_bh.gif") no-repeat 4px 1px} body div ul.bullet-ds li,body div ul.icons li.bullet-ds{background:url("/im/ic_bullet_ds.gif") no-repeat 4px 1px} body div ul.bullet-dh li,body div ul.icons li.bullet-dh{background:url("/im/ic_bullet_dh.gif") no-repeat 4px 1px} body div ul.bullet-cs li,body div ul.icons li.bullet-cs{background:url("/im/ic_bullet_cs.gif") no-repeat 4px 1px} body div ul.bullet-ch li,body div ul.icons li.bullet-ch{background:url("/im/ic_bullet_ch.gif") no-repeat 4px 1px} a.icon {padding-left:18px;font-weight:bold} a.videoicon {background:url("/im/ic_video.gif") left top no-repeat} a.audioicon {background:url("/im/ic_audio.gif") 0 1px no-repeat} /* clear */ .l3:after,.l2:after,.pn5v1w2:after,.pn5v0w2:after,.pn5w4:after,.g8:after,.l4:after,.l5:after,.l5x4:after,.pc6 div.pc6w4:after,.g19:after,.g20:after{content:".";display:block;height:0;clear:both;visibility:hidden} /* xfade */ .xfade{z-index:2;visibility:hidden;position:absolute;top:0;left:0;opacity:1;filter:alpha(opacity=100);-moz-opacity:1} .xfadefirst{z-index:3;visibility:visible;opacity:1;filter:alpha(opacity=100);-moz-opacity:1;position:absolute;top:0;left:0} ul.listfade {position:relative;height:1.5em;margin:0;padding:0} ul.listfade li{visibility:hidden;position:absolute;top:0;left:0;list-style-image:url("/im/a.gif");margin:0;padding:0} ul.listfade li:first-child {visibility:visible} ul.listfade li.xfadefirst{visibility:visible} .browserOldMoz ul.listfade li{position:relative;left:0;top:-1.5em;margin-bottom:-1.5em;height:1.5em} /* imgbox */ .imgleft{margin:0 10px 0 0;float:left} .imgright{margin:0 0 0 10px;float:right} .imgcenter{margin-left:auto;margin-right:auto;width:100%} .imgzoom a{background:url("/im/BL_zoom.gif") no-repeat bottom left;display:block} div.imgbox div.zoomimg{background:url("/im/30p_black.png") repeat} .zoomimg div{padding:0} .zoomimg img{padding:0;margin:10px} .imgw1{background:url("/im/generic_tl.png") no-repeat top left} .imgw2{background:url("/im/generic_tr.png") no-repeat top right} .imgw3{background:url("/im/generic_bl.png") no-repeat bottom left} .imgw4{background:url("/im/generic_br.png") no-repeat bottom right} div.imgw1{_background-image:url("/im/generic_tl.gif")} div.imgw2{_background-image:url("/im/generic_tr.gif")} div.imgw3{_background-image:url("/im/generic_bl.gif")} div.imgw4{_background-image:url("/im/generic_br.gif")} .d7 div.cornerBL .imgw1,.pc1 div.cornerBL .imgw1,.bg1 .imgw1{background-image:url("/im/TL_eee.gif")} .d7 div.cornerBL .imgw2,.pc1 div.cornerBL .imgw2,.bg1 .imgw2{background-image:url("/im/TR_eee.gif")} .d7 div.cornerBL .imgw3,.pc1 div.cornerBL .imgw3,.bg1 .imgw3{background-image:url("/im/BL_eee.gif")} .d7 div.cornerBL .imgw4,.pc1 div.cornerBL .imgw4,.bg1 .imgw4{background-image:url("/im/BR_eee.gif")} /* pad */ div.pad2x8{padding:2px 8px} div.pad3x0{padding:3px 0} div.pad5x10{padding:5px 10px} div.pad5x10x5x0{padding:5px 10px 5px 0} .headerpadding{padding:1px 10px} .redwidgetpadding{padding:2px 0 3px 0} .gwpadding1{padding:2px 10px 7px 8px} /* table styles */ table.th-nowrap th{white-space:nowrap} td.tablecaption,th.tablecaption,.tablecaption a,.tablecaption div a, td.tablecaption2,th.tablecaption2,.tablecaption2 a,.tablecaption2 div a, td.tablecaption3,th.tablecaption3,.tablecaption3 a,.tablecaption3 div a, td.tablecaption4,th.tablecaption4,.tablecaption4 a,.tablecaption4 div a, td.tablecaption5,th.tablecaption5,.tablecaption5 a,.tablecaption5 div a, td.tablecaption6,th.tablecaption6,.tablecaption6 a,.tablecaption6 div a, td.tablecaption7,th.tablecaption7,.tablecaption7 a,.tablecaption7 div a{color:#FFF;font-weight:bold} td.redwidget{color:#FFF;vertical-align:top} td.redwidget b{color:#FFDE00} td.redwidget a:link,td.redwidget a:visited{color:#FFF} td.redwidget a:hover{color:#FBE249;text-decoration:none} td.redwidget{border-right:1px solid #C06600;border-bottom:1px solid #C06600;border-left:1px solid #FAE2CC;border-top:1px solid #FAE2CC} table tr td.redwidget{background:url("/im/bg_sunorange.gif") repeat-x left top #E76F00} td.columncaption,th.columncaption{text-align:left;background:#C3CCD3;font-weight:bold;padding:3px} td.columncaption2,th.columncaption2{text-align:left;background:#CCC;font-weight:bold} td.columncaption3,th.columncaption3{color:#FFF;background:#666;font-weight:bold} td.columncaption4,th.columncaption4{background:#CCC;font-weight:bold} td.columncaption5,th.columncaption5{background:#CCC} table[bgcolor="#666699"], td[bgcolor="#666699"], table[bgcolor="#666699"] td.tablecaption, table[bgcolor="#000000"] td.tablecaption, table.black td.tablecaption, table.dkblue td.tablecaption, td.tablecaption,th.tablecaption{background:#35556B} td.tablecaption2,th.tablecaption2{background:#000} td.tablecaption3,th.tablecaption3{background:#6579A6} td.tablecaption4,th.tablecaption4{background:#B3B3B3} td.tablecaption5,th.tablecaption5{background:#993300} td.tablecaption6,th.tablecaption6{background:#C00} td.tablecaption7,th.tablecaption7{background:#A3B8CB} td.tablecaption div.headerpadding{background:url("/im/a2_corner_tr.gif") no-repeat right top;padding:6px 8px 4px 15px} tr td.tablecaption,table tr.dkgrey td.tablecaption{background:url("/im/bg_titlebar.gif") no-repeat left top} td.tablecaption2 div.headerpadding{background:url("/im/a2_corner_tr.gif") no-repeat right top;padding:6px 8px 4px 15px} tr td.tablecaption2,table tr.dkgrey td.tablecaption2{background:url("/im/bg_titlebar.gif") no-repeat left top} td.vatop,th.vatop,tr.vatop td,tr.vatop th,table.vatop td,table.vatop th,div.vatop{vertical-align:top} td.vamiddle,th.vamiddle,tr.vamiddle td,tr.vamiddle th,table.vamiddle td,table.vamiddle th,div.vamiddle{vertical-align:middle} td.vabottom,th.vabottom,tr.vabottom td,tr.vabottom th,table.vabottom td,table.vabottom th,div.vabottom{vertical-align:bottom} tr td.tablecaption,tr td.tablecaption2,tr td.tablecaption3{padding:0;vertical-align:top} .d7v4 .tablecaption2,.d7v4 .tablecaption,.d7v9 .tablecaption2,.d7v9 .tablecaption{background:#A4B8CB;color:#fff} .d7v4 .tablecaption2 .headerpadding,.d7v4 .tablecaption .headerpadding,.d7v9 .tablecaption2 .headerpadding,.d7v9 .tablecaption .headerpadding{background:#A4B8CB;padding-left:11px} /* table colors */ table.dkblue{background:#35556B} .dkblue span.rightarrowblue{color:#fff} td.dkblue,th.dkblue,tr.dkblue td,tr.dkblue th,table tr td.dkblue,table tr th.dkblue{background:#35556B;color:#FFF} div.dkgrey1,table.dkgrey1,td.dkgrey1,th.dkgrey1,tr.dkgrey1 td,tr.dkgrey1 th,table tr td.dkgrey1,table tr th.dkgrey1{background:#BBB} table.grey1,td.grey1,th.grey1,tr.grey1 td,tr.grey1 th,table tr td.grey1,table tr th.grey1{background:#EEE} table.grey2,td.grey2,th.grey2,tr.grey2 td,tr.grey2 th,table tr td.grey2,table tr th.grey2{background:#FDFDFD} tr td.tablecaption2 div.headerpadding a,td.tablecaption2{background-color:transparent} table.yellow1,td.yellow1,th.yellow1,tr.yellow1 td,tr.yellow1 th,table tr td.yellow1,table tr th.yellow1{background:#EFEFEF} /* share this page */ div#sharepage{position:relative;padding-right:127px;z-index:28} div#sharepage a{color:#3E6B8A} div.sharepage{position:absolute;top:-3px;right:10px} div.sharepage td,div.sharepage table{background:transparent url("/im/share-page-bgs.gif") no-repeat 100% -30px} div.sharepage table a{border:none;height:27px;display:block} div.sharepage td#share-mailto{background-position:-356px 0} div.sharepage td#share-mailto a{width:28px} div.sharepage td#share-technorati{background-position:0 0} div.sharepage td#share-technorati a{width:27px} div.share-mailto td#share-technorati{background-position:-3px 0} div.share-mailto td#share-technorati a{width:23px} div.sharepage td#share-delicious{background-position:-27px 0} div.sharepage td#share-delicious a{width:23px} div.sharepage td#share-digg{background-position:-49px 0} div.sharepage td#share-digg a{width:22px} div.sharepage td#share-slashdot{background-position:-71px 0} div.sharepage td#share-slashdot a{width:22px} div.sharepage td#share-feed{background-position:-95px 0} div.sharepage td#share-feed a{width:32px} div.sharepage td#share-multiple-feeds{background-position:-127px 0} div.sharepage td#share-multiple-feeds.showing{background-position:-164px 0} div.sharepage td#share-multiple-feeds a{width:37px} div.sharepage td#share-blank {padding-left:3px} div#share-feed-list{font-weight:normal;font-size:12px;position:absolute;top:25px;right:4px;padding-right:20px;background:transparent url("/im/feed-list-bg-right.png") no-repeat bottom right;max-width:250px} div#share-feed-list ul{background:transparent url("/im/feed-list-bg.png") no-repeat bottom left} div#share-feed-list ul li{padding:0;background:transparent url("/im/ic_feed_12x.gif") no-repeat 13px 1px} div#share-feed-list ul li.last-child {padding-bottom:8px} div#share-feed-list ul li.first-child {padding-top:7px;background-position:13px 8px} div#share-feed-list span.x1{display:block;width:6px;height:6px;position:absolute;top:0;left:5px;background:transparent url("/im/feed-list-topcorners.png") no-repeat top left} div#share-feed-list span.x2{display:block;width:6px;height:6px;position:absolute;top:0;right:5px;background:transparent url("/im/feed-list-topcorners.png") no-repeat top right} div#share-feed-list ul li div{background:transparent url("/im/feed-list-line.png") repeat-x bottom left;margin:0 -15px 0 5px;padding:0 15px 6px 25px} div#share-feed-list ul li.last-child div{background-position:-1000px -1000px}/* ie7 */ * html div#share-feed-list{background-image:url("/im/feed-list-bg-right.gif")}/* ie6 */ * html div#share-feed-list ul{background-image:url("/im/feed-list-bg.gif")} * html div#share-feed-list span.x1{background-image:url("/im/feed-list-topcorners.gif")} * html div#share-feed-list span.x2{background-image:url("/im/feed-list-topcorners.gif")} * html div#share-feed-list ul li div{background-image:url("/im/feed-list-line.gif")} * html div#share-feed-list span.x2{right:4px} .browserSafari #sharepage h1 {padding-right:1px} /* c1 */ .pagetitle img{padding-top:4px} /* d1 & d2 */ .d1,.d2{margin-bottom:10px} .d1,.d2,.d1 .dkgrey1,.d1 .dkgrey1 .white1,.d2 .dkgrey1,.d2 .dkgrey1 .white1{background:#EEE} .d1 td.grey3 span.sp5{border-bottom:#FFF solid 1px;display:block;height:1px;overflow:hidden} .d1 .grey1,.d2 .grey1{background:transparent;padding-left:4px} .d1 table.vatop,.d2 table.vatop,.d1 h5,.d2 h5{margin:0 0 0 5px} .d2 table.dkgrey1 table.vatop{margin:0} .d1 .gwpadding1 .navtitle,.d2 .gwpadding1 .navtitle,.d1 .sectiontitle1,.d2 .sectiontitle1,.d1 .sectiontitle2,.d2 .sectiontitle2{padding-left:5px} .d1 .gwpadding1,.d2 .gwpadding1{padding-left:20px} td.sectiontitle2{padding-top:2px} table.dkgrey1 table tr td.tablecaption2{background:url("/im/bg_sunblue.gif") repeat-x} table.dkgrey1 table tr td.tablecaption2 div.headerpadding{background:transparent} table.dkgrey1 table.white1 tr td div.pad10{padding:0 10px} td.tablecaption2 + td img[width="10"]{width:10px;height:24px;background:#FFF} td.tablecaption2 + td.black{background:#fff;color:#000} table.dkgrey1 table tr td.tablecaption3{background:url("/im/bg_sunblue.gif")} table.dkgrey1 table tr td.tablecaption3 div.headerpadding{background:transparent} table.dkgrey1 table.white1 tr td div.pad10{padding:0 10px} td.tablecaption3 div.headerpadding,td.tablecaption3 div.headerpadding2{background:url("/im/a2_corner_tr.gif") no-repeat right top;padding:6px 8px 4px 15px} tr td.tablecaption3,table tr.dkgrey td.tablecaption3{background:url("/im/bg_titlebar.gif") no-repeat left top} table.dkgrey1 table tr td.tablecaption{background:url("/im/bg_sunblue.gif")} table.dkgrey1 table tr td.tablecaption div.headerpadding{background:transparent} table.dkgrey1 table.white1 tr td div.pad10{padding:0 10px} td.medgrey div.headerpadding{padding:4px 8px 4px 15px} /* d7 */ .d7 div.cornerBL{background:url("/im/generic_bl.gif") no-repeat bottom left #EEE;border-top:none} .d7 div.cornerBR{background:url("/im/generic_br.gif") no-repeat bottom right;padding:10px 6px;_height:1px;position:static} .d7 p.intro{font-size:13px;color:#666;font-weight:bold;margin-top:0} .d7 hr.light,.d7 hr,.d7v4 .g2v3 hr,.d7v4 .g2v4 hr,.d7v4 .g2v5 hr,.d7v9 .g2v3 hr,.d7v9 .g2v4 hr,.d7v9 .g2v5 hr{background:#CCC;color:#CCC;height:2px;padding:0;border-left:0;border-right:0;border-top:0;border-bottom:1px #FFF solid;margin-bottom:10px} .d7v0{border-bottom:#507c9a solid 2px} .d7v0 .skip{height:0;width:0;overflow:hidden} .d7v0 td.suntab div{border-bottom:#FFF solid 2px;border-right:#FFF solid 2px} .d7v0 td.suntabactive div{border-right:#FFF solid 2px} .d7v1 div.suntabsubrow{padding:5px 7px 5px 4px} .d7v1 span{border-right:#FFF solid 1px;padding-right:5px;padding-left:3px} .d7v1 span.lastitem{border-right:#507c9a solid 0;padding-right:5px;padding-left:3px} .d7v2{border-bottom:#507c9a solid 2px;border-left:#507c9a solid 2px;border-right:#507c9a solid 2px;padding:6px 6px 10px 6px} .d7v4{background:#FFF;margin:0;padding:0} .d7v6{padding:3px 0} .d7v7{padding:0 0 4px 0;margin-bottom:4px;border-bottom:#CCC 2px solid;color:#696969} .d7v7 b{color:#E76F00} .d7v7 div{padding-top:3px} .d7v8 .suntabsubsubrow div{padding:3px 0 3px 10px} .d7v8 .suntabsubsubrow form{padding:0 0 4px 0;display:block} .d7v8 a:visited{color:#3E6B8A} .d7v8{background:#CCDAE3;border-top:1px #fff solid;padding:6px 6px 6px 5px} .d7v8 b{color:#000} .d7v8 span{border-right:#507c9a solid 1px;padding-right:5px;padding-left:3px} .d7v8 span.lastitem,.d7v8 span.remove{border-right:0;padding-right:5px;padding-left:3px} .d7v9 div.cornerBR{padding:10px 22px 22px 22px} .d7v10{background:#CCDAE3;border-top:1px #fff solid} .d7v10 td{padding:8px 4px 5px 9px} .d7v10 ul.bluearrows li.currentpg{font-weight:bold;list-style-image:url("/im/a.gif");background:url("/im/ar_single_black_bold.gif") no-repeat left top} .d7v11 {text-align:right;margin:9px 0 -23px 0} .d7v11 a{margin-left:1em} td.suntabactive a{color:#fff} td.suntabactive,table.suntabbg,td.suntabbg,th.suntabbg,tr.suntabbg td,tr.suntabbg th,table tr td.suntabbg,table tr th.suntabbg{background:#507c9a} td.suntabactive{background:#507c9a url("/im/bg_titlebar.gif") no-repeat left top;border-right:1px solid #FFF;padding:0} td.suntabactive div{background:url("/im/a2_corner_tr.gif") no-repeat right top;padding:9px 7px 5px 7px} td.suntab{background:#CCDAE3 url("/im/d7_tab_bg.gif") repeat-x;border-right:1px solid #FFF;border-top:3px solid #FFF} td.suntab div{background:url("/im/corner_navblue_tr.gif") no-repeat right top;padding:9px 7px 5px 7px} td.suntab div{padding:6px 7px 3px 7px} td.suntab div a:visited{color:#35556B} div.suntabsubrow{padding:9px 7px 5px 7px;background:#507c9a} div.suntabsubrow,div.suntabsubrow span,div.suntabsubrow span b,td.suntabactive div{font-weight:bold;color:#FFF} div.suntabsubrow a,div.suntabsubrow a:visited{font-weight:normal;color:#CCDAE3} table tr td.suntab div,table tr td.suntabactive div{min-height:16px} * html table tr td.suntab div,* html table tr td.suntabactive div{height:16px} /* e1 */ .e1{margin-bottom:10px} .e1 .contact{margin-bottom:8px} .e1 a.small{color:#FFD55C} /* e2 */ .e2{background:url("/im/bg_navgreen.gif") repeat-x left bottom #C7CE46;margin-bottom:10px} .e2 table.navblue{background:url("/im/generic_tr.gif") no-repeat top right} .e2 table.navblue tr td table{margin:8px 6px 8px 6px} .e2 table.navblue tr td table:first-child,.e2 table.navblue tr td table{background:transparent} * html .e2 table.navblue tr td table{background:transparent;border-top:0} .e2 table.navblue .navtitle,.e2 table.navblue .rightarrowblue,.e2 table.navblue table:first-child,.e2 span.rightarrowblue{padding-left:0} /* e4 */ .e4v2 .pad{padding:7px 7px 0 7px} .e4v2{padding-bottom:7px} .e4v0{border:1px solid #B2BC00;padding:0;margin-bottom:10px} .e4 ul{margin:0;padding:0;list-style:none;padding:4px 5px} .e4 li{margin:0;padding:0;list-style-image:url("/im/a.gif");padding:1px 0 1px 21px;font-weight:bold;background-position:2px 2px;background-repeat:no-repeat} .e4 li.e4-go{background-image:url("/im/ic_e4arrows.gif")} .e4 li.e4-contact{background-image:url("/im/ic_email.gif")} .e4 li.e4-phone{background-image:url("/im/ic_phone.gif")} .e4 li.e4-chat{background-image:url("/im/ic_chat.gif")} .e4v3 h6.e4x1{padding:4px 0;text-align:right;margin:0 1px 0 0} .e4v3 h6.e4x1 span{color:#fff;padding:4px 0 4px 16px;background:url("/im/e4_TL.gif") no-repeat top left} .e4v3{margin-bottom:10px;padding:0 8px 8px 0;background:url("/im/e4_TR.gif") no-repeat top right #D1D766} .e4v3 h6.small{color:#999;padding:6px 0 0 8px;font-weight:normal} .e4v3 .e4w2{margin:1px 0 0 8px;padding:0 0 5px 0;background:#FFF} .e4v3 ul{padding:2px 5px} .e4v3:first-child{margin-top:13px} /* e5 */ .e5{background:url("/im/bg_navgreen.gif") repeat-x left bottom #C1C933;margin-bottom:10px} .e5 table.blue1,.e5 table.white1{background:transparent} .e5 table.blue1{background:url("/im/generic_tr.gif") no-repeat top right;border-top:none} .e5 table.white1{background:url("/im/generic_tl.gif") no-repeat top left;padding:0} .e5 table.blue1 table.white1{border:none} /* e8 */ .e8v0{background:url("/im/bg_sunorange.gif") repeat-x left bottom #E76F00;margin-bottom:10px;width:170px} .e8v1,.e8{background:url("/im/bg_dksunblue.gif") repeat-x left bottom #35556B;margin-bottom:10px;width:170px} .e8v2 .e8w1,.e8v0 div.cornerBR,.e8v1 div.cornerBR{background:url("/im/sidenav_corners.gif") no-repeat bottom right;padding:0} .e8v0 div.cornerBR,.e8v1 div.cornerBR{height:8px} .e8v0 .title{color:#FFF;font-weight:bold;padding:8px 8px 2px 8px} .e8v0 .copy{color:#000;padding:2px 8px 4px 8px} .e8v1 .copy a:link,.e8v1 div.copy a:visited{color:#FFF} .e8v1 .title,.e8v2 h5{color:#ED9B09;font-weight:bold;padding:8px 8px 2px 8px;margin:0} .e8v1 div.copy{color:#FFF;padding:2px 8px 4px 8px} .e8v2 ul{margin:0;padding:0 0 8px 8px} .e8w1 ul li{margin:0;list-style-image:url("/im/a.gif");background:url("/im/ar_dbl_white.gif") no-repeat top left;padding:0 6px 3px 10px} div[class="e8w1"] ul li{background:url("/im/ar_dbl_white.png") no-repeat top left} .e8v2 ul a{color:#fff} body div.e8v2 ul.emailicon li,body div.e8v2 ul li.emailicon{background-image:url("/im/ic_email_op.gif")} /* e9 */ .e9v0{background:url("/im/bg_sunorange.gif") repeat-x left bottom #E76F00;margin-bottom:10px;width:170px} .e9v1{background:url("/im/bg_dksunblue.gif") repeat-x left bottom #35556B;margin-bottom:10px;width:170px} .e9 div.cornerBL{width:170px;height:8px;background:url("/im/generic_bl.gif") no-repeat bottom left;padding:0} .e9 div.cornerBR{width:170px;height:8px;background:url("/im/generic_br.gif") no-repeat bottom right;padding:0} .e9 div.cornerTL{width:170px;height:8px;background:url("/im/generic_tl.gif") no-repeat top left;padding:0} .e9 div.cornerTR{width:170px;height:8px;background:url("/im/generic_tr.gif") no-repeat top right;padding:0} .e9v0 div.title{color:#FFF;font-weight:bold;padding:2px 8px 2px 8px} .e9v0 div.copy{color:#000;padding:2px 8px 2px 8px} .e9v1 div.copy a:link,.e9v1 div.copy a:visited{color:#FFF} .e9v1 div.title{color:#ED9B09;font-weight:bold;padding:2px 8px 2px 8px} .e9v1 div.copy{color:#FFF;padding:2px 8px 4px 8px} /* e10 */ .e10{border:#b2bc00 solid 1px;margin-bottom:10px;padding:4px 8px} .e10 ul{margin:0;padding:0} .e10 ul.icons li{margin:0 8px 0 0;display:inline} .e10 a:visited{color:#3E6B8A} /* e12 */ .e12v0{margin-bottom:10px} /* e13 */ .e13{background:#a3b8cb;margin-bottom:10px;width:170px} .e13v1{background:url("/im/bg_medblue_to_darkblue.gif") repeat-x 0 -10px #5482a3} .e13 div.cornerTR{height:8px;background:url("/im/sidenav_corners.gif") no-repeat top left;padding:0} .e13 div.cornerBL{height:8px;background:url("/im/sidenav_corners.gif") no-repeat bottom right;margin-top:5px;padding:0} .e13 .pad{margin:0 10px} .e13 img.popup{margin:0;padding:0;float:right} .e13v0 img{margin:6px 0 0 0;display:block} .e13v0 h3{margin:0;padding:0;float:left} .e13v0r1 div.cornerBL,.e13v0r1 div.cornerBR{height:6px} .e13v0r1 div.pad{margin:0 0 0 6px} .e13v0r1 h3{color:#fff;padding-left:4px;float:none;margin-bottom:3px} .e13v0r1 h3 a{color:#fff;display:block;background:url("/im/ic_open_win_blue.gif") no-repeat top right;margin-right:10px} .e13v0r1 img{margin:2px 1px 0 0;display:inline;background:url("/im/pc3_border_off.gif") no-repeat 0 0;width:77px;height:64px} .e13v0r1 a:hover img{background:url("/im/pc3_border_on.gif") no-repeat 0 0} .e13v0r1 img.popup{width:15px;height:11px;background:transparent} .e13v0r1 a:hover img.popup{background:transparent} .e13v1 h3,.e13v1 p,.e13 div a{color:#fff} .e13v1 h3{padding-bottom:2px} .e13v1 img{margin:3px 0 5px 0;padding:0 18px 0 17px;display:block;background:url("/im/ic_open_win_blue.gif") no-repeat 132px -1px} .e13v1 div.cornerBL{margin-top:4px} .e13v1 p{margin-bottom:5px} .e13 .chevron{background:url("/im/ar_dbl_white.png") no-repeat top left;padding:0 6px 0 10px;display:block} .e13 .chevron{_background:url("/im/ar_dbl_white.gif") no-repeat top left} .e13v0 .chevron{margin:4px 0} /* e14 */ .e14{background:url("/im/bg_lightyellow.gif") repeat-x left bottom #ffdb80;margin-bottom:10px;width:170px} .e14 div.cornerTR{height:8px;background:url("/im/sidenav_corners.gif") no-repeat top left;padding:0} .e14 div.cornerBL{height:8px;background:url("/im/sidenav_corners.gif") no-repeat bottom right;margin-top:5px;padding:0} .e14 div.pad{padding:0 8px 5px 10px} .e14 div.small{font-weight:bold;margin:2px 0 5px 0;color:#535353;line-height:16px;font-size:12px} .e14v1 a{font-weight:bold} .e14v1 div.bluearrows,.e14v1 p.bluearrows{margin:5px 0 3px 0} /* e15 */ .e15{background:url("/im/bg_navblue.gif") repeat-x bottom left #DDE6EC;margin-bottom:10px;width:170px} .e15v1 a{font-weight:bold} .e15v1r1 a{display:block} .e15 h5{margin:2px 0 0 0;color:#444} .e15 h3{padding-top:6px} .e15 ul{margin:0 0 6px;padding:0} .e15 ul li{margin:3px 0;padding:0 0 0 10px;list-style-image:url("/im/a.gif");background:url("/im/ar_dbl_blue.png") no-repeat 0 0} .e15w1,.e15 div.cornerTR{background:url("/im/sidenav_corners.gif") no-repeat top left} .e15w2{padding:2px 8px 3px 10px} .e15 div.pad{padding:0 8px 3px 10px} .e15 div.cornerTR{height:8px} .e15 div.bluearrows,.e15 p.bluearrows{margin:5px 0 3px 0} /* e16 */ .e16{background:url("/im/bg_navgreen.gif") repeat-x bottom left #C7CE46;margin-bottom:10px;width:170px} .e16 div.e16x2{height:8px;background:url("/im/sidenav_corners.gif") no-repeat top left} .e16 div.e16w1{padding:0 8px 8px 8px} .e16 form{display:block} .e16 .buttonred,.e16 .hotbutton{margin:5px 0} .e16 p{margin-top:2px} .e16 ul {margin-top:8px;clear:both} .e16input{width:98%} /* e17 */ .e17{background:url("/im/bg_lightyellow.gif") repeat-x left bottom #ffdb80;margin:0 0 10px 0;width:170px;float:left} .e17 div.e17x2{height:8px;background:url("/im/sidenav_corners.gif") no-repeat top left} .e17 div.e17x4{height:8px;background:url("/im/sidenav_corners.gif") no-repeat bottom right;margin-top:5px} .e17 div.e17w1{padding:0 8px 5px 10px} .e17 h6{color:#666;margin-top:5px} .e17 select{width:98%} /* e18 */ .e18{background:url("/im/bg_mdblue2ltblue_hrz.gif") repeat-y top left;margin:3.5em 0 10px -10px;width:180px;position:relative} .e18 .e18w1{background:url("/im/generic_tr.gif") no-repeat top right} .e18 div[class="e18w1"]{background-image:url("/im/generic_tr.png")} .e18 .e18w2{padding:10px 0;background:url("/im/generic_br.gif") no-repeat bottom right} .e18 div[class="e18w2"]{background-image:url("/im/generic_br.png")} .e18 h3{margin:1px 7px 0 20px} .e18 h5{color:#666;margin:2px 7px 0 20px} .e18 ul{margin:0 5px 6px 21px} .e18 hr{visibility:hidden} .e18 .e18hr{background:url("/im/generic_sidenav_hr.gif") no-repeat top right;height:29px} .e18 div[class="e18hr"]{background-image:url("/im/generic_sidenav_hr.png")} .e18 ul li{margin:0;padding:0 0 0 8px;list-style-image:url("/im/a.gif");background:url("/im/ul_sub_blue_bullet.gif") no-repeat 0 5px} /* e19 */ .e19{margin:0 0 10px 0} .e19w1{width:170px;position:relative;overflow:hidden} .e19 img,.e19 p{margin:0;border:0;padding:0} /* g2 */ .g2v4 .number,.g2v4 span.question{text-align:right;width:20px;float:left} .g2v4 span.question{font-weight:bold} .g2v4 div.question{text-align:left;margin:0 0 8px 45px;font-weight:bold;padding-bottom:0} .g2v4 span.answer{text-align:right;width:40px;float:left;font-weight:bold} .g2v4 div.answer{text-align:left;margin:0 0 11px 45px;padding-bottom:0} .g2v3 hr,.g2v4 hr,.g2v5 hr{background:#E3E3E3;color:#E3E3E3;height:2px;padding:0;border:0} .g2v4 h3{margin-bottom:5px;margin-top:24px} .g2v4 img[src*="ic_ar_up.gif"]{padding-left:32px} div.g2v1 blockquote{background:#35556B;color:white;margin:10px auto;padding:1px 12px;width:75%} div.g2v1 blockquote *{color:white} div.g2v1 blockquote p{margin:10px 0} /* g3 */ div.g3v3 ol{margin:4px} .d7v9 div.g3v3 .tablecaption2{background:#EEE;color:#000} .d7v9 div.g3v3 .tablecaption2 .headerpadding{background:#EEE;padding-left:1px;font-size:15px} .d7v9 div.g3v3 table.dkgrey1{background:#EEE} .d7v9 div.g3v3 table.dkgrey1 tr.grey1 td{background:#EEE} /* ? */ br.ifx{font-size:1px;line-height:0;height:0;display:none} /* g5 */ .g05v0, .g05v1{background:url("/im/bg_ltblue_to_medblue.gif") repeat-x 0 -60px #A6BACD;padding:0;margin:0;position:relative} .g05{margin-bottom:10px} .g05 em,.g05 span,.g05 li,.g05 b,.g05 a{font-size:13px} .g05 li em{display:none} .g05 ul{margin:0;padding:3px;display:inline} .g05 li{list-style:none;display:inline;background:url("/im/arrow_right_blue.gif") left center no-repeat;margin:0 0 0 3px;padding-left:13px} .g05 li span{list-style:none;display:inline;border:solid #5382A1 1px;background:#CCDAE3 url("/im/d7_tab_bg.gif") center left repeat-x;padding:1px;margin:0;color:#000} .g05 li span span{display:none;padding:0 4px 0 0;border:0} .g05 li.current span span{display:inline;border:0;font-weight:bold} .g05 li.current span{border:solid #333 1px;background:url("/im/bg_lightyellow.gif") repeat-x 0 -20px #ffdb80} .g05 li:hover{cursor:default} .g05 li:hover span span{display:inline} .g05 b{padding:4px} .g05 h5{display:inline;margin:0;padding:0} .g05 a:hover{text-decoration:none;cursor:pointer} .g05 a:hover b,.g05 a:hover span{color:#5282A5} .g05 .g05v1 li span span{display:inline} .g05TL{background:url("/im/TR_fff.gif") no-repeat top right} .g05TR{background:url("/im/TL_fff.gif") no-repeat top left} .g05BL{background:url("/im/BL_fff.gif") no-repeat bottom left} .g05BR{background:url("/im/BR_fff.gif") no-repeat bottom right;padding:8px} .d7 div.cornerBL div.g05TL,.pc1 div.cornerBL div.g05TL,.bg1 div.g05TL{background-image:url("/im/TL_eee.gif")} .d7 div.cornerBL div.g05TR,.pc1 div.cornerBL div.g05TR,.bg1 div.g05TR{background-image:url("/im/TR_eee.gif")} .d7 div.cornerBL div.g05BL,.pc1 div.cornerBL div.g05BL,.bg1 div.g05BL{background-image:url("/im/BL_eee.gif")} .d7 div.cornerBL div.g05BR,.pc1 div.cornerBL div.g05BR,.bg1 div.g05BR{background-image:url("/im/BR_eee.gif")} /* ie/pc */ .g05BR{_height:10px} /* g6 */ .g6 table{background:#eee;margin:0} .g6 table td{padding:5px} .g6 table td.tablecaption2{padding:0} .g6 table td.tablecaption2{border-top:8px #fff solid} .g6 td.required{background:url("/im/ic_asteric.gif") no-repeat 5px 30%} .g6 td.label{padding-left:15px} .g6 div.required{text-align:right;margin:3px 12px 0 0} .g6 div.required em{color:#D12124} /* g8 */ .g8{clear:both;margin:5px 0;width:100%} .g8results{float:left;color:#666;font-size:10px;margin:2px 0 0;font-weight:normal} .g8pages{float:right;text-align:right} .g8 ul,.g8 ul li{display:inline;margin:0;padding:0;white-space:normal} .g8 ul li{border-left:1px solid #ccc;padding:0;margin:0} .g8 ul li a,.g8 ul li.g8current{padding:0 0 0 3px} .g8 ul li.g8prev{color:#999;margin:0 4px 0 2px} .g8 ul li.g8next{color:#999;margin:0 2px 0 4px} .g8 ul li.g8prev a{background:url("/im/ar_dbl_blue_left.gif") no-repeat 0 2px;margin:1px;padding:2px 0 2px 10px} .g8 ul li.g8next a{background:url("/im/ar_dbl_blue.gif") no-repeat 100% 2px;margin:1px;padding:2px 10px 2px 0} .g8 .g8pages ul li[class="g8prev"] a,.g8 ul li[class="g8next"] a{background-image:none;padding:2px} .g8 ul li[class="g8prev"] a:before{content:"\AB";margin-right:4px} .g8 ul li[class="g8next"] a:after{content:"\BB";margin-left:4px} .g8 ul li.g8first,.g8 ul li.g8prev,.g8 ul li.g8next{border-left:0} /* g9 */ div.g9{background:url("/im/bg_sunblue.gif") repeat-x left top #5382A1;margin:5px 10px 15px 10px} .g9 div.cornerTL{width:100%;background:url("/im/a2_corner_tl.gif") no-repeat top left;padding:0} .g9 div.cornerTR{width:100%;background:url("/im/a2_corner_tr.gif") no-repeat top right;padding:0} .g9 div.cornerBL{width:100%;background:url("/im/a2_corner_bl.gif") no-repeat bottom left;padding:0} .g9 div.cornerBR{width:100%;background:url("/im/a2_corner_br.gif") no-repeat bottom right;padding:0} .g9 table{height:40px} .g9 td.ques div{color:#FFF;padding:3px 5px 3px 20px} .g9 td.answ div{padding:3px 15px 3px 5px} .g9 td.sbmt div{margin:3px 20px 3px 5px} /* g12 */ .g12{padding-bottom:10px} .g12 .pad{padding-top:10px} /* g14 */ .g14v8{background:url("/im/ar_lg_orange.gif") no-repeat top left;padding-left:18px} .g14v8 h5{margin:0;padding-top:1px} .g14v9{margin-bottom:0} .g14tabtitle{color:#E76F00} /* g15 */ .g15v2{background:#666} .g15v2 table th{background:#a3b8cb;color:#fff} .g15v2 table td{background:#fff} div.g15v3{margin:10px 0} div.g15v3 table{background:white;width:100%;border-collapse:collapse;border:1px solid #bbb} div.g15v3 table td, div.g15v3 table th{border:1px solid #bbb;border-width:1px 0;padding:6px 8px;text-align:left;vertical-align:middle} div.g15v3 table thead th{background:#a3b8cb;border-color:#a3b8cb;color:white;padding-top:5px;padding-bottom:5px} div.g15v3 table tbody tr.odd{background:#eee} div.g15v3 img{border:none;vertical-align:middle;margin-right:2px} div.g15v3 span.g15subscribe{cursor:default;border-bottom:1px dotted #000} div.g15v3 tbody th{padding-left:28px;min-width:180px} div.g15v3 tbody th img.g15feed-icon{float:left;margin-right:5px;margin-left:-22px} div.g15v4{margin:0 0 15px 0} div.g15v4 table th,div.g15v4 table td{border-top:#b2bc00 solid 1px;padding:8px 10px;vertical-align:top} div.g15v4 table th{text-align:left;padding:8px 5px} div.g15v4 table th{padding-right:30px} div.g15v4 table tr.g15th-row th{padding:8px 10px 8px 10px;border-top:0} .g15v4 table td{border-left:#b2bc00 dotted 1px} .g15v4{width:100%;overflow:hidden} .g15v4 table{margin-left:-1px;border-collapse:separate;border-spacing:0;width:100%} div[class~="g15v4"]{overflow:visible} div[class~="g15v4"] table{margin-left:0} div[class~="g15v4"] table td{border-left:0} div[class~="g15v4"] table td + td,div[class~="g15v4"] table th + td{border-left:#b2bc00 dotted 1px} /* g17 */ .g17{margin:10px 0px} .g17 p{margin:0 0 1em 0} .g17 p{color:#666} /* g18 */ .g18v0 .col1,.g18v1 .col1{padding-right:11px} .g18v0 .col2,.g18v1 .col2{padding-left:11px} .g18v0 .col2{width:50%} .g18v1 .col2{width:60%} div.g18v4{margin:12px 0px} div.g18v4 table td{width:33%;vertical-align:top} div.g18v4 table td.col1{padding-right:8px} div.g18v4 table td.col2{padding:0px 4px} div.g18v4 table td.col3{padding-left:8px} /* g19 - OLD */ .g19v0,.g19v2,.g19v4,.g19v6{margin:14px 10px 0 0;float:left} .g19v1,.g19v3,.g19v5,.g19v7{margin:14px 0 0 10px;float:right} .g19v8 table,.g19v9 table{margin-left:auto;margin-right:auto;margin-top:14px;margin-bottom:0} .g19 td img{position:relative;z-index:4;top:-7px;left:0} .g19 div.insideTL{background:url("/im/TL_fff.gif") no-repeat top left;height:7px;width:100%;padding:0;position:relative;z-index:5;top:0;left:0} .g19 div.insideTR{background:url("/im/TR_fff.gif") no-repeat top right;height:7px;width:100%;padding:0;position:relative;z-index:5;top:0;left:0} .g19 div.insideBL{background:url("/im/BL_fff.gif") no-repeat bottom left;height:19px;width:100%;padding:0;position:relative;z-index:5;top:-26px;left:0;margin-bottom:-26px} .g19 div.insideBR{background:url("/im/BR_fff.gif") no-repeat bottom right;height:19px;width:100%;padding:0;position:relative;z-index:5;top:0;left:0} .g19 span.zoomaction div.insideBL{background:url("/im/BL_fff_zoom.gif") no-repeat bottom left} .g19 span.zoomaction:hover div.insideBL{background:url("/im/BL_fff_zoomed.gif") no-repeat bottom left} .d7 div.cornerBL .g19 .insideTL,.pc1 div.cornerBL .g19 .insideTL{background-image:url("/im/TL_eee.gif")} .d7 div.cornerBL .g19 .insideTR,.pc1 div.cornerBL .g19 .insideTR{background-image:url("/im/TR_eee.gif")} .d7 div.cornerBL .g19 .insideBL,.pc1 div.cornerBL .g19 .insideBL{background-image:url("/im/BL_eee.gif")} .d7 div.cornerBL .g19 .insideBR,.pc1 div.cornerBL .g19 .insideBR{background-image:url("/im/BR_eee.gif")} .d7 div.cornerBL .g19 span.zoomaction div.insideBL,.pc1 div.cornerBL .g19 span.zoomaction div.insideBL{background-image:url("/im/BL_eee_zoom.gif")} .d7 div.cornerBL .g19 span.zoomaction:hover div.insideBL,.pc1 div.cornerBL .g19 span.zoomaction:hover div.insideBL{background-image:url("/im/BL_eee_zoomed.gif")} .g19v4 div.insideBL,.g19v4 div.insideBR,.g19v4 div.insideTL,.g19v4 div.insideTR, .g19v5 div.insideBL,.g19v5 div.insideBR,.g19v5 div.insideTL,.g19v5 div.insideTR, .g19v6 div.insideBL,.g19v6 div.insideBR,.g19v6 div.insideTL,.g19v6 div.insideTR, .g19v7 div.insideBL,.g19v7 div.insideBR,.g19v7 div.insideTL,.g19v7 div.insideTR, .g19v9 div.insideBL,.g19v9 div.insideBR,.g19v9 div.insideTL,.g19v9 div.insideTR{background:none !important} .g19v6 .g19 span.zoomaction div.insideBL,.g19v7 .g19 span.zoomaction div.insideBL{background:url("/im/BL_zoom.gif") no-repeat bottom left !important} .g19v6 .g19 span.zoomaction:hover div.insideBL,.g19v7 .g19 span.zoomaction:hover div.insideBL{background:url("/im/BL_zoomed.gif") no-repeat bottom left !important} .g19 td img{_top:-22px;_margin-bottom:-40px} .g19 div.insideBL{_top:-4px;_margin-bottom:0} .g19 div.insideBR{_top:0} .g19 div.insideTL{_top:-7px} .g19 div.insideTR{_top:0} /* g19 */ div.g19v8,div.g19v9{width:100%;text-align:center} div.g19r1{margin:0;float:none} /* g20 - OLD */ .g20v0 .g20,.g20v2 .g20,.g20v4 .g20,.g20v6 .g20{margin:14px 10px 10px 0;float:left;position:relative} .g20v1 .g20,.g20v3 .g20,.g20v5 .g20,.g20v7 .g20{margin:14px 0 10px 10px;float:right;position:relative} .g20v8 .g20,.g20v9 .g20{margin-left:auto;margin-right:auto;margin-top:14px;margin-bottom:0;position:relative} .g20 td{background:#c8c8c8;padding:0} .g20 .thumb{padding:0 8px} .g20 .thumb img{position:relative;z-index:3;top:-6px;left:0} .g20 td .small{padding:1px 8px 9px 8px;text-align:right;color:#222;position:relative;top:-4px} .g20 td.thumb span.zoomaction div.insideBL{background:url("/im/BL_c8c8c8_zoom.gif") no-repeat bottom left !important} .g20 td.thumb span.zoomaction:hover div.insideBL{background:url("/im/BL_c8c8c8_zoomed.gif") no-repeat bottom left !important} .g20v6 .g20 td.thumb span.zoomaction div.insideBL,.g20v7 .g20 td.thumb span.zoomaction div.insideBL{background:url("/im/BL_zoom.gif") no-repeat bottom left !important} .g20v6 .g20 td.thumb span.zoomaction:hover div.insideBL,.g20v7 .g20 td.thumb span.zoomaction:hover div.insideBL{background:url("/im/BL_zoomed.gif") no-repeat bottom left !important} .g20 td div.outsideTL,.g20 div.outsideTR,.g20 div.outsideBL,.g20 div.outsideBR{position:relative} .g20 div.insideTL{width:100%;background:url("/im/TL_c8c8c8.gif") no-repeat top left;height:7px;padding:0;position:relative;z-index:7;top:1px;left:0} .g20 div.insideTR{width:100%;background:url("/im/TR_c8c8c8.gif") no-repeat top right;height:7px;padding:0;position:relative;z-index:7;top:0;left:0} .g20 div.insideBL{width:100%;background:url("/im/BL_c8c8c8.gif") no-repeat bottom left;height:19px;padding:0;position:relative;z-index:7;top:-25px;left:0;margin-bottom:-12px} .g20 div.insideBR{width:100%;background:url("/im/BR_c8c8c8.gif") no-repeat bottom right;height:19px;padding:0;position:relative;z-index:7;top:0;left:0} .g20v4 div.insideBL,.g20v4 div.insideBR,.g20v4 div.insideTL,.g20v4 div.insideTR, .g20v5 div.insideBL,.g20v5 div.insideBR,.g20v5 div.insideTL,.g20v5 div.insideTR, .g20v6 div.insideBL,.g20v6 div.insideBR,.g20v6 div.insideTL,.g20v6 div.insideTR, .g20v7 div.insideBL,.g20v7 div.insideBR,.g20v7 div.insideTL,.g20v7 div.insideTR, .g20v9 div.insideBL,.g20v9 div.insideBR,.g20v9 div.insideTL,.g20v9 div.insideTR{background:none !important} table.g20{_margin-top:19px} .g20 td .small{_top:12px} .g20 .thumb img{_top:-22px;_margin-bottom:-40px} .g20 td.thumb div.insideBL{_top:-4px} .g20 td.thumb div.insideBR{_top:0} .g20 td.thumb div.insideTL{_top:-7px} .g20 td.thumb div.insideTR{_top:0} /* g20 */ .g20{clear:both} .g20r1 div.small{padding-top:8px;clear:both;text-align:right;color:#222} .g20 .g20w1{background:#c8c8c8;padding:0;width:auto} .g20v0 .g20w1,.g20v2 .g20w1,.g20v4 .g20w1,.g20v6 .g20w1{margin:0 10px 10px 0;float:left} .g20v1 .g20w1,.g20v3 .g20w1,.g20v5 .g20w1,.g20v7 .g20w1{margin:0 0 10px 10px;float:right} .g20v8 .g20w1,.g20v8 .g20w2,.g20v9 .g20w1,.g20v9 .g20w2{margin:0 auto} .g20 .imgleft,.g20 .imgright{margin:0} .g20w2{padding:0 6px 8px 6px} .g20 div.imgw1{background:url("/im/TL_c8c8c8.gif") no-repeat top left !important} .g20 div.imgw2{background:url("/im/TR_c8c8c8.gif") no-repeat top right !important} .g20 div.imgw3{background:url("/im/BL_c8c8c8.gif") no-repeat bottom left !important} .g20 div.imgw4{background:url("/im/BR_c8c8c8.gif") no-repeat bottom right !important} .g20 div.outsideTL{width:100%;background:url("/im/TL_fff.gif") no-repeat top left;height:7px;padding:0} .g20 div.outsideTR{width:100%;background:url("/im/TR_fff.gif") no-repeat top right;height:7px;padding:0} .g20 div.outsideBL{width:100%;background:url("/im/BL_fff.gif") no-repeat bottom left;height:7px;padding:10px 0 0 0} .g20 div.outsideBR{width:100%;background:url("/im/BR_fff.gif") no-repeat bottom right;height:7px;padding:0} .d7 div.cornerBL .g20 div.outsideTL,.pc1 div.cornerBL .g20 div.outsideTL,.bg1 .g20 div.outsideTL{background-image:url("/im/TL_eee.gif")} .d7 div.cornerBL .g20 div.outsideTR,.pc1 div.cornerBL .g20 div.outsideTR,.bg1 .g20 div.outsideTR{background-image:url("/im/TR_eee.gif")} .d7 div.cornerBL .g20 div.outsideBL,.pc1 div.cornerBL .g20 div.outsideBL,.bg1 .g20 div.outsideBL{background-image:url("/im/BL_eee.gif")} .d7 div.cornerBL .g20 div.outsideBR,.pc1 div.cornerBL .g20 div.outsideBR,.bg1 .g20 div.outsideBR{background-image:url("/im/BR_eee.gif")} * html .g20 div.outsideTL,* html .g20 div.outsideTR,* html .g20 div.outsideBL,* html .g20 div.outsideBR{display:none} * html .g20 .showcorners div.outsideTL,* html .g20 .showcorners div.outsideTR,* html .g20 .showcorners div.outsideBL,* html .g20 .showcorners div.outsideBR{display:block} /* g21 */ .g21{background:#acacac} .g21 .quote{padding:0 8px 0 8px;font-size:15px;font-weight:bold;color:#fff;font-style:oblique} .g21 .quote b{color:#eee} .g21 .small{color:#222;text-align:right;padding:4px 8px 8px 8px} .g21 div.insideTL{background:url("/im/TL_fff.gif") no-repeat top left;height:7px;width:100%;padding:0} .g21 div.insideTR{background:url("/im/TR_fff.gif") no-repeat top right;height:7px;width:100%;padding:0} .g21 div.insideBL{background:url("/im/BL_fff.gif") no-repeat bottom left;height:7px;width:100%;padding:0} .g21 div.insideBR{background:url("/im/BR_fff.gif") no-repeat bottom right;height:7px;width:100%;padding:0} .g21 img{position:relative;z-index:3;top:-7px;left:0} .g21v0{margin:0} .g21v1{margin:0 10px 10px 0;float:left;width:290px} .g21v2{margin:0 0 10px 10px;float:right;width:290px} .g21v3{margin:10px 0} .g21v3 .statement{padding:0 12px;font-size:17px;font-weight:bold;color:#fff;text-align:center} .d7 div.cornerBL .g21 div.insideTL,.pc1 div.cornerBL .g21 div.insideTL,.bg1 .g21 div.insideTL{background-image:url("/im/TL_eee.gif")} .d7 div.cornerBL .g21 div.insideTR,.pc1 div.cornerBL .g21 div.insideTR,.bg1 .g21 div.insideTR{background-image:url("/im/TR_eee.gif")} .d7 div.cornerBL .g21 div.insideBL,.pc1 div.cornerBL .g21 div.insideBL,.bg1 .g21 div.insideBL{background-image:url("/im/BL_eee.gif")} .d7 div.cornerBL .g21 div.insideBR,.pc1 div.cornerBL .g21 div.insideBR,.bg1 .g21 div.insideBR{background-image:url("/im/BR_eee.gif")} /* g22 */ .g22 .small{color:#666} .g22v1{text-align:right} /* g23 */ div.d7v4 div.g23,div.d7v9 div.g23{background:white;margin:12px 5px;border:1px solid #eee} div.d7v4 div.g23w1,div.d7v9 div.g23w1{background:transparent url("/im/TL_eee.gif") no-repeat top left} div.d7v4 div.g23w2,div.d7v9 div.g23w2{background:transparent url("/im/TR_eee.gif") no-repeat top right} div.d7v4 div.g23w3,div.d7v9 div.g23w3{background:transparent url("/im/BR_eee.gif") no-repeat bottom right} div.d7v4 div.g23w4,div.d7v9 div.g23w4{background:transparent url("/im/BL_eee.gif") no-repeat bottom left;padding:1px 12px} div.d7v9 div.g23{margin:12px 0} div.g23 h1,div.g23 h2,div.g23 h3,div.g23 h4,div.g23 h5,div.g23 h6, div.g23 ul,div.g23 ol,div.g23 dl,div.g23 p,div.g23 blockquote{margin-top:10px;margin-bottom:10px} ul.g23tree{list-style:none;margin-left:0;padding-left:0} ul.g23tree ul{margin:0} div.g23 ul.g23tree li{list-style:none;list-style-image:url("/im/a.gif");margin:0 0 0 -13px;padding:1px 0 1px 31px;background:transparent url("/im/leaf-root.png") no-repeat 0 1px} div.g23 ul.g23tree li li{background-image:url("/im/leaf.png")} div.g23 ul.g23tree li li.last{background-image:url("/im/leaf-last.png")} div.g23 ul.g23tree li.branch{background-image:url("/im/minus-root.png")} div.g23 ul.g23tree li li.branch{background-image:url("/im/minus.png")} html>body div.g23 ul.g23tree li li.last.branch{background-image:url("/im/minus-last.png")} html body ul.g23tree li li.ie-expanded-last{background-image:url("/im/minus-last.png") ! important} div.g23 ul.g23tree li.collapsed{background-image:url("/im/plus-root.png")} div.g23 ul.g23tree li li.collapsed{background-image:url("/im/plus.png")} html>body div.g23 ul.g23tree li li.last.collapsed{background-image:url("/im/plus-last.png")} div.g23 ul.g23tree li.collapsed ul{display:none} html body ul.g23tree li li.ie-collapsed-last{background-image:url("/im/plus-last.png") ! important} div.g23 ul.g23tree li a.g23toggler{margin-left:-20px;cursor:pointer} span.g23checked-count{color:#E76F00;font-weight:bold;padding-left:5px;display:none} li.collapsed span.g23checked-count{display:inline} div.g23 ul.g23tree li img{ vertical-align:middle; border:none; } ul.g23tree li input{margin-top:-3px;_margin:-3px;_vertical-align:middle} div.g23legend img{border:none;vertical-align:middle} .g23item-extra-info{display:block} /* g24 */ .g24v0 ul,.g24v0 ul li{display:inline;margin:0 1px 0 0;padding:0;float:left} .g24v0{background:url("/im/tbadge_title.gif") top left no-repeat;padding:3px 0 0 85px;float:right;margin:0} .g24badge{margin:0 10px 0 5px;float:left} /* g25 */ div.g25 input[type=radio],div.g25 input[type=checkbox]{margin-right:3px} div.g25 div.labeled-input,div.g25 div.info,div.g25 div.checkboxes,div.g25 div.submit,div.g25 div.radiobuttons{clear:both} html body div.g25 p.label{width:173px;float:left;margin:2px 0;color:#666;text-align:right;padding-right:12px} div.g25 p.indicates-required{width:173px;text-align:right;color:#666} div.g25 div.info,div.g25 div.submit{margin-left:185px} html body div.g25biglabels p.label{width:198px} div.g25biglabels p.indicates-required{width:198px;} div.g25biglabels div.info,div.g25biglabels div.submit{margin-left:210px} div.g25 div.labeled-input p,div.g25 div.info p,div.g25 div.checkboxes p{margin:0;padding:3px 0} div.g25 div.radiobuttons p.radiobuttons{margin:0 0 6px 0;position:relative;top:2px} div.g25 div.radiobuttons p.radiobuttons label{margin-right:10px} div.g25 div.radiobuttons input[type=radio]{vertical-align:middle} div.g25 img.required-icon{vertical-align:top} div.g25 .help{font-size:11px;color:#666} div.g25 .help a{font-size:11px} div.g25 div.labeled-input span.help{margin-left:5px} div.g25 div.labeled-input select{min-width:184px} div.g25 div.labeled-input input.short{width:30px} div.g25 div.labeled-input input.medium{width:176px} div.g25 div.labeled-input input.long{width:345px} div.g25biglabels div.labeled-input select{min-width:177px} div.g25biglabels div.labeled-input input.short{width:30px} div.g25biglabels div.labeled-input input.medium{width:170px} div.g25biglabels div.labeled-input input.long{width:320px} div.g25 div.submit input[type=submit]{margin-right:4px} div.g25 fieldset{padding:10px 12px 12px 12px;margin:12px 0px;border:1px solid #ccc} div.g25 fieldset legend{font-weight:bold} div.pc1 div.g25 div.fieldset{margin:15px -22px;padding:4px 22px 0 22px;background:transparent url("/im/25px-gray-square.gif") repeat-x 0 0} div.pc1 div.g25 div.fieldset fieldset{border:none;margin:0;padding:0} div.pc1 div.g25 div.fieldset legend{font-weight:bold;font-size:13px;padding:0 0 16px 0;margin:0 0 0 0} * html div.pc1 div.cornerBR{height:1px} * html div.pc1 div.cornerTR{height:1px} div.g25 div.stacked-radiobuttons,div.g25 div.checkboxes{padding-left:185px;position:relative} div.g25biglabels div.stacked-radiobuttons,div.g25biglabels div.checkboxes{padding-left:210px} div.g25 div.stacked-radiobuttons p{margin:2px} div.g25 div.stacked-radiobuttons p.label,div.g25 div.checkboxes p.label{float:none;position:absolute;top:0px;left:0px} * html div.g25 div.stacked-radiobuttons p.label,* html div.g25 div.checkboxes p.label{left:-185px} * html div.g25biglabels div.stacked-radiobuttons p.label,* html div.g25biglabels div.checkboxes p.label{left:-210px} div.g25 textarea{width:360px} div.g25biglabels textarea{width:335px} /* g26 */ div.g26{margin:13px 0 17px 0} div.g26 table{background:white;border-collapse:collapse} div.g26 table caption{text-align:left;font-weight:bold;font-size:14px;padding-bottom:10px} div.g26 th,div.g26 td{text-align:left;padding:4px 6px} div.g26 th+th,div.g26 td+td,div.g26 th+td,div.g26 td+th{padding-left:0} div.g26 thead th,div.g26 thead td{background:#A3B8CB;font-weight:bold;color:#fff;border-bottom:1px solid #A3B8CB} div.g26 tbody th,div.g26 tbody td{border-top:1px solid #C5D5A9;vertical-align:top} div.g26 tbody.subsect th{font-weight:normal} div.g26 tbody.subsect th:first-child,div.g26 tbody.subsect td:first-child{padding-left:9px} div.g26 tbody.subsect tr.subheading th{padding:5px 6px;color:#666;font-weight:bold;background:#DFE6ED;border-bottom:3px solid white} div.g26 tbody.subsect th,div.g26 tbody.subsect td{border-top:1px dotted #eee;padding-top:2px;padding-bottom:2px} div.g26 tbody.subsect{border-bottom:3px solid white} div.g26 tr.disabled *{color:#bbb;text-decoration:none;font-style:italic;cursor:default} div.g26 table .g26widecol{width:100%} div.g26 table .g26tinycol{white-space:nowrap} div.g26 table .g26right{text-align:right} img.g26download-icon{vertical-align:middle} /* g27 */ .g27p,.g27m{background:url("/im/plus-root.png") no-repeat -12px 50%;padding-right:8px} .g27m{background-image:url("/im/minus-root.png")} .g27 h3,.g27 h3 a,.g27 h3 a:hover,.g27 h3 a:visited{text-decoration:none;color:#E76F00} .g27block p{margin:3px 0 9px 0} /* g28 */ .chapterlist h5.chaptertitle,.chapterlist ul,.chapterlist ul li{display:block;float:left;margin:0;padding:0} .chapterlist h5.chaptertitle{margin:2px 4px 0 0;color:#666} .chapterlist ul li{background:url('/im/bg_chapterbttn.gif') no-repeat 0 0 transparent;margin:0px 2px 1px 1px;width:21px;height:20px;text-align:center;padding-top:3px;} .chapterlist ul li a{margin:1px;font-weight:bold} .chapterlist{margin-top:-2px} /* g29 */ .g29{padding:0;margin:12px 0;border:2px solid #999} .g29 .g29w1{padding:1px 12px 1px 34px;background-repeat:no-repeat;background-position:5px 3px;min-height:29px} * html .g29 .g29w1{padding-left:36px} .g29v0{border-color:#c30;background-color:#f9e6e6} .g29v0 .g29w1{background-image:url("/im/ic_warning.gif")} .g29v1{border-color:#069;background-color:#d5e1f3} .g29v1 .g29w1{background-image:url("/im/ic_notification.gif")} .g29v2{border-color:#fc3;background-color:#ffc} .g29v2 .g29w1{background-image:url("/im/ic_alert_lg.gif")} .g29v3{border-color:#070;background-color:#d8f5d8} .g29v3 .g29w1{background-image:url("/im/ic_success.gif")} .g29 h1,.g29 h2,.g29 h3,.g29 h4,.g29 h5,.g29 h6,.g29 p,.g29 ol,.g29 ul,.g29 dl,.g29 blockquote,.g29 pre{margin-top:7px;margin-bottom:7px;font-size:13px} /* g30 */ .g30,.g30img{position:relative;z-index:2} .g30 ul,.g30 ul li{margin:0;padding:0} .g30 ul li{position:absolute;z-index:4;list-style-image:url("/im/a.gif")} .g30 ul.right li.left,.g30 ul li{background:url('/im/ic_overlay_arrow.gif') no-repeat 3px 5px transparent;padding:5px 10px 5px 20px;display:block;min-height:16px;max-width:190px;text-decoration:none;float:left} .g30 ul li a,.g30 ul li span{background:#ccdae3;border-top:1px solid #eef3f6;border-left:1px solid #eef3f6;border-bottom:1px solid #87a8bd;border-right:1px solid #87a8bd;padding:0 5px 2px 5px;font-size:11px;display:block;position:relative;z-index:5;width:auto} * html .g30 ul li{height:16px} * html .g30 ul li a,* html .g30 ul li span{padding:0 5px} .g30 ul.right li,.g30 ul li.right{background:url('/im/ic_overlay_arrow.gif') no-repeat 100% 5px transparent;padding:5px 17px 5px 10px} .g30 ul li a:visited{color:#3E6B8A} /* g31 */ div.g31{padding:5px 0} div.g31 ul.icons li{padding-right:15px;display:inline;font-size:11px;color:#e76f00} div.g31.list ul li{padding-right:0;display:block} div.g31.right ul{text-align:right} div.g31.right ul li{padding-right:0;margin-left:15px} /* g33 */ div.g33{margin:12px 0px;font-size:11px} div.g33 p{margin:5px 0px} div.g33 *{font-size:11px} /* g34 */ .g34, .g34 table{margin:0 0 10px;padding:0} .g34 table{background:#999;width:100%} .g34 table td{background:#eee;padding:3px 10px} .g34 table td a{font-size:11px} .g34 table th{background:url('/im/bg_titlebar3.gif') 100% 0;text-align:left;color:#fff;padding:3px 5px 2px 10px} .g34 select{width:100%;margin:5px 0;height:8em} .g34w1 {background:url('/im/bg_titlebar.gif') 0 0 no-repeat} .g34 h6 {margin:0;padding:6px 10px 5px;color:#fff;background:url('/im/a2_corner_tr.gif') 100% 0 no-repeat} .g34 h6 a{color:#fff} .g34 td p{clear:both} .g34 td h6{color:#000;padding:8px 0 3px;background:transparent;float:left} .g34 td h6 span{font-weight:normal} .g34 td h6.g34xinfo{color:#000;padding:8px 0 3px;float:right} .g34 div.g34xlink{padding:9px 0 0;float:left;width:30%} .g34 div.g34xlink a{font-size:12px} .g34 div.g34xlink a.popup {background:url('/im/ic_open_win.gif') 100% 0 no-repeat;padding-right:16px;font-weight:bold} .g34 div.g34bttns{text-align:right;padding:6px 0;float:right;width:60%} .g34 td.g34mssg,.g34 td.g34bttns{text-align:right;padding:6px 10px;background:url('/im/bg_d4d4d4_eeeeee.gif') 0 0 repeat-x #eee} .g34 td.g34mssg p{margin:0} .g34 td.g34mssg{text-align:center} .g34 input{padding:1 4px;margin-left:4px} .g34 td.g34mssg a{font-size:12px} .g34 div.g34note {background:url('/im/bg_ltblue2ltblue.gif') 0 100% #eee;padding:10px;border:1px solid #98b4c7;text-align:right} .g34 div.g34note p{text-align:left;margin:0 0 4px} /* i03 */ .i03{margin:8px 0px} .i03 span.hotbutton{white-space:normal;display:block;line-height:17px;margin:8px 0 3px 0} .i03 span.hotbutton a{display:block;width:auto} .i03 p{margin:0 9px} /* j1 */ .j1v0 p{color:#666;font-weight:bold;margin-top:0} .j1v1{margin-bottom:15px} .j1v1 .iconpdf{padding:5px 0} .j1v2{height:80px;margin-bottom:12px} .j1{background:url("/im/bg_white_to_grey.gif") repeat-x left top #fff} .j1 div.cornerBR{width:100%;background:url("/im/generic_br.gif") no-repeat bottom right;padding:0} .j1 a.morelink{font-weight:bold;white-space:nowrap} .j1 a.title{font-weight:bold;font-size:14px} .j1 div.copy{padding-top:4px} .j1 div.plft{background:url("/im/ar_lg_orange.gif") no-repeat top left;padding-bottom:0} .j1 .j1v2{color:#000} .j1 a:visited,.j1 a:link{color:#3E6B8A} .j1v3>div{padding-left:10px} .j1v3{padding-bottom:10px} /* k2 */ .k2{visibility:hidden;position:absolute;z-index:40;left:0;top:-20000px;text-align:left} .k2 p{margin:2px 0 3px} .k2 h5{margin:0 0 3px 0} .k2v0{width:260px;background:url("/im/k2v0_poppin_top.png") 0 0 no-repeat;padding:6px 0 18px 0;margin-top:8px} .k2v0 .k2w1{background:url("/im/k2v0_poppin_btm.png") bottom left no-repeat;padding:0 0 14px 0} .k2v0 .k2w2{background:url("/im/k2v0_poppin_bg.png") 0 50% no-repeat;padding:0 20px 0 35px} .showPointer .k2click,.k2close{cursor:pointer} .k2v1, .k2v2{margin:30px 0 0 99px} .k2v1x1,.k2v1x2,.k2v2x1,.k2v2x2{width:175px;margin:0 !important;float:left;clear:both} .k2v1w1,.k2v2w1{background:url("/im/k2v1_poppin_mid.png") 0 0 repeat-y;color:#fff;width:155px;padding:0 18px 0 8px;margin:0 !important;float:left;clear:both} .k2v2w1{background:url("/im/k2v2_poppin_mid.png") 0 0 repeat-y;color:#000} .k2v1x1{background:url("/im/k2v1_poppin_tb.png") 0 0 no-repeat;height:8px;font-size:2px} .k2v1x2{background:url("/im/k2v1_poppin_tb.png") bottom left no-repeat;height:22px} .aboveleft .k2v1x1,.aboveleft .k2v1x2{background-image:url("/im/k2v1_poppin_tb_oleft.gif")} div[class~="aboveleft"] .k2v1x1,div[class~="aboveleft"] .k2v1x2{background-image:url("/im/k2v1_poppin_tb_oleft.png")} .k2v2x1{background:url("/im/k2v2_poppin_tb.png") 0 0 no-repeat;height:8px;font-size:2px} .k2v2x2{background:url("/im/k2v2_poppin_tb.png") bottom left no-repeat;height:20px} div.k2v1 p,div.k2v1 h5,div.k2v4 p,div.k2v4 h5{color:#fff} .k2v1 a:link,.k2v1 a:visited,.k2v1 a:hover{color:#DAE3EA;font-weight:bold} .k2v4,.k2v6{margin:30px 0 0 300px} .k2v4x1,.k2v4x2,.k2v6x1,.k2v6x2{width:370px;margin:0 !important;float:left;clear:both} .k2v4w1{background:url("/im/k2v4_poppin_mid.png") 0 0 repeat-y;color:#fff;width:350px;padding:0 18px 0 8px;margin:0 !important;float:left;clear:both} .k2v4x1{background:url("/im/k2v4_poppin_tb.png") 0 0 no-repeat;height:8px;font-size:2px} .k2v4x2{background:url("/im/k2v4_poppin_tb.png") bottom left no-repeat;height:20px} .altv4 .k2v4x2{background-position:bottom right} .k2v6w1{background:url("/im/k2v6_poppin_mid.png") 0 0 repeat-y;width:350px;padding:0 18px 0 8px;margin:0 !important;float:left;clear:both} .k2v6x1{background:url("/im/k2v6_poppin_tb.png") 0 0 no-repeat;height:8px;font-size:2px} .k2v6x2{background:url("/im/k2v6_poppin_tb.png") bottom left no-repeat;height:20px} .k2v4 a:link,.k2v4 a:visited,.k2v4 a:hover{color:#DAE3EA;font-weight:bold} .k2icon,.k2text{border-bottom:1px dotted #000;cursor:default} a.k2icon,a.k2text{border-bottom:1px dotted #5382A1;cursor:pointer} a.k2icon:hover,.k2text:hover{text-decoration:none} .g15subscribe,.k2icon{padding-right:12px;background:url("/im/a1_arrow_down.gif") top right no-repeat} .k2v1 li.e4-chat{background-image:url("/im/ic_chat_light.gif")} .k2v1 li.e4-phone{background-image:url("/im/ic_phone_light.gif")} .k2v1 li.e4-contact{background-image:url("/im/ic_email_light.gif")} .k2v1 ul.bluearrows li{background:url("/im/ar_dbl_white.gif") no-repeat left top} .k2v1 ul[class="bluearrows"] li{background:url("/im/ar_dbl_white.png") no-repeat left top} .k2 .e4 ul{padding-left:0} .k2 ul{margin-top:0;margin-bottom:0} .k2 ul:after{content:" ";display:block;height:5px} /* ie56 */ * html .k2v0{background-image:url("/im/k2v0_poppin_top.gif")} * html .k2v0 .k2w1{background-image:url("/im/k2v0_poppin_btm.gif")} * html .k2v0 .k2w2{background-image:url("/im/k2v0_poppin_bg.gif")} * html .k2v1w1{background-image:url("/im/k2v1_poppin_mid.gif")} * html .k2v2w1{background-image:url("/im/k2v2_poppin_mid.gif")} * html .k2v1x1,* html .k2v1x2{background-image:url("/im/k2v1_poppin_tb.gif")} * html .k2v2x1,* html .k2v2x2{background-image:url("/im/k2v2_poppin_tb.gif")} * html .k2v4w1{background-image:url("/im/k2v4_poppin_mid.gif")} * html .k2v4x1,* html .k2v4x2{background-image:url("/im/k2v4_poppin_tb.gif")} * html .k2v6w1{background-image:url("/im/k2v6_poppin_mid.gif")} * html .k2v6x1,* html .k2v6x2{background-image:url("/im/k2v6_poppin_tb.gif")} /* k4 */ div.k4{position:fixed;z-index:100;left:0;right:0;top:0;background:transparent url("/im/dimout.png");padding:197px 0 2000px 0} div.k4 div.k4w4{width:600px;margin:auto} div.k4 div.k4title{background:#ccc;padding:1px 13px;position:relative} div.k4 div.k4title h1, div.k4 div.k4title h2, div.k4 div.k4title h3, div.k4 div.k4title h4, div.k4 div.k4title h5, div.k4 div.k4title h6{margin:5px 0 4px 0;font-size:15px} div.k4 div.k4body{background:#eee;padding:1px 16px;border:1px solid #ccc} div.k4 p, div.k4 ul{margin-top:8px;margin-bottom:8px} div.k4 li{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0} .k4required{color:red} span.k4tip{display:block} div.k4 img{border:none;vertical-align:baseline} div.k4hidden{display:none} div.k4v0 div.k4w4{width:353px;background:transparent url("/im/k4v0bg.gif") no-repeat 50% 0%} div.k4v0 div.k4title{background:transparent} div.k4v0 div.k4body{padding-left:95px;background:#e4e7a6;min-height:1px;border-color:#c7ce46} div.k4v0 div.k4w4 p.k4formarea{margin-left:-80px;clear:both} div.k4v0 .k4label{display:block;width:72px;padding-right:8px;text-align:right;float:left} div.k4v0 .k4input{display:block;position:relative;top:-1px} div.k4v1{padding-top:70px;position:absolute} div.k4v1 div.k4w4{width:603px;background:transparent url("/im/k4v1bg.gif") no-repeat 50% 0%;position:relative} div.k4v1 div.k4title{background:transparent} div.k4v1 div.k4body{background:#dfe6ed;min-height:1px;border-color:#aac0d4} div.k4v1 div.k4w4 p.k4formarea{margin-left:-100px;clear:both} div.k4v1 div.k4w4 p.k4nolabel{margin-left:0} div.k4v1 div.k4w4 p.k4nolabel span.k4tip{padding-left:0} div.k4v1 .k4label{display:block;width:92px;padding-right:8px;text-align:right;float:left} div.k4v1 .k4input{display:block;position:relative;top:-1px} div.k4v1 span.k4tip{display:block;padding-left:100px;margin:3px 0;color:#333;font-size:12px} div.k4v1 p.k4formarea input[type=text]{width:300px} div.k4v1 p.k4formarea textarea{width:400px} div.k4v1 p.k4submitarea{text-align:right} div.k4v1 p.k4copyright{text-align:center;margin-left:-100px} div.k4v1 p.k4close{position:absolute;top:0;right:15px} select.k4in-effect{visibility:hidden} div.k4 select.k4in-effect{visibility:visible} div.k4 a.modal-close{color:#3E6B8A;} div.k4 p.modal-extra{position:absolute;top:0px;right:12px} div.k4 p.modal-extra a:link, div.k4 p.modal-extra a:visited, div.k4 p.modal-extra a:hover, div.k4 p.modal-extra a:active{color:#264154} /* k4 ie6 hacks! */ * html div.k4{background-image:url("/im/dimout.gif");position:absolute;left:0;right:0;width:expression((document.documentElement.offsetWidth-4)+'px')} * html div.k4v0{top:expression(foo=document.documentElement.scrollTop+'px')} * html div.k4v0 div.k4body{height:1px} /* l0 */ .l0v0,.l0v1{margin:5px 10px 0 10px;text-align:center} td .l0v0,td .l0v1{margin:5px 0 0 0} .l0{padding:0;width:780px;height:170px;position:relative;left:0;top:0;margin-left:auto;margin-right:auto;margin-top:10px} .l0v3{margin:5px 10px 0} .l0action{display:inline;float:left} .l0overlay{margin:-70px 0 0 25px;position:relative;height:70px} .l0overlay p {margin:0;padding:0} .l0overlay .hotbutton{margin:0 0 0 -1px} .l0overlay .hotbutton a{font-size:14px} .l0overlay p.l0price{color:#e76f00;font-size:15px;font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,FreeSans,"Luxi-sans","Nimbus Sans L",sans-serif;margin:2px 5px;display:inline;float:left} .l0overlay p.l0extralink{position:absolute;top:28px;left:0;width:390px;background:url("/im/ar_dbl_blue.gif") no-repeat 0 0;padding-left:8px;font-weight:bold} .l0v3 .l0overlay p[class="l0extralink"]{background-image:url("/im/ar_dbl_blue.png")} /* l0v2 - OLD */ .l0items img{display:block;width:780px;height:170px} .l0items{position:absolute;top:0;left:0;z-index:2;opacity:.1;filter:alpha(opacity=1);-moz-opacity:.1} div#l0item1{opacity:1;filter:alpha(opacity=100);-moz-opacity:1;z-index:2} /* l1 */ .l1{margin:0 10px} td .l1{margin:0} .l1v0,.l1v1{height:80px} .l1{background:url("/im/bg_white_to_grey.gif") repeat-x left top #fff} .l1 div.cornerBR{width:100%;background:url("/im/generic_br.gif") no-repeat bottom right;padding:0} .l1 a.morelink{font-weight:bold;white-space:nowrap} .l1 a.title{font-weight:bold;font-size:14px} .l1 div.copy{padding-top:4px} .l1 div.plft{background:url("/im/ar_lg_orange.gif") no-repeat top left;padding-bottom:0} .l1 .l1v0{color:#000} .l1 a:visited,.l1 a:link{color:#3E6B8A} .l1head{font-size:18px;font-weight:bold;margin-bottom:3px} .l1 .hotbutton{margin:0} .l1v1 .l1top{padding-top:4px} .l1v1 .l1lft{margin-left:240px;padding-right:100px} /* l2 */ .l2,.l3{padding-bottom:4px} .l2 a.bluearrows,.l3 a.bluearrows{margin-left:4px} .l2 .l2img{float:left;height:88px;width:100px} .l2 .l2title{padding:10px 0 8px 0px;font-size:15px;font-weight:bold} .l2 a.morelink{font-weight:bold;white-space:nowrap;margin-right:12px} .l2 a.title{font-weight:bold;font-size:14px} .l2 div.copy,.l2 p{padding:0;margin:4px 0 0 0} .l2 div.plft{background:url("/im/ar_lg_orange.gif") no-repeat top left;padding-left:18px;margin-left:106px} .l2v0{margin-top:15px} .l2v1{background:#efefef} .l2v1 .l2x1{margin:0;background:#A3B8CB;padding:3px 10px} .l2v1 .l2x1 b{color:#fff} .l2v1 .l2w1{margin:0;padding:10px} .l2obj{clear:both;min-height:88px;_height:88px} .l2v1 hr.light{clear:both;margin-top:8px} .l2v1 .l2x2{clear:both;background:url("/im/generic_bl.gif") no-repeat bottom left #efefef;height:8px} .l2v1 .l2x3{background:url("/im/generic_br.gif") no-repeat bottom right;height:8px} .l2v1 .cmPrice{font-weight:bold;color:#e76f00;margin:3px 0 8px 0} .l2v1 strike{color: #777} .l2 span.hotbutton{margin:0 9px 0 0} .l2 p.cta{color:#e76f00;font-weight:bold} * html .l2{height:95px} div.l2v0{position:relative} /* l3 --> see l2 block */ .l3{margin-top:15px} .l3 .l3img{float:left;height:88px;width:100px} .l3 a.morelink{font-weight:bold;white-space:nowrap} .l3 div.copy,.l3 p{padding:0;margin:0 0 4px 0} .l3 div.plft{margin-left:113px} .l3 h5{margin:0 0 1px 0;font-size:14px} .l3v1 img.l3v1img{float:left;margin-right:12px;margin-top:3px} .l3 em{font-style:normal;font-weight:normal;color:#666;font-size:11px;margin:0 0 0 3px} .l3 ul.bluearrows{margin-top:4px} .l3 ul.bluearrows li{display:inline;margin-right:1em} * html .l3{height:95px} /* l4 */ .l4v0 {background:url("/im/b3b7_bg.gif") top left repeat-x;float:left;width:780px;border-left:#fff 10px solid;border-right:#fff 10px solid;margin-top:7px} .l4 ul.listfade {height:2.16em;float:left;width:80%} .l4 ul.listfade li {top:.5em;left:8px} .l4 ul.listfade li a,.l4 h6,.l4 h6 a{color:#fff;font-weight:bold} .l4 h6 {float:left;margin:0;padding:.5em 8px 0;height:1.66em;border-right:#fff solid 1px} .l4 p {float:right;width:auto;padding:4px 9px 0 0;margin:0} div.l4w1{background:url("/im/generic_tl.gif") no-repeat top left;float:left;width:100%} div.l4w2{background:url("/im/generic_tr.gif") no-repeat top right;float:left;width:100%} div.l4w3{background:url("/im/generic_bl.gif") no-repeat bottom left;float:left;width:100%} div.l4w4{background:url("/im/generic_br.gif") no-repeat bottom right;float:left;width:100%} .l4 div[class="l4w1"]{background-image:url("/im/generic_tl.png")} .l4 div[class="l4w2"]{background-image:url("/im/generic_tr.png")} .l4 div[class="l4w3"]{background-image:url("/im/generic_bl.png")} .l4 div[class="l4w4"]{background-image:url("/im/generic_br.png")} .l4 .xmlbttn img{width:23px;height:20px;background:url("/im/sunhome_sprite.gif") top left no-repeat} /* l5 */ .l5r1{position:relative;left:10px;top:7px;padding:0 0 7px 0;float:left;width:780px} .l5r1 div{width:9px;height:155px;top:0;left:0;position:absolute;z-index:2;float:left} .l5r1 h3{display:none} .l5r1 ul{background-position:0 0;background-repeat:no-repeat;margin:0 0 0 -1px;padding:84px 0 0 0;width:260px;height:71px;float:left;border-left:#fff 1px solid;z-index:2} .l5r1 ul li a,.l5r1 ul li a:visited{color:#fff} .l5r1 ul li{margin:0 0 0 20px;list-style-image:url("/im/a.gif");background:url("/im/ar_dbl_white.gif") no-repeat top left;padding:0 6px 3px 10px;width:130px} div[class~="l5r1"] ul li{background-image:url("/im/ar_dbl_white.png")} div.l5x1{background:url("/im/generic_tl.gif") no-repeat top left} div.l5x2{background:url("/im/generic_tr.gif") no-repeat top right;left:771px} div.l5x3{background:url("/im/generic_bl.gif") no-repeat bottom left} div.l5x4{background:url("/im/generic_br.gif") no-repeat bottom right;left:771px} div[class="l5x1"]{background-image:url("/im/generic_tl.png")} div[class="l5x2"]{background-image:url("/im/generic_tr.png")} div[class="l5x3"]{background-image:url("/im/generic_bl.png")} div[class="l5x4"]{background-image:url("/im/generic_br.png")} /*dep*/ .l5v0{padding:0 10px;margin:7px 0 0;float:left} .l5v0 .l5w1,.l5v0 .l5w2,.l5v0 .l5w3{float:left;position:relative} .l5v0 .l5w1,.l5v0 .l5w3{width:256px} .l5v0 img,div.l5v0 div.imgbox div{width:256px;height:150px} .l5v0 .l5w2,.l5v0 .l5w2 img,.l5v0 div.l5w2 div.imgbox div{width:254px} .l5v0 .l5w2 {margin:0 7px} div.l5v0 ul li{padding-bottom:0} div.l5v0 ul{margin-left:12px;position:absolute;left:0;top:101px;width:130px} .browserOldMoz div.l5v0 ul{position:relative;left:0;top:-50px;margin-bottom:-50px;height:50px} /* pc0 */ .pc0 h1,.pc0 h2,.pc0 h3,.pc0 h4,.pc0 h5,.pc0 h6,.pc0 p,.pc0 ol,.pc0 ul,.pc0 dl,.pc0 blockquote,.pc0 pre{margin-top:6px;margin-bottom:6px} .pc0 h1,.pc0 h2,.pc0 h3,.pc0 h4,.pc0 h5,.pc0 h6{padding-top:2px} .pc0 h1+p,.pc0 h2+p,.pc0 h3+p,.pc0 h4+p,.pc0 h5+p,.pc0 h6+p{margin-top:-4px} .dstamp{color:#666;white-space:nowrap;font-size:11px} h1 .dstamp,h2 .dstamp,h3 .dstamp,h4 .dstamp,h5 .dstamp,h6 .dstamp{font-weight:normal} .pc0{margin-bottom:16px;clear:both} .pc0v0 ul li{margin:6px 0;padding:0 0 0 10px;list-style:none;list-style-image:url("/im/a.gif");background: url("/im/ul_bullet.gif") no-repeat 0 .4em} .pc0v0 ul{margin-left:0;padding-left:0} .pc0v1 img{margin:6px 0} .pc0v10 img{margin:0 8px 8px 0;padding:0;float:left} .pc0v10 img.right{margin:0 0 8px 8px;padding:0;float:right} .pc0v10 div.bluearrows,.pc0v10 p.bluearrows{background:none} .pc0v10 div.bluearrows a,.pc0v10 p.bluearrows a{background:url("/im/ar_dbl_blue.png") no-repeat top left;padding-left:10px} .pc0v10 div.bluearrows a,.pc0v10 p.bluearrows a{_background-image:url("/im/ar_dbl_blue.gif")} .pc0v5 table tr td img{margin:0 15px 0 10px} .pc0v8 img{display:block;margin:0;padding:0} .pc0v9 span.bluearrows{padding-right:5px} .pc0v9{margin-left:82px;min-height:85px} ul.pc0v11feeds > li > h5+h6{margin-top:-4px} ul.pc0v11feeds li{padding:0px} .pc0v11 ul{margin-left:0} .pc0v11 ul li{list-style-image:url("/im/a.gif");margin-left:0} .pc0v11 h5 a{background:url("/im/ic_permalink.gif") center left no-repeat;padding-left:17px} .pc0v11 em{display:block;font-weight:bold;color:#000;font-style:normal} .pc0v11 em span{color:#444;font-style:normal} .vidthumb{text-align:center;width:124px;margin-top:8px} .vidthumb div{padding:0 5px;background:#a5b8c9} .vidthumb img,.vidthumb a{display:block;margin:0;padding:0} /* pc1 */ .pc1{clear:both;margin-bottom:15px} .pc1 h2{font-size:12px;margin:0} div.pc1 h2 a{font-size:12px;text-decoration:none} div.pc1 h2 a:hover{text-decoration:none} .pc1 p.d1h-extra{text-align:right;position:absolute;top:2px;right:12px} .pc1 div.cornerBL{background:url("/im/generic_bl.gif") no-repeat bottom left #EEE;border-top:none} .pc1 div.cornerBR{background:url("/im/generic_br.gif") no-repeat bottom right;padding:10px 22px 22px 22px} .pc1 div.cornerTL{background:url("/im/a2_corner_tl.gif") no-repeat top left} .pc1 div.cornerTR{background:url("/im/a2_corner_tr.gif") no-repeat top right;padding:5px;position:relative} .pc1 div.cornerTR a,.pc1 div.cornerTR a:visited{color:#fff} .pc1 .cornerTR .title,.pc1 h2{color:#FFF;padding-left:17px;font-weight:bold} .pc1 p.intro{font-size:13px;color:#666;font-weight:bold;margin-top:10px} .pc1v0{background:url("/im/bg_sunblue.gif") repeat-x top left} .pc1v2{background:#eee;margin:12px 0;border-bottom:1px solid #fff} .pc1v2 .pc1w1{background:transparent url("/im/TL_fff.gif") no-repeat top left} .pc1v2 .pc1w2{background:transparent url("/im/TR_fff.gif") no-repeat top right} .pc1v2 .pc1w3{background:transparent url("/im/BL_fff.gif") no-repeat bottom left} .pc1v2 .pc1w4{background:transparent url("/im/BR_fff.gif") no-repeat bottom right;padding:10px 12px 1px} div.pc1v2 div.cornerBL{background-color:transparent} div.pc1 div.cornerBR > p:first-child{margin-top:4px} img.pc1expand-collapse-icon{vertical-align:middle;border:none;margin-right:4px} div.pc1 h2 img.pc1expand-collapse-icon{margin-left:-13px;margin-bottom:1px} .jsenabled div.pc1collapsible,div.pc1collapsed div.cornerBR *{display:none} div.pc1 div.cornerBR p.pc1expand-note{display:none} div.pc1collapsed div.cornerBR{padding:8px 12px} div.pc1collapsed div.cornerBR p.pc1expand-note{color:#888;font-style:italic;display:block;padding-left:12px;background:transparent url('/im/pc1-up-arrow.gif') no-repeat 0 1px;margin:0} div.pc1collapsed{margin-bottom:10px} .bg1 .pc1v2,.d7 div.cornerBL .pc1v2,.pc1 .pc1v2{background:#fff;border-bottom:1px solid #eee} .bg1 .pc1v2 .pc1w1,.d7 div.cornerBL .pc1v2 .pc1w1,.pc1 .pc1v2 .pc1w1{background-image:url("/im/TL_eee.gif")} .bg1 .pc1v2 .pc1w2,.d7 div.cornerBL .pc1v2 .pc1w2,.pc1 .pc1v2 .pc1w2{background-image:url("/im/TR_eee.gif")} .bg1 .pc1v2 .pc1w3,.d7 div.cornerBL .pc1v2 .pc1w3,.pc1 .pc1v2 .pc1w3{background-image:url("/im/BL_eee.gif")} .bg1 .pc1v2 .pc1w4,.d7 div.cornerBL .pc1v2 .pc1w4,.pc1 .pc1v2 .pc1w4{background-image:url("/im/BR_eee.gif");padding:5px 12px 1px} * html .pc1 .pc1v2 {position:relative} /* pc2 */ .pc2,.pc2 ul{margin:0;padding:0} .pc2 table{margin:0;padding:0;background:#fff;text-align:left;clear:both} .pc2 .titlebar th{padding:6px 0 6px 13px;background:#a3b8cb;color:#fff;font-weight:bold;vertical-align:top} .pc2 td.tcell,.pc2 td.intro{margin:0;padding:7px 13px 5px 13px;font-weight:bold;vertical-align:top;color:#000} .pc2 td.tcell,.pc2 th.tcell{width:220px} .pc2 td.dcell{border-left:dashed #c5d5a9 1px;margin:0;padding:7px 16px 5px 6px;font-weight:normal;vertical-align:top} .pc2 hr{margin:0;padding:0;color:#FFF;background:#FFF;border-bottom:1px solid #c5d5a9;border-top:0;height:1px !important} .pc2 .subtitlebar th{color:#777;padding:7px 0 5px 7px;background:#DFE6ED} .pc2 .subtitlebar th.dcell{border-left:dashed #f7f9fa 1px} .pc2 .line{padding:2px 13px} .pc2 .morelink{float:right;font-weight:normal} /* pc3 */ .pc3{padding-bottom:5px} .pc3 .pc3v0{background:url("/im/bg_ltblue_to_medblue.gif") repeat-x left bottom #A6BACD;margin:5px 0 15px 0;max-width:353px} .pc3 img{padding:2px 0 4px 7px;display:inline} .pc3 p{padding:5px 9px 0 9px;margin:0} .pc3w2 img{padding:3px 9px 2px 9px} .pc3w1{background:url("/im/TL_fff.gif") no-repeat top left} .pc3w2{background:url("/im/TR_fff.gif") no-repeat top right;height:15px;text-align:right} .pc3w3{background:url("/im/BL_fff.gif") no-repeat bottom left} .pc3w4{background:url("/im/BR_fff.gif") no-repeat bottom right;height:9px} .d7 div.cornerBL div.pc3w1,.pc1 div.cornerBL div.pc3w1,.bg1 div.pc3w1{background-image:url("/im/TL_eee.gif")} .d7 div.cornerBL div.pc3w2,.pc1 div.cornerBL div.pc3w2,.bg1 div.pc3w2{background-image:url("/im/TR_eee.gif")} .d7 div.cornerBL div.pc3w3,.pc1 div.cornerBL div.pc3w3,.bg1 div.pc3w3{background-image:url("/im/BL_eee.gif")} .d7 div.cornerBL div.pc3w4,.pc1 div.cornerBL div.pc3w4,.bg1 div.pc3w4{background-image:url("/im/BR_eee.gif")} .pc3 a img{background:url("/im/pc3_border_off.gif") no-repeat 7px 2px} .pc3 a:hover img{background:url("/im/pc3_border_on.gif") no-repeat 7px 2px} .pc3 .pc3w2 a img{background:none} /* pc4 */ .pc4{margin-bottom:16px;padding-bottom:0;float:left} .pc4 h3{margin-bottom:6px;padding-top:5px} .pc4w1{margin:5px 0 0 0;max-width:353px} .pc4w4 img{padding-right:5px;float:left;margin:0} .pc4x1{background:#5482a1;color:#fff;text-align:center;line-height:15px;width:130px;float:left} .pc4x5{min-height:80px;_height:80px} .pc4x5 p{color:#fff;margin:0 2px;padding-top:12px;background:url("/im/ic_open_win.gif") no-repeat right 2px} .pc4x5 div{padding:4px 0} .pc4w1,.pc4w2,.pc4w3,.pc4w4{float:left} .pc4x2{background:url("/im/TL_aab6c6_5482a3.gif") no-repeat top left} .pc4x3{background:url("/im/TR_aab6c6_5482a3.gif") no-repeat top right} .pc4x4{background:url("/im/BL_aab6c6_5482a3.gif") no-repeat bottom left} .pc4x5{background:url("/im/BR_aab6c6_5482a3.gif") no-repeat bottom right} .pc4w1{background:url("/im/TL_fff.gif") no-repeat top left #A3B8CB} .pc4w2{background:url("/im/TR_fff.gif") no-repeat top right} .pc4w3{background:url("/im/BL_fff.gif") no-repeat bottom left} .pc4w4{background:url("/im/BR_fff.gif") no-repeat bottom right;padding:5px 5px 5px 5px} .d7 div.cornerBL div.pc4w1,.pc1 div.cornerBL div.pc4w1,.bg1 div.pc4w1{background-image:url("/im/TL_eee.gif")} .d7 div.cornerBL div.pc4w2,.pc1 div.cornerBL div.pc4w2,.bg1 div.pc4w2{background-image:url("/im/TR_eee.gif")} .d7 div.cornerBL div.pc4w3,.pc1 div.cornerBL div.pc4w3,.bg1 div.pc4w3{background-image:url("/im/BL_eee.gif")} .d7 div.cornerBL div.pc4w4,.pc1 div.cornerBL div.pc4w4,.bg1 div.pc4w4{background-image:url("/im/BR_eee.gif")} .pc4v1 img{padding:3px 0 1px 0;margin-top:-27px} .browserOpera .pc4v1 img{padding-bottom:27px} .pc4v1 .pc4icon{position:relative;z-index:5;margin:0;clear:both;width:112px;height:26px;background:url("/im/pc4_popin_icon.png") top right no-repeat} .pc4v1 .pc4icon{_background:url("/im/pc4_popin_icon.gif") top right no-repeat}/* ie56/pc */ .pc4v1{padding-right:10px;margin:0 0 5px 0} .pc4v1 .pc4w1{margin:4px 5px 10px 9px} .col1 .pc4v1 .pc4w1,.col2 .pc4v1 .pc4w1{margin:4px 4px 10px 4px} .pc4v1{margin:0 0 0 0;padding:0 0 0 0;width:100%} .pc4v1 .pc4w0{margin:0 0 10px 0;padding:0 0 10px 0} .pc4select a:link,.pc4select a:visited{background:#35556B url("/im/bg_titlebar.gif") no-repeat -15px -8px;color:#fff;padding:3px 4px;margin:0 4px 0 0;font-weight:bold} .pc4select a:hover{background:#e97d19} .pc4select li{display:inline;padding:0;margin:0} .pc4select em{display:none} .pc4select ul{padding:7px 0 0 0;margin:0} .pc4select h5{color:#666} /* pc5 */ .pc5v0 h3{margin-bottom:5px;padding-top:5px} /* pc6 */ .pc6{margin:15px 0;background:#d7d7d7;width:267px} .pc6floatright{float:right;margin:5px 0 15px 10px} .pc6 .mainoptions{margin-top:8px} .pc6 .notetext{margin-bottom:5px;color:#666} .pc6 fieldset{margin:0;padding:0;border:0} .pc6 input.hotbutton{display:block;margin:5px 10px 3px 0;padding-left:8px;padding-right:8px;clear:both} .pc6 input[type="checkbox"],.pc6 input[type="radio"]{float:left;margin-right:5px;margin-top:3px;clear:both} .pc6 input[type="checkbox"] + label,.pc6 input[type="radio"] + label{float:left;display:block;width:91%;margin-top:3px;margin-bottom:5px} .pc6 select{display:block;margin:3px 0 5px 0;width:92%} .pc6 .textinput{display:block;margin:3px 0 5px 0;width:91%} .pc6 ul.bluearrows li{margin-left:15px;padding:0 0 0 10px} .pc6 legend{display:none} .pc6 div.pc6w1{background:url("/im/TL_fff.gif") no-repeat top left;padding:0} .pc6 div.pc6w2{background:url("/im/TR_fff.gif") no-repeat top right;padding:0} .pc6 div.pc6w3{background:url("/im/BL_fff.gif") no-repeat bottom left;padding:0} .pc6 div.pc6w4{background:url("/im/BR_fff.gif") no-repeat bottom right;padding:3px 6px 8px 8px} .d7 div.cornerBL .pc6 div.pc6w1,.pc1 div.cornerBL .pc6 div.pc6w1,.bg1 .pc6 div.pc6w1{background-image:url("/im/TL_eee.gif")} .d7 div.cornerBL .pc6 div.pc6w2,.pc1 div.cornerBL .pc6 div.pc6w2,.bg1 .pc6 div.pc6w2{background-image:url("/im/TR_eee.gif")} .d7 div.cornerBL .pc6 div.pc6w3,.pc1 div.cornerBL .pc6 div.pc6w3,.bg1 .pc6 div.pc6w3{background-image:url("/im/BL_eee.gif")} .d7 div.cornerBL .pc6 div.pc6w4,.pc1 div.cornerBL .pc6 div.pc6w4,.bg1 .pc6 div.pc6w4{background-image:url("/im/BR_eee.gif")} /* pc7 */ .pc7 select{margin:4px 0;width:190px} .pc7 select{bottom:4px 0} /* pn0 */ div.pn0{background-repeat:no-repeat;background-position:top left} div.pn0,div.pn0 p{color:#000} .pn0v6 a{padding:0 0 0 20px} .pn0v6 div a{padding:0} .pn0v0,.pn0v1,.pn0v2,.pn0v3,.pn0v4 div,.pn0v7 div,.pn0v6 div,.pn0v5,.pn0v8{padding:1px 0 0 20px;background:url("/im/ar_dbl_orng.png") no-repeat 8px 1px} .pn0v0 a,.pn0v1 a,.pn0v2 a,.pn0v3 a,.pn0v8 a,.pn0v4 div,.pn0v5 a.big,.pn0v6 div,.pn0v7 div,.pn0v6 a{display:block;margin-bottom:4px} .pn0v5 a,.pn0v10 a,.pn0v10 form,.pn0v11 a,.pn0v11 form,.pn0v9 a,.pn0v12 div a,.pn0v13 div a{display:block} .pn0v11 select,.pn0v10 input[type="text"]{width:65%} .pn0v11 select,.pn0v11 input,.pn0v11 form{margin-bottom:5px} .pn0v10 form,.pn0v9 p{padding:0 0 10px 0} .pn0v2 b{display:block;padding:8px 0 4px 0} .pn0v2 a.big + b{display:block;padding:0 0 4px 0} .pn0v3 p,.pn0v9 p,.pn0v8 p,.pn0v13 p{margin:4px 0} .pn0v10 p.pn0v11 p{margin:8px 0} .pn0v5 p{margin:4px 0 10px 0} .pn0 a.big,.pn0v4 a.big,.pn0v6 a.big,.pn0v2 b,.pn0v6 p,.pn0v9 p{font-weight:bold} .pn0v1,.pn0v2,.pn0v3,.pn0v5,.pn0v7{margin-left:79px} .pn0v9{margin-left:99px} .pn0v4{padding-left:79px} .pn0,.pn0v4,.pn0v6,.pn0v13 div{margin:0;padding:0 0 16px 0;clear:both} .pn0v6 div.seelink{margin-top:15px;background:transparent} .pn0v12 ul li{list-style-type:none;margin:0;padding:0 0 10px 0} .pn0v12 ul{margin:0} .pn0v12{margin:10px 0} .pn0v12 div{padding:0 0 10px 0} .pn0v14{text-align:right;padding:3px} * html .pn0v1,* html .pn0v2,* html .pn0v3,* html .pn0v5,* html .pn0v7.* html .pn0v9{height:85px} .pn0v1,.pn0v2,.pn0v3,.pn0v5,.pn0v7,.pn0v9{min-height:85px} .pn0v15 ul{margin:0;padding:0} .pn0v15 ul li{font-weight:bold;list-style-image:url("/im/a.gif");background:url('/im/ar_dbl_orng.png') no-repeat 0 0;padding:0 0 0 12px;margin:0 0 4px 8px} .pn0v16{padding:0 0 28px 19px} .pn0v16 h3{margin:0 0 0 -19px !important} .pn0v16 h5 a{margin:0 0 0 -11px;padding:0 0 0 11px;background:url('/im/ar_dbl_orng.png') no-repeat 0 0;display:block} .pn0v16 h5{padding:5px 0 2px 0} .pn0v16 .morelinks{clear:both} .pn0v16 .morelinks li{float:left;margin-right:12px} .pn0v16 select{width:80%} .pn0v16 p img{float:right} .pn0 h3{padding-top:8px;margin:0 0 5px 0} .d7 .pc1v2,.pc1 .pc1v2{margin-top:1px} .d7 .pc1v2 .pn0,.pc1 .pc1v2 .pn0{margin-top:-6px} * html .pn0v15 p,* html .pn0v16 p{margin-top:2px} * html .pn0v0,* html .pn0v1,* html .pn0v2,* html .pn0v3,* html .pn0v4 div,* html .pn0v7 div,* html .pn0v6 div,* html .pn0v5,* html .pn0v8,* html .pn0v15 ul li,* html .pn0v16 h5 a{background-image:url('/im/ar_dbl_orng.gif')} /* pn1 */ .pn1{background:url("/im/bg_sunblue.gif") repeat-x top left} .pn1 div.cornerTL{background:url("/im/a2_corner_tl.gif") no-repeat top left} .pn1 div.cornerTR{background:url("/im/a2_corner_tr.gif") no-repeat top right;padding:5px} .bg1 .pn1 div.cornerTL,.d7 div.cornerBL .pn1 div.cornerTL,.pc1 div.cornerBL .pn1 div.cornerTL{background-image:url("/im/TL_eee.gif")} .bg1 .pn1 div.cornerTL,.d7 div.cornerBL .pn1 div.cornerTR,.pc1 div.cornerBL .pn1 div.cornerTR{background-image:url("/im/TR_eee.gif")} .pn1 .title{color:#FFF;padding-left:8px;font-weight:bold} span.seelink{padding-right:8px;float:right} span.seelink a:link,span.seelink a:visited{color:#FFF;font-weight:bold} /* pn2 */ .pn2v0{width:100%;background:#EFEFEF;margin:0 0 10px 0} .pn2v0 td.col1,.pn2v0 td.col2{padding:10px} .pn2v0 p.intro{margin:10px 0 20px 0} .pn2v0 td.col1{border-right:5px #EFEFEF solid} .pn2v0 td.col2{border-left:5px #EFEFEF solid} /* pn3 */ .pn3v0,.pn3v1{margin:0 0 10px 0} .pn3v0 .col1,.pn3v1 .col1,.pn3v0 .col2{background:#EFEFEF} .pn3v0 p.intro,.pn3v1 p.intro{margin:10px 0 20px 0} .pn3v0 div.pad,.pn3v1 div.pad{padding:10px} .pn3v0 td.col1,.pn3v1 td.col1{border-right:5px #fff solid} .pn3v0 td.col2{border-left:5px #fff solid} /* pn4 */ .pn4{background:#bbb} .pn4 table tr th{background:#ccc;text-align:left;padding;padding:2px 8px} .pn4 table tr td{background:#efefef;width:50%;padding:8px;vertical-align:top} .pn4i{float:left;padding-right:10px} div.pn4 table td.col1 div{float:left;font-weight:bold;width:48%} div.pn4 table td.col1 h5{margin:0} div.pn4 table td.col2 p{margin:1px 0 .9em 0} div.pn4 table td.col2 ul{margin-top:1px} .pn4 p.pnprice{margin:0 0 9px;color:#E86F00} .pn4 .hotbutton{margin:0} /* pn5 */ .pn5 {background:url('/im/bg_ln_blue2grey.gif') repeat-x 0 -110px #eee;margin-bottom:15px;padding:0} .pn5w3{background:url("/im/generic_tl.gif") no-repeat top left} .pn5w4{background:url("/im/generic_tr.gif") no-repeat top right;padding:10px 14px} .pn5w1{background:url("/im/generic_bl.gif") no-repeat bottom left} .pn5w2{background:url("/im/generic_br.gif") no-repeat bottom right} .pn5 h1,.pn5 h1 a{font-size:24px;margin:0 0 7px 0;padding:0;font-weight:normal;letter-spacing:1px;position:relative} .pn5 ul.pn5nav{display:inline;margin:0;padding:0} .pn5 ul.pn5nav li{display:inline;margin:0 4px 10px 4px;padding:0 0 0 7px;float:left;background:url('/im/pn5_bttn_white.png') top left} .pn5 ul.pn5nav li a{display:block;padding:3px 7px 0 0;background:url('/im/pn5_bttn_white.png') bottom right;height:17px;float:left} .pn5 ul.pn5nav li a:visited{color:#3e6b8a} .pn5 ul.pn5nav li:hover a,.pn5 ul.pn5nav li:hover,.pn5 ul.pn5nav li.current,.pn5 ul.pn5nav li.current a{background-image:url('/im/pn5_bttn_blue.png')} .pn5 h1,.pn5 h5,.pn5 ul.pn5nav li:hover a,.pn5 ul.pn5nav li.current a,.pn5 ul.pn5nav li.current a:visited,.pn5x6 a,.pn5x6 a:visited,.pn5subnav li.current a,.pn5subnav li.current a:visited{color:#fff} .pn5subnav li.current,.pn5cta{font-weight:bold} .pn5cta,.pn5list ul.nobullet li{background:url("/im/ar_lg_orange.gif") no-repeat -7px -2px;padding-left:11px} .pn5list ul.nobullet li{margin:0 8px 7px 0;padding-left:11px} .pn5list ul.nobullet{margin:0 0 0 10px} .pn5list a.pn5cta{background:transparent;padding:0} .pn5list em{margin:0 3px} .pn5 h1 a,ul.pn5subnav li a,.pn5 h1 a:visited,ul.pn5subnav li a:visited{color:#ccdae3} .pn5 h5{display:inline;float:left;padding:0 2px;margin-top:2px} .pn5v0w1,.pn5v1w1{clear:both} .pn5v0w2,.pn5v1w2{background:#fff;padding:1px 0px;margin:0;float:left;width:100%} .pn5v0w2 h2{margin:0} .pn5v1w3{background:#fff;padding:5px 0 0 0;float:left;width:100%} .pn5v1w2{padding-top:8px} .pn5x1{height:10px;margin-left:9px;background:url('/im/corners_whitebox.png') top right} .pn5x2{height:10px;margin-left:-9px;width:9px;background:url('/im/corners_whitebox.png') top left} .pn5x3{height:10px;margin-left:9px;background:url('/im/corners_whitebox.png') bottom right;clear:both} .pn5x4{height:10px;margin-left:-9px;width:9px;background:url('/im/corners_whitebox.png') bottom left} .pn5x5{background:url('/im/corners_dkbluebox.png') top right;padding:0;margin:0 0 0 10px} .pn5x6{background:url('/im/corners_dkbluebox.png') top left;padding:1px 10px;margin:0 10px 0 -10px} .pn5v1w2 h3{font-size:18px;margin:0 10px 0 98px} .pn5v1w2 p.intro{margin:0 10px 5px 98px;color:#e76f00;font-size:15px;font-weight:bold} .pn5v1w2 hr{visibility:hidden} .pn5v0w2 img,.pn5v1w2 img{float:left;margin:0 10px} .pn5v1w1 .pn5subnav{margin:0;padding:3px 0;width:100%;overflow:hidden} .pn5v1w1 .pn5subnav li{border-left:#fff solid 1px;padding:0 6px;display:inline;margin:0 0 0 -2px} .pn5col{float:left;margin:0 2px 0 10px} .pn5v0w2 p,.pn5col p{margin:0 0 8px 0} .pn5col1{width:30%} .pn5col2{width:61%} .pn5viewcontent .hidethis{display:block} .pn5viewcontent .pn5subnav li{display:none} .pn5viewcontent .pn5subnav li.current{display:inline} .pn5viewcontent .pn5x3{margin-bottom:12px} * html .pn5{border-bottom:1px solid #eee} * html .pn5col{margin:0 5px 0 6px} * html .pn5 ul.pn5nav li,* html .pn5 ul.pn5nav li a{background-image:url('/im/pn5_bttn_white.gif')} * html .pn5 ul.pn5nav li:hover a,* html .pn5 ul.pn5nav li:hover,* html .pn5 ul.pn5nav li.current,* html .pn5 ul.pn5nav li.current a{background-image:url('/im/pn5_bttn_blue.gif')} * html .pn5v0w1,* html .pn5v1w1,* html .pn5x3,* html .pn5x1{position:relative} * html .pn5x1,* html .pn5x2,* html .pn5x3,* html .pn5x4{background-image:url('/im/corners_whitebox.gif')} * html .pn5x5,* html .pn5x6{background-image:url('/im/corners_dkbluebox.gif')} * html .pn5x2,* html .pn5x4{margin:0;position:relative;left:-9px} * html .pn5col3{width:95%} /* pn6 */ .jsenabled .pn6v0{position:relative;background:url('/im/pn6_bg.gif') top left no-repeat;height:155px;width:780px;margin:15px auto 10px auto;z-index:10} .pn6v0:after{content:".";display:block;height:0;clear:both;visibility:hidden} .pn6section{background-position:-3000px 0;background-repeat:no-repeat;list-style:none;margin:10px 0;padding:0} .jsenabled .pn6grp{float:left;margin:10px 0 0 -1px;padding-left:1px;background:url('/im/pn6_grp_rule.gif') no-repeat 0 0;height:140px} .jsenabled .pn6v0 .pn6grp1{background:none} .pn6grp h5{position:relative;left:0px;top:0;min-width:90px;margin:0;text-transform:uppercase} * html .pn6grp h5{width:90px} .pn6grp h5 span{display:block;position:absolute;left:0px;top:2px;width:100%;text-align:center;float:left;color:#e76f00;font-size:12px} .browserExplorer .pn6grp h5 span{margin-left:expression((this.parentNode.parentNode.offsetWidth - this.offsetWidth) / 2 + "px")} .jsenabled .pn6section{float:left;background-position:14px 33px;margin:0} .pn6title{display:block;width:779px;font-size:18px;font-weight:bold;color:000 !important;border-bottom:1px solid #648194;margin-top:20px} .jsenabled .pn6title{width:99px;height:40px;text-align:center;padding:100px 0 0 0;color:#fff !important;font-size:12px;border:0;margin:0} .jsenabled .pn6box{position:absolute;left:0;top:139px;width:780px;height:90px;z-index:2} .jsenabled .pn6xnav{float:right;display:table;background:url('/im/pn6_bg.gif') top right no-repeat;height:155px;width:170px;border-spacing:0} .jsenabled .pn6xnav ul{display:table-cell;vertical-align:middle;padding:0 0 0 30px;margin:0;width:140px} .pn6xnav ul li{font-weight:bold;list-style-image:url("/im/a.gif");background:url('/im/ar_dbl_orng.png') no-repeat 0 0;padding:0 0 0 12px;margin:0 0 4px 5px} .jsenabled .pn6xnav ul {margin-top:expression((this.parentNode.offsetHeight - this.offsetHeight) / 2 + "px")} .jsenabled .pn6x1{position:relative;left:42px;top:-8px;width:13px;height:10px;z-index:3;background:url('/im/pn6_popin_bg.png') -1553px -126px no-repeat} .jsenabled .pn6x2{height:11px;width:783px;background:url('/im/pn6_popin_bg.png') -783px 0 no-repeat;overflow:hidden} .jsenabled .pn6x3{height:15px;width:783px;background:url('/im/pn6_popin_bg.png') -783px -151px no-repeat;overflow:hidden} .jsenabled .pn6v0w1{width:783px;background:url('/im/pn6_popin_bg.png') 0 0 repeat-y} .pn6v0w2{min-height:165px;width:779px;background:url('/im/pn6_popin_bg.png') top left no-repeat #f9fbfc;overflow:hidden} .jsenabled .pn6v0w2{width:778px;background:url('/im/pn6_popin_bg.png') top left no-repeat #f9fbfc;border-left:#648194 solid 1px;overflow:hidden} * html.jsenabled .pn6,.jsenabled .pn6v0w3{margin-left:-4px} * html.jsenabled .pn6v0w2{overflow:auto;overflow-x:hidden} .jsenabled .pn6box,.jsenabled .pn6x1{display:none} .pn6nav .pn6show .pn6x1,.pn6nav .pn6show .pn6box{display:block} .pn6nav .pn6section:hover .pn6x1,.pn6nav .pn6section:hover .pn6box{display:block} .jsenabled .pn6grp .pn6nav{padding:0;margin-top:-10px} .jsenabled .pn6nav{margin:0;padding:0 0 0 10px} .jsenabled .pn6grp1 .pn6nav{margin-top:-10px;padding:0 0 0 10px} .jsenabled .pn6alt5 .pn6grp .pn6nav{padding:0} .jsenabled .pn6alt5 .pn6nav,.jsenabled .pn6alt5 .pn6grp1 .pn6nav{padding:0 0 0 21px} .jsenabled .pn6alt5 .pn6section{background-position:22px 33px} .jsenabled .pn6alt5 .pn6title{width:115px} .jsenabled .pn6alt5 .pn6x1{left:50px} .jsenabled .pn6alt6 .pn6grp .pn6nav{padding:0} .jsenabled .pn6alt6 .pn6nav,.jsenabled .pn6alt6 .pn6grp1 .pn6nav{padding:0 0 0 29px} .jsenabled .pn6alt6 .pn6section{background-position:24px 33px} .jsenabled .pn6alt6 .pn6title{width:120px} .jsenabled .pn6alt6 .pn6x1{left:52px} .jsenabled .pn6alt7 .pn6grp .pn6nav{padding:0} .jsenabled .pn6alt7 .pn6nav,.jsenabled .pn6alt7 .pn6grp1 .pn6nav{padding:0 0 0 21px} .jsenabled .pn6alt7 .pn6section{background-position:17px 33px} .jsenabled .pn6alt7 .pn6title{width:105px} .jsenabled .pn6alt7 .pn6x1{left:45px} .jsenabled .pn6alt8 .pn6section{background-position:12px 33px} .jsenabled .pn6alt8 .pn6title{width:95px} .jsenabled .pn6alt8 .pn6x1{left:40px}.pn6v0w3{display:table} .pn6{background:url('/im/pn6_popin_bg.png') repeat-y -1566px 0;width:192px;display:table-cell;vertical-align:top;padding:0} .pn6 h6{margin:0 0 4px 0;padding:0} .pn6 h6 a{margin:0 0 0 -12px;padding:0 0 0 12px;background:url('/im/ar_dbl_orng.png') no-repeat 0 0;display:block} .pn6 ul{margin:0 0 1em 0;padding:0} .pn6 ul li{margin:0 0 4px 0;padding:0;list-style-image:url("/im/a.gif")} .pn6 ul.bluearrows li{padding-left:12px} .pn6v2{width:390px} .pn6v2 ul{float:left;width:43%;margin-right:11px} .pn6w1{padding:8px 15px 0 25px;min-height:165px} .pn6v3 h6{font-weight:normal} .pn6v3 ul li{font-weight:bold;background:url('/im/ar_dbl_orng.png') no-repeat 0 0;padding-left:12px} * html .pn6{float:left;height:160px} * html .pn6v3 ul li,* html .pn6xnav ul li,* html .pn6 h6 a{background-image:url('/im/ar_dbl_orng.gif')} * html.jsenabled .pn6x1,* html.jsenabled .pn6x2,* html.jsenabled .pn6x3,* html.jsenabled .pn6v0w1,* html.jsenabled .pn6v0w2,* html.jsenabled .pn6{background-image:url('/im/pn6_popin_bg.gif')} .browserSafari div.pn6{background:url('/im/pn6_popin_rule.gif') repeat-y 0 0} .pn6 p{margin:0 0 1em 0} .pn6v5{border-top:#c9d2db 1px solid;width:800px;clear:both;background:transparent !important;display:block !important} .pn6v5 .pn6w1{border-top:#fff 1px solid;padding:0 0 0 21px;min-height:10px} .pn6v5 p{margin:10px 0 0 0} * html .pn6v5{padding-left:30px;height:5px} .browserExplorer .pn6v5{height:auto;min-height:10px} .browserExplorer7 .pn6v0w3 .pn6{margin-left:-6px;float:left;min-height:160px} .pn6v6{width:585px !important} .pn6v6 ul{float:left;width:31%;margin-right:11px} .pn6third{width:258px} .pn6half{width:390px} /* pm1 */ .pm1v1,.pm1v2{background:#eee;position:relative} .d7 div.cornerBL .pm1v1,.pc1 div.cornerBL .pm1v1,.d7 div.cornerBL .pm1v2,.pc1 div.cornerBL .pm1v2,.bg1 .pm1v1,.bg1 .pm1v2{background:#fff} div.pm1v0,div.pm0v0{background:url("/im/bg_lightyellow.gif") repeat-x left bottom #ffdb80;clear:both;margin:0 0 25px 0} .pm1 div.pm1w1{background:url("/im/TL_fff.gif") no-repeat top left;width:100%;padding:0;float:left} .pm1 div.pm1w2{background:url("/im/TR_fff.gif") no-repeat top right;width:100%;padding:0;float:left} .pm1 div.pm1w3{background:url("/im/BL_fff.gif") no-repeat bottom left;width:100%;padding:0;float:left} .pm1 div.pm1w4{background:url("/im/BR_fff.gif") no-repeat bottom right;width:100%;padding:0;float:left} .d7 div.cornerBL .pm1 div.pm1w1,.pc1 div.cornerBL .pm1 div.pm1w1,.bg1 .pm1 div.pm1w1{background-image:url("/im/TL_eee.gif")} .d7 div.cornerBL .pm1 div.pm1w2,.pc1 div.cornerBL .pm1 div.pm1w2,.bg1 .pm1 div.pm1w2{background-image:url("/im/TR_eee.gif")} .d7 div.cornerBL .pm1 div.pm1w3,.pc1 div.cornerBL .pm1 div.pm1w3,.bg1 .pm1 div.pm1w3{background-image:url("/im/BL_eee.gif")} .d7 div.cornerBL .pm1 div.pm1w4,.pc1 div.cornerBL .pm1 div.pm1w4,.bg1 .pm1 div.pm1w4{background-image:url("/im/BR_eee.gif")} div.pm1v3 div.pm1w1,div.pm1v3 div.pm1w2,div.pm1v3 div.pm1w3,div.pm1v3 div.pm1w4,div.pm1v4 div.pm1w1,div.pm1v4 div.pm1w2,div.pm1v4 div.pm1w3,div.pm1v4 div.pm1w4{background-image:none !important} a.pmtitle{font-weight:bold} .pm1v1 a.pmtitle,.pm1v3 a.pmtitle{padding:0 0 0 20px;font-size:15px;background:url("/im/ar_lg_orange.gif") no-repeat top left} .pm1 p{padding:0 8px 0 0;margin:0} .pm1v1 p,.pm1v3 p{padding:0 12px 0 130px} .pm1v0 p,.pm0v0 p{padding:8px;margin:0} .pm1 a.bluearrows{margin:6px 0 0 0;font-weight:bold;display:block} .pm1v0 a.bluearrows,.pm0v0 a.bluearrows{display:inline;margin-left:10px} .pm1v2 a.bluearrows,.pm1v4 a.bluearrows{margin:6px 0 0 0;font-weight:normal} .col1 .pm1 strong,.col2 .pm1 strong{display:block} .pm1{float:left;width:100%;margin-bottom:15px} * html .pm1{width:98%} .pm1 div.pm1w5{float:left;width:100%;padding:8px} .pm1 .imgbox{margin-right:8px} .pm1v1 div.imgw1{background-image:url("/im/TL_eee.gif")} .pm1v1 div.imgw2{background-image:url("/im/TR_eee.gif")} .pm1v1 div.imgw3{background-image:url("/im/BL_eee.gif")} .pm1v1 div.imgw4{background-image:url("/im/BR_eee.gif")} .d7 div.cornerBL .pm1v1 .imgw1,.pc1 div.cornerBL .pm1v1 .imgw1,.bg1 .pm1v1 .imgw1{background-image:url("/im/generic_tl.gif")} .d7 div.cornerBL .pm1v1 .imgw2,.pc1 div.cornerBL .pm1v1 .imgw2,.bg1 .pm1v1 .imgw2{background-image:url("/im/generic_tr.gif")} .d7 div.cornerBL .pm1v1 .imgw3,.pc1 div.cornerBL .pm1v1 .imgw3,.bg1 .pm1v1 .imgw3{background-image:url("/im/generic_bl.gif")} .d7 div.cornerBL .pm1v1 .imgw4,.pc1 div.cornerBL .pm1v1 .imgw4,.bg1 .pm1v1 .imgw4{background-image:url("/im/generic_br.gif")} .pm1v5{background:url("/im/bg_ltblue2ltblue.gif") repeat-x bottom left #DDE6EC} .d7 div.cornerBL .pm1v5,.pc1 div.cornerBL .pm1v5,.bg1 .pm1v5{background:#fff} .pm1v5 div.pm1w6{margin:15px 20px 0px 20px} .pm1v5 div.pm1w6 p{margin:5px 0} .pm1v5 p{margin:13px 20px 0px 20px} .pm1v5 p strong{color:#e76f00;margin-right:15px} .pm1v5 ul,.pm1v5 ul li{margin-top:5px;margin-bottom:5px} .pm1v5 h2{margin:0 0 6px 0} .pm1v5 div.pm1w4{padding-bottom:13px} .pm1v5 span.hotbutton{margin:0} /* sh1 */ .sh1votetable,.sh1comments,.sh1cat{float:left} .sh1votetable{width:70px;background:#fff;margin-right:10px;border:#ccc solid 1px} .sh1votetable td{text-align:center;padding:2px 0} .sh1comments{width:500px} .sh1total{color:#444} .sh1votecount{font-size:2em;font-weight:bold;border-bottom:#ccc solid 1px;border-top:#ccc solid 1px} .sh1_pos{color:#C9D04D} .sh1_neg{color:#933} .sh1 hr{clear:both;margin-bottom:12px;width:100%;background:#CCC;color:#CCC;height:2px;padding:0;border-left:0;border-right:0;border-top:0;border-bottom:1px #FFF solid} .sh1 h4{margin-top:0} .sh1stype, .sh1stype a{font-size:11px;margin:5px 0 15px 0} .sh1cat{margin:0 10px 10px 0} .wgSubmitting{color:#666} /* print overwrite */ @media print{table.dkgrey1 table tr td.tablecaption2,tr td.tablecaption2 div.headerpadding,div.a2 div.cornerTL,div.a2 div.cornerTR,div.a2 div.cornerBL,div.a2 div.cornerBR,div.vnv1 div.cornerTL,div.vnv1 div.cornerTR,div.vnv1 div.cornerBL,div.vnv1 div.cornerBR{background:none}.sunlogo,.a2search,.a2topiclinks{display:none}div.a2{height:90px}}
0.295535
0.073663
>>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Normalize # General # Header # Countdown # Overview # Speakers # Benefits # Packages # Register # Faq # Gallery # Blog # Sponsors # Map # Subscribe # Footer --------------------------------------------------------------*/ /* # Normalize --------------------------------------------------------------*/ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { font-size: 2em; margin: 0.67em 0; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } /* # General --------------------------------------------------------------*/ html { font-size: 14px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } html, body { height: 100%; width: 100%; } body { background-color: #ffffff; color: #424242; font-family: "Roboto Slab", serif; font-size: 1em; font-weight: 300; line-height: 1.68; letter-spacing: .04em; overflow-x: hidden; } p { margin-bottom: 15px; } p:last-child { margin-bottom: 0; } a { color: #009688; } a:hover, a:focus, a:active { color: #00796b; text-decoration: none; outline: none; } figure { margin: 0; } h1, h2, h3, h4, h5, h6 { color: #212121; font-family: "Open Sans", sans-serif; font-weight: 700; letter-spacing: normal; line-height: 1.3; } h1, h2, h3 { margin: 0 0 20px; } h4, h5, h6 { margin: 0 0 12px; } h1 { font-size: 2.4em; } h2 { font-size: 2.1em; } h3 { font-size: 1.8em; } h4 { font-size: 1.5em; } h5 { font-size: 1.2em; } h6 { font-size: 1em; } img { display: block; height: auto; max-width: 100%; } .content-center { float: none; margin: 0 auto; } .align-left { text-align: center; } .align-center { text-align: center; } .align-right { text-align: center; } .btn, .btn-sm, .btn-lg { text-transform: uppercase; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; } .btn { font-size: .85em; padding: 12px 30px; } .btn i, .btn span { margin-right: 4px; } .btn-lg { font-size: 1em; padding: 16px 40px; } .btn-sm { font-size: 75em; padding: 8px 20px; } .btn-default { background-color: #ffffff; border-color: #ffffff; color: #009688 !important; } .btn-default:hover, .btn-default:focus, .btn-default:active { background-color: #f3f3f3 !important; border-color: #f3f3f3 !important; } .btn-primary { background-color: #009688; border-color: #009688; color: #ffffff !important; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active { background-color: #00796b !important; border-color: #00796b !important; } .fp-meta { position: relative; font-family: "Open Sans", sans-serif; font-size: 13px; font-weight: 300; font-style: italic; text-transform: uppercase; } .fp-unit { font-size: .85em; text-transform: uppercase; } .section { background-color: #ffffff; padding: 100px 0 70px; } .section-bg { background-color: #f3f3f3; } .overlay-black, .overlay-white, .overlay-primary { position: relative; } .overlay-black .overlay-inner, .overlay-white .overlay-inner, .overlay-primary .overlay-inner { position: relative; display: block; padding: 100px 0 70px; } .overlay-black .overlay-inner { background-color: rgba(16, 16, 16, 0.75); } .overlay-white .overlay-inner { background-color: rgba(255, 255, 255, 0.85); } .overlay-primary .overlay-inner { background-color: rgba(0, 150, 136, 0.75); } .section.overlay-black, .section.overlay-white, .section.overlay-primary { padding: 0; } .section-header { text-align: center; margin-bottom: 60px; } .section-header .section-title { display: inline-block; text-transform: uppercase; line-height: 1.1; margin-bottom: 12px; overflow: hidden; } .section-header .section-title .fp-meta { float: left; text-align: left; } .section-header .section-title .fp-meta::after { content: ''; position: absolute; top: 50%; left: 100%; background-color: rgba(0, 0, 0, 0.2); margin-left: 12px; height: 6px; width: 1000px; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); } .section-header .section-title .title-text { display: block; } .overlay-black, .overlay-black h1, .overlay-black h2, .overlay-black h3, .overlay-black h4, .overlay-black h5, .overlay-black h6, .overlay-primary, .overlay-primary h1, .overlay-primary h2, .overlay-primary h3, .overlay-primary h4, .overlay-primary h5, .overlay-primary h6 { color: #ffffff; } .overlay-black .section-header .section-title .fp-meta::after, .overlay-primary .section-header .section-title .fp-meta::after { background-color: rgba(255, 255, 255, 0.2); } .social-links a { display: inline-block; color: #424242; font-size: 1.7em; line-height: 1; padding: 2px 8px; } .social-links a:hover { color: #009688; } /*Preloader*/ .preloader { position: fixed; width: 100%; height: 100%; background-color: #ffffff; z-index: 99999; } .preloader .preloader-inner { position: absolute; top: 50%; left: 50%; display: inline-block; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .preloader .preloader-inner div { margin: 10px auto; box-sizing: border-box; width: 50px; height: 50px; border-radius: 50%; -webkit-background: linear-gradient(#00796b -50%, rgba(0, 150, 136, 0.1) 60%); -moz-background: linear-gradient(#00796b -50%, rgba(0, 150, 136, 0.1) 60%); -ms-background: linear-gradient(#00796b -50%, rgba(0, 150, 136, 0.1) 60%); background: linear-gradient(#00796b -50%, rgba(0, 150, 136, 0.1) 60%); animation: roll-r 6s linear infinite; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .preloader .preloader-inner div > div { padding: 5px; animation: roll-l 2s linear infinite; } .preloader .preloader-inner div > div:after { content: ""; display: block; width: 40px; height: 40px; border-radius: 50%; background: #fff; } @keyframes roll-r { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @keyframes roll-l { 0% { transform: rotate(0deg); } 100% { transform: rotate(-360deg); } } /* # Header --------------------------------------------------------------*/ .site-header { background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; } .site-header .overlay-inner { padding: 100px 0 120px; } .site-header .head-title { font-size: 3.1em; font-weight: 800; line-height: 1.2; margin-bottom: 30px; } .site-header .button-panel { margin-top: 80px; } .site-header .button-panel .btn { margin-bottom: 20px; } .site-header .dwon-icon { position: absolute; bottom: 45px; left: 50%; font-size: 1.5em; opacity: .6; z-index: 2; -webkit-animation: scrollDown 1s linear 1s infinite alternate; animation: scrollDown 1s linear 1s infinite alternate; -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: all ease 0.3s; transition: all ease 0.3s; } @-webkit-keyframes scrollDown { 0% { bottom: 45px; } 25% { bottom: 40px; } 50% { bottom: 35px; } 75% { bottom: 30px; } 100% { bottom: 25px; } } @keyframes scrollDown { 0% { bottom: 45px; } 25% { bottom: 40px; } 50% { bottom: 35px; } 75% { bottom: 30px; } 100% { bottom: 25px; } } .fp-navbar { position: fixed; top: 0; left: 0; font-family: "Open Sans", sans-serif; font-weight: 400; text-transform: uppercase; width: 100%; background-color: transparent; z-index: 999; -webkit-transition: all ease 0.3s; transition: all ease 0.3s; } .navbar { margin-bottom: 0; } .navbar-nav { border: 0 none; -webkit-transition: all ease 0.3s; transition: all ease 0.3s; } .navbar-nav > li { margin-left: 5px; padding: 24px 0; -webkit-transition: all ease 0.3s; transition: all ease 0.3s; } .navbar-nav > li:last-child { margin-left: 0; } .navbar-nav > li > a { color: #ffffff; font-size: .85em; padding: 7px 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; } .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li > a:active { background-color: transparent; color: #009688; } .navbar-brand { display: block; height: auto; -webkit-transition: all ease 0.3s; transition: all ease 0.3s; } .navbar-brand img { max-height: 53px; width: auto; -webkit-transition: all ease 0.3s; transition: all ease 0.3s; } .navbar-brand .logo-black { display: none; } .navbar-toggle { background-color: #009688; height: 40px; width: 40px; padding: 0; font-size: 2em; line-height: 1; margin-top: 16px; } .sticky-nav .navbar-nav { border: 0 none; } .sticky-nav .navbar-nav > li { padding: 17px 0; } .sticky-nav .navbar-nav > li > a { color: #424242; } .sticky-nav .navbar-nav > li > a:hover { color: #009688; } .sticky-nav .navbar-nav > li > a:focus, .sticky-nav .navbar-nav > li > a:active { color: #424242; } .sticky-nav .navbar-nav > li.active > a { color: #009688; } .sticky-nav .navbar-brand img { max-height: 40px; width: auto; } .sticky-nav .navbar-brand .logo-black { display: block; } .sticky-nav .navbar-brand .logo-white { display: none; } .sticky-nav .fp-navbar { background-color: #ffffff; top: 0; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); } .greetings-content { margin-top: 70px; } .greetings-content .fp-meta { display: block; margin-bottom: 3px; } @media screen and (min-width: 737px) { .site-header .overlay-inner { padding: 150px 0 180px; } .site-header .button-panel { margin-top: 130px; } .site-header .dwon-icon { bottom: 65px; } @-webkit-keyframes scrollDown { 0% { bottom: 65px; } 25% { bottom: 60px; } 50% { bottom: 55px; } 75% { bottom: 50px; } 100% { bottom: 45px; } } @keyframes scrollDown { 0% { bottom: 65px; } 25% { bottom: 60px; } 50% { bottom: 55px; } 75% { bottom: 50px; } 100% { bottom: 45px; } } .greetings-content { margin-top: 100px; } .greetings-content .fp-meta { display: inline-block; margin-bottom: 6px; } .greetings-content .fp-meta::before, .greetings-content .fp-meta::after { content: ''; position: absolute; top: 50%; background-color: rgba(255, 255, 255, 0.3); height: 7px; width: 50px; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); } .greetings-content .fp-meta::before { right: 100%; margin-right: 12px; } .greetings-content .fp-meta::after { left: 100%; margin-left: 12px; } } @media screen and (max-width: 991px) { .fp-navbar { background-color: rgba(255, 255, 255, 0.8); top: 0; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); } .navbar-nav { border: 0 none; } .navbar-nav > li { margin-left: 0; padding: 0 0; } .navbar-nav > li > a { color: #424242; border-top: 1px solid; border-color: rgba(0, 0, 0, 0.1); } .navbar-nav > li > a:hover { color: #009688; } .navbar-nav > li > a:focus, .navbar-nav > li > a:active { color: #424242; } .navbar-nav > li.btn > a { border-top: 0 none; } .navbar-nav > li.active > a { color: #009688; } .navbar-brand img { max-height: 40px; width: auto; } .navbar-brand .logo-black { display: block; } .navbar-brand .logo-white { display: none; } .sticky-nav .navbar-nav > li { padding: 0 0; } } @media screen and (min-width: 768px) and (max-width: 991px) { .fp-navbar { -webkit-transition: all ease 0.3s; transition: all ease 0.3s; } .sticky-nav .fp-navbar { -ms-transform: translateY(-78px); -webkit-transform: translateY(-78px); transform: translateY(-78px); } .navbar-brand { display: inline-block; float: none; } .navbar-header, .navbar-right { text-align: center; float: none !important; } .navbar-header { border-bottom: 1px solid; border-color: rgba(0, 0, 0, 0.15); } .navbar-collapse { padding: 15px 0 !important; font-size: .9em; } .navbar-nav { padding-right: 30px; } .navbar-nav > li { display: inline-block; float: none; margin: 0; } } @media screen and (min-width: 768px) and (max-width: 991px) and (min-width: 1200px) { .navbar-nav > li .navbar-nav > li > a { font-size: .95em; padding: 7px 13px; } } @media screen and (min-width: 768px) and (max-width: 991px) { .navbar-nav > li > a { border: 0 none; } } @media screen and (min-width: 1200px) { .navbar-nav > li > a { font-size: .95em; padding: 7px 13px; } } /* # Countdown --------------------------------------------------------------*/ .countdown { background-color: #ffffff; padding: 50px 0 35px; } .event-countdown p { margin-bottom: 30px; } .event-countdown .countdown-box { position: relative; color: #ffffff; display: inline-block; height: 100px; width: 100px; margin: 0 10px 20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; } .event-countdown .countdown-box:nth-child(1) { background-color: #4caf50; } .event-countdown .countdown-box:nth-child(2) { background-color: #02a8f4; } .event-countdown .countdown-box:nth-child(3) { background-color: #9c27b0; } .event-countdown .countdown-box:nth-child(4) { background-color: #009688; } .event-countdown .countdown-box .box-inner { position: absolute; top: 50%; left: 0; padding: 0 10px; width: 100%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); } .event-countdown .countdown-box .count-amount { font-family: "Open Sans", sans-serif; font-size: 2em; font-weight: 800; margin-bottom: 5px; line-height: 1; } /* # Overview --------------------------------------------------------------*/ .overview { background-image: url("../images/overview_bg.jpg"); background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; } .overview-box { margin-bottom: 30px; } .overview-box::before, .overview-box::after { content: ''; display: table; visibility: hidden; } .overview-box::after { clear: both; } .overview-box .fp-icon { border: 1px solid; border-color: rgba(255, 255, 255, 0.15); display: block; font-size: 2em; float: left; margin-right: 12px; height: 60px; width: 60px; text-align: center; line-height: 58px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; -webkit-transition: all ease 0.3s; transition: all ease 0.3s; } .overview-box:hover .fp-icon { border-color: rgba(0, 150, 136, 0.25); color: #009688; } .overview-box .fp-desc { overflow: hidden; padding-top: 3px; } .overview-box .fp-desc .title { font-size: 1em; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 5px; } /* # Speakers --------------------------------------------------------------*/ .speakers { background-image: url("../images/speakers_bg.jpg"); background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; } .speakers .speaker { margin-bottom: 30px; max-width: 100%; text-align: center; } .speakers .speaker .avatar { position: relative; display: inline-block; max-width: 100%; margin-bottom: 5px; overflow: hidden; } .speakers .speaker .avatar img { -webkit-transition: all ease 0.35s; transition: all ease 0.35s; } .speakers .speaker:hover .avatar img { -ms-transform: scale(1.08, 1.08); -webkit-transform: scale(1.08, 1.08); transform: scale(1.08, 1.08); } .speakers .speaker .social-links { position: absolute; bottom: 0; left: 0; background-color: rgba(255, 255, 255, 0.6); padding: 7px 10px 5px; text-align: center; width: 100%; -webkit-transition: all ease 0.3s; transition: all ease 0.3s; } .speakers .speaker .social-links a { font-size: 1.4em; color: #212121; } .speakers .speaker .social-links a:hover { color: #009688; } .speakers .speaker .speaker-info .name { font-size: 1em; text-transform: uppercase; margin-bottom: 2px; letter-spacing: .1em; } .speakers .speaker .speaker-info cite { color: #424242; font-style: normal; } @media screen and (min-width: 992px) { .speakers .speaker .social-links { bottom: -100%; } .speakers .speaker:hover .social-links { bottom: 0; } } @media screen and (min-width: 768px) { .speakers .speaker { text-align: left; } } /* # Schedule --------------------------------------------------------------*/ .schedule-wrapper ul, .schedule-wrapper ol { padding: 0; margin: 0; } .tab-navigation { text-align: center; margin: 0 0 40px; } .tab-navigation .tabs { padding: 0; margin: 0; } .tab-navigation .tabs li { display: inline-block; margin-right: -3px; } .tab-navigation .tabs li a { background-color: #e3e3e3; color: #424242; display: block; font-weight: 400; padding: 8px 20px; } .tab-navigation .tabs li:first-child a { -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; -ms-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; } .tab-navigation .tabs li:last-child a { -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; -ms-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; } .tab-navigation .tabs li a.active { background-color: #009688; color: #ffffff; } .schedules { margin-bottom: 30px; } .tab-content { display: none; padding: 0; margin: 0; border: 1px solid; border-color: rgba(0, 0, 0, 0.15); -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; } .tab-content.current { display: block; } .tab-content li { background-color: #f9f9f9; padding: 20px 20px 25px; list-style-type: none; border-bottom: 1px dotted; border-bottom-color: rgba(0, 0, 0, 0.2); } .tab-content li:first-child { -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -ms-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; } .tab-content li:last-child { border-bottom: 0 none; -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; -ms-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; } .tab-content li:nth-child(2n+2) { background-color: #f4f4f4; } .tab-content .fp-meta span { background-color: #101010; color: #ffffff; font-weight: 600; font-style: normal; padding: 2px 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; } .tab-content .title { font-size: 1.1em; letter-spacing: .1em; margin-bottom: 15px; text-transform: uppercase; } .tab-content .avatar { height: 50px; width: 50px; float: left; margin-right: 12px; overflow: hidden; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; } .tab-content .fp-desc { overflow: hidden; } .tab-content .name { font-family: "Roboto Slab", serif; font-size: 1em; font-weight: 400; margin-bottom: 5px; } /* # Benefits --------------------------------------------------------------*/ .benefits { background-image: url("../images/benefit_bg.jpg"); background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; } .text-box { margin-bottom: 40px; } .text-box::before, .text-box::after { content: ''; display: table; visibility: hidden; } .text-box::after { clear: both; } .text-box .fp-icon { border: 1px solid; border-color: rgba(255, 255, 255, 0.15); float: left; font-size: 2em; margin-right: 15px; height: 60px; width: 60px; line-height: 58px; text-align: center; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; -webkit-transition: all ease 0.2s; transition: all ease 0.2s; } .text-box:hover .fp-icon { border-color: rgba(0, 150, 136, 0.25); color: #009688; } .text-box .fp-desc { overflow: hidden; } .text-box .title { font-size: 1em; text-transform: uppercase; margin-bottom: 7px; letter-spacing: .1em; } /* # Packages --------------------------------------------------------------*/ .package { margin-bottom: 40px; background-color: #ffffff; color: #212121; font-weight: 400; text-align: center; border: 1px solid; border-color: rgba(0, 0, 0, 0.15); -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; } .package .package-header { padding: 15px 20px 10px; text-align: center; font-family: "Open Sans", sans-serif; } .package .package-name { text-transform: uppercase; margin-bottom: 0; font-weight: 800; letter-spacing: .1em; color: #212121; } .package .price { color: #009688; font-size: 2.7em; font-weight: 800; } .package .currency-symbol, .package .duration { font-weight: 300; color: #999999; } .package .currency-symbol { vertical-align: super; font-size: .5em; } .package .duration { margin-left: -9px; font-size: .4em; } .package.highlight .pricing-header { background-color: #00796b; } .package.highlight .pricing-header .price { color: #ffffff; } .package.highlight .pricing-header .currency-symbol, .package.highlight .pricing-header .duration, .package.highlight .pricing-header .plan-name { color: #b2dfdb; } .package ul { padding: 0; margin-bottom: 0; } .package ul > li { list-style: none; padding: 18px 20px; border-top: 1px solid; border-top-color: rgba(0, 0, 0, 0.15); } .package ul > li::before { content: '\f121'; display: inline-block; margin-right: 10px; font-family: ionicons; vertical-align: middle; color: #25921f; font-size: 1em; opacity: .8; } .package ul > li.disable { text-decoration: line-through; color: #999999; opacity: .6; } .package ul > li.disable::before { content: '\f129'; color: #ff0000; } .package .package-footer { text-align: center; padding: 20px; border-top: 1px solid; border-top-color: rgba(0, 0, 0, 0.15); } /* # Register --------------------------------------------------------------*/ .register .modal-title { text-transform: uppercase; } .register-form { display: block; } .register-form input, .register-form select { width: 100%; background-color: #f9f9f9; border: 1px solid; border-color: rgba(0, 0, 0, 0.1); color: #424242; height: 50px; margin-bottom: 30px; padding: 5px 12px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; } .register-form input:focus, .register-form select:focus { border-color: rgba(0, 0, 0, 0.3); } .register-form option { background-color: #ffffff; color: #424242; padding: 6px 10px; } .register-form .btn { height: 50px; } @media screen and (min-width: 992px) { .register .modal-header { padding: 20px 30px; } .register .modal-body { padding: 30px; } } /* # FAQ --------------------------------------------------------------*/ .panel { margin-bottom: 0; border-width: 0 0 1px; border-style: dotted; border-color: rgba(0, 0, 0, 0.15); padding: 12px 15px 5px; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; } .panel:first-child { -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -ms-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; } .panel:last-child { border: 0 none; -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; -ms-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; } .panel .panel-title { margin-bottom: 10px; font-size: 1.1em; } .panel .panel-title a { display: block; } .panel .panel-title a:hover, .panel .panel-title a:focus, .panel .panel-title a:active { color: #212121; outline: none; } .panel .panel-title .fa-icon { color: #424242; display: inline-block; margin-right: 5px; width: 12px; } .panel-heading, .panel-body { padding: 0; } .panel-body { padding: 0 0 7px 22px; } .panel-default > .panel-heading { background-color: transparent; border: 0 none; } .faq-wrapper { border: 1px solid; border-color: rgba(0, 0, 0, 0.15); margin-bottom: 30px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; } .faq-wrapper p { margin-bottom: 8px; } .faq-wrapper p:last-child { margin-bottom: 0; } /* # Gallery --------------------------------------------------------------*/ .gallery { margin-bottom: 50px; } .gallery .gallery-item { position: relative; width: 100%; } .gallery .gallery-item:after { content: ''; display: block; padding-top: 56.25%; } .gallery .item-inner { position: absolute; top: 0; bottom: 0; right: 0; left: 0; background-color: red; } .gallery .owl-controls .owl-prev, .gallery .owl-controls .owl-next { position: absolute; top: 50%; background-color: rgba(0, 150, 136, 0.8); color: #ffffff; font-size: 2em; height: 40px; width: 40px; line-height: 40px; text-align: center; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all ease 0.3s; transition: all ease 0.3s; } .gallery .owl-controls .owl-prev:hover, .gallery .owl-controls .owl-next:hover { background-color: #009688; } .gallery .owl-controls .owl-prev { left: 15px; } .gallery .owl-controls .owl-prev i { margin-left: -2px; } .gallery .owl-controls .owl-next { right: 15px; } .gallery .owl-controls .owl-next i { margin-right: -2px; } .gallery .owl-controls .owl-dots { position: absolute; top: 100%; left: 0; margin-top: 10px; text-align: center; width: 100%; } .gallery .owl-controls .owl-dot { background-color: rgba(0, 0, 0, 0.4); display: inline-block; height: 10px; width: 10px; margin: 0 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; } .gallery .owl-controls .owl-dot.active { background-color: #009688; } /* # Blog --------------------------------------------------------------*/ .blog-posts .btn-panel { margin: 40px 0 40px; text-align: center; } .blog-posts .fp-post { margin-bottom: 40px; } .blog-posts .fp-post::before, .blog-posts .fp-post::after { content: ''; display: table; visibility: hidden; } .blog-posts .fp-post::after { clear: both; } .blog-posts .post-meta { color: #999999; font-family: "Open Sans", sans-serif; font-size: .8em; text-transform: uppercase; margin-bottom: 5px; } .blog-posts .post-meta a { color: #424242; } .blog-posts .post-meta a:hover { color: #009688; } .blog-posts .post-title { font-size: 1.1em; font-weight: 700; line-height: 1.48; text-transform: uppercase; letter-spacing: .1em; } .blog-posts .post-title a { color: #212121; -webkit-transition: all ease 0.3s; transition: all ease 0.3s; } .blog-posts .post-title a:hover { color: #009688; } .blog-posts .thumb-container { display: block; margin-bottom: 15px; } @media screen and (min-width: 668px) { .blog-posts .thumb-container { width: 250px; float: left; margin-right: 20px; margin-bottom: 0; } .blog-posts .post-desc { overflow: hidden; } } /* # Sponsors --------------------------------------------------------------*/ .sponsor-panel { margin-bottom: 30px; } .sponsor-panel .sponsors { margin-bottom: 60px; padding: 0; } .sponsor-panel .sponsors li { list-style-type: none; } .sponsor-panel .sponsors li > a { position: relative; display: block; text-align: center; padding: 3px 12px; background-color: rgba(0, 0, 0, 0.1); height: 60px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; } .sponsor-panel .sponsors li > a:hover { background-color: rgba(0, 0, 0, 0.2); } .sponsor-panel .sponsors li > a img { position: absolute; top: 50%; left: 50%; vertical-align: middle; width: auto; max-width: 85%; max-height: 40px; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } /* # Map --------------------------------------------------------------*/ .map-container { height: 450px; } .map-info-box { width: 300px; font-family: "Roboto Slab", serif; font-size: 1em; line-height: 1.8; } .map-info-box .info-head { margin-bottom: 12px; } /* # Subscribe --------------------------------------------------------------*/ .subscribe { padding: 40px 0 0; background-color: #212121; } .subscribe, .subscribe h1, .subscribe h2, .subscribe h3, .subscribe h4, .subscribe h5, .subscribe h6 { color: #ffffff; } .subscribe .section-header .section-title .fp-meta::after { background-color: rgba(255, 255, 255, 0.2); } .subscribe .section-header { margin-bottom: 30px; text-align: left; } .subscribe-form { margin-bottom: 15px; } .subscribe-form input, .subscribe-form .submit-btn { border: 0 none; margin: 15px 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; } .subscribe-form input { background-color: rgba(0, 0, 0, 0.15); border: 1px solid; border-color: rgba(255, 255, 255, 0.15); height: 50px; width: 100%; padding: 7px 20px; } .subscribe-form input:focus { border-color: #009688; } .subscribe-form .submit-btn { display: block; background-color: #ffffff; color: #212121; height: 50px; width: 100%; text-transform: uppercase; } .subscribe-form .submit-btn:hover { color: #009688; } .subscribe-form .submit-btn i, .subscribe-form .submit-btn span { margin-right: 4px; } /* # Footer --------------------------------------------------------------*/ .footer { background-color: #101010; padding: 30px 0 13px; color: #c0c0c0; } .footer a { color: #c9c9c9; } .footer a:hover { color: #009688; } .footer .social-links, .footer .copyright { margin-bottom: 15px; } .footer .social-links { float: right; } .footer .social-links a { font-size: 1.3em; padding: 0; margin-left: 12px; }
template/rhyme-responsive-event-landing-page/html_files/rhyme_layout_2/slide_image_background/assets/css/style_teal.css
>>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Normalize # General # Header # Countdown # Overview # Speakers # Benefits # Packages # Register # Faq # Gallery # Blog # Sponsors # Map # Subscribe # Footer --------------------------------------------------------------*/ /* # Normalize --------------------------------------------------------------*/ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { font-size: 2em; margin: 0.67em 0; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } /* # General --------------------------------------------------------------*/ html { font-size: 14px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } html, body { height: 100%; width: 100%; } body { background-color: #ffffff; color: #424242; font-family: "Roboto Slab", serif; font-size: 1em; font-weight: 300; line-height: 1.68; letter-spacing: .04em; overflow-x: hidden; } p { margin-bottom: 15px; } p:last-child { margin-bottom: 0; } a { color: #009688; } a:hover, a:focus, a:active { color: #00796b; text-decoration: none; outline: none; } figure { margin: 0; } h1, h2, h3, h4, h5, h6 { color: #212121; font-family: "Open Sans", sans-serif; font-weight: 700; letter-spacing: normal; line-height: 1.3; } h1, h2, h3 { margin: 0 0 20px; } h4, h5, h6 { margin: 0 0 12px; } h1 { font-size: 2.4em; } h2 { font-size: 2.1em; } h3 { font-size: 1.8em; } h4 { font-size: 1.5em; } h5 { font-size: 1.2em; } h6 { font-size: 1em; } img { display: block; height: auto; max-width: 100%; } .content-center { float: none; margin: 0 auto; } .align-left { text-align: center; } .align-center { text-align: center; } .align-right { text-align: center; } .btn, .btn-sm, .btn-lg { text-transform: uppercase; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; } .btn { font-size: .85em; padding: 12px 30px; } .btn i, .btn span { margin-right: 4px; } .btn-lg { font-size: 1em; padding: 16px 40px; } .btn-sm { font-size: 75em; padding: 8px 20px; } .btn-default { background-color: #ffffff; border-color: #ffffff; color: #009688 !important; } .btn-default:hover, .btn-default:focus, .btn-default:active { background-color: #f3f3f3 !important; border-color: #f3f3f3 !important; } .btn-primary { background-color: #009688; border-color: #009688; color: #ffffff !important; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active { background-color: #00796b !important; border-color: #00796b !important; } .fp-meta { position: relative; font-family: "Open Sans", sans-serif; font-size: 13px; font-weight: 300; font-style: italic; text-transform: uppercase; } .fp-unit { font-size: .85em; text-transform: uppercase; } .section { background-color: #ffffff; padding: 100px 0 70px; } .section-bg { background-color: #f3f3f3; } .overlay-black, .overlay-white, .overlay-primary { position: relative; } .overlay-black .overlay-inner, .overlay-white .overlay-inner, .overlay-primary .overlay-inner { position: relative; display: block; padding: 100px 0 70px; } .overlay-black .overlay-inner { background-color: rgba(16, 16, 16, 0.75); } .overlay-white .overlay-inner { background-color: rgba(255, 255, 255, 0.85); } .overlay-primary .overlay-inner { background-color: rgba(0, 150, 136, 0.75); } .section.overlay-black, .section.overlay-white, .section.overlay-primary { padding: 0; } .section-header { text-align: center; margin-bottom: 60px; } .section-header .section-title { display: inline-block; text-transform: uppercase; line-height: 1.1; margin-bottom: 12px; overflow: hidden; } .section-header .section-title .fp-meta { float: left; text-align: left; } .section-header .section-title .fp-meta::after { content: ''; position: absolute; top: 50%; left: 100%; background-color: rgba(0, 0, 0, 0.2); margin-left: 12px; height: 6px; width: 1000px; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); } .section-header .section-title .title-text { display: block; } .overlay-black, .overlay-black h1, .overlay-black h2, .overlay-black h3, .overlay-black h4, .overlay-black h5, .overlay-black h6, .overlay-primary, .overlay-primary h1, .overlay-primary h2, .overlay-primary h3, .overlay-primary h4, .overlay-primary h5, .overlay-primary h6 { color: #ffffff; } .overlay-black .section-header .section-title .fp-meta::after, .overlay-primary .section-header .section-title .fp-meta::after { background-color: rgba(255, 255, 255, 0.2); } .social-links a { display: inline-block; color: #424242; font-size: 1.7em; line-height: 1; padding: 2px 8px; } .social-links a:hover { color: #009688; } /*Preloader*/ .preloader { position: fixed; width: 100%; height: 100%; background-color: #ffffff; z-index: 99999; } .preloader .preloader-inner { position: absolute; top: 50%; left: 50%; display: inline-block; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .preloader .preloader-inner div { margin: 10px auto; box-sizing: border-box; width: 50px; height: 50px; border-radius: 50%; -webkit-background: linear-gradient(#00796b -50%, rgba(0, 150, 136, 0.1) 60%); -moz-background: linear-gradient(#00796b -50%, rgba(0, 150, 136, 0.1) 60%); -ms-background: linear-gradient(#00796b -50%, rgba(0, 150, 136, 0.1) 60%); background: linear-gradient(#00796b -50%, rgba(0, 150, 136, 0.1) 60%); animation: roll-r 6s linear infinite; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .preloader .preloader-inner div > div { padding: 5px; animation: roll-l 2s linear infinite; } .preloader .preloader-inner div > div:after { content: ""; display: block; width: 40px; height: 40px; border-radius: 50%; background: #fff; } @keyframes roll-r { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @keyframes roll-l { 0% { transform: rotate(0deg); } 100% { transform: rotate(-360deg); } } /* # Header --------------------------------------------------------------*/ .site-header { background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; } .site-header .overlay-inner { padding: 100px 0 120px; } .site-header .head-title { font-size: 3.1em; font-weight: 800; line-height: 1.2; margin-bottom: 30px; } .site-header .button-panel { margin-top: 80px; } .site-header .button-panel .btn { margin-bottom: 20px; } .site-header .dwon-icon { position: absolute; bottom: 45px; left: 50%; font-size: 1.5em; opacity: .6; z-index: 2; -webkit-animation: scrollDown 1s linear 1s infinite alternate; animation: scrollDown 1s linear 1s infinite alternate; -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: all ease 0.3s; transition: all ease 0.3s; } @-webkit-keyframes scrollDown { 0% { bottom: 45px; } 25% { bottom: 40px; } 50% { bottom: 35px; } 75% { bottom: 30px; } 100% { bottom: 25px; } } @keyframes scrollDown { 0% { bottom: 45px; } 25% { bottom: 40px; } 50% { bottom: 35px; } 75% { bottom: 30px; } 100% { bottom: 25px; } } .fp-navbar { position: fixed; top: 0; left: 0; font-family: "Open Sans", sans-serif; font-weight: 400; text-transform: uppercase; width: 100%; background-color: transparent; z-index: 999; -webkit-transition: all ease 0.3s; transition: all ease 0.3s; } .navbar { margin-bottom: 0; } .navbar-nav { border: 0 none; -webkit-transition: all ease 0.3s; transition: all ease 0.3s; } .navbar-nav > li { margin-left: 5px; padding: 24px 0; -webkit-transition: all ease 0.3s; transition: all ease 0.3s; } .navbar-nav > li:last-child { margin-left: 0; } .navbar-nav > li > a { color: #ffffff; font-size: .85em; padding: 7px 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; } .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li > a:active { background-color: transparent; color: #009688; } .navbar-brand { display: block; height: auto; -webkit-transition: all ease 0.3s; transition: all ease 0.3s; } .navbar-brand img { max-height: 53px; width: auto; -webkit-transition: all ease 0.3s; transition: all ease 0.3s; } .navbar-brand .logo-black { display: none; } .navbar-toggle { background-color: #009688; height: 40px; width: 40px; padding: 0; font-size: 2em; line-height: 1; margin-top: 16px; } .sticky-nav .navbar-nav { border: 0 none; } .sticky-nav .navbar-nav > li { padding: 17px 0; } .sticky-nav .navbar-nav > li > a { color: #424242; } .sticky-nav .navbar-nav > li > a:hover { color: #009688; } .sticky-nav .navbar-nav > li > a:focus, .sticky-nav .navbar-nav > li > a:active { color: #424242; } .sticky-nav .navbar-nav > li.active > a { color: #009688; } .sticky-nav .navbar-brand img { max-height: 40px; width: auto; } .sticky-nav .navbar-brand .logo-black { display: block; } .sticky-nav .navbar-brand .logo-white { display: none; } .sticky-nav .fp-navbar { background-color: #ffffff; top: 0; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); } .greetings-content { margin-top: 70px; } .greetings-content .fp-meta { display: block; margin-bottom: 3px; } @media screen and (min-width: 737px) { .site-header .overlay-inner { padding: 150px 0 180px; } .site-header .button-panel { margin-top: 130px; } .site-header .dwon-icon { bottom: 65px; } @-webkit-keyframes scrollDown { 0% { bottom: 65px; } 25% { bottom: 60px; } 50% { bottom: 55px; } 75% { bottom: 50px; } 100% { bottom: 45px; } } @keyframes scrollDown { 0% { bottom: 65px; } 25% { bottom: 60px; } 50% { bottom: 55px; } 75% { bottom: 50px; } 100% { bottom: 45px; } } .greetings-content { margin-top: 100px; } .greetings-content .fp-meta { display: inline-block; margin-bottom: 6px; } .greetings-content .fp-meta::before, .greetings-content .fp-meta::after { content: ''; position: absolute; top: 50%; background-color: rgba(255, 255, 255, 0.3); height: 7px; width: 50px; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); } .greetings-content .fp-meta::before { right: 100%; margin-right: 12px; } .greetings-content .fp-meta::after { left: 100%; margin-left: 12px; } } @media screen and (max-width: 991px) { .fp-navbar { background-color: rgba(255, 255, 255, 0.8); top: 0; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); } .navbar-nav { border: 0 none; } .navbar-nav > li { margin-left: 0; padding: 0 0; } .navbar-nav > li > a { color: #424242; border-top: 1px solid; border-color: rgba(0, 0, 0, 0.1); } .navbar-nav > li > a:hover { color: #009688; } .navbar-nav > li > a:focus, .navbar-nav > li > a:active { color: #424242; } .navbar-nav > li.btn > a { border-top: 0 none; } .navbar-nav > li.active > a { color: #009688; } .navbar-brand img { max-height: 40px; width: auto; } .navbar-brand .logo-black { display: block; } .navbar-brand .logo-white { display: none; } .sticky-nav .navbar-nav > li { padding: 0 0; } } @media screen and (min-width: 768px) and (max-width: 991px) { .fp-navbar { -webkit-transition: all ease 0.3s; transition: all ease 0.3s; } .sticky-nav .fp-navbar { -ms-transform: translateY(-78px); -webkit-transform: translateY(-78px); transform: translateY(-78px); } .navbar-brand { display: inline-block; float: none; } .navbar-header, .navbar-right { text-align: center; float: none !important; } .navbar-header { border-bottom: 1px solid; border-color: rgba(0, 0, 0, 0.15); } .navbar-collapse { padding: 15px 0 !important; font-size: .9em; } .navbar-nav { padding-right: 30px; } .navbar-nav > li { display: inline-block; float: none; margin: 0; } } @media screen and (min-width: 768px) and (max-width: 991px) and (min-width: 1200px) { .navbar-nav > li .navbar-nav > li > a { font-size: .95em; padding: 7px 13px; } } @media screen and (min-width: 768px) and (max-width: 991px) { .navbar-nav > li > a { border: 0 none; } } @media screen and (min-width: 1200px) { .navbar-nav > li > a { font-size: .95em; padding: 7px 13px; } } /* # Countdown --------------------------------------------------------------*/ .countdown { background-color: #ffffff; padding: 50px 0 35px; } .event-countdown p { margin-bottom: 30px; } .event-countdown .countdown-box { position: relative; color: #ffffff; display: inline-block; height: 100px; width: 100px; margin: 0 10px 20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; } .event-countdown .countdown-box:nth-child(1) { background-color: #4caf50; } .event-countdown .countdown-box:nth-child(2) { background-color: #02a8f4; } .event-countdown .countdown-box:nth-child(3) { background-color: #9c27b0; } .event-countdown .countdown-box:nth-child(4) { background-color: #009688; } .event-countdown .countdown-box .box-inner { position: absolute; top: 50%; left: 0; padding: 0 10px; width: 100%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); } .event-countdown .countdown-box .count-amount { font-family: "Open Sans", sans-serif; font-size: 2em; font-weight: 800; margin-bottom: 5px; line-height: 1; } /* # Overview --------------------------------------------------------------*/ .overview { background-image: url("../images/overview_bg.jpg"); background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; } .overview-box { margin-bottom: 30px; } .overview-box::before, .overview-box::after { content: ''; display: table; visibility: hidden; } .overview-box::after { clear: both; } .overview-box .fp-icon { border: 1px solid; border-color: rgba(255, 255, 255, 0.15); display: block; font-size: 2em; float: left; margin-right: 12px; height: 60px; width: 60px; text-align: center; line-height: 58px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; -webkit-transition: all ease 0.3s; transition: all ease 0.3s; } .overview-box:hover .fp-icon { border-color: rgba(0, 150, 136, 0.25); color: #009688; } .overview-box .fp-desc { overflow: hidden; padding-top: 3px; } .overview-box .fp-desc .title { font-size: 1em; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 5px; } /* # Speakers --------------------------------------------------------------*/ .speakers { background-image: url("../images/speakers_bg.jpg"); background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; } .speakers .speaker { margin-bottom: 30px; max-width: 100%; text-align: center; } .speakers .speaker .avatar { position: relative; display: inline-block; max-width: 100%; margin-bottom: 5px; overflow: hidden; } .speakers .speaker .avatar img { -webkit-transition: all ease 0.35s; transition: all ease 0.35s; } .speakers .speaker:hover .avatar img { -ms-transform: scale(1.08, 1.08); -webkit-transform: scale(1.08, 1.08); transform: scale(1.08, 1.08); } .speakers .speaker .social-links { position: absolute; bottom: 0; left: 0; background-color: rgba(255, 255, 255, 0.6); padding: 7px 10px 5px; text-align: center; width: 100%; -webkit-transition: all ease 0.3s; transition: all ease 0.3s; } .speakers .speaker .social-links a { font-size: 1.4em; color: #212121; } .speakers .speaker .social-links a:hover { color: #009688; } .speakers .speaker .speaker-info .name { font-size: 1em; text-transform: uppercase; margin-bottom: 2px; letter-spacing: .1em; } .speakers .speaker .speaker-info cite { color: #424242; font-style: normal; } @media screen and (min-width: 992px) { .speakers .speaker .social-links { bottom: -100%; } .speakers .speaker:hover .social-links { bottom: 0; } } @media screen and (min-width: 768px) { .speakers .speaker { text-align: left; } } /* # Schedule --------------------------------------------------------------*/ .schedule-wrapper ul, .schedule-wrapper ol { padding: 0; margin: 0; } .tab-navigation { text-align: center; margin: 0 0 40px; } .tab-navigation .tabs { padding: 0; margin: 0; } .tab-navigation .tabs li { display: inline-block; margin-right: -3px; } .tab-navigation .tabs li a { background-color: #e3e3e3; color: #424242; display: block; font-weight: 400; padding: 8px 20px; } .tab-navigation .tabs li:first-child a { -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; -ms-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; } .tab-navigation .tabs li:last-child a { -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; -ms-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; } .tab-navigation .tabs li a.active { background-color: #009688; color: #ffffff; } .schedules { margin-bottom: 30px; } .tab-content { display: none; padding: 0; margin: 0; border: 1px solid; border-color: rgba(0, 0, 0, 0.15); -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; } .tab-content.current { display: block; } .tab-content li { background-color: #f9f9f9; padding: 20px 20px 25px; list-style-type: none; border-bottom: 1px dotted; border-bottom-color: rgba(0, 0, 0, 0.2); } .tab-content li:first-child { -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -ms-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; } .tab-content li:last-child { border-bottom: 0 none; -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; -ms-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; } .tab-content li:nth-child(2n+2) { background-color: #f4f4f4; } .tab-content .fp-meta span { background-color: #101010; color: #ffffff; font-weight: 600; font-style: normal; padding: 2px 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; } .tab-content .title { font-size: 1.1em; letter-spacing: .1em; margin-bottom: 15px; text-transform: uppercase; } .tab-content .avatar { height: 50px; width: 50px; float: left; margin-right: 12px; overflow: hidden; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; } .tab-content .fp-desc { overflow: hidden; } .tab-content .name { font-family: "Roboto Slab", serif; font-size: 1em; font-weight: 400; margin-bottom: 5px; } /* # Benefits --------------------------------------------------------------*/ .benefits { background-image: url("../images/benefit_bg.jpg"); background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; } .text-box { margin-bottom: 40px; } .text-box::before, .text-box::after { content: ''; display: table; visibility: hidden; } .text-box::after { clear: both; } .text-box .fp-icon { border: 1px solid; border-color: rgba(255, 255, 255, 0.15); float: left; font-size: 2em; margin-right: 15px; height: 60px; width: 60px; line-height: 58px; text-align: center; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; -webkit-transition: all ease 0.2s; transition: all ease 0.2s; } .text-box:hover .fp-icon { border-color: rgba(0, 150, 136, 0.25); color: #009688; } .text-box .fp-desc { overflow: hidden; } .text-box .title { font-size: 1em; text-transform: uppercase; margin-bottom: 7px; letter-spacing: .1em; } /* # Packages --------------------------------------------------------------*/ .package { margin-bottom: 40px; background-color: #ffffff; color: #212121; font-weight: 400; text-align: center; border: 1px solid; border-color: rgba(0, 0, 0, 0.15); -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; } .package .package-header { padding: 15px 20px 10px; text-align: center; font-family: "Open Sans", sans-serif; } .package .package-name { text-transform: uppercase; margin-bottom: 0; font-weight: 800; letter-spacing: .1em; color: #212121; } .package .price { color: #009688; font-size: 2.7em; font-weight: 800; } .package .currency-symbol, .package .duration { font-weight: 300; color: #999999; } .package .currency-symbol { vertical-align: super; font-size: .5em; } .package .duration { margin-left: -9px; font-size: .4em; } .package.highlight .pricing-header { background-color: #00796b; } .package.highlight .pricing-header .price { color: #ffffff; } .package.highlight .pricing-header .currency-symbol, .package.highlight .pricing-header .duration, .package.highlight .pricing-header .plan-name { color: #b2dfdb; } .package ul { padding: 0; margin-bottom: 0; } .package ul > li { list-style: none; padding: 18px 20px; border-top: 1px solid; border-top-color: rgba(0, 0, 0, 0.15); } .package ul > li::before { content: '\f121'; display: inline-block; margin-right: 10px; font-family: ionicons; vertical-align: middle; color: #25921f; font-size: 1em; opacity: .8; } .package ul > li.disable { text-decoration: line-through; color: #999999; opacity: .6; } .package ul > li.disable::before { content: '\f129'; color: #ff0000; } .package .package-footer { text-align: center; padding: 20px; border-top: 1px solid; border-top-color: rgba(0, 0, 0, 0.15); } /* # Register --------------------------------------------------------------*/ .register .modal-title { text-transform: uppercase; } .register-form { display: block; } .register-form input, .register-form select { width: 100%; background-color: #f9f9f9; border: 1px solid; border-color: rgba(0, 0, 0, 0.1); color: #424242; height: 50px; margin-bottom: 30px; padding: 5px 12px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; } .register-form input:focus, .register-form select:focus { border-color: rgba(0, 0, 0, 0.3); } .register-form option { background-color: #ffffff; color: #424242; padding: 6px 10px; } .register-form .btn { height: 50px; } @media screen and (min-width: 992px) { .register .modal-header { padding: 20px 30px; } .register .modal-body { padding: 30px; } } /* # FAQ --------------------------------------------------------------*/ .panel { margin-bottom: 0; border-width: 0 0 1px; border-style: dotted; border-color: rgba(0, 0, 0, 0.15); padding: 12px 15px 5px; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; } .panel:first-child { -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -ms-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; } .panel:last-child { border: 0 none; -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; -ms-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; } .panel .panel-title { margin-bottom: 10px; font-size: 1.1em; } .panel .panel-title a { display: block; } .panel .panel-title a:hover, .panel .panel-title a:focus, .panel .panel-title a:active { color: #212121; outline: none; } .panel .panel-title .fa-icon { color: #424242; display: inline-block; margin-right: 5px; width: 12px; } .panel-heading, .panel-body { padding: 0; } .panel-body { padding: 0 0 7px 22px; } .panel-default > .panel-heading { background-color: transparent; border: 0 none; } .faq-wrapper { border: 1px solid; border-color: rgba(0, 0, 0, 0.15); margin-bottom: 30px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; } .faq-wrapper p { margin-bottom: 8px; } .faq-wrapper p:last-child { margin-bottom: 0; } /* # Gallery --------------------------------------------------------------*/ .gallery { margin-bottom: 50px; } .gallery .gallery-item { position: relative; width: 100%; } .gallery .gallery-item:after { content: ''; display: block; padding-top: 56.25%; } .gallery .item-inner { position: absolute; top: 0; bottom: 0; right: 0; left: 0; background-color: red; } .gallery .owl-controls .owl-prev, .gallery .owl-controls .owl-next { position: absolute; top: 50%; background-color: rgba(0, 150, 136, 0.8); color: #ffffff; font-size: 2em; height: 40px; width: 40px; line-height: 40px; text-align: center; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all ease 0.3s; transition: all ease 0.3s; } .gallery .owl-controls .owl-prev:hover, .gallery .owl-controls .owl-next:hover { background-color: #009688; } .gallery .owl-controls .owl-prev { left: 15px; } .gallery .owl-controls .owl-prev i { margin-left: -2px; } .gallery .owl-controls .owl-next { right: 15px; } .gallery .owl-controls .owl-next i { margin-right: -2px; } .gallery .owl-controls .owl-dots { position: absolute; top: 100%; left: 0; margin-top: 10px; text-align: center; width: 100%; } .gallery .owl-controls .owl-dot { background-color: rgba(0, 0, 0, 0.4); display: inline-block; height: 10px; width: 10px; margin: 0 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; } .gallery .owl-controls .owl-dot.active { background-color: #009688; } /* # Blog --------------------------------------------------------------*/ .blog-posts .btn-panel { margin: 40px 0 40px; text-align: center; } .blog-posts .fp-post { margin-bottom: 40px; } .blog-posts .fp-post::before, .blog-posts .fp-post::after { content: ''; display: table; visibility: hidden; } .blog-posts .fp-post::after { clear: both; } .blog-posts .post-meta { color: #999999; font-family: "Open Sans", sans-serif; font-size: .8em; text-transform: uppercase; margin-bottom: 5px; } .blog-posts .post-meta a { color: #424242; } .blog-posts .post-meta a:hover { color: #009688; } .blog-posts .post-title { font-size: 1.1em; font-weight: 700; line-height: 1.48; text-transform: uppercase; letter-spacing: .1em; } .blog-posts .post-title a { color: #212121; -webkit-transition: all ease 0.3s; transition: all ease 0.3s; } .blog-posts .post-title a:hover { color: #009688; } .blog-posts .thumb-container { display: block; margin-bottom: 15px; } @media screen and (min-width: 668px) { .blog-posts .thumb-container { width: 250px; float: left; margin-right: 20px; margin-bottom: 0; } .blog-posts .post-desc { overflow: hidden; } } /* # Sponsors --------------------------------------------------------------*/ .sponsor-panel { margin-bottom: 30px; } .sponsor-panel .sponsors { margin-bottom: 60px; padding: 0; } .sponsor-panel .sponsors li { list-style-type: none; } .sponsor-panel .sponsors li > a { position: relative; display: block; text-align: center; padding: 3px 12px; background-color: rgba(0, 0, 0, 0.1); height: 60px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; } .sponsor-panel .sponsors li > a:hover { background-color: rgba(0, 0, 0, 0.2); } .sponsor-panel .sponsors li > a img { position: absolute; top: 50%; left: 50%; vertical-align: middle; width: auto; max-width: 85%; max-height: 40px; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } /* # Map --------------------------------------------------------------*/ .map-container { height: 450px; } .map-info-box { width: 300px; font-family: "Roboto Slab", serif; font-size: 1em; line-height: 1.8; } .map-info-box .info-head { margin-bottom: 12px; } /* # Subscribe --------------------------------------------------------------*/ .subscribe { padding: 40px 0 0; background-color: #212121; } .subscribe, .subscribe h1, .subscribe h2, .subscribe h3, .subscribe h4, .subscribe h5, .subscribe h6 { color: #ffffff; } .subscribe .section-header .section-title .fp-meta::after { background-color: rgba(255, 255, 255, 0.2); } .subscribe .section-header { margin-bottom: 30px; text-align: left; } .subscribe-form { margin-bottom: 15px; } .subscribe-form input, .subscribe-form .submit-btn { border: 0 none; margin: 15px 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; } .subscribe-form input { background-color: rgba(0, 0, 0, 0.15); border: 1px solid; border-color: rgba(255, 255, 255, 0.15); height: 50px; width: 100%; padding: 7px 20px; } .subscribe-form input:focus { border-color: #009688; } .subscribe-form .submit-btn { display: block; background-color: #ffffff; color: #212121; height: 50px; width: 100%; text-transform: uppercase; } .subscribe-form .submit-btn:hover { color: #009688; } .subscribe-form .submit-btn i, .subscribe-form .submit-btn span { margin-right: 4px; } /* # Footer --------------------------------------------------------------*/ .footer { background-color: #101010; padding: 30px 0 13px; color: #c0c0c0; } .footer a { color: #c9c9c9; } .footer a:hover { color: #009688; } .footer .social-links, .footer .copyright { margin-bottom: 15px; } .footer .social-links { float: right; } .footer .social-links a { font-size: 1.3em; padding: 0; margin-left: 12px; }
0.627267
0.07024
@charset "utf-8"; /* reset */ body, div, header, footer, nav, section, article, aside, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, table, tr, th, td, form, fieldset, legend, figure {padding:0;margin:0;box-sizing:border-box} ul, ol, li, dl, dt, dd {list-style:none} h1, h2, h3, h4, h5, h6 {font-size:100%;font-weight:normal} fieldset, img {border:0 none} table {border-spacing:0;border-collapse:collapse;box-sizing:border-box} input, select, textarea, button {padding:0;margin:0;font-size:100%;vertical-align:middle} button {border:1px solid #666;background-color:transparent;cursor:pointer} a, a:hover, a:active {text-decoration:none} address, em {font-style:normal} strong {font-weight:normal} button {border:0 none;outline:0 none;cursor:pointer} input, select {border:0 none;outline:0 none} /* base */ html, body {width:100%;height:100%} body {font-family:'Noto Sans KR','Malgun Gothic','맑은 고딕',sans-serif;color:#555555;font-size:13px;line-height:1.5;background-color:#ffffff} a {color:#101010;text-decoration:none} img {width:100%} input::placeholder {color:#acacac} /*---------- 여기까지 초기화 및 공통 디자인 ----------*/ #wrap {width:100%;height:100%} .hidden {width:0;height:0;padding:0;margin:0;font-size:0;line-height:0;text-indent:-9999} .inner {width:100%;height:100%;max-width:100%;margin:0 auto} /* header */ #header .headerBox {position:relative;width:100%;padding:0 10px;background-color:#ffffff;border-bottom:1px solid #ff881b;box-shadow:1px 0 10px rgba(0,0,0,0.1)} #header .headerBox .logo a {display:block;width:150px;padding-left:20px} #header .headerBox .admin {position:absolute;right:20px;top:4px;width:150px;border:1px solid #dddddd;z-index:30} #header .headerBox .admin dt {padding:5px 20px;background:url(../img/adminDown.png) no-repeat 90% 50%;background-size:10px;cursor:pointer} #header .headerBox .admin dt.changeImg {background:url(../img/adminUp.png) no-repeat 90% 50%;background-size:10px} #header .headerBox .admin dd {display:none;position:absolute;left:0;bottom:-80px;;width:100%;border:1px solid #dddddd} #header .headerBox .admin dd.active {display:block} #header .headerBox .admin dd a {display:block;padding:10px 30px;background-color:#ffffff;border-spacing:0;border-collapse:collapse} #header .headerBox .admin dd a:hover {color:#ff881b;background-color:#f8f8f8} /* gnb */ .container {width:100%;height:100%;background-color:#ffffff} .sec_gnb {position:relative;background-color:#f8f8f8;z-index:20;border-bottom:1px solid #ff881b} .sec_gnb .close {display:none;position:absolute;top:3px;left:350px;width:49px;padding:15px;background-color:#ffffff;z-index:20;cursor:pointer} /* 대메뉴 */ .container:after {content:'';display:block;clear:both} #gnb .mainMenu li:first-child {clear:left} .sec_gnb .mainMenu:after {content:'';display:block;clear:both} .sec_gnb .mainMenu li a {display:block;white-space:nowrap} .sec_gnb .mainMenu li {float:left;position:relative;padding:10px;border-right:1px solid #dddddd;border-left:1px solid #f8f8f8;background-color:#f8f8f8;border-top:2px solid #f5f5f5} .sec_gnb .mainMenu > li > a {padding:;color:#292929;text-align:center;font-weight:bold;color:#666666} .sec_gnb .mainMenu > li .fontIcon {font-size:15px} .sec_gnb .mainMenu > li.on {;border-top:2px solid #ff881b} .sec_gnb .mainMenu > li.on > a {color:#ff881b} .sec_gnb .mainMenu > li.active {position:relative;border-top:2px solid #ff881b;border-right:1px solid #ff881b;border-left:1px solid #ff881b;background-color:#ffffff} .sec_gnb .mainMenu > li.active:after {content:'';display:block;position:absolute;left:0;bottom:-2px;width:100%;height:2px;background-color:#ffffff} .sec_gnb .mainMenu > li.active > a {color:#ff881b} /* 소메뉴 */ .sec_gnb .mainMenu .subMenu {display:none;position:absolute;left:0;top:100%;width:200px;background-color:#ffffff;border:1px solid #dddddd;box-shadow:3px 3px 10px rgba(0,0,0,0.1);z-index:30} .sec_gnb .mainMenu .subMenu dt {padding:10px 10px 10px 30px;border-bottom:1px solid #dddddd} .sec_gnb .mainMenu .subMenu dd a {padding:15px 10px 15px 30px} .sec_gnb .mainMenu .subMenu dd:hover a {color:#ff881b;background-color:#f8f8f8} /* contents */ #contents {;width:100%;height:100%;padding:15px;background-color:#fff} #contents:after {content:'';display:block;clear:both} #contents .tab {position:relative;width:100%} #contents .tab:after {content:'';display:block;clear:both} #contents h3 {float:left;border:1px solid #ddd;border-bottom:2px solid #ff881b} #contents h3 a {display:block;width:120px;height:40px;line-height:40px;text-align:center;background-color:#f8f8f8} #contents .tab .on h3 {position:relative;border:1px solid #ff881b} #contents .tab .on h3:after {content:'';position:absolute;left:0;bottom:-1px;width:100%;height:1px;background-color:#fff} #contents .tab .on h3 a {color:#ff881b;font-weight:bold;background-color:#fff} #contents .tab .total_date {display:none;position:absolute;left:0;top:60px;width:100%;background-color:#fff} #contents .tab .on .total_date {display:block} /* route */ #contents .route {padding-bottom:20px} #contents .route ul:after {content:'';display:block;clear:both} #contents .route li {float:left;margin-right:10px} #contents .route li a {color:#858585} #contents .route li:after {content:'>';padding-left:15px} #contents .route li:last-child:after {display:none} /* dateBtn */ #contents .dateBtn {width:100%;text-align:right} #contents .dateBtn button {padding:10px;margin-left:20px} #contents .dateBtn .register {background-color:palevioletred;color:#fff} #contents .dateBtn .check {background-color:cornflowerblue;color:#fff} /* table */ #contents section {position:relative} #contents section .table_style {width:100%;border:1px solid #ddd;margin-bottom:20px} #contents section th {font-weight:bold;text-align:left} #contents section td {padding:10px;border-bottom:1px solid #dddddd;background-color:#ffffff} #contents section td label {display:inline-block;width:10%;margin-right:10%;vertical-align:middle} #contents section .title_style {width:20%;background-color:#f5f5f5;border-right:1px solid #ddd} #contents .dateSearch {width:100%;padding:20px;border:1px solid #ddd;background-color:#fff4e7} #contents .dateSearch .period {display:inline-block;width:50%} #contents .dateSearch .condition {display:inline-block} #contents .dateSearch dt {;font-size:16px;font-weight:bold} #contents .dateSearch dd {display:inline-block;padding-right:20px;margin-top:20px} #contents .dateSearch dd select {;padding:10px 40px 10px 10px;border:1px solid #ddd} #contents .dateSearch dd input {padding:10px 20px;border:1px solid #ddd;font-size:15px} .searchBtn {width:100%;padding-top:20px;text-align:center} .searchBtn .btn button {display:inline-block;width:200px;padding:10px;background-color:cornflowerblue;color:#ffffff;font-size:16px;font-weight:bold} /* 미정박스 */ .box {padding:20px;margin:20px 0;background-color:#f5f5f5;border:1px solid #ddd;text-align:right} .box a {display:inline-block;padding:10px 40px;margin-left:10px;color:#fff} .box a:first-child {background-color:dimgrey} .box a:last-child {background-color:cornflowerblue} /* #TABLE_ID */ #contents #TABLE_ID {width:100%;font-size:11px} #contents #TABLE_ID th {padding:10px;border:1px solid #ddd;background-color:#f5f5f5} #contents #TABLE_ID td {color:#858585;border:1px solid #ddd} #contents #TABLE_ID td li {padding-bottom:5px;text-align:center} #contents #TABLE_ID td li a {display:block;font-weight:bold} #contents #TABLE_ID td li a:hover {color:#fff} #contents #TABLE_ID td .change {background-color:cadetblue} #contents #TABLE_ID td .deletion {background-color:coral} #footer {width:100%;text-align:center} /* login */ .sec_login {height:100%;padding-top:80px;text-align:center;background:url(../img/bg1.jpg) no-repeat 0 0;background-size:cover;opacity:0.8} .sec_login h1 {display:inline-block;width:250px;font-size:20px;color:#fff} .sec_login .login {display:inline-block;width:400px;padding:30px 40px;border:1px solid #ddd;background-color:#fff;box-shadow:1px 1px 10px rgba(0,0,0,0.7)} .sec_login .login legend {padding-top:60px;font-weight:bold;font-size:16px} .sec_login .login dl {padding-bottom:20px;text-align:left} .sec_login .login dl input {width:100%;padding:10px 20px;border:1px solid #ddd} .sec_login .login .loginBtn .btn button {width:100%;padding:10px;margin-top:20px;background-color:#555555;color:#fff;font-weight:bold} .sec_login .login .loginBtn .btn button:hover {background-color:#ff881b} .sec_login .member {padding-top:20px} .sec_login .member li {padding:5px} .sec_login .member li a {color:#fff;font-weight:bold} .sec_login .member li a:hover {color:#ff881b}
public/mediconex/css/mediconex.css
@charset "utf-8"; /* reset */ body, div, header, footer, nav, section, article, aside, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, table, tr, th, td, form, fieldset, legend, figure {padding:0;margin:0;box-sizing:border-box} ul, ol, li, dl, dt, dd {list-style:none} h1, h2, h3, h4, h5, h6 {font-size:100%;font-weight:normal} fieldset, img {border:0 none} table {border-spacing:0;border-collapse:collapse;box-sizing:border-box} input, select, textarea, button {padding:0;margin:0;font-size:100%;vertical-align:middle} button {border:1px solid #666;background-color:transparent;cursor:pointer} a, a:hover, a:active {text-decoration:none} address, em {font-style:normal} strong {font-weight:normal} button {border:0 none;outline:0 none;cursor:pointer} input, select {border:0 none;outline:0 none} /* base */ html, body {width:100%;height:100%} body {font-family:'Noto Sans KR','Malgun Gothic','맑은 고딕',sans-serif;color:#555555;font-size:13px;line-height:1.5;background-color:#ffffff} a {color:#101010;text-decoration:none} img {width:100%} input::placeholder {color:#acacac} /*---------- 여기까지 초기화 및 공통 디자인 ----------*/ #wrap {width:100%;height:100%} .hidden {width:0;height:0;padding:0;margin:0;font-size:0;line-height:0;text-indent:-9999} .inner {width:100%;height:100%;max-width:100%;margin:0 auto} /* header */ #header .headerBox {position:relative;width:100%;padding:0 10px;background-color:#ffffff;border-bottom:1px solid #ff881b;box-shadow:1px 0 10px rgba(0,0,0,0.1)} #header .headerBox .logo a {display:block;width:150px;padding-left:20px} #header .headerBox .admin {position:absolute;right:20px;top:4px;width:150px;border:1px solid #dddddd;z-index:30} #header .headerBox .admin dt {padding:5px 20px;background:url(../img/adminDown.png) no-repeat 90% 50%;background-size:10px;cursor:pointer} #header .headerBox .admin dt.changeImg {background:url(../img/adminUp.png) no-repeat 90% 50%;background-size:10px} #header .headerBox .admin dd {display:none;position:absolute;left:0;bottom:-80px;;width:100%;border:1px solid #dddddd} #header .headerBox .admin dd.active {display:block} #header .headerBox .admin dd a {display:block;padding:10px 30px;background-color:#ffffff;border-spacing:0;border-collapse:collapse} #header .headerBox .admin dd a:hover {color:#ff881b;background-color:#f8f8f8} /* gnb */ .container {width:100%;height:100%;background-color:#ffffff} .sec_gnb {position:relative;background-color:#f8f8f8;z-index:20;border-bottom:1px solid #ff881b} .sec_gnb .close {display:none;position:absolute;top:3px;left:350px;width:49px;padding:15px;background-color:#ffffff;z-index:20;cursor:pointer} /* 대메뉴 */ .container:after {content:'';display:block;clear:both} #gnb .mainMenu li:first-child {clear:left} .sec_gnb .mainMenu:after {content:'';display:block;clear:both} .sec_gnb .mainMenu li a {display:block;white-space:nowrap} .sec_gnb .mainMenu li {float:left;position:relative;padding:10px;border-right:1px solid #dddddd;border-left:1px solid #f8f8f8;background-color:#f8f8f8;border-top:2px solid #f5f5f5} .sec_gnb .mainMenu > li > a {padding:;color:#292929;text-align:center;font-weight:bold;color:#666666} .sec_gnb .mainMenu > li .fontIcon {font-size:15px} .sec_gnb .mainMenu > li.on {;border-top:2px solid #ff881b} .sec_gnb .mainMenu > li.on > a {color:#ff881b} .sec_gnb .mainMenu > li.active {position:relative;border-top:2px solid #ff881b;border-right:1px solid #ff881b;border-left:1px solid #ff881b;background-color:#ffffff} .sec_gnb .mainMenu > li.active:after {content:'';display:block;position:absolute;left:0;bottom:-2px;width:100%;height:2px;background-color:#ffffff} .sec_gnb .mainMenu > li.active > a {color:#ff881b} /* 소메뉴 */ .sec_gnb .mainMenu .subMenu {display:none;position:absolute;left:0;top:100%;width:200px;background-color:#ffffff;border:1px solid #dddddd;box-shadow:3px 3px 10px rgba(0,0,0,0.1);z-index:30} .sec_gnb .mainMenu .subMenu dt {padding:10px 10px 10px 30px;border-bottom:1px solid #dddddd} .sec_gnb .mainMenu .subMenu dd a {padding:15px 10px 15px 30px} .sec_gnb .mainMenu .subMenu dd:hover a {color:#ff881b;background-color:#f8f8f8} /* contents */ #contents {;width:100%;height:100%;padding:15px;background-color:#fff} #contents:after {content:'';display:block;clear:both} #contents .tab {position:relative;width:100%} #contents .tab:after {content:'';display:block;clear:both} #contents h3 {float:left;border:1px solid #ddd;border-bottom:2px solid #ff881b} #contents h3 a {display:block;width:120px;height:40px;line-height:40px;text-align:center;background-color:#f8f8f8} #contents .tab .on h3 {position:relative;border:1px solid #ff881b} #contents .tab .on h3:after {content:'';position:absolute;left:0;bottom:-1px;width:100%;height:1px;background-color:#fff} #contents .tab .on h3 a {color:#ff881b;font-weight:bold;background-color:#fff} #contents .tab .total_date {display:none;position:absolute;left:0;top:60px;width:100%;background-color:#fff} #contents .tab .on .total_date {display:block} /* route */ #contents .route {padding-bottom:20px} #contents .route ul:after {content:'';display:block;clear:both} #contents .route li {float:left;margin-right:10px} #contents .route li a {color:#858585} #contents .route li:after {content:'>';padding-left:15px} #contents .route li:last-child:after {display:none} /* dateBtn */ #contents .dateBtn {width:100%;text-align:right} #contents .dateBtn button {padding:10px;margin-left:20px} #contents .dateBtn .register {background-color:palevioletred;color:#fff} #contents .dateBtn .check {background-color:cornflowerblue;color:#fff} /* table */ #contents section {position:relative} #contents section .table_style {width:100%;border:1px solid #ddd;margin-bottom:20px} #contents section th {font-weight:bold;text-align:left} #contents section td {padding:10px;border-bottom:1px solid #dddddd;background-color:#ffffff} #contents section td label {display:inline-block;width:10%;margin-right:10%;vertical-align:middle} #contents section .title_style {width:20%;background-color:#f5f5f5;border-right:1px solid #ddd} #contents .dateSearch {width:100%;padding:20px;border:1px solid #ddd;background-color:#fff4e7} #contents .dateSearch .period {display:inline-block;width:50%} #contents .dateSearch .condition {display:inline-block} #contents .dateSearch dt {;font-size:16px;font-weight:bold} #contents .dateSearch dd {display:inline-block;padding-right:20px;margin-top:20px} #contents .dateSearch dd select {;padding:10px 40px 10px 10px;border:1px solid #ddd} #contents .dateSearch dd input {padding:10px 20px;border:1px solid #ddd;font-size:15px} .searchBtn {width:100%;padding-top:20px;text-align:center} .searchBtn .btn button {display:inline-block;width:200px;padding:10px;background-color:cornflowerblue;color:#ffffff;font-size:16px;font-weight:bold} /* 미정박스 */ .box {padding:20px;margin:20px 0;background-color:#f5f5f5;border:1px solid #ddd;text-align:right} .box a {display:inline-block;padding:10px 40px;margin-left:10px;color:#fff} .box a:first-child {background-color:dimgrey} .box a:last-child {background-color:cornflowerblue} /* #TABLE_ID */ #contents #TABLE_ID {width:100%;font-size:11px} #contents #TABLE_ID th {padding:10px;border:1px solid #ddd;background-color:#f5f5f5} #contents #TABLE_ID td {color:#858585;border:1px solid #ddd} #contents #TABLE_ID td li {padding-bottom:5px;text-align:center} #contents #TABLE_ID td li a {display:block;font-weight:bold} #contents #TABLE_ID td li a:hover {color:#fff} #contents #TABLE_ID td .change {background-color:cadetblue} #contents #TABLE_ID td .deletion {background-color:coral} #footer {width:100%;text-align:center} /* login */ .sec_login {height:100%;padding-top:80px;text-align:center;background:url(../img/bg1.jpg) no-repeat 0 0;background-size:cover;opacity:0.8} .sec_login h1 {display:inline-block;width:250px;font-size:20px;color:#fff} .sec_login .login {display:inline-block;width:400px;padding:30px 40px;border:1px solid #ddd;background-color:#fff;box-shadow:1px 1px 10px rgba(0,0,0,0.7)} .sec_login .login legend {padding-top:60px;font-weight:bold;font-size:16px} .sec_login .login dl {padding-bottom:20px;text-align:left} .sec_login .login dl input {width:100%;padding:10px 20px;border:1px solid #ddd} .sec_login .login .loginBtn .btn button {width:100%;padding:10px;margin-top:20px;background-color:#555555;color:#fff;font-weight:bold} .sec_login .login .loginBtn .btn button:hover {background-color:#ff881b} .sec_login .member {padding-top:20px} .sec_login .member li {padding:5px} .sec_login .member li a {color:#fff;font-weight:bold} .sec_login .member li a:hover {color:#ff881b}
0.289472
0.065845
:root{ --main-bg-color : rgb(255, 255, 255); --extra-bg-color : rgb(209, 209, 209); --dark-text-color : rgb(226, 226, 226); --dark-text-highlight : rgb(37, 120, 245); --dark-main-bg-color : rgb(31, 31, 31); --dark-extra-bg-color : rgb(53, 53, 53); --text-color : rgb(32, 32, 32); --text-highlight : rgb(37, 120, 245); } /* ------------- Default Elements ------------- */ *{ margin: 0; padding: 0; font-family: 'Roboto', sans-serif; } html, body{ background: var(--main-bg-color); color: var(--text-color); font-weight: 400; height: 100%; } header { padding: 2rem; /* position: fixed; top: 0; */ } a{ text-decoration: none; color: inherit; } button{ float: inline; width: 7em; padding: .25em .25em; margin: 2em; text-align: center; background-color: var(--extra-bg-color); border-style: solid; border-color: var(--dark-extra-bg-color); border-radius: .25em; color: var(--text-color); transition: .25s; } button:hover{ background: var(--main-bg-color); box-shadow: 0 5px 8px rgba(0, 0, 0, .5); } button:focus{ background: var(--main-bg-color); box-shadow: 0 5px 8px rgba(0, 0, 0, .5); } button:visited{ background-color: var(--extra-bg-color); border-style: solid; border-color: var(--dark-extra-bg-color); } .btn-dark{ float: inline; width: 7em; padding: .25em .25em; margin: 2em; text-align: center; background-color: var(--dark-extra-bg-color); border-style: solid; border-color: var(--extra-bg-color); border-radius: .25em; color: var(--dark-text-color); } .btn-dark:hover{ background: var(--dark-main-bg-color); box-shadow: 0 5px 8px rgba(0, 0, 0, .5); } .btn-dark:focus{ background: var(--dark-main-bg-color); box-shadow: 0 5px 8px rgba(0, 0, 0, .5); } .btn-dark:visited{ background-color: var(--extra-bg-color); border-style: solid; border-color: var(--dark-extra-bg-color); } input{ background: var(--dark-bg-color); border: none; border-bottom:solid 1px; border-color: var(--dark-text-color); color: var(--text-color); margin: .5rem; } input:focus{ border: none; outline: none; } /* ------------- Modal ------------- */ .modal{ display: none; position: fixed; z-index: 1; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 45%; overflow: auto; background: var(--main-bg-color); border: solid 1px var(--extra-bg-color); color: var(--text-color); border-radius: 2rem; } .modal-content{ margin: 1rem;; } /* ------------- Slider ------------- */ /* The switch - the box around the slider */ .switch { position: absolute; right: 10px; top: 10px; display: inline-block; width: 35px; height: 15px; } .switch i{ position: relative; right: 19px; top: -2px; } /* Hide default HTML checkbox */ .switch input { opacity: 0; width: 0; height: 0; } /* The slider */ .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: var(--dark-extra-bg-color); -webkit-transition: .4s; transition: .4s; } .slider:before { position: absolute; content: ""; height: 13px; width: 13px; left: 1px; bottom: 1px; background-color: white; -webkit-transition: .4s; transition: .4s; } input:checked + .slider { background-color: var(--extra-bg-color); } input:focus + .slider { box-shadow: 0 0 1px var(--extra-bg-color); } input:checked + .slider:before { -webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px); } /* Rounded sliders */ .slider.round { border-radius: 34px; } .slider.round:before { border-radius: 50%; } /* ------------- Page Elements Extras ------------- */ .vline{ border: solid 1px var(--dark-text-color); margin: 2em; height: 1em; } .line{ border: solid 1px var(--text-color); margin: 2em; width: 0; height: 1em; } .container-full{ display: flex; flex-flow: column nowrap; height: 100%; justify-content: center; } .container-half{ display: flex; flex-flow: column nowrap; height: 50%; justify-content: center; } .container{ display: flex; flex-flow: column nowrap; justify-content: center; align-content: center; } .wrap{ flex-wrap: wrap; } .row{ flex-direction: row; } .pos-end{ justify-content: flex-end; } .pos-start{ justify-content: flex-start; } .space-even{ justify-content: space-evenly; } .space-between{ justify-content: space-between; } .align-front{ align-items: flex-start; } .align-end{ align-items: flex-end; } /* ------------- Utilities ------------- */ .click{ cursor: pointer; } .tab{ margin-left: 1rem; } .tabtab{ margin-left: 2rem; } .narrow{ margin: 0 1rem; } .narrower{ margin: 0 2rem; } .short{ margin: 1rem 0; } .shorter{ margin: 2rem 0; } .elbow-room{ padding: 1rem; } /* ------------- TEXT & FONT ------------- */ .text-center{ text-align: center; } .display{ font-size: 5em; } .thin{ font-weight: 300; } .thinner{ font-weight: 100; } .heavy{ font-weight: 500; } .heavier{ font-weight: 700; } .bg-dark{ background: var(--dark-main-bg-color); } .bg-dark-extra{ background: var(--dark-extra-bg-color); } .bg-lite{ background: var(--main-bg-color); } .bg-lite-extra{ background: var(--extra-bg-color); } .text-lite{ color: var(--dark-text-color); } .text-lite-highlight{ color: var(--dark-text-highlight); } .text-dark{ color: var(--text-color); } .text-dark-highlight{ color: var(--text-highlight); }
public/css/style.css
:root{ --main-bg-color : rgb(255, 255, 255); --extra-bg-color : rgb(209, 209, 209); --dark-text-color : rgb(226, 226, 226); --dark-text-highlight : rgb(37, 120, 245); --dark-main-bg-color : rgb(31, 31, 31); --dark-extra-bg-color : rgb(53, 53, 53); --text-color : rgb(32, 32, 32); --text-highlight : rgb(37, 120, 245); } /* ------------- Default Elements ------------- */ *{ margin: 0; padding: 0; font-family: 'Roboto', sans-serif; } html, body{ background: var(--main-bg-color); color: var(--text-color); font-weight: 400; height: 100%; } header { padding: 2rem; /* position: fixed; top: 0; */ } a{ text-decoration: none; color: inherit; } button{ float: inline; width: 7em; padding: .25em .25em; margin: 2em; text-align: center; background-color: var(--extra-bg-color); border-style: solid; border-color: var(--dark-extra-bg-color); border-radius: .25em; color: var(--text-color); transition: .25s; } button:hover{ background: var(--main-bg-color); box-shadow: 0 5px 8px rgba(0, 0, 0, .5); } button:focus{ background: var(--main-bg-color); box-shadow: 0 5px 8px rgba(0, 0, 0, .5); } button:visited{ background-color: var(--extra-bg-color); border-style: solid; border-color: var(--dark-extra-bg-color); } .btn-dark{ float: inline; width: 7em; padding: .25em .25em; margin: 2em; text-align: center; background-color: var(--dark-extra-bg-color); border-style: solid; border-color: var(--extra-bg-color); border-radius: .25em; color: var(--dark-text-color); } .btn-dark:hover{ background: var(--dark-main-bg-color); box-shadow: 0 5px 8px rgba(0, 0, 0, .5); } .btn-dark:focus{ background: var(--dark-main-bg-color); box-shadow: 0 5px 8px rgba(0, 0, 0, .5); } .btn-dark:visited{ background-color: var(--extra-bg-color); border-style: solid; border-color: var(--dark-extra-bg-color); } input{ background: var(--dark-bg-color); border: none; border-bottom:solid 1px; border-color: var(--dark-text-color); color: var(--text-color); margin: .5rem; } input:focus{ border: none; outline: none; } /* ------------- Modal ------------- */ .modal{ display: none; position: fixed; z-index: 1; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 45%; overflow: auto; background: var(--main-bg-color); border: solid 1px var(--extra-bg-color); color: var(--text-color); border-radius: 2rem; } .modal-content{ margin: 1rem;; } /* ------------- Slider ------------- */ /* The switch - the box around the slider */ .switch { position: absolute; right: 10px; top: 10px; display: inline-block; width: 35px; height: 15px; } .switch i{ position: relative; right: 19px; top: -2px; } /* Hide default HTML checkbox */ .switch input { opacity: 0; width: 0; height: 0; } /* The slider */ .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: var(--dark-extra-bg-color); -webkit-transition: .4s; transition: .4s; } .slider:before { position: absolute; content: ""; height: 13px; width: 13px; left: 1px; bottom: 1px; background-color: white; -webkit-transition: .4s; transition: .4s; } input:checked + .slider { background-color: var(--extra-bg-color); } input:focus + .slider { box-shadow: 0 0 1px var(--extra-bg-color); } input:checked + .slider:before { -webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px); } /* Rounded sliders */ .slider.round { border-radius: 34px; } .slider.round:before { border-radius: 50%; } /* ------------- Page Elements Extras ------------- */ .vline{ border: solid 1px var(--dark-text-color); margin: 2em; height: 1em; } .line{ border: solid 1px var(--text-color); margin: 2em; width: 0; height: 1em; } .container-full{ display: flex; flex-flow: column nowrap; height: 100%; justify-content: center; } .container-half{ display: flex; flex-flow: column nowrap; height: 50%; justify-content: center; } .container{ display: flex; flex-flow: column nowrap; justify-content: center; align-content: center; } .wrap{ flex-wrap: wrap; } .row{ flex-direction: row; } .pos-end{ justify-content: flex-end; } .pos-start{ justify-content: flex-start; } .space-even{ justify-content: space-evenly; } .space-between{ justify-content: space-between; } .align-front{ align-items: flex-start; } .align-end{ align-items: flex-end; } /* ------------- Utilities ------------- */ .click{ cursor: pointer; } .tab{ margin-left: 1rem; } .tabtab{ margin-left: 2rem; } .narrow{ margin: 0 1rem; } .narrower{ margin: 0 2rem; } .short{ margin: 1rem 0; } .shorter{ margin: 2rem 0; } .elbow-room{ padding: 1rem; } /* ------------- TEXT & FONT ------------- */ .text-center{ text-align: center; } .display{ font-size: 5em; } .thin{ font-weight: 300; } .thinner{ font-weight: 100; } .heavy{ font-weight: 500; } .heavier{ font-weight: 700; } .bg-dark{ background: var(--dark-main-bg-color); } .bg-dark-extra{ background: var(--dark-extra-bg-color); } .bg-lite{ background: var(--main-bg-color); } .bg-lite-extra{ background: var(--extra-bg-color); } .text-lite{ color: var(--dark-text-color); } .text-lite-highlight{ color: var(--dark-text-highlight); } .text-dark{ color: var(--text-color); } .text-dark-highlight{ color: var(--text-highlight); }
0.505127
0.102934
@font-face { font-family: 'gothic'; src: url('./gothic.eot'); src: local('gothic'), url('./gothic.woff') format('woff'), url('./gothic.ttf') format('truetype'); } :root { font-size: 14px; } body { font-family: 'Times New Roman'; margin: 0; font-size: 1rem; background-color: #fafafa; } body.bgImage-full{ background-image: url(../img/body_bg__2.png); background-repeat: no-repeat; height: 100%; width: 100%; background-size: cover; background-position: -100px top; } body.bgImage { background-image: url(../img/body_bg.png); background-position: 90px -50px; background-repeat: no-repeat; background-size: cover; background-color: #fafafa; } ul{ margin: 0; padding: 0; } img{ height: auto; max-width: 100%; } a:hover{ text-decoration: none; } button:focus{ outline: 0; } .form-control:focus{ box-shadow: none; } .topbar__box { display: flex; align-items: flex-end; justify-content: flex-end; } .topbar__box ul li { display: inline-flex; font-family: 'gothic'; } .topbar__box ul li .form-group{ margin-bottom: 0; } .hdr-topbar { align-items: flex-end; justify-content: flex-end; } .hdr__search { position: relative; } .hdr__search .input-group-append button { position: absolute; top: 0; right: 0; background-color: transparent; border: 0; } .hdr__search .input-group-append button i{ color: #fff; } .topbar__box ul li select { line-height: 24px; border: 0; font-size: 0.85rem; appearance: none; font-weight: 700; } .topbar__box ul li select.form-control:focus{ background-color: transparent; box-shadow: none; color: #fff; } .topbar__box ul li select option{ color: #000; } .hdr__search input.form-control { border: 1px solid #fff; height: 32px; } .topbar__box select, .topbar__box input { background-color: transparent; color: #fff; } .topbar__box input.form-control:focus{ background-color: transparent; color: #fff; } .topbar__box input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #fff; } .topbar__box input::-moz-placeholder { /* Firefox 19+ */ color: #fff; } .topbar__box input:-ms-input-placeholder { /* IE 10+ */ color: #fff; } .topbar__box input:-moz-placeholder { /* Firefox 18- */ color: #fff; } .btn.focus, .btn:focus { outline: 0; box-shadow: none; } .topbar__box{ padding: 2rem 0; } .hdr-navbar, .hdr-navList { justify-content: flex-end; padding: 0; } .hdr-navbar ul.navbar-nav{ align-items: flex-end; justify-content: flex-end; } header nav .hdr-navbar ul.navbar-nav li:last-child a.nav-link{ padding-right: 0; } header nav.hdr-navbar ul.navbar-nav li a.nav-link{ color: #F76502; font-weight: 400; padding: 0 0.7rem; font-size: 1.57rem; } header nav.hdr-navbar ul.navbar-nav li a.nav-link:hover{ color: #fff; } .slider-area{ margin-top: 4.2rem; background-image: url('../img/slider_bg.png'); background-repeat: no-repeat; background-size: 50%; background-position: left; } .slider__lft h1 { color: #153C67; font-size: 4.2rem; font-weight: 600; line-height: 80px; text-align: left; margin-bottom: 2rem; } .slider__lft p { font-size: 1.7rem; font-weight: 400; color: #153C67; text-align: left; line-height: 40px; } .slider__search .input-group-append button { position: absolute; top: 0; right: 0; background-color: #F76502; border-radius: 50%; height: 40px; width: 40px; margin-top: 5px; margin-right: 8px; } .slider__search { position: relative; } .slider__search .input-group-append button i { color: #fff; } .slider__search input { height: 50px; border-radius: 20px; border: 0; -moz-box-shadow: 3px 1px 17px -10px #707070; -webkit-box-shadow: 3px 1px 17px -10px #707070; box-shadow: 3px 1px 17px -10px #707070; color: #707070; } .slider__search input:focus{ -moz-box-shadow: 3px 1px 17px -5px #707070; -webkit-box-shadow: 3px 1px 17px -5px #707070; box-shadow: 3px 1px 17px -5px #707070; } .slider-area .carousel-item{ background-size: 50%; background-position: right; background-repeat: no-repeat; min-height: 590px; border-radius: 20px 0 0 20px; } .slider-area .carousel-caption{ bottom: auto; padding-top: 8rem; left: 0; width: 45%; } .slider-area .carousel-indicators{ margin-left: 5%; margin-right: 5%; justify-content: flex-end; margin-bottom: 20px; } .energy__img { border: 8px solid #fff; border-radius: 20px; position: relative; } .energy__img img { border-radius: 20px; } .energy-area{ padding: 8.57rem 0 0; margin-bottom: 8.57rem; background-image: url('../img/energy_bg.png'); background-repeat: no-repeat; background-position: bottom right; background-size: 50%; } .energy__info h2{ font-size: 4rem; color: #112D58; font-weight: 700; text-transform: uppercase; margin-bottom: 20px; } .energy__info h2 span{ color: #FE6700; } .energy__info p{ color: #8C9FB4; font-size: 1.42rem; font-weight: 400; line-height: 40px; } .energy__info a{ display: inline-flex; color: #fff; background-color: #153C67; border-radius: 20px; font-size: 1.42rem; font-weight: 500; padding: 0 1.8rem; line-height: 50px; margin-top: 20px; border: 1px solid #153C67; } .energy__info a:hover{ color: #153C67; background-color: #fff; border: 1px solid #153C67; text-decoration: none; } .energy__info { padding-top: 7rem; } .about-area .energy__info { padding-top: 8rem; } .energy__img:after{ content: ''; position: absolute; width: 100%; height: 100%; border-radius: 20px; left: 0; top: 0; z-index: -1; margin-top: 20px; margin-left: 20px; background-color: #DFE0E1; } .energy__rgt, .energy__lft{ padding: 0 30px; } .news-area{ position: relative; margin-bottom: 90px; } .news-area:before { content: ''; position: absolute; background-color: #153C67; border-radius: 0 524px 524px 0; width: 95%; height: 100%; left: 0; } .news-hed{ padding-top: 7.14rem; padding-bottom: 4.28rem; } .news-hed h2{ font-size: 4rem; color: #fff; font-weight: 700; line-height: 60px; text-transform: uppercase; margin: 0; } .news__title h4{ color: #FC6600; font-size: 1.7rem; font-weight: 500; display: inline-flex; line-height: 40px; margin-bottom: 0; } .news__title h5 { color: #fff; float: right; line-height: 40px; font-size: 1.28rem; margin-bottom: 0; } .news__title h6{ color: #fff; } .news__cont p{ font-size: 1.14rem; line-height: 24px; font-weight: 400; color: #fff; height: 48px; overflow: hidden; } .news__cont a{ font-size: 1.07rem; line-height: 24px; font-weight: 400; color: #fff; } .news__cont a:hover{ text-decoration: none; color: #FC6600; } .news__title { margin: 20px 0 5px; } .news__inr { margin-bottom: 50px; } .news__img img { border-radius: 20px; } .news__img{ height: auto; width: 100%; overflow: hidden; border-radius: 20px; } .view-btn{ display: inline-flex; color: #153C67; background-color: #fff; border-radius: 20px; font-size: 1.42rem; font-weight: 500; padding: 0 1.8rem; line-height: 50px; margin-top: 20px; border: 1px solid #fff; } .view-btn:hover{ color: #fff; background-color: #FC6600; border: 1px solid #FC6600; text-decoration: none; } .news-button { padding-bottom: 7.14rem; } .brands-area{ position: relative; margin-bottom: 8.2rem; } .brands-area:before{ content: ''; position: absolute; background-color: #fff; border-radius: 524px 0px 0px 524px; width: 95%; height: 100%; right: 0; } .brands-hed{ padding-top: 12.85rem; padding-bottom: 7.14rem; } .brands-hed h2{ text-align: center; font-size: 4rem; color: #153C67; font-weight: 700; line-height: 60px; margin: 0; text-transform: uppercase; } .brands-hed h2 span{ color: #FC6600; } .brands-hed p{ color: #153C67; font-size: 1.57rem; font-weight: 400; line-height: 40px; text-align: center; margin-top: 1rem; } .brands__cont h4 { font-size: 1.85rem; font-weight: 700; line-height: 36px; color: #153C67; margin: 20px 0 0; } .brands-box { text-align: center; } .brands__inr { padding: 25px; border-radius: 20px; box-shadow: 0px 20px 106px rgba(33,138,218,0.12); } .brands__img { height: auto; overflow: hidden; display: inline-flex; justify-content: center; align-items: center; background-color: #fff; border-radius: 30px; width: 100%; } .brands__inr:hover { background-color: #153C67; } .brands__inr:hover .brands__cont h4{ color: #fff; text-decoration: none; } .brands-button { padding-bottom: 9rem; text-align: center; } .brands-button .view-btn{ margin-top: 5rem; background-color: #153C67; color: #fff; } .brands-button .view-btn:hover{ background-color: #fff; color: #153C67; border: 1px solid #153C67; } .footer-area{ background-image: url('../img/footer_bg.png'); background-repeat: no-repeat; background-size: cover; background-position: center; padding: 8rem 0 6rem; } a.ftr__topBtn { color: #fff; font-size: 24px; background-color: #FE6700; position: fixed; bottom: 50px; right: 50px; border-radius: 50%; height: 50px; width: 50px; display: block; text-align: center; line-height: 42px; border: 2px solid #FE6700; } a.ftr__topBtn:hover { text-decoration: none; background-color: #fff; color: #FE6700; border: 2px solid #FE6700; } .ftr__hed h3 { font-size: 1.28rem; font-weight: 600; line-height: 27px; color: #153C67; margin-bottom: 2.14rem; } .ftr-links ul li, .ftr-links ul li a { display: flex; color: #8C9FB4; line-height: 40px; font-size: 1rem; font-weight: 400; } .ftr-links ul li a:hover{ color: #153C67; } .ftr__form .form-control { border: 0; border-bottom: 1px solid #8C9FB4; border-radius: 0; background-color: transparent; font-size: 1rem; font-weight: 400; color: #153C67; height: 50px; padding-left: 0; } .ftr__form .form-control::-webkit-input-placeholder { /* Edge */ color: #2C2E3F; } .ftr__form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #2C2E3F; } .ftr__form .form-control::placeholder { color: #2C2E3F; } .ftr__form .form-group{ margin-bottom: 2rem; } button.ftr__send { float: right; color: #fff; background-color: #153C67; border-radius: 20px; font-size: 1.42rem; font-weight: 500; padding: 0 2.5rem; line-height: 50px; border: 1px solid #153C67; text-transform: uppercase; } button.ftr__send:hover{ background-color: #fff; border: 1px solid #153C67; color: #153C67; } .copyright-area{ padding: 1.5rem 0; } .copyright-area p{ margin-bottom: 0; color: #707070; font-size: 0.92rem; font-weight: 400; line-height: 28px; } .copyright-lft { display: flex; align-items: flex-start; justify-content: flex-start; } .copyright-rgt { display: flex; align-items: flex-end; justify-content: flex-end; } .about-area{ position: relative; margin: 7rem 0; background-image: url(../img/slider_bg.png); background-repeat: no-repeat; background-size: contain; background-position: left; min-height: 570px; } .about-area:before{ position: absolute; content: ''; background-image: url('../img/about_img.png'); background-size: cover; background-position: center; background-repeat: no-repeat; border-radius: 60px 0 0 60px; width: 50%; height: 100%; right: 0; border: 10px solid #DFE0E1; border-right: 0; } .about-area .energy__lft { padding-left: 15px; } .provide__cont { padding-top: 10rem; padding-bottom: 10rem; } .provide-area{ position: relative; } .provide-area:before{ content: ''; position: absolute; background-image: url('../img/provide_bgImg.jpg'); background-size: cover; width: 95%; height: 100%; background-position: center; background-repeat: no-repeat; left: 0; border-radius: 0 524px 524px 0; z-index: -1; } .provide__cont h3 { color: #fff; font-size: 2.14rem; font-weight: 500; text-transform: uppercase; line-height: 50px; margin-bottom: 5rem; } .provide__cont ul li { display: flex; color: #fff; font-size: 1.28rem; line-height: 40px; text-transform: uppercase; font-weight: 400; margin-bottom: 30px; position: relative; padding-left: 50px; } .provide__cont ul li:last-child{ margin-bottom: 0; } .provide__cont ul li:before{ content: ''; position: absolute; background-image: url(../img/icon-check.png); background-repeat: no-repeat; width: 30px; height: 30px; left: 0; top: 12px; } .news-area--page .news-hed h2 { color: #153C67; } .news-area--page .news__cont p{ color: #8C9FB4; } .news-area--page .news__cont a{ color: #153C67; } .news-area--page .news__cont a span{ color: #F76502; } .news-area--page .news__cont a:hover{ color: #FC6600; } .news-area--page .news__title h6 { color: #153C67; } .newsDtl__lft .carousel-item img{ border-radius: 24px; } .newsDtl-hed h2{ font-size: 4rem; color: #153C67; font-weight: 700; line-height: 60px; text-transform: uppercase; margin: 0; } .newsDtl-hed h6 { color: #153C67; font-size: 1.35rem; line-height: 60px; font-weight: 500; display: flex; justify-content: flex-end; align-items: flex-end; margin-bottom: 0; } .newsDtl-area{ padding: 10rem 0; } .newsDtl-area .carousel-indicators .active{ background-color: #FC6600; } .newsDtl-hed { margin-bottom: 20px; } .newsDtl__rgt p { color: #8C9FB4; line-height: 40px; font-size: 1.28rem; } .affiDtl__rgt h2{ font-size: 4rem; color: #153C67; font-weight: 700; line-height: 60px; text-transform: uppercase; margin: 0; } .affi__img { border: 10px solid #F76502; border-radius: 20px; } .brandGallery-area #image-gallery .modal-footer{ display: block; } .brandGallery-area .thumb{ margin-top: 15px; margin-bottom: 15px; } .brandGallery-area .img-thumbnail { padding: 0; background-color: #fff; border: 0; border-radius: 20px; max-width: 100%; height: auto; } .affi-area{ padding: 12rem 0 6rem; } .affi-img img{ border-radius: 20px; } .brandGallery-area{ padding: 10rem 0; } .brandGallery-area .slideBtn{ background-color: #FE6700; border: 2px solid #FE6700; } .brandGallery-area .slideBtn:hover{ background-color: #fff; border: 2px solid #FE6700; color: #FE6700; } .brandsPage-area{ position: relative; margin-top: 10rem; } .brandsPage-area:before { content: ''; position: absolute; background-color: #fff; border-radius: 0 524px 524px 0; width: 95%; height: 100%; left: 0; } .brandsPage-area .brands-hed h2, .brandsPage-area .brands-hed p{ text-align: left; } .brandsPage-area .brands-hed h2{ text-transform: uppercase; } .brandsPage-area .brands-hed { padding-top: 9.85rem; padding-bottom: 5.7rem; } .brandsPage-area .brands-hed p{ margin-bottom: 0; } .brands-row{ padding-bottom: 17.5rem; } .represent-area{ padding-top: 6.87rem; } .represent-hed h2{ font-size: 4rem; color: #153C67; font-weight: 700; line-height: 60px; margin: 0; text-transform: uppercase; } .represent-hed{ margin-bottom: 3.43rem; } .represent__img { text-align: center; height: auto; overflow: hidden; display: inline-flex; justify-content: center; align-items: center; background-color: #fff; border-radius: 40px; width: 100%; border: 10px solid #fff; box-shadow: 0 20px 40px rgba(93, 93, 93, 0.16); } .represent__img img{ border-radius: 40px; } .represent-box:hover .represent__img{ box-shadow: 0 30px 60px rgba(93, 93, 93, 0.16); } .represent__cont h4{ color: #F76502; font-size: 1.5rem; font-weight: 500; line-height: 40px; margin-top: 1.4rem; margin-bottom: 0; height: 40px; overflow: hidden; text-transform: uppercase; } .represent__cont p{ color: #8C9FB4; font-size: 1.12rem; font-weight: 400; line-height: 30px; height: 120px; overflow: hidden; } .represent-box{ margin-bottom: 4rem; } .represent-row{ padding-bottom: 4rem; } .team-hed-area h2{ font-size: 4rem; color: #112D58; font-weight: 700; text-transform: uppercase; margin-bottom: 4.28rem; line-height: 60px; } .top-padding-area{ padding-top: 12.5rem; } .team-area{ position: relative; padding-bottom: 10.85rem; } .team-area:before{ content: ''; position: absolute; background-color: #153C67; border-radius: 0 524px 524px 0; width: 95%; height: 100%; left: 0; } .team-title{ padding-top: 6rem; padding-bottom: 6rem; } .team-title h2{ font-size: 4rem; color: #fff; font-weight: 700; margin-bottom: 20px; line-height: 60px; } .team-title p{ font-size: 1.57rem; color: #fff; font-weight: 400; line-height: 40px; } .team__cont h4{ color: #153C67; font-weight: 500; line-height: 40px; font-size: 2.14rem; margin-bottom: 0; } .team__cont h6{ font-size: 1.28rem; font-weight: 400; line-height: 30px; color: #8C9FB4; } .team__cont p{ color: #8C9FB4; font-size: 1rem; font-weight: 400; line-height: 28px; margin-bottom: 0; } .team__cont{ background-color: #fff; text-align: center; padding: 1.42rem; } .team__inr{ margin-bottom: 2.14rem; } .team__img{ overflow: hidden; } .img-hover-basic img{ transition: transform .5s ease; } .img-hover-basic:hover img{ transform: scale(1.5); } .join-hed, .inr-section{ padding-left: 7.14rem; padding-right: 7.14rem; } .inr-section{ padding-bottom: 4rem; width: 100%; } .join-hed h2 { font-size: 4rem; color: #112D58; font-weight: 700; text-transform: uppercase; margin-bottom: 1.7rem; line-height: 60px; } .join-area{ padding-bottom: 4rem; } .inr-section h3 { font-size: 2.14rem; color: #112D58; font-weight: 500; line-height: 40px; margin-bottom: 2.14rem; } .app__form .form-group input{ border: 1px solid #E1E2E3; border-radius: 10px; height: 60px; font-size: 1.28rem; color: #153C67; } .app__form .form-group input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #8C9FB4; opacity: 1; /* Firefox */ } .app__form .form-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #8C9FB4; } .app__form .form-group input::-ms-input-placeholder { /* Microsoft Edge */ color: #8C9FB4; } .apply-box{ border: 1px solid #E1E2E3; border-radius: 10px; background-color: #fff; padding: 1.5rem; margin-bottom: 2rem; } .apply-lft h4{ color: #F76502; } .apply-lft p { margin-bottom: 0; color: #8C9FB4; font-size: 1rem; font-weight: 400; line-height: 24px; } .apply-btn { background-color: #F76502; color: #fff; border: 1px solid #F76502; font-size: 1.4rem; line-height: 50px; display: inline-flex; padding: 0 2rem; border-radius: 10px; } .apply-btn:hover{ background-color: #fff; border: 1px solid #F76502; color: #F76502; } .apply-rgt { display: flex; justify-content: flex-end; align-items: center; } .app__form button{ background-color: #153C67; border-radius: 10px; font-size: 1.42rem; font-weight: 500; padding: 0 2.5rem; line-height: 50px; border: 1px solid #153C67; color: #fff; line-height: 60px; } .app__form button:hover{ background-color: #fff; border: 1px solid #153C67; color: #153C67; } .file { position: relative; display: flex; cursor: pointer; height: 60px; } .file input { min-width: 14rem; margin: 0; filter: alpha(opacity=0); opacity: 0; } .file-custom { position: absolute; top: 0; right: 0; left: 0; z-index: 5; height: 60px; padding: .375rem .75rem; font-size: 1.28rem; font-weight: 400; line-height: 45px; color: #8C9FB4; background-color: #fff; border: 1px solid #E1E2E3; border-radius: 10px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .file-custom:after { content: "Attached CF (PDF)"; } .file-custom:before { position: absolute; top: -.075rem; right: -.075rem; bottom: -.075rem; z-index: 6; display: block; content: "Upload"; height: 60px; padding: .375rem 1.75rem; font-size: 1.28rem; font-weight: 400; line-height: 45px; color: #fff; border: 1px solid #E1E2E3; border-radius: 10px; background-color: #F76502; } .apply-area{ padding: 12.5rem 1rem 6rem; } .apply-area h2{ font-size: 4rem; color: #112D58; font-weight: 700; text-transform: uppercase; margin-bottom: 1.7rem; line-height: 60px; } .apply-area p{ color: #8C9FB4; font-size: 1.28rem; font-weight: 400; line-height: 30px; margin-bottom: 30px; } .apply-area .app__form button{ background-color: #F76502; border-radius: 10px; font-size: 1.42rem; font-weight: 500; padding: 0 2.5rem; line-height: 50px; border: 1px solid #F76502; color: #fff; line-height: 60px; } .apply-area .app__form button:hover{ background-color: #fff; border: 1px solid #F76502; color: #F76502; } .clients-area .swiper-container { width: 100%; height: 100%; padding-bottom: 8rem; } .clients-area .swiper-slide { text-align: center; font-size: 18px; background: #fff; /* Center slide text vertically */ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; } .clients-hed h2{ text-align: center; font-size: 4rem; color: #153C67; font-weight: 700; line-height: 60px; margin: 0; text-transform: uppercase; } .clients-area:before { content: ''; position: absolute; background-color: #fff; border-radius: 0 524px 524px 0; width: 95%; height: 100%; left: 0; } .clients-hed { padding: 8rem 0 6rem; } section.clients-area { position: relative; margin-bottom: 8.2rem; } .clients-area .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ background-color: #F76502; margin-bottom: 10px; } .affi-cont h2{ font-size: 4rem; color: #112D58; font-weight: 400; text-transform: uppercase; margin-bottom: 20px; line-height: 60px; } .affi-cont p{ font-size: 1.57rem; color: #112D58; font-weight: 400; line-height: 40px; } .affi-row{ margin-bottom: 5rem; } .affi-lft { display: flex; align-items: center; } .gallery-area ul.nav.nav-pills { justify-content: center; margin-bottom: 5.35rem; } .gallery-area .nav-pills .nav-link { background-color: #FFFFFF; color: #8C9FB4; border-radius: 32px; border: 0; font-size: 1.57rem; padding: 0 1.5rem; margin: 0 1rem; font-weight: 400; line-height: 50px; } .gallery-area .nav-pills .nav-link.active, .gallery-area .nav-pills .show>.nav-link, .gallery-area .nav-pills .nav-link:hover { color: #fff; background-color: #F76502; } .gallery-area{ padding: 12rem 0 6rem; } .gallery__inr { position: relative; margin-bottom: 3rem; } .gallery__hed { position: absolute; top: 0; right: 0; background-color: #fff; border-radius: 0 20px 0 20px; padding: 1.42rem 2.85rem; } .gallery__img img { border-radius: 20px; } .gallery__hed h4 { margin-bottom: 0; color: #F76502; font-size: 2.14rem; font-weight: 700; } .gallery__img{ overflow: hidden; border-radius: 20px; } .img-hover-zoom--slowmo img { transform-origin: 50% 65%; transition: transform 5s, filter 3s ease-in-out; filter: brightness(150%); } .img-hover-zoom--slowmo:hover img { filter: brightness(100%); transform: scale(3); } .brandGallery-area .demo-gallery > ul { margin-bottom: 0; } .brandGallery-area .demo-gallery > ul > li { margin-bottom: 3rem; width: 25%; display: inline-flex; list-style: outside none none; padding: 0 15px; float: left; border-radius: 20px; } .brandGallery-area .demo-gallery > ul > li a { display: block; overflow: hidden; position: relative; float: left; border-radius: 20px; } .brandGallery-area .demo-gallery > ul > li a > img { -webkit-transition: -webkit-transform 0.15s ease 0s; -moz-transition: -moz-transform 0.15s ease 0s; -o-transition: -o-transform 0.15s ease 0s; transition: transform 0.15s ease 0s; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); height: 100%; width: 100%; border-radius: 20px; } .brandGallery-area .demo-gallery > ul > li a:hover > img { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } .brandGallery-area .demo-gallery > ul > li a:hover .demo-gallery-poster > img { opacity: 1; } .brandGallery-area .demo-gallery > ul > li a .demo-gallery-poster { bottom: 0; left: 0; position: absolute; right: 0; top: 0; -webkit-transition: background-color 0.15s ease 0s; -o-transition: background-color 0.15s ease 0s; transition: background-color 0.15s ease 0s; } .brandGallery-area .demo-gallery > ul > li a .demo-gallery-poster > img { left: 50%; margin-left: -10px; margin-top: -10px; opacity: 0; position: absolute; top: 50%; -webkit-transition: opacity 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s; transition: opacity 0.3s ease 0s; } .brandGallery-area .demo-gallery > ul > li a:hover .demo-gallery-poster { background-color: rgba(0, 0, 0, 0.5); } .brandGallery-area .demo-gallery .justified-gallery > a > img { -webkit-transition: -webkit-transform 0.15s ease 0s; -moz-transition: -moz-transform 0.15s ease 0s; -o-transition: -o-transform 0.15s ease 0s; transition: transform 0.15s ease 0s; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); height: 100%; width: 100%; } .brandGallery-area .demo-gallery .justified-gallery > a:hover > img { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } .brandGallery-area .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img { opacity: 1; } .brandGallery-area .demo-gallery .justified-gallery > a .demo-gallery-poster { background-color: rgba(0, 0, 0, 0.1); bottom: 0; left: 0; position: absolute; right: 0; top: 0; -webkit-transition: background-color 0.15s ease 0s; -o-transition: background-color 0.15s ease 0s; transition: background-color 0.15s ease 0s; } .brandGallery-area .demo-gallery .justified-gallery > a .demo-gallery-poster > img { left: 50%; margin-left: -10px; margin-top: -10px; opacity: 0; position: absolute; top: 50%; -webkit-transition: opacity 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s; transition: opacity 0.3s ease 0s; } .brandGallery-area .demo-gallery .justified-gallery > a:hover .demo-gallery-poster { background-color: rgba(0, 0, 0, 0.5); } .brandGallery-area .demo-gallery .video .demo-gallery-poster img { height: 48px; margin-left: -24px; margin-top: -24px; opacity: 0.8; width: 48px; } .brandGallery-area .demo-gallery.dark > ul > li a { border: 3px solid #04070a; } .lg-outer .lg-thumb { margin-left: auto; margin-right: auto; } .hdr-navbar.navbar-dark .navbar-toggler { color: #fff; border-color: #F76502; padding: 3px 5px; background-color: #F76502; } body.bgImage-full.page-size-small{ background-position: center top; } body.bgImage-full.brands-body { background-position: left top; } body.bgImage-full.news-page { background-position: center top; } body.bgImage-full.gallery-page { background-size: cover; background-position: center -260px; background-attachment: fixed; } @media screen and (min-width: 1260px){ .container { max-width: 1240px; } } @media screen and (min-width: 1680px) { body.bgImage { background-position: 110px -110px; } } @media screen and (min-width: 1980px) { body.bgImage { background-position: 110px -180px; } } @media (min-width:1681px) and (max-width:1920px) { body.bgImage { background-position: 110px -170px; } } @media (min-width:1981px) and (max-width:2560px) { body.bgImage-full, body.bgImage-full.page-size-small, body.bgImage-full.brands-body, body.bgImage-full.gallery-page{ background-position: 0px -610px; background-size: cover; } body.bgImage { background-position: 100px -240px; } .slider-area .carousel-item { min-height: 770px; } .slider-area .carousel-caption { padding-top: 15rem; } } @media (max-width:4400px) and (min-width: 2561px){ body.bgImage-full, body.bgImage-full.page-size-small, body.bgImage-full.brands-body, body.bgImage-full.gallery-page { background-position: 0px -1080px; background-size: cover; } body.bgImage { background-position: -50px -740px; background-size: cover; } } @media screen and (max-width: 1440px) { .slider-area .carousel-caption { padding-top: 6rem; } .news-area:before, .brands-area:before, .clients-area:before{ width: 98%; } body.bgImage { background-position: 110px -40px; } .team-area:before{ width: 100%; } } @media screen and (max-width: 1368px) { .news-area:before, .brands-area:before, .clients-area:before { width: 100%; } body.bgImage-full{ background-position: -150px top; } .team-area { padding-bottom: 18.85rem; } } @media screen and (max-width: 1280px) { .clients-area .swiper-container { padding: 8rem 0 27rem; } body.bgImage { background-position: 90px -10px; } .team-title { padding-top: 8rem; padding-bottom: 8rem; } .team-area { padding-bottom: 24.85rem; } body.bgImage-full { background-position: -260px top; } } @media screen and (max-width: 1024px) { .slider__lft h1 { font-size: 3.2rem; line-height: 60px; margin-bottom: 1.5rem; } .slider__lft p { font-size: 1.5rem; line-height: 35px; } .slider-area .carousel-item { min-height: 390px; } .slider-area .carousel-caption { padding-top: 2rem; } .energy__info { padding-top: 2rem; } .font__size--2 h2 { font-size: 3.2rem; } .energy__info p { font-size: 1.4rem; line-height: 35px; } .clients-area .swiper-container { padding: 4rem 0 15rem; } body.bgImage-full.brands-body { background-position: -150px top; } .brandsPage-area:before{ width: 100%; } body.bgImage { background-position: -460px -160px; background-size: auto; } .affi-lft { align-items: flex-start; } body.bgImage-full { background-position: -550px -310px; } } @media screen and (max-width: 812px) { .hdr-navbar { margin-left: -15px; margin-right: -15px; } header nav.hdr-navbar ul.navbar-nav li a.nav-link { font-size: 1.2rem; } .hdr-navbar a.navbar-brand { max-width: 140px; } .slider__lft h1 { font-size: 2.5rem; line-height: 40px; margin-bottom: 1.2rem; } .slider__lft p { font-size: 1.3rem; line-height: 30px; } .slider-area .carousel-item { min-height: 320px; } .slider-area .carousel-caption { padding-top: 2.5rem; } .energy__rgt, .energy__lft { padding: 0 15px; } .font__size--2 h2 { font-size: 2.7rem; } .energy__info p, .brands-hed p { font-size: 1.3rem; line-height: 30px; } .news__title h4 { font-size: 1.6rem; } .clients-area .swiper-container { padding: 0rem 0 9rem; } .brands__cont h4 { font-size: 1.6rem; } body.bgImage { background-position: -590px -200px; } body.bgImage-full.brands-body { background-position: -210px top; } .gallery__hed h4, .gallery-area .nav-pills .nav-link{ font-size: 1.5rem; } .gallery__hed { padding: 0.42rem 1.85rem; } .gallery-area .nav-pills .nav-link{ line-height: 45px; } .join-hed, .inr-section { padding-left: 2rem; padding-right: 2rem; } .apply-btn{ padding: 0 1rem; } body.bgImage-full { background-position: -570px -310px; } } @media screen and (max-width: 768px) { .slider__lft h1 { font-size: 2.4rem; } .slider-area .carousel-item { min-height: 300px; } .slider-area .carousel-caption { padding-top: 2rem; } .clients-area .swiper-container { padding: 0rem 0 16rem; } .provide-area:before{ width: 100%; } body.bgImage { background-position: -610px -200px; } body.bgImage-full.brands-body { background-position: -230px top; } .team-title { padding-top: 5rem; padding-bottom: 5rem; } .team-area:before { border-radius: 0 324px 324px 0; } .team__cont{ padding: 1rem; } .team-area { padding-bottom: 12.85rem; } body.bgImage-full { background-position: -610px -310px; } } @media screen and (max-width: 767px) { body.bgImage-full, body.bgImage-full.brands-body { background-position: -540px top; } .hdr-navbar { justify-content: space-between; } .slider__lft h1 { font-size: 1.8rem; } .slider-area .carousel-caption { padding-top: 1rem; } .slider__lft p { font-size: 1.2rem; line-height: 30px; } .hdr-navbar a.navbar-brand { max-width: 100%; } .energy__info { padding-top: 4rem; } .news__cont p, .news__img{ height: auto; } .news__inr { text-align: center; } .brands__img { height: auto; } .brands-box{ width: 50%; margin: 0 auto 3rem; } .clients-area .swiper-container { padding: 0rem 0 6rem; } .footer-area { padding: 2rem 0 6rem; } .ftr__hed h3 { margin-bottom: 0.5rem; } .ftr-links { margin-bottom: 3rem; } .copyright-area p { font-size: 0.8rem; } header nav .hdr-navbar ul.navbar-nav li:last-child a.nav-link{ padding-right: 0.7rem; } .hdr-navbar ul.navbar-nav { background-color: #153C67; padding: 2rem 1rem; } .hdr-navbar ul.navbar-nav li { width: 100%; text-align: center; background-color: rgba(140, 159, 180,0.2); margin: 0 -2px 10px; border-radius: 10px; } header nav.hdr-navbar ul.navbar-nav li a.nav-link { line-height: 40px; margin-bottom: 10px; color: #fff; } header nav.hdr-navbar ul.navbar-nav li a.nav-link:last-child{ margin-bottom: 0; } body.bgImage-full.page-size-small { background-position: -70px top; } .about-area:before{ width: 100%; } .about-area .energy__info { background-color: rgba(255,255,255,0.7); padding: 2rem; border-radius: 20px; margin-top: 7rem; } .about-area .energy__info p{ color: #112D58; margin-bottom: 0; } .provide-area:before { border-radius: 0 424px 424px 0; } .provide-area { margin-bottom: 4rem; } .represent-box, .represent-hed h2{ text-align: center; } body.bgImage { background-position: -230px 0; } .affi-lft { align-items: center; justify-content: center; } .affi-cont { text-align: center; } body.bgImage-full.news-page { background-position: -280px -180px; } .news-area--page .news-hed h2, .newsDtl-area .newsDtl-hed h2{ text-align: center; } .newsDtl-hed h6 { justify-content: center; align-items: center; } .newsDtl__lft { margin-bottom: 2rem; } .img-hover-basic img{ width: 100%; } body.bgImage-full.gallery-page { background-position: 0 -130px; } .gallery-area .nav-pills .nav-link { line-height: 40px; padding: 0 1rem; font-size: 1.5rem; margin: 0 0.5rem; } .gallery__hed h4{ font-size: 2rem; } .gallery__hed { padding: 1.42rem 2.85rem; } .brandGallery-area .newsDtl-hed h2 { text-align: center; } .brandGallery-area .demo-gallery > ul > li { width: 50%; } .join-hed, .inr-section { padding-left: 0rem; padding-right: 0rem; } .apply-rgt { margin-top: 0.71rem; } body.bgImage-full { background-position: -650px 0; } } @media screen and (max-width: 668px) { /* body.bgImage-full { background-position: -630px top; } */ .slider__lft h1 { font-size: 2.1em; } .slider-area .carousel-caption { padding: 2rem 0; } .slider-area .carousel-item{ background-size: cover; min-height: 350px; } .slider-area .carousel-caption { padding: 2rem; background-color: rgba(255,255,255,0.7); border-radius: 20px; margin-top: 2.5rem; width: 90%; margin-left: auto; margin-right: auto; position: static; } .slider__lft { position: static; width: 100%; max-width: 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; } .slider__lft p{ margin-bottom: 0; } body.bgImage-full.news-page { background-position: -340px -180px; } } @media screen and (max-width: 568px) { .news-button { padding-bottom: 14.28rem; } .energy__lft { padding-right: 25px; } .brands-area:before { border-radius: 324px 0px 0px 324px; } .news-area:before, .brandsPage-area:before{ border-radius: 0 324px 324px 0; } .provide-area:before { border-radius: 0 224px 224px 0; } .clients-area:before{ border-radius: 0; } .clients-hed { padding: 8rem 0 3rem; } .copyright-lft, .copyright-rgt{ justify-content: center; align-items: center; } .copyright-area { padding: 1rem 0; } body.bgImage-full { background-position: -700px top; } .topbar__box{ padding: 2rem 1rem; } .hdr-navbar { padding: 0 1rem; } .provide__cont h3 { font-size: 2rem; } body.bgImage-full.page-size-small { background-position: -160px top; } body.bgImage-full.news-page { background-position: -360px -180px; } .team-title p{ margin-bottom: 0; } .team-area:before { border-radius: 0 224px 224px 0; } .join-hed, .inr-section { padding-left: 1rem; padding-right: 1rem; } .apply-btn { font-size: 1.2rem; line-height: 45px; } body.bgImage-full { background-position: -740px top; } } @media screen and (max-width: 480px) { body.bgImage-full { background-position: -790px top; } .slider-area .carousel-caption { margin-top: 1.8rem; } a.ftr__topBtn{ right: 15px; } .topbar__box { padding: 1rem; } .slider-area .carousel-caption { padding: 1rem; } .slider-area .carousel-caption { margin-top: 2.8rem; } body.bgImage-full.page-size-small { background-position: -240px top; } .about-area .energy__lft { padding: 0 1rem; } body.bgImage-full.brands-body { background-position: center -70px; background-attachment: fixed; } body.bgImage { background-position: -320px 0; } .affi-cont p { font-size: 1.4rem; line-height: 35px; } body.bgImage-full.news-page { background-position: -470px -220px; } .team-area:before { border-radius: 0 124px 124px 0; } body.bgImage-full.gallery-page { background-position: 0 -50px; } .gallery-area .nav-pills .nav-link { line-height: 35px; padding: 0 0.8rem; font-size: 1.1rem; margin: 0 0.5rem; } .brandGallery-area .demo-gallery > ul > li { width: 100%; } .represent-area { padding-top: 6.87rem; background-color: #fff; margin-top: 4rem; } } @media screen and (max-width: 415px) { .hdr-navbar a.navbar-brand { max-width: 195px; } .slider__lft h1{ margin-bottom: 1rem; } .about-area .energy__info { margin-top: 4rem; } body.bgImage-full.page-size-small { background-position: -260px top; } .provide__cont h3 { font-size: 1.8rem; line-height: 40px; } .provide__cont ul li { font-size: 1.2rem; line-height: 35px; } body.bgImage { background-position: -380px 0; } body.bgImage-full.news-page { background-position: -610px -340px; } .team-title p { font-size: 1.4rem; } .gallery-area .nav-pills .nav-link { line-height: 35px; padding: 0 0.8rem; font-size: 1rem; margin: 0 0.5rem; } .gallery__hed { padding: 1rem 2.5rem; } .news-area:before { border-radius: 0 224px 224px 0; } body.bgImage-full { background-position: -870px -350px; } } @media screen and (max-width: 376px) { .brands-box { width: 75%; margin: 0 auto 3rem; } .font__size--2 h2 { font-size: 2.4rem; } .slider-area .carousel-item { min-height: 330px; } .slider-area .carousel-caption { background-size: cover; width: 90%; margin-left: auto; margin-right: auto; position: static; } .hdr-navbar a.navbar-brand { max-width: 165px; } body.bgImage-full.page-size-small { background-position: -370px -200px; } body.bgImage-full.brands-body { background-position: -770px top; } .represent-hed h2{ line-height: 40px; } body.bgImage { background-position: -420px 0; } .gallery-area .nav-pills .nav-link { margin: 0 0.2rem; } body.bgImage-full.brands-body { background-position: center -50px; } body.bgImage-full { background-position: -1050px -570px; } .slider-area .carousel-caption { margin-top: 2.5rem; margin-bottom: 3rem; } } @media screen and (max-width: 360px) { .slider-area .carousel-item { min-height: 370px; } .hdr-navbar a.navbar-brand { max-width: 155px; } body.bgImage-full.page-size-small { background-position: -420px -230px; } .about-area { min-height: 670px; } .brandsPage-area:before { border-radius: 0 224px 224px 0; } .gallery-area .nav-pills .nav-link { line-height: 30px; padding: 0 0.6rem; } .gallery__hed h4 { font-size: 1.8rem; } body.bgImage-full { background-position: -1190px -720px; } } @media screen and (max-width: 320px) { .news-area:before { border-radius: 0 224px 224px 0; } .brands-area:before { border-radius: 224px 0px 0px 224px; } body.bgImage-full { background-position: -1110px -610px; } .hdr-navbar a.navbar-brand { max-width: 125px; } .about-area .energy__info { margin-top: 2rem; } body.bgImage-full.page-size-small { background-position: -550px -320px; } body.bgImage-full.brands-body { background-position: -800px top; } .font__size--2 h2 { font-size: 2.2rem; } body.bgImage { background-position: -550px -140px; } body.bgImage-full.news-page { background-position: -630px -340px; } .gallery-area .nav-pills .nav-link { line-height: 30px; padding: 0 0.5rem; font-size: 0.8rem; } .gallery__hed { padding: 0.8rem 2.2rem; } .gallery__hed h4 { font-size: 1.6rem; } body.bgImage-full.gallery-page { background-position: 0 -10px; } body.bgImage-full.brands-body { background-position: center -10px; } .slider-area .carousel-caption{ width: 100%; } .slider__lft h1 { font-size: 2em; } }
public/css/style.css
@font-face { font-family: 'gothic'; src: url('./gothic.eot'); src: local('gothic'), url('./gothic.woff') format('woff'), url('./gothic.ttf') format('truetype'); } :root { font-size: 14px; } body { font-family: 'Times New Roman'; margin: 0; font-size: 1rem; background-color: #fafafa; } body.bgImage-full{ background-image: url(../img/body_bg__2.png); background-repeat: no-repeat; height: 100%; width: 100%; background-size: cover; background-position: -100px top; } body.bgImage { background-image: url(../img/body_bg.png); background-position: 90px -50px; background-repeat: no-repeat; background-size: cover; background-color: #fafafa; } ul{ margin: 0; padding: 0; } img{ height: auto; max-width: 100%; } a:hover{ text-decoration: none; } button:focus{ outline: 0; } .form-control:focus{ box-shadow: none; } .topbar__box { display: flex; align-items: flex-end; justify-content: flex-end; } .topbar__box ul li { display: inline-flex; font-family: 'gothic'; } .topbar__box ul li .form-group{ margin-bottom: 0; } .hdr-topbar { align-items: flex-end; justify-content: flex-end; } .hdr__search { position: relative; } .hdr__search .input-group-append button { position: absolute; top: 0; right: 0; background-color: transparent; border: 0; } .hdr__search .input-group-append button i{ color: #fff; } .topbar__box ul li select { line-height: 24px; border: 0; font-size: 0.85rem; appearance: none; font-weight: 700; } .topbar__box ul li select.form-control:focus{ background-color: transparent; box-shadow: none; color: #fff; } .topbar__box ul li select option{ color: #000; } .hdr__search input.form-control { border: 1px solid #fff; height: 32px; } .topbar__box select, .topbar__box input { background-color: transparent; color: #fff; } .topbar__box input.form-control:focus{ background-color: transparent; color: #fff; } .topbar__box input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #fff; } .topbar__box input::-moz-placeholder { /* Firefox 19+ */ color: #fff; } .topbar__box input:-ms-input-placeholder { /* IE 10+ */ color: #fff; } .topbar__box input:-moz-placeholder { /* Firefox 18- */ color: #fff; } .btn.focus, .btn:focus { outline: 0; box-shadow: none; } .topbar__box{ padding: 2rem 0; } .hdr-navbar, .hdr-navList { justify-content: flex-end; padding: 0; } .hdr-navbar ul.navbar-nav{ align-items: flex-end; justify-content: flex-end; } header nav .hdr-navbar ul.navbar-nav li:last-child a.nav-link{ padding-right: 0; } header nav.hdr-navbar ul.navbar-nav li a.nav-link{ color: #F76502; font-weight: 400; padding: 0 0.7rem; font-size: 1.57rem; } header nav.hdr-navbar ul.navbar-nav li a.nav-link:hover{ color: #fff; } .slider-area{ margin-top: 4.2rem; background-image: url('../img/slider_bg.png'); background-repeat: no-repeat; background-size: 50%; background-position: left; } .slider__lft h1 { color: #153C67; font-size: 4.2rem; font-weight: 600; line-height: 80px; text-align: left; margin-bottom: 2rem; } .slider__lft p { font-size: 1.7rem; font-weight: 400; color: #153C67; text-align: left; line-height: 40px; } .slider__search .input-group-append button { position: absolute; top: 0; right: 0; background-color: #F76502; border-radius: 50%; height: 40px; width: 40px; margin-top: 5px; margin-right: 8px; } .slider__search { position: relative; } .slider__search .input-group-append button i { color: #fff; } .slider__search input { height: 50px; border-radius: 20px; border: 0; -moz-box-shadow: 3px 1px 17px -10px #707070; -webkit-box-shadow: 3px 1px 17px -10px #707070; box-shadow: 3px 1px 17px -10px #707070; color: #707070; } .slider__search input:focus{ -moz-box-shadow: 3px 1px 17px -5px #707070; -webkit-box-shadow: 3px 1px 17px -5px #707070; box-shadow: 3px 1px 17px -5px #707070; } .slider-area .carousel-item{ background-size: 50%; background-position: right; background-repeat: no-repeat; min-height: 590px; border-radius: 20px 0 0 20px; } .slider-area .carousel-caption{ bottom: auto; padding-top: 8rem; left: 0; width: 45%; } .slider-area .carousel-indicators{ margin-left: 5%; margin-right: 5%; justify-content: flex-end; margin-bottom: 20px; } .energy__img { border: 8px solid #fff; border-radius: 20px; position: relative; } .energy__img img { border-radius: 20px; } .energy-area{ padding: 8.57rem 0 0; margin-bottom: 8.57rem; background-image: url('../img/energy_bg.png'); background-repeat: no-repeat; background-position: bottom right; background-size: 50%; } .energy__info h2{ font-size: 4rem; color: #112D58; font-weight: 700; text-transform: uppercase; margin-bottom: 20px; } .energy__info h2 span{ color: #FE6700; } .energy__info p{ color: #8C9FB4; font-size: 1.42rem; font-weight: 400; line-height: 40px; } .energy__info a{ display: inline-flex; color: #fff; background-color: #153C67; border-radius: 20px; font-size: 1.42rem; font-weight: 500; padding: 0 1.8rem; line-height: 50px; margin-top: 20px; border: 1px solid #153C67; } .energy__info a:hover{ color: #153C67; background-color: #fff; border: 1px solid #153C67; text-decoration: none; } .energy__info { padding-top: 7rem; } .about-area .energy__info { padding-top: 8rem; } .energy__img:after{ content: ''; position: absolute; width: 100%; height: 100%; border-radius: 20px; left: 0; top: 0; z-index: -1; margin-top: 20px; margin-left: 20px; background-color: #DFE0E1; } .energy__rgt, .energy__lft{ padding: 0 30px; } .news-area{ position: relative; margin-bottom: 90px; } .news-area:before { content: ''; position: absolute; background-color: #153C67; border-radius: 0 524px 524px 0; width: 95%; height: 100%; left: 0; } .news-hed{ padding-top: 7.14rem; padding-bottom: 4.28rem; } .news-hed h2{ font-size: 4rem; color: #fff; font-weight: 700; line-height: 60px; text-transform: uppercase; margin: 0; } .news__title h4{ color: #FC6600; font-size: 1.7rem; font-weight: 500; display: inline-flex; line-height: 40px; margin-bottom: 0; } .news__title h5 { color: #fff; float: right; line-height: 40px; font-size: 1.28rem; margin-bottom: 0; } .news__title h6{ color: #fff; } .news__cont p{ font-size: 1.14rem; line-height: 24px; font-weight: 400; color: #fff; height: 48px; overflow: hidden; } .news__cont a{ font-size: 1.07rem; line-height: 24px; font-weight: 400; color: #fff; } .news__cont a:hover{ text-decoration: none; color: #FC6600; } .news__title { margin: 20px 0 5px; } .news__inr { margin-bottom: 50px; } .news__img img { border-radius: 20px; } .news__img{ height: auto; width: 100%; overflow: hidden; border-radius: 20px; } .view-btn{ display: inline-flex; color: #153C67; background-color: #fff; border-radius: 20px; font-size: 1.42rem; font-weight: 500; padding: 0 1.8rem; line-height: 50px; margin-top: 20px; border: 1px solid #fff; } .view-btn:hover{ color: #fff; background-color: #FC6600; border: 1px solid #FC6600; text-decoration: none; } .news-button { padding-bottom: 7.14rem; } .brands-area{ position: relative; margin-bottom: 8.2rem; } .brands-area:before{ content: ''; position: absolute; background-color: #fff; border-radius: 524px 0px 0px 524px; width: 95%; height: 100%; right: 0; } .brands-hed{ padding-top: 12.85rem; padding-bottom: 7.14rem; } .brands-hed h2{ text-align: center; font-size: 4rem; color: #153C67; font-weight: 700; line-height: 60px; margin: 0; text-transform: uppercase; } .brands-hed h2 span{ color: #FC6600; } .brands-hed p{ color: #153C67; font-size: 1.57rem; font-weight: 400; line-height: 40px; text-align: center; margin-top: 1rem; } .brands__cont h4 { font-size: 1.85rem; font-weight: 700; line-height: 36px; color: #153C67; margin: 20px 0 0; } .brands-box { text-align: center; } .brands__inr { padding: 25px; border-radius: 20px; box-shadow: 0px 20px 106px rgba(33,138,218,0.12); } .brands__img { height: auto; overflow: hidden; display: inline-flex; justify-content: center; align-items: center; background-color: #fff; border-radius: 30px; width: 100%; } .brands__inr:hover { background-color: #153C67; } .brands__inr:hover .brands__cont h4{ color: #fff; text-decoration: none; } .brands-button { padding-bottom: 9rem; text-align: center; } .brands-button .view-btn{ margin-top: 5rem; background-color: #153C67; color: #fff; } .brands-button .view-btn:hover{ background-color: #fff; color: #153C67; border: 1px solid #153C67; } .footer-area{ background-image: url('../img/footer_bg.png'); background-repeat: no-repeat; background-size: cover; background-position: center; padding: 8rem 0 6rem; } a.ftr__topBtn { color: #fff; font-size: 24px; background-color: #FE6700; position: fixed; bottom: 50px; right: 50px; border-radius: 50%; height: 50px; width: 50px; display: block; text-align: center; line-height: 42px; border: 2px solid #FE6700; } a.ftr__topBtn:hover { text-decoration: none; background-color: #fff; color: #FE6700; border: 2px solid #FE6700; } .ftr__hed h3 { font-size: 1.28rem; font-weight: 600; line-height: 27px; color: #153C67; margin-bottom: 2.14rem; } .ftr-links ul li, .ftr-links ul li a { display: flex; color: #8C9FB4; line-height: 40px; font-size: 1rem; font-weight: 400; } .ftr-links ul li a:hover{ color: #153C67; } .ftr__form .form-control { border: 0; border-bottom: 1px solid #8C9FB4; border-radius: 0; background-color: transparent; font-size: 1rem; font-weight: 400; color: #153C67; height: 50px; padding-left: 0; } .ftr__form .form-control::-webkit-input-placeholder { /* Edge */ color: #2C2E3F; } .ftr__form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #2C2E3F; } .ftr__form .form-control::placeholder { color: #2C2E3F; } .ftr__form .form-group{ margin-bottom: 2rem; } button.ftr__send { float: right; color: #fff; background-color: #153C67; border-radius: 20px; font-size: 1.42rem; font-weight: 500; padding: 0 2.5rem; line-height: 50px; border: 1px solid #153C67; text-transform: uppercase; } button.ftr__send:hover{ background-color: #fff; border: 1px solid #153C67; color: #153C67; } .copyright-area{ padding: 1.5rem 0; } .copyright-area p{ margin-bottom: 0; color: #707070; font-size: 0.92rem; font-weight: 400; line-height: 28px; } .copyright-lft { display: flex; align-items: flex-start; justify-content: flex-start; } .copyright-rgt { display: flex; align-items: flex-end; justify-content: flex-end; } .about-area{ position: relative; margin: 7rem 0; background-image: url(../img/slider_bg.png); background-repeat: no-repeat; background-size: contain; background-position: left; min-height: 570px; } .about-area:before{ position: absolute; content: ''; background-image: url('../img/about_img.png'); background-size: cover; background-position: center; background-repeat: no-repeat; border-radius: 60px 0 0 60px; width: 50%; height: 100%; right: 0; border: 10px solid #DFE0E1; border-right: 0; } .about-area .energy__lft { padding-left: 15px; } .provide__cont { padding-top: 10rem; padding-bottom: 10rem; } .provide-area{ position: relative; } .provide-area:before{ content: ''; position: absolute; background-image: url('../img/provide_bgImg.jpg'); background-size: cover; width: 95%; height: 100%; background-position: center; background-repeat: no-repeat; left: 0; border-radius: 0 524px 524px 0; z-index: -1; } .provide__cont h3 { color: #fff; font-size: 2.14rem; font-weight: 500; text-transform: uppercase; line-height: 50px; margin-bottom: 5rem; } .provide__cont ul li { display: flex; color: #fff; font-size: 1.28rem; line-height: 40px; text-transform: uppercase; font-weight: 400; margin-bottom: 30px; position: relative; padding-left: 50px; } .provide__cont ul li:last-child{ margin-bottom: 0; } .provide__cont ul li:before{ content: ''; position: absolute; background-image: url(../img/icon-check.png); background-repeat: no-repeat; width: 30px; height: 30px; left: 0; top: 12px; } .news-area--page .news-hed h2 { color: #153C67; } .news-area--page .news__cont p{ color: #8C9FB4; } .news-area--page .news__cont a{ color: #153C67; } .news-area--page .news__cont a span{ color: #F76502; } .news-area--page .news__cont a:hover{ color: #FC6600; } .news-area--page .news__title h6 { color: #153C67; } .newsDtl__lft .carousel-item img{ border-radius: 24px; } .newsDtl-hed h2{ font-size: 4rem; color: #153C67; font-weight: 700; line-height: 60px; text-transform: uppercase; margin: 0; } .newsDtl-hed h6 { color: #153C67; font-size: 1.35rem; line-height: 60px; font-weight: 500; display: flex; justify-content: flex-end; align-items: flex-end; margin-bottom: 0; } .newsDtl-area{ padding: 10rem 0; } .newsDtl-area .carousel-indicators .active{ background-color: #FC6600; } .newsDtl-hed { margin-bottom: 20px; } .newsDtl__rgt p { color: #8C9FB4; line-height: 40px; font-size: 1.28rem; } .affiDtl__rgt h2{ font-size: 4rem; color: #153C67; font-weight: 700; line-height: 60px; text-transform: uppercase; margin: 0; } .affi__img { border: 10px solid #F76502; border-radius: 20px; } .brandGallery-area #image-gallery .modal-footer{ display: block; } .brandGallery-area .thumb{ margin-top: 15px; margin-bottom: 15px; } .brandGallery-area .img-thumbnail { padding: 0; background-color: #fff; border: 0; border-radius: 20px; max-width: 100%; height: auto; } .affi-area{ padding: 12rem 0 6rem; } .affi-img img{ border-radius: 20px; } .brandGallery-area{ padding: 10rem 0; } .brandGallery-area .slideBtn{ background-color: #FE6700; border: 2px solid #FE6700; } .brandGallery-area .slideBtn:hover{ background-color: #fff; border: 2px solid #FE6700; color: #FE6700; } .brandsPage-area{ position: relative; margin-top: 10rem; } .brandsPage-area:before { content: ''; position: absolute; background-color: #fff; border-radius: 0 524px 524px 0; width: 95%; height: 100%; left: 0; } .brandsPage-area .brands-hed h2, .brandsPage-area .brands-hed p{ text-align: left; } .brandsPage-area .brands-hed h2{ text-transform: uppercase; } .brandsPage-area .brands-hed { padding-top: 9.85rem; padding-bottom: 5.7rem; } .brandsPage-area .brands-hed p{ margin-bottom: 0; } .brands-row{ padding-bottom: 17.5rem; } .represent-area{ padding-top: 6.87rem; } .represent-hed h2{ font-size: 4rem; color: #153C67; font-weight: 700; line-height: 60px; margin: 0; text-transform: uppercase; } .represent-hed{ margin-bottom: 3.43rem; } .represent__img { text-align: center; height: auto; overflow: hidden; display: inline-flex; justify-content: center; align-items: center; background-color: #fff; border-radius: 40px; width: 100%; border: 10px solid #fff; box-shadow: 0 20px 40px rgba(93, 93, 93, 0.16); } .represent__img img{ border-radius: 40px; } .represent-box:hover .represent__img{ box-shadow: 0 30px 60px rgba(93, 93, 93, 0.16); } .represent__cont h4{ color: #F76502; font-size: 1.5rem; font-weight: 500; line-height: 40px; margin-top: 1.4rem; margin-bottom: 0; height: 40px; overflow: hidden; text-transform: uppercase; } .represent__cont p{ color: #8C9FB4; font-size: 1.12rem; font-weight: 400; line-height: 30px; height: 120px; overflow: hidden; } .represent-box{ margin-bottom: 4rem; } .represent-row{ padding-bottom: 4rem; } .team-hed-area h2{ font-size: 4rem; color: #112D58; font-weight: 700; text-transform: uppercase; margin-bottom: 4.28rem; line-height: 60px; } .top-padding-area{ padding-top: 12.5rem; } .team-area{ position: relative; padding-bottom: 10.85rem; } .team-area:before{ content: ''; position: absolute; background-color: #153C67; border-radius: 0 524px 524px 0; width: 95%; height: 100%; left: 0; } .team-title{ padding-top: 6rem; padding-bottom: 6rem; } .team-title h2{ font-size: 4rem; color: #fff; font-weight: 700; margin-bottom: 20px; line-height: 60px; } .team-title p{ font-size: 1.57rem; color: #fff; font-weight: 400; line-height: 40px; } .team__cont h4{ color: #153C67; font-weight: 500; line-height: 40px; font-size: 2.14rem; margin-bottom: 0; } .team__cont h6{ font-size: 1.28rem; font-weight: 400; line-height: 30px; color: #8C9FB4; } .team__cont p{ color: #8C9FB4; font-size: 1rem; font-weight: 400; line-height: 28px; margin-bottom: 0; } .team__cont{ background-color: #fff; text-align: center; padding: 1.42rem; } .team__inr{ margin-bottom: 2.14rem; } .team__img{ overflow: hidden; } .img-hover-basic img{ transition: transform .5s ease; } .img-hover-basic:hover img{ transform: scale(1.5); } .join-hed, .inr-section{ padding-left: 7.14rem; padding-right: 7.14rem; } .inr-section{ padding-bottom: 4rem; width: 100%; } .join-hed h2 { font-size: 4rem; color: #112D58; font-weight: 700; text-transform: uppercase; margin-bottom: 1.7rem; line-height: 60px; } .join-area{ padding-bottom: 4rem; } .inr-section h3 { font-size: 2.14rem; color: #112D58; font-weight: 500; line-height: 40px; margin-bottom: 2.14rem; } .app__form .form-group input{ border: 1px solid #E1E2E3; border-radius: 10px; height: 60px; font-size: 1.28rem; color: #153C67; } .app__form .form-group input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #8C9FB4; opacity: 1; /* Firefox */ } .app__form .form-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #8C9FB4; } .app__form .form-group input::-ms-input-placeholder { /* Microsoft Edge */ color: #8C9FB4; } .apply-box{ border: 1px solid #E1E2E3; border-radius: 10px; background-color: #fff; padding: 1.5rem; margin-bottom: 2rem; } .apply-lft h4{ color: #F76502; } .apply-lft p { margin-bottom: 0; color: #8C9FB4; font-size: 1rem; font-weight: 400; line-height: 24px; } .apply-btn { background-color: #F76502; color: #fff; border: 1px solid #F76502; font-size: 1.4rem; line-height: 50px; display: inline-flex; padding: 0 2rem; border-radius: 10px; } .apply-btn:hover{ background-color: #fff; border: 1px solid #F76502; color: #F76502; } .apply-rgt { display: flex; justify-content: flex-end; align-items: center; } .app__form button{ background-color: #153C67; border-radius: 10px; font-size: 1.42rem; font-weight: 500; padding: 0 2.5rem; line-height: 50px; border: 1px solid #153C67; color: #fff; line-height: 60px; } .app__form button:hover{ background-color: #fff; border: 1px solid #153C67; color: #153C67; } .file { position: relative; display: flex; cursor: pointer; height: 60px; } .file input { min-width: 14rem; margin: 0; filter: alpha(opacity=0); opacity: 0; } .file-custom { position: absolute; top: 0; right: 0; left: 0; z-index: 5; height: 60px; padding: .375rem .75rem; font-size: 1.28rem; font-weight: 400; line-height: 45px; color: #8C9FB4; background-color: #fff; border: 1px solid #E1E2E3; border-radius: 10px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .file-custom:after { content: "Attached CF (PDF)"; } .file-custom:before { position: absolute; top: -.075rem; right: -.075rem; bottom: -.075rem; z-index: 6; display: block; content: "Upload"; height: 60px; padding: .375rem 1.75rem; font-size: 1.28rem; font-weight: 400; line-height: 45px; color: #fff; border: 1px solid #E1E2E3; border-radius: 10px; background-color: #F76502; } .apply-area{ padding: 12.5rem 1rem 6rem; } .apply-area h2{ font-size: 4rem; color: #112D58; font-weight: 700; text-transform: uppercase; margin-bottom: 1.7rem; line-height: 60px; } .apply-area p{ color: #8C9FB4; font-size: 1.28rem; font-weight: 400; line-height: 30px; margin-bottom: 30px; } .apply-area .app__form button{ background-color: #F76502; border-radius: 10px; font-size: 1.42rem; font-weight: 500; padding: 0 2.5rem; line-height: 50px; border: 1px solid #F76502; color: #fff; line-height: 60px; } .apply-area .app__form button:hover{ background-color: #fff; border: 1px solid #F76502; color: #F76502; } .clients-area .swiper-container { width: 100%; height: 100%; padding-bottom: 8rem; } .clients-area .swiper-slide { text-align: center; font-size: 18px; background: #fff; /* Center slide text vertically */ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; } .clients-hed h2{ text-align: center; font-size: 4rem; color: #153C67; font-weight: 700; line-height: 60px; margin: 0; text-transform: uppercase; } .clients-area:before { content: ''; position: absolute; background-color: #fff; border-radius: 0 524px 524px 0; width: 95%; height: 100%; left: 0; } .clients-hed { padding: 8rem 0 6rem; } section.clients-area { position: relative; margin-bottom: 8.2rem; } .clients-area .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ background-color: #F76502; margin-bottom: 10px; } .affi-cont h2{ font-size: 4rem; color: #112D58; font-weight: 400; text-transform: uppercase; margin-bottom: 20px; line-height: 60px; } .affi-cont p{ font-size: 1.57rem; color: #112D58; font-weight: 400; line-height: 40px; } .affi-row{ margin-bottom: 5rem; } .affi-lft { display: flex; align-items: center; } .gallery-area ul.nav.nav-pills { justify-content: center; margin-bottom: 5.35rem; } .gallery-area .nav-pills .nav-link { background-color: #FFFFFF; color: #8C9FB4; border-radius: 32px; border: 0; font-size: 1.57rem; padding: 0 1.5rem; margin: 0 1rem; font-weight: 400; line-height: 50px; } .gallery-area .nav-pills .nav-link.active, .gallery-area .nav-pills .show>.nav-link, .gallery-area .nav-pills .nav-link:hover { color: #fff; background-color: #F76502; } .gallery-area{ padding: 12rem 0 6rem; } .gallery__inr { position: relative; margin-bottom: 3rem; } .gallery__hed { position: absolute; top: 0; right: 0; background-color: #fff; border-radius: 0 20px 0 20px; padding: 1.42rem 2.85rem; } .gallery__img img { border-radius: 20px; } .gallery__hed h4 { margin-bottom: 0; color: #F76502; font-size: 2.14rem; font-weight: 700; } .gallery__img{ overflow: hidden; border-radius: 20px; } .img-hover-zoom--slowmo img { transform-origin: 50% 65%; transition: transform 5s, filter 3s ease-in-out; filter: brightness(150%); } .img-hover-zoom--slowmo:hover img { filter: brightness(100%); transform: scale(3); } .brandGallery-area .demo-gallery > ul { margin-bottom: 0; } .brandGallery-area .demo-gallery > ul > li { margin-bottom: 3rem; width: 25%; display: inline-flex; list-style: outside none none; padding: 0 15px; float: left; border-radius: 20px; } .brandGallery-area .demo-gallery > ul > li a { display: block; overflow: hidden; position: relative; float: left; border-radius: 20px; } .brandGallery-area .demo-gallery > ul > li a > img { -webkit-transition: -webkit-transform 0.15s ease 0s; -moz-transition: -moz-transform 0.15s ease 0s; -o-transition: -o-transform 0.15s ease 0s; transition: transform 0.15s ease 0s; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); height: 100%; width: 100%; border-radius: 20px; } .brandGallery-area .demo-gallery > ul > li a:hover > img { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } .brandGallery-area .demo-gallery > ul > li a:hover .demo-gallery-poster > img { opacity: 1; } .brandGallery-area .demo-gallery > ul > li a .demo-gallery-poster { bottom: 0; left: 0; position: absolute; right: 0; top: 0; -webkit-transition: background-color 0.15s ease 0s; -o-transition: background-color 0.15s ease 0s; transition: background-color 0.15s ease 0s; } .brandGallery-area .demo-gallery > ul > li a .demo-gallery-poster > img { left: 50%; margin-left: -10px; margin-top: -10px; opacity: 0; position: absolute; top: 50%; -webkit-transition: opacity 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s; transition: opacity 0.3s ease 0s; } .brandGallery-area .demo-gallery > ul > li a:hover .demo-gallery-poster { background-color: rgba(0, 0, 0, 0.5); } .brandGallery-area .demo-gallery .justified-gallery > a > img { -webkit-transition: -webkit-transform 0.15s ease 0s; -moz-transition: -moz-transform 0.15s ease 0s; -o-transition: -o-transform 0.15s ease 0s; transition: transform 0.15s ease 0s; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); height: 100%; width: 100%; } .brandGallery-area .demo-gallery .justified-gallery > a:hover > img { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } .brandGallery-area .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img { opacity: 1; } .brandGallery-area .demo-gallery .justified-gallery > a .demo-gallery-poster { background-color: rgba(0, 0, 0, 0.1); bottom: 0; left: 0; position: absolute; right: 0; top: 0; -webkit-transition: background-color 0.15s ease 0s; -o-transition: background-color 0.15s ease 0s; transition: background-color 0.15s ease 0s; } .brandGallery-area .demo-gallery .justified-gallery > a .demo-gallery-poster > img { left: 50%; margin-left: -10px; margin-top: -10px; opacity: 0; position: absolute; top: 50%; -webkit-transition: opacity 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s; transition: opacity 0.3s ease 0s; } .brandGallery-area .demo-gallery .justified-gallery > a:hover .demo-gallery-poster { background-color: rgba(0, 0, 0, 0.5); } .brandGallery-area .demo-gallery .video .demo-gallery-poster img { height: 48px; margin-left: -24px; margin-top: -24px; opacity: 0.8; width: 48px; } .brandGallery-area .demo-gallery.dark > ul > li a { border: 3px solid #04070a; } .lg-outer .lg-thumb { margin-left: auto; margin-right: auto; } .hdr-navbar.navbar-dark .navbar-toggler { color: #fff; border-color: #F76502; padding: 3px 5px; background-color: #F76502; } body.bgImage-full.page-size-small{ background-position: center top; } body.bgImage-full.brands-body { background-position: left top; } body.bgImage-full.news-page { background-position: center top; } body.bgImage-full.gallery-page { background-size: cover; background-position: center -260px; background-attachment: fixed; } @media screen and (min-width: 1260px){ .container { max-width: 1240px; } } @media screen and (min-width: 1680px) { body.bgImage { background-position: 110px -110px; } } @media screen and (min-width: 1980px) { body.bgImage { background-position: 110px -180px; } } @media (min-width:1681px) and (max-width:1920px) { body.bgImage { background-position: 110px -170px; } } @media (min-width:1981px) and (max-width:2560px) { body.bgImage-full, body.bgImage-full.page-size-small, body.bgImage-full.brands-body, body.bgImage-full.gallery-page{ background-position: 0px -610px; background-size: cover; } body.bgImage { background-position: 100px -240px; } .slider-area .carousel-item { min-height: 770px; } .slider-area .carousel-caption { padding-top: 15rem; } } @media (max-width:4400px) and (min-width: 2561px){ body.bgImage-full, body.bgImage-full.page-size-small, body.bgImage-full.brands-body, body.bgImage-full.gallery-page { background-position: 0px -1080px; background-size: cover; } body.bgImage { background-position: -50px -740px; background-size: cover; } } @media screen and (max-width: 1440px) { .slider-area .carousel-caption { padding-top: 6rem; } .news-area:before, .brands-area:before, .clients-area:before{ width: 98%; } body.bgImage { background-position: 110px -40px; } .team-area:before{ width: 100%; } } @media screen and (max-width: 1368px) { .news-area:before, .brands-area:before, .clients-area:before { width: 100%; } body.bgImage-full{ background-position: -150px top; } .team-area { padding-bottom: 18.85rem; } } @media screen and (max-width: 1280px) { .clients-area .swiper-container { padding: 8rem 0 27rem; } body.bgImage { background-position: 90px -10px; } .team-title { padding-top: 8rem; padding-bottom: 8rem; } .team-area { padding-bottom: 24.85rem; } body.bgImage-full { background-position: -260px top; } } @media screen and (max-width: 1024px) { .slider__lft h1 { font-size: 3.2rem; line-height: 60px; margin-bottom: 1.5rem; } .slider__lft p { font-size: 1.5rem; line-height: 35px; } .slider-area .carousel-item { min-height: 390px; } .slider-area .carousel-caption { padding-top: 2rem; } .energy__info { padding-top: 2rem; } .font__size--2 h2 { font-size: 3.2rem; } .energy__info p { font-size: 1.4rem; line-height: 35px; } .clients-area .swiper-container { padding: 4rem 0 15rem; } body.bgImage-full.brands-body { background-position: -150px top; } .brandsPage-area:before{ width: 100%; } body.bgImage { background-position: -460px -160px; background-size: auto; } .affi-lft { align-items: flex-start; } body.bgImage-full { background-position: -550px -310px; } } @media screen and (max-width: 812px) { .hdr-navbar { margin-left: -15px; margin-right: -15px; } header nav.hdr-navbar ul.navbar-nav li a.nav-link { font-size: 1.2rem; } .hdr-navbar a.navbar-brand { max-width: 140px; } .slider__lft h1 { font-size: 2.5rem; line-height: 40px; margin-bottom: 1.2rem; } .slider__lft p { font-size: 1.3rem; line-height: 30px; } .slider-area .carousel-item { min-height: 320px; } .slider-area .carousel-caption { padding-top: 2.5rem; } .energy__rgt, .energy__lft { padding: 0 15px; } .font__size--2 h2 { font-size: 2.7rem; } .energy__info p, .brands-hed p { font-size: 1.3rem; line-height: 30px; } .news__title h4 { font-size: 1.6rem; } .clients-area .swiper-container { padding: 0rem 0 9rem; } .brands__cont h4 { font-size: 1.6rem; } body.bgImage { background-position: -590px -200px; } body.bgImage-full.brands-body { background-position: -210px top; } .gallery__hed h4, .gallery-area .nav-pills .nav-link{ font-size: 1.5rem; } .gallery__hed { padding: 0.42rem 1.85rem; } .gallery-area .nav-pills .nav-link{ line-height: 45px; } .join-hed, .inr-section { padding-left: 2rem; padding-right: 2rem; } .apply-btn{ padding: 0 1rem; } body.bgImage-full { background-position: -570px -310px; } } @media screen and (max-width: 768px) { .slider__lft h1 { font-size: 2.4rem; } .slider-area .carousel-item { min-height: 300px; } .slider-area .carousel-caption { padding-top: 2rem; } .clients-area .swiper-container { padding: 0rem 0 16rem; } .provide-area:before{ width: 100%; } body.bgImage { background-position: -610px -200px; } body.bgImage-full.brands-body { background-position: -230px top; } .team-title { padding-top: 5rem; padding-bottom: 5rem; } .team-area:before { border-radius: 0 324px 324px 0; } .team__cont{ padding: 1rem; } .team-area { padding-bottom: 12.85rem; } body.bgImage-full { background-position: -610px -310px; } } @media screen and (max-width: 767px) { body.bgImage-full, body.bgImage-full.brands-body { background-position: -540px top; } .hdr-navbar { justify-content: space-between; } .slider__lft h1 { font-size: 1.8rem; } .slider-area .carousel-caption { padding-top: 1rem; } .slider__lft p { font-size: 1.2rem; line-height: 30px; } .hdr-navbar a.navbar-brand { max-width: 100%; } .energy__info { padding-top: 4rem; } .news__cont p, .news__img{ height: auto; } .news__inr { text-align: center; } .brands__img { height: auto; } .brands-box{ width: 50%; margin: 0 auto 3rem; } .clients-area .swiper-container { padding: 0rem 0 6rem; } .footer-area { padding: 2rem 0 6rem; } .ftr__hed h3 { margin-bottom: 0.5rem; } .ftr-links { margin-bottom: 3rem; } .copyright-area p { font-size: 0.8rem; } header nav .hdr-navbar ul.navbar-nav li:last-child a.nav-link{ padding-right: 0.7rem; } .hdr-navbar ul.navbar-nav { background-color: #153C67; padding: 2rem 1rem; } .hdr-navbar ul.navbar-nav li { width: 100%; text-align: center; background-color: rgba(140, 159, 180,0.2); margin: 0 -2px 10px; border-radius: 10px; } header nav.hdr-navbar ul.navbar-nav li a.nav-link { line-height: 40px; margin-bottom: 10px; color: #fff; } header nav.hdr-navbar ul.navbar-nav li a.nav-link:last-child{ margin-bottom: 0; } body.bgImage-full.page-size-small { background-position: -70px top; } .about-area:before{ width: 100%; } .about-area .energy__info { background-color: rgba(255,255,255,0.7); padding: 2rem; border-radius: 20px; margin-top: 7rem; } .about-area .energy__info p{ color: #112D58; margin-bottom: 0; } .provide-area:before { border-radius: 0 424px 424px 0; } .provide-area { margin-bottom: 4rem; } .represent-box, .represent-hed h2{ text-align: center; } body.bgImage { background-position: -230px 0; } .affi-lft { align-items: center; justify-content: center; } .affi-cont { text-align: center; } body.bgImage-full.news-page { background-position: -280px -180px; } .news-area--page .news-hed h2, .newsDtl-area .newsDtl-hed h2{ text-align: center; } .newsDtl-hed h6 { justify-content: center; align-items: center; } .newsDtl__lft { margin-bottom: 2rem; } .img-hover-basic img{ width: 100%; } body.bgImage-full.gallery-page { background-position: 0 -130px; } .gallery-area .nav-pills .nav-link { line-height: 40px; padding: 0 1rem; font-size: 1.5rem; margin: 0 0.5rem; } .gallery__hed h4{ font-size: 2rem; } .gallery__hed { padding: 1.42rem 2.85rem; } .brandGallery-area .newsDtl-hed h2 { text-align: center; } .brandGallery-area .demo-gallery > ul > li { width: 50%; } .join-hed, .inr-section { padding-left: 0rem; padding-right: 0rem; } .apply-rgt { margin-top: 0.71rem; } body.bgImage-full { background-position: -650px 0; } } @media screen and (max-width: 668px) { /* body.bgImage-full { background-position: -630px top; } */ .slider__lft h1 { font-size: 2.1em; } .slider-area .carousel-caption { padding: 2rem 0; } .slider-area .carousel-item{ background-size: cover; min-height: 350px; } .slider-area .carousel-caption { padding: 2rem; background-color: rgba(255,255,255,0.7); border-radius: 20px; margin-top: 2.5rem; width: 90%; margin-left: auto; margin-right: auto; position: static; } .slider__lft { position: static; width: 100%; max-width: 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; } .slider__lft p{ margin-bottom: 0; } body.bgImage-full.news-page { background-position: -340px -180px; } } @media screen and (max-width: 568px) { .news-button { padding-bottom: 14.28rem; } .energy__lft { padding-right: 25px; } .brands-area:before { border-radius: 324px 0px 0px 324px; } .news-area:before, .brandsPage-area:before{ border-radius: 0 324px 324px 0; } .provide-area:before { border-radius: 0 224px 224px 0; } .clients-area:before{ border-radius: 0; } .clients-hed { padding: 8rem 0 3rem; } .copyright-lft, .copyright-rgt{ justify-content: center; align-items: center; } .copyright-area { padding: 1rem 0; } body.bgImage-full { background-position: -700px top; } .topbar__box{ padding: 2rem 1rem; } .hdr-navbar { padding: 0 1rem; } .provide__cont h3 { font-size: 2rem; } body.bgImage-full.page-size-small { background-position: -160px top; } body.bgImage-full.news-page { background-position: -360px -180px; } .team-title p{ margin-bottom: 0; } .team-area:before { border-radius: 0 224px 224px 0; } .join-hed, .inr-section { padding-left: 1rem; padding-right: 1rem; } .apply-btn { font-size: 1.2rem; line-height: 45px; } body.bgImage-full { background-position: -740px top; } } @media screen and (max-width: 480px) { body.bgImage-full { background-position: -790px top; } .slider-area .carousel-caption { margin-top: 1.8rem; } a.ftr__topBtn{ right: 15px; } .topbar__box { padding: 1rem; } .slider-area .carousel-caption { padding: 1rem; } .slider-area .carousel-caption { margin-top: 2.8rem; } body.bgImage-full.page-size-small { background-position: -240px top; } .about-area .energy__lft { padding: 0 1rem; } body.bgImage-full.brands-body { background-position: center -70px; background-attachment: fixed; } body.bgImage { background-position: -320px 0; } .affi-cont p { font-size: 1.4rem; line-height: 35px; } body.bgImage-full.news-page { background-position: -470px -220px; } .team-area:before { border-radius: 0 124px 124px 0; } body.bgImage-full.gallery-page { background-position: 0 -50px; } .gallery-area .nav-pills .nav-link { line-height: 35px; padding: 0 0.8rem; font-size: 1.1rem; margin: 0 0.5rem; } .brandGallery-area .demo-gallery > ul > li { width: 100%; } .represent-area { padding-top: 6.87rem; background-color: #fff; margin-top: 4rem; } } @media screen and (max-width: 415px) { .hdr-navbar a.navbar-brand { max-width: 195px; } .slider__lft h1{ margin-bottom: 1rem; } .about-area .energy__info { margin-top: 4rem; } body.bgImage-full.page-size-small { background-position: -260px top; } .provide__cont h3 { font-size: 1.8rem; line-height: 40px; } .provide__cont ul li { font-size: 1.2rem; line-height: 35px; } body.bgImage { background-position: -380px 0; } body.bgImage-full.news-page { background-position: -610px -340px; } .team-title p { font-size: 1.4rem; } .gallery-area .nav-pills .nav-link { line-height: 35px; padding: 0 0.8rem; font-size: 1rem; margin: 0 0.5rem; } .gallery__hed { padding: 1rem 2.5rem; } .news-area:before { border-radius: 0 224px 224px 0; } body.bgImage-full { background-position: -870px -350px; } } @media screen and (max-width: 376px) { .brands-box { width: 75%; margin: 0 auto 3rem; } .font__size--2 h2 { font-size: 2.4rem; } .slider-area .carousel-item { min-height: 330px; } .slider-area .carousel-caption { background-size: cover; width: 90%; margin-left: auto; margin-right: auto; position: static; } .hdr-navbar a.navbar-brand { max-width: 165px; } body.bgImage-full.page-size-small { background-position: -370px -200px; } body.bgImage-full.brands-body { background-position: -770px top; } .represent-hed h2{ line-height: 40px; } body.bgImage { background-position: -420px 0; } .gallery-area .nav-pills .nav-link { margin: 0 0.2rem; } body.bgImage-full.brands-body { background-position: center -50px; } body.bgImage-full { background-position: -1050px -570px; } .slider-area .carousel-caption { margin-top: 2.5rem; margin-bottom: 3rem; } } @media screen and (max-width: 360px) { .slider-area .carousel-item { min-height: 370px; } .hdr-navbar a.navbar-brand { max-width: 155px; } body.bgImage-full.page-size-small { background-position: -420px -230px; } .about-area { min-height: 670px; } .brandsPage-area:before { border-radius: 0 224px 224px 0; } .gallery-area .nav-pills .nav-link { line-height: 30px; padding: 0 0.6rem; } .gallery__hed h4 { font-size: 1.8rem; } body.bgImage-full { background-position: -1190px -720px; } } @media screen and (max-width: 320px) { .news-area:before { border-radius: 0 224px 224px 0; } .brands-area:before { border-radius: 224px 0px 0px 224px; } body.bgImage-full { background-position: -1110px -610px; } .hdr-navbar a.navbar-brand { max-width: 125px; } .about-area .energy__info { margin-top: 2rem; } body.bgImage-full.page-size-small { background-position: -550px -320px; } body.bgImage-full.brands-body { background-position: -800px top; } .font__size--2 h2 { font-size: 2.2rem; } body.bgImage { background-position: -550px -140px; } body.bgImage-full.news-page { background-position: -630px -340px; } .gallery-area .nav-pills .nav-link { line-height: 30px; padding: 0 0.5rem; font-size: 0.8rem; } .gallery__hed { padding: 0.8rem 2.2rem; } .gallery__hed h4 { font-size: 1.6rem; } body.bgImage-full.gallery-page { background-position: 0 -10px; } body.bgImage-full.brands-body { background-position: center -10px; } .slider-area .carousel-caption{ width: 100%; } .slider__lft h1 { font-size: 2em; } }
0.282295
0.053157
.popup_table{ width: 100%; margin: 20px auto; } .popup_table td{ height:28px; } .popup_td_left{ width: 25%; text-align: right; margin-right: 10px; font-size: 15px; font-family:"微软雅黑"; color: #555; } .popup_text{ width: 90%; display: block; height: 23px; font-size: 12px; line-height: 1.428571429; color: #555; vertical-align: middle; background-color: #ffffff; border: 1px solid #cccccc; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .popup_text:focus { border: 1px solid #fafafa; -webkit-box-shadow: 0px 0px 6px #007eff; -moz-box-shadow: 0px 0px 5px #007eff; box-shadow: 0px 0px 5px #007eff; } .popup_date_table{ width: 92%; margin:0 -1%; } .popup_date_td{ width: 50%; } .popup_dateText{ width: 100%; } .popup_money_table{ width: 92%; margin:0 -1%; } .popup_money_td{ width: 50%; } .popup_moneyText{ width: 100%; display: block; height: 23px; font-size: 12px; line-height: 1.428571429; color: #555; vertical-align: middle; background-color: #ffffff; border: 1px solid #cccccc; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .popup_moneyText:focus { border: 1px solid #fafafa; -webkit-box-shadow: 0px 0px 6px #007eff; -moz-box-shadow: 0px 0px 5px #007eff; box-shadow: 0px 0px 5px #007eff; } .popup_btn_table{ float:right; width: 60%; margin:5px 9%; text-align: right; } .popup_searchBtn{ float:right; width:80px; height:32px; font-family:"微软雅黑"; font-size:15px; color:white; border-width: 0; background-color: #6495ED; border-radius: 3px; cursor:pointer; } .popup_searchBtn:hover{ background-color: #588beb; } .popup_resetBtn{ float:right; margin:0px 20px; width:80px; height:32px; font-family:"微软雅黑"; font-size:15px; color:#555; border-width: 0; background-color: #efefef; border-radius: 3px; cursor:pointer; } .popup_resetBtn:hover{ background-color: #e9e9e9; }
Uzumzki-project/2018/GA/src/main/webapp/resources/admin/js/popup/popup.css
.popup_table{ width: 100%; margin: 20px auto; } .popup_table td{ height:28px; } .popup_td_left{ width: 25%; text-align: right; margin-right: 10px; font-size: 15px; font-family:"微软雅黑"; color: #555; } .popup_text{ width: 90%; display: block; height: 23px; font-size: 12px; line-height: 1.428571429; color: #555; vertical-align: middle; background-color: #ffffff; border: 1px solid #cccccc; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .popup_text:focus { border: 1px solid #fafafa; -webkit-box-shadow: 0px 0px 6px #007eff; -moz-box-shadow: 0px 0px 5px #007eff; box-shadow: 0px 0px 5px #007eff; } .popup_date_table{ width: 92%; margin:0 -1%; } .popup_date_td{ width: 50%; } .popup_dateText{ width: 100%; } .popup_money_table{ width: 92%; margin:0 -1%; } .popup_money_td{ width: 50%; } .popup_moneyText{ width: 100%; display: block; height: 23px; font-size: 12px; line-height: 1.428571429; color: #555; vertical-align: middle; background-color: #ffffff; border: 1px solid #cccccc; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .popup_moneyText:focus { border: 1px solid #fafafa; -webkit-box-shadow: 0px 0px 6px #007eff; -moz-box-shadow: 0px 0px 5px #007eff; box-shadow: 0px 0px 5px #007eff; } .popup_btn_table{ float:right; width: 60%; margin:5px 9%; text-align: right; } .popup_searchBtn{ float:right; width:80px; height:32px; font-family:"微软雅黑"; font-size:15px; color:white; border-width: 0; background-color: #6495ED; border-radius: 3px; cursor:pointer; } .popup_searchBtn:hover{ background-color: #588beb; } .popup_resetBtn{ float:right; margin:0px 20px; width:80px; height:32px; font-family:"微软雅黑"; font-size:15px; color:#555; border-width: 0; background-color: #efefef; border-radius: 3px; cursor:pointer; } .popup_resetBtn:hover{ background-color: #e9e9e9; }
0.125829
0.059129
@import url("https://fonts.googleapis.com/css2?family=Righteous&display=swap"); /* body { margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; font-family: "Righteous", cursive; min-height: 100vh; background-color: #a9c9ff; background-image: linear-gradient(180deg, #a9c9ff 0%, #ffbbec 100%); } */ body .container-cards { max-width: 100vw; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); grid-gap: 35px; margin: 0 auto; padding: 80px 0; } body .container-cards .card { position: relative; width: 350px; height: 500px; margin: 0 auto; background: #000; border-radius: 15px; box-shadow: 0 15px 60px rgba(0, 0, 0, 0.5); } body .container-cards .card .face { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; } body .container-cards .card .face.face1 { box-sizing: border-box; padding: 20px; } body .container-cards .card .face.face1 h2 { margin: 0; padding: 0; } body .container-cards .card .face.face1 .java { background-color: #00fffc; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } body .container-cards .card .face.face1 .python { background-color: #00fffc; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } body .container-cards .card .face.face1 .cSharp { background-color: #00fffc; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } body .container-cards .card .face.face2 { transition: 0.5s; } body .container-cards .card .face.face2 h2 { margin: 0; padding: 0; font-size: 3em; color: #fff; transition: 0.5s; text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); z-index: 10; } body .container-cards .card:hover .face.face2 { height: 60px; } body .container-cards .card:hover .face.face2 h2 { font-size: 1em; } body .container-cards .card:nth-child(1) .face.face2 { /* background-image: linear-gradient(40deg, #fffc00 0%, #fc00ff 45%, #00fffc 100%); */ background-image: url('https://media.giphy.com/media/uCVIyZBEczJg4/giphy.gif'); background-size:cover ; border-radius: 15px; } body .container-cards .card:nth-child(2) .face.face2 { background-image: url('https://media.giphy.com/media/fteuziV4qzK62ctmLN/giphy.gif'); border-radius: 15px; } body .container-cards .card:nth-child(3) .face.face2 { background-image: url('https://media.giphy.com/media/XEPXpgrE79HeIkpNlx/giphy-downsized-large.gif'); border-radius: 15px; } /* .instructions { background-image: linear-gradient(to left, rgb(22,54,148), rgb(24,122,138)); } */
frontend/src/cards.css
@import url("https://fonts.googleapis.com/css2?family=Righteous&display=swap"); /* body { margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; font-family: "Righteous", cursive; min-height: 100vh; background-color: #a9c9ff; background-image: linear-gradient(180deg, #a9c9ff 0%, #ffbbec 100%); } */ body .container-cards { max-width: 100vw; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); grid-gap: 35px; margin: 0 auto; padding: 80px 0; } body .container-cards .card { position: relative; width: 350px; height: 500px; margin: 0 auto; background: #000; border-radius: 15px; box-shadow: 0 15px 60px rgba(0, 0, 0, 0.5); } body .container-cards .card .face { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; } body .container-cards .card .face.face1 { box-sizing: border-box; padding: 20px; } body .container-cards .card .face.face1 h2 { margin: 0; padding: 0; } body .container-cards .card .face.face1 .java { background-color: #00fffc; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } body .container-cards .card .face.face1 .python { background-color: #00fffc; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } body .container-cards .card .face.face1 .cSharp { background-color: #00fffc; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } body .container-cards .card .face.face2 { transition: 0.5s; } body .container-cards .card .face.face2 h2 { margin: 0; padding: 0; font-size: 3em; color: #fff; transition: 0.5s; text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); z-index: 10; } body .container-cards .card:hover .face.face2 { height: 60px; } body .container-cards .card:hover .face.face2 h2 { font-size: 1em; } body .container-cards .card:nth-child(1) .face.face2 { /* background-image: linear-gradient(40deg, #fffc00 0%, #fc00ff 45%, #00fffc 100%); */ background-image: url('https://media.giphy.com/media/uCVIyZBEczJg4/giphy.gif'); background-size:cover ; border-radius: 15px; } body .container-cards .card:nth-child(2) .face.face2 { background-image: url('https://media.giphy.com/media/fteuziV4qzK62ctmLN/giphy.gif'); border-radius: 15px; } body .container-cards .card:nth-child(3) .face.face2 { background-image: url('https://media.giphy.com/media/XEPXpgrE79HeIkpNlx/giphy-downsized-large.gif'); border-radius: 15px; } /* .instructions { background-image: linear-gradient(to left, rgb(22,54,148), rgb(24,122,138)); } */
0.351645
0.053305
.foto-perfil{width:150px; border: 5px double#0445f5; border-radius: 50%; } .cabecalho { background-color: rgb(255, 255, 255); width:1000px ; margin:top 50%; margin-right: auto; margin-left: auto; padding-top: 30px; padding-bottom: 30px; text-align: center; background-image:url("fundo-tecno.jpg"); background-size: cover; border-radius:10%;} .nome{ color:rgb(252, 252, 252); margin:top 5px; margin-bottom:0; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; font-size:38px; } .cargo{ color:rgb(251, 251, 255); margin-top:5px; margin-top:0; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; font-size:18; text-align:center;} .intro{ color:rgb(5, 5, 5); margin:top 5px; margin-bottom:0; font-family:Arial; font-size: 20px; text-align:center; } .icones{width: 50px; border:15px#0445f5; } .botão{ border: 1px solid rgb(245, 245, 245); display:block; width:200px; margin-left: auto; margin-right: auto; margin-top: 20px; color:white; text-decoration: none; font-family: 'Segoe UI'; padding-left:20px; padding-right: 20px; padding-top: 10px; padding-bottom: 10px; border-radius: 5px; } .botão:hover{ background-color:rgba(0, 0, 0, 0.548); border-color:purple } .informacoes{ width: 1000px; margin-left: auto; margin-right: auto; background-color:rgb(250, 250, 250); padding-top: 20px; border-radius:10%; } .titulo{ font-family: 'Segoe UI'; color: black; border-bottom: 1px solid; margin-top: 30px; text-transform: uppercase; } .texto-sobre{ font-size: 16px; font-family: 'Segoe UI'; font-weight: 400; color:#333 }
estilos.css
.foto-perfil{width:150px; border: 5px double#0445f5; border-radius: 50%; } .cabecalho { background-color: rgb(255, 255, 255); width:1000px ; margin:top 50%; margin-right: auto; margin-left: auto; padding-top: 30px; padding-bottom: 30px; text-align: center; background-image:url("fundo-tecno.jpg"); background-size: cover; border-radius:10%;} .nome{ color:rgb(252, 252, 252); margin:top 5px; margin-bottom:0; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; font-size:38px; } .cargo{ color:rgb(251, 251, 255); margin-top:5px; margin-top:0; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; font-size:18; text-align:center;} .intro{ color:rgb(5, 5, 5); margin:top 5px; margin-bottom:0; font-family:Arial; font-size: 20px; text-align:center; } .icones{width: 50px; border:15px#0445f5; } .botão{ border: 1px solid rgb(245, 245, 245); display:block; width:200px; margin-left: auto; margin-right: auto; margin-top: 20px; color:white; text-decoration: none; font-family: 'Segoe UI'; padding-left:20px; padding-right: 20px; padding-top: 10px; padding-bottom: 10px; border-radius: 5px; } .botão:hover{ background-color:rgba(0, 0, 0, 0.548); border-color:purple } .informacoes{ width: 1000px; margin-left: auto; margin-right: auto; background-color:rgb(250, 250, 250); padding-top: 20px; border-radius:10%; } .titulo{ font-family: 'Segoe UI'; color: black; border-bottom: 1px solid; margin-top: 30px; text-transform: uppercase; } .texto-sobre{ font-size: 16px; font-family: 'Segoe UI'; font-weight: 400; color:#333 }
0.348978
0.087994
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Open Sans', Helvetica, sans-serif; } .bg { display: none; place-items: center; width: 100%; height: 100vh; background-color: #000a; position: fixed; left: 0; top: 0; padding: 10px 10px; z-index: 1000; } html, body { background-color: rgb(20, 20, 20); height: 100%; } header { padding: 8px 0; background-color: rgb(40, 40, 40); } .center { max-width: 1280px; margin: 0 auto; padding: 0 2%; display: flex; flex-wrap: wrap; } .top { display: grid; grid-template-columns: 3fr 1fr; align-items: center; } .logo { display: inline-block; vertical-align: middle; } .logo a { text-decoration: none; color: white; font-variant: small-caps; font-size: 22px; } .menu-items { padding: 0 20px; display: inline-block; } .menu-items a { color: rgb(120, 120, 120); margin-right: 10px; text-decoration: none; } .menu-items a:hover { color: white; } .search { justify-self: flex-end; } .input-search { position: relative; width: 200px; display: inline-block; } .input-search i { position: absolute; top: 15px; left: 7px; color: rgb(120, 120, 120); } .input-search input { width: 100%; height: 30px; border: 1px solid rgb(120, 120, 120); margin: 9px 0; padding-left: 28px; background-color: rgb(40, 40, 40); color: white; } .input-search input:focus { outline: 1px solid rgb(140, 140, 140); } .splide__arrows { display: none } .banner-container { width: 100%; position: relative; height: 50vw; max-height: 400px; } .banner-principal { width: 100%; height: 100%; max-height: 400px; object-fit: cover; padding: 5px; } .banner-container p { position: absolute; left: 20px; bottom: 40px; padding: 15px 50px; background-color: #7dae29; color: white; font-weight: bold; font-size: 18px; } .main h2 { color: white; width: 100%; margin: 30px 0; } .card-container { display: grid; grid-template-columns: repeat(5, 1fr); } .card-movie { width: 100%; color: white; margin-bottom: 10px; transition: .4s; cursor: pointer; } .card-movie:hover { transform: scale(1.1); } .card-movie img { width: 100%; height: calc(100% - 40px); padding: 5px; } .card-movie p { font-size: 14px; padding-left: 15px; } .descricao-movie { width: 650px; border-radius: 20px; background-color: #000a; display: flex; flex-direction: column; row-gap: 20px; align-items: center; justify-content: space-around; padding: 20px; color: white; } .descricao-movie h2 { font-size: 45px; text-align: center; } .descricao-movie .desc-container { display: flex; justify-content: space-around; column-gap: 20px; width: 100%; } .desc-container .img-desc { width: 40%; } .img-desc img { width: 100%; } .desc-title { width: 50%; align-self: center; } .desc-title p { font-size: 18px; font-weight: 200; font-style: italic; text-align: justify; } h2::selection, p::selection { background-color: #7dae29; } @media screen and (max-width: 700px) { .menu { display: grid; grid-template-rows: 1fr 1fr; } .menu-items { padding: 10px 0; } .input-search { right: 20px; width: 20px; cursor: pointer; } .input-search i { font-size: 24px; top: 13px; } .input-search input { border: 0; } #busca { /*display: none;*/ position: relative; right: 25px; } .input-search input:focus { outline: 1px solid rgb(140, 140, 140); } .banner-container p { position: absolute; left: 10px; bottom: 20px; padding: 5px 30px; background-color: rgb(125, 174, 41); color: white; font-weight: bold; font-size: 16px; } .card-container { display: grid; grid-template-columns: repeat(3, 1fr); } .descricao-movie { width: 95%; border-radius: 20px; background-color: #000a; display: flex; flex-direction: column; row-gap: 20px; align-items: center; justify-content: space-around; padding: 20px; color: white; } .descricao-movie h2 { font-size: 32px; text-align: center; } .descricao-movie .desc-container { display: flex; flex-direction: column; align-items: center; justify-content: space-around; column-gap: 20px; row-gap: 20px; width: 100%; } .desc-container .img-desc { width: 40%; } .img-desc img { width: 100%; } .desc-title { width: 80%; align-self: center; } .desc-title p { font-size: 18px; font-weight: 200; font-style: italic; text-align: justify; } }
projeto12/style.css
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Open Sans', Helvetica, sans-serif; } .bg { display: none; place-items: center; width: 100%; height: 100vh; background-color: #000a; position: fixed; left: 0; top: 0; padding: 10px 10px; z-index: 1000; } html, body { background-color: rgb(20, 20, 20); height: 100%; } header { padding: 8px 0; background-color: rgb(40, 40, 40); } .center { max-width: 1280px; margin: 0 auto; padding: 0 2%; display: flex; flex-wrap: wrap; } .top { display: grid; grid-template-columns: 3fr 1fr; align-items: center; } .logo { display: inline-block; vertical-align: middle; } .logo a { text-decoration: none; color: white; font-variant: small-caps; font-size: 22px; } .menu-items { padding: 0 20px; display: inline-block; } .menu-items a { color: rgb(120, 120, 120); margin-right: 10px; text-decoration: none; } .menu-items a:hover { color: white; } .search { justify-self: flex-end; } .input-search { position: relative; width: 200px; display: inline-block; } .input-search i { position: absolute; top: 15px; left: 7px; color: rgb(120, 120, 120); } .input-search input { width: 100%; height: 30px; border: 1px solid rgb(120, 120, 120); margin: 9px 0; padding-left: 28px; background-color: rgb(40, 40, 40); color: white; } .input-search input:focus { outline: 1px solid rgb(140, 140, 140); } .splide__arrows { display: none } .banner-container { width: 100%; position: relative; height: 50vw; max-height: 400px; } .banner-principal { width: 100%; height: 100%; max-height: 400px; object-fit: cover; padding: 5px; } .banner-container p { position: absolute; left: 20px; bottom: 40px; padding: 15px 50px; background-color: #7dae29; color: white; font-weight: bold; font-size: 18px; } .main h2 { color: white; width: 100%; margin: 30px 0; } .card-container { display: grid; grid-template-columns: repeat(5, 1fr); } .card-movie { width: 100%; color: white; margin-bottom: 10px; transition: .4s; cursor: pointer; } .card-movie:hover { transform: scale(1.1); } .card-movie img { width: 100%; height: calc(100% - 40px); padding: 5px; } .card-movie p { font-size: 14px; padding-left: 15px; } .descricao-movie { width: 650px; border-radius: 20px; background-color: #000a; display: flex; flex-direction: column; row-gap: 20px; align-items: center; justify-content: space-around; padding: 20px; color: white; } .descricao-movie h2 { font-size: 45px; text-align: center; } .descricao-movie .desc-container { display: flex; justify-content: space-around; column-gap: 20px; width: 100%; } .desc-container .img-desc { width: 40%; } .img-desc img { width: 100%; } .desc-title { width: 50%; align-self: center; } .desc-title p { font-size: 18px; font-weight: 200; font-style: italic; text-align: justify; } h2::selection, p::selection { background-color: #7dae29; } @media screen and (max-width: 700px) { .menu { display: grid; grid-template-rows: 1fr 1fr; } .menu-items { padding: 10px 0; } .input-search { right: 20px; width: 20px; cursor: pointer; } .input-search i { font-size: 24px; top: 13px; } .input-search input { border: 0; } #busca { /*display: none;*/ position: relative; right: 25px; } .input-search input:focus { outline: 1px solid rgb(140, 140, 140); } .banner-container p { position: absolute; left: 10px; bottom: 20px; padding: 5px 30px; background-color: rgb(125, 174, 41); color: white; font-weight: bold; font-size: 16px; } .card-container { display: grid; grid-template-columns: repeat(3, 1fr); } .descricao-movie { width: 95%; border-radius: 20px; background-color: #000a; display: flex; flex-direction: column; row-gap: 20px; align-items: center; justify-content: space-around; padding: 20px; color: white; } .descricao-movie h2 { font-size: 32px; text-align: center; } .descricao-movie .desc-container { display: flex; flex-direction: column; align-items: center; justify-content: space-around; column-gap: 20px; row-gap: 20px; width: 100%; } .desc-container .img-desc { width: 40%; } .img-desc img { width: 100%; } .desc-title { width: 80%; align-self: center; } .desc-title p { font-size: 18px; font-weight: 200; font-style: italic; text-align: justify; } }
0.467818
0.144601
.blog-post-home strong{ display:block; padding:0px 20px 15px 20px; font-weight:500; line-height:24px; } .blog-post-home span{ display:block; font-size:11px; margin:-15px 0px 5px 20px; } .blog-post-home p{ color:#959595; line-height:26px; padding:0 20px; } .blog-post-stats{padding:0px 20px;} .blog-post-stats a i{padding-right:5px; } .blog-post-stats a{ font-size:11px; float:left; color:#6a6a6a; margin:-5px 15px 5px 0px; } .blog-post-home-author{ margin:-10px 0px 0px 20px; color:#1f1f1f; margin-bottom:30px; width:60%; } .blog-post-home-author img{ width:35px; margin-top:7px; position:absolute; border-radius:35px; } .blog-post-home-author span{ font-size:12px; padding-left:25px; display:block; } .blog-post-home-author span u{ text-decoration:none; font-weight:400; font-style: normal; padding-left:5px; color:#4A89DC; } .blog-post-home-author em{ font-size:11px; display:block; margin-top:-15px; color:#a7a7a7; font-weight:400; padding-left:44px; } .blog-post-more{ width:35px; height:35px; line-height:35px; text-align:center; border-radius:35px; position:absolute; right:20px; margin-top:-72px; } .blog-categories-3 a{width:30.3333333333%; float:left; margin:0% 1.5% 3% 1.5%; box-shadow:0 10px 47px 0 rgba(0,0,0,.05), 0 5px 14px 0 rgba(0,0,0,.2)} .blog-categories-1 a{width:97%; margin:0% 1.5% 5% 1.5%;} .blog-categories-2 a{width:47%; float:left; margin:0% 1.5% 3% 1.5%;} .blog-categories a{border-radius:15px!important; overflow:hidden; box-shadow:0 10px 47px 0 rgba(0,0,0,.05), 0 5px 14px 0 rgba(0,0,0,.2)} .blog-categories-1 em{font-size:26px;} .blog-categories-2 em{font-size:20px;} .blog-categories-3 em{font-size:16px;} .blog-categories em{ text-transform:uppercase; font-weight:700; height:100%; width:100%; position:absolute; text-align:center; width:100%; color:#FFFFFF; top:50%; margin-top:-15px; z-index:10; font-style: normal; text-shadow:0px 1px 0px #000000; } .blog-categories strong{ position:absolute; top:0px; left:0px; right:0px; bottom:0px; z-index:9; background-color:rgba(0,0,0,0.2); } .blog-categories a img{margin-bottom:0px;} .blog-categories a span{ position:absolute; top:0px; left:0px; right:0px; bottom:0px; z-index:8; } .menu-bookmark-item{min-height:70px; margin:15px 0px 0px 0px;} .menu-bookmark-item img{width:60px; position:absolute;} .menu-bookmark-item em i{padding-right:5px;} .menu-bookmark-item strong{ padding-left:75px; line-height:20px; font-size:14px; display:block; } .menu-bookmark-item span{ padding:5px 20px 0px 75px; font-size:11px; line-height:18px; display:block; font-style: normal; color:#8d8d8d; } /*Blog List*/ .blog-list-item img{position:absolute; width:70px; margin-top:2px;} .blog-list-item{ min-height:80px; margin-bottom:20px; padding-bottom:20px; border-bottom:solid 1px rgba(0,0,0,0.05); } .blog-list-item strong{ padding-left:85px; display:block; font-size:13px; line-height:20px; font-weight:600; color:#1f1f1f; } .blog-list-item span{ display:block; padding-left:85px; font-size:10px; color:#989898; } .blog-list-item span a{ padding-left:5px; margin-left:5px; border-left:solid 1px rgba(0,0,0,0.2); } .blog-list-item span i{margin-right:10px;} /*Blog Columns*/ .blog-col-item em{ position:absolute; margin-top:-39px; font-size:10px; font-weight:600; text-transform: uppercase; padding:3px 10px; font-style: normal; border-bottom-left-radius: 15px; border-top-right-radius: 15px; } .blog-col-item strong{color:#1f1f1f; font-weight:500; padding-top:10px; display:block;} .blog-col-item{line-height:18px; margin-bottom:30px;} .blog-col-item span i{margin-right:10px;} .blog-col-item span{ display:block; font-size:10px; padding:10px 0px 0px 0px; color:#989898; } /*---Archve---*/ /*------------*/ .archive-box-content{display:none;} .archive-box-current{display:block!important;} .archive-box-title{ font-size:21px; font-weight:600; color:#7b7b7b; height:40px; line-height:40px; } .archive-box-title em{ display:block; text-align:right; margin-top:-38px; font-style: normal; font-size:12px; letter-spacing: 1px; color:#b7b7b7; font-weight:400; } .archive-box-content a:first-child{margin-top:-5px!important;} .archive-box-content a:last-child{ padding-bottom:0px;} .archive-box-content a{line-height:40px;} .archive-item-disabled{color:#cacaca!important;} .archive-box-content a em{ position:absolute; right:0px; font-size:11px; font-style:normal; } /*Dark Skin*/ .dark-skin .blog-col-item strong, .dark-skin .blog-list-item strong, .dark-skin .menu-bookmark-item strong, .dark-skin .blog-post-home span, .dark-skin .blog-post-home strong{ color:#ffffff; }
public/assets/mobile/css/framework-blog.css
.blog-post-home strong{ display:block; padding:0px 20px 15px 20px; font-weight:500; line-height:24px; } .blog-post-home span{ display:block; font-size:11px; margin:-15px 0px 5px 20px; } .blog-post-home p{ color:#959595; line-height:26px; padding:0 20px; } .blog-post-stats{padding:0px 20px;} .blog-post-stats a i{padding-right:5px; } .blog-post-stats a{ font-size:11px; float:left; color:#6a6a6a; margin:-5px 15px 5px 0px; } .blog-post-home-author{ margin:-10px 0px 0px 20px; color:#1f1f1f; margin-bottom:30px; width:60%; } .blog-post-home-author img{ width:35px; margin-top:7px; position:absolute; border-radius:35px; } .blog-post-home-author span{ font-size:12px; padding-left:25px; display:block; } .blog-post-home-author span u{ text-decoration:none; font-weight:400; font-style: normal; padding-left:5px; color:#4A89DC; } .blog-post-home-author em{ font-size:11px; display:block; margin-top:-15px; color:#a7a7a7; font-weight:400; padding-left:44px; } .blog-post-more{ width:35px; height:35px; line-height:35px; text-align:center; border-radius:35px; position:absolute; right:20px; margin-top:-72px; } .blog-categories-3 a{width:30.3333333333%; float:left; margin:0% 1.5% 3% 1.5%; box-shadow:0 10px 47px 0 rgba(0,0,0,.05), 0 5px 14px 0 rgba(0,0,0,.2)} .blog-categories-1 a{width:97%; margin:0% 1.5% 5% 1.5%;} .blog-categories-2 a{width:47%; float:left; margin:0% 1.5% 3% 1.5%;} .blog-categories a{border-radius:15px!important; overflow:hidden; box-shadow:0 10px 47px 0 rgba(0,0,0,.05), 0 5px 14px 0 rgba(0,0,0,.2)} .blog-categories-1 em{font-size:26px;} .blog-categories-2 em{font-size:20px;} .blog-categories-3 em{font-size:16px;} .blog-categories em{ text-transform:uppercase; font-weight:700; height:100%; width:100%; position:absolute; text-align:center; width:100%; color:#FFFFFF; top:50%; margin-top:-15px; z-index:10; font-style: normal; text-shadow:0px 1px 0px #000000; } .blog-categories strong{ position:absolute; top:0px; left:0px; right:0px; bottom:0px; z-index:9; background-color:rgba(0,0,0,0.2); } .blog-categories a img{margin-bottom:0px;} .blog-categories a span{ position:absolute; top:0px; left:0px; right:0px; bottom:0px; z-index:8; } .menu-bookmark-item{min-height:70px; margin:15px 0px 0px 0px;} .menu-bookmark-item img{width:60px; position:absolute;} .menu-bookmark-item em i{padding-right:5px;} .menu-bookmark-item strong{ padding-left:75px; line-height:20px; font-size:14px; display:block; } .menu-bookmark-item span{ padding:5px 20px 0px 75px; font-size:11px; line-height:18px; display:block; font-style: normal; color:#8d8d8d; } /*Blog List*/ .blog-list-item img{position:absolute; width:70px; margin-top:2px;} .blog-list-item{ min-height:80px; margin-bottom:20px; padding-bottom:20px; border-bottom:solid 1px rgba(0,0,0,0.05); } .blog-list-item strong{ padding-left:85px; display:block; font-size:13px; line-height:20px; font-weight:600; color:#1f1f1f; } .blog-list-item span{ display:block; padding-left:85px; font-size:10px; color:#989898; } .blog-list-item span a{ padding-left:5px; margin-left:5px; border-left:solid 1px rgba(0,0,0,0.2); } .blog-list-item span i{margin-right:10px;} /*Blog Columns*/ .blog-col-item em{ position:absolute; margin-top:-39px; font-size:10px; font-weight:600; text-transform: uppercase; padding:3px 10px; font-style: normal; border-bottom-left-radius: 15px; border-top-right-radius: 15px; } .blog-col-item strong{color:#1f1f1f; font-weight:500; padding-top:10px; display:block;} .blog-col-item{line-height:18px; margin-bottom:30px;} .blog-col-item span i{margin-right:10px;} .blog-col-item span{ display:block; font-size:10px; padding:10px 0px 0px 0px; color:#989898; } /*---Archve---*/ /*------------*/ .archive-box-content{display:none;} .archive-box-current{display:block!important;} .archive-box-title{ font-size:21px; font-weight:600; color:#7b7b7b; height:40px; line-height:40px; } .archive-box-title em{ display:block; text-align:right; margin-top:-38px; font-style: normal; font-size:12px; letter-spacing: 1px; color:#b7b7b7; font-weight:400; } .archive-box-content a:first-child{margin-top:-5px!important;} .archive-box-content a:last-child{ padding-bottom:0px;} .archive-box-content a{line-height:40px;} .archive-item-disabled{color:#cacaca!important;} .archive-box-content a em{ position:absolute; right:0px; font-size:11px; font-style:normal; } /*Dark Skin*/ .dark-skin .blog-col-item strong, .dark-skin .blog-list-item strong, .dark-skin .menu-bookmark-item strong, .dark-skin .blog-post-home span, .dark-skin .blog-post-home strong{ color:#ffffff; }
0.191403
0.082217
background-color: white;} */ @import url('https://fonts.googleapis.com/css?family=Copse|Delius+Swash+Caps|Gabriela|Unkempt&display=swap'); html{ scroll-behavior: smooth; } .home{ padding-top:220px; text-align:center; color:white; } .home>.mouse{ margin-top:130px } .services{ color: #fff; text-align: center; padding-top: 100px; } .what{ color: black; text-align: center; } .what p{ display: none; } .design{ justify-content: space-evenly; text-align: center; } .portfolio{ text-align: center; ; } .portfo{ text-align: center; } input[type="text"]{ width: 48%; background-color: transparent; border: 1px solid white; color: white; } input[type="email"]{ width: 48%; background-color: transparent; border-color: white; } .textarea{ background-color: transparent; border-color: white; } input[type="submit"]{ background-color: transparent; width: 100px; border-radius: 10px; border: 1px solid white; color: white; font-weight: bold; } #email::placeholder{ color: white; } #name::placeholder{ color: white; } #message::placeholder{ color: white; } .form{ display: flex; justify-content: space-between; } .contact{ width: 80%; } footer{ text-align: center; } footer img{ margin: 10px; } .ova, .ova1, .ova2, .ova3, .ova4, .ova5, .ova6, .ova7{ display: none; margin-top: -200px; background-color:black; padding-top: 70px; padding-bottom: 30px; text-align: center; margin-left: 30px; } h3{ color:yellow; border: 3px solid white; width: 80%; height: 70%; background-color: none; } .div{ /* display: none; */ background-color: none; opacity: 0.8; width: 60px; border-color: white; } @media screen and (min-width: 480px) and (max-width: 767px) { body { background-color: aqua; } .home{ padding-top: 60px; } .services{ padding-top: 20px; } .work1, .work2, .work3, .work4, .work5, .work6, .work7, .work8{ margin-top:20px; width: 200px; margin-left: 25px; } }
css/style.css
background-color: white;} */ @import url('https://fonts.googleapis.com/css?family=Copse|Delius+Swash+Caps|Gabriela|Unkempt&display=swap'); html{ scroll-behavior: smooth; } .home{ padding-top:220px; text-align:center; color:white; } .home>.mouse{ margin-top:130px } .services{ color: #fff; text-align: center; padding-top: 100px; } .what{ color: black; text-align: center; } .what p{ display: none; } .design{ justify-content: space-evenly; text-align: center; } .portfolio{ text-align: center; ; } .portfo{ text-align: center; } input[type="text"]{ width: 48%; background-color: transparent; border: 1px solid white; color: white; } input[type="email"]{ width: 48%; background-color: transparent; border-color: white; } .textarea{ background-color: transparent; border-color: white; } input[type="submit"]{ background-color: transparent; width: 100px; border-radius: 10px; border: 1px solid white; color: white; font-weight: bold; } #email::placeholder{ color: white; } #name::placeholder{ color: white; } #message::placeholder{ color: white; } .form{ display: flex; justify-content: space-between; } .contact{ width: 80%; } footer{ text-align: center; } footer img{ margin: 10px; } .ova, .ova1, .ova2, .ova3, .ova4, .ova5, .ova6, .ova7{ display: none; margin-top: -200px; background-color:black; padding-top: 70px; padding-bottom: 30px; text-align: center; margin-left: 30px; } h3{ color:yellow; border: 3px solid white; width: 80%; height: 70%; background-color: none; } .div{ /* display: none; */ background-color: none; opacity: 0.8; width: 60px; border-color: white; } @media screen and (min-width: 480px) and (max-width: 767px) { body { background-color: aqua; } .home{ padding-top: 60px; } .services{ padding-top: 20px; } .work1, .work2, .work3, .work4, .work5, .work6, .work7, .work8{ margin-top:20px; width: 200px; margin-left: 25px; } }
0.383526
0.078607
.form_w { border-bottom: 3px solid #dc3545; width:30%; } .form-c { border:none; width:90%; padding:1.5%; } .search_button { background: none; border: none; } .search_button:focus{ outline: none; border-color:transparent; outline: none !important; box-shadow: none; } .search_button:active{ outline: none; border-color:transparent; outline: none !important; box-shadow: none; } .start_thread{ color:white; font-size: 18px; width:68%; margin-left: 4%; } .start_thread:hover{ color: black; } .left_one { padding: 1%; padding-top:2%; } .categories button{ border: none; font-size: 15px; color: black; padding: 2%; } .user img{ height:55px; width:55px; } .contents { text-align: justify; padding: 2%; padding-left:3%; padding-right: 3%; } .like a{ padding-left: 3%; padding-right: 3%; font-size: 20px; color:#6c757d; } .like a span{ font-size: 12px; } .like a:hover{ text-decoration: none; color: #339af0; } .comment img{ height: 40px; width:40px; padding-top: 2%; } .comment_box { border-radius: 50px; padding:1%; padding-left: 1.5%; overflow-y: visible; } textarea{ /* box-sizing: padding-box; */ /* demo only: */ padding:2%; width:100%; font-size:14px; display:inline-block; height: 40px; color:#6c757d; border-radius: 5px; overflow:hidden; } .comment_btn { width: 100%; } .hiden { display:none; } .categories a{ text-align: left; padding-left: 10%; border: none; font-size: 16px; background-color:#FAFAFA; } .categories i{ height: 30px; padding: 1%; padding-right:5%; } .categories { padding-left: 6%; padding-right: 6%; } .categories a:hover{ color:white; } .heading{ font-family: 'PT Serif', serif; font-size: 32px; color: #4b4b4b; } .user_name{ font-family: 'Roboto', sans-serif; font-size: 18px; color: #4b4b4b; } .category_head{ font-size: 30px; color: #4b4b4b; text-align: center; } .content_p{ overflow-y: scroll; padding-top: 2%; } .content_p::-webkit-scrollbar{ width:0; } #post{ display: none; } .title_post{ padding-top: 3%; } .title_post1{ font-family: 'PT Serif', serif; font-size: 32px; color: #4b4b4b; } .post_block{ margin-bottom: 4%; margin-top: 0.5%; } .btns_links{ padding:1%; padding-bottom: 2%; } .btns_links i{ padding-right: 2%; color:white; } .btns_links button{ border:none; background: transparent; }
server/static/old/forums.css
.form_w { border-bottom: 3px solid #dc3545; width:30%; } .form-c { border:none; width:90%; padding:1.5%; } .search_button { background: none; border: none; } .search_button:focus{ outline: none; border-color:transparent; outline: none !important; box-shadow: none; } .search_button:active{ outline: none; border-color:transparent; outline: none !important; box-shadow: none; } .start_thread{ color:white; font-size: 18px; width:68%; margin-left: 4%; } .start_thread:hover{ color: black; } .left_one { padding: 1%; padding-top:2%; } .categories button{ border: none; font-size: 15px; color: black; padding: 2%; } .user img{ height:55px; width:55px; } .contents { text-align: justify; padding: 2%; padding-left:3%; padding-right: 3%; } .like a{ padding-left: 3%; padding-right: 3%; font-size: 20px; color:#6c757d; } .like a span{ font-size: 12px; } .like a:hover{ text-decoration: none; color: #339af0; } .comment img{ height: 40px; width:40px; padding-top: 2%; } .comment_box { border-radius: 50px; padding:1%; padding-left: 1.5%; overflow-y: visible; } textarea{ /* box-sizing: padding-box; */ /* demo only: */ padding:2%; width:100%; font-size:14px; display:inline-block; height: 40px; color:#6c757d; border-radius: 5px; overflow:hidden; } .comment_btn { width: 100%; } .hiden { display:none; } .categories a{ text-align: left; padding-left: 10%; border: none; font-size: 16px; background-color:#FAFAFA; } .categories i{ height: 30px; padding: 1%; padding-right:5%; } .categories { padding-left: 6%; padding-right: 6%; } .categories a:hover{ color:white; } .heading{ font-family: 'PT Serif', serif; font-size: 32px; color: #4b4b4b; } .user_name{ font-family: 'Roboto', sans-serif; font-size: 18px; color: #4b4b4b; } .category_head{ font-size: 30px; color: #4b4b4b; text-align: center; } .content_p{ overflow-y: scroll; padding-top: 2%; } .content_p::-webkit-scrollbar{ width:0; } #post{ display: none; } .title_post{ padding-top: 3%; } .title_post1{ font-family: 'PT Serif', serif; font-size: 32px; color: #4b4b4b; } .post_block{ margin-bottom: 4%; margin-top: 0.5%; } .btns_links{ padding:1%; padding-bottom: 2%; } .btns_links i{ padding-right: 2%; color:white; } .btns_links button{ border:none; background: transparent; }
0.244093
0.074332
.a-bar-outer-container { position: fixed; right: 50px; bottom: 50px; width: 300px; height: 200px; border-radius: 25px; overflow: hidden; transition-duration: 400ms; z-index: 5; } .a-bar-inner-container { position: absolute; right: 0; top: 0; display: grid; grid-template-columns: [ac1] 3fr [ac2] 1fr [ac3]; grid-template-rows: [ar1] 1fr [ar2] 1fr [ar3] 1fr [ar4] 1fr [ar5]; grid-gap: 0; width: 300px; height: 200px; background: var(--onyx); } .a11y-bar-header { grid-column: ac1 / ac2; grid-row: ar1 / ar2; margin: auto; font-size: 1.5rem; color: var(--gray1); } .a11y-icon-container { grid-column: ac2 / ac3; grid-row: ar1 / ar2; display: flex; align-items: center; } .a11y-icon { font-size: 2.5rem; color: var(--gray1); transition-duration: 400ms; } .a11y-option-container { display: flex; justify-content: space-between; align-items: center; width: 275px; margin: auto; background: var(--steel); border-radius: 25px; } .a11y-option-title { padding: 10px; margin: 0; font-size: 1rem; color: var(--gray1); } .grid-position-1 { grid-column: ac1 / ac3; grid-row: ar2 / ar3; } .grid-position-2 { grid-column: ac1 / ac3; grid-row: ar3 / ar4; } .grid-position-3 { grid-column: ac1 / ac3; grid-row: ar4 / ar5; } .option-slider-container { display: flex; align-items: center; width: 50px; height: 25px; margin: 5px; background: var(--orange); border: 2px solid var(--gray2); border-radius: 25px; } .option-slider-button { width: 20px; height: 20px; margin: 1px 0 0 1px; background: var(--gray2); border: 2px solid var(--steel); border-radius: 50%; cursor: pointer; transition-duration: 300ms; } .slide-right-button { transform: translate3d(25px, 0, 0); } .hover-hide { position: absolute; background: var(--onyx); cursor: pointer; z-index: 3; } .hover-hide:hover { opacity: 0; } .rotate-close { transform: rotate(135deg); color: var(--highlight); } .rotate-open { transform: rotate(-45deg); } .small-container { width: 50px; height: 50px; }
src/a11yBar.css
.a-bar-outer-container { position: fixed; right: 50px; bottom: 50px; width: 300px; height: 200px; border-radius: 25px; overflow: hidden; transition-duration: 400ms; z-index: 5; } .a-bar-inner-container { position: absolute; right: 0; top: 0; display: grid; grid-template-columns: [ac1] 3fr [ac2] 1fr [ac3]; grid-template-rows: [ar1] 1fr [ar2] 1fr [ar3] 1fr [ar4] 1fr [ar5]; grid-gap: 0; width: 300px; height: 200px; background: var(--onyx); } .a11y-bar-header { grid-column: ac1 / ac2; grid-row: ar1 / ar2; margin: auto; font-size: 1.5rem; color: var(--gray1); } .a11y-icon-container { grid-column: ac2 / ac3; grid-row: ar1 / ar2; display: flex; align-items: center; } .a11y-icon { font-size: 2.5rem; color: var(--gray1); transition-duration: 400ms; } .a11y-option-container { display: flex; justify-content: space-between; align-items: center; width: 275px; margin: auto; background: var(--steel); border-radius: 25px; } .a11y-option-title { padding: 10px; margin: 0; font-size: 1rem; color: var(--gray1); } .grid-position-1 { grid-column: ac1 / ac3; grid-row: ar2 / ar3; } .grid-position-2 { grid-column: ac1 / ac3; grid-row: ar3 / ar4; } .grid-position-3 { grid-column: ac1 / ac3; grid-row: ar4 / ar5; } .option-slider-container { display: flex; align-items: center; width: 50px; height: 25px; margin: 5px; background: var(--orange); border: 2px solid var(--gray2); border-radius: 25px; } .option-slider-button { width: 20px; height: 20px; margin: 1px 0 0 1px; background: var(--gray2); border: 2px solid var(--steel); border-radius: 50%; cursor: pointer; transition-duration: 300ms; } .slide-right-button { transform: translate3d(25px, 0, 0); } .hover-hide { position: absolute; background: var(--onyx); cursor: pointer; z-index: 3; } .hover-hide:hover { opacity: 0; } .rotate-close { transform: rotate(135deg); color: var(--highlight); } .rotate-open { transform: rotate(-45deg); } .small-container { width: 50px; height: 50px; }
0.574872
0.196807
@-webkit-keyframes antCheckboxEffect { 0% { -webkit-transform: scale(1); transform: scale(1); opacity: 0.5; } 100% { -webkit-transform: scale(1.6); transform: scale(1.6); opacity: 0; } } @keyframes antCheckboxEffect { 0% { -webkit-transform: scale(1); transform: scale(1); opacity: 0.5; } 100% { -webkit-transform: scale(1.6); transform: scale(1.6); opacity: 0; } } .ant-checkbox { white-space: nowrap; cursor: pointer; outline: none; display: inline-block; line-height: 1; position: relative; vertical-align: text-bottom; } .ant-checkbox-wrapper:hover .ant-checkbox-inner, .ant-checkbox:hover .ant-checkbox-inner, .ant-checkbox-input:focus + .ant-checkbox-inner { border-color: #108ee9; } .ant-checkbox-checked:after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 2px; border: 1px solid #108ee9; content: ''; -webkit-animation: antCheckboxEffect 0.36s ease-in-out; animation: antCheckboxEffect 0.36s ease-in-out; -webkit-animation-fill-mode: both; animation-fill-mode: both; visibility: hidden; } .ant-checkbox:hover:after, .ant-checkbox-wrapper:hover .ant-checkbox:after { visibility: visible; } .ant-checkbox-inner { position: relative; top: 0; left: 0; display: block; width: 14px; height: 14px; border: 1px solid #d9d9d9; border-radius: 2px; background-color: #fff; transition: all .3s; } .ant-checkbox-inner:after { -webkit-transform: rotate(45deg) scale(0); -ms-transform: rotate(45deg) scale(0); transform: rotate(45deg) scale(0); position: absolute; left: 4px; top: 1px; display: table; width: 5px; height: 8px; border: 2px solid #fff; border-top: 0; border-left: 0; content: ' '; transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6); } .ant-checkbox-input { position: absolute; left: 0; z-index: 1; cursor: pointer; opacity: 0; filter: alpha(opacity=0); top: 0; bottom: 0; right: 0; width: 100%; height: 100%; } .ant-checkbox-indeterminate .ant-checkbox-inner:after { content: ' '; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); position: absolute; left: 2px; top: 5px; width: 8px; height: 1px; } .ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner:after { border-color: rgba(0, 0, 0, 0.25); } .ant-checkbox-checked .ant-checkbox-inner:after { -webkit-transform: rotate(45deg) scale(1); -ms-transform: rotate(45deg) scale(1); transform: rotate(45deg) scale(1); position: absolute; left: 4px; top: 1px; display: table; width: 5px; height: 8px; border: 2px solid #fff; border-top: 0; border-left: 0; content: ' '; transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s; } .ant-checkbox-checked .ant-checkbox-inner, .ant-checkbox-indeterminate .ant-checkbox-inner { background-color: #108ee9; border-color: #108ee9; } .ant-checkbox-disabled { cursor: not-allowed; } .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after { -webkit-animation-name: none; animation-name: none; border-color: rgba(0, 0, 0, 0.25); } .ant-checkbox-disabled .ant-checkbox-input { cursor: not-allowed; } .ant-checkbox-disabled .ant-checkbox-inner { border-color: #d9d9d9 !important; background-color: #f7f7f7; } .ant-checkbox-disabled .ant-checkbox-inner:after { -webkit-animation-name: none; animation-name: none; border-color: #f7f7f7; } .ant-checkbox-disabled + span { color: rgba(0, 0, 0, 0.25); cursor: not-allowed; } .ant-checkbox-wrapper { cursor: pointer; font-size: 12px; display: inline-block; } .ant-checkbox-wrapper:not(:last-child) { margin-right: 8px; } .ant-checkbox-wrapper + span, .ant-checkbox + span { padding-left: 8px; padding-right: 8px; } .ant-checkbox-group { font-size: 12px; } .ant-checkbox-group-item { display: inline-block; } @media \0screen { .ant-checkbox-checked .ant-checkbox-inner:before, .ant-checkbox-checked .ant-checkbox-inner:after { font-family: 'anticon'; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e632"; font-weight: bold; font-size: 8px; border: 0; color: #fff; left: 2px; top: 3px; position: absolute; } }
node_modules/antd/lib/checkbox/style/index.css
@-webkit-keyframes antCheckboxEffect { 0% { -webkit-transform: scale(1); transform: scale(1); opacity: 0.5; } 100% { -webkit-transform: scale(1.6); transform: scale(1.6); opacity: 0; } } @keyframes antCheckboxEffect { 0% { -webkit-transform: scale(1); transform: scale(1); opacity: 0.5; } 100% { -webkit-transform: scale(1.6); transform: scale(1.6); opacity: 0; } } .ant-checkbox { white-space: nowrap; cursor: pointer; outline: none; display: inline-block; line-height: 1; position: relative; vertical-align: text-bottom; } .ant-checkbox-wrapper:hover .ant-checkbox-inner, .ant-checkbox:hover .ant-checkbox-inner, .ant-checkbox-input:focus + .ant-checkbox-inner { border-color: #108ee9; } .ant-checkbox-checked:after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 2px; border: 1px solid #108ee9; content: ''; -webkit-animation: antCheckboxEffect 0.36s ease-in-out; animation: antCheckboxEffect 0.36s ease-in-out; -webkit-animation-fill-mode: both; animation-fill-mode: both; visibility: hidden; } .ant-checkbox:hover:after, .ant-checkbox-wrapper:hover .ant-checkbox:after { visibility: visible; } .ant-checkbox-inner { position: relative; top: 0; left: 0; display: block; width: 14px; height: 14px; border: 1px solid #d9d9d9; border-radius: 2px; background-color: #fff; transition: all .3s; } .ant-checkbox-inner:after { -webkit-transform: rotate(45deg) scale(0); -ms-transform: rotate(45deg) scale(0); transform: rotate(45deg) scale(0); position: absolute; left: 4px; top: 1px; display: table; width: 5px; height: 8px; border: 2px solid #fff; border-top: 0; border-left: 0; content: ' '; transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6); } .ant-checkbox-input { position: absolute; left: 0; z-index: 1; cursor: pointer; opacity: 0; filter: alpha(opacity=0); top: 0; bottom: 0; right: 0; width: 100%; height: 100%; } .ant-checkbox-indeterminate .ant-checkbox-inner:after { content: ' '; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); position: absolute; left: 2px; top: 5px; width: 8px; height: 1px; } .ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner:after { border-color: rgba(0, 0, 0, 0.25); } .ant-checkbox-checked .ant-checkbox-inner:after { -webkit-transform: rotate(45deg) scale(1); -ms-transform: rotate(45deg) scale(1); transform: rotate(45deg) scale(1); position: absolute; left: 4px; top: 1px; display: table; width: 5px; height: 8px; border: 2px solid #fff; border-top: 0; border-left: 0; content: ' '; transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s; } .ant-checkbox-checked .ant-checkbox-inner, .ant-checkbox-indeterminate .ant-checkbox-inner { background-color: #108ee9; border-color: #108ee9; } .ant-checkbox-disabled { cursor: not-allowed; } .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after { -webkit-animation-name: none; animation-name: none; border-color: rgba(0, 0, 0, 0.25); } .ant-checkbox-disabled .ant-checkbox-input { cursor: not-allowed; } .ant-checkbox-disabled .ant-checkbox-inner { border-color: #d9d9d9 !important; background-color: #f7f7f7; } .ant-checkbox-disabled .ant-checkbox-inner:after { -webkit-animation-name: none; animation-name: none; border-color: #f7f7f7; } .ant-checkbox-disabled + span { color: rgba(0, 0, 0, 0.25); cursor: not-allowed; } .ant-checkbox-wrapper { cursor: pointer; font-size: 12px; display: inline-block; } .ant-checkbox-wrapper:not(:last-child) { margin-right: 8px; } .ant-checkbox-wrapper + span, .ant-checkbox + span { padding-left: 8px; padding-right: 8px; } .ant-checkbox-group { font-size: 12px; } .ant-checkbox-group-item { display: inline-block; } @media \0screen { .ant-checkbox-checked .ant-checkbox-inner:before, .ant-checkbox-checked .ant-checkbox-inner:after { font-family: 'anticon'; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e632"; font-weight: bold; font-size: 8px; border: 0; color: #fff; left: 2px; top: 3px; position: absolute; } }
0.434221
0.074366
* { margin: 0; padding: 0; box-sizing: border-box; position: relative; } body { text-align: center; background: linear-gradient( rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.80) ), url('/random_image'); background-color: #000; background-size: cover; background-position: center center; background-attachment: fixed; word-break: break-all; font: 400 32px/1.5rem 'Averia Sans Libre'; /* total row height is 48px */ color: #d0ddd2; padding: 0 60px; width: 100vw; min-height: 100vh; } body::after { /* scanlines */ content: " "; display: block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06)); background-size: 100% 2px, 3px 100%; pointer-events: none; width: 100vw; z-index: 3; } #brand { color: #e82b7a; display: block; padding-top: 3rem; } #brand p { line-height: 3rem; } #brand p + p { line-height: 3rem; font-size: 0.75rem; } h1 { color: #fff430; font-size: 3rem; line-height: 3rem; } h1 a:link, h1 a:visited { color: #fff430; text-decoration: none; } #memories img { background: #212121; max-width: 100%; } #memories { list-style-type: none; margin: 6rem 0; display: block; } #memories > li:before { } #memories li { color: #d0ddd2; margin: 3rem 20px 0 20px; line-height: 3rem; } .memory { display: inline-block; } #memories li header h2 { color: #fff; font-weight: 700; display: block; line-height: 3rem; color: #fff430; } .timestamp { font-size: 1rem; color: #d0ddd2; display: block; line-height: 3rem; } .memory, #brand, #diamond, #error, #memories li { animation: fuzz 0.04s infinite; left: 0; } @keyframes fuzz { 0% {opacity: 1; left: 0;} 50% {opacity: 0.98; left: 1px;} 100% {opacity: 1; left: 0;} } li:nth-child(1) { opacity: 0.10; -webkit-filter: blur(3px) grayscale(90%); filter: blur(3px) grayscale(90%); } li:nth-child(2) { opacity: 0.20; -webkit-filter: blur(2px) grayscale(80%); filter: blur(2px) grayscale(80%); } li:nth-child(3) { opacity: 0.30; -webkit-filter: blur(1px) grayscale(70%); filter: blur(1px) grayscale(70%); } li:nth-child(4) { opacity: 0.40; -webkit-filter: grayscale(60%); filter: grayscale(60%); } li:nth-child(5) { -webkit-filter: grayscale(50%); filter: grayscale(50%); opacity: 0.50; } li:nth-child(6) { -webkit-filter: grayscale(40%); filter: grayscale(40%); opacity: 0.60; } li:nth-child(7) { -webkit-filter: grayscale(30%); filter: grayscale(30%); opacity: 0.70; } li:nth-child(8) { -webkit-filter: grayscale(20%); filter: grayscale(20%); opacity: 0.80; } li:nth-child(9) { -webkit-filter: grayscale(10%); filter: grayscale(10%); opacity: 0.90; } a:link, a:visited { color: #8fe81f } input[type=text] { font: 400 200%/1.625 'Averia Sans Libre'; padding: 1.5rem 60px; background: url('bg-wave.gif'); background-size: 100% 100%; color: #d0ddd2; border: none; text-align: center; max-width: 100%; opacity: 0.7; -webkit-filter: blur(5px) grayscale(20%); filter: blur(5px) grayscale(20%); } input[type=text]:focus { outline: none; opacity: 1; -webkit-filter: none; filter: none; } ol li form input[value=Forget] { /* forget */ font: 400 1.5rem/5rem 'Averia Sans Libre'; border: none; z-index: 1; cursor: crosshair; background: transparent; color: #000; text-decoration: underline; } #memories li form { float: right; transform: rotate(-45deg); position: absolute; width: 5rem; height: 5rem; margin-left: -2.5rem; margin-top: -2.5rem; z-index: 0; opacity: 0.4; background: #8fe81f; border-radius: 50%; text-align: center; } #memories li form:hover { z-index: 1; } ol li a { } #memories li:target { background: linear-gradient( rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.80) ), url('bg-ditherbars.gif') 0 0 repeat; } iframe { display: none; } #flash { color: #fff430; } #error { font-size: 4.5rem; text-transform: uppercase; color: #e82b7a; position: fixed; padding-top: 3rem; background: url('error.gif') no-repeat center center fixed #ff0000; background-size: cover; z-index: 10; top: 0; left: 0; height: 100vh; width: 100vw; animation: fadeOut 2s; animation-iteration-count: 1; animation-fill-mode: forwards; } @keyframes fadeOut { 0% { opacity: 1; visibility: visible; } 100% { opacity: 0; visibility: hidden; } } /* Mobile/responsive stuff... */ @media screen and (max-width: 540px) { html, body { background: rgba(33, 33, 33, 1); background-color: #000; } body { padding: 0 20px; } }
static/style.css
* { margin: 0; padding: 0; box-sizing: border-box; position: relative; } body { text-align: center; background: linear-gradient( rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.80) ), url('/random_image'); background-color: #000; background-size: cover; background-position: center center; background-attachment: fixed; word-break: break-all; font: 400 32px/1.5rem 'Averia Sans Libre'; /* total row height is 48px */ color: #d0ddd2; padding: 0 60px; width: 100vw; min-height: 100vh; } body::after { /* scanlines */ content: " "; display: block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06)); background-size: 100% 2px, 3px 100%; pointer-events: none; width: 100vw; z-index: 3; } #brand { color: #e82b7a; display: block; padding-top: 3rem; } #brand p { line-height: 3rem; } #brand p + p { line-height: 3rem; font-size: 0.75rem; } h1 { color: #fff430; font-size: 3rem; line-height: 3rem; } h1 a:link, h1 a:visited { color: #fff430; text-decoration: none; } #memories img { background: #212121; max-width: 100%; } #memories { list-style-type: none; margin: 6rem 0; display: block; } #memories > li:before { } #memories li { color: #d0ddd2; margin: 3rem 20px 0 20px; line-height: 3rem; } .memory { display: inline-block; } #memories li header h2 { color: #fff; font-weight: 700; display: block; line-height: 3rem; color: #fff430; } .timestamp { font-size: 1rem; color: #d0ddd2; display: block; line-height: 3rem; } .memory, #brand, #diamond, #error, #memories li { animation: fuzz 0.04s infinite; left: 0; } @keyframes fuzz { 0% {opacity: 1; left: 0;} 50% {opacity: 0.98; left: 1px;} 100% {opacity: 1; left: 0;} } li:nth-child(1) { opacity: 0.10; -webkit-filter: blur(3px) grayscale(90%); filter: blur(3px) grayscale(90%); } li:nth-child(2) { opacity: 0.20; -webkit-filter: blur(2px) grayscale(80%); filter: blur(2px) grayscale(80%); } li:nth-child(3) { opacity: 0.30; -webkit-filter: blur(1px) grayscale(70%); filter: blur(1px) grayscale(70%); } li:nth-child(4) { opacity: 0.40; -webkit-filter: grayscale(60%); filter: grayscale(60%); } li:nth-child(5) { -webkit-filter: grayscale(50%); filter: grayscale(50%); opacity: 0.50; } li:nth-child(6) { -webkit-filter: grayscale(40%); filter: grayscale(40%); opacity: 0.60; } li:nth-child(7) { -webkit-filter: grayscale(30%); filter: grayscale(30%); opacity: 0.70; } li:nth-child(8) { -webkit-filter: grayscale(20%); filter: grayscale(20%); opacity: 0.80; } li:nth-child(9) { -webkit-filter: grayscale(10%); filter: grayscale(10%); opacity: 0.90; } a:link, a:visited { color: #8fe81f } input[type=text] { font: 400 200%/1.625 'Averia Sans Libre'; padding: 1.5rem 60px; background: url('bg-wave.gif'); background-size: 100% 100%; color: #d0ddd2; border: none; text-align: center; max-width: 100%; opacity: 0.7; -webkit-filter: blur(5px) grayscale(20%); filter: blur(5px) grayscale(20%); } input[type=text]:focus { outline: none; opacity: 1; -webkit-filter: none; filter: none; } ol li form input[value=Forget] { /* forget */ font: 400 1.5rem/5rem 'Averia Sans Libre'; border: none; z-index: 1; cursor: crosshair; background: transparent; color: #000; text-decoration: underline; } #memories li form { float: right; transform: rotate(-45deg); position: absolute; width: 5rem; height: 5rem; margin-left: -2.5rem; margin-top: -2.5rem; z-index: 0; opacity: 0.4; background: #8fe81f; border-radius: 50%; text-align: center; } #memories li form:hover { z-index: 1; } ol li a { } #memories li:target { background: linear-gradient( rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.80) ), url('bg-ditherbars.gif') 0 0 repeat; } iframe { display: none; } #flash { color: #fff430; } #error { font-size: 4.5rem; text-transform: uppercase; color: #e82b7a; position: fixed; padding-top: 3rem; background: url('error.gif') no-repeat center center fixed #ff0000; background-size: cover; z-index: 10; top: 0; left: 0; height: 100vh; width: 100vw; animation: fadeOut 2s; animation-iteration-count: 1; animation-fill-mode: forwards; } @keyframes fadeOut { 0% { opacity: 1; visibility: visible; } 100% { opacity: 0; visibility: hidden; } } /* Mobile/responsive stuff... */ @media screen and (max-width: 540px) { html, body { background: rgba(33, 33, 33, 1); background-color: #000; } body { padding: 0 20px; } }
0.428233
0.113703
@import './common.css'; /********************************头部**************************************/ #top_wrap{ width:100%; height:40px; background:url(../Images/top_bg.png) no-repeat center 38px; position:fixed; _position:absolute; left:0; _top:expression(eval(document.documentElement.scrollTop)); z-index: 1; } #top{ width:100%; height:38px; background: #333333; background:url(../Images/nav_bg.png) repeat-x; } #top .top_wrap{ width:980px; height:38px; margin:0 auto; } #top .top_wrap .logo{ width:160px; height:38px; background:url(../Images/logo.png); } #top .top_wrap .top_left{ width:264px; height:38px; } #top .top_wrap .top_left li{ width:66px; height:38px; text-align: center; float:left; } #top .top_wrap .top_left li a{ display: inline-block; height:38px; line-height:38px; color:#B5B9BE; } #search{ width:255px; height:24px; padding:7px 10px; } #sech_text{ width:186px; height:24px; line-height:24px; border:0; padding:0 10px; background:url(../Images/top_bg.png) no-repeat 0 -5px; } #sech_sub{ width:29px; height:24px; border:0; cursor: pointer; background:url(../Images/top_bg.png) no-repeat -206px -5px; } #top .top_wrap .user{ max-width: 80px; padding:0 10px; _width:80px; overflow: hidden; height:38px; text-align: center; } #top .top_wrap .user a{ display:inline-block; height:38px; line-height:38px; color:#B5B9BE; } #top .top_wrap .top_right{ margin-left:20px; } #top .top_wrap .top_right li{ width:38px; height:26px; float:left; padding-top:12px; text-align: center; cursor: pointer; position:relative; } #top .top_wrap .top_right ul{ width:100px; height:auto; overflow: hidden; border:1px solid #ccc; border-top:0; background:#fff; cursor:default; position:absolute; top:38px; left:-65px; } #top .top_wrap .top_right ul li{ width:100px; height:24px; line-height:24px; padding:0; margin:5px 0; cursor:pointer; } #top .top_wrap .top_right #news{ width:36px; background:#FFFFFF; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC; } /********************************头部**************************************/ /*****加关注弹出框*****/ #follow { width: 300px; height: auto; overflow: hidden; z-index: 5; position: absolute; background:#fff; border:3px solid #9D9D9D; border-radius: 4px; display: none; } #follow .follow_head{ width:300px; height:29px; background: #F6F6F6; border-bottom: 1px solid #FF9B00; } #follow .follow_head .follow_text{ display:block; width:300px; height:30px; line-height:30px; font-weight: bold; text-indent: 1em; cursor: move; } #follow .sel-group { width: 260px; height: 36px; line-height: 36px; margin: 20px auto; background: #f9f9f9; text-align: center; border-radius: 2px; } #follow .fl-btn-wrap { width: 300px; height: 36px; line-height: 36px; text-align: right; margin-bottom: 10px; } #follow .fl-btn-wrap span { display: inline-block; width: 58px; height: 22px; line-height: 22px; border: 1px solid #ccc; border-radius: 4px; text-align: center; cursor: pointer; margin-right: 10px; } #follow .fl-btn-wrap .add-follow-sub { background: #F9AB00; color: #fff; font-weight: bold; border:1px solid #FF9B00; } #follow .fl-btn-wrap .follow-cencle { background: #f6f6f6; } /**自定义模版框**/ #model{ width:570px; height:auto; overflow: hidden; border:3px solid #9d9d9d; border-radius: 3px; background:#fff; position:absolute; z-index:3; } #model .model_head{ width:570px; height:30px; background: #F3F3F3; } #model .model_head .model_text{ display: block; width:534px; height:30px; line-height: 30px; font-weight: bold; text-indent: 2em; float: left; cursor:move; } #model ul{ width:540px; height:auto; overflow: hidden; padding:15px; border-top:1px solid #dcdcdc; border-bottom:1px solid #dcdcdc; } #model ul li{ float: left; width:125px; height:75px; margin:10px 5px; cursor: pointer; } #model ul .theme-cur { width: 121px; height: 71px; border: 2px solid #EC1A2E; border-radius: 6px; } #model .model_operat{ width:530px; height:30px; line-height:30px; text-align: right; padding:0 20px; margin-bottom: 10px; } #model .model_operat .model_save,.model_cancel{ display: inline-block; width:45px; height:20px; line-height:20px; background:#f6f6f6; border:1px solid #9d9d9d; border-radius: 3px; text-align: center; cursor: pointer; margin-left: 10px; }
Public/Css/nav.css
@import './common.css'; /********************************头部**************************************/ #top_wrap{ width:100%; height:40px; background:url(../Images/top_bg.png) no-repeat center 38px; position:fixed; _position:absolute; left:0; _top:expression(eval(document.documentElement.scrollTop)); z-index: 1; } #top{ width:100%; height:38px; background: #333333; background:url(../Images/nav_bg.png) repeat-x; } #top .top_wrap{ width:980px; height:38px; margin:0 auto; } #top .top_wrap .logo{ width:160px; height:38px; background:url(../Images/logo.png); } #top .top_wrap .top_left{ width:264px; height:38px; } #top .top_wrap .top_left li{ width:66px; height:38px; text-align: center; float:left; } #top .top_wrap .top_left li a{ display: inline-block; height:38px; line-height:38px; color:#B5B9BE; } #search{ width:255px; height:24px; padding:7px 10px; } #sech_text{ width:186px; height:24px; line-height:24px; border:0; padding:0 10px; background:url(../Images/top_bg.png) no-repeat 0 -5px; } #sech_sub{ width:29px; height:24px; border:0; cursor: pointer; background:url(../Images/top_bg.png) no-repeat -206px -5px; } #top .top_wrap .user{ max-width: 80px; padding:0 10px; _width:80px; overflow: hidden; height:38px; text-align: center; } #top .top_wrap .user a{ display:inline-block; height:38px; line-height:38px; color:#B5B9BE; } #top .top_wrap .top_right{ margin-left:20px; } #top .top_wrap .top_right li{ width:38px; height:26px; float:left; padding-top:12px; text-align: center; cursor: pointer; position:relative; } #top .top_wrap .top_right ul{ width:100px; height:auto; overflow: hidden; border:1px solid #ccc; border-top:0; background:#fff; cursor:default; position:absolute; top:38px; left:-65px; } #top .top_wrap .top_right ul li{ width:100px; height:24px; line-height:24px; padding:0; margin:5px 0; cursor:pointer; } #top .top_wrap .top_right #news{ width:36px; background:#FFFFFF; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC; } /********************************头部**************************************/ /*****加关注弹出框*****/ #follow { width: 300px; height: auto; overflow: hidden; z-index: 5; position: absolute; background:#fff; border:3px solid #9D9D9D; border-radius: 4px; display: none; } #follow .follow_head{ width:300px; height:29px; background: #F6F6F6; border-bottom: 1px solid #FF9B00; } #follow .follow_head .follow_text{ display:block; width:300px; height:30px; line-height:30px; font-weight: bold; text-indent: 1em; cursor: move; } #follow .sel-group { width: 260px; height: 36px; line-height: 36px; margin: 20px auto; background: #f9f9f9; text-align: center; border-radius: 2px; } #follow .fl-btn-wrap { width: 300px; height: 36px; line-height: 36px; text-align: right; margin-bottom: 10px; } #follow .fl-btn-wrap span { display: inline-block; width: 58px; height: 22px; line-height: 22px; border: 1px solid #ccc; border-radius: 4px; text-align: center; cursor: pointer; margin-right: 10px; } #follow .fl-btn-wrap .add-follow-sub { background: #F9AB00; color: #fff; font-weight: bold; border:1px solid #FF9B00; } #follow .fl-btn-wrap .follow-cencle { background: #f6f6f6; } /**自定义模版框**/ #model{ width:570px; height:auto; overflow: hidden; border:3px solid #9d9d9d; border-radius: 3px; background:#fff; position:absolute; z-index:3; } #model .model_head{ width:570px; height:30px; background: #F3F3F3; } #model .model_head .model_text{ display: block; width:534px; height:30px; line-height: 30px; font-weight: bold; text-indent: 2em; float: left; cursor:move; } #model ul{ width:540px; height:auto; overflow: hidden; padding:15px; border-top:1px solid #dcdcdc; border-bottom:1px solid #dcdcdc; } #model ul li{ float: left; width:125px; height:75px; margin:10px 5px; cursor: pointer; } #model ul .theme-cur { width: 121px; height: 71px; border: 2px solid #EC1A2E; border-radius: 6px; } #model .model_operat{ width:530px; height:30px; line-height:30px; text-align: right; padding:0 20px; margin-bottom: 10px; } #model .model_operat .model_save,.model_cancel{ display: inline-block; width:45px; height:20px; line-height:20px; background:#f6f6f6; border:1px solid #9d9d9d; border-radius: 3px; text-align: center; cursor: pointer; margin-left: 10px; }
0.264643
0.043467
.step-app > .step-steps { overflow: hidden; margin: 0 auto; } .step-app > .step-steps > li { display: inline-block; text-align: center; width: 24%; position: relative; z-index: 1; } .step-app > .step-steps > li:before { position: absolute; content: ""; z-index: -1; width: 185px; height: 2px; background-color: #C4CAD2; top: 35px; left: 85px; } .step-app > .step-steps > li:last-child:before { background-color: transparent; } .step-app > .step-steps > li.done:before { background-color: #FDB51C; } .step-app > .step-steps > li > a , .step-app > .step-steps > li > a > span { display: block; } .step-app > .step-steps > li > a > .number { background-color: #dae1e8; border: 1px solid #b6c2cf; border-radius: 50%; color: #454e5b; font-size: 18px; font-weight: bold; height: 50px; line-height: 50px; margin: 10px auto; position: relative; width: 50px; z-index: 0; } .step-app > .step-steps > li > a > .number::before, .step-app > .step-steps > li.done > a > .number::after { border-radius: inherit; box-shadow: 1px 1px 5px #d1d7de; height: 36px; left: 6px; position: absolute; top: 6px; width: 36px; background-color: #fff; } .step-app > .step-steps > li > a > .number::before { content: ""; z-index: -1; } .step-app > .step-steps > li.done > a > .number::after { content: "\f00c"; z-index: 1; font-family: fontawesome; line-height: 35px; } .step-app > .step-steps > li > a > .step-name { color: #47494e; font-size: 13px; font-weight: 800; text-transform: uppercase; } .step-app > .step-steps > li.error a { color: #fff; } .step-app > .step-steps > li.done > a > .number { background-color: #FDB51C; border-color: #D79A18; } .step-app > .step-content { border: 1px solid #e5e5e5; padding-top: 55px; border-top: 0; } .step-app > .step-content > .step-tab-panel { display: none; } .step-app > .step-content > .step-tab-panel.active { display: block; } .step-app > .step-footer { margin-top: 15px; margin-bottom: 15px; } .step-app > .step-footer > .step-btn { padding: 4px 16px; color: #333; text-decoration: none; background: #e5e5e5; border-radius: 3px; border: none; outline: none; cursor: pointer; }
src/xarala/static/css/jquery-steps.css
.step-app > .step-steps { overflow: hidden; margin: 0 auto; } .step-app > .step-steps > li { display: inline-block; text-align: center; width: 24%; position: relative; z-index: 1; } .step-app > .step-steps > li:before { position: absolute; content: ""; z-index: -1; width: 185px; height: 2px; background-color: #C4CAD2; top: 35px; left: 85px; } .step-app > .step-steps > li:last-child:before { background-color: transparent; } .step-app > .step-steps > li.done:before { background-color: #FDB51C; } .step-app > .step-steps > li > a , .step-app > .step-steps > li > a > span { display: block; } .step-app > .step-steps > li > a > .number { background-color: #dae1e8; border: 1px solid #b6c2cf; border-radius: 50%; color: #454e5b; font-size: 18px; font-weight: bold; height: 50px; line-height: 50px; margin: 10px auto; position: relative; width: 50px; z-index: 0; } .step-app > .step-steps > li > a > .number::before, .step-app > .step-steps > li.done > a > .number::after { border-radius: inherit; box-shadow: 1px 1px 5px #d1d7de; height: 36px; left: 6px; position: absolute; top: 6px; width: 36px; background-color: #fff; } .step-app > .step-steps > li > a > .number::before { content: ""; z-index: -1; } .step-app > .step-steps > li.done > a > .number::after { content: "\f00c"; z-index: 1; font-family: fontawesome; line-height: 35px; } .step-app > .step-steps > li > a > .step-name { color: #47494e; font-size: 13px; font-weight: 800; text-transform: uppercase; } .step-app > .step-steps > li.error a { color: #fff; } .step-app > .step-steps > li.done > a > .number { background-color: #FDB51C; border-color: #D79A18; } .step-app > .step-content { border: 1px solid #e5e5e5; padding-top: 55px; border-top: 0; } .step-app > .step-content > .step-tab-panel { display: none; } .step-app > .step-content > .step-tab-panel.active { display: block; } .step-app > .step-footer { margin-top: 15px; margin-bottom: 15px; } .step-app > .step-footer > .step-btn { padding: 4px 16px; color: #333; text-decoration: none; background: #e5e5e5; border-radius: 3px; border: none; outline: none; cursor: pointer; }
0.458106
0.198899
a.tip { /* border-bottom: 1px dashed; left: -.2ch; margin: 0 -.4ch; padding: 0 .4ch; background-color: var(--md-default-fg-color--lighter); border-radius: 2ch; width: max(2.2ch,100% + 1.2ch); text-decoration: none; */ font-size: .9rem; font-weight: bold; color: var(--md-default-fg-color--lighter); } a.tip:hover { cursor: pointer; position: relative; color: var(--md-accent-fg-color); /* font-size: 1rem; font-weight: 100; left: -.2ch; margin: 0 -.4ch; padding: 0 .4ch; background-color: #ff9900; border-radius: 2ch; width: max(2.2ch,100% + 1.2ch); text-decoration: none; */ } a.tip span { display: none; } a.tip:hover span { border: #c0c0c0 1px solid; padding: 0.5em; display: block; z-index: 100; font-size: .65rem; font-weight: 200; color: #000; text-align: justify; box-sizing: border-box; border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 3px 3px rgba(0, 0, 0, 0.1); background-color: #ffffff ; left: 20px; margin: 10px; width: 400px; position: absolute; top: 10px; text-decoration: none } .tooltip { position: relative; /* border-bottom: 1px dashed; text-decoration: none; border-radius: 2ch; width: max(2.2ch,100% + 1.2ch); background-color: var(--md-default-fg-color--lighter); */ left: -.2ch; margin: 0 -.4ch; padding: 0 .4ch; font-size: 1rem; font-weight: 100; color: var(--md-default-fg-color--lighter); } .tooltip:hover { cursor: pointer; position: relative; font-size: 1rem; font-weight: 100; text-decoration: none; left: -.2ch; margin: 0 -.4ch; padding: 0 .4ch; color: var(--md-accent-fg-color); /*background-color: #ff9900; border-radius: 2ch; width: max(2.2ch,100% + 1.2ch); */ } .tooltip span { visibility: hidden; border: #c0c0c0 1px solid; padding: 0.5em; display: block; z-index: 100; font-size: .65rem; font-weight: 200; color: #000; text-align: justify; box-sizing: border-box; border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; box-shadow: 3px 3px 3px rgb(0 0 0 / 10%); -webkit-box-shadow: 3px 3px rgb(0 0 0 / 10%); -moz-box-shadow: 3px 3px rgba(0, 0, 0, 0.1); background-color: #ffffff; left: 50%; margin: 15px; width: 400px; position: absolute; top: auto; text-decoration: none; margin-top: 0; content: ''; bottom: 100%; margin-bottom: 0.5em; } .tooltip span::after { top: auto; bottom: 100%; margin-top: 0; margin-bottom: 0.5em; } .tooltip input { display:none; } .tooltip input:checked+span { visibility: visible; opacity: 1; }
docs/stylesheets/tt.css
a.tip { /* border-bottom: 1px dashed; left: -.2ch; margin: 0 -.4ch; padding: 0 .4ch; background-color: var(--md-default-fg-color--lighter); border-radius: 2ch; width: max(2.2ch,100% + 1.2ch); text-decoration: none; */ font-size: .9rem; font-weight: bold; color: var(--md-default-fg-color--lighter); } a.tip:hover { cursor: pointer; position: relative; color: var(--md-accent-fg-color); /* font-size: 1rem; font-weight: 100; left: -.2ch; margin: 0 -.4ch; padding: 0 .4ch; background-color: #ff9900; border-radius: 2ch; width: max(2.2ch,100% + 1.2ch); text-decoration: none; */ } a.tip span { display: none; } a.tip:hover span { border: #c0c0c0 1px solid; padding: 0.5em; display: block; z-index: 100; font-size: .65rem; font-weight: 200; color: #000; text-align: justify; box-sizing: border-box; border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 3px 3px rgba(0, 0, 0, 0.1); background-color: #ffffff ; left: 20px; margin: 10px; width: 400px; position: absolute; top: 10px; text-decoration: none } .tooltip { position: relative; /* border-bottom: 1px dashed; text-decoration: none; border-radius: 2ch; width: max(2.2ch,100% + 1.2ch); background-color: var(--md-default-fg-color--lighter); */ left: -.2ch; margin: 0 -.4ch; padding: 0 .4ch; font-size: 1rem; font-weight: 100; color: var(--md-default-fg-color--lighter); } .tooltip:hover { cursor: pointer; position: relative; font-size: 1rem; font-weight: 100; text-decoration: none; left: -.2ch; margin: 0 -.4ch; padding: 0 .4ch; color: var(--md-accent-fg-color); /*background-color: #ff9900; border-radius: 2ch; width: max(2.2ch,100% + 1.2ch); */ } .tooltip span { visibility: hidden; border: #c0c0c0 1px solid; padding: 0.5em; display: block; z-index: 100; font-size: .65rem; font-weight: 200; color: #000; text-align: justify; box-sizing: border-box; border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; box-shadow: 3px 3px 3px rgb(0 0 0 / 10%); -webkit-box-shadow: 3px 3px rgb(0 0 0 / 10%); -moz-box-shadow: 3px 3px rgba(0, 0, 0, 0.1); background-color: #ffffff; left: 50%; margin: 15px; width: 400px; position: absolute; top: auto; text-decoration: none; margin-top: 0; content: ''; bottom: 100%; margin-bottom: 0.5em; } .tooltip span::after { top: auto; bottom: 100%; margin-top: 0; margin-bottom: 0.5em; } .tooltip input { display:none; } .tooltip input:checked+span { visibility: visible; opacity: 1; }
0.221772
0.109753