* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

body {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: inherit;
}

.close {
    float: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-shadow: inherit;
    filter: inherit;
    opacity: inherit;
}

.close:hover, .close:focus {
    color: inherit;
    text-decoration: inherit;
    cursor: inherit;
    filter: inherit;
    opacity: inherit;
}

table {
    border-collapse: separate;
    border-spacing: 0px;
}

.form-control {
	color: #222;
}

hr {
     margin-top: 0px;
     margin-bottom: 00px;
     border: 0;
     border-top: 1px solid #eee;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    display: none;
    content: " ";
}

/* Multiselect
----------------------------------*/

.ui-multiselect { border: solid 1px; font-size: 0.8em; }
.ui-multiselect ul { -moz-user-select: none; }
.ui-multiselect li { margin: 0; padding: 0; cursor: default; line-height: 20px; height: 20px; font-size: 11px; list-style: none; }
.ui-multiselect li a { color: #999; text-decoration: none; padding: 0; display: block; float: left; cursor: pointer;}
.ui-multiselect li.ui-draggable-dragging { padding-left: 10px; }

.ui-multiselect div.selected { position: relative; padding: 0; margin: 0; border: 0; float:left; }
.ui-multiselect ul.selected { position: relative; padding: 0; overflow: auto; overflow-x: hidden; background: #fff; margin: 0; list-style: none; border: 0; position: relative; width: 100%; }
.ui-multiselect ul.selected li { }

.ui-multiselect div.available { position: relative; padding: 0; margin: 0; border: 0; float:left; border-left: 1px solid; }
.ui-multiselect ul.available { position: relative; padding: 0; overflow: auto; overflow-x: hidden; background: #fff; margin: 0; list-style: none; border: 0; width: 100%; }
.ui-multiselect ul.available li { padding-left: 10px; }
 
.ui-multiselect .ui-state-default { border: none; margin-bottom: 1px; position: relative; padding-left: 20px;}
.ui-multiselect .ui-state-hover { border: none; }
.ui-multiselect .ui-widget-header {border: none; font-size: 11px; margin-bottom: 1px;}
 
.ui-multiselect .add-all { float: right; padding: 7px;}
.ui-multiselect .remove-all { float: right; padding: 7px;}
.ui-multiselect .search { float: left; padding: 4px;}
.ui-multiselect .count { float: left; padding: 7px;}

.ui-multiselect li span.ui-icon-arrowthick-2-n-s { position: absolute; left: 2px; }
.ui-multiselect li a.action { position: absolute; right: 2px; top: 2px; }
 
.ui-multiselect input.search { height: 14px; padding: 1px; opacity: 0.5; margin: 4px; width: 100px; }

/*
 * VERSION 2.1-SNAPSHOT
 * Original version: 1.0 © 2010 Andrew Valums ( andrew(at)valums.com )
 * Current Maintainer (2.0+): 2012, Ray Nicholus ( fineuploader(at)garstasio.com )
 *
 * Licensed under MIT license, GNU GPL 2 or later, GNU LGPL 2 or later, see license.txt.
 */
.qq-uploader {
	position: relative;
	width: 100%;
}
.qq-upload-button {
	display: block;
	/*or inline-block*/
	width: 105px;
	padding: 7px 0;
	text-align: center;
	background: #880000;
	border-bottom: 1px solid #DDD;
	color: #FFF;
}
.qq-upload-button-hover {
	background: #CC0000;
}
.qq-upload-button-focus {
	outline: 1px dotted #000000;
}
.qq-upload-drop-area, .qq-upload-extra-drop-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 30px;
	z-index: 2;
	background: #FF9797;
	text-align: center;
}
.qq-upload-drop-area span {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -8px;
	font-size: 16px;
}
.qq-upload-extra-drop-area {
	position: relative;
	margin-top: 50px;
	font-size: 16px;
	padding-top: 30px;
	height: 20px;
	min-height: 40px;
}
.qq-upload-drop-area-active {
	background: #FF7171;
}
.qq-upload-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.qq-upload-list li {
	margin: 0;
	padding: 9px;
	line-height: 15px;
	font-size: 16px;
	background-color: #FFF0BD;
}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text, .qq-upload-finished {
	margin-right: 12px;
}
.qq-upload-file {
}
.qq-upload-spinner {
	display: inline-block;
	background: url("../img/loading.gif");
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
}
.qq-upload-finished {
    display:none;
    width:15px;
    height:15px;
    vertical-align:text-bottom;
}
.qq-upload-size, .qq-upload-cancel {
	font-size: 12px;
	font-weight: normal;
}
.qq-upload-failed-text {
	display: none;
}
.qq-upload-failed-icon {
    display:none;
    width:15px;
    height:15px;
    vertical-align:text-bottom;
}
.qq-upload-fail .qq-upload-failed-text {
	display: inline;
}
.qq-upload-list li.qq-upload-success {
	background-color: #5DA30C;
	color: #FFFFFF;
}
.qq-upload-list li.qq-upload-fail {
	background-color: #D60000;
	color: #FFFFFF;
}


html {
    height: 100%;
}

body {
    font-size: 12px;
    font-family: verdana;
    /*	background-image: url(/img/bg.jpg);*/
    background-color: #bbbfc6;
    background-size: 100% 100%;
    padding: 0;
    margin: 0;
}

a:focus {
    outline: 0;
}

a {
    text-decoration: none;
}

a img {
    border: none;
    vertical-align: middle;
}

div.c {
    clear: both;
}

#loggedOn {
    /*	background-color: #BBBFC6;*/
    background-color: #2d2f2f;
    -moz-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
    padding: 4px 10px 0px 10px;
    border-left: 1px solid #A9A9AF;
    border-bottom: 1px solid #A9A9AF;
    float: left;
    height: 20px;
}

#topRightBox {
    position: absolute;
    top: 0px;
    right: 0px;
}

#loggedOn a {
    color: #cfcece;
    font-size: 10px;
    vertical-align: top;
    margin-left: 10px;
}

#loggedOn img {
    margin: 0 2px;
}

#loggedOn a:hover {
    background-color: #3a3264;
}

#mainCnt {
    margin: 0px 0px 0px 0px;
    min-width: 500px;
}

#tLogo {
    float: left;
    margin-left: 2px;
    margin-top: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 100%;
}

#tTabs {
    position: absolute;
    left: 108px;
    background-color: #BBBFC6;
    border-radius: 10px 10px 0 0;
    margin-top: 12px;
    border: 1px solid #A9A9AF;
    border-bottom: none;
    display: none;
}

#tTabs img {
    margin: 3px 6px;
}

#tMenu {
    white-space: nowrap;
    height: 35px;
    background: linear-gradient(#ccd8ff, #99b1ff) repeat scroll 0 0 #051831;
}

#tMenu .tabItem {
    margin-left: 2px;
    background-color: #BBBFC6;
    color: #eeeeee;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: inline-block;
    min-height: 29px;
    height: auto;
    width: 120px;
    text-align: left;
    vertical-align: top;
    margin-top: 5px;
    border-bottom: 1px solid #A9A9AF;
    font-size: 11px;
    color: #474C59;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    /*padding-bottom: 4px;*/
    position: relative;
    z-index: 10;
}

#tMenu a.tabItem:hover {
    background-color: #c2b7f6 !important;
    border-top: 1px solid #A9A9AF;
    border-left: 1px solid #A9A9AF;
    border-right: 1px solid #A9A9AF;
}

#tMenu a.act {
    background-color: #efefef;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #A9A9AF;
    border-left: 1px solid #A9A9AF;
    border-right: 1px solid #A9A9AF;
}

#tMenu a.act:hover {
    background-color: #efefef;
}

#tMenu span {
    display: inline-block;
    margin-top: 8px;
}

#tMenu span.title {
    max-width: 150px;
    text-overflow: ellipsis;
    padding-left: 5px;
}

#tMenu span.close {
    font-size: 13px;
    /*line-height: 13px;*/
    font-weight: bold;
    text-shadow: none;
    margin-top: 5px;
}

#tMenu .tabParentCnt {
    margin-left: 106px;
    position: absolute;
    margin-top: 0px;
    width: 70%;
    height: 35px;
}

#tMenu .tabParentLeft {
    width: 25px;
    height: 35px;
    float: left;
    /*background-color: #dddddd;*/
    background-image: url('/img/icons/toogle_left.png');
    cursor: hand;
    cursor: pointer;
}

#tMenu .tabParentRight {
    width: 25px;
    height: 35px;
    float: right;
    /*background-color: #dddddd;*/
    background-image: url('/img/icons/toogle_right.png');
    cursor: hand;
    cursor: pointer;
}

#tMenu .tabCnt {
    overflow: hidden;
    position: absolute;
    margin-left: 56px;
    border: 0px solid red;
}

#tMenu .tabgruped {
    display: none;
}

.groupcontent ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.groupcontent .grupingUl2 {
    padding-left: 15px;
}

.groupcontent li {
    padding-left: 5px;
    /*border-bottom: 1px dotted;*/
    position: relative;
}

.groupcontent li:nth-child(even) {
    background-color: #cfbfF6;
}

.groupcontent li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.groupcontent li:hover {
    background-color: #e2d7f6 !important;
    border-radius: 5px;
}

.groupcontent li .close {
    position: absolute;
    right: 2px;
    color: red;
    top: -2px;
    padding: 4px 3px 1px 3px;
    line-height: 8px;
    font-size: 17px !important;
}

.groupcontent li .close:hover {
    color: white;
    background: red;
    border-radius: 0.3em;
}

.tabItem:hover > .close {
    color: red;
}

.groupcontent li a span {
    height: 13px;
    line-height: 3px;
}

.groupcontent li a {
    color: #474C59;
    /*margin-left:3px;*/
}

.groupcontent .close {
    margin-right: 5px !important;
}

.groupcontent a:hover {
    background-color: inherit !important;
    border: inherit !important;;
}

.groupcontent {
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: -1px;
    background-color: #c2b7f6;
    position: relative;
    margin-left: -1px;
    z-index: 10;
    width: 160px;
    display: none;
    margin-top: 7px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    text-align: left;

}

.groupcontent a {
    padding: 0;
    margin: 0;
}

.groupcontent ul li span.close {
    padding-top: 2px;
}

div.dialogContent {
    margin: 0px;
    padding: 10px 0 10px 0;
    height: 95%;
}

#mMenu {
    position: absolute;
    margin-left: 1px;
    width: 130px;
    background-color: #bbbfc6;
    border-top: 1px solid #a9a9af;
}

.menuAutoHide {
    padding-top: 10px;
    border: 1px solid #A9A9AF !important;
    /*min-height: 200px;*/
    left: -133px;
    position: fixed !important;
    /*padding-bottom: 80px;*/
    top: 35px;
    z-index: 1000;
}

.menuAutoHideEle {
    border-radius: 0 10px 10px 0;
    border: 1px solid #A9A9AF;
    border-left: none;
    min-height: 150px;
    position: absolute;
    top: 20px;
    right: -21px;
    width: 20px;
    background-color: #ACBFFF;
    z-index: 10000;
}

.menuAutoHideEle .title {
    margin-left: 2px;
    color: #474C59;
    padding-bottom: 20px;
    letter-spacing: 5px;
    display: block;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word;
    margin-top: 20px;
    width: 20px;
}

.menuAutoHideEle .arrow {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: -4px;
    margin-left: 2px;
    margin-top: 5px;
    position: absolute;
    text-align: center;
    top: 0;
}

/*
#mMenu a:first-child {
        border-top-left-radius: 10px;
}

#mMenu a:last-child {
        border-bottom-left-radius: 10px;
        border-bottom: none;
}
*/

/*#mMenu .subCnt {
        width: 100px;
        background-color: #DADDDE;
        position: relative;
        border-right: 1px dotted #a9a9af;
        border-bottom: 1px solid #a9a9af;
}

#mMenu .itemsCnt {
        width: 100px;
        background-color: #bbbfc6;
        border-bottom: 1px solid #bbbfc6;
}
*/

#mMenu .subItems {
    display: none;
    text-align: center;
}

#mMenu .itemTitle {
    padding-bottom: 4px;
}

#mMenu div.act .subItems {
    background-color: #cccccc;
    display: block;
    border-top: 1px solid #dddddd;
    /*border-right: 1px solid #dddddd;*/
    /*margin-right: 2px;*/
    width: 100%;
}

#mMenu div.act .subItemsIcons {
    background-color: #aaaaaa;
}

#mMenu div.menuitem {
    /*margin-left: 5px;*/
    /*margin-right: 5px;*/
    border: 1px solid transparent;
}

#mMenu div.menuitem, #mMenu .subItems a {
    border-bottom: 1px dotted gray;
}

#mMenu div.menuitem:last-child, #mMenu .subItems a:last-child {
    border: 1px solid transparent;
}

#mMenu div.menuitem:hover {
    border: 1px solid #a9a9af;
    /*border-right: 1px solid transparent;*/
}

#mMenu a {
    display: block;
    text-align: center;
    /*	border-right: 1px solid #a9a9af;*/
    color: #474c59;
    font-size: 11px;
    font-decoration: none;
    text-shadow: 0 1px 0 #dddddd;
}

#mMenu a:hover {
    background-color: #c2b7f6;
}

#mMenu div.menuitem:first-child {
    border-top: 1px solid transparent;
}

#mMenu div.act {
    background-color: #efefef;
    border: 1px solid #a9a9af;
    /*border-right: 1px solid transparent;*/
}

#mMenu div.act:first-child {
    border-top: 1px solid transparent;
}

#mMenu a.subitemIcon {
    display: inline-block;
    width: 100%;
}

#mMenu .subsubitems {
    display: none;
}

.mContentMargin0 {
    margin-left: 0px !important;
}

.mContentMargin1 {
    margin-left: 130px !important;
}

.mContentMargin2 {
    margin-left: 20px !important;
}

#mContent {
    margin-left: 130px;
    background-color: #efefef;
    /*	border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
            box-shadow: 5px 5px 5px #000000;*/
    overflow: auto;
    border-left: 1px solid #a9a9af;
    border-top: 1px solid #a9a9af;
}

.toolbar_search {
    background: url("/img/search.png") no-repeat scroll left center transparent;
}

.toolbar_reset {
    background: url("/img/search_remove.png") no-repeat scroll left center transparent;
}

.toolbar_new {
    background: url("/img/icons/toolbar_new.png") no-repeat scroll left center transparent;
}

th.filtered {
    background-image: url('/css/images/wbg_filtered.gif') !important;
}

a.buttonL {
    border-radius: 1em 1em 1em 1em;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    text-align: center;
    border: 1px solid #CCCCCC;
    color: #222222;
    font-weight: bold;
    text-shadow: 0 1px 0 #dddddd;
    text-decoration: none;
    width: 300px;
    display: block;
    background-clip: padding-box;
    padding: 7px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    background-color: #efefef;
}

a.buttonL:hover {
    background-color: #c2b7f6;
}

