﻿/* 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;
}
.navbar {
    width: 100%;
    min-height:0px;
  
}

.modal{
    border-radius:50%;
}

.modal-dialog {

    right: auto;
    left: 5%;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;

}

.navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
}

.navbar-inverse{
    margin:0px 0px 5px;
    background-color:orange;
 }

.dropdown-menu li a{
    text-align:left;
    vertical-align:middle;
}

input[type=button] {
    padding: 10px;
}

.navbar .container-fluid {
    /*  position: absolute;*/
    background-color: transparent;
}

.dropdown-menu {
    position: absolute;
    top: 20px;
    left: 0px;
}

.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl { 
      /*  text-align:left;*/
        justify-content: space-between;
}
    .nav {
    display: block;
}

.navbar-inverse{
background-color:transparent;
}



.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.tool img {
    width: 50px;
}

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;
}


#pnlSignup input[type=text]{
    height:50px;
}
/*@media screen and (min-width: 768px)  left: auto !important; {
    .modal-dialog {
        right: auto !important;
      
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
/*}*/
/*ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    ul li {
        display: block;
        margin-right: 20px;
    }

        ul li:last-child {
            margin-right: 0;
        }
*/
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-button {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

    .dropdown-button:hover {
        background-color: #3e8e41;
    }

.dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f9f9f9;
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    display: none;
    z-index:900;
}

    .dropdown-list li {
        padding: 12px 16px;
        display: block;
    }

        .dropdown-list li:hover {
            background-color: #f1f1f1;
        }

    .dropdown-list a {
        text-decoration: none;
        color: #337ab7;
    }

        .dropdown-list a:hover {
            color: #23527c;
        }

.dropdown:hover .dropdown-list {
    display: block;
}

.dropdown:hover .dropdown-button {
    background-color: #3e8e41;
}



    .nav-bar {
        background-color: red !important;
    }


    .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 lightgray;
    }

    /*Modal Make labels appear on the left of input controls*/
    .form-group > .form-control {
        width: 50% !important;
        margin-bottom: 5px;
        float: left;
        height: 23px;
    }

    .form-group > label {
        width: 40% !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: 20px;
    }

    .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;
    width: 188px;
}

    #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;
    }

    .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;
        }

    .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: 20px;*/
        width: 100%;
     /*   height: 100%;*/
        padding-bottom: 30px;
    }

#userListModal .modal-content {
    max-width: 100vw!important;
    max-height: 100vh!important;
    margin: 0px;
}
#userListModal .modal-dialog {
    max-width: 100vw;
    max-height: 100vh;
    margin: 0;
}
#userListModal .modal-body .contain {
    max-height: 250px;
    overflow-y: auto;
}
/*Keep the THead fixed*/
#userListModal table thead {
    position: sticky;
    top: 0;
    background-color: white;
}
.modal-dialog{
    position:revert;
    padding:0px;
    margin:0px;
}
.modal-content .modal-body .grid-container .col-md-1,.col-md-2,.col-md-7,.col-md-3 {
    background-color: #f6f6f6;
    /*   border-color: transparent;*/
    margin-right: 20px;
}

 
.modal-dialog .modal-lg {
    width: 100vw;
    height: 100vh;
    left: -10px;
    top: -30px;
}


#userListModal .modal-lg .modal-content {
    background-color:transparent;
}
    .modal-lg .modal-content {
    background-color: #f6f6f6;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    height: 100vh;
    /*  padding-left: 20px;
    padding-right: 20px;*/
}

.modal-dialog .modal-content {
    background-color: #f6f6f6;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    height: 400px;
    padding-left: 20px;
    padding-right: 20px;
}

    .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 #FF9900;
        cursor: pointer;
        -webkit-appearance: button;
        color: #333333;
        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-fluid {
        background-color: gray;
    }

    .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 {
    width: 1300px;
    /*Margin-left:210px;*/
}



    .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: orange;
        border-bottom-width: medium;
    }


        .top-menu a {
            border-bottom: dotted;
            border-bottom-color: orange;
            border-bottom-width: medium;
        }


    .aside {
        background-color: #F7F6F3;
        opacity: 0.65;
        height: 450px;
        max-height: 500px;
        padding: 5px;
        margin-left: -5px;
    }

        .aside div {
            padding: 5px;
        }

        .aside img {
            margin-left: auto;
        }

        /*input[type=text] {
}*/

        .aside ul li {
            list-style: none;
            padding: 10px;
            margin-top: 20px;
            margin-bottom: 20px;
            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-default {
        background-color: orange;
        color: #000000;
    }

    .btn lnk-btn {
        border-radius: 0px !important;
        color: dimgray !important;
        border-color: orange;
        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 {
}

        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;*/
    background-color:#f8f9fa;
    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: #f0f0f0;
        border: 1px solid #666;
        /* border-radius: 5px 5px 0 0;*/
    }

    .gray-no-border {
        background-color: #f0f0f0;
        /* 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;
    }

.menu2 {
    display: none; /* Hide the menu by default */
    background-color: #f2f2f2; /* Add a background color */
    border: 1px solid #ccc; /* Add a border */
    padding: 10px; /* Add some padding */
    position: absolute; /* Position the menu absolutely */
    top: 5%; /* Position the menu below the button */
    left: 0; /* Position the menu at the left of the button */
    z-index :90000;

    /*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: #282828;
        height: 30px;
        width: 383px;
        border-radius: 5px 5px 0 0;
    }

    .list-container {
        width: 120%;
        height: 450px;
        overflow-y: scroll;
    }

    #imgSignature {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    hr {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.menu2 ul {
    /*list-style: none;*/
    /*width: 236px;*/
    /*background-color: #433f3f;
        text-align: left;
        min-height: 100vh;
        padding-left: 0px;
        margin-left: 5px*/
    /*width: 150px*/;
    list-style: none; /* Remove the list item markers */
    margin: 0; /* Remove the margin */
    padding: 0; /* Remove the padding */
}

    .menu2 ul li {
        list-style: none; /* Remove the list item markers */
        margin: 0; /* Remove the margin */
        padding: 0; /* Remove the padding */

        /*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;*/
    }

.menu2 li:last-child {
    border-bottom: none; /* Remove the border at the bottom of the last item */
}
        /* 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: 280px;
    }

    @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) {
        .navbar-nav {
            float: left;
            margin-right: 100px;
        }
        img{
            width:100%;
        }
        .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) {
        .navbar-nav {
            float: left;
            margin-right: 100px;
        }
        img {
            width: 100%;
        }
        
        .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 (max-width: 600px) {
        .navbar-nav {
            float: left;
            margin-right: 100px;
        }
        .jumbotron {
            margin-top: 20px;
        }
        body{
            width:calc(100%-20px)
        }
        .body-content {
            padding: 0;
        }
        .FieldsContainer{
            width:100%;
        }
        /*.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;*/
            width:75px;
        }

        #h-menu li {
            visibility: hidden;
        }
    }

    @media (min-width: 768px) {
    .navbar-nav {
        float: right;
        margin-right: 100px;
    }

        .modal-dialog {
            right: auto;
            left: 5%;
            width: 100%;
            padding-top: 20px;
            padding-bottom: 30px;
        }
    /*$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 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;
        }

        .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;
        }
    }
    