@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css";

/** 
 * Retina detection
 */
@media 
(-webkit-min-device-pixel-ratio: 1.3), 
(min-resolution: 124.8dpi){ 
    html {
		zoom: 0.75; 
		-moz-transform: scale(0.75); 
		-moz-transform-origin: 0 0;
	}
}




body,
html {
	background: none;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.ui-widget {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

html {
	background: url('../images/background_flaim.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0 auto;
	padding: 0;
}

body {
	max-width: 1890px;
	margin: 0 auto;
	padding: 0;
}

.hidden
{
	display:none;
}
/**
* Topmenu
**/
.topmenu {
	width: 500px;
	float: right;
	height: 25px;
	line-height: 25px;
	background: #f13901;
	color: #FFF;
	padding: 0 10px;
	margin: 0;
}

.topmenu p { margin: 0;padding: 0;}
.topmenu p.left { float: left; width: 50%;}
.topmenu p.right { float: right; width: 50%; text-align: right;}

.topmenu a {
	color: #FFF;
	text-decoration: none;
}

.topmenu a:hover { text-decoration: underline; }

/**
 * customer switcher
 **/
.customer-switcher { float: right; clear: both}
.customer-switcher form { display: inline-block}


/**
** centerBlockSmall
**/
.centerBlockSmall {
	max-width: 630px;
	margin: 0 auto;
	clear: both;
}

.centerBlockSmall h1 {

}

.centerBlockSmall .content {
	background: #FFF;
	padding: 140px 115px 20px;
}

/**
 * Buttons
 */
button.btn,
button.btn:focus {
	border-radius: 0;
	border: 0;
	background: #222;
	color: #fff;
}

button.btn:hover {
	color: #ddd;
}

/**
** Login Form
**/
form.login {

}

form.login label {
	display: block;
	text-align: left;
	padding-left: 16px;
	font-size: 15px;
	color: #8d8d90;
	padding: 10px 0 0 10px;
}

form.login label {
	display: block;
}

form.login span.checkbox {
	padding: 10px 0;
	clear: both;

}

form.login input {
	height: 45px;
	border: 2px solid #8d8d90;
	width: 100%;
}

form.login input[type="checkbox"] {
	width: auto;
}

form.login span input,
form.login span label {
	float: left;
	display: inline;
	padding: 15px 0 0 10px;
}
form input.popupbutton {
	width: 130px !important;
	height: 45px !important;
	font-weight: 700 !important;
	background: #000 !important;
}

form input.button {
	font-size: 25px !important;
	text-transform: uppercase;
	text-align: center;
	background: #000;
	color: #FFF;
	font-size: 35px;
	border-style: none !important;
}

.centerBlockSmall p.passwordForgot {
	padding-top: 20px;
}

.centerBlockSmall p.passwordForgot a {
	color: #8d8d90;
}


.main-content {
	clear: both;
}

.tabs {
	padding-top: 100px;
	clear: both;
}

.tabs #tabs {
	float: left;
	height: 65px;
	line-height: 65px;
	margin: 0;
	padding: 0;
}

.tabs #tabs li {
	display: inline-block;
	padding-right: 10px;
	overflow: hidden;
}

.tabs #tabs li a {
	display: block;
	height: 65px;
	line-height: 65px;
	padding: 0 30px;
	font-size: 15px;
	background: #797a7d;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

.tabs #tabs li a:hover {
	color: #676768;
	background: #FFF;
}

.tabs #tabs li.active a {
	color: #676768;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.42);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.42);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.42);
}

.tabs .tab-content {
	background: #FFF;
	clear: both;
	padding: 15px 60px 15px 60px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.42);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.42);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.42);
}

.nobr	{ white-space:nowrap; }

/**
*	additional actions
*/
div.additional-actions form{
	display: inline;
}

div.additional-actions span{
	margin: 0px 10px 0px 10px;
}

/**
 * Images
 */
img.image-small {
    height: 50px;
}
img.image-medium {
    height: 150px;
}
.form-input-group img
{
    margin-left: 10px;
}



/**
** Briefings Table
**/
.briefs {
	width: 100%;
}

.briefs tr.grey {
	background-color:#EEE;
}
.briefs tr.white {
	background-color:#FFF;
}
.briefs tr.archived{
    color: #bbb;
}

.briefs tr a.archived{
    color: #bbb;
}




