.view-all {
	border-top: 1px solid #e9eef3;
	font-size: 13px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 31px;
}

.view-all a {
	padding: 6px 20px;
	display: inline-block;

}


.view-all .add {
	float:right;
	vertical-align: top;
	font-weight: 600;
	font-size: 12px;
	color:#1ba8ed;
}

.hide-row{
	display: none;
}

.inner-container {
	background-color: #fff;
	height: 100%;
	-webkit-box-shadow: 0 0 3px 4px rgba(100,100,100,0.05);
	box-shadow: 0 0 3px 4px rgba(100,100,100,0.05);
	position: relative;
}

td.edit a:not(.edit) {
	margin-right:13px;
}

a.edit {
	color:#8e9aa9;
	display: none;
}

tr.accordion td:hover {
	cursor: pointer;
}

/******** Dashboard *************/

.container-fluid.dashboard {
	width:90%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 46px;
}

.dashboard.container .row {
		width:100%;
		margin: 0;
	}

.dashboard.container .top-row {
	height: 420px;
}

.container:not(.files) .row .col  {
	height:100%;
	margin-bottom: 20px;

}

.dashboard.container .bottom-row {
	height: 300px;
}

#messaging .inner-container {
	position: relative;
}

#messaging .tab-content {
	margin-bottom:0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

#messaging .tab-content .tab-pane div.message {
	padding: 16px 20px 6px;
	display: block;
}

#messaging .tab-content .tab-pane div.message.hide-row { display: none; }

#messaging .tab-content .tab-pane .scroll-box div.message:not(:last-of-type){
	border-bottom: 1px solid #e9eef3;
}




#messaging .tab-content .tab-pane .scroll-box div:nth-of-type(even) {
	background-color: #f4f6f9;
}

#messaging .badge.up {
	margin-left: 0;
	top: 10px;
	right: 12px;
}

#messaging .nav-tabs, .recent .nav-tabs {
	background-color: #f4f6f9;
}

#messaging .nav-tabs li a, .recent .nav-tabs li a {
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	color: #8e9aa9;
	background-color: transparent;
	border-bottom: 1px solid #e9eef3;
	border-top: none;
	text-align: left;
}

#messaging .nav-tabs li.active a, .recent .nav-tabs li.active a {
	background-color: #fff;
	color: #5a6779;
	border-bottom: 1px solid #fff;
	border-top: none !important;
}

#messaging .nav-tabs li:nth-of-type(1).active a, .recent .nav-tabs li:nth-of-type(1).active a {
	border-right: 1px solid #e9eef3;
}

#messaging .nav-tabs li:nth-of-type(1).active a i, .recent .nav-tabs li.active a i {
	color:#1ba8ed;
}

#messaging .nav-tabs li:nth-of-type(2).active a, .recent .nav-tabs li:nth-of-type(2).active a {
	border-left: 1px solid #e9eef3;
}

#messaging .tab-content .tab-pane .excerpt {
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#messaging .tab-content .tab-pane .project-title {
	margin-bottom: 5px;
	color:#1ba8ed;
	font-size: 13px;
}

#messaging .tab-content .tab-pane .project-title i {
	font-size: 14px;
	margin-right: 3px;
}

#messaging .tab-content .tab-pane .who {
	font-weight: 700;
	margin-bottom: 3px;
}

#messaging .tab-content .tab-pane .who .when {
	margin-left: 8px;
	font-size: 12px;
}

#messaging .tab-content .scroll-box{
	overflow: scroll;
	max-height: 262px;
}

#messaging .view-all {
	 position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	background-color: #fff;
	z-index: 5;
}

#messaging .remove-thread {
	opacity: 0;
	position: absolute;
	top: 2px;
	right: 6px;
	color: #bbb;
}

#messaging .select-thread p, #messaging .select-thread span {
	cursor: pointer;
}

#messaging .select-thread:hover .remove-thread {
	opacity: 1;
}

#messaging .remove-thread:hover {
	 color:#ea5a5a
}

.message.new, .message.new p, .message.new span {
	cursor: pointer;
}

.inner-container .title-pane {
	position: relative;
}

.inner-container .title-pane p {
	background-color: #fff;
	color: #5a6779;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	padding: 12px 20px;
}

.inner-container .title-pane p i {
	margin-right: 5px;
}

.updated-files .title-pane p i {
	color:#f4b800;
}

.updated-files .title-pane p {
	margin-bottom: 8px;
}

