/* Add additional stylesheets below
-------------------------------------------------- */
/*
  Bootstrap's documentation styles
  Special styles for presenting Dokuvizs
*/
/* Body and structure
-------------------------------------------------- */
html,
body {
   position: relative;
   margin: 0;
   padding: 0;
}
body {
   padding-top: 5px;
}

/*.bs-docs-container {*/
/*}*/

input[type=color],
input[type=date],
input[type=month],
input[type=week],
input[type=time]
textarea {
  min-width: 64px;
  min-height: 35px;
  font-weight: 400;
  line-height: 1.3636;
  border-style: solid;
  border-width: 2px;
  background-clip: padding-box;
  padding: 2px 2px 2px 2px;
}

.radioClean {
    opacity: 1 !important;
}

[id='setTablMain_wrapper'] .btn-small {
	
	min-width: 75px;
    text-align: right;
}

[id='setTablMain_wrapper'].part-kit-g .btn-small {
	
	min-width: 120px;
}

.accordion {
	display: block;
    max-height: 316px;
    overflow-y: scroll;	
}

@media screen {
    .dvCanvas {
        border-style: ridge;
        overflow: auto;
        margin-left: 1px;
        width: calc(100% - 60px);
        height: 440px;        
    }
    
    .dvCanvas .canvas-container {
        width: 100%;
        height: 100%;
    }
    #myCFormDialog {
        top: 2%;
    }
    #cformForm {
        zoom: 90%;
    }
}

@media print {
    .dvCanvas {
        border-style: inherit;
        overflow: inherit;
    }
    html, body{
      width: 100%;
    }
    body div{
        max-width: 100%;
    }
    #myCFormDialog {
        position: relative;
    }
    #cformBody {
        overflow:visible;
    }
    #cformForm {
        left: 0;
        zoom: 85%;
        max-height:0;
        /*General*/
        transform: scale(0.8, 0.8);
        /*Firefox*/
        -moz-transform: scale(0.8, 0.8);
        /*Microsoft Internet Explorer*/
        -ms-transform: scale(0.8, 0.8);
        /*Chrome, Safari*/
        -webkit-transform: scale(0.8, 0.8);
        /*Opera*/
        -o-transform: scale(0.8, 0.8);
    }
    
    .modalFull {
        top:0;
    }
    .modal.fade {
        top:0;
    }
    .modal.fade.in {
        top:0;
    }
}

.currency {
  float:right;
}
.bs-docs-footer {
  padding-left:  15px;
  padding-right: 15px;
}

/* Back to top link */
.bs-docs-top {
  float: left;
  padding: 7px 15px;
  font-weight: 500;
  color: #999;
  background-color: #eee;
}
.bs-docs-top:hover {
  color: #fff;
  text-decoration: none;
  background-color: #999;
}
.bs-docs-top.affix {
  position: fixed;
  right:  15px;
  bottom: 15px;
}


#doc-container,
#doc-container > .row {
   position: relative;
   margin-top: 3px;
}

/* Inbox Table and form in Main Screen
-------------------------------------------------- */

.tblInbMenu {
    top:inherit;
    left:inherit;
}

.frmWideText {
    width: 70%;
}

.tblInbSmallDetail {
    font-size: 12px !important;
}

.tblSmallFont {
    font-size: 11px !important;
}

.tblTskButtonRow {
    height:44px;
}

.tblBtnLeft {
    margin-left: 10px;
}

.tblPLine {
    margin-bottom: 1px;
}

.tblCelDue {
    background-color: #FF6347 !important; /*Tomato*/
}
.tblCelClosed {
    background-color: #98FB98 !important; /*PaleGreen*/
}
.tblCelCanceled {
    background-color: #DA70D6 !important; /*Orchid*/
}

.wfInfoBox table {
    position: fixed;
    opacity: 0.9;
    left: 260px;
    top: 868px;
    background-color: rgb(190, 214, 255);
    line-height: 28px;
    box-sizing: border-box;
}

.wfInfoBox table td {
    padding-left: 5px;
}

/* modal dialog modifications */

.modalWide {
   width: 800px;
   left: 320px;
}
.modalFull {
   width: 100%;
   left: 282px;
}
/* Form Helpers */
.requiredInput {
    background-color: #c00;
    position: absolute;
    width: 3px;
    height: 29px;
}

.helpOrb {
    right: -23px;
    background-position: top left;
    position: absolute;
    vertical-align: middle;
    margin-right: .25em;
    background-image: url(/img/helpOrbs.gif);
    width: 20px;
    height: 15px;
    border: 0;
}

.helpButtonOn .helpOrb {
    background-position:top right;
}

.helpButton .helpOrb {
    background-position:top left;
}
/* Slide Out
-------------------------------------------------- */


