html {
/*background-color: #e2e2e2;*/
margin: 0;
padding: 0;
}
body {
background-color: #fff;
color: #333;
font-size:150%;
/*font-size: .85em;*/
font-family: 'SofiaSansRegular',sans-serif;
/* font-family: Verdana,Arial,sans-serif;*/
margin: 0;
padding: 0;
}
blockquote {
font-family: Georgia, serif;
font-size: 18px;
font-style: italic;
/*width: 500px;*/
margin: 0.25em 0;
padding: 0.25em 40px;
line-height: 1.45;
position: relative;
color: #383838;
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
padding-top: 10px;
padding-bottom: 10px;
/*border-left: 10px solid #AAB2C0;*/
}
#header {
background-image: url("../images/head-background-line.jpg");
background-position: center bottom;
background-repeat: repeat-x;
}
#CaptchaInputText {
margin-top: 20px;
}
.field-validation-error {
width: 90%;
font-size: 8pt;
display: block;
position: relative;
top: -65px;
height: 0px;
white-space: nowrap;
}
.field-validation-error:after {
content: 'X';
cursor: pointer;
left: -15px;
position: relative;
}
.field-validation-error span {
border-radius: 4px;
padding: 5px 5px 5px 5px;
background-color: #FFE6BF;
position: relative;
border: 2px solid red;
white-space: nowrap;
padding-right: 15px;
}
.field-validation-error span:after {
content: ' ';
height: 0;
position: absolute;
width: 0;
border: 10px solid transparent;
border-top-color: #FFE6BF;
top: 100%;
left: 10px;
white-space: nowrap
}
.field-validation-error span:before {
content: ' ';
height: 0;
position: absolute;
width: 0;
border: 13px solid transparent;
border-top-color: red;
top: 100%;
left: 7px;
white-space: nowrap
}
/* styles for validation helpers */
.field-validation-error {
color: #CD0A0A;
}
.field-validation-error span {
background-color: #fef1ec;
}
.field-validation-valid {
display: none;
}
input.input-validation-error {
border: 1px solid #cd0a0a;
}
input[type="checkbox"].input-validation-error {
border: 0 none;
}
img {
border: none;
}
::-webkit-input-placeholder {
color: #CCCCCC;
}
:-moz-placeholder { /* Firefox 18- */
color: #CCCCCC;
}
::-moz-placeholder { /* Firefox 19+ */
color: #CCCCCC;
}
:-ms-input-placeholder {
color: #CCCCCC;
}
blockquote:before {
display: block;
content: "\201C";
font-size: 80px;
position: absolute;
left: -20px;
top: -20px;
color: #7a7a7a;
}
blockquote:after {
display: block;
content: "\201D";
font-size: 80px;
position: absolute;
right: -20px;
top: -20px;
color: #7a7a7a;
}
blockquote cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
}
blockquote cite:before {
content: "\2014 \2009";
}
.button {
font: bold 11px Arial;
text-decoration: none;
background-color: #EEEEEE;
color: #333333;
padding: 2px 6px 2px 6px;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
border-left: 1px solid #CCCCCC;
}
.print {
background: url('../images/icons/print.png') no-repeat center right !important;
width: 32px;
height: 32px;
}
.docIntegration {
background: url('../images/icons/docIntegration.png') no-repeat center right !important;
width: 32px;
height: 32px;
}
.audioCall {
background: url('../images/icons/audio-headset.png') no-repeat center right !important;
width: 32px;
height: 32px;
}
.hasSubscription {
background: url('../images/unsubscribe.png') no-repeat center right !important;
width: 32px;
height: 32px;
}
.noSubscription {
background: url('../images/subscribe.png') no-repeat center right !important;
width: 32px;
height: 32px;
}
#download {
background: none repeat scroll 0 0 #C6FFC6;
border-radius: 5px 5px 5px 5px;
color: Black;
display: inline;
}
#download a:link {
color: Black;
text-decoration: none;
}
#remove {
background: none repeat scroll 0 0 #ffd800;
border-radius: 5px 5px 5px 5px;
color: Black;
display: inline;
}
#remove a:link {
color: Black;
text-decoration: none;
}
th {
text-align: center;
padding: 5px;
}
#sidebar {
float: right;
width: 200px;
margin: 10px;
padding: 10px;
}
.round {
-moz-border-radius: 15px;
border-radius: 15px;
}
.culture-link {
/*background-color: #a7d5e1;*/
}
.culture-link img {
border: 1px solid #444444;
}
.block {
margin: 10px;
padding: 10px;
background-color: #C2C2C2;
}
a.logo {
background: url('../images/logo.png') no-repeat center right !important;
display: block;
height: 77px;
width: 266px;
}
a.logo-small {
background: url('../images/logo-small.png') no-repeat center right !important;
display: block;
height: 77px;
width: 100px;
}
.ui-autocomplete {
background-color: white;
width: 300px;
border: 1px solid #cfcfcf;
list-style-type: none;
padding-left: 0px;
}
a {
outline: none;
padding-left: 3px;
padding-right: 3px;
text-decoration: none;
-moz-transition: background-color 0.2s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
-o-transition: background-color 0.2s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
-webkit-transition: background-color 0.2s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
transition: background-color 0.2s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
}
header, footer, hgroup, nav, section {
display: block;
}
mark {
background-color: #a6dbed;
padding-left: 5px;
padding-right: 5px;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.clear-fix:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;
}
h1, h2, h3,
h4, h5, h6 {
color: #222222;
padding-bottom: 0;
}
h1 {
font-size: 1.8em;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1em;
}
h4 {
font-size: .9em;
}
h5, h6 {
font-size: .8em;
}
h5 a:link, h5 a:visited, h5 a:active {
padding: 0;
text-decoration: none;
}
/* main layout
----------------------------------------------------------*/
.content-wrapper {
margin: 0 auto;
}
.Wrapper {
margin: 0 auto;
width: 1150px;
}
#body {
clear: both;
padding-bottom: 35px
}
.main-content {
padding-top: 30px;
}
.featured + .main-content {
/*background: url("../Images/heroAccent.png") no-repeat;*/
}
header .Wrapper {
padding-top: 20px;
}
footer {
clear: both;
font-size: .8em;
height: 100px;
}
footer .Wrapper {
/*border: 1px solid #aaaaaa;
background-color: #EEEEEE;*/
color: #222222;
font-weight: bold;
padding-left: 20px;
border-top: 1px #3A5D85 solid;
}
/* site title
----------------------------------------------------------*/
.site-title {
color: #c8c8c8;
font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
font-size: 2.3em;
margin: 0;
}
.site-title a, .site-title a:hover, .site-title a:active {
background: none;
color: #c8c8c8;
outline: none;
text-decoration: none;
}
/* login
----------------------------------------------------------*/
/*#login {
display: block;
font-size: .85em;
margin: 0 0 10px;
text-align: right;
}
#login a {
background-color: #d3dce0;
margin-left: 10px;
margin-right: 3px;
padding: 2px 3px;
text-decoration: none;
}
#login a.username {
background: none;
margin: 0;
padding: 0;
text-decoration: underline;
}
#login ul {
margin: 0;
}
#login li {
display: inline;
list-style: none;
}*/
/* menu
----------------------------------------------------------*/
/*ul#menu {
font-size: 1.3em;
font-weight: 600;
margin: 0 0 5px;
padding: 0;
text-align: right;
}
ul#menu li {
display: inline;
list-style: none;
padding-left: 15px;
}
ul#menu li a {
background: none;
color: #999;
text-decoration: none;
}
ul#menu li a:hover {
color: #333;
text-decoration: none;
}*/
/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
background-color: #fff;
}
.featured .content-wrapper {
border: 1px solid #aaaaaa;
background-color: #EEEEEE;
color: #222222;
font-weight: bold;
padding: 0px 20px 00px 20px;
}
.featured hgroup {
padding-top: 1.5em;
padding-bottom: 1.5em;
}
.featured hgroup.title h1, .featured hgroup.title h2 {
color: #222222;
}
.featured p {
font-size: 1.1em;
}
/* page titles */
hgroup.title {
margin-bottom: 10px;
}
hgroup.title h1, hgroup.title h2 {
display: inline;
}
hgroup.title h2 {
font-weight: normal;
margin-left: 3px;
}
/* features */
section.feature {
width: 300px;
float: left;
padding: 10px;
}
/* ordered list */
ol.round {
list-style-type: none;
padding-left: 0;
}
ol.round li {
margin: 25px 0;
padding-left: 45px;
}
ol.round li.zero {
background: url("../Images/orderedList0.png") no-repeat;
}
ol.round li.one {
background: url("../Images/orderedList1.png") no-repeat;
}
ol.round li.two {
background: url("../Images/orderedList2.png") no-repeat;
}
ol.round li.three {
background: url("../Images/orderedList3.png") no-repeat;
}
ol.round li.four {
background: url("../Images/orderedList4.png") no-repeat;
}
ol.round li.five {
background: url("../Images/orderedList5.png") no-repeat;
}
ol.round li.six {
background: url("../Images/orderedList6.png") no-repeat;
}
ol.round li.seven {
background: url("../Images/orderedList7.png") no-repeat;
}
ol.round li.eight {
background: url("../Images/orderedList8.png") no-repeat;
}
ol.round li.nine {
background: url("../Images/orderedList9.png") no-repeat;
}
/* content */
article {
float: left;
width: 70%;
}
aside {
float: right;
width: 25%;
}
aside ul {
list-style: none;
padding: 0;
}
aside ul li {
background: url("../Images/bullet.png") no-repeat 0 50%;
padding: 2px 0 2px 20px;
}
/* login page */
#loginForm .validation-error {
display: block;
margin-left: 15px;
}
#loginForm .validation-summary-errors ul {
margin: 0;
padding: 0;
}
#loginForm .validation-summary-errors li {
display: inline;
list-style: none;
margin: 0;
}
#loginForm input[type="checkbox"],
#loginForm input[type="submit"],
#loginForm input[type="button"],
#loginForm button {
width: auto;
}
input[readonly="readonly"] {
background-color: lightyellow;
}
textarea[readonly="readonly"] {
background-color: lightyellow;
}
#socialLoginForm {
margin-left: 40px;
float: left;
width: 40%;
}
#socialLoginForm h2 {
/*margin-bottom: 5px;*/
}
#socialLoginList button {
margin-bottom: 12px;
width: 150px;
}
#logoutForm {
display: inline;
}
/* contact */
.contact h3 {
font-size: 1.2em;
}
.contact p {
margin: 5px 0 0 10px;
}
.contact iframe {
border: 1px solid #333;
margin: 5px 0 0 10px;
}
/* forms */
fieldset {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
/*border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;*/
border-color: #E5E5E5;
border-image: none;
border-style: solid;
border-width: 12px 1px 1px;
padding: 10px;
}
fieldset ol {
padding: 0;
list-style: none;
}
fieldset ol li {
padding-bottom: 5px;
}
legend {
border: 1px solid #E5E5E5;
padding: 3px 10px;
}
label {
display: inline;
font-size: 0.9em;
font-weight: 600;
}
label.fixed {
display: inline-block;
width: 200px;
}
div.fixed {
display: inline-block;
width: 200px;
}
span.required {
color: #EB0000;
}
label.checkbox {
display: inline;
}
/*input[type=text], input[type=tel], input[type=email], input[type=password] {
box-shadow: 5px 5px 18px rgba(162, 169, 14, 0.13) inset;
border-radius: 5px;
}*/
select {
padding: 2px 0px 2px 4px;
}
textarea {
font-family: inherit;
}
.triangle-right.left:after {
/*border-color: transparent #075698;*/
border-color: transparent rgb(238, 238, 238);
border-width: 15px 40px 0 0;
bottom: auto;
left: -40px;
top: 16px;
}
.triangle-right:after {
/*border-color: #075698 transparent;*/
border-color: rgb(238, 238, 238) transparent;
border-style: solid;
border-width: 20px 0 0 20px;
bottom: -20px;
content: "";
display: block;
left: 50px;
position: absolute;
width: 0;
}
.triangle-right.left {
/*background: none repeat scroll 0 0 #075698;*/
background: none repeat scroll 0 0 rgb(238, 238, 238);
margin-left: 40px;
}
.triangle-right {
/*background: linear-gradient(#2E88C4, #075698) repeat scroll 0 0 transparent;*/
background-color: rgb(238, 238, 238);
border-radius: 10px 10px 10px 10px;
/*color: #000000;*/
margin: 1em 0 1em;
padding: 15px;
position: relative;
max-width: 400px;
}
input:focus,
textarea:focus,
select:focus {
border: 1px solid #333333;
}
input[type="checkbox"] {
background: #fff;
/*border: 1px solid #AAAAAA;*/
border: none;
/*width: auto;*/
}
td.form_label {
/*width: 180px;*/
text-align: right;
}
/* editor */
.text-box.single-line,
.text-box.single-line.password {
width: 300px;
}
.text-box.multi-line {
width: 500px;
}
.list-box.tri-state {
}
.check-box {
}
/* info and errors */
.message-info {
border: 1px solid;
clear: both;
padding: 10px 20px;
}
.message-error {
clear: both;
color: #e80c4d;
font-size: 1.1em;
font-weight: bold;
margin: 20px 0 10px 0;
}
.message-success {
color: #7ac0da;
font-size: 1.3em;
font-weight: bold;
margin: 20px 0 10px 0;
}
.error {
color: #e80c4d;
}
.ui-icon-context-help {
background-image: url("../Images/icons/help.png") !important;
background-position: center;
}
.help-info {
display: inline-block !important;
}
/* jquery tooltips */
.ui-tooltip, .arrow:after {
background: #ffffff;
border: 1px solid #aaaaaa;
}
.ui-tooltip {
padding: 10px 20px;
color: #222222;
border-radius: 10px;
}
.arrow {
width: 70px;
height: 16px;
overflow: hidden;
position: absolute;
left: 50%;
margin-left: -35px;
bottom: -16px;
}
.arrow.top {
top: -16px;
bottom: auto;
}
.arrow.left {
left: 20%;
}
.arrow:after {
content: "";
position: absolute;
left: 20px;
top: -20px;
width: 25px;
height: 25px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.arrow.top:after {
bottom: -20px;
top: auto;
}
.validation-summary-errors {
/*font-weight: bold;
font-size: 1.1em;*/
/*background-color: #D9FFB2;*/
border: 1px solid #cd0a0a;
background-color: #fef1ec;
color: #cd0a0a;
margin-bottom: 10px;
padding: 7px;
}
.validation-summary-valid {
display: none;
}
/* tables
----------------------------------------------------------*/
.alternate tr:nth-child(odd) {
background-color: transparent;
}
.alternate tr:nth-child(even) {
background-color: #EEEEEE;
}
/* checkboxes
----------------------------------------------------------*/
label.checkbox {
display: inline;
}
/*.regular-checkbox {
width:2em;
height:2em;
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
outline:1px solid #1e5180;
}*/
/*.regular-checkbox + label {
background-color: #fafafa;
border: 1px solid #cacece;
box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
padding: 9px;
border-radius: 3px;
display: inline-block;
position: relative;
}
.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.regular-checkbox:checked + label {
background-color: #e9ecee;
border: 1px solid #adb8c0;
box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
color: #99a1a7;
}
.regular-checkbox:checked + label:after {
content: '\2714';
font-size: 14px;
position: absolute;
top: 0px;
left: 3px;
color: #99a1a7;
}
.big-checkbox + label {
padding: 18px;
}
.big-checkbox:checked + label:after {
font-size: 28px;
left: 6px;
}*/
/* jquery override */
.ui-widget-content a {
color: #206BC3 !important;
}
.ui-widget-content a:hover {
color: #F59D1F !important;
}
.ui-widget-content a.ui-button {
color: #555555 !important;
}
.ui-widget-content a.ui-button:hover {
color: #555555 !important;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
padding: 0;
}
.ui-state-error {
padding: 0.7em;
}
a.ui-button {
color: #555555;
}
input.ui-button {
height: auto;
}
.ui-datepicker select {
height: auto;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
background-color: #eae8dd;
background-image: none;
}
/* jqgrid override */
.ui-jqgrid tr.jqgrow td {
-ms-word-wrap: break-word;
word-wrap: break-word;
white-space: normal !important;
}
.ui-jqgrid .ui-jqgrid-btable {
padding: 0 !important;
}
.ui-jqgrid input {
height: auto;
}
.ui-jqgrid select {
height: auto;
padding: initial;
}
th.ui-th-column div {
white-space: normal !important;
height: auto !important;
padding: 2px;
}
.status_indicator {
background: url("../images/status_ribbons.png") no-repeat scroll -140px 100% rgba(0, 0, 0, 0);
color: #FFFFFF;
font-family: ArvoBold,Helvetica,Arial,sans-serif;
line-height: 25px;
margin: 0;
min-height: 75px;
padding: 5px 5px;
position: absolute;
left: 0px;
text-align: center;
top: -8px;
width: 120px;
}
.status_indicator.status-closed {
background-position: -280px 100%;
}
.status_indicator.status-rejected {
background-position: 0 100%;
}
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
border: none;
}
/* make sidebar nav vertical */
@media (min-width: 768px) {
.sidebar-nav .navbar .navbar-collapse {
padding: 0;
max-height: none;
}
.sidebar-nav .navbar ul {
float: none;
display: block;
}
.sidebar-nav .navbar li {
float: none;
display: block;
}
.sidebar-nav .navbar li a {
padding-top: 12px;
padding-bottom: 12px;
}
}
#footer {
color: #222222;
font-weight: bold;
padding-left: 20px;
border-top: 1px #3A5D85 solid;
}
.glyphicon-lg {
font-size: 3em
}
.blockquote-box {
border-right: 5px solid #E6E6E6;
margin-bottom: 25px
}
.blockquote-box .square {
width: 100px;
min-height: 50px;
margin-right: 22px;
text-align: center !important;
background-color: #E6E6E6;
padding: 20px 0
}
.blockquote-box.blockquote-primary {
border-color: #357EBD
}
.blockquote-box.blockquote-primary .square {
background-color: #428BCA;
color: #FFF
}
.blockquote-box.blockquote-success {
border-color: #4CAE4C
}
.blockquote-box.blockquote-success .square {
background-color: #5CB85C;
color: #FFF
}
.blockquote-box.blockquote-info {
border-color: #46B8DA
}
.blockquote-box.blockquote-info .square {
background-color: #5BC0DE;
color: #FFF
}
.blockquote-box.blockquote-warning {
border-color: #EEA236
}
.blockquote-box.blockquote-warning .square {
background-color: #F0AD4E;
color: #FFF
}
.blockquote-box.blockquote-danger {
border-color: #D43F3A
}
.blockquote-box.blockquote-danger .square {
background-color: #D9534F;
color: #FFF
}
ul.nav.collapse li {
margin-left: 15px;
}
ul.nav.collapsing li {
margin-left: 15px;
}
.vertical-text {
transform: rotate(90deg);
transform-origin: left top 0;
float: left;
}
/* Color contrast accessibility */
.badge{
background-color: #666;
}
.map-canvas img {
max-width: none !important;
height: auto !important;
background: none !important;
border: 0 !important;
margin: 0 !important;
padding: 0 !important;
}
.navbar-right{
margin-right: 0px;
}
.vertical-align {
display: flex;
align-items: center;
}
.material-switch > input[type="checkbox"] {
display: none;
}
.material-switch > label {
cursor: pointer;
height: 0px;
position: relative;
width: 40px;
}
.material-switch > label::before {
background: rgb(0, 0, 0);
box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
border-radius: 8px;
content: '';
height: 16px;
margin-top: -8px;
position: absolute;
opacity: 0.3;
transition: all 0.4s ease-in-out;
width: 40px;
}
.material-switch > label::after {
background: rgb(255, 255, 255);
border-radius: 16px;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
content: '';
height: 24px;
left: -4px;
margin-top: -8px;
position: absolute;
top: -4px;
transition: all 0.3s ease-in-out;
width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
background: inherit;
opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
background: inherit;
left: 20px;
}
div.overlay.blurred {
background: #fff url("../images/frontImageBlurred.jpg") no-repeat 50% 50%;
}
[data-theme="dark"] div.overlay.blurred {
background: #303030 url("../images/dark-frontImageBlurred.jpg") no-repeat 50% 50%;
}
div.overlay.blurredSignal {
background: #fff url("../../images/mapBlurred.jpg") no-repeat 50% 50%;
background-size: cover;
}
[data-theme="dark"] div.overlay.blurredSignal {
background: #303030 url("../../images/dark-mapBlurred.jpg") no-repeat 50% 50%;
}