﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    height: 100%;
}

#map {
    position: absolute;
    top: 50px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}


.untrue-up {
    height: 40%;
}

.untrue-down {
    height: 100%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.olBindingMap {
    height: 200px;
    width: 450px;
}


.untrue-div-row {
    background-color: #E1EAED;
    color: black;
}

.untrue-searchd {
    width: 260px;
    margin-left: 6px;
}

.layers-button {
    top: 315px;
    left: auto !important;
    right: .4em;
    border-radius: 50%;
}

.legends-btn {
    top: 10px;
    left: auto !important;
    right: 192px;
    border-radius: 50%;
}
.legends-btn button {
    width: 40px;
    height: 40px;
    position: relative;
    outline: none;
}
.legends-btn button::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #f1f1f1;
    position: absolute;
    top: 9px;
    left: 10px;
    box-shadow: 0 8px 0 0 #f1f1f1, 0 16px 0 0 #f1f1f1;
}
.legends-btn button::after {
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    background-color: #f1f1f1;
    position: absolute;
    top: 12px;
    left: 18px;
    box-shadow: 0 8px 0 0 #f1f1f1, 0 16px 0 0 #f1f1f1;
}
.layers-button button {
    width: 40px;
    height: 40px;
    border-radius: 28px;
}


.find-me-button {
    top: 8px;
    left: auto !important;
    right: 5em;
    border-radius: 50%;
}


    .find-me-button button {
        width: 40px;
        height: 40px;
        border-radius: 28px;
    }

.ol-control .layers-button {
    width: 40px;
    height: 40px;
}

.find-me {
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: .7;
    background: url('data:image/svg+xml,<svg width%3D"26" height%3D"26" viewBox%3D"0 0 26 26" xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"><path d%3D"M9.479 12.84l3.031.549.489 3.698v1.553l.419-1.553 3.875-8.174.89-1.155-1.173.872-7.859 3.711-1.608.5h1.934zm-4.427 1.047c-.762-.143-.895-1.178-.194-1.509l14.397-6.799c.679-.321 1.385.386 1.065 1.065l-6.799 14.397c-.331.701-1.366.568-1.509-.194l-1.053-5.906-5.906-1.053z" fill%3D"%23fff"%2F><%2Fsvg>') center center no-repeat;
}


.full-map {
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: .7;
}

.full-map-button {
    bottom: 8px;
    left: auto !important;
    right: 8px;
    border-radius: 50%;
}


    .full-map-button button {
        width: 40px;
        height: 40px;
        border-radius: 28px;
    }

.back-button {
    top: 400px;
    left: auto !important;
    right: .4em;
    border-radius: 50%;
}

    .back-button button {
        width: 40px;
        height: 40px;
        border-radius: 28px;
    }

.search-map-button {
    top: 450px;
    left: auto !important;
    right: .4em;
    border-radius: 50%;
}

    .search-map-button button {
        width: 40px;
        height: 40px;
        border-radius: 28px;
    }

.c3d-map-button {
    top: 510px;
    left: auto !important;
    right: .4em;
    border-radius: 50%;
}

.c3d-map-button button {
    width: 40px;
    height: 40px;
    border-radius: 28px;
}

.close-back {
    width: auto !important;
    height: auto !important;
    border-radius: initial !important;
    width: auto !important;
    height: auto !important;
    border-radius: initial !important;
    border: 0 !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #000 !important;
    background-color: transparent !important;
}

.back-button .popover {
    max-width: 300px !important;
}


.print-button {
    top: 395px;
    left: auto !important;
    right: .4em;
    border-radius: 50%;
    display: none;
}

    .print-button button {
        width: 40px;
        height: 40px;
        border-radius: 28px;
    }



.popover-content {
    min-width: 300px;
}

.spinner {
    height: 32px;
    width: 32px;
    margin: 0px auto;
    position: relative;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(0,174,239,.15);
    border-right: 6px solid rgba(0,174,239,.15);
    border-bottom: 6px solid rgba(0,174,239,.15);
    border-top: 6px solid rgba(0,174,239,.8);
    border-radius: 100%;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.popover {
    max-width: 600px;
}

.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}

.input-group-btn .btn-group {
    display: flex !important;
}

.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}

    .btn-group .btn:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.btn-group .form-horizontal .btn[type="submit"] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