.notifications .title-pane p i {
	color:#ea5a5a;
}
.recent-downloads .title-pane p i {
	color:#1ba8ed;
}
.recent-uploads .title-pane p i {
	color:#28bd8b;
}

.inner-container .title-pane span:not(#needs-update-counter) {
	position: absolute;
	top: 10px;
	right: 18px;
	text-transform: uppercase;
}

.recent-projects svg.icon-project { fill: #ff7f00; }

.contacts .composer span:not(#needs-update-counter) {
	position: relative;
	top: 1px;
	right: 0px;
	text-transform: uppercase;
}

.inner-container .title-pane span.available-updates {
	padding: 3px 12px;
}

.updated-files .list-container {
	overflow: scroll;
	height: 370px;
}

/*.updated-files .table-responsive {*/
	/*padding: 0 10px;*/
/*}*/

.updated-files tr {
	height: 41px;
}

.updated_tr i {
	color: #bbb;
}

.updated_tr .doc-title a {
	color:#8e9aa9;
}

.updated-files .doc-title {
	font-size: 12px;
}

.updated-files .updated-date {
	color:#8e9aa9;
	font-size: 12px;
}

.updated-files .table-responsive.downloads td {
	border:none;
	padding-left: 22px;
}

.fa-file-word-o {
	color:#1ba8ed;
}

.fa-file-pdf-o {
	color:#ea5a5a;
}

.fa-file-powerpoint-o {
	color:#f4b800;
}

.fa-file-image-o {
	color:#28bd8b;
}

.fa-download {
	color:#1ba8ed;
}

.fa-exclamation-triangle {
	color:#f4b800;
}
.navigation .fa-exclamation-triangle { color: inherit; }

.updated-files .updated.downloads {
	background-color: #f4f6f9;
	border-top: 1px solid #e9eef3;
}

.updated-files .updated td {
	border:none;
	color:#8e9aa9;
	opacity: .8;
}

/*.updated-files .updated .fa {
	color:#8e9aa9;
	opacity: .8;
}*/

.updated-files .updated td.downloaded {
	opacity: 1;
}

.updated-files .updated td.downloaded i {
	color:#28bd8b;
}


.text-muted {
	font-size: 12px;
}

.recent .tab-content { padding: 0 !important; border: none; }
.recent .tab-content .tab-pane { border-bottom: none; }

.recent .tab-content li a, .recent-projects li a {
	cursor: pointer;
	padding: 9px 0 10px 25px;
	display: block
}

.recent .tab-content li a:hover {
	padding-right: 25px;
}

.recent .tab-content li a:hover:after {
	content: '\f019';
	color: #1ba8ed;
	position: absolute;
	top:10px;
	right:0;
	font-family: FontAwesome;
}

.recent-projects li a { padding-left: 0; }

.recent .doc-title, .recent-projects .doc-title {
	font-size: 13px;
}

.recent .tab-content ul, .recent-projects ul {
	padding: 0 20px;
	list-style-type: none;
	overflow: hidden;
	height: 213px;
}

.recent .tab-content li, .recent-projects li {
	position: relative;
	height: 25%;
}

.recent .tab-content li:not(:nth-of-type(4n)), .recent-projects li:not(:nth-of-type(4n)) {
	border-bottom: 1px solid #e9eef3;
}

.recent .tab-content li .doc-type {
	position: absolute;
	top: 8px;
	left:0;
}

.recent .tab-content li .doc-title, .recent-projects li .doc-title {
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.recent .tab-content li .updated-date, .recent-projects li .text-muted {
	display: block;
}

.recent-downloads, .recent-uploads {
	width:100%;
	display: inline-block;
}

.recent-uploads {
	/*border-left: 1px solid #e9eef3;*/
}

.notifications .title-pane, .bookmarks .title-pane, .file-downloads .title-pane {
	border-bottom: 1px solid #e9eef3;
}
.notifications .title-pane p, .bookmarks .title-pane p {
	margin-bottom: 0;
}

.notifications .no-records, .bookmarks .no-records { margin-top: 12px; }

.notifications .notification {
	padding: 11px 20px 17px;
	position: relative;
}

.notifications .notification:not(:last-of-type) {
	border-bottom: 1px solid #e9eef3;
}

.notifications .notification{
	background-color: #f4f6f9;
}

.notifications .content-pane {
	overflow: auto;
	height: 347px;
	/*height: 83%;*/
}

.notifications p {
	clear:both;
	font-size: 13px;
	margin-bottom: 0;
}

.notifications .manage {
	padding: 5px 20px;
	border-top: 1px solid #e9eef3;
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}

.notifications .manage a {
	font-size: 12px;
	font-weight: 600;
	color:#8e9aa9;
	}

.notification.new {
	background: #fff;
	cursor: pointer;
}

.notification.new p, .notification.new span {
	cursor: pointer;
}

.notification.new .new-indicator {
	position: absolute;
	width:3px;
	height:100%;
	left:0;
	top:0;
	background-color:#8e9aa9;
}
.notification.new .new-indicator:after, .new .new-indicator:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(142, 154, 169, 0);
	border-left-color: #8e9aa9;
	border-width: 5px;
	margin-top: -5px;
}

span.caret {
	cursor: pointer;
}

.contacts .title-pane i {
	opacity: .8;
}

.contacts .table>thead>tr>th {
	border-bottom: 1px solid #e9eef3;
}

.contacts td {
	border: none !important;
	color: #8e9aa9;
	font-weight: 300;
	font-size: 13px;
}

.contacts td:first-of-type {
	color: #5a6779;
	font-weight: 400;
}

.contacts td a{
	color: #8e9aa9;
}

.contacts td a:hover {
	color: #5a6779;
}

.contacts tr:nth-of-type(even){
	background-color:  #f4f6f9;
}

.contacts .title-pane p {
	margin-bottom: 0;
}

.contacts th {
	color: #8e9aa9;
	font-weight: 300;
	font-size: 13px;
}

.contacts .view-all{
	/*position: relative;*/
}

.contacts div.table-body{
	margin: 0 10px;
}

.contacts .table-body {
	/*height:186px;*/
	height: 75%;
	overflow: scroll;
}

.contacts td {
	overflow: hidden;
}

.dashboard .contacts .name{
	width:27.7%
}

.dashboard .contacts .phone{
	width:22%
}

.dashboard .contacts .email{
	width:31.5%
}

.dashboard .contacts .company{
	width:18.8%
}







@media (max-width:768px){

	.container-fluid.dashboard {
		margin: 0 auto;
		width:100%;
	}
	.dashboard.container .row {
		margin: 0 auto;
		width: 96%;
	}
}






/************  Project Page ***********/

.project-title {
	margin: 5px 10px 20px 0;

	font-weight: 700;
	color:#5a6779;
	font-size: 18px;
}



.container-fluid.project {
	width:90%;
	max-width: 1330px;
	margin: 0 auto;
	margin-left: 36px;
	padding: 14px 0;
}

.project.container .row {
		width:100%;
		margin: 0;
	}

.project.container .top-row {
	height: 420px;
}

.project.container .top-row .col, .project.container .bottom-row .col  {
	height:100%;
	margin-bottom: 20px;

}

.project.container .bottom-row {
	height: 420px;
}


.project .updated-files .list-container {
	height: 340px;
}

.project .uploads tr:hover{
	background-color: #f4f6f9;
}

.project .uploads tr:hover a.edit{
	display: inline;
}

.project .uploads .icons {
	width:16%;
}


.project .downloads .needs-update:hover .fa-exclamation-triangle:before {
		content: "\f019";
		color: #1ba8ed;
}

.project .downloads td.needs-update, .project .downloads td.downloaded {
	padding: 0;

}
.project .downloads td.needs-update a, .project .downloads td.downloaded a{
	padding: 10px;
	display: block;

}


.bookmarks .title-pane i {
	color:#f4b800;
}

.bookmarks li a {
	cursor: pointer;
	padding: 9px 16px 10px 25px;
	display: block
}

.bookmarks li .delete {
	opacity: 0;
	padding: 0;
	position: absolute;
	top: 8px;
	right: 0;
}

.bookmarks li:hover .delete {
	opacity: 1;
	color: #bbb;
}

.bookmarks li .delete:hover {
	color: #ea5a5a;
}

.bookmarks .doc-title {
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.bookmarks ul {
	padding: 0 20px;
	list-style-type: none;
	overflow: scroll;
	height: 377px;
}

.bookmarks li {
	position: relative;


}


.bookmarks li .doc-type {
	position: absolute;
	top: 8px;
	left:0;
}

.bookmarks li .doc-title {
	display: block;
}


.bookmarks li .updated-date {
	display: block;
}



.project .contacts .table-body {
	height: 309px;
	max-height: 309px;
}

.project .contacts .name{
	width:19.9%;
}

.project .contacts .phone{
	width:15.9%;
}

.project .contacts .email{
	width:22.6%;
}

.table-responsive ul {
	margin: 0;
	padding: 0;
		border-bottom: 1px solid #e9eef3;
}

.table-responsive ul li {
	display: block;
	float: left;
	list-style-type: none;
}

.table-responsive ul li {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 10px;
	cursor: pointer;
		color: #8e9aa9;
	font-weight: 300;
	font-size: 13px;
}

.project .contacts .company{
	width:13.7%;
}

.project .contacts .position-title{
	width:17%;
}

.project .contacts .message{
	width:10.9%;
}

.project .contacts td.message{
	text-align: center;
	color:#1ba8ed;
}

.project .contacts td.message a {
	color:#1ba8ed;
	}

.project #messaging .tab-content #conversations .scroll-box {
	height:	276px;
	margin: 20px;
}

@media screen and (max-width: 767px){
.table-responsive {
	border:none;
	margin-bottom: 0;
	width: auto;
	}

	.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
		white-space: normal;
	}
	}


