﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 0px;
    padding-bottom: 20px;
    /*background-color: #333333;
    background-color: #f0f0f0;*/
    height: 100vh;
    overflow: scroll;
    font-family: Verdana, 72pt;
    font-family:proxima nova;
}
.row .main{
padding-left:20px;	
}

/*.key-deliverable-group-container>fieldset>legend {
    font-size: 18px;
    color:green!important;
}*/

.key-deliverable-group-container > fieldset > legend {
   
    font-size: 20px;
}
.key-deliverable-group-container .row > fieldset > legend {
    /* color: green !important; */
    font-size: 16px;
}

.move-to-top {
    vertical-align: middle;
    height: 12px !important;
}
.move-to-top input[type=checkbox]{
    vertical-align: middle;
    height: 12px !important;
}

.gridview-row {
    padding : 10px;
}

.group {
    height:300px;
    overflow-y:scroll;
}


.wrapperX > .row {
    background-color: whitesmoke;
    border: 1px solid gray;
    border-radius: 5px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.wrapperX {
    height:600px;
    overflow-y:scroll;
}

.wrapperX .row .title {
    background-color: orange;
}


/*@media (min-width: 1200px) 
{
    .container {
        min-width: 1350px;
    }
}*/
a {
    color: #111111 !important
}
.btns  input[type=button] {
    padding: 10px 10px !important;
    margin: 3px !important;
    min-width: 40px;
    min-height: 40px;
    max-width: 150px;
    /* width: 50px !important;
    height: 150px !important;*/
    border-radius: 5px;
}

.btns > input[type=submit] {
    padding: 10px 10px !important;
    margin: 3px !important;
    min-width: 40px;
    min-height: 40px;
    max-width: 150px;
    /* width: 50px !important;
    height: 150px !important;*/
    border-radius: 5px;
}


.style-button {
    padding: 10px 10px !important;
    margin: 3px !important;
    min-width: 40px;
    min-height: 40px;
    max-width: 150px;
    /* width: 50px !important;
    height: 150px !important;*/
    border-radius: 5px;
}

.FieldsContainer input{ /* Fields container for workflow*/
 width:80px;
}
.waybill > .row > .form-group {
    height: 10px !important;
    height:10px!important;
}

/*
    Menu
*/

#menu1 ul > li > li{
    border:solid 1px orange!important;
}
/*
    grouping 
*/
.grouping {
    border: solid 1px #414042;
}

/*Modal Make labels appear on the left of input controls*/
.form-group > .form-control {
    width: 50% !important;
    margin-bottom: 5px;  
    float:left;
    height:23px;
 
}

.div-header {
    margin-top: 0;
    background-color: #CCCCCC;
    width: 100%;
    padding: 3px;
 
     
    vertical-align:middle;
}

#lstSubmittedAppraisals a{
    text-align:left;
}

.item-link:link {
    text-decoration: none;
}
.item-link:visited {
    text-decoration: none;
}
.item-link:hover { text-decoration:none;}
.item-link:active {
    text-decoration: none;
}
.appraisal-body div div:first-of-type {
    margin-top: 0;
    background-color: #A0A0AF;
    border: solid 1px #414042;
    width: 100%;
    padding: 3px;
    vertical-align: middle;
    border-radius: 5px,0px;
}
.appraisal-body div div:last-child {
    border: solid 1px #414042;
    /*height: 130px;*/
}

.key-result-areas {
    width: 100%;
    height: 230px;
    overflow-y: auto;
    margin: 5px;
    border: solid 1px #414042;
}

.appraisal-body:first-child {
    margin-right: 20px;
}

.appraisal-body > div {
    Margin-top: 7px;
    margin-bottom: 7px;
}


.form-group > label {
    width: 40% !important;
    float: left;
}

.form-group > label .short {
    width: 15% !important;
    float: left;
}
/*
Top Menu
*/
.Menu1 > a{
   margin-right:10px;
   text-decoration:none;
   
}

.waybill > .form-group {
    margin-top: 1px;
}
.waybill > input[type=text ] {
    margin: 5px;
}


