/* Main CSS */

html, body{
	font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	height:100%;
	background-color: #fff;
	font-size: 36px;
	text-shadow:0 -1px 1px rgba(255,255,255,0.5);
}

a,
a:hover{
	color: #00aeef;
}

.container-fluid{
	width: 100%;
}

.new-line{
	margin: 50px 0;
}

.btn{
	padding: 10px 20px;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 16px;
	background-color: #00aeef;
	font-weight: 100;
}

.btn:hover,
.btn:focus{
	text-decoration: none;
	background-color: #0071c5;
	color: #fff;
}

.btn-inactive{
	background-color: #262626;
}

.btn-inactive:hover,
.btn-inactive:focus{
	background-color: #484848;
}

.btn:visited{
	color: white;
}

.img-rounded{
	border-radius: 179px;
	-webkit-border-radius: 179px;
	-moz-border-radius: 179px;
	-ms-border-radius: 179px;
	-o-border-radius: 179px;
}

.img-rounded img{
	display: block;
	width: 100%;
}

.border-blue{
	border: 10px solid #00aeef;
}

.border-gray{
	border: 10px solid #262626;
}

.panel{
	margin-bottom: 15px;
}

.panel{
	margin-bottom: 15px;
}

.panel-heading{
	color: #fff;
	font-size: 18px;
	background-color: #262626;
	padding: 10px;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
}

.panel-body{
	border: 1px solid #262626;
	padding: 15px 10px;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
}

.panels-accordion .panel-heading{
	padding: 0;
	background-color: transparent;
}

.panels-accordion .panel-heading>div:first-child+div{
	display: table;
	width: 100%;
	background-color: #00aeef;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
}

.panels-accordion .panel-heading>div:first-child+div>p,
.panels-accordion .panel-heading>div:first-child+div>.btn-table{
	display: table-cell;
	vertical-align: top;
	font-weight: 500;
}

.panels-accordion .panel-heading>div:first-child{
	padding-bottom: 6px;
	text-align: right;
}

.panels-accordion .panel-heading>div:first-child>span{
	display: inline-block;
	padding: 0 16px;
	background-color: #ff9700;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	width: 231px;
}

.panels-accordion .panel-heading>div:first-child>span>span.glyphicon{
	position: relative;
	top: 3px;
}

.panels-accordion .panel-heading>div:first-child>span>span.cancel{
	display: none;
}

.panels-accordion .panel-heading>div:first-child>span>span.vote{
	position: relative;
	left: -10px;
}

.panels-accordion .panel-heading>div:first-child>span.voted>span.cancel{
	display: inline;
}

.panels-accordion .panel-heading>div:first-child>span.voted>span.vote{
	display: none;
}

.panels-accordion .panel-heading>div:first-child+div>.btn-table{
	width: 50px;
	text-align: center;
	vertical-align: middle;
}

.panels-accordion .panel-heading .btn-table input{
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

.panels-accordion .panel-body{
	display: none;
}

.badge{
	display: inline-block;
	padding: 2px 4px;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	min-width: 24px;
}

.badge-gray{
	background-color: #484848;
}

.badge-blue{
	background-color: #00AEEF;
}

.no-border{
	border: 0 none;
}

.modal-body{
	font-size: 16px;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.img-responsive{
	margin: 0 auto;
}

/* ALL devices { */

#wrapper{
	min-height: 100%;
	padding-bottom: 70px;
	position: relative;
}

#wrapper>header{
	padding-top: 15px;
	color: #004a7d;
	font-weight: bold;
	text-align: center;
	background: url(../images/common/pattern-gray.jpg);
}

#wrapper>header>p{
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	margin:15px 0 10px;
	padding: 0 15px;
	line-height: 24px;
}

#wrapper>header>h1{
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 100;
	padding: 30px 15px;
	background: url(../images/common/pattern-blue.jpg);
	color: #fff;
	width: 100%;
}


#wrapper>footer{
	position: absolute;
	bottom: 0;
	height: 50px;
	width: 100%;
	line-height: 49px;
	background: url(../images/common/pattern-blue.jpg);
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 0 15px;
}


#wrapper>footer span:last-child{
	float: right;
}

#wrapper>footer a{
	color: #6bd7ff;
}

#content{
	color: #444;
	font-size: 16px;
	padding: 15px;
}

#content h2,
#content h3,
#content h4{
	font-size: 0.9rem;
	color: #252525;
	margin-bottom: 15px;
	font-weight: normal;
}

#content h3{
	font-size: 0.75rem;
}

#content h4{
	font-size: 0.65rem;
}

#content p{
	margin-bottom: 15px;
}

.panel-body ul{
	list-style: none;
	padding-left: 0;
	margin-bottom: 20px;
}

#votings .panel-body ul>li{
	margin-bottom: 16px;
	background-color: #f9f9f9;
	padding: 10px 4px 15px;
	border-left: 4px solid #f9f9f9;
	border-right: 4px solid #f9f9f9;
	width: 100%;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

#votings .panel-body ul>li:hover,
#votings .panel-body ul>li.active{
	border-color: #484848;
}

#votings .panel-body ul>li.active{
	cursor: default;
}

#votings .panel-body ul>li>div{
	display: table;
	width: 100%;
	font-size: 14px;
}

#votings .panel-body ul>li>div>div{
	display: table-cell;
	vertical-align: top;
	font-weight: 500;
}

#votings .panel-body ul>li>div>div:first-child{
	padding-top: 5px;
}

#votings .panel-body ul>li>div>div:first-child span,
#votings .panel-body ul>li>div>div:last-child span:first-child{
	display: block;
}

#votings .panel-body ul>li>div>div:last-child{
	width: 70px;
	text-align: center;
}

#votings h3{
	font-size: 18px;
	margin: 0 0 10px;
	font-weight: 500;
}

#candidates .panel-heading p{
	padding: 10px;
}

#candidates .panel-heading p span{
	vertical-align: middle;
}

#candidates figure{
	border-radius: 200px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	-ms-border-radius: 200px;
	-o-border-radius: 200px;
	box-shadow: 1px 1px 12px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 12px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 12px rgba(0,0,0,0.5);
	-ms-box-shadow: 1px 1px 12px rgba(0,0,0,0.5);
	-o-box-shadow: 1px 1px 12px rgba(0,0,0,0.5);
	overflow: hidden;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}

#candidates figure img{
	display: block;
	width: 100%;
	vertical-align: middle;
	margin: 0 auto;
}

#candidates figure img.horizontal{
	width: auto;
	height: 200px;
}

#candidates .panel-body .row:first-child{
	font-weight: 500;
}

#candidates .panel-body .row:first-child p {
    padding-top: 30px;
}

.operating span,
.operating-message{
	display: none !important;
}


.operating .operating-message{
	display: inline !important;
}

.tank-you p{
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}

.tank-you img{
	height: 50px;
	vertical-align: baseline;
	position: relative;
	top: 5px;
}

.thumb-up{
	margin-top: 20px;
	margin-bottom: 30px;
}

a,li{
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.hello-message{
	padding-top: 50px;
}

.presentation{
	padding-left: 15px;
	padding-right: 15px;
}

.panel-body>.row:first-child{
	margin-bottom: 10px;
}

.panel-body h3,
.panel-body h4{
	margin-top: 0;
	margin-bottom: 10px !important;
	padding-top: 5px;
}


/* } */


@media screen and (max-width: 768px){ /* XS devices */

	
}

@media screen and (min-width: 768px){ /* >=SM devices */


}

@media screen and (min-width: 992px){ /* >= MD devices */


}

@media screen and (min-width: 1200px){ /* >=LG devices */


}
