html, body {
	background:#CCEBEC;
}
.one-login-head {
  background: #2d929e;
}
.one-login {
  border-bottom: 3px solid #2D929E;
}
.one-login form li {
  background: #d9ebe9;
}
.navbar-default .navbar-brand{
	background: #2d929e !important;
	color: #fff !important;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #EBF3F3 !important;
  background-color: #2d929e !important;
}
.smart-forms .button.btn-primary {
    background-color: #f18200;
	color: #ffffff;
	//border: 1px solid #2d929e;
}
.submit input[type="submit"]{
    background-color: #f18200;
	color: #ffffff;
}
.table > thead > tr > th {
  border-bottom: 2px solid #075d6c;
}
.table > tbody > tr > td {
  border: none;
}
.table tbody tr:nth-child(2n) {
  background-color: #c7e6e2;
}
.next-btn, .previous-btn {
  color: #fef4de !important;
}
.smart-forms .tagline span {
  background: #f18200;
  color: #ffffff;
  //border: 1px solid;
}
.categorydiv {
  border-bottom: 1px solid #2d929e;
}
.tab-bluebutton.active {
  background: #2d929e;
  box-shadow: inset 0 3px 0 #055a64;
}
.tab-bluebutton {
  background: #C7E6E2;
  border-right: 1px solid #055a64;
}
.questionnaire-button.active {
  background-color: #2d929e !important;
}
.questionnaire-button{
    background-color: #fef4de !important;
	color: #075d6c !important;
  border: 1px solid #2d929e;
}
.tabdiv {
	border: 1px solid #2d929e !important;
}
.ui-slider-horizontal .ui-slider-handle.Scorevalue {
  top: -0.6em;
  margin-left: -.3em;
}
.ui-slider .ui-slider-handle.Scorevalue {
  width: .5em;
  height: 2em;
}
.messi-titlebox {
    padding: 10px;
    overflow: hidden;
    font: 1.3em bold helvetica,arial;
    color: #fff;
    text-shadow: 0 -2px 1px rgba(0,0,0,0.25);
    background-color: #2d929e !important;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.25,#3b3b3b),color-stop(0.75,#575757));
    background-image: linear-gradient(bottom,#2d84b6 25%,#2d84b6 75%);
    background-image: -moz-linear-gradient(bottom,#2d929e 25%,#2d929e 75%);
    background-image: -o-linear-gradient(bottom,#2d929e 25%,#2d929e 75%);
    background-image: -webkit-linear-gradient(bottom,#2d929e 25%,#2d929e 75%) !important;
    background-image: -ms-linear-gradient(bottom,#2d929e 25%,#2d929e 75%);
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 5px;
}
