.navbar-default {
    background-color: inherit;
    border: 0px solid #fff;
}

.nav>li { position:inherit;}

.navbar-nav>li>a { padding-top: 0; padding-bottom: 0; border-radius: 0;}
	
.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}

a {
	text-decoration: none;
	color: #bf9a7b;
}

a:hover, a:focus, a:active { text-decoration: none;}

a:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    color: transparent;
}

.nav-tabs>li>a:hover {
    border: inherit;
}

ul { padding-left: 0;}

ul li { list-style-type: none;}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: inherit;
}

.nav-tabs {
    border-bottom: 0px solid #ddd;
}

.nav-tabs>li {
    margin-bottom: 0px;
}

button, .button{
	border: 0px solid #ddd;
}

@media (max-width: 991px) {
     .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin:0;
		margin-top: 7px !important;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}

@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
	    padding: 30px 0 15px 0;
	}
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 0;
}

table>tbody>tr>td, table>tbody>tr>th, table>tfoot>tr>td, table>tfoot>tr>th, table>thead>tr>td, table>thead>tr>th {
    border-bottom: 1px solid #cdcdcd;
    border-top: 0px solid #fff;
}

.form-control:focus {
    border-color: #294296;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.ui-corner-all {
    border-radius: 0 !important;
}

.ui-slider-horizontal {
    height: 20px !important;
}

.ui-slider .ui-slider-handle {
    width: 30px !important;
    height: 30px !important;
}

/*.ui-state-default, .ui-widget-content .ui-state-default { background-image: none !important; background-color: #fff !important; border-radius: 4px !important; border-color: #c2c2c2 !important;}
*/
.ui-button-text-only .ui-button-text { padding: 0;}
