﻿/* #region LESS variables */
/*
#119EDA light blue accent
#59C0F3 blue
#0081C2 blue
#194D7B dark blue accent and/or background
#25425C darker blue ??? - dont use
#f58a00 orange accent
#FFFFFF white background
#2e8b57 seagreen background
*/
/* for selected navigation and titles */
/*No need for light and dark for full heart*/
/* #endregion */
/* #region LESS Mixins */
/* #endregion */

/* #region HTML RESET */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    font: inherit;
    margin: 0;
}

/* #endregion */

/* #region Layout */
.page-splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1f1f1f;
    opacity: 0.2;
    pointer-events: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.page-splash-message {
    text-align: center;
    margin: 10% 0 0 0;
    font-size: 400%;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-weight: normal;
    -webkit-text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
    text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    text-decoration: none;
    font-family: monospace;
    color: #F58A00;
    padding: 0;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 3px solid #eb0e29;
}

.horizontalLine {
    width: 100%;
    height: 5px;
    background-color: #E9212D;
}

.img-polaroid {
    height: 60px;
    width: 80px;
    cursor: pointer;
}

.page-progress-bar {
    margin: 10% 30% 0 30%;
}


html {
    padding: 0 7%;
    color: black;
    background: #DCDCDF;
    overflow: scroll;
}

h1,
h2,
h3 {
    line-height: 40px;
}

h1 {
    font-size: 38.5px;
}

h2 {
    font-size: 31.5px;
}

h3 {
    font-size: 24.5px;
}

h4 {
    font-size: 17.5px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 11.9px;
}

.page-title {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    color: black;
    display: inline-block;
    vertical-align: middle;
    /*text-transform: uppercase;*/
    -webkit-text-shadow: #1f1f1f 1px 1px;
    text-shadow: #1f1f1f 1px 1px;
}

body {
    font-size: 18px;
    margin: 3% auto;
    margin-top: 1%; /* override */
    max-width: 1100px;
    background-color: transparent; /* TODO: overrode the background body to transparent for now */
    position: relative;
    padding-top: 40px;
}

    body > header > h1,
    body > header > h1,
    span.title,
    .jump-start-title {
        font-family: "Segoe UI", Arial, Helvetica, sans-serif;
        font-size: 125%;
        font-weight: normal;
        letter-spacing: -2px;
        margin-bottom: 2%;
        margin-left: 220px;
        padding-bottom: 4px;
        -webkit-text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
        text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
        text-transform: uppercase;
        text-decoration: none;
        color: #0081C2;
    }

        body > header > h1 .jump-start-title,
        span.jump-start-title {
            font-family: monospace;
            color: #f58a00;
            padding-left: 20px;
        }

section.main {
    margin-top: 7%;
}

.loading-indicator {
    position: absolute;
    left: 10px;
    top: 10px;
}


/***************************/
/* Boostrap overrides      */
.row-fluid {
    margin: 10px;
}

.navbar-fixed-top {
    z-index: 100;
}

    .navbar-fixed-top .navbar-inner {
        padding-left: 1em;
        padding-right: 1em;
    }

