﻿@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
.ltrText
{
    direction:ltr;
}
* {
    font-family: "Poppins", sans-serif;
}
input.password
{
    -webkit-text-security: disc;
}
.breadcrumb { 
  list-style: none; 
  overflow: hidden; 
  background-color: transparent;
}
.breadcrumb div { 
  float: right; 
}
.breadcrumb div a {
  color: #777777;
  text-decoration: none; 
  /*padding: 5px 0 5px 30px;*/
  /*padding: 10px 0 10px 65px;*/
  background: #e7e7e7; /* fallback color */
  /*margin-left: 5px;*/
  /*background: hsla(34,85%,35%,1);*/ 
  position: relative; 
  border-color: transparent;
  display: block;
  float: right;
}
 


.breadcrumb div a.btn-warning:after{
 border-right: 10px solid khaki;
}

/*.breadcrumb div a.btn-warning:hover, .breadcrumb div a.btn-warning:focus, 
.breadcrumb div a.btn-warning:active, .breadcrumb div a.btn-warning:visited{
    color:#777;
}*/

.breadcrumb div a.btn-warning, .breadcrumb div a.btn-warning:hover, .breadcrumb div a.btn-warning:focus, 
.breadcrumb div a.btn-warning:active, .breadcrumb div a.btn-warning:visited{
    color:#f39105;
    background-color:khaki;
    /*font-weight:bold;*/
}




  .nightsky-theme .breadcrumb div a.btn-warning:hover:after,.nightsky-theme .breadcrumb div a.btn-warning:focus:after, 
   .nightsky-theme .breadcrumb div a.btn-warning:active:after,.nightsky-theme .breadcrumb div a.btn-warning:visited:after,
  .nightsky-theme .breadcrumb div a.btn-warning:after{
      /*background-color:#44657c;*/
          border-right: 10px solid #44657c !important;
   }

   .nightsky-theme .breadcrumb div a.btn-success:hover:after,.nightsky-theme .breadcrumb div a.btn-success:focus:after, 
   .nightsky-theme .breadcrumb div a.btn-success:active:after,.nightsky-theme .breadcrumb div a.btn-success:visited:after,
  .nightsky-theme .breadcrumb div a.btn-success:after{
border-right: 10px solid #5cb85c !important;
}

.breadcrumb div a.btn-warning:hover:after, .breadcrumb div a.btn-warning:focus:after, 
.breadcrumb div a.btn-warning:active:after, .breadcrumb div a.btn-warning:visited:after{
 border-right: 10px solid khaki !important;
}


.breadcrumb div a.btn-warning b.Circle-Numbering{
background-color:#f39105;

}

.breadcrumb div a.btn-success{
    color:#468847;
}
    .breadcrumb div a.btn-success b.Circle-Numbering {
    background-color:#468847;
    }

.breadcrumb div a.btn-success:hover,
 .breadcrumb div a.btn-success:focus, .breadcrumb div a.btn-success:active,
 .breadcrumb div a.btn-success:visited{
    color:#468847;
    
}


.nightsky-theme  .breadcrumb div a.btn-success,.nightsky-theme .breadcrumb div a.btn-success:hover,
.nightsky-theme .breadcrumb div a.btn-success:focus,.nightsky-theme .breadcrumb div a.btn-success:active,
.nightsky-theme .breadcrumb div a.btn-success:visited
{
        background-color: #5cb85c;
}

.nightsky-theme .breadcrumb div a.btn-success b.Circle-Numbering,.nightsky-theme .breadcrumb div a b:nth-child(2){
color:#fff;
}

/*.nightsky-theme .breadcrumb div a.btn-success:hover:before{
     background-color: #5cb85c;
}*/
.nightsky-theme .breadcrumb div a.btn-success::after{
border-right: 10px solid #5cb85c !important;
}

.nightsky-theme .bootstrap-datetimepicker-widget{
    background:rgba(51,51,51,1) !important;
}

