/* 
    Created on : 22.06.2015, 15:52:44
    Author     : Евгений Нестеров 
*/

@import "sprites.css";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

#map-canvas{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

@media (min-width: 1200px ) and (min-height: 850px ) {
    body {
        font: 15px/24px Helvetica, Helvetica Neue, sans-serif, Arial;
        background-color: black;
        color: white;
        margin: 0px;
        padding: 0px;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

    .map-container{
        position: absolute;
        margin: auto;
        top: 0; bottom: 0;
        left: 720px; right: 0;
        background-color: linen;
        height: 100%;
        z-index: 1;
    }

    .main-container{
        background-color: #045886;
        box-shadow: 5px 0 0 0 rgba(0,0,0,0.3);
        position: absolute;
        margin: auto;
        top: 0; bottom: 0;
        left: 0; 
        width: 720px;
        height: 100%;
         z-index: 2;
    }
    
    section{
        height: 100%;
        box-sizing: border-box;
    }
    #track_sec{
        overflow: auto;
    }
    #catch_sec{
        overflow: auto;
    }
    .content{
        height: 80%;
        height: calc(100% - 158px);
    }
    .my-list-wrap{
        height: 80%;
        height: calc(100% - 120px);
    }
    .public-list-wrap{
        height: 60%;
        height: calc(100% - 350px);
    }
    #search_results_wrap{
        height: 80%;
        height: calc(100% - 150px);
    }
}

@media (max-width: 1200px), (max-height: 850px ) {
    body {
        font: 15px/24px Helvetica, Helvetica Neue, sans-serif, Arial;
        background-color: black;
        color: white;
        margin: 0px;
        padding: 0px;
        overflow: auto;
    }

    .map-container{
        background-color: linen;
        width: 100%;
        height: 600px;
        z-index: 1;
        position: relative;
    }

    .main-container{
        box-shadow: 0 5px 0 0 rgba(0,0,0,0.3);
        background-color: #045886;
        width: 100%;
        position: relative;
        z-index: 2;
        min-height: 500px;
        min-width: 475px;
    }
    .my-list-wrap{
        max-height: 800px;
    }
    .public-list-wrap{
        max-height: 800px;
    }
    #search_results_wrap{
        max-height: 800px;
    }
    section{
        height: 100%;
        box-sizing: border-box;
    }
}

@media (max-width: 690px){
    #search_dates{
        display: none;
    }
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 70px !important;
}

.main-container .jspTrack
{
	background: rgba(255,255,255,0.1);
}

.main-container .jspDrag
{
	background: rgba(255,255,255,0.5);
}
.main-container .jspVerticalBar
{
	width: 12px;
	background: transparent;
}
.main-container .jspHorizontalBar
{
	height: 12px;
	background: transparent;
}
.litle-ajax-loader{
    display: block;    width: 32px;    height: 32px;    position: absolute;    top: 20px;    left: 0;    right: 0;    bottom: 0;    margin: auto;
    background-image: url('/assets/images/ajax-loader.gif');
    background-size: 32px;    background-position: center;    background-repeat: no-repeat;
}

.pickmeup{
    z-index: 3;
    background-color: #034264 !important;
    margin-top: 5px;
}
.unvisible{
    visibility: hidden;
}
.shidden{
    display: none;
}
.hidden{
    display: none !important;
}
.disabled {
    cursor: default;
}
.ib{
    display: inline-block;
}
.ib-middle{
    vertical-align: middle;
}
.ib-top{
    vertical-align: top;
}
.pull-left, .pull-right{
    display: inline-block;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.upper{
    text-transform: uppercase;
}
.under{
    text-decoration: underline;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.separate + .separate:before{
    content: "•";
    padding: 0 10px;
    color: #4CD2FF;
    text-decoration: none !important;
}
.list-marker{
        margin-left: -10px;
    margin-right: 5px;
}
.list-marker:before{
    content: "•";
    color: #4CD2FF;
    text-decoration: none !important; 
}
.search-filter-type:before{
    color: inherit !important;
    padding: 0 8px !important;
}
.color-white{
    color: #FFF;
}
.color-dark-blue{
    color: #034264;
}
.bg-dark-blue{
    background-color: #034264;
}
.color-lblue-nav, .nav_wrap  a.active, .acc_buttons a.active{
  color: #72BFDF;
}
.color-lblue, #acc_name{
    color: #99E5FF;
}
.color-lblue-time{
    color: #BFEDFF;
}
.color-lblue-header, h2{
    color: #4CD2FF;
}
.color-white-disabled, #my_catches_bt.disabled{
    color: rgba(255,255,255,0.25);
}

