/* color primary: #26b99a */
.icon-wrapper,
.icon-wrapper:link,
.icon-wrapper:visited{
    width: 37px;
    height: 37px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #26b99a;
    border: 1px solid #ddd;
    border-radius: 40px;
    display: inline-block;
    position: relative;
}
.icon-wrapper:hover{
    color: #eee;
    background-color: #23a388;
    display: inline-block;
}
.icon-wrapper:active{
    color: #fff;
    display: inline-block;
}
.icon-wrapper-container{
    display: inline-block;
    padding: 0px 2px;
}
.icon-wrapper > i{
    position: absolute;
    top: 10px;
    display: block;
    text-align: center;
    width: 100%;
}


/* colups button for the search view */
.cp-btn{
    display: block;
    padding: 2px 15px;
    border: 1px solid #ddd;
    text-decoration: none;
}
.cp-btn:link,
.cp-btn:visited{
    text-decoration: none;
}
.cp-btn:hover{
    background-color: #f7f7f7;
    text-decoration: none;
}
.cp-btn:active{
    text-decoration: none;
}
.cp-btn  .cp-toggle{
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

#cp-toggle-plus{
    display: inline-block;
}
#cp-toggle-plus.hide{
    display: none;
}
#cp-toggle-minus{
    display: none;
}
#cp-toggle-minus.show{
    display: inline-block;
}

