/* Minification failed. Returning unminified contents.
(968,5): run-time error CSS1035: Expected colon, found 'text-shadow'
 */

html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    /*border-top: solid 10px #000;*/
    color: #333;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif !important;
    /*font-family:"Open Sans",Helvetica Neue,Helvetica,Arial,sans-serif !important;*/
    /*font-size:.85em;*/
    margin: 0;
    padding: 0;
}
#content-inner {
    background: inherit;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}
.fa {
    color:#2DBD9B;
}
a {
    color: #333;
    outline: none;
    /*padding-left: 3px;
    padding-right: 3px;*/
    /*  text-decoration: underline;*/
}

.header1 {
    font-size:15px;
}
.header2 {
    font-size:17px;
}
.header3 {
    font-size:20px;
}
.header4 {
    font-size:23px;
}
.header5 {
    font-size:26px;
}
.maximumheader {
    font-size:20px;
}

.uk-nav-dropdown > li > a:hover, .uk-nav-dropdown > li > a:focus {
    /*background:none !important;*/
}

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
    padding-bottom:10px;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
#mainContent {
    padding-top:10px;
}
.content-wrapper {
    margin: 0 auto;
}

header {
}
.logowrapper {
    padding-bottom: 10px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    min-height: 110px;
}

#body {
    background-color: #FAFBFC;
    clear: both;
    padding-bottom: 0px;
    border-top: 1px solid #587498;
    padding-top:10px;
}

.main-content {
    /* background: url("../Images/accent.png") no-repeat;*/
    padding-left: 10px;
    max-width: 1000px;
    margin: 0 auto;
    min-height: 400px;
    padding-bottom:20px;
    padding-top:10px;
}
#usercontrol {
    float:right;
}
.title h2 {
    margin-top:0px; 
}
.featured + .main-content {
    /*  background: url("../Images/heroAccent.png") no-repeat; */
}

header .content-wrapper {
    padding-top: 10px;
}

p {
    text-align: justify;
    font-size: 15px !important;
}

footer {
    padding-top:10px;
    clear: both;
    background-color: rgb(209, 209, 209);
    font-size: .8em;
    height: 60px;
    bottom : 0;
    margin-top : 40px;
    width:100%;
}

/* start menu */
#homebuttons {
    padding-top: 60px;
    float: right;

    padding-bottom: 10px;
}
#userboard {
  display: block;
    width: 100%;
    margin: 0px auto;
}
.navbar {
    margin-bottom:0px;
    border:none;
}
.navbar-default {
    background-color: #587498;
    background-image:none;
}
    .navbar-default li a {
        color:#FFF !important;
        font-size:16px;
    }
    .navbar-default .navbar-nav li:hover {
        background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
        background-image: -o-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f3f3f3));
        background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
        background-repeat: repeat-x;
        -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
        box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
        color:#438eb9 !important;
    }
    .navbar .active a, .navbar-default .navbar-nav li a:hover  {
    color:#438eb9 !important;
}
.navbar li a {
   
}
.dropdown-menu li a {
    color:black !important; 
}


nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
.menu{
	background: #587498;
	margin-bottom: 3%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
    display:block;
    
}
.menu  li{
	display: inline-block;
	padding: 10px 20px;
    float:left;
}
.menu  li a{
	display: block;
	color: #FFED1D;
	font-size: 16px;
	text-transform: uppercase;
    text-shadow: 0 1px #000;
}
.menu  li.active a,.menu  li a:hover{
	color: #FFF;
}
/* start top_nav */
.top-nav{
	display: none;
}
	.nav_bg{
		background: #464646;
	}
	.clearfix {
		height: 40px;
		width: 100%;
		font-size: 11pt;
		position: relative;
		z-index: 9999;
	}
	.clearfix ul {
		padding: 0;
		margin: 0 auto;
		display: none;
		background: #587498;
	}
	.clearfix li {
		display: block;
	}
	.clearfix a {
		color: #FFED1D;
		font-size:15px;
		text-transform:uppercase;
		display: block;
		width:100%;
		
		text-decoration: none;
		line-height: 40px;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	.clearfix li a {
		border-bottom: 1px solid #e2e2e2;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.clearfix li:last-child a {
		border-right: 0;
	}
	.clearfix a:hover,.clearfix a:active {
		color:#ffffff;
	}
	.clearfix a#pull {
		font-weight:normal;
		display: block;
		width: 100%;
		position: relative;
		font-size: 1.2em;
		color: #FFF;
        padding-left:0px;
		background-color: #5C5C5F;
	 	border-radius: 5px;
	 	-webkit-border-radius: 5px;
	 	-moz-border-radius: 5px;
	 	-o-border-radius: 5px;
         z-index:9999;
	}
       
	.clearfix a#pull:after {
		background:url('../images/nav-icon.png')no-repeat;
		width: 30px;
		content:"";
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
 .clearfix a#pull:hover {
       background-color:#696464 !important;
 }