#hamburger-menu {
    position: absolute;
    left: 95%;
    top: 13px;
}
#hamburger-menu span {
    display: block;
    width: 30px;
    height: 5px;
    background: #151719;
    margin: 3px 0px;
}

buttons-container input[type=button] {
    border-radius: 0px !important;
}

.custom-multiline
{
width:100%!important;
} 

#TextBox1 {
    width: 100% !important;
}

.quote-submit-button {
    -webkit-box-shadow: 10px 10px 5px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px -9px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px -9px rgba(0,0,0,0.75);
    border-radius: 5px !important;
}
.summary-header
{
    min-height:100px;
    border-bottom:dotted 1px #666;
    padding:20px;

}

input[type="checkbox"] {
    margin-right: 5px;
}

.grdItems{
    margin:10px;
}

.summary-data {
    min-height: 600px;
    border-bottom: dotted 1px #666;
    padding: 20px;
}
.workflow-header-container
{
    width:100%;
}
    .workflow-header-container > .left-header {
        background-color: #71ca94;
        width: 45%;
        float: left;
        height: 35px;
        padding: 10px 0px;
    }
    .workflow-header-container > .right-header {
        background-color: whitesmoke;
        width: 55%;
        float: left;
        height: 35px;
        padding-left: 20px;
        padding: 10px 0px;
    }
.workflow-footer {
    bottom: 0;
    width: 100%;
    margin: 0 20px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}


.stage-link {
    text-align: center;
    vertical-align: middle;
    margin-left:20px;
}

.padded-image {
    overflow-y: scroll;
    padding: 13px;
}

.pdfImage img {
    width: 50%;
    height: 50%;
}


.doc-counts{
    padding:5px;
    border-radius:5px;
    background-color:orange!important;
    color:#fff!important;
}
/*#PageViewer {
   

}*/
.buttons-container input {
    margin: 3px;
    min-width: 100px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 9.5px;
 
    /*border-bottom-width: 3px;
    border-bottom-color: green;
    border-right-width: 3px;
    border-right-color: green;*/
}
#btnSearch {
    padding: 2px 20px !important;
    
}

.page-nav {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 25px !important;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: white;
    border: 2px solid orange;
    position: absolute;
    z-index: 2045;
    top: 50%;
    opacity: 0.6;
}
/* COntrols above textbox of FieldEditor*/
.form-control .left {
    width: 300px;
    
    margin: 5px;
  
}

.key-result-objectives {
    margin: 7px !important;
    width:97%!important;
}

.form-label .left {
    margin: 5px;
    height: 40px !important;
}
#FieldsContainer > input {
    margin-bottom: 30px;
    height: 30px !important;
}
    #FieldsContainer > input[type=text ], select, input[type=checkbox ] {
        margin-bottom: 7px;
        margin: 7px !important;

    }

    .FieldsContainer   input[type=checkbox ]  {
         width:180px;
    }

.FieldsContainer select {
    width: 215px !important;
    height: 30px !important;
}

    .FieldsContainer  input[type=checkbox ]  label {
        display: flex;
        flex-direction: row-reverse;
    }

.page-nav .fa {
    border-radius: 50%;
    /*top: 50%;
    left: 50%*/;
    font-weight: 300;
}
.page-nav, .page-nav .fa {
        color: Orange;
       
    }

/*.container-fluid a
{
background-color:orange;
padding:20PX;
}*/

#PageViewer .page-nav, .right {
 left: 920px;
}
#PageViewer {
    width:1000px;
    height:600px;
    margin-left:auto;
}

body {
    font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
    overflow: scroll;
    padding-top: 0px;
    padding-bottom: 20px;
}
.fa-home{
    margin-left:auto;
}
.card-grid tr {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
}


/* For Image Loader placeholder*/
.btLoader {
    border-top: 5px solid #dd3333;
}

    .btLoader, .btLoader::after {
        width: 64px;
        border-radius: 50%;
        height: 64px;
    }

