﻿ textarea {
    display: block;
    width: 100% !important;
    min-height: 100px;
    line-height: 1;
    background-color: #f0f0f0;
    background-image: none;
    border: 2px solid #e1e1e1;
    padding: 20px;
 }

.questionTitle {
    display: inline !important;
    list-style: none;
}
 
.pad-5-left {padding-left: 5px;}
.pad-5-right {padding-right: 5px;}
.pad-10-top { padding-top: 10px;}
.pad-10-bottom {padding-bottom: 10px;}
.pad-10-left {padding-left: 10px;}
.pad-10-right {padding-right: 10px;}
.pad-15-top { padding-top: 15px;}
.pad-40-left {padding-left: 40px;}
.pad-40-right {padding-right: 40px;}

.margin-10-bottom {margin-bottom: 10px;}
.margin-10-left {margin-left: 10px;}
.margin-10-right {margin-right: 10px;}
.margin-20-bottom {margin-bottom: 20px;}
.margin-40-bottom {margin-bottom: 60px;}
.margin-60-bottom {margin-bottom: 40px;}
.margin-3-top {margin-top: 3px;}
.margin-5-top { margin-top: 5px; }
.margin-10-top { margin-top: 10px; }
.margin-40-top { margin-top: 40px; }

.iconYellow {
	color: #DFA32A;
}
.container {
    padding-left: 0;
    padding-right: 0;
}
.upgradeHeader {
	display: block;
	background-color : #1a1a1e;	
}
.surveyContentTop .container {
    margin-bottom: 0;
    z-index: 99;
}
.icon-bell-logo {
    /*position: absolute;*/
}

.errorIconDefault {
	font-family:'bell-icon2';
	position:relative;
	speak:none;
	font-style: normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.successIconDefault {
	font-family:'bell-icon';
	position:relative;
	speak:none;
	font-style: normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.surveyTitle {
    padding-top: 15px;
	padding-bottom: 15px;
    overflow: hidden;
	display: inline-block;
}
.surveyContentTopBg {
    background: -webkit-radial-gradient(center,#00549a,#003778);
    background: rgba(0,0,0,0) radial-gradient(circle at center center,#00549a 0,#003778 60%,#003778 30%) repeat scroll 0 0;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#003778',endColorstr='#00549a');
	bottom: 5px;
    height: 1600px;
    position: absolute;
    width: 100%;
}
.surveyContentTop {
    text-align: left;
    color: #fff;
    padding-bottom: 0;
    position: relative;
}
.surveyOptionItem {
	padding-bottom: 15px;
}
.surveyTextInput {
    height: auto;
    min-height: 100px;
	resize:vertical;
	padding:10px;
}
.div .surveyContentTop {
    min-height: 280px;
}
.modal-body {
	padding: 20px;
}

.customerSurvey .pageWidth {
    width: 600px;
}

/*icons*/
.custIconError{
    background-image:url("../img/error-icons-bell.png");
    width:38px;
    height:38px;
    background-position:0 0}
.custIconClose{
    width:20px;
    height:20px;
    background-position:0 -40px}
.custLinkArrow{
    width:17px;
    height:17px;
    background-position:0 -70px
}

.custIconBg{
background-image:url("../img/error-icons-bell.png")}
.custError{
width:38px;
height:38px;
background-position:0 0}
.custClose{
width:20px;
height:20px;
background-position:0 -40px}
.custLinkArrow{
width:17px;
height:17px;
background-position:0 -70px}

.col075 {
    width: 75%;
}

.simplified-header {
    text-align:left;
}

@media (min-width: 520px) { 
    .container { width: 500px }
}
@media (min-width: 640px) { 
    .container { width: 600px }
}
@media (max-width: 519px) { 
    .container {
        margin-left: 15px;
        margin-right: 15px;
    }
    .simplified-header {
        text-align:center;
    }
}