.slide-out-properties, .slide-out-addWF, .slide-out-standardLib,
.slide-out-screenProps, .slide-out-defaultSettings {
  -webkit-border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  border-radius: 0 5px 5px 5px;
  display: inline-block;
  margin-top: 5px;
  background-color: #6b6d71;
  -webkit-box-shadow: 10px 10px 10px #e5e5e5, inset 0 0 4px #fcfcfc;
  -moz-box-shadow: 10px 10px 10px #e5e5e5, inset 0 0 4px #fcfcfc;
  box-shadow: 10px 10px 10px #e5e5e5, inset 0 0 4px #fcfcfc;
  border: solid 1px #acaaa8;
  background-image: -webkit-linear-gradient(bottom, #d5d5d5, #f6f6f6);
  background-image: -moz-linear-gradient(bottom, #d5d5d5, #f6f6f6);
  background-image: -o-linear-gradient(bottom, #d5d5d5, #f6f6f6);
  background-image: -ms-linear-gradient(bottom, #d5d5d5, #f6f6f6);
  background-image: linear-gradient(to top, #d5d5d5, #f6f6f6);
  float: left;
  width: 450px;
  top: 185px;
  padding:20px 40px 20px 20px;
}

.slide-out-properties>a, .slide-out-addWF>a, .slide-out-standardLib>a,
.slide-out-screenProps>a, .slide-out-defaultSettings>a {
  cursor: pointer;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  display: inline-block;
  padding-left: 1em;
  padding-right: 0;
  /* padding-top: 0.5em; */
  padding-bottom: 0.5em;
  margin-top: -1px;
  background-color: #6b6d71;
  -webkit-box-shadow: 0 1px 1px #fff, inset 0 0 4px #fcfcfc;
  -moz-box-shadow: 0 1px 1px #fff, inset 0 0 4px #fcfcfc;
  box-shadow: 0 1px 1px #fff, inset 0 0 4px #fcfcfc;
  border: solid 1px #acaaa8;
  background-image: -webkit-linear-gradient(bottom, #f0f0f0, #f5f5f4);
  background-image: -moz-linear-gradient(bottom, #f0f0f0, #f5f5f4);
  background-image: -o-linear-gradient(bottom, #f0f0f0, #f5f5f4);
  background-image: -ms-linear-gradient(bottom, #f0f0f0, #f5f5f4);
  background-image: linear-gradient(to top, #f0f0f0, #f5f5f4);
  float: left;	
}

.defaultSettingsHandle:after {
    content:"";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: url(../ico/defaultSettings.png) no-repeat;
    background-position: center;
}
.standardLibHandle:after {
    content:"";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: url(../ico/standardLibHandle.png) no-repeat;
    background-position: center;
}
.addWFHandle:after {
    content:"";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: url(../ico/addWF.png) no-repeat;
    background-position: center;
}
.propertiesHandle:after {
    content:"";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: url(../ico/editProp.png) no-repeat;
    background-position: center;
}
.screenPropsHandle:after {
    content:"";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: url(../ico/editScreen.png) no-repeat;
    background-position: center;
}

.slide-out-properties.open, .slide-out-addWF.open, .slide-out-standardLib.open,
.slide-out-screenProps.open, .slide-out-defaultSettings.open{
    padding:20px 20px 20px 20px;
    z-index: 2000;
    box-shadow: none;
}


.slide-out-properties, .slide-out-screenProps,
.slide-out-defaultSettings {
}

.slide-out-addWF, .slide-out-standardLib {
}

/* Property Tabs
-------------------------------------------------- */

.dvprop-tabs {
  *zoom: 1;
}

.dvprop-tabs:before,
.dvprop-tabs:after {
  display: table;
  line-height: 0;
  content: "";
}

.dvprop-tabs:after {
  clear: both;
}

.dvprop-tabs > li {
  float: left;
}

.dvprop-tabs > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.dvprop-tabs {
  border-bottom: 1px solid #888;
}

.dvprop-tabs > li {
  margin-bottom: -1px;
}

.dvprop-tabs > li > a {
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.dvprop-tabs > li > a:hover,
.dvprop-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}

.dvprop-tabs > .active > a,
.dvprop-tabs > .active > a:hover,
.dvprop-tabs > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #888;
  border-bottom-color: transparent;
}

.dvprop-tabs.nav-stacked {
  border-bottom: 0;
}

.dvprop-tabs.nav-stacked > li > a {
  border: 1px solid #888;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.dvprop-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

.dvprop-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.dvprop-tabs.nav-stacked > li > a:hover,
.dvprop-tabs.nav-stacked > li > a:focus {
  z-index: 2;
  border-color: #ddd;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.dvprop-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}


/* move down carets for tabs */

.dvprop-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

.dvprop-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}


.form-horizontal select {
	margin-top:1px;
	margin-bottom:1px;
	margin-left: 20px;
}

.form-horizontal input {
	margin-top:1px;
	margin-bottom:1px;
}

.form-horizontal button {
	margin-top:1px;
	margin-bottom:1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child {
  margin-top: 1px;    
  margin-bottom: 1px;
}

/* DVSettings - Start */

.dvsettings i {
    font-size:24px;
}

.dvsettings td {
    font-size:12px;
}

.dvsettings a:hover {
  color: #090;
  cursor: pointer;
}

.dvsettings textarea {
	max-width: 220px;
}

.dvsettings input:not([type='checkbox']) {
	width: 220px;
}

[id='gsetSFtblBody']  input:not([type='checkbox']) {
	width: 80%;
}

[id='gsetSFtblBody'] .btn.btn-small
{
	height: 28px;
    border: 1px solid #cccccc;
}

/* DVSettings - End */

/* Bootstrap Popover additional classes */

.popover.redWhitered {
  border-color: #00aaff;
  border-color: rgba(255, 0, 0, 0.25);
  color: #333333;
  background-color: #ffffff;
}
.popover.redWhitered .popover-title {
  color: #ffffff;
  background-color: #cc0000;
  border-bottom-color: #aa0000;
  -webkit-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
}
.popover.redWhitered.top .arrow:after {
  border-top-color: #ffffff;
}
.popover.redWhitered.right .arrow:after {
  border-right-color: #ffffff;
}
.popover.redWhitered.bottom .arrow:after {
  border-bottom-color: #ffffff;
}
.popover.redWhitered.left .arrow:after {
  border-left-color: #ffffff;
}
.popover.redWhitered.top .arrow {
  border-top-color: #ff0000;
  border-top-color: rgba(255, 0, 0, 0.25);
}
.popover.redWhitered.right .arrow {
  border-right-color: #ff0000;
  border-right-color: rgba(255, 0, 0, 0.25);
}
.popover.redWhitered.bottom .arrow {
  border-bottom-color: #ff0000;
  border-bottom-color: rgba(255, 0, 0, 0.25);
}
.popover.redWhitered.left .arrow {
  border-left-color: #ff0000;
  border-left-color: rgba(255, 0, 0, 0.25);
}


/* Image Drop Down Menu
-------------------------------------------------- */

.table .wfIconPicker {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	width:75px;
	height:55px;
	line-height:15px;
}

.table .wfIconPickerSmall {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	width:50px;
	height:50px;
	line-height:15px;
}

.table .wfIconPicker:hover {
  outline: 3px #225a68 solid;
}

.table .wfIconPicker > p{
	margin:0 0 0 0;
}

.table .wfIconBracket {
	font-family:Arial, Helvetica, sans-serif;
	width:80px;
}

/* Menue DropDown
-------------------------------------------------- */
.toolbMenuIcons:before{
    background:url(../ico/nodesAlign.png) no-repeat;
    content:"";
    float:left;
    width:20px;
    height:20px;
    margin:0 0 0 5px;
    text-indent: 5px;
}
.toolbMenuIcons.left:before{background-position:0 0}
.toolbMenuIcons.center:before{background-position:0 -20px}
.toolbMenuIcons.right:before{background-position:0 -40px}
.toolbMenuIcons.top:before{background-position:0 -60px}
.toolbMenuIcons.middle:before{background-position:0 -80px}
.toolbMenuIcons.bottom:before{background-position:0 -100px}

.toolbMenuIcons.textleft:before{background-position:0 -160px}
.toolbMenuIcons.textcenter:before{background-position:0 -180px}
.toolbMenuIcons.textright:before{background-position:0 -200px}
.toolbMenuIcons.texttop:before{background-position:0 -220px}
.toolbMenuIcons.textmiddle:before{background-position:0 -240px}
.toolbMenuIcons.textbottom:before{background-position:0 -260px}

/* Image Drop Down Menu
-------------------------------------------------- */

.imgDropDownInForm {
	margin-top:5px;
	}


/* Addflow shapes
-------------------------------------------------- */
.addflowShape{
	float:left;
	padding:0 !important;
	margin:0 5px 0 0;
	height:19px;
	background:url(../ico/AfShapes.gif) no-repeat;
}

.addflowShape.ellipse{background-position:0 0}
.addflowShape.or{background-position:-18px 0}
.addflowShape.sumjct{background-position:-36px 0}
.addflowShape.rect{background-position:-54px 0}
.addflowShape.preproc{background-position:-72px 0}
.addflowShape.intstore{background-position:-90px 0}
.addflowShape.decision{background-position:-108px 0}
.addflowShape.star{background-position:0 -18px}
.addflowShape.data{background-position:-18px -18px}
.addflowShape.extract{background-position:-36px -18px}
.addflowShape.merge{background-position:-54px -18px}
.addflowShape.octogon{background-position:-72px -18px}
.addflowShape.collate{background-position:-90px -18px}
.addflowShape.offpagecon{background-position:-108px -18px}
.addflowShape.iso9000{background-position:0 -36px}
.addflowShape.prep{background-position:-18px -36px}
.addflowShape.manualop{background-position:-36px -36px}
.addflowShape.looplimit{background-position:-54px -36px}
.addflowShape.card{background-position:-72px -36px}
.addflowShape.manualinp{background-position:-90px -36px}
.addflowShape.offpageref{background-position:-108px -36px}
.addflowShape.transport{background-position:0 -54px}
.addflowShape.delay{background-position:-18px -54px}
.addflowShape.terminator{background-position:-36px -54px}
.addflowShape.roundRect{background-position:-54px -54px}
.addflowShape.document{background-position:-72px -54px}

/* Addflow shapes
-------------------------------------------------- */
.extendShape{
	float:left;
	padding:0 !important;
	margin:0 1px 0 0;
	height:49px;
	width:49px;
	background:url(../ico/shapesneu.png) no-repeat;
}

.table .extendShape:hover {
  background-color: lightblue;
}


.extendShape.afEllipse{background-position:-100px -750px}
.extendShape.afRectangle{background-position:-100px -300px}
.extendShape.afRoundRect{background-position:-100px -150px}
.extendShape.afStar{background-position:-100px -50px}
.extendShape.afDiamond{background-position:0px -600px}
.extendShape.afPreparation{background-position:-50px -250px} /*hexagon*/
.extendShape.afOctogon{background-position:-100px -350px}

.extendShape.afnorthTriangle{background-position:-100px 0px}
.extendShape.afsouthTriangle{background-position:-150px -250px}
.extendShape.afData{background-position:0px -350px}  /*trapez*/

.extendShape.afProcessIso9000{background-position:-150px -300px}

.extendShape.afpreproc{background-position:-72px 0}
.extendShape.afintstore{background-position:-90px 0}
.extendShape.afdata{background-position:-18px -18px}
.extendShape.afextract{background-position:-36px -18px}
.extendShape.afmerge{background-position:-54px -18px}
.extendShape.afcollate{background-position:-90px -18px}
.extendShape.afoffpagecon{background-position:-108px -18px}
.extendShape.afmanualop{background-position:-36px -36px}
.extendShape.aflooplimit{background-position:-54px -36px}
.extendShape.afcard{background-position:-72px -36px}
.extendShape.afmanualinp{background-position:-90px -36px}
.extendShape.afoffpageref{background-position:-108px -36px}
.extendShape.afTransport{background-position:-100px -600px}
.extendShape.afdelay{background-position:-18px -54px}
.extendShape.afterminator{background-position:-36px -54px}
.extendShape.afdocument{background-position:-72px -54px}

.extendShape.jfCross{background-position:-100px -700px}
.extendShape.jfLeftArrow{background-position:0px -250px}
.extendShape.jfRightArrow{background-position:-50px -150px}

.extendShape.bpmProcess{background-position:-50px -200px}
.extendShape.bpmDecision{background-position:0px -600px}
.extendShape.bpmDocument{background-position:0px -450px}
.extendShape.bpmPredefinedProcess{background-position:-50px -50px}
.extendShape.bpmData{background-position:0px -350px}
.extendShape.bpmPapertape{background-position:-50px 0px}
.extendShape.bpmDatabase{background-position:0px -650px}
.extendShape.bpmDataStorage{background-position:0px -700px}
.extendShape.bpmMerge{background-position:0px -50px}
.extendShape.bpmMultiDocument{background-position:0px 0px}
.extendShape.bpmManualInput{background-position:0px -150px}
.extendShape.bpmManualOperation{background-position:0px -100px}
.extendShape.bpmInternalStorage{background-position:0px -300px}
.extendShape.bpmTapeData{background-position:-50px 0px}
.extendShape.bpmLooplimit{background-position:0px -200px}
.extendShape.bpmPreparation{background-position:-50px -250px}
.extendShape.bpmCard{background-position:0px -800px}
.extendShape.bpmDisplay{background-position:0px -500px}
.extendShape.bpmDelay{background-position:0px -550px}
.extendShape.bpmStartEnd{background-position:-50px -100px}
.extendShape.bpmConnector{background-position:0px -750px}
.extendShape.bpmOffpageReference{background-position:-50px -350px}
.extendShape.afOr{background-position:-50px -400px}
.extendShape.afSummingJunction{background-position:-50px -450px}

.extendShape.oSpeechBubbleLeft{background-position:-150px -50px}
.extendShape.oSpeechBubbleRight{background-position:-150px 0px}

.extendShape.afblank{background-position:-150px -800px}




/* Addflow Arrows
-------------------------------------------------- */

.addflowImagePos{
	float:left;
	padding:0 !important;
	margin:0 5px 0 0;
	height:	15px;
	background:url(../ico/AfImagePos.gif) no-repeat;
}

.addflowImagePos.leftTop{background-position:0px 0px}
.addflowImagePos.centerTop{background-position:-16px 0px}
.addflowImagePos.rightTop{background-position:-32px 0px}
.addflowImagePos.leftMiddle{background-position:0px -16px}
.addflowImagePos.centerMiddle{background-position:-16px -16px}
.addflowImagePos.rightMiddle{background-position:-32px -16px}
.addflowImagePos.leftBottom{background-position:0px -32px}
.addflowImagePos.centerBottom{background-position:-16px -32px}
.addflowImagePos.rightBottom{background-position:-32px -32px}

/* Addflow ImagePosition
-------------------------------------------------- */

.addflowArrow{
	float:left;
	padding:0 !important;
	margin:0 5px 0 0;
	height:	16px;
	background:url(../ico/AfArrowst.gif) no-repeat;
}

.addflowArrow.defaultLeft{background-position:0px 0px}
.addflowArrow.defaultRight{background-position:-16px 0px}
.addflowArrow.arrow2Left{background-position:0px -16px}
.addflowArrow.arrow2Right{background-position:-16px -16px}
.addflowArrow.losangeLeft{background-position:0px -32px}
.addflowArrow.losangeRight{background-position:-16px -32px}
.addflowArrow.forkLeft{background-position:0px -48px}
.addflowArrow.forkRight{background-position:-16px -48px}
.addflowArrow.closedForkLeft{background-position:0px -64px}
.addflowArrow.closedForkRight{background-position:-16px -64px}
.addflowArrow.openArrowLeft{background-position:0px -80px}
.addflowArrow.openArrowRight{background-position:-16px -80px}
.addflowArrow.noneLeft{background-position:0px -96px}
.addflowArrow.noneRight{background-position:-16px -96px}

/* picklist arrows */

.picklistArrowLeft,.picklistArrowRight,.rightArrowIcon,.leftArrowIcon,.doubleArrowUp,.upArrowIcon,.downArrowIcon,.doubleArrowDwn {
    background: transparent url(../ico/combobox_arrows.gif) no-repeat;
    width: 24px;
    height: 20px;
    margin: 0 2px;
}

.picklistArrowLeft,.leftArrowIcon {
    background-position: left -60px;
}

a:hover .picklistArrowLeft,a:hover .leftArrowIcon {
    background-position: left -80px;
}

.picklistArrowRight,.rightArrowIcon {
    background-position: left top;
}

a:hover .picklistArrowRight,a:hover .rightArrowIcon {
    background-position: left -20px;
}

.doubleArrowUp {
    background-position: left -240px;
}

a:hover .doubleArrowUp {
    background-position: left -260px;
}

.upArrowIcon {
    background-position: left -120px;
}

a:hover .upArrowIcon {
    background-position: left -140px;
}

.downArrowIcon {
    background-position: left -180px;
}

a:hover .downArrowIcon {
    background-position: left -200px;
}

.doubleArrowDwn {
    background-position: left -300px;
}

a:hover .doubleArrowDwn {
    background-position: left -320px;
}

/* Vertical Menu */
.dvVertMenu,
.dvVertMenu ul,
.dvVertMenu ul li,
.dvVertMenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dvVertMenu {
  width: 115%;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
}
.dvVertMenu ul ul {
  display: none;
}
.align-right {
  float: right;
}
.dvVertMenu > ul > li > a {
  padding: 15px 20px;
  border-top: 1px solid #dddddd;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #32373e;
}
.dvVertMenu > ul > li > a:hover,
.dvVertMenu > ul > li.active > a,
.dvVertMenu > ul > li.open > a {
  color: #32373e;
/*  background: #1fa0e4;
  background: -webkit-linear-gradient(#1fa0e4, #1992d1);
  background: -moz-linear-gradient(#1fa0e4, #1992d1);
  background: -o-linear-gradient(#1fa0e4, #1992d1);
  background: -ms-linear-gradient(#1fa0e4, #1992d1);
  background: linear-gradient(#1fa0e4, #1992d1);*/
}
.dvVertMenu > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #1682ba;
}
.dvVertMenu > ul > li:last-child > a,
.dvVertMenu > ul > li.last > a {
  border-bottom: 1px solid #dddddd;
}
.dvVertMenu > ul > li:first-child > a,
.dvVertMenu > ul > li.first > a {
  border-top: 0px solid #ffffff;
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
.dvVertMenu > ul > li > a:hover > span::after,
.dvVertMenu > ul > li.active > a > span::after,
.dvVertMenu > ul > li.open > a > span::after {
  border-color: #888888;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
.dvVertMenu ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid #32373e;
  border-left: 1px solid #32373e;
  border-right: 1px solid #32373e;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #eeeeee;
  background: #49505a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.dvVertMenu ul ul li:hover > a,
.dvVertMenu ul ul li.open > a,
.dvVertMenu ul ul li.active > a {
  background: #424852;
  color: #ffffff;
}
.dvVertMenu ul ul li:first-child > a {
  box-shadow: none;
}
.dvVertMenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.dvVertMenu ul ul ul li a {
  padding-left: 30px;
}
.dvVertMenu > ul > li > ul > li:last-child > a,
.dvVertMenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
.dvVertMenu > ul > li > ul > li.open:last-child > a,
.dvVertMenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
.dvVertMenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
.dvVertMenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.dvVertMenu ul ul li.active > a::after,
.dvVertMenu ul ul li.open > a::after,
.dvVertMenu ul ul li > a:hover::after {
  border-color: #ffffff;
}

.dvSideButtonBox {
    margin-top:20px;
}
.dvSideButton {
    margin-left:4% !important;
    margin-right:10% !important;
    margin-top:5px !important;
    margin-bottom:5px !important;
}


/* Horizontal Main Menu */

.dvMainMenu {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
}
.dvMainMenu ul,
.dvMainMenu ul li,
.dvMainMenu ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dvMainMenu ul {
  position: relative;
  z-index: 597;
  float: left;
}
.dvMainMenu ul li {
  float: left;
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
}
.dvMainMenu ul li.hover,
.dvMainMenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
.dvMainMenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
.dvMainMenu ul ul li {
  float: none;
}
.dvMainMenu ul ul ul {
  top: 1px;
  left: 99%;
}
/*.dvMainMenu ul li:hover > ul {*/
.dvMainMenu ul .active:hover > ul {
  visibility: visible;
}
.dvMainMenu ul ul {
  top: 1px;
}
.dvMainMenu ul li {
  float: none;
}
.dvMainMenu ul ul {
  margin-top: 1px;
}
.dvMainMenu ul ul li {
  font-weight: normal;
}
/* Custom CSS Styles */
.dvMainMenu:after,
.dvMainMenu ul:after {
  content: '';
  display: block;
  clear: both;
}
.dvMainMenu > ul > .active > a {
  color: #333333;
}
.dvMainMenu > ul > li > a {
  color: #d0d0d0;
}
.dvMainMenu ul ul a {
  color: #333333;
}
.dvMainMenu a {
  display: inline-block;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  padding: 0 10px;
  text-align: left;
  text-decoration: none;
}
.dvMainMenu span {
  padding-left: 5px;
}
.toolbMenuIcons span {
  padding-left: 10px;
}

.dvVtopMen {
  padding-right: 10px;  
}

.dvMainMenu a:hover {
  background: #f6f6f6;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  top: 0;
}
.dvMainMenu ul {
  background: #e5e5e5;
  list-style: none;
}
.dvMainMenu > ul {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAIAAACw1AcgAAAAA3NCSVQICAjb4U/gAAAAHUlEQVQImWN4+vQpEwMDAxMDAwPT////4exBIgYA2loa5nAttNYAAAAASUVORK5CYII=) 100% 100%;
  background: -moz-linear-gradient(top, #e5e5e5 0%, #dddddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #dddddd));
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #dddddd 100%);
  background: -o-linear-gradient(top, #e5e5e5 0%, #dddddd 100%);
  background: -ms-linear-gradient(top, #e5e5e5 0%, #dddddd 100%);
  background: linear-gradient(#e5e5e5 0%, #dddddd 100%);
  padding-top: 5px;
  width: 100%;
  min-height: 41px;
  z-index: 1601;
}
.dvMainMenu > ul > li {
  float: left;
  padding: 0 10px;
  position: relative;
}
.dvMainMenu > ul > li:hover > a {
  background: #f6f6f6;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}

.dvMainMenu .dvMainMenuTitle {
  float:right;
}

.dvMainMenu .dvMainMenuTitle:hover > a {
  background: rgba(0,0,0,0);
}

.dvMainMenu > ul > li a {
  line-height: 35px;
}
.dvMainMenu > ul > li a:hover {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.dvMainMenu .has-sub:hover ul {
  display: block;
}
.dvMainMenu .has-sub a {
  display: block;
  position: relative;
}
.dvMainMenu .has-sub > a:after {
  content: '';
  display: block;
  width: 10px;
  height: 9px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -5px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAYAAAALpr0TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRCQjdBNUNENDkzMTExRTI4NENBRkFDOUM5MUY0QzI2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRCQjdBNUNFNDkzMTExRTI4NENBRkFDOUM5MUY0QzI2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NEJCN0E1Q0I0OTMxMTFFMjg0Q0FGQUM5QzkxRjRDMjYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NEJCN0E1Q0M0OTMxMTFFMjg0Q0FGQUM5QzkxRjRDMjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4qSqkdAAAAtUlEQVR42nyOPQ6DMAyF3bSIKXeplGP0IL1EpU5dkZiQeoDegBt0ZO4BOjORABL5oX4RZCniDZbl99nPh6ZpjkR0pn19TlxclmW7lHOOANZSykue55uQtZbatiXBfdV1Hc3zvAnCY12FUqrm02Xf93/QOI40TdOLmadYZoUxhkIICUKC1hpthRJB3viy8ViMKCR470v23glcdB+GIT7PACEBSauZQN70eBrP4zIn3JC0+j8BBgCxDV02ZQEC4wAAAABJRU5ErkJggg==);
  -webkit-transform: rotate(360deg);
}
.dvMainMenu .has-sub ul {
  background: #f6f6f6;
  border: 1px solid #dddddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: none;
  padding: 10px 0;
  position: absolute;
  top: 34px;
  margin-left: 10px;
  width: 160px;
  z-index: 1;
}
.dvMainMenu .has-sub ul .has-sub > a {
  color: #d0d0d0;
}
.dvMainMenu .has-sub ul .disabled > a {
  color: #d0d0d0;
}
.dvMainMenu .has-sub ul .active > a {
  color: #303030;
}
.dvMainMenu .has-sub ul li:hover > a {
  color: #d0d0d0;
}
.dvMainMenu .has-sub ul .active:hover > a {
  background: #dddddd;
  color: #ae0001;
  border-color: #e5e5e5 transparent transparent transparent;
}
.dvMainMenu .has-sub ul a {
  line-height: 160%;
  padding: 3px 0;
}
.dvMainMenu .has-sub .has-sub a:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAYAAAALpr0TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjgwRkJGQzk4NDkzMTExRTI4M0U0QzE5NjJFN0U3RjNFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjgwRkJGQzk5NDkzMTExRTI4M0U0QzE5NjJFN0U3RjNFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODBGQkZDOTY0OTMxMTFFMjgzRTRDMTk2MkU3RTdGM0UiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODBGQkZDOTc0OTMxMTFFMjgzRTRDMTk2MkU3RTdGM0UiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6DuTwoAAAAtUlEQVR42nyOsQ3CMBBFj4CVyktkAvZgEJZAoqKNoMoEjMAGzEDnhtKyGztxYzvmznIsIUX5kq2T/rv7fyeE2APAEbb1OeAXGGObVAgBCHxxzk9t265C3ntQSkGD82CMgZTSKkge6pwB7HmXUibn3N/TWif0nsQ0ZbEfxxHmea6XyLTW0jjQl8Gu675o3IqRNU0TxBgf6L0rWHTFuFweAaAESlrMCuJmpNJUni5jwoWSFv8nwAA0tXChxwneNwAAAABJRU5ErkJggg==);
  -webkit-transform: rotate(360deg);
}
.dvMainMenu .has-sub .has-sub ul {
  background: #dddddd;
  left: 100%;
  top: 0;
  margin-left: 0;
}
.dvMainMenu .has-sub .has-sub ul a {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.dvMainMenu .has-sub .has-sub ul a:after {
  background-image: none;
}
.dvMainMenu .has-sub .has-sub ul a:hover {
  background: #bfbfbf;
}


/* Sections
-------------------------------------------------- */

/* Padding for in-page bookmarks */
section,
.bs-docs-section {
  padding-top: 30px;
}


.bs-docs-section h1, .bs-docs-section h2, .bs-docs-section h3, .bs-docs-section h4, .bs-docs-section h5, .bs-docs-section h6 {
   margin: 10px 0;
}

.bs-docs-section-header {
   background-color: #EEEEEE;
   border-left: 5px solid #0177DB;
   color: #444;
   /*margin-top: 60px;*/
   padding: 0 10px;
}

.bs-docs-section-header h1 {
   font-size: 42pt;
   line-height: 1;
}

/* Few stylistic typography tweaks */
section > .page-header,
section > .lead {
  color: #5a5a5a;
}
section > ul li {
  margin-bottom: 5px;
}



/* Separators (hr) */
.bs-docs-separator {
   margin: 40px 0 39px;
}


/* Faded out hr
hr.soften {
   height: 1px;
   margin: 70px 0;
   background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
   background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
   background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
   background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
   border: 0;
}
*/


/* Jumbotrons
-------------------------------------------------- */




/* Masthead (docs home)
------------------------- */




/* Special grid styles
-------------------------------------------------- */

.show-grid {
  margin-top: 10px;
  margin-bottom: 20px;
}
.show-grid [class*="span"] {
  background-color: #eee;
  text-align: center;
  min-height: 40px;
  line-height: 40px;
}
.show-grid [class*="span"]:hover {
  background-color: #ddd;
}
.show-grid .show-grid {
  margin-top: 0;
  margin-bottom: 0;
}
.show-grid .show-grid [class*="span"] {
  margin-top: 5px;
}
.show-grid [class*="span"] [class*="span"] {
  background-color: #ccc;
}
.show-grid [class*="span"] [class*="span"] [class*="span"] {
  background-color: #999;
}


/* Documentation Metro Navbar
-------------------------------------------------- */

.bs-docs-docs .navbar.metro-navbar.navbar-fixed-top {
   z-index: 1065;
}

.bs-docs-docs .navbar.metro-navbar .brand {
   line-height: 20px;
}
.bs-docs-docs .navbar.metro-navbar .brand small {
   font-size: 20px;
   line-height: 20px;
   display: block;
}



/* Sidenav
-------------------------------------------------- */

.bs-docs-sidebar {
   display: block;
}

.bs-docs-sidenav {
   position: fixed;
   width: 228px;
   height: 80%;
   margin: 0;
   padding: 0;
   background-color: #fff;
   overflow-y: auto;
}
   .bs-docs-sidenav.affix,
   .bs-docs-sidenav.affix-top,
   .bs-docs-sidenav.affix-bottom {
      top: 60px;
   }


/* Navigation
-------------------------------------------------- */

header h1 {display: inline;}

#top-info {
   display: block;
}
#top-info a {
   display: inline-block;
   height: 46px;
   color: #5A5A5A;
}
#top-info a:hover {
   color: #000;
}
   .top-info-block {
      display: block;
      float: left;
      margin-left: 8px;
   }
   #top-info b {
       display: inline-block;
       font-size: 38px;
       height: 46px;
       line-height: 46px;
       vertical-align: top;
       width: 46px;
      text-align: center;
   }
   #top-info hr.separator {
      background-color: #7B7B7B;
      border: 0 none;
      display: inline-block;
      height: 42px;
      margin: 2px 10px;
      padding: 0;
      vertical-align: top;
      width: 1px;
   }

/* Browser support icons
-------------------------------------------------- */
#browsers li i {
   font-size: 32px;
   font-weight: 300;
   line-height: 34px;
   color: #0177DB;
}



/* Bootstrap code dokuvizs
-------------------------------------------------- */

/* Base class */
.bs-docs-dokuviz {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  *padding-top: 19px;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* Echo out a label */
.bs-docs-dokuviz:after {
  content: "Connect";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #9da0a4;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}

/* Tweak display of the dokuvizs */
.bs-docs-dokuviz + .prettyprint {
  margin-top: -20px;
  padding-top: 15px;
}


/* Tweak content of dokuvizs for optimum awesome */
.bs-docs-dokuviz > p:last-child,
.bs-docs-dokuviz > ul:last-child,
.bs-docs-dokuviz > ol:last-child,
.bs-docs-dokuviz > blockquote:last-child,
.bs-docs-dokuviz > input:last-child,
.bs-docs-dokuviz > select:last-child,
.bs-docs-dokuviz > textarea:last-child,
.bs-docs-dokuviz > .table:last-child,
.bs-docs-dokuviz > .jumbotron:last-child,
.bs-docs-dokuviz > .alert:last-child,
.bs-docs-dokuviz > .panel:last-child,
.bs-docs-dokuviz > .list-group:last-child,
.bs-docs-dokuviz > .well:last-child {
  margin-bottom: 0;
}

/* Typography */
.bs-docs-dokuviz-type .table td {
  color: #999;
  vertical-align: middle;
  /*border-color: ;*/
}
.bs-docs-dokuviz-type .table td,
.bs-docs-dokuviz-type .table th {
  padding: 15px 0;
  border-color: #eee;
}
.bs-docs-dokuviz-type .table tr:first-child td,
.bs-docs-dokuviz-type .table tr:first-child th {
  border-top: 0;
}
.bs-docs-dokuviz-type h1,
.bs-docs-dokuviz-type h2,
.bs-docs-dokuviz-type h3,
.bs-docs-dokuviz-type h4,
.bs-docs-dokuviz-type h5,
.bs-docs-dokuviz-type h6 {
  margin: 0;
}

/* List groups */
.bs-docs-dokuviz > .list-group {
  max-width: 400px;
}

/* Navbar dokuvizs */
.bs-navbar-top-dokuviz,
.bs-navbar-bottom-dokuviz {
  z-index: 1;
  padding: 0;
  height: 90px;
  overflow: hidden; /* cut the drop shadows off */
}
.bs-navbar-top-dokuviz .navbar-fixed-top,
.bs-navbar-bottom-dokuviz .navbar-fixed-bottom {
  margin-left: 0;
  margin-right: 0;
}
.bs-navbar-top-dokuviz {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.bs-navbar-top-dokuviz:after {
  top: auto;
  bottom: -1px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.bs-navbar-bottom-dokuviz {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.bs-navbar-bottom-dokuviz .navbar {
  margin-bottom: 0;
}

/* dokuviz modals */
.bs-docs-dokuviz-modal {
  background-color: #f5f5f5;
}
.bs-docs-dokuviz-modal .modal {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  z-index: 1;
  display: block;
}
.bs-docs-dokuviz-modal .modal-dialog {
  left: auto;
  margin-left: auto;
  margin-right: auto;
}

/* dokuviz dropdowns */
.bs-docs-dokuviz > .dropdown > .dropdown-menu,
.bs-docs-dokuviz-submenu > .pull-left > .dropup > .dropdown-menu,
.bs-docs-dokuviz-submenu > .pull-left > .dropdown > .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 5px;
}
.bs-docs-dokuviz-submenu {
  min-height: 230px;
}
.bs-docs-dokuviz-submenu > .pull-left + .pull-left {
  margin-left: 20px;
}

/* dokuviz tabbable tabs */
.bs-docs-dokuviz-tabs .nav-tabs {
  margin-bottom: 15px;
}

/* Tooltips */
.bs-docs-tooltip-dokuvizs {
  text-align: center;
  margin: 0 0 10px;
  list-style: none;
}
.bs-docs-tooltip-dokuvizs li {
  display: inline;
  padding: 0 10px;
}

/* Popovers */
.bs-docs-dokuviz-popover {
  padding-bottom: 24px;
  background-color: #f9f9f9;
}
.bs-docs-dokuviz-popover .popover {
  position: relative;
  display: block;
  float: left;
  width: 260px;
  margin: 20px;
}


/* Dropdowns */
.bs-docs-dokuviz-submenus {
  min-height: 180px;
}
.bs-docs-dokuviz-submenus > .pull-left + .pull-left {
  margin-left: 20px;
}
.bs-docs-dokuviz-submenus .dropup > .dropdown-menu,
.bs-docs-dokuviz-submenus .dropdown > .dropdown-menu {
  display: block;
  position: static;
  margin-bottom: 5px;
  *width: 180px;
}


/* Metro Page Header */
.bs-docs-dokuviz-metro-page-header h1 {
   margin-top: 4px;
}

.bs-docs-dokuviz-metro-page-header h5 {
   margin: 0;
}

/* Toast notifications */
.bs-docs-dokuviz-toasts-demo .toast {
   display: none;
}

.bs-docs-dokuviz-toasts .toast h4 {
   margin: 0;
}


/* Pivot */
.bs-docs-dokuviz-pivot {
   background-color: #FFF;
}



/* ListView */
.bs-docs-dokuviz-listview .listview {
   border: solid 2px rgba(0, 0, 0, 0.13);
   height: 240px;
   background-color: #FFF;

}
.bs-docs-dokuviz-listview .listview.list-layout {
   height: 340px;
}

.bs-docs-dokuviz-listview .listview-item h4,
.bs-docs-dokuviz-listview .listview-item h5{
   margin: 0;
}


/* Tiles */
.bs-docs-dokuviz-tiles .tile {
   float: none;
}


/* ******************* REDIPS Drag Drop ******************* */

/* drag container */
.main_container{
	margin: auto;
}
		/* container for the left table */
		.main_container #left{
		}
		/* container for the main table and message line below */
		.main_container #right, .main_container #filter{
			padding-left: auto;
			padding-right: 0px;
			/* align div to the right */
			margin-left: auto;
			overflow-x: auto;
			margin-top: 15px;
			margin-bottom: 15px;
		}
		.main_container #group{
			display: inline-block;
		}
/* drag objects (DIV inside table cells) */
.drag{
	cursor: move;
	margin: auto;
	z-index: 10;
	color: #222;
	text-align: center;
	font-size: 10pt; /* needed for cloned object */
    letter-spacing: 0;
    font-family: "Helvetica Narrow","Arial Narrow",Tahoma,Arial,Helvetica,sans-serif;
	opacity: 0.7;
	filter: alpha(opacity=70);
	/* without width, IE6/7 will not apply filter/opacity to the element ?! */
	/* IE needs element layout */
	line-height: 20px;
	/* border */
	border: 1px solid #555;
	/* round corners */
	border-radius: 3px;
	-moz-border-radius: 3px; /* FF */
}

.tblSideBySide{
    display: inline-block;
    vertical-align: top;
}

.tblExtObjInput {
    margin: 3px !important;
    float: left;
    width: 98%;
}

/* tables */
div#drag table {
	background-color: #eee;
	border-collapse: collapse;
}
div#drag #tableL {
    /*height:400px;*/
}

div#drag #tableR {
}
    .rdDragDropTarget {
        background-color: Azure;
    }

    .rdWFField {
       background: PaleGreen;
       width: 158px;
       min-height: 20px;
       text-align: center;
       text-overflow: ellipsis;
       padding: 5px;
       vertical-align: middle;
       word-break: break-word;
    }
    .rdTaskField {
       background: LightSkyBlue;
       width: 158px;
       min-height: 20px;
       text-align: center;
       text-overflow: ellipsis;
       padding: 5px;
       vertical-align: middle;
       word-break: break-word;    }

    .rdVarField {
       background: Yellow;
       width: 158px;
       min-height: 20px;
       text-align: center;
       text-overflow: ellipsis;
       padding: 5px;
       vertical-align: middle;
       word-break: break-word;
    }

    .rdMSField {
       background: tomato  ;
	width: 110px;
	height: 20px;
    }

div#drag td, div#drag th{
	border-style: solid;
	border-width: 1px;
	border-color: white;
	height: 32px;
	text-align: center;
	font-size: 10pt;
	padding: 2px;
}
/* left table - td */
div#drag #tableL td{
        border-width: 0px 0px 1px 0px;
        border-color: white;
}

/* right table - td */
div#drag #tableR td, div#drag #tableG td{
        width: 120px;
        border-width: 1px 1px 1px 1px;
        border-color: #8585CF;
        font-weight: normal;
}

/* right table - th */
div#drag #tableR th{
        border-width: 3px 0px 0px 3px;
        border-color: #DDC5B5;
        font-weight: normal;
}

/* right table - upper right cell */
div#drag #tableR .upper_right{
        border-width: 0px;
}

/* right table - lower left cell */
div#drag #tableR .lower_left{
        border-width: 0px;
}

div#drag #tableBO {
    /* setting z-index and opacity were messing things up (dragged DIV element goes below element in lower rows) */
    /* http://stackoverflow.com/questions/2816780/div-popup-inside-td */
/* 	opacity: 0.7; */
/* 	filter: alpha(opacity=70); */
    width: 200px;
}

div#drag #tableBT {
    /* setting z-index and opacity were messing things up (dragged DIV element goes below element in lower rows) */
    /* http://stackoverflow.com/questions/2816780/div-popup-inside-td */
/* 	opacity: 0.7; */
/* 	filter: alpha(opacity=70); */
    width: 340px;
}


