476 lines
8.8 KiB
SCSS
476 lines
8.8 KiB
SCSS
@charset "utf-8";
|
|
|
|
@import "../initial";
|
|
|
|
@media (min-width: 1150px) {
|
|
.container {
|
|
width: 1170px;
|
|
}
|
|
}
|
|
|
|
.layout-content {
|
|
|
|
margin-bottom: 2em;
|
|
background: url(/assets/site-bg-container.jpg);
|
|
|
|
.container {
|
|
@extend .response-content;
|
|
}
|
|
}
|
|
|
|
a {
|
|
color: #337ab7;
|
|
}
|
|
|
|
a:link,
|
|
a:visited {
|
|
color: #337ab7;
|
|
}
|
|
|
|
hr {
|
|
margin-top: 6px;
|
|
}
|
|
|
|
.btn {
|
|
border: 0;
|
|
color: #fff!important;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.jobs-table .btn,
|
|
{
|
|
color: #fff!important;
|
|
border-radius: 2px!important;
|
|
border: 0;
|
|
transform: scale(.9);
|
|
-webkit-transition: all .5s ease-in-out;
|
|
-moz-transition: all .5s ease-in-out;
|
|
-o-transition: all .5s ease-in-out;
|
|
-ms-transition: all .5s ease-in-out;
|
|
transition: all .5s ease-in-out;
|
|
&:hover {
|
|
transform: scale(1);
|
|
}
|
|
}
|
|
|
|
.btn-primary {
|
|
background-color: #d8a946!important;
|
|
&:hover {
|
|
background-color: #c39533!important;
|
|
}
|
|
}
|
|
|
|
.btn-danger {
|
|
background-color: #ad1010;
|
|
border: 0;
|
|
&:hover {
|
|
background-color: #ce1010!important;
|
|
}
|
|
}
|
|
|
|
.btn-info,
|
|
.fileupload .btn-file {
|
|
background-color: #167fb3!important;
|
|
&:hover {
|
|
background-color: #3b96c3!important;
|
|
}
|
|
}
|
|
|
|
.btn[disabled] {
|
|
opacity: .3;
|
|
&:hover {
|
|
transform: scale(.9)!important;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/*.fileupload .btn-file {
|
|
background: #167fb3;
|
|
}*/
|
|
|
|
.btn-warning {
|
|
background-color: #666;
|
|
&:hover {
|
|
background-color: #888!important;
|
|
}
|
|
}
|
|
|
|
.btn-success {
|
|
background-color: #c12968;
|
|
&:hover {
|
|
background-color: #e65a94!important;
|
|
}
|
|
}
|
|
|
|
.btn-default {
|
|
background-color: #ccc;
|
|
&:hover {
|
|
background-color: #777!important;
|
|
}
|
|
}
|
|
|
|
input {
|
|
border-width: 1px;
|
|
/*border-color: #89c3d9!important;*/
|
|
border-radius: 2px;
|
|
padding-left: .2em;
|
|
/*background-color: #666!important;*/
|
|
}
|
|
|
|
.nav-tabs>li>a {
|
|
border-radius: 3px 3px 0 0;
|
|
background: #647485;
|
|
color: #fff;
|
|
&:hover {
|
|
/*color: #555!important;*/
|
|
background: #333;
|
|
}
|
|
}
|
|
|
|
.layout-header {
|
|
background: url(/assets/footer-bg.png);
|
|
.navbar-header {
|
|
margin-top: -1em;
|
|
}
|
|
.navbar-header .navbar-brand .site-logo {
|
|
width: 100%!important;
|
|
height: auto!important;
|
|
max-width: 170px;
|
|
@media (max-width: 768px) {
|
|
max-width: 120px;
|
|
}
|
|
}
|
|
.navbar-header .navbar-brand {
|
|
margin: 0!important;
|
|
}
|
|
}
|
|
|
|
.layout-content {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.layout-slide {
|
|
background: #fff!important;
|
|
margin-bottom: 0!important;
|
|
}
|
|
|
|
.layout-content-inner.container {
|
|
background: #ffffff;
|
|
padding: 2em 3em;
|
|
box-shadow: 0 0 9px 1px #ccc;
|
|
min-height: 600px;
|
|
@media (max-width: 768px) {
|
|
padding: 1em 1.5em;
|
|
}
|
|
}
|
|
|
|
.layout-footer {
|
|
background: url(/assets/footer-bg.png)t;
|
|
color: #fff!important;
|
|
a {
|
|
color: #e7d5b6!important;
|
|
}
|
|
}
|
|
|
|
.ba-banner-widget-3 {
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
max-width: 1170px;
|
|
}
|
|
|
|
.language-nav {
|
|
border-bottom: 1px solid #a0d5e6;
|
|
li {
|
|
margin-bottom: -1px;
|
|
a {
|
|
padding: 5px 8px 6px;
|
|
border-radius: 4px 4px 0 0;
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.index-content-inner {
|
|
display: table;
|
|
.index-part {
|
|
width: 100%;
|
|
background: #e3e3e3;
|
|
padding-top: .2em;
|
|
text-align: center;
|
|
padding-bottom: .8em;
|
|
h4 {
|
|
margin-top: 0;
|
|
line-height: .6em;
|
|
}
|
|
}
|
|
}
|
|
|
|
.page-module-title {
|
|
border-bottom: 2px solid #1d84c3;
|
|
}
|
|
|
|
textarea.form-control {
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
#pseudo_member_login_form.form-horizontal {
|
|
width: 320px;
|
|
margin: 100px auto;
|
|
border: 1px solid #ccc;
|
|
padding: 2em 1.5em 1em .5em;
|
|
@media (max-width: 768px) {
|
|
width: 207px;
|
|
}
|
|
.control-label {
|
|
width: 100px;
|
|
padding-right: 0;
|
|
}
|
|
.col-sm-offset-2 {
|
|
text-align: right;
|
|
@media (max-width: 768px) {
|
|
text-align: center;
|
|
}
|
|
}
|
|
}
|
|
|
|
.tab-content .form-group .col-sm-offset-2 {
|
|
margin-left: 0;
|
|
.checkbox {
|
|
text-align: left;
|
|
}
|
|
}
|
|
|
|
.fileupload-remove input[type=checkbox] {
|
|
display: none;
|
|
}
|
|
|
|
.col-sm-offset-2 input[type=checkbox] {
|
|
display: block;
|
|
}
|
|
|
|
.company-title h3 {
|
|
border-bottom: 0!important;
|
|
}
|
|
|
|
.job-title {
|
|
h3 {
|
|
border-bottom: 0!important;
|
|
margin-bottom: -0.3em!important;
|
|
}
|
|
h4 {
|
|
font-size: 15px;
|
|
}
|
|
}
|
|
|
|
.member-list {
|
|
h2 {
|
|
span {
|
|
border-bottom: 2px solid #2689c5;
|
|
padding: 0 .5em .2em 1.5em;
|
|
}
|
|
&:before {
|
|
content: "▶";
|
|
margin-right: -.8em;
|
|
font-size: 30px;
|
|
vertical-align: middle;
|
|
color: #2689c5;
|
|
}
|
|
}
|
|
}
|
|
|
|
.header-title {
|
|
border-bottom: 0!important;
|
|
margin-top: 1em!important;
|
|
margin-bottom: 0!important;
|
|
}
|
|
|
|
.personal-data {
|
|
margin-bottom: 2em;
|
|
@media (min-width: 992px) {
|
|
width: 40%;
|
|
padding-right: 4em;
|
|
}
|
|
h3 {
|
|
|
|
border-bottom: 3px solid #d8773e!important;
|
|
line-height: 2em;
|
|
padding-left: .5em;
|
|
font-size: 1.4em !important;
|
|
margin-bottom: 0!important;
|
|
border-radius: .3em .3em 0 0;
|
|
background: #324961;
|
|
color: #fff;
|
|
text-align: center;
|
|
}
|
|
ul {
|
|
font-size: .8em;
|
|
background: #f3f4f5;
|
|
padding: 1em 1.5em 2em;
|
|
margin: 0;
|
|
border-radius: 0 0 .3em .3em;
|
|
li {
|
|
list-style: none;
|
|
padding-bottom: .2em;
|
|
&:before {
|
|
content: "▸";
|
|
padding-right: .5em;
|
|
color: #ccc;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.fileupload-new .fileupload-exists {
|
|
display: none;
|
|
}
|
|
|
|
.box-contact {
|
|
margin: 3em 1em;
|
|
@media (min-width: 768px) {
|
|
margin:3em 2em;
|
|
}
|
|
}
|
|
|
|
.index-pic {
|
|
display: table;
|
|
position: relative;
|
|
cursor: point;
|
|
overflow: hidden;
|
|
span {
|
|
display: table-cell;
|
|
background: #777;
|
|
position: absolute;
|
|
z-index: 999;
|
|
top: 0;
|
|
bottom: 0!important;
|
|
left: 0;
|
|
right: 0;
|
|
height: 100%;
|
|
width: 100%;
|
|
opacity: .2;
|
|
-webkit-transition: all .5s ease-in-out;
|
|
-moz-transition: all .5s ease-in-out;
|
|
-o-transition: all .5s ease-in-out;
|
|
-ms-transition: all .5s ease-in-out;
|
|
transition: all .5s ease-in-out;
|
|
}
|
|
img {
|
|
transform: scale(1);
|
|
border: 0!important;
|
|
}
|
|
&:hover span {
|
|
opacity: .0
|
|
}
|
|
&:hover img {
|
|
transform: scale(1.1);
|
|
}
|
|
}
|
|
|
|
.index-link {
|
|
.index-content {
|
|
list-style: none!important;
|
|
padding-left: 1em;
|
|
h4 {
|
|
display: inline-block;
|
|
a {
|
|
font-size: 22px!important;
|
|
}
|
|
}
|
|
.index-context {
|
|
font-size: 14px!important;
|
|
margin: 0 0 10px 1em!important;
|
|
}
|
|
&:before {
|
|
content: "▶";
|
|
padding-right: .5em;
|
|
}
|
|
}
|
|
}
|
|
|
|
.go-back-top {
|
|
background: #f59c39;
|
|
border-radius: 100%;
|
|
&:hover {
|
|
background: #f5cc50!important;
|
|
}
|
|
&:befroe {
|
|
content: "\f077";
|
|
font-family: FontAwesome;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
text-decoration: inherit;
|
|
}
|
|
}
|
|
|
|
.show-gallery .show-content .img {
|
|
-webkit-transition: all .3s ease-in-out;
|
|
-moz-transition: all .3s ease-in-out;
|
|
-o-transition: all .3s ease-in-out;
|
|
-ms-transition: all .3s ease-in-out;
|
|
transition: all .3s ease-in-out;
|
|
-webkit-filter: grayscale(80%);
|
|
/* Safari */
|
|
filter: grayscale(80%);
|
|
&:hover {
|
|
-webkit-filter: grayscale(0%);
|
|
/* Safari */
|
|
filter: grayscale(0%);
|
|
}
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget span.month {
|
|
cursor: pointer;
|
|
margin: 2px;
|
|
padding: 2px 4px;
|
|
display: block;
|
|
float: left;
|
|
&:hover {
|
|
background: #555;
|
|
color: #fff;
|
|
}
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget span.year {
|
|
cursor: pointer;
|
|
margin: 2px;
|
|
|
|
padding: 2px 4px;
|
|
display: block;
|
|
float: left;
|
|
margin: 2px 7px;
|
|
&:hover {
|
|
background: #555;
|
|
color: #fff;
|
|
}
|
|
}
|
|
|
|
|
|
.bootstrap-datetimepicker-widget {
|
|
max-width: 230px;
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget ul tr:hover {
|
|
background-color: transparent;
|
|
cursor: none;
|
|
}
|
|
|
|
.datepicker-months .table-condensed tbody tr td:hover {
|
|
background-color: transparent!important;
|
|
cursor: none!important;
|
|
color: #333;
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget ul td:hover {
|
|
background-color: transparent!important; // cursor: none!important;
|
|
color: #333!important;
|
|
}
|
|
|
|
.timepicker .timepicker-picker .table-condensed tr td:hover {
|
|
background-color: #555 !important; // cursor: pointer!important;
|
|
color: #fff !important;
|
|
}
|
|
|
|
.footer-counter {
|
|
text-align: center;
|
|
} |