/*
 * Skin: Durag-Blue
 * ----------
 */


/********************************************
Tabs Section
*********************************************/

.menuTabs > .nav-tabs
{
    min-height:50px;
    background-color: #ECF0F5;

}

.menuTabs{
    min-width: 100%;
    padding-right:0px;
}

/********************************************
Stock AdminLTE Stuff
*********************************************/

.dropdownSimple {
    position: relative;
    display: inline-block;
  }
  
.dropdownSimple-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdownSimple-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdownSimple-content a:hover {
    background-color: #f1f1f1
}

.dropdownSimple:hover .dropdown-content {
    display: block;
}

.dropdownSimple:hover .dropbtn {
    background-color: #3e8e41;
}


.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-submenu .dropdown-menu .departmentMenu {
    top: auto;
    min-width:250px;
    left:auto;
}

.btn-primary{
    background-color:#f5f5f5;
    color: #333;
    border-color: #ddd;
}

* {
    border-radius: 0 !important;
}

.content {
    padding-top: 0px;
    margin-top:3px;
}

.direct-chat-messages,
.direct-chat-contacts {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.navbar-nav > .user-menu {
    /*/background-color: rgb(0,128,181); */
}

.skin-durag-blue .user-panel > .info,
.skin-durag-blue .user-panel > .info > a {
    color: #fff;
}
.skin-durag-blue .sidebar-menu .treeview-menu > li > a {
  padding:5px 5px 5px 22px;
}
.skin-durag-blue .treeview-menu > li.active > a,
.skin-durag-blue .treeview-menu > li > a:hover {
    /*color: #ffffff;*/
/*     font-weight: bold; */
}
 


/********************************************
Colorpicker Section
*********************************************/

.fc-color-picker > li .fa {
    - -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}


/********************************************
Glyphicon Section
*********************************************/
.KoolGripdGlyphicon{
    font-family: 'Glyphicons Halflings' !important;
    font-size: 11px !important;
}

.glyphicon{
    font-size: 12px;
}

/********************************************
Header Section
*********************************************/
.navbar-addInfo.center_center.headerDescription > span >a
{
  color: rgb(0,92,168);
}

.headerFacility a{
    color:black !important;
}

.headerFacility.active{
   background:  #337ab7;
}

.HeaderlogoFrame {
    height: 60px;
    width: auto;
    display: inline-block;
    position: relative;
}

.FooterLogoFrame
{
    padding-top:20px;
}

.main-header.mainContentHeader
{
    min-height:50px;
    max-height:50px;
    padding-bottom:0px;
 
    z-index:812;
}

 
.main-header
{
    max-height:60px;
    z-index: 811;
}

.main-header .CustomerLogoCol {
    width:20%;
    float: left;
    margin-left:5px;
}

.main-header .navbar-addInfo{
    width:auto;
    float:none;
}

.main-header .DuragLogoCol {
    width:20%;
    float: right;
}

.carrierHeaderOffset{
  
   top:40px !important; /* 110 */
}

.main-sidebar.carrierHeaderOffset{
    overflow:visible !important;;
 }

.content-SidebarHeaderOffset{
    height:45px;
}

.sidebar-menu.departmentProjects
{
    overflow: visible !important;
}

.header.departmentProjects
{
    margin-top:-5px;
}

.headerSeparator
{
    background: rgb(0,92,168);
    height: 5px;
    margin-bottom: 5px !important;
    margin-top: -10px !important;
}

.mainContentHeader{
    padding-bottom: 15px;
    min-height:100px;
}

.skin-durag-blue.layout-top-nav .main-header > .logo {
    background-color: rgb(0,92,168);
    color: #ffffff;
    border-bottom: 0 solid transparent;
}

.skin-durag-blue.layout-top-nav .main-header > .logo:hover {
    background-color: #3b8ab8;
}

.main-header > .navbar{
    margin-left: 0px;
}

/**
@media (max-width: 767px) {
  .skin-durag-blue .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .skin-durag-blue .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  .skin-durag-blue .main-header .navbar .dropdown-menu li a:hover {
    background: #367fa9;
  }
}*/
.skin-durag-blue .main-header .logo {
    background-color: #367fa9;
    color: #ffffff;
    border-bottom: 0 solid transparent;
}
.skin-durag-blue .main-header .logo:hover {
    background-color: #357ca5;
}
.skin-durag-blue .main-header li.user-header {
    background-color: rgb(0,92,168);
}
.skin-durag-blue .content-header {
    background: transparent;
}

.headerWrapper
{
    position:static !important;
    min-height:300px;
    max-height: none !important;
    z-index: auto !important;
}

.headerOffset{
    padding-top: 45px !important; 
    top:0px;
}

.skin-durag-blue .main-header .navbar {
    background-color: rgb(0,92,168);

}

.skin-durag-blue .main-header  .topnav {
    background-color: #FFFFFF;
}

.skin-durag-blue  .main-header .navbar .nav > li > a {
    color: white;
}

.skin-durag-blue  .main-header .navbar .nav-tabs > li > a {
    color: rgb(0,92,168);
}

.skin-durag-blue .main-header .navbar .nav > li > a:hover,
.skin-durag-blue .main-header .navbar .nav > li > a:active,
.skin-durag-blue .main-header .navbar .nav > li > a:focus,
.skin-durag-blue .main-header .navbar .nav .open > a,
.skin-durag-blue .main-header .navbar .nav .open > a:hover,
.skin-durag-blue .main-header .navbar .nav .open > a:focus,
.skin-durag-blue .main-header .navbar .nav > .active > a {
    background: rgba(0, 0, 0, 0.1);
    color: #f6f6f6;
}
.skin-durag-blue .main-header .navbar .sidebar-toggle {
    color: #ffffff;
}
.skin-durag-blue .main-header .navbar .sidebar-toggle:hover {
    color: #f6f6f6;
    background: rgba(0, 0, 0, 0.1);
}
.skin-durag-blue .main-header .navbar .sidebar-toggle {
    color: #fff;
}
.skin-durag-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #367fa9;
}

