
body {
  background-color: #f2f2f2;
  font-family: 'Raleway', sans-serif;
}
#wrapper {
  width: 100%;
}
#page-wrapper {
  padding: 0 15px 150px;
  min-height: 568px;
  background-color: white;
  position:relative;
}
.navbar-static-top{
 background:#00183c;
}

.navbar-brand > img {
    max-height: 100%;
}
.navbar-brand {
    padding: 9px 10px;
	height:auto;
}
.user-img {
    margin-right: 5px;
    width: 40px;
}
.nav > li > a:focus, .nav > li > a:hover{
 background:none;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #1f274b;
    border-color: #00183c;
}

.navbar-top-links {
  margin-right: 0;
}
.navbar-top-links li {
  display: inline-block;
}
.navbar-top-links li:last-child {
  margin-right: 15px;
}
.navbar-top-links li a {
  padding: 15px;
  min-height: 50px;
}
.navbar-top-links > li > a {
    color: #ffffff;
    min-height: 50px;
    padding: 15px;
}

.navbar-top-links .dropdown-menu li {
  display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}
.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}
.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}
.sidebar .sidebar-nav.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.sidebar .sidebar-search {
  padding: 15px;
}
.sidebar ul li {
  border-bottom: 1px solid #e7e7e7;
}
.sidebar ul li a.active {
  background-color: #ffffff;
}
.sidebar .arrow {
  float: right;
}
.sidebar .fa.arrow:before {
  content: "\f104";
}
.sidebar .active > a > .fa.arrow:before {
  content: "\f107";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: none !important;
}
.sidebar .nav-second-level li a {
  padding-left: 37px;
}
.sidebar .nav-third-level li a {
  padding-left: 52px;
}

.panel-caption {
    font-size: 26px;
    font-weight: 400;
}

.huge {
    font-size: 40px;
    font-weight: 600;
}
.panel-green {
  border-color: #9acf01;
}
.panel-green > .panel-heading {
  border-color: #9acf01;
  color: white;
  background-color: #9acf01;
}

.panel-pink{
  border-color: #fe1447;
}
.panel-pink > .panel-heading {
  border-color: #fe1447;
  color: white;
  background-color: #fe1447;
}


.panel-yellow {
  border-color: #ffc400;
}
.panel-yellow > .panel-heading {
  border-color: #ffc400;
  color: white;
  background-color: #ffc400;
}

.panel-blue {
  border-color: #005680;
}
.panel-blue > .panel-heading {
  border-color: #005680;
  color: white;
  background-color: #005680;
}


.footer-links {
    border-top: 1px solid #e5e7eb;
    bottom: 0;
    left: 0;
    position: fixed;
    text-align: center;
    width: 100%;
}

.ft-links {
    margin: 0;
}

.ft-links > li {
    display: inline-block;
    padding: 20px 0;
}

.ft-links a {
    border-right: 1px solid #5c5c5c;
    color: #5c5c5c;
    padding: 0 20px;
}

.ft-links li:last-child a{
  border:none;
}

.statistics {
    background: #0077b1 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 19px;
    margin-bottom: 50px;
    padding: 10px;
}
.page-header {
    border: medium none;
    margin-bottom: 50px;
    margin-top: 0;
}

.no-pd-left{padding-left:0;}
.no-pd-right{padding-right:0;}


/* ---------- pages without sidebar ---------- */

.navbar-header.full-width {
    text-align: center;
    width: 100%;
}

.navbar-header.full-width .navbar-brand {
    display: inline-block;
    float: none;
    height: auto;
    padding: 9px 10px;
}

#page-wrapper.no-sidebar {
    margin: 0;
	padding-left:0;
	padding-right:0;
}

#page-wrapper.no-sidebar .footer-links {
    border-top: 1px solid #e5e7eb;	
    text-align: center;
    width: 100%;
}
.inner-content .content-header {
    margin: 0 0 20px;
    font-size: 35px;
}


.inner-content p {
    color: #000000;
    font-size: 18px;
    margin-bottom: 40px;
}	

.inner-content {
    box-sizing: border-box;
    margin: auto;
    max-width: 980px;
	padding:0 35px;
}



/* ---------- pages pre login ---------- */

#wrapper.pre-login {
    /*background: rgba(0, 0, 0, 0) url("../images/bg.jpg") repeat scroll center top / cover ;*/
}

