@imgPath:          "../../Resources/img/"; 
@highLight: #dcdcdc;
@grayText: #696969;
@linkColor: #919191;
@sansFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif;
@serifFontFamily: Georgia, "Times New Roman", Times, serif;

.no-select {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}


.no-border {
  border: none;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.no-padding {
  padding: 0px;
  margin: 0px;
}


.ff-light{ 
	font-family:'Avenir LT W01 35 Light',"Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ff-light-ob{ 
	font-family:'AvenirLTW01-35LightObli',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ff-book{ 
	font-family:'Avenir LT W01 45 Book',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ff-book-ob{ 
	font-family:'AvenirLTW01-45BookObliq',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ff-oblique{ 
	font-family:'AvenirLTW01-55Oblique',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ff-roman{ 
	font-family:'Avenir LT W01 55 Roman',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ff-medium{ 
	font-family:'Avenir LT W01 65 Medium',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ff-medium-ob{ 
	font-family:'AvenirLTW01-65MediumObl',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ff-heavy{ 
	font-family:'Avenir LT W01 85 Heavy',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ff-heavy-ob{ 
	font-family:'AvenirLTW01-85HeavyObli',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ff-black{ 
	font-family:'Avenir LT W01 95 Black',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ff-black-ob{ 
	font-family:'AvenirLTW01-95BlackObli',"Helvetica Neue", Helvetica, Arial, sans-serif;
}

.text-underline{ 
	text-decoration:underline;
}

.gray-text{
	color:@grayText;
}

html, body {
}
body {
    background-image: url("@{imgPath}footer-base.jpg");
    background-repeat: repeat;  
}
form{
padding:0px; 
margin: 0px;
}

h1 {
	font-weight:normal;
	font-style:normal;
	.ff-heavy;
	font-size: 24px;
	color: #555;
}

h1 small {
	font-style:normal;
	.ff-medium;
	color: #9b9b9b;
}

h3{
	font-style:normal;
	.ff-heavy;
	font-size:20px;
	margin:0px;
}
h4 {
	.ff-heavy;
	font-size:16px;
}


hr {
  margin: 22px 0;
  border: 0;
  border-top: 6px solid @highLight;
  border-bottom: 1px solid @highLight;
}

a {
 .ff-medium;
 cursor: pointer;
}
p {
 .ff-medium;
 font-size:16px;
}

table {border-spacing: 0px;}

td > p {
	line-height: 27px;
	font-size:18px;
	color:#373737;
}
td > p:hover {
	color:red;
	cursor:pointer;
}

input[type="text"], input[type="password"], textarea, select { 
    outline: none;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	background-color: white;
	border: 1px solid #CCC;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}


.nav-link{
 .ff-medium;
 font-size: 16px;
 .no-select;
}

.nav-link.deactive{
 color:@linkColor;
 text-decoration:none;
 cursor: default;
 .no-select;
}

.footer-top
{
    background: url("@{imgPath}footer.jpg") repeat;
    height: 10px;
    width: 100%;
}

.footer
{
    background: url("@{imgPath}footer-base.jpg") repeat bottom center;
    position: relative;
    width: 100%;
}

.footer-login
{
    background: url("@{imgPath}ots-big.png") no-repeat;
    height:306px;
    width: 100%;
}
.footer-login-logo
{
    width: 100%;
}

.footer-login-logo img
{
    padding: 20px
}

.footer p
{
    padding: 2px;
    color: #afafaf
}
.wrapper {
    background-image: url("@{imgPath}bg.jpg");
    padding-top: 80px;
}
.holder {
    background-image: url("@{imgPath}bg.jpg");
    min-height:400px;
}
.login-form {
	display: block;
	width: 100%;
	text-align:center;
}

.login-form-inner {
	text-align:left;
	width: 194px;
    margin: 0px auto 5px;
    padding-left:90px;
    padding-right:90px;
    padding-top:27px;
    border-style: solid; border-bottom: 2px solid #d9d9d9;
}

.DialogBodyOuter {
	margin:90px auto 20px auto;
	display: block;
	width: 100%;
	text-align:center;
}

.DialogBody{
	text-align:left;
	width: 295px; 
	height: 155px;
    margin: 0px auto;
    padding-left:36px;
    padding-right:36px;
    padding-top:45px;
    border-style: solid; border-bottom: 2px solid #d9d9d9;
}

.client-logo-outer{
	display: block;
	width: 100%;
	text-align:center;
	height:100%;
}

.client-logo {
	display: block;
	height: 132px;
}

.client-logo img {
	width: auto;
	height: auto;
    margin: 42px auto 20px;
    top: 50%;
	max-width: 180px;
	max-height: 70px;
}

.thumb {
	width: 154px;
	padding-left: 2px;
}

.thumb-box {
	display: box;
	line-height: 8px;
	border-top: 2px solid #cecece;
	height: 115px;
	width: 144px;
	background-color:#ebebeb;
}


.thumb-box > p{
	.ff-medium;
	font-size: 12px;
	color:#737373;
	padding-left: 8px;
}

.thumb-box > h3{
	.ff-heavy;
	marging:0px;
	font-size: 14px;
	color:#373737;
	padding-left: 8px;
}


.placeholder {
	display:block;
	padding: 5px;
	width: 134px;
	background-color:#fff;
}
.placeholder.uderline {
	border-bottom: 2px solid #d7d7d7;
}
.placeholder_small {
	display:box;
	padding: 5px;
	width: 80px;
	background-color:#fff;
	border-bottom: 2px solid #d7d7d7;
}
.placeholder_small img {
	width: 80px;
	height: 80px;
}


.media-box
{
	background:white;
	padding:5px;
	width:240px;
	height:160px;
	border-bottom: 2px solid #d7d7d7;
}
.media
{
	display:block;
	width:240px;
	position:relative;
	left:0;top:-160px;
}

.center-me {
 margin: 0 auto !important;
 float: none !important;
 text-align: center;
}

.push-me{
  position:relative;
  top:20px;
  left:30px;
}


// Bootstrap specific
.nav{
	.ff-heavy;
}

.nav-pills.nav-stacked > li > a {
	.ff-heavy;
}

.nav > .title {
	.ff-heavy;
	font-size:12px;
}

.pagination ul > li > a:hover{
	.ff-medium;
	font-size: 16px;
}

.pagination ul > .active  > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  .ff-heavy;
  font-size: 16px;
}

.pagination ul > li > a
{
  .ff-medium;
  font-size: 16px;
}


.wf-loading 
{
	font-family: serif;
}

.wf-inactive {
	font-family: serif;
}

.wf-active {
	.ff-medium
}


//Question Section


/* Base class */
.question-item {
  position: relative;
  margin: 20px 0 0 0px;
  padding: 45px 0px 0px;
  *padding-top: 19px;
  background-color: #f5f5f5;
  border: 0px solid #ddd;
  font-size: 20px;
  .ff-medium;
}
.question-item > p {
	.ff-medium;
}

/* Echo out a label for the example */
.question-item-label {
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: normal  ;
  background-color: @highLight;
  border: 0px solid #ddd;
  color: #373737;
  .ff-heavy;
}

/* Remove spacing between an example and it's code */
.question-item + .prettyprint {
  margin-top: -20px;
  padding: 0px;
  line-height: 8px;
  color:@linkColor;
  font-size: 14px;
}

.question-item > .time {
  font-size: 14px;
  .ff-roman;
  padding-top: 16px;
  color:#919191;
}

.question-item > .location {
  padding-top:16px;
  font-size: 14px;
  .ff-roman;
  color: #000;
}

.location a{
  color: #000;
}
.location a:hover{
  color: red;
}

.btn-login {
	width: 90px !importent;
	height: 30px;
}

.loading{
	padding:34px;
}

.loading-text{
	.ff-heavy;
	font-size:16px;
	color: @grayText;
	padding-left:10px;
	padding-top:10px;
}

.label-box
{
	background-color:@highLight;
	display: block;
	padding:8px 6px;
	width:40px;
}

.td-content {
	overflow: hidden;
	width:730px;
	padding:13px 20px 0px 1px;
	vertical-align:top;
}
.td-question {
	padding: 21px 15px 0px 0px;
	width:82px;
	height:33px;
	vertical-align:top;
	text-align:right;
}

.accordion-heading > a:hover {
	text-decoration: none;
}

.btn-signout {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  *line-height: 22px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #7d7d7d;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  .ff-heavy;
}

.btn-signout:hover {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  *line-height: 22px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: red;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  .ff-heavy;
  
}

.min-height {
	min-height: 540px;
}

.emptydata {
	.center-me;
	 width:100%px;
	 text-align:center;
	 padding-top:37px;
}

.emptydata p{
	.ff-heavy;
	padding:0px;
}
//
.no_ans_text{
	color: #373737;
	font-size: 16px;
	.ff-medium;
	padding: 6px 0 28px;
}
.ans_text{
	color: #373737;
	font-size: 16px;
	.ff-medium;
	padding-bottom: 0;
	margin:0
}

.download_img{
	display:block;
	width:40px;
	height:40px;
	background-image: url('../../Resources/img/download_icon_normal.png');
}

.download_img:hover{
	display:block;
	width:40px;
	height:40px;
	background-image: url('../../Resources/img/download_icon_active.png');
}

.play_img{
	display:block;
	width:40px;
	height:40px;
	background-image: url('../../Resources/img/play_normal.png');
}

.play_img:hover{
	display:block;
	width:40px;
	height:40px;
	background-image: url('../../Resources/img/play_active.png');
}


.time
{
	.ff-roman;
}

//WebFontRules

.wf-inactiv h1,
.wf-inactiv h1,
.wf-inactiv h3,
.wf-inactiv a,
.wf-inactiv p {
 font-family:@sansFontFamily;
}

.wf-loading h1,
.wf-loading h1,
.wf-loading h3,
.wf-loading a,
.wf-loading p {
 font-family:@sansFontFamily;
}

