/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    background-color: #f8f8f8;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}

.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

.padding--none {
    padding: 0 !important;
}

.padding--xs {
    padding: 5px !important;
}

.padding--s {
    padding: 10px !important;
}

.padding--m {
    padding: 15px !important;
}

.padding--l {
    padding: 20px !important;
}

.padding-top--none {
    padding-top: 0 !important;
}

.padding-top--xs {
    padding-top: 5px !important;
}

.padding-top--s {
    padding-top: 10px !important;
}

.padding-top--m {
    padding-top: 15px !important;
}

.padding-top--l {
    padding-top: 20px !important;
}

.padding-right--none {
    padding-right: 0 !important;
}

.padding-right--xs {
    padding-right: 5px !important;
}

.padding-right--s {
    padding-right: 10px !important;
}

.padding-right--m {
    padding-right: 15px !important;
}

.padding-right--l {
    padding-right: 20px !important;
}

.padding-bottom--none {
    padding-bottom: 0 !important;
}

.padding-bottom--xs {
    padding-bottom: 5px !important;
}

.padding-bottom--s {
    padding-bottom: 10px !important;
}

.padding-bottom--m {
    padding-bottom: 15px !important;
}

.padding-bottom--l {
    padding-bottom: 20px !important;
}

.padding-left--none {
    padding-left: 0 !important;
}

.padding-left--xs {
    padding-left: 5px !important;
}

.padding-left--s {
    padding-left: 10px !important;
}

.padding-left--m {
    padding-left: 15px !important;
}

.padding-left--l {
    padding-left: 20px !important;
}

























/*overwrite bootstap*/
.no-left {
    margin: 0 0 0 0px !important;
}

.no-leftRight {
    float: right !important;
}
.no-leftHeader {
    float: left;
}

.no-padding {
    padding: 0 0px !important;
}

.top5 {
    margin-top:5px;
}

.top15 {
    margin-top:15px;
}

.top20 {
    margin-top:20px;
}

.top25pc {
    margin-top:25%;
}

.bottom5 {
    margin-bottom:5px;
}

.bottom15 {
    margin-bottom:15px;
}

.bottom20 {
    margin-bottom:20px;
}

.bottom25pc {
    margin-bottom:25%;
}


.padding10 {
    padding: 10px;
}

.padding20 {
    padding: 20px;
}

/* panoView */
.panoViewRow {
    display: table;
    width:100%;
    height: 350px;
}
#panoView {
    width: 60%;
    height: 350px;
    float: left;
}
#normalView {
    width: 60%;
    height: auto;
    float: left;
    background-color: rgba(0, 0, 0, 1);
}

#panoViewSetting {
    width: 40%;
    height: 350px;
    padding-left: 15px;
    float: right;
}
#panoViewMask {
    border: 2px solid #337ab7;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    cursor: crosshair;
}
#northView {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #333;
    box-shadow: 0px 0px 10px #000;
}
#northViewClose {
    position: absolute;
    width: 30px;
    height: 30px;
}

#infoSpotPanel {
    width:400px;
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #ccc;
    border-radius: 4px;
}

#infoSpotPanel form {
    margin-left:5px;
    margin-right:5px;
    margin-top:5px;
    margin-bottom:5px;
}

#infoSpotPanel .form-group {
    margin-bottom: 5px;
}

.infospot {
    max-width: 500px;
    max-height: 500px;
    min-width: 200px;
    /*min-height: 250px;*/
    background: #fff;
    color: #000;
    border-radius: 3px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.infospot > iframe {
    border: none;
    width:100%;
}

.hotsport_title {
    font-size: 1.5em;
    text-align: center;
    padding: 5px;
}

.hotsport_desc {
    padding: 0 20px 20px 20px;
}

.stepDeleteIcon {
    padding: 5px 0px;
    float:right;
    cursor:hand;
}

#infoSpotIcon {
    font-size: 12px;
}

.item-list-ID {
    padding: 6px 12px;
}

.page-move {
    position: absolute;
    top:16px;
    left:31px;
}
.media-move {
    position: absolute;
    top:16px;
    right:31px;
    cursor: move;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.img-responsive {
    min-width: 100%;
}

.navbar-brand .img-responsive {
    margin: -8px 0;
    height: 36px;
}

#progress {
    width: 0;
    height: 3px;
    /*position: fixed;*/
    top: 50px;
    background: #337ab7;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

#progress.finish {
    opacity: 0;
}

.itemList {
    list-style: outside none none;
    padding-left: 0;
}

.icon-preview {
    /*
    background-image: url("../../img/transparent_bg.png");
     */
}
#icon-preview-img {
    max-width: 100px;
    max-height: 100px;
    min-width: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.navbar-right {
    text-align: right;
}

.autoTrimText1 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
    /*
    display: inline-block;
    white-space: pre;
    */
    white-space: nowrap;
}

.map-ui {
    position: absolute;
    right: 5px;
    top: 5px;

}

.tooltip-inner {
    max-width: 300px;
    /* If max-width does not work, try using width instead */
    width: 216px;
}
.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.disabled {
    color: #fff;
}
.disabled:hover {
    color: #fff;
}

.vcenter {
    vertical-align: middle !important;
}

.cardElement {
    overflow: hidden;
    background-color: rgba(0%, 0%, 0%, 0.2);
    border: 1px solid rgba(0%, 0%, 0%, 0.2);
    position: absolute !important;
}
.cardElement.selected {
    border: 1px solid #f05253;
}

.elementPanel {
    position: absolute;
    width: 400px;
    z-index: 2;
}

.layerNumber {
    background-color: #f05253;
    color: #fff;
    position: absolute;
    float:left;
    width:20px;
    height:20px;
    font-size: 10pt;
    text-align: center;
    right: 0px;
    font-family: "Arial";
}
/*
@font-face {
    font-family: myriad;
    src: url(../../fonts/myriad.ttf);
}
@font-face {
    font-family: fzlth;
    src: url(../../fonts/fzlth.ttf);
}
@font-face {
    font-family: FrutigerCE45Light;
    src: url(../../fonts/FrutigerCE45Light.ttf);
}
@font-face {
    font-family: FrutigerCE55Roman;
    src: url(../../fonts/FrutigerCE55Roman.ttf);
}
@font-face {
    font-family: FrutigerLT45Light;
    src: url(../../fonts/FrutigerLT45Light.ttf);
}
@font-face {
    font-family: FrutigerLTSTDBlack;
    src: url(../../fonts/FrutigerLTSTDBlack.ttf);
}
*/