/* Minification failed. Returning unminified contents.
(767,32): run-time error CSS1035: Expected colon, found ';'
(772,32): run-time error CSS1035: Expected colon, found ';'
(1104,30): run-time error CSS1035: Expected colon, found '!'
 */
/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
@font-face
{
    font-family:'wf_SegoeUILight';
    src:url('https://i.s-microsoft.com/fonts/Segoe-UI/West-European/Light/latest.eot');
    src:url('https://i.s-microsoft.com/fonts/Segoe-UI/West-European/Light/latest.eot?#iefix') 
    format('embedded-opentype'),url('https://i.s-microsoft.com/fonts/Segoe-UI/West-European/Light/latest.woff') 
    format('woff'),url('https://i.s-microsoft.com/fonts/Segoe-UI/West-European/Light/latest.ttf') 
    format('truetype'),url('https://i.s-microsoft.com/fonts/Segoe-UI/West-European/Light/latest.svg#web') format('svg');
    font-weight:normal;
    font-style:normal
}

@font-face
{
    font-family:'MSHPIconsRegular';
    src:url('https://i.s-microsoft.com/fonts/homepage/icons/mshpicons-regular-webfont.eot');
    src:url('https://i.s-microsoft.com/fonts/homepage/icons/mshpicons-regular-webfont.eot?#iefix') format('embedded-opentype'),url('https://i.s-microsoft.com/fonts/homepage/icons/mshpicons-regular-webfont.woff') format('woff'),url('https://i.s-microsoft.com/fonts/homepage/icons/mshpicons-regular-webfont.ttf') format('truetype'),url('https://i.s-microsoft.com/fonts/homepage/icons/mshpicons-regular-webfont.svg#web') format('svg');
    font-weight:normal;
    font-style:normal
}
    
 @font-face
 {
     font-family:'wf_SegoeUI';
     src:url('https://i.s-microsoft.com/fonts/Segoe-UI/West-European/Normal/latest.eot');
     src:url('https://i.s-microsoft.com/fonts/Segoe-UI/West-European/Normal/latest.eot?#iefix') format('embedded-opentype'),url('https://i.s-microsoft.com/fonts/Segoe-UI/West-European/Normal/latest.woff') format('woff'),url('https://i.s-microsoft.com/fonts/Segoe-UI/West-European/Normal/latest.ttf') format('truetype'),url('https://i.s-microsoft.com/fonts/Segoe-UI/West-European/Normal/latest.svg#web') format('svg');
     font-weight:normal;
     font-style:normal
}


/* Wrapper for page content to push down footer */
.mainwrapper {
  min-height: 100%;
  height: auto !important;
  /*height: 100%;*/
  /* Negative indent footer by its height */
  margin: 0 auto -65px;
  /* Pad bottom by footer height */
  padding: 0 0 65px;
}

mainwrapper > .container {
  padding: 60px 15px 0; /* 15 */
}

html
{    
    overflow-x: hidden;
    height: 100%;
    /*position: relative;*/
}

body {
    color: #c4894a;
    font-family: "wf_SegoeUI", "Tahoma", "Verdana", "Arial", "sans-serif";
    background-color: transparent;
    /*margin-bottom: 60px;*/
    height: 100%;
}

#main {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -65px;
  /* Pad bottom by footer height */
  padding: 0 0 65px;
}

/* footer css*/
.footer {
  /*position: absolute;*/
  height: 60px;
  background-color: #f8f8f8;
  border-top-color: #e7e7e7;
  border-top-width: 1px;
  border-top-style:solid;  
  width:100%;
  margin-top: 5px;
}

.fill { 
    min-height: 100%;
    height: 100%;
    width: 99%;
}

a
{
    color: #1570a6;
    text-decoration: none;
    -webkit-transition: color .1s linear;
    -moz-transition: color .1s linear;
    -ms-transition: color .1s linear;
    -o-transition: color .1s linear;
}

