/*LOGIN, FORGOT PASSWORD, RESET PASSWORD*/
.user-login-5 .form-group.has-error {
    border-bottom: 0 !important;
}
.user-login-5 .form-body .form-group{
    margin: 0px;
    margin-bottom: 25px;
}
.login .forgot-password{
    padding-right:10px;
}
.password-reset .form-body .form-group{
    margin: 0px;
    margin-bottom: 20px;
}
.forgot-password .form-body .form-group{
    margin: 0px;
    margin-bottom: 20px;
}
.register .form-body .form-group{
    margin: 0px;
    margin-bottom: 20px;
}
.register .user-login-5 .login-container>.login-content {
    margin-top: 4%;
}
.register .user-login-5 .login-logo.login-6 {
    top: 5px;
    left: 80px;
    display: none;
}
.register .help-block {
    position: absolute;
}
.login .help-block {
    position: absolute;
}
.user-login-5 .alert {
    position: absolute;
    bottom: -90px;
    display:none;
}
.error{
    color: #e02222;
    font-size:12px;
}

label.error{
    position: absolute;
    right: 15px;
}

/*LOGIN, FORGOT PASSWORD, RESET PASSWORD END*/

/*GLOBAL*/
.control-label .required, .form-group .required {
    color: #333333;
    font-size: 14px;
    padding-left: 15px;
}
.page-content {
    padding-top: 30px;
}
.portlet {
    margin-top: 10px;
}
.table-scrollable .fa:parent {
    text-align: center;
}

.chart a{
    display:none !important;
}
.datepicker.dropdown-menu {
    z-index: 9999999 !important;
}
.margin-top{
    margin-top: 20px;
}
.modal.fade.in {
    top: 20%;
}
/*GLOBAL END*/

/*EWAYBILL*/
 .waybill-edit {
    display:none;
}
.dimension-body{
    display:none;
}
.waybill-edit hr{
    margin: 0px 0 15px 0;
}
.badge{
    z-index: 99;
}
.form-horizontal .control-label {
    text-align: left;
}
.dimension-body .col-md-2{
    margin:10px;
}
.edit-waybill{
    cursor: pointer;
    align-content: center;
}
a.waybill-footprint, a.waybill-footprint:hover {
    color:#fff;
    text-decoration: none;
}

.hidden {
    display: none;
}
/*EWAYBILL END*/

/* groupon specific styles */
.form-actions{
	margin-top: 10px;
}
.portlet.blue, .portlet.box.blue>.portlet-title, .portlet>.portlet-body.blue {
	/*background-color: #53a318 !impor;*/
}
.nucleus-logo-container{
	float:right;
}
.nucleus-logo-text {

}
.nucleus-logo {
	height: 40px;
	color: white;
	padding: 5px;
}
.nucleus-powered-by {
	color:white;
}
.form-actions-container {
	margin-top: 15px;
}
.upload-bulk-span {
	margin-right:10px;
}
.estimate-bulk-upload-box {
	margin-top: 15px;
}
.display-in-line {
	display: inline;
}

.estimate-bulk-upload-box > .display-in-line {
	display: inline;
}

#dashboard-modal {
	 margin-top:15% !important;
 }

 /** VENDORS **/
.vendor-edit, .vendor-create {
    display: none;
}
#vendorList_wrapper .dt-buttons {
    margin: -4px 0 5px 15px;
    float:right;
}
#vendorList_wrapper table tr.to-be-deleted {
    background:#999;
}

/** RECEIVERS **/
.receiver-create {
    display: none;
}
#receiverList_wrapper .dt-buttons {
    margin: -4px 0 5px 15px;
    float:right;
}
#receiverList_wrapper table tr.to-be-deleted {
    background:#999;
}

table.dataTable td.sorting_1, table.dataTable td.sorting_2, table.dataTable td.sorting_3, table.dataTable th.sorting_1, table.dataTable th.sorting_2, table.dataTable th.sorting_3 {
    background-color: inherit !important;
}

.button-no-styles{
    background: none !important;
    border:none !important;
    clear: both;
    display: block;
    font-weight: 300;
    font-size: 14px !important;
    line-height: 18px;
    text-decoration: none;
    white-space: nowrap;
}

a.dt-button, button.dt-button, div.dt-button {
    padding: 8px 16px !important;
}

.login-bg {
    background-image: url('/nucleus/pages/img/login/bg3.jpg');
}

/* Manifest Page Styles */

#manifestWaybillTable .checkbox-container {
	text-align: center;
}

.manifest-info-div {
	margin-bottom: 15px;
}

.manifest-info-div .push-right {
	margin-left: 25px;
}


/* End Manifest Page Styles */

.select2-container {
    width: 100% !important;
}

/* dashboard styling */
.date-apply {
	float:left
}
.date-range-container {
	margin: 0 auto;
	display: table;
	margin-bottom: 30px;
}
.date-range-text {
	text-align: center;
    width: 100%;
	margin-bottom: 25px;
}

.rating-listing {
	margin-bottom: 10px;
	font-weight: 700;
}
.yellow {
	background-color: yellow;
}
.green {
	background-color: #3fad1d;
}
.red {
	background-color: red;
}
.rating-bar {
	border: 1px solid grey;
	height: 40px;
	width: 79%;
	display: inline-block;
	position:relative;
}
.rating-name {
	width: 20%;
	display:inline-block;
	overflow-x: hidden;
	font-size: 2.5rem;
}
.rating-value {
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 11;
	font-size: 2.5rem
}
.rating-value-bar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	z-index: 10;
}

#supplier_list {
	/*width: 90%;*/
    margin: auto;
}

.waybill-weight-stats {
    padding-top:50px;
}
.waybill-weight-stats h1 label {
    background:#009dc7;
    font-size:64px;
}

/* end dashboard styling */
