/*=============== COMMON STYLE START ==================== */
@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; border:none; text-decoration:none;}
@font-face{
	font-family:Yahei;
	src:url(../fonts/lane-narrow.ttf);
}

@font-face {
   font-family: sansation_regular;
   src: url(../fonts/iCielSansation-Regular.otf);
}
@font-face {
   font-family: sansation_italic;
   src: url(../fonts/iCielSansation-Italic.otf);
}
@font-face {
   font-family: sansation_light;
   src: url(../fonts/iCielSansation-Light.otf);
}
@font-face {
   font-family: sansation_bold;
   src: url(../fonts/iCielSansation-Bold.otf);
}
h1,h2,h3,p,a,span{
	font-family:sansation_regular;
}

b, strong{
	color: #000000;
}
body{
	background:#e6e7e9;
	font-family:sansation_regular;
}

.container.content {
    top: 90px;
    position: relative;
}

@media (min-width: 320px){
	.container {
		width: 100% !important;
	}
}

@media (min-width: 1280px){
	.container {
		width: 1280px !important;
	}
}

li{
	list-style-type: none;
}

a:hover{
	text-decoration:none;
}

.dropdown-menu>.active>a:hover, .dropdown-menu>.active>a{
	background-color: #fff;
}

span{
	font-size: 14px;
}
textarea{
	resize: none;	
}

.border-green{
	border: 1px solid #40b986;
	border-radius: 4px;
	background-color: #f9f9f9;
}
.border-gray{
	border-radius: 5px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.26);
}
    
.form-cap{
	background-color: #339900;
	color: white;
	text-align: center;
	font-size: 1.3em;
	line-height: 40px;
	margin-bottom: 15px;
	font-family:sansation_regular;
}

.style-btn{
	box-shadow: 3px 2px 2px 1px #999;
    background-color: #339900;
    border: 1px solid #555;
    border-radius: 4px;
    padding: 8px 25px;
    color: #f9f9f9;
}

input[disabled], button[disabled]{
	background-color: #a6b79d !important;
}

.right-btn{
	margin: 0;
    text-align: right;
}

.pager {
    margin: 0;
    margin-bottom: 20px;
}

.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 1px;    
}

.pager .active>a {
	color: #337ab7 !important;
}

.pager .glyphicon {
	line-height: 1.3333333 !important;
	top: -1px;
}

.profile-area{
	margin-bottom: 6px;
}

.list-picture .profile-area{
	display: table-row;
}

.profile-area .pull-left{
	margin-right: 10px;
}

.profile-area h3{
	margin: 0;
    font-size: 16px;
    padding-bottom: 6px;
    padding-top: 3px;
}

.profile-area p, .point-comment-info p{
	font-size: 13px;
	color: #999;
	margin-bottom: 5px;
}

.profile-area img{
	height: 45px;
	width: 45px;
	border-radius: 50px;
	border: 1px solid #f5f5f5;
}

.profile-area .extend-info{
	padding-left: 15px;
    padding-bottom: 10px;
}

.profile-area .extend-info span{
	font-size: 12px;
}

.profile-area .extend-info-comment{
	padding-left: 60px;
}

.profile-area .overflow{
	max-width: 170px;
    overflow: hidden;
    white-space: nowrap;
}

#own-list-image-page .profile-area .overflow{
	max-width: 159px;
}

#own-list-image-page .profile-area .pull-left{
	margin-right: 0px;
}

.profile-area .cptt-name{
	margin-left: 56px;
}

.dropdown-menu>li>a{
	font-weight: bold;
}

.dropdown>a{
	font-size: 15px;
    margin: 5px;
}

.list-picture .dropdown>a{
    margin: 0;
}

.list-picture .description{
	font-family: inherit;
	font-weight: 500;
}


.row{
	margin-right: 0;
    margin-left: 0;
}

.btn{
	min-width: 120px;
}