a.buttonClassE {
    background: linear-gradient(#FFEFAA, #FFE155) repeat scroll 0 0 #FADB4E;
}

a.buttonClassE:hover {
    background: linear-gradient(#fff5ba, #fbdd52) repeat scroll 0 0 #fbe26f;
}

.formField {
    position: relative;
    margin-bottom: 8px;
}

.formField label.error {
    color: #ff3333;
    font-size: 11px;
}

.formField label.field {
    display: block;
    vertical-align: top;
}

.formField div.inputCnt {
    display: block;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
    border-radius: 0.6em 0.6em 0.6em 0.6em;
    border: 1px solid #AAAAAA;
    color: #333333;
    text-shadow: 0 1px 0 #FFFFFF;
    background-color: #f9f9f9;
    padding: 0 0.4em;
    position: relative;
}

.formField div.searchInputCnt {
    display: block;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
    border-radius: 0.6em 0.6em 0.6em 0.6em;
    border: 1px solid #AAAAAA;
    color: #333333;
    text-shadow: 0 1px 0 #FFFFFF;
    background-color: #f9f9f9;
    padding: 0 0.4em;
    position: relative;
    height: 20px;
    width: 200px;
}

.inputCnt > .close, .gridEditable-wrap .close {
    /*position: absolute;*/
    /*top: 4px;*/
    /*right: 3px;*/
    margin: 0 1px 0 5px;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer !important;
    color: #f00;
    font-size: 18px;
    line-height: 15px;
    font-weight: bold;
    display: inline-block;
}

.inputCnt .close:hover {
    background: #FF0000;
    color: #FFFFFF;
}

.searchInputCnt > .close, .gridEditable-wrap .close {
    margin: 0 1px 0 5px;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer !important;
    color: #f00;
    font-size: 18px;
    line-height: 15px;
    font-weight: bold;
    display: inline-block;
}

.searchInputCnt .close:hover {
    background: #FF0000;
    color: #FFFFFF;
}

.fieldError div.inputCnt {
    border-color: #ff9999;
    background-color: #ffeeee;
}

.formFieldReadOnly label, .formField label {
    font-weight: bold;
}

.formFieldReadOnly div.inputCnt {
    background: none;
    border: none;
    box-shadow: none;
    padding-left: 7px;
    padding-bottom: 2px;
}

.formFieldReadOnly div.inputValue {
    padding: 0.4em 0;
    font-size: 13px;
}

div.inputValue a, div.inputValue.clickable, div.inputValue .clickable, div.flexigrid a[data-clickable] {
    color: #468F4B;
    text-shadow: 0 1px 0 #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

div.inputValue.clickable, div.inputValue .clickable {
    display: table;
}

div.inputValue a, div.inputValue.clickable {
    padding: 0.4em 0;
    font-size: 13px;
}

div.inputValue a {
    margin-left: 8px;
}

.formField input.text, .formField textarea.text {
    width: 100%;
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    padding: 0.4em 0;
}

.formField textarea.text {
    overflow: hidden;
}

.formField input.search {
    padding-left: 20px;
    background-image: url('/img/search.png');
    background-repeat: no-repeat;
    background-position: left center;
}

.formField select {
    background-color: transparent;
    border: 0;
    width: 100%;
    padding: 0.4em 0;
}

.formField div.radioCnt {
    vertical-align: middle;
    display: inline-block;
    text-shadow: 0 1px 0 #FFFFFF;
    color: #333333;
    border-radius: 0.6em 0.6em 0.6em 0.6em;

}

.formField div.radioCnt div.item {
    position: relative;
    float: left;
    z-index: 1;
    margin: 0;
    text-shadow: 0 1px 0 #FFFFFF;
    color: #333333;
    border-radius: inherit;
}

.formField div.radioCnt div.item label {
    margin: 0;
    text-align: 2;
    z-index: 2;
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0;
    color: #222222;
    text-shadow: 0 1px 0 #FFFFFF;
    border: 1px solid #cccccc;
    border-radius: 0;
    background: linear-gradient(#FFFFFF, #F1F1F1) repeat scroll 0 0 #EEEEEE;
}

.formField div.radioCnt div.item label:hover {
    background: linear-gradient(#F6F6F6, #E0E0E0) repeat scroll 0 0 #DFDFDF;
}

.formField div.radioCnt div.item label.act {
    background: linear-gradient(#5393C5, #6FACD5) repeat scroll 0 0 #5393C5;
    color: #FFFFFF;
}

.formField div.radioCnt div.item label.first {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
}

.formField div.radioCnt div.item label.last {
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
}

.formField div.radioCnt div.item label span.inner {
    padding: 0 20px;
    white-space: normal;
    text-align: center;
    display: block;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    text-shadow: 0 1px 0 #3373A5;
    cursor: pointer;
}

.formField div.radioCnt div.item label span.text {
    -moz-user-select: none;
    position: relative;
    width: 100%;
    z-index: 1;
    white-space: normal;
    text-align: center;
    line-height: 26px;
}

.formField div.subobjectCnt div.subobjectHeader {
    border-radius: 0.6em 0.6em 0 0;
    border: 1px solid #AAAAAA;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
    text-shadow: 0 1px 0 #194B7E;
    font-size: 12px;
    background: linear-gradient(#5F9CC5, #396B9E) repeat scroll 0 0 #396B9E;
    color: #FFFFFF;
    font-weight: 700;
    padding: 0.6em 4px 0.6em 5px;
    cursor: pointer;

}

.fieldError div.subobjectCnt div.subobjectHeader {
    background: linear-gradient(#FF3333, #dF1313) repeat scroll 0 0 #396B9E;
}

.formField div.subobjectCnt div.subobjectHeader img.expCol {
    width: 18px;
    height: 19px;
    background-image: url('/img/icons/subobject_collapse.png');
    vertical-align: middle;
    margin-right: 5px;
}

.formField div.subobjectCntCollapsed div.subobjectHeader img.expCol {
    width: 18px;
    height: 19px;
    background-image: url('/img/icons/subobject_expand.png');
    vertical-align: middle;
    margin-right: 5px;
}

.formField div.subobjectCnt div.subobjectFooter {
    margin-left: 20px;
    display: inline-block;
    height: 20px;
    border-radius: 0 0 0.6em 0.6em;
    background-color: #F9F9F9;
    border: 1px solid #A9A9AF;
    border-top: none;
    padding: 2px 5px 0 5px;
}

.formField div.subobjectCnt div.subobjectContent {
    border-radius: 0 0 0.6em 0.6em;
    border: 1px solid #AAAAAA;
    border-top: none;
    background-color: #F9F9F9;
}

.formField div.subobjectCntCollapsed div.subobjectContent {
    display: none;
}

.formField div.subobjectCnt div.subobjectContent span {
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.formField div.subobjectCnt div.subobjectContentHeader {
    border: 1px solid #AAAAAA;
    border-top: none;
    background-color: #D9D9D9;
    padding: 3px 10px;
}

.formField div.subobjectCntCollapsed div.subobjectContentHeader {
    display: none;
}

.formField div.subobjectCnt div.subobjectContentHeader span {
    text-align: center;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}

.formField div.subobjectCnt div.subobjectItem {
    line-height: 16px;
    padding: 3px 10px;
    border-bottom: 1px solid #AAAAAA;
}

.formField div.subobjectCnt div.subobjectItem .formField {
    margin-bottom: 0px;
}

.formField div.subobjectCnt div.subobjectItem img, .formField div.subobjectCnt div.subobjectContentHeader img {
    width: 16px;
    height: 16px;
    margin-right: 2px;
    vertical-align: middle;
}

.formField div.subobjectContent > div.subobjectItem img.default {
    background-image: url('/img/icons/subobject_default.png');
}

.formField div.subobjectContent > div.subobjectItem img.itemMod {
    background-image: url('/img/icons/form_modify.png');
}

.formField div.subobjectContent > div.subobjectItem img.itemDel {
    background-image: url('/img/icons/form_remove.png');
}

.formField div.subobjectContent > div.subobjectItem img.default {
    visibility: hidden;
}

.formField div.subobjectContent > div.subobjectItem:first-child img.default {
    visibility: visible;
}

.formField div.subobjectCntDisableDefault div.subobjectContent > div.subobjectItem:first-child img.default {
    display: none;
}

.formField div.subobjectCntDisableDefault img.default {
    display: none;
}

.formFieldReadOnly div.subobjectContent > div.subobjectItem img.itemMod {
    visibility: hidden;
}

.formFieldReadOnly div.subobjectContent > div.subobjectItem img.itemDel {
    visibility: hidden;
}

.formField div.subobjectCnt div.subobjectItem:last-child {
    border-bottom: 1px solid transparent;
}

.formField div.subobjectCnt .sortable-placeholder {
    background-color: #c2b7f6;
    line-height: 16px;
    border-bottom: 1px solid transparent;
    padding: 3px 0;
}

.DXFormItemSubObjectWindow {
    padding: 0;
}

.DXFormItemSubObjectWindow .ui-dialog-content {
    padding: 0;
}

.DXFormItemSubObjectWindow .ui-dialog-titlebar {
    display: none;
}

.formToolbar ul {
    float: right;
    text-align: right;
    list-style-type: none;
    padding: 0;
    border-radius: 0 0 5px 5px;
    border-left: 1px solid #A9A9AF;
    border-bottom: 1px solid #A9A9AF;
    text-shadow: 0 1px 0 #DDDDDD;
    /*	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;*/
    background-color: #BBBFC6;
    color: #474C59;
    margin: 0;
    margin-right: 50px;
    font-size: 11px;
}

.formToolbar ul:first-child {
    margin-right: 0;
    border-radius: 0 0 0 5px;
}

.formToolbar ul li {
    display: inline-block;
    margin: 0;
    padding: 26px 5px 5px 5px;
    border-right: 1px solid #A9A9AF;
    background-repeat: no-repeat;
    background-position: center 7px;
}

.formToolbar ul li:last-child {
    border-radius: 0 0 5px 0;
    border-right: 1px solid #A9A9AF;
}

.formToolbar ul:first-child li:last-child {
    border-right: none;
    border-radius: 0 0 0 0;
}

.formToolbar ul li:first-child {
    border-radius: 0 0 0 5px;
}

.formToolbar ul li:hover:not(.nohover), .formToolbar ul li.active {
    background-color: #c2b7f6;
    cursor: pointer;
}

.formToolbar li.modify, .icon-modify {
    background-image: url('/img/icons/form_modify.png');
}

.formToolbar li.close, .icon-close {
    background-image: url('/img/icons/form_close.png');
}

.formToolbar li.save, .icon-save {
    background-image: url('/img/icons/form_save.png');
}

.formToolbar li.cancel, .icon-cancel {
    background-image: url('/img/icons/form_cancel.png');
}

.formToolbar li.new, .toolbar li.new, .icon-new {
    background-image: url('/img/icons/form_new.png');
}

.formToolbar li.export, .icon-export {
    background-image: url('/img/icons/form_export.png');
}

.formToolbar li.remove, .icon-remove {
    background-image: url('/img/icons/form_remove.png');
}

.formToolbar li.generate, .formToolbar li.print, .icon-print {
    background-image: url('/img/icons/form_print.png');
}

.formToolbar li.accept, .icon-accept {
    background-image: url('/img/icons/form_accept.png');
}

.formToolbar li.import, .icon-import {
    background-image: url('/img/icons/form_import.png');
}

.formToolbar li.status, .icon-status {
    background-image: url('/img/icons/form_status.png');
}

.formToolbar li.logout, .icon-logout {
    background-image: url('/img/icons/form_logout.png');
}

.formToolbar li.wrongdata, .icon-wrongdata {
    background-image: url('/img/icons/wrongdata.png');
}

.formToolbar li.autosavepreview, .icon-autosavepreview {
    background-image: url('/img/icons/construction16.png');
}

.formToolbar li.help, .toolbar li.help, .icon-help {
    background-image: url('/img/icons/help.png');
}

.formToolbar li.operation, .icon-operation {
    background-image: url('/img/icons/creator_properties.png');
}

.formToolbar li.searchactivate, .icon-searchactivate {
    background-image: url('/img/icons/form_searchfind.png');
}

.formToolbar li.searchclear, .icon-searchclear {
    background-image: url('/img/icons/form_searchremove.png');
}

.formToolbar li.resetlist, .icon-resetlist {
    background-image: url('/img/icons/form_resetlist.png');
}

.formToolbar ul li.text {
    background: none;
    /*width: auto;*/
    /*padding: 5px;*/
    /*height: 100%;*/
    /*line-height: 30px;*/
    /*position: relative;*/
}

.formToolbar ul li.text span {
    /*position: absolute;*/
}

.formToolbar ul li.notext {
    width: 20px;
    background-position: center center;
}

.formToolbar ul.viewSelection li.disabled {
    line-height: 30px;
    padding-top: 0px;
    vertical-align: top;
    background-color: #d9d9df;
}

.formToolbar ul.viewSelection li.disabled:hover {
    background-color: #d9d9df;
    cursor: default;
}

.formToolbar ul.viewSelection {
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    border-radius: 5px;
    border-top: 1px solid #A9A9AF;
}

.formToolbar ul.viewSelection li {
    background-position: center 2px;
    padding-top: 17px;
}

.formToolbar ul.viewSelection li:first-child {
    border-radius: 5px 0 0 5px;
}

.formToolbar ul.viewSelection li:last-child {
    border-radius: 0 5px 5px 0;
    border-right: 1px solid #A9A9AF;
}

.formToolbar ul.viewSelection li.viewAct {
    background-color: #d9d9df;
    cursor: default;
}

.formToolbar li.historyView {
    background-image: url('/img/icons/form_historyview.png');
}

.formToolbar li.detailsView {
    background-image: url('/img/icons/form_detailsview.png');
}

.formToolbar .title {
    float: left;
    line-height: 39px;
    /*background: gray;*/
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    max-width: 50%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.formContent {
    clear: both;
    /*padding-top: 5px;*/
    padding-top: 0px;
}

.additionalViewContent {
    clear: both;
    display: none;
}

.historyContent {
    clear: both;
    display: none;
}

.historyContent .historyRow {
    background-color: #fafafa;
    border: 1px solid #aaaaaa;
    border-bottom: none;
    padding: 10px;
    min-height: 20px;
}

.historyContent .historyRow .historyDate {
    float: right;
    font-size: 10px;
    color: #bbbbbb;
}

.historyContent .historyRow .historyDescription {
    color: #888888;
}

.historyContent .historyRow .historyDescriptionPrefix {
    color: #000000;
    display: block;
}

.historyContent .historyRow .historyObjectName {
    color: #000000;
    font-style: italic;
}

.historyContent .historyRow .historyFieldName {
    color: #000000;
    font-style: italic;
}

.historyContent .historyRow .historyFieldValue {
    color: #000000;
    font-weight: bold;
}

.historyContent .historyRowButtons {
    background-color: #fafafa;
    border: 1px solid #aaaaaa;
    border-bottom: none;
    padding: 10px;
    height: 15px;
    color: #888888;
    text-align: center;
}

.historyContent .historyRowButtons .buttonnext {
    margin-left: 10px;
}

.ui-grid-a, .ui-grid-b, .ui-grid-c, .ui-grid-d {
    overflow: hidden;
}

.ui-block-a, .ui-block-b, .ui-block-c, .ui-block-d, .ui-block-e {
    margin: 0;
    padding: 0 4px;
    border: 0;
    float: left;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* grid solo: 100 - single item fallback */
.ui-grid-solo .ui-block-a {
    display: block;
    float: none;
}

/* Lower percentages for older browsers (i.e. IE7) to prevent wrapping. -.5px to fix BB5 wrap issue. */
/* grid a: 50/50 */
.ui-grid-a .ui-block-a, .ui-grid-a .ui-block-b {
    width: 49.95%;
}

.ui-grid-a > :nth-child(n) {
    width: 50%;
    margin-right: -.5px;
}

.ui-grid-a .ui-block-a {
    clear: left;
}

/* grid b: 33/33/33 */
.ui-grid-b .ui-block-a, .ui-grid-b .ui-block-b, .ui-grid-b .ui-block-c {
    width: 33.25%;
}

.ui-grid-b > :nth-child(n) {
    width: 33.333%;
    margin-right: -.5px;
}

.ui-grid-b .ui-block-a {
    clear: left;
}

/* grid c: 25/25/25/25 */
.ui-grid-c .ui-block-a, .ui-grid-c .ui-block-b, .ui-grid-c .ui-block-c, .ui-grid-c .ui-block-d {
    width: 24.925%;
}

.ui-grid-c > :nth-child(n) {
    width: 25%;
    margin-right: -.5px;
}

.ui-grid-c .ui-block-a {
    clear: left;
}

/* grid d: 20/20/20/20/20 */
.ui-grid-d .ui-block-a, .ui-grid-d .ui-block-b, .ui-grid-d .ui-block-c, .ui-grid-d .ui-block-d, .ui-grid-d .ui-block-e {
    width: 19.925%;
}

.ui-grid-d > :nth-child(n) {
    width: 20%;
}

.ui-grid-d .ui-block-a {
    clear: left;
}

/* preset breakpoint to switch to stacked grid styles below 35em (560px) */
@media all and (max-width: 35em) {
    .ui-responsive .ui-block-a,
    .ui-responsive .ui-block-b,
    .ui-responsive .ui-block-c,
    .ui-responsive .ui-block-d,
    .ui-responsive .ui-block-e {
        width: 100%;
        float: none;
    }
}

@media all and (max-width: 1100px) {
    .ui-responsive .ui-grid-b .ui-block-a {
        width: 100%;
        float: none;
    }

    .ui-responsive .ui-grid-b .ui-block-b,
    .ui-responsive .ui-grid-b .ui-block-c {
        width: 50%;
    }
}

@media all and (max-width: 660px) {
    .ui-responsive .ui-grid-b .ui-block-a,
    .ui-responsive .ui-grid-b .ui-block-b,
    .ui-responsive .ui-grid-b .ui-block-c {
        width: 100%;
        float: none;
    }
}

@media all and (max-width: 660px) {
    .ui-responsive .ui-grid-a .ui-block-a,
    .ui-responsive .ui-grid-a .ui-block-b {
        width: 100%;
        float: none;
    }
}

/* dashboard */
.dashboard {
    font-size: 11px;
}

.ui-resizable-helper {
    border: 2px dotted #c2b7f6;
}

.dashboard .sortable-placeholder {
    background-color: #c2b7f6;
    margin-bottom: 10px;
    /*	border-radius: 10px;*/
    border: 1px solid #A9A9AF;
}

.dashboardCol {
    padding: 10px 0;
}

.dashboardItem, .dashboardItemNotSort {
    /*	border-radius: 10px;*/
    background-color: #ffffff; /*#BBBFC6;*/
    /*	border: 1px solid #A9A9AF;*/
    margin-bottom: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
}

.dashboardTitle {
    /*	border-radius: 10px 10px 0 0;*/
    background-color: #BBBFC6;
    border-bottom: 1px solid #A9A9AF;
    padding: 5px;
    background-color: #544A85;
    color: #ffffff;
    text-shadow: 0 1px 0 #aaaaaa;
    font-weight: bold;
}

.dashboardItem .dashboardTitle {
    cursor: move;
    position: relative;
    padding: 5px 80px 4px 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.dashboardItem .dashboardTitle .righticons {
    position: absolute;
    right: 1px;
    top: 2px;
}

.dashboardItem .dashboardTitle .lefticons {
    position: absolute;
    left: 1px;
    top: 2px;
}

.dashboardTitle .lefticons img {
    background: rgba(255, 255, 255, 0.8);
    margin: 0 1px;
    border-radius: 3px;
    float: left;
    padding: 3px 3px 2px 3px;
}

.dashboardTitle .righticons img {
    background: rgba(255, 255, 255, 0.8);
    margin: 0 1px;
    border-radius: 3px;
    float: left;
}

.dashboardTitle .close {
    background: rgba(255, 255, 255, 0.8);
    margin: 0 1px;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    float: right;
    text-align: center;
    cursor: pointer;
    color: #f00;
    font-size: 18px;
    line-height: 15px;
    font-weight: bold;
}

.dashboardTitle .close:hover {
    color: #fff;
    background: #f00;
}

.dashboardContent {
    position: relative;
    min-height: 70px;
}

.dashboardPleaseWait {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}

.dashboardPleaseWait div {
    width: 100px;
    height: 50px;
    background: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -25px;
    margin-left: -50px;
    line-height: 50px;
    text-align: center;
    border-radius: 0.3em;
}

.dashboardContentHtml {
    padding: 5px;
}

.dashboardContentGraph {
    padding: 5px;
}

.dashboardItemReminder .dashboardContent {
    text-align: center;
    padding: 5px;
    color: #333;
    text-shadow: 0 1px 0 #aaaaaa;
}

.dashboard .dashboardItemReminderGreen {
    background-color: #A0C55F;
}

.dashboardItemReminderGreen .dashboardTitle {
    background-color: #67a002;
    border-bottom: 1px solid transparent;
}

.dashboard .dashboardItemReminderRed {
    background-color: #ff9e7f;
}

.dashboardItemReminderRed .dashboardTitle {
    background-color: #C21A01;
    border-bottom: 1px solid transparent;
}

.dashboardItemList .dashboardTitle {
    background-color: #5B6AF5;
}

/* /dashboard */

.charts {
    font-size: 11px;
}

.charts .sortable-placeholder {
    background-color: #c2b7f6;
    margin-bottom: 10px;
    /*	border-radius: 10px;*/
    border: 1px solid #A9A9AF;
}

.chartsCol {
    padding: 10px 0;
}

.chartItem, .chartItemNotSort {
    /*	border-radius: 10px;*/
    background-color: #ffffff; /*#BBBFC6;*/
    border: 1px solid #b1b1b1;
    margin-bottom: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
}

.chartTitle {
    /*	border-radius: 10px 10px 0 0;*/
    background-color: #BBBFC6;
    border-bottom: 1px solid #A9A9AF;
    padding: 5px;
    background-color: #544A85;
    color: #ffffff;
    text-shadow: 0 1px 0 #aaaaaa;
    font-weight: bold;
}

.chartItem .chartTitle {
    cursor: move;
    position: relative;
    padding: 5px 80px 4px 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.chartItem .chartTitle .righticons {
    position: absolute;
    right: 1px;
    top: 2px;
}

.chartItem .chartTitle .lefticons {
    position: absolute;
    left: 1px;
    top: 2px;
}

.chartTitle .lefticons img {
    background: rgba(255, 255, 255, 0.8);
    margin: 0 1px;
    border-radius: 3px;
    float: left;
    padding: 3px 3px 2px 3px;
}

.chartTitle .righticons img {
    background: rgba(255, 255, 255, 0.8);
    margin: 0 1px;
    border-radius: 3px;
    float: left;
}

.chartTitle .close {
    background: rgba(255, 255, 255, 0.8);
    margin: 0 1px;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    float: right;
    text-align: center;
    cursor: pointer;
    color: #f00;
    font-size: 18px;
    line-height: 15px;
    font-weight: bold;
}

.chartTitle .close:hover {
    color: #fff;
    background: #f00;
}

.chartContent {
    position: relative;
}

/* logowanie */
#logon_m {
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
    width: 440px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    background-color: #DADDDE;
    color: #333333;
    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 10px 5px #000000;
    border: 1px solid #999999;
}

#logon_m .logo {
    text-align: center;
    padding-bottom: 10px;
}

#logon_c {
    width: 400px;
    min-height: 240px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#logon_r {
    padding-top: 10px;
    clear: both;
}

#logon_r div.fvalue {
    float: left;
    width: 200px;
}

#logon_r div.fvalue input {
    width: 200px;
}

#logon_m div.button {
    position: relative;
    width: 100%;
    display: inline-block;
}

#logon_m a.button {
    background-color: #1b87d3;
    padding: 5px 10px;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    border-radius: 1em 1em 1em 1em;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

#logon_m .left {
    float: left;
}

#logon_m .right {
    float: right;
}

#logon_m a.button:hover {
    background-color: #c2b7f6;
}

#logon_f {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #000000;
    font-size: 9px;
}

/* /logowanie */

/* zmiana hasla */
#password_m {
    padding: 5px;
    width: 440px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    color: #333333;
}

#password_c {
    width: 400px;
    height: 220px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

/* /zmiana hasla */

/* flexigrid */
.gToolbar {
    clear: left;
    height: 52px;
}

.gToolbar .gItem {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.gToolbar .gButton {
    padding: 3px 10px;
    border: 1px solid #7CD473;
    background-color: #6CC463;
    line-height: 21px;
    color: #ffffff;
    text-shadow: 0 1px 0 #DDDDDD;
    cursor: pointer;
}

.gToolbar .gButton:hover {
    background-color: #8Ce483;
}

.gToolbar .gButtonFilterRemove, .gToolbar .gButtonFilterAdvancedRemove {
    margin-left: 0;
    border: 1px solid #D92525;
    background-color: red;
    font-size: 23px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 1px;
}

.gToolbar .gButtonFilterRemove:hover, .gToolbar .gButtonFilterAdvancedRemove:hover {
    background-color: #B90505;
}

.gToolbar .gField {
    width: 200px;
}

.flexigrid div.pDiv {
    background: transparent;
    border: 0;
}

.flexigrid div.pDiv div.pDiv2 {
    width: auto;
    margin-left: 5px;
}

.flexigrid div.pDiv div.pItemGroup {
    border: 1px solid #A9A9AF;
    background-color: #BBBFC6;
    border-radius: 5px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.flexigrid div.btnseparator {
    display: none;
}

div.pGroup {
    margin: 0;
}

.flexigrid div.pDiv div.pButton:hover, .flexigrid div.pDiv div.pButton.pBtnOver {
    border: 0;
    cursor: pointer;
    height: 24px;
    width: 22px;
}

.flexigrid div.pDiv div.pButton:hover span, .flexigrid div.pDiv div.pButton.pBtnOver span {
    border: 0;
    height: 20px;
    width: 19px;
}

.flexigrid div.pDiv div.pButton {
    height: 24px;
    border: 0;
}

div.pItem {
    float: left;
    margin-right: 10px;
}

div.pItemGroup div.pItem {
    border-right: 1px solid #A9A9AF;
    margin-right: 0;
}

div.pItemGroup div.pItem:hover {
    background-color: #a297d6;
}

.flexigrid div.pDiv input {
    width: 30px;
}

#dialog-searchAdvanced {
    overflow: hidden;
}

#dialog-searchAdvanced ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#dialog-searchAdvanced ul li {
    list-style-type: none;
    padding: 1px 0 0 0;
    margin: 0;
}

#dialog-searchAdvanced ul li img {
    vertical-align: middle;
    margin-right: 3px;
    cursor: pointer;
}

#dialog-searchAdvanced ul li img.imgRemove {
    margin-left: 3px;
}