/* sidebar icons */
.sidem-icon{
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.side-btn.down .sidem-icon{
    transform: rotate(180deg);
}

/* material design */

.mat-toolbox{
    background-color: #ffffff;
    border: 0px;
    
}

/* read tool icons */
.tool-icon,
.tool-icon:link,
.tool-icon:visited{
    padding: 3px 5px;
    font-size: 14px;
    color: #736cff;
}
.tool-icon:hover{
    padding: 2px 4px;
    color: #424069;
    background-color: #d5d3ff;
    border: 1px solid #736cff;
    border-radius: 3px;
}
.tool-icon:active{
    color: #424069;
}
span.tool-icon{
    cursor: pointer;
}

/* pagination */
.pagi{
    list-style: none;
    padding: 0;
    margin: 0;

}
.pagi li {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagi li > a {
    display: block;
    padding: 5px 12px;
    
}
.pagi li.active{
    color: #fff;
    background-color: #736cff;
    padding: 5px 12px;
}

/* tooltips */
.tooltip > .tooltip-inner {background-color: #424069;}
.tooltip > .tooltip-arrow { border-bottom-color:#424069; }

/* view data view */
.details-row{
    border-bottom: 1px solid #ebebeb;
}

/* login view */
.body-dark{
    background-color: #2a3f54 !important;
}

.db-login-wrapper{
    background-color: rgb(241, 241, 241) !important;
    padding: 15px 20px;
    width: 400px;
}
@media screen and (max-width: '400px'){
    .db-login-wrapper{
        width: 100%;
    }
}

.login-logo{
    width: 100%;
    text-align: center;
}
.login-logo > h1{
    font-size: 30px;
}
.login-logo > img{
    height: 30px;
    clear: both;
    text-align: center;
}

/* file module */
.file_thumbnail{
    height: 50px;
    width: auto;
}
.file_view_img{
    height: 200px;
    width: auto;
    margin-bottom: 15px;
}


/* user module */
.profile_edit_img{
    width: 200px;
}
.profile_img{
    width: 220px;
    margin: 0 15px 15px 15px;
}


/*-------------------- live input -----*/
.type-suggest{
    width: 100%;
    position: relative;
}
.suggest-box{
    width: 100%;
    display: block;
    position: absolute;
    background-color: #fff;
    z-index: 100;
    border-right: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    box-shadow: 3px 4px 7px #e0e0e0;
    padding: 0;
    list-style: none;
}
.suggest-box > li{
    padding: 0;
    display: block;
}
.suggest-box > li:hover{
    background-color: #f0f0f0;
}
.suggest-box > li > div{
    padding: 2px 15px;
    cursor: default;
}

.s-input{
    border: 0;
    display: inline-block;
    width: 200px;
}
.s-wrap{
    width: 100%;
    background-color: #fff;
    border: 1px solid #aaa;
    padding: 0 10px;
    cursor: text;
}

.s-wrap .sug-tag{
    display: inline-block;
    border: 1px solid #ccc;
    margin: 4px 3px 4px 0px;
    border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    background-color: #e1f1ff;
    font-size: 14px;
    cursor: default;
    color: #444;
}
.s-wrap .tag-title{
    padding: 2px 10px;
    display: inline-block;
}
.s-wrap .tag-close{
    color: #999;
    cursor: pointer;
    font-size: 16px;
    padding: 0px 10px 0px 0;
}
.s-wrap .tag-close:hover{
    color: #c22d2d;
}

.p-img{
    width: 100%;
    margin-bottom: 15px;
}
.p-show{
    display: none;
}


@media print {
    *{
        font-family: Times Roman !important;
    }
    .p-hide{
        display: none;
    }
    .p-show{
        display: block !important;
    }

    p, h1, h2, h4, h5, h6, td, th, tr, table{
        padding: 2px 4px !important;
        margin: 0 !important;
        font-size: 11pt;
    }
    .margin-bottom{
        margin-bottom: 15px !important;
    }
    h1{
        font-size: 16px !important;
    }
    h2{
        font-size: 15px !important;
    }
    h3{
        font-size: 14px !important;
    }
    h4{
        font-size: 13px !important;
    }
    h5{
        font-size: 12px !important;
    }
    h6{
        font-size: 11px !important;
    }
    .p-col{
        width:100% !important;
        font-size: 14px !important;
    }

    a[href]:after {
        content: none !important;
    }

    .p-content{
        font-size: 11pt !important;
        padding: 2px 4px !important;
    }
      
    .report{
        font-size: 7pt !important;
    }
    /* h2{
        font-size: 15px !important;
    }

    td, th{
        padding: 1px 10px !important;
    }
    td{
        border-bottom: 0.3px solid #eee !important;
    } */


    
/* Inhaltsbreite setzen, Floats und Margins aufheben */
/* Achtung: Die Klassen und IDs variieren von Theme zu Theme. Hier also eigene Klassen setzen */
#content, #page {
    width: 100%; 
    margin: 0; 
    float: none;
    }
        
    /** Seitenränder einstellen */       
    @page { margin: 2cm }
    
    /* Font auf 16px/13pt setzen, Background auf Weiß und Schrift auf Schwarz setzen.*/
    /* Das spart Tinte */
    body {
    font: 13pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    background: #fff !important;
    color: #000;
    }
    
    h1 {
    font-size: 24pt;
    }
    
    h2, h3, h4 {
    font-size: 14pt;
    margin-top: 25px;
    }    
     
    /* Alle Seitenumbrüche definieren */
    a {
        page-break-inside:avoid
    }
    blockquote {
        page-break-inside: avoid;
    }
    h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
         page-break-inside:avoid }
    img { page-break-inside:avoid; 
         page-break-after:avoid; }
    table, pre { page-break-inside:avoid }
    ul, ol, dl  { page-break-before:avoid }
        
    /* Linkfarbe und Linkverhalten darstellen */
    a:link, a:visited, a {
    background: transparent;
    color: #520;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
    }
    
    a {
        page-break-inside:avoid
    }
    
    a[href^=http]:after {
          content:" <" attr(href) "> ";
    }
    
    a:after > img {
       content: "";
    }
    
    article a[href^="#"]:after {
       content: "";
    }
    
    a:not(:local-link):after {
       content:" <" attr(href) "> ";
    }
        
    /**
     * Eingebundene Videos verschwinden lassen und den Whitespace der iframes auf null reduzieren.
     */
    .entry iframe, ins {
        display: none;
        width: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
        line-height: 0pt !important;
        white-space: nowrap;
    }
    .embed-youtube, .embed-responsive {
      position: absolute;
      height: 0;
      overflow: hidden;
    }
        
    /* Unnötige Elemente ausblenden für den Druck */
    
    #header-widgets, nav, aside.mashsb-container, 
    .sidebar, .mashshare-top, .mashshare-bottom, 
    .content-ads, .make-comment, .author-bio, 
    .heading, .related-posts, #decomments-form-add-comment, 
    #breadcrumbs, #footer, .post-byline, .meta-single, 
    .site-title img, .post-tags, .readability 
    {
    display: none;
    }
        
    /* Benutzerdefinierte Nachrichten vor und nach dem Inhalt einfügen */
    .entry:after {
    content: "\ Alle Rechte vorbehalten. (c) 2014 - 2016 TechBrain - techbrain.de";
    color: #999 !important;
    font-size: 1em;
    padding-top: 30px;
    }
    #header:before {
    content: "\ Vielen herzlichen Dank für das Ausdrucken unseres Artikels. Wir hoffen, dass auch andere Artikel von uns Ihr Interesse wecken können.";
    color: #777 !important;
    font-size: 1em;
    padding-top: 30px;
    text-align: center !important;    
    }
    
    /* Wichtige Elemente definieren */    
    p, address, li, dt, dd, blockquote {
    font-size: 100%
    }
    
    /* Zeichensatz fuer Code Beispiele */
    code, pre { font-family: "Courier New", Courier, mono}
    
    ul, ol {
    list-style: square; margin-left: 18pt;
    margin-bottom: 20pt;    
    }
    
    li {
    line-height: 1.6em;
    } 


   }



   /* image popup ---------------------------------------------------------------------------------------------------------------*/
    /* Style the Image Used to Trigger the Modal */
.pop-img {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .pop-img:hover {opacity: 0.7;}
  
  /* The Modal (background) */
  .mm-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (Image) */
  .mm-modal-content {
    margin: auto;
    display: block;
    width: 90%;
    max-width: 70%;
    background-color: #23a388;
  }
  
  
  
  /* Add Animation - Zoom in the Modal */
  .mm-modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .mm-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .mm-close:hover,
  .mm-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
    display: none;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .mm-modal-content {
      width: 100%;
    }
  } 


  /********************************** end input widget************************************/
.iw-container{
    width: 100%;
    position: relative;
}
.iw-tag{
    display: inline-block;
    border: 1px solid #ccc;
    margin: 4px 3px 4px 0px;
    border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    /* background-color: #e1f1ff; */
    font-size: 14px;
    cursor: default;
    color: #777;
}

.iw-tag.one{
    width: 100%;
    display: inline-block;
    border: 0;
    margin: 4px 3px 4px 0px;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    /* background-color: #e1f1ff; */
    font-size: 14px;
    cursor: default;
    color: #777;
}
.iw-tag-title{
    padding: 2px 10px;
    display: inline-block;
}
.iw-tag-close{
    color: #999;
    cursor: pointer;
    font-size: 16px;
    padding: 0px 10px 0px 0;
    float: right;
}
.iw-tag-close:hover{
    color: #c22d2d;
}
.iw-input{
    border: 0;
    display: block;
    width: 100%;
}
.iw-suggetion-container{
    width: 100%;
    display: block;
    position: absolute;
    margin-top: 3px;
    background-color: #fff;
    z-index: 100;
    border-right: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    box-shadow: 3px 4px 7px #e0e0e0;
    padding: 0;
    list-style: none;
    max-height: 45vh !important;
    overflow: auto;
}
.iw-suggetion-container > li{
    display: block;
    cursor: pointer;     
    padding: 5px 10px;
    border-bottom: 1px solid #efefef;    
    color: #777;                                                                                                            
}
.iw-suggetion-container > li:hover{
    background-color: #c3edff;
}
.iw-suggetion-container > li.active{
    background-color: #c3edff;
}

/********************************** input widget************************************/

/*--------------------------------- css loader ------------------------------*/
.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
  }
  .lds-spinner div {
    transform-origin: 32px 32px;
    animation: lds-spinner 1.2s linear infinite;
  }
  .lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    border-radius: 20%;
    background: rgb(68, 68, 68);
  }
  .lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
  }
  .lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
  }
  .lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
  }
  .lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
  }
  .lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
  }
  .lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
  }
  .lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
  }
  .lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
  }
  .lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
  }
  .lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
  }
  .lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
  }
  .lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
  }
  @keyframes lds-spinner {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  
/*--------------------------------- end css loader ------------------------------*/

.print-break {
	page-break-after: always;
}


/*  widgets  */
.lc-cards{
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.lc-cards *{
	box-sizing: border-box;
}
.lc-cards > li{
	float: left;
	display: block;
	padding: 10px;
}
.lc-cards > li > a{
	display: block;
	background-color: #736cff;
	color: #f0f0f0;
	box-shadow: 1px 1px 4px 0px #888888;
}
.lc-head{
	display: block;
	text-align: center;
	text-transform: capitalize;
	padding: 15px;
	font-weight: 500;
}

.lc-body{
	display: flex;
	width: 100%;
	height: 120px;
	justify-content: center;
	align-items: center;
}

.lc-body > div:nth-child(1){
	width: 35%;
	display: block;
	font-size: 2.4em;
	text-align: center;
}

.lc-body > div:nth-child(2){
	width: 65%;
	display: block;
	font-size: 1.3em;
	font-weight: 600;
	padding: 15px 15px 15px 0;
}
.lc-body h4{
	font-weight: normal;
	font-size: 0.9em;
	margin-bottom: 10px;
}
.lc-body h3{
	margin: 3px 0;
}

.badge-danger{
	background-color: rgb(197, 43, 56);
	color: #f0f0f0;
	padding: 4px 5px;
	font-weight: normal;
	font-size: 0.7em;
	margin-left: 5px;
}



.lc-30{
    width: 33.333%;
}

.di{
	text-align: center;
}

.di-b{
	display: block;
	box-sizing: border-box;
}

.di-b * {
	box-sizing: border-box;
}

.di-b > div{
	display: block;
	width: 50%;
	float: left;
	text-align: center;
	padding: 10px;
}