.btLoader {
    margin: 30px auto 30px auto;
    font-size: 6px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid #0B60A9;
    border-left: 5px solid rgba(128,128,128,.1);
    border-right: 5px solid rgba(128,128,128,.1);
    border-bottom: 5px solid rgba(128,128,128,.1);
    -webkit-animation: btLoader 1.1s infinite linear;
    -moz-animation: btLoader 1.1s infinite linear;
    animation: btLoader 1.1s infinite linear;
}

#sidebar {
    display:block;
}
.page-viewer, #PageViewer {
    top: 2px;
    /*height: 650px*/
    overflow: scroll;
    left: auto;
    width: 1000px;
    height: 600px;
}
    /*#myImage {
        height: 100%;
        width: 100%;
    }*/

/*#PageViewer img{

    overflow:scroll;
}*/


.modal-lg {
    width: 100%;
    height: 120%;
    z-index: 2050;
    top:0px;
    /*padding-top: 5px;*/
    /*padding-bottom: 30px;*/
    /*position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll;*/
}

.modal-dialog {
    /*right: auto;*/
    padding: 0px;
    
    width: 100%;
    height: 100%;
   
    padding-bottom: 30px;
}

.modal-lg .modal-content {
    background-color: #f6f6f6;
    width: 100%;
    height: 100%;

}

.modal-lg .modal-content {
    margin-left:auto;
}
    .modal-body {
    padding: 0px;
    padding-right: 0px;
  
}
   .modal-body a {
            margin-right:5px;
        }

    .container-fluid .row {
    padding:0px;
}
/*.stg-button {
    border-width:0px;
    border-bottom-color:darkgreen;
    border-bottom-width:thick;
}*/


#h-menu li {
   visibility:visible;
        display: inline-block;
        border:solid 1px #333333;
        padding:5px 10px;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"], .buttons-container > .stg-button {
    border: 1px solid #24ABE2;
    cursor: pointer;
    -webkit-appearance: button;
    color: #414042;
    height: 30px;
    font-size: small;
    font-family: Verdana,'Trebuchet MS','Lucida Calligraphy','Agency FB',sans-serif;
    /*vertical-align:middle;*/
}

.buttons-container > .stg-button ,a
{
   /*padding:20px;*/
    vertical-align:middle! important; 
   text-align:center;
   height:30px;
}

.toolbarButton.about {
    display: none;
}

    .container-fluid button {
    margin-right: 30px;
}

.container-fluid .row .col-md-2 { 
        padding:0px;
}

.container.dark-gray {
    background-color: #414042;
}
.container-fluid {
    background-color: #A0A0AF;
}

.card-grid td {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
}

#FieldsContainer input
{

    margin-top:10px;

}
/*#FieldsContainer .form-label 
{

    width:50px;

}*/
.container 
{
    
    padding:20px;
    /*Margin-left:210px; width:1350px!important;*/

}



.fieldcontrols {
    margin-top: 20px;
    width: 100%;
}

.link-panel{
    height:20px;
    text-align:center;
    margin-bottom:20px;
}

/* Date fields*/

 











/* Email style*/
.mailer-container {
    background-color:whitesmoke;
    width:100%;

}
.mailer-attachments {
    overflow-y:scroll;
    height:150px;
    margin-bottom:20px;
}
.mailer-header .button-row {
    background-color:whitesmoke;
    margin-bottom: 10px;
}
.mailer-header {
    background-color:white;
    margin: 10px;
   
}

.mailer-body {
 
    margin: 10px;
}



    .mailer-header .btn {
        margin: 10px;
        padding: 5px;
        padding-left: 20px;
        padding-right: 20px;
    }