@media screen and (min-width: 768px) {
    #adv-search {
        width: 500px;
        margin: 0 auto;
    }

    #bottom-search {
        width: 500px;
        margin: 5px auto;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #337ab7;
        background-color: #eaeaea;
    }
    
    .dropdown.dropdown-lg {
        position: static !important;
    }

        .dropdown.dropdown-lg .dropdown-menu {
            min-width: 300px;
        }
}


.ol-zoom {
    right: .5em;
    left: auto !important;
}

#map .ol-zoom-in {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#map .ol-zoom-out {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#map .ol-zoom .ol-zoom-out {
    margin-top: 204px;
}

#map .ol-zoomslider {
    background-color: transparent;
    top: 3.7em;
    width: 40px;
    right: .9em;
    left: auto !important;
}

#map .ol-zoomslider-thumb {
    width: 40px;
}

#map .ol-touch .ol-zoom .ol-zoom-out {
    margin-top: 212px;
}

#map .ol-touch .ol-zoomslider {
    top: 2.75em;
}

#map .ol-zoom-in.ol-has-tooltip:hover [role=tooltip],
#map .ol-zoom-in.ol-has-tooltip:focus [role=tooltip] {
    top: 3px;
}

#map .ol-zoom-out.ol-has-tooltip:hover [role=tooltip],
#map .ol-zoom-out.ol-has-tooltip:focus [role=tooltip] {
    top: 232px;
}


.taskLayoutContainer {
 
    bottom: 0;
    overflow: auto;
    position: absolute;
    top: 55px; /*48px;*/
    z-index: 1000;
    padding: 10px;
    min-width: 400px;
    max-width: 50%;
}

    .taskLayoutContainer.Light {
        background: rgba(0,0,0,.15);
    }




/* Set width on the form input elements since they're 100% wide by default 
input,
select,
textarea {
    max-width: 280px;
}

    */
ul {
    list-style: none;
    padding-left: 0 !important;
}

.transientLensActions li a {
    display: inline;
    padding-top: 6px;
    padding-bottom: 6px;
    pointer-events: auto;
    text-decoration: none;
    /*    padding-left: 12px;*/
    padding-right: 12px;
    min-width: 190px;
    color: #333;
}

    .transientLensActions li a:hover {
        background-color: #ddd;
    }

    .transientLensActions li a .icon {
        background: no-repeat url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTQgMTQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE0IDE0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxjaXJjbGUgZmlsbD0iIzQxNDA0MiIgY3g9IjciIGN5PSI3IiByPSI3Ii8+DQo8cG9seWdvbiBmaWxsPSIjRkZGRkZGIiBwb2ludHM9IjcuOCwxMCA4LjksMTAgOC45LDExLjEgNS4zLDExLjEgNS4zLDEwIDYuNCwxMCA2LjQsNi45IDUuMyw2LjkgNS4zLDUuOCA3LjgsNS44ICIvPg0KPGNpcmNsZSBmaWxsPSIjRkZGRkZGIiBjeD0iNyIgY3k9IjMuNiIgcj0iMSIvPg0KPGcgaWQ9IlNlbGVjdGVkVHJhZmZpY0NhbSI+DQo8L2c+DQo8L3N2Zz4NCg==");
        width: 14px;
        height: 14px;
        display: inline-block;
        padding-right: 12px;
    }

    .transientLensActions li a .actionText {
        display: inline;
        font-family: 'Segoe UI','San Francisco','Helvetica','Arial','Sans-Serif' !important;
        font-size: 15px;
        padding-left: 7px;
    }

.lesemanticicon {
    background: no-repeat url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTQgMTQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE0IDE0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxjaXJjbGUgZmlsbD0iIzQxNDA0MiIgY3g9IjciIGN5PSI3IiByPSI3Ii8+DQo8cG9seWdvbiBmaWxsPSIjRkZGRkZGIiBwb2ludHM9IjcuOCwxMCA4LjksMTAgOC45LDExLjEgNS4zLDExLjEgNS4zLDEwIDYuNCwxMCA2LjQsNi45IDUuMyw2LjkgNS4zLDUuOCA3LjgsNS44ICIvPg0KPGNpcmNsZSBmaWxsPSIjRkZGRkZGIiBjeD0iNyIgY3k9IjMuNiIgcj0iMSIvPg0KPGcgaWQ9IlNlbGVjdGVkVHJhZmZpY0NhbSI+DQo8L2c+DQo8L3N2Zz4NCg==");
    width: 14px;
    height: 14px;
    display: inline-block;
    padding-right: 12px;
    fill: navy;
    margin-right: 5px;
}