.color-gray-blue, .input-label, .form-group-header, .search-filter-pane{
    color: #7FACC3;
}
.color-date-blue, .catch_date, .track_field > .field_value{
    color: #80ACC3;
}
.color-note-lblue, .catch_note, .track-description{
    color: #BFFFFF;
}
.color-fields-gblue, .catch_field, .pp_user_name, .pp_about, .pp_location{
    color: #81ACC3;
}

.color-black-blue, input[type='text'], input[type='email'], input[type='password'],input[type='date'], textarea{
    color: #001F3F;
}
.color-white{
    color: #FFF;
}
.color-lorange, .input-error{
    color: #FFB973;
}
.color-orange,.text-btn{
    color: #FF7F00;
}
.btn-default{
    background-color: #58A8CA;
}
.btn-warn{
    background-color: #034264;
}
.btn{
    padding: 10px 20px;
    border: none;
    outline: none;
    cursor: pointer;
}
.btn-fat{
    padding: 15px 30px;
}
.btn-large{
    padding: 12px 55px;
}
a.btn{
    display: inline-block;
}
.btn.premium-required{
    opacity: 0.7;
    cursor: help;
}

#search_btn{
    background-color: #FF9326;
}
.btn-thin{
    color: white;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
}
.get_premium_btn{
    background-color: #FF9326;
}
.drag-handle{
    cursor: move;
}
.unsel{
    -moz-user-select: -moz-none;    -o-user-select: none;    -khtml-user-select: none;    -webkit-user-select: none;    user-select: none;
}

.file-chooser > div{
    height: 24px
}
.file-chooser{
    white-space: nowrap;
    cursor: pointer;
}
.file-chooser .file-name{
    box-sizing: border-box;
    margin-right: 2px;
    width: 70%;
    background-color: white;
    color: #001F3F;
    padding: 0 5px;
}
.file-chooser .browse-btn{
    box-sizing: border-box;
    width: 30%;
    line-height: 24px;
      text-align: center;
}
.checkbox {
    height: 24px;
    cursor: pointer;
}
.checkbox > *{
    vertical-align: top;
    line-height: 24px;
}
.radiobtn, .checkbox{
     -moz-user-select: -moz-none;    -o-user-select: none;    -khtml-user-select: none;    -webkit-user-select: none;    user-select: none;
}
.radiobtn {
    height: 16px;
    padding: 4px 0;
    cursor: pointer;
}
.radiobtn .input-label{
    margin-left: 4px;
}
.radiobtn > *{
    vertical-align: top;
    line-height: 16px;
}
.radiobtn + .input-label{
    margin-left: 24px;
}
.checkbox.disabled, .radiobtn.disabled{
    opacity: 0.5;
    cursor: not-allowed;
}

