@CHARSET "UTF-8";

/***********************************************************/
/* OVERRIDE BROWSERS OWN DEFAULT SETTINGS START */
/***********************************************************/

/* default font-size and types */
html, body, form, input, select, fieldset {
    /*font-size: 13px;*/
    /*font-family: Tahoma, Verdana, Arial, sans-serif, Geneva, Hevletica;*/
}
/* default padding & margin */
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, dd, dt, address, hr {
    margin: 0px; 
    padding: 0px; 
}
/* label cursor is a hand */
form label {
    cursor: pointer;
}
address {
    font-style: normal;
}
/* links underlined */
:not(.btn):link, a:not(.btn):visited {
    /*text-decoration: underline;*/
}
/* linked images without borders */
img, a img,
:link img, :visited img {
    border: none;
}
/* fieldset without border */
fieldset {
    border: none;
}

fieldset-documents {
    display: contents;
}
/* clearing for floated elements */
div.clearer, span.clearer {
    clear: both;
    font-size: 0px;
}

ul {
    margin: 0 0 0 0px;
    padding: 0px 0;
    list-style-type: square;
}

ul li {
    margin: 0 0 0 0px;
}

p {
    margin: 5px 0;
}

div.account-info-content ol
{
	margin: 0 0 0 10px;
    padding: 5px 0;
    list-style-type: decimal;
}

div.account-info-content ol li
{
	margin: 0 0 0 10px;
}

/***********************************************************/
/* OVERRIDE BROWSERS OWN DEFAULT SETTINGS END */
/***********************************************************/

body {
    margin-top: 85px;
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    body {
        margin-top: 105px;
    }
}

a:not(.btn),
a:not(.btn):link,
a:not(.btn):visited {
    /*color: #000;
    text-decoration: none;*/
}

a:not(.btn):hover,
a:not(.btn):active {
    /*text-decoration: underline;*/
}

form#company-open select#company {
    margin: 10px 0 0;
    width: 200px;
}

form#company-open select#company option {
    padding: 10px;
}

#profile-choose-select {
    width: 200px;
}

div#header,
div#main, 
div#footer {
}

div#header {
	padding: 0px;
    border-bottom: 1px solid #94bef6;
    overflow: hidden;	
}

div.header div.header-top {
    margin: 0;
    padding: 0px 0 0;
    height: 29px;
    font-size: 1.0em;
    color: #444;
    /*background: #bdd7f9;*/

}

div.header div.header-top span.company {
    font-weight: bold;
}

div.header div.header-top div.header-top-left {
    margin: 0 0 0 0px;
	padding: 2px 0 0;
	background: #274e68 /*{a-bar-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #2f5f7e /*{a-bar-background-start}*/), to( #1e3c51 /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #2f5f7e /*{a-bar-background-start}*/, #1e3c51 /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #2f5f7e /*{a-bar-background-start}*/, #1e3c51 /*{a-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #2f5f7e /*{a-bar-background-start}*/, #1e3c51 /*{a-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #2f5f7e /*{a-bar-background-start}*/, #1e3c51 /*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #2f5f7e /*{a-bar-background-start}*/, #1e3c51 /*{a-bar-background-end}*/);
	
}

div.header div.header-top div.header-top-left div.title-bg {
    padding: 0px 0px 0;
    float: left;
    /*height: 21px;*/
    border-bottom: none;
}

#main-toolbox {
	padding: 2px 0 2px 6px;
}
#company-choose-select {
    min-width: 150px;
}

div.header div.header-top div.header-top-left div.title-bg a {
    border: none;
}

div.header div.header-top div.header-top-left div.title-left,
div.header div.header-top div.header-top-left div.title-right {
    float: left;
    width: 8px;
    /*height: 22px;*/
}

div.header div.header-top div.header-top-left div.title-bg {
    /*background: url(./images/admin/title-bg.png) top left repeat-x;*/
}

div.header div.header-top div.header-top-left div.title-left {
    background: url(./images/admin/title-left.png) top left repeat-x;
}

div.header div.header-top div.header-top-left div.title-right {
    background: url(./images/admin/title-right.png) top left repeat-x;
}

div.header div.header-top div.header-top-right {
    width: 300px; 
    float: right;
    text-align: right;
}

div.header div.header-bottom {
    padding: 3px 0;
    /*background: url(./images/admin/header-office.png) top left repeat-x; */
    overflow: auto;
    border-top: none;
}

div.header-bottom div.office-container {
    float: left;
    margin: 0 0 0 10px;
}

div.header-bottom div.office-container div.office-left,
div.header-bottom div.office-container div.office-right {
    float: left;
    width: 5px;
    height: 86px;
}

div.header-bottom div.office-container div.office-left {
    background: url(./images/admin/header-office-box-l.png) top left repeat-x;
}

div.header-bottom div.office-container div.office-right {
    background: url(./images/admin/header-office-box-r.png) top left repeat-x;
}

div.header div.header-bottom div.office-box {
    height: 54px;
    border: 0px solid #222;
    /*background: url(./images/admin/header-office-box.png) top left repeat-x;*/
}

div.header div.header-bottom div.h1-buttons {
    float: left;
}

div.header div.header-top span#h1-title {
    padding: 0 10px;
    height: 27px;
    line-height: 27px;
    font-size: 1em;
    text-align: left;
    border: none;
	max-width: 590px;
	overflow: hidden;
	white-space: nowrap;
}

div.header div.header-bottom div.menu-bottom {
    padding: 0 5px 1px;
    text-align: center;
    font-size: 0.8em;
    /*color: #3e6aaa;*/
    /*background: #c1d9f1;*/
    border-top: 1px solid #9ebfdb;
}

div.action-buttons {
    padding: 0 0 0 10px;
    height: 40px;
    border: none;
}

div.action-buttons div.action-button {
    float: left;
    margin: 2px 10px 0 0;
    padding: 0px;
}

div.action-buttons div.action-button span.top-span,
div.action-buttons div.action-button a.top-span {
    display: block;
    min-width: 30px;
	min-height: 30px;
    padding: 0px 5px 5px;
    text-align: center;
    cursor: pointer;
}

div.action-buttons div#back span {
    background: url(./images/admin/back.png) no-repeat center top;  
}