/********************************************
Footer Section
*********************************************/

.content-wrapper,
.right-side,
.main-footer {
    -webkit-transition:none;
    -moz-transition:none;
    -o-transition: none;
    transition: none;
    margin-left: 250px;
}

.main-footer{
    margin-left: 0px;
    min-height:51px;
    max-height:51px;
    margin-top: 51px;
}

/********************************************
Graphics Page
*********************************************/

.graComponentItem
{
    min-width:115px;
}

.graCompDropDown
{
    min-width:115px;
}

.graOpStateToolTip {
    text-decoration:none;
    position:relative;
}

.graOpStateToolTip span {
    display:none;
}

.graOpStateToolTip:hover span {
    display:block;
    position:fixed;
    overflow:hidden;
    z-index: 10000;
}

.graCompThresholdToolTip {
    text-decoration:none;
    position:relative;
}
.graCompThresholdToolTip span {
    display:none;
}

.graCompThresholdToolTip:hover span {
    display:block;
    position:fixed;
    overflow:hidden;
    z-index: 10000;
}
.graCompThresholdToolTip {
    width:auto;
}

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

.operatingStateForm{
    margin-bottom: 5px;
    margin-right:25px;
}

.operatingStateFormTeeChart{
    /*margin-bottom: 5px;*/
}

.legendLMW
{
 /*    padding-left:20px; */
}

.operatingStateLegend{
    margin-bottom: 5px;
    min-height:20px;
    max-height:20px;
}

.teeOperatingStateLegend{
    padding-bottom:10px;
    /* margin-left:10px; */
    margin-right:10px;
}

.projectShortDescription
{
    white-space: normal;
    margin-left:10px;
    color:black !important;
    font-weight:normal !important;
}

.projectDetailDesc
{
    white-space: normal;
    margin-left:10px;
    color:black !important;
    font-weight:normal !important;
    font-size:15px !important;
}

.projectCarrierDescription
{
    white-space: normal;
    margin-left:10px;
    color:black !important;
    font-weight:normal !important;
}

.operatingStateLegend span {
    float:left;
}

.opartingStateLegendDesc
{
    font-weight: bold;
    display:inline-block;
}

.operatingStateOuterContainer
{
    display: inline;
}
.operatingStateLegendItemDesc
{
    font-weight: normal;
    display:inline-block;
 
}

.operatingStateLegendItemDesc.KMW
{
    min-width:40px; 
}

.operatingStateLegendItemDesc.LMW
{
    min-width:20px; 
}

.opartingStateLegendItemColorCont
{
    display:inline-block;
    margin-right:10px;
}
.opartingStateLegendItemColorItem
{
    display:inline-block;
    vertical-align:top;
    margin-top:4px;
    float:none;
}

.opStateContainer{
    /*padding-left:90px;*/
    display:inline-block;
    /*float:right;
    margin-right: 15px;*/
}

.teeOpStateContainer{
    width: 100%;
    display:inline-block;
}
.operatingStateDesc
{
    display:inline-block;
    min-width:90px;
    max-width:90px;
    min-height:20px;
    max-height:20px;
    text-align:right;
    vertical-align: top;
    padding-right:15px;

}