/*.bootstrap-datetimepicker-widget{
    z-index:5000;
}*/

.nightsky-theme .bootstrap-datetimepicker-widget td.day:hover,
.nightsky-theme .bootstrap-datetimepicker-widget td.hour:hover,
.nightsky-theme .bootstrap-datetimepicker-widget td.minute:hover,
.nightsky-theme .bootstrap-datetimepicker-widget td.second:hover,
.nightsky-theme .bootstrap-datetimepicker-widget td span:hover,
.nightsky-theme .bootstrap-datetimepicker-widget thead tr:first-child th:hover {
background-color:#4d4d4d !important;
  cursor: pointer;
}
.nightsky-theme .imgMoreActions:hover{
    background-color:#333;
    color:#777777;
      /*color: #2b3942;*/
}


.nightsky-theme .toggle-off{
    background-color: #999 !important;
}
.breadcrumb div a::after { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
      border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 10px solid #e7e7e7;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 100%;
  z-index: 2; 
}

.breadcrumb div a::before { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  margin-right: 2px;
  right: 100%;
  z-index: 1; 
}

/*.breadcrumb div a {
  padding-right: 20px;
}*/

.breadcrumb div a b:nth-child(2){
    margin-right:5px;
    font-weight:lighter;
}
.breadcrumb div a:hover { 
  background: #e7e7e7; 
    border-color:transparent;
    color:#777;
}
.breadcrumb div a:hover:after { 
  border-right-color: #e7e7e7 !important;
}
    .breadcrumb div a:focus{
    background-color: #e7e7e7;
    border-color: transparent;
    }

    /*.breadcrumb div a:focus:after  {
border-right-color: #e7e7e7 !important;
    }*/
    .breadcrumb div a:active:hover{
                 color: #777;
    border-color: transparent;
        background-color:#e7e7e7;
        box-shadow:none;
    }
    .breadcrumb div a:active {
            color: #777;
    border-color: transparent;
        background-color:#e7e7e7;
    }

    .btn[disabled]{
        opacity:1;
    }
    .btn-default[disabled]:hover ,.btn-default[disabled]:focus{
        background-color:#e7e7e7;
        border-color: transparent; 
    }

    
 

.stepwizard {
   
    width: 100% !important;
    position: relative;
     transition: all 0.4s ease-in-out;
      margin-top:20px;
    position:fixed;
    width:63%;
    z-index:10;
    margin-right:-15px;
    background-color:none;
     top: 115px;
}

.stepwizard-row{
 display: inline;
} 


.breadcrumb div a.btn{
        -webkit-appearance: none !important;
}

.full{
  padding:5px;
}
.med-text{
    width:32%;
    display:inline-block;
}
.letter-text{
    width:17%;
    display:inline-block;
    padding: 5px;
}

.letter-text-range{
  width:13%;
    display:inline-block;
    padding: 5px;
}

.num-text{
    width:24%;
    padding: 5px;
    display:inline-block;
}
.num-text-2{
     width:40%;
    padding: 5px;
    display:inline-block;
}
.Circle-Numbering{
        width: 20px;
    height: 20px;
    text-align: center;
    padding: 2px 0;
    display:inline-block;
    margin-top: 0px;
    float:right;
    background-color:#777;
    color:#fff;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    -webkit-appearance: none !important;
    /*box-shadow: 2px 2px 5px #888888;*/
}

/*.btn:before{
      border-bottom: 35px solid red;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  transform: rotate(270deg);
  top: -35px;
  width: 0;
}*/

.dd{
margin-top:300px !important;
}

/*.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}*/



.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

