﻿
.info-block
{
    border-right:5px solid #E6E6E6;margin-bottom:25px
}
.info-block .square-box
{
    width:100px;min-height:110px;margin-right:22px;text-align:center!important;background-color:#676767;padding:20px 0
}
.info-block.block-info
{
    border-color:#8ab933
}
.info-block.block-info .square-box
{
    background-color:#8ab933;color:#FFF
}

.lg-glyph
{
    font-size: 4em;
}

.items
{
    border: 1px solid white;

}

.items:hover {
    border: 1px dashed #ccc;
    text-decoration: none;
}



.vertical-align-text {
    vertical-align: middle;
}

.block-text {
    display: block;
}

.inline-block-text {
    display: inline-block;
}

.no-bullet-list {
    list-style: none;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis !important;
    -ms-text-overflow: ellipsis !important;
    text-overflow: ellipsis !important;
}

.text-wrap{
    word-wrap: break-word;
}

.table-fixed{
    table-layout: fixed;
}

.round-corners {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}



.thick-border{
    border: 3px solid #1980B6;
}

.padding-left-0{
    padding-left: 0;
}

.padding-left-22{
    padding-left: 22px;
}


.padding-right-0{
    padding-right: 0;
}

.padding-right-30{
    padding-right: 30px;
}

.hidden-section{
    display: none;
}

.border-top-white{
    border-top-color: white !important;
}

.border-bottom-white{
    border-bottom-color: white !important;
}

.rating-box, .rating-box-readonly{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px dashed rgb(36, 86, 129);
    width: 60px;
    line-height: 40px;
    padding: 10px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    text-align:center;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 10px;
}

.rating-box:hover{
    background-color: rgb(36, 86, 129);
    color: white;
}


.rating-box-selected{
    background-color: rgb(36, 86, 129);
    color: white;
}


/*EDIT SURVEY DELIVERY PAGE*/
.email-preview-container,
.website-embed-survey-preview-container,
.invite-preview-container {
  padding: 40px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
  background-color: #e6eeea;
}

.email-preview-body,
.website-embed-survey-preview-body,
.invite-preview-body {
  background-color: white;
  border-style: solid;
  border-width: 2px;
  padding: 10px;
  overflow: scroll;
}
.email-preview-footer,
.website-embed-survey-preview-footer,
.invite-preview-footer {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  color: black;
}

.website-embed-innerbox{
    overflow-y: scroll;
}

.website-embed-survey-footer{
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
  color: black;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

.background-white{
    background-color: white !important;
}

.help-main-section
{
    min-height: 400px;
    padding: 20px;
}

.auto-top{
    top: auto !important;
}

.nopointer, .nopointer:hover
{
    cursor: default;
}