.share_btn{
    cursor: pointer;
}
a {
    color: inherit;
    text-decoration: none;
}
input{
      border: transparent;
}
input[type='text'], input[type='email'], input[type='password'],input[type='date']{
    height: 22px;
    line-height: 22px;
    padding: 1px 2px;
    font-size: 16px;
}
textarea{
    line-height: 22px;
    padding: 1px 2px;
    font-size: 16px;
    resize: none;
    border: none;
    outline: none;
}
a:hover{
    
}
h2{
    font-size: 24px;
    margin: 1em 0 1em;
    font-weight: normal;
}
h3{
    font-weight: normal;
  margin-top: 1.1em;
  font-size: 120%;
  margin-bottom: 0.1em;
}
h4{
    font-weight: normal;
  font-size: 110%;
    margin-bottom: 0.5em;
}
.colwrap{
    overflow: hidden;
}
.col50{
    float: left;
    width: 50%;
    display: block;
    box-sizing: border-box;
    min-height: 1px;
    
}
html {
    font-size: 1em;
    line-height: 1.4;
}



header{
  padding: 30px;
  padding-bottom: 18px;
  
}

.bottom-dual-border{
    border-bottom: 1px solid rgba(255,255,255,0.25);
  box-shadow: 0 1px 0 rgba(0,0,0,0.25);
}

.logo_wrap{
    overflow: hidden;
}
#account_nav{
    margin-top: 5px;
}
.acc_buttons{
    line-height: 28px;
}
.nav_wrap{
    margin-top: 20px;
    overflow: hidden;
    font-size: 19px;
}

#logo{
    margin-bottom: 15px;
    background:url("/assets/images/logo.png") top left no-repeat;
    width:281px; height:50px;
}

#account_nav {
    
}

#acc_name{
    font-size: 19px;
    text-align: right;
}

#acc_avatar{
      margin-left: 10px;
}




/* =========   sections    ==========*/
.input-label{
    
}
.form-group{
    margin-bottom: 5px;
}
.form-group > input,.form-group > textarea,.custom-fields-group, .file-chooser{
    /*width: 75%;*/
  width: 95%;
  max-width: 250px;
}
.form-text-input:last-child{
    margin-bottom: 5px;
}
.input-error{
    font-size: 80%;
    line-height: 1em;
    margin: 2px 0;
    
}
section {
    display: none;
    
}

section.active{
    display: block;
}
#reg_sec, #login_sec, section {
    padding: 10px 40px;
}
#reg_sec, #login_sec, #edit_acc_sec, #add_catch_sec {
    max-width: 800px;
}
/* reg_sec */
.premium_comparation .sprites{
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}
.premium_comparation {
    margin: 40px 0 30px;
}

#acc_avatar2.active{
                background-size: cover;
                background-position: 0;
                border-radius: 24px;
            }
.avatar-upload > ul{
    display: inline-block;
    padding: 0 0 0 10px;
  margin: 0;
  list-style-position: inside;
}
.avatar-upload > ul > li {
    cursor: pointer;
}
.avatar-upload > div{
    display: inline-block;
    vertical-align: top;
}
.acc_premium_status > div:first-of-type{
    margin-right: 10px;
}
.acc_premium_status > div:last-of-type{
    padding: 5px 0;
    line-height: 22px;
}
.acc_premium_status .input-label{
      font-size: 14px;
}
.acc_form_inputs > .col50{
    padding: 0 0 30px 30px;
}
.acc_form_inputs .form-group {
    position: relative;
}
.left-side-icon {
    position: absolute;
    left: -32px;
    top: -2px;
}
.input-label + .left-side-icon{
    top: 22px;
}