.modal-header{
	padding: 10px;
    background-color: #339900;
    border-radius: 5px 5px 0 0;
    color: #f9f9f9;
    border: 1px solid #f9f9f9;
}

.modal-header .glyphicon{
	font-size: 18px;
	font-weight: bold !important;	
	font-family: 'Glyphicons Halflings' !important;
}

.modal-header .close{
	opacity: 1;
}

.modal-body {
    padding: 8px;
    margin-bottom: 10px;
}

.confirm-modal .modal-footer{
	margin-left: 7px;
    margin-right: 7px;
}

.loading {
	display: none;
	text-align: center;
	color: #000000;
}

.center{
	margin: 0 auto;
}

.disabled{
	background-color: #CCC;
}

.active>a{ 
	color: #A72626 !important;
}

.error-msg{
	color: #EC0F0A;
    padding-bottom: 8px;
    width: 100% !important;
    padding-top: 5px;
}

.success-msg{
	color: #008040;
    padding-bottom: 8px;
}

.has-error .checkbox, .has-error .checkbox-inline,
.has-error .control-label, .help-block,
.has-error .radio, .has-error .radio-inline, .has-error.checkbox label,
.has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #EC0F0A !important;
    font-weight: 100;
    color: #EC0F0A !important;
}	

.pagination>.active>a, .pagination>.active>a:focus, 
.pagination>.active>a:hover, .pagination>.active>span,
 .pagination>.active>span:focus, .pagination>.active>span:hover {
    cursor: default;
    background-color: rgba(51, 153, 0, 0.72);
    border-color: #ddd;
}

.form-control{
	border-radius: 3px;
}

.add-btn{
	position: fixed;
    bottom: 60px;
    right: 45px;
    width: 65px;
    margin: 0;
    z-index: 9999;
    box-shadow: 0 3px 6px rgba(0,0,0,0.3);
    border-radius: 50%;
    cursor: pointer;
	
}
/*=============== COMMON STYLE END ==================== */

/* TOP MEUNU START */
.header{
	background-color: #40b986;
	height: 70px;
/* 	box-shadow: 0px 5px 20px 5px #40b986;  */
	color: #FFFFFF;
	position: fixed;
    right: 0;
    left: 0;
    z-index: 99;
}

.header a{
	color: #FFFFFF;
	font-size: 1.1em;	
}
.header a:hover{
	color: #000000;
}

.footer {
	bottom: 0px;
	right: 0px;
	left: 0px;
	line-height: 48px;
	border-top: 2px solid #f5f5f5;
	background-color: rgba(85, 85, 85, 0.32);
	margin-top: 70px;
}

.mgbt100 .footer{
	margin-top: 100px !important;
}

.mgbt139 .footer{
	margin-top: 139px !important;
}

.footer li{
	float: left;
	margin-right: 20px;	
	color: dimgray;
}

.admin-header {
	background-color: rgba(0, 136, 204, 0.62);
    box-shadow: 0px 5px 20px 5px rgba(0, 136, 204, 0.68);
}

.logo-download{
	padding-left: 20px;
	height: 46px !important;

}

@media (min-width: 220px){
	.header .searching-form{
		width: 187px;
	}
}
@media (min-width: 378px){
	.header .searching-form{
		width: 245px;
	}
}

.header .searching-form{
	padding-left: 15px;
    padding-right: 5px;
    margin-top: 14px;
}

.menu-items{
	margin: 20px 0 0 10px;
}
.menu-items li {
	float: left;
}
.menu-items a{
    padding: 5px 15px;
}

.menu-items .flag{
	margin-top: -6px;
}

.menu-items .flag img{
	width: 40px;
	height: 35px;
}

.menu-items .flag a{
	padding: 0 8px;
}

.header-right{
    display: inline-flex;
    margin-top: 14px;
    line-height: 35px;
}

.header .profile-area{
	margin-top: 10px;
}