.teeChartOperatingStateDesc
{
    display:inline-block;
    min-width:90px;
    min-height:20px;
    max-height:20px;
    text-align:left;
    vertical-align: top;
    font-size: 17px;
    margin-bottom:3px;
    font-weight:bold;
    float:left;
    font-family: "Tahoma", Tahoma, normal;
}

.graComponentForm{
    margin-left: 50px;
}

.teeGraComponentForm{
    margin-left: 60px;
}

.innerGraphBox
{
    padding-top: 0px !important;
}

.opStateCanvas
{
    max-width:100%;
}  

.innerGraphCanvas
{
    max-width:100%;
}

.compInfoTable
{
    min-width:100%;
    max-width:100%;
}

.innerGraphCanvasContainer
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.graPanel{
    min-width: 1000px;
}

.graphPanel{
    width:100%;
}

.graComponentsInfoPanel
{
    width:auto;
}

.compColorBox {
    float: left;
    width: 12px;
    height: 12px;
    border: 1px solid rgba(0, 0, 0, .2);
}

h3.compColorBoxHeader {
    margin-top: 4px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 5px;
}

.operatingStateLegendDesc
{
    display: inline;
    /* padding-left:10px; */
}

h3.measurementUnitHeaderLabel
{
/*     margin-top: 3px;
    margin-bottom: 0px; */

    text-align:left; 
    display: inline;

    margin-left: 0px;
    padding-left:40px;
    float:right;
    margin-right: 5px;
    display:inline;
}

.graValue
{
    float:left;
    display: inline;
}

.graValueStatus
{
    display: inline;
    float:right;
    padding-right:13px;
}

h3.measurementUnitHeader
{
 /*    margin-top: 3px;
    margin-bottom: 0px; */
    text-align:left; 
    display: inline;

    padding-left:5px;
    margin-left: 0px;
    float:right;
 
}

h3.compInfoTitle {
    text-align:left; 
    display: inline;
    float:left; 

}

.panel-heading.compInfo
{
   /*  display:flex; */
   min-height:40px;
}

.opStateColorBox {
    float: left;
    width: 12px;
    height: 12px;
    border: 1px solid rgba(0, 0, 0, .2);
    margin-top: 5px;
}

/********************************************
Misc Section
*********************************************/

.customer-logo-imageContainer {
    float: left;
}
.customer-logo-image {
    float: left;
    margin-left:25px !important;
    /*
      padding-top: 10px;
      padding-bottom: 10px;
      padding-right: 20px;*/
    min-width: 261px;
    max-height:70px;
}

.contactInfoBox{
    text-align:center;
    width:60%;
    min-width: 315px;
    margin-left: 20%;
}

.contactInfoTextArea{
    text-align:center;
}

.impressumContainer{
    text-align:center;
}

.impressumTextArea{
    text-align:left;
    max-height:500px;
    resize:none;
}

.customErrorExtensionBox
{
    float:none;
}

.customErrorBox{
    float:none;
    text-align:center;
    margin-top: 7%;
    margin-bottom: 7%;
}
.errorLabel{
    margin-top:20px;
}

.impressumtext{
    margin-left:10px;
}

.documentation-container{
    margin-left:10px;
}

.documentation-page-header{
    margin: 10px 0 20px 0;
    padding-bottom: 9px;
    border-bottom: 1px solid #eee;
}

.aboutInfoBox{
    text-align:center;
}

.expandedInnerPanel
{
    border-right:0px;
    border-left:0px;
}

.compLabelHeader
{
    
}

.expandedRightPanel
{
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgb(221, 221, 221);
}

.expandedLeftPanel
{
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: rgb(221, 221, 221);
}

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

.panel-default > .panel-heading
{
    font-weight: bold;
}

.leftPanel
{
    padding-left: 15px !important;
}

.lastPanel{
    padding-bottom:0px !important;
}

.fileLabel{
    display:block;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.primary-btn-file{
    color:white !important;
}

.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;
}

.innerProjectDataTimePicker {
    float:left;
}

.carrierSelectionWrapper {
    /*width:auto !important;
    overflow:scroll;*/
}

.carrierSelectionInnerContainer
{
    width:calc(100% - 250px);
}

.carrierMainItem{
    text-align:center;
    min-width: 230px;
    margin-bottom: 15px;
    padding-left:0px;
    min-height:110px;
}

.carrierMainItemContainer
{
   /*overflow: hidden;*/
}