#wrapper.pre-login #page-wrapper.no-sidebar{
 background:none;
 border:none;
}

#wrapper.pre-login .navbar-static-top {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}

#wrapper.pre-login #page-wrapper.no-sidebar .footer-links {
    /* background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0; */
    border-top: none;
    text-align: center;
    width: 100%;
}
#wrapper.pre-login .ft-links a {
    border-color: #ffffff;
    color: #ffffff;
    padding: 0 20px;
}

#wrapper.pre-login form {
    background: #00183c none repeat scroll 0 0;
    padding: 50px;
}

#wrapper.pre-login form label.control-label {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

#wrapper.pre-login .input-group {
    border-bottom: 1px solid #ffffff;
}
.form-control, .input-group-addon{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
	border: medium none;
	color:#fff;
	box-shadow:none;
}

.form-control{
	padding-left:0;
	padding-right:0;
}

.input-group-addon {
    border-bottom: 1px solid #7f8b9d;
}

#wrapper.pre-login .input-group-addon i {
    color: #ffffff;
    font-size: 20px;
}
#wrapper.pre-login span.input-group-addon{
 padding-left:0;
 border-bottom: 0;
}

#wrapper.pre-login .form-control:focus {
    border-color: #66afe9;
    box-shadow: none;
    outline: 0 none;
}

#wrapper.pre-login .form-group .input-group{
    margin-bottom: 40px;
}

.login-register, .login-register a{
 color:#fff;
}
.login-register a{
 text-decoration:underline;
}

button.login-button {
    background: #0077b1 none repeat scroll 0 0;
    border-radius: 2px;
    text-transform: uppercase;
}
button.button-small{
    background: #0077b1 none repeat scroll 0 0;
    border-radius: 2px;
    padding: 5px;
    text-transform: uppercase;
	font-size: 14px;
	margin-top: 10px;
}
.qns-tagline {
    margin: 0;
    font-style: italic;
    text-align: right;
    font-weight: 600;
    color: #989898;
}
.addon-right a, .addon-right{
 color:#fff;
 padding-right:0;
}

.no-border{
 border:none !important;
}

#wrapper.pre-login .radio-inline {
    color: #ffffff;
    font-size: 16px;
	margin-right: 30px;
}
.radio-inline > input {
    top: 2px;
}


.edit-form .form-control {
 color:#000;
 border:none;
 box-shadow:none;
 background:none;
 border-radius:0;
 border-bottom: 1px solid #7f8b9d;
}

.edit-form .control-label{
 text-transform:uppercase;
}

.edit-form .form-group{
 margin-bottom:40px;
}

.profile-pic {
    margin: auto auto 30px;
    max-width: 320px;
}

h1.form-heading {
    margin-bottom: 30px;
    margin-top: 0;
}

td a i.fa {
    font-size: 20px;
}

td a i.fa {
    font-size: 20px;
}

td a i.fa.circle {
	background:#0077b1;
    width:30px;
    height:30px;
	color:#fff;
	border-radius:50%;
	text-align:center;
	line-height:30px;
	transition:.30s all;
}

td a i.fa.circle:hover{
	background:#064c6e;
}
thead tr {
    background: #e5e5e5 none repeat scroll 0 0;
    border-left: 5px solid #0077b1;
}
thead tr th{
	border-bottom:0;
}
td {
    padding-left: 0 !important;
    padding-right: 0 !important;
    vertical-align: 100% !important;
}
.table tbody td {
    padding: 15px !important;
}
.table-blue thead tr{
	border-left:none;
}
.text-blue{
	color:#0077b1;
}
.table.table-blue thead tr {
    background: #0077b1 none repeat scroll 0 0;
    color: #ffffff;
}
.table.table-blue tbody tr {
    background: #e5e5e5 none repeat scroll 0 0;
}
.answr-txt{
	float:left;
}
.progress {
    border: 2px solid #ffffff;
    border-radius: 40px;
    float: left;
    margin-bottom: 0;
    margin-left: 10px !important;
    min-width: 40%;
}
.progress-bar {
    border: medium none !important;
    box-shadow: none;
}

.pink .progress{
	border-color:#fe1447;
}
.pink .progress-bar{
	background:#fe1447;
}
.pink .fa{
	color:#fe1447;
}

.green .progress{
	border-color:#9acf01;
}
.green .progress-bar{
	background:#9acf01;
}
.green .fa{
	color:#9acf01;
}