.mailer-block {
    display: block;
    width: 100%;
    border: none;
    background-color: #04AA6D;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}

.mailer-header .form-control {
    /*margin: 10px;*/
    width: 100%!important;
    /*max-width: 100% !important;*/
    /*width: 100%;*/
    float: left;
}
.mailer-header textarea {
    min-width: calc(65vw - 16px - 20px)!important;
    max-width: calc(65vw - 16px - 20px);
    resize: none;

  
}
/*.mailer-header {
   width:200px;
}*/

.mailer-body {
    min-width: 500px !important;
    margin-left: auto;
    margin-right: auto;
   
    padding-top:2px;
}

.send-to-container {
    display:none;
}


.mailer-header .form-label {
    margin-left: 10px;
    margin-bottom: 3px;
    text-align: left;
    width: 100%;
}
 
/* End Emailer Style*/
.treeview-host {
    /*height: 450px!important;*/
    overflow: scroll;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    /*padding-right: 15px;*/


}

.modal-content {
    border-radius: 0px;
}

/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/
.top-menu {
    /*background-color:#dedcdc;*/
    /*opacity: 0.78;*/
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: dotted;
    border-bottom-color: #313C68;
    border-bottom-width: medium;
}


    .top-menu a {
        border-bottom: dotted;
        border-bottom-color: #313C68;
        border-bottom-width: medium;
        /*//BorderColor ="#313C68"*/
    }


.aside {
    background-color: #F7F6F3;
    opacity: 0.65;
    height: 450px;
 
    max-height:500px;
    padding: 5px;
    margin-left:-5px;
   

}
    .aside div {
   padding: 15px;
    }
    .aside img {
    margin-left:auto;
}

/*input[type=text] {
}*/

.aside ul li {
    list-style: none;
    padding: 15px;
    /*margin-top: 5px;
    margin-bottom: 5px;*/
    border-top: dotted 1px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*
.dl-horizontal dt {
    white-space: normal;
}
*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}
*/

/*/* Remove background from modal*/
/*
#myModal .modal-backdrop {
    background-color: transparent;
}*/
.treeview {
   font-family: Verdana, 10pt;
  vertical-align:top;
}
.fa-folder-open{
font-family:Verdana, 10pt; color:#fab73e; 

}





.treeview img {
    width: 32px;
    height: 32px;
}

.modal-backdrop {
    background-color: #898989;
    opacity: 0.91;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input, select, textarea {
    max-width: 280px;
}*/
/*#FieldsContainer .field-input {
    max-width:128%;
}*/
/*#FieldsContainer > select {
    font-size: 12px;
    height: 30px;
    margin-bottom: 10px;

}*/
.form-control {
    font-size: 12px;
    height: 30px;
    
}

.bottom-lines {
    border: 1px solid #666;
}

.right-line {
    border-right: 1px solid #666;
}

.btn-disabled {
    background-color: #A0A0AF !important;
    color: #414042;
    border-color: #A0A0AF !important;
}

    .btn-disabled:hover {
        background-color: #A0A0AF !important;
        color: #414042;
        border-color: #A0A0AF !important;
    }

    .btn-disabled:visited {
        background-color: #A0A0AF !important;
        color: #414042;
        border-color: #A0A0AF !important;
    }
.scale table tr {
    border: solid 1px #b0adad;
}
.scale table tr td,th {
    border: solid 1px #b0adad;
}



.btn-default {
    background-color: #24ABE2;
    color: #414042;
}
    .btn-default:hover i {
        color: #24ABE2;
    }

    .btn-default i {
        color: #414042;
       
    }
    .btn-default :disabled {
        background-color: gray;
        border-color:gray!important;
    }
    
    
    .btn lnk-btn {
        border-radius: 0px !important;
        color: #A0A0AF !important;
        border-color: #A0A0AF;
        margin: 3px;
        min-width: 100px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 9.5px;
    }

.login-header img {
    margin-left: auto;
}
/*  Style the container for pages in Workflow control*/
/*#divPagesContainer > img {
    padding: 40px 25px;
    width: 100% !important;
    border:none;
    }*/

.document-pages {
     width:100%;
     height:8in;
     margin-top:15px;
     margin-bottom:15px;
     background-color:white;
}

/*  End Style the container for pages in Workflow control*/
#txtComment {
    width: 300px;
    height: 70px;
}
/*.modal-content {
    width: auto;
}

.modal-dialog {
    overflow: auto;
    margin-right: 20px;
}*/

.red {
    background-color: red;
}
/*.modal-body input[type="text"] {
    width: 100%;
}*/

/* Batch Fields size*/
#FieldsContainer

input {
    height: 30px !important;
}



.center {
    margin: 0 auto;
    width: 90%;
    background-color: #fff;
    padding: 20px;
}
input{
height: 30px!important;
}
input[type="text"] {
    margin-right: 5px;
}

.hmenutem {
    border: solid 1px #666666;
    padding-left: 20px;
    padding-right: 20px;
    margin: 5px;
}
/*input[type="text"] {
    margin-left: 20px;
}*/
.field-input {
    width: 99%;
    margin-bottom: 10px;
    margin-right: 0px;
    height: 50px;
}

.count {
    background-color: red;
    color: #fff;
    padding: 2px 5px;
    margin: 0 5px;
    border-radius: 5px;
}
/*Start Grid Css  */

.mydatagrid {
    width: 80%;
    border: solid 2px black;
    min-width: 80%;
}

.header {
    background-color: #646464;
    font-family: Arial;
    color: White;
    border: none 0px transparent;
    height: 25px;
    text-align: center;
    font-size: 16px;
}

.rows {
    background-color: #fff;
    font-family: Arial;
    font-size: 14px;
    color: #000;
    min-height: 25px;
    text-align: left;
    border: none 0px transparent;
}

    .rows:hover {
        background-color: #ff8000;
        font-family: Arial;
        color: #fff;
        text-align: left;
    }

.selectedrow {
    background-color: #ff8000;
    font-family: Arial;
    color: #fff;
    font-weight: bold;
    text-align: left;
}

.mydatagrid a /** FOR THE PAGING ICONS  **/ {
    background-color: Transparent;
    padding: 5px 5px 5px 5px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

    .mydatagrid a:hover /** FOR THE PAGING ICONS  HOVER STYLES**/ {
        background-color: #000;
        color: #fff;
    }

.mydatagrid span /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/ {
    background-color: #c9c9c9;
    color: #000;
    padding: 5px 5px 5px 5px;
}

.grid-container {
    margin-top: 20px;
    overflow: auto;
}

.pager {
    background-color: #646464;
    font-family: Arial;
    color: White;
    height: 30px;
    text-align: left;
}

.mydatagrid td {
    padding: 5px;
}

.mydatagrid th {
    padding: 5px;
}

/*End Grid Css  */

li i {
    margin-right: 10px;
}
/*div {
    padding: 20px;
}*/
.left {
    float: left;
}
.body-wrapper{

    background-color:#f7f6f3;
    margin:0px;
}

.narrow div {
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.right {
    float: right;
}

.body-light {
    padding-top: 0px;
    padding-bottom: 10px;
  
    background-color: #fff;
}

/* For the Search panel*/
.right-panel {
    z-index: 2048;
    position: absolute;
    left: 650px;
    top: 62px;
    -webkit-box-shadow: -5px 10px 15px -1px rgba(115,111,115,0.4);
    -moz-box-shadow: -5px 10px 15px -1px rgba(115,111,115,0.4);
    box-shadow: -5px 10px 15px -1px rgba(115,111,115,0.4);

    -webkit-box-shadow: -5px 10px 15px -5px rgba(20,19,20,1);
    -moz-box-shadow: -5px 10px 15px -5px rgba(20,19,20,1);
    box-shadow: -5px 10px 15px -5px rgba(20,19,20,1);
}
.drop-cap {
    float: left;
    color: #903;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
    font-family: Georgia;
}

.white-content-div {
    background-color: #fff;
    overflow: auto;
    margin-bottom: 20px;
    margin-right: 5px;
    margin-left: 5px;
    padding: 10px;
    border: 1px solid #e0e0e0;
}

/*#lstAvailableSubjects, #lstSelectedSubject {
    min-height: 200px;
}*/

.form-group {
    margin-bottom: 10px;
}

#DetailsView1 input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    /*vertical-align: middle;*/
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.content-div {
    overflow: auto;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 20px;
    border: 1px solid #e0e0e0;
}

/* Checbox*/
.form-input .chk{
    width:100px;
}

/*
    .content-div input[Type=Text], input[Type=select] {
        width: 49%;
        height: 30px;
        /*margin-bottom: 20px;
    }

.white-content-div input[Type=Text] {
    width: 49%;
    height: 30px;
}
*/
/*#FieldsContainer input[Type=Text] {
    max-width: 128%; 
    height: 25px;
}*/
#FieldsContainer .form-label {
    font-family: Verdana,8pt;
    margin-left: 1px;
    font-weight: 300;
    text-align:right;
}
/*#FieldsContainer select {
    height: 25px;
    margin:2px;
}*/

.white-content-div .top {
    margin-top: 0px;
    padding-top: 0px;
    margin-left: 0px;
}

.gray {
    background-color: #F4F8F9;
    
    /* border-radius: 5px 5px 0 0;*/
}

.btn, .btn > .btnclear, .btnclear {
    border-color: #24ABE2!important;
    color: #24ABE2;
    border-width:1px;
    border-style:solid;
}
.fa {
    color: #24ABE2;
 
}

.submited-link
{
  text-align:left;
}

/*.clean-menu {
    /*background-color: #24ABE2;
}*/
#btnLogout {
    color: #24ABE2;
}


.gray-no-border {
    background-color: #A0A0AF;
    /* border-radius: 5px 5px 0 0;*/
}



.white {
    background-color: #fff;
    border: 1px solid #666;
    border-radius: 5px 5px 0 0;
}

#login {
    max-width: 500px;
}