.icon {
    margin: 10px 10px 0 0;
    float: right;
}
    .icon em {
        margin-bottom: 3px;
        display: block;
        width: 20px;
        height: 2px;
        background: #FFF;
    }

/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
    float:left;
   padding-left:10px;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }

.logolink {
    background: url('../images/logo.png') no-repeat;
    display: inline;
    width: 150px !important;
    height: 200px;
}

/* login
----------------------------------------------------------*/


#alreadyhaveaccount, #Nothaveaccount {
    font-size: 16px;
    color: dimgray;
    font-weight: bold;
    padding-top:15px;
}



#login a.username {
    background: none;
    margin: 0;
    padding: 0;
    text-decoration: underline;
    color: gray;
}

#login ul {
    margin: 0;
}

#login li {
    display: inline;
    list-style: none;
    text-align:right;
}


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    /*.featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }*/
    .featured .content-wrapper {
        background-color: #587498;
        /*background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #067E0A), color-stop(1, #119E28));
        background-image: -webkit-linear-gradient(left, #067E0A 0%, #119E28 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);*/
        color: #3e5667;
        padding: 20px 10px 30px 10px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    background-color: #f7f7f7;
    padding: 30px;
    margin: 0 auto 25px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input[type="text"], #loginForm input[type="password"] {
        width: 100%;
        height: 40px;
        background-color: white;
        color: black;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        /*width: auto;*/
    }


#loginremember {
    width: 100%;
    margin: 0 auto;
    vertical-align: bottom;
    text-align: center;
}

.remembercheck input {
    vertical-align: bottom;
    padding-top: 5px;
}

.forgotpwd {
    color: blue !important;
    text-decoration: none;
}

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

.logoutForm {
    display: inline;
    background: url("/images/exit.png") no-repeat right;
    padding-right: 35px !important;
    float: right;
    width: 70%;
}

.changepwd {
    background: url("/images/changepwd.png") no-repeat right;
    display: inline;
    padding-right: 50px;
}

#logoutForm {
    display: inline;
}

.Email {
    background-position-x: 6px !important;
    background-position-y: 15px !important;
    background: url("/Images/Email.png") no-repeat;
}

.Password {
    background-position-x: 8px !important;
    background-position-y: 13px !important;
    background: url("/Images/Password.png") no-repeat;
}

.FirstName {
    background-position-x: 7px !important;
    background-position-y: 13px !important;
    background: url("/Images/Firstname.png") no-repeat;
}

#successMessage, #Already {
    color: green;
    font-weight: bold;
    width:115%;

}

i {
    padding-right:5px;
}


.clear {
    clear: both;
}

.gender {
    width: 68px;
    float: left;
    padding: 10px;
}


#mybody {
    width:100%;
}

#ExistsMessage, #FailureMessage, #ErrorMessage {
    color: red;
}

#SingleSelect, #SelectQuestionType, #SelectInputType {
    height: 40px !important;
    margin-right: 3px;
}

#Year {
    width: 50% !important;
}

select {
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    width: 225px;
    background-color: rgb(255, 255, 255);
    line-height: 34px;
}

select {
    padding: 4px 6px;
    border-radius: 4px;
    height: 32px;
    color: rgb(85, 85, 85);
    line-height: 35px;
    font-size: 15px;
    /*margin-bottom: 12px;*/
    vertical-align: middle;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

    select:hover {
        border: 2px solid #2AA6D6;
        border-radius: 2px;
    }


/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }



    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #999999;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    width: 100%;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}


