/* to make this project easy to maintain, I've mostly stuck to vanilla Bootstrap styles - andythenorth */

/* bootstrap over-rides, not too many because it's a headache to maintain too many */

/* bootstrap h1 and h2 are seriously too big, so over-ride them */
h1 {
    font-size:30px;
}
h2 {
    font-size:22px;
}
h3 {
    font-size:18px;
}
h4 {
    font-size:16px;
}

/* end of bootstrap over-rides */


/* eint styles */

.eint-navbar {
	margin-top:25px;
}

.eint-header-link {
    color:inherit;
}

.eint-form-actions {
    margin:30px;
    float:right;
}
.eint-file-upload {
    margin-left:-98px;
}
.eint-form-value-as-text {
    margin-top:5px;
}

.footer {
    width:100%;
    margin:0;
    margin-top:50px;
    padding:6px 0;
    clear:both;
    float:left;
    background-image:url('/static/img/footer_bg.png');
    background-repeat:repeat-x;
    text-align:center;
    color:#bbb;
    font-size:12px;
}

.eint-heading-icon {
    padding-left:40px;
    background-repeat:no-repeat;
    background-position:0 4px;
}
.eint-icon-add {
    background-image:url('/static/img/woocons1/File_Add.png');
}
.eint-icon-drawer-closed {
    background-image:url('/static/img/woocons1/Drawer_Closed.png');
}
.eint-icon-drawer-open {
    background-image:url('/static/img/woocons1/Drawer_Open.png');
}
.eint-icon-checklist {
    background-image:url('/static/img/woocons1/Document_Checklist.png');
}
.eint-icon-document-1-upload {
    background-image:url('/static/img/woocons1/Document_1_Upload.png');
}
.eint-icon-document-1-edit {
    background-image:url('/static/img/woocons1/Document_1_Edit.png');
}
.eint-icon-document-1-remove {
    background-image:url('/static/img/woocons1/Document_1_Remove.png');
}
.eint-icon-globe {
    background-image:url('/static/img/woocons1/Globe_Active.png');
}
.eint-icon-pencil {
    background-image:url('/static/img/woocons1/Pencil.png');
}
.eint-icon-settings {
    background-image:url('/static/img/woocons1/Cog.png');
}
.eint-icon-warning {
    background-image:url('/static/img/woocons1/Sign_Warning.png');
}

td.number, th.number {
  	text-align:right;
  	padding-right:10px;
}

/* end of eint styles */