.carrierMainItem.departmentSelection{
    padding-left:15px;
    min-width: 100%;
}

.carrierMainItem.carrierSelection{
    padding-left:15px;
}

.list-group.departmentListGroup
{
    margin-bottom:3px;
}

.list-group.carrierListGroup
{
    margin-bottom:3px;
}

.list-group-item.departmentListGroupItem
{
    padding:3px;
}

.list-group-item.carrierListGroupItem
{
    padding:3px;
    border: 0px !important;
    padding-bottom: 0px;
   /*  background-color: transparent; */
}



.departmentMapColumn{
    width:100%;
    height:80%;
}

.departmentMap{
    min-width: 850px;
    height:calc(80vh - 51px);
    /*height: 850px;*/
}

.departmentMapBody{


}

.content-wrapper,
.right-side {
    background-color: white !important;
}

.center_container {
    width:100%;
    text-align:center;
}

.center_left {
    float:left;
}

.center_center {
    display: inline-block;
    margin:0 auto;
    float:none;
}

.center_right {
    float:right;
}

.DuragLogoCol > .durag-logo-image {
    float: right;
    margin-right:25px !important;
    max-height:60px;
    max-width:200px;

    /*
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-right:25px;*/
}

.login-box-msg{
    font-size: 20px;
}

.login-logo{
    font-size: 45px;
}

.generalSelectionContainer{
    margin: 2% auto;
    float:none;
}

.generalSelectionWrapper
{
    overflow:hidden;
    width: 100% !important;
}

.generalSelectionLogo{
    font-weight: 300;
    margin-bottom: 25px;
    text-align: center;
    font-size: 35px;
}

.generalSelectionMainBox{
    width:500px;
    margin-top: 7%;
    margin-right: auto;
    margin-bottom: 2%;
    margin-left: auto;
    float: none;
}

.generalSelectionLoginBox{
    width:500px;
    margin-top: 1%;
    margin-right: auto;
    margin-bottom: 7%;
    margin-left: auto;
    float: none;
    display:none;
}

.generalSelectionButton{
    margin-bottom:10px;
}

.formLabel
{
    width: 100%;
}

.hiddenForm
{
    visibility:hidden;
}

.emptySpaceForm
{
    display:none;
}

.FacilityimageCol {
    width:auto;
}

.ProcessimageCol {
    text-align: center;
}

.ProcessimageCol > .prozessimage-image {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    text-align: center;
}

.PageLeft{
    display:inline-block;
}

.PageRight{
    display:inline-block;
}

.dataDateTimePicker{
    display:inline-block;
    margin-left:5px;
}

.graDateTimePicker{
    display:inline-block;
    margin-left:5px;
}

.dataDateTimePicker{
    display:inline-block;
    margin-left:0px;
}

.dateTimePickerContainer{
    display:inline-block;
}

.monthForm{
    float:left;
}

.yearForm{
     float:left;
     max-width:70px;
 }

.dataMonthForm{
    margin-left:15px;
    float:left;
}

.graMonthForm{
    margin-left:15px;
    float:left;
}

.dateInnerPanel
{
    min-height:85px;
    max-height:85px;
}

.dateIntPanel
{
    min-width:150px;
    max-width:150px;
}

.accessViolationBox{
    text-align:center;
    margin-top: 7%;
    margin-right: 25%;
    margin-bottom: 7%;
    margin-left: 25%;
}

.datePanel
{
    /*min-width:330px;
     max-width:330px;*/
    width:auto;
}