.briefs tr td {
	border-bottom: 1px solid #bdbfc1;
	padding: 5px 10px;
	font-size: 15px;
}
.briefs tr td {
	vertical-align: middle;
}
.briefs tr td a {
	text-decoration: none;
	color: #8d8d8e;
	font-size: 13px;
}

.briefs tr.spacer td { padding-top: 30px; }



/*.briefs tr th:last-child,
.briefs tr td:last-child {
border-right: none;
border-bottom: none;
}*/

.briefs tr th {
	font-size: 15px;
	white-space:nowrap;
	font-weight: bold;
	color: #f13901;
	text-align: left;
	border-right: 1px solid #8d8d8e;
	border-bottom: 1px solid #8d8d8e;
	padding: 5px 10px;
}

.briefs tr td.actions span{
	margin: 0px 5px 0px 0px;
}

.dataTables_filter
{
	display:none;
}

.dataTables_filter input {
	width: 100% !important;
	line-height: 28px;
	font-size: 15px;
	padding: 0 15px;
	border-radius: 0;
	border: 1px solid #9C9C9C;
}

.briefs thead tr td input {
	width: 100%;
	/*	font-size: 15px;
	white-space:nowrap;
	font-weight: bold;
	color: #f13901;
	text-align: left;
	border-right: 1px solid #8d8d8e;
	padding: 5px 10px;*/
}

.briefs ul
{
	/*text-decoration: none;*/
	list-style: none;
	padding: 0px 0px 0px 5px;
}

/**
** kalender
**/
.kalender {
	font-size: 13px;
}

.kalender .month { background: #00aeef; color: #FFF; font-size: 15px; border-left: 10px SOLID #FFF; text-align:center;}

.kalender tr td {
	padding: 8px 10px;
}
.kalender tr.brandrow {
	border-top: 4px solid #fff;
}
.kalender tr.scampaign .inline-edit,
.kalender tr.campaign .inline-edit,
.kalender tr.brandrow .inline-edit,
.kalender td.unplanned-activities .activity-name
{
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 80%;
	vertical-align: middle;
}
.kalender tr.brandrow:first-child {
	border-top: 0;
}
.kalender tr.brandrow td:first-child {
	background: #f13901;
	color: #FFF;
	font-weight: bold;
}

.kalender tr.brandrow-blue td:first-child {
	background: #2392c7;
}

.kalender tr.themarow {

	/*border-top: 4px solid #fff;*/
}
.kalender tr.themarow:first-child {
	border-top: 0;
}
.kalender tr.themarow td:first-child {
	/*background: #f13901;*/
	border: 1px solid #f13901;
	color: #000;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}

td.unplanned-activities {
	width: 200px;
}

td.unplanned-activity-plus {
	width: 40px;
}

.kalender tr.campaign td:first-child {
	border-bottom: 1px solid #f9f9f9;
	padding-left: 20px;
	color: #f13901;
	font-weight: bold;
}

.kalender tr.campaign td:first-child {
	color: #2392c7;
}


.kalender tr.scampaign td:first-child,
.kalender tr.campaign td:first-child {
	background: #e7e7e8;
}
.kalender tr.scampaign td:first-child {
	color: #00aeef;
	font-weight: bold;
	padding-left: 80px;
	color: #2f2c2d;
	font-weight: normal;
	border-bottom: 1px solid #f9f9f9;
}

.kalender  td:nth-child(2) {
	border-bottom: 1px solid #dedfe0 !important;
}

.kalender  td:nth-child(3) {
	border-bottom: 1px solid #dedfe0 !important;
}

.kalender .scampaign .gray,
.kalender .gray {
	background: #e7e7e8;
	border-bottom: 1px solid #f9f9f9;
	border-left: 10px solid #FFF;
	text-align: center;
}

.kalender a {
	color: #2f2c2d;
	text-decoration: none;
}

.kalender .hasBriefing {
	width:100%;
	border: 2px solid red;
	display: block;
}

.kalender span.dayOfMonth {
	margin: 1px 1px 1px 5px;
}

.month.kalender td:first-child {
	white-space: nowrap;
}
.kalender tr td span.action-button{
	float: right;
	margin: 0px 0px 0px 4px;
}

.calender-navigation
{
	float:right;
	margin: 0px 35px 5px 0px;
}
.calender-navigation i
{
	margin: 0px 10px 0px 0px
}

.main-theme-column {
	max-width: 475px !important;
}

#fixed-table-header .main-theme-column {
	min-width: 475px !important;
}

#fixed-table-header .unplanned-activities {
	min-width: 200px !important;
}

