
.box .span9 a {color:#1D73BC !important; }

body {

    padding-bottom: 40px;
    padding-top: 80px;

}

.sidebar-nav {
    padding: 9px 0;
}

.sidebar-nav-fixed {
    position:fixed;
    top:80px;
    width:21.97%;
}

@media (max-width: 767px) {
    .sidebar-nav-fixed {
        width:auto;
    }
}

@media (max-width: 979px) {
    .sidebar-nav-fixed {
        position:static;
        width: auto;
    }
}

body {background: #888888;}



.box {
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .1);

}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: rgb(55 , 55, 55);
  box-shadow: 0px 10px 0px rgba(0, 0, 0, 0.3);
  z-index: 999;
  color: #fff; 
}


.header .navbar-inner {
	background: transparent;
  border: none;
  padding-top: 10px;
 }


.header .nav > li, .header .nav > li > a  {
    font-size: 16px;
    color: #ffffff;
    text-shadow: -1px -1px 0 #56819E;
}


.brand {
    color: #ffffff !important;
    text-shadow: -1px -1px 0 #56819E !important;
}


.brand img {margin:-10px 0 0 20px ;}

.brand h2 {
  margin: -8px 0 0 15px;
  padding: 0;
  color: #c8cbca;
  text-shadow: 1px 1px 1px rgb(66 , 66, 66);
}

.box-header {
    background: #E6E3E2;
    padding: 0 !important;
}


 .box-header h3 {
    color: #444;
    font-weight:normal;
    padding: 2px 0 0 10px !important;
    margin:0 !important;
}

.box-header .btn {margin:5px 5px 0  0;}

.narrowCol {width:80px;}
/*#caseData {display: none;}
#toggleCaseData {margin-left: 180px;margin-bottom:10px;}*/


.eventWrapper {
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 20px;
  padding: 5px;

/*  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;*/
}

#dashBoardEmpty .eventWrapper {margin-bottom: 5px;}

.eventWrapper h4 {margin:0;color: #606060; font-weight: normal;}

.eventInfoTop {
/*  background: #DBD9D8 url('../img/grayBg.png');*/
  background: #f0f0f0;
  border: 1px solid #dfdfdf;
  border-left:none;
  border-right:none;
  font-size: 1em;
  color:#444;
  margin: -5px -5px 0 -5px;
/*  -moz-border-radius:4px 4px 0 0;
  -webkit-border-radius:4px 4px 0 0;
  border-radius:4px 4px 0 0;*/
  padding:  4px;
  /*height: 1.5em;*/
}



@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@-moz-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@-ms-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}




.eventTools{
    height: 25px;
}


.eventTools ul {
   display: none;
}


.eventTools li {
    float:left;
    margin: 0 3px 0 0;
    height: 25px;
}


.eventTools li:after {
    color:#999;
    margin: 0 3px 0 3px;
    content: '|';
}


.eventTools li:last-child:after {
  font-size: 0;
}


.eventWrapper:hover > .eventTools ul,
.eventItem:hover > .eventTools ul {
    display: block;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
}



#files_holder li {margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #dfdfdf;}


.docsList {
    margin:5px;
    width:250px;
    padding: 5px 10px;
    color:#666666;
    background: #F7F7F7;
    border: 1px solid #C6C6C6;
      -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  float:right;
}

.docsList h5 {
    text-align:center;
    margin:0;
    padding: 0;
}

.docsList li {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center left;
    border-bottom: 1px solid #eeeeee;
    margin: 2px -10px 2px -10px;
    padding: 5px 5px 5px 15px;
    font-size: .9em;
}

.docsList li:hover  {
-webkit-box-shadow:  1px 1px 3px 1px rgba(1, 1, 1, .3);
        box-shadow:  1px 1px 3px 1px rgba(1, 1, 1, .3);
}

.docsList li .download {
display: none;
}
.docsList li:hover .download {
     display: block;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
}


.file-gif {background: url('../img/mime/gif.png');}
.file-jpeg {background: url('../img/mime/jpg.png');}
.file-jpg {background: url('../img/mime/jpg.png');}
.file-png {background: url('../img/mime/png.png');}
.file-docx {background: url('../img/mime/docx.png');}
.file-doc {background: url('../img/mime/doc.png');}
.file-xls {background: url('../img/mime/xls.png');}
.file-xlsx {background: url('../img/mime/xlsx.png');}

.file-pdf {background-image: url('../img/mime/pdf.png');}

#dashBoardEmpty {
/*    background: url('../img/wallp.jpg') no-repeat right bottom;
    min-height: 480px;
*/
 }

 .dashBoardList {
    /*background: #F1F1F1;*/
    padding:5px 10px 10px 10px;
/*    -webkit-box-shadow:  0 0 3px 1px rgba(125, 125, 125, .2);
    box-shadow:  0 0 3px 1px rgba(125, 125, 125, .2);
    border: 1px solid rgba(125, 125, 125, .2);*/
/*    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;*/
    color:#666;
    font-size:13px;
    margin-bottom:20px;
    background: #fff;
 }

 .dashBoardList  li.eventItem {
    background: #FAFAFA;
    margin: 5px -10px;
    padding:5px 10px;
    border-bottom:1px solid #E3E3E3;
 }

 .dashBoardList h5 {
    margin:0 0 5px 0;
    padding: 0 0 5px 0;
    /*border-bottom:1px solid #E3E3E3;*/
 }


 .eventoText {
  padding: 10px 5px;
  /*background: red;*/
  margin: 0 -4px;
  border:1px solid #E0E0E0;
  border-top: none;
  border-bottom:none;
 }



     .span4, .span8 {min-height: 40px !important;}
    .dashBoardList .eventWrapper {padding-bottom: 0 ;background: #fff}

    .dashBoardList .eventInfoTop {
          border-bottom:none;
          background-color: #F3F3F3;
/*          background-image: -webkit-linear-gradient(top,#FEFEFE,#e8e8e8);
          background-image: -moz-linear-gradient(top,#FEFEFE,#e8e8e8);
          background-image: -ms-linear-gradient(top,#FEFEFE,#e8e8e8);
          background-image: -o-linear-gradient(top,#FEFEFE,#e8e8e8);
          background-image: linear-gradient(top,#FEFEFE,#e8e8e8);*/
          color:#666;
          height:32pt;
          cursor: pointer;
     }


     .eventoText:hover   .eventTools ul {
        display: block;    -webkit-animation: fadeIn 1s;
        -moz-animation: fadeIn 1s;
        -ms-animation: fadeIn 1s;
      }

      .eventInfoTop:hover .eventTools ul {background: red;}




.files-preview {}
.files-preview li {float:left;width:200px;height:300px;}
.files-preview .openFile {margin-left:5px;}
.img-frame {width:190px;height:200px;padding:5px;overflow:hidden;margin-bottom:5px;}

.files-preview .caption small {
  height:2.8em;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.3em;
  border: 1px solid #eee;
  border-left:none;
  border-right:none;
  padding: 5px 0;
  width:190px;
 }

.files-preview .caption {

}

.thumbTools { padding-top: 5px}

.thumbTools .lightbox {margin-left:5px;}

.dashBoardList .table td {border-top: none; }


 
input[type="checkbox"]   {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
     cursor:pointer;
}

#bulk_events_menu {
    text-align: center;
    display: none;
  
}

#bulk_casos_menu {
    margin-top: 40px;
    text-align: center;
    margin: auto;
}