#dialog-searchAdvanced .gridAdvSearchSrc ul li img.imgRemove {
    display: none;
}

#dialog-searchAdvanced .gridAdvSearchDest ul li img.imgAdd {
    display: none;
}

#dialog-searchAdvanced ul li span {
    cursor: move;
}

#dialog-searchAdvanced .sortable-placeholder {
    background-color: #c2b7f6;
    margin-bottom: 10px;
    /*	border-radius: 10px;*/
    border: 1px solid #A9A9AF;
}

#dialog-searchAdvanced .ui-draggable-dragging {
    width: 100px;
}

#dialog-searchAdvanced .gridAdvSearchToolbar {
    height: 30px;
}

#dialog-searchAdvanced .gridAdvSearchToolbar a {
    color: #ffffff;
}

#dialog-searchAdvanced .gridAdvSearchDest {
    border-left: 1px dotted #aaaaaa;
    display: inline-block;
    width: 70%;
    height: 250px;
    vertical-align: top;
    overflow: auto;
}

#dialog-searchAdvanced .gridAdvSearchDestDesc {
    background-color: #6CC463;
    color: #ffffff;
    display: inline-block;
    width: 70%;
    line-height: 20px;
    vertical-align: top;
    text-align: center;
    font-weight: bold;
}

#dialog-searchAdvanced .gridAdvSearchDest > ul {
    padding-left: 5px;
}

#dialog-searchAdvanced .gridAdvSearchDest ul ul {
    padding-bottom: 10px;
    padding-left: 5px;
    margin-left: 10px;
    border-left: 1px solid #aaaaaa;
}

#dialog-searchAdvanced .gridAdvSearchSrc {
    border-left: 1px solid #cccccc;
    display: inline-block;
    width: 29%;
    height: 250px;
    vertical-align: top;
    padding-left: 5px;
    overflow-y: scroll;
}

#dialog-searchAdvanced .gridAdvSearchSrcDesc {
    background-color: #c2b7f6;
    display: inline-block;
    width: 29%;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
}

#dialog-searchAdvanced .gridAdvSearchSrc a, #dialog-searchAdvanced .gridAdvSearchSrc input, #dialog-searchAdvanced .gridAdvSearchSrc select {
    display: none;
}

#dialog-searchAdvanced .gridAdvSearchDest a {
    padding-right: 10px;
    color: #ff0000;
}

#dialog-searchAdvanced .gridAdvSearchDest input, #dialog-searchAdvanced .gridAdvSearchDest select {
    margin: 0 2px;
}

#dialog-searchAdvanced .gridAdvSearchDest ul li:first-child > a.conditionType {
    display: none;
}

#dialog-searchAdvanced .gridAdvSearchSrc .titem {
    display: none;
}

.ui-dialog-buttonset {
    width: 97%;
    text-align: right;
}

.advSearchSaveButtonClass {
    float: left;
}

.additionalViewContent fieldset {
    border-width: 0;
}

.controlgrouplabel {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    margin: 0 0 0.2em;
}

.controlgroupcheckbox {
    border: 1px solid #cccccc;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-bottom: 0px;
    clear: both;
    margin: 0;
    position: relative;
    z-index: 1;
    padding: 7px;
    cursor: pointer;
}

.controlgroupcheckbox input {
    position: absolute;
    left: 20px;
    top: 50%;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 0;
    outline: 0 !important;
    z-index: 1;
}

.controlgroupcheckbox label {
    margin-left: 40px;
    color: #222;
    display: block;
    font-weight: normal;
}

.controlgroupcheckbox.first {
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.controlgroupcheckbox.last {
    border-bottom: 1px solid #cccccc; /* dla hover: dfdfdf */
    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.controlgroupcheckbox.middle {
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

fieldset.controlgroup div {
    border: 1px solid #cccccc;
    border-bottom: 0px;
    clear: both;
    margin: 0;
    position: relative;
    z-index: 1;
    padding: 7px;
    cursor: pointer;
}

fieldset.controlgroup div:first-child {
    border-bottom: 1px solid #cccccc; /* dla hover: dfdfdf */
    -webkit-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

fieldset.controlgroup div:last-child {
    border-bottom: 1px solid #cccccc; /* dla hover: dfdfdf */
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.formToolbar li.costcategorycontractView {
    background-image: url('/img/icons/costcategory.png');
}

.formToolbar li.costcategorysummaryView {
    background-image: url('/img/icons/costcategorysum.png');
}

.formToolbar li.costcategorymanagementView {
    background-image: url('/img/icons/costcategorymanagement.png');
}

.formToolbar li.costcategoryView {
    background-image: url('/img/icons/costcategory.png');
}

table.costcategory td {
    padding: 2px;
    background-color: #ffffff;
    font-size: 11px;
}

table.costcategory td.title {
    font-weight: bold;
    background-color: #cccccc;
    padding: 3px;
}

table.cashflowtable tr.cfthead1 {
    background-color: #aaaaaa;
    font-size: 12px;
    font-weight: bold;
}

table.cashflowtable tr.cfthead2 {
    background-color: #cccccc;
    font-size: 12px;
    font-weight: bold;
}

table.cashflowtable tr.cfthead3 {
    background-color: #dddddd;
}

table.cashflowtable td {
    padding: 3px;
}

table.cashflowtable td.cffirst {
    width: 30px;
    text-align: center;
}

table.cashflowtable td.cflast {
    width: 100px;
    text-align: right;
}

/* /flexigrid */

.dialogWait .ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog.no-close .ui-dialog-titlebar-close {
    display: none;
}

.dialogWait .ui-dialog-content {
    text-align: center;
}

.qq-upload-button {
    display: block;
    background-color: #6CC463;
    border: 1px solid #7CD473;
    border-radius: 0.2em 0.2em 0.2em 0.2em;
    color: #FFFFFF;
    cursor: pointer;
    line-height: 19px;
    padding: 3px 10px;
    text-shadow: 0 1px 0 #DDDDDD;
    text-align: center;
    width: 105px;
    margin: 0.3em;
}

.qq-upload-list li {
    font-size: 12px;
    line-height: 11px;
    margin: 0;
    padding: 5px;
}

.costButton, .formGroupButton, .reportViewListButton, .btn {
    background-color: rgba(36, 169, 33, 0.6);
    border: 1px solid #7CD473;
    color: #FFFFFF;
    cursor: pointer;
    padding: 4px;
    padding-bottom: 6px;
    text-shadow: 0 1px 0 #DDDDDD;
    line-height: 16px;
    margin: 0 2px 2px 2px;
    border-radius: 3px;
}

.btn {
    display: inline-block;
}

.formGroupButton {
    padding: 3px;
    padding-top: 1px;
}

.costButton.red, .formGroupButton.red, .reportViewListButton.red, .btn.red {
    background-color: rgba(255, 0, 0, 0.6);
    border-color: #ff4567;
}

.costButton.active, .formGroupButton.active, .reportViewListButton.active {
    background-color: rgba(36, 169, 33, 1);
    font-weight: bold;
    text-shadow: none;
    text-decoration: underline;
}

.costButton.active.red, .formGroupButton.active.red, .reportViewListButton.active.red {
    background-color: rgba(255, 0, 0, 1);
    border-color: #ff4567;
}

.ui-multiselect .ui-widget-header {
    background: none repeat scroll 0 0 #BBBFC6;
    color: #FFFFFF;
    font-weight: normal;
}

.colorpicker_submit {
    background: url('/img/icons/form_accept.png') no-repeat scroll center center !important;
    cursor: pointer;
}

.colorpicker {
    background: url("/css/colorpicker/images/custom_background.png") repeat scroll 0 0 !important;
}

.colorpicker_hex {
    background: url("/css/colorpicker/images/custom_hex.png") repeat scroll 0 0 !important;
}

.colorpicker_rgb_r {
    background: url("/css/colorpicker/images/custom_rgb_r.png") repeat scroll 0 0 !important;
}

.colorpicker_rgb_g {
    background: url("/css/colorpicker/images/custom_rgb_g.png") repeat scroll 0 0 !important;
}

.colorpicker_rgb_b {
    background: url("/css/colorpicker/images/custom_rgb_b.png") repeat scroll 0 0 !important;
}

.colorpicker_hsb_b {
    background: url("/css/colorpicker/images/custom_hsb_b.png") repeat scroll 0 0 !important;
}

.colorpicker_hsb_h {
    background: url("/css/colorpicker/images/custom_hsb_h.png") repeat scroll 0 0 !important;
}

.colorpicker_hsb_s {
    background: url("/css/colorpicker/images/custom_hsb_s.png") repeat scroll 0 0 !important;
}

#dialog-orgmodelsearchAdvanced {
    overflow: hidden;
}

#dialog-orgmodelsearchAdvanced ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#dialog-orgmodelsearchAdvanced ul li {
    list-style-type: none;
    padding: 1px 0 0 0;
    margin: 0;
}

#dialog-orgmodelsearchAdvanced ul li img {
    vertical-align: middle;
    margin-right: 3px;
    cursor: pointer;
}

#dialog-orgmodelsearchAdvanced ul li img.imgRemove {
    margin-left: 3px;
}

#dialog-orgmodelsearchAdvanced .gridOrgModelAdvSearchSrc ul li img.imgRemove {
    display: none;
}

#dialog-orgmodelsearchAdvanced .gridOrgModelAdvSearchDest ul li img.imgAdd {
    display: none;
}

#dialog-orgmodelsearchAdvanced ul li span {
    cursor: move;
}

#dialog-orgmodelsearchAdvanced .sortable-placeholder {
    background-color: #c2b7f6;
    margin-bottom: 10px;
    border: 1px solid #A9A9AF;
}

#dialog-orgmodelsearchAdvanced .ui-draggable-dragging {
    width: 100px;
}

#dialog-orgmodelsearchAdvanced .gridOrgModelAdvSearchToolbar {
    height: 30px;
}

#dialog-orgmodelsearchAdvanced .gridOrgModelAdvSearchToolbar a {
    color: #ffffff;
}