/*.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #e7e7e7;
    z-order: 0;

}*/

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.stepwizard .btn{
        font-size: 16px;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  -webkit-appearance:none !important;
  box-shadow: 2px 2px 5px #888888;
}
.button-div{
    position:relative;
    width:78%;
    z-index:11;
    /*top:80px;*/
     transition: all 0.4s ease-in-out;
     /*background-color:#f0f4f7;*/
     border-color: #eea236;

}

    /*.button-div .pull-left:first-child {
         margin-top: -30px;
    }

     .button-div .pull-left:nth-child(2){
         margin-top: -30px;
    }
     .PrevBtn{
         margin-left: 20px;
         vertical-align: top; 
     }

.button-div .pull-left:last-child{
       margin-top: -80px;
}*/

.panel-body{}
.panel-body::after {
   /* content: "";
    width: 95%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50px;
    left: 30px;*/
}

/*Light Slider*/
        ul {
            list-style: none outside none;
            padding-left: 0;
            margin: 0;
        }
        .demo{
            width:71%;
        }
        /*.demo .item {
            margin-bottom: 60px;
                
        }*/
        .lslideActive{
            color: #fff !important;
    background-color: #5fb2ce !important;
    /*border-color: #2e6da4 !important;*/
        }
        .content-slider li {
            background-color: #fff;
            text-align: center;
            color: #080808;
            height:45px;
            border:1px #ccc solid;
            box-shadow: 2px 2px 5px #888888;
        }

          .content-slider li i{
              height:auto;
              cursor:pointer;
              }
     
        .Slider-controls-right{
                position: absolute;
                top: 2%;
                right: 8%;
                transition: all 0.4s ease-in-out;
                /*display:none;*/
        }
         .Slider-controls-left{
                position: absolute;
                top: 2%;
                left: 8%;
                transition: all 0.4s ease-in-out;
                /*display:none;*/
        }
         .lslide  .close-lefted i.fa{
             top:0px;
             left: -10px;
             

         }

    .content-slider h3 {
        margin: 0;
        /*padding: 10px 0px;*/
        font-size: 11pt;
        text-align:center;
        float: right;
        transition: all 0.4s ease-in-out;
    }
       @media (max-width: 767px) {
                    .content-slider h3 {
            padding: 20px 5px;
        }
        }

        /*.lSSlideWrapper{
            height:180px;
        }*/

        .lSAction > a{
            top:80%;
            transition: all 0.4s ease-in-out;
        }

        .close-lefted{
            float:left;
        }
        

.Btn-Grid-menu{
    width:20px;
    cursor:pointer;
    display:inline-block;
}
th{
    font-size:15px;
}
td{
   font-size:16px;
}
.glyphicon-plus{
    margin-left:5px;
}

/*Light Box*/
.Process-LightBox{
    background-color: #fff;
    width: 30%;
    position:fixed;
    height: 100%;
    top: -6px;
    margin: 20px 0 0;
    list-style: none;
    text-align: right;
}

.nightsky-theme .Process-LightBox{
    background-color:#333 !important;
}
.nightsky-theme #btnDataCert{
        background-color: rgb(35, 49, 58);
        border-color:#1c2931;
        border-radius: 5px;
}

.nightsky-theme  #NavigationBar{
    background-color:rgba(35,49,58,0.9);
}

.nightsky-theme .lSSlideWrapper{
        background-color: rgb(29, 42, 50);
}
.nightsky-theme .lslideActive{
        background: rgba(51,51,51,1) !important;
      
} 
.nightsky-theme .content-slider li{
      background-color: #2b3942;
}
.nightsky-theme .content-slider h3{
     color:#fff;
}

.nightsky-theme .form-control,.nightsky-theme .selectize-input, .nightsky-theme .selectize-input.full,
.nightsky-theme .selectize-control.single .selectize-input.input-active,.nightsky-theme select{
   background-color: #1d2a32 !important;
        /*background: rgba(51,51,51,0.5);*/
    /*border: 1px solid #4d4d4d;*/
    border:1px solid #1D282F !important;
    color: #fff !important;
}


.nightsky-theme .selectize-control.single .selectize-input input{
    color:#fff;
}

.nightsky-theme  .input-group-addon{
    background-color:#263741;
    color:#fff;
    border: 1px solid #1D282F;
}