.login-section {
    margin: 0 20px;
    /*background-color: #ffffff;*/
    width: 80%;
}

.row {
    padding: 0 20px;
}

#login-bg {
    /*background-color: #fff;*/
    width: 90%;
    /*margin:60px 10px;*/
}

.col-md-2 ul li {
    height: 100%;
    margin-left: 2px;
}

footer {
    padding: 20px;
}

.menu {
    overflow: hidden;
    /*padding: 5px;*/
    margin-bottom: 30px;
    /*margin-right: 20px;*/
    font-size: 14px;
    /*font-weight: 200;*/
    line-height: 2.1428571435;
    color: #bbb;
    background-color: #1e1e1e;
    /*height: 548px*/
    height: 100%;
    /*width: 295px*/
    border: 4px solid orange;
    width: 127px;
}

#loginForm {
    /*margin: 60px auto;*/
    margin: 60px auto 20px auto;
    /*background-color: #ffffff*/
    width: 100%;
    position: relative;
}

.login-header {
    height: 200px;
}

    .login-header img {
        width: 45%;
        /*margin: 50px 150px 20px;*/
        margin: 50px auto 20px auto;
    margin: 50px 100px 20px;
    }

.login-caption {
    background-color: #777777;
    height: 60px;
    width: 383px;
    color: #ffd700;
    padding: 10px;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
    margin: 20px 0;
}

