﻿html {
  height: 100%;
}

body {
    color: #555;
    font: 400 12px Arial, Helvetica, sans-serif;
    margin-top: 0px;
    margin-left: 0px;
    background-color: #e1e1e1;
    min-height: 100%;
    overflow: hidden;
    z-index: 1;
}

section h1 {    
    /*background-color:#005b9d;*/
    background-color: #3F51B5;
    color: white;
    padding-left: 5px;
}

section div {
    /*min-height: 500px;
    border-bottom: 1px solid #e0e0e0;*/
}

section {
    width: 400px;
    float: left;
    margin-right: 50px;
}

form {
    /*margin-left: 50px;*/
}

.first {
    display: inline-block;            
}

.second {
    display: inline-block;
    vertical-align: top;
    margin-left: 50px;
}

.sidebar {
    position: relative;
    float: left;
    box-sizing: border-box;
    padding: 10px 0;
    width: 60px;
    height: 2000px;
    padding-left:7px;
    z-index: 1;
    display: none;
}

h2 {
    margin: 0 0 7px;
    padding: 0 0 4px;
    border-bottom: 1px solid;
    text-transform: uppercase;
    font-weight: 700;
}

.main h2 {
        padding-top: 15px;
    }

.navigation {
    background: #f7f7f7;
    height: 2000px;
    width: 350px;
    padding-left: 10px;
    margin-left: 5px;
    float: left;
    position: relative;
    margin-right: 7px;
    padding:5px;
    display: inline-block;
 }

.navigation-small {
    background: #f7f7f7;
    height: 2000px;
    width: 10px;
    padding-left: 10px;
    margin-left: 5px;
    float: left;
    position: relative;
    margin-right: 7px;
    padding:5px;
    display: inline-block;
 }

.navigation-small h2 {
    border-bottom: none;
}

.listrow:hover {
    /*background-color: #457abb;*/
    background-color: #3F51B5;
    color:white;
}

.main {
    margin-top: 7px;
    padding: 5px;
    border: 1px solid #808080;
    height: 100%;
    display: inline-block;
    background: #f7f7f7;
    min-width: 800px;
    box-sizing: border-box;
    /*width: 70%;*/
    border: 1px solid;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}    

#menu, #logout{
    color: white;
    /*background-color: #457abb;*/
    background-color: #3F51B5;
    display: inline-block;
}

/*#menu>li.k-last {
    float: right;
}*/
#logout {
    float: right;
}

.logo {
    height: 60px;
    padding-left: 10px;
    padding-right: 20px;
}

.menubar {
    /*background-color: #457abb;*/
    background-color: #3F51B5;
    margin-right: -8px;
}
.username {
    position: absolute;
    right: 150px;
    top: 10px;
    color: white;
    font-size: 1.5em; 
    background-image: url('../Icons/User-Profile.png');
    background-repeat: no-repeat;
    background-size: 22px;
    padding-left: 28px;
}

.expand {
    font-size: 1.5em;
    cursor: pointer;
    float: right;
    margin-top: -35px;
}


#toolbar {
    margin-bottom: 7px;
}

.Thumbnail {
    width: 50px;
    height: 50px;
    background: #2c3e50;
    border-radius: 200px;
    margin-top: 5px;
}
.Thumbnail img {
    width: 30px;
    height: 30px;
    padding: 10px;
}

.Thumbnail:hover {
    background: #808080;
}

/* KENDO UI */

.k-grid td {
      padding: 0;
      padding-left: .4em;
}

.k-grid th {
      padding: 0;
}

/*.k-autocomplete .k-input, .k-dropdown {
    padding-top: 0em;
    padding-bottom: 0em;
    height: 1.8em;
}

span.k-input {
    padding-top: 0em;
    padding-bottom: 0em;
    line-height: 1.4em;
    min-height: 1.4em;
    background-color: red;
    border: 0;
}*/
.k-dropdown-wrap.k-state-default, .k-autocomplete .k-input, .k-dropdown-wrap .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input, .k-selectbox .k-input, .k-textbox>input {
    padding-top: 0em;
    padding-bottom: 0em;
    line-height: 1.8em;
    min-height: 1.8em;
    height: 1.8em;
    background-color: white;
    border: 0;
}