#dialog-orgmodelsearchAdvanced .gridOrgModelAdvSearchDest {
    border-left: 1px dotted #aaaaaa;
    display: inline-block;
    width: 70%;
    height: 250px;
    vertical-align: top;
    overflow: auto;
}

#dialog-orgmodelsearchAdvanced .gridOrgModelAdvSearchDestDesc {
    background-color: #6CC463;
    color: #ffffff;
    display: inline-block;
    width: 70%;
    line-height: 20px;
    vertical-align: top;
    text-align: center;
    font-weight: bold;
}

#dialog-orgmodelsearchAdvanced .gridOrgModelAdvSearchDest > ul {
    padding-left: 5px;
}

#dialog-orgmodelsearchAdvanced .gridOrgModelAdvSearchDest ul ul {
    padding-bottom: 10px;
    padding-left: 5px;
    margin-left: 10px;
    border-left: 1px solid #aaaaaa;
}

#dialog-orgmodelsearchAdvanced .gridOrgModelAdvSearchSrc {
    border-left: 1px solid #cccccc;
    display: inline-block;
    width: 29%;
    height: 250px;
    vertical-align: top;
    padding-left: 5px;
}

#dialog-orgmodelsearchAdvanced .gridOrgModelAdvSearchSrcDesc {
    background-color: #c2b7f6;
    display: inline-block;
    width: 29%;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
}

#dialog-orgmodelsearchAdvanced .gridOrgModelAdvSearchSrc a, #dialog-orgmodelsearchAdvanced .gridOrgModelAdvSearchSrc input, #dialog-orgmodelsearchAdvanced .gridOrgModelAdvSearchSrc select {
    display: none;
}

#dialog-orgmodelsearchAdvanced .gridOrgModelAdvSearchDest a {
    padding-right: 10px;
    color: #ff0000;
}

#dialog-orgmodelsearchAdvanced .gridOrgModelAdvSearchDest input, #dialog-orgmodelsearchAdvanced .gridOrgModelAdvSearchDest select {
    margin: 0 2px;
}

#dialog-orgmodelsearchAdvanced .gridOrgModelAdvSearchDest ul li:first-child > a {
    display: none;
}

#dialog-orgmodelsearchAdvanced .gridOrgModelAdvSearchSrc .titem {
    display: none;
}

/*div.inputCnt input.file {
        float: left;
        width: 50%;
}

div.inputCnt .qq-upload-button {
        float: right;
        padding: 5px;
}*/

/* skin 2 */
/*
body {
        background-color: #a1c4e1;
}

#mMenu {
        background-color: #a1c4e1;
}

#mMenu img {
        opacity: 0.5;
}

#mMenu .itemTitle {
        display: none;
}

#mMenu a.act {
        background-color: #ffffff;
}

#mMenu a.act img {
        opacity: 1;
}

#mMenu a.act .subItems {
        background-color: #cddeec;
}

#mContent {
        background-color: #ffffff;
}

#tMenu a {
        border-radius: 0;
        background-color: #a1c4e1;
}

#tMenu a.act {
        background-color: #ffffff;
        border-bottom: 1px solid #ffffff;
}

#tTabs {
        background-color: #a1c4e1;
}

#loggedOn {
        height: 25px;
        border-radius: 0;
        background-color: #3291e1;
}

.dashboardItem {
        background-color: #efefef;
}
/* /skin 2 */

/* skin 3 */
/*body {
        background-color: #4fb345;
}

#mMenu {
        background-color: #4fb345;
}

#mMenu img {
        opacity: 1;
}

#mMenu .itemTitle {
        display: none;
}

#mMenu a.act {
        background-color: #ffffff;
}

#mMenu a.act img {
        opacity: 1;
}

#mMenu a.act .subItems {
        background-color: #cddeec;
}

#mContent {
        background-color: #ffffff;
}

#tMenu {
        background: linear-gradient(#ffffff, #4fb345) repeat scroll 0 0 #051831;
}

#tMenu a {
        border-radius: 0;
        background-color: #4fb345;
        color: #ffffff;
}

#tMenu a.act {
        background-color: #ffffff;
        border-bottom: 1px solid #ffffff;
        color: #474C59;
}

#tTabs {
        background-color: #4fb345;
}

#loggedOn {
        height: 25px;
        border-radius: 0;
        background-color: #1a7c10;
}

.dashboardItem {
        background-color: #efefef;
}
/* /skin 3 */

span.paginator {
    position: absolute;
    top: 0;
    z-index: 99999;
    background: #ddd;
    margin-top: 50px;
    padding: 3px;
}

span.paginator img {
}

span.paginator.prev {
    left: 0;
    text-align: left;
}

span.paginator.next {
    right: 0;
    text-align: right;
}

.div-table {
    display: table;
    width: 100%;
    margin: 0 5px;
}

.div-table-row {
    display: table-row;
    width: auto;
    clear: both;
}

.div-table-header {
    font-weight: bold;
}

.div-table-col {
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 3px 0;
}

.div-table .c1 {
    width: 100%;
}

.div-table .c2 {
    width: 50%;
}

.div-table .c3 {
    width: 33%;
}

.div-table .c4 {
    width: 25%;
}

.div-table .c5 {
    width: 20%;
}

.select2-container-multi .select2-choices {
    background: none !important;
}

#ui-datepicker-div {
    z-index: 150 !important;
}

.tabItem {
    position: relative;
}

.tabItem > .close {
    position: absolute;
    right: 4px;
    color: red;
    padding: 0px 3px 4px 3px;
    font-size: 17px !important;
    line-height: 14px;
    margin-top: 8px !important;
}

.tabItem > .close {
    top: -2px;
}

.tabItem > .close:hover {
    color: white !important;
    background: red;
    border-radius: 0.3em;
}

.tabCloseAll {
    margin-left: 1px;
    float: left;
    cursor: pointer;
}

.tabCloseAll a {
    background-color: #FF0000 !important;
    color: #FFFFFF !important;
    font-size: 23px !important;
    font-weight: bold !important;
    width: 29px !important;
    height: 21px !important;
    border-color: red;
    border-style: solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    float: left;
    margin-left: 0px;
    margin-top: 5px;
    padding-bottom: 7px;
    padding-top: 1px !important;
    position: relative;
    text-align: center;
    vertical-align: top;
    z-index: 10;
    height: 18px;
    text-shadow: 0 1px 0 #DDDDDD;
    line-height: 20px;
}

.tabCloseAll a:hover {
    background-color: #b90505 !important;
    border: 1px solid #b90505 !important;
    text-decoration: none;
}

.bold {
    font-weight: bold;
}

.toolbar ul {
    /*float:right;*/
    text-align: right;
    list-style-type: none;
    padding: 0;
    border-radius: 0 0 5px 5px;
    border-left: 1px solid #A9A9AF;
    border-bottom: 1px solid #A9A9AF;
    text-shadow: 0 1px 0 #DDDDDD;
    /*	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;*/
    background-color: #BBBFC6;
    color: #474C59;
    margin: 0;
    margin-right: 50px;
    font-size: 11px;
}

.toolbar ul:first-child {
    margin-right: 0;
    border-radius: 0 0 5px 5px;
}

.toolbar ul li {
    display: inline-block;
    margin: 0;
    /*padding: 25px 13px 3px;*/
    border-right: 1px solid #A9A9AF;
    background-repeat: no-repeat;
    background-position: center;
    height: 25px;
    width: 25px;
    line-height: 25px;
}

.toolbar ul li.noborder, .formToolbar ul li.noborder {
    border: 0;
}

.toolbar ul li.text {
    background: none;
    width: auto;
    padding: 0 5px;
}

.toolbar ul li:last-child {
    border-radius: 0 0 5px 0;
    border-right: 1px solid #A9A9AF;
}

.toolbar ul:first-child li:last-child {
    border-right: none;
    border-radius: 0 0 0 0;
}

.toolbar ul li:first-child {
    border-radius: 0 0 0 5px;
}

.toolbar ul li:hover:not(.nohover), .toolbar ul li.active {
    background-color: #e2d7f6;
    cursor: pointer;
}

.toolbar li.column_1, .formToolbar li.column_1 {
    background-image: url('/img/icons/column_1.png');
}

.toolbar li.column_2, .formToolbar li.column_2 {
    background-image: url('/img/icons/column_2.png');
}

.toolbar li.column_3, .formToolbar li.column_3 {
    background-image: url('/img/icons/column_3.png');
}

.formFieldInfo {
    font-size: 0.8em;
    color: #333;
}

.passStrength {
    height: 15px;
    display: block;
    margin: 5px;
    background-position: -66%;
    color: #fff;
}

.passStrength span {
    width: 100%;
    height: 100%;
    display: block;
}

.passStrength.badPass, .passStrength.shortPass {
    border: solid 1px red;
}

.passStrength.badPass span, .passStrength.shortPass span {
    background: red;
    width: 33%;
}

.passStrength.goodPass {
    border: solid 1px orange;
}

.passStrength.goodPass span {
    background: orange;
    width: 66%;
}

.passStrength.strongPass {
    border: solid 1px green;
}

.passStrength.strongPass span {
    background: green;
    width: 100%;
}

.userPreference, .systemConfiguration {
    display: none;
    /*float: left;*/
    clear: left;
    /*width: 100%;*/
    padding: 0px;
    margin: 1px;
}

.userpreferencetable, .systemconfiguration table {
    border-radius: 0.6em;
    border: 1px solid #AAAAAA;
    border-spacing: 0;
}

.userpreferencetable > tbody > tr:nth-child(even), .systemconfiguration table > tbody > tr:nth-child(even) {
    background: #e0e0e0;
}

.userpreferencetable > tbody > tr > td, .systemconfiguration table > tbody > tr > td {
}

.userpreferencetable thead, .systemconfiguration table thead {
    background: linear-gradient(#5F9CC5, #396B9E) repeat scroll 0 0 #396B9E;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
    text-shadow: 0 1px 0 #194B7E;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 700;
    padding: 0.6em 4px 0.6em 5px;
}

.menulogout {
    margin-left: 35px;
}

.menuIcon {
    cursor: pointer;
    float: left;
    background-color: #2D2F2F;
    height: 24px;
    width: 28px;
    z-index: 1000;
    border-bottom: 1px solid #a9a9af;
}

.menuIcon div:first-child {
    margin-top: 1px;
}

.menuIcon:hover .menuIconLine {
    background-color: #BBBFC6;
}

.menuIcon div {
    margin: 0 auto;
    width: 67%;
    height: 12.6%;
    border-radius: 2px;
}

.menuIconLine {
    background-color: white;
}

.menuIconBreak {

}

.menuTopBox {
    max-width: 1000px;
    position: fixed;
    top: 0px;
    right: 30px;
    background-color: #BBBFC6;
    display: none;
    z-index: 1000;
    border-radius: 0 0 10px 10px;
    border: 1px solid;
    border-top: none;
    overflow: hidden;
}

.topMenuItem {
    float: left;
    min-width: 110px;
    height: 100%;
}

.topMenuItem:hover {
    background-color: #c2b7f6;
}

.menuTopBox .itemTitle {
    text-transform: uppercase;
    padding: 0 6px;
}

.menuTopBox div {
    color: #1B1B1B;
    text-align: center;
    text-shadow: 0 1px 0 #C6B3C7;
}

.menuTopBox .topAct {
    background-color: #EFEFEF;
}

.LeftMainItem {
    display: none;
}

.leftShow {
    display: block;
}

.topMenuFloat {
    height: 100%;
    float: left;
}

.subsubitem {
    background-color: #aaaaaa;
}

.roundLeft {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.roundRight {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/*POCZĄTEK MENU ALA OFFICE*/
.mainRibbon {
    width: 100%;
}

.mainRibbon .menuTab {
    background-color: #BBBFC6;
    border-radius: 5px 5px 0 0;
    float: left;
    height: 16px;
    margin-left: 2px;
    margin-top: 5px;
    overflow: hidden;
    padding: 3px;
    width: 100px;
}

.mainRibbon .menuTab .itemTitle {
    height: 16px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    width: 100%;
}

.mainRibbon .menuTabItem .itemTitle {
    word-wrap: break-word;
}

.mainRibbon .itemTitle {
    color: #474C59;
}

.mainRibbon .menuTabs {
    background: linear-gradient(#CCD8FF, #99B1FF) repeat scroll 0 0 #051831;
    display: inline-block;
    height: 27px;
    padding-top: 4px;
    width: 100%;
}

.mainRibbon .act {
    background-color: #FFFFD7 !important;
}

.mainRibbon .menuTabsContent {
    width: 100%;
    height: 50px;
    background-color: #FFFFD7;
    font-size: 10px !important;
}

.mainRibbon .menuTab:hover {
    background-color: #c2b7f6;
}

.mainRibbon .menuTabItem a:hover {

    background-color: #Ffd060;
}

.mainRibbon .menuTabItem > a {
    background-color: #FFFFC5;
    border: 1px solid #Ffd060;
    border-radius: 5px;
    box-shadow: 0 0 1px #AAAA00;
    display: block;
    height: 100%;
    width: 100%;
}

.mainRibbon .menuTabItem {
    height: 40px;
    padding: 5px;
    float: left;
    /*border-right: 1px dotted #474C59;*/
    width: 85px;
}

/*
.mainRibbon .menuTabItems > div:last-child {
    bord
*/
.mainRibbon .menuTabItems {
    display: none;
    height: 100%;
}

.mainRibbon .iconDummy {
    display: none;
    width: 16px;
    height: 16px;
    float: left;
}

.mainRibbon .itemTitle {
    float: left;
    width: 100%;
}

.mainRibbon .menuTabSubItem:hover {
    background-color: #Ffd060;
}

.mainRibbon .menuTabSubItems {
    background-color: #FBEC88;
    border: 1px solid #BBBBBB;
    display: none;
    /*max-height: 250px;*/
    min-width: 170px;
    position: absolute;
    top: 78px;
    z-index: 1000;
}

.mainRibbon .menuTabSubItem {
    height: 18px;
    border-bottom: 1px dotted #474C59;
    padding: 3px 0px;
}

.mainRibbon .menuTabSubItems > div:last-child {
    border-bottom: none;
}

.mainRibbon .triangle {
    text-align: center;
}

.mainRibbon .triAct {
    display: block;
    height: 0;
    margin: 0 auto;
    position: relative;
    top: 31px;
    width: 0;
    border-left: 5px solid transparent;
    border-top: 5px solid grey;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.mainRibbon .subtitle {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    word-wrap: break-word;
    text-align: center;
    height: 13px;
    line-height: 11px;
}

.mainRibbon .menuTabSubItem .itemTitle {
    padding: 0 3px;
    /*width: 95%;*/
}

/*KONIEC MENU ALA OFFICE*/
.gButton {
    padding: 3px 10px;
    border: 1px solid #7CD473;
    background-color: #6CC463;
    line-height: 21px;
    color: #ffffff;
    text-shadow: 0 1px 0 #DDDDDD;
    cursor: pointer;
    /*width :100px;*/
}

.jstree .report {
    background-image: url('/img/icons/button-list24.png') !important;
    background-size: 100% 100% !important;
    width: 25px !important;
    height: 25px !important;
}

.jstree .user {
    background-image: url('/img/icons/user.png') !important;
    background-size: 100% 100% !important;
    width: 25px !important;
    height: 25px !important;
}

.chartItem .legend {
    height: 150px;
    overflow-y: auto;
    border-width: 1px 0 0 0 !important;
    border-radius: 0 !important;
}

.ui-igpivot-dropareaheader .ui-igpivot-droparea, .ui-iggrid-headerbutton {
    visibility: hidden;
}

.ui-iggrid.ui-igpivotgrid > table tr td {
    text-align: right !important;
    white-space: nowrap;
}

.vakata-context {
    z-index: 9;
}

.mtooltip {
    cursor: pointer;
}

.formGroup {
    display: none;
}

/*Operacje na listach*/
.gridOper, .gridOperAll {
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.gridOper, .gridOperAllAll {
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.gridOperationButton {
    background-color: #6CC463;
    border-radius: 3px;
    color: #FFFFFF;
    margin: 5px;
    padding: 5px;
    cursor: pointer;
}

.gridOperationButton:hover {
    font-weight: bold;
}

/*koniec - operacje na listach*/

/*date pickery*/
.dateInput {
    width: 80% !important;
}

.dateClear {
    cursor: pointer;
    display: none;
    right: 5px;
    height: 18px !important;
    line-height: 11px !important;
    width: 18px !important;
    margin-top: -8px !important;
    position: absolute;
    top: 50%
}

.ui-datepicker-trigger {
    right: 23px;
    margin-top: -8px !important;
    position: absolute;
    top: 50%;
    cursor: pointer;
}

.ui-datepicker-month, .ui-datepicker-year {
    cursor: pointer;
}

.OneMonth:hover, .oneYear:hover {
    box-shadow: 2px 2px 3px;
}

.OneMonth, .oneYear {
    /*background-color: #C8E0F4;*/
    box-shadow: 1px 1px 3px;
    cursor: pointer;
    float: left;
    height: 43px;
    line-height: 43px;
    margin: 5px;
    text-align: center;
    width: 43px;
    border-radius: 5px;

    background: url("/css/images/ui-bg_glass_85_dfeffc_1x400.png") repeat-x scroll 50% 50% #DFEFFC;
    border: 1px solid #C5DBEC;
    color: #2E6E9E;
}

.OneYearDisable, .OneMonthDisable {
    background-color: #D7D7D7 !important;
    cursor: auto !important;
}

.rowMonth, .rowYear {
    float: none;
    overflow: hidden;
}

.yearButton {
    height: 30px;
    width: 98px;
    line-height: 31px;
    box-shadow: 1px 1px 3px;
    text-align: center;
    border-radius: 5px;
    float: left;
    margin: 5px;

    background: url("/css/images/ui-bg_glass_85_dfeffc_1x400.png") repeat-x scroll 50% 50% #DFEFFC;
    border: 1px solid #C5DBEC;
    color: #2E6E9E;
}

/*koniec datepickery*/

/*Add Object on form*/
.addObjectIcon {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.modifyObjectIcon {
    position: absolute;
    right: 26px;
    top: 5px;
    cursor: pointer;
}

/*koniec Add Object on form*/

/*filtrowanie na gridzie*/
.gridHeadSort {
    /*border-right: 1px solid #DDDDDD;*/
    border-bottom: none !important;
    float: left;
    height: 24px;
    margin-left: -5px;
    margin-top: -5px;
    padding: 0 2px 0 0 !important;
    width: 12px;
}

.switchedTriangle {
    display: block;
    height: 0;
    margin: 4px auto 0;
    padding: 0 !important;
    width: 0;
    margin-top: 8px !important;
}

.triangleUp {
    border-bottom-style: solid !important;
    border-bottom-width: 6px !important;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #404040 !important;
    border-left: 6px solid rgba(0, 0, 0, 0) !important;
    border-right-style: solid !important;
    border-right-width: 6px !important;
    border-top-style: none !important;
    border-top-width: 6px !important;
}

.triangleDown {
    border-color: #404040 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important;
    border-bottom-style: solid !important;
    border-bottom-width: 6px !important;
    border-left: 6px solid rgba(0, 0, 0, 0) !important;
    border-right-style: solid !important;
    border-right-width: 6px !important;
    border-top-style: solid !important;
    border-top-width: 6px !important;
}

/*koniec filtrowanie na gridzie*/

/*duplikaty*/
#dialog-formDuplicate td {
    padding: 4px;
}

#dialog-formDuplicate tr:first-child {
    font-weight: bold;
}

#dialog-formDuplicate tr:nth-child(+2n) {
    background-color: #D7D7D7;
}

#dialog-formDuplicate td {
    border: 1px solid darkgray;
}

#dialog-formDuplicate tr:first-child td:first-child {
    border-radius: 5px;
}

#table-radius {
    border-color: #A9A9A9;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    display: block;
    overflow: hidden;
}

/*koniec duplikaty*/

#rightTabs {

    width: 30px;
    height: 100%;
    float: right;
}

#rightTabs ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #2D2F2F;
    border-radius: 0 0 0 0.3em;
    width: 30px;
    float: left;
    height: 100%;

    /*    -webkit-transform-origin: 100% 50%;
          -moz-transform-origin: 100% 50%;
           -ms-transform-origin: 100% 50%;
            -o-transform-origin: 100% 50%;
               transform-origin: 100% 50%;
       -webkit-transform: rotate(90deg) translate(50%, 50%);
          -moz-transform: rotate(90deg) translate(50%, 50%);
           -ms-transform: rotate(90deg) translate(50%, 50%);
            -o-transform: rotate(90deg) translate(50%, 50%);
               transform: rotate(90deg) translate(50%, 50%);*/
}

