html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    transition: 0.5s; 
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;

}

/*Block Button*/
.block {
  display: block;
  float:right;
  width: 150px;
  height: 40px;
  line-height: 15px;
  border: none;
  background-color: #4CAF50;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}
/*End Block Button*/
.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}


a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.navbar-inverse{
    background-color:#dd4b39 !important;
    border-color:#dd4b39 !important;
}
.navbar-brand{
    color:#fff !important;
}
.logo-p{
    margin-bottom:30px;
}

#collection-pt-info{
    background-color:#eee;
    padding-left:15px;
    padding-top:15px;
    padding-bottom:15px;
}
#collection-pt-info .np{
    line-height:2em;
}
#collection-pt-info .tp{
    font-size:16px;
    font-weight:bold;
}
.sdp{
    color:Gray;
    font-weight:normal !important;
    font-style:normal;
}
.sdp2,.paypal-span{
    display: none;
}
.option-radios:hover{
    cursor:pointer;
}
.navbar-inverse .navbar-nav > li > a{
    color:#fff !important;
}
.atl-statement{
    background-color:#f0f0f0;
    padding:10px 15px;
    /* margin-top:10px; */
    border-radius: 5px;
}
.atl-statement p{
    color:Gray;
}
.for-redirect{
    display: none;
}

/* shipment&location form */

.glyphicon{/* set icon color */
    color: #6cb0fa;
    font-size: 17px;
}

.bootstrap-timepicker .glyphicon {
    color: #6f6f6f;
}
.glyphicon-triangle-left{/* set icon color */
    color: #808080;
    font-size: 30px; 
}

.glyphicon-triangle-right{/* set icon color */
    color: #808080;
    font-size: 30px;
}

 .glyphicon-question-sign{/* set icon color */
    color: white;
    font-size: 17px;
}




#reschedule-atl-statement {
    width:58.666667%;
}

/* end shipment&location form */

/* 3 Options */
    .option-box{
        display: table;
        border: 1px solid #ddd;
        background-color: #eee;
        padding: 10px;
        border-radius: 8px;
        position: relative;
    }

    .option-box span {
        /* width:50%; */
        display: block;
        /* vertical-align: middle; */
    }

    .active-box {
        border-color: #419af7;
        box-shadow: 0px 0px 4px 1px #419af7;
    }

    /* .self-option-img{
    } */

    .option-img{
        width: 100%;
        display: table-cell;
        vertical-align: middle;
    }    

    @media (min-width: 320px) and (max-width: 600px){
        .wrap {
            min-height: 100%;
        }
        
        .wrap > .container {            
            padding-right: 0px;
        }

        .option-box span{
            font-size: 15px;
        }

        .container {
            padding-left: 10px;
            /* padding-top: 50px; */
        }

        .page-header {
            margin: 0px 0 20px;
        }

        .page-header h2 {
            font-size: 25px;
        }

        .control-label {
            padding-left: 0px;
        }

        .layui-layer-dialog{
            min-width: 90%!important;
            left: 5% !important;
        }

        .layui-layer-dialog .layui-layer-content{
            height: 300px !important;
        }
    }

    @media (min-width: 750px) and (max-width: 990px){
        .option-box {
            padding: 5px;
        }

        .option-box .col-xs-8 {
            padding-left: 3px;
        }

        .option-box span{
            font-size: 10px;
        }

        .layui-layer-dialog .layui-layer-content{
            height: 300px !important;
        }
    }

    @media (min-width: 768px) {        
        .wrap {
            min-height: 93.7%;
            margin: 0 auto 0px;
        }

        .control-label {
            padding-left: 0px;
            padding-right: 0px;
        }

        .font-label {
            font-size: 12.9px;
        }

        .md-margin {
            margin-left: 45px;
        }

    }
/* End 3 Options */

/* for date style */
    .date-container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-md-10 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .today-date {
        color: #ffffff !important;
        border-radius: 50%;
        background-color: #439af9;
        border: 2px solid #439af9
    }

    .active-date {
        border-radius: 50%;
        border: 2px solid #439af9;
    }

    .siema .date-item {
        width: 50px;
        font-size: 15px;
        padding: 1px;
        cursor: pointer;
        text-align: center;
        letter-spacing: -0.5px;
    }

    p.current-date {
        font-size: 12px;
        font-weight: bold;
        color: #b4b4b4;
        padding-left: 20px;
    }


