.button
{
    padding:10px;
    display: inline;
    background: #FFFFFF;
    color: #666666;
    font-size: 12px;
    letter-spacing: 0.2pt;
    border: 1px solid #B1B1B1;
    border-radius: 6px;
    margin-left: 10px;
}

.button:hover
{
    background: #555555 !important;
    color: #FFFFFF !important;
    border: 1px solid #B1B1B1;
    border-radius: 6px;
}

label.error
{
    margin-left: 10px;
    width: auto;
    display: inline;
}

div.pathway_text
{
    margin-bottom: 35px;
}

div.pathway_text ul
{
    list-style-type: none;
    display: inline;
    margin: 0;
    padding: 0;
}

div.pathway_text ul li
{
    background:#0093df url(../images/breadcrumblink.png) no-repeat scroll right center;
    display:inline;
    font-family: Arial,"Trebuchet MS";
    font-size:11px;
    letter-spacing:0.9pt;
    margin:0;
    padding:5px;
    color: #FFF;
    padding-right:7px;
}

div.pathway_text ul li:hover
{
    color: #fff;
}

div.pathway_text ul li.current
{
    display: inline;
    padding: 5px 7px 5px 5px;
    margin: 0;
    background: url(../images/breadcrumb.png) no-repeat right;
    color: #555;
    _padding: 0 5px 0 0;
    *padding: 0 5px 0 0;
}

div.pathway_text ul li.current span
{
    background:#848484 url(../images/breadcrumbspan.png) no-repeat scroll left center;
    _width: inherit;
    color:#FFF;
    display:inline;
    margin:0 0 0 -12px;
    _margin: 0 0 0 -8px;
    *margin: 0 0 0 -8px;
    padding:5px 5px 5px 15px;
    _padding:5px 5px 5px 15px;
    *padding:5px 5px 5px 15px;
}

div.pathway_text ul li a:link, div.pathway_text ul li a:visited
{
    color: #FFF;
    text-decoration:none;
}

div.pathway_text ul li a:hover
{
    color: #ccc;
    text-decoration:none;
}

#cpanel
{
    padding: 20px;
}

#cpanel div.icon_holder
{
    float: left;
    height: 90px;
    margin: 0 15px 30px;
    padding: 0;
    width: 100px;
}
#cpanel div.icon
{
    margin-bottom: 5px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
}
.caption
{
    line-height: 15px;
    text-align: center;
    word-wrap: break-word;
}

div.icon_holder a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 90px;
    margin: 0;
    padding: 0;
    width: 100px;
    color: #000000;
}

a {
    color: #0088CC;
}

.spectrumhorizontal
{
    background: rgb(255, 0, 0);
    background: -moz-linear-gradient(270deg, rgb(51, 194, 63) 5%,rgb(255, 253, 43) 45%, rgb(255, 0, 0) 95%);
    background: -webkit-linear-gradient(270deg, rgb(51, 194, 63) 5%,rgb(255, 253, 43) 45%, rgb(255, 0, 0) 95%);
    background: -o-linear-gradient(270deg, rgb(51, 194, 63) 5%,rgb(255, 253, 43) 45%, rgb(255, 0, 0) 95%);
    background: -ms-linear-gradient(270deg, rgb(51, 194, 63) 5%,rgb(255, 253, 43) 45%, rgb(255, 0, 0) 95%);
    background: linear-gradient(270deg, rgb(51, 194, 63) 5%,rgb(255, 253, 43) 45%, rgb(255, 0, 0) 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33c233' 10%, endColorstr='#FF0000',GradientType=1 )
}

.star{
	font-size: 22px;
	color: #ff0000;
}
.error{
	color:#ff0000;
}
.errormessage{
    background-attachment:scroll;
    background-color:#FCE1E1;
    background-image:url(../images/icon/cancel.gif);
    background-position:15px 50%;
    background-repeat:no-repeat;
    border-bottom-color:#DA4444;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-top-color:#DA4444;
    border-top-style:solid;
    border-top-width:1px;
    color:#996666;
    padding-bottom:5px;
    padding-left:45px;
    padding-right:20px;
    padding-top:5px;
    text-align:left;
    margin: 10px 0px;
}
.successmessage {
    background-attachment:scroll;
    background-color:#E6FFE6;
    background-image:url(../images/icon/add.gif);
    background-position:15px 50%;
    background-repeat:no-repeat;
    border-bottom-color:#70B559;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-top-color:#70B559;
    border-top-style:solid;
    border-top-width:2px;
    color:#8E6A64;
    padding-bottom:5px;
    padding-left:45px;
    padding-right:20px;
    padding-top:5px;
    text-align:left;
    margin: 10px 0px;	
}

.radioButtons {
	width: 20px;
	height: 20px;
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	margin: 20px auto;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
        display:inline-block;
}

.radioButtons label {
	cursor: pointer;
	position: absolute;
	width: 14px;
	height: 14px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	left: 3px;
	top: 3px;

	/*-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);*/

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.radioButtons label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 7px;
	height: 3px;
	background: transparent;
	top: 3px;
	left: 2px;
	border: 3px solid #fcfff4;
	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);
}

