body {
    width: 98%;
    margin:auto;
}

#main-wrap {
    /* overflow to handle inner floating block */
    overflow: hidden;
}
#sidebar {
    float: left;
    min-width: 5%;
    max-width: 25%;
}

#content{
    min-width: 75%;
    max-width: 95%;
}  

.dropdown-menu > li.kopie > a {
    padding-left:5px;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;left:100%;
    margin-top:-6px;margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
}

.dropdown-menu > li > a {
    white-space: initial;
    padding: 3px 5px 3px 10px !important;
}
.loggedin {
    float: right;
    padding-right: 15px!important;
}


.angular-range-slider {
  display: inline-block;
  position: relative;
  height: 10px;
  width: 99%;
  margin: 25px 5px 25px 5px;
  vertical-align: middle;
}
.angular-range-slider div {
  white-space: nowrap;
  position: absolute;
}
.angular-range-slider div.bar {
  width: 80%;
  height: 40%;
  border-radius: 8px;
  background: #CCCCCC;
  overflow: hidden;
}
.angular-range-slider div.bar .selection {
  width: 0;
  height: 100%;
  background: #97B2CC;
}
.angular-range-slider div.handle {
  cursor: pointer;
  width: 20px;
  height: 20px;
  top: -5px;
  background-color: #B8B8B8;
  border: 2px solid #000;
  z-index: 2;
  border-radius: 100%;
}
.angular-range-slider div.handle.active {
  background-color: #97B2CC;
}
.angular-range-slider div.bubble {
  display: none;
  cursor: default;
  top: -22px;
  padding: 1px 3px 1px 3px;
  font-size: 0.7em;
  font-family: sans-serif;
}
.angular-range-slider div.bubble.active {
  display: inline-block;
}
.angular-range-slider div.bubble.limit {
  color: #777;
}

.erz{
    right: 0px;
    background-color: #eee;
    height: 30px;
    margin-top: -15px;
    padding-top: 4px;
    width: 10%;
    min-width: 6.5em;
    text-align: center;
    border: 1px solid #ccc;
}

/*.dropdown-submenu > a:after {
    border-color: transparent transparent transparent #333;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;  
    height: 0;     
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
}

.dropdown-submenu:hover>a:after {
    border-left-color:#555;
    color:  #E20074;
}*/

.dropdown-menu > a:hover, .dropdown-menu > .active > a:hover {
    text-decoration: underline;


}  
.dropdown-toggle >     a:focus, .dropdown-menu > .active > a:focus {
    text-decoration: underline;
}  


@media (max-width: 767px) {
    
    .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 15;
    padding-right: 0;
  }
    
    .nav > li > a:hover, .nav > li > a:focus{
        color: #e20074;
    }
    ul.nav li:hover > ul.dropdown-menu {
        display: block;
    }
    ul.nav li:focus > ul.dropdown-menu {
        display: block;
    }

    #navbar {
        text-align: center;
    }
    .navbar-ur {
        float: left;
    }
    .navbar-version {
        display: block;
    }

}

@media (min-width: 768px) {
    .nav > li > a:hover, .nav > li > a:focus{
        color: #e20074;
    }
    ul.nav li:hover > ul.dropdown-menu {
        display: block!important;
    }
    ul.nav li:focus > ul.dropdown-menu {
        display: block!important;
    }

    #navbar {
        text-align: center;
    }
    .navbar-ur {
        float: right;
    }
    .navbar-version {
        display: block;
        padding-left: 50px;
    }
}  

.popover{
    max-width: 50%;

}


.full button span {
    background-color: limegreen;
    border-radius: 32px;
    color: black;
}
.partially button span {
    background-color: orange;
    border-radius: 32px;
    color: black;
}

/*
bug look add https://github.com/angular-ui/ng-grid/issues/1776
*/
.ui-grid-header-cell{
    height:27px;
    max-height:27px;
}

.right{
    text-align: right;
}

.ui-grid-render-container {
    position: static;
}

.modal-content {
    padding: 10;
}
@media (min-width: 992px) {
    .col-md-1 > span.glyphicon {
        padding-top: 40%;
    }
}

.form-group .alert {
    padding: 0px;
    margin-bottom: 0px;
}

/* @todo add this part for input addon group move this to bootstrap css*/
.background {
    background-color: #c5d4e3;
}

.ui-grid-render-container-body{
    float:none;
}

.footer {
    margin-top: 0px;

    margin-right: 0px; 
    margin-left: 0px; 
}

.ui-grid{
    border-radius: 3px;
}