.logoImage {
    max-height: 70px;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loginMessages
{
    text-align:center;
    color:red;
}

.login-page, .register-page{
    background: #d2d6de;/**#ecf0f5;*/
}

.carrierLogo
{
    max-width:160px;
    max-height:50px;
    margin-top:15px;
}

.dropDownItem
{
   color: #444;
}

.carrierLogoContainer
{
    min-height:70px;
    max-height:70px;
}

.carrierBox
{
    margin-bottom: 0px !important;
    border-style: ridge !important;
    border-top-color: #d2d6de !important;
    min-height:100%;
    /*border: 0px !important;*/
}

.box-header.with-border.carrierBoxHeader
{
    border-bottom: 0px;
    position:absolute;
    bottom:0;
    width:100%;
    z-index:unset;
    height:50px;
}

.carrierBoxHeader.box-header
{
    padding-top:7px;
}

.main-sidebar.carrierHeaderOffset
{
    margin-top:-30px;
}

.box-header.with-border.carrierBoxHeader.departmentBox
{
    position:relative;
}

.list-group-item.carrierListGroupItem.dropdown-submenu
{
   /*  position:fixed; */
  /*   z-index: 9999; */
}

.carrierMainItem.carrierSelection.CarrierListItem:focus{
    z-index: 9999;
}

.carrierProjLogDropDown
{
    width:100%
}

.box.carrierBox
{
    z-index:unset;
}

.box-body.carrierLogoContainer
{
    z-index:1;
}

.carrierMainItem.carrierSelection.CarrierListItem
{
    z-index:unset;  
}

.list-group.carrierListGroup
{
    margin-bottom:3px;
}

.dataDateTimePanel{
    width:auto;
    min-width:228px;
}

/********************************************
Data Section
*********************************************/

.tableExportPanel{
    background: #ECF0F5 url(sprite.gif) repeat-x scroll 0 -600px;
    line-height: 20px;
    border: 1px solid #ddd;
    padding-top:10px;
    padding-right:4px;
    padding-bottom:2px;
    padding-left:4px;
    width:80%;
    margin:auto;
}

.tableExportPanelSmall{
    width:85% !important; 
}

.exportLabel
{
    font-size: 16px;
    font-weight:bold;
}

.exportBtn
{
    margin-right:5px;
    font-weight: normal;
}

.exportallCB
{
    font-weight: normal;
}

.exportallLabel
{
    font-weight: normal;
}

.opStateInfoCol{
    width:auto;
}

.ProjectPanel
{
    width:auto;
}

.downloadGridContainer
{
    
}

.downloadGridElement
{
    /*display: inline;*/
    margin-right:5px;
}


.downloadGridElement .kgrTableView .kgrPartHeader
{
    overflow-x:hidden;
}

.dataComponentPanel
{
  /*   width:auto; */
}

.dataComponentItem
{
    display:inline;
}

.projectComponentItem
{
    display:inline;
}

.departmentComponentItem
{
    display:inline;
}

.currentDownloadPanel{
    width: auto;
}

.downloadPanel1{
    min-width:240px;
    max-with:240px;
}
.downloadPanel2{
    min-width:241px;
    max-with:241px;
}
.downloadPanel3{
    min-width:215px;
    max-with:215px;
}
.currentDownloadFile
{
    /* text-align:center; */
}
.deleteAfterSendCont
{
    display: inline;
    margin-left:10px;
}
.DataBox{
    width:auto;
}

.DataIntegralValuesBox{
    width:100%;
}

.DataIntegralValuesBox .box{
    margin-bottom: 0px;
}

.addValueCompInfos{
    display:none;
}

.compInfoDateBox{
    display:none;
}

.scalePanel
{
   /*  width:145px; */
}

.messagesCol
{
/*     min-width:1000px; */
/*     min-width:100%;
    max-width:100%; */
    min-width:85%;
    max-width:85%;
    padding:0px;
    margin:auto;
}

.messagesRow
{
    margin-left:0px;
    margin-right:0px;
    display:flex;
}

.expandedMessagesCol
{
    min-width:1100px;
}

.compInfoDL
{
    text-align:left;
    margin-bottom:0px;
}

.timeIntPanel
{
    width:160px;
}


.compInfoDL  dt{
    width: auto;
}

.compInfoDL dd{
    margin-left:120px;
}

.compInfoCol {
    min-width: 290px;
    max-width: 290px;
}

.datenDayValuesPanel
{
    width: 865px !important;
}

.facilityComponentPanel
{
    width:565px;
}

.compPanel
{
    min-width:570px;
    max-width:570px;
}

.dropdown.compDropdown {
    float: left;
    margin-right:10px;
}

.DataMessBox{
    min-width: 800px;
}

.innerComponentPanel
{
    padding-right: 0px !important;
}

.fileInput{
    margin-top:10px;
}

.downloadRow{
    /* max-width:700px; */

    min-width:calc(70% + 18px);
    max-width:calc(70% + 18px);
    margin:auto;
}

.downloadRowCont
{
    left:10px;
    padding-left:18px;
}

.integralValueOptions
{
    min-width:calc(80%);
    max-width:calc(80%);
    margin:auto;
}

@media screen and (max-width: 1440px) {
    .integralValueOptions
    {
        min-width:calc(100%) !important;
        max-width:calc(100%) !important;
    }
}

@media screen and (max-width: 1440px) {
    .duragKGR_UpdatePanel
    {
        min-width:calc(100%) !important;
        max-width:calc(100%) !important;
    }
}


.integralValueOptions
{
    min-width:calc(80%);
    max-width:calc(80%);
    margin:auto;
}

.graphicsOptions
{
   /*  min-width:calc(100%); */
    min-width:1356.670px;
    max-width:calc(100%);
    margin:auto;
}

.dayValueOptions
{
 
   /*  min-width:calc(85%);
    max-width:calc(85%); */
    min-width:calc(80%);
    max-width:calc(80%);
    margin:auto;
}

.downloadPanelTree{
    padding-left:0px !important;
    padding-right:0px !important;
    border:0px !important;
   /* max-height:700px;*/
 
    box-shadow:0 0px 0px rgba(0, 0, 0, .05) !important;

}

.error
{
    color:red;
}

.downloadButtonsPanel
{
    width: 100%;
}

.downloadSelectedBtn
{
    float:left;
}

.downloadOuterPanel
{
    max-height:32px;
    padding-left:15px;
}

.downloadPanelHeading
{
    padding-left:0px;
}

.selectAllBtn{
    float:left
}

.downloadMaskGrids{
    /*  max-height:350px;
    min-height:350px; */
    overflow:auto;
}

@media (min-height: 900px) {
/*     .downloadMaskGrids{
        max-height:550px !important;
        min-height:550px !important;
    } */
}

.duragKTV .ktvText{
    font-size: 13px !important;
}

.downloadSelectedBtn
{
    margin-left:10px;
}
.downloadTreeRow
{
    padding-left:10px !important;
    padding-right:0px !important;
    margin-right:0px !important;
    margin-left:0px !important;
}

.downloadTreeHeading
{
    padding-left:5px !important;
    padding-right:15px !important;
    margin-right:0px !important;
    margin-left:0px !important;
    padding-bottom:0px !important;
    background-color:#ffffff !important;
    border-color:#ffffff !important;
}

.DownloadPanelHeading
{
   /*// background-color:#ffffff !important;*/
}

.previewPanel
{
    padding-left: 5px !important;
}

.downloadMaskGrids
{
   display: flex;
}

.viewMessageWrapper
{
    text-align: center;
}

.innerGraphBox
{
    text-align: left;
}

 
.operatingStatesContainer
{
/*     margin-left:55px; */
}

.viewMessage
{
    font-size: 20px;
    font-weight:bold;
    display: inline-block;
}

.dataImportElement
{
    display:block;
}

.lastKoolCompDropdown {
    margin-right:0px !important;
}

.koolCompDropdown #kcb {
    width:auto !important;
}