div#drag #tableBO td,
div#drag #tableBT td,div#drag #tableBT th {
	border-style: solid;
	padding: 0px;
}
/* left table - td */
div#drag #tableBO td {
        border-width: 0px 0px 1px 0px;
        border-color: white;
}

/* right table - td */
div#drag #tableBT td {
        border: 2px #DDC5B5 solid;
}




.expanded-group{
    background: url("../ico/dataTables/minus.jpg") no-repeat scroll left center transparent;
    background-color: LightSkyBlue !important;
    padding-left: 15px !important;
}

.collapsed-group{
    background: url("../ico/dataTables/plus.jpg") no-repeat scroll left center transparent;
    background-color: LightSkyBlue !important;
    padding-left: 15px !important
}

/* Reporting */

/*
.repTFBox {
    border-width: 1px;
    border-color: blue;
    border-style: solid;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}
*/
.repTFSelBox {
    margin-top: 17px;
    vertical-align: top;
    min-width: 280px;
}



/* Welcome getting started
-------------------------------------------------- */
#getting-started .btn.btn-large {
   line-height: 34px;
   font-size: 24px;
}
   #getting-started .btn.btn-large i {
      font-size: 32px;
      line-height: 32px;
      margin-left: 20px;
   }



/* Icons
-------------------------------------------------- */

