﻿/* 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;
}

.waybill .column {
    height: 500px;
}

.icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.waybill {
    border-radius: 15px;
    padding: 0;
}

    .waybill table td {
        padding: 5px;
    }

.section-title {
    background-color: black;
    color: #fff;
    /*width: 535px;*/
}

.red-box {
    color: #FFFFFF;
    width: 30px;
    background-color: red;
}

.round-corner-left {
    border-radius: 15px 0 0 0;
}

.round-corner-right {
    border-radius: 0 15px 0 0;
}

.round-corners {
    border-radius: 5px;
    /*border: 1px solid #666;*/
}

.form-control {
    font-size: 12px;
}

/*.form-label {
    width: 75px;
}*/
.form-group {
    padding: 1px;
}

.form-control {
    margin-right: 1px;
}

.bottom-lines {
    border: 1px solid #666;
    padding-left: 0;
    /*width: 350px;*/
    padding: 0px;
    margin: 0px;
}

.right-line {
    border-right: 1px solid #666;
}

.btn-default {
    background-color: orange;
    color: #000000;
}

#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%;
}*/

.center {
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    padding: 0 20px 20px 20px;
}

input[type="text"] {
    margin-right: 20px;
    
    
}



.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;
    
    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;
}

.narrow div {
    padding: 5px;
}

.right {
    float: right;
}

.body-light {
    padding-top: 5px;
    padding-bottom: 10px;
    background-color: #fff;
}

.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:rgba(255,255,255,1);
    overflow: auto;
    margin-bottom: 20px;
    margin-right: 5px;
    margin-left: 5px;
    padding: 10px;
    border: 1px solid #e0e0e0;
    vertical-align:top;
    
    
    
    
}
.white-content-small-div {
    background-color: #fff;
    overflow: auto;
    margin-top: 20px;
    margin-right: 5px;
    margin-left: 5px;
    border-bottoml-left-radius:15px;    
    border: 1px solid #e0e0e0;
    
    
    
}
.content-no-border-div {
    
    overflow: auto;
    
    margin-left:auto;
    margin-right:auto;
    position:relative;
    min-height:50px;
    background-color:#cc9900;
    text-align:justify;
    font-family:Verdana;
   
      
   
    padding: 10px;
  
    
    
}


/*#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;
}

    .content-div input[Type=Text], input[Type=select] {
       
        height: 30px;
        /*margin-bottom: 20px;*/
    }

.white-content-div input[Type=Text] {
    
    height: 30px;
}

.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;
}

.white {
    background-color: #fff;
    border: 1px solid #666;
    border-radius: 5px 5px 0 0;
}
.dashboard-stats   .white-content-div
{
 min-height:100px;   
}
#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 rgb(39, 115, 193);
    width: 152px;
}

#loginForm {
    margin: 60px auto;
    /*background-color: #ffffff*/
    width: 100%;
    position: relative;
}

.login-header {
    height: 200px;
}

    .login-header img {
        width: 45%;
        margin: 50px 150px 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;
}

.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: 5px;
    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 */


/* Responsive: Portrait tablets and up @media screen and (min-width: 768px) {*/
@media screen and (min-width: 1000px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
        margin-left: 0px;
    }

    .menu-horizontal {
        display: none;
    }
}

/* Responsive: Portrait tablets and below */
@media screen and (max-width: 1000px) {
    .menu {
        display: none;
    }

    .col-md-9 top {
        top: 0px;
    }

    .menu-horizontal {
        visibility: visible;
    }
}