.project #messaging .tab-content .tab-pane .scroll-box div:nth-of-type(even){
	background-color: transparent;

}

.project #messaging .tab-content .tab-pane div.message {
	padding: 16px 0 6px;
}

.reply {
	padding: 14px 20px;
	background-color: #f4f6f9;
	border-top: 1px solid #e9eef3;
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
	align-items: flex-end;

}

.reply input {
	-webkit-border-radius: 25px;
	border-radius:25px;
	padding: 8px 15px;
	font-size: 13px;
}

.reply #reply {
	border: 1px solid #e9eef3;
}

.reply #submit {
	border:none;
	background-color: #1ba8ed;
	color:#fff;
	padding: 8px 20px;
	float:right;
}

.reply #submit:hover {
	border:none;
	background-color: #1f8ec5;

}

.notification .close {
	font-weight: 100;
}

@media (max-width: 1556px){
	.tohide{
		display: none;
	}
}

@media (max-width: 1200px){

	div.dashboard  .col {
		width: 100% !important;
		margin-bottom: 20px !important;
	}

	div.projects  .col {
		width: 100% !important;
		margin-bottom: 20px !important;
	}

	.tohide{
		display: table-cell;
	}
}

@media (max-width: 1058px){
	.tohide{
		display: none;
	}
}