/*#rightTabs ul li {
    display: inline-block;
    overflow: hidden;
    background: #ddd;
    color: #000;

    padding-bottom: -7px;


    height: 23px;

    cursor: pointer;
    overflow: hidden;
    
     
}*/
#rightTabs ul li {
    display: block;
    overflow: hidden;
    background: #ddd;
    color: #000;
    /*letter-spacing: 6px;*/
    /*padding-left: 7px;*/
    /*padding-top: 5px;*/
    /*padding-bottom: -7px;*/
    /*text-align: center;*/
    /*text-transform: uppercase;*/
    width: 30px;
    /*word-wrap: break-word;*/
    cursor: pointer;

    /*overflow: hidden;*/
}

#rightTabs ul li span {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(90deg) translate(50%, 50%);
    -moz-transform: rotate(90deg) translate(50%, 50%);
    -ms-transform: rotate(90deg) translate(50%, 50%);
    -o-transform: rotate(90deg) translate(50%, 50%);
    transform: rotate(90deg) translate(20px, 15px);
    display: block;
    width: 60px;
    max-width: 60px;
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 30px;
    text-align: center;
}

#rightTabs ul li.active {
    color: #2D2F2F;
    background: #CFCECE;
    font-weight: bold;

}

#rightTabs ul li:not(:last-child) {
    border-bottom: solid 1px #EFEECE;
}

#rightTabs #rightTabsCnt {
    display: none;
    float: left;
    max-width: 300px;
    background: #CFCECE;
    color: #2D2F2F;
}

#rightTabs #rightTabsCnt .cnt {
    padding: 5px;
    width: 280px;
}

#rightTabs #rightTabsCnt .cnt .ui-accordion .ui-accordion-content {
    padding: 0.5em 0.8em;
}

#rightTabs #rightTabsCnt .cnt .resultCnt {
    overflow-y: auto;
}

#rightTabs #rightTabsCnt .cnt .resultCnt .item {
    padding: 2px;
}

#rightTabs #rightTabsCnt .cnt .resultCnt .item:not(:last-child) {
    border-bottom: 1px solid #5AAECD;
}

#rightTabs #rightTabsCnt .cnt .resultCnt .item:nth-child(even) {
    background: rgba(210, 240, 240, 0.3);
}

#rightTabsCnt .infos .pItemGroup {
    border: 1px solid #A9A9AF;
    background-color: #BBBFC6;
    border-radius: 5px;
    display: inline-block;
    float: left;
    margin-top: 2px;
}

#rightTabsCnt .infos .pItemGroup:not(:last-child) {
    margin-right: 3px;
}

.infos div.pItem {
    float: left;
    margin-right: 3px;
}

.infos div.pItemGroup div.pItem {
    border-right: 1px solid #A9A9AF;
    margin-right: 0;
}

.infos div.pItemGroup div.pItem:hover {
    background-color: #a297d6;
}

#rightTabsCnt .infos div.pButton.disabled {
    cursor: default;
    opacity: 0.3;
}

#rightTabsCnt .infos div.pButton.pFirst {
    background: url("/css/images/first.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}

#rightTabsCnt .infos div.pButton.pPrev {
    background: url("/css/images/prev.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}

#rightTabsCnt .infos div.pButton.pNext {
    background: url("/css/images/next.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}

#rightTabsCnt .infos div.pButton.pLast {
    background: url("/css/images/last.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}

#rightTabsCnt .infos div.pButton.pGoList {
    background: url("/img/icons/objectlist.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}

#rightTabsCnt .infos .pPageStat, #rightTabsCnt .pcontrol {
    overflow: visible;
    position: relative;
    top: 5px;
}

#rightTabsCnt .infos div.pButton {
    border: 0;
    cursor: pointer;
    height: 24px;
    width: 22px;
}

#rightTabsCnt .infos span {
    border: 0;
    height: 20px;
    width: 19px;
}

#rightTabsCnt .infos div.pButton {
    height: 24px;
    border: 0;
}

#rightTabsCnt .infos {
    /*display: inline-block;*/
    margin-top: 5px;
    text-align: center;
    width: 100%;
    height: 40px;
}

.gToolbar .gFieldAdvancedFilter .close {
    margin-left: 3px;
}

.gToolbar .gFieldAdvancedFilter .config {
    background: url('/img/icons/gears.png');
    background-position: center center;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    line-height: 15px;
    margin: 0 1px -5px 1px;
    text-align: center;
    width: 20px;
}

/*gridEditable start*/
.gridEditable-wrap {
    padding: 0 !important;
    margin: 0;
    /*position: relative;*/
}

.gridEditable-wrap .dateClear {
    right: 6px !important;
}

.flexigridTdContent, .gridEditable-wrap .inputCnt {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.gridEditable-wrap > * {
    width: 90%;
}

.gridEditable-wrap .inputCnt {
    position: relative;
    width: 100%;
}

.gridEditable-wrap .ui-datepicker-trigger {
    right: 26px;
}

.gridEditableInvalid {
    background: none !important;
    background-color: #F77070 !important;
}

.gridEditableInvalidRow {
    color: #cb0000 !important;
}

.gridValidationInfo {
    background-color: #D22121;
    padding: 2px 10px;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #871f1f;
    color: whitesmoke;

}

.gridForm .flexigrid {
    max-width: 100%;
}

.gridForm {
    float: left;
    width: 100%;
    max-width: 100%;
}

/*gridEditable stop*/

/* proste filtry w 2 kolumnach */
.dialog-search-left {
    float: left;
    width: 49%
}

.dialog-search-right {
    float: right;
    width: 49%

}

.dialog-search-right .numercFilterCnt, .dialog-search-left .numercFilterCnt {
    width: 73.5% !important;
}

/* proste filtry w 2 kolumnach */

/* naglowki flexi grida - text zawsze od lewej */
.flexigrid th > div {
    text-align: left !important;
}

/*KONIEC - naglowki flexi grida - text zawsze od lewej*/

/*feature selector*/
.featureSelector-table td {
    border-top: 1px solid #aaaaaa;
    padding: 3px;
    text-align: center;
}

.featureSelector-table th {
    background-color: #d9d9d9;
    padding: 3px;
    text-align: center;
}

.addCnt {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f9f9f9;
    border-color: -moz-use-text-color #a9a9af #a9a9af;
    border-image: none;
    border-radius: 0 0 0.6em 0.6em;
    border-right: 1px solid #a9a9af;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    display: inline-block;
    height: 20px;
    margin-left: 20px;
    padding: 2px 5px 0;
}

/*koniec feature selector*/

.formToolbar li.noteView {
    background-image: url('../img/icons/form_note.png');
}

.tabContent {
    height: 98%;
    width: 100%;
}

.formToolbar {
    display: inline-block;
    width: 100%;
}

.mainFormCnt {
    overflow: auto;
}

.viewSelection {
    overflow: hidden;
}

.ui-dialog.noOverflow .ui-dialog-content {
    overflow: visible;
}

.gridIconType {
    margin: 0 !important;
    padding: 0 !important;
}

.gridCnt .flexigrid div.pDiv {
    background-color: #efefef;
}

.gridCnt .flexigrid div.pDiv div.pItemGroup {
    margin-right: 5px;
}

.gridCnt .flexigrid div.pDiv div.pItem input {
    width: 20px;
}

input, select {
    outline: none;
}

.analyser {
    display: none;
}

.recordIcon {
    cursor: pointer;
    float: left;
    margin-top: 10px;
}

.wavedisplay {
    width: 100%;
    height: 70px;
    background: #c3c3c3;
    margin: 0 auto;
    display: block;
    /*float: left;*/
}

#viz {
    float: left;
    width: 90%
}

.recordActive {
    background-color: red;
    background: -webkit-radial-gradient(center, ellipse cover, #ff0000 0%, #efefef 75%, #efefef 100%, #7db9e8 100%);
    background: -moz-radial-gradient(center, ellipse cover, #ff0000 0%, #efefef 75%, #efefef 100%, #7db9e8 100%);
    background: radial-gradient(center, ellipse cover, #ff0000 0%, #efefef 75%, #efefef 100%, #7db9e8 100%);
}

.RecordElement {
    overflow: hidden;
}

#dialog-ballon {
    line-height: 25px;
    padding-top: 30px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 0.3em;
}

.ui-dialog.success {
    box-shadow: 0 0 5px #d6e9c6;
    border-color: #3c763d;
    padding: 0;
}

.ui-dialog.success .ui-dialog-content {
    background-color: #dff0d8;
    color: #3c763d;
}

.ui-dialog.error {
    box-shadow: 0 0 5px #ebccd1;
    border-color: #a94442;
    padding: 0;
}

.ui-dialog.error .ui-dialog-content {
    background-color: #f2dede;
    color: #a94442;
}

.ui-dialog.info {
    box-shadow: 0 0 5px #bce8f1;
    border-color: #31708f;
    padding: 0;
}

.ui-dialog.info .ui-dialog-content {
    background-color: #d9edf7;
    color: #31708f;
}

.additionalInformation {
    margin-bottom: 10px;
}

.DXPaginator {
    text-align: center;
}

.DXPaginator .infos .pItemGroup {
    border: 1px solid #A9A9AF;
    background-color: #BBBFC6;
    border-radius: 5px;
    display: inline-block;
    float: left;
    margin-top: 2px;
}

.DXPaginator .infos .pItemGroup:not(:last-child) {
    margin-right: 3px;
}

.DXPaginator .infos div.pButton.disabled {
    cursor: default;
    opacity: 0.3;
}

.DXPaginator .infos div.pButton.pFirst {
    background: url("/css/images/first.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}

.DXPaginator .infos div.pButton.pPrev {
    background: url("/css/images/prev.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}

.DXPaginator .infos div.pButton.pNext {
    background: url("/css/images/next.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}

.DXPaginator .infos div.pButton.pLast {
    background: url("/css/images/last.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}

.DXPaginator .infos div.pButton.pGoList {
    background: url("/img/icons/objectlist.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}

.DXPaginator .infos .pPageStat, #rightTabsCnt .pcontrol {
    overflow: visible;
    position: relative;
    top: 5px;
}

.DXPaginator .infos div.pButton {
    border: 0;
    cursor: pointer;
    height: 24px;
    width: 22px;
}

.DXPaginator .infos span {
    border: 0;
    height: 20px;
    width: 19px;
}

.DXPaginator .infos div.pButton {
    height: 24px;
    border: 0;
}

.DXPaginator .infos {
    display: inline-block;
    margin-top: 5px;
    text-align: center;
    /*width: 100%;*/
    height: 40px;
}

/*--------- chowanie x na dialogach --------*/
.no-close .ui-dialog-titlebar-close {
    display: none;
}

/*-----koniec  chowanie x na dialogach -----*/

.ui-autocomplete {
    z-index: 200 !important;
}

.ui-autocomplete-loading {
    background: url('/img/ajax-loader.gif') no-repeat right center !important;
}

ul.ui-autocomplete.ui-menu li:nth-child( odd ) {
    background-color: #eeeeee;
}

.userpreference .blockOption {
    width: 10px;
    height: 10px;
    float: left;
    margin-right: 2px;
    margin-top: 2px;
    cursor: pointer;
    border-radius: 5px;
}

.userpreference .blockOption.blocked {
    background: #a94442;
}

.userpreference .blockOption.unblocked {
    background: #3c763d;
}

.col-xs-2 {
    margin-top: 35px;
}

.removedObjectInfo {
    font-size: 2em;
    font-weight: bold;
    margin: 0 auto;
    width: 50%;
    text-align: center;
}

.subobjectLp {
    margin-right: 5px;
}

.gridEditable-wrap .addObjectIcon {
    top: 2px;
}

.additionalViewerIcon {
    position: absolute;
    right: 50px;
    top: 5px;
    cursor: pointer;
    display: none;
}

.autocompleteAdditionalViewerFilterWrap {
    display: inline-block;
    margin-left: 5px;
    width: 49%;
}

.additionalViewerSearchInfo {
    text-align: center;
    margin-bottom: 10px;
    color: #468F4B;
}

/*!
 * FullCalendar v1.6.1 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */


.fc {
	direction: ltr;
	text-align: left;
	}
	
.fc table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
html .fc,
.fc table {
	font-size: 1em;
	}
	
.fc td,
.fc th {
	padding: 0;
	vertical-align: top;
	}



/* Header
------------------------------------------------------------------------*/

.fc-header td {
	white-space: nowrap;
	}

.fc-header-left {
	width: 25%;
	text-align: left;
	}
	
.fc-header-center {
	text-align: center;
	}
	
.fc-header-right {
	width: 25%;
	text-align: right;
	}
	
.fc-header-title {
	display: inline-block;
	vertical-align: top;
	}
	
.fc-header-title h2 {
	margin-top: 0;
	white-space: nowrap;
	}
	
.fc .fc-header-space {
	padding-left: 10px;
	}
	
.fc-header .fc-button {
	margin-bottom: 1em;
	vertical-align: top;
	}
	
/* buttons edges butting together */

.fc-header .fc-button {
	margin-right: -1px;
	}
	
.fc-header .fc-corner-right,  /* non-theme */
.fc-header .ui-corner-right { /* theme */
	margin-right: 0; /* back to normal */
	}
	
/* button layering (for border precedence) */
	
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
	z-index: 2;
	}
	
.fc-header .fc-state-down {
	z-index: 3;
	}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
	z-index: 4;
	}
	
	
	
/* Content
------------------------------------------------------------------------*/
	
.fc-content {
	clear: both;
	}
	
.fc-view {
	width: 100%; /* needed for view switching (when view is absolute) */
	overflow: hidden;
	}
	
	

/* Cell Styles
------------------------------------------------------------------------*/

.fc-widget-header,    /* <th>, usually */
.fc-widget-content {  /* <td>, usually */
	border: 1px solid #ddd;
	}
	
.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
	background: #fcf8e3;
	}
	
.fc-cell-overlay { /* semi-transparent rectangle while dragging */
	background: #bce8f1;
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
	}
	


/* Buttons
------------------------------------------------------------------------*/

.fc-button {
	position: relative;
	display: inline-block;
	padding: 0 .6em;
	overflow: hidden;
	height: 1.9em;
	line-height: 1.9em;
	white-space: nowrap;
	cursor: pointer;
	}
	
.fc-state-default { /* non-theme */
	border: 1px solid;
	}

.fc-state-default.fc-corner-left { /* non-theme */
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	}

.fc-state-default.fc-corner-right { /* non-theme */
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	}

/*
	Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
	and we'll try to make them look good cross-browser.
*/

.fc-text-arrow {
	margin: 0 .1em;
	font-size: 2em;
	font-family: "Courier New", Courier, monospace;
	vertical-align: baseline; /* for IE7 */
	}

.fc-button-prev .fc-text-arrow,
.fc-button-next .fc-text-arrow { /* for &lsaquo; &rsaquo; */
	font-weight: bold;
	}
	
/* icon (for jquery ui) */
	
.fc-button .fc-icon-wrap {
	position: relative;
	float: left;
	top: 50%;
	}
	
.fc-button .ui-icon {
	position: relative;
	float: left;
	margin-top: -50%;
	*margin-top: 0;
	*top: -50%;
	}
	
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #333333;
	background-color: #e6e6e6;
	}

.fc-state-hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	   -moz-transition: background-position 0.1s linear;
	     -o-transition: background-position 0.1s linear;
	        transition: background-position 0.1s linear;
	}

.fc-state-down,
.fc-state-active {
	background-color: #cccccc;
	background-image: none;
	outline: 0;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
	}

	

/* Global Event Styles
------------------------------------------------------------------------*/
	 
.fc-event {
	border: 1px solid #3a87ad; /* default BORDER color */
	background-color: #3a87ad; /* default BACKGROUND color */
	color: #fff;               /* default TEXT color */
	font-size: .85em;
	cursor: default;
	}

a.fc-event {
	text-decoration: none;
	}
	
a.fc-event,
.fc-event-draggable {
	cursor: pointer;
	}
	
.fc-rtl .fc-event {
	text-align: right;
	}

.fc-event-inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	}
	
.fc-event-time,
.fc-event-title {
	padding: 0 1px;
	}
	
.fc .ui-resizable-handle {
	display: block;
	position: absolute;
	z-index: 99999;
	overflow: hidden; /* hacky spaces (IE6/7) */
	font-size: 300%;  /* */
	line-height: 50%; /* */
	}
	
	
	
/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
	border-width: 1px 0;
	margin-bottom: 1px;
	}

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
	border-left-width: 1px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	}

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
	border-right-width: 1px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	}
	
/* resizable */
	
.fc-event-hori .ui-resizable-e {
	top: 0           !important; /* importants override pre jquery ui 1.7 styles */
	right: -3px      !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: e-resize;
	}
	
.fc-event-hori .ui-resizable-w {
	top: 0           !important;
	left: -3px       !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: w-resize;
	}
	
.fc-event-hori .ui-resizable-handle {
	_padding-bottom: 14px; /* IE6 had 0 height */
	}
	
	
	
/* Reusable Separate-border Table
------------------------------------------------------------*/

table.fc-border-separate {
	border-collapse: separate;
	}
	
.fc-border-separate th,
.fc-border-separate td {
	border-width: 1px 0 0 1px;
	}
	
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
	border-right-width: 1px;
	}
	
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
	border-bottom-width: 1px;
	}
	
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
	border-top-width: 0;
	}
	
	

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid th {
	text-align: center;
	}