#topLogo{
    text-align: center;
}

/*.header-contianer{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display:block;
    height:auto;
}

.header-contianer > .row {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
      height: auto;
  padding-bottom: 10px;
  padding-top: 10px;
}*/
.watermark {
    position: absolute;
    font-size: 3em;
    width: 100%;
    text-align: center;

}

.menu-bar{
    position: absolute;
    right: 3%;
    margin: -3px;
    border: 1px solid #c5d4e3;
    border-radius: 3px;
    display:block;
}
.menu-bar > .row {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 5px;
}
.menu-bar > .row > .col-xs-2 {
    width: auto;
    padding-right: 5px;
    padding-left: 0px;
}

.menu-bar-href{
    display: inline-block;
    height: 23px;
    width: 23px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.bla{
    opacity: 0.25;
    position: absolute;
}
.popover{
    max-width: none;
}
clbfunction-section-header-d {
    display: block;
    height: auto;
    margin-bottom: 50px;
}


/*fieldset.scheduler-border {
    border: 1px #777777 dotted !important;
    border-radius: 6px;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
            
}*/

/*legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    border-bottom: none !important;
    width: auto;
    padding-left: 6px;
    padding-right: 6px;   
}*/

.modal-body fieldset{
    padding: 0 1.4em 0 1.4em !important;
}

textarea {
    resize: none;
}

.btn-file {
    position: relative;
    overflow: hidden;
    background-color: #c5d4e3;
    border: 1px solid;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}


/*
@todo move this to boostrap project
*/
.fieldsetheading {
    font-weight: bold;
    padding: 8px;
    font-size: medium;
    font-variant: normal;
    font-style: normal;
    color: -webkit-text;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px dotted #777777;
}
/*
@todo move this to boostrap project
*/
.nav-tabs{
    background-color: #c5d4e3;
    padding: .2em .2em .0em;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: 15px;
}
/*
@todo move this to boostrap project
*/
.panel-body {
    padding: 8px;
}

/*
@todo move this to boostrap project
*/
.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
}
/*
@todo move this to boostrap project
*/
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox-inline input[type="checkbox"] {
    
}

.checkbox input[type="checkbox"] {
    position: absolute;
    margin-left: 0px;
}

.service-checkbox {
    margin-left: 20px!important;
    margin-top: 6px!important;
    z-index: 5000;
    cursor: pointer;
}

.header-contianer  label {
    font-weight: normal;
    width: 120px;
}
/*
@media (min-width: 1200px) {
    .modal-lg {
        width: 1150px;
    }
}
@media (min-width: 1400px) {
    .modal-lg {
        width: 1300px;
    }
}
@media (min-width: 1600px) {
    .modal-lg {
        width: 1500px;
    }
}
@media (min-width: 1800px) {
    .modal-lg {
        width: 1700px;
    }
}*/
.space{
        margin-left: 10px;
    }

@media (min-width: 1280px) {
    .space{
        margin-left: 100px;
    }
}

/*
@todo move button pull right overfolow:hidden to boostrap project
*/
.buttonWrapper{
    width:100%;
    position:relative;
    overflow: hidden;
}
@media (min-width: 1800px) {
    .modal-lg {
        width: 1200px;
    }
}
@media (min-width: 1500px) {
    .space{
        margin-left: 275px;
    }
}

.panel-default > .panel-heading {
    background-color: #c5d4e3;
}

div[clbfunction-search], div[clbfunction-grid-page] {
    background-color: c5d4e3;
}

.pager-select{
    text-align: center;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, 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;
    max-width: 56px;
}

/*border: 1px solid #cccccc; @todo add this part when firefox esr ver. 45 is released*/

.footer-left, .footer-right {
    margin-top:4px; 
}

.ui-grid-header-cell{
    background-color: #c5d4e3;
}

#navbar-collapse-1{
    background-color: #c5d4e3;
    color: black;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

}

.navbar-default .navbar-nav > li > a {
    color: black;

}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color:  #E20074;
    background-color: white;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color:  #E20074;
    background-color: white;
}

