/*------------------------------------------*/
/* FONTAWESOME STYLES					    */
/*------------------------------------------*/

.buttonFATouch {
    border: 0;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 14px;
    color: white !important;
    background-color: #4d4d4d !important;
    width: 24px;
    height: 24px;
    line-height: 24px !important;
    text-align: center;
    border-radius: 17px;
    margin: 6px;
    cursor: pointer;
}

.buttonFATouchBig {
    border: 0;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 24px;
    color: white !important;
    background-color: #4d4d4d !important;
    width: 42px;
    height: 42px;
    line-height: 42px !important;
    text-align: center;
    border-radius: 21px;
    margin: 10px;
}

    .buttonFATouchBig:hover {
        background-color: #ff944d ;
    }

.buttonFATouchDisabled {
    background-color: lightslategrey !important;
    cursor: not-allowed;
}


.buttonFATouchSmall {
    border: 0;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 14px;
    color: white;
    background-color: #4d4d4d !important;
    width: 24px;
    height: 24px;
    line-height: 24px !important;
    text-align: center;
    border-radius: 12px;
    margin: 5px;
}


.buttonFATouchSpan {
    color: #4d4d4d;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
}

/*------------------------------------------*/
/* Tablesorter        					    */
/*------------------------------------------*/
.ListTable tr {
    vertical-align: top;
    background-color: white;
}

.ListTable th {
    background-color: #4d4d4d !important;
    color: white !important;
    text-align: center !important;
}

.ListTable td {
    vertical-align: middle;
    height:20px;
    padding:5px;
}

.ListTable a {
    background-color: inherit !important;
}

.ListTable tr:hover {
    background-color: #ff944d ;
    color: #4d4d4d !important;
}

.ListTable {
    border: 1px solid #000
}

    .ListTable td, .ListTable th {
        border: none;
    }

.tblRights td{
    height:26px;
}
.trHoverable:hover {
    background-color: #ff944d;
}

/*------------------------------------------*/
/* allgemeine Styles   					    */
/*------------------------------------------*/
html,
body {
    font-family: Calibri;
    color: #494747;
    font-size: 100%;
    height: 100%;
    background-color: #CBD3DB;
}
* {
    margin: 0;
    padding: 0;
}
.clearboth{
    clear:both;
}

.divTransparenz {
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-image: url(../../Images/TransparentBackGround.png);
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
}

.divPopup {
    background-color: lightgray;
    position: relative;
    z-index: 1000;
    margin: 0 auto;
    margin-top: 50px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #4d4d4d;
}


.divPopupNew {
    height: auto;
    padding: 10px;
    margin: 0 auto;
    margin-top: 20px;
    background-color: white;
    border: 1px solid gray;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-height: calc(100% - 90px);
    overflow: auto;
}

.imgUserPic {
    max-width: 250px;
    max-height: 200px;
    border-radius: 10px;
    border: 2px dotted black;
    margin-bottom: 10px;
}


/*AutoComplete flyout */
.completionList {
    border: solid 1px #444444;
    margin: 0px;
    padding: 2px;
    height: 100px;
    overflow: auto;
    background-color: #FFFFFF;
    z-index: 5000;
}

.listItem {
    color: #1C1C1C;
}

.itemHighlighted {
    background-color: #ff944d;
    color: white;
}
.lbSearch {
    color: #718ABE;
    text-decoration: none;
}

.divHitsStyle{
    width:900px !important;
    height:auto !important;
    max-height: 300px !important;
    z-index:999;
    -webkit-box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.75);
    text-align: left;
}
        
.divHitsStyle .listItem{
    border-bottom:1px lightgray solid ;
	font-size:20px !important;
}
.divHitsStyle *
{
font-size:20px !important;
}

/*------------------------------------------*/
/* Tabellendesigns					        */
/*------------------------------------------*/
table.showTableDetails {
    width: 100%;
    border: 1px solid;
    border-radius: 10px;
}

div.showTableDetails {
    width: calc(100% - 20px);
    border: 1px solid;
    padding: 10px;
    border-radius: 10px;
    background-color: #f2f2f2;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}
.tblDatas {
    margin-bottom: 20px;
    border-spacing: 0px;
    border-collapse: separate;
}

    .tblDatas td {
        padding: 5px;
    }

    .tblDatas tr:first-child td, .tdDataFirstTr {
        font-weight: bold;
        font-size: 14px;
        text-align: left;
        background-color: #4d4d4d;
        color: white;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

        .tblDatas tr:first-child td a, .tdDataFirstTr a {
            color: white;
            float: right;
            text-decoration: none;
            font-style: italic;
            font-weight: normal;
        }


.tblHoverTrStyle tr:hover{
    background-color:lightskyblue;
}
.tblHoverTrStyle td{
    padding:10px;
}
/*------------------------------------------*/
/* Content-Wrapper					        */
/*------------------------------------------*/
#contentwrapper {
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    height: calc(100% - 70px);
    overflow: auto;
}

#headerClientPortal {
    background-color: #4d4d4d;
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    margin: 0 auto;
    height: 60px;
    position:fixed;
    z-index:999;
}

.divOneFromTwoColumns {
    width: calc(50% - 20px);
    float:left;
}

.divOneFromTwoColumnsMarginLeft {
    margin-left: 40px;
}


.WhiteBox {
    border: 0px solid #adb0d1;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    margin-top: 40px;
    padding: 20px;
    background: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    border-radius: 10px
}