.fc .fc-week-number {
	width: 22px;
	text-align: center;
	}

.fc .fc-week-number div {
	padding: 0 2px;
	}
	
.fc-grid .fc-day-number {
	float: right;
	padding: 0 2px;
	}
	
.fc-grid .fc-other-month .fc-day-number {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
	}
	
.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 1px; /* distance between events and day edges */
	}
	
/* event styles */
	
.fc-grid .fc-event-time {
	font-weight: bold;
	}
	
/* right-to-left */
	
.fc-rtl .fc-grid .fc-day-number {
	float: left;
	}
	
.fc-rtl .fc-grid .fc-event-time {
	float: right;
	}
	
	

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc-agenda table {
	border-collapse: separate;
	}
	
.fc-agenda-days th {
	text-align: center;
	}
	
.fc-agenda .fc-agenda-axis {
	width: 50px;
	padding: 0 4px;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
	font-weight: normal;
	}

.fc-agenda .fc-week-number {
	font-weight: bold;
	}
	
.fc-agenda .fc-day-content {
	padding: 2px 2px 1px;
	}
	
/* make axis border take precedence */
	
.fc-agenda-days .fc-agenda-axis {
	border-right-width: 1px;
	}
	
.fc-agenda-days .fc-col0 {
	border-left-width: 0;
	}
	
/* all-day area */
	
.fc-agenda-allday th {
	border-width: 0 1px;
	}
	
.fc-agenda-allday .fc-day-content {
	min-height: 34px; /* TODO: doesnt work well in quirksmode */
	_height: 34px;
	}
	
/* divider (between all-day and slots) */
	
.fc-agenda-divider-inner {
	height: 2px;
	overflow: hidden;
	}
	
.fc-widget-header .fc-agenda-divider-inner {
	background: #eee;
	}
	
/* slot rows */
	
.fc-agenda-slots th {
	border-width: 1px 1px 0;
	}
	
.fc-agenda-slots td {
	border-width: 1px 0 0;
	background: none;
	}
	
.fc-agenda-slots td div {
	height: 20px;
	}
	
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
	border-top-width: 0;
	}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
	border-top-style: dotted;
	}
	
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
	*border-top-style: solid; /* doesn't work with background in IE6/7 */
	}
	


/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
	border-width: 0 1px;
	}

.fc-event-vert.fc-event-start {
	border-top-width: 1px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	}

.fc-event-vert.fc-event-end {
	border-bottom-width: 1px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	}
	
.fc-event-vert .fc-event-time {
	white-space: nowrap;
	font-size: 10px;
	}

.fc-event-vert .fc-event-inner {
	position: relative;
	z-index: 2;
	}
	
.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .25;
	filter: alpha(opacity=25);
	}
	
.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc-select-helper .fc-event-bg {
	display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
	}
	
/* resizable */
	
.fc-event-vert .ui-resizable-s {
	bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
	width: 100%      !important;
	height: 8px      !important;
	overflow: hidden !important;
	line-height: 8px !important;
	font-size: 11px  !important;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
	}
	
.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
	_overflow: hidden;
	}
	
	


/* 
    Created on : 2014-11-05, 10:58:03
    Author     : kamil
*/

.notificationCloud {
    box-shadow: 10px 10px 20px #015800;
    display: none;
    background-color: #6ce26c;
    width: 250px;
    position: absolute;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    z-index: 100;
}

.notificationTriangle {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #6ce26c;
    border-style: solid;
    border-width: 20px;
    display: block;
    height: 0;
    left: 200px;
    position: relative;
    top: -40px;
    width: 0;
}

.notificationContente {
    margin: -34px auto 6px;
    /*min-height: 50px;*/
    border-radius: 5px;
    background-color: whitesmoke;
    display: block;
    width: 230px;
    height: 100%;
    padding: 5px;
    text-align: center;
}

#notificationIcon {
    cursor: pointer;
}

#rightTabsItems {
    height: 75%;
    overflow: auto;
    width: 95%;
    margin: 0 auto;
    background-color: #f5f8f9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}

.rightTabNotifiItemCnt {
    border-bottom: 1px solid #5aaecd;
    padding-bottom: 5px;
}

.rightTabsFilterCnt {
    margin-bottom: 6px;
    overflow: hidden;
}

.rightTabNotifiItemHeadCnt {
    font-weight: bold;
}

/* -------------- rightTabs notification ---------------- */

.rightTabNotifiCnt {
    position: relative;
    height: 100%;
}

.newNotification {
    background-color: #6ce26c !important;
}

.rightTabNotifiItemBodyCnt {
    padding-left: 20px;
    padding-right: 10px;
    font-size: 10px;
    margin-top: 2px;
}

.notifiIconCnt {
    float: right;
    width: 13px;
}

.notifiIconCnt img {
    width: 13px;
    height: 13px;
}

.rightTabNotifiItemFooterCnt {
    overflow: hidden;
}

.rightTabNotifiItemFooterCnt > div {
    margin: 5px 2px 0 0;
    cursor: pointer;
}

.notifiItemCheckboxAll {
    margin-bottom: 10px;
    margin-left: 12px;
}

.rightTabsNotificationEmpty {
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
    width: 100%;
}

.rightTabsFilterCnt .gButtonFilterRemove {
    margin-left: 0;
    border: 1px solid #D92525;
    background-color: red;
    font-size: 17px;
    font-weight: bold;
    /* padding-bottom: 5px; */
    /* padding-top: 1px; */
    float: right;
    height: 18px;
    padding: 0px 4px;
    line-height: 14px;
    margin-right: 5px;
    cursor: pointer;
    color: #ffffff;
}

/*start paginator*/
#rightTabNotificationPaginator .pItemGroup {
    border: 1px solid #A9A9AF;
    background-color: #BBBFC6;
    border-radius: 5px;
    display: inline-block;
    float: left;
    margin-top: 2px;
}

#rightTabNotificationPaginator .infos .pItemGroup:not(:last-child) {
    margin-right: 3px;
}

#rightTabNotificationPaginator div.pItem {
    float: left;
    margin-right: 3px;
    margin-left: 3px;
}

#rightTabNotificationPaginator div.pItemGroup div.pItem {
    border-right: 1px solid #A9A9AF;
    margin-right: 0;
}

#rightTabNotificationPaginator div.pItemGroup div.pItem:hover {
    background-color: #a297d6;
}

#rightTabNotificationPaginator div.pButton.disabled {
    cursor: default;
    opacity: 0.3;
}

#rightTabNotificationPaginator div.pButton.pFirst {
    background: url("/css/images/first.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}

#rightTabNotificationPaginator div.pButton.pPrev {
    background: url("/css/images/prev.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}

#rightTabNotificationPaginator div.pButton.pNext {
    background: url("/css/images/next.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}

#rightTabNotificationPaginator div.pButton.pLast {
    background: url("/css/images/last.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}

#rightTabNotificationPaginator div.pButton.pGoList {
    background: url("/img/icons/objectlist.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}

#rightTabNotificationPaginator .pPageStat, #rightTabsCnt .pcontrol {
    overflow: visible;
    position: relative;
    top: 1px;
}

#rightTabNotificationPaginator div.pButton {
    border: 0;
    cursor: pointer;
    height: 24px;
    width: 22px;
}

#rightTabNotificationPaginator span {
    line-height: 30px;
    border: 0;
    height: 20px;
    width: 19px;
}

#rightTabNotificationPaginator div.pButton {
    height: 24px;
    border: 0;
}

#rightTabNotificationPaginator {
    bottom: 0;
    text-align: center;
    width: 95%;
    height: 40px;
    overflow: auto;
    background-color: #f5f8f9;
    margin: 0 auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-top: 5px;
}

#rightTabNotificationPaginator .pDiv {
    margin: 0 auto;
    overflow: hidden;
    width: 240px;
}
/*stop paginator*/

.rightTabNotifiItemFooterCreatorNameCnt {
    margin-left: 20px;
    color: #015800;
    font-size: 11px;
}

#helpContent{
    /*    width: 100px;
        height: 100px;
        top: 0px;
        left: 0px;
        background: red;
        position: absolute;
        z-index: 9999;*/
}
#helpContent .ui-accordion-content{
    padding: 0.3em;
}
#helpContent ul.helpList{
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 11px;
}
#helpContent ul.helpList li{
    width: 100%;
    min-height: 30px;
    display: inline-block;
}
#helpContent ul.helpList li:nth-child(even){
    background: #eee;
}
#helpContent ul.helpList li span.title{
    float: left;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 580px;
    padding:3px 0 3px 10px;
}
#helpContent ul.helpList li span.text{
    float: left;
    clear: left;
    padding: 3px;
}
#helpContent ul.helpList li span.icon{
    float: left;
    height: 20px;
    width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 3px 0;
}

