﻿@import url("eal/eal360.kendo.css");

html {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    color: #555555;
    background-color: #F4F5F3; /*juiste kleur eal web*/
    margin: 0;
    padding: 0;
}

body {
    padding: 0;
}

/******************************************************
                                    
    +-------------------------------------------------+
    |                   Content-Container             |
    |+------+ +------------------------------------ +||
    ||      | |                                      ||
    ||      | |                                      ||
    ||      | |                                      ||
    || Menu | |             Program                  ||
    ||      | |                                      ||
    ||      | |                                      ||
    ||      | |                                      ||
    |+------+ +-------------------------------------+||
    +-------------------------------------------------+

*******************************************************/

/*#Content-container {

}*/   

/*********************
        Menu
**********************/

#mainMenu {
    background: #3d84b0;
    background: rgba(61,132,176,0);
    border:0;
    font-size: 14px;
}

#mainMenu img {
    margin-left: 1px;   
}

#Menu-container {
    position: fixed;
    top: 5px;
    bottom: 5px;
    left: 5px;
    width: 70px;
    float: left;
    z-index: 3;
    background: #1f4257;
}

#Menu-content .k-image {
    opacity: 0.7;   
}


#Menu-content {
    margin: 15px 5px 0 5px;
}

#Menu-footer {
    position: fixed;
    bottom: 16px;
}
    #Menu-footer .logo {
        margin-bottom: 0px;
        margin-left: 3px;
        border: none;
    }    

    #Menu-footer a:hover {
        background-color: transparent;
    }

    #Menu-footer .ealLink {
        text-decoration: none;
        color: #fff;
        font-size: 13px;
    }

    #Menu-footer .autoResizeImage {
        height: 27px;
        border: none;
    }

    #Menu-footer .logout {
        margin-left: 17px;
    }

/*********************
        Program
**********************/

    #Program-content {
    margin-left: 75px;
    width: auto;
}

a {
    color: #333;
    outline: none;
    padding: 3px;
    text-decoration: none;
}

/*********************
        ManualHelper
**********************/
#header-wrapper {
  height: 35px; }
  #header-wrapper .page-name {
    margin: 4px 0 0 2px;
    font-size: 1.5em;
    font-weight: bold;
    float: left; }
  
  #header-wrapper .systemStatus {
      float: right;
      margin-top: 2px;
  }
  #header-wrapper .systemStatus img {
      float: right;
      height: 20px;
      width: 20px;
      padding: 1px;
      -moz-transition: height 0.2s, opacity 0.5s, padding-top 0.2s;
      -o-transition: height 0.2s, opacity 0.5s, padding-top 0.2s;
      -webkit-transition: height 0.2s, opacity 0.5s, padding-top 0.2s;
      transition: height 0.2s, opacity 0.5s, padding-top 0.2s;
  }
  #header-wrapper .systemStatus img:hover {
      padding: 0;
      height: 22px;
      width: 22px;
  }

  #header-wrapper .header-icon, #header-wrapper .header-help-icon {
    float: right;
    margin-top: 2px; }
    #header-wrapper .header-icon img, #header-wrapper .header-help-icon img {
      float: right;
      opacity: 0.4;
      height: 20px;
      width: 20px;
      padding: 1px;
      -moz-transition: height 0.2s, opacity 0.5s, padding-top 0.2s;
      -o-transition: height 0.2s, opacity 0.5s, padding-top 0.2s;
      -webkit-transition: height 0.2s, opacity 0.5s, padding-top 0.2s;
      transition: height 0.2s, opacity 0.5s, padding-top 0.2s; 

    }
      #header-wrapper .header-icon img:hover, #header-wrapper .header-help-icon img:hover {
        opacity: 1;
        padding: 0;
        height: 22px;
        width: 22px; 

      }
  #header-wrapper .header-help-icon {
    margin-right: 5px; 

  }

.grid-record-about-icon {
    float: right;
}
    .grid-record-about-icon img {
        opacity: 0.4;
        height: 14px;
        width: 14px;
        -moz-transition: height 0.2s, opacity 0.5s, padding-top 0.2s;
        -o-transition: height 0.2s, opacity 0.5s, padding-top 0.2s;
        -webkit-transition: height 0.2s, opacity 0.5s, padding-top 0.2s;
        transition: height 0.2s, opacity 0.5s, padding-top 0.2s;
    }

        .grid-record-about-icon img:hover {
            opacity: 1;
            padding: 0;
            height: 16px;
            width: 16px;
        }

.languageSelectedImg, .languageSelectionImg {
    float: left;
    width: 20px;
    height: 20px;
    padding-left: 9px;
}