/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error, .validation-summary-errors {
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #f2dede;
    border-color: #ebccd1;
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7;
    width:100%;
    color: #a94442;
    display:inline-block;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

/*.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}*/

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


.GenderValidation {
    font-weight: bold;
    color: red;
    float: right;
}


/* New Styles added by Bhaskar */
.footer {
    max-width:950px;
    margin:auto;
   
}
    .footer div {
        text-align:center;
    }
.btn {
    color: #fff !important;
    padding: 10px 35px !important;
    box-shadow: none;fo
    text-shadow: none;
    height: 60px;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold !important;
}
    .btn:hover {
        text-decoration: none;
        color: #fff;
        
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.btn-default {
    background-color:#E0E0E0;
}
.orange {
    background: #E86850 !important;
}

    .orange:hover {
        background: #FE6D4B !important;
    }

.green {
    background: #2DBD9B!important;
    border: 1px solid #2DBD9B !important;
}

    .green:hover {
        background: #2FB696!important;
    }

.form {
}

    .form ul {
        text-align: center;
        margin: 0px auto;
    }

    .form li {
        background: #fff;
        float: left;
        width: 100%;
        outline: none;
        font-weight: 600;
        margin-top: 2px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        text-align: center;
    }

        .form li input {
            font-family: 'Open Sans', sans-serif;
            float: left;
            font-size: 0.9em;
            padding: 18px 0px;
            width: 79%;
            border: none;
            outline: none;
            color: #555;
            background: none;
        }

        .form li label {
            float: left;
            padding-top: 12px;
            width: 20%;
            cursor: pointer;
        }

    .form p a {
        font-family: 'Open Sans', sans-serif;
        float: left;
        font-size: 0.82355em;
        padding: 20px 0px 3px;
        color: #C9C8C7;
        transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
    }

        .form p a:hover {
            color: #FAF19D;
        }

    .form li.style {
        background: #F27935;
        margin-top: 20px;
        display: block;
        transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
    }

        .form li.style:hover {
            background: #14B9D6;
        }

        .form li.style input {
            text-align: center;
            width: 100%;
            font-size: 1.3em;
            font-family: 'Open Sans', sans-serif;
            padding: 13px 0px;
            border: none;
            outline: none;
            color: #fff;
            cursor: pointer;
        }

.main-content img {
    max-width: 100% !important;
    height: auto;
    display: block;
}

.rightAlign {
    float: right;
}

.leftAlign {
    float: left;
    text-align: left;
}

#check_box {
    display: none;
}

    #check_box + label {
        background: url('images/orderedList0.png') no-repeat;
        height: 26px;
        width: 26px;
        display: inline-block;
        padding: 0 0 0 0px;
    }


    #check_box:checked + label {
        background: url('images/orderedList1.png') no-repeat;
        height: 26px;
        width: 26px;
        display: inline-block;
        padding: 0 0 0 0px;
    }

.list {
    width: 100%;
}

.surveyTitle {
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 15px;
    color: #000;
    font-weight: bold;
}

.surveyQuestion {
    padding-top: 15px;
    font-size: 20px;
    color: #484141;
}

.surveyImage {
    float: left;
    padding-right: 50px;
}

.surveyRight {
    float: left;
}

.slides {
    min-height: 250px;
    display: inline;
    float: left;
    max-width: 1020px;
    margin: auto;
}

.slide {
    /*margin-top:20px !important;*/
    min-height: 200px;
    border: 1px solid silver;
    /*background-color:#dedede;
        border-radius:5px;*/
    padding: 10px;
    height: auto;
    margin: auto;
    box-shadow: 2px 2px 1px #888888;
    float: left;
    width: 100%;
}

.surveyOptions {
    min-width: 100px;
    float: left;
    vertical-align: bottom;
    padding: 5px;
    background-color: silver;
    margin-right: 5px;
    border-radius: 2px;
    margin-top: 25px;
}

    .surveyOptions:hover {
        background-color: #2dbd9b;
        color: white;
    }

.headerPoints {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
}

.circlepos {
    width: 20%;
    float: left;
    margin: 0 auto;
}

.circle {
    width: 2em;
    height: 2em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background-color: #FFF;
    /*  background-image:-webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));*/
    color: White;
    border: none;
    /* background-image:-webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));*/
    margin: 0 auto;
    /* border:1px solid #587498;*/
    text-align: center;
    vertical-align: middle;
    line-height: 55px;
    font-size: 30px;
    font-weight: bold;
    color: #587498;
}