/*input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: #fff !important;
}*/

.nightsky-theme .selectize-dropdown.single {
            background-color: #1d2a32;
            color:#fff;
              border:1px solid #1D282F;
}
 
.nightsky-theme .selectize-dropdown-content .active {
       background: #4d4d4d !important;
       color: white !important;
     }




.Title-Div{
background-color:white;
/*margin-top: -20px;*/
width: 95%;
height: 75px;
z-index: 10;
position: fixed;
transition: all 0.4s ease-in-out;
border-bottom:1px solid #f0f4f7;
/*box-shadow: 0px 5px 5px #888888;*/
opacity:0.9;
}

 .main-title-Div{
        position:fixed;
        /*top:55px;*/
        z-index:5;
        background-color:#fff;
        left: 30%;
        right: 30%;
    }

@media (max-width: 1024px) {
    /*.Title-Div {
        width: 43%;
    }*/
    /*.stepwizard{
        width: 37% !important;
    }*/
   .button-div{
         width:40%;
     }
}

@media (max-width: 767px) {
    /*.Title-Div {
        width: 90%;
    }*/
    /*.stepwizard{
        width: 85% !important;
    }*/
 
     .button-div{
         width:80%;
     }
}
.top-StepWizard{
    top:60px;
}
.top-button-div{
    top:130px;
}
@media screen and (max-width: 450px) {
      /*.Title-Div {
        width: 80%;
    }*/
      /*.stepwizard{
        width: 75% !important;
        top:150px ;
    }*/
        .button-div{
         width:70%;
         top:220px;
     }
        .main-title-Div{
            left:0px;
            right:0px;
            width: 78%;
            margin: 0 10%;
        }
}
@media screen and (max-width: 1024px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
}

/*Page Content*/
#divPageContent{
    /*padding-top: 100px;*/
}

div.button-div .glyphicon{
    font-size: 15pt;
    cursor:pointer;
}

div.button-div .glyphicon-saved{
    font-size: 17pt;
    cursor:pointer;
}


/*Hidden Operations*/
.hidden-operations{
    font-size:24px;
    text-align:center;
}
.hidden-operations div.operations-select{
    margin:30px 0px;
}

    .hidden-operations div.operations-select:hover{
        /*cursor:pointer;
        color: #337ab7;*/
    }

.no-records-div{
    padding: 0.5em 0;
    background: #f0de89;
    visibility: hidden; 
    
}
.operations-select .glyphicon{
    font-size:12px;
    margin-right: 5px;
}

.operatations-div div{
    border:1px solid #ccc;
    font-size:15px;
    padding:50px 5px;
    text-align:center;
    box-sizing: border-box;
    vertical-align:top;
     box-shadow: 2px 2px 5px #888888;
    width:20%;
    margin:0px 10px;
    height:150px;
    display:inline-block;
}


  .operatations-div div:hover , .hovered{
   background-color: #f0f4f7;
   border-bottom: 2px #eea236 solid;
   cursor:pointer;

  }

  .operatations-div a{
      font-size:18px;
  }

.slideDown{
	animation-name: slideDown;
	-webkit-animation-name: slideDown;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	

	visibility: visible !important;						
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
	}
	50%{
		transform: translateY(8%);
        -webkit-transform: translateY(8%);
	}
	65%{
		transform: translateY(-4%);
        -webkit-transform: translateY(-4%);
	}
	80%{
		transform: translateY(4%);
        -webkit-transform: translateY(4%);
	}
	95%{
		transform: translateY(-2%);
        -webkit-transform: translateY(-2%);
	}			
	100% {
		transform: translateY(0%);
        -webkit-transform: translateY(0%);
	}		
}

/*Printing Que*/
.print-que{
    width:100%;
    height:250px;
    border:1px solid #e7e7e7;
    margin:10px 0px;
    font-size:16px;
    /*background-color:#fff;*/

}

