/********** start for select box **********/
.select-style {
  background: #ffffff url("../icon/selectIcon.png") no-repeat scroll 119px center;
border: 1px solid #cccccc;
border-radius: 3px;
box-shadow: 0 1px 7px 1px #dddddd;
overflow: hidden;
width: 150px;
}
.select-style select {
    padding: 0px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance : none;
    appearance : none;
}
.select-style select option:not(first-child){
    padding: 5px 8px;
}

.select-style select:focus {
    outline: none;
}
/********** end for select box **********/

/********** start for rating **********/
.angular-rating-icons {
    text-align: left;
    display: inline-block;
    padding: 0;
    list-style: none;
}
.angular-rating-icons > li {
    display: inline-block;
    padding: 0;
    cursor: pointer;
}
.angular-rating-icons-decimal > li {
    overflow: hidden;
    position: relative;
}
.angular-rating-icons-decimal > li > i {
    position: absolute;
}
/********** end for rating **********/


/********** Start for material custom dropdown **********/
.custom-dropdown-btn
{
    /*color: #f96332 !important;*/
    margin: 0px !important;
    padding: 8px 10px !important;
    text-align: left;
}
.custom-dropdown-btn.dropdown-toggle .caret
{
    float: right;
}
ul.custom-dropdown-menu
{
    max-height: 250px;
    overflow: auto;
    width: 100%;
    top: 100% !important;
    margin-top: -20px;
}
ul.custom-dropdown-menu li a.selected::after
{
    right: 16px;
    position: absolute;

    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
ul.custom-dropdown-menu li a
{
    padding: 7px 10px;
    color: #333333;
    font-size: 13px !important;
    font-family: "Raleway",sans-serif;
    transition: all 150ms linear 0s;
    font-weight: normal;
}
ul.custom-dropdown-menu li a:hover, ul.custom-dropdown-menu li a:focus, ul.custom-dropdown-menu li a:active {
  background-color: #f96332;
  color: #ffffff !important;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.dropdown.open ul.custom-dropdown-menu {
  margin-top: 2px !important;
}
/********** End for material custom dropdown **********/

/********** Start for select box for assign contractor (xeditable) **********/
.popover-wrapper form {
    top: -80px;
    left: 21%;
}

.contractorAssignPop.popover-wrapper form select
{
    min-width: 150px !important;
}
.contractorAssignPop.popover-wrapper .editable-controls::after {
  content: "";
  font-family: FontAwesome;
  height: 0;
  position: absolute;
  right: 89px;
  top: 9px;
  width: 0;
}
.editable-controls select {
  -moz-appearance: none;
  -webkit-appearance:none;
  appearance:none;
  border-radius: 0px;
}
/********** End for select box for assign contractor (xeditable) **********/

.editable-new-class
{
    display: inline-block;
    margin-top: 35px;
}

.header-sm .row a
{
  margin-top: -5px;
}