.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #EEE;
    border: 1px solid #ede4df;
    border-radius: 4px;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.input-group-addon:first-child {
    border-left: 0px none;
    border-right: 1px solid #D0CBC7;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 100%;
}

.form-control:focus {
    background-color: #fdf8e2;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ede4df;
}

.btn {
    border-radius: 3px;
    padding: 5px 12px;
}

.dropdown-menu > li > a {
    text-align: right;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 0px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    left: 10px;
    color: #ff7314;
}

.dropdown-menu > li.selected > a > span.text {
    color: #ff7314;
}

.btn-default:hover {
  color: #333;
  background-color: #fdf8e2;
  border-color: #ADADAD;
}

div.radio > label {
    margin: 0px 20px;
}

div.radio > label > input {
    margin: 4px -20px;
}


div.radio > label > span.btn{
    border-radius: 3px;
    padding: 0px 18px;
    color: #ffffff;
    min-width: 90px;
}
/*********************/
div.checkbox > label {
    margin: 0px 20px;
}

div.checkbox > label > input {
    margin: 0px -20px;
}


div.checkbox > label > span.btn{
    border-radius: 3px;
    padding: 0px 18px;
    color: #ffffff;
    min-width: 90px;
}

th {
    text-align: right;
    color: #68534F;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-align: right;
}

/*
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 2;
    color: #FFF;
    cursor: default;
    background-color: #ff7314;
    border-color: #ff7314;
}*/

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0px;
    border-radius: 0px 4px 4px 0px;
    font-family: arial;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    margin-right: -1px;
    border-radius: 4px 0px 0px 4px;
    font-family: arial;
}

.input-group {
    width: 250px;
}

.input-group-addon {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #594A43;
    text-align: center;
    background-color: #E9E2DC;
    border: 1px solid #D0CBC7;
    border-radius: 4px;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
    display: inline-block;
    margin-left: 0px;
    float: right;
}

.bootstrap-select.form-control:not([class*="col-"]) {
    /*width: 250px;*/
    margin-left: 5px;
}


.label {
    display: inline;
    padding: 0em 0.6em 0em ;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.label-inverse, .badge-inverse {
    background-color: #333;
}

.label-important, .badge-important {
    background-color: #B94A48;
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}

a.btn{
    color:#f9f5f4;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #FFF;
    cursor: default;
    background-color: #FF7314;
    border-color: #FF7314;
}

.table{
    font-size: 14px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #e6d9d3;
}

.table-hover > tbody > tr:hover {
    background-color: #F5E9E5;
}

.pagination > li > a,
.pagination > li > span {
    color: #666;
   /* font-size: 14px;*/
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #FF7314;
}