/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

/*
Change Quick Sidebar Width
*/

/*
.page-quick-sidebar-wrapper {
  right: -370px;
  width: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-left: -370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-footer {
  margin-right: 370px;
  margin-left: -370px;
}

.page-sidebar-reversed.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-right: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content.page-quick-sidebar-full-height .page-header {
  margin-left: -370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-list {
  width: 370px !important;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-item {
  width: 370px !important;
  margin-left: 370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-content-item-shown .page-quick-sidebar-list {
  margin-left: -370px;
}
*/


/* 2  Nov 2017  Start */
.select-style {
    padding: 0;
    margin: 0;
    border-radius: 3px;
    overflow: hidden;
   line-height: 30px;
    /*background: url(../img/dropdown_icon.png) no-repeat 100% 50%;*/
    border: 1px solid #e5e5e5;
    display: inline-block;
    width: 100%;  
    vertical-align: middle;
}

.select-style select {
    padding: 0px 15px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;    
    width: 100%;
    display: inline-block;
    line-height: 32px !important;
    padding-right: 40px!important;
    height: 32px;
    vertical-align: top;
}
select::-ms-expand { display: none;}

#tbl_loads_length .select-style{ width: auto }


/* For IE Only */
html.ie input[type='file'].form-control{ padding-bottom: 7px!important; height: 42px!important; }
/* For IE Only */

/* 2  Nov 2017 End  */

.astrik-mandatory {
    font-size: 14px;
    color: #B94A48 !important;
    font-weight: bold;
    display: inline-block;
    padding-left: 2px;
}