@media (max-width:768px){

	.container-fluid.project {
		margin: 0 auto;
		width:100%;
	}
	.project.container .row {
		margin: 0 auto;
		width: 96%;
	}

	.tohide{
		display: table-cell;
	}
}


.updated_tr{
	background-color: #f4f6f9;
	border-top: 1px solid #e9eef3;
}








/************ File Type and Search Pages ***********/

.files .project-title{
	margin: 20px 0;
}

.file-type {
	padding: 20px 0 0;
	margin-bottom: 20px;
}

.file-type form {
	float:right;
	margin: 0;
}

.file-type form input[type="text"] {
	background-color: #fff;
	border: 1px solid #e9eef3;
}

.file-type form input[type="text"]:focus {
	background-color: #fff;
	border: 1px solid #e9eef3;
}

.file-type h2 {
	color:#5a6779;
	display: inline-block;
	margin-top: 0;
}

.content > .container-fluid.files {
	margin-bottom: 50px;
}

.files .list-container {
	height: 660px;


}

.files tr > th, .files tr > td {
	min-width: 72px !important;
}

.files td, .files th {
	font-size: 13px;
	font-weight: 300;
	color:#949ba5;
}

.files td.doc-title {
	font-weight: 400;
	color:#5a6779;
}

.files td.doc-title i {
	font-size: 22px;
	margin-right: 14px;
}

.files .table tbody > tr > td {
	padding:17px 10px;
}

.files .table tbody > tr > td.doc-title{
	padding:20px 10px 20px 0;
}

.files tbody tr:nth-of-type(even){
	background-color: #f4f6f9;
}

.files .bulk-actions .bookmark, .files .bulk-actions .download {
	text-align: center;
}

.files .bookmark i, .files .download i {
	cursor: pointer;
}

.files .bookmark .fa-plus {
	color:#f4b800;
}

.files .table>thead>tr>th {
	border-bottom: 1px solid #e9eef3;
}