.navbar-default .navbar-brand{
    color:black;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{
    color:  #E20074;
    background-color: white;
}


.dropdown-menu > li:hover > a {
    color:  #E20074; 
    background-color: transparent;
}

.form-group .alert {
    padding-left: 11px;
}
.tab-error {
    border-right: 1px #EC0303 solid!important;
    border-left: 1px #EC0303 solid!important;
    border-top: 1px #EC0303 solid!important;

}

.loginFormMargin{
    margin-bottom: 15px;
}

/*.search-modal{
        top:15%;
        left: 15%;
        right: auto;
        width: 624px;
}*/

.clbfunction-slider {
    display: inline-block;
    position: relative;
    height: 10px;
    width: 100%;
    margin: 25px 5px 25px 5px;
    vertical-align: middle;
}

.ui-grid, .ui-grid-viewport {
    height: auto !important;
}

/*.ui-grid-a11y-ariascreenreader-speakable{
    display:none  !important;
}*/

/*select.form-control {
    -webkit-appearance: menulist;
}*/



/* only apply this to firefox: */
@-moz-document url-prefix() {

    /* Normally you can just apply this to all 'select's not just a classs selector */
    select.select {
        /* This removes the native down arrow: */
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: "";
        /* Add a new down arrow, probably shouldn't hotlink: */
        background-image:  url("https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-chevron-down-16.png");
        background-position: right 8px center;
        background-repeat: no-repeat;
    }
}

.clbuserstatesright {
    display: flex;
    padding: 2px;
}

.remove-padding {
    padding: 0px;
}

.remove-padding-left{
    padding-left: 0px;
}
.remove-padding-right{
    padding-right: 0px;
}

.div-margin-top {
    margin-top: 20px;
}

.div-margin-all{
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
    margin-bottom: 15px;   
}

.utilred {
    color: red;
    font-weight: bold
}
.utilorange {
    color: darkmagenta;
    font-weight: bold
}
.qiuckinfored {
    color: red;
    font-weight: bold;
    text-align: center;
}
.qiuckinfo {
    text-align: center;
}
.circle {
    width: 21px;
    height: 21px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.circle.red{
    background: red !important;
}
.circle.magenta{
    background: magenta !important;
}
.circle.yellow{
    background: yellow !important;
}

.circle.green{
    background: green;
}

.bg-white{
    background:#fff;
}




.breadcrumb {
    padding: 0; 
    margin-bottom: 0px; 
    list-style: none; 
    background-color: #c5d4e3; 
    border-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: inline-block;
}

ul, ol {
    margin-top: 0px;
    margin-bottom: 0px;
}
.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #000000;
}
#navbar {
    text-align: left;
}

.breadcrumb > li:hover > a {
    color: #E20074;
    background-color: transparent;
}

.modal-dialog{ transform:none !important}

.mailVariable {
    list-style-type: none;
    padding-bottom: 3px;
    padding-top: 3px;
}

.btn-footer {
    color: #000000;
    padding: 0px 0px 5px;
}

.btn-footer[disabled] {
    color: #000000;
    border-color: #c5d4e3;
    padding: 0px 0px 5px;
}

.section {
    padding: 50px;
}

.grid {
    height: 300px;
}

.ui-grid-cell:nth-child(4) {
    padding: 0 4px 0 0;
}

.ui-grid-draggable-row {
    height: 30px;
}

.ui-grid-draggable-row-over {
    position: relative;
    color: #AAA;
}

.ui-grid-draggable-row-over:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    border-bottom: 1px dashed #AAA;
}

.ui-grid-draggable-row-over--above:before {
    top: 0;
}