/*
a:visited {
    color: #505abc;
}
*/

a:hover
{
    text-decoration: underline;
}

a:active {
    color: #12eb87;
}

a img
{
  border : 0;
}

li a:hover
{
    color: #000000;
    text-decoration: underline;
}

logi
{
    margin-bottom: 20px;
    line-height: 1.6em;
    list-style: none;
    padding-left: 0px;
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-family: "wf_SegoeUILight", "wf_SegoeUI", "Tahoma", "Verdana", "Arial", "sans-serif";
    font-size: 1.5em;
    /**color: #1a1a1a;*/
    color: #C4894A;
    font-weight: 600;
    line-height: 1.25;
    margin: .25em 0 .75em;
}

h1 {
    font-size: 1.8em;
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight:lighter;
}

h2
{
    padding: 0px;
    font-size: 1.4em;
}

h3 {
    font-size: 1.2em;
}

h4
{
    padding: 5px;
    font-size: 1.1em;
}

h5
{
    font-size: .9em;
    padding-left: 10px;
    display: initial;
}

h6
{
    font-weight: normal;
    line-height: 2.8em;
    color: #000000;
    text-decoration: underline;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#innersidebar
{
    float: left;
    width: 97%;
    line-height: 2em;
    background-color: #F0F0F0;
    position: relative;
}
    

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px none #1570a6;
    font-weight:lighter;
}

legend {
    font-size: 1em;
}

textarea {
    min-height: 75px;
}

input[type="text"], input[type="password"]
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.1em;
    color: #1a1a1a;
    font-weight: normal;
    outline: none;
    font-family: "wf_SegoeUILight" , "wf_SegoeUI" , "Tahoma" , "Verdana" , "Arial" , "sans-serif";
}

select
{
    border: 1px solid #ccc;
    height: inherit;
    padding: 2px;
    font-size: 1.1em;
    color: #1a1a1a;
    font-weight: normal;
    outline: none;
    border-radius: 3px;
    font-family: "wf_SegoeUILight" , "wf_SegoeUI" , "Tahoma" , "Verdana" , "Arial" , "sans-serif";
}


input:focus
{
    border-color : Black;
}

#selectgroup
{
    border-style:none;
    padding: 5px;
    margin: 0px;
    font-size:0.95em;
    -webkit-appearance: initial;
    background-color: #ccc;
    list-style-type: none;
    cursor: pointer;
    outline: none;
    border-color:black;
    /*height:95%;*/
    float:left;
    width:70px;
    border-radius: 0;
}
    
#selectgroup:hover
{
    background-color:#1570a6;
    border-color:#1570a6;
    color:#ffffff;
    -webkit-transition: all .08s ease-in;
    -moz-transition: all .08s ease-in;
    -ms-transition: all .08s ease-in;
    -o-transition: all .08s ease-in;
}

#selectgroup select {
   background: transparent;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

input[type="search"]
{
   -webkit-appearance: searchfield
}

/*input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
} werkt niet met bootstrap & ios */

#searchclear {
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
    cursor: pointer;
}

#searchbtn
{
    /*float: right;*/
    background-color:#ccc;
    border-color:#ccc;
    border: transparent;
    height: 32px;
    cursor: pointer;
    position: absolute;
    right: 0;
    padding:6px;
    top:0px;
    -webkit-border-radius: 0;

}

#searchbtn:hover
{
    /*float: right;*/
    cursor:pointer;
    background-color:#1570a6;
    border-color:#1570a6;
    color:#ffffff;
    -webkit-transition: all .08s ease-in;
    -moz-transition: all .08s ease-in;
    -ms-transition: all .08s ease-in;
    -o-transition: all .08s ease-in;
}

#search, .searchbox
{
    background-color: #FFFFFF;
    border-style: none;    
    height:30px;
    float: left;
    width:241px;
    padding:5px;
    cursor:text;    
}

