/*
 * General
 */
#webheader {
	background-color: teal;
	padding: 10px 10px 10px 10px;
}
.btn-lg, .btn{
	background-color:#AF2A2F;
	color:white
 }
.row{
	margin-right: 0px !important;
}

tspan{
	/*white-space: pre;*/
}

/*
 * Print
 */
@media print {
	#canvasContainer {
		background-color: white;
		height: 764px;
		width: 996px;
		position: fixed;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0px;
		border: 0px;
	}
}

/*
 * PANEL STYLING
 */
.panel-style {
    border-color: #ccc;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.panel-style>.panel-heading {
    color: #00415d;
    background-color: #fff;
    border-color: #fff;
    text-align:center;
}
.panel-style>.panel-heading a{
    text-decoration: none;
    color: #666;
    font-size: 15px;
	font-weight: 500;
}
.panel-style>.panel-heading a.active{
    color: #000000;
    font-size: 24px;
}
.panel-style>.panel-heading hr{
    margin-top: 10px;
    margin-bottom: 0px;
    clear: both;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-style input[type="text"],.panel-style input[type="email"],.panel-style input[type="password"] {
    height: 45px;
    border: 1px solid #ddd;
    font-size: 16px;
}
.panel-style input:hover,
.panel-style input:focus {
    outline:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}
.btn-login {
    background-color: #AF2A2F;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #AF2A2F;
}
.btn-login:hover,
.btn-login:focus {
    color: #fff;
    background-color: #AF2A2F;
    border-color: #AF2A2F;
}
.forgot-password {
    text-decoration: underline;
    color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
    text-decoration: underline;
    color: #666;
}
.btn-register {
    background-color: #AF2A2F;
    outline: none;
    color: #fff;
    font-size: 18px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    border-color: #AF2A2F;
}
.btn-register:hover,
.btn-register:focus {
    color: #fff;
    background-color: #AF2A2F;
    border-color: #AF2A2F;
}
.btn-admin, .btn-admintool {
    background-color: #AF2A2F;
    outline: none;
    color: #fff;
    font-size: 18px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    border-color: #AF2A2F;
}
.btn-admin:hover,
.btn-admin:focus {
    color: #fff;
    background-color: #AF2A2F;
    border-color: #AF2A2F;
}
#AddAccessBtn{
	color: #fff;
    background-color: #AF2A2F;
    border-color: 1px solid #00000000;
	border-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover{
	background-color: #AF2A2F;
	border-color: #AF2A2F;
}
.pagination > li > a, .pagination > li > a:hover{
	color: #000000;
}



/*
 * CLEAR FIX
 */
.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */


/* 
 * Header
 */
#mainMenu{
	margin-top:3%;	
	z-index: 0 !important;
}
.btn-lg{
	padding: 10px 16px !important;
}
.btn.focus, .btn:focus, .btn:hover{
	color: white;	
}
.toolsheader{
	margin-bottom: 1%;
}
.headerborder{
	width: 100%;
}
.clicky_link, .clicky_link:hover{
	cursor: pointer;
	color: #AF2A2F;
	font-size: 2em;
	text-decoration: none;
}
#register{
	font-size: 1.5em;
	margin-bottom: 4%;
}
#login{
	margin-top: 1.5%;
}
#loggedin{
	position: absolute !important;
}
#toolslogo{
	width: 400px;
	margin-left: 2%;
	cursor: pointer;
}
.bar, #headerMenu{
	color: #AF2A2F;
	font-size:2em;
}
.navbar-toggle{
	background-color: #AF2A2F;
}
.icon-bar{
	background-color: #FFFFFF;
}
@media (max-width: 768px) {
	.inner {
		display: table;
		margin: 0 auto;
	}
	#headerNavList>li>span{
		display:none;
	}
}
 
/*
 * Tool
 */
body{
	overflow-x: hidden;
}
.toolbackground{
	background-image:url('/images/tools-grayback.png');
	background-repeat:no-repeat;
	background-size:cover;
	height: 100vh;
}
#nested{
	margin-top:1%;
	position:absolute;
	z-index:100;
	margin-left:7%;
	display:none; 
	max-height:764px;
	width:9%;
	overflow-y:auto;
	border:1px solid #000000;
	background-color:#FFFFFF;
}
#attributes{
	margin-top:25%;
	position:absolute;
	z-index:100;
	margin-left:7%;
	display:none; 
	max-height:73vh;
	width:8%;
	border:1px solid #000000;
	background-color:#FFFFFF;
}
#toolBox{
	list-style-type:none;
}
#toolBoxList{
	width:5%; 
	padding-left:0px;
	margin-top:1%;
}
#transforms{
	width:500%;
	position:absolute;
	margin-left:70%;
	z-index:100; 
	display:none;
}
#toolBoxText{
	margin-left: -30%;
	width: 80px;
	margin-top: 5%;
	margin-bottom:40%;
}
#textList{
	margin-top:30%;
	margin-bottom:6%;
	width:100%;
}
#text, #line, #shape{
	width:40px;
}
#connector{
	 width:30px;
 }