.header  .profile-area img{
	height: 45px;
	width: 45px;
}
.header  .profile-area a{
    text-align: center;	
    font-weight: 500;
}

.header  .profile-area .dropdown-menu{
	margin-top: 7px;
	min-width: 142px;
}
.header  .profile-area .dropdown-menu>li>a{
    text-align: left;
    padding: 0 15px 0 15px;
	color: #262626;
	font-size: 1em;	
}

.notification{
	position: relative;
	margin-right: 12px;
	margin-top: 9px;
}
.number-noti{
	position: absolute;
    top: -4px;
    right: -7px;
    color: #ffffff;
    background-color: #F44336;
    padding: 0px 6px;
    border-radius: 5px;
    font-size: 14px;
}

.dropdown-menu-right{
	right: 0;
}
  
.header .nav-bar-reponsive{
	margin: 17px 0px;  
}

.header .nav-bar-reponsive>a{
	font-size: 27px;
}
.header .nav-bar-reponsive .nav-bar{
    margin-left: -15px;
    background-color: #40B986;
    border: none;
	border-radius: 0;
    border-top: 2px solid #f9f9f9;
    margin-top: 15px;
    position: absolute;
	z-index: 1000;
}    


@media (max-width: 991px){
	.header .nav-bar-reponsive .nav-bar{
		width: 281px;
	}
	
	.order-by-choose {
		margin-top: 0;
	}
}
  
.nav-bar{
	border: 2px solid #000000;
	border-radius: 4px;
	background-color: #f9f9f9;
	padding: 3px 15px 0 20px;
	font-family: sansation_regular;
	line-height: 25px;
}

.nav-bar img{
	height: 40px;
	width: 40px;
}
.nav-bar .sub-ul{
	padding: 2px 0 2px 10px;
}

.nav-bar .sub-ul li:not(:last-child) {
	margin-bottom: 8px;
}

.nav-bar .sup-li{
	border-bottom: 2px solid #e5e5e5;
	margin-top: 10px;
}
.nav-bar .sup-li:last-child{
	border-bottom:  none;
}

.nav-tabs>li>a {
	color: #f5f5f5;
}

/* TOP MEUNU END */

/* LOGIN AREA START */
.introduction .title h1{
	font-size: 3em;
    color: #339900;
    letter-spacing: 1px;
	
}
.introduction .intro-content{
	background: url('../images/trasfondo-arbol.jpg') no-repeat;
    background-size: 100%;
    width: 90%;
    border: 2px solid #339900;
    border-radius: 5px;
    box-shadow: 10px 10px 20px #339900;
	
}
 .introduction .intro-content p{
	padding: 50px 0 0 50px;
    width: 90%;
    text-align: justify;
    font-weight: 800;
    font-size: 17px;
	color: #080808;
}   

.login-area {	
	padding: 15px;
	color: #000000;
}

.login-area td{
	padding-left: 0;
	padding-right: 0;
}

.login-area  .form-group{
	width: 100%;
    margin-bottom: 12px;
}

.login-area .forgot-pass{
	margin-bottom: 10px;
	text-decoration: underline;
}

.login-area .forgot-pass a{
	font-size: 13px;
    color: #3C763D;
}

@media (min-width: 304px){
	.login-area .forgot-pass a{
		padding-left: 0;
	}
}

@media (min-width: 337px){
	.login-area .forgot-pass a{
		padding-left: 12px;
	}
}

.login-area .forgot-pass a:hover{
	color: #286090;
}

.login-area .facebook-login{
	padding: 10px 0 10px 15px;
    border-top: 1px solid #eee;
}

.login-area .facebook-login a{
    color: #f9f9f9;
    padding: 7px 31px;
}

.login-area button{
	margin-left: 20px;
    margin-bottom: 10px;
    margin-right: 10px !important;	
}

.register-area{
	padding-top: 15px;
}
 
