/* - -- --- ---- ----- RESET ----- ---- --- -- - */
/* - -- --- ---- ----- RESET ----- ---- --- -- - */

body, h1, h2, h3, h3, h4, h5, h6, ul, ol, li, img{
	border: none;
	margin: 0;
	padding: 0;
}

/* - -- --- LOAD CUSTOM FONT --- -- - */

@font-face {
	font-family: 'QuicksandBold';
	src: url('../fonts/Quicksand_Bold-webfont.eot');
	src: local('QuicksandBold'), url('../fonts/Quicksand_Bold-webfont.woff') format('woff'), url('../fonts/Quicksand_Bold-webfont.ttf') format('truetype'), url('../fonts/Quicksand_Bold-webfont.svg#webfont41HQJ7Rv') format('svg');
	font-style: normal;
}

@font-face {
	font-family: 'QuicksandBook';
	src: url('../fonts/Quicksand_Book-webfont.eot');
	src: local('QuicksandBook'), url('../fonts/Quicksand_Book-webfont.woff') format('woff'), url('../fonts/Quicksand_Book-webfont.ttf') format('truetype'), url('../fonts/Quicksand_Book-webfont.svg#webfontQNKLE8Me') format('svg');
	font-style: normal;
}
/* - -- --- ---- ----- MAIN LAYOUT ----- ---- --- -- - */

body{
	font: 13px tahoma, arial;
	color: #151515;
	background: url(../img/noise.jpg) repeat #efefef;
}

.tooltip { position: absolute !important; }

hr { background: #E2E2E2; height: 1px; border: none; }

hr.noMargin { margin: 0 auto; }

.trclickeffect { }

.trclickeffect.warning td { background-color: #fcf8e3 !important; }
.trclickeffect.danger td { background-color: #f2dede !important; }
.trclickeffect.info td { background-color: #d9edf7 !important; }

.trclickeffect.warning td.clicked,
.trclickeffect.danger td.clicked,
.trclickeffect.info td.clicked,
.trclickeffect td.clicked { background-color: #dff0d8 !important; }

/*.clicked:hover { background-color: #d0e9c6 !important; }*/


.hidden { display: none; }

.wrap { /*width: 960px;*/ width: 1200px; margin: 0 auto; }

.wrap_login {
	width: 483px;
	margin: 50px auto 0;
}

.taskBox {
	border: 1px solid #0088CC;
	border-radius: 5px 5px 5px 5px;
	float: left;
	margin: 1px 2px 5px;
	padding: 5px;
	width: 225px;
}

.taskBox:hover {
	border: 1px solid #BFBFBF;
}

.check-box {
    background: #FFFFFF;
    border-color: #CCCCCC #B9B9B9 #999999;
    border-image: none;
    border-left: 1px solid #B9B9B9;
    border-radius: 3px 3px 3px 3px;
    border-right: 1px solid #B9B9B9;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    font-weight: bold;
    height: 16px;
    left: 6px;
    line-height: 16px;
    overflow: hidden;
    text-align: center;
    text-indent: 100%;
    top: 0;
    white-space: nowrap;
    width: 16px;
	float: left;
}

.check-box.enabled:hover {
    background-color: #DDDDDD;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #939393;
    cursor: pointer;
    text-indent: 0;
}

.complete p {
    color: #939393;
    font-style: italic;
    text-decoration: line-through;
}

.complete .check-box {
    background: #F3F3F3;
    border-color: #999999 #B9B9B9 #CCCCCC;
    border-image: none;
    border-left: 1px solid #B9B9B9;
    border-right: 1px solid #B9B9B9;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 #FFFFFF;
    text-indent: 0;
}

.complete .check-box:hover {
    border-color: #999999 #B9B9B9 #CCCCCC;
    border-image: none;
    border-left: 1px solid #B9B9B9;
    border-right: 1px solid #B9B9B9;
    border-style: solid;
    border-width: 1px;
}

.nav.nav-pills.nav-stacked > li { margin-bottom: -3px; }
.nav.nav-pills.nav-stacked > li > a { border: 1px solid #DDDDDD; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }
.nav.nav-pills.nav-stacked > li:first-child > a { border: 1px solid #DDDDDD; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }
.nav.nav-pills.nav-stacked > li:last-child > a { border: 1px solid #DDDDDD; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; }

#header{
	padding: 15px 0 10px;
	background: url(../img/noise-dark.jpg) repeat #4f5b63;
    border-bottom: 1px solid #fff;
}

#register {
	display: none;
}

.contactInfo{
	float: right;
	padding: 0 0 0 22px;
	margin: 0 0 0 20px;
	text-align: right;
	color: #fff;
	font: 15px/1.3em QuicksandBold, arial;
	text-shadow: 0 1px 3px #222;
	background: url(../img/separator.jpg) left repeat-y;
}

.padding-top-10 {
	padding-top: 10px;
}

.padding-bottom-10 {
	padding-bottom: 10px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
	/*overflow: hidden;*/
}

ul.top_nav{
	list-style: none;
	margin: 0;
    padding: 0;
}

ul.top_nav li{
	float: left;
	margin: 0 0 0 12px;
	font-size: 12px;
}

ul.top_nav li a{
	color: #fff;
}

#togglePanel{
	height: 20px;
	cursor: pointer;
	background: url(../img/arrow.png) no-repeat center 0;
}

#togglePanel:hover{
	background-position: center -20px;
}

#togglePanel.closed{
	background-position: center -40px;
}

#togglePanel.closed:hover{
	background-position: center -60px;
}


/* - -- --- TITLE --- -- - */

#title{
	margin: 50px 0;
	text-align: center;
}


/* - -- --- CONTENT --- -- - */

#main{
	padding: 30px 35px;/*35px 40px;*/
	border: 1px solid #e8e8e8;
	background: #fff;
	/*overflow: hidden;*/
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#mainBottom{
	height: 15px;
	margin-bottom: 50px;
	background: url(../img/main-shadow.png) no-repeat 0 0;
}