.yellow .progress{
	border-color:#ffc400;
}
.yellow .progress-bar{
	background:#ffc400;
}
.yellow .fa{
	color:#ffc400;
}


.blue .progress{
	border-color:#005680;
}
.blue .progress-bar{
	background:#005680;
}
.blue .fa{
	color:#005680;
}

.reports-graphs .panel-heading{
	padding:15px;
}
.progress-round .progress{
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
	border-radius:50%;
}

.progress.blue{
	background:#7cb5ec;
}



select {
  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc) !important;
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em !important;
  background-size:
    5px 5px,
    5px 5px,
    0 1.5em !important;
  background-repeat: no-repeat !important;
}

select:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}

.tab-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #dddddd #dddddd;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    border: 1px solid #dddddd;
	margin-top: -1px;
}

.nav-tabs a {
    border-radius: 0 !important;
	background:#f1f1f1;
	color:#252525;
}

ul li{
	list-style:none;
}

.video-instructions > li::before {
    color: #9acf01;
    content: "";
    font-family: fontawesome;
    padding-right: 5px;
}

.video-instructions > li {
    line-height: 26px;
    position: relative;
}

/*****************************************
  upload button styles
******************************************/
.file-upload {
	position: relative;
	display: inline-block;
	width:100%;
}

.file-upload__label {
    background: #0077b1 none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 1em 2em;
    text-transform: uppercase;
    transition: background 0.3s ease 0s;
    width: 80%;
	text-align: center;
}

.video-progress {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.video-progress .progress {
    color: #000000;
    margin-left: 0 !important;
    width: 80%;
}
 
 .file-upload__label:hover {
    cursor: pointer;
    background: #025178;
}
    
.file-upload__input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1;
    width:0;
    height: 100%;
    opacity: 0;
}

.progress-bar {
    color: #000000;
    font-weight: bold;
}

.form-section-top{
	padding:30px 30px 15px;
	border-bottom:1px solid #ddd;
}

.form-section-bottom{
	padding:30px 30px 30px;
}

.btn-blue, .btn-dark:hover {
    background: #0077b1 none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
    padding: 6px 20px;
    text-transform: uppercase;
}


.btn-dark, .btn-blue:hover {
    background: #414141 none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
    padding: 6px 20px;
    text-transform: uppercase;
}
.btn-red{
	background:#e11f25;
	border-color:#e11f25;
	border-radius: 2px;
}

.question-box {
    background: #e5e5e5 none repeat scroll 0 0;
    float: right;
    padding: 20px 30px 10px 30px;
    position: relative;
    width: calc(100% - 30px);
	margin-bottom:30px;
	border-left: 5px solid #0077b1;
}
.red-error {
    color: red;
    margin-top: 5px;
}

.panel-heading a {
    color: #fff;
    float: left;
    width: 100%;
    padding: 60px 40px;	
}
.panel-pink:hover{
	opacity: 0.9;
}
.panel-green:hover{
	opacity: 0.8;
}
.panel-yellow:hover{
	opacity: 0.8;
}
.panel-blue:hover{
	opacity: 0.9;
}

.option-submit-section {
    padding: 30px;
}

.btn-group img {
    max-width: 30px;
}

.question-box .form-group.row {
    margin-bottom: 20px;
}
h4.submit-heading {
    color: #00183c;
    font-size: 16px;
    font-weight: lighter;
}

.btn-group label {
    float: left;
    margin-right: 15px;
}

.btn-group input {
    float: left;
}

.btn-group label {
    float: left;
    margin-bottom: 0;
    margin-right: 15px;
    padding: 7px 0;
}
.qustn-exchange .fa {
    font-size: 32px;
    letter-spacing: 8px;
}
.qustn-exchange a {
    float: left;
    text-align: center;
}
a.move-down {
    margin-top: 25px;
}

a.move-up {
    margin-bottom: 25px;
}

/* .qustn-exchange .up-arr {
    font-size: 23px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
 */