span.k-dropdown-wrap.k-state-default .k-select {
    padding-top: 0em;
    padding-bottom: 0em;
    height: 1.8em;
    line-height: 1.8em;
    min-height: 1.8em;  
    background-color: white;
    border: 0;
}

.k-widget.k-tooltip-validation {
    padding-top: 0em;
    padding-bottom: 0em;
    height: 1.4em;
}

.k-widget k-dropdown.k-header {

}

/*
span.k-widget.k-dropdown.k-header {
    padding-top: 0em;
    padding-bottom: 0em;
    height: 1.8em;
    background-color: green; 
    border: 0;
}


.k-dropdown-wrap .k-select {
    padding-top: 0em;
    padding-bottom: 0em;   
     line-height: 1.8em;
    min-height: 1.8em;
    height: 1.8em;
    background-color: red;
}
*/

input.k-textbox {
    height: 1.8em;
}

button.k-button {
    padding: 0;       
    padding-left: .6em;
    padding-right: .6em;
    height: 1.8em;

}
/* END KENDO UI*/


.main {
    overflow: auto; 
    
}
.navigation {
        display: block;

    } 
/*@media screen and (max-width: 1100px) {
    .navigation {
        display: none;
    }
    .main {
     /*  width: 100%;*/
    }
}*/


.expandednav {
    width: 1000px;
    z-index: 1000;
    background: #f7f7f7;
    height: 2000px;    
    float: left;
    margin-right: 7px;
    display: block;
    position: absolute;
    left: 65px;
    padding: 0px;
}

.expandClose {
    background-color: dimgrey;
    height: 100%;
    display: inline-block;
    color: white;
    width: 15px;
    position: relative;
    float: right;
    padding-top: 10px;
    text-align: center;
    font-size: 1.5em;
}
.expandClose:hover{
    background-color: grey;
}

.expandPanel {
    height: 100%;
    display: inline-block;
    width: 975px;
    float: left;
    position: relative;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
}


.wrappit {
    background-color: #FFF;
    width: 690px;
    margin: auto;
    padding: 50px;
    margin-top:150px;
}

.loginform {
     margin: auto;
     width: 200px;
     text-align: center;
     font-weight: bold;
}

.barcode {
    display: inline-block;
    float: left;
    width: 290px
}

#bacodes {
    width: 100%
}

a.k-button {
    background-color: #e2e2e2;
}

.testenvironment {
    color: red; 
}

.toolbar-test {
    margin-top: -30px;
    display: inline-block;
    float: right;
    padding-right: 350px;
    font-weight: bold;
    font-size: 1.4em;
}

 .popup {
        /*width: 300px !important;*/
        position: absolute;
        /*left: -250px;*/
        margin-left: 0px;
        z-index: 1000;
        /*			-webkit-box-shadow: 0 0 10px 0 #000;*/
			box-shadow: 0 0 10px 0 #000;

    }

 .minimized {
        /*width: 300px !important;*/
        position:  relative;
        /*left: -250px;*/
        z-index: unset;
        /*			-webkit-box-shadow: 0 0 10px 0 #000;*/
			box-shadow: 0 0 0 0 #000;

    }



 
        .k-notification {
                border: 0;
            }
        

            /* Error template */
            .k-notification-error.k-group {
                background: rgba(100%,0%,0%,.7);
                color: #ffffff;
            }
            .wrong-pass {
                width: 300px;
                height: 100px;
            }
            .wrong-pass h3 {
                font-size: 1em;
                padding: 32px 10px 5px;
            }
            .wrong-pass img {
                float: left;
                margin: 30px 15px 30px 30px;
            }

            /* Success template */
            .k-notification-upload-success {
                background: rgba(0%,60%,0%,.7);
                color: #fff;
            }
            .upload-success {
                width: 240px;
                height: 100px;
                padding: 0 30px;
                line-height: 80px;
            }
            .upload-success h3 {
                font-size: 1em;
                font-weight: normal;
                display: inline-block;
                vertical-align: middle;
            }
            .upload-success img {
                display: inline-block;
                vertical-align: middle;
                margin-right: 10px;
            }
