/*GLOBAL SELECTORS*/
/*@import "compass/css3";

@import "compass/css3";*/
@import url(https://fonts.googleapis.com/css?family=Patua+One|Open+Sans);
body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: Arial, Helvetica, sans-serif;
    /*text-align: center;*/
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: 400;
	text-shadow: 1px 1px #DDD;
}

/*CLASS DEFINITIONS*/
.center {
	padding-top:70px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    background-color: #353a40;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 50px;
    
}

.control-group{
	/*padding-top:9px;
	width: 100%;
	float: right;*/
}

.controls
{
	/*float: right;
	padding-right: 24px;*/
}

.controls input{
	width: 188px;
}

.error{
	color: #AB1315;
	font-style: italic;
	font-size: 0.8em;
}

.deadline {
    color: #FFF;
    text-align: center;
    background-color: #cc0000;
	color: #FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc0000), color-stop(100%, #b30000));
    background-image: -webkit-linear-gradient(top, #cc0000, #b30000);
    background-image: -moz-linear-gradient(top, #cc0000, #b30000);
    background-image: -ms-linear-gradient(top, #cc0000, #b30000);
    background-image: -o-linear-gradient(top, #cc0000, #b30000);
    background-image: linear-gradient(top, #cc0000, #b30000);
    border-top: 1px solid #b30000;
    border-right: 1px solid #b30000;
    border-bottom: 1px solid #b30000;
    border-left: 1px solid #b30000;
    border-radius: 4px;
	margin-bottom: 30px;
	padding-left: 30px;
}


.ui-dialog { 
	z-index: 1000 !important ;
}

/*SELECTORS*/
#login{
	width: 354px;
	text-align: center;
	height: 480px;
  	background-color: #eeeeee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
    background-image: linear-gradient(top, #eeeeee, #cccccc);
    
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
    box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
    font: bold 12px/1 "helvetica neue", helvetica, arial, sans-serif;
    margin-left: auto;
    margin-right: auto;
    padding-top: 23px;
  	color: #353a40;
    box-shadow: 0px 1px 5px #5E5E5E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}
 
 #login img{
 	padding-bottom: 15px;
 }

#login label{
	float: left;
	padding-bottom: 12px;
}
.login_title{
	/*width: 250;
	float: left;
	background: rgba(127, 191, 77, 0.5);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
    background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: linear-gradient(top, #7fbf4d, #63a62f);
    border-top: 1px solid #63a62f;
    border-right: 1px solid #63a62f;
    border-bottom: 1px solid #5b992b;
    border-left: 1px solid #63a62f;
    border-radius: 4px;
	margin-bottom: 30px;
	padding-left: 30px;*/
}

#header{
    width:100%; 
    background: -webkit-linear-gradient(#000, #2b2b2b); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#000, #2b2b2b); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#000, #2b2b2b); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#000, #2b2b2b); /* Standard syntax */
    text-align: right;
    box-shadow: 0px 1px 5px #5E5E5E;
    /*position:fixed;*/
    height: 5em;
    top:0px;
}

#header_logo{
	float: left;
	padding-top: 9px;
	padding-left: 13px;
}

#header_logo img{
	margin-left: 17px;
}

#headerContent{
    margin: 0px auto; width: 100%;
    /*text-transform: lowercase;*/
    color: #FFF;
    vertical-align: middle;
    height: 3em;
    padding-top: 28px;
    font-weight: bold;
    z-index: 10;
}

#headerContent a{
	text-decoration: none;
	margin-right: 34px;
}

#profileContainer{
	display: block;
	float: right;
}

#profileName{
	text-transform: uppercase;
	font-size: 1.1em;
    line-height: 1.6;
    font-weight: bold;
    color: #267A96;
}

#logout{
	display: block;
	text-transform: lowercase;
	font-size: 1.1em;
    line-height: 1.6;
    font-weight: bold;
    color: #267A96;
    width: 150px;
    padding-top: 17px;
    float: right;
}

#logout img{
	
}

#logout span{
	vertical-align: top;
}

#footer {
	width:100%; 
    background: -webkit-linear-gradient(#2c2c2c, #2b2b2b); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#2c2c2c, #2b2b2b); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#2c2c2c, #2b2b2b); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#2c2c2c, #2b2b2b); /* Standard syntax */
    text-align: right;
    box-shadow: 0px 1px 5px #5E5E5E;
    /*position:fixed;*/
    clear: both;
    width: 100%;
    z-index: 10;
    height: 2.2em;
    margin-top: -3em;
    position:fixed;
    bottom:0;
}

#footer_info{
	color: #CCC;
	font-size: 0.8em;
    line-height: 1.6;
    font-weight: bold;
    padding-right: 20px;
    vertical-align: middle;
    margin-top: 8px;
}

#main_content{
	padding-top: 0px;
	margin-bottom: 12.2em;
}

#pdfRender{
	margin: auto;
  	width: 85%;
}