.advancedSearch .header {
    background: #34AE67;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

.advancedSearch .conditions {
    float: left;
    clear: both;
    width: calc(70% - 5px);
    width: -webkit-calc(70% - 5px);
    width: -moz-calc(70% - 5px);
    /*background: blue;*/
    margin-top: 10px;
}

.advancedSearch .conditions .items > .item:first-child > .toConditions > .conditionType {
    display: none;
}

.advancedSearch .conditions .items {
    min-height: 30px;
    overflow-y: auto;
    overflow-x: hidden;
    /*padding-bottom: 20px;*/
    /*position: relative;*/
    /*display: flex;*/
    padding-bottom: 30px;
}

.advancedSearch .conditions > .items {

}

.advancedSearch .conditions .items .items {
    margin-left: 20px;
    border-left: solid 1px #777;
}

.advancedSearch .conditions .items > .item {
    /*height: 30px;*/
    /*line-height: 30px;*/
    display: inline-block;
    width: 100%;
}

.advancedSearch .conditions .items > .item:nth-child(even) {
    background: rgba(20, 20, 20, 0.2);
}

.advancedSearch .conditions .items > .item > .toConditions > .close {
    float: right;
    color: red;
    display: inline;
    font-size: 18px !important;
    font-weight: bold;
    line-height: 14px;
    padding: 0px 3px 4px 3px;
    margin-top: 7px;
    cursor: pointer;
}

.advancedSearch .conditions .items .item > .toConditions > .close:hover {
    color: white !important;
    background: red;
    border-radius: 0.3em;
}

.advancedSearch .toConditions, .advancedSearch .toGroups {
    display: none;
}

.advancedSearch .conditions .toConditions {
    cursor: move;
    display: block;

}

.advancedSearch .groups .toGroups {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.advancedSearch .conditions .toConditions > *:not(.items) {
    display: inline-block;
}

.advancedSearch .conditions .toConditions > a {
    color: red;
    padding: 8px;
}

.advancedSearch .conditions .toConditions span.display {
    padding: 3px;
    /*cursor: move;*/
}

.advancedSearch .conditions .toConditions .formField:hover label.error {
    display: block;
}

.advancedSearch .conditions .toConditions label.error {
    /*display: none;*/
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    padding: 0.5em;
}

.advancedSearch .groups {
    float: right;
    width: calc(30% - 5px);
    width: -webkit-calc(30% - 5px);
    width: -moz-calc(30% - 5px);
    /*background: red;*/
    /*border: solid 1px #000;*/
    margin-top: 10px;
}

.advancedSearch .groups .nogroup {
    width: calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    margin: 5px;
}

.advancedSearch .groups .group {
    background: #ddd;
    margin: 5px;
    width: calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    float: left;
}

@media screen and (min-width: 1600px) {
    .advancedSearch .groups .group .item {
        /*        max-width: calc(100% / 2 - 10px);
                max-width: -webkit-calc(100% / 2 - 10px);
                max-width: -moz-calc(100% / 2 - 10px);*/
        width: 50%;
        float: left;
        display: inline-block;
    }

}

.advancedSearch .groups .groupTitle {
    background: #ccc;
    padding: 5px;
}

.advancedSearch .groups .item {
    background-color: #ddd;
    /*    background-image: url('../img/icons/form_new.png');
        background-repeat: no-repeat;
        background-position: 5px center;*/
    /*padding-left: 25px;*/
    height: 30px;
    line-height: 30px;
    cursor: move;
}

.advancedSearch .sortable-placeholder {
    background-color: #c2b7f6;
    /*	border-radius: 10px;*/
    border: 1px solid #A9A9AF;

}

.advancedSearch .toConditions .parameter {
    float: right;
    margin-top: 7px;
}

.advancedSearch .conditions.parameterization {
    width: 100%;
}

.advancedSearch .conditions.parameterization .close, .advancedSearch .conditions.parameterization .parameter {
    display: none !important;
}

/*.advancedSearch .conditions.parameterization a {*/
/*color: black;*/
/*cursor: default;*/
/*}*/

.advancedSearch .info .value {
    margin: 0 0.5em;
}

.advancedSearch .info .value .item {
    line-height: 1.5em;
    padding: 0 0.5em;
}

.advancedSearch .info .value .item:nth-child(even) {
    background: rgba(20, 20, 20, 0.2);
}

	.ShowPicker{
			display:none;
			width:190px;
			height:auto;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			background-color: #daddde;
			border: 1px solid #999999;
			box-shadow: 2px 2px 2px #000000;
			color: #333333;
			position:relative;
			z-index:1000;
			margin-top:3px;
			margin-bottom:5px;
		}
    #OverlayTimePicker {
		display:block;
		width:100%;
		height:auto;	
	}
	.HeaderTimePicker {
		display:block;
		width:100%;
		height:18px;
	}
	.ButtonCloseTP {
		display:block;
		text-align:right;
		float:right;
		font-size:14px;
		font-weight:bold;
		text-align:center;
		color:#F00;
		width:20px;
		height:100%;
		margin-right:2px;
		margin-top:2px;
	}
	.ButtonCloseTP:hover {
		background-color:#c2b7f6;
		cursor:pointer;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}	
	.ErrorHeaderTP {
		text-align:center;
		font-size:10px;
		height:16px;
		margin-top:-5px;
		margin-bottom:5px;
		width:100%;
		color:#ff3333;	
		font-weight:bold;
		display:none;
	}
	.FooterTimePicker {
		display:block;
		width:100%;
		height:30px;
	}
	.ButtonSetTP {
		display:block;
		width: 100px;
		height:18px;
		margin-left:47px;
		margin-bottom:5px;
		-webkit-border-radius: 1em;
		-moz-border-radius: 1em;
		border-radius: 1em;
		background-color: #1b87d3;
		border-radius: 1em;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
		color: #ffffff;
		font-weight: bold;
		text-align: center;
		padding: 4px 0px;
		text-decoration: none;
		border:none;
	}
	.ButtonSetTP:hover {
		background-color:#c2b7f6;
		cursor:pointer;
	}
	.ContentTimePicker {
		display:block;
		width:100%;
		height:100px;
		margin-top:5px;
		margin-bottom:5px;
	}
	.ContentMinutesTP, .ContentHourTP {
		display:block;
		width:50%;
		float:left;	
	}
	.MinutesArrowTopTP, .HourArrowTopTP {
		display:block;
		width:75px;
		height:20px;
		text-align:center;
		margin-left:10px;
		cursor:pointer;
		-webkit-border-radius: 0.6em;
		-moz-border-radius: 0.6em;
		border-radius: 0.6em;
		font-weight:900;
		text-shadow: 0 1px 0 #194b7e;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
		color: #ffffff;
		background: linear-gradient(#5f9cc5, #396b9e) repeat scroll 0 0 #396b9e;
		border: 1px solid #aaaaaa;
	}
	.MinutesArrowBottomTP, .HourArrowBottomTP {
		display:block;
		width:75px;
		height:20px;
		background-color:#00F;
		text-align:center;
		margin-left:10px;
		cursor:pointer;
		-webkit-border-radius: 0.6em;
		-moz-border-radius: 0.6em;
		border-radius: 0.6em;
		font-weight:900;
		text-shadow: 0 1px 0 #194b7e;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
		color: #ffffff;
		background: linear-gradient(#396b9e, #5f9cc5) repeat scroll 0 0 #396b9e;
		border: 1px solid #aaaaaa;
	}
	.HourValueTimePicker {
		display:block;
		width:72px;
		height: 40px;
		margin-left:10px;
		margin-top:5px;
		margin-bottom:5px;
		text-align:center;
		font-weight:bold;
		-webkit-border-radius: 0.6em;
		-moz-border-radius: 0.6em;
		background-color: #f9f9f9;
		border: 1px solid #aaaaaa;
		border-radius: 0.6em;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
		color: #333333;
		text-shadow: 0 1px 0 #ffffff;
	}
	.MinutesValueTimePicker {
		display:block;
		width:72px;
		height: 40px;
		margin-left:10px;
		margin-top:5px;
		margin-bottom:5px;
		text-align:center;
		font-weight:bold;
		-webkit-border-radius: 0.6em;
		-moz-border-radius: 0.6em;
		background-color: #f9f9f9;
		border: 1px solid #aaaaaa;
		border-radius: 0.6em;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
		color: #333333;
		text-shadow: 0 1px 0 #ffffff;
	}
	.TimeClear {
		border-radius: 3px;
	    color: #f00;
	    cursor: pointer;
	    display: inline-block;
	    font-size: 18px;
	    font-weight: bold;
	    height: 20px;
	    line-height: 15px;
	    text-align: center;
	    width: 20px;
	    margin-top: -10px !important;
	    position: absolute;
	    right: 5px;
	    top: 50%;
	}
	.TimeClear:hover {
		background: none repeat scroll 0 0 #F00;
		color:#FFF
	
	}

/* 
    Created on : 2015-06-10, 10:39:59
    Author     : Kamil Rogala
*/
.contentDivisionElement{
    width: 100%;
    height: 100%;
}
.contentDivisionCol1, .contentDivisionCol2{
    overflow: auto;
    display: block;
} 
.contentDivisionElement .orientationH{
    float: left;
}
.lazyMessage{
    color: rgb(94, 93, 93);
    width: 80%;
    text-align: center;
    padding: 15px;
    margin: 15px auto;
    border: 1px solid darkgrey;
    border-radius: 5px;
}

.contentDivisionElement .tabContent.orientationW:first-child{
    border-bottom: 1px solid #A9A9AF;
}
.contentDivisionElement .tabContent.orientationH:first-child{
    border-right: 1px solid #A9A9AF;
}

/* 
    Created on : 2015-07-15, 09:18:15
    Author     : Kamil Rogala
*/

.stepNavigator{
    width: 70%;
    margin: 0 auto;
    padding-bottom: 100px;
}
.stepNavigator > div > img {
    width: 35px;
    cursor: pointer;
}
.navigatorBack{
    float: left;
}
.navigatorNext{
    float: right;
}
.stepContent{
    border: 1px solid darkgreen;
    border-radius: 5px;
    margin: 5px 10px 0;
}
.formContent{
    /*padding:5px;*/
}
.formContent .mainFormCnt{
    overflow: inherit;
}
.stepHead{
    width: 100%;
    height: 25px;
    background-color: darkgreen;
    color: whitesmoke;
}
.stepBack{
    float: left;
    text-align: center;
    width: 20px;
    cursor: pointer;
    margin: 3px;
}
.stepName{
    float: right;
    margin-top: 5px;
    width: calc(97% - 20px);
    text-align: center;
}

.formContentAsTable .ui-body {
    display: table;
    width: calc(100% - 8px);
    width: -moz-calc(100% - 8px);
    width: -webkit-calc(100% - 8px);
}

/*.formContentAsTable .ui-body .formField {*/
/*display: table-row;*/
/*}*/

/*.formContentAsTable .ui-body .formField label.field, .formContentAsTable .ui-body .formField div.inputCnt {*/
/*display: table-cell;*/
/*}*/

/*.formContentAsTable .ui-body .formField label.field {*/
/*padding: 0.2em 0;*/
/*}*/

.formContentAsTable .ui-body .formField:not(.noTable) {
    display: table-row;
}

.formContentAsTable .ui-body .formField:not(.noTable) label.field, .formContentAsTable .ui-body .formField:not(.noTable) div.inputCnt {
    display: table-cell;
}

.formContentAsTable .ui-body .formField:not(.noTable) label.field {
    padding: 0.2em 0;
}


.DXButtons ul.ull {
    float:right;
    text-align: right;
    list-style-type: none;
    padding: 0;
    border-radius: 0 0 5px 5px;
    border-left: 1px solid #A9A9AF;
    border-bottom: 1px solid #A9A9AF;
    text-shadow: 0 1px 0 #DDDDDD;
    background-color: #BBBFC6;
    color: #474C59;
    margin: 0;
    margin-right: 50px;
    font-size: 11px;
}

.DXButtons ul:first-child {
    margin-right: 0;
    border-radius: 0 0 0 5px;
}

.DXButtons ul li {
    display: inline-block;
    margin: 0;
    padding: 30px 15px 5px 15px;
    border-right: 1px solid #A9A9AF ;
    background-repeat: no-repeat;
    background-position: center 10px;
    min-width: 20px;
}

.DXButtons ul li:last-child {
    border-radius: 0 0 5px 0;
    border-right: 1px solid #A9A9AF;
}

.DXButtons ul:first-child li:last-child {
    border-right: none;
    border-radius: 0 0 0 0;
}

.DXButtons ul li:first-child {
    border-radius: 0 0 0 5px;
}

.DXButtons ul li:hover:not(.nohover), .DXButtons ul li.active {
    background-color: #c2b7f6;
    cursor: pointer;
}

.DXButtons li.modify, .icon-modify {
    background-image: url('../img/icons/form_modify.png');
}

.DXButtons li.close, .icon-close {
    background-image: url('../img/icons/form_close.png');
}

.DXButtons li.save, .icon-save {
    background-image: url('../img/icons/form_save.png');
}

.DXButtons li.saveclose, .icon-saveclose {
    background-image: url('../img/icons/form_saveclose.png');
}

.DXButtons li.cancel, .icon-cancel {
    background-image: url('../img/icons/form_cancel.png');
}

.DXButtons li.new, .toolbar li.new, .icon-new {
    background-image: url('../img/icons/form_new.png');
}

.DXButtons li.export, .icon-export {
    background-image: url('../img/icons/form_export.png');
}

.DXButtons li.remove, .icon-remove {
    background-image: url('../img/icons/form_remove.png');
}

.DXButtons li.generate, .DXButtons li.print, .icon-print {
    background-image: url('../img/icons/form_print.png');
}

.DXButtons li.accept, .icon-accept {
    background-image: url('../img/icons/form_accept.png');
}

.DXButtons li.import, .icon-import {
    background-image: url('../img/icons/form_import.png');
}

.DXButtons li.status, .icon-status, .DXButtons li.refresh {
    background-image: url('../img/icons/form_status.png');
}

.DXButtons li.logout, .icon-logout {
    background-image: url('../img/icons/form_logout.png');
}

.DXButtons li.wrongdata, .icon-wrongdata {
    background-image: url('../img/icons/wrongdata.png');
}

.DXButtons li.autosavepreview, .icon-autosavepreview {
    background-image: url('../img/icons/construction16.png');
}

.DXButtons li.help, .toolbar li.help, .icon-help {
    background-image: url('../img/icons/help.png');
}

.DXButtons li.operation, .icon-operation {
    background-image: url('../img/icons/creator_properties.png');
}

.DXButtons li.searchactivate, .icon-searchactivate {
    background-image: url('../img/icons/form_searchfind.png');
}

.DXButtons li.searchclear, .icon-searchclear {
    background-image: url('../img/icons/form_searchremove.png');
}

.DXButtons li.resetlist, .icon-resetlist {
    background-image: url('../img/icons/form_resetlist.png');
}

.DXButtons ul li.text {
    //nie działa za dobrze
    background: none;
    /*width: auto;*/
    padding: 0 5px;
    /*height: 100%;*/
    /*line-height: 30px;*/
    position: relative;
    margin: 0;
}
.DXButtons ul li.text span {
    /*position: absolute;*/
}
.DXButtons ul li.notext {
    width: 20px;
    background-position: center center;
}

.DXButtons ul.viewSelection li.disabled {
    line-height: 30px;
    padding-top: 0px;
    vertical-align: top;
    background-color: #d9d9df;
}

.DXButtons ul.viewSelection li.disabled:hover {
    background-color: #d9d9df;
    cursor: default;
}

.DXButtons ul.viewSelection {
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    border-radius: 5px;
    border-top: 1px solid #A9A9AF;
}

.DXButtons ul.viewSelection li {
    /*background-position: center 2px;
    padding-top: 17px;*/
    background-position: center 6px;
    padding-top: 23px;
}

.DXButtons ul.viewSelection li:first-child {
    border-radius: 5px 0 0 5px;
}

.DXButtons ul.viewSelection li:last-child {
    border-radius: 0 5px 5px 0;
    border-right: 1px solid #A9A9AF;
}

.DXButtons ul.viewSelection li.viewAct {
    background-color: #d9d9df;
    cursor: default;
}

.DXButtons li.historyView {
    background-image: url('../img/icons/form_historyview.png');
}

.DXButtons li.detailsView {
    background-image: url('../img/icons/form_detailsview.png');
}

.DXButtons .title{
    float: left;
    line-height: 39px;
    /*background: gray;*/
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    max-width: 50%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.DXButtons li.costcategorycontractView {
    background-image: url('../img/icons/costcategory.png');
}

.DXButtons li.costcategorysummaryView {
    background-image: url('../img/icons/costcategorysum.png');
}

.DXButtons li.costcategorymanagementView {
    background-image: url('../img/icons/costcategorymanagement.png');
}

.DXButtons li.costcategoryView {
    background-image: url('../img/icons/costcategory.png');
}
.DXButtons ul li.noborder {
    border: 0;
}
.DXButtons li.column_1 {
    background-image: url('../img/icons/column_1.png');
}
.DXButtons li.column_2 {
    background-image: url('../img/icons/column_2.png');
}
.DXButtons li.column_3 {
    background-image: url('../img/icons/column_3.png');
}
.DXButtons li.noteView {
    background-image: url('../img/icons/form_note.png');
}
.DXButtons{
    display: inline-block;
    width: 100%;
}
.DXButtons.small ul li{
    padding: 20px 15px 5px 15px;
    background-position: center 4px;
    min-width: 10px;
}

.mtooltip-span{
    position: absolute;
    z-index: 99999;
    background-color: #333333;
    color: #EFEFEF;
    border-radius: 3px;
    padding: 5px;
    font-weight: bold;
    font-size: 10px;
    text-wrap: none;
    white-space: nowrap;
}



.mergeObjectMainContent .formField:nth-child(even) {
    background-color: #d4d4d4;
}

.mergeObjectMainContent .formField div.inputCnt {
    border-radius: 0 0 0 0;
}

.mergeObjectMainContent {
    position: relative;
    margin: 5px;
}

.mergeObjectMainContent .formToolbar {
    position: absolute;
    top: -5px;
    right: -5px;
}

.mergeObjectLeft, .mergeObjectRight {
    width: 49%;
    float: left;
    margin: 3px;
    min-height: 500px;
    border-color: darkslategray;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
}

.mergeObjectCenter, .mergeObjectTitle {
    width: 100%;
    float: left;
    height: 60px;
    text-align: center;
    margin: 2px;
    font-size: 13px;
    font-weight: bold;
}

.mergeObjectCenter div {
    width: 97%;
    margin: 0 auto;
}

.mergeObjectCenterBis {
    float: left;
    margin-bottom: 5px;
}

.checkbox-box {
    float: left;
    /*margin-top: -5px;*/
}

.checkbox-box input {
    height: 20px;
}

.mergeObjectLeft .field {
    /*float: left;*/
}

/*rules for the plot target div.  These will be cascaded down to all plot elements according to css rules*/
.jqplot-target {
    position: relative;
    color: #666666;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1em;
/*    height: 300px;
    width: 400px;*/
}

/*rules applied to all axes*/
.jqplot-axis {
    font-size: 0.75em;
}

.jqplot-xaxis {
    margin-top: 10px;
}

.jqplot-x2axis {
    margin-bottom: 10px;
}

.jqplot-yaxis {
    margin-right: 10px;
}

.jqplot-y2axis, .jqplot-y3axis, .jqplot-y4axis, .jqplot-y5axis, .jqplot-y6axis, .jqplot-y7axis, .jqplot-y8axis, .jqplot-y9axis, .jqplot-yMidAxis {
    margin-left: 10px;
    margin-right: 10px;
}

/*rules applied to all axis tick divs*/
.jqplot-axis-tick, .jqplot-xaxis-tick, .jqplot-yaxis-tick, .jqplot-x2axis-tick, .jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick, .jqplot-yMidAxis-tick {
    position: absolute;
    white-space: pre;
}


.jqplot-xaxis-tick {
    top: 0px;
    /* initial position untill tick is drawn in proper place */
    left: 15px;
/*    padding-top: 10px;*/
    vertical-align: top;
}

.jqplot-x2axis-tick {
    bottom: 0px;
    /* initial position untill tick is drawn in proper place */
    left: 15px;
/*    padding-bottom: 10px;*/
    vertical-align: bottom;
}

.jqplot-yaxis-tick {
    right: 0px;
    /* initial position untill tick is drawn in proper place */
    top: 15px;
/*    padding-right: 10px;*/
    text-align: right;
}

.jqplot-yaxis-tick.jqplot-breakTick {
    right: -20px;
    margin-right: 0px;
    padding:1px 5px 1px 5px;
    /*background-color: white;*/
    z-index: 2;
    font-size: 1.5em;
}

.jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick {
    left: 0px;
    /* initial position untill tick is drawn in proper place */
    top: 15px;
/*    padding-left: 10px;*/
/*    padding-right: 15px;*/
    text-align: left;
}

.jqplot-yMidAxis-tick {
    text-align: center;
    white-space: nowrap;
}

.jqplot-xaxis-label {
    margin-top: 10px;
    font-size: 11pt;
    position: absolute;
}

.jqplot-x2axis-label {
    margin-bottom: 10px;
    font-size: 11pt;
    position: absolute;
}

.jqplot-yaxis-label {
    margin-right: 10px;
/*    text-align: center;*/
    font-size: 11pt;
    position: absolute;
}

.jqplot-yMidAxis-label {
    font-size: 11pt;
    position: absolute;
}

.jqplot-y2axis-label, .jqplot-y3axis-label, .jqplot-y4axis-label, .jqplot-y5axis-label, .jqplot-y6axis-label, .jqplot-y7axis-label, .jqplot-y8axis-label, .jqplot-y9axis-label {
/*    text-align: center;*/
    font-size: 11pt;
    margin-left: 10px;
    position: absolute;
}

.jqplot-meterGauge-tick {
    font-size: 0.75em;
    color: #999999;
}

.jqplot-meterGauge-label {
    font-size: 1em;
    color: #999999;
}

table.jqplot-table-legend {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 12px;
    margin-right: 12px;
}

table.jqplot-table-legend, table.jqplot-cursor-legend {
    background-color: rgba(255,255,255,0.6);
    border: 1px solid #cccccc;
    position: absolute;
    font-size: 0.75em;
}

td.jqplot-table-legend {
    vertical-align:middle;
}

/*
These rules could be used instead of assigning
element styles and relying on js object properties.
*/

/*
td.jqplot-table-legend-swatch {
    padding-top: 0.5em;
    text-align: center;
}

tr.jqplot-table-legend:first td.jqplot-table-legend-swatch {
    padding-top: 0px;
}
*/

td.jqplot-seriesToggle:hover, td.jqplot-seriesToggle:active {
    cursor: pointer;
}

.jqplot-table-legend .jqplot-series-hidden {
    text-decoration: line-through;
}

div.jqplot-table-legend-swatch-outline {
    border: 1px solid #cccccc;
    padding:1px;
}

div.jqplot-table-legend-swatch {
    width:0px;
    height:0px;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 6px;
    border-right-width: 6px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
}

.jqplot-title {
    top: 0px;
    left: 0px;
    padding-bottom: 0.5em;
    font-size: 1.2em;
}

table.jqplot-cursor-tooltip {
    border: 1px solid #cccccc;
    font-size: 0.75em;
}


.jqplot-cursor-tooltip {
    border: 1px solid #cccccc;
    font-size: 0.75em;
    white-space: nowrap;
    background: rgba(208,208,208,0.5);
    padding: 1px;
}

.jqplot-highlighter-tooltip, .jqplot-canvasOverlay-tooltip {
    border: 1px solid #cccccc;
    font-size: 0.75em;
    white-space: nowrap;
    background: rgba(208,208,208,0.5);
    padding: 1px;
}

.jqplot-point-label {
    font-size: 0.75em;
    z-index: 2;
}
      
td.jqplot-cursor-legend-swatch {
    vertical-align: middle;
    text-align: center;
}

div.jqplot-cursor-legend-swatch {
    width: 1.2em;
    height: 0.7em;
}

.jqplot-error {
/*   Styles added to the plot target container when there is an error go here.*/
    text-align: center;
}

.jqplot-error-message {
/*    Styling of the custom error message div goes here.*/
    position: relative;
    top: 46%;
    display: inline-block;
}

div.jqplot-bubble-label {
    font-size: 0.8em;
/*    background: rgba(90%, 90%, 90%, 0.15);*/
    padding-left: 2px;
    padding-right: 2px;
    color: rgb(20%, 20%, 20%);
}

div.jqplot-bubble-label.jqplot-bubble-label-highlight {
    background: rgba(90%, 90%, 90%, 0.7);
}

div.jqplot-noData-container {
    text-align: center;
    background-color: rgba(96%, 96%, 96%, 0.3);
}


/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010-2014 Happyworm Ltd
 * Licensed under the MIT license.
 *  - http://www.opensource.org/licenses/mit-license.php
 *
 * Author: Silvia Benvenuti
 * Skin Version: 4.4 (jPlayer 2.6.0)
 * Date: 1st April 2014
 */

div.jp-audio,
div.jp-audio-stream,
div.jp-video {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:1.25em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
	border:1px solid #009be3;
	background-color:#eee;
}
div.jp-audio {
	width:420px;
}
div.jp-audio-stream {
	width:182px;
}
div.jp-video-270p {
	width:480px;
}
div.jp-video-360p {
	width:640px;
}
div.jp-video-full {
	/* Rules for IE6 (full-screen) */
	width:480px;
	height:270px;
	/* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
	position:static !important; position:relative;
}

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
div.jp-video-full div div {
	z-index:1000;
}

div.jp-video-full div.jp-jplayer {
	top: 0;
	left: 0;
	position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */
	overflow: hidden;
}

div.jp-video-full div.jp-gui {
	position: fixed !important; position: static; /* Rules for IE6 (full-screen) */
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index:1001; /* 1 layer above the others. */
}

div.jp-video-full div.jp-interface {
	position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */
	bottom: 0;
	left: 0;
}

div.jp-interface {
	position: relative;
	background-color:#eee;
	width:100%;
}

div.jp-audio div.jp-type-single div.jp-interface {
	height:80px;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
	height:80px;
}

div.jp-audio-stream div.jp-type-single div.jp-interface {
	height:80px;
}

div.jp-video div.jp-interface {
	border-top:1px solid #009be3;
}

/* @group CONTROLS */

div.jp-controls-holder {
	clear: both;
	width:440px;
	margin:0 auto;
	position: relative;
	overflow:hidden;
	top:-8px; /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
}

div.jp-audio ul.jp-controls {
	width: 380px;
	padding:20px 20px 0 20px;
}

div.jp-audio-stream ul.jp-controls {
	width: 142px;
	padding:20px 20px 0 20px;
}

div.jp-video div.jp-type-single ul.jp-controls {
	width: 78px;
	margin-left: 200px;
}

div.jp-video div.jp-type-playlist ul.jp-controls {
	width: 134px;
	margin-left: 172px;
}
div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {
	display:inline;
	float: left;
}

div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width:40px;
	height:40px;
}

a.jp-play {
	background: url("jplayer.blue.monday.jpg") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("jplayer.blue.monday.jpg") -41px 0 no-repeat;
}
a.jp-pause {
	background: url("jplayer.blue.monday.jpg") 0 -42px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("jplayer.blue.monday.jpg") -41px -42px no-repeat;
}

a.jp-stop, a.jp-previous, a.jp-next {
	width:28px;
	height:28px;
	margin-top:6px;
}

a.jp-stop {
	background: url("jplayer.blue.monday.jpg") 0 -83px no-repeat;
	margin-left:10px;
}

a.jp-stop:hover {
	background: url("jplayer.blue.monday.jpg") -29px -83px no-repeat;
}

a.jp-previous {
	background: url("jplayer.blue.monday.jpg") 0 -112px no-repeat;
}
a.jp-previous:hover {
	background: url("jplayer.blue.monday.jpg") -29px -112px no-repeat;
}

a.jp-next {
	background: url("jplayer.blue.monday.jpg") 0 -141px no-repeat;
}
a.jp-next:hover {
	background: url("jplayer.blue.monday.jpg") -29px -141px no-repeat;
}

/* @end */

/* @group progress bar */

div.jp-progress {
	overflow:hidden;
	background-color: #ddd;
}
div.jp-audio div.jp-progress {
	position: absolute;
	top:32px;
	height:15px;
}
div.jp-audio div.jp-type-single div.jp-progress {
	left:110px;
	width:186px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	left:166px;
	width:130px;
}
div.jp-video div.jp-progress {
	top:0px;
	left:0px;
	width:100%;
	height:10px;
}
div.jp-seek-bar {
	background: url("jplayer.blue.monday.jpg") 0 -202px repeat-x;
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("jplayer.blue.monday.jpg") 0 -218px repeat-x ;
	width:0px;
	height:100%;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url("jplayer.blue.monday.seeking.gif");
}

/* @end */

/* @group volume controls */


a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
	width:18px;
	height:15px;
	margin-top:12px;
}

div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	margin-left: 210px;	
}
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	margin-left: 154px;
}