.header-band {
    background-color: #24ABE2;
    height: 30px;
    width: 384px;
    border-radius: 5px 5px 0 0;
    color: #414042;
    vertical-align: middle;
    /*padding:7px;*/
    margin-left: -20px;
    top: 0px;
}

.list-container {
    width: 120%;
    height: 450px;
    overflow-y: scroll;
}

#imgSignature {
    margin-top: 10px;
    margin-bottom: 10px;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.menu ul {
    list-style: none;
    /*width: 236px;*/
    background-color: #433f3f;
    text-align: left;
    min-height: 100vh;
    padding-left: 0px;
    margin-left: 5px
    /*width: 150px*/;
}

    .menu ul li {
        /*border: groove 1px #333*/
        text-decoration: none;
        width: 116px;
        border-left-style: none;
        border-left-color: inherit;
        border-left-width: medium;
        border-right-style: none;
        border-right-color: inherit;
        border-right-width: medium;
    }

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0px;
}

.menu-horizontal {
    overflow: hidden;
    /*padding: 5px;*/
    margin-top: 30px;
    margin-bottom: 30px;
    /*margin-right: 20px;*/
    font-size: 14px;
    /*font-weight: 200;*/
    line-height: 2.1428571435;
    color: #bbb;
    background-color: #1e1e1e;
    /*height: 548px*/
    /*height: 100%;*/
    /*width: 295px*/
    border: 4px solid orange;
    width: 100%;
}

    .menu-horizontal ul {
        list-style-type: none;
        overflow: hidden;
    }

        .menu-horizontal ul li i {
            margin-right: 10px;
        }

        .menu-horizontal ul li {
            display: block;
            float: left;
            margin-left: 10px;
        }
