@font-face {
    font-family: "Akkurat-Pro-Light";
    src:url("fonts/lineto-akkurat-pro-light.eot");
    src:url("fonts/lineto-akkurat-pro-light.eot?#iefix") format("embedded-opentype"),
        url("fonts/lineto-akkurat-pro-light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
    font-size: 14px;
}

html * {
    font-family: "Akkurat-Pro-Light";
}

ul.list-group.list-group-flush {
     font-family: "Akkurat-Pro-Light";
}
p {
    font-family: "Akkurat-Pro-Light";
}

body {
    background-color: #FFF;
    width: 100%;
    min-height: 100% !important;
    font-family: "Akkurat-Pro-Light";
    font-size: 12px;
    color: black;
    padding-bottom: 100px;
	}

.margin-top {
    margin-top: 150px;
}
.button .big-blue-btn {
    display: block;
    width: 200px;
    /*height: 63px;*/
    margin: 0 auto;  
    margin-top: 30px;
    line-height: 58px;
    background: #004889;
    border-radius: 8px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
}

select#signup-country {
    font-size: 12px;
}

select#signup-country > option {
    font-size: 14px;
}

select#signup-industry {
    font-size: 12px;
    color: inherit;
}

select#signup-industry > option {
    font-size: 14px;
    color: inherit;
}


.button .big-blue-btn  {
    display: block;
    margin: 0 auto;  
    line-height: 48px;
    background: #004889;
    border-radius: 8px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
}
.button .big-blue-btn:hover {
    display: block;
    line-height: 48px;
    background: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 25px;
    color: #004889;
    border: 1px solid #004889;
    cursor:pointer;
}

 .trial-button-section {
     position: absolute;
     bottom: 35px;
     left: 0;
     right: 0;
     text-align: center;
 }

 .trial-button-section .button{
	margin-bottom: 8px;
 } 
 
.close-trial-splash {
    color: white;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    width: 100%;
    margin-top: 18px;
    font-weight: bold;
}

.close-trial-splash:hover {
    opacity: 0.7;
    text-decoration: underline;
}

#refPointX,
#refPointY {
    display: inline;
    width: 100px;
}

#refPointX 
{
    margin-right: 10px;
}

/* COLOURS */
.blue {
	color: #007AC4;
	}
.teal {
	color: #00B383;
	}

.container-fluid {
    max-width: 1200px;
    padding: 0 !important;
}
.container {
    width: 1500px;
    padding: 0;
	}

.ui-button-text {
    width: auto !important;
}

/* tabs nav bar */
.ui-tabs ul {
    background-color: white;
}  

.submit-btn-group{
    border-top: 1px solid #bbbbbb;
    text-align: right;
    padding-right: 15px;
    padding-top: 10px;
}

.form-input {
    background-color: #fff;
    border: 1px solid #bbbbbb;
    padding: 5px 10px 5px 10px;
}

.form-input:hover {
    background-color:#1D538A;
    color: #fff;
    border: 1px solid #1D538A;
}

.active {
    visibility: visible;
    border-bottom: 1px solid #fff;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    text-decoration: none;
    color: white !important;
}

h1ts {
	font-size: 30px;
    margin-top: 5px;
    margin-bottom:5px;
    text-align: left;
    color: #262626;
    font-weight: lighter;
    display: block;
    margin-left: 0;
    margin-right: 0;
}	

h3ts {
	font-size: 25px;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
    color: #262626;
    font-weight: lighter;
    margin-left: 13px;
    display: block;
    margin-right: 0;
}	

h4ts {
	font-size: 20px;
    margin: 20px 0;
    text-align: center;
    color: #262626;
    font-weight: lighter;
    display: block;
}	

#Account-Button:hover {
  cursor:pointer;
  color: #fff;
}

#drawings-title {
    top:17px;
	position: absolute;
    left:0;
    width: 100%;
    text-align: center;
}

#newDrawingBttn {
    top:10px;
	position: absolute;
    left:0;
    margin-left: 0px;
    z-index: 10;
}