div.action-buttons div#help span#help-button {
    background: url(./images/admin/information.png) no-repeat center top;   
}

div.action-buttons div#support a#support-button {
    /*background: url(./images/admin/bugblue.png) no-repeat center top;*/   
}

div.action-buttons div#logout span#logout-button {
    background: url(./images/admin/offblue.png) no-repeat center top;  
}

div.action-buttons div.action-button:hover {
    color: #000;
    /*background: url(./images/admin/action-button-bg.png) repeat-x;*/
}

.bbq-content {
	margin: 0;
    padding: 5px;
}

div#footer {
	height: 2px;
    color: #fff;
    background: #333;
}

div#main-tools,
div#main-filter {
	padding: 3px 5px 3px;
	overflow: auto;
	max-width: 750px;
}

div#main-filter {
	clear: left; 
	border-width: 1px 0 0 0;
	font-weight: normal;
}

/**** menu ****/

div#main-menu {
	margin: 0;
}

div.bbq-loading {
	/*position: absolute;*/
    min-width: 66px;
    min-height: 66px;
    background: url(./images/admin/ajax-loader.gif) no-repeat center center;
}

.active-menu-item {
    font-weight: bold;
    text-decoration: underline !important;
}

div.horz-nav {
    margin: 0;
    padding: 0px;
    font-size: 1em;
    clear: both;
/*    border-bottom: none;*/
    position: relative;
}

div.horz-nav div.horz-nav-a {
    float: left;
}

div.horz-nav div.horz-nav-a a,
div.horz-nav div.horz-nav-a a:link,
div.horz-nav div.horz-nav-a a:visited {
    color: #333;
    text-decoration: none;
}

div.horz-nav div.horz-nav-a a:hover,
div.horz-nav div.horz-nav-a a:active {
    text-decoration: none;
}

div.horz-nav div.horz-nav-separator {
    width: 15px;
    height: 22px;
    background: url(./images/admin/nav_arrow.png) no-repeat;
}

div.horz-nav div.horz-nav-link a,
div.horz-nav div.horz-nav-link a:link,
div.horz-nav div.horz-nav-link a:visited {
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    display: block;
    border: 1px solid #888;
    border-left: none;
    border-right: none;
}

div.horz-nav div.horz-nav-link a:hover,
div.horz-nav div.horz-nav-link a:active {
    border: 1px solid #333;
    border-left: none;
    border-right: none;
    text-decoration: underline;
}

div.horz-nav div.horz-nav-link a.active-page {
    border: 1px solid #333;
    border-left: none;
    font-weight: bold;
}

/**** /menu ****/

div.error-box {
    width: 600px;
    padding: 10px;
}

div.error-box div.error-left {
	float: left;
}

div.error-box div.error-right {
	float: left; 
}

/******* card *********/

.mb-card-control {
    
}

.mb-card-header {
    padding: 5px;
}

.mb-card-content {
    padding: 10px;
    overflow: auto;    
}

.mb-card-content table th {
/*    width: 400px;*/
}

.mb-card-content table th.caption {
    width: 200px;
}

/******* /card *********/

/******* form *********/

.mb-box-header {
    padding: 5px 5px 0;
}

.mb-box-content {
    padding: 10px;
    overflow: auto;
}

.mb-form-header {
    padding: 10px;
    padding-right: 0;
    border-right: none !important;
}

.mb-form-tabs {
    padding: 10px 0 0;
    float: left;
    clear: both;
}

.mb-form-tabs .mb-button {
    margin-top: 2px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mb-form-content {
    /*padding: 10px;
    overflow: auto;*/
}

.mb-form-header,
.mb-form-content {
    /*float: left;*/
}

form.standard-form {

}

form.standard-form div.element-container {
}

form.standard-form div.element-container fieldset {
	margin: 0 0 10px 0;
	padding: 10px;
    /*border: 1px solid #bbb;*/
}

form.standard-form div.element-container fieldset legend {
    padding: 5px 10px;
    border: 1px solid #bbb;
}

form.standard-form div.element-container fieldset.element-fieldset {
}

form.standard-form div.element-container fieldset.element-fieldset-bottom {
}

form.standard-form div.element-container fieldset.element-fieldset table.element-group,
form.standard-form div.element-container fieldset.element-fieldset table.element-group td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

form.standard-form div.element-container fieldset.element-fieldset table.element-group {
    width: 100%;
    clear: both;
}

form.standard-form div.element-container fieldset.element-fieldset table.element-group tr.element-form {
}

form.standard-form div.element-container fieldset.element-fieldset table.element-group td {
	padding: 8px 5px;
    border-bottom: 1px solid #ddd;
}

form.standard-form div.element-container fieldset.element-fieldset table.element-group td.element-label {
	width: 150px;
    vertical-align: top;
}

form.standard-form div.element-container fieldset.element-fieldset table.element-group td.element-input {
	text-align: left;
}

div.element-input-container span.element-input-content input,
form.standard-form div.element-container fieldset.element-fieldset table.element-group td.element-input span.element-input-content input,
form.standard-form div.element-container fieldset.element-fieldset table.element-group td.element-input span.element-input-content select,
td.element-input span.element-input-content select {
	padding: 3px 5px;
	width: 250px;
	border: 1px solid #999;
}

form.standard-form div.element-container fieldset.element-fieldset table.element-group td.element-input span.element-input-content select {
    width: 350px;
}

form.standard-form div.element-container fieldset.element-fieldset table.element-group td.element-input span.element-input-content textarea {
    padding: 3px 5px;
    border: 1px solid #999;
    height: 200px;
}

form.standard-form div.element-container fieldset.element-fieldset table.element-group td.element-input span.element-input-content {
}

form.standard-form div.element-container fieldset.element-fieldset table.element-group td.element-input span.element-input-description {
}

form.standard-form div.element-container fieldset.element-fieldset table.element-group td.element-input div.errors {
}

form.standard-form div.element-container fieldset.element-fieldset-bottom div.element-group {
}

form.standard-form div.element-container fieldset.element-fieldset-bottom input {
    margin: 0 5px 0 0;
    min-width: 80px;
    min-height: 30px;
}

.mb-button,
.mb-button-inverse {
    padding: 3px 5px;
    cursor: pointer;
}

.mb-no-border {
    border: inherit !important;
}

.mb-lookup {
    padding: 0 0 0 2px;
    position: absolute;
    width: 16px;
    height: 16px;
    cursor: pointer !important;
}

#login-errors .error-box {
    width: 380px;
}