/* catch_sec */
.catch_body {
    
}
.catch_views > .bg_reward_shares{
    opacity: 0.9;
    transform: scale(0.7);
    text-align: center;
}
.catch_views > .bg_tumbup {
    margin-top: -8px;
    cursor: pointer;
}
.catch_views>div + div{
    margin-left: 0.7em;
}
.catch_views>span + div{
    margin-left: 0.7em;
}
.catch-coordinates{
    margin-top: 10px;
    text-align: right;
    font-size: 14px;
}
.catch_views{
    line-height: 26px;
    margin: 10px 0 20px;
}
.catch_views > span {
    margin-left: 5px;
}
.catch_body {
    
}
.catch_photo{
    padding: 30px;
    padding-bottom: 4px;
    text-align: center;
    line-height: 0;
}
#catch_big_photo{
    max-height: 100%;
    max-width: 100%;
}
.sprites > span{
      line-height: 29px;
  font-size: 120%;
  font-weight: bold;
    
}
.catch_data{
    padding: 30px;
    padding-top: 0;
}
.catch_photos{
    line-height: 0;
    font-size: 0;
}
.catch_photo_preview {
    cursor: pointer;
    vertical-align: middle;
    width: 64px;
    height: 64px;
    background-size: 64px;
    background-size: cover;
    margin: 0 2px;
}
.catch_photo_preview.active{
    margin: 0;
    border: 2px solid white;
}

.public_profile{
    padding: 30px;
}
.public_profile .public_avatar{
    margin-right: 15px;
}
.pp_nickname {
    margin: 0;
}
.pp_social_links > a{
    display: block;
}
.pp_about{
    margin-top: 0.5em; font-weight: bold;
}
.pp_social_links{
    margin-top: 0.7em;
}
.social-link[data-icon]{
    position: relative;
    line-height: 30px;
}
.social-link[data-icon] > .sprites{
    position: absolute;
    top: 1px;
    left: -43px;
}
.pp_rewards{
    padding: 1em 0 0 66px;
}
.reward[data-reward]{
    position: relative;
}
.reward[data-reward='FIRST_CATCHES']:after{
    position: absolute;
    content: attr(data-value);
    font-size: 11px; font-weight: bolder;
    color: #999999;
    top: 17px;
    left: 0;
    width: 100%;
    text-align: center;
}
.reward[data-reward='MONTH_CATCHES']:after{
    position: absolute;
    content: attr(data-value);
    font-size: 11px; font-weight: bolder;
    color: #B28500;
     top: 6px;
    left: 0;
    width: 100%;
    text-align: center;
}
/* my_list_sec */
#my_list_sec{
    padding: 20px 10px 20px 30px;
}
#my_list_sec .btn-group{
    margin-bottom: 5px;
}
.list-item .thumbnail{
    width: 64px;
    height: 64px;
    margin-right: 20px;
    background-size: 64px;
    background-size: cover;
    background-position: 0;
}
.list-item {
    margin-top: 5px;
    overflow: hidden;
}
.list-item + .list-item{
    margin-top: 25px;
}
.list-item h3{
    font-size: 100%;
    margin: 0;
}
.item-info{
    line-height: 22px;
    max-width: 65%;
    max-width: calc(100% - 96px);
}
.text-btn{
      font-size: 90%;
      cursor: pointer;
}
#my_list_sec .col50:nth-of-type(2){
      margin-right: -20px;
}
.my-list-wrap{
    overflow: auto;
}

/* public_profile_sec */
#profile_sec {
    padding: 0;
}
#profile_sec .public_profile{

}
.public-list-wrap{
    overflow: auto;
}
#profile_sec .list-headers, #profile_sec .public-list-wrap{
    margin-left: 50px;
    margin-right: 10px;
}


/* home sec */

