.navbar .brand {
    padding-left: 86px;
    overflow: visible;
}

.navbar .brand .logo{
    background: url(../img/nestle_ico.png) no-repeat top left;
    position: absolute;
    top: 5px;
    margin-left: -40px;
    height: 32px;
    width: 34px;
}

.navbar .brandfooter{
    display: inline-block;
    background: url(../img/wunderman.png) no-repeat center center;
    width: 99px;
    height: 20px;
    text-indent: 99px;
    overflow: hidden;
}

.form label.control-label{
    font-weight: bold;
}

.form span.required{
    color: red;
}

.form span.null{
    color: #bbb;
    font-style: italic;
}

.grid-view .button-column{
    white-space: nowrap;
}

.grid-view .grid-chart{
    width: 100%;
    height: 500px;
}

.list-view div.view {
    padding: 0;    
}

.list-view div.view a.view{
    display: block;
    padding: 10px;
    text-decoration: none;
}

.list-view div.view a:hover{
    background-color: #eee;
}

table td a{ 
    color: #AB4000;
}
/*sidebar*/
.sidebar-nav ul ul ul > li > a, .sidebar-nav ul ul ul > li > a:hover {
    background-color: #eee!important;
    background-image: -moz-linear-gradient(top, #eee, #fff)!important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#fff))!important;
    background-image: -webkit-linear-gradient(top, #eee, #fff)!important;
    background-image: -o-linear-gradient(top, #eee, #fff)!important;
    background-image: linear-gradient(to bottom, #eee, #fff)!important;
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffffffff', GradientType=0);
    margin-left: 30px;
}

.sidebar-nav ul ul ul > li.active > a, .sidebar-nav ul ul ul > li.active > a:hover {
    background-color: #ddd!important;
    background-image: -moz-linear-gradient(top, #ccc, #eee)!important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ccc), to(#eee))!important;
    background-image: -webkit-linear-gradient(top, #ccc, #eee)!important;
    background-image: -o-linear-gradient(top, #ccc, #eee)!important;
    background-image: linear-gradient(to bottom, #ccc, #eee)!important;
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#ffeeeeee', GradientType=0);
    margin-left: 30px;
    color: #555;
}

.sidebar-nav ul > li > span{
    font-family: 'Carrois Gothic', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 10px 0;
    padding: 0;
    
}

/*imageUpload-widget*/
.adjuntosUpload-widget ul.adjuntos,
.imageUpload-widget ul.imagenes {
    background: #eee;
    margin: 0 0 20px 0;
    padding: 5px;
    list-style: none;
}
.adjuntosUpload-widget ul.adjuntos li,
.imageUpload-widget ul.imagenes li {
    position: relative;
    display: inline-block;
    margin: 5px;
    padding: 0;
    background: white;
    border: 4px solid white;    
}

.adjuntosUpload-widget ul.adjuntos li{
    display: block;
}

.adjuntosUpload-widget ul.adjuntos li .pdf{
    background: white url(pdf.png) no-repeat left top;
    padding-left: 20px;
}

.imageUpload-widget ul.imagenes li .image{
    display: table-cell;
    width: 120px;
    height: 90px;
    text-align: center;
    vertical-align: middle;
}

.adjuntosUpload-widget a.deleteAdjunto,
.imageUpload-widget a.deleteImagen{
    position: absolute;
    display: block;
    right: -5px;
    top: -5px;
    width: 16px;
    height: 16px;
    background-color: #900000;
    border: 1px solid #eee;
    border-radius: 10px;
    color: white;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    text-decoration: none;
    line-height: 14px;
    font-size: 13px;
}

.adjuntosUpload-widget a.deleteAdjunto{
    right: 0;
    top: 0;
}

.summary ul li .summary-icon.icon-credit{background: white url(../img/credit.png) no-repeat center center ;}
.summary ul li .summary-icon.icon-page_white_edit{background: white url(../img/page_white_edit.png) no-repeat center center ;}
.summary ul li .summary-icon.icon-page_white_excel{background: white url(../img/page_white_excel.png) no-repeat center center ;}
.summary ul li .summary-icon.icon-user{background: white url(../img/user.png) no-repeat center center ;}
.summary ul li .summary-icon.icon-group{background: white url(../img/group.png) no-repeat center center ;}
.summary ul li .summary-icon.icon-folder_page{background: white url(../img/folder_page.png) no-repeat center center ;}


@media (min-width:1325px)
{
    .navbar .brand {
        margin-left: 0px;
        padding-left: 12px;
    
    }
    
    .navbar .brand .logo{
        background: url(../img/nestle.png) no-repeat top left;
        margin-left: -250px;
        height: 61px;
        width: 223px;
        top: 5px;
    }
    
    .navbar-fixed-top .container{
        padding-left: 200px;
        width: 970px;
    }
    
}


/*slider*/

.ui-rangeSlider-withArrows .ui-rangeSlider-container{
  margin: 0 15px;
  -webkit-box-shadow: inset 0px 4px 6px -2px RGBA(0,0,0,0.3);
  -moz-box-shadow: inset 0px 4px 6px -2px RGBA(0,0,0,0.3);
  box-shadow: inset 0px 4px 6px -2px RGBA(0,0,0,0.3);
}

.ui-rangeSlider-noArrow .ui-rangeSlider-container{
  border-left: solid 1px #dbdbdb;
  border-right: solid 1px #dbdbdb;
  
  -webkit-box-shadow: inset 0px 4px 6px -2px RGBA(0,0,0,0.3);
  -moz-box-shadow: inset 0px 4px 6px -2px RGBA(0,0,0,0.3);
  box-shadow: inset 0px 4px 6px -2px RGBA(0,0,0,0.3);
}

.ui-rangeSlider-container{
  border-top: solid 1px #dbdbdb;
  border-bottom: solid 1px #dbdbdb;
  background: #efefef;
  background: -moz-linear-gradient(top, #efefef 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#ffffff));
}


.ui-rangeSlider-arrow{
  border-top: solid 1px #dbdbdb;
  border-bottom: solid 1px #dbdbdb;
  background: #dbdbdb;

  box-shadow: inset 0px -4px 6px 2px RGBA(0,0,0,0.3);
  -webkit-box-shadow: inset 0px 4px 6px -2px RGBA(0,0,0,0.3);
  -moz-box-shadow: inset 0px 4px 6px -2px RGBA(0,0,0,0.3); 
  
  background: -moz-linear-gradient(top, #dbdbdb 0%, #efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(100%,#efefef));
}

.ui-rangeSlider-leftArrow{
  border-left: solid 1px #dbdbdb;
}

.ui-rangeSlider-rightArrow{
  border-right: solid 1px #dbdbdb;
}

.ui-rangeSlider-leftArrow .ui-rangeSlider-arrow-inner{
  border-right:10px solid #a4a8b7;
}

.ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner{
  border-right:10px solid #b3b6c2;
}

.ui-rangeSlider-rightArrow .ui-rangeSlider-arrow-inner{
  border-left:10px solid #a4a8b7;
}

.ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner{
  border-left:10px solid #b3b6c2;
}

.ui-rangeSlider-bar{
  background: #a4a8b7;
  
  -webkit-box-shadow: inset 0 2px 6px RGBA(0,0,0,0.5);
  -moz-box-shadow: inset 0 2px 6px RGBA(0,0,0,0.5);
  box-shadow: inset 0 2px 6px RGBA(0,0,0,0.5);; 
}

.ui-rangeSlider-label{
  background: #888DA0;
  background: -moz-linear-gradient(top, #a4a8b7 0%, #888DA0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#888DA0), color-stop(100%,#a4a8b7));
   
  -webkit-box-shadow: 0px 1px 0px #c2c5d6;
  -moz-box-shadow: 0px 1px 0px #c2c5d6;
  box-shadow: 0px 1px 0px #c2c5d6;
}

.ui-rangeSlider-label-inner{ 
  border-top: 10px solid #a4a8b7;
} 