a {
	color: #5a6779;
}

a:hover .doc-title {
	text-decoration: underline;
}

.logo .logo-expanded { display: block; width: 100%; height: 100%; }

.panel.panel-primary .panel-heading { background-color: #373d4b; }

.wrapper {
	padding-top: 20px;
	min-height: 550px;
	padding-bottom: 70px;
}

.alert-top {
	z-index: 20000;
	position: fixed;
	top: 0;
	left: 22%;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #fff;
	min-width: 600px;
	border: none;
	border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px;
	font-weight: bold;
}

.alert-top.alert-danger { background-color: #900; }
.alert-top.alert-success { z-index: 3001; background-color: #060; }

.btn-primary { background-color: #1ba8ed; border: none; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.focus, .btn-primary.active { background-color: #38b9f9; border: none; }

.btn-grey { color: #fff; border: none; }
.btn-blue-grey { color: #fff; background-color: #8e9aa9; border: none; }
.btn-blue-grey:hover, .btn-blue-grey:focus, .btn-blue-grey:active, .btn-blue-grey.focus, .btn-blue-grey.active { color: #fff; background-color: #6e7b8c; border: none; }

#content { width: auto; max-width: 100%; }

.dashboard {
	padding: 42px 0;
}

.top-row { height: 420px; }
.bottom-row { height: 300px; }
.top-row .col, .bottom-row .col { margin-bottom: 20px; height: 100%; }

#content.wrapper-auth { max-width: 420px; }
.content-auth { margin: 0 auto; }

.welcome .col-centered {
	display: inline-block;
	float: none;
}
.welcome .col-fixed {
	/* custom width */
	width: 600px;
}

.red-highlight { color: #c44; font-weight: bold; }

.title-inline-block { display: inline-block; width: 340px; }
h2 { margin-top: 0; }
h2.title { color: #5a6779; font-size: 24px; }

.top-head .app-search { margin-top:7px; }
form.app-search { margin-top: 0; }
div.app-search { display: inline-block; position: relative; margin-right: 0; }
.wrapper .app-search .form-control, .wrapper .app-search .form-control:focus, .wrapper .app-search .form-control:active { background-color: #fff; }
.wrapper .filters { padding-top: 16px; }
.wrapper .filters .form-group { width: 250px; }
.wrapper .filters select { margin-right: 0; width: 260px; }
.modal .btn-submit { min-width: 130px; font-size: 13px; }
.filters .btn-submit { padding: 9px 20px; }
.file-list { padding-left: 0; }
.form-group label { text-transform: uppercase; }

.app-search a {
	position: static;
	top: auto;
	right: auto;
	color: #fff;
}

.app-search a.btn-search {
	position: absolute;
	top: 8px;
	right: 15px;
	color: #c4c4cd;
}

.top-head img.profile-img { margin-left: 13px; width: 50px; height: 50px; }

.menu-section { position: relative; }
.menu-section.no-expand:after { content: ''; }

#files .new-item-hover { left: 32px; }

.navigation ul li a i.edit { display: none; margin-left: 8px; color: #5a6779; font-size: 14px !important; }
.navigation ul li a:hover i.edit { display: inline-block; }
.navigation ul li a i.edit:hover { display: inline-block; color: #fff !important; }

.navigation > ul#projects-list > li:hover > a i.edit,
.navigation > ul#projects-list > li.active:hover > a i.edit,
.navigation > ul#projects-list > li.active > a i.edit,
.navigation > ul#projects-list > li.current > a i.edit { color: #5a6779; }

.navigation > ul#projects-list > li.expand > a { padding-left: 40px; color: #5c6572; text-decoration: underline; }
.navigation > ul#projects-list > li.expand > a:hover { color: #8e9aa9; }
.navigation > ul#projects-list > li.expand:hover > a, .navigation > ul#projects-list > li.expand.active:hover > a, .navigation > ul#projects-list > li.expand.active > a, .navigation > ul#projects-list > li.expand.current > a {
	background: none;
	border-left: 4px solid #282c37;
}

.navigation > ul#projects-list > li.archived a { color: #ea5a5a; }

.navigation ul li a .project-name, .navigation ul li a .folder-name { display: inline-block; max-width: 142px; }
.navigation ul li a .folder-name { max-width: 136px; height: auto; overflow-x: hidden; }

svg.icon-project { width: 14px; height: 14px; }

.navigation > ul#projects-list svg.icon-project { margin-right: 4px; fill: #8e9aa9; }
.navigation > ul#projects-list .active svg.icon-project, .navigation > ul#projects-list li:hover svg.icon-project { fill: #1ba8ed; }

.files td.doc-title svg { margin-right: 14px; fill: #1ba8ed; }

#projects-list .project-folders { padding-bottom: 22px; }
#projects-list .project-folders i { vertical-align: top; }

.modal { z-index: 10000; display: none; }

.modal .show-message { padding: 22px; text-align: left; }

.modal .copy-share-link { display: block; margin-top: 8px; color: #1ba8ed; font-size: smaller; text-decoration: underline; }
.modal .copy-share-link:hover { color: #1991cb; }

.logo { background-image: url(../images/logo-lg.jpg); }

.hidden { display: none !important; }

/*.row { max-width: 1360px; }*/
.dashboard .row { max-width: none; }

.file-downloads .title-pane p i.fa-cloud-download { color: #1ba8ed; font-size: 1.1em; }
.file-uploads .title-pane p i.fa-cloud-upload { color: #28bd8b; font-size: 1.1em; }

input[type="text"], input[type="email"], input[type="password"] {
	padding: 6px 12px;
	border:1px solid #e9eef3;
	border-radius: 25px;
	-webkit-border-radius: 25px;
}

.modal .form-control { display: inline-block; background-color: #fff; }

select.form-control {
	background-color: #fff;
	background-image: url(../images/select-arrow.png);
	background-position: 90% center;
	background-repeat: no-repeat;
	border:1px solid #e9eef3;
	-webkit-border-radius:25px;
	border-radius: 25px;
	max-width: 252px;
	width:55%;
	cursor: pointer;
	padding: 6px 12px;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none !important;
}

.modal .has-error input[type="text"], .modal input.has-error, .modal select.form-control.has-error { border-color: #a94442; }

.modal-body > p { margin-top: 16px; }

.projects .top-row { height: 450px; }

form.dropzone { padding: 0; background-color: #fff; }
div.dropzone { margin-bottom: 8px; background-color: #f4f6f9; }
.dropzone input[type="file"] { display: none; }

.dropzone .dz-preview .dz-details, .dropzone-previews .dz-preview .dz-details { width: 80px; height: 80px; }
.dropzone .dz-preview .dz-details img, .dropzone-previews .dz-preview .dz-details img { width: 80px; height: 80px; }

fieldset.white { background-color: #fff; }

.modal label { padding: 8px 12px 0 0; text-align: right; }

.edit-dropzone .dz-message.edit {
	background: url(../images/edit-dropzone-bg.png) no-repeat center center transparent;
	background-size: 122px 95px;
}

.upload-dropzone .dz-message.upload {
	background: url(../images/upload-dropzone-bg.png) no-repeat center center transparent;
	background-size: 122px 95px;
}

.upload-dropzone .dz-message.upload, #edit-dropzone .dz-message.edit {
	margin-top: -100px;
	margin-left: -160px;
	width: 320px;
	height: 200px;
}

.upload-dropzone, .edit-dropzone {
	height: 250px;
	min-height: 0;
	border: none;
	border-bottom: 1px solid #e9eef3;
}

.edit-dropzone { height: 310px; }
.edit-dropzone .dz-message.edit { margin-top: -75px; }

.dz-error-message { display: none !important; }

table .edit { margin-left: 8px; }

table td.actions { position: relative; min-width: 80px; }
table td.actions a { display: inline-block; margin-left: 6px; }
table td.actions a:first-child { margin-left: 0; }
table td.actions a i { vertical-align: middle; }
table td.actions a.edit { color: #777; }
table td.actions a.edit:hover { color: #222; }
table td.actions a.delete { color: #ea5a5a; }
table td.actions a.delete:hover { color: #d44343; }

table td.actions a i.fa-ellipsis-h { position: relative; color: #aaa; font-size: 1.2em; }

.dropdown-menu ul { padding: 0; list-style: none; }

.dropdown-menu>li>a, .dropdown-menu ul>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

.dropdown-menu-targeted.pro-menu { padding: 0; border: none; box-shadow: 0 0 15px rgba(0, 0, 0, 0.25); }
.dropdown-menu-targeted.pro-menu li a {
	margin: 0;
	padding: 10px 0 !important;
	border-bottom: 1px solid #f0f0f0;
	color: #5a6779;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
}

.dropdown-menu-targeted.pro-menu li a i {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	width: 38px;
	font-size: 13px;
	text-align: center;
	opacity: 0.8;
}

.dropdown-menu-file-actions .download .fa-check-circle {
	color: #1ba8ed;
}

.dropdown-menu li a:hover, .dropdown-menu li>a:focus, .dropdown-menu li>a:active {
	background-color: #F5F5F5;
}

.dropdown-menu-targeted.pro-menu li a i.fa-bookmark { color: #f4b800; }
.dropdown-menu-targeted.pro-menu li a i.fa-remove { color: #ea5a5a; }

div.dropdown-menu div.arrow {
	position: absolute;
	top: -11px;
	left: 50%;
	margin-left: -10px;
	width: 19px;
	height: 11px;
	background: url(../images/dropdown-arrow.png?7) no-repeat center center transparent;
}

table tr.no-records td { text-align: center; }

table.grey-rows tr td { background-color: #f4f6f9; }

.notifications .no-records, .bookmarks .no-records { text-align: center; }

.inner-container div.no-records { padding: 12px 20px; }

.modal-dialog.x-small { width: 300px; }
.modal-dialog.small { width: 380px; }

@media (min-width: 1200px) {
	.modal-dialog.large {
		width: 900px;
		margin: 30px auto;
	}
}

th.col-sm-hidden, td.col-sm-hidden { display: none !important; }
@media (min-width: 1450px)
{
	th.col-sm-hidden, td.col-sm-hidden { display: table-cell !important; }
}

.modal { display: none; }
.modal fieldset .form-group:last-child { margin-bottom: 0; }
.modal .modal-dialog .modal-content .modal-header.dropdown-title { padding-top: 8px; }
.modal .modal-dialog .modal-content .modal-header.dropdown-title button { margin-top: 2px; }
.dropdown-title .modal-title span.title { color: #949ba5; font-size: 13px; }

.modal-title i.fa { font-size: 20px; padding-right: 4px; }
.modal-title { font-size: 19px; font-weight: normal; }

.modal small a { color: #1ba8ed; }

.modal-dialog.x-small select { width: 100%; }

.modal fieldset input, .modal fieldset textarea, .modal fieldset select { background-color: #fff; }
.modal input, .modal textarea, .modal select, .modal fieldset.white input, .modal fieldset.white textarea, .modal fieldset.white select { background-color: #f4f6f9; color: #8e9aa9; }
.modal input, .modal fieldset.white input[type="checkbox"] { background-color: #fff; }

label { vertical-align: top; }
.checkbox-set { display: inline-block; margin-left: 20px; }
.checkbox-set label { padding: 0 0 0 5px; width: auto; max-width: none; font-weight: normal; text-align: left; text-transform: none; }
div.checkbox { margin: 0 0 6px 0; height: 20px; }
div.checkbox input { margin-top: -7px; }
label.checkbox-wrapped, .modal-dialog label.checkbox-wrapped { width: auto; max-width: none; }


.bulk-actions { padding: 16px 24px; background-color: #f4f6f9; text-align: right; }
.bulk-actions .action { margin-left: 32px; font-size: 0.9em; }
.bulk-actions i { padding-right: 6px; }
.bulk-actions i.fa-bookmark { color: #f4b800; }
.bulk-actions a { color: #1BA8ED; }

.heading.accordion input[type="checkbox"]{
	float: left;
}

.table tbody tr.heading td { padding-top: 28px !important; background-color: #fff; color: #8e9aa9; border-bottom: 1px solid #ddd !important; font-size: 1.2em; font-weight: normal; }
.table tbody tr.heading td .model-name { display: inline-block; margin-right: 14px; min-width: 80px; color: #5a6779; }
.table tbody tr.heading td small { padding-left: 12px; font-weight: normal; }
.table tbody tr:first-child.heading td { padding-top: 17px !important; }
.table tbody tr.heading .center { text-align: center; }
span.sign {float: right !important;}
.table tbody tr.sub:nth-of-type(odd) { background-color: #EDF0F3; }
.table tbody tr.sub:nth-of-type(even) { background-color: #F4F6F9; }

.list-container, .table-responsive, .bookmarks ul { overflow-x: visible !important; overflow-y: auto !important; }
.list-container { padding: 20px; }

.updated-files .list-container {
	padding: 0px !important;
}

.table-responsive.downloads .actions .download i.fa-check-circle {
	color: #1ba8ed;
}

.table-responsive.downloads tr:hover .actions .download i:before {
	content:"\f019";
	color: #1ba8ed;
}

.table-responsive.downloads tr .actions .delete {
	opacity: 0;
}

.table-responsive.downloads tr:hover .actions .delete {
	opacity: 1;
}

.table-responsive.downloads tr:hover .actions .delete i:before {

	color: #bbb;
}

.table-responsive.downloads tr:hover .actions .delete:hover i:before {
	color: #ea5a5a;
}

tr th .check-all { padding-left: 8px; }

tr th.width-40, tr td.width-40 { width: 40px; }
tr th.width-60, tr td.width-60 { width: 60px; }
tr th.width-80, tr td.width-80 { width: 80px; }
tr th.width-100, tr td.width-100 { width: 100px; }
tr th.width-120, tr td.width-120 { width: 120px; }
tr th.width-140, tr td.width-140 { width: 140px; }
tr th.width-160, tr td.width-160 { width: 160px; }
tr th.width-180, tr td.width-180 { width: 180px; }
tr th.width-200, tr td.width-200 { width: 200px; }
tr th.width-220, tr td.width-220 { width: 220px; }
tr th.width-240, tr td.width-240 { width: 240px; }

/*.tab-content, .tab-content>.tab-pane, .tab-content>.scroll-box { height: 200px; }*/

#messaging .tab-content .scroll-box { height: 196px; }

#messaging .tab-content #private .scroll-box { height: 227px; }
#messaging .tab-content #private.thread-selected .scroll-box { height: 186px; }

/*.dashboard .tab-content, .tab-content>.tab-pane, .dashboard .tab-content>.scroll-box { height: 370px; }*/
.dashboard #messaging .tab-content .scroll-box { height: 380px; max-height: 370px; }

.dashboard #messaging .tab-content #private .scroll-box { height: 420px; }
.dashboard #messaging .tab-content #private.thread-selected .scroll-box { height: 340px; }

#messaging .tab-content .scroll-box .no-records { padding: 24px 8px; text-align: center; }

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

#messaging .message .new-indicator {
	position: absolute;
	width: 3px;
	height: 100%;
	left: 0;
	top: 0;
}

#messaging .message.new .new-indicator {
	background-color: #8e9aa9;
}

#messaging .excerpt a, .modal .show-message a { display: inline; color: #1ba8ed; text-decoration: underline; }
#messaging .excerpt a:hover, .modal .show-message a:hover { color: #1991cb; }
#messaging .excerpt a i, .modal .show-message a i { padding-left: 5px; text-decoration: none; }

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

img.profile-img-other { float: left; margin-right: 13px; width: 50px; height: 50px; }

#messaging .tab-content .tab-pane .scroll-box div:nth-of-type(even) { background-color: #fff; }
#messaging .tab-content .tab-pane div.message .message-area { float: left; width:100%; }

#messaging a.project-name { display: block; margin-bottom: 6px; color: #1ba8ed; }
#messaging a.project-name svg { fill: #1ba8ed; }
#messaging a.project-name:hover { display: block; margin-bottom: 6px; color: #1991cb; }

textarea.autosize { max-height: 200px; min-width: 100% }
form.reply textarea.autosize { min-width: 0; }

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

.reply .field-message {
	display: inline-block;
	min-height: 30px;
	max-height: 120px;
	border: 1px solid #e9eef3;
}

.reply .btn-submit {
	float: right;
	padding: 8px 20px;
}

.message { position: relative; }
.message i.remove-message { display: none; position: absolute; top: 6px; right: 6px; color: #aaa; cursor: pointer; }
.message i.remove-message:hover { color: #ea5a5a; }
.message:hover i.remove-message { display: block; }

.message i.fa-chevron-right { z-index: 0; position: absolute; top: 40%; right: 16px; color: #bbb; font-size: 1.5em; }
.message:hover i.fa-chevron-right { color: #1ba8ed; }

.message .info .block { width: 200px; }
#messaging #private .message-reply-project{display: none; color: #979898!important;}
#messaging #private div.return-reply { display: none; position: relative; padding: 10px 48px 10px 19px; color: #979898; border-bottom: 1px solid #e9eef3; }
#messaging #private.thread-selected div.return-reply { display: block; }

#messaging #private div.return-reply a { padding: 0; color: #979898; }
#messaging #private div.return-reply a:hover { color: #1ba8ed; }

#messaging .tab-content .tab-pane#private div.return-reply a { padding: 0; vertical-align: middle;}

#messaging #private div.return-reply a i.fa-chevron-left { margin-right:10px; color: #bbb; font-size: 1.5em; vertical-align:middle; }
#messaging #private div.return-reply a:hover i.fa-chevron-left { color: #1ba8ed; }

#messaging .message-reply { float: right; }

.nicescroll-rails { z-index: 10000; }

.top-menu .dropdown-menu li a { white-space: normal; }

ul.notifications li.notification { padding: 0; }
ul.notifications li.notification a { display: inline-block; width: 100%; }

.notifications .notification i.mark-as-read { display: none; position: absolute; top: 3px; right: -8px; color: #aaa; cursor: pointer; }
.notifications .notification:hover i.mark-as-read { display: block; }
.notifications .notification:hover i.mark-as-read:hover { color: #ea5a5a; }

.notifications div.notification i.mark-as-read { right: 2px; }

ul.notifications li.notification.mark-all-as-read a i { margin: 0; }

.dropdown .extended.pro-menu li a { margin: 0; }

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

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

#profile .tab-content .tab-pane div:not(.view-all) a {
	display: inline;
}

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

#profile .tab-content .tab-pane#private div a {
	padding: 12px 20px 6px;
}

#profile label {
	padding: 6px 12px;
	color: #999;
	text-transform: uppercase;
}

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

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

#profile .nav-tabs {
	background-color: #f4f6f9;
}

#profile .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;
}

#profile .nav-tabs li.active a {
	background-color: #fff;
	color: #5a6779;
	border-bottom: 1px solid #fff;
}

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

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

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

#profile .input-field{
	padding: 10px;
}

.bg-green { background-color: #28bd8b; }
.bg-green i.fa { color: #fff; }

table a.action { color: #337ab7; }
table a.grey { color: #aaa; }
/*table a.action:hover { color: #; }*/

span.pagetitle { width: 150px; }

.notifyjs-corner { z-index: 10000; }

.list-container.no-scroll { overflow-y: hidden !important; }
.files .list-container { height: 100%; }

/*.files .doc-title i.fa { float: left; }*/

.manage-photo-area { padding: 16px 0 8px 16px; }

a.change-photo { margin-right: 12px; color: #1BA8ED; }
a.change-photo i { color: #1BA8ED; }
a.change-photo:hover, a.change-photo:hover i { color: #1BA8ED; }

a.clear-photo, a.clear-photo i { color: #aaa; }
a.clear-photo:hover, a.clear-photo:hover i { color: #888; }

#manage-notifications p.description { margin-bottom: 32px; }
#manage-notifications h4 { font-size: 15px; font-weight: bold; }

.http-error { padding-top: 12px; }
.http-error h1 { margin-bottom: 24px; }
.http-error p { margin-bottom: 32px; }

.page-nav { display: inline-block; padding-bottom: 18px; }
.page-nav a { margin-left: 8px; margin-bottom: 10px}

table.activity i.fa { font-size: 1.3em; }

.btn { padding-left: 20px; padding-right: 20px; }

.auth-links a { display: block; margin-bottom: 8px; }
.auth-links a i.fa { width: 12px; }

h2.title { margin-bottom: 10px; }
.results-message { margin: 18px 0 22px 0; font-size: 12px; font-weight: bold; }

.notifyjs-corner { z-index: 50000 !important; }

.notifyjs-wrapper { margin: 8px; }
.notifyjs-skytron-base {
	position: relative;
	min-height: 46px;
	min-width: 420px;
	max-width: 600px;
	background-color: #fff;
	color: #596778;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

.notifyjs-skytron-base .close { position: absolute; top: 2px; right: 6px; color: #9ba1ab; font-size: 1.1em; font-weight: normal; }
.notifyjs-skytron-base .close:hover { color: #888; }

.notifyjs-skytron-base .image {
	display: block;
	position: absolute;
	width: 46px;
	height: 100%;
	left: 23px;
	top: 50%;
	color: #fff;
	font-size: 18px;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	vertical-align: middle;
}

.notifyjs-skytron-base .image i { margin: 0 auto; padding-top: 14px; width: 46px; color: #fff !important; text-align: center; }

.notifyjs-skytron-base .text-wrapper {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 10px 10px 10px 64px;
	clear: both;
	border: none;
}

.notifyjs-skytron-base .title {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}

.notifyjs-skytron-base .text {
	font-size: 12px;
	font-weight: normal;
	max-width: 460px;
	vertical-align: middle;

}
.notifyjs-skytron-cool {
	color: #fafafa !important;
	background-color: #4A525F;
	border: 1px solid #4A525F;
}

.notifyjs-skytron-success .image { background-color: #41c297; }
.notifyjs-skytron-error .image { background-color: #eb686a; }
.notifyjs-skytron-warning .image { background-color: #f5bc27; }
.notifyjs-skytron-info .image, .notifyjs-skytron-message .image { background-color: #3fbaf0; }

label.full { width: 100%; min-width: 180px; text-align: left; }

.select2-drop { z-index: 30000; }
.select2-container { padding-top: 2px; border-radius: 25px; min-height: 34px; height: auto; }
.select2-container-multi .select2-choices, .select2-container-multi .select2-choices:focus, .select2-container-multi .select2-choices:active { padding: 0; border: none !important; }
.select2-container-multi .select2-choices li.select2-search-choice { margin-top: 0; background-color: #1ba8ed; color: #fff; border: none; }
.select2-drop-active { border: 1px solid #ddd; }
.select2-results .select2-highlighted { background: #1ba8ed; }
.select2-search-field input { border: none; }

 /* Vimeo Welcome Page */

#vimeo_welcome .modal-dialog{
	width: 1000px;
	max-width:90%;
	min-width:300px;
}


#profile-info input[type=checkbox]{
	margin-left: -26px;
	margin-top: -1px;
}

#field-types-area .form-control, #field-model-id-area .form-control, #field-type-id-area .form-control, #field-category-id-area .form-control {
	margin-bottom: 10px;
}


/*.projects .view-all .text-muted{
	display: none;
}*/


/* footer */

.footer{
 	background-color: #282c37;
}

.footer a{
	color: #58666e;
}

.footer p{
	font-size: 1.2rem;
}

.footer-logo{
	position: fixed;
	bottom: 25px;
}

.text-footer{
	font-size: 11px;
	margin-left: 20px;
}

@media (min-width: 1318px) {
	.content-footer{
		width: 80%;
	}
}

@media (max-width: 1317px) {
	.content-footer{
		width: 100%;
	}
}

@media (max-width: 1600px) {
	.footer, .text-footer{
		font-size: 1.1rem;
	}

	.footer p{
		font-size: 1.1rem;
	}

}


@media (max-height: 930px) {
	.footer-logo{
		display: none;
	}
}


/* terms and privacy pages */

.content-center h1{
	font-size: 4rem;
}

.content-center h3{
	font-size: 2.5rem;
}


.content-center{
	font-size: 1.4rem;
}



.content-center{
	width: 80%;
	margin: auto;
	padding-bottom: 20px;
}


.content-center h1, h2, h3{
	font-weight: bold;
}

.content-center h1{
	text-align: center;
	margin-bottom: 60px;
}

.content-center p, ul{
	/*margin-bottom: 30px;*/
}


@media (max-width: 768px) {
	.content-center h1{
		font-size: 3rem;
	}

	.content-center h3{
		font-size: 2rem;
	}
	.navbar-fixed{
		    padding: 20px 0px 0 33px;
	}
}

.navigation {
	padding-bottom: 100px;
}
.content .container {
	padding-bottom: 150px !important;
}

.select2-container-multi:before {
	content: ' ';
	display: block;
	position: absolute;
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 7px 5px 0px 5px;
	height: 0;
	right: 12px;
	margin-top: -2px;
	top: 50%;
	cursor: pointer;
	z-index: 99;
}

.pagination { float: right; margin-right: 20px; }
.pagination li.active > span { background-color: #282C37; border-color: #282C37; }

.has-floating-menu {
	@media (min-width: 1280px) {
		max-width: 99%;
	}
}

.file-request-form{
	margin: 30px 0;
}


.title-request{
		padding: 12px 24px;
		background-color: #fff;
		text-align: left;
		color: #5a6779;
		font-weight: 700;
	}

	.title-request .start {
		color: #f4b623;
	}

	.title-request .arrow {
		color: #8e9aa8;
	}

	.file-request-form .btn-primary {
		float: none !important;
		margin-left: 20px;
	}

	.file-request-form .list-container{
		background-color: #f4f6f9;
	}

	.file-request-form textarea {
		border-radius: 13px;
		border: 1px solid #ccc;
		margin-bottom: 15px;
		padding: 7px;
		width: 70% !important;

	}

	.file-request-form label {
			display: inline !important;
			margin-left: 5px;
			vertical-align:middle !important;
			font-weight: 300;
	}

	/*New HELP page*/

.help-forms .title-request{
	padding: 12px 0px 0px 24px;
}

.help-forms .list-container{
		background-color: #f4f6f9;
		background-clip: padding-box;
		border: 20px solid #fff;
	}

.help{
	margin-bottom: 30px;
}

	.help-request-form{
		color:#8a93a0;
	}

	.help-request-form input{
		border-radius: 13px;
		border: 1px solid #e6e6e6;
	}

	.user-info{
		margin-bottom: 25px;
		font-size: 15px;
	}

	.help-request-form textarea {
    border-radius: 13px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    padding: 7px;
    width: 100% !important;
}

.help-request-form select.form-control{

	max-width: none;
	width: 100%;
}


.help-request-form a {
	color: #5eb9ef;
}

.help .tab-content{
		background-color: #f4f6f9 !important;
		-webkit-box-shadow: 0px 1px 2px 0px rgba(255,255,255,.15) !important;
		box-shadow: 0px 1px 2px 0px rgba(255,255,255,.15) !important;
}

.help .nav-tabs a {
	background-color: #fff !important;
	color: #000;
	border-radius: 12px !important;
	margin-bottom: 25px;
	margin-right: 25px !important;
	padding: 7px 19px;
}

.help .nav-tabs>li.active>a{
	background-color: #1ba8ed!important;
	color: #fff;
	border-top:0px;
}

.badge-primary { background-color: #1ba8ed; }
.badge-success { background-color: #539502; }
.badge-warning { background-color: #f4b800; }
.badge-secondary { background-color: #733cd8 }
td.status .badge { width: 100%; text-align: center;padding: 3px 10px;font-family: system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;}
