@charset "utf-8";
/* CSS Document */

*{ margin: 0;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

img { border: 0px; }

li { list-style: none; }

html, body {
	height: 100%;
	width: 100%;
}

body {
	position: relative;
	color: #555;
	font-family: "canada-type-gibson", sans-serif;
	font-weight: 300;
	font-size: 14px;
	font-style: normal;
	letter-spacing: 2px;
	text-align:left;
	background: #FFF;
}


.wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.wrapperMain {
	width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}


.env {
	float: left;
    width: 100%;
}


/*------------ flexParent */

@media screen and (min-width: 1200px) {

    .flexParent { display: flex; flex-direction: row; }

    .flexChild { flex: 1; }

}

/*------------ WIDTHS */

.width10 { width: 10%; }

.width30 { width: 30%; }

.width60 { width: 60%; }

.width90 { width: 90%; }

/*------------ FONTS */

.font10 { font-size: 10px; }

.font11 { font-size: 11px; }

.upper { text-transform: uppercase; }

.capitalize { text-transform: capitalize; }



/*------------ COLORS */

.error { color: #d10000; }

.green { color: #5dc005; }



/*------------ SPACINGS */

.margin0 { margin: 0 !important;}

.top5 { margin-top: 5px; }

.top15 { margin-top: 15px; }

.right30 { margin-right: 30px !important; }

.marginBottom30 { margin-bottom: 30px; }

.paddingBottom10 { padding-bottom: 10px; }

/*///////////////////////////////////////////*/
.marginTopBottom30 { margin: 30px 0 !important;}
/*///////////////////////////////////////////*/

/*------------ TITLE TAGS */

h1 {
	font-size: 24px;
	font-style: normal;
	letter-spacing: .05em;
	line-height: 15px;
}



/*------------ FLOAT */

.floatRight { float: right !important; }



/*------------ LINKS */

a:link {
	color:#000;
	text-decoration: none
}
a:visited {
	color:#000;
	text-decoration: none
}
a:hover {
	color:#d10000;
	text-decoration: none;
}


a.loginLinks:link {
	font-size: 13px;
	color:#bbb;
	text-decoration: none
}
a.loginLinks:visited {
	font-size: 13px;
	color:#bbb;
	text-decoration: none
}

a.loginLinks:hover {
	font-size: 13px;
	color:#d10000;
	text-decoration: none;
}


a.whiteLink:link {
	color:#FFF;
	text-decoration: none
}
a.whiteLink:visited {
	color:#FFF;
	text-decoration: none
}
a.whiteLink:hover {
	color:#d10000;
	text-decoration: none;
}




a.orangeLink:link {
	font-size: 13px;
	color:#e4bfa5;
	text-decoration: none
}
a.orangeLink:visited {
	font-size: 13px;
	color:#e4bfa5;
	text-decoration: none
}
a.orangeLink:hover {
	font-size: 13px;
	color:#FFF;
	text-decoration: none;
}


/* /////////////////////////////////////////////  */

a.paginationLinks:link {
	font-size: 13px;
	color:#bbb;
	text-decoration: none
}
a.paginationLinks:visited {
	font-size: 13px;
	color:#bbb;
	text-decoration: none
}

a.paginationLinks:hover {
	font-size: 13px;
	color:#d10000;
	text-decoration: none;
}

/* /////////////////////////////////////////////  */


/*------------ BUTTONS */

.addBtn { width: 18px; height: 18px; background-image: url(../images/addBtn.png); background-repeat:none; border:none; cursor:pointer; }
.delBtn { width: 18px; height: 18px; background-image: url(../images/delBtn.png); background-repeat:none; border:none; cursor:pointer; }


/*------------ CURSOR */

.pointer { cursor: pointer; }


/*------------ LINES */

.dotted {
	float: left;
	width: 100%;
	height: 3px;
	margin: 30px 0;
	background-image: url("../images/dottedLine.gif");
	background-repeat: repeat-x;
	background-position: left center;
	background-size: auto;
}


/*------------ STRIPES */

.stripeD { background-color: #f6f6f6; }



/*------------ BACKGROUNDS */

.blackBG {
	background-image: url("../images/backgroundBlack.gif");
	background-repeat: repeat-y;
	background-position: left;
	background-size: 220px 10px;
}



/************  LEFT BAR  **************/

.leftBar {
	float: left;
    width: 220px;
    margin-right: -220px;
	color: #FFF;
	background-color: #000;
}


.sectionLogo {
	float: left;
	width: 220px;
	height: 80px;
	background-image: url("../images/logoWhite.png");
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 1px #FFF solid;
}


.sectionTitle {
	float: left;
	width: 100%;
	padding: 32px 0;
	font-size: 20px;
	border-bottom: 1px #FFF solid;
}

.sectionSubTitle {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}


.sectionSearch {
	float: right;
	width: 400px;
	margin-left: auto;
	padding: 0 5px 6px 5px;
}

.sectionAdd {
	float: left;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px #FFF solid;	
}

.sectionBack {
	float: left;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px #FFF solid;	
}



/* /////////////////////////////////////////////  */

/************  SEARCH BAR LEFT  **************/

.searchEnv {
    float: left;
	width: 80%;
    margin: 20px 10%;
    color: #bbb;
}


.searchEnv label {
    float: left;
    width: 100%;
    margin: 5px 0;
    color: #bbb;
    letter-spacing: 1px;
}

.listEnv {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.listCell {
    float: left;
    width: 100%;
    font-size: 10px;
    line-height: 12px;
}

.listCell .left {
    float: left;
    width: 90%;
}

.listCell .right {
    float: left;
    width: 10%;
    text-align: right;
}


.searchButton {
    float: left;
    width: 100%;
	height: 50px;
	bottom: 25px;
	cursor: pointer;
	background-image: url("../images/iconSEARCH.png");
	background-position: center;
	background-repeat: no-repeat;
	z-index: 10;
}


/* /////////////////////////////////////////////  */




/************  RIGHT BAR  **************/

.rightBar {
	min-width: 480px;
	margin-left: 220px;
}


.searchInfo {
	width: auto;
	height: 40px;
	padding: 20px;
	border-bottom: 1px #000 solid;	
}


.sectionListTitle {
	width: auto;
	margin: 100px 100px 0 100px;
	font-size: 24px;
	padding-bottom: 30px;
	border-bottom: 1px #000 solid;
}


.sectionList {
	width: auto;
	min-height: 400px;
	margin: 0 100px;
}

.sectionList1 {
	width: auto;
	min-height: 400px;
	margin: 0 100px;
	padding-top: 80px;
}

.projectList { margin: 0; }

.logoutEnv {
	float: right;
	margin: 15px 0 0 0;
}



/* /////////////////////////////////////////////  */


.sortEnv {
    width: auto;
    margin: 30px 100px 20px 100px;
}

.sortCell {
	display: flex;
    align-items: stretch;
    flex-flow: row nowrap;
	height: 20px;
	line-height: 14px;
	border-bottom: 1px #DDD solid;	
	overflow: hidden;
}


.sortArrowDown {
    float: left;
    width: 15px;
    height: 8px;
    margin-right: 5px;
    background-image: url("../images/iconDOWN.png");
    background-repeat: no-repeat;
    background-position: left center;
}

.sortArrowDown:hover {
    background-position: right center;
}

.sortArrowUp {
    float: left;
    width: 15px;
    height: 8px;
    background-image: url("../images/iconUP.png");
    background-repeat: no-repeat;
    background-position: left center;
}

.sortArrowUp:hover {
    background-position: right center;
}






.paginationEnv {
    position: relative;
    float: left;
    width: 100%;
    margin: 100px 0;
}

.paginationCell {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-flow: row;
}

.paginationCell .left {
    flex: 0 0 auto;
    width: 50px;
    height: 15px;
    margin-top: 3px;
    background-image: url("../images/iconLEFT.png");
    background-repeat: no-repeat;
    background-position: left top;
}

.paginationCell .left:hover {
    background-position: left bottom;
}

.paginationCell .middle {
    flex: 1;
    line-height: 24px;
}

.paginationCell span {
    margin: 0 5px;
    text-align: center;
}


.paginationCell .right {
    flex: 0 0 auto;
    width: 50px;
    height: 15px;
    margin-top: 3px;
    background-image: url("../images/iconRIGHT.png");
    background-repeat: no-repeat;
    background-position: right top;
}

.paginationCell .right:hover {
    background-position: right bottom;
}


/* /////////////////////////////////////////////  */



/************  BUTTONS   **************/

.saveBtn {
	position: fixed;
    width: 80px;
	height: 80px;
	bottom: 25px;
	right: 25px;
	cursor: pointer;
	background-image: url("../images/btnSave.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 10;
}


.deleteBtn {
	position: fixed;
    width: 40px;
	height: 40px;
	left: 90px;
	bottom: 25px;
	cursor: pointer;
	background-image: url("../images/btnDelete.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 10;
}





/************  FOOTER  **************/

.footer {
	float: left;
	width: 100%;
	height: 400px;
}




