/* $colors: (
  "blue":       $blue,
  "indigo":     $indigo,
  "purple":     $purple,
  "pink":       $pink,
  "red":        $red,
  "orange":     $orange,
  "yellow":     $yellow,
  "green":      $green,
  "teal":       $teal,
  "cyan":       $cyan,
  "white":      $white,
  "gray":       $gray-600,
  "gray-dark":  $gray-800
); */
.w90{
    width: 90%;
}
.w80{
    width: 80%;
}
.w70{
    width: 70%;
}
.w60{
    width: 60%;
}
.w50{
    width: 50%;
}
.blocked_site,
.blocked_site_status,
.blocked_site_bereich,
.blocked_site_art,
.blocked_site_schritt,
.blocked_site_pdf{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#a8d7f042;
    display: none;
    z-index: 1;
}
.blocked_site_inner,
.blocked_site_inner_status,
.blocked_site_inner_bereich,
.blocked_site_inner_art,
.blocked_site_inner_schritt,
.blocked_site_inner_pdf{
    margin-top: 48px;
    padding :22px;
    width: 80%;
    /* max-height: 450px; */
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    border-radius: 3px;
    overflow-y:  scroll;
    z-index: 1;
}
.tron{
    background: #efefef;
    padding: 10px;
    border-radius: 5px;
    margin-top: 11px;
}
.table td.fit, 
.table th.fit {
    white-space: nowrap;
    width: 1%;
}
:root{
    --dsm-red: #ED6B63;
    --dsm-grey: rgb(179, 178, 178);
    --dsm-blue: #62B9E9;
    --dsm-yellow: #FED879;
    --dsm-green: #62695d;
    --dsm-green-clear: #b6cfbd;
}
.bg-grey{
    background-color: #B3B2B2;
}
.bg-green{
    background-color: #b6cfbd;
}
.bg-red{
    background-color: #ED6B63 !important;
}
.bg-yellow{
    background-color: #FED879;
}
.bg-white{
    background-color: #ffffff;
}
.bg-green-bli{
    background-color: #61866c !important;
}
a:hover{
    text-decoration: none;
    outline: 0;
    color:#62B9E9 !important;
}
a::selection{
    border: none;
    outline: 0;
}
body{
    background-color: #fafafa;
}
.preheader{
    background: #efefef;
    text-align: right;
    padding: 3px;
    display: flex;
}
#mensaje{
    position: fixed;
    top: 16%;
    left: 10%;
    width: 80%;
    z-index: 4;
}
#mensaje_js{
    position: fixed;
    top: 16%;
    left: 10%;
    width: 80%;
    display: none;
    border-radius: 5px;
    z-index: 4;
}
/*ul*/
.menu-p-iz{
    flex-grow: 1;
    text-align: left;
    color: #007DAB;
}
.menu-p-d{
    flex-grow: 5;
}
.menu-p{
    margin: 0;
    padding: 0;
}
.menu-p a{
    text-decoration: none;
}
.menu-p li{
    display: inline;
    list-style: none;
    margin-right: 7px;
}

.navbar-admin{
    border-radius: 5px;
}
img.perfil{
    width: 90px;
}
.img_li{
    margin-left: 3px;
    margin-right: 3px;
}
img.perfil_mini{
    max-width: 22px;
    border: 2px #62B9E9 solid;
    border-radius: 50%;
}
.title{
    color: cornflowerblue;
    margin-bottom: 22px;
}
.title_pad{
    margin-top: 22px;
    margin-bottom: 22px;
}
.login{
    width: 60%;
    margin-right: auto;
    margin-left: auto;
}

header{
    padding: 12px;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #efefef;
}
header img{
    height: 90px;
    margin-left: 22px;
}
header span{
    float: right;
    font-size: 2rem;
    margin-right: 22px;
    margin-top:22px;
}
.menu{
    flex-grow: 6;
    text-align: right;
}


.menu-g{
    margin: 0;
    padding: 0;
    margin-top: 18px;
}
.menu-g a{
    text-decoration: none;
}
.menu-g li{
    display: inline;
    list-style: none;
    margin-right: 7px;
    font-size: 22px;
}

.content{
    min-height: 420px;
    text-align: center;
    padding: 20px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 60px;
}
.content_left{
    min-height: 420px;
    text-align: left;
    padding: 20px;
    margin-bottom: 60px;
}
.content h2{
    margin-bottom: 40px;
}

.formulario{
    margin-left: auto;
    margin-right: auto;
}

