3309 lines
76 KiB
CSS
3309 lines
76 KiB
CSS
*:focus {
|
|
outline: none !important;
|
|
}
|
|
|
|
.header-wrapper {
|
|
min-height: 130px;
|
|
padding-top: 15px;
|
|
padding-bottom: 15px;
|
|
}
|
|
|
|
.header-wrapper h2 {
|
|
font-size: 40px;
|
|
color: #575757;
|
|
margin: 0 0 15px 0;
|
|
font-family: 'proxima_nova_ltlight';
|
|
padding: 0;
|
|
}
|
|
|
|
.tablewrapper {
|
|
width: 100%;
|
|
overflow-x: auto;
|
|
}
|
|
|
|
.filterblock {
|
|
width: 100%;
|
|
float: left;
|
|
padding-left: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
.filterblock label {
|
|
float: left;
|
|
width: 100%;
|
|
}
|
|
|
|
.filterblock .selectwrap {
|
|
width: 100%;
|
|
}
|
|
|
|
.filterblock li {
|
|
float: left;
|
|
width: 200px;
|
|
padding-right: 30px;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.filterblock li:last-child {
|
|
width: 100px;
|
|
}
|
|
|
|
@media screen and (min-width: 990px) {
|
|
.filterblock li:first-child {
|
|
padding-left: 0;
|
|
}
|
|
}
|
|
|
|
table {
|
|
width: 100%;
|
|
}
|
|
|
|
table th {
|
|
background-color: #f7f7f7;
|
|
color: #575757;
|
|
font-size: 16px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
table th,
|
|
table td {
|
|
border: 1px solid #DADADA;
|
|
padding: 10px;
|
|
}
|
|
|
|
table td {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.header-wrapper h3 {
|
|
font-size: 30px;
|
|
color: #003571;
|
|
margin: 0 0 25px 0;
|
|
font-family: 'proxima_nova_rgbold';
|
|
padding: 0;
|
|
}
|
|
|
|
.header-wrapper table {
|
|
color: #575757;
|
|
font-size: 16px;
|
|
font-family: 'proxima_nova_ltlight';
|
|
}
|
|
|
|
.header-wrapper table tr:first-child td:first-child {
|
|
padding-right: 8px;
|
|
}
|
|
|
|
.header-wrapper table tr:first-child td:first-child+td {
|
|
font-family: 'proxima_nova_rgbold';
|
|
}
|
|
|
|
.body-line {
|
|
height: 8px;
|
|
background: url(/assets/images/body-line.jpg) 50% 0 repeat-y;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.body-line.big {
|
|
height: 192px;
|
|
box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
padding: 10px 0 0 0;
|
|
}
|
|
|
|
.body-line.big p {
|
|
color: #fff;
|
|
font-size: 18px;
|
|
line-height: 28px;
|
|
text-shadow: 1px 0 1px #003571;
|
|
font-family: 'proxima_nova_ltlight';
|
|
}
|
|
|
|
.page-header>h1 {
|
|
margin: 0px !important;
|
|
}
|
|
|
|
.page-header {
|
|
margin: 0 0 50px 0;
|
|
}
|
|
|
|
.page-header {
|
|
border-bottom: none;
|
|
position: relative;
|
|
padding: 0 0 10px 0;
|
|
}
|
|
|
|
.page-header::before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 47px;
|
|
display: block;
|
|
border-bottom: 3px solid #004899;
|
|
}
|
|
|
|
.footer.container {
|
|
padding: 22px 0;
|
|
font-size: 14px;
|
|
font-family: 'proxima_nova_ltlight';
|
|
border-top: 1px solid #eaeaea;
|
|
margin-top: 70px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.footer.container::after{
|
|
display: none;
|
|
}
|
|
.footer.container::before{
|
|
display: none;
|
|
}
|
|
|
|
.footer.container span {
|
|
color: #aaaaaa;
|
|
}
|
|
|
|
.btn.btn-primary {
|
|
border-color: #004899;
|
|
background: #004899;
|
|
}
|
|
|
|
.btn.btn-warning {
|
|
border-color: #005cc3;
|
|
background: #005cc3;
|
|
color: #fff;
|
|
}
|
|
|
|
.btn.btn-disabled {
|
|
cursor: unset!important;
|
|
border: 1px solid #999999!important;
|
|
background-color: #cccccc!important;
|
|
color: #666666;
|
|
box-shadow: 0 1px #fff, inset 0 2px 3px rgba(0,0,0,.75);
|
|
}
|
|
|
|
.btn.btn-disabled:hover {
|
|
text-decoration: none!important;
|
|
}
|
|
|
|
.form-group [class^='col'] {
|
|
position: relative;
|
|
margin: 0 0 0px;
|
|
}
|
|
|
|
.form-group [class^='col'] input {
|
|
margin: 0 0 4px 0;
|
|
}
|
|
|
|
.form-group [class^='col'] small.help-block {
|
|
position: absolute;
|
|
left: 100%;
|
|
top: 0;
|
|
width: 95px;
|
|
color: #e1002a;
|
|
font-size: 14px;
|
|
line-height: 16px;
|
|
margin: 0;
|
|
}
|
|
|
|
.has-error .form-control,
|
|
.has-error .form-control:focus {
|
|
border-color: #e1002a;
|
|
box-shadow: none;
|
|
-webkit-box-shadow: none;
|
|
-moz-box-shadow: none;
|
|
}
|
|
|
|
form.new-order-wrapper {}
|
|
|
|
form.new-order-wrapper fieldset {
|
|
display: block;
|
|
margin: 0 0 30px 0px;
|
|
padding: 0;
|
|
position: relative;
|
|
border-bottom: 1px solid #D1E2F3;
|
|
}
|
|
form.new-order-wrapper fieldset.last{
|
|
border: none;
|
|
}
|
|
|
|
form.new-order-wrapper fieldset legend {
|
|
display: block;
|
|
min-height: 30px;
|
|
padding: 0;
|
|
margin: 0;
|
|
border: none;
|
|
font-family: 'proxima_nova_rgregular';
|
|
font-size: 20px;
|
|
line-height: 30px;
|
|
color: #575757;
|
|
position: relative;
|
|
margin-left: 50px;
|
|
}
|
|
|
|
form.new-order-wrapper fieldset legend>span.num {
|
|
display: inline-block;
|
|
width: 30px;
|
|
height: 30px;
|
|
border: 2px solid #1253BC;
|
|
text-align: center;
|
|
font-size: 20px;
|
|
line-height: 30px;
|
|
color: #1253BC;
|
|
font-family: 'proxima_nova_ltlight';
|
|
border-radius: 30px 30px 30px 30px;
|
|
-webkit-border-radius: 30px 30px 30px 30px;
|
|
-moz-border-radius: 30px 30px 30px 30px;
|
|
background: #fff;
|
|
position: absolute;
|
|
left: -50px;
|
|
top: 0;
|
|
}
|
|
form.new-order-wrapper fieldset .form-descriprion{
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-size: 15px;
|
|
line-height: 18px;
|
|
color: #525B60;
|
|
font-family: 'proxima_nova_rgregular';
|
|
margin-bottom: 0;
|
|
margin-left: 50px;
|
|
}
|
|
form.new-order-wrapper>fieldset.last {
|
|
border-left: 2px solid #fff;
|
|
}
|
|
|
|
form.new-order-wrapper>fieldset.current legend {
|
|
color: #0E478D;
|
|
}
|
|
|
|
form.new-order-wrapper>fieldset.current legend>span:not(.prompt) {
|
|
background: #1253BC;
|
|
color: #fff;
|
|
}
|
|
|
|
form.new-order-wrapper>fieldset .inputs ul.radio-buttons,
|
|
ul.radio-buttons {
|
|
list-style: none;
|
|
list-style-position: inside;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
form.new-order-wrapper>fieldset .inputs ul.radio-buttons li {
|
|
margin: 17px 0;
|
|
padding: 0;
|
|
min-height: 20px;
|
|
line-height: 1;
|
|
color: #575757;
|
|
font-size: 14px;
|
|
font-family: 'proxima_nova_ltlight';
|
|
}
|
|
|
|
form.new-order-wrapper>fieldset .inputs ul.radio-buttons li span.radio-wrapp,
|
|
form.new-order-wrapper>fieldset .inputs label.checkbox span.checkbox-wrapp,
|
|
ul.radio-buttons li span.radio-wrapp {
|
|
display: inline-block;
|
|
width: 20px;
|
|
height: 20px;
|
|
overflow: hidden;
|
|
position: relative;
|
|
margin: 0 7px 0 0;
|
|
top: 4px;
|
|
}
|
|
|
|
.bannerwrap {
|
|
padding: 10px 10px 10px 10px;
|
|
border: 1px solid #004899;
|
|
border-radius: 5px;
|
|
float: left;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
.bannerwrap:hover {
|
|
background-color: #d9eafd;
|
|
}
|
|
|
|
.bannerwrap a {
|
|
display: block;
|
|
float: left;
|
|
width: 100%;
|
|
font-size: 22px;
|
|
color: #004899;
|
|
}
|
|
|
|
.bannerwrap a:hover {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.bannerwrap p {
|
|
margin: 0;
|
|
}
|
|
|
|
.bannerwrap i {
|
|
font-style: normal !Important;
|
|
}
|
|
|
|
.bannerwrap p span.glyphicon {
|
|
font-size: 27px;
|
|
color: #BF392D;
|
|
float: left;
|
|
/*position: relative;
|
|
left: 0;
|
|
width: auto;
|
|
float:left;*/
|
|
}
|
|
|
|
.bannerwrap img {
|
|
float: left;
|
|
width: 100%;
|
|
}
|
|
|
|
form.new-order-wrapper>fieldset .inputs ul.radio-buttons li label,
|
|
form.new-order-wrapper>fieldset .inputs label.checkbox {
|
|
min-height: 20px;
|
|
line-height: 20px;
|
|
padding: 0;
|
|
margin: 0;
|
|
cursor: pointer;
|
|
}
|
|
|
|
form.new-order-wrapper>fieldset .inputs ul.radio-buttons li span.radio-wrapp>input+img,
|
|
form.new-order-wrapper>fieldset .inputs label.checkbox span.checkbox-wrapp>input+img,
|
|
ul.radio-buttons li span.radio-wrapp>input+img {
|
|
display: block;
|
|
width: 20px;
|
|
position: absolute;
|
|
left: 0;
|
|
top: -20px;
|
|
}
|
|
|
|
form.new-order-wrapper>fieldset .inputs ul.radio-buttons li span.radio-wrapp>input:checked+img,
|
|
form.new-order-wrapper>fieldset .inputs label.checkbox span.checkbox-wrapp>input:checked+img,
|
|
ul.radio-buttons li span.radio-wrapp>input:checked+img {
|
|
top: 0px;
|
|
}
|
|
|
|
form.new-order-wrapper>fieldset .inputs .form-group {
|
|
margin: 0
|
|
}
|
|
|
|
form.new-order-wrapper>fieldset .inputs .form-group label {
|
|
margin: 0
|
|
}
|
|
|
|
form.new-order-wrapper>fieldset .inputs .form-group label input[type="text"],
|
|
form.new-order-wrapper>fieldset .inputs .form-group label select {
|
|
width: 270px;
|
|
}
|
|
|
|
form.new-order-wrapper>fieldset input.for-datapicker {
|
|
/*width: 110px;*/
|
|
display: inline-block;
|
|
margin: 0 8px 0 0;
|
|
text-align: center;
|
|
}
|
|
|
|
form.new-order-wrapper>fieldset .inputs input.for-datapicker+button {
|
|
background: #fff;
|
|
border: none;
|
|
}
|
|
|
|
form.new-order-wrapper>fieldset .inputs [class^='col-']>span {
|
|
color: #575757;
|
|
font-size: 14px;
|
|
font-family: 'proxima_nova_rgbold';
|
|
display: inline-block;
|
|
margin: 0 16px 0 12px;
|
|
}
|
|
|
|
form.new-order-wrapper>fieldset .inputs .form-group.datapicker span.days-res {
|
|
display: none;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
padding: 9px 19px;
|
|
background: #498eab;
|
|
color: #fff;
|
|
font-size: 14px;
|
|
box-sizing: content-box;
|
|
-webkit-box-sizing: content-box;
|
|
-moz-box-sizing: content-box;
|
|
border-radius: 4px 4px 4px 4px;
|
|
-webkit-border-radius: 4px 4px 4px 4px;
|
|
-moz-border-radius: 4px 4px 4px 4px;
|
|
margin: 19px 0 0 0;
|
|
}
|
|
|
|
form.new-order-wrapper>fieldset .inputs .form-group.datapicker span.days-res.open {
|
|
display: inline-block;
|
|
}
|
|
|
|
form.new-order-wrapper>fieldset .inputs .form-group.datapicker span.days-res>span {
|
|
display: inline-block;
|
|
height: 16px;
|
|
padding: 3px 7px;
|
|
font-family: 'proxima_nova_rgbold';
|
|
color: #575757;
|
|
font-size: 14px;
|
|
line-height: 16px;
|
|
background: #fff;
|
|
box-sizing: content-box;
|
|
-webkit-box-sizing: content-box;
|
|
-moz-box-sizing: content-box;
|
|
border-radius: 4px 4px 4px 4px;
|
|
-webkit-border-radius: 4px 4px 4px 4px;
|
|
-moz-border-radius: 4px 4px 4px 4px;
|
|
}
|
|
|
|
form.new-order-wrapper>fieldset .inputs .form-group.datapicker p.info {
|
|
margin: 40px 0;
|
|
}
|
|
|
|
form.new-order-wrapper>fieldset .btn-danger {
|
|
background: #004899;
|
|
border-color: #004899;
|
|
}
|
|
|
|
#requests-list thead td,
|
|
#request-detail thead td {
|
|
background-color: #f7f7f7;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#request-detail img.pics {
|
|
cursor: zoom-in;
|
|
}
|
|
|
|
.STATUS_NEW_REQUEST {
|
|
background-color: #dbf8e4;
|
|
}
|
|
|
|
.STATUS_DEALING {
|
|
background-color: #d9eafd;
|
|
}
|
|
|
|
.STATUS_REGISTERED {
|
|
background-color: #d9eafd;
|
|
}
|
|
|
|
.STATUS_DENIED_NOT_ENOUGH_DATA {
|
|
background-color: #f1c5bb;
|
|
}
|
|
|
|
.STATUS_PROCESSED {
|
|
background-color: #88c580;
|
|
}
|
|
|
|
#requests-list td {
|
|
cursor: pointer;
|
|
}
|
|
|
|
a.pdf {
|
|
/*The background image*/
|
|
background: url(/assets/images/pdf_icon.gif) no-repeat left center;
|
|
padding-left: 20px;
|
|
line-height: 16px;
|
|
/* To center the text vertically with the icon */
|
|
}
|
|
|
|
.with-back {
|
|
background: rgba(0, 0, 0, 0) url("/assets/images/body-line-thin.png") repeat-y scroll 50% 0;
|
|
margin-bottom: 45px;
|
|
}
|
|
|
|
.with-back .navbar-nav>li>a {
|
|
color: #fff;
|
|
}
|
|
|
|
.with-back .navbar-nav>.active>a,
|
|
.with-back .navbar-nav>.active>a:hover,
|
|
.with-back .navbar-nav>.active>a:focus {
|
|
background-color: #003571;
|
|
font-weight: bold;
|
|
color: #fff;
|
|
}
|
|
|
|
.with-back .btn-email {
|
|
background-color: #fff;
|
|
color: #575757;
|
|
}
|
|
|
|
.with-back .btn span {
|
|
color: #004899;
|
|
}
|
|
|
|
.gtxinmenu {
|
|
bottom: -80px;
|
|
position: absolute;
|
|
z-index: 10;
|
|
right: 0;
|
|
}
|
|
|
|
.gtxinmenu .btn-email {
|
|
background: white;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.gtxinmenu .btn-email .glyphicon {
|
|
color: #004899;
|
|
left: -10px;
|
|
top: 3px;
|
|
}
|
|
|
|
.gtxinmenu .btn-warning {
|
|
background-color: #fff;
|
|
border-color: #d9eafd;
|
|
color: #575757;
|
|
}
|
|
|
|
.gtxinmenu .glyphicon-log-out,
|
|
.gtxinmenu .glyphicon-log-in {
|
|
color: #004899;
|
|
left: -5px;
|
|
top: 3px;
|
|
}
|
|
|
|
.with-back .btn-warning {
|
|
background-color: #f7dbbf;
|
|
color: #575757;
|
|
border-left: none;
|
|
}
|
|
|
|
#clock {
|
|
color: #003571;
|
|
font-size: 21px;
|
|
text-align: right;
|
|
}
|
|
|
|
#clock span {
|
|
font-weight: bold;
|
|
}
|
|
|
|
form.new-order-wrapper fieldset.active legend {
|
|
font-size: 24px;
|
|
color: #003571;
|
|
font-weight: 700;
|
|
}
|
|
|
|
form.new-order-wrapper fieldset legend {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
fieldset.active legend .num {
|
|
background: #003571;
|
|
color: white;
|
|
}
|
|
|
|
form.new-order-wrapper fieldset select {
|
|
width: 260px;
|
|
appearance: none;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
background: transparent;
|
|
}
|
|
|
|
form.new-order-wrapper fieldset input[type="text"],
|
|
form.new-order-wrapper fieldset textarea {
|
|
width: 260px;
|
|
border-radius: 4px !important;
|
|
resize: none;
|
|
}
|
|
|
|
.selectwrap {
|
|
background: white;
|
|
width: 260px;
|
|
float: left;
|
|
position: relative;
|
|
}
|
|
|
|
.selectwrap select {
|
|
width: 100%;
|
|
appearance: none;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
background: transparent;
|
|
}
|
|
|
|
.selectwrap:after {
|
|
content: '';
|
|
border-bottom: 4px solid gray;
|
|
border-left: 3px solid transparent;
|
|
border-right: 3px solid transparent;
|
|
position: absolute;
|
|
top: 9px;
|
|
right: 5px;
|
|
}
|
|
|
|
.selectwrap:before {
|
|
content: '';
|
|
border-top: 4px solid gray;
|
|
border-left: 3px solid transparent;
|
|
border-right: 3px solid transparent;
|
|
position: absolute;
|
|
bottom: 9px;
|
|
right: 5px;
|
|
}
|
|
|
|
.gtxnewitem {
|
|
margin-top: 35px;
|
|
max-width: 330px;
|
|
}
|
|
|
|
.gtxnewitem .row {
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.gtxnewitem input[type="text"],
|
|
.gtxnewitem textarea {
|
|
width: 100%;
|
|
}
|
|
|
|
form.new-order-wrapper fieldset .input-group-addon {
|
|
border-left: 0;
|
|
margin-left: -43px;
|
|
height: 34px;
|
|
float: left;
|
|
z-index: 10;
|
|
width: 35px;
|
|
position: relative;
|
|
cursor: pointer;
|
|
background: white;
|
|
color: rgba(128, 128, 128, 0.56);
|
|
}
|
|
|
|
form.new-order-wrapper fieldset .remove-block {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
form.new-order-wrapper #request-submit {
|
|
background-color: #004899;
|
|
}
|
|
|
|
.fileform {
|
|
background-color: #FFFFFF;
|
|
border: 1px solid #CCCCCC;
|
|
border-radius: 4px;
|
|
cursor: pointer;
|
|
height: 34px;
|
|
overflow: hidden;
|
|
position: relative;
|
|
text-align: left;
|
|
vertical-align: middle;
|
|
width: 260px;
|
|
}
|
|
|
|
.gtxnewitem .fileform {
|
|
width: 100%;
|
|
}
|
|
|
|
.gtxnewitem .file-select-wrapper,
|
|
.gtxnewitem .file-input-wrapper {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.gtxnewitem .calendar-icon {
|
|
position: absolute;
|
|
margin-left: -33px;
|
|
top: 0px;
|
|
background: #004899;
|
|
border: 7px solid #004899;
|
|
height: 20px;
|
|
width: 20px;
|
|
border-radius: 0 5px 5px 0;
|
|
}
|
|
|
|
.fileform .selectbutton {
|
|
background-color: #004899;
|
|
border: 1px solid #004899;
|
|
border-radius: 4px;
|
|
color: #FFFFFF;
|
|
float: right;
|
|
font-size: 14px;
|
|
font-weight: 700;
|
|
height: 34px;
|
|
margin-top: -1px;
|
|
overflow: hidden;
|
|
padding: 2px 6px;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
width: 125px;
|
|
line-height: 26px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.fileform .fileformlabel {
|
|
background-color: #FFFFFF;
|
|
float: left;
|
|
height: 33px;
|
|
line-height: 22px;
|
|
overflow: hidden;
|
|
padding: 5px;
|
|
text-align: left;
|
|
vertical-align: middle;
|
|
width: 133px;
|
|
}
|
|
|
|
.fileform .upload {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
-moz-opacity: 0;
|
|
filter: alpha(opacity=0);
|
|
opacity: 0;
|
|
font-size: 150px;
|
|
height: 34px;
|
|
z-index: 20;
|
|
}
|
|
|
|
.addnewgtx {
|
|
color: #6782bf;
|
|
font-size: 16px;
|
|
text-decoration: underline;
|
|
margin-bottom: 15px;
|
|
/*float: left;*/
|
|
}
|
|
|
|
.bounties {
|
|
width: 100%;
|
|
}
|
|
|
|
.bounties th {
|
|
background-color: white;
|
|
color: #575757;
|
|
}
|
|
|
|
.bounties th,
|
|
.bounties td {
|
|
padding: 3px 5px;
|
|
border: 1px solid rgba(128, 128, 128, 0.10);
|
|
}
|
|
|
|
.bounties p {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.bounties .whitebg {
|
|
background-color: #ededed;
|
|
text-align: left;
|
|
}
|
|
.science h3{
|
|
font-weight: 600;
|
|
margin-bottom: 40px;
|
|
}
|
|
.science .portfoliotable{
|
|
margin-bottom: 20px;
|
|
}
|
|
.science th, .science td{
|
|
border: none;
|
|
}
|
|
.science th{
|
|
font-weight: normal;
|
|
font-size: 14px;
|
|
line-height: 17px;
|
|
color: #607284;
|
|
padding: 0;
|
|
padding-bottom: 7px;
|
|
padding-right: 20px;
|
|
}
|
|
.science th a{
|
|
color: #607284;
|
|
}
|
|
.science tr{
|
|
border-bottom: 1px solid #EEF3F8;
|
|
}
|
|
.science td{
|
|
font-weight: normal;
|
|
font-size: 14px;
|
|
line-height: 17px;
|
|
color: #333333;
|
|
padding: 16px 0;
|
|
padding-right: 40px;
|
|
}
|
|
.science tr td:last-child{
|
|
padding-right: 0;
|
|
}
|
|
.science tr td:nth-child(2), .science tr th:nth-child(2){
|
|
max-width: 130px;
|
|
}
|
|
.science tr td:nth-child(7), .science tr th:nth-child(7){
|
|
min-width: 57px;
|
|
}
|
|
.science .gtactions.remove-file-col>div{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.science .gt-cross.remove-file{
|
|
background: transparent;
|
|
background-image: url(/assets/images/X.svg);
|
|
background-size: cover;
|
|
width: 20px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
display: block;
|
|
}
|
|
.science .edit-work{
|
|
background: transparent;
|
|
background-image: url(/assets/images/NotePencil.svg);
|
|
background-size: cover;
|
|
width: 20px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
margin-right: 17px;
|
|
display: block;
|
|
}
|
|
.science .gt-cross.remove-file:hover{
|
|
background: transparent;
|
|
background-image: url(/assets/images/XHover.svg);
|
|
}
|
|
.science .edit-work:hover{
|
|
background-image: url(/assets/images/NotePencilHover.svg);
|
|
}
|
|
.science .blueWrap{
|
|
background: #EEF3F8;
|
|
border-radius: 5px;
|
|
padding: 28px 31px;
|
|
margin-bottom: 50px;
|
|
}
|
|
.science .blueWrap p{
|
|
font-family: 'proxima_nova_rgregular';
|
|
font-size: 16px;
|
|
line-height: 19px;
|
|
}
|
|
.science .blueWrap.large{
|
|
background-image: url(/assets/images/snk.png);
|
|
background-repeat: no-repeat;
|
|
background-position: right center;
|
|
}
|
|
.science .blueWrap.large p{
|
|
width: calc(50% - 31px);
|
|
}
|
|
.science .blueWrap p.count{
|
|
font-size: 15px;
|
|
line-height: 18px;
|
|
color: #0E478D;
|
|
width: 100%;
|
|
margin-bottom: 7px;
|
|
}
|
|
.science .blueWrap h4{
|
|
margin-top: 0;
|
|
margin-bottom: 9px;
|
|
font-weight: 600;
|
|
color: #333333;
|
|
}
|
|
.science .blueWrap a{
|
|
background: #1253BC;
|
|
border-radius: 7px;
|
|
padding: 14px 20px;
|
|
font-weight: 600;
|
|
color: #FFFFFF;
|
|
margin-top: 48px;
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
line-height: 17px;
|
|
}
|
|
.science h4{
|
|
margin-top: 50px;
|
|
}
|
|
.science .snkprojectWrap{
|
|
background: #FFFFFF;
|
|
border: 1px solid #D1E2F3;
|
|
box-sizing: border-box;
|
|
border-radius: 5px;
|
|
padding: 26px 0 34px 0;
|
|
display: flex;
|
|
align-items: center;
|
|
position: relative;
|
|
margin-bottom: 10px;
|
|
}
|
|
.science .snkprojectWrap .mainInfo{
|
|
width: 66%;
|
|
padding-left: 42px;
|
|
}
|
|
.science .snkprojectWrap::after{
|
|
height: calc(100% - 40px);
|
|
width: 1px;
|
|
top: 20px;
|
|
left: 66%;
|
|
display: block;
|
|
background-color: #D1E2F3;
|
|
content: '';
|
|
position: absolute;
|
|
}
|
|
.science .snkprojectWrap .addInfo{
|
|
padding-left: 36px;
|
|
width: 34%;
|
|
padding-right: 42px;
|
|
}
|
|
.science .snkprojectWrap p{
|
|
font-weight: normal;
|
|
font-size: 15px;
|
|
line-height: 18px;
|
|
color: #1253BC;
|
|
}
|
|
.science .snkprojectWrap p.status{
|
|
margin-bottom: 8px;
|
|
}
|
|
.science .snkprojectWrap p.name{
|
|
font-weight: 600;
|
|
font-size: 20px;
|
|
line-height: 24px;
|
|
color: #333333;
|
|
margin-bottom: 13px;
|
|
}
|
|
.science .snkprojectWrap p.description{
|
|
color: #525B60;
|
|
margin-bottom: 20px;
|
|
}
|
|
.science .snkprojectWrap .buttons a{
|
|
background: #3F7BDD;
|
|
border-radius: 5px;
|
|
padding: 12px 20px;
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
line-height: 17px;
|
|
color: #FFFFFF;
|
|
display: inline-block;
|
|
border: 1px solid #3F7BDD;
|
|
}
|
|
.science .snkprojectWrap .buttons a:hover{
|
|
text-decoration: underline;
|
|
}
|
|
.science .snkprojectWrap .buttons a.snkRed{
|
|
background: #FB4263;
|
|
border: 1px solid #FB4263;
|
|
}
|
|
.science .snkprojectWrap .buttons a:nth-child(2){
|
|
margin-left: 20px;
|
|
}
|
|
.science .snkprojectWrap .addInfo .desc{
|
|
font-size: 14px;
|
|
line-height: 14px;
|
|
margin-bottom: 4px;
|
|
}
|
|
.science .snkprojectWrap .addInfo .info{
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
line-height: 17px;
|
|
color: #333333;
|
|
margin-bottom: 20px;
|
|
}
|
|
.science .snkprojectWrap .addInfo .info:last-child{
|
|
margin-bottom: 0;
|
|
}
|
|
.science .snkprojectWrap.resident{
|
|
background: #3F7BDD !important;
|
|
}
|
|
.science .snkprojectWrap.resident p, .science .snkprojectWrap.resident .addInfo .info{
|
|
color: white;
|
|
}
|
|
.science .snkprojectWrap.resident .buttons a{
|
|
border: 1px solid #FFFFFF !important;
|
|
color:#FFF !important;
|
|
}
|
|
.science .snkprojectWrap .buttons.buttonsMobile a{
|
|
display: block;
|
|
}
|
|
.science .snkprojectWrap .buttons.buttonsMobile a{
|
|
display: none;
|
|
}
|
|
.science .snkprojectWrap .chat{
|
|
position: absolute;
|
|
width: 24px;
|
|
height: 24px;
|
|
top: 15px;
|
|
right: 15px;
|
|
background-image: url(/assets/images/Chat.svg);
|
|
background-size: cover;
|
|
color: white;
|
|
font-weight: bold;
|
|
font-size: 12px;
|
|
line-height: 15px;
|
|
text-align: center;
|
|
line-height: 24px;
|
|
}
|
|
.science .hiddenItems{
|
|
display: none;
|
|
}
|
|
.science .btnShowAll{
|
|
background: #EEF3F8;
|
|
border: 1px solid #FFFFFF;
|
|
border-radius: 5px;
|
|
text-align: center;
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
line-height: 17px;
|
|
color: #1253BC;
|
|
padding: 12px 0;
|
|
cursor: pointer;
|
|
margin-bottom: 50px;
|
|
}
|
|
.science .popupWrap{
|
|
display: none;
|
|
}
|
|
.science .mb40{
|
|
margin-bottom: 40px;
|
|
}
|
|
.science .bio{
|
|
background: #1253BC;
|
|
border-radius: 5px;
|
|
padding: 31px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin-top: 30px;
|
|
}
|
|
.science .bio p{
|
|
font-size: 15px;
|
|
line-height: 18px;
|
|
color: #EEF3F8;
|
|
margin-bottom: 5px;
|
|
}
|
|
.science .bio h4{
|
|
margin: 0;
|
|
color: #EEF3F8;
|
|
}
|
|
.science .bio .editBio{
|
|
background: #FFFFFF;
|
|
border-radius: 7px;
|
|
padding: 14px 20px;
|
|
color: #1253BC;
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
line-height: 17px;
|
|
}
|
|
.science .aboutPortfolioWrap{
|
|
background-color: #EEF3F8;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
position: relative;
|
|
margin-bottom: 40px;
|
|
}
|
|
.science .aboutPortfolioWrap::after{
|
|
background-image: url(/assets/images/aboutPortfolio.png);
|
|
width: 283px;
|
|
height: 223px;
|
|
content: '';
|
|
position: absolute;
|
|
display: block;
|
|
top: -17px;
|
|
right: 0;
|
|
}
|
|
.science .aboutPortfolioWrap h4{
|
|
margin-bottom: 14px;
|
|
margin-top: 0;
|
|
}
|
|
.science .aboutPortfolioText{
|
|
margin: 0;
|
|
font-family: 'proxima_nova_rgregular';
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-size: 15px;
|
|
line-height: 18px;
|
|
color: #525B60;
|
|
}
|
|
.science .aboutPortfolio{
|
|
border-radius: 5px;
|
|
padding: 35px 0 0px 32px;
|
|
background-repeat: no-repeat;
|
|
height: 207px;
|
|
}
|
|
#editBio {
|
|
padding: 0;
|
|
background-color: transparent;
|
|
overflow-x: hidden;
|
|
}
|
|
#editBio .popupWrap{
|
|
margin: 0 -30px;
|
|
border-radius: 5px 5px;
|
|
background: #FFFFFF;
|
|
position: relative;
|
|
}
|
|
#editBio .header{
|
|
width: 100%;
|
|
padding: 18px 0;
|
|
padding-left: 30px;
|
|
background: #1253BC;
|
|
font-weight: 600;
|
|
font-size: 20px;
|
|
line-height: 24px;
|
|
color: #FFFFFF;
|
|
}
|
|
#editBio form{
|
|
padding: 21px 30px 35px 30px;
|
|
}
|
|
#editBio form .scrollBlock {
|
|
max-height: 600px;
|
|
border: 1px solid #D1E2F3;
|
|
border-radius: 5px;
|
|
}
|
|
#editBio form textarea{
|
|
background: #FFFFFF;
|
|
box-sizing: border-box;
|
|
resize: none;
|
|
border: none!important;
|
|
}
|
|
#editBio .buttons{
|
|
margin-top: 30px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
}
|
|
#editBio .buttons .popupClose{
|
|
background: #EEF3F8;
|
|
border-radius: 5px;
|
|
padding: 15px 20px;
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
line-height: 17px;
|
|
color: #525B60;
|
|
text-align: center;
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
}
|
|
#editBio .buttons button{
|
|
background: #1253BC;
|
|
border-radius: 5px;
|
|
padding: 15px 20px;
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
line-height: 17px;
|
|
color: #FFFFFF;
|
|
display: inline-block;
|
|
width: auto;
|
|
border: none;
|
|
margin-right: 20px;
|
|
}
|
|
#editBio .popupCloseX{
|
|
position: absolute;
|
|
width: 24px;
|
|
height: 24px;
|
|
background-size: cover;
|
|
background-image: url(/assets/images/XWhite.svg);
|
|
top: 18px;
|
|
right: 18px;
|
|
cursor: pointer;
|
|
}
|
|
#editBio .fancybox-close-small{
|
|
display: none;
|
|
}
|
|
.sciencePortfolioWrap h2{
|
|
padding: 0;
|
|
margin: 0;
|
|
font-size: 18px;
|
|
line-height: 22px;
|
|
color: #263238;
|
|
}
|
|
.sciencePortfolioWrap .table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
|
|
background-color: #EEF3F8;
|
|
}
|
|
.sciencePortfolioWrap table, .sciencePortfolioWrap td, .sciencePortfolioWrap tr, .sciencePortfolioWrap th{
|
|
border: none!important;
|
|
margin-bottom: 0;
|
|
}
|
|
.sciencePortfolioWrap table>thead>tr>th,.sciencePortfolioWrap .table>thead:first-child>tr:first-child>th{
|
|
background-color: transparent;
|
|
padding: 20px;
|
|
font-size: 15px;
|
|
line-height: 18px;
|
|
color: #525B60;
|
|
}
|
|
.sciencePortfolioWrap table>tbody>tr>td{
|
|
padding: 16px 20px;
|
|
color: #263238;
|
|
font-weight: normal;
|
|
font-size: 15px;
|
|
line-height: 18px;
|
|
}
|
|
.sciencePortfolioWrap .td-quartile,.sciencePortfolioWrap .td-journal {
|
|
padding-left: 20px!important;
|
|
}
|
|
.sciencePortfolioWrap .table-indexes td.total{
|
|
text-align: center;
|
|
}
|
|
.sciencePortfolioWrap td.total{
|
|
font-weight: normal;
|
|
font-weight: bold;
|
|
}
|
|
.sciencePortfolioWrap .accordeon-item-content.pb30{
|
|
padding-bottom: 30px;
|
|
}
|
|
.sciencePortfolioWrap .accordeon-item{
|
|
border: 1px solid #D1E2F3;
|
|
}
|
|
.sciencePortfolioWrap .indexWrap{
|
|
background: #D1E2F3;
|
|
border-radius: 5px;
|
|
width: 115px;
|
|
height: 103px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 20px 33px;
|
|
justify-content: center;
|
|
align-items: center;
|
|
position: relative;
|
|
cursor: pointer;
|
|
}
|
|
.sciencePortfolioWrap .indexWrap .question{
|
|
width: 24px;
|
|
height: 24px;
|
|
background-size: cover;
|
|
background-image: url(/assets/images/Question.svg);
|
|
}
|
|
.sciencePortfolioWrap .prompt:hover .question {
|
|
background-image: url(/assets/images/QuestionBlue.svg);
|
|
}
|
|
.sciencePortfolioWrap .prompt:hover p {
|
|
color: #1253BC;
|
|
}
|
|
.sciencePortfolioWrap .prompt:hover .promptText {
|
|
display: block;
|
|
}
|
|
.sciencePortfolioWrap .promptText {
|
|
display: none;
|
|
position: absolute;
|
|
left: -170px;
|
|
top: 100px;
|
|
z-index: 3;
|
|
font-family: 'proxima_nova_rgregular';
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
line-height: 140%;
|
|
font-feature-settings: 'pnum'on, 'lnum'on;
|
|
color: #525B60;
|
|
background: #FFFFFF;
|
|
box-shadow: 0px 4px 20px rgba(28, 77, 157, 0.09);
|
|
border-radius: 5px;
|
|
border: 1px solid #F1F4F6;
|
|
max-width: 531px;
|
|
padding: 10px 15px;
|
|
}
|
|
.sciencePortfolioWrap .indexWrap p{
|
|
text-transform: uppercase;
|
|
color: #507FAF;
|
|
font-weight: 600;
|
|
font-size: 12px;
|
|
line-height: 140%;
|
|
text-align: center;
|
|
margin: 0;
|
|
}
|
|
.sciencePortfolioWrap .protfolio_subtitle{
|
|
color: #333333;
|
|
font-family: 'proxima_nova_rgregular';
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-size: 18px;
|
|
line-height: 22px;
|
|
padding-top: 14px;
|
|
padding-left: 10px;
|
|
margin: 0;
|
|
}
|
|
.sciencePortfolioWrap .science_list{
|
|
padding: 0 10px;
|
|
margin-top: 10px;
|
|
}
|
|
.sciencePortfolioWrap ol{
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.sciencePortfolioWrap ol b{
|
|
margin-bottom: 14px;
|
|
display: block;
|
|
margin-top: 24px;
|
|
font-family: 'proxima_nova_rgregular';
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
line-height: 19px;
|
|
color: #333333;
|
|
|
|
}
|
|
.sciencePortfolioWrap ol li{
|
|
margin-left: 15px;
|
|
padding-left: 5px;
|
|
font-family: 'proxima_nova_rgregular';
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-size: 15px;
|
|
line-height: 18px;
|
|
color: #525B60;
|
|
}
|
|
.sciencePortfolioWrap ol li::marker{
|
|
font-weight: 600;
|
|
color: #1253BC;
|
|
}
|
|
.snk .alert-info{
|
|
background: transparent;
|
|
border: none;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
.snk .science:not(.snkListItem){
|
|
margin-bottom: 57px;
|
|
}
|
|
.snk h4{
|
|
margin-top: 0;
|
|
font-size: 24px;
|
|
line-height: 29px;
|
|
color: #333333;
|
|
font-family: 'proxima_nova_rgregular';
|
|
}
|
|
.snk .snkListItem{
|
|
padding: 0;
|
|
margin-bottom: 10px;
|
|
}
|
|
.snk .snkListItem.science:nth-child(even) {
|
|
background-color: transparent;
|
|
}
|
|
.snk .snkFilter{
|
|
margin: 20px 0;
|
|
}
|
|
.snk .snkFilter button{
|
|
padding: 15px 20px;
|
|
font-family: 'proxima_nova_rgregular';
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
line-height: 17px;
|
|
border-radius: 5px;
|
|
}
|
|
.snk .snkFilter button:hover{
|
|
text-decoration: underline;
|
|
}
|
|
.snk .snkFilter button.btn-blue{
|
|
background: #3F7BDD;
|
|
color: #FFFFFF;
|
|
}
|
|
.snk .snkFilter button.btn-grey{
|
|
background: #EEF3F8;
|
|
opacity: 0.5;
|
|
color: #525B60;
|
|
}
|
|
.spaceBetween{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.snk .pseudo-col-5{
|
|
width: calc(41.66666666666667%);
|
|
padding-right: 21px;
|
|
}
|
|
.snk .pseudo-col-4{
|
|
width: calc(33.3333%);
|
|
padding-right: 21px;
|
|
}
|
|
.snk .pseudo-col-3{
|
|
width: 25%;
|
|
}
|
|
.gtphoneform .selectwrap {
|
|
width: 100%;
|
|
}
|
|
|
|
.gtphoneform .fileform {
|
|
width: 100%;
|
|
}
|
|
|
|
.gtphoneform .row {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.gtphoneform textarea {
|
|
min-height: 80px;
|
|
}
|
|
|
|
.profile_wrap .btn-primary {
|
|
margin-bottom: 35px;
|
|
}
|
|
|
|
.nav-tabs>li>a {
|
|
color: #bdbdbd;
|
|
font-weight: 700;
|
|
padding: 10px 20px;
|
|
border-radius: 1px;
|
|
}
|
|
|
|
.tab-content {
|
|
margin-top: 20px;
|
|
float: left;
|
|
width: 100%;
|
|
}
|
|
|
|
table.files th {
|
|
background-color: #f7f7f7;
|
|
color: #575757;
|
|
font-size: 16px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
table.files th,
|
|
table.files td {
|
|
border: 1px solid #DADADA;
|
|
padding: 10px;
|
|
}
|
|
|
|
table.files td {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.fileformat {
|
|
color: #575757;
|
|
}
|
|
|
|
table.files {
|
|
width: 100%;
|
|
float: left;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
table.files .gtactions {
|
|
width: 100px;
|
|
text-align: center;
|
|
}
|
|
|
|
table.files .gtactions a {
|
|
color: #949494;
|
|
margin-left: 4px;
|
|
margin-right: 4px;
|
|
}
|
|
|
|
.nav-tabs>li.active>a{
|
|
background: #d9eafd;
|
|
}
|
|
|
|
.nav-tabs>li.active>a,
|
|
.nav-tabs>li.active>a:hover,
|
|
.nav-tabs>li.active>a:focus {
|
|
color: #003571;
|
|
}
|
|
.footer .iphone{
|
|
width: 111px;
|
|
height: 33px;
|
|
background-image: url(/assets/images/AppStore-rus.png);
|
|
background-size: cover;
|
|
display: inline-block;
|
|
margin-right: 25px;
|
|
}
|
|
.footer .android{
|
|
width: 111px;
|
|
height: 33px;
|
|
background-image: url(/assets/images/GooglePlay-rus.png);
|
|
background-size: cover;
|
|
display: inline-block;
|
|
}
|
|
|
|
@media (max-width: 991px) {
|
|
.footer.container {
|
|
flex-wrap: wrap;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 960px) {
|
|
.body-line.big {
|
|
height: 300px;
|
|
}
|
|
}
|
|
/* Custom, iPhone Retina */
|
|
|
|
@media only screen and (max-width: 320px) {
|
|
.body-line.big {
|
|
height: 390px;
|
|
}
|
|
.header-wrapper h2 {
|
|
color: #575757;
|
|
font-family: "proxima_nova_ltlight";
|
|
font-size: 18px;
|
|
margin: 0 0 5px;
|
|
padding: 0;
|
|
}
|
|
.header-wrapper h3 {
|
|
color: #003571;
|
|
font-family: "proxima_nova_rgbold";
|
|
font-size: 18px;
|
|
margin: 0 0 5px;
|
|
padding: 0;
|
|
}
|
|
.btn-group.pull-right {
|
|
float: none !important;
|
|
}
|
|
.discipline-wrapper {
|
|
padding-left: 15px;
|
|
}
|
|
.discipline-wrapper span.number {
|
|
border-radius: 15px;
|
|
color: #003571;
|
|
display: inline-block;
|
|
font-family: "proxima_nova_ltlight";
|
|
font-size: 21px;
|
|
height: 25px;
|
|
left: -16px;
|
|
line-height: 19px;
|
|
position: absolute;
|
|
text-align: center;
|
|
top: 0;
|
|
width: 25px;
|
|
}
|
|
.discipline-wrapper .line {
|
|
border-left: 1px solid grey;
|
|
padding-left: 3px;
|
|
}
|
|
.discipline-wrapper .well {
|
|
padding: 15px 15px 15px 20px;
|
|
}
|
|
.discipline-wrapper .noline {
|
|
padding-left: 4px;
|
|
}
|
|
.body-line.big p {
|
|
font-size: 12px;
|
|
line-height: 16px;
|
|
}
|
|
}
|
|
|
|
.additional-fields .form-group {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.additional-fields .row .row {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.additional-fields .row .row .row {
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
input.fields.string {
|
|
width: 150px;
|
|
}
|
|
|
|
.mainmenu {
|
|
margin-bottom: 0;
|
|
border: none;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.submainmenu {
|
|
border: none;
|
|
border-radius: 0;
|
|
background: #f1f0f0;
|
|
}
|
|
|
|
.submainmenu .navbar-nav {
|
|
text-align: justify;
|
|
width: 100%;
|
|
height: 50px;
|
|
}
|
|
|
|
.submainmenu .navbar-nav:after {
|
|
content: '';
|
|
display: inline-block;
|
|
width: 100%;
|
|
}
|
|
|
|
.submainmenu .navbar-nav li {
|
|
display: inline-block;
|
|
text-align: center;
|
|
}
|
|
|
|
.submainmenu .navbar-nav>li.hasChild>a:after {
|
|
content: '';
|
|
border-top: 5px solid dimgrey;
|
|
border-right: 3px solid transparent;
|
|
border-left: 3px solid transparent;
|
|
position: absolute;
|
|
right: 9px;
|
|
top: 22px;
|
|
}
|
|
|
|
.submainmenu .navbar-nav>li.hasChild>a:hover:after {
|
|
border-top: 5px solid #004899;
|
|
border-right: 3px solid transparent;
|
|
border-left: 3px solid transparent;
|
|
}
|
|
|
|
.submainmenu .navbar-nav>li a {
|
|
width: 100%;
|
|
padding: 15px 15px;
|
|
}
|
|
|
|
.submainmenu .navbar-nav li ul {
|
|
padding-left: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
.submainmenu .navbar-nav li ul li {
|
|
width: 100%;
|
|
background: #ffefdf;
|
|
border-bottom: 1px solid #FFD9B2;
|
|
}
|
|
|
|
.submainmenu .navbar-nav li ul li a {
|
|
display: inline-block;
|
|
text-align: center;
|
|
width: 100%;
|
|
padding: 15px;
|
|
color: black;
|
|
}
|
|
|
|
.submainmenu .navbar-nav li ul li a:hover {
|
|
text-decoration: none;
|
|
background: #f7dbbf;
|
|
color: #004899;
|
|
}
|
|
|
|
.submainmenu .navbar-nav li ul {
|
|
position: absolute;
|
|
z-index: 2;
|
|
display: none;
|
|
left: 0;
|
|
}
|
|
|
|
.submainmenu .navbar-nav li:hover ul {
|
|
display: inline-block;
|
|
}
|
|
|
|
.submainmenu .navbar-nav>li {
|
|
border-left: 1px solid rgba(128, 128, 128, 0.25);
|
|
}
|
|
|
|
.submainmenu .navbar-nav>li:last-child {
|
|
border-right: 1px solid rgba(128, 128, 128, 0.25);
|
|
}
|
|
|
|
.submainmenu .navbar-nav>li:hover,
|
|
.submainmenu .navbar-nav>li a:hover {
|
|
background: #d9eafd;
|
|
color: #575757;
|
|
box-shadow: inset 0 -1px 0 #F1F0F0;
|
|
}
|
|
|
|
.pdf span.date {
|
|
width: 100%;
|
|
float: left;
|
|
font-size: 10px;
|
|
}
|
|
|
|
.submainmenu .navbar-nav li a.root-item-selected {
|
|
background: #d9eafd;
|
|
color: #004899;
|
|
box-shadow: inset 0 -1px 0 #F1F0F0;
|
|
}
|
|
|
|
.submainmenu .navbar-nav>.active>a,
|
|
.submainmenu .navbar-nav>.active>a:hover,
|
|
.submainmenu .navbar-nav>.active>a:focus {
|
|
background-color: #d9eafd;
|
|
color: #004899;
|
|
}
|
|
|
|
.submainmenu .navbar-nav>li>a {
|
|
color: #575757;
|
|
}
|
|
|
|
form.new-order-wrapper>fieldset .inputs ul.radio-buttons li {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.showmobile1 {
|
|
width: 100%;
|
|
display: inline-block;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
text-transform: uppercase;
|
|
font-weight: 700;
|
|
color: white;
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
display: none;
|
|
}
|
|
|
|
.showmobile1:hover,
|
|
.showmobile1:focus {
|
|
color: white;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.bountieswrap {
|
|
/*float: left;*/
|
|
width: 100%;
|
|
overflow-x: auto;
|
|
}
|
|
|
|
.refreshdate td:nth-child(2) {
|
|
color: #003571;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.profile-table td {
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
vertical-align: middle !important;
|
|
}
|
|
|
|
.profile-table input[type="text"] {
|
|
width: 100%;
|
|
padding: 5px;
|
|
border-radius: 3px;
|
|
border: 1px solid #EAEAEA;
|
|
border-top: 1px solid #DCDCDC;
|
|
}
|
|
|
|
.noborder td {
|
|
border-top: none !important;
|
|
border-left: none !important;
|
|
border-right: none !important;
|
|
border-bottom: none !important;
|
|
}
|
|
|
|
.profile-table td {
|
|
border-left: none !important;
|
|
border-right: none !important;
|
|
}
|
|
|
|
table.files .gtactions a:hover {
|
|
text-decoration: none;
|
|
color: #004899;
|
|
}
|
|
|
|
.fileslist {
|
|
padding-left: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
table.files tr th:nth-child(2) {
|
|
width: 120px;
|
|
}
|
|
|
|
table.files .selectwrap {
|
|
width: 150px;
|
|
}
|
|
|
|
a.pdf{
|
|
background: url(/assets/images/pdficon.png) no-repeat left center;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
padding-left: 30px;
|
|
display: inline-block;
|
|
}
|
|
|
|
button.pdf{
|
|
background: url(/assets/images/pdficon.png) no-repeat left center;
|
|
display: inline-block;
|
|
}
|
|
|
|
a.doc {
|
|
background: url(/assets/images/docicon.png) no-repeat left center;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
padding-left: 38px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.yellow_alert {
|
|
border-left: 4px solid #f6aa08;
|
|
padding-left: 15px;
|
|
}
|
|
|
|
.yellow_alert b {
|
|
margin-bottom: 5px;
|
|
float: left;
|
|
width: 100%;
|
|
}
|
|
|
|
.yellow_alert button {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.pdf span {
|
|
color: #575757;
|
|
}
|
|
|
|
h4 {
|
|
display: block;
|
|
padding: 0;
|
|
margin: 0;
|
|
border: none;
|
|
font-family: 'proxima_nova_rgbold';
|
|
font-size: 24px;
|
|
line-height: 28px;
|
|
color: #575757;
|
|
position: relative;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.profile-table td {
|
|
padding-left: 0 !important;
|
|
}
|
|
|
|
.profile-table tr td:nth-child(2) {
|
|
font-weight: 700;
|
|
}
|
|
|
|
.container.theme-showcase {
|
|
margin-top: 40px;
|
|
}
|
|
|
|
#add-file-form {
|
|
max-width: 1000px;
|
|
}
|
|
|
|
.gt-cross.remove-file {
|
|
background: #004899;
|
|
color: white;
|
|
border-radius: 3px;
|
|
font-size: 0;
|
|
width: 30px;
|
|
text-align: center;
|
|
line-height: 25px;
|
|
margin: 0 auto;
|
|
display: table;
|
|
}
|
|
|
|
.gt-cross.remove-file:hover {
|
|
text-decoration: none;
|
|
background: #c3580c;
|
|
}
|
|
|
|
.gt-cross.remove-file .glyphicon.glyphicon-remove {
|
|
font-size: 11px;
|
|
margin-top: 9px;
|
|
}
|
|
|
|
.editable-form input {
|
|
float: left;
|
|
width: calc(100% - 30px) !important;
|
|
display: inline-block;
|
|
clear: none;
|
|
border-radius: 3px 0 0 3px;
|
|
border: 1px solid gray;
|
|
}
|
|
|
|
.editable-form button {
|
|
font-size: 0;
|
|
float: left;
|
|
padding: 0;
|
|
width: 30px;
|
|
clear: none;
|
|
height: 30px;
|
|
background: #004899;
|
|
border: none;
|
|
border-radius: 0 3px 3px 0;
|
|
}
|
|
|
|
.editable-form button:hover {
|
|
background: #c3580c;
|
|
}
|
|
|
|
.editable-form button:after {
|
|
content: "\e084";
|
|
position: relative;
|
|
top: 1px;
|
|
display: inline-block;
|
|
font-family: 'Glyphicons Halflings';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 20px;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
color: white;
|
|
}
|
|
|
|
#input-author-fio {
|
|
border: 1px solid #e8e8e8;
|
|
padding: 7px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
#input-author-fio input {
|
|
margin-left: 10px;
|
|
border-radius: 3px;
|
|
border: 1px solid #cccccc;
|
|
padding: 0 10px;
|
|
line-height: 29px;
|
|
}
|
|
|
|
table th a {
|
|
color: #003571;
|
|
}
|
|
|
|
.popup-ico-preview {
|
|
display: block;
|
|
float: left;
|
|
margin-right: 30px;
|
|
}
|
|
|
|
.popup-ico-preview::before {
|
|
font-size: 32px;
|
|
}
|
|
|
|
.banner-block {
|
|
display: block;
|
|
position: relative;
|
|
min-height: 50px;
|
|
margin-bottom: 30px;
|
|
}
|
|
/*callout*/
|
|
|
|
.bs-callout {
|
|
padding: 0 15px;
|
|
margin: 20px 0;
|
|
border: 0px solid #eee;
|
|
border-left-width: 5px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.bs-callout h4 {
|
|
margin-top: 0;
|
|
margin-bottom: 5px;
|
|
font-weight: bold;
|
|
color: #575757;
|
|
}
|
|
|
|
.bs-callout p:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.bs-callout code {
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.bs-callout+.bs-callout {
|
|
margin-top: -5px;
|
|
}
|
|
|
|
.bs-callout-default {
|
|
border-left-color: #777;
|
|
}
|
|
|
|
.bs-callout-primary {
|
|
border-left-color: #428bca;
|
|
}
|
|
|
|
.bs-callout-success {
|
|
border-left-color: #06905e;
|
|
}
|
|
|
|
.bs-callout-danger {
|
|
border-left-color: #d9534f;
|
|
}
|
|
|
|
.bs-callout-warning {
|
|
border-left-color: #f6aa08;
|
|
}
|
|
|
|
.bs-callout-info {
|
|
border-left-color: #5bc0de;
|
|
}
|
|
|
|
.mb-5 {
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.mt-25 {
|
|
margin-top: 25px;
|
|
}
|
|
.science .snkprojectWrap.projectAvaliable,.science.projectsPage .snkprojectWrap{
|
|
background: #EEF3F8;
|
|
}
|
|
.science .snkprojectWrap.projectAvaliable .mainInfo{
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
height: 100%;
|
|
min-height: 145px;
|
|
}
|
|
.science .snkprojectWrap .buttons a.btnWhite{
|
|
color: #1253BC;
|
|
background-color: transparent;
|
|
border: 1px solid #1253BC;
|
|
}
|
|
#applicationMessage{
|
|
width: 363px;
|
|
display: flex;
|
|
justify-content: center;
|
|
padding: 40px 70px 30px 70px;
|
|
}
|
|
#applicationMessage .successImg{
|
|
width: 100px;
|
|
height: 100px;
|
|
background-size: cover;
|
|
background-image: url(/assets/images/CheckCircleSuccess.svg);
|
|
margin: auto;
|
|
}
|
|
#applicationMessage .errorImg{
|
|
width: 100px;
|
|
height: 100px;
|
|
background-size: cover;
|
|
background-image: url(/assets/images/circleError.svg);
|
|
margin: auto;
|
|
}
|
|
#applicationMessage p{
|
|
font-family: 'proxima_nova_rgregular';
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-size: 20px;
|
|
line-height: 24px;
|
|
text-align: center;
|
|
color: #000000;
|
|
margin-top: 13px;
|
|
}
|
|
#applicationMessage .fancybox-close-small{
|
|
display: none;
|
|
}
|
|
.fancybox-bg{
|
|
background: rgba(40, 79, 125, 0.2);
|
|
}
|
|
.snkApplicationForm .step{
|
|
display: inline;
|
|
font-family: 'proxima_nova_rgregular';
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-size: 20px;
|
|
line-height: 24px;
|
|
color: #0E478D;
|
|
}
|
|
.snkApplicationForm .prompt:not(.snkApplicationFormSubmitBtn ):not(.msgUploadIcon){
|
|
display: inline-block;
|
|
background-image: url(/assets/images/Question.svg);
|
|
height: 24px;
|
|
width: 24px;
|
|
background-size: cover;
|
|
cursor: pointer;
|
|
}
|
|
.snkApplicationForm .prompt:hover {
|
|
background-image: url(/assets/images/QuestionBlue.svg);
|
|
}
|
|
.snkApplicationForm .prompt:hover p {
|
|
color: #1253BC;
|
|
}
|
|
.snkApplicationForm .prompt:hover+.promptText {
|
|
display: block;
|
|
}
|
|
.snkApplicationForm .promptText {
|
|
display: none;
|
|
position: absolute;
|
|
left: 225px;
|
|
top: 30px;
|
|
z-index: 3;
|
|
font-family: 'proxima_nova_rgregular';
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
line-height: 140%;
|
|
font-feature-settings: 'pnum'on, 'lnum'on;
|
|
color: #525B60;
|
|
background: #FFFFFF;
|
|
box-shadow: 0px 4px 20px rgba(28, 77, 157, 0.09);
|
|
border-radius: 5px;
|
|
border: 1px solid #F1F4F6;
|
|
max-width: 531px;
|
|
padding: 10px 15px;
|
|
}
|
|
.textarea-science{
|
|
background: #FFFFFF;
|
|
border: 1px solid #D1E2F3;
|
|
border-radius: 5px;
|
|
padding: 18px 26px;
|
|
margin-top: 15px;
|
|
}
|
|
.textarea-science:hover{
|
|
border: 1px solid #3F7BDD;
|
|
}
|
|
.nomargin{
|
|
margin: 0;
|
|
}
|
|
.snkApplicationFormSubmitBtn.btn.btn-primary{
|
|
width: 100%;
|
|
text-align: center;
|
|
padding: 12px 0;
|
|
background: #3F7BDD;
|
|
border: 1px solid #FFFFFF;
|
|
border-radius: 5px;
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
font-family: 'proxima_nova_rgregular';
|
|
color: #FFFFFF;
|
|
margin-bottom: 50px;
|
|
}
|
|
.snkApplicationFormSubmitBtn.btn.btn-primary:hover{
|
|
text-decoration: underline;
|
|
}
|
|
.backToProjects{
|
|
width: 100%;
|
|
text-align: center;
|
|
display: block;
|
|
background: #EEF3F8;
|
|
border-radius: 5px;
|
|
padding: 12px 0;
|
|
color: #1253BC;
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
font-family: 'proxima_nova_rgregular';
|
|
}
|
|
.backToProjects:hover{
|
|
text-decoration: underline;
|
|
color: #1253BC;
|
|
}
|
|
.projectDetail .detailInfoWrap{
|
|
border: 1px solid #D1E2F3;
|
|
box-sizing: border-box;
|
|
border-radius: 5px;
|
|
padding: 23px 25px;
|
|
}
|
|
.projectDetail .detailInfoWrap .desc{
|
|
margin-bottom: 4px;
|
|
font-family: 'proxima_nova_rgregular';
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
font-size: 14px;
|
|
line-height: 14px;
|
|
color: #1253BC;
|
|
}
|
|
.projectDetail .detailInfoWrap .info{
|
|
font-family: 'proxima_nova_rgregular';
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
line-height: 17px;
|
|
color: #333333;
|
|
margin-bottom: 0;
|
|
}
|
|
.projectDetail .aboutProject{
|
|
margin-top: 32px;
|
|
margin-bottom: 46px;
|
|
font-family: 'proxima_nova_rgregular';
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-size: 16px;
|
|
line-height: 140%;
|
|
color: #525B60;
|
|
display: inline-block;
|
|
}
|
|
.projectDetail h4{
|
|
|
|
font-family: 'proxima_nova_rgregular';
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
font-size: 26px;
|
|
line-height: 32px;
|
|
color: #333333;
|
|
margin-bottom: 30px;
|
|
}
|
|
.projectDetail .chatWrap{
|
|
border: 1px solid #D1E2F3;
|
|
box-sizing: border-box;
|
|
border-radius: 5px;
|
|
}
|
|
.projectDetail .chatWrap ul {
|
|
padding: 30px 20px 0 20px;
|
|
min-height: 550px;
|
|
}
|
|
.projectDetail .chatWrap li {
|
|
margin-bottom: 14px;
|
|
display: flex;
|
|
width: 100%;
|
|
}
|
|
.projectDetail .chatWrap li.external {
|
|
justify-content: flex-end;
|
|
}
|
|
.projectDetail .chatWrap li.internal {
|
|
justify-content: flex-start;
|
|
}
|
|
.projectDetail .chatWrap li .message {
|
|
max-width: calc(50% - 2.5px);
|
|
padding: 20px;
|
|
padding-bottom: 30px;
|
|
color: #445361;
|
|
font-family: 'proxima_nova_rgregular';
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-size: 14px;
|
|
line-height: 130%;
|
|
}
|
|
.projectDetail .chatWrap li .message .author{
|
|
display: block;
|
|
font-family: 'proxima_nova_rgbold';
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
line-height: 140%;
|
|
color: #445361;
|
|
}
|
|
.projectDetail .chatWrap li .message .time{
|
|
display: block;
|
|
font-family: 'proxima_nova_rgregular';
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-size: 13px;
|
|
line-height: 130%;
|
|
color: #838BA9;
|
|
text-align: right;
|
|
}
|
|
.projectDetail .chatWrap li.external .message {
|
|
background: #EFF4F8;
|
|
border-radius: 4px 4px 0px 4px;
|
|
}
|
|
.projectDetail .chatWrap li.internal .message {
|
|
background: #E5F2FF;
|
|
border-radius: 4px 4px 4px 0px;
|
|
}
|
|
.projectDetail .chatWrap form{
|
|
position: relative;
|
|
margin: 0;
|
|
margin-top: 15px;
|
|
height: 50px;
|
|
}
|
|
.projectDetail .chatWrap textarea{
|
|
width: 100%;
|
|
background: #F1F4F6;
|
|
border: 1px solid #E8F1F3;
|
|
border-radius: 0px 0px 4px 4px;
|
|
padding: 15px 83px 0 19px;
|
|
height: 50px;
|
|
margin: 0px;
|
|
resize: none;
|
|
font-family: 'proxima_nova_rgregular';
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-size: 15px;
|
|
line-height: 20px;
|
|
color: #7990A6;
|
|
}
|
|
.projectDetail .chatWrap .snkMessage{
|
|
position: absolute;
|
|
width: 24px;
|
|
height: 24px;
|
|
right: 12px;
|
|
top: 13px;
|
|
margin: 0;
|
|
border: none;
|
|
background-size: cover;
|
|
background-image: url(/assets/images/PaperPlaneRight.svg);
|
|
background-color: transparent;
|
|
}
|
|
.projectDetail .chatWrap .snkMessage:hover{
|
|
background-image: url(/assets/images/PaperPlaneRightHover.svg);
|
|
}
|
|
.projectDetail .chatWrap .fileinput-wrapper{
|
|
position: absolute!important;
|
|
right: 58px;
|
|
top: 13px;
|
|
overflow: visible!important;
|
|
}
|
|
.projectDetail .chatWrap .msgUpload{
|
|
width: 1px;
|
|
height: 1px;
|
|
}
|
|
.projectDetail .chatWrap .msgUploadIcon{
|
|
width: 24px;
|
|
height: 24px;
|
|
margin: 0;
|
|
border: none;
|
|
background-size: cover;
|
|
background-image: url(/assets/images/Paperclip.svg);
|
|
cursor: pointer;
|
|
}
|
|
.projectDetail .chatWrap .msgUploadIcon:hover{
|
|
background-image: url(/assets/images/PaperclipHover.svg);
|
|
}
|
|
.projectDetail .backToProjects{
|
|
margin-top: 50px;
|
|
background: #3F7BDD;
|
|
color: #FFFFFF;
|
|
}
|
|
.projectDetail .promptSmall{
|
|
width: 175px;
|
|
position: absolute;
|
|
display: none;
|
|
font-family: 'proxima_nova_rgregular';
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-size: 14px;
|
|
line-height: 140%;
|
|
color: #8F96A9;
|
|
background: #FFFFFF;
|
|
border: 1px solid #F1F4F6;
|
|
box-sizing: border-box;
|
|
box-shadow: 0px 4px 20px rgba(28, 77, 157, 0.09);
|
|
border-radius: 4px;
|
|
right: 0px;
|
|
top: 40px;
|
|
}
|
|
.projectDetail .fileinput-wrapper .promptSmall{
|
|
margin-top: -13px;
|
|
width: 145px;
|
|
}
|
|
.projectDetail .prompt:hover+.promptText {
|
|
display: block;
|
|
}
|
|
/*scroll*/
|
|
.mCSB_scrollTools{
|
|
width: 10px;
|
|
margin: 15px 0;
|
|
margin-right: 10px;
|
|
}
|
|
.mCSB_inside > .mCSB_container{
|
|
margin-right: 32px;
|
|
}
|
|
.chat .mCSB_inside > .mCSB_container{
|
|
margin-right: 36px;
|
|
}
|
|
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
|
|
background: #1253BC;
|
|
border-radius: 11px;
|
|
width: 6px;
|
|
}
|
|
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
|
|
background: #1253BC;
|
|
}
|
|
.mCSB_scrollTools .mCSB_draggerContainer{
|
|
width: 10px;
|
|
background: #E7F3FF;
|
|
border-radius: 11px;
|
|
}
|
|
.scrollWrap .mCSB_scrollTools .mCSB_draggerContainer{
|
|
margin-top: 100px;
|
|
}
|
|
.mCSB_scrollTools .mCSB_draggerRail{
|
|
display: none;
|
|
}
|
|
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
|
|
background: #1253BC;
|
|
}
|
|
/*horizontal*/
|
|
.mCSB_scrollTools_horizontal .mCSB_draggerContainer{
|
|
width: calc(100% - 10px)!important;
|
|
margin: 0 5px;
|
|
}
|
|
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools_horizontal{
|
|
width: 100%!important;
|
|
}
|
|
.mCSB_horizontal.mCSB_inside > .mCSB_container {
|
|
margin-bottom: 0px;
|
|
}
|
|
.mCSB_scrollTools.mCSB_scrollTools_horizontal{
|
|
height: 10px;
|
|
}
|
|
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
|
|
height: 6px;
|
|
margin: 2px auto;
|
|
}
|
|
/*tabs*/
|
|
.navtabsWrap {
|
|
margin-bottom: 28px;
|
|
padding-bottom: 10px;
|
|
}
|
|
.tabNavs{
|
|
border-bottom: solid 1px #D1E2F3;
|
|
}
|
|
|
|
.tabs {
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
.tab {
|
|
padding: 11px 30px;
|
|
font-family: 'proxima_nova_rgregular';
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
line-height: 17px;
|
|
font-feature-settings: 'pnum'on, 'lnum'on;
|
|
color: #A5C3E1;
|
|
border-bottom: solid 1px #D1E2F3;
|
|
margin-bottom: -1px;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.tab:last-child {
|
|
margin-right: 0px;
|
|
}
|
|
|
|
.tab:hover {
|
|
color: #1253BC;
|
|
}
|
|
|
|
.tabContent {
|
|
display: none;
|
|
}
|
|
|
|
.tabContentActive {
|
|
display: block;
|
|
}
|
|
|
|
.tab.tabActive {
|
|
color: #1253BC;
|
|
border: solid 1px #D1E2F3;
|
|
border-bottom: solid 1px #FFFFFF;
|
|
}
|
|
/*accordeon*/
|
|
.accordeon-item-header {
|
|
cursor: pointer;
|
|
padding: 18px 10px;
|
|
margin: 0 20px;
|
|
position: relative;
|
|
}
|
|
.accordeon-item-content {
|
|
display: none;
|
|
}
|
|
.accordeon-item {
|
|
margin-bottom: 10px;
|
|
background: #FFFFFF;
|
|
box-shadow: 0px 2px 12px rgba(61, 77, 94, 0.03);
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.accordeon-item-content {
|
|
padding: 0px;
|
|
margin: 0 20px;
|
|
border-top: 1px solid #D1E2F3;
|
|
}
|
|
.accordeon-item-header::after {
|
|
content: '';
|
|
display: block;
|
|
background-image: url(/assets/images/CaretDownBlue.svg);
|
|
height: 16px;
|
|
width: 16px;
|
|
right: 0px;
|
|
top: calc(50% - 8px);
|
|
position: absolute;
|
|
background-size: contain;
|
|
transition: all 0.3s;
|
|
}
|
|
.show .accordeon-item-header::after {
|
|
transform: rotate(180deg);
|
|
}
|
|
.blue-accordeon.accordeon-item{
|
|
background: #DBEAFE;
|
|
padding: 20px 0;
|
|
margin-bottom: 20px;
|
|
}
|
|
.blue-accordeon .accordeon-item-header p{
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
font-family: 'proxima_nova_rgregular';
|
|
color: #002F67;
|
|
margin: 0;
|
|
}
|
|
.blue-accordeon .accordeon-item-header {
|
|
padding: 0px 39px;
|
|
margin: 0 15px;
|
|
background-image: url(/assets/images/QuestionBlue.svg);
|
|
background-size: 24px 24px;
|
|
background-position: left center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.blue-accordeon .accordeon-item-content {
|
|
margin: 0 54px;
|
|
border-top: none;
|
|
}
|
|
.blue-accordeon .accordeon-item-content p{
|
|
font-size: 14px;
|
|
line-height: 140%;
|
|
color: #002F67;
|
|
font-weight: 500;
|
|
font-family: 'proxima_nova_rgregular';
|
|
}
|
|
.blue-accordeon .accordeon-item-content .pointHeader{
|
|
margin-top: 22px;
|
|
margin-bottom: 5px;
|
|
font-family: 'proxima_nova_rgbold';
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
line-height: 140%;
|
|
color: #002F67;
|
|
}
|
|
/*select*/
|
|
.snk .selectize-input{
|
|
height: 49px;
|
|
border-radius: 5px;
|
|
border: 1px solid #D1E2F3;
|
|
padding: 0px 16px;
|
|
display: flex!important;
|
|
align-items: center;
|
|
}
|
|
.snk select.selectize {
|
|
height: 49px;
|
|
border-radius: 5px;
|
|
border: 1px solid #D1E2F3;
|
|
padding: 0px 20px;
|
|
}
|
|
.snk .selectize-input:hover{
|
|
border: 1px solid #3F7BDD;;
|
|
}
|
|
.snk .selectize-input .item{
|
|
font-family: 'proxima_nova_rgregular';
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-size: 14px;
|
|
line-height: 17px;
|
|
color: #525B60;
|
|
|
|
}
|
|
/*big search*/
|
|
.bigSearchWrap{
|
|
position: relative;
|
|
}
|
|
.bigSearchWrap button{
|
|
position: absolute;
|
|
width: 20px;
|
|
height: 20px;
|
|
background-size: cover;
|
|
background-image: url(/assets/images/MagnifyingGlass.svg);
|
|
background-color: transparent;
|
|
border: none;
|
|
right: 16px;
|
|
top: 13px;
|
|
}
|
|
.bigSearchWrap button:hover{
|
|
background-image: url(/assets/images/MagnifyingGlassHover.svg);
|
|
}
|
|
.bigSearchWrap input{
|
|
width: 100%;
|
|
height: 46px;
|
|
border: 1px solid #D1E2F3;
|
|
border-radius: 5px;
|
|
font-family: 'proxima_nova_rgregular';
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-size: 14px;
|
|
line-height: 17px;
|
|
padding-left: 16px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.bigSearchWrap input:hover{
|
|
border: 1px solid #3F7BDD;
|
|
}
|
|
.bigSearchWrap input::placeholder{
|
|
font-family: 'proxima_nova_rgregular';
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-size: 14px;
|
|
line-height: 17px;
|
|
color: #525B60;
|
|
}
|
|
/*аплоадер*/
|
|
.input-file__button{
|
|
padding: 12px 20px;
|
|
background: #3F7BDD;
|
|
border-radius: 5px;
|
|
color: #FFFFFF;
|
|
font-family: 'proxima_nova_rgregular';
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
line-height: 17px;
|
|
border: none;
|
|
margin-right: 22px;
|
|
}
|
|
.input-file__button:hover{
|
|
text-decoration: underline;
|
|
}
|
|
.input-file__wrapper{
|
|
display: flex!important;
|
|
align-items: center;
|
|
color: #525B60;
|
|
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
line-height: 17px;
|
|
cursor: pointer;
|
|
}
|
|
.mobileOnly{
|
|
display: none;
|
|
}
|
|
.stat .header{
|
|
padding: 16px 20px 12px 30px;
|
|
font-family: 'proxima_nova_rgregular';
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
font-size: 15px;
|
|
line-height: 18px;
|
|
color: #263238;
|
|
}
|
|
.stat .all{
|
|
font-family: 'proxima_nova_rgregular';
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
font-size: 15px;
|
|
line-height: 18px;
|
|
font-feature-settings: 'pnum' on, 'lnum' on;
|
|
color: #263238;
|
|
width: calc(50% - 10px);
|
|
}
|
|
.stat .period{
|
|
font-family: 'proxima_nova_rgregular';
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-size: 15px;
|
|
line-height: 18px;
|
|
font-feature-settings: 'pnum' on, 'lnum' on;
|
|
color: #263238;
|
|
width: calc(50% + 10px);
|
|
padding-right: 20px;
|
|
padding-left: 30px;
|
|
}
|
|
.stat p{
|
|
font-family: 'proxima_nova_rgregular';
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-size: 15px;
|
|
line-height: 18px;
|
|
color: #525B60;
|
|
margin-bottom: 6px;
|
|
}
|
|
.stat .spaceBetween{
|
|
padding-bottom: 13px;
|
|
}
|
|
.publications .stat:nth-child(odd){
|
|
background: #EEF3F8;
|
|
}
|
|
@media screen and (max-width:1199px) {
|
|
#editBio .popupWrap {
|
|
margin: 0 30px;
|
|
}
|
|
}
|
|
@media screen and (max-width:990px) {
|
|
.bannerwrap p span.glyphicon {
|
|
font-size: 20px;
|
|
color: #BF392D;
|
|
float: left;
|
|
margin-left: 10px;
|
|
}
|
|
.bannerwrap p span {
|
|
font-size: 21px;
|
|
}
|
|
.bannerwrap p i {
|
|
font-size: 19px;
|
|
line-height: 17px;
|
|
}
|
|
.bannerwrap {
|
|
padding-left: 0;
|
|
}
|
|
.submainmenu li a,
|
|
.mainmenu li a {
|
|
font-size: 16px;
|
|
}
|
|
.showmobile1 span {
|
|
top: 2px;
|
|
padding-right: 10px;
|
|
font-size: 14px;
|
|
font-weight: normal;
|
|
}
|
|
.gtxinmenu {
|
|
bottom: auto;
|
|
position: absolute;
|
|
z-index: 10;
|
|
top: 10px;
|
|
right: 0;
|
|
width: 195px;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
.gtxinmenu .btn-warning {
|
|
width: 100%;
|
|
border: 1px solid #D98F52;
|
|
border-radius: 0 0 5px 5px !important;
|
|
margin-left: 0 !important;
|
|
}
|
|
.gtxinmenu .btn-email {
|
|
border: 1px solid #D98F52;
|
|
border-radius: 5px 5px 0 0 !important;
|
|
margin-left: 0 !important;
|
|
width: 100%;
|
|
}
|
|
.mainmenu .container,
|
|
.submainmenu .container {
|
|
width: 100%;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
.mainmenu ul {
|
|
width: 100%;
|
|
}
|
|
.submainmenu .navbar-nav {
|
|
height: auto;
|
|
display: none;
|
|
}
|
|
.submainmenu {
|
|
min-height: 0;
|
|
}
|
|
.submainmenu .navbar-nav>li,
|
|
.submainmenu .navbar-nav>li:last-child {
|
|
width: 100%;
|
|
border-left: none;
|
|
border-right: none;
|
|
}
|
|
.header-wrapper h2 {
|
|
font-size: 29px;
|
|
padding-top: 18px;
|
|
}
|
|
.header-wrapper h3 {
|
|
font-size: 19px;
|
|
}
|
|
.mainmenu .navbar-nav>li {
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
.mainmenu {
|
|
background-size: cover;
|
|
}
|
|
.mainmenu .navbar-nav {
|
|
display: none;
|
|
}
|
|
.showmobile1 {
|
|
display: inline-block;
|
|
}
|
|
.submainmenu .navbar-nav li ul {
|
|
display: none;
|
|
position: relative;
|
|
width: 100%;
|
|
}
|
|
.submainmenu .navbar-nav li:hover ul {
|
|
display: none;
|
|
}
|
|
.science .snkprojectWrap p{
|
|
font-size: 14px;
|
|
line-height: 17px;
|
|
}
|
|
.science .snkprojectWrap p.name{
|
|
font-size: 18px;
|
|
line-height: 22px;
|
|
}
|
|
.science .snkprojectWrap p{
|
|
font-size: 14px;
|
|
line-height: 17px;
|
|
}
|
|
.science .snkprojectWrap .buttons a{
|
|
font-size: 13px;
|
|
line-height: 16px;
|
|
}
|
|
.science .snkprojectWrap .mainInfo {
|
|
padding-left: 30px;
|
|
}
|
|
.science .snkprojectWrap .addInfo {
|
|
padding-left: 26px;
|
|
}
|
|
.snk .pseudo-col-5 {
|
|
width: 33%;
|
|
padding-right: 30px;
|
|
}
|
|
.snk .pseudo-col-4 {
|
|
width: 33%;
|
|
padding-right: 30px;
|
|
}
|
|
.snk .pseudo-col-3 {
|
|
width: 34%;
|
|
}
|
|
.snk .snkFilter button {
|
|
padding: 15px 20px;
|
|
}
|
|
.science .blueWrap p.count{
|
|
font-size: 13px;
|
|
line-height: 16px;
|
|
margin-bottom: 5px;
|
|
}
|
|
.science .blueWrap h4{
|
|
font-size: 20px;
|
|
line-height: 24px;
|
|
margin-bottom: 15px;
|
|
}
|
|
.science .blueWrap p{
|
|
font-size: 14px;
|
|
line-height: 17px;
|
|
}
|
|
.science .blueWrap a{
|
|
font-size: 13px;
|
|
line-height: 16px;
|
|
}
|
|
.science .blueWrap a{
|
|
margin-top: 57px;
|
|
}
|
|
.science .blueWrap:not(.large) a{
|
|
margin-top: 35px;
|
|
}
|
|
.science .blueWrap{
|
|
padding: 30px;
|
|
padding-bottom: 25px;
|
|
margin-bottom: 40px;
|
|
}
|
|
.science .btnShowAll{
|
|
margin-bottom: 40px;
|
|
}
|
|
.science .snkprojectWrap{
|
|
padding: 30px 0;
|
|
}
|
|
.science .snkprojectWrap.project p{
|
|
font-size: 13px;
|
|
line-height: 16px;
|
|
}
|
|
.science .snkprojectWrap.project p.name{
|
|
margin-bottom: 20px;
|
|
font-size: 18px;
|
|
line-height: 22px;
|
|
}
|
|
.science .bio p{
|
|
font-size: 13px;
|
|
line-height: 16px;
|
|
}
|
|
.science .bio h4{
|
|
font-size: 20px;
|
|
line-height: 24px;
|
|
}
|
|
.science .bio{
|
|
padding: 26px 22px 27px 30px;
|
|
}
|
|
#editBio .popupCloseX{
|
|
width: 16px;
|
|
height: 16px;
|
|
top: 13.5px;
|
|
}
|
|
#editBio .header{
|
|
font-size: 15px;
|
|
line-height: 18px;
|
|
padding: 15px 0 10px 24px
|
|
}
|
|
#editBio form {
|
|
padding: 13px 17px 24px 20px;
|
|
}
|
|
.sciencePortfolioWrap .science_list{
|
|
padding: 0 7px;
|
|
}
|
|
.sciencePortfolioWrap .protfolio_subtitle{
|
|
padding-left: 7px;
|
|
}
|
|
.accordeon-item-header{
|
|
padding: 18px 10px;
|
|
}
|
|
.snkApplicationFormSubmitBtn.btn.btn-primary{
|
|
margin-bottom: 40px;
|
|
}
|
|
#applicationMessage p{
|
|
font-size: 18px;
|
|
line-height: 22px;
|
|
}
|
|
.projectDetail .aboutProject{
|
|
font-size: 14px;
|
|
line-height: 140%;
|
|
}
|
|
.projectDetail .detailInfoWrap {
|
|
padding: 13px 25px;
|
|
}
|
|
.projectDetail .aboutProject{
|
|
margin-bottom: 35px;
|
|
}
|
|
.projectDetail .chatWrap li .message {
|
|
max-width: 66%;
|
|
}
|
|
.science .aboutPortfolioWrap h4 {
|
|
font-size: 20px;
|
|
line-height: 24px;
|
|
}
|
|
.science .aboutPortfolioText{
|
|
font-size: 14px;
|
|
line-height: 17px;
|
|
}
|
|
.science .aboutPortfolio{
|
|
padding-top: 30px;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width:767px) {
|
|
.applicationLinks{
|
|
margin: 10px 0;
|
|
}
|
|
.headlogowrap {
|
|
min-height: 90px;
|
|
}
|
|
form.new-order-wrapper fieldset {
|
|
padding: 0;
|
|
margin: 0;
|
|
border-left: none;
|
|
}
|
|
.bannerwrap p span {
|
|
font-size: 18px;
|
|
}
|
|
form.new-order-wrapper fieldset legend {
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
margin-bottom: 15px;
|
|
line-height: 30px;
|
|
height: auto;
|
|
min-height: 23px;
|
|
}
|
|
.gtxinmenu {
|
|
bottom: auto;
|
|
position: relative;
|
|
z-index: 10;
|
|
top: 10px;
|
|
right: auto;
|
|
width: 195px;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
margin: 0 auto;
|
|
}
|
|
.headlogowrap {
|
|
margin: 0 auto;
|
|
display: table;
|
|
width: 120px;
|
|
}
|
|
.header-wrapper h2 {
|
|
font-size: 29px;
|
|
text-align: center;
|
|
margin-top: 20px;
|
|
}
|
|
.header-wrapper h3 {
|
|
font-size: 20px;
|
|
text-align: center;
|
|
margin-bottom: 0;
|
|
}
|
|
.headtextwrap .btn-group {
|
|
float: none !important;
|
|
margin: 0 auto;
|
|
display: table;
|
|
}
|
|
#news-list h3 {
|
|
text-align: center;
|
|
}
|
|
#news-list .col-xs-2,
|
|
#news-list .col-xs-10 {
|
|
width: 100%;
|
|
}
|
|
#clock {
|
|
font-size: 21px;
|
|
text-align: center;
|
|
margin-bottom: 40px;
|
|
display: none;
|
|
}
|
|
h1,
|
|
.h1 {
|
|
font-size: 29px;
|
|
}
|
|
.footer>div {
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
.science .snkprojectWrap{
|
|
flex-wrap: wrap;
|
|
}
|
|
.science .snkprojectWrap .mainInfo{
|
|
width: 100%;
|
|
}
|
|
.science .snkprojectWrap .addInfo {
|
|
width: 100%;
|
|
}
|
|
.science .snkprojectWrap .buttons a{
|
|
display: none;
|
|
}
|
|
.science .snkprojectWrap .buttons.buttonsMobile a{
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
.science .snkprojectWrap .buttons.buttonsMobile a:not(:first-child){
|
|
margin-top: 20px;
|
|
}
|
|
.science .snkprojectWrap::after {
|
|
display: none;
|
|
}
|
|
.science .snkprojectWrap .addInfo{
|
|
border-top: 1px solid #D1E2F3;
|
|
padding: 0;
|
|
padding-top: 15px;
|
|
}
|
|
.science .snkprojectWrap.resident .addInfo{
|
|
border-top: 1px solid rgba(255, 255, 255, 0.5);
|
|
}
|
|
.science .snkprojectWrap .mainInfo {
|
|
padding: 0px;
|
|
}
|
|
.science .snkprojectWrap{
|
|
padding: 25px 20px;
|
|
}
|
|
.science .snkprojectWrap .buttons a:nth-child(2) {
|
|
margin-left: 0px;
|
|
}
|
|
.science .snkprojectWrap p.name {
|
|
margin-bottom: 10px;
|
|
}
|
|
.science .snkprojectWrap p.description {
|
|
margin-bottom: 15px;
|
|
}
|
|
.science .snkprojectWrap .addInfo .info{
|
|
margin-bottom: 15px;
|
|
}
|
|
.science .snkprojectWrap .buttons.buttonsMobile{
|
|
margin-top: 30px;
|
|
width: 100%;
|
|
}
|
|
.snk .pseudo-col-5 {
|
|
width: 100%;
|
|
padding-right: 0px;
|
|
margin-bottom: 15px;
|
|
}
|
|
.snk .pseudo-col-4 {
|
|
width: 100%;
|
|
padding-right: 0px;
|
|
margin-bottom: 15px;
|
|
}
|
|
.snk .pseudo-col-3 {
|
|
width: 100%;
|
|
}
|
|
.snk .snkFilter .spaceBetween{
|
|
flex-wrap: wrap;
|
|
}
|
|
.snk .snkFilter button{
|
|
text-align: center;
|
|
width: calc(50% - 15px);
|
|
}
|
|
.snk h4{
|
|
margin-bottom: 15px;
|
|
}
|
|
.page-header{
|
|
margin-bottom: 24px;
|
|
}
|
|
.blue-accordeon .accordeon-item-header {
|
|
padding: 0px 31px;
|
|
margin: 0 12px;
|
|
}
|
|
.blue-accordeon .accordeon-item-header p{
|
|
font-size: 14px;
|
|
line-height: 17px;
|
|
}
|
|
.science .blueWrap.large p {
|
|
width: 80%;
|
|
}
|
|
.science .blueWrap{
|
|
padding: 20px;
|
|
padding-top: 28px;
|
|
}
|
|
.science .blueWrap.large{
|
|
background-position-x: 111%;
|
|
}
|
|
.science .blueWrap{
|
|
margin-bottom: 20px;
|
|
}
|
|
.science .blueWrap h4{
|
|
margin-bottom: 10px;
|
|
width: 80%;
|
|
}
|
|
.science .blueWrap a {
|
|
margin-top: 44px;
|
|
}
|
|
.science .snkprojectWrap.project .buttons.buttonsMobile a{
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
.science .bio{
|
|
flex-wrap: wrap;
|
|
margin-top: 0;
|
|
}
|
|
.science .bio h4{
|
|
margin-bottom: 20px;
|
|
}
|
|
#editBio{
|
|
width: calc(100% - 55px);
|
|
margin: auto;
|
|
}
|
|
#editBio .popupWrap{
|
|
margin: 0;
|
|
}
|
|
#editBio .header{
|
|
font-size: 15px;
|
|
line-height: 18px;
|
|
padding: 15px 0 10px 11px
|
|
}
|
|
#editBio form {
|
|
padding: 13px 11px 11px 11px;
|
|
}
|
|
.mCSB_scrollTools {
|
|
margin-right: 5px;
|
|
}
|
|
.mCSB_inside > .mCSB_container {
|
|
margin-right: 13px;
|
|
}
|
|
#editBio .popupCloseX{
|
|
right: 12px;
|
|
}
|
|
.showAllWrap{
|
|
margin-top: 20px;
|
|
}
|
|
.sciencePortfolioWrap .protfolio_subtitle{
|
|
font-size: 16px;
|
|
line-height: 19px;
|
|
}
|
|
.sciencePortfolioWrap ol b{
|
|
font-size: 15px;
|
|
line-height: 18px;
|
|
}
|
|
.sciencePortfolioWrap ol li{
|
|
font-size: 14px;
|
|
line-height: 17px;
|
|
}
|
|
form.new-order-wrapper fieldset legend{
|
|
margin-left: 0;
|
|
padding-top: 60px;
|
|
}
|
|
form.new-order-wrapper fieldset legend>span.num {
|
|
left: 0px;
|
|
top: 20px;
|
|
}
|
|
form.new-order-wrapper fieldset .form-descriprion{
|
|
margin-left: 0;
|
|
}
|
|
.fileinput-wrapper{
|
|
width: 100%;
|
|
}
|
|
.input-file__wrapper{
|
|
width: 100%;
|
|
flex-wrap: wrap;
|
|
}
|
|
.input-file__button{
|
|
width: 100%;
|
|
margin-right: 0;
|
|
margin-bottom: 10px;
|
|
text-align: center;
|
|
}
|
|
.filename{
|
|
width: 100%;
|
|
margin-right: 0;
|
|
margin-bottom: 20px;
|
|
text-align: center;
|
|
}
|
|
.snkApplicationForm .promptText{
|
|
max-width: 320px;
|
|
right: 0px;
|
|
top: 90px;
|
|
}
|
|
#applicationMessage{
|
|
width: 320px;
|
|
}
|
|
.projectDetail .detailInfoWrap {
|
|
padding: 13px 20px;
|
|
margin-bottom: 10px;
|
|
}
|
|
.projectDetail .aboutProject {
|
|
margin-top: 24px;
|
|
}
|
|
.projectDetail .chatWrap ul {
|
|
padding: 23px 10px 0 10px;
|
|
min-height: 450px;
|
|
}
|
|
.projectDetail .backToProjects {
|
|
margin-top: 34px;
|
|
}
|
|
.projectDetail .chatWrap li .message {
|
|
max-width: 90%;
|
|
}
|
|
.science .aboutPortfolioWrap h4 {
|
|
font-size: 18px;
|
|
line-height: 22px;
|
|
}
|
|
.science .aboutPortfolio{
|
|
padding-top: 20px;
|
|
padding-left: 15px;
|
|
}
|
|
.science .aboutPortfolioWrap::after{
|
|
right: -164px;
|
|
top: 29px;
|
|
}
|
|
.science .aboutPortfolio{
|
|
height: auto;
|
|
padding-bottom: 27px;
|
|
}
|
|
.science .aboutPortfolioWrap{
|
|
overflow: hidden;
|
|
}
|
|
.sciencePortfolioWrap h2{
|
|
font-size: 16px;
|
|
line-height: 19px;
|
|
}
|
|
.accordeon-item-header{
|
|
padding: 18px 0px;
|
|
}
|
|
.desktopTab{
|
|
display: none;
|
|
}
|
|
.mobileOnly{
|
|
display: block;
|
|
}
|
|
.accordeon-item-content {
|
|
margin: 0;
|
|
}
|
|
.sciencePortfolioWrap .indexWrap{
|
|
margin: 0 10px;
|
|
width: calc(100% - 20px);
|
|
height: 44px;
|
|
margin-top: 10px;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
align-items: center;
|
|
padding: 0%;
|
|
text-align: center;
|
|
}
|
|
.sciencePortfolioWrap .indexWrap .question{
|
|
margin-right: 9px;
|
|
}
|
|
.sciencePortfolioWrap .promptText {
|
|
left: 0px;
|
|
top: 50px;
|
|
width: 320px;
|
|
}
|
|
.publications td{
|
|
min-width: 90px;
|
|
}
|
|
.sciencePortfolioWrap .publications .table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
|
|
background-color: white;
|
|
}
|
|
.sciencePortfolioWrap .publications .table-striped>tbody>tr:nth-child(4n+1)>td, .table-striped>tbody>tr:nth-child(4n+1)>th {
|
|
background-color: #EEF3F8;
|
|
}
|
|
.sciencePortfolioWrap .publications .table-striped>tbody>tr:nth-child(4n+2)>td, .table-striped>tbody>tr:nth-child(4n+2)>th {
|
|
background-color: #EEF3F8;
|
|
}
|
|
.sciencePortfolioWrap .publications .total p{
|
|
font-weight: normal;
|
|
}
|
|
.sciencePortfolioWrap .publications td p{
|
|
margin-bottom: 0;
|
|
}
|
|
.file-name.total{
|
|
width: 100%;
|
|
display: block;
|
|
}
|
|
}
|
|
@media screen and (max-width:575px) {
|
|
.science .blueWrap.large {
|
|
background-position-x: 168%;
|
|
}
|
|
}
|
|
@media screen and (max-width:374px) {
|
|
#editBio{
|
|
width: calc(100% - 20px);
|
|
}
|
|
#editBio .header {
|
|
font-size: 14px;
|
|
}
|
|
.tab{
|
|
padding: 11px 20px;
|
|
}
|
|
.snkApplicationForm .promptText{
|
|
max-width: 250px;
|
|
right: 0px;
|
|
top: 90px;
|
|
}
|
|
#applicationMessage{
|
|
width: 250px;
|
|
}
|
|
.sciencePortfolioWrap .promptText {
|
|
width: 250px;
|
|
}
|
|
} |