#search-form, search-form, wrapper, #wrapper, .wrapper
{
    border: 1px solid black; 
    height:32px;
    /*margin: 10px;*/
    background-color: #FFFFFF;
    width: 340px;
    overflow:hidden;
}


.divgray
{
    background-color: rgb(230, 230, 230);
    margin: 10px;
}

.divred
{
    background-color: rgb(255, 175, 175);
    margin: 10px;
}

.divedit
{
    margin: 10px;
    background-color: #f8f8f8;
}

.push-to-bottom {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: 10px;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}


#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: #1a1a1a;
    font-weight: 300;
    font-size:smaller;
    }



/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
    font-weight: normal;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    width:80%;
    border-style: solid;
    border-width: 1px;
    color: #ff0000;
    padding-top: 15px;
  /*  background-image:url(images/ui-icons_333333_0.png);
    background-position: 0 -144px; */
}

.validation-summary-valid {
    display: none;
}

 
/* Styles for editor and display helpers
----------------------------------------------------------*/

.display-label
{
    line-height: 8px;
    font-size: x-small;
    padding-top: 10px;
    font-weight:100;
    margin-bottom:0px;
}

.display-field
{
    padding-left: 5px;
}


.editor-label
{
    line-height: 10px;
    font-size: x-small;
    padding-top: 10px;
}

.editor-field {
    padding-left: 5px;
}

  

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: left .3s ease-in;
        -o-transition: left .3s ease-in;
        transition: left .3s ease-in;
    }

    .row-offcanvas-right {
        right: 0;
    }

    .row-offcanvas-left {
        left: 0;
    }

    .row-offcanvas-right .sidebar-offcanvas {
        right: -60%; /* 6 columns */
    }

    .row-offcanvas-left .sidebar-offcanvas {
        left: -60%; /* 3 columns */
    }

    .row-offcanvas-right.active {
        right: 60%; /* 6 columns */
    }

    .row-offcanvas-left.active {
        left: 60%; /* 3 columns */
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 60%; /* 6 columns */
        padding: 0px;
        height: 100%;
        background-color: #555555;
        border-right-style: solid;
        border-right-width: 2px;
        /*padding-top: 70px;*/
    }

    .sidemenu {
        padding-top: 10px;
        background-color: #555555;
        color: #ffffff;
    }

    .sidemenu, .sidemenu a {
        color: #ffffff;
        overflow: hidden;
        /*text-shadow:0 0 2px #000000;*/
    }

    .sidemenuitem {
        border-bottom: 1px solid #454141;
      /* color: #ffffff; */
        overflow: hidden;
    }

    .sidemenuitemsub1 {
        /*border-bottom: 1px solid #454141;*/
        background-color: #6B6B6B;
        overflow: hidden;
    }

    .sidemenuitemsub1 li a {
    }

    .sidemenuitemsub2 {
        background-color: #6B6B6B;
        /*padding-left: 15px;*/
        text-indent:15px;
        overflow: hidden;
    }

    .sidemenuitemsub3 {
        background-color: #6B6B6B;
        /*padding-left: 30px;*/
        text-indent:30px;
        overflow: hidden;
    }

    .nav > li.active > a,
    .nav-stacked > li.active > a,
    .nav-stacked > li.active > a:hover,
    .nav-stacked > li.active > a:focus {
        font-weight:bold;
        font-style:italic;
    }
}