.selected {
    border-color: #FFF !important;
    background-color: #FFD800 !important;
    border: 1px solid #067E0A;
    background-image: none;
    color: #FFF;
    border-bottom: none;
}

span.tooltip {
    position: absolute;
    width: 100px;
    height: 20px;
    line-height: 20px;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    color: rgb(113, 157, 171);
    background: rgb(255, 255, 255);
    border: 4px solid rgb(255, 255, 255);
    border-radius: 5px;
    text-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 2px 0px;
}

    span.tooltip:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-width: 10px;
        border-style: solid;
        border-color: #FFFFFF transparent transparent transparent;
        top: 44px;
        left: 50px;
    }

.withicon {
    padding: 5px !important;
}

.genderOptions {
    float: left;
}

.dropalter {
   height: auto;
font-weight: bold;
text-decoration: none !important;
font-size: 17px;
text-transform: uppercase;
margin-top: -13px;
border-top-left-radius:0px;
border-top-right-radius:0px;
background:#d3dce0 !important;
border:none;
}
#leftcorner {
   width: 30px;
height: 30px;
float: left !important;
border-top-right-radius: 30px !important;
background-color: white;
}
#rightcorner {
    width:30px;
    height:30px;
     border-top-left-radius: 30px !important;
     background-color:white;
     float:left;
}
/*survey class */


.addsection_title {
    float: left;
    width: 30%;
    padding: 15px 0px;
    text-align: left;
    font-weight: bold;
}

.addsection_field {
    float: left;
    width: 70%;
}

.addsection_headertitle {
    float: left;
    width: 36%;
    padding: 15px 0px;
    text-align: left;
    font-weight: bold;
}

.addsection_headerfield {
    float: left;
    width: 10%;
    padding: 16px 0px;
}


.addQuestion_dropdownlist {
    float: left;
    width: 60%;
}

.ui-dialog-title {
    font-variant:small-caps !important;
    font-size:18px;
}
.headersection {
    width:500px;
}
#surveyformpopup {
   /* background-color:#e2e2e2;*/
    padding:15px;
    padding-top:5px;
}
    #surveyformpopup p {
        margin-top:2px !important;
        margin-bottom:0px !important;
    }
    
.maxwidth {
    width:500px;
}
.Gridmaxwidth {
     width:419px;
}
.mediumwidth {
    width:235px !important;
}
.Gridmediumwidth {
    width:506px !important;
}
.maxheight {
    height:150px;
}
.instructionheight {
    height:140px;
}

.mediumheight {
    height:80px;
}
#menuboard a:hover {
    background:none !important;
}
#homebuttons div {
    float:left !important;
    padding-left:10px;
}
.title h2 {
        padding-top:10px;
        font-variant:small-caps;
        font-family:calibri ;
        font-weight:bold; 
        font-size:30px;      

    }
