﻿body {
    background: #eee;
}

#contentBox {
    margin-left:275px
}

#sideNavBox {
    width: 275px;
}

#toolbox {
    width: 285px;
    height: calc(100vh - 380px);
}

.no_category {
    padding: 5px 10px;
}

.category {
	font-family: "Segoe UI light","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    background: #eee;
    margin: 2px 10px 2px 10px;
	font-size: 16px;
}

/*snippet contextmenu not working with this css in-place*/
#connectors .category {
    position: relative;
}

.category .title {
    margin-bottom: 4px;
    padding: 6px 10px 7px 10px;
}

.category .title:hover {
    cursor: pointer;
    background: #fff1e6;
}

.category .title a {
    text-decoration: none;
    color: black;
    padding-left: 10px;
    padding-right: 10px;
    display:table-cell;
}

.filterSection {	
    font-family: "Segoe UI light","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    font-size: 16px;
}

.rtl .filterSection {
    margin: 0px 12px 0px 25px;
}

.ltr .filterSection {
    margin: 0px 25px 0px 12px;
}

.filterSection .filterSummary {
    padding: 0px 0px 10px 0px;
}

.filterSection .filterTitle {
    padding-bottom: 3px;
}

.filterSection .filterDetail {
    font-size: 12px;
    padding-bottom: 4px;
}

.filterScroll > a:hover, 
.filterScroll > a:visited, 
.filterScroll > a:link, 
.filterScroll > a:active
{
    text-decoration: none; 
    color: #444;
    cursor: pointer;
}

.filterSplitter {
    height: 1px;
    margin: 10px 0px 0px 0px;
    background-color: #CBCBCB;
    border: 0 none;
}

.actions {
    padding: 10px 10px 6px 10px;
    padding-top: 0px;
    display: none;
    margin-bottom:4px;
}

.outerAction {	
    padding-bottom: 5px;
}

.action {
    background: white;
    border: 0 none;
	border-bottom: 1px solid #CBCBCB;
	box-shadow: 1px 2px 3px rgba(51,51,51,0.2);
    min-height: 32px;
    line-height: 133%;
    font-size: 11px;
    position: relative;
    overflow:hidden;
    box-sizing: border-box;
    border-radius: 5px;
}

.action:hover {
    background: #fff1e6;
}

.action-grabbing{
    background-color: #fff1e6; 
}

.grab {
    cursor: url('/_layouts/15/NintexWorkflow/Images/grab.cur'), move;
    cursor: grab; 
    cursor: -webkit-grab; 
    cursor: -moz-grab;
}

.grabbing {
    cursor: url('/_layouts/15/NintexWorkflow/Images/grabbing.cur'), move;
    cursor: grabbing; 
    cursor: -webkit-grabbing; 
    cursor:-moz-grabbing;
}

.action .firstDiv {
    border-radius: 5px 0px 0px 5px;
    display: table-cell;
}

.action .secondDiv {
    font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    text-decoration: none;
    width: 100%;
    vertical-align: middle;
    word-break: break-word;
    display: table-cell;
}

.action .thirdDiv
{
    border-radius: 0px 5px 5px 0px;
    display: table-cell;
}

.action .icon {
    border-radius: 5px 0px 0px 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.action img {
    vertical-align: middle;
}

.disabledAction {
    background: #eee !important;
    box-shadow: 1px 2px 3px rgba(51,51,51,0.1) !important;
    border: 1px solid #CBCBCB;
    cursor: default;
}

.ltr .draggable {
    margin-right: -5px;
}

.rtl .draggable {
    margin-left: -5px;
}

.dragging {
    box-shadow: none;
}

.ondrag {
    border: 1px solid black;
}

.maskArrow {
    width: 15px;
    height: 20px;
    overflow: hidden;
}

.ltr .maskArrow {
    float: left;
}

.rtl .maskArrow {
    float: right;
}

.maskArrow img {
    width: 70px;
    height: 80px;
    margin-left: -27px;
    margin-right: -28px;
    margin-top: -28px;
}

/************************************
 TABS
************************************/
nav ul {
    padding: 0px;
    list-style: none;
    margin: 0;
    margin-left:10px;
    margin-right:10px;
}
nav li {
    display: inline-block;
    background: #eee;
    padding: 8px 10px;
    font-size: 11px;
    color: #666;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: transparent;
}

.selected {
    background: white !important;
}

nav li.selected {
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #e1e1e1;
}

.tab{
    cursor: pointer;
}

.ltr .tab {
    margin-right: 5px;
}

.rtl .tab {
    margin-left: 5px;
}

.tab:hover{
    background: #fff;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #e1e1e1;
}

/************************************
 ACTION LIST CONTAINER
************************************/
#actionList{
    padding-top: 10px;
    background: white;
    width: 273px;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    overflow-y: auto;
    margin-top: -1px;
    border-top: 1px solid #e1e1e1;
}

#actionList > div  {
	display: none;
}

#actionList > div.selected {
	display: block;
}

/************************************
 SEARCH TEXTBOX
************************************/

#searchbox {
	font-family: "Segoe UI light","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    height: 40px;
    width: 273px;
    position: relative;
    margin-left: 1px;
}