.feedbackicon {
    background: no-repeat url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGNJREFUeNpi/P//PwM1ABMDlQALEnsCEBuQqP8CEBegGwQyxH7AvTZq0Ig2CDlBLgDiA0j8eiT2QiB+gEU/QgyUaXHghP8I4IBHHRjj8xrIhYnkeA2XYSDwgZBBjIOuPAIIMABnokfLTM1QaQAAAABJRU5ErkJggg==");
    width: 14px;
    height: 14px;
    display: inline-block;
    padding-right: 12px;
    fill: navy;
    margin-right: 5px;
}

.heatmapicon {
    background: no-repeat url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAk6NAAJOjQFAepa8AAACBklEQVR42o2STUiUcRDGf//13V3dNbX1Yw3J8KtMykhZ+qIOUdChe3TqLNRFPBR4CRE61KlLFBEEQWwUGWVrCkWdAg8p5VbawY9WV13rXT9e1nfj6eCueAhpYA4zzzzDzDMD25ikvdKTqKQaSaVbMStXYADflnwxTF6Fu1fSjKylmO73UxuXdMkYkwEwOWI93T3jfP5qqAgxcvP2yq1vJAG6mgm3dl4uZukXHNgverpDxhgbSbWxhF4qcloiJJXX6/mMFolqmKiG+35qUaG6DezIGeVH9gCBUZuDWBYg8FpYBrMRIC+YTcwq2NzFJBXr+0FjzTHXbiebBM8Osv52d5lpG6CE3aUFiWGLTNpQvEtUtoWNMQu4Sp9MKDYlRSQhqVxJvUnEFB6MKTw4r8GEomXSI6TXEelLvBfA4zUlH3Zy+D3/awNDnXKcuryqh+DxJ5gESnE4v7rAwBxAFeeqC7+/CODahuAeeNsP6eNPrVyf5Tgjo0t8XC6k2tvOvkgtNxo2FKkwZ2c74nMO2RMVBO9ceFfD+sXePJFVxp0VxhyXRRdSBiZyd15g9DeZ+XX+VBVhEWiaJlA2s0kM0lCUIZX1U+2DENCYQyppLcM/lyHbFMQPXW3GGDv/kz5JLbr/cFzXrrsas4eeTWl21tEDSW2SWra4519P3exIp+5N6FVqTUe3E/cvWc0NHJaTiQkAAAAASUVORK5CYII=');
    width: 14px;
    height: 14px;
    display: inline-block;
    padding-right: 12px;
    fill: navy;
    margin-right: 5px;
}
@media (min-width: 1450px) {
    .about-portal {
        float: right;
    }
}
@media (max-width: 1450px) {
    .dropdown-menu {
        position: absolute !important;
        background-color: #fff !important;
    }
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

.klogo {
    background: url('../../Images/spb_committee.gif') no-repeat center;
    height: 93px;
    width: 100%;
    margin-top: 10px;
}

textarea.skysemantiq {
    overflow: hidden;
}

.sky-semantiq-hr {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.menu {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAECAYAAABsgwTvAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAENJREFUeNpi+P//PwMQCwDxBiA2gPKRMUhuAZRGlwOpnwDjwxRf+A8BH9AMRJa7gGagAVT9f6hlDEwM1ATU9CZAgAEAr523tVuUM+kAAAAASUVORK5CYII=);
    width: 36px;
    height: 36px;
    position: absolute;
    right: 32px;
    /* top: 0; */
    top: -10px;
    background-repeat: no-repeat;
    background-position: center;
    /* bottom: 25px; */
    display: block;
    z-index: 1;
}

.layers-menu {
    right: 0px;
    left: auto !important;
    top: 15px;
}

.fdbkLinks {
    font-family: 'Segoe UI',Arial,Helvetica,Sans-Serif;
    position: absolute;
    right: 13px;
    bottom: 40px;
    z-index: 1002;
}

.fdbkLinksDiv {
    /*background-color: #fff;*/
    font-size: 15px;
    float: right;
    /*border: 1px solid #fff;*/
}

/*.fdbkLinks .previewButton:first-child {
    border-right: 0;
}*/

.fdbkLinks .previewButton, .fdbkLinks .previewButton:visited {
    color: #000;
    background-color: #dddddd;
}

    .fdbkLinks .previewButton:hover, .fdbkLinks .previewButton:focus, .fdbkLinks .previewButton:active {
        background-color: #ffffff;
        text-decoration: none;
        outline: none
    }


.fdbkLinksDiv .previewButton {
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid #ffffff;
}

    .fdbkLinksDiv .previewButton div {
        text-align: center;
    }

button img {
    width: 24px;
}

.node-selected {
    /*font-weight: bold !important;*/
    color: #337ab7 !important;
    background-color: #fff !important;
    font-weight: 600;    
}

    /*.node-selected > .description-wrapper {
        text-shadow: #337ab7 0.1px 0px, #337ab7 0.1px 0.1px, #337ab7 0px 0.1px, #337ab7 -0.1px 0.1px, #337ab7 -0.1px 0px, #337ab7 -0.1px -0.1px, #337ab7 0px -0.1px, #337ab7 0.1px -0.1px;
        letter-spacing: 0.1px;
    }*/
    
.lays-transient-button {
        margin-left: 5px !important;
        margin-right: 5px;
        width: 95%;
        text-align: left;
}

.skybadge {
    margin-left: 16px !important;
    background: none !important;
    color: #000 !important;
}

.unknown-profile {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAIAAAD9b0jDAAAACXBIWXMAABJ0AAASdAHeZh94AAACP0lEQVR42q1Wy07bUBA9Z64fifMikJCCygaq7vrB/Zn+QLfdVJW6KRLiURFKHo5zfU8XTiEgAjFlNBt77j2eM0/z85fveGuxLc8RIgBom8PRM7YAi4lhN9lrp1naMGeTRX55PTufeKp8HSgPOvHxaCe2ykcIodFIBofp/qQ4Hc/G07w2/VZqJ4d7sVPFWRAgQVLYbUUf3nUNrOepgFGnkcgLpB5dloAsUhq7+dLXo99MklBBUI9zBhBwZrVj6ikTn6wDACXMh7I2aLFciukmq0BfemwIq22oShY+PFe2kjNXL/ti6GdNChsVGHazevQpKihQz7gaO6tdUvNiSaXgqjO5ZgIglnnh69EncH47n5alKDCAIfzT6vE2x+VkXrujJovw4/xGNMAAM600kJ7u26+r0tfvfUJLXwJBEIC7khXlS/lSrxx9eaHZIhBcVwvu4mYuQnwVqIR5viAf3Ca59CU2T5MXQAedZNBtSmE1p1bTqjwZdPqtlJtxDQ9qhZVGxn6rcTzsUqJsXQED+HG/3c8Sx5cSRTCQWeIOe81RL0u5ykXgE/3aiO3TUS8PuLiZno3neRGo+yhHAggY1G/FB/32bpYQEhTgqoayDd0hIDEd7bTf73R+T4uz8ex6mldko8jxqJ+NulkSRwIk3d16cdWZIIDQoM1hq5f77OzP4vR6xq8/r9qpoyDY/dYUt9maIio24god0O2ijLI0EUQEItxnjFut4vWv33nRTS1yCg9f/q8E0PDWQiDa8qejlvwFjY8ZBHWHzX0AAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    background-position: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: 8px;
    margin-right: 5px;
}

#hLoginMark {
    display: inline !important;
}

/*
 * Specific styles of signin component
 */
/*
 * General styles
 */
.auth-form-bc {
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));
}