.sectiondescription {
    text-indent:0px;
    text-align:justify;
}
.bluelink {
    color:#3777e6 !important;
    cursor:pointer;
}
    .bluelink:hover {
        color:#0c46ce;
        background:none;
        text-decoration:underline;
    }

 #SurveyContent {
    }

    .MainQuestion {
        width: 100%;
        float: left;
        border-bottom: 1px solid gray;
        padding-bottom: 10px;
        box-shadow: 5px 0 5px -5px #fff, 0 5px 5px -5px #000, -5px 0 5px -5px #000;
        padding:5px;
    }

    .MainQuestionTitle mainquestionicon {
    }
  
    .MainResponses {
        float:left;
        padding-left: 25px;
        line-height:28px;
        display:table;
       
    }
    .divrow {
        display:table-row;
        padding-bottom:15px;
        line-height:40px;
         width:100%;
    }
    .Horizontal {
        padding-right: 15px;
        line-height:25px;
        min-width:100px;
        display:table-cell;
    }
        .Horizontal div {
            margin-top:-3px;
        }
        .subquestion {
            float:left !important;
        }

    .Vertical {
        padding-right: 15px;
        line-height:25px;
    }
    
    .variantSub {
        margin-top: 5px;
        margin-left: 30px;
        width: 95%;
        float: left;
        background-color: #D9FAF5;
        padding: 3px;
        padding-left: 10px;
    }

    .SubQuestion {
        float: left;
        margin-right: 20px;
        line-height:28px;
    }

    .SubResponses {
        line-height:28px;
        float: left;
        padding-left:20px;
    }
    .SubResponses .Horizontal {
        float: left;
    }

    .SurveyQuestion {
        margin-top: 15px;
        width: 100%;
        float: left;
    }
        .SubQuestionTitle {
            background-image:none !important;
        }

    .sections {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    .SectionTitle {
        background-color: silver;
        font-weight: bold;
        width: 100%;
        padding: 5px;
    }

    .SectionTitle img {
            float: left;
            padding-right: 10px;
    }

    .responseText {
       float: left;
        padding-left: 15px;
        vertical-align: top;
        margin-top: -3px;
    }

    .main-content {
        padding-top:0px;
    }


.fa-danger {
    color:#E86850 !important;
}
.fa-infom {
    color:#bce8f1 !important;
}
.fa-default {
    color:silver !important;
}
.fa-warning {
}
.fa-primary {
    color:#428bca !important;
}
 .btn{
        height:43px !important;
    }

 #fixed-div {
    position: fixed;
    bottom: 1em;
    right: 1em;
    width:140px;
    text-align:center;
}

    #div_loading {
         position: fixed;
        top: 45%;
        left: 45%;
        width:100%;
        height:100%;
    }

.formprevbutton {
    float:left;
    padding:10px 15px;
    margin-top:20px;
}
.formnextbutton {
    float:right;
    padding:10px 15px;
    margin-top:20px;
}
.surveystatusinput {
    line-height:30px;
    padding-left:30px;
}



.footable-row-detail-inner {
    display:table;
}
.detail-inner-row {
    display:table-row;
}
.detail-inner-headercell {
    display:table-cell;
    padding-right:20px;
    font-weight:normal !important;
    line-height:30px;
}
.detail-inner-datacell{
    display:table-cell;
    padding-left:10px;
    line-height:30px;
}
.footable-cell-detail {
    padding-left:20px !important;
}