.files .table>tbody>tr>td {
	border:none;
}

.files table .doc-title {
		width:33%;
}

.files table .doc-type{
	width:12.4%;
}

.files table .product-type{
	width:16%;
}

.files table .updated-date{
	width:12.6%;
}

.files table .download{
	width:13.2%;
}

.files table .bookmark{
	width:13.2%
}

.files .filters {
	padding: 0 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: start;
	flex-wrap: wrap;
	gap: 20px;
}

.files .filters div,.files .filters div select {
	max-width: 100%;
}


.files .filters label {
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	color:#5a6779;
}

.files .filters select{
	display: block;
	background-color: #fff;
	background-image: url(../images/select-arrow.png);
	background-position: 90% center;
	background-repeat: no-repeat;
	width: 90%;
	font-size: 14px;
	border: 0;
	height: 35px;
	-webkit-border-radius:25px;
	border-radius: 25px;
	padding: 8px 20px;
	-webkit-box-shadow: 0 0 3px 4px rgba(100,100,100,0.05);
	box-shadow: 0 0 3px 4px rgba(100,100,100,0.05);
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none !important;
}

.files .filters #submit{
	width: 13%;
	border:none;
	background-color: #1ba8ed;
	color:#fff;
	padding: 8px 20px;
	margin-top: 24px;
	font-size: 13px;
	float:left;
}

.files .filters #submit:hover {
	border:none;
	background-color: #1f8ec5;

}

.files .table td{
	font-size: 14px;
	color: #838D9B !important;
}

.files td.doc-title a{
	color: #838D9B !important;
}


/************* Welcome page ***********/




.welcome{
	text-align: center;

}

.welcome h1 {
	margin-bottom: 30px;
}

.dashboard.container.welcome .row {
	margin-bottom: 40px;
}

.welcome .col-md-9 {
	margin: 0 auto;
	float:none;
}

.welcome .inner-container {
	padding:20px;
}

.welcome .video-container, .welcome .message {
	display: inline-block;
	width:40%;
	min-width: 300px;

	vertical-align: top;
}





.welcome .message {
	width:60%;
	max-width: 405px;
	text-align: left;
	padding: 0 20px;
	font-size: 13px;
}

.welcome .message h3 {
	font-size: 16px;
	font-weight: 700;
}

.welcome .message p {
	font-size: 14px;
}

.welcome .message a {
	color: #1ba8ed;
}

.welcome .cta-box {
	height:344px;
	position: relative;
	max-height: 440px;
}




.welcome .cta-box i {
	font-size: 45px;
	color:#8e9aa9;
	margin-top: 35px;
}

.welcome .cta-box h2 {
	font-size: 20px;
	font-weight: 600;
}

.welcome .cta-box p {
	min-height: 128px;
	max-width: 270px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 20px;
}

.welcome .cta-box .btn-holder {
	position: absolute;
	width:100%;
	left:0;
	bottom:20px;
}

.welcome .cta-box .blue-btn {
	display: inline-block;
}
.no-welcome {
	text-align: center;
	margin: 15px auto;
}

#no-welcome {
	height:20px;
	width:20px;
	background-size: 90% ;
	margin-right: 5px;
}

.video-container {
	position: relative;
	height:186px;
}

.video-container #video {
	max-height: 100%;
	max-width: 100%;
}

.video-container #video.playing {
	cursor: pointer;
}

.play-btn {
	position: absolute;
	top:0;
	left:0;
	color:#fff;
	font-size: 55px;
	cursor: pointer;
	visibility: visible;
}

.play-btn.hidden {
	visibility: hidden;
}

#field-type-id, #field-model-id{

	background-color: #F5F5F5;
}

.modal input[type="checkbox"]{
	border: 1px solid #B1ACAC !important;
}




@media (max-width:767px){
	.welcome .cta-box .btn-holder {
		position: relative;

	}
	.top-head button{
		display: inline;
	}
	.welcome .cta-box {
		height:auto !important;
	}

	td.project-name {
		white-space: nowrap !important;
		text-overflow: ellipsis;
		overflow: hidden;
		max-width: 200px;
	}
}

@media (min-width:769px){

	.top-head button{
		display: none;
	}
}

.hide-that-row, .hide-that-row * {
	visibility: collapse;
	line-height: 0 !important;
	height: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: -3px !important;
	margin-bottom: 0 !important;
}