.qustn-exchange {
    left: -55px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.close-q .fa {
    background: #000000 none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
}

.close-q{
	position:absolute;
	top:-5px;
	right:-5px;
} 

.submit-form-header{
	background: #e5e5e5 none repeat scroll 0 0;
    border-left: 5px solid #0077b1;
	padding: 10px 20px;
	 margin-top: 0px;
	 margin-bottom: 30px;
}
.submit-form-header h3, .submit-form-header form label {
    margin: 0;
}
.submit-form-header h3 {
    font-size: 20px;
}
.submit-form-header h3 span {
    color:#0077b1;
}
.submit-form-header form label {
    color: #8f8f8f;
    font-weight: 500;
}
.submit-form-header form label input{
	margin-right:10px;
}

h5.add-free-header {
    color: #00183c;
    font-size: 16px;
    margin-bottom: 50px;
}

h5.add-free-header span{
	color:#9acf01;
	font-weight:600;
}

.divider {
    background: #dddddd none repeat scroll 0 0;
    float: left;
    height: 1px;
    margin: 40px 0 60px;
    width: 100%;
}

table td {
    padding: 20px 10px;
}

.table-no-border td{
	border:none !important;
}

.table.table-no-border tr td{
    padding: 40px 0 0 !important;
}

table.table {
    margin-bottom: 40px;
}

.social-box {
    margin-bottom: 30px;
    margin-left: 40px;
    position: relative;
    width: calc(100% - 40px);
}

.social-box .qustn-exchange .fa {
    color: #00183c;
    font-size: 20px;
	transition:.30s all;
}

.social-box  a.move-down {
    margin-top: 10px;
}

.social-box  a.move-up {
    margin-bottom: 10px;
}
.social-box  a i:hover{
 color:#33ccff !important
}
.form-control.hide-enable {
    opacity: .5;
}
.browse-optn .show-enable, .browse-optn.enable .hide-enable{
	display:none;
}

.browse-optn.enable .show-enable{
	display:block;
}




/* reports details tabs */
 .card {
    margin-top: 20px;
    padding: 30px;
    background-color: rgba(214, 224, 226, 0.2);
    -webkit-border-top-left-radius:5px;
    -moz-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-top-right-radius:5px;
    border-top-right-radius:5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
}
.card.hovercard .card-background {
    height: 130px;
}
.card-background img {
    -webkit-filter: blur(25px);
    -moz-filter: blur(25px);
    -o-filter: blur(25px);
    -ms-filter: blur(25px);
    filter: blur(25px);
    margin-left: -100px;
    margin-top: -200px;
    min-width: 130%;
}
.card.hovercard .useravatar {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
}
.card.hovercard .useravatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.5);
}
.card.hovercard .card-info {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
}
.card.hovercard .card-info .card-title {
    padding:0 5px;
    font-size: 20px;
    line-height: 1;
    color: #262626;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.card.hovercard .card-info {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}
.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}
.btn-pref .btn {
    -webkit-border-radius:0 !important;
}