.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}



/*
 * Card component
 */
.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

    .btn.btn-signin:hover,
    .btn.btn-signin:active,
    .btn.btn-signin:focus {
        background-color: rgb(12, 97, 33);
    }

.forgot-password {
    color: rgb(104, 145, 162);
}

    .forgot-password:hover,
    .forgot-password:active,
    .forgot-password:focus {
        color: rgb(12, 97, 33);
    }

#videoModal .modal-body h4 {
    display: inline;
    margin-bottom: 3px;
}

.sky-layinfo-panel {
    position: absolute;
    left: 350px;
    top: 35px;
    z-index: 9999;
}

.infoRow:nth-child(odd) {
    background: #e6e6e6;
}

.infoRow {
    padding: 3px;
    margin-left: 0;
    margin-right: 0;
}

    .infoRow > div {
        padding-left: 10px;
        padding-right: 10px;
    }

        .infoRow > div:first-child {
            font-weight: 700;
        }

.dataTables_wrapper {
    margin-top: 20px;
}

.mon-title {
    position: absolute !important;
    position: absolute;
    left: 10px;
    top: 65px;
    font-family: serif;
    font-weight: bold;
}

.select-info {
    display: none;
}

.modal-backdrop {
    z-index: 0 !important;
}

.skyform-group {
    margin-bottom: 3px;
}