#tutorialBttn {
    top:10px;
	list-style: none;
	position: absolute;
    right:184px;
	display: block;
	float: left;
    margin-right: 0px;
    z-index: 10;
}

.hoverUnderline>li {
    list-style: none; 
    padding-top: 3px;
    color: white;
    font-size: 14px;
	}	
.hoverUnderline>li {
    float: left;
    padding-top: 15px;
    margin-left: 10px;
	}	
 .hoverUnderline>li>a {
     display: inline-block;
    text-decoration: none;
    color: #fff;
 }
.hoverUnderline>li>a:after {
   content: '';
    display: block;
    border-bottom: 1px solid #fff;
    width: 100%;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
	}
.hoverUnderline>li>a:hover:after {
     visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
	}			


a.btn {
	font-size: 15px;
    width: 100%;
	height: 45px;
    color:  #fff;
    background-color: #1D538A;
	border: 1px solid #fff;
    border-radius: 5px;
    padding-top: 12px;
}
a.btn:hover {
    background-color: #fff;
	color:#1D538A;
	border: 1px solid #1D538A;
	cursor:pointer;
}

.lightBttn {
	list-style: none;
	}
.lightBttn li {
	display: block;
	border: 1px solid #1D538A;
	border-radius: 5px;
	text-align: center;
	float: left;
	background-color: #fff;
	}
.lightBttn li a {
	display: block;
	color: #1D538A;
	font-size: 14px;
	text-decoration: none;	
	background-color: #fff;
	border-radius: 5px;
	width: 90px;
	height: 27px;
	padding: 3px;
	}	
.lightBttn li a:hover {
	display: block;
	background-color: #1D538A;
	border-radius: 5px;
	width: 90px;
	height: 27px;
	color: #fff;
	}	

.col-md-6 {
  max-width: 700px;
}

#tutorialMenuDropdown {
    margin-top: 1px;
}

.tutorialMenuItem {
	border-radius: 0px !important; 
	text-align: left !important;
    width: 140px !important;
    padding-left: 10px !important;
}

.tutorialEntriesClass {
    display: none;
    position: absolute;
    background-color: #FFF;
    width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 104;
}

.tutorialEntriesClass a {
    color: black;
    padding: 3px 16px;
    text-decoration: none;
    font-size: 14px;
    display: block;
    z-index: 104;
}

.tutorialEntriesClass a:hover {
    color: #FFF;
    background-color: #004889;
}

ul.thumbnails.image_picker_selector {
    margin-top: 70px;
	}
ul.thumbnails.image_picker_selector li {
    float: left;
	}	

ul.thumbnails.image_picker_selector li .thumbnail {
    padding: 5px;
    border: 0;
    width: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	}
ul.thumbnails.image_picker_selector li .thumbnail img {
    padding: 0;
    border: 1px solid #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	}
  ul.breadcrumb {
    background-color: #fff;
  }
.thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 0;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	}
ul.thumbnails.image_picker_selector li .thumbnail.selected {
    background: #fff;
    color: #0385CC;
    font-weight: bold;
	position: relative;
	cursor: pointer;
	}
ul.thumbnails.image_picker_selector li .thumbnail.selected:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 37px;
	left: 0;
	right: 0;
	background: rgba(3,133,204, 0.4);
	transition: all .3s linear;
	}
ul.thumbnails.image_picker_selector li .thumbnail.selected img {
    border: 1px solid #fff;
	}
.thumbnail p {
	margin-top: 10px;
	}
  
.softwareContainer {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0 20px;
	}
.softwareDiv {
	border: 1px solid #fff;
	text-align:center;
	padding: 0;
	margin-left: auto;
    margin-right: auto;
    position: relative;
    min-height: 700px;
}
.bundle-panel {
    margin-top: 200px;
    
}
.bundles-container {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 1200px;
}
.card-title {
  padding:5px;
}
#workspaceTopButtons {
    padding-bottom: 5px;
    padding-top: 5px;
	display: block;
	height: 40px;
	border: 0;
}	
#workspaceTopRightButtons {
	list-style: none;
	position: absolute;
	right: 10px;
    padding: 0;
	}	