/* end date style */

/* Checkbox */
    #reschedule-statement .cbx-container {
        padding-left: 0px;
    }

  .check-label {
	display: block;
	position: relative;
	padding-left: 30px!important;
	margin-bottom: 12px;
	cursor: pointer;
	/* font-size: 22px; */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .check-label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }

  
  /* Create a custom checkbox */
  .checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 15px;
	width: 15px;
	/* background-color: #eee;     */
    border: 2px solid #ccc;
    margin-bottom:0;
  }
  
  /* On mouse-over, add a grey background color */
  /* .check-label:hover input ~ .checkmark {
	background-color: #ccc;
  } */
  
  /* When the checkbox is checked, add a blue background */
  .check-label input:checked ~ .checkmark {
    background-color: #2196F3;
    border:none;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .check-label input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .check-label .checkmark:after {
	left: 5px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }
/* End Checkbox */

/* for header and footer */
.theme-color {
    color: #CC3B43 !important;
}

.footer-color {
    color: #ffffff !important;
}

.navbar-inverse {
    background-color: #000000 !important;
    border-color: unset !important;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px;
}

.navbar-inverse .image-logo {
    height: 30px;
}

    /* right sidebar */
    .control-sidebar {
        position: absolute;
        top: 0;
        right: 0;
        min-height: 100%;
        width: 0px;
        display: none;
    }
  
    .control-sidebar-bg {	
        overflow: auto;
    }
  
    .control-sidebar-dark, .control-sidebar-dark+.control-sidebar-bg {
        background-color: #000000 !important;	
    }
    
    #right-sidebar {
        transition: all 0.3s;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
        width: inherit;
        height: inherit;
    }
    #dismiss {
        color: #ffffff;
        font-size: 20px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        background: #000000;
        right: 10px;
        cursor: pointer;
        margin-top: 25%;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    #dismiss:hover {
        font-size: 30px;
    }

    /* end right sidebar */

@media (min-width: 768px){
    .container > .navbar-header {
        margin-right: 0;
        margin-left: -89px;
    }

    .navbar-right {
        margin-right: -10%;
    }
}
/* end header and footer */
#self-form > .panel {
    margin-bottom: 0px;
}

#yii-debug-toolbar {
    bottom: 20% !important;
}




/* disable click event */
.non-click {
    pointer-events: none;
    color: rgb(170, 170, 170);
}

label.btn.active{
    border-color: 2px solid #439af9;
}

#collectionDate, #reschedule-deliveryDate {
   background: #fff url('../image/calendar.png') no-repeat right;
   background-size: 25px;
}
  
#button-holder{
    background-color:#f1f1f1;
    border-top:thin solid #e5e5e5;
    box-shadow:1px 1px 1px 1px #e5e5e5;
    cursor:pointer;
    float:left;
    height:27px;
    margin:11px 0 0 0;
    text-align:center;
    width:50px;
}
  
#button-holder img{
    margin:4px;
    width:20px; 
}


.clear {
    clear:both;
}

.authorize-text {
    display: none;
}



.timeslot {
    background-color: #e2dede;
}


#reschedule-deliveryDate {
    margin-left: -4px;
    width:99%;  
}

/* #reschedule-deliveryDate:read-only,#collectionDate:read-only {
    background:none;
} */