#login-btn input#submit {
    margin: 10px 0 0;
    width: 120px;
    height: 30px;
}

div.input-hidden-slider {
    margin: 5px 0;
    float: left;
    width: 200px;
}

div.input-slider-value {
    margin: 0 0 0 15px;
    padding: 3px 10px;
    float: left;
    border: 1px solid #94bef6;
}

/******* /form *********/


/************************/
/****** mb-Grid *********/
/************************/

div.mb-grid-control {
    font-size: 13px;
/*    width: 750px;*/
}

div.mb-grid-control div.mb-grid-top {
}

div.mb-grid-control div.mb-grid-top .mb-grid-menu {
    padding: 5px;
}

div.mb-grid-control div.mb-grid-pager {
    
}

div.mb-grid-control div.mb-grid-content {
    
}

div.mb-grid-control div.mb-grid-content div.mb-grid-header {
    
}

div.mb-grid-control div.mb-grid-content .mb-grid-data-header {
}

div.mb-grid-control div.mb-grid-content .mb-grid-data-header th {
	overflow: hidden;
}


div.mb-grid-control div.mb-grid-content div.mb-grid-data {
    overflow: auto;
}

.standard-list thead th {
	border-top: none;
	border-right: none;
    border-left: none;
}

.mb-grid-button,
.mb-grid-button-inverse {
    margin: 0 7px 0 0;
    float: left;
    font-size: 0.9em;
}

.mb-button-noleftpadding {
    padding-left: 0;
}

#filter-dialog fieldset {
    margin-bottom: 0;
}

div#filter-current {
    margin: 0 10px 0 0;
    padding: 0 10px;
    float: left;
    height: 22px;
    line-height: 22px;
    font-weight: normal;
}

table.standard-list,
table.standard-list td,
table.standard-list th {
	margin: 0;
    padding: 0;
    border-collapse: collapse;
}

table.standard-list {
    width: 100%;
}

table.standard-list tr {
}

table.standard-list thead {
}


table.standard-list tr.selected td {
    /*background: #94bef6;*/
}

table.standard-list th,
table.standard-list td {
    padding: 5px;
}

table.standard-list th {
}

table.standard-list td {
	border: 1px solid #a6c9e2;
	vertical-align: top;
}

table.standard-list td.selector {
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    cursor: pointer;
}

table.standard-list td.no-border {
    border: none;
}

.tr-drag td {
    background: #000 !important;
    color: #fff;
}

.td-menu-header {
    font-size: 1.2em;
}

th.sort-header {
    cursor: pointer;
}

th.sort-header div.sortable {
}

th.col-highlight div.iconasc {
}

th.col-highlight div.icondesc {
}

th .data-number,
th .data-currency,
th .data-float,
th .data-percent,
th .data-rating {
    text-align: right;
}

th .data-text,
th .data-enum,
th .data-date,
th .data-time,
th .data-boolean {
    text-align: left;
}

td.data-number,
td.data-currency,
td.data-vatamount,
td.data-float,
td.data-percent,
td.data-rating {
	text-align: right;
}

td.data-text,
td.data-enum {
	text-align: left;
}

th .data-date,
th .data-time,
th .data-boolean,
td.data-date,
td.data-receipt-date,
td.data-time,
td.data-boolean {
	text-align: center;
}

.pager-control {
    border-top: none;
}

div.page-control {
    padding: 0px;
}

div.page-control div.page-list {
    margin: 0 auto;
    text-align: center;
}

div.page-control span.disabled {
}

div.page-list span {
    float: left;
}

div.page-list span.pager-elem,
div.page-list span.pager-elem a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    font-size: 0.8em !important;
}

div.page-list span.page-active {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    cursor: default !important;
    font-size: 0.8em !important;
}

span.page-of-total {
    float: right !important;
    padding: 0 5px;
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 0.8em;
    text-decoration: underline; 
}

/************************/
/****** /mb-Grid ********/
/************************/

/**
 *    Basic Layout Theme
 * 
 *    This theme uses the default layout class-names for all classes
 *    Add any 'custom class-names', from options: paneClass, resizerClass, togglerClass
 */

.ui-layout-pane { /* all 'panes' */ 
    background: #FFF; 
    border: 0px solid #BBB; 
    overflow: auto;
} 

.ui-layout-resizer { /* all 'resizer-bars' */ 
    background: #fbec88;
    border-right: 1px solid #94bef6;
    border-left: 1px solid #94bef6;
} 

ui-layout-resizer-closed {
    background: #fbec88;    
}

.ui-layout-toggler { /* all 'toggler-buttons' */ 
/*  background-image: url('/skins/default/admin/images/ui-paneg-resizer.png');
    background: #444; */
}

.ui-layout-west {
    padding: 0;
}