/************************  UI Dialog Updated Styles  ****************************/
.ui-dialog {
    padding:0px !important;
}
    .ui-dialog .ui-dialog-titlebar {
        padding: 1.2em 1em !important;
        background-image:none;
        border:none;
        border-bottom-left-radius:0px;
        border-bottom-right-radius:0px;
        background-color: #dce9f9;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#E6E1E1));
      background-image: -webkit-linear-gradient(top, #FAFAFA, #E6E1E1);
      background-image: -moz-linear-gradient(top, #FAFAFA, #E6E1E1);
      background-image: -ms-linear-gradient(top, #FAFAFA, #E6E1E1);
      background-image: -o-linear-gradient(top, #FAFAFA, #E6E1E1);
      background-image: linear-gradient(to bottom, #FAFAFA, #E6E1E1);
    }
.ui-widget-overlay {
    background-color:#222 !important;
    opacity:.7 !important;
    background-image:none !important;
}



.store-product-option {
    float: left !important;
border: 1px solid gray !important;
text-align: center !important;
width: 250px !important;
}
.store-product-option-display {
    float: none;
display: table-cell;
/* text-align: center; */
width: 500px;
/* float: right; */
line-height: 50px;
}




/*BRI Report Styles*/
 #briscores {
       /*display:table-cell;*/
       width:50%;
    }
#historicalscore, #briindscores, #brirecommendations {
    float:left;
    width:100%;
}
    
    .reportsections {
        border:1px solid gray;
        width:100%;
        border-radius:5px;
        position:relative;
        display:inline-block;
        margin-top:15px;
    }
    .boxtitle {
        font-size:20px;
        padding:5px;
        padding-left:15px;
        color:white;
        height:28px;
        font-weight:bold;
        background-color:#587498;
    }
   .britable {
        margin-left:auto;
        margin-right:auto;
    }
    .tdate {
        padding-top:15px;
        float:right;
    }
    .pagetitle {
        float:left;
    }
    .nohistory {
        text-align:center;
        height:50px;
        padding-top:20px;
        font-weight:bold !important;
    }
    .guagetitle {
       font-size: 14px;
        color: black;
        text-align: center !important;
       
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 10px;
        position: absolute;
        z-index: 9;
        padding-top: 150px;
        /* text-align: center; */
        width: 90%;
    }
   
#briguage .guagetitle {
   width: 50%;
   padding-top:220px;
   font-size:18px;
}
    .briguage {
        display:inline-block;
        width:320px;
    }
    .briheader {
        background-color:silver;
        padding:4px;
        margin-bottom:10px;
    }
    .bripoints {
        padding-left:15px;
        text-align:justify;
        padding-right:15px;
        line-height:25px;
    }
    .britypes {
        margin-top:10px;
        padding-bottom:10px;
    }
    .brirecommendations {
        display:inline-block;
    }
    .indbri {
        border-radius:5px;
        padding:10px 5px;
        margin: 0 auto;
        width:100%;
    }
    text {
        font-weight:bold;
    }
    .historicalreport {
        height:300px;
        padding-left:10px;
    }
   
.BRI, .ManagedLS, .MangedMED, .Managed_LS_MED {
    width:100%;
    background-color:rgb(235, 182, 175);
    color:white;
    border-radius:1000px;
    height:100px;
    width:115px;
    vertical-align:middle;
    font-size:35px;
    display:inline-block;
    vertical-align:middle;
    vertical-align: middle;
    line-height: 2.6;
    font-weight: bold;
    border: 1px solid white;
    box-shadow: 3px 3px 3px #888888;
}
.ManagedLS {
    background-color:rgb(128, 61, 52);
}
.MangedMED {
    background-color:rgb(214, 70, 139);
}
.Managed_LS_MED {
    background-color:rgb(140, 45, 199);
}
.effect7
{
  	position:relative;       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before, .effect7:after
{
	content:"";
    position:absolute; 
    z-index:1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:5px;
    right:5px;
    -moz-border-radius:50px / 10px;
    border-radius:50px / 10px;
} 
.effect7:after
{
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}
    .tagfooter {
        width:190px;
        height:30px;
        background-color:red;
       color: black;
        vertical-align: bottom;
        text-align: center;
        font-size: 15px;
        padding: 10px;
        text-shadow: 1px 1px 1px #969696;
        font-family: calibri;
        font-weight: bold;
    }
    .tagcontent {
        height:70px;
        text-align: center;
        vertical-align: middle;
        font-size: 45px;
        font-family: cursive;
        font-weight: bold;
        line-height: 1.5;
        color: red;
        /*background: rgba(254,254,254,1);
        background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(209,205,209,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(100%, rgba(209,205,209,1)));
        background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(209,205,209,1) 100%);
        background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(209,205,209,1) 100%);
        background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(209,205,209,1) 100%);
        background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(209,205,209,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#d1cdd1', GradientType=0 );*/
    }
    .outer {
        position:absolute;
        width:100%;
        height:100%;
        background-color:rgb(255, 249, 186);
        z-index:2;
    }
    .g1 {
        color:blue;
    }
    .g2 {
        color:rgb(255, 141, 0);
    }
    .g3 {
        color:rgb(160, 167, 0)
    }
    .g4 {
        color:green;
    }
    .fg1 {
       background-color:rgb(165, 165, 165) ; 
    }
    .fg2 {
        background-color:rgb(165, 165, 165) ; 
    }
    .fg3 {
         background-color:rgb(165, 165, 165) ; 
    }
    .fg4 {
         background-color:rgb(165, 165, 165) ; 
    }
    .leftscrew, .rightscrew {
        content:"";
        width:18px;
        height:18px;
        border-radius:1px;
        float:left;
        margin:5px;
        background-image:url('/Images/screw.png');
        /*background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(209,205,209,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(100%, rgba(209,205,209,1)));
        background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(209,205,209,1) 100%);
        background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(209,205,209,1) 100%);
        background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(209,205,209,1) 100%);
        background: linear-gradient(to bottom, rgba(213, 210, 210, 1) 0%, rgba(87, 80, 87, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#d1cdd1', GradientType=0 );*/
    }
    .rightscrew {
        content:"";
        float:right !important;
    }

    .brimainscores {
        width:100%;
    }
.noreportmessage {
    width:100%;
    text-align:center;
    padding-top:50px;
    font-size:16px;
}

.centeralign {
    text-align:center !important;
    width:14%;
}

.greenbtn a{
    background-color:#2DBD9B !important;
    border:1px solid #2DBD9B !important;
}

.pagination > li > a, .pagination > li > span {
    color:#2DBD9B;
}

.footable > thead > tr > th, .footable > thead > tr > td {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color:#e8e8e8;
    color:black;
}
.navbar-right {
    float:right;
    padding-right:10px;
}
/********************
*   Mobile Styles   *
********************/
@media only screen and (min-width: 1200px) {
    .container {
    width: 1030px;
    }
}
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/

   
    /* logo */
    header .site-title {
   
    }

    /* login */
    
    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        /*padding-right: 10px;
        padding-left: 10px;*/
    }

    
    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 100%;
    }

    /* login page */
    
        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }
   
    .surveyOptions {
        min-width:100px;
        float:none;
        vertical-align:bottom;
        padding-bottom:5px;
        padding-top:5px;
        background-color:silver;
        margin-right:5px;
        padding-left:5px;
        border-radius:2px;
        margin-top:5px !important;
        width:100%;
    }

    .surveyRight {
        
    }
    .slide {
        width:95%;
    }
    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
    
   
    .uk-dropdown {
        z-index:99999;
    }
    #leftcorner, #rightcorner {
        display:none;
    }
    .logoutForm {
        width:80%;
    }
    .clearfix a {
        text-align:center;
    }
       .menu{
		display: none;
	}
           .top-nav{
		display: block;
		margin-bottom: 20px;
	}
    #fixed-div {
        display:none;
    }

    /* Styles for Responsive table */
    .footable-detail-show {
        background-color:silver;
        font-weight:bold;
    }
    .tagsSection {
        width:100%;
    }
    #briscores {
        width:100% !important;
    }
    #briguage {
        width:100%;
        float:none;
    }
    #currentbriinfo {
        width:100%;
        float:none;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1800px) {
 #mybody {
    width:100% !important;
}
}

