

@media screen and (min-width: 1001px) {

#plotmonth {
    width: 500px; 
    height: 360px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -70px;
    padding: 0 0 70px;
    background-color: rgb(248, 249, 250); /*#eff0f1;*/
}

.footer {
    height: 70px;
    color: #9d9d9d;
    background-color: #222;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron h1 {
    font-size: 43px;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

#shadow {
    display: none;
    top: 0px;
    left: 0px;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(161,161,161,0.5);
    z-index: 2000;
}


.popup {
    margin: 40px auto;
    padding: 10px 15px;
    width: 1000px;
    height: 600px;
    background-color: white;
    z-index: 2050;
}

.ad-params-div {
    float:left;
    width: 33%;
    height: 55%;
    overflow: auto;
}

.ad-params-div2 {
    float:left;
    width: 33%;
    height: 55%;
    overflow: auto;
    margin-left: 5px;
}

.ad-description {
	float: right;
	width: 300px;
	height: 280px;
	overflow-y: auto;
}

}


@media screen and (min-width: 811px) and (max-width: 1000px) {
#plotmonth {
    width: 500px; 
    height: 200px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -70px;
    padding: 0 0 70px;
    background-color: rgb(248, 249, 250); /*#eff0f1;*/
}

.footer {
    height: 90px;
    color: #9d9d9d;
    background-color: #222;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron h1 {
    font-size: 43px;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

#shadow {
    display: none;
    top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(161,161,161,0.5);
    overflow-y: auto;
}


.popup {
    margin: 50px 0px 0px 0px;
    padding: 10px 15px;
    width: 100%;
    background-color: white;
}

.ad-params-div {
    width: 100%;
    margin-top: 30px;
}

.ad-params-div2 {
    width: 100%;
    margin-top: 30px;
}

.ad-description {
	width: 100%;
}

#map .popup,
#map2 .popup {
    height: 300px !important;    
}

 
}

@media screen and (max-width: 810px) {
#plotmonth {
    width: 100%;
    height: 250px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -210px;
    padding: 0 0 210px;
    background-color: rgb(248, 249, 250); /*#eff0f1;*/
}

.footer {
    height: 210px;
    color: #9d9d9d;
    background-color: #222;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron h1 {
    font-size: 34px;
}

.jumbotron .btn {
    font-size: 16px;
    padding: 14px 5px;
}

#shadow {
    display: none;
    top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(161,161,161,0.5);
    overflow-y: auto;
}

.popup {
    margin: 50px 0px 0px 0px;
    padding: 10px 15px;
    width: 100%;
    background-color: white;
}

.ad-params-div {
    width: 100%;
    margin-top: 30px;
}

.ad-params-div2 {
    width: 100%;
    margin-top: 30px;
}

.ad-description {
	width: 100%;
}

#map,
#map2 {
    height: 600px !important;
    padding: 10px 15px;
}


#filter-form input:not(.btn),
#filter-form select {
    display: block;
    width: 100% !important;
    margin-top: 5px;
    margin-bottom: 5px;
}

#filter-form div:nth-child(1) {
    width: 100% !important;
    float: none !important;
}

#filter-form .btn {
    display: inline-block;
}


}

html,
body {
    height: 100%;
    font-size: 14px;
}


.wrap > .container {
    padding: 0px 15px 30px;
}


.jumbotron {
    text-align: center;
    background-color: transparent;
    margin-bottom: 10px;
    padding: 40px 20px 20px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.site-login {
    max-width: 400px;
    width: auto;
    /*border: 1px solid #5cb85c;*/
    margin: 10px auto;
    /*border-radius: 4px;*/
    background-color: #ffffff;
    padding: 20px !important;
}

.site-login h1 {
    text-align: center;
}

#login-form {
    max-width: 400px;
    margin: 0 auto;
}

#login-form input[type="checkbox"] {
    margin-right: 10px;
}

button[name="login-button"] {
    margin-bottom: 10px !important;
}

a[name="register-button"] {
    vertical-align: top;
}

.site-login2 {
    max-width: 400px;
    width: auto;
    /*border: 1px solid #5cb85c;*/
    margin: 10px auto;
    /*border-radius: 4px;*/
    background-color: #ffffff;
    padding: 20px !important;
}

.mypager {
	padding: 5px;
	background: #f9f9f9;
}

.mypager-total {
	margin-left: 50px;
}

.mypager-current {
    margin-left: 50px;
	margin-right: 30px;
}

.mypager-pages {
	margin-left: 30px;
	margin-right: 30px;
}

.mypager-pagination {
	float: right;
	margin-top: 2px;
	vertical-align: top;
}

.mypager-left {
	float: left;
	margin-top: 10px;
}

.mypager-topage {
	margin-left: 20px;
	float: right;
	margin-top: 4px;
    vertical-align: top;
}

.mypager-topage input {
	width: 50px;
}

.pagination {
	margin: 0;
}

.wrap-main {
    height: auto;
    margin: 0px 0 -60px;
    min-height: 100%;
    padding: 0px 0 60px;
    background-color: rgb(248, 249, 250); /* #eff0f1;*/
}

.table-caption {
	margin-bottom: 20px;
}

.opt-group {
	background-color: #DDDDDD;
	font-size: 14pt;
}

#filter-form {
    padding: 5px;
}

#filter-form > .div {
	float:left;
	margin-right: 20px;
}

#filter-form > .div > div {
	margin-bottom: 10px;
}

#filter-form > .div > div input,
#filter-form > .div > div select {
	height: 26px;
    margin-right: 0px;
}

