@import url('https://fonts.googleapis.com/css?family=Asap:400,400i,700,700i');
::selection {
    background: #ff6700;
    color: white;
}

body{
    background: #fff;
    font-family:  Asap, Arial, Helvetica, sans-serif;
}
.jsloader{
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(82, 82, 82, 0.83);
    z-index: 10;
    overflow: hidden;
}

.jsloader svg{
    margin-left: 50%;
    margin-top: 25%;
}
select {
    width: 100%;
    padding: 10px;
}
.voteoptions{
    border-top: 1px solid #dddddd;
    padding-top: 10px;
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
    color: #9c9c9c;
    text-shadow: 1px 1px #fbf7f7, -1px -1px #dddddd;
    cursor:pointer;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}
a, a:hover{
    color: #ff6700;
}
span.commentbadge {
    color: white;
    text-shadow: none;
    background: #ff6700;
    margin-top: -15px;
}
.voted{
    color: #ff6700;
}
.preload{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}
.deletecomment{
    color:gray;
    cursor:pointer;
}
.deletecomment:hover{
    color: #ff6700;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: transparent;
}
ul.dropdown-menu li a {
    color: #3c3c49;
}

ul.dropdown-menu li a:hover {
    color: #ff6700;
}

.alert {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
}

.dropdown-menu {
    top: auto;
    left: 74%;
    border-radius: 0;
    border: 0;
    box-shadow: 0px 0px 8px rgba(144, 141, 140, 0.68);
}
.btn-survey-dropdown{
    color:white;
    background: transparent;
    border: 0;
}

.btn-survey-dropdown:hover{
    color: #e9ebee;
    background: transparent;
    border: 0;
}

.btn-survey-dropdown:focus{
    color: #e9ebee;
    background: transparent;
    border: 0;
}

.alert-error{
    color: #8a3b3b;
    text-align: center;
    background-color: #fce3e3;
}

.alert-success{
    text-align: center;
}
span.surveytitledate {
    color: #ffffff;
    font-size: 12px;
}
.adminpanel{
        margin-top: 30px;
}