@media (min-width: 768px) {
    .sidebar-offcanvas {
        top: 0;
        left: 0;
        bottom: 0;
        display: block;
    }

    .sidemenu {
        padding-top: 10px;
        border-bottom: 1px solid #e7e7e7;
        background-color:#E6E6E6;

    }

    .sidemenu, .sidemenu a {
        overflow: hidden;
    }

    .sidemenuitem {
    }

    .sidemenuitemsub1 {
        background-color: rgb(230, 230, 230);
    }

    .sidemenuitemsub2 {
        background-color: rgb(230, 230, 230);
        /*padding-left: 15px;*/
        text-indent:15px;
    }

    .sidemenuitemsub3 {
        background-color: rgb(230, 230, 230);
        /*padding-left: 30px;*/
        text-indent:30px;
    }

    .nav > li.active > a,
    .nav-stacked > li.active > a,
    .nav-stacked > li.active > a:hover,
    .nav-stacked > li.active > a:focus {
        background-color: #eee;
        font-weight:bold;
        font-style:italic;
    }
}




.sidebarglyph {
    right: 10px;
    position: absolute;
    padding-top: 10px;
}

/* Achtergrond navbar optie wit maken by 'touch'. Duidelijker op gsm/tablet */
ul.nav a:active { background-color: #ffffff !important; }


/* Pager customizing */
#scrollview-home .contact {
    margin: 0;    
    display: inline-block;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.km-wp #scrollview-home .contact {
    height: 15em;
}

.km-flat {
    background: transparent;
    border-width: 0;
    box-shadow: none;
}

.km-ios #scrollview-container .km-pages .km-current-page {
	background-color: #ff009c;
}
.km-ios #scrollview-container .km-pages {
	padding-top: 18px;
}
.km-ios #scrollview-home .km-view-title
{
    color: #fff;
    text-shadow: 0 -1px rgba(0,0,0,.5);
}

/* Wordt normaal gezet bij instantiate van kendo mobile app(match met OS-look). Eventueel manueel zetten*/
.km-pages li {
    border:solid 1px rgb(230, 230, 230);
    border-radius: 3em;    
}

.km-pages {
    padding: 0 0 !important;
}

.km-current-page {
    background-color: rgb(230, 230, 230);
}

/* Bootstrap padding overrides */
.nopadding {
   padding: 0px !important;
   margin: 0px !important;
}

.littlebitjepadding {
    padding: 2px !important;
    /*margin: 2px !important;*/
}

/* Listview template */
.listview {
    /*border-width: 1px 0 0;
    border-style: solid;
    padding-top: 10px;
    font-size: 1.1em;*/
}

.km-list > li:active {
    background-color: darkgrey;
}

.km-list > li {
    font-size: 1.1em;
    padding-left: 1em;
    background: transparent;
    border-radius: 0;
    border-width: 1px 0 0;
    border-style: solid;    
}

.listdetsmal {
    font-size: 1.0em;
    margin: 0;
    overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.listdetnorm {
    margin: 0;
    overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.listdetheader {
    margin: 0;
    overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #1570a6;
}

/* Kendo aanpassingen */
.k-scheduler-table td, .k-scheduler-table th {
    height: .5em !important;
    padding: .334em .2em;
    font-size: 80%;
}


/* Media queries */
/* Smartphone portrait */
/*@media only screen and (max-width : 320px) {

}*/
body {
    /* background-image: url("../img/bg-home-wrapper.jpg");    */
    background-repeat: no-repeat;
    background-color: white; 
    color : #a3007d;
}

.jumbotron {
    background: #f1d69f;
    color: #c4894a;
}

.Email  {
    margin-left: -5px;    
    background: #99c940;    
}

#divsignature{    
    margin-top: 25px; important;        
    border-radius: 4px 4px 4px 4px;
}

.jSignature{        
    margin-top: 25px; important;        
    border-radius: 4px 4px 4px 4px;
}

#AdresEmail{    
    margin-left: -5px;    
    width: 100%; 
    background-color: white;
    border-radius: 4px 4px 4px 4px;     
}

.Name{   
    margin-left: -5px;     
    width: 100%; 
    background-color: white;
    border-radius: 4px 4px 4px 4px;     
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.vanwingenlogo 
{
   height: 30px;   
}

.sidemenuitemsub1{
    margin-top: -10px;    
}


.werkbonheader{
   border-radius: 4px 4px 4px 4px; 
}

#Oms{
    margin-left: 10px;
    width: 95%;
}