.header-que{
    /*height:30px;*/
    border-bottom:1px solid #ccc;
      background: #4593E3;
    color:#fff;
    /*font-weight:bold;*/
    padding:10px;
    text-align:center;
}

.alert-header{
    background: #c4151c;
}

.print-que ul{
    display:inline;
}
 .print-que span{
    /*margin: 5px 40px 3px 0px;*/
    display: inline-block;
    font-size:13px;
 }

.print-que ul li{
    height:35px;
    /*border-bottom:1px #e7e7e7 solid;*/
}
.print-que ul li div{
       display: inline-block;
        margin-top: 8px;
    padding: 3px 15px;
    width:20%;
}


.print-que ul li div:nth-child(1) {
    background-color: #4593E3;
    color:#fff;

}

.print-que ul li div:nth-child(2) {
    background-color: #fff;
    width:56%;
    padding-right:5px;
    border: 1px solid #e7e7e7;
}

 .nightsky-theme  .print-que ul li div:nth-child(2) {
       background-color: unset !important;
    }



.print-que ul li label{
   margin:0px;
   font-size:9.5pt;
   font-weight: bold;
   text-transform:capitalize;
}
.download-que{
      background: #2ac56c;
}

.download-que:hover{
   background: #17aa56;
   cursor:pointer;
}
.flash-alert{
     text-shadow: 0 -40px 300px, 0 0 2px, 0 0 1em #d72027, 0 0 0.5em #d72027, 0 0 0.1em #d72027, 0 10px 3px #d72027;
}
b.flash-alert{
/*animation: blink linear infinite 2s;*/
}

#pnlUploadPlates{
    margin:5px 0px;
}

@keyframes blink {
  78% {
    color: inherit;
    text-shadow: inherit;
  }
  79%{
     color: #d72027;
  }
  80% {
    
    text-shadow: none;
  }
  81% {
    color: inherit;
    text-shadow: inherit;
  }
  82% {
    color: #d72027;
    text-shadow: none;
  }
  83% {
    color: inherit;
    text-shadow: inherit;
  }
  92% {
    color: #d72027;
    text-shadow: none;
  }
  92.5% {
    color: inherit;
    text-shadow: inherit;
  }
}


.definition-label:after{
    content:':';
}

.info-label{
    font-weight:bold;
    vertical-align:middle;
    text-transform:uppercase;
}
.info-label2 {
    font-weight: bold;
    vertical-align: middle;
}

    .info-label2:after {
        content: ':';
    }
.btn-link{
    border-bottom: 1px solid #ccc;
    padding-bottom:2px;
    float:left;
}

.btn-link:hover {
     border-bottom: 1px solid #23527c;
     text-decoration:none;
     cursor:pointer;
}

/*.required-control {
    background-color:#f7ebeb;
    border-color:#f8d5d5;
}*/

.required-label {
    font-weight: bold;
    text-transform: capitalize;
}

.required-label::after{
    content:"*";
    color:#f57272;
}

input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/*.required-control::before{
    content:'*' !important;
    color:red !important;
}*/

/*Datatables UI*/

/*table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{
    background-color: transparent !important;
}

table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1{
     background-color: transparent !important;
}*/
div.dataTables_wrapper {
    position: relative;
    margin-top: 70px;
}
div.dataTables_wrapper div.dataTables_paginate, div.dataTables_wrapper div.dataTables_info {
    width: 50%;
    display: inline-block;
    font-size: 13px;
    position: absolute;
    bottom: -45px;
}
div.dataTables_wrapper div.paging_simple_numbers {
    font-size: 12px;
    position:absolute; 
    left:42px;
    bottom:-53px;
}
div.dataTables_wrapper div.dataTables_length label{
    font-size:13px;
    position:absolute;
    right:0;
    bottom:-44px;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before,
 table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, 
table.dataTable thead .sorting_desc_disabled:before{
        /*content: "\e253";*/
        font-size:10px;
        top: 17px;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, 
table.dataTable thead .sorting_desc:after,
 table.dataTable thead .sorting_asc_disabled:after, 
table.dataTable thead .sorting_desc_disabled:after{
    font-size:10px;
    top: 17px;
}

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, 
table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable td:last-child{
        border-left-width: 0;
}

#grdInvoices tr >td,#grdInvoices tr >th{
    padding:2px;
}

    #grdInvoices tr > td .form-control,#grdInvoices tr > td .form-control[readonly] {
        height:20px;
        font-weight: bold;
        border-color: #e7e7e7;
    background-color: transparent;
    }