@media screen and (min-width: 200px) and (max-width: 650px) {
    #briguage {
        width:100% !important;
        float:none;
    }
    #currentbriinfo {
        width:100% !important;
        float:none;
    }
    #briguage .guagetitle {
        width: 100%;
    }
     #Year {
        width:100% !important;
    }
      .genderinputs {
            width:100% !important;
        }
    #SingleSelect {
           width:100% !important;
    }
    .surveyImage {
        float:none !important;
    }
    #SelectQuestionType,#SelectInputType{
          width:205px !important;
    }
         .menu{
		display: none;
	}
           .top-nav{
		display: block;
		margin-bottom: 20px;
	}
    .menu li {
		padding: 15px 10px;
		font-weight: 800;
	}
	.menu li a {
		font-size: 0.8725em;
	}
     .surveyImage {
        padding-right:0px;
    }
    header .float-left,
    header .float-right {
        float: none;
    }
    .gender {
        width:100%;
    }
         .menu{
		display: none;
	}
           .top-nav{
		display: block;
		margin-bottom: 20px;
	}
     
    #homebuttons {
        padding-top:0px;
        padding-bottom:10px;
    }
    .SectionTitle {
        margin-left:-7px !important;
    }
    .Horizontal {
        float: left;
        line-height:30px;
    }
    .variantSub {
        width:88%;
        margin-left:20px;
    }
    .MainResponses {
        padding-left:20px;
    }
    .responseText {
        padding-left:15px;
        float:none;
    }
    .MainQuestionTitle {
        font-weight: bold;
        padding-bottom: 5px;
        margin-left:-5px !important;
    }
    select {
        width:100% !important;
    }
    .homeImage {
        padding-right:0px !important;
        padding-top:10px;
        padding-bottom:10px;
    }
    .homeContent {
        padding:10px !important;
    }
     .MainQuestion {
        box-shadow: 5px 0 5px -5px #fff, 0 5px 5px -5px #000, -5px 0 5px -5px #fff;
        margin-left:-7px;
    }
    .tablerow {
        float:left;
    }
    .tablecell {
        float:left;
    }
    .pieChart {
        width:330px !important;
    }
    #body {
   padding:5px;
}

    .briscores {
        float:none;
    }
}