.languageSelectionImg {
  margin-top: 2px;
  padding-left: 1px; }

.languageSelectedText {
  float: left;
  margin: 0 0 2px 0; }

.k-state-focused .languageSelectedText {
  color: #fff; }

.languageSelectionText {
  float: left;
  margin: 0 0 2px 5px; }

#languageSelector {
  float: right;
  margin-right: 4px;
  width: 22px;
  height: 22px;
  position: relative;
  -moz-transition: width 0.7s;
  -o-transition: width 0.7s;
  -webkit-transition: width 0.7s;
  transition: width 0.7s; }
#languageSelector:hover {
    width: 145px;
    -moz-transition: width 0.7s 0.5s;
    -o-transition: width 0.7s 0.5s;
    -webkit-transition: width 0.7s  0.5s;
    transition: width 0.7s 0.5s; }
#languageSelector:hover > img {
    opacity: 0;
    -moz-transition: opacity 0.7s 0.5s;
    -o-transition: opacity 0.7s 0.5s;
    -webkit-transition: opacity 0.7s 0.5s;
    transition: opacity 0.7s 0.5s; }
#languageSelector:hover .languageDDL {
    opacity: 1;
    width: 147px;
    -moz-transition: width 0.7s  0.5s, opacity 0.7s  0.5s;
    -o-transition: width 0.7s 0.5s, opacity 0.7s 0.5s;
    -webkit-transition: width 0.7s 0.5s, opacity 0.7s 0.5s;
    transition: width 0.7s 0.5s, opacity 0.7s 0.5s; }
  #languageSelector > img {
    position: absolute;
    top: 3px;
    left: 5px;
    width: 20px;
    height: 20px;
    opacity: 0.4;
    -moz-transition: opacity 0.7s;
    -o-transition: opacity 0.7s;
    -webkit-transition: opacity 0.7s;
    transition: opacity 0.7s; }
  #languageSelector .languageDDL {
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    opacity: 0;
    -moz-transition: opacity 0.7s;
    -o-transition: opacity 0.7s;
    -webkit-transition: opacity 0.7s;
    transition: opacity 0.7s;
    /* Material Theme padding adjustment*/ }
    #languageSelector .languageDDL .k-item {
      min-width: 30px; }
      #languageSelector .languageDDL .k-item > span {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top;
        margin: 20px 10px 10px 5px; }
        #languageSelector .languageDDL .k-item > span:first-child {
          margin: 10px;
          width: 50px;
          height: 50px; }
    #languageSelector .languageDDL .k-item,
    #languageSelector .languageDDL .k-item.k-state-hover,
    #languageSelector .languageDDL .k-item,
    #languageSelector .languageDDL .k-item.k-state-hover {
      padding-left: 5px;
      border-left: 0; 
    }


/*********************
        Grid
**********************/

/*Afkappen van de text in grid*/
.k-grid td {
    text-overflow: clip;
    overflow: hidden;
    white-space: nowrap;
}

/* Link in table cell */
.k-grid-content .eal-cellLink a:link,
.k-grid-content .eal-cellLink a:visited,
.k-grid-content .eal-cellLink a:active, 
.k-grid-content .eal-cellLink a:hover {
    color: #787878;
    text-decoration: underline;
}

.k-grid-content .k-state-selected .eal-cellLink a:link,
.k-grid-content .k-state-selected .eal-cellLink a:visited,
.k-grid-content .k-state-selected .eal-cellLink a:active,
.k-grid-content .k-state-selected .eal-cellLink a:hover {
    color: #fff;
}

.k-grid-content .eal-ManagedByImportSource {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(/Content/Images/Icons/ManagedByImportSource-16.png);
}

.k-grid-content .k-state-selected .eal-ManagedByImportSource {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(/Content/Images/Icons/ManagedByImportSource-16-white.png);
}

.k-i-pdf {
    background-position: -64px -80px !important;
}

.eal-Record-IsInUse {
    color: #e76836;
    font-style: oblique;
}

/*********************
     popup window
**********************/
.eal-PopupWindow-edit-buttons {
    clear:both;
    text-align:right;
    padding:.4em;
    position:relative;
}

/*********************
     Kendo class
**********************/
.k-edit-form-container {
    margin: 10px;
    width: 600px !important;
}

    .k-edit-form-container .editor-field {
        padding: .5em 0 .9em;
    }

.k-edit-form-ealEditor {
    margin: 10px;
    position: relative;
    display: block;
    /*width: 600px !important;*/
}

    .k-edit-form-ealEditor .editor-label {
        clear: both;
        padding: .4em 0 1em;
    }

    .k-edit-form-ealEditor .editor-field {
        clear: both;
        padding: .4em 0 1em;
    }