div.jp-audio-stream div.jp-type-single a.jp-mute,
div.jp-audio-stream div.jp-type-single a.jp-unmute {
	margin-left:10px;
}

div.jp-audio a.jp-volume-max,
div.jp-audio-stream a.jp-volume-max {
	margin-left: 56px;	
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute,
div.jp-video a.jp-volume-max {
	position: absolute;
	top:12px;
	margin-top:0;
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
	left: 50px;
}

div.jp-video a.jp-volume-max {
	left: 134px;
}

a.jp-mute {
	background: url("jplayer.blue.monday.jpg") 0 -170px no-repeat;
}
a.jp-mute:hover {
	background: url("jplayer.blue.monday.jpg") -19px -170px no-repeat;
}
a.jp-unmute {
	background: url("jplayer.blue.monday.jpg") -60px -170px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url("jplayer.blue.monday.jpg") -79px -170px no-repeat;
}
a.jp-volume-max {
	background: url("jplayer.blue.monday.jpg") 0 -186px no-repeat;
}
a.jp-volume-max:hover {
	background: url("jplayer.blue.monday.jpg") -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("jplayer.blue.monday.jpg") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-audio div.jp-volume-bar {
	top:37px;
	left:330px;
}
div.jp-audio-stream div.jp-volume-bar {
	top:37px;
	left:92px;
}
div.jp-video div.jp-volume-bar {
	top:17px;
	left:72px;
}
div.jp-volume-bar-value {
	background: url("jplayer.blue.monday.jpg") 0 -256px repeat-x;
	width:0px;
	height:5px;
}

/* @end */

/* @group current time and duration */

div.jp-audio div.jp-time-holder {
	position:absolute;
	top:50px;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
	left:110px;
	width:186px;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
	left:166px;
	width:130px;
}

div.jp-current-time,
div.jp-duration {
	width:60px;
	font-size:.64em;
	font-style:oblique;
}
div.jp-current-time {
	float: left;
	display:inline;
}
div.jp-duration {
	float: right;
	display:inline;
	text-align: right;
}

div.jp-video div.jp-current-time {
	margin-left:20px;
}
div.jp-video div.jp-duration {
	margin-right:20px;
}

/* @end */

/* @group playlist */

div.jp-details {
	font-weight:bold;
	text-align:center;
}

div.jp-details,
div.jp-playlist {
	width:100%;
	background-color:#ccc;
	border-top:1px solid #009be3;
}
div.jp-type-single div.jp-details,
div.jp-type-playlist div.jp-details,
div.jp-type-single div.jp-playlist {
	border-top:none;
}
div.jp-details ul,
div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	padding:0 20px;
	font-size:.72em;
}

div.jp-details li {
	padding:5px 0;
	font-weight:bold;
}
div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px solid #eee;
}

div.jp-playlist li div {
	display:inline;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

div.jp-type-playlist div.jp-playlist li:last-child {
	padding:5px 0 5px 20px;
	border-bottom:none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:7px;
}
div.jp-type-playlist div.jp-playlist a {
	color: #333;
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#0d88c1;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
	font-weight:bold;
	color:#666;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a{
	color:#666;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
	color:#0d88c1;
}
span.jp-artist {
	font-size:.8em;
	color:#666;
}

/* @end */

div.jp-video-play {
	width:100%;
	overflow:hidden; /* Important for nested negative margins to work in modern browsers */
	cursor:pointer;
	background-color:rgba(0,0,0,0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
}
div.jp-video-270p div.jp-video-play {
	margin-top:-270px;
	height:270px;
}
div.jp-video-360p div.jp-video-play {
	margin-top:-360px;
	height:360px;
}
div.jp-video-full div.jp-video-play {
	height:100%;
}
a.jp-video-play-icon {
	position:relative;
	display:block;
	width: 112px;
	height: 100px;

	margin-left:-56px;
	margin-top:-50px;
	left:50%;
	top:50%;

	background: url("jplayer.blue.monday.video.play.png") 0 0 no-repeat;
	text-indent:-9999px;
}
div.jp-video-play:hover a.jp-video-play-icon {
	background: url("jplayer.blue.monday.video.play.png") 0 -100px no-repeat;
}





div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}

div.jp-jplayer {
	background-color: #000000;
}





/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */

ul.jp-toggles {
	list-style-type:none;
	padding:0;
	margin:0 auto;
	overflow:hidden;
}

div.jp-audio .jp-type-single ul.jp-toggles {
	width:25px;
}
div.jp-audio .jp-type-playlist ul.jp-toggles {
	width:55px;
	margin: 0;
	position: absolute;
	left: 325px;
	top: 50px;
}

div.jp-video ul.jp-toggles {
	margin-top:10px;
	width:100px;
}

ul.jp-toggles li {
	display:block;
	float:right;
}

ul.jp-toggles li a {
	display:block;
	width:25px;
	height:18px;
	text-indent:-9999px;
	line-height:100%; /* need this for IE6 */
}

a.jp-full-screen {
	background: url("jplayer.blue.monday.jpg") 0 -310px no-repeat;
	margin-left: 20px;
}

a.jp-full-screen:hover {
	background: url("jplayer.blue.monday.jpg") -30px -310px no-repeat;
}

a.jp-restore-screen {
	background: url("jplayer.blue.monday.jpg") -60px -310px no-repeat;
	margin-left: 20px;
}

a.jp-restore-screen:hover {
	background: url("jplayer.blue.monday.jpg") -90px -310px no-repeat;
}

a.jp-repeat {
	background: url("jplayer.blue.monday.jpg") 0 -290px no-repeat;
}

a.jp-repeat:hover {
	background: url("jplayer.blue.monday.jpg") -30px -290px no-repeat;
}

a.jp-repeat-off {
	background: url("jplayer.blue.monday.jpg") -60px -290px no-repeat;
}

a.jp-repeat-off:hover {
	background: url("jplayer.blue.monday.jpg") -90px -290px no-repeat;
}

a.jp-shuffle {
	background: url("jplayer.blue.monday.jpg") 0 -270px no-repeat;
	margin-left: 5px;
}

a.jp-shuffle:hover {
	background: url("jplayer.blue.monday.jpg") -30px -270px no-repeat;
}

a.jp-shuffle-off {
	background: url("jplayer.blue.monday.jpg") -60px -270px no-repeat;
	margin-left: 5px;
}

a.jp-shuffle-off:hover {
	background: url("jplayer.blue.monday.jpg") -90px -270px no-repeat;
}


/* @end */

/* @group NO SOLUTION error feedback */

.jp-no-solution {
	padding:5px;
	font-size:.8em;
	background-color:#eee;
	border:2px solid #009be3;
	color:#000;
	display:none;
}

.jp-no-solution a {
	color:#000;
}

.jp-no-solution span {
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}

/* @end */


/* 
    Created on : 2014-06-16, 15:47:53
    Author     : kamil
*/

div.jp-audio, div.jp-audio-stream, div.jp-video{
    border: none !important;
}

div.jp-details{
    display: none !important;
}

.form-control {
    display: block;
    width: 100%;
    height: 16px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #222;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#dialog-MultilistSelector .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-block {
    display: block;
    width: 100%;
}

.addObjectIconMultilist {
    position: absolute;
    right: 0px;
    top: 7px;
    cursor: pointer;
}

.omTree {
    width: 40%;
    overflow-y: auto;
}

.omDetails {
    width: 57%;
}

.omDiv {
    height: 100%;
    float: left;
}

.omRight table td, .omRight table th {
    padding: 5px;
    width: 100px;
    text-align: center;
}

.omRight {
    width: 320px;
    margin: 0 auto;
}

.omInfo {
    text-align: center;
}

@CHARSET "UTF-8";

.gToolbar {
    height: 43px;
}

.gToolbar .gItem {
    margin-top: 5px;
    margin-left: 5px;
}

.gToolbar .gButtonFilterRemove, .gToolbar .gButtonFilterAdvancedRemove {
    margin-left: 0;
}

.formField div.inputCnt {
    padding: 0 0.3em;
}

.formField select {
    padding: 0.3em 0;
}

.formField input.search {
    padding: 0px;
    padding-left: 20px;
    padding-bottom: 4px
}

.statusTable thead th {
    padding: 3px;
}

.statusTable tbody td {
    padding: 3px;
}

.statusTable tbody td input[type="checkbox"] {
    margin-right: 3px;
}

#tLogo {
    width: 130px;
}

.mainRibbon .menuTabItem {
    height: 27px;
    padding: 3px;
    width: 150px;
}

.mainRibbon .triAct {
    top: 17px;
}

.mainRibbon .subtitle {
    margin-top: 1px;
}

.mainRibbon .menuTabSubItems {
    top: 60px;
}

.mainRibbon .menuTabsContent {
    height: 34px;
}

.tabCloseAll a {
    height: 16px !important;
    line-height: 19px;
}

#tMenu {
    height: 30px;
}

#tMenu span {
    margin-top: 5px !important;
    margin-bottom: 3px;
}

#tMenu span.close {
    line-height: 14px;
    margin-top: 6px !important;
}

#tMenu .tabItem {
    min-height: 16px;
    margin-top: 8px;
}

/*This will work for firefox*/
@-moz-document url-prefix() {
    #tMenu .tabItem {
        margin-top: 6px;
    }
}

#tMenu .tabParentLeft {
    height: 30px;
    background-image: url("/img/icons/toogle_left_small.png");
}

#tMenu .tabParentRight {
    height: 30px;
    background-image: url("/img/icons/toogle_right_small.png");
}

.tabItem > .close {
    top: -3px;
}

.formContentAsTable .ui-body .formField label.field {

}

.mtooltip-span {
    position: absolute;
    z-index: 99999;
    background-color: #333333;
    color: #EFEFEF;
    border-radius: 3px;
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
    max-width: 85%;

    text-wrap: normal;
    white-space: normal;
}

.mContentMargin2 {
    margin-left: 164px !important;
}

.flexigrid div.hDiv th, .flexigrid div.bDiv td {
    padding: 1px;
}

.footable-header {
    background-color: #cecece;
}

table.footable > tbody > tr.footable-empty > td {
    font-size: 15px;
}