#searchTextbox {
    height: 25px;
    width: 231px;
	background-color: white;
}

#searchTextbox:focus::-webkit-input-placeholder {
    color: transparent;
}

#searchTextbox:focus:-moz-placeholder {
    color: transparent;
} /* Firefox 18- */

#searchTextbox:focus::-moz-placeholder {
    color: transparent;
} /* Firefox 19+ */

#searchTextbox:focus:-ms-input-placeholder {
    color: transparent;
} /* oldIE ;) */

#searchTextbox::-ms-clear {
    display: none;
}

.ltr #searchTextbox {
    padding-right: 35px;
}

.rtl #searchTextbox {
    padding-left: 35px;
}

#searchbox > img {
	display: none;
    position: absolute;
    top: 0px;
}

.ltr #searchbox > img  {
    right: 0px;
    margin-top: -9px;
    margin-right: -9px;
}

.rtl #searchbox > img  {
    left: 0px;
    margin-top: -9px;
    margin-left: -9px;
}

#searchbox > img.imgSelected {
	display: block;
}

/************************************
 FILTER LIST CONTAINER
************************************/
#filterableActionList {
    width: 273px;
    overflow-y : auto;
}

/************************************
 SUMMARY BOX
************************************/
.summaryBox {
    background-color: rgba(205, 230, 247, 1);
    border-color: rgba(102, 163, 209, 1);
    border-width: 1px;
    border-style: solid;
    margin: 0px 10px 4px 10px;
    font-family: 'Segoe UI Regular', 'Segoe UI';
    font-weight: 400;
    font-size: 13px;
    padding: 5px
}

.summaryBox .cross {
    font-size: 11px;
    font-weight: 700;
    font-family: 'Segoe UI Bold', 'Segoe UI';
    cursor: pointer;
}

.summaryBox .expiryDetail {
    font-size: 11px;
    padding: 0px 20px;
}

.summaryBox .expiryDetail > div{
    display: table-cell
}

.summaryBox .header > div{
    display: table-cell;
    vertical-align: top;
}

.summaryBox .header .description{
    width: 100%;
}

.summaryBox .expiryConnectorName {
    font-weight: 700;
}

.summaryBox .expiryConnectorName .expiryDaysRemaining {
    font-weight: normal;
    display: inline;
}

.summaryBox .notification {
    padding: 0px 5px;
}

/************************************
 Action badge
************************************/

.action.ltr .badge {
	position: absolute;
	top: 0;
	right: 0;
}

.action.rtl .badge {
	position: absolute;
	top: 0;
	left: 0;
}

.ltr .badge {
	position: absolute;
	top: 5px;
	right: 10px;
}

.rtl .badge {
	position: absolute;
	top: 5px;
	left: 10px;
}

.ltr .badge span.stack {
    box-shadow: 3px -3px 0px 0px #999;
}

.rtl .badge span.stack {
    box-shadow: -3px -3px 0px 0px #999;
}

.ltr .badge span {
    font-family: "Segoe UI light","Segoe",Tahoma,Helvetica,Arial,sans-serif;
	font-size: 10px;
	color: white;
	font-weight: bold;
	white-space: nowrap;
	padding: 1px 5px;
	border-radius: 0px 5px;
	opacity: 0.6;
}

.rtl .badge span {
    font-family: "Segoe UI light","Segoe",Tahoma,Helvetica,Arial,sans-serif;
	font-size: 10px;
	color: white;
	font-weight: bold;
	white-space: nowrap;
	padding: 1px 5px;
	border-radius: 5px 0px;
	opacity: 0.6;
}

.rtl.ie .badge span {
    border-radius: 0px 5px;
}

.badge span.hide {
	display: none;
}

.badge span.new {
	background-color: #4A90E2;
}

.badge span.updated {
	background-color: #48BC97;
}

.badge span.trial {
	background-color: #FF7900;
}

.badge span.expired {
	background-color: #F50057;
}

/************************************
 Designer CSS 2016
************************************/
.ms-core-menu-item:hover, .ms-core-menu-itemSelected {
    background-color: #fff1e6;
}

.ms-core-menu-icon > img
{
    width: 24px;
    height: 24px;
    margin-top: -3px;
}

div.ms-core-menu-box[dir=ltr] .ms-core-menu-icon > img
{
    margin-left: -5px;
}

div.ms-core-menu-box[dir=rtl] .ms-core-menu-icon > img
{
    margin-right: -5px;
}

.DropZone
{
	display: inline-block;
	border: none;
	text-align: center;
	vertical-align: middle;
    padding: 0px 0px;
}

IMG.DropZone
{
	height: 48px;
	width: 48px;
    padding: 3px 30px;
}

IMG.svg-badge
{
	width: 36px;
	height: 36px;
	top: -5px;
    left: -5px;
	position: absolute;
}

.ActionDetailsWarningHeader
{
	background-image: none;
    padding: 0px;
    line-height: 28px;
    height: 28px;
}

.ActionDetailsWarningHeader .WarningIcon{
    background-image: url('/_layouts/15/NintexWorkflow/Images/Activities2016/badges/warning.svg');
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-top: -2px;
}

.ActionDetailsWarningHeader .WarningValidation{
    vertical-align: top;
}