/*********************
     BadgeHolder
**********************/
.badgeHolder-photo {
    display: inline-block;
    /*width: 32px;*/
    max-height: 32px;
    /*background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    vertical-align: middle;
    line-height: 32px;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgb(0,0,0);
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
    border-radius: 10%;
    margin-left: 5px;*/
}

#badgeholderTypesMenu .k-link {
    padding-bottom: 0.25em;
    padding-top: 0.4em;
}

/*********************
     Div tables
**********************/
.eal-div-table {
    display: table;
    width: auto;
    /*margin-right: -9px;*/ /* to counter the +8px from ..table-col */
}

.eal-div-table-Row {
    display: table-row;
    width: auto;
    clear:both;
}

.eal-div-table-col {
    float: left; /*fix for buggy browsers*/
    display:table-column;
    width: auto;
    height: inherit;
    /*margin-right: 8px;*/
}

.eal-div-table-cell {
    display: table-cell;
}

/*********************
     Nofifications
**********************/
.eal-Notification {
    position: absolute;
    width: 16px;
    height: 1.6em;
    background-image: url(/Content/Images/Icons/flag-orange-16.png);
    background-repeat: no-repeat;
    margin: 6px 0 0 5px;
}

.eal-dirtyItem {
    position: absolute;
    width: 4px;
    height: 2em;
    margin-left: -7px;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
    z-index: 0;
    background: -webkit-linear-gradient(bottom, rgba(207,166,4,0), rgba(207,166,4,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, rgba(207,166,4,0), rgba(207,166,4,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(207,166,4,0), rgba(207,166,4,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, rgba(207,166,4,0), rgba(207,166,4,1)); /* Standard syntax (must be last) */
}

.eal-isNotDirtyItem {
    position: absolute;
    width: 4px;
    height: 2em;
    margin-left: -7px;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
    z-index: 0;
}

.eal-waringItem {
    position: absolute;
    width: 20px;
    height: 2em;
    margin-left: -7px;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
    z-index: 0;
    background: -webkit-linear-gradient(bottom, rgba(205, 4, 4, 0), rgba(205, 4, 4, 1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, rgba(205, 4, 4, 0), rgba(205, 4, 4, 1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(205, 4, 4, 0), rgba(205, 4, 4, 1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, rgba(205, 4, 4, 0), rgba(205, 4, 4, 1)); /* Standard syntax (must be last) */
}

.eal-ProgressBar {
    width: 100%;
}

.eal-ProgressBarFixSize {
    width: 200px;
}

.eal-ProgressBarOversizedValue {
    width: 100px;
}

.eal-ProgressBarOversizedValue .k-state-selected {
    background-color: #e76836;
    border-color: #e76836;
}

/*********************
     Button
**********************/
.eal-action-button {
    clear: both;
    margin-left: 245px;
    margin-bottom: 22px;
    padding-top: 7px; 
}

/*********************
     EalSchedule
**********************/
.ealSchedulefieldlist {
    margin: 0 0 -1em;
    padding: 0;
}

.ealSchedulefieldlist li {
    list-style: none;
    padding-bottom: 5px;
}

    .ealSchedulefieldlist li label .k-radio-label {
        margin-right: 5px;
    }

div[id$="_CbxEalScheduleRepeatEveryWeeklyWeekday"].editor-field > label {
    margin-right: 10px;
    padding-left: 18px;
}

.k-widget.webui-input-large {
    width: 75%;
}

/* fix: duplicate borders since kendo v2020.3 */
.editor-field > span.k-textbox { border:none; }


/* Custom Font-Icons */
@font-face {
	font-family: 'entrance';
	src: url('fonts/entrance.eot?mpmv9u');
	src: url('fonts/entrance.eot?mpmv9u#iefix') format('embedded-opentype'), url('fonts/entrance.ttf?mpmv9u') format('truetype'), url('fonts/entrance.woff?mpmv9u') format('woff'), url('fonts/entrance.svg?mpmv9u#entrance') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

.kn-icon {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'entrance' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.kn-icon:hover {
	opacity: 1;
}

.kn-door-enter:before {
	content: "\e900";
	color: inherit;
}

.kn-door-enter-hand:before {
	content: "\e901";
	color: inherit;
}

.kn-door-enter-lock:before {
	content: "\e902";
	color: inherit;
}

.kn-door-enter-unlock:before {
	content: "\e903";
	color: inherit;
}

.kn-bug:before {
	content: "\e999";
	color: inherit;
}

.kn-lab:before {
	content: "\e9aa";
	color: inherit;
}
