div#hello_world_block_left p {
	font-weight: bold
}

div#hello_world_block_left p {
    font-weight: bold;
    color: green
}
.conf_box {
	  border: 1px solid #dfd5c3;
    padding-top: 10px;
    padding-bottom: 10px;
}
#add_new_zip div {
	padding-top: 10px;
}
#generate_awb {

}
.warning-gls {
	color: red;
	margin-bottom: 4px;
}
.form-controller span {
	vertical-align: middle;
}
.ui-menu .ui-menu-item {
	text-align: left !important;
}
.ui-state-active, .ui-widget-content .ui-state-active {
	color: #fff;
  background: #0b7fe6 !important;
}
.d-none {
	display: none;
}
.sub-service {
	padding-left: 25px;
}
.sms-input {
	width: 364px;
	height: 60px;
}
#smsText .button {
	margin-top: 5px;
	margin-bottom: 5px;
}
.print-awb-btn {
	position: absolute;
	right: 25px;
	top: 25px;
}
.services label {
	float:none;
	font-size: 16px;
}
.services input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.2); /* IE */
  -moz-transform: scale(1.2); /* FF */
  -webkit-transform: scale(1.2); /* Safari and Chrome */
  -o-transform: scale(1.2); /* Opera */

}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}


/*print awb list design*/
@media print {
	.glscarrier .filter {
		display:none !important;
	}
	table.glscarrier thead th a {
		display: none;
	}
	#form-glscarrier .pagination {
		display: none;
	}
	table.glscarrier thead th {
    text-align: center;
	}
	table.glscarrier tbody td {
    text-align: center;
	}
	table.glscarrier thead th:nth-of-type(6) {
		display: none;
	}
	table.glscarrier tbody td:nth-of-type(6) {
		display: none;
	}
}