.formulario th{
    color: cornflowerblue;
    text-align: right;
    padding: 11px;
}

.formulario td{
    text-align: left;
    padding: 11px;
}

.formulario td input{
    border: none;
    background: rgb(205, 243, 250);
    padding: 5px;
    width: 280px;
    outline: none;
}

.formulario td textarea{
    border: none;
    background: rgb(205, 243, 250);
    padding: 5px;
    width: 280px;
    outline: none;
    min-height: 120px;
}

.naranja{
    color: orange;
}

.oculto{
    display: none;
}

.menu_button{
    width: 120px;
    padding-top: 22px;
    padding-bottom: 22px;
    display:inline-block;
    background-color: #efefef;
    border-radius: 6px;
    background-color: var(--dsm-blue);
    color: white;
    font-size: 1rem;
    margin: 1%;
    opacity: 0.8;
}
.menu_button:hover{
    opacity: 1.0;
}
.menu_button_edit{
    background-color: var(--dsm-yellow);
}
.menu_button_danger{
    background-color: var(--dsm-red);
}
footer{
    min-height: 400px;
    background-color: cornflowerblue;
}

.sitebar_left{
    width: 30%;
    float: left;
}

.content_right{
    width:69%;
    float: right;
}

.filter{
    margin-left: 11px;
    margin-right: 11px;
    padding: 11px;
    background: #efefef;
    border-radius: 5px;
    margin-bottom: 11px;
    text-align: center;
}
.filter .btn{
    margin-top: 6px;
}
.filter-helpdesk{
    margin-left: 0;
    margin-right: 0;
}

.spacer-home{
    margin-bottom: 22px;
    padding-top: 2px;
}

.minheight{
    min-height: 550px;
}

.action{
    text-align: right;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.hide{
    display:none;
}
.centered{
    text-align: center;
}

#new, #new_comp, #edit{
    display: none;
}
#new, #edit{
    margin-top: 22px;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 22px;
    padding-top: 6px;
    background: #efefef;
    border-radius: 5px;
}
#new table{
    margin-left: auto;
    margin-right: auto;
}
table#admin_user  th{
    text-align: right;
}
.closer{
    text-align: right;
    width: 100%;
    margin-bottom: 22px;
}
.closer{
    color:#62B9E9;
    /* margin-right: 22px; */
    margin-top: 11px;
}
.closer_indikator{
    margin-top: 3px;
    margin-bottom: 3px;
}
.closer:hover{
    color:#ED6B63;
}
.close_indikator{
    width: 90%;
}
a:hover{
    cursor: pointer;
}
.green{
    color: #b6cfbd;
}
.green-dark{
    color: #61866c;
}
.orange{
    color:orange;
}
.blue{
    color: cornflowerblue;
}
.red{
    color:  #ED6B63 !important;
}
.red-border{
    border: 3px #ED6B63 solid;
}
.green-border{
    border: 3px green solid;
}
.centered{
    text-align: center;
}
.block{
    width: 200px;
    /*padding: 7px;*/
    display: inline-block;
    margin: 1%;
    position: relative;
}
.block-extra{
    border: 2px #efefef solid;
    padding: 11px;
}
.block-img{
    width: 200px;
}
.block-img-extra{
    width: 80%;
}
.deleter{
    position: absolute;
    left: 9px;
    bottom: 9px;
    text-align: center;
}
.deleter_table{
    position: relative;
}
a.deleter img{
    width: 22px;
}
.comp img{
    width: 122px;
    padding: 3px;
    opacity: 0.8;
}
.comp img:hover{
    cursor: pointer;
    opacity: 1.0;
}
.main{
    min-height: 450px;
    padding-top: 22px;
    margin-top: 22px;
    margin-bottom: 22px;
}
.no_min_height{
    min-height: inherit;
}
.comp_list img{
    max-width: 200px;
    max-height: 200px;
}
.confirm{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/images/grey_trans.png');
    z-index: 1;
}
.room_edit{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/images/grey_trans.png');
    z-index: 1;
}
.img_loader, .p-img-loader, .p-pdf-loader{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/images/grey_trans.png');
    z-index: 1;
}
.confirm_inner{
    margin-top: 15%;
    text-align: center;
    background: #ffffff;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    min-height: 50px;
    padding: 22px;
    border-radius: 9px;
    z-index: 2;
}
.pin_confirm_inner{
    margin-top: 5%;
}
.confirm_block{
    display: inline-block;
    margin: 22px;
}