.ui-selecting { background: #FECA40; }
.ui-selected { background: #F39814 !important; color: white !important; }

div.fieldset {
    border:  1px solid #afe14c;
    margin: 10px 0;
    padding: 20px 10px;
}
div.fieldset span.legend {
    position: relative;
    background-color: #FFF;
    padding: 3px;
    top: -30px;
    font: 700 14px Arial, Helvetica, sans-serif;
    color: #73b304;
}

div.flash {
    width: 375px;
    margin: 10px 5px;
    border-color: #D9E4FF;

    -moz-border-radius-topleft : 5px;
    -webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}

.progressWrapper {
    width: 357px;
    overflow: hidden;
}

.progressContainer {
    margin: 5px;
    padding: 4px;
    border: solid 1px #E8E8E8;
    background-color: #F7F7F7;
    overflow: hidden;
}
/* Message */
.message {
    margin: 1em 0;
    padding: 10px 20px;
    border: solid 1px #FFDD99;
    background-color: #FFFFCC;
    overflow: hidden;
}
/* Error */
.red {
    border: solid 1px #B50000;
    background-color: #FFEBEB;
}

/* Current */
.green {
    border: solid 1px #DDF0DD;
    background-color: #EBFFEB;
}

/* Complete */
.blue {
    border: solid 1px #CEE2F2;
    background-color: #F0F5FF;
}

.progressName {
    font-size: 8pt;
    font-weight: 700;
    color: #555;
    width: 323px;
    height: 14px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
    font-size: 0;
    width: 0%;
    height: 2px;
    background-color: blue;
    margin-top: 2px;
}

.progressBarComplete {
    width: 100%;
    background-color: green;
    visibility: hidden;
}

.progressBarError {
    width: 100%;
    background-color: red;
    visibility: hidden;
}

.progressBarStatus {
    margin-top: 2px;
    width: 337px;
    font-size: 7pt;
    font-family: Arial;
    text-align: left;
    white-space: nowrap;
}

a.progressCancel {
    font-size: 0;
    display: block;
    height: 14px;
    width: 14px;
    background-image: url(../images/admin/cancelbutton.gif);
    background-repeat: no-repeat;
    background-position: -14px 0px;
    float: right;
}

a.progressCancel:hover {
    background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
    vertical-align: top;
}

div.mb-no-image {
    width: 60px;
    height: 32px;
    background: url(./images/admin/no_image.jpg) no-repeat;
}

td.data-image {
    width: 180px !important;
}

td.Picture img,
.data-image img,
#company-manage-grid td.Picture img,
#product-itemvariant-grid td.Picture img,
#company-store-grid td.Picture img {
    max-width: 100px;
}

.big-menu-item {
    margin: 0 0 10px 10px;
    float: left;
    display: block;
    text-align: center;
}

.big-menu-item a, 
.big-menu-item a:link,
.big-menu-item a:visited {
    display: block;
    width: 156px;
    height: 96px;
    border: 1px solid #bbb;
    color: #fff;
    font-weight: bold;
    background: url(./images/admin/big-menu-item-dark.png) center center no-repeat;
}

.big-menu-item a:active,
.big-menu-item a:hover {
    text-decoration: none;
    background: url(./images/admin/big-menu-item.png) center center no-repeat;
}

.big-menu-list {
}

.cke_skin_kama .cke_top,
.cke_skin_kama .cke_bottom {
    margin:0;
    padding:0 !important;
}

div.cke_dialog_body table.cke_dialog_contents
{
   width: 445px;
}

/** Web Overview **/
#domain-menu-edit {
    padding: 10px;
}

#domain-menu-edit span {
    margin: 0 5px 0 0;
    padding: 0 5px;
}

.domain-menu,
.report-menu,
.page-editor-elem,
.campaign-editor-elem {
    margin: 0 10px 10px 0;
    float: left;
    width: 185px;
    cursor: pointer;
}

.campaign-editor-elem {
	width: 220px;
}

.file-editor-elem {
    margin: 2px 0;
}

.scheduler-editor-elem {
    margin: 10px 0 0;
}

.page-editor-elem {
	width: 300px;
}

.page-elem-title,
.campaign-elem-title {
	width: 250px;
	white-space	: nowrap;
	overflow: hidden;
}

.campaign-elem-title {
	width: 200px;
}

.domain-menu-header {
    padding: 3px;
}

.domain-menu-content,
.campaign-elem-content {
    padding: 5px;
}

.campaign-elem-content {
	height: 100px;
	overflow: hidden;
}

.page-elem-content {
	padding: 10px;
	width: 278px;
	height: 350px;
	overflow: hidden;
}

.domain-edit {
    margin: 0 0 10px;
}

.domain-edit .domain-menu-header,
.domain-edit .domain-menu-header {
    padding: 5px;
}

.domain-menu .domain-menu-content,
.report-menu .domain-menu-content {
    min-height: 128px;
}

.file-elem-content {
    padding: 3px;
    width: 500px;
}

.page-elem-content {
	min-height: 50px;
}

.page-elem-link {
	margin: 0 0 0 10px;
	padding: 3px;
	width: 65px;
	float: left;
}

.page-elem-btns {
	padding: 5px;
}

.schedule-day {
    padding: 10px;
}

#domain-menu-page {
    background: url('./images/admin/web_pages.png') center top no-repeat;
}

#domain-menu-content {
    background: url('./images/admin/web_contents.png') center top no-repeat;
}

#domain-menu-contentcat {
    background: url('./images/admin/web_cat.png') center top no-repeat;
}

#domain-menu-block {
    background: url('./images/admin/web_block.png') center top no-repeat;
}

#domain-menu-menu {
    background: url('./images/admin/web_menu.png') center top no-repeat;
}

#domain-menu-emails {
    background: url('./images/admin/web_email.png') center top no-repeat;
}

#domain-menu-sitemap {
    background: url('./images/admin/web_sitemap.png') center top no-repeat;
}

#domain-menu-sitemapcreate {
    background: url('./images/admin/web_sitemapcreate.png') center top no-repeat;
}

#domain-menu-popup {
    background: url('./images/admin/web_popup.png') center top no-repeat;
}

.blockpage-main-layout,
.block-main-layout {
    margin:  0 auto;
    float: left;
    min-height: 100px;
}

.block-menu {
    margin: 0 0 10px;
}

.blockpage-domain-header,
.block-domain-header {
    margin: 0 0 10px;
    padding: 0 5px;
    height: 20px;
    text-align: center;
}

.blockpage-main-center,
.block-main-center {
    margin: 0 10px;
    padding: 10px;
    float: left;
    width: 250px;
    text-align: center;
    font-size: 2em;
}

.blockpage-main-left,
.block-main-left {
    padding: 10px;
    max-width: 220px;
    min-width: 220px;
    float: left;
    border: 1px solid #ccc;
    overflow: auto;
}

.blockpage-main-right,
.block-main-right {
    padding: 10px;
    max-width: 220px;
    min-width: 220px;
    float: left;
    border: 1px solid #ccc;
    overflow: auto;
}

.mb-button-leftpadding {
    margin: 0 0 0 5px;
}


.mb-input-multi,
#Companies, select#Subscriptions {
    /*width: 600px !important;
    height: 200px;*/
}

.picture-upload {
}

.ui-sortable-placeholder { 
    border: 1px dotted black; 
    visibility: visible !important; 
    height: 100px !important; 
    background: #FBEC88;
}

.blockpage-main-layout .domain-menu-header,
.block-main-layout .domain-menu-header {
    cursor: move;
}

.block-main-north {
    margin: 10px 0 0;
}