#workspaceTopRightButtons li {
	display: block;
	border: 1px solid #1D538A;
	border-radius: 5px;
	text-align: center;
	background-color: #fff;
	}
#workspaceTopRightButtons li a {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
	display: block;
	color: #1D538A;
	font-size: 14px;
	text-decoration: none;	
	background-color: #fff;
	border-radius: 5px;
	width: 90px;
	height: 26px;
	padding: 3px;
	}	
#workspaceTopRightButtons li a:hover {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
	display: block;
	background-color: #1D538A;
	border-radius: 5px;
	width: 90px;
	height: 26px;
	color: #fff;
	}
#workspaceTopRightButtons li {
	float: right;
	margin-left: 10px;
	}

#command-prompt {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    position: fixed; 
    bottom: 50px; 
    left: 10px; 
    height:50px; 
    display: none; 
    align-items:center; 
    justify-content: center; 
    white-space: nowrap;
    background-color: white;
}

#command-prompt-text {
    display: inline-block;
    font-size: 14px; 
    font-weight: bold;
    margin: 10px;
    margin-left: 15px;
    margin-right: 15px;
    color: black;
    background-color: white;
}

#softwareInfo {
	display: block;
	width: 100%;
	border: 0;
	border-top: 1px dotted #ccc;
	text-align: center;
	position: absolute;
	bottom: 0;
	padding-top: 10px;
	}
#softwareInfo1 {
	list-style: none;
	margin: 0;
    padding: 0;
	}
#softwareInfo2 {
	list-style: none;
	margin: 0;
    padding: 0;
    float: right;
	}	
#softwareInfo1 li,
#softwareInfo2 li {
	text-align: center;
	}	
#softwareInfo1 li {
	float: left;
	}
#softwareInfo2 li {
	float: right;
	}

img.top-icons
{
    height: 25px;
    width: 25px;
}

.round-button {
    display: inline-block;
	width: 75px;
	height: 75px;
}

.round-button2 {
    display: inline-block;
	width: 75px;
	height: 75px;
}

.round-button-circle-nohover {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border:10px solid rgba(0,0,0,0);
    background: #ddd; 
    -webkit-transition: .5s ease;
        transition: .5s ease;
        
    -moz-background-clip: border;     /* Firefox 3.6 */
    -webkit-background-clip: border;  /* Safari 4? Chrome 6? */
    background-clip: border-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
				
    -moz-background-clip: padding;     /* Firefox 3.6 */
    -webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
    background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
				
    -moz-background-clip: content;     /* Firefox 3.6 */
    -webkit-background-clip: content;  /* Safari 4? Chrome 6? */
    background-clip: content-box; 
  
    outline: none;
}

.round-button-circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border:10px solid rgba(0,0,0,0);
    background: #ddd; 
    -webkit-transition: .5s ease;
        transition: .5s ease;
        
    -moz-background-clip: border;     /* Firefox 3.6 */
    -webkit-background-clip: border;  /* Safari 4? Chrome 6? */
    background-clip: border-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
				
    -moz-background-clip: padding;     /* Firefox 3.6 */
    -webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
    background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
				
    -moz-background-clip: content;     /* Firefox 3.6 */
    -webkit-background-clip: content;  /* Safari 4? Chrome 6? */
    background-clip: content-box; 
  
    outline: none;
}

.round-button-hover:hover {
	border: 10px solid #1D538A;
    outline: none;
}

.round-button-hover.hovered {
	border: 10px solid #1D538A;
    outline: none;
}

.round-button-circle:focus {
    outline:none;
}

.round-button a {
    display: block;
	width: 100%;
	height: 100%;
	padding-top: 4px;
    border: 2px solid #ddd;
    border-radius: 100%;
}


.footer {
    position: fixed;
    height: 40px;
    width: 100%;
	background-color: #3C4240;
	bottom: 0;
    z-index: 100;
}

.footer-text {
    display: inline-block;
    color: white;
    font-size: 14px;
    margin-left: 30px;
    margin-top: 10px;
}