.radioButtons label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.radioButtons input[type=radio]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.radioButtons input[type=radio]
{
    margin-left: 3px;
    margin-bottom:4px;
}

.checkboxButtons {
	width: 20px;
	height: 20px;
	background: #fcfff4;
    
	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	margin: 20px auto;
    
	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
    display:inline-block;
}

.checkboxButtons label {
	cursor: pointer;
	position: absolute;
	width: 14px;
	height: 14px;
    
	left: 3px;
	top: 3px;

	/*-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);*/

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.checkboxButtons label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 7px;
	height: 3px;
	background: transparent;
	top: 3px;
	left: 2px;
	border: 3px solid #fcfff4;
	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);
}

.checkboxButtons label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.checkboxButtons input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.checkboxButtons input[type=checkbox]
{
    margin-left: 3px;
    margin-bottom:4px;
}

.pageheading{
    font-size: 1.8em;
    padding: 10px;
    text-align: center;
    color: #0093df;
    font-weight: 600;
    font-family: 'arial';
}

hr.myhrclass
{
    margin: 20px 0;
    border-top: 1px solid #222;
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 0 none;
}

.surveychkboxstylebtns
{
    width: 22px;
    height: 22px;
    position: relative;
    background: #fcfff4;
    border:1px solid #BEBEBE;
}

.surveychkboxstylebtns label {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    background:#FFFFFF;
}

.surveychkboxstylebtns label:after
{
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #2f96b4;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

.surveychkboxstylebtns label:hover::after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    background: #2f96b4;
    opacity: 0.3;
}

.surveychkboxstylebtns input[type=radio]:checked + label:after,.surveychkboxstylebtns input[type=checkbox]:checked + label:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.surveychkboxstylebtns input[type=radio]:disabled + label:after, .surveychkboxstylebtns input[type=checkbox]:disabled + label:after
{
    cursor:not-allowed;
}

.surveychkboxstylebtns input[type=radio]:disabled + label, .surveychkboxstylebtns input[type=checkbox]:disabled + label
{
    background-color:#EEEEEE;
}

.surveychkboxstylebtns input[type=radio],.surveychkboxstylebtns input[type=checkbox]
{
    margin-left: 2px;
    margin-top:-2px;
}

.surveyradiostylebtns {
    width: 22px;
    height: 22px;
    position: relative;
    background: #fcfff4;
    border:1px solid #BEBEBE;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    top: 0px;
}
.surveyradiostylebtns label {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    background:#FFFFFF;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
}
.surveyradiostylebtns label:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #2f96b4;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
}
.surveyradiostylebtns label:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  background: #2f96b4;
}
.surveyradiostylebtns input[type=radio]:checked + label:after,.surveyradiostylebtns input[type=checkbox]:checked + label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.surveyradiostylebtns input[type=radio],.surveyradiostylebtns input[type=checkbox]
{
    margin-left: -8px;
    margin-top:-21px;
    _margin-top:-8px;
    *margin-top:-6px
}

