
.btn-default{
    background: #f8882b !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: normal !important;
    padding: 10px 15px !important;
    text-transform: none !important;
}

.containerButton .btn-default{
    background: #ffffff !important;
    color: #004553 !important;
}

.titleBtnWrap .btn-default{
    margin-top: -14px !important;
}

.container{
    min-width: 800px !important;
    max-width: 1170px !important;
}

.form-control{
    height: 42px !important;
}

hr{
    border-top: 1px solid #dcdcdc !important;
    margin: 0px !important;
}


.pagination>li>a, .pagination>li>span {
    padding: 10px 15px !important;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background: #e92931 !important;
    border-color: #dddddd !important;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
    display: inherit !important;
}


.tooltip-inner {
    background-color: #fff;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #fff;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #fff;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #fff;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
    padding: 10px 15px;
}

.dropdown-menu>li>a{
    height: 45px;
    padding-top: 9px !important;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background: #f8882b !important;
    height: 45px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    background: #f8882b !important;
    color: #fff;
    height: 45px;
}

.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-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


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


.btn-notification{
    margin: 2px 0px 0px 0px;
    border-bottom-right-radius: 110px;
    border-top-right-radius: 110px;
    padding: 0px 6px !important;
    height: 37px;
    font-size: 16px;
    float: left;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-notification:hover {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.label{
    display: inline !important;
    font-weight: 700 !important;
    line-height: 3 !important;
    text-align: center !important;
    white-space: nowrap !important;
    font-size: inherit; !important;
    color: inherit !important
}


#fileUI .btn-fileUI{
    border-radius: 0px;
    width: 20%;
    float: left;
    border: 0px;
}

#fileUI button:last-of-type{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#fileUI button:first-child{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}


#fileUI .btn-fileUI:hover{
    background: #f4770f !important;
}

#fileUI .open{
    background: #f4770f !important;
}

.warningBg{
    background-color: #ff0000 !important;
}

abbr[data-original-title], abbr[title]{
    border-bottom: 0px !important;
}

label{
    font-weight: 500 !important;
}