#divCopyright {
    width: calc(100% - 24px);
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 20px;
}


.buttonActionNavi {
    border: 0;
    background-color: #4d4d4d;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    cursor: pointer;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: white;
    width: 180px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    margin-left: 10px;
}

    .buttonActionNavi:hover, .buttonActionNaviActive {
        color: #4d4d4d;
        background-color: #ff944d;
        -webkit-box-shadow: 0px -2px 2px 1px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px -2px 2px 1px rgba(0,0,0,0.75);
        box-shadow: 0px -2px 2px 1px rgba(0,0,0,0.75);
    }

/*------------------------------------------*/
/* LOGINMASKE          					    */
/*------------------------------------------*/
.lblTitel {
    display: block;
    text-align: center;
    font-size: 18px;
}
.txtbox {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 3px;
    border: 1px solid #4C4C4C;
    padding: 2px;
    width: calc(100% - 12px);
}

.txtbox:focus {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.btnGreen {
    color: white;
    background-color: #4d4d4d;
}

/*------------------------------------------*/
/* NAVIGATION          					    */
/*------------------------------------------*/
.topnav {
    display: none;
}

.main-menu, .main-menu .nav-text, .main-menu i { color: #ffffff; }
/*------------------------------------------*/
/* KUNDENPORTAL        					    */
/*------------------------------------------*/

#imgLogoClientPortal{
    left:20px;
}

.divHeadline {
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    background-color: #4d4d4d;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 20px 10px 20px;
    margin: -20px 0 20px -20px;
}

.divHeadlineInnerContent {
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    background-color: #4d4d4d;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px 20px 5px 20px;
    margin: -20px 0 20px -20px;
}

    #contentwrapper {
        background-color: #CBD3DB;
    }

.divInnerContentWrapper {
    border: 1px solid black;
    width: calc(100% - 42px);
    padding: 20px;
    border-radius: 10px;

}



.divRight {
    margin: 0;
    margin-top:50px;
    background-color: #CBD3DB;
    padding: 10px;
    display: block;
    width: calc(100% - 100px);
    height: calc(100% - 70px - 50px - 50px);
    min-height:880px;
    float: right;
}


/*------------------------------------------*/
/* DETAILBEREICH - CONTROLS        		    */
/*------------------------------------------*/

.droplist {
    padding: 0px;
    font-size: 1.1em;
    color: #000000;
    border-radius: 5px;
    margin: 3px;
    border: 1px solid #4C4C4C;
    padding: 2px;
}

.fullWidth {
   width:calc(100% - 12px);
}

.buttonActionKDNPortal {
    border: 0;
    background-color: #4d4d4d; 
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    color: white !important;
    width: 200px;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    font-family: Calibri;
    -webkit-appearance: none;
}
.buttonActionSmall {
    border: 0;
    background-color: #4d4d4d;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    color: white;
    width: 140px;
    height: 28px;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    word-wrap: normal;
}



.ckbClass label {
    font-size: 1.1em;
    margin-left:10px;
}

.divRedHeader {
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    background-color: #dc3545;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 20px;
    max-width: 1120px;
    padding: 10px;
    margin: 0px !important;
    width: calc(100% - 20px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.fontBig, .fontBig * {
    font-size: 20px;
}
.txtbox:disabled{
    background-color:white;
}



.tblNoTablesorter td{

}

.tblNoTablesorter tr {
    vertical-align: top;
    background-color: white;
}

.tblNoTablesorter th {
    background-color: #4d4d4d !important;
    color: white !important;
    text-align: center !important;
}

.tblNoTablesorter td {
    vertical-align: middle;
    height: 20px;
    padding:5px;
}

.tblNoTablesorter a {
    background-color: inherit !important;
}

.tblNoTablesorter tr:hover {
    background-color: #ff944d ;
    color: #4d4d4d !important;
}

.tblNoTablesorter {
    border: 1px solid #000
}

    .tblNoTablesorter td, .tblNoTablesorter th {
        border: none;
    }


.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
    .ui-icon.iconOpen {
        background: url(arrow_white_up.png) no-repeat !important;
        height: 13px;
        margin-right: 10px;
        width: 40px;
        position: relative !important;
    }


.ui-icon.iconClosed {
    background: url(arrow_white_down.png) no-repeat !important;
    height: 13px;
    margin-right: 10px;
    width: 40px;
    position: relative !important;
}


.myAccordionDiv .ui-state-default, .myAccordionDiv .ui-widget-content .ui-state-default, .myAccordionDiv .ui-widget-header .ui-state-default, .myAccordionDiv .ui-button, html .ui-button.ui-state-disabled:hover, html .myAccordionDiv .ui-button.ui-state-disabled:active {
    background-color: #005d50 !important;
}

    .myAccordionDiv .ui-state-active, .myAccordionDiv .ui-widget-content .ui-state-active, .myAccordionDiv .ui-widget-header .ui-state-active, .myAccordionDiva.ui-button:active, .myAccordionDiv .ui-button:active, .myAccordionDiv .ui-button.ui-state-active:hover {
        background-color: #005d50 !important;
    }

.myAccordionDiv h3 span {
    font-size: 16px;
    color: white;
}



.jqueryConfirmLink {
    font-size: 24px;
    color: white;
    font-weight: bold;
}

.jconfirm-title-c{display:none !important;}