#icomoon-container .the-icons.clearfix:before,
#icomoon-container .the-icons.clearfix:after { content: ""; display: table; }
#icomoon-container .the-icons.clearfix:after { clear: both; }

#icomoon-container .the-icons {
  padding-bottom: 1px;
  margin-left: 0;
  list-style: none;
  margin-bottom: 20px;
  overflow: hidden;
}

#icomoon-container .the-icons .box1 {
   display: inline-block;
   vertical-align: top;
   width: 12em;
   height: 110px;
   margin: 0 -1px -1px 0;
   padding: 10px;
   border: 1px solid #ddd;
   font-size: 12px;
   line-height: 1.25;
   text-align: center;
   letter-spacing: normal;
   -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#icomoon-container .the-icons .box1 span {
  display: block;
  margin: 5px auto;
  vertical-align: middle;
  /*margin-right: 3px;*/
  font-size: 32px;
}
#icomoon-container .the-icons .box1:hover {
  background-color: rgba(255,0,0,.1);
}



/* Responsive docs
-------------------------------------------------- */

/* Related: responsive utilities tables */
.table code {
  font-size: 13px;
  font-weight: normal;
}

/* Utility classes table
------------------------- */
.responsive-utilities th small {
  display: block;
  font-weight: normal;
  color: #999;
}
.responsive-utilities tbody th {
  font-weight: normal;
}
.responsive-utilities td {
  text-align: center;
}
.responsive-utilities td.is-visible {
  color: #468847;
  background-color: #dff0d8 !important;
}
.responsive-utilities td.is-hidden {
  color: #ccc;
  background-color: #f9f9f9 !important;
}