.register-area .label-term a{
	color: #3C763D;
	font-size: 14px;
	padding: 0;
}

.register-area .label-term a:hover{
	color: #286090;
}

.register-area .full-name div{
	width: 48%;
}

.register-area .full-name .form-control{
	width: 94% !important;
}

.register-area .full-name .help-block{
	margin-bottom: 0 !important;
}

.register-area .form-control{
	width: 97% !important;
}

.register-area .input-group{
	width: 97% !important;
}

.register-area .input-group .form-control{
	width: 100% !important;
}

.register-area .phone-number select, .register-area .phone-number input{
	width: 47% !important;
}

.register-area .phone-number select{
    margin-right: 13px;
}

.mandatory-asterix{
	color: red;
    margin-top: 9px;
    margin-left: 5px;
}

.send-password-area{
	padding: 15px;
}
.send-password-area .notice{
	color: #000000;
}

@media (min-width: 368px){
	.register-area, .login-area, .send-password-area{
		width: 100%;
}}

@media (min-width: 680px){
	.register-area, .login-area, .send-password-area{
		width: 70%;
}}

.register-area{
	padding: 15px;
}

.survey-content .form-group{
	width: 100%;
    padding-left: 15px;
    padding-right: 15px;
	margin-left: 0 !important;
}

.register-area button{
	margin: 0 16px 12px 0;    
}

.term-content-area {
	min-height: 300px;
	padding: 10px;
	color: black;
    margin-bottom: 10px;
}

/* LOGIN AREA END */

/* HOME PAGE START */
.menu-items .input-group .form-control{
	height: 37px;
}

.menu-items .style-nav{
	border-right: 2px solid #f9f9f9;
}
.menu-items .style-nav:last-child{
	border-right:none;
}

/* MAIN CONTETN START */
.list-picture>ul{
	margin: -5px 0 0 -3px;
}

.list-picture>ul>li  {
		width: 23.8%;
		min-width: 240px;
	}
	
#welcome-page .list-picture>ul>li, #hot-image-page .list-picture>ul>li {
	width: 19%;
} 

/* Responsive */
@media (max-width: 993px){
	.list-picture>ul>li, #welcome-page .list-picture>ul>li, #hot-image-page .list-picture>ul>li{
		width: 31%;
	}
}

@media (max-width: 690px){
	.list-picture>ul>li, #welcome-page .list-picture>ul>li, #hot-image-page .list-picture>ul>li  {
		width: 47%;	
	}
}

@media (max-width: 500px){
	.list-picture>ul>li, #welcome-page .list-picture>ul>li, #hot-image-page .list-picture>ul>li  {
		width: 100%;	
	}
}

.list-picture>ul>li {
	float: left;
	margin: 5px;
}

.list-picture .video-wraper{
	padding: 5px 6px 6px 6px;
	margin-bottom: 15px;
	display: table;
	width: 100%;
}

.list-picture .main-image {
	position: relative;
}

.list-picture .main-image img{
	max-width: 100%;
	height: 140px;
	border-radius: 4px;

}
.list-picture .main-image .image-orgi{
	display: block;
    margin-left: auto;
    margin-right: auto;
}


.list-picture .main-image img:hover{
	transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transition: all 0.2s ease-out;
}

.list-picture .main-image .zoom-view-location{
	height: 50px;
    position: absolute;
    top: 139px;
    z-index: 200;
    left: 0;
    text-align: right;
    margin: 0;
    padding: 4px;
    color: #fff;
    line-height: 1.4em;
    cursor: pointer;
    width: 100%;
    background-color: rgba(0, 136, 204, 0.48);
    display: none;
}

#own-list-image-page .list-picture .main-image .zoom-view-location{
	top: 183px;
}

.list-picture .main-image .zoom-view-location a{
	padding-right: 10px;
}

.list-picture .main-image .zoom-view-location img{
	width: 40px;
	height: 40px;
}