div.notvalid
{
    background-color:pink;
}

.questionnnaire
{
    padding-top:20px;
    font-family:arial
}

.com_fw_survey .container-fluid, .com_fw_QRCodeSurvey .container-fluid
{
    padding:0px !important;
}

.com_fw_survey .row-fluid, .com_fw_QRCodeSurvey .row-fluid
{
    background:none;
    border:none;
    margin-bottom:0px;
}

.com_fw_survey .row-fluid [class*="span"]:first-child, .com_fw_QRCodeSurvey .row-fluid [class*="span"]:first-child
{
    padding:0px;
}

.com_fw_survey form, .com_fw_QRCodeSurvey form
{
    margin:0px;
}

.opthover
{
    text-align:center;
    text-align:-moz-center;
    text-align:-webkit-center;
}

.opthover:hover
{
    background:#efefef;
    z-index:888;
}

.row input
{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.row table
{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.tiletextdiv
{
    background: none repeat scroll 0 0 #72BCE9;
    color: #ffffff;
    padding: 5px;
    text-align: left;
    vertical-align: middle;
}

.bubblediv
{
    padding-left: 10px !important;
    text-align: left;
    vertical-align: middle;
    border-right:2px solid #bebebe;
    display:inline-block;
    background-color:#35aacc !important;
}

.audiojs
{
    margin: 15px 0px 20px;
}
.audiojs
{
    height: 22px; width:220px; background: #0498BE;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0498BE));
    background-image: -moz-linear-gradient(center top, #0498BE 100%, );
}
.audiojs .play-pause
{
    width: 25px;
    height: 20px;
    padding: 0px 8px 0px 0px;
}
.audiojs p
{
    width: 25px;
    height: 20px;
    margin: -3px 0px 0px -1px;
}
.audiojs .scrubber
{
    height:10px;
    width:60px;
    margin:5px;
}
.audiojs .progress
{
    height: 10px;
    width: 0px;
}
.audiojs .loaded
{
    height: 10px;
}
.audiojs .time
{
    float: left;
    height: 25px;
    width: 20px;
    line-height: 25px;
    text-align: center;
    z-index: 2;
    top: 4; left: 2.5em;
}

.staticdata
{
    background-color: #b0c4de;
    font-size: 13px;
    padding: 30px;
    text-align: left;
    height:310px;
    z-index:1000 !important;
}
#staticdata-overlay
{
    width:50%;
    left:25%;
    padding:0;
    height:340px;
    z-index:1000;
}


.form-signin
{
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading
{
    margin-bottom: 10px;
}

.form-signin .checkbox
{
    font-weight: normal;
}

.form-signin .form-control
{
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
	    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus
{
    z-index: 2;
}

.form-signin input[type="username"]
{
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.opensurveyfooter
{
    font-size: 13px;
    position: absolute;
    bottom: 0;
    padding-bottom: 15px;
}
.gobutton {
    background: #35aacc none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline;
    font-size: 11px;
    letter-spacing: 0.2pt;
    padding: 7px 10px;
}

.datetype{
    background-color:#FFFFFF !important;
    background-image:url('../images/down-arrow.png');
    background-repeat:no-repeat;
    background-position: right 10px center;
    border-radius:5px !important;
    width:150px;
    cursor:pointer !important;
    padding:3px !important;
    padding-left:10px !important;
}

.aspectoptcolor
{
    color: #2f96b4;
}

.aspectcolor
{
    color: #333333;
}

.questiontextcolor
{
    color : #333333;
}

.badge-notify{
    background:red !important;
    position:absolute;
    top:0px;
    margin-left: -10px;
    padding: 3px !important;
}

.magnifierimage{
    background: url('../js/Flexigrid-master/images/magnifier.png') no-repeat top;
    border: none;
}

.dataTables_wrapper
{
    background: #ccc;
    padding: 8px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border: 1px solid #aaa;
}

.dataTables_wrapper table thead {
    background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
}