@media only screen and (max-width:767px) {


    #reschedule-atl-statement {
        width:100%;
    }

  
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }

    .time {
        background: url('/image/Asset 1mdpi.png') right/5% no-repeat;
        background-position-x:98%;
    }

    #reschedule-deliveryDate, #collectionDate {
        background: url('/image/Asset 3mdpi.png') right/5% no-repeat;
        background-position-x:98%;

    }
    
    /* .input-group-addon{
        display: none;
    } */
    .status-image {
        float:left;
        width:70%;
      
    }

    .status-image img {
        width: 16%;
        float:left;
    }

    .for-redirect  {
        height:50px;
    }

    .status-description {
        padding: 11px 5px;
        width:158px;
    }

    .status-image span {
        float:left;
        font-size:14px;
    }

    .panel-heading {
        height:50px;
    }

    .option {
        display: block;
        float:left;
        padding:9px;
        font-size:14px;
        /* padding:20px; */
    }

    .option-description {
        width: 72%;
        margin: 5px 0px;
        float: left;
    }

    .option-text {
        /* max-width:221px; */
        width: 177px;
        color:#6b6b6b;
        font-size:15px;
    }


    .option-description span {
        float:left;
    }

    .step2 {
        margin-bottom: 25px;
    }

    .check-label  {
        margin:20px;
    }
    .step {
        display: block;
        float: left;
        color: white;
        background: #4299f8;
        /* padding: 10px 11px; */
        width:70px;
        height:40px;
        text-align: center;
        padding: 11px;
        border-radius: 14px;
        margin-right: 20px;
        font-size: 14px;
    }
    
    h4.for-redirect {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    /* .field-tblconnotereschd-connotereschddeliverytime{
        display: none;
    } */
    .heading-step3 {
        margin-top: 30px;
    }
    #proceed-sub-btn {
        margin-right: 18px;
    }

    .omit {
        display: none;
    }

    .arrow {
        width:20px;
        height:20px;
        background:  url("/image/Arrow-Down-icon.png") right/100% no-repeat;
        /* margin:9px 10px; */
        margin:9px 0px 0px 9px;
    }


    .arrow-reverse{
        transform: rotate(180deg);
        -webkit-transform:rotate(180deg);
        -moz-transform:rotate(180deg);
    }

    .footer {
        position: fixed;
        /* height: 40px; */
        /* background-color: #000000; */
        /* border-top: 1px solid #ddd; */
        /* padding: 10px; */
        width: 100%;
        left: 0px;
        bottom: 0px;
    }
    .mobile-search-button {
        margin-top: 20px;
    }
    .shipment-mobile {
        margin:0px;
    }

    #self-panel-step{
        margin-top:15px;
    }

    .collection-form{
        margin-bottom:25px;
    }


    #select-delivery-datetime {
        margin-right: -1px;
    }

    .option-box {
        margin: 5px 0px;
        /* -webkit-box-shadow: 0px 0px 9px 0px rgba(232,232,232,1);
        -moz-box-shadow: 0px 0px 9px 0px rgba(232,232,232,1);
        box-shadow: 0px 0px 9px 0px rgba(232,232,232,1); */
        -webkit-box-shadow: 0px 3px 7px 0px rgba(207,207,207,1);
        -moz-box-shadow: 0px 3px 7px 0px rgba(207,207,207,1);
        box-shadow: 0px 3px 7px 0px rgba(207,207,207,1);
    }

    .mobile-collapse{
       width:12%;   
    }

    #w1-collapse{
        display: block;
    }

    .navbar-collapse {
        display: block;
    }

    .navbar-toggle {
        display: none;
    }
    .navbar-nav{
        width:210px;
        position: fixed;
        top:0px;
        right:0px;
    }

    #reschedule-panel-step {
        margin-top: 15px;
    }    
    .authorize-text {
        margin-top: 25px !important;
    }
    .right {
        float: right;
    }
    .left {
        float:left;
    }
    .arrow-in-list {
        margin:0px;
        margin-left: 15px;
    }

    #collection-pt-info {
        padding-left:15px;
        border-radius:10px;
    }


    .panel-body {
        padding-right: 8px;
    }

    @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3)	{
        .option-text {
            width:173px;
        }   

        .option-description {
            width:71%;
        }
    }

    @media (min-width: 320px) and (max-width: 375px){
        .layui-layer-title{
            font-size: 13.2px !important;
        }
    }

    

    @media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
        .status-description {
            width:138px;
        }

        .checkmark {
            width:12px;
            height:12px;
        }

        .check-label:hover input ~ .checkmark {
            /* background-color: #ccc; */
          }
        .form-control  {
            font-size: 12px;
        }
        #reschedule-deliveryDate {
            font-size:12px;
        }

        .select2-selection__placeholder {
            font-size:12px;
        }
        .timeslot {
            font-size:12px;
        }

        .option {
            padding:9px;
            font-size:12px;
            /* padding:20px; */
        }
    
        body {
            font-size:12px;
        }
        .status-image {
            width: 68%;
        }

        .status-image span  {
            font-size: 12px;
        }

        .step {
            margin-right: 10px;
            font-size: 12px;
            width: 60px;
            height: 35px;
        }

        .option-box span {
            font-size:12px;
        }

        .option-text {
            font-size:12px;
            width:150px;
        
        }

        .arrow {
            width: 15px;
            height:15px;
        }
    }

}

#reschedule-deliveryfee, #reschedule-deliverytime{
    display: none;
}