

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;	
}

.backgroundContainer {
    /*background-image: url("images/HeaderBackgroundRepeat.jpg");*/
    background-position: center top;
    background-repeat: repeat;
    background-color:#FFFFFF;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    overflow: hidden;
}

section h2 small.to-top {
    color: #CCCCCC;
    cursor: pointer;
    float: right;
    font-size: 13px;
    line-height: 2.5em;
}
section h2 small.to-top:hover {
	color: #777777;
}

#toolbarBackground {
	background-color: #051019;
	height: 57px;
	width: 100%;
	position: absolute;
	left:0px;
	top:0;
}
#toolbarBackground.small {
	background-color: #051019;
	height: 45px;
	width: 100%;
	position: absolute;
	left:0px;
	top: 0 !important;
	z-index: 120;
}

#backgroundContainerHeader {
    /*top:45px;*/
    height: 329px;
}
#backgroundContainerHeader.small {
    top:45px;
    height: 140px;
}


#backgroundContainerHeader > div {
	background-clip: content-box;
    background-image: url("images/HeaderBackground.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    height: 329px;
    margin: auto;
    width: 100%;
}
#backgroundContainerHeader.small > div {
	height:140px;
}

#backgroundContainerFooter >div {
	/*
    background-image: url("images/FooterBackground.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    height: 265px;
    margin: auto;
    width: 1353px;
    */
}
#toolbar{
	height:57px;
	background-color: #051019;
	position: relative;
	padding: 0 10px;
}
#toolbar.small {
	height:45px;
	background-color: #051019;
	position: absolute;
	padding: 0 0px;
	top: 0 !important;
	z-index: 120;
}

#toolbar .tasorUser {
    color: white;
    float: right;
    margin-left: 105px;
    margin-top: 10px;
    padding-left: 10px;
}

#toolbar .tasorUser .tc-user > div {
	color: #CCCCCC;
}
#toolbar .tasorUser .tc-user > div:hover {
	color: white;
}


/*
.navbar .nav-collapse .tasorUser , #toolbar .navbar .nav-collapse .tasorUser	{
	margin-left: 0;
	float: none;
	border-left: none;
	border-top: 1px solid #999999;
	font-weight: bold;
}*/

.navbar-inner .tasorUser, .navbar-inner .tasorUser div {
	text-transform: none;
}

body {
	max-width: 942px;
	margin:auto;
	position:static;
}

body > .row-fluid{
	background-color: #EAECED;
	background-color: white;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 60px; 
	margin-bottom: 30px;
}

section.first { margin-top:45px;}
			
#toolbar .logotype { cursor:pointer}

.logotype.dark {
	background-image: url("images/TasorONE_logo_text_white.png");
	height: 57px;
	width:175px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain; 
}
.small .logotype.dark, #menuContainer .logotype.dark{
	background-image: url("images/TasorONE_logo_text_white.png");
	height: 45px;
	width:115px;
	background-position: center;
	background-repeat: no-repeat;
	/*margin-left: 1%;*/
}
#menuContainer .logotype.dark {
	height:40px;
}
#menuContainer .nav > li:first-child , #toolbar .nav > li:first-child{width:135px;margin-left:-20px;}

#headerContainer {
	/*
	background-image: url("images/HeaderBackground.jpg");
	background-repeat:no-repeat;
	background-position:center;
	*/ 
	margin:0;	
}

#headerContainer > div {
	margin-top: 0px;
}

#headerContainer {
	min-height: 329px;
/*	padding-top:45px;	*/
}

#headerContainer.small {
	height: 175px;
	padding-top:65px;	
}

#logoContainer {
	height: 248px;
	/*
	background-image: url("images/logoBackground.png");
	background-repeat:no-repeat;
	background-position:left; */
}

#taglineContainer {
	margin-top: 2em;
}
#taglineContainer > div:first-child {
	height: 12em;
}

#taglineContainer li { line-height:1.5em;}

#logoContainer .logoAll {
	 height: 83px;
    margin: auto;
    width: 206px;
}

