body
{
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
}

.number-font
{
  font-family: Arial, Helvetica, sans-serif;
}
.box-info
{
  border-color: #cecccc;
  color: #555;
  background-color: #e7e7e7;
}
.bold
{
  font-weight: bold!important;
}
.clear-both
{
  clear: both;
}
.relative
{
  position: relative!important;
}
.aligncenter
{
  text-align: center!important;
}
.alignleft
{
  text-align: left!important;
}
.alignjustify
{
  text-align: justify!important;
}
.alignright
{
  text-align: right;
}
.link-span
{
  color: #337AB7;
  text-decoration: none;
}
.link-span:hover
{
  color: #23527C;
  text-decoration: underline;
  cursor: pointer;
}
.word-wrap
{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.word-break
{
  word-wrap: break-word;
}
.table thead tr th
{
  vertical-align: middle;
}

.alert.smallpadding
{
  padding: 10px 5px;
  margin-bottom: 10px;
}
span#letMeChooseSpan
{
  color: #253b48;
  border-bottom: 1px solid #253b48;
  display: inline;
  padding-bottom: 0;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
}
#cookiePoweredBy
{
  font-size: .8em;
  font-weight: 200;
  color: #687278;
  margin-top: 5px;
}

.preloader-wrapper
{
  position: relative;
  width: auto;
}
.preloader, #preloader
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FEFEFE;
  z-index: 999;
  overflow: hidden;
  opacity: 0.8;
  min-height: 40px;
}
.preloader.full
{
  opacity: 1;
}
.preloader-message
{
  text-align: center;
  color: #2E74A7;
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
}
.preloader-message.error
{
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.status, #status 
{
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -18px 0 0 -18px;
}
.spinner
{
  height: 36px;
  width: 36px;
  position: relative;
  -webkit-animation: rotation .8s infinite linear;
  -moz-animation: rotation .8s infinite linear;
  -o-animation: rotation .8s infinite linear;
  animation: rotation .8s infinite linear;
  border-left: 3px solid rgba(46, 116, 167, 0.15);
  border-right: 3px solid rgba(46, 116, 167, 0.15);
  border-bottom: 3px solid rgba(46, 116, 167, 0.15);
  border-top: 3px solid rgba(46, 116, 167, 0.8);
  border-radius: 100%;
}
@-webkit-keyframes rotation { 
	from {
	    -webkit-transform: rotate(0deg)
	}
	to {
	    -webkit-transform: rotate(359deg)
	}
}
@-moz-keyframes rotation { 
	from {
	    -moz-transform: rotate(0deg)
	}
	to {
	    -moz-transform: rotate(359deg)
	}
}
@-o-keyframes rotation { 
	from {
	    -o-transform: rotate(0deg)
	}
	to {
	    -o-transform: rotate(359deg)
	}
}
@keyframes rotation { 
	from {
	    transform: rotate(0deg)
	}
	to {
	    transform: rotate(359deg)
	}
}

.btn.no-disabled-visible
{
  opacity: 1!important;
}

#sessionTimeoutCounter
{
  font-weight: bold;
  color: #2E74A7;
  font-size: 18px;
}


/*How it works*/
.paragraph
{
  width: 100%;
  margin-bottom: 15px;
}
.paragraph .paragraph-content .title
{
  color: #2E74A7;
  font-size: 22px;
  padding: 4px 0px;
  border-bottom: 1px solid #cecccc;
  margin: 20px 0px;
}
.paragraph .paragraph-content img
{
  margin: auto;
  margin-bottom: 20px;
}
.paragraph .paragraph-content img.pull-left,
.paragraph .paragraph-content img.pull-right
{
  margin-bottom: 0px;
}
.paragraph .paragraph-content p
{
  text-align: justify;
  font-size: 14px;
  line-height: 24px;
}
.paragraph .paragraph-content p strong
{
  color: #23527C;
}

#revAgentModal .win-rev-links-container, 
#revAgentModal .osx-rev-links-container,
#revAgentModal .linux-rev-links-container
{
  display: none;
}

@media only screen and (min-width: 200px)
{
  .paragraph .paragraph-content
  {
    width: 100%;
    margin: auto;
  }
  img.img-xs
  {
    width: 98%;
  }
  .img-responsive.pull-right,
  .img-responsive.pull-left
  {
    float: none!important;
  }
  
  #sessionExpiredDlg .modal-footer
  {
    text-align: center;
  }
  #sessionExpiredDlg .modal-footer .btn
  {
    display: block;
    margin: auto;
  }
  #endSessionBtn
  {
    margin-top: 10px!important;
  }
}

@media only screen and (min-width: 768px)
{
  .paragraph .paragraph-content
  {
    width: 500px;
  }
  img.img-xs
  {
    width: auto;
  }
  .img-responsive.pull-right
  {
    float: right!important;
  }
  .img-responsive.pull-left
  {
    float: left!important;
  }
  #sessionExpiredDlg .modal-footer
  {
    text-align: right;
  }
  #sessionExpiredDlg .modal-footer .btn
  {
    display: inline-block;
  }
  #endSessionBtn
  {
    margin-top: 00px!important;
  }
}

@media only screen and (min-width: 960px)
{
  .paragraph .paragraph-content
  {
    width: 700px;
  }
}

@media only screen and (min-width: 1200px)
{
  .paragraph .paragraph-content
  {
    width: 1000px;
  }
}