#filter-form > .div > input,
#filter-form > .div > select {
	height: 26px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.popup-main {
    width: 100%;
    height: 98%;
}

.popup h2 {
    font-size: 18pt;
    margin: 0px;
}

.popup-close {
    float: right;
    background: url(/images/close.png) no-repeat;
    cursor: pointer;
    width: 11px;
    height: 11px;
}

.popup2 {
	display: none;
    position: fixed;
    height: 40px;
    width: 140px;
    margin: 300px auto 0px;
    border: 1px solid #DDDDDD;
    padding: 5px;
    background-color: white;
}

span.price {
	background-color: #0d9d0d;
	color: white;
	display: inline-block;
	padding: 2px;
}

.ad-images {
	margin-top: 10px;
	overflow-x: auto;
	overflow-y: auto;
	margin-bottom: 10px;
}

.ad-params td {
	padding: 2px 20px 2px 0px;
}

fieldset {
	border: 1px solid #DDDDDD !important;
	padding: 20px !important;
	margin-bottom: 20px !important;
}

legend {
	font-size: 13pt;
	width: auto;
	border: none;
	margin: 0px 1px 0px 1px;
	padding-right: 1px;
	display: inline;
	line-height: 18px;
    float: none;
}

.money-val {
	font-size: 24pt;
}

.export-container {
	margin: 30px auto;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	width: 500px;
	padding: 20px;
}

.export-container h2 {
	margin-top: 0px;
}

.api-content div.fs-row {
	margin-bottom: 10px;
}

.admin-menu {
	border: 2px solid #DDDDDD;
	padding: 2px;
	border-radius: 4px;
    float: left;
}

/*#testorder {
	margin-left: 50px;
}*/

#canv {
    position: absolute;
    z-index: 99999;
    cursor: crosshair;
}

.captchadiv {
	width: 300px;
	margin: 0 auto;
	height: 100px;
	vertical-align: top;
}

.newdiv {
    background: #ffffff none repeat scroll 0 0;
    border-top: 2px solid #a3a5ad;
    display: block;
    padding: 5px;
}

.alert-top-border {
    border-top: 2px solid #8a6d3b;
    border-left: none;
    border-bottom: none;
    border-right: none;
    border-radius: 0 !important;
}

.feature {
    padding: 10px 20px !important;
    min-height: 250px;
}

#main-table {
    width: 100%;
    overflow-y: auto;
}

#main-table table th {
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: #ffffff;
}

.table-striped > tbody > tr:nth-of-type(2n) {
    background-color: #ffffff;
}

.comments-page > .comment-div {
    border-bottom: 1px solid #DDDDDD;
}

.comment-right > .comment {
    margin-left: -15spx;
}

.comment-div {
    width: 100%;
    overflow-y: auto;
    margin-bottom: 10px;
}

.comment {
    position: relative;
    padding: 10px;
    min-width: 300px;
}

.comments-page > .comment + .comment {
    margin-bottom: 10px;
}

.comment-selected {
    background-color: rgba(239, 240, 241, 0.58); /* #EFEFEF;*/
}

.comment-left {
    position: absolute;
    width: 62px;
}

.comment-right {
    padding-left: 80px;
    line-height: 22px;
}

.comment-right > p + .comment {
    margin-top: 15px;
}

.comment-date {
    margin-left: 10px;
}

.block {
    display: none !important;
} 

.fav {
    background-color: #DFF0D8 !important;
}

.bl {
    background-color: #DDDDDD !important;
}

.btn-dl-color {
    background-color: #337ab7 !important;
    color: white !important;
}


/*
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .wrap {
     > .container {
	padding-top: 170px !important;
    }
  }

  .wrap2 {
     > .container-fluid {
	padding-top: 100px !important;
    }
  }
}

@media screen and (max-width: 1180px) and (min-width: 1001px)  {
  .wrap2 {
     > .container-fluid {
	padding-top: 50px !important;
    }
  }
}
*/


/*
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.ms-auto {
        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);
	max-height: 400px !important;
    }
    .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;
    }
}*/

.newdiv-padding {
    padding: 20px 20px 20px 20px;
}

.my-lead {
    font-size: 20px !important;
}

.site-help > h3 {
    margin-top: 50px;
    /*font-size: 1.6rem;*/
}

.alert-warning {
    color: #b07e28; /*#8a6d3b;*/
    background-color: #fff3cdbf;
}

.btn-primary {
    background-color: #0d6efdcf;
}

.btn-success, span.price {
    background-color: rgb(50, 231, 177);
    border: none;
    color: rgb(19, 17, 26);
}

.btn-success:hover {
    background-color: rgb(19, 17, 26);
    border: none;
    color: white;
}

.btn-default {
    background-color: #00000017;
}

.ms-parent {
    vertical-align: top !important;
}

button#regionset, #api-pay, #testorder {
    vertical-align: top;
}

/*.navbar {
    font-size: larger;
    background-color: #eff0f1 !important;
}*/

a {
    color: #0d6efdcf;
}

a.dropdown-item.active, a.dropdown-item:active {
    background-color: #0d6efdcf;
}

.nav-pills > .nav-item > .active {
    background-color: #0d6efdcf;
}

pre {
    background-color: /*#eff0f1*/ rgb(248, 249, 250) !important;
    padding: 10px;
    line-height: 24px;
}

.link_gray, .link_gray:hover {
    color: rgba(0, 0, 0, 0.55);
}

#plotday, #plotmonth, .flotplot {
    font-size: 10px;
}

/*.comments-page {
    display: none !important;
}

.comments-page-visible {
    display: block !important;
}*/

.width-100 {
    width: 100%;
    overflow-y: auto;
}