/* Set widths on the form inputs since otherwise they're 100% wide */

select,
textarea {
    max-width: 600px;
    }

@font-face {
    font-family: "AgencyFBRegular";
    src: url("agencyr.eot") /* EOT file for IE */
}
@font-face {
    font-family: "Code128";
    src: url("LibreBarcode128-Regular.ttf") /* EOT file for IE */
}

@media screen and (min-width: 280px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }

    /*.menu-horizontal {
        display: block;
    }*/

   /* .col-md-2 aside {
        display: none;
    }*/
    .menu-horizontal {
        display: none;
    }

    .hamburger-menu {
        visibility:true;
    }

    #menu1 {
        display: none;
    }

    .logistics-treeview-host, .aside {
        display: none;
    }
    #h-menu li {
        visibility: hidden;
    }
}
@media screen and (min-width: 480px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }

    /*.menu-horizontal {
        display: block;
    }*/

    /*.col-md-2 aside {
        display: none;
    }*/

    .menu-horizontal {
        display: none;
    }

    .hamburger-menu {
        visibility: visible;
    }

    #menu1 {
        display: none;
    }

    .logistics-treeview-host, .aside {
        display: none;
    }

    #h-menu li {
        visibility: hidden;
    }
}
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }

    /*.menu-horizontal {
        display: block;
    }*/

    /*.col-md-2 aside {
        display: none;
    }*/
    .menu-horizontal {
        display: none;
    }

    .hamburger-menu {
        visibility: visible;
    }

    .col-md-7.top-menu {
        visibility: hidden;
    }
    #menu1 {
        display: none;
    }

    .logistics-treeview-host, .aside {
        display: none;
    }

    #h-menu li {
        visibility: hidden;
    }
    }
/*$desktop:1200px; $laptop:1024px; $tablet:768px; $phone:480px;*/
/* Responsive: Portrait tablets and up @media screen and (min-width: 768px) {*/
@media screen and (min-width: 1024px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }

    /*.menu-horizontal {
        display: none;
    }*/

    /*.col-md-2 aside {
        display: none;
    }*/

    .menu-horizontal {
        display:inline-block;
    }

    .hamburger-menu {
        visibility:hidden;
    }

    #menu1 {
        display:  inline-block;
    }

    .logistics-treeview-host, .aside {
        display: inline-block;
        width:-20%;
    }

        .verticle-nav,.logistics{
            margin-left:0px;
        }
  /*.verticle-nav li {
        height:35px;
        padding:5px;
        margin-top:2px;
        margin-bottom :2px;
    }*/ 
    .verticle-nav li a{
        vertical-align:middle;
    } 
    
    .aside {
        padding-left: 5px;
        width: -20%;
    }

    #h-menu li {
        visibility: visible;
        display: inline-block;
        border: solid 1px #333333;
        padding: 5px 10px;
    }

}
/* Responsive: Portrait tablets and below */
@media screen and (min-width: 1200px) {
    .menu {
        display: none;
    }

    .container{
        max-width:100%!important;
    }

    .col-md-9 top {
        top: 0px;
    }

    .menu-horizontal {
        visibility: visible;
    }

    .hamburger-menu  
    {
        visibility:hidden;

    }
    #menu1{
        visibility:visible;
    }
    .logistics-treeview-host {
        visibility: visible;
    }
    #h-menu li {
        visibility: visible;
        display: inline-block;
        border: solid 1px #333333;
        padding: 5px 10px;
    }
}