﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.container {
    max-width: 100%;
    margin: 0px;
    padding: 0px;
}

 .sz {
    margin: 15px; 
    /*text-align: center; 
    padding: 0px;*/
}

/*.body-content {
    width: 100%;
    margin: 0px;
    padding: 0px;
}*/


/* Android no scroll fix */
@media screen and (max-width: 1024px) {
    html, body {
        z-index: 0 !important;
        overflow: scroll !important;
    }
}

.navbar-header {
    padding-left: 2px;
    padding-right: 2px;
}

.search-menu {
    padding-top: 5px;
    float: right !important;
    width: 300px;
    left: auto;
    right: 0;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"] {
    max-width: 280px;
}

.imageBG {
    background-color: White;
    width: initial !important;
    /*max-width: 200px !important;*/
      max-width: 100% !important;
}

.date {
    font-size: 10px;
    font-style: italic;
}


.item {
    /*background: #bebebe;
  background:url(trans-black-60.png);
  color: white;
  border-radius: 3px;
  padding: 10px ;
  /*
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
*/
    -moz-box-shadow: 0 1px 1px #bababa;
    -webkit-box-shadow: 0 1px 1px #bababa;
    box-shadow: 0px 1px 1px #bababa;
    background: #ffffff;
    margin-bottom: 12px;
    padding: 7px 0;
}

#device {
    margin: 10px auto 0;
}

header {
    text-align: center;
    top: 25%;
    z-index: 999999;
    left: 50%;
    display: none;
    /*position: fixed;*/
    /*margin-left: -200px;*/
    /*width: 400px;*/
}

    header h1 {
        font-size: 60px;
        line-height: 1;
        letter-spacing: -1px;
        margin-left: -0.12em;
        width: 100%;
        display: block;
    }

        header h1 .v {
            font-size: 120px;
            line-height: 1;
            letter-spacing: -1px;
            margin-left: 10px;
        }

    header p {
        margin-left: 10px;
        /*margin: 10px 0 40px;*/
    }

#info {
    /*margin-top: -175px*/
}

#resize_container {
    position: fixed;
    height: 50px;
    margin: 0;
    width: 146px;
    left: 50%;
    margin-left: -73px;
    margin-top: 20px;
    z-index: 99999;
}

#resize a:hover {
    opacity: 1;
}

.browser {
    height: 25px;
    width: 36px;
    text-indent: -9999px;
    display: block;
    background: url('../img/browser.png') top left no-repeat;
    cursor: pointer;
    float: left;
    opacity: .3;
}

.ipad-port {
    height: 25px;
    width: 31px;
    text-indent: -9999px;
    display: block;
    background: url('../img/ipad_port.png') top left no-repeat;
    cursor: pointer;
    float: left;
    opacity: .3;
}

.ipad-land {
    height: 25px;
    width: 34px;
    text-indent: -9999px;
    display: block;
    background: url('../img/ipad_land.png') top left no-repeat;
    cursor: pointer;
    float: left;
    opacity: .3;
}

.iphone-land {
    height: 25px;
    width: 20px;
    text-indent: -9999px;
    display: block;
    background: url('../img/iphone_land.png') top left no-repeat;
    cursor: pointer;
    float: left;
    opacity: .3;
}

.iphone-port {
    height: 25px;
    width: 25px;
    text-indent: -9999px;
    display: block;
    background: url('../img/iphone_port.png') top left no-repeat;
    cursor: pointer;
    float: left;
    opacity: .3;
}

.active {
    opacity: 1;
    cursor: default;
}

h4.suboption {
    padding: 0;
    margin: 0;
    line-height: 1;
}

.dl-horizontal {
    margin-top: 5px;
}


.example {
    margin-bottom: 60px;
}

#example1 {
    padding: 20px 0 0 0;
    border: 1px solid #e2e2e2;
    background: #f8f8f3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
}

#example2 {
    margin: 10px 0 20px;
    font-size: 0.4em;
}

#example3 {
    margin: 10px 0 20px;
    font-size: 0.4em;
}