td.rowhead {
    width: 12%;
    font-weight: bold;
}

#sales-header-form #Requested_Delivery_Date,
#sales-header-form #Shipment_Method_Code,
#sales-header-form #Ship_To_Address_Code {
    background: #ffff24;
}

#sales-header-form #Ship_To_Address_Code {
    width: 500px;
}

#sales-line-form #Type,
#sales-line-form #No,
#sales-line-form #Quantity,
#sales-line-form #Line_Discount_Percent {
    background: #ffff24;
}

.ui-autocomplete {
    max-height: 300px !important;
    min-width: 500px !important;
    overflow: auto;
}

.order-summary {
    margin: 0 0 10px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #fafbfd url(./images/admin/front-recent-order.png) left -30px repeat-x;
}

.order-summary-header {
    margin: 0 0 10px;
    padding: 0 0 5px;
    border-bottom: 1px solid #a6c9e2;
}

.order-summary-recent {
    float: left;    
    font-size: 1.3em;
    color: #1D5987;
    font-weight: bold;    
}

.order-summary-viewall {
    float: right;
    vertical-align: baseline;
}

.order-recent-list {
    width: 100%;
    border-collapse: collapse;
}

.order-recent-list td,
.order-recent-list th {
    padding: 5px;
    text-align: left;
    border: 1px solid #a6c9e2;
    border-collapse: collapse;
}

.order-recent-list th {
    border-bottom: 2px solid #a6c9e2;
}

.account-informations td {
    padding: 0 10px 10px;
    vertical-align: top;
    border: none !important;
}

.account-info-box {
    
}

.account-info-box .account-info-header {
    margin: 0 0 3px;
    padding: 0 0 3px;
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.account-info-box .account-info-content {
    
}

.account-info-box .account-info-content div {
    padding: 2px 0;
}

.element-button {
    clear: both;
}

.element-input textarea {
    padding: 3px;
    border: 1px solid #ccc;
}

#order-progressbar-container {
    position: absolute;
    z-index: 1000;
}

#order-progressbar {
    padding: 33px 5px 5px;
    width: 130px;
    text-align: center;
    border: 1px solid #79B7E7;
    background: url(./images/admin/ajax-loader-front.gif) center 3px no-repeat;
}

td.no-border table {
}

.input-side-desc {
    float: left;
    padding: 3px;
}

#report-menu-open {
    background: url('./images/admin/open_entries.png') center top no-repeat;
}

#report-menu-sales {
    background: url('./images/admin/sales_stat.png') center top no-repeat;
}

#report-menu-invoice {
    background: url('./images/admin/invoice.jpg') center top no-repeat;
}


/*!
* jquery.fixheadertable
*
* Copyright (c) 2010 Benjamin Léouzon
* http://www.tablefixedheader.com/
*
* Licensed under MIT
* http://www.opensource.org/licenses/mit-license.php
* 
* http://docs.jquery.com/Plugins/Authoring
* jQuery authoring guidelines
*
* Launch  : August 2010
* Version : 1.0
*/

/* CALCULATE SCROLLBAR WIDTH */

p.t_fixed_header_scroll_inner {
	width			: 100%;
	height			: 200px;
}

div.t_fixed_header_scroll_outer {
	top 			: 0;
	left 			: 0;
	visibility 		: hidden;
	width 			: 200px;
	height 		: 150px;
	overflow 		: hidden;
}

/* BASE */

div.t_fixed_header {
	position		: relative;
	margin 		: 0; 
}

div.t_fixed_header * {
	/*position		: relative;
	margin			: 0;
	padding		: 0;*/
}

div.t_fixed_header table {
	width			: 100%;
	table-layout 	: fixed;
	empty-cells 	: show;
	border-collapse : collapse;
}

div.t_fixed_header table.headtable td.fillScrollbar {
	font-size		: 0px;
	-o-text-overflow: inherit; /* IE TRAFF */
	text-overflow 	: inherit; /* IE TRAFF */
}

div.t_fixed_header tr th, div.t_fixed_header tr td {
	/*overflow		: hidden;*/
	/*white-space	: nowrap;*/	
	-o-text-overflow: ellipsis;
	text-overflow 	: ellipsis;
}

div.t_fixed_header.t_fixed_header_wrap tr th, div.t_fixed_header.t_fixed_header_wrap tr td {
	white-space	: normal;
}

div.t_fixed_header_nowrap tr th, div.t_fixed_header_nowrap tr td {
	/*white-space	: nowrap;*/
}

div.t_fixed_header table tr td div.body {
	padding		: 0;
	width			: 100%;
}

.mb-icon-excel {
    padding-left: 3px !important;
    background-image: url(./images/admin/excel.png) !important;
    background-repeat: no-repeat !important;
    background-position: 3px 0 !important;
}

.mb-icon-pdf {
    padding-left: 3px !important;
    background-image: url(./images/admin/adobe_pdf_icon.png) !important;
    background-repeat: no-repeat !important;
    background-position: 3px 0 !important;
}

.mb-stat-block {
    margin: 0 0 10px;
}

.mb-stat-block-header {
    padding: 3px;
}

.mb-stat-block-content {
    padding: 3px;
    border-top: 0 !important;
}

.mb-stat-table-td {
    text-align: right;
    font-weight: bold;
    font-size: 1.1em;
}

#timesheet-entry-form input#Description,
#timesheet-task-form input#Description {
    /*width: 400px;*/
}

.timesheet-dash-indicator {
    padding: 3px 8px;
    color: #fff; 
    text-align: right; 
    background: #3C78B5; 
}

#dash-input-year {
    width: 70px;
}

#dash-input-month {
    width: 100px;
}

/*!
* jquery.fixheadertable
*
* Copyright (c) 2010 Benjamin Léouzon
* http://www.tablefixedheader.com/
*
* Licensed under MIT
* http://www.opensource.org/licenses/mit-license.php
*
* Launch  : December 2010
* Version : 2.0
*/

/* CALCULATE SCROLLBAR WIDTH */

p.t_fixed_header_scroll_inner {
	width			: 100%;
	height			: 200px;
}

div.t_fixed_header_scroll_outer {
	top 			: 0;
	left 			: 0;
	visibility 		: hidden;
	width 			: 200px;
	height 			: 150px;
	overflow 		: hidden;
}