#grdInvoicesprint tr > td, #grdInvoices tr > th {
    padding: 0px !important;
}

    #grdInvoicesprint tr > td .form-control, #grdInvoices tr > td .form-control[readonly] {
        height: 20px !important;
        font-weight: bold !important;
        border-color: #e7e7e7 !important;
        background-color: transparent !important;
    }
#grdInvoicesprint ._ItemName {
	padding-right: 5px !important;
}
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
	border-left-width: 1px;
	border-right-width: 0;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td{
    /*padding:12px;*/
}

.nightsky-theme .paginate_button.disabled{
       color:#999;
   }

.paginate_button{
    background: 0 0;
    border: none;
    border-radius: 2px;
    color: #333;
    position: relative;
    height: 36px;
    margin: 0;
    padding: 0 16px;
    display: inline-block;
    letter-spacing: 0;
    overflow: hidden;
    will-change: box-shadow;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    -webkit-tap-highlight-color: rgba(255,255,255,0);

}

.paginate_button.disabled{
    color: rgba(0,0,0,.26);
    cursor: default;
    background-color: transparent;
}

.paginate_button.current{
    background: #3f51b5;
    color: #fff;
}

.dataTables_length select{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.table-bordered > thead > tr > th,
 .table-bordered > thead > tr > td{
        border-bottom-width: 0px;
}

/*Radio Buttons*/
input[type="radio"]{
    margin: 8px !important;
}

/*Proccess navigation bar*/

#NavigationBar{
    background-color:white; /*Ask Shawky why he commented it*/
width: 80%; 
height: 85px;
z-index: 10;
position: fixed;
transition: all 0.4s ease-in-out;
border-bottom: 1px solid #f0f4f7;
/*border-bottom:3px solid #f0ad4e;*/
opacity:0.9;
}
#NavigationBarPos{
     /*background-color:white;*/
/*width: 80%; 
height: 85px;*/
z-index: 10;
position: fixed;
transition: all 0.4s ease-in-out;
border-bottom: 1px solid #f0f4f7;
/*border-bottom:3px solid #f0ad4e;*/
opacity:0.9;
}
.lSSlideOuter{
    width:80%;
    margin: 0px auto;
    background-color:#fafafa;
    border: 1px solid #e7e7e7;
}

   .close-lefted{
            float:left;
        }
   /*.md-12-label{
       width:12%;
   }*/
   /*form info rows beside control*/
   div.labels-row{
    margin-top: 30px;
   }


.nextBtn
{
    position:fixed;
   /*left:15%;*/
    left:5%;
    /*margin-left:20px;*/
    /*top:-30px;*/
    margin-top:110px;
     /*top: 1px;
    display: inline-block;
    line-height: 1;*/
}
.nxtcs {
    position: fixed;
    left: 5%;
    color: #337ab7 !important;
    margin-top: 110px;
}

.pnlnxtcs{
 position: fixed;
    left: 3%;
    margin-top: 110px;
}

.Prevcs {
    position: fixed;
    left: 7%;
    color: #337ab7 !important;
    margin-top: 110px;
}

.pnlPrevcs{
position: fixed;
    left: 7%;
    color: #337ab7;
}
.pnlPrintcs{
position: fixed;
    left: 10%;
    color: #337ab7;
}