#fixed-table-header .unplanned-activity-plus {
	min-width:33px !important;
}

.collapse-icon {
	display: inline-block;
	width: 20px;
	height:20px;
	text-align: center;
	line-height: 20px
}

/**
** Popup
**/
/*
#popup {
width: 1000px;
max-height: 85%;
max-width: 85%;
position: fixed;
overflow-y: auto;
background: #d1d2d4;
-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.6);
-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.6);
box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.6);
padding: 20px;
border-radius: 5px;
z-index: 999;
}
*/

#popup form {
	position: relative;
}
#popup .close {
	background: url('../images/icons/close-popup.png') no-repeat;
	width: 29px;
	height: 29px;
	position: absolute;
	right: 0px;
	top: 00px;
}
#popup table td:last-child 	{
	padding-right: 20px;
}
#popup table td:first-child {
	text-align: right;
	font-size: 15px;
	white-space: nowrap;
	vertical-align: top;
	padding: 12px 10px 0;
}
#popup table td h2 {
	font-size: 35px;
	font-weight: 600;
	color: #231f20;
	margin: 0;
	padding: 0 0 10px 10px;
}
#popup table td input {
	width: 100%;
	line-height: 28px;
	font-size: 15px;
	padding: 0 15px;
	border-radius: 0;
	/*height: 25px;*/
	margin: 7px 0;
	border: 1px solid #9C9C9C;
	/*border-style: solid;*/
	/*	-webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#b2b4b5)) 40 100%;
	-webkit-border-image: -webkit-linear-gradient(#fff, #b2b4b5) 1 100%;
	-moz-border-image: -moz-linear-gradient(#fff, #b2b4b5) 1 100%;
	-o-border-image: -o-linear-gradient(#fff, #b2b4b5) 1 100%;
	border-image: linear-gradient(to bottom, #fff, #b2b4b5) 1 100%;
	border-right-width: 20px;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;*/
}
#popup table td input[readonly] {
	background: #DDD;
}

#popup table td textarea 		{
	width: 100%;
	line-height: 22px;
	min-height: 40px;
	padding: 3px 3px;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	border: 1px solid #9C9C9C;
	/*	-webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#b2b4b5)) 40 100%;
	-webkit-border-image: -webkit-linear-gradient(#fff, #b2b4b5) 1 100%;
	-moz-border-image: -moz-linear-gradient(#fff, #b2b4b5) 1 100%;
	-o-border-image: -o-linear-gradient(#fff, #b2b4b5) 1 100%;
	border-image: linear-gradient(to bottom, #fff, #b2b4b5) 1 100%;
	border-right-width: 20px;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;*/
}
#popup table td input.button {
	background: #000;
	color: #fff;
	border: none;
	width: 140px;
	float: right;
}
#popup table td.small-datepicker {
	width: 180px;
}
#popup table td input.button#sendBriefing {
	width:160px;
	margin-right:10px;
}

#popup table.move-item {
	margin: 40px 0px 20px 20px;
}
#popup table.move-item td {
	text-align: left;
	font-size: 13px;
	padding: 6px 10px;
}
#popup table.move-item tr.brandrow a {
	color: #fff;
}

#popup table.move-item tr.campaign a {
	color: #f13901;
}


#popup table td span.last-send-date {float: right;}

#assign-tools-popup form {
	position: relative;
}
#assign-tools-popup .close {
	background: url('../images/icons/close-popup.png') no-repeat;
	width: 29px;
	height: 29px;
	position: absolute;
	right: 0px;
	top: 00px;
}
#assign-tools-popup table td:last-child 	{
	padding-right: 20px;
}
#assign-tools-popup table td:first-child {
	text-align: right;
	font-size: 15px;
	white-space: nowrap;
	vertical-align: top;
	padding: 12px 10px 0;
}
#assign-tools-popup table td h2 {
	font-size: 35px;
	font-weight: 600;
	color: #231f20;
	margin: 0;
	padding: 0 0 10px 10px;
}
#assign-tools-popup table td input {
	width: 100%;
	line-height: 28px;
	font-size: 15px;
	padding: 0 15px;
	border-radius: 0;
	margin: 7px 0;
	border: 1px solid #9C9C9C;
}
#assign-tools-popup table td textarea 		{
	width: 100%;
	line-height: 22px;
	min-height: 65px;
	padding: 3px 3px;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	resize: none;
	padding-bottom: 10px;
	border: 1px solid #9C9C9C;
}
#assign-tools-popup input.datepicker {
	margin-top: 8px;
}