.panel-body h3 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    color: #ff6700;
    text-align: center;
    padding-bottom: 21px;
}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #ff6700; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -75px 0 0 -75px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
ul.nav.navbar-nav.navbar-right {
    margin-top: 5px;
}
input:focus { 
    border-color: #ff6700 !important;
    box-shadow: 0px 0px 5px #ff6700 !important;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], textarea, select {
    display: block !important;
    border: 2px solid #d6d6d6 !important;
    background: #fff !important;
    color: #8d8d8d !important;
    font-size: 13px !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.voteoptions:hover{
    color: #ff6700;

}
span.analysisoptions {
    cursor: pointer;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
label.btn.btn-default.btn-file {
    background: #ff6700;
    margin-top: 3px;
    padding: 13px;
}

label.btn.btn-default.btn-file.btn-answer {
    padding: 8px;
}
.commentuploaditem a {
    background: rgba(255, 255, 255, 0.37);
    padding: 10px;
    border: solid 1px #e1e1e1;
    transition: all 0.5s;
}
.uploadprogress{
        text-align: center;
    color: #ff6700;
    background: #f9f9f9;
    border: 1px solid #d8d7d7;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}
.uploadprogress .progress-bar.progress-bar-warning {
    background-color: #ff6700;
}
.progress{
    border-radius: 0;
}
.commentuploaditem a:hover {
    background: #e1e1e1;
    text-decoration: none;
}
.commentuploaditem.col-sm-12 {
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
label.btn.btn-default.btn-file:after {
  content: none;
  font-weight: bold;
  font-size: 1.3em;
  margin-left: 0.3em;
  margin-right: 0.3em;
}
.commentanswersection input.commentinput {
    height: 30px;
}

.commentanswersection img.userphoto {
    width: 35px;
    height: 35px;
}
.commentanswers{
        border-left: 2px solid rgba(128, 128, 128, 0.22);
}
.commentanswersection {
    margin-top: 10px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
span.commentlikes i {
        font-size: 10px;
    color: white;
    background: #ff6700;
    border-radius: 100%;
    padding: 3px;
}
span.commentlikes {
    color: #ff6700;
    font-weight: bold;
    /* text-align: right; */
    /* float: right; */
}

.livesearch{
    background: url(../images/serivce-blur-slide-bg.jpeg);
        height: 150px;
}
.pagetitle {
    padding-top: 35px;
    text-align: center;
    font-size: 34px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}
.search input{
        height: 60px;
    padding: 16px 12px 16px 55px;
    width: 100%;
}
.commenttitle {
    font-weight: bold;
    color: #ff6700;
}
.commentoption {
    font-size:12px;
    color: rgba(255, 103, 0, 0.67);
}

.commentoption:hover {
    text-decoration: underline;
    cursor: pointer;
}
.comment {
    margin-bottom: 10px;
}
.userphoto{
    width:50px;
    height: 50px;
    border-radius: 100%;
}
.commentinputsection {
    padding-top: 15px;
    border-top: 1px solid rgba(156, 156, 156, 0.22);
}
.commentdate {
    font-size: 12px;
    color: #b1acac;
}
a {
    cursor: pointer;
}
.commentinput{
    margin-top: 3px;
    height: 40px;
    border-radius: 0;
}
.panel-vote>.panel-footer{
   box-shadow: 0px 4px 8px rgba(177, 177, 177, 0.48);
    margin-bottom: 20px;
}
.navbar-right li a {
    color: white;
}
.navbar-right li a:hover {
    color: #e2dada;
    background: 0;
}
.footnotes {
    text-align: left;
}
.foothint {
    color: #ababab;
}
.modal-title {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #3c3c49;
    text-shadow: none;
}
.modal-content {
    border-radius: 0;
}
.navbarphoto {
    border-radius: 100%;
    height: 50px;
    width: 50px;
}
.commenthint {
    color: #9c9c9c;
}
.form-group{
    padding:0 !important;
}
.footer {
    color: #9c9c9c;
    font-weight: bold;
    top: 50px;
    text-align: center;
}
.panel-vote>.panel-heading{
    font-size: 17px;
    font-weight: bold;
    color: white;
    background: #ff6700;
    border-radius: 0;
}
.panel-vote {
    border-radius: 0;
        -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.2);
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.navbar {
    background: #ff6700;
    margin: 0;
    border-radius: 0;
    padding: 10px;
}
.btn:after {
  content: "›";
  font-weight: bold;
  font-size: 1.3em;
  margin-left: 0.3em;
  margin-right: 0.3em;
}
.btn {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 14px 20px;
    border-radius: 0;
    border: 0;
    font-weight: bold;
    font-size: 13px;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:focus, .btn:active {
  outline: none;
  background: transparent !important;
}
.surveys {
    top: 50px;
    margin-bottom: 30px;
}
.inputvoteicon {
    width: 20%;
}

.inputvotetitle {
    width: 75% !important;
    float: right;
}
.form-group {
    padding-bottom: 10px;
}
.btn-default {
    background: #ff6700;
    color: white;

}
.btn-default:hover{
    background: #da5a03;
    color: white;

}
.btn-full{
        width: 100%;
}
.votetitle h3 {
    font-size: 20px;
    font-weight: bold;
    color: white;
    background: #ff6700;
    padding: 8px;
    text-transform: none;
}

.votetext p {
    padding: 8px;
    margin-top: -20px;
    text-align:left;
}

.votebody 
{
    box-shadow: 0px 0px 4px;
    position:relative;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
    outline: 0;
}

.infobox{
    background: #f4f5f5;
    padding: 10px;
    text-align: center;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #ff6700;
    border-color: #ff6700;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #ff6700;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.context-menu-item:hover{
    background-color: #ff6700;
    color: white;
}