/*filters */
#home_sec[data-filter="user"] .search-item[data-type='catch'], #home_sec[data-filter="user"] .search-item[data-type='track']{
    display: none;
}
#home_sec[data-filter="catch"] .search-item[data-type='user'], #home_sec[data-filter="catch"] .search-item[data-type='track']{
    display: none;
}
#home_sec[data-filter="track"] .search-item[data-type='catch'], #home_sec[data-filter="track"] .search-item[data-type='user']{
    display: none;
}
#home_sec[data-filter="user"] .search-sort-type[data-sort="popular"]{
    display: none;
}
#home_sec[data-filter="catch"] .search-sort-type[data-sort="active"], #home_sec[data-filter="track"] .search-sort-type[data-sort="active"]{
    display: none;
}
/*~filters*/
#home_sec{
    padding: 20px 30px;
    padding-right: 10px;
}
#search_form {
    line-height: 24px; 
}
#search_text{
    width: 291px;
}
#search_date_from, #search_date_to{
    width: 95px;
    
}
#search_dates{
    height: 24px;
}
#search_dates.disabled{
    opacity: 0.5;
}
.search-item{
    width: 200px;
    height: 200px;
    background-color: #7FACC3;
    margin-left: 20px;
    margin-bottom: 20px;
    position: relative;
    font-size: 14px;
    line-height: 16px;
    background-size: 200px;
    background-size: cover;
    background-position: 0;
}
.search-item[data-type='user']{
    height: 100px;
    width: 40%;
    width: calc(50% - 20px);
    max-width: 330px;
    padding: 15px;
    background-color: initial;
    box-sizing: border-box;
}
.search-item .pp_about{
    padding-top: 0.5em;
    clear: both;
    max-height: 2.5em;
    overflow: hidden;
}
.search-item .pp_nickname {
    text-align: left !important;
}
.search-item .public_avatar{
    margin-right: 20px;
}
.search-item .public_avatar.active{
    background-size: 48px;
        background-size: cover;
        background-position: 0;
        border-radius: 24px;
        width: 48px;
        height: 48px;
} 
#search_results_wrap{
    overflow: auto;
    margin-left: -20px;
   /* margin-top: 35px;*/
    font-size: 0; 
}
#search_results_wrap h3:only-child{
    font-size: 16px;
    text-align: center;
}
.search-item .item-overlay{
    transition: opacity 0.15s ease-out 0s;
    opacity: 0.8;
    margin: 2px;
    position: absolute;
    z-index: 2;
}
.search-item .item-overlay .pull-right{
    transition: opacity 0.15s ease-out 0s;
    opacity: 0;
}
.search-item:hover .item-overlay .pull-right{
    opacity: 1;
}
.search-item > a{
    z-index: 1;
}
#search_results_wrap > h3{
    text-align: center;
  font-size: 18px;
  margin-top: 0;
}
.item-overlay h3, .item-overlay h4{
    color: white;
    margin: 0;
    padding-left: 2px;
}
.item-overlay h3{
    font-size: 16px;
    line-height: 18px;
}
.item-overlay h4{
    font-size: 12px;
    line-height: 14px;
}
.search-item:hover .item-overlay{
    opacity: 1;
}
.search-item-active-bg{
   /* visibility: hidden;*/
   opacity: 0.8;
    z-index: 0;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0; left: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAMAAACahl6sAAAAe1BMVEX///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgmkOOAAAAKXRSTlMAAwYKDRATFhodICMmKS0wMzY5PUBDRklNUFNWWVxgY2ZpbHBzdnl8gOGLGyYAAACFSURBVHja7d1BDQAwCAAxyBAz/wa3JxYIaR2cgssbO9QTIkSIECFChAgRIkSIECFChAgRIkSIECFChAgRIkSIkHZSyLCQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWm5ZEpQQIUKECBEiRIgQIUKECBEiRIgQIUKECBEiRIgQIUKECBnsAzihJWF9LqAaAAAAAElFTkSuQmCC);
}

.search-item:hover .search-item-active-bg{
   /* visibility: visible;*/
   opacity: 1;
}

.search-filter-pane{
    height: 50px;
    padding-top: 25px;
    padding-bottom: 10px;
}
.search-form-pane{
    height: 50px; 
}
.search-sort-type, .search-filter-type{
    cursor: pointer;
    opacity: 0.9;
}
.search-sort-type:hover, .search-filter-type:hover{
    opacity: 1;
}
.search-sort-type.active, .search-filter-type.active{
    color: white;
    opacity: 1;
}
#ratings_sort{
    font-size: 20px;
}
#types_filters{
    font-size: 16px;
    line-height: 30px;
}