/* BASE */

div.t_fixed_header {
	position		: relative;
	margin 			: 0; 
	width			: 100%;
}

/*div.t_fixed_header * {
	margin			: 0;
	padding			: 0;
}*/

div.t_fixed_header table.head {
	position		: relative;	
}

div.t_fixed_header table {
	width			: 100%;
	table-layout 	: fixed;
	empty-cells 	: show;
	border-collapse	: collapse;
	border-spacing	: 0;
}

div.t_fixed_header table.headtable td.fillScrollbar {
	font-size		: 0px;
	-o-text-overflow: inherit; /* IE TRAFF */
	text-overflow 	: inherit; /* IE TRAFF */
}

div.t_fixed_header tr th, div.t_fixed_header tr td {
	overflow		: visible;
	/*white-space		: nowrap;*/
	/*-o-text-overflow: ellipsis;
	text-overflow 	: ellipsis;*/
}

div.t_fixed_header.t_fixed_header_wrap tr th, div.t_fixed_header.t_fixed_header_wrap tr td {
	white-space		: normal;
}

div.t_fixed_header div.body {
	padding			: 0;
	width			: 100%;
	overflow-x		: auto;
}

div.t_fixed_header_main_wrapper {
	position 		: relative; 
	overflow 		: hidden; 
}

div.t_fixed_header_main_wrapper_child {
	position 		: relative; 
	width 			: 100% 
}

/* BASE THEME : UI */

div.t_fixed_header_main_wrapper.ui {
	border-width 	: 0px 1px 1px 0px;
	border-style 	: none;
}

div.t_fixed_header_main_wrapper.ui  div.t_fixed_header_caption {
	text-align		: center;
	font-weight		: bold;
	padding			: 0 5px;
	height			: 30px;
	line-height		: 30px;
	border-width 	: 0 0 1px 0;
	border-style 	: none;
}

div.t_fixed_header_main_wrapper.ui  div.t_fixed_header_caption.toggle {
	border-width 	: 0;	
}

div.t_fixed_header div.headtable {
	border			: 0;	
	overflow-x		: hidden;
    overflow-y		: auto;
}

div.t_fixed_header.ui .body {
	border-width 	: 0px 0 0 1px;
	border-style 	: none;
	/*background-image : none;*/
}

div.t_fixed_header.ui .headtable .hover {
	cursor			: pointer;
	height			: 16px;
}

div.t_fixed_header.ui .headtable th span.ui-resize {
	background		: transparent;
	cursor			: col-resize;
	display			: inline;
	float			: right;
	height			: 20px;
	margin			: -3px -5px -5px 0;
	width			: 5px;
	z-index			: 10000;
}

div.t_fixed_header.ui div.ui-resize-ghost {
	display 		: none; 
	position 		: absolute; 
	top 			: 0; 
	width 			: 2px; 
	border			: none;
}

div.t_fixed_header.ui .body tr {
	border			: 0px !important;
}

div.t_fixed_header.ui .body td {
	/*padding			: 5px;*/
	/*line-height		: 15px;*/
}

div.t_fixed_header.ui .body tr td {
	/*border-width 	: 0 1px 1px 0;
	border-style 	: solid;
	background		: none;*/
    vertical-align: middle;
}

div.t_fixed_header.ui .body tr:last-child td {
	border-bottom-width : 0px;
}

div.t_fixed_header.ui.default .headtable th:last-child, div.t_fixed_header.ui.default .body td:last-child  {
	border-right-width : 0px;
}

div.t_fixed_header.ui .body td.last_td, div.t_fixed_header.ui .headtable th.last_td {
	border-right-width : 0px;
}

div.t_fixed_header_main_wrapper.ui div.pager {
	border-width	: 0 0 0 0;
	padding			: 4px 2px 2px 3px;
	overflow		: hidden;
	background-image: none;
}

div.t_fixed_header_main_wrapper.ui div.pager .button {
	float			: right;
	padding			: 4px 0;
	cursor			: pointer;
}

div.t_fixed_header_main_wrapper.ui div.pager .button.noborder {
	border-right-width : 0px;
}

div.t_fixed_header_main_wrapper.ui div.pager .button span {
	margin			: 0 4px;
}

div.t_fixed_header_main_wrapper.ui div.pager div.page_infos {
	height			: 27px;
	line-height		: 27px;
	float			: right;
	margin-right	: 10px;
	font-weight		: normal;
}

#websvn-iframe {
	border: none;
}

/* Label-designer + */
#label-designer {
	
}

#label-design-area {
	float: left;
}

#label-fields {
	margin: 0 0 0 20px; 
	float: left;
	min-width: 200px;
	height: 400px;
	overflow: auto;
}

#label-fields div#field-header,
#label-fields div#field-box {
	padding: 5px;
}

.field-button {
	padding: 3px;
}

#label-design-area .field-button {
	float: left;
}

#field-box .field-button {
	margin-bottom: 10px;	
} 


#label-menu-label {
    background: url('./images/admin/label_designer.png') center top no-repeat;
}

#label-menu-print {
    background: url('./images/admin/label_printer.jpg') center top no-repeat;
}

#label-menu-group {
    background: url('./images/admin/label_group.jpg') center top no-repeat;
}

/* Label-designer - */


/** page designer **/

#page-designer-container {
    
}

#page-designer-container .page-designer-section {
    margin: 10px;
    padding: 5px;
    border: 1px solid #ddd;
    min-height: 0px;
}

#page-designer-center .page-designer-section {
    float: left;
}

.page-designer-section .toolbar {
    height: 25px;
    border-bottom: 1px solid #ddd;
}

.page-designer-section .column {
    margin: 5px 0 0;
    padding: 10px 0;
}

.page-designer-section .drop-area {
    background: #444;
}

.page-designer-section .column .cms-block {
    margin: 5px;
    background: #eee;
    min-width: 100px;
    min-height: 100px;
}

#page-designer-container #section-top {
    width: 864px;
}

#page-designer-container #section-left {
    width: 200px;
}

#page-designer-container #section-center {
    width: 400px;
}

#page-designer-container #section-right {
    width: 200px;
}

#page-designer-container #section-bottom {
    width: 864px;
}

#section-bottom .cms-block {
    float: left;
    min-width: 100px;
}