.koolCompDropdown {
    float: left;
    margin-right:15px;
    max-width:140px;
    position: relative;
    top: 50%;
    z-index:auto !important;
}

.koolProjDepDropdown {
    float: left;
    margin-right:15px;
    position: relative;
    top: 50%;
    z-index:10000;
}

/********************************************
Administration Section
*********************************************/

.userAdminKoolGridBox{
    width:800px;
}

.userProjPanel{
    width:auto;
    min-width:385px;
}

.userDepPanel{
    width:auto;
    min-width:385px;
}

.projAdminBox{
    min-width: 656px;
}

.projEditBox{
     display: none;
     min-width: 656px;
     padding-left: 0px;
}

.projGroupEditBox{
    display: none;
    min-width: 856px;
    padding-left: 0px;
}

.adminAdministrationSaveBtn{
    margin-top:10px;
}

.noSidePadding{
    padding-right:0px !important;
    padding-left:0px !important;
}

.adminAdministrationBox{

    min-width: 350px;
}

.adminProjAdminLastRow{
    padding-top: 5px;

    margin: 0 auto;
}

.adminProjButtons{
    padding-left: 5px;
    padding-right: 5px;
}

.autoProjectDataImpSubMenu
{
    margin-left:15px;
}

.userDropDown {
    /* margin-right: 15px !important; */
}

.dropdown-menu.userDropDownMenu
{
    z-index:1000;
    min-height:40px;
    padding:0px;
    margin:0px;
}

.dropdown-menu.helpDropDown
{
    z-index:1000;
   /*  min-height:40px; */
  /*   padding:0px;
    margin:0px; */
}

 
.dropdown-menu.helpDropDown > li  
{
    position: relative;
}

.dropdown-menu.helpDropDown > li > a
{
    position: relative;
}


.dropdown-menu li
{
    z-index:9000;
 /*    position: fixed; */
}

.dropdown-menu a
{
    z-index:9000;
/*     position: fixed; */
    min-width:180px;
    border: 1px solid #d2d6de;
    min-height:40px;
}

.adminInput{
    max-height:25px;
}