.btn-large {
    padding: 9px 14px;
    font-size: 26px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.footer {
    background: #fff;
    padding: 60px;
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
    color: #666;
}

    .footer a {
        color: #666;
    }

/*.ops {
  padding: 0 19.5px;
  border-left: 1px solid #d3d3d3;
}*/

.highlight-yellow {
    background-color: #FFD700;
    /*-moz-border-radius: 5px;
-webkit-border-radius: 5px;*/
}


.hDivID div {
    width: 300px;
    height: 300px;
    overflow: hidden;
    position: relative;
}

    .hDivID div img {
        position: absolute;
    }

.fancyboximg {
    /*
  max-width: 395px;
  max-height: 395px;
  width: expression(this.width > 395 ? "395px" : true);
  height: expression(this.height > 395 ? "395px" : true);*/
    max-width: 100% !important;
}



/* Share link url */
.social-media-share {
    margin: 0;
    padding: 0;
    height: 30px;
    /*
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E5E5E5), to(#CFCFCF));
	background-image: -moz-linear-gradient(#E5E5E5, #CFCFCF);
	background-image: -webkit-linear-gradient(#E5E5E5, #CFCFCF);
	background-image: -o-linear-gradient(#E5E5E5, #CFCFCF);
	border: solid 1px #B5B5B5;
	border-radius: 6px;
	-moz-border-radius: 6px;
	background: #CFCFCF url(images/bg.jpg) repeat-x;*/
    position: relative;
    overflow: visible;
    /*-webkit-box-shadow: 0px 1px 1px gray;
	-moz-box-shadow: 0px 1px 1px gray;
	box-shadow: 0px 1px 1px gray;
*/
    width: 100%;
}

    .social-media-share .inner {
        position: relative;
        float: left;
        width: 32px;
        height: 30px;
        /*
	border: solid 1px #B5B5B5;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E5E5E5), to(#CFCFCF));
	background-image: -moz-linear-gradient(#E5E5E5, #CFCFCF);
	background-image: -webkit-linear-gradient(#E5E5E5, #CFCFCF);
	background-image: -o-linear-gradient(#E5E5E5, #CFCFCF);
	border-radius: 6px;
	background-image: url(/Content/images/social/plus.png);
	background-repeat: no-repeat;
	background-position: center;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0px 1px 1px gray;
	-moz-box-shadow: 0px 1px 1px gray;
	box-shadow: 0px 1px 1px gray;

  */
        margin: 3px;
        text-align: center;
        cursor: pointer;
    }

.social-media-share-tooltip {
    position: absolute;
    z-index: auto;
    color: #b5B5B5;
    font-size: 10pt;
}

.social-media-share ul {
    position: relative;
    float: left;
    list-style: none;
    margin: 0;
    margin-right: 5px;
    padding: 0;
    height: 30px;
    overflow: visible;
    width: 100%;
}

    .social-media-share ul li {
        margin-right: 10px;
        display: inline;
        float: left;
    }

        .social-media-share ul li img {
            border: none;
        }

#demo {
    width: 700px;
    margin: auto;
    height: 78px;
    text-align: center;
    padding-top: 140px;
}

/* Share link url */


.loading {
    display: block;
    background: url(/Content/images/loading.gif) no-repeat center middle;
    width: 124px;
    height: 124px;
    margin: 0 auto;
}
/* Hide all the children of the 'loading' element 
.loading * {
    display: none;  
}
*/



.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    text-indent: -9999px;
    background: url(/Content/images/icon_top.png) no-repeat;
}



th, td {
    padding: 5px;
}

table {
    border-collapse: separate;
    border-spacing: 5px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    vertical-align: top;
}

table {
    margin: 0 auto;
}


/*.panel-body {
    padding: 0px;
    margin: 0px;
}*/

.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
}

a:hover,
a:focus {
    color: #158cba;
    text-decoration: underline;
}

/*override bootstrap */


/*SocialTracker*/

.imagestyle {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    height: 100px;
    vertical-align: middle;
}

#map_canvas {
    margin: 0;
    padding: 0;
    height: 100%;
}

#messages {
    padding-left: 10px;
}

    #messages li {
        padding: 0px;
        margin: 0 0 5px 0;
        list-style-type: none;
        border: 1px solid #ccc;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        /* Be VERY careful with this, breaks normal words wh_erever */
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
        max-height: 100px;
        overflow: hidden;
        margin-left: 10px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

#main {
    margin-top: 60px;
}

#map-holder {
}

#map_canvas {
    height: 575px;
    width: 90%;
}

#messages-holder {
}

#connection-control-panel {
    margin-bottom: 15px;
}

/*END SocialTracker*/


.sourceIcon {
    width: 16px !important;
    height: 16px !important;
}

.nav-tabs > li.active > a {
    background-color: #fff;
    transition: background-color 0.5s ease-out;
}

.nav-tabs > li.active.live > a {
    background-color: #f5f5f5 !important;
}

ul li img.thumbnail {
    background: #fff;
    display: inline-block;
    float: left;
    padding: 2px;
    margin-top: 6px;
    margin-left: 5px;
    margin-right: 8px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.userscontainer {
    height: 400px;
    overflow: auto;
}


.vertical-text {
    transform: rotate(90deg);
    transform-origin: left top 0;
    cursor: vertical-text;
    float: left;
}