/** page designer **/

#new-comment-form {
    margin: 10px 0;
}

.jqContext {
    /*color: #fff;
    background: #286090;
    padding: 5px;
    border-bottom: 1px solid #fff;*/
}

.jqContext li {
    cursor: pointer;
}

.contextHeader {
    /*padding: 3px;
    margin: 0 0 3px;
    border-bottom: 1px solid #fff;*/
}

.contextCaption {
    float: left;
    
}

.contextClose {
    float: right;
    width: 16px;
    height: 16px;
    cursor: pointer;
    /*background: url('./images/admin/dialog-close.png') center center no-repeat;*/
}

.settingMenu {
    cursor: pointer !important;
}

.item-picture-box-new,
.item-picture-box {
    margin: 10px;
    float: left;
    width: 150px;
    height: 180px;
}

.item-picture-box img {
    max-width: 150px;
    max-height: 150px;
}

.item-picture-box-new {
    padding: 30px 0 0;
    height: 120px;
}

.item-picture-box-new-bg {
    background: url('./images/admin/insert-image.png') center center no-repeat;
    width: 150px;
    height: 120px;
}

.box-toolbar {
    
}

.box-toolbar a {
    margin: 2px;
    padding: 3px;
    float: left;
    display: block;
    cursor: pointer;
}

.box-toolbar a.move {
    float: right;
}

#new-comment-form fieldset {
    border: none;
}

.cke_top {
    border-bottom: 1px solid #ddd !important;
}

.cke_bottom {
    border-top: 1px solid #ddd !important;
}

#mb-showmenu {
    margin: 5px 0 0;
}

.multi-form {
    
}

.multi-form .mb-form-tabs {
    min-width: 200px;
}

.multi-form .multi-form-item {
    margin: 10px 0;
}

.info-bubble {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #000000;
    position: absolute;
    text-align: justify;
    width: 400px;
}

.tr-task-state-highlight, .ui-widget-content .tr-task-state-highlight {
    background-color: rgba(245, 129, 33, 1);
    color: white;
}

.ui-state-hover .tr-task-state-highlight, .ui-widget-content .ui-state-hover .tr-task-state-highlight,
.ui-state-highlight .tr-task-state-highlight, .ui-widget-content .ui-state-highlight .tr-task-state-highlight {
    background-color: rgba(245, 129, 33, 0.5);
/*    color: black;*/
}

.tr-task-state-error, .ui-widget-content .tr-task-state-error {
    background-color: rgba(254,241,236, 1);
    color: #CD0A0A;
    font-weight: bold;
}

.ui-state-hover .tr-task-state-error, .ui-widget-content .ui-state-hover .tr-task-state-error,
.ui-state-highlight .tr-task-state-error, .ui-widget-content .ui-state-highlight .tr-task-state-error {
    background-color: rgba(254,241,236, 0.2);
}

table.mb-grid-data-table tr td.Open_Tasks {
    white-space: nowrap;
    width: 150px;
}

/** CKEDITOR Fix **/
div.element-input-container span.element-input-content input, form.standard-form div.element-container fieldset.element-fieldset table.element-group td.element-input span.element-input-content input[type=image]
{
    width: auto;
    border: 0px none;
    padding: 0px;
}

form.standard-form div.element-container fieldset.element-fieldset table.element-group td.element-input span.element-input-content #cke_Content select
{
    border: 0px none;
    width: auto;
}

.dropdown-menu.multi-level li {
    margin-left: 0;
}

.dropdown-menu.multi-level li ul {
    margin: 0;
    padding: 0;
}

.dropdown-menu.multi-level li ul li {
    list-style: none;
}

.dropdown-menu.multi-level li ul li > a {
    display: block;
    text-decoration: none;
    padding: 3px 10px 3px 30px;
    color: #262626;
}

@media (max-width: 767px) {
    .dropdown-menu.multi-level li ul li > a {
        color: #777;
        padding-left: 40px;
    }
}

.dropdown-menu.multi-level li ul li > a:hover,
.dropdown-menu.multi-level li ul li > a:active {
    background: #f5f5f5;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.form-group {
}

.form-group label {
    padding: 5px 0;
}

#page-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.nav>li>a {
    padding-left: 10px;
    padding-right: 10px;
}


.k-widget.k-datepicker {
    display: block;
    width: 100%;
}

.k-widget.k-dropdown,
.k-autocomplete,
.k-datepicker,
.k-datetimepicker,
.k-numerictextbox {
    width: 100%;
}

.mb-grid-data table th {
    padding: 5px;
}

.mb-grid-data table th,
.mb-grid-data table td{
    border-collapse: collapse;
    border: 0;
    border-bottom: 1px solid #ccc;
}





/* 
   Plupload
------------------------------------------------------------------- */