.adminDropDown{
    max-height:25px;
    padding-top:0px;
}

/********************************************
ProjectDataAdministration
*********************************************/

.projDataSbmBtn
{
    display:block;
}

/********************************************
AdminLTEElements
*********************************************/

.row.fix {
    display: flex;
    flex-wrap: wrap;
}

.topLayer { /**adminLTE's default 9000 setting is in front of modal dialogs...*/
    z-index: 1040;
}

.modal-backdrop {
    z-index: 1040;
}

.modal {
    z-index: 9999;
    background-color:transparent!important;
}

/* New Box Design */
.box.box-primary{
    border-top-color: #d2d6de !important;
    border:none;
}

.box {
    /*border-top: 0px !important; */
    border-top: 1px solid #d2d6de;
    border-bottom: 1px solid #d2d6de;
    border-left: 1px solid #d2d6de;
    border-right: 1px solid #d2d6de;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important;
}

.box-border{
    border-top: 1px solid #d2d6de !important;
    border-bottom: 1px solid #d2d6de !important;
    border-left: 1px solid #d2d6de !important;
    border-right: 1px solid #d2d6de !important;
}

.box-padding{
    padding: 10px !important;
}

.panel{
    border-radius:0px;
}

.box-body{
    padding: 0px;
}

.shortPanel{
    max-height:32.22px;
    min-height:32.22px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    overflow:visible;
    /*padding-left: 18px !important;*/
}

.standardPanelHeading{
    min-height:38px !important;
    max-height:38px !important;
}

.btnPanel{
    padding-top:1px;
    padding-bottom:1px;
    padding-left:3px;
    padding-right:3px;
}

.innerButtonPanel{
    padding-left:0px;
}

.centeredInnerPanelItem{
    display: inline-block;
}

.centeredInnerPanelItemWrapper{
    text-align: center;
}

.innerPanel
{
    margin-bottom: 15px;
}

.formLabel{
    display:block;
}

.projectTitle{
    min-height:37px;
}

.intermediateDataBox{
    margin-bottom: 5px;
}

.intermediateDataPanelHeading{
    border-top-width: 1px;
    border-top-style: solid;
}

.dataPanel-body
{
    padding-top:5px !important;
}

.rightBtn{
    float:right;
    padding-right: 16px !important;
}

.autoCol{
    width:auto !important;
}

.content-wrapper
{
   /*  top:120px; */
    top:60px;
   /*  width:100%-240px !important; */
    width:calc(100% - 250px);
    overflow-y:auto;
    /*min-height: 50% !important;*/
    /*min-height: 0%!important;*/
}

/********************************************
Sidebar Section
*********************************************/
/* .sidebar-menu .treeview-menu {
 
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 5px;
} */

.main-sidebar,
.left-side {
    width: 250px !important;
}

.main-sidebar {
    /*border-top: 0px !important; */
    border-right: 1px solid #d2d6de;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important;
/*     overflow-y: auto; */
    overflow: visible;
}

.noSideBar{
    margin-left: 0px !important;
}

.sidebar-menu li > a > .lastMenuItem {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}

.sideBarHeaderDesc
{
  /*   text-align:center; */
    width:100%;
}

.main-sidebar,
.left-side {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.content-wrapper.autoWidth
{
    width:auto;
}

.skin-durag-blue .main-sidebar
{
    /*background-color: rgb(    157,157,157); */
    /*background-color: rgb(     27,24,28); */
    /*background-color: #ecf0f5;*/
    display: block;
    position:absolute;
    height:auto;
    bottom:0;
    top:0px;
    left:0;
    right:0;
   /*  margin-bottom:51px; */
    overflow-y: auto;
    min-height: auto;
}

.skin-durag-blue .sidebar-menu > li.header {
    /*color: white;*/
    /* background: #1a2226;*/
}

.skin-durag-blue .sidebar-menu > li > a {
    border-left: 3px solid transparent;
}

.sideBarItem.passiveActive{
    color: #ffffff;
    /*background: #1e282c; */
    background:#ADD8E6;
    border-left-color: #ADD8E6;
}

.skin-durag-blue .sidebar-menu > li:hover > a,
.skin-durag-blue .sidebar-menu > li.active > a {
    color: #ffffff;
    /*background: #1e282c; */
    background:rgb(0,92,168);
    border-left-color: rgb(0,92,168);
}

.skin-durag-blue .sidebar-menu > li > .treeview-menu {
    margin: 0 1px;
    /*background: #2c3b41;*/
    background: #f5f5f5;
}

.skin-durag-blue .sidebar a {
    /*color: #b8c7ce;*/
    color: black;
}

.skin-durag-blue .sidebar a:hover {
    text-decoration: none;
}

.skin-durag-blue .sidebar-form {
    border-radius: 3px;
    border: 1px solid #374850;
    margin: 10px 10px;
}

.skin-durag-blue .sidebar-form input[type="text"],
.skin-durag-blue .sidebar-form .btn {
    box-shadow: none;
    background-color: #374850;
    border: 1px solid transparent;
    height: 35px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.skin-durag-blue .sidebar-form input[type="text"] {
    color: #666;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
}

.skin-durag-blue .sidebar-form input[type="text"]:focus,
.skin-durag-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
    background-color: #fff;
    color: #666;
}

.skin-durag-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
    border-left-color: #fff;
}