.bg_tumbup{
    cursor: pointer;
    opacity: 0.6;
}
.bg_tumbup.active{
    cursor: pointer;
    opacity: 1;
}
.item-overlay.overlay-header{
    top: 0;
    height: 40px;
    width: 196px
}
.item-overlay.overlay-header > .pull-left{
    margin-top: 5px;
}

.item-overlay.overlay-footer{
    bottom: 0;
    height: 32px;
    width: 192px;
    margin: 4px;
}
.overlay-footer .bg_tumbup{
    margin-top: 4px;
}
.overlay-middle{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}




/* add_catch_sec */

#add_catch_sec{
    padding: 10px 50px;
}
h2 > span {
  vertical-align: middle;
  margin-left: -30px;
  margin-right: 20px;
  cursor: pointer;
  padding: 0 10px;
}
.location-selector {
    /*position: relative;*/
    font-size: 16px;
    height: 55px;
}
.location-selector > .input-label{
    width: 80%;
    width: calc(100% - 56px);
}
.location-selector > div.sprites{
    margin-top: -5px;
    margin-right: 5px;
    cursor: pointer;
    float: right;
}

#drag-marker{
    cursor: move;
    display: none;
    position: absolute;
    z-index: 4;
}
#drag-marker.active{
    display: block;
}

.catch_form_inputs > .col50{
      padding: 0 0 10px 30px;
}

#add_catch_sec .right-col .form-group{
    margin: 0;
}
#add_catch_sec .left-col .form-group{
    margin-bottom: 10px;
}
.form-group .datetime-pick{
      width: 170px;
}
.catch_form_inputs{
    margin-bottom: 10px;
}
.premium-inputs .no-premium{
    display: none;
}
.premium-inputs.disabled .custom-field-item{
    display: none;
}
.premium-inputs.disabled .no-premium{
    display: inherit;
}
.premium-inputs.disabled > *:not(.no-premium){
    opacity: 0.5;
}
.radiobtn > .input-label {
    color: white;
    font-size: 16px;
}
.premium-inputs{
    margin-top: 10px;
}
.premium-inputs .premium-header{
    color: white;
    font-size: 16px;
    margin: 10px 0;
    white-space: pre-line;
}
.form-group-header{
    font-size: 16px;
    /*font-weight: bold;*/
    margin: 15px 0 10px;
}
.custom-fields-group{
    margin-bottom: 5px;
    /*height: 128px;*/
  /*max-height: 128px;*/
  overflow: auto;
  /*padding-right: 15px;*/
  max-width: 270px; 
  width: 100%;
}
.premium-inputs.disabled .custom-fields-group{
    height: 2em;
}
.custom-field-item { 
    max-width: 250px;
}
.field-headers{
    max-width: 250px;
}
.custom-field-item .custom-field-name{
    padding-right: 6px;
}
.custom-field-item .checkbox{
    margin-top: 2px;
}
.custom-field-item input{
    width: 100%;
}
.rem-field-btn{
    margin: 6.5px 0;
    cursor: pointer;
    opacity: 0.7;
}
.rem-field-btn:hover{
    opacity: 1;
}
.images-controls{
    margin-bottom: 5px;
}
.images-controls .btn{
    
}
.photos_edit_wrap .catch_photos{
    overflow: auto;
    white-space: nowrap;
}
/* add track sec */
.track_form_inputs > .col50{
    padding: 0 0 30px 30px;
}
#add_track_sec .right-col .form-group{
    margin: 0;
}
#add_track_sec .left-col .form-group{
    margin-bottom: 10px;
}

.track_form_inputs{
    margin-bottom: 5%;
}