.plupload_button {
    display: -moz-inline-box; /* FF < 3*/
    display: inline-block;
    font: normal 12px sans-serif;
    text-decoration: none;
    color: #42454a;
    border: 1px solid #bababa;
    padding: 2px 8px 3px 20px;
    margin-right: 4px;
    background: #f3f3f3 url('./images/plupload/buttons.png') no-repeat 0 center;
    outline: 0;

    /* Optional rounded corners for browsers that support it */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.plupload_button:hover {
    color: #000;
    text-decoration: none;
}

.plupload_disabled, a.plupload_disabled:hover {
    color: #737373;
    border-color: #c5c5c5;
    background: #ededed url('./images/plupload/buttons-disabled.png') no-repeat 0 center;
    cursor: default;
}

.plupload_add {
    background-position: -181px center;
}

.plupload_wrapper {
    font: normal 11px Verdana,sans-serif;
    width: 100%;
}

.plupload_container {
    padding: 8px;
    background: url('./images/plupload/transp50.png');
    /*-moz-border-radius: 5px;*/
}

.plupload_container input {
    border: 1px solid #DDD;
    font: normal 11px Verdana,sans-serif;
    width: 98%;
}

.plupload_header {background: #2A2C2E url('./images/plupload/backgrounds.gif') repeat-x;}
.plupload_header_content {
    background: url('./images/plupload/backgrounds.gif') no-repeat 0 -317px;
    min-height: 56px;
    padding-left: 60px;
    color: #FFF;
}
.plupload_header_title {
    font: normal 18px sans-serif;
    padding: 6px 0 3px;
}
.plupload_header_text {
    font: normal 12px sans-serif;
}

.plupload_filelist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.plupload_scroll .plupload_filelist {
    height: 185px;
    background: #F5F5F5;
    overflow-y: scroll;
}

.plupload_filelist li {
    padding: 10px 8px;
    background: #F5F5F5 url('./images/plupload/backgrounds.gif') repeat-x 0 -156px;
    border-bottom: 1px solid #DDD;
}

.plupload_filelist_header, .plupload_filelist_footer {
    background: #DFDFDF;
    padding: 8px 8px;
    color: #42454A;
}
.plupload_filelist_header {    
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #CDCDCD;
}

.plupload_filelist_footer {border-top: 1px solid #FFF; height: 22px; line-height: 20px; vertical-align: middle;}
.plupload_file_name {float: left; overflow: hidden}
.plupload_file_status {color: #777;}
.plupload_file_status span {color: #42454A;}
.plupload_file_size, .plupload_file_status, .plupload_progress {
    float: right;
    width: 80px;
}
.plupload_file_size, .plupload_file_status, .plupload_file_action {text-align: right;}

.plupload_filelist .plupload_file_name {width: 205px}

.plupload_file_action {
    float: right;
    width: 16px;
    height: 16px;
    margin-left: 15px;
}

.plupload_file_action * {
    display: none;
    width: 16px;
    height: 16px;
}

li.plupload_uploading {background: #ECF3DC url('./images/plupload/backgrounds.gif') repeat-x 0 -238px;}
li.plupload_done {color:#AAA}

li.plupload_delete a {
    background: url('./images/plupload/delete.gif');
}

li.plupload_failed a {
    background: url('./images/plupload/error.gif');
    cursor: default;
}

li.plupload_done a {
    background: url('./images/plupload/done.gif');
    cursor: default;
}

.plupload_progress, .plupload_upload_status {
    display: none;
}

.plupload_progress_container {
    margin-top: 3px;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 1px;
}
.plupload_progress_bar {
    width: 0px;
    height: 7px;
    background: #CDEB8B;
}

.plupload_scroll .plupload_filelist_header .plupload_file_action, .plupload_scroll .plupload_filelist_footer .plupload_file_action {
    margin-right: 17px;
}

/* Floats */

.plupload_clear,.plupload_clearer {clear: both;}
.plupload_clearer, .plupload_progress_bar {
    display: block;
    font-size: 0;
    line-height: 0;    
}

li.plupload_droptext {
    background: transparent;
    text-align: center;
    vertical-align: middle;
    border: 0;
    line-height: 165px;
}

.jq-ry-container{position:relative;padding:0 5px;line-height:0;display:block;cursor:pointer;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.jq-ry-container[readonly=readonly]{cursor:default}.jq-ry-container>.jq-ry-group-wrapper{position:relative;width:100%}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group{position:relative;line-height:0;z-index:10;white-space:nowrap}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg{display:inline-block}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group{width:100%}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group{width:0;z-index:11;position:absolute;top:0;left:0;overflow:hidden}


.bg-primary-dark {
    background-color: #3e4a59 !important;
}



input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    width: 100%;
    position: relative;
    border: none;
    margin-bottom: -4px;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}
input[type="checkbox"]:focus,
.checkbox input[type="checkbox"]:focus,
.checkbox-inline input[type="checkbox"]:focus {
    outline: none;
}
input[type="checkbox"]:focus:after,
.checkbox input[type="checkbox"]:focus:after,
.checkbox-inline input[type="checkbox"]:focus:after {
    border-color: #337ab7;
}
input[type="checkbox"]:after,
.checkbox input[type="checkbox"]:after,
.checkbox-inline input[type="checkbox"]:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -2px;
    margin-right: 5px;
    border: 2px solid rgb(204,204,204);
    border-radius: 4px;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
}
input[type="checkbox"]:checked:before,
.checkbox input[type="checkbox"]:checked:before,
.checkbox-inline input[type="checkbox"]:checked:before {
    content: "";
    position: absolute;
    top: 0;
    left: 6px;
    display: table;
    width: 6px;
    height: 12px;
    border: 2px solid #fff;
    border-top-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
input[type="checkbox"]:checked:after,
.checkbox input[type="checkbox"]:checked:after,
.checkbox-inline input[type="checkbox"]:checked:after {
    background-color: #337ab7;
    border-color: #337ab7;
}
input[type="checkbox"]:disabled:after,
.checkbox input[type="checkbox"]:disabled:after,
.checkbox-inline input[type="checkbox"]:disabled:after {
    border-color: #bbbbbb;
}
input[type="checkbox"]:disabled:checked:after,
.checkbox input[type="checkbox"]:disabled:checked:after,
.checkbox-inline input[type="checkbox"]:disabled:checked:after {
    background-color: #bbbbbb;
    border-color: transparent;
}

.dashboard-legend {
    font-size: 1.2em;
    margin: 0 0 0 10px;
}

@media screen and (max-width: 767px) {
    .dashboard-legend {
        font-size: 1.2em;
        margin: 10px 0 0;
    }

    .nav-tabs>li {
        float: inherit;
    }

    .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
        border-bottom: 1px solid #ddd;
    }
}


.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content:" ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content:" ";
}
.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge.primary {
    background-color: #2e6da4 !important;
}
.timeline-badge.success {
    background-color: #3f903f !important;
}
.timeline-badge.warning {
    background-color: #f0ad4e !important;
}
.timeline-badge.danger {
    background-color: #d9534f !important;
}
.timeline-badge.info {
    background-color: #5bc0de !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-body > p, .timeline-body > ul {
    margin-bottom: 0;
}
.timeline-body > p + p {
    margin-top: 5px;
}

ul.timeline:before {
    left: 40px;
}

ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
}

ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
}

@media (max-width: 767px) {

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }
    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}

.timeline-panel .timeline-body {
    padding-top: 10px;
}

@media (max-width: 767px) {
    .task-detail-infos .col-sm-6 {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .task-detail-infos .col-sm-6.col-left {
        padding-left: 0;
    }

    .task-detail-infos .col-sm-6.col-right {
        padding-right: 0;
    }
}

.k-ff {
    overflow: inherit !important;
}