#logoContainer .logoGraphicsContainer {
    display: inline-block;
    margin: auto;
    margin-top: 100px;
    width:268px;
    font-size:2.3em;
    line-height: 1.3;
    color: #051019;
}

#userForms > div {
	background: none repeat scroll 0 0 rgba(220, 220, 220, 0.85);
	padding: 10px;
	/*height: 12em;*/
}
#userForms .control-group {
	margin-bottom: 5px;
}

#userForms .controls {
	margin: 0;
}

#tasor-user {font-size: 1.3em}

#userForms input {
	height: 100%;
   margin-bottom: 0;
   width: 100%;
   padding: 7px;
   /*font-size: 15px;*/
}
#userForms form .btn {
	/*font-size: 16px;*/
   height: 30px;
   width: 100%;
}


/*
.logoAll {
	background-image: url("images/logo_title_tagline.png")
}
*/

#featuredProjects {
	margin-top:44px;
}

#featuredProjects img {
	border:none;
	padding: 0;
}

#findMore {
	font-size:1.5em;
}

#inAction {
}

#inAction #mainVideoJumbo {    
	background-image: url("images/videos/TasorONE_screen_1_hover.png");
	background-image: url("images/videos/TasorONE_screen_1.png");     
	background-position: center center;
   background-repeat: no-repeat;
   background-size: contain;
   margin: auto;
   min-height: 300px;
}
#inAction #mainVideoJumbo:hover  {
	background-image: url("images/videos/TasorONE_screen_1_hover.png");
	cursor:pointer;
}

#inAction .videoPreview a {
	cursor: pointer;
    margin: 150px auto auto 210px;
    position: absolute;
}
#inAction img {
	border-color: #BBBBBB;
	padding:0
}

#videosList h4 a {
    font-size: 1.25em;
}

#inAction li {
	margin-bottom: 12px;
}

#inAction li .icon {
	position: absolute;
}
#inAction li h4 {
	margin: 0px 0;
}
#inAction li img:hover {
	color: #52A452;
	border-color: #52A452;
	padding:0;
	border-width:2px;
	cursor:pointer;
}
#inAction li a:hover {
	color: #52A452;
	border-color: #52A452;
	padding:0;
	border-width:2px;
	cursor:pointer;
}

#inAction #playVideo {    
   position: absolute;
   bottom:0;
}
#inAction #playVideo p {
	background-color: rgba(255, 255, 255, 0.55);
   color: #1C1C1C;
   margin: 0;
   padding: 0.5em;
}
#inAction #playVideo .btn{
	font-size: 1.5em;
   border: medium none;
   padding-bottom: 12px;
   padding-top: 12px;
   text-shadow: none;
}    

#features h3 i, #documents h3 i{
	margin-right:5px;
	font-size: 4em;
	color: #DDDDDD;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 30px rgba(0, 0, 0, 0.055);
}

#features h3, #documents h3 {
	color:black;
	font-size:1.2em;
}
#features p, #documents p {
	color:#777777; 
}



#search_start_using_container {
    background: none repeat scroll 0 0 rgba(200, 200, 200, 0.6);
    margin-top: 100px;
    margin-top: 2em;
    padding: 10px;
}

#search_start_using_container #orSeparator {
    height: 50px;
    padding: 17px;
    text-align: center;
}
#search_start_using_container #orSeparator div {
    font-size: 16px;
    line-height: 1em;
    width: 40.33333%;
    padding: 0px;
    margin: 0px;
    display: inline;
}


#search_start_using_container #orSeparator div:first-child ,
#search_start_using_container #orSeparator div:last-child {
    border-bottom: 1px solid #051019;
    height: 10px;
    position: absolute;
}
#search_start_using_container #orSeparator div:first-child {
    left: 0px;
}
#search_start_using_container #orSeparator div:last-child {
    right: 0px;
}