/* Responsive tests
------------------------- */
.responsive-utilities-test {
  margin-top: 5px;
  margin-left: 0;
  list-style: none;
  overflow: hidden; /* clear floats */
}
.responsive-utilities-test li {
  position: relative;
  float: left;
  width: 25%;
  height: 43px;
  font-size: 14px;
  font-weight: bold;
  line-height: 43px;
  color: #999;
  text-align: center;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.responsive-utilities-test li + li {
  margin-left: 10px;
}
.responsive-utilities-test span {
  position: absolute;
  top:    -1px;
  left:   -1px;
  right:  -1px;
  bottom: -1px;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
}
.responsive-utilities-test span {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}



/* Footer
-------------------------------------------------- */

.bs-docs-footer {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 100px;
  border-top: 1px solid #e5e5e5;
}
.bs-docs-footer p {
  margin-bottom: 0;
  color: #777;
}
.footer-links {
  margin: 10px 0;
}
.footer-links li {
  display: inline;
  padding: 0 2px;
}
.footer-links li:first-child {
  padding-left: 0;
}

/* Social proof buttons from GitHub & Twitter */
.bs-docs-social {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}
/* Quick links on Home */
.bs-docs-social-buttons {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  list-style: none;
}
.bs-docs-social-buttons li {
  display: inline-block;
  padding: 5px 8px;
  line-height: 1;
}
.bs-docs-social-buttons .twitter-follow-button {
  width: 225px !important;
}
.bs-docs-social-buttons .twitter-share-button {
  width: 98px !important;
}




/* Misc docs stuff
-------------------------------------------------- */

/* Pseudo :focus state for showing how it looks in the docs */
input.focused {
  border-color: rgba(82,168,236,.8);
  outline: 0;
  outline: thin dotted \9; /* IE6-9 */
  -moz-box-shadow: 0 0 8px rgba(82,168,236,.6);
       box-shadow: 0 0 8px rgba(82,168,236,.6);
}

/* Scrollspy demo on fixed height div */
.scrollspy-dokuviz {
  position: relative;
  height: 200px;
  margin-top: 10px;
  overflow: auto;
}

.highlight {
  padding: 9px 14px;
  margin-bottom: 14px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
}
.highlight pre {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
}
.highlight pre code {
  font-size: inherit;
  color: #333; /* Effectively the base text color */
}
.highlight pre .lineno {
  display: inline-block;
  width: 22px;
  padding-right: 5px;
  margin-right: 10px;
  text-align: right;
  color: #bebec5;
}




/* Docs gallery
-------------------------------------------------- */

.bs-docs-gallery .thumbnail {
  max-width: 400px;
  margin: 0 auto 20px;
}





/* Metro Components
-------------------------------------------------- */

.win-command.orange .win-commandicon,
.win-command.orange .win-label {
   color: #F09609;
}
.win-command.orange .win-commandring {
   border-color: #F09609;
}
.win-command.orange:hover .win-commandring {
   background-color: rgba(240, 150, 9, 0.4);
}


/* Alerts
----------------- */

#alerts-container {
   position: fixed;
   top: 5px;
   right: 5px;
   padding: 0;
   z-index: 1100;
}