.btn.btn-primary{background: #0077b1; font-size: 16px;}
.btn.btn-primary:focus{border: 1px solid #0077b1; outline: none;}

.rep-tab-cntn{margin-top: -3px; overflow: hidden;padding: 30px;}
.mbtm{
	margin-bottom: 80px;
}
.mbtp{
	margin-top: 50px;
}

.glyphicon { margin-right:5px;}
.rating .glyphicon {font-size: 22px;}
.rating-num { margin-top:0px;font-size: 54px; }
.progress { margin-bottom: 5px;}
.progress-bar { text-align: left; }
.rating-desc .col-md-3 {padding-right: 0px;}
.sr-only { margin-left: 5px;overflow: visible;clip: auto; }
/* reports details tabs */





/* star rating */



.rating-loading{
    width:25px;
    height:25px;
    font-size:0;
    color:#fff;
    background:url(../img/loading.gif) top left no-repeat;border:none
    }
.rating-container .rating-stars
    {position:relative;
    cursor:pointer;
    vertical-align:middle;
    display:inline-block;
    overflow:hidden;
    white-space:nowrap
         }
         .rating-container .rating-input
         {position:absolute;
         cursor:pointer;
         width:100%;
         height:1px;
         bottom:0;left:0;
         font-size:1px;
         border:none;
         background:0 0;
         padding:0;
         margin:0
         }
         .rating-disabled .rating-input,.rating-disabled .rating-stars
         {
             cursor:not-allowed
             
         }
         .rating-container .star{
             display:inline-block;
             margin:0 3px;
             text-align:center
         }
         .rating-container .empty-stars{
             color:#aaa
         }
         .rating-container .filled-stars
         {
             position:absolute;
             left:0;
             top:0;
             margin:auto;
             color:#fde16d;
             white-space:nowrap;
             overflow:hidden;
             -webkit-text-stroke:1px #777;
             text-shadow:1px 1px #999
         }
             .rating-rtl
             {
                 float:right
                 
             }
             .rating-animate .filled-stars
             {
                 transition:width .25s ease;
                 -o-transition:width .25s ease;
                 -moz-transition:width .25s ease;-webkit-transition:width .25s ease
             }
             .rating-rtl .filled-stars
             {left:auto;right:0;-moz-transform:matrix(-1,0,0,1,0,0) translate3d(0,0,0);-webkit-transform:matrix(-1,0,0,1,0,0) translate3d(0,0,0);-o-transform:matrix(-1,0,0,1,0,0) translate3d(0,0,0);
             transform:matrix(-1,0,0,1,0,0) translate3d(0,0,0)}.rating-rtl.is-star 
             .filled-stars{
                 right:.06em
                 
             }
             .rating-rtl.is-heart .empty-stars{
                 margin-right:.07em
                 
             }
             .rating-lg{
                 font-size:3.91em
                 
             }
             .rating-md{
                 font-size:3.13em
                 
             }
             .rating-sm{
                 font-size:2.5em
                 
             }
             .rating-xs{
                 font-size:2em
                 
             }
             .rating-xl{
             font-size:4.89em
                 
             }
             .rating-container .clear-rating{
                 color:#aaa;
                 cursor:not-allowed;
                 display:inline-block;
                 vertical-align:middle;
                 font-size:60%;
                 padding-right:5px
                 
             }
             .clear-rating-active{
                 cursor:pointer!important
                 
             }
             .clear-rating-active:hover{
                 color:#843534
                 
             }
             .rating-container .caption{
                 color:#999;
                 display:inline-block;
                 vertical-align:middle;
                 font-size:60%;
                 margin-top:-.6em;
                 margin-left:5px;
                 margin-right:0
                 
             }
             .rating-rtl .caption{
                 margin-right:5px;
                 margin-left:0
                 
             }
             @media print{.rating-container .clear-rating{
                 display:none
                 
             }
                 
             }


/* star rating */







/* Responsive CSS */

@media (min-width: 768px) {
	
  #page-wrapper {
    border-left: 1px solid #e7e7e7;
    margin: 0 0 0 250px;
    padding: 60px 100px 150px;
    position: relative;
 }
  .panel-heading {
    padding: 0;
    border-radius: 0;
}
.panel{
 border-radius:0;
 border:none !important;
}
.sidebar ul li a {
    color: #000000;
    font-size: 16px;
    padding: 25px;
} 

 .navbar{
	 min-height:75px;
	}
  .sidebar {
    z-index: 1;
    position: absolute;
    width: 250px;
    margin-top: 75px;
  }
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }

}


@media (max-width: 768px) {
	.huge {
      font-size: 26px;
	}
	.panel-caption {
      font-size: 20px;
	}
	.icon-lg {
      max-width: 90px;
    }
	h1.form-heading {
		font-size: 30px;
		margin-top: 30px;
	}
	.nav-tabs > li {
		width: 100%;
	}
	.form-section-top {
      padding: 30px 10px;
    }
	.video-instructions > li::before {
		left: -20px;
		padding-right: 5px;
		position: absolute;
	}
	.video-instructions {
		padding-left: 20px;
	}
	.progress {
		margin-top: 10px;
		min-width: 90%;
	}
	.form-group .row > div {
		margin-bottom: 35px;
	}
	.page-header {
     font-size: 30px;
     margin-bottom: 30px;
     margin-top: 30px;
   }
   .edit-form {
     margin-top: 40px;
    }
}





.rating-container .clear-rating{
	display: none;
}


#myChartMale, #myChartMale2{
	width: 48% !important;
	height: 300px !important;
	float: left;
}

#myChartFeMale, #myChartFeMale2{
	width: 48% !important;
	height: 300px !important;
	float: right;
}

#myChartNeutral, #myChartNeutral2{
	width: 48% !important;
	height: 300px !important;
	float: left;
}


@media (max-width: 768px) {

#myChartMale, #myChartMale2{
	width: 100% !important;
	float: left;
}

#myChartFeMale, #myChartFeMale2{
	width: 100% !important;
	float: left;
}

#myChartNeutral, #myChartNeutral2{
	width: 100% !important;
	float: left;
}
}