.sidemenuitemsub1_custom {        
    height: 45px;       
    background: #f5fbf8;             
    border: 0px none rgb(204, 204, 204);
    border-radius: 4px 4px 4px 4px;
    font: normal normal normal normal 14px / 20px wf_SegoeUI, Tahoma, Verdana, Arial, sans-serif;    
    margin: 0px 0px 10px;    
    text-decoration-color: rgb(51, 51, 51);    
}

.sidemenuitemsub1_custom a{
    color: rgb(51, 51, 51); 
}

.sidemenuitemsub1_btn_custom:hover {
    border-radius: 4px 4px 4px 4px;
    background-color: gray;
    height: 45px;
}

.nav-stacked    
{
   background: #9ac629;
}

.sidemenuitemsub1_custom_2 {
   background: #9ac629;   
}

/* .MainMenu
{
   position: center;
   left: 50%;
   height: 400px;
   padding-bottom: 20px;
   padding-left: 300px;
} */

.MainMenu
{      
/*    width: 70%;
    height: 70%; */
    padding-left: 10%; 
    padding-bottom: 40px;

}

/* extra menu buttons workorder index */

.sidemenuitemsub1_btn_custom{
    margin-top: 10px; 
    margin-bottom: 10px;   
    border-radius: 4px 4px 4px 4px;   
    width: 143.275px;    
    border: 2px solid #73AD21;
    background: #f5fbf8;
    text-align: left;
    padding-left: 15px;    
    border: 0px none rgb(204, 204, 204); 
    box-sizing: border-box;
    height: 45px;        
    color: rgb(51, 51, 51);
}

.nav > li > a:focus, .nav > li > a:hover {
    border-radius: 4px 4px 4px 4px;
    background-color: gray;
    height: inherit;
}

.sidemenu{   
    background-color: #9ac629;    
}

.popover{
    height: 250px;
    width: 450px; /* Max Width of the popover (depending on the container!) */    
}

#divsignature{
    height: auto;
    width:auto;
    background: white;
}

/* .display-field{
    margin-left: 15px;
}
    */

/* content styles */
.inside {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom,color-stop(0%, #f4f4f4), color-stop(100%, #ededed));
  background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
}
.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.content {
  padding: 12px 3px;
}

.werkbonheader  {
      padding: 10px;
      background: #f5fbf8;
}

/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

.sidemenuitemsub1_custom_2:hover {
    border-radius: 4px 4px 4px 4px;
    background-color: gray;
    height: 45px;
}

.sidemenuitemsub1_custom_2{                
    display: block;                                    
    padding: 10px 15px;    
    margin-top: 5px;  
    border-radius: 4px 4px 4px 4px;
    background: #f5fbf8;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}

#WorkOrderLinePopup{
    min-width:80%;
    left: 10%;        
}

.display-label {
    line-height: 8px;
    font-size: small;
    padding-top: 10px;
    font-weight: 100;
    font-style: italic;
    margin-bottom: 10px;
    padding-left: 2px;
}

a.k-button {
    border-radius: 4px 4px 4px 4px;
}

.nav > li > a:focus, .nav > li > a:hover {
    border-radius: 4px 4px 4px 4px;
    background-color: gray;
}

.sidemenu{
    padding-top: 10px;
    border-bottom: 0px solid #e7e7e7;    
}


a.sidemenuitemsub1_custom_2:link
{   
    text-decoration: none;   
}

.Kommentaar{
    width: 100%;
    height: 250px;

}

a.Info {    
 text-align: right; Important!
}
 
.display-field{
    width: 100%;
}

#WorkOrderGrid {
    width: 125%;
}

.divgray{
    background-color: #f5fbf8;
}

.rounded{
  border-radius: 2px 2px 2px 2px;
}