.footer-link {
    display: inline-block;
    color: white;
    font-size: 14px;
    margin-left: 30px;
    padding-left: 0px;
    padding-right: 0px;
}

.footer img {
	width: 220px;
    padding-right: 20px;
    margin-top: 5px;
}

img.top-icon {
    height: 20px;
    width: 20px;
}



.footer ul {
	padding: 0;
}

.footer-left>li,
.footer-right>li {
    list-style: none; 
    padding-top: 3px;
    color: white;
    font-size: 14px;
	}	
.footer-left>li {
    float: left;
    padding-top: 15px;
    margin-left: 10px;
	}	
.footer-right>li {
    float: right;
    margin-right:10px;
	}
 .footer-left>li>a {
     display: inline-block;
    text-decoration: none;
    color: #fff;
 }
.footer-left>li>a:after {
   content: '';
    display: block;
    border-bottom: 1px solid #fff;
    width: 100%;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
	}
.footer-left>li>a:hover:after {
     visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
	}			
#menu
{
    width:225px;
    z-index: 10;  
position: absolute;  
right: 0;  
top: 55px;
}

.ui-dialog-titlebar-close {
    top: 0;
    right: 0;
    margin: 0;
    z-index: 999;
}

a
{
    -webkit-transition: .5s ease;
        transition: .5s ease;
}

.ui-button
{
    height:40px;
}

#instructions-div
{
    margin:10px;
    margin-bottom: 75px;
    position:relative;
    top:50px;
    padding:5px;
    padding-left: 25%;
    border-style:ridge;
    border-width:2px;
    background-color: #f2f2f2;
    text-align: left;
}
#uploagFileDlgContent
{
    z-index:-10;
}
#select-file
{
    z-index: -10;
    
}

.cd-error-message {
  display: inline-block;
  position: absolute;
  background: rgba(215, 102, 102, 0.9);
  padding: .8em;
  z-index: 2;
  color: #FFF;
  border-radius: 0.25em;
  /* prevent click and touch events */
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
  -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
  transition: opacity 0.2s 0, visibility 0 0.2s;
}
.cd-error-message::after {
  /* triangle */
  content: '';
  position: absolute;
  left: 22px;
  bottom: 100%;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(215, 102, 102, 0.9);
}
.cd-error-message.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s 0, visibility 0 0;
  -moz-transition: opacity 0.2s 0, visibility 0 0;
  transition: opacity 0.2s 0, visibility 0 0;
}

div.agreement {
    background-color: #fff;
    border: 1px solid #aaa;
    overflow: auto;
    width: 450px;
    height: 150px;
    padding: 10px;
    margin: auto;
    line-height: 1.5em;
    font-size: 12px;
}

p#change-pw-success {
    color: #00B383;
}

p#change-pw-fail {
    color: crimson;
}

p#change-pw-req-error {
    color: crimson;
}

p#reset-pw-success {
    color: #00B383;
}

p#reset-pw-fail {
    color: crimson;
}


.modal-text {
    float: left;
    height: auto;
    width: 55%;
}

.modal-image {
    float:right;
    padding: 60px 30px 0 0;
}

.trial-footer {
    height: 100px;
}

#trial-modal {
    /*background: url(/assets/ATonline_landing_EU_0516.jpg) no-repeat;*/
    height: 500px;
    width: auto;
    text-align: left;
    padding-top: 5px;
    line-height: 1em;
}

#trial-dialog {
    width: 1000px;
}

#trial-modal li {
    line-height: 25px;
}

#trial-modal h4 {
    padding: 15px 0 15px 0;
}

#trial-modal ul {
     display: table;
}

#trial-modal ul > li {
    display: table-row;
}

#trial-modal ul > li::before {
    position:absolute;
    top:0;
    left:0;
}

#trial-modal .big-blue-btn {
	width: 300px;
}

#bundle-expiring {
    width: 500px;
}

.modal-header {
    background-color: #1D538A;
    color: white;
}

.pages-container {
    max-width: 1200px;
}

body {
    font-size: 12px;
}

#copyDrawingName:focus,
#drawingname:focus
{
    outline: none;
}

