body{
    background-color: #2a487a ! important;
    font-family: 'PT Sans', sans-serif !important;
 }
 .container{
    background-color: #2a487a ! important;
    font-family: 'PT Sans', sans-serif !important;
 }
/* css for header start */
 .header{
     padding: 20px 0;
     height: 115px;
 }
 .header .title {
     width: 93%;
     position: relative;
     overflow: hidden;
     float: left;
     margin-left: 0px !important;
 }
 .header .title .title-left{
    float : left;
    font-size: 22px !important;
    font-weight: 600;
    color:#ffffff;
    text-transform: uppercase;
    font-style: italic;
    height: 30px;
}
.header .title .title-right{
    float: left;
    height: 30px;
    overflow: hidden;
    margin-left: 10px;
}
.header .title .title-right .title-right-child{
    margin-top: 7px;
    position: absolute;
    width: 61%;
    overflow: hidden;
    height: 15px;
    transform: skewX(-15deg);
    background:#70aadc;
}
 .header .logo{
     float: left;
     width: 7%;
     margin-top: -30px;
     padding: 0;
 }
  .header-menu{
     float: left;
     margin-left: 0px;
     width: 93%;
 }
 .header-menu .login-info{
    padding: 0 !important;
    margin: 0 !important;
     font-size: 16px;
     font-weight: 300;
     color: #d4d6d7;
     font-style: italic
 }
 .header-menu .login-info .label-content{
    padding: 10px;;
 }
 .header-menu .navbar{
     margin-bottom: 10px !important;
 }
 .navbar .navbar-btn {
    color: #fff;
    background-color: #70aadc;
    border-color: #2e6da4;
    border: none;
    margin-right: 10px;
    border-radius: 13px;
    padding-top: 2px;
    padding-bottom: 2px;
    min-width: 130px !important;
    text-align: center;
    font-size: 22px;
    font-style: italic;
    font-weight: 600;
}
.header-menu .navbar .container-fluid{
    float: right;
}
.navbar .btn:active,
.navbar .btn.active {
    background-color: white !important;
    color: red !important;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.navbar .btn:hover {
    background-color: white !important;
    color: red !important;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/*header end */
/*css for main-container */
.content{
    margin-top: 0px !important;
    border-radius: 30px;
    background-color: #c0c0c0;
    margin-left: -20px !important;
    width: 100%;
    padding: 0px !important;
}
.content .container{
    margin: 0px !important;
    padding: 0px !important;
}
/*logo section*/
.ryder_logo{
    padding-top: 20px;
}

/* box start */
.box{
    border-radius: 25px;
    background:#70aadc;
    padding: 0px !important;
    border-color: black;
    overflow: hidden;
    border-style: solid;
    border-width:2px;
}
.box-title{
      padding-left: 18px;
      color: #ffffff;
      font-size: 19px !important;
      line-height: 20px;
      font-weight: bold;
      color: #fff;
      padding-top: 7px;
      padding-bottom: 9px;
}
.box-title .dropdown-image{
  float: right;
  display: block;
  cursor: pointer;
  margin-right: 15px;
}
.box-container{
    border-radius: 20px;
    background:white;
    height: 100%;
    width: 100%;
    border-color: black;
    border-top-style: solid;
    border-width:2px;
    margin-left: 0px !important;
    padding: 10px !important;
    overflow:auto;
    overflow-x: hidden;
    text-align:center;
}

/* box end */
.default-btn{
    height: 31px;
    margin: 10px;
    border: 2px solid #231f20;
    background: #70aadc;
    outline: none;
    border-radius: 15px;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    font-size: 19px;
}
.default-input {
    padding: 5px 0px 0px 5px;
    height: 23px;
    line-height: 23px;
    margin: 0px;
    border: 1px solid #231f20;
    outline: none;
}
.input-text {
    padding: 5px 0px 0px 5px;
    height: 23px;
    line-height: 23px;
    font-size: 14px;
    margin: 0px;
    border: 1px solid #231f20;
    outline: none;
    width: 100px;
}
.left-input{
    padding: 5px 0px 0px 5px;
    height: 25px;
    line-height: 23px;
    font-size: 14px;
    margin: 5px 0px 0px 0px;
    border: 1px solid #231f20;
    outline: none;
    width: 75px;
    float: left;
}
.right-input{
    padding: 5px 0px 0px 5px;
    height: 25px;
    line-height: 23px;
    font-size: 14px;
    margin: 5px -10px 0px 0px;
    border: 1px solid #231f20;
    outline: none;
    float: left;
    width: 150px;
}
.store-input{
    padding: 1px 0px 0px 5px;
    height: 25px;
    line-height: 23px;
    font-size: 14px;
    border: 1px solid #231f20;
    outline: none;
    width: 90px;
    float: left;
}
.default-font{
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
}
.font-medium{
    text-align: left;
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
}
.font-gray{
    color: #929497;
}

/*css for search box and button*/
.search-btn{
    width: 147px !important;
    margin: 0px 10px 0px 10px !important;
}
.search-box{
    padding: 10px 0px 40px 30px;

}
.search-label{
    float: left;
    margin:0px 5px 0px 5px;
    text-align: right;
}
.search-input{
    float: left;
    margin:0px 5px 0px 5px;
}
.search-input input[type=text]{
    border: 1px solid #231f20;
    outline: medium none;
}
/*search box end*/
/* box for Users page*/
.box-users{
    margin-left: 12%;
    margin-right: 8%;
    margin-top: 40px;
    overflow-x: hidden;
}
.box-products{
    width: 98%;
    overflow:auto;
    margin-right: 10px;
    margin-left: 10px;;
}
.box-title-products{
    line-height: 35px
}
.box-container-products{
    border-radius: 0px;
    border-top-style: none;
}


/* box for Status page */
/* .box-dialog{
    width:100%;
    margin-top:175px;
} */
.box-left{
    width:75% ;
    float: left;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
}
.box-right{
    width:25%;
    float: left;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
}
.box-docks{
    overflow:auto;
    width:100% ;
    margin-bottom: 40px;;
}

.box-today{
    width:100%;
    margin-bottom: 40px;
}
.box-driver{
    padding: 10px 10px 0px 10px;
    margin: 0px;
}
.box-docks .docks{
    width: 135px;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
  .box-docks .docks .panel{
    background: #eeefef;
    overflow: hidden !important;
    /* padding: 0px 0px 0px 14px; */
    width: 100%;
    float: left;
    margin-left: 8px;
    border: 1px solid #231f20;
    border-radius: 10px;
    margin-bottom: 5px;
    padding-top: 6px;
    height: 220px;;
}
.box-docks .docks .panel-body{
    padding-top: 0px;
    font-size: 18px;
    color: #4a4a4c;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.box-docks .docks .panel .panel-label{
    padding-top: 20px;;
    margin-bottom: 0px !important;
}
/* .box-driver .title {
    padding: 3px 0px 0px 0px;
    margin: 0px;
} */
.box-driver table .title{
    align: center;
    font-weight: 100;
}
/* .box-driver tabel .left{
    margin: 2px;
} */
/* .box-driver tabel .right{
    margin-left: 2px;
} */

/* .box-driver .left{
    padding: 0px;
    margin: 2px;
    width: 82px;
    float: left;
}

.box-driver .right{
    padding: 0px;
    margin: 2px;
    width: 153px;
    float: right;
}
.box-driver .txt{
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    color: #4a4a4c;
    line-height: 20px;
} */


/* end status box */
/* Locations box start  */
.box-location-left{
    width:50% ;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.box-location-right{
    width:50%;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.box-location-info{
    width:100%;
    margin-bottom: 40px;
}
.box-adc{
    width:100%;
    margin-bottom: 10px;
}

.box-locations{
    width: 99%;
    overflow:auto;
    margin-right: 10px;
    margin-left: 10px;;
}
.box-title-locations{
    line-height: 35px
}
.box-container-locations{
    border-radius: 0px;
    border-top-style: none;
}

/* Locations box end */
/* css for  users page form start */
.form{
    overflow: hidden !important;
    margin-top: 10px;
}
.form-control {
    width: auto;
    display: inline;
    width: 120px;
}
.form-group{
    overflow:hidden !important;
    margin-bottom: 5px;
}
.form-group label {
    font-weight: normal !important;
    font-size: 15px;;
}
.form-btn {
    color: #fff;
    background-color: #70aadc;
    border-color: #2e6da4;
    border: none;
    margin-right: 10px;
    border-radius: 13px;
    padding-top: 2px;
    padding-bottom: 2px;
    min-width: 130px !important;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}
  /* form end */

/*form css for status docks form start */
.form-element{
    padding: 0px 0px 5px 0px;
    margin: 0px;
}
.form-label{
   font-size: 14px;
    color: #231f20;
    line-height: 16px;
    padding:5px 0px 0px 0px;
    margin: 0px;
    float: left;
    text-align: right;
    width: 54px;
}
.form-input {
    /* padding-top: 5px; */
    margin-left: -5px;
    /* float: right; */
}
.form-input input[type="text"]{
    padding: 0px 0px 0px 3px;
    height: 23px;
    line-height: 23px;
    margin-left: 1px;
    border: 1px solid #231f20;
    border-right: none;
    outline: none;
    width: 68px;
}
.notepad_icon {
    background: url(../img/netepad.png) left top no-repeat;
    width: 27px;
    height: 35px;
    cursor: pointer;
    float: left;
    margin: 10px 0px 10px 12px;
}
.update-btn{
    padding: 0px;
    height: 24px;
    margin-top: 15px;
    margin-right: 5px;
    border: 2px solid #231f20;
    background: #70aadc;
    outline: none;
    width: 68px;
    border-radius: 10px;
    float: right;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
}

/*form css for status docks form end*/

   /* show list box table */
   .list-container{
       padding: 10px;;
   }
   .list-container table{
    border: 2px solid #cfcfcf;
    border-collapse: collapse !important;
   }

   .list-container table thead th{
    border-right: 1px solid #0074B3;
    background-color: #0085cc;
    color: #fff;
    padding: 5px;
    text-align: center;
   }

   .list-container table tbody td{
    border: 1px solid #cfcfcf;
    padding: 5px;
   }
   /* list box table end*/

   /* Schedule table start*/
   .box-container .box-schedule{
       padding: 10px;
   }
   .box-schedule p{
       text-align: left;
       font-family: 'PT Sans', sans-serif;
       font-size: 15px;
   }
   .schedule-table{
       width: 100%;
       border: 2px solid #cfcfcf;
       border-collapse: collapse !important;
   }

   .schedule-table tr{
        display: table-row;
        vertical-align: inherit;
        border-color: inherit;
   }
   .schedule-table td{
        border: 1px solid #cfcfcf;
        padding: 5px;
   }
   .cutoff-time{
    padding: 10px;
   }
   .cutoff-time p{
        padding: 0px;
        margin: 0px;
        text-align: left;
        font-family: 'PT Sans', sans-serif;
        font-size: 15px;
    }

   /* schedule table end */


   /*css for nav-tab Start*/

   .nav{
    padding-top: 10px;
   }
   .nav-tabs>li{

   }
   /* .nav-tabs>li>a, .nav-tabs>li.active>a{
        border-top-color: black;
        border-left-color: black;
        border-right-color: black;
        border-width: 2px;
        border-radius: 10px 10px 0px 0px;
        line-height: 7px;
        height: 25px;
        font-size: 16px;
        background: white;
        text-decoration: none;
        color: #4a4a4c;
   } */
   .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border-top-color: black;
    border-left-color: black;
    border-right-color: black;
    border-width: 2px;
    border-radius: 10px 10px 0px 0px;
    line-height: 7px;
    height: 27px;
    font-size: 16px;
    background: white;
    text-decoration: none;
    color: #4a4a4c;
    font-weight: 100;
   }
   .nav-tabs>li>a{
    border-top-color: black;
    border-left-color: black;
    border-right-color: black;
    border-bottom-color: black;
    border-width: 2px;
    border-radius: 10px 10px 0px 0px;
    line-height: 7px;
    height: 27px;
    font-size: 16px;
    background: white;
    text-decoration: none;
    color: #4a4a4c;
    font-weight: 100;
}
   .box-title-nav{
        padding-left: 0px !important;
   }
   #nav-container{
        border-top-left-radius: 0px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        margin-top: 1px;
   }
   /*nav-tab end*/
/*inventroy box start*/
.box-inventory-left{
    width:40% ;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.box-inventory-right{
    width:60%;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
#inventory-list tr{
    font-size: 20px;
}
/* inventory box end*/
/*modal start*/
.modal-dialog{
    width: 400px;
}
.dialog-box-medium{
    width: 500px !important;
}
.dialog-box-small{
    width: 400px !important;
}
.dialog-box-large{
    width: 600px !important;
}
.dialog-box-xlarge{
    width: 660px !important; 
}
.box-modal{
    background: #2A487A;
    width:100%;
    margin-top:175px;
}
.xlarge-headers-div{
    display:inline-block;
    margin: 5px;
    float:left;
}
/* modal end*/
/*login page css*/
/* .layout_wrap {
    padding: 0px;
    margin: 0px;
} */
.login-content{
    margin-top: 100px !important;
    margin-right: 100px;;
    border-radius: 30px;
    background-color: #c0c0c0;
    width: 100%;
    padding: 0px !important;
}
.login_header {
    color: #FFFFFF;
    font-style: italic;
    font-size: 22px;
    text-align: center;
    padding-top: 80px;
    font-weight: 600;
}
.login_slot {
    margin: 0 auto;
    padding-top: 5px;
    text-align: center;
    width: 420px;
}

.login-box{
    border: 2px solid #231F20;
    margin: 0 0 11px;
    border-radius: 30px;
    background:#70aadc;
    padding: 0px !important;
    overflow: hidden;
    text-align: center;
}
.login-button{
    width: 90px;
    text-align: center;
}


.success{
    color: green;
}
.danger{
    color:red;
}









/*start store page from here*/
.box-delivery-schedule{
    margin-top:10px;
    margin-left: 10px; 
    width: 98%;
    float: left;
}

.box-store-inventory{
    width:50% ;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#lefty{padding-right: 20px;width: 150px;}


.active1{  color:#11743b;
           background-color:#d2ead7;
           background-size: cover;
           width: 100px;


    }




.mod{
    margin-left: 70px;
    margin-top:120px ;
    }
.arrow_left{
    margin-right: 5px;
}
.arrow_right{
    margin-left: 5px;
}

.date_icon{
margin-bottom: 0px;
}

.test{
 margin-left: 0;

}

.container2{
    width: 100%;
    height: 197px;

    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 0;
}

.lines{
    position: absolute;
    }


.line1{
    position: absolute;
    left: 30px;
    top:68px;
    width: 950px;
    border-top: 1px solid grey;

}

/* this is thirdline  */

.line2{
position: absolute;
left: 30px;
top:195px;
width: 950px;
border-top: 1px solid grey;

}

/* this is secondline */

.line3{
position: absolute;
left: 130px;
top:125px;
width:850px;
border-top: 1px solid grey;
}
.am_text{
    color: #929497;
    font-size: 20px;
    font-weight: 700;

   }
.pm_text{
    color: #929497;
    font-size: 20px;
    font-weight: 700;

}
.font-20{
    font-size: 20px;
}



/*end store page from here*/


/* trailer Component */
.box-contain{
    border-radius: 20px;
    background:white;
    height: 100%;
    width: 100%;
    border-color: black;
    border-top-style: solid;
    border-width:2px;
    margin-left: 0px !important;

    overflow:auto;
    overflow-x: hidden;

}


/* MAT Angular Material Theme Starts */

/*TODO : we need to use below mat-cell property to display border for mattable please this at all places*/
  

/* ********************  */

/* Please  avoid if possible modifying all input at once as time_picker  in the status section
contains input element ,it can distort the alignment */

/* *******************  */
.mat-cell {
    font-size: 14px;
    min-height: 48px;
    text-align: center;
    border-right: 1px solid lightgrey;
  }

  .mat-header-cell {
    flex-direction: column;
    justify-content: center;
  }
  
  .mat-cell {
    text-align: center;
    justify-content:center;
  }

  /* MAT Angular Material Theme Ends */
  .background-gray{
    background-color: #c0c0c0;
  }
.email {
    background: #fff;
    overflow: hidden;
    width: 90%;
    margin-left: 20px;
}
.email h2 {
    padding: 8px 18px 26px 18px;
    margin: 0px;
    background: #70aadc;
    font-size: 19px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    text-align: left
}
.email .email-container {
    padding: 20px 20px 15px 20px;
    margin: -20px 0px 0px 0px;
    /* border: 2px solid #231f20; */
    background: #fff;
    border-bottom: none;
    width: 100%;
    overflow: hidden;
    text-align: left
}
.visible-tablet-mobile{
    display: none;
}
.visible-large-screen{
    display: block !important;
}
/*Store small device css start */



/*Media Query Start*/


@media only screen and (max-width: 767px) {
    .dialog-box-medium{
        width: 400px !important;
    }
    .dialog-box-small{
        width: 400px !important;
    }
    .dialog-box-large{
        width: 400px !important;
    }
    .dialog-box-xlarge{
        width: 400px !important; 
    }
    .visible-tablet-mobile{
        display: block !important;
   }
   .visible-large-screen{
       display: none !important;
   }
  
    .container{
        width:452px;
    }
    .wrapper {
        display: flex;
        flex-direction: column-reverse;
      }
    .box-right{
        width:100% !important ;
        float: left;
    }
    .box-left{
        width:100% !important ;
        float: right;
        padding-top: 0px;;
    }
    .header .title {
        width: 90%;
    }
    .header .title .title-right{
        display: none;
    }
    .header .title .title-left{
        height: auto;
        width: 305px;
    }
    .header .logo{
        margin-top: -65px;
        margin-left:-65px;
    }
    .box-left{
        width:100%;
    }
    .box-right{
        width:100%;
    }
    .box-location-left{
        width: 100%;
        padding-top: 10px;
    }
    .box-location-right{
        width:100%;
    }
    .search-box {
        padding: 10px 0px 10px 30px;
        width: 100%;
    }
    .search-input input[type=text]{
        width: 150px;
    }
    .list-container{
       /* overflow: scroll; */
    }
    .list-container table{
        width: 100%;
        overflow-x:auto;
    }
    .box-inventory-left{
        width: 100%;
    }
    .box-store-inventory{
        width: 100%;
    }
    .box-inventory-right{
        width: 100%;
    }
  }
  @media only screen and (max-width: 1200px) {
     .header .title .title-right .title-right-child{
         width: 52% !important;
     }
   }
   @media only screen and (max-width: 970px) {
   .line1{
    width: 500px !important;
    } 
    .line3 {
        width: 400px !important;
    }
    .line2 {
        width: 500px !important;
    }
    .dialog-box-medium{
        width: 400px !important;
    }
    .dialog-box-small{
        width: 400px !important;
    }
    .dialog-box-large{
        width: 400px !important;
    }
    .dialog-box-xlarge{
        width: 400px !important; 
    }
   }
   @media only screen and (max-width: 990px) {
       .active1{
           width: 75px;
       }
    .font-20{
        font-size: 18px !important;
    }
    .line1{
        width: 600px 
    } 
    .line3 {
        width: 500px;
    }
    .line2 {
        width: 600px;
    }
    .header .title .title-right .title-right-child{
         width: 38% !important;
     }
     .box-left{
         width: 59%;
     }
     .box-right{
         width: 41%;
     }
     .docks{
        width: 130px;
     }
   }
   @media only screen and (max-width: 1170px) {
    .docks{
        width: 130px;
     }
   }
   @media only screen and (max-width: 1130px) {
   .line1{
    width: 750px !important;
    } 
    .line3 {
        width: 650px !important;
    }
    .line2 {
        width: 750px !important;
    }
   }

   /* Media Query End  */

