html {

}

body {

}

@media screen and ( max-width: 1200px )
{
    #products-category-panel-middle li
    {
        width: 33.333%;
        float: left;
    }
}

@media screen and ( max-width: 992px )
{
    #products-category-panel-middle li
    {
        width: 50%;
        float: left;
    }
}

@media screen and ( max-width: 768px )
{
    #products-category-panel-middle li
    {
        width: 100%;
        float: none;
    }
}


.form-control{
    border-radius: 0px;
    -webkit-box-shadow:inset 0 0px 0px #fff!important;
    box-shadow:inset 0 0px 0px #fff!important;

}

h1, h2, h3, h4, h5, h6 {
         color:#003063;
}

.btn-info, .btn-info:hover{
    background-color: #003063;
    border-color:#003063;
}

.btn{
    border-radius:0px;
}

table {
    font-size: 12px;
}

.bootstrap-select{
    width: 100%!important;
}

.label-orange{
    background-color: #df7a1c;
    opacity: 0.7;
}

.nav-tabs > li > a{
    border-radius:0px;
}


.fade{
    opacity: 0;
    -webkit-transition: opacity 1s linear;
    -moz-transition:  opacity 1s linear;
    -ms-transition:  opacity 1s linear;
    -o-transition:  opacity 1s linear;
    transition: opacity 1s linear;
}

.form-control:focus{
/*    border: 1px solid #00428c!important;
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6)!important;*/
    /*-webkit-box-shadow:inset 0 0px 0px #fff, 0 0 0px #fff;*/
    /*box-shadow:inset 0 0px 0px #fff, 0 0 0px #fff;*/
}


.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus{
    outline: none;
}

a:focus {
  outline: none;
}


.btn-info[disabled]{
    background-color: #ccc!important;
    border: 1px solid #ccc;
}

/*.alert-danger{*/
 /*background-color: #ffffbf;*/
 /*border-color: #ffffbf;*/
 /*color: #303030;*/
/*}*/

/*.alert-warning{*/
    /*background-color: #fcf8e3!important;*/
    /*border-color: #faebcc!important;*/
/*}*/

/*.alert-success{*/
    /*background-color: palegreen;*/
    /*border-color: palegreen;*/
/*}*/

.input-group-addon{
    border-radius: 0px!important;
}

.dropdown-menu{
    border-radius: 0px!important;
}

.input-group-btn:hover{
    background-color: #fff!important;
}

.table-striped > tbody > tr:nth-of-type(2n+1){
 background-color: #fafafa!important;   
}

.label-info {
    background-color: #bce8f1!important;
    color: #707070;
}

.badge{
    border-radius: 3px;
    background-color: #a7a7a7;
    font-size: 10px;
}


.progress-bar-default {
    background-color: #777!important;
}

.btn-info.focus, .btn-info:focus, .btn-info:hover {
    color:#FFF!important;
    text-decoration: none;
}
.panel-group {
    margin-bottom:0px!important;
}

.panel-title{
    color:#555;
    
}

.bootstrap-select .dropdown-toggle:focus{
    outline:none!important;
}

.modal-content{
    border-radius: 0px!important;
}

.modal{
    z-index: 1110;
}

.modal-backdrop {
 z-index: 1070;
}

.label-primary{
    background-color:#77ADBD;
}

.label{
    padding: 1px 4px 2px 4px!important;
}

.label-yellow {
    background-color: #ffe65a;
}