#resetPasswordDialog
{
    font: normal "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size:17px !important;
}

#resetPasswordConfirmation
{
    font: normal "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size:17px !important;
}

#selectUnits {
    height:26px; 
    line-height:26px; 
    font-size:14px; 
    margin-bottom:0px;
    border: none;
    cursor: pointer;
    margin-left: 10px;
    outline: none;
}

.selectUnitsEntriesClass {
    left: 10px;
    background-color: #FFF;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 100;
}

.selectUnitsEntriesClass a {
    color: black;
    padding: 3px 16px;
    text-decoration: none;
    font-size: 14px;
    display: block;
    z-index: 100;
    background-color: #004889;
}

.selectUnitsEntriesClass a:hover {
    color: #FFF;
    background-color: #004889;
}

#workspaceMenuDiv {
    position: absolute;
    border: none;
    cursor: pointer;
    margin-left: 13px;
    top: 5px;
    z-index: 101;
    outline: none;
    padding: 14px 7px 14px 7px;
    border-radius: 24px;
    height: 48px;
    width: 48px;
}

#workspaceMenuDiv:hover {
    background-color: #004889;
}

#workspaceMenuBttn {
    border: none;
    z-index: 100;
    outline: none;
}

#workspaceMenuDropdown {
    border-radius: 7px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.workspaceEntriesClass {
    display: none;
    position: absolute;
    top: 58px;
    left: 10px;
    background-color: #FFF;
    abox-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 104;
}

.workspaceEntriesClass a {
    color: black;
    padding: 3px 24px;
    text-decoration: none;
    font-size: 14px;
    display: block;
    z-index: 104;
}

.workspaceEntriesClass a:hover {
    background-color: #e8e8e8;
}

#myAccountMenuDiv a:hover {
    background-color: #e8e8e8;
}

#myAccountMenuItems {
  margin-top: 4px;
  right: -5px;
  padding: 0px;
  border-radius: 7px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-width: 0px;
}

#languageMenuDiv a:hover {
    background-color: #e8e8e8;
}

#languageMenuItems {
  margin-top: 4px;
  padding: 0px;
}

#tutorialMenuItems a:hover {
  background-color: #e8e8e8;
}

.workspaceMenuEntryEndGroup {
	border-bottom: 1px solid #ccc;
}

.workspaceMenuEntryFirst {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.show {display:block;}

.langMenu a:hover {
    background-color: #1D538A;
    color: white;
}
/*
.dropdown-menu {
    padding:0px;
    width:70px !important;
    min-width:70px !important;
}
*/
/* Underline animation */
.headerNav>li {
    list-style: none; 
    padding-top: 3px;
    color: white;
    font-size: 14px;
}	
.headerNav>li {
    float: right;
    padding-top: 15px;
    margin-left: 10px;
}	
.headerNav>li>a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

.headerNav>li>a:after {
    content: '';
    display: block;
    border-bottom: 1px solid #fff;
    width: 100%;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
}
.headerNav>li>a:hover:after {
     visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}			

.navbar-default {
    background-color: #1D538A;
    z-index: 100 !important;
}

.navbar-brand {
    width: 300px;
    margin-left: 70px;
}

.navbar-brand img {
    height: 30px;
}

.btn-outline-secondary {
    background-color:white;
    color:#333333;
    border-color:#cccccc;
}

.btn-outline-secondary:hover {
    background-color:#DDE1D8;
    color:#333333;
    border-color:#cccccc;
}

/* This prevents firefox from drawing a red outline around required fields (eg. Country in sign up form) */
select:invalid {
    box-shadow: none;
}

#resetPasswordLink {
    display: block;
    color: white;
    font-size: 10px;
    padding-bottom: 0px;
    position: absolute;
    left: -5px;
    top: 40px;
}

#loginEmail {
  font-size:14px;
  height:34px;
  min-width:220px;
  margin-top:5px;
}

/* Temporary style for free bundle promo */ 
#promoEnd2 a {
  color: lightgrey;
  font-style: italic
}

a {
  color: #2f889a;
  text-decoration: none;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