.navbar-secondary {
    
    color: #FFFFFF;
    background-color: #7d7e7d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7d7e7d), to(#0e0e0e));
    background-image: -webkit-linear-gradient(top, #7d7e7d, #0e0e0e);
    background-image: -moz-linear-gradient(top, #7d7e7d, #0e0e0e);
    background-image: -ms-linear-gradient(top, #7d7e7d, #0e0e0e);
    background-image: -o-linear-gradient(top, #7d7e7d, #0e0e0e);
    background-image: linear-gradient(to bottom, #7d7e7d, #0e0e0e);
    background-repeat: repeat-x;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff59C0F3', endColorstr='#ff0081C2', GradientType=0);
    *zoom: 1;
    -webkit-box-shadow: #B4B5B5 0px 1px 1px inset;
    -moz-box-shadow: #B4B5B5 0px 1px 1px inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.navbar {
    text-transform: capitalize;
}

th {
    color: #FFFFFF;
    background-color: #404248;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7d7e7d), to(#727379));
    background-image: -webkit-linear-gradient(top, #7d7e7d, #727379);
    background-image: -moz-linear-gradient(top, #7d7e7d, #727379);
    background-image: -ms-linear-gradient(top, #7d7e7d, #727379);
    background-image: -o-linear-gradient(top, #7d7e7d, #727379);
    background-image: linear-gradient(to bottom, #7d7e7d, #727379);
    background-repeat: repeat-x;
    border: 1px solid rgba(0, 0, 0, 0.15);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff59C0F3', endColorstr='#ff0081C2', GradientType=0);
    *zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    color: white;
    font-size-adjust: 0.60;
    font-weight: bold;
}


.col-md-12 {
    margin-top: 15px;
}

.btn {
    text-transform: capitalize;
    letter-spacing: 1px;
}

.pagination {
    margin-top: -20px;
    color: #FFFFFF;
    background-color: #404248;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7d7e7d), to(#727379));
    background-image: -webkit-linear-gradient(top, #7d7e7d, #727379);
    background-image: -moz-linear-gradient(top, #7d7e7d, #727379);
    background-image: -ms-linear-gradient(top, #7d7e7d, #727379);
    background-image: -o-linear-gradient(top, #7d7e7d, #727379);
    background-image: linear-gradient(to bottom, #7d7e7d, #727379);
    background-repeat: repeat-x;
    border: 1px solid rgba(0, 0, 0, 0.15);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff59C0F3', endColorstr='#ff0081C2', GradientType=0);
    *zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    color: white;
    font-size-adjust: 0.60;
    font-weight: bold;
    padding: 3px;
    height: 30px;
}

.btn-info {
    color: #FFFFFF;
    background-color: #7d7e7d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7d7e7d), to(#0e0e0e));
    background-image: -webkit-linear-gradient(top, #7d7e7d, #0e0e0e);
    background-image: -moz-linear-gradient(top, #7d7e7d, #0e0e0e);
    background-image: -ms-linear-gradient(top, #7d7e7d, #0e0e0e);
    background-image: -o-linear-gradient(top, #7d7e7d, #0e0e0e);
    background-image: linear-gradient(to bottom, #7d7e7d, #0e0e0e);
    background-repeat: repeat-x;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0081C2', endColorstr='#ff194D7B', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled], th:hover {
        color: white;
        background-color: #f62b2b;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f62b2b), to(#d20202));
        background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
        background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
        background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
        background-image: -o-linear-gradient(top, #f62b2b, #d20202);
        background-image: linear-gradient(to bottom, #f62b2b, #d20202);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f62b2b, endColorstr=#d20202);
    }

    .btn-info:active,
    .btn-info.active {
        background-color: #c20018 \9;
        background-color: #c20018 \9;
    }

.btn-force-refresh {
    float: right;
    margin-right: 1em;
}

.brand {
    text-decoration: none;
}

    .brand:hover {
        text-decoration: none;
    }

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    text-decoration: none;
    background-color: #E5E5E5;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    color: #3e3e42;
    font-weight: bold;
}

.navbar .nav > li > a {
    color: #EFEFEF;
    -webkit-text-shadow: 0 1px 0 transparent;
    text-shadow: 0 1px 0 transparent;
}

    .navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
        color: #EFEFEF;
    }

.icon-asterisk {
    color: #f58a00;
}

.icon-spinner {
    color: #EFEFEF;
}

.loader {
    /*margin: 6px 8px 4px 8px;*/
    margin: 6px 8px 2px 8px;
    visibility: hidden;
}

    .loader.active {
        visibility: visible;
    }

.modalBlockout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    pointer-events: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.modalHost {
    top: 50%;
    left: 50%;
    position: fixed;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}
.modal{
    width:80%;
    left:10%;
    margin-left:0px;
}

.messageBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1f1f1f;
    opacity: 0.2;
    pointer-events: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}
/***************************/


.view {
    margin-top: 3%;
}

    .view a {
        color: white;
    }

/*i added this form to CodeCamperJumpStart*/
.article-left-content {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    min-height: 100px;
    padding: 20px;
}

.article-container-full-width {
    margin: 6px;
    float: left;
    width: 110px;
    height: 140px;
    border-bottom: solid 0 transparent;
    padding: 1.5% .5%;
}

tr:hover {
    cursor: pointer;
}

/*tr:hover td {
     color: white;
        background-color: #0081C2;
        background-image: -moz-linear-gradient(top,#59C0F3,#0081C2);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#59C0F3),to(#0081C2));
        background-image: -webkit-linear-gradient(top,#59C0F3,#0081C2);
        background-image: -o-linear-gradient(top,#59C0F3,#0081C2);
        background-image: linear-gradient(to bottom,#59C0F3,#0081C2);
        background-repeat: repeat-x;
        border-color: #59C0F3 #0081C2 #194D7B;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}*/

.view-list {
    margin-top: 0%;
}

    .view-list > article:hover {
        cursor: pointer;
        color: white;
        background-color: #0081C2;
        background-image: -moz-linear-gradient(top,#59C0F3,#0081C2);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#59C0F3),to(#0081C2));
        background-image: -webkit-linear-gradient(top,#59C0F3,#0081C2);
        background-image: -o-linear-gradient(top,#59C0F3,#0081C2);
        background-image: linear-gradient(to bottom,#59C0F3,#0081C2);
        background-repeat: repeat-x;
        border-color: #59C0F3 #0081C2 #194D7B;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    }


div.article-counter {
    display: inline-block;
    padding: 0 0 0 1em;
}

    div.article-counter > address {
        display: inline-block;
        vertical-align: middle;
    }

.titleblock {
    float: left;
    clear: both;
    width: 520px;
}

    .titleblock > label {
        float: left;
        clear: both;
        display: block;
        margin-bottom: 2%;
        width: 100px;
    }

    .titleblock > input {
        width: 95%;
        margin-bottom: 2%;
    }

    .titleblock > h1 {
        color: white;
        font-size: 130%;
        margin-bottom: 1%;
        font-weight: bold;
    }

.details-left {
    float: left;
    width: 500px;
    clear: both;
}

    .details-left label {
        clear: both;
        display: block;
        float: left;
        width: 100px;
    }

    .details-left select,
    .details-left label {
        margin-bottom: 2%;
    }

    .details-left input {
        width: 95%;
        margin-bottom: 2%;
    }

    .details-left select {
        width: 200px;
    }

    .details-left img {
        height: 60px;
        margin: 0 18px;
        float: left;
    }

    .details-left div address {
        height: 25px;
        margin-bottom: 2%;
    }

    .details-left div a {
        height: 25px;
        margin-left: 100px;
        margin-bottom: 2%;
        display: block;
    }

.details-right {
    float: left;
    margin-left: 1%;
}

    .details-right label {
        display: block;
        clear: both;
    }

    .details-right textarea,
    span.scrollable-text {
        font-family: 'Segoe UI Light';
        height: 100px;
        width: 230px;
        float: left;
        overflow-y: scroll;
        margin-bottom: 6px;
    }

/* #endregion */

/* #region Fonts */

body,
button,
input,
textarea,
select {
    font-size: 100%;
    font-family: "Segoe UI Light", "Segoe Light", "Segoe UI", "Helvetica-Light", Arial, Helvetica, sans-serif;
}

input, select {
    width: 90%;
}
/* #endregion */

/* #region Elements */

input,
textarea,
select {
    padding: 3px;
}

nav label,
small {
    text-transform: uppercase;
}

    nav label.tips,
    small.tips {
        text-transform: none;
        font-size: 80%;
        color: black;
    }

    nav label.right,
    small.right {
        clear: right;
        float: right;
    }

nav label {
    display: block;
    margin-bottom: 3%;
}

button {
    font-weight: bold;
}
/* #endregion */

/* #region Icons */

.button-bar {
    display: inline-block;
    margin: 0 0 1em 1em;
}

.button-back {
    margin-right: 2em;
}

/* #endregion */


/* #region Toastr Overrides */

.toast {
    font-weight: bold;
}

/* #endregion */

/* #region Responsive Design */

@media (max-width: 1280px) {
    section.main {
        margin-top: 4%;
    }
}

@media only screen and (max-width: 1000px) {
    body {
        font-size: 16px;
    }
}

@media only screen and (max-width: 900px) {
    body {
        font-size: 14px;
    }

        body > header > h1,
        span.title {
            -moz-background-size: 40px;
            -o-background-size: 40px;
            -webkit-background-size: 40px;
            background-size: 40px;
            font-size: 125%;
            padding-left: 50px;
        }

    span.jump-start-title {
        font-size: 125%;
    }
}

@media only screen and (max-width: 800px) {
    span.jump-start-title {
        font-size: 100%;
    }

    .titleblock {
        width: 300px;
    }

        .titleblock > input {
            width: 190px;
        }

    .view-list > article,
    .view > h1 {
        margin-bottom: 6%;
    }

    .view-list {
        margin-top: 6%;
    }

        .view-list > article > div > img {
            height: 90px;
        }

    .button-bar > .btn {
        display: block;
        margin: 2%;
        width: 110px;
    }
}

@media only screen and (max-width: 480px) {
    body {
        font-size: 11px;
    }

        body > header > h1,
        span.title {
            -moz-background-size: 30px;
            -o-background-size: 30px;
            -webkit-background-size: 30px;
            background-size: 30px;
            font-size: 100%;
            padding-left: 40px;
        }

    span.jump-start-title {
        font-size: 50%;
        display: none;
    }

    .titleblock {
        width: 300px;
    }

        .titleblock > input {
            width: 160px;
        }

    .view-list {
        margin-top: 14%;
    }

        .view-list > article {
            padding: 10px;
        }

            .view-list > article > div > h1 {
                margin-top: 1%;
            }

            .view-list > article > div > img {
                height: 70px;
            }

    .article-container-full-width {
        height: 110px;
        width: 80px;
    }

    .details-right textarea {
        width: 255px;
    }

    .details-left img {
        height: 70px;
    }

    .details-left input {
        width: 95%;
    }

    .details-left select {
        width: 168px;
    }

    .details-left div address {
        height: 15px;
    }

    .details-left div a {
        height: 15px;
    }
}

@media only screen and (max-width: 320px) {
    body {
        font-size: 10px;
    }

        body > header > h1 {
            -moz-background-size: 20px;
            -o-background-size: 20px;
            -webkit-background-size: 20px;
            background-size: 20px;
            font-size: 250%;
            padding-left: 30px;
        }

        body .article-right-content {
            min-height: 80px;
        }

        body small {
            display: none;
        }
}

@media only screen and (max-width: 240px) {
    body .clear-text {
        margin-top: -30px;
    }
}

@media only screen and (max-height: 768px) {
    .view-list {
        height: 330px;
    }
}

.nav-tabs > li > a {
    color: #020415;
}

.tab-content {
    margin-top: -20px;
    padding: 5px;
    background-color: #ffffff;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-color: #ddd;
    border-bottom-color: #ddd;
    border-left-color: #ddd;
}

.tab-content1 {
    float: left;
    margin-top: 0%;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(0,0,0,.3);
    border-radius: 5px/5px;
    box-shadow: 0 0 20px 20px rgba(1,1,1,.2);
    width: 100%;
}

.logo {
    float: left;
    position: relative;
    margin-left: 10px;
    margin-top: -85px;
    height: 110px;
    background: #2f96b4;
    box-shadow: 0 0 20px 25px rgba(20,20,20,.1);
    border-radius: 15px/15px;
}
.scj_logo{
    float:left;margin-top:10px;margin-left:20%;
}

.navbar-secondary1 {
    font-weight: bold;
    padding-left: 280px;
}

/* #endregion */
.ui-autocomplete {
    z-index: 2000;
}



.kolumny{
    -moz-column-count:2; /* Firefox */
    -webkit-column-count:2; /* Safari and Chrome */
    column-count:2;
    
}

#mapCanvas {
    width: 100%;
    height: 500px;
    float: left;
  }
  #infoPanel {
    float: left;
    margin-left: 10px;
  }
  #infoPanel div {
    margin-bottom: 5px;
  }

.modal-content {
    width:80%;
}