.box{
    display: inline-block;
    padding: 3px;
    margin: 3px;
    border-bottom: 3px #cdcdcd solid;
    background: #fafafa;
}
.menu_new{
    margin-top: -22px;
}


.menu_new_no_margin{
    margin-top: 0;
}
.new form{
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

.sitebar-container{
    display: flex;
    flex-wrap: wrap;
}
.sitebar-left{
    margin-left: 2%;
    padding-right: 2%;
    flex: 35%;
    border-right: 3px #efefef solid;
}
.sitebar-left .card{
    margin-right: 9px;
}
.sitebar-left h3{
    margin-bottom: 22px;
}
.sitebar-left h4{
    margin-top: 11px;
    margin-bottom: 11px;
    padding: 3px;
    background-color: #efefef;
}
.sitebar-right{
    margin-left: 2%;
    margin-right: 2%;
    flex : 55%;
    background: #efefef;
    padding: 22px;
}
.probleme{
    margin-top: 22px;
    margin-bottom: 22px;
    background: #ffffff;
    padding: 11px;
}
a.selector{
    opacity: 0.8;
    padding-right: 22px;
    margin-right: 22px;
}
a.selector:hover{
    opacity: 1.0;
}
.probleme input.btn{
    width: auto;
}
.probleme button {
    margin-left: 22px;
}
.sitebar-right textarea{
    width: 100%;
    border: 1px #fafafa solid;
    background:#efefef;
}
.comp_list{
    margin-top: 22px;
}
.comp_single{
    margin-top: 22px;
    text-align: left;
}
.comp_single_element{
    margin-right:11px;
    min-width: 20%;
}
.comp_single img{
    max-width: 400px;
    padding: 11px;
    border: 2px #cdcdcd solid;
    border-radius: 5px;
    margin-right: 11px;
}
.raum_area{
    margin-bottom: 22px;
    border-bottom: 3px #dedede solid;
    padding: 9px;
}
.room_image{
    max-width: 600px;
}
.raum_extra img{
    /* width: 30%; */
    position: relative;
    margin-top: 22px;
}
.raum-block-extra{
    position: relative;
    text-align-last: center;
}
.raum-block-extra img{
    width: 30%;
}
.raum_extra-extra a.deleter{
    position: absolute;
    left: 9px;
    bottom: 9px;
    text-align: center;
}
.card{
    display: inline-block;
    margin-bottom: 22px;
}
.sub-menu{
    text-align: right;
    margin-right: 2em;
    margin-top: -48px;
}
.raumbild{
    text-align: center;
    margin-top: 48px;
    margin-bottom: 22px;
    border-top: 10px #efefef solid;
}
.raumbild h3{
    margin-bottom: 22px;
}
.raumliste_area{
    text-align: left;
    border: 3px #efefef solid;
    padding: 7px;
    margin-bottom: 22px;
}
.raumliste_area .card{
    text-align: center;
}
.top{
    text-align: right;
    margin-right: 22px;
}
.top a{
    position: fixed;
    bottom: 22px;
    right: 22px;
    z-index: 1;
}
.form-input {
    display: inline-block;
    width: auto;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
.small-img{
    width: 40px;
}
.room_edit{
    text-align: center;
}
.room_edit_int{
    width: 50%;
    margin-left: 25%;
    margin-top: 2%;
    background: #efefef;
    padding: 3px;
    border: 3px #cdcdcd solid;
    border-radius: 5px;
}
.img_loader_int{
    width: 50%;
    margin-left: 25%;
    margin-top: 2%;
    background: #efefef;
    padding: 3px;
    border: 3px #cdcdcd solid;
    border-radius: 5px;
}
.img_loader_int form{
    padding: 22px;
}
.padding_5{
    padding: 5px;
    padding-left: 11px;
    padding-right: 11px;
}
ul.raum_bezug li{
    list-style: none;
}

/* ZEITEN */
form.zeiten{
    display: none;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    border: 2px #cdcdcd solid;
    border-radius: 11px;
    padding: 11px;
}
.z_block{
    text-align: center;
    display: inline;
    padding: 40px;
    min-width: 160px;
    margin: 22px;
    border-radius: 11px;
    color: #fff;
}
.z_block_gehen{
    background-color: red;
}
.z_block_kommen{
    background-color: green;
}
#closer{
    text-align: right;
}
.open_edit_subthema{
    display:none;
}
.commands{
    padding: 22px;
    margin-top: 22px;
    margin-left: 22px;
    border: 3px #efefef solid;
    border-radius: 9px;
    background: #fff;
    position: fixed;
    top: 30%;
    width: 30%;
    right: 5%;
    text-align: center;
}
.user-edit-block{
    position: fixed;
    right: 3%;
    border: 3px #efefef solid;
    border-radius: 9px;
    background: #fff;
    padding: 9px;
}
.commands a{
    margin: 11px;
    width: 90%;
}
.abt{
    display: inline-block;
    padding: 11px;
    margin: 11px;
    border-radius: 5px;
    border:rgb(205, 243, 250) 1px solid;
}
a.abt{
    -webkit-user-select: none;
}
.abt-data input{
    width: 100%;
    padding: 3px;
}
.abt-data textarea{
    width: 100%;
    padding: 3px;
}

.area{
    margin-bottom: 22px;
    padding: 11px;
    padding-bottom: 22px;
    text-align: left;
}
.area_prozess{
    position: relative;
    margin-left: 1%;
    /* display: none; */
}
.area_abteilung{
    position: relative;
    margin-left: 1%; 
    /* display: none; */
}   
.process_menu_area{
    position: absolute;
    right: 11px;
    top: -22px;
}
.filter_doc{
    position: relative;
    margin-bottom: 22px;
}
.process_menu{
    background: #fff;
    padding: 5px;
    border: 1px #dedede solid;
    cursor: pointer;
    min-width: 80px;
    text-align: center;
    display: inline-block;
    position:relative;
}
.process_menu_add{
    position: absolute;
    left: 1px;
    top: -8px;
}
.process_menu_bereich, .process_menu_abteilung{
    position: relative;
    margin-right: 3rem;
}
.process_menu_abteilung{
    margin-right: 8rem;
}
ul.process_menu_bereich_ul, ul.process_menu_abteilung_ul{
    display: none;
    position:absolute;
    top: 64px;
    left: 5px;
    margin-right: 0;
    padding-right: 0;
    text-align: left;
    z-index:1;
    background-color: #fff;
    border: 1px #dedede solid;
    padding: 3px;
    padding-left: 11px;
    padding-right: 11px;
    padding-bottom: 22px;
}
ul.process_menu_bereich_ul li, ul.process_menu_abteilung_ul li{
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    background: #efefef;
    border: 1px #dedede solid;
    border-radius: 3px;
    padding: 2px;
    margin-top: 7px;
}
.basic{
    background: #efefef;
    text-align: left;
    margin-right: 1%;
    padding: 11px;
    min-height: 200px;
}
.white-line{
    border-bottom: 3px #ffffff solid;
    padding-bottom: 5px;
    margin-bottom: 11px !important;
}
.prozess_main{
    background: #efefef;
    padding: 11px;
}
.area h4{
    margin: 0;
    margin-bottom: 2px;
    padding-top: 3px;
}
.btn-left{
    position: fixed;
    top: 30%;
    left: 0;
    padding: 5px;
    border: 1px #cdcdcd solid;
    background: #62B9E9;
    border-left: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    opacity: 0.8;
    -webkit-user-select: none;
    cursor: pointer;
    z-index: 1;
}
.btn-left:hover{
    opacity: 1.0;
    cursor: pointer;
}
.btn-right{
    position: fixed;
    top: 30%;
    right: 0px;
    padding: 5px;
    border: 1px #cdcdcd solid;
    background: #62B9E9;
    border-right: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    opacity: 0.8;
    /* display: none; */
    -webkit-user-select: none;
    cursor: pointer;
    z-index: 1;
}
.btn-right:hover{
    opacity: 1.0;
}
/*boostrap overwritten*/
.procesos{
    position: relative;
}
.procesos .card{
    display: inline-table;
}
.procesos .card-body{
    min-height:  169px;
}
.area_prozess .list-group-item{
    min-height: 48px;
    /* padding: 0.4rem 0.75rem; */
    font-size: 0.89rem;
}
.proceso_editor{

}
#process_edit_field input, #process_edit_field textarea{
    width: 85%;
}
#process_edit_field input[type=submit]{
    width: inherit;
}
.status_hover:hover{
    opacity:0.8;
}
.status_info{
    margin-right: auto;
    margin-left: auto;
}
a.process_menu_link{
    color: var(--dsm-green-clear);
}
a.process_menu_link:hover{
    color: var(--dsm-red);
}
.p_extra{
    width: 91.3%;
    margin-left: 2%;
    margin-bottom: 11px;
    position: relative;
}
.p_extra .card img{
    
}
.p_extra_title{
    background-color: #dedede;
    padding: 9px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.p_extra_list{
    border-right: 1px #dedede solid;
    border-left: 1px #dedede solid;
    border-bottom: 1px #dedede solid;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 9px;
}
.p_extra_menu{
    position: absolute;
    top: 5px;
    left: 5px;
}
.p_abt_add, .p_extern_add{
    border-right: 1px #dedede solid;
    border-left: 1px #dedede solid;
    border-bottom: 1px #dedede solid;
    padding: 9px;
    background-color: #efefef;
}
.abt_block{
    padding: 11px;
    border-radius: 5px;
    border: #61866c 1px solid;
    background: #efefef;
    display: inline-block;
    margin: 3px;
}
.abt_bet{
    position: relative;
}
.abt_bet_delete{
    position: absolute;
    right: -3px;
    top: -3px;
    background: var(--dsm-red);
    border-radius: 50%;
    line-height: 1;
    padding: 1px;
    padding-left: 3px;
    padding-right: 3px;
    color: #fff;
    vertical-align: text-top;
}
.p_image_sm{
    width: 125px;
}
.p_image_expand{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-image: url('../img/images/grey_trans.png');
    z-index: 1;
    padding: 10%;
    padding-top: 1%;
}
.p_image_expand .closer{
    background: var(--dsm-red);
    background: #fff;
    padding: 11px;
    padding-right: 22px;
    border-radius: 5px;
}
.p_image_expand_inner{
    width: 70%;
    height: 80%;
    margin-left: 15%;
    margin-top: 1%;
}
.p_image_expand_inner img{
    border: 2px #efefef solid;
    border-radius: 5px;
}
.close-img{
    font-size: 18px;
}
.prozess_schritte{
    min-height: 200px;
}
.p_schritt_new{
    width: 80%;
    margin-left: 10%;
    margin-top: 22px;
}
.step{
    text-align-last: left;
}
.step_image{
    width:90%;
}
.step-header{
    background: #efefef;
    color:#007DAB;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 5px;
}
.step-body{
    border: 1px #efefef solid;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px;
}
.b-top{
    border-top: 2px #dedede solid;
    max-width: 98.8%;
    margin-left: 0.5%;
    padding-top: 11px;
}


/*PW*/

.microsoft{
    height: 222px;
}
.CardLogin{
    /* display: none; */
}
.SAVER{
    position: fixed;
    z-index: 1;
    margin-top: 11px;
    bottom: 122px;
    right: 22px;
}
.area{
    padding: 0.5%;
    margin-top: 11px;
    margin-right: auto;
    margin-left: auto;
    background: #efefef;
}
.clock{
    padding: 11px;


}
.dater{
    width: 70%;
    margin-left: 10%;
    margin-right: 20%;
    background: #a19b9b;
    font-size: 1.5rem;
    padding: 0.5rem;
    color: white;
}
.hor{
    line-height: 5rem;
    background-color: #89d3ee;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 10%;
    font-size: 5rem;
    color: #ffffff;
    position: relative;
    text-align: left;
}
.ver{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #f3d881;
    width: 30%;
    color: white;
    font-size: 1.8rem;
    overflow-y: hidden;
}
.timer{
    height: 70%;
    margin-top: 30%;
}
.ver p.timing{
    font-size: 1.2rem;
}
.jumbotron-sm{
    padding: 22px;
}
.newMod{
    text-align: left;
}
.newMod ul{
    margin: 0;
    padding: 7px;
    border-radius: 5px;
    text-align: left;
}
.newMod ul span{
    font-size: 9px;
}
.newMod ul a{
    color: inherit;
}
.newMod li{
    padding:1px;
    margin: 1px;
    margin-top: 3px;
    background: #efefef;
}
.newMod li:first-child{
    padding-top: 3px;
    margin-top: 3px;
}
.newMod li:hover{
    background-color: #89d3ee;
}
.newMod a li{
    list-style-type: none;
}
#lernplattform input{
    
}
.lp_fileload input{
    margin-top: 22px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.jumbotrons-sm{
    padding: 11px;
}
.navSubRight{
    text-align: right;
    width:90%;
    margin-right: 10%;
}
.navSubRightInner{
    padding: 11px;
    display: inline-block;
    border: 1px #efefef solid;
    border-radius: 5px;
    list-style: none;
}