#alerts-container .toast {
   /* add a shadow */
   -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
      box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}



/* Responsive variations
-------------------------------------------------- */

/* Hide code snippets on mobile devices */
@media screen and (max-width: 480px) {
  .bs-docs-dokuviz {
    border-radius: 0;
  }
  .highlight {
    display: none;
  }
}

/* Tablets and up */
@media screen and (min-width: 768px) {

  /* Account for fixed navbar (which is static to start) */
  /*.bs-docs-docs {*/
    /*padding-left: 260px;*/
  /*}*/

  /* Undo custom padding */
  .bs-docs-container,
  .bs-home-container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 4px;
  }

  .modal-body .bs-docs-container, .modal-body .bs-home-container  {
    margin-left: 0px;  
  }
  
  /* Show the docs nav */
  .bs-docs-sidebar {
    display: block;
  }

   /* Adjust sidenav width */
   .bs-docs-sidenav {
      width: 166px;
      margin-top: 20px;
   }
   .bs-docs-sidenav.affix {
      top: 110px;
   }


   /* Tweak display of docs jumbotrons */
  .masthead {
    padding-top:    100px;
    padding-bottom: 100px;
  }
  .masthead h1 {
    font-size: 100px;
  }
  .masthead p {
    font-size: 30px;
    margin-left: 10%;
    margin-right: 10%;
  }
  .subhead {
    padding-top:    60px;
    padding-bottom: 60px;
    text-align: left;
  }

}