.pnlReprintReceiptcs{
position: fixed;
    /*left: 7%;
    color: #337ab7;*/
}


.nextBtn2 {
    position: fixed;
    /*left:20%;*/
    /*left:15%;*/
    left: 5%;
    /*top:-30px;*/
    margin-top: 110px;
    /*top: 1px;
    display: inline-block;
    line-height: 1;*/
}

.PrevBtn
{
    position:fixed;
    /*left: 17%;*/
     left:7%;
    /*top:-30px;*/
    color:#337ab7 !important;
    margin-top:110px;
}
.morebtn {
	position: fixed;
	left: 12%;
	color: #337ab7 !important;
	margin-top: 110px;
}
.CancelBtn {
	position: fixed;
	/*left: 17%;*/
	left: 10%;
	/*top:-30px;*/
	color: #337ab7 !important;
	margin-top: 110px;
}

.ETrafficlBtn {
	position: fixed;
	/*left: 17%;*/
	left: 27%;
	/*top:-30px;*/
	color: #337ab7 !important;
	margin-top: 110px;
}

.pnlSavePrint{
 position:fixed;
   /*left:15%;*/
    left:5%;
    /*margin-left:20px;*/
    /*top:-30px;*/
    margin-top:105px;
}

.pnlSave2{
 position:fixed;
   /*left:15%;*/
    left:5%;
    /*margin-left:20px;*/
    /*top:-30px;*/
    margin-top:105px;
}

.pnlSave{
 position:fixed;
    /*left: 17%;*/
     left:9%;
    /*top:-30px;*/
    color:#337ab7 !important;
    margin-top:105px;
}

/*.pnlReprintReceipt{
      position:fixed;
     left:11%;
    color:#337ab7 !important;
    margin-top:80px;
}*/

.pnlPrint{
    position:fixed;
    /*left: 17%;*/
     left:12%;
    /*top:-30px;*/
    color:#337ab7 !important;
    margin-top:105px;
}


.input-group{
    width:100%;
}

.alert-dismissable .close,
.alert-dismissible .close {
    left:0px;
}


.dateAlign {
    direction: ltr;
    text-align: right;
}
textarea
{
    resize:none;
}
#spconfirm, #spAlert {
    font-size: 16px;
    font-weight: bold;
}
    #spconfirm b {
        font-size: 16px;
        font-weight: bold;
        display: block;
    }

/*Headers*/
.header-border{
    border-bottom:1px solid #ccc;
    padding-bottom: 7px;
	margin-bottom:25px;
}


/*Vertical Tabs*/

    .stepwizard {
        /*width: 920px;*/
        /*overflow: hidden;
        height: 50px;*/
    }

    .first, .second {
        /*display:inline-block;*/ 
        /*display: inline-grid;*/
        transition: margin-right 0.5s ease-in-out;
    }

    /*vertical slider*/
    
/*  bhoechie tab */
div.bhoechie-tab-container{
  /*z-index: 10;*/
  /*background-color: #ffffff;*/
      /*background-color: #fafafa;*/
  padding: 40px 0px !important;
  /*border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;*/
  /*margin-top: 20px;*/
  /*-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);*/
}
.list-group-item{
    padding:20px 15px;
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  font-weight:bold;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
  /*padding:10px 0px;*/
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #5A55A3;
  background-image: #5A55A3;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-right: 10px solid #5A55A3;
}

div.bhoechie-tab-content{
  /*background-color: #ffffff;*/
  /* border: 1px solid #eeeeee; */
  /*padding-left: 20px;
  padding-top: 10px;*/
      /*margin-top: -20px;*/
}
.bhoechie-tab-menu{
    /*width:0px;*/
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
}