#textHead, #lineHead, #shapeHead {
	margin-top:0%;
	margin-bottom:0%;
}
#shortcutList{
	margin-top:1%;
}
#menucol{
	margin-top: 1%;
	font-size:200%;
}
#menucol > .list-inline > li > a, #rightcol > .list-inline > li > a{
	color: #AF2A2F;
	text-decoration: none;
}
#successAlert{
	display: none;
	margin-bottom: 10px !important;
}
#showAlert{
	display: none;
}

/*
 * Canvas
 */
.canvasDiv{
	position:absolute;
}
.canvasHolder{
	background: #ffffff;
	position:relative;
	overflow: auto;
	height: 3000px;
	width: 3000px;		
	top: 0px;
	left:0px;
}
#canvasContainer{
	position:relative;
	overflow: scroll;
	height: 764px;
	width: 996px;
	margin-left:25%;
	margin-top:2%;
}
#canvasList1, #preview{
	display: none;
}
pre#json{
	display:none;
	margin:0px;
	position:absolute; 
	top:450px; 
	right:10px; 
	width:450; 
	height:500;
	background:white;
	border:1px solid gray;
}
textarea#json{
	display:none;
	margin-left:-120px; 
	position:relative;
	left:0px;
	width:450; 
	height:500;
	background:white;
	border:0px solid gray;
}
html, body{
   height:100%;
   margin: 0;
   padding: 0;
}
object{
	height:720px;
	background-color:white;
}
svg{

/*position: relative !important;*/
}



@media screen and (max-width: 1655px) and (min-width: 1603px){
	#canvas_zoom{
		left: 1050px !important;
	}		
}
@media screen and (max-width: 1602px) and (min-width: 1519px){
	#canvas_zoom{
		left: 987px !important;
	}		
}
@media screen and (max-width: 1518px) and (min-width: 1403px){
	#canvas_zoom{
		left: 900px !important;
	}		
}
@media screen and (max-width: 1402px) and (min-width: 1463px){
	#canvas_zoom{
		left: 870px !important;
	}		
}
@media screen and (max-width: 1462px) and (min-width: 1330px){
	#canvas_zoom{
		left: 845px !important;
	}		
}

/*
 * Edit forms
 */
#formMargin{
	margin-left: 0%;
}
#formUpdateMargin{
	margin-left: 0%;
	margin-bottom: 3%;
	margin-top:5%;
	position:relative;
	z-index:100;
}
input[type=range]{ 
	width:65%;
	margin-top:5%;
	position:relative;
	z-index:100;
	display:inline-block;
} 
input[type=color]{ 
	width:50px;
	margin-top:5%;
	position:relative;
	z-index:100;
} 
.label{
	position:relative;
	z-index:100;	
}
.label1{
	margin-top:5%;
	position:relative;
	z-index:100;
}
.label2{
	margin-top:5%;
	z-index:100;
}
.shapeLabel{
	width:50px;
	margin-top:5%;
}
.label3{
	margin-top:10%;
	position:relative;
	z-index:100;
	margin-left:5%;
}
.selectMenu{
	width:90%;
	margin-left:5%;
}
@media screen and (max-width: 1660px) and (min-width: 1330px){
	#nested{
		margin-left:9% !important;
		margin-top: 1.5% !important;
	}
}


/*
 * Footer
 */
#footRow{
	background-color: #333333;
}
#footList{
	margin-top: 1%;
	margin-left: 1%;
	padding-left: 4%;
}
.footBar, #footListLink{
	color: white;
	text-decoration: none;
}


/*
 * Printing
 */
/*@page {
  size: landscape
}
@media print {
html, body { height: auto;  margin: 0 0 0 0;}
}*/



/*
 * Survey
 */
.hideOption{
	display: none;
}
.showOption{
	display: block;
}
#surveyErrorContainer, #surveySuccessContainer{
	display: none;
}
.requiredField{
	color: red;
}