.list-picture .detail-area{
	height: 110px;
	margin: 10px 0;
	font-size: 13px;
	text-align: justify;
}
.list-picture .description{
	overflow: hidden;
	margin-bottom: 5px;
}

.list-picture .point-comment-info{
	border-top: 1px solid #7FB365;
	padding-top: 5px;
}

@media (min-width: 992px) {}
	.list-picture .modal-lg {
    width: 85%;
}

.full-size-image{
	position: relative;
}
.full-size-image img{
	width: 100%;
}

.change-image-area{
	background: url("../images/footer-bg.png") repeat;
    position: absolute;
    height: 30px;
    width: 94%;
    top: 0px;
    opacity: 0.9;
}

.list-comment{
    background-color: #f7f7f7;
    border-radius: 3px;
    padding: 5px;
    max-height: 360px;
    border: 1px solid rgba(153, 153, 153, 0.24);
}    

.list-comment li{
	border-bottom: 1px solid #EEE;
}

.list-comment li:last-child{
	border-bottom: none;
}

.list-comment span, .list-comment p{
	font-family: inherit;
	font-weight: 500;
} 

.mCSB_inside > .mCSB_container {
    margin-right: 20px;
}

.comment-area{
	margin: 0 -10px;
}

.comment-area  .col-md-2, .comment-area  .col-md-10{
	padding: 0;	
}

.comment-area b{
	color: #31708f;
}

.write-comment{
	margin: 0 0 6px 0;
}

.write-comment .avatar{
	width: 15%;
	float: left;
}

.write-comment .input-comment{
	width: 85%;
	float: right;
}

.write-comment img,.comment-group img{
	height: 45px;
    width: 45px;
    border-radius: 50px;
}

.write-comment .form-control {
    width: 100%;
    height: 34px;
    margin-top: 3px;
}
.comment-group{
	margin-top: 5px;
	margin-bottom: 3px;
	min-height: 45px;
}

.comment-group .name{
	margin-bottom: -5px;
}
.comment-group .name h3{
	font-size: 14px;
    margin-top: 1px;
    margin-bottom: 0;
	text-align: justify;
}


.comment-group .name p{
	font-size: 12px;
	color: #555;
	margin-bottom: 7px;
}

.comment-group .comment p{
	font-size: 13px;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
	width: 90%;
}

.comment-group .comment .form-control{
	width: 93%;
	height: 28px;
	margin-bottom: 3px;
}

.comment-group .comment .content div, .comment-group .comment .edit-content{
	display: none;
}

.comment-group .comment .edit-content{
	display: none;
}

.comment-group .comment .edit-content div{
	margin-top: 7px;
	
}

.comment-group .comment a{
	font-size: 10px;
}
/* MAIN CONTETN END */

/* HOME PAGE END */

/* PROFILE PAGE START */
.update-profile-area{
	width: 87%;
	height: 440px;
}
.avatar-area{
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}
.avatar-area img{
	width: 190px;
	height: 190px;
	margin-bottom: 15px;
}

.avatar-area .camera-edit{
	position: absolute;
	top: 158px;
    right: 15%;
    cursor: pointer;
}

.avatar-area .camera-edit img{
	height: 50px;
	width: 50px;
}

@media (max-width: 990px) {
	.avatar-area .camera-edit{
		right: 34%;
	}
}
.avatar-area #file-upload{
	visibility: hidden;
}

.avatar-area .save-avatar{
	display: none;
}

.info-area{
    width: 80%;
    margin: 0 auto 20px auto;
}

.info-area .col-1{
	width: 32%;
	height: 54px;	
	padding-left: 26px;	
}
.info-area .col-2{
	width: 55%;
}

.info-area .table{
	margin-bottom: 0px;
}

.info-area table tr td{
	padding-top: 17px;
}

.info-area .static-text{
	display: block;
}
.info-area  .edit-form{
	display: none;
	margin-top: -7px;
	margin-bottom: 0;
}