/* Tablets/desktops and up */
@media screen and (min-width: 992px) {

  /*.bs-docs-docs {*/
    /*padding-left: 280px;*/
  /*}*/

  /* Icons
  .the-icons li {
    width: 12.5%;
  }*/
   /* When affixed, space properly */
   .bs-docs-sidenav {
      top: 0;
      width: 218px;
      margin-top: 13px;
      margin-right: 0;
   }

}

/* Large desktops and up */
@media screen and (min-width: 1200px) {
  /*.bs-docs-docs {*/
    /*padding-left: 300px;*/
  /*}*/
   .bs-docs-container {
      max-width: 970px;
   }
   .bs-docs-sidenav {
      width: 258px;
   }
   .bs-docs-sidenav > li > a {
      width: 230px \9; /* Override the previous IE8-9 hack */
   }

}

/* Large desktops and up */
@media screen and (min-width: 1365px) {

	.bs-docs-container {
      max-width: inherit;
   }
}

.dataTables_scrollBody {
    min-height: 300px ! important;
}

.dataTables_empty {
    height: 281px ! important;
    vertical-align: middle ! important;
}

.dataTables_filter {
    padding: 5px 15px 5px 5px ! important;
    box-sizing: border-box ! important;
}

.modal-body .dataTables_scrollBody {
    min-height:auto ! important;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-menu {    /* used to be tt-dropdown-menu in older versions */
  /*width: 422px;*/
  margin-top: 2px;
  padding: 2px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
  font-size: 9pt ;
}
.tt-dataset tr{
}
.tt-dataset td{
}
.tt-dataset th{
}

.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px;
  font-size: 9pt ;
}