.ui-grid-draggable-row-over--below:before {
    bottom: 0;
}
/** copy from http://www.minimit.com/demos/bootstrap-3-responsive-columns-of-same-height */
.inside {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom,color-stop(0%, #f4f4f4), color-stop(100%, #ededed));
    background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
}
.inside-full-height {
    /*
    // if you want to give content full height give him height: 100%;
    // with content full height you can't apply margins to the content
    // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
    */
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
.content {
    padding: 12px 3px;
}

/* columns of same height styles */

.row-height {
    display: table;
    table-layout: fixed;
    height: auto;
    width: 100%;
}
.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}
.col-top {
    vertical-align: top;
}
.col-middle {
    vertical-align: middle;
}
.col-bottom {
    vertical-align: bottom;
}

@media (min-width: 480px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-xs-top {
        vertical-align: top;
    }
    .col-xs-middle {
        vertical-align: middle;
    }
    .col-xs-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 768px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-sm-top {
        vertical-align: top;
    }
    .col-sm-middle {
        vertical-align: middle;
    }
    .col-sm-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 992px) {
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-md-top {
        vertical-align: top;
    }
    .col-md-middle {
        vertical-align: middle;
    }
    .col-md-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 1200px) {
    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-lg-top {
        vertical-align: top;
    }
    .col-lg-middle {
        vertical-align: middle;
    }
    .col-lg-bottom {
        vertical-align: bottom;
    }
}

.header-contianer .col-md-3{
    white-space:nowrap; 
    overflow:hidden;
    text-overflow:ellipsis;
}
.header-contianer .col-md-3:hover{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header-contianer .col-md-4{
    white-space:nowrap; 
    overflow:hidden;
    text-overflow:ellipsis;
}
.header-contianer .col-md-4:hover{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.uploadtitle{
    white-space:nowrap; 
    overflow:hidden;
    text-overflow:ellipsis;
}
/*---------------------------*/

.gantt-task-overview {
    height: 80%!important; 
    top: 0%!important; 
    -webkit-filter: grayscale(0.0)!important; 
    filter: grayscale(0.0)!important;
}

.gantt-task-background:parent {
    z-index:1!important;
}

.default-color {
    color: #02569E;
}

.hidden-screenreader 
{
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px; 
    overflow:hidden;
}
.legend-index{
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 10px 20px;
    background-color: #F0F0F0;
}
.navbar{
    background-color: #c5d4e3 !important;
}

.header-block{
    display: inline-block;
}

.center-load {
    text-align: center;
    font-size: 26px;
    position: absolute;
    top: 220px;
}

.center-load > .cg-busy-default-wrapper >  .cg-busy-default-sign{
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
}

.legend-image2 img{
    min-width: 30px;
    min-height: 30px;
    border: solid 2px;
}
.legend-image{
    min-width: 30px;
    min-height: 30px;
    border: solid 2px;
}
.legend-image-text{
    margin-left: 6px;
    margin-top: 6px;
}
.legend-image-text2 span{
    margin-left: 6px;
    margin-top: 6px;
}
.legend-image-padd{
    padding-bottom: 25px;
}

.traffic-light-outer{
    position: relative;
}
.traffic-light-image{
    position: absolute;
    left: 0px;
}
.traffic-light-text{
    position: absolute;
    left: 2px;
    color: white;
    font-weight: normal;
}
.traffic-light-text-ok{
    position: absolute;
    left: 0px;
    color: black;
    font-weight: normal;
}
.traffic-light-text-whitebackground{
    position: absolute;
    left: 2px;
    color: black;
    font-weight: normal;
}

/*
Use a media query to hide custom checkbox and radio button CSS from less capable browsers
See http://www.456bereastreet.com/archive/201206/using_media_queries_to_hide_css3_from_older_browsers/
*/

@media only screen {

    input[type="checkbox"] {
        postion: absoulte!important;
    }
    .checkbox> label {padding-left: 0px; } 
    .checkbox {
        /* Enable absolute positioning of the hidden form controls */
        position:relative;
        /* Just a bit of space. */
        margin-bottom:0.5em;
        /*
        Match line-height to the height of the replacement image to ensure it
        doesn't get clipped
        */
        line-height:22px;
    }

    /* Position and hide the real checkboxes and radio buttons */
    input[type="checkbox"] {
        position:absolute;
        /* Match the image dimensions */
        width:17px;
        height:17px;
        /* Reset anything that could peek out or interfere with dimensions */
        overflow:hidden;
        margin:0;
        padding:0;
        border:0;
        outline:0;
        opacity:0;
        z-index:500;
    }
    /*
    Insert a pseudo element inside each label and give it a background
    image that will become the custom checkbox or radio button.
    Using inline-block lets you use vertical-align to adjust it vertically
    as needed.
    */
    input[type="checkbox"] + label:before{
        font: normal normal normal 12px/1 'Glyphicons Halflings';
        content: '\e013';
        display:inline-block;
        width: 17px;
        height:17px;
        position: relative;
        top:4px;
        border: 1px solid #bbb;
        background: white;
        margin-right: 1em;
        box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
        border-radius: 4px;
    }

    [type="checkbox"]:not(:checked) + label:before {
        font: normal normal normal 12px/1 'Arial';
        content: "";
        color: transparent !important;
    }
    
    input[type=radio]:checked + label::before {
        border-radius: 30px;
    }

    input[type='checkbox']:hover  + label::before,
    input[type='checkbox']:focus  + label::before{
        background:#ddd;
        box-shadow: inset 0 0 0 2px white;
    }

    input[type='checkbox']:checked  + label::before{
        box-shadow: inset 0 0 0 2px white;
    }
    
    input[type="checkbox"]:disabled + label:before {
        cursor: not-allowed;
        color : #777
    }
    input[type='checkbox']:disabled:hover  + label::before,
    input[type='checkbox']:disabled:focus  + label::before{
        background:#ddd;
        box-shadow: inset 0 0 0 2px white;
    }

}


@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}