.msored {
    background-color: rgba(233,150,122,0.5) !important;
}

.msoyellow {
    background-color: rgba(255,165,0,0.5) !important;
}

.msogreen {
    background-color: rgba(143,188,143,0.5) !important;
}


.date {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.full-width {
    width: 100% !important;
}

.ol-mouse-position {
    bottom: 12px;
    top: auto !important;
}

ol.reg-list {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

    ol.reg-list > li.reg-list {
        display: table;
        counter-increment: item;
        margin-bottom: 0.6em;
    }

        ol.reg-list > li.reg-list:before {
            content: counters(item, ".") ". ";
            display: table-cell;
            padding-right: 0.6em;
        }

li.reg-list ol.reg-list > li.reg-list {
    margin: 0;
}

    li.reg-list ol.reg-list > li.reg-list:before {
        content: counters(item, ".") " ";
    }

.media-heading {
    margin-left: 12px;
}

.sky-accordeon {
    outline: none;
}

    .sky-accordeon a {
        color: black;
    }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

.typeahead {
    z-index: 1051;
}

.subtable > tbody > tr > td, .subtable > tbody > tr > th, .subtable > tfoot > tr > td, .subtable > tfoot > tr > th, .subtabletable > thead > tr > td, .subtable > thead > tr > th {
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}

div#searchResult em {
    background-color: yellow;
}

#searchResult {
    /*margin-left: 30px;
    margin-right: 30px;*/
}

.breadcrumb.skybc {
    margin-bottom: 0;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    padding-left: 8px;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.font-bold {
    font-weight: bold;
}

hr.style-four {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

.b_vList {
    padding-left: 0;
}

.b_vPanel > div:first-child div {
    font: 15px 'Segoe UI',Helvetica,Arial,Sans-Serif;
    font-weight: 500;
    color: #333;
    margin-top: 5px;
}

.tall_m {
    margin-left: 5px;
}

.b_vList .b_vPanel div {
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 0;
    font: 13px 'Segoe UI',Helvetica,Arial,Sans-Serif;
    color: #505050;
}

.b_vList li:first-child .listings-item {
    border-top: 4px solid #f5f5f5;
}

#thisIsSearchBox > div > ul > li {
    background-color: white;
    height: 50px;
    margin-bottom: 2px;
    margin-top: 2px;
}

#thisIsSearchBox > div {
    background-color: lightgray;
}

    #thisIsSearchBox > div > ul > li > a:hover {
        text-decoration: none;
    }

    #thisIsSearchBox > div > ul > li:hover {
        background-color: lightblue;
    }

.inl-bl {
    display: inline-block;
}

.fa-4 {
    font-size: 2em !important;
}

.navbar > .container-fluid .navbar-brand {
    padding: 0px 15px !important;
}

.navbar-fixed-top {
    padding: 3px 0;
}

.navbar-right {
    height: 50px;
    color: #777;
}

.search-row {
    margin-right: -15px !important;
    margin-left: 15px !important;
}

.search-item {
    margin-bottom: 30px !important;
}

.search-item > h3 > a:hover {
    color: red !important;
    text-decoration: none !important;
}

/*потом этот стиль удалить. отладчик должен быть виден*/
.profiler-results.profiler-left, .profiler-results.profiler-bottomleft {
    display: none !important;
}
/*потом этот стиль удалить. отладчик должен быть виден*/


.nav-bar-offset {
    margin-top: 50px;
}
#legends .panel-title.pull-left {
    position: relative;
    padding-left: 25px;
}
#legends .panel-title.pull-left::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background-color: #f1f1f1;
    box-shadow: 0 7px 0 0 #f1f1f1, 0 14px 0 0 #f1f1f1;
    position: absolute;
    top: 0;
    left: 0;
}
#legends .panel-title.pull-left::after {
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    background-color: #f1f1f1;
    box-shadow: 0 7px 0 0 #f1f1f1, 0 14px 0 0 #f1f1f1;
    position: absolute;
    top: 2px;
    left: 7px;
}
.image-container img {
    width: auto;
    height: auto !important;
    max-width: 100% !important;
    margin-bottom: 5px;
}
.hidden-element {
    display: none;
}
#legends.panel-primary {
    margin-bottom: 8px !important;
}
#legends.panel-primary .panel-body {
    padding: 5px 15px;
}
.badge {
    margin-right: 5px;
}
.taskLayoutContainer .panel.panel-primary {
    margin-bottom: 9px !important;
}