.reorder-brands {

}

.ajax-add-to-body.add-brand {
	color: #000;
	font-size: 13px;
}
.ajax-add-to-body.add-item,
.ajax-add-to-body.remove-item {
	color: #fff;
	font-size: 13px;
}
.ajax-add-to-body.add-item .fa-bars {
	color: #fff;
}

.ajax-add-to-body.remove-item:hover {
	cursor:pointer;
}

td.ajax-add-to-body:hover {
	cursor: pointer;
}

.popup-input-border {
	-webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#b2b4b5)) 40 100%;
	-webkit-border-image: -webkit-linear-gradient(#fff, #b2b4b5) 1 100%;
	-moz-border-image: -moz-linear-gradient(#fff, #b2b4b5) 1 100%;
	-o-border-image: -o-linear-gradient(#fff, #b2b4b5) 1 100%;
	border-image: linear-gradient(to bottom, #fff, #b2b4b5) 1 100%;
	border-right-width: 20px;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
}

/**
* POPUP with a class 'popup'
*/

.popup form {
	position: relative;
}
.popup .close {
	background: url('../images/icons/close-popup.png') no-repeat;
	width: 29px;
	height: 29px;
	position: absolute;
	right: 0px;
	top: 00px;
}

.popup table td:last-child 		{ padding-right: 20px; }

.popup table td:first-child 	{ text-align: right; font-size: 15px; white-space: nowrap;padding-left: 20px; padding-right: 10px;}
.popup table td h2				{ font-size: 35px; font-weight: 600; color: #231f20; margin: 0; padding: 0 0 10px 10px;}
.popup table td input {
	width: 100%;
	line-height: 28px;
	font-size: 15px;
	padding: 0 15px;
	/*height: 25px;*/
	margin: 7px 0;
	/*border-style: solid;*/
	/*	-webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#b2b4b5)) 40 100%;
	-webkit-border-image: -webkit-linear-gradient(#fff, #b2b4b5) 1 100%;
	-moz-border-image: -moz-linear-gradient(#fff, #b2b4b5) 1 100%;
	-o-border-image: -o-linear-gradient(#fff, #b2b4b5) 1 100%;
	border-image: linear-gradient(to bottom, #fff, #b2b4b5) 1 100%;
	border-right-width: 20px;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;*/
}
.popup table td textarea 		{
	width: 100%;
	line-height: 22px;
	min-height: 40px;
	padding: 3px 3px;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	resize: none;
	padding-bottom: 10px;
	/*	-webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#b2b4b5)) 40 100%;
	-webkit-border-image: -webkit-linear-gradient(#fff, #b2b4b5) 1 100%;
	-moz-border-image: -moz-linear-gradient(#fff, #b2b4b5) 1 100%;
	-o-border-image: -o-linear-gradient(#fff, #b2b4b5) 1 100%;
	border-image: linear-gradient(to bottom, #fff, #b2b4b5) 1 100%;
	border-right-width: 20px;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;*/
}
.popup table td input.button 	{ width: 80%; float: right; }
.popup table.move-item 		{ margin: 40px 0px 20px 20px; }
.popup table.move-item td		{ text-align: left; font-size: 13px;}

/*.popup-input-border {
-webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#b2b4b5)) 40 100%;
-webkit-border-image: -webkit-linear-gradient(#fff, #b2b4b5) 1 100%;
-moz-border-image: -moz-linear-gradient(#fff, #b2b4b5) 1 100%;
-o-border-image: -o-linear-gradient(#fff, #b2b4b5) 1 100%;
border-image: linear-gradient(to bottom, #fff, #b2b4b5) 1 100%;
border-right-width: 20px;
border-left-style: none;
border-top-style: none;
border-bottom-style: none;
}*/

/**
* END OF POPUP WITH A CLASS 'popup'
*/




.checkbox-container {
	width:14px;
}
.checkbox-container.first-checkbox {
	padding: 1px !important;
}

.multiselect-wrapper {

}
.multiselect-wrapper .btn-group {
	margin-bottom: 6px;
	padding-top: 5px;
}
.multiselect-wrapper .multiselect-selected-text {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.multiselect-wrapper .btn.multiselect {
	background: rgba(0, 0, 0, 0) linear-gradient(#fff, #b2b4b5) repeat scroll 0 0;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	padding: 0 20px 0 9px;
	width: 303px;
	text-align: left;
	color: #222 !important;
	width: 535px;
	height: 30px;
}
.multiselect-wrapper .caret {
	position: absolute;
	right: 10px;
	top: 14px;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.multiselect-wrapper .dropdown-menu {
	overflow-y: auto !important;
	padding: 5px 0 !important;
	width: 100%;
	overflow-y: auto !important;
	padding: 5px 0 !important;
	width: 100%;
	height: 260px;
	min-height: 260px;
	border-radius: 3px;
	overflow: hidden;
	margin-top: -290px !important;
}
.multiselect-wrapper  .dropdown-menu > .active > a,
.multiselect-wrapper  .dropdown-menu > .active > a:focus,
.multiselect-wrapper  .dropdown-menu > .active > a:hover {
	background: #eee;
	color: #222;
}
.multiselect-wrapper .dropdown-menu label.checkbox,
.multiselect-wrapper .dropdown-menu label.radio {
	padding: 3px 10px 3px 10px !important;
}
.multiselect-wrapper .dropdown-menu input[type="checkbox"],
.multiselect-wrapper .dropdown-menu input[type="radio"] {
	position: relative !important;
	width: 15px !important;
}

/*
* Nav Block
**/
.nav-block {
	float: right;
	border-left: 1px solid #FFF;
	/*padding: 0 20px;*/
	margin-top: -20px;
}

.nav-block .input-group
{
	margin: -5px 0px 0px 0px;
}


.nav-block label {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	margin-bottom: 10px;
}

.nav-block ul {
	margin: 0;
	padding: 10px 0 0;
}

.nav-block ul li {
	display: inline-block;
	padding: 5px;
	border: 3px solid transparent;
	margin: 0;
	max-width: 300px;
	vertical-align: top;
	height: 45px;
	overflow: hidden;
}

.nav-block ul li img { float: left; }


.nav-block ul li.active {
	border: 3px solid #FFF;
}

.add-activity {
	float: right;
}

.ajax-add-to-body {
	/*vertical-align: top;*/
}

.groups {
	display: inline-block;
	margin: 0 10px;
}

.group-title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
	padding-left: 30px;
}

.group-hr{
	padding-bottom: 0px;
	border-color: #000;
	border-width: 3px;
	margin-top: -10px;
}

.group-user-box {
	text-transform: uppercase;
	background: url('../images/icons/doelgroep-icons.svg') no-repeat left center;
	background-size: 115em 15em;
	-webkit-background-size: 115em 15em;
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 0px;
}

.group-user-box-one {
	background-position: -1.5px 0px;
}

.group-user-box-two {
	background-position: -201.5px 0px;
}

.group-user-box-three {
	background-position: -402.5px 0px;
}

.group-user-box-four {
	background-position: -602.5px 0px;
}

.group-user-box-five {
	background-position: -801.5px 0px;
}

.group-user-box-six {
	background-position: -1006.5px 0px;
}

.group-user-box-seven {
	background-position: -1201.5px 0px;
}

.group-user-box-eight {
	background-position: -1409.5px 0px;
}

.btn-custom {
	text-transform: uppercase;
	width: 160px;
	text-align: left;
	border-radius: 0px;
	font-size: 18px;
	height: 35px;
	padding-top: 2px;
	padding-left: 3px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.btn-custom:active:hover,
.btn-custom.active:hover,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom:hover,
.btn-custom:active:focus,
.btn-custom.active:focus,
.open > .dropdown-toggle.btn-custom:focus,
.btn-custom.focus:active,
.btn-custom.active.focus,
.open > .dropdown-toggle.btn-custom.focus,
.btn-group.open .dropdown-toggle{
	background-color: #F13901;
	border-color: #F13901;
	color: #FFF;
	box-shadow: none;
}

.dropdown-custom {
	border-radius: 0px;
	margin: 5px 15px;
	min-width: 160px;
	padding-left: 15px;
	padding-right: 15px;
}

.group-department {
	background-color: #000;
	color: #FFF;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	margin-bottom: -6em;
	margin-left: 1.4em;
	margin-top: 5em;
	position: absolute;
}

.dropdown-custom > li > a {
	clear: both;
	color: #333;
	display: block;
	font-weight: normal;
	line-height: 1.42857;
	padding: 3px 3px;
	white-space: nowrap;
	border-bottom: 1px solid #b1b3b4;
}

#dropdown-custom-noborder {
	border-bottom: none;
}
.ul-inline {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}

.ul-inline .groups.position-bottom {
	position: absolute;
	bottom: 20px;
}

.ul-inline .groups.position-bottom .btn-add {
	border-radius: 0;
}

.open > .dropdown-toggle.dropdown-custom :hover,
.dropdown-custom :active:focus,
.dropdown-custom .active:focus,
.open > .dropdown-toggle.btn-custom:focus,
.dropdown-custom .focus:active,
.dropdown-custom .active.focus,
.open > .dropdown-toggle.dropdown-custom .focus,
.dropdown-custom .open .dropdown-toggle{
	background-color: #F13901;
	color: #FFF;
}

.dropdown-custom > li > a:hover {
	background-color: #EEE;
}

.dropdown-icon {
	float: right;
	margin-right: 0;
	margin-top: -20px;
	-webkit-margin-before: 0.1em;
	-webkit-margin-after: 0.1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	color: #fff;
}

.btn-group-postion {
	padding-top: 50%;
	padding-left: 8%;
}

.btn-close {
	background-color: transparent;
	border: none;
	float: right;
	color: #FFF;
}

.btn-close:active {
	color: #F13901;
}

.btn-add {
	background-color: #B1B3B4;
	color: #FFF;
	border: none;
	width: 30px;
	height: 30px;
	margin-left: -1em;
}

.btn-add:active {
	background-color: #F13901;
}

.group-add {
	width: 100px;
	height: 100px;
}

input.button.edit-briefing {
	font-size: 18px !important;
	width: 230px !important;
}

input.button.create-briefing,
input.button.edit-briefing {
	width: 210px !important;
	font-size: 18px !important;
	height: 32px;
}

.edit-briefing {
	width: 270px !important;
	background-color: #666 !important;
}

.add-tool {
	float: left !important;
	text-align: left !important;
	width:auto !important;
	background-color: transparent !important;
	color: #000 !important;
}

input.datepicker {
	border: 1px solid #9C9C9C;
	border-radius: 0;
}

.assign-tool-datepicker .datepicker {
	margin-left: 5px !important;
	width: 150px !important;
}

.datapicker {
	border-radius: 0px !important;
}
.ui-datepicker-prev,
.ui-datepicker-next,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border-radius: 0;
	border: 1px solid #d3d3d3;
	background: #fff;
	opacity: 1;
	text-align: center;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-widget-header .ui-state-default:hover {
	background: #b2b4b5;
	opacity: 1;
	border: 1px solid #d3d3d3;
}
.ui-state-default.ui-state-active {
	background: #ddd;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
	display: none;
}

.ui-datepicker-next:after {
	content: '→';
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
	text-decoration: none;
}


.ui-datepicker-prev:after {
	content: '←';
}

.ui-widget-header {
	background: none;
	border-style: none;
}

.ui-state-default,
.ui-state-default,
.ui-widget-header
.ui-state-default {
	opacity: 0.2;
	background: rgba(0, 0, 0, 0) url("../images/icons/close-popup.png") repeat scroll 0 0;
	border-style: none;
	height: 29px;
	width: 29px;
}

.ui-dialog-titlebar-close {
	opacity: 1 !important;
}

.ui-dialog-titlebar-close:hover {
	opacity: 1 !important;
	background: rgba(0, 0, 0, 0) url("../images/icons/close-popup.png") repeat scroll 0 0 !important;
	border: none !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	opacity: 0.5;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
	background: rgba(0, 0, 0, 0) url("../images/icons/close-popup.png") repeat scroll 0 0;
}

.ui-state-default .ui-icon {
	background: none;
}
.ui-widget-header .ui-icon {
	background: none;
}
.ui-icon, .ui-widget-content .ui-icon {
	background: none;
}

.ui-widget-content {
	background: #d9dadb;
	border-style: none;
}

.ui-widget {
	-webkit-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.35);
}

.ui-dialog-titlebar-close {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

select {
	background: rgba(0, 0, 0, 0) linear-gradient(#fff, #b2b4b5) repeat scroll 0 0;
	border-radius: 7px;
	border-style: none;
	width: 50%;
	margin: 5px 0px 0px 0px;
	width: 535px;
	height: 30px;
}

button, select {
	border-radius: 10px;
}

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

.popup-label {
	text-transform: uppercase;
}

.popup-h2 {
	text-transform: uppercase;
}

.button-loader {
	position: absolute;
	margin-top: 14px;
	right: 0px;
	color: #000;
	display:none;
}

.scroll-to-top{
	width:40px;
	height:40px;
	border-radius:50%;
	text-align:center;
	background: #f13901;
	color: #FFF !important;
	text-decoration: none;
	position:fixed;
	bottom:60px;
	right:30px;
	font-size:25px;
	line-height:38px;
	display:none;
}

.scroll-to-top:hover{
	color: #EEE;
}

#fixed-table-header {
	position:fixed;
	top:0;
	left: 0;
	right: 0;
	width:100%;
	text-align:center;
	display:none;
}

#fixed-table-header .centered-table-header {
	max-width:1890px;
	width:100%;
	padding:0 60px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}

.sub-item {
	float:right;
}

.form-input-group {
	margin-bottom: 10px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.form-input-group label{
	display:inline-block;
	width:150px;
	font-weight: normal !important;
}

.form-input-group input,
.form-input-group select {
	display:inline-block;
	width:250px;
	padding: 5px;
	margin-left:10px;
}

.form-input-group select {
	background: #DDD;
	border-radius: 0px;
}

.form-input-group input[type=submit] {
	background: #000;
	color: #fff;
	border: none;
	width: 140px;
	text-transform: uppercase;
}

.em-link,
.em-link:hover,
.em-link:active,
.em-link:focus {
	color: #2f2c2d;
	text-decoration: none;
	font-weight: bold;
}

.nestable-list {
	margin: 50px 0 30px -20px;
}

.dd { position: relative; display: block; margin: 10px 0; padding: 0; max-width: 600px; list-style: none; font-size: 13px; line-height: 20px; }
.dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
.dd-list .dd-list { padding-left: 30px; border-left: 1px solid #eee; }
.dd-collapsed .dd-list { display: none; }
.dd-item,
.dd-empty,
.dd-placeholder { display: block; position: relative; margin: 0; padding: 0; min-height: 20px; font-size: 13px; line-height: 20px; }
.dd-handle { display: block; height: 30px; margin: 5px 0; padding: 5px 10px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;
	background: rgb(250,250,250); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(250,250,250,1) 0%, rgba(216,216,216,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(216,216,216,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(216,216,216,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(216,216,216,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(216,216,216,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(250,250,250,1) 0%,rgba(216,216,216,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box; -moz-box-sizing: border-box;
}
.dd-nonest .dd-handle {
	background: rgb(247,198,131); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,252,234,1) 0%, rgba(247,198,131,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,252,234,1)), color-stop(100%,rgba(247,198,131,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(247,198,131,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(247,198,131,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(247,198,131,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,252,234,1) 0%,rgba(247,198,131,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f7c683',GradientType=0 ); /* IE6-9 */
}
.dd-handle:hover { color: #333;
	background: rgb(250,250,250); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(250,250,250,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(250,250,250,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	cursor:move;
}
.dd-nonest .dd-handle:hover {
	color:black;
	background: rgb(254,252,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,252,234,1) 0%, rgba(242,164,62,1) 82%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,252,234,1)), color-stop(82%,rgba(242,164,62,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(242,164,62,1) 82%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(242,164,62,1) 82%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(242,164,62,1) 82%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,252,234,1) 0%,rgba(242,164,62,1) 82%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f2a43e',GradientType=0 ); /* IE6-9 */
}
.dd-item > button { display: block; position: relative; cursor: pointer; float: left; width: 25px; height: 20px; margin: 5px 0; padding: 0; white-space: nowrap; overflow: hidden; border: 0; background: transparent; font-size: 12px; line-height: 1; text-align: center; font-weight: bold; }
.dd-item > button.pull-right { float:right; }
.dd-placeholder,
.dd-empty { margin: 5px 0; padding: 0; min-height: 30px; background: #f2fbff; border: 1px dashed #b6bcbf; box-sizing: border-box; -moz-box-sizing: border-box; }
.dd-empty { border: 1px dashed #bbb; min-height: 100px; background-color: #e5e5e5;
	background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
	-webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
	background-image:    -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
	-moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
	background-image:         linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
	linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
	background-size: 60px 60px;
	background-position: 0 0, 30px 30px;
}
.dd-dragel { position: absolute; pointer-events: none; z-index: 9999; }
.dd-dragel > .dd-item .dd-handle { margin-top: 0; }
.dd-dragel .dd-handle {
	-webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
	box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}
/**
* Nestable Extras
*/
.nestable-lists { display: block; clear: both; padding: 30px 0; width: 100%; border: 0; border-top: 2px solid #ddd; border-bottom: 2px solid #ddd; }
#nestable-menu { padding: 0; margin: 20px 0; }
#nestable-output,
#nestable2-output { width: 100%; height: 7em; font-size: 0.75em; line-height: 1.333333em; font-family: Consolas, monospace; padding: 5px; box-sizing: border-box; -moz-box-sizing: border-box; }
#nestable2 .dd-handle {
	color: #fff;
	border: 1px solid #999;
	background: #bbb;
	background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
	background:    -moz-linear-gradient(top, #bbb 0%, #999 100%);
	background:         linear-gradient(top, #bbb 0%, #999 100%);
}
#nestable2 .dd-handle:hover { background: #bbb; }
#nestable2 .dd-item > button:before { color: #fff; }
.dd-hover > .dd-handle { background: #2ea8e5 !important; }
/**
* Nestable Draggable Handles
*/
.dd3-content { display: block; height: 30px; margin: 5px 0; padding: 5px 10px 5px 40px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;
	background: #fafafa;
	background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
	background:    -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
	background:         linear-gradient(top, #fafafa 0%, #eee 100%);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box; -moz-box-sizing: border-box;
}
.dd3-content:hover { color: #2ea8e5; background: #fff; }
.dd-dragel > .dd3-item > .dd3-content { margin: 0; }
.dd3-handle { position: absolute; margin: 0; left: 0; top: 0; cursor: pointer; width: 30px; text-indent: 100%; white-space: nowrap; overflow: hidden;
	border: 1px solid #aaa;
	background: #ddd;
	background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
	background:    -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
	background:         linear-gradient(top, #ddd 0%, #bbb 100%);
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.dd3-handle:before { content: '≡'; display: block; position: absolute; left: 0; top: 3px; width: 100%; text-align: center; text-indent: 0; color: #fff; font-size: 20px; font-weight: normal; }
.dd3-handle:hover { background: #ddd; }
/** ONLY FOR CUSTOM DELETE ACTION **/
.dd-deleted .dd-handle { opacity:.3;background:none white;filter:none; }
.dd-deleted button { z-index:100; }
.dd-deleted button i { opacity:.3; }
.dd-deleted > button[data-action="remove"] { width:50px;border:1px solid #666;border-radius:3px; }
.dd-deleted > button[data-action="remove"]:hover { background-color:#EEE; }





/* WEBCOLORS */
.dd {
	max-width: 740px;
	width: auto;
}

.dd-handle {
	border: 1px solid #e7e7e8;
	background: #e7e7e8;
	border-radius: 0 !important;
	height: 36px;
	line-height: 25px;
	margin: 1px 0;
}

.dd-handle:hover {

}

.dd-list > .dd-item > .dd-handle,
.dd-list > .dd-item > .dd-handle:hover {
	background: #eb3804;
	color: #fff;
}

.dd-list .dd-list > .dd-item > .dd-handle,
.dd-list .dd-list > .dd-item > .dd-handle:hover {
	background: #e7e7e8;
	color: #eb3804;
}

.dd-list .dd-list .dd-list > .dd-item > .dd-handle,
.dd-list .dd-list .dd-list > .dd-item > .dd-handle:hover {
	background: #e7e7e8;
	color: #222;
	font-weight: normal;
}

.dd-item > button {
	line-height: 28px;
}

/* profile */
div.sub-section { border: 1px solid #e4e4e4;
    padding: 0px 10px 10px 10px;
    margin-bottom: 10px;}
