/* Supporting marketing content */
.marketing {
    margin: 40px 0;
}

.marketing p + h4 {
    margin-top: 28px;
}

form {
    max-width: 530px;
    padding: 15px;
    margin: 0 auto;
}

/* alerts */
.alert-error {
  background-color: #e74c3c;
  border-color: #e74c3c;
  color: #ffffff;
}
.alert-error hr {
  border-top-color: #e43725;
}
.alert-error .alert-link {
  color: #e6e6e6;
}

/* others */

.spimg {width: 100px;}
.spimg img {width: 80px;}

.spimgfull {width: 400px; padding: 10px;}
.spimgfull img {width: 380px;}

.mapit {
    z-index: 100;
}
.map {
    height: 30em;
    border-radius:1em;
    border: 0.2em solid gray;
    margin: 0.5em;
    padding:1em;
}

#listPanel {display: none;}
#map_canvas {height: 650px; }
.legend {
    line-height: 18px;
    color: #555;
    background-color: #FFF;
    opacity: 0.8;
    min-width: 200px;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}
.scrollable {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}
.scrollable::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
}
.scrollable::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: lightgray;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.75);
}

.is_valid_true, .is_valid_True { background-color: rgba(46, 204, 113,0.8); color: #ffffff; }
.is_valid_false, .is_valid_False { background-color: rgba(231, 76, 60,0.8); color: #ffffff; }
.tab-pane { margin: 0 auto; width: 80%; }
#tab_overview, #tab_map, #tab_list { margin: 0 auto; width: 100%; }
.tab-pane form {
    max-width: 100%;
}
.tab-pane form input, .tab-pane form textarea, .tab-pane form button {
    margin-bottom: 10px;
}

.translate_english { font-size: 18px; white-space: pre-wrap; word-wrap: break-word; }
.translate_history { padding: 20px 15px 15px 15px; }
.translate_history article {color: #7f8c8d; font-size: 15px;}
.translate_history time { font-weight: bold; }


/** supporters **/
.partner_wrapper, .team_wrapper {
    display:table-cell;
    vertical-align:middle;
    height: 200px;
    text-align: center;
    margin: 10px 0 10px 0;
}
.partner_info, .team_info {
    margin-left:auto;
    margin-right:auto;
}
.partner_info img, .team_info img {
    display: inline;
}
.team_wrapper { height: 300px; }
.team_info img { border-radius: 50%; }

/** empty dashboard **/
.empty_dashboard {
    width: 400px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
    padding-top: 120px;
    padding-bottom: 50px;
    vertical-align: middle;
}
.empty_content .empty_image {
    background-repeat: no-repeat;
    background-size: 165px 159px;
    display: inline-block;
    height: 159px;
    margin-bottom: 20px;
    width: 165px;
    opacity: 0.5;
}
.empty_content .empty_image.record_image {
    background-image: url('/static/images/record_button.png');
}
.empty_content .empty_title {
    font-size: 30px;
    margin-bottom: 10px;
    color: #888;
}
.empty_content .empty_desc {
    font-size: 17px;
    color: #888;
    margin-bottom: 20px;
}
.empty_content .empty_upsell a {
    opacity: 0.5;
}
.empty_content .empty_upsell a:hover {
    opacity: 1.0;
}

.panel-action-link {
    color: #062d66 !important;
    font-weight: lighter;
}
.panel-body-table {
    font-size: 14px;
}
.panel-body-table table thead tr th {
    color: #688a7e;
    font-weight: 500;
    text-align: center;
}
.panel-body-table.allow-scroll {
    height: 600px;
    overflow: scroll;
}

.capitalize { text-transform:capitalize; }

/*---------------------- widget -----------------*/
.widget {
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.35) inset, 0 3px 1px -1px rgba(0, 0, 0, 0.1);
    /*background: none repeat scroll 0 0 #57889c;*/
    background: none repeat scroll 0 0 rgb(140, 191, 68);
    color: white;
    margin-bottom: 30px;
    min-height: 140px;
    padding: 20px;
    text-align: center;
    /*cursor: pointer;*/
}
/*
.widget:hover {
    background: none repeat scroll 0 0 rgba(140, 191, 68, 0.7);
}
*/
.widget .count {
    font-size: 40pt;
    font-weight: 300;
    margin-top: 20px;
}
.widget .title {
    font-size: 12pt;
    font-weight: 200;
    text-transform: uppercase;
}

/*---------------------- panel -----------------*/
.panel {
  border:none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 30px;
}
.panel .panel-heading {
  line-height: 34px;
  padding: 0 15px;
  min-height: 34px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
}
.panel .panel-heading .panel-title {
  line-height: 40px;
}
.panel .panel-heading i {
  width: 30px;
  display: inline-block;
  font-size: 14px;
  border-right:1px solid #e6e6e6 ;
}
.panel .panel-heading ul li {
  border-top:1px solid #e6e6e6 ;
  border-left:1px solid #e6e6e6 ;
  border-right:1px solid #e6e6e6 ;
}
.panel .panel-heading h2 {
  height: 100%;
  width: auto;
  display: inline-block;
  font-size: 14px;
  position: relative;
  margin: 0;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: 0;
}
.panel .panel-heading .panel-actions {
  float: right;
  margin-right: -15px;
  height: 40px;
  font-size: 0;
}
.panel .panel-heading .panel-actions i {
  display: inline-block;
  text-align: center;
  width: 34px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
  font-size: 14px;
}
.panel .panel-heading .panel-actions a {
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  line-height: 32px;
  padding: 0;
  margin: 0;
  color: #333;
  border-left: 1px solid rgba(0,0,0,.09);
}
.panel-actions .btn-setting:hover,
.panel-actions .btn-minimize:hover,
.panel-actions .btn-close:hover {
  background-color: rgba(0,0,0,.05);
}
.panel .panel-heading .switch {
  margin: 10px;
}
.panel .panel-body {
  border-width: 1px 1px 2px;
  border-style: solid;
  border-top: none;
  border-right-color: #ccc!important;
  border-bottom-color: #ccc!important;
  border-left-color: #ccc!important;
}
.panel .panel-body-map {
  border-width: 1px 1px 2px;
  border-style: solid;
  background:#eef3f7;
  height:380px;
  border-top: none;
  border-right-color: #ccc!important;
  border-bottom-color: #ccc!important;
  border-left-color: #ccc!important;
}
.panel .panel-body.no-padding {
  padding: 0;
}
.panel .panel-body.padding-horizontal {
  padding: 0 15px;
}
.panel .panel-body.no-padding-bottom {
  padding-bottom: 0;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.panel .panel-footer {
  border-width: 0 1px 2px 1px;
  border-style: solid;
  border-top: none;
  border-right-color: #ccc!important;
  border-bottom-color: #ccc!important;
  border-left-color: #ccc!important;
  position: relative;
}
.panel.panel-default {
  border-radius: 0px;

  border-top: 1px solid #d4d4d4;
  -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.1);

}
.panel.panel-default.panel-heading {
  background: #97d3c5;
}
.panel.panel-default .panel-footer {
  background: #f5f5f5;
}
.panel.panel-primary {
  border-color: #20a8d8;
}
.panel.panel-primary .panel-heading,
.panel.panel-primary .panel-footer {
  background: #5dc3e7;
  color: #092f3d;
  border-color: #20a8d8;
}
.panel.panel-success {
  border-color: #79c447;
}
.panel.panel-success .panel-heading,
.panel.panel-success .panel-footer {
  background: #a3d781;
  color: #284315;
  border-color: #79c447;
}
.panel.panel-info {
  border-color: #67c2ef;
}
.panel.panel-info .panel-heading,
.panel.panel-info .panel-footer {
  background: #acdef6;
  color: #106894;
  border-color: #67c2ef;
}
.panel.panel-warning {
  border-color: #fabb3d;
}
.panel.panel-warning .panel-heading,
.panel.panel-warning .panel-footer {
  background: #fcd588;
  color: #815703;
  border-color: #fabb3d;
}
.panel.panel-danger {
  border-color: #ff5454;
}
.panel.panel-danger .panel-heading,
.panel.panel-danger .panel-footer {
  background: #ffa1a1;
  color: #a10000;
  border-color: #ff5454;
}

/* START Asset Vote */

.itemblock { height: 400px; }
.itemblock h4 a { color: #333; }
.itemblock img.image { max-width: 100%; margin-top: 9px; }
.info { padding: 4px; }
.vote_like { background-color: #00B185; }
.vote_dislike { background-color: #c32f10; }
.badge {padding: 6px 14px;}
.fa-2 { font-size: 1.7em; padding: 2px;}

/* END Asset Vote */

/** START users **/

nav.nav-paginate {
    position: relative;
    text-align: center;
}

/** END users **/

/* START feedback */
.issue_title {margin-top: 20px;font-weight: bold; line-height: 120%;}
.issue_content {}
/* END feedback */

/* START login form */
/* http://bootsnipp.com/snippets/featured/responsive-login-with-social-buttons */
/*
    Note: It is best to use a less version of this file ( see http://css2less.cc
    For the media queries use @screen-sm-min instead of 768px.
    For .omb_spanOr use @body-bg instead of white.
*/

@media (min-width: 768px) {
    .omb_row-sm-offset-3 div:first-child[class*="col-"] {
        margin-left: 25%;
    }
}

.omb_login .omb_authTitle {
    text-align: center;
	line-height: 300%;
}

.omb_login .omb_socialButtons a {
	color: white; // In yourUse @body-bg
	opacity:0.9;
}
.omb_login .omb_socialButtons a:hover {
    color: white;
	opacity:1;
}
.omb_login .omb_socialButtons .omb_btn-facebook {background: #3b5998;}
.omb_login .omb_socialButtons .omb_btn-twitter {background: #00aced;}
.omb_login .omb_socialButtons .omb_btn-google {background: #c32f10;}


.omb_login .omb_loginOr {
	position: relative;
	font-size: 1.5em;
	color: #aaa;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.omb_login .omb_loginOr .omb_hrOr {
	background-color: #cdcdcd;
	height: 1px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.omb_login .omb_loginOr .omb_spanOr {
	display: block;
	position: absolute;
	left: 50%;
	top: -0.6em;
	margin-left: -1.5em;
	background-color: white;
	width: 3em;
	text-align: center;
}

.omb_login .omb_loginForm .input-group.i {
	width: 2em;
}
.omb_login .omb_loginForm  .help-block {
    color: red;
}


@media (min-width: 768px) {
    .omb_login .omb_forgotPwd {
        text-align: right;
		margin-top:10px;
 	}
}

/* END login form */