#searchContainer {
	height: 40px;
	border: 1px solid #CCCCCC;
}
#searchContainer input {
	border: medium none;
   font-size: 16px;
   height: 100%;
   line-height: 1em;
   margin: 0;
   padding: 4px 50px 4px 6px;
   width: 100%;
}
#searchContainer .btn-primary{
	/*background-image: url("images/searchButton.jpg");*/
   border: medium none;
   display: inline-block;
   height: 38px;
   margin: 0;
   padding: 0;
   position: absolute;
   right: 0;
   top: 0;
   width: 44px;
   font-size: 1.4em;
}
#searchContainer a i{
    font-size: 1.2em;
    height: 100%;
    line-height: 2.3em;
    width: 100%;
}

#startUsingContainer {
	background-color: #051019;
   background-image: url("images/startUsingBackground.jpg");
   background-position: center top;
   background-repeat: repeat;
   color: #0B4F96;
   line-height: 1em;
   padding: 17px;
   text-align: center;
	font-size: 16px;
}

#startUsingContainer a{
	font-size: 16px;
   line-height: 1em;
}

/*
linear-gradient(to bottom, #1b89e2 0%,#1372dd 100%,#1879e0 100%)
linear-gradient(to bottom, #1484e5 0%,#1372dd 100%,#1879e0 100%)
linear-gradient(to bottom, #2b76d8 0%,#1372dd 100%,#1879e0 100%)
linear-gradient(to bottom, #2b76d8 0%,#1372dd 100%,#1180db 100%)
*/

#startUsingContainer a{
	color:white;
}

#startUsingMarker{
	background-image: url("images/startUsingMarker.png");
	background-repeat:no-repeat;
	background-position:center; 
	height: 22px;
   width: 11px;
}
#startUsingContainer div {
	float:left;
}
#startUsingContainer #startUsingMarker{
	margin-right: 8px;
}

#menuContainer {
    background-color: #051019;
    border-bottom: 10px double #FFFFFF;
    height: 50px;
    margin: auto;	
    top: auto;
    z-index: 120;
    position: absolute;
}
#menuContainer.small {
	height:auto;
	border-style: solid;
	border-left-style: none;
	border-right-style: none;
}
#menuContainer .navbar {background-color: transparent;}
#menuContainer .navbar .navbar-inner, #toolbar .navbar .navbar-inner 
{; background-color: transparent;}

#menuContainer > div {
}
#menuContainer > .navbar {
	background-color: #051019;
	display:inline-block;
   position: relative;
}
#menuContainer .navbar .nav > li > a , #toolbar  .navbar .nav > li > a {
	text-shadow: none;
	color: white;
}

#footer {
	background-color: #051019;
	position:absolute;
	width:100%;
	left:0;
	color:#DCDDDF;
}
#footer h3 {
	text-transform: uppercase;
}
#footer a {
	color: #CCCCCC;
	cursor: pointer;
}

#footer div {
	color:#666666;
}


/**/
.searchInput {
	width: 100%;
}
.searchInput input {
	width: 100%;
	border: none;
	margin-top: 57px;
}


.DefaultListTemplate td ul.tasorListTemplate { margin-left: 0px;}


#tc_user_login {padding:0px 5px} 


.tc-menuDropdown {
   border: 1px solid #DBDBDB;
	border-color: #FFFFFF #DDDDDD #DDDDDD #FFFFFF;
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
   margin-left: -9px;
   margin-top: 5px;
   min-width: 70px;
   padding: 0 ;
   position: absolute;
   width: auto;
   background-color: #FFFFFF;
}
 .tc-menuDropdown  .tc-menuDropdownItem {
    background-color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 1.1em;
    padding: 3px 7px;
    position: relative;
    z-index: 9999;
    width: 100%;
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
}
 .tc-menuDropdown  .tc-menuDropdownItem:hover {
	text-decoration: underline;
   background-color: #EEEEEE;
}
.tc-menuDropdown  .tc-menuDropdownItem:hover div {
	text-decoration: underline;
}
.tc-menuDropdown  .tc-menuDropdownItem.tc-toggleSelected{
    background-color: white;
    cursor: pointer;
    padding: 5px;
    position: relative;
    z-index: 9999;
    display:block;
}

.tc-menuButton{
    background-color: transparent;
    border: none;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    padding: 5px 8px;
    font-size: 1em;
    float:none;
}
.popover {border-radius: 0;}
.popover.bottom .arrow {left:auto}