.zero-width{
    width:0px;
    visibility:hidden;
    height:0px;
      -webkit-transition: width 0.2s;
    transition: width 0.2s;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
.Remove-style{
    background-color:#fff;
    border:0px;
     box-shadow: none;
}
.multistep-wizard{
    margin-right:10px;
}
.remove-tab{
    font-size:13pt;
}
.add-tab{
    margin-bottom: -15px;
    z-index: 5;
    position: absolute;
    /*top: -40px;*/
    left: 0px;
    /*margin-left: 15px;*/
} 
.address-icon{
     margin-top: 30px;
    display: inline-block;
    color: #999;
    cursor:pointer;
}

.address-icon .glyphicon-remove{
    color:#333;
}
   
.address-icon:hover{
   color: #999;
}

.address-icon.active{
    color:darkred;
}
.nightsky-theme .address-icon{
     color: #999;
}
.nightsky-theme  .list-group-item{
    border:1px solid #1d2a32 !important;
}

.nightsky-theme .address-icon.active,.nightsky-theme .address-icon.active:hover{
    color: darkred;
}
.nightsky-theme div.bhoechie-tab-menu div.list-group>a, 
.nightsky-theme div.bhoechie-tab-menu div.list-group>a .glyphicon, 
.nightsky-theme div.bhoechie-tab-menu div.list-group>a .fa{
    background-color: #1d2a32 !important;
}
.nightsky-theme div.bhoechie-tab-menu div.list-group>a .glyphicon,
.nightsky-theme div.bhoechie-tab-menu div.list-group>a .fa{
    color:#fff !important;
}

.nightsky-theme div.bhoechie-tab-menu div.list-group>a.active, 
.nightsky-theme div.bhoechie-tab-menu div.list-group>a.active .glyphicon, 
.nightsky-theme div.bhoechie-tab-menu div.list-group>a.active .fa{
    background-color: #006666 !important;
}
.nightsky-theme div.bhoechie-tab-menu div.list-group>a.active:after{
border-right: 10px solid #006666 !important;
}




.nightsky-theme .address-icon:hover {
    color: #999;
}


.address-icon .glyphicon-remove:hover{
   color: #333;
}

.nightsky-theme .address-icon .glyphicon-remove,.nightsky-theme .address-icon .glyphicon-remove:hover{
    color:#fff;
}

.unfocused-address label{
    color:#999;
    font-weight: lighter;
}

.unfocused-address label::before{
/*color:#ccc;*/
content:'';
}

.unfocused-address .Address-actions{
    display:none;
}

.unfocused-address .selectize-input,.unfocused-address .form-control{
    border:1px solid #fff;
}


.bind-switch-disabled {
    color: #ccc !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
    cursor: text !important;
}

    .bind-switch-disabled:hover {
        color: #ccc !important;
        background-color: #e6e6e6 !important;
        border-color: #adadad !important;
        cursor: not-allowed !important;
    }

    .Disabled-Switch-border{
        border-color:#ccc;

    }
.Disabled-Switch-border:hover {
    border-color: #ccc;
}
    /*.btn-save-hide{
        opacity:0;
        cursor:text;
    }

    .btn-save-hide:focus{
    
    }*/
    .selectize-addon.selectize-control{
    height:30px;
    }

    .btn-reset-last-owner{
        margin-top:25px;
        padding: 0px;
        border: 1px solid #ccc;
        float: left;
    }

        .btn-reset-last-owner:hover a {
                box-shadow: 1px 1px 2px #888;
            background-color:#ccc;
        }
        /*palte-store-sign*/
        .info-ques-sign{
            color:  #337ab7;
        }
     .info-ques-sign:hover{
       cursor:pointer;
       color:#23527c;
    }

     .disabledCursor{
         pointer-events:none;
     }
.nicescroll-rails
{
    /*padding-right:10px;*/
}
@media only screen and (max-width: 600px) {
     .filedset .inputlabel {
        margin-left: 10px;
        width:200px;
    }
    .apply .filedset input[type="file"] {
        margin-left: 5px;
        width:180px;
    }
    .apply .filedset .pic img {
        width: 35px;
        height: 35px;
    }
    .Model-Image {
        width: 35px;
        height: 35px;
    }
}