/* track_sec */
.track_body {
    
}
.track-description{
    padding: 10px 0 0;
  clear: both;
  overflow: auto;
}
.track_views > .bg_reward_shares{
    opacity: 0.9;
    transform: scale(0.7);
    text-align: center;
}
.track_views > .bg_tumbup {
    margin-top: -8px;
    cursor: pointer;
}
.track_views>div + div{
    margin-left: 0.7em;
}
.track_views>span + div{
    margin-left: 0.7em;
}
.track_views{
    line-height: 26px;
    margin: 20px 0;
}
.track_views > span {
    margin-left: 5px;
}
.track_body {
    
}
.track_photo{
    padding: 30px;
    padding-bottom: 4px;
    text-align: center;
    line-height: 0;
}
#track_big_photo{
    max-height: 100%;
    max-width: 100%;
}
.sprites > span{
      line-height: 29px;
  font-size: 120%;
  font-weight: bold;
    
}
.track_data{
    padding: 30px;
    padding-top: 0;
}
.track_photos{
    line-height: 0;
    font-size: 0;
}
.track_photo_preview {
    cursor: pointer;
    vertical-align: middle;
    width: 64px;
    height: 64px;
    background-size: 64px;
    background-size: cover;
    margin: 0 2px;
}
.track_photo_preview.active{
    margin: 0;
    border: 2px solid white;
}
.track_fields{
    margin-top: 1%;
}
.track_field {
    clear:both;
    max-width: 250px;
    margin: 4px 0;
}
.track_field + .track_field {
    border-top: 1px solid rgba(255,255,255,0.5); 
}
.track_field > .field_name{
    color: white;
}

/* about sec */
#about_sec{
   padding: 0;
}
#about_sec .content-pad{
   padding: 10px 40px;
}
#about_sec a{
    text-decoration: underline;
}
#about_sec h4 + p{
    margin-top: 0.5em;
}
#about_sec h5{
    margin: 0.5em 0 0.2em;
}
/* =========   ~sections    ==========*/

#fishing_spots_btn{
    z-index: 2;
    cursor: pointer;
}
.anonymous-in #fishing_spots_btn{
    display: none;
}
.signed-in #signin_btns{
    display: none;
}
.anonymous-in #profile_btns{
    display: none;
}

#mapChooser{
    width: 130px;
    cursor: pointer;
    z-index: 2;
    overflow: hidden;
    text-align: left;
    color: rgb(0, 0, 0);
    font-family: Roboto, Arial, sans-serif;
    font-size: 11px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    font-weight: 500;
      height: 18px;
  line-height: 18px;
  border-radius: 2px;
}
#mapChooser:focus{
    z-index: 10;
}
#mapChooser > select{
    border: none;
}
.bottomcenter{
    position: absolute;
    bottom: 5px;
    left: 720px; right: 0;
    margin: 0 auto;
}
.bottomright{
    position: absolute;
    bottom: 30px;
    right: 5px;
    margin: 0 auto;
}
.topright{
    position: absolute;
    top: 5px;
    right: 5px;
    margin: 0 auto;
}
#alertDialog, #confirmDialog{
    position: fixed;
    top:0; left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background-color: rgba(0,0,0,0.3);
    background: radial-gradient(transparent, black) repeat scroll 0% 0% transparent;
}
#alertDialog > div , #confirmDialog > div{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 250px;
    height: 120px;
    background-color: white;
    padding: 15px;
    border: 1px solid gray;
    border-radius: 5px;
    /*box-shadow: -5px -5px 50px -10px gray inset;
    -webkit-box-shadow:-5px -5px 50px -10px gray inset;
    -moz-box-shadow: -5px -5px 50px -10px gray inset;
    -o-box-shadow: -5px -5px 50px -10px gray inset;*/

}
#alertDialog > div > p ,#confirmDialog > div > p {
    color: black;
    font-family: arial;
    font-size: 16px;
}
#alertDialog > div > input[type='button']{
    width: 100px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: #034264;
}
#confirmDialog > div > input[type='button'] {
    width: 100px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: #034264;
}
#confirmDialog > div > input[type='button']:last-of-type {
    left: auto;
    right: 20px;
}