.form-row{
	display: block;
	padding-left:120px;
	width: 400px;
}

.confirmation{
	display: block;
}
.confirmation label{
	float: left;
	margin-top: -5px;
	
}

.confirmation input{
	float: left;
	margin-right: 10px;
}

.section{
	margin-top: 5.1em;
}

.row1{
	background-color: #FBFBFB;/*#F9F9F9;*/
}

.row2{
	background-color: #FFFFFF;
}
.items_files_list{
	margin-top:21px;
	list-style-type: none;
}
.items_files_list li{
	display: block;
	vertical-align: middle;	
}


.items_files_list li img{
	vertical-align: middle;
	cursor: pointer;
}

.tracy-buttons{
	display: block;
	text-align: left;
	width:100%;
	cursor: pointer;
	vertical-align: middle;
	height: 45px;
}

.tracy-buttons div{
	float:left;
    width:100px;
    display: block;
    cursor: pointer;
	vertical-align: middle;
}

.tracy-buttons img{
	padding-right: 10px;
}

.tracy-buttons span{
	vertical-align: top;
}

.endless_page_link{
	/*font-weight: bold;
	font-size: 1.1em;
	border-spacing:2px;
    border-color: grey;
    border-spacing: 2px;
    border-color: grey;
    @include border-radius(5px);
  	margin:5px auto;
  	text-decoration: none;
  	@include box-shadow(0px 0px 5px rgba(0,0,0,0.3));*/
  	
  	background-color: #759ae9;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #759ae9), color-stop(50%, #376fe0), color-stop(50%, #1a5ad9), color-stop(100%, #2463de));
    background-image: -webkit-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
    background-image: -moz-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
    background-image: -ms-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
    background-image: -o-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
    background-image: linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
    border-top: 1px solid #1f58cc;
    border-right: 1px solid #1b4db3;
    border-bottom: 1px solid #174299;
    border-left: 1px solid #1b4db3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
    box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
    color: #fff;
    font: bold 12px/1 "helvetica neue", helvetica, arial, sans-serif;
    text-shadow: 0 -1px 1px #1a5ad9;
    width: 150px;
    padding: 5px;
    min-height: 28px;
}



.endless_page_current{
	/*font-weight: bold;
	font-size: 1.1em;
	border-spacing: 2px;
    border-color: grey;
    @include border-radius(5px);
  	margin:5px auto;
  	text-decoration: none;
  	@include box-shadow(0px 0px 5px rgba(0,0,0,0.3));*/
  	
  	background-color: #eeeeee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
    background-image: linear-gradient(top, #eeeeee, #cccccc);
    
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
    box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
    color: #333;
    font: bold 12px/1 "helvetica neue", helvetica, arial, sans-serif;
    text-shadow: 0 -1px 1px #eee;
    text-align: center;
    width: 150px;
    padding: 5px;
    min-height: 28px;
}

.pages_label{
	background-color: #CCC;
	background-color: #353a40;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.paginator{
	float: right;
	background-color: #353a40;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

a{
	border-spacing:2px;
    border-color: grey;
    border-spacing: 2px;
    border-color: grey;
    @include border-radius(5px);
  	margin:5px auto;
  	color: #FFF;
  	text-decoration: none;
  	@include box-shadow(0px 0px 5px rgba(0,0,0,0.3));
}

a:HOVER{
	border-spacing:2px;
    border-color: grey;
    border-spacing: 2px;
    border-color: grey;
    @include border-radius(5px);
  	margin:5px auto;
  	color: #FFF;
  	text-decoration: none;
  	@include box-shadow(0px 0px 5px rgba(0,0,0,0.3));
}

a:VISITED{
	border-spacing:2px;
    border-color: grey;
    border-spacing: 2px;
    border-color: grey;
    @include border-radius(5px);
  	margin:5px auto;
  	color: #FFF;
  	text-decoration: none;
  	@include box-shadow(0px 0px 5px rgba(0,0,0,0.3));
}

.current_page{
	float: left;
	background-color: #353a40;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.title{
	width: 100%;
	float: left;
	/*background: rgba(127, 191, 77, 0.5);*/
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
    background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: linear-gradient(top, #7fbf4d, #63a62f);
    border-top: 1px solid #63a62f;
    border-right: 1px solid #63a62f;
    border-bottom: 1px solid #5b992b;
    border-left: 1px solid #63a62f;
    border-radius: 4px;
	margin-bottom: 30px;
	padding-left: 30px;
}

.controls{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.ui-dialog-buttonset button{
	background-color: #eeeeee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
    background-image: linear-gradient(top, #eeeeee, #cccccc);
    
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
    box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
    color: #333;
    font: bold 12px/1 "helvetica neue", helvetica, arial, sans-serif;
    text-shadow: 0 -1px 1px #eee;
    text-align: center;
    width: 150px;
    padding: 5px;
    min-height: 28px;
    min-width: 150px;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 102%;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