.info-area  .edit-form i{
	margin-top: 8px;
}

.info-area  .edit-form a{
	font-size: 17px;
}

.info-area .password  .confirm-passwd{
	margin-top: 8px;
}

.edit-open-modal {
	text-align: center;
	margin-bottom: 15px;
}
/* PROFILE PAGE END */

/* UPLOAD IMAGE PAGE START */
.upload-image-page .form-group {
    margin-bottom: 10px;
}


.upload-image-page .main-content{
	padding: 15px;
    margin-bottom: 12px;
}

.main-content .right-btn{
	padding-top: 5px;
}

.desciption-area .main-content span{
	line-height: 38px;
}

.desciption-area  textarea{
	height: 184px;
}

.upload-area {
	padding-bottom: 15px;
}

.upload-area .image{
    width: 100%;
	border-radius: 5px;
	margin-bottom: -15px;
}
    
.upload-area .help-block{
	margin-left: 30px;
}

.jFiler-input-dragDrop {
	width: 75%;
	padding: 12px;
}

.jFiler-input-dragDrop .jFiler-input-icon{
	font-size: 30px;
}

.jFiler {
	padding-top: 11px;
	position: relative;
}

.jFiler-input-dragDrop{    
    margin-bottom: 9px;
}
.jFiler-items {
    display: flex;
    justify-content: center;
    margin-left: 10px;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container{
	margin: 0;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb{
	width: 230px;
    height: 190px;
}
.jFiler-item .jFiler-item-container .jFiler-item-thumb img {
	width: 100%;
	height: 100%;
}

.view-map{
    margin: 15px 0 13px 0;
    padding: 1px 0 1px 15px;
}

.view-map .form-group{
    padding: 12px 15px 0 0;
}
.view-map .right-btn{
	margin: 15px;
}

.view-map .googleMap{
	width: 100%;
	height: 380px;
}

.view-map .coordinates{
	background-color: #fff;
    width: 74%;
    margin-top: 6px;
    border-radius: 5px;
    padding: 8px 12px;
    color: #F44336;
    text-align: center;
}

.upload-image-page .main-content .profile-area h2{
	margin-top: 14px;
    margin-bottom: 0px;
    font-size: 22px;
}

.upload-image-page .main-content .profile-area img{
	height: 50px;
    width: 50px;
	
}
/* UPLOAD IMAGE PAGE END */

/* COMPETITION PAGE START */
.list-competition>ul{
	margin: 1px 0 0 -8px;
	
}

.list-competition>ul>li {
	float: left;
	margin: 0 10px 16px 10px;
	box-shadow: 7px 6px 9px 3px #339900;
	width: 47%;
}

/* Responsive */
@media (max-width: 500px){
	.list-competitionul>ul>li  {
		width: 100%;
}}

.competition-content{
	padding: 10px 0px 10px 10px;
	position: relative;
}

.competition-content .icon-hot{
	position: absolute;
    top: -15px;
    right: -14px;
	z-index: 10;
}

.competition-content .icon-hot img{
	width: 40px;
}

.competition-content img{
	border-radius: 5px;
}

.competition-content .btn-join a{
	padding-top: 10px;
}

.competition-content  .statistic{
	margin-bottom: 20px;
}

.competition-content .competition-ava{
	padding: 0;
	text-align: center;
	min-width: 194px;
}

.competition-content .competition-ava img{
	height: 195px;
	width: 195px;
}

.competition-content .competition-img{
	padding-top: 12px;
}

.competition-content .competition-img  img{
	height: 110px;
    width: 110px;
	margin-bottom: 5px;
}

.competition-content .competition-img .col-md-3,.competition-content .competition-img .col-xs-6{
	padding: 0;
}

.competition-content h3{
	font-size: 20px;
	margin-top: 0;
}

.competition-content .modify-cptt-area{
	position: absolute;
    bottom: 10px;
    right: 10px;
	display: none;
}

/* CARD PAGE -- Clone from competition style, should be refactor later */
.card-list>ul{
	margin: 1px 0 0 -8px;
	
}

.card-list>ul>li {
	float: left;
	margin: 0 10px 16px 10px;
	box-shadow: 7px 6px 9px 3px #339900;
	width: 47%;
}

/* Responsive */
@media (max-width: 500px){
	.card-list ul>ul>li  {
		width: 100%;
}}

.card{
	padding: 10px 0px 10px 10px;
	position: relative;
}

.card .icon-hot{
	position: absolute;
    top: -15px;
    right: -14px;
	z-index: 10;
}

.card .icon-hot img{
	width: 40px;
}

.card img{
	border-radius: 5px;
}

.card .btn-join a{
	padding-top: 10px;
}

.card  .statistic{
	margin-bottom: 20px;
}

.card .competition-ava{
	padding: 0;
	text-align: center;
	min-width: 194px;
}

.card .card-avatar img{
	height: 195px;
	width: 195px;
}

.card .competition-img{
	padding-top: 12px;
}

.card .competition-img  img{
	height: 110px;
    width: 110px;
	margin-bottom: 5px;
}

.card .competition-img .col-md-3,.card .competition-img .col-xs-6{
	padding: 0;
}

.card h3{
	font-size: 20px;
	margin-top: 0;
}

.card .modify-cptt-area{
	position: absolute;
    bottom: 10px;
    right: 10px;
	display: none;
}


@media (min-width: 368px){
	.survey-content{
		width: 100%;
}}

@media (min-width: 680px){
	.survey-content{
		width: 75%;
}}

.survey-content{
    padding-top: 15px;
}

.survey-content button {
    margin: 0 16px 12px 0;
}

/* COMPETITION PAGE END */

/* FIRST HOME PAGE START */

.menu-right a{
	color: #300B0B;	
}

.menu-right a:hover{
	color: #f9f9f9;	
}

.footer-area-fixed{
	width: 100%;
	position: fixed;
	background: url("../images/footer-bg.png") repeat;
	bottom: 0;
	left: 0;
	-webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    z-index: 900;
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
    display: none;
}

.footer-area-fixed .container{
	position: relative;
}
.footer-area-fixed .footer-logo img{
	height: 100px;
}
.footer-area-fixed .footer-close-btn{
	position: absolute;
    top: -27px;
    right: 0;
}

.footer-application{
	margin: 20px auto;
	text-align: center;
}

.footer-area-fixed .footer-application  img{
	height: 50px;
    margin-top: 10px;
    margin-left: 18px;
}

.footer-area-fixed .footer-application h3{
	color: #ffffff;
}
    
/* FIRST HOME PAGE END */

/* LIST PICTURE PAGE START  */
.order-by-choose{
	width: 100%;
	margin-bottom: 15px;
}
.order-by-choose label{
	margin-top: 7px
}

/* LIST PICTURE PAGE END */

ul .available-0{
	pointer-events: none; 
}

ul .available-0 a{
	color: #919EA9 !important;
}

/* Group Info */
.group-info{
	margin: 0 6px 15px 2px;
    padding-top: 14px;
    
}

.group-info .cptt-info{
	position: relative;
}

.group-info .cptt-info .icon-hot{
	position: absolute;
	left: -38px;
    top: -15px;
}

.group-info .cptt-info .icon-hot img{
	width: 50px;
}

.group-info .group-logo{
	width: 100%;
    height: 190px;
    border-radius: 5px;
    margin-bottom: 12px;
}

.group-info .group-name{
	font-size: 17px;
    color: red;
    text-transform: uppercase;
}

.group-info .top-user-area{
	border-left: 1px solid #339900;
	margin-bottom: 10px;
}

.group-info .top-user-area i, .top-group-area i{
	color: #337ab7;
}

.group-info .top-user-area .overflow .pull-left{
	width: 55%;
}
    
.group-info .top-user-area li{
	padding-left: 0;
}

.group-info .top-user-area .title, .top-group-area .title{
	color: red;
}

.top-group-area li{
	padding-left: 0;
	padding-right: 8px;
	padding-bottom: 5px;
}

.top-group-area li p{
	width: 22%;
}

@media (max-width: 768px) {
	.group-info .top-user-area{
	border-left: none;
	margin-top: 10px;
	}
}

.inform-choose-cptt{
	margin: 5px 32px 20px 5px;
    padding: 10px 0 2px 30px;
    background: #fff;
    color: red;
    font-size: 18px;
}

.no-cptt {
	display: none;
}
    
/* SQUARED THREE checkbox Style Start*/
.squaredThree label{
	margin-bottom: -10px ;
}
.squaredThree .chk-label {
	cursor: pointer;
	position: absolute;
	width: 17px;
	height: 17px;
	border-radius: 4px;
	margin-top: 1px;
    margin-left: -15px;	
	border: 1px solid #3498DB;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.squaredThree .chk-label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '  ';
	position: absolute;
	width: 13px;
    height: 5px;
    background: transparent;
    top: 5px;
    left: 2px;
	border: 3px solid #FDBB1D;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredThree .chk-label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squaredThree input[type=checkbox]:checked + .chk-label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.squaredThree input[type=checkbox] {
    visibility: hidden;
 }
/* SQUARED THREE checkbox Style End*/

/*==================== ADMINISTRATOR START ========================== */
.table_02 {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
   	border: 1px solid;
   	table-layout:fixed;
}

.table_02 th {
    padding: 10px;
    background-color: #339900;
    text-align: left;
    color: #fff;
}
.table_02 td {
	text-align: left;
	padding: 5px 10px 5px 10px;
	border-bottom: 2px solid #EDEDED;
}

.table_02 tr:nth-child(even) {
	background: rgba(51, 153, 0, 0.31);
}
.table_02 tr:nth-child(odd) {
	background: #FFF;
}

.table_02 tr:hover{
	background: rgba(36, 134, 206, 0.2);
}

.table_02 .deactive{
	text-align: center;
}

.table_02 .deactive .btn {
	min-width: 80px !important;
}

.table_02 .col-1{
	width: 14%;
}

.table_02 .col-2{
	width: 20%;
}

.table_02 .col-3{
	width: 25%;
}

.table_02 td{
	overflow: hidden;
}

#admin-home-page .pager{
	margin: 0;
}

.competition-info-area{
	width: 95%;
	margin-bottom: 20px;
}

.competition-info-area table{
	margin-bottom: 0px;
}

.competition-info-area table .col-1{
	padding: 15px 0 15px 20px;
	width: 40%;
}

#admin-edit-competition-page .avatar-area .camera-edit{
	right: 0%;
}

.group-ava img{
	margin-left: -10px;
}

/*==================== ADMINISTRATOR END ========================== */

   
.thumbnail-image {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

/* The Modal (background) */
.full-view .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.full-view .modal-content {
    margin: auto;
    display: block;
    max-width: 2048px;
    max-height: 2048px;
}

/* Caption of Modal Image */
.full-view #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.full-view .modal-content,.full-view #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.full-view .close-modal {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.full-view .close-modal:hover,
.full-view .close-modal:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .full-view .modal-content {
        width: 100%;
    }
}
    
#cancelBtn {
	margin-left:10px;
}

#list-competition-page .squaredThree{
	margin-top: 15px;
}

#list-competition-page #cptt-term{
	padding: 10px;
}

.batch-upload{
	margin-left: 20px;
}

/*-------Map components--------*/
#map-container {
	position: fixed;
    left: 0;
    right: 0;
    top: 70px;
    z-index: 10;
    background: white;
}