.skin-durag-blue .sidebar-form .btn {
    color: #999;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0;
}
/********************************************
KoolPHP
*********************************************/
.koolPHPLinkColumn{
    cursor:pointer;
    color:blue;
    text-decoration:underline;
}

.unconfirmedDataMessage{
   /*  background: #d53a3a !important; */
   color: #d53a3a !important;
}

.confirmedDataMessage{
  /*   background: #49e53d !important; */
}

.gridLabel
{
    font-weight: normal;
}

.timePicker  /* fix KoolPHP Timepicker Z-Index issue */
{
    z-index: auto !important;
}


.koolTimeDropDown {
    float: left;
    max-width:115px;

    position: relative;
    top: 50%;
    /*z-index:10000;*/
    z-index: auto !important;
}

.koolScaleDropDown {
    float: left;
    max-width:115px;

    position: relative;
    top: 50%;
    /*z-index:10000;*/
    z-index:auto !important;
}

.kcbCombobox
{
    z-index:auto !important;
}

#previewGridContainer{
    display: none;
}
.previewRow
{
    display: none;
}
.tooltip {
    z-index:50000;
    position: fixed !important;
}

.passwordColumn> div
{
    -webkit-text-security: disc;
}

.passwordColumn
{
    -webkit-text-security: disc;
    overflow: hidden;
    max-width: 20ch;
}

.projectKCB{
    margin-bottom:15px;
    width:100%;
}

.languageKCB{
    margin-bottom:15px;
    width:100%;
}

.langKCBHeader{
    display:inline !important;
    color:white;
}

.langKCBHeader .duragKCB{
    padding-top:15px !important;
    width:100px !important;	
}

.langKCBHeader td{
    width:auto !important;
}

.autoWidthKoolGridBox{
    width:auto;
}

.koolPHPGridAutoFormatPanel{
    width:100%;
}

.kgr_fa{
    font: normal normal normal 14px/1 FontAwesome !important;

    text-align:center !important;
}

#loading {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
  }
  
  @keyframes spin {
    to { -webkit-transform: rotate(360deg); }
  }
  @-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); }
  }
  
 
  
  .sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
  }
  
  .sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; 
    animation: sk-chase-dot 2.0s infinite ease-in-out both; 
  }
  
  .sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
  }
  
  .sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
  .sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
  .sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
  .sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
  .sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
  .sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
  .sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
  .sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
  .sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
  .sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
  .sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
  .sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }
  
  @keyframes sk-chase {
    100% { transform: rotate(360deg); } 
  }
  
  @keyframes sk-chase-dot {
    80%, 100% { transform: rotate(360deg); } 
  }
  
  @keyframes sk-chase-dot-before {
    50% {
      transform: scale(0.4); 
    } 100%, 0% {
      transform: scale(1.0); 
    } 
  }

  lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }
  /** SPINNER CREATION **/

.loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    width: 30px;
    height: 30px;
    border: 5px solid rgba(0, 0, 0, .3);
    border-radius: 50% !important;
    border-top-color: #000;
    animation: loaderSpin 1s ease-in-out infinite;
    -webkit-animation: loaderSpin 1s ease-in-out infinite;
  }
  
  @keyframes loaderSpin {
    to {
      -webkit-transform: rotate(360deg);
    }
  }
  
  @-webkit-keyframes loaderSpin {
    to {
      -webkit-transform: rotate(360deg);
    }
  }
  
.loadingModal{
    font-size:20px;
    font-weight:bold;
  
}

.loadingModalCont .modal-dialog
{
    width: 300px !important;
}

.rightCompPanel
{
    border-right: 1px solid #d2d6de !important;
    border-right-width: 1px !important;
    border-right-style: solid !important;
    border-right-color: rgb(210, 214, 222) !important;
}