#main_login{
	padding: 35px 40px;
	border: 1px solid #e8e8e8;
	background: #fff;
	/*overflow: hidden;*/
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#main_loginBottom{
	height: 15px;
	margin-bottom: 50px;
	background: url(../img/main_login-shadow.png) no-repeat 0 0;
}

.modal-dialog {
	width: 900px;
}

.content{
	/*width: 587px;*/
	/*width: 858px;
	float: left;
	padding-right: 30px;*/
	/*overflow: auto;*/
}

ul.features{
	list-style: none;
}

ul.features li{
	margin: 0 0 20px;
	padding: 10px 0 10px 60px;
	line-height: 1.3em;
	overflow: hidden;
	background-position: left center;
	background-repeat: no-repeat;
}

ul.features li.star{
	background-image: url(../img/star.png);
}

ul.features li.chart{
	background-image: url(../img/chart.png);
}

ul.features li.lock{
	background-image: url(../img/lock.png);
}

.side{
	width: 260px;
	float: right;
	position: relative;
}
/* - -- --- FOOTER --- -- - */

#footer{
	background: url(../img/noise-dark.jpg) repeat #4f5b63;
    border-bottom: 1px solid #344145;
	padding: 22px 0 20px;
	font-size: 12px;
	color: #eaeaea;
}

#footer ul{
	list-style: none;
	overflow: hidden;
}

#footer ul li{
	float: left;
	width: 136px;
	padding: 0 0 10px 14px;
	background: url(../img/bullet.png) no-repeat left 4px;
}

#footer p{
	margin-top: -2px;
	line-height: 1.5em;
}

#miniFooter{
	height: 50px;
	font-size: 11px;
	line-height: 50px;
	color: #fff;
	background: url(../img/noise-darker.jpg) repeat #3b474e;
    border-top: 1px solid #5e686c;
}

.footerLogo{
	float: left;
	display: block;
	height: 49px;
	margin-right: 20px;
}

.footerLogo img{
	display: block;
}

span.followUs{
	float: right;
	font: 11px/50px QuicksandBold, arial;
	text-transform: uppercase;
	margin: 0 10px 0 0;
}

ul.social{
	float: right;
	list-style: none;
	padding: 13px 0 0 0;
	overflow: hidden;
}
ul.social li{
	float: left;
	margin-left: 16px;
}
ul.social li a, ul.social li a img{
	display: block;
	width: 24px;
	height: 24px;
	-webkit-transition: opacity 0.3s ease-in-out;
}

ul.social li a:hover{
	opacity: 0.5;
}


/* - -- --- COLUMN LAYOUT --- -- - */

.oneOfThree{
	width: 300px;
	float: left;
	margin-right: 30px;
}

.oneOfThree.last{
	margin-right: 0;
}

.twoOfThree{
	width: 630px;
	float: left;
	margin-right: 30px;
}

.twoOfThree.last{
	margin-right: 0;
}

/* - -- --- TYPOGRAPHY & OTHER STYLES --- -- - */

#footer a, #miniFooter a{
	color: #fff;
}

#footer a:hover, #miniFooter a:hover{
	text-decoration: underline;
}

h1{
	display: inline-block !important;
	padding: 15px 20px !important;
	font: normal 35px/1em QuicksandBook, arial !important;
	text-transform: uppercase !important;
	color: #353535 !important;
	border-top: 1px solid #e2e2e2 !important;
	border-bottom: 1px solid #e2e2e2 !important;
}

h2{
	font: normal 25px/1.1em QuicksandBook, arial !important;
	color: #343434 !important;
	margin-bottom: 25px !important;
}

h1 strong, h2 strong{
	font-family: QuicksandBold, arial !important;
}

#footer h2{
	font-size: 20px !important;
	font: 25px/1.1em QuicksandBold, arial !important;
	text-transform: uppercase !important;
	color: #fff !important;
	text-shadow: 0 1px 3px #222 !important;
	margin: 0 0 17px !important;
}

h3{
	font: normal 16px/1.3em QuicksandBook, arial !important;
	color: #151515 !important;
	margin: 0 0 25px !important;
}

#footer h3{
	font: 16px/1.3em QuicksandBold, arial !important;
	text-transform: uppercase !important;
	color: #eaeaea !important;
	text-shadow: 0 1px 3px #222 !important;
	margin: 0 0 20px !important;
}

h4{
	font: bold 13px/1em tahoma, arial !important;
	letter-spacing: 1px !important;
	color: #151515 !important;
	margin: 0 0 5px !important;	
}

h5{
	font: normal 11px/1em tahoma, arial !important;
	color: #bcbcbc !important;
	margin: 0 0 10px !important;
	text-align: right !important;
}

.left{
	float: left;
}

.right{
	float: right;
}

.oh{
	overflow: hidden;
}

.clear{
	clear: both;
}