.tt-suggestion.tt-cursor,.tt-suggestion:hover {
  color: #fff;
  background-color: #0097cf;
  font-size: 9pt ;
}

[uc=inbth] th {
    font-size: 9pt ;
    color:black;
}
[uc=inbtd] td {
    font-size: 9pt ;
    color:navy;
}

.tt-suggestion p {
  margin: 0;
  font-size: 9pt ;
}

.tt-dataset .num1.title {
  width:20px;
  color:black;
  font-weight:400;
}

.tt-dataset .dat1.title {
    width:40px;
    text-wrap:none;
    white-space: nowrap;
  font-weight:400;
}

.tt-dataset .txt1.title {
    width:50px;
    text-wrap:none;
    white-space: nowrap;
  font-weight:400;
}

.tt-dataset .txt2.title {
    width:30px;
    text-wrap:none;
    white-space: nowrap;
  font-weight:400;
}

.tt-dataset .num1.value {
  width:20px;
}

.tt-dataset .dat1.value {
    width:40px;
    text-wrap:none;
    white-space: nowrap;
}

.tt-dataset .txt1.value {
    width:50px;
    text-wrap:none;
    white-space: nowrap;
}

.tt-dataset .txt2.value {
    width:30px;
    text-wrap:none;
    white-space: nowrap;
}

.tt-dataset .title {
  color: black;
  border-top : 0.5px solid black;
  border-bottom : 0.5px solid black;
  border-right : 0.5px solid lightgray;
  border-left : 0.5px solid lightgray;
  padding: 2px;
}

.tt-dataset .value {
  border: 0.5px solid lightgray;
  padding: 2px;
  margin: 2px;
}

.tt-hint {
  color: #999;
  margin-left: 5px !important;
}

/* Screen Properties */

.screen-error-s {
    color: red;
    float: right;
    margin-top: 6px;
    margin-right: 15px;
    font-weight: 600;
	visibility: hidden;
}

.has-errors-s .screen-error-s{
	visibility: visible ! important;
}

.has-error-s {
	border-color: red ! important;
}

/* Screen Properties end*/

/* New Documentation - Start */

.new-documentation-mn .tabbable .tab-content .tab-pane {
    height: auto;
}

.new-documentation-mn .control-group .control-label {
	width: 100px;
	text-align: right;
	margin-right: 5px;
	float: left;
	margin-top: 5px;
}

.new-documentation-mn .control-group {
    padding-left: 4em;
}

.new-documentation-mn .control-group:first-child {
	margin-top: 3em;
}

.new-documentation-mn .available-roles-mn {
    min-height: 200px;
    margin-right: 20px;	
}

.new-documentation-mn label {
	padding-left: 20px;
}
/* New Documentation - End*/

.read-only-field-container-sc {
    float: left;
    clear: both;
}
.read-only-field-sc {
	font-size: 1em;
	display: flex;
	height: 28px;
	float: left;
	background-color: white;
	border: 2px solid #cccccc;
	margin-top: 1px;
	width: 314px;
	border-right: none;
	padding-left: 4px;
	padding-top: 7px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #7c7c7c;
	font-weight: 400;
	box-sizing: border-box;
}

.read-only-field-sc.all-borders-sc {
	border: 2px solid #cccccc !important;
	width: 294px;
}

.read-only-field-sc.small-sc {
	width: 130px ! important;
}

.dv-notification-flag {
	margin: 1px;
	font